 ul,li,ol{
    margin:0;
    padding:0;
    list-style: none;
}

a{
    color: #808080;
    text-decoration: none;
}
a:hover{
  color:#6FC5F0;
}

   
html{
	
	font-family: "黑体", "Microsoft YaHei";
	color:#808080;
  font-size:14px;
}
.nat{
	clear:both;
}
.ub{
	display: flex;
}
.ub-f1{
	flex-grow: 1;
}
.ub-f2{
	flex-grow: 2;
}


html {
  position: relative;
  margin:0;
  padding:0;
}

body {
  color: #808080;
  margin:0;
  padding:0;
}

body * {
  font-weight: normal;
  font-style: normal;
}


.hd_list{
  overflow:hidden;
}
.yqzc_list{
  overflow:hidden;
}
.rzqy_list{
  overflow:hidden;
}
.wrap_pa{
  width:1200px;
  margin:0 auto;
}
.wrap{
  width:1024px;
  margin:0 auto;
}

header{
  background:white;
}
header .top{
  height:60px;
  padding:20px 0;
  border-bottom:1px solid #E3E3E3;
}
header .top .left{
  float:left;
  width:300px;
}
header .top .left img{
  width:400px;
}
header .top .right{
  float:right;
}
header .top .right .user{
  width:80px;
  text-align:center;
  margin-top:10px;
}
header .top .right .user img{
  width:25px;
}
header .top .right .user a{
  font-size:14px;
}


header .top .right .is_login{
  
}

header .top .right .is_login li{
  float:right;
  margin-right:30px;
  height:40px;
  line-height:40px;
  margin-top:20px;
}
header .top .right .is_login li a{
  color:black;
}
header .top .right .is_login li a:hover{
  color:#027CCF;
}
header .top .right .is_login li img{
  height:20px;
  width:20px;
  margin-right:10px;
  vertical-align: middle;

}
img.user_pic{
  height:30px !important;
  width:30px !important;
  border-radius: 50%;
  border:1px solid white;
  background: white;
}

.daolan{
  margin:10px 0;
}

.top_menu{
  padding:20px;
}
.top_menu li{
  float:left;
  width:19%;
  text-align:center;
  height:25px;
  line-height:25px;
  border-right:2px solid #E3E3E3;
}
.top_menu li a{
  display: block;
  font-size:18px;
}
.top_menu li a:hover{
  color:#6FC5F0;
}
.top_menu li a.on{
  color:#6FC5F0;
}
.noborder{
  border:none !important;
}

footer{
  background:#1376BE;
  padding:50px;
  color:white;
  font-size:16px;
}

footer .left{
  float:left;
}
footer .right{
  float:right;
}

footer .f_menu li{
  width:150px;
  margin-right:30px;
  float:left;
}
footer .f_menu li a{
  color:white;
  font-size:16px;
}
footer .f_info{
  margin-top:40px;
  font-size:16px;
}

.banner{
 
  width:100%;
  overflow:hidden;
  min-width:1200px;
  position: relative;
  margin:0;
  padding:0;
  height:525px;
   margin-top:30px;
  margin-bottom:30px;
  position: relative;
}


 .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      height:500px;
      

    }

  .banner img{
    width: 100%;
    height: 500px;
    
    
  }

.banner .bt_left{
  background-image:url(../images/banner_left.png);
  background-size:300px 50px;
  height:50px;
  width:300px;
  position: absolute;
  left:0;
  top:80px;
  z-index:100;
}
.banner .bt_right{
   background-image:url(../images/banner_right.png);
  background-size: 100% 50px;
  height:50px;
  width:60%;
  position: absolute;
  right:0;
  bottom:0px;
  z-index:100;
}

.banner .swiper-pagination{
  position: absolute;
  z-index:100;
  right:50px;
  bottom:60px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
  width:15px;
  height:15px;
  border-radius: 50%;
  background:white;
  margin-right:10px;
  opacity:1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
  background:#5DBEED;
}



.content_one{

}

.c_top{
  font-size:18px;
  line-height:50px;
  color:#808080;
}

.content_one .left{
  float:left;
  width:550px;
}

.yq_news{
  overflow:hidden;
}

.content_one .left .yq_news_1{
  width:550px;
  position: relative;
}
.content_one .left .yq_news_1 img{
  width:550px;
  height:430px;
}
.content_one .left .yq_news_1 .news_t{
  position: absolute;
  bottom:10px;
  right:10px;
  font-size:16px;
  color:white;
}

