﻿.header-box {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: 388ms ease-in-out;
	background: #fff;
}
.header{padding: 10px 0;}
.logo {
	width: 260px;
	float: left;
	line-height: 1;
	margin: 0;
	overflow: hidden;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
}

.menu {
	position: absolute;
	right: 75px;
	top: 73px;
}

.menu .menu_font {
	margin-top: 3px;
	font-size: 14px;
	text-align: center;
	color: #f6bf56;
}

.header-box.scoll {
	background: #fff;
}

.header-box.scoll .header {
	padding: 18px 75px 18px 88px;
}

.menu {
	cursor: pointer;
	z-index: 5;
}

#menu_toggle1 {
	display: none;
}

.menu span {
	position: relative;
	display: inline-block;
	width: 21px;
	height: 3px;
	background-color: #f6bf56;
	border-radius: 2px;
	vertical-align: middle;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
	margin-top: -2px
}

.menu span:after,
.menu span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 3px;
	left: 0;
	border-radius: 2px;
	background-color: #f6bf56;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu span:before {
	top: -6px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu span:after {
	bottom: -6px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu.active span {
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu.active span:after,
.menu.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}

.menu.active span:before {
	top: 0;
	background: #f6bf56;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu.active span:after {
	bottom: 0;
	background: #f6bf56;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menufix {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	background: #fff\9;
	filter: alpha(opacity=80);
	transition: 466ms 0ms;
	opacity: 0;
	visibility: hidden;
	perspective: 800px;
}

.nav-box {
	position: absolute;
	right: 68px;
	top: 58px;
	border-top: 6px solid #2f318b;
	padding: 12px 55px 13px 43px;
	box-shadow: 0 0 10px rgba(4, 0, 0, 0.2);
	background: #fff;
	transform-origin: center top 0;
	transform: rotateX(-90deg);
	visibility: hidden;
	opacity: 0;
	transition: 0.5s 0ms;
}

.header-right {
	float: right;
}

.navs {
	float: left;
	margin-bottom: 0;
}

.navs li {
	float: left;
	position: relative;
}

.navs li a {
	display: block;
	color: #333333;
	font-size: 18px;
	position: relative;
	height: 80px;
	line-height: 80px;
	width: 120px;
	text-align: center;
	position: relative;
}

.navs li:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #f6bf56;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform .7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform .7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform .7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .7s cubic-bezier(0.23, 1, 0.32, 1);
	transform-origin: left 100%;
	-webkit-transform-origin: left 100%;
	transform: scaleY(0);
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	visibility: hidden\9;
}

.navs li.active a,
.navs li:hover a {
	color: #fff;
}

.navs li.active:before,
.navs li:hover:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform-origin: left 0;
	-webkit-transform-origin: left 0;
	visibility: visible\9;
}


.nav-info {
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	padding: 16px 0 56px;
	width: 136px;
}

.nav-info:last-child {
	margin-right: 0;
}

.nav-info dt {
	display: block;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}

.nav-info dt a {
	display: inline-block;
	margin: auto;
	line-height: 1;
	color: #323232;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.nav-info dt a:before {
	content: "";
	width: 0;
	height: 1px;
	background: #f6bf56;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 300ms;
}

.nav-info dt a:hover:before {
	width: 100%;
}

.nav-info dt a:hover {
	color: #f6bf56;
}

.nav-info dd {
	display: block;
	height: 160px;
}

.nav-info dd .naved {
	position: relative;
}

.nav-info dd .naved:before {
	content: "";
	height: 100%;
	background: #eeeeee;
	position: absolute;
	top: 0;
	width: 0;
	left: 50%;
	transition: 300ms ease-in-out;
	visibility: hidden;
}

.nav-info dd .naved a {
	display: block;
	text-align: center;
	color: #646464;
	font-size: 14px;
	line-height: 32px;
	position: relative;
}

.nav-info dd .naved:hover:before {
	width: 100%;
	left: 0;
	opacity: 1;
	visibility: visible;
}

.nav-info:before,
.nav-info:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

