/**************************************/
/*************[公用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: 82.66%; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

div.wp .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.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{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100px;
	background-image: url(../images/header.png);
	z-index: 999;
}

.logo{
	width: 350px;
	margin-top: 28px;
}
.logo img{
	display: block;
	width: 100%;
}
.header-right{
	margin-top: 17px;
}

.header-a a{
	float: right;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: center ;
	transition: .3s;
	margin-left: 17px;
}
.header-a a.a1{background-image: url(../images/a1.png);}
.header-a a.a2{background-image: url(../images/a2.png);}
.header-a a.a3{background-image: url(../images/a3.png);}
.header-a a.a4{background-image: url(../images/a4.png);}

.header-a a.a1:hover{background-image: url(../images/a1h.png);}
.header-a a.a2:hover{background-image: url(../images/a2h.png);}
.header-a a.a3:hover{background-image: url(../images/a3h.png);}
.header-a a.a4:hover{background-image: url(../images/a4h.png);}

.header-a a.a5{
	width: 125px;
	font-size: 14px;
	color:#fff;
	padding-left: 26px;
	background-position: left center;background-image: url(../images/a5.png);
}

.nav{
	margin-top: 10px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	margin-left: 45px;
	text-align: center;
}

.nav>ul>li>a{
	display: block;
	height: 35px;
	line-height: 35px;
	color:#fff;
	font-size: 18px;
	padding: 0	8px;
}

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





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

#main{
	
}
.section{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.banner{
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
}
.banner-x{
	display: none;
}
.fafa,.fafa .slides,.fafa .slides>li{
	height: 100%;
}
.fafa .slides>li{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides>li>a{
	display: block;
	height: 100%;
	position: relative;
}


@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	40% {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
		filter:alpha(opacity=0);
	}
	100% {
		opacity: 0;
		filter:alpha(opacity=0);
	}
}

#shu{
	position: absolute;
    bottom: 50px;
    left: 50%;
    width: 30px;
    height: 50px;
    border: 2px solid #FFF;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 80000;
    cursor:pointer; 
    margin-left: -15px;
}

#shu::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #FFF;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}



.index1-1{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/index1-1.jpg);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.index1-2{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/index1-2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
}

.logo-nei{
	position: relative;
	z-index: 20;
	padding-top: 43px;
}

.logo-nei a{
	display: block;
	width: 152px;
}

.logo-nei a img{
	display: block;
	width: 100%;
}

.sec-table-wp{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 20;
}
.sec-table{
	display: table;
	width: 100%;
	height: 100%;

}

.sec-table-cell{
	display: table-cell;
	vertical-align: middle;
}

.index-title h1{
	margin:0;
	font-size: 76px;
	color:#eee;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
	line-height: 1;
}

.index2 .index-title h1{
	color:#e2e2e2;
}
.index1-title{
	width: 50%;
	padding-right: 75px;
}
.index-title h2{
	margin:0;
	font-size: 32px;
	color:#333;

	font-weight: bold;
	margin-top: 10px;
}
.index-p{
	font-size: 16px;
	color:#333;
	line-height: 1.8;
	margin-top: 23px;
	height: 84px;
	overflow: hidden;
}

.index1-list{
	margin-top: 50px;
}

.index1-ico{
	width: 128px;
	height: 128px;
	background-repeat: no-repeat;
	background-position: center ;
	margin:0 auto 24px;
	transition: .3s;
}
.index1-ico1{background-image: url(../images/ico1.png)}
.index1-ico2{background-image: url(../images/ico2.png)}
.index1-ico3{background-image: url(../images/ico3.png)}
.index1-ico4{background-image: url(../images/ico4.png)}
.index1-list .item.cur>a .index1-ico1{background-image: url(../images/ico1h.png)}
.index1-list .item.cur>a .index1-ico2{background-image: url(../images/ico2h.png)}
.index1-list .item.cur>a .index1-ico3{background-image: url(../images/ico3h.png)}
.index1-list .item.cur>a .index1-ico4{background-image: url(../images/ico4h.png)}
.index1-list .item{
	padding: 25px 0;
	height: 350px;
}
.index1-list .item.cur>a{
	top: 0px;
	bottom: 0px;
	padding-top: 85px;
}
.index1-list .item>a{
	position: absolute;
	
	left: 0;
	right: 0;
	top: 25px;
	bottom: 25px;
	height: auto;
	display: block;
	padding: 60px 0;
	font-size: 20px;
	color:#004f9f;
	text-align: center;
	background-image: url(../images/baidi.png);
	transition: .3s;
}
.index1-list .item.cur>a{
	background-image: url(../images/landi.png);
	color:#fff;
}
.more1{
	margin-top: 50px;
}
.more1 a{
	display: block;
	width: 136px;
	height: 38px;
	line-height: 38px;
	background-image: url(../images/more1.png);
	background-repeat: no-repeat;
	background-position: center ;
	color:#fff;
	text-align: center;
	font-size: 14px;
	transition: .3s;
}
.more1 a:hover {
	background-image: url(../images/more1hh.png);
}

/*.index2-title.index-title h1{
	font-size: 56px;
}
.index3-title.index-title h1{
	font-size: 56px;
}*/
.index2-title{
	text-align: center;
}

