@charset "utf-8";
@font-face {
    font-family: 'RUBIK-REGULAR-WEBFONT';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/rubik-regular-webfont.eot');
    src: local('RUBIK-REGULAR-WEBFONT'), url('../fonts/rubik-regular-webfont.eot') format('embedded-opentype'), url('../fonts/rubik-regular-webfont.woff2') format('woff2'), url('../fonts/rubik-regular-webfont.woff') format('woff'), url('../fonts/rubik-regular-webfont.ttf') format('truetype'), url('../fonts/rubik-regular-webfont.svg') format('svg');
}

@font-face {
    font-family: 'DINPro-Medium';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/dinpro-medium.ttf');
    src: local('DINPro-Medium'), url('../fonts/dinpro-medium.ttf') format('embedded-opentype'), url('../fonts/dinpro-medium.woff2') format('woff2'), url('../fonts/dinpro-medium.woff') format('woff'), url('../fonts/dinpro-medium.ttf') format('truetype'), url('../fonts/dinpro-medium.ttf.svg') format('svg');
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
}

body {
    font-family: "微软雅黑", arial, Helvetica, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    color: #333333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

section.inx-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}

input,
select,
option,
textarea {
    border: none;
    outline: none;
    font-family: "微软雅黑", arial, Helvetica, sans-serif;
}

img {
    border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
    outline: 0;
    color: #000;
}

a:hover {
    color: #035FA3;
}

ul li {
    margin: 0;
}

.fnav>ul>li:after {
    width: 2px;
    height: 20px;
    background: red;
}

ul,
li {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.none {
    display: none;
}

.block {
    display: block;
}


/* .w {
    width: 1610px;
    margin: 0 auto;
} */

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ellipsis-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
    color: #999999;
}

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

.h {
    height: 80px;
}

.overflow {
    overflow: hidden;
}


