#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.5s ease;
    z-index: 100000000000000000000000000000000000000;
}
#baguetteBox-overlay.visible {
    opacity: 1;
}
#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}
#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
    content:"";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}
.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
    right: 2%;
    display: block !important;
}
.baguetteBox-button#previous-button {
    left: 2%;
    display: block !important;
}
.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}
.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}
.zoomPad {
    position:relative;
    float:left;
    z-index:99;
    cursor:crosshair;
}
.zoomPreload {
    -moz-opacity:0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align:center;
    background-image: url(../images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index:110;
    width:90px;
    height:43px;
    position:absolute;
    top:0px;
    left:0px;
    * width:100px;
    * height:49px;
}
.zoomPup {
    overflow:hidden;
    background-color: #FFF;
    -moz-opacity:0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index:120;
    position:absolute;
    border:1px solid #CCC;
    z-index:101;
    cursor:crosshair;
}
.zoomOverlay {
    position:absolute;
    left:0px;
    top:0px;
    background:#FFF;
    /*opacity:0.5;*/
    z-index:5000;
    width:100%;
    height:100%;
    display:none;
    z-index:101;
}
.zoomWindow {
    position:absolute;
    left:110%;
    top:40px;
    background:#FFF;
    z-index:6000;
    height:auto;
    z-index:10000;
    z-index:110;
}
.zoomWrapper {
    position:relative;
    border:1px solid #999;
    z-index:110;
}
.zoomWrapperTitle {
    display:block;
    background:#999;
    color:#FFF;
    height:18px;
    line-height:18px;
    width:100%;
    overflow:hidden;
    text-align:center;
    font-size:10px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:120;
    -moz-opacity:0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.zoomWrapperImage {
    display:block;
    position:relative;
    overflow:hidden;
    z-index:110;
}
.zoomWrapperImage img {
    border:0px;
    display:block;
    position:absolute;
    z-index:101;
}
.zoomIframe {
    z-index: -1;
    filter:alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position:absolute;
    display:block;
}
/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
 .wap-hd-nav {
    display: none;
}
@media screen and (max-width: 991px) {
    .wap-hd-nav {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        background-color: #3585e1;
    }
    .wap-hd-nav-item {
        width: 25%;
    }
    .wap-hd-nav-item a {
        display: block;
        padding: 5px 0;
        line-height: 20px;
        font-size: 14px;
        color: white;
        text-align: center;
        background-color: #363636;
    }
    .wap-hd-nav-item a.active {
        color: white;
        background-color: #3585e1;
    }
}
.m-mobilenav {
    display: none;
}
@media screen and (max-width: 991px) {
    .m-mobilenav {
        position: fixed;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
    }
    .m-mobilenav .mbnav-btn {
        position: absolute;
        z-index: 2;
        top: 20px;
        left: 17px;
        width: 26px;
        transition: all 550ms;
    }
    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #fff;
    }
    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .m-mobilenav .mbnav-btn.active {
        transform: rotate(90deg);
    }
    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }
    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }
    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }
    .m-mobilenav .mbnav-bd.show .mbnav-item > a {
        opacity: 1;
        transform: scale(1) translate(0, 0);
    }
    .m-mobilenav .mbnav-wp {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: #333;
        top: 0;
        transition: all 550ms;
        opacity: 0;
    }
    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        height: calc(100% - 60px);
        width: 100%;
        box-sizing: border-box;
        overflow-y: scroll;
    }
    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 12px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background-color: #333;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        cursor: pointer;
    }
    .m-mobilenav .mbnav-item > a {
        display: block;
        line-height: 26px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        transition: 0.5s 0.1s;
    }
    .m-mobilenav .mbnav-item > a.current:after {
        content:"";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        transition: all 550ms;
    }
    .m-mobilenav .mbnav-item > a.active {
        color: #3585e1;
    }
    .m-mobilenav .mbnav-item > a.active:after {
        background-color: #3585e1;
    }
    .m-mobilenav .mbnav-item:nth-child(1) > a {
        transition-delay: 250ms;
    }
    .m-mobilenav .mbnav-item:nth-child(2) > a {
        transition-delay: 300ms;
    }
    .m-mobilenav .mbnav-item:nth-child(3) > a {
        transition-delay: 350ms;
    }
    .m-mobilenav .mbnav-item:nth-child(4) > a {
        transition-delay: 400ms;
    }
    .m-mobilenav .mbnav-item:nth-child(5) > a {
        transition-delay: 450ms;
    }
    .m-mobilenav .mbnav-item:nth-child(6) > a {
        transition-delay: 500ms;
    }
    .m-mobilenav .mbnav-item:nth-child(7) > a {
        transition-delay: 550ms;
    }
    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
    }
    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }
    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }
    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
    }
    .m-mobilenav .mbsbnav-item a.active {
        color: #3585e1;
    }
}
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}
.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    top: 0;
    left: 0
}
.slick-track:after, .slick-track:before {
    display: table;
    content:''
}
.slick-track:after {
    clear: both
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-dots .slide-count {
    display: none;
}
.slick-slide {
    position: relative;
}
.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slick-slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}
@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}
@charset"UTF-8";
 ::selection {
    color: #fff;
    background: #3585e1;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    height: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    overflow-x: hidden;
    font-family:"PoppinsRegular", arial, helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.2;
    background-color: #fff;
}
@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
    tap-highlight-color: transparent;
    focus-ring-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    -moz-tap-highlight-color: transparent;
    -moz-focus-ring-color: transparent;
    transition: all 550ms;
}
a:hover {
    color: #3585e1;
}
ol, ul {
    list-style: none;
}
img {
    max-width: 100%;
    border: 0px solid #ccc;
    height: auto;
}
table, embed, video {
    max-width: 100%;
}
input, textarea {
    border: none;
    background: none;
    font-family: inherit;
}
input:focus, textarea:focus {
    outline: none;
}
input[type=submit] {
    cursor: pointer;
}
input[type=checkbox] {
    cursor: pointer;
}
input[type=radio] {
    cursor: pointer;
}
input[type=submit], input[type=reset], input[type=button], button {
    -webkit-appearance: none;
    /*去掉苹果的默认UI来渲染按钮*/
}
textarea {
    resize: none;
}
button {
    border: none;
    background: none;
    cursor: pointer;
}
em, i {
    font-style: normal;
}
/* .c-xx start */
 .c-fl {
    float: left;
}
.c-fr {
    float: right;
}
.c-cb {
    clear: both;
}
.c-clearfix:after {
    content:"";
    display: block;
    clear: both;
}
.c-mg {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
.c-oh {
    overflow: hidden;
}
.c-wd {
    width: 1400px;
}
.c-tsn {
    transition: all 550ms;
}
.c-bbx {
    box-sizing: border-box;
}
.c-pr {
    position: relative;
}
.c-mt-5 {
    margin-top: 5px;
}
.c-mt-10 {
    margin-top: 10px;
}
.c-mt-15 {
    margin-top: 15px;
}
.c-mt-20 {
    margin-top: 20px;
}
.c-mt-25 {
    margin-top: 25px;
}
.c-mt-30 {
    margin-top: 30px;
}
.c-mt-35 {
    margin-top: 35px;
}
.c-mt-40 {
    margin-top: 40px;
}
.c-mt-45 {
    margin-top: 45px;
}
.c-mt-50 {
    margin-top: 50px;
}
.c-nomt {
    margin-top: 0 !important;
}
.c-nomr {
    margin-right: 0 !important;
}
.c-nomb {
    margin-bottom: 0 !important;
}
.c-noml {
    margin-left: 0 !important;
}
.c-nomg {
    margin: 0 !important;
}
.c-nopt {
    padding-top: 0 !important;
}
.c-nopr {
    padding-right: 0 !important;
}
.c-nopb {
    padding-bottom: 0 !important;
}
.c-nopl {
    padding-left: 0 !important;
}
.c-nopd {
    padding: 0 !important;
}
.c-nofont {
    line-height: 0;
    font-size: 0;
}
.c-nobg {
    background: none !important;
}
/* .c-xx end */
/* .f-xx start */
 .f-czjz {
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
}
.f-box {
    margin: 0 auto;
    width: 1400px;
    max-width: 100%;
    overflow: visible;
    box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
    .f-box {
        width: 1200px;
    }
}
@media screen and (max-width: 1219px) {
    .f-box {
        width: 960px;
    }
}
@media screen and (max-width: 991px) {
    .f-box {
        width: 720px;
        max-width: 96%;
    }
}
/* .f-xx end */
/* @keyframes start */
 @keyframes boxshadown {
    0% {
        box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2);
    }
    100% {
        box-shadow: 0 0 0 15px rgba(51, 51, 51, 0);
    }
}
/* @keyframes end */
/* .an-xx start */
 .an-hoverimg-xy {
    position: relative;
    overflow: hidden;
}
.an-hoverimg-xy:before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 2;
    transform: scaleX(0);
    transition: all 550ms;
    visibility: hidden;
}
.an-hoverimg-xy:after {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
    transform: scaleY(0);
    transition: all 550ms;
    visibility: hidden;
}
.an-hoverimg-xy img {
    transition: all 550ms;
}
.an-hoverimg-xy:hover img {
    transform: scale(1.1);
}
.an-hoverimg-xy:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
.an-hoverimg-xy:hover:after {
    visibility: visible;
    transform: scaleX(1);
}
.an-hoverimg-beforex {
    position: relative;
    overflow: hidden;
}
.an-hoverimg-beforex:before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 2;
    transform: scaleX(0);
    transition: all 550ms;
    visibility: hidden;
}
.an-hoverimg-beforex img {
    transition: all 550ms;
}
.an-hoverimg-beforex:hover img {
    transform: scale(1.1);
}
.an-hoverimg-beforex:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
.an-hoverimg-beforey {
    position: relative;
    overflow: hidden;
}
.an-hoverimg-beforey:before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 2;
    transform: scaleY(0);
    transition: all 550ms;
    visibility: hidden;
}
.an-hoverimg-beforey img {
    transition: all 550ms;
}
.an-hoverimg-beforey:hover img {
    transform: scale(1.1);
}
.an-hoverimg-beforey:hover:before {
    visibility: visible;
    transform: scaleY(1);
}
.an-hoverbtn-beforey {
    position: relative;
}
.an-hoverbtn-beforey > * {
    position: relative;
}
.an-hoverbtn-beforey:before {
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    background-color: #3585e1;
    transition: all 550ms;
}
.an-hoverbtn-beforey:hover {
    color: #fff;
}
.an-hoverbtn-beforey:hover:before {
    transform: scaleY(1);
}
.an-hoverbtn-beforex {
    position: relative;
}
.an-hoverbtn-beforex > * {
    position: relative;
}
.an-hoverbtn-beforex:before {
    content:"";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    background-color: #3585e1;
    transition: all 550ms;
}
.an-hoverbtn-beforex:hover {
    color: #fff;
}
.an-hoverbtn-beforex:hover:before {
    transform: scaleX(1);
}
.an-hoverbtn-beforer {
    position: relative;
    overflow: hidden;
}
.an-hoverbtn-beforer > * {
    position: relative;
}
.an-hoverbtn-beforer:before {
    content:"";
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3585e1;
    transition: all 550ms;
}
.an-hoverbtn-beforer:hover {
    color: #fff;
}
.an-hoverbtn-beforer:hover:before {
    right: 0;
}
.an-boxsd:hover {
    animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1);
}
/* .an-xx end */
/* .m-xx start */
 .m-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}
