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

body{
	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{

}

.header-1{
	height: 88px;
	background-color: #fff;
}

.logo{
	width: 583px;
	margin-top: 20px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}

.search{
	width: 181px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-top: 27px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 33px;
	background-color:transparent;
	border:0;
	font-size: 12px;
	color: #333;
	line-height: 1.428571;
	padding:6px 38px 6px 23px;
}

.search input[type="image"]{
	position: absolute;
	right:14px;
	top: 9px;
	width: 14px;
}



.nav-wp{
	position: relative;
	background-color: #1158bc;
	z-index: 500;
}

.nav ul{
	margin:0;
}
.nav{
	border-left: 1px solid #3978d0;

}
.nav>ul>li{
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
	border-right: 1px solid #3978d0;

}
.nav>ul>li>a{
	display: block;
	height:52px;
	line-height: 52px;
	font-size: 16px;
	color:#fff;
	background-color: #1158bc;
	transition: background-color .3s;
}



.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	background-color:#1150aa;

}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #1158bc;
	display: none;
	border-top: 1px solid #3978d0;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 12px 5px;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #1150aa;
}


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





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

#main{

}

.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}

.fafa .slides>li{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}

.fafa .flex-control-paging li a{
	width: 22px;
	height: 22px;
}
.fafa .flex-control-nav li{
	margin:0 3px;
}
.fafa .flex-control-nav{
	bottom: 42px;
	height: 0;
}

.fxfx .flex-control-paging li a{
	width: 15px;
	height: 15px;
}
.fxfx .flex-control-nav li{
	margin:0 3px;
}
.fxfx .flex-control-nav{
	bottom: 25px;
	height: 0;
}







.main1{

	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main1-bg.jpg);
	padding-top: 140px;
	overflow: hidden;
}

.main1-1 h1{
	margin:0;
	font-size: 44px;color: #000;
	text-align: center;
	letter-spacing: 5px;
}
.main1-1 h2{
	margin:0;
	font-size: 28px;color: #333;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
}

.main1-1-p{
	margin-top: 55px;
	text-align: center;
	font-size: 18px;
	color: #6e6e6e;
	line-height: 2;
	overflow: hidden;
}

.more1>a{
	display: block;width: 150px;
	height: 43px;
	line-height: 43px;
	padding-left: 35px;
	font-size:14px;
	color: #fff;
	background-image: url(../images/more1.png);
	background-repeat: no-repeat;
	background-position: center;
	margin:0 auto;
}
.more1>a:hover{
	font-weight: bold;
}

.main1-1 .more1{
	margin-top: 75px;
}

.main1-2{
	margin-top: 120px;
	position: relative;
	border-top: 1px solid #cdcdcd;
}
.main1-2 dl{
	margin:0;
}
.main1-2 dd{
	float: left;
	width: 20%;
	text-align: center;
	height: 185px;
	padding-top: 32px;

}
.main1-2 dd+dd{
	border-left: 1px solid #cdcdcd;

}
.main1-2 dd img{
	display: block;
	margin:0 auto;
	width: 50px;
}


.main1-2 dd h1{
	margin:0;
	font-size: 14px;
	color: #1158bc;
	margin:10px 0;
}
.main1-2 dd h1 span{
	font-size: 36px;
	padding-right: 5px;
}
.main1-2 dd h2{
	margin:0;
	font-size: 14px;
	color: #333;
}


.main2{
	position: relative;
	padding: 180px 0 70px;
}

.main2-left{
	position: absolute;
	width: 53px;
	height: 53px;
	background-image: url(../images/left.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	left: 50px;
	top: 50%;
	margin-top: -26px;
	z-index: 30;
	cursor: pointer;
	transition: background-image .3s;
}
.main2-right{
	position: absolute;
	width: 53px;
	height: 53px;
	background-image: url(../images/right.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	right: 50px;
	top: 50%;
	margin-top: -26px;
	z-index: 30;
	cursor: pointer;
	transition: background-image .3s;
}
.main2-left:hover{background-image: url(../images/lefth.png);}
.main2-right:hover{background-image: url(../images/righth.png);}
.main2-bg-wp{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}

.main2-bg-wp::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	background-image: url(../images/heidi1.png);
	content:"";
}
.main2-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 15;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.main2-bg.cur{
	opacity:1;
	visibility: visible;
}
.main2 .container{
	position: relative;
	z-index: 25;
}

.title-11 h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	position: relative;
}
.title-11 h1::after{
	position: absolute;
	width: 1.3em;
	height: 4px;
	content:"";
	background-color: #fff;
	left: 0;
	bottom: -28px;
}

