

/*公共样式*/
body, div, p, iframe, ul, li, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, table, th, td, input, button, select, textarea {
    margin: 0;
    padding: 0;

}


h1, h2, h3, h4 {
    font-weight: normal;
}

body, button, input, select, textarea {
    color: #333;
    font: 14px/1.5  Arial,'Microsoft YaHei', Helvetica, sans-serif;
}

body {
    min-width: 1280px;
}

/*--------隐藏baidu--------*/
body > a {
    display: none;
}

button {
    cursor: pointer;
    transition: 0.3s;
}

button:active {
    opacity: 0.8;
    /*透明度*/
    filter: alpha(opacity=80);
    /* IE */
    -moz-opacity: 0.8;
    /* 内核Mozilla */
    -khtml-opacity: 0.8;
    /* 内核Safari */
}

input, button, select, textarea {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

li {
    list-style-type: none;
}

em, i {
    display: block;
    font-style: normal;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    position: relative;
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #009172;
}

img {
    border: none;
    vertical-align: middle;
}

input:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*--------占位符--------*/

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}


/*--------浮动--------*/
.ui-left {
    float: left;
}

.ui-right {
    float: right;
}

/*--------清除浮动--------*/
.clearfloat {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: '.';
    line-height: 0;
}

.rel {
    position: relative;
}


/*--------超出省略号--------*/
.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*--------字体颜色--------*/
.orange, .red {
    color: #ff6a00
}

.green {
    color: #00a699
}

.blue {
    color: #2b94d1
}

.blue:hover {
    color: #2b94d1;
}

.en {
    font-family: verdana
}

/*--------超出省略号--------*/
.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.w1280 {
    margin: 0 auto;
    width: 1280px;
}


