*{
    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;
}
*: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 16px/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;
    }
}

/*ÓÒ²àÆ¯¸¡*/
.dic-title{
    background:url(/en/images/title.png) no-repeat;
    width:91px;
    height:32px;
    line-height:32px;
    color:#fff;
    text-align:center;
    font-size:16px;
}
.dice {
    padding: 0;
    display: block;
    position: fixed;
    top: 30%;
    right: 20px;
    z-index: 99999;
}
.dice-menu{
    margin-top:10px;
    background:url(/en/images/disc-bg.jpg) repeat-x;
    max-height:341px; 
    /* height:260px; */
    width:91px;
    padding:10px 8px;
    display:none;
}
.dice-menu li {
    display: block;
    overflow: hidden;
    color: #191917;
    opacity: 1;
    cursor: pointer;
    text-align: center;
    background:#eeeeee;
    height:74px;
    padding-top:18px;
    font-size:14px;
    margin-bottom:8px;
}
.dice-menu i{
    font-size:28px;
}
.dice-menu li:last-child {
    margin-bottom:0px;
}
.dice-menu li div{
    line-height:30px;
}
.dice-menu li:first-child {
    /* opacity: .8; */
}
.menu-img{
    margin-top: 10px;
}
.dice-menu .dice-search{
}
.dice-menu .search-input{
    position:absolute;
    z-index:9999;
    left:-288px;
    height:91px;
    line-height:91px;
    background:url(/en/images/disc-bg.jpg) repeat-x bottom;
    padding:0px 15px;
    margin-top: -88px;
    display: none;
}
.dice-menu .search-input input{
    height:32px;
    line-height:32px;
    display: inline-block;
    margin-left: 5px;
}
.dice-menu .search-input input[type="submit"]{
    background: #10317a;
    padding:0px 15px;
    color: #fff;
    border:1px solid #fff;
    border-radius:5px;
}
@media(max-width:1440px){
    .dice-menu li {
        width: 120px;
    }
}
@media(max-width:1024px){
    .dice-menu li {
        width: 76px;
    }
    .dice {
        right:0px;
    }
}
@media(max-width:767px){
    .dic-title{
        background:url(/en/images/title.png) no-repeat center;
        width:70px;
        font-size:14px;
    }
    .dice-menu{
        width:70px;
        padding:5px;
        margin-top:5px;
    }
    .dice-menu li {
        padding:10px 5px;
        font-size:12px;
        width:60px;
        height:60px;
    }
    .dice-menu i{
        font-size:18px;
    }
    .dice-menu li div{
        line-height:20px;
    }
    .dice-menu .search-input{
        left: -220px;
        height: 46px;
        line-height: 46px;
        margin-top: -46px;
    }
}

/*¶¥²¿*/
header{
    width:100%;
    background:url("/en/images/top-bg.jpg") no-repeat center;
    max-height:121px;
    padding-top:15px;
    padding-bottom:15px;
}
.code{
    width:360px;
    float:right;
}
.codeImg{
    width:92px;
    float:left;
}
.codeImg img{
    width:100%;
}
.search{
    background:rgba(255,255,255,0.4);
    float:left;
    width:240px;
    height:92px;
    padding:15px;
}
.search input[type="text"]{
    width:140px;
    border:1px solid #064189;
    height:32px;
}
.search input[type="submit"]{
    background:#064189;
    width:70px;
    border:1px solid #064189;
    color:#fff;
    height:32px;
}
.search-link{
    padding-top:15px;
}
.search-link a{
    color:#064189;
}

.menu{
    width:100%;
    height:42px;
    background:url("/en/images/menu-bg.jpg") no-repeat center;
}

@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:100%;
    }
}
@media(max-width:441px){
    header .col-xs-6:first-child{
        width:80%;
    }
    header .col-xs-6:last-child{
        width:20%;
    }
}


/*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: 'Open Sans', sans-serif;
}
#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 26px;
  font-size: 14px;
  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:42px;
  background:url("/en/images/line.png") no-repeat right;
}
#cssmenu > ul > li:last-child > a {
    background:none;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color:#fce100;
}
#cssmenu > ul > li.has-sub > a {
  
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999;
  background:#00aeff; 
}
#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 {
  height: 0;
  -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 {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 5px;
  width: 200px;
  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;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background:#0084ff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  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 15px;
    }
    #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,
  #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;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 32px;
    width: 62px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 24px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 16px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

.banner-main{
    background:url(/en/images/main-bg.jpg) no-repeat top center;
    width:100%;
}
/*´óÂÖ·¬Í¼*/