.main2-con-wp{
	margin-top:75px;
}
.main2-con{
	display: none;
}
.main2-con:first-child{
	display: block;
}

.main2-p{
	font-size: 14px;
	color: #fff;
	line-height: 2.4;
	height: 7.2em;
	overflow: hidden;
}

.main2-con .more2{
	margin-top: 40px;
}

.more2 a{
	display: block;
	width: 147px;
	height: 42px;
	line-height: 40px;
	border:1px solid #fff;
	padding-left: 24px;
	font-size: 12px;
	color: #fff;
	background-image: url(../images/more2.png);
	background-repeat: no-repeat;
	background-position: 85px center;
}
.more2 a:hover{
	background-color: #fff;
	color: #333;
	background-image: url(../images/more2h.png);
}
.main2-2{
	margin-top: 135px;
}
.main2-2-list .item{
	position: relative;
}


.main2-2-list .owl-item:first-child .item::before{
	display: none;
}
.main2-2-list .item::before{
	position: absolute;
	content:"";
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	content:"";
	background-color: #f0f0f0;
	z-index: 16;
}
.main2-2-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	
}


.main2-2-bg1{
	z-index: 15;
	opacity: 1;
	visibility: visible;
}
.main2-2-bg2{
	z-index: 17;
}



.main2-2-ico{
	width: 50px;
	margin:0 auto 10px;
}
.main2-2-ico img{
	width: 100%;
	display: block;
}

.main2-2-ico img.main2-2-ico1{display: block!important;}
.main2-2-ico img.main2-2-ico1h{display: none!important;}

.main2-2-item {
	font-size: 16px;
	color: #3f3f3f;
	text-align: center;
	padding-top: 33px;
	height: 150px;
	position: relative;
	z-index: 25;
	cursor: pointer;
}

.main2-2-list .item.cur .main2-2-ico img.main2-2-ico1{display: none!important;}
.main2-2-list .item.cur .main2-2-ico img.main2-2-ico1h{display: block!important;}

.main2-2-list .item.cur .main2-2-item{color: #fff;}

.main2-2-list .item.cur .main2-2-bg1{
	opacity: 0;
	visibility: hidden;
}
.main2-2-list .item.cur .main2-2-bg2{
	z-index: 17;
	opacity: 1;
	visibility: visible;
}


.main3{
	min-height: 850px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main3-bg.jpg);
	padding-top: 155px;
}
.title-11-2 h1{color: #333;}
.title-11-2 h1::after{
	background-color: #1158bc;
}

.main3-dl1 dl{
	margin:0;
}

.main3-dl1 dd{
	float: left;
	padding: 0 25px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
}
.main3-dl1 dd.cur{
	background-color: #1158bc;
	color: #fff;
}
.main3-dl1 dd+dd{
	margin-left: 5px;
}
.main3 .title-11{
	padding-right: 80px;
	position: relative;
}
.main3 .title-11 .more3-wp{
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	line-height: 35px;
}
.more3-wp .more3{
	display: none;
}
.more3-wp .more3:first-child{
	display: block;
}
.more3 a{
	font-size: 14px;
	color: #333;
}
.more3 a:hover{
	color: #1158bc;
}


.main3-div-wp{
	margin-top: 58px;
}

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


.main3-1{
	width: 84.2795%;
}

.fmain3-1 .flex-control-paging li a{
	width: 6px;
	height: 6px;
	background-image: url(../images/arrow-b2.png);
}
.fmain3-1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}
.fmain3-1 .flex-control-nav{
	text-align: right;
	padding-right: 15px;
	height: 0;
	bottom: 30px;
}
.fmain3-1 .flex-control-nav li{
	margin:0;
}
.fmain3-1 .flex-control-nav li+li{
	margin-left: 6px;
}

.main3-1-pic{
	width: 607px;
}
.main3-1-pic .imgbox_a{
	padding-bottom: 72.9818780889%;
}
.main3-1-pic .imgbox_a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
	padding: 0	115px 0 15px;
	margin:0;
	background-image: url(../images/heidi3.png);
	
}
.main3-1-dl{overflow: hidden;padding: 0 15px;}

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

.main3-1-dl dd{
	background-color: #fafafa;
	height: 63px;
	line-height: 63px;
	padding: 0 120px 0 20px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main3-1-dl dd+dd{
	margin-top: 13px;
}
.main3-1-dl dd a{
	font-size: 15px;
	color: #333;
}
.main3-1-dl dd a:hover{
	color: #1158bc;
}
.main3-1-dl dd span{
	position: absolute;
	right: 14px;
	top: 0;
	font-size: 12px;
	color: #999;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time.png);
}


.main3-2{
	overflow: hidden;
}

.main3-2 dl{
	margin:0;
}

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


.main3-2 dd .imgbox_a{
	padding-bottom: 62.72727272727272%;
}
.main3-2 dd .imgbox_a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	padding: 0	10px;
	margin:0;
	background-image: url(../images/heidi2.png);

}

