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

/*body.overbody{
	overflow: hidden;
	padding-right: 17px;
}
*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}
body{
	overflow-x: hidden;
}


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{
	background-color: #fff;
	height: 96px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/header.jpg);
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
	position: relative;
	z-index: 999;

}



.logo{
	width: 608px;
	margin-top: 19px;
}

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

.menu{
	margin-top: 45px;
	width: 73px;
	margin-left: 22px;
	cursor: pointer;
}
.menu img{
	display: block;
	width: 100%;
}

.search{
	width: 21px;
	margin-top: 41px;
	margin-left: 38px;
}

.search a,.search img{
	display: block;
	width: 100%;
}



.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	margin-left: 75px;
	position: relative;

}
.nav>ul>li:first-child{
	margin-left: 0;
}
.nav>ul>li>a{
	display: block;
	height: 96px;
	line-height: 96px;
	font-size: 18px;
	color:#333;
	/*transition: .3s;*/
	position: relative;

}

.nav>ul>li>a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #f33e36;
    bottom: 18px;
    right: 0;

}


.nav>ul>li:hover>a::after,.nav>ul>li.active>a::after {
    width: 100%;
    right: auto;
    left: 0;
}
.nav>ul>li:hover> ul{
	display: block;

}
.nav>ul>li ul{
	position: absolute;
	left: 50%;
	width: 66px;
	margin-left: -33px;
	display: none;


}
.nav>ul>li ul::after{
	content:"";
	height: 50px;
	position: absolute;
	width: 50000px;
	left: 50%;
	margin-left: -25000px;
	background-image: url(../images/heidi2.png);
	/*background-color: rgba(0,0,0,0.4);*/

	z-index: 25;
}
.nav>ul>li ul li{
	float: left;
	margin-left: 25px;
	position: relative;
	z-index: 35;
}
.nav>ul>li ul li:first-child{
	margin-left: 0;
}
.nav>ul>li ul li a{
	font-size: 16px;
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
}
.nav>ul>li ul li a:hover{
	color: #f33e36;
}
.nav>ul>li:first-child+li ul{
	width: 520px;
	margin-left: -260px;
}


.nav>ul>li:first-child+li+li ul{
	width: 340px;
	margin-left: -170px;

}





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





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

#main{

}
.section{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-color: #f8f8f8
}
.banner{
	position: absolute;
	left: 0;
	right: 0;
	top: 96px;
	bottom: 0;
}


.banner-picwenzi{
	position: absolute;
	width: 40%;
	left: 10%;
	top: 20%;
	z-index: 25;
}





.fxfx .flex-control-nav{
	display: none;
	font-size: 0;
	bottom: 20px;
}

.fxfx .flex-control-paging li a{

	background-position: center bottom;
}

.fxfx .flex-control-nav li{
	margin:0 4px;
}
.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;
	overflow: hidden;
}


.banner-pic {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    transition: transform 6s linear;
    -webkit-transform: scale(1.2);
	  -ms-transform: scale(1.2);
	  -o-transform: scale(1.2);
	  transform: scale(1.2);
}
.fafa .slides>li.flex-active-slide .banner-pic{
	-webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
}

.fafa .slides>li .banner-img img{
	display: block;
	margin:0;
}







.banner-img{
	padding-top: 15%;
	width: 792px;
}

@-webkit-keyframes sdb10 {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes sdb10 {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}



.fafa .slides>li img{
	display: none;
	width: 100%;
}
.fafa .flex-control-nav{
	display: block;
	bottom: 0px;
	font-size: 0;
}

.fafa .flex-control-nav li{
	margin:0px;
}

.fafa .flex-control-paging li a{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-image: none!important;

}
.fafa .flex-control-paging li a::after{
	display: block;
	content:"";
	height: 100%;
	width: 0;
	background-color: #f33e36;
}
.fafa .flex-control-paging li:first-child a::after{
	-webkit-animation: sdb10 6s linear;
  animation: sdb10 6s linear;
}
.fafa .flex-control-paging li a.flex-active::after{
	width: 100%;
  transition: 6000ms linear;
}



.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;
}



