@font-face{
    font-family:myFont;
    src: url('../font/OpenSans-Regular_0.ttf');
 }
 @font-face{
    font-family:myFontb;
    src: url('../font/OpenSans-Bold_0.ttf');
 }
 @font-face{
    font-family:myFonth;
    src: url('../font/Humanist 521 BT.ttf');
 }
 @font-face{
    font-family:myFonthb;
    src: url('../font/Humanist521BT-Light.otf');
 }
body{
	margin: 0;
	padding: 0;
	font-family:myFont,sans-serif;
}
ul{
	list-style-type: none;
	padding-left: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
/* 	height: auto;
    overflow: hidden; */
}

/*状态栏*/
.nav-top{
	border-bottom: 1px solid #F5F5F5;
	min-width: 1200px;
	position: relative;
	z-index: 50;
	background-color: white;
}
.nav-top>div{
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-family: myFontb;
}
.nav-tle{
	display: flex;
	line-height: 25px;
}
.nav-tle>span{
	display: block;
	border-left: 1px solid #E0E0E0;
	padding-left: 24px;
	margin-left: 24px;
}
.nav-tle>img{
	width: 40px;
	height: 26px;
	margin-right: 12px;
}
.nav-tle>.thetopss{
	display: flex;
	position: relative;
	padding-right: 15px;
	overflow: hidden;
}
.thetopss form{
	    width: 200px;
    height: 32px;
    position: absolute;
    top: -4.5px;
    left: 60px;
    transition: opacity 0.8s ,left 0.3s;
    opacity: 0;
}
.thetopss form input[type=text]{
	width: 170px;
    height: 32px;
    outline: none;
    padding-left: 10px;
    padding-right: 8px;
    border: 1px solid #999999;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    font-size: 12.5px;
}
.thetopss form input[type=submit]{
	position: absolute;
    right: 30px;
    width: 35px;
    height: 32px;
    background: url(../images/index/top-ss.png) no-repeat;
    background-position: 5px;
    background-size: 16px;
    border: none;
    outline: none;
}
.thetopss form span{
	    position: absolute;
    top: 0;
    right: 0;
    background-color: #633A16;
    display: flex;
    align-items: center;
    height: 32px;
    width: 32px;
    justify-content: center;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.thetopss form span img{
	width: 17px;
}
.thetopss form span:hover{
	cursor: pointer;
}
/*logo栏*/
.logo-box{
	background: url(../images/index/logo-bj.jpg) no-repeat center center;
	height: 140px;
	min-width: 1200px;
	position: relative;
	z-index: 50;
}
.logo-box>div{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-box img{
	width: 545px;
	height: 109px;
}
/*导航栏*/
.thenav{
	min-width: 1200px;
	box-shadow: 0 3px 4px 1px gainsboro;
	background-color: white;
	/*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.thenav>div{
	display: flex;
}
.thenav>div>ul{
	display: flex;
	font-family:myFontb;
	text-transform: uppercase;
	margin-bottom: 0;
}
.thenav>div>ul li{
	margin-left: 40px;
	margin-right: 8px;
}
.thenav>div>ul a{
	display: block;
	padding: 16px 12px;
	color: #633A16;
}
.thenav>div>ul .thenac-act{
	border-bottom: 2px solid #FFDE02;
	font-size: 16px;
}
.thenav>div>div{
	width: 330px;
	position: relative;
}
.thenav>div>div span{
	display: flex;
    background-color: #F5F5F5;
    padding: 16px 25px;
    font-size: 16px;
    color: #666666;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}
.thenav>div>div span:hover{
	cursor: pointer;
}
.thenav>div>div span img{
	width: 14px;
	height: 12px;
}
.thenav>div>div ul {
    /* display: none; */
    width: 330px;
    background-color: white;
    position: absolute;
    top: 54px;
    left: 0;
    font-family: myFontb;
    margin-bottom: 0;
    box-shadow: 2px 2px 8px 0.5px gainsboro;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 10;
    transition: top 0.3s , box-shadow 2s ;
}
.thenav>div>div ul li:not(:last-child){
	border-bottom: 1px solid #CFCFCF;
}
.thenav>div>div ul li a{
	display: block;
	padding: 15px 30px;
	color: #333333;
}
.thenav>div>div ul li a:hover{
	color: #633A16;
	text-decoration: underline;
}
.thenav .thetopss {
    display: flex;
    position: relative;
    padding-right: 15px;
    overflow: hidden;
}
.thenav .thetopss form {
    top: 11.5px;
}
.thenav-ss{
	display: none;
}
.thenav>div>ul a:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*轮播*/
.mySlideshow>li{
	position: relative;
}
.mySlideshow>li>div{
	padding-left: 75px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	padding-top: 100px;
}
.mySlideshow>li>div>span{
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	font-family:myFonth;
	text-align: left;
}
.mySlideshow>li>div>img {
    width: 195px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.mySlideshow>li>div>p{
	font-size: 48px;
	text-transform: uppercase;
	font-family:myFonthb;
	text-align: left;
}
.mySlideshow>li>div>div{
}
.mySlideshow>li>div>div>span{
	display: block;
	font-size: 24px;
	margin-bottom: 12px;
}
.mySlideshow>li>div>div>p{
	width: 621px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}
.mySlideshow>li>div>div>a {
    font-size: 14px;
    font-family: myFonth;
    border: 1px solid #333333;
    padding: 13px 50px;
    margin-left: 0;
    display: inline-block;
    color: #333333;
    text-transform: uppercase;
}
/*轮播之下*/
.lb-down{
	margin-bottom: 45px;
}
.lb-down>div>span{
	font-size: 16px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.lb-down>div>div{
	display: flex;
	justify-content: center;
}
.lb-down>div>div img{
	width: 60px;
	margin-left: 12px;
	margin-right:12px;
}
/*推荐产品*/
.inpro-box{
	padding-bottom: 40px;
}
.inpro-show{
	background-color: #F6F6F6;
	min-width: 1200px;
	padding-top: 52px;
	padding-bottom: 50px;
	height: auto;
    overflow: hidden;
}
.inpro-show>div>a{
	width: 700px;
	height: 440px;
	float: left;
}
.inpro-show>div>a:nth-child(1){
	margin-right: 20px;
}
.inpro-show>div>a:nth-child(2){
	margin-bottom: 20px;
}
.inpro-show>div span{
	display: block;
	overflow: hidden;
}
.inpro-show>div>a span{
	width: 700px;
	height: 440px;
}
.inpro-show>div>div{
	width: 480px;
}
.inpro-show>div>a{
	display: flex;
	justify-content: space-between;
}
.inpro-show>div>a:nth-child(n+2){
	width: 480px;
	height: 210px;
} 
.inpro-show>div>a:nth-child(n+2)>span{
	width: 480px;
	height: 210px;
}
.inpro-show>div img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.inpro-show>div>div a:first-of-type span{
	margin-bottom: 20px;
}
.inpro-show>div a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*首页产品*/
.inpro-til{
	width: 784px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	color: #666666;
	margin-bottom: 30px;
	line-height: 25px;
}
.inpro-til img{
	display: block;
	width: 500px;
	height: 65px;
	margin-bottom: 13px;
	margin-left: auto;
	margin-right: auto;
}
.inpro-chg{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.inpro-chg span{
	display: block;
	border-bottom: 2px solid transparent;
	padding: 10px;
	margin-left: 8px;
	margin-right: 8px;
}
.inpro-chg span:hover{
	cursor: pointer;
	color: #633A16;
}
.inpro-chg .inpro-act{
	font-family:myFontb;
	color: #633A16;
	border-color: #633A16;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 2px;
}
.swiper-slide {
	text-align: center;
	font-size: 14px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 15px;
	transition: padding-top 0.4s;
}
.swiper-slide img{
	border: 1px solid #CCCCCC;
	width: 270px;
	height: 354px;
	margin-bottom: 15px;
	transition: box-shadow 0.4s;
}
.swiper-slide span{
	display: block;
	font-family: myFontb;
	color: black;
	margin-bottom: 15px;
	transition: color 0.4s;
}
.swiper-slide p{
	color: #666666;
}
.swiper-slide:hover{
	padding-top: 0;
}
.swiper-slide a:hover img{
	box-shadow: 0 0 5px 0.1px darkgrey;
}
.swiper-slide a:hover span{
	color: #633A16;
}
/*首页推介*/
.intj-box{
	background-color: #F6F6F6;
	min-width: 1200px;
	padding-top: 60px;
}
.intj-box>div{
	display: flex;
	justify-content: space-between;
}
.intj-box>div>img{
	width: 358px;
	height: 542px;
}
.intj-text{
	width: 667px;
	margin-top: 90px;
}
.intj-text>div{
	font-size: 24px;
	margin-bottom: 20px;
}
.intj-text>div>span{
	display: block;
	font-size: 48px;
	color: #633A16;
	font-family:myFontb;
}
.intj-text>p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-bottom: 30px;
}
.intj-text>a{
	border: 1px solid #333333;
    padding: 13px 50px;
    margin-left: 0;
    display: inline-block;
    color: #333333;
    text-transform: uppercase;
    transition: all 0.4s; 
}
.intj-text>a:hover{
	box-shadow: 2px 2px 8px 1px grey;
}
/*首页关于*/
.inab-box{
	padding-top: 55px;
	padding-bottom: 45px;
}
.inab-box>div{
	display: flex;
	justify-content: space-between;
}
.inab-lef{
	width: 674px;
	margin-top: 20px;
}
.inab-lef-t{
	width: 100%;
	height: 140px;
	background-image: url(../images/index/inab-bj.png);
	padding-top: 25px;
	font-size: 30px;
	margin-bottom: 35px;
}
.inab-lef-t>img{
	display: block;
	width: 238px;
	height: 25px;
	margin-bottom: 10px;
	font-family:myFontb;
}
.inab-text{
	width: 640px;
}
.inab-text span{
	display: block;
    font-size: 14.5px;
    color: #666666;
    line-height: 24px;
}
.inab-text .inab-sp{
	margin-bottom: 25px;
}
.inab-text span:last-of-type{
	margin-bottom: 35px;
}
.inab-text a{
	border: 1px solid #333333;
    padding: 13px 50px;
    margin-left: 0;
    display: inline-block;
    color: #333333;
    text-transform: uppercase;
    transition: all 0.4s;
}
.inab-text a:hover{
	box-shadow: 2px 2px 8px 1px grey;
}
.inab-rig{
	width: 500px;
	display: flex;
	justify-content: space-between;
}
.inab-rig span{
	display: block;
	width: 239px;
	height: 240px;
	margin-bottom: 20px;
	overflow: hidden;
}
.inab-rig span img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.inab-rig span img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.inab-rig .inab-rig-do{
	margin-top: 110px;
}
/*页尾*/
.foot-top{
	background-color: #F6F6F6;
	min-width: 1200px;
	padding-top: 55px;
	padding-bottom: 40px;
}
.foot-top>div{
	display: flex;
	justify-content: space-between;
}
.foot-top>div>div{
	width: 260px;
}
.foot-top>div>div>div{
	font-size: 24px;
	font-family:myFontb;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 25px;
}
.foot-top>div>div ul li{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.foot-top>div>div ul li a{
	color: #666666;
}
.foot-top>div>div ul li a:hover{
	color: #633A16;
	text-decoration: underline;
}
.foot-top-o ul li{
	display: flex;
}
.foot-top-o ul li img{
	/*width: 20px;*/
	height: 19px;
	margin-right: 10px;
	margin-top: 6px;
}
.foot-top-o ul li:last-of-type img{
	height: 16px;
}
/*.foot-top-o ul li span{
	
}*/
.ssp{
	display: inline-block;
	height: 5px;
	width: 5px;
	background-color: #666666;
	margin-right: 10px;
	margin-bottom: 2px;
}
.foot-top>div>div ul li a:hover .ssp{
	background-color: #633A16;
}
.foot-top>div>div p{
	margin-bottom: 15px;
}
.foot-top>div>div p a{
	margin-right: 10px;
}
.foot-top>div>div p a img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.foot-top>div>div p a:hover img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
footer{
	background-color: black;
	color: white;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}
/*悬浮*/
.fubiao{
	position: fixed;
	bottom: 550px;
	right: 0;
	display: flex;
    z-index: 10;
}
.fubiao>span{
	display: block;
    width: 80px;
    height: 80px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    padding-top: 13px;
    z-index: 888;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.fubiao>span:hover{
	cursor: pointer;
}
.fubiao>span img{
	display: block;
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.fubiao>div{
	width: 320px;
    padding: 20px 10px;
    background-color: white;
    box-shadow: -1px 1px 8px 1px darkgrey;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    position: absolute;
    right: -326px;
    top: 0;
    z-index: 999;
    transition: all 0.4s;
}
.fubiao form>textarea {
	width: 100%;
	margin-top: 10px;
	height: 80px;
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	padding: 5px 6px;
}
.fubiao form>img{
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.fubiao form span{
	display: block;
	font-size: 12px;
	color: #666666;
	margin-bottom: 20px;
}
.fubiao form>div{
	text-align: right;
	margin-bottom: 20px;
}
.fubiao form>div:hover{
	cursor: pointer;
}
.fubiao form>div img{
	width: 25px;
}
.fubiao form>input:nth-of-type(2) {
	background-image: url(../images/index/xm.png);
	background-size: 16px;
}
.fubiao form>input:nth-of-type(3) {
	background-image: url(../images/index/dh.png);
	background-size: 14px;
}
.fubiao form>input:nth-of-type(4) {
	background-image: url(../images/index/yx.png);
	background-size: 16px;
}
.fubiao form>input:nth-of-type(5) {
	background-image: url(../images/index/dz.png);
	background-size: 13px;
}
.fubiao form>input {
	width: 100%;
	height: 35px;
	margin-top: 18px;
	border: 1px solid #D7D7D7;
	background-repeat: no-repeat;
	background-position: 10px;
	text-indent: 35px;
	font-size: 13px;
	border-radius: 5px;
}
.fubiao form>input:last-of-type {
	text-indent: 0;
	background-color: #633A16;
	color: white;
	font-size: 14px;
	border-radius: 5px;
	margin-bottom: 10px;
}

/*关于我们页面*/
.others-box{
	margin-top: 38px;
}
.others-box>div{
	display: flex;
	justify-content: space-between;
}
.oth-lef{
	width: 243px;
}
.oth-lef>div>div{
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	background-color: black;
	padding: 18px 20px;
}
.oth-lef>div>ul li{
	width: 243px;
	padding: 8px 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.oth-lef>div>ul li:last-of-type{
	border: none;
}
.oth-lef>div>ul li a{
	color: #333333;	
}
.oth-lef>div>ul li a:hover{
	color: #633A16;
	text-decoration: underline;
}
.oth-lef>div>ul .oth-act a{
	color: #633A16;
	text-decoration: underline;
}
.oth-lef>div>ul li img{
	margin-right: 10px;
	margin-bottom: 1px;
}
.oth-lef>div>span{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oth-lef>div>span>a{
	display: flex;
	justify-content: space-between;
}
.oth-lef>div>span img{
	width: 74px;
	height: 74px;
	border: 1px solid #CCCCCC;
}
.oth-lef>div>span a>span{
	display: block;
	width: 150px;
	height: 70px;
	overflow: hidden;
	color: #666666;
	line-height: 70px;
}
.oth-lef>div>span a>span span{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.oth-lef>div>span>a:hover span span{
	color: #633A16;
	text-decoration: underline;
}
.oth-rig{
	width: 940px;
	min-height: 1035px;
}
.tilluj{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.tilluj>span{
	font-size: 28px;
	font-family:myFontb;
}
.tilluj>div{
	font-size: 14px;
	padding-top: 11px;
}
.tilluj>div a{
	color: #633A16;
}
.tilluj>div img{
	margin-right: 10px;
	margin-bottom: 4px;
}
.ab-topte{
	background-color: #F5F5F5;
	padding: 10px 20px;
	margin-bottom: 18px;
}
.ab-img{
	margin-bottom: 25px;
}
.ab-img span{
	display: block;
	overflow: hidden;
}
.ab-img>span{
	width: 940px;
	height: 420px;
	margin-bottom: 12px;
}
.ab-img>div{
	display: flex;
	justify-content: space-between;
}
.ab-img>div span{
	width: 225px;
	height: 150px;
}
.ab-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.ab-img img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.ab-text{
	margin-bottom: 10px;
}
.ab-text>div{
	margin-bottom: 25px;
	color: #666666;
	line-height: 24px;
	font-size: 14.3px;
}
.ab-text>div span{
	display: block;
	font-family:myFontb;
	color: black;
}
.abo-lun{
	position: relative;
	padding-bottom: 25px;
	/* z-index: -9999; */
}
.abo-lun .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
 .abo-lun .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 8px;
}
.abo-lun .swiper-slide img{
	width: 227px;
	height: auto;
	border: 1px solid #CCCCCC;
}
.abo-lun .swiper-button-next, .abo-lun .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/others/ab-botrr.png);
}
.abo-lun .swiper-button-prev, .abo-lun .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/others/ab-botll.png);
}
.abo-lun .swiper-button-next, .abo-lun .swiper-button-prev {
    top: 43%;
    width: 20px;
    height: 40px;
    -moz-background-size: 20px 40px;
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}
.abo-lun .swiper-button-next{
	right: 0;
}
.abo-lun .swiper-button-prev{
	left: 0;
}

/*工厂页面*/
.fac-box{
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.fac-op>span{
	display: block;
	font-family:myFontb;
	font-size: 18px;
	margin-bottom: 30px;
}
.fac-text{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.fac-text>img{
	width: 410px;
	height: 260px;
}
.fac-text>div{
	width: 500px;
	padding-top: 15px;
	font-size: 14.3px;
	color: #666666;
	line-height: 26px;
}
.fac-text>div span{
	display: block;
	font-size: 18.3px;
	margin-bottom: 24px;
	color: black;
	font-family:myFontb;
}
.fac-optop{
	width: 100%;
	background: url(../images/others/fac-bot.jpg) no-repeat;
	background-size: 100% auto;
	padding-top: 14px;
	display: flex;
	justify-content: space-between;
}
.fac-optop{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.fac-optop>div {
    width: 115px;
    text-align: center;
}
.fac-optop>div>div{
	    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 5px 0.1px darkgrey;
}
.fac-optop>div>span{
	color: #633A16;
	display: block;
	font-family:myFontb;
	font-size: 14px;
}
.fac-opbot{
	display: flex;
	justify-content: space-between;
}
.fac-opbot span{
	display: flex;
	width: 225px;
	
	height: 70px;
	border: 1px solid #CCCCCC;
	justify-content: center;
	align-items: center;
}
.fac-opbot span img{
	max-width: 225px;
	max-height: 70px;
	width: auto;
	height: auto;
}
/*新闻页面*/
.news-box>div{
	border: 1px solid #CCCCCC;
	padding: 20px 30px 20px 15px;
	transition: all 0.3s;
	margin-bottom: 22px;
}
.news-box>div>a{
	display: flex;
	justify-content: space-between;
}
.news-box>div>a>img{
	width: 250px;
	height: 160px;
}
.news-box>div>a>div{
	width: 615px;
}
.news-box>div>a>div div{
	color: #999999;
	font-size: 14px;
	margin-bottom: 12px;
}
.news-box>div>a>div div span{
	display: block;
	font-family:myFontb;
	text-transform: uppercase;
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all 0.3s;
}
.news-box>div>a>div p{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.news-box>div>a>div>span{
	display: block;
	font-size: 14px;
	width: 100px;
	height: 30px;
	border: 1px solid #CCCCCC;
	text-align: center;
	line-height: 30px;
	color: #333333;
	margin-left: auto;
	transition: all 0.3s;
}
.news-box>div:hover{
	box-shadow: 0 0 4px 0.1px darkgray;
}
.news-box>div>a:hover>div>span{
	color: white;
	background-color: #633A16;
	border-color: #633A16;
}
.news-box>div>a:hover div div span{
	color: #633A16;
}
.Pagination{
	padding-top: 30px;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 4px;
	margin-right: 4px;
	color: #666666;
}
.Pagination a{
	border: 1px solid #DDDDDD;
	font-size: 14px;
	padding: 5px 10px;
	color: #666666;
	margin-right: 10px;
}
.Pagination  .current{
	color: white;
	background-color: #633A16;
	border-color: #633A16;
}

/*问答页面*/
.fq-box{
	border-top: 1px solid #EEEEEE;
	margin-top: 45px;
	margin-bottom: 50px;
}
.fq-box>div{
	border-bottom: 1px solid #EEEEEE;
	padding-right: 30px;
	position: relative;
	transition: height 0.5s;
	overflow: hidden;
	/*height: 46px;*/
}
.fq-box>div>span{
	float: right;
    height: 100%;
    display: block;
    width: 15px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}
.fq-box>div>div{
	padding-top: 17px;
	padding-bottom: 17px;
	font-size: 16px;
	color: #666666;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fq-box>div>div img{
	width: 10px;
	transition: all 0.3s;
}
.fq-box>div>p{
	font-size: 14px;
	line-height: 25px;
	padding-right: 65px;
	display: none;
	height: 0;
}
.fq-box>.faqact{
	height: initial;
}
.fq-box>.faqact>div{
	color: #633A16;
	font-weight: bold;
}
.fq-box>.faqact>p{
	display: block;
	height: auto;
}
.fq-box>.faqact span{
	background-color: #EEEEEE;
}
.fq-box>.faqact>div>span{
	background-color: transparent;
}
.fq-box>.faqact>div img{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fq-box>div{
	cursor: pointer;
}

/*联系我们*/
.cont-top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.cont-map{
	width: 450px;
	height: 290px;
}
.cont-map>img{
	height: 100%;
	width: 100%;
}
.cont-tte{
	width: 458px;
	padding-top: 15px;
}
.cont-tte>span{
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	font-family:myFontb;
}
.cont-tte>div{
	display: flex;
    color: #666666;
    font-size: 13.5px;
    margin-bottom: 18px;
    line-height: 22px;
}
.cont-tte>div>img{
	width: 20px;
	margin-right: 18px;
	margin-top: 2px;
}
.cont-form form>div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.cont-form form div>span{
	width: 450px;
	position: relative;
}
.cont-fo>span input{
	width: 340px;
	height: 40px;
	border: 1px solid #999999;
	font-size: 15px;
	padding-right: 25px;
}
.cont-fo>span{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cont-fo>span label{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 100;
}
.cont-ft>span label{
	font-weight: 100;
	font-size: 16px;
	width: 100px;
    margin-right: 10px;
}
.cont-ft>span .telb{
	text-transform: uppercase;	
}
.cont-form form>span{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.cont-form form>textarea{
	width: 100%;
	height: 300px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
.cont-ft>span input{
	margin-right: 8px;
	outline: none;
}
.cont-form form>input[type=submit]{
	color: white;
	border: none;
	background-color: #633A16;
	font-size: 16px;
	padding: 10px 45px;
}
.cont-form{
	margin-bottom: 60px;
}
.star {
    font-size: 18px;
    color: #AB010B;
    position: absolute;
    right: 15px;
    top: 11px;
}

/*产品页面*/
.pro-box>ul{
	display: flex;
	flex-wrap: wrap;
}
.pro-box>ul li{
	width: 208px;
	margin-left: 36px;
	margin-bottom: 18px;
}
.pro-box>ul li>a{ display: block; text-align: center}
.pro-box>ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.pro-box>ul li a>.img{

	width: 100%;
	height: 206px;
	margin-bottom: 5px;
	padding: 8px;
	box-shadow: 0 3px 10px #ccc;
}
.pro-box>ul li a>.img img{ width: 100%;	border: 1px solid #CCCCCC;}
.pro-box>ul li a>p {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #fff;
	font-family:myFontb;
margin-bottom: 0;
	transition: all 0.3s;
	text-align: center;
	background: #633A16;
	padding: 0 6px;
	display: inline-block;
}
.pro-box>ul li a>span{
	font-size: 14px;
	color: #333333;
}
.pro-box>ul li a>div{
	display: flex;
	align-items: center;
	margin-bottom: 7px;
	color: #333333;        font-weight: bold;
	text-align: center;
	width: 100%;        justify-content: center;
}
.pro-box>ul li a>div span{


	font-size: 18px;
}
.pro-box>ul li a>button{
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 4px 18px;
	background-color: white;
	transition: all 0.3s;

	background-color: #633A16;
	color: white;
	border-color: #633A16;
	display: none;
}
.pro-box>ul li a:hover p{

}
.pro-box>ul li a:hover button{
	background-color: #633A16;
	color: white;
	border-color: #633A16;
}
/*产品内页*/
.prode-top{
	display: flex;
	margin-bottom: 40px; width: 100%;
}
.prode-top>.pro_left{
	width: 560px;

    margin-left: 50px;
}
.prode-top>span{
	display: block;
	width: 400px;
	height: 400px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	margin-right: 42px;
}
.prode-top>span img{
	width: 100%;
	height: 100%;
}
.prode-top>.pro_left>span{
	font-size: 22px;
	font-family:myFontb;
	display: block;
	margin-bottom: 15px;
}
.prode-top>.pro_left .desc{ color: #333;font-family:myFont,sans-serif;}
.prode-top>.pro_left .desc .weight{ font-size: 16px; line-height: 1.6; font-family: myFont,sans-serif; margin-bottom: 5px}
.prode-top>.pro_left .desc .num{ margin-bottom: 5px;font-size: 16px; line-height: 1.6; font-family: myFont,sans-serif; display: flex; display: -webkit-flex; display: -moz-flex; align-items: center; }
.prode-top>.pro_left .desc .num span{ width: 150px;}
.prode-top>.pro_left .desc input{  height: 31px; outline: none; margin: 3px 0 3px 0; border-radius: 3px; border: 1px solid #666; width: 240px}
.prode-top>.pro_left .desc .list{ display: flex; align-items: stretch; justify-content: space-between; flex-wrap: wrap; }
.prode-top>.pro_left .desc .list .item{ width: 48%;display: flex; align-items: center; font-size: 16px; line-height: 1.6; font-family: myFont,sans-serif;  margin-bottom: 5px}
.prode-top>.pro_left .desc .list .item input{ margin-left: 0; flex-grow: 1;min-width: 0; width: inherit}
.prode-top>.pro_left .desc .list .item span{ flex-shrink: 0; margin-right: 2px; width: 60px;  font-family: myFont,sans-serif;}
.prode-top>.pro_left .desc .l1{display: flex; align-items: center;font-size: 16px; line-height: 1.6; font-family: myFont,sans-serif; }
.prode-top>.pro_left .desc .l1 span{ width: 150px; font-family: myFont,sans-serif;}
.prode-top>.pro_left .desc .color-box{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; font-size: 16px; line-height: 1.6; font-family: myFont,sans-serif; margin-bottom: 5px }
.prode-top>.pro_left .desc .color-box .item{ width: 100%; display: flex; display: -webkit-flex; display: -moz-flex; align-items: center; justify-content: flex-start; }
.prode-top>.pro_left .desc .color-box .item span{ flex-shrink: 0; width: 150px}
.se-box1{ font-size: 16px; position: relative; width: 240px; cursor: pointer;}
.se-box1>.name{ padding: 2px 25px 2px 5px; border: 1px solid #666;border-radius: 3px;     background: url(../images/ico.png) right center no-repeat;}
.se-box1 .list-item{ display: none; margin-top: -4px;  transition: all 0.3s; position: absolute; background: #fff; width: 100%;border: 1px solid #333; left: 0; top: 100%;border-top: 1px solid transparent; padding-top: 5px; border-radius: 0 0 3px 3px; z-index: 10; height: 150px; overflow-y: scroll; overflow-x: hidden}
.se-box1:hover .list-item{ transition: all 0.3s}

.se-box1 .list-item>div{ padding: 5px; border-top: 1px dashed #666}
.se-box1 .list-item>div:hover{ background: #eee}
.prode-top>.pro_left .desc .color-box .item:first-child{ width: 100%; margin-bottom: 8px}
.prode-top>.pro_left .desc .color-box select{ width: 120px;}
.prode-top>.pro_left>p{
	color: #666666;font-size: 14px;
	line-height: 25px;
	margin-bottom: 30px;
	
}
.prode-top>.pro_left>div{
	color: #666666;
	font-size: 14px;
	margin-bottom: 30px;
}

.prode-top>.pro_left a{
	font-size: 14px;
	font-family:myFontb;
	background-color: #333333;
	padding: 8px 15px;
	color: white;
	border-radius: 20px;
}
#tsShopContainer{  width: 400px;}
#tsImgS .MagicZoom>img{ width: 100%}
.prode-matil{
	padding-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.prode-matil span{
	display: block;
    border-left: 2px solid #FFDE02;
    padding-left: 8px;
    color: #633A16;
    font-size: 18px;
    font-family: myFontb;
    line-height: 19px;
    text-transform: uppercase;
}
.prode-main>span{
	display: block;
	color: #666666;
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 40px;
}
.prode-mate{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.prode-mate div{
	line-height: 32px;
	color: #666666;
	font-size: 14px;
}
.prode-mate>img{
	width: 360px;
	height: 200px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}
.prode-box .swiper-slide{
	width: 220px;
	text-align: center;
}
.prode-box .swiper-slide img{
	width: 220px;
	height: 220px;
}
.prode-box .swiper-slide div{
	font-size: 14px;
	color: #333333;
	line-height: 10px;
}
.prode-box .swiper-slide div span {
	display: block;
	font-family: myFontb;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prode-box .swiper-slide a:hover div span{
	text-decoration: underline;
}

/*新闻内页*/
.news-de-til {
	margin-top: 61px;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 25px;
}
.news-de-til>div {
	font-size: 22px;
	text-align: center;
}
.news-de-til>div>div {
	color: #999999;
	font-size: 14px;
	margin-top: 15px;
	padding-bottom: 15px;
}
.news-de-til>div>div>span {
	margin-left: 15px;
	margin-right: 10px;
}
.news-de-text>div {
	font-size: 15px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 7px;
	text-align: justify;
}
.news-de-text>.news-text-img {
	text-indent: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-de-text>.news-text-img>img {
	margin-left: auto;
	margin-right: auto;
}
.news-de-simg {
	margin-bottom: 15px;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-de-simg img{
	max-width: 100%;
}
.de-box-til {
	font-family:myFontb;
	font-size: 18px;
}
.thebottom-jump>div {
	margin-top: 65px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump>div>a {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>a>div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump>div>a:hover {
	background-color: gainsboro;
	color: darkblue;
}
/* 密码 */
.password{
 position: fixed;
 width: 100%;
 height: 100%;
 background-color: rgba(119, 119, 119, 0.68);
 margin-left: auto;
margin-right: auto;
z-index: 99999;
left:0%;top:0%;
display: none;
 }
 .password form{
 	width: 40%;
 	height: 30%;
 	background: #ffffff;
 	z-index: 999999;
    margin:0 auto;
    margin-top: 100px;
    vertical-align: middle;
    text-align: left;
    padding: 5%; 
}
.password form input{ 
	width: 80%; 
	float: right;
}
.password form .tip{
	width: 100%;
	line-height: 26px;
	color: red;
	text-align: right;
	float: right;
	margin-top:30px;
}
.password .clo{
	text-align: center;
    float: left;
    position: absolute;
    color: red;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 50%;
    right: 24%;
    top: 10%;
    cursor: pointer;
}
.news-de-text img{
	 max-width: 100% !important; height: auto !important;
}
.pre{
	width: 50%; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; 
	display: inline-block;
}
.next{
	width: 50%; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; 
	display: inline-block;text-align: right;
}
.inpro-box{
	height: 720px;
	overflow: hidden;
	margin-bottom: 40px;
}

.ab-topte{ display: flex; align-items: stretch; justify-content: space-between; display: -webkit-flex; display: -moz-flex}
.ab-topte .item{ width: 25%; flex-shrink: 0; text-align: center}
.ab-topte .item:first-child{ flex-grow: 1;min-width: 0}
.ord-list{ display: flex; display: -webkit-flex; display: -moz-flex; align-items: center; justify-content: space-between; border: 1px solid #ccc; padding: 5px; margin-bottom: 15px;}
.ord-list .item{ width: 25%; flex-shrink: 0; text-align: center}
.ord-list .item:nth-child(1){flex-grow: 1;min-width: 0; display: -webkit-flex; display: flex; display: -moz-flex;justify-content: flex-start;    align-items: center;}
.ord-list .item:nth-child(1) .c1{ width: 20%; text-align: center; }
.ord-list .item:nth-child(1) .c1 img{ width: 100%;  border-radius: 5px;}
.ord-list .item:nth-child(1) .c1 p{ margin-bottom: 0; margin-top: 10px;}
.ord-list .item:nth-child(1) .c2{ text-align: left; margin-left: 2.5%; margin-top: 5px; width: 37.5%; }
.ord-list .item:nth-child(1) .c3{text-align: left; margin-left: 2.5%; width: 37.5%;}
.ord-list .item:nth-child(1) .c3 p{ margin-bottom: 0}
.ord-list .item:nth-child(2){  font-size: 20px; padding-bottom: 10px}
.ord-list .item:nth-child(3){ font-size: 14px; padding-bottom: 10px}
.ord-list .item:nth-child(3) a{ display: inline-block; padding: 3px 5px; border-radius: 3px; background: #000; color: #fff; }

.join_f {
	background: #ececec;
	padding: 20px 25px 40px;
}
.j_inp input {
	background: #fff;
}
.j_inp input,
.join_f select {
	width: 48%;
	height: 54px;
	border: 1px solid #e4e6e8;
	padding-left: 14px;
	font-size: 16px;
}
.j_inp input:nth-child(even) {
	float: right;
}
.j_inp {
	margin-bottom:20px;
}
.join_f textarea {
	width: 100%;
	height: 122px;
	border: 1px solid #e4e6e8;
	padding-left: 15px;
	padding-top: 10px;
	resize: none;
}
.b_cent {
	text-align: center;
	margin-top:20px;
}
.b_cent button {
	width: 180px;
	height: 45px;
	border: none;
	background: #a00103;
	color: white;
	font-size: 18px;
	cursor: pointer;
}




.spinner {
	display: block;
	overflow: hidden;
	width: 150px;
	position: relative;
	padding-left: 29px;
	padding-right: 29px;
	margin: 0 auto;

}

.spinner .input-text {
	height: 30px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #ddd;
	font-size: 16px;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	margin: 0;
	padding: 0;
	outline: none;
}

.spinner a {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 30px;
	line-height: 28px;
	width: 30px;
	cursor: pointer;
	outline: 0;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	margin: 0;
	color: #000;
}

.spinner a:hover {
	text-decoration: none
}

.spinner a i {
	font-style: normal
}

.spinner a.subtract {
	left: 0
}

.spinner a.add {
	right: 0
}

.spinner a.add.disabled,.spinner a.subtract.disabled {
	color: #999;
	cursor: not-allowed
}







@media only screen and (min-width: 768px) {
	.oth-lef{
		height: auto !important;
	}
}
