﻿#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);
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#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;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    -o-transition: left .4s ease, -o-transform .4s ease;
    -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    -moz-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    -moz-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: -moz-calc(50% - 30px);
    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;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    transition: background-color .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: -moz-calc(2% + 6px);
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
main {
    display: block
}

.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(../image/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
}


.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;
}

.wap-nav {
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 999999999999999;
    cursor: pointer;
    position: fixed;
    top: -5px;
    right: 0;
    display: block;
}

.wap-nav .nav {
    overflow: hidden;
    width: 300px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: auto;
    overflow: scroll;
}

.wap-nav .nav span {
    font-family: arial, helvetica, sans-serif;
}

.wap-nav .nav form {
    margin: 15px auto;
    width: 258px;
    height: 26px;
    border: 1px solid #fff;
}

.wap-nav .nav form .iptc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
}

.wap-nav .nav form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: #fff url("../image/sch2.png") no-repeat center center;
}

.wap-nav .nav > ul {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: scroll;
    padding-top: 45px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wap-nav .nav > ul > li {
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    text-indent: 20px;
    position: relative;
}

.wap-nav .addition {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    background: url("../image/shizi.png") no-repeat center center;
}

.wap-nav .addition.active {
    background-image: url("../image/yizi.png");
}

.wap-nav .addition.fa:before {
    margin-right: 5px;
    color: #fff;
    text-indent: 0;
}

.wap-nav .nav > ul > li > a {
    margin-right: 40px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
}

.wap-nav .nav > ul > li > a span {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}

.wap-nav .nav > ul > li .c-show {
    display: none;
    width: 100%;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 {
    position: relative;
    padding-left: 15px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > a {
    position: relative;
    margin-right: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 {
    position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
    position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
    margin-right: 40px;
    text-indent: 35px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
    position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
    margin-right: 40px;
    text-indent: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}

.wap-nav .nav > ul > dl {
    padding: 20px;
}

.wap-nav .nav > ul > dl dd {
    float: left;
    margin: 0 2px;
}

.wap-nav .menubtn {
    width: 23px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.wap-nav .menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #286bb4;
}

@media screen and (min-width: 992px) {

    .wap-nav,
    .menubtn {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .wap-hd-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #286bb4;
    }

    .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: #286bb4;
    }
}

.slide .carouse {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.slide .slideItem .banner-img {
    width: 100%;
}

.slide .carouse .slideItem {
    width: 100%;
    position: absolute;
}

.slide .console {
    height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}

.slide .dotList {
    text-align: center;
    margin-top: 20px;
}

.slide .dotList ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-position: -12px 0px;
    margin-left: 10px;
    cursor: pointer;
}

.slide .dotList ul li.active {
    background-position: 0px 0px;
}

.slide .carousel-control {
    position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    z-index: 999;
}

.slide .carousel-control.left {
    left: 0;
    background-position: -38px 0px;
    cursor: pointer;
}

.slide .carousel-control.right {
    right: 0;
    background-position: -85px 0px;
    cursor: pointer;
}

.slide .slidedetail {
    display: none;
}


.imgtoVideo img {
    width: 100%;
}

.imgtoVideo > div {
    padding: 1px;
    position: relative;
    cursor: pointer;
    width: 49%;
    display: inline-block;
}

.imgtoVideo > div:hover .imgtoVideoDetail {
    display: block
}

.imgtoVideo .imgtoVideoDetail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px;
    display: none
}

.imgtoVideo .imgtoVideoDetail > div {
    background: rgba(0, 98, 197, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
    width: 100%;
    height: 100%;
    text-align: center;
}

.imgtoVideo .tovideo .imgtoVideoDetail {
    display: block;
}

.imgtoVideo .tovideo .imgtoVideoDetail > div {
    background: #0C2D47;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 17%;
}

.imgtoVideo .imgtoVideoDetail .fa-search {
    color: #fff;
    font-size: 25px;
    margin-top: 21%;
}

.contentIV {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(20, 43, 73, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
    margin: 0 auto;
    z-index: -999;
    max-width: 1024px;
    display: none;
}

#picturetoVideo .carouse .slideItem {
    display: table;
    height: 100%
}

#picturetoVideo .carouse .slideItem > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#picturetoVideo .carouse .slideItem .banner-img {
    max-width: 100%;
    width: auto
}

.closeContentIV {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    z-index: 999;
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    overflow-x: hidden;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.2;
}

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;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

a:hover {
    color: #286bb4;
}

ol,
ul,
li {
    list-style: none;
}

img {
    max-width: 100%;
    border: 0px solid #ccc;
}

table,
embed,
video {
    max-width: 100%;
}

input,
textarea {
    border: none;
    background: none;
    font-family: inherit;
}

input[type="submit"],
textarea[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"],
textarea[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"],
textarea[type="radio"] {
    cursor: pointer;
}

input:focus,
textarea:focus {
    outline: none;
}

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 !important;
}

.c-wd {
    width: 1200px;
}

.c-tsn {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

.c-bbx {
    -moz-box-sizing: border-box;
    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%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.f-box {
    margin: 0 auto;
    max-width: 1200px;
    overflow: visible;
}

@media screen and (min-width: 992px) and (max-width: 1219px) {
    .f-box {
        width: 970px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .f-box {
        width: 750px;
    }
}

@media screen and (max-width: 767px) {
    .f-box {
        padding-left: 10px;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* .f-xx end */
/* .m-xx start */
.m-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.m-desc a {
    color: #286bb4;
}

.m-desc a:hover {
    text-decoration: underline;
}

.m-desc p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.m-desc span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.m-desc b {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.m-desc img {
    max-width: 100%;
}

.m-desc iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.m-desc table {
    width: 90%;
    border-collapse: collapse;
    line-height: 22px;
    border: 1px solid #ccc;
    margin-left: auto;
    margin-right: auto;
}

.m-desc table tr td {
    padding: 3px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    line-height: 22px;
    border: 1px solid #ccc;
}

.table table tr td {
    padding: 3px;
    height: 30px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
    .table {
        width: 100%;
        overflow-x: scroll;
    }

    .table table {
        width: 991px;
    }
}

@media screen and (max-width: 991px) {
    .m-tt1 {
        font-size: 24px !important;
        font-size: 2.4rem !important;
    }

    .m-tt2 {
        font-size: 20px !important;
        font-size: 2rem !important;
    }

    .m-tt3 {
        font-size: 18px !important;
        font-size: 1.8rem !important;
    }

    .m-desc1 {
        font-size: 16px !important;
        font-size: 1.6rem !important;
    }

    .m-desc2 {
        font-size: 14px !important;
        font-size: 1.4rem !important;
    }

    [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 {
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.j-offset-top.run {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.j-offset-left {
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
}

.j-offset-left.run {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.j-offset-right {
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}

.j-offset-right.run {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.j-fadein {
    -webkit-transition: all 750ms;
    -o-transition: all 750ms;
    -moz-transition: all 750ms;
    transition: all 750ms;
    opacity: 0;
}

.j-fadein.run {
    opacity: 1;
}

.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 {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

[class*="-item"] .item-pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

[class*="-item"] .item-title {
    overflow: hidden;
}

[class*="-item"] .item-title a:hover {
    color: #286bb4;
}

[class*="-item"] .item-desc {
    overflow: hidden;
}

[class*="-item"] .item-desc a {
    display: block;
}

[class*="-item"] .item-desc a:hover {
    color: #286bb4;
}

.m-crm {
    margin-top: 19px;
    margin-bottom: 45px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}

.m-crm a {
    color: #666;
}

.m-crm a:hover {
    color: #286bb4;
}

.m-crm a.active, .m-crm span.active {
    color: #286bb4;
}

.m-oths {
    margin-top: 28px;
}

.m-oths .oths-item {
    position: relative;
    padding-left: 37px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: left center;
}

.m-oths .oths-item span {
    text-transform: uppercase;
    position: relative;
    /*top: -8px*/
    display: inline-block;
    vertical-align: top;
}

.m-oths .oths-item a {
    color: #333;
}

.m-oths .oths-item a:hover {
    color: #286bb4;
}

.m-oths .oths-item-1 {
    margin-bottom: 15px;
}

.m-oths .iconfont {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background-color: #333333;
}

.m-page {
    margin-top: 53px;
    letter-spacing: 0;
    font-size: 0;
    text-align: center;
}

.m-page .pages-btn {
    display: inline-block;
}

.m-page a {
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 35px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    background: #eee;
    border: 1px solid #e5e5e5;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

.m-page span {
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 35px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

.m-page a.big {
    width: 36px;
}

.m-page a:hover {
    color: white;
    border-color: #286bb4;
    background-color: #286bb4;
}

.m-page a.active {
    color: white;
    border-color: #286bb4;
    background-color: #286bb4;
}

.m-page2 {
    position: relative;
}

.m-page2 .page-form {
    margin-right: 19px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    min-width: 188px;
    padding-left: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/page1.png") no-repeat left center;
}

.m-page2 .form-btn {
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #286bb4;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .m-page {
        margin-top: 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .m-page a {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}

.returntop {
    position: fixed;
    *position: absolute;
    z-index: 9;
    bottom: 30px;
    width: 48px;
    height: 48px;
    background: url("../image/gotop.png") no-repeat center;
    background-color: #286bb4;
    border-radius: 50%;
    line-height: 0;
    font-size: 0;
    display: none;
}

@media screen and (min-width: 768px) {
    .returntop {
        right: 70px !important;
    }
}

@media screen and (max-width: 767px) {
    .returntop {
        right: 60px;
        bottom: 100px;
        width: 36px;
        height: 36px;
    }
}

.g-hd {
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.m-hdfix1 {
    padding: 7px 0;
    line-height: 26px;
    background-color: #286bb4;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}

.m-hdfix1 a {
    color: #fff;
}

.m-hdfix1 a:hover {
    color: #ccc;
}

.m-hdlang {
    position: relative;
    z-index: 99
}

.m-hdlang .lang-btn {
    display: block;
    width: 130px;
    height: 28px;
    line-height: 26px;
    padding-left: 15px;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 14px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-hdlang .lang-btn i {
    position: absolute;
    right: 2px;
    top: 3px;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #fff;
}

.m-hdlang .lang-list {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 10px 5px;
    background-color: #f3f3f3;
    border-radius: 17px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
}

.m-hdlang .lang-item a {
    display: block;
    line-height: 24px;
    padding: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

.m-hdlang .lang-item a:hover {
    color: #fff;
    background-color: #286bb4;
}

.m-hdlogo {
    float: left;
    display: block;
    line-height: 0;
    font-size: 0;
    text-align: center;
    height: 98px;
    width: 265px;
}

.m-hdlogo img {
    max-height: 98px;
    vertical-align: middle;
}

.m-hdnav {
    float: left;
}

.m-hdnav .nav-item {
    position: relative;
    float: left;
    padding-top: 25px;
    padding-bottom: 17px;
    margin-left: 21px;
    margin-right: 21px;
}

.m-hdnav .nav-item > a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 34px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
}

.m-hdnav .nav-item > a:hover,
.m-hdnav .nav-item > a.active,
.m-hdnav .nav-item > a.current {
    color: #286bb4;
}

.m-hdnav .nav-item > a:hover:before,
.m-hdnav .nav-item > a.active:before,
.m-hdnav .nav-item > a.current:before {
    background-color: #286bb4;
}

.m-hdnav .nav-item > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

.m-hdnav .sbnav-list {
    position: absolute;
    display: none;
    padding: 9px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.m-hdnav .sbnav-list1 {
    top: 100%;
    left: 50%;
    margin-left: -115px;
    width: 231px;
}

.m-hdnav .sbnav-list2 {
    left: 100%;
    top: 0;
    width: 230px;
}

.m-hdnav .sbnav-item {
    position: relative;
}

.m-hdnav .sbnav-item a {
    display: block;
    padding: 7px 6px 7px 27px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
}

.m-hdnav .sbnav-item a:hover {
    color: #fff;
    background-color: #286bb4;
}

.m-hdnav .sbnav-item a.active {
    color: #fff;
    background-color: #286bb4;
}

.m-hdsch {
    position: relative;
    float: left;
    margin-right: 17px;
}

.m-hdsch .sch-btn {
    position: relative;
    display: block;
    width: 36px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #286bb4;
    display: none;
}

.m-hdsch .sch-form {
    width: 280px;
    padding-right: 30px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.m-hdsch .sch-form .iconfont {
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
}

.m-hdsch .form-text {
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: italic;
}

.m-hdsch .form-text::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.m-hdsch .form-text:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.m-hdsch .form-text::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.m-hdsch .form-text:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.m-hdsch .form-btn {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
}

@media screen and (max-width: 1219px) {
    .m-hdfix1 {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-hdkey {
        max-width: 490px;
    }

    .m-hdnav .nav-item {
        margin-right: 0;
    }

    .m-hdnav .nav-item > a {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-hdnav .sbnav-list1 {
        top: 100%;
        left: 50%;
        margin-left: -90px;
        width: 181px;
    }

    .m-hdnav .sbnav-list2 {
        left: 100%;
        top: 0;
        width: 150px;
    }

    .m-hdsch .sch-form {
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .m-hdnav {
        display: none;
    }

    .m-hdfix1 {
        background: none;
        padding: 0;
    }

    .m-hdkey,
    .m-hdinfo,
    .m-hdshare {
        display: none;
    }

    .m-hdlang {
        position: absolute;
        left: 10px;
        top: 10px;
        color: #333;
    }

    .m-hdlang .lang-btn {
        line-height: 24px;
        color: #333;
        border: 1px solid #333;
    }

    .m-hdlang .lang-btn i {
        color: #333;
        border: 1px solid #333;
    }

    .m-hdlang .lang-list {
        right: auto;
        left: 0;
    }

    .m-hdsch {
        display: none;
    }

    .m-hdinfo {
        display: none;
    }

    .m-hdlogo {
        float: none;
        width: 265px;
        padding: 25px 0 25px;
        height: auto;
        line-height: 0;
        margin:0 auto;
    }
}

.wap-hd-nav {
    display: none;
}

.wap-nav {
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 999999999999999;
    cursor: pointer;
    position: fixed;
    top: -5px;
    right: 0;
    display: block;
}

.wap-nav .nav {
    overflow: hidden;
    width: 300px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: auto;
    overflow: scroll;
}

.wap-nav .nav span {
    font-family: arial, helvetica, sans-serif;
}

.wap-nav .nav form {
    margin: 15px auto;
    width: 258px;
    height: 26px;
    border: 1px solid #fff;
}

.wap-nav .nav form .iptc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
}

.wap-nav .nav form .ipsc {
    width: 20%;
    height: 26px;
    line-height: 26px;
    display: block;
    float: right;
    background: #fff url("../image/sch2.png") no-repeat center center;
}

.wap-nav .nav > ul {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: scroll;
    padding-top: 45px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wap-nav .nav > ul > li {
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    text-indent: 20px;
    position: relative;
}

.wap-nav .addition {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    background: url("../image/shizi.png") no-repeat center center;
}

.wap-nav .addition.active {
    background-image: url("../image/yizi.png");
}

.wap-nav .addition.fa:before {
    margin-right: 5px;
    color: #fff;
    text-indent: 0;
}

.wap-nav .nav > ul > li > a {
    margin-right: 40px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
}

.wap-nav .nav > ul > li > a span {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}

.wap-nav .nav > ul > li .c-show {
    display: none;
    width: 100%;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 {
    position: relative;
    padding-left: 15px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > a {
    position: relative;
    margin-right: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 {
    position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
    position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
    margin-right: 40px;
    text-indent: 35px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
    position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
    margin-right: 40px;
    text-indent: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}

.wap-nav .nav > ul > dl {
    padding: 20px;
}

.wap-nav .nav > ul > dl dd {
    float: left;
    margin: 0 2px;
}

.wap-nav .menubtn {
    width: 23px;
    height: 18px;
    position: absolute;
    top: 12px;
    right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.wap-nav .menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #286bb4;
}

@media screen and (min-width: 992px) {

    .wap-nav,
    .menubtn {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .wap-hd-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #286bb4;
    }

    .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: #286bb4;
    }
}

.banner {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.banner .dotList {
    position: absolute;
    display: none;
}

.banner .carousel-control {
    position: absolute;
    top: 50%;
    margin-top: -49px;
    width: 42px;
    line-height: 98px;
    height: 98px;
    background-color: #fff;
    font-size: 20px;
    font-size: 2rem;
    color: #333;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
}

.banner .carousel-control.left {
    left: 7px;
}

.banner .carousel-control.right {
    right: 7px;
}

.banner .carousel-control:hover {
    color: #fff;
    background-color: #286bb4;
}

@media screen and (max-width: 991px) {
    .banner .carousel-control {
        margin-top: -23px;
        width: 30px;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.m-htt {
    position: relative;
    margin-bottom: 42px;
    padding-bottom: 23px;
    line-height: 46px;
    font-size: 36px;
    font-size: 3.6rem;
    font-family: "OpenSans-Bold", arial;
    text-align: center;
    text-transform: uppercase;
}

.m-htt:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 54px;
    height: 2px;
    background-color: #286bb4;
}

@media screen and (max-width: 991px) {
    .m-htt {
        margin-bottom: 30px;
        line-height: 30px;
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.g-hpro {
    padding-top: 73px;
    padding-bottom: 30px;
}


.m-hpro .list-item {
    float: left;
    margin-right: 3.75%;
    margin-bottom: 50px;
    width: 30.83333%;
}

.m-hpro .item-top {
    position: relative;
    border: solid 1px #ececec;
    overflow: hidden;
}

.m-hpro .item-top:hover .item-modal {
    top: 0;
}

.m-hpro .item-modal {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

.m-hpro .item-vm {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -34px;
    width: 68px;
    height: 68px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background: url("../image/vm1.png") no-repeat center;
    background-color: #286bb4;
}

.m-hpro .item-title a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #efefef;
}

.m-hpro .item-title a:hover {
    color: #fff;
    background-color: #286bb4;
}

@media screen and (max-width: 991px) {
    .g-hpro {
        padding: 30px 0;
    }

    .m-hpro {
        margin-bottom: -30px;
    }

    .m-hpro .list-item {
        margin-bottom: 30px;
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
    }

    .m-hpro .item-title a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 440px) {
    .m-hpro .list-item {
        margin-left: 1%;
        margin-right: 1%;
        width: 100%;
    }
}

.g-happl {
    background-color: #f3f9ff;
    padding-top: 60px;
    padding-bottom: 48px;
}

.m-happl {
    position: relative;
    padding-bottom: 58px;
    background: url("../image/happlbg1.png") no-repeat right bottom;
}

.m-happl .box-wp {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.m-happl .box-btn {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    line-height: 36px;
    font-size: 30px;
    font-size: 3rem;
    color: #666;
    z-index: 2;
}

.m-happl .box-btn:hover {
    color: #286bb4;
}

.m-happl .box-btn.prev {
    left: 0;
}

.m-happl .box-btn.next {
    right: 0;
}

.m-happl .box-list {
    width: 1000%;
    overflow: hidden;
}

.m-happl .list-item {
    float: left;
    width: 10%;
    overflow: hidden;
}

.m-happl .item-pic {
    float: left;
    width: 500px;
    margin-right: 34px;
}

.m-happl .item-title {
    padding-top: 18px;
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    font-size: 2.6rem;
    color: #286bb4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-happl .item-title:hover {
    color: #286bb4;
}

.m-happl .item-desc {
    margin-top: 26px;
}

.m-happl .item-desc a {
    display: block;
    max-height: 216px;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    overflow: hidden;
}

.m-happl .item-desc a:hover {
    color: #286bb4;
}

@media screen and (max-width: 991px) {
    .g-happl {
        padding: 30px 0;
    }

    .m-happl {
        padding-bottom: 0;
        background: none;
    }

    .m-happl .box-wp {
        padding-top: 60px;
        padding-left: 0;
        padding-right: 0;
    }

    .m-happl .box-btn {
        top: 0;
        margin-top: 0;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .m-happl .item-pic {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .m-happl .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .m-happl .item-desc {
        margin-top: 15px;
    }

    .m-happl .item-desc a {
        max-height: 144px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.g-habt {
    padding-top: 20px;
    padding-bottom: 76px;
    overflow: hidden;
}

.g-habt .box-wp {
    width: 1420px;
    max-width: 96%;
    margin: 0 auto;
    -webkit-transform: translateX(107px);
    -moz-transform: translateX(107px);
    -ms-transform: translateX(107px);
    -o-transform: translateX(107px);
    transform: translateX(107px);
}

.m-habt .box-img {
    float: right;
    margin-left: 3.38028%;
    width: 55.84507%;
}

.m-habt .box-text {
    padding-top: 5.98592%;
    overflow: hidden;
}

.m-habt .box-title {
    margin-bottom: 39px;
    text-align: left;
}

.m-habt .box-title:before {
    right: auto;
    left: 0;
    margin: 0;
}

.m-habt .box-desc a {
    display: block;

    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    overflow: hidden;
}

.m-habt .box-desc a:hover {
    color: #286bb4;
}

.m-habt .box-link {
    margin-top: 107px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #286bb4;
}

.m-habt .box-link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #286bb4;
}

.m-habt .box-link a:hover {
    color: #333;
}

.m-habt .box-link span {
    font-weight: bold;
    text-transform: uppercase;
}

.m-habt .box-link .iconfont {
    margin-left: 5px;
    font-size: 22px;
    font-size: 2.2rem;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .g-habt {
        padding: 30px 0;
    }

    .g-habt .box-wp {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .m-habt .box-img {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .m-habt .box-text {
        padding-top: 30px;
    }

    .m-habt .box-title {
        margin-bottom: 25px;
    }

    .m-habt .box-desc a {
        max-height: 144px;
        height: auto;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-habt .box-link {
        margin-top: 30px;
    }
}

.g-hvideo {
    padding-top: 63px;
    background: url("../image/hbg1.jpg") no-repeat center top;
    margin-bottom: 20px
}

.m-hvideo .box-title {
    margin-bottom: 18px;
    color: #fff;
}

.m-hvideo .box-title a {
    color: #fff;
}

.m-hvideo .box-title a:hover {
    color: #ccc;
}

.m-hvideo .box-title:before {
    background-color: #fff;
}

.m-hvideo .box-desc {
    margin: 0 auto;
    max-width: 1186px;
}

.m-hvideo .box-desc a {
    display: block;
    max-height: 180px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    overflow: hidden;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.m-hvideo .box-desc a:hover {
    color: #ccc;
}

.m-hvideo .box-video {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
    width: 79.5%;
    padding-top: 39.83333%;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.35);
}

.m-hvideo .box-video-img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px;
    width: 79.5%;

    line-height: 0;
    font-size: 0;
    overflow: hidden;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.35);
}


.m-hvideo .box-video iframe, .m-hvideo .box-video a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .m-hvideo .box-desc a {
        max-height: 144px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.g-hnews {
    padding-top: 42px;
    padding-bottom: 60px;
}

.m-hnews {
    margin-bottom: -30px;
}

.m-hnews .list-item {
    position: relative;
    float: left;
    margin-right: 4.16667%;
    margin-bottom: 30px;
    padding-top: 18px;
    width: 30.41667%;
}

.m-hnews .item-time {
    position: absolute;
    left: 6px;
    top: 0;
    width: 111px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background-color: #286bb4;
}

.m-hnews .item-text {
    padding-top: 11px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 16px;
    background-color: #fafafa;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

.m-hnews .item-text:hover {
    color: #fff;
    background-color: #286bb4;
}

.m-hnews .item-text:hover a {
    color: #fff;
}

.m-hnews .item-title {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-hnews .item-desc {
    margin-top: 5px;
}

.m-hnews .item-desc a {
    display: block;
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
    overflow: hidden;
}

.m-hnews .item-link {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #286bb4;
}

.m-hnews .item-link a {
    color: #286bb4;
}

@media screen and (max-width: 991px) {
    .g-hnews {
        padding: 30px 0;
    }
}

@media screen and (max-width: 640px) {
    .m-hnews .list-item {
        margin-left: 1%;
        margin-right: 1%;
        width: 48%;
    }
}

@media screen and (max-width: 375px) {
    .m-hnews .list-item {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.g-ft {
    background-color: #303034;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}

.g-ft a {
    color: #fff;
}

.g-ft a:hover {
    color: #286bb4;
}

.m-ftfix1 {
    padding-top: 43px;
    padding-bottom: 20px;
}

.m-ftt {
    margin-bottom: 21px;
    font-size: 20px;
    font-size: 2rem;
    font-family: "OpenSans-Bold", arial;
    text-transform: uppercase;
}

.m-ftb1 {
    float: left;
    padding-right: 20px;
    width: 29.16667%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-ftb2 {
    float: left;
    padding-right: 20px;
    width: 37.33333%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-ftb3 {
    overflow: hidden;
}

.m-ftform .form-bd {
    overflow: hidden;
}

.m-ftform .form-item {
    position: relative;
    margin-bottom: 13px;
    padding-left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0;
    font-size: 0;
    background-color: #fff;
}

.m-ftform .form-item1 {
    width: 48.13896%;
}

.m-ftform .form-item2 {
    width: 100%;
}

.m-ftform .form-item3 {
    width: 28.28784%;
}

.m-ftform .form-item3 input {
    padding-left: 10px;
}

.m-ftform .form-item4 {
    margin-left: 3.22581%;
    width: 28.28784%;
    border: 1px solid #bfbfbf;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    padding-left: 0;
}

.m-ftform .form-item4 img {
    max-height: 30px;
    vertical-align: middle;
}

.m-ftform .form-item5 {
    width: 32.25806%;
}

.m-ftform .form-text {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    color: #333 \9;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    box-sizing: border-box;
}

.m-ftform .form-text::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

.m-ftform .form-text:-moz-placeholder {
    color: #333;
    opacity: 1;
}

.m-ftform .form-text::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.m-ftform .form-text:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.m-ftform .form-text2 {
    line-height: 30px;
    height: 78px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-ftform .form-btn {
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background-color: #286bb4;
    cursor: pointer;
}

.m-ftfix2 .box-wp {
    padding-top: 14px;
    padding-bottom: 17px;
    border-top: 1px solid #434346;
}

.m-ftlnk {
    margin-top: 0px;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}

.m-ftlnk1 {
    text-align: left;
}

.m-ftlnk .list-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
}

.m-ftext {
    text-align: center;
}

.m-ftshare {
    margin-top: 17px;
    margin-bottom: -10px;
    font-size: 0;
    letter-spacing: 0;
}

.m-ftshare .share-item {
    margin-bottom: 10px;
    margin-right: 13px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 32px;
}

.m-ftshare .share-item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media screen and (max-width: 1219px) {
    .m-ftb1 {
        width: 30%;
    }

    .m-ftb2 {
        margin-right: 5%;
        width: 25%;
    }
}

@media screen and (max-width: 991px) {

    .m-ftb1,
    .m-ftb2,
    .m-ftb4,
    .m-ftt,
    .m-ftlnk,
    .m-ftinfo,
    .m-ftfix1 {
        display: none;
    }

    .m-ftfix2 .box-wp {
        border-top: none;
        padding: 30px 0;
    }

    .m-ftb3 {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .m-ftshare {
        float: none;
        text-align: center;
    }

    .m-ftext {
        text-align: center;
    }
}

.m-nbanner {
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    height: 210px;
}

.m-nbanner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    max-width: 1920px;
    width: 1920px;
}

.g-wp {
    padding-bottom: 104px;
}

@media screen and (max-width: 991px) {
    .g-wp {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .g-ft {
        padding-bottom: 40px
    }
}

.m-abtb1 .box-title {
    position: relative;
    padding-bottom: 20px;
    line-height: 46px;
    font-size: 36px;
    font-size: 3.6rem;
    font-family: "OpenSans-Bold", arial;
    text-transform: uppercase;
}

/*.m-abtb1 .box-title:before { content: ""; position: absolute; left: 0; bottom: 0; width: 54px; height: 2px; background-color: #286bb4; }*/

.m-abtb1 .box-desc {
    margin-top: 25px;
    color: #333;
}

.m-abtb1 .box-desc p {
    min-height: 30px;
}

.m-abtb1 p {
    min-height: 30px;
    line-height: 30px;
}

.m-abtb1 .box-img {
    line-height: 0;
    font-size: 0;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .m-abtb1 .box-title {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .m-abtb1 .box-desc {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-abtb1 .box-desc p,
    .m-abtb1 .box-desc span,
    .m-abtb1 .box-desc b {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-abtb1 .box-desc p {
        min-height: 10px;
    }
}

.m-ctusform {
    margin-left: auto;
    margin-right: auto;
    margin-top: 51px;
    max-width: 1005px;
    overflow: hidden;
}

.m-ctusform .box-title {
    margin-bottom: 26px;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #286bb4;
    text-align: center;
}

.m-ctusform .box-form {
    overflow: hidden;
}

.m-ctusform .form-item {
    position: relative;
    margin-bottom: 34px;
    padding-left: 22px;
    line-height: 0;
    font-size: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.m-ctusform .form-item.important {
    background: url("../image/star1.png") no-repeat 0 17px;
}

.m-ctusform .form-item-1 {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
}

.m-ctusform .form-item-2 {
    width: 96%;
    margin-left: 2%;
}

.m-ctusform .form-item-2.important {
    background: url("../image/star1.png") no-repeat 0 17px;
}

.m-ctusform .form-item-3 {
    margin-right: 1.59204%;
    width: 29.65174%;
    margin-left: 2%;
}

.m-ctusform .form-item-4 {
    width: 14.92537%;
    height: 40px;
    padding-left: 0;
    line-height: 38px;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    background-color: #f3fbfe;
    overflow: hidden;
    border: 1px solid #c7c5c4;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-ctusform .form-item-4 img {
    max-height: 38px;
    vertical-align: middle;
}

.m-ctusform .form-item-5 {
    float: right;
    border: none;
    width: 44%;
    margin-right: 2%;
    padding-left: 0;
}

.m-ctusform .item-btn1 {
    width: 100%;
    height: 40px;
    padding-left: 0;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #286bb4;
    cursor: pointer;
}

.m-ctusform .item-text {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #c7c5c4;
}

.m-ctusform .item-text::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.m-ctusform .item-text:-moz-placeholder {
    color: #999;
    opacity: 1;
}

.m-ctusform .item-text::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.m-ctusform .item-text:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.m-ctusform .item-text2 {
    height: 152px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 991px) {
    .m-ctusform {
        float: none;
        margin-top: 30px;
        width: 100%;
    }

    .m-ctusform .box-title,
    .m-ctusform .box-desc {
        padding-left: 0;
    }

    .m-ctusform .box-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {

    .m-ctusform .box-title {
        margin-bottom: 25px;
        font-size: 24px;
        font-size: 2.4rem;
    }

    .m-ctusform .form-item {
        margin-bottom: 15px;
        width: 100%;
        padding-left: 15px;
        margin-left: 0%
    }

    .m-ctusform .form-item.important {
        background-position: 0 15px;
    }

    .m-ctusform .item-text {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-ctusform .item-text2 {
        padding-top: 0;
    }

    .m-ctusform .item-btn1 {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-ctusform .form-item-3 {
        width: -moz-calc(100% - 120px);
        width: calc(100% - 120px);
    }

    .m-ctusform .form-item-4 {
        float: right;
        width: 100px;
    }

    .m-ctusform .form-item-5 {
        padding-left: 0;
        margin-right: 0%
    }

    .m-ctusform .attachment {
        margin-left: 0% !important
    }
}

.m-ctusmap {
    margin-top: 104px;
}

@media screen and (max-width: 991px) {
    .m-ctusmap {
        margin-top: 30px;
    }
}

.m-pronav {
    position: relative;
    z-index: 9;
    margin-bottom: 48px;
    padding-left: 35px;
    padding-right: 35px;
}

.m-pronav .box-btn {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 35px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #aaa;
    background-color: #fff;
}

.m-pronav .box-btn.prev {
    left: 0;
}

.m-pronav .box-btn.next {
    right: 0;
    text-align: right;
}

.m-pronav .box-btn:hover {
    color: #286bb4;
}

.m-pronav .box-list {
    width: 1000%;
}

.m-pronav .list-item {
    position: relative;
    float: left;
    margin-right: 0.16814%;
    width: 1.86726%;
}

.m-pronav .list-item > a {
    display: block;
    padding: 0 5px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 24px;
    border: solid 1px #b1b1b1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-pronav .list-item > a.active,
.m-pronav .list-item > a.current,
.m-pronav .list-item > a:hover {
    color: #fff;
    background-color: #286bb4;
    border-color: #286bb4;
    border-radius: 24px;
}

.m-pronav .sbnav-list {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding: 9px 0;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.m-pronav .sbnav-item a {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center
}

.m-pronav .sbnav-item a:hover {
    color: #fff;
    background-color: #286bb4;
}

@media screen and (max-width: 991px) {
    .m-pronav {
        overflow: hidden;
    }

    .m-pronav .list-item {
        margin-right: .22%;
        width: 3.133%;
    }

    .m-pronav .list-item > a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}


@media screen and (max-width: 640px) {
    .m-nbanner {
        height: 100px;
    }
}

@media screen and (max-width: 480px) {
    .m-pronav {
        overflow: hidden;
    }

    .m-pronav .list-item {
        margin-right: .2%;
        width: 4.9%;
    }
}

@media screen and (max-width: 375px) {
    .m-pronav {
        overflow: hidden;
    }

    .m-pronav .list-item {
        margin-right: .2%;
        width: 10%;
    }
}

.m-classtext {
    margin-bottom: 32px;
}

.m-classtext .box-title {
    margin-bottom: 19px;
    line-height: 36px;
    font-size: 26px;
    font-size: 2.6rem;
}

.m-classtext .box-desc {
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    max-height: 90px;
    overflow: hidden;
}

.m-classtext .box-desc a{color: #286bb4;}
.m-classtext .box-desc a:hover{color: #333333;}

.m-classtext .more{
    position: relative;
    margin-top: 20px;
}
.m-classtext .more .zhankai {
    display: inline-block;
    vertical-align: top;
    min-width: 140px;
    padding: 0 5px;
    line-height: 48px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 24px;
    border: solid 1px #b1b1b1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    color: #286bb4;
}
.m-classtext .more .zhankai:hover {
    color: #fff;
    background-color: #286bb4;
    border-color: #286bb4;
}
.przhanh{max-height: none !important}

.m-prol .list-item {
    margin-top: 43px;
    overflow: hidden;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.m-prol .list-item:first-child {
    margin-top: 0;
}

.m-prol .item-pic {
    float: left;
    width: 410px;
    border: 1px solid #e6e6e6;
}

.m-prol .item-fix {
    padding-right: 4.41667%;
    padding-left: 6.33333%;
    padding-top: 3.5%;
    padding-bottom: 10px;
    overflow: hidden;
}

.m-prol .item-title {
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    font-size: 2.6rem;
    color: #286bb4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-prol .item-title a {
    color: #286bb4;
}

.m-prol .item-title a:hover {
    text-decoration: underline;
}

.m-prol .item-desc {
    margin-top: 37px;
    max-height: 150px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    overflow: hidden;
}

.m-prol .item-desc a {
    display: block;
    color: #666;
}

.m-prol .item-desc a:hover {
    color: #286bb4;
}

.m-prol .item-link {
    margin-top: 63px;
    font-size: 0;
    letter-spacing: 0;
}

.m-prol .item-link input {
    margin-right: 17px;
    vertical-align: middle;
}

.m-prol .item-link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    min-width: 150px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background-color: #286bb4;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .m-prol{font-size: 0;letter-spacing: 0;margin-left: -15px;margin-right: -15px;}
    .m-prol .list-item {
        margin-top: 0;
        display: inline-block;
        vertical-align: top;
        width: 33.333%;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .m-prol .item-pic {
        float: none;
        width: 100%;
        background: #fff;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .m-prol .item-fix {
        padding: 25px 15px;
    }

    .m-prol .item-title {
        height: 26px;
        line-height: 26px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .m-prol .item-desc {
        margin-top: 15px;
        max-height: 144px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-prol .item-desc a {
        display: block;
    }

    .m-prol .item-link {
        margin-top: 25px;
    }

    .m-prol .item-link a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 720px) {
    .m-prol {
        font-size: 0;
        letter-spacing: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .m-prol .list-item {
        margin-top: 0;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 560px) {
    .m-prol {
        font-size: 0;
        letter-spacing: 0;
        margin-left: -6px;
        margin-right: -6px;
    }

    .m-prol .list-item {
        margin-top: 0;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 6px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 440px) {
    .m-prol {
        font-size: 0;
        letter-spacing: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .m-prol .list-item {
        margin-top: 0;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
.m-tag {
    margin-top: 58px;
    padding-left: 13px;
    padding-right: 27px;
    padding-top: 16px;
    padding-bottom: 17px;
    background-color: #f9f9f9;
    min-height: 30px
}

.m-tag .box-wp {
    position: relative;
    padding-left: 77px;
}

.m-tag .box-wp2 {
    padding-left: 100px;
}

.m-tag .box-title {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #286bb4;
}

.m-tag .box-title2 {
    font-size: 18px;
    font-size: 1.8rem;
}

.m-tag .box-list {
    margin-bottom: -9px;
    overflow: hidden;
}

.m-tag .list-item {
    float: left;
    margin-left: 24px;
    margin-bottom: 9px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}

.m-tag .list-item:hover {
    color: #286bb4;
}

@media screen and (max-width: 991px) {


}

.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: -18px;
        display: block;
        width: 12px;
        height: 37px;
        line-height: 36px;
        font-size: 16px;
        font-size: 1.6rem;
        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: 1000%;
        overflow: hidden;
    }

    .m-propic .list-item {
        float: left;
        margin-right: .2%;
        width: 3.2%;
    }

    .m-propic .item-pic {
        position: relative;
        border: 1px solid #286bb4;
    }

    .m-propic .item-pic .sp_xq {
        position: relative;
        padding-bottom: 100%;
        overflow: hidden
    }

    .m-propic .item-pic iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 640px) {
    .m-prob1 .prob-link a {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
    }
}


@media screen and (max-width: 480px) {
    .m-propic .list-item {
        width: 4.9%;
    }
}

.m-prob1 .prob-pic {
    position: relative;
    z-index: 5;
    margin-left: 10%;
    width: 410px;
}

.m-prob1 .prob-pic-big {
    position: relative;
    z-index: 2;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.m-prob1 .prob-pic-big-img {
    display: block;
    line-height: 0;
    font-size: 0;
}


.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 .prob-pic-big-img .zoomPad {
    float: none;
    z-index: 8;
}

.m-prob1 .zoomWrapperImage img {
    max-width: 1200px;
}

.m-prob1 .prob-pic-small {
    position: relative;
    margin-top: 18px;
    padding-left: 35px;
    padding-right: 35px;
    overflow: hidden;
}

.m-prob1 .prob-pic-btn {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    display: block;
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    color: #333333;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-prob1 .prob-pic-btn:hover {
    color: #286bb4;
    border-color: #286bb4;
}

.m-prob1 .prob-pic-btn.prev {
    left: 0;
}

.m-prob1 .prob-pic-btn.next {
    right: 0;
}

.m-prob1 .prob-pic-list {
    overflow: hidden;
}

.m-prob1 .prob-pic-list ul {
    width: 10000%;
    overflow: hidden;
}

.m-prob1 .prob-pic-list ul li {
    position: relative;
    float: left;
    margin-right: .102941%;
    width: .264706%;
}

.m-prob1 .prob-pic-item .item-box {
    position: relative;
    display: block;
    border: 1px solid #eaeaea;
    background-color: #fff;
    overflow: hidden;
}

.m-prob1 .prob-pic-item .item-box img {
    display: block
}

.m-prob1 .prob-pic-item .item-box:hover {
    border-color: #286bb4;
}

.m-prob1 .prob-pic-item .item-box:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.m-prob1 .prob-pic-item .item-box.active {
    border-color: #286bb4;
}

.m-prob1 .prob-title {
    position: relative;
    padding-bottom: 18px;
    line-height: 36px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    color: #286bb4;
}

.m-prob1 .prob-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 131px;
    height: 2px;
    background-color: #286bb4;
}

.m-prob1 .prob-desc {
    margin-top: 22px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

.m-prob1 .prob-desc p,
.m-prob1 .prob-desc span,
.m-prob1 .prob-desc b {
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}

.m-prob1 .prob-share {
    margin-top: 33px;
    letter-spacing: 0;
}

.m-prob1 .prob-share .font {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 10px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}

.m-prob1 .prob-share .img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 6px;
    background-color: #fff;
    height: 38px;
}

.m-prob1 .prob-linkwp {
    margin-top: 92px;
    margin-bottom: -20px;
    overflow: hidden;
}

.m-prob1 .prob-link {
    float: left;
    margin-bottom: 20px;
    display: block;
    min-width: 170px;
    height: 54px;
    line-height: 52px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333333;
    border-radius: 5px;
    margin-right: 33px;
}

.m-prob1 .prob-link:hover {
    color: white;
    background-color: #286bb4;
}

/*.m-prob1 .prob-link:first-child {*/
/*    margin-right: 33px;*/
/*}*/

.m-prob1 .prob-down {
    float: left;
    margin-left: 33px;
    margin-bottom: 20px;
    line-height: 54px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-color: transparent;
    color: #286bb4;
}

.m-prob1 .prob-down span {
    text-decoration: underline;
}

.m-prob1 .prob-down .iconfont {
    margin-right: 3px;
    font-size: 24px;
    font-size: 2.4rem;
}

.m-prob1 .zoomWindow {
    left: auto !important;
    right: 105%;
}

@media screen and (max-width: 1024px) {
    .zoomPad {
        cursor: default !important;
    }

    .zoomPup {
        display: none !important;
    }

    .zoomWindow {
        display: none !important;
    }

    .zoomPreload {
        display: none !important;
    }

    .m-prob1 .prob-pic {
        float: none;
        margin: 0 auto;
    }

    .m-prob1 .prob-fix {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }

    .m-prob1 .prob-link {
        width: 100%;
    }

    .m-prob1 .prob-desc {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-prob1 .prob-desc p {
        min-height: 10px;
    }
}

@media screen and (max-width: 991px) {
    .m-prob1 .prob-pic {
        width: 100%;
        display: none;
    }

    .m-prob1 .prob-pic-big {
        display: none;
    }

    .m-prob1 .prob-pic-small {
        margin-top: 0;
    }

    .m-prob1 .prob-pic-list ul li {
        margin-right: .02%;
        width: .49%;
    }

    .m-prob1 .prob-pic-item .item-box:before {
        display: none !important;
    }

    .m-prob1 .prob-linkwp {
        margin-top: 20px;
    }

    .m-prob1 .prob-title {
        padding: 10px 0;
        font-size: 20px;
        font-size: 2rem;
    }

    .m-prob1 .prob-share {
        margin-top: 20px;
    }

    .m-prob1 .prob-desc {
        margin-top: 20px;
    }

    .m-prob1 .prob-down {
        float: none;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .m-prob1 .prob-pic-list ul li {
        width: 1%;
    }
}

.m-prott {
    margin-bottom: 18px;
    padding-bottom: 15px;
    line-height: 36px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    border-bottom: 1px dashed #e5e5e5;
}

.m-probd .box-item {
    margin-top: 49px;
}

.m-probd .bitem-desc {
    color: #333;
}

.m-probd .bitem-desc a{color: #286bb4;}
.m-probd .bitem-desc a:hover{color: #333333;}

.m-probd .bitem-desc p {
    min-height: 30px;
}

@media screen and (max-width: 991px) {
    .m-prott {
        line-height: 30px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .m-probd .box-item {
        margin-top: 30px;
    }

    .m-probd .bitem-desc {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-probd .bitem-desc p,
    .m-probd .bitem-desc span,
    .m-probd .bitem-desc b {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.m-mpro {
    margin-top: 67px;
}

@media screen and (max-width: 991px) {
    .m-mpro {
        margin-top: 30px;
    }
}

.m-newsl {
    overflow: hidden;
}

.m-newsl .list-item {
    padding: 46px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.m-newsl .list-item:first-child {
    padding-top: 0;
}

.m-newsl .item-pic {
    float: left;
    width: 365px;
    margin-right: 3.75%;
}

.m-newsl .item-font {
    padding-top: 17px;
    overflow: hidden;
}

.m-newsl .item-title {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-newsl .item-title a {
    color: #333;
}

.m-newsl .item-title a:hover {
    color: #286bb4;
}

.m-newsl .item-desc {
    margin-top: 25px;
}

.m-newsl .item-desc a {
    height: 78px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    overflow: hidden;
}

.m-newsl .item-desc a:hover {
    color: #286bb4;
}

.m-newsl .item-info {
    margin-top: 35px;
    overflow: hidden;
}

.m-newsl .item-link {
    display: inline-block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #999;
    text-align: center;
}

.m-newsl .item-link:hover {
    color: #286bb4;
}

.m-newsl .item-time {
    margin-top: 16px;
    padding-left: 1px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
}

.m-newsl .item-time .iconfont {
    vertical-align: middle;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
    .m-newsl .list-item {
        padding: 30px 0;
    }

    .m-newsl .item-pic {
        float: none;
        width: 100%;
        max-width: 330px;
    }

    .m-newsl .item-font {
        padding-left: 0;
    }

    .m-newsl .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-newsl .item-desc {
        margin-top: 10px;
    }

    .m-newsl .item-desc a {
        height: 48px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-newsl .item-info {
        margin-top: 10px;
    }

    .m-newsl .item-link {
        height: 36px;
        line-height: 34px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.m-news .box-fix {
    position: relative;
    overflow: hidden;
    padding-right: 260px;
}

.m-news .box-title {
    line-height: 26px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #286bb4;
}

.m-news .box-share {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    letter-spacing: 0;
}

.m-news .box-share .share-title,
.m-news .box-share .share-img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 26px;
}

.m-news .box-share .share-title {
    margin-right: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
}

.m-news .box-info {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
}

.m-news .box-time, .m-news .box-oinfo {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.m-news .box-desc {
    margin-top: 39px;
    padding-bottom: 57px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.m-news .box-desc a{color: #286bb4;}
.m-news .box-desc a:hover{color: #333333;}

.m-news .box-desc p {
    min-height: 30px;
}

@media screen and (max-width: 991px) {
    .m-news .box-fix {
        padding-right: 0;
    }

    .m-news .box-share {
        position: relative;
        right: auto;
        margin-top: 15px;
    }

    .m-news .box-desc {
        padding-bottom: 30px;
    }

    .m-news .box-desc p {
        min-height: 10px;
    }
}

.m-appl .box-title {
    line-height: 36px;
    font-size: 26px;
    font-size: 2.6rem;
    color: #286bb4;
    text-align: center;
}

.m-appl .box-share {
    margin-top: 13px;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}

.m-appl .box-share .share-title,
.m-appl .box-share .share-img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 26px;
}

.m-appl .box-share .share-title {
    margin-right: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
}

.m-appl .box-desc {
    margin-top: 22px;
    padding-bottom: 57px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.m-appl .box-desc a{color: #286bb4;}
.m-appl .box-desc a:hover{color: #333333;}

.m-appl .box-desc p {
    min-height: 30px;
}

@media screen and (max-width: 991px) {
    .m-appl .box-desc {
        padding-bottom: 30px;
    }

    .m-appl .box-desc p {
        min-height: 10px;
    }
}

.m-applst .list-item {
    margin-top: 46px;
    background: #f7f9fc;
}

.m-applst .list-item:first-child {
    margin-top: 0;
}

.m-applst .item-pic {
    width: 365px;
}

.m-applst .item-pic1 {
    float: left;
}

.m-applst .item-pic2 {
    float: right;
}

.m-applst .item-text {
    padding-left: 3.16667%;
    padding-right: 3.16667%;
    padding-top: 2.5%;
    padding-bottom: 25px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .m-applst .item-text {
        min-height: 224px;
    }
}

@media screen and (min-width: 1220px) {
    .m-applst .item-text {
        min-height: 219px;
    }
}

.m-applst .item-title {
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-applst .item-desc {
    margin-top: 27px;
}

.m-applst .item-desc a {
    display: block;
    max-height: 90px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    overflow: hidden;
}

.m-applst .item-desc a:hover {
    color: #286bb4;
}

.m-applst .item-link {
    margin-top: 34px;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #999;
}

.m-applst .item-link a {
    color: #999;
}

.m-applst .item-link a:hover {
    color: #286bb4;
}

@media screen and (max-width: 991px) {
    .m-applst .list-item {
        margin-top: 30px;
        padding: 25px 15px 0;
    }

    .m-applst .item-pic {
        float: none;
        width: 100%;
    }

    .m-applst .item-text {
        padding: 25px 0;
    }

    .m-applst .item-title {
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .m-applst .item-desc {
        margin-top: 15px;
    }

    .m-applst .item-desc a {
        max-height: 72px;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-applst .item-link {
        margin-top: 15px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.m-down .list-item {
    padding-top: 47px;
    padding-bottom: 24px;
    border-bottom: 2px solid #d7d7d7;
    overflow: hidden;
}

.m-down .list-item a {
    cursor: pointer
}

.m-down .list-item:first-child {
    padding-top: 0;
}

.m-down .item-font {
    float: left;
    width: 80%;
}

.m-down .item-font-box {
    margin-right: 230px;
}

.m-down .item-title {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-down .item-title a {
    color: #333333;
    cursor: pointer;
}

.m-down .item-title a:hover {
    color: #286bb4;
}

.m-down .item-desc {
    margin-top: 14px;
}

.m-down .item-desc a {
    max-height: 90px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    overflow: hidden;
    cursor: pointer;
}

.m-down .item-desc a:hover {
    color: #286bb4;
}

.m-down .item-link {
    position: relative;
    float: right;
    margin-top: 23px;

    display: block;
    min-width: 168px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 49px;
}

.m-down .item-link .iconfont {
    position: absolute;
    left: 0;
    font-size: 28px;
    font-size: 2.8rem;
    color: #286bb4;
}

.m-down .item-link a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background-color: #286bb4;
    border-radius: 14px;
    padding-left: 3px;
    padding-right: 3px;
}

.m-down .item-link a:hover {
    color: #fff;
    background-color: #286bb4;
}

@media screen and (max-width: 991px) {

    .m-down .list-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .m-down .item-font {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .m-down .item-font-box {
        margin: 0;
    }

    .m-down .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-down .item-desc a {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .m-down .item-link {
        float: none;
        margin-top: 10px;
        margin-left: 0;
    }
}

.m-ctusinfo .box-title {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #286bb4;
    text-align: center;
}

.m-ctusinfo .box-desc {
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    max-width: 900px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
}

.m-ctusinfo .box-info {
    margin-top: 28px;
}

.m-ctusinfo .info-item {
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
    .m-ctusinfo .info-item {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url('../font/OpenSans-Bold.eot');
    /* IE9 */
    src: url('../font/OpenSans-Bold.eot') format('embedded-opentype'),
        /* IE6-IE8 */ url('../font/OpenSans-Bold.woff') format('woff'),
    url('../font/OpenSans-Bold.woff2') format('woff2'),
    url('../font/OpenSans-Bold.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../font/OpenSans-Bold.svg') format('svg');
    /* iOS 4.1- */
}

@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont-1569579807570.eot');
    /* IE9 */
    src: url('../font/iconfont-1569579807570.eot') format('embedded-opentype'),
        /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
    url('../font/iconfont-1569579807570.woff') format('woff'),
    url('../font/iconfont-1569579807570.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../font/iconfont-1569579807570.svg') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e624";
}

.icon-0601bianji:before {
    content: "\e611";
}

.icon-web3:before {
    content: "\e6fd";
}

.icon-bigger1:before {
    content: "\e647";
}

.icon-left4:before {
    content: "\e718";
}

.icon-right4:before {
    content: "\e719";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-left9:before {
    content: "\e72c";
}

.icon-right9:before {
    content: "\e72d";
}

.icon-up10:before {
    content: "\e72e";
}

.icon-bottom10:before {
    content: "\e72f";
}

.icon-left10:before {
    content: "\e730";
}

.icon-right10:before {
    content: "\e731";
}

.icon-up14:before {
    content: "\e73e";
}

.icon-bottom14:before {
    content: "\e73f";
}

.icon-left16:before {
    content: "\e748";
}

.icon-right16:before {
    content: "\e749";
}

.icon-up18:before {
    content: "\e74e";
}

.icon-download1:before {
    content: "\e7a0";
}

.icon-download8: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-delete1:before {
    content: "\e7d4";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar3:before {
    content: "\e7e1";
}

.icon-calendar5:before {
    content: "\e7e3";
}

.icon-top10:before {
    content: "\e7ed";
}

.xunpanc {
    margin-top: 25px;
    margin-bottom: 14px;
}

.xunpanc table {
    border: 1px solid #286bb4;
}

.xunpanc table tr:first-child {
    height: 40px;
    color: #fff;
    background-color: #286bb4;
}

.xunpanc table tr .td1 {
    width: 50%;
}

.xunpanc table tr .td2 {
    width: 30%;
}

.xunpanc table tr .td3 {
    width: 20%;
}

.xunpanc table tr td {
    text-align: center;
    padding: 11px;
    border: 1px solid #ccc;
}

.xunpanc table tr .td2 {
    font-size: 0;
    line-height: 0;
}

.hjaspk {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

.m-page a.none:hover {
    border: 1px solid #e5e5e5 !important;
    background: #eee !important;
    color: #333 !important;
}

.m-oths a.none:hover {
    color: #333 !important;
}

.ppp {
    line-height: 30px;
}

.prob-linkwp a.none {
    border: 1px solid #333 !important;
    color: #333 !important;
    background-color: #fff !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 .at4-share-count-container {
    height: 24px;
    line-height: 24px
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.listcart {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.listcart a {
    display: inline-block;
    height: 48px;
    padding: 0 15px;
    line-height: 48px;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border: solid 1px #286bb4;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    background-color: #286bb4;
    border-radius: 5px;
}

.m-hdmenu {
    position: relative;
    float: left;
    z-index: 2;
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.m-hdmenu .menu-btn {
    display: block;
    width: 42px;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

.m-hdmenu .menu-btn img {
    vertical-align: middle;
}

.m-hdmenu .menu-btn.active {
    color: #333;
    background-color: #286bb4;
}

.m-hdmenu .menu-list {
    position: absolute;
    right: 0;
    top: 100%;
    width: 186px;
    display: none;
}

.m-hdmenu .menu-item {
    padding-top: 2px;
}

.m-hdmenu .menu-item a {
    display: block;
    line-height: 26px;
    padding: 5px 12px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #150f03;
    background-color: rgba(21, 15, 3, 0.5);
}

.m-hdmenu .menu-item a:hover, .m-hdmenu .menu-item a.active {
    color: #fff;
    background-color: #286bb4;
}

.m-hdmenu li {
    position: relative;
    padding-top: 2px;
}

.m-hdmenu li:hover > a {
    background: #286bb4;
    color: #fff;
}

.m-hdmenu li:hover > ul {
    display: block;
}

.m-hdmenu .menu-list2, .m-hdmenu .menu-list3 {
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    display: none;
}

@media screen and (max-width: 991px) {
    .m-hdmenu {
        display: none;
    }
}

.attribute {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 19px;
}

.attribute .title1 {
    margin-bottom: 11px;
}

.attribute .title1 span {
    display: inline-block;
    min-width: 170px;
    height: 43px;
    line-height: 43px;
    background: #286bb4;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}


.attribute .name span {
    display: inline-block;
    overflow-y: hidden;
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
}

.attribute .name {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: #666666;
    font-size: 16px;
    font-size: 1.6rem;
}

.attribute .name i {
    color: #999999;
    position: absolute;
    right: 5px;
    top: 0;
}

.attribute .name.active {
    border: 1px solid #286bb4;
}

.attribute .name.active span {
    color: #286bb4;
}

.attribute .item-box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
}

.attribute .item-box div {
    padding: 0px 2px;
    color: #999999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    cursor: pointer;
}

.attribute .item-box p input {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 1px;
}

.attribute .item-box div span {
    overflow-y: hidden;
    display: inline-block;
    vertical-align: middle;
    max-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
}

.attribute .check-box-div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.attribute .check-box-div .icon {
    font-size: 18px;
}

.attribute .item-box.active {
    display: block;
}

.m-cert {
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
}

.m-cert .list-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 2.78571%;
    margin-bottom: 30px;
    width: 22.85714%;
}

.m-cert .item-top {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
}

.m-cert .item-top:hover .item-modal {
    top: 0;
}

.m-cert .item-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m-cert .item-pic img {
    position: absolute;
    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%) !important;
    max-width: 100%;
    max-height: 100%;
}

.m-cert .item-modal {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.m-cert .item-modal i {
    position: absolute;
    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%);
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
}

.m-cert .item-title {
    margin-top: 18px;
    line-height: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .m-cert .item-modal {
        display: block;
        top: 0;
        background: none;
    }
}

@media screen and (max-width: 991px) {
    .m-cert {
        margin-bottom: -25px;
    }

    .m-cert .list-item {
        margin-bottom: 25px;
    }

    .m-cert .item-title {
        margin-top: 15px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    .m-cert .list-item {
        margin-left: 1%;
        margin-right: 1% !important;
        width: 48%;
    }
}

.m-videomodal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.m-videomodal:before {
    content: "x";
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 50%;
    border: #fff solid 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px


}

.m-videomodal iframe {
    position: absolute;
    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%);
    width: 1200px;
    height: 700px;
    max-height: 80%;
    max-width: 90%;
}

.m-videolist {
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
}

.m-videolist .list-item {
    margin-right: 2.71429%;
    margin-bottom: 50px;
    width: 22.85714%;
    display: inline-block;
    vertical-align: top;
}

.m-videolist .list-item .item-top {
    position: relative;
    overflow: hidden;
}

.m-videolist .list-item .shipin {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.m-videolist .list-item iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.m-videolist .list-item .item-title {
    margin-top: 20px;
    line-height: 24px;
    padding: 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.m-videolist .list-item .item-title a {
    color: #333333;
}

.m-videolist .list-item .item-title a:hover {
    color: #286bb4;
}

@media screen and (max-width: 991px) {
    .m-videolist .list-item {
        margin-left: 1%;
        margin-right: 1% !important;
        margin-bottom: 25px;
        width: 31.33%;
    }

    .m-videolist .list-item .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 375px) {
    .m-videolist .list-item {
        width: 48%;
    }
}

.m-faq {
    overflow: hidden;
    margin-bottom: 40px;
}

.m-faq .list-item {
    margin-top: 22px;
    overflow: hidden;
}

.m-faq .list-item:first-child {
    margin-top: 0;
}

.m-faq .item-title {
    background-color: #eeeeee;
}

.m-faq .item-title a {
    position: relative;
    white-space: pre-wrap;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 55px;
    padding-right: 40px;
    line-height: 22px;
    font-size: 16px;
    font-size: 1.6rem;
}

.m-faq .item-title a i {
    position: absolute;
    left: 15px;
    top: 6px; /*width: 30px;*/
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    background-color: #3d3d3d;
    padding: 0 5px;
}

.m-faq .item-title a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: url("../image/faq1.png") no-repeat center center;
}

.m-faq .item-title a:hover {
    color: #286bb4;
}

.m-faq .item-title.active a:before {
    background: url("../image/faq2.png") no-repeat center center;
}

.m-faq .item-desc {
    position: relative;
    white-space: pre-wrap;
    display: none;
    padding-top: 20px;
    padding-left: 55px;
    padding-right: 26px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    background: #fafafa;
}

.m-faq .item-desc i {
    position: absolute;
    left: 15px;
    top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    background-color: #286bb4;
    padding: 0 5px;
}

.m-faq .item-desc.show {
    display: block;
}

@media screen and (max-width: 480px) {
    .m-faq .list-item {
        margin-top: 20px;
    }

    .m-faq .item-title, .m-faq .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .m-faq .item-title a, .m-faq .item-desc a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}


.m-ctusform .attachment {
    clear: both;
    margin-left: 2%;
}

.m-ctusform .attachment.important {
    background: url("../image/star1.png") no-repeat 0 25px;
    padding-left: 15px
}

.m-ctusform .attachment span {
    float: left;
}

.m-ctusform .attachment #file-name {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-ctusform .attachment .file-group {
    float: left;
    margin: 20px 0 0 0px;
    min-width: 215px;
    height: 43px;
    position: relative;
    overflow: hidden;
}

.m-ctusform .attachment .file-group .file-btn {
    width: 100%;
    height: 100%;
    background-color: #286bb4;
    border: 1px solid #286bb4;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.m-ctusform .attachment .file-group .file-single {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.m-ctusform .attachment .file-group .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.m-ctusform .attachment .file-name-p {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 50px;
}

.m-ctusform .attachment .file-name-p i {
    cursor: pointer;
}

.m-ctusform .attachment .file-name-p span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-ctusform .attachment .file-group:hover .file-btn {
    background-color: #fff;
    color: #286bb4;
}


.prat {
    margin-bottom: 33px;
    margin-top: 30px;
}

.atbiao {
    color: #202020;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    text-transform: uppercase;
}

.atn {
    position: relative;
    /*padding-left: 50px;*/
    margin-top: 8px;
}

.atsp {
    /*position: absolute;*/
    display: inline-block;
    left: 0px;
    top: 0px;
    color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.atn label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    cursor: pointer;
}

.atn span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #999999;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
}

.zanwu {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px
}

.disnone {
    display: none
}


.inquiry-success {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
}

.inquiry-success * {
    text-align: center;
}

.inquiry-success p i {
    font-size: 60px;
    font-size: 6rem;
    color: #286bb4
}

.inquiry-success .text {
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}

.inquiry-success .but a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #286bb4;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem
}

.inquiry-success .but a:hover {
    background: #fff;
    color: #286bb4
}

.listcart2 {
    margin-top: 30px;
    width: 100%;
    clear: both
}

.listcart2 a, .listcart2 button {
    display: inline-block;
    color: #fff;
    height: 34px;
    min-width: 200px;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    background: #666;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    cursor: pointer;
    background: #286bb4;
    color: #fff;
    border: #286bb4 solid 1px;
    line-height: 34px;
}

.listcart2 a:hover, .listcart2 button:hover {
    background: #fff;
    color: #286bb4;
}

@media screen and (max-width: 640px) {
    .listcart2 a, .listcart2 button {
        width: 100%;
        display: block
    }
}


/*xun pan tijiao*/

.xunpanlb .table {
    margin-top: 30px;
}

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #dcdcdc;
    background: #286bb4;
}

.xunpanlb .table .thead p {
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #fff
}

.xunpanlb .table .thead p:nth-child(2) {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody {
    font-size: 0;
    letter-spacing: 0;
}

.xunpanlb .table .tbody .tread {
    border: 1px solid #dcdcdc;
    border-top: 0;
}

.xunpanlb .table .tbody .tread .td {
    height: 100%;
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box
}

.xunpanlb .table .tbody .tread .td:nth-child(2) {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody .td img {
    max-width: 110px;
}

.xunpanlb .table .tbody .td a {
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.xunpanlb .table .tbody .td a:hover {
    color: #286bb4;
}

@media screen and (max-width: 520px) {
    .xunpanlb .table {
        border-top: 1px solid #dcdcdc;
    }

    .xunpanlb .table .thead {
        display: none;
    }

    .xunpanlb .table .tbody .td {
        width: 100% !important;
    }

    .xunpanlb .table .tbody .tread .td:nth-child(2) {
        border: 0 !important;
    }
}
.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
    .tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}
.slide iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.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: block;
}
@media screen and (max-width: 999px) { .slide .carousel-control { display: none; }
    .slide .slideItem {
        position: relative;
    }
    .slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}

.cart-list .cart-operate .cart-delate{
    color: #286bb4 !important;
}
.cart-list .cart-quantity .simulate-select{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.g-habt .box-wp .m-habt iframe{
    float: right;
    margin-left: 3.38028%;
    width: 55.84507%;
}