.index2-title .index-p{
	height: auto;
	margin-top: 45px;
}
.index2-list{
	font-size: 0;
	text-align: center;
}
.index2-list2-wp{
	display: none;
	margin-top: 50px;
}
.index2-ico-phone{
	padding-top: 35px;
}
.index2-list {
	margin-top: 135px;
}
.index2-list ul{
	display: inline-block;
}
.index2-list li{
	float: left;
	width: 176px;
}
.index2-list li.index2-xian{
	width: 241px;
	height: 176px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/index2-xian.png);
}
.index2-qiu{
	height: 176px;
	background-repeat: no-repeat;
	background-position: center ;
	cursor: pointer;
	position: relative;
	font-size: 22px;
	color:#fff;
	text-align: center;
	padding-top: 105px;
	transition: .3s;
}


.index2-qiu1{background-image: url(../images/index2-1.png);}
.index2-qiu2{background-image: url(../images/index2-2.png);}
.index2-qiu3{background-image: url(../images/index2-3.png);}

.index2-qiu1:hover{background-image: url(../images/index2-1hh.png);}
.index2-qiu2:hover{background-image: url(../images/index2-2hh.png);}
.index2-qiu3:hover{background-image: url(../images/index2-3hh.png);}

.index2-ico{
	position: absolute;
	font-size: 0;
	text-align: center;
	width: 100px;
	opacity: 0;
	visibility: hidden;
}

.index2-ico>a{
	display: inline-block;
	font-size: 16px;
	color:#2672a7;
}


.index2-icon{
	width: 52px;
	height: 52px;
	margin:0 auto 8px;
	transition: .3s;
}
.index2-ico1{
	left: -70px;
	top: -50px;
	transition: .3s;

}
.index2-ico1.cur {
	opacity: 1;
	visibility: visible;
	top: -60px;
}



.index2-ico2{
	
	left: -120px;
	top: 50%;
	margin-top: -31px;
	transition: .6s;

}
.index2-ico2.cur{
	opacity: 1;
	visibility: visible;
	margin-top: -41px;
}
.index2-ico10{
	
	left: -120px;
	top: 50%;
	margin-top: -31px;
	transition: .6s;

}
.index2-ico10.cur{
	opacity: 1;
	visibility: visible;
	margin-top: -41px;
}

.index2-ico3{
	left: -70px;
	bottom: -70px;
	transition: .9s;

}
.index2-ico3.cur{
	bottom: -60px;opacity: 1;
	visibility: visible;
}


.index2-ico11{
	left: -70px;
	bottom: -70px;
	transition: .9s;

}
.index2-ico11.cur{
	bottom: -60px;opacity: 1;
	visibility: visible;
}

.index2-ico4{
	left: -80px;
	top: -50px;

	transition: .3s;

}
.index2-ico4.cur {
	opacity: 1;
	visibility: visible;
	top: -60px;
}


.index2-ico5{
	
	top: -85px;
	left: 50%;
	margin-left: -50px;

	transition: .6s;

}
.index2-ico5.cur {
	opacity: 1;
	visibility: visible;
	top: -95px;

}

.index2-ico6{
	right: -80px;
	top: -50px;

	transition: .9s;

}
.index2-ico6.cur {
	opacity: 1;
	visibility: visible;
	top: -60px;
}





.index2-ico7{
	right: -70px;
	top: -50px;

	transition: .3s;

}
.index2-ico7.cur {
	opacity: 1;
	visibility: visible;
	top: -60px;
}