.section1-1{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 46.875%;
	background-image: url(../images/section1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 15;
}

.section1-div{
	width: 50.8%;
}

.sec-title{
	position: relative;
}

.title-aaa{
	position: absolute;
	right: 0;
	top: 0;
	height: 24px;
	line-height: 24px;
	top: 50%;
	margin-top: -12px;
}
.title-aaa2{
	position: relative;
	top: 0;
	margin-top: 0;
	text-align: center;
	margin-top: 30px;
}
.title-aaa a{
	font-size: 16px;
	color: #333;
}
.title-aaa a:hover{
	color: #f33e36;
}
.sec-title h1{
	margin:0;
	font-size: 26px;
	color: #000;
}
.sec-title h2{
	margin:0;
	font-size: 14px;
	color: #888;
	font-family: "Arial";
	text-transform: uppercase;
	margin-top: 12px;
}

.line11{
	width: 52px;
	height: 3px;
	background-color: #f33e36;
	margin-top: 20px;
}

.text-center .line11{
	margin-left: auto;
	margin-right: auto;
}
.section1-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 45px;
	height: 96px;
	overflow: hidden;
	text-indent: 2em;
	text-align: justify;
}
.more111{
	width: 100px;
	margin-top: 25px;
	position: relative;
}
.more111 a{
	display: block;
	height:38px ;
	line-height: 38px;
	font-size: 14px;
	color:#999;
	text-align: center;
	position: relative;
	z-index: 24;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;

}
.more111 i{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background-color:#f33e36;
	z-index: 15;-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-ms-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;

}

.more111:hover a{
	color: #fff;
}

.more111:hover i{
	height: 100%;
	border-radius: 4px;
	background-color: #9c9c9c;
}

.section1-dl1{
	padding-top: 50px;
}
.section1-dl1 dl{
	margin:0;
}
.section1-dl1 dd{
	float: left;
	width: 25%;
	padding: 0	12px;
	/*border-left: 1px solid #e4e4e4;*/
	position: relative;
	text-align: center;
}
.section1-dl1 dd::after{
	position: absolute;
	content:"";
	width: 1px;
	background-color: #e4e4e4;
	left: 0;
	top: 13px;
	bottom: 8px;
}
.section1-dl1 dd:first-child::after{
	/*border-left: 0;*/
	display: none;
}
.section1-dl1 dd:first-child h3{
	opacity: 0;
	visibility: hidden;
}
.section1-dl1 dd:first-child{
	padding-left: 0;
}
.section1-dl1 dd:last-child{
	padding-right: 0;
}

.section1-dd11{
	display: inline-block;
	text-align: left;
}


.section1-dl1 dd h1{
	margin:0;
	font-size: 15px;
	color: #000;
	height: 24px;
	line-height: 24px;
}
.section1-dl1 dd:first-child h1{

	font-size: 18px;

}

.section1-dl1 dd h2{
	margin:0;
	font-size: 18px;
	color: #f33e36;
	margin-top: 14px;
}

.section1-dl1 dd h2 i{
	font-style: normal;
	font-family: "Arial";
	font-size: 50px;
	font-weight: bold;
	padding-right: 5px;
}
.section1-dl1 dd h3{
	margin:0;
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	line-height: 1.6;
}


.section-list1{
	margin-top: 70px;
}

.section-list1 .item>a{
	display: block;
	padding: 17px 0;
	text-align: center;
	font-size: 16px;
	color: #9c9c9c;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}

.section-list1 .item>a:hover{
	color: #fff;
	background-color: #9c9c9c;
}


.section1-ico{
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin:0 auto 20px;
}

.section1-ico1{background-image: url(../images/ico1.png);}
.section1-ico2{background-image: url(../images/ico2.png);}
.section1-ico3{background-image: url(../images/ico3.png);}
.section1-ico4{background-image: url(../images/ico4.png);}
.section1-ico5{background-image: url(../images/ico5.png);}
.section1-ico6{background-image: url(../images/ico6.png);}

.section-list1 .item>a:hover .section1-ico1{background-image: url(../images/ico1h.png);}
.section-list1 .item>a:hover .section1-ico2{background-image: url(../images/ico2h.png);}
.section-list1 .item>a:hover .section1-ico3{background-image: url(../images/ico3h.png);}
.section-list1 .item>a:hover .section1-ico4{background-image: url(../images/ico4h.png);}
.section-list1 .item>a:hover .section1-ico5{background-image: url(../images/ico5h.png);}
.section-list1 .item>a:hover .section1-ico6{background-image: url(../images/ico6h.png);}

.section2 .container{
	width: 1200px;
}
.section2-1{
	height: 346px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/section2-1.jpg);
	padding-top: 90px;

}
.section2-1-div{
	padding-top: 50px;
}

