@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,p,ul,ol {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    background-color:#fff;
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Microsoft Yahei UI",SimHei,"宋体",simsun,sans-serif;
}
ul,ol {
    list-style: outside none none;
}
a, a:link, a:hover, a:active {
    text-decoration: none;
    outline: none;
}
div {
    box-sizing: border-box;
}
button {
    outline: none;
}
.none {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.text_l {
    text-align: left !important;
}
.text_r {
    text-align: right !important;
}
.text_c {
    text-align: center !important;
}
.mg_t5 {
    margin-top: 5px !important;
}
.mg_t10 {
    margin-top: 10px !important;
}
.mg_t15 {
    margin-top: 15px !important;
}
.mg_t20 {
    margin-top: 20px !important;
}
.mg_t25 {
    margin-top: 25px !important;
}
.mg_t30 {
    
    margin-top: 30px !important;
}
.mg_t35 {
    margin-top: 35px !important;
}
.mg_t40 {
    margin-top: 40px !important;
}
.mg_t45 {
    margin-top: 45px !important;
}
.mg_t50 {
    margin-top: 50px !important;
}
.mg_t60 {
    margin-top: 60px !important;
}
.mg_t70 {
    margin-top: 70px !important;
}
.mg_t80 {
    margin-top: 80px !important;
}
.mg_t100 {
    margin-top: 100px !important;
}
.mg_t120 {
    margin-top: 120px !important;
}
.mg_b80 {
    margin-bottom: 80px !important;
}
.mg_l15 {
    margin-left: 15px !important;
}


.center {
    width: 1200px;
    margin: 0 auto;
}

.inside_title {
    text-align: center;
}
.inside_title h2 {
    font-size: 34px;
    font-weight: bold;
    color: #333;
    background: url(../images/icon_insideTitle.png) no-repeat left center;
    display: inline-block;
    padding-left: 50px;
    margin-left: -50px;
}
.inside_title p {
    color: #666;
}

.inside_title_s {
    text-align: center;
}
.inside_title_s h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    background: url(../images/icon_insideTitle.png) no-repeat left center/24px;
    display: inline-block;
    padding-left: 40px;
}


#header .h_top {
    width: 100%;
    max-width: 1920px;
    height: 35px;
    margin: 0 auto;
    background: #f5f5f5;
    color: #666;
    font-size: 12px;
}
#header .welcome {
    line-height: 35px;
}
#header .link li {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    margin-left: 50px;
}
#header .link li:first-child {
    background: url(../images/icon_top_link_1.png) no-repeat left center;
}
#header .link li:nth-child(2) {
    background: url(../images/icon_top_link_2.png) no-repeat left center;
}
#header .link li:nth-child(3) {
    background: url(../images/icon_top_link_3.png) no-repeat left center;
}
#header .link li a {
    color: #666;
}
#header .language {
    margin-left: 85px;
    margin-top: 6px;
}
#header .btn-default {
    color: #666;
}
#header .btn-group-vertical > .btn:hover,
#header .btn-group > .btn:hover {
    background-color: #fff;
}
#header .btn-group-vertical > .btn.active,
#header .btn-group-vertical > .btn:active,
#header .btn-group-vertical > .btn:focus,
/* #header .btn-group-vertical > .btn:hover, */
#header .btn-group > .btn.active,
#header .btn-group > .btn:active,
#header .btn-group > .btn:focus {
    color: #2577e3;
    background-color: #fff;
    border-color: #2577e3;
}


#header .h_middle {
    height: 90px;
}
#header .h_middle .center {
    height: 90px;
    position: relative;
}
#header .h_middle .logo {
    display: block;
    width: 197px;
    height: 43px;
    /* text-indent: -9999px; */
    /* background: url(../images/icon_logo.png) no-repeat center center; */
    position: absolute;
    top: 23.5px;
}
#header .h_middle .input-group {
    position: absolute;
    width: 440px;
    top: 25px;
    left: 450px;
}
#header .h_middle .form-control {
    height: 40px;
}
#header .h_middle .input-group-btn > .btn {
    width: 100px;
    height: 40px;
    background: #4793f7;
    border-color: #4793f7;
    color: #fff;
}
#header .h_middle .phone {
    width: 198px;
    position: absolute;
    top: 22px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .h_middle .phone img {
    width: 38px;
    height: 38px;
}
#header .h_middle .phone .number {
    flex: 1;
    margin-left: 7px;
    color: #4793f7;
    line-height: 20px;
}
#header .h_middle .phone .number strong {
    font-size: 20px;
    font-weight: bold;
}


#header .h_bottom {
    width: 100%;
    max-width: 1920px;
    height: 50px;
    margin: 0 auto;
    background: #2577e3;
}
#header .h_bottom .h_nav li {
    display: block;
    float: left;
    width: 14.285%;
    height: 50px;
    font-size: 16px;
}
#header .h_bottom .h_nav li a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
#header .h_bottom .h_nav li.active {
    background: #4793f7;
}
#header .h_bottom .h_nav li:hover {
    background: #4793f7;
}


#footer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 130px;
    background: #555;
    color: #fff;
}
#footer .center {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .center .ft_l {
    width: 312px;
}
#footer .center .ft_c {
    flex: 1;
    text-align: center;
    height: 90px;
    border-left: 1px solid #727272;
    border-right: 1px solid #727272;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
#footer .center .link li {
    display: block;
    float: left;
    padding: 0 15px;
    border-left: 1px solid #fff;
    height: 14px;
    line-height: 14px;
}
#footer .center .link li:first-child {
    border-left: none;
}
#footer .center .link li a {
    color: #fff;
}
#footer .center .link li a:hover {
    color: #4793f7;
}
#footer .center .copyright {
    font-size: 12px;
    line-height: 20px;
}
#footer .center .copyright a {
    color: #fff;
}
#footer .center .copyright a:hover {
    color: #4793f7;
}
#footer .center .ft_r {
    width: 312px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .center .ft_r .code {
    width: 90px;
}
#footer .center .ft_r .phone {
    flex: 1;
    margin-left: 15px;
    width: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .center .ft_r .phone img {
    width: 38px;
    height: 38px;
}
#footer .center .ft_r .phone .number {
    flex: 1;
    margin-left: 7px;
    line-height: 20px;
}
#footer .center .ft_r .phone .number strong {
    font-size: 20px;
    font-weight: bold;
}


/* 悬浮窗口 */
.floating {
    width: 48px;
    height: 186px;
    background: #fff;
    border: 1px solid #ddd;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 2000;
}
.floating .item {
    width: 100%;
    height: 25%;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.floating .code {
    background: url(../images/icon_float_code.png) no-repeat center center;
    position: relative;
}
.floating .code.active {
    background: url(../images/icon_float_code_active.png) no-repeat center center;
}
.floating .qq {
    background: url(../images/icon_float_qq.png) no-repeat center center;
}
.floating .qq.active {
    background: url(../images/icon_float_qq_active.png) no-repeat center center;
}
.floating .service {
    background: url(../images/icon_float_service.png) no-repeat center center;
}
.floating .service.active {
    background: url(../images/icon_float_service_active.png) no-repeat center center;
}
.floating .toTop {
    background: url(../images/icon_float_toTop.png) no-repeat center center;
    border-bottom: none;
}
.floating .toTop.active {
    background: url(../images/icon_float_toTop_active.png) no-repeat center center;
}
.floating .code .showCode {
    position: absolute;
    top: -1px;
    left: -100px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px;
    display: none;
}
.floating .service .showservice {
    position: absolute;
    top: 91px;
    left: -100px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px;
    display: none;
}


