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



div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	
	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{
	height: 130px;
	background-color: #fff;
}
#header .container{
	position: relative;
	padding-left: 300px;
}
.logo{
	font-size: 0;
	
	width: 280px;
	position: absolute;
	left: 0;
	top:30px;
}

.logo img
{display: block;width: 100%;}
.nav{
	
	
	margin-top: 47px;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 11%;
	text-align: center;
	padding:0px 5px 0;
	position: relative;

	
}
.nav>ul>li>a{
	font-size: 16px;
	color:#333;
	height: 41px;
	line-height: 41px;
	display: block;
	border-radius: 5px;

}

.nav>ul>li:hover>a ,.nav>ul>li.active>a{
	background-color: #0e88e6;
	color:#fff;
}
.nav>ul>li:hover>a{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.nav>ul>li.noer:hover>a{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.nav>ul>li>ul{
	position: absolute;
	left: 5px;
	right:5px;
	top: 41px;
	border-bottom-left-radius: 5px;
	background-color: #0e88e6;
	border-bottom-right-radius: 5px;
	z-index: 500;
	display: none;
	padding-bottom: 10px;
}

.nav>ul>li:hover>ul{
	display: block;
}
.nav>ul>li>ul>li>a{
	font-size: 14px;
	color:#fff;
	height: 35px;
	line-height: 35px;

	display: block;
	
}

.nav>ul>li>ul>li>a:hover{
	background-color: #0c77ca;

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





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

#main{
	
}

.fafa .slides>li{
	height:540px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides>li>a{
	display: block;
}
.p70{
	padding: 70px 0;

}
.main-1-div{

	background-color: #0e88e6;
}


.main-1-left{
	width: 50%;
	float: left;
	padding: 50px 40px 0;
	color:#fff;
}

.title-11 h1{
	font-size: 22px;
	color:#fff;
	text-align: center;
	margin:0;
}

.title-11 h2{
	font-size: 14px;
	color:#fff;
	margin:0;
	font-family:"Times New Roman";
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0;
}
.line{
	margin:0 auto ;
	background-color: #fff;
	width: 50px;
	height: 1px;
}

.main-1-left p{
	font-size: 14px;
	color:#fff;
	margin:0;
	line-height: 2;
	margin-top: 45px;
	height: 112px;
	overflow: hidden;

}

.more {
	margin-top: 50px;
}
.more a{
	display: block;
	height: 36px;
	width: 137px;
	border:1px solid #fff;
	line-height: 34px;
	font-size: 14px;
	color:#fff;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 100px center;
	background-image: url(../images/more.png);
	margin:0 auto;
	transition: .3s;
}

.more a:hover{
	background-color: #fff;
	background-image: url(../images/moreh.png);
	color:#0e88e6;

}
.main-1-right{
	float: right;
	width: 50%;
}
.main-1-right a{
	display: block;
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}
.main-1-right a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.main-1-right a:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.main-2{
	height:599px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main-2.jpg);
	padding-top: 70px;
}
.kehu-list-wp{
	margin-top: 80px;
}
.kehu-list .item a img{
	width: auto;
	margin:0 auto;
}
.more1 {
	margin-top: 80px;
}


.kehu-list .owl-prev{
	position: absolute;
	left:-30px;
	top: 50%;
	margin-top: -12px;
	width:15px;
	height: 25px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.kehu-list .owl-next{
	position: absolute;
	right:-30px;
	top: 50%;
	margin-top: -12px;
	width:15px;
	height: 25px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}


.title-22 h1{
	color:#333;
}

.title-22 h2{
	color:#999;
}
.title-22 .line{
	background-color: #0b7bbd;
}

.yewu-list-wp{
	margin-top: 40px;
	padding: 0	30px;
}

.yewu-list .owl-prev{
	position: absolute;
	left:-50px;
	top:20%;
	width:15px;
	height: 25px;
	background-image: url(../images/left2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.yewu-list .owl-next{
	position: absolute;
	right:-50px;
	top:20%;

	width:15px;
	height: 25px;
	background-image: url(../images/right2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.yewu-pic {

	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.yewu-pic  img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*transition: .3s;*/
}

/*.yewu-pic a:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
*/


.yewu-list .item>a{
	display: block;
}

.yewu-list .item>a:hover .yewu-h1:after{

	width: 100%;
}

.yewu-list .item>a:hover .yewu-more{
	border-color:#0e88e6;
	background-color: #0e88e6;
	color:#fff;

}
.yewu-h1{
	height: 86px;
	line-height: 85px;
	font-size: 16px;
	color:#333;
	border-bottom: 1px solid #ededed;
	background-repeat: no-repeat;
	background-position: left center;
	transition: .3s;
	padding-left: 32px;
	position: relative;
}

.yewu-h1:after{
	content:"";
	position: absolute;
	height: 1px;
	width: 0;
	left: 0;
	bottom: -1px;
	transition: .5s;
	background-color: #555555;
}
.yewu-list .item>a p{
	font-size: 14px;
	color:#666;
	line-height: 1.8;
	margin:0;
	margin-top: 20px;
	height: 50px;
	overflow: hidden;
}

.yewu-more{
	width: 70px;
	height: 22px;
	line-height: 20px;
	border:1px solid #d8d8d8;
	text-align: center;
	font-size: 12px;
	color:#d8d8d8;
	text-transform: uppercase;
	transition: .3s;
	margin-top: 35px;
}


.main-4{
	height:790px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main-3.jpg);
	padding-top: 50px;
}

.dongtai{
	padding: 30px 100px 0;
}

.dongtai dl{
	margin:0;
}

.dongtai dd{
	background-image: url(../images/baidi.png);
}
.dongtai dd:hover{
		background-image:none;
}
.dongtai dd>a{
	display: block;
	height: 126px;
	padding-left:210px;
	background-repeat: no-repeat;
	background-position: 90% center;
	padding-right: 140px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco æ—¶é—´æ›²çº¿*/

}
.dongtai dd>a:hover{
	background-image: url(../images/a.png);
}
.dongtai dd>a:hover {
	padding-left: 170px;
}
.dongtai dd>a:hover .date1{
	color:#fff;
}
.date1{
	font-size: 28px;
	color:#fff;
	padding-top: 37px;
	margin-right: 70px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco æ—¶é—´æ›²çº¿*/
}
.date1 span{
	font-size: 12px;
}
.dongtai-con{
	padding-top: 37px;
	overflow: hidden;
}

.dongtai-con h1{
	margin:0;
	color:#fff;
	font-size: 16px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dongtai-con p{
	margin:0;
	color:#fff;
	font-size: 14px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 13px;
}

.main-4 .more{
	margin-top: 35px;
}

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





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

#footer{
	background-color: #0e88e6;
	padding: 23px 0 20px;
	color:#fff;
}

.er-wp{
	width: 218px;
	margin-top: 15px;
}

.er{
	width: 88px;
	font-size: 14px;
	color:#fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

.footer-con{
	overflow: hidden;
	padding-top: 10px;
}

.footer-con h1{
	font-size: 20px;
	color:#fff;
	margin:0;
}
.footer-con h1 span{
	font-family: "Times New Roman";
 
}
.footer-con p{
	font-size: 14px;
	color:#fff;
	margin:0;
	line-height: 2;
	margin-top: 18px;
}
/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊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: 1001;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
	
}

.nav-2 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: 8px;
	
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2 li:first-child{
	border-top: 0;
}
.nav-2 li>a{
	
	padding:13px 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: 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;
}*/
.logo-2 {
    font-size: 0;
        width: 200px;
    margin-left: 15px;
    margin-top: 13px;
}




.menu2{
	
	margin-right: 15px;
	height: 75px;

}
.menu2 li{
	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: 800;
	background-image: url(../images/heidi.png);
	display: none;
	
}


.banner-x{
	display: none;
}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/






.banner-2{
	height: 350px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}

.erji-nav{
	box-shadow: 0 2px 15px 4px rgba(0,0,0,0.1);

}

.erji-nav-a{
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.erji-nav-a a{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	border-bottom: 2px solid #fff;
	font-size: 18px;
	color:#333;
	margin:0 60px;
}

.erji-nav-a a.cur,.erji-nav-a a:hover{
	border-color: #0e88e6;
}
.erji-div{
	background-color: #f6f6f6;background-image: url(../images/dan-bgbg.png);
	background-repeat: no-repeat;background-position: center bottom;
}
.erji-content{
	padding: 60px 0 50px;
}

.erji-content-h{
	text-align:center;
	padding-bottom:20px;
}

.erji-content h5{
	text-align:center;
	padding-bottom:10px;
}


.fenye ul{
	margin:0;
}

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


.list-list dl{
	margin:0;
}

.list-list dd{
	padding: 28px 0;
	border-bottom:1px solid #efefef;
}
.date2{
	width: 110px;
	text-align: center;
	border-right: 1px dashed #c6c6c6;
	margin-right: 25px;
	margin-top: 27px;

}
.date2 h1{
	font-size: 44px;
	color:#818181;
	margin:0;
	line-height: 1;
}
.date2 h2{
	font-size: 14px;
	color:#666;
	margin:0;
	margin-top: 3px;
}

.list-con{
	overflow: hidden;
	padding-top: 34px;
}

.list-con h1{
	margin: 0;
    color: #333;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list-con p{
	margin: 0;
    color: #666;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    line-height: 1.8;
}
.list-con h1 a{
	transition: .3s;

}
.list-list dd:hover .list-con h1 a{
	color:#0e88e6;
	
}

.list-list dd:hover .date2 h1{
	color:#0e88e6;
	
}
.list-list dd:hover .date2 h2{
	color:#0e88e6;
	
}


.list-ppic{
	margin-left: 78px;
	width: 177px;
}

.list-ppic a{
	padding-bottom: 68%;
	overflow: hidden;
	position: relative;
	display: block;
}


.list-ppic a  img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.list-ppic a:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.pic-list .col-lg-4{
	margin-bottom: 35px;
}
.pic-list .col-lg-4 a{
	display: block;
}

.pic-pic{
	padding-bottom: 58.2%;
	overflow: hidden;
	position: relative;
}

.pic-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	height: 100%;
}



.pic-list .col-lg-4 a:hover .pic-pic img{
	transform: scale(1.06,1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
}
.pic-con{
	padding: 20px 0;
	padding-left: 15px;
	background-color: #fff;
	transition: .3s;
}
.pic-con h1{
	margin: 0;
    color: #333;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
	transition: .3s;
    overflow: hidden;
}

.pic-con h2{
	margin: 0;
    color: #999;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	transition: .3s;
    margin:18px 0 15px;
}

.pic-con p{
	margin: 0;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.8;
	transition: .3s;
    height: 50px;
}

.pic-list .col-lg-4 a:hover .pic-con{
	background-color: #0e88e6;
	padding: 20px
}

.pic-list .col-lg-4 a:hover .pic-con h1,
.pic-list .col-lg-4 a:hover .pic-con h2,
.pic-list .col-lg-4 a:hover .pic-con p{
	color:#fff;
}






.zhaopin-table table{
	text-align: center;
	margin-bottom: 0;
	    border-bottom: 1px solid #ddd;
}
.zhaopin-table table tr th{
	height: 50px;
	background-color: #0e88e6;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 16px;

}

.zhaopin-table table tr td{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	color:#333;

}

.zhaopin-table table tr.tr-nei td{
	height: auto;
	line-height: 2;
	text-align: left;
	background-color: #f5f5f5;
	padding:50px;

}
.zhaopin-table table tr.tr-nei{
	display: none;
}
.zhaopin-trcon h1{
	font-size: 15px;
	color:#333;
	margin:0;
}
.zhaopin-trcon{
	line-height: 2.5;

}
.zhaopin-trcon p{
	font-size: 15px;
	color:#333;
	margin:0;
	padding: 15px 0;
}
.tr-zhao{
	margin-top: 27px;
}




.tr-more{
	cursor: pointer;
	color:#0e88e6;
}
.zhaopin-tiao{
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 25px;
}

.zhaopin-tiao dl{
	margin:0;
}

.zhaopin-tiao dd{
	float: left;
	width: 25%;
	padding-right: 2%;
	margin-bottom: 25px;
	font-size: 15px;
	color:#333;
}


.contact1{
	position: relative;
	height: 480px;
}

.contact-pic{
	position: absolute;
	z-index: 1;
	right:0;
	top: 0;
}
.contact-pic img{
	display: block;
	width: 100%;
}

.contact-con{
	position: relative;
	z-index: 25;
}

.contact-title h1{
	font-size: 36px;
	font-weight: bold;
	color:#0e88e6;
	margin:0;
}

.contact-title h2{
	font-size: 30px;
	color:#666;
	margin:0;
	margin-top: 8px;
}

.line33{
	width: 43px;
	height: 3px;
	background-color: #0e88e6;
	margin-top: 18px;
}

.contact-con-lan{
	width: 620px;
	background-image: url(../images/landi.png);
	padding: 28px 33px 50px 28px;
	margin-top: 55px;
}

.contact-con-lan h1{
	font-size: 26px;

	color:#fff;
	line-height: 1.6;
	margin:0;
}

.contact-con-lan p{
	font-size: 16px;
	color:#fff;
	line-height: 1.8;
	margin:0;
	margin-top: 25px;
}

.contact2{
	margin-top: 100px;
}

.map-title{
	width: 306px;
}
.map-title .contact-title{
	text-align: right;
	border-bottom: 1px solid #d9d9d9;
}
.map-title .line33{
	float: right;
}
.map{
	overflow: hidden;
}

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

.contact3{
	margin-top: 80px;
}
.contact3-title{
	width: 270px;
}
.form-11{
	overflow: hidden;
}

.form-11 h1{
	font-size: 16px;
	color:#000;
	text-align: center;
	line-height: 1.6;
	margin:0;
	padding: 25px 0;
}

.form-11 dl{
	margin:0;
	margin-left: -1%;
}

.form-11 dd{
	float: left;
	width: 49%;
	margin-left: 1%;
	margin-bottom: 10px;
}
.form-11 textarea{
	resize: none;
}
.form-11 input[type="button"]{
	width: 187px;
	background-color: #0e88e6;
	border-color: #0e88e6;
	font-size: 16px;
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	margin:0 auto;
	border:0;
	color:#fff;
	margin-top: 20px;
}