.nav-info:before {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.nav-info:after {
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}

.nav-info:hover:before,
.nav-info:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.menufix.on {
	opacity: 1;
	visibility: visible;
	transition: 466ms 0ms;
}

.menufix.on .nav-box {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	transition: 0.5s;
}

.menubox {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	display: none;
	overflow-y: auto;
}

.menus-list {
	position: relative;
	margin: auto;
	margin-top: 16%;
	width: 90%;
	margin-bottom: 88px;
}

.menus-list li {
	position: relative;
}

.menus-list li:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: ReturnToNormal;
	animation-name: ReturnToNormal;
	border-bottom: 1px solid #e5e5e5;
}

.menus-list li:last-child {
	border-bottom: none;
}

.menus-list li a {
	display: block;
	line-height: 80px;
	color: #323232;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.header_top{padding: 5px 0;background: #f5f5f5;}
@-webkit-keyframes ReturnToNormal {
0%{
	-webkit-transform: scale(0.1,1);
	-ms-transform: scale(0.1,1);
	transform: translate: scale(0.1,1);
	}


  100% {
	-webkit-transform: scaleX(1,1);
	-ms-transform: scale(1,1);
	transform: translate: scaleX(1,1);
  }

  
}

@keyframes ReturnToNormal {
0%{
	-webkit-transform: scale(0.1,1);
	-ms-transform: scale(0.1,1);
	transform: translate: scale(0.1,1);
	}


  100% {
	-webkit-transform: scaleX(1,1);
	-ms-transform: scale(1,1);
	transform: translate: scaleX(1,1);
  }
}

.banner { position: relative; overflow: hidden; }
.banner .bannerbox li { height: 100%; line-height: 0; opacity:0; transition:opacity 1300ms linear; -webkit-transition:opacity 1300ms linear; float:left;}
.banner .bannerbox li a > img { line-height: 0; width: 100%; position: relative; transition: transform 5s ease; -webkit-transition: transform 5s ease;}
.banner .bannerbox li.imgIn{ opacity:1; z-index:10; display:block;}
.banner .bannerbox li.imgIn a > img { transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1);}

.bannerdown span{ display:block; width:11px; height:35px; background:url(../img/arrow1.png) center no-repeat; position:absolute; left:50%; margin-left:-5px; top:27px; animation-delay: 0ms; animation-duration: 1500ms; animation-iteration-count: infinite; animation-name: arrow; animation-play-state: running; animation-timing-function: linear;}
.banner .flex-direction-nav{ width:46.875%; right:0; bottom:0; height:44px; position:absolute; z-index:50;margin-bottom: 0;}
.banner .flex-direction-nav li a{ display:block; width:10px; height:16px; text-indent:999px; overflow:hidden; position:absolute; bottom:14px;}
.banner .flex-direction-nav li a.flex-prev{ left:58px; background:url(../img/arrow9.png) center no-repeat;}
.banner .flex-direction-nav li a.flex-next{ left:170px; background:url(../img/arrow10.png) center no-repeat;}
.banner .flex-direction-nav li a.flex-prev:hover{ background:url(../img/arrow11.png) center no-repeat;}
.banner .flex-direction-nav li a.flex-next:hover{ background:url(../img/arrow12.png) center no-repeat;}
.banner .line:before{display: none;}