.banner .carouselTitle{
    position:absolute;
    z-indent:99;
    right:0px;
    top:60%;
    background:rgba(27,72,163,0.8);
    width:480px;
    text-align:justify;
    padding:8px 15px;

}
.banner .carouselTitle a{
    color:#fff;
    font-size:24px;
    line-height:42px;
}
.banner .carousel-indicators{
    background:url(/en/images/btn-bg.jpg) repeat-x;
    height:24px;
    width:80px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -o-border-radius:20px;
    line-height:24px;
    margin-left:-40px;
}
.banner .carousel-indicators li{
    background:#343434;
}
.banner .carousel-indicators li.active{
    background:#fff;
    border:2px solid #343434;
}
@media \0screen\,screen\9 {/* Ö»Ö§³ÖIE6¡¢7¡¢8 */
  .banner .carouselTitle{
    position:static; /* IE6¡¢7¡¢8Ö»ÄÜÉèÖÃposition:static(Ä¬ÈÏÊôÐÔ) £¬·ñÔò»áµ¼ÖÂ×ÓÔªËØ¼Ì³ÐAlphaÖµ */
    *zoom:1; /* ¼¤»îIE6¡¢7µÄhaslayoutÊôÐÔ£¬ÈÃËü¶Á¶®Alpha */
  }
  .banner .carouselTitle a{
    position: relative;/* ÉèÖÃ×ÓÔªËØÎªÏà¶Ô¶¨Î»£¬¿ÉÈÃ×ÓÔªËØ²»¼Ì³ÐAlphaÖµ */
  }  
}
@media(max-width:1024px){
    .banner{background: none; height:auto;}
    .banner-in{background: none; height:auto;}
}
@media(min-width:1200px){
    .banner .container{
        width:1200px;
    }
}
.banner .col-md-12{
    padding:0px;
}
.main .container{
    background: #fff;
    padding-top:20px;
}
.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;
}
.btn-img{
    position: relative;
}
.btn-img img{
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
}
.btn-title{
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    position: relative;
}
.btn-title a{
    position: relative;
    z-index: 99;
    width: 100%;
    display: block;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -o-border-radius:10px;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
}
.btn01 .btn-title a{
    background: rgba(0,174,255,0.6);
}
.btn02 .btn-title a{
    background: rgba(180,0,0,0.6);
}
.btn03 .btn-title a{
    background: rgba(25,176,0,0.6);
}
.btn01 .btn-title a:hover{
    background: rgba(0,174,255,0.9);
}
.btn02 .btn-title a:hover{
    background: rgba(180,0,0,0.9);
}
.btn03 .btn-title a:hover{
    background: rgba(25,176,0,0.9);
}
.news{
    margin-top:20px;
}
.news-top{
    height:36px;
    width:100%;
    margin-bottom:20px;
    border-bottom:2px solid #1b48a3;
}
.news-title{
    padding-right:10px;
    float:left;
    line-height: 34px;
    border-bottom: 2px solid #e60012;
}
.news-title .style01{
    color:#193e86;
    font-size:18px;
}
.news-title .style02{
    color:#b6b6b6;
    font-size:20px;
}
.more{
    text-align:center;
    height:20px;
    line-height:20px;
    float:right;
}
.more a{
    color:#193e86;
}
.first{
    padding-bottom:15px;
}
.first-title{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.first-title a{
    color:#193e86;
    font-size: 18px;
}
.first-date{
    width: 100%;
    text-align: right;
    color: #898989;
}
.first-dy{
    padding-top: 8px;
    text-align:justify;
    color: #979797;
    line-height:26px;
}
.detail{
    width:100%;
    text-align: right;
    padding-top: 8px;
}
.detail a{
    color: #ff7200;
}
.news-img,.news-con{
    padding:0px;
}
.news-img{
    padding-right:10px;
}
.news-con{
    padding-left:10px;
}
.news .carouselTitle{
    position:relative;
    z-indent:99;
    top:-32px;
    background: #10317a;
    height: 32px;
    line-height: 32px;
    filter:Alpha(opacity=75);
    opacity:0.75;
}
.news .carouselTitle a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:block;
    color:#fff;
    padding-left:10px;
}
.news .carousel-indicators{
    position:absolute;
    bottom:60px;
    z-index:15;
    width:60%;
    padding-left:0;
    text-align:center;
    list-style:none
}
.item img{
    width: 100%;
}
.newsItem{
    line-height: 36px;
}
.newsItem a:hover{
    color: #10317a;;
}
.newsItem .col-md-9,.newsItem .col-md-3,.bd .newsItem .col-md-2{
    padding:0px;
}
.newsItem .col-md-9,.bd .newsItem .col-md-10{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsItem .col-md-3,.bd .newsItem .col-md-2{
    text-align: right;
}
.tab{
    margin-top: 20px;
}
.notice{
    margin-top: 20px;
}
.news-img img{
    width: 100%;
}
.bd .col-md-4,.bd .col-md-8{
    padding:0px;
}
.bd .newsItem .col-md-10,.bd .newsItem .col-md-2{
    padding:0px;
}
.bd .top{
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}
.topNewsDate{
    background:#fff;
    text-align:center;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    padding:6px 0px;
    padding-top: 0px;
    margin-bottom: 9px;
    border: 1px solid #c3c3c3;
}
.notice .day,.notice .month{
    color:#fff;
    font-size:14px;
    padding:0px;
    line-height: 18px;
    padding-top: 2px;
    
}
.notice .day{
    font-size: 14px;
    background:url(/en/images/date-bg.jpg) repeat;
    width: 100%;
    padding-top:6px;
    padding-bottom: 2px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius:5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
}
.notice .month{
    color: #363636;
}
.notice-title a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:block;
    color: #193e86;
    background: #f2f2f2;
    line-height: 54px;
    padding-left: 15px;
    
}
.notice-con{
    white-space: nowrap;
    text-overflow: ellipsis;
    display:block;
    overflow: hidden;
    color: #979797;
    line-height: 32px;
}
.noticeItem .col-lg-11{
    padding-right:0px;
    padding-left: 0px;
}