.main4 dl{
	margin:0;
}

.main4 dd{
	float: left;
	width: 25%;
}
.main4 dd .imgbox_a{
	padding-bottom: 74%;
}
.main4 dd .imgbox_a::after{
	position: absolute;
	z-index: 15;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content:"";
	background-image: url(../images/heidi0.png);
}

.main4-ico{
	padding-bottom: 10px;
	width: 40px;
}

.main4-ico img{
	display: block;
	width: 100%;
}

.main4-con{
	position: absolute;
	z-index: 25;
	left: 0;
	right: 0;
	bottom: 25px;
	padding: 0	40px;
}

.main4-con h1{
	margin:0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-position: 80%	 center;
	transition: background-position .3s;
	background-repeat:no-repeat;
}
.main4-con h2{
	margin:0;
	font-size: 16px;
	overflow: hidden;
	color: #fff;
	margin-top: 13px;
	display: none;
	
}
.main4 dd .imgbox_a:hover .main4-ico{display: none;}
	
.main4 dd .imgbox_a:hover .main4-con h1{background-position: 100%	 center;background-image: url(../images/jt.png);}
.main4 dd .imgbox_a:hover .main4-con h2{display: block;}



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





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

#footer{
	background-color: #2b2f37;
}


.footer-1-div{
	border-bottom: 1px solid #43454b;
	padding: 30px 0 30px 92px;
	position: relative;

}

.footer-1-dl{
	height: 30px;
	font-size: 0;
	line-height: normal;
	overflow: hidden;
}
.footer-1-dd{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-right: 25px;
	font-size: 16px;
	color: #fff;
}
.footer-1-dd a:hover{
	font-weight: bold;
}
.footer-1-title{
	position: absolute;
	left: 0;
	top: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}


.footer-2{
	padding: 40px 0 60px;
}

.er-wp{
	width: 280px;
}

.er{
	width: 133px;
	margin-left: auto;
}

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



.er-dl{
	width: 133px;
	margin-left: auto;
}
.er-dl{
	margin-top: 22px;
}
.er-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.er-dl dd{
	display: inline-block;
	width: 35px;
	margin:0 8px;

}


.er-dl dd a,
.er-dl dd img{
	display: block;
	width: 100%;
}

.er-wp h1{
	margin:0;
	text-align: right;
	font-size: 26px;
	font-weight: bold;
	color: #2fa9ff;
	padding: 30px 0 10px;
}
.er-wp h2{
	margin:0;
	text-align: right;
	font-size: 14px;
	color: #b8b8b8;
}

.footer-2-list{
	overflow: hidden;
}

.footer-2-list ul{
	margin:0;
}

.footer-2-list li{
	float: left;
}

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

.footer-2-list li+li{
	margin-left: 75px;
}