/*  *  * header *  * */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.6);
}
.ENCNchange{
    cursor: pointer;
    z-index: 999;
    width: 36px;
    height: 36px;
    border: 1px solid  #000;
    position: absolute;
    right:207px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    transition: all .8s;
    font-size: 16px;
    /*color: #000;*/
}
.ENCNchange:hover{
    border: none;
    background: #ff472a;
    color: #FFF;
}
.user{
    cursor: pointer;
    background: url(../images/user.png) no-repeat;
    background-size: 100%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user:hover{
    background: url(../images/user-brown.png) no-repeat;
    background-size: 100%;
}
header.indexheader {
    background: transparent;
}

header.indexheader {
    padding-top: 24px;
}

header.fixed {
    background: #fff;
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.head-main {
    position: relative;
    line-height: 80px;
    font-size: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.head-main .logo {
    float: left;
}

.head-main .logo img {
    vertical-align: middle;
    height: 50px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.head-main .logot {
    display: flex;
    flex: 30%;
    align-items: center;
}

.head-main .logot img {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    /*border-left: 1px solid rgba(65,15,7,.1);*/
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.head-main .uyy {
    display: flex;
}

.head-main .uyy .logotg {
    display: flex;
    flex: 30%;
    align-items: center;
    justify-content: center;
}

.head-main .uyy .logotg img {
    width: .8438rem;
    height: .3229rem;
}

.logot p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.head-main .uyy .right {
    position:relative;
    display: flex;
    justify-content: flex-end;
    flex: 30%;
}

.head-main .uyy .right .clearfix {
    display: flex;
    align-items: center;
}

.head-main .uyy .right .clearfix p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.head-main .nav {
    display: inline-block;
    vertical-align: middle;
}

.head-main .nav>ul>li.on>a:after,
.head-main .nav>ul>li>a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 27px;
    border-radius: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    width: 0px;
    height: 5px;
    background: #035FA3;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    backface-visibility: hidden;
}

header.indexheader .head-main .nav>ul>li.on>a:after,
header.indexheader .head-main .nav>ul>li>a:after {
    background: #fff;
}

.head-main .nav>ul>li.on>a:after,
.head-main .nav>ul>li>a:hover:after {
    backface-visibility: hidden;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 5px;
}

.head-main .nav>ul>li {
    float: left;
    position: relative;
    margin-right: 58px;
}

.head-main .nav>ul .on {
    font-weight: bold;
}

.head-main .nav>ul>li>a {
    display: block;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.head-main .nav img {
    vertical-align: middle;
}

.head-main .nav .drop-down {
    min-width: 162px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    display: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.head-main .nav li:hover .drop-down {
    display: block
}

.drop-down ol {
    line-height: 35px;
}

.drop-down ol a {
    display: block;
    font-size: 15px;
    color: #999999;
    padding: 5px 12px 0 8px;
    line-height: 25px;
    /* word-break: keep-all; */
    /* white-space: nowrap; */
}

.drop-down ol a:hover {
    color: #035FA3;
}

.tel {
    float: right;
    margin-left: 75px;
    font-size: 18px;
    color: #410f07;
    font-family: 'RUBIK-REGULAR-WEBFONT';
    padding-left: 25px;
    background: url(../images/tel.png) no-repeat left center;
}

.calendar-info-title {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.right-side-box {
    float: right;
    font-size: 0;
    padding-top: -15px;
    position: relative;
}
.right-side-box ul{
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}
.right-side-box li {
    display: inline-block;
    vertical-align: middle;
    margin-top: -11px;
    margin-left: 26px;
    padding-top: -8px;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.right-side-box .search-popup__toggler {
    width: 27px;
    height: 21px;
    line-height: 21px;
    /*background: url(../images/search.png) no-repeat center center;*/
}

.search-po {
    width: 30px;
    height: 43px;
}

.search-po img {
    width: 100%;
}

.right-side-box .search-popup__toggler img {
    width: 100%;
}

.right-side-box .side-menu__toggler {
    width: 18px;
    padding-top: 5px;
    height: 21px;
    line-height: 24px;
}

.side-menu__toggler img {
    width: 100%;
}

.right-side-box .lang {
    position: relative;
    width: 115px;
    height: 20px;
    border-right: 1px solid #c6b7b4;
    background: url(../images/wx.png) no-repeat 80% center;
}

.right-side-box .lang .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    overflow: hidden;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.right-side-box .lang:hover .box {
    height: auto;
}

.right-side-box .lang a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #410f07;
    margin-bottom: 10px;
}

.right-side-box .lang a:hover {
    color: #e05a15;
}

.right-side-box .lang img {
    margin-right: 5px;
    vertical-align: middle;
}

.right-side-box li:hover {
    opacity: .8
}

header.indexheader .right-side-box .lang a,
header.indexheader .head-main .nav>ul>li>a {
    color: #fff;
    transition: all 0.3s;
    position: relative;
}

header.indexheader .right-side-box .lang {
    border-right-color: #fff;
    /* background-image: url(../images/wx.png);*/
}

header.indexheader .head-main .logot img,
header.indexheader .right-side-box .search-popup__toggler,
header.indexheader .right-side-box .side-menu__toggler,
header.indexheader .head-main .nav img,
header.indexheader .tel {
    /* -webkit-filter: brightness(0) invert(1); */
    filter: brightness(0) invert(1);
}


/*
 
 * 
 * 
 * 
 * */

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(../images/mcsb_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(25, 125, 44, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/*弹窗*/

.side-menu__block {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
}

.right-side-box li {
    position: relative;
}

.search-po {
    position: relative;
}

.wxfin img {
    width: 148%;
}

.wxfin {
    display: none;
}

.search-po:hover .wxfin {
    display: block;
}

.wxfin {
    position: absolute;
    top: 60px;
    left: -33px;
}

.side-menu__block-inner {
    position: relative;
    width: 31.25%;
    margin: 0 0 0 auto;
    height: 100vh;
    background: #ff472a;
    z-index: 999999;
    overflow-y: auto;
    padding: 20px 20px 20px 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.mCustomScrollBox {
    padding-right: 20px;
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}

.side-menu__block .main-navigation .submenu {
    display: none;
}

.side-menu__block__text {
    text-align: center;
}

.side-menu__block .navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f2f4f7;
}

.side-menu__block .navigation-box ul ul {
    background-color: #d2d9e4;
}

.side-menu__block .navigation-box li+li {
    border-top: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222222;
    font-size: 16px;
    position: relative;
    padding: 14px 0;
    padding-left: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.side-menu__block .navigation-box li a:before {
    content: '\f101';
    font-family: FontAwesome;
    margin-right: 15px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #222222;
    color: #fff;
    padding: 1.5px 10px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler:before {
    content: '\f107';
    font-family: FontAwesome;
}

.side-menu__block .navigation-box li a:hover {
    color: #fff;
    background-color: #e05a15;
}

.side-menu__block__title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 0;
    margin-bottom: 15px;
}

.side-menu__block-line {
    margin: 40px 0;
    border-color: rgba(34, 34, 34, 0.2);
}

.side-menu__block-about>ul {
    margin: auto auto auto 0;
}

.side-menu__block-about>ul>li {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@keyframes fadeInNavItems {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0.75;
    }
    90% {
        opacity: 0.9;
    }
    100% {
        opacity: 1;
    }
}

.side-menu__block-about>ul>li>a {
    font-size: 18px;
    font-weight: bold;
}

.side-menu__block-about li a {
    font-size: 15px;
    color: #ffffff;
}

.side-menu__block-about li a:hover {
    color: #035FA3;
}

.side-menu__block-about ul ul {
    overflow: hidden;
}

.side-menu__block-about ul ul li {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}

.side-menu__block-about ul ul li a:before {
    content: "";
    width: 10px;
    height: 8px;
    background: url(../images/navico.png) no-repeat left center;
    display: inline-block;
    vertical-align: middle;
}

.side-menu__block-about ul ul li a:hover {
    color: blue;
}

.sdclose {
    position: fixed;
    top: 20px;
    right: 40px;
    width: 17px;
    height: 17px;
    background: url(../images/close1.png) no-repeat center center;
    cursor: pointer;
    font-size: 0;
}

.mCSB_container .logo {
    padding: 35px 0 15px;
    border-bottom: 2px solid #fff;
}

.mCSB_container .logo img {
  display: block;
    margin: 0 auto;
    width: 220px;
    height: auto;
}

.mCSB_container .ewm {
    text-align: center;
    /*margin-top: 85px;*/
    margin-top: 30px;
}

.mCSB_container .ewm img {
    display: block;
    margin: 0 auto;
    width: 135px;
    border-radius: 10px;
}

.mCSB_container .ewm .tbox {
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
    float: none!important;
    width: 100%!important;
}

.side-menu__block-contact__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.side-menu__block-contact__list-item {
    color: #222222;
    font-size: 20px;
    position: relative;
    padding-left: 50px;
    font-family: 'RUBIK';
    margin-bottom: 15px;
    line-height: 36px;
}

.side-menu__block-contact__list-item i {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-menu__block-contact__list .ewm img {
    width: 108px;
    margin-left: 50px;
}

.side-menu__block-contact__list-item+.side-menu__block-contact__list-item {
    margin-top: 10px;
}

.side-menu__block__text-copy {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.thm-btn {
    display: block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #e05a15;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 0 43px;
    line-height: 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.thm-btn:hover {
    color: #fff;
    background-color: #222222;
}

.side-menu__block-about__text {
    margin-bottom: 16px;
    color: #777777;
    font-size: 14px;
    line-height: 26px;
}

.fa {
    font-size: 0;
}

.fa img {
    vertical-align: middle;
}

.menulogo {
    max-width: 100%;
    display: block;
}


/*
* 22. search-popup styles
*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}

.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    color: #222222;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 1);
    padding-left: 30px;
    padding-right: 80px;
}

.search-popup__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}

.search-popup__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}

.search-popup__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}

.search-popup__form input:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}

.search-popup__form button {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #064a88;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.search-popup__form button:hover {
    background-color: #064a88;
    color: #064a88;
}


/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*移动端*/


/*	 *	 *	jQuery Sliding Menu Plugin	 *
 * 
 * 	Mobile app list-style navigation in the browser	 *	
 * 
 *  *	Written by Ali Zahid	
 * 
 *  *	http://designplox.com/jquery-sliding-menu	
 * 
 *  *	 */

.sliding-menu {
    overflow: hidden;
    position: relative;
}

.sliding-menu ul {
    float: left;
    margin: 0;
    width: 100%;
}

.sliding-menu li {
    list-style: none;
    margin: 0;
    line-height: 16px;
}

.sliding-menu a {
    display: block;
    padding: 1em;
    line-height: 16px;
}

.sliding-menu a:hover {
    background: #333;
    color: #FFF;
}

.sliding-menu a.nav:before {
    content: '\3009';
    float: right;
    margin-left: 1em;
}

.sliding-menu a.back {
    background: #083f78;
    color: #FFF;
}

.sliding-menu a.back:before {
    content: '\3008';
    float: left;
    margin-right: 1em;
}

.sliding-menu {
    overflow: hidden;
    position: relative;
}

.sliding-menu ul {
    float: left;
    margin: 0;
    width: 100%;
}

.sliding-menu li {
    list-style: none;
    margin: 0;
    line-height: 25px;
}

.sliding-menu a {
    display: block;
    padding: 10px 1em;
    line-height: 25px;
}

.sliding-menu a:hover {
    background: #333;
    color: #FFF;
}

.sliding-menu a.nav:before {
    content: '\3009';
    float: right;
    margin-left: 1em;
}

.sliding-menu a.back {
    background: #083f78;
    color: #FFF;
}

.sliding-menu a.back:before {
    content: '\3009';
    float: right;
    margin-right: 0;
}

.phone_head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    height: 60px;
    line-height: 50px;
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
}

.phone_head .logo {
    font-size: 0;
    padding-top: 6px;
}

.phone_head .logo img {
    max-width: 120px;
  /*width: 120px;*/
  /*  height: 46px;*/
   
}

.phone_head .head_admin {
    height: auto;
    line-height: 55px;
    margin: 0;
    margin-left: 15px;
}

.phone_head .head_admin a {
    color: #1886d1;
    font-size: 12px;
}

.phone-head .menubtn>span.expand {
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    width: 40px;
    background: url(../images/menu.png) no-repeat center;
    background-size: auto 100%;
}

.phone-head .mask-close {
    background: #ff472a none repeat scroll 50% 50% / auto padding-box border-box;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 11px;
    left: 18px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    overflow: hidden;
}

.maskbg {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: -9999px;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    overflow: hidden;
}

.popUp {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.maxDiv .maskbg {
    left: 0;
}

.maskbg:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    width: 180px;
    height: 100%;
    background: #ff472a;
    transition: all 0.3s;
    z-index: 0;
}

.maxDiv .maskbg:before {
    left: 0;
    transition: all 0.3s;
}

#menu a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#menu a:hover {
    color: #fff;
}

#menu h1 {
    font-weight: 300;
}

#menu h2 {
    font-weight: 300;
    margin: 3em 0 1em 0;
}

#menu p {
    margin: 20px 0;
}

#menu .nav {
    height: auto;
    background: #ff472a;
    float: none;
}

#menu {
    margin: 4em 0;
    width: 180px;
    min-height: 308px;
    background: #ff472a;
    left: -9999px;
    transition: all 0.3s;
    text-transform: uppercase;
}

.maxDiv .maskbg #menu {
    left: 0;
    transition: all 0.3s;
}

.sliding-menu a.back {
    background: #187d2c;
}

.sliding-menu a:hover {
    background: #187d2c;
}


/*
 
 * footer
 * */

footer {
    background: #393939;
}

.footmain {
    padding: 40px 0px 65px 0;
}

.fnav {
    float: left;
    width: 68%;
    /* border-right: 1px solid #595959; */
}

.fnav>ul>li {
    float: left;
    /* text-align: center; */
    position: relative;
    height: 241px;
    border-left: 1px solid #454545;
    /* background: url(../images/xl.png) no-repeat left; */
    width: 11.6%;
}

.fnav>ul>li a:after {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    height: 20px;
    width: 2px;
    content: "";
    background: #035FA3;
}

.fnav>ul>li:nth-child(3) {
    width: 19%;
}

.fnav>ul>li:nth-child(4) {
    width: 14%;
}

.fnav>ul>li:nth-child(5) {
    width: 15%;
}

.fnav>ul>li>a {
    font-size: 16px;
    color: #fff;
    padding-left: 27px;
    /* background: url(../images/fnavico.png) no-repeat left center; */
    display: inline-block;
}

.fnav ol {
    /*padding-left: 15px;*/
    margin-top: 15px;
}

.fnav ol li {
    line-height: 30px;
}

.fnav ol li a {
    font-size: 14px;
}

.fnav a {
    color: #cecccc;
}

.finfo {
    float: left;
    width: 23%;
    font-size: 15px;
    color: #fff;
    /* margin-left: -41px; */
    padding-left: -18px;
    margin-top: 15px;
}

.finfo span {
    font-size: 22px;
    color: #999999;
}

.finfo li {
    font-size: 15px;
    color: #999999;
}

.finfo li {
    margin-bottom: 15px;
}

.finfo li img {
    vertical-align: middle;
    margin-right: 18px;
}

.footmain .ewm {
    margin-top: 25px;
    text-align: center;
    float: right;
    width: 8.25%;
}

.footmain .ewm img {
    width: 91%;
    display: block;
}

.footmain .ewm .tbox {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.copyright {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding: 12px 0;
    background: #494748;
}

.copyright a {
    color: #666666;
    margin-left: 6px;
}


/*
 
 * index
 * */

.banner {
    position: relative;
    /*overflow: hidden;*/
}

.banner img {
    display: block;
    width: 100%;
}

.bannerswiper {
    width: 100%;
}

.bannerswiper .swiper-pagination {
    bottom: 143px;
}

.bannerswiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: url(../images/bany1.png) no-repeat center;
    /*background-size: 100%;*/
    padding: 8px;
    opacity: 1;
    border: 1px solid #fff;
}

.bannerswiper .swiper-pagination-bullet-active {
    background: url(../images/bany.png) no-repeat center;
    border: 1px solid #035FA3;
}

.go {
    position: absolute;
    bottom: 40px;
    right: 25px;
    z-index: 2;
}

.go img {
    width: 57px;
    display: block;
    animation-delay: 0ms;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear;
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    50% {
        -webkit-transform: translate3d(0px, -10px, 0px);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    50% {
        -webkit-transform: translate3d(0px, -10px, 0px);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
}

.intitle {
    text-align: center;
    color: #410f07;
}

.intitle .tit {
    font-size: 40px;
}

.intitle .tit:after {
    content: "";
    width: 34px;
    height: 2px;
    display: block;
    margin: 15px auto;
    background: url(../images/titxian.png) no-repeat left center;
}

.intitle .desc {
    font-size: 24px;
    font-weight: lighter;
}


/*.banner {
	position: relative;
}*/

.bannerxia {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.bannerxia ul {
    display: flex;
}

.bannerxia ul li {
    text-align: center;
    background: rgb(0, 0, 0, 0.5);
    width: 25%;
    line-height: 100px;
    height: 100px;
    border-right: 1px solid #656668;
    transition: all 0.5s;
}

.bannerxia ul li img {
    width: 100%;
}

.bannerxia ul li:after {
    background: #035FA3;
    width: 20px;
    height: 20px;
    border: none;
    content: "";
}

.bannerxia-1 {
    width: 30px;
    height: 35px;
    vertical-align: middle;
    display: inline-block;
}

.bannerxia ul li span {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-left: 22px;
}

.inx-1 {
    background: url(../images/bg3.png) no-repeat top left #fff;
}

.inx-1 ul {
    display: flex;
}

.inx-1 ul li {
    width: 50%;
}

.inx-1 ul li:nth-child(1) {
    border-right: 1px solid #ECECEC;
}

.intitle {
    text-align: center;
    line-height: 1;
    padding: 0px 0 75px;
}

.intitle .en {
    font-size: 60px;
    color: #dddddf;
    font-weight: bold;
    font-family: "DIN-BOLD_0";
    text-transform: uppercase;
}

.inx-1 li:nth-child(2) h2:before {
    content: '';
    position: absolute;
    /* top: 14px; */
    bottom: -3px;
    left: 0;
    background: #1175C3;
    width: 170px;
    display: block;
    height: 2px;
    /* border-radius: 50%; */
}

.intitle .cn {
    margin-top: -30px;
    font-size: 35px;
    color: #000000;
    font-weight: bold;
}

.intitle .cn span {
    color: #064a88;
}

.bannerxia ul li:hover {
    background: #064a88;
    /* transform: translateY(-10px); */
    transform: scaleY(1.1);
    padding-bottom: 30px;
    /* height: 110px; */
}

.inx-1 h2 {
    font-size: 25px;
    color: #333333;
    padding-left: 18px;
    position: relative;
}

.inx-1 h2:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    background: #1175C3;
    width: 8px;
    display: block;
    height: 8px;
    border-radius: 50%;
}

.inx-1 h2:before {
    content: '';
    position: absolute;
    /*top: 14px;*/
    bottom: -3px;
    left: 0;
    background: #1175C3;
    width: 118px;
    display: block;
    height: 2px;
    /*border-radius: 50%;*/
}

.inx-1 ul li {
    padding: 0 40px 0 63px;
}

.inx-1 p {
    font-size: 16px;
    color: #413f3f;
    margin-top: 40px;
    text-indent: 2em;
    font-family: "Microsoft YaHei";
    line-height: 1.875;
}

.in1-left {
    display: flex;
    margin-top: 70px;
}

.in1-left1 a {
    color: #000;
}

.in1-left1 {
    width: 33.3%;
    font-size: 20px;
}

.in11 {
    display: inline-block;
    height: 39px;
    width: 39px;
    margin-right: 10px;
    justify-content: center;
    text-align: center;
    background: #C1DBEF;
    /*background: url(../images/qy.png) no-repeat;
    background-size: 46%;*/
    background-position: 50% 50%;
    vertical-align: middle;
    padding: 7px 10px;
    border-radius: 50%;
}

.pages li .current {
    /* margin-top: 16px; */
    font-size: 14px;
    min-width: 37px;
    height: 37px;
    display: block;
    background: #035FA3;
    color: #fff;
    border-radius: 50%;
    line-height: 37px;
    padding: 0 5px;
}

.pages li .disabled {
    /* margin-top: 16px; */
    display: block;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 14px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

.in1-left1:hover .in11 {
    background: #035FA3;
}

.in1-left1:hover {
    font-weight: bold;
}

.in11 img {
    width: 100%;
}

.in1-left1:hover .in11 img {
    filter: brightness(0) invert(1);
}

.in1-right {
    display: flex;
    flex-wrap: wrap;
}

.in1-right1 {
    width: 20%;
    height: 65px;
    padding: 10px;
    text-align: center;
    line-height: 65px;
}

.in1-right {
    padding: 20px 0;
}

.in1-right .in1-right1:nth-child(odd) {
    background: #F6F6F6;
}

.in1-right .in1-right1:nth-child(even) {
    background: #fff;
}

.in1-right1 img {
    width: 100%;
}

.ab-sec .num_con {
    margin-top: 60px;
}

.num_con ul {
    display: table;
    width: 100%;
}

.num_con li {
    display: table-cell;
    /* vertical-align: top; */
    /* display: block; */
    text-align: center;
    padding-top: 56px;
    line-height: 250px;
}

.num_con li .number {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #ffff;
    font-weight: bold;
    line-height: 100px;
    font-family: 'DINPro-Medium';
}

.num_con li .number span {
    font-size: 60px;
}

.num_con .desc {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    font-weight: normal;
    line-height: 0px;
    /* font-family: "微软雅黑", arial, Helvetica, sans-serif; */
}

.inx-2 {
    background: url(../images/szbj.jpg) no-repeat;
    border-radius: 0 0 100px 0;
    background-size: 100%;
    /* padding: 90px 0; */
    width: 100%;
    height: 250px;
    /* line-height: 250px; */
}

.newswiper a:hover .tbox .tit {
    color: #035FA3;
}

.newswiper a:hover .tbox .desc {
    color: #035FA3;
}


/*
 
 * 
 * */

.abannerxia ul li:nth-child(1) a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #ffffff;
    /* display: inherit; */
    /* white-space: nowrap; */
    font-size: 16px;
    margin: 0 25px;
}

.nybanner {
    position: relative;
}

.nybanner>img {
    display: block;
    width: 100%;
}

.nybanner .tbox {
    position: absolute;
    right: 0;
    top: 47%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    line-height: 1;
}

.nybanner .intitle {
    padding: 50px 0;
    color: #fff;
    background: url(../images/intitlebg.png) no-repeat center;
}

.location-nav {
    font-size: 16px;
    color: #999999;
}

.pages .pageon a {
    background: #035FA3;
    color: #fff;
}

.location-nav img {
    vertical-align: middle;
}

.location-nav a {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
}

.location-nav a:hover {
    color: #fff;
}

.index_1 {
    background: #F9F9F9;
    min-width: 1600px;
    padding: 60px 0 100px 0;
}

.index_1 .more1 {
    z-index: 999;
    float: right;
    position: relative;
    margin-top: 30px;
    /*  background: url(../images/right.png) right no-repeat;*/
    line-height: 30px;
    padding-right: 70px;
    font-size: 16px;
}

.more2 {
    height: 23px;
    width: 23px;
    justify-content: center;
    left: 76px;
    /* line-height: 5px; */
    position: absolute;
    top: 4px;
    padding: 0px 5px 0px 5px;
    background: #106BB2;
    border-radius: 50%;
}

.more2 img {
    width: 60%;
    top: 7px;
    position: absolute;
}

.map2 {
    display: none;
}

.index_1 h2 {
    padding-left: 15px;
    font-size: 36px;
    font-weight: normal;
    line-height: 80px;
    height: 100px;
}

.index_1 .index_xw1 {
    float: left;
    width: 482px;
    position: relative;
}

.index_1 .index_xw1 .xw1_t {
    position: absolute;
    top: -70px;
    line-height: 40px;
    /*border-bottom: 1px #004EA1 solid;*/
    right: -81px;
    color: #106bb2;
    font-size: 20px;
    font-weight: bold;
}

.index_1 .index_xw1 .xw1_t:after {
    content: "";
    display: block;
    height: 5px;
    border-radius: 50%;
    width: 5px;
    background: #035FA3;
    position: absolute;
    top: 38px;
    left: 36px;
}

.index_1 .index_xw1 .bd {
    height: 535px;
    background: #106BB2;
    width: 462px;
}

.intitle.intitle1 {
    padding: 0px 0 50px;
}

.index_1 .index_xw1 .bd ul li {
    position: relative;
}

.index_1 .index_xw1 .bd ul li a {
    display: block;
}

.index_1 .index_xw1 .bd ul li a {
    display: block;
}

.index_1 .index_xw1 .bd ul li img {
    display: block;
    width: 100%;
    height: 280px;
}

.index_1 .index_xw1 .bd ul li h4 {
    position: absolute;
    width: 120px;
    height: 86px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    left: 0;
    top: 0;
}

.index_1 .index_xw1 .bd ul li h4 b {
    display: block;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    padding-top: 10px;
}

.index_1 .index_xw1 .bd ul li h3 {
    width: 379px;
    margin: 0 auto;
    color: #fff;
    /*padding: 0 47px;*/
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 28px;
    padding-top: 24px;
    height: 82px;
    font-weight: bold;
}

.index_1 .index_xw1 .bd ul li h5 {
    width: 450px;
    margin: 0 auto;
    color: #fff;
    height: 82px;
}

.index_1 .index_xw1 .bd ul li h5 {
    width: 450px;
    margin: 0 auto;
    color: #fff;
    height: 82px;
}

.index_1 .index_xw2 ul li:hover h1 {
    color: #035FA3;
}

.index_1 .index_xw2 ul li:hover h5 {
    color: #035FA3;
}

.index_1 .index_xw2 ul li:hover h4 {
    color: #035FA3;
}

.index_1 .index_xw2 ul li:hover h4 b {
    color: #035FA3;
}

.news-sec2 .newswiper .tbox .con:hover .desc {
    color: #035FA3;
}

.index_1 .index_xw1 .bd ul li h5 {
    line-height: 21px;
    width: 381px;
    padding-top: 10px;
    font-size: 15px;
    border-top: 1px solid #2678B9;
    margin: 0 auto;
    color: #fff;
    margin-top: 10px;
    height: 82px;
}

.index_1 .index_xw1 .bd ul li span {
    display: block;
    margin-left: 46px;
    width: 122px;
    height: 34px;
    text-align: left;
    line-height: 34px;
    color: #fff;
    /*background: #EC6C00;*/
}

.index_1 .index_xw1 .hd ul li {
    float: left;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
}

.index_1 .index_xw1 .hd ul li.on {
    background: #393939;
}

.index_1 .index_xw2 {
    float: left;
    width: 688px;
}

.index_1 .index_xw2 ul li {
    height: 122px;
    background: #fff;
    margin-bottom: 16px;
    position: relative;
    padding-left: 132px;
}

.index_1 .index_xw2 ul li h4 {
    position: absolute;
    width: 100px;
    color: #3f3e3e;
    font-size: 18px;
    height: 83px;
    border-right: 1px #ccc solid;
    text-align: center;
    left: 10px;
    top: 24px;
}

.index_1 .index_xw2 ul li h4 b {
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 48px;
    color: #ED6D00;
}

.index_1 .index_xw2 ul li h4 b {
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 50px;
    color: #6666;
}

.index_1 .index_xw1 .hd {
    position: absolute;
    right: 58px;
    bottom: 40px;
    z-index: 222;
}

.index_1 .index_xw2 ul li h1 {
    font-size: 17px;
    font-weight: normal;
    padding-top: 24px;
    line-height: 50px;
    padding-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_1 .index_xw2 ul li h5 {
    padding-right: 25px;
    font-size: 16px;
    color: #666;
}

.intitle.intitle1 {
    text-align: left;
}

.index_xw33 {
    background: #fff;
    width: 423px;
    position: relative;
    height: 535px;
    float: right;
    box-shadow: 0px 1px 10px 0px rgba(28, 27, 27, 0.15);
}

.index_xw66 {
    width: 100%;
    height: 50px;
    background: #E7E7E7;
    text-align: center;
    line-height: 50px;
    z-index: 999999;
}

.index_xw66 span {
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.index_xw66 img {
    vertical-align: middle;
    margin-right: 18px;
}

.df {
    position: absolute;
    bottom: 65px;
    left: 90px;
    display: block;
}

.sdtton {
    position: absolute;
    bottom: 24px;
    left: 27px;
}

.inx-4 {
    background: #D4E1F1;
    padding-top: 70px;
    position: relative;
    height: 755px;
}

.en.eni {
    color: #fff;
}

.por-right2 {
    width: 381px;
    height: 745px;
    border-radius: 0px 100px 100px 0;
    position: absolute;
    top: 40px;
    left: 0;
    background: url(../images/lbj.jpg)no-repeat;
    background-size: 100% 100%;
    /*line-height: 381px;*/
}

.por-lfy2 .prod-list:first-child {
    display: block;
}

.por-lfy2 .prod-list {
    display: none;
    width: 100%;
}

.glp-noe {
    width: 30px;
}

.glp-noe img {
    width: 100%;
}

.glp {
    background: #fff;
    margin-left: 20px;
}

.newstabscon {
    width: 77%;
    position: absolute;
    top: 209px;
    overflow: hidden;
    right: 0px;
}

.newstabscon .box:first-child {
    display: block;
}

.newstabscon .box {
    display: none;
}

.por-right2 li {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 3;
}

.mom {
    display: none;
    margin-left: 54px;
}

.active .mom {
    display: inline-block;
}

.por-right2 .active {
    font-weight: bold;
}

.por-right2 li:nth-child(2) .mom {
    margin-left: 0px;
}

.por-right2 li:nth-child(6) .mom {
    margin-left: 10px;
}

.por-right2 li {
    position: relative;
}

.por-right2 li .tbox {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 3;
}

.por-right2 .active:before {
    content: "";
    display: block;
    background: #2F89D2;
    height: 1px;
    top: 47px;
    left: -17px;
    width: 230px;
    position: absolute;
    /* border-radius: 50%; */
}

.por-right2 .active:after {
    content: "";
    display: block;
    background: #fff;
    height: 8px;
    top: 22px;
    left: -17px;
    width: 8px;
    position: absolute;
    border-radius: 50%;
}

.por-lfy2 {
    position: absolute;
    width: 76%;
    height: 490px;
    /* background: #fff; */
    right: -51px;
}


/* .news1as{line-height: 385px;} */

.por-right2 {
    display: block;
    padding: 187px 65px;
}

.sw-s {
    position: relative;
    top: 3px;
    height: 30px;
    right: 166px;
    margin-bottom: 11px;
}

.glp ul li {
    position: relative;
    padding: 10px;
}

.glp ul li:after {
    content: "";
    display: block;
    position: absolute;
    background: #1175c3;
    width: 128px;
    height: 2px;
    left: 37px;
    bottom: 0;
    display: none;
}

.glp ul li:hover:after {
    display: block;
}

.glp-noe {
    width: 100%;
    overflow: hidden;
    height: 205px;
    /*background: #fff;*/
}

#hiswiperrd .swiper-slide {
    background: #fff;
}

.glp-noe img {
    width: 100%;
    height: 100%;
}

.mCSB_container .logo {
    padding: 35px 0 15px;
    border-bottom: 2px solid #fff;
}

.glp ul li:hover .ds:after {
    position: absolute;
    content: "";
    display: block;
    width: 154px;
    transition: all 280ms ease-in-out;
    backface-visibility: hidden;
    height: 3px;
    /* background: #1175C3; */
    bottom: -20px;
}

.sw-s .swiper-button-prev3 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    transform: rotate(180deg);
    right: 69px;
    /* left: 1250px !important; */
    background: url(../images/lj.png) no-repeat center;
}

.sw-s .swiper-button-next3 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    /* left: 1220px !important; */
    background: url(../images/lj.png) no-repeat center;
}

.sw-s .swiper-button-prev.swiper-button-prev3.swiper-button-disabled {
    transform: rotate(180deg);
    bottom: 12px;
    opacity: 1!important;
    background: url(../images/hj.png) no-repeat center;
}

.see {
    z-index: 999;
    position: absolute;
    top: 4px;
    right: 39px;
}

.sw-s .swiper-button-next.swiper-button-next3.swiper-button-disabled {
    /*transform: rotate(180deg);*/
    bottom: 12px;
    opacity: 1!important;
    background: url(../images/hj.png) no-repeat center;
}

.glp ul li:hover .ds {
    background: url(../images/lj.png) no-repeat right;
}

.glp-two {
    padding: 18px 30px;
}

.glp-two h2 img {
    vertical-align: middle;
    margin-right: 10px;
    /* padding-top: 0px; */
    margin-top: -4px;
}

.glp-two h2 {
    font-size: 16px;
    color: #b0a8a9;
}

.glp-two h4 {
    height: 78px;
    font-size: 14px;
    color: #777777;
    padding-top: 18px;
}

.ds {
    padding-top: 40px;
    background: url(../images/hj.png) no-repeat right;
    position: relative;
}

.glp-two h3 {
    height: 75px;
    font-size: 17px;
    color: #333333;
    padding: 15px 0;
    border-bottom: 1px solid #EEECEC;
}


/*
 
 * */


/*
 
 * 
 * 
 * 
 * */

.nybanner .pronav {
    margin-top: 30px;
    text-align: center;
}

.nybanner .pronav a {
    float: none;
}


/*
 
 * 
 * 
 * 
 * */


/*
 
 * 
 * 
 * 
 * */


/*
 
 * 
 * */

.nybanner .ad {
    margin-top: 60px;
    display: inline-block;
    cursor: pointer;
}

.nybanner .ad .play {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 10px solid rgba(255, 255, 255, .1);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nybanner .ad:hover .play {
    border-width: 15px
}

.nybanner .ad .play img {
    width: 100%;
    display: block;
}

.nybanner .ad .t {
    font-size: 24px;
    margin-top: 15px;
    color: #fff;
}

.nybanner .num-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #e05a15;
}

.nybanner .num-con li {
    text-align: left;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    height: 160px;
}

.nybanner .num-con li .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-bottom: -30px;
    margin-top: 15px;
}

.nybanner .num-con li .desc {
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    margin-left: -20px;
}

.nybanner .num-con li span {
    border-radius: 50%;
    background: #fff;
    color: #e05a15;
    display: inline-block;
    width: 18px;
    line-height: 18px;
    height: 18px;
    text-align: center;
}

.nybanner .num-con li strong {
    font-size: 56px;
}

.nybanner .num-con li .num {
    display: inline-block;
    color: #fff;
}


/*
 
 * 
 * */


/*
 
 * 
 * */


/*
 
 * 
 * 
 * 
 * */

.ct-sec1 {
    padding: 50px 0 0;
    background: #fff url(../images/dian.png) no-repeat left bottom;
}

.form {
    float: left;
    width: 50%;
}

.form {
    padding: 0 60px;
}

.form li {
    position: relative;
    padding-left: 120px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    line-height: 50px;
}

.form li.md {
    width: 31.8%;
    margin-right: 2.3%;
}

.form li.md:nth-child(3n) {
    margin-right: 0;
}

.form li label {
    position: absolute;
    left: 0;
    top: 0;
}

.form li .lable {
    color: #666666;
    width: 120px;
    font-size: 18px;
}

.form li span {
    color: #e05a15;
}

.formselect {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 44px;
    border-radius: 6px;
    border: 1px solid #e3e7eb;
    padding: 0 20px;
    font-size: 15px;
    box-shadow: 0px 3px 8px rgba(254, 228, 214, .7) inset;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
    background: url(../images/seldown.png) no-repeat 97% center;
}

select::-ms-expand {
    display: none;
}

.formtext {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    font-size: 15px;
    box-shadow: 0px 3px 8px rgba(254, 228, 214, .7) inset;
}

.formtextarea {
    display: block;
    width: 100%;
    height: 160px;
    line-height: 48px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    padding: 0 10px;
    font-size: 15px;
    box-shadow: 0px 3px 8px rgba(254, 228, 214, .7) inset;
}

.formtext:focus,
.formtextarea:focus {
    border-color: #e05a15;
}

.yzm {
    font-size: 0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.yzm img {
    width: 120px;
    height: 50px;
    vertical-align: top;
}

.yzm span {
    font-size: 14px;
    margin-left: 10px;
}

.form .btn {
    margin-top: 0;
    float: right;
}

.banner.aber {
    position: relative;
    margin-top: 80px;
}

.abanner {
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* left: 32
px
; */
    margin-left: 76px;
}

.abanner h2 {
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.abanner h2:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 37px;
    left: -22px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.abanner h3 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-top: 5px;
}

.abannerxia {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    line-height: 65px;
}

.abannerxia ul li:nth-child(2) {
    position: relative;
    bottom: 64px;
    width: 30%;
    border-radius: 32.5px 0 0px 0;
    background: #f3f3f3;
    padding-left: 108px;
}

.abannerxia ul {
    display: flex;
}

.abannerxia ul li:nth-child(1) {
    width: 70%;
    background: #035FA3;
    padding-left: 119px;
    border-radius: 0 0 32.5px 0;
    /* overflow-y: hidden; */
    /* display: flex; */
    /* overflow-x: scroll; */
}

.abannerxia ul li:nth-child(1) {
    width: 70%;
    background: #035FA3;
    padding-left: 119px;
    border-radius: 0 0 32.5px 0;
}

.about-1 {
    padding-top: 70px;
    padding-bottom: 123px;
    background: url(../images/bg3.png) no-repeat top left #fff;
}

.abannerxia ul li a.on {
    font-weight: bold;
}

.abannerxia ul li a {
    position: relative;
}

.abannerxia ul li .on:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 62px;
    left: 36px;
    /* border-radius: 50%; */
    width: 53px;
    height: 3px;
}

.ads {
    width: 17px!important;
    position: absolute;
    top: 26px;
    left: 85px;
}

.abannerxia ul li:nth-child(2) a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #ffffff;
    /* display: inherit; */
    /* white-space: nowrap; */
    font-size: 16px;
    padding: 0 35px;
}


/*.abannerxia.xai1 ul li a {
   
    font-size: 15px;
    padding: 0 6px;
}*/

.por-22 img {
    border-radius: 10px;
}

.abannerxia.xai1 ul li .on:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 62px;
    left: 0px;
    /* border-radius: 50%; */
    width: 100%;
    height: 3px;
}

.abannerxia ul li .on:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 62px;
    left: 0px;
    /* border-radius: 50%; */
    width: 100%;
    height: 3px;
}

.calendar-info-title span {
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 5px;
}

.abannerxia ul li:nth-child(2) a {
    font-size: 15px;
    color: #666666;
    padding: 0 5px;
}

.about-22 p {
    margin-top: 40px;
    font-size: 16px;
    /*text-indent: 2em;*/
    color: rgb(65, 63, 63);
    line-height: 1.875;
}

.about-22 p img {
    width: 100%;
}

.about-22 p:nth-child(1) {
    margin-top: 0;
}

.about-22.about-22 p {
    font-size: 16px;
    color: rgb(65, 63, 63);
    line-height: 2.5;
}

.about-22 {
    width: 67%;
    margin: 0 auto;
}

.inx-2.abu-2 {
    border-radius: 0 0 0px 0;
}

.feng {
    padding-top: 70px;
    padding-bottom: 100px;
}

.feng-1 {
    padding-left: 10px;
    display: flex;
}

.feng-1 ul {
    width: 41%;
}

.feng-1 ul li img {
    vertical-align: middle;
    margin-right: 37px;
    width: 38px;
}

.feng-1 ul:nth-child(2) {
    width: 50%;
    margin-top: -68px;
    margin-left: 84px;
}

.feng-1 ul li {
    font-size: 20px;
    color: #333333;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #D4DADF;
}


/*
 
 * 
 * */

.news-sec2 {
    padding: 60px 0;
    background: #fff;
    /* border-bottom: 2px solid #f0f0f0; */
}

.news-sec2 .newswiper li {
    margin-bottom: 33px;
    box-shadow: 0px 0px 10px 0px rgb(25 62 44 / 5%);
}

.news-sec2 .newswiper a {
    background: #fff;
}

.news-sec2 .newswiper .pic {
    width: 20.7%;
    height: 211px;
}

.newswiper .pic {
    float: left;
    width: 50%;
    overflow: hidden;
}

.news-sec2 .newswiper .pic img {
    height: 100%;
    width: auto;
}

.newswiper .pic img {
    display: block;
    width: 100%;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.newswiper a:hover .pic img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-sec2 .newswiper .tbox {
    width: 79.3%;
    padding-right: 17px;
}

.newswiper .tbox {
    float: left;
    width: 50%;
    padding-right: 134px;
}

.news-sec2 .newswiper .tbox .con .desc {
    padding: 0;
    color: #999999;
    margin-top: 19px;
    padding-top: 13px !important;
    border-top: 1px solid #F2F0F0;
}

.about-222 {
    width: 67%;
    margin: 0 auto;
}

.news-sec2 .newswiper .tbox .con .desc {
    padding: 0;
    color: #999999;
    margin-top: 19px;
    padding-top: 15px;
    border-top: 1px solid #F2F0F0;
}

.news-sec2 .newswiper .tbox .con {
    padding: 46px 46px 32px 46px;
}

.newswiper .tbox .con {
    padding: 20px 0;
}

.news-sec2 .newswiper .tbox .con .tit {
    padding: 0;
    line-height: 24px;
    height: 24px;
    position: relative;
}

.newswiper .tbox .con .tit {
    padding: 0 20px;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    height: 80px;
    /* font-weight: lighter; */
}

.news-sec2 .newswiper .tbox .con .desc {
    padding: 0;
    color: #999999;
    margin-top: 19px;
    padding-top: 13px;
    border-top: 1px solid #F2F0F0;
}

.newswiper .tbox .con .desc {
    padding: 0 20px;
    color: rgb(119, 119, 119);
    line-height: 1.563;
    height: 60px;
    font-size: 16px;
}

.pages {
    margin-top: 100px;
    text-align: center;
}

.pages li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}

.pages li a {
    display: block;
    color: #000;
    background: #f0f0f0;
    border-radius: 50%;
    min-width: 37px;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
    /* font-family: "RUBIK-REGULAR-WEBFONT"; */
}

.pages .active a {
    background: #035FA3;
}

.pages .active a {
    color: #fff;
}

.titt {
    position: absolute;
    right: 0;
    top: 0;
    color: #b0a8a9;
}

.titt img {
    vertical-align: middle;
    margin-right: 15px;
}

.tboxa {
    text-align: right;
    margin-top: 10px;
}

.pages li:first-child a {
    background: #fff;
}

.pages li:last-child a {
    background: #fff;
}


/*
 
 * 
 * */

.por-1 {
    padding: 70px 0;
    background: #d7e4f4;
    background-size: 100%;
}

.por-11 ul {
    display: flex;
}

.por-11 ul li:nth-child(1) {
    width: 35%;
}

.por-11 ul li:nth-child(1) {
    width: 70%;
}

.por-11 ul li:nth-child(1) h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.por-11 ul li:nth-child(1) p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.875;
    color: #413f3f;
}

.trans {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.abannerxia.xia {
    background: rgb(214, 227, 243, 0.7);
}

.abannerxia.xia ul li a {
    font-size: 14px;
    padding: 0 6px;
}

.por-22 {
    padding-left: 80px;
    border-radius: 10px;
}

.por-22 img {
    width: 100%;
}


/*
 
 * 
 * */

#main {
    background: #fff;
    padding: 40px 0 40px 0;
}

#main .hot-news .item:nth-child(4n+1) {
    margin-left: 0px;
}

