/**************************************/
/*************[公用start]**************/
/**************************************/

body{
	min-width: 1200px;
	/*overflow:auto;*/
	overflow-x:hidden;
}

div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 998;
	height: 117px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/header-bg.png);
	/*position: relative;*/
}

#header-lan{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 20px;
	background-color: #23509b;
	display: none;
}
.logo{
	width: 186px;
	margin-top: 20px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.logo img.imgCur{
	display: none;
}

.header-right{
	height: 117px;
	width: 128px;
}

.header-right a{
	float: right;
}

.header-right a.ena{
	width: 20px;
	margin-top: 55px;
	margin-right: 13px;
}

.header-right a.search-a{
	width: 23px;
	margin-top: 55px;
	margin-right:49px;
}


.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 117px;
}
.nav>ul>li+li{
	margin-left: 1px;
}
.nav>ul>li>a{
	display: block;
	height: 100%;
	font-size: 16px;
	color: #fff;
	padding: 55px 35px 0;
}
.nav>ul>li.cur>a{
	background-color: #23509b;
	color: #fff;
}


#header.cur #header-lan{display: block;}
#header.cur .logo img{
	display: none;
}
#header.cur .logo img.imgCur{
	display: block;
}

#header.cur .header-right{
	background-color: #23509b;
}
#header.cur{
	background-color: #fff;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}
#header.cur .nav>ul>li>a{
	color: #666;
}
#header.cur .nav>ul>li.cur>a{
	color: #fff;
}
#header.cur .nav>ul>li>a:hover,.nav>ul>li>a:hover{background-color: #23509b;
	color: #fff;}

/*.ceshi{
	height: 5000px;
}*/

.xiala{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #d4e1f6;
	padding: 33px 0;
	display: none;
}

.xiala-div{
	position: relative;
	min-height: 189px;
}


.xiala3{
	position: absolute;
	width: 332px;
	left: 50%;
	margin-left: -166px;
	top: 0;
}

.xiala3 .imgbox_a{
	padding-bottom: 56.93%;
}


.xiala1{
	width: 300px;
	margin-left: 100px;
}

.xiala1-h1{
	font-size: 20px;
	color: #103675;
}
.xiala1-dl{
	padding-top: 10px;
}
.xiala1-dl dl{
	margin:0;
	margin-left: -2%;
}

.xiala1-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 18px;
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jiao1111.png);
}

.xiala1-dl dd a{
	font-size: 16px;
	color: #666;
}
.xiala1-dl dd a:hover{
	color: #103675;
}

.xiala2{
	width: 390px;
	margin-right: 145px;
	margin-top: 5px;
}
.xiala2 h1{
	margin:0;
	font-size: 20px;
	color: #333;
}
.xiala2 h2{
	margin:0;
	font-size: 16px;
	color: #103675;
	margin-top: 17px;
}
.xiala2 h3{
	margin:0;
	font-size: 13px;
	color: #666;
	margin-top: 17px;
	line-height: 2.4;
}
.xiala2 p{
	margin:0;
	font-size: 13px;
	color: #666;
	line-height: 2.4;
	height: 7.2em;
	overflow: hidden;
	margin-top: 12px;
	text-indent: 2em;
}

.xiala2-list1{
	padding-top: 10px;
}
.xiala2-list1 dl{
	margin:0;
}

.xiala2-list1 dd{
	margin-top: 8px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/xiala2-list1.jpg);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:16px;
  padding-right: 75px;
  overflow: hidden;
	position: relative;
	height: 22px;
	line-height: 22px;
}
.xiala2-list1.list01 dd:first-child{
	margin-top: 0
}

.xiala2-list1 dd span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color:#666;
}
.xiala2-list1 dd a{
	font-size: 14px;
	color:#666;
}

.xiala2-list1 dd a:hover{
	color:#103675;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	/*margin-top: 117px;*/
}

.fafa .slides>li{
	height: 672px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

}


.fafa .flex-direction-nav a{
	width: 62px;
	height: 134px;
	margin-top: -67px;
}

.fafa .flex-direction-nav .flex-prev{
	left: 25px;
}
.fafa .flex-direction-nav .flex-next{
	right: 25px;
}

.main1{
	padding: 80px 0;
}

.main .title-00 h1{
	font-size: 45px;
	color: #103675;
	margin-top: 3px;
}

.main .title-00 a.fr{
	margin-top: 17px;
}

.title-00-p{
	font-size: 14px;
	color: #999;
	line-height: 2;
	margin-left: 10px;
}

.main1-list .item{
	padding: 20px;
}
.main1-div{
	margin-top: 30px;
}


.main1-item{
	height: 340px;
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 35px;

}
.main1-item:hover{
	transition: background-color .3s;
	background-color:#23509b; 
}
.main1-item:hover .main1-h1{
	color: #fff;
	/*transition: color .3s;*/
}

.main1-item:hover .main1-a{display: none;}
.main1-item:hover .main1-dl{display: block;}

.main1-ico{
	width: 150px;
	margin: 0 auto;
}

.main1-ico img{
	display: block;
	width: 100%;
}
.main1-ico img.hoverImg{
	display: none;
}
.main1-item:hover .main1-ico img{
	display: none;
}
.main1-item:hover .main1-ico img.hoverImg{
	display: block;
}