.section2-title{
	height: 86px;
	line-height: 86px;
	color: #f33e36;
	font-size: 24px;
	margin-right: 30px;
}


.section2-1-dl{
	overflow: hidden;
}
.section2-1-dl dl{
	margin:0;
}

.section2-1-dl dd{
	float: left;
	font-size: 16px;
	color: #666;
	position: relative;
	margin-left: 93px;
}

.section2-1-dl dd:first-child{
	margin-left: 0;
}
.section2-1-dl dd::after{
	position: absolute;
	width: 78px;
	height: 10px;
	background-image: url(../images/jt.png);
	background-repeat: no-repeat;
	background-position: center right;
	content:"";
	left: -86px;
	top: 20px;

}
.section2-1-dl dd img{
	display: block;
	width: 50px;
	margin:0 auto 14px;
	transition: .5s;
}
.section2-1-dl dd:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.section2-2{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 346px;
}

.section2-2-pic-wp{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 15;
	background-color: #9c9c9c;
}
.section2-2-pic{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-background-size: cover;
	background-size: cover;

}
.section2-2-pic.cur{
	opacity: 1;
	visibility: visible;
}

.sec-title2 h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.sec-title2 h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	font-family: "Arial";
	text-transform: uppercase;
	margin-top: 12px;
}

.sec-title2 .line11{
	width: 31px;
	height: 3px;
	background-color: #fff;
	margin-top: 20px;
}

.section2-2-dl dd.cur .sec-title2 h1{color: #333;}
.section2-2-dl dd.cur .sec-title2 h2{color: #333;}
.section2-2-dl dd.cur .section2-2-con p{color: #333;}
.section2-2-dl dd.cur .sec-title2 .line11{background-color: #333;}

.section2-2-dl dd.cur .section2-2-con img{display: none;}
.section2-2-dl dd.cur .section2-2-con img.section2-hoverimg{display: block;}




.section2-2-dl{
	position: relative;
	z-index: 25;
	height: 100%;
}

.section2-2-dl dl{
	margin:0;
	height: 100%;
}

.section2-2-dl dd{
	float: left;
	width: 25%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-image: url(../images/bk.png);
	background-repeat: repeat-y;
	background-position: left center;
	padding-left: 1px;

}
.section2-2-dl dd:first-child{
	background-image: none;

}
.section2-2-dl dd>a{
	display: block;
	height: 100%;
	position: relative;
	z-index: 55;
}


.section2-2-dl dd::after{
	position: absolute;
	left: 1px;
	right: 0;
	top: 100%;
	bottom: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-image: url(../images/baibaidi.png);
	content:"";

}

.section2-2-dl dd.cur::after{
	top: 0;
}
.section2-2-dl dd.cur .section2-2-con-wp{
	height: 105px;
	opacity: 1;
	visibility: visible;
}
.section2-2-con-wp{
	position: relative;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.section2-2-con{
	padding-top: 35px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 105px;
}
.section2-2-con p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	padding: 0	35px;
	text-align: center;
}

.section2-2-con img{
	display: block;
	margin:5px auto 0;
}
.section2-2-con img.section2-hoverimg{display: none;}

.section3-pic>a{
	display: block;
	padding-bottom: 74.7%;
	position: relative;
	overflow: hidden;
}

.section3-pic>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}


.section3-pic>a:hover>img{

	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.section3-list{
	margin-top: 50px;
}
.section3-list .item h1{
	margin:0;
	font-size: 38px;
	color: #b2b2b2;
	font-family: "Cambria Math";
	margin-top: 22px;
}

.section3-list .item h2{
	margin:0;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
	margin-top: 12px;
}



.section3-list .item h2 a:hover{
	color: #da251d;
}

.section3-list .item p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 56px;
	overflow: hidden;
	margin-top: 15px;
}



































































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





/*footer-start*/
/**************************************************************/
#footer{
	background-color: #4e4e4e;

}
.footer-1{
	padding: 50px 0;
}

.foo1{
	width: 255px;
	margin-right: 190px;
}

.foo1 h1{
	margin:0;
	font-size: 18px;
	color: #fff;
}
.foo1 dl{
	margin:0;
}

.foo1 dd{
	margin-top:21px;
}
.foo1 dd .form-control{
	border-radius: 0;
	box-shadow: none!important;
}
.er {
	text-align: center;
	font-size: 14px;
	color:#fff;
	width: 118px;
	margin-left: 100px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}



.foo2{
	overflow: hidden;
}

.foo2 ul,.foo2 dl{
	margin:0;
}

.foo2 li{
	float: left;
	width: 20%;
}

.foo2 li h1{
	margin:0;
	font-size: 18px;
	color: #fff;
}

.foo2 li dd{
	margin-top: 10px;
}
.foo2 li dd:first-child{
	margin-top: 24px;
}

.foo2 li dd a{
	font-size: 14px;
	color: #fff;
}








.footer-2{
	border-top: 1px solid #8d8d8d;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	color:#fff;
	line-height: 1.8;
}



/**************************************************************/
/*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: #0d59a7;*/

}
.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;
	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: 18px;
    width: 18px;

}

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

