/**************************************/
/*************[公用start]**************/
/**************************************/
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}*/
/*主站变灰*/
/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/
/*淘宝变灰*/
/*百度百科變灰*/
/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/
/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}
a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
img{
	border:0;
	max-width: 100%;
}
div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*图片中心放大代码区域*/
.img-box{/*图片盒子类名*/
	overflow: hidden;
}
.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}
.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*图片中心放大代码区域*/
.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}
.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body {
    background-color: #f5f5f5;
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	position: relative;
	z-index: 998;
}
.header-1{
	height: 104px;
}
.logo{
	width: 207px;
	margin-top: 20px;
	margin-left: 100px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-a{
	width: 75px;
	height: 32px;
	margin-top: 60px;
	margin-right: 80px;
	position: relative;
	z-index: 80;
}
.header-a a{
	display: block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
}
.header-a a.fl{background-image: url(../images/wx.png);}
.header-a a.fr{background-image: url(../images/wb.png);}
.header-a a.fl:hover{background-image: url(../images/wxh.png);}
.header-a a.fr:hover{background-image: url(../images/wbh.png);}
.header-a a.fl:hover+.er-wp{
	display: block;
}
.er-wp{
	position: absolute;
	border:1px solid #ccc;
	top: 38px;
	left: -65px;
	width: 175px;
	display: none;
}
.er-title{
	height: 34px;
	line-height: 34px;
	background: url(../images/wx-bg.jpg) repeat-x center;
	font-size: 14px;
	color: #868483;
	text-align: center;
}
.er-title img{
	margin-right: 5px;
}
.er{
	background-color: #fff;
	padding: 5px;
}
.er h1{
	margin:0;
	font-size:14px;
	color: #333;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-top: 3px;
}
#header .line {
  height: 3px;
  background-image: url(../images/shouye_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.nav{
	background-color: #efeeee;
	padding: 0 100px;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 14.28571%;
	text-align: center;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color:#868584;
}
.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	color: #EFAD3F;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #EFEEEE;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 12px;
	color:#868584;
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #ccc;
	color: #EFAD3F;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.fafa .flex-direction-nav a{
	width: 29px;
	height: 29px;
	margin-top: -15px;
}
.fafa .flex-direction-nav .flex-prev{
	left: 40px;
}
.fafa .flex-direction-nav .flex-next{
	right: 40px;
}
.fafa .flex-control-paging li a{
	width: 15px;
	height: 15px;
}
.pp40{
	padding: 40px 0;
}
.main-title{
	text-align: center;
}
.main-title h1{
	margin:0;
	font-size: 26px;
	color: #666;
}
.main-title h2{
	margin:0;
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-top: 12px;
}
.main1-list{
	padding: 15px 100px 0;
}
.main1-list .item h1{
	margin:0;
	font-size: 20px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}
.main1-pic-wp{
	display: block;
	position: relative;
	padding-bottom: 78.75%;
}
.main1-pic{
	position: absolute;
	width: 107px;
	height: 82px;
	margin:auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
}
.main1-pic:first-child{
	display: block;
}
.main1-pic .imgbox_a{
	padding-bottom: 76.67%;
}
.main1-list .owl-nav{
	position: relative;
	width: 120px;
	height: 26px;
	background-image: url(../images/main1-list-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin:80px auto 0;
}
.main1-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width: 26px;
    height: 26px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.main1-list .owl-nav button.owl-prev:hover{
	 background-image: url(../images/left2222.jpg);
}
.main1-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width: 26px;
    height: 26px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.main1-list .owl-nav button.owl-next:hover{
	 background-image: url(../images/right2222.jpg);
}
.main1-list .item:hover h1{
	color: #EFAD3F;
}
.main2{
	background-color: #dedede;
}
.main2-list dl{
	margin:0;
}
.main2-list dd{
	float: left;
	width: 33.33333333%;
}
.main2-list dd+dd{
	background-image: url(../images/main2-dd-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.main2-list dd>a{
	display: block;
	padding: 40px 0;
	text-align: center;
}
.main2-list dd>a h1{
	margin:0;
	font-size: 20px;
  color: #666;
  padding: 15px 0;
}
.main2-list dd>a h2{
	margin:0;
	font-size: 14px;
  color: #666;
}
.main2-ico{
	width: 92px;
	height: 86px;
	margin:0 auto;
}
.main2-ico1{background-image: url(../images/main2-ico1.jpg);}
.main2-ico2{background-image: url(../images/main2-ico2.jpg);}
.main2-ico3{background-image: url(../images/main2-ico3.jpg);}
.main2-list dd>a:hover h1{color: #EFAD3F;}
.main2-list dd>a:hover .main2-ico1{background-image: url(../images/main2-ico1h.jpg);}
.main2-list dd>a:hover .main2-ico2{background-image: url(../images/main2-ico2h.jpg);}
.main2-list dd>a:hover .main2-ico3{background-image: url(../images/main2-ico3h.jpg);}
.main3{
	padding-left: 100px;
	padding-right: 100px;
}
.main3-item{
	width: 45%;
}
.main3-h1{
	font-size: 18px;
	color: #716f6e;
	font-weight: bold;
}
.main3-div{
	margin-top: 20px;
}
.main3-div h1{
	margin:0;
	font-size: 14px;
  color: #413e3d;
}
.main3-div h1 a:hover{
	color: #EFAD3F;
}
.main3-div p{
	margin:0;
	font-size: 14px;
  color: #848281;
  line-height: 1.8;
  margin:20px 0;
}
.more a{
	font-size: 14px;
	color: #EFAD3F;
}
.more a:hover{
	font-weight: bold;
}
.main4{
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
}
.footer-1{
	background-color:#dededd;
	padding: 40px 100px;
}
.footer-1 dl{
	margin:0;
	margin-left: -4%;
}
.footer-1 dd{
	float: left;
	width: 21%;
	margin-left: 4%;
}
.foo1-h1{
	font-size: 15px;
	font-weight: bold;
	color: #716f6e;
}
.foo1-p{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top: 25px;
}
.foo1-p a{
	color: #EFAD3F;

}
.foo1-p a:hover{
	font-weight: bold;
}
.foo1-logo{
	max-width: 170px;
	margin-top: 80px;
}
.foo1-logo a,.foo1-logo img{
	display: block;	width: 100%;
}
.foo1-ww{
	position: relative;
	margin-top: 23px;
}
.foo1-ww .fl{
	height:35px ;
	line-height: 35px;
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ww1.jpg);
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.foo1-ww.foo1-ww2{
    margin-top: 10px;
}

.foo1-ww2 .fl{
    background-image: url(../images/ww3.png);
}




.foo1-ww .er-wp+.fl{
	background-image: url(../images/ww2.jpg);
	margin-left: 15px;
}
.foo1-ww .fl:hover{
	color: #EFAD3F;
	background-image: url(../images/ww1h.png);
}
.foo1-ww .er-wp+.fl:hover{
	color: #EFAD3F;
	background-image: url(../images/ww2h.png);
}
.foo1-ww a.fl:hover+.er-wp{
	display: block;
}


.foo1-ww2 .fl:hover{
    background-image: url(../images/ww3h.png);
}






.foo1-ww .er-wp{
	position: absolute;
	border:1px solid #ccc;
	top: 35px;
	left:0px;
	width: 175px;
	display: none;
	z-index: 50;
}
.footer-2{
	padding: 40px 0 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.foo2-p{
	font-size: 12px;
	margin-top: 15px;
	line-height: 30px;
}
.yqlj{
	display: inline-block;
	width: 132px;
	height: 27px;
	position: relative;
}
.yqlj-dl{
	position: absolute;
	width:230px;
	border: 1px solid #EE9B1B;
  border-radius: 10px;
  left: 0;
  top: 100%;
  padding: 5px 15px;
  text-align: left;
  background-color: #F5F5F5;
  display: none;
}
.yqlj-dl dl{
	margin:0;
}
.yqlj-dl dd{
	font-size: 14px;
	color: #666;
}
.yqlj-dl dd a:hover{
	color: #EFAD3F;
}
.yqlj-dl dd+dd{
	margin-top: 3px;
}
.yqlj-span{
	height: 25px;
	line-height: 23px;
	border: 1px solid #EE9B1B;
	border-radius: 10px;
	text-align: left;
	padding-left: 20px;
	background-image: url(../images/you.jpg);
	background-repeat: no-repeat;
	background-position: 100px center;
	cursor: pointer;
}
.foo1-ul{
	padding-top: 18px;
}
.foo1-ul ul{
	margin:0;
}
.foo1-ul li{
	margin-top: 5px;
	font-size: 13px;
	color: #666;
}
.foo1-ul li input{
	height: 25px;
	display: block;
	width: 100%;
	border: 1px solid #c9c8c8;
	border-radius: 5px;
	font-size: 14px;
	color: #333;
}
.foo1-ul li textarea{
	font-size: 14px;
	color: #333;
	display: block;
	width: 100%;
	height: 100px;
	border: 1px solid #c9c8c8;
	border-radius: 5px;
	resize: none;
}
.foo1-ul li input[type="button"]{
	height: 26px;
  width: 68px;
  background-color: #72706f;
  border:0;
  color: #FFF;
  cursor: pointer;
  margin: 12px 0 8px;
}
.foo1-ul li input[type="button"]:hover {
    background-color: #E67817;
    color: #FFF;
}
.footer-3{
	font-size: 14px;
	color: #c1c1c0;
	text-align: center;
	background-color: #72706f;
	padding: 40px 0;
}
/**************************************************************/
/*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: #f5f5f5;
}
.nav-2{
	display: none;
	background-color: #f5f5f5;
	position: relative;
	z-index:900;
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 175px;
   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;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2 img{
	display: block;
	width: 100%;
}
.pp70{
	padding: 70px;
}
.product.pp70{
	padding-top: 6px;
	padding-bottom: 6px;
}
.map-wp{
	width: 660px;
	height: 410px;
	border:5px solid #fff;
	margin-left: 55px;
}
.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.contact1-con{
	overflow:hidden;
}
.contact1-con h1{
	margin:0;
	color: #ef9f19;
  font-size: 20px;
}
.contact1-con p{
	margin:0;
	font-size: 14px;
  color: #91908F;
  line-height: 1.5;
  margin: 10px 0 20px;
}
.contact1-er{
	max-width: 267px;
}
.contact1-er img{
	display: block;
	width: 100%;
}
.contact1-p{
	font-size: 14px;
  color: #7E7D7C;
  line-height: 2;
  padding-top: 50px;
}
.erji-title{
	padding: 75px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/erji-title-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.erji-title-div{
	width: 250px;
	height: 250px;
	margin:0 auto;
	font-size: 18px;
	color: #fff;
	background-color: rgba(223,121,36,0.8);
	border-radius: 50%;
	text-align: center;
	padding-top: 50px;
}
.erji-title-div img{
	display: block;
	width: 100px;
	margin:0 auto 10px;
}
.erji-h1{
	color: #ef9f19;
  font-size: 20px;
}


.contact2-zy{
	padding: 20px 0 10px;
}

.contact2-zy-item{
	width: 48%;
	font-size: 14px;
	color: #666;
	line-height: 2;
}













.contact2-table{margin:0;margin-top: 20px;}
.contact2-table table{
	margin: 0;
}
.contact2-table table tr th{
	text-align: center;
	vertical-align: middle;
	color:#777;
}
.contact2-table table tr td{
	text-align: center;
	vertical-align: middle;
	color:#999;
}
.contact2-table table tr th:first-child{
	text-align: left;
}
.contact2-table table tr td:first-child{
	text-align: left;
}
.cxxq{
	display: inline-block;
	cursor: pointer;
}
.cxxq:hover{
	color: #ef9f19;
}
.zxyp{
	display: inline-block;
	cursor: pointer;
}
.zxyp:hover{
	color: #ef9f19;
}
.cxxq-div-wp{
	padding-bottom: 25px;
	border-bottom: 1px solid #999;
	display: none;
}
.cxxq-div{
	background-color: #eff0f2;
	padding: 20px 15px;
}
.tr_2-title{
  font-size: 18px;
  color: #605b5b;
  font-weight: bold;
}
.cxxq-con{
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-top: 20px;
}
.contact2-table{}
.contact2-table table tr.tr_2 td{border:0;}
.contact2-table table tr.tr_2 td:first-child{padding: 0;}
.zxyp-div{
	background-color: #eff0f2;
	padding: 20px 15px 25px;
	margin: 24px 0;
	display: none;
}
.zxyp-form{
	padding-top: 10px;
}
.zxyp-li{
	width: 49%;
	margin-top: 7px;
}
.zxyp-span{
	width: 90px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #868483;
}
.zxyp-input-wp{
	overflow: hidden;
	position: relative;
	padding-right: 8px;
}
.zxyp-input-xx::after{
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #f00;
	content:"*";
}
.zxyp-input input[type="text"]{
	display: block;
	width: 100%;
	height: 34px;
	background-color:#fff;
	border:1px solid #d3d3d4;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 6px 15px;
}
.zxyp-li-full{
	width: 100%;
}
.zxyp-input textarea{
	display: block;
	width: 100%;
	height: 110px;
	background-color:#fff;
	border:1px solid #d3d3d4;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 15px 15px;
	resize: none;
}
.zxyp-li-btn{
	padding-left: 90px;
	padding-top: 8px;
}
.zxyp-li-btn input[type="submit"]{
	display: inline-block;
	height: 32px;
  width: 108px;
	border:0;
	font-size: 14px;
	line-height: 1.428571;
	padding: 6px 15px;
	color: #FFF;
  background-color: #72706f;
  cursor: pointer;
  vertical-align: middle;
}
.zxyp-li-btn input:focus{
	outline: none;
}
.zxyp-li-btn input[type="reset"]{
	display: inline-block;
	height: 32px;
  width: 108px;
  margin-left: 20px;
	border:0;
	font-size: 14px;
	line-height: 1.428571;
	padding: 6px 15px;
	color: #FFF;
  background-color: #72706f;
  cursor: pointer;
  vertical-align: middle;
}
.zxyp-li-btn input[type="button"]:hover,
.zxyp-li-btn input[type="reset"]:hover{
	background-color: #E67817;
}
.zxyp-input-sex{
	height: 32px;
	padding-top: 5px;
}
.zxyp-input-sex::after{
	display: inline-block;
	color: #f00;
	content:"*";
	font-size: 14px;
	margin-left: 3px;
}
.zxyp-input-sex input{
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -5px;
}
.news-item+.news-item{
	margin-top: 70px;
}
.news-div{
	 margin-top: 40px; 
}
.news-tui{
	width: 475px;
}
.news-pic .imgbox_a{
	padding-bottom: 75%;
}
.news-tui-con{
	/* margin-top: 20px; */
}
.news-tui-con h1{
	margin:0;
	font-size: 20px;
	color: #676564;
	line-height: 1.5;
}
.news-tui-con h1 a:hover{
	color: #E67817;
}
.news-tui-con p{
	margin:0;
	font-size: 14px;
	color: #868484;
	line-height: 1.6;
	text-indent: 2em;
	margin:10px 0 25px;
}
.news-tui-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	position: relative;
}
.news-a1{margin-top: 30px;}
.news-a1 a{
	font-size: 14px;
	color: #FFF;
	background-color: #72706f;
	height: 44px;
	width: 148px;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	display: block;
}
.news-a1 a:hover {
  color: #FFF;
  background-color: #E67817;
}
.news-right{
	width: 475px;
}
.news-list .item .news-tui-con{
	margin-top: 0;
	padding: 20px 0;
	border-bottom: 1px solid #999;
}
.news-list .item .news-tui-con:first-child{
	padding-top: 0;
}
.news-list .item .news-tui-con p{
	height: 3.2em;
	overflow: hidden;
}
.news-list .item .news-tui-con h2 a{
	position: absolute;
	right: 0;
	top: -2px;
	font-size: 16px;
	color: #E67817;
}
.news-list .item .news-tui-con h2 a:hover{
	font-weight: bold;
}
.news-list .owl-nav{
	position: relative;
	width: 120px;
	height: 26px;
	background-image: url(../images/main1-list-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin:30px auto 0;
}
.news-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width: 26px;
    height: 26px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.news-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width: 26px;
    height: 26px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.news-xx-pic{
	width: 47.5%;
	margin-left: 50px;
}
.news-xx-pic-list .imgbox_a{
	padding-bottom: 75%;
}
.news-xx-pic-list .owl-nav{
	position: relative;
	width: 120px;
	height: 26px;
	background-image: url(../images/main1-list-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin:30px 0 0;
}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.news-xx-pic-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width: 26px;
    height: 26px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.news-xx-pic-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width: 26px;
    height: 26px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.news-xx-con{
	/*width: 47.5%;*/
	overflow:hidden;
	float: none;
}
.news-xx-h1{
	font-size: 24px;
  color: #999;
  line-height: 1.4;
}
.news-xx-p{
  font-size: 14px;
  color: #979695;
  line-height: 2;
  margin: 15px 0;
}
.news-xx-p p{margin:0;}
.news-xx-time{
	font-size: 14px;
  color: #979695;
}
.news-xx-return{
	margin-top: 20px;
}
.news-xx-return .fr{
	margin-top: 11px;
}
.news-xx-return input {
  font-size: 14px;
  color: #FFF;
  background-color: #666;
  height: 42px;
  width: 146px;
  border-radius: 5px;
  background-image: url(../images/mtzx2_03.jpg);
  background-position: 16px center;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 50px;
  cursor: pointer;
}
.news-xx-return input:hover{
	font-weight: bold;
}
.xueshu1-con{
	margin-top: 40px;
}
.xueshu1-p{
	font-size: 14px;
	color: #aaa;
	line-height: 2;
}
.xueshu1-img{
	margin-top: 15px;
}
.xueshu1-img img{
	display: block;	width: 100%;
}
.xueshu1-div{
	margin-top: 50px;
}
.xueshu1-menu{
	width: 175px;
	margin-right: 50px;
}
.xueshu1-menu dl{
	margin:0;
}
.xueshu1-menu dd{
	font-size: 16px;
	color: #666;
	padding: 10px 15px;
	line-height: 1.6;
    background-color: #ececec;

	cursor: pointer;
}
.xueshu1-menu dd:hover{
	color: #ee9300;
}
.xueshu1-menu dd.cur{
	background-color: #ee9300;
	border-color: #ee9300;
	color:#fff!important;
}
.xueshu1-div-right{
	overflow: hidden;
}
.xueshu1-div-right-p{
	font-size: 18px;
	color: #949494;
	line-height: 1.6;
}
.xueshu1-table{
	margin:0;
	/*margin-top: 18px;*/
}
.xueshu1-table table.table{
	margin:0;
}
.xueshu1-table table.table tr th{
	font-weight: normal;
	font-size: 16px;
	color: #666;
	background-color: #ececec;
	height: 50px;
	vertical-align: middle;
	padding: 10px 20px;
	border:0;
}
.xueshu1-table table.table tr td{
	font-weight: normal;
	font-size: 14px;
	color: #949494;
	height: 50px;
	line-height: 1.8;
	padding: 10px;
	border:0;
	min-width: 120px;
}
.xueshu1-div-right-con{
	display: none;

}
.xueshu1-div-right-con:first-child{
	display: block;
}
.product-list dl{
	margin:0;
	margin-left: -3%;
}
.product-list{
	overflow: hidden;
}
.product-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}
.product-list dd h1{
	margin:0;
	font-size: 20px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}
.product-list dd:hover h1{
	color: #EFAD3F;
}
.fenye ul{
	margin:0;
}
.fenye{
	text-align: center;
	margin-top: 70px;
}
.product-xx-pic{
	display: block;
	width: 230px;
	margin:0 auto;
}
.product-xx-pic h1 {
  margin: 0;
  font-size: 20px;
  color: #666;
  text-align: center;
  margin-top: 10px;
}
.fproduct .flex-direction-nav a{
	width: 26px;
	height: 26px;
	margin-top: -13px;
}
.fproduct .flex-direction-nav .flex-prev{
	background-image: url(../images/b-left2.png);
	left: 120px;
}
.fproduct .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left2-h.jpg);
}
.fproduct .flex-direction-nav .flex-next{
	background-image: url(../images/b-right2.png);
	right: 120px;
}
.fproduct .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right2-h.jpg);
}
.product-xx-wenzi-wp{
	padding: 55px 0;
}
.product-xx-wenzi-wp table{
	border:0!important;
}
.product-xx-wenzi-wp table th,
.product-xx-wenzi-wp table td{
	border:0!important;
	
}
.product-xx-wenzi{
	width: 45%;
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.product-xx-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
}
.product-xx-dl dd{
	display: inline-block;
	width: 20%;
	height: 40px;
	line-height: 40px;
	background-color: #DEDEDC;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #62605f;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: background-color .3s,color .3s;
}
.product-xx-dl dd.cur{
	font-weight: bold;
	color: #ee9200;
	background-color: #fff;
}
.product-xx-con{
	background-color: #fff;
	padding: 30px;
	font-size: 16px;
  color: #666666;
  line-height: 2;
}
.product-xx-con-wp .product-xx-con{display: none;}
.product-xx-con-wp .product-xx-con:first-child{display: block;}
.fuwu .xueshu1-p{
	margin-top: 24px;
	color: #aaa;
}
.fuwu-table{
	margin:0;
	margin-top: 18px;
}
.fuwu-table table.table{
	margin:0;
	table-layout: fixed;
}
.fuwu-table table.table tr th{
	font-weight: normal;
	font-size: 14px;
	color: #7d7c76;
	background-color: #ececec;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
.fuwu-table table.table tr td{
	font-weight: normal;
	font-size: 14px;
	color: #949494;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
.fuwu-zhu{
	font-size:14px;
	color:#aaa;
	padding: 25px 0 15px;
}
.fuwu-downla a{
	display: block;
	width: 340px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	background-color: #72706f;
	border-radius: 4px;
	padding-left: 52px;
	background-repeat: no-repeat;
	background-position: 22px center;
	background-image: url(../images/xzz.png);
}
.fuwu-downla a:hover{
	background-color: #d98136;
	color: #fff;
}
.about0-jia-wp{
	/*background-color: #dededd;*/
	
}
.about0-jia-wp.pp70{
	padding-bottom: 0!important;
}
.about0-jia{
	width: 48%;
	font-size: 14px;
	color: #333;
	line-height: 2;
}
.about1-div{
	background-color: #dededd;
}
.about1-pic{
	width: 694px;
	border-right: 20px solid #f5f5f5;
}
.about1-pic .imgbox_a{
	padding-bottom: 0%;
}
.about1-con{
	overflow: hidden;
	padding: 230px 25px 0;
}
.about1-con h1{
	margin:0;
	font-size: 20px;
	color: #666;
}
.about1-con h2{
	margin:0;
	font-size: 20px;
	color: #666;
	padding: 6px 0 4px;
}
.about1-con p{
	margin:0;
	font-size: 14px;
	color: #a9a8a7;
	line-height: 1.6;
}
.main2-list dd>a:hover .about2-a{
    background: url(../images/about2-ah.png) center center no-repeat;
}
.about2-a{
    width: 94px;
    height: 25px;
    display: block;
    background: url(../images/about2-a.png) center center no-repeat;
    margin: 15px auto 0;
}
.about3 .main1-list{
	padding: 0;
}
.about4-con{

	color: #666;
	line-height: 2;
}
.about4-con p{
	margin:0;
}
.yangguang-list{
	overflow: hidden;
}
.yangguang-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}
.yangguang-list dd{
	float: left;
	width: 30.33333333%;
	margin-left: 3%;
	margin-top: 3%;
}
.yangguang-pic .imgbox_a{
	padding-bottom: 150%;
}
.yangguang-xia img,.yangguang-xia a{
	width: 80px;
	display: block;
	margin:0 auto;
}
.yangguang-xia{
	margin-top: 20px;
}

.product-xx-pic-wp{
	position: relative;
	max-width: 492px;
	margin:0 auto;
}
.product-xx-pic{
	width: 100%;
}
.product-xx-pic .main1-pic-wp{
	padding-bottom: 0;
}
.product-xx-pic .main1-pic{
	position: relative;
	width: 100%;
	height: auto;
}

.product-xx-pic .main1-pic .imgbox_a{
	padding-bottom: 29.58%;
}

.producta-prev{
	position: absolute;
	width: 29px;
	height: 29px;
	background-image: url(../images/b-left678.png);
	background-repeat: no-repeat;
	background-position: center;
	left: -100px;
	top: 50%;
	margin-top: -15px;
}
.producta-prev:hover{
	background-image: url(../images/b-left678h.png);
}
.producta-next{
	position: absolute;
	width: 29px;
	height: 29px;
	background-image: url(../images/b-right678.png);
	background-repeat: no-repeat;
	background-position: center;
	right: -100px;
	top: 50%;
	margin-top: -15px;
}

.producta-next:hover{
	background-image: url(../images/b-right678h.png);
}






#baguetteBox-overlay{
	background-color: #fff;
}

#baguetteBox-overlay .full-image img{
	box-shadow: none
}
#close-button{
	background-color: #fff;
}
#close-button:hover {
   	background-color: #fff;
}