/**************************************/
/*************[公用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{
	margin: 0	115px;

}

.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]****************/
/**************************************/



.section{
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center ;
	/*background-color: #fff;*/
}


#header{
	height: 90px;
	background-color: #fff;
}

.logo{
	width: 317px;
	margin-top: 7px;
}

.logo img{
	display: block;
	width: 100%;
}


.wena{
	width: 20px;
	cursor: pointer;
	margin-top: 40px;
}

.wena img{
	display: block;
	width: 100%;
}
.nav{
	margin-right: 17px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	margin-left: 1px;
}
.nav>ul>li>a{
	display: block;
	height: 90px;
	text-align: center;
	position: relative;
	padding: 30px 25px 0;
}


.nahei{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	background-color: #444444;
	transition: .3s;
}

.nav>ul>li>a h1{
	margin:0;
	font-size: 16px;
	color:#333;
	position: relative;
	transition: .3s;
	z-index: 60;
}
.nav>ul>li>a h2{
	margin:0;
	font-size: 12px;
	color:#666;
	font-family: "Arial";
	margin-top: 10px;
	text-transform: uppercase;
	position: relative;
	transition: .3s;
	z-index: 60;
}

.nav>ul>li:hover>a h1,
.nav>ul>li:hover>a h2{
	color:#fff;
}

.nav>ul>li.active>a h1,
.nav>ul>li.active>a h2{
	color:#fff;
}
.nav>ul>li:hover>a>.nahei,.nav>ul>li.active>a>.nahei{
	top: 0;
}









.banner{
	position: absolute;
	width: 100%;
	top: 90px;
	bottom: 0;
	z-index: 500;
}

.fafa,.fafa .slides{
	height: 100%;
}

.fafa .slides>li{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
}

.fafa .slides>li img{
	display: none;
	width: 100%;
}

.fafa .flex-control-nav{
	display: block;
	font-size: 0;
	bottom:55px;
}

.fafa .flex-control-nav li{
	margin:0 7px;
}


.fafa .flex-control-paging li a{
	width: 5px;
	height: 22px;
}

.section2-div{
	height: 100%;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.section2-div .wp{
	height: 100%;
}
.section2-div-con-wp{
	display: table;
	width: 100%;
	height: 100%;
}
.section2-div-con{
	display: table-cell;
	vertical-align: middle;
}

.section2-div-con h1{
	font-size: 24px;
	color:#fff;
	font-weight: bold;
	font-family: "Arial";
	margin:0;
	line-height: 1;
}

.section2-div-con h2{
	font-size: 30px;
	color:#fff;
	font-weight: bold;
	margin:0;
	line-height: 1.4;
	margin-top:16px; 
}

.section2-div-con-p{
	font-size: 14px;
	color:#fff;
	line-height: 2;
	margin-top:35px;
	/*height: 140px;*/
	overflow: hidden;
}
.section2-div-dl{
	margin-top: 40px;
}
.section2-div-dl dl{
	margin:0;
}

.section2-div-dl dd{
	float: left;
	width: 20%;
	font-size: 0;
}
.section2-div-dl dd a{
	display: inline-block;
	font-size: 0;
}
.section2-div-dl dd a:hover h1 i{
	width: 100%;
}
.section2-div-dl dd h1{
	display: inline-block;
	font-size: 18px;
	color:#fff;
	margin:0;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
	font-weight: normal;

}

.section2-div-dl dd h1 i{
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: 0;
	transition: .5s;
}

.section2-div-dl dd h2{
	font-size: 12px;
	color:#fff;
	font-family: "Arial";
	margin:0;
	margin-top:15px; 

}
.more{
	margin-top: 70px;
}
.more a{
	font-size: 0;
	display: block;
	width: 30px;
}

.bo-a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(../images/bo.png);
	background-repeat: no-repeat;
	background-position: center ;
	display: block;
}

.title-11 img{
	display: block;
	margin:0 auto;
}

.title-11{

}
.section3 {
	padding-top: 6%;
}
.section5 {
	padding-top: 5.5%;
}
.section3 .wp{
	height: 100%;
	
}
.section5 .wp{
	height: 100%;
}

/*.section-table{
	display: table;
	width:100%;
	height: 100%;
	overflow: hidden;
	max-width: 100%;
}
.section-table-cell{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
*/