.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: 400px;
    background-repeat: no-repeat;
    background-position: center ;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}





.mianbaoxie{
      font-size: 14px;
    color:#333;
    height: 20px;
    line-height: 20px;
    padding-left: 15px;
    background-image: url(../images/mian.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 26px;

}
.mianbaoxie a:hover{
    color:#f33e36;
}
.mianbaoxie span{
    color:#f33e36;
}



.erji-top{
	background-color: #fff;
}
.erji-nav{
	margin-left: 35px;
}
.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	padding: 0 35px;
	background-image: url(../images/erjidd.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 70px;
	line-height: 70px;

}

.erji-nav dd a{
	font-size: 16px;
	color:#333;
}


.erji-nav dd.cur a,.erji-nav dd a:hover{
	color: #f33e36;
}

.erji-content{
  background-color: #f8f8f8;
  padding: 50px 0 60px;
  overflow: hidden;
}

.about{
	padding: 20px 0 0;
}
.about-pic{
	width: 528px;
	margin-left: 83px;
}
.about-pic img{
	display: block;
	width: 100%;
}
.about-con{
	overflow: hidden;
}

.about-con h1{
	font-size: 30px;
	color: #333;
	margin:0;
}

.about-con h2{
	font-size: 20px;
	color: #333;
	margin:0;
	font-family: "Arial";
	line-height: 1.6;
	margin-top: 6px;
}

.about-con-p{
	font-size: 16px;
	color:#333;
	line-height: 2;
	margin-top: 25px;
	height: 318px;
	overflow: auto;
	text-align: justify;
}



.erji-title h1{
	margin:0;
	font-size: 26px;
	color: #333;
}
.erji-title h2{
	margin:0;
	font-size: 16px;
	color: #333;
	font-family: "Arial";
	text-transform: uppercase;
	margin-top: 11px;
}

.line-wp{
	width: 30px;
	height: 2px;
	margin:20px auto 0;
	position: relative;
}

.line{
	height: 2px;
	background-color: #f33e36;
	position: absolute;
	width: 30px;
	z-index: 15;

	margin-left: -15px;

	left: 50%;
}


.line-hui{
	position: absolute;
	width: 5000px;
	left: 50%;
	margin-left: -2500px;
	top: 0;
	height: 1px;
	z-index: 10;
	background-color: #ebebeb;
}

.guanhuai-list{
	padding-top: 15px;
}


.guanhuai-item{
	margin-top: 30px;
	padding: 12px ;
	padding-bottom: 26px;
	border-bottom: 3px solid #ebebeb;
	background-color: #fff;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}

.guanhuai-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.47%;
    overflow: hidden
}

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

.guanhuai-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.guanhuai-item h1{
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
	height: 56px;
  line-height: 1.8;
  margin-top: 15px;
  padding: 0	10px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;

}
.guanhuai-item h1 a{
	display: block;
}




.guanhuai-item:hover h1{
	/*color: #fff;*/
	font-weight: bold;
}



.fenye{
    text-align: center;
    padding-top: 60px;
    /*border-top: 1px solid #eee;*/
}
.fenye ul{
    margin:0;
}







.rongyu-list{
	padding-top: 15px;
}

.rongyu-item{
	margin-top: 30px;
}
.rongyu-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 15px;
}
.rongyu-pic{
	background-color: #fff;
	padding: 12px;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-ms-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;

}
.rongyu-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.47%;
    overflow: hidden
}
.rongyu-pic.zizhi-pic>a{
	padding-bottom: 136.47%;
}
.rongyu-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*transition: .3s;*/
}