.img.over.scale {
    overflow: hidden;
    width: 100%;
    height: 220px;
}

.img.over.scale img {
    width: 100%;
}

.trans {
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    outline: none;
}

.info {
    padding: 5px 20px 20px 20px;
}

#main .hot-news .item.f4 {
    margin-left: 0;
    box-shadow: 0px 0px 10px 0px rgb(25 54 44 / 12%);
}

#main .hot-news .item {
    width: 23%;
    position: relative;
    margin-left: 1.25%;
    padding-bottom: 2%;
    height: 400px;
    border-bottom: 3px solid transparent;
    margin-bottom: 30px;
}

#main .hot-news .item:hover .over img {
    transform: scale(1.1);
}

.tit.title.text-over {
    font-weight: normal;
    color: #b0a8a9;
    font-size: 16px;
}

.text-over {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    padding-top: 10px;
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EAE7E7;
    font-weight: bold;
}

.date.fl {
    width: 37px;
    font-size: 13px !important;
    color: #666;
    height: 20px;
    margin-top: 20px;
    background: #E8EAED;
    border-radius: 5px;
    /* padding: 5px; */
    line-height: 19px;
    text-align: center;
}

.max-w100 {
    max-width: 100%;
}

.item .f1 {
    box-shadow: 0px 0px 10px 0px rgb(25 62 44 / 5%);
}

