/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd,table,tr,td,form{
	margin:0;
	padding: 0;
}

*{
	font-family:"Arial"!important;
}

body{
	font-family:"Arial";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#333;
	background-color: #fff;
	
	overflow-y:auto; /*防止页面高度过低，滚动条加载时突显引起的页面调动。！！！ */
	line-height: 1.2;


}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#333;
	font-size: 15px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

.clearfix{zoom:1}    
.clearfix:after{
      content:"";
      display:block;
      height:0;
   clear:both;
   visibility:hidden;
 }

a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1170px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}

*{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	overflow: hidden;
}

.img-box>img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	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);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height: 132px;
	background-color: #fff;
}

.logo{
	font-size: 0;
	margin-top: 30px;
}
.header-1-right{
	padding-top:10px; 
	text-align: right;
}
.header-1-right p{
	font-size: 14px;
	color:#434343;
	line-height: 1.6;
	margin-top: 8px;
}

.search{
	display: inline-block;
	width: 265px;
	position: relative;
	margin-top: 10px;
}
.search select{
	position: absolute;
	right: 43px;
	top: 1px;
	color:#999;
	height: 36px;
	line-height: 36px;
	width: 80px;
	border:0;
}

.search input[type="image"]{
	position: absolute;
	right: 0;
	top: 0;
}
.search input[type="text"]{
	width: 100%;
	height: 38px;
	line-height: 38px;
	border:1px solid #dadada;
	background-color: #fff;
	padding:0 130px 0  15px;
}

.nav{
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	position: relative;
	
}
.nav li{
	float: left;
	width: 11.111111111111111111%;
	background-image: url(../images/nav-li.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
}
.nav li:first-child{
	background-image: none;
	
}
.nav li>a{
	display: block;
	height: 62px;
	line-height: 62px;
	text-align: center;
	font-size: 16px;
	color:#313131;
	transition: .3s;
}

.nav li:hover>a{
	color:#4a86db;
}

.nav li.active>a{
	color:#4a86db;
}
/**************************************************************/
/*header-over*/


/*header-bt*/

#header_bt{
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	height: 123px;
	z-index: 8000;
	background-image: url(../images/baibai.png);
}

#header_bt.indexindexindex{
	position: relative;
	position: fixed;
}


.logo_bt{
	margin-top: 19px;
	font-size: 0;
}
.nav_bt{
	/*margin-top: 27px;
	margin-left: 21px;*/
}
.nav_bt li{
	float: left;
	
}
/*.nav_bt li:first-child{
	padding-left: 0;
}*/
.nav_bt li>a{
	display: block;
	font-size: 16px;
	color:#313131;
	padding: 0 12px;
	height: 123px;
	line-height: 150px;
}

.nav_bt li:hover>a{
	color:#4a86db;

	background-color:#f4f4f4; 
}
#header_bt.indexindexindex .nav_bt li:hover>a{
	color:#4a86db;
	background-image: url(../images/bbdd.png);
	background-color: transparent;
}

.nav_bt li.active>a{
	color:#4a86db;
	
}
.bansou{
	font-size: 0;
	margin-top: 56px;
	position: relative;

}
.bansou-form{
	position: absolute;
	width: 250px;
	right: 0;
	top: 67px;
	display: none;
}
.bansou-form input[type="text"]{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border:1px solid #ebebeb;
	border-radius: 5px;
	padding: 0	40px 0 10px;
	font-size: 14px;
}
.bansou-form input[type="image"]{
	position: absolute;
	right: 8px;
	top: 9px;
}
.bansou a{
	font-size: 0;
	display: inline-block;
	margin-left: 10px;
}

.bansou a:first-child{
	margin-left: 0;
}

.nav_bt li:hover .xialala{
	display: block;
}
.xialala{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-image: url(../images/heidi.png);
	display: none;
	line-height: normal;
	font-size: 0;
	/*text-align: center;*/
	height: 40px;
	line-height: 40px;
	display: none;
	font-size: 0;

}
.xialala div.bt_en-wp{
	height: 40px;
	text-align: right;
	font-size: 0;

}



.xialala1 div.bt_en-wp{
	padding-right: 345px;
}
.xialala2 div.bt_en-wp{
	/*padding-left: 233px;*/
	padding-right: 455px;
}
.xialala3 div.bt_en-wp{
	/*padding-left: 233px;*/
	padding-right: 168px;
}
.xialala4 div.bt_en-wp{
	/*padding-left: 233px;*/
	/*padding-right: 256px;*/
}
.xialala5 div.bt_en-wp{
	/*padding-left: 233px;*/
	/*padding-right: 120px;*/
}
.xialala a{
	font-size: 14px;
	color:#fff;
	display: inline-block;
	margin:0 15px;
	height: 40px;
	line-height: 40px;

}

.xialala a:hover{
	color:#adc8ef;

}

.footerter2-con{
	overflow: hidden;
	margin-top: 20px;
}
.logo-footer-con{
	overflow:hidden;
}

.logo-footer{
	font-size: 0;
	margin-right: 25px;
	margin-top: 12px;
}
/*.xialala*/








/*header-bt*/





/*main-start*/
/**************************************************************/

#main{
	
}