.main1-h1{
	font-size: 20px;
	color: #0d2753;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}




.main1-a{
	padding: 12px 15px;
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 65px;
	border:1px solid #f2f2f2;
}

.main1-dl{
	padding-top: 10px;
	display: none;
}
.main1-dl dl{
	margin:0;
	margin-left: -2%;
}

.main1-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
	padding-left:19px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dddd.png);
}
.main1-list .owl-nav button.owl-prev{
    position: absolute;
    left:-40px;
    top: 50%;
    margin-top: -23px;
    width: 25px;
    height: 47px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main1-list .owl-nav button.owl-next{
    position: absolute;
    right:-40px;
    top: 50%;
    margin-top: -23px;
    width: 25px;
    height: 47px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}



.main2{
	background-image: url(../images/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.main2 .container{
	position: relative;
	z-index: 40;
}
.main2-case{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 27%;
	z-index: 15;
}
.main2-case img{
	display: block;
	width: 100%;
}
.main2-div{
	min-height: 574px;
	padding-left: 409px;
	position: relative;
}

.main2-1{
	width: 355px;
	position: absolute;
	left: 0;
	top: 100px;
}

.main2-1 .title-00 h1{
	color: #fff;
}

.main2-1 .title-00 .title-00-p{
	color: #a8b3ce;
	margin:33px 0 50px;
}

.main2-1 .title-00 a.fr{
	float: none;
	display:inline-block;
	color: #fff!important;
	background-image: url(../images/jiao111h.png);
}

.main2-2-list::before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	content:"";
	z-index: 50;
	background-color:rgba(255,255,255,0.3);
}
.item-con{
	position: relative;
	z-index: 75;
}

.main2-2-list .item{
	position: relative;
	padding: 100px 60px;

}
.main2-2-list .item::after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	content:"";
	z-index: 50;
	background-color:rgba(255,255,255,0.3);
}
.main2-2-list .item::before{
	position: absolute;
	right: 0;
	height: 0;
	bottom: 0;
	left: 0;
	content:"";
	z-index: 30;
	background-color:rgba(0,0,0,0.4);
	transition: height .5s;
}

.main2-2-list .item:hover::before{
	height: 100%;
}


.main2-2-list  .item h1{
	margin:0;
	color: #fff;
	font-size: 60px;
	font-family:'Impact';
}


.main2-2-list  .item h2{
	margin:0;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin:18px 0 12px;
}



.main2-2-list  .item .line{
	width: 52px;
	height: 3px;
	background-color: #fff;
}
.main2-2-list  .item p{
	margin:0;
	color: #a8b3ce;
	font-size: 14px;
	line-height: 2.5;
	height: 7.5em;
	overflow: hidden;
	margin:11px 0 55px;
}

.main2-2-a{
	width: 32px;
}

.main2-2-a a{
	display: block;
}


.main3{
	background-color: #d4e1f6;
	padding: 120px 0;
	position: relative;
}
.main3 .container{
	position: relative;
	z-index: 40;
}
.main3-zm{
	position: absolute;
	right: 0;
	top: 0;
	width: 56.4%;
	z-index: 15;
}
.main3-zm img{
	display: block;
	width: 100%;
}


.main3-1{
	width: 740px;
	margin-right: 100px;
}

.main3-1 .imgbox_a{
	padding-bottom: 56.75%;
}

.main3-1-dl{
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
	padding: 20px 15px;
	text-align: center;
}

.main3-1-dl dl{
	margin:0;
}

.main3-1-dl dd{
	float: left;
	width: 25%;
}

.main3-1-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #fff;
}
.main3-1-dl dd h1 span{
	font-family: 'Impact';
	font-size: 40px;
	padding-right: 13px;
}

.main3-1-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
}

.main3-2{
	overflow: hidden;
}
.main3-2 h1{
	margin:0;
	font-size: 45px;
	color: #103675;
	font-weight: bold;
}
.main3-2-p p{
	margin:0;
}

.main3-2-p{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	height: 7.2em;
	overflow: hidden;
	margin-top: 36px;
	padding-right: 20px;
}
.main3-2-p.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.main3-2-p.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{
	opacity: 1;
	margin: 0;
}
.main3-2-p .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #23509b!important;
}
.main3-2-p .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.main3-2-p .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f2f6fc;
    width: 1px;
}

.main3-2-p .mCSB_scrollTools{
	width: 5px;
}

.main3-2-p .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 5px;
	border-radius: 0;
}

.main3-2-dl{
	font-size: 0;
	line-height: normal;
	text-align: center;
	margin-top: 85px;
}

.main3-2-dl dl{
	display: inline-block;
}

.main3-2-dl dd{
	float: left;
}

.main3-2-dl dd+dd{
	margin-left: 80px;
}

.main3-2-ico{
	width: 70px;
	margin:0 auto;
	transition: transform .3s;
}
.main3-2-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 13px;
}
.main3-2-dl dd>a{
	display: block;
}

.main3-2-dl dd>a:hover h2
{color: #103675;}

.main3-2-dl dd>a:hover .main3-2-ico{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);	/* Safari å’Œ Chrome */
	-moz-transform: rotateY(180deg);	/* Firefox */
}



.main4{
	padding: 100px 0;
}
.main4-div{
	margin-top: 45px;
}

.main4-1-1{
	width: 543px;
	margin-right: 15px;
}

.main4-1-1 .imgbox_a{
	padding-bottom: 68.7%;
}
.main4-1-1 .imgbox_a::after{
	position: absolute;
	content:"";
	z-index: 15;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/landi.png);
}
.main4-1-2{
	overflow: hidden;
}
.main4-1-2 .imgbox_a{
	padding-bottom: 35.8%;
}

.main4-1-2 .imgbox_a::after{
	position: absolute;
	content:"";
	z-index: 15;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/landi.png);
}

.main4-1-con{
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 35px 25px;
}
.main4-1-con h1{
	margin:0;
	font-size: 18px;
	color: #fff;
}
.main4-1-con h2{
	margin:0;
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	margin-top: 12px;
}
.main4-2{
	margin-top: 60px;
}
.main4-2-1{
	width: 260px;
	margin-right: 25px;
	margin-top: 14px;
}

.main4-2-1 dl{
	margin:0;
}

.main4-2-1 dd{
	height: 100px;
	background-color: #d3e0f6;
	cursor: pointer;
	padding-left: 30px;
	padding-top: 23px;
	position: relative;
	transition: background-color .3s;
}
.main4-2-1 dd::after{
	position: absolute;
	width: 0;
	height: 30px;
	content:"";
	top: 50%;
	margin-top: -15px;
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: right center;
	right: 0;
	transition: width .3s,right .3s;
}
.main4-2-1 dd+dd{
	margin-top: 11px;
}
.main4-2-1 dd h1{
	margin:0;
	font-size: 25px;
	font-family:'Impact';
	text-transform: uppercase;
	color: #fff;
	transition: color .3s;
}

.main4-2-1 dd h2{
	margin:0;
	font-size: 18px;
	color: #666;
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
}
.main4-2-1 dd.cur::after{
	width: 15px;
	right: -15px;
}
.main4-2-1 dd.cur{
	background-color: #23509b;
}
.main4-2-1 dd.cur h2{color: #fff;}

.main4-2-2{
	overflow: hidden;
	width: 1315px;
	position: relative;
}

.main4-2-2-div{
	position: absolute;
	left: -1500%;
	top: 0;
	width: 100%;
}

.main4-2-2-div.cur{
	position: relative;
	left: 0;
}

.main4-2-2-list .item{
	padding: 15px;
}

.main4-2-2-item{
	background-color: #fff;
	padding: 25px 30px;
	transition: box-shadow .3s;
}
.main4-2-2-item:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);

}
.main4-2-2-title{
	font-size: 14px;
	color: #666;
}
.main4-2-2-title i{
	font-style: normal;
	font-size: 25px;
	color: #103675;
	font-family: 'Impact';
	padding-right: 20px;

}
.main4-2-2-title i span{
	font-size: 50px;
	padding-right:30px;
	background-repeat: no-repeat;
	background-position: 95% 75%;
	background-image: url(../images/line2.png);
}

.main4-2-2-item h1{
	margin:0;
	font-size: 18px;
	color: #666;
	margin:5px 0 15px;
}

.main4-2-2-item h1 a:hover{
	color: #103675;
}

.main4-2-2-item p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.main4-2-2-list{
	padding: 0	25px;
}

