html {
    font-size: 62.5%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

a {
    color: #333;
}

a:hover {
    color: #000066;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

body {
    color: #333;
    font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}

.wrapper {
    max-width: 1600px;
    /*min-width: 980px; */
    _width: 1600px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* arrow */

.arrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
}

.arrow * {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
}

/* arrow-right */

.arr-r * {
    border-left-style: solid;
    border-width: 4px 0 4px 4px;
}

.arr-r em {
    left: 1px;
}

.arr-r span {
    border-left-color: #3675bb;
}

.tri {
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
}

/* ==================================
   menu
   ================================== */

.menu {
    position: relative;
}

/* menu-hd */

.menu-hd {
    position: relative;
    z-index: 1002;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 6px;
}

/* menu-bd */

.menu-bd {
    display: none;
    position: absolute;
    z-index: 1001;
    margin-top: -1px;
}

.menu-bd-panel {
    padding: 5px 0;
    border: 1px solid #eee;
    background: #fff;
    min-width: 96px;
}

.menu-bd-panel a {
    display: block;
    padding: 0 5px;
    line-height: 28px;
    white-space: nowrap;
    color: #6C6C6C
}

/* menu arrow */

.menu-hd .fa-caret-down {
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 0;
    right: 6px;
}

/* menu hover */

.menu-hover .menu-hd {
    z-index: 10002;
}

.menu-hover .menu-bd {
    z-index: 10001;
}

.menu-hover .menu-hd {
    padding: 0 19px 1px 5px;
    border-width: 0 1px;
    border-style: solid;
    border-color: #eee;
    background: #fff;
}

.menu-hover .menu-hd .fa-caret-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-hover .menu-bd-panel a:hover {
    background: #eee;
}



/* ==========================================================================
   Header
========================================================================== */
header {}

header .wrapper {
    position: relative;
    z-index: 99;
}

.topbar {
    height: 85px;
    background: #fff;
}

.topbar .wrapper {
    position: relative;
}

.logo {
    position: absolute;
    left: 0;
    width: 20%;
    height: 85px;
    overflow: hidden;
    line-height: 85px;
}

.logo img {
    max-width: 100%;
}

.langbox {
    float: right;
    width: 40px;
    height: 40px;
    background: #000066;
    margin-top: 20px;
    margin-left: 10px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.langbox a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.serchinco {
    display: none;
    position: absolute;
    right: 48px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    z-index: 4;
}

.globalsearch {
    width: 280px;
    z-index: 99;
    border: 1px solid #d2d2d2;
    float: right;
    padding: 0 0 0 20px;
    background: #fff;
    margin-top: 20px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
}

.globalsearch .warp {
    background: #fff;
}

.globalsearch #q {
    float: left;
    border: 0 none;
}

.globalsearch .search-btn {
    float: right;
    border: 0 none;
}

.globalsearch #q {
    width: calc(100% - 70px);
    height: 18px;
    padding: 10px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #fff;
    font: 300 12px/18px microsoft yahei;
}

.globalsearch .search-btn {
    width: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    cursor: pointer;
    background: url(../images/btn_ser02.png) no-repeat center;
}


@media only screen and (max-width:1024px) {

    .logo,
    .toptel,
    .langbox {
        display: none;
    }

    .topbar {
        height: 0;
    }

    .serchinco {
        display: block;
    }

    .globalsearch {
        display: none;
        position: absolute;
        top: 48px;
        margin-top: 0;
    }

    .globalsearch {
        width: calc(100% - 30px);
        z-index: 99;
        left: 0;
        border: 0;
        float: none;
        padding: 10px 15px;
        background: #000066;
        margin-top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
    }

    .globalsearch .search-btn {
        background: url(../images/btn_ser.png) no-repeat center;
    }

}

@media only screen and (max-width:1620px) {
    .logo {
        left: 10px;
    }
}

/* ==========================================================================
Nav
========================================================================== */
/* primary */

.globalnav {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 16px;
}

.globalnav li {
    float: left;
}

.globalnav li a {
    display: block;
    color: #444;
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
    font-family: microsoft yahei;
}

.globalnav .nav-sep {
    width: 2px;
    height: 42px;
    background: url(../images/nav-sep.gif) no-repeat 0;
}

.globalnav .active a,
.globalnav li .active1 {
    color: #a6937c;
}

.dropdown {
    position: absolute;
    z-index: 999;
    background: #fff;
    display: none;
    /*padding: 10px 0 0 0; */
    top: 100%;
    min-width: 180px;
}

/*.dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #fff;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }*/
.dropdown a {
    /*    white-space: nowrap;*/
    line-height: 45px;
    font-size: 12px;
    float: left;
    padding: 0;
    color: #000;
    border-bottom: 0 none;
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid #e5eaf1;
    text-indent: 20px;
    background: url(../images/arr01.png) 160px center no-repeat;
}



.dropdown a .fa {
    font-size: 12px;
    line-height: 30px;
    color: #ccc;
    padding-right: 5px;
}

.dropdown a:hover {
    background: #e5eaf1 url(../images/arr01.png) 160px center no-repeat;
}

.dropdown a:hover .fa {
    color: #0160bd;
}

.dropdown .level3 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
    /*padding:10px 0 0 0;
        background:#fff;border-left: 1px solid #e9ecf4;*/
    min-height: 340px;
}

