/*初始化样式*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #333;
	position: relative;
	font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #17a1f8;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2 {
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h3,
h4,
h5,
h6 {
	font-weight: normal;
}

p {
	margin: 0;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*flex布局*/
.flex_wrap {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*flex布局上下居中*/
.flex_alice {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*flex布局左右对齐*/
.flex_con {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*flex布局左右居中*/
.flex_con_cen {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

/**/
.max1800 {
	max-width: 1900px;
	margin: 0 auto;
	padding: 0 50px;
}
.max1600 {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1200px) {
	.max1800 {
		padding: 0 30px;
	}
	.max1600 {
		padding: 0 30px;
	}
	.page_con_zhuti {
		padding: 0 30px;
	}
}

@media(max-width:991px) {
	.max1800{
		padding: 0 20px;
	}
	.max1600 {
		padding: 0 20px;
	}
	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

@media(max-width:768px) {
	.max1800 {
		padding: 0 15px;
	}
	.max1600 {
		padding: 0 15px;
	}
	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
#pc_header {
	padding: 10px 0;
	background: none;
	position:fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	border-bottom:1px solid rgba(255,255,255,.3);
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#pc_header.on{
	padding: 0;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
#pc_header.on .pc_nav>ul>li>a{
    color: #333;
}
#pc_header.on .pc_logo .img1{
    display: none;
}
#pc_header.on .pc_logo .img2{
    display: inline-block;
}
.pc_header_con{
    height: 80px;
    line-height: 80px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.pc_logo {
	width: 14%;
	max-width: 200px;
	display: none;
}
.pc_logo .img2{
    display: none;
}
.pc_logo img {
	max-width: 100%;
}

.pc_nav {
	/*width: 82%;*/
	width:90%;
	padding-right: 180px;
	margin-right: -180px;
}

.pc_nav>ul {
	width: 100%;
}

.pc_nav>ul {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.pc_nav>ul>li {
	width: 14.2857142857%;
	float: left;
	position: relative;
	text-align: center;
}

.pc_nav>ul>li>a {
	font-size: 17px;
	line-height: 80px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 200px;
	left: 50%;
	top: 90px;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%,20px);
	-moz-transform: translate(-50%,20px);
	-ms-transform: translate(-50%,20px);
	-o-transform: translate(-50%,20px);
	transform: translate(-50%,20px);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 15px rgb(0,0,0,.2);
}

.pc_nav>ul>li:hover .pc_nav_erji_w {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.pc_nav>ul>li:hover>a {
	color: #17a1f8;
}

.pc_nav_erji_w:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}

.pc_nav_erji_li a {
	font-size: 15px;
	line-height: 2;
	padding: 5px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav_erji_li a:hover {
	background: #17a1f8;
	color: #fff;
}

.pc_nav>ul>li:after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	height: 40px;
	opacity: 0;
	top: 100%;
}

.pc_sousuo {
	position: relative;
	width: 40px;
	z-index: 999;
}

.pc_sousuo1 {
	width: 40px;
	height: 40px;
	background: url(../images/sh_ico.png) no-repeat center;
	background-size: 25px;
	margin-top: 30px;
	cursor: pointer;
}

.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 100px;
	width: 250px;
	z-index: 999;
	background: #17a1f8;
	display: none;
}

.pc_sousuo2 input {
	outline: none;
	line-height: 45px;
	width: 36px;
	background: none;
	border: 0;
	background: #0662af;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.28);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_tijiao {
	background: url(../images/nav_sousuo.png) no-repeat center;
	background-size: 20px;
	cursor: pointer;
}

.pc_sousuo2 .pc_sousuo_con_shuru {
	padding-left: 13px;
	line-height: 45px;
	width: calc(100% - 36px);
	background: none;
	border: 0;
	outline: none;
	font-size: 13px;
	color: rgba(255, 255, 255, 1);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_shuru::-webkit-autofill {
	-webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_sousuo2 .pc_sousuo_con_shuru::placeholder {
	color: rgba(255, 255, 255, 1);
}
.pc_nav_dianhua{
    width: 180px;
    text-align: center;
    background:#17a1f8;
    border-radius: 25px;
    font-size: 0;
    padding: 5px 0;
    line-height: 0;
}
.pc_nav_dianhua i{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 26px;
    background:#17a1f8 url(../images/img/top_dianhua.png) no-repeat center;
    background-size: 15px;
    margin-right: 5px;
}
.pc_nav_dianhua span{
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
}

@media(max-width:1366px){
    .pc_nav{
        /*width: 80%;*/
        width: 100%;
    }
}



/*首页banner*/
.index_banner {
	position: relative;
	overflow: hidden;
}

.index_banner img {
	width: 100%;
}

.index_banner_yuandian {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 6% !important;
	z-index: 99;
}

.index_banner_yuandian span {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 10px !important;
}

.index_banner_yuandian span.swiper-pagination-bullet-active {
	background: #17a1f8;
}

@media(max-width:768px) {
	.index_banner_yuandian {
		bottom: 10px !important;
	}

	.index_banner_yuandian span {
		width: 14px;
		height: 14px;
		margin: 0 5px !important;
	}
}
/*公司简介*/
.qianqianhui_index_about{
    padding: 4% 0;
}
.qianqianhui_index_about_con{
    overflow: hidden;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.qianqianhui_index_about_fl{
    width: 48%;
}
.qianqianhui_index_about_fl_ft{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
}
.qianqianhui_index_about_fl_ft::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 3px;
    background: #17a1f8;
}
.qianqianhui_index_about_fl_fc{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin: 3% 0 4%;
}
.qianqianhui_index_about_fl_fb a{
    font-size: 16px;
    line-height: 2;
    color: #666;
    padding: 3px;
    border: 1px solid #17a1f8;
    border-radius: 30px;
    width:138px;
    display: block;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.qianqianhui_index_about_fl_fb a:hover{
    background: #17a1f8;
    color: #fff;
}
.qianqianhui_index_about_fr{
    width:49%;
    overflow: hidden;
    cursor: pointer;
}
.qianqianhui_index_about_fr img{
    width:100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.qianqianhui_index_about_fr:hover img{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
@media(max-width:1200px){
    .qianqianhui_index_about_fl_ft{
        font-size: 20px;
    }
    .qianqianhui_index_about_fl_fc{
        line-height: 1.8;
    }
}
@media(max-width:991px){
    .qianqianhui_index_about_fl{
        width: 100%;
    }
    .qianqianhui_index_about_fl_fc{
        margin: 10px 0 15px;
    }
    /*.qianqianhui_index_about_fl_fb a{*/
    /*    font-size: 15px;*/
    /*    width: 110px;*/
    /*    padding: 2px;*/
    /*}*/
    .qianqianhui_index_about_fr{
        width: 100%;
        margin-top: 15px;
    }
}
@media(max-width:768px){
    .qianqianhui_index_about{
        padding: 30px 0;
    }
}
/*服务项目*/
.qianqianhui_index_service{
    margin-top: 4%;
}
.qianqianhui_index_service_ft{
    text-align: center;
}
.qianqianhui_index_service_ft h3{
    font-size: 1.7rem;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
}
.qianqianhui_index_service_ft h3::before{
    content: '';
    width: 2rem;
    height: 2px;
    background: #17a1f8;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 5;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.qianqianhui_index_service_ft h3::after{
    content: '';
    width: 10rem;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 50%;
    z-index: 4;
    bottom: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.qianqianhui_index_service_ft h4{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}
.qianqianhui_index_service_fb{
    /*margin-top: 3%;*/
}
.qianqianhui_index_service_fb ul{
    overflow: hidden;
}
.qianqianhui_index_service_fb li{
    width: 48.5%;
    float: left;
    margin-right: 3%;
    position: relative;
}
.qianqianhui_index_service_fb li:nth-child(2n){
    margin-right: 0;
}
.qianqianhui_index_service_fb li .img{
    overflow: hidden;
    position: relative;
}
.qianqianhui_index_service_fb li .img::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #17a1f8;
    opacity:0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.qianqianhui_index_service_fb li:hover .img::before{
    opacity: .8;
}
.qianqianhui_index_service_fb li .img img{
    width: 100%;
}
.qianqianhui_index_service_fb li .wz{
    width: 94%;
    margin-left: 3%;
    background: #fff;
    margin-top: -5%;
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 3% 2%;
    border: 1px solid #eee;
    border-top: 2px solid #17a1f8;
}
.qianqianhui_index_service_fb li .wz h3{
    font-size: 1.3rem;
    line-height: 1.2;
    color: #17a1f8;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qianqianhui_index_service_fb li .wz h4{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-top: 10px;
}

@media(max-width:1200px){
    .qianqianhui_index_service_ft h3{
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .qianqianhui_index_service_ft h3::before{
        width: 26px;
    }
    .qianqianhui_index_service_ft h3::after{
        width: 140px;
    }
    .qianqianhui_index_service_fb li .wz h3{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .qianqianhui_index_service{
        margin-top: 30px;
    }
    .qianqianhui_index_service_fb{
        /*margin-top: 15px;*/
    }
    .qianqianhui_index_service_fb li{
        width: 100%;
    }
    .qianqianhui_index_service_fb li:nth-child(n+2){
        margin-top: 15px;
    }
    .qianqianhui_index_service_fb li .wz{
        padding: 15px;
    }
}
@media(max-width:468px){
    .qianqianhui_index_service_ft h3{
        font-size: 20px;
    }
}
/*人力资源事业部*/
.qianqianhui_index_resources{
    background: #999;
    position: relative;
    margin:4% 0;
}
.qianqianhui_index_resources_img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.qianqianhui_index_resources_img::before{
    content: '';
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.qianqianhui_index_resources_img li img{
    width: 100%;
    height: 100%;
    opacity: 0;
}
.qianqianhui_index_resources_wz{
    padding: 7% 0;
    position: relative;
    z-index: 5;
}
.qianqianhui_index_resources_wz_con{
    width: 80%;
}
.qianqianhui_index_resources_wz_ft h3{
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
}
.qianqianhui_index_resources_wz_ft h4{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-top: 3%;
}
.qianqianhui_index_resources_wz_fc{
    margin: 5% 0;
}
.qianqianhui_index_resources_wz_fc ul{
    overflow: hidden;
}
.qianqianhui_index_resources_wz_fc li{
    width: 16.6666666%;
    max-width: 150px;
    float: left;
    text-align: center;
}
.qianqianhui_index_resources_wz_fc .img{
    max-width: 60px;
    line-height: 70px;
    margin: 0 auto;
}
.qianqianhui_index_resources_wz_fc .img img{
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.qianqianhui_index_resources_wz_fc .wz{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-top: 10px;
    padding: 0 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.qianqianhui_index_resources_wz_fc li:hover .img img{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.qianqianhui_index_resources_wz_fc li:hover .wz{
    color: #17a1f8;
}
.qianqianhui_index_resources_wz_fb a{
    color: #fff;
    border: 1px solid #fff;
}
.qianqianhui_index_resources_wz_fb a:hover{
    border: 1px solid #17a1f8;
}

@media(max-width:1200px){
    .qianqianhui_index_resources_wz_ft h3{
        font-size: 24px;
    }
}
@media(max-width:991px){
    .qianqianhui_index_resources_wz_con{
        width: 100%;
    }
}
@media(max-width:768px){
    .qianqianhui_index_resources{
        margin: 30px 0;
    }
    .qianqianhui_index_resources_wz{
        padding: 25px 0;
    }
    .qianqianhui_index_resources_wz_ft h4{
        margin-top: 10px;
    }
    .qianqianhui_index_resources_wz_fc{
        margin: 20px 0 25px;
    }
    .qianqianhui_index_resources_wz_fc .img{
        width: 50px;
        line-height: 60px;
    }
    .qianqianhui_index_resources_wz_fc li{
        width: 33.33333%;
        max-width: 100%;
    }
}
@media(max-width:468px){
    .qianqianhui_index_resources_wz_ft h3{
        font-size: 20px;
    }
    .qianqianhui_index_resources_wz_fc .img{
        width: 40px;
        line-height: 50px;
    }
    .qianqianhui_index_resources_wz_fb a{
        margin: 0 auto;
    }
}
/*客户案例*/
.qianqianhui_index_cases_fb{
    margin-top: 3%;
}
.qianqianhui_index_cases_fb li{
    width:32%;
    margin-right: 2%;
    float: left;
    text-align: center;
}
.qianqianhui_index_cases_fb li:nth-child(3n){
    margin-right: 0;
}
.qianqianhui_index_cases_fb li:nth-child(n+4){
    margin-top: 2%;
}
.qianqianhui_index_cases_fb li .img{
    border-radius: 15px;
    overflow: hidden;
}
.qianqianhui_index_cases_fb li .img img{
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.qianqianhui_index_cases_fb li .wz{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-top:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qianqianhui_index_cases_fb li:hover .wz{
    color: #17a1f8;
}
.qianqianhui_index_cases_fb li:hover .img img{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.qianqianhui_index_cases_fb1{
    margin-top: 3%;
}
.qianqianhui_index_cases_fb1 a{
    margin: 0 auto;
}
@media(max-width:768px){
    .qianqianhui_index_cases_fb{
        margin-top: 15px;
    }
    .qianqianhui_index_cases_fb li{
        width: 49%;
    }
    .qianqianhui_index_cases_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .qianqianhui_index_cases_fb li:nth-child(2n){
        margin-right: 0;
    }
    .qianqianhui_index_cases_fb li:nth-child(n+3){
        margin-top: 2%;
    }
    .qianqianhui_index_cases_fb1{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .qianqianhui_index_cases_fb li{
        width: 100%;
        margin-right: 0!important;
    }
    .qianqianhui_index_cases_fb li:nth-child(n+2){
        margin-top: 10px;
    }
}

/*新闻动态*/
.qianqianhui_index_news{
    margin: 4% 0;
    margin-top: 0;
}
.qianqianhui_index_news_fb{
    margin-top: 3%;
}
.qianqianhui_index_news_fb li{
    width: 23.5%;
    margin-right: 2%;
}
.qianqianhui_index_news_fb li:nth-child(4n){
    margin-right: 0;
}
.qianqianhui_index_news_fb li:nth-child(n+5){
    margin-top: 2%;
}
.qianqianhui_index_news_fb li .img{
    overflow: hidden;
    position: relative;
    padding-bottom: 3px;
}
.qianqianhui_index_news_fb li .img .img_con{
    overflow: hidden;
}
.qianqianhui_index_news_fb li .img::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 0;
    height: 3px;
    background: #17a1f8;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.qianqianhui_index_news_fb li .img img{
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.qianqianhui_index_news_fb li .wz{
    margin-top: 15px;
}
.qianqianhui_index_news_fb li .wz h3{
    font-size: 18px;
    line-height:1.5;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.qianqianhui_index_news_fb li .wz h4{
    font-size: 16px;
    line-height:1.5;
    color: #000;
    margin: 5px 0;
}
.qianqianhui_index_news_fb li .wz h5{
    font-size: 15px;
    line-height:2;
    max-height: 4em;
    color: #666;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.qianqianhui_index_news_fb li:hover .img img{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.qianqianhui_index_news_fb li:hover .wz h3{
    color: #17a1f8;
}
.qianqianhui_index_news_fb li:hover .img::before{
    width: 100%;
}
@media(max-width:991px){
    .qianqianhui_index_news_fb li{
        width:49%;
    }
    .qianqianhui_index_news_fb li:nth-child(2n){
        margin-right: 0;
    }
    .qianqianhui_index_news_fb li:nth-child(n+3){
        margin-top: 2%;
    }
}
@media(max-width:768px){
    .qianqianhui_index_news{
        margin: 30px 0;
        margin-top: 0;
    }
    .qianqianhui_index_news_fb{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .qianqianhui_index_news_fb li{
        width:100%;
        margin-right: 0!important;
    }
    .qianqianhui_index_news_fb li:nth-child(n+2){
        margin-top: 10px;
    }
    .qianqianhui_index_news_fb li .wz h3{
        font-size: 16px;
    }
}

/*合作客户*/
.qianqianhui_index_cooperate{
    margin-bottom: 4%;
}
.qianqianhui_index_cooperate_fb{
    margin-top: 3%;
}
.qianqianhui_index_cooperate_fb ul{
    overflow: hidden;
}
.qianqianhui_index_cooperate_fb li{
    width: 20%;
    float: left;
    padding: 3%;
    border-right: 1px dashed rgba(210, 210, 210, 1);
}
.qianqianhui_index_cooperate_fb li:nth-child(5n){
    border-right: 1px dashed rgba(210, 210, 210, 0);
}
.qianqianhui_index_cooperate_fb li:nth-child(n+6){
    border-top: 1px dashed rgba(210, 210, 210, 1);
}
.qianqianhui_index_cooperate_fb li .img img{
    width: 100%;
}
.qianqianhui_index_cooperate_fb1{
    margin-top: 3%;
}
.qianqianhui_index_cooperate_fb1 a{
    margin: 0 auto;
    color: #17a1f8;
}
@media(max-width:768px){
    .qianqianhui_index_cooperate{
        margin-bottom: 30px;
    }
    .qianqianhui_index_cooperate_fb li{
        width: 50%;
    }
    .qianqianhui_index_cooperate_fb li:nth-child(5n){
        border-right: 1px dashed rgba(210, 210, 210, 1);
    }
    .qianqianhui_index_cooperate_fb li:nth-child(2n){
        border-right: 1px dashed rgba(210, 210, 210, 0);
    }
    .qianqianhui_index_cooperate_fb li:nth-child(n+3){
        border-top: 1px dashed rgba(210, 210, 210, 1);
    }
    .qianqianhui_index_cooperate_fb li:nth-child(n+9){
        display: none;
    }
    .qianqianhui_index_cooperate_fb{
        margin-top: 15px;
    }
    .qianqianhui_index_cooperate_fb1{
        margin-top: 15px;
    }
}

/*footer*/
.pc_footer1{
	padding:30px 0 20px;
	background: #333;
}
.pc_footer1_con{
    position:relative;
}
/*.pc_footer1_con::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 65%;*/
/*    top: 0;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    background: rgba(255,255,255,.2);*/
/*}*/
.pc_footer1_fl{
    width: 65%;
}
.pc_footer1_fl li{
    max-width: 25%;
}
.pc_footer1_fl li h3 a,.pc_footer1_fl li h3{
    font-size: 18px;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}
.pc_footer1_fl li .foot_nav_erji{
    margin-top: 10px;
}
.pc_footer1_fl li .foot_nav_erji a{
    font-size: 15px;
    line-height: 2;
    color: rgba(255,255,255,.8);
}
.pc_footer1_fl li .foot_nav_erji a:hover{
    color: rgba(255,255,255,1);
}

.pc_footer1_fr{
    max-width: 30%;
}
.pc_footer1_fr_ft{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.pc_footer1_fr_ft_fl{
    max-width: 110px;
}
.pc_footer1_fr_ft_fl img{
    width: 100%;
}
.pc_footer1_fr_ft_fr{
    width: 100%;
    padding-left: 140px;
    margin-left: -120px;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.pc_footer1_fr_fb{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-top: 15px;
}
.pc_footer1_fr_fb h3{
    font-size: 18PX;
    font-weight: bold;
}
.pc_footer2{
    font-size: 15px;
    line-height: 2;
    color: #fff;
    background: #333;
    
}
.pc_footer2 a{
    color: #fff;
}
.pc_footer2_con{
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}
@media(max-width:991px){
    .pc_footer1_fl{
        display: none;
    }
    .pc_footer1_con::before{
        display: none;
    }
    .pc_footer1_fr{
        width: 100%;
        max-width: 100%;
    }
}




/*内页图集*/
.ny_danyerongyuzizhi ul{
    font-size: 0;
}
.ny_danyerongyuzizhi li{
    width: 32%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: middle;
}
.ny_danyerongyuzizhi_nn{
    align-items: center;
    width: 100%;
    height: 100%;
}
.ny_danyerongyuzizhi li:nth-child(3n){
    margin-right: 0;
}
.ny_danyerongyuzizhi li:nth-child(n+4){
    margin-top: 2%;
}
.ny_danyerongyuzizhi li .img{
    border: 1px solid #eee;
}
.ny_danyerongyuzizhi li .img img{
    width: 100%;
}
@media(max-width:768px){
    .ny_danyerongyuzizhi li{
        width: 49%;
    }
    .ny_danyerongyuzizhi li:nth-child(3n){
        margin-right: 2%;
    }
    .ny_danyerongyuzizhi li:nth-child(2n){
        margin-right: 0;
    }
    .ny_danyerongyuzizhi li:nth-child(n+3){
        margin-top: 2%;
    }
}








/*内页导航*/
.asny_nav {
	margin: 3% 0;
}

.asny_nav ul {
	font-size: 0;
	text-align: center;
}

.asny_nav ul>li {
	display: inline-block;
	/*min-width: 150px;*/
	width: 16.666666%;
	margin: 5px 0;
	position: relative;
}

.asny_nav ul>li>a {
	font-size: 17px;
	line-height: 60px;
	color: #4f4f52;
	display: block;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f7f7f7;
	border-right: 1px solid #ddd;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.asny_nav ul>li:nth-child(6n)>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li:last-child>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li>a.active {
	background: #17a1f8;
	color: #fff;
	border-color: #17a1f8;
}

.asny_nav ul>li:hover>a {
	background: #17a1f8;
	color: #fff;
	border-color: #17a1f8;
}

.asny_nav_erji {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #f7f7f7;
	display: none;
}

.asny_nav_erji_li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 45px;
	color: #818181;
	border-top: 1px dashed #ccc;
}

.asny_nav_erji_li a:hover {
	color: #17a1f8;
}

.asny_nav_erji_li:nth-child(1) a {
	border-top: 0;
}

.asny_nav ul>li:hover .asny_nav_erji {
	display: block;
}

@media(max-width:1366px) {
	.asny_nav ul>li>a {
		line-height: 50px;
	}
}

@media(max-width:991px) {
	.asny_nav {
		display: none;
	}
}



/*联系我们留言*/
.lxwm_c1 .lxwm_c1nn {
	background-color: #17a1f8;
	border-radius: 24px;
	overflow: hidden;
	padding: 4%;
	align-items: flex-end;
}

.lxwm_c1_fl {
	width: 52%;
}

.lxwm_c1_fl_ft {
	font-size: 24px;
	line-height: 1.5;
	color: #ffffff;
}

.lxwm_c1_fl_fb {
	margin-top: 12%;
}

.lxwm_c1_fl_fb form {}

.lxwm_c1_fl_fb_ft li {
	width: 48%;
	margin-bottom: 5%;
	position: relative;
}

.lxwm_c1_fl_fb_ft li span {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1.5;
	color: #595757;
}

.lxwm_c1_fl_fb_ft li input {
	background: none;
	outline: none;
	width: 100%;
	background-color: #ffffff;
	border-radius: 23px;
	border: solid 2px #eee;
	font-size: 16px;
	line-height: 2.7;
	color: #061734;
	padding-left: 65px;
	padding-right: 10px;
}

.lxwm_c1_fl_fb_fc {
	position: relative;
	margin-bottom: 5%;
}

.lxwm_c1_fl_fb_fc textarea {
	background: none;
	outline: none;
	width: 100%;
	background-color: #ffffff;
	border-radius: 23px;
	border: solid 2px #eee;
	font-size: 16px;
	line-height: 2.7;
	color: #061734;
	resize: none;
	padding: 40px 20px 20px;
}

.lxwm_c1_fl_fb_fc span {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #595757;
}

.lxwm_c1_fl_fb_fb_fl {
	align-items: center;
	/*margin-bottom: 10px;*/
}

.lxwm_c1_fl_fb_fb_fl input {
	width: 186px;
	background: none;
	outline: none;
	background-color: #ffffff;
	border-radius: 23px;
	border: solid 2px #eee;
	font-size: 16px;
	line-height: 2.7;
	color: #061734;
	padding-left: 70px;
	padding-right: 15px;
}

.lxwm_c1_fl_fb_fb_fl_fl {
	position: relative;
	margin-right: 10px;
}

.lxwm_c1_fl_fb_fb_fl_fl span {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1.5;
	color: #595757;
}

.lxwm_c1_fl_fb_fb_fl img {
	width: 100px;
	height: 38px;
	background-color: #ffffff;
}

.lxwm_c1_fl_fb_fb_fr input {
	background: none;
	outline: none;
	border: 0;
	background-color: #051435;
	border-radius: 23px;
	font-size: 18px;
	line-height: 1.5;
	padding: 7px 3rem;
	color: #ffffff;
}

.lxwm_c1_fr {
	width: 40%;
	max-width: 465px;
}

.lxwm_c1_fr_ft li {
	margin-top: 2%;
	overflow: hidden;
}

.lxwm_c1_fr_ft li:nth-child(1) {
	margin-top: 0;
}

.lxwm_c1_fr_ft li h3 {
	font-size: 18px;
	font-weight: normal;
	line-height:2;
	color: #ffffff;
}

.lxwm_c1_fr_ft li h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff;
}

.lxwm_c1_fr_ft li .img {
	width: 100%;
	max-width: 160px;
	padding: 8px;
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 10px;
}

.lxwm_c1_fr_ft li .img img {
	width: 100%;
}

@media(max-width:1366px) {
	.lxwm_c1_fl_ft {
		font-size: 20px;
	}

	.lxwm_c1_fl_fb_fb_fr input {
		padding: 7px 40px;
	}

	.lxwm_c1_fr_ft li h3 {
		font-size: 18px;
	}

	.lxwm_c1_fr_ft li h4 {
		font-size: 22px;
	}
}

@media(max-width:991px) {
	.lxwm_c1_fr_ft li .img {
		max-width: 150px;
		padding: 8px;
	}

	.lxwm_c1_fl {
		width: 100%;
	}

	.lxwm_c1_fl_fb {
		margin-top: 25px;
	}

	.lxwm_c1_fl_fb_ft li {
		margin-bottom: 15px;
	}

	.lxwm_c1_fl_fb_fc {
		margin-bottom: 15px;
	}

	.lxwm_c1_fr {
		width: 100%;
		margin-top: 20px;
	}

	.lxwm_c1_fr_ft li {
		margin-top: 15px;
	}
}

@media(max-width:768px) {
	.lxwm_c1 .lxwm_c1nn {
		padding: 30px 15px;
	}

	.lxwm_c1_fl_ft {
		font-size: 18px;
	}

	.lxwm_c1_fr_ft li h4 {
		font-size: 18px;
	}

	.lxwm_c1_fl_fb_fb_fl input {
		width: 150px;
	}
}

@media(max-width:468px) {
	.lxwm_c1_fl_fb_ft li {
		width: 100%;
	}

	.lxwm_c1_fl_fb_fb_fr {
		margin-top: 15px;
	}
}


/*公司简介*/
.ny_gongsijianjie{
    overflow: hidden;
}
.ny_gongsijianjie li{
    width: 48%;
    margin-right: 4%;
    float: left;
}
.ny_gongsijianjie li:nth-child(2n){
    margin-right: 0;
}
.ny_gongsijianjie li .img img{
    width: 100%!important;
}
.ny_gongsijianjie li .wz{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    margin-top: -5%;
    padding: 5%;
    position: relative;
    z-index: 5;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #17a1f8;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #eee;
    border-top: 2px solid #17a1f8;
}
@media(max-width:1200px){
    .ny_gongsijianjie li .wz{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .ny_gongsijianjie li{
        width: 100%;
        margin-right: 0;
    }
    .ny_gongsijianjie li:nth-child(n+2){
        margin-top:15px;
    }
    .ny_gongsijianjie li .wz{
        padding: 20px 15px;
    }
}