.main4-2-2-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -23px;
    width: 25px;
    height: 47px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}
.main4-2-2-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -23px;
    width: 25px;
    height: 47px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}
.footer-0{
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/footer-0-bg.jpg);
}
.footer-0-1{
	width: 840px;
	padding-right: 140px;
	height: 140px;
	position: relative;
}

.footer-0-1-form dl{
	margin:0;
	margin-left: -2%;
}

.footer-0-1-form dd{
	float: left;
	width: 48%;
	margin-left: 2%;
}
.footer-0-1-form dd.last_dd{
	width: 98%;
	margin-top: 20px;
}
.footer-0-1 input:focus{
	outline: none;
}
.footer-0-1-form dd input{
	display: block;
	width: 100%;
	height:60px;
	background-color:#fff;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 10px 20px;
	border-radius: 8px;
}

.footer-0-1-btn{
	position: absolute;
	right: 0;
	top: 0;
	
}

.footer-0-1-btn a{
	display: block;
	width: 122px;
	cursor: pointer;
	height: 140px;
	background-color:#2e7fdb;
	color: #fff; 
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 40px 35px 0;
	border-radius: 8px;
	
}


.footer-0-2{
	overflow:hidden;
	padding-top: 10px;
}

.footer-0-2 h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.footer-0-2 h2{
	margin:0;
	font-size: 18px;
	color: #fff;
	margin-top: 25px;
}

.footer-1{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/footer-1-bg.jpg);

}

.footer-1-1{
}
.footer-1-1 .fl{
	height: 81px;
	line-height: 81px;
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-image: url(../images/footer-1-ico1.png);
	font-size: 16px;color: #666;
}
.footer-1-1 .fr{
	margin-top: 30px;
}

.footer-1-1 .fr a+a{
	margin-left: 25px;
}
.footer-1-2{
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	padding: 40px 0;
}
.footer-1-2-1{
	width: 340px;
	margin-right: 100px;
}
.footer-1-2 h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #103675;
}

.footer-1-2 dl{
	margin:0;
	padding-top: 10px;
}

.footer-1-2 dd{
	margin-top: 16px;
	font-size: 16px;
	color: #666;
}
.footer-1-2 dd a:hover{
	color: #103675;
}

.er-wp{
	margin-top: 35px;
}

.er{
	width: 92px;
	margin-right: 21px;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.08);
}

.er img{
	display: block;
	width: 100%;
}

.er-con{
	overflow: hidden;
	color: #666;
	font-size: 14px;
	line-height: 2;
	padding-top: 18px;
}

.footer-1-3{
	font-size: 14px;
	color: #666;
	padding: 30px 0;
}
.footer-1-3 .fl{
	font-size: 12px;
	color: #e4e4e4;
}
.footer-1-3  a{
	font-size: 14px;
	color: #666;
	vertical-align: middle;
}
.footer-1-3 a:hover{
	color: #103675;
}





.footer-1-2-2{
	overflow: hidden;
	padding-right: 30px;
}


.footer-1-2-2 ul{
	margin:0;
	margin-left: -1%; 
}
.footer-1-2-2 li{
	float: left;
	width:19%;
	margin-left: 1%; 
}


/**************************************************************/
/*footer-over*/


.banner-2{
	height: 425px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 117px;
	position: relative;
}


.banner-2-title{
	padding-top: 67px;
	font-size: 50px;
	color: #fff;
}

.banner-2-title span{
	color: #5d8fe3;
}

.erji{
	padding: 80px 0;
	overflow: hidden;
}

.map-wp{
	height: 691px;
	position: relative;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.map-dl{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	background-image: url(../images/heidi1.png);
	padding: 40px 30px;
}

.map-dl dl{
	margin:0;
}

.map-dl dd{
	float: left;
	padding-left:65px;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 53px;
	padding-top: 5px;
}
.map-dl dd+dd{
	margin-left: 90px;
}
.map-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}

.map-dl dd h2{
	margin:0;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	margin-top: 5px;
}

.map-dl dd h3{
	margin:0;
	font-size: 25px;
	color: #fff;
	line-height: 24px;
	margin-top: 5px;
	font-family: "Impact";
	letter-spacing: 2px;
}

.map-dl dd h4{
	margin:0;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	font-family: "Arial";
	margin-top: 5px;
	letter-spacing: 2px;
}


.erji-nav-wp{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	overflow: hidden;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	width: 32.33333%;
	margin-left: 1%;
}

.erji-nav4 dd{
	width: 24%;
}
.erji-nav5 dd{
	width: 19%;
}
.erji-nav6 dd{
	width: 15.6666667%;
}
.erji-nav.erji-nav6 dd>a{
	padding: 0	50px 0 30px;
}
.erji-nav.erji-nav6 dd>a::after{
	right: 25px;
}
.erji-nav dd{
	
}

.erji-nav dd>a{
	display: block;
	font-size: 24px;
	color: #fff;
	height: 102px;
	line-height: 102px;
	padding: 0	80px 0 40px;
	background-color: rgba(35,80,155,0.7);
	position: relative;
	transition: background-color .3s;
}

.erji-nav dd>a::after{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: 50px;
	content:"";
	background-image: url(../images/jt.png);
	background-repeat: no-repeat;
	background-position: center;
}

.erji-nav dd>a:hover,
.erji-nav dd.cur>a{
	background-color: rgba(35,80,155,1);
}

.erji-nav{
	position: relative;
}

.erji-nav::before{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 500px;
	content:"";
	background-color: rgba(35,80,155,0.7);
	right: 100%;
}
.erji-nav::after{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 500px;
	content:"";
	background-color: rgba(35,80,155,0.7);
	left: 99.999999%;
}


.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	padding-top: 50px;
}




.xinwen1{
	background-color:#d4e1f6;
	padding: 50px 205px;
}
.xinwen1 .form-control{
	box-shadow: none!important;
	border-radius: 0;
}

.xinwen1-1{
	width: 105px;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	color: #333;
}

.xinwen1-2{
	width: 238px;
}
.xinwen1-3{
	width: 238px;
	margin:0 22px;
}

.xinwen1-4{
	width: 238px;
}
.xinwen1-5{
	width: 238px;
	margin-left: 22px;
}

.xinwen1-5 input{
	width: 100%;
	height: 34px;
	border:0;
	cursor: pointer;
	background-color: #004a96;
	color: #fff;
	display: block;
	font-size: 14px;
}

.xinwen1-5 input:focus{
	outline: none;
}

.xinwen2{
	margin-top: 60px;
}

.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 320px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top: 15px;
}

.xinwen2 li:first-child{
	margin-top: 0px;
}

