@charset "utf-8";
/* CSS Document */
body{
	font-size:14px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	
	font-family:Arial, Helvetica, sans-serif;
	margin:auto
	}
@font-face{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#2B5380;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.header.yanse{
	background-color: rgba(255,255,255,1);
}
.header.yanse a{
	color: #333333;
}
.header.yanse .logo .pic01{
	display: none;
}
.header.yanse .logo .pic02{
	display: block;
}
.header.yanse .lx a{
	color: #FFFFFF;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}
.header.yanse.yanse01 .logo .pic01{
	display: block;
}
.header.yanse.yanse01 .logo .pic02{
	display: none;
}

@keyframes animateTop{
    0%{ transform: translateY(500%);opacity: 0;}
    100%{ transform: translateY(0); opacity: 1; }
}
@-moz-keyframes animatedTop {
    0%{ -moz-transform: translateY(500%);opacity: 0; }
    100%{ -moz-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes animatedTop {
    0%{ -webkit-transform: translateY(500%);opacity: 0; }
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-ms-keyframes animatedTop {
    0%{ -ms-transform: translateY(500%);opacity: 0; }
    100%{ -ms-transform: translateY(0); opacity: 1;}
}

@media (min-width:1440px) {
.main{
	width: auto;
	margin: auto;
	max-width: 1440px;
	padding: 0px 15px;
}
.header{
	width: 100%;
	position: fixed;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 99999999;
	display: flex;
	justify-content: space-between;
	padding: 0px 5.2vw;
	align-items: center;
}
.logo{
	width: 171px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.innav{
	width: auto;
	height: 100px;
}
.innav ul{
	display: flex;
	align-items: center;
	height: 100px;
}
.innav ul li{
	width: auto;
	font-size: 16px;
	position: relative;
	margin-left: 1.5vw;
	margin-right: 1.5vw;
	font-family:Arial, Helvetica, sans-serif;
	
	white-space:nowrap;
}
.innav ul li a{
	padding-bottom: 18px;
}
.innav ul li a:hover{
	border-bottom: 3px solid #5A8FCD;
	
	font-family: anton;
}
.innav ul li .cur{
	border-bottom: 3px solid #5A8FCD;
}

.lx{
	width: 138px;
	height: 45px;
	background: #5A8FCD;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	font-family: anton;
}
.lx a{
	width: 100%;
	float: left;
}

.header.yanse{
	background-color: rgba(255,255,255,1);
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
}

.search{
	width: 100%;
	position: absolute;
	bottom: 210px;
	left: 0;
	z-index: 11111;
	display: flex;
	justify-content: center;
}
.search01{
	width: 1000px;
	height: 70px;
	background: rgba(0,30,64,0.30);
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.serbk{
	border: 0px;
	width: calc(100% - 150px);
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	color: #999999;
	font-size: 14px;
	outline: none;
}

.intitle{
	width: 100%;
	float: left;
	margin-top: 60px;
	position: relative;
}
.intitle dl dt{
	font-size: 32px;
	color: #091841;
	line-height: 48px;
	font-family: anton;
	text-align: center;
	letter-spacing: 0.16px;
	text-transform: uppercase;
}
.intitle dl dt a{color: #091841;}
.intitle dl dd{
	width: 100%;
	margin-top: 20px;
	font-size: 15px;
	text-align: center;
	line-height: 23px;
	color: #666666;
	display: flex;
	justify-content: center;
}
.intitle dl dd div{
	max-width: 900px;
	text-align: center;
}
.intitle dl dd span { color:#5A8FCD;}
.intitle dl dd span a{color:#5A8FCD;}
.inabout{
	width: 100%;
	float: left;
	margin-top: 100px;
	background-image: url(../img/ab01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0px;
}
.inabout h1{
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.2px;
	text-align: center;
	text-transform: uppercase;
	font-family: anton;
	color: #FFFFFF;
	font-weight: normal;
}
.inabout01{
	display: flex;
	margin-top: 20px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	justify-content: center;
}
.inabout01 div{
	width: 74%;
}
.inabout .more{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	font-family: anton;
}
.inabout .more a{
	width: 169px;
	height: 49px;
	background: #ee4800;
	line-height: 49px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.inabout .a01{
	margin-top: 76px;
}
.inabout .a01 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.inabout .a01 ul li{
	width: 178px;
	height: 177px;
	background: #027fc3;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFFFFF;
}
.inabout .a01 ul li dl dt{
	height: 60px;
	margin-top: 24px;
	text-align: center;
}
.inabout .a01 ul li dl dt img{
	max-height: 60px;
}
.inabout .a01 ul li dl dd{
	padding: 0px 10px;
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}
.inabout .a01 ul li dl p{text-align: center;}
.inabout .a01 ul li:hover{
	background: #ee4800;
}
.index01{
	width: 100%;
	float: left;
	margin-top: 60px;
	height: 555px;
	background-image: url(../img/b01.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.index01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width: 25%;
	height: 555px;
	position: relative;
	overflow: hidden;
}
.index01 ul li dl{
	width: calc(100% - 60px);
	left: 30px;
	top: 500px;
	transition: all 0.6s;
	position: absolute;
	z-index: 111;
}
.index01 ul li dl dt{
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: anton;
}
.index01 ul li dl dd{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.index01 ul li dl p{
	display: flex;
	align-items: center;
	height: 35px;
}
.index01 ul li dl p a{
	width: 141px;
	height: 35px;
	background: #5A8FCD;
	display: flex;
	justify-content: center;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	align-items: center;
}
.index01 ul li dl p a i{
	width: 14px;
	height: 14px;
	background-image: url(../img/yjt.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 18px;
}
.index01 ul li:hover dl{
	top: 160px;
}
.index01 ul li .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 11;
	background: linear-gradient(180deg,rgba(0,70,134,0.00), rgba(0,0,0,0.64) 100%);
	opacity: 0;
}
.index01 ul li:hover .mask{
	opacity: 1;
}
.map{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 55px;
}
.map img{
	max-width: 100%;
}

.map01{
	width: 100%;
	float: left;
}
.map01 ul{
	display: flex;
	justify-content: space-between;
}
.map01 ul li{
	width: calc(20% - 20px);
	margin-right: 20px;
	background: #ffffff;
	border: 1px solid #2b5380;
	padding: 30px 20px;
}
.map01 ul li dl dt{
	font-size: 24px;
	line-height: 36px;
	font-family: anton;
	color: #091841;
	text-transform: uppercase;
}
.map01 ul li dl dd{
	font-size: 16px;
	line-height: 21px;
	margin-top: 10px;
	color: #2B5380;
}
.map01 ul li:hover{
	border: 1px solid #ee4800;
}
.map01 ul li:hover dl dt{
	color: #EE4800;
}
.foot{
	width: 100%;
	float: left;
	background-color: #0b1f4e;
	padding: 60px 0px;
	margin-top: 60px;
}
.foot01{
	display: flex;
	justify-content: space-between;
}
.foot01 div:nth-child(2){
	max-width: 655px;
}
.contact{
	width: auto;
}
.contact h1{
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 40px;
	padding-bottom: 10px;
	background-image: url(../img/hx.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: anton;
}
.contact dl dd{
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 21px;
	color: rgba(255,255,255,0.6);
}
.contact dl dd img{
	vertical-align: middle;
	margin-right: 12px;
}
.exp{
	width: auto;
}
.exp h1{
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 40px;
	padding-bottom: 10px;
	background-image: url(../img/hx.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: anton;
}
.exp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.exp ul li{
	width: 50%;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 21px;
	color: rgba(255,255,255,0.6);
}
.exp ul li img{
	vertical-align: middle;
	margin-right: 10px;
}
.exp ul li a{
	color: rgba(255,255,255,0.6);
	display: flex;
}
.foot02{
	width: 100%;
	float: left;
	background-color: #5A8FCD;
	height: 65px;
	line-height: 65px;
	font-size: 12px;
	color: rgba(255,255,255,0.6);
}

.nybanner{
	width: 100%;
	height: 210px;
	background-image: url(../img/topbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.add{
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 22.5px;
	color: #666666;
	line-height: 60px;
}
.nyabout{
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	margin-top: 30px;
}
.core{
	width: 100%;
	float: left;
	background: #e9edf0;
	padding-bottom: 70px;
	margin-top: 65px;
}
.core01{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.core01 ul{
	display: flex;
	justify-content: space-between;
}
.core01 ul li{
	width: 33.333%;
	padding: 60px 65px;
	position: relative;
	background-color: #FFFFFF;
	transition: all 0.6s;
	height: 450px;
}
.core01 ul li .pic{
	height: 122px;
	text-align: center;
}
.core01 ul li .pic .pic01{
	display: inline-block;
}
.core01 ul li .pic .pic02{
	display: none;
}
.core01 ul li dl dt{
	margin-top: 30px;
	font-size: 20px;
	color: #333333;
	font-family: anton;
	text-align: center;
}
.core01 ul li dl dd{
	margin-top: 25px;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	text-align: center;
}
.core01 ul li .arrow{
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 11;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	display: flex;
	align-items: center;
}
.core01 ul li .arrow img{
	margin-left: 10px;
}
.core01 ul li:hover .pic .pic01{
	display: none;
}
.core01 ul li:hover .pic .pic02{
	display: inline-block;
}
.core01 ul li:hover dl dt{
	color: #FFFFFF;
}
.core01 ul li:hover dl dd{
	color: #FFFFFF;
}
.core01 ul li:hover{
	background-color: #2b5380;
}
.careers{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	align-items: center;
}
.careers .tex{
	width: 33.75%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.careers .tex h1{
	margin-bottom: 30px;
	font-family: anton;
	font-weight: normal;
	color: #091841;
}
.careers .tex i{ color: #2B5380;}
.careers .pic{
	width: 45%;
}
.careers .pic img{
	width: 100%;
	height: auto;
}

.pro{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	float: left;
}
.pro .pro01{
	width: calc(25.5% - 30px);
	margin-right: 30px;
	margin-top: 30px;
	height: 437px;
	border: 1px solid #e0e0e0;
}
.pro .pro01:nth-child(4n){
	margin-right: 0px;
}
.pro .pro01 dl dt{
	overflow: hidden;
	height: 281px;
}
.pro .pro01 dl dt img{
	width: 100%;
	max-height: 281px;
	display: block;
	transition: all 0.6s;
}
.pro .pro01:hover dl dt img{
	transform: scale(1.05);
}
.pro .pro01 dl dd{
	font-size: 14px;
	line-height: 20px;
	margin-top: 40px;
	text-align: center;
	transition: all 0.6s;
}
.pro .pro01 p{
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}
.pro .pro01:hover dl dd{
	font-weight: bold;
	color: #2B5380;
}
.pro .pro01:hover{
	background: #ffffff;
	border-bottom: 4px solid #2b5380;
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08); 
}

.index_zhuanjia{ width:950px; overflow:hidden; float: left; margin-top: 40px;}
.index_zhuanjia_pic{ width:705px; height:525px; overflow:hidden; float:left;position:relative; border:1px solid #bdbdbd;}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{width:705px; height:525px; overflow:hidden;position:relative;float:left; text-align:center;}
.index_zhuanjia_pic li span{ height:100%; display: inline-block;vertical-align: middle;}
.index_zhuanjia_pic li img{ max-width:100%; max-height:100%; vertical-align: middle;}

.index_zhuanjia_left_inc{ width:48px; height:48px; position:absolute;right:49px;bottom:0px; cursor:pointer;background:url(../img/k01.png) left top no-repeat; z-index:9}
.index_zhuanjia_left_inc:hover{background:url(../img/k02.png) left top no-repeat; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc{ width:48px; height:48px; position:absolute;right:0px;bottom:0px; cursor:pointer;background:url(../img/k01.png) left top no-repeat; z-index:9; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc:hover{background:url(../img/k02.png) left top no-repeat;-webkit-transform: rotate(360deg)}
.index_zhuanjia_list{ width:218px;height:525px; overflow:hidden; float:right;}
.index_zhuanjia_lists{width:218px; height:525px; overflow:hidden;position:relative;}
.index_zhuanjia_lists ul{ width:218px; height:525px;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:218px; height:162px; position:relative; margin-bottom: 10px; }
.index_zhuanjia_lists ul li.on dd img{ width:216px; height:160px; border:1px #4273b0 solid;}
.index_zhuanjia_lists ul li dd{ width:218px; height:162px; overflow:hidden; float:left;}
.index_zhuanjia_lists ul li dd img{ width:216px; height:position; border:1px #bdbdbd solid;}
.index_zhuanjia_pre{ width:218px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_pre.png) no-repeat center; display: none;}
.index_zhuanjia_next{ width:218px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_next.png) no-repeat center; display: none;}

.index02{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.index02 h1{
	padding-bottom: 17px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 32px;
	color: #091841;
	font-family: anton;
	font-weight: normal;
	line-height: 48px;
	position: relative;
}
.index02 h1 .xt{
	width: 145px;
	height: 2px;
	background-color: #091841;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.show01{
	width: 100%;
	float: left;
	margin-top: 40px;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}
.show01 dl dt{
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.show01 dl dt i{
	width: 9px;
	height: 9px;
	background: #d9d9d9;
	margin-right: 11px;
}
.show01 dl dd{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	padding-left: 20px;
}

.message{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.message h1{
	font-size: 32px;
	color: #091841;
	font-family: anton;
	margin-bottom: 15px;
	font-weight: normal;
}
.message h2{
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 10px;
}
.message h2 b{
	color: #2B5380;
}
.message ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.message ul li{
	width: calc(50% - 15px);
	margin-top: 30px;
}
.mesbk{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 0px;
	outline: none;
	padding-left: 20px;
	color: #666666;
	font-family: "微软雅黑";
	background:#e9edf0 url(../img/hd.png) 10px 25px no-repeat;
}
.mesanniu{
	width: 164px;
	height: 60px;
	background: #2b5380;
	line-height: 60px;
	text-align: center;
	border: 0px;
	font-size: 14px;
	cursor: pointer;
	color: #FFFFFF;
}
.message ul li:nth-child(5){
	width: 100%;
}

.careers2{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.careers2 .tex{
	width: 46.3%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.careers2 .tex h1{
	margin-bottom: 30px;
	font-family: anton;
	font-weight: normal;
	color: #091841;
}
.careers2 .pic{
	width: 48%;
}
.careers2 .pic img{
	width: 100%;
	height: auto;
}
.hz{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	width: 100%;
	float: left;
}
.hz .pic{
	width: 220px;
	height: 90px;
	background: #ffffff;
	border: 1px solid #2b5380;
}
.hz .tex{
	width: calc(100% - 260px);
	font-size: 14px;
	line-height: 23px;
	color: #666666;
}
.hz .tex i{
	color: #2B5380;
}

.lx01{
	width: 100%;
	float: left;
	margin-top: 40px;
	background-color: #eaeef2;
	display: flex;
	justify-content: space-between;
}
.lx01-l{
	width: 49%;
}
.lx01-l img{
	width: 100%;
	height: 100%;
}
.lx01-r{
	width: 51%;
	padding: 40px 100px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.lx01-r h1{
	font-size: 32px;
	line-height: 48px;
	font-weight: normal;
	color: #091841;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: anton;
}
.lx01-r dl dd{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 21px;
	color: #666666;
}
.lx01-r dl dd img{
	vertical-align: middle;
	margin-right: 12px;
}
.lx01-r dl dd a{ color:#5A8FCD;}
.lx02{
	width: 100%;
	float: left;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.lx02-1{
	width: calc(50% - 15px);
	background-color: #eaeef2;
	padding: 40px 20px 40px 100px; 
}
.lx02-1 h1{
	font-size: 32px;
	line-height: 48px;
	font-weight: normal;
	color: #091841;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: anton;
}
.lx02-1 dl dd{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 21px;
	color: #666666;
}
.lx02-1 dl dd img{
	vertical-align: middle;
	margin-right: 12px;
}
.lx02-1 dl dd a{ color:#5A8FCD;}

.map2{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 60px;
}
.map2 img{
	width: 100%;
	height: auto;
	display: block;
}

.nysearch{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.nysearch h1{
	height: 60px;
	background: #2b5380;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: normal;
}
.nysearch h1 div{
	width: 20%;
	padding-left: 40px;
	border-right: 1px solid #5a8fcd;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #FFFFFF;
}
.nysearch ul li{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	background-color: #eaeef2;
}
.nysearch ul li div{
	width: 20%;
	padding-left: 40px;
	border-right: 1px solid #ccd6e1;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #333333;
}
.nysearch ul li:nth-child(2n){
	background: #ccd6e1;
}
.create{
	width: 100%;
	float: left;
	margin-top: 40px;
	display: flex;
}
.create a{
	width: 189px;
	height: 60px;
	background: #2b5380;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}

.h300{
	height: 600px;
	overflow-y: scroll;
}
::-webkit-scrollbar {
    width: 16px;
    height: 20px;
    background-color: #f5f5f5;
 }

 /*滚动条 阴影~圆角*/
::-webkit-scrollbar-track {
   border-radius: 10px;
   background-color: #eaeef2;
}

/*滑块 阴影~圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 10px;
    background-color: #ccd6e1;
}

.eng{
	width: 100%;
	float: left;
	background-color: #e9edf0;
	position: relative;
}
.eng:hover{
	background-color: #5a8fcd;
	color: #FFFFFF;
}
.eng:hover .tex .tx01{
	color: #FFFFFF;
}
.eng .pic{
	width: 50%;
}
.eng .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.eng .tex{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.eng .tex .tx01{
	width: calc(50% - 72px);
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.eng .tex .tx01 h1{
	color: #091841;
	margin-bottom: 10px;
	margin-top: 60px;
	font-size: 16px;
}
.eng .tex .tx01 h2{
	font-size: 14px;
	font-weight: normal;
	color: #091841;
	margin-bottom: 15px;
}

































.fl{
	float: left;
}
.fr{
	float: right;
}
.mart0{
	margin-top: 0px;
}
.mart40{
	margin-top: 40px;
}
.pad20{
	bottom: 20px;
}
.header2{
	display: none;
}
.pc{
	display: block;
}
.mobile{
	display: none;
}

.fy{
	width: 100%;
	float: left;
	padding: 75px 0px;
	margin-top: 40px;
	font-size:16px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.fy ul li{
margin-right:5px;
}
.fy ul li a{
	width: 100%;
	float: left;
	text-align: center;
color: #606266;
	padding:5px 10px;
}
.fy ul li a:hover{
	background: linear-gradient(315deg,#0baa79 0%, #01a0de);
	color: #FFFFFF;
}

.showtitle{
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}
.showdate{
	width: 100%;
	float: left;
	font-size: 12px;
	color: #828282;
	margin-top: 24px;
}
.showtex{
	width: 100%;
	float: left;
	margin-top: 36px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.showtex img{
	max-width: 100%;
	height: auto;
}
	
}





@media (min-width:1200px) and (max-width:1439px) {
.fy{
	width: 100%;
	float: left;
	padding: 75px 0px;
	margin-top: 40px;
	font-size:16px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.fy ul li{
margin-right:5px;
}
.fy ul li a{
	width: 100%;
	float: left;
	text-align: center;
color: #606266;
	padding:5px 10px;
}
.fy ul li a:hover{
	background: linear-gradient(315deg,#0baa79 0%, #01a0de);
	color: #FFFFFF;
}
.main{
	width: auto;
	margin: auto;
	max-width: 1200px;
	padding: 0px 15px;
}
.header{
	width: 100%;
	position: fixed;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 99999999;
	display: flex;
	justify-content: space-between;
	padding: 0px 5.2vw;
	align-items: center;
}
.logo{
	max-width: 130px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.innav{
	width: auto;
	height: 100px;
}
.innav ul{
	display: flex;
	align-items: center;
	height: 100px;
}
.innav ul li{
	width: auto;
	font-size: 12px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	
}
.innav ul li a{
	padding-bottom: 18px;
}
.innav ul li a:hover{
	border-bottom: 3px solid #5A8FCD;
	
	font-family: anton;
}
.innav ul li .cur{
	border-bottom: 3px solid #5A8FCD;
}

.lx{
	width: 108px;
	height: 45px;
	background: #5A8FCD;
	line-height: 45px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-family: anton;
}
.lx a{
	width: 100%;
	float: left;
}

.header.yanse{
	background-color: rgba(255,255,255,1);
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
}

.search{
	width: 100%;
	position: absolute;
	bottom: 210px;
	left: 0;
	z-index: 11111;
	display: flex;
	justify-content: center;
}
.search01{
	width: 1000px;
	height: 70px;
	background: rgba(0,30,64,0.30);
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.serbk{
	border: 0px;
	width: calc(100% - 150px);
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	color: #999999;
	font-size: 14px;
	outline: none;
}

.intitle{
	width: 100%;
	float: left;
	margin-top: 60px;
	position: relative;
}
.intitle dl dt{
	font-size: 32px;
	color: #091841;
	line-height: 48px;
	font-family: anton;
	text-align: center;
	letter-spacing: 0.16px;
	text-transform: uppercase;
}
.intitle dl dt a{color: #091841;}
.intitle dl dd{
	width: 100%;
	margin-top: 20px;
	font-size: 15px;
	text-align: center;
	line-height: 23px;
	color: #666666;
	display: flex;
	justify-content: center;
}
.intitle dl dd div{
	max-width: 900px;
	text-align: center;
}
.intitle dl dd span { color:#5A8FCD;}
.intitle dl dd span a{color:#5A8FCD;}
.inabout{
	width: 100%;
	float: left;
	margin-top: 100px;
	background-image: url(../img/ab01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0px;
}
.inabout h1{
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 0.2px;
	text-align: center;
	text-transform: uppercase;
	font-family: anton;
	color: #FFFFFF;
	font-weight: normal;
}
.inabout01{
	display: flex;
	margin-top: 20px;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	justify-content: center;
}
.inabout01 div{
	width: 74%;
}
.inabout .more{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	font-family: anton;
}
.inabout .more a{
	width: 169px;
	height: 49px;
	background: #ee4800;
	line-height: 49px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.inabout .a01{
	margin-top: 76px;
}
.inabout .a01 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.inabout .a01 ul li{
	width: 178px;
	height: 177px;
	background: #027fc3;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFFFFF;
}
.inabout .a01 ul li dl dt{
	height: 60px;
	margin-top: 24px;
	text-align: center;
}
.inabout .a01 ul li dl dt img{
	max-height: 60px;
}
.inabout .a01 ul li dl dd{
	padding: 0px 10px;
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}
.inabout .a01 ul li:hover{
	background: #ee4800;
}
.index01{
	width: 100%;
	float: left;
	margin-top: 60px;
	height: 555px;
	background-image: url(../img/b01.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.index01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width: 20%;
	height: 555px;
	position: relative;
	overflow: hidden;
}
.index01 ul li dl{
	width: calc(100% - 60px);
	left: 30px;
	top: 500px;
	transition: all 0.6s;
	position: absolute;
	z-index: 111;
}
.index01 ul li dl dt{
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: anton;
}
.index01 ul li dl dd{
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.index01 ul li dl p{
	display: flex;
	align-items: center;
	height: 35px;
}
.index01 ul li dl p a{
	width: 141px;
	height: 35px;
	background: #5A8FCD;
	display: flex;
	justify-content: center;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	align-items: center;
}
.index01 ul li dl p a i{
	width: 14px;
	height: 14px;
	background-image: url(../img/yjt.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 18px;
}
.index01 ul li:hover dl{
	bottom: 160px;
}
.index01 ul li .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 11;
	background: linear-gradient(180deg,rgba(0,70,134,0.00), rgba(0,0,0,0.64) 100%);
	opacity: 0;
}
.index01 ul li:hover .mask{
	opacity: 1;
}
.map{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 55px;
}
.map img{
	max-width: 100%;
}

.map01{
	width: 100%;
	float: left;
}
.map01 ul{
	display: flex;
	justify-content: space-between;
}
.map01 ul li{
	width: calc(16.67% - 20px);
	margin-right: 20px;
	background: #ffffff;
	border: 1px solid #2b5380;
	padding: 30px 20px;
}
.map01 ul li dl dt{
	font-size: 24px;
	line-height: 36px;
	font-family: anton;
	color: #091841;
	text-transform: uppercase;
}
.map01 ul li dl dd{
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
	color: #2B5380;
}
.map01 ul li:hover{
	border: 1px solid #ee4800;
}
.map01 ul li:hover dl dt{
	color: #EE4800;
}
.foot{
	width: 100%;
	float: left;
	background-color: #0b1f4e;
	padding: 60px 0px;
	margin-top: 60px;
}
.foot01{
	display: flex;
	justify-content: space-between;
}
.foot01 div:nth-child(2){
	max-width: 655px;
}
.contact{
	width: auto;
}
.contact h1{
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 40px;
	padding-bottom: 10px;
	background-image: url(../img/hx.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: anton;
}
.contact dl dd{
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 21px;
	color: rgba(255,255,255,0.6);
}
.contact dl dd img{
	vertical-align: middle;
	margin-right: 12px;
}
.exp{
	width: auto;
}
.exp h1{
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 40px;
	padding-bottom: 10px;
	background-image: url(../img/hx.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: anton;
}
.exp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.exp ul li{
	width: 50%;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 21px;
	color: rgba(255,255,255,0.6);
}
.exp ul li img{
	vertical-align: middle;
	margin-right: 10px;
}
.exp ul li a{
	color: rgba(255,255,255,0.6);
	display: flex;
}
.foot02{
	width: 100%;
	float: left;
	background-color: #5A8FCD;
	height: 65px;
	line-height: 65px;
	font-size: 12px;
	color: rgba(255,255,255,0.6);
}

.nybanner{
	width: 100%;
	height: 210px;
	background-image: url(../img/topbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.add{
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 22.5px;
	color: #666666;
	line-height: 60px;
}
.nyabout{
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	margin-top: 30px;
}
.core{
	width: 100%;
	float: left;
	background: #e9edf0;
	padding-bottom: 70px;
	margin-top: 65px;
}
.core01{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.core01 ul{
	display: flex;
	justify-content: space-between;
}
.core01 ul li{
	width: 33.333%;
	padding: 60px 65px;
	position: relative;
	background-color: #FFFFFF;
	transition: all 0.6s;
	height: 450px;
}
.core01 ul li .pic{
	height: 122px;
	text-align: center;
}
.core01 ul li .pic .pic01{
	display: inline-block;
}
.core01 ul li .pic .pic02{
	display: none;
}
.core01 ul li dl dt{
	margin-top: 30px;
	font-size: 20px;
	color: #333333;
	font-family: anton;
	text-align: center;
}
.core01 ul li dl dd{
	margin-top: 25px;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	text-align: center;
}
.core01 ul li .arrow{
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 11;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	display: flex;
	align-items: center;
}
.core01 ul li .arrow img{
	margin-left: 10px;
}
.core01 ul li:hover .pic .pic01{
	display: none;
}
.core01 ul li:hover .pic .pic02{
	display: inline-block;
}
.core01 ul li:hover dl dt{
	color: #FFFFFF;
}
.core01 ul li:hover dl dd{
	color: #FFFFFF;
}
.core01 ul li:hover{
	background-color: #2b5380;
}
.careers{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	align-items: center;
}
.careers .tex{
	width: 33.75%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.careers .tex h1{
	margin-bottom: 30px;
	font-family: anton;
	font-weight: normal;
	color: #091841;
}
.careers .tex i{ color: #2B5380;}
.careers .pic{
	width: 45%;
}
.careers .pic img{
	width: 100%;
	height: auto;
}

.pro{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	float: left;
}
.pro .pro01{
	width: calc(25.5% - 30px);
	margin-right: 30px;
	margin-top: 30px;
	height: 437px;
	border: 1px solid #e0e0e0;
}
.pro .pro01:nth-child(4n){
	margin-right: 0px;
}
.pro .pro01 dl dt{
	overflow: hidden;
	height: 281px;
}
.pro .pro01 dl dt img{
	width: 100%;
	max-height: 281px;
	display: block;
	transition: all 0.6s;
}
.pro .pro01:hover dl dt img{
	transform: scale(1.05);
}
.pro .pro01 dl dd{
	font-size: 14px;
	line-height: 20px;
	margin-top: 40px;
	text-align: center;
	transition: all 0.6s;
}
.pro .pro01 p{
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}
.pro .pro01:hover dl dd{
	font-weight: bold;
	color: #2B5380;
}
.pro .pro01:hover{
	background: #ffffff;
	border-bottom: 4px solid #2b5380;
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08); 
}

.index_zhuanjia{ width:950px; overflow:hidden; float: left; margin-top: 40px;}
.index_zhuanjia_pic{ width:705px; height:525px; overflow:hidden; float:left;position:relative; border:1px solid #bdbdbd;}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{width:705px; height:525px; overflow:hidden;position:relative;float:left; text-align:center;}
.index_zhuanjia_pic li span{ height:100%; display: inline-block;vertical-align: middle;}
.index_zhuanjia_pic li img{ max-width:100%; max-height:100%; vertical-align: middle;}

.index_zhuanjia_left_inc{ width:48px; height:48px; position:absolute;right:49px;bottom:0px; cursor:pointer;background:url(../img/k01.png) left top no-repeat; z-index:9}
.index_zhuanjia_left_inc:hover{background:url(../img/k02.png) left top no-repeat; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc{ width:48px; height:48px; position:absolute;right:0px;bottom:0px; cursor:pointer;background:url(../img/k01.png) left top no-repeat; z-index:9; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc:hover{background:url(../img/k02.png) left top no-repeat;-webkit-transform: rotate(360deg)}
.index_zhuanjia_list{ width:218px;height:525px; overflow:hidden; float:right;}
.index_zhuanjia_lists{width:218px; height:525px; overflow:hidden;position:relative;}
.index_zhuanjia_lists ul{ width:218px; height:525px;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:218px; height:162px; position:relative; margin-bottom: 10px; }
.index_zhuanjia_lists ul li.on dd img{ width:216px; height:160px; border:1px #4273b0 solid;}
.index_zhuanjia_lists ul li dd{ width:218px; height:162px; overflow:hidden; float:left;}
.index_zhuanjia_lists ul li dd img{ width:216px; height:position; border:1px #bdbdbd solid;}
.index_zhuanjia_pre{ width:218px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_pre.png) no-repeat center; display: none;}
.index_zhuanjia_next{ width:218px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_next.png) no-repeat center; display: none;}

.index02{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.index02 h1{
	padding-bottom: 17px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 32px;
	color: #091841;
	font-family: anton;
	font-weight: normal;
	line-height: 48px;
	position: relative;
}
.index02 h1 .xt{
	width: 145px;
	height: 2px;
	background-color: #091841;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.show01{
	width: 100%;
	float: left;
	margin-top: 40px;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}
.show01 dl dt{
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.show01 dl dt i{
	width: 9px;
	height: 9px;
	background: #d9d9d9;
	margin-right: 11px;
}
.show01 dl dd{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	padding-left: 20px;
}

.message{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.message h1{
	font-size: 32px;
	color: #091841;
	font-family: anton;
	margin-bottom: 15px;
	font-weight: normal;
}
.message h2{
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 10px;
}
.message h2 b{
	color: #2B5380;
}
.message ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.message ul li{
	width: calc(50% - 15px);
	margin-top: 30px;
}
.mesbk{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background:#e9edf0 url(../img/hd.png) 10px 25px no-repeat;
	border: 0px;
	outline: none;
	padding-left: 20px;
	color: #666666;
	font-family: "微软雅黑";
}
.mesanniu{
	width: 164px;
	height: 60px;
	background: #2b5380;
	line-height: 60px;
	text-align: center;
	border: 0px;
	font-size: 14px;
	cursor: pointer;
	color: #FFFFFF;
}
.message ul li:nth-child(5){
	width: 100%;
}

.careers2{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.careers2 .tex{
	width: 46.3%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.careers2 .tex h1{
	margin-bottom: 30px;
	font-family: anton;
	font-weight: normal;
	color: #091841;
}
.careers2 .pic{
	width: 48%;
}
.careers2 .pic img{
	width: 100%;
	height: auto;
}
.hz{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
	width: 100%;
	float: left;
}
.hz .pic{
	width: 220px;
	height: 90px;
	background: #ffffff;
	border: 1px solid #2b5380;
}
.hz .tex{
	width: calc(100% - 260px);
	font-size: 14px;
	line-height: 23px;
	color: #666666;
}
.hz .tex i{
	color: #2B5380;
}

.lx01{
	width: 100%;
	float: left;
	margin-top: 40px;
	background-color: #eaeef2;
	display: flex;
	justify-content: space-between;
}
.lx01-l{
	width: 49%;
}
.lx01-l img{
	width: 100%;
	height: 100%;
}
.lx01-r{
	width: 51%;
	padding: 40px 100px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.lx01-r h1{
	font-size: 32px;
	line-height: 48px;
	font-weight: normal;
	color: #091841;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: anton;
}
.lx01-r dl dd{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 21px;
	color: #666666;
}
.lx01-r dl dd img{
	vertical-align: middle;
	margin-right: 12px;
}
.lx01-r dl dd a{ color:#5A8FCD;}
.lx02{
	width: 100%;
	float: left;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.lx02-1{
	width: calc(50% - 15px);
	background-color: #eaeef2;
	padding: 40px 20px 40px 100px; 
}
.lx02-1 h1{
	font-size: 32px;
	line-height: 48px;
	font-weight: normal;
	color: #091841;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: anton;
}
.lx02-1 dl dd{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 21px;
	color: #666666;
}
.lx02-1 dl dd img{
	vertical-align: middle;
	margin-right: 12px;
}
.lx02-1 dl dd a{ color:#5A8FCD;}

.map2{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 60px;
}
.map2 img{
	width: 100%;
	height: auto;
	display: block;
}

.nysearch{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.nysearch h1{
	height: 60px;
	background: #2b5380;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: normal;
}
.nysearch h1 div{
	width: 20%;
	padding-left: 40px;
	border-right: 1px solid #5a8fcd;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #FFFFFF;
}
.nysearch ul li{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	background-color: #eaeef2;
}
.nysearch ul li div{
	width: 20%;
	padding-left: 40px;
	border-right: 1px solid #ccd6e1;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #333333;
}
.nysearch ul li:nth-child(2n){
	background: #ccd6e1;
}
.create{
	width: 100%;
	float: left;
	margin-top: 40px;
	display: flex;
}
.create a{
	width: 189px;
	height: 60px;
	background: #2b5380;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}

.h300{
	height: 600px;
	overflow-y: scroll;
}
::-webkit-scrollbar {
    width: 16px;
    height: 20px;
    background-color: #f5f5f5;
 }

 /*滚动条 阴影~圆角*/
::-webkit-scrollbar-track {
   border-radius: 10px;
   background-color: #eaeef2;
}

/*滑块 阴影~圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 10px;
    background-color: #ccd6e1;
}

.eng{
	width: 100%;
	float: left;
	background-color: #e9edf0;
	position: relative;
}
.eng:hover{
	background-color: #5a8fcd;
	color: #FFFFFF;
}
.eng:hover .tex .tx01{
	color: #FFFFFF;
}
.eng .pic{
	width: 50%;
}
.eng .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.eng .tex{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.eng .tex .tx01{
	width: calc(50% - 72px);
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.eng .tex .tx01 h1{
	color: #091841;
	margin-bottom: 10px;
	margin-top: 60px;
	font-size: 16px;
}
.eng .tex .tx01 h2{
	font-size: 14px;
	font-weight: normal;
	color: #091841;
	margin-bottom: 15px;
}

































.fl{
	float: left;
}
.fr{
	float: right;
}
.mart0{
	margin-top: 0px;
}
.mart40{
	margin-top: 40px;
}
.pad20{
	bottom: 20px;
}
.header2{
	display: none;
}
.pc{
	display: block;
}
.mobile{
	display: none;
}
	
}










@media (max-width:1199px) {
.pc{
	display: none;
}
.mobile{
	display: block;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height:10rem; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 2%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#ffffff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:0.8rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-transform: uppercase;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right;
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #f8f8f8;}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left;
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}

.search{
	width: 100%;
	position: absolute;
	bottom: 2.0rem;
	left: 0;
	z-index: 11111;
	display: flex;
	justify-content: center;
}
.search01{
	width: 80%;
	height: 2.5rem;
	background: rgba(0,30,64,0.30);
	padding: 0.2rem;
	display: flex;
	justify-content: space-between;
}
.serbk{
	border: 0px;
	width: calc(100% - 4.0rem);
	height: 2.0rem;
	line-height: 2.0rem;
	padding-left: 0.5rem;
	color: #999999;
	font-size: 0.8rem;
	outline: none;
}
.aniu{
	width: 4.0rem;
	height: 2.0rem;
}
.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.intitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	position: relative;
}
.intitle dl dt{
	font-size: 1.5rem;
	color: #091841;
	line-height: 2.0rem;
	font-family: anton;
	text-align: center;
	letter-spacing: 0.16px;
	text-transform: uppercase;
}
.intitle dl dt a{color: #091841;}
.intitle dl dd{
	width: 100%;
	margin-top: 1.0rem;
	font-size: 0.8rem;
	text-align: center;
	line-height: 1.0rem;
	color: #666666;
	display: flex;
	justify-content: center;
}
.intitle dl dd div{
	max-width: 100%;
	text-align: center;
}
.inabout{
	width: 100%;
	float: left;
	margin-top: 3.0rem;
	background-image: url(../img/ab01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.0rem 0px;
}
.inabout h1{
	font-size: 1.5rem;
	line-height: 2.0rem;
	letter-spacing: 0.2px;
	text-align: center;
	text-transform: uppercase;
	font-family: anton;
	color: #FFFFFF;
	font-weight: normal;
}
.inabout01{
	display: flex;
	margin-top: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	text-align: center;
	color: #FFFFFF;
	justify-content: center;
}
.inabout01 div{
	width: 100%;
}
.inabout .more{
	margin-top: 2.0rem;
	display: flex;
	justify-content: center;
	font-family: anton;
}
.inabout .more a{
	width: 8.0rem;
	height: 2.0rem;
	background: #ee4800;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
	color: #FFFFFF;
	text-transform: uppercase;
}
.inabout .a01{
	margin-top: 2.5rem;
}
.inabout .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inabout .a01 ul li{
	width: 48%;
	height: 10rem;
	background: #027fc3;
	color: #FFFFFF;
	margin-top: 1.0rem;
}
.inabout .a01 ul li dl dt{
	height: 2.5rem;
	margin-top: 1.0rem;
	text-align: center;
}
.inabout .a01 ul li dl dt img{
	max-height: 2.0rem;
}
.inabout .a01 ul li dl dd{
	padding: 0px 0.2rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	margin-top: 1.0rem;
	text-align: center;
	text-transform: uppercase;
}
.inabout .a01 ul li:hover{
	background: #ee4800;
}
.index01{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	height: auto;
	background-image: url(../img/b01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index01 ul{
	display: flex;
	flex-wrap: wrap;
}
.index01 ul li{
	width: 33.33%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 3.0rem 1.0rem;
}
.index01 ul li:last-child{
	width: 66.66%;
}
.index01 ul li dl{
	width: 100%;
}
.index01 ul li dl dt{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	margin-bottom: 1.r0em;
	text-transform: uppercase;
	font-family: anton;
}
.index01 ul li dl dd{
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	display: none;
}
.index01 ul li dl p{
	display: flex;
	align-items: center;
	height: 35px;
	display: none;
}
.index01 ul li dl p a{
	width: 141px;
	height: 35px;
	background: #5A8FCD;
	display: flex;
	justify-content: center;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	align-items: center;
}
.index01 ul li dl p a i{
	width: 14px;
	height: 14px;
	background-image: url(../img/yjt.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 18px;
}
.index01 ul li .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 11;
	background: linear-gradient(180deg,rgba(0,70,134,0.00), rgba(0,0,0,0.64) 100%);
	opacity: 0;
}
.index01 ul li:hover .mask{
	opacity: 1;
}
.map{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 2.0rem;
}
.map img{
	max-width: 100%;
}
.map01{
	width: 100%;
	float: left;
}
.map01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.map01 ul li{
	width: 48%;
	background: #ffffff;
	border: 1px solid #2b5380;
	padding: 1.0rem;
	margin-top: 1.0rem;
}
.map01 ul li dl dt{
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-family: anton;
	color: #091841;
	text-transform: uppercase;
}
.map01 ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.0rem;
	margin-top: 0.4rem;
	color: #2B5380;
}
.map01 ul li:hover{
	border: 1px solid #ee4800;
}
.map01 ul li:hover dl dt{
	color: #EE4800;
}
.foot{
	width: 100%;
	float: left;
	background-color: #0b1f4e;
	padding: 2.0rem 0px;
	margin-top: 2.0rem;
}
.foot01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 div:nth-child(2){
	max-width: 655px;
	display: none;
}
.contact{
	width: 100%;
}
.contact h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 1.0rem;
	padding-bottom: 0.3rem;
	background-image: url(../img/hx.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: anton;
}
.contact dl dd{
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.0rem;
	color: rgba(255,255,255,0.6);
}
.contact dl dd img{
	vertical-align: middle;
	margin-right: 0.5rem;
}
.exp{
	width: auto;
}
.exp h1{
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 40px;
	padding-bottom: 10px;
	background-image: url(../img/hx.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: anton;
}
.exp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.exp ul li{
	width: 50%;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 21px;
	color: rgba(255,255,255,0.6);
}
.exp ul li img{
	vertical-align: middle;
	margin-right: 10px;
}
.exp ul li a{
	color: rgba(255,255,255,0.6);
	display: flex;
}
.foot02{
	width: 100%;
	float: left;
	background-color: #5A8FCD;
	height: auto;
	line-height: 1.5rem;
	font-size: 0.8rem;
	color: rgba(255,255,255,0.6);
	padding: 1.0rem 0;
}

.nybanner{
	width: 100%;
	height: 10rem;
	background-image: url(../img/topbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 4.0rem;
}
.add{
	width: 100%;
	float: left;
	font-size: 0.8rem;
	color: #666666;
	line-height: 2.0rem;
}
.nyabout{
	width: 100%;
	float: left;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #666666;
	margin-top: 1.0rem;
}
.core{
	width: 100%;
	float: left;
	background: #e9edf0;
	padding-bottom: 2.0rem;
	margin-top: 2.0rem;
}
.core01{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.core01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.core01 ul li{
	width: 100%;
	padding: 1.0rem;
	position: relative;
	background-color: #FFFFFF;
	transition: all 0.6s;
	height: auto;
	margin-top: 1.0rem;
}
.core01 ul li .pic{
	height: 3.0rem;
	text-align: center;
}
.core01 ul li .pic img{
	max-height: 2.5rem;
}
.core01 ul li .pic .pic01{
	display: inline-block;
}
.core01 ul li .pic .pic02{
	display: none;
}
.core01 ul li dl dt{
	margin-top: 1.0rem;
	font-size: 1.0rem;
	color: #333333;
	font-family: anton;
	text-align: center;
}
.core01 ul li dl dd{
	margin-top: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #666666;
	text-align: center;
}
.core01 ul li .arrow{
	width: 100%;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	display: flex;
	align-items: center;
}
.core01 ul li .arrow img{
	margin-left: 0.5rem;
}
.core01 ul li:hover .pic .pic01{
	display: none;
}
.core01 ul li:hover .pic .pic02{
	display: inline-block;
}
.core01 ul li:hover dl dt{
	color: #FFFFFF;
}
.core01 ul li:hover dl dd{
	color: #FFFFFF;
}
.core01 ul li:hover{
	background-color: #2b5380;
}
.careers{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	align-items: center;
	flex-wrap: wrap;
}
.careers .tex{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #666666;
}
.careers .tex h1{
	margin-bottom: 1.0rem;
	font-family: anton;
	font-weight: normal;
	color: #091841;
}
.careers .tex i{ color: #2B5380;}
.careers .pic{
	width: 100%;
	margin-top: 1.0rem;
}
.careers .pic img{
	width: 100%;
	height: auto;
}

.pro{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	float: left;
	justify-content: space-between;
}
.pro .pro01{
	width: calc(50% - 0.6rem);
	margin-top: 1.0rem;
	height: auto;
	border: 1px solid #e0e0e0;
	padding-bottom: 2.0rem;
}
.pro .pro01 dl dt{
	overflow: hidden;
	height: 7.0rem;
}
.pro .pro01 dl dt img{
	width: 100%;
	max-height: 7.0rem;
	display: block;
	transition: all 0.6s;
}
.pro .pro01:hover dl dt img{
	transform: scale(1.05);
}
.pro .pro01 dl dd{
	font-size: 0.8rem;
	line-height: 1.0rem;
	margin-top: 1.0rem;
	text-align: center;
	transition: all 0.6s;
}
.pro .pro01 p{
	margin-top: 1.0rem;
	font-size: 0.8rem;
	text-align: center;
}
.pro .pro01:hover dl dd{
	font-weight: bold;
	color: #2B5380;
}
.pro .pro01:hover{
	background: #ffffff;
	border-bottom: 4px solid #2b5380;
	box-shadow: -20px 40px 100px 0px rgba(88,92,98,0.04), -15px 40px 100px 0px rgba(66,0,255,0.08); 
}

.index_zhuanjia{ width:950px; overflow:hidden; float: left; margin-top: 40px;}
.index_zhuanjia_pic{ width:705px; height:525px; overflow:hidden; float:left;position:relative; border:1px solid #bdbdbd;}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{width:705px; height:525px; overflow:hidden;position:relative;float:left; text-align:center;}
.index_zhuanjia_pic li span{ height:100%; display: inline-block;vertical-align: middle;}
.index_zhuanjia_pic li img{ max-width:100%; max-height:100%; vertical-align: middle;}

.index_zhuanjia_left_inc{ width:48px; height:48px; position:absolute;right:49px;bottom:0px; cursor:pointer;background:url(../img/k01.png) left top no-repeat; z-index:9}
.index_zhuanjia_left_inc:hover{background:url(../img/k02.png) left top no-repeat; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc{ width:48px; height:48px; position:absolute;right:0px;bottom:0px; cursor:pointer;background:url(../img/k01.png) left top no-repeat; z-index:9; -webkit-transform: rotate(180deg)}
.index_zhuanjia_right_inc:hover{background:url(../img/k02.png) left top no-repeat;-webkit-transform: rotate(360deg)}
.index_zhuanjia_list{ width:218px;height:525px; overflow:hidden; float:right;}
.index_zhuanjia_lists{width:218px; height:525px; overflow:hidden;position:relative;}
.index_zhuanjia_lists ul{ width:218px; height:525px;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:218px; height:162px; position:relative; margin-bottom: 10px; }
.index_zhuanjia_lists ul li.on dd img{ width:216px; height:160px; border:1px #4273b0 solid;}
.index_zhuanjia_lists ul li dd{ width:218px; height:162px; overflow:hidden; float:left;}
.index_zhuanjia_lists ul li dd img{ width:216px; height:position; border:1px #bdbdbd solid;}
.index_zhuanjia_pre{ width:218px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_pre.png) no-repeat center; display: none;}
.index_zhuanjia_next{ width:218px; height:23px; overflow:hidden; cursor:pointer;background:#b2b0b0 url(../images/index_zhuanjia_next.png) no-repeat center; display: none;}

.index02{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.index02 h1{
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 1.2rem;
	color: #091841;
	font-family: anton;
	font-weight: normal;
	line-height: 2.0rem;
	position: relative;
}
.index02 h1 .xt{
	width: 6.0rem;
	height: 2px;
	background-color: #091841;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.show01{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #666666;
}
.show01 dl dt{
	font-size: 0.8rem;
	line-height: 1.0rem;
	color: #333333;
	display: flex;
	align-items: center;
	margin-top: 1.0rem;
	margin-bottom: 0.5rem;
}
.show01 dl dt i{
	width: 0.2rem;
	height: 0.2rem;
	background: #d9d9d9;
	margin-right: 0.5rem;
}
.show01 dl dd{
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #666666;
	padding-left: 0.7rem;
}

.message{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.message h1{
	font-size: 1.2rem;
	color: #091841;
	font-family: anton;
	margin-bottom: 0.5rem;
	font-weight: normal;
}
.message h2{
	font-size: 0.8rem;
	line-height: 1.0rem;
	color: #666666;
	font-weight: normal;
	margin-bottom: 0.3rem;
}
.message h2 b{
	color: #2B5380;
}
.message ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.message ul li{
	width: 48%;
	margin-top: 1.0rem;
}
.mesbk{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	background:#e9edf0 url(../img/hd.png) 10px 25px no-repeat;
	border: 0px;
	outline: none;
	padding-left: 0.5rem;
	color: #666666;
	font-family: "微软雅黑";
}
.mesanniu{
	width: 8.0rem;
	height: 2.5rem;
	background: #2b5380;
	line-height: 2.5rem;
	text-align: center;
	border: 0px;
	font-size: 0.8rem;
	cursor: pointer;
	color: #FFFFFF;
}
.message ul li:nth-child(5){
	width: 100%;
}

.careers2{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	flex-wrap: wrap;
}
.careers2 .tex{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #666666;
	margin-top: 1.0rem;
}
.careers2 .tex h1{
	margin-bottom: 1.0rem;
	font-family: anton;
	font-weight: normal;
	color: #091841;
}
.careers2 .pic{
	width: 100%;
}
.careers2 .pic img{
	width: 100%;
	height: auto;
}
.hz{
	margin-top: 1.0rem;
	width: 100%;
	float: left;
}
.hz .pic{
	width: 30%;
	height: auto;
	background: #ffffff;
	float: left;
}
.hz .pic img{
	width: 100%;
	height: auto;
}
.hz .tex{
	width: 67%;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #666666;
	float: right;
}
.hz .tex i{
	color: #2B5380;
}

.lx01{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	background-color: #eaeef2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width: 100%;
}
.lx01-l img{
	width: 100%;
	height: 100%;
}
.lx01-r{
	width: 100%;
	padding: 2.0rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #666666;
}
.lx01-r h1{
	font-size: 1.2rem;
	line-height: 2.0rem;
	font-weight: normal;
	color: #091841;
	margin-bottom: 1.0rem;
	text-transform: uppercase;
	font-family: anton;
}
.lx01-r dl dd{
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #666666;
}
.lx01-r dl dd img{
	vertical-align: middle;
	margin-right: 0.5rem;
}
.lx02{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-1{
	width: 100%;
	background-color: #eaeef2;
	padding: 2.0rem;
	margin-top: 1.0rem;
}
.lx02-1 h1{
	font-size: 1.2rem;
	line-height: 2.0rem;
	font-weight: normal;
	color: #091841;
	margin-bottom: 1.0rem;
	text-transform: uppercase;
	font-family: anton;
}
.lx02-1 dl dd{
	margin-bottom: 0.5rem;
	font-size: 0.8rem;
	line-height: 1.0rem;
	color: #666666;
}
.lx02-1 dl dd img{
	vertical-align: middle;
	margin-right: 0.5rem;
}

.map2{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 2.0rem;
}
.map2 img{
	width: 100%;
	height: auto;
	display: block;
}

.nysearch{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.nysearch h1{
	height: auto;
	background: #2b5380;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: normal;
}
.nysearch h1 div{
	width: 50%;
	padding: 0.5rem;
	border-right: 1px solid #5a8fcd;
	height: auto;
	line-height: 1.2rem;
	font-size: 0.8rem;
	color: #FFFFFF;
	white-space:normal;
	display: none;
}
.nysearch h1 div:first-child{
	display: block;
}
.nysearch h1 div:last-child{
	display: block;
}
.nysearch ul li{
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	background-color: #eaeef2;
}
.nysearch ul li div{
	width: 50%;
	padding: 0.5rem;
	border-right: 1px solid #ccd6e1;
	height: auto;
	line-height: 1.2rem;
	font-size: 0.8rem;
	color: #333333;
	white-space:normal;
	display: none;
}
.nysearch ul li div:first-child{
	display: block;
}
.nysearch ul li div:last-child{
	display: block;
}
.nysearch ul li:nth-child(2n){
	background: #ccd6e1;
}
.create{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	display: flex;
}
.create a{
	width: 8.0rem;
	height: 2.5rem;
	background: #2b5380;
	font-size: 0.8rem;
	color: #FFFFFF;
	line-height: 2.5rem;
	text-align: center;
}

.h300{
	height: 30rem;
	overflow-y: scroll;
}
::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #f5f5f5;
 }

 /*滚动条 阴影~圆角*/
::-webkit-scrollbar-track {
   border-radius: 10px;
   background-color: #eaeef2;
}

/*滑块 阴影~圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 10px;
    background-color: #ccd6e1;
}

.eng{
	width: 100%;
	float: left;
	background-color: #e9edf0;
	position: relative;
}
.eng:hover{
	background-color: #5a8fcd;
	color: #FFFFFF;
}
.eng:hover .tex .tx01{
	color: #FFFFFF;
}
.eng .pic{
	width: 100%;
}
.eng .pic img{
	width: 100%;
	height: auto;
	display: block;
}
.eng .tex{
	width: 100%;
	float: left;
}
.eng .tex .tx01{
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #666666;
	padding-bottom: 2.0rem;
}
.eng .tex .tx01 h1{
	color: #091841;
	margin-bottom: 0.5rem;
	margin-top: 2.0rem;
	font-size: 1.0rem;
}
.eng .tex .tx01 h2{
	font-size: 0.8rem;
	font-weight: normal;
	color: #091841;
	margin-bottom: 0.5rem;
}



.fy{
	width: 100%;
	float: left;
	padding: 2.0rem 0px;
	margin-top: 40px;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	margin-top: 0.5rem;
}
.fy ul li a{
	padding: 0.5rem 1.0rem;
	text-align: center;
	line-height: 2.0rem;
	font-size: 0.8rem;
	background-color: #FFFFFF;
	color: #666666;
}
.fy ul li a:hover{
	background: linear-gradient(315deg,#0baa79 0%, #01a0de);
	color: #FFFFFF;
}







.showtitle{
	width: 100%;
	float: left;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
}
.showdate{
	width: 100%;
	float: left;
	font-size: 0.8rem;
	color: #828282;
	margin-top: 1.0rem;
}
.showtex{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.showtex img{
	max-width: 100%;
	height: auto;
}




.fl{
	float: left;
}
.fr{
	float: right;
}
.mart0{
	margin-top: 0px;
}
.mart40{
	margin-top: 40px;
}
.pad20{
	bottom: 20px;
}
	
	
	

}
































