/* ==========================================================================
   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: #0160bd; }

 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: 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;  }

    /* ==========================================================================
   Header
   ========================================================================== */

header {}    
header .wrapper {position: relative; z-index: 99;}   
.topbar{height:90px;} 
.topbar .wrapper{position: relative;}
.logo { position: absolute; left:10px;width:45%;height:90px; overflow: hidden;line-height:90px; }  
.logo img{max-width: 100%;}

.serchinco{position: absolute;width:30px; height: 30px; right:50px; top:30px; line-height:26px;
    cursor: pointer;z-index: 999; text-align: center;font-size: 14px;color: #939393;
    display: none;
}


.globalsearch{position: absolute; top:25px; right:0;width:450px;z-index: 99;border:2px solid #3a56b6;}
.globalsearch .warp{background: #fff;}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 120px); height: 18px; padding: 8px 10px; line-height: 18px;font-size: 12px;
 background: #fff;border:1px solid #fff;font-family:microsoft yahei;  }
.globalsearch .search-btn { width: 80px;padding:0;margin:0; height:36px;line-height: 36px; cursor: pointer;background: #3a56b6!important;color: #fff;}
  

@media only screen and (max-width: 480px) {
      .globalsearch{ width: calc(100% - 30px);}
}
 
@media only screen and (max-width:920px) {
    .serchinco{right: 48px; top:0;}
    .globalsearch{ top:48px;display: none;}
    .logo,.toptel,.langbox{display: none;}
    .topbar{height: 0;}
    .wxinco{display: none;}
    .serchinco{width:48px; color: #333; height: 48px;line-height:48px;border:0; font-size: 16px; display: block;}
    .globalsearch{right: 0;padding:15px; background: #0072bb;border:0;}
}


/* ==========================================================================
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 #0072bb;
        margin-left: -38px;
        top: 100%;
        min-width: 100px;
    }
  
    .dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #fff;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 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: #0160bd;
    }
    
    
   
    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}


/* ==========================================================================
   yzspart01
   ========================================================================== */
.yzspart01{margin-bottom:30px;}
.yzspart01.margin_top{margin-top: 170px;}
.yzspart01 .warp{border:1px solid #e1e1e1;border-top: 3px solid #3a56b6;padding:20px;}
.picBtnTop{ width:800px; height:430px;position:relative;  overflow:hidden;  zoom:1; float: left;  }
.picBtnTop .hd{ width:190px;  height:430px; position:absolute; right:5px; overflow:hidden; }
.picBtnTop .hd ul li{ width:190px; text-align:center;margin-bottom: 10px;}
.picBtnTop .hd ul li img{ width:160px; height:90px; border:4px solid #ddd; cursor:pointer; vertical-align:bottom; }
.picBtnTop .hd ul li.on img{ border-color:#3a56b6;  }
.picBtnTop .bd{ width:550px;  height:430px; position:relative;  }
.picBtnTop .bd li{}
.picBtnTop .bd li .pic{ width:550px; height:430px;text-align: center; }
.picBtnTop .bd li .pic img{ vertical-align:middle;width: 100%; }
.ychotnews{width:300px;float: right;padding-left: 20px;border-left: 1px solid #e1e1e1;}
.ychotnews h3{color: #3a56b6; font-weight: bold; font-size: 16px;}
.ychotnews h4{padding:0 0 12px 0; font-weight: bold; color: #3a56b6;border-bottom: 1px solid #e1e1e1;}
.hotnewslist li{height: 36px; line-height: 36px;border-bottom: 1px dashed #e1e1e1; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hotnewslist li em{width: 30px; font-style: italic;display: inline-block;font-weight: bold;color: #666;}
.hotnewslist li:nth-child(1) em,.hotnewslist li:nth-child(2) em,.hotnewslist li:nth-child(3) em{color:#f98c00;}


.yzspart02{margin-bottom:20px;}
.yzspart02 .bor{border:1px solid #e1e1e1;border-top: 3px solid #3a56b6;}
.yzspart02 .warp{padding:20px;}
.yzspart02 .t_2 {height: 52px; line-height: 52px; padding: 0 15px; border-bottom: 1px #eee solid; background: #f9f9f9; }
.yzspart02 .t_2 h3 {font-size: 18px;float: left; font-weight: bold; padding-left: 15px; background: url(../images/ico_1.jpg) 0 17px no-repeat; }
.yzspart02 .t_2 h3 a {color: #3a56b6;}
.yzspart02 .t_2 span { float: right; color: #999;}
.yzspart02 .t_2 span a{margin:0 5px;}
.yzspart02 .g_box1{width:280px;float: left;padding-right: 20px;border-right: 1px solid #e1e1e1; }

.b_box1 {line-height: 24px;}
.b_box1 li {color: #999; padding: 7px 0 8px 0; border-bottom: 1px #e1e1e1 dotted; }
.b_box1 li em {color: #3a56b6; }
.b_box1 li a {display: block; font-size: 16px; height: 28px; overflow: hidden; }
.b_box1 li a:hover {text-decoration: none; }

.b_box2 {line-height: 30px;margin-top: 10px; }
.b_box2 li {height: 30px;  padding-left: 8px; background: url(../images/ico_2.jpg) 0 13px no-repeat;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size: 12px; }
.b_box2 li span {float: right; color: #999; padding-left: 10px; }
.g_box4 { float: left;width: calc(100% - 660px);padding: 0 0 0 20px;}
.g_box4 h3 {line-height: 30px; text-align: center; padding: 12px 0 0 0; margin-bottom: 5px; font-size: 20px; height: 30px; 
    overflow: hidden; font-weight: bold; }
.g_box4 h3 a {color: #333333; }
.g_box4 p {font-size: 14px; line-height: 24px; padding-bottom: 4px; color: #787878; }

.b_box8 {color: #777; line-height: 20px;margin-top: 10px;}
.b_box8 li {height: 95px; padding: 8px 0 8px 140px; border-top: 1px #e1e1e1 dotted; position: relative;
    overflow:hidden;text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp:3;    -webkit-box-orient: vertical; }
.b_box8 li img { height: 95px; width: 130px;position: absolute;left: 0;top:5px; }
.b_box8 li h4 {font-size: 16px; font-weight: normal; height: 28px; line-height: 28px; overflow: hidden; }
.b_box8 li h4 em {color: #3a56b6; }
.b_box8 li p {line-height: 24px; text-indent: 0em; font-size: 13px;
    overflow:hidden;text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp:3;    -webkit-box-orient: vertical; }
.link{padding-bottom: 20px;}
.link h3 {font-size: 14px; font-weight: bold; line-height: 30px;}
.link p {line-height: 24px; }
.link p a {color: #666; display: inline-block; margin-right: 15px; }

@media only screen and (max-width:920px) {
.yzspart01.margin_top{margin-top: 0;}
.yzspart02 .warp{padding:10px;}
.ychotnews{width:220px;padding-left: 10px;}
.hotnewslist li{font-size: 12px;}
.yzspart02 .g_box1{width:200px;padding-right: 10px;}
.b_box1 li a{font-size: 14px;line-height: 28px;}
.b_box1{line-height: 20px;font-size: 12px;}
.g_box4 {width: calc(100% - 470px);padding: 0 0 0 10px;}
.b_box8 li h4{font-size: 14px;}
.b_box8 li p{line-height: 20px;}
.g_box4 p{font-size: 12px;line-height: 20px;}
.b_box8 li p{font-size: 12px;}
.g_box4 h3{font-size: 16px;}
.picBtnTop{ width:600px; height:400px;position:relative;  overflow:hidden;  zoom:1; float: left;  }
.picBtnTop .hd{ width:110px;  height:400px; position:absolute; right:5px; overflow:hidden; }
.picBtnTop .hd ul li{ width:110px; text-align:center;margin-bottom: 10px;}
.picBtnTop .hd ul li img{ width:100px; height:60px; border:4px solid #ddd; cursor:pointer; vertical-align:bottom; }
.picBtnTop .hd ul li.on img{ border-color:#3a56b6;  }
.picBtnTop .bd{ width:450px;  height:400px; position:relative;  }
.picBtnTop .bd li{}
.picBtnTop .bd li .pic{ width:450px; height:400px;text-align: center; }
.picBtnTop .bd li .pic img{ vertical-align:middle;width: 100%; }
}

@media only screen and (max-width:768px) {
.picBtnTop{ width:100%; height:300px;float: none;  }
.picBtnTop .hd{ width:100%;  height:70px; right:0; bottom: 0;}
.picBtnTop .hd ul li{ width:60px;float: left;margin-right:5px;}
.picBtnTop .hd ul li img{ width:56px; height:40px; border:2px solid #ddd;}
.picBtnTop .bd{ width:100%;height:220px; position:relative;  }
.picBtnTop .bd li .pic{ width:100%; height:220px;text-align: center; }
.yzspart01 .warp{padding:10px;}
.ychotnews {width: 100%;padding-left:0;border: 0;float: none;}
.yzspart02 .g_box1 {width: 100%; padding-right: 0; border: 0;float: none;}
.g_box4 {width:100%; padding: 0 ;float: none;border-top: 1px #e1e1e1 dotted;margin-top: 10px; }
.b_box8 li img {height:60px; width:80px;top: 10px;}
.b_box8 li {height: 95px; padding: 8px 0 8px 100px;}
.yzspart02 .t_2 span{float: none;}
.yzspart02 .t_2 h3 {float: none;padding-top: 10px;}
.yzspart02 .t_2{height: auto;line-height: 30px;}
}



/* ==========================================================================
   Footer
   ========================================================================== */
.foot {width: 100%; margin: 0 auto; padding: 20px 0; text-align: center; border-top: 2px #3a56b6 solid; line-height: 24px; background: #f8f8f8; }

.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);
    }
}