.m-desc a {
    color: #3585e1;
}
.m-desc a:hover {
    text-decoration: underline;
}
.m-desc p, .m-desc span, .m-desc b {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}
.m-desc p {
    min-height: 30px;
}
.m-desc img {
    max-width: 100%;
}
.m-desc iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.m-desc table {
    width: 100%;
    border-collapse: collapse;
    line-height: 22px;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
}
.m-desc table tr td {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
    .m-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }
    .m-desc a {
        color: #3585e1;
    }
    .m-desc a:hover {
        text-decoration: underline;
    }
    .m-desc p, .m-desc span, .m-desc b {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }
    .m-desc p {
        min-height: 24px;
    }
}
.table table {
    width: 100%;
    border-collapse: collapse;
    line-height: 22px;
    border: 1px solid #ccc;
}
.table table tr td {
    padding: 10px;
    height: 30px;
    border: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
    .table {
        width: 100%;
        overflow-x: auto;
    }
}
@media screen and (max-width: 991px) {
    [class*=-item] .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
    [class*=-item] .item-desc {
        font-size: 13px;
        font-size: 1.3rem;
    }
    [class*=-item] .item-link {
        font-size: 13px;
        font-size: 1.3rem;
    }
    [class*=-item] .item-modal {
        display: none;
    }
}
/* .m-xx end */
/* .j-xx start */
 .j-offset-top {
    transition: all 750ms;
    transform: translateY(100px);
    opacity: 0;
}
.j-offset-top.run {
    transform: translateY(0);
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .j-offset-top {
        transform: none !important;
    }
}
.j-offset-left {
    transition: all 750ms;
    transform: translateX(100px);
    opacity: 0;
}
.j-offset-left.run {
    transform: translateX(0);
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .j-offset-left {
        transform: none !important;
    }
}
.j-offset-right {
    transition: all 750ms;
    transform: translateX(-100px);
    opacity: 0;
}
.j-offset-right.run {
    transform: translateX(0);
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .j-offset-right {
        transform: none !important;
    }
}
.j-fadein {
    transition: all 750ms;
    opacity: 0;
}
.j-fadein.run {
    transform: translateX(0);
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .j-fadein {
        transform: none !important;
    }
}
.j-lazy {
    min-width: 100%;
}
/* .j-xx end */
[class*=-item] .item-pic {
    position: relative;
    display: block;
    line-height: 0;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
[class*=-item] .item-pic img {
    transition: all 550ms;
}
[class*=-item] .item-pic:hover img {
    transform: scale(1.1);
}
[class*=-item] .item-title {
    overflow: hidden;
}
[class*=-item] .item-title a:hover {
    color: #3585e1;
}
[class*=-item] .item-desc {
    overflow: hidden;
}
[class*=-item] .item-desc a {
    display: block;
}
[class*=-item] .item-desc a:hover {
    color: #3585e1;
}
.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}
.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}
.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}
.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}
.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}
.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}
.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}
#preloader {
    background-color: #333;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 99;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    text-align: center;
}
.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: 65px;
    border-radius: 50% 50% 50% 50%;
}
#object_one {
    animation: object_one 1.5s infinite;
}
#object_two {
    animation: object_two 1.5s infinite;
    animation-delay: 0.25s;
}
#object_three {
    margin-right: 0;
    animation: object_three 1.5s infinite;
    animation-delay: 0.5s;
}
@keyframes object_one {
    75% {
        transform: scale(0);
    }
}
@keyframes object_two {
    75% {
        transform: scale(0);
    }
}
@keyframes object_three {
    75% {
        transform: scale(0);
    }
}
.site-welcome {
    visibility: hidden;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    transition: all 550ms;
}
.m-crm {
    padding-top: 187px;
    padding-bottom: 107px;
    text-align: center;
    background: url("../images/nbanner-1.jpg") no-repeat center;
    background-size: cover;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
}
.m-crm a {
    color: #fff;
}
.m-crm a:hover {
    color: #cfcfcf;
}
.m-crm a.active {
    color: #cfcfcf;
}
.m-crm .box-title {
    font-size: 52px;
    font-size: 5.2rem;
    font-family:"MINIONPRO-BOLD", arial, helvetica, sans-serif;
}
.m-crm .box-desc {
    margin-top: 20px;
}
@media screen and (max-width: 991px) {
    .m-crm {
        padding-top: 120px;
        padding-bottom: 40px;
        line-height: 26px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-crm .box-title {
        font-size: 30px;
        font-size: 3rem;
    }
    .m-crm .box-desc {
        margin-top: 10px;
    }
}
.m-oths {
    margin-top: 30px;
    border: solid 1px #c7c7c7;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.m-oths .oths-item {
    max-width: 49%;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-oths .oths-item a {
    color: #666;
}
.m-oths .oths-item a:hover {
    color: #3585e1;
}
.m-oths .oths-item-2 {
    text-align: right;
}
.m-oths .item-name {
    display: block;
}
@media screen and (max-width: 991px) {
    .m-oths {
        padding: 15px;
    }
    .m-oths .oths-item {
        max-height: 48px;
    }
    .m-oths .item-title {
        line-height: 24px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .m-oths .item-name {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.m-page {
    margin-top: 75px;
    letter-spacing: 0;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}
.m-page a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    text-align: center;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    transition: all 550ms;
    padding: 0 5px;
}
.m-page span {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    text-align: center;
    box-sizing: border-box;
    transition: all 550ms;
    padding: 0 5px;
}
.m-page a.big, .m-page span.big {
    min-width: 100px;
}
.m-page a:hover {
    color: white;
    border-color: #3585e1;
    background-color: #3585e1;
}
.m-page a.active {
    color: white;
    border-color: #3585e1;
    background-color: #3585e1;
}
.m-page .page-form {
    margin-left: 8px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-right: 24px;
    background: url("../images/page1.png") no-repeat right center;
}
.m-page .form-btn {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #3585e1;
    box-sizing: border-box;
}
.m-page2 {
    position: relative;
}
@media screen and (max-width: 991px) {
    .m-page {
        margin-top: 45px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .m-page a {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .m-page span, .m-page a {
        min-width: 36px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .m-page span.big, .m-page a.big {
        min-width: 60px;
    }
    .m-page .form-btn {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.m-kf {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 30%;
}
.m-kf .kf-item {
    position: relative;
    display: block;
    line-height: 0;
    font-size: 0;
    width: 50px;
    line-height: 50px;
    margin-bottom: 1px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    background-color: #2d2d27;
    border-radius: 5px;
}
.m-kf .kf-item:hover {
    color: #fff;
    background-color: #3585e1;
}
.m-kf .kf-item.active {
    background-color: #3585e1;
}
.m-kf .kf-wx {
    position: absolute;
    display: none;
    bottom: 0;
    right: 100%;
    width: 120px;
    font-size: 0;
    line-height: 0;
}
.m-kf .gotop {
    display: none;
}
@media screen and (max-width: 991px) {
    .m-kf {
        right: 0;
        top: auto;
        bottom: 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        width: 100%;
        background-color: #2d2d27;
    }
    .m-kf .kf-item {
        width: 20%;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        font-size: 2rem;
        background-color: #2d2d27 !important;
    }
    .m-kf .kf-item2 {
        position: relative;
    }
    .m-kf .kf-wx {
        bottom: 100%;
        right: 0;
    }
    .m-kf .gotop {
        width: 20%;
        line-height: 50px;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        text-align: center;
        display: block;
    }
    .g-ft {
        padding-bottom: 53px;
    }
}
.returntop {
    position: fixed;
    *position: absolute;
    z-index: 9;
    right: 6px;
    bottom: 150px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    background-color: #3585e1;
    border-radius: 5px;
    display: none;
}
.returntop:hover {
    color: #fff;
    background-color: #3585e1;
}
@media screen and (max-width: 991px) {
    .returntop {
        display: none !important;
    }
}
.j-videomodal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.j-videomodal iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 600px;
    max-width: 90%;
    max-height: 80%;
}
.g-hpro {
    padding-top: 62px;
    padding-bottom: 97px;
    background-image: linear-gradient(to bottom, #3081e0 0%, #98e0f0 100%);
    background-blend-mode: normal, normal;
    background-color: #3585e1;
}
@media screen and (max-width: 991px) {
    .g-hpro {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.m-hpro .box-hd {
    margin-bottom: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    color: #fefefe;
}
.m-hpro .box-hd a {
    color: #fefefe;
}
.m-hpro .box-hd a:hover {
    color: #cfcfcf;
}
.m-hpro .hd-fix {
    max-width: 550px;
}
.m-hpro .hd-title {
    font-size: 42px;
    font-size: 4.2rem;
    font-family:"MINIONPRO-BOLD", arial, helvetica, sans-serif;
}
.m-hpro .hd-desc {
    margin-top: 12px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
}
.m-hpro .hd-link a {
    display: inline-block;
    min-width: 196px;
    line-height: 28px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    border: 1px solid #fff;
}
.m-hpro .hd-link a:hover {
    color: #fff;
    background-color: #3585e1;
}
.m-hpro .hd-link i {
    font-size: 12px;
    font-size: 1.2rem;
}
.m-hpro .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -30px;
}
.m-hpro .list-item {
    margin-right: 2.8571428571%;
    margin-bottom: 30px;
    width: 22.8571428571%;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    border: solid 1px #fefefe;
}
.m-hpro .list-item:nth-child(4n) {
    margin-right: 0;
}
.m-hpro .list-item:hover {
    padding: 9px;
    padding-bottom: 0;
    background-image: linear-gradient(0deg, #124f84 0%, #3f7fb6 25%, #6baee7 51%, #1b6799 100%), linear-gradient(#183873, #183873);
    background-blend-mode: normal, normal;
}
.m-hpro .list-item:hover .item-text {
    padding-top: 8px;
    padding-bottom: 14px;
}
.m-hpro .list-item:hover .item-link {
    display: block;
}
.m-hpro .item-text {
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #fff;
}
.m-hpro .item-text a {
    color: #fff;
}
.m-hpro .item-text a:hover {
    color: #cfcfcf;
}
.m-hpro .item-title {
    height: 56px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-hpro .item-link {
    display: none;
    margin-top: 2px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
}
.m-hpro .item-link i {
    font-size: 12px;
    font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
    .m-hpro .box-hd {
        margin-bottom: 30px;
    }
    .m-hpro .hd-link {
        display: none;
    }
    .m-hpro .hd-title {
        line-height: 26px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .m-hpro .hd-desc {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .m-hpro .item-text {
        padding: 10px;
    }
    .m-hpro .item-title {
        height: 48px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 480px) {
    .m-hpro .list-item {
        margin-left: 1%;
        margin-right: 1% !important;
        width: 48%;
    }
}
.g-habt {
    padding-bottom: 107px;
    background-color: #f6f6f6;
}
@media screen and (max-width: 991px) {
    .g-habt {
        padding-bottom: 30px;
    }
}
.m-hys {
    position: relative;
}
.m-hys .box-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 49.2708333333%;
    line-height: 0;
    font-size: 0;
}
.m-hys .box-text {
    float: right;
    padding-top: 125px;
    padding-bottom: 112px;
    width: 47.8571428571%;
}
.m-hys .box-title {
    font-size: 42px;
    font-size: 4.2rem;
    font-family:"MINIONPRO-BOLD", arial, helvetica, sans-serif;
}
.m-hys .box-desc {
    margin-top: 16px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
}
.m-hys .box-info {
    margin-top: 34px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    border-left: 1px solid #3585e1;
    border-top: 1px solid #3585e1;
}
.m-hys .info-item {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #3585e1;
    border-bottom: 1px solid #3585e1;
}
.m-hys .item-wp {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}
.m-hys .item-icon {
    flex: 0 0 auto;
    line-height: 0;
    font-size: 0;
    margin-right: 20px;
    width: 66px;
}
.m-hys .item-title {
    flex: 1 1 auto;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
}
.m-hys .box-link {
    margin-left: 50%;
    width: 50%;
    border: 1px solid #3585e1;
    border-top: none;
}
.m-hys .box-link a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.m-hys .box-link a:hover {
    background-color: #3585e1;
}
.m-hys .box-link a:hover span, .m-hys .box-link a:hover i {
    color: #fff;
}
.m-hys .box-link i {
    flex: 0 0 auto;
    width: 56px;
    line-height: 54px;
    font-size: 20px;
    font-size: 2rem;
    color: #3585e1;
    text-align: center;
}
.m-hys .box-link span {
    flex: 1 1 auto;
    border-right: 1px solid #3585e1;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #3585e1;
}
@media screen and (max-width: 1440px) {
    .m-hys .box-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .m-hys .item-wp {
        padding: 30px 15px;
    }
    .m-hys .item-title {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-hys .item-icon {
        width: 50px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 991px) {
    .m-hys .box-img {
        display: none;
    }
    .m-hys .box-text {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
    }
    .m-hys .box-title {
        font-size: 20px;
        font-size: 2rem;
    }
    .m-hys .box-desc {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-hys .item-wp {
        padding: 20px 15px;
    }
    .m-hys .item-title {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-hys .item-icon {
        width: 40px;
        margin-right: 15px;
    }
    .m-hys .box-link {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .m-hys .info-item {
        width: 100%;
    }
}
.m-habt {
    padding-left: 13.5416666667%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.m-habt .box-fix {
    order: 2;
    width: 55.7831325301%;
}
.m-habt .box-text {
    width: 44.2168674699%;
    border: solid 1px #c7c7c7;
}
.m-habt .box-hd {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 32px;
    padding-bottom: 36px;
    border-bottom: 1px solid #c7c7c7;
}
.m-habt .hd-title {
    line-height: 52px;
    font-size: 42px;
    font-size: 4.2rem;
    font-family:"MINIONPRO-BOLD", arial, helvetica, sans-serif;
}
.m-habt .hd-name {
    margin-top: 13px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
}
.m-habt .box-desc {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 40px;
    padding-bottom: 65px;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
}
.m-habt .box-desc .desc {
    max-height: 360px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}
.m-habt .box-desc p {
    min-height: 36px;
}
.m-habt .box-desc a {
    color: #999;
}
.m-habt .box-desc a:hover {
    color: #3585e1;
}
.m-habt .box-img {
    line-height: 0;
    font-size: 0;
}
.m-habt .box-link {
    border: 1px solid #c7c7c7;
    border-top: none;
    width: 332px;
}
.m-habt .box-link a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.m-habt .box-link a:hover {
    background-color: #3585e1;
}
.m-habt .box-link a:hover span, .m-habt .box-link a:hover i {
    color: #fff;
}
.m-habt .box-link i {
    flex: 0 0 auto;
    width: 56px;
    line-height: 54px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
}
.m-habt .box-link span {
    flex: 1 1 auto;
    border-right: 1px solid #c7c7c7;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
    .m-habt {
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        max-width: 720px;
        padding-left: 0;
    }
    .m-habt .box-hd, .m-habt .box-desc {
        padding: 20px 15px;
    }
    .m-habt .hd-title {
        line-height: 28px;
        font-size: 20px;
        font-size: 2rem;
    }
    .m-habt .hd-name {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-habt .box-desc {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-habt .box-desc p {
        min-height: 0;
    }
    .m-habt .box-desc .desc {
        max-height: 144px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .m-habt .box-link {
        width: 48px;
    }
    .m-habt .box-link span {
        display: none;
    }
    .m-habt .box-link i {
        width: 46px;
        line-height: 44px;
        border: none;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 640px) {
    .m-habt .box-text {
        width: 100%;
    }
    .m-habt .box-fix {
        width: 100%;
    }
}
.g-hnews {
    position: relative;
    padding-top: 92px;
    padding-bottom: 123px;
    background-image: linear-gradient(to bottom, #72b4ea 0%, #3e8be2 100%);
    background-color: #3585e1;
}
.g-hnews:before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/hbg2.png") no-repeat center;
}
@media screen and (max-width: 991px) {
    .g-hnews {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.m-hnews {
    position: relative;
}
.m-hnews .box-title {
    margin-bottom: 37px;
    line-height: 52px;
    font-size: 42px;
    font-size: 4.2rem;
    font-family:"MINIONPRO-BOLD", arial, helvetica, sans-serif;
    color: #fefefe;
}
.m-hnews .box-title a {
    color: #fefefe;
}
.m-hnews .box-title a:hover {
    color: #cfcfcf;
}
.m-hnews .box-wp {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.m-hnews .box-list1 {
    width: 47.1428571429%;
}
.m-hnews .box-list1 .list-item {
    position: relative;
}
.m-hnews .box-list1 .item-pic {
    border: 1px solid #fff;
}
.m-hnews .box-list1 .item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 40px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 34px;
    color: #fefefe;
    background: url("../images/hnewsbg1.png") no-repeat center top;
}
.m-hnews .box-list1 .item-text a {
    color: #fefefe;
}
.m-hnews .box-list1 .item-text a:hover {
    color: #cfcfcf;
}
.m-hnews .box-list1 .item-title {
    line-height: 34px;
    font-size: 24px;
    font-size: 2.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
}
.m-hnews .box-list1 .item-desc {
    margin-top: 11px;
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-hnews .box-list1 .item-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    line-height: 54px;
    border: 1px solid #fefefe;
    text-align: center;
}
.m-hnews .box-list1 .item-link:hover {
    color: #fff;
    background-color: #3585e1;
}
.m-hnews .box-list2 {
    width: 50%;
}
.m-hnews .box-list2 .list-item {
    margin-top: 40px;
    border: 1px solid #fefefe;
    color: #fefefe;
}
.m-hnews .box-list2 .list-item a {
    color: #fefefe;
}
.m-hnews .box-list2 .list-item a:hover {
    color: #cfcfcf;
}
.m-hnews .box-list2 .list-item:first-child {
    margin-top: 0;
}
.m-hnews .box-list2 .list-item:hover {
    background-image: linear-gradient(0deg, #124f84 0%, #3e7db4 25%, #69abe4 51%, #1b6799 100%), linear-gradient(#0096db, #0096db);
}
.m-hnews .box-list2 .item-text {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 57px;
    padding-top: 36px;
}
.m-hnews .box-list2 .item-title {
    line-height: 34px;
    font-size: 24px;
    font-size: 2.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
}
.m-hnews .box-list2 .item-desc {
    margin-top: 14px;
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-hnews .box-list2 .item-fix {
    border-top: 1px solid #fefefe;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.m-hnews .box-list2 .item-time {
    flex: 1 1 auto;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 56px;
    font-size: 16px;
    font-size: 1.6rem;
}
.m-hnews .box-list2 .item-link {
    flex: 0 0 auto;
    width: 58px;
    line-height: 56px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    border-left: 1px solid #fefefe;
}
@media screen and (max-width: 991px) {
    .m-hnews .box-title {
        margin-bottom: 20px;
        line-height: 28px;
        font-size: 20px;
        font-size: 2rem;
    }
    .m-hnews .box-list .item-text {
        padding: 20px 15px;
    }
    .m-hnews .box-list .item-title {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-hnews .box-list .item-desc {
        margin-top: 5px;
        height: 44px;
        line-height: 22px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .m-hnews .box-list .item-link {
        display: none;
    }
    .m-hnews .box-list .item-time {
        line-height: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 15px;
    }
    .m-hnews .box-list2 .list-item {
        margin-top: 20px;
    }
}
@media screen and (max-width: 480px) {
    .m-hnews .box-list {
        width: 100%;
    }
    .m-hnews .box-list2 {
        margin-top: 20px;
    }
}
.m-hquality {
    margin-top: 100px;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.m-hquality .box-text {
    width: 52.8571428571%;
    color: #fefefe;
}
.m-hquality .box-text a {
    color: #fefefe;
}
.m-hquality .box-text a:hover {
    color: #cfcfcf;
}
.m-hquality .box-slide {
    width: 47.1428571429%;
}
.m-hquality .box-title {
    line-height: 52px;
    font-size: 42px;
    font-size: 4.2rem;
    font-family:"MINIONPRO-BOLD", arial, helvetica, sans-serif;
    padding-bottom: 22px;
}
.m-hquality .box-desc {
    padding: 40px 45px;
    border: 1px solid #fefefe;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
}
.m-hquality .box-desc .desc {
    max-height: 360px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}
.m-hquality .box-list {
    width: 10000%;
    overflow: hidden;
}
.m-hquality .list-item {
    float: left;
    width: 1%;
}
.m-hquality .btn-wp {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.m-hquality .box-btn {
    width: 58px;
    line-height: 56px;
    border: 1px solid #fefefe;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fefefe;
    text-align: center;
    cursor: pointer;
}
.m-hquality .box-btn:hover {
    color: #fff;
    background-color: #3585e1;
}
@media screen and (max-width: 991px) {
    .m-hquality {
        margin-top: 30px;
    }
    .m-hquality .box-title {
        line-height: 28px;
        font-size: 20px;
        font-size: 2rem;
    }
    .m-hquality .box-desc {
        padding: 20px 15px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-hquality .box-desc .desc {
        max-height: 144px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .m-hquality .box-btn {
        width: 40px;
        line-height: 38px;
    }
}
@media screen and (max-width: 480px) {
    .m-hquality .box-text {
        width: 100%;
    }
    .m-hquality .box-slide {
        width: 100%;
    }
}
.m-ftctus {
    background-color: #3e8be2;
    border-top: 1px solid #fff;
    padding-top: 49px;
    padding-bottom: 52px;
}
.m-ftctus .box-wp {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    color: #fefefe;
}
.m-ftctus .box-wp a {
    color: #fefefe;
}
.m-ftctus .box-title {
    line-height: 46px;
    font-size: 30px;
    font-size: 3rem;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
}
.m-ftctus .box-desc {
    line-height: 46px;
    font-size: 24px;
    font-size: 2.4rem;
}
.m-ftctus .box-link {
    margin-left: 20px;
    border: 1px solid #c7c7c7;
    width: 332px;
    max-width: 100%;
}
.m-ftctus .box-link a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.m-ftctus .box-link a:hover {
    background-color: #3585e1;
}
.m-ftctus .box-link a:hover span, .m-ftctus .box-link a:hover i {
    color: #fff;
}
.m-ftctus .box-link i {
    flex: 0 0 auto;
    width: 56px;
    line-height: 54px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
}
.m-ftctus .box-link span {
    flex: 1 1 auto;
    border-right: 1px solid #c7c7c7;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
    .m-ftctus {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .m-ftctus .box-title {
        line-height: 28px;
        font-size: 20px;
        font-size: 2rem;
    }
    .m-ftctus .box-desc {
        line-height: 26px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-ftctus .box-link {
        width: auto;
    }
    .m-ftctus .box-link i {
        display: none;
    }
    .m-ftctus .box-link span {
        padding: 5px 15px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 640px) {
    .m-ftctus .box-wp {
        display: block;
    }
    .m-ftctus .box-link {
        margin-left: 0;
        margin-top: 20px;
        width: 200px;
    }
}
.g-ft {
    background-color: #22599e;
    line-height: 36px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fefefe;
}
.g-ft a {
    color: #fefefe;
}
.g-ft a:hover {
    color: #cfcfcf;
}
.m-ftfix1 {
    padding-top: 45px;
    padding-bottom: 4px;
}
.m-ftb1 {
    float: left;
    width: 25.3571428571%;
    padding-right: 30px;
}
.m-ftb2 {
    float: left;
    width: 25.5%;
    padding-right: 30px;
}
.m-ftb3 {
    float: left;
    width: 20%;
    margin-right: 8.5714285714%;
}
.m-ftb4 {
    overflow: hidden;
}
.m-ftt {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
    text-transform: uppercase;
}
.m-ftinfo {
    line-height: 30px;
}
.m-ftext {
    margin-top: 10px;
    line-height: 30px;
}
.m-ftshare {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.m-ftshare .share-item {
    margin-right: 12px;
    margin-bottom: 10px;
    width: 36px;
    line-height: 34px;
    border-radius: 50%;
    border: 1px solid #fefefe;
    text-align: center;
}
.m-ftshare .share-item:hover {
    color: #fff;
    background-color: #3585e1;
    border-color: #3585e1;
}
.m-ftfix2 {
    padding-bottom: 15px;
    border-top: 1px solid rgba(191, 191, 191, 0.57);
}
@media screen and (max-width: 991px) {
    .m-ftb1, .m-ftb2, .m-ftb3, .m-ftt, .m-ftfix2 {
        display: none;
    }
    .m-ftshare {
        justify-content: center;
    }
    .m-ftext {
        text-align: center;
    }
}
.banner {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.banner .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
    line-height: 48px;
    border: 1px solid #fefefe;
    opacity: 0.3;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.banner .slick-arrow:hover {
    color: #fff;
    background-color: #3585e1;
}
.banner .slick-prev {
    left: 50px;
}
.banner .slick-next {
    right: 50px;
}
.banner .slick-dots {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 40px;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
    width: 43px;
    height: 4px;
    background-color: #fefefe;
}
.banner .slick-dots .slick-active {
    background-color: #3585e1;
}
@media screen and (max-width: 991px) {
    .banner .slick-arrow {
        display: none;
    }
    .banner .slick-dots {
        bottom: 20px;
    }
    .banner .slick-dots li {
        width: 24px;
        height: 3px;
    }
}
.g-hd {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fefefe;
}
.g-hd.fixed {
    background-color: rgba(53, 133, 225, 0.6);
}
.m-hdfix1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 4.6875%;
}
.m-hdlogo {
    line-height: 0;
    font-size: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.m-hdfix2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.m-hdnav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.m-hdnav .nav-item {
    margin-right: 40px;
    position: relative;
}
.m-hdnav .nav-item > a {
    display: block;
    position: relative;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 86px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fefefe;
}
.m-hdnav .nav-item > a:hover, .m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current {
    color: #fefefe;
}
.m-hdnav .nav-item > a:hover:before, .m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.m-hdnav .sbnav-list {
    position: absolute;
    width: 270px;
    padding-top: 12px;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
}
.m-hdnav .sbnav-list1 {
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
}
.m-hdnav .sbnav-list2 {
    left: 100%;
    top: 0;
    width: 285px;
}
.m-hdnav .sbnav-list.show {
    display: block;
}
.m-hdnav .sbnav-item {
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 22px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 7px;
    padding-bottom: 7px;
}
.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active {
    color: #3585e1;
}
@media screen and (max-width: 1440px) {
    .m-hdnav .sbnav-item {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.m-hdlang {
    position: relative;
    border-left: 1px solid #fefefe;
    border-right: 1px solid #fefefe;
}
.m-hdlang .lang-btn {
    display: block;
    line-height: 86px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fefefe;
    cursor: pointer;
    width: 120px;
    text-align: center;
}
.m-hdlang .lang-btn:hover {
    color: #fff;
    background-color: #3585e1;
}
.m-hdlang .lang-list {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    min-width: 100px;
    padding: 10px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fff;
    display: none;
}
.m-hdsch {
    position: relative;
}
.m-hdsch .box-btn {
    display: block;
    line-height: 86px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fefefe;
    cursor: pointer;
    width: 110px;
    text-align: center;
}
.m-hdsch .box-btn:hover {
    color: #fff;
    background-color: #3585e1;
}
.m-hdsch .box-form {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    background-color: #fff;
    padding-right: 46px;
    display: none;
}
.m-hdsch .form-text {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.m-hdsch .form-btn, .m-hdsch .form-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    line-height: 46px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #3585e1;
}
@media screen and (max-width: 1900px) {
    .m-hdnav .nav-item {
        margin-right: 20px;
    }
    .m-hdlang .lang-btn, .m-hdsch .box-btn {
        width: 60px;
    }
}
@media screen and (max-width: 1440px) {
    .m-hdnav .nav-item {
        margin-right: 0;
    }
}
@media screen and (max-width: 1219px) {
    .m-hdnav .nav-item {
        margin-right: 0;
    }
    .m-hdnav .nav-item > a {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .m-hdlogo img {
        width: 80px;
    }
    .m-hdlang .lang-btn, .m-hdsch .box-btn {
        width: 30px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 991px) {
    .m-hdnav {
        display: none;
    }
    .m-hdfix1 {
        width: 100%;
        padding-left: 0;
        justify-content: center;
    }
    .m-hdlogo {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .m-hdsch, .m-hdlang {
        position: absolute;
        top: 15px;
        right: 0;
    }
    .m-hdlang .lang-btn, .m-hdsch .box-btn {
        line-height: 30px;
    }
    .m-hdlang {
        border: none;
        right: 30px;
    }
}
.c-bg1 {
    background-color: #f6f6f6;
}
.g-wp {
    padding-top: 62px;
    padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
    .g-wp {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.m-abtt {
    line-height: 52px;
    font-size: 42px;
    font-size: 4.2rem;
    font-family:"MINIONPRO-BOLD", arial, helvetica, sans-serif;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .m-abtt {
        line-height: 28px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.m-abtb1 .box-name {
    margin-top: 19px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    text-align: center;
}
.m-abtb1 .box-img {
    margin-top: 34px;
    line-height: 0;
    font-size: 0;
}
.m-abtb1 .box-desc {
    margin-top: 53px;
    color: #666;
    column-count: 2;
}
@media screen and (max-width: 991px) {
    .m-abtb1 .box-name {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-abtb1 .box-img, .m-abtb1 .box-desc {
        margin-top: 20px;
        column-count: auto;
    }
}
.m-abtb2 {
    margin-top: 92px;
    padding-top: 62px;
    padding-bottom: 65px;
    background: url("../images/abtbg1.jpg") no-repeat center;
    background-size: cover;
}
.m-abtb2 .box-title {
    color: #fff;
    margin-bottom: 62px;
}
.m-abtb2 .box-slide {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
}
.m-abtb2 .box-list {
    width: 10000%;
    overflow: hidden;
}
.m-abtb2 .list-item {
    float: left;
    margin-right: 0.0435483871%;
    width: 0.2177419355%;
}
.m-abtb2 .item-title {
    margin-top: 11px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-abtb2 .item-img {
    display: block;
    line-height: 0;
    font-size: 0;
}
.m-abtb2 .box-btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 58px;
    line-height: 56px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fefefe;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
}
.m-abtb2 .box-btn:hover {
    color: #fff;
    background-color: #3585e1;
}
.m-abtb2 .prev {
    left: 0;
}
.m-abtb2 .next {
    right: 0;
}
@media screen and (max-width: 991px) {
    .m-abtb2 {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .m-abtb2 .box-title {
        margin-bottom: 20px;
    }
    .m-abtb2 .box-btn {
        width: 36px;
        line-height: 34px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .m-abtb2 .box-slide {
        padding-left: 50px;
        padding-right: 50px;
    }
    .m-abtb2 .list-item {
        margin-right: 0.02%;
        width: 0.32%;
    }
    .m-abtb2 .item-title {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 480px) {
    .m-abtb2 .list-item {
        width: 0.49%;
    }
}
.m-abtb3 {
    padding-top: 66px;
    padding-bottom: 83px;
    background-color: #f6f6f6;
}
.m-abtb3 .box-wp {
    overflow: hidden;
    margin-top: 45px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.m-abtb3 .box-text {
    float: left;
    width: 59.4285714286%;
    padding-left: 42px;
    padding-right: 7.5714285714%;
    padding-top: 32px;
    padding-bottom: 43px;
    border: solid 1px #c7c7c7;
}
.m-abtb3 .box-slide {
    float: left;
    margin-left: -4%;
    width: 44.5714285714%;
}
.m-abtb3 .box-title {
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
}
.m-abtb3 .box-info {
    margin-top: 3px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}
.m-abtb3 .box-desc {
    /*margin-top: 20px;*/
    color: #666;
}
.m-abtb3 .box-list {
    width: 10000%;
    overflow: hidden;
}
.m-abtb3 .list-item {
    float: left;
    width: 1%;
}
.m-abtb3 .btn-wp {
    margin-left: 8.8141025641%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
}
.m-abtb3 .box-btn {
    width: 58px;
    line-height: 56px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #c7c7c7;
    text-align: center;
    border: 1px solid #c7c7c7;
}
.m-abtb3 .box-btn:hover {
    color: #fff;
    background-color: #3585e1;
}
.m-abtb3 .prev {
    border-right: none;
}
@media screen and (max-width: 1440px) {
    .m-abtb3 .box-desc {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-abtb3 .box-desc p, .m-abtb3 .box-desc span, .m-abtb3 .box-desc b {
        line-height: 24px;
    }
}
@media screen and (max-width: 991px) {
    .m-abtb3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .m-abtb3 .box-wp {
        margin-top: 20px;
    }
    .m-abtb3 .box-text {
        width: 100%;
        padding: 20px 15px;
    }
    .m-abtb3 .box-title {
        line-height: 26px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .m-abtb3 .box-info {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-abtb3 .box-desc {
        margin-top: 10px;
    }
    .m-abtb3 .box-slide {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .m-abtb3 .btn-wp {
        margin-left: 0;
        justify-content: center;
        margin-top: 10px;
    }
    .m-abtb3 .list-item {
        margin-right: 0.02%;
        width: 0.49%;
    }
    .m-abtb3 .box-btn {
        width: 40px;
        line-height: 38px;
    }
}
.m-abtb4 {
    padding-top: 62px;
    padding-bottom: 120px;
    background-color: #fff;
}
.m-abtb4 .box-title {
    margin-bottom: 44px;
}
.m-abtb4 .box-list {
    overflow: hidden;
}
.m-abtb4 .list-fix {
    width: 48.8571428571%;
}
.m-abtb4 .list-item {
    margin-top: 18px;
    overflow: hidden;
    border: solid 1px #c7c7c7;
}
.m-abtb4 .list-item:first-child {
    margin-top: 0;
}
.m-abtb4 .item-title a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 40px;
    line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
}
.m-abtb4 .item-title a:before {
    content:"+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    font-size: 20px;
    font-size: 2rem;
    color: #3585e1;
}
.m-abtb4 .item-title a:hover {
    color: #3585e1;
}
.m-abtb4 .item-title a:hover:before {
    content:"-";
}
.m-abtb4 .item-title.active {
    color: #3585e1;
}
.m-abtb4 .item-title.active a {
    color: #3585e1;
}
.m-abtb4 .item-desc {
    position: relative;
    display: none;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 40px;
    padding-bottom: 17px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}
.m-abtb4 .item-desc.show {
    display: block;
}
@media screen and (max-width: 991px) {
    .m-abtb4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .m-abtb4 .box-title {
        margin-bottom: 20px;
    }
    .m-abtb4 .list-fix {
        width: 100%;
    }
    .m-abtb4 .list-fix:nth-child(2) {
        margin-top: 20px;
    }
    .m-abtb4 .list-item {
        margin-top: 20px;
    }
    .m-abtb4 .item-title, .m-abtb4 .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-abtb4 .item-title a, .m-abtb4 .item-desc a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.m-htnews {
    margin-bottom: 66px;
}
.m-htnews .box-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.m-htnews .item-pic {
    width: 47.1428571429%;
}
.m-htnews .item-text {
    width: 44.2857142857%;
}
.m-htnews .item-time {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
}
.m-htnews .item-title {
    margin-top: 32px;
    line-height: 34px;
    font-size: 24px;
    font-size: 2.4rem;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-htnews .item-desc {
    margin-top: 67px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    max-height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #666;
}
.m-htnews .item-desc a {
    color: #666;
}
.m-htnews .item-desc a:hover {
    color: #3585e1;
}
.m-htnews .item-link {
    margin-top: 75px;
}
.m-htnews .item-link a {
    display: inline-block;
    width: 56px;
    line-height: 54px;
    border: 1px solid #3585e1;
    font-size: 14px;
    font-size: 1.4rem;
    color: #3585e1;
    text-align: center;
}
.m-htnews .item-link a:hover {
    background-color: #3585e1;
    color: #fff;
}
@media screen and (max-width: 1219px) {
    .m-htnews .item-link, .m-htnews .item-desc {
        margin-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .m-htnews {
        margin-bottom: 30px;
    }
    .m-htnews .item-link {
        display: none;
    }
    .m-htnews .item-title {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-htnews .item-time, .m-htnews .item-desc {
        line-height: 24px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .m-htnews .item-desc {
        max-height: 72px;
    }
    .m-htnews .item-title, .m-htnews .item-desc {
        margin-top: 10px;
    }
}
@media screen and (max-width: 375px) {
    .m-htnews .item-pic {
        width: 100%;
    }
    .m-htnews .item-text {
        margin-top: 10px;
        width: 100%;
    }
}
.m-newsl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -56px;
}
.m-newsl .list-item {
    margin-bottom: 56px;
    width: 50%;
    border: 1px solid #c7c7c7;
    color: #c7c7c7;
}
.m-newsl .list-item:nth-child(2n) {
    border-left: none;
}
.m-newsl .item-text {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 25px;
    padding-top: 32px;
}
.m-newsl .item-title {
    line-height: 34px;
    height: 68px;
    font-size: 24px;
    font-size: 2.4rem;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-newsl .item-desc {
    margin-top: 12px;
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
}
.m-newsl .item-desc a {
    color: #666;
}
.m-newsl .item-desc a:hover {
    color: #3585e1;
}
.m-newsl .item-fix {
    border-top: 1px solid #c7c7c7;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.m-newsl .item-time {
    flex: 1 1 auto;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 56px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
}
.m-newsl .item-link {
    flex: 0 0 auto;
    width: 58px;
    line-height: 56px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    border-left: 1px solid #c7c7c7;
}
@media screen and (max-width: 991px) {
    .m-newsl {
        margin-bottom: -20px;
    }
    .m-newsl .list-item {
        margin-bottom: 20px;
    }
    .m-newsl .item-text {
        padding: 20px 15px;
    }
    .m-newsl .item-title {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
        height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .m-newsl .item-desc {
        margin-top: 5px;
        height: 44px;
        line-height: 22px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .m-newsl .item-link {
        display: none;
    }
    .m-newsl .item-time {
        line-height: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 15px;
    }
}
.g-mn {
    float: left;
    padding-right: 320px;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .g-mn {
        padding-right: 0;
        float: none;
    }
}
.g-sd {
    float: left;
    margin-left: -280px;
    width: 280px;
}
@media screen and (max-width: 991px) {
    .g-sd {
        float: none;
        margin-left: 0;
        margin-top: 30px;
        width: 100%;
    }
}
.m-news .box-title {
    line-height: 34px;
    font-size: 24px;
    font-size: 2.4rem;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
    font-weight: normal;
}
.m-news .box-info {
    padding-top: 17px;
    padding-bottom: 27px;
    border-bottom: 1px solid #dcdcdc;
}
.m-news .box-info, .m-news .box-share {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.m-news .box-time {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
    margin-right: 20px;
}
.m-news .share-title {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
    margin-right: 10px;
}
.m-news .box-desc {
    margin-top: 40px;
    color: #666;
    line-height: 26px;
}
.m-news .box-desc p, .m-news .box-desc span, .m-news .box-desc b {
    line-height: 26px;
}
.m-news .box-desc p {
    min-height: 26px;
}
@media screen and (max-width: 991px) {
    .m-news .box-title {
        line-height: 28px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .m-news .box-time, .m-news .share-title {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .m-news .box-desc {
        margin-top: 20px;
    }
}
.m-sdnews .box-title {
    line-height: 34px;
    font-size: 24px;
    font-size: 2.4rem;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
}
.m-sdnews .list-item {
    padding-top: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c7c7c7;
}
.m-sdnews .item-title {
    max-height: 60px;
    line-height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-sdnews .item-time {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
}
@media screen and (max-width: 991px) {
    .m-sdnews .box-title {
        line-height: 28px;
        font-size: 20px;
        font-size: 2rem;
    }
    .m-sdnews .item-title {
        max-height: 48px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-sdnews .item-time {
        line-height: 22px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.m-clstext {
    margin-bottom: 48px;
}
.m-clstext .box-title {
    position: relative;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
}
.m-clstext .box-desc {
    position: relative;
    margin-top: 17px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
    color: #666;
}
.m-clstext .box-desc:first-child {
    margin-top: 0;
}
.m-clstext .hid {
    max-height: 104px;
}
.m-clstext .hid:before {
    display: block;
}
.m-clstext .box-link {
    margin-top: 17px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    display: none;
}
.m-clstext .box-link a {
    color: #3585e1;
}
.m-clstext .box-link a:hover {
    text-decoration: underline;
}
.m-clstext .box-link i {
    font-size: 12px;
    font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
    .m-clstext .box-title {
        line-height: 28px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .m-clstext .box-desc {
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-clstext .box-link {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.m-prol {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -60px;
}
.m-prol .list-item {
    margin-right: 2.8571428571%;
    margin-bottom: 60px;
    width: 22.8571428571%;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    border: solid 1px #fefefe;
}
.m-prol .list-item:nth-child(4n) {
    margin-right: 0;
}
.m-prol .list-item:hover {
    padding: 9px;
    padding-bottom: 0;
    background-image: linear-gradient(0deg, #124f84 0%, #3f7fb6 25%, #6baee7 51%, #1b6799 100%), linear-gradient(#183873, #183873);
    background-blend-mode: normal, normal;
}
.m-prol .list-item:hover .item-text {
    padding-top: 8px;
    padding-bottom: 14px;
    color: #fff;
}
.m-prol .list-item:hover .item-text a {
    color: #fff;
}
.m-prol .list-item:hover .item-link {
    display: block;
}
.m-prol .item-text {
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.m-prol .item-title {
    height: 56px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m-prol .item-link {
    display: none;
    margin-top: 2px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
}
.m-prol .item-link i {
    font-size: 12px;
    font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
    .m-prol {
        margin-bottom: -30px;
    }
    .m-prol .list-item {
        margin-bottom: 30px;
        padding: 0 !important;
    }
    .m-prol .item-text {
        padding: 10px !important;
    }
    .m-prol .item-title {
        height: 48px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-prol .item-link {
        font-size: 12px;
        font-size: 1.2rem;
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .m-prol .list-item {
        margin-left: 1%;
        margin-right: 1% !important;
        width: 48%;
    }
}
.m-protag {
    margin-top: 94px;
    border: solid 1px #c7c7c7;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}
.m-protag a {
    color: #666;
}
.m-protag a:hover {
    color: #3585e1;
}
.m-protag span {
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
    color: #333;
}
@media screen and (max-width: 991px) {
    .m-protag {
        margin-top: 30px;
        padding: 16px;
        line-height: 26px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.m-prob1 .prob-pic {
    margin-right: 5%;
    width: 682px;
}
.m-prob1 .prob-pic-big {
    position: relative;
    float: right;
    width: 550px;
    border: 1px solid #ececec;
    background-color: #fff;
    box-sizing: border-box;
}
.m-prob1 .prob-pic-big-img {
    display: block;
    line-height: 0;
    font-size: 0;
}
.m-prob1 .prob-pic-big-img .zoomPad {
    float: none;
    z-index: 8;
}
.m-prob1 .prob-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    z-index: 8;
    display: none;
}
.m-prob1 .prob-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.m-prob1 .prob-video.show {
    display: block;
}
.m-prob1 .zoomWrapperImage img {
    max-width: 1200px;
}
.m-prob1 .prob-pic-small {
    position: relative;
    float: left;
    width: 110px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.m-prob1 .prob-pic-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
    z-index: 2;
    color: #333;
    text-align: center;
}
.m-prob1 .prob-pic-btn.prev {
    top: 0;
}
.m-prob1 .prob-pic-btn.next {
    bottom: 0;
}
.m-prob1 .prob-pic-btn:hover {
    color: #3585e1;
}
.m-prob1 .prob-pic-list {
    height: 510px;
    overflow: hidden;
}
.m-prob1 .prob-pic-list ul {
    height: 1000%;
    overflow: hidden;
}
.m-prob1 .prob-pic-list ul li {
    margin-bottom: 21px;
}
.m-prob1 .prob-pic-item .item-pic, .m-prob1 .prob-pic-item .item-video {
    border: 1px solid #888888;
    overflow: hidden;
}
.m-prob1 .prob-pic-item .item-pic:hover, .m-prob1 .prob-pic-item .item-video:hover {
    border-color: #3585e1;
}
.m-prob1 .prob-pic-item .item-pic.active, .m-prob1 .prob-pic-item .item-video.active {
    border-color: #3585e1;
}
.m-prob1 .prob-pic-item .item-video {
    position: relative;
    display: block;
    line-height: 0;
    font-size: 0;
    text-align: center;
}
.m-prob1 .prob-info {
    overflow: hidden;
}
.m-prob1 .prob-title {
    position: relative;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    font-weight: normal;
}
.m-prob1 .prob-desc {
    margin-top: 24px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}
.m-prob1 .prob-desc table{
    border: none;
}
.m-prob1 .prob-desc table tr td{
    background: none;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0;
    height: auto;
    padding-left: 10px;
}
.m-prob1 .prob-desc table tr td:first-child{
    color: #333;
}
.m-prob1 .prob-fix {
    margin-top: 73px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.m-prob1 .prob-link {
    margin-top: 40px;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden;
}
.m-prob1 .prob-link a {
    margin-right: 64px;
    margin-bottom: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    min-width: 288px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #3585e1;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #3585e1;
}
.m-prob1 .prob-link a:hover {
    color: white;
    background-color: #3585e1;
}
.m-prob1 .prob-link a:last-child {
    margin-right: 0;
}
.m-prob1 .prob-share {
    margin-top: 20px;
}
.m-proshare .share-font {
    float: left;
    margin-right: 10px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
}
.m-proshare .share-img {
    float: left;
    height: 26px;
}
@media screen and (max-width: 1440px) {
    .m-prob1 .prob-link a{ min-width: 200px;margin-right: 30px; }
}
@media screen and (max-width: 991px) {
    .m-proshare .share-font {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .m-prob1 .prob-pic {
        float: none;
        margin: 0 auto;
    }
    .m-prob1 .prob-info {
        padding-top: 0;
        float: none;
        margin-top: 30px;
        width: 100%;
        height: auto;
    }
    .m-prob1 .prob-desc {
        margin-top: 25px;
    }
    .m-prob1 .prob-fix {
        margin-top: 30px;
    }
    .m-prob1 .prob-link {
        margin-top: 20px;
    }
    .m-prob1 .prob-link a:first-child {
        margin-right: 10px;
    }
}
@media screen and (max-width: 1219px) {
    .zoomPad {
        cursor: default !important;
    }
    .zoomPup {
        display: none !important;
    }
    .zoomWindow {
        display: none !important;
    }
    .zoomPreload {
        display: none !important;
    }
}
@media screen and (max-width: 991px) {
    .m-prob1 .prob-pic {
        display: none;
    }
    .m-prob1 .prob-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .m-prob1 .prob-desc {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-prob1 .prob-desc strong {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .m-prob1 .prob-link a {
        min-width: 120px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.m-propic {
    display: none;
}
@media screen and (max-width: 991px) {
    .m-propic {
        position: relative;
        padding-left: 35px;
        padding-right: 35px;
        display: block;
        overflow: hidden;
    }
    .m-propic .box-btn {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #3585e1;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .m-propic .box-btn.prev {
        left: 0;
    }
    .m-propic .box-btn.next {
        right: 0;
    }
    .m-propic .box-bd {
        overflow: hidden;
    }
    .m-propic .box-list {
        width: 10000%;
        overflow: hidden;
    }
    .m-propic .list-item {
        position: relative;
        float: left;
        margin-right: 0.02%;
        width: 0.32%;
        overflow: hidden;
    }
    .m-propic .list-item iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .m-propic .item-pic {
        border: 1px solid #3585e1;
    }
}
@media screen and (max-width: 480px) {
    .m-propic .list-item {
        width: 1%;
    }
}
.m-prob2 {
    margin-top: 48px;
}
.m-prob2 .box-title {
    line-height: 52px;
    font-size: 42px;
    font-size: 4.2rem;
    font-family:"MINIONPRO-BOLD", arial, helvetica, sans-serif;
}
.m-prob2 .box-desc {
    margin-top: 27px;
}
.m-prob2 .box-desc strong {
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 991px) {
    .m-prob2 {
        margin-top: 30px;
    }
    .m-prob2 .box-title {
        line-height: 28px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .m-prob2 .box-desc {
        margin-top: 20px;
    }
}
.m-mpro {
    margin-top: 66px;
}
.m-mpro .box-title {
    line-height: 52px;
    font-size: 42px;
    font-size: 4.2rem;
    font-family:"MINIONPRO-BOLD", arial, helvetica, sans-serif;
    margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
    .m-mpro {
        margin-top: 30px;
    }
    .m-mpro .box-title {
        margin-bottom: 20px;
        line-height: 28px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.m-ctusfix {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.m-ctusinfo {
    width: 48.5714285714%;
    border: solid 1px #c7c7c7;
    padding-left: 40px;
    padding-right: 60px;
    padding-top: 38px;
    padding-bottom: 55px;
}
.m-ctusinfo .box-title {
    line-height: 34px;
    font-size: 24px;
    font-size: 2.4rem;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
    color: #3585e1;
}
.m-ctusinfo .box-desc {
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}
.m-ctusinfo .box-info {
    margin-top: 39px;
}
.m-ctusinfo .info-item {
    margin-top: 48px;
}
.m-ctusinfo .info-item:first-child {
    margin-top: 0;
}
.m-ctusinfo .item-title {
    position: relative;
    padding-left: 40px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family:"PoppinsBold", arial, helvetica, sans-serif;
}
.m-ctusinfo .item-title i {
    position: absolute;
    left: 0;
    top: 0;
    color: #3585e1;
}
.m-ctusinfo .item-desc {
    margin-top: 5px;
    padding-left: 40px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
    .m-ctusinfo {
        padding: 30px 15px;
        width: 100%;
    }
    .m-ctusinfo .box-title {
        line-height: 28px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .m-ctusinfo .box-desc {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .m-ctusinfo .box-info {
        margin-top: 20px;
    }
    .m-ctusinfo .info-item {
        margin-top: 20px;
    }
    .m-ctusinfo .item-desc {
        line-height: 22px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.m-ctusform {
    margin-top: 40px;
    margin-left: -1.9285714286%;
    width: 53.3571428571%;
    background-color: #3585e1;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 52px;
    padding-bottom: 24px;
}
.m-ctusform .form-item {
    margin-bottom: 24px;
}
.m-ctusform .form-text {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
}
.m-ctusform .form-text::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
.m-ctusform .form-text:-moz-placeholder {
    color: #999;
    opacity: 1;
}
.m-ctusform .form-text::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.m-ctusform .form-text:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}
.m-ctusform .form-text2 {
    height: 182px;
    line-height: 40px;
}
.m-ctusform .form-code {
    position: relative;
}
.m-ctusform .form-code input {
    padding-right: 120px;
}
.m-ctusform .code-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background-color: #f3fbfe;
}
.m-ctusform .code-img img {
    max-height: 30px;
    vertical-align: middle;
}
.m-ctusform .form-btn {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}
.m-ctusform .form-btn:hover {
    background-color: #fff;
    color: #3585e1;
}
@media screen and (max-width: 991px) {
    .m-ctusform {
        margin-top: 0;
        margin-left: 0;
        padding: 30px 15px 10px;
        width: 100%;
    }
    .m-ctusform .form-text {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.m-ctusmap {
    margin-top: 83px;
    line-height: 0;
    font-size: 0;
}
.m-ctusmap:first-child {
    margin-top: 0;
}
@media screen and (max-width: 991px) {
    .m-ctusmap {
        margin-top: 30px;
    }
}
@font-face {
    font-family:'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'), url('../fonts/PoppinsRegular.woff2') format('woff2'), url('../fonts/PoppinsRegular.woff') format('woff'), url('../fonts/PoppinsRegular.ttf') format('truetype'), url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
@font-face {
    font-family:'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'), url('../fonts/PoppinsBold.woff2') format('woff2'), url('../fonts/PoppinsBold.woff') format('woff'), url('../fonts/PoppinsBold.ttf') format('truetype'), url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}
@font-face {
    font-family:'MINIONPRO-BOLD';
    src: url('../fonts/MINIONPRO-BOLD.eot');
    src: url('../fonts/MINIONPRO-BOLD.eot') format('embedded-opentype'), url('../fonts/MINIONPRO-BOLD.woff2') format('woff2'), url('../fonts/MINIONPRO-BOLD.woff') format('woff'), url('../fonts/MINIONPRO-BOLD.ttf') format('truetype'), url('../fonts/MINIONPRO-BOLD.svg#MINIONPRO-BOLD') format('svg');
}
@font-face {
    font-family:"iconfont";
    /* Project id 3492599 */
    src: url('../fonts/iconfont.eot?t=1656574019820');
    /* IE9 */
    src: url('../fonts/iconfont.eot?t=1656574019820#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/iconfont.woff2?t=1656574019820') format('woff2'), url('../fonts/iconfont.woff?t=1656574019820') format('woff'), url('../fonts/iconfont.ttf?t=1656574019820') format('truetype'), url('../fonts/iconfont.svg?t=1656574019820#iconfont') format('svg');
}
.iconfont {
    font-family:"iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
    content:"\e624";
}
.icon-edit:before {
    content:"\e611";
}
.icon-facebook:before {
    content:"\e620";
}
.icon-pinterest:before {
    content:"\e8ab";
}
.icon-linkedin:before {
    content:"\e648";
}
.icon-youtube:before {
    content:"\e6d6";
}
.icon-twitter:before {
    content:"\e607";
}
.icon-bigger:before {
    content:"\e647";
}
.icon-left:before {
    content:"\e72c";
}
.icon-right:before {
    content:"\e72d";
}
.icon-up1:before {
    content:"\e72e";
}
.icon-bottom1:before {
    content:"\e72f";
}
.icon-left1:before {
    content:"\e730";
}
.icon-right1:before {
    content:"\e731";
}
.icon-up:before {
    content:"\e73e";
}
.icon-bottom:before {
    content:"\e73f";
}
.icon-instagram:before {
    content:"\e79d";
}
.icon-tumblr:before {
    content:"\e79e";
}
.icon-download:before {
    content:"\e7a0";
}
.icon-download1:before {
    content:"\e7a7";
}
.icon-search4:before {
    content:"\e7b2";
}
.icon-address:before {
    content:"\e7bc";
}
.icon-email:before {
    content:"\e7bd";
}
.icon-contact:before {
    content:"\e7be";
}
.icon-whatsapp:before {
    content:"\e7bf";
}
.icon-fax:before {
    content:"\e7c2";
}
.icon-mobile:before {
    content:"\e7c6";
}
.icon-phone:before {
    content:"\e7c8";
}
.icon-tel:before {
    content:"\e7c7";
}
.icon-phone1:before {
    content:"\e7cb";
}
.icon-skype:before {
    content:"\e7cc";
}
.icon-whatsapp1:before {
    content:"\e7c1";
}
.icon-address1:before {
    content:"\e7c3";
}
.icon-contact1:before {
    content:"\e7c4";
}
.icon-email1:before {
    content:"\e7c5";
}
.icon-skype1:before {
    content:"\e7c9";
}
.icon-fax1:before {
    content:"\e7ca";
}
.icon-qq:before {
    content:"\e7ce";
}
.icon-tel1:before {
    content:"\e7cd";
}
.icon-wechat:before {
    content:"\e7cf";
}
.icon-phone2:before {
    content:"\e7d0";
}
.icon-message:before {
    content:"\e7da";
}
.icon-calendar:before {
    content:"\e7e1";
}
.icon-calendar1:before {
    content:"\e7e3";
}
.icon-top:before {
    content:"\e7ed";
}
.icon-youbian:before {
    content:"\e60f";
}
.icon-jian2:before {
    content:"\e600";
}
.icon-jia2:before {
    content:"\e608";
}
.icon-vk:before {
    content:"\e735";
}
.icon-instagram1:before {
    content:"\e640";
}
.icon-up7:before {
    content:"\e722";
}
.icon-bottom7:before {
    content:"\e723";
}
.icon-left7:before {
    content:"\e724";
}
.icon-right7:before {
    content:"\e725";
}
.icon-sousuo4:before {
    content:"\e610";
}
.icon-sousuo:before {
    content:"\e616";
}
.icon-sousuo1:before {
    content:"\e65b";
}
.icon-shangchuan:before {
    content:"\e602";
}
.icon-top2:before {
    content:"\e637";
}
.contacts {
    padding-top: 90px;
    margin-top: -90px;
}

.m-kefu-chat.mobile-hide {right: 6px!important;}
.m-page a.no:hover {color: #666!important; border: 1px solid #c7c7c7!important; background: none!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem;}

.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 32px;
    width: 200px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 10px;
    border: solid 1px #c7c7c7;
    background-color: none;
    box-sizing: border-box;
    margin-bottom: 10px;
    }
    .listcart a:hover {color: #fff; border-color: #3585e1; background: #3585e1;}
    .xunpanc{margin-bottom: 20px;}
    .xunpanc .table table{margin-top: 20px;}
    .xunpanc table tr td{border: 1px solid #ccc; padding: 3px;}
    .xunpanc table tr td a:hover{color: #3585e1;}

.m-hdsch .form-btn{ z-index: 1; }