/*.rongyu-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}*/
.rongyu-item:hover .rongyu-pic{
	/*background-color: #f33e36;*/
}
.rongyu-item:hover h1{
	/*color:#f33e36;*/
	font-weight: bold;
}


.wenhua-pic.fl{
	width:458px;
	margin-left: 80px;
	margin-right: 80px;
}
.wenhua-pic.fr{
	width:263px;
	margin-left: 80px;
	margin-right: 80px;
}
.wenhua-pic img{
	display: block;
	width: 100%;
}

.wenhua-dl{
	overflow: hidden;
}
.wenhua-li{
	padding-top: 80px;
}
.wenhua-dl dl{
	margin:0;
}
.wenhua-dl dd{
	margin-top: 35px;
}
.wenhua-dl dd:first-child{
	margin-top: 0;
}
.wenhua-dl dd h1{
	margin:0;
	font-weight: bold;
	font-size: 24px;
	color:#333;
}
.wenhua-dl dd p{
	margin:0;
	font-size: 16px;
	color:#666;
	line-height: 2;
}
.wenhua-dl dd h1+p{
	margin-top: 18px;
	
}
.wenhua{
	padding-bottom: 20px;
}
.xinwen-list-wp{
	padding: 60px 0 30px;
}
.xinwen-list {
	border-left: 1px solid #e3e3e3;

}
.xinwen-list dl{
	margin:0;
}

.xinwen-list dd{
	float: left;
	width: 33.333333333%;
	border-right: 1px solid #e3e3e3;
}

.xinwen-item{
	padding: 45px 30px 60px;
	background-color: #f8f8f8;


}
.xinwen-item h1{
	font-size: 16px;
	color:#666;
	margin:0;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;

}

.xinwen-item h2{
	font-size: 18px;
	color:#333;
	margin:0;
	margin-top: 30px;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.xinwen-pic{
	margin-top: 33px;
}
.xinwen-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.38%;
    overflow: hidden
}

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

.xinwen-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.xinwen-item p{
	font-size: 16px;
	color:#666;
	margin:0;
	margin-top: 28px;
  overflow: hidden;
  line-height: 2;
  height: 64px;
  -webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}


.xinwen-jian{
	width: 36px;
	height: 11px;
	background-image: url(../images/jian1.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 25px;
	-webkit-transition: background-image .3s;
	-moz-transition: background-image .3s;
	-ms-transition: background-image .3s;
	-o-transition: background-image .3s;
	transition: background-image .3s;
}


.xinwen-item:hover h2{
	font-weight: bold;
}





.list{
	padding-top: 15px;
}
.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;
}

.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:#0d59a7;
}


.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: 16px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
	text-indent: 2em;
}
.danpian-con *{
	color: #000!important;
}
.danpian-con img{
	display: block!important;
	margin:15px auto!important;
	width: auto!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:#f33e36;

}



.rencai-div{
	background-image: url(../images/rencai.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 48px;
}

.rencai-con{
	background-image: url(../images/baidi.png);
	padding: 70px 40px 70px;
	width:43%;

}

.rencai-con-p{
	font-size: 16px;
	color:#333;
	line-height: 1.8;
}

.rencai-con-p p{
	/*margin:0;*/
}

.rencai-hong{
	font-size: 16px;
	color: #333;
	margin-top: 90px;
	font-weight: bold;
}
.contact-dl {
	margin-top: 85px;
}
.contact-dl dl{
	margin:0;
}

.contact-dl dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	background-color: #f1f1f1;
}

.contact-dd{
	background-color: #fff;
	position: relative;
	top: -4px;
	left: -4px;
	border:1px solid #f5f3f0;
	padding: 35px 18px 35px 28px;
}

.erer{
	width: 128px;
	margin-left: 10px;
}

.erer-con{
	overflow:hidden;
	padding-top: 7px;
}

.erer-con h1{
	font-size: 20px;
	color:#333;
	font-weight: bold;
	margin:0;
}

.erer-con h2{
	font-size: 20px;
	color:#f33e36;
	margin:0;
	margin-top: 20px;
}


.erer-con h2 img{
	margin-top: -3px;
	margin-right: 7px;
}

.map-wp{
	height: 658px;
}

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





.caidan{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1001;
	background-color: #ffffff;
	display: none;
}

