﻿/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    
    a {
        color: #666;
    }
    
    a:hover {
        color: #029b8d;
    }
    
    body {
        color: #666;
        font: 12px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
        background: #fff;
    }
    
    .wrapper {
        max-width: 1200px;
        /*min-width: 980px; */
        _width: 1200px;
        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;  }


    /* search */
.navigation{height:26px;position: absolute;right: 20px;top: 28px;z-index: 99999;}
.serchinco{font: 300 20px/24px microsoft yahei;cursor: pointer;z-index: 999; color: #7b7b7b;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top: 58px; right:0;width: 280px;padding:15px;z-index: 99; background: #029b8d;}
.globalsearch #q,
.globalsearch .search-btn { float: left;   border: 0 none; }
.globalsearch #q { width: calc(100% - 60px); height: 18px; padding: 10px 40px 10px 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 30px; height: 40px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center; margin-left: -40px; }
@media only screen and (max-width: 767px) {
      .serchinco{right: 10px; top: 13px;}
      .globalsearch{ top: 36px;}
}
.logo{position: absolute;left: 20px;top: 0;}
.logo img{float: left;}
.company_tit{float: left;color: #000;height: 64px;padding-left: 10px; font: 300 28px/64px microsoft yahei;}
@media only screen and (max-width: 767px) {
        .company_tit{display: block;}
        .navigation{;top: 12px;right: 10px;}
        .logo{display: none;}
}


    /* ==========================================================================
   Header
   ========================================================================== */

    header {}
    
    header .wrapper {
        min-height: 80px;
        position: relative;
        z-index: 99;
    }
    
    .logo {
        position: absolute;
        padding-top:10px;
    }
    
    .logo a {
        display: block;
         width: 400px;height: 58px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(../images/logo.png) left center no-repeat;
    }
@media (max-width:1280px) {
   .logo a {
        background-repeat: no-repeat;
        background-size: auto 35px;
        background-image: url(../images/logo.png);
        background-position: left center;    
        width:240px;
        top: 0;
            left: 10px;
            margin-left: 0;
        /* left: 50%; */
        /* margin-left: -75px; */
        text-align: center;
        z-index: 1;
    }
}

    /* ==========================================================================
   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: #029b8d;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 25px 20px;
        border-bottom: 3px solid #029b8d;
        margin-left: -100px; 
		min-width: 100px;
    }
    
    @media (min-width:768px) {
        .active1 + .dropdown {
            top: 56px;
        }
    }
    
    .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: #029b8d;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }
    
    .dropdown .pic {
        display: none;
        padding: 0; float: right;height: 100px;overflow: hidden;
        margin-bottom: 10px;min-height: 132px; 
    }
    
    .dropdown .pic img {
        width: 190px;
    }
    .dropdown .dr_rig { text-align: center; font-size: 16px;
        float: left;
        width: 190px; 
        font-size: 12px;
    }
    
    .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: left;
    }
    
    @media (max-width:767px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 16px;
            width: 50%;
            text-align: left;
        }
        .dropdown .drleft {display: none;}
        .dropdown .pic {display: none;}
        .dropdown { min-width: calc(100% - 40px);}
        .dropdown .dr_rig {  float: none;width: 100%;padding: 0 ;font-size: 12px;}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #029b8d;
    }
    
/*    #gn_06 .dropdown {
        margin: 0;
        right: 0;
    }*/
    #gn_02 .dropdown {
      width: 120px;
    }
   #gn_033 .dropdown {
      width: 180px;
    }
    /* ==================================
   banner
   ================================== */
    
.flexslider { height: 600px; overflow: hidden;}
.flexslider .slides .pic { height: 600px; overflow: hidden; }
.flexslider .slides img { display: none;}

 @media only screen and (max-width:1025px) {
    .flexslider { height: auto; overflow: inherit; }
    .flexslider .slides .pic { height: auto; overflow: inherit; background: none; }
    .flexslider .slides img { display: block; }
}
 
   
    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {
    display: none;}