.fafa .slides>li{
	height: 640px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.fafa .flex-control-nav{
	display: block;
	
	bottom: 20px;
}
.fafa .flex-direction-nav{
	display: none;
	opacity: 0;
	filter:alpha(opacity=0);

}
.fafa:hover .flex-direction-nav{
	opacity: 1;
	filter:alpha(opacity=100);
}


.fafa .slides > li>a{
	display: block;
	height: 100%;
}

.xinwen-tupian{
	width: 373px;
}
.title-11 {

	background-image: url(../images/title-11.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 14px;
	
}
.title-11 h1{
	float: left;
	padding-right:8px;
	padding-bottom: 10px;
	border-bottom: 2px solid #123e7b;
	font-size: 16px;
	color:#1457b6;
	padding-left: 8px;
}

.xinwen-pic-list{
	padding: 10px;
	border: 1px solid #e8e8e8;
  

}
.fefe .flex-control-nav{
	display: block;
	bottom: 13px;
	text-align: right;
	font-size: 0;
	padding-right: 15px;

}


.fefe .flex-control-paging li a{
	width: 11px;
	height: 11px;
	background-image: url(../images/sm1.png);
}

.fefe .flex-control-paging li a.flex-active{
	background-image: url(../images/sm2.png);
}

.fefe .flex-control-thumbs{
	margin-top: 5px;
	height: 66px;
}
.fefe .flex-control-thumbs li{
;
  
    width: 82px;

    margin-left: 7px;
    position: relative;
  
}
.fefe .flex-control-thumbs li:first-child{
	margin-left: 0;
}
.fefe .flex-control-thumbs li img{
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	  opacity: 1;
	  background-repeat: no-repeat;
	  background-position: center 0;
	    padding: 3px;
	    padding-top:8px;
	    background-image: url(../images/jt2h.png);
	    background-repeat: no-repeat;
	    background-position: center top;
	    /*border:2px solid #ededed;*/
	    height: 65px!important;
  
}

.fefe  .flex-control-thumbs .flex-active{
	  /*border:2px solid #4a86db;*/
	  background-image: url(../images/jt2.png);
}


.xinwen-wenzi{
	width: 477px;
	margin-left: 20px;
}
.title-22{
	border: 1px solid #e8e8e8;
	border-bottom: 0;
}
.title-22 span{
	float: left;
	width: 25%;
	text-align: center;
	border-left: 1px solid #e8e8e8;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	font-size: 16px;
	color:#333;
}

.title-22 span a{
	display: block;
	height: 100%;
}
.title-22 span:first-child{
	border-left: 0;
}


.title-22 span.active{
	background-color: #4a86db;
	color:#fff;
}
.title-22 a.fr#gagaoo{
	display: block;
}

.title-22 a.fr{
	font-size: 14px;
	color:#757575;
	margin-top: 3px;
	width: 53px;
	margin-top: 14px;
	display: none;
	margin-right: 10px;
}
.title-22 a.fr:hover{
	color:#04449e;
}
.title-22 a.fr img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
}

.m25{
	margin-top: 25px;
}

.kuai{
	border:1px solid  #e8e8e8;
	padding: 20px;
	padding-bottom: 10px;
}

.tuijian h1{
	font-size: 16px;
	color:#04449e;
	padding-bottom: 10px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tuijian p{
	font-size: 14px;
	color:#8a8a8a;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
}

.list{
	padding-top: 11px;
}


.list li{
	height: 34px;
	line-height: 34px;
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/lanjiao.png);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list li a{
	font-size: 15px;
	
	
	color:#474747;
	
}



.list li a:hover{
	color:#04449e;
}

.list li  span{
	font-size: 13px;
	color:#999;
	font-family:"Microsoft Yahei";
	margin-left: 10px;
}



.title-11 a.fr{
	font-size: 14px;
	color:#757575;
	margin-top: 3px;
	width: 53px;
}
.title-11 a.fr:hover{
	color:#04449e;
}
.title-11 a.fr img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
}



.shipin img{
	display: block;
	width: 100%;
}

.shipin{
	margin-top: 18px;
}

.dangjian .title-11,.jiayuan .title-11{
	padding-top: 0;
}

.dangjian{
	width: 373px;
	padding-bottom: 11px;
}

.jiayuan{
	width: 477px;
	margin-left: 20px;
	padding-bottom: 11px;

}

.xinwen-wenzi-list{
	display: none;
}

#xinwen-wenzi-list-1{
	display: block;
}
.xinwen-wenzi-list .list li a{
	width: 90%;
}

.dangjian .list li a{
	width: 88%;
}

.jiayuan .list li a{
	width: 90%;
}

.gongneng{
	width:279px;
	margin-top: 17px;
}

.gongneng a{
	display: block;
	height: 61px;
	line-height: 61px;
	background-repeat: no-repeat;
	background-position: 43px center;
	color:#fff;
	font-size: 16px;
	transition: .3s;
	margin-top: 5px;
	text-align:center;

}

.gongneng a:first-child{
	background-color:#db534c; 
	background-image: url(../images/b1.png);
	margin-top: 0;
	
}

.gongneng a:first-child:hover{
	background-color:#a93c37; 
}

.gongneng a:first-child+a{
	background-color:#549bcf; 
	background-image: url(../images/b2.png);
	
}

.gongneng a:first-child+a:hover{
	background-color:#41769c; 
}

.gongneng a:first-child+a+a{
	background-color:#d9a75f; 
	background-image: url(../images/b3.png);
	
}

.gongneng a:first-child+a+a:hover{
	background-color:#906e3e; 
}

.gongneng a:first-child+a+a+a{
	background-color:#46c063; 
	background-image: url(../images/b4.png);
	
}

.gongneng a:first-child+a+a+a:hover{
	background-color:#256935; 
}






.zhuanti{
	margin-top: 15px;
}

.zhuanti h1{
	font-size: 16px;
	color:#1457b6;
/*	height:40px;
	line-height:40px;*/
}

.zhuanti-list-wp{
	border:1px solid #e8e8e8;
	padding: 10px 10px;
	margin-top:15px;
}
.zhuanti-list {
	overflow: hidden;
	height: 85px;
}
.zhuanti-list li{
	float: left;
	width: 232px;
	height: 85px;
	/*padding: 0 6px 0 5px;*/

}
.zhuanti-pic{
	overflow: hidden;
	width: 222px;
	margin-left: 5px;
	/*margin:0 6px 0 5px;*/
}

.zhuanti-pic img{
	display: block;
	width: 100%;
	transition: .3s;

}
.zhuanti-pic:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.fengcai{
	margin-top: 15px;
}

.fengcai .wp{
	overflow: hidden;
}
.fengcai-list{
	width: 1190px;
	margin-left: -10px;
}

.fengcai-list li{
	float: left;
	width: 223px;
	/*height: 181px;*/
	/*padding-right: 15px;*/
	margin: 0 7px 0 7px;
}
.fengcai-list li h1{
	font-size: 14px;
	text-align: center;
		text-overflow: ellipsis;
    white-space: nowrap;
	display: none;
    overflow: hidden;
    padding-top: 10px;
}