.wds {
    color: #b0a8a9;
    font-size: 16px;
}

#main .hot-news .item .info .date {
    color: #757575;
    font-size: 14px;
}

.fl {
    float: left;
}

#main .hot-news .item:hover .info .video {
    background: url(../images/lj.png) no-repeat center center;
}

.clear {
    margin: 0px auto;
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    position: relative;
}

#main .hot-news .item:hover::after {
    background: #0073bc;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#main .hot-news .item:hover .wsdea {
    color: #1175c3;
}

.wsdea {
    margin-top: 47px;
    font-size: 24px;
    color: #666;
    font-weight: bold;
}

#main .hot-news .item::after {
    width: 47%;
    content: "";
    position: absolute;
    left: 20px;
    bottom: -2px;
    height: 3px;
    background: #fff;
}

.img.over.scale.scll {
    height: 177px;
}

.title.text-over img {
    vertical-align: middle;
    margin-right: 15px;
}

#main .hot-news .item.f4 {
    margin-left: 22px;
    padding: 5px;
}

#main .hot-news .item.fa {
    height: 351px;
}

.wds.wdd {
    font-size: 17px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    line-height: 1.471;
}

.block {
    display: block;
}

.fr {
    float: right;
}

#main .hot-news .item .info .video {
    width: 26px;
    margin-top: 18px;
    height: 26px;
    background: url(../images/hj.png) no-repeat center center;
}


/*
 
 * 
 * 
 * 
 * 
 * */

.newsxq-sec {
    padding: 30px 0 80px;
    background: #fff;
}

.newsxq-sec .leftlayout {
    float: left;
    width: 70%;
    padding: 50px 20px 0px 40px;
    border: 1px solid #D8D6D6;
}

.nestit {
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D6D6;
    margin-bottom: 30px;
}

newsxq-sec .details {
    line-height: 32px;
}

.details {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 2;
}

.details p {
    /* text-indent: 2rem; */
}

.details a {
    display: block;
}

.details p img {
    max-width: 100%;
}

.newspage {
    margin-top: 10px;
    padding: 35px 0;
    border-top: 1px dotted #b7b7b7;
    /* border-bottom: 1px dotted #b7b7b7; */
    position: relative;
}

.newspage .newspage_a {
    max-width: 465px;
    line-height: 40px;
    height: 40px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.newspage a {
    color: #555555;
}

.newspage .back {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #555555;
    width: 100px;
    height: 35px;
    line-height: 33px;
    border-radius: 25px;
    padding-left: 42px;
    border: 1px solid #d6d6d6;
    background: url(../images/back.png) no-repeat 15px center;
}

.newsxq-sec .rightlayout {
    float: right;
    width: 27.46%;
}

.newz {
    position: absolute;
    top: 14px;
    right: 9px;
}

.title.er img {
    margin-right: 10px;
    vertical-align: middle;
}

.relatednews {
    border: 3px solid #ebebeb;
}

.relatednews .title {
    font-size: 20px;
    padding: 13px;
    position: relative;
    font-weight: bold;
    color: #1175c3;
    background: #F2F2F2;
    border-bottom: 1px solid #ebebeb;
    line-height: 18px;
    border-left: 3px solid #3962b0;
    padding-left: 10px;
}

.relatednews ul {
    padding: 10px;
}

.relatednews ul li {
    margin-top: -1px;
    border-bottom: 1px solid #ebebeb;
}

.nestit {
    text-align: center;
}

.relatednews ul li a {
    /* height: 70px; */
    line-height: 23px;
    padding: 10px 35px;
    background: url(../images/newsico.png) no-repeat 20px top;
    background-position: 19px 21px;
}

.ded {
    font-size: 13px;
    color: #666666;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-left: 30px;
}

.ded img {
    vertical-align: middle;
    margin-right: 5px;
}


/*

 
 * 
 * */

.sitemap_sec {
    padding: 30px 0;
}

.nestit h2 {
    font-size: 25px;
    color: rgb(94, 91, 91);
    line-height: 1.92;
    /* text-align: right; */
}

.nestit h3 {
    font-size: 16px;
    color: #5e5b5b;
}

.map_main {
    overflow: hidden;
    border: solid 5px #F0F0F0;
    margin: 25px 0 0;
    padding: 0 35px;
    padding-bottom: 10px;
    background: #fff;
}

.sitemap_con {
    margin: 0 auto;
    color: #666;
    font-size: 14px;
}

.sitemap_con .map_top {
    border-bottom: solid 1px #d7d7d7;
}

.sitemap_con .map_top img {
    float: left;
}

.site_r_link {
    width: 120px;
    margin-top: 45px;
    border: 1px solid #cdcdcd;
    background: #F8F8F8;
    padding: 5px 10px;
    float: right;
}

.site_plc {
    padding: 5px 0;
}

.sitemap_con h4 {
    line-height: 30px;
    font-size: 14px;
}

.sitemap_con h4 a {
    color: #e05a15;
}

.b4 {
    border: solid 1px #E0E0E0;
}

.b4 ul {
    padding: 0 11px;
}

.b4 li {
    float: left;
    line-height: 25px;
    width: 164px;
    overflow: hidden;
}

.b4 li a:hover {
    color: #e05a15;
}


/*
 
 * 
 * */

.mainnn {
    background: #fff;
}

.contactmain {
    padding: 70px 0;
}

.contactmain .main1 {
    /*border: 10px solid #f4f4f4;*/
    background: #fff;
}

.contactmain .main1 .tbox {
    float: left;
    width: 50%;
    position: relative;
}

.contactmain .tbox .tit {
    margin-bottom: 40px;
    padding: 20px 0;
    font-size: 24px;
    color: #202020;
    border-bottom: 1px solid #eee;
}

.contactmain .main1 ul {
    /* padding-right: 110px; */
}

.contactmain .tbox ul {
    min-height: 116px;
}

.contactmain .tbox ul li {
    font-size: 16px;
    color: #666;
}

.contactmain .tbox.rd ul li {
    font-size: 20px;
    color: #666;
}

.contactmain .tbox ul li {
    margin-bottom: 15px;
    font-size: 16px;
}

.contactmain .tbox ul li img {
    vertical-align: middle;
    margin-right: 15px;
    /*margin-left: ;*/
}

.contactmain .ewmbox {
    text-align: left;
    color: #333;
    font-size: 16px;
    margin-left: 25px;
}

.contactmain .ewmbox p {
    margin-left: 40px;
}

.contactmain .main1 .map {
    float: left;
    width: 50%;
    height: 509px;
}

.contactmain .main1 .map iframe {
    display: block;
    border: 0;
}

.contactmain .main2 {
    margin-top: 45px;
}

.contactmain .main2 .item {
    float: left;
    width: 32.8%;
    margin-right: 0.8%;
    margin-bottom: 30px;
}

.contactmain .item {
    /* border: 10px solid #F4F4F4; */
}

.contactmain .tbox.rd {
    background: #fff;
    border-top: 10px solid #f4f4f4;
    border-left: 10px solid #f4f4f4;
    border-bottom: 10px solid #f4f4f4;
}

.contactmain .tbox {
    padding: 40px;
    background: #F4F4F4;
}

.map img {
    width: 100%;
    height: 100%;
}

.contactmain .tbox.rd .tit {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-weight: normal;
}

.contactmain .main2 .tit {
    text-align: center;
}

.contactmain .tbox.rd .tit:before {
    content: "";
    position: absolute;
    left: -39px;
    top: 0;
    height: 40px;
    width: 3px;
    background: none;
}

.contactmain .tbox .tit:before {
    content: "";
    position: absolute;
    left: -39px;
    top: 0;
    height: 40px;
    width: 3px;
    background: #3962b0;
}

.contactmain .tbox .tit {
    margin-bottom: 0px;
    padding: 20px 0;
    font-size: 20px;
    color: #666;
    position: relative;
    font-weight: bold;
    text-align: left;
    border-bottom: none;
}

.contactmain .tbox .tit img {
    vertical-align: middle;
    margin-right: 15px;
}

.contactmain .tbox ul {
    min-height: 116px;
}

.contactmain .main2 .item:nth-child(3n) {
    margin-right: 0;
}

.intitle .ih {
    padding: 0 0 40px;
}

.in1-right.in2z {
    margin-top: -40px;
    padding-bottom: 65px;
}

.in1-right.in2z .in1-right1 {
    width: 20%;
    height: 130px;
    line-height: 150px;
}

.in1-right1 img {
    width: 100%;
}

.member {
    padding: 70px 0 0 0;
    background: #fff;
}

.join {
    padding: 70px 0;
    background: #D4E2EF;
    background-size: 100% 100%;
}

.en.er {
    color: #fff;
}


/*.in1-right1:nth-child(1) img {
    width: 81%;
}*/

.join-1 {
    margin-left: 160px;
    padding-left: 60px;
    height: 785px;
    background: url(../images/join.png) no-repeat left;
    /* background-size: 100%; */
}

.in1-right.in2z .in1-right1 img {
    width: 78%;
}

.join-1 ul li {
    margin-top: 30px;
}

.join-1 ul li:nth-child(1) {
    padding-top: 9px;
}

.join-1 ul li:nth-child(2) {
    margin-top: 73px;
}

.join-1 ul li:nth-child(3) {
    margin-top: 61px;
}

.join-1 ul li:nth-child(4) {
    margin-top: 71px;
}

.join-1 ul li:nth-child(5) {
    margin-top: 71px;
}

.join-1 ul li p {
    color: #413f3f;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.join-1 i {
    font-style: normal;
    color: #064a88;
    font-weight: bold;
}

.abannerxia.xia2 ul li .on:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 62px;
    left: 34px;
    /* border-radius: 50%; */
    width: 61px;
    height: 3px;
}

