/**************************************/
/*************[公用start]**************/
/**************************************/

*{
	font-family: "Arial"!important;
}

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*/
/**************************************************************/


#header0{
  background-color: #006aad;
  padding: 5px 0;
}

.search{
	width:157px ;
	position: relative;
	margin-right: 20px;
}
.search input[type="text"]{
	width:100% ;
	border:0;
	height:28px ;
	padding: 8px 12px;
	padding-right: 40px;
	border-radius: 28px;
}

.search input[type="image"]{
	position: absolute;
	right: 10px;
	top: 6px;
}
.search input:focus{
	outline: none;
}

.header0-a{
	height:28px ;
	line-height: 28px;
	font-size: 14px;
	color:#fff;
}
.header0-a a:hover{
	text-decoration: underline;
}


#header{
	height:106px;
	background-color: #fff;
	position: relative;
	z-index: 999;
}


.logo{
	width:569px;
	margin-top: 3px;
	position: relative;
}
.logo a.logoa1{
	position: absolute;
	left: 0;
	top: 0;
	height: 101px;
	display: block;
	width: 205px;
	/*background-color: #f00;*/
	z-index: 15;
}
.logo a.logoa2{
	position: absolute;
	right: 20px;
	top: 0;
	height: 101px;
	display: block;
	width: 300px;
	/*background-color: #f0f;*/
	z-index: 15;
}

.logo img{
	display: block;
	width: 100%;
}




.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	/*width: 92px;*/
	margin-left: 25px;

}
.nav>ul>li:first-child{
	margin-left: 0;
}
.nav>ul>li>a{
	display: block;
	height: 106px;
	line-height: 106px;
	font-size: 16px;
	color:#000;
	transition: .3s;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	padding: 0	20px;

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	/*background-color:#a90e00;*/
	background-color: #006aad;
	color: #fff;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:42px;
	z-index: 600;
	background-color: #165692;
	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: #2161a5;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .slides>li{
	height: 506px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li img{
	display: none;
	width: 100%;
}


.ppp60{
	padding: 60px 0; 
}

.title-111 h1{
	text-align: center;
	margin:0;
	font-size: 28px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;

}

.main1-list-wp{
	margin-top: 50px;
}

.main-pic{
	border:1px solid #d5d6d8;
	border-bottom: 0;
}

.main-pic .imgbox_a{
    padding-bottom: 73.65%;
	
}

.main1-con{
	border:1px solid #d5d6d8;
	border-top: 0;
	height:100px; 
	background-color: #fff;
	position: relative;
}

.main1-line{
	position: absolute;
	width: 32px;
	height: 1px;
	background-color: #da2119;
	left: 50%;
	margin-left: -16px;
	top: 0;
}

.main1-table{
	display: table;
	width: 100%;
	height: 100%;
}


.main1-table-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 2;
	text-transform: uppercase;
	padding: 0	20px;
}

.main1-list .item:hover .main1-line{display: none;}
.main1-list .item:hover .main1-con{
	background-color:#006aad; 
	border-color:#006aad; 
}


.main1-list .item:hover .main1-con .main1-table-cell{
	color: #fff;

}

.main1-list .owl-nav{
	position: relative;
	width: 216px;
	height: 41px;
	margin:0 auto;
	margin-top: 54px;
}
.main1-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
   	top: 0%;
    width: 108px;
    height: 41px;
    background-image: url(/images/en/left.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}
.main1-list .owl-nav button.owl-prev:hover{
    background-image: url(/images/en/lefth.jpg);

}
.main1-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width: 108px;
    height: 41px;
    background-image: url(/images/en/right.jpg);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}
.main1-list .owl-nav button.owl-next:hover{
    background-image: url(/images/en/righth.jpg);



}


.main2{
	background-color: #f8f6f9;
	position: relative;
}


.main2-pic{
	width: 42.24%;
	height: 504px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	margin-left: 35px;
}
.main2-pic img{
	display: none;
	width: 100%;
}

.main2-con{
	overflow: hidden;
	padding-top: 55px;
}

.title-222 h1{
	margin:0;
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}
.title-222 .line{
	width: 58px;
	height: 2px;
	background-color: #01579f;
	margin-top: 30px;
}

.main2-con-p{
	font-size: 14px;
	color: #333;
	line-height: 2.2;
	margin-top: 24px;
	height: 180px;
	overflow: hidden;
}

.main2-con-p p{
	margin:0;
}

.main2 .more a{
	margin:0;
}


.main3-dl dl{
	margin:0;
	margin-left: -3%;
}

.main3-dl dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 5%;
	border:1px solid #eee;
	padding: 10px;
}

.main3-pic{
	width: 153px;
	margin-right: 20px;
}

.main3-date{
	position: absolute;
	z-index: 25;
	left: 7px;
	top: 7px;
	width: 53px;
	height: 53px;
	background-color:#01579f;
	text-align: center;
	color: #fff; 
	padding-top: 6px;
}
.main3-date h1{
	margin:0;
	font-size: 24px;
	line-height: 1;
}
.main3-date h2{
	margin:0;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 4px;
}
.main3-pic a.imgbox_a{
	padding-bottom: 71.9%;
}
.main3-con{
	overflow: hidden;
	padding-top: 3px;
}
.main3-con h1{
	margin:0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 1.4;
	height: 50px;
	overflow: hidden;
}
.main3-con h1 a{
	display: block;
}
.main3-con h1 a:hover{
	color: #006aad;
}
.main3-con p{
	margin:0;
	font-size: 14px;
	color: #666;

	line-height: 1.6;
	height: 44px;
	overflow: hidden;
	margin-top: 7px;
}