.dropdown .level3 a {
    width: calc(100% - 20px);
    padding-left: 20px;
    display: block;
    text-align: left;
    border-bottom: 1px dashed #d2d7e6;
    text-indent: 0;
    /*background: none;*/
    background: #fff;
    border-left: 1px solid #e9ecf4;
}

.dropdown .level3 a:hover {
    background: #000066;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .dropdown a {
        /*    white-space: nowrap;*/
        font-size: 16px;
        width: 100%;
        text-align: left;
        background: none;
        padding: 0;
    }

    .dropdown a:hover {
        background: none;
    }

    .dropdown {
        min-width: calc(100% - 40px);
        height: auto;
        padding: 0;
    }

    .dropdown .level3 {
        display: none;
    }
}

/* ==========================================================================
   Content
   ========================================================================== */

.hidden {
    display: none;
}

/* ==================================
   banner
   ================================== */

.banner {
    overflow: hidden;
    margin-top: 85px;
    position: relative;
}

.banner img {
    max-width: 100%;
}

.banner .mpic {
    display: none;
}

#owl-banner .owl-nav {
    margin-top: 0;
}

#owl-banner .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

#owl-banner .owl-prev,
#owl-banner .owl-next {
    width: 41px;
    top: 0;
    height: 100%;
    background: none;
    text-indent: 100px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

#owl-banner .owl-prev {
    position: absolute;
    left: 10px;
    background: url(../images/bl.png) center no-repeat;
}

#owl-banner .owl-next {
    position: absolute;
    right: 10px;
    background: url(../images/br.png) center no-repeat;
}

#owl-banner .owl-dots .owl-dot.active span,
#owl-banner .owl-dots .owl-dot:hover span {
    background: #000066;
}

#owl-banner .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #000066;
}

@media (max-width:768px) {

    #owl-banner .owl-prev,
    #owl-banner .owl-next {
        filter: Alpha(Opacity=0);
        opacity: 0;
    }
}

@media only screen and (max-width: 768px) {
    .banner .mpic {
        display: block;
    }

    .banner .pic {
        display: none;
    }

    .banner {
        margin-top: 48px;
    }
}

/* ==========================================================================
   home_wxpart01
   ========================================================================== */
.home_wxpart01 {
    padding: 40px 0 60px 0;
}

.home_wxpart01 .warp {
    margin-top: 20px;
}

.home_wxpart01 .left {
    width: calc(50% - 10px);
    float: left;
}

.home_wxpart01 .right {
    width: calc(50% - 10px);
    float: right;
}

.hometit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.hometit span {
    text-transform: Uppercase;
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #8c8c91;
}

.home_wxpart01 .hometit {
    text-align: left;
}

.home_wxpart01 .hometit span {
    display: inline-block;
}

.yyflbox {
    height: 212px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 1px;
    margin-bottom: 1px;
}

.yyflbox.mode01 {
    width: calc(50% - 1px);
}

.yyflbox.mode02 {
    width: calc(33.3% - 1px);
}

.yyflbox .pic {
    width: 100%;
    height: 100%;
}