/* ==========================================================================
   home_pro
   ========================================================================== */
   .home_pro{background: #f9f9f9;}
.home_pro .left {width: 50%; float: left; height: 100%; overflow: hidden;}
.home_pro .left img{height: 100%;}
.home_pro .right {width: 50%; float: right;}
.home_pro .right h2{font: 700 36px/48px microsoft yahei;color: #019b8d;margin-bottom: 10px;}
.home_pro .right .warp{max-width:500px;padding:50px 20px 50px 80px;}
.home_pro .right .warp li{width: 50%;float: left; font: 700 18px/48px microsoft yahei;}
.home_pro .right .warp li i{margin-right: 10px;}

@media only screen and (max-width: 1620px) {
    .home_pro .left img{height: 400px;}
}
@media only screen and (max-width: 1280px) {
    .home_pro .left img{margin-left: -150px;}
}
@media only screen and (max-width: 980px) {
    .home_pro .left img{margin-left: -100px;height: 300px;}
    .home_pro .right .warp li{font: 300 14px/30px microsoft yahei;}
    .home_pro .right .warp{padding:50px 20px 40px 30px;max-width:550px;}
}
@media only screen and (max-width: 767px) {
    .home_pro .left {width:100%; float: none; height: 100%; overflow: hidden; text-align: center;}
.home_pro .left img{max-height: 100%;}
.home_pro .right {width: 100%; float: none;}
}
@media only screen and (max-width: 380px) {
    .home_pro .left {width:100%; float: none; height: 100%; overflow: hidden; text-align: center;}
.home_pro .left img{width:100%;margin:0; height: 100%;}
.home_pro .right .warp li{width: 100%;}
}

/* ==========================================================================
   home_about
   ========================================================================== */
.home_about{background: #f9f9f9;}
.home_about .left {width: 50%; float: left;}
.home_about .left h2{font: 700 36px/48px microsoft yahei;color: #019b8d;margin-bottom: 10px;}
.home_about .left .warp{max-width:500px;padding:50px 100px 50px 0px;float: right;}
.home_about .left .warp .desc{font: 300 18px/35px microsoft yahei;text-indent: 40px;margin-bottom: 20px;/*max-height: 168px;*/ overflow: hidden;}

.home_about .left a{font-size: 24px;}
.home_about .right {width: 50%; float: right; height: 100%; overflow: hidden;}
.home_about .right img{height: 100%;}

@media only screen and (max-width: 1200px) {
.home_about .left .warp{max-width:530px;padding:50px 50px 50px 20px;float: right;}
.home_about .right img{height: 400px;}
}
@media only screen and (max-width: 767px) {
.home_about .right {width:100%; float: none; height: 100%; overflow: hidden; text-align: center;}
.home_about .right img{height: auto;max-width: 100%;}
.home_about .left {width: 100%; float: none;}
.home_about .left .warp{max-width:100%;padding:50px 20px;float: none;}
}


.home_news{padding:60px 0;}
.hometit{text-align: center;margin-bottom: 20px;}
.hometit h2{font: 300 48px/48px microsoft yahei;color: #019b8d;}
.hometit p{margin-top: 15px;color: #858585;}
#owl-news .item{padding:0 10px;}
#owl-news .imgarea{position: relative; height: auto;overflow: hidden;}
#owl-news .imgarea .bgimg{width: 100%;}
#owl-news .imgarea .uppic{width: 100%; height: 100%; position: absolute;left: 0;top:0;}
#owl-news .txtarea{margin:20px 0;}
#owl-news .txtarea h2{width: 100%;height: 24px;font: 300 18px/24px microsoft yahei;margin-bottom: 10px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#owl-news .txtarea .desc{width: 100%;height: 48px;font: 300 14px/24px microsoft yahei;overflow: hidden;margin-bottom: 20px;}
#owl-news .txtarea a.more{ background: #fff; display: block;width:100px; text-align: center; border:1px solid #c0c0c0;line-height: 30px;}
.homemore a{display: block;width:140px; text-align: center; background: #2c6fb4;color: #fff; line-height: 36px;
    margin: 10px auto 0 auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.home_case{padding:60px 0; background: #fdfdfd;border-top: 1px solid #ececec;}
#owl-case .item{padding:0 10px;}
#owl-case .imgarea{position: relative; height: auto;overflow: hidden;background: #000;}
#owl-case .imgarea .bgimg{width: 100%;}
#owl-case .imgarea .uppic{width: 100%;height: 100%; position: absolute;left: 0;top:0;}

#owl-case .imgarea:hover .uppic {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}
#owl-case .item .imgarea .cover {
  z-index: 3; width: 100%; height: 100%;
    position: absolute;left: 0;top: 0;opacity: 0;filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
}
#owl-case .item .imgarea:hover .cover {  opacity: 1;  filter: alpha(opacity=1);}
#owl-case .item .imgarea .cover .stit {
    font-size: 16px;    line-height: 30px;    width: 100%;    text-align: center;    position: absolute;
    left: 0;    top: 50%;    margin-top: -15px;    color: #fff;}
#owl-case .item .imgarea .cover .stit a{color: #fff; font-family: microsoft yahei; }
#owl-case .item .imgarea .cover .line {  display: inline-block;  width: 100px;  height: 1px;
  background-color: #f2f2f2;  position: absolute;  left: 50%;  margin-left: -50px;  transition: all 0.6s ease 0s;}
#owl-case .item .imgarea .cover .linet {  top: 0;}
#owl-case .item .imgarea .cover .lineb {  bottom: 0;}
#owl-case .item .imgarea .cover:hover .line {  width: 6px;  margin-left: -3px;  opacity: 0.6;  filter: alpha(opacity=60);}

#owl-case .item .title{height: 95px; background: #f6f6f6; text-align: center;font: 300 16px/95px microsoft yahei;}
#owl-case .item .title a{color: #666;display: block;}
#owl-case .item:hover .title{background: #019b8d; color: #fff;}
#owl-case .item:hover .title a{color: #fff;}

.home_service{padding:60px 0;}
.hserleft{width: calc(100% - 400px); float: left;margin-top: 40px;}
.hserleft .title{position: absolute; bottom: 0; width: 100%;height: 40px; text-align: center;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F25A18E', endColorstr='#7F25A18E');background:rgba(37,161,142,0.5);
}
.hserleft .title a{font: 300 14px/40px microsoft yahei;color: #fff;}
.hseright{width:380px; float: right;}
.hseright li{width: 50%; float: left; text-align: center;margin-bottom: 20px;}
.hseright li .inco{width: 139px; height: 150px; overflow: hidden;margin: 0 auto;transition: background 0.5s;margin-bottom: 10px;}
.hseright li:hover .inco{background-position: center -150px;}
.hseright li .inco01{background: url(../images/inco01.png) no-repeat center top;}
.hseright li .inco02{background: url(../images/inco02.png) no-repeat center top;}
.hseright li .inco03{background: url(../images/inco03.png) no-repeat center top;}
.hseright li .inco04{background: url(../images/inco04.png) no-repeat center top;}
@media only screen and (max-width: 767px) {
.hserleft{width:100%; float: none;margin-top:0;}
.hseright{width:100%; float: none;margin-top: 20px;}
}


/* ==========================================================================
   home_contact
   ========================================================================== */
   .home_contact{background: #e8e8e8;}
.home_contact .left {width: 50%; float: left; height: 100%; overflow: hidden;}
.home_contact .left img{height: 100%;}
.home_contact .right {width: 50%; float: right;}
.home_contact .right h2{font: 300 24px/48px microsoft yahei;color: #019b8d;}
.home_contact .right p.txt01{font: 300 36px/48px microsoft yahei;color: #909090;margin-bottom: 10px;text-transform:Uppercase;}
.home_contact .right p.txt02{font: 300 30px/48px microsoft yahei;color: #333333;margin: 10px 0;}
.home_contact .right .line{width: 20px;height: 5px; background: #019b8d;}
.home_contact .right .warp{max-width:500px;padding:50px 20px 50px 80px;}
.home_contact .right .warp ul{margin-left: -8px;}
.home_contact .right .warp li{font: 300 16px/48px microsoft yahei;padding-left: 50px;text-transform:Uppercase;}
.home_contact .right .warp li.inco01{background: url(../images/inco05.jpg) no-repeat center left;}
.home_contact .right .warp li.inco02{background: url(../images/inco06.jpg) no-repeat center left;}
.home_contact .right .warp li.inco03{background: url(../images/inco07.jpg) no-repeat center left;}
.home_contact .right .warp li.inco04{background: url(../images/inco08.jpg) no-repeat center left;}

@media only screen and (max-width: 980px) {
     .home_contact .left {width: 100%; float: none;}
     .home_contact .left img{width: 100%;height: auto;}
.home_contact .right {width: 100%; float: none;} 
}
@media only screen and (max-width: 480px) {
.home_contact .right .warp{width: calc(100% - 40px);padding:20px 20px;}
.home_contact .right .warp li:nth-of-type(4){line-height: 24px;}
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer { color: #c5c5c5; font-size: 12px; background-color: #5e5b5d; font-family: microsoft yahei; padding-top:20px;}
footer a { color: #fff; }
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; }
.fn-col { display: inline-block; *display:inline;
zoom: 1; vertical-align: top; *padding-right: 100px; border-left: 1px solid #7e7c7d;padding-left:20px;}
.fn-col h3 {  margin-bottom: 10px; font: 300 15px/24px microsoft yahei;}
.fn-col h3 a { color:#fff;}
.fn-col h3 a:hover { color: #019b8d; }
.fn-col ul {}
.fn-col li { line-height: 24px; }
.fn-col li a { color: #fff;  }
.fn-col li a:hover { color: #019b8d; }
.fn-col:nth-of-type(2){width: 300px;}
.fn-col:nth-of-type(2) li{ float: left;width: 50%;}
.fn-col:nth-of-type(3){width: 250px;}
.fn-col:nth-of-type(3) li{ float: left;width: 50%;}

.footbd{line-height: 18px; padding:20px 0; text-align: center;border-top: 1px solid #7e7c7d;}
.footbd a{ color: #fff;}

.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: 767px) {
.fixed-b { display: block; }
.footer-nav { text-align: left;}
.fn-col{padding:0 10px;}
.fn-col ul {display:none;}
.fn-col:nth-of-type(2){width: auto;}
.fn-col:nth-of-type(3){width: auto;}
.footbd{padding-bottom: 80px; text-align: center;padding-top:0;}
.footbd .fr{float: none;}
}
.toggle-btn { display: none;}


@media only screen and (max-width: 767px) {
    .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);
    }
}


