﻿/* CSS reset */

html, body, div, p, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
html, body { height:100%; }
img { border: 0; }
ul, ol { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { cursor: pointer; font-size: 18px;  text-decoration: none; }
a:link, a:visited { color: #333; text-decoration: none; }
a:hover { color: #035BB3; text-decoration: none; }
a:active { color: #F30; }
p { padding: 5px 0; }
h1 { font: 24px/30px "Microsoft Yahei"; text-align: center; padding: 18px; display: block; overflow: hidden; text-indent: 0; zoom: 1; _width: 90%; }
textarea { overflow: auto; }
em { font-style: normal; }
/*--reset end--*/
.left { float: left; display: inline; }
.right { float: right; display: inline; }
body { background: #fff; font: 18px "Microsoft yahei", Tahoma, Verdana; color: #333; height: 100%; overflow-x: hidden; }
.banner { width:100%; height:660px;position:relative;  box-shadow: 0 2px 8px #bbb;}
.clear { clear: both; height: 0; overflow: hidden; }
/*
------------------------------------- 
Header 
-------------------------------------
*/ 

#h {  position: fixed; width:100%; height:130px; z-index:1000; }
.hbg {}
.main-width {width:1400px; margin:0 auto;}
.header { display: block; margin:0 auto; padding:10px 0; height:90px; background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));  transition: all 0.8s ease 0s;}
.logo,.m-logo { width:350px; height:70px; background: url(../images/logo_w.png) no-repeat left center;background-size:contain; float: left; }
.logo-blue { background: url(../images/logo_w_blue.png) no-repeat left center;background-size:contain; }
.m-logo {display: none;}
.sub .logo { width:450px; height:90px; background-size:100% 100%; }
.search { float:right; border:1px solid #fff; width:308px; height:40px; border-radius:6px; margin:40px 10px 0 0; }
.sub .search { margin:20px 10px 0 0; }
/*.search .input {border:0; padding:2px 3px; color:#fff; background: transparent; width:250px; margin:3px;} 
.search input:focus { border:0;outline:0;  }
.search .button {width:36px; height:25px; margin:7px 0 0; background: url(../images/search.png) no-repeat; text-indent:-22222em; border:0; }*/
/* #top-bar {position:fixed; top:15px; right:50px; width:400px;display:none;z-index:1900;}*/
.top-bar {color:#fff; font-size:15px; background: #0059B2; padding:10px 0;}
.top-bar a {color:#fff; font-size:15px; padding:0 5px;}
.search {
    float: right;
    border: 1px solid #fff;
    width: 200px;
    height: 26px;
    border-radius: 6px;
    margin: -3px 0 0 10px; }
       .search .input {
    border: 0;
    padding: 2px 3px 2px 2px;
    color: #fff;
    background: transparent;
    width: 150px;
    margin: 0 3px;
    font-size: 14px;
}
       .search .button {
    width: 35px;
    height: 24px;
    margin: 0px 0 0 0;
    background: url(../images/search.png) no-repeat;
    text-indent: -22222em;
    border: 0;
    background-size: 80%;
    vertical-align: sub;
}


 /* WebKit browsers */
        ::-webkit-input-placeholder {
            color: #ccc;
        }
        /* Mozilla Firefox */
        ::-moz-placeholder {
             color:#ccc;
        }
        /* internet Explorer */
        ::-ms-input-placeholder {
            color:#ccc;
        }
.xx { height:180px; padding:220px 0; text-align:center;  }
.xx img {margin:0 auto;}

img { margin:0 auto;  }
.subbg { width:100%; height:733px; background:url(../images/commbg.jpg) no-repeat center -100px;background-size:cover;}
.swiper_banner { width:100%; height:100%; overflow:hidden; }
.swiper_banner .swiper-slide { background-size:cover; }
.swiper_banner .swiper-slide .banner_title { position:absolute;width:100%;height:60px;left:0;bottom:35px; text-align:center; }
.swiper_banner .swiper-slide .banner_title img {height:100%; width:auto;margin:0 auto;}
.swiper_banner .swiper-slide a {width:100%;height:100%;display:block;text-indent:-99999em;}


@media (min-width: 1200px) {
    .container {
        width: 1070px;
        float: right;
        margin: 8px -25px 0 0px;
    }
}


.navbar-default { background-color:transparent;  }
.navbar-brand{
            padding: 10px 15px;
            height: auto;
        }
        nav.navbar.bootsnav{
            border: none;
            margin-bottom: 0px;
        }
        .navbar-nav{
            float: left;
        }
        nav.navbar.bootsnav ul.nav > li > a{
            color: #fff;
            text-transform: uppercase;
            font-size:20px;
            padding: 15px 18px;
        }
        nav.navbar.bootsnav ul.nav > li:hover{
/*            background: #f4f4f4;*/
        }
        .nav > li:after{
            content: "";
            width: 0;
            height: 5px;
            background: #34c9dd;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 0.5s ease 0s;
        }
        .nav > li:hover:after{
            width: 100%;
        }
        nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
            content: "+";
            font-family: 'FontAwesome';
            font-size: 20px;
            font-weight: 500;
            position: absolute;
            top: 26%;
            right: 5%;
            transition: all 0.4s ease 0s;
        }
        nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
            content: "\f105";
            transform: rotate(90deg);
        }
        .dropdown-menu.multi-dropdown{
            position: absolute;
            left: -100% !important;
        }
        nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            border: none;
        }

        nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a {
            font-size:16px;
        }
        nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a:hover {
            color:#0059B2;
        }
        nav.navbar.bootsnav ul.nav ul.org {
            left:-440px;width:1200px;padding-bottom:15px;
        }
        nav.navbar.bootsnav ul.nav ul.org > li {
            float:left; width:260px; margin:0 15px;
        }
        nav.navbar.bootsnav ul.nav ul.org > li a {
            padding:5px 0; border-bottom:0;
        }
        nav.navbar.bootsnav ul.nav ul.org > li.h5 {
            float:none; width:150px;clear: both; font-size:16px; font-weight: 700; padding:15px 0 10px 0;
        }
        @media only screen and (max-width:960px){
            nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
            nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
            .dropdown-menu.multi-dropdown{ left: 0 !important; }
            nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
            nav.navbar.bootsnav ul.nav > li > a{ margin: 0; color:#fff; }

            nav.navbar.bootsnav ul.nav ul.org {
                left:0;width:auto;padding-bottom:15px;
            }
            nav.navbar.bootsnav ul.nav ul.org > li {
                float:none; width:100%; margin:0;
            }
            nav.navbar.bootsnav ul.nav ul.org > li a {
                padding:5px 0; border-bottom:1px solid #fff;
            }
            nav.navbar.bootsnav ul.nav ul.org > li.h5 {
                float:none; width:150px;clear: both; font-size:16px; font-weight: 700; padding:15px 0 10px 0; color:#fff;
            }
        }

/*
------------------------------------- 
search 
-------------------------------------
*/

 @keyframes icon-bounce{0%,100%{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0);-ms-transform:rotate(0);}
25%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);transform:rotate(15deg);-ms-transform:rotate(15deg);}
50%{-webkit-transform:rotate(-15deg);-moz-transform:rotate(-15deg);transform:rotate(-15deg);-ms-transform:rotate(-15deg);}
75%{-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);transform:rotate(5deg);-ms-transform:rotate(5deg);}
85%{-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);transform:rotate(-5deg);-ms-transform:rotate(-5deg);}
}

    .r-fixed {
        position: fixed;
        top: 50%;
        transform:translate(0,-50%);
        margin:auto;
        right: 45px;
        z-index: 9999;
        width: 115px;
        transition: all 0.4s;
        text-align: center;
        border-radius: 10px;
        box-shadow: 1px 1px 4px #999;
        background: rgba(255,255,255,0.8);
    }

    .r-fixed a {display: block; margin:28px 0; text-align: center; font-size: 16px; text-decoration: none;}
    .r-fixed a img {margin:15px auto; display: block; transform: translateY(-1px); transition: transform 0.3s ease-out;}
    .r-fixed a:hover img {-webkit-animation:icon-bounce .5s alternate;-moz-animation:icon-bounce .5s alternate;-o-animation:icon-bounce .5s alternate;animation:icon-bounce .5s alternate;}