.xinwen2-date{
	width: 320px;
	text-align: right;
	padding-right: 60px;
	height: 234px;
	padding-top: 81px;
	position: relative;
	z-index: 80;
}
.xinwen2-date::before{
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content:"";
	/*background-image: url(../images/lanhua.jpg);*/
	background-color: #23509b;
	background-repeat: no-repeat;
	background-position:right center;
	-webkit-background-size: cover;
	background-size: cover;
	transition: .5s;
	z-index: 30;
}
.xinwen2-date::after{
	position: absolute;
	width:15px;
	height: 29px;
	margin-top: -15px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: -14px;
	display: none;
	z-index: 30;
}




.linei{
	position: absolute;
	width: 45px;
	height: 1px;
	background-color:#bcbcbc;
	left: 100%;
	top: 50%; 
}

.xinwen2-date h1{
	margin:0;
	font-size: 50px;
	font-weight: bold;color: #004a96;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;

}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #004a96;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}

.xinwen2-div{
	width: 1046px;
	width: 1196px;
	padding: 40px;
	position: relative;
}
.xinwen2-div::after{
	position: absolute;
	background-color: #d4e1f6;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	content:"";
	z-index: 40;
	transition: .3s;
}
.xinwen2-con{
	position: relative;
	z-index: 50;
}

.xinwen2-pic{
	width: 231px;
	margin-left: 30px;
}

.xinwen2-pic .imgbox_a{
	padding-bottom: 66.67%;
}



.xinwen2-con-nei{
	overflow: hidden;
}

.xinwen2-con-nei h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}



.xinwen2-con-nei h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:20px 0 13px;
}
.xinwen2-con-nei h2 img{
	margin-top: -3px;
	margin-right: 5px;
}