.index2-ico8{
	
	right: -120px;
	top: 50%;
	margin-top: -31px;

	transition: .6s;

}
.index2-ico8.cur {
	opacity: 1;
	visibility: visible;
	margin-top: -41px;
}

.index2-ico9{
	right: -70px;
	bottom: -70px;

	transition: .9s;

}
.index2-ico9.cur {
	opacity: 1;
	visibility: visible;
	bottom: -60px;
}


.index2-ico12{
	
	right: -120px;
	top: 50%;
	margin-top: -31px;

	transition: .6s;

}
.index2-ico12.cur {
	opacity: 1;
	visibility: visible;
	margin-top: -41px;
}


.index2-ico13{
	right: -70px;
	bottom: -70px;

	transition: .9s;

}
.index2-ico13.cur {
	opacity: 1;
	visibility: visible;
	bottom: -60px;
}





.index2-ico1 .index2-icon{background-image: url(../images/index2-ico1.png);}
.index2-ico2 .index2-icon{background-image: url(../images/index2-ico2.png);}
.index2-ico3 .index2-icon{background-image: url(../images/index2-ico3.png);}

.index2-ico4 .index2-icon{background-image: url(../images/index2-ico4.png);}
.index2-ico5 .index2-icon{background-image: url(../images/index2-ico5.png);}
.index2-ico6 .index2-icon{background-image: url(../images/index2-ico6.png);}


.index2-ico7 .index2-icon{background-image: url(../images/index2-ico7.png);}
.index2-ico8 .index2-icon{background-image: url(../images/index2-ico8.png);}
.index2-ico9 .index2-icon{background-image: url(../images/index2-ico9.png);}

.index2-ico10 .index2-icon{background-image: url(../images/index2-ico10.png);}
.index2-ico11 .index2-icon{background-image: url(../images/index2-ico11.png);}
.index2-ico12 .index2-icon{background-image: url(../images/index2-ico12.png);}
.index2-ico13 .index2-icon{background-image: url(../images/index2-ico13.png);}

.index2-ico1>a:hover .index2-icon{background-image: url(../images/index2-ico1h.png);}
.index2-ico2>a:hover .index2-icon{background-image: url(../images/index2-ico2h.png);}
.index2-ico3>a:hover .index2-icon{background-image: url(../images/index2-ico3h.png);}

.index2-ico4>a:hover .index2-icon{background-image: url(../images/index2-ico4h.png);}
.index2-ico5>a:hover .index2-icon{background-image: url(../images/index2-ico5h.png);}
.index2-ico6>a:hover .index2-icon{background-image: url(../images/index2-ico6h.png);}

.index2-ico7>a:hover .index2-icon{background-image: url(../images/index2-ico7h.png);}
.index2-ico8>a:hover .index2-icon{background-image: url(../images/index2-ico8h.png);}
.index2-ico9>a:hover .index2-icon{background-image: url(../images/index2-ico9h.png);}

.index2-ico10>a:hover .index2-icon{background-image: url(../images/index2-ico10h.png);}
.index2-ico11>a:hover .index2-icon{background-image: url(../images/index2-ico11h.png);}
.index2-ico12>a:hover .index2-icon{background-image: url(../images/index2-ico12h.png);}
.index2-ico13>a:hover .index2-icon{background-image: url(../images/index2-ico13h.png);}
.index4-1{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/index4-1.jpg);
	position: absolute;
	-webkit-background-size: cover;
	background-size: cover;
	left: 0;
	top: 0;
	z-index: 10;
}
.index4-2{
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/index4-2.jpg);
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
}
.index3{
	margin-left: 50%;
	padding-left: 93px;
}

.index3-title{
	padding-right: 0;
	width: 100%;
}
.index3-list{

	margin-top: 40px;
}
.index3-list ul{
	margin:0;
}
.index3-list li:first-child{
	margin-top: 0;
}
.index3-list li{
	
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	background-color: #fff;
	margin-top: 8px;
	    box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.05);
}
.index3-list li>a{
	display: block;
	background-color: #fff;
	padding: 23px 0;
	padding-right: 40px;
	transition: .5s;
}
.index3-list li>a:hover{
	background-color: #025b99;
}

.index3-list li>a:hover .date1{

	background-image: url(../images/date1h.png);
	color:#fff;
}