.fengcai-list li:hover h1{
	color:#04449e;
}
.fengcai-pic{
	width: 223px;
	overflow: hidden;
}
.fengcai-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}
.fengcai-pic:hover img{
	 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fengcai-list{
	padding: 18px 0 ;
	position: relative;
}


#f-left{
	position: absolute;
	left: 10px;
	top: 36%;
	/*margin-top: -23px;*/
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/left.png);
	cursor: pointer;
	width: 22px;
	height: 45px;
}

#f-right{
	position: absolute;
	right:10px;
	top: 36%;
	/*margin-top: -23px;*/
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/right.png);
	cursor: pointer;
	width: 22px;
	height: 45px;
}

.fengcai-list .caroufredsel_wrapper{
	/*width: 100%!important;*/
	margin:0 auto!important;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/



.bt_foo1{
	background-color: #0d5eb1;
	padding: 60px  0 100px;
	color:#fff;
}
.bt_foo1 li{
	float: left;
	width: 18%;
	margin-left: 2.5%;
}

.bt_foo1 li:first-child{
	margin-left: 0;
}

.bt_foo1 li h1{
	font-size: 24px;
	font-weight: 700;
}

.bt_foo1 li dd{
	font-size: 18px;
	margin-top: 25px;
	line-height: 1.4;
}
.bt_foo2{
	padding: 25px 0;
}
.bt_foo2 .fl{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color:#161616;
}

.bt_foo2 .fr dd{
	float: left;
	width: 30px;
	margin-left: 10px;
}
.bt_foo2 .fr dd img{
	display: block;
	width: 100%;
}
.bt_foo2 .fr dd:first-child{
	margin-left: 0;
}
/**************************************************************/
/*footer-over*/



/*news*/

.banner-erji{
	height: 254px;
	background-repeat: no-repeat;
	background-position: center;
}

.erji-menu{
	float: none;
}

.erji-menu a{
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color:#4d4d4d;
	/*width: 112px;*/
	padding: 0	24px;
	text-align: center;
	   /* text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}

.erji-menu a.active{
	background-color: #4a86db;
	color:#fff;
}


.erji-top{
	border-bottom: 1px solid #eaeaeb;
}


.mianbaoxie{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	/*width: 360px;*/
	text-align: right;
	display: none;
	color:#6b6b6b;
}
.mianbaoxie a:hover{
	color:#4a86db;
}
.mianbaoxie img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.news-list{
	overflow: hidden;
}

.news-list li .wp{
	padding:15px 0;
	border-bottom: 1px dotted #d2d2d2;
}
.news-li-wp{
	transition: .3s;
	font-size: 0;
}

.news-li-wp:hover{
	background-color:#f6f6f7; 
}

.news-pic{
	width: 140px;
	overflow: hidden;
	margin-right: 30px;
}

.news-pic img{
	display: block;
	width: 100%;
	transition: .3s;
	height:100px;
}

.news-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-list li h1{
	font-size: 17px;
	color:#2a2a2a;
	transition: .3s;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-list li h1:hover{
	color:#0756ad;
}
.news-list li span{
	font-size: 14px;
	color:#999999;
	
}

.line{
	display: inline-block;
	height: 2px;
	width: 42px;
	background-color: #e2e2e2;
	margin-top: 0;
	line-height: normal;
	font-size: 	0;
	margin-top: 	10px;
}

.news-list li  p{
	font-size: 	14px;
	color:#777;
	line-height: 	1.6;
	margin-top: 	7px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	text-indent:2em;
}
.more {
	margin-top: 6px;	
}
.more a{
	display: 	inline-block;
	width: 	105px;
	height: 	33px;
	line-height: 	33px;
	border:1px solid #e2e2e2;
	transition: 	.3s;
	font-size: 	13px;
	color:#8e8e8e;
	text-align: 	center;	
}

.more a:hover{
	background-color: 	#0756ad;
	border-color: 	#0756ad;
	color:#fff;
}

.m-page{text-align: center;padding: 40px 0  ;overflow: hidden;color: #999;}
.m-page ul{display: inline-block;overflow: hidden;vertical-align: middle;}
.m-page ul li{float: left;margin-right: 8px;}
.m-page ul li a{
    display: block;line-height: 32px;font-size: 14px;padding: 0 13px;border: 1px solid #e7e7e7;
   transition: .3s;
}
.m-page ul li.on a,.m-page ul li a:hover{border-color: #4a86db;color:#fff;background-color: #4a86db;}




/*tupian*/


.tupian-list li{
	float: left;
	width: 25%;
	padding: 0	1%;
	margin-top: 40px;
}
 .fengcai-pic{
	width: 100%;
	position: relative;
	padding-bottom: 70%;
}
 .fengcai-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}



.danpian{
	padding: 45px 0;
	
}

/*.danpian *{
	
	font-family:"Microsoft Yahei"!important;
	}*/

.danpian img{
	display: block;
	margin:10px auto;
}


.danpian-title{
	font-size: 30px;
	text-align: center;
	padding: 15px 0 10px;
	color:#0756ad;
}

.danpian-title2{
	font-size: 14px;
	color:#999;
	text-align: center;
	padding:10px 0 20px;
}
.danpian-p{
	line-height: 2;
	font-size: 16px;
}
/*.danpian-p p{
	text-indent: 2em;
}*/


/*touzizhe*/


.touzi-list  ul{
	margin-left: -3.333333333%;
}

.touzi-list li{
	float: left;
	width: 30%;
	margin:46px 0 0;
	margin-left: 3.333333333%;

}
.touzi-list li a{
	padding: 28px 37px;
	display: block;
	background-color: #f5f5f5;
	transition: .3s;
}

.touzi-list li a:hover{
	background-color: #008bdb;
}

.touzi-list li a:hover h1,.touzi-list li a:hover h2,.touzi-list li a:hover .touzi-more{
	color:#fff;
}

.touzi-list li a h1{
	font-size: 18px;
	transition: .3s;
	color:#535353;
}


.touzi-list li a h2{
	font-size: 17px;
	color:#535353;
	line-height: 1.8;
	height: 60px;
	overflow: hidden;
	transition: .3s;
	margin-top: 12px;
}



.touzi-more{
	margin-top: 30px;
	transition: .3s;
	font-size: 15px;
	color:#535353;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	    box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000000000;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:90000;

}

.nav-2 li{

	border-top: 1px dashed #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 8px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2 li:first-child{
	border-top: 0;
}
.nav-2 li>a{
	
	padding:15px 10px;
	display: block;
	font-size: 14px;
	width: 100%;
	color:#333;

}
.nav-xia-a{
	padding-bottom: 15px;
	display: none;
}
.nav-xia-a a{
	padding: 8px 10px;
	display: block;
	font-size: 12px;
	padding-left: 37px;
	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;
}*/
.logo-2{
	font-size: 0;
	width: 260px;
	margin-left: 15px;
	margin-top: 5px;
}
.logo-2 a{
	display: inline-block;
	width: 100%;
	height: 67px;
	line-height: 67px;
}

.logo-2 img{
		
		vertical-align: middle;
	}

.menu2{
	height: 100%;
	line-height: 75px;
	margin-right: 15px;

}
.menu2 li{
	/*display: inline-block;*/
	cursor:pointer ;
	/*margin-left: 10px;*/
}
.menu2 li img{
	vertical-align: middle;
	display: block;
	margin-top: 29px;
}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 80000;
	background-image: url(../images/heidi.png);
	display: none;
	
}

.banner-x{
	display: none;
}

.fxfx .flex-control-nav{
	display: block;
}


/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.downmenu{
	position: absolute;
	top: 62px;
	left: 0;
	background-image: url(../images/xlbj.png);
	padding: 15px 0;
	display: none;
	z-index: 80000;

}


.downmenu-left{
	width: 20%;
	padding:0;
	/*text-anchor: center*/
	/*text-align: center;*/
	/*padding-bottom: 25px;*/
}

.downmenu-left a{
	display: inline-block;font-size:15px;
	padding: 0	20px;
	color:#fff;
	margin-top:10px;
	margin-bottom:15px;
}

.downmenu-right{
	width:80%;
	padding-left: 4%;
	border-left: 1px solid #bfbfbf;
}

.downmenu-pic{
	margin-right: 40px;
	width: 233px;
}

.downmenu-pic+p{
	text-indent: 2em;
	line-height: 2.2;
	color:#fff;
}


.banner-erji-title{
	text-align: center;
	color:#fff;
	padding-top: 120px;
}

.banner-erji-title h1{
	font-size: 34px;
	font-weight: bold;
	color:#fff;
	margin-top: 10px;
	
}

.banner-erji-title h2{
	font-size: 28px;
	text-transform: uppercase;
	color:#fff;
	position: relative;
	display: inline-block; font-weight:bold;
	text-shadow: 1px 1px 1px #ccc;
}

.banner-erji-title h2:before{
	height: 1px;
	width: 50px;
	position: absolute;
	left: -70px;
	background-color: #fff;
	content: "";
	top: 50%;

}

.banner-erji-title h2:after{
	height: 1px;
	width: 50px;
	position: absolute;
	top: 50%;
	right: -70px;
	background-color: #fff;
	content: "";
}



/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/











/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/


/*ditu*/
.web-ditu{
	padding: 30px 0
}

/*.web-ditu a:hover{
	color:#0857ae;
}*/
.web-ditu dl{

margin-top:20px;
}

.web-ditu dl:first-child{
	margin-top: 0;
}
.web-ditu dt{
	float: left;
font-weight: normal;
	width: 9%;
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	    background: #0e7bcc;
	    color:#fff;
}

.web-ditu dd{
	float: left;
	width: 91%;
	height: 48px;
	line-height: 48px;
	padding:0 3%;
}

.ditu-div a{
	display: inline-block;
	margin-left:	10px;
}

.ditu-div a:first-child{
	margin-left: 0;
}

.ifm-map{
	padding: 30px 0;
}
.ifm-map-pic{
	width: 50%;
}
.ifm-map-pic img{
	display: block;
	width: 100%;
}
.ifm-map-con{
	width: 50%;
	font-size: 16px;
	line-height: 2;
	padding-left: 3%;
}



.tongzhi2{
	padding-top: 25px;

}








#title-11-1 h1:first-child{
	margin-right: 141px;

}

#title-11-1 h1{
	cursor: pointer;
}
.title-11 h1.cur{
	color:#464847;
	font-size: 16px;
	border:0; 
}