.m70{
	margin-top:70px; 
}
.an-list .item{
	position: relative;
	overflow: hidden;
	padding-top: 15px;
}

.item-a{
	padding-bottom:151%; 
	position: relative;
	top: 0;
	transition: .3s;
}
.an-list .item:hover .item-a{
	top: -15px;
}

.an-list .owl-prev{
	position: absolute;
	left:-50px;
	top: 50%;
	margin-top: -15px;
	width: 18px;
	height: 30px;
	background-image: url(../images/left.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}
.an-list .owl-prev:hover{
	background-image: url(../images/lefth.png);

}
.an-list .owl-next{
	position: absolute;
	right:-50px;
	top: 50%;
	margin-top: -15px;
	width: 18px;
	height: 30px;
	background-image: url(../images/right.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.an-list .owl-next:hover{
	background-image: url(../images/righth.png);

}
.an-list .item .item-a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.anitem-con{
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	top: 0;
	padding: 23.3% 11.65% 0;
	background-image: url(../images/heidi0.png);
	transition: .3s;
}

.an-list .item:hover .anitem-con{
	background-image: url(../images/heidi1.png);

}


.anitem-con h1{
	font-size: 21px;
	color:#fff;
	margin:0;
}

.anitem-con h2{
	font-size: 14px;
	color:#fff;
	margin:0;
	font-family: "Arial";
	margin-top: 10px;
}

.anitem-con p{
	font-size: 14px;
	color:#fff;
	margin:0;
	line-height: 2;
	margin-top:40px;
	/*height: 140px;*/
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	position: relative;
	top: 10px;
}

.anitem-con .more{
	position: relative;
	top: 10px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.an-list .item:hover .anitem-con p{
	opacity: 1;
	visibility:visible;
	top: 0;
}

.an-list .item:hover .anitem-con .more{
	opacity: 1;
	visibility:visible;
	top: 0;
}

.section4 .container{
	height: 100%;
}

.section4-con-wp{
	display: table;
	width: 100%;
	height: 100%;
}

.section4-con{
	display: table-cell;
	vertical-align: middle;
}
.title-22{
	text-align: center;
}
.title-22 h1{
	font-size: 36px;
	color:#fff;
	margin:0;
}

.title-22 h1 span{
	font-weight: bold;
}

.title-22 h2{
	font-size: 18px;
	color:#fff;
	font-family: "Arial";
	margin:0;
	margin-top: 7px;
}
.section4-list .item{
	padding-top: 15px;
}
.section4-list .item>a{
	display: block;
	position: relative;
	top: 0;
	transition: .3s;
}

.section4-list .item>a:hover{
	top: -15px;
}


.section4-list .item>a img{
	width: 87px!important;
	margin:0 auto;
}


.section4-list .item>a h1{
	font-size: 16px;
	color:#fff;
	margin:0;
	text-align: center;
	margin-top: 20px;
}
.section4-list .item>a h1 span{
	font-size: 30px;
	font-family: "Arial";
	padding-right: 3px;
}

.section4-list .item>a p{
	font-size: 16px;
	color:#fff;
	text-align: center;
	margin:0;
	margin-top: 5px;
	line-height: 1.6;
}


.section4-list{
	margin-top: 13.6%;
}
.section5-list2{
	display: none!important;
}

.section5-list ul{
	margin:0;
}

.section5-list li{
	float: left;
	width: 23.55%;
	margin-left: 1.61%;
}
.section5-list li.lili{
	margin-top: 1.61%;
}
.section5-list li:first-child{
	margin-left: 0;
	width: 49.52%;
}
.section5-list li>a{
	display: block;
	padding-bottom: 75%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.section5-list li>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}

.section5-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/heidi2.png);
}

.section5-list li>a:hover .section5-con p
{
	opacity: 1;
	visibility: visible;
}
.section5-list li>a:hover .section5-con{
	bottom: 20px;
}
.section5-con{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: -30px;
	transition: .3s;
}
.section5-list li>a:hover .section5-con h1{
    background-image: url(../images/hh2.png);

}
.section5-con h1{
	margin: 0;
    font-size: 21px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
	transition: .3s;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/hh1.png);
    margin-bottom: 8px;
}

.section5-con p{
	font-size: 14px;
	color:#fff;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	margin:0;
	/*margin-top: 8px;*/
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	/*display: none;*/
}

.section6 .wp{
	height: 100%;
	overflow: hidden;
	position: relative;
}


.section6-title{
	width: 320px;
}
.section6-title .more{
	margin-top: 50px;
}

.section6-con-wp{
	overflow: hidden;
}
.section6 {
    padding-top: 7%;
}


.section6-con{
	margin-top: 150px;
}
.section6-list{
	border-left: 1px solid #eaeae9;

}
.section6-list  .item{
	padding: 0 16.5%;
	border-right: 1px solid #eaeae9;
}

.section6-list  .item h1{
	margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section6-list  .item h1 a:hover{
	color:#c7514e;
}
.section6-list  .item p{
	margin: 0;
    font-size: 14px;
    color: #666;
	line-height: 1.8;
    overflow: hidden;
    height: 125px;
    margin-top: 30px;
}


.section6-list  .item h2{
	margin: 0;
    font-size: 12px;
    color: #666;
    font-family: "Arial";
    margin-top: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.section6-bottom{
	position: absolute;
	left: 0;
	right: 0;
	height: 100px;
	line-height: 100px;
	text-align: center;
	bottom: 0;
	background-image: url(../images/bottom.jpg);
	background-position: center;
	font-size: 14px;
	color:#333;
}

.section6-bottom span{
	font-size: 34px;
	color:#c6514d;
	font-family: "Arial";
}
.footer-1{
	padding: 4% 0;
}
.footer-1-list .item>a{
	display: block;
}

.fdiv{
	width: 199px;
	height: 199px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-top: 125px;
	transition: .3s;
}
.fdiv:hover h1{
	color:#fff;
}
.fdiv h1{
	margin:0;
	font-size: 14px;
	transition: .3s;
	color:#999;
	display: inline-block;
	padding-top: 15px;
	border-top: 1px solid #fff;
}
.fdiv1{background-image: url(../images/y1.png);}
.fdiv2{background-image: url(../images/y2.png);}
.fdiv3{background-image: url(../images/y3.png);}
.fdiv4{background-image: url(../images/y4.png);}
.fdiv5{background-image: url(../images/y5.png);}

.fdiv1:hover{background-image: url(../images/y1h.png);}
.fdiv2:hover{background-image: url(../images/y2h.png);}
.fdiv3:hover{background-image: url(../images/y3h.png);}
.fdiv4:hover{background-image: url(../images/y4h.png);}
.fdiv5:hover{background-image: url(../images/y5h.png);}

.footer-1-div>p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
	text-align: center;
	margin-top: 50px;
}

.footer-2{
	height: 181px;
	background-image: url(../images/footer-2.jpg);
	background-position: center ;
	color:#fff;
	padding-top: 50px;
}

.foo2-left{
	font-size: 14px;
	line-height: 2.3;
	margin-top: 15px;

}

.foo2-1{
	font-size:12px;
	color:#ccc; 
	text-align: right;
}
.foo2-1 a{
	margin-left: 10px;
}

.you{
	width: 222px;
	margin-top: 18px;
}

.you select{
	display: block;
	width: 100%;
	height: 37px;
	border:1px solid #707070;
	font-size: 12px;
	background-color: transparent;
	padding-left: 10px;
}

.you select:focus{
	outline: none;	
}



#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: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
    width: 240px;
    margin-left: 15px;
    margin-top: 10px;
}

.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;
	
}


