/* ==========================================================================
   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: #157e7d; }

 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: 1520px;
        /*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 { position: absolute; left:10px;width:243px;height:105px; overflow: hidden;line-height:105px; }  
.logo img{max-width: 100%;}
.gpdm{ position: absolute; left: 280px;top: 30px; line-height: 24px;font-size: 14px; }
.gpdm span{display: block;}
.topbar .kszx{position: absolute; right:310px; font-size: 12px;top:18px;z-index: 3;}
.topbar .kszx a{text-align: center;border:1px solid #157e7d;display: inline-block; color: #157e7d;padding:0 15px;height:28px;line-height:28px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    border-radius:30px;
}
.topbar .kszx a:hover{background: #157e7d;color: #fff;}
.langbox{position: absolute; right: 10px; font-size: 12px;top:18px;z-index: 3;} 
.langbox a{width:25px; height: 25px;line-height:25px;text-align: center;font-size: 12px;display: inline-block;
 background: #fff;border:1px solid #d2d2d2;  color: #d2d2d2; margin-left: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.langbox a.on{background: #157e7d;color: #fff;border-color: #157e7d;}

.serchinco{position: absolute;width:30px; height: 30px; right:50px; top:30px; line-height:26px; display: none;
    cursor: pointer;z-index: 999; text-align: center;border:1px solid #939393;font-size: 14px;color: #157e7d;
}

.globalsearch{display: block;}
.globalsearch{position: absolute; top:18px; right:90px;width: 200px;z-index: 99;}
.globalsearch .warp{background: #fff;border:1px solid #157e7d;padding:2px 8px 2px 10px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    border-radius:30px;
}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 50px); height: 18px; padding: 2px 2px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width:30px;padding:0;margin:0; height:24px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}
       
@media only screen and (max-width: 480px) {
      .globalsearch{ width: calc(100% - 40px);}
}
 
@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;display: block;}
    .globalsearch{ top:48px; display: none;}
    .logo,.langbox,.topbar .kszx{display: none;}
    .topbar{height: 0;}
    .serchinco{width:48px; height: 48px;line-height:48px;border:0; font-size: 16px;}
    .globalsearch{padding:20px;background: #157e7d;right: 0;}
    .globalsearch .warp{background: #fff;border:1px solid #157e7d;padding:3px 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;}
    .gpdm{left: 160px;top:7px; line-height:18px;font-size: 12px; }
}


/* ==========================================================================
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;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #157e7d;
        margin-left: -38px;
        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: #157e7d;
        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: 90%;
        display: block;
        text-align: center;
    }
    
    @media (max-width:920px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 12px;
            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: #157e7d;
    }
    
    
   
    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}


/* ==========================================================================
   
   ========================================================================== */