#title-11-1  .fr{
	display: none;
}


#title-11-1 .fr#title-11-1-a{
	display: block;
}

.meilisha-con{
	display: none;
}

#meilisha-1{display: block;}

.meili-list{
	margin-top: 7px;
}
.meili-list li{
	width: 49%;
	position: relative;
	margin-top:2%;
	overflow: hidden;
}

.meili-list li img{
	display: block;
	width: 100%;
	transition: .3s;
}
.meili-list li:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.meili-list li h1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color:#fff;
	background-image: url(../images/heidi.png);
}


.index-gai-left{
	width: 870px;
	float: left;
}

.index-gai-right{
	width: 279px;
	float: right;
}

.fenxiang-span{
	display: inline;
}
.zhuanti-list222 .news-pic{
	width: 275px;
}
.zhuanti-list222 .news-pic img{
	height: auto;
}

.tupian-list{
	padding-bottom: 30px;
}


.yaowen{
	padding-bottom: 24px;
	display: none;
}

.yaowen-title{
	width: 86px;
	height: 78px;
	background-repeat: no-repeat;
	background-position:0 2px;
	background-image: url(../images/yaowen.png);
	margin-right: 3px;
}

.yaowen h1{
	font-size: 16px;
	color:#3263a4;
	line-height: 1.6;
	font-weight:bold;
}

.yaowen h2{
	font-size: 14px;
	color:#7e7e7e;
	padding-top:5px;
}