.index3-list li>a:hover .index3-list-con h1{
    background-image: url(../images/h1h.png);
	color:#fff;
	padding-left: 51px;
}
.index3-list li>a:hover .index3-list-con p{
	padding-left: 51px;
	color:#fff;
}
.date1{
	font-size: 24px;
	color:#c4c4c4;
	padding-bottom: 36px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 80px;
	background-image: url(../images/date1.png);
}

.index3-list-con{
	overflow: hidden;
}

.index3-list-con h1{
	margin: 0;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 46px;
    background-image: url(../images/h1.png);
    background-repeat: no-repeat;
    background-position: 21px center;
	transition: .5s;
}

.index3-list-con p{
	margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
	transition: .5s;
    padding-left: 46px;
}




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





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

#footer{
	background-color: #4e4e4e;
}
.footer-1{
	padding: 38px 0 24px;
}
.footer-1-title{
	width: 100px;
	height: 34px;
	line-height: 34px;
	color:#fff;
	font-size: 16px;
}

.footer-1-sel{
	overflow: hidden;
}

.footer-1-sel ul{
	margin:0;
	margin-left: -3%;
}

.footer-1-sel li{
	float: left;
	width: 17%;
	margin-left: 3%;
}
.footer-1-sel li .form-control{
	border-radius: 0;
}
.footer-2{
	padding: 40px 0;
	border-top: 1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
}

.footer-3{
	padding: 33px 0;
	line-height: 2;
	text-align: center;
	font-size: 14px;
	color:#fff;
}
.foo2-nav a:hover{
	text-decoration: underline;
}
.foo2-nav ul,.foo2-nav dl{
	margin:0;
}

.foo2-nav li{
	float: left;
	margin-left: 95px;
}
.foo2-nav li:first-child{
	margin-left: 0;
}

.foo2-nav li h1{
	font-size: 16px;
	color:#fff;
	margin:0;
}
.foo2-nav li .line{
	width: 28px;
	height: 1px;
	background-color: #adadad;
	margin:18px 0 13px;
}

.foo2-nav dd{
	font-size: 14px;
	color:#fff; 
	margin-top: 13px;
}
.foo2-nav dd:first-child{
	margin-top: 0;
}

.er-wp{
	width: 283px;
	margin-top: 20px;
}

.er{
	width: 118px;
	font-size: 14px;
	color:#fff;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 13px;
}
/**************************************************************/
/*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;
  
}
.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: 6px;
	
	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:10px 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: 19px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
    width: 300px;
    margin-left: 15px;
    margin-top: 19px;
}

.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样式要求区域]**********/
/**************************************/



#header.erji-header{
	position: relative;
	background-image: none!important;
	background-color: #fff;
}

.erji-header .nav>ul>li>a{
	color:#005b9b;
}


.erji-header .header-a a.a1{background-image: url(../images/a1h.png);}
.erji-header .header-a a.a2{background-image: url(../images/a2h.png);}
.erji-header .header-a a.a3{background-image: url(../images/a3h.png);}
.erji-header .header-a a.a4{background-image: url(../images/a4h.png);}
.erji-header .header-a a.a5{
	color:#005b9b;background-image: url(../images/a5h.png);
}