.yyflbox .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 212px;
    background: url(../images/hover02.png) bottom center repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.yyflbox .cover h3 {
    margin-top: -50px;
    font-size: 18px;
    width: 100%;
    height: 50px;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
    text-align: center;
    transition: all 0.5s;
}

.yyflbox .cover h3 a {
    color: #fff;
}

.yyflbox .cover .link {
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 120px;
    overflow: hidden;
}

.yyflbox .cover .link a {
    width: 50%;
    height: 24px;
    line-height: 24px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yyflbox .cover .link a {
    color: #fff;
}

.yyflbox.mode02 .cover .link a {
    width: 100%;
}

.yyflbox:hover .cover {
    top: 0px;
}

.yyflbox:hover .cover h3 {
    margin-top: auto
}

.yyflbox:hover .cover h3 {
    text-align: left;
    text-indent: 20px;
    font-weight: bold;
    padding-top: 10px;
}


@media only screen and (max-width:920px) {
    .yyflbox .cover .link a {
        width: 100%;
    }
}

@media only screen and (max-width:768px) {

    .home_wxpart01 .left,
    .home_wxpart01 .right {
        width: 100%;
        float: none;
    }
}

/* ==========================================================================
   home_pro
   ========================================================================== */
.home_pro {
    padding: 60px 0;
    background: url(../images/homebg01.jpg) bottom center no-repeat;
    background-size: cover;
}

#owl-pro {
    margin-top: 30px;
}

#owl-pro .owl-nav {
    height: 0;
    margin-top: 0;
}

#owl-pro .owl-nav .owl-prev,
#owl-pro .owl-nav .owl-next {
    filter: alpha(opacity=0);
    opacity: 0;
}

#owl-pro .owl-dots {
    margin-top: 30px;
}

#owl-pro .owl-dots .owl-dot.active span {
    background: #dd1818;
    width: 30px;
}

#owl-pro .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #fff;
    border: 1px solid #dd1818;
}

.hprobox {
    border: 1px solid #dfe0e7;
    background: #fff;
    height: 380px;
    cursor: pointer;
}

.hprobox .pic {
    height: 200px;
    line-height: 200px;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.hprobox .pic img {
    max-width: 100%;
    width: auto !important;
    display: inline-block !important;
    transition: transform 2s;
    max-height: 100%;
}

.hprobox:hover .pic img {
    transform: scale(1.1);
}

.hprobox .txtarea {
    padding: 0 40px;
}

.hprobox .txtarea .tit {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    border-left: 5px solid #dd1818;
    padding-left: 15px;
    font-size: 18px;
}

.hprobox .txtarea .tit a {
    float: right;
    color: #000066;
    font-size: 14px;
}

.hprobox .txtarea .desc {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid #f2f3f7;
    height: 72px;
    overflow: hidden;
}

/* ==========================================================================
   home_support
   ========================================================================== */
.home_support {
    padding: 60px 0;
}

.hsupport {
    height: 190px;
    border: 1px solid #dfe0e7;
}

.hsupport .pic {
    width: 230px;
    height: 190px;
    overflow: hidden;
    float: left;
}

.hsupport .pic img {
    width: 100%;
    height: 100%;
    transition: transform 2s;
}

.hsupport:hover .pic img {
    transform: scale(1.1);
}

.hsupport .txtarea {
    padding: 20px;
    float: right;
    width: calc(100% - 280px);
}

.hsupport .txtarea .tit {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 18px;
}

.hsupport .txtarea .line {
    width: 45px;
    height: 1px;
    background: #dd1818;
    margin: 15px 0;
}

.hsupport .txtarea .desc {
    height: 72px;
    overflow: hidden;
    color: #666;
}

#owl-support {
    margin-top: 30px;
}

#owl-support .owl-nav {
    height: 0;
    margin-top: 0;
}

#owl-support .owl-nav .owl-prev,
#owl-support .owl-nav .owl-next {
    filter: alpha(opacity=0);
    opacity: 0;
}

#owl-support .owl-dots {
    margin-top: 30px;
}

#owl-support .owl-dots .owl-dot.active span {
    background: #dd1818;
    width: 30px;
}

#owl-support .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #fff;
    border: 1px solid #dd1818;
}

