/**************************************/
/*************[公用start]**************/
/**************************************/

body{
	background-color: #fff;
	overflow-x: hidden;
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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-0{
	height:42px;
	line-height: 41px;
	font-size: 14px;
	color: #666;
	background-color: #f1f8ff;
}

.header-0 a:hover{
	color: #0e6ac0;
}
.header-1{
	height:110px;
	
}

.logo{
	width: 403px;
	margin-top: 20px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}




.search{
	width: 462px;
	position: relative;
	margin-top: 15px;
}
.search-a{

	text-align: right;
	font-size: 14px;
	color: #333;
}
.search-a a
{margin-left:28px; }
.search-a a.first-a{
	margin-left: 8px;
}
.search-a a:hover{
	color: #0e6ac0;
}
.search-form{
	position: relative;
	padding-right: 104px;
	margin-top: 15px;
}
.search-form input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 41px;
	background-color:#fff;
	border:1px solid #cfe3f3;
	padding: 6px 15px;
	padding-left: ;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
}

.search input[type="button"]{
	position: absolute;
	right:0px;
	top: 0px;
	border:0;
	background-color: #0e6ac0;
	width: 104px;
	height: 41px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/wen1.png);
	cursor: pointer;
}

.nav-wp{
	position: relative;
	background-color:#0e6ac0;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 11.11111111111%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1px;

}
.nav>ul>li:first-child{
	background-image: none;
	padding-left: 0px;
}
.nav>ul>li>a{
	display: block;
	height: 63px;
	line-height: 63px;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#e6b452;

}

.nav>ul>li>ul{
	position: absolute;
	left:1px;
	right: 0px;
	top:100%;
	z-index: 600;
	background-color: #0e6ac0;
	display: none;
	border-top: 1px solid #0e6ac0;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 13px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #e6b452;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	/*min-height:1080px;*/
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/main-bg1.jpg);
}


.main{
	padding: 15px 0 45px;
}