.footer-2-list li dl{
	margin:0;
	padding-top: 15px;
}
.footer-2-list li dd{
	margin-top: 10px;
}
.footer-2-list li dd a{
	font-size: 14px;
	color: #bdbcbc;
	transition: color .3s;
}
.footer-2-list li dd a:hover
{color: #fff;}


.footer-3{
	background-color: #212121;
	padding: 13px 0;
	color: #fff;
	font-size: 14px;

}
.footer-3 a:hover{
	font-weight: bold;
}

/**************************************************************/
/*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:200px;
   margin-left: 15px;
   margin-top: 5px;
}

.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;
    width: 25px;
}
.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: 449px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}

.erji-top{
	background-image: url(../images/erji-top.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 76px;
}
.erji-nav{
	position: relative;
	top: 32px;
}
.erji-nav dl{
	margin:0;
}
.erji-nav dd{
	float: left;
	width: 111px;
	height: 46px;
	
	position: relative;

}

.erji-nav dd>a{
	display: block;
	height: 46px;
	line-height: 43px;
	background-image: url(../images/an.png);
	font-size: 16px;
	color: #333;
	text-align: center;
}

.erji-nav dd.cur>a,.erji-nav dd>a:hover{
	background-image: url(../images/anh.png);
	color: #fff;
}

.mianbaoxie{
	height: 76px;
	line-height: 76px;
	color: #878787;
	position: relative;
	padding-left: 23px;
	font-size: 14px;
	color: #878787;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
}

.mianbaoxie span,.mianbaoxie a:hover{
	color: #2c54a3;
}

.chanye{
	padding: 80px 0 130px;
}

.chanye-item+.chanye-item{
	margin-top: 140px;
}

.chanye-pic{
	width: 50%;
}



.chanye-pic .imgbox_a{
	padding-bottom: 53.64%;
}

.chanye-con{
	overflow: hidden;
}

.chanye-pic.fl{
	margin-right: 95px;
}
.chanye-pic.fr{
	margin-left: 95px;
}

.chanye-con{
	overflow: hidden;
}
.chanye-con-div{
	overflow: hidden;
}

.chanye-title{
	
	position: relative;
}

.chanye-title span{
	position: absolute;
	z-index: 15;
	font-size: 166px;
	color: #eee;
	top: 0;
	left: -42px;
	height: 170px;
	line-height: 170px;
	font-family: "Trebuchet MS";
}
.chanye-title h1{
	position: relative;
	margin:0;
	height: 170px;
	line-height: 170px;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	z-index: 25;
}
.chanye-title h1 a:hover{
	color: #2c54a3;
}

.chanye-line{
	width: 32px;
	height: 3px;background-color: #000000;
	margin: 15px 0 25px;
}

.chanye-p{
	font-size: 14px;
	color: #424242;
	line-height: 2;height: 8em;
}

.erji-bottom{
	padding: 50px 0;
	overflow: hidden;
}

.xinwen-after{
	position: relative;
}
.xinwen-after::after{
	position: absolute;
	top: -50px;
	bottom: -50px;
	right: 398px;
	width: 1px;
	background-color: #ececec;
	content:"";
	z-index: 15;
}

.xinwen-right{
	width: 398px;
	padding-left: 45px;
	position: relative;
	margin-left: 45px;
}

.xinwen-right-h1{
	font-size:18px;
	color: #333; 
	text-align: center;
}

.xinwen-right-dl dl{
	margin:0;
}
.xinwen-right-dl dd{
	margin-top: 25px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 59%;
}
.xinwen-con{
	margin-top: 15px;
}

.xinwen-con h1{
	margin:0;
	font-size: 16px;
	color: #6f6f6f;
	line-height: 1.8;
}

.xinwen-con h1 a:hover{
	color: #2c54a3;
}

.xinwen-left{
	overflow: hidden;
}

.tui h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.tui h2{
	margin:0;
	font-size: 26px;
	color: #333;
	margin:20px 0 15px;
}
.tui h2 a:hover{
	color: #2c54a3;
}

.tui p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 2;
	max-height: 4em;
	overflow: hidden;

}
.more5{
	margin-top: 35px;
}
.more5>a{
	display: block;
	width: 128px;
	height: 43px;
	line-height: 43px;
	border-radius: 5px;
	background-color: #2c54a3;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.more5>a:hover{
	background-color: #27498e;
	/*font-weight: bold;*/
}
.xinwen-left-dl {
	border-top:1px solid #ececec;
	margin-top: 45px;
}
.xinwen-left-dl dl{
	margin:0;
}

.xinwen-left-dl dd{
	padding: 55px 0;
	border-bottom:1px solid #ececec;
	position: relative;
}
.xinwen-left-dl dd::after{
	position: absolute;
	left: 0;
	height: 3px;
	background-color: #1158bc;
	bottom: -1px;
	width: 0;
	content:"";
	z-index: 25;
	transition: width .5s;
}
.xinwen-left-dl dd:hover::after{
	width: 100%;
}
.xinwen-date{
	width: 70px;
	margin-right: 30px;
	text-align: center;
}
.xinwen-date h1{
	margin:0;
	font-size: 32px;
	color: #333;
}
.xinwen-date h2{
	margin:0;
	font-size: 16px;
	margin-top: 5px;
	color: #333;
}
.xinwen-left-con{
	overflow: hidden;
	padding-top: 3px;
}

.xinwen-left-con h1{
	margin:0;
	font-size: 18px;
	color: #333;

}
.xinwen-left-con h1 a:hover{
	color: #2c54a3;
}

.xinwen-left-con p{
	margin:0;
	font-size: 16px;
	color: #777;
	margin-top: 13px;

}

.fenye{
	text-align: center;
	margin-top: 45px;
}

.fenye ul{
	margin:0;
}


.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 table{
	width: 100%!important;
	border:1px solid #4f81bd;
	border-collapse: collapse;
}
.danpian-con table p{margin:0;}
.danpian-con table th,.danpian-con table td{
	border:1px solid #4f81bd!important;
	padding: 8px!important;

}