.tabLi {overflow: hidden; zoom:1; padding:10px;margin:0 auto; width:200px; }
.tabLi li {float: left; with:200px; border-right:1px solid #ccc; margin-right:0;}
.tabLi li a {color:#999; font-size: 30px; line-height: 30px; font-weight: bold; text-decoration: none; padding:2px 10px 2px 10px;}
.tabLi li:last-child {border-right:0;}
.tabLi li.change a{color:#0059B2;}
.tabLi li.change .icon01 {background:url(../images/icon01_over.png) no-repeat;}
.icon01 { background:url(../images/icon01.png) no-repeat; width:36px; height:36px; float:left; }

.icon02 { background:url(../images/icon02.png) no-repeat; width:36px; height:36px; float:left; }
.icon03 { background:url(../images/icon03.png) no-repeat; width:36px; height:36px; float:left; }
.icon04 { background:url(../images/icon04.png) no-repeat; width:36px; height:36px; float:left; margin-right:10px; }
.icon05 { background:url(../images/icon05.png) no-repeat; width:36px; height:36px; float:left; margin-right:10px; }
.icon06 { background:url(../images/icon06.png) no-repeat; width:36px; height:36px; float:left; margin-right:10px; }
.tabLi li.change .icon02 {background:url(../images/icon02_over.png) no-repeat;}
.tabLi li.change .icon03 {background:url(../images/icon03_over.png) no-repeat;}

.yw-title { overflow: hidden;zoom:1; padding:20px 0 0; height:85px;}
.yw-title .more2{margin-top:10px;float: right;}
.zhxw-title {overflow: hidden;zoom:1;background: url(../images/title-bg.png) no-repeat center center; margin:30px 0 20px 0;}

.main_focus {
  width: 690px;
  height: 480px;
/*  border-radius: 8px;*/
  overflow: hidden;
  background: #fff;
  float: left;
}

.swiper_pic {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper_pic a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.swiper_pic a img {
  position: absolute;
  width: 100%;
  height: 380px;
  z-index: 1;
  top:0;
  left:0;
}
.swiper_pic a span {
  position: absolute;
  left: 0;
  right:0;
  bottom: 0;
  height: 99px;
  width:100%;
  padding: 0 190px 0 10px;
  line-height: 1.8;
  z-index: 2;
  border-bottom:1px solid #ddd;
  background: #fff;
  /* fallback for old browsers 
  /*background: -webkit-linear-gradient(to top, #eee, #eee);
  /* Chrome 10-25, Safari 5.1-6 
  background: linear-gradient(to top, #eee, #eee);*/
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-size: 16px;
  color: #999;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.swiper_pic .swiper-pagination {
  position: absolute;
  width: auto;
  left: auto;
  right: 15px;
  bottom: 13px;
}
.swiper_pic .swiper-pagination span {
  background: #ccc;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 100px;
}
.swiper_pic .swiper-pagination span.swiper-pagination-bullet-active {
  width: 30px;
  background: #4691FF;
}
.swiper_pic .desp { width:540px;font-size:14px;overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis; line-height: 2.6;}
.swiper_pic h5 {font-size:18px; font-weight: 700; width:100%; overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis; color: #0059B2;}

.zhuanti_box {
  width: 1370px;
  height: 300px;
  margin: 25px auto 0 auto;
  position: relative;

}
.zhuanti_box .swiper_img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  
}
.swiper_img .swiper-slide{

}
.zhuanti_box .swiper_img a {
  display: block;
  width: 100%;
  height: 140px;
  margin-bottom:20px;
  text-decoration: none;
}
.zhuanti_box .swiper_img a img {
  width: 100%;
  height: 100%;
}

.zhuanti_box .swiper-prev {
  position: absolute;
  left: -40px;
  top: 130px;
  width: 28px;
  height: 40px;
  background: #fff;
  z-index: 999999;
  cursor: pointer;
  background: url("../images/left.svg") no-repeat 0 0;
  background-size: 100% 100%;
  outline: none;
}
.zhuanti_box .swiper-next {
  position: absolute;
  right: -40px;
  top: 130px;
  width: 28px;
  height: 40px;
  background: #fff;
  z-index: 999999;
  cursor: pointer;
  background: url("../images/right.svg") no-repeat 0 0;
  background-size: 100% 100%;
  outline: none;
}

.swiper_bill {
  width: 1420px;
  height: 140px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.swiper_bill a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.swiper_bill img {
  position: absolute;
  width: 100%;
  height: 140px;
  z-index: 1;
  top:0;
  left:0;
}
.swiper-container-vertical>.swiper-pagination-bullets {right:30px;}


.main_news {width:700px; height:479px; border-bottom:1px solid #ddd; float: right; background: #fff;  overflow: hidden;}

.main_news .first{
    height: 130px;
    box-shadow: 0 0 205px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
}
.main_news .first .date{
    width: 95px;
    height: 90px;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
}
.main_news .first .date .dd{
    font-size: 30px;
    color: #bd1a2d;
    height: 54px; line-height: 54px; font-weight: 700;
    border-bottom: 1px solid  #ccc;
}
.main_news .first .date .yy{
    color: #929292;
    font-size: 14px;
    line-height: 34px;
}
.main_news .first .text{
    float: right;
    width: 510px;
    height: 90px;
}
.main_news  .first .text .topic{
    width: 100%;
    font-size: 20px;
    color: #0059B2;
    font-weight: bold;
    line-height: 28px;
}
.main_news .first .text .des{
    line-height: 24px;
    width: 100%;
    color: #929292;
    margin-top: 10px;
    font-size:14px;
}

.list li { list-style: none; text-align: left; height: 35px; line-height: 1.6; border-bottom:0;
    padding: 0 5px 0px 20px; margin:16px 20px;     background: url(../images/flag2.png) no-repeat left 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s; }
.list li:hover { background: url(../images/flag2.png) no-repeat left -35px;  }
.list li em { display: flex; align-items: center; height:100%; float: right; padding:6px 0px 0 10px; color: #035BB3; font: normal 14px/26px arial, Geneva, sans-serif; }
.list li a { color: #333; font-size:18px; display: flex; align-items: center; height:100%;  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.list li a:hover { color: #035BB3; text-decoration: none; }
.list li a em { color: #06F; }
.list li span {  font-size: 16px; padding-right:3px; padding-bottom:0; }


.banner2 {padding:0 0 20px 0; clear: both;}

.banner3 {width:1420px; margin:0 auto 20px auto; height:130px; border-radius:5px; overflow:hidden; }
.banner3 img {display: block; width:100%; height:100%;}

.position { width:1200px; margin:-290px auto 0 auto; background:url(../images/position.png) no-repeat 10px center;
    padding-left:50px; color:#666; font-size:15px; text-align: left; position: relative; height:41px; line-height: 41px;
 }
.position a { color:#666; font-size:15px; }
.position span { padding-right:10px; }

.body { width:1190px; border-radius: 5px; background:rgba(255,255,255,0.8); margin:0 auto 20px auto;box-shadow:1px 2px 5px #ccc; overflow: hidden; zoom:1; position:relative; }


.screenbg { width:100%; background:#F5F5F5; padding:5px 0 15px 0;   }
.boxbg {background: url(../images/boxbg.jpg) no-repeat center center; background-size: cover; overflow: hidden; zoom:1;}
.main-con {  margin:15px auto 0 auto; width:1420px; overflow: hidden; zoom:1; }
.news-box { float: right; width:550px; }
.video-box {float:left; width:600px;}
.video-play { margin:0;padding:0;line-height:0;  position:relative; width:100%;height: 334px;}
.play-flag {    z-index: 10;  width: 50px;    height: 50px;    background: url(../images/play.png) no-repeat center center;    background-size: 100% 100%;    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%,-50%);}
.video-title {background: #fff; padding:10px; height: 77.6px; line-height: 1.6;}

.mt-box {float: right;width:790px;}
.mt-list {height:411px; overflow: hidden;}
.mt-list li {height:90px; padding:10px; background: #fff; margin-bottom:17px; overflow: hidden; position: relative;z-index: 0;}
.mt-list li a {display: block; padding:7px 0; text-decoration: none;}
.mt-list li span {color:#0059B2; font-size: 16px; padding-right:30px;}

.mt-list li:hover a {color:#fff;}
.mt-list li:hover span {color:rgba(255, 255, 255, 0.5);}
.mt-list li::before{
    content: "";
    width: 0;
    height: 100%;
    background: #0059B2;
    position: absolute;
    top:0px;
    left:0;
    transition: 0.4s all;
    z-index: -1;
}

.mt-list li:hover::before{
    width: 100%;
}
.mt-date {padding-left:40px; background: url(../images/time.png) no-repeat 10px center;}

.zhxw-list {overflow: hidden; zoom:1;}
.zhxw-list li { background: #fff; margin:0 30px 30px 0; width:453px; height:150px; padding:20px; float:left; transition: 0.4s all;}
.zhxw-list :nth-child(3n) { margin-right:0;}
.list-title { white-space: nowrap;text-overflow: ellipsis;width:100%;overflow: hidden; }
.list-desp,.list-date {font-size:14px; color:#999; line-height: 1.6; padding:10px 0 0;}

.zhxw-list a {font-size: 18px;}
.zhxw-list li:hover {background:#1B4CA8; border-radius: 20px; }
.zhxw-list li:hover a {color:#fff;}

.tzgg {background: url(../images/tzgg_bg.jpg) no-repeat center center;background-size: cover;}
.tzgg .main-con {width:1480px;}
.tzgg-box {
  width: 1400px;
  height: 125px;
  margin: 26px auto 0 auto;
  position: relative;

}
.tzgg-box .tzgg-list {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  
}
.tzgg-box .swiper-slide {
  text-align: center;
}
.circle { width:20px; height:20px; border-radius: 20px; border:5px solid #fff; margin:20px auto; transition: 0.3s all;}
.tzgg-title,.tzgg-date {height:30px; width:100%; overflow: hidden; color:#fff; line-height: 1.6;white-space: nowrap;text-overflow:ellipsis}
.tzgg-list a {  display: block;  width: 100%;   text-decoration: none; color:#fff;}
.tzgg-list a .tzgg-title {font-size:18px;}
.tzgg-box .swiper-slide:hover .tzgg-title { color:#ff9; }
.tzgg-box .swiper-slide:hover .circle {border:3px solid #ff9;}

.tzgg-box .swiper-prev2 {
  position: absolute;
  left: -40px;
  top: 44px;
  width: 40px;
  height: 40px;
  z-index: 999999;
  cursor: pointer;
  background: url("../images/arrow_left.png") no-repeat 0 0;
  /*background-size: 100% 100%;*/
  outline: none;
}
.tzgg-box .swiper-next2 {
  position: absolute;
  right: -40px;
  top: 44px;
  width: 40px;
  height: 40px;
  z-index: 999999;
  cursor: pointer;
  background: url("../images/arrow_right.png") no-repeat 0 0;
  /*background-size: 100% 100%;*/
  outline: none;
}


.h3-ico {width:180px; font-size: 30px; font-weight: bold; color:#0059B2; margin:15px 0; height:36px; line-height: 30px;}
.h3-ico a {color:#0059B2; font-size: 26px; font-weight: bold; text-decoration: none; }
.h3 { height:40px; border-bottom:1px solid #ddd; margin-bottom:5px; }
.h3 span { padding:0 3px;font: bold 20px/40px "Microsoft Yahei", "微软雅黑"; display: block; float: left; border-bottom:2px solid #1D6917; }
.h3 a img { margin:12px 0 0; }
.news-list {overflow: hidden; zoom:1;}
.news-list li { overflow: hidden; zoom:1; padding:8px 0; margin:10px 0; float:left; width:33.33%; position:relative; }
.news-list li .bottom-line::before {content: "";width: 0;height: 2px;overflow: hidden;background: #0059B2;position: absolute;bottom:0px;left:0;transition: 0.4s all;z-index: -1;}
.news-list li:hover .bottom-line::before{width:100%;}
.news-list .date { float: left; width:86px; height:87px; background:url(../images/datebg.png) no-repeat center center;text-align: center; color:#fff; font:bold 28px arial; }
.news-list .date em { display: block; font:normal 14px/1.2 arial; color: #035BB3; padding:18px 0 5px 0; }
.news-list .list-title { float:left; width:380px; padding:10px 10px 10px 0; }
.news-list .list-title td { height:70px; overflow: hidden; vertical-align: middle; padding-left:5px; line-height:1.8; }
.news-list li a { text-decoration: none; }



.mtnz-box { float: left; width:396px; height:416px; padding-right:27px; border-right:1px solid #ccc; margin-left:27px; }
.mtnz-box .news-list li em { display: block; color:#1D6817; background:url(../images/flag-mt.png) no-repeat left center; 
    padding-left:30px; font-size:14px; margin:8px 0 5px 0; font-family: "Microsoft yahei" arial; }
.tzgg-box .news-list a,.mtnz-box .news-list a { font-size:16px; }

.fwtd-box { float: right; width:300px; height:416px; }
.td-list { overflow: hidden; zoom:1; }
.td-list li { width:33.33%; padding:12px 0; float: left; text-align: center; }
.td-list li img { margin:10px auto; display: block; }
.td-list li a { text-decoration: none; font-size:16px; }

.zt-box {}
.zt-box .h3-ico { margin:30px auto; }
.zt-list {  text-align: center;width:100%; margin-bottom:40px; }

.fw-box {width:1380px;margin:0 auto; padding:0 0 50px 0;}
.fw-box .h3-ico { margin:20px auto; }
.fw-list ul {display: flex; justify-content:space-between;}
.fw-list li {  width:150px;  text-align: center;}
.fw-list li a { font-size:16px;}
.fw-list li div {width:72px; height:72px; border-radius: 100px; border:1px solid #ccc; background: url(../images/fwico.png) no-repeat 0 0; margin:10px auto;position: relative;transition: all 0.3s;}
.fw-list li div:hover {background:#0059B2 url(../images/fwico.png) no-repeat -72px 0;}

.fw-list li .fwico2 { background-position:0 -72px; }
.fw-list li .fwico2:hover { background-position:-72px -72px; }
.fw-list li .fwico3 { background-position:0 -144px; }
.fw-list li .fwico3:hover { background-position:-72px -144px; }
.fw-list li .fwico4 { background-position:0 -216px; }
.fw-list li .fwico4:hover { background-position:-72px -216px; }
.fw-list li .fwico5 { background-position:0 -288px; }
.fw-list li .fwico5:hover { background-position:-72px -288px; }
.fw-list li .fwico6 { background-position:0 -360px; }
.fw-list li .fwico6:hover { background-position:-72px -360px; }
.fw-list li .fwico7 { background-position:0 -432px; }
.fw-list li .fwico7:hover { background-position:-72px -432px; }
.fw-list li .fwico8 { background-position:0 -504px; }
.fw-list li .fwico8:hover { background-position:-72px -504px; }

.box { overflow: hidden; margin-bottom:15px; width:575px; float: left; }
.box h3,.zt h3 { height:40px; border-bottom:1px solid #ccc; margin-bottom:15px; background: url(../Images/title-comm.png) no-repeat left bottom; }
.box h3 span,.zt h3 span { color:#098E5C; float: left; height:40px; padding:0 20px; font:bold 20px/36px "Microsoft yahei"; }

.box h4 { margin:-5px 0 0; text-align: center; }
.box h4 a { font-size:30px; color:#098E5C; text-decoration: none; }

.w377 { width:380px; margin-right:15px; }

.thumbList { border-bottom:1px dashed #ccc; overflow: hidden; zoom:1; padding:0 10px 10px 0; line-height: 1.8; }
.thumbList img { float:left; width:146px; height:106px; margin:0 10px 0 0; }
.thumbList p { padding:10px 0; font-size:14px; color:#999; }


/*
------------------------------------- 
list 
-------------------------------------
*/ 


.font_red { color:#f60; }

.gkButton { overflow: hidden; zoom:1; width:610px;  }
.gkButton a { width:130px; height:160px; background-color: #29724E; border-radius: 5px; text-decoration: none;
    text-align: center; color:#fff; display: block; float: left; margin-right:16px; }
.gkButton a:hover { background-color: #00661A; }
.gkButton img { display: block; margin:40px auto 20px auto; }

.leader { padding:15px 50px; overflow: hidden; zoom:1; line-height: 1.8; }
.leader h4 { padding:15px 0; }
.leader h4 span { display: block; }
.leader img { width:200px; height:283px; float: left; margin:0 20px 20px 0;  }


.more2{
    width: 158px;
    height: 40px;
    border: 1px solid #1B4CA8;
    text-align: center;
    line-height: 35px;
    margin:25px auto;
    position: relative;
    z-index: 0;
    background: #fff;
}
.more2::before{
    content: "";
    width: 0;
    height: 100%;
    background: #1B4CA8;
    position: absolute;
    top:0px;
    left:0;
    transition: 0.4s all;
    z-index: -1;
}
.more2 a{
    color: #1B4CA8;
    transition: 0.4s all;
    text-decoration: none;
    font-size: 16px;
}
.more2:hover::before{
    width: 100%;
}
.more2:hover a{
    color: #ffffff;
}

.linkBox { overflow: hidden; zoom:1; width:1200px; }
.linkBox a { display: block; width: 185px; height:42px; line-height: 42px; background-color: #f5f5f5; 
    border:1px solid #ddd; overflow: hidden; float: left; text-decoration: none; text-align: none; 
    margin:0 11px 11px 0 ; font-size: 16px; text-align: center;
 }
 .linkBox a:hover { color: #fff; background-color: #0F5E36; }

 #menuBar { height:100%; }
/* 通知公告 */
#gg { margin: 0 auto; margin-top: 10px; }
#gg .list li { line-height: 1.6em; height: auto; padding: 5px 0 0 20px; background: url(../Images/item.png) 0 8px no-repeat; }
#gg .list li span { display: block; clear: both; width: 100%; background: url(../Images/time.png) 5px 11px no-repeat; padding: 0 0 0 10px; }
/*
------------------------------------- 
footer 
-------------------------------------
*/
.footer { background:#044C91; font-size:15px; padding-bottom:20px; width:100%; min-width:1200px; color:#fff; }
.footer a { font-size:15px; color:#fff; }


.link-box {width:1400px; margin:0 auto; padding:30px 0;display: flex; justify-content:space-between;}
.link-box select { width:23%; border-radius:5px; padding:8px; font-size:16px; color:#666; } 

.copy {width:1400px; margin:0 auto;display: flex; justify-content:space-between;}
.copytext {width:670px; height:125px; padding:15px 0 0 115px; border-right:1px solid #6D97BF; background:url(../images/logo_only.png) no-repeat left center; background-size:14%; }
.addrinfo{display: flex; justify-content:space-between; text-align: center; width:690px; }
.addrinfo > div{min-width:33%; font-size:14px;}
.addrinfo span {font-size:20px; line-height: 1.8; font-weight: bold; display: block;}
.ico-addr,.ico-poster,.ico-tel {width:65px; height:65px; margin:0 auto; border-radius: 100px; background:rgba(255, 255, 255, 0.3) url(../images/ico_addr.png) no-repeat center center;}
.ico-poster { background:rgba(255, 255, 255, 0.3) url(../images/ico_post.png) no-repeat center center;}
.ico-tel { background:rgba(255, 255, 255, 0.3) url(../images/ico_tel.png) no-repeat center center;}
.wxwb{width:220px; height:140px; padding-left:30px; border-left:1px solid #6D97BF;display: flex; justify-content:space-between; text-align: center;}
.wx img {margin:10px auto; display: block;}
/*
------------------------------------- 
Form 
-------------------------------------
*/

.select { visibility: hidden; }

h3 img, h4 img { float: right; margin: 6px 5px 0 0; }
/*
------------------------------------- 
sub_containor 
-------------------------------------
*/
.left-side { width: 180px; float: left; margin:20px 0 0 30px; text-align: left; }
.left-side h3 { height: 50px; ; font: bold 20px/50px "microsoft yahei"; padding: 0 0 0 15px; background:url(../images/t-flag01.png) no-repeat left center; color:#fff; }
.left-side .menu a { display: block; border-bottom:1px solid #ddd; padding:7px 0 10px 20px; margin:5px 0; text-decoration: none; background:url(../images/side-menu.png) no-repeat left 0; transition:all 0.5s;}
.left-side .menu a:hover {transform: translateX(8px);}
.left-side .menu a.current { background-position:left -35px; color:#044C91; }

.sub-main { float: right; width:940px; border-left:1px solid #ddd; min-height:400px;  padding:25px 30px;}
.sub-main h3 { height:40px; border-bottom:1px solid #ddd; }
.sub-main h3 span { padding:0 3px;font: bold 20px/40px "Microsoft Yahei", "微软雅黑"; display: block; float: left; border-bottom:1px solid #044C91; }
.sub-main h3 a img { }
.sub-main h3 a { height: 40px; width: 60px; float: right; margin: 3px 0px 0 0; transition:all 0.5s;}
.sub-main h3 a:hover { transform: translateX(8px);}
.sub-main .comm-list { clear: both; }

.sub-main .comm-list li { height: auto; border-bottom: 1px dotted #ccc; padding: 5px 0 6px 15px; 
    margin:8px 0; background: url(../images/flag01.gif) no-repeat 0 13px; position: relative;
    left: 0; transition: all 0.3s; }
.sub-main .comm-list li:hover {

    transform: translateX(5px);
}
.sub-main .comm-list li a { font: 18px/150% 'Microsoft yahei' 宋体; text-decoration: none; }
.sub-main .comm-list li em { color: #999; float: right; font-size:15px;  }

.zzjg { padding:20px 40px; overflow: hidden; zoom:1; }
.zzjg h3 { height:50px; ; font: bold 20px/48px "microsoft yahei"; padding: 0 0 0 15px; background:url(../images/t-flag01.png) no-repeat left center; }
.jg-list { overflow: hidden; zoom:1; padding-bottom:15px; }
.jg-list p { float:left; width:25%; padding:0; margin:0; }
.jg-list p a { display: block; margin:10px; background:#f5f5f5; font-size:16px; border-radius: 5px; height:30px; line-height: 30px; text-decoration: none; padding:8px; text-align: center; border:1px solid #ccc; }
.jg-list p a:hover { background:#fff; box-shadow: 2px 3px 3px #ccc; }

#pager { font-size:16px; text-align: center; padding:15px 0; }
#pager a { background:#eee; border-radius:50px; padding:3px 11px 5px 11px; font-size:16px; text-decoration: none; }
#pager a.current { background:#044C91; color:#fff; }

#content {     margin: 10px 0px;    text-align: left;    font: 18px/180% "Microsoft yahei";    color: #333;    text-align: justify;    text-justify: inter-ideograph; }
#content p {    padding: 6px 0;    text-indent: 0;    font: 18px/200% "Microsoft yahei";}
/*
------------------------------------- 
position 
-------------------------------------
*/
#position { display: block; margin: 0 auto; overflow: hidden; height: 50px; font: 16px/50px Verdana, Geneva, sans-serif; 
    width: 877px; border:1px solid #ccc; border-left:0; border-bottom:0; float: left; background: #FFF url(../Images/common_top.jpg) top right no-repeat; text-indent: 20px; }
#position a, #position span { margin: 0 4px; color: #333; font: 16px/50px Verdana, Geneva, sans-serif; }
h2 { color: #002691; font: 25px/60px "microsoft yahei"; background: url(../Images/hline.png) center center repeat-x; }
h2 span { background: #FAFAFA;  /*display: block; overflow:hidden;*/ padding: 0 10px 0 0; margin: 0; }
.sub_containor h4 { text-align: right; font: bold 30px/40px "microsoft yahei"; color: #FFF; padding: 0 40px 0 60px; margin-bottom: 120px; }
#commBar { width: 210px; overflow: hidden; border-left: 1px solid #DADEDF; }
#commBar .recommend h3 { border-top: 0; text-align: left; }
.content_containor { border: 1px solid #CCC; overflow: hidden; zoom: 1; /*width:978px;*/ margin: 0 auto; margin-bottom: 10px; }
.content_containor #commBar { width: 240px; }
/*
------------------------------------- 
pic 
-------------------------------------
*/
.pic { padding: 0 25px; }
.pic li { width: 244px; height: 200px; float: left; margin: 8px 12px; display: inline; overflow: hidden; text-align: center; line-height: 160%; }
.pic img { display: block; padding: 2px; margin: 4px auto; border: 1px solid #ccc; 
    width: 238px; height: 152px; background: #fff; }
.pic li a { font-size:16px; }
.clear { clear: both; height: 0; line-height: 0; overflow: hidden; }


.page { padding: 30px 15px; text-align: center; }
.page img { cursor: pointer; }
.page a, .page a:visited, .page span { font-size:16px; padding: 3px 8px; margin: 0 3px 0 0; border: 1px solid #999; text-decoration: none; border-radius: 5px; }
.page a:hover, .page .current { background: #79BA74; border: 1px solid #79BA74; color: #fff; }
.page .current {  }
.page .disabled { border: 1px solid #ccc; color: #ccc; padding: 2px 5px; }
.buttonBox { text-align: center; padding: 10px 0; }
.textBox { height: 126px; padding: 8px 15px; overflow-y: auto; background: #fff; border-bottom: 1px solid #B4D1EF; margin: 0 0 10px 0; }
.content { border:1px solid #ddd; }
#content {margin: 15px 80px; text-align: left; font: 18px/180% 'Microsoft yahei',宋体; color: #333; 
text-align: justify; text-justify: inter-ideograph;}
#content h1 { padding-top:30px; text-align: center; font:bold 30px/1.5 黑体; }
#content table { margin:10px auto; min-width:80%;}
#content td,#content th {border:1px solid #666; padding:8px 3px; }
#content td p,#content th p{padding:0;margin:0;line-height:1.5;font-size:16px;}
#content img {max-width:80%; height:auto;}
.showpage { margin: 20px; }
.related { margin: 5px 40px; padding: 0 0 10px 0; }
#mid .related .list li { border-bottom: 0; }
.other { margin: 10px 80px; padding: 15px 0; border-top: 1px solid #ccc; font-size: 18px; text-align: left; }
.other a { font: 18px Tahoma; }
.infoBox { text-align: left; border-bottom:1px solid #ddd;padding: 10px 180px; margin: 0 0 15px 0; 
    font: 16px Tahoma; text-align: center; color: #999; overflow: hidden; zoom:1;}
.infoBox th { text-align: right; padding: 2px 5px; }
.recommend li { padding: 5px; line-height: 140%; text-align: center; margin: 10px auto; }
.recommend img { display: block; width: 250px; height: 160px; border: 2px solid #eee; margin: 4px auto; }
.recommend li a { font-size:16px; text-decoration: none; }
/* subpage box width */
.w700 { width: 716px; _width: 706px; }
.w728 { width: 696px; }
.w982 { width: 982px; }
.small, .big { cursor: pointer; padding: 0 5px; }
.small { font: bold 10px "Times New Roman"; color: #01458E; }
.big { font: bold 14px "Times New Roman"; }
.share-bar{ padding-left:535px; }

.list-paddingleft-2 li {    width: 50%;    float: left;    text-align: center;}
.list-paddingleft-2 img {margin:0 auto;display:block;width:276px;height:184px;}


.content5 {
    width: 100%;
    height: 750px;
    position: relative;
    overflow:hidden;
}

/* .content5 .position {
    width: 1400px;
    height: 750px;
    margin: 0 auto;
    position: relative;
} */

.content5 .mianpic {
    width: 330px;
    height: 330px;
    border: 1px solid #ffde00;
    position: absolute;
    border-radius: 330px;
    bottom: 20px;
    left: 50%;
    margin-left: -165px;
    z-index: 9;
}

.content5 .mianpic a {
    width: 295px;
    height: 295px;
    border-radius: 295px;
    display: block;
    background: #fff;
    margin-top: 17.5px;
    margin-left: 17.5px;
}

.content5 .mianpic a img {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    margin-top: 22.5px;
    margin-left: 22.5px;
}

.content5 .swiper-containergy {
    width: 100%;
    height: 100%;
}

.content5 .swiper-containergy .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.content5 .swiper-containergy img {
    width: 100%;
    height: 100%;
}

.content5 .fanye {
    width: 530px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -265px;
    bottom: 160px;
    z-index: 8;
}

.content5 .fanye .swiper-button-nextgy {
    width: 50px;
    height: 50px;
    background: #143270;
    line-height: 45px;
    text-align: center;
    float: left;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
}

.content5 .fanye .swiper-button-nextgy:hover {
    background: #ffde00;
    color: #143270;
}

.content5 .fanye .swiper-button-prevgy {
    width: 50px;
    height: 50px;
    background: #143270;
    line-height: 45px;
    text-align: center;
    float: right;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
}

.content5 .fanye .swiper-button-prevgy:hover {
    background: #ffde00;
    color: #143270;
}

.ewm-box { background:#D0DDEA; padding:20px 0;  }
.ewm-list {width:1400px; margin:0 auto;}
.ewm-list ul {display: flex; justify-content:space-between;}
.ewm-list li {  width:150px;  text-align: center;}
.ewm-list li img { width:120px; height:120px; margin:10px auto; }
.ewm-list li span {display: block; color:#555; font-size:16px;}

.mobile-syslink {display: none;}


@media only screen and (max-width:960px){
  .top-bar,#top-bar { display:none;margin-top:-1000000em; }
    .header,.main-width { width:100%;  }
    .header {height:70px; padding-left: 10px;}
    /*.logo {display: none;}*/
    .logo { width:100%; height:50px; float:none; display:block;  }
    .search,.fixed-img,.link-box,.wxwb,.addrinfo { display:none; }
    #h {height:65px;}
    .r-fixed {zoom:0.5;right:1px;}
    .main-con {width:100%;}
    .mobile-syslink { display:block; margin:10px; padding:5px; border-radius: 5px; background:#0059B2; text-align:center; zoom:0.85;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; }
    .mobile-syslink a {color:#fff; padding:0 8px;}
    .screenbg {padding:5px 0 0;}
    .swiper-button-next:after, .swiper-button-prev:after { font-size:14px; }
    .swiper_banner .swiper-slide .banner_title {height:20px;}
    .yw-title {padding:0 10px 60px 0; height:50px; zoom:0.75;}
    .zhxw-title {margin:10px 0; zoom:0.75;}
    .yw-title .more2 {width:105px; height:35px; line-height: 30px; zoom:1; margin-top:7px; }
    .tabLi li div {margin-top:-2px;}
    .main_focus,.main_news{ width:100%;  }
/*    .tabLi,.h3-ico {zoom:0.75; } */
    .main_news,.more2 {zoom:0.9; height:auto;}
    .main_news .first {margin:15px; padding:15px; overflow: hidden; height:120px;}
    .main_news .first .text .des {display: none;}
    .main_news .first .text {width:75%; }
    .main_news .first .text .topic {height:90px;display: table-cell;vertical-align: middle;}
    .main_news .first .date {width:23%;}

    .swiper_pic a img {height:auto;}
    .swiper_pic a span {padding: 1px 0 0 5px; font-size:15px;} 
    .swiper_pic .swiper-pagination {bottom:72px;}
    .swiper_pic .desp {width:98%;}

    .list li {margin: 15px}

    .news-list {zoom:0.9;}
    .news-list li { padding:4px 0; width:100%; border-bottom:1px dotted #ccc; }
    .news-list .date { width:25%; min-width:86px; height:87px; }
    .news-list .list-title { padding:10px 0; width:72%; }


    .zhuanti_box {width:100%; height:200px;}
    .zhuanti_box .swiper_img a {height:90px;}


    .zhxw-list li {width:100%; margin:0 0 10px 0; float: none; padding:15px; height:auto; zoom:0.9}
    .list-desp {display: none;}

    .tzgg .tabLi li,.h3-ico {  zoom:0.8; }

    .tzgg .main-con {width:100%; zoom:0.9;}
    .tzgg-box {width:100%;}
    .tzgg-title, .tzgg-date {width:95%; margin:0 auto;}

    .zt-list {margin-bottom:0;}

    .content5 {height:275px;} 
    .content5 .mianpic {display: none;}
    .content5 .swiper-slide>div {display: none;}

    .content5 .fanye {width:100%; left:0; bottom:115px; margin-left:0;}

    .ewm-box {display: none;}

    .video-box { width:100%;}
    .video-play {height:210px;}
    .video-title { height: auto; line-height: 1.6; zoom:0.8;}
    .h3-ico { margin:20px auto; width:155px;}
    .mt-box {width:100%;}
    .mt-list {height:auto;}
    .mt-list li { margin-bottom:10px; zoom:0.9;  }
    .mt-list li a {height:40px; overflow: hidden; line-height:1.8; }

    .fw-box {width:100%; }
    .fw-box ul {flex-wrap: wrap;justify-content:center; padding:0 10px;}
    .fw-list li { padding-bottom:10px;  }
    .fw-list li a { font-size:14px;}
  
  .swiper_bill {width:100%;height:60px;border-radius:0}
  .banner2 img {width:100%; height:60px; }
  .banner3 {width:100%; height:60px; border-radius:0; }
  .swiper-container-vertical>.swiper-pagination-bullets {display:none;}

    .subbg { height:300px; background-size:cover;}
    .xx {display: none;}
    .position { width:100%; margin:-200px auto 0 auto;  font-size:12px; }
    .position a { color:#666; font-size:12px; }
    .position span { padding-right:3px; }

.body { width:100%;box-shadow:0 0 0; margin:0; padding:0;border-radius:0 }
#content { margin: 0 10px; }
#content img {max-width:100%;width:100%; height:auto;}
#content h1 {zoom:0.7;}
.infoBox {padding:10px; zoom:0.7}
.share-bar,.page{ display:none; }
.left-side { display:none; }

.sub-main { float: none; width:100%; border-left:0; padding:15px; zoom:0.9; }
.sub-main .comm-list { padding-bottom:15px; }
.sub-main .comm-list li {height:50px; line-height: 40px; margin:0; overflow: hidden; background: url(../images/flag01.gif) no-repeat 0 18px;}
.sub-main .comm-list li a {overflow: hidden;text-overflow:ellipsis;white-space: nowrap; display: block;}
.sub-main .comm-list li em {  font-size: 15px; margin:3px 0 6px 0;}


.footer {  height: 170px; width:100%; min-width:100%;padding:20px 0;}
.copytext {text-align:center;padding-left:0;background:none;border-right:0;}
.copy {width:100%;}

}




















/* floatingAd */
.floatingAd .ad{z-index:100;background:none;position:absolute;display:none;}
.floatingAd a{color:#000000; display:inline-block;text-decoration:none;}
.floatingAd a img{border:0;}
.floatingAd .close{display:none;}
.floatingAd .opacity{position:absolute; top:0; width:100%; height:25px; background-color:#000000; opacity:0.20; filter:alpha(opacity = 20);}
.opacity1{opacity:0.90; filter:alpha(opacity = 90);}
.floatingAd .text{position:absolute; top:0; width:100%; height:25px; color:#000000; line-height:25px; }
.floatingAd .text .button{position:relative;float:right;top:5px;right:5px;width:16px;height:16px;background:url("../Images/close.png") no-repeat;cursor:pointer;}
.floatingAd .text .title{position:relative;float:left;font-size:12px;margin-left:5px; width:170px;height:25px;overflow: hidden;}


/*==========以下部分是Validform必须的===========*/
.Validform_checktip{
    margin-left:8px;
    line-height:20px;
    height:20px;
    /*overflow:hidden;*/
    color:#999;
    font-size:12px;
}
.Validform_right{
    color:#71b83d;
    padding-left:20px;
    background:url(../Images/right.png) no-repeat left center;
}
.Validform_wrong{
    color:red;
    padding-left:20px;
    white-space:nowrap;
    background:url(../Images/error.png) no-repeat left center;
}
.Validform_loading{
    padding-left:20px;
    background:url(../Images/onLoad.gif) no-repeat left center;
}
.Validform_error{
    background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}