.main0{
	background-color: #fff;
	padding: 20px 20px 20px 136px;
	position: relative;
	min-height: 120px;
}
.main0-title{
	width: 87px;
	height: 69px;
	background-image: url(../images/main0-title.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 25px;
	left: 26px;
	padding:9px 15px 0;
	line-height: 1.1;
}
.fmain0 .slides>li{
	padding-right: 35px;
}
.fmain0 .slides>li h1{
	margin:0;
	font-size: 30px;
	color: #c40411;
	text-align: center;
	padding-top: 7px;
}

.fmain0 .slides>li p{
	margin:0;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 15px;
}

.fmain0 .flex-control-nav{
	width: 6px;
	right: 0;
	top: 50%;
	margin-top: -18px;
}
.fmain0 .flex-control-nav li{
	display: block;
	margin:0;
}

.fmain0 .flex-control-nav li+li{
	margin-top: 9px;
}
.fmain0 .flex-control-paging li a{
	width: 6px;
	height: 6px;
}
.main1{
	margin-top: 15px;
}
.main1 .imgbox_a{
	padding-bottom: 54.28%;
}

.main1 .imgbox_a h1{
	position: absolute;
	z-index: 50;
	margin:0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 54px;
	line-height: 54px;
	padding: 0 200px 0 30px;
	color: #fff;
	font-size: 16px;
	background-image: url(../images/landi.png);
}

.fmain1 .flex-control-nav{
	text-align: right;
	padding-right: 40px;
	height: 0;
	bottom: 33px;
}
.fmain1 .flex-control-nav li{

	margin:0;
}

.fmain1 .flex-control-nav li+li{
	margin-left: 13px;
}
.fmain1 .flex-control-paging li a{
	width: 15px;
	height: 15px;
	background-image: url(../images/arrow-b2.png);
}
.fmain1 .flex-control-paging li a.flex-active{
	width: 45px;
	background-image: url(../images/arrow-b2-h.png);
}


.main2{
	margin-top: 50px;
}

.main-zd{
	width: 590px;
	margin-right: 40px;
	/*width: 505px;*/
}


.main-yx{
	overflow: hidden;
}


.main-yx-item{
	width: 365px;
}

.title-11{
	position: relative;
}
.title-11::after{
	position: absolute;
	left: 0;
	content:"";
	z-index: 10;
	right: 0;
	bottom: 2px;
	height: 1px;
	background-color: #dbdbdb;
}
.title-11 h1{
	margin:0;
	font-size: 20px;
	color: #0e6ac0;
	border-bottom: 3px solid #e6b452;
	position: relative;
	z-index: 15;
	font-size: 20px;
	padding: 0 15px 15px;
}
.title-11 h1.cur{
	border-bottom: 0;
}
.main2-3 .title-11 h1{
	cursor: pointer;
}
.main2-3 .title-11 h1+h1{
	margin-left: 10px;
}

.main2-3 .title-11 a.fr{
	display: none;
}
.main2-3 .title-11 a.fr.frr{
	display: block;
}
.title-11 a.fr{
	font-size: 14px;
	color: #666;
	margin-top: 8px;
}
.title-11 a.fr:hover{
	color: #0e6ac0;
}


.main3{
	padding: 40px 0;
}

.main3 .imgbox_a{
	padding-bottom: 43.7%;
}



.main5 .imgbox_a{
	padding-bottom: 11.43%;
}

.fmain5 .flex-direction-nav a{
	width: 42px;
	height: 71px;
	margin-top: -36px;
}
.main5{
	padding: 30px 0;
}
.fmain5 .flex-direction-nav .flex-prev {
    left: 0px;
}

.fmain5 .flex-direction-nav .flex-next {
    right: 0px;
}

.main6-right{
	overflow: hidden;
}


.main7{
	margin-top: 45px;
}

.main7-list{
	margin-top: 27px;
}

.main7-pic .imgbox_a{
	padding-bottom: 75%;
	background-color: #eee;
}
.main7-pic .imgbox_a>img{
	width: auto!important;
	height: auto!important;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main7-list .item h1{
	margin:0;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 16px;
}
.main7-list .item:hover h1{
	color: #0e6ac0;
}

.main2-1-item{
	width: 47.8%;
}

.main2-1-pic .imgbox_a{
	padding-bottom: 54.26%;
}

.main2-1-item h1{
	margin:0;
	height: 36px;
	line-height: 36px;
	padding: 0 15px ;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #0e6ac0;
}

.main-div{
	padding-top: 25px;
}

.list01 dl{
	margin:0;
}

.list01 dd{
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian2.jpg);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:50px;
	height: 22px;
	line-height: 22px;
}
.list01 dd+dd{
	margin-top: 14px;
}



.list01 dd a{
	font-size: 16px;
	color:#666;
}
.list01 dd span{
	font-size: 14px;
	color:#666;
	position: absolute;
	right: 0px;
	top: 0;
}
.list01 dd a:hover{
	color:#0e6ac0;
}

.list01.list01-noDate dd{
	padding-right: 0;
}
.list01.list01-noDate dd span{
	display: none;
}
.pt20{
	padding-top: 20px;
}
.main2-3 .list01  dd+dd{
	margin-top: 15px;
}


.tui1-pic{
	width: 190px;
	margin-right: 22px;
}

.tui1-pic .imgbox_a{
	padding-bottom: 53.68%;
}

.tui1-con{
	overflow: hidden;

}


.tui1-a{
	font-size: 16px;
	color: #0e6ac0;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}

.list02 ul{
	margin:0;
}

.list02 li{
	border-left:3px solid #0e6ac0;
	background-color: #f1f8ff;
	padding:20px 15px 19px 20px;

}

.list02 li h1{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.list02 li h1 a:hover{
	color: #0e6ac0;
}
.list02 li+li{
	margin-top: 21px;
}
.list02-ft{
	padding-top: 12px;
}
.list02-ft .fl{
	font-size: 12px;
	color: #fff;
	height: 24px;
	line-height: 24px;
	padding: 0	13px;
	border-radius: 999em;
	background-color:#e6b452; 
}
.list02-ft .fr{
	font-size: 12px;
	color: #0e6ac0;
	height: 24px;
	line-height: 24px;
}

.list03 dl{
	margin:0;
}

.list03 dd+dd{
	margin-top: 37px;
}

.main4-1-pic{
	width: 190px;
	margin-right: 23px;
}

.main4-1-pic .imgbox_a{
	padding-bottom: 53.68%;
}

.main4-1-con{
	overflow: hidden;
	padding-top: 8px;
}

.main4-1-con h1{
	margin:0;
	font-size: 16px;
	color: #0e6ac0;
}


.main4-1-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 2;
	height: 4em;
	margin-top: 15px;
}

.main4-2-dl{
	padding: 0	22px;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.main4-2-dl dl{
	margin:0;
}

.main4-2-dl dd{
	float: left;
	width: 20%;
	text-align: center;
	font-size: 16px;
	color: #0e6ac0;
	padding: 25px 0 22px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #dbdbdb;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	cursor: pointer;

}

.main4-2-dl dd.cur{
	border-top:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #fff;
}
.main4-2-dl dd img{
	display: block;
	width: 66px;
	margin:0 auto 13px;
}

.main4-2-div-wp{
	padding-top: 28px;
}

.main4-2-div-wp .main4-2-div{
	display: none;
	min-height: 202px;
}

.main4-2-div-wp .main4-2-div:first-child{
	display: block;
}
.main4-2-div .list01 dl{margin-left: -3%;}
.main4-2-div .list01 dd{
	float: left;
	width: 47%;
	margin-left: 3%;
}
.main4-2-div .list01 dd:first-child+dd{
	margin-top: 0;
}


.main6-2,.main6-3{
	margin-top: 34px;
}
.main6-4{
	padding-top: 33px;
}
.main6-4 dl{
	margin:0;
	margin-left: -2%;
}

.main6-4 dd{
	float: left;
	width: 23%;
	margin-left: 2%;
}

.main6-4 dd>a{
	display: block;
	border:1px solid #dbdbdb;
	border-radius: 5px;
	padding:19px 7px  15px;
}

.main6-4 dd>a img{
	display: block;
	width: 66px;
	margin:0 auto 10px;
}

.main6-4 dd>a h1{
	margin:0;
	text-align: center;
	font-size: 14px;
	color: #0e6ac0;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.main6-6-pic .imgbox_a{
	padding-bottom: 68.77%;
}

.main6-6-con h1 {
  margin: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #0e6ac0;
}

.main6-5 .list01 dd+dd{
	margin-top: 15px;
}

.main6-5 .list01.pt20{
	padding-top: 23px;
}
.main6-7{
	margin-top: 20px;
}
.main6-7 .main7-list{
	margin-top: 0;
}
.main6-7 .main7-pic .imgbox_a {
  padding-bottom: 52%;
}
.main6-7-dl dl{
	margin:0;
	margin-left: -1px;
}

.main6-7-dl dd{
	float: left;
	width: 20%;
	border-left: 1px solid #fff;
	transition: width .3s;
}

.main6-7-dl dd>a{
	display: block;
	height: 292px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.main6-7-dl dd>a::after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 74px;
	content:"";
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/heidi2.png);
	z-index: 15;
}

.main6-7-con{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 20px 17px;
	z-index: 25;
	transition: padding .3s;
}

.main6-7-con-p{
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	text-align: center;
}

.main6-7-dl.cur dd{
	width: 15%;
}
.main6-7-dl.cur dd.cur{
	width: 40%;
}
.main6-7-dl.cur dd .main6-7-con{
	padding: 0	10px 17px;
} 

.main6-7-dl.cur dd.cur .main6-7-con{
	padding: 0	20px 17px;
} 

.main6-left .list01 dd+dd{
	margin-top: 15px;
}


.main8{
	margin-top: 45px;
}

.main8-dl dl{
	margin:0;
}

.main8-dl dd{
	float: left;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.main8-dl dd+dd{
	margin-left: 35px;
}
.main8-dl dd.cur{
	color: #0e6ac0;
}


.main8-div-wp{
	padding: 15px 0 50px;
	min-height: 260px;
}
.main8-div{
	display: none;
}
.main8-div:first-child{display: block;}

.main8-a{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
}

.main8-a a:hover{
	color: #0e6ac0;
}






/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{


}
.footer-1{
	background-color: #f1f8ff;
	display: none}
.footer-1-dl{
	padding: 12px 227px;
}
.footer-1-dl dl{
	margin:0;
	margin-left: -2%;
}
.footer-1-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
}
.footer-2{
	background-color: #0e6ac0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 2.4;
	padding: 50px 0;
}
.footer-2 span{
	padding-left: 17px;
}


/**************************************************************/
/*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: #0e6ac0;
	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: 260px;
   margin-left: 15px;
   margin-top: 15px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
    height: 217px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}
.erji{
    padding: 50px 0 50px;
}

.menu{
	width: 252px;
	margin-right: 40px;
}
.menu h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	height: 67px;
	line-height: 67px;
	background-color: #0e6ac0;
	padding-left: 27px;
}
.menu ul{
	margin:0;
}
.menu li{
	border-top: 1px solid #fff
}
.menu li a{
	display: block;
	height: 48px;
	line-height: 48px;

	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;
	transition: .3s;
	background-color: #f6f8fa;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
}
.menu li a:hover,.menu li.active a{
	background-color: #0e6ac0;
	background-image: url(../images/menuh.png);
	color:#fff;
}

.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #0e6ac0;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #0e6ac0;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#0e6ac0;
}
.mianbaoxie span{
    color:#0e6ac0;
}

.erji-content{
    overflow: hidden;
    background-color: #fff;
    padding: 30px;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.fenye ul{
    margin:0;
}
.list{
	padding-top: 10px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list li:first-child{
	margin-top: 0
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#0e6ac0;
}
.danpian{
	padding-top: 15px;
}

.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;

}
.aafl{
	display: inline-block;
	margin-left: 20px;
}
.aafl a{
	display: inline-block;
	width: 13px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center ;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 12px;
}

.aafl a.aafl1{background-image: url(../images/aaa1.png);}
.aafl a.aafl2{background-image: url(../images/aaa2.png);}
.aafl a.aafl3{background-image: url(../images/aaa3.png);}


.aafl a.aafl1.cur{background-image: url(../images/aaa1h.png);}
.aafl a.aafl2.cur{background-image: url(../images/aaa2h.png);}
.aafl a.aafl3.cur{background-image: url(../images/aaa3h.png);}


.danpian-con{
	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;
}
.danpian-con,.danpian-con *{
	font-family: "Microsoft Yahei"!important;
	font-size: 16px!important;
	color: #666!important;
	line-height: 2!important;
}

.danpian-con.cur0,.danpian-con.cur0 *{
	font-size: 18px!important;
}

.danpian-con.cur2,.danpian-con.cur2 *{
	font-size: 14px!important;
}

.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:#0e6ac0;

}
.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:#0e6ac0;
}

.zd-div{
	min-height: 753px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/zd-bg.jpg);
	background-color: #fff;
	padding: 75px 0;
}

.zd-form{
	width: 420px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0	0	15px 1px rgba(0,0,0,0.15);
	padding: 50px 40px 40px;
	margin:0 auto;
}

.zd-h1{
	font-size: 24px;
	color: #333;
	text-align: center;
}
.zd-ul{
	padding-top: 35px;
}
.zd-li{
	border:1px solid #cbcdcf;
	border-radius: 3px;
	background-color: #fbfdff;
	padding-left:37px;
	background-repeat: no-repeat;
	background-position: left center;
}
.zd-li+.zd-li{
	margin-top: 20px;
}
.zd-div input:focus{
	outline: none;
}
.zd-li input[type="text"],
.zd-li input[type="password"]{
	display: block;
	width: 100%;
	height: 36px;
	border:0;
	background-color: #fbfdff;
	font-size: 14px;
	color: #333;
	padding: 6px 11px;
}


.zd-li.zd-li-btn,
.zd-li.zd-li-a,
.zd-li.zd-li-yanz{
	border:0;
	padding-left: 0;
	background-image:none!important;
}
.zd-li-btn input[type="button"]{
	display: block;
	width: 100%;
	height: 43px;
	border:0;
	background-color:#0e6ac0;
	color: #fff; 
	font-size: 18px;
	border-radius: 5px;
}

.zd-li-a{
	font-size: 14px;
	color: #999;
}
.zd-li-a a:hover{
	color: #0e6ac0;
}

.zd-ti{
	margin-top: 16px;
	position: relative;
	padding-top: 20px;
}
.zd-ti::before{
	position: absolute;
	left: -40px;
	right: -40px;
	height: 1px;
	background-color: #f2f2f2;
	CONTENT:"";
	top: 0;
}

.zd-ti h1{
	margin:0;
	font-size: 14px;
	color: #e6b452;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/zd-h1.jpg);
	height: 19px;
	line-height: 19px;
}

.zd-ti p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	margin-top: 13px;
}

.zd-li-yanz{
	position: relative;

}

.zd-li.zd-li-yanz input[type="text"]{
	display: block;
	background-color: #fbfdff;
	font-size: 14px;
	color: #333;
	padding: 6px 11px;
	width: 110px;
	border:1px solid #cccdcf;
	border-radius: 3px;
}

.zd-li-yanz-img{
	position: absolute;
	width: 124px;
	top: 0;
	left: 130px;
}

.zd-li-yanz-img img{
	display: block;
	width: 100%;
}

.liuyan-top{
	padding: 30px 0 35px;
	border-bottom: 1px solid #f3f4f6;
}

.liuyan-top h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #0e6ac0;
}

.liuyan-top h2{
	margin:0;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 22px;
	color: #666;
}

.liuyan-form{
	padding: 25px 0 65px;
	max-width: 740px;
	margin:0 auto;
}

.liuyan-h1{
	font-size: 24px;
	font-weight: bold;
	color: #0e6ac0;
	text-align: center;
}

.liuyan-dl dl{
	margin:0;
}

.liuyan-dl dd{
	float: left;
	width: 100%;
	margin-top: 22px;
}
.liuyan-dl dd.fl{
	width: 47%;
}
.liuyan-dl dd.fr{
	float: right;
	width: 47%;
}

.liuyan-form input:focus,
.liuyan-form textarea:focus{
	outline: none;
}
.liuyan-dl dd input[type="text"]{
	display: block;
	background-color: #fbfdff;
	font-size: 14px;
	color: #333;
	padding: 6px 15px;
	width: 100%;
	border:1px solid #cccdcf;
	border-radius: 3px;
}

.liuyan-dl dd textarea{
	display: block;
	background-color: #fbfdff;
	font-size: 14px;
	color: #333;
	padding: 8px 15px;
	width: 100%;
	border:1px solid #cccdcf;
	border-radius: 3px;
	resize: none;
	height: 145px;
	line-height: 1.6;
}
.liuyan-btn {
	margin-top: 25px;
}
.liuyan-btn input[type="button"]{
	display: block;
	width: 340px;
	margin:0 auto;
	height: 43px;
	border:0;
	background-color:#0e6ac0;
	color: #fff; 
	font-size: 18px;
	border-radius: 5px;
}











.zt-banner{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.zt-banner img{
	display: none;
	width: 100%;
}
.zt1{
	padding: 50px 0 60px;
}
.zt1-1{
	width: 545px;
	margin-right: 45px;
}

.zt1-1 .imgbox_a{
	padding-bottom: 73.4%;
}

.zt1-2{
	overflow: hidden;
}
.zt-title {
	padding: 15px 0 15px 18px;
	background-image: url(../images/zt-title-bg1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.zt-title h1{
	margin:0;
	font-size: 20px;
	color: #fff;
	height: 21px;
	line-height: 21px;
	border-left: 5px solid #e6b452;
	padding-left: 17px;
}

.zt1-2-div{
	background-color: #f1f8ff;
	padding: 30px;
	height: 349px;
}

.zt1-2-p{
	font-size: 16px;
	color: #666;
	line-height: 2.3;

}
.zt1-2-p p{margin:0;}
.zt1-2-js{
	width: 162px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #e6b452;
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
}
.zt1-2-js a{
	display: block;
	height: 100%;
}
.zt2{
	background-color: #f1f8ff;
	border-top: 4px solid #eaf1f8;
	padding: 0 0 90px;
}

.zt2-1-title{
	width: 191px;
	height: 79px;
	margin:0 auto;
	color: #fff;
	text-align: center;
	background-image: url(../images/zt2-title-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 26px;
	position: relative;
	top: -16px;
	font-size: 20px;
}

.zt2-1-div-wp .zt2-1-div{
	display: none;
}

.zt2-1-div-wp .zt2-1-div:first-child{
	display: block;
}

.zt2-1-div-wp{
	padding: 30px  0 90px;
}

.zt2-1-div {
	text-align: center;
}

.zt2-1-div h1{
	margin:0;
	font-size: 30px;
	color: #333;
}

.zt2-1-div p{
	margin:0;
	font-size:16px;
	color: #999;
	line-height: 1.6;
	margin-top: 20px;
}

.zt2-2-list .item{

	font-size: 0;
	line-height: normal;
	text-align: center;
}
.zt2-2{
	background-repeat: repeat-x;
	background-position: 6px  center;
	background-image: url(../images/line-wp.png);
}
.zt2-2-item{
	display: inline-block;
	color: #666;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;

}
.zt2-2-list{
	padding: 0	56px;
}
.zt2-2-list .item.cur .zt2-2-item{
	color: #0e6ac0;
	background-image: url(../images/line1.png);
}
.zt2-2-item h1{
	margin:0;
	font-size: 24px;
	color: inherit;
	height: 26px;
	line-height: 26px;
}

.zt2-2-item h2{
	margin:0;
	font-size: 16px;
	color: inherit;
	margin-top: 70px;
	height: 26px;
	line-height: 26px;
}

.zt2-2-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: -18px;
    width: 56px;
    height: 56px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.zt2-2-list .owl-nav button.owl-prev:hover{background-image: url(../images/lefth.png);}
.zt2-2-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: -18px;
    width: 56px;
    height: 56px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.zt2-2-list .owl-nav button.owl-next:hover{background-image: url(../images/righth.png);}


.zt4{
	min-height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 0 0 75px;
	background-image: url(../images/zt4-bg.jpg);
}
.zt4 .zt2-1-title{
	top: -12px;
	background-image: url(../images/zt2-title-bg2.png);

}

.zt4-dl dl{
	margin:0;
	margin-left: -5%;
}

.zt4-dl {
	margin-top: 45px;
}

.zt4-dl dd{
	float: left;
	width: 20%;
	margin-left: 5%;
	height: 150px;
	background-color: #f1f8ff;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 75px;
	padding-top: 60px;
	color: #666;
	font-size: 20px;
	line-height: 1.5;
}

.zt5{
	padding: 60px 0 150px;
}

.zt5 .zt-title{
	background-image: url(../images/zt-title-bg2.png);
}

.zt5 .zt1-2-div{
	height: auto;
	padding: 35px 30px;
}

.zt5-item{
	display: inline-block;
	width: 264px;
	margin-right: 20px;
}

.zt5-pic .imgbox_a{
	padding-bottom: 54.167%;
}

.zt5-item h1{
	margin:0;
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 19px;
}
.zt5-item:hover h1{
	color: #0e6ac0;
}

#twenty{
	position: fixed;
	z-index: 888;
	left: 0px;
	top: 330px;
	width: 200px;
}

#twenty a,#twenty img{
	display: block;
	width: 100%;
}
#pcpcpc{
	position: fixed;
	z-index: 888;
	left: 0px;
	bottom: 0px;
	width: 182px;
}

#pcpcpc a,#pcpcpc img{
	display: block;
	width: 100%;
}

.main-div-wwp .main-div{
	display: none;
}

.main-div-wwp .main-div:first-child{
	display: block;
}



.ztt5{
	padding: 40px 0 70px;
	background-color: #fff;
}
.ztt5.zt5 .zt1-2-div{
	padding: 0;
	background-color: #fff;
	margin-top: 35px;
}

.ztt{
	padding-bottom:230px; 
}

.ztt6-list{
	margin-top: 5px;
}

.ztt6-pic .imgbox_a{
	padding-bottom: 68.7%;
}
.ztt6-pic .imgbox_a::after{
	position: absolute;
	z-index: 25;
	background-image: url(../images/heidi1.png);
	content:"";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ztt6-pic .imgbox_a::before{
	position: absolute;
	z-index: 35;
	background-image: url(../images/bo.png);
	content:"";
	width: 60px;
	height: 61px;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
}
.ztt6-h1{
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 12px 10px;
	background-color: #0e6ac0;
}
.ztt2 .list01{
	position: relative;
}
.ztt2 .list01::before{
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	content:"";
	z-index: 15;
	background-color: #d6dce3;
	left: 50%;

}
.ztt2{
	padding-bottom: 60px;
}
.ztt2 .list01{
	margin-top: 15px;
}
.ztt2 .list01 dl{
	margin-left: -5%;
}
.ztt2 .list01 dd{
	float: left;
	width: 45%;
	margin-left: 5%;

}

.ztt2 .list01 dd:first-child+dd{
    margin-top: 0px;
}