/* ==========================================================================
   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: #00adff; }

 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: 1150px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}  

@media only screen and (max-width:1600px) {
.wrapper {max-width: 1440px;}
}

@media only screen and (max-width:1440px) {
.wrapper {max-width: 1320px;}
}

@media only screen and (max-width:1200px) {
.wrapper {max-width: 1100px;}
}

@media only screen and (max-width:920px) {
.wrapper {max-width: 880px;}
}
  
    .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:200px;height:110px;overflow: hidden;line-height:110px;position: absolute;left:10px;top:0;
    background:url(../images/logo.png)  left center no-repeat; background-size: auto 84px;
 }  
.logo img{max-width: 100%; display: none;}
#globalnav.mini_top .logo{background:url(../images/logo.png)  left center no-repeat;}
.gpdm{font-size: 14px;line-height: 24px;margin-top:20px;position: absolute;left:160px;top:0;
padding-left:20px; border-left:1px solid #cccccc;}
.gpdm p.txt01{color: #024099;font-size: 18px;}
.langbox{position: absolute; right:0;top:40px;z-index: 3; line-height: 30px; color: #999999;} 
.langbox .hd{width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 16px;}
.langbox .bd{width: 100px; background:#fff; text-align: center;padding:10px;margin-left: -40px; display: none;}
.langbox .bd a{display: block;font-size: 14px;}
.langbox:hover .bd{display: block;position: absolute;}


.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:40px;color: #999999; text-align: center; height: 30px; right:50px; top:40px; line-height:30px;cursor: pointer;z-index: 999; font-size: 16px;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top:90px; right:0;width: 280px;padding:15px;z-index: 99; background:#00adff;}
.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;}



#globalnav.mini_top .langbox,#globalnav.mini_top .langbox a,#globalnav.mini_top .langbox i,#globalnav.mini_top .serchinco{color: #00adff;}

@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;color: #00adff;  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:100px;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:#00adff;;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #00adff;;
        top: 100%;
        min-width: 200px;
    }
 
   .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: #00adff;;
        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;
    }
    
@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: #00adff;;
    }   
    
   
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}
.hometit{ text-align: center;}
.hometit h3{font-size: 30px;}
.hometit p.txten{color: #ff6600;font-size: 18px;}

/* ==========================================================================
    homepart01
   ========================================================================== */