.banner-2{
	height: 460px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}
.erji-list{
}
.erji-nav{

	background-color: #f5f5f5;
}

.erji-list .item>a{
	display: block;
	height: 54px;
	line-height: 54px;
	/*background-color: #fff;*/
	font-size: 16px;
	color:#333;
	padding: 0	28px;
}
.erji-list .item>a.cur,.erji-list .item>a:hover{
	background-color: #333;
	color:#fff;
}

.erji-list .owl-prev{
	position: absolute;
	left:-35px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-image: url(../images/left2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.erji-list .owl-next{
	position: absolute;
	right:-35px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-image: url(../images/right2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.erji-list .owl-prev.disabled,.erji-list .owl-next.disabled{
	display: none;
}

.erji-content{
	padding: 60px 0;
	overflow: hidden;
}

.product-list ul{
	margin:0;
}

.product-list li{
	width: 48.5%;
	margin-bottom: 3%;
	background-color: #f3f3f3;
	border:1px solid #f3f3f3;
	padding: 35px 30px;
	transition: .3s;
}
.product-list li:hover{
	border:1px solid #eceaea;
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
}
.product-pic{
	width: 267px;
	margin-right:27px; 
}

.pic-pic{
	position: relative;
	padding-bottom: 75%;overflow: hidden;
}
.about5-list .pic-pic a{
	display: block!important;
}
.pic-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.pic-pic2{
	position: relative;
	padding-bottom: 75%;overflow: hidden;
}

.pic-pic2 img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}
.pic-pic:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product-con{
	overflow: hidden;
	padding-top: 22px;
}

.product-con h1{
	margin:0;
	font-size: 16px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

.product-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.8;
    overflow: hidden;
    height: 75px;
    margin-top: 13px;
}

.product-con h1 a:hover{
	color:#d0111b;
}

.more1{
	margin-top: 22px;
}

.fenye ul{
	margin:0;
}

.fenye{
	margin-top: 25px;
}

.product-xx-pic{
	width: 690px;
	padding: 7px;
}
.product-xx-top{
	background-color: #f3f3f3;
}
.product-xx-con{
	overflow: hidden;
}

.product-xx-picda-wp{
	width: 542px;
	margin-right: 7px;
}
.product-xx-picda{
	display: none;
}

.product-xx-picda:first-child{
	display: block;
}

.product-xx-pic-arr{
	overflow: hidden;
}
.product-xx-pic-arr-div:first-child{
	margin-top: 0;
}
.product-xx-pic-arr-div{
	border:3px solid #fff;
	margin-top: 7px;
	cursor: pointer;
}

.product-xx-pic-arr-div.cur{
	border-color: #333;
}

.product-xx-con{
	height: 420px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/tu.jpg);
	padding: 35px 30px;
	overflow-y: auto;
}

.product-xx-con h1{
	font-size: 21px;
	color:#333;
	margin:0;
}
.product-xx-con-p{
	font-size: 14px;
	color:#666;
	margin-top: 20px;
	line-height: 2;
}


.product-xx-con h2{
	font-size: 18px;
	color:#333;
	margin:0;
	margin-top: 20px;
}

.product-xx-middle{
	margin-top: 55px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}

.product-xx-middle-left{
	width: 65%;
}

.title-44{
	font-size: 21px;
	color:#333;
	font-weight: bold;
	padding-left:24px;
	background-repeat: no-repeat; 
	background-position: left center;
	background-image: url(../images/title-44.jpg);
}

.product-xx-lianxi{
	width: 250px;
}

.product-xx-lianxi dl{
	margin:0;
	background-color: #f3f3f3;
	padding: 5px;
}

.product-xx-lianxi  dd{
	background-color: #fff;
	padding: 25px 0;
	margin-top: 5px;
}
.product-xx-lianxi  dd:first-child{
	background-color: #f3f3f3;
	margin-top: 0;

}
.product-xx-lianxi  dd h1{
	font-size: 24px;
	font-weight: bold;
	color:#666;
	margin:0;
	text-align: center;
}

.product-xx-lianxi  dd h2{
	font-size: 16px;
	color:#666;
	margin:0;
	margin-top: 8px;
	text-align: center;
}

.product-xx-lianxi  dd h3{
	font-size: 14px;
	color:#666;
	margin:0;
	padding-left: 35px;
}

.product-xx-lianxi  dd h4{
	font-weight: bold;
	font-size: 20px;
	font-family: "Arial";
	color:#333;
	margin:0;
	padding-left: 35px;
	margin-top: 12px;
}

.product-xx-lianxi  dd h4+h4{
	margin-top: 5px;
}

.product-xx-middle-div{
	font-size: 16px;
	color:#666;
	line-height: 2.2;
	padding-top: 15px;
}

.product-xx-bottom{
	margin-top: 50px;
}

.product-xx-bottom-pic{
	border:1px solid #eee;
}
.product-xx-bottom-list{
	margin-top: 30px;
}
.product-xx-bottom-list .item h1{
	font-size: 16px;
	color:#333;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: 16px;
}

.product-xx-bottom-list .item:hover h1{
	color:#d0111b;
}


.fuwu-pic{
	width: 745px;
	margin-left: 57px;
}

.fuwu-con{
	overflow: hidden;
	padding-top: 40px;
}

.fuwu-title h1{
	font-size: 21px;
	color:#333;
	margin:0;
}
.fuwu-title h1 i{
	font-size: 16px;
	color:#999;
	font-style: normal;
}
.fuwu-title h2{
	font-size: 28px;
	color:#333;
	font-weight: bold;
	font-family: "Arial";
	margin:0;
	margin-top: 12px;
}

.fuwu-title h2 span{color:#be0004;}
.line3{
	width: 15px;
	height: 5px;
	background-color: #be0004;
	margin-top: 13px;
}
.fuwu-dl
{margin-top: 100px;}
.fuwu-dl dl{
	margin:0;
	margin-left: -3%;
}

.fuwu-dl dd{
	float: left;
	width: 30.3333333333%;
	margin-left: 3%;
}

.fuwu-dl dd .title-44{
	font-weight: normal;
	padding-left: 15px;background-image: url(../images/title-442.jpg);
}

.fuwu-dl-div{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding-top: 25px;
}

.er{
	width: 140px;
}

.er img{
	display: block;
	width: 100%;
}


.kehu1{
	padding: 30px 0 90px;
}
.kehu3{
	padding: 90px 0 30px;
}
.kehu1 .fuwu-title{
	text-align: center;
}

.kehu1 .fuwu-title .line3{

	margin-left: auto;
	margin-right: auto;
}
.kehu3 .fuwu-title{
	text-align: center;
}

.kehu3 .fuwu-title .line3{

	margin-left: auto;
	margin-right: auto;
}
.kehu-dl{
	margin-top: 100px;
}
.kehu-dl dl{
	margin:0;

}

.kehu-dl dd{
	float: left;
	width: 33.3333333333%;
	padding: 0 50px;
	
	border-left: 1px solid #eee;
	padding-top: 23px;
}

.kehu-dl dd:first-child{
	padding-left: 0;
	border-left:0;
}
.kehu-dl dd:last-child{
	padding-right: 0;
}

.kehu-dl-div{
	margin-top:25px;
	font-size: 14px;
	color:#666;
	line-height: 2;
	height: 112px;
	overflow: hidden;
}

.kehu2{
	height: 358px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/kehu2.jpg);
	padding-top: 106px;
}

.kehu2 .section4-list{
	margin-top: 0!important;
}

.kehcneg3-con{
	width:  401px;
	border-right: 1px solid #eee;
	height: 130px;
}

.kehcneg3-con h1{
	font-size: 30px;
	font-weight: bold;
	color:#333;
	margin:0;
}

.kehcneg3-con h2{
	font-size: 27px;
	font-weight: bold;
	color:#666;
	margin:0;
	margin-top: 8px;
	margin-bottom: 5px;
}

.kehcneg3-con p{
	font-size: 18px;
	color:#666;
	margin:0;

}

.kehu3-div{
	margin-top: 80px;
}

.kehu3-pic
{width: 888px;}

.kehu3-pic img{
	display: block;
	width: 100%;
}


.news3-list ul{
	margin:0;
}

.news3-list li{
	border-bottom: 1px solid #eee;
	padding: 40px 0;
}
.news3-list li:hover{
	background-color: #f8f8f8;
}
.news3-date{
	width: 123px;
	height: 115px;
	margin-right: 38px;
	text-align: center;
	border-right: 1px solid #eee;
	margin-top: 10px;
}
.news3-date h1{
	font-size: 50px;
	line-height: 1;
	color:#a70c0e;
	font-family: "Arial";
	margin:0;
}
.news3-date h2{
	font-size: 14px;
	margin:0;
	color:#878787;
	font-family: "Arial";
}
.news3-list-pic{
	width: 220px;
	margin-left: 60px;
	margin-right: 15px;
}

.news3-con{
	overflow: hidden;
	padding-top: 10px;
}

.news3-con h1{
	margin: 0;
    font-size: 21px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news3-con h1 a:hover{
	color:#a70c0e;
}

.news3-con h2{
	margin: 0;
    font-size: 12px;
    color: #999;
   padding: 22px 0 14px;
}

.news3-con h2 img{
	margin-top: -3px;
	margin-right: 5px;
}

.news3-con h2 a{
	margin-left: 15px;
}

.news3-con p{
	margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 2;
    height: 50px;
    overflow: hidden;
}

.news1-pic{
	position: relative;
	padding-bottom: 68%;
	overflow: hidden;
}

.news1-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}

.about1{padding: 90px 0;}
.about1-left{
	width: 360px;
}

.about1-right{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 2;
}

.about1-right h1{
	font-size: 34px;
	font-weight: bold;
	color:#333;
	margin:0;
}

.about1-right h2{
	font-size: 26px;
	color:#666;
	margin:0;
	margin-top: 8px;
}

.about1-right p{
	margin:0;

}

.about2{
	height: 650px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about2.jpg);
	padding-top: 106px;
}

.about2-list .item>a{
	display: block;
}

.about2-list .item>a h1{
	font-size: 28px;font-weight: bold;
	color:#930003;
	margin:0;
	font-family: "Arial";
	height: 50px;
}

.line44{
	height: 5px; 
	background-color: #930003;
}

.about2-pic{
	padding-bottom: 56.2%;
	position: relative;
	overflow: hidden;
	margin-top: 38px;
}

.about2-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.about2-pic:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.about2-list .item>a p{
	font-size: 14px;
	color:#444;
	margin:0;
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 26px;
}


.about2-list-wp{
	padding: 0	34px;
	position: relative;
}

.idain1{
	position: absolute;
	width: 7px;
	left: 0;
	top: 49px;
}

.idain1 img{
	display: block;
	width: 100%;
}

.idain2{
	position: absolute;
	width: 7px;
	right: 0;
	top: 49px;
}

.idain2 img{
	display: block;
	width: 100%;
}

.about2-div{
	background-repeat: repeat-x;
	background-position: left 52px;
	background-image: url(../images/about222.jpg);
	margin-top: 70px;
}


.about2-list .owl-nav{
	position: absolute;
	width: 75px;
	height: 19px;
	background-image: url(../images/nav.png);
	right: 0;
	top: -150px;
}

.about2-list .owl-prev{
	position: absolute;
	width: 6px;
	height: 13px;
	background-image: url(../images/left3.png);
	background-repeat: no-repeat;
	background-position: center ;
	cursor: pointer;
	font-size: 0;
	top: 3px;
	left: 0;
}

.about2-list .owl-next{
	position: absolute;
	top: 3px;
	width: 6px;
	height: 13px;
	
	background-image: url(../images/right3.png);
	background-repeat: no-repeat;
	background-position: center ;
	cursor: pointer;
	font-size: 0;
	right: 0;
}




.about3{
	height: 680px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about3.jpg);
	padding-top: 100px;
}