.content_one .left .yq_news_2{
  width:270px;
  margin-top:5px;
  margin-right:10px;
  float:left;
}
.content_one .left .yq_news_2 img{
  width:270px;
  height:148px;
  vertical-align: bottom;
}
.content_one .left .yq_news_2 .news_t{
  text-align:center;;
  height:40px;
  line-height:40px;
  background:#EEEFEF;
  color:#7D7D7D;
  font-size:12px;
}

.content_one .left .yq_news_3{
  width:270px;
  margin-top:5px;
  float:right;
}
.content_one .left .yq_news_3 img{
  width:270px;
  height:148px;
  vertical-align: bottom;
}
.content_one .left .yq_news_3 .news_t{
  text-align:center;;
  height:40px;
  line-height:40px;
  background:#EEEFEF;
  color:#7D7D7D;
  font-size:12px;
}

.content_one .right{
  float:right;
  width:430px;
}

.no_r_mar{
  margin-right:0 !important;
}
.content_one .right .bx_li{
  background:#F5F6F6;
  float:left;
  text-align:center;
  width:140px;
  height:140px;
  margin-right:5px;

  margin-bottom:5px;
  
  font-size:14px;
}
.content_one .right .bx_li a{
  display: block;
  width:140px;
  height:140px;
}

.content_one .right .bx_li img{
  width:40px;
  margin-top:40px;
  margin-bottom:10px;
}



.content_bg{
  background:#5DBEED;
  padding:40px 0;
  padding-bottom:80px;
  position: relative;
  margin-top:100px;
  margin-bottom:80px;
}
.content_bg .top_r{
  background:url(../images/event_t.png);
  background-size: 100% 50px;
  background-repeat: no-repeat;
  height:50px;
  width:400px;
  position: absolute;
  top:-25px;
  left:50%;
  z-index: 100;
}
.content_bg .c_top{
  color:white;
}
.content_bg .c_top a{
  color:white;
}
.content_bg .hd_info{
  margin:15px 0;
  line-height:20px;
  text-align:center;
  color:rgba(255,255,255,0.8);
}

.content_bg .hd_li{
  width:196px;
  height:280px;
  margin-right:10px;
  float:left;
}
.content_bg .hd_li img{
  width:196px;
  height:240px;
}
.content_bg .hd_li .hd_t{
  color:white;
  line-height:40px;
  height:40px;
  font-size:14px;
  background:#1376BE;
  text-align:center;
}


.yqzc .c_top{
  margin-bottom:20px;
}
.yqzc .yqzc_li{
  float:left;
  margin-right:10px;
  width:248px;
}
.yqzc .yqzc_li img{
  width:248px;
  height:136px;
}
.yqzc .yqzc_li .hd_t{
  background:#EEEFEF;
  text-align:center;
  color:#7D7D7D;
  line-height:40px;
  height:40px;
}

.rzqy {
  margin-top:30px;
  margin-bottom:80px;
}
.rzqy .c_top{
  margin-bottom:20px;
}
.rzqy .rzqy_li{
  margin-right:15px;
  
  width:154px;
  height:154px;
  position: relative;
  float:left;
}
.rzqy .rzqy_li a{
  border:1px dashed #CCCCCC;
  display: block;
}
.rzqy .rzqy_li img{
  width:152px;
  height:152px;
}
.rzqy .rzqy_li .hd_t{
  position: absolute;
  bottom:0;
  line-height:30px;
  height:30px;
  color:white;
  text-align:center;
  background:rgba(0,0,0,0.5);
  width:100%;
}



/*********************/
.about_banner{
  width:100%;
  position: relative;
  margin-top:30px;
  margin-bottom:50px;
}
.about_banner img{
    width: 100%;
    
  }

.about_banner .bt_left{
  background-image:url(../images/banner_left.png);
  background-size:300px 50px;
  height:50px;
  width:300px;
  position: absolute;
  left:0;
  top:-25px;
  z-index:100;
}
.about_banner .bt_right{
   background-image:url(../images/banner_right.png);
  background-size: 100% 50px;
  height:50px;
  width:60%;
  position: absolute;
  right:0;
  bottom:-25px;
  z-index:100;
}


