/*pubilc start*/
* {margin: 0;padding: 0;font-family: "Microsoft YaHei","Helvetica","Arial",sans-serif;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);box-sizing: border-box;}
body,ol,ul,li,dl,dt,dd,form,p,h1,h2,h3,h4,h5,img{margin: 0;padding: 0;}
ol,ul,li{list-style: none;padding: 0;margin: 0;}
img{border: none;max-width: 100%;vertical-align: middle;}
a{text-decoration: none;border: none;margin: 0;padding: 0;}
input,textarea,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
input::-webkit-search-cancel-button {display: none;}
input::-webkit-input-placeholder{font-size: 12px;color: #999999;}
table,table td {border-collapse: collapse;} 
select{border: 0;outline: none;}
select::-ms-expand {display: none;}
body{overflow-x:hidden;}
.clear {clear: both;}
.clearfix::after{content: '';clear: both;display: block;}
.fl{float: left;}
.fr{float: right;}
.div1200{width: 1200px;margin: 0 auto;}
.container{width: 1600px;margin: 0 auto;}
.content{width: 1200px;margin: 0 auto;}
.div1340{width: 1340px;margin: 0 auto;}
.div1600{width: 1600px;margin: 0 auto;}
.div1800{width: 1800px;margin: 0 auto;}
.wrap {width: 100%;_zoom: 1;position: relative;transition: all .4s;margin: 0 auto;}
.line_1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.line_2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line_3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line_4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
/*pubilc end*/

.flex{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.flexalign{
	align-items: center;
}
.flexcenter{
	justify-content: center;
}
.flexbetween{
	justify-content: space-between;
}
.header{
	background-color: #fff;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.8s;
}
.header-con{
	height: 104px;
	align-items: center;
	justify-content: space-between;
}
.nav-content{
	/*margin-right: 80px;*/
	/*height: 100%;*/
	background-color: rgba(97,150,228);
}
.nav>ul{
	align-items: center;
	justify-content: space-around;
}
.nav>ul>li{
	padding: 0 30px;
	position: relative;
}
.nav>ul>li>a{
	font-size: 20px;
	color: #ffffff;
	line-height: 60px;
	display: block;
}
.nav>ul>li:hover>a{
	font-weight: 600;
}
.nav>ul>li.cur>a{
	font-weight: 600;
}
.ej{
	position: absolute;
	width: 100%;
	z-index: 9;
	left: 0;
	top: 100%;
	background-color: #fff;
	border-bottom: 5px solid #1e76fb;
	text-align: center;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.28);
	padding: 20px 0;
	display: none;
}
.ej>li>a{
	display: block;
	font-size: 14px;
	line-height: 42px;
	color: #555555;
}
.nav>ul>li:hover .ej{
	display: block;
}
.language h3{
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	position: relative;
	padding-right: 12px;
	line-height: 104px;
}
.language{
	position: relative;
}
.language h3:after{
	content: "";
	background: url(../images/top_01.png) no-repeat;
	width: 8px;
	height: 4px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.language_ul{
	position: absolute;
	width: 100%;
	z-index: 9;
	left: 0;
	top: 100%;
	background-color: #fff;
	border-bottom: 5px solid #1e76fb;
	text-align: center;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.28);
	display: none;
}
.language_ul li a{
	font-size: 18px;
	line-height: 42px;
	color: #555555;
	display: block;
}
.language:hover .language_ul{
	display: block;
}
.main{
	padding-top: 104px;
}
.banner{
	position: relative;
	text-align: center;
}
.part1{
	background-color: #f1f1f1;
	padding-top: 140px;
	padding-bottom: 125px;
}
.index-title{
	text-align: center;
	position: relative;
}
.index-title h2{
	font-size: 50px;
	font-weight: 500;
	color: #000000;
	position: relative;
	padding-bottom: 20px;
}
.index-title-line{
	position: absolute;
	width: 160px;
	height: 6px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.index-title .index-title-line:before{
	content: "";
	width: 80px;
	height: 6px;
	background-color: #1a68b0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.index-title .index-title-line:after{
	content: "";
	width: 80px;
	height: 6px;
	position: absolute;
	background-color: #e0e0e0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.part1-conbox{
	margin-top: 44px;
}
.part1-left{
	width: 60%;
	background-color: #fff;
	padding: 2.5% 0 .9%;
	position: relative;
}
.part1-nav{
	padding: 0 5%;
}
.part1-nav ul{
	justify-content: space-between;
}
.part1-navbox{
	align-items: center;
}
.part1-navimg{
	width: 30px;
	height: 30px;
	background-color: #c6ced3;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	margin-right: 15px;
}
.part1-navbox p{
	font-size: 37px;
	letter-spacing: 1px;
	color: #555555;
}
.part1-nav ul li:hover .part1-navimg{
	background-color: #0082fc;
}
.part1-nav ul li:hover .part1-navbox p{
	color: #0082fc;
}
.part1-nav ul li.cur .part1-navimg{
	background-color: #0082fc;
}
.part1-nav ul li.cur .part1-navbox p{
	color: #0082fc;
}
.part1-list{
	margin-top: 30px;
	display: none;
}
.part1-list ul li{
	background-color: #fff;
	padding: 35px 5%;
}
.part1-listbox{
	align-items: center;
}
.part1-listimg{
	width: 156px;
	text-align: center;
	margin-right: 30px;
}
.part1-listtext{
	width: calc(100% - 190px);
}
.part1-listtext h3{
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 15px;
}
.part1-listtext p{
	font-size: 18px;
	color: #555555;
}
/*.part1-list ul li:hover{
	background-color: #f6f9ff;
}*/
.part1-list ul li.cur{
	background-color: #f6f9ff;
}
.part1-right{
	width: 66.5%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #f6f9ff;
	box-shadow: 3px 0px 8px 0px rgba(0, 0, 0, 0.13);
	padding: 50px 130px 0;
	display: none;
}
.part1-righttit h3{
	text-align: center;
	font-size: 48px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 40px;
}
.part1-rightimg{
	text-align: center;
	margin-bottom: 40px;
}
.part1-rightp p{
	font-size: 18px;
	line-height: 1.6;
	color: #555555;
}
.part1-rightmore{
	text-align: center;
	margin-top: 30px;
}
.part1-rightmore a{
	padding: 20px 80px;
	display: inline-block;
	background-color: #0082fc;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}
/*.part1-list ul li:hover .part1-right{
	display: block;
}*/
.part1-list ul li.cur .part1-right{
	display: block;
}
.show{
	display: block;
}

.part2{
	background-color: #f5f7fa;
	padding-top: 60px;
	padding-bottom: 55px;
}

.part2-lb{
	margin-top: 50px;
	position: relative;
}
.part2-lb .swiper-container{
	padding-bottom: 60px;
}
.part2-lb .swiper-pagination-bullet{
	width: 42px;
	height: 4px;
	border-radius: initial;
	background-color: #a6a6a6;
	opacity: 1;
}
.part2-lb .swiper-pagination-bullet-active{
	background-color: #158ad0;
}
.part2-img{
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}
.part2-img img{
	width: 100%;
}
.part2-text{
	width: 50%;
	padding: 0 5%;
}
.part2-text h2{
	font-size: 40px;
	color: #333333;
	margin-bottom: 6%;
}
.part2-text p{
	font-size: 20px;
	line-height: 2;
	color: #555555;
}
.part2-more{
	margin-top: 12%;
}
.part2-more a{
	padding: 10px 30px;
	background-color: #0082fc;
	border-radius: 4px;
	font-size: 18px;
	color: #ffffff;
}
.part3{
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 140px;
}
.part3-list2{
	margin-top: 90px;
}
.part3-list-con{
	margin-top: 80px;
}
.part3-listtit h2{
	text-align: center;
	font-size: 50px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 50px;
}
.part3-lrcon{
	justify-content: space-between;
}
.part3-left{
	width: 49.4%;
}
.part3-leftbox{
	position: relative;
}
.part3-lmask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(0,0,0,.3);
}
.part3-lmbox{
	height: 100%;
	justify-content: center;
	align-items: center;
}
.part3-lmimg{
	margin-right: 13px;
}
.part3-lmtext h3{
	font-size: 40px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 10px;
}
.part3-lmtext p{
	font-size: 25px;
	color: #ffffff;
}
.part3-leftimg{
	width: 100%;
	overflow: hidden;
}
.part3-leftimg img{
	transition: all 0.5s;
}
.part3-leftbox:hover .part3-leftimg img{
	transform: scale(1.1);
}
.part3-right{
	width: 50%;
}
.part3-rightcon{
	justify-content: space-between;
}
.part3-rightbox{
	width: 49.5%;
	margin-bottom: 1%;
	position: relative;
}
.part3-rightimg{
	width: 100%;
	overflow: hidden;
}
.part3-rightimg img{
	transition: all 0.5s;
}
.part3-rmask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,.3);
	padding: 35px 20px 35px 35px;
}
.part3-rmtext h3{
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
}
.part3-rmtext p{
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
}
.part3-rmimg{
	position: absolute;
	left: 35px;
	bottom: 35px;
	z-index: 3;
}
.part3-rightbox:hover .part3-rightimg img{
	transform: scale(1.1);
}