.btdp-div-con table{
	width: 100%!important;

}
.btdp-div-con table p{margin:0;}
.btdp-div-con table th,.btdp-div-con table td{
	border-top: 0!important;
	border-bottom:1px solid #e9e9e9!important;
	padding: 8px!important;

}







.danpian-con *{
	font-family: "Microsoft Yahei"!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:0px 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:#2c54a3;

}


.img-list{
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
}
.img-item{
	margin-bottom: 30px;
}
.img-pic .imgbox_a{
	padding-bottom: 74%;
}
.img-list2 .img-pic .imgbox_a{
	padding-bottom: 54.26%;
}
.honor-list{
	margin-top: 15px;
}
.honor-list .img-pic .imgbox_a{
	padding-bottom: 134.45%;
}

.img-item h1{
	margin:0;
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	color: #333;
}
.img-item h1 a:hover{
	color: #2c54a3;
}

.renwu{
	padding-bottom: 60px;
}
.renwu-list{
	padding-bottom: 20px;
}
.renwu-list ul{
	margin:0;
}

.renwu-list li{
	padding: 65px 0;
	border-bottom: 1px solid #e8e8e8;
}

.renwu-pic{
	width: 248px;
	margin-right: 70px;
}

.renwu-pic .imgbox_a{
	padding-bottom: 118.145%;
}

.renwu-con{
	overflow: hidden;
	padding-top: 38px;
}

.renwu-con h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.renwu-con h1 a:hover{
	color: #2c54a3;
}

.renwu-con h2{
	margin:0;
	font-size:18px;

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


.join1-list .item{
	position: relative;
	padding-top: 57px;
}
.join1-ico{
	position: absolute;
	width: 113px;
	left: 50%;
	margin-left: -56px;
	top: 0;
	z-index: 25;
}
.join1-list .item h1{
	margin:0;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-top: 25px;
}

.join1-pic .imgbox_a{
	padding-bottom: 76.73%;
}

.join2{
	margin-top: 65px;
}
.rencai2-list1 .item{
	padding-bottom: 17px;
	position: relative;
}
.rencai2-dd-item{
	border:1px solid #dcdcdc;
	height: 200px;
	position: relative;
	text-align: center;
	padding-top: 43px;
	cursor: pointer;
}
.rencai2-list1 .item::after{
	position: absolute;
	width: 28px;
	height: 19px;
	left: 50%;
	margin-left: -14px;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/jiao1.png);
	content:"";
	opacity: 0;
	visibility: hidden;
}
.rencai2-list1 .item.cur .rencai2-dd-item{
	border:2px solid #145abd;
	/*transition: border .3s;*/
}
.rencai2-list1 .item.cur::after{
	opacity: 1;
	visibility: visible;
	/*transition: .3s;*/
}
.rencai2-dd-item img{
	display: block;
	width: 40px!important;
	margin:0 auto;
}

.rencai2-dd-item h1{
	margin:0;
	font-size: 20px;
	color: #145abd;
	margin:18px 0;
}

.rencai2-dd-item h2{
	margin:0;
	font-size: 14px;
	color: #666;
}
.rencai2-con-wp{
	padding: 45px 0 50px;
}
.rencai2-con-wp .rencai2-con{
	display: none;
	min-height: 500px;
}
.rencai2-con-wp .rencai2-con:first-child{
	display: block;
}
.rencai2-con{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
}


.rencai2-list2 dl{
	margin:0;
}

.rencai2-list2 dd{
	padding: 40px 0;

}
.rencai2-list2 dd+dd{
	border-top: 1px solid #ddd;
}
.rencai2-list2 dd .rencai2-dd-item{
	max-width: 320px;
	height: auto;
	padding: 30px 15px;
	border:2px solid #145abd;
}
.rencai2-list2 dd .rencai2-dd-item::after{
	position: absolute;
  width: 28px;
  height: 19px;
  left: 50%;
  margin-left: -14px;
  bottom: -19px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/jiao1.png);
  content: "";
}
.join {
    /* min-height: 1000px; */
    background-image: url(../images/join.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}


.about1{

	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main1-bg.jpg);
	padding-top: 90px;
	overflow: hidden;
}

.about1 .main1-1 .more1 {
    margin-top: 50px;
}
.about1 .main1-2{
	margin-top: 95px;
}

.about2{

	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about2-bg.jpg);
	padding: 80px 0 90px;
	overflow: hidden;
}
.about2-img{
	margin-top: 81px;
}

.about2-img img{
	display: block;
	margin:0 auto;
}

.about3{
	padding: 90px 0 ;
}

.about3-div{
	margin-top: 50px;
}

.about3-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
}

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

.about3-dl dd{
	float: left;
	width: 17%;
	margin-left: 3%;
	margin-top:3%;
}