.about3 .fuwu-title{
	text-align: center;
}
.about3-list{
	margin-top: 100px;
}
.about3-list .item>a{
	display: block!important;
}



.zs-pic{
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;

}
.zs-pic a{
	display: block!important;
}
.zs-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}



.about3-list .item h1{
	display: block;
	font-size: 16px;
	color:#666;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 25px;
    text-align: center;
}
.about3-list .item>a:hover h1{
	color:#be0004;
}


.about3-list .owl-prev{
	position: absolute;
	left:-87px;
	top: 50%;
	margin-top: -19px;
	width:38px;
	height: 38px;
	background-image: url(../images/left4.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.about3-list .owl-next{
	position: absolute;
	right:-87px;
	top: 50%;
	margin-top: -19px;
	width:38px;
	height: 38px;
	background-image: url(../images/right4.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}

.about4{
	padding: 80px 0;
}


.about4-right{
	overflow: hidden;
}

.about4-right h1{
	font-size: 24px;color:#333;
	font-weight: bold;
	margin:0;
}


.about4-right p{
	font-size: 14px;color:#666;
	margin:0;
	line-height: 1.8;
	margin-top: 20px;
}
.about4-dl
{margin-top: 85px;}
.about4-dl .item {
	height: 81px;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/item.jpg);
}
.about4-dl .item h1{
	font-size: 12px;
	color:#999;
	margin:0;
	font-family: "Arial";
	text-transform: uppercase;
}
.about4-dl .item h2{
	font-size: 18px;
	color:#666;
	margin:0;
	margin-top: 15px;
}
.about4-dl .item h1 span{
	font-size: 20px;
	font-weight: bold;
	color:#333;

}


.about5{
	height: 689px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/about5.jpg);
	padding-top: 100px;
}

.about5 .fuwu-title{
	text-align: center;
}


.about5 .fuwu-title .line3{
	margin:13px auto 0;
}
.about5-list{margin-top: 80px;}
.about5-list .item{
	display: block;
	background-color: #fff;

	padding: 6px;
	padding-bottom: 18px;
}

.about5-list .item h1{
	display: block;
	font-size: 16px;
	color:#333;
	margin:0;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 17px;
    text-align: center;
}
.about5-list .item:hover h1{
	color:#be0004;
}

.about5-list .owl-prev{
	position: absolute;
	left:-87px;
	top: 50%;
	margin-top: -19px;
	width:38px;
	height: 38px;
	background-image: url(../images/left5.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
}

.about5-list .owl-next{
	position: absolute;
	right:-87px;
	top: 50%;
	margin-top: -19px;
	width:38px;
	height: 38px;
	background-image: url(../images/right5.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
}




.job-left{
	width: 260px;
	margin-right:70px; 
}

.job-right{
	overflow: hidden;
}

.job-left img{
	display: block;
	width: 100%;
}

.job-left p{
	font-size: 15px;
	color:#666;
	line-height: 2;
	margin:0;
	margin-top: 25px;
}

.job-right-top h1{
	font-size: 18px;
	font-weight: bold;
	color:#333;
	margin:0;
	line-height: 1.6;
}

.job-right-top h1 span{
	font-size: 12px;
	color:#666;
}


.job-right-top p{
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 2;
	color:#666;
	margin:0;
	margin-top: 15px;
}
.job-table {
	margin-top: 50px;
}
.table-responsive{
	border:0!important;
}
.job-table table.table th{
	font-weight: normal;
	font-size: 16px;
	color:#333;
	text-align: center;
	border-color: #fff;
	height: 40px;
	line-height: 40px;
}

.job-table table.table th:first-child{
	text-align: left;
	padding-left: 50px;
}

.job-table table.table td{
	font-weight: normal;
	font-size: 14px;
	color:#666;
	text-align: center;
	border-color: #fff;
	height: 40px;
	line-height: 40px;
	
}
.job-table table.table tr.tr11 td{
	background-color: #eeeeee;
	border-bottom: 3px solid #fff;
}

.job-table table.table td:first-child{
	text-align: left;
	padding-left: 50px;
}
.job-table table.table tr.tr22{
	display: none;
}
.job-table table.table tr.tr11{
	cursor: pointer;
}
.job-table table.table tr.tr11.cur td{
	background-color: #333;
	color:#fff;
}

.gangwei{
	padding: 15px;
	padding-left: 0;
	font-size: 14px;
	color:#666;
	line-height: 2.5;
}

.jj{
	width: 22px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/jj1.jpg);
	display: inline-block;    vertical-align: middle;
}

.job-table table.table tr.tr11.cur .jj{
	background-image: url(../images/jj1.png);

}

.job-aaa{
	padding: 15px 0;
}
.job-aaa a{
	display: inline-block;
	padding: 8px 18px;
	background-color: #333;
	font-size: 14px;
	line-height: normal;
	color:#fff;
	border-radius: 3px;

}


#fei{
	position: fixed;right: 0;
	top: 50%;
	margin-top: -108px;
	z-index: 999;

}
#fei dl{
	margin:0;
}