.shortcut{ height: 36px; line-height: 36px; background-color: #00ab87; color: #fff; padding: 0 50px;}
.shortcut .sidebar{ float: left;}
.shortcut .sidebar span{ display: inline-block; vertical-align: middle; margin: -2px 5px 0 5px; line-height: 1.5px; font-size: 12px; zoom: 0.7;}
.shortcut .service{ display: inline-block; }
.shortcut .spacer{ display: inline-block; vertical-align: middle; width: 1px; height:12px; margin: -2px 8px 0; background-color: #2edbb7;}
.shortcut .quote{ display: inline-block; color: #fff;}
.shortcut .quote span{ display: inline-block; vertical-align: middle; font-size: 12px; zoom: 0.7; margin:-4px 0 0 4px; ;}
.shortcut .quote:hover{ text-decoration: underline;}

.header{ position: absolute; left: 0; right: 0; top: 36px; z-index: 3; height: 80px; background-color:rgba(0, 0, 0, 0.55);  padding: 0 50px;}
.header .logo{ float: left; display: block; width: 291px; height: 40px;  margin: 22px 0 0 0; background: url(../images/header/logo.png);}
.header .nav{ display: inline-block; margin: 20px 0 0 80px;}
.header .nav li{ position:relative; float: left; height: 60px; margin: 0 45px 0 0; }
.header .nav li a{ display: block; height: 50px; padding-top: 10px; color: #fff;}
.header .nav li a i.nav-down{ display:inline-block; vertical-align: middle; width: 10px; height: 6px; margin: 0 0 0 3px; background: url(../images/header/nav-arrow@icon.png); transition: 0.3s;}
.header .nav li .child-menu {
    width: 187px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50px;
    line-height: normal;
    z-index: 3;
    padding: 10px 10px;
    box-sizing: border-box;
    display: none;
}
.header .nav li:hover a i.nav-down{transform:rotate(180deg);}

.header .nav li .child-menu .list{
    border: 1px solid #f5f5f5;
}

.header .nav li .child-menu a {
    display: block;
    height: 35px;
    background: #fff;
    padding: 0 16px;
    line-height: 35px;
    box-sizing: border-box;
    font-size: 14px;
    color: #373d41;
	border-bottom: 1px solid #f5f5f5;
}

.header .nav li .child-menu a.active {
    background: #f5f5f5;
}


.header .nav li .child-menu a:hover {
    background: #f5f5f5;
}

.page{ background-color: #f5f7f6;}



.header .nav li.active:after{ content: ''; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; width: 100%;height: 3px; background-color: #fff;}
.header .login{ display: inline-block; margin: 20px 0 0 0; }
.header .login a{ position: relative; display:inline-block; width: 100px; height: 32px; line-height: 32px;  text-align: center; border: 1px solid #ffff; color: #fff; border-radius: 3px;}
.header .login a.registerBtn .free-proofing{ position: absolute; left: 4px; top: -14px; z-index: 2; width: 58px;height: 22px; line-height: 22px; border-radius: 3px; zoom: 0.8; color: #fff; background-color: #b63b41; font-size: 12px; }
.header .login a.registerBtn:hover{ border: 1px solid #06ac89; color: #06ac89;}
.header .login a.loginBtn{ background-color: #06ac89; border: 1px solid #06ac89; margin-left: 6px;}
.header .login a.loginBtn:hover{ background-color: #07ba93; border: 1px solid #08bf97;}
.header .user { display:inline-block; position: relative; margin-top: 24px;}
.header .user .dt .icon {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    margin-right: 5px;
	background-color: #fff;
}

.header .user .dt a {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
	color: #fff;
}

.header .user .dt .name {
    width: 84px;
}

.header .user .dt .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    margin-left: -1px;
    margin-top: 1px;
    background: url(../images/header/nav-arrow@icon.png);
	transition:0.3s;
}

.header .user .dt .over {
     transform:rotate(180deg);
}

.header .user .spacer {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background-color: #e8c6bc;
    margin: 0 3px;
}

.header .user .subtopic-login-account {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 9999;
    width: 184px;
}

.header .user .subtopic-login-account .sublist {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
    font-size: 14px;
    padding: 12px;
    background-color: #fff;
    margin-top: 15px;
}

.header .user .subtopic-login-account .sublist a {
    display: block;
    text-indent: 20px;
    line-height: 40px;
    border: 1px solid #efefef;
    margin-top: -1px;
}

.header .user .subtopic-login-account .sublist a:hover {
    background-color: #efefef;
    color: #fc5d0d;
    font-weight: bold;
}

.header .user .subtopic-login-account .sublist a:last-child {
    margin-top: 10px;
    color: #fc5d0d;
    font-weight: bold;
}




/*购物车*/
.header .shopping-cart {
	float: left;
    width: 140px;
	margin: 25px 0 0 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.header .shopping-cart a {
    display: block;
	color: #fff;
}

.header .shopping-cart i.icon {
    display: inline-block;
    vertical-align: middle;
    height: 23px;
    width: 24px;
    background: url(../images/header/shopping-cart@icon.png);
}

.header .shopping-cart span.dt {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
}

.header .shopping-cart .badge {
    position: absolute;
    top: -2px;
    left: 45px;
    z-index: 100;
    padding: 4px 5px;
    height: 10px;
    min-width: 10px;
    border-radius: 10px;
    background-color: #fc5d0d;
    color: #fff;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}


/*--------网上咨询--------*/
.Online-consulting {
    position: fixed;
    top: 520px;
    right: 0;
    z-index: 999;
    margin-top: -100px;
    width: 50px;
}

.Online-consulting ul {
    width: 54px;
}

.Online-consulting ul li {
    position: relative;
    margin-bottom: 1px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #453f3d;
    background: rgba(0, 0, 0, 0.6);

}

.Online-consulting ul li a {
    position: relative;
    display: block;
    color: #666;
}

.Online-consulting ul li a:hover {
    border-radius: 3px;
    background-color: #2b303a;
}

.Online-consulting ul li .hide {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: -1;
    width: 185px;
    border-radius: 3px;
    background-color: #252931;
    color: #fff;
    opacity: 0;
}

.Online-consulting ul li .qq {
    overflow: hidden;
    padding: 14px 0 13px 10px;
}

.Online-consulting ul li .qq i {
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
}

.Online-consulting ul li .tel {
    padding: 18px 0 18px 10px;
    line-height: 1;
}

.Online-consulting ul li .ewm {
    float: left;
    margin-right: 1px;
    padding: 20px 20px;
    background-color: #252931;
}

.Online-consulting ul li .ewm p {
    margin-top: 10px;
}