@media only screen and (max-width: 768px) {
    .hsupport {
        height: 150px;
    }

    .hsupport .pic {
        width: 170px;
        height: 150px;
    }

    .hsupport .txtarea {
        padding: 10px;
        width: calc(100% - 200px);
    }
}

/* ==========================================================================
   home_news
   ========================================================================== */
.home_news {
    padding: 60px 0;
    background: url(../images/homebg02.jpg) bottom center no-repeat;
    background-size: cover;
}

.hnews {
    height: 240px;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.hnews .tit {
    height: 50px;
    overflow: hidden;
    border-left: 10px solid #dd1818;
    color: #666;
    margin-top: 38px;
    padding-left: 30px;
    position: relative;
}

.hnews .tit h3 {
    font-size: 16px;
    font-weight: normal;
    width: calc(100% - 100px);
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hnews .tit a.xq {
    width: 65px;
    height: 50px;
    display: block;
    background: #6b7a8d;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 50px;
}

.hnews .desc {
    height: 72px;
    overflow: hidden;
    color: #666;
    margin: 40px;
}

#owl-news {
    margin-top: 30px;
}

#owl-news .owl-nav {
    height: 0;
    margin-top: 0;
}

#owl-news .owl-nav .owl-prev,
#owl-news .owl-nav .owl-next {
    filter: alpha(opacity=0);
    opacity: 0;
}

#owl-news .owl-dots {
    margin-top: 30px;
}

#owl-news .owl-dots .owl-dot.active span {
    background: #dd1818;
    width: 30px;
}

#owl-news .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: #fff;
    border: 1px solid #dd1818;
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    color: #cecbcb;
    background: #242527;
    font-family: microsoft yahei;
    padding: 60px 0 0 0;
}

footer a {
    color: #cecbcb;
}

footer a:hover {
    text-decoration: underline;
}

.footer-nav {
    text-align: justify;
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.footer-nav .line {
    width: calc(100% - 500px);
    height: 1px;
    background: #3c3e40;
    position: relative;
    top: 40px;
}

.fn-col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    *padding-right: 100px;
}

.fn-col h3 {
    margin-bottom: 30px;
    font: 300 16px/24px microsoft yahei;
}

.fn-col h3 a {
    color: #cecbcb;
}

.fn-col h3 a:hover {
    text-decoration: underline;
}

.fn-col ul {}

.fn-col li {
    line-height: 24px;
    font-size: 13px;
}

.fn-col li a {
    color: #cecbcb;
}

.fn-col li a:hover {
    text-decoration: underline;
}

.fn-colwx {
    width: 400px;
    border-left: 1px solid #4c5056;
    padding-left: 40px;
    font-size: 14px;
}

.fn-colwx .ewm {
    margin-top: 30px;
}

.fn-colwx .ewm img {
    width: 78px;
    height: 78px;
    margin-right: 10px;
}

.foothd {
    text-align: center;
    padding: 20px 0;
    text-transform: Uppercase;
    font-size: 12px;
    background: #000;
}

@media only screen and (max-width: 768px) {
    footer {
        padding-top: 30px;
    }

    .fn-col {
        width: calc(43% - 10px);
        padding-left: 7%;
    }

    .fn-col ul {
        display: none;
    }

    .fn-colwx {
        display: none;
    }

    .footer-nav .line {
        display: none;
    }

    .fn-col h3 {
        margin-bottom: 10px;
    }
}


.fixed-b {
    position: fixed;
    width: 100%;
    background: #333;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 3;
}

.fixed-b li {
    width: 25%;
    text-align: center;
    color: #fff;
    float: left;
}

.fixed-b li a {
    display: block;
    border-right: 1px solid #454545;
    color: #fff;
    padding: 10px 0;
}

.fixed-b li .fa {
    font-size: 24px;
    line-height: 30px;
}

.fixed-b li:last-of-type a {
    border-right: 0 none;
}

.fixed-b li a .txt {
    display: block;
    margin-top: 5px;
}

@media only screen and (max-width: 768px) {
    .fixed-b {
        display: block;
    }
}
   
.toggle-btn {
    display: none;
}


@media only screen and (max-width: 768px) {
     .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
        z-index: 999999;
        padding: 0 10px;
    }

    .inner-cont>p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}