html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "微软雅黑";
  color: #333;
  font-size: 16px;
}
html,
body,
div,
input,
textarea,
ul,
li,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
del,
dfn,
em,
img,
ins,
kbd,
q,
a,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:link,a:visited{color: #5A5A5A;text-decoration: none;}
a:hover {color: #0F4689;}
input,
textarea {
  border: 0;
  outline: 0;
}
input,
a,
ul,
textarea,
img {
  outline: none;
  resize: none;
}

img{border: 0;}
table{border-collapse:collapse;}
li{vertical-align: bottom;}
ul,ol,li {list-style:none;}
em { font-style:normal; }
ul li {
  list-style: none;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=submit] {
  font-family: "微软雅黑";
  font-weight: normal;
}
input[type=text] {

}
input[type=checkbox] {
  cursor: pointer;
}
body{
    /**background: url(bg.png) #DEEBF6 no-repeat;
    background-size: 100%;**/
	background: #f3f3f3;
}
.appfram{
  min-width: 1160px;
}
.header{
    height: 42px;
    background: rgba(250,250,250,0.6);
    font-size:12px;
    line-height: 42px;
}
.model{
    width: 1200px;
    margin: 0 auto;
}
/*头部*/
.header span{
    margin-right: 10px;
}
.header ul{
  float: right;
}
.header ul li{
  float: left;
  margin-right: 14px;
}
.header ul li i{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #88B6EA;
  float: left;
  margin-top: 20px;
  margin-right: 4px;
}
/*search*/
.website_logo{
  height: 150px;
}
#logo{
  width: 500px;
  margin: 22px 0 16px 0;
}
#search{
  float: right;
  width: 330px;
  height: 70px;
  position: relative;
  overflow: hidden;
  margin-top: 54px;
}
#search #keywords{
  width: 300px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #D2D2D2;
}
#search #submit{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 42px;
  background: url(search.png) #fff no-repeat center;
  border-radius: 0 8px 8px 0;
  border:1px solid #D2D2D2;
  border-left:none;
  z-index:2;
}
#search span{
  font-size: 15px;
  padding: 1px 5px;
}
#search a{
    margin: 5px 5px;
    background: #fff;
    color: #999999;
    border: 1px solid #eeeeee;
    padding: 0 5px;
    display: inline-block;
    font-size:  13px;
}