#fei dd{
	width: 53px;
	margin-top: 1px;
	position: relative;
}
#fei dd:hover .dderer{
	display: block;
}
.dderer{
	position: absolute;
	width: 120px;
	right: 54px;
	top: 0;
	display: none;
}
.dderer img{
	display: block;
	width: 100%;
}

#ddfen_a{
	position: absolute;
	width: 54px;
	right: 53px;
	top: 0;
	display: none;
	padding-right: 1px;
}
#ddfen_a a:first-child{
	margin-top: 0;
}
#ddfen_a a{
	float: none;
	display: block;
	padding-bottom: 100%;
	margin:0;
	margin-top: 1px;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 0;
}
#ddfen_a a:hover{
	opacity: 1!important;
}
#ddfen_a a.bds_sqq{background-image: url(../images/lala1.png);}
#ddfen_a a.bds_weixin{background-image: url(../images/lala2.png);}
#ddfen_a a.bds_tsina{background-image: url(../images/lala3.png);}




#fei dd:hover #ddfen_a{
	display: block;
}

#fei a{
	display: block;
	

}

#fei dd img{
	display: block;width: 100%;

}


/*slides*/

/* sildes css begin */
.control {width:542px;height:407px;display: block;position:absolute;top:0;left:0;overflow: hidden;}
.change li{width:544px;overflow: hidden;text-align:center}

