*{
    margin:0;
    padding:0;
    list-style:none;
    -moz-box-sizing: border-box;  /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
    font:normal 14px/20px Arial,'Times New Roman','Microsoft YaHei',SimHei,serif;
}
*:after{
    clear:both;
}
html{
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    -o-text-size-adjust:none;
    -ms-text-size-adjust:none;
    text-size-adjust:none;
}
body{
    font:normal 14px/20px Arial,'Times New Roman','Microsoft YaHei',SimHei,serif;
    width:100%; 
}

img{
    border:0;
}
a{
    text-decoration:none;
    color:#333;
}
a:hover{
    text-decoration:none;
}
ul,li{
    padding:0px;
    margin: 0px;
}
.clear{
    clear:both;
}

@media(max-width:720px){
    body{
        font-size:12px;
    }
}
@media(max-width:768px){
    body,header,.main{
        width:100%;
        overflow-x:hidden;
    }
}


header{
    width:100%;
    background:url("../images/top-bg.jpg") repeat-x;
    max-height:123px;
    padding-top:15px;
    padding-bottom:20px;
}
.top-line{
    width: 100%;
    height: 3px;
    background: #10317a;
    margin-top: -15px;
}
.top{
    width:100%;
}
.top .col-md-10{
    width: 92%;
    padding:0px;
}
.top .col-md-2{
    width: 8%;
    padding:0px;
    padding-left: 10px;
}
.top .search-input{
    float: right;
    margin-top: 50px;
    margin-right: -260px;
}
.search-input input{
    height:32px;
    line-height:32px;
    display: inline-block;
    margin-left: 5px;
}
.search-input input[type="text"]{
    width: 192px;
}
.search-input input[type="submit"]{
    background: #10317a;
    padding:0px 15px;
    color: #fff;
    border:1px solid #fff;
    border-radius:5px;
}

.menu-img img{
    width:100%;
}
.top-menu{
    float:right;
    background: #10317a;
    height: 32px;
    line-height: 32px;
    padding:0px 8px;
    color: #fff;
    width: 260px;
}
.top-menu a{
    color: #fff;
    display: inline-block;
    padding:0px 8px;
}
.logo{
    clear: both;
    margin-top: -65px;
}
.topright{
    padding:0px;
}
.phone,.gh-date{
    float: left;
    padding-top: 10px;
}
.phone{
    padding-left: 100px;
}
.gh-date{
    padding-left: 40px;
    color: #12276a;
    line-height: 26px;
    font-size: 16px;
}
.phone div{
    float:left;
}
.phone span{
    display: block;
    color: #12276a;
}
.phone-title{
    font-size: 16px;
    margin-top: 5px;
    padding-left: 10px;
}
.phone-num{
    font-size: 20px;
    font-weight:bold;
    margin-top: 5px;
    padding-left: 10px;
}
.menu{
    width:100%;
    height:50px;
    background:#10317a;
}

@media(min-width:1200px){

    .menu .container,header .container{
        width:1200px;
    }
    .menu{
        padding-left: 0px;
    }
    header .col-lg-4,header .col-lg-8{
        padding:0px;
    }
}
@media(max-width:1199px){
    .menu .container,header .container{
        width:100%;
    }
    .banner .container{
        width:100%;
    }
    header .logo img{
        width:80%;
    }
    .phone{
        padding-left: 30px;
    }
}
@media(max-width:768px){
    header .logo img{
        width: 100%;
        margin-top: 0px;
    }
    .phone{
        padding-left: 10px;
    }
    .gh-date{
        padding-left: 15px;
    }
    .top .col-sm-10{
        width: 88%;
        padding:0px;
    }
    .top .col-sm-2{
        width: 12%;
        padding:0px;
        padding-left: 10px;
    }
    .top .search-input{
        float: right;
        margin-top: 40px;
    }
}
@media(max-width:767px){
    .search-input input[type="text"]{
        width: 176px;
    }
    header{
        background:url("../images/top-bg.jpg") repeat-x bottom;
        max-height: 400px;
    }
    .phone{
        padding-left: 10px;
    }
    .gh-date{
        padding-left: 15px;
        font-size: 14px;
        line-height: 18px;
    }
    .phone-num,.phone-title{
        font-size: 14px;
    }
    header .logo img{
        margin-top: 65px;
    }
    .phone,.gh-date{
            float: right;
    }
    .top .col-sm-10{
        width: 79%;
        padding:0px;
    }
    .top .col-sm-2{
        width: 21%;
        padding:0px;
        padding-left: 10px;
    }
    .top-menu{
        width: 240px;
    }
    .top .search-input{
        margin-right: -240px;
    }
}
@media(max-width:441px){
    .gh-date{
        padding-left: 15px;
        font-size: 12px;
    }
    .phone-num,.phone-title{
        font-size: 12px;
    }
}