.xinwen2-con-nei p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.xinwen2 li:hover .xinwen2-date h1,
.xinwen2 li:hover .xinwen2-date h2{color: #fff;}
.xinwen2 li:hover .xinwen2-date::before{
	width: 479px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}


.xinwen2 li:hover .linei{background-color:#004a96; }

.xinwen2 li:hover .xinwen2-div::after{
	left: -84px;
	right: -310px;
}

.xinwen2 li:hover .xinwen2-con-nei h1,
.xinwen2 li:hover .xinwen2-con-nei p{color: #004a96;}

.danpian{
	max-width: 1300px;
	margin:0 auto;
}
.danpian-h1{
	text-align: center;
	font-size: 25px;
	color: #004a96;
	line-height: 1.5;
}

.danpian-h2{
	text-align: center;
	font-size:16px;
	color: #666;
	line-height: 1.5;
	margin-top: 10px;
}

.danpian-h3{

	padding:35px 0 25px;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 30px;

}

.danpian-h3 .wwfl.fl img{
	margin-top: -3px;
	margin-right: 5px;
}

.aafl{
	margin-left: 20px;
}

.aafl a{
	display: inline-block;
	width: 13px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center ;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 12px;
}

.aafl a.aafl1{background-image: url(../images/aaa1.png);}
.aafl a.aafl2{background-image: url(../images/aaa2.png);}
.aafl a.aafl3{background-image: url(../images/aaa3.png);}


.aafl a.aafl1.cur{background-image: url(../images/aaa1h.png);}
.aafl a.aafl2.cur{background-image: url(../images/aaa2h.png);}
.aafl a.aafl3.cur{background-image: url(../images/aaa3h.png);}



.danpian-con {
	padding: 0px 0 60px;
}
.danpian-con p{margin:0;}

.danpian-con img{
	display: block;
	margin:15px auto;
}

.danpian-con,.danpian-con *{
	font-family: "Microsoft Yahei"!important;
	font-size: 16px!important;
	color: #666!important;
	line-height: 2.2!important;
}

.danpian-con.cur0,.danpian-con.cur0 *{
	font-size: 18px!important;
}

.danpian-con.cur2,.danpian-con.cur2 *{
	font-size: 14px!important;
}


.danpian-page{
	border-top: 1px solid #f3f3f3;
}

.danpian-page-li{
	border-bottom: 1px solid #f3f3f3;

}
.danpian-con a:hover{
	color: #004a96!important;
}





.danpian-sx{
	width: 120px;
	height: 59px;
	margin-right: 35px;
}
.danpian-sx a{
	display: block;
	height: 59px;
	line-height: 59px;
	text-align: center;
	font-size: 16px;
	color: #999;
}
.danpian-page-div{
	overflow:hidden;
	padding-right: 115px;
	position: relative;
	height: 59px;
	line-height: 59px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.danpian-page-div a{
	font-size: 16px;
	color: #666;
}
.danpian-page-div a:hover{
	color: #004a96;
}
.danpian-page-div span{
	position: absolute;
	right: 30px;
	font-size: 14px;
	color: #999;
}

.danpian-page-li:hover .danpian-sx a{
	background-color: #004a96;
	color: #fff;
}





.anli1-pic .imgbox_a{
	padding-bottom: 58.4%;
}
.anli1-con{
	padding: 35px 40px 65px;
	background-color: #d5e1f7;
}
.anli1-con h1{
	margin:0;
	font-size: 16px;
	color: #999;
}


.anli1-con h2{
	margin:0;
	font-size: 25px;
	color: #333;
	line-height: 1.5;
	height:3em;
	overflow:hidden;
	margin:15px 0;
}

.anli1-con h2 a:hover{
	color: #014a97;
}


.anli1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height:6em;
	overflow:hidden;
}


.anli1 .row{

	margin-left: -25px;
	margin-right: -25px;
}

.anli1 .col-lg-4{
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 60px;
	width: 33.33333333%!important;
	float: left;
}



.fuwu1-3-dl{
	padding-top: 20px;
}
.fuwu1-3-dl dl{
	margin:0;
	margin-left: -4%;
}

.fuwu1-3-dl dd{
	float: left;
	width: 46%;
	margin-left: 4%;
	margin-top: 40px;
	border:1px solid #004a96;
	height: 95px;
	line-height: 93px;
	padding-left:100px;
	position: relative;
	padding-right: 110px;
	background-repeat: no-repeat;
	background-position: 33px center;
	background-image: url(../images/pdf.png);
}
.fuwu1-3-dl dd::after{
	position: absolute;
	width: 18px;
	height: 18px;
	content:"";
	background-image: url(../images/jiao11.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	top: 0;
}
.fuwu1-3-dl dd span{
	position: absolute;
	right: 25px;
	top: 0;
	font-size: 14px;
	color: #333;
}
.fuwu1-3-dl dd a{
	font-size: 16px;
	color: #333;
}

.fuwu1-3-dl dd:hover{
	background-color: #004a96;
	background-image: url(../images/pdfh.png);
}
.fuwu1-3-dl dd:hover::after{
	background-image: url(../images/jiao1h.png);
}
.fuwu1-3-dl dd:hover span{
	color: #fff;
}
.fuwu1-3-dl dd:hover a{
	color: #fff;
}

.fuwu1-3-dl dd a:hover{
	font-weight: bold;
}





.zhaopin-table table.table{
	margin:0;
	text-align: center;
}

.zhaopin-table table.table tr th{
	background-color: #004a96;
	font-size: 14px;
	color: #fff;
	height: 68px;
	vertical-align: middle;
	text-align: center;
	border-color:#004a96;
	font-weight: normal;
}
.zhaopin-table table.table tr th:first-child{
	text-align: left;
	padding-left: 80px;
}
.zhaopin-table table.table tr th span{
	font-size: 12px;
	padding-left: 5px;
}

.zhaopin-table table.table tr td{
	background-color: #d4e1f6;
	
	vertical-align: middle;
	border-color:#f5f8fd;
}
.zhaopin-table table.table tr td i
{font-style: normal;font-size: 18px;color: #333;
}
.zhaopin-table table.table tr.tr11 td{
	font-size: 14px;
	color: #666;
	height: 68px;
}
.zhaopin-table table.table tr.tr11 td:first-child{
	font-size: 18px;
	padding-left: 80px;
	text-align: left;
}

.zhaopin-table table.table tr.tr22 td{
	padding: 0;
}

.zhaopin-con{
	padding: 35px;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: left;
	display: none;
	white-space: normal;
}
.jjw{
	cursor: pointer;
}
.jjw:hover{
	color: #004a96;
}



.tan_aaa-wp{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1998;
	display: none;
}

.tan_aaa-box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 500;
}

.tan_aaa-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
}

.tan_aaa-div{
	position: absolute;
	width: 900px;
	height: 600px;
	background-color: #fff;
	z-index: 200;
	margin-left: -450px;
	left: 50%;
	margin-top: -300px;
	top: 50%;
	padding: 60px 30px 30px;
}


 .close_btn{position:absolute;width:50px;height:50px;right:10px;top:10px;text-align:center;line-height:50px;display:block;margin-bottom:1px;cursor:pointer;overflow:hidden;background-color: #666666;}
 .close_btn:hover{background:#666666;}
 .close_btn:after, .close_btn:before{content:''; position:absolute; width:60%; height:1px;background:#fff; display:block; left:50%; margin-left:-30%;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
 .close_btn:before{bottom:50%; transform:rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
 .close_btn:after{top: 50%; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
 .close_btn:hover:after{top:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover:before{bottom:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover i{opacity:1;visibility:visible;}
 .close_btn i{font-style:normal;
 	opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;visibility:hidden;color:#fff;font-size: 12px;}

.tan_aaa-div-h1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 40px;
}

.tan_aaa-dl{
	background-color:#efefef;
	margin-top:  30px;
	padding: 30px 40px;
}

.tan_aaa-dl dl{
	margin:0;
	margin-left: -3%;
}

.tan_aaa-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
}

.tan_aaa-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
}

.tan_aaa-dl dd h2{
	margin:0;
	font-size: 25px;
	color: #333;
	margin-top: 10px;
}
.tan_aaa-wen-wp{
	padding: 40px;
	padding-right: 20px;
}
.tan_aaa-wen{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	height:14.4em ;
	overflow-y: auto;
	padding-right: 20px;
}

.cp-div-li-bg{
	background-color: #d4e1f6;
}

.cp-div-li{
	padding: 55px 0;
}

.cp-div{
	position: relative;
	padding-left: 324px;
	min-height:798px;
}

.cp-title{
	position: absolute;
	width: 305px;
	left: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 62px 28px 0;
}

.cp-title h1{
	margin:0;
	font-size: 30px;
	color: #333;
	text-align: center;
}

.cp-title-a{
	font-size: 14px;
	color: #666;
	line-height: 2.2;
	text-align: center;
	margin-top: 20px;
}

.cp-title-a a:hover{
	color: #23509b;
}

.cp-div-dl dl{
	margin:0;
	margin-left: -1.5%;
}

.cp-div-dl dd{
	float: left;
	width: 23.5%;
	margin-left: 1.5%;
	margin-top: 1.5%;
	background-color: #fff;
	position: relative;
	top: 0;
	transition: box-shadow .3s,top .3s;
	border:1px solid #d4e1f6;
}
.cp-div-li-bg .cp-div-dl dd{
	border:1px solid #fff;

}
.cp-div-dl dd:first-child,
.cp-div-dl dd:first-child+dd,
.cp-div-dl dd:first-child+dd+dd,
.cp-div-dl dd:first-child+dd+dd+dd{
	margin-top: 0;
}
.cp-div-dl dd:hover{
	box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
	top: -10px;
}
.cp-pic .imgbox_a{
	padding-bottom: 83%;
}

.cp-con{
	padding: 10px 30px 20px;
}

.cp-con h1{
	margin:0;
	font-size: 18px;
	color: #004a96;
	text-align: center;
	text-transform: uppercase;
}

.cp-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin:15px 0 20px;
}

.more11>a{
	display: block;
	height: 37px;
	line-height: 35px;
	border:1px solid #d4e1f6;
	position: relative;
	text-align: center;
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d4e1f6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.more11>a span{
	position: relative;z-index: 50;
	font-size: 14px;
	color: #999;
}

.more11>a:hover span{
	color: #004a96;
}


.cp-last_dd2-a>a{
	display: block;
	height: 388px;
	text-align: center;
	padding-top: 124px;
}
.cp-last_dd2-a img{
	display: block;
	margin:0 auto;
}

.cp-last_dd2-a h1{
	margin:0;
	font-size: 18px;
	color: #004a96;
	margin:25px 0 13px;
}

.cp-last_dd2-a h2{
	margin:0;
	font-size: 14px;
	color: #666;
}

.cp1{
	background-color: #d4e1f6;
	padding: 25px 0 0;
}
.cp1-top-wp{
	position: relative;
	background-color: #fff;
	padding-bottom: 1px;
	z-index: 50;
}
.cp1-top{
	padding: 30px 0 40px;
}

.cp1-top-jt{
	position: absolute;
	width: 74px;
	height: 25px;
	left: 50%;
	margin-left: -37px;
	bottom: -25px;
	background-image: url(../images/jt2h.jpg);
	cursor: pointer;
}
.cp1-top-jt.cur{
	background-image: url(../images/jt2.jpg);

}
.cp1-top-ul{
	display: none;
}
.cp1-top-title{
	padding-bottom: 15px;
	border-bottom: 1px solid #d4e1f6;
}
.cp1-top-title h1{
	margin:0;
	font-size: 18px;
	color: #333;
	height: 27px;
	line-height: 27px;
}


#lt{
	width: 196px;
	border:1px solid #004a96;
}

.lt-item{
	width: 50%;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	color: #004a96;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 8px center;
	cursor: pointer;
}
.lt-item.cur{
	background-color: #004a96;
	color: #fff;
}
.lt-item.fl{
	background-image: url(../images/lt-ico1.png);
}
.lt-item.fl.cur{background-image: url(../images/lt-ico1h.png);}
.lt-item.fr{
	background-image: url(../images/lt-ico2.png);
}
.lt-item.fr.cur{background-image: url(../images/lt-ico2h.png);}
.cp1-top-li{
	padding-top: 2px;
}
.cp1-top-li-span{
	width: 153px;
	font-size: 18px;
	color: #333;
	height: 38px;
	line-height: 38px;
	margin-top:10px;
}
.cp1-top-dl{
	overflow: hidden;
}
.cp1-top-dl dl{
	margin:0;
}

.cp1-top-dl dd{
	float: left;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	padding: 0 15px;
	background-color: #d4e1f6;
	transition:background-color .3s,color .3s; 
	margin-top: 10px;
}

.cp1-top-dl dd.cur{
	background-color: #004a96;
	color: #fff;
}

.cp1-item1{
	background-color: #fff;
	position: relative;
	position: relative;
	top: 0;
	transition: box-shadow .3s,top .3s;
	/*height: 200px;*/
	margin-top: 30px;
	padding: 35px;
}

.cp1-item1:hover{
	box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
	top: -10px;

}

.cp1-item1 .cp-pic{
	padding: 15px 0;
}

.cp1-bottom{
	padding: 30px 0 100px;
}


.cp1-item1-title h1{
	margin:0;
	font-size: 14px;
	color: #666;
}

.cp1-item1-title h2{
	margin:0;
	font-size: 24px;
	color: #004a96;
	text-transform: uppercase;
	margin-top: 11px;
}
.cp1-duodl{
	position: relative;
	height: 44px;
	overflow: hidden;
	z-index: 70;
	background-color: #fff;
}
.cp1-duodl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	overflow: hidden;
	position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  padding-bottom: 50px;
}

.cp1-duodl dd{
	display: inline-block;
	border:1px solid #d4e1f6;
	height: 38px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	margin-right: 10px;
	margin-bottom: 10px;
}

.cp1-duodl dd a{
	padding: 0	10px;
	display: block;
}

.cp1-item1-p{
	font-size: 14px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin: 22px 0;
}
.cp1-item1-a{
	width: 130px;
}
.cp1-item1-a>a{
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	background-color: #d4e1f6;
	text-align: center;
	transition:background-color .3s,color .3s; 
}
.cp1-item1-a>a:hover{
	background-color: #004a96;
	color: #fff;
}
.cp1-item1-a-lf{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	background-color: #d4e1f6;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition:background-color .3s,color .3s; 
	position: relative;
	z-index: 80;
}

.cp1-item1-a-lf:hover{
	background-color: #004a96;
	color: #fff;
}
.cp1-item1-a-lf:hover .yk1{
	opacity: 1;
	visibility: visible;
}
.yk1{
	position: absolute;
	width: 387px;
	height: 211px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/yk1.png);
	bottom:35px;
	right: -40px;
	padding: 29px 15px 0 39px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	text-align: left;
}

.yk1 dl{
	margin:0;
}

.yk1 dd+dd{
	margin-top: 14px;
}

.yk1 dd{
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #666;
}

.cp1-list1{
	display: none;
}
.cp1-list2 ul{
	margin:0;
}

.cp1-list2 li{
	margin-top: 30px;
}


.cp1-item2{
	background-color: #fff;
	position: relative;
	transition: box-shadow .3s;
	padding-right: 50px;
}

.cp1-item2:hover{
	box-shadow: 0px 7px 20px 0px rgba(4, 0, 0, 0.2);
}

.cp1-item2 .cp-pic{
	width: 320px;
	margin-right: 20px;
}

.cp1-item2-1{
	width: 410px;
	margin-right: 50px;
	margin-top: 80px;
}

.cp1-item2-1-title .fl,
.cp1-item2-1-title .fr{
	width: 48%;
}

.cp1-item2-1-title h1{
	margin:0;
	font-size: 14px;
	color: #666;
}

.cp1-item2-1-title h2{
	margin:0;
	font-size: 18px;
	color: #004a96;
	text-transform: uppercase;
	margin-top: 10px;
}

.cp1-item2-1 .cp1-duodl{
	margin-top: 30px;
}

.cp1-item2-2{
	width: 570px;
	margin-right: 50px;
	margin-top: 80px;
}

.cp1-item2-2 h1{
	margin:0;
	font-size: 15px;
	color: #666;
}

.cp1-item2-2 p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 10px;
}

.cp1-item2-a{
	width: 100px;
	margin-top:80px;
}


.cp1-item2-a>a{
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	background-color: #d4e1f6;
	text-align: center;
	transition:background-color .3s,color .3s; 
}
.cp1-item2-a>a:hover{
	background-color: #004a96;
	color: #fff;
}
.cp1-item2-a-lf{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	background-color: #d4e1f6;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition:background-color .3s,color .3s; 
	position: relative;
	margin-top: 22px;
}

.cp1-item2-a-lf:hover{
	background-color: #004a96;
	color: #fff;
}



.yk2{
	position: absolute;
	width: 406px;
	height: 211px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/yk2.png);
	bottom:-70px;
	right: 100px;
	padding: 29px 15px 0 39px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	text-align: left;
}

.yk2 dl{
	margin:0;
}

.yk2 dd+dd{
	margin-top: 14px;
}

.yk2 dd{
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #666;
}

.cp1-item2-a-lf:hover .yk2{
	opacity: 1;
	visibility: visible;
}

.cp-xq1{
	height: 267px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.chanpin2-1{
	padding: 75px 0;
	position: relative;
	background-color: #fff;
}
.chanpin2-1 .container{
	position: relative;
	z-index: 30;
}
.chanpin2-1::after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	content:"";
	background-color: #d4e1f6;
	z-index: 15;
}

.chanpin2-1-1{
	width: 50%;
}

.chanpin2-pic-wp{
	width: 468px;
	margin:0 auto;
}

.chanpin2-pic-wp .chanpin2-pic{
	display: none;
}

.chanpin2-pic-wp .chanpin2-pic:first-child{
	display: block;
}

.chanpin2-pic .imgbox_a{
	padding-bottom: 86.25%;
}

.chanpin2-1-1-dl{
	width: 272px;
	margin:35px auto 0;
}

.chanpin2-1-1-dl dl{
	margin:0;
	margin-left: -10%;
}

.chanpin2-1-1-dl dd{
	float: left;
	width: 40%;
	margin-left: 10%;
	font-size: 16px;
	color: #666;
	text-align: center;
	cursor: pointer;
}

.chanpin2-1-dd_img .imgbox_a{
	padding-bottom: 86.25%;
}

.chanpin2-1-dd_img {
	background-color: #d4e1f6;
	border:1px solid #c2c2c2;
	margin-bottom: 11px;
	padding: 5px 25px;
}

.chanpin2-1-1-dl dd.cur .chanpin2-1-dd_img{
	border:1px solid #7b7b7b;
	
}	


.chanpin2-1-2{
	overflow: hidden;
	padding-left: 82px;
	padding-top: 35px;
}

.chanpin2-1-2-h1{
	font-size: 16px;
	color: #666;
}

.chanpin2-1-2-h1 span{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	padding-right: 15px;
}

.chanpin2-1-2-line{
	height: 9px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/qiu.png);
	position: relative;
	left: -82px;
	margin:15px 0 18px;
}

.chanpin2-1-2-line::before{
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background-color: #fff;
	content:"";
}

.chanpin2-1-2-p p{
	margin:0;
}

.chanpin2-1-2-p{
	font-size: 16px;
	color: #666;
	line-height: 2.2;
	height: 11em;
	overflow: hidden;
	padding-right: 75px;
}

.chanpin2-1-2-con{
	margin-top: 32px;
}

.erer{
	width: 92px;
	margin-right: 28px;
}

.erer img{
	display: block;
	width: 100%;
}

.erer-con{
	overflow: hidden;
}

.erer-con h1{
	margin:0;
	font-size: 16px;
	color: #666;
}

.erer-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:18px 0 15px;
}

