@import url("iconfont.css");





/* CSS Document */

/*common*/

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.bg {
	background: #FFF;
}

em,
i {
	font-style: normal;
}



body {
	min-width: 1200px;
	width: 100%;
	overflow-x: hidden;
}

/*头部*/

.top_bg{ height:7.5rem;z-index: 10; width:100%;background:#fff;position:relative;overflow:hidden;}
.top_bg:before{content: "";width: 100%;height: 1px;position: absolute;bottom: 2px;left: 0;background: rgba(255,255,255,1);}
.top_line{width: 84.375%;margin: 0px auto;height: 7.5rem;position: relative;}
.h_top {
    height: 3rem;
    line-height: 3rem;
	position: absolute;
    right: 0;
}
.h_tel{padding-right: 1.2rem;}
.h_tel em{width: 1.5rem;height: 1.5rem;display: block;float: left;line-height: 0;padding: 0.8rem 0.5rem 0 0;}
.h_tel em img{width: 1.5rem;height: 1.5rem;}
.h_tel b{font-size: 1.1rem;color: #666;}
.search{width:1.1rem;height:1.1rem;cursor:pointer;position: relative;padding: 0 1.3rem;margin-top: 1.9rem;}
.search:before{content: "";width: 1px;height: 0.8rem;position: absolute;top: 2px;left: 0;background: rgba(255,255,255,1);}
.sea_icon i{display:block;width:1.1rem;height:1.1rem;float: left;line-height: 0;}
.sea_icon i img{width: 1.1rem;height: 1.1rem;}
.sea_icon:hover i{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}
.sea_box{position: absolute;width: 345px;right: 1rem;top:30px;z-index: 100;display: none;}
.sea_box input {float: left;border: 2px solid #a55315;font-size: 14px;color: #999;}
.sea_box input.txt {width: 250px;padding: 0 10px;line-height: 34px;height: 34px;margin-top: 15px;}
.sea_box input.btn {width: 70px;background-color: #a55315;color: #fff;cursor: pointer;height: 38px;margin-top: 15px;}
input::-webkit-input-placeholder {color: #999;}
.h_code{margin-top: 2rem;cursor: pointer;position: relative;}
.h_code em{width: 1rem;height: 1rem;display: block;line-height: 0;}
.h_code em img{width: 1rem;height: 1rem;}
.h_code p{width: 4.5rem;height: 4.5rem;position: absolute;top: -10rem;right: -5rem;-webkit-transition:all .5s;transition:all .5s;}
.h_code p img{width: 4.5rem;height: 4.5rem;}
.h_code:hover p{top: -1.5rem;}
.logo{ padding: 1.5rem 0 0 0;}
.logo img {
    width: 5rem;
}
.h_dw{
	font-size: 1.4rem;
    color: #333333;
    line-height: 2rem;
    float: left;
    padding: 2.5rem 0 0 0;
}
.h_dw b{color: #f6ad3c;}
.h_dw i{display: block;font-size:0.8rem;}
.h_nav{
	height: 4rem;
    overflow: hidden;
    padding-top: 1.5rem;
	padding-left: 4rem;
	}
.h_nav li{ float:left;  
  height: 4rem;
    line-height: 4rem;
	overflow: hidden;
	padding: 0 20px;
	}	
	
.h_nav li a{ font-size:17px; color:#333333;display:block; float:left;position: relative;vertical-align: middle;text-align: center;    height: 4rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;}
  
  
  
  
  @media screen and (max-width: 1550px){	
	.h_nav li{  padding: 0 8px;}
	.h_nav li a{ font-size:16px;}
	
	
}  
  
    
@media screen and (max-width: 1340px){	
	.h_nav li{  padding: 0 8px;}
	.h_nav li a{ font-size:14px;}
	
	.top_line{width: 100%; padding:0 10px;}
	
	
}  
  
.h_nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #f8c303;
  height: 0.15rem;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.h_nav li a:hover:before, .h_nav li a:focus:before, .h_nav li a:active:before,.h_nav li.cur a:before {
  right: 0;
}
.h_ico{width: 1.9rem;height: 1.1rem; line-height: 0;padding: 1.6rem 0 0;}
.h_ico img{width: 1.9rem;height: 1.1rem;}

em,
i {
	font-style: normal;
}



@-webkit-keyframes hvr-buzz-out {

	10% {

		-webkit-transform: translateX(3px) rotate(2deg);

		transform: translateX(3px) rotate(2deg);

	}

	20% {

		-webkit-transform: translateX(-3px) rotate(-2deg);

		transform: translateX(-3px) rotate(-2deg);

	}

	30% {

		-webkit-transform: translateX(3px) rotate(2deg);

		transform: translateX(3px) rotate(2deg);

	}

	40% {

		-webkit-transform: translateX(-3px) rotate(-2deg);

		transform: translateX(-3px) rotate(-2deg);

	}

	50% {

		-webkit-transform: translateX(2px) rotate(1deg);

		transform: translateX(2px) rotate(1deg);

	}

	60% {

		-webkit-transform: translateX(-2px) rotate(-1deg);

		transform: translateX(-2px) rotate(-1deg);

	}

	70% {

		-webkit-transform: translateX(2px) rotate(1deg);

		transform: translateX(2px) rotate(1deg);

	}

	80% {

		-webkit-transform: translateX(-2px) rotate(-1deg);

		transform: translateX(-2px) rotate(-1deg);

	}

	90% {

		-webkit-transform: translateX(1px) rotate(0);

		transform: translateX(1px) rotate(0);

	}

	100% {

		-webkit-transform: translateX(-1px) rotate(0);

		transform: translateX(-1px) rotate(0);

	}

}

@keyframes hvr-buzz-out {

	10% {

		-webkit-transform: translateX(3px) rotate(2deg);

		transform: translateX(3px) rotate(2deg);

	}

	20% {

		-webkit-transform: translateX(-3px) rotate(-2deg);

		transform: translateX(-3px) rotate(-2deg);

	}

	30% {

		-webkit-transform: translateX(3px) rotate(2deg);

		transform: translateX(3px) rotate(2deg);

	}

	40% {

		-webkit-transform: translateX(-3px) rotate(-2deg);

		transform: translateX(-3px) rotate(-2deg);

	}

	50% {

		-webkit-transform: translateX(2px) rotate(1deg);

		transform: translateX(2px) rotate(1deg);

	}

	60% {

		-webkit-transform: translateX(-2px) rotate(-1deg);

		transform: translateX(-2px) rotate(-1deg);

	}

	70% {

		-webkit-transform: translateX(2px) rotate(1deg);

		transform: translateX(2px) rotate(1deg);

	}

	80% {

		-webkit-transform: translateX(-2px) rotate(-1deg);

		transform: translateX(-2px) rotate(-1deg);

	}

	90% {

		-webkit-transform: translateX(1px) rotate(0);

		transform: translateX(1px) rotate(0);

	}

	100% {

		-webkit-transform: translateX(-1px) rotate(0);

		transform: translateX(-1px) rotate(0);

	}

}











/* 底部 */
.footer {
	background: #f8f8f8;
	margin-top: 40px;
}

.footer .footer-t {
	padding-top: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(204, 204, 204, .5)
}

.footer .footer-t .fnav {
	float: left;
	width: 300px;
	border-right: 1px dashed #dbdbdb;
	height: 240px;
	padding-top: 20px;
	box-sizing: border-box
}

.footer .footer-t .fnav h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	color: #333;
	padding-left: 12px;
	border-left: 3px solid #c2926f;
	margin-bottom: 30px
}

.footer .footer-t .fnav p a {
	display: block;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 13px;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	color: #666;
	transition: .25s;
	position: relative;
	top: 0
}

.footer .footer-t .fnav p a::before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #c2926f;
	position: absolute;
	left: 0;
	top: 17px
}

.footer .footer-t .fnav p a:hover {
	color: #c2926f;
	top: 5px
}

.footer .footer-t .fnav p::after {
	line-height: 0;
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.footer .footer-t .finfo {
	float: left;
	padding-left: 64px;
	padding-top: 20px;
	box-sizing: border-box;
	width: 720px;
	border-right: 1px dashed #dbdbdb
}

.footer .footer-t .finfo h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	color: #333;
	padding-left: 12px;
	border-left: 3px solid #c2926f;
	margin-bottom: 30px
}

.footer .footer-t .finfo ul li {
	float: left;
	width: 50%;
	height: 40px;
	position: relative;
	padding-left: 58px;
	box-sizing: border-box;
	margin-bottom: 50px
}

.footer .footer-t .finfo ul li b {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #333
}

.footer .footer-t .finfo ul li span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	color: #666;
	margin-top: 10px
}

.footer .footer-t .finfo ul li span a {
	color: #666
}

.footer .footer-t .finfo ul li::before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background: #aaa;
	position: absolute;
	left: 42px;
	top: 0
}

.footer .footer-t .finfo ul li:nth-last-of-type(1) span,
.footer .footer-t .finfo ul li:nth-last-of-type(2) span {
	font-size: 14px;
	line-height: 14px
}

.footer .footer-t .finfo ul li:nth-of-type(1) {
	background-image: url(../image/f-ic1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto auto
}

.footer .footer-t .finfo ul li:nth-of-type(2) {
	background-image: url(../image/f-ic2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto auto
}

.footer .footer-t .finfo ul li:nth-of-type(3) {
	background-image: url(../image/f-ic3.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto auto
}

.footer .footer-t .finfo ul li:nth-of-type(4) {
	background-image: url(../image/f-ic4.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto auto
}



.footer .footer-t .fcode {
	float: right;
	width: 140px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto auto;
	margin-top: 20px;
	padding-top: 20px
}

.footer .footer-t .fcode img {
	padding: 3px;
	width: 96px;
	height: 96px;
}

.footer .footer-t .fcode span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #666;
	margin-top: 15px
}

.footer .footer-t::after {
	line-height: 0;
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.footer .footer-b {
	/* text-align: right; */
	height: 130px;
	font-size: 16px;
	font-weight: 400;
	line-height: 100px;
	color: #666
}

.footer .footer-b span {
	margin-left: 20px
}

.footer .footer-b span a {
	color: #666
}

.footer .footer-b span a:hover {
	color: #c2926f
}

.footer .footer-b span:first-of-type {
	margin-left: 0
}