.about_t{
  margin:30px 0;
  padding-left:10px;
  border-left:3px solid #78C9F0;
  margin-top:80px;
}
.about_t h2{
  font-size:30px;
  font-weight: bold;
  color:#78C9F0;
  margin:0;
  padding:0;
}
.about_t .about_e{
  font-size:16px;
}
.about_zjyq .left{
  width:45%;
  float:left;
}
.about_zjyq .left img{
  width:100%;
}
.about_zjyq .right{
  float:right;
  width:50%;
  font-size:14px;
  line-height:24px;
  text-indent:30px;
}
.about_zjyq .right .more{
  font-size:16px;
  border:2px solid #5EBEED;
  color:#5EBEED;
  display: inline-block;
  float:right;
  padding:3px 20px;
  margin-top:10px;
  text-indent:0px;
}

.a_zszc_list{
  background:#F7F7F9;
  padding:7px 0;
}
.a_zszc_list .a_zszc_li{
  margin:0 5px;
  width:194px;
  float:left;
}
.a_zszc_list .a_zszc_li img{
  width:194px;
}
.a_zszc_list .a_zszc_li .a_zszc_li_t{
  line-height:30px;
  height:30px;
  text-align:center;
  color:black;
  font-size:14px;
  background:white;
}

.a_yqdj_list .left{
  width:48%;
  float:left;
  box-shadow: 0 0 5px #ddd;
  padding:10px 0;
  height:200px;
}
.a_yqdj_list .right{
  width:48%;
  float:right;
  box-shadow: 0 0 5px #ddd;
  padding:10px 0;
  height:200px;
}

.a_yqdj_list li{
  margin-left:40px;
  line-height:40px;
  height:40px;
  padding-left:20px;
  background-image:url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size:8px 12px;
  font-size:14px;
  color:black;
}

.a_zsc_list{
  margin-top:30px;
}
.zsc_li{
  margin-right:15px;
  float:left;
  width:192px;
}
.zsc_li img{
  width:192px;
  height:124px;
  margin:0;
  padding:0;
  vertical-align: bottom;
}
.zsc_li .zsc_li_t{
  font-size:16px;
  background:#F7F7F7;
  text-align:center;
  line-height:40px;
  height:40px;
}

.a_yqpt_list .a_yqpt_li{
  float:left;
  margin-right:15px;
  width:244px;
}
.a_yqpt_list .a_yqpt_li img{
  width:244px;
  height:138px;
}
.about_yqpt .yqpt_info{
  margin-top:30px;
  line-height:30px;
  text-indent: 30px;
}

.about_yqpt{
  margin-bottom:100px;
}


/***********************************/

.kt_box{
  margin-top:80px;
  border:1px solid #aaa;
  padding:30px;
}
.kt_box .kt_box_t{
  margin-bottom:20px;
  font-size:18px;
}
.kt_box_list{
  width:90%;
  margin:0 auto;
}
.kt_box .kt_box_li{
  text-align:center;
  margin:15px 20px;
  width:100px;
  height:133px;
  float:left;

}
.kt_box .kt_box_li a{
  display: block;
}
.kt_box .kt_box_li img{
  width:80px;
}
.kt_box .kt_box_li .box_li_t{
  line-height:50px;
  height:50px;
  font-size:14px;
  text-align:center;
}


.kt_ggfw{
  margin-top:50px;
}
.kt_ggfw .ggfw_t{
  font-size:16px;
  line-height:50px;
}
.kt_ggfw .ggfw_li{
  float: left;
    margin-right: 15px;
    width: 244px;
}
.kt_ggfw .ggfw_li img{
  width: 244px;
    height: 138px;
}


/********************************/

.news_con{
  margin-top:50px;
  margin-bottom:50px;
}
.news_con .left{
  float:left;
  width:58%;
  background:#F5F6F6;
  min-height:930px;
}
.news_con .right{
  float:right;
  width:40%;
  background:#F5F6F6;
  min-height:930px;
}

.news_con .news_top{
  font-size:16px;
  line-height:50px;
  height:50px;
}
.news_list .news_li{
  
  margin:20px;
  border-bottom:2px solid #ddd;
  padding-bottom:30px;
  margin-bottom:30px;
}  
.news_list .news_li:last-child{
  border:none !important;
}
.news_list .news_li .thumb{
  height:120px;
  margin-right:30px;
}
.news_list .news_li .thumb img{
  height:120px;
  width:180px;
}
.news_list .news_li .news_t{
  line-height:40px;
  font-size:16px;
  color:#1376BE;
  margin-bottom: 10px
}
.news_list .news_li .news_desc{
  line-height:20px;
  font-size:12px;
  margin-bottom:10px;
}
.news_list .news_li .news_time_t{
  font-size:14px;
  color:#32AEC9;
  margin-right:15px;
  line-height:20px;
}
.news_list .news_li .news_btn a{
  color:white;
  font-size:14px;
  width:120px;
  text-align:center;
  line-height:20px;
  height:20px;
  display: block;
  background:#5DBEED;
}