.about3-pic .imgbox_a{
	padding-bottom: 118.145%;
}

.about3-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	padding: 17px 15px;
	background-color: #f4f1f1;
	text-align: center;
}

.about3-dl dd:hover h1{color: #2c54a3;}

.about3-div .more1{
	margin-top: 50px;
}

.about4{
	padding-bottom: 130px;
	background-image: url(../images/about4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}



.about4-div-wp{
	/*height: ;*/
	padding: 30px 0 70px;
}
.about4-div-wp .about4-div{
	display: none;
}
.about4-div-wp .about4-div:first-child{
	display: block;
}
.about4-list-wp{
	background-repeat: repeat-x;
	background-position: left 49px;
	background-image: url(../images/line.png);
}

.about4-list .item{
	font-size: 0;
	line-height:normal;
text-align: center;
	
}

.about4-list .item span{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/q.png);
	transition: background-image .3s,color .3s;
}

.about4-list .item.cur span{
	background-image: url(../images/qh.png);
	color: #2c54a3;

}
.about4-list-wp .container{
	/*padding: 0	10px;*/
	position: relative;
}
.about4-left{
    position: absolute;
    left:-50px;
    bottom:-14px;
    width: 42px;
    height: 42px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: background-image .3s;
}
.about4-left:hover{background-image: url(../images/left2h.png);}
.about4-right{
    position: absolute;
    right:-50px;

    bottom:-14px;
    width: 42px;
    height: 42px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
    transition: background-image .3s;
}
.about4-right:hover{background-image: url(../images/right2h.png);}

.about4-pic{
	width: 674px;
	margin-left: 50px;
	/*border:5px solid #2c54a3;*/
}

.about4-pic .imgbox_a{
	padding-bottom: 55%;
}


.about4-con{
	overflow: hidden;
	padding-top: 30px;
}

.about4-nian{
	font-size: 152px;
	font-weight: bold;
	color: #2c54a3;
	line-height: 1;
}

.about4-p{
	margin-top: 25px;
	font-size: 18px;
	color: #666;
	line-height: 2;
	height: 140px;
	overflow-y: auto;
	padding-right: 15px;
}





.contact1-dl dl{
	font-size: 0;
	line-height:normal;
	margin:0;
}

.contact1-dl dd{
	display: inline-block;
	width: 22%;
	padding: 0	25px;
	text-align: center;
	vertical-align: top;

}
.contact1-dl dd:first-child+dd{
	width: 34%;
	padding: 0	80px;
}
.contact1-dl dd+dd{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dd.png);
}

.contact1-dl dd img{
	display: block;
	margin:0 auto;
	width: 32px;
}
.contact1-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin: 17px 0;
}

.contact1-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.map-wp{
	margin-top: 55px;
	height: 436px;
}

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


.tousu{
	padding: 0px 100px 0 30px;
}
.tousu input{

	box-shadow: none;
}
.tousu input:focus{
	outline: none;
	box-shadow: none;
}

.tousu textarea:focus{
	outline: none;
	box-shadow: none;
}