.erer-con h3{
	margin:0;
	font-size:25px;
	color: #666666;
	font-family: 'Impact';
}

.chanpin2-1-2-con-2{
	margin-top: 54px;
	line-height: normal;
	font-size: 0;
}

.chanpin2-1-2-con-2 a{
	display: inline-block;
	width: 136px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	background-color: #004a96;
}
.chanpin2-1-2-con-2 a+a{
	margin-left: 24px;
}
.chanpin2-1-2-con-2 a:hover{
	font-weight: bold;
}


.cp-xq3-1{
	border-top: 10px solid #004a96;
	background-color: #d4e1f6;
}

.cp-xq3-1 h1{
	margin:0;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	height: 120px;
	line-height: 120px;
}

.cp-xq3-1-dl dl{
	margin:0;
}
.cp-xq3-1-dl dd+dd{
	margin-left: 20px;
}
.cp-xq3-1-dl dd{
	float: left;
	height: 120px;
	line-height: 120px;
	padding: 0	20px;
	font-size: 20px;
	color: #666;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

.cp-xq3-1-dl dd::after{
	position: absolute;
  content: "";
  width: 0;
  height: 5px;
  background-color: #004a96;
  bottom: 0px;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

}
.cp-xq3-1-dl dd.cur::after{
	width: 100%;
    right: auto;
    left: 0;
}

.cp-xq3-2{
	padding: 50px 0;
	display: none;

}
.cp-xq3-2:first-child{
	display: block;
}

.cp-xq3-2-p{
	font-size:16px;
	color: #666; 
	line-height: 2.3;
}

.cp-xq4{
	padding: 60px 0;
	background-color: #d4e1f6;
}

.title-00 h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color: #666;
}
.title-00 a.fr{
	width: 80px;
	font-size: 14px;
	color: #666;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jiao111.png);
	margin-top: 7px;
}
.title-00 a.fr:hover{
	color: #004a96;
}
.cp-xq4-div{
	margin-top: 20px;
}