/*menu*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: SimSun;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 0px 22.8px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height:50px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  background:#E8821F;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
  filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00baff,endcolorstr=#0151bc,gradientType=0);
  -ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00baff,endcolorstr=#0151bc,gradientType=0);/*IE8*/   
  background:#E8821F; 
  /*background:-moz-linear-gradient(top, #00baff, rgba(1, 81, 188, 0.8));  
  background:-webkit-gradient(linear, 0 0, 0 bottom, from(#00baff), to(rgba(1, 81, 188, 0.8)));  
  background:-o-linear-gradient(top, #00baff, rgba(1, 81, 188, 0.8)); */
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  
}
#cssmenu ul li:hover > ul > li {
}
#cssmenu ul ul li a {
  padding: 10px;
  width: 112px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-align:center;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height: 1.3em;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background:#123877;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media(max-width:1024px){
    #cssmenu > ul > li > a {
      padding: 0px 8px;
    }
    #cssmenu ul ul li a {
        text-align:left;
        padding-left:15px;
        width:145px;
    }
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 801px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 801px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 801px), only screen and (min-device-pixel-ratio: 2) and (max-width: 801px), only screen and (min-resolution: 192dpi) and (max-width: 801px), only screen and (min-resolution: 2dppx) and (max-width: 801px) {
  .menu{
    height:32px;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    background:#fff;
    z-index:9999;
  }
   #cssmenu>ul {
    padding-bottom:20px;
    border:1px solid #e3e3e3;
   }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu > ul > li > a {
    color:#123877;
    line-height:32px;
    padding-left:15px;
  }
    #cssmenu>ul>li>ul{
        display: none;
    }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 8px 20px 8px 30px;
    font-size: 14px;
    color: #000000;
    background: none;
    text-align:left;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    background:#fff;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 15px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 8px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}