.xinwen-pic-list {
    padding:0px;
    border: 0;
}



/*12-22*/

.contact{
	padding: 50px 0;
}
.map img{
	display: block;
	width: 100%;
}

.map-box{
	width: 700px;
	padding: 10px;
	margin-left: 10px;
	border:1px solid #ececec;
}

.contact-2222 h1 {
    font-size: 18px;
    color: #383838;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-2222  p {
    font-size: 15px;
    color: #767676;
    line-height: 2.2;
    margin-top: 15px;
    height: 120px;
}

.zhuanti2 li{
	padding: 30px 0px 0px 40px;
	border-bottom: 1px solid #e6e6e6;

	background-color: #fff;
}
/*.zhuanti2 li:hover{
	background-color: #4a86db;
}
.zhuanti2 li:hover .zhuanti2-date h1,.zhuanti2 li:hover .zhuanti2-date h2{
	color:#fff;
}

.zhuanti2 li:hover .zhuanti2-con h1,.zhuanti2 li:hover .zhuanti2-con p,.zhuanti2 li:hover .zhuanti2-ti{
	color:#fff;

}*/
.zhuanti2-date{
	width: 60px;
	/*border-right: 1px solid #e6e6e6;*/
	
	text-align: center;
}

.zhuanti2-date h1{
	font-size: 35px;
	color:#fff;
	padding:4px 0;
	background-color: #4a86db;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}

.zhuanti2-date h2{
	font-size: 12px;
	color:#999;

	height: 30px;
	line-height: 30px;
	border:1px solid #eee;
	border-top: 0;
}

.zhuanti2-con{
	overflow: hidden;
	padding: 0 100px 20px 35px;
}

.zhuanti2-con h1{
	font-size: 20px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zhuanti2-con h1:hover{
	color:#4a86db;
}
.zhuanti2-con p{
	font-size: 12px;
	color:#999;
	line-height: 2;
	height: 48px;
	overflow: hidden;

}

.zhuanti2-ti{
	margin: 13px 0 8px;
	font-size: 12px;
	color:#999;
	height: 15px;
	line-height: 15px;
}
.zhuanti2-ti span{
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/yy.png);
}
.zhuanti2-ti a{

	display: inline-block;margin-left: 15px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/yy2.png);
}
/*
.zhuanti2 li:hover .zhuanti2-ti span{
	background-image: url(../images/yyh.png);

}

.zhuanti2 li:hover .zhuanti2-ti a{
	background-image: url(../images/yy2h.png);

}*/


.tongzhi-title{
	width: 112px;
	height: 101px;
	background-color: #4a86db;
	color:#fff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	padding: 12px 15px 10px 19px;
	letter-spacing: 5px;
	line-height: 1.4;
	position: relative;
	
}

.guagua{
	width: 6px;
	height: 10px;
	right: -6px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
	background-image: url(../images/guagua.png);
	background-repeat: no-repeat;
	background-position: center ;
}

.tongzhi{
	background-color: #f6f6f6;
	margin-top: 15px;
}

.tongzhi-1{

	overflow: hidden;
	text-align: center;
	padding:0 20px;
	padding-top: 20px;
}

.tongzhi-1 h1{
	font-size: 24px;
	color:#4a86db;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tongzhi-1 p{
	font-size: 16px;
	color:#666;
	margin-top: 10px;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 50px;
    position: relative;
}

.tongzhi-1 p a{
	position: absolute;
	right: 0;
	top: 0;
	color:#4a86db;
}






.tongzhi-list-9527{
	padding: 12px;
	background-color: #f7f7f7;
}
.tongzhi-list-9527 li{
	height: 32px;
	line-height: 32px;
}
.tongzhi-list-9527 li a{
	float: right;
	width: 78%;
	color:#474747;
	font-size: 15px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tongzhi-list-9527 li a:hover{
	color:#04449e;
}
.tongzhi-list-9527 li span{
	width: 15%;
	color:#999;
	font-size: 14px;
}

.fefe2 .flex-control-thumbs{
	margin-top: 13px;
	font-size: 0;
	display: 	block;	

}
.fefe2 .flex-control-thumbs:after{
	content:'';
	clear: both;
}
.fefe2 .flex-control-thumbs li{

  
    width: 32%;

    margin-left: 2%;
    position: relative;
    float: none;
  
}
.fefe2 .flex-control-thumbs li:first-child{
	margin-left: 0;
}
.fefe2 .flex-control-thumbs li:after{
	content:"";
	position: absolute;
	width: 15px;
	height: 8px;
	left: 50%;
	margin-left: -7px;
	top: -8px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/guagua2.png);
	display: none;
}
.fefe2 .flex-control-thumbs li.caca:after{
	display: block;
}



.fefe2 .flex-control-thumbs li img{
		-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	  opacity: 1;
	  background-repeat: no-repeat;
	  background-position: center 0;
	   border:2px solid #fff;

  
}

.fefe2  .flex-control-thumbs .flex-active{
	  border:2px solid #0b7fcb;
}




.lianxini-list li{
	
	width: 48%;
	border: 1px solid #f5f3f0;
    box-shadow: 5px 5px 0px #f4f2f2;
    padding: 35px;
    background: #fdfcfc;
    margin-top: 4%;
    background-image: url(../images/map_ico.png);
    background-repeat: no-repeat;
    background-position: 99% 12%;
}

.lianxini-list li h1{
	font-size: 17px;
    font-weight: bold;
    color: #000;
}

.lianxini-list li p{
	font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 15px;
    height: 168px;
    overflow: hidden;
}


/*5-10*/
.banzi{
	padding:0 7%;
}
.banzi-top-div{
	float: left;
	width: 50%;
	padding: 0 3%;
}

.banzi-top-div img{
	display: block;
	margin:0 auto;
	width: 100%;
}
.banzi-top-div h1{
	color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin:0;
    margin-top: 10px;
}  
.banzi-bottom{
	margin-top: 65px;
}
.banzi-bottom-div{
	
	padding: 0 3%;
	width: 50%;
} 
.banzi-bottom-div dl{
	margin-bottom: 0;
	line-height: 1.7;
}