.cp-xq4-list .item{
	padding: 15px;
	padding-top: 25px;
}

.cp-xq4-list .item .cp1-item1{
	margin-top: 0;
}

.cp-xq4-list .owl-nav{
	height: 25px;
	position: absolute;
	width: 65px;
	right:16px;
	top: -49px;
}
.cp-xq4-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width: 25px;
    height: 25px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.cp-xq4-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width: 25px;
    height: 25px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.cp-xq5{
	padding: 60px 0 80px;
}

.cp-xq5-div{
	margin-top: 45px;
}

.cp-xq5-div .anli1-con{
	padding: 35px;
}
.cp-xq5-div .anli1-con h2{
	margin-bottom: 0;
}

.about1{
	background-color: #fff;
}

.about1-1{
	width: 745px;
	margin-right: 170px;
	margin-top: 125px;
}
.about1-1 h1{
	margin:0;
	font-size: 45px;
	color: #333;
	font-weight: bold;
}
.about1-1 h2{
	margin:0;
	font-size: 25px;
	color: #103675;
	margin:20px 0 25px;
}
.about1-1 p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}
.about1-a{
	margin-top: 45px;
}
.about1-a a{
	font-size: 14px;
	color: #666;
}

.about1-a a img{
	margin-top: -3px;
	margin-left: 15px;
}
.about1-a a:hover{
	color: #004a96;
}
.about1-2{
	overflow: hidden;
	padding: 130px 0 150px;
}

.about1-2 dl{
	margin:0;
	margin-left: -2%;
}

.about1-2 dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	padding-left: 60px;
	position: relative;
}
.about1-2 dd:first-child,
.about1-2 dd:first-child+dd{
	margin-bottom: 70px;
}
.about1-2 dd::before{
	position: absolute;
	width: 1px;
	background-color: #aac0e2;
	height: 1000px;
	top: 50%;
	margin-top: -500px;
	content:"";
	left: 0;
	z-index: 15;
}

.about1-2 dd::after{
	position: absolute;
	width: 2px;
	background-color: #103675;
	height:80px;
	top: 50%;
	margin-top: -40px;
	content:"";
	left: 0;
	z-index: 25;
}
.about1-2 dd h1{
	margin:0;
	font-size: 14px;
	color: #103675;
}

.about1-2 dd h1 span{
	font-size: 60px;
	font-family: "Impact";
	padding-right: 8px;
}