.chipown-hmain{position: relative;}
.hnewsrow{width: 580px; height: 70px; padding:20px; background: #fff; position: absolute; top:-110px;right: 0;z-index: 9;}
.newsScroll-left{ position:relative;width: 100%;overflow: hidden;}
.newsScroll-left .prev,.newsScroll-left .next{position: absolute; top:30px;z-index: 3; color: #3f5f74;right: 5px;font-size:24px;}
.newsScroll-left .prev{right:35px;}
.newsScroll-left .infoList .date{width: 80px;border-left: 3px solid #157e7d; float: left;height: 70px; font-size: 18px; color: #000;padding-left: 10px;}
.newsScroll-left .infoList .date span{font-size: 24px; font-weight: bold; display: block;}
.newsScroll-left .infoList .date em{display: none;}
.newsScroll-left .infoList .desc{width: calc(100% - 180px);height: 70px; overflow: hidden; float: left;}
.newsScroll-left .infoList .more a{float: right;  width:65px; height:30px; text-align: center; line-height:30px; display: inline-block; 
  background: #3f5f74;color: #fff; 
  -webkit-border-radius:24px;
  -moz-border-radius:24px;
  -ms-border-radius:24px;
  -o-border-radius:24px;
  border-radius:24px;
}

.chipown-hmain .grid{width: 25%;height: 300px; overflow: hidden; float: left;}
.chipown-hmain .row .pic{width:100%;height: 100%;overflow: hidden;}
.chipown-hmain .row .pic img{width:100%;height: 100%;transition: transform 1s;}
.chipown-hmain .row:hover .pic img{ transform: scale(1.1);}
.chipown-hmain .row .cover{width:100%;height: 100%;position: absolute;left: 0; top:0;color: #fff;}
.chipown-hmain .row .txtarea{padding:40px; position: relative;}
.chipown-hmain .row .txtarea h3{width: 100%;margin-bottom: 20px; font-size: 18px; line-height: 30px;}
.chipown-hmain .more a{ width: 120px; height:30px; text-align: center; line-height:30px; display: inline-block; 
  background: #fff;color: #7d0f12;
  -webkit-border-radius:24px;
  -moz-border-radius:24px;
  -ms-border-radius:24px;
  -o-border-radius:24px;
  border-radius:24px;
}

.chipown-hmain .row01{width:100%;height: 100%; position: relative;}
.chipown-hmain .row01 .txtarea .desc{width: 200px; height:120px; overflow: hidden;margin:0 0 30px 0; }
.chipown-hmain .row01 .txtarea .propic{ position: absolute; right:5px; top:90px; }
.chipown-hmain .row01 .txtarea .propic img{width: 205px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.chipown-hmain .row01:hover .propic img {transform: translate3d(0, -2px, 0);}

.chipown-hmain .row02{width:100%;height:150px; position: relative;}
.chipown-hmain .row02 .more a{color: #c58608;}
.chipown-hmain .row03{width:100%;height:150px; position: relative;}
.chipown-hmain .row03 .more a{color: #678d0f;}

.chipown-hmain .row04{width:100%;height:100%; position: relative;}
.chipown-hmain .row04 .more a{color: #395e77;}
.chipown-hmain .row04 .txtScroll-left{ position:relative;width: 100%;height: 180px; overflow: hidden;}
.chipown-hmain .row04 .txtScroll-left .prev,.chipown-hmain .row04 .txtScroll-left .next{position: absolute; top:23px;z-index: 3; color: #fff;right: 3px;font-size: 18px;}
.chipown-hmain .row04 .txtScroll-left .prev{right:25px;}
.chipown-hmain .row .txtarea .infoList h3{font-size: 16px;height: 30px; line-height: 30px; width: calc(100% - 40px);margin-bottom: 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.chipown-hmain .row04 .txtScroll-left .desc{height: 72px; overflow: hidden;margin-bottom: 10px;}

.chipown-hmain .row05{width:100%;height:150px; position: relative; text-align: center;}
.chipown-hmain .row05 .more a{color: #de562e;margin:0 5px;}
.chipown-hmain .gjrow{width:100%;height:150px;}
.chipown-hmain .row06{width:50%;height:150px; float: left; position: relative; text-align: center;}
.chipown-hmain .row06 a{color: #fff;font-size: 18px; font-weight: bold;}
.chipown-hmain .row06 .inco{font-size:48px;padding-top: 20px;width: 80px;height: 80px; line-height: 80px;margin:0 auto;transition-duration:800ms;}
.chipown-hmain .row06:hover .inco {transform:rotateY(360deg);}

@media only screen and (max-width:1366px) {
.chipown-hmain .row01 .txtarea .propic{ right:0; top:180px; }
.chipown-hmain .row01 .txtarea .propic img{width:120px;}
.chipown-hmain .row05 .txtarea{padding-left:0;padding-right: 0;}
}

@media only screen and (max-width:1200px) {
.chipown-hmain .row .txtarea h3{font-size: 14px; }
.chipown-hmain .row01 .txtarea h3{line-height: 18px;}
.chipown-hmain .row .txtarea .infoList h3{font-size: 14px;}
.chipown-hmain .row .txtarea{padding:30px;}
.chipown-hmain .row05 .txtarea{padding-left:0;padding-right: 0;}
.chipown-hmain .row06 a{font-size:16px;}
}

@media only screen and (max-width: 920px) {
.chipown-hmain .row .txtarea h3{line-height: 18px;}
.chipown-hmain .row .txtarea{padding:30px 20px;}
.chipown-hmain .row05 .txtarea{padding-left:0;padding-right: 0;}
.chipown-hmain .row01 .txtarea .desc{width: 100%;font-size:12px;}
.chipown-hmain .row01 .txtarea .propic img{width:100px;}
.chipown-hmain .more a{ width:90px;font-size: 12px;}
.chipown-hmain .row06 a{font-size:14px;}
.chipown-hmain .row06 .inco{font-size: 36px;}
.chipown-hmain .row04 .txtScroll-left .prev, .chipown-hmain .row04 .txtScroll-left .next{top: 0;}
.chipown-hmain .row .txtarea .infoList h3{width:100%;}
.chipown-hmain .row04 .txtScroll-left .desc{height: 96px;}
.chipown-hmain .row04 .txtScroll-left{height: 200px;}
.hnewsrow { width: 500px;}
.newsScroll-left .infoList .desc{font-size: 12px;height: 60px;}
}

@media only screen and (max-width: 768px) {
  .chipown-hmain{padding-top: 170px;} 
  .hnewsrow {width: calc(100% - 20px);top: 0;padding:15px 10px;height: auto;} 
  .newsScroll-left .infoList .date{width: 100%;height: 30px; line-height: 30px;float: none;font-size: 14px;font-weight: bold;}
  .newsScroll-left .infoList .date span{line-height: 30px; display: inline-block; font-size: 14px;}
  .newsScroll-left .infoList .date em{display: inline-block;}
  .newsScroll-left .infoList .more a { float: none;    width: 100px;}
.newsScroll-left .infoList .desc{width: 100%; float: none;margin: 10px 0;}
.newsScroll-left .prev,.newsScroll-left .next{ top:-5px;font-size:20px;}
.chipown-hmain .grid{width:100%;height: auto;float: none;}
.chipown-hmain .row01{height: 240px;}
.chipown-hmain .row01 .txtarea .desc {height:80px;line-height: 20px; width: calc(100% - 100px);}
.chipown-hmain .row01 .txtarea .propic {top:auto;bottom: 20px;right: 10px;}
.chipown-hmain .row04 .txtScroll-left .desc{line-height: 20px; height: 60px;}
.chipown-hmain .row04 .txtScroll-left{height: 180px;}

}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {font-size: 14px; color: #777777; height: 45px; line-height: 45px; position: relative;
    background:#e7e7eb;
    background-image: -webkit-linear-gradient(top,#e7e7eb 0%,#ffffff 100%);
    background-image: -moz-linear-gradient(top,#e7e7eb 0%,#ffffff 100%);
    background-image: linear-gradient(top,#e7e7eb 0%,#ffffff 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#e7e7eb', StartColorStr='#ffffff');
}
footer a{color: #777777;margin:0 5px;}
footer a:hover { text-decoration: underline; }

footer .left{float: left;}
footer .right{float: right;}
footer .footnav{width: 350px; text-align: center;height: 45px; line-height: 45px; 
    position: absolute; top: 0; left: 50%;margin-left:-150px; }

@media only screen and (max-width:920px) {
footer {font-size: 12px;}
}
@media only screen and (max-width:768px) {
footer {font-size: 12px; text-align: center; height: auto;padding-top: 30px;}
footer .left,footer .right{float: none; line-height: 18px;}
footer .footnav{line-height: 24px;top: 6px;}
}


.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);
    }
}


