*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}
body{
	min-width:1400px;
	max-width:1920px;
	overflow-x:hidden;
	font:12px/1.5em "microsoft yahei";color:#656565;background:#fff;
}
ul,li{
	list-style:none;
}
img{
	border:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	font-size:0px;
	height:0px;
}
a:link{
	color:#656565;
	text-decoration:none;
}
a:visited{
	color:#656565;
	text-decoration:none;
}
.line_1{
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
.line_2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}



.page{text-align:left;margin:10px auto; padding-bottom:20px;display:flex; color:#303030;}
.page_turner {padding:20px 0px 0px 1px;float:left;clear:both;}
.page_turner a, .page_turner span {float:left;display:block;border:1px solid #303030;padding:5px;margin-left:4px; line-height:14px;}
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.c {background:#303030; color:#fff;}

.page1{float:right;text-align:left;margin:10px 30px;display:inline;}
.page1_turner {padding:4px 0px 0px 1px;float:left;clear:both;}
.page1_turner a, .page_turner span {float:left;display:block;border:1px solid #303030;padding:5px;margin-left:4px; line-height:14px;}
.page1_turner a:link, .page_turner a:visited { text-decoration:none; }
.page1_turner a:hover, .page_turner a.c {background:#303030; color:#fff;}

/*header*/
.headerwrap{
	width:100%;
	max-width:1920px;
	margin:0 auto;
}
.logowrap{
	width:1400px;
	height:150px;
	margin:0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.logo_l{
	padding-top:50px;
}
.logo_r{
	padding-top:15px;
}
.logoinfo{
	padding-right:23px;
	text-align: right;
	display: flex;
	align-items: center;
}
.logoinfo a,.logoinfo span{
	font-size:12px;
	color:#949494;
	line-height:15px;
	padding:0 7px;
}
.logoinfo > *:not(:last-child){
	background:url(../images/bg_line.jpg) right center no-repeat;
}
.gzwx{
	position:relative;
}
.gzwx img{
	position: absolute;
	top:120%;
	left:50%;
	transform: translateX(-50%) scale(0);
	width:85px;
	transition: .5s;
}
.gzwx:hover img{
	transform: translateX(-50%) scale(1);
}
.toptel{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-top:52px;
	padding:0 30px 0 119px;
	height:37px;
	background:url(../images/icon_tel.png) left 70px center no-repeat;
}
.toptel p:first-child{
	font-size:14px;
	color:#969697;
	line-height:1;
}
.toptel p:last-child{
	font-size:18px;
	color:#013da9;
	font-weight: bold;
	line-height:1;
	margin-top:3px;
}
.navwrap{
	width:100%;
	height:73px;
	background-color:#1d2089;
}
.nav{
	width:1400px;
	height: 100%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.nav_1{
	flex:1;
	position: relative;
}
.nav_1:hover{
	background-color:#2226b2;
}
.nav_1:hover .nav_2{
	display: block;
}
.nav_1 > a{
	display: block;
	font-size:18px;
	color:#ffffff;
	height:100%;
	line-height:73px;
	text-align: center;
}
.nav_1.on{
	background-color:#2226b2;
}
.nav_2{
    position: absolute;
    top: 100%;
    
    z-index: 1000;
    display: none;
    width: 100%;
    font-size: 16px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
}
.nav_2 a{
	display: block;
    padding: 5px 0;
    font-size: 14px;
    line-height: 28px;
    border-bottom:1px solid #eeeeee;
}
.nav_2 a:last-child{
	border:none;
}
.nav_2 a:hover{
	background-color:#1d2089;
	color:#fff;
	font-weight: bold;
}
.footwrap{
	width:100%;
	max-width:1920px;
	height:378px;
	background-color: #222222;
	margin:0 auto;
}
.foot{
	width:1400px;
	height:100%;
	margin:0 auto;
	display: flex;
	align-items: flex-start;
}
.ft_1{
	padding-top: 68px;
}
.ft_1 h5{
	font-size:18px;
	color:#ffffff;
	line-height:1;
	margin-bottom:30.5px;
	padding-left:13px;
}
.ft_1 p,.ft_1 p a{
	font-size:14px;
	color:#adacac;
	line-height:37px;
}
.ft_1 p{
	padding-left:15px;
	
}
.ft_2{
	width:517px;
	padding-top:54px;
	margin-left:auto;
	margin-right: 35px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.ft2item{
	text-align: center;
}
.ft2item p{
	font-size:14px;
	color:#adacac;
	margin-top:20px;
}
/*index*/
#container{
	width:100%;
	max-width:1920px;
	margin:0 auto;
}
.index1{
	width:1400px;
	height:138px;
	margin:0 auto;
}
.index1item{
	width:33%;
	height: 100%;
	float:left;
	text-align: center;
	padding-top:32px;
	position: relative;
}
.index1item:not(:last-child)::after{
	content:"";
	display: block;
	width:2px;
	height:88px;
	background-color: #e3e3e3;
	position: absolute;
	right:0;
	top:25px;
}
.index1item h5{
	font-size:40px;
	color:#333333;
	line-height:1;
}
.index1item p{
	font-size:14px;
	color:#898989;
	line-height:1;
	margin-top:12px;
}
.index2wrap{
	width:100%;
	height:693px;
	background-color: #f5f5f5;
}
.index2{
	width:1400px;
	height:100%;
	margin:0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.index2_l{
	width:898px;
	height:100%;
}
.index2_r{
	width:464px;
	height:100%;
}
.index2title{
	width:100%;
	height:144px;
	padding-bottom: 38px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.index2title h5{
	font-size:28px;
	color:#1d2089;
	line-height:1;
}
.index2title a{
	width:40px;
	height:40px;
	background:url(../images/icon_right.jpg);
}
.i2first{
	width:100%;
	height:212px;
	overflow: hidden;
	margin-bottom:12px;
}
.i2first > div:nth-child(1){
	width:346px;
	height: 212px;
	overflow: hidden;
	float:left;
	position: relative;
}
.i2first > div:nth-child(1) img{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%) scale(.8);
}
.i2first_info{
	width:552px;
	height: 100%;
	float:right;
	padding-left:26px;
	padding-top:50px;
	padding-right:60px;
	background-color:#fff;
}
.i2f_date{
	font-size:16px;
	color:#999999;
	font-weight: bold;
	line-height: 1;
}	
.i2f_title{
	display: block;
	font-size:16px;
	color:#222222;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin:16px 0;
}
.i2f_c{
	font-size:14px;
	color:#666666;
	line-height: 26px;
}
.i2item{
	width:100%;
	height: 66px;
	border-bottom:1px solid #d4d4d4;
	display: flex;
	align-items: center;
}
.i2item span{
	font-size:16px;
	color:#999999;
	font-weight: bold;
	margin-right:20px;
}
.i2item a{
	font-size:14px;
	color:#222222;
	font-weight: bold;
}
#news_1{
	width:464px;
	height: 488px;
	overflow: hidden;
}
#news_1 img{
	width:100%;
	vertical-align: bottom;
}
#news_1 .swiper-pagination{
	text-align: right;
	padding-right:35px;
	bottom:21px;
}
#news_1 .swiper-pagination-bullet{
	width:10px;
	height:10px;
	background-color:#fff;
	opacity: 1;
	margin:0 5px;
	border-radius: 0;
}
#news_1 .swiper-pagination-bullet-active{
	background-color:#00bcd4;
}
.newslide{
	position: relative;
}
.jttitle{
	width:100%;
	height: 62px;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	bottom:0;
	left:0;
}
.jttitle p{
	font-size:18px;
	color:#ffffff;
	font-weight: bold;
	padding-left:21px;
	line-height: 62px;
}
.index3{
	width:1400px;
	height: 828px;
	margin:0 auto;
}
.index3title{
	width:100%;
	height:159px;
	padding-bottom:36px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.i3t_l{
	display: flex;
	align-items: baseline;
}
.i3t_l h5{
	font-size:28px;
	color:#1d2089;
	line-height:1;
	margin-right:18px;
}
.i3t_l a{
	font-size:14px;
	color:#4f4f4f;
	font-weight: bold;
}
.i3t_l span{
	font-size:14px;
	color:#4f4f4f;
	font-weight: bold;
	margin:0 21px;
}
.index3 img{
	max-width: 100%;
}
#case_1{
	margin-bottom:23px;
}
.index4wrap{
	width:100%;
	height:670px;
	background-color:#f5f5f5;
}
.index4{
	width:1400px;
	height:100%;
	margin:0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.index4_l{
	padding-top:80px;
}
.index4_l h4{
	font-size:28px;
	color:#1d2089;
	line-height:1;
	margin-bottom:30px; 
}
.index4_r{
	width:686px;
	padding-top:196px;
}
.index4_r h5{
	font-size:24px;
	color:#4f4f4f;
	line-height:1;
	margin-bottom:27px;
}
.i4r_content{
	margin-bottom:80px;
}
.i4r_content p{
	font-size:14px;
	color:#868686;
	line-height:26px;
	text-align: justify;
}
.indexmore{
	display: block;
	width:151px;
	height: 47px;
	border:1px solid #999999;
	font-size: 16px;
	color:#999999;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	border-radius:23.5px;
}
/*child*/
/*news*/
.innerpage{
	width:100%;
	max-width:1920px;
	margin: 0 auto;
}
.newscontent{
	width:1400px;
	margin:0 auto;
	padding-top:80px;
}
.news{
	height:270px;
	padding:24px 43px 0 0;
}
.news:hover{
	background-color:#f5f5f5;
}
.newsleft{
	width:340px;
	height:220px;
	float:left;
	overflow:hidden;
	display: flex;
	align-items: center;
}
.newsleft img{
	width:100%;
}
.newsright{
	width:966px;
	height: 220px;
	padding-top:27px;
	float:right;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.newstitle{
	margin-bottom:16px;
	font-size:20px;
	font-weight: bold;
	color:#434343;
	line-height:38px;
}
.newsright p:nth-child(2){
	font-size:14px;
	color:#808080;
	line-height: 32px;
}
.news_d{
	font-size:14px;
	color:#666666;
	margin-top:11px;
	line-height: 1;
}
.newsright a:nth-child(4){
	width:120px;
	height:35px;
	background-color:#1d2089;
	color:#ffffff;
	font-size:14px;
	line-height:35px;
	text-align:center;
	margin-top:auto;
}
/*new.asp*/
.content{
	width:1400px;
	margin:0 auto;
	padding-top:38px;
	padding-bottom:38px;
}
.content[_news]{
	width:1000px;
}
.about_content{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:38px 0;
}
.content p.artical_title{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.artical_info{
	width:100%;
	background-color:#999;
	text-align:center;
	color:#fff;
	line-height:28px;
	height:28px;
	margin-top:15px;
	margin-bottom:15px;
}
.artical_content{
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom:1px dashed #393939;
}
.artical_others{
	margin-bottom:15px;
}
.artical_others p{
	line-height:1.5;
}
.backlist{
	background-color:#1d2089;
	color:#fff !important;
	padding:5px 10px;
}
/*products.asp*/
.childtitle{
	width:1400px;
	height:110px;
	padding-top:30px;
	margin:0 auto;
}
.childtitle a{
	display: inline-block;
	padding:0 30px;
	height:40px;
	background-color:#f5f5f5;
	color:#333;
	line-height: 40px;
	margin-right:15px;
	font-size: 14px;
}
.childtitle a.on{
	background-color:#1d2089;
	color:#fff;
}
.childtitle a:hover{
	background-color:#1d2089;
	color:#fff;
}
ul.lists{
	width:100%;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.lists li{
	width:455px;
	/*height:390px;*/
	text-align:center;
	margin-bottom:20px;
	background: #f5f5f5;
}
ul.lists.zs li{
	width:325px;
}
ul.lists li div{
	/*width:455px;*/
	/*height:320px;*/
	overflow:hidden;
}
ul.lists li div a{
	display:block;
	width:100%;
	height:100%;
}
ul.lists li div img{
	width:100%;
	vertical-align: bottom;
}
ul.lists li p:nth-child(2){
	color:#545454;
	font-size:16px;
	margin-top:25px;
	margin-bottom:10px;
}
ul.lists li p:nth-child(3){
	font-size:16px;
	color:#545454;
}
.procontent{
	text-align: center;
}
.procontent h2{
	font-size:30px;
	line-height:1.5;
	margin-bottom: 25px;
	font-weight: normal;
}
/*contact*/
.childcontainer{
	width:1400px;
	margin:0 auto;
}
.contactwrap{
	width:100%;
	padding:100px 0 80px;
}
.contact_1{
	width:100%;
	height:300px;
	display: flex;
	align-items: flex-start;
	background: url(../images/bg_contact.jpg);
}
.c1_l{
	width:450px;
	height:300px;
	padding:60px 0 0 30px;
}
.c1_l h5{
	font-size:40px;
	color:#fff;
	line-height: 1;
}
.c1_l p:nth-child(2){
	width:366px;
	height:55px;
	border:1px solid #ffffff;
	text-align: center;
	line-height: 53px;
	font-size:30px;
	color:#ffffff;
	margin:30px 0;
}
.c1_l p:last-child{
	font-size:30px;
	color:#ffffff;
	line-height: 1;
	font-style: italic;
	font-family: "Arial";
}
.c1_r{
	padding:71px 0 0 135px;
}
.c1_r h5{
	font-size:28px;
	color:#333333;
	line-height: 52px;
}
.c1_r p{
	font-size:14px;
	color:#545454;
	line-height: 27px;
}
.contact_mid{
	height: 32px;
	display: flex;
	align-items: center;
	margin:56px 0 30px;
}
.contact_mid::before{
	content:"";
	display: block;
	width:4px;
	height:100%;
	background-color: #1d2089;
	margin-right:9px;
}
.contact_mid h5{
	font-size:30px;
	color:#1d2089;
	margin-right: 10px;
}
.contact_mid p{
	font-size: 16px;
	color:#808080;
	text-transform: uppercase;
	align-self: flex-end;
}
.contact_2{
	width: 100%;
	height: 449px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background:url(../images/contact_text.jpg);
}
.ctitem{
	width:50%;
	height:20%;
	padding-left:105px;
	display: flex;
	align-items:flex-start;
	justify-content: center;
	flex-direction: column;
}
.ctitem[_1] p{
	font-size: 16px;
	color:#545454;
}
.ctitem[_2] > p:first-child{
	font-size:16px;
	color:#333333;
	font-weight: bold;
	line-height: 29px;
}
.ctitem[_2] > p:last-child{
	font-size:16px;
	color:#545454;
	line-height: 29px;
}
.ctitem[_2] > p:first-child span{
	color:#1d2089;
}

/*culture*/
.culturewrap{
	width:1400px;
	padding:70px 0;
	margin:0 auto;
}
.cultitle{
	text-align: center;
	margin-bottom:50px;
}
.cultitle h5{
	font-size:28px;
	color:#333333;
	line-height: 1;
	margin-bottom: 31px;
}
.cultitle p{
	font-size:14px;
	color:#666666;
	line-height: 28px;
}
.about1_1{
	float:left;
	position:relative;
	width:520px;
	height:420px;
	padding:80px 45px 0 40px;
	background-color:#f5f5f5;
	text-align:left;
}
.about_context h4{
	font-size:28px;
	color:#333333;
	font-weight:normal;
	line-height:1;
	margin-bottom:22px;
}
.about_context p{
	font-size:14px;
	color:#666666;
	line-height:27px;
	text-align:justify;
}
.about_context a{
	display:block;
	position:absolute;
	width:46px;
	height:46px;
	left:41px;
	bottom:40px;
	cursor:pointer;
	background:url(../images/label1_gray.png) center center no-repeat;
}
.about_context i{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:-10px;
	top:177px;
	z-index:9;
	background-color:#f5f5f5;
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform: rotate(45deg);
}
.about1_2{
	display:block;
	float:left;
	width:430px;
	height:420px;
	cursor:pointer;
	overflow:hidden;
}
.about1_2 a img{
	width:100%;
	transition: all .8s ease 0s;
	-ms-transition:all .8s ease 0s;
	-o-transition:all .8s ease 0s;
	-moz-transition:all .8s ease 0s;
	-webkit-transition:all .8s ease 0s;
	
}
.about1_2 a img:hover{
	transform: scale(1.3);
	-o-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-webkit-transform:scale(1.3);
	
}
.about1_3{
	float:right;
	width:430px;
	height:420px;
}
.about_img a{
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	position:relative;
	overflow:hidden;
}
.about_img a img{
	width:100%;
	height: 100%;
	-ms-transition:all .8s;
	-moz-transition:all .8s;
	-webkit-transition:all .8s;
	transition: all .8s;
}
.about_img a img:hover{
	-ms-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-webkit-transform:scale(1.3);
	transform: scale(1.3);
}
.about_img a p{
	position:absolute;
	bottom:0px;
	width:100%;
	height:105px;
	padding-left:29px;
	text-align:left;
	font-size:28px;
	color:#ffffff;
	line-height:105px;
	background:url(../images/label2.png) right 30px center no-repeat;
	background-color: rgba(4,77,189,.9)

}
.about_2{
	width:100%;
	height:420px;
	margin:18px 0;
	position: relative;
}
.about_2 i{
	display: block;
	width:16px;
	height: 30px;
	position: absolute;
	top:50%;
	right:430px;
	transform: translateY(-50%);
	z-index: 10;
	background: url(../images/icon_jt2.png);
}
.about2_1{
	width:100%;
	height:100%;
}
.about2_1 a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position: absolute;
	top:0;
	left:0;
}
.about2_1 a img{
	width:100%;
	-ms-transition:all .8s;
	-moz-transition:all .8s;
	-webkit-transition:all .8s;
	transition: all .8s;
}
.about2_1 a img:hover{
	-ms-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-webkit-transform:scale(1.3);
	transform: scale(1.3);
}

.about2_2{
	position: absolute;
	right:0;
	top:0;
	z-index:9;
	width:430px;
	height:100%;
	padding:65px 95px 0 61px;
	background-color: rgba(4,77,189,.9);
}
.culcontext h5{
	font-size:28px;
	color:#f5f5f5;
	line-height:1;
	font-weight: normal;
	margin-bottom: 38px;
}
.cultext p{
	float:left;
	padding-left:21px;
	font-size:14px;
	color:#ffffff;
	line-height:31px;
	background:url(../images/icon_cul.png) left center no-repeat;
}
.culcontext[_bz] h5{
	color:#333333;
}
.culcontext[_bz] p{
	color:#666666;
	background: url(../images/icon_cul_bz.png) left center no-repeat;
}
.cultext p:nth-child(odd){
	width:160px;
}
.about2_2 a{
	margin-top:83px;
	display: block;
	width:45px;
	height: 45px;
	background:url(../images/label1_blue.png);
}
.about3_1{
	width:420px;
	height:420px;
	float:left;
	overflow:hidden;
}
.about3_2{
	float:left;
	position:relative;
	width:520px;
	height:420px;
	background-color:#f5f5f5;
	text-align:left;
	margin-left:20px;
	padding:80px 185px 0 41px;
}
.about3_3{
	width:430px;
	height:420px;
	float:left;
	overflow:hidden;
	position: relative;
}
.about3_3::after{
	content: "";
	display: block;
	width:16px;
	height:30px;
	background:url(../images/icon_cul_gray.png);
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.about3_2 a{
	display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    left: 41px;
    bottom: 40px;
    cursor: pointer;
    background: url(../images/label1_gray.png) center center no-repeat;
}