.about1-2 dd h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.about2{
	overflow: hidden;
}
.about2-1{
	background-image: url(../images/about2-1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 87px;
	position: relative;
	z-index: 50;
}

.about2-1-dl dl{
	margin:0;
}

.about2-1-dl dd{
	float: left;
	width: 28%;
}
.about2-1-dl dd>a{
	display: block;
	height: 100%;
	position: relative;
}
.about2-1-dl dd+dd{
	margin-left: 8%;
}
.about2-1-pic{
	height: 578px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.about2-1-pic::after{
	position: absolute;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	background-image: url(../images/qq.png);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	z-index: 25;
}
.about2-1-pic::before{
	position: absolute;
	left: 0;
	content:"";
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
	opacity: 1;
	visibility: visible;
	transition: .3s;
	z-index: 15;
}

.about2-1-con{
	position: absolute;
	height: 200px;
	left: 0;
	right: 0;
	top: 110%;
	background-color: #fff;
	padding-top: 40px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.about2-1-con img{
	display: block;
	width: 70px;
	margin:0 auto;
}
.about2-1-con h1{
	margin:0;
	text-align: center;
	font-size: 20px;
	color: #333;
	background-image: url(../images/zy.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
}

.about2-2{
	height: 200px;
	background-image: url(../images/about2-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 15;
}

.about2-1-dl dd.cur .about2-1-pic::before{
	opacity: 0;
	visibility: hidden;
}
.about2-1-dl dd.cur .about2-1-pic::after{
	background-image: url(../images/qqh.png);
}

.about2-1-dl dd.cur .about2-1-con{
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.about3{
	padding: 110px 0 126px;
	background-image: url(../images/about3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.about3-1 dl{
	margin:0;
}

.about3-1 dd{
	float: left;
	width: 31%;
	height: 482px;
	background-color: #fff;
	padding: 115px 80px 0 95px;
}

.about3-1 dd:first-child{
	width: 69%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.about3-1 dd h1{
	margin:0;
	font-size: 40px;
	color: #103675;
	font-weight: bold;
}

.about3-1 dd h2{
	margin:0;
	font-size: 22px;
	color: #666;
	font-weight: bold;
	line-height: 1.8;
	margin:18px 0 22px;
}

.about3-1 dd h3{
	margin:0;
	font-size: 14px;
	color: #666;
	font-family: "Arial";
}

.about3-2 dl{
	margin:0;
}

.about3-2 dd{
	float: left;
	width: 31%;
	margin-top: 3.5%;
}
.about3-2 dd .imgbox_a{
	padding-bottom: 63.7%;
}
.about3-2 dd .imgbox_a h1{
	position: absolute;
	left: 0;
	top: 30px;
	height: 24px;
	line-height: 24px;
	margin:0;
	font-size: 20px;
	color: #103675;
	font-weight: bold;
	padding-left: 20px;
	border-left: 5px solid #103675;
}
.about3-2 dd+dd{

	margin-left: 3.5%;
}


.about4{
	background-color: #fff;
	padding: 85px 0 70px;
}

.about4 .title-00 h1{
	color: #103675;
}
.about4-dl {
	margin-top: 50px;
}
.about4-dl dl{
	margin:0;
}

.about4-dl dd{
	float: left;
	width: 25%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	transition: width .5s;
	padding: 73px 15px 0 50px;
}

.about4-dl.cur dd.cur{
	width: 35%;
}

.about4-dl.cur dd{
	width: 21.6666666667%;
}

.about4-dl dd h1{
	margin:0;
	font-size: 50px;
	color: #fff;
	font-family: 'Impact';
	line-height: 1;
}

.about4-dl dd h2{
	margin:0;
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin-top: 18px;
}

.about4-dl dd:first-child h1{
	color: #23509b;
}
.about4-dl dd:first-child h2{
	color: #666;
}

.picpic-list dl{
	margin:0;
	margin-left: -2%;
}

.picpic-list dd{
	float: left;
	width: 23%;
	margin-left:2%;
	margin-bottom: 2%;
}

.picpic-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.picpic-list dd h1{
	margin:0;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #333;
}

.lishi-left{
	width: 350px;
	padding-right: 50px;
}
.lishi-left .about4-dl{
	margin-top: 0;
	text-align: right;
}
.lishi-left .about4-dl dd{
	float: none;
	width: 100%!important;
}
.lishi-left .about4-dl dd
{height: auto;}
.lishi-left .about4-dl dd h1{
	font-size: 40px;
	color: #666;
}
.lishi-left .about4-dl dd h2{
	font-size: 16px;
	color: #666;
}
.lishi-left .about4-dl dd{
	padding: 30px 0px;
	position: relative;
}
.lishi-left .about4-dl dd::before{
	position: absolute;
	width: 100%;
	left: 0;
	height: 1px;
	background-color: #ddd;
	bottom:0;
	content:"";
}



.lishi-left .about4-dl dd::after{
	position: absolute;
	width: 6px;
	height: 0;
	bottom:0;
	content:"";
	right: -50px;
	background-color: #23509b;
	-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.lishi-left .about4-dl dd.cur::after{
	height: 100%;
  bottom: auto;
  top: 0;
}

.lishi-left .about4-dl dd.cur h1{color: #23509b;}


.lishi-right{
	overflow:hidden;
	position: relative;
	min-height: 500px;
	padding-left: 50px;
	padding-top: 22px;
}

.lishi-right::before{
	position: absolute;
	height: 100%;
	left: 0;
	width: 1px;
	background-color: #ddd;
	top:0;
	content:"";
}


.lishi-nian{
	font-size: 40px;
	color: #23509b;
	font-weight: bold;
	font-family: 'Impact';
}
.lishi-item-con{
	font-size: 16px;
	color: #333;
	line-height: 2;
	padding-top: 15px;
}
.lishi-item-con p{
	margin:0;
}

.lishi-item-con img{
	display: block;
}

.lishi-item+.lishi-item{
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.lishi-div-wp .lishi-div{
	display: none;
}

.lishi-div-wp .lishi-div:first-child{
	display: block;
}

.erji-nav2-a{
	padding: 25px 0;
	font-size: 18px;
	text-align: center;
}
.erji-nav2-a a:hover{
	color: #23509b;
}

.cp1-duodl-wp{
	position: relative;
	height: 44px;
}

.cp1-duodl-wp.cur .cp1-duodl{
	position: absolute;
	height: auto;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
}
.cp1-duodl-wp.cur .cp1-duodl dl{
	position: relative;
}

.cp1-duodl-btn-wp{
	position: absolute;
	left: 0;
	right: 0;
	top: 48px;
	border-top: 1px solid #eee;
	padding-top: 8px;
	z-index: 70;
}
.cp1-duodl dl{
	z-index: 70;
	padding-bottom: 0;
}
.cp1-duodl dd a:hover{
	background-color: #d4e1f6;
}
.cp1-duodl-btn{
	width: 10px;
	height: 5px;
	background-image: url(../images/jiao111111.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin:0 auto;
}


.cp1-duodl-btn-wp2{
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding: 10px 0;
}

.cp1-duodl-btn2{
	width: 10px;
	height: 5px;
	background-image: url(../images/jiao222222.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin:0 auto;
}

.cp1-item2-1 .cp1-duodl {
  height: auto!important;
  position: relative!important;
  padding-bottom: 10px;
}
.cp1-item2-1 .cp1-duodl dl{
	position: relative;
}

.lishi-item-con-li{
	background-color: #eef2f5;
	padding: 35px 50px 30px;
	position: relative;
}
.lishi-item-con-li:hover {
    box-shadow: 0px 10px 20px -10px #555;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.lishi-item-con-li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #eef2f5 transparent transparent;
  border-width: 12px;
  display: block;
  position: absolute;
  top: 40px;
  left: -22px;
}

.lishi-item-con-li+.lishi-item-con-li
{margin-top: 25px;}


.lishi-item-con-li-p{
	font-size: 16px;
	color: #666;
	line-height:2;
	margin-top: 10px;
}
.lishi-right{
	padding-top: 0;
}

.lishi-nian{
	font-size: 35px;
}