.banner{
    background: url(../images/banner-bg01.jpg) no-repeat top left;
    width: 100%;
    height: 629px;
}
.banner-in{
    background: url(../images/banner-bg02.jpg) no-repeat bottom right;
    width: 100%;
    height: 629px;
}
.banner .container{
    width:100%;
    background:#fff;
}
@media(max-width:1024px){
    .banner{background: none; height:auto;}
    .banner-in{background: none; height:auto;}
}
.js-silder{
    position: relative; 
    min-width: 320px;
    height: 346px;
    width:100%;
}
.silder-scroll{
    width: 100%;
    overflow: hidden;
}
.silder-main{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.silder-main-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.silder-main-img img{
    width: 100%;
    height: 346px;
}
.js-silder-ctrl{
    width: 100%;
    text-align: center;
    float:left;
}
.silder-ctrl-prev,
.silder-ctrl-next{
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: SimSun;
    font-size: 52px;
    font-weight: 100;
    text-shadow: #666 2px 2px 5px;
    opacity: 0.5;
}
.silder-ctrl-prev:hover,
.silder-ctrl-next:hover{
    opacity: 1;
}
.silder-ctrl-prev{
    left: 10px;
    text-align: left;
}
.silder-ctrl-next{
    right: 10px;
    text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
    position: absolute;
    top: 50%;
    margin-top: -40px;
}
.silder-ctrl-prev>span{
    left: 0;
}
.silder-ctrl-next>span{
    right: 0;
}
.silder-ctrl-con{
    display: inline-block;
    width: 4%;
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
    top: -50px;
}
.silder-ctrl-con>span{
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
    background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
    background-color: #7bbedf;
}
@media(min-width:1200px){
    .banner .container{
        width:1200px;
    }
}
@media (max-width: 768px){
    .silder-ctrl-prev,
    .silder-ctrl-next{
        width: 10%;
        font-size: 26px;
        margin-top: -25px;
    }
    .silder-ctrl-con{
        width: 14px;
        height: 14px;
        padding: 0;
        margin: 0 5px;
    }
    .silder-ctrl-con>span{
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 0;
    }
    .silder-ctrl-prev>span,
    .silder-ctrl-next>span{
        margin-top:0px;
    }
    .silder-main-img img{
        height:240px;
    }
    .js-silder{
        height:240px;
    }
    .banner{
        margin-bottom:-30px;
    }
}
@media(max-width:767px){
    .silder-main-img img{
        height:170px;
    }
    .js-silder{
        height:170px;
    }
    .silder-ctrl-con{
        top:-30px;
    }
}
@media(max-width:413px){
    .silder-main-img img{
        height:150px;
    }
    .js-silder{
        height:150px;
    }
    .silder-ctrl-con{
        top:-30px;
    }
}
.main .container{
    background: #fff;
    margin-top: -288px;
    padding-top:40px;
}
.main>.container>.row>.col-lg-4,.main>.container>.row>.col-lg-8{
    padding:0px;
}
.main>.container>.row>.col-md-4{
    padding-left:15px;
}
.main>.container>.row>.col-md-8{
    padding-right:15px;
}
.title-img img{
    width: 100%;
}
.news-main{
    box-shadow: 2px 2px 3px #ececec;
    -webkit-box-shadow: 2px 2px 3px #ececec;
    -o-box-shadow: 2px 2px 3px #ececec;
    padding:20px 10px;
    border:1px solid #ececec;
}
.news{
}
.news-top{
    background:url(../images/line.jpg) repeat-x;
    height:20px;
    width:100%;
    margin-bottom:25px;
}
.news-title{
    width:150;
    background:#fff;
    padding-right:10px;
    float:left;
}
.news-title .style01{
    color:#12276a;
    font-size:20px;
}
.news-title .style02{
    color:#bfbfbf;
    font-size:20px;
}
.more{
    width:60px;
    text-align:center;
    height:25px;
    line-height:25px;
    background:#11519B;
    float:right;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
}
.more a{
    color:#fff;
}
.news-img,.news-con{
    padding:0px;
}
.news-img{
    /* padding-right:10px; */
    margin-bottom:20px;
}
.news-con{
    padding-left:10px;
}
.item-img{
    width: 42%;
    float: left;
}
.item-main{
    width: 58%;
    padding: 10px 15px;
    float: left;
    background: #f0f0f0;
    overflow: hidden;
    padding-bottom: 40px;
}
.item-title a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:block;
    color:#10317a;
    line-height: 32px;
    font-size: 18px;
}
.item-con{
    line-height: 28px;
    text-align:justify;
}
.carousel-indicators{
    position:absolute;
    bottom:0px;
    list-style:none;
    float: right;
    margin-left: 100px;
}
.carousel-indicators li{
    background: black;
    border-radius:0px;
    width: 10px;
    height: 10px;
    border: 0px;
}
.carousel-indicators .active{
    background: red;
    width: 10px;
    height: 10px;
    border: 0px;
}
.item img{
    width: 100%;
}
.newsItem{
    line-height: 34px;
}
.newsItem a{
    font-size:14px;
    line-height:2em;
}
.newsItem a:hover{
    color: #10317a;
}
.newsItem .col-md-9,.newsItem .col-md-3,.newsItem .col-md-12{
    padding:0px;
}
.newsItem .col-md-9{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsItem .col-md-3{
    text-align: right;
}
.newsItem .col-md-12{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.server{
    border:1px solid #bfbfbf;
    border-bottom:0px;
    border-right:0px;
    background:-webkit-linear-gradient(left top,#18578c,#91bfe5);
    background:-o-linear-gradient(bottom right,#18578c,#91bfe5);
    background:-moz-linear-gradient(bottom right,#18578c,#91bfe5);
    background:linear-gradient(to bottom right,#18578c,#91bfe5);
}
.server-title{
    background:url(../images/ylfw-title.jpg) no-repeat;
    padding-top:30px;
    height:137px;
    text-align:center;
}
.server .server-btn{
    padding-top:35px;
    height:137px;
    border-bottom:1px solid #8ea8bd;
    border-right:1px solid #8ea8bd;
    text-align:center;
    padding-left:0px;
    padding-right:0px;
}
.server-btn:hover{
    background:#305b82;
}
.server-btn img{
    width:40%;
}
.server-title .style01{
    color:#fff;
    font-size:24px;
    line-height:27px;
}
.server-title .style02{
    color:#d6d6d6;
    font-size:18px;
}
.server-btn-title{
    line-height:28px;
    font-size:16px;
    margin-top: 5px;
}
.server-btn-title a{
    color:#fff;
}
.expert{
    margin-top: 30px;
}
.department{
    margin-top:30px;
}
.tab,.purchase,.notice,.recruitment{
    margin-top:40px;
}
@media(max-width:1199px){
    .carousel-indicators{
        margin-left: 75px;
    }
    .server-title{
        background:#ED9100;
        padding-top:28px;
        height:130px;
    }
    .server .server-btn{
        padding-top:23px;
    }
    .server-btn-title{
        font-size:14px;
    }
}
@media(max-width:991px){
    .carousel-indicators{
        margin-left: 90px;
    }
    .server{
        margin-top:30px;
    }
    .server-title{
        padding-top:18px;
    }
    .server-title{
        padding-top:30px;
        height:137px;
        text-align:center;
        padding-bottom: 30px;
    }
    .server .server-btn{
        padding-top:35px;
        padding-bottom: 35px;
        height:137px;
        padding-left:0px;
        padding-right:0px;
    }
    .newsItem{
        line-height: 33px;
    }
}
@media(max-width:767px){
    .carousel-indicators{
        margin-left: 25px;
    }
    .item-img{
        width: 100%;
    }
    .item-main{
        width: 100%;
    }
    .news-img{
        padding:0px;
    }
    .news-con{
        padding:0px;
        margin-top:-10px;
    }
    .notice,.tab,.purchase{
        padding:0px;
    }
    .recruitment{
        padding:0px;
        margin-top:30px;
        padding-right: 15px;
    }
    .notice{
        padding-right: 15px;
    }
    .purchase{
        padding-right: 15px;
    }
    .notice .container-fluid,.recruitment .container-fluid,.purchase .container-fluid{
        margin-top:-10px;
    }
    .newsItem{
        line-height:28px;
    }
    .expert{
        margin-top: 30px;
    }
}
@media(max-width:413px){
    .carousel-indicators{
        margin-left: 15px;
    }
}
@media(max-width:374px){
    .carousel-indicators{
        margin-left: 10px;
    }
    .main>.container>.row>.col-xs-12{
        padding:0px 10px;
    }
}
.fgx{
    background:url(../images/hx.jpg) repeat-x;
    width:100%;
    height:29px;
    margin-top:0px;
}

.slider2{
    width:100%;
    max-height:196px;
    overflow:hidden;    
}
.zj-slide-index{
    width:25%;
    float:left;
    height:196px;
}
.zj-slide-index .pic-index{
    text-align:center;
    width:40%;
    float:left;
}
.zj-slide-index .pic-index img{
    width:123px;
    height:173px;
    display:block;
    border:1px solid #eeeeee;
}

.zj-slide-index .pic-title-index{
    line-height:22px;
    padding:5px;
    color:#fff;
    width:60%;
    float:left;
    text-align:left;
    padding-left:20px;
    padding-right: 0px;
    height:130px;
}
.zj-slide-index .expert-name-index a{
    color:#255dc3;
    font-size:18px;
}
.zj-slide-index .expert-info-index{
    color:#4f4f4f;
    line-height:26px;
}
.zj-slide-index .info-index{
    /*color:#405782;
     font-weight: bold; */
     line-height:2em;
}
@media(max-width:1024px){
    .zj-slide{
        width:33.3%;
        padding-left:20px;
        height:120px;
    }
    .zj-slide .pic{
        width:22%;
    }
    .zj-slide .pic-title{
        width:78%;
    }
    .zj-slide .pic img{
        width:80px;
        height:125px;
    }
    .slider2{
        max-height:120px;
    }
}
@media(max-width:992px){
    .zj-slide{
        width:50%;
    }
    .zj-slide .pic{
        width:20%;
    }
    .zj-slide .pic-title{
        width:80%;
    }
}
@media(max-width:767px){
    .zj-slide{
        width:100%;
        padding-left:10px;
    }
    .zj-slide .pic{
        width:27%;
    }
    .zj-slide .pic-title{
        width:73%;
    }
    .zj-slide .pic img{
        width: 100%;
        height: 142px;
    }
    .slider2{
        max-height:130px;   
    }
    .zj-slide{
        height:130px;
    }
    .expert-info{
        line-height: 22px;
    }
    .expert-name a{
        font-size:16px;
    }
}
@media(max-width:374px){
    .zj-slide .pic img{
        height: 128px;
    }
}
/* tab */
.tab .col-md-6:nth-child(odd){
    padding-left:0px;
}
.tab .col-md-6:nth-child(even){
    padding-right:0px;
}
.tab .row{
    padding-top:16px;
}
.tab .row:first-child{
    padding-top: 0px;
}
.tab,.tab .title-img{
    position: relative;
    overflow: hidden;
}
.tab .tab-title{
    position: absolute;
    top: 0px;
    z-index: 99;
    width: 100%;
    padding-right: 15px;
}
.tab .tab-title a{
    color:#fff;
    font-size:30px;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    box-shadow: 2px 2px 3px #ececec;
    -webkit-box-shadow: 2px 2px 3px #ececec;
    -o-box-shadow: 2px 2px 3px #ececec;
}
.tab01 a{
    background: rgba(3, 139, 255, 0.3);
}
.tab02 a{
    background: rgba(56, 3, 255, 0.3);
}
.tab03 a{
    background: rgba(255, 192, 0, 0.3);
}
.tab04 a{
    background: rgba(206, 2, 2, 0.3);
}
.tab05 a{
    background: rgba(0, 222, 255, 0.3);
}
.tab06 a{
    background: rgba(255, 248, 63, 0.3);
}
.tab01 a:hover{
    background: rgba(3, 139, 255, 0.8);
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}
.tab02 a:hover{
    background: rgba(56, 3, 255, 0.8);
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}
.tab03 a:hover{
    background: rgba(255, 192, 0, 0.8);
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}
.tab04 a:hover{
    background: rgba(206, 2, 2, 0.8);
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}
.tab05 a:hover{
    background: rgba(0, 222, 255, 0.8);
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}
.tab06 a:hover{
    background: rgba(255, 248, 63, 0.8);
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
}
@media \0screen\,screen\9 {
  .tab .tab-title{
    position:static; 
    *zoom:1; 
  } 
}
@media(max-width:767px){
    .tab .tab-title a{
        font-size: 18px;
    }
    .tab-item{
        padding:0px;
    }
    .tab .tab-title{
        padding:0px;
    }
}
@media(max-width:374px){
    
}
@media(max-width:1024px){
    .tab .row{
        padding-top:30px;
    }
}


.department .hd li{
    margin-top:10px;
    width: 16.45%;
    float: left;
    margin-right: 3px;
    text-align: center;
    line-height: 32px;
}
.department .hd li:last-child{
    margin-right: 0px;
}
.hd-btn{
    background:#ED9100;
    padding:6px;
    color:#fff;
    font-size:16px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.hd-btn i,.hd-btn span{
    display: inline-table;
    vertical-align: middle;
}
.hd-btn span{
    line-height: 35px;
    font-size: 18px;
    padding-left: 10px;
}
.li01 .hd-btn{
    background: #55a5aa;
}
.li02 .hd-btn{
    background: #528eb5;
}
.li03 .hd-btn{
    background: #d581a9;
}
.li04 .hd-btn{
    background: #55a5aa;
}
.li05 .hd-btn{
    background: #01763a;
}
.hd-btn i{
    margin-right: 5px;
    font-size: 34px;
}
.department .hd .fa-wk{
    background: url(../images/icon01.png) no-repeat;
    width: 32px;
    height: 35px;
}
.department .hd .fa-woman{
    background: url(../images/icon03.png) no-repeat;
    width: 24px;
    height: 35px;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: none;
    position: relative;
    left: 50%;
    margin-left: -10px;
    z-index: 9999;
    margin-bottom: -10px;
}
.li01 .triangle-down{
    border-top: 10px solid #398add;
}
.li02 .triangle-down{
    border-top: 10px solid #5839dd;
}
.li03 .triangle-down{
    border-top: 10px solid #ff6fbd;
}
.li04 .triangle-down{
    border-top: 10px solid #efc01f;
}
.li05 .triangle-down{
    border-top: 10px solid #ef631f;
}
.slideTxtBox .hd ul li.on .triangle-down{
    display: block;
}
.department .bd{
    clear: both;
    min-height: 200px;
    background:#f0f0f0;
    padding:10px 15px;
    padding-bottom: 20px;
    border-radius: 0px 0px 20px 20px;
}
.department .bd ul,.department .bd li{
    padding:0px;
}
.department .bd ul{
    padding-top:20px;
}
.department .bd li{
    width:20%;
    float:left;
    line-height:30px;
    margin-bottom:15px;
    padding-right:5px;
    padding-left: 5px;
}
.department .bd li a{
    color:#061b5e;
    display:block;
    padding:8px;
    border-radius:15px;
    border:1px solid #c6c6c6;
    background: #fff;
    font-size:15px;
}
.department .bd li a:hover{
    background: #fff5ed;
}
.department .bd li a i{
    float:right;
    line-height:20px;
    color:#c6c6c6;
}
@media(max-width:1199px){
    .department .hd li{
        width: 17.25%;
        margin-right: -7px;
    }
    .department .bd{
        min-height: 220px;
    }
    .department .bd li{
        width:20%;
    }
}
@media(max-width:991px){
    .department .bd{
        padding-left: 5px;
        padding-right: 5px;
        min-height: 200px;
        border-radius: 0px 0px 10px 0px;
    }
    .department .bd li{
        width:25%;
        padding:3px 5px;
        margin-bottom:8px;
    }
    .department .hd li{
        width: 17.2%;
        text-align:center;
        padding:0px;
    }
    .department .hd i{
        font-size: 22px;
        display:block;
        width:100%;
        text-align:center;
    }
    .department .hd span{
        width:100%;
        text-align:center;
        display:block;
        padding:0px;
    }
    .department .bd li a,.hd-btn{
        font-size: 14px;
    }
    .department .hd .fa-wk{
        background: url(../images/icon01-min.png) no-repeat;
        width: 20px;
        height: 22px;
        left:50%;
        position:relative;
        margin-left:-10px;
    }
    .department .hd .fa-woman{
        background: url(../images/icon03-min.png) no-repeat;
        width: 20px;
        height: 22px;
        left:50%;
        position:relative;
        margin-left:-10px;
    }
}
@media(max-width:767px){
    .department .hd{
        width:100%;
        padding:0px;
    }
    .department .hd li{
        width: 17.8%;
    }
    .hd-btn{
        font-size: 14px;
    }
    .hd-btn span{
        line-height: 18px;
        font-size:14px;
    }
    .slideTxtBox{
        margin-top: -20px;
    }
    .hd-btn{
        font-size: 14px;
        height: 68px;
        padding:5px 10px;
    }
    .li04 .hd-btn{
        padding:5px 5px;
    }
    .department .bd li a{
        border-radius: 10px;
        padding:5px;
        font-size: 14px;
    }
    .department .bd{
        min-height: 260px;
        padding-top:0px;
    }
    .department .bd li{
        width:50%;
        margin-top:-5px;
    }
}
@media(max-width:413px){
    .department .hd li{
        width: 18%;
    }
    .department .bd li{
        width:50%;
    }
    .department .bd li:nth-child(1){
        width:55%;
    }
    .department .bd li:nth-child(2){
        width:45%;
    }
    .hd-btn{
        font-size: 14px;
    }
}
@media(max-width:374px){
    .hd-btn{
        font-size: 12px;
        padding:5px 2px;
    }
    .department .hd li.li04{
        width: 20%;
    }
    .li04 .hd-btn{
        padding:5px 0px;
    }
    .department .hd span{
        padding:0px 2px;
    }
    .department .bd{
        min-height: 320px;
    }
    .department .bd li:nth-child(1){
        width:65%;
    }
    .department .bd li:nth-child(2){
        width:35%;
    }
}


.link{
    /* margin-top:40px; */
    background:#dddddd;
    padding:10px;
}
.link .style02{
    color:#bfbfbf;
    font-size:20px;
}
.link-title{
    font-size:18px;
    color:#2c2f7a;
    text-align:left;
}
.link-con{
    background:#fff;
}
.link-title,.link-con{
    padding:0px;
    line-height:32px;
}
.link-con{
    padding:0px 10px;
    line-height:82px;
    width:100%;
    height:82px;
}
.link-con div{
    display:inline-block;
    padding-right:40px;
}
.link-con img{
    height:42px;
    display:inline-block;
    padding-right:10px;
}
#scroll{width:100%;height:82px; line-height:82px; position:relative;overflow:hidden;}
  .btn_left{display:block;width:30px;height:30px;background:url(../images/left.png) no-repeat;position:absolute;top:30px;left:0px;}
  .btn_left:hover{background:url(../images/left-stop.png) no-repeat;}
  .btn_right{display:block;width:30px;height:30px;background:url(../images/right.png) no-repeat;position:absolute;top:30px;right:0;}
  .btn_right:hover{background:url(../images/right-stop.png) no-repeat;}
  #scroll .content{width:96%;height:82px;position:relative;overflow:hidden; margin-left:40px;}
  #scroll ul{position:absolute;}
  #scroll li{float:left;width:auto; padding-right:40px;text-align:left;height:82px; line-height:82px;}
  #scroll li a{font-size:16px}
  #scroll li a:hover{position:relative;top:2px;}

@media(max-width:991px){
    .link-con div{
        padding-right:8px;
    }
    #scroll .content{width:89%;}
}
@media(max-width:768px){
    .link{
        padding-left:10px;
    }
}
@media(max-width:767px){
    #scroll .content{width:79%;}
}
@media(max-width:413px){
    #scroll .content{width:75%;}
}
/*footer*/
.footer{
    width:100%;
    padding:20px 15px;
    color:#fff;
    background:#2c2f7a;
    text-align:center;
    margin-top:40px;
}
.footer div{
    line-height:32px;
}
@media(min-width:1200px){
    .main>.container{
        width:1200px;
    }
    .news .newsItem .col-md-9{
        width:82%;
    }
    .news .newsItem .col-md-3{
        width:18%;
    }
    .notice .newsItem .col-md-9,.recruitment .newsItem .col-md-9,.purchase .newsItem .col-md-9{
        width:78%;
    }
    .notice .newsItem .col-md-3,.recruitment .newsItem .col-md-3,.purchase .newsItem .col-md-3{
        width:22%;
    }
}
@media(max-width:1199px){
    .main .container{
        margin-top: -300px;
    }
    .main>.container{
        width:100%;
        padding-left:20px;
        padding-right:20px;
    }
    .slideTxtBox .hd{
        height:24px;
        line-height:24px;
    }
    .slideTxtBox .hd ul li{
        font-size:12px;
        border-radius:5px 5px 0px 0px;
        -webkit-border-radius:5px 5px 0px 0px;
        -o-border-radius:5px 5px 0px 0px;
        -moz-border-radius:5px 5px 0px 0px;
        padding:0 4px;
    }
    .slideTxtBox .hd ul li.on{
        height:24px;
    }
    .news-title .style01{
        font-size:16px;
    }
    .news-title .style02,.link .style02{
        font-size:16px;
    }
    .more{
        width:50px;
    }
    .purchase .container-fluid{
        margin-top:-6px;
    }
    .tab,.purchase{
        margin-top:45px;
    }
    .notice .newsItem .col-md-9,.recruitment .newsItem .col-md-9,.purchase .newsItem .col-md-9{
        width:72%;
    }
    .notice .newsItem .col-md-3,.recruitment .newsItem .col-md-3,.purchase .newsItem .col-md-3{
        width:28%;
    }
}
@media(max-width:1024px){
    .main .container{
        margin-top: 0px;
    }
}
@media(max-width:767px)
{
    .notice,.tab,.purchase,.recruitment,.expert,.link{
        margin-top: 30px;
    }
    .tab .row{
        padding-top: 10px;
    }
}


.ccp{ width:100%; margin:0 auto;  position:relative; overflow:hidden;   height:200px;margin-top:15px;}
.ccp .bd{ position:relative; z-index:0;  }
.ccp .bd li{ height:200px; overflow:hidden; }
.ccp .bd li img{ display:block; width:100%; height:200px;}

.ccp .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
.ccp .hd ul{ text-align:center;  }
.ccp .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:9px; height:9px; margin:0 4px; 
        background:url(../images/dot.png) 0 -16px;
        overflow:hidden;  filter:alpha(opacity=70);opacity:0.7;  vertical-align:top; line-height:9999px; 
}
.ccp .hd ul .on{ background-position:0 0;  }
.ccp .timer{ position:absolute; z-index:1; left:0; bottom:0; height:4px; width:0; background:#000; filter:alpha(opacity=40);opacity:0.4; font-size:0; overflow:hidden;   }
@media(max-width:1024px){
    .ccp{height:230px;}
    .ccp .bd li{height:230px}
    .ccp .bd li img{height:230px;}
}
@media(max-width:414px){
    .ccp{height:150px;}
    .ccp .bd li{height:150px}
    .ccp .bd li img{height:150px;}
}


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
 
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.new {color: #DF2472;}


/*.page-nav{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.p_first_d,.p_last_d{
    background:#1276cc;
    padding:0px 8px;
    width:60px;
    color:#ffffff;
    display: inline-block;
    margin-left: 15px;
    border-radius: 15px;
    -webkit-border-radius:15px;
    -o-webkit-border-radius:15px;
}
.p_prev_d,.p_next_d{
    background:#1239cc;
    padding:0px 8px;
    width:60px;
    color:#ffffff;
    display: inline-block;
    margin-left: 15px;
    border-radius: 15px;
    -webkit-border-radius:15px;
    -o-webkit-border-radius:15px;
}
.p_no_d{
    margin-left: 15px;
}
.p_t{
    color:#939393;
}*/
.dice-menu {
    padding: 0;
    display: block;
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 99999;
}
.dice-menu li {
    display: block;
    border-width: 0;
    padding: 15px;
    overflow: hidden;
    /* background-color: #3d4dbf;*/
    color: #fff;
    /*opacity: 1;*/
    cursor: pointer;
      text-align: center;
    /* border-bottom: 1px solid #fff;
      width: 125px; */
}
.dice-menu li:first-child {
    /*opacity: .8;*/
}
.ksxc{ width:100%;margin-top:30px; padding-bottom: 30px; overflow:hidden; position:relative;}
.ksxc .hd{ /*height:22px; line-height:22px;  */overflow:hidden;}
.ksxc .hd .next,.ksxc .hd .prev{ display:block; width:30px; height:34px; background: url(../images/arrow.png) no-repeat -1px -2px; overflow:hidden;cursor:pointer; position:absolute; z-index:999999; top:35%;}
.ksxc .hd .prev{left: -5px;}
.ksxc .hd .next{ background-position:-40px -2px; right:0px; z-indenx:999999999;}
.ksxc .hd .prevStop{ background-position:-1px -43px; cursor:default;}
.ksxc .hd .nextStop{ background-position:-40px -43px; cursor:default; }
.ksxc .hd ul{ float:right; margin:6px 6px 0 0; zoom:1;display:none;}
.ksxc .hd ul li{ float:left; cursor:pointer; display:block; width:8px; height:8px; margin-right:4px; _display:inline; background: url(../images/switch_dot_small.jpg) no-repeat 0 0;}
.ksxc .hd ul li.on{ background-position:-12px 0;}
.ksxc .bd{ padding:0px; margin-top:-40px; padding-left: 20px; padding-right: 25px;}
.ksxc .bd ul{ overflow:hidden; zoom:1; height:320px;}
.ksxc .bd ul li{ float:left; width:16.6%; text-align:center;}
.ksxc .bd ul li div{padding:10px 10px 0 10px; width:100%;}
.ksxc .bd img{ width:100%;}
.ksxc .bd ul li{ width:25%;}
.ksxc .bd{margin-top:0px;}
.ksxc .bd ul{  height:250px;}
.ksxc .hd .next,.ksxc .hd .prev{ top:45%; }