.news_tj{
  line-height:50px;
  height:50px;
  padding-left:20px;
   border-bottom:2px solid #ddd;
   font-size:16px;
   margin-bottom:30px;
}
.news_tj_li{
  margin:15px;
  border-bottom:2px solid #ddd;
  margin-bottom:20px;
  padding-bottom:20px;
}
.news_tj_li:last-child{
  border:none !important;
}
.news_tj_li a{
  display: block;
}
.news_tj_li .thumb{
  height:60px;
  margin-right:20px;
}
.news_tj_li .thumb img{
  height:60px;
  width:90px;
}
.news_tj_li .news_t{
  line-height:40px;
  font-size:12px;
  color:#1376BE;
}

.news_tj_li .news_time_t{
  color:#32AEC9;
  margin-right:10px;
  line-height:20px;
  font-size:14px;
}
.news_tj_li .news_btn{
  color:white;
  font-size:12px;
  width:100px;
  text-align:center;
  line-height:20px;
  height:20px;
  background:#5DBEED;
}



.news_banner{
  background:#1376BE;
  height:500px;
  padding:50px 0;
  position: relative;
  margin-top:50px;
  
}
.news_banner .swiper-container{
  overflow:hidden;
  height:500px;
}

.news_banner .bt_left{
  background-image:url(../images/banner_left.png);
  background-size:300px 50px;
  height:50px;
  width:300px;
  position: absolute;
  left:0;
  top:-25px;
  z-index:100;
}
.news_banner .bt_right{
   background-image:url(../images/banner_right.png);
  background-size: 100% 50px;
  height:50px;
  width:60%;
  position: absolute;
  right:0;
  bottom:-25px;
  z-index:100;
}
.news_banner img{
  height:400px;
}

.news_banner .swiper-container {
      width: 100%;
      height: 100%;
    }
.news_banner .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* 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;
    transition: 300ms;
    transform: scale(0.8);
    }
.news_banner .swiper-slide-active{
      transform: scale(1.2);
  }

  .news_banner .swiper-pagination{
  position: absolute;
  z-index:100;
  right:50px;
  bottom:60px;
}
.news_banner .swiper-pagination .swiper-pagination-bullet{
  width:15px;
  height:15px;
  border-radius: 50%;
  background:white;
  margin-right:10px;
  opacity:1;
}
.news_banner .swiper-pagination .swiper-pagination-bullet-active{
  background:#5DBEED;
}

.news_banner .swiper-slide-active{
  z-index:1000;
}




/***********************/

