/**************************************/
/*************[公用start]**************/
/**************************************/



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{

}

.header-1{
	height:149px;
	background-color: #fff;
	background-image: url(../images/header-1.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.logo{
	width: 465px;
	margin-top: 29px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-1-img{
	width: 434px;
	margin-top: 33px;
}

.header-1-img img{
	display: block;
	width: 100%;
}
.header-1-img2{
	margin-top: 20px;
}
.header-1-img2 img{
	display: block;
	margin:0 auto;
}
.header-1-img2 img.curImg{
	display: none;
}
.nav-wp{
	position: relative;
	background-color:#1b4f9a;
	z-index: 500;
}

.nav-a{
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
}

.nav-a a,.nav-a img{
	display: block;
	width: 100%;
}
.wen1{
	position: absolute;
	right: 1px;
	top: 18px;
	width: 17px;
	cursor: pointer;
}

.wen1 a,.wen1 img{
	display: block;
	width: 100%;
}
.nav{
	padding-left: 90px;
	position: relative;
	padding-right: 20px;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	border-left: 1px solid #1b4f9a;

}
.nav>ul>li:first-child{
	background-image: none;
}
.nav>ul>li>a{
	display: block;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color:#fff;
	padding: 0	35px;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	/*background-color:#a90e00;*/
	font-weight: bold;

}
.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	width: 134px;
	margin-left: -67px;
	top:100%;
	z-index: 600;
	background-color: #1b4f9a;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #4190f3;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.main1{
	background-color: #fff;
	padding: 50px 0 60px;
}

.main1-1{
	width: 494px;
}
.title-11{
	position: relative;
}
.title-11::after{
	position: absolute;
	left: 0;
	right: 84px;
	bottom: 0;
	height: 1px;
	background-color: #1b4f9a;
	content:"";
}
.title-11 h1{
	margin:0;
	font-size: 28px;
	color: #1b4f9a;
	height: 34px;
	line-height: 34px;
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	z-index: 25;
	background-color: #fff;
	padding-right: 20px;

}

.title-11 a.fr{
	width: 69px;
	margin-top: 3px;
	position: relative;
	z-index: 25;
}

.title-11 a.fr img{
	display: block;
	width: 100%;
}

.main1-2{
	width: 390px;
	margin:0 49px;
}
.main1-3{
	overflow: hidden;
	padding-top: 31px;
}


.main1-3 dl{
	margin:0;
}

.main1-3 dd+dd{
	margin-top: 35px;
}

.main1-3 dd .imgbox_a{
	padding-bottom: 44.025%;
}
.main1-3 dd .imgbox_a::after{
	position: absolute;
	content:"";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.main1-3 dd .imgbox_a span{
	position: absolute;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	text-align: center;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -12px;
	z-index: 25;
}

.main1-1-div{
	margin-top: 30px;
}


.main1-pic .imgbox_a{
	padding-bottom: 66%;
	border-radius: 8px;
}
.main1-con{
	margin-top: 50px;
}
.main1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	position: relative;
	padding-right: 85px;
	height: 24px;
	line-height: 24px;
}

.main1-con h1 a:hover{
	color: #1b4f9a;
}
.main1-con h1 span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}

.main1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	overflow:hidden;
	margin-top: 15px;
}
.fmain1 .flex-control-nav {
	height: 0;
	bottom: 110px;
}
.fmain1 .flex-control-nav li{
	margin:0 8px;
}
.fmain1 .flex-control-paging li a{
	width: 11px;
	height: 11px;
}

.main1-2-div{
	padding-top: 7px;
	padding-left: 10px;

}
.main1-2-dl dl{
	margin:0;
}

.main1-2-dl dd{
	border-bottom: 1px solid #d8d8d8;
	padding: 20px 0;
}
.main1-2-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #999;
	position: relative;
	padding-left: 30px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left 1px;
	background-image: url(../images/time.png);
}
.main1-2-dl dd h1 span{
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
}
.main1-2-dl dd h2{
	margin:0;
	font-size: 18px;
	color: #333;
	margin-top: 23px;
}

.main1-2-dl dd h2 a:hover{
	color: #1b4f9a;
}


.main1-2-dl dd  p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	overflow:hidden;
	margin-top: 15px;
}


.main2{
	background-color: #f5f5f5;
	padding: 55px 0 70px;
}
.main2 .title-11 h1{background-color: #f5f5f5;}
.main2-1{
	width: 400px;
}

.main2-2{
	width: 400px;
	margin:0 50px;
}

.main2-3{
	overflow: hidden;
}

.main2-dl{
	padding-top: 35px;
}

.main2-dl dl{
	margin:0;
}

.main2-dl dd+dd{
	margin-top: 15px;
}

.main2-dl dd>a{
	display: block;
	padding: 20px 15px;
	background-color: #eaeaea;
	font-size: 18px;
	color: #333;
	text-align: center;
	border-radius: 8px;
}
.main2-dl dd>a:hover{
	background-color: #1b4f9a;
	color: #fff;
}

.main3{
	position: relative;
	overflow: hidden;
	padding: 50px 0 12px;
}
.main3::before{
	position: absolute;
	content:"";
	left: 0;
	width: 100%;
	top: 0;
	height: 50px;
	background-color: #f5f5f5;
	z-index: 5;
}
.main3-bg1{
	position: absolute;
	left: 0%;
	top: 46px;
	height: 547px;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main3-bg1.jpg);
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.main3-bg2{
	position: absolute;
	right: 0%;
	top: 0;
	bottom: 0;
	z-index: 15;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main3-bg2.jpg);
}

