﻿@CHARSET "UTF-8";

/* @font-face {
  font-family: 'graphiklight';
  src: url("../fonts/graphik-light-webfont.eot");
  src: url("../fonts/graphik-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-light-webfont.woff") format("woff"), url("../fonts/graphik-light-webfont.ttf") format("truetype"), url("../fonts/graphik-light-webfont.svg#graphiklight") format("svg");
  font-weight: normal;
  font-style: normal; 
} */

html {
    height: 100%;
}

body {
    font-size: 12px;
    color: #444;
    background-color: #eeeeee;
    /*font-family: Arial;*/
    font-family: 'graphiklight', Arial, Helvetica, sans-serif, ;
    line-height: 200%;
    min-height: 100%;
    overflow-x: hidden;
    width: auto;
    position: relative;
}

.weixinmodel {
    position: fixed;
    bottom: 66px;
    left: 20px;
    width: 160px;
    height: 160px;
    text-align: center;
    display: none;
    z-index: 1000;
    background: #FFF;
    border: solid 1px #ccc;
}

img {
    max-width: 100%;
}

form,
div,
body,
img,
p,
a,
img,
dl,
dd,
dt,
table,
tr,
td,
th,
select,
option {
    margin: 0px;
    padding: 0px;
    border: 0;
}

ul,
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

select:focus,
img:focus,
input[type="checkbox"]:focus,
input:focus,
textarea:focus {
    outline: none;
}

.clearboth {
    clear: both;
}

.red {
    color: #FF7A5D;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb200 {
    margin-bottom: 200px;
}

.mb250 {
    margin-bottom: 250px;
}

.mb300 {
    margin-bottom: 300px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mt65 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}


/* 按钮样式 */

.btn-gray {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: #666;
    color: #fff;
    outline: none box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-gray:hover {
    color: #fff;
    outline: none;
    box-shadow: none;
    background-color: #666;
}

.btn-gray:active {
    color: #fff;
    background-color: #666;
    outline: none;
    box-shadow: none;
}

.btn-gray:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
}