.more{
	margin-top: 37px;
}
.more a{
	display: block;
	width: 140px;
	height: 49px;
	line-height: 49px;
	background-color: #006aad;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
	text-transform: uppercase;
}

.more a:hover{
	font-weight: bold;
}









/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #007ec5;

}

.foo1-1{
	width: 356px;
	background-color: #fff;
	height: 272px;
	padding: 22px 45px 0 15px;
}
.foo1-logo{
	width: 266px;
}
.foo1-logo a,.foo1-logo  img{
	display: block;
	width: 100%;
}

.foo1-1-dl dl{
	margin:0;
}
.foo1-1-dl dd:first-child{
	margin-top: 20px;
}
.foo1-1-dl dd{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	padding-left: 30px;
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position: left 5px;
}

.foo1-1-dl dd span{
	font-weight: bold;
}







.foo1-2{
	overflow: hidden;
	padding: 45px 0;
}
.foo1-2 ul,.foo1-2 dl{
	margin:0;
}

.foo1-2 li{
	margin-left: 130px;
	/*width: 25%;*/
	float: left;
}
.foo1-2 li:first-child{
	margin-left: 0;
}
.foo1-2 li h1{
	margin:0;
	font-size: 20px;
	color: #fff;
}
.foo1-2 li h1 a:hover{
	text-decoration: underline;
	/*font-weight: bold;*/
}

.foo1-2 li dd{
	margin-top: 14px;
}
.foo1-2 li dd:first-child{
	margin-top: 22px;
}

.foo1-2 li dd>a{
	font-size: 16px;
	color: #fff;
	opacity: 0.7;
	transition: .3s;
}

.foo1-2 li dd>a:hover{
	opacity: 1;
}

.foolast_li{
	margin-top: 20px;
}

.foolast_li h2{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.foolast_li-p{
	font-size:16px;
	color: #fff;
	line-height: 1.8;
	margin-top: 9px;
}

.footer-2{
	background-color: #006aad;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
}







/**************************************************************/
/*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: 6px 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: 299px;
   margin-left: 15px;
   margin-top:8px;
}

.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: 26px;
}
#lan-a{
    font-size: 18px;
    color: #10508f;
}
.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: 300px;
  background-repeat: no-repeat;
  background-position: center ;
  background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}

.erji-nav ul{
	margin:0;
}

.erji-nav li{
	float: left;
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.erji-nav li:first-child{
	border-left: 0;
}
.erji-nav li>a{
	display: block;
	height:69px ;
	line-height: 69px;
	text-align: center;
	font-size: 16px;
	color:#000;
}
.erji-nav li:hover>a,.erji-nav li.cur>a{
	background-color: #006aad;
	color:#fff;
}

.erji-nav1 li{
	width: 25%;
}

.erji-nav2 li{
	width: 50%;
}




















.erji-bottom{
    padding: 25px 0 50px;
}






/*.mianbaoxie{
	height: 52px;
	line-height: 52px;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
	font-size: 12px;
	color: #666;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #165692;

}*/


.news-list ul{
	margin:0;
}

.news-list li{
	padding: 35px 0;
	border-bottom: 1px solid #e1e1e3;
}

.news-pic{
	width: 193px;
	margin-right: 35px;
}

.news-pic a.imgbox_a{
	padding-bottom: 69.43%;
}

.news-pic a.imgbox_a span{
	position: absolute;
	left: 7px;
	top: 7px;
	background-color: #000;
	height: 22px;
	line-height: 22px;
	width: 42px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	z-index: 25;
	display: none;
}

.news-con{
	overflow: hidden;
	padding-top: 18px;
}

.news-con h1{
	font-size: 16px;
	color: #000;
	margin:0;
	font-weight: bold;
}

.news-con h1:hover a{
	color: #165692;
}

.news-con h2{
	font-size: 16px;
	color: #000;
	margin:0;
	margin-top:20px;
}

.news-con p{
	font-size: 14px;
	color: #999;
	margin:0;
	margin-top: 16px;
}










.erji-content{
    overflow: hidden;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 50px;
}
.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:#165692;
}
.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:#165692;

}
.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:#165692;
}
.main2-h1>a{
	display: block;
	height:66px ;
	line-height: 66px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #000;
	padding: 0	15px;
}
.main2-list dd:hover .main2-h1>a{
	color: #165692;
}


.yiqi-item
{margin-top: 30px;}

.yiqi-item .main2-h1>a{
	background-color: #f9f9f9;
}

.yiqi-item:hover .main2-h1>a{
	color: #006aad;
}

.yiqi-list{
	padding-bottom: 50px;
	border-bottom:  1px solid #e1e1e3;
}


.yiqi-pic a.imgbox_a{
	padding-bottom: 73.65%;
}