.about-222 p img {
    width: 100%!important;
    height: auto !important;
}

.join-1 li h2 {
    font-size: 20px;
    color: #064a88;
    font-weight: bold;
}


/*
 
 * 响应式
 * */

@media only screen and (max-width:1800px) {
    /* .w {
        width: 1600px;
    } */
    .feng-1 ul li {
        font-size: 16px;
        color: #333333;
        height: 70px;
        line-height: 70px;
        border-bottom: 1px solid #D4DADF;
    }
    .abannerxia ul li:nth-child(1) a {
        display: inline-block;
        vertical-align: top;
        position: relative;
        color: #ffffff;
        /* display: inherit; */
        /* white-space: nowrap; */
        font-size: 16px;
        margin: 0 10px;
    }
    .index_xw33 {
        background: #fff;
        width: 425px;
        position: relative;
        height: auto;
        float: right;
        box-shadow: 0px 1px 10px 0px rgb(28 27 27 / 15%);
    }
    .contactmain .tbox ul li {
        font-size: 15px;
    }
    body {
        font-size: 15px;
    }
    .newslist .tbox .tit,
    .jobs .tit,
    .intitle p,
    .newswiper .tbox .con .tit,
    .section2 .main .desc {
        font-size: 22px;
    }
    .inx-2 {
        height: auto;
        /* line-height: 250px; */
    }
    .num_con li {
        display: table-cell;
        /* vertical-align: top; */
        /* display: block; */
        text-align: center;
        padding-top: 56px;
        line-height: 169px;
    }
    .num_con li .number span {
        font-size: 60px;
    }
    .intitle .en {
        font-size: 60px;
    }
    .in4-sec .tbox .intitle {
        padding: 75px;
    }
    .in4-sec .con2 .box {
        padding: 40px 75px;
    }
    .nybanner .num-con li strong {
        font-size: 50px;
    }
    .tel {
        margin-left: 0;
    }
    .details .title {
        font-size: 26px;
    }
    .proxq-sec .pronav {
        margin-top: 0;
    }
    .qu1-sec li .tit {
        font-size: 24px;
    }
}

@media only screen and (max-width:1680px) {
    /* .w {
        width: 1440px;
    } */
    .index_1 {
        margin: 0 auto;
        min-width: 1031px;
    }
    .newswiper .tbox .con .tit,
    .newslist .tbox .tit {
        font-size: 18px;
    }
    .index_1 .index_xw2 {
        float: left;
        width: 38%;
    }
    .df {
        position: absolute;
        bottom: 54px;
        left: 77px;
    }
    .index_xw33 {
        background: #fff;
        width: 351px;
        position: relative;
        height: 535px;
        float: right;
        box-shadow: 0px 1px 10px 0px rgb(28 27 27 / 15%);
    }
    .intitle .tit {
        font-size: 35px;
    }
    .intitle .desc {
        font-size: 20px;
    }
    .num-con li strong {
        font-size: 50px;
    }
    .in2-sec .intitle {
        margin-top: 80px;
    }
    .in3-sec .main .tit {
        font-size: 26px;
    }
    .in4-sec .con2 .desc {
        font-size: 20px;
        line-height: 36px;
        height: 108px;
    }
    .in5-sec .main li .tbox {
        padding-left: 130px;
    }
    .newslist1 li .tbox .desc {
        font-size: 15px;
    }
    .newslist1 li .tbox .tit {
        font-size: 20px;
    }
    .newslist2 li a,
    .newslist1 li .tbox .time {
        font-size: 15px;
    }
    .footmain .leftbox,
    .footmain .centerbox,
    .footmain .rightbox {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .head-main .nav>ul>li {
        margin-right: 20px;
    }
    .nybanner .num-con li strong {
        font-size: 40px;
    }
    .nybanner .num-con li .desc {
        margin-top: 20px;
    }
    .ab1-sec .tbox {
        font-size: 15px;
        line-height: 25px;
    }
    .ab2-sec .box.md .tbox {
        width: 60%;
        left: 40%;
        font-size: 20px;
    }
    .ab2-sec .box .desc strong {
        font-size: 30px;
    }
    .historyswiper .year {
        font-size: 35px;
    }
    .nybanner .num-con li .desc {
        display: block;
        margin-top: 5px;
        margin-left: 0;
    }
    .details .title {
        font-size: 24px;
    }
    .teamtabs li {
        font-size: 35px;
    }
    .qu1-sec li .tit {
        font-size: 22px;
    }
    .qu1-sec li .num {
        font-size: 25px;
    }
}

@media only screen and (max-width:1600px) {
    /* .w {
        width: 1280px;
    } */
    .feng {
        padding-top: 0px;
        padding-bottom: 100px;
    }
    .abannerxia ul li:nth-child(1) {
        width: 70%;
        background: #035FA3;
        padding-left: 62px;
        border-radius: 0 0 32.5px 0;
    }
    .abannerxia ul li:nth-child(1)::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 3px;
        position: absolute;
        bottom: 10px;
    }
    .abannerxia ul li:nth-child(1)::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #035FA3;
    }
    .abannerxia ul li:nth-child(1)::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #ededed;
    }
    .abannerxia ul li:nth-child(1) {
        /*width: 70%;
    background: #035FA3;
    padding-left: 119px;
    border-radius: 0 0 32.5px 0;
     overflow-y: hidden; 
     display: flex; 
     overflow-x: scroll; */
    }
    .abannerxia ul li:nth-child(1) a {
        display: inline-block;
        vertical-align: top;
        position: relative;
        color: #ffffff;
        /* display: inherit; */
        /* white-space: nowrap; */
        font-size: 16px;
        margin: 0 4px;
    }
    .jobs .tit,
    .intitle p,
    .newswiper .tbox .con .tit,
    .section2 .main .desc {
        font-size: 20px;
    }
    .drop-down ol a {
        display: block;
        font-size: 15px;
        color: #999999;
        padding: 5px 25px 0 9px;
        line-height: 25px;
        /*word-break: keep-all;*/
        /*white-space: nowrap;*/
    }
    .fnav>ul>li {
        float: left;
        /* text-align: center; */
        position: relative;
        height: 241px;
        border-left: 1px solid #454545;
        /* background: url(../images/xl.png) no-repeat left; */
        width: 15.6%;
    }
    .newstabscon {
        width: 70%;
        position: absolute;
        top: 209px;
        right: 0px;
    }
    .index_1 .index_xw2 {
        float: left;
        width: 34%;
    }
    .w .index_xw33 {
        background: #fff;
        width: 28%;
        position: relative;
        height: 457px;
        float: right;
        box-shadow: 0px 1px 10px 0px rgb(28 27 27 / 15%);
    }
    .in1-sec .num_con li .number span {
        font-size: 55px;
    }
    .head-main .nav>ul>li {
        margin-right: 16px;
    }
    .fnav>ul>li>a {
        font-size: 13px;
        padding-left: 10px;
    }
    .num_con li {
        display: table-cell;
        /* vertical-align: top; */
        /* display: block; */
        text-align: center;
        padding-top: 19px;
        line-height: 162px;
    }
    .finfo li {
        font-size: 11px;
        color: #999999;
    }
    .fnav>ul>li:nth-child(3) {
        width: 23%;
    }
    .intitle .tit {
        font-size: 32px;
    }
    .tboxswiper .box .year {
        font-size: 30px;
    }
    .pronav a {
        font-size: 14px;
        padding: 0 40px;
        background-position-x: 10px;
    }
    .in3-sec .main li .btn {
        margin-top: 20px;
    }
    .in3-sec .main .icon img {
        height: 70px;
    }
    .in4-sec .con2 .tit .cn {
        font-size: 24px;
    }
    .in4-sec .con2 .desc {
        font-size: 16px;
    }
    .newstab a {
        font-size: 22px;
    }
    .nybanner .ad {
        margin-top: 30px;
    }
    .ab2-sec .box.md .tbox {
        font-size: 18px;
    }
    .historyswiper .year {
        font-size: 30px;
    }
    .head-main .nav>ul>li>a {
        font-size: 15px;
    }
    /* .head-main .w {
        width: 100%;
        padding: 0 100px;
    } */
    .ct-sec1 .tbox .box li span {
        max-width: 65%;
    }
    .ct-sec1 .tbox .box ul {
        margin-top: 25px;
        padding-top: 30px;
    }
    .ct-sec1 .tbox .tit .cn {
        font-size: 27px;
    }
    .ct-sec1 .tbox .desc {
        margin-top: 15px;
        font-size: 20px;
        line-height: 30px;
    }
    .news-sec .main li .tbox .tit {
        font-size: 20px;
    }
    .details .title {
        font-size: 22px;
    }
    .newsxq-sec .rightlayout .box .title {
        line-height: 52px;
        font-size: 18px;
    }
    .details .con {
        font-size: 15px;
    }
    .pronav2 li .t {
        font-size: 18px;
    }
    .pronav2 li .icon {
        width: 60px;
        height: 60px;
        line-height: 56px;
    }
    .pronav2 li .icon img {
        height: 27px;
    }
    .proxq-sec .newslist1 li .tbox .desc2 {
        margin-top: 15px;
        font-size: 15px;
    }
    .teamtabs li {
        font-size: 32px;
    }
    .qu1-sec li .desc {
        margin-top: 20px;
        font-size: 15px;
    }
    .qu1-sec li .tit:after {
        margin: 10px auto 0;
    }
    .qu1-sec li .tit {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width:1540px) {
    /* .head-main .w {
        width: 1280px;
        padding: 0;
    } */
    .mCSB_container .logo img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
}
    .w .calendar {
        width: 41%;
        width: 1.6rem;
        min-height: 0.1rem;
        background: #fff;
        box-shadow: 0px 3px 24px 0px rgb(0 0 0 / 10%);
        border-radius: 0.05rem;
        overflow: hidden;
        font-size: 0.24rem;
        padding: 0 0.1rem;
    }
    .w .mtop1 {
        top: 0.6rem;
    }
    .abannerxia ul li:nth-child(2) a {
        font-size: 13px;
        color: #666666;
        padding: 0 8px;
    }
    .abannerxia ul li:nth-child(2) {
        width: 30%;
        background: #F3F3F3;
        padding-left: 78px;
        position: relative;
        top: -63px;
        border-radius: 32.5px 0 0 0;
    }
    .ads {
        width: 17px !important;
        position: absolute;
        top: 23px;
        left: 62px;
    }
    .newswiper .tbox .con .tit,
    .newslist .tbox .tit {
        font-size: 20px;
    }
    .head-main .logo img {
        height: 54px;
    }
    /* .head-main .logot img {
        /* height: .1458rem; */
}

*/ .tel {
    font-size: 16px;
}

.in4-sec .tbox .intitle {
    padding: 40px 75px;
}