@-webkit-keyframes arrow {
    0% { opacity: 0; -webkit-transform: translate3d(0px, 0px, 0px); }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translate3d(0px, 10px, 0px); }
}
.whise{ width:100%; height:44px; background:#fff; position:absolute; left:0; bottom:0; z-index:5;}
.line:after{ content:""; width:32px; height:100%; background:#f6bf56; position:absolute; left:0; top:0; z-index:15;}
.line:before{ content:""; width:32px; height:350px; position:absolute; right:0; top:0; background:#f6bf56; z-index:15;}
.content{ width:46.875%; position:absolute; right:0; bottom:0; z-index:10; background:rgba(234,180,82,0.85); background:#232442\9; filter:alpha(opacity=85);}
.content:before{ content:""; width:9px; height:88px; background:#489e4e; position:absolute; left:24px; top:0;}
.content-wr{ padding:45px 54px 0; height:195px;}
.conlist{ position:relative;}
.conlist li{ position:absolute; left:0; top:0; opacity:0; visibility:hidden; transform:translateX(0) skewX(-30deg); -webkit-transform:translateX(0) skewX(-30deg); -moz-transform:translateX(0) skewX(-30deg);}
.conlist li.on{ opacity:1; visibility:visible; transform:translateX(0) skewX(0); -webkit-transform:translateX(0) skewX(0); -moz-transform:translateX(0) skewX(0); transition:788ms;}
.conlist li h3{ color:#fff; font-size:30px; line-height:1.3; margin-bottom:16px;margin-top: 0;}
.conlist li p{ color:#fff; font-size:14px; height:auto;margin-bottom: 10px;}
.conlist li a{ display:inline-block; line-height:1; color:#fff; padding-right:20px; background:url(../img/arrow.png) right center no-repeat; position:relative;}
.conlist li a:before{ content:""; width:0%; height:1px; background:#fff; position:absolute; left:0; bottom:-1px; transition:300ms ease-in-out;}
.conlist li a:hover{ padding-right:24px;}
.conlist li a:hover:before{ width:100%;}
.muble{ height:44px; position:relative; background:#f5f5f5; padding-left:92px;}
.num b,.num i{ display:inline-block; float:left; color:#323232; font-size:16px; line-height:44px;}
.num i{ margin:0 14px;}
.blogo{ }
.blogo img{ position:relative; z-index:5;}
.blogo i{ display:block; width:181px; height:163px; background:url(../img/point.png) center no-repeat; position:absolute; right:73px; bottom:100px; transition:320ms;}
.flexbo{ position:fixed; left:85px; top:26.5%; padding-right:70px; padding-bottom:22px; z-index:10;}



.advantage{text-align: center;padding: .65rem 0 .92rem;position: relative;}
.index_title{color: #f6bf56;font-size: .4rem;font-weight: bold;margin-bottom: .4rem;margin-top: 0;text-align: center;}
.index_title a{color: #f6bf56;}
.index_title span{color: #999999;font-size: .25rem;text-transform: uppercase;}
.advantage h3{color: #666666;font-size: .16rem;margin: 0;margin-bottom: 10px;}
.advantage .adv_cont{margin-top: .6rem;}
.advantage .adv_cont li .adv_box{box-shadow: 0 0 25px 0 #d6d4d5;border-radius:20px;padding: 30px 20px;text-align: left;background-size: 36%;}
.advantage .adv_cont li:nth-child(1) .adv_box{background: url(../img/adv_icon1.png) no-repeat right bottom;background-color: #f9fafc;}
.advantage .adv_cont li:nth-child(2) .adv_box{background: url(../img/adv_icon2.png) no-repeat right bottom;background-color: #f9fafc;}
.advantage .adv_cont li:nth-child(3) .adv_box{background: url(../img/adv_icon3.png) no-repeat right bottom;background-color: #f9fafc;}
.advantage .adv_cont li:nth-child(4) .adv_box{background: url(../img/adv_icon4.png) no-repeat right bottom;background-color: #f9fafc;}
.advantage .adv_cont li:hover:nth-child(1) .adv_box{background: url(../img/adv_icon1_hover.png) no-repeat right bottom;background-color: #f9fafc;transition: all .5s;}
.advantage .adv_cont li:hover:nth-child(2) .adv_box{background: url(../img/adv_icon2_hover.png) no-repeat right bottom;background-color: #f9fafc;transition: all .5s;}
.advantage .adv_cont li:hover:nth-child(3) .adv_box{background: url(../img/adv_icon3_hover.png) no-repeat right bottom;background-color: #f9fafc;transition: all .5s;}
.advantage .adv_cont li:hover:nth-child(4) .adv_box{background: url(../img/adv_icon4_hover.png) no-repeat right bottom;background-color: #f9fafc;transition: all .5s;}
.advantage .adv_cont li .adv_box h1{margin: 0;font-size: .3rem;font-weight: bold;color: #000;margin-bottom: 10px;}
.advantage .adv_cont li .adv_box h2{margin: 0;font-size: 14px;color: #666666;}
.advantage .adv_cont li .adv_box span{display: block;background: #cccccc;width: 2px;height: 40px;margin: 20px 0;}
.advantage .adv_cont li:hover .adv_box h1{color: #f6bf56;transition: all .5s;}
.advantage .adv_cont li .adv_box p{font-size: 14px;color: #666666;}
.advantage .line:after{left: auto;right: 0;top: .65rem;}
.advantage .line:before{display: none;}




.product{position: relative;padding: .6rem 0;background: url(../img/product_bg.png) no-repeat center center;background-size:100% 100%;}
.product .pro_tab{margin-bottom: .5rem;}
.product .pro_tab li{font-size: .2rem;color: #666666;text-align: center;padding: 0;padding-right: 10px;}
.product .pro_tab li:last-child{padding: 0;}
.product .pro_tab li span{display: block;border: 1px solid #cccccc;padding: 15px 0;text-transform: uppercase;cursor: pointer;}
.product .pro_tab .active span{border: 1px solid #f6bf56;color: #fff;background: #f6bf56;}
.product .pro_cont{height: 480px;margin-bottom: .45rem;}
.product .pro_cont>div{height: 235px;margin-bottom: 10px;padding-left: 0;}
.product .pro_cont>div:first-child{height: 100%;}
.product .pro_cont>div:nth-child(3){padding-right: 0;width: 50%;}
.product .pro_cont>div:nth-child(4){width: 50%;}
.product .pro_cont>div:nth-child(5){padding-right: 0;}
.product .pro_cont .img_box{display:block;width: 100%;height: 100%;background-size:cover !important;background-position: center center !important;background-repeat: no-repeat !important;position: relative;}
.product .pro_cont .img_box p{position: absolute;bottom: 0;width: 100%;background:rgba(246,191,86,.8);color: #000;font-size: 16px;padding: 10px 0;text-align: center;display: none;}
.product .pro_cont>div:hover .img_box p{display: block;}
.product .line:before{right: auto;left: 0;top: .6rem;}
.product .line:after{display: none;}



.read_more{display: block;width: 2.5rem;text-align: center;font-size: 14px;color: #666666;margin: 0 auto;padding: 10px 0;border: 1px solid #999999;background: #fff;}
.read_more:hover{background: #f6bf56;color: #fff;border: 1px solid #f6bf56;}

.about{padding: .6rem 0;}
.about .about_content>div{padding: 0;height: 440px;overflow: hidden;}
.about .about_content>div:nth-child(1){background:url(../img/about_img.png) no-repeat center center;background-size: cover;}
.about .about_content>div:nth-child(2){border-top: 2px solid #f6bf56;border-bottom: 2px solid #f6bf56;padding-top: .7rem;padding-bottom:.5rem;position: relative;}
.about .about_content>div:nth-child(2) h1{color: #00924b;font-size: .4rem;font-weight: bold;margin: 0;padding-left: 30px;margin-bottom: .4rem;}
.about .about_content>div:nth-child(2) p{padding-left: 30px;font-size: 16px !important;color: #333333;width: 78%;line-height: 40px;display: none;}
.about .about_content>div:nth-child(2) p:nth-child(2){display: block;}
.about .about_content>div:nth-child(2) p a{color: #333333;}
.about .about_content .phone{position: absolute;bottom: .5rem;background: #f6bf56;color: #fff;width: 50%;padding:10px 0;padding-left: 30px;font-size: 16px;font-weight: bold;}



.case{padding: .5rem 0;position: relative;}
.case .case_tab{margin-bottom: .5rem;}
.case .case_tab li{font-size: .2rem;color: #666666;text-align: center;padding: 0;padding-right: 10px;}
.case .case_tab li:last-child{padding: 0;}
.case .case_tab li span{display: block;border: 1px solid #cccccc;padding: 15px 0;text-transform: uppercase;cursor: pointer;}
.case .case_tab .active span{border: 1px solid #f6bf56;color: #fff;background: #f6bf56;}

.case .case_content{margin-bottom: .45rem;}
.case  .case_content>div{height: 265px;margin-bottom: 10px;padding: 0;padding-left: 10px;}
.case  .case_content>div:nth-child(1){height: 540px;padding-left: 0;}
.case  .case_content>div:nth-child(5){height: 540px;float: right;}
.case  .case_content>div:nth-child(6){padding-left: 0;}
.case .case_content .img_box{display:block;width: 100%;height: 100%;background-size:cover !important;background-position: center center !important;background-repeat: no-repeat !important;position: relative;}
.case .case_content .img_box .case_box{width: 0;height: 0;position: absolute;background: rgba(0,0,0,.6);top: 50%;left: 50%;transform: translate(-50%,-50%);}
.case .case_content .img_box .case_box img{width: 49px;height: 49px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: none;}
.case .case_content .img_box:hover .case_box{width: 100%;height: 100%;transition: all .5s;}
.case .case_content .img_box:hover img{display: block;transition: all .5s;}

.bo_right{position: absolute;right: 0;height: 0;width: 3px;background: #f6bf56;}
.bo_left{position: absolute;left: 0;height: 0;width: 3px;background: #f6bf56;}
.bo_top{position: absolute;top: 0;width: 0;height: 3px;background: #f6bf56;}
.bo_bottom{position: absolute;bottom: 0;width: 0;height: 3px;background: #f6bf56;}
.case .case_content .img_box:hover .bo_right{height: 100%;transition: all 2s;}
.case .case_content .img_box:hover .bo_left{height: 100%;transition: all 2s;}
.case .case_content .img_box:hover .bo_top{width: 100%;transition: all 2s;}
.case .case_content .img_box:hover .bo_bottom{width: 100%;transition: all 2s;}
.case .line:before{top: .5rem;}
.case .line:after {top: 50%;height: 50%;}


.ad .container {padding: .6rem 0;background: url(../img/ad.jpg) no-repeat center center;background-size:cover;}
.ad h1{font-size: .4rem;color: #f6bf56;margin: 0;margin-bottom: .3rem;position: relative;}
.ad h1:before{content: '';width: .8rem;height: 4px;position: absolute;left: -1rem;background: #f6bf56;top:50%;transform: translateY(-50%);}
.ad h2{font-size: 16px;color: #333333;margin: 0;margin-bottom: 5px;}
.ad p{font-size: 12px;color: #333333;margin-bottom: .4rem;}
.ad .contact_phone span{display: block;width: 80%;border: 2px solid #f6bf56;}
.ad .contact_phone span a:nth-child(1){width: 70%;float: left;text-align: center;font-size: 14px;color: #fff;background:#f6bf56;height: 40px;line-height: 40px;}
.ad .contact_phone span a:nth-child(2){width: 30%;text-align: center;float: right;height: 40px;line-height: 40px;font-size: 14px;color: #666666;}

.contact {padding: .6rem 0;}
.contact ul{margin-top: .6rem;} 
.contact ul li{text-align: center;color: #333333;padding: 0;position: relative;cursor: pointer;}
.contact ul li:after{content: '';position: absolute;height: 90%;width: 1px;background: #eeeeee;top: 50%;transform: translateY(-50%);right: 0;}
.contact ul li:last-child:after{display: none;}
.contact ul li .img_box{width: 56px;height: 45px;margin:0 auto;margin-bottom: .3rem;}
.contact ul li:nth-child(1) .img_box{background: url(../img/dianhua.png) no-repeat center center;background-size:100% 100%;}
/*.contact ul li:nth-child(2) .img_box{background: url(../img/fax.png) no-repeat center center;background-size:100% 100%;}*/
.contact ul li:nth-child(2) .img_box{background: url(../img/e-mails.png) no-repeat center center;background-size:100% 100%;}
.contact ul li:nth-child(3) .img_box{background: url(../img/address.png) no-repeat center center;background-size:100% 100%;}
.contact ul li h1{font-size: 24px;}
.contact ul li p{font-size: 16px;}
.contact ul li:nth-child(3) .img_box{width: 40px;}
.contact ul li:last-child .img_box{width: 40px;}
.contact ul li:hover{color: #f6bf56;}
.contact ul li:nth-child(1):hover .img_box{background: url(../img/dianhua_hover.png) no-repeat center center;background-size:100% 100%;}
.contact ul li:nth-child(2):hover .img_box{background: url(../img/fax_hover.png) no-repeat center center;background-size:100% 100%;}
.contact ul li:nth-child(3):hover .img_box{background: url(../img/e-mails_hover.png) no-repeat center center;background-size:100% 100%;}
.contact ul li:nth-child(4):hover .img_box{background: url(../img/address_hover.png) no-repeat center center;background-size:100% 100%;}



.footer .f_link{background: #f6bf56;padding: .3rem 0;}
.footer .f_link li{float: left;}
.footer .f_link img{width: 50%;margin-right:0;display: block;margin-left: auto;}
.footer .f_link .col-md-10{padding: 0;}
.footer .f_link a{color: #333333;font-size: 14px;margin-right: .2rem;}
.footer .f_bottom{background:#000;color: #f6bf56;padding: 10px 0;text-align: center;}
.footer .f_bottom span{margin-left: 40px;}
.footer .f_bottom a{color: #f6bf56;}


/* side */
.side{position:fixed;width:54px;right:0;bottom:56px;z-index:100;display: none !important;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#f6bf56;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}




.right_message{
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 999;
}
.right_message>ul{
	width: 60px;
	display: inline-block;
	border: 1px solid #e0e0e0;
}
.right_message>ul>li{
	width: 100%;
	height: 64px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	z-index: 150;
}
.right_message>ul>.TOP{
	border-bottom: none;
}
.right_message>ul>li>div{
	width: 100%;
	transition: all 0.5s;
}
.right_message>ul>li>div>div{
	width: 100%;
	height: 64px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: #fff;
	font-size: 12px;
}
.right_message>ul>li>div>div:nth-of-type(2){
	background-color: #f6bf56;
	top: 65px;
	transition: all 0.5s;
}
.right_message>ul>li>div>div:nth-of-type(2)>span{
	color: #fff;
}
.right_message .right_erweima{
	padding-top: 0px !important;
}
.right_message>ul>li>div>div>img{
	margin-top: 10px;
	width: 20px;
	margin-bottom: 5px;
}
.right_message>ul>li>div>div>span{
	display: block;
	font-size: 12px;
	color: #363636;
}
.right_message>ul>li>ul{
	width: 0px;
	position: absolute;
	left: -145px;
	top: 0px;
	overflow: hidden;
	transition: all 0.5s;

}
.right_message>ul>li>ul>li{
	width: 145px;
	height: 64px;
	background-color: #f6bf56;
	color: #fff;
	text-align: center;
	margin-left: 100%;
	transition: all 0.5s;
}
.right_message>ul>li>ul>li a{
	font-size: inherit;
	color: #fff;
}
.right_message>ul>li>ul .qq{
	line-height: 64px;
	font-size: 12px;
}

.right_message>ul>li>div>div .vx{
	width: 25px;
}
.right_message>ul>li>ul .imgbox{
	height: 100%;
	font-size: 12px;
	line-height: 30px;
}
.right_message>ul>li>ul .imgbox>img{
	width: 100%;
}

.right_message>ul>li .dh_box{
	/*margin-top: -64px;*/
}

.right_message>ul>li>ul .dh2{
	text-align: left;
}
.right_message>ul>li>ul>.dh2:nth-of-type(even){
	background-color: #f6bf56;
}



.right_message>ul>li>ul .dh2>img{
	float: left;
}
.right_message>ul>li .dh_box>li:nth-of-type(1)>img{
	margin: 23px 13px;
	float: left;
}

.right_message>ul>li .dh_box>li:nth-of-type(2)>img{
	margin: 23px 16px;
}
.right_message>ul>li .dh_box>li:nth-of-type(3)>img{
	margin: 22px 12px;
}

.right_message>ul>li>ul .dh2>div{
	width: 100px;
	margin: 11px 0px;
	font-size: 12px;
}
.right_message>ul>li>ul .dh2>div>span{
	overflow:hidden;
	white-space:nowrap;
}
.right_message>ul>li>div>div .yuy{
	width: 30px;
}
.right_message>ul .yuyue{
	cursor: pointer;
}
.right_message>ul>li>ul>li>div>p{
	margin-bottom: 5px;
}
.toTop {
	width: 35px;
	height: 28px;
	display: block;
	margin: 15px auto 0px;
	background: url(../img/icon_right/toTop2_h.png) center/100% 100%;
	z-index: 99;
	cursor: pointer;

}
.right_message>ul>.TOP>div>div{
	background-color: #f6bf56;
}

@media screen and (max-width:1200px){
	.logo{ width: 200px; margin-top: 20px;}
}


@media screen and (max-width:1024px){
	body{ cursor:pointer;}
	.logo{ margin-top: 3px;}
	.menufix{ display:none;}
	.header-box{opacity: .95;}
	.header{ padding:18px 5%;}
	.logo{ position:relative; left:0; top:0;}
	.menu{ position:relative; left:0; top:0; float:right;}
	.menu strong{ display:none;}
	#menu_toggle{ display:none;}
	#menu_toggle1{ display:block;}
	.menu{ margin-top:6px;}
	.header-box.scoll{ border-bottom:1px solid #a0a0a0;}
	.header-box.scoll .header{ padding:18px 5%;}
	.menu span,.menu span:after, .menu span:before{ width:32px;}
	.menu span:before{ top:-8px;}
	.menu span:after{ bottom:-8px;}
	.header-right {
    display: none;
	}
	.banner .bannerbox li, .banner {
	    width: 100% !important;
	    height: auto !important;
	}	
	.content {
	    position: relative;
	    width: 100%;
	}	
	.content-wr {
	    padding-top: 14px;
	    padding-right: 20px;
	    padding-bottom: 14px;
	}
	.conlist li h3 {
	    font-size: 20px;
	    margin-bottom: 5px;
	}
	.muble {
	    padding-left: 40px;
	    display: none;
	}
	.blogo, .line {
	    display: none;
	}	
	.whise {
	    display: none;
	}
	.banner .flex-direction-nav {
    	display: none;
	}
	.conlist li p {
	    height: auto;
	    margin-bottom: 12px;
	}	
	.bannerbox{margin-bottom: 5px;}
	.conlist li.on{position: relative;}				    
}

@media screen and (max-width:768px){
	.menudown a{ height:60px;}
	.logo{ width:180px;}
	.header{ padding:10px;}
	.header-box.scoll .header{ padding:14px 5%;}
	.menu {
	    position: fixed;
	    top: 6%;
	    transform: translateY(-50%);
	    left: auto;
	    right: 10px;
	    margin: 0;
	}
	.menus-list li a{font-size: 20px;}
	.advantage h3{font-size: 12px;}
	.advantage .adv_cont li .adv_box h1{color: #f6bf56;}
	.advantage .adv_cont li:nth-child(1) .adv_box{background: url(../img/adv_icon1_hover.png) no-repeat right bottom;background-color: #f9fafc;}
	.advantage .adv_cont li:nth-child(2) .adv_box{background: url(../img/adv_icon2_hover.png) no-repeat right bottom;background-color: #f9fafc;}
	.advantage .adv_cont li:nth-child(3) .adv_box{background: url(../img/adv_icon3_hover.png) no-repeat right bottom;background-color: #f9fafc;}
	.advantage .adv_cont li:nth-child(4) .adv_box{background: url(../img/adv_icon4_hover.png) no-repeat right bottom;background-color: #f9fafc;}	
	.adv_cont li{margin-bottom: 15px;}
	.product .pro_cont{height: auto;}
	.product .pro_cont>div{height: 120px;margin-bottom: 10px;}
	.product .pro_cont>div:nth-child(1){height: 250px;}
	.product .pro_cont>div:nth-child(2){padding-right: 0;}
	.product .pro_tab{margin-bottom: 10px;}
	.product .pro_tab li{margin-bottom: 10px;font-size: 16px;}
	.product .pro_tab li:nth-child(2){padding-right: 0;}
	.about .about_content>div:nth-child(1){height: 200px;}
	.about .about_content>div:nth-child(2){text-align: center;height: auto;padding-bottom: 0;}
	.about .about_content>div:nth-child(2) h1{padding-left: 0;}
	.about .about_content>div:nth-child(2) p{padding-left: 0;width: 90%;margin: 0 auto;margin-bottom: 10px;}
	.about .about_content .phone{padding-left: 0;width: 100%;bottom: 0;position: relative;}
	
	.case .case_tab li:nth-child(2){padding-right: 0;}
	.case .case_tab li{margin-bottom: 10px;font-size: 16px;}
	.case .case_content>div{height: 145px;margin-bottom: 10px;}
	.case .case_content>div:nth-child(1){height: 455px;}
	.case .case_content>div:nth-child(5){height: 300px;}
	.case .case_content>div:nth-child(7){padding-left: 0;}
	.contact ul li{margin-bottom: 15px;padding: 10px;}
	.contact ul li:after{display: none;}
	.contact ul li h1{font-size: 20px;}
	.contact ul li p{font-size: 12px;}
	.footer .f_link img{width: 100%;}
	.footer .f_bottom span{margin-left: 0;display: block;}	
	.ad .container{padding:.6rem 0;text-align: right;}
	.ad h2{font-size: 14px;}
	.ad .contact_phone span{width: 100%;}
	.ad .contact_phone span a:nth-child(1){font-size: 12px;}
	.ad .contact_phone span a:nth-child(2){font-size: 12px;}
	.ad h1:before{left: 95px;}
}