
/* CSS Document */
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../font/OpenSans-Regular.eot');
    src: url('../font/OpenSans-Regular.eot') format('embedded-opentype'),
         url('../font/OpenSans-Regular.woff') format('woff'),
         url('../font/OpenSans-Regular.ttf') format('truetype'),
         url('../font/OpenSans-Regular.svg') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    src: url('../font/OpenSans-Regular.eot');
    src: url('../font/OpenSans-Regular.eot') format('embedded-opentype'),
         url('../font/OpenSans-Regular.woff') format('woff'),
         url('../font/OpenSans-Regular.ttf') format('truetype'),
         url('../font/OpenSans-Regular.svg') format('svg');
}
@font-face {
    font-family: 'Open Sans Bold';
    src: url('../font/OpenSansBold.eot');
    src: url('../font/OpenSansBold.eot') format('embedded-opentype'),
         url('../font/OpenSansBold.woff') format('woff'),
         url('../font/OpenSansBold.ttf') format('truetype'),
         url('../font/OpenSansBold.svg') format('svg');
}
html, body{
	width:100%;
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body, td, th {
	color: #000000;
	line-height: 26px;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px/1.8 "OpenSans-Regular", Helvetica, "Microsoft YaHei", sans-serif;
}
input, textarea, select {
 *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #be0d13;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}
/* css common */
.rel {
    position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
*zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.m60{
	margin-top: 60px;
}
.m80{
	margin-top: 80px;
}
.m90{
	margin-top: 90px;
}
.w1280{
	width: 1280px;
	margin: 0 auto;
}
@media (max-width: 1300px) {
	.m60{
		margin-top: 6%;
	}
	.m80{
		margin-top: 8%;
	}
	.m90{
		margin-top: 9%;
	}
    .w1280{
		width: 94%;
	}
}
@media (max-width: 699px) {
	body {
		font: 14px/1.8 "OpenSans-Regular", Helvetica, "Microsoft YaHei", sans-serif;
	}
}

/* 颜色*/
.white{
	color: #fff;
}
.white a{
	color: #fff;
}
.white a:hover {
	color: #be0d13;
}
.hui{
	color:#adadad;
}
.hui a{
	color: #adadad;
}
.hui a:hover {
	color: #fff;
}

img{
	background: url(../image/loading.gif) no-repeat center center;
}

/* Header */
header{
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 999;
    border-bottom: 1px #cccccc solid;
    overflow: hidden;
}
header .logo{
	margin:25px 0;
	height: 100px;
}
header .logo img{
	height: 100%;
}
header .search{
	width: 282px;
	height: 46px;
	margin-top: 53px;
	margin-left: 10px;
	position: relative;
	overflow: hidden;
}
header .search input{
	width: 232px;
	height: 44px;
	padding:0 36px 0 12px;    
	border: 1px solid rgba(167, 167, 167, .4);
	outline: none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
header .search input:focus{
	border-color: #be0d13;
}
header .search button{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 12px;
	top:10px;
	background: none;
	outline: none;
	border:none;
	cursor: pointer;
}
header .search button i{
	font-size: 24px;
}
header .nav{
	margin:25px 0;
	height: 100px;
	display: flex;
	align-items: center;
}
header .nav li{
    float: left;
}
header .nav a{
	font-family: 'Open Sans Bold', Helvetica, "Microsoft YaHei", sans-serif; 
	display: block;
	padding: 6px 0;
    margin: 0 30px;
    position: relative;
}
header .nav a:before{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	background: #be0d13;
	bottom: 0;
	transform-origin: right;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
header .nav li:hover a, header .nav li.current a{
	color: #be0d13;
}
header .nav li:hover a:before, header .nav li.current a:before{
	transform-origin: left;
    transform: scale(1);
}
header .menu_trigger{
	width: 48px;
	height: 48px;
	background: #be0d13;
	display: block;
	line-height: 48px;
	text-align: center;
	margin-top: 20px;
	display: none;
}
header .menu_trigger i{
	color: #fff;
}
@media (max-width: 1280px) {
	header .logo{
		margin:20px 0;
		height: 48px;
	}
    header .search, header .nav{
		display: none;
	}
	header .menu_trigger{
		display: block;
	}
}
@media (max-width: 900px) {
	header .logo{
		margin:10px 0;
		height: 40px;
	}
    header .search, header .nav{
		display: none;
	}
	header .menu_trigger{
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}
}

/*Nav*/
nav{
	position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 100000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
nav .mask{
	position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
}
nav i.offcanvas-close {
	position: absolute;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 20px;
	top: 0;
	right: 65%;
	transform: none;
	z-index: 99999;
	display: none;
	transition: all 500ms linear;
}
nav .offcanvas-close:hover {
	transform: rotate(180deg);
}
nav ul{
	width: 65%;
	position: absolute;
	top:0;
	right: -65%;
	left:auto;
	background: #fff;
	height: 100%;
	overflow: scroll;
    background: #fff;
    z-index: 9999;
    box-shadow: -5px 0 20px rgba(0, 0, 0, .12);
}
nav a {
	font-family: 'Open Sans Bold', Helvetica, "Microsoft YaHei", sans-serif; 
	display: block;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(167, 167, 167, .2);
    color: rgba(0,0,0,0.6);
}
nav li:hover a, nav li.current a{
	color: #be0d13;
}

/* Footer */
footer{
	width: 100%;
	background: #be0d13;
	height:88px;
	text-align: center;
	line-height: 88px;
	color: rgba(255, 255, 255, .8);
	overflow: hidden;
}
@media (max-width: 1280px) {
}

/*返回顶部*/
i.backtotop {
	display: none;
	position: fixed;
	overflow: hidden;
	right: 30px;
	bottom: 30px;
	font-size: 14px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 2px;
	background: #be0d13;
	color: #fff;
	border: 1px solid rgba(167, 167, 167, .2);
	z-index: 99999;
	cursor: pointer;
	transform: scale(1);
	transition: all 400ms cubic-bezier(.77, 0, .175, 1), opacity 0s ease
}
i.backtotop:hover{
	transform: scale(1.1);
	border-color: rgba(167, 167, 167, .1)
}
i.backtotop:hover:before {
	display: inline-block;
	animation: cz_rotate_y .4s cubic-bezier(.77, 0, .175, 1) forwards;
}
@keyframes cz_rotate_y {
	49% {transform: translateY(-100%)}
	50% {opacity: 0;transform: translateY(100%)}
	51% {opacity: 1}
}
@media (max-width: 900px) {
	i.backtotop {
		right: 20px;
		bottom: 20px;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
}

/*在线客服*/
#wysj-trade div,
#wysj-trade ul,
#wysj-trade span,
#wysj-trade a{margin:0; padding:0;text-decoration: none; box-sizing:border-box;}
#wysj-trade ul{list-style: none;}
#wysj-trade img{display: block; vertical-align: middle;}
#wysj-trade{width: 170px; position: fixed; right: -170px; top: 100px; font-family: "Microsoft Yahei";-webkit-transition:all 0.6s;-ms-transition:all 0.6s;-moz-transition:all 0.6s; background-color: #fff; z-index: 9999;}
#wysj-trade.hover{ right: 0px;}
#wysj-trade .wysj-trade-box{box-shadow: 0px 0px 15px rgba(0,0,0,.3); padding-bottom: 10px; position: relative;}
#wysj-trade .wysj-trade-title{width: 100%; height: 40px; line-height: 40px; text-align: left; font-size: 18px; color: #fff; background-color: #f90; padding:0 15px;}
#wysj-trade .wysj-trade-item{padding:0 15px;}
#wysj-trade .wysj-titem-title{font-size: 14px; margin-top: 10px; margin-bottom: 0px; font-weight: bold;}
#wysj-trade .wysj-titem-serv li{ margin:0; padding:0; padding:10px 0 10px 0; border-bottom: 1px solid #eee; line-height: 1.2em;}
#wysj-trade .wysj-titem-serv li a{font-size: 16px;}
#wysj-trade .wysj-titem-serv .wysj-titem-icon{color: #f60;}
#wysj-trade .wysj-titem-serv .wysj-titem-serv-title{color: #333; font-size: 14px;-webkit-transition:all 0.3s;-ms-transition:all 0.3s;-moz-transition:all 0.3s;}
#wysj-trade .wysj-titem-serv .wysj-titem-serv-phone{color: #f60; font-size: 14px; font-weight: bold;-webkit-transition:all 0.3s;-ms-transition:all 0.3s;-moz-transition:all 0.3s;}
#wysj-trade .wysj-trade-btn{
	position: absolute; 
	right: 170px; 
	padding: 20px 10px; 
	background-color: #f60; 
	color: #fff; 
	top: 40px; 
	cursor: pointer; 
	font-size: 16px;
	writing-mode:vertical-lr;
	letter-spacing:8px;
}
#wysj-trade .wysj-trade-btn-img{position: absolute; right: 170px; top: 40px; width: 50%; cursor: pointer; background:transparent; text-align: right;}
#wysj-trade .wysj-trade-btn-img img{display: inline-block; border:none; width: 100%;}
#wysj-trade .wysj-trade-qrcode{text-align: center;}
#wysj-trade .wysj-trade-qrcode span{font-size: 14px;}
#wysj-model{ position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 9998;  background-color: transparent;display: none;}
.wysj-serv-unactive{position: fixed; right:0; bottom:0; z-index: 9999; background-color: #fff; color:#333; font-size: 12px; padding:10px; box-shadow: 0px 0px 10px rgba(0,0,0,.3);}
.wysj-serv-unactive p{margin:0;}
.wysj-serv-unactive a{color:#f60;}
.wysj-serv-unactive .wysj-close-once{padding:5px 10px; background-color: #f60; color: #fff; display: inline-block; margin-top: 10px;}
@media screen and (min-width: 451px){
	#wysj-trade:hover{ right: 0px;}
}