/* base style */
html{
    color:#000;
    overflow-y:scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
html *{
    outline:0;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
body {
    color:#666;
    font: 14px/1.5 "微软雅黑",Helvetica,STHeiti,Droid Sans Fallback;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    /*height: 20000px;*/
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,menu,nav,section{
    margin:0;
    padding:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

input,select,textarea{
    font-size:100%
}
article,aside,footer,header,nav,section,audio,canvas,video{
    display: block;
}
table{
    border-collapse:collapse;
    border-spacing:0
}
fieldset,img{
    border:0
}
abbr,acronym{
    border:0;
    font-variant:normal
}
del{
    text-decoration:line-through
}
address,caption,cite,code,dfn,em,th,var{
    font-style:normal;
    font-weight:normal
}
caption,th{
    text-align:left
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal
}
q:before,q:after{
    content:''
}
button{
    outline:0;
    border:none;
}
ins,a{
    text-decoration:none;
}
a{
    text-decoration:none;
    blr:expression(this.onFocus=this.blur());
    color:#666;
    /*-webkit-transition: all 0.5s linear;*/
    /*-moz-transition: all 0.5s linear;*/
    /*-ms-transition: all 0.5s linear;*/
    /*-o-transition: all 0.5s linear;*/
    /*transition: all 0.5s linear;*/
}
a:hover{
    text-decoration:none;
    color: #ff4e00;
}
textarea {
    resize: none;
}
iframe,img {
    border:0;
}
img{
    vertical-align:top;
    /*-webkit-transition: all 0.5s linear;*/
    /*-moz-transition: all 0.5s linear;*/
    /*-ms-transition: all 0.5s linear;*/
    /*-o-transition: all 0.5s linear;*/
    /*transition: all 0.5s linear;*/
}
ul,ol,li,dl,dt,dd{
    list-style:none;
}
/*input,select,textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only;
}
input {-webkit-appearance: none;}
::-webkit-input-placeholder { *//* WebKit, Blink, Edge *//*
    color:    #999;
	font-size:12px;
}
:-moz-placeholder { *//* Mozilla Firefox 4 to 18 *//*
   color:    #999;
   font-size:12px;
}
::-moz-placeholder { *//* Mozilla Firefox 19+ *//*
   color:    #999;
   font-size:12px;
}
:-ms-input-placeholder { *//* Internet Explorer 10-11 *//*
   color:    #999;
   font-size:12px;
}*/
.pr{
    position:relative;
}
.abs{
    position: absolute
}
.fixed{
    position:fixed;
}
.fl{
    float:left;
    display:inline-block;
}
.fr{
    float:right;
    display:inline-block;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear: both;
    visibility:hidden;
}
.clearfix{
    *zoom:1;
}
.clear{
    clear:both
}
.box-sizing-box{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.block{
    display:block;
}
.inline-block{
    display:inline-block;
}
.inline{
    display:inline;
}
/*
FILTER: alpha(opacity=0);
-moz-opacity:0;
opacity:0;
*/
/********************************************************************************************/


@media (min-width: 1200px){
    .container{
        width: 1200px;
        padding: 0;
    }
}

.top-banner{
    width: 100%;
    height: 198px;
}
.nav{
    width: 100%;
    height: 38px;
    background: #1d4f99;
}
.nav-main{
    width: 100%;
}
.nav-main a{
    width: 132px;
    float: left;
    height: 38px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 38px;
}
.nav-main a.first{
    width: 136px;
}
.nav-main a.now,.nav-main a:hover{
    background: #ff4e00;
}
.nav-main .line{
    width: 1px;
    height: 38px;
    float: left;
    background: #ffffff;
}

.nav-bottom{
    width: 100%;
    height: 35px;
    background: #f1f1f1;
}
.nav-bottom-main{
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-bottom-2{
    padding-left: 40px;
    margin-left: 10px;
    background: url("../images/icon-1.png") left center no-repeat;
    line-height: 35px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-bottom-2 a{
    font-size: 14px;
    color: #333;
}
.nav-bottom-2 a.now,.nav-bottom-2 a:hover{
    color: #ff4e00;
}
.nav-bottom-2 span{
    margin: 0 8px 0 10px;
}
.nav-bottom-2 span:last-child{
    display: none;
}
.nav-bottom-main p{
    display: inline-block;
    padding-left: 40px;
    background: url("../images/icon-1.png") left center no-repeat;
    line-height: 35px;
    font-size: 14px;
}
.nav-bottom-main a{
    color: #d61718;
    font-size: 14px;
    line-height: 35px;
    margin-left: 15px;
}
.index-module-1{
    width: 100%;
    margin-top: 13px;
}
.index-module-1-left{
    width: 902px;
    height: 384px;
    float: left;
    padding: 0 13px;
    border: 1px #e5e5e5 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-module-1-title{
    width: 100%;
    margin-top: 6px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #e5e5e5 solid;
    position: relative;
    margin-bottom: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-module-1-title-2{
    padding: 0 13px;
}
.index-module-1-title p{
    float: left;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    background: url("../images/icon-3.jpg") left center no-repeat;
}
.index-module-1-title a{
    float: right;
    font-size: 14px;
    font-family: "宋体",Arial,sans-serif;
}
.index-module-1-title .blue-line{
    width: 58px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #1d4f99;
}


.index-module-1-scroll { float:left; position: relative; width: 502px; height: 306px; overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
.index-module-1-scroll .pic img { width: 502px; height: 306px; display: block; }
.index-module-1-scroll .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 40px; width:100%;  background: #999; filter: alpha(opacity=10); opacity: 0.1; overflow: hidden; }
.index-module-1-scroll .txt { position: absolute; bottom: 0; z-index: 2; height: 40px; width:100%; overflow: hidden; }
.index-module-1-scroll .txt li{ height:40px; line-height:40px; position:absolute; bottom:-40px;}
.index-module-1-scroll .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 15px; }
.index-module-1-scroll .num { position: absolute; z-index: 3; bottom: 15px; right: 7px; }
.index-module-1-scroll .num li{ float: left; margin-right:8px; position: relative; width: 10px; height: 10px; border-radius:50%;background:#fff; line-height: 15px; overflow: hidden; text-align: center; cursor: pointer; }
.index-module-1-scroll .num li.on{
	background:#ff4e00;
}

.index-module-1-list{
    width: 350px;
    float: right;
}
.index-module-1-list li{
    width: 100%;
    padding-left: 14px;
    background: url("../images/icon-2.jpg") left center no-repeat;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 34px;
}
.index-module-1-list li a{
    font-size: 14px;
    color: #333;
}

.index-module-1-right{
    width: 283px;
    height: 384px;
    float: right;
    border: 1px #e5e5e5 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-module-1-right-s{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
}
.index-module-1-right-rec{
    width: 100%;
    height: 78px;
    margin-top: 22px;
    margin-bottom: 10px;
}
.index-module-1-right-rec img{
    width: 106px;
    height: 78px;
    float: left;
}
.index-module-1-right-rec p{
    width: 146px;
    float: right;
}
.index-module-1-right-rec p a{
    color: #333;
    font-size: 16px;
}
.index-module-1-right-list{
    width: 100%;
}
.index-module-1-right-list li{
    width: 100%;
    padding-left: 14px;
    background: url("../images/icon-2.jpg") left center no-repeat;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 34px;
}
.index-module-1-right-list li a{
    font-size: 14px;
    color: #333;
}
.ggw{
    width: 100%;
    height: 100px;
    margin-top: 13px;
}
.ggw img{
    width: 100%;
    height: 100px;
}
.index-module-2{
    width: 100%;
    margin-top: 13px;
}
.index-module-2-item{
    width: 390px;
    height: 332px;
    border: 1px #e5e5e5 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    float: left;
}
.index-module-2-item.first{
    margin-left: 0;
}
.index-module-2-title{
    width: 100%;
    height: 39px;
    padding: 0 13px 0 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e9f3fa;
    line-height: 39px;
}
.index-module-2-title p{
    float: left;
    font-size: 16px;
    color: #333;
}
.index-module-2-title a{
    float: right;
    font-size: 14px;
    font-family: "宋体",Arial,sans-serif;
}
.index-module-2-items{
    width: 100%;
    padding: 18px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-module-2-item-rec{
    width: 100%;
    height: 80px;
}
.index-module-2-item-rec img{
    width: 122px;
    height: 80px;
    float: left;
}
.index-module-2-item-rec p{
    float: right;
    width: 215px;
    line-height: 1.6;
    height: 80px;
    overflow: hidden;
}
.index-module-2-item-rec p a{
    font-size: 16px;
    color: #333;
}
.index-module-2-item-list{
    width: 100%;
    margin-top: 12px;
}
.index-module-2-item-list li{
    width: 100%;
    background: url("../images/icon-2.jpg") left center no-repeat;
    padding-left: 15px;
    line-height: 34px;
    float: left;
}
.index-module-2-item-list li p{
    width: 80%;
    float: left;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index-module-2-item-list li span{
    float: right;
}
.index-module-2-item-list li:hover span{
    color: #ff4e00;
}
.index-partner{
    width: 100%;
    margin-top: 13px;
    border: 1px #e5e5e5 solid;
    padding-bottom: 22px;
}
.index-partner-title{
    width: 100%;
    padding-left: 21px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #1d4f99;
    background: #e9f3fa;
}
.index-partner-list{
    width: 100%;
    margin-top: 14px;
}
.index-partner-list li{
    width: 183px;
    height: 67px;
    float: left;
    margin-left: 14px;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #f1f1f1 solid;
    margin-top: 7px;
}
.index-partner-list li span{
    height: 100%;
    vertical-align: middle;
}
.index-partner-list li  img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.foot-nav{
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    background: #1d9bd8;
    margin-top: 13px;
}
.foot-nav a{
    color: #ffffff;
}
.foot-nav span{
    margin: 0 8px 0 10px;
}
.copy{
    width: 100%;
    padding: 15px 0;
    text-align: center;
    line-height: 2;
}

.pub{
    width: 100%;
    margin-top: 13px;
}
.public-left{
    width: 902px;
    float: left;
    border: 1px #e5e5e5 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 15px;
}

.pub-current{
    width: 100%;
    margin-top: 5px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #e5e5e5 solid;
    position: relative;
    margin-bottom: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pub-current p{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-left: 20px;
    background: url("../images/icon-3.jpg") left center no-repeat;
}
.pub-current span{
    float: right;
    font-size: 14px;
    font-family: "宋体",Arial,sans-serif;
}
.pub-current span a{
    font-size: 14px;
    font-family: "宋体",Arial,sans-serif;
}
.pub-current .blue-line{
    width: 58px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #1d4f99;
}
.about-text{
    width: 100%;
    font-size: 15px;
    color: #333;
    line-height: 1.8;
}

.public-right{
    width: 283px;
    float: right;
}
.pub-partner{
    width: 100%;
    float: left;
    margin-top: 13px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #e5e5e5 solid;
}
.pub-partner-list{
    width: 100%;
}
.pub-partner-list li{
    width: 122px;
    height: 45px;
    float: left;
    margin-left: 13px;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #f1f1f1 solid;
    margin-top: 7px;
}
.pub-partner-list li span{
    height: 100%;
    vertical-align: middle;
}
.pub-partner-list li  img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.page{
    width: 100%;
    margin: 15px 0 10px ;
    text-align: center;
}
.page a,.page span{
    padding: 4px 10px;
    border: 1px #e5e5e5 solid;
    margin: 0 5px;
}
.page a:hover,.page span{
    color: #ff4e00;
    border: 1px #ff4e00 solid;
}

.news-list{
    width: 100%;
}
.news-list li{
    width: 100%;
    float: left;
    padding-left: 14px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/icon-2.jpg") left center no-repeat;
}
.news-list li p{
    float: left;
    width: 85%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-list li p a{
    color: #333;
}
.news-list li span{
    float: right;
}
.news-list li:hover span{
    color: #ff4e00;
}
.news-list li:hover a{
    color: #ff4e00;
}

.news-detail{
    width: 100%;
}
.news-title{
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px #f1f1f1 solid;
    color: #000;
    text-align: center;
    width: 100%;
}
.news-add-time{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.news-text{
    width: 100%;
    margin-top: 10px;
    line-height: 1.8;
    font-size: 15px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px #f1f1f1 solid;
}
.news-prev-next{
    width: 100%;
    margin-top: 10px;
}
.news-prev-next li{
    width: 100%;
    line-height: 30px;
}
.news-prev-next li a{
    font-size: 16px;
    color: #000;
}
.news-prev-next li a:hover{
    color: #ff4e00;
}
.news-file{
    width: 100%;
    margin-top: 10px;
}
.news-file li{
    width: 100%;
    line-height: 30px;
}
.news-file li a{
    font-size: 14px;
    color: #1d9bd8;
}
.map{
	width:100%;
	margin:20px auto;
}
.map img{
	width:100%;
}

























































