/* ==========================================================================
   Global
   ========================================================================== */
    
    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: #ac322f; }

 a:focus { outline:none; -moz-outline:none; }    

    body { color: #333; font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif; }   


    @media only screen and (max-width: 768px) {
        body{font-size: 12px;}

    } 
    .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:90px; background: #fff;float: right;} 
.topbar .wrapper{position: relative;}*/
.logo {width:60px;height:90px;overflow: hidden;line-height:90px;position: absolute;left:10px;top:0; }  
.logo img{max-width: 100%;}
.gpdm{font-size: 14px;line-height: 24px;margin-top:20px;position: absolute;left:100px;top:0;
padding-left:20px; border-left:1px solid #cccccc;}
.gpdm p.txt01{color: #ac322f;font-size: 18px;}
.langbox{position: absolute; right: 10px; font-size: 16px;top:30px;z-index: 3; line-height: 30px; color: #555555;} 
.langbox a{color: #555555;}
.langbox a:hover{color: #ac322f;}
#globalnav.mini_top .langbox,#globalnav.mini_top .langbox a{color: #1f3586;}


.envelope{position: absolute; right:65px; font-size: 16px;top:30px;z-index: 3;line-height: 30px;color: #fff;}
.envelope a{color: #fff;}
#globalnav.mini_top .envelope a{color: #333;}

.toptel{position: absolute;right:60px; font-size: 14px;top:20px; color: #fff; line-height: 30px display:none;}
.toptel span{color: #1d4789;font-weight: bold;font-size: 20px;font-style: italic;}

.serchinco{position: absolute;width:70px; height: 30px; right:150px; top:30px; line-height:30px;cursor: pointer;z-index: 999; font-size: 16px;color: #555555;}
.serchinco:hover{color: #ac322f;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top:90px; right:0;width: 280px;padding:15px;z-index: 99; background:#ac322f;}
.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_ser.png) no-repeat center;}

@media only screen and (max-width:1200px) {
.gpdm{left: 80px;}
}    

 
@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;}
    .logo,.toptel,.langbox,.envelope{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px; text-align: center;}
    .serchinco span{display: none;}
    .gpdm p{display: inline-block; font-size: 14px;}
    .gpdm p.txt01{margin-left: 10px;font-size: 14px;font-weight: bold;}
    .gpdm{margin-top: 10px;left: 60px;padding-left: 10px;}
}

@media only screen and (max-width: 480px) {
   .globalsearch{ width: calc(100% - 30px);}
}



/* ==========================================================================
Nav
========================================================================== */
/* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #555;
        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:#ac322f;;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #ac322f;;
        top: 100%;
        min-width: 160px;
    }
 
   .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: #ac322f;;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width:100%;
        display: block;
        text-align: center;
    }
    
@media only screen and (max-width: 920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 14px;
            width: 100%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px); padding-top: 0; }
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #ac322f;;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}
.hometit{font-size:24px;color: #000; text-align: center;}




/* ==========================================================================
   hmdpart01
   ========================================================================== */
.hmdpart01{padding:60px 0;}
.hmdpart01 ul{margin-left: -20px;margin-top: 20px;}
.hmdpart01 li{ float: left; padding:30px 0;
    width: calc(25% - 22px);border:1px solid #d2d2d2;margin-left: 20px;margin-top: 20px;
    background:#ffffff;
    background-image: -webkit-linear-gradient(top,#ffffff 0%,#f0f0f4 100%);
    background-image: -moz-linear-gradient(top,#ffffff 0%,#f0f0f4 100%);
    background-image: linear-gradient(top,#ffffff 0%,#f0f0f4 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#ffffff', StartColorStr='#f0f0f4');
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.hmdpart01 a{display: block; text-align: center;}

.hmdpart01 li .inco{height: 80px;width:80px; background-position: center top;
    display: inline-block; vertical-align: middle; transition: background 0.5s;}
.hmdpart01 li p{font-size: 18px;margin-top: 10px;font-weight:600;}
.hmdpart01 li:hover .inco{background-position: center bottom;}
.hmdpart01 li:hover a{color: #fff;}
.hmdpart01 li:hover{background: #ac322f;}


/* ==========================================================================
   hmdpart02
   ========================================================================== */

.hmdpart02{padding:60px 0 0 0;background: url(../images/homebg01.jpg) center no-repeat;background-size: cover;position: relative; }
.hmdpart02 .right{width:60%;float: right;}
.hmdpart02:before{content: ""; display: block; bottom: 0; right:0; position: absolute; width:300px; height:317px;
z-index:1;background:url(../images/hmdpic06.jpg) right bottom no-repeat;}
.hmdpart02 .hometit{text-align: left; text-indent: 50px;margin-bottom: 30px;}
.hmdpart02 .warp{padding:70px 70px 0 70px;background: #fff;position: relative;z-index: 2;}
.hmdpart02 .warp:after{content: ""; display: block; bottom: 0; right:-50px; position: absolute; width:100%; height:5px;
z-index: 2;background:#ac322f;}
.hmdpart02 .desc{font-size: 18px;color: #555;z-index: 1;position: relative;}
.hmdpart02 ul{margin-left: -25px;margin-top:10px;z-index:4;position: relative;background: #fff;padding-right: 20px;padding-bottom: 50px;
    border-bottom:5px solid #ac322f;}
.hmdpart02 li{width: calc(50% - 107px);background: #fff; margin-left: 25px; margin-top: 25px; padding:0 40px; float: left; height: 66px; line-height: 66px;border:1px solid #d9e0eb;}
.hmdpart02 li a{font-size: 18px;}
.hmdpart02 li i{float: right;color: #ac322f; line-height: 66px;}


/* ==========================================================================
   hmdpart03
   ========================================================================== */

.hmdpart03{padding:60px 0; }
.hprobox{border:1px solid #d9e0eb;margin:10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.hprobox .pic {position: relative; height: auto;overflow: hidden;}
.hprobox .bgimg{width: 100%;}
.hprobox .uppic{max-width: 80%!important;
  max-height: 80%;
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);}
.hprobox:hover { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}
.hprobox .tit{padding:20px; font-size: 16px; border-top:1px solid #d9e0eb;height: 40px; line-height: 40px; text-align: center;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.tjcpnav{text-align: center;margin:30px 0;}
.tjcpnav li{display: inline-block;font-size: 18px;margin:0 10px;}
.tjcpnav li.on a{color: #ac322f;}

#owl-hpro .owl-dots{height: 0px;overflow: hidden;}
#owl-hpro .owl-prev,#owl-hpro .owl-next{width:30px;top:35%; height:50px;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-hpro .owl-prev{position: absolute;left:-50px; background:url(../images/arr03.png) left top no-repeat;}
#owl-hpro .owl-next{position: absolute;right:-50px;background:url(../images/arr04.png) right top no-repeat;}
.hmore{text-align: center;margin-top: 50px;}
.hmore a{width:360px; height:60px; font-size: 18px; text-align: center; line-height:60px; display: inline-block; background: #e0e3e9;color: #333;}

/* ==========================================================================
   hmdpart04
   ========================================================================== */

.hmdpart04{padding:60px 0 0 0;background: url(../images/homebg02.jpg) center no-repeat;background-size: cover;}
.hmdpart04 .left{width: 60%;background: #fff;padding:70px 70px 0 70px;font-size: 18px;margin-top: 30px;}
.hmdpart04 .hmore{border-bottom: 3px solid #ac322f;text-align: left;}
.hmdpart04 .hmore a{background: #ac322f;color: #fff;}
.hmdpart04 .row02{margin-left: -80px;margin-top: 50px;}
.hmdpart04 .numbox:nth-child(3){width: 40%;border:none;}
.hmdpart04 .numbox{float: left; text-align: center;width: calc(30% - 1px);border-right: 1px solid #d9d9e3;}
.hmdpart04 .numbox h3{font-size: 50px; color: #ac322f;}

/* ==========================================================================
   hmdpart05
   ========================================================================== */

.hmdpart05{padding:60px 0;background: url(../images/homebg03.jpg) center no-repeat;background-size: cover;}

.hnewsbox{}
.hnewsbox .pic {position: relative; height: auto;overflow: hidden;}
.hnewsbox .bgimg{width: 100%;}
.hnewsbox .uppic{width: 100%;transition: transform 1s;position: absolute;left: 0;top:0;}
.hnewsbox:hover .uppic{ transform: scale(1.05);}
.hnewsbox .cover{position: absolute; width: 100%;height: 100%;top:0; left: 0;
    background: url(../images/hmdpic05.png) center no-repeat;background-size: cover;}
.hnewsbox .cover .desc{margin: 0 50px; padding-bottom: 20px; color: #fff;position: absolute;bottom: 0;width: calc(100% - 100px);border-bottom: 3px solid #ac322f;}
.hnewsbox .cover p.date{color: #9da2af;}
.hnewsbox .cover .tit{height: 60px; line-height: 30px;font-size: 18px; font-weight: bold;
    overflow:hidden;text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp:2;    -webkit-box-orient: vertical;}
#owl-hnews{margin-top: 30px;}
#owl-hnews .owl-dots{height: 0px;overflow: hidden;}
#owl-hnews .owl-prev,#owl-hnews .owl-next{width:30px;top:35%; height:50px;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-hnews .owl-prev{position: absolute;left:-50px; background:url(../images/arr03.png) left top no-repeat;}
#owl-hnews .owl-next{position: absolute;right:-50px;background:url(../images/arr04.png) right top no-repeat;}

@media only screen and (max-width: 1200px) {
.hmdpart02 .right{width: 70%;}
.hmdpart02 .desc,.hmdpart02 li a,.tjcpnav li,.hmore a{font-size: 16px;}
.hmdpart01 li p,.hprobox .tit{font-size: 14px;}
.hmdpart02 li {width: calc(50% - 87px);padding: 0 30px;}
.hmdpart02 .warp:after{display: none;}
.hmdpart02 .warp{padding:50px 50px 0 50px;}
.hmdpart04 .left {width: 70%;padding: 50px 50px 0 50px; font-size: 16px;}
.hmdpart04 .numbox h3{font-size: 36px;}
.hmdpart04 .row02{margin-top: 30px;}
.hnewsbox .cover .tit{font-size: 16px;line-height: 24px;height: 48px;}
.hnewsbox .cover .desc {margin: 0 30px;width: calc(100% - 60px);}
#owl-hpro .owl-dots{height: auto;overflow: hidden;}
#owl-hpro .owl-prev,#owl-hpro .owl-next{filter: Alpha(Opacity=0);opacity: 0;width: 0;height: 0;display: none; }
#owl-hnews .owl-dots{height: auto;overflow: hidden;}
#owl-hnews .owl-prev,#owl-hnews .owl-next{filter: Alpha(Opacity=0);opacity: 0;width: 0;height: 0;display: none; }
}

@media only screen and (max-width:920px) {
.hmdpart01{padding:30px 0;}
.hmdpart01 ul{margin-top: 0;}
.hmdpart02 .right{width: 100%;}
.hmdpart02 .hometit{text-indent: 0;text-align: center;}
.hmdpart02{padding-top: 30px;}
.hmdpart03{padding:30px 0;}
.tjcpnav{margin:20px 0;}
.hmore{margin-top: 30px;}
.hmdpart04 .left{width: calc(100% - 100px);}
.hmdpart04{padding-top: 30px;}
.hometit{font-size: 18px;}
.hmdpart05{padding:30px 0;}
.hnewsbox .cover .tit{font-size: 14px;}
}

@media only screen and (max-width:768px) {
.hmdpart02:before{display: none;}
.hmdpart01 li{width: calc(50% - 22px);}
.hmdpart02 .desc, .hmdpart02 li a, .tjcpnav li, .hmore a{font-size: 14px;}
.hmdpart02 li {width: calc(100% - 62px); padding: 0 30px;margin-top: 10px; margin-left:0;height: 50px; line-height: 50px; }
.hmdpart02 ul{margin-left: 0;padding-right: 0;padding-bottom:30px;}
.hmdpart02 .warp{padding: 30px 30px 0 30px;}
.hmdpart02 li i{line-height: 50px;}
.hprobox{margin:5px;}
.hprobox .tit{padding:5px;}
.hmore a{width: 200px;height: 40px;line-height: 40px;}
.hmdpart04 .hmore{border-bottom: none;text-align: center;}
.hmdpart04 .row02{margin-left: 0;}
.hmdpart04 .numbox{font-size: 12px;}
.hmdpart04 .numbox h3{font-size: 24px;}
.hmdpart04 .left{padding: 20px 20px 0 20px;width: calc(100% - 40px);font-size: 14px;}
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 12px;font-family: microsoft yahei; padding:60px 0 0 0;color: #fff;background:#404145;position: relative;}
footer a{color: #efefef;}
footer a:hover { text-decoration: underline; }
.footer-nav { text-align: justify;}

.fn-col { display: inline-block; *display:inline;zoom: 1; vertical-align: top; *padding-right: 100px;}
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.fn-col h3 {  margin-bottom: 10px;font-size: 18px;line-height: 24px;font-weight: normal;}
.fn-col h3 a:hover {text-decoration: underline;color: #fff; }
.fn-col li {line-height:24px; font-size: 16px;color: #fff;}
.fn-col li a{color: #d0d2d8;}
.fn-col li a:hover {text-decoration: underline;color: #fff;}
.fn-contact{padding-right: 30px; width: 200px; overflow:hidden; }
.fn-contact img{max-width: 100%;}
footer .ewm{font-size: 14px;color: #8f9ed4;margin-top: 20px;}
footer .ewm img{width: 70px;float: right;}
.foothd{padding:15px;text-transform:Uppercase;margin-top: 20px; color: #d0d2d8; font-size: 14px; line-height: 24px; border-top: 1px solid #707276; background: #404145;}
.foothd a{color: #d0d2d8;}
.foothd a:hover{text-decoration: underline;}
.foothd span{margin:0 20px;}
.foothd .share{ float: right;font-size: 24px;}

@media only screen and (max-width: 1440px) {
    footer{padding-top: 30px;}
    .foothd{padding:10px;font-size: 12px;}
}

@media only screen and (max-width: 920px) {
.fn-col li{font-size: 12px;}
.fn-col h3{font-size: 14px;}
.fn-ewm{width: 150px;padding-left: 10px;}
footer .ewm{width: 70px;font-size: 12px;margin-left: 5px;}
footer .ewm img{width: 70px;height: 70px;margin-bottom: 5px;}
}

@media only screen and (max-width: 768px) {
footer {padding-top:10px;}
.fn-col {width: 70px;float: left; background: none;}
footer .wrapper:after{display: none;}
.footer-nav{height: 60px;}
.foothd{margin-top:0;font-size: 12px;padding: 10px 0; line-height: 18px; text-align: left;}
.fn-col ul{display: none;}
.fn-contact{display: none;}
.fn-col h3 {font-size: 12px;   border-bottom: 0; padding:0;margin-bottom: 0;}
}

.toggle-btn { display: none;}

@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }    
    .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);
    }
}