.homepart01 {padding:100px 0;}
.homepart01 .right {width:800px;float: right;height: auto;overflow: hidden;}
.homepart01 .right .pic img{max-width: 100%;}
.homepart01 .left{width: calc(100% - 950px);float: left;}
.tongltxt{ padding-left: 100px;position: relative;}
.tongltxt:before { content: ""; display: block; top: 0; left: 0; position: absolute; width:2px; height:130px; background: #017ab3;}
.tongltxt .desc{line-height:1.6em;font-size: 18px; color: #666;margin:60px 0;max-width: 460px;}
.tongltxt h2.tit{font-size: 30px;line-height: 1em;font-weight: 500;}

.ckxq_btn{width: 180px; height:45px; font-weight: bold; text-align: center; line-height: 45px; display: inline-block; 
  background: #017ab3;color: #fff; 
  -webkit-border-radius:24px;
  -moz-border-radius:24px;
  -ms-border-radius:24px;
  -o-border-radius:24px;
  border-radius:24px;
}
.ckxq_btn:hover{color: #fff; transform: translate3d(0, -2px, 0);}




@media only screen and (max-width:1600px) {

}

@media only screen and (max-width:1440px) {
.tongltxt{padding-left: 60px;}
.homepart01 .right {width:600px;}
.homepart01 .left { width: calc(100% - 700px);}
.tongltxt .desc{font-size: 16px;}
}

@media only screen and (max-width:1200px) {
.tongltxt h2.tit{font-size: 24px;}
}

@media only screen and (max-width:920px) {
.homepart01 .left { width: calc(100% - 100px); float: none;}
.homepart01 .right {width:100%;float: none;padding-top: 60px;}
.tongltxt{padding-left: 40px;}
.tongltxt .desc{margin:40px 0;}
.homepart01{padding:60px 0;}
}

@media only screen and (max-width:768px) {
    .homepart01{padding:40px 0;}
    .homepart01 .left { width: calc(100% - 40px);  float: none;}
    .tongltxt{padding-left: 30px;}
    .tongltxt h2.tit{font-size: 18px;}
    .tongltxt .desc{font-size: 14px;line-height: 1.5em;margin:20px 0;}
    .tongltxt:before{height: 80px;}
    .homepart01 .right {height: 300px!important; overflow: hidden;}
}

@media only screen and (max-width:420px) {
.homepart01 .right {height: 200px!important;}
}


/* ==========================================================================
   homepart02
   ========================================================================== */


.option{width: calc(16.66% - 50px);overflow: hidden; float: left;position: relative;cursor: pointer;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.option .pic,.option .pic img{height: 100%;max-height: 500px;}
.option.active{width:300px; }
.option .cover{background: rgba(11, 94, 134, .8);color: #fff; width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.option .cover .warp{padding:30px;}
.option.active .cover .warp{padding:60px;}
.option.active .cover{height: 50%;top: 25%;background: rgba(0, 0, 0, .4);}

.option .tit {font-size: 18px;line-height: 40px;overflow: hidden;
/*	height:40px;*/
	position: absolute;top: 50%;margin-top: -20px;
    text-overflow: ellipsis; text-align: center;width: 100%;left: 0;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.option .desc{font-size: 12px; display: none; height: 100px;overflow: hidden; margin-top: 10px;text-align: center;text-shadow: 1px 1px 2px #555555;}
.option.active .desc{display: block;}
.option.active .tit{ font-size:24px;margin-right: 20%;position: relative;top: auto;margin-top: 0;text-shadow: 1px 1px 2px #555555;}

@media only screen and (max-width:1600px) {

}

@media only screen and (max-width:1440px) {
.option .tit{font-size: 16px;}
}

@media only screen and (max-width:1200px) {
.option .tit{font-size: 14px;}
}

@media only screen and (max-width:920px) {
    .option{width:33.33%;height:200px;}
    .option:last-child{display: none;}
    .option.active{width:33.33%; }
    .option.active .cover .warp{padding:30px;}
.option.active .cover{background: rgba(11, 94, 134, .8);color: #fff; width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.option.active .desc{display: none;}
.option.active .tit {font-size: 14px;line-height: 40px;overflow: hidden;
    position: absolute;top: 50%;margin-top: -20px;width: 100%;}
    .option .pic,.option .pic img{width: 100%;}
}


/* ==========================================================================
   homepart03
   ========================================================================== */
.homepart03{padding:200px 0 40px 0;}
.lmbt-row .desc{max-width: 400px;}
.longarrbox a{width: 40px; height: 20px;transition: background 0.5s; display: inline-block;}
.longarrbox:hover a {   background-position: center -20px;}

.lmbt-row .tongltxt{float: left;}
.lmbt-row .quicklink{ float: right; }
.lmbt-row .quicklink li {width: 114px; margin-left: 50px; float: left;}
.lmbt-row .quicklink li .inco em{width: 114px; height: 114px;transition: background 0.5s; display: inline-block;}
.lmbt-row .quicklink li:hover .inco em{   background-position: center -114px;}



.developmentlist{margin-left: -20px;margin-top: 60px;}
.developmentlist li{width: calc(25% - 10px);margin-left: 10px;float: left;}
.newsbox{padding:20px;background: #fff;cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.newsbox:hover{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);transform: translate3d(0, -2px, 0);}
.newsbox .pic {position: relative; height: auto;overflow: hidden;}
.newsbox .bgimg{width: 100%;}
.newsbox .uppic{width: 100%;height: 100%; transition: transform 1s;position: absolute;left: 0;top:0;}
.newsbox:hover .uppic{ transform: scale(1.05);}
.newsbox .txtarea{margin-top:20px;}
.newsbox .txtarea>h2{font-size:24px;font-weight: normal; width: 100%;height: 30px; line-height: 30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newsbox:hover .txtarea>h2 a{color: #017ab3;}
.newsbox:hover .longarrbox a{background-position: center -20px;}
.newsbox .txtarea .desc{font-size: 16px;  line-height: 24px;height:72px; overflow: hidden;margin:20px 0;}
.newsbox:hover .txtarea .desc{color: #017ab3;}

@media only screen and (max-width:1600px) {

}

@media only screen and (max-width:1440px) {
.newsbox .txtarea>h2{font-size: 18px;}
.newsbox .txtarea .desc{font-size: 14px;}
.homepart03{padding:100px 0 40px 0;}
}



@media only screen and (max-width:920px) {
.newsbox .txtarea>h2{font-size: 14px;font-weight: bold;}
.developmentlist{margin-left:0;margin-top: 60px;}
.developmentlist li{width:25%;margin-left: 0;}
.newsbox .txtarea .desc{margin:10px 0;}
.homepart03{padding:80px 0 20px 0;}
.lmbt-row .quicklink li {margin-left: 20px;}
.lmbt-row .desc{max-width:330px;}
}

@media only screen and (max-width:768px) {
.homepart03{padding:40px 0 0 0 ;}
.developmentlist{margin-top: 20px;}
.developmentlist li{width:100%;margin-top: 10px;}
.newsbox{border:1px solid #cecece;padding:10px;}
.newsbox .txtarea .desc{height: 40px; line-height: 20px;}
.lmbt-row .quicklink li {width: 80px; margin-left: 20px; }
.lmbt-row .quicklink li .inco em{width: 80px; height:80px;}
.lmbt-row .quicklink li:hover .inco em{   background-position: center -80px;}
.lmbt-row .quicklink li .inco em{background-size: auto 160px;}
.lmbt-row .tongltxt{float: none;}
.lmbt-row .quicklink{ float: none;margin-top: 20px; }
}


/* ==========================================================================
   homepart04
   ========================================================================== */
.homepart04{padding:60px 0;}

.szgdbox{margin-left: -40px;}
.szgdbox .numbox{width: calc(25% - 40px);margin-left: 40px;float: left;}
.szgdbox .numbox>p{border-bottom: 1px solid #cecece;font-size: 18px;height: 40px; line-height: 40px;color: #666666;}
.szgdbox .numbox h3{margin-top: 20px;text-align: center;color:#017ab3;}
.szgdbox .numbox h3 span.timer{font-size: 60px;}
.szgdbox .numbox h3 span.unit{font-weight:500;margin:0 5px;}

@media only screen and (max-width:1600px) {

}


@media only screen and (max-width:1440px) {
.szgdbox .numbox>p{font-size: 16px;}
.szgdbox .numbox h3 span.timer{font-size: 48px;}
}

@media only screen and (max-width:1200px) {
.szgdbox .numbox>p{font-size: 14px;}
.szgdbox .numbox h3 span.timer{font-size: 36px;}

}

@media only screen and (max-width:920px) {
.szgdbox .numbox>p{line-height: 20px;padding-bottom: 10px;}
.szgdbox .numbox h3 span.timer{font-size: 24px;}
.homepart04{padding:20px 0 40px 0;}
}

@media only screen and (max-width:768px) {
    .szgdbox{margin-left:0;}
    .szgdbox .numbox{width:100%;margin-left:0;margin-bottom: 20px;}
    
}

/* ==========================================================================
   homepart05
   ========================================================================== */
.homepart05{padding:100px 0;height: 700px; background:url(../images/homebg02.jpg) right center no-repeat;background-size: cover;position: relative;}
.homepart05:before { content: ""; display: block; bottom: 0; left: 0; position: absolute; width:40%;max-width: 784px; height:100%; 
background:url(../images/homebg01.jpg) right center no-repeat;background-size: cover;}
.homepart05 .wrapper{position: relative;z-index: 1;}
.homepart05 .tongltxt:before{background: #fff;}
.homepart05 .tongltxt .desc,.homepart05 .tongltxt h2.tit{color: #fff;}
.homepart05 .ckxq_btn{background: #fff;color: #017ab3;}

.homepart05 .row02{width: calc(100% - 460px); float: right;margin-top: -100px;}
.businesslist{margin-left: -90px;margin-top: 40px;}
.businesslist li{width: calc(33.33% - 90px);margin-left: 90px;float: left;}

.businessbox{background: #fff;cursor: pointer;overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
}
.businessbox:hover{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);transform: translate3d(0, -2px, 0);}
.businessbox .pic {position: relative; height: auto;overflow: hidden;}
.businessbox .bgimg{width: 100%;}
.businessbox .uppic{width: 100%;height: 100%; transition: transform 1s;position: absolute;left: 0;top:0;}
/*.businessbox:hover .uppic{ transform: scale(1.05);}*/
.businessbox .txtarea{padding:20px;}
.businessbox .txtarea>h2{font-size:24px;font-weight: normal; width: 100%;height: 30px; line-height: 30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.businessbox:hover .txtarea>h2 a{color: #017ab3;}
.businessbox .txtarea .desc{font-size: 16px;color: #999;  line-height: 24px;height:72px; overflow: hidden;margin:10px 0;}
.businessbox:hover .txtarea .desc{color: #017ab3;}
.businessbox .inco{height: 30px; line-height: 30px; overflow: hidden; text-align: right;position: relative;}
.businessbox .inco:before { content: ""; display: block; bottom:14px; left: 0; position: absolute;width: calc(100% - 50px);height:1px; background: #f8d213;}
.businessbox .inco img{vertical-align: middle;}

@media only screen and (max-width:1600px) {
.businesslist{margin-left: -50px;}
.businesslist li{width: calc(33.33% - 50px);margin-left: 50px;float: left;}
.businessbox .txtarea>h2{font-size: 18px;}
.homepart05 .tongltxt .desc{max-width: 400px;}
}

@media only screen and (max-width:1440px) {

}

@media only screen and (max-width:1200px) {
.homepart05 .tongltxt .desc{max-width: 300px;}
.homepart05 .row02{width: calc(100% - 360px);}

}

@media only screen and (max-width:920px) {
.homepart05:before{width: 100%;max-width: 100%;height: 500px;top: 0;bottom: auto;}
.homepart05 .tongltxt .desc{max-width: 100%;}
.homepart05 .row02{width: 100%;margin-top: 50px;}
.businesslist{margin-top: 0;}
.homepart05{height: auto;padding:60px 0;}
.businesslist{margin-left: -30px;}
.businesslist li{width: calc(33.33% - 30px);margin-left: 30px;}

}

@media only screen and (max-width:768px) {
.businesslist{margin-left:0;}
.businesslist li{width:100%;margin-left: 0;float: none;margin-top: 20px;}
.homepart05{padding:40px 0;}
}

/* ==========================================================================
   homepart06
   ========================================================================== */

.homepart06{padding:80px 0;}

.homepart06 .row01 .tongltxt{float: left;}
.brandMenu{width: 400px; float: right;}

.brandMenu h3{ height:60px;line-height: 60px; font-weight: normal; font-size: 24px; color: #017ab3;
 cursor:pointer; padding-left: 30px; position: relative;}
 .brandMenu h3:before { content: ""; display: block; top: 20px; left:15px; position: absolute; 
 width:3px; height: 15px; background: #017ab3;}

.brandMenu h3.on{border-bottom: 0; background: #017ab3;color: #fff;}
.brandMenu h3 em{ float:right; display:block; width:40px; height:60px; background:url(../images/icoAdd02.png) right bottom no-repeat;
 cursor:pointer;margin-right: 10px;}
.brandMenu h3.on em{ background-position:right top; }
.brandMenu .nwms{padding:10px 20px 40px 36px;font-size: 18px; color: #666;position: relative;
     background: #017ab3 url(../images/inco09.png) right bottom no-repeat;
}
.brandMenu .nwms .li{height: 30px; line-height: 30px;}
.brandMenu .nwms .li a{color: #fff;}
.brandMenu .nwms .li i{margin-right: 5px;}


.slideGroup{margin-top:60px;}
.slideGroup .parHd{max-width: 1600px;margin:0 auto 60px auto;border-bottom: 1px solid #cecece;}
.slideGroup .parHd li{float: left; height: 60px; line-height: 60px; color: #999; margin-right:50px;font-size: 18px;cursor: pointer;
    border-bottom: 2px solid #fff;
 }
.slideGroup .parHd li.on{color: #333;border-bottom: 2px solid #017ab3;}

.picList{ overflow:hidden; zoom:1; }
.picList li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picList li .pic{ width: 220px; height: 120px; line-height: 120px; border:1px solid #cecece; text-align:center;border-radius:20px; }
.picList li .pic img{ width:90%; height:auto; display:inline-block; }
.picList li .pic:hover{ border-color:#999;}

@media only screen and (max-width:1600px) {
.slideGroup .parHd{padding:0 10px;}
}

@media only screen and (max-width:1440px) {

}

@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:920px) {
.picList li .pic{ width: 110px; height: 60px; line-height: 60px;}
.slideGroup .parHd li{font-size: 16px;margin-right: 10px;}
.slideGroup{overflow:hidden;}
.slideGroup .parHd{margin-bottom: 30px;}
.picList li .pic{ border-radius:12px; }

.brandMenu h3{font-size: 18px;}
.brandMenu .nwms{font-size: 14px;}
.brandMenu{width: 300px;}
}

@media only screen and (max-width:768px) {
    .homepart06{padding:30px 0;}
    .slideGroup{margin-top: 20px;}
    .homepart06 .row01 .tongltxt{float: none;}
.brandMenu{width: 100%; float: none;margin-top: 20px;}

}

/* ==========================================================================
   homepart07
   ========================================================================== */
.homepart07{padding:80px 0 20px 0;position: relative;}
.homepart07:before { content: ""; display: block; top: 0; left: 0;
 position: absolute; width:100%; height:560px;background:url(../images/homebg07.jpg) top center no-repeat;background-size: cover;}
.homepart07 .tongltxt:before{background: #fff;}
.homepart07 .tongltxt .desc,.homepart07 .tongltxt h2.tit{color: #fff;}
.homepart07 .ckxq_btn{background: #fff;color: #017ab3;}
.futurebox{position: relative;}
.futurebox:before { content: ""; display: block; bottom: 0; left: 0;
 position: absolute;width: calc(100% - 750px); height:2px;background:#dedede;}
.futurebox .pic{width: 680px;height: 485px; overflow: hidden; float: right;}
.futurebox .pic img{width: 100%;height: 100%;}
.futurebox .txtarea{width: calc(100% - 880px); float: left; padding-top: 250px; padding-left: 100px; position: relative;color: #017ab3;}
.futurebox .txtarea .mstxt{font-size: 18px; line-height: 2em;}
.futurebox .txtarea em{font-size: 60px; position: absolute; left: 0; line-height: 60px; vertical-align: text-top;}

#owl-Future .owl-dots{height: 0px;overflow: hidden;}
#owl-Future .owl-prev,#owl-Future .owl-next{width:40px;top:-60px; 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-Future .owl-prev{position: absolute;right:40px; background:url(../images/arr002.png) left center no-repeat;}
#owl-Future .owl-next{position: absolute;right:0;background:url(../images/arr001.png) right center no-repeat;}

@media only screen and (max-width:1200px) {
.futurebox .pic{width: 500px;height:350px;}
.futurebox .txtarea{width: calc(100% - 650px); padding-top: 150px; padding-left:90px;}
.futurebox:before{width: calc(100% - 550px); }
.homepart07:before {height:420px;}
.futurebox .txtarea .mstxt{font-size: 16px; line-height: 1.8em;}
}

@media only screen and (max-width:920px) {
.futurebox .pic{width: 400px;height:285px;}
.futurebox .txtarea{width: calc(100% - 520px); padding-top: 100px; }
.futurebox:before{width: calc(100% - 430px); }
.homepart07:before {height:360px;}
.futurebox .txtarea .mstxt{font-size: 14px; line-height: 1.6em;}
}

@media only screen and (max-width:768px) {
#owl-Future .owl-dots{height: auto;overflow: hidden;}
#owl-Future .owl-prev,#owl-Future .owl-next{filter: Alpha(Opacity=0);opacity: 0;width: 0;height: 0;display: none; }
.futurebox .pic{width: 100%;height:auto;float: none;}
.futurebox .txtarea{width: calc(100% - 60px); padding-top:20px;float: none;margin-bottom: 20px; padding-left: 60px;}
.homepart07{padding:40px 0 0 0;margin-top: 20px;}
#owl-Future{margin-top: 60px;}
.homepart07:before {height:260px;}
.futurebox .txtarea em{font-size: 36px; line-height: 36px;}
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 14px;padding:60px 0 0 0;color: #000; background:#f5f5f5;}

footer a{color: #cfcfd2;}
footer a:hover { text-decoration: underline;color: #fff; }
.footrow01{text-align: center;padding-bottom:50px; color: #666;font-size: 18px; border-bottom:2px solid #d6d6d6;margin-bottom:40px;}
.footrow01>h2{font-size: 24px;font-weight: normal;color: #017ab3;}
.footcontact a{display: inline-block;border:1px solid #d6d6d6;border-radius:16px;font-size: 16px; padding:0 30px; margin:0 20px;
    color: #999;
}
.footcontact{margin-top:30px;}
.footcontact a:hover{background: #017ab3;color: #fff;border-color: #017ab3; text-decoration: none;}
.footer-nav { text-align: justify;margin-bottom: 20px;}
.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: 16px;line-height: 24px;color: #017ab3;font-weight: normal;}
.fn-col h3,.fn-col h3 a{color: #017ab3;}
.fn-col h3 a:hover {text-decoration: underline;}
.fn-col li {line-height:30px; font-size: 14px;color: #666;}
.fn-col li a{color: #666;}
.fn-col li a:hover {text-decoration: underline;}
.fn-col-share{width: 200px;text-align: right;}
.fn-col-share .share02 a{width: 30px; height: 30px; display: inline-block; text-align: center;line-height: 30px;
border:1px solid #017ab3;color: #017ab3;font-size: 18px;border-radius:50%;margin-left: 10px;}
.fn-col-share .share02 a:hover{background: #017ab3;color: #fff;}

.foothd{padding:15px 0; color: #fff;text-align: center; font-size: 14px;border-top: 1px solid #017ab3; background: #017ab3;position: relative;}
.foothd a{color: #fff;}
.foothd a:hover{text-decoration: underline;}
.foothd .left{float: left;}
.foothd .right{float: right;}
.foothd i{margin:0 5px;}

@media only screen and (max-width: 1440px) {
    footer{padding-top: 30px;}
    .foothd{padding:10px 0;font-size: 12px;}
}
@media only screen and (max-width: 1200px) {
.foothd span{margin:0 10px;}
}

@media only screen and (max-width: 920px) {
.fn-col li{font-size: 12px;}
.fn-col h3{font-size: 14px;}
.foothd span.ewm{display: none;}
.fn-contact,.fn-ewm{display: none;}
}


@media only screen and (max-width: 768px) {
footer {padding:0;}
.footer-nav{display: none;}
.foothd .right,.foothd .left{float: none;}
.footrow01{padding-top: 20px;font-size: 14px;margin-bottom: 0;border:0;padding-bottom: 20px;}
.footcontact a{width: calc(100% - 60px);margin:0 0 10px 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);
    }
}