/* tab */
.slideTxtBox{
    width:100%;
    text-align:left;
}
.slideTxtBox .hd{
    height:38px;
    border-bottom:2px solid #1b48a3;
    position:relative;
}
.slideTxtBox .hd ul{
    float:left;
    position:absolute;
    left:0px;
    top:1px;
    height:32px;
}
.slideTxtBox .hd ul li{
    float:left;
    padding:0px 8px;
    cursor:pointer;
    background:url(/en/images/tab.jpg) repeat-x;
    color:#fff;
    margin-right:2px;
    font-size:16px;
    line-height:32px;
}
.slideTxtBox .hd ul li.on{
    padding:0px 8px;
    background:url(/en/images/tab-on.jpg) repeat-x;
    border-bottom:2px solid #e60012;
    height:37px;
}
.slideTxtBox .bd ul{
    padding:0px;
    zoom:1;
    padding-top:10px;
}
@media(max-width:767px){
    .slideTxtBox .bd ul{
        padding-top:15px;
    }
}
@media(max-width:374px){
    .slideTxtBox .hd ul li{
        font-size:14px;
        padding:0px;
        margin-right:2px;
    }
}

/*ÏµËùÁ´½Ó*/
.department{
    margin-top: 20px;
}
.department li{
    line-height: 32px;
    border-bottom: 1px solid #bfbfbf;
}
.department li:first-child{
    margin-bottom: 10px;
}
.department .style01{
    color: #193e86;
    font-size: 18px;
}
.li-con div{
    display:inline-block;
    padding-right:30px;
}
.department li .style01{
    padding-right:0px;
    float:left;
    width:8%;
    text-align:right;
}
.li-con{
    float:left;
    width:92%;
}

