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

.main{
	width: 1200px;
	margin: auto;
}

.top{
	width: 100%;
	float: left;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width: auto;
	display: flex;
	align-items: center;
}
.logo div:first-child{
	margin-right: 38px;
}
.tel{
	width: auto;
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 30px;
	font-family: anton;
	color: #168ecc;
}
.tel div:first-child{
	margin-right: 20px;
}
.let{
	letter-spacing: 1px;
}
.innav{
	width: 100%;
	float: left;
	height: 55px;
	background-color: #202488;
	line-height: 55px;
}
.innav ul{
	display: flex;
}
.innav ul li{
	width: 150px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	position: relative;
}
.innav ul li a{
	width: 100%;
	float: left;
	text-align: center;
	height: 55px;
	line-height: 55px;
	color: #FFFFFF;
}
.innav ul li a:hover{
	background-color: #168ecc;
}
.innav ul li .cur{
	background-color: #168ecc;
}
.innav ul li:hover #xiala{
	visibility: visible;
}
.innav ul li:hover a{
	background-color: #168ecc;
}
#xiala{
	width: 150px;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 99999;
	background-color: #168ecc;
	visibility: hidden;
	border-top: 1px solid rgba(255,255,255,0.1);
}
#xiala dl dd{
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
}
#xiala dl dd a{
	line-height: 42px;
	height: 42px;
	background: none;
}
#xiala dl dd a:hover{
	background: none;
}