.banner-2{
	height: 520px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

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

.erji-top{
	border-bottom: 1px solid #ebebeb;
}
.mian{
	height: 66px;
	line-height: 66px;
	font-size: 14px;
	color:#999;
	padding-left: 29px;
	background-image: url(../images/fang.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.erji-a a{
	float: left;
	height: 66px;
	line-height: 64px;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	color:#666;
	padding: 0 7px;
	margin-left: 35px;
	transition: .3s;
}
.erji-a a:first-child{
	margin-left: 0;
}
.erji-a a:hover,.erji-a a.cur{
	border-color: #0857ae;
}

.title-11{
	text-align: center;
}

.title-11 h1{
	margin:0;
	font-size: 52px;
	color:#d5d5d5;
	font-weight: bold;
	font-family: "Arial";
	line-height: 1;
}

.title-11 h2{
	margin:0;
	font-size: 28px;
	color:#333;
	font-weight: bold;
	margin:5px 0 12px;
}
.line3{
	width: 42px;
	height: 3px;
	background-color: #005b9b;
	margin:0 auto;
}

.p60{
	padding: 60px 0;
}

.about1-pic{
	width: 270px;
	margin-right: 25px;
	margin-top: -70px;
}

.about1-pic a{
	display: block;
	position: relative;
	padding-bottom: 127.78%;
	overflow: hidden;
}

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

.about1-pic a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about1-con{
	overflow: hidden;
}

.about1-div{
	margin-top: 90px;
	border:1px solid #e5e5e5;
	padding:25px;
	background-color: #f8f8f8;
}

.about1-con p{
	text-indent: 2em;
	margin:0;
	font-size: 16px;
	color:#333;
	line-height: 2;
	margin-top: 26px;
}
.about1-con p:first-child{
	margin-top: 0;
}
.about1-con .more1{margin-top:40px; padding-bottom: 10px;}
.about1-con .more1 a{
	margin:0 auto;
}

.about2{
	
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about2.jpg);
}

.about2 .title-11 h1{
	color:#fff;
}
.about2 .title-11 h2{
	color:#fff;
}
.about2 .title-11 .line3{
	background-color: #fff;
}
.about3-pic img{
	display: block;
	width: 100%;
}

.about3-pic{
	margin-top: 35px;
}

.about4{
	height: 627px;
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about4.jpg);
}

.rongyu{
	margin-top: 40px;
}
.rongyu2{
	display: none;
	margin-top: 30px;
}

.poster-main{
	position: relative;
	margin: 0px auto;
}
.poster-main .poster-list .poster-item{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1!important;
}
.poster-main .poster-btn{
	position: absolute;
	top:50%;
	margin-top: -24px;

	cursor: pointer;
	width: 48px!important;
	height: 48px!important;
}
.poster-main .poster-prev-btn{
	left: -82px;
	background: url("../images/left333.png") no-repeat center center;
}

.poster-main .poster-next-btn{
	right: -82px;
	background: url("../images/right333.png") no-repeat center center;
}


.about5-p{
	font-size: 16px;
	color:#333;
	line-height: 2;
	text-align: center;
	margin-top: 40px;
}
.about5-list{
	margin-top: 45px;
}
.about5-list .item{
	height: 265px;
	background-color: #f3f3f3;
	padding-top: 41px;
	position: relative;
	-webkit-transform-style: preserve-3d;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 1.5s;
    transition: 1.5s;
}

.about5-list .item:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.about5-list .item h1{
	text-align: center;
	margin:0;
	font-size: 20px;
	color:#333;
	margin-top: 33px;
}
.about5-ico{
	width: 124px;
	margin:0 auto;
}
.about5-list .item:hover .about5-lan-wp{
	opacity: 1;
	visibility: visible;
}
.about5-lan-wp{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
 	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.about5-lan{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/landi2.png);
}

.about5-table{
	display: table;
	width: 100%;
	height: 100%;
}

.about5-table-cell{
	display: table-cell;
	vertical-align: middle;
	padding: 0	15px;
}

.about5-table-cell h2{
	text-align: center;
	font-size: 20px;
	color:#fff;
	margin:0;
}

.about5-table-cell p{
	text-align: center;
	margin:0;
	font-size: 16px;
	color:#fff;
	margin-top: 20px;
}

.about5-list .owl-dots {
	text-align: center;
	margin-top: 32px;
}
.about5-list .owl-dots .owl-dot{
	display: inline-block;
	margin:0 6px;
	border:0;
	background-color: transparent;	
	outline: none;
}
.about5-list .owl-dot span{
	width: 9px;
	display: block;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/ss2.png);
}

.about5-list .owl-dot.active span{
	background-image: url(../images/ss1.png);
}

.about5.p60{
	padding-bottom: 25px;
}

.f7f8fa{
	background-color: #f7f8fa;
}

.xinwen-list ul{
	margin:0;
}