.login-main{
  width:100%;
  height:100%;
  top:0;
  left:0;
  position: fixed;
  background:rgba(0,0,0,0.4);
  z-index:100000;
  display: none;
}
.login-form{
  margin-top:15% !important;
}
.login-form input {
    width: 220px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-family: 微软雅黑, arial, sans-serif;
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    resize: none;
    color: rgb(104, 104, 104);
    padding: 8px 0px;
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: 0px;
}
#login-page .login-form input {
    background-color: #fff;
    color: #686868;
}
.login-form .icon-login-user, .login-form .icon-login-pwd, .login-form .icon-login-verifycode {
    display: inline-block;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url(../images/icon24_login.png) no-repeat;
}
#login-page .login-form .icon-login-pwd {
    background-position: -48px 0;
}
.login-main {
   
}
.login-header {
    height: 50px;
    line-height: 50px;
    background-color: #f3f3f3;
}
.login-body {
   /* margin-bottom: 10px;*/
    height: 448px;
}
.login-body .pr {
    position: relative;
    height: 448px;
}
.login-form {
    width: 290px;
    padding: 25px 30px 13px;
    background-color: #fff;
    box-shadow: 0 0 26px #041A36;
    border-top: 8px solid #0096e0;
    margin: 100px auto;
}
.login-form h3 {
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0;
    line-height: 44px;
    text-align: center;
    color: #8D9CAA;
    *line-height: 50px;
}
.login-form h3 .close{
  float:right;
  font-size:30px;
  font-weight: bold;
  cursor:pointer;
}
.login-form h3 .close:hover{
  color:red;
}
.login-form .check-tips {
    color: #ff0000;
    margin-top: 10px;
}
.login-form .item-box .item {
    border-radius: 5px;
}
.login-form .item {
    padding: 3px 10px 3px 12px;
    border: 1px solid #ececec;
    margin-bottom:10px;
}
.login-form .focus {
    border: 1px solid #A6E1F3;
    box-shadow: 0 0 12px #BAF7FF;
}
.login-form .icon-login-user,
.login-form .icon-login-pwd,
.login-form .icon-login-verifycode {
    display: inline-block;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url("../images/icon24_login.png") no-repeat;
}
.login-form .icon-login-user {
    background-position: 0 0;
}
.login-form .icon-login-pwd {
    background-position: -48px 0;
}
.login-form .icon-login-verifycode {
    background-position: -24px 0;
}
.login-form input {
    padding: 8px 0;
    width: 220px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-family: "寰蒋闆呴粦", arial, sans-serif;
    vertical-align: middle;
    border: 0 none;
    background-color: #fff;
    outline: 0;
    resize: none;
    color:#686868;
    *padding: 7px 0;
}
#itemBox {
    position: relative;
}
.placeholder_copy {
    display: none;
    position: absolute;
    left: 48px;
    font-size: 16px;
    color: #ADADAD;
}
.placeholder_un {
    top: 13px;
}
.placeholder_pwd {
    top: 69px;
}
.placeholder_check {
    top: 125px;
}
.login-form .focus   {
}
.login-form .verifycode input {
    width: 130px;
    font-size:16px;
}
.login-form .verifycode img {
    vertical-align: middle;
}
.login-form .login_btn_panel {
    margin: 20px 0 10px;
}
.login-form .login-btn {
    padding: 3px 0;
    width: 100%;
    height: 48px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    background-color: #0096E0;
}
.login-form .login-btn:hover {
    background-color: #00B3E0;
}
.login-form .login-btn[disabled] {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: default;
    box-shadow: none;
}
.login-form .login-btn .in {
    display: none;
}
.login-form .log-in .in {
    display: inline-block;
}
.login-form .log-in .on {
    display: none;
}
.icon-loading {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    background: url(../images/loading_icon.gif) no-repeat 0 0;
}

/* 搴曢儴 */
.login-footer {
    line-height: 2.0;
    text-align: right;
    color: #999;
    position:fixed;
    bottom:0;
    width:100%;
}
.login-main p{
    position:fixed;
    bottom:0;
    margin:0;
    text-align:center;
    left:0;
    right:0;
    background:#30333F;
}
.footer-link a {
    color: #2A72C5;
    text-decoration: none;
}
.footer-link a:hover {
    text-decoration: underline;
}
.footer-link span {
    color: #2A72C5;
    margin: 0 4px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.welcome{
    color:#ddd;
    padding:1px;
}

.reloadverify{
    color:#69C3FF;
    width:90px;
    display: inline-block;
    text-align:center;
}

img.verifyimg{
  border: 1px solid #ececec;
  width: 100%;
    cursor: pointer;
}


.ggfw_list{
  overflow:hidden;
}


.news_detail{
  margin:30px 0;
  background:#eee;
  padding:10px;
  min-height:500px;
}

.news_detail .news_top{
  border-bottom:1px solid #ccc;
  padding-bottom:15px;
  margin-bottom:15px;
  text-align:center;
}
.news_detail .news_title{
  font-size:20px;
  font-weight: bold;
  line-height:30px;
}
.news_detail .news_time{
  line-height:30px;
  font-size:16px;
}
.news_detail .news_detail_con{
  margin:15px;
  line-height:24px;

}
.news_detail .news_detail_con img{
  max-width:1000px;
}


.app_list{
  border:1px solid #ccc;
}

.app_li{
  float:left;
  width:135px;
  margin:40px 30px;
  text-align:center;
  height:120px;
}
.app_li a{
  display: block;
}

.app_li .thumb{

  text-align:center;
}
.app_li .thumb img{
  width:70px;
  height:70px;
  margin:0 auto;
  text-align:center;
  display: block;
}
.app_li .news_t{
  margin-top:20px;
  line-height:40px;
  font-size:16px;
  line-height:30px;
}

.page{
  margin:0 auto;
  text-align:center;
}
.page span,.page a{
  display: inline-block;
  border:1px solid #eee;
  padding:3px 8px;
  line-height:20px;
  margin-left:7px;
  background:white;
}
.page a:hover{
  background:#5DBEED;
  color:white;
}
.page .current{
  background:#5DBEED;
  color:white;
}


.a_zszc_list{
  overflow: hidden;
}
.a_zsc_list{
  overflow: hidden;
}

.about_c .left{
  overflow:hidden;
}