.caidan-pic{
	width: 28.5%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.caidan-div{
	position: absolute;
	width: 71.5%;
	right: 0;
	top: 0;
	bottom: 0;

}

.caidan-div1{
	padding: 0 135px;
}

.caidan-logo{
	width: 460px;
}
.caidan-logo a,.caidan-logo img{
	display: block;
	width: 100%;
}

.caidan-close{
	width: 33px;
	height: 32px;
	background-image: url(../images/close.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}

.caidan-close:hover{
	background-image: url(../images/closeh.png);

}

.caidan-div3{

	text-align: center;
	font-size: 0;
	margin-top: 170px;
}

.caidan-div3-block{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}
.caidan-div3-block a:hover{
	color: #f33e36;
}
.caidan-er{
	position: absolute;
	right: 100%;
	width: 156px;
	font-size: 16px;
	color: #333;
	text-align: center;
	top: 50%;
	margin-top: -67px;
	padding-right: 50px;
}
.caidan-er img{
	display: block;
	width: 100%;
}
.caidan-div2{
	padding: 0 135px;
	margin-top: 130px;
	position: relative;
}

.caidan-line{
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	height: 3px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/caidan1.jpg);

}
.caidan-line i{
	position: absolute;
	left: 0;
	height: 3px;
	top: 0;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/caidan2.jpg);
}

.caidan-line i.cai1i{
	width: 15px;
}




.caidan-div2 dl{
	margin:0;
}

.caidan-div2 dd{
	float: left;
	width: 20%;
}

.caidan-div2 dd h1{
	font-size: 20px;
	color: #333;
	margin:0;
	padding-bottom: 80px;
}

.caidan-div2 dd h1 a:hover{
	color: #f33e36;
}
.caidan-a{
	margin-top: 7px;
}
.caidan-a a{
	font-size: 16px;
	color: #333;
}

.caidan-a a:hover{
	color: #f33e36;
}

.buju .section2-1{
	height: auto;
	padding: 90px 0 60px;
}
.buju .section2-2{
	height: 605px;
	position: relative;
	top: 0;
}

.buju .section2-1-div{
	padding-top: 0;
}

.sannong-p{
	font-size: 18px;
	color: #333;
	text-indent: 2em;
	line-height: 1.8;
	margin-top: 45px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.1);

}

.sannong-list ul{
	margin:0;
}
.sannong-list li{
	margin-top: 50px;
	background-color: #fff;
}
.sannong-pic-wp{
	width: 50%;
}

.sannong-pic-wp li{
	margin-top: 0!important;
	background-color: transparent!important;
}

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

.sannong-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



.fsannong .flex-control-nav{
	display: block;
	bottom: 15px;
	font-size: 0;
	text-align: center;
}

.fsannong .flex-control-nav li{
	margin:0 4px;
}

.fsannong .flex-control-paging li a{
	background-image: url(../images/ssss1.png);

}

.fsannong .flex-control-paging li a.flex-active{
	background-image: url(../images/ssss1h.png);

}






.sannong-con{
	overflow: hidden;
	padding: 73px 32px 0;
}
.sannong-con h1{
	margin:0;
	font-size: 22px;
	color: #333;
	position: relative;
}
.sannong-con h1 i{
	display: block;
	position: relative;
	z-index: 25;
	font-style: normal;
	font-size: 22px;
	color: #333;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sannong-con h1 span{
	position: absolute;
	left: 0;
	bottom: 0px;
	font-size: 68px;
	color: #eee;
	font-weight: bold;
	z-index: 15;
	line-height: 1;
}

.sannong-con-p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 28px;


}
.sannong-con-p p{
	margin:0;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left 13px;
	background-image: url(../images/sannong-dian.jpg);
	margin-top: 10px;
}
.sannong-con-p p:first-child{
	margin-top: 0;
}
.xianguo-pic{
	padding-bottom: 98%;
}

.xianguo-map{
	margin-top: 50px;
	background-image: url(../images/xianguo-map.png);
	background-repeat: no-repeat;
	background-position: 35% 50%;
	min-height: 570px;
	padding-top: 25px;

}

.xianguo-map .sannong-pic-wp{
	width: 431px;
	margin-right: 140px;
}


.xianguo-con-p{
	font-size: 16px;
	color: #333;
	line-height:2.2;
	margin-top: 20px;

}
.xianguo-cs{
	padding-left: 32px;
}
.xianguo-cs img{
	display: block;
	position: relative;
	top: -68px;
}