/*导航*/
.nav{
  background: #005FBC;
  height: 50px;
}
.nav li{
  float: left;
  width: 14.285%;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.nav li span{
  display: inline-block;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  margin: 6px 0;
}
.nav li.is_active span{
  background: #fff;
  color: #EB873A;
}
.nav li span i{
  width: 28px;
  height: 28px;
  float: left;
  margin-right: 4px;
  margin-top: 5px;
}
.ico1{
  background: url(nav1.png) no-repeat;
}
.ico2{
  background: url(nav2.png) no-repeat;
}
.ico3{
  background: url(nav3.png) no-repeat;
}
.ico4{
  background: url(nav4.png) no-repeat;
}
.ico5{
  background: url(nav5.png) no-repeat;
}
.ico6{
  background: url(nav6.png) no-repeat;
}
.ico7{
  background: url(nav7.png) no-repeat;
}
.is_active .ico1{
  background: url(nav1_h.png) no-repeat;
}
.is_active .ico2{
  background: url(nav2_h.png) no-repeat;
}
.is_active .ico3{
  background: url(nav3_h.png) no-repeat;
}
.is_active .ico4{
  background: url(nav4_h.png) no-repeat;
}
.is_active .ico5{
  background: url(nav5_h.png) no-repeat;
}
.is_active .ico6{
  background: url(nav6_h.png) no-repeat;
}
.is_active .ico7{
  background: url(nav7_h.png) no-repeat;
}
/*footer*/
.footer{
  margin-top: 30px;
}
.chose{
  background: #fff;
  padding: 16px 0;
}
.chose select{
  width: 256px;
  height: 30px;
  margin-right: 41px;
  outline: none;
  border: 1px solid #D2D2D2;
}
.chose select:last-child{
  margin-right: 0;
  float: right;
}
.website_about{
  background: #0d468d;
  padding: 30px 0;
}
.website_about .footer_left{
  float: left;
  margin-top: 4px;
}
.website_about .footer_right{
  float: right;
  margin-top: 4px;
}
.footer_center{
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  margin: 0 30px;
}
.clear{
  clear: both;
}
/*内容*/
.content{
  background: #fff;
  padding: 0 20px 20px 20px;
}
.detail h5{
  font-size: 27px;
  text-align: center;
  padding: 20px 0;
  color:#bc1010;
  font-weight:bold;
  margin-bottom: 25px;
}
.article_about{
  line-height: 24px;
  padding-bottom: 10px;
/*  margin-top: 60px; *//*by kslee0613*/
  font-size: 16px;
  color: #999;
}
.article_about>span{
  margin-right:25px; 
}
.article_about div{
  float: right;
}
.article_about div i{
  border-radius: 2px;
  border:1px solid #7FCEF5;
  width: 24px;
  height: 24px;
  float: left;
  margin-left: 10px;
  border-radius: 3px;
  line-height: 24px;
  text-align: center;
}
.article_about div i img{
  vertical-align: middle;
}
.article_main{
  line-height: 30px;
  font-size: 16px;
  padding:20px 0;
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
}
.article_main p{
  text-indent: 2em;
}
.files{
  font-size: 16px;
  margin-top: 20px;
}
.files span{
  width: 78px;
  float: left;
  font-weight: bold;
  text-align: right;
}
.files .file_list{
  margin-left: 80px;
}
.files .file_list a{
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
}
/*面包削*/
.break{
  line-height: 25px;
  border-bottom: 1px solid #D2D2D2;
  padding: 12px 0;
}
.break img{
  float: left;
}
/*首页*/
.home_main{
  padding-top: 30px;
}
.home_item{
  margin-bottom: 20px;
}
.new_hot{
  background: #F3F3F3;
  height:60px;
  line-height: 60px;
}
.new_hot span{
  font-size: 24px;
  width: 155px;
  text-align: center;
  float: left;
  background: #EB873A;
  color: #fff;
  position: relative;
}
.new_hot a{
  text-align: center;
  display: block;
  font-size: 24px;
}
.home_news .news_slider{
  float: left;
  width: 648px;
  height: 375px;
}
.home_news .news_tabs{
  float: right;
  width: 462px;
  height: 375px;
}
.tabs_header{
  width: 100%;
  background: #ECF6FF;
  height: 50px;
}
.news_tabs .tabs_header li{
  width: 20%;
}
.tabs_header li{
  float: left;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.news_tabs .tabs_header li span{
  border-bottom: 1px solid #9AC4ED;
}
.tabs_header li span,.tabs_header li a{
  margin-top: 2px;
  line-height: 48px;
  display: block;
}
.news_tabs .tabs_header li.is_active span,.news_tabs .tabs_header li.is_active a{
   background: #fff;
  border-bottom: 1px solid #fff;
}
#tag3cont{
  height: 300px;
}
.tabs_cont{
  height: auto;
  overflow: hidden;
  clear: both;
  padding-top: 5px;
}
.tab_item{
  display: none;
}
.tab_item.is_active{
  display: block;
}
.news_list li{
  line-height: 36px;
  cursor: pointer;
}
.news_list li i{
  float: left;
  width: 4px;
  height: 4px;
  background: #6CB2F6;
  margin:16px 8px;
}
.news_list li .news_title{
  margin-left: 20px;
}
.news_list li .news_title div{
  margin-right: 100px;
  overflow: hidden;
}
.news_list li .news_title span{
  float: right;
  font-size: 14px;
  color: #999;
}
.img_news{
  padding: 10px;
  border:1px solid #D2D2D2;
}
.home_item4,
.home_item5,
.home_item6{
  border-top: 2px solid #0067CB;
  clear: both;
}
.item_title{
  height: 48px;
  background: url(title.png) no-repeat;
  border-bottom: 1px solid #D2D2D2;
}
.item_title .title_info{
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  margin-left: 10px;
}
.item4_left{
  width: 230px;
  display: inline-block;
  vertical-align: top;
}
.item4_nav div{
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 20px;
  background: #EBF5FF;
  margin-top: 10px;
}
.item4_nav div.is_active{
  color: #0067CB;
}
.item4_center{
  width: 505px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.item4_center .tabs_header,
.item5_left .tabs_header,
.item6_left .tabs_header,
.join_left .tabs_header{
  background: none;
}
.item4_center .tabs_header li{
  width: 22%;
  font-size: 18px;
  border-bottom: 1px solid #DADADA;
}
.item5_left .tabs_header li,
.item6_left .tabs_header li,
.join_left .tabs_header li{
  width: 120px;
}
.item5_left .tabs_header,
.item6_left .tabs_header{
  display: inline-block;
  vertical-align: top;
  width: 360px;
  margin-left: 50px;
}
.item4_center .tabs_header li.more{
  width: 12%;
  color: #999;
  font-size: 14px;
}
.item4_center .tabs_cont,
.home_item5 .tabs_cont,
.join_left .tabs_cont{
  height: auto;
}
.item4_center .tabs_header li.is_active,
.item5_left .tabs_header li.is_active,
.item6_left .tabs_header li.is_active,
.join_left .tabs_header li.is_active{
  border-bottom: 1px solid #0067CB;
  color: #0067CB;
  position: relative;
  
}
.item4_center .tabs_header li.is_active:after,
.item5_left .tabs_header li.is_active:after,
.item6_left .tabs_header li.is_active:after,
.join_left .tabs_header li.is_active:after{
  content: '';
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent; 
  border-right: 6px solid transparent; 
  border-top: 6px solid #0067CB; 
  left: 50%;
  margin-left: -3px;
  bottom: -6px;
}
.item5_left .tabs_header li.is_active span,
.item6_left .tabs_header li.is_active span{
  margin-top: 0;
}
.item4_right{
  display: inline-block;
  vertical-align: top;
  width: 345px;
  float: right;
}
.model_title{
  color: #0067CB;
  line-height: 48px;
  font-size: 18px;
}
.item4_right_cont{
  border:1px solid #D2D2D2;
  padding-bottom: 10px;
}
.item4_right_cont div{
  border:1px solid #D2D2D2;
  background: #EBF5FF;
  line-height: 40px;
  width: 155px;
  margin-left: 10px;
  float: left;
  margin-top: 10px;
}
.item4_right_cont div img{
  margin: 8px 5px 8px 24px;
  float: left;
}
.item5_left,
.item6_left{
  width: 756px;
  float: left;
}
.more{
  float: right;
  color: #999;
  line-height: 48px;
  font-size: 14px;
}
.things_list li{
  float: left;
  text-align: center;
  padding: 20px 0;
}
.things_list li>div{
  border-left: 1px solid #D9E8F7;
  padding: 0px 20px;
  height: 60px;
  position: relative;
  width: 85px;
}
.things_list li:nth-child(6n+1)>div{
  margin-left: 1px;
  border-left: none;
}
.things_list li>div div{
  width: 85px;
  border-top:1px solid #D9E8F7;
  position: absolute;
  top: -25px;
  padding-top: 20px;
}
.things_list li p{
  padding-top: 45px;
}
.things_list li:nth-child(1)>div div,
.things_list li:nth-child(2)>div div,
.things_list li:nth-child(3)>div div,
.things_list li:nth-child(4)>div div,
.things_list li:nth-child(5)>div div,
.things_list li:nth-child(6)>div div{
  border-top:none;
}
.item5_right{
  width: 350px;
  float: right;
}
.service_item{
  border:1px solid #D2D2D2;
  padding: 10px 15px;
}
.service_item div{
  float: left;
  margin: 5px 25px 5px 0;
}
.service_item div img{
  margin-right: 4px;
  width: 13px;
  height: 13px;
}
.item5_right .news_list li{
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.item5_right .news_list div{
  margin-right: 0;
}
/*新闻列表*/
.news_cont{
  display: flex;
  flex-direction:row;
  margin-top: 10px;
}
.news_type{
  float: left;
  width: 298px;
  border:1px solid #D2D2D2;
  text-align: center;
}
.news_type li.type_title{
  background: #005FBC;
  font-size: 30px;
  color: #fff;
  line-height: 62px;
}
.news_type li{
  line-height: 54px;
  border-bottom: 1px solid #D2D2D2;
}
.news_type li a{
  display: block;
}
.news_type li.is_active{
  background: #FFF0E4;
}
.news_type li.is_active a{
  color: #FF6600;
}
.news_main{
  margin-left: 30px;
  flex-grow:1;
}
.news_main .news_list{
  margin-top: 0;
}
.news_main .news_list li{
  width: 100%;
}
.news_main .news_list li.list_border{
  border-bottom: 1px dashed #D2D2D2;
  margin: 20px 0;
}
.message img{
  width: 20px;
  margin-top: 15px;
  margin-right: 5px;
  float: left;
}
.web_question img{
  float: left;
  width: 25px;
  margin-top: 13px;
  margin-right: 5px;
}
.item6_left .message{
  float: right;
  color: #7ecef4;
  line-height: 48px;
}
.item6_left .web_question{
  float: right;
  color: #f19149;
  line-height: 48px;
  margin-left: 30px;
}
.table{
  width: 100%;
}
.table thead tr{
  border-bottom: 1px solid #D2D2D2;
}
.table tbody tr:nth-child(2n+2){
  background: #F2F8FE;
}
.table tr{
  height: 42px;
}
.table tr td,
.table tr td{
  text-align: center;
  font-size: 14px;
}
.ts{
  color: #ff6600;
}
.qz{
  color: #cc0033;
}
.zx{
  color: #37b500;
}
.ysl{
  color: #000099;
}
.blz{
  color: #00cc33;
}
.ybj{
  color: #ff0000;
}
.item6_right{
  width: 345px;
  float: right;
}
.item6_right div{
  height: 80px;
  margin-top: 15px;
  line-height: 80px;
  text-indent: 180px;
  font-size: 18px;
}
.message1{
  background: url(message3.png) no-repeat;
  background-size: 100% 100%;
}
.message2{
  background: url(message2.png) no-repeat;
  background-size: 100% 100%;
}
.message3{
  background: url(message1.png) no-repeat;
  background-size: 100% 100%;
}
.home_item7{
  background: rgba(250,250,250,0.5);
}
.home_item7 h5{
  border-bottom: 4px solid #CCDFEF;
  line-height: 54px;
  font-size: 28px;
  color: #0067cb;
  padding-left: 20px;
}
.introduce_left{
  float: left;
  width: 730px;
  padding: 20px 0px 20px 20px;
}
.introduce_type span,.introduce_type a{
  display: inline-block;
  vertical-align: top;
  width: 160px;
  height: 30px;
  line-height: 30px;
  border-radius: 10px;
  background: #C5D9F2;
  font-size: 18px;
  text-align: center;
  margin-right: 20px;
}
.introduce_type span:last-child,.introduce_type a:last-child{
  margin-right: 0;
}
.introduce_type span.is_active,.introduce_type a.is_active{
  background: #F07C17;
  color: #fff;
}
.introduce_info{
  font-size: 14px;
  text-indent: 2em;
  margin-top: 10px;
  line-height: 28px;height: 112px;
}
.characteristic{
  margin-top: 10px;
}
.characteristic a{
  border:1px solid #DCDCDC;
  height: 110px;
  width: 89px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.characteristic a img{
  margin-top: 20px;
}
.characteristic a:last-child{
  margin-right: 0;
}
.characteristic a p{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}
.chara1 p{
  background: #9FC054;
}
.chara2 p{
  background: #E7A043;
}
.chara3 p{
  background: #6CBAE2;
}
.chara4 p{
  background: #C09BD6;
}
.chara5 p{
  background: #E7A043;
}
.chara6 p{
  background: #669EE7;
}
.chara7 p{
  background: #71B8B6;
}
.introduce_right{
  float: right;
  width: 400px;
  margin-top: 20px;
}
.introduce_right a{
  width: 190px;
  height: 132px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 10px;
  float: left;
}
.introduce_right a img{
  width: 100%;
  height: 100%;
}
/*公众参与*/
.join_left{
  float: left;
  width: 770px;
}
.join_left .model_title,
.join_left .tabs_header{
  border-bottom: 1px solid #D2D2D2;
}
.join_item{
  background: #F6F6F6;
  display: block;
  height: 156px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.join_item img{
  float: left;
  width: 252px;
  height: 156px;
}
.join_item>div{
  margin-left: 252px;
}
.join_item>div span{
  color: #cc6000;
}
.join_item>div div{
  padding-top: 13px;
  margin-left: 25px;
  color: #333;
}
.join_item>div span i{
  margin-left: 32px;
}
.join_right{
  float: right;
  width: 326px;
}
.passageway{
  border:4px solid #D2D2D2;
  position: relative;
  margin-top: 40px;
  margin-bottom: 32px;
  padding: 30px 2px 10px 2px;
}
.passageway_title{
    position: absolute;
    top: -16px;
    width: 212px;
    left: 58px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.passageway_title div{
  position: absolute;
  background: #0067CB;
  width: 100%;
  height: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  z-index: 1;
}
.passageway_title span{
  display: block;
  width: 188px;
  height: 47px;
  line-height: 47px;

  background: url(title2.png) no-repeat;
  margin-left: 12px;
  position: absolute;
  z-index: 10;
}
.passageway_item{
  background: #EBF5FF;
  display: inline-block;
  width: 138px;
  height: 98px;
  border: 1px solid #EBF5FF;
  margin: 10px 0px 0 10px;
  text-align: center;
}
.passageway_item.is_active{
  border:1px solid #6CB2F6;
  color: #69B1F2;
}
.passageway_item .img{
  margin-top: 18px;
  height: 40px;
}
.passageway_item p{
  margin-top: 10px;
}
.pass1{
  background: url(pass1.png) no-repeat center;
  background-size:40px 40px;
}
.pass2{
  background: url(pass2.png) no-repeat center;
  background-size:40px 40px;
}
.pass3{
  background: url(pass3.png) no-repeat center;
  background-size:40px 40px;
}
.pass4{
  background: url(pass4.png) no-repeat center;
  background-size:40px 40px;
}
.pass5{
  background: url(pass5.png) no-repeat center;
  background-size:40px 40px;
}
.pass6{
  background: url(pass6.png) no-repeat center;
  background-size:40px 40px;
}
.is_active .pass1{
  background: url(pass1_h.png) no-repeat center;
  background-size:40px 40px;
}
.is_active .pass2{
  background: url(pass2_h.png) no-repeat center;
  background-size:40px 40px;
}
.is_active .pass3{
  background: url(pass3_h.png) no-repeat center;
  background-size:40px 40px;
}
.is_active .pass4{
  background: url(pass4_h.png) no-repeat center;
  background-size:40px 40px;
}
.is_active .pass5{
  background: url(pass5_h.png) no-repeat center;
  background-size:40px 40px;
}
.is_active .pass6{
  background: url(pass6_h.png) no-repeat center;
  background-size:40px 40px;
}
.contact{
  color: #fff;
  line-height: 50px;
  height: 50px;
  margin-top: 10px;
}
.contact img{
  float: left;
  margin:5px 10px;
}
.contact1{
  background: #8AC2FB;
  font-size: 26px;
  text-align: center;
}
.contact2{
  background: #7ECEF4;
  font-size: 18px;
}
.contact3{
  font-size: 18px;
  background: #589BDF;
}
.code_info>div{
  width: 158px;
  float: left;
  margin-top: 10px;
}
.chart_code{
  border:1px solid #B0C3D7;
  padding: 5px;
  font-size: 0;
}
.weiboChart{
  margin-left: 10px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.swiper-slide div{
  position: absolute;
  background: rgba(0,0,0,0.5);
  color: #fff;
  height: 44px;
  line-height: 44px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding-left: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 15px!important;
  left: auto!important;
  right: 20px!important;
  width: auto!important;
}
.swiper-pagination-bullet{
  border-radius: 0!important;
  /* background: #fff!impantant; */
}
.swiper-button-next{
  background: url(next.png) rgba(0,0,0,0.5) center!important;
  background-size: 44px auto!important;
}
.swiper-button-prev{
  background: url(prev.png) rgba(0,0,0,0.5) center!important;
  background-size: 44px auto!important;
}
#slider2 img{
  width: 270px;
  height: 64px;
}













.pages {
  text-align: center;
  font-size: 0;
  margin: 40px auto 0;
}
.pages a {
  display: inline-block;
  margin: 0 5px;
  min-width: 20px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  font-size: 12px;
  color: #429ec5;
  text-align: center;
  border: 1px solid #eee;
  background: #fff;
}
.pages a.on,
.pages a:hover {
  border-color: #1f1a17;
  color: #1f1a17;
}
.special_list {
  overflow: hidden;
  padding: 20px 0;
}
.special_list .li {
  float: left;
  width: 244px;
  height: 190px;
  background: #f7f7f7;
  padding: 12px;
  margin-right: 15px;
  margin-bottom: 44px;
  text-align: center;
}
.special_list .li:nth-child(4n) {
  margin-right: 0;
}
.special_list .li .img {
  width: 232px;
  height: 130px;
  padding: 5px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}
.special_list .li .img img {
  width: 100%;
  height: 100%;
}
.special_list .li .txt {
  font-size: 16px;
  color: #333;
  line-height: 1;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.carousel {
  position: relative;
  display: inline-block;
}
.carousel_inner {
  width: 493px;
  height: 329px;
  overflow: hidden;
}
.carousel_item {
  display: none;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel_item img {
  width: 100%;
  height: 100%;
}
.carousel_item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 28px;
  background: rgba(0, 0, 0, 0.32);
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  padding: 0 10px;
}
.carousel_item .title:hover {
  cursor: pointer;
}
.carousel_item.active {
  display: block;
}
.carousel_doc {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 22px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: right;
  /*background: rgba(0, 0, 0, 0.7);*/
}
.carousel_doc li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #b2b2b2;
  margin-left: 3px;
  vertical-align: middle;
  font-size: 10px;
  line-height: 8px;
  text-align: center;
  border-radius: 50%;
}
.carousel_doc li.active {
  background: #fff;
  color: #fff;
}
.tabs .tabs_nav {
  margin-bottom: 15px;
  height: 29px;
  border-bottom: 1px solid #005fbc;
}
.tabs .tabs_nav li {
  display: inline-block;
  float: left;
}
.tabs .tabs_nav li a {
  display: block;
  line-height: 30px;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.tabs .tabs_nav li.active a {
  border: 1px solid #005fbc;
  border-top-width: 3px;
  border-bottom: none;
  background: #fff;
  color: #206dc4;
  margin-top: -3px;
}
.tabs .tabs_nav li:hover a {
  color: #206dc4;
}
.tabs .tab_pane {
  display: none;
}
.tabs .tab_pane.active {
  display: block;
}
.boxs {
  margin-bottom: 20px;
}
.boxs .hd {
  border-bottom: 3px solid #005fbc;
  height: 29px;
}
.boxs .hd .tit {
  display: inline-block;
  width: 140px;
  text-align: center;
  background: #005fbc;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  border-radius: 4px;
}
.boxs .hd .more {
  font-size: 14px;
  color: #999;
  line-height: 29px;
}
.boxs .news_list {
  margin-top: 10px;
}
.news_home {
  overflow: hidden;
  padding-top: 36px;
}
.news_home_left {
  float: left;
  width: 723px;
}
.news_home_left .imgBox {
  height: 329px;
  background: #f9f9f9;
  margin-bottom: 20px;
}
.news_home_left .imgBox .carousel {
  float: left;
}
.news_home_left .imgBox .con {
  margin-left: 516px;
  padding-right: 14px;
}
.news_home_left .imgBox .con .txt {
  height: 290px;
  overflow: hidden;
}
.news_home_left .imgBox .con h2 {
  font-size: 16px;
  color: #ec8d44;
  line-height: 24px;
  padding-top: 18px;
  margin-bottom: 8px;
}
.news_home_left .imgBox .con p {
  text-indent: 28px;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 24px;
}
.news_home_left .imgBox .con a {
  display: block;
  color: #eb873a;
  font-size: 12px;
  margin-top: 14px;
  line-height: 1;
}
.news_home_right {
  float: right;
  width: 410px;
}
.news_home_right .gsgg {
  position: relative;
  background: #f9f9f9;
}
.news_home_right .gsgg .hd {
  border-top: 3px solid #005fbc;
  border-bottom: none;
  text-align: center;
  margin-bottom: 9px;
}
.news_home_right .gsgg .hd .tit {
  margin-top: -3px;
}
.news_home_right .gsgg .hd .icon_gg {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(icon_gs.png) no-repeat center;
  vertical-align: top;
  margin-right: 2px;
  margin-top: 9px;
}
.news_home_right .gsgg .news_list {
  margin-top: 0;
}
.news_home_right .gsgg .news_list li {
  padding-left: 12px;
}
.news_home_right .gsgg .news_list li .news_title div {
  margin-right: 0;
  line-height: 24px;
  padding: 0 20px 12px 0;
}
.textScroll {padding-left:12px;padding-right:20px;}
.textScroll ul{
  height: 230px;
}
.textScroll ul li{background-image: url(dot.jpg);height:55px;
	background-repeat: no-repeat;
	background-position: 7px 25%;padding-left:20px;
}
.textScroll ul li span{
  color:#999999;float:right;font-size:14px;margin-right:5px;
}
.textScroll .prev,.textScroll .next {
	display: block;
	position: relative;
	height: 28px;
	background: url(arrow.png) no-repeat center 9px;
	cursor: pointer;
}
.textScroll .next {
  background-position: center -21px;
}
.goInYangXin {
  padding-top: 20px;
}
.goInYangXin .boxs {
  margin-top: 20px;
}
.goInYangXin .row1 {
  background: #f8f8f8;
  overflow: hidden;
}
.goInYangXin .imgBox {
  float: left;
  width: 712px;
  height: 430px;
  background: #000;
}
.goInYangXin .info {
  float: right;
  width: 408px;
  height: 430px;
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
  background: url(goinyangxi_h1.png) no-repeat center top;
}
.goInYangXin .info h2 {
  height: 34px;
  margin-bottom: 10px;
  text-indent: -9999px;
  overflow: hidden;
}
.goInYangXin .info p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.goInYangXin .info .more {
  font-size: 16px;
  color: #ec8d44;
  float: none;
}
.goInYangXin .app_list {
  margin-top: 10px;
  margin-right: -20px;
  overflow: hidden;
}
.goInYangXin .app_list .li {
  display: inline-block;
  float: left;
  text-align: center;
  margin-right: 22px;
  height: 106px;
}
.goInYangXin .app_list .li img {
  width: 68px;
  height: 63px;
}
.goInYangXin .app_list .txt {
  font-size: 14px;
  color: #333;
  display: block;
}
.goInYangXin .gk_list {
  overflow: hidden;
  margin-top: 10px;
}
.goInYangXin .gk_list .li {
  float: left;
  width: 265px;
  height: 322px;
  margin-right: 20px;
  background: #deebf6;
  font-size: 0;
}
.goInYangXin .gk_list .li:nth-child(4n) {
  margin-right: 0;
}
.goInYangXin .gk_list .li .img {
  position: relative;
  height: 215px;
  text-align: center;
}
.goInYangXin .gk_list .li .img img {
  width: 100%;
  height: 100%;
}
.goInYangXin .gk_list .li .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.goInYangXin .gk_list .li .txt {
  line-height: 26px;
  font-size: 14px;
  color: #333;
  padding: 14px 16px;
}
.goInYangXin .row3 {
  overflow: hidden;
}
.goInYangXin .row3 .l {
  float: left;
  width: 552px;
}
.goInYangXin .row3 .r {
  float: right;
  width: 552px;
}
.goInYangXin .row3 .hd {
  margin-bottom: 10px;
}
.goInYangXin .row3 .boxs {
  margin-bottom: 0;
}
.goInYangXin .a2_list {
  margin-right: -10px;
  overflow: hidden;
}
.goInYangXin .a2_list a {
  display: inline-block;
  float: left;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f48a64;
  margin-right: 7px;
  margin-top: 8px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.goInYangXin .tz {
  margin-top: 8px;
}
.goInYangXin .tz .hd {
  border-bottom: 2px solid #dfdfdf;
  height: 32px;
}
.goInYangXin .tz .hd .tit {
  position: relative;
  background: none;
  color: #005fbc;
  font-size: 18px;
  border-bottom: 2px solid #005fbc;
  border-radius: 0;
  width: 100px;
}
.goInYangXin .tz .hd .tit:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #005fbc;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -4px;
}
.goInYangXin .ly_list {
  padding-top: 10px;
  overflow: hidden;
}
.goInYangXin .ly_list .li {
  float: left;
  width: 272px;
  height: 130px;
  border: 1px solid #e5e5e5;
  margin-bottom: 5px;
  margin-right: -1px;
  padding: 10px 118px 0 44px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.goInYangXin .ly_list .li h2 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.goInYangXin .ly_list .li p {
  font-size: 12px;
  color: #636c81;
  padding-left: 4px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(doc2.jpg) no-repeat left center;
}
.goInYangXin .imgBox ul,
.goInYangXin .imgBox li {
  list-style: none;
}
.goInYangXin .imgBox {
  clear: both;
  position: relative;
  height: 430px;
  width: 712px;
  margin: 0 auto;
}
.goInYangXin .imgBox .imagebg {
  height: 430px;
  overflow: hidden;
  position: relative;
}
.goInYangXin .imgBox .imagebg li {
  height: 430px;
  overflow: hidden;
  width: 712px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.goInYangXin .imgBox .imagebg li img {
  width: 100%;
  height: 330px;
}
.goInYangXin .imgBox .scrollbg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  background: #000;
}
.goInYangXin .imgBox .scroll {
  width: 712px;
  height: 100px;
  position: relative;
  margin: 0 auto;
}
.goInYangXin .imgBox .pre,
.goInYangXin .next {
  display: block;
  position: absolute;
  width: 40px;
  height: 100px;
  z-index: 99;
}
.goInYangXin .imgBox a.pre {
  background: #000 url(arr_l.png) no-repeat center;
  top: 0;
  left: 0;
}
.goInYangXin .imgBox a.pre:hover {
  background: #000 url(arr_l_on.png) no-repeat center;
}
.goInYangXin .imgBox a.next {
  background: #000 url(arr_r.png) no-repeat center;
  top: 0;
  right: 0;
}
.goInYangXin .imgBox a.next:hover {
  background: #000 url(arr_r_on.png) no-repeat center;
}
.goInYangXin .imgBox .outScroll_pic {
  width: 642px;
  height: 100px;
  overflow: hidden;
  margin-left: 30px;
  position: relative;
  top: 0;
}
.goInYangXin .imgBox .outScroll_pic .scroll_img {
  position: absolute;
}
.goInYangXin .imgBox .scroll_img {
  margin: 0 auto;
  width: 40000px;
  height: 78px;
}
.goInYangXin .imgBox .scroll_img li {
  float: left;
  height: 78px;
  width: 143px;
  margin: 11px 10px;
  cursor: pointer;
  position: relative;
}
.goInYangXin .imgBox .scroll_img li img {
  width: 100%;
  height: 100%;
}
.goInYangXin .imgBox .scroll .present {
  width: 141px;
  height: 76px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  z-index: 10;
  position: absolute;
  top: 11px;
  left: 0;
}

/*首页新闻*/
.nListG {
	height:320px;
	overflow: hidden;
}
.nListG li{padding-left:20px;
	height:36px;line-height:36px;
	background-image: url(dot.jpg);
	background-repeat: no-repeat;
	background-position: 7px 50%;
}
.nListG li a{
    float: left;
    width: 342px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.nListG li span{
	float: right;
    color: #999;
    font-size: 14px;
}
/*首页滚动*/
#picbox{position: relative;}
#ulOuter{height:64px;}
#picbox .bx_wrap{
	height:120px;	
	position: relative;
}
#picbox .bx_container{
	width:100%;
	height:64px;
	overflow: hidden;
	position: absolute;
	left:0;
	z-index: 998;	
}
#picbox #demo img{border:0;
	height: 120px;
	width: 380px;
}
#picbox .bx_wrap a.prev,#picbox .bx_wrap a.next{
	display: block;
	position: absolute;
	height: 44px;
	width: 27px;
	top: 15px;
	z-index: 999;
	background: url(arr.png) no-repeat left top;
	cursor: pointer;
	text-indent: -2000px;
}
#picbox .bx_wrap a.next{background-position: right top;right:0;}

.trs_key4format{
    font-size: 16px;
    zoom: 1;
    color: #333;
}

.trs_key4format>p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #333;
    margin:5px 0;
}
.trs_key4format img{
    text-align: center;
    margin-bottom: -3px;
    max-width: 100%;
}

.trs_key4format table{
    margin: 0 auto;
}

.trs_key4format table td{
    border: 1px solid #DDD;
}
.website_header{
	background: url(bg.png) #DEEBF6 no-repeat center 100%;
}