.intitle{
	width: 100%;
	float: left;
	margin-top: 70px;
	text-align: center;
}
.intitle dl dt{
	font-size: 30px;
	color: #202488;
	font-weight: bold;
	padding-bottom: 15px;
	background-image: url(../img/hx.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.intitle dl dd{
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
	line-height: 36px;
	margin-top: 10px;
	font-family: arial;
}

.intitle2{
	width: 100%;
	float: left;
	margin-top: 70px;
	text-align: center;
}
.intitle2 dl dt{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 15px;
	background-image: url(../img/hx02.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.intitle2 dl dd{
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 36px;
	margin-top: 10px;
	font-family: arial;
}

.honr{
	width: 100%;
	float: left;
	padding-bottom: 80px;
	background-image: url(../img/rybj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 80px;
}
.about{
	width: 100%;
	float: left;
	display: flex;
}
.about .pic{
	width: 50%;
}
.about .pic img{
	width: 100%;
	height: 100%;
	display: block;
}
.about .tex{
	width: 50%;
	background-image: linear-gradient(to right, #202488 , #168ecc );
	padding: 90px;
	padding-right: 120px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}
.about .tex h1{
	font-size: 36px;
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
	line-height: 36px;
}
.about .tex h2{
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 15px;
	background-image: url(../img/hx02.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 55px;
	margin-top: 10px;
}
.about .tex ul{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}
.about .tex ul li{
	width: auto;
	text-align: center;
}
.about .tex ul li dl dt{
	display: flex;
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;
	align-items: flex-end;
}
.about .tex ul li dl dt i{
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	margin-left: 5px;
}
.about .tex ul li dl dd{
	font-size: 16px;
	line-height: 30px;
}
.sys{
	width: 100%;
	float: left;
	margin-top: 40px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-indent: 30px;
}
.syspic{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.syspic ul li{
	width: 380px;
	border: 1px solid #dddddd;
	margin-right: 30px;
	background-color: #f5f5f5;
	float:left;
	margin-right:30px;
}
.syspic ul li dl dt{
	height: 260px;
	overflow: hidden;
}
.syspic ul li dl dt img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.syspic ul li:hover dl dt img{
	transform: scale(1.05);
}
.syspic ul li dl dd{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}

.parter{
	width: 100%;
	float: left;
	margin-top: 80px;
	padding-bottom: 100px;
	background-image: url(../img/hzbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parter01{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.parter01 ul{
	display: flex;
	flex-wrap: wrap;
}
.parter01 ul li{
	width: calc(20.5% - 30px);
	height: 100px;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 30px;
	margin-right: 30px;
	border: 1px solid #dddddd;
}
.parter01 ul li span{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.parter01 ul li img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.parter01 ul li:nth-child(5n){
	margin-right: 0px;
}

.innew{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width: calc(34.1% - 30px);
	border: 1px solid #dddddd;
	margin-right: 30px;
	background-color: #f5f5f5;
	padding-bottom: 25px;
}
.innew ul li .pic{
	height: 260px;
	overflow: hidden;
}
.innew ul li .pic img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	padding: 0px 25px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
}
.innew ul li dl dd{
	font-size: 14px;
	line-height: 24px;
	padding: 0px 25px;
	margin-top: 20px;
	color: #999999;
}
.innew ul li p{
	padding: 0px 25px;
	margin-top: 25px;
	font-size: 12px;
	color: #999999;
}
.innew ul li:nth-child(3){
	margin-right: 0px;
}

.foot{
	width: 100%;
	float: left;
	background-color: #092042;
	margin-top: 80px;
	border-top: 5px solid #317de9;
	padding-top: 65px;
	position: relative;
}
.foot .xjt{
	width: 54px;
	height: 29px;
	position: absolute;
	background-image: url(../img/xjt.png);
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	left: calc(50% - 27px);
	z-index: 11;
}
.foot01{
	width: 100%;
	float: left;
	padding-bottom: 60px;
	
}
.foot01 ul{
	display: flex;
	justify-content: space-between;
}
.foot01 ul li{
	width: auto;
}
.foot01 ul li dl dt{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin-bottom: 20px;
}
.foot01 ul li dl dd{
	font-size: 14px;
	line-height: 30px;
	color: rgba(255,255,255,0.5);
}
.foot01 ul li dl dd a{
	color: rgba(255,255,255,0.5);
}
.foot01 ul li dl dd a:hover{
	color: #FFFFFF;
}
.foot01 ul li .ewm{
	display: flex;
}
.foot01 ul li .ewm .pic{
	margin-right: 30px;
}
.foot01 ul li .ewm .tex{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}
.foot01 ul li .ewm .tex h1{
	font-size: 32px;
	font-family: anton;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	letter-spacing: 1px;
}
.foot01 ul li .ewm .tex i{
	font-size: 12px;
}
.foot01 ul li .zixun{
	margin-top: 45px;
	display: flex;
}
.foot01 ul li .zixun a{
	width: 135px;
	height: 40px;
	background-color: #317de9;
	border-radius: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
}
.foot01 ul li .zixun img{
	vertical-align: middle;
	margin-right: 10px;
}
.foot01 ul li .zixun a:first-child{
	margin-right: 25px;
}
.foot02{
	width: 100%;
	float: left;
	height: 70px;
	line-height: 70px;
	border-top: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	font-size: 12px;
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
}
.foot02 a{
	color: rgba(255,255,255,0.6);
}

.nybanner{
	width: 100%;
	float: left;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.nybanner .lmmc{
	width: 100%;
	height: 500px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}
.nybanner .lmmc dl dt{
	font-family: anton;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
}
.nybanner .lmmc dl dd{
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 15px;
}
.add{
	width: 100%;
	float: left;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
	color: #999999;
}
.add a{
	color: #999999;
}

.nyabout{
	width: 100%;
	float: left;
	margin-top: 60px;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.nyabout h1{
	font-size: 24px;
	color: #202488;
	line-height: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.nyabout img{
	max-width: 100%;
	height: auto;
}
.nyabout ul{
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.nyabout ul li{
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
}
.nyabout ul li dl dt{
	display: flex;
	font-size: 48px;
	line-height: 60px;
	align-items: flex-end;
}
.nyabout ul li dl dt i{
	font-size: 16px;
	line-height: 40px;
	font-weight: normal;
	margin-left: 5px;
}
.nyabout ul li dl dd{
	font-size: 16px;
	line-height: 30px;
}
.nyabout ul li .sx{
	width: 1px;
	height: 72px;
	background-color: #dddddd;
}
.cutrul{
	width: 100%;
	float: left;
	height: 610px;
	background-image: url(../img/whbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 40px;
}
.cutrul ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cutrul ul li{
	width: 25%;
	border-right: 1px solid rgba(255,255,255,0.1);
	color: #FFFFFF;
	height: 610px;
}
.cutrul ul li .pic{
	margin-top: 200px;
	text-align: center;
	height: 70px;
}
.cutrul ul li:nth-child(4){
	border: 0px;
}
.cutrul ul li .pic span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.cutrul ul li .pic img{
	max-width: 100%;
	max-height: 70px;
}
.cutrul ul li dl dt{
	margin-top: 30px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.cutrul ul li dl dd{
	padding: 0px 25%;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
}
.fy{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.fy ul{
	display: flex;
	justify-content: center;
}
.fy ul li{
	width: auto;
	margin-top: 10px;
}
.fy ul li a{
	padding: 7px 20px;
	float: left;
	text-align: center;
	font-size: 14px;
}
.fy ul li a:hover{
	background-color: #202488;
	color: #FFFFFF;
}
.fy ul li .cur{
	background-color: #202488;
	color: #FFFFFF;
}

.zp{
	width: 100%;
	float: left;
	margin-top: 50px;
}
	
.subNavBox2{
	width:100%;
	float:left;
	box-shadow: 2px 5px 40px rgba(0,0,0,0.1);
}
.subNavBox2 h1{
	HEIGHT:75px;
	line-height: 75px;
	display: flex;
	font-size:18px;
	background-color: #0063b1;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
}
.subNavBox2 h1 i{
	margin-left: 3.6vw;
	width: 200px;
}
.subNav2{
	width:100%; 
	float:left; 
	HEIGHT:75px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid #e0e0e0;
	background-color: #F9FAFB;
	line-height:75px; 
	font-size:14px;
}
.subNav2 i{ 
	margin-left: 3.6vw;
	width: 200px;
}
.subNav2:hover{float:left; }
.currentDd2{background: #f2f2f2;}
.currentDd2 i{
	color: #0063b1;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:30px; 
	font-size:14px;
	background-color: #f2f2f2;
}
.red{
	color: #0063b1;
}
.rcln{
	width: 100%;
	float: left;
	margin-top: 80px;
	height: 539px;
	background-image: url(../img/rcbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.rcln01{
	width: 60%;
	float: left;
	margin-left: 20%;
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	margin-top: 60px;
	text-align: center;
}
.rcln01 h1{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 60px;
}
.rcln01 h1 i{
	margin-left: 27px;
	margin-right: 27px;
}

.contact{
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.contact ul{
	display: flex;
	margin-top: 80px;
	flex-wrap: wrap;
}
.contact ul li{
	width: calc(34.1% - 30px);
	margin-right: 30px;
	background-color: #f2f2f2;
	padding: 40px 0px;
	text-align: center;
}
.contact ul li:nth-child(3){
	margin-right: 0px;
}
.contact ul li .pic{
	height: 74px;
}
.contact ul li .pic img{
	max-height: 74px;
}
.contact ul li dl dt{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
}
.contact ul li dl dd{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.map{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.map img{
	height: auto;
	display: block;
}

.nycon{
	width: 100%;
	float: left;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.nycon-l{
	width: 63%;
}

.nytitle{
	width: 100%;
	float: left;
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 20px;
}
.nytex{
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.nytex img{
	max-width: 100%;
	height: auto;
}
.fhui{
	width: 100%;
	margin-top: 50px;
	display: flex;
	float: left;
}
.fhui a{
	width: 173px;
	height: 60px;
	background: #202488;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
}
.fhui a img{
	vertical-align: middle;
	margin-left: 14px;
}

.nycon-r{
	width: 27%;
}
.nycon-r dl dt{
	height: 66px;
	background: #22378c;
	padding-left: 50px;
	padding-right: 40px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nycon-r dl dd{
	height: 66px;
	background: #f0efee;
	margin-top: 2px;
	padding-left: 50px;
	padding-right: 40px;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nycon-r dl dd:hover{ background-color:#91c132; color:#fff;}
.nycon-r dl dd:hover a{color:#fff}
.nycon-r dl dd.cur{background-color:#91c132; color:#fff;}
.nycon-r dl dd.cur a{color:#fff}
.nycon-r .lx{
	width: 100%;
	height: 60px;
	background: #22378c;
	text-align: center;
	line-height: 60px;
	margin-top: 24px;
}
.nycon-r .lx a{
	color: #FFFFFF;
	font-size: 16px;
}
.nycon-r .lx img{
	vertical-align: middle;
	margin-right: 15px;
}
.biaoge{
	width: 100%;
	float: left;
	margin-top: 40px;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.biaoge ul li{
	width: 100%;
	float: left;
	display: flex;
	border-bottom: 1px solid #dddddd;
}
.biaoge ul li div{
	padding: 10px;
	border-right: 1px solid #dddddd;
	font-size: 14px;
	line-height: 30px;
}
.biaoge ul li div:first-child{
	width: 185px;
	text-align: center;
}
.biaoge ul li div:nth-child(2){
	width: calc(100% - 185px);
}

.newlist{
	width: 100%;
	float: left;
}
.newlist ul li{
	width: 100%;
	float: left;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.newlist ul li:first-child{
	margin-top: 0px;
}
.newlist ul li .pic{
	width: 240px;
	overflow: hidden;
}
.newlist ul li .pic img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width: calc(100% - 280px);
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.newlist ul li .tex h1{
	font-size: 18px;
	line-height: 36px;
	color: #22378C;
	margin-bottom: 10px;
}
.newlist ul li .tex h1 a{color: #22378C;}
.newlist ul li .tex h2{
	font-size: 14px;
	line-height: 16px;
	color: #999999;
	font-weight: normal;
	margin-bottom: 30px;
}
.newlist ul li .tex .more{
	margin-top: 30px;
}
.newlist ul li .tex .more a{
	color: #22378C;
}
.newlist ul li .tex .more img{
	vertical-align: middle;
	margin-right: 10px;
}
.nytitle2{
	width: 100%;
	float: left;
	font-size: 30px;
	line-height: 48px;
	font-weight: bold;
	color: #22378C;
	margin-bottom: 20px;
}
.date{
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}

#picgd { 
overflow:hidden; 
width: 100%; 
} 
#inpicgd { 
float: left; 
width: 1800%; 
} 
#picgd1 { 
float: left; 
} 
#picgd2 { 
float: left; 
} 





.mart0{
	margin-top: 0px;
}