.part3-bigimg{
	overflow: hidden;
	position: relative;
}
.part3-bigimg img{
	transition: all 0.5s;
}
.part3-bigmask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 3;
}
.part3-bigimg:hover img{
	transform: scale(1.1);
}
.part4-con{
	position: relative;
	height: 785px;
}
.part4-left{
	width: 64%;
	height: 100%;
	background-color: #00458b;
	position: absolute;
	left: 0;
	top: 0;
}
.part4-right{
	width: 36%;
	height: 100%;
	background-color: #faf9fe;
	position: absolute;
	right: 0;
	top: 0;
}
.part4-textcon{
	padding-top: 8%;
	position: relative;
}
.part4-img{
	width: 48%;
	position: absolute;
	right: 0;
	top: 40px;
}
.part4-title h2{
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 5px;
}
.part4-title p{
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 8px;
}
.part4-title span{
	width: 40px;
	height: 5px;
	background-color: #fafafa;
	display: block;
}
.part4-text{
	padding-right: 52%;
	margin-top: 1.5%;
}
.part4-text p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
}
.part4-more{
	margin-top: 3%;	
}
.part4-more a{
	padding: 15px 60px;
	background-color: #ffffff;
	border-radius: 24px;
	font-size: 16px;
	color: #333333;
	display: inline-block;
}
.part4-list{
	margin-top: 4%
}
.part4-list ul li{
	margin-right: 50px;
}
.part4-list ul li p{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.part4-lbox{
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 15px;
}
.part5{
	background-color: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 290px;
}
.part5-list{
	margin-top: 95px;
}
.part5-list ul li{
	width: 16%;
	margin-right: 0.8%;
	padding: 30px 0;
	background-color: #ffffff;
	border-radius: 15px;
	text-align: center;
	filter: grayscale(100%) ;
}
.part5-list ul li:nth-child(6n){
	margin-right: 0;
}
.part5-list ul li:hover{
	filter: grayscale(0);
	box-shadow: 0px 0px 5px 0px rgba(24, 24, 24, 0.35);
}
.part5-box{
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}

.footer{
	box-shadow: -1px -1px 3px 0px rgba(0, 0, 0, 0.2);
	background: url(../images/foot_01.png) no-repeat center;
	background-size: cover;
	padding-top: 60px;
}
.foot-left{
	width: 28%;
	border-right: 2px solid #dddddd;
	padding-right: 3%;
}
.foot-ltext{
	margin-top: 30px;
}
.foot-ltext h4{
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
}
.foot-ltext p{
	font-size: 20px;
	line-height: 2.5;
	color: #555555;
}
.foot-middle{
	width: 100%;
	padding: 0 5%;
	/*border-right: 2px solid #dddddd;*/
}
.foot-mcon{
	justify-content: space-between;
}
.foot-mbox h3{
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 15px;
}
.foot-mbox ul{
	display: none;
}
.foot-mbox ul li{
	line-height: 2.5;
}
.foot-mbox ul li a{
	font-size: 20px;
	color: #555555;
}
.foot-right{
	width: 15.5%;
	padding-left: 4%;
	padding-top: 70px;
}
.foot-rcon{
	width: 98.4%;
	background: url(../images/foot_03.png) no-repeat;
	background-size: 100% 100%;
	padding: 5px;
}
.foot-rp{
	text-align: center;
	margin-top: 15px;
}
.foot-rp p{
	font-size: 20px;
	color: #2a2a2a;
}
.copyright{
	margin-top: 40px;
	border-top: 1px solid #d9d9d9;
	padding: 25px 0;
	text-align: center;
}
.copyright p{
	color: #555555;
	font-size: 18px;
}
.copyright p a{
	color: #555555;
	font-size: 18px;
}

.ban-con{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 60px;
}
.ban-text h2{
	font-size: 60px;
	font-weight: normal;
	color: #ffffff;
}
.ban-text p{
	font-size: 30px;
	color: #ffffff;
}

.nylist{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 48px;
	z-index: 9;
}
.nylist ul{
	justify-content: center;
}
.nylist ul li{
	width: 200px;
	height: 64px;
	background-color: #ffffff;
	border-radius: 32px;
	line-height: 64px;
	margin-right: 25px;
}
.nylist ul li:last-child{
	margin-right: 0;
}
.nylist ul li a{
	font-size: 24px;
	color: #333333;
	display: block;
}
.nylist ul li:hover{
	background-color: #1e76fb;
}
.nylist ul li:hover a{
	color: #fff;
}
.nylist ul li.cur{
	background-color: #1e76fb;
}
.nylist ul li.cur a{
	color: #fff;
}

.nydao{
	font-size: 14px;
	color: #999999;
	margin-top: 30px;
}
.nydao a{
	font-size: 14px;
	color: #999999;
}
.pro-list{
	/*margin-top: 80px;*/
}
.pro-list ul li{
	width: 23.5%;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-right: 2%;
	margin-bottom: 30px;
}
.pro-list ul li:nth-child(4n){
	margin-right: 0;
}
.pro-img{
	height: 215px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.pro-img img{
	transition: all .5s;
}
.pro-text{
	text-align: center;
	padding: 8px 0;
	background-color: #f3f3f3;
	position: relative;
}
.pro-text h2{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	/*margin-bottom: 5px;*/
}
.pro-text p{
	font-size: 12px;
	line-height: 2;
	color: #999999;
}
.pro-more{
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s
}
.img2{
	display: none;
}
.pro-list ul li:hover .pro-img img{
	transform: scale(1.1);
}
.pro-list ul li:hover .pro-text{
	background-color: #1e76fb;
}
.pro-list ul li:hover .pro-text h2,.pro-list ul li:hover .pro-text p{
	color: #fff;
}
.pro-list ul li:hover .img1{
	display: none;
}
.pro-list ul li:hover .img2{
	display: block;
}
.pro-list ul li:hover .pro-more{
	top: -19px;
	transform: translateY(0);
}

.pages{
	margin-top: 80px;
	margin-bottom: 60px;
}
.pages ul{
	justify-content: center;
}
.pages ul li{
	margin: 0 3px;
}
.pages ul li a{
	border: solid 1px #cacaca;
	padding: 5px 10px;
	font-size: 16px;
	color: #707070;
	display: block;
}
.pages ul li:hover a{
	background-color: #1e76fb;
	border: solid 1px #1e76fb;
	color: #ffffff;
}
.pages ul li.current a{
	background-color: #1e76fb;
	border: solid 1px #1e76fb;
	color: #ffffff;
}

.prodet{
	margin-top: 90px;
	margin-bottom: 100px;
}
.prodet-con{
	justify-content: space-between;
}
.prodet-img{
	width: 337px;
	background-color: #f5f5f5;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prodet-text{
	width: 818px;
}
.prodet-text h1{
	position: relative;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	padding-left: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 25px;
}
.prodet-text h1:before{
	content: "";
	width: 13px;
	height: 34px;
	background-color: #1e76fb;
	position: absolute;
	left: 0;
	top: 5px;
}
.prodet-p p{
	font-size: 24px;
	line-height: 2;
	color: #555555;
}

.pn{
	margin-top: 70px;
	border-top: 2px solid #bfbfbf;
	justify-content: space-between;
	padding-top: 10px;
}
.pn-box a{
	font-size: 20px;
	color: #333333;
}
.about{
	margin-top: 80px;
}
.about-tit h2{
	font-size: 35px;
	color: #282828;
	text-align: center;
	padding-bottom: 45px;
	margin-bottom: 48px;
	border-bottom: 2px solid #bfbfbf;
	position: relative;
}
.about-tit h2:after{
	content: "";
	width: 70px;
	height: 7px;
	background-color: #166bc3;
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify  .swiper-slide {
	width: 301px;
	height: 412px;
	/*background-color: #1b2e6b;*/
	box-shadow: 0px 0px 4px 0px rgba(24, 24, 24, 0.41);
}
#certify  .swiper-slide img{
	display:block;
}
.honor-hlist{
	margin-top: 30px;
}
.honor-hlist ul li{
	width: 33%;
	margin-bottom: 15px;
	margin-right: 0.5%;
}
.honor-hlist ul li:nth-child(3n){
	margin-right: 0;
}
.honor-slist{
	margin-top: 20px;
}
.honor-slist ul li{
	width: 295px;
	margin-right: 6px;
	margin-bottom: 8px;
}
.honor-slist ul li:nth-child(4n){
	margin-right: 0;
}

.honor-more{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 130px;
}
.honor-more a{
	font-size: 30px;
	color: #ffffff;
	padding: 20px 120px;
	background-color: #0082fc;
	border-radius: 8px;
	/*display: inline-block;*/
}
.about-text{
	font-size: 24px;
	color: #333333;
	margin-bottom: 140px;
}
.about-text p{
	font-size: 24px;
	line-height: 2;
	color: #333333;
}

.con-part1{
	background: url(../images/con_02.jpg) no-repeat top;
	padding-bottom: 60px;
}
.con-part1 h2{
	font-size: 35px;
	color: #333333;
	margin-bottom: 20px;
}
.con-info h3{
	font-size: 30px;
	font-weight: normal;
	color: #2f2f2f;
}
.con-info h5{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 15px;
}
.con-info p{
	font-size: 24px;
	line-height: 2;
	color: #2f2f2f;
}

.mess{
	margin-top: 20px;
	border: solid 1px #797979;
	margin-bottom: 100px;
	padding-top: 16px;
	padding-bottom: 37px;
}
.messtit h2{
	font-size: 25px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
.mess-con{
	margin-top: 26px;
	text-align: center;
	padding: 0 200px;
}
.mess-box{
	width: 100%;
	justify-content: space-between;
	margin-bottom: 18px;
}
.mess-inp{
	width: 380px;
}
.mess-inp input{
	width: 100%;
	height: 38px;
	border: solid 1px #a0a0a0;
	font-size: 14px;
	color: #555555;
	padding-left: 10px;
}
.mess-box textarea{
	width: 100%;
	height: 129px;
	border: solid 1px #a0a0a0;
	padding: 10px;
}

.mess-btn button{
	background-color: #1e5dad;
	border: solid 1px #dcdcdc;
	height: 44px;
	padding: 0 90px;
	font-size: 17px;
	color: #ffffff;
}
.culture-con{
	padding-bottom: 100px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 100px;
}
.culture-box{
	align-items: center;
}
.culture-img{
	width: 600px;
}
.culture-text{
	background-color: rgba(255,255,255,.9);
	box-shadow: 0px 0px 13px 0px rgba(186, 186, 186, 0.41);
	padding: 35px 60px;
	padding-right: 0;
	width: 650px;
	position: relative;
	z-index: 9;
}
.culture-text h2{
	font-size: 34px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 5px;
}
.culture-text p{
	font-size: 19px;
	color: #333333;
}
.culture-text1{
	margin-left: -55px;
}
.culture-text2{
	margin-right: -55px;
}
.talent-con{
	margin-bottom: 80px;
}
.talent-top{
	position: relative;
}
.talent-mask{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
	height: 80%;
	background-color: rgba(0,0,0,.3);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.talent-text h2{
	font-size: 26px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 10px;
}
.talent-text p{
	font-size: 20px;
	color: #ffffff;
}
.talent-list{
	margin-top: 23px;
	justify-content: space-between;
}
.talent-box{
	position: relative;
}
.talent-box .talent-mask{
	width: 95%;
	height: auto;
	padding: 15px 10px;
}
.talent-box .talent-text p{
	font-size: 14px;
}
.talent-bottom{
	margin-top: 23px;
}

.news-list ul li{
	background-color: #f8f8fa;
	padding: 30px 70px 19px 40px;
	margin-bottom: 30px;
}
.news-img{
	width: 265px;
	margin-right: 30px;
}
.news-text{
	width: 785px;
}
.news-text>h2{
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}
.news-text>span{
	font-size: 14px;
	color: #999999;
	display: block;
	margin-bottom: 30px;
}
.news-text>p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}
.news-more{
	font-size: 20px;
	color: #1e5dad;
	text-align: right;
}

.news-listmore{
	text-align: center;
	margin: 80px auto 50px;
}
.news-listmore a{
	font-size: 28px;
	color: #1b2e6b;
}
.newsdet-tit h2{
	text-align: center;
	font-size: 30px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 2px solid #bfbfbf;
}
.newsdet-tit span{
	text-align: right;
	display: block;
	font-size: 13px;
	line-height: 2;
	color: #999999;
}
.newsdet-text{
	margin-top: 20px;
	margin-bottom: 35px;
	font-size: 14px;
	color: #333333;
}
.newsdet-text p{
	font-size: 14px;
	line-height: 2;
	color: #333333;
}
.newsdet-con{
	margin-bottom: 80px;
}
.newsdet-con .pn-box a{
	font-size: 14px;
}
.nyapp{
	background-color: #f7f7f8;
	padding-bottom: 115px;
}
.app-lb{
	background-color: #ffffff;
	padding: 30px 40px 0;
	position: relative;
}
.app-lb-tit h2{
	font-size: 39px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.app-lb .swiper-container{
	padding-bottom: 50px;
	margin-top: 50px;
}
.app-lb .swiper-pagination-bullet{
	width: 42px;
	height: 4px;
	border-radius: initial;
	background-color: #a6a6a6;
	opacity: 1;
}
.app-lb .swiper-pagination-bullet-active{
	background-color: #158ad0;
}
.app-box{
	justify-content: space-between;
}
.app-img{
	width: 587px;
}
.app-text{
	width: 500px;
}
.app-text h2{
	font-size: 31px;
	color: #1e1e1e;
	margin-bottom: 15px;
	padding-left: 22px;
	position: relative;
}
.app-text h2:before{
	content: "";
	width: 7px;
	height: 38px;
	background-color: #626262;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.app-text p{
	font-size: 16px;
	line-height: 2;
	color: #555555;
}
.app-more{
	margin-top: 40px;
}
.app-more a{
	padding: 5px 23px;
	background-color: #0082fc;
	border-radius: 4px;
	font-size: 14px;
	color: #ffffff;
}
.app-listcon{
	margin-top: 31px;
	background-color: #ffffff;
	padding: 40px;
}
.app-listbox{
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: 2px solid #bfbfbf;
}
.app-listbox:last-child{
	border-bottom: 0;
}
.app-ul{
	margin-top: 40px;
}
.app-ul ul{
	justify-content: space-between;
}
.app-ul ul li{
	width: 542px;
	margin-bottom: 30px;
}
.app-litit h3{
	font-size: 24px;
	color: #1e1e1e;
	padding-left: 25px;
	position: relative;
	margin-bottom: 19px;
}
.app-litit h3:before{
	content: "";
	width: 7px;
	height: 38px;
	background-color: #626262;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.app-liimg{
	position: relative;
}
.app-liimg img{
	width: 100%;
}
.app-limask{
	position: absolute;
	left: 16px;
	bottom: 16px;
}
.app-litext{
	margin-top: 8px;
}
.app-litext p{
	font-size: 20px;
	line-height: 2;
	color: #333333;
}
.app-bottom{
	margin-top: 40px;
}
.rec-con{
	margin-bottom: 170px;
	background: url(../images/con_02.jpg) no-repeat center 20%;
}
.rec-list{
	position: relative;
}
.rec-box{
	padding: 40px 30px;
	box-shadow: -2px -1px 2px 0px rgba(0, 0, 0, 0.35);
	width: 560px;
	position:absolute;
	left:0px;
	top:0px;
	background-color: rgba(250,250,250,0.7);
}
.rec-boxtit h2{
	font-size: 26px;
	color: #1e1e1e;
	margin-bottom: 10px;
}
.rec-boxtext p{
	font-size: 15px;
	line-height: 2;
	color: #505050;
}
.rec-more{
	text-align: right;
	margin-top: 40px;
}
.rec-more a{
	display: inline-block;
	padding: 8px 40px;
	background-color: #1e76fb;
	border-radius: 2px;
	font-size: 15px;
	color: #ffffff;
}
.rec-listmore{
	text-align: center;
	margin-top: 40px;
}




.content_body{padding: 65px 0 100px 0;box-sizing: initial;}
.content_body_tit{text-align: center;}
.content_body_tit p:first-child{font-size: 24px;line-height: 30px;color:#333;}
.content_body_tit p:last-child{font-size: 50px;color: #70baff;opacity: .2;font-family:RegattaCondensedStd;margin-top: -30px;}
.content_body_tit_text{font-size: 14px;line-height: 30px;color: #666;text-align: center;width: 66%;margin: 0 auto;padding-top: 10px;}
.content_body_body{position: relative;}
.content_body_center{background: url(../images/ny6-6-04_03.png) center no-repeat;height: 540px;margin-top: 80px;margin-bottom: 60px;}
.content_body_center_fl{position: relative;width: 48%;}
.content_body_center_img2{position: absolute;right: 0;bottom: -175px;}
.content_body_center_fr{width: 52%;}
.content_body_center_fr img{margin-left: 188px;}
.content_body_center_fr ul{padding-top: 30px;}
.content_body_center_fr li{margin-left: 93px;width: 320px;text-align: center;font-size: 16px;color:#666;line-height: 30px;}
.content_body_center_fr li:nth-child(3){margin-bottom: 40px;}
/*.content_body_bottom_tab{width: 100%;text-align: left;}
.content_body_bottom_tab th{padding-left: 2%;font-size: 0.16rem;color:#fff;line-height: 0.5rem;background: #0c75cc;font-weight: lighter;}
.content_body_bottom_tab tr:nth-child(even)>td{padding-left: 2%;}
.content_body_bottom_tab_tab{width: 100%;}
.content_body_bottom_tab_tab td{padding-left: 2%;}*/
.content_body_bottom_ul>li{border: 1px solid #eeeeee;}
.content_bottom_ul_one li{float: left;width: 20%;padding-left: 2%;background: #0c75cc;color:#fff;font-size: 16px;line-height: 50px;box-sizing: initial;}
.content_bottom_ul_one li:last-child{width: 10%;}
.content_bottom_ul_ul>li{float: left;width: 20%;padding-left: 2%;color:#666;font-size: 16px;line-height: 50px;box-sizing: initial;}
.content_bottom_ul_ul>li:nth-child(5){width: 4%;padding-left:8%; }
.content_bottom_ul_ul>li:last-child{padding-left: 0;width: 100%;display: none;}
.content_bottom_ul_ul img{margin-bottom:20px}
.content_bottom_ul_ul_ul{width: 100%;}
.content_bottom_ul_ul_ul li{border-top:1px solid #eee;float: left;width: 20%;padding-left: 2%;color:#666;font-size: 16px;line-height: 50px;box-sizing: initial;}
.content_bottom_ul_ul_ul li:nth-child(5){width: 10%;}
.content_body_center_img2{box-shadow: 2.909px 5.248px 5px 0px rgba( 25, 141, 250, .2);}
.content_body_footer li{float: left;width: 25%;text-align: center;height: 250px;padding-top: 35px;}
.content_body_footer li:hover{box-shadow: 0px 0px 8px 5px rgba( 25, 141, 250, .1);}
.content_body_footer_p{font-size: 20px;font-weight: bold;color: #0c75cc;padding: 17px 0 13px 0; }
.content_body_footer_text{font-size: 14px;line-height: 20px;color: #666;margin:0 auto;width: 69%;}
.content_body_footer{margin-top: 65px;}
.ny6-7_content_tit ul{display: table;margin:0 auto;}
.ny6-7_content_tit li{float: left;background: #eee;width: 200px;font-size: 16px;font-weight: bold;line-height: 40px;text-align: center;}
.ny6-7_content_tit_li_act{background: #198dfa!important;color: #fff;}
.ny6-7_content_tit{border-bottom: 1px solid #eee;margin:75px 0 65px 0;}
.img_div_tit{position: relative;}
.img_tit_bg{background: rgba(0, 0, 0, .5);position: absolute;top:0;width: 100%;height: 100%;opacity: 0;}
.img_tit_bg_img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);display: block;}
.ny6-7_content_body li{text-align: center;width: 30%;float: left;margin-right: 5%;margin-bottom: 45px;background: #f5f5f5;border-radius: 0 0 5px 5px;height: 465px;box-shadow: 0px 0px 6px 0px rgba( 0, 0, 0, .3);}
.ny6-7_content_body li:nth-child(3n){margin-right: 0;}
.ny6-7_content_body li:hover .img_tit_bg{opacity: 1;transition: all .6s;}
.ny6-7_content_body li:hover .ny6-7_tit{color:#198dfa;}
.ny6-7_content_body li:hover .ny6-7_btn{background: url(../images/ny6-7-02_07.png) no-repeat center;}
.ny6-7_tit{font-size: 14px;font-weight: bold;padding-top: 10px;width: 90%;margin: 0 auto;height: 50px;}
.ny6-7_text{font-size: 14px;color:#666;line-height: 20px;width: 85%;margin:0 auto;padding: 10px 0 25px 0;}
.ny6-7_btn{background: url(../images/ny6-7-03_09.png) no-repeat center;font-size: 14px;color:#fff;line-height: 36px;margin-bottom: 25px;}
.ny6-7_content_body>div{display: none;}


.history{min-height:300px; _height:300px;margin-bottom: 50px; background:url(../images/line3.jpg)  top repeat-y; position:relative; padding:70px 0 115px 0; overflow:hidden;}
.historyT{/*background:#fff url(../images/historyT.jpg) no-repeat top center;*/ width:1080px; height:70px; position:absolute; left:0px; top:0px; z-index:22}
.history li{min-height:211px; _height:211px; position:relative; background:url(../images/limg16.png)  center no-repeat; padding:30px 0 30px 600px; text-align:justify; font-size:14px; line-height:24px; margin-bottom:42px;}
.history .year{position:absolute; left:0px; top:48px; width:480px; text-align:right; color:#0ab8b6; font-weight:400; font-size:24px; height:211px;}
.history .content{font-size:14px;color: #666; text-align:left; width:480px; padding-top:18px;margin: 0;}
.history .content dd{ background:url(../images/ico3.png) no-repeat left 11px; padding-left:10px;}
.history .imgDiv{ width:324px; height:211px;}
.history .num{ width:156px; height:211px; line-height:211px; text-align:center; font-size:43px; color:#fff;}
.history .li01{padding:30px 0 30px 0; text-align:right;}
.history .li01 .year{left:600px; text-align:left;}
.history .year1{ background:#ef8200;}
.history .year2{ background:#e6410c;}
.history .year3{ background:#a9cd5e;}
.history .year4{ background:#03847a;}
.history .year5{ background:#00aca8;}
.history .year6{ background:#c21637;}
.history .year7{ background:#ea5405;}
.history .year8{ background:#84b71a;}
.history .year9{ background:#f8bc5d;}
.history .year10{ background:#006e89;}
.history .year11{ background:#00aca8;}
.history .year12{ background:#84b71a;}
.history .year13{ background:#c1d962;}
.history .year14{ background:#f6c838;}
.historyB{background:#fff url(../images/historyB.jpg) no-repeat top center; width:1080px; height:115px; position:absolute; left:0px; bottom:0px; z-index:22}


.search-content{
	align-items: center;
}
.search-box{
	border: 1px solid #515151;
	border-radius: 25px;
	overflow: hidden;
	margin-right: 50px;
}
.search-inp{
	width: 450px;
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	color: #515151;
	font-size: 16px;
}
input.search-inp::-webkit-input-placeholder{font-size: 16px;color: #515151;}
.search-btn{
	width: 50px;
	height: 50px;
	background: url(../images/search.png) no-repeat center;
	background-size: 40px 40px;
	cursor: pointer;
}


.recommend ul.grid{padding-left: 40px;background-color: #FFFFFF;padding-bottom: 20px;}
.recommend ul.grid li{width: 23.5%;float: left;position: relative;padding-top: 40px;margin-right: 2%;}
.recommend ul.grid li:nth-child(4n){margin-right: 0;}
.recommend ul.grid li a.pic{width: 100px;height: 100px;float: left;text-align: center;}
.recommend ul.grid li img{display: block;margin: 0 auto;}
.recommend ul.grid li p{float: right;width: 230px;}
.recommend ul.grid li a.part{color: #D53A3B;font-weight: bold;display: block;padding: 5px 0;line-height: 16px;}
.recommend ul.grid li s{text-decoration: none;color: #393939;display: block;}
.recommend ul.grid li a.more{position: absolute;bottom: 10px;line-height: 20px;text-transform: uppercase;color: #868484;text-decoration: none;}
.recommend ul.grid li a.more:hover{background-color: #2C94E4;color: #FFFFFF;padding: 0 15px;}


.index-manufacture{background-color: #FFFFFF;padding: 40px;margin-top: 50px;}
.index-manufacture ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.index-manufacture li{width: 276px;text-align: center;/*height: 84px;*/padding: 3px 0;/*border: 1px solid transparent;*/position: relative;}
/*.index-manufacture li:nth-child(5n){margin-right: 0;}*/
/*.index-manufacture li:hover{border: 1px solid #C9C9C9;}*/
.index-manufacture li a{display: block;height: 94px;padding-top: 10px;}
.index-manufacture li img{max-height: 84px;max-width: 100%;display: block;margin: 0 auto;border: 1px solid #515151;}
.index-manufacture li s{display: none;height: 22px;text-decoration: none;background-color: #777778;position: absolute;bottom: 0;left: 0;width: 100%;color: #FFFFFF;line-height: 22px;font-weight: bold;}
/*.index-manufacture li:hover s{display: block;}*/


/*part6*/
.part6{
	background-image: url(../images/part6_bg.jpg);
	background-repeat: no-repeat;
	height: 1000px;
	padding-top: 60px; 
	/*background-color: rgba(0,0,0,0.5);*/
}
.part6-con .index-title h2{
	color: #ffffff;
}
.part6-text{
	margin-top: 40px;
	text-align: center;
}
.part6-text p{
	line-height: 1.8;
	font-size: 18px;
	color: #ffffff;
}
.part6-content{
	margin-top: 40px;
	padding: 60px 80px;
	background-color: rgba(255,255,255,0.2);
}
.part6-item{
	justify-content: space-between;
	margin-bottom: 20px;
}
.part6-inp{
	width: 49%;
	height: 40px;
}
.part6-inp input{
	width: 100%;
	height: 100%;
	padding-left: 10px;
	background-color: #ffffff;
	font-size: 16px;
	color: #999999;
}
.part6-inp input::-webkit-input-placeholder{font-size: 16px;color: #999999;}
.part6-sel{
	width: 49%;
	height: 40px;
}
.part6-sel select{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	color: #999999;
}
.part6-textarea textarea{
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	padding: 10px;
	font-size: 16px;
	color: #999999;
}
.part6-textarea textarea::-webkit-input-placeholder{font-size: 16px;color: #999999;}
.part6-btn{
	text-align: center;
}
.part6-btn button{
	width: 250px;
	height: 40px;
	background-color: #1a68b0;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}
.part6-btn button:clicked{
	background-color: #6196e4;
}

/*part6*/



/*pro-content*/
.pro-content{
	margin-top: 80px;
	justify-content: space-between;
}

.pro-left{
	width: 240px;
}
.pro-left-title h2{
	line-height: 60px;
	background-color: #1e76fb;
	color: #ffffff;
	font-size: 20px;
	padding: 0 20px;
}
.pro-left-list{
	border: 1px solid #dddddd;
	border-bottom: 0;
}
.pro-left-list>ul>li{
	position: relative;
}
.pro-left-list>ul>li>a{
	display: block;
	padding: 0 20px;
	font-size: 16px;
	color: #515151;
	line-height: 50px;
	border-bottom: 1px solid #dddddd;
}
.pro-left-list>ul>li>a:hover{
	color: #1e76fb;
}
.pro-left-list>ul>li.cur>a{
	color: #1e76fb;
}
.pro-left-list>ul>li>ul{
	display: none;
	transition: all 0.5s;
}
.pro-left-list>ul>li.cur>ul{
	display: block;
}
.pro-left-list>ul>li>ul>li>a{
	display: block;
	padding: 0 40px;
	font-size: 16px;
	color: #515151;
	line-height: 40px;
	border-bottom: 1px solid #dddddd;
}
.pro-left-list>ul>li>ul>li>a:hover{
	color: #1e76fb;
}
.pro-right{
	width: 930px;
}
/*pro-content*/