.tousu input.form-control{
	height:40px;
	border:1px solid #2c54a3;
	border-radius: 5px;
	padding-right: 40px;
}
.tousu textarea.form-control{
	border:1px solid #2c54a3;
	resize: none;
	box-shadow: none!important;
	border-radius: 5px;
	padding: 9px 40px 9px 12px;
	height: 222px;
}
.tousu-title{
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.tousu-input{
	position: relative;
}

.tousu-input i.icoii{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	right:13px;
	background-repeat: no-repeat;
	background-position: center;
}

.tousu-input i.icoii.icoii1{
	margin-top: 0;
	top: 11px;
}

.tousu-btn{
	text-align: center;
}

.tousu-btn input{
	width: 195px;
	height: 49px;
	border:0;
	background-color: #2c54a3;
	color: #fff;
	font-size: 14px;
}

.tousu-btn{
	padding-top: 30px;
}
.xiazai-list{
	padding-top: 10px;
}
.xiazai-list dl{
	margin:0;
}

.xiazai-list dd{
	background-repeat: no-repeat;
	background-position:12px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:26px;
  overflow: hidden;
	position: relative;
	padding-right:80px;
	height:55px;
	line-height: 53px;
	border:1px solid #ddd;
}
.xiazai-list dd+dd{
	margin-top: 20px;

}



.xiazai-list dd a{
	font-size: 16px;
	color:#333;
}
.xiazai-list dd span{
	width: 20px;
	top: 50%;
	margin-top: -12px;
	position: absolute;
	right: 20px;
}
.xiazai-list dd span img{
	display: block;
	width: 100%;
}
.xiazai-list dd a:hover{
	color:#2c54a3;
}

.xinwen2 .xinwen-left-dl{
	margin-top: 0;
}

.xinwen2 .xinwen-date>img{
	display: block;
	width: 100%;
}





.jishu-h1{
	font-size: 22px;
	font-weight: bold;
	color: #2c54a3;
	line-height: 1.5;
}

.jishu-list dl{
	margin:0;
}

.jishu-list dd{
	border:5px solid #ececec;
	padding: 15px;
	margin-top: 45px;
}


.jishu-pic{
	width: 396px;
	margin-right: 45px;
}
.jishu-pic .imgbox_a{
	padding-bottom: 58.59%;
}

.jishu-con{
	overflow: hidden;
	padding-top: 22px;
}

.jishu-con h1{
	margin:0;
	font-size: 24px;
	color: #2c2c2c;
	line-height: 1.5;
}
.jishu-con h1 a:hover{
	color: #2c54a3;
}

.jishu-con-ppp{
	font-size: 16px;
	color: #2c2c2c;
	line-height: 1.8;
	/*height: 5.4em;*/
	overflow: hidden;
	margin-top: 15px;
}
.jishu-con-ppp p{
	margin:0!important;

}
.keyan .title-11 h1{color: #333;}
.keyan .title-11 h1::after{background-color: #2c54a3;}

.keyan1-list1{
	margin-top: 60px;
}

.keyan1-list1 .item .imgbox_a{
	padding-bottom: 134.45%;
}
.keyan1-list2{
	padding-top: 30px;
}
.keyan1-list2 dl{
	margin:0;
	margin-left: -2%;
}

.keyan1-list2 dd{
	float: left;
	width: 31.3333333%;
	margin-left: 2%;
	margin-top:15px;
	background-color: #f6f6f6;
	padding: 20px 23px;
	font-size: 18px;
	color: #4d4d4d;
}
.keyan1-list2 dd a:hover{
	color: #2c54a3;
}

.keyan2{
	margin-top: 0px!important;
}
.keyan2-list{padding-top: 30px;}
.keyan2-list dl{
	margin:0;
	margin-left: -3%;
}

.keyan2-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
	position: relative;
	background-color: #fff;
}
.keyan2-list dd::after{
	content:"";
	position: absolute;
	z-index: 15;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border:1px solid #d4d4d4;
}
.keyan2-pic{
	width: 251px;
	position: relative;
	z-index: 25;
}

.keyan2-pic .imgbox_a{
	padding-bottom: 139%;
}

.keyan2-con-wp{
	position: relative;
	z-index: 35;
	overflow: hidden;
	padding: 50px 20px 0;
}

.keyan2-h1{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.keyan2-h1 a:hover{
	color: #2c54a3;
}

.keyan2-con{
	background-color: #f6f6f6;
	padding: 20px 15px 0;
	height: 178px;
	margin-top: 30px;
}

.keyan2-con-p p{margin:0;}
.keyan2-con-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 8em;
	overflow: hidden;
}
.keyan2-con-p *{
	font-size: inherit!important;
	font-weight: normal!important;
	font-family: "Microsoft Yahei"!important;
}
.keyan{
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/keyan-bg.jpg);
	min-height: 900px;
}

.jieshao-left{
	width: 935px;
	margin-right: 43px;
}

.jieshao-table,.jieshao-table table.table{
	margin:0;
}
.jieshao-table table.table tr th{
	height: 51px;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.jieshao-table table.table tr td{
	height: 40px;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.jieshao-table table.table tr td.td_one{
	background-color: #f7f7f7;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.1;
	width: 95px;
}
.jieshao-table table.table tr td.td_one.td_one-ou{
	background-color: #fff;
}
.jieshao-picList{
	overflow: hidden;
}
.jieshao-dl{
	overflow: hidden;
}
.jieshao-dl dl{
	margin:0;
	margin-left:-2%;
	margin-top: -2%;
}

.jieshao-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 2%;
}

.jieshao-dl dd .imgbox_a{
	padding-bottom: 68.421%;
}
.kexue{
	padding-bottom: 120px;
}
.kexue1{
	font-size: 26px;
	color: #c7782e;
	line-height: 1.6;
	background-color:#ffeece;
	padding:  30px 20px;
	text-align: center;
	border-radius: 35px;
	font-weight: bold;
}

.kexue2{
	height: 690px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/kexue2-bg11.jpg);
	margin-top: 60px;
	position: relative;
}

.kexue2 dl{
	margin:0;
}

.kexue2 dd{
	position: absolute;

}

.kexue2 dd h1{
	margin:0;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1.6;
}
.kexue2 dd h1 span{
	display: none;
	
}
.kexue2 dd p{
	margin:0;
	font-size: 16px;
	color: #000;
	line-height: 1.6;
	margin-top: 10px;
}

.kexue2 dd.dddd1{
	text-align: right;
	left: 0;
	bottom: 120px;
	width: 390px;
}

.kexue2 dd.dddd2{
	text-align: right;
	left: 0;
	top: 180px;
	width: 420px;
}
.kexue2 dd.dddd3{
	text-align: center;
	left: 0;
	top: 0px;
	width: 100%;
}

.kexue2 dd.dddd4{
	right: 15px;
	top: 180px;
	width:375px;
}
.kexue2 dd.dddd5{
	right: 15px;
	bottom: 90px;
	width:375px;
}

.kexue2 dd.dddd6{
	text-align: center;
	left: 0;
	bottom: -70px;
	width: 100%;
}

.btdp-div .title-11 h1{color: #333;}
.btdp-div .title-11 h1::after{background-color: #2c54a3;}


.btdp-div-con{
	margin-top: 50px;
	font-size: 16px;
	color:#666;
	line-height: 2;
}

.dongshiz{
	padding: 50px 0 100px;
}
.dongshiz-pic{
	width: 220px;
	margin-left: 50px;
	margin-top: 50px;
}

.dongshiz-pic-con h1{
	margin:0;
	font-size: 24px;
	color: #333;
	/*text-align: center;*/
}
.dongshiz-pic-con{
	margin-top: 20px;
}

.dongshiz-pic .imgbox_a{
	padding-bottom: 136.5%;
}

.dongshiz-con{
	overflow: hidden;
}
.dongshiz-con-h1{
	font-size: 36px;
	color: #000;
}
.dongshiz-pic-con-p{
	margin-top: 15px;
}
.dongshiz-pic-con-p p{margin:0;}
.dongshiz-pic-con-p p+p{
	margin-top: 7px;
}
.dongshiz-pic-con-p{
	font-size: 12px;
}


.cguo-left{
	width: 220px;
	margin-right: 40px;
}

.cguo-right{
	overflow: hidden;
}



.cguo-1{
	background-color: #2c54a3;
	padding: 15px 5px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
}

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

.cguo-1 h2{
	margin:0;
	font-size: 12px;
	color: #6588cd;
	text-transform: uppercase;
	margin-top: 10px;
}

.cguo-2 dl{
	margin:0;
}
.cguo-2 dd{
	border-bottom: 1px solid #ececec;

}
.cguo-2 dd>a{
	display: block;
	height:52px;
	line-height: 52px;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	text-align: center;
	font-size: 16px;
	color: #000;
	position: relative;
}

.cguo-2 dd>a::after{
	position: absolute;
	width: 7px;
	height: 13px;
	top: 50%;
	margin-top: -6px;
	right: 13px;
	background-image: url(../images/jj.png);
	content:"";
	-webkit-background-size: 100%;
	background-size: 100%;
}

.cguo-2 dd>a:hover,.cguo-2 dd.cur>a{
	background-color: #186add;
	border-color: #186add;
	color: #fff
}

.cguo-2 dd>a:hover::after,.cguo-2 dd.cur>a::after{
	background-image: url(../images/jjh.png);

}


.totop{
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-image: url(../images/jt-9527-n.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-color: #edf4f8;
	transition: background-color .3s,background-image .3s;
	z-index: 888;
	display: none;
}
.totop.cur{
	display: block;
}
.totop:hover{
	background-color: #1158bc;
	background-image: url(../images/jt-9527.png);

}


.jdal-con{
	margin-top: 50px;
}

.jdal-list{
	margin-top: 20px;
	padding: 0	70px;
}

.jdal-pic .imgbox_a {
  padding-bottom: 72.9818780889%;
}

.jdal-list .item h1{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 10px;
}

.jdal-list .item:hover  h1{
	color: #2c54a3;
}

.jdal-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
		margin-top: -21px;
    width: 42px;
    height: 42px;
    background-image: url(../images/left2h.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.jdal-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
		top: 50%;
		margin-top: -21px;
    width: 42px;
    height: 42px;
    background-image: url(../images/right2h.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.mfl_language{
	font-size: 16px;
	color:#999;
	margin-right: 20px;
	margin-top: 32px;
}
.mfl_language a{
	font-size: 12px;
	color:#666;
	white-space: nowrap;
}
.mfl_language a:hover{
	color:#1158bc;
}
.mfl_language a img{
	margin-top: -3px;
	margin-right: 5px;
	width: 20px;
}