@media only screen and (max-width:1300px) {
    /* .w {
        width: 1200px;
    } */
    .mCSB_container .logo img {
    display: block;
    margin: 0 auto;
    width: 170px;
    height: auto;
}
    .news-sec2 .newswiper .tbox .con .desc {
        padding: 0;
        color: #999999;
        margin-top: 19px;
        padding-top: 16px !important;
        border-top: 1px solid #F2F0F0;
    }
    .index_1 .index_xw1 .bd {
        height: 457px !important;
        background: #106BB2;
        width: 431px;
    }
    .index_1 .index_xw1 .bd ul li h3 {
        width: 379px;
        margin: 0 auto;
        color: #fff;
        /* padding: 0 47px; */
        font-size: 20px;
        padding-bottom: 10px;
        line-height: 28px;
        padding-top: 20px;
        height: 54px;
        font-weight: bold;
    }
    .index_1 .index_xw1 .bd ul li h5 {
        line-height: 20px;
        width: 381px;
        padding-top: 10px;
        font-size: 15px;
        border-top: 1px solid #2678B9;
        margin: 0 auto;
        color: #fff;
        margin-top: 10px;
        height: 43px;
    }
    .index_1 .index_xw2 ul li h4 b {
        display: block;
        text-align: center;
        line-height: 60px;
        font-size: 41px;
        color: #6666;
    }
    .index_1 .index_xw2 ul li h4 {
        position: absolute;
        width: 100px;
        color: #3f3e3e;
        font-size: 17px;
        height: 83px;
        border-right: 1px #ccc solid;
        text-align: center;
        left: 10px;
        top: 8px;
    }
    .index_1 .index_xw2 ul li h1 {
        font-size: 17px;
        font-weight: normal;
        padding-top: 2px;
        line-height: 56px;
        padding-right: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index_1 .index_xw2 ul li {
        height: 102px;
        background: #fff;
        margin-bottom: 16px;
        position: relative;
        padding-left: 132px;
    }
    .index_1 .index_xw1 .bd ul li h5 {
        line-height: 21px;
        width: 381px;
        padding-top: 10px;
        font-size: 15px;
        border-top: 1px solid #2678B9;
        margin: 0 auto;
        color: #fff;
        margin-top: 10px;
        height: 68px;
    }
    .glp-noe {
        width: 100%;
        overflow: hidden;
        height: auto;
        /* background: #fff; */
    }
    .feng-1 ul:nth-child(2) {
        width: 50%;
        margin-top: 0px;
        margin-left: 49px;
    }
    .feng-1 ul:nth-child(2) img {
        width: 100%;
    }
    .feng-1 ul li {
        font-size: 16px;
        color: #333333;
        height: 70px;
        line-height: 70px;
        border-bottom: 1px solid #D4DADF;
    }
    .feng-1 ul li img {
        vertical-align: middle;
        margin-right: 11px;
        width: 33px;
    }
    .index_1 .index_xw1 {
        float: left;
        width: 319px;
        position: relative;
    }
    .index_1 .index_xw2 {
        float: left;
        width: 31%;
    }
    .abannerxia ul li:nth-child(2) a {
        font-size: 12px;
    }
    .plan-calendar-info {
        width: 99%;
        margin-left: -31px;
        padding: 0.05rem 0;
    }
    .df {
        position: absolute;
        bottom: 44px;
        left: 43px;
    }
    .newswiper .tbox .con .desc {
        line-height: 20px;
        height: 59px;
    }
    .inx-1 p {
        margin-top: 20px;
    }
    .newswiper .tbox .con .tit {
        line-height: 20px;
        height: 40px;
    }
    .num_con li {
        display: table-cell;
        /* vertical-align: top; */
        /* display: block; */
        text-align: center;
        padding-top: 10px;
        line-height: 147px;
    }
    .in1-left {
        display: flex;
        margin-top: 35px;
    }
    .head-main .nav>ul>li>a {
        font-size: 15px;
    }
    .fnav ol li a {
        font-size: 11px;
        padding: 5px 36px 0 8px;
    }
    .head-main .nav>ul>li {
        margin-right: 25px;
    }
    .right-side-box li {
        margin-left: 10px;
    }
    .head-main .logo img {
        height: 30px;
    }
    .tboxswiper .box .desc {
        font-size: 15px;
    }
    .history .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
    }
    .history .swiper-pagination {
        left: -15px;
    }
    .customerswiper .pic {
        display: block;
        line-height: 90px;
        height: 90px;
    }
    .footmain .leftbox img {
        max-width: 80%;
    }
    .ftTop {
        margin: 0 20px;
        font-size: 14px;
    }
    .fnav a {
        font-size: 16px;
    }
    .footmain .ewm .tbox {
        font-size: 12px;
    }
    .footmain .rightbox p {
        font-size: 14px;
    }
    .head-main .w {
        width: 1100px;
    }
    .head-main .logo img {
        height: 36px;
    }
    .head-main .logot img {
        height: 28px;
    }
    .tel {
        font-size: 15px;
    }
    .nybanner .ad {
        margin-top: 10px;
    }
    .nybanner .ad .play {
        width: 57px;
        height: 57px;
        border-width: 5px;
    }
    .nybanner .ad .t {
        font-size: 18px;
    }
    .nybanner .num-con li {
        height: 125px;
    }
    .nybanner .num-con li .icon {
        margin-bottom: -55px;
    }
    .historyswiper .desc {
        font-size: 15px;
    }
}

.index_1 .index_xw1 .bd {
    height: 535px;
    background: #106BB2;
    width: 431px;
}

.index_xw33 {
    background: #fff;
    width: 435px;
    overflow: hidden;
    position: relative;
    height: 532px;
    float: right;
    box-shadow: 0px 1px 10px 0px rgb(28 27 27 / 15%);
}

.index_xw33 iframe {
    border: none;
    display: block;
}