.xianguo-bottom{
	margin-top: 30px;
	background-color: #fff;
    padding: 30px 0 40px;
}
.xianguo-bottom .sannong-con{
	padding-top: 45px;
	padding-bottom: 0;
}
.xianguo-bottom-dl{
	margin-top: 40px;
}
.xianguo-bottom-dl dl{
	margin:0;
	margin-left:-1.5%;
}

.xianguo-bottom-dl dd{
	float: left;
	width: 18.5%;
	margin-left: 1.5%;
}

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

.xianguo-bottom-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.xianguo-bottom-2 .item{
	padding: 1px;
}
.xianguo-bottom-2-pic{
	position: relative;
	padding-bottom:85.87%;
	overflow: hidden;
	border:1px solid #dcdcdc;
}

.xianguo-bottom-2-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.xianguo-bottom-2 {
	margin-top: 60px;
}


.xianguo-bottom-2 .owl-dots {
	text-align: center;
	margin-top: 32px;
	font-size: 0;
	line-height: normal;
}
.xianguo-bottom-2 .owl-dots .owl-dot{
	display: inline-block;
	margin:0 6px;
	border:0;
	background-color: transparent;
	outline: none;
}
.xianguo-bottom-2 .owl-dot span{
	width: 10px;
	display: block;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/ssss1.png);
}

.xianguo-bottom-2 .owl-dot.active span{
	background-image: url(../images/ssss1h.png);

}

.time{
	padding: 50px 0 32px;
	background-image: url(../images/time-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-attachment: fixed;

}

.time-more{
	width: 42px;
	margin:0 auto;
	cursor: pointer;
}

.time-more img{
	display: block;
	width: 100%;
}
.erji-title22 h1{color: #fff;}
.erji-title22 h2{color: #fff;}

.erji-title22 .line-hui{
	background-color: #fff;
}

.time-div{
	margin-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/time-div.jpg);
	background-repeat: repeat-y;
	background-position: center top;

}
.time-div.cur,.time-div.cur .time-right{
	padding-bottom: 0!important;
}
.time-left{
	width: 345px;
	margin-right: 80px;
}
.time-left dl{
	margin:0;
}

.time-left dd{
	height:100px;
	line-height: 100px;
	font-size:32px;
	font-weight: bold;
	padding-left:  55px;
	cursor: pointer;
	margin-bottom: 36px;
	background-image: url(../images/baidi2.png);
	position: relative;

}
.time-left dd i{
	position: absolute;
	width: 16px;
	right: -16px;
	top: 50%;
	margin-top: -16px;
	display: none;
}
.time-left dd i img{
	display: block;
	width: 100%;
}
.time-left dd.cur{
	color: #fff;
	background-image: none;
	background-color: #f33e36;

}
.time-left dd.cur i{
	display: block;
}
.time-right{
	overflow: hidden;
}

.time-right-con dl{
	/*padding-left: */
	margin: 0;
}

.time-right-con dd{

	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/dou.png);


}
.time-right-con dd.no_dd{
	display: none;
}
.time-right-con dd:hover{
	background-image: url(../images/douh.png);

}






.time-dd-con{
	background-image: url(../images/baidi2.png);
	border-radius: 8px;
	overflow: hidden;
	padding: 15px;
	width: 45.38%;
}
.time-dd-pic-wp{
	width: 280px;
}
.time-dd-pic-wp.fr{
	margin-left: 15px;

}
.time-dd-pic-wp.fl{
	margin-right: 15px;

}
.time-dd-pic-wp.fl+.time-dd-con-wen{
	text-align: right;
}
.time-dd-pic{
	position: relative;
	padding-bottom:66.43%;
	overflow: hidden;
}

.time-dd-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.time-dd-con-wen{
	overflow: hidden;
	padding-top: 20px;
}

.time-dd-con-wen h1{
	margin:0;
	color: #333;
	font-size: 30px;
	font-weight: bold;
}


.time-dd-con-wen p{
	margin:0;
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 10px;
	text-align: left;
}



.search-list ul{
	margin:0;
}

.search-list li{
	background-repeat: no-repeat;
	background-position:5px center;
  background-image: url(../images/sannong-dian.jpg);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:25px;
  overflow: hidden;
	position: relative;
	padding-right:110px;
	height: 60px;
	line-height: 59px;
	border-bottom: 1px solid #ddd;
}




.search-list li a{
	font-size: 18px;
	color:#333;
}
.search-list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.search-list li a:hover{
	color:#f33e36;
}