﻿﻿﻿@charset "utf-8";
html, body {height:100%}
body{font-size:14px;font-family:Arial, Helvetica, sans-serif;color:#666;text-align: justify}
html, body, div, span, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, tt,dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td,ul,li,p,a{ margin: 0; padding: 0}
input,select,textarea{vertical-align:middle;outline: none;border-color: #ddd}
input:focus,select:focus,textarea:focus{border-color: #A9A9A9}
img{border:0}
a:hover {
    text-decoration: none;
}
ul,li{list-style:none}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix{zoom:1}

* {
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

/*一级菜单*/
.btn_large {width: 190px;height: 46px;line-height: 46px!important;padding: 0;font-size: 16px;}
/*二级菜单*/
.btn_mid {width: 180px;height: 44px;font-size: 16px;line-height: 44px!important;padding: 0}
/*三级菜单*/
.btn_small {width: 140px;height: 40px;line-height: 40px!important;padding: 0;font-size: 16px;}
/*灰色*/
.btn_grey {color: #999;border: 1px solid #999;}
.btn_light_grey_bg {color: #fff!important;border: 0;background: #aaa}
.btn_light_grey_bg:hover {color: #eee!important;border: 0;background: #999}
.btn_grey_bg {color: #fff!important;border: 0;background: #666}
.btn_grey_bg:hover {color: #eee!important;border: 0;background: #555}
/*蓝色*/
.btn_blue {color: #077eec!important;border: 1px solid #077eec;background: transparent}
/*绿色*/
.btn_green_bg {color: #fff!important;border: 0;background: #32c5d2}
.btn_green:hover, .btn_green_bg:hover {color: #fff!important;border: 1px solid #26a1ab;background: #26a1ab}
.btn_green_bg:hover {border: 0;}
.btn_green {color: #32c5d2!important;border: 1px solid #32c5d2;background: transparent}
/*黑色背景*/
.btn_black {color: #fff;border: 1px solid #fff;}
/*蓝色背景*/
.btn_blue_bg {color: #fff!important;background-color: #077eec;border: 1px solid #077eec;}
.btn_blue_bg:hover {color: #fff!important;background-color: #0773d9;border: 1px solid #0773d9;}
.btn_blue_bg:active {color: #fff!important;background-color: #0668c4;border: 1px solid #0668c4;}
/*蓝色背景*/
.btn_red_bg {color: #fff!important;background-color: #de342f;border: 1px solid #de342f;}
.btn_red_bg:hover {color: #fff!important;background-color: #c72f2a;border: 1px solid #c72f2a;}
.btn_red_bg:focus {color: #fff!important;background-color: #b62924;border: 1px solid #b62924;}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.header .header_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 23px 0;
}
.header .header_content>* {
    float: left;
    margin-right: 22px;
}
.header .header_content>.header_text {
    padding-left: 22px;
    border-left: 1px solid #333;
    display: block;
    line-height: 28px;
    margin-top: 2px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
.header .header_content .logo img {
    height: 44px;
}


.header .header_content .logo img {
    height: 44px;
}

/*footer BEGIN  ---1.3版本*/
.footer {background-color: #373d41;width: 100%;color: #aaa; font-size: 14px}
.footer .dw .friend_link li a:hover,
.footer .dw {padding-top:30px; padding-bottom:25px;text-align: center}
.footer .dw p {line-height: 1}
.footer .dw .friend_link {padding: 0 15px;margin: 0 auto 40px;display: inline-block}
.footer .dw .friend_link li {float: left;margin-right: 40px}
.footer .dw .friend_link li a {color: #aaa}
/*footer END  ---1.3版本*/

/*1.3版本 联系我们 BEGIN */
.global_toolbar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 10099;
}

.global_toolbar .toolbar_item {
    width: 60px;
    -webkit-box-shadow: 0 0 8px 0 rgba(7, 17, 27, .2);
    -moz-box-shadow: 0 0 8px 0 rgba(7, 17, 27, .2);
    box-shadow: 0 0 8px 0 rgba(7, 17, 27, .2);
    height: 100%;
}

.global_toolbar .toolbar_list {
    position: relative;
    overflow: visible;
    height: 61px;
    background: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.global_toolbar .toolbar_list i.iconfont,
.global_toolbar .toolbar_list i.fa {
    color: #666;
}

.global_toolbar .toolbar_list > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    position: relative;
}

.global_toolbar .toolbar_list .iconfont,
.global_toolbar .toolbar_list .fa {
    font-size: 26px;
    line-height: 1;
}

.global_toolbar .toolbar_list .toolbar_text {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.global_toolbar .toolbar_list .toolbar_text .text_item {
    display: block;
    line-height: 16px;
    height: 60px;
    padding: 14px 0;
    color: #077eec;
}

.global_toolbar .toolbar_list:hover .toolbar_text {
    width: 100%;
    height: 60px;
}

.global_toolbar .toolbar_list:hover .online_service {
    overflow: visible;
    -webkit-transform: translateX(-100%) scale(1);
    -moz-transform: translateX(-100%) scale(1);
    -ms-transform: translateX(-100%) scale(1);
    -o-transform: translateX(-100%) scale(1);
    transform: translateX(-100%) scale(1);
    opacity: 1;
    height: auto;
}

.global_toolbar .toolbar_list .online_service {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    text-align: left;
    width: 228px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-transform: translateX(-100%) scale(0);
    -moz-transform: translateX(-100%) scale(0);
    -ms-transform: translateX(-100%) scale(0);
    -o-transform: translateX(-100%) scale(0);
    transform: translateX(-100%) scale(0);
    transform-origin: right 30px;
    padding-right: 22px;
}

.global_toolbar .toolbar_list .online_service .service_header {
    background: #f5f7fa;
    color: #333;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    padding-left: 20px;
    line-height: 40px;
    position: relative;
}

.global_toolbar .toolbar_list .online_service .service_header:after,
.global_toolbar .toolbar_list .online_service .service_header:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 40px;
    right: 0;
    z-index: 2;
    top: 0;
    background: #f5f7fa;
}

.global_toolbar .toolbar_list .online_service .service_header:after {
    width: 20px;
    height: 20px;
    right: 5px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -moz-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -o-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

.global_toolbar .toolbar_list .online_service .service_header:after,
.global_toolbar .toolbar_list .online_service .service_wrapper {
    -webkit-box-shadow: 0 0 12px 0 rgba(7, 17, 27, .2);
    -moz-box-shadow: 0 0 12px 0 rgba(7, 17, 27, .2);
    box-shadow: 0 0 12px 0 rgba(7, 17, 27, .2);
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}

.global_toolbar .toolbar_list .online_service .service_wrapper {
    background: #fff;
}

.global_toolbar .toolbar_list .online_service .service_wrapper .service_main {
    padding: 15px 0;
}

.global_toolbar .toolbar_list .online_service .service_wrapper .service_list {
    padding: 5px 20px;
}

.global_toolbar .toolbar_list .online_service .service_wrapper .service_list > * {
    display: inline-block;
    line-height: 24px;
    float: left;
    width: 100%;
    height: 100%;
}

.global_toolbar .toolbar_list .online_service .service_wrapper .service_list > .service_link {
    height: 24px;
    width: 100px;
    background: url(../../images/common/global_bar/qq_contact.png) no-repeat center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.global_toolbar #msg {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-97px);
    -moz-transform: translateY(-97px);
    -ms-transform: translateY(-97px);
    -o-transform: translateY(-97px);
    transform: translateY(-97px);
    right: 44px;
    z-index: 10000;
    width: 1px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    text-align: center;
    color: #02d272;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.global_toolbar #msg i.icon-zhengque {
    font-size: 20px;
    margin-right: 10px;
}

/*1.3版本 联系我们 END */