@charset "utf-8";
/* CSS Document */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, code, em, font, img, strike, strong, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    list-style: none;
    font-weight: 100;
}
a {
    text-decoration: none;
    color: #333333;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
}
::-ms-clear, ::-ms-reveal {
    display: none
}
::-webkit-scrollbar {
    width: 12px;
    height: 8px
}
::-webkit-scrollbar-track {
    background: #ececec
}
::-webkit-scrollbar-track:hover {
    background: #e1e1e1
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: silver
}
::-webkit-scrollbar-thumb:hover {
    background: #999
}
::-webkit-scrollbar-corner {
    background: 0 0
}
body {
    color: #606060;
    font: 15px/1.5 '微软雅黑', tahoma, arial, Hiragino Sans GB;
}
.grid-1000 {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?puspwq');
    src: url('../fonts/icomoon.eot?puspwq#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?puspwq') format('truetype'),
    url('../fonts/icomoon.woff?puspwq') format('woff'),
    url('../fonts/icomoon.svg?puspwq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.chat_box {
    position: fixed;
    top: 50%;
    right: 0;
    width: 80px;
    margin-top: -50px;
    height: 220px;
    cursor: pointer;
    z-index: 5000;
    background: #ff9400;
    background: -moz-linear-gradient(top, #ff9400, #ff8100);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9400), to(#ff8100));
    background: -o-linear-gradient(top, #ff9400, #ff8100);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(225, 79, 0, 0.4);
    -moz-box-shadow: 0px 4px 20px 0px rgba(225, 79, 0, 0.4);
    -ms-box-shadow: 0px 4px 20px 0px rgba(225, 79, 0, 0.4);
    box-shadow: 0px 4px 20px 0px rgba(225, 79, 0, 0.4);
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -ms-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}
.chat_box .icon-chat {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-top: 26px;
    background: url("../imgs/chat_icon.png") 0 0 no-repeat;
}
.chat_box .icon-wechat {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-top: 26px;
    background: url("../imgs/chat_icon.png") -46px 0 no-repeat;
}
.chat_box a {
    display: block;
    position: relative;
    height: 110px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.chat_box a:hover {
    background-color: #ff7c00;
    background-color: rgba(255, 73, 0, 0.2);
    border-top-left-radius: 10px;
}
.chat_box span {
    display: block;
    margin-bottom: 7px;
}
.chat_box p {
    font-size: 13px;
    font-weight: 400;
}
.chat_box .wechat:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
}
.chat_box .wechat:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 1px solid #ff8000;
}
.wechat_qrcode {
    display: none;
    position: fixed;
    top: 50%;
    right: 90px;
    margin-top: -50px;
    width: 182px;
    height: 220px;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(62, 62, 62, 0.25);
    -moz-box-shadow: 0px 1px 20px 0px rgba(62, 62, 62, 0.25);
    -ms-box-shadow: 0px 1px 20px 0px rgba(62, 62, 62, 0.25);
    box-shadow: 0px 1px 20px 0px rgba(62, 62, 62, 0.25);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #eee \9;
}
.wechat_qrcode p {
    color: #333;
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
}
.wechat_qrcode img {
    margin: 5px 10px 10px 10px;
    width: 162px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) {
    .chat_box .icon-chat,
    .chat_box .icon-wechat {
        background-image: url("../imgs/chat_icon@2x.png");
        background-size: 82px 36px;
    }

}
.banner {
    width: 100%;
    height: auto;
}
.main {
    margin: 0 auto;
    width: 1000px;
    height: auto;
    clear: both;
    overflow: hidden;
    background: #fff;
    /*padding-top: 138px;*/
}
.position {
    width: 970px;
    margin: 0 auto;
    padding: 15px 0;
    border-top: 1px solid #d4dadf;
    border-bottom: 1px solid #d4dadf;
    clear: both;
    overflow: hidden;
}
.current_postion {
    float: left;
    width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}
.current_postion a, .current_postion span {
    padding: 15px 10px;
    color: #606060;
    line-height: 27px;
}
.position_link {
    float: right;
    font-size: 18px;
}
.position_link li {
    float: left;
    margin-right: 30px;
    display: inline;
}
.position_link li a {
    color: #0a0001;
}
.position_link li img {
    margin-right: 10px;
}
.foot {
    width: 100%;
    min-width: 1000px;
    padding: 15px 0;
    overflow: hidden;
}
.font_link {
    border-top: 1px solid #d4dadf;
    width: 1280px;
    line-height: 16px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}
.font_link a {
    padding: 0 8px;
    color: #606060;
    text-decoration: none;
}
.font_link a:hover {
    text-decoration: underline;
}
.font_link span {
    padding: 0 10px;
    line-height: 63px;
}
/**ܴɵa #live800:linkײհ*/
#live800\:link {
    display: none;
}
/*IE67*/
a {
    _display: expression(function(el){
		if(el.id=="live800:link"){
			el.style.display="none";
		}
	}(this))
}
#InviteWindow {
    top: 1px;
    display: none;
}
/** hide cnzz icon*/
#cnzz_stat_icon_1254031215 {
    position: absolute !important;
    z-index: -1 !important;
    top: -20px !important;
    visibility: hidden;
}
.foot {
    padding: 0;
}
.foot em {
    font-style: normal;
}
.font_link {
    border: none;
    line-height: 16px;
    margin: 0 auto 25px;
}
.font_link a {
    color: #606060;
}
.changeF {
    text-align: left;
}
.now_position {
    font-size: 16px;
}
.color_1 {
    color: #666666;
}
.color_2 {
    color: #333333;
}
.none {
    display: none !important;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    width: 1170px \9;
    min-width: 960px;
    /*为了兼容不支持媒体选择的浏览器*/
    -webkit-transition: width 0.9s cubic-bezier(1, -0.02, 0, 1.04);
    -moz-transition: width 0.9s cubic-bezier(1, -0.02, 0, 1.04);
    -o-transition: width 0.9s cubic-bezier(1, -0.02, 0, 1.04);
    transition: width 0.5s cubic-bezier(1, -0.02, 0, 1.04);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container-fluid {
    min-width: 0;
    width: 100%;
}
@media (min-width: 768px) {
    .container {
        width: 748px;
        min-width: 0;
    }
}
@media (min-width: 1008px) {
    .container {
        width: 984px;
        min-width: 0;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
        min-width: 0;
    }
}
.row {
    min-height: 1px;
    clear: both;
    *zoom: 1;
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .row:after {
    content: "";
    display: table;
    clear: both;
}
.row .pdl-row {
    padding-left: 15px !important;
}
.row .pdr-row {
    padding-right: 15px !important;
}
.extend-left {
    margin-left: -30px !important;
    margin-right: 0 !important;
}
.extend-right {
    margin-left: 0 !important;
    margin-right: -30px !important;
}
.row .col-12, .row .col-11, .row .col-10, .row .col-9, .row .col-8, .row .col-7, .row .col-6, .row .col-5, .row .col-4, .row .col-3, .row .col-2, .row .col-1 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row .col-1 {
    width: 8.33333333%;
    *width: 5.74333333%;
    _overflow: hidden;
}
.row .col-2 {
    width: 16.66666667%;
    *width: 14.07666667%;
    _overflow: hidden;
}
.row .col-3 {
    width: 25%;
    *width: 22.41%;
    _overflow: hidden;
}
.row .col-4 {
    width: 33.33333333%;
    *width: 30.74333333%;
    _overflow: hidden;
}
.row .col-5 {
    width: 41.66666667%;
    *width: 39.07666667%;
    _overflow: hidden;
}
.row .col-6 {
    width: 50%;
    *width: 47.41%;
    _overflow: hidden;
}
.row .col-7 {
    width: 58.33333333%;
    *width: 55.74333333%;
    _overflow: hidden;
}
.row .col-8 {
    width: 66.66666667%;
    *width: 64.07666667%;
    _overflow: hidden;
}
.row .col-9 {
    width: 75%;
    *width: 72.41%;
    _overflow: hidden;
}
.row .col-10 {
    width: 83.33333333%;
    *width: 80.74333333%;
    _overflow: hidden;
}
.row .col-11 {
    width: 91.66666667%;
    *width: 89.07666667%;
    _overflow: hidden;
}
.row .col-12 {
    width: 100%;
    *width: 97.41%;
    _overflow: hidden;
}
@media (max-width: 1200px) {
    .row .col-md-12, .row .col-md-11, .row .col-md-10, .row .col-md-9, .row .col-md-8, .row .col-md-7, .row .col-md-6, .row .col-md-5, .row .col-md-4, .row .col-md-3, .row .col-md-2, .row .col-md-1 {
        position: relative;
        min-height: 1px;
        float: left;
        padding-left: 12px;
        padding-right: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }
    .row .pdl-row {
        padding-left: 12px !important;
    }
    .row .pdr-row {
        padding-right: 12px !important;
    }
    .extend-left {
        margin-left: -20px !important;
        margin-right: 0!important;
    }
    .extend-right {
        margin-left: 0!important;
        margin-right: -20px !important;
    }
    .row .col-md-1 {
        width: 8.33333333%;
        *width: 5.86238095%;
        _overflow: hidden;
    }
    .row .col-md-2 {
        width: 16.66666667%;
        *width: 14.19571429%;
        _overflow: hidden;
    }
    .row .col-md-3 {
        width: 25%;
        *width: 22.52904762%;
        _overflow: hidden;
    }
    .row .col-md-4 {
        width: 33.33333333%;
        *width: 30.86238095%;
        _overflow: hidden;
    }
    .row .col-md-5 {
        width: 41.66666667%;
        *width: 39.19571429%;
        _overflow: hidden;
    }
    .row .col-md-6 {
        width: 50%;
        *width: 47.52904762%;
        _overflow: hidden;
    }
    .row .col-md-7 {
        width: 58.33333333%;
        *width: 55.86238095%;
        _overflow: hidden;
    }
    .row .col-md-8 {
        width: 66.66666667%;
        *width: 64.19571429%;
        _overflow: hidden;
    }
    .row .col-md-9 {
        width: 75%;
        *width: 72.52904762%;
        _overflow: hidden;
    }
    .row .col-md-10 {
        width: 83.33333333%;
        *width: 80.86238095%;
        _overflow: hidden;
    }
    .row .col-md-11 {
        width: 91.66666667%;
        *width: 89.19571429%;
        _overflow: hidden;
    }
    .row .col-md-12 {
        width: 100%;
        *width: 97.52904762%;
        _overflow: hidden;
    }
}
@media (max-width: 1008px) {
    .row .col-xs-12, .row .col-xs-11, .row .col-xs-10, .row .col-xs-9, .row .col-xs-8, .row .col-xs-7, .row .col-xs-6, .row .col-xs-5, .row .col-xs-4, .row .col-xs-3, .row .col-xs-2, .row .col-xs-1 {
        position: relative;
        min-height: 1px;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row .pdl-row {
        padding-left: 10px !important;
    }
    .row .pdr-row {
        padding-right: 10px !important;
    }
    .extend-left {
        margin-left: -24px !important;
        margin-right: 0!important;
    }
    .extend-right {
        margin-left: 0!important;
        margin-right: -24px !important;
    }
    .row .col-xs-1 {
        width: 8.33333333%;
        *width: 5.63916667%;
        _overflow: hidden;
    }
    .row .col-xs-2 {
        width: 16.66666667%;
        *width: 13.9725%;
        _overflow: hidden;
    }
    .row .col-xs-3 {
        width: 25%;
        *width: 22.30583333%;
        _overflow: hidden;
    }
    .row .col-xs-4 {
        width: 33.33333333%;
        *width: 30.63916667%;
        _overflow: hidden;
    }
    .row .col-xs-5 {
        width: 41.66666667%;
        *width: 38.9725%;
        _overflow: hidden;
    }
    .row .col-xs-6 {
        width: 50%;
        *width: 47.30583333%;
        _overflow: hidden;
    }
    .row .col-xs-7 {
        width: 58.33333333%;
        *width: 55.63916667%;
        _overflow: hidden;
    }
    .row .col-xs-8 {
        width: 66.66666667%;
        *width: 63.9725%;
        _overflow: hidden;
    }
    .row .col-xs-9 {
        width: 75%;
        *width: 72.30583333%;
        _overflow: hidden;
    }
    .row .col-xs-10 {
        width: 83.33333333%;
        *width: 80.63916667%;
        _overflow: hidden;
    }
    .row .col-xs-11 {
        width: 91.66666667%;
        *width: 88.9725%;
        _overflow: hidden;
    }
    .row .col-xs-12 {
        width: 100%;
        *width: 97.30583333%;
        _overflow: hidden;
    }
}
.header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 68px;
    *min-width: 1200px;
    position: fixed\0;
    *position: fixed;
    _position: absolute;
    _bottom: auto;
    font: 14px/1.7 'Microsoft YaHei', 'PingFang SC', 'tahoma', 'arial', 'Hiragino Sans GB', 'sans-serif';
    *font: 14px 'SimSun', 'arial', 'SimHei', 'Hiragino Sans GB', 'sans-serif';
}
.header .logo {
    float: left;
    width: 250px;
    height: 68px;
    line-height: 68px;
    background: url("../imgs/logo_b.png") left center no-repeat;
    _background: none;
}
.header .logo a {
    display: block;
    _display: none;
    width: 100%;
    height: 100%;
}
.header .logo a.ie6 {
    display: none;
    _display: block;
    font-size: 14px;
    color: #999;
}
.header .logo a.ie6 b {
    font-family: 'Arial';
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    color: #ff8b02;
}
.header .logo img {
    *margin-top: 24px;
}
.header .header-menu {
    _width: 670px;
    float: right;
}
.header .header-menu li {
    position: relative;
    float: left;
    height: 68px;
    line-height: 68px;
    cursor: pointer;
}
.header .header-menu li.productNav {
    cursor: default;
}
.header .header-menu li.productNav a {
    cursor: default;
}
.header .header-menu li.productNav.hover a {
  border-bottom: 4px solid #ff7800;
}
.header .header-menu li a {
  display: block;
  height: 64px;
  padding: 0 10px;
  margin: 0 8px;
  font-size: 15px;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  *color: #fff;
  line-height: 64px;
  font-weight: 400;
  border-bottom: 4px solid transparent;
}
.header .header-menu li a:hover {
  color: #fff;
  border-bottom: 4px solid #ff7800;
}
.header .header-menu li a.link {
    color: #ff8b02;
}
.header .header-menu li a.link:hover {
    color: #ff7802;
}
.header .header-menu #aboutusPanel:hover a {
  border-bottom: 4px solid #ff7800;
}
.header .header-menu #aboutusPanel:hover dd a {
  border-bottom: 4px solid transparent;
}
.header .header-menu .aboutus {
    display: none;
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left: -65px;
    background-color: #ffffff;
    box-shadow: 0 16px 24px 0 rgba(18, 18, 49, 0.1);
    border: 1px solid #ddd\9;
    border-radius: 2px;
    padding: 15px 0;
    width: 130px;
}
.header .header-menu .aboutus a {
  height: 20px;
  padding: 15px 0;
  text-align: center;
  line-height: 20px;
  color: #333;
  color: rgba(51, 51, 51, 0.8);
  *color: #333;
  _color: #333;
  font-weight: normal;
  border-bottom: 4px solid transparent;
}
.header .header-menu .aboutus a:hover {
  color: #ff8b02;
  border-bottom: 4px solid transparent;
}
.header .header-menu .active a {
  color: #fff;
  font-weight: bold;
}
.header .header-menu .active a:hover {
    border-bottom: 4px solid #ff7800;
}
.header .header-menu .active .aboutus a {
    font-weight: normal;
}
.header .header-menu-black li a {
    color: #333;
    color: rgba(51, 51, 51, 0.8);
    *color: #333;
    _color: #333;
}
.header .header-menu-black li a:hover {
    color: #333;
}
.header .header-menu-black .active a {
    color: #333;
}
.header .header-panel {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 16px 24px 0 rgba(18, 18, 49, 0.1);
    overflow: hidden;
    border-bottom: 1px solid #eeeeee\9;
}
.header .header-panel .header-panel-wrap {
    margin: 0 auto;
}
.header .header-panel .header-panel-brief {
    float: left;
    width: 200px;
    background-color: #f2f2f3;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    *height: 560px;
    *margin-bottom: 0;
    *padding-bottom: 0;
}
.header .header-panel .header-panel-brief .header-panel-brief-one {
    margin-left: 31px;
    margin-top: 26px;
}
.header .header-panel .header-panel-brief .header-panel-brief-one a {
    font-weight: 400;
}
.header .header-panel .header-panel-brief .header-panel-brief-two {
    margin-left: 30px;
    margin-top: 126px;
}
.header .header-panel .header-panel-brief li {
    font-size: 15px;
    margin-bottom: 13px;
    font-weight: 300;
}
.header .header-panel .header-panel-brief li a:hover {
    color: #ff8b02;
}
.header .header-panel .header-panel-brief p {
    color: #888;
    margin-bottom: 20px;
}
.header .header-panel .header-panel-brief .header-panel-brief-more {
    margin-top: 20px;
}
.header .header-panel .header-panel-brief .header-panel-brief-more a {
    color: #888;
}
.header .header-panel .header-panel-brief .header-panel-brief-more a:hover {
    color: #333;
}
.header .header-panel .header-panel-brief .header-panel-brief-more a:hover .header-icon-1 {
    background-position: -17px -230px;
    transform: translateX(10px);
    transition: transform 300ms;
}
.header .header-panel .header-panel-detail {
    margin-left: 201px;
    padding-left: 30px;
    overflow: hidden;
    *width: 920px;
    *float: left;
    *margin-left: 0;
}
.header .header-panel .header-panel-detail .container-fluid {
    margin-bottom: 10px;
}
.header .header-panel .header-panel-detail .col-2 {
    margin-bottom: 12px;
}
.header .header-panel .header-panel-detail .col-2 a:hover .header-panel-detail-tip {
    color: #ff8b02;
}
.header .header-panel .header-panel-detail .header-panel-detail-title {
    margin-top: 23px;
    padding-bottom: 4px;
    margin-bottom: 13px;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #e3e6e7;
    color: #333;
}
.header .header-panel .header-panel-detail .header-panel-detail-tip {
    margin-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
}
.header .header-panel .header-panel-detail .header-panel-detail-intro {
    margin-top: 7px;
    max-width: 112px;
    color: #999;
    line-height: 20px;
    font-size: 14px;
}
.header .header-panel .header-panel-label {
    display: inline-block;
    background-color: #ff6b53;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    margin-left: 4px;
    padding: 0 4px;
    _vertical-align: middle;
}
.header .header-icon-1 {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 16px;
    margin-left: 4px;
    background: url(../imgs/index/icon-release.png) 0 0 no-repeat;
    background-position: 0 -230px;
}
.header_b .logo {
    background-image: url("../imgs/logo_b.png");
    _background: none;
}
.headerIeFix .header-bg {
    background: #000\0;
    *background: #000;
}
.headerIeFix .header-bg_b {
    background: #fff;
    border-bottom: 1px solid #eee\0;
    *border-bottom: 1px solid #eee;
}
.headerFixed {
    position: fixed;
    top: -68px;
    background: #fff;
    box-shadow: 0 16px 24px rgba(18, 18, 49, 0.1);
    -moz-transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -o-transition: box-shadow 1s;
    border-bottom: 2px solid #f1f1f1\9;
    *border-bottom: 2px solid #f1f1f1;
    transition: all 0.4s ease-out, opacity 0.4s ease-out;
}
.headerFixed .header-bg {
    background: #fff;
}
.headerFixed .logo {
    background: url("../imgs/logo_b.png") left center no-repeat;
}
.headerFixed .header-menu li a {
    color: #333;
    color: rgba(51, 51, 51, 0.8);
    *color: #333;
    _color: #333;
}
.headerFixed .header-menu li a:hover {
    color: #333;
}
.headerFixed .header-menu li a.link {
    color: #ff8b02;
}
.headerFixed .header-menu .active a {
    color: #333!important;
}
.headerSlideDown {
    transform: translate3d(0, 68px, 0);
}
.headerSlideUp {
    transform: translate3d(0, 0, 0);
}
@media (max-width: 1200px) {
    .header .header-panel .header-panel-detail .header-panel-detail-tip {
        font-size: 15px;
    }
}
@media (max-width: 1008px) {
    .header .logo {
        width: 140px;
        overflow: hidden;
        background-size: contain !important;
    }
    .header .header-menu li a {
        padding: 0 8px;
    }
    .headerFixed .logo {
        background-size: contain !important;
    }
}
@media (max-width: 768px) {
    .header .header-panel .container {
        width: 100%;
    }
    .header .header-panel .header-panel-brief {
        width: 175px;
        float: right;
    }
    .header .header-panel .header-panel-detail {
        margin: 0 200px 0 0;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) {
    .header .logo {
        background-image: url("../imgs/logo@2x.png");
        background-size: 246px 24px;
    }
    .header .logo-b {
        background-image: url("../imgs/logo_b@2x.png");
        background-size: 246px 24px;
    }
    .headerFixed .logo {
        background-image: url("../imgs/logo_b@2x.png");
        background-size: 246px 24px;
    }
}
/*------------------------footer start-------------------*/
.footer {
    background-color: #f7f7f8;
    *min-width: 1200px;
}
.footer a:hover {
    color: #333 !important;
}
.footer .footer-contain {
    color: #888888;
    padding-top: 85px;
    padding-bottom: 80px;
    position: relative;
}
.footer .footer-contain .footer-module {
    font-size: 15px;
}
.footer .footer-contain .footer-module a {
    color: #888888;
}
.footer .footer-contain .footer-module li {
    line-height: 46px;
}
.footer .footer-contain .footer-module .title {
    line-height: 40px;
    color: #333333;
}
.footer .footer-contain .footer-module .ul1-li,
.footer .footer-contain .footer-module .ul1-li1 {
    float: left;
    text-align: left;
    margin-right: 48px;
}
.footer .footer-contain .footer-module .ul1-li div.icon,
.footer .footer-contain .footer-module .ul1-li1 div.icon {
    width: 40px;
    height: 29px;
    position: relative;
    top: 8px;
    margin-right: 8px;
    background-image: url("../imgs/ic_footer@1x.png");
    background-repeat: no-repeat;
    background-size: 454px 103px;
    float: left;
}
.footer .footer-contain .footer-module .ul1-li .AAAxy,
.footer .footer-contain .footer-module .ul1-li1 .AAAxy {
    background-position: -5px -5px;
}
.footer .footer-contain .footer-module .ul1-li .ISO9001rz,
.footer .footer-contain .footer-module .ul1-li1 .ISO9001rz {
    background-position: -50px -5px;
}
.footer .footer-contain .footer-module .ul1-li .hzhb,
.footer .footer-contain .footer-module .ul1-li1 .hzhb {
    background-position: -98px -5px;
}
.footer .footer-contain .footer-module .ul1-li .yxcyqy,
.footer .footer-contain .footer-module .ul1-li1 .yxcyqy {
    background-position: -145px -5px;
}
.footer .footer-contain .footer-module .ul1-li .gxjsqy,
.footer .footer-contain .footer-module .ul1-li1 .gxjsqy {
    background-position: -192px -5px;
}
.footer .footer-contain .footer-module .ul1-li .jsjxhls,
.footer .footer-contain .footer-module .ul1-li1 .jsjxhls {
    background-position: -242px -5px;
}
.footer .footer-contain .footer-module .ul1-li .zghlwxhhy,
.footer .footer-contain .footer-module .ul1-li1 .zghlwxhhy {
    background-position: -288px -5px;
}
.footer .footer-contain .footer-module .ul1-li .xncxqy500q,
.footer .footer-contain .footer-module .ul1-li1 .xncxqy500q {
    background-position: -338px -5px;
}
.footer .footer-contain .footer-module .ul1-li1 {
    margin-right: 0;
}
.footer .footer-bottom {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.footer .footer-bottom span,
.footer .footer-bottom a {
    color: #888888;
    vertical-align: middle;
}
.footer .footer-bottom .footer-links {
    margin-top: 10px;
}
.footer .footer-bottom .footer-links .contact400 {
    display: none;
}
.footer .footer-bottom .footer-links span {
    margin: 0 12px;
}
.footer .footer-bottom .icon {
    display: inline-block;
    height: 27px;
    position: relative;
    background-image: url("../imgs/ic_footer@1x.png");
    background-repeat: no-repeat;
    background-size: 454px 103px;
}
.footer .footer-bottom .icon-standar {
    margin: 0 20px 0 0;
    background-position: 0 -78px;
    width: 100px;
}
.footer .footer-bottom .icon-standar:hover {
    background-position: -108px -78px;
}
.footer .footer-bottom .bottom-micro {
    width: 85px;
    margin: 0 10px 0 0;
    background-position: -2px -46px;
}
.footer .footer-bottom .bottom-micro:hover {
    background-position: -360px -46px;
}
.footer .footer-bottom .bottom-wicre {
    width: 110px;
    margin: 0 16px 0 0;
    background-position: -105px -46px;
}
.footer .footer-bottom .bottom-wicre:hover {
    background-position: -231px -46px;
}
.footer .footer-bottom .icon-en {
    width: 28px;
    height: 20px;
    margin: 0;
    background-position: -260px -78px;
}
.footer .footer-bottom .icon-jp {
    width: 28px;
    height: 20px;
    margin: 0 16px 0 0;
    background-position: -215px -78px;
}
@media (min-width: 768px) {
    .footer .footer-bottom .contact400 {
        display: inline;
    }
    .footer .footer-bottom .footer-links .contact400 {
        display: none;
    }
}
@media (min-width: 1008px) {
    .footer .footer-bottom .contact400 {
        display: none;
    }
    .footer .footer-bottom .footer-links .contact400 {
        display: inline;
    }
}
@media (min-width: 1200px) {
    .footer .footer-bottom .contact400 {
        display: inline;
    }
    .footer .footer-bottom .footer-links .contact400 {
        display: none;
    }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2) {
    .footer .footer-contain .footer-module .ul1-li div.icon,
    .footer .footer-contain .footer-module .ul1-li1 div.icon {
        background-image: url("../imgs/ic_footer@2x.png");
        background-size: 454px 103px;
    }
    .footer .footer-bottom .icon {
        background-image: url("../imgs/ic_footer@2x.png");
        background-size: 454px 103px;
    }
}
/*-------------------------footer end*--------------------*/