.xinwen-list li{
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 21px;
	position: relative;
	padding-right: 112px;
	margin-top: 50px;
}
.xinwen-list li:first-child{
	margin-top: 0;
}
.xinwen-pic{
	width: 284px;
	margin-right: 33px;
}
.xinwen-pic a{
	display: block;
	padding-bottom: 66.55%;
	position: relative;
	overflow: hidden;
}
.xinwen-pic a img{
	transition: .3s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.xinwen-pic a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xinwen-con{
	overflow: hidden;
	padding-top: 15px;
}

.xinwen-con h1{
	margin: 0;
    font-size: 24px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xinwen-con h1 a:hover{
	color:#005b9b;
}
.xinwen-con p{
	margin: 0;
    font-size: 16px;
    color: #666;
	line-height: 2;
	height: 64px;
	margin-top: 18px;
    overflow: hidden;
	text-indent: 2em;
}

.xinwen-con h2{
	margin: 0;
    font-size:16px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
}
.jian{
	position: absolute;
	right:0;
	top: 0;
	bottom: 0;
	width: 70px;
	border-left: 1px solid #f2f2f2;
	background-image: url(../images/jian.png);
	background-repeat: no-repeat;
	background-position: center ;
}

.fenye ul{

	margin:0;
}

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







.buju1 .title-11 h1{
	color:#ececec;
	font-size: 50px;
	text-transform: uppercase;
}
.buju1 .title-11 h2{
	/*margin-top: -25px;*/
}


.buju1-list{
	margin-top: 45px;
	overflow: hidden;
}
.buju1-list ul{
	margin:0;
}

.buju1-list li{
	float: left;
	width: 290px;
	height: 525px;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
.buju1-list li h1{
	position: absolute;
	z-index: 20;
	font-size: 28px;
	font-weight:bold;
	color:#005b9b;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: 0;
	top: 50%;
	margin-top: -20px;
}
.buju1-pic{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 620px;
	z-index: 10;
}
.buju1-pic img{
	display: block;
	width: 100%;
}
.buju1-list li.cur{
	width: 620px;
}

.buju1-list li.cur h1{
	display: none;
}
.buju1-list li.cur .buju1-lan{
	display: block;
}
.buju1-lan{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/landi2.png);
	padding: 0	50px;
	padding-top: 140px;
	display: none;
}

.buju1-lan h2{
	color:#fff;
	font-weight: bold;
	font-size: 28px;
	margin:0;
}

.buju1-lan p{
	color:#fff;
	line-height: 1.8;
	font-size: 14px;
	margin:0;
	margin-top: 40px;
	height: 100px;
	overflow: hidden;
}
.buju1-a{
	margin-top: 48px;
}
.buju1-a a{
	display: block;
	width: 136px;
	height: 38px;
	line-height: 38px;
	border-radius: 3px;
	background-color: #fff;
	font-size: 14px;
	color:#005b9b;
	transition: .3s;
	text-align: center;
}
.buju1-a a:hover{
	background-color: #005b9b;
	color:#fff;
}

.buju2{
	height: 668px;
	background-repeat: no-repeat;
	background-position: left bottom;

	background-image: url(../images/buju2.jpg);
	background-attachment: fixed;
}

.buju2 .title-11 h2{
	margin-top:0px;
	color:#fff;
	font-weight: normal;
}

.buju2 .title-11 .line3{
	background-color: #fff;
}

.buju2-a{
	font-size: 0;
	text-align: center;
	padding: 40px 0 70px;
}

.buju2-a a{
	display: inline-block;
	padding: 0 35px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #fff;
	color:#fff;
	font-size:18px;
	margin:0 25px;
}
.buju2-a a.cur{
	background-color: #fff;
	color:#005b9b;
}

.buju2-pic{
	width: 50%;
}
.buju2-pic a{
	display: block;
	padding-bottom: 60%;
	position: relative;
	overflow: hidden;
}
.buju2-pic a img{
	transition: .3s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.buju2-pic a:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fbuju2{
	padding: 0	65px;
}
.fbuju2 .slides>li{
	background-color: #fff;
	position: relative;
}

.fbuli-bg{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 10;
	background-image: url(../images/fbuli-bg.jpg);
}

.buju2-con{
	overflow: hidden;
	padding: 43px;
	padding-bottom: 0;
	position: relative;
	z-index: 20;
}

.buju2-con h1{
	margin: 0;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.buju2-con h1 a:hover{
	color:#005b9b;
}

.buju2-con p{
	font-size: 14px;
	color:#666;
	line-height: 2;
	margin:0;
	margin-top: 26px;
}
.buju2-con .more1 a{
	margin:0 auto;
}

.fbuju2 .flex-direction-nav{
	display: block;
}
.buju2-list{
	display: none;
}

.buju2-list:first-child{
	display: block;
}
.buju3-div{
	background-color: #f3f3f3;
	margin-top: 60px;
}
.buju3-doc{
	width: 236px;
	padding: 20px;
	padding-right: 10px;
}
.buju3-span{
	margin-top: 18px;
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
}
.buju3-span:first-child{
	margin-top: 0;
}
.buju3-span.cur{
	background-image: url(../images/cur.jpg);
}
.buju3-pic-wp{
	overflow: hidden;
}

.buju3-span-pic{
	padding-bottom: 51.87%;
	position: relative;
	overflow: hidden;
}
.buju3-span-pic img{

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.buju3-pic{
	padding-bottom: 51.87%;
	position: relative;
	overflow: hidden;
	display: none;
}
.buju3-pic:first-child{
	display: block;
}
.buju3-pic img{

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.buju3-hei{
	position: absolute;
	width: 313px;
	background-image: url(../images/heidi.png);
	padding: 36px 25px 55px;
	right: 67px;
	top: 80px;
}

.buju3-hei h1{
	margin: 0;
    font-size: 20px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}


.buju3-hei p{
	margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    overflow: hidden;
    height: 84px;
    margin-top: 32px;

}

.buju3-hei a{
	display: block;    
   	width: 136px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    transition: .3s;
 
}
.buju3-hei a:hover{
	background-color: #fff;
	color:#005b9b;
}
.buju1-list2{
	display: none;
	margin-top: 40px;
}

.fbuju1  .slides>li h1{
	margin: 0;
    font-size: 24px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 25px;
    
}


.fbuju1  .slides>li p{
	margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.8;

    margin-top: 15px;

}

.buju3-div2{
	display: none;
	margin-top: 30px;
}
.buju3-hei2{
	background-color: #fff;
	padding:25px 15px;
}
.buju3-hei2 h1{
	margin: 0;
    font-size: 20px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}


.buju3-hei2 p{
	margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    overflow: hidden;

    margin-top: 20px;

}

.buju3-hei2 a{
	display: block;    
   	width: 136px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #005b9b;
    color: #005b9b;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;

 
}

.fuwu1-div{
	margin-top: 35px;
	background-color: #f3f3f3;
}
.fuwu1-pic{
	width: 50%;
}

.fuwu1-pic img{
	display: block;
	width: 100%;
}

.fuwu1-con{
	overflow: hidden;
	padding: 60px;
}

.fuwu1-con h1{
	margin: 0;
    font-size: 24px;
    color: #333;
   
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;

}


.fuwu1-con p{
	margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    overflow: hidden;

    margin-top: 25px;

}

.fuwu2-list{
	margin-top: 40px;
}
.fuwu2-list ul{
	margin:0;
}

.fuwu2-list li{
	float: left;
	height: 308px;
	background-color: #f3f3f3;
	width: 423px;
	margin-left: 20px;
	padding: 65px 30px 0;
	position: relative;
}

.fuwu2-list li:first-child{
	margin-left: 0;
	width: 517px;
}
.fuwu2-list li:first-child+li{
	width: 220px;
}
.fuwu2-list li:first-child+li+li+li{
	margin-left: 0;
	width: 757px;
	margin-top: 20px;
}
.fuwu2-list li:last-child{
	margin-top: 20px;
}
.fuwu2-list li:hover .fuwu2-li-con{
	color:#fff;
}
.fuwu2-li-con{
	color:#333;
	position: relative;
	z-index: 20;
	/*transition: .3s;*/

}
.fuwu2-li-con h1{
	font-size: 20px;
	margin:0;
}

.fuwu2-li-con p{
	font-size: 16px;
	margin:0;
	line-height: 1.8;
	margin-top: 35px;
}
.fuwu2-list li:hover .fuwu2-pic{
	opacity: 1;
	visibility: visible;
}
.fuwu2-pic{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 10;
	opacity: 0;
	visibility: hidden;	
	transition: .3s;
}

.fuwu2-lan{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/landi2.png);
}

.renli1 .index-p{
	text-align: center;
}

.renli1-list{
	margin-top: 15px;
}

.renli1-hei{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/heidi.png);
    display: none;
}
.renli1-list .item:hover .renli1-hei{
	display: block;
}
.renli1-list .item{
	position: relative;
}

.renli1-list .item>a{
	display: block;
	padding-bottom: 66.67%;
	position: relative;
	overflow: hidden;
}
.renli1-list .item>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.renli1-hei .about5-table-cell p{
	line-height: 1.8;
	text-align: left;
	margin-top: 0;

}

.renli2-table{
	margin-top: 50px;
}
.renli2-table table.table{
	border:1px solid #ececec;
}
.renli2-table table.table tr th{
	height: 50px;
	vertical-align: middle;
	color:#fff;
	font-weight: normal;
	font-size:16px;
	text-align: center;
	background-color: #005b9b; 
}
.renli2-table table.table tr td{
	border-top: 1px solid #ececec;
}
.renli2-table table.table tr.tr_1 td{
	height: 50px;
	vertical-align: middle;
	color:#333;
	font-weight: normal;
	font-size:15px;
	text-align: center;
	background-color: #fff; 
}
.renli2-table table.table tr.tr_2{
	display: none;
}
.renli2-table table.table tr.tr_2 td{
	background-color: #f7f7f7;
	padding: 0	45px;
}
.caoa{
	display: inline-block;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/caoa1.png);

}
.caoa.cur{
	background-image: url(../images/caoa2.png);

}
.zizhi-dl {
	padding-bottom: 25px;
	padding-top: 5px;
	border-bottom: 1px solid #ebebeb;
}
.zizhi-dl dl{
	margin:0;
	margin-left: -2%;
}

.zizhi-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 20px;
	 text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zhize-con{
	padding: 20px 0 30px;
}
.zhize-con-p{
	font-size: 15px;
	color:#333;
	line-height: 2;
}
.zhize-con-p p{
	margin:0;
}
.tou-a {
	margin-top: 30px;
}
.tou-a a{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/tou.png);
	background-repeat: no-repeat;
	background-position: center ;
	color:#fff;
	text-align: center;
	font-size: 16px;
}

.contact1-div{
	width: 930px;
	margin:40px auto 80px;
}

.contact1-div ul{
	margin:0;
	margin-left: -2%;
}

.contact1-div li{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 2%;
}
.contact1-div li:last-child{
	width: 98%;
}

.contact1-div li input{
	height: 50px;
	border-radius: 0;
}

.contact1-div li textarea{
	border-radius: 0;
	resize: none;
	height: 135px;
}

.contact-a {
	margin-top: 50px;
}
.contact-a input:focus{
	outline: none;
}
.contact-a input{
	border:0;
	display: block;
	margin:0 auto;
	width: 130px;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/tou.png);
	background-repeat: no-repeat;
	background-position: center ;
	color:#fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.map{
	width: 742px;
}

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

.map-con{
	height: 500px;
	background-image: url(../images/map-con.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	overflow: hidden;
	padding: 80px ;
	padding-bottom: 0;
}

.map-con .title-11 h2{
	margin-top: 0!important;
	color:#fff;
	font-weight: normal;
	font-size: 24px;
}
.map-con .title-11 .line3{
	background-color: #fff;
}
.map-dl {
	padding-top: 40px;
}
.map-dl dl{
	margin:0;
}

.map-dl dd{
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left 6px;
	line-height: 2;
	color:#fff;
	font-size: 16px;
	margin-top: 15px;


}
.about2-list-wp{
	background-repeat: repeat-x;
	background-position: left 11px;
	background-image: url(../images/time-x.png);
}
.about2-list-wp2{

}
.about2-list{
	background-repeat: repeat-x;
	background-position: left 5px;
	background-image: url(../images/time.png);

}
.about2-list .item{
	font-size:18px;
	color:#fff;
	text-align: center;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/time-1.png);cursor: pointer;
}

.about2-list .item.cur{
	color:#f13a3a;
}

.about2-nian{
	width: 315px;
	height: 108px;
	line-height: 108px;
	font-size: 92px;font-weight: bold;
	font-family: "Arial";
	color:#fff;
	border-right: 1px solid #fff;
	margin-right: 80px;
	margin-top: 15px;
}

.about2-div-wp{
	padding: 90px 0;
}
.about2{
	padding-bottom: 100px;
}

.about2-nian-con{
	overflow:hidden;
}

.about2-nian-con dl{
	margin:0;
}





.about2-nian-con dd span{
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color:#fff;
}

.about2-nian-p{
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	line-height: 40px;
}



.about2-div{
	display: none;
}

.about2-div:first-child{
	display: block;
}


.danpian-h1{
	font-size: 24px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	padding-bottom: 15px;
}


.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	
}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 10px 0 20px;
}

.danpian-con img{
	display: block;
	margin:15px auto;
}

.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 14px;
	color:#666;
}

.dan-a a:hover{
	color:#0857ae;

}