.change li img{
	display: block;
	width: 100%;
}

/* Ã§Â¿Â»Ã©Â¡ÂµÃ¦Å’â€°Ã©â€™Â® */
.prev, .next{width:49px;height:49px;position:absolute;bottom:480px; color:#FFF;font-size:14px; z-index: 9;font-weight:bold; cursor: pointer;outline:none} 
.prev span, .next span{display: none;}
.prev{left:0;background:url(../images-thumb/arrows_01.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images-thumb/arrows_01.png") ; _background:none}
.next{right:0;background:url(../images-thumb/arrows_02.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images-thumb/arrows_02.png") ; _background:none}

/* Ã¥Ë†â€ Ã©Â¡Âµ */
.pageClass{text-align:center;z-index: 9;position:absolute;top:50px;padding-top:10px;}
.pageClass a{display: inline-block; width:10px;height:10px;margin:0 3px;overflow:hidden; border:1px solid #bebebe;background:#bebebe ;border-radius:5px;outline:none}
.pageClass a span{display:none}
.pageClass a:hover,.pageClass a.cur{border:1px solid #be230a;background:#be230a }

/* Ã§Â¼Â©Ã¥â€ºÂ¾Ã©Æ’Â¨Ã¥Ë†â€  */
.thumbWrap{width:126px;height:413px;padding: 0;position:absolute;right:0;top:0;overflow: hidden;}
.thumbWrap .thumbCont{width:100%;height:100%;position:relative;overflow: hidden;}

.thumbCont ul{
	margin-bottom: 0;

}
.thumbCont li{
	padding-bottom: 8px;
	cursor: pointer;
}

.thumbCont li img{
	display: block;
	border:3px solid #dddddd;
	width: 100%;
}
.thumbCont li.cur img{
	border-color:#971f06; 
}
/*.thumbCont li:first-child{
	padding-top: 0;
}*/


/* Ã§Â¼Â©Ã¥â€ºÂ¾Ã¦Å’â€°Ã©â€™Â® */
.thumbPrev,.thumbNext{width:126px;height:26px;text-align:center;position:absolute;color:#000;z-index: 9; outline:none}
.thumbPrev span, .thumbNext span{display: none;}

/*.thumbPrev{left:0;top:0;background:url(../images/up.png) no-repeat center;}
.thumbNext{left:0;bottom:0;background:url(../images/bottom.png) no-repeat center;}*/

#sildes .container {
    width: 100%!important;
    padding: 0!important;
}


.slidesss{
	display: none;
}

.fprop .flex-direction-nav{
	display: block;
}

.fprop .flex-direction-nav a{
	width: 38px;
	height: 38px;
	margin-top: -29px;
	background-image: url(../images/left4.png);
}

.fprop .flex-direction-nav .flex-prev{
	left: 15px;
}

.fprop .flex-direction-nav .flex-next{
	right: 15px;
	background-image: url(../images/right4.png);

}



/*联系我们*/

.map-con{
	overflow: hidden;
	padding: 50px;
}

.map{
	width: 760px;

}

.map-con-top h1{
	font-size: 20px;font-weight: bold;
	color:#333;
	margin:0;
}

.map-con-top p{
	font-size: 14px;
	color:#666;
	margin:0;
	line-height: 1.8;
	margin-top: 20px;

}

.mao-con-bottom p{
	margin:0;
}
.mao-con-bottom{
	margin-top: 35px;
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
	line-height: 2;
}

.map-con-bottom-dl dl{
	margin:0;
}

.map-con-bottom-dl dd{
	float: left;
	width: 50%;
	margin-top: 35px;
}

.map-con-bottom-dl dd:last-child{
	width: 100%;
}
.map-con-bottom-dl dd h1{
	margin:0;
	font-size: 16px;
	font-weight: bold;
	color:#333;
}

.map-con-bottom-dl dd p{
	margin:0;
	font-size: 16px;
	line-height: 2.1;
	color:#333;
	margin-top: 10px;
}


.bd_weixin_popup,.bd_weixin_popup *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}