.main3 .container{
	position: relative;
	z-index: 25;
}

.main3-div{
	min-height: 547px;
	padding-left: 375px;
	padding-top: 45px;
}

.main3-div ul{
	margin:0;
	margin-left: -5%;
}

.main3-div li{
	float: left;
	width: 45%;
	margin-left: 5%;
}
.main3-div li.last_li{
	width: 97%;
	margin-top: 60px;
}

.main3-div li h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	padding-bottom: 35px;
}

.main3-con{
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

.main3-con dl{
	margin:0;
	margin-left: -2%;
	margin-top: -18px;
}

.main3-con dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 18px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left 7px;
	background-image: url(../images/dian2.png);
	font-size: 16px;
	color: #fff;
}
.main3-con dd a:hover{
	font-weight: bold;
}

.main3-div li.last_li .main3-con dd{
	width: 23%;
}


.main4{
	padding: 75px 0 68px;
}

.main4-list ul{
	margin:0;
	margin-left: -3.5%;
}

.main4-list li{
	float: left;
	width: 29.833333%;
	margin-left: 3.5%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 1px 3px 21px 0px rgba(0, 48, 121, 0.3);
	position: relative;
	min-height: 590px;
background-repeat: no-repeat;
	background-size: cover;

}
.main4-list li::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	content:"";
	background-image: url(../images/landi.png);
}

.main4-list li::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 25;
	content:"";
	background-color: #fff;
	opacity: 1;
	visibility: visible;
	transition: .3s;
}


.main4-li{
	position: relative;
	z-index: 50;
	padding: 40px 55px;
}
.main4-ico{
	width: 108px;
	height: 108px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin:0 auto;
}
.main4-ico1{background-image: url(../images/main4-ico1.png);}
.main4-ico2{background-image: url(../images/main4-ico2.png);}
.main4-ico3{background-image: url(../images/main4-ico3.png);}

.main4-li h1{
	margin:0;
	font-size: 24px;
	color: #333;
	text-align: center;
	padding: 20px 0 22px;
	line-height: 1;
}
.main4-li dl{
	margin:0;
	/* margin-top: 48px; */
}
.main4-list li:first-child .main4-li dl{
	margin-top: 0;
}
.main4-li dd{
	border-bottom: 1px dashed #eaeaea;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	padding: 11px 15px;
}

.main4-list li:hover::after{
	opacity: 0;
	visibility: hidden;
}
.main4-list li:hover .main4-li h1{color: #fff;}
.main4-list li:hover .main4-li dd{
	/*border-color:#fff;*/
	color: #fff;
}

.main4-list li:hover .main4-ico1{background-image: url(../images/main4-ico1h.png);}
.main4-list li:hover .main4-ico2{background-image: url(../images/main4-ico2h.png);}
.main4-list li:hover .main4-ico3{background-image: url(../images/main4-ico3h.png);}


/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #343434;
	padding: 55px 0;

}


.er-wp{
	width: 290px;
}

.er{
	width: 116px;
	margin-left: 50px;
	font-size: 14px;
	color:#fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}


.foo-con{
	overflow: hidden;
	padding-top: 25px;
}

.youq span{
	font-size: 16px;
	color:#fff;
	line-height: 34px;
	height: 34px;
	width: 90px;
}

.youq-dl{
	overflow: hidden;
}

.youq-dl dl{
	margin:0;
}
.youq-dl dd{
	float: left;
	width: 250px;
	margin-left: 15px;
}
.youq-dl dd:first-child{
	margin-left: 0;
}

.youq-dl dd select{
	border-radius: 0;
}

.foo-p{
	font-size: 16px;
	color:#fff;
	line-height: 2;
	margin-top:25px;
}

.foo-p span
{padding-left: 15px;}



/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 4px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 315px;
   margin-left: 15px;
   margin-top: 20px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
    height: 217px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}
.erji{
    padding: 35px 0 50px;
}

.menu{
	width: 252px;
	margin-right: 40px;
}
.menu h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	height: 67px;
	line-height: 67px;
	background-color: #1b4f9a;
	padding-left: 27px;
}
.menu ul{
	margin:0;
}
.menu li{
	border-top: 1px solid #fff
}
.menu li a{
	display: block;
	height: 48px;
	line-height: 48px;

	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;
	transition: .3s;
	background-color: #f6f8fa;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
}
.menu li a:hover,.menu li.active a{
	background-color: #1b4f9a;
	background-image: url(../images/menuh.png);
	color:#fff;
}

.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #1b4f9a;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #1b4f9a;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#1b4f9a;
}
.mianbaoxie span{
    color:#1b4f9a;
}

.erji-content{
    overflow: hidden;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.fenye ul{
    margin:0;
}
.list{
	padding-top: 10px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list li:first-child{
	margin-top: 0
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#1b4f9a;
}
.danpian{
	padding-top: 25px;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#1b4f9a;

}
.pic-item{
	margin-top: 25px;
}
.pic-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 15px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}

.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
	color:#1b4f9a;
}