.index_1 .index_xw1 {
    float: left;
    width: 450px;
    position: relative;
}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width:1200px) {
    /* .w {
        width: 1024px;
    } */
    .bannerxia ul li span {
        color: #fff;
        display: inline-block;
        font-size: 16px;
        margin-left: 22px;
    }
    .inx-2 {
        background: url(../images/szbj.jpg) no-repeat;
        border-radius: 0 0 100px 0;
        background-size: 100% 100%;
        /* padding: 90px 0; */
        width: 100%;
        height: 100%;
        height: auto;
        /* line-height: 250px; */
    }
    #main .hot-news .item {
        width: 22%;
        position: relative;
        margin-left: 1.25%;
        padding-bottom: 2%;
        height: 400px;
        border-bottom: 3px solid transparent;
        margin-bottom: 30px;
    }
    .inx-4 {
        background: #D4E1F1;
        padding-top: 70px;
        padding-bottom: 30px;
        position: relative;
        height: auto;
    }
    .footmain .ewm {
        margin-top: 25px;
        text-align: center;
        float: right;
        width: 14.25%;
    }
    .titt {
        display: none;
    }
    .news-sec2 .newswiper .pic img {
        height: auto;
        width: 100%;
    }
    .por-1 {
        padding: 40px 0;
        background: #d7e4f4;
        background-size: 100%;
    }
    .por-11 ul {
        display: block;
    }
    .por-11 ul li:nth-child(1) p {
        margin-top: 19px;
        font-size: 14px;
        line-height: 1.875;
        color: #413f3f;
    }
    .por-22 {
        padding-left: 0px;
        border-radius: 0px;
        margin-top: 20px;
    }
    .por-11 ul li:nth-child(1) {
        width: 100%;
    }
    .newsxq-sec .leftlayout {
        float: none;
        width: 100%;
        padding: 50px 20px 0px 40px;
        border: 1px solid #D8D6D6;
    }
    .newsxq-sec .rightlayout {
        float: right;
        width: 100%;
    }
    .join {
        padding: 0px 0 56px 0;
    }
    .join-1 ul li:nth-child(5) {
        margin-top: 77px;
    }
    .join-1 ul li:nth-child(4) {
        margin-top: 76px;
    }
    .join-1 ul li:nth-child(2) {
        margin-top: 81px;
    }
    .join-1 ul li:nth-child(3) {
        margin-top: 69px;
    }
    .join-1 li h2 {
        font-size: 16px;
        color: #064a88;
        font-weight: bold;
    }
    .join-1 ul li p {
        color: #413f3f;
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .join-1 {
        margin-left: 0px;
        padding-left: 60px;
        height: 785px;
        background: url(../images/join.png) no-repeat left;
        /* background-size: 100%; */
    }
    .feng-1 ul:nth-child(2) img {
        width: 100%;
    }
    .abannerxia ul li:nth-child(1) {
        width: 100%;
        border-radius: 0 0 0px 0;
    }
    .feng-1 ul {
        width: 100%;
    }
    .feng-1 ul:nth-child(2) {
        width: 100%;
        margin-top: 30px;
        margin-left: 0px;
    }
    .feng-1 {
        padding-left: 10px;
        display: block;
        padding-left: 8px !important;
        border-radius: 0 0 0px 0;
    }
    .abannerxia ul li:nth-child(2) {
        display: none;
    }
    .feng-1 ul li {
        font-size: 18px;
        color: #333333;
        height: 70px;
        line-height: 70px;
        border-bottom: 1px solid #D4DADF;
    }
    .por-right2 {
        position: inherit;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        height: auto;
        padding: 0px 19px;
        border-radius: 0px 0px 0px 0;
    }
    .por-right2::-webkit-scrollbar {
        display: none;
    }
    .por-right2 li .tbox {
        font-size: 14px;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        line-height: 3;
    }
    .por-right2 li {
        margin-right: 15px;
        width: 50%;
        margin-left: 10px;
        /* float: left; */
        white-space: nowrap;
    }
    .por-right2 li:nth-child(2) {
        margin-right: 40px;
    }
    .por-right2 li:nth-child(6) {
        margin-right: 43px;
    }
    .active .mom {
        display: none;
    }
    .sw-s {
        position: relative;
        top: 4px;
        right: 0;
        /* margin-bottom: 11px; */
    }
    .newstabscon {
        width: 95%;
        margin-top: 26px;
        position: inherit;
    }
    .index_1 .w .index_xw2 {
        float: left;
        margin-top: 28px;
        width: 100%;
    }
    .w .calendar {
        width: 100%;
        min-height: 0.1rem;
        margin-top: 10px;
        margin-left: 107px;
        background: #fff;
        box-shadow: 0px 3px 24px 0px rgb(0 0 0 / 10%);
        border-radius: 0.05rem;
        overflow: hidden;
        font-size: 0.24rem;
        padding: 0 0.1rem;
    }
    .plan-calendar-info {
        width: 99%;
        margin-left: 83px;
        padding: 0.05rem 0;
    }
    .w .index_xw33 {
        width: 100%;
        height: 1055px;
    }
    .index_1 .index_xw1 .bd {
        height: 535px;
        width: 100%;
    }
    .inx-2 {
        border-radius: 0 0 0px 0;
    }
    .contactmain .main1 .map {
        width: 100%;
    }
    .contactmain .main2 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contactmain .main1 .tbox {
        width: 100%;
    }
    .news-sec2 .newswiper .tbox {
        width: 68.3%;
    }
    header {
        display: none;
    }
    /*.index_1 .index_xw1 .bd {
    height: 535px;
    background: #106BB2;
    width: 100%;
}*/
    .news-sec2 .newswiper .pic {
        width: 31.7%;
    }
    .banner.aber {
        position: relative;
        margin-top: 50px;
    }
    .index_1 .index_xw1 {
        float: left;
        width: 100%;
        position: relative;
    }
    .phone_head {
        display: block
    }
    .h {
        height: 50px;
    }
    .num_con li .number span {
        font-size: 45px;
    }
    .bannerswiper .swiper-pagination {
        bottom: 25px;
    }
    .num-con li strong {
        font-size: 38px;
    }
    .history .swiper-pagination {
        left: 0;
    }
    .in3-sec .main li:hover .icon {
        display: none;
    }
    .nybanner .num-con {
        position: static;
        width: 100%;
    }
    .nybanner .num-con li {
        height: 180px;
    }
    .nybanner .num-con li .icon {
        margin-bottom: -28px;
    }
    .nybanner .pronav {
        margin-top: 10px;
    }
    .nybanner .pronav {
        margin-bottom: -112px;
        background: #fff;
        padding: 20px 10px;
        box-shadow: 0px 2px 8px rgb(65 15 7 / 15%);
        z-index: 2;
        position: relative;
    }
    .nybanner .pronav a {
        background-color: #fff;
        color: #e05a15;
        border-color: #FCEEE7;
        background-image: url(../images/listico1.png);
    }
    .nybanner .pronav a:hover {
        border-color: #e05a15;
    }
    .pronav a.active {
        color: #fff;
        border-color: #e05a15;
        background-color: #e05a15;
        background-image: url(../images/listico.png);
    }
    .qu1-sec li .desc {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    /* .w {
        width: 960px;
    } */
    .details p {
        text-indent: 0em !important;
    }
    .feng-1 ul li {
        font-size: 13px;
        color: #333333;
        margin-top: 17px;
        height: auto;
        padding: 0px 0 8px 0;
        line-height: 30px;
        border-bottom: 1px solid #D4DADF;
    }
    .details video {
        width: 100% !important;
        height: 100% !important;
    }
    .news-sec2 .newswiper .tbox .con {
        padding: 35px 35px 16px 35px;
    }
    .newslist .tbox .tit,
    .jobs .tit,
    .intitle p,
    .newswiper .tbox .con .tit,
    .section2 .main .desc {
        font-size: 15px;
    }
    .news-sec2 .newswiper .pic {
        height: 180px;
    }
    .go {
        display: none;
    }
    .num_con li {
        display: table-cell;
        /* vertical-align: top; */
        /* display: block; */
        text-align: center;
        padding-top: 1px;
        line-height: 129px;
    }
    .fnav {
        display: none;
    }
    .finfo {
        width: 50%;
        padding-left: 0;
    }
    .pronav a {
        padding: 0 25px;
        background-position-x: 6px;
    }
    .nybanner .intitle {
        padding: 25px 0;
        background-size: auto 100%;
    }
    .form {
        padding: 0;
    }
    .form {
        width: 100%;
    }
    .ct-sec1 .tbox {
        width: 100%;
        margin: 30px 0;
    }
    .newsxq-sec .rightlayout,
    .newsxq-sec .leftlayout {
        width: 100%;
        margin-top: 30px;
    }
    .newsxq-sec .rightlayout .box .title {
        line-height: 67px;
        background-size: cover;
    }
    .pronav2 li .t {
        font-size: 16px;
    }
    .fw-sec .con {
        display: block;
        padding: 40px;
    }
    .fw-sec .con img {
        display: none;
    }
    .inx-1 ul {
        display: block;
    }
    .inx-1 ul li {
        width: 100%;
    }
    .inx-1 ul li:nth-child(1) {
        border-right: none;
    }
    .inx-1 ul li:nth-child(2) {
        margin-top: 30px;
    }
}

@media only screen and (max-width:960px) {
    /* .w {
        width: 100%;
        padding: 0 4%;
    } */
    .join-1 ul li:nth-child(5) {
        margin-top: 52px;
    }
    .details img {
        max-width: 100% !important;
        height: auto !important;
    }
    .pages li .disabled {
        margin-top: 16px;
        display: block;
        background: #fff;
        color: #000;
        border-radius: 50%;
        font-size: 14px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
    }
    .footmain .ewm img {
        width: 100%;
        display: block;
    }
    .pages li .current {
        margin-top: 16px !important;
        font-size: 14px;
        min-width: 30px;
        height: 30px;
        display: block;
        background: #035FA3;
        color: #fff;
        border-radius: 50%;
        line-height: 30px;
        padding: 0 5px;
    }
    #main .hot-news .item .info .video {
        width: 26px;
        margin-top: 1px;
        height: 26px;
        background: url(../images/hj.png) no-repeat center center;
    }
    #main .hot-news .item.fa {
        height: auto;
    }
    .img.over.scale.scll {
        height: auto;
    }
    .member {
        padding: 0px 0 0 0;
    }
    .details img {
        max-width: 100% !important;
        height: auto !important;
    }
    .por-22 img {
        border-radius: 10px;
    }
    .in1-right.in2z {
        margin-top: -19px;
        padding-bottom: 65px;
    }
    .contactmain .tbox.rd ul li {
        font-size: 16px;
        color: #666;
    }
    .contactmain {
        padding: 9px 0;
    }
    .contactmain .tbox.rd {
        background: #fff;
        border: none;
    }
    .inx-4 {
        /*  background: #D4E1F1;*/
        padding-top: 0px;
        height: auto;
        padding-bottom: 30px;
    }
    .abannerxia ul li:nth-child(1) {
        padding-left: 0px;
        overflow-y: hidden;
        display: flex;
        overflow-x: scroll;
    }
    .abannerxia ul li:nth-child(1)::-webkit-scrollbar {
        display: none;
    }
    .abanner h2 {
        font-size: 12px;
    }
    .abanner h3 {
        font-size: 9px;
    }
    .abanner h2:after {
        content: "";
        display: block;
        background: #fff;
        position: absolute;
        top: 20px;
        left: -18px;
        border-radius: 50%;
        width: 8px;
        height: 8px;
    }
    .about-1 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .about-22.about-22 p {
        font-size: 14px;
        margin-top: 10px;
        color: rgb(65, 63, 63);
        line-height: 2;
    }
    .about-22 {
        width: 100%;
        margin: 0 auto;
    }
    .abanner {
        top: 31%;
    }
    .abannerxia.xia ul li .on:after {
        content: "";
        display: block;
        background: #fff;
        position: absolute;
        top: 41px;
        left: 4px;
        /* border-radius: 50%; */
        width: 116px;
        height: 3px;
    }
    .abannerxia {
        line-height: 44px;
    }
    .abannerxia ul li:nth-child(1) a {
        display: inline-block;
        vertical-align: top;
        position: relative;
        color: #ffffff;
        /* display: inherit; */
        white-space: nowrap;
        font-size: 15px;
        margin: 0 7px;
    }
    .num_con {
        margin-left: 20px;
    }
    .bannerxia ul li {
        text-align: center;
        background: rgb(0, 0, 0, 0.5);
        width: 25%;
        line-height: 61px;
        height: 61px;
        border-right: 1px solid #656668;
        transition: all 0.5s;
    }
    .bannerxia ul li span {
        font-size: 15px;
        display: block;
    }
    .bannerxia-1 {
        width: 22px;
    }
    #main .hot-news .item {
        width: 45%;
        margin-left: 4%;
    }
    .index_1 .more1 {
        margin-top: 10px;
    }
    .index_1 .index_xw1 {
        width: 100%;
        position: relative;
        float: none;
    }
    .index_1 h2 {
        font-size: 24px;
        line-height: 40px;
        height: 60px;
    }
    .index_1 .index_xw1 .xw1_t {
        display: none;
    }
    .index_1 .index_xw1 .bd {
        height: 455px;
        background-size: 100% 100%;
        width: 100%;
    }
    .index_1 .index_xw1 .bd ul li {
        height: auto;
        padding-bottom: 30px;
    }
    .index_1 .index_xw1 .bd ul li h4 {
        width: 80px;
        height: 60px;
    }
    .index_1 .index_xw1 .bd ul li img {
        width: 100%;
        height: auto;
    }
    .index_1 .index_xw1 .bd ul li h4 b {
        line-height: 26px;
        font-size: 18px;
        padding-top: 5px;
    }
    .index_1 .index_xw1 .bd ul li h3 {
        width: 90%;
        font-size: 16px;
        line-height: 28px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .index_1 .index_xw1 .bd ul li h5 {
        width: 90%;
        height: auto;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .index_1 .index_xw1 .bd ul li span {
        margin: 10px 20px;
        display: none;
    }
    .index_1 {
        min-width: inherit;
        padding: 30px 0 50px 0;
    }
    .index_1 .index_xw1 .hd {
        right: 28px;
        bottom: 30px;
        z-index: 222;
    }
    .num_con li .number {
        display: inline-block;
        vertical-align: top;
        /*font-size: 20px;*/
        color: #ffff;
        line-height: 63px;
        font-family: 'DINPro-Medium';
    }
    .index_1 .index_xw2 {
        width: 100%;
        position: relative;
        float: none;
        overflow: hidden;
    }
    .num_con li {
        display: table-cell;
        /* vertical-align: top; */
        /* display: block; */
        text-align: center;
        padding-top: 10px;
        line-height: 105px;
    }
    .inx-1 ul li {
        padding: 0 10px 0 10px;
    }
    .in1-right1 {
        width: 20%;
        height: 40px;
        padding: 0px;
        text-align: center;
        line-height: 42px;
    }
    .in1-right1 img {
        width: 89%;
    }
    .in1-left1 {
        width: 33.3%;
        font-size: 13px;
    }
    section.inx-1 {
        padding-top: 0px;
    }
    .in11 {
        height: 33px;
        width: 33px;
    }
    .inx-1 h2 {
        font-size: 19px;
    }
    .finfo {
        width: 60%;
    }
    .inx-1 p {
        font-size: 13px;
    }
    .intitle {
        text-align: center;
        line-height: 1;
        padding: 30px 0 30px;
    }
    .in1-sec .intitle {
        padding: 0;
        background: none;
    }
    .intitle .tit {
        font-size: 28px;
    }
    .intitle .desc {
        font-size: 16px;
    }
    footer .bshare-custom {
        display: none;
    }
    .ftTop {
        background: none;
    }
    .proxq-sec .pronav a {
        width: 23.84%;
    }
    .pronav2 li .icon {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 0;
        margin: 0 auto;
    }
    .pronav2 li .icon img {
        height: 17px;
    }
    .pronav2 li .t {
        margin-top: 5px;
        font-size: 14px;
    }
    .location-nav {
        display: none;
    }
    .fw-sec .tbox {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .fw-sec .con .tit {
        font-size: 16px;
    }
    .qu1-sec .main {
        margin-top: 0;
    }
    .qu1-sec li {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .qu1-sec li .desc {
        display: block;
    }
    .teamtabs li {
        font-size: 28px;
    }
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:640px) {
    .intitle .en {
        font-size: 30px;
    }
    .finfo.eyou-edit ul {
        width: 284px;
        margin: 0 auto;
    }
    #main .hot-news .item {
        width: 48%;
        margin-left: 4%;
    }
    .contactmain .tbox .tit:before {
        content: "";
        position: absolute;
        left: -13px;
        top: 0;
        height: 40px;
        width: 3px;
        background: #3962b0;
    }
    .abannerxia ul li .on:after {
        content: "";
        display: block;
        background: #fff;
        position: absolute;
        top: 41px;
        left: 6px;
        /* border-radius: 50%; */
        width: 53px;
        height: 3px;
    }
    .nestit h3 {
        font-size: 16px;
        color: #5e5b5b;
    }
    .newspage .back {
        display: none;
    }
    .mtop1 .calendar .weekdays {
        padding: 0.05rem 0;
        background-color: rgba(21, 188, 195, 0.1);
        margin-top: 21px;
        font-size: 0;
        font-size: 0.05rem;
        height: 20px;
        border-radius: 28px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 0.03rem;
    }
    .mtop1 .calendar .weekdays li {
        display: inline-block;
        line-height: 12px;
        padding-top: -8px;
        text-align: center;
    }
    .in1-right.in2z .in1-right1 {
        width: 33%;
        height: 104px;
        line-height: 120px;
    }
    .in1-right.in2z .in1-right1 img {
        width: 89%;
    }
    .contactmain .main2 {
        margin-top: 229px;
    }
    .contactmain .main1 .map2 {
        height: 250px;
    }
    .tboxa {
        display: none;
    }
    .feng {
        padding-top: 11px;
        padding-bottom: 100px;
    }
    .contactmain .ewmbox {
        text-align: left;
        color: #333;
        margin: 0 auto;
        font-size: 16px;
        width: 45%;
        /* margin-left: 25px; */
    }
    .contactmain .main1 .map2 img {
        width: 100%;
    }
    .map {
        display: none;
    }
    .w .map2 {
        display: block;
    }
    .index_1 .index_xw2 ul li h5 {
        padding-right: 0;
        font-size: 15px;
        color: #666;
    }
    .index_1 .index_xw2 ul li h1 {
        font-size: 15px;
        font-weight: normal;
        padding-top: 10px;
        line-height: 40px;
        padding-right: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .index_1 .index_xw2 ul li {
        height: 92px;
        background: #fff;
        margin-bottom: 16px;
        position: relative;
        padding-left: 81px;
    }
    .index_1 .index_xw2 ul li h4 {
        position: absolute;
        width: 60px;
        color: #3f3e3e;
        font-size: 11px;
        padding-right: 11px;
        height: 80px;
        border-right: 1px #ccc solid;
        text-align: center;
        left: 9px;
        top: 7px;
    }
    .index_1 .index_xw2 ul li h4 b {
        display: block;
        text-align: center;
        line-height: 60px;
        font-size: 35px;
        color: #6666;
    }
    .newsxq-sec .details {
        padding: 5px;
    }
    .calendar .days li .day-li .day-span {
        position: relative;
        width: 0.13rem;
        height: 0.13rem;
        display: flex;
        font-size: 0.05rem;
        /* padding-left: 17%; */
        /* background: #106BB2; */
        align-items: center;
        justify-content: center;
        font-size: 0.06rem;
        border: none;
        border-radius: 50%;
    }
    .newspage {
        margin-top: 20px;
        padding: 35px 0;
        border-top: 1px dotted #b7b7b7;
        /* border-bottom: 1px dotted #b7b7b7; */
        position: relative;
    }
    .nestit h2 {
        font-size: 16px;
        color: rgb(94, 91, 91);
        line-height: 1.92;
        text-align: left;
        padding: 10px;
    }
    .newsxq-sec .leftlayout {
        float: none;
        width: 100%;
        padding: 0px 6px 0px 6px;
        border: 1px solid #D8D6D6;
    }
    .join-1 ul li:nth-child(5) {
        margin-top: 27px;
    }
    .abannerxia.xia2 ul li .on:after {
        content: "";
        display: block;
        background: #fff;
        position: absolute;
        top: 40px;
        left: 6px;
        /* border-radius: 50%; */
        width: 49px;
        height: 3px;
    }
    .join-1 ul li:nth-child(4) {
        margin-top: 33px;
    }
    .join-1 ul li:nth-child(2) {
        margin-top: 38px;
    }
    .join-1 ul li:nth-child(3) {
        margin-top: 34px;
    }
    .join-1 li h2 {
        font-size: 16px;
        color: #064a88;
        font-weight: bold;
    }
    .join-1 ul li p {
        color: #413f3f;
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
    }
    .w .calendar {
        /*width: 100%;*/
        width: 6rem;
        min-height: 0.1rem;
        background: #fff;
        margin-top: 67px;
        margin-left: 33px;
        box-shadow: 0px 3px 24px 0px rgb(0 0 0 / 10%);
        border-radius: 0.05rem;
        overflow: hidden;
        font-size: 0.24rem;
        padding: 0 0.1rem;
    }
    .w .plan-calendar-info {
        width: 99%;
        margin-left: 0px;
        padding: 0.3rem 0;
    }
    .calendar .days li .day-li {
        width: 0.3rem;
        height: 0.3rem;
    }
    .calendar-info-date {
        width: 3.5rem;
        padding-left: 32px;
    }
    .calendar .month .arrow {
        width: 16px;
    }
    .df {
        position: absolute;
        bottom: 30px;
        left: 36px;
    }
    .calendar .days {
        margin-top: 10px;
    }
    .w .index_xw33 {
        width: 100%;
        height: 462px;
        overflow: hidden;
    }
    .banner {
        margin-top: 50px;
    }
    .bannerswiper .swiper-pagination-bullet {
        padding: 6px;
    }
    .bannerxia ul li span {
        font-size: 15px;
        display: inline;
    }
    .contactmain .tbox {
        padding: 15px;
    }
    .phone-head .menubtn>span.expand {
        height: 20px;
    }
    .bannerxia.index11 {
        display: none;
    }
    .contactmain .tbox ul li img {
        width: 15px;
        margin-right: 5px;
    }
    .contactmain .tbox .tit {
        margin-bottom: 20px;
        padding: 10px 0;
        font-size: 18px;
    }
    .contactmain .main1 .map {
        height: 250px;
    }
    .contactmain .main1 ul {
        padding-right: 0;
    }
    .contactmain .tbox ul li {
        font-size: 14px;
    }
    #main .hot-news .item.f2 {
        margin-left: 0;
    }
    #main .hot-news .item:nth-child(2n+1) {
        margin-left: 0;
    }
    #main .hot-news .item:nth-child(4n+1) {
        margin-left: 2%;
    }
    #main .hot-news .item[class] {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 9%;
    }
    .news-sec2 .newswiper .tbox .con .desc {
        margin-top: 0px;
        font-size: 12px;
        height: 41px;
        padding-top: 0px !important;
        padding-top: 4px;
    }
    .pages li {
        margin-bottom: 5px;
    }
    .pages li a {
        font-size: 14px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
    }
    .pages {
        padding-bottom: 20px !important;
        margin: 0px 0;
    }
    .news-sec2 .newswiper .tbox {
        padding-right: 0;
        padding: 7px;
    }
    .jobs .tit,
    .intitle p,
    .newswiper .tbox .con .tit,
    .section2 .main .desc {
        font-size: 14px;
    }
    .news-sec2 .newswiper .tbox .con {
        padding: 0px 0px 0 7px;
    }
    .ab-sec .num_con {
        margin-top: 30px;
    }
    .news-sec2 .newswiper .pic {
        height: 78px;
        padding: 5px;
    }
    .news-sec2 .newswiper li {
        margin-bottom: 20px;
    }
    .newswiper a {
        z-index: 1;
    }
    .por-right2 .active:after {
        content: "";
        display: block;
        background: #fff;
        height: 8px;
        top: 18px;
        left: -17px;
        width: 8px;
        position: absolute;
        border-radius: 50%;
    }
    .newsxq-sec,
    .news-sec2,
    .news-sec1,
    footer,
    .section {
        padding: 3px 0 0 0;
    }
    .num_con .desc {
        font-size: 13px;
        line-height: 24px;
    }
    section.inx-1 {
        padding-top: 0px;
    }
    .num_con li .number {
        display: block;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }
    .num_con li .number span {
        font-size: 28px;
    }
    .num_con li {
        display: block;
        /* vertical-align: top; */
        /* display: block; */
        width: 33%;
        text-align: center;
        text-align: center;
        padding-top: 20px;
        line-height: 24px;
        float: left;
    }
    .num_con li:nth-child(4) {
        width: 37%;
        margin-right: 23px;
    }
    .num_con li:nth-child(5) {
        width: 50%;
    }
    .num_con li .number {
        display: block;
        font-size: 14px;
        line-height: 17px;
        text-align: left;
    }
    .inx-2 {
        background: url(../images/szbj.jpg) no-repeat;
        border-radius: 0 0 0px 0;
        background-size: 100% 100%;
        /* padding: 90px 0; */
        width: 100%;
        padding: 40px 0;
        height: auto;
        /* line-height: 250px; */
    }
    section.inx-1 {
        padding-top: 1px;
        padding-bottom: 3px;
    }
    .intitle {
        text-align: center;
        line-height: 1;
        padding: 30px 0 30px;
    }
    .intitle .cn {
        margin-top: -20px;
        font-size: 22px;
    }
    .finfo {
        width: 100%;
        padding-left: 37px;
        font-size: 14px;
    }
    .footmain {
        padding: 0px 0 25px 0;
    }
    .footmain .ewm {
        margin-top: 15px;
        float: left;
        width: 24%;
        margin-left: 38%;
    }
    .copyright {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 0;
    }
    .pages li {
        margin-bottom: 5px;
    }
    .pages li a {
        margin-top: 16px;
        font-size: 14px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
    }
    .pages {
        padding: 0px 0;
    }
    .location-nav {
        display: none;
    }
    .bannerswiper .swiper-pagination {
        bottom: 5px;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .intitle .tit {
        font-size: 22px;
    }
    .intitle .desc {
        font-size: 14px;
    }
    .in1-sec .main .tbox {
        font-size: 14px;
    }
    .num-con li {
        font-size: 12px;
    }
    .num-con li strong {
        font-size: 25px;
        line-height: 25px;
    }
    .in2-sec .intitle {
        margin: 30px 0;
    }
    .tboxswiper .box .year {
        font-size: 22px;
    }
    .tboxswiper .box .desc {
        font-size: 13px;
        margin-top: 10px;
    }
    .history .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }
    .history .swiper-pagination {
        height: 90%;
        width: 16px;
    }
    .tboxswiper .box {
        left: 25px;
    }
    .newstab {
        float: none;
        margin-top: 30px;
    }
    .newstab a {
        font-size: 16px;
        margin-left: 0;
    }
    .in7-sec .main {
        margin-top: 20px;
    }
    .newslist1 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .newslist1 li .tbox .desc {
        margin-top: 5px;
        font-size: 14px;
    }
    .newslist1 li .tbox .tit {
        font-size: 16px;
    }
    .newslist2 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .newslist2 li span {
        font-size: 12px;
    }
    .footmain .leftbox,
    .footmain .centerbox,
    .footmain .rightbox {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footbottom .rightbox,
    .footbottom .leftbox,
    .fnav,
    .footmain .leftbox {
        display: none;
    }
    footer .centerbox {
        padding: 0;
    }
    .footmain .ewm {
        width: 36%;
        margin: 0 30%;
    }
    .footmain .centerbox {
        width: 60%;
    }
    .footmain .rightbox {
        width: 40%;
    }
    .footbottom .centerbox {
        width: 100%;
        padding: 0 4%;
    }
    .footmain .rightbox img {
        margin: 18px auto;
    }
    .copyright {
        padding: 5px 0;
        font-size: 12px;
        text-align: center;
    }
    .ab2-sec .box .icon {
        width: 45px;
    }
    .nybanner .intitle {
        padding: 15px 0;
        background-size: auto 100%;
    }
    .ab1-sec .pic {
        width: 100%;
    }
    .ab1-sec .tbox {
        width: 100%;
        margin-top: 40px;
    }
    .nybanner .num-con li strong {
        font-size: 25px;
    }
    .nybanner .num-con li {
        padding: 0 10px;
        font-size: 12px;
        height: 120px;
        text-align: center;
    }
    .nybanner .num-con li .icon {
        margin-bottom: -46px;
    }
    .ab1-sec {
        background-position: left bottom;
        background-size: auto;
    }
    .nybanner .ad {
        display: none;
    }
    .nybanner .intitle .tit {
        font-size: 20px;
    }
    .historyswiper .year {
        font-size: 24px;
    }
    .honorbg {
        padding: 0 20px;
    }
    .ab4-sec .main {
        margin-top: 20px;
    }
    .honorswiper .pic {
        margin-bottom: 15px;
    }
    .nybanner .pronav a {
        background-image: none;
        margin: 5px 0 5px 0;
        line-height: 30px;
        padding: 0 15px;
    }
    .nybanner .pronav {
        padding: 10px;
    }
    .in7-sec .tags {
        margin-top: 10px;
    }
    .nybanner+.in7-sec .main {
        margin-top: 80px;
    }
    .form li .lable {
        width: 85px;
        font-size: 14px;
    }
    .form li {
        padding-left: 85px;
        margin-bottom: 10px;
        line-height: 40px;
    }
    .formtext {
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }
    .formtextarea {
        line-height: 38px;
        font-size: 14px;
    }
    .yzm img {
        width: 90px;
        height: 40px;
    }
    .form .btn {
        margin-top: 20px;
        float: none;
    }
    .ct-sec1 .tbox .box {
        padding: 25px 20px;
    }
    .ct-sec1 .tbox .tit .cn {
        font-size: 22px;
    }
    .ct-sec1 .tbox .desc {
        font-size: 15px;
        line-height: 25px;
    }
    .ct-sec1 .tbox .box li.md {
        width: 100%;
        margin-top: 15px;
    }
    .ct-sec1 .tbox .box li {
        margin-top: 15px;
    }
    .dwlist {
        margin-top: 20px;
    }
    .dwlist li {
        padding: 15px;
    }
    .dwlist li .name {
        padding-right: 40px;
        font-size: 14px;
    }
    body {
        font-size: 14px;
    }
    .news-sec .main li .time {
        width: 70px;
        color: #666666;
        font-size: 12px;
    }
    .news-sec .main li .time span {
        font-size: 40px;
    }
    .news-sec .main li .tbox {
        margin-left: 60px;
        margin-right: 20px;
        padding: 0 20px;
    }
    .news-sec .main li .tbox .tit {
        font-size: 16px;
    }
    .news-sec .main li .tbox .desc {
        margin-top: 10px;
        font-size: 14px;
    }
    .newsxq-sec .details {
        font-size: 13px;
        padding: 5px;
        margin-top: -22px;
    }
    /*.newsxq-sec .details div img{
		width: 100% !important;
		height: auto !important;
		}*/
    .details .title {
        font-size: 20px;
    }
    .details .time {
        font-size: 12px;
    }
    .details .time img {
        display: none;
    }
    .details .time span {
        margin: 0;
    }
    .details .con {
        line-height: 26px;
        font-size: 14px;
        padding: 15px 0;
    }
    .ktags .list a {
        margin-bottom: 5px;
        margin-right: 5px;
        font-size: 12px;
        padding: 0 5px;
        line-height: 30px;
    }
    .tags .ktags {
        width: 100%;
    }
    .details .btns {
        display: none;
    }
    .xgpros .tbox {
        font-size: 14px;
    }
    .newsxq-sec {
        padding-bottom: 30px;
    }
    .fw-sec .pic {
        width: 100%;
    }
    .fw-sec .con {
        padding: 20px;
    }
    .fw-sec .con .desc {
        font-size: 14px;
    }
    .xg-sec .box {
        width: 100%;
        padding: 20px;
    }
    .pronav2 {
        margin-top: 30px;
        margin-bottom: -94px;
    }
    .proxq-sec .pronav {
        margin-top: 80px;
        padding: 10px;
        text-align: center;
    }
    .proxq-sec .pronav a {
        width: auto;
        background-image: none!important;
        margin: 5px 0 5px 0;
        line-height: 30px;
        padding: 0 10px;
        float: none;
    }
    .pronav2 li .t {
        color: #e05a15
    }
    .pronav2 li .icon,
    .pronav2 li .icon {
        background: #e05a15;
        border-color: #e05a15;
    }
    .pronav2 li.active .icon,
    .pronav2 li:hover .icon {
        background: #410f07;
        border-color: #421008;
    }
    .pronav2 li.active .t,
    .pronav2 li:hover .t {
        color: #410f07;
    }
    .proxq-sec .in4-sec {
        margin-top: 25px;
    }
    .proxq-sec .in4-sec .main {
        padding: 0;
    }
    .proxq-sec .btn {
        margin-top: 20px;
    }
    .proxq-sec .newslist1 li {
        margin-top: 0;
    }
    .proxq-sec .newslist1 li .tbox .desc2 {
        font-size: 14px;
    }
    .proxq-sec .newslist1 li .tbox .info {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 20px;
    }
    .xg-sec .box .title .cn {
        font-size: 22px;
    }
    .xg-sec .box+.box {
        margin-left: 0;
        margin-top: 30px;
    }
    .qu1-sec li .num {
        display: none;
    }
    .qu1-sec li .tit {
        margin-top: 0;
        font-size: 17px;
    }
    .qu1-sec li .desc {
        font-size: 14px;
    }
    .teamtabs li {
        font-size: 20px;
        line-height: 45px;
        padding: 0 20px;
    }
    .teamtabs li.active:after {
        display: none;
    }
    .teambody .tbox {
        padding: 15px 25px;
        font-size: 14px;
        text-align: center;
    }
    .teambody .swiper-pagination,
    .xgpros .swiper-pagination,
    .honorswiper .swiper-pagination,
    .customerswiper .swiper-pagination {
        margin-top: 20px;
    }
    .teambody .swiper-pagination-bullet,
    .xgpros .swiper-pagination-bullet,
    .honorswiper .swiper-pagination-bullet,
    .customerswiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .in4-sec,
    .team-sec,
    .ab4-sec,
    .qu1-sec,
    .proxq-sec,
    .xg-sec,
    .fw-sec,
    .news-sec,
    .job-sec,
    .ct-sec1,
    .ab4-sec,
    .ab3-sec,
    .ab2-sec,
    .ab1-sec,
    .in7-sec,
    .in6-sec,
    .in5-sec,
    .in4-sec,
    .in3-sec,
    .in1-sec {
        padding: 30px 0;
    }
}

@media only screen and (max-width:360px) {
    .join-1 ul li:nth-child(5) {
        margin-top: -1px;
    }
}

@media only screen and (max-width:320px) {}


/*
 
 * */

.noafter:after {
    display: none;
}


/*右边浮动*/