/*ÓÑÇéÁ´½Ó*/
.link{
    margin-top:40px;
    background:#f5f5f5;
    padding:10px 0px;
    padding-right:10px;
    border:1px solid #dadada;
}
.link .col-lg-2{
    width: 10%;
    border-right: 1px solid #dadada;
}
.link .col-lg-10{
    width: 90%;
}
.link-title{
    font-size:18px;
    color:#193e86;
    text-align:center;
}
.link .style02{
    text-align: center;
    color: #b6b6b6;
    font-size: 24px;
    line-height: 32px;
}
.link-con{
}
.link-title,.link-con{
    padding:0px;
    line-height:32px;
}
.link-con{
    padding:0px 15px;
}
.link-con div{
    display:inline-block;
    padding-right:35px;
}
@media(max-width:991px){
    .link-con div{
        padding-right:8px;
    }
}
@media(max-width:768px){
    .link{
        padding-left:10px;
    }
}
/*footer*/
.footer{
    width:100%;
    padding:20px 15px;
    color:#fff;
    background:#203c95;
    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{
        width:79%;
    }
    .notice .newsItem .col-md-3,.recruitment .newsItem .col-md-3{
        width:21%;
    }
}
@media(max-width:1199px){
    body{
        font-size:14px;
    }
    .main .container{
        margin-top: 0px;
    }
    .main>.container{
        width:100%;
        padding-left:20px;
        padding-right:20px;
    }
    .news .newsItem{
        line-height:30px;
    }
    .news .carouselTitle{
        top:0px;
        filter:Alpha(opacity=100);
        opacity:1;
    }
    .tab .newsItem .col-md-10{
        width:80%;
    }
    .tab .newsItem .col-md-2{
        width:20%;
    }
    .link .col-lg-10{
        width:89%;
    }
    .link .col-lg-2{
        width:11%;
    }
    .tab,.notice{
        margin-top:40px;
    }
    .department li .style01{
        width:10%;
    }
    .li-con{
        width:90%;
    }
    .btn-title{
        font-size:20px;
    }
}
@media(max-width:1023px){
    .banner .carouselTitle{
        width:250px;
        top:50%;
    }
    .banner .carouselTitle a{
        font-size: 18px;
        line-height: 36px;
    }
    .btn-title{
        font-size: 18px;
    }
    .news .detail{
        display:none;
    }
    .news .first{
        margin-bottom:-15px;
    }
    .news .first-con{
        margin-top:-10px;
    }
    .news .newsItem,.newsItem{
        line-height:28px;
    }
    .notice .col-xs-2{
        width:7%;
    }
    .notice .col-xs-10{
        width:93%;
        padding-right:0px;
    }
    .news .carousel-indicators{
        margin-bottom: -20px;
    }
    .banner .carousel-indicators{
        margin-bottom: -10px;
    }
    .li-con div{
        padding-right:10px;
    }
    .department li .style01{
        width:13%;
    }
    .li-con{
        width:87%;
    }
}
@media(max-width:767px){
    .code{
        display: none;
    }
    .btn-title{
        font-size: 14px;
    }
    .btn,.btn01,.btn02,.btn03{
        padding:0px;
        margin-top:20px;
    }
    .btn-main{
        padding-right:15px;
    }
    .main .container{
        width: 100%;
        padding:15px;
    }
    
    .banner .carouselTitle{
        width:100%;
        top:100%;
        padding-top:5px;
        padding-bottom: 5px;
        position: relative;
        z-index: 99999;
    }
    .banner .carouselTitle a{
        font-size: 14px;
        line-height: 24px;
    }
    .banner .carousel-indicators{
        margin-bottom: 30px;
    }
    .news .col-xs-12{
        padding:0px;
    }
    .news .first-title{
        margin-top: 20px;
    }
    .first-title a{
        font-size: 14px;
    }
    .slideTxtBox .hd ul li{
        font-size: 14px;
    }
    .slideTxtBox .hd ul li.on{
    }
    .slideTxtBox .hd ul li i{
        display: none;
    }
    .noticeItem .col-xs-10{
        padding-right:0px;
    }
    .notice-title,.nontice-con{
        line-height: 20px;
    }
    .notice .col-xs-2{
        width:10%;
    }
    .notice .col-xs-10{
        width:90%;
        padding-right:0px;
    }
    header .logo img{
        width:80%;
    }
    .first-dy{
        line-height:24px;
    }
    .bd .col-xs-4{
        width:40%;
    }
    .bd .col-xs-8{
        width:60%;
    }
    .link .col-xs-12{
        width:100%;
        border-right: 0px;
    }
    .link-title,.style02{
        display:inline-block;
    }
    .department .style01{
        font-size:16px;
    }
    .news-title{
        line-height:34px;
    }
    .news-title .style01{
        font-size:16px;
    }
    .news-title .style02{
        font-size:16px;
    }
    .department li .style01{
        width:22%;
    }
    .li-con{
        width:78%;
    }
    .link-title{
        font-size:16px;
    }
    .link .style02{
        font-size:16px;
    }
}
@media(max-width:413px){
    .tab .newsItem .col-xs-3{
        width:25%;
    }
    .tab .newsItem .col-xs-9{
        width:75%;
    }
    .department li .style01{
        width:25%;
    }
    .li-con{
        width:75%;
    }
    .btn-title{
        font-size: 12px;
    }
    .btn-main .col-xs-4{
        padding:0px;
    }
}
@media(max-width:374px){
    .department li .style01{
        width:100%;
        text-align:left;
    }
    .li-con{
        width:100%;
    }
}

/*»Øµ½¶¥²¿*/
.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);
  /* 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;
  }
}