.banzi-bottom-div img{
	display: block;
	margin:0 auto;
	width: 100%;
}
.banzi-bottom-div table{
	width: 100%;
	border-collapse: collapse;
}
.banzi-bottom-div table td{
	text-align: right;
	color: #003399;
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
    line-height: 1.6;
}
.banzi-bottom-div table td:first-child+td{
   
	font-weight: normal;
	padding-right: 0;
	text-align:left;
	
}



/*5-11*/

.bank-p{
	font-size: 14px;
	color:#333;
	line-height: 2;
	text-indent: 2em;
}
.bank-img-large{
	padding: 20px 0;
}
.bank-img-large img{
	display: block;
	width: 100%;
}

.bank-list {
	margin-top: 40px;
}
.bank-list .owl-prev{
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -34px;
	width: 38px;
	height: 68px;
	background-image: url(../images/bank-left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.bank-list .owl-next{
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -34px;
	width: 38px;
	height: 68px;
	background-image: url(../images/bank-right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}


.bank-img-small{
	overflow: hidden;
	position: relative;
	padding-bottom: 66.785%;
}

.bank-img-small img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}


.bank-img-small:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.download11-list{
	padding-bottom: 10px;
}
.download11-list li{
	background-color: #f7f7f7;
	font-size: 14px;
	color:#666;
	margin-top: 10px;
}
.download11-list li:first-child{
	margin-top: 24px;
}

.download11-list li:hover .download11-fir{
	color:#04449e;
}
.download11-fir{
	height: 80px;
	line-height: 80px;
	padding-left: 40px;
	font-size: 16px;
	color:#333;
	width: 65%;
}
.download11-fir img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right:18px; 
	display: inline-block;
	margin-bottom: 0;
}

.download11-sen{
	height: 80px;
	line-height: 80px;
	width: 10%;
}

.download11-thr{
	height: 80px;
	line-height: 80px;
	width: 10%;
	
}

.download11-xia{
	height: 80px;
	width: 15%;
	text-align: center;
}

.download11-xia a{
	display: inline-block;
	font-size: 14px;
	color:#fff;
	background-color: #4a86db;
	padding: 8px 30px;
	border-radius: 5px;
	margin-top: 25px;
}


.liu_ddv{
	/*height: 570px;*/
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/liu.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 40px;
	padding: 80px 0;
}
.liu_ddv-div{
	/*padding: 0	20px;*/
}

.liu-ws{
	width: 372px;
	margin-left: 15px;
}

.liu-ws img{
	display: block;
	width: 100%;
	margin:0;
}

.liu_ddv-top{
	padding-left: 90px;
	padding-bottom: 16px;
	border-bottom:1px dotted #ffffff; 
	background-image: url(../images/liu-ico.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.liu_ddv-form{
	margin-top: 15px;
}

.liu_ddv-top-bao{
	overflow: hidden;
	padding-top: 55px;
}

.liu_ddv-top h1{
	font-size: 24px;
	color:#333;
}

.liu_ddv-top p{
	font-size: 16px;
	color:#333;
	line-height: 1.6;
	margin-top: 10px;
}
.liu-ddv-input-wp{
	margin-left: -1%;
}
.liu-ddv-input{
	float: left;
	width: 32.333333333%;
	margin-left: 1%;
	height: 37px;
	border:1px solid #c3c3c3;
	line-height: 35px;
	background-color: #fff;
	padding-left: 10px;
	margin-top: 25px;
	position: relative;
}
.liu-ddv-input2265{
	float: none;
	margin-left: 0;
	width: 100%;
}

.liu-ddv-input i{
	position: absolute;
	right: 8px;
    top: 8px;
	font-size: 14px;
	color:#333;
	    line-height: normal;
}

.liu-ddv-input input[type="text"]{
	border:0;
	height: 35px;
	width: 100%;
	padding-right: 50px;
	/*background-color: #f00;*/

}
.liu_ddv-text {margin-top: 20px;}
.liu_ddv-text textarea{
	border:1px solid #c3c3c3;
	padding: 10px;
	height: 160px;
	width: 100%;
}

.liu_ddv-button {margin-top: 20px;text-align: center;}
.liu_ddv-button input[type="button"]{
	width: 280px;
	height: 50px;
	background-color: #4a86db;
	border:0;
	color:#fff;
	font-size: 20px;
}


.liu-ddv-nn{
	position: absolute;
	right: 8px;
	top: 8px;
	line-height: normal;
}

.liu-ddv-nn input{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
	margin-left: 10px;
}


/*5-12*/

.close-333{
	padding: 15px 0;
	text-align: right ;
}
.close-333 a{
	display:inline-block;
	padding: 5px 25px;
	border-radius: 5px;
	background-color: #4a86db;
	color:#fff!important;
	text-align: center;
}


/************message-start***************/


div.message{
	width: 700px;
	margin:0px auto;
	background-color: #fff;
	position: relative;
	
}




div.message-con{
	position: relative;
}




div.message-shuru{
	margin-top: 18px;
	

}
div.message-shuru span{
	float: left;
	font-size: 14px;
	width: 138px;
	height: 42px;
	line-height: 42px;
	text-align: right;
}
div.message-shuru input{
	height: 40px;
	line-height: 40px;
	border:0;
	background-color: #f0f6fc;
	float: left;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 14px;
	color:#333;
	margin-left: 16px;
	width: 260px;

	border:1px solid #dbe3ea;
}

div.message-shuru textarea{
	height:180px;
	outline: none;
	resize: none;
	border:0;
	background-color: #f0f6fc;
	float: left;
	border-radius: 5px;

	font-size: 14px;
	color:#333;
	margin-left: 16px;
	width: 490px;

	border:1px solid #dbe3ea;
	padding: 10px;
}
div.message-tishi{
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 40px;
}


div.message-sub{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

div.message-sub input{
	height: 40px;
	line-height: 40px;
	border:0;
	background-color: #4a86db;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	cursor:pointer;
	width: 126px;
	max-width:126px;
}



/************响应式设置-start***************/


@media only screen and (max-width: 750px){
	
	div.message{
		width: 100%;
	}

		div.message-shuru{
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;

		}

	div.message-shuru span{
		float: none;
		display: block;
		width: 100%;
		text-align: left;
	}
	div.message-shuru input{
		float: none;
		
		padding-left: 1%;
		width:100%;

		margin-left: 0;
	}


	div.message-sub input{
		/*width: 70%;
		max-width: 70%;*/
	}

	div.message-shuru textarea{
		float: none;
		width: 100%;

		margin-left: 0;
		padding: 1%;
	}


}



/************响应式设置-over***************/


/************message-over***************/




.fafazhan-left{
	width: 224px;
	margin-right: 70px;
}
.fafazhan-left li{
	text-align: right;
	border-bottom: 1px solid #d2d2d2;
	color:#666;
	padding: 30px 0 40px;
	cursor: pointer;
}
.fafazhan-left li:first-child{
	padding-top: 0;
}
.fafazhan-left li.cur{
	color:#4a86db;
}
.fafazhan-left li h1{
	font-size: 32px;
	font-weight: bold;

}
.fafazhan-left li h2{
	font-size: 18px;
	margin-top: 10px;
	
}

.fafazhan-con-wp{
	overflow: hidden;
}

.fafazhan-con{
	display: none;
}

.fafazhan-con:first-child{
	display: block;
}

.fafazhan-div{
	background-color: #f6f6f6;
	padding: 40px;
}

.fafazhan-div p{
	font-size: 18px;
	color:#666;
	line-height: 2;
	text-indent: 2em;
}
.fafazhan-list {
	margin-top: 25px;
	background-image: url(../images/ffff.png);
	background-repeat: repeat-y;
	background-position: 25px top;
}
.fafazhan-list li{
	padding-left: 64px;
	margin-top: 25px;
	position: relative;
}

.ququ{
	position: absolute;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center ;
	left: 19px;
	top: 45px;
	background-image: url(../images/ffff2.png);
	background-repeat: no-repeat;
	background-position: center;

}
.fafazhan-list li:first-child{
	margin-top: 0;
}
.fafazhan-list-con{
	
	background-color: #f6f6f6;
	position: relative;

	padding: 20px 25px;
}

.jiji{
	position: absolute;
	width: 9px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center ;
	left: -9px;
	top: 44px;
	background-image: url(../images/ffff3.png);
	background-repeat: no-repeat;
	background-position: center;

}

.fafazhan-list-con{
}

.fafazhan-pic{
	width: 130px;
	height: 130px;
	margin-right: 38px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fafazhan-pic img
{display: block;
width: 100%;
margin:0;

}

.fafazhan-pic-con{
	overflow: hidden;
	padding-top: 25px;
}

.fafazhan-pic-con h1{
	font-size: 24px;
	font-weight: bold;
	color:#4a86db;
}

.fafazhan-pic-con p{
	font-size: 16px;
	line-height: 2;
	color:#666;
	margin-top: 5px;
}

.gw-pic {
    width: 175px;
    overflow: hidden;
    margin-right: 30px;
  
}

.gw-pic-div{
	position: relative;
	padding-bottom: 61%;
	overflow:hidden;
}

.gw-pic-div img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}






/*.en_box	*/


.en_box{
	padding: 50px 0 60px;
	background-color: #fff;
}

.en_box-div1{
	width: 406px;
}

.en_box-div2{
	width: 414px;
	margin-left:21px; 
}

.en_box-div3{
	width: 311px;
}

.en_title h1{
	font-size: 16px;
	color:#333;
	padding-bottom: 10px;
	border-bottom: 2px solid #4a86db;
}

.en_title a.fr{
	font-size: 12px;
	color:#666;
	margin-top: 3px;
}

.en_title a.fr:hover{
	color:#4a86db;
}

.en_pic{
	margin-top: 14px;
	position: relative;
	padding-bottom: 24.87%;
}

.en_pic img{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top:0;
}

.en_about-h1{
	font-size: 16px;
	color:#4a86db;
	line-height: 1.6;
	    padding: 15px 0 5px;
	        text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.en_about p{
	    font-size: 12px;
    color: #333;
    line-height: 2.2;
    height: 104px;
    overflow: hidden;
}
.en_box-div1{
	padding-bottom: 16px;
	background-image: url(../images/div1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

.en_box-div2{
	background-image: url(../images/en2.jpg);
	background-repeat: no-repeat;
	background-position:  center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 17px;
	padding-top: 35px;
    padding-bottom: 25px;
    position: relative;

}

.div2xian{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #db534c;
}

.en_title2 h1{
	font-size: 16px;
	color:#4a86db;
}

.en_title2 a.fr{
	font-size: 12px;
	color:#666;
	margin-top: 3px;
}

.en_title2 a.fr:hover{
	color:#4a86db;
}
.en-chan-list{
	padding-top: 10px;
}
.en-chan-list li{

	width:48.5%;
	margin-top: 3%; 
	position: relative;
}
.en-chan-list li h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 35px;
	line-height: 35px;
	background-image: url(../images/heidi.png);
	padding:0 13px; 
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color:#fff;
}

.enchan-pic{
	position: relative;
	padding-bottom: 54%;
	overflow: hidden;
}

.enchan-pic img{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top:0;
	transition: .3s;
}

.enchan-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.en_box-div3-kuai{
	/*height: 149px;*/
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}


.en_box-div3-kuai a{
	display: block;
	padding: 30px 25px 20px 25px;
	position: relative;
}
.en_box-div3-kuai2{
	margin-top: 13px;
}

.en_box-div3-kuai h1{
	font-size: 16px;
	color:#333;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.en_box-div3-kuai p{
	font-size: 12px;
	color:#333;
	line-height: 2;
	height: 72px;
	overflow: hidden;
	margin-top: 8px;
}




/*5-26*/


.bt_en-wp{
	width: 1600px;
	margin:0 auto;
}


.bt_en-div1{
	background-color: #d6dfe6;
	padding: 60px 0;
}

.bt_en-title{
	font-size: 48px;
	color:#141b25;
}

.bt_en-div1-list{
	margin-top: 60px;
}


.bt_en-div1-list .owl-dots {
	text-align: center;
	margin-top: 30px;
}
.bt_en-div1-list .owl-dots .owl-dot{
	display: inline-block;
	margin:0 3px;
	border:0;
	background-color: transparent;	
	outline: none;
}
.bt_en-div1-list .owl-dot span{
	width: 14px;
	display: block;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/arrow-b.png);
}

.bt_en-div1-list .owl-dot.active span{
	background-image: url(../images/arrow-b-h.png);
}
















.bt_en-div1-pic{
	position: relative;
	padding-bottom: 65.5%;
	overflow: hidden;
}


.bt_en-div1-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}


.bt_en-div1-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.bt_en-div1-list .item h1{
	font-size: 30px;
	color:#000;
	margin:0;
	margin-top: 38px;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
}

.bt_en-div1-list .item p{
	font-size: 18px;
	color:#333;
	line-height: 1.6;
	margin:0;
	margin-top: 20px;
	height: 56px;
	overflow: hidden;
}
.bt_en-more
{margin-top: 23px;}
.bt_en-more a{
	font-size: 18px;
	color:#000;
}

.bt_en-div1-list .item h1:hover{
	color:#0d5eb1;
}

.bt_en-more a:hover{
	color:#0d5eb1;
}

.bt_en-div2{
	padding: 70px 0 110px;
	background-color: #f1f1f1;
}

.bt_en-div2-con{
	margin-top: 30px;
}

.bt_en-pic-wp{
	width: 650px;
	margin-right: 38px;
}

.bt_en-pic{
	position: relative;
	padding-bottom: 69.3%;
	overflow: hidden;
}


.bt_en-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.fbt .slides>li{position: relative;}
.fbt  .flex-control-nav{
	display: block;
	text-align: right;
	font-size: 0;
	padding-right: 23px;
	bottom: 33px;
}

.fbt .flex-control-nav li{
	margin:0 7px;
}

.fbt .flex-control-paging li a{
	width: 16px;
	height: 16px;
	background-image: url(../images/arrow-b22.png);
}
.fbt .flex-control-paging li a.flex-active{

	background-image: url(../images/arrow-b22h.png);
}

.bt_en-pic-hei{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/*height: 130px;*/
	background-image: url(../images/heidi.png);
	padding: 15px 160px 15px 34px;
}
.bt_en-pic-hei p{
	font-size: 24px;
	color:#fff;
	line-height: 1.6;
	height: 76px;
	overflow: hidden;
}

.bt_en-pic:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.bt_en-pic-con{
	overflow: hidden;
}

.bt_en-a a{
	float: left;
	padding: 12px 45px;
	border-radius: 5px;
	background-color: #bababa;
	color:#fff;
	font-size: 30px;
	margin-left: 22px;
}

.bt_en-a a.cur{
	background-color: #0d5eb1;
}
.bt_en-a a:first-child{
	margin-left: 0;
}
.bt_en-tui{
	margin-top: 35px;
	padding-bottom: 15px;
}


.bt_en-tui h1{
	margin:0;
	font-size: 30px;
	color:#0d5eb1;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bt_en-tui p{
	margin:0;
	font-size: 18px;
	line-height: 1.6;
	color:#333;
	height: 56px;
	overflow: hidden;
	margin-top: 5px;
}

.bt_en-tui2 {
	margin-top: 18px;
}
.bt_en-tui2 h1{
	margin:0;
	font-size: 24px;
	color:#0d5eb1;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.bt_en-aa{
	display: none;
}

.bt_en-aa:first-child{
	display: block;
}

.bt_en-div3{
	height: 729px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/div3.jpg);
	padding-top: 110px;
}
.bt_en-div3 .bt_en-title{
	color:#fff;
}
.bt_en-title h2{
	margin:0;
	font-size: 24px;
	color:#fff;
	line-height: 1.6;
	margin-top: 10px;
}
.bt_en-div3-list{
	text-align: center;
	margin-top: 80px;
	margin-left: 67px;
}
.bt_en-div3-list ul{
	font-size: 0;
	line-height: normal;
}
.bt_en-div3-list li{
	display: inline-block;
	width: 461px;
	padding: 0	70px;
	position: relative;
	cursor: pointer;
	margin-left: -67px;

}
.bt_en-div3-list li:first-child+li+li+li{
	margin-left: 640px;
	margin-top: 3px;
}
.bt_en-div3-list li:last-child{
	margin-top: 3px;

}
.rk{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	background-image: url(../images/rk-left.png);
	background-repeat: no-repeat;
	background-position: center ;
}

.sk{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	background-image: url(../images/rk-right.png);
	background-repeat: no-repeat;
	background-position: center ;
}

.bt_en-div3-list li a{
	display: block;
	height: 101px;
	line-height: 101px;
	background-image: url(../images/rk.png);
	font-size: 30px;
	color:#000;
}

.bt_en-div3-list li:hover a{
	background-image: url(../images/sk.png);
	color:#fff;

}

.bt_en-div3-list li:hover .rk{
	background-image: url(../images/sk-left.png);
}

.bt_en-div3-list li:hover .sk{
	background-image: url(../images/sk-right.png);
}

.bt_en-div4{
	padding: 70px 0;
}

.bt_en-div4 .bt_en-title h2{
	margin:0;

	color:#333;
	line-height: 1.6;
	margin-top: 10px;
}

.zszszs-list {
	margin-top: 65px;
}



.zszszs-list .item{
	position: relative;
	padding-bottom: 83.3%;
	overflow: hidden;
}


.zszszs-list .item img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}


.zszszs-list .item:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.zszszs-list .owl-prev{
	position: absolute;
	left:-55px;
	top: 50%;
	margin-top: -36px;
	width: 40px;
	height: 72px;
	background-image: url(../images/zszs-left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.zszszs-list .owl-next{
	position: absolute;
	right:-55px;
	top: 50%;
	margin-top: -36px;
	width: 40px;
	height: 72px;
	background-image: url(../images/zszs-right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}