.btn-white {
    border: 1px solid #aaa;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#fff', endColorStr='#f1f1f1', gradientType='0');
    background-image: -webkit-linear-gradient(top, #fff, #f1f1f1);
    background-image: -moz-linear-gradient(top, #fff, #f1f1f1);
    background-image: -ms-linear-gradient(top, #fff, #f1f1f1);
    background-image: -o-linear-gradient(top, #fff, #f1f1f1);
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05) inset;
    color: #555e71 !important;
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05) inset;
    outline: none;
}

.btn-white:hover {
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#fff', endColorStr='#f6f6f6', gradientType='0');
    background-image: -webkit-linear-gradient(top, #fff, #f6f6f6);
    background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
    background-image: -ms-linear-gradient(top, #fff, #f6f6f6);
    background-image: -o-linear-gradient(top, #fff, #f6f6f6);
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05) inset;
    background-color: #f6f6f6;
}

.btn-white:active {
    border: 1px solid #aaa;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#f1f1f1', endColorStr='#f1f1f1', gradientType='0');
    background-image: -webkit-linear-gradient(top, #f1f1f1, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f1f1f1, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f1f1f1, #f1f1f1);
    background-image: -o-linear-gradient(top, #f1f1f1, #f1f1f1);
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05) inset;
    background-color: #f1f1f1;
}

.btn-white:focus {
    color: #555e71 !important;
}

.view .v-side .share-list {
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 18px;
}

.view .v-side .share-list>a {
    width: 33px;
    height: 33px;
    display: inline-block;
    margin: 4px;
    background-image: url(../images/icons-share.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.view .v-side .share-list>a.jiathis_button_fb {
    background-position: 0 0;
}

.view .v-side .share-list>a.jiathis_button_twitter {
    background-position: -40px 0;
}

.view .v-side .share-list>a.jiathis_button_linkedin {
    background-position: -80px 0;
}

.view .v-side .share-list>a.jiathis_button_weixin {
    background-position: -120px 0;
}


/*banner*/

.banner {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner h2 {
    position: absolute;
    bottom: -19px;
    left: 30px;
    font-size: 60px;
    line-height: 1em;
    color: white;
}

.view .v-body .middle-box {
    background-color: #fff;
    position: relative;
    z-index: 2
}


/*pagination*/

.simple-pagination {
    text-align: right;
    margin-bottom: 10px;
    font-size: 0;
}

.simple-pagination>* {
    color: #757575;
    font-size: 18px;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
}

.simple-pagination>*:hover,
.simple-pagination>.cur {
    color: #203864;
}


/*search*/

.v-side-search-box {
    text-align: center;
}

.v-side-search-box .glyphicon {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin: 15px 0;
}

.v-side-search-box input {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0 10px;
    border: none;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.v-side-search-box.active input {
    height: 50px;
    padding: 15px 10px;
}


/*address*/

.addr-box {
    margin: 25px 0;
}

.addr-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}

.addr-box ul>li {
    padding-left: 40px;
    font-size: 16px;
    line-height: 2.5em;
    color: #2d2d2d;
    background-repeat: no-repeat;
    background-position: 10px 9px;
    font-weight: 600;
}

.addr-box ul>li:nth-child(1) {
    background-image: url(../images/icon-addr-1.png);
}

.addr-box ul>li:nth-child(2) {
    background-image: url(../images/icon-addr-2.png);
}

.addr-box ul>li:nth-child(3) {
    background-image: url(../images/icon-addr-4.png);
}

.addr-box ul>li:nth-child(4) {
    background-image: url(../images/icon-addr-5.png);
}

.addr-box ul>li:nth-child(5) {
    background-image: url(../images/icon-addr-5.png);
    white-space: nowrap;
}

.addr-box ul>li:nth-child(6) {
    background-image: url(../images/icon-addr-6.png);
}


/*框架*/

.view {
    padding-left: 200px;
    position: relative;
}

.view .v-side {
    background-color: #203864;
    width: 210px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10
}

.view .v-side .logo {
    display: block;
    margin: 50px auto 50px;
    width: 178px;
}

.view .v-side .logo-text {
    font-weight: bold;
    font-size: 26px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}

.view .v-body {}

.view .v-body .v-side-switch {
    background-color: #203864;
    height: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.view .v-body .v-side-switch .navbar-toggle {
    display: block;
    position: absolute;
    left: 15px;
    outline: none;
    margin-top: 13px;
    border-color: #fff;
}

.view .v-body .v-side-switch .navbar-toggle .icon-bar {
    background-color: #fff;
}

.view .v-side .v-side-split {
    margin: 10px 12px;
    border-bottom: 1px solid #fff;
}

.view .v-side ul.v-nav {
    margin: 0 10px 0 12px;
}

.view .v-side ul.v-nav>li {
    position: relative;
}

.view .v-side ul.v-nav>li>a {
    display: block;
    line-height: 1em;
    font-size: 15px;
    color: #fff;
    padding: 11px 0;
    position: relative;
    word-break: break-all;
}

.view .v-side ul.v-nav>li>a:before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    content: '';
    position: absolute;
    height: 1.8em;
    left: -12px;
    top: 50%;
    margin-top: -0.9em;
    background-color: #fff;
    width: 4px;
}

.view .v-side ul.v-nav>li:hover>a:before {
    opacity: 1;
}

.view .v-side ul.v-nav>li>a b {
    content: "";
    border: 25px solid transparent;
    border-left: 25px solid #203864;
    display: block;
    position: absolute;
    top: -5px;
    z-index: 1001;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    right: -50px;
    opacity: 0;
}

.view .v-side ul.v-nav>li.active>a b {
    opacity: 1;
    -webkit-transition: opacity 0.3s .3s linear;
    -moz-transition: opacity 0.3s .3s linear;
    transition: opacity 0.3s .3s linear;
}

.r-side-title {
    font-size: 24px;
    color: #2d2d2d;
    line-height: 1em;
    padding-bottom: 10px;
    border-bottom: 3px solid #203864;
}

.nav-panel {
    position: fixed;
    top: -6px;
    left: 200px;
    bottom: -6px;
    width: 0;
    background: #fff;
    padding: 52px 0 20px 0;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: inset 10px 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 10px 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.v-nav li:nth-child(1) .nav-panel .col-xs-12 li {
    width: 100% !important;
}

.view .v-side ul.v-nav>li.active .nav-panel {
    width: 422px;
    padding: 52px 20px 20px 30px;
    opacity: 1;
}

.nav-panel ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
    display: flex;
}

.nav-panel p {
    margin: 10px 0;
    color: #79736f;
    font-size: 16px;
}

.nav-panel ul li {
    display: block;
    margin: 0 0 6px 0;
    padding-bottom: 0;
    padding-right: 10px;
    text-transform: none;
    vertical-align: top;
    width: 100%;
}

.nav-panel li a,
.nav-panel li a:hover {
    color: #203864;
    font-size: 14px;
    text-transform: none;
    background: transparent;
    border-color: transparent;
    line-height: 1em;
}

.nav-panel li a:hover {
    text-decoration: underline;
}

.nav-panel h4 {
    color: #333 !important;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 24px;
    border-bottom: 1px solid #203864;
    padding-bottom: 12px;
    margin: 0 0 20px;
}

.nav-panel.carrer-fly {
    width: 800px;
    padding: 48px 40px 20px 40px;
    left: -989px;
}

.nav-panel .bt-menu-trigger {
    color: #000;
    position: absolute;
    top: -40px;
    right: 15px;
    width: 40px;
    height: 40px;
}

.bt-menu-trigger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -2px;
    background-color: #fff;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 1.2s;
    transition: background-color 1.2s;
}

.nav-panel .bt-menu-trigger span {
    height: 1px;
    background-color: transparent;
}

.active .bt-menu-trigger span {
    background-color: transparent;
}

.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.nav-panel .bt-menu-trigger span:before,
.nav-panel .bt-menu-trigger span:after {
    background: #888;
}

.bt-menu-trigger span:before {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
}

.bt-menu-trigger span:after {
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
}

.active .bt-menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.active .bt-menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.nav-panel .bt-menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.nav-panel .bt-menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}


/* footer styles */

p+.page-footer {
    margin-top: 2em;
}

.page-footer {
    background-repeat: repeat-x;
    background: #d5d7d8;
    padding: 25px 30px 0;
    position: relative;
    z-index: 2;
}


/*2015年4月22日添加（右下角图片样式）*/

.page-footer .img20150422 {
    margin-top: 40px;
    width: 270px;
    height: 68px;
    background: url(../images/20150422.png) no-repeat;
}

.page-footer a.h4 {
    color: #203864;
}

.page-footer h4 {
    color: #203864;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif, ;
    font-size: 14px;
    margin-bottom: 16px;
}

.page-footer ul {
    padding: 0;
    margin-bottom: 24px;
}

.page-footer ul li {
    font-size: 14px;
    list-style: none;
    line-height: 1.4em;
    margin-bottom: 12px;
}

.page-footer .foot-nav li {
    text-transform: uppercase;
}

.locations img {
    margin-right: 10px;
}

.page-footer a {
    color: #5d5d5d;
    font-size: 14px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.page-footer a:hover {
    color: #5d5d5d;
    text-decoration: underline;
}

.foot-note a {
    color: #d7d2cf;
    font-size: 16px;
}

.foot-note a:hover {
    color: #203864;
    text-decoration: underline;
}

.foot-note {
    font-size: 16px;
    border-top: #d7d7d7 solid 1px;
    color: #a6a3a3;
    padding: 24px 0 12px 0;
}

.foot-note.row {
    background: #7c7a77;
    margin: 0 -30px 0 -30px;
    padding: 20px 15px;
}

.foot-note.row .social-links {
    position: relative;
    /* float: right; */
    padding: 0;
    display: inline-block;
    margin: 0 0 0 65px;
    font-size: 17px;
    left: auto;
    bottom: auto;
    top: 6px;
}

.foot-note.row a {
    margin: 0 7px;
}

.foot-note.row .social-links li a {
    background-color: #acacac;
    color: #e2e2e2;
    margin: 0;
}

@media (max-width: 1799px) {}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
    .banner {
        height: 360px;
    }
}

@media (max-width: 991px) {
    .banner {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .view .v-side ul.v-nav>li .nav-panel {
        width: 200px;
        z-index: 100;
        left: 0;
        padding: 52px 10px 20px 10px;
        box-shadow: none;
        background-color: #203864;
        -webkit-transform: translateX(-220px);
        -moz-transform: translateX(-220px);
        transform: translateX(-220px);
    }
    .view .v-side ul.v-nav>li.active .nav-panel {
        width: 200px;
        padding: 52px 10px 20px 10px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-panel li a,
    .nav-panel li a:hover {
        color: #fff;
    }
    .view .v-side ul.v-nav>li>a b {
        display: none;
    }
    .nav-panel p {
        display: none;
    }
    .nav-panel h4 {
        color: #fff !important;
        font-size: 16px;
    }
    .nav-panel .bt-menu-trigger span:before,
    .nav-panel .bt-menu-trigger span:after {
        background: #fff;
    }
    .nav-panel p:before {
        content: "\f053";
        color: #fff;
        font-size: 1.2em;
        text-transform: uppercase;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    html {
        overflow-x: hidden;
    }
    .banner {
        height: 200px;
    }
    .banner h2 {
        font-size: 40px;
        left: 15px;
        bottom: -15px;
    }
    .view {
        width: 100%;
        padding-left: 0;
        left: 0;
        -webkit-transition: left .4s;
        -moz-transition: left .4s;
        -ms-transition: left .4s;
        -o-transition: left .4s;
        transition: left .4s;
    }
    .view.active {
        left: 200px;
        position: absolute;
        height: 100%;
    }
    .view .v-side {
        left: -200px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 50px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .view.active .v-side {
        left: 0px;
    }
    .view.active .v-body {
        height: 100%;
        overflow: hidden;
    }
    .view .v-body .v-side-switch {
        height: 60px;
    }
    .page-footer {
        padding: 15px 15px 0;
    }
    .foot-note.row {
        margin: 0 -15px 0 -15px;
        padding: 15px 0px;
    }
    .view .v-side .share-list {
        position: static;
    }
    .view .v-side .logo,
    .view .v-side .logo-text {
        display: none;
    }
}

.top-height {
    margin-top: 20px;
}


/* 2017.2.15 下划线 */


/* .my_underline .col-sm-6:first-child ul > li:nth-child(1) a,
.my_underline .col-sm-6:first-child ul > li:nth-child(2) a{text-decoration: underline; } */

.my_underline .col-sm-6 ul>li:first-child a {
    //text-decoration: underline;
    white-space: nowrap;
}