@charset "utf-8";
/*全局初始化样式 --*/
@font-face {
  font-family: "PingFangMedium";

  src:url('../PingFangMedium.otf');
    src:/* url('../fonts/PingFangMedium.ttf') format('woff'), /* Modern Browsers */
    url('../fonts/PingFangMedium.otf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/PingFangMedium.eot'); /* ie9 */

}
@font-face {
  font-family: "PingFangSCSemibold";

  src:url('../PingFangSCSemibold.otf');
    src:/* url('../fonts/PingFangSCSemibold.ttf') format('woff'), Modern Browsers */
    url('../fonts/PingFangSCSemibold.otf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/PingFangSCSemibold.eot'); /* ie9 */

}
@font-face {
  font-family: "PingFangRegular";

  src:url('../PingFangRegular.otf');
    src:/* url('../fonts/PingFangRegular.ttf') format('woff'), /* Modern Browsers */
	url('../fonts/PingFangRegular.eot'), /* ie9 */
    url('../fonts/PingFangRegular.otf')  format('truetype'); /* Safari, Android, iOS */


}
body {
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  font-family: "微软雅黑";
  color: #000;
  min-width: 320px;
  width: 100%;
  zoom: 1;
  /*禁用Webkit内核浏览器的文字大小调整功能*/
  -webkit-text-size-adjust: none;
  /*取出点击出现半透明的灰色背景*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  /*控制文本可选性*/
  /* -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none; */
  /*设置字体的抗锯齿或者说光滑度*/
  -webkit-font-smoothing: antialiased;
}
* {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*默认去除ul、li的默认样式*/
.p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding: 0;
}
.ul,
.ul li,
.dl,
.dl dd,
.dl dt {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul{list-style: none;margin: 0;padding: 0;}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #000;
}
/*表单元素获得焦点时不显示虚线框*/
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
  /*强制去除表单自带的样式*/
}
/*不允许多行输入文本框有滚动条*/
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
  /*强制去除textarea自带的样式*/
}
/*初始化表单元素样式*/
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
input::placeholder{color: #000000;}
/*初始化HTML5标签样式*/
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
/*去除figure边距*/
figure,
figcaption {
  margin: 0px;
  padding: 0px;
}
/*初始化图片样式*/
img {
  border: none;
  border: 0;
  vertical-align: top;
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6{margin: 0;line-height: 1.2;}
/*初始化a的样式和字体样式*/
a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {
  outline: none;
  -moz-outline: none;
}
a:hover {
  color: #437EE8;
}
.auto{}
.auto_1440 {max-width:1440px; margin:0 auto;}
@media(max-width:1420px){.auto_1420{ padding:0 2%;}}
.auto_1366{ max-width:1366px; margin:0 auto;}
@media(max-width:1366px){.auto_1366{ padding:0 2%;}}
.auto_1320{ max-width:1320px; margin:0 auto;}
@media(max-width:1320px){.auto_1320{ padding:0 2%;}}

.auto_1290{ max-width:1290px; margin:0 auto;}
@media(max-width:1290px){.auto_1290{ padding:0 2%;}}
.auto_1280{ max-width:1280px; margin:0 auto;}
@media(max-width:1280px){.auto_1280{ padding:0 2%;}}

.auto_1250{ max-width:1250px; margin:0 auto;}
@media(max-width:1200px){.auto_1250{ padding:0 4%;}}
.auto_1220{ max-width:1220px; margin:0 auto;}
@media(max-width:1200px){.auto_1220{ padding:0 2%;}}


/*清除浮动*/
.clear {*zoom:1;}/*IE/7/6*/
.clear:after { content:"\200B"; display:block; height:0; clear:both; }
.MediumBold{font-weight: bold;}
.Regular{font-weight: normal;}
.dot,
.dot2,
.dot3,
.dot4,
.dot9{ text-overflow: ellipsis;overflow: hidden;}
.dot2,
.dot3,
.dot4,
.dot9{display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;}
.dot{white-space: nowrap;}
/*2行文本省略号*/
.dot2 {-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {-webkit-line-clamp: 3;}
/*4行文本省略号*/
.dot4 {-webkit-line-clamp: 4;}
.dot9 {-webkit-line-clamp: 9;}
/*Top002209*/
/*body{ background:#000;}*/
.page{padding-top: 136px;min-height: 80vh;background-color: #F9F9F9;}
.Top002209{ position: fixed;z-index: 999;width: 100%;background:#fff; padding:15px 0; line-height:39px;transition: 0.3s;box-shadow: 0 2px 10px 0 rgba(104,129,175,0.50);}
.Top002209.sroll{position: fixed;top: 0;left: 0;}
.Top002209 .header-left{  float:left;}
.Top002209 .header-left img{max-width:200px;}
.Top002209 .header-left span{font-size: 22px;display: inline-block;margin-left: 10px;font-weight: bold;}
.Top002209 .header-mid{float: left;margin-left: 10%;}
.Top002209 .header-right{ float:right;font-size: 17px;}
.Top002209 .header-right .login{ position: relative;float:left;display: inline-block;margin-right: 50px;padding-left: 25px;}
.Top002209 .header-right .login::before{content: "";position: absolute;left: 0;top: 8px;background: url(../images/login.png)no-repeat left center;background-size: contain;padding: 10px;}
.Top002209 .header-right .lang{position: relative; float:left;padding-left: 25px;}
.Top002209 .header-right .lang::before{content: "";position: absolute;left: 0;top: 10px;background: url(../images/lang.png)no-repeat left center;background-size: contain;padding: 10px;}
.Top002209 .header-right .login:hover,
.Top002209 .header-right .lang a:hover,
.Top002209 .header-right .lang a.on{color: #E48C32;}
@media(max-width:768px){
.Top002209 .header-left span{font-size: 18px;}
.Top002209 .header-right .login{margin-right: 20px;}
.Top002209 .header-right{font-size: 15px;}
.page{padding-top: 108px;}
	.app-page img{min-width: initial;}

}
@media(max-width:480px){
.Top002209 .header-left span{font-size: 15px;}
.Top002209 .header-left .logo{display: flex;align-items: center;}
.Top002209 .header-left img{max-width: 150px;}
	.app-page img{min-width: initial!important;}

}
/*
 .Bottom002440 涓篸emo缂栧彿
 */
.Bottom002440{ background: #232323; color: #fff;padding: 30px 0;}
.Bottom002440 a{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;color: white;}
.Bottom002440 a:hover{color: #437EE8;}
.Bottom002440 .bottom_left{float: left;}
.Bottom002440 .bottom_left .navBox a{font-size: 17px;display: inline-block;position: relative;padding-right: 15px;}
.Bottom002440 .bottom_left .navBox a + a{padding-left: 5px;}
.Bottom002440 .bottom_left .navBox a::before{content: '|';position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.Bottom002440 .bottom_left .navBox a:last-child::before{display: none;}
.Bottom002440 .bottom_left .navBox a:last-child{padding-left: 0;}
.Bottom002440 .bottom_left p{font-size: 17px;margin-bottom: 0;}
.Bottom002440 .bottom_top{padding-bottom: 30px;border-bottom: 1px solid #979797;}
.Bottom002440 .bottom_right{float: right;}
.Bottom002440 .bottom_btm{padding: 20px 0;font-size: 17px;}
.Bottom002440 .bottom_btm .bottom_btmleft{float: left;}
.Bottom002440 .bottom_btm .bottom_btmleft a{display: inline-block;padding-left: 40px;margin-right: 30px;position: relative;line-height: 1.8;}
.Bottom002440 .bottom_btm .bottom_btmleft a.ybh{background: url(../images/logo_gzz.png)no-repeat left center;background-size: contain;}
.Bottom002440 .bottom_btm .bottom_btmleft a.gaba{background: url(../images/gsj.png)no-repeat left center;background-size: contain;}
.Bottom002440 .bottom_btm .bottom_btmright{float: right;position: relative;}
.Bottom002440 .bottom_btm .bottom_btmright input{width: 335px;border-radius: 8px;background-color: #d8d8d8;height: 32px;padding: 5px 25px 5px 15px;opacity: 0.4;}
.Bottom002440 .bottom_btm .bottom_btmright a{position: absolute;right: 8px;top: 5px;padding: 10px;background: url(../images/search.png)no-repeat center;background-size: contain;}
@media only screen and (max-width:768px ) {
	.Bottom002440 .bottom_right,
	.Bottom002440 .bottom_left{float: none;}
	.Bottom002440 .bottom_right{text-align: center;margin-top: 5px;}
.Bottom002440 .bottom_left .navBox a{font-size: 15px;}
.Bottom002440 .bottom_left p{font-size: 13px;}
.Bottom002440 .bottom_btm{font-size: 15px;}
.Bottom002440 .bottom_btm .bottom_btmleft,
.Bottom002440 .bottom_btm .bottom_btmright{float: none;}
.Bottom002440 .bottom_btm .bottom_btmleft a{margin-bottom: 10px;}
.Bottom002440 .bottom_btm .bottom_btmright{width: 90%;margin: 0 auto;}
.Bottom002440 .bottom_btm .bottom_btmright input{width: 100%;}
.Bottom002440 a img{width: 29px;}
}


.ban_box {position: relative;}
.ban_box .auto{position: absolute;left: 50%;transform: translateX(-50%);top: 0;width: 100%;height: 100%;}
.ban_box .pc_img{}
.ban_box .wap_img{display: none;}
.ban_box .txtBox{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.ban_box h3{font-size: 40px;color: #404040;margin: 0;}
@media only screen and (max-width:1280px ) {
	.ban_box .txtBox{right: 30px;top: 30%;}
	.ban_box h3{font-size: 20px;}
}
@media only screen and (max-width:767px ) {
	.ban_box .pc_img{display: none;}
	.ban_box .wap_img{display: block;}
	.ban_box .txtBox{top: 40%;}

}
.more{font-size: 16px;color: #1A6DD3 ;float: right;padding-right: 15px;display: inline-block;position: relative;background: url(../images/more.png)no-repeat right center;}
/* 首页 */
.homeBanner{position: relative;background-position: center;background-repeat: no-repeat;background-size: cover;height: 360px;}
.home1{position: relative;padding-bottom: 95px;}
.home1 .homeAuto{margin-top: -100px;}
.home1 .banBox{max-width: 850px;margin: 0 auto;}
/* .home1 .banBox .home_searh{position: relative;background: rgba(10,115,193,0.75);border: 2px solid rgba(114,200,255,0.40);border-radius: 10px;}
.home1 .banBox .home_searh input{width: 100%;height: 74px;padding: 10px;text-align: center;color: white;font-size: 30px;color: #FFFFFF;}
.home1 .banBox .home_searh input:-moz-placeholder{color: white;letter-spacing: 2px;text-shadow: 0 1px 10px #003C7C;}
.home1 .banBox .home_searh input::-webkit-input-placeholder{color: white;letter-spacing: 2px;text-shadow: 0 1px 10px #003C7C;}
.home1 .banBox .home_searh input::-ms-input-placeholder{color: white;letter-spacing: 2px;text-shadow: 0 1px 10px #003C7C;} */
.soubtn{background: url(../images/homesou.png)no-repeat right;padding-left: 20px;background-size: 26px;display: inline-block;width: 80px;height: 30px;vertical-align: middle}
.home1 .banBox ul{text-align: center;margin-top: 15px;}
.home1 .banBox ul li{display: inline-block;margin: 5px 30px;}
.home1 .banBox ul li a{color: white;font-size: 20px;text-shadow: 0 2px 4px rgba(0,0,0,0.50);}
.home1 .banBox ul li a:hover{color: #437EE8;}
.home1 .home_news {margin-top: 80px;box-shadow: 0 2px 10px 0 rgba(104,129,175,0.50);}
.home1 .home_news .left{width: 55%;float: left;min-height: 390px;}
.home1 .home_news .left li{position: relative;}
.home1 .home_news .left li .txtBox{color: white;position: absolute;width: 100%;bottom: 0;background-color:rgba(0,59,164,0.6) ;font-size: 18px;text-align: center;line-height: 1.5;padding: 10px 0;}
.home1 .home_news .left .img img{width: 100%;}
.home1 .home_news .left .slick-dots{position: absolute;right: 20px;bottom: 15px;}
.home1 .home_news .left .slick-dots li{font-size: 0;cursor: pointer;background-color: white;padding: 3px;display: inline-block;margin: 0 6px;opacity: 0.6;}
.home1 .home_news .left .slick-dots li.slick-active{opacity: 1;}
.home1 .home_news .left .slick-dots li button{display: none;}
.home1 .home_news .right{min-height: 390px;width: 45%;float: left;padding: 30px 50px;background-color: white;}
.home1 .home_news .right .title{font-size: 28px;color: #437EE8;display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #D1D1D1;}
.home1 .home_news .right .title  i{display: inline-block;font-style: normal;padding: 12px 30px;background: url(../images/icon1.png)no-repeat left center;}
.home1 .home_news .right .title h3{float: left;width: 70%;}
.home1 .home_news .right ul li{line-height: 1.5;font-size: 20px;padding-top: 24px;}
.home1 .home_news .right ul li .lcid{color: #437EE8 ;font-weight: bold;}
.home1 .home_news .right ul li a{cursor: pointer;}

.home0{width: 100%;background: #fff;margin-top: 20px;border-top: 2px solid #eee;}
.home0 .home_newsMenu{padding: 15px 0 0;background-color: white;}
.home0 .home_newsMenu ul li{float: left;font-size: 24px;width: 20%;line-height: 1;text-align: center;border-left: 1px solid #6f6f6f ;}
.home0 .home_newsMenu ul li:first-child{border: none;}
.home0 .home_newsMenu ul li img{margin-right: 10px;width: 26px;height: 26px;}
.home0 .home_newsMenu ul .head-icon img{width: 32px;height: 32px;}
.home1 .mg-t200{margin-top: -210px;}
.home2{padding-top: 70px;padding-bottom: 15%;}
.home2 .home2Title{text-align: center;font-size: 35px;color: white;}
.home2 .home2Title span{display: inline-block;padding: 0 150px;position: relative;}
.home2 .home2Title span::before,
.home2 .home2Title span::after{content: '';position: absolute;top: 50%;transform: translateY(-50%);width: 90px;height: 3px;background: #FDD000;opacity: 0.7;}
.home2 .home2Title span::before{left: 0;}
.home2 .home2Title span::after{right: 0;}
.home2 .videoBox{position: relative;margin-top: 50px;}
.home2 .videoBox ul li{display: none;}
.home2 .videoBox ul li:first-child{display: block;}
.home2 .videoBox video{display: none;width: 100%;max-height: 620px;}
.home2 .videoBox .play{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url(../images/play.png)no-repeat center;padding: 75px;z-index: 9;}
.home2 .home2_list{margin-top: 20px;}
.home2 .home2_list .item{float: left;width: 45.555%;margin-right: 30px;color: white;overflow: hidden;border: 3px solid transparent;}
.home2 .home2_list .item a{color: white;}
.home2 .home2_list .item a:hover{opacity: 0.8;}
.home2 .home2_list .item .time{width: 18%;float: left;text-align: center;padding: 30px 15px;}
.home2 .home2_list .item .time .date{font-size: 40px;display: inline-block;margin-bottom: 15px;}
.home2 .home2_list .item .time .year{font-size: 15px;}
.home2 .home2_list .item .txtBox{width: 82%;float: left;padding: 20px;font-size: 15px;}
.home2 .home2_list .item .txtBox h3{font-size: 20px;line-height: 1.5;margin-bottom: 10px;}
.home2 .home2_list .item .txtBox .info{line-height: 1.5;}
.home2 .home2_list .item{background: rgba(255,255,255,0.1);}
.home2 .home2_list .item .time{background: rgba(255,255,255,0.15);padding-bottom: 36px;}
.home2 .home2_list .item .info{padding-bottom: 3px;}
.home2 .home2_list .item.on{border: 3px solid #6BA4EE;background: #1E80DF;}
.home2 .home2_list .item.on .time{background: #2c87e1;}

.home2 .home2_list .itemLast{float: left;padding: 17px 20px;width: 50px;background-color: rgba(255,255,255,0.1);}
.home2 .home2_list .itemLast a{color: white;}
.home2 .home2_list .itemLast a:hover{opacity: 0.8;}
.home3{position: relative;}
.home3 .bgBox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #e8e8e8;z-index: -1;}
.home3 .auto_1280{position: relative;margin-top: -180px;}
.home3 .home3_title{position: absolute;width: 80px;padding: 20px;top: 0;left: -100px;background-color: rgba(255,255,255,0.4);color: #004DA0;text-align: center;}
.home3 .home3_title h3{font-size: 24px;line-height: 1.4;}
.home3 .home3_title a{color: #A3A3A3;font-size: 16px;writing-mode:vertical-lr;writing-mode: tb-rl;display: inline-block;margin-top: 50px;position: relative;padding-bottom: 20px;}
.home3 .home3_title a:hover{color: #437EE8;}
.home3 .home3_title a::before{content: "";position: absolute;left: 6px;bottom: 0;width: 0;height: 0;border-top: 5px solid #A3A3A3;border-left: 5px solid transparent;border-right: 5px solid transparent;}
.home3 .home3_title a:hover::before{border-top: 5px solid #437EE8;}
.home3 ul.clear{padding-bottom: 50px;}
.home3 ul.clear li{padding: 0 10px;}
.home3 ul.clear li .newBox{float: left;max-width: 840px;}
.home3 ul.clear li .img{box-shadow: 0 2px 10px 0 rgba(104,129,175,0.50);}
.home3 ul.clear li .txtBox{background-color: white;padding: 30px;position: relative;z-index: 9;margin-top: -80px;}
.home3 ul.clear li .txtBox .tip{padding: 5px 10px;color: white;background-color: #FF9B37;display: inline-block;}
.home3 ul.clear li .txtBox h3{font-size: 24px;line-height: 1.5;margin: 15px 0 10px;}
.home3 ul.clear li .txtBox h3 a{cursor: pointer;}

.home3 ul.clear li .txtBox .info{font-size: 16px;}
.home3 ul.clear li .oldBox{float: left;max-width: 480px;margin-left: -70px;margin-top: 40px;}
.home3 ul.clear li .oldBox .tip{background-color: #0FCAC6;}

.home3 .slick-dots{text-align: center;margin-top: 50px;}
.home3 .slick-dots li{font-size: 0;cursor: pointer;background-color: #BCC5D7;padding: 6px;display: inline-block;margin: 0 6px;}
.home3 .slick-dots li.slick-active{background-color: #006EBA;}
.home3 .slick-dots li button{display: none;}

.home4{padding: 65px 0;margin-top: -1px;}
.home4 .istopBox{padding: 30px;background-color: white;box-shadow: 0 2px 10px 0 rgba(104,129,175,0.50);}
.home4 .title{overflow: hidden;}
.home4 .title .more{margin-top: -25px;margin-right: 15px;}
.home4 .title h3{text-align: center;font-size: 28px;color: #000000;}
.home4 .title h3 span{display: inline-block;padding: 0 50px;position: relative;}
.home4 .title h3 span::before,
.home4 .title h3 span::after{content: "";position: absolute;top: 15px;width: 20px;height: 3px;background-color: #FDD000;opacity: 0.6;}
.home4 .title h3 span::before{left: 0;}
.home4 .title h3 span::after{right: 0;}
.home4 .home4_content{}
.home4 .home4_content .item:first-child{margin-bottom: 35px;}
.home4 .home4_content .img{width: 27.5%;float: left;}
.home4 .home4_content .txtBox{width: 72.5%;padding: 15px 20px 0 30px;float: left;}
.home4 .home4_content .txtBox h3 a{font-size: 20px;color: #373737;}
.home4 .home4_content .txtBox h3 a:hover{color: #437EE8;}
.home4 .home4_content .txtBox .info{font-size: 17px;color: #808080;margin-top: 10px;}
.home4 .home4_list {margin-top: 35px;display: flex;display: -webkit-flex;flex-wrap: wrap;justify-content: space-between;}
.home4 .home4_list .title{border-bottom: 1px solid #D1D1D1;padding-bottom: 20px;}
.home4 .home4_list .title .more{margin-right: 0;}
.home4 .home4_list .left{min-height: 368px;box-shadow: 0 2px 10px 0 rgba(104,129,175,0.50);float: left;width: 48.5%;background-color: white;padding: 30px;}
.home4 .home4_list .left .tabBox{text-align: center;margin: 25px 0 35px 0;}
.home4 .home4_list .left .tabBox a{color: #437EE8 ;border: 1px solid #437EE8;display: inline-block;width: 48%;padding: 5px ;font-size: 18px;}
.home4 .home4_list .left .tabBox a:first-child{margin-right: 3%;}
.home4 .home4_list .left .tabBox a:hover,
.home4 .home4_list .left .tabBox a.on{background-color: #437EE8;color: white;}
.home4 .home4_list .left ul li{margin-bottom: 30px;}
.home4 .home4_list .left ul li h3{font-size: 20px;color: #000000;margin-bottom: 10px;}
.home4 .home4_list .left ul li .txt{font-size: 18px;color: #666;line-height: 30px;}
.home4 .home4_list .left ul li:last-child{margin-bottom: 0;}
.home4 .home4_list .right{width: 48.5%;min-height: 368px;float: right;box-shadow: 0 2px 10px 0 rgba(104,129,175,0.50);background-color: white;padding: 30px;}
.home4 .home4_list .right .list_right{margin-top: 35px;}
.home4 .home4_list .right .list_right a{font-size: 20px;color: #3E3A39;display: block;margin-bottom: 20px;line-height: 22px;cursor: pointer;}
.home4 .home4_list .right .list_right a:last-child{margin-bottom: 0;}
.home4 .home4_list .right .list_right a:hover{color: #437EE8;}
.home5{padding: 50px 0;background-color: #c7d5ec;}
.home5 ul{text-align: center;}
.home5 ul li{display: inline-block;margin-right: 4.8%;overflow: hidden;box-shadow: 0 2px 10px 0 rgba(104,129,175,0.50);transition: 0.3s;margin-left: 0;}
.home5 ul li:last-child{margin-right: 0;}
.home5 ul li img{transition: 0.3s;}
.home5 ul li:hover img{transform: scale(1.1);}
@media (max-width:1440px){
.home3 ul.clear{width: 80%;margin: 0 auto;}
.home3 ul.clear li .newBox{max-width: 60%;}
.home3 ul.clear li .oldBox{max-width: 46%;}
.home3 .home3_title{left: 0;}
}
@media (max-width:768px){
	.homeBanner{
		height: 250px;
	}
.home1 .banBox{max-width: 90%;}
.home1 .banBox .home_searh input{height: 50px;font-size: 18px;}
.home1 .banBox .home_searh a{right: 5px;top: 5px;}
.home1 .banBox ul li{margin: 5px 10px;}
.home1 .banBox ul li a{font-size: 16px;}
.home1 .home_news .right,
.home1 .home_news .left{float: none;width: 100%;min-height: auto;}
.home1 .home_news .right{padding: 15px;}
.home1 .home_news .right .title{font-size: 20px;display: block;overflow: hidden;}
.home1 .home_news .right .title i{float: left;}
.home1 .home_news .right .title h3{width: auto;float: left;}
.home1 .home_news .right ul li{font-size: 16px;padding-top: 15px;}

.home0 .home_newsMenu{padding: 15px 8px;}
.home0 .home_newsMenu ul {display: flex;flex-wrap: wrap;justify-content: center;}
.home0 .home_newsMenu ul li{font-size: 16px;width: 33.333%;border: none;margin-bottom: 10px;text-align: center;}
.home0 .home_newsMenu ul li a{line-height: 1.8;display: inline-block;font-size: 15px;padding: 0 5px;}
.home0 .home_newsMenu ul li img{max-width: 25px;max-height: 25px;}
.home2 .home2Title{font-size: 22px;}
.home2 .home2Title span{padding: 0 100px;}
.home2 .videoBox .play{padding: 35px;background-size: contain;}
.home2 .home2_list .item{width: 100%;float: none;margin-bottom: 20px;display: flex;}
.home2 .home2_list .itemLast{float: none;width: 150px;text-align: center;margin: 0 auto;}
.home2 .home2_list .item .txtBox{font-size: 14px;width: 75%;}
.home2 .home2_list .item .txtBox h3{font-size: 16px;}
.home2 .home2_list .item .time .date{font-size: 32px;}
.home2 .home2_list .item .time{padding-bottom: 15px;width: 25%;}
.home3 .auto_1280{margin-top: 0;padding-top: 30px;}
.home3 .home3_title{position: relative;width: auto;text-align: left;overflow: hidden;margin-bottom: 30px;}
.home3 .home3_title h3{float: left;}
.home3 .home3_title a{writing-mode:horizontal-tb;margin-top: 0;float: right;padding-bottom: 0;padding-right: 20px;}
.home3 .home3_title a::before{right: 0;left: auto;bottom: 6px;border-left: 5px solid #A3A3A3;border-top: 5px solid transparent;border-bottom: 5px solid transparent}
.home3 .home3_title a:hover::before{border-left: 5px solid #437EE8;border-top: 5px solid transparent;}
.home3 ul.clear{width: 100%;}
.home3 ul.clear li{margin: 0 5px;}
.home3 ul.clear li .oldBox{margin-left: -6%;margin-top: 15px;}
.home3 ul.clear li .txtBox{padding: 10px 30px 10px 10px;margin: 0;box-shadow: 0 0 12px 0 rgba(221,221,221,0.50);}
.home3 ul.clear li .txtBox h3{font-size: 16px;margin-bottom: 5px;}
.home3 ul.clear li .txtBox .info{font-size: 14px;}
.home4 .istopBox{padding: 15px;}
.home4 .title{margin-bottom: 30px;text-align: center;}
.home4 .title h3{font-size: 20px;}
.home4 .title .more{margin-top: 10px;float: none;}
.home4 .home4_content .img,
.home4 .home4_content .txtBox{width: 100%;float: none;}
.home4 .home4_content .txtBox{padding: 15px 0;}
.home4 .home4_content .txtBox h3 a{font-size: 16px;}
.home4 .home4_content .item:first-child{margin-bottom: 25px;}
.home4 .home4_content .txtBox .info{font-size: 14px;}
.home4 .home4_list .left,
.home4 .home4_list .right{min-height: auto;width: 100%;float: none;margin: 15px 0;padding: 15px;}
.home4 .home4_list .left .tabBox a{width: 46%;}
.home4 .home4_list .right .list_right a,
.home4 .home4_list .left ul li h3{font-size: 16px;}
.home4 .home4_list .left ul li .txt{font-size: 14px;}
.home5{padding: 30px 0;}
.home5 ul li{width: 31%;}
}
@media (max-width:480px){


}
/* 首页end */

/* 栏目页banner */
.banner{height: 178px;}
.banner2{height: 355px;}
.banner3{height: 400px;}
/* 面包屑 */
.activie{position: relative;margin-top: -185px;padding-bottom: 30px;}
.location{font-size: 20px;color: white;width: 100%;padding: 15px 0 15px 30px;
background-image: linear-gradient(180deg, rgba(0,60,117,0.10) 0%, rgba(0,42,127,0.74) 100%);
border-radius:8px 8px 0 0 ;}
.location a{color: white;position: relative;padding-right: 20px;}
.location a:hover{color:#eee;}
.location a::before{content: ">";position: absolute;right: 0;top: 0;color: white;}
.activieBox{background: #FFFFFF;border: 1px solid #F2F2F2;box-shadow: 0 5px 15px 5px rgba(104,129,175,0.30);padding: 0 60px;width: 100%;}
.ac_title{text-align: center;margin: 50px 0;font-size: 28px;color: #000000;}
.ac_title span{display: inline-block;padding: 0 50px;position: relative;}
.ac_title span::before,
.ac_title span::after{content: "";position: absolute;top: 20px;width: 22px;height: 4px;background-color: #FDD000;opacity: 0.7;}
.ac_title span::before{left: 0;}
.ac_title span::after{right: 0;}
.activie_new{margin: 30px 0 50px 0;background-color: white;position: relative;}
.activie_new .img{width: 50%;float: left;overflow: hidden;}
.activie_new .img img{transition: 0.3s;}
.activie_new .img:hover img{transform: scale(1.1);}
.activie_new .txtBox{width: 50%;float: left;padding: 40px;}
.activie_new .txtBox .head{font-size: 20px;color: #888;}
.activie_new .txtBox h3{font-size: 32px;color: #404040;margin: 30px 0;}
.activie_new .txtBox .info{font-size: 16px;color: #404040;letter-spacing: 0;text-align: justify;line-height: 26px;}
.activie_new .txtBox .more{position: absolute;right: 40px;bottom: 40px;}
.activie_old {padding-top: 30px;border-top: 1px solid #E3E3E3;}
.activie_old ul{margin-top: 30px;}
.activie_old ul li{width: 32%;float: left;margin-right: 2%;margin-bottom: 50px;}
.activie_old ul li:nth-child(3n){margin-right: 0;}
.activie_old ul li h3{font-size: 20px;color: #3E3A39;line-height: 30px;margin: 15px 0;}
.activie_old ul li time{font-size: 18px;color: #9A9A9A;}
.activie_old ul li .img{overflow: hidden;}
.activie_old ul li .img img{transition: 0.3s;height: 240px;}
.activie_old ul li:hover .img img{transform: scale(1.1);}
.pageBox{margin: 30px 0;}
.pageBox .pageItem{font-size: 18px;margin-left: 30px;}
.pageBox .pageItem .pagenum{border: 1px solid #979797;border-radius:6px;display: inline-block;}
.pageBox .pageItem .pagenum a{color: #000;padding: 9px 30px;display: inline-block;border-right: 1px solid #979797;}
.pageBox .pageItem .pagenum a:last-child{border: none;}
.pageBox .pageItem .page_input{color: #000;padding-left: 30px;}
.pageBox .pageItem .page_input input{font-size: 18px;margin:0 5px;background:  rgba(216,216,216,0.19);width: 70px;height: 41px;text-align: center;border: 1px solid #979797;color: #FF7D1A;border-radius:6px;}
.pageBox .pageItem .tal{padding: 0 5px;}
.activieBox .pageBox{margin-top: 0;}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number] {
    -ms-appearance:none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media (max-width:768px){
	.activieBox{padding: 0 5px;}
	.location{font-size: 16px;}
	.ac_title{font-size: 20px;}
	.ac_title span::before, .ac_title span::after{top: 13px;}
	.activie_new .img,
	.activie_new .txtBox{width: 100%;float: none;}
	.activie_new .txtBox{padding: 15px 15px 50px 15px;}
	.activie_new .txtBox h3{font-size: 22px;margin: 15px 0;}
	.activie_new .txtBox .head{font-size: 16px;}
	.activie_new .txtBox .more{bottom: 15px;}
	.activie_old ul li{width: 100%;float: none;margin-right: 0;}
	.activie_old ul li .img{text-align: center;}
	.activie_old ul li h3{font-size: 16px;}
	.activie_old ul li time{font-size: 14px;}
	.pageBox{margin: 30px 0;}
	.pageBox .pageItem{float: none;text-align: center;font-size: 14px;margin-left: 0;}
	.pageBox .pageItem .pagenum a{padding: 5px 8px ;}
	.pageBox .pageItem .page_input{padding: 15px 10px;display: inline-block;}
	.pageBox .pageItem .page_input input{width: 50px;height: 34px;}

}
.tzdtBox{padding: 35px 40px 5px 40px;background-color: white;border: 1px solid #F2F2F2;box-shadow: 0 5px 15px 5px rgba(104,129,175,0.30);}
.tabNew{padding-bottom: 25px;overflow: hidden;border-bottom: 1px solid #E3E3E3;}
.tabNew a{font-size: 20px;color: #000000;opacity: 0.35;display: inline-block;margin-right: 50px;line-height: 1.2;position: relative;}
.tabNew a:last-child{margin-right: 0;}
.tabNew a:hover,
.tabNew a.on{opacity: 0.8;}
.tabNew a:hover::before,
.tabNew a.on::before{content: "";position: absolute;left: 0;bottom: -26px;width: 100%;height: 4px;border-radius: 8px;background-color: #437EE8;}
.news_list{background-color: white;}
.news_list ul li {overflow: hidden;display: flex;display: -webkit-flex;}
.news_list ul li .time{height: 212px;width: 10%;float: left;margin-right: 3%;text-align: center;padding: 40px 0;}
.news_list ul li .time .date{font-size: 24px;padding: 25px;color: white;background: url(../images/timebg.png)no-repeat center;margin-bottom: 8px;display: block;background-size: contain;}
.news_list ul li .time .year{font-size: 14px;color: #0069D9;letter-spacing: 2.8px;}
.news_list ul li .rightBox{float: left;overflow: hidden;width: 87%;border-bottom: 1px solid #E3E3E3;}
.news_list ul li .rightBox .txtBox{height: 212px;float: left;width: 70%;padding: 40px 0;padding-right: 50px;}
.news_list ul li .txtBox h3 {margin-bottom: 15px;}
.news_list ul li .txtBox h3 a{font-size: 18px;color: #373737;}
.news_list ul li .txtBox h3 a:hover{color:#0069D9 ;}
.news_list ul li .txtBox h3.new{padding-left: 70px;background: url(../images/NEW.png)no-repeat left center;}
.news_list ul li .txtBox .info{font-size: 16px;color: #777777;text-align: justify;line-height: 30px;}
.news_list ul li .rightBox .img{height: 212px;float: left;width: 27.5%;padding : 40px 0;overflow: hidden;}
.news_list ul li .rightBox .img img{transition: 0.3s;}
.news_list ul li:hover .rightBox .img img{transform: scale(1.1);}

.news_list .pageBox {margin: 40px 0;}
.news_list .pageBox .pageItem{float: none;display: inline-block;}
.news_list .pageBox {text-align: center;}

.newthis{padding:30px 60px 0 190px;}
.new_content{margin: 0 auto;position: relative;padding-bottom: 50px;background: #FFFFFF;border: 1px solid #F2F2F2;box-shadow: 0 5px 15px 5px rgba(104,129,175,0.30);}
.new_content .new_tit h3{font-size: 30px;color: rgba(0,0,0,0.80);margin-top: 30px;line-height: 1.5;margin-bottom: 20px;}
.new_content .time{font-size: 18px;color: #999;}
.new_content .time span{padding: 0 20px;}
.new_content .txt{font-size: 14px;color: #000000;text-align: justify;line-height: 30px;margin: 30px 0;}
.new_content .txt h5{margin-top: 30px;font-size: 16px;margin-bottom: 5px;line-height: 1.8;}
.new_content .txt p{margin: 0 ;line-height: 30px;font-size: 16px;text-align: justify;}
.new_content .detailBox{position: relative;}
.new_content .bshare-custom{position: absolute;left: -140px;top: 0;text-align: center;}
.new_content .bshare-custom.on{position: fixed;top: 72px;left: 20%;}
.new_content .bshare-custom a{border: none !important;position: relative;transition: 0.3s;display: block;margin: 15px auto;background-position: center;background-repeat: no-repeat;background-size: contain;width: 40px;height: 40px;}
.new_content .bshare-custom a.weibo{background-image: url(../images/wb.png);}
.new_content .bshare-custom a.weixin{background-image: url(../images/wx.png);}
.new_content .bshare-custom a.weixintent{background-image: url(../images/pyq.png);}
.new_content .bshare-custom a.qq{background-image: url(../images/qq.png);}
.new_content .bshare-custom a.qzone{background-image: url(../images/qqzone.png);}
.new_content .bshare-custom a.weibo:hover{background-image: url(../images/wb_hover.png);}
.new_content .bshare-custom a.weixin:hover{background-image: url(../images/wx_hover.png);}
.new_content .bshare-custom a.weixintent:hover{background-image: url(../images/pyq_hover.png);}
.new_content .bshare-custom a.qq:hover{background-image: url(../images/qq_hover.png);}
.new_content .bshare-custom a.qzone:hover{background-image: url(../images/qqzone_hover.png);}

.new_content .bshare-custom a::before{display: none !important;}
.new_content .bshare-custom .sharesp{display: block;color: #323232;font-size: 12px;}
.new_content .bshare-custom a.weixin .wechat-qrcode{
	display: none;
	    border: 1px solid #eee;
	    position: absolute;
	    z-index: 9;
	    top: -130px;
	    left: -52px;
	    width: 140px;
	    height: 120px;
	    color: #666;
	    font-size: 12px;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0 2px 10px #aaa;
	    transition: all 200ms;
	    -webkit-tansition: all 350ms;
	    -moz-transition: all 350ms;
}
.new_content .bshare-custom a.weixin .wechat-qrcode::after{content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;}
.new_content .bshare-custom a.weixin:hover .wechat-qrcode{display: block;}

.new_content .zcfg_head{padding: 15px 30px;border: 1px solid #000000;overflow: hidden;line-height: 50px;}
.new_content .zcfg_head span{display:block;width: 50%;float: left;font-size: 16px;}
.new_content .zcfgtxt .txt{font-size: 16px;}
.new_content .leftxt{width: 55%;display: inline-block;margin-right: 40px;}
@media (max-width:768px){
	.newthis{padding: 15px;}
	.tabNew a{font-size: 20px;margin-right: 20px;}
	.news_list ul li .time{width: 30%;height: auto;}
	.news_list ul li .time .date{font-size: 16px;padding: 12px;}
	.news_list ul li .time .year{font-size: 12px;}
	.news_list ul li .txtBox{padding-right: 10px;height: auto;}
	.news_list ul li .txtBox h3{margin-bottom: 5px;}
	.news_list ul li .txtBox h3 a{font-size: 15px;}
	.news_list ul li .txtBox .info{font-size: 13px;line-height: 1.5;}
	.new_content .new_tit h3{font-size: 22px;margin-top: 0;}
	.new_content .time{font-size: 14px;}
	.new_content .time span{padding: 0 10px;}
	.new_content .txt p span{width: 100% !important;padding-right: 0 !important;}
	.new_content .bshare-custom{position: relative;left: 50%;transform: translateX(-50%);max-width: 250px;margin-top: 30px;}
	.new_content .bshare-custom:after { content:"\200B"; display:block; height:0; clear:both; }
	.new_content .bshare-custom a{float: left;margin: 5px;}
	.news_list ul li .img{height: auto;}
	.new_content .leftxt{width: 100%;margin: 0;}
}
.tzBox_win {padding:20px 20px 4% 20px;background: #FFFFFF;border: 1px solid #F2F2F2;box-shadow: 0 5px 15px 5px rgba(104,129,175,0.30);}
.tzBox .location{top: -200px;}
.tzBox_win .left{width: 70%;float: left;}
.tzBox_win .left li{display: none;}
.tzBox_win .left .video {position: relative;margin-bottom: 15px;height: 454px;}
.tzBox_win .left .video img{width: 100%;max-height: 454px;}
.tzBox_win .left .video .open{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: url(../images/open.png)no-repeat center;background-size: contain;padding: 50px;}
.tzBox_win .left .video video{display: none;width: 100%;height: 100%;}
.tzBox_win .left .txtBox h3{font-size: 30px;line-height: 1.8;}
.tzBox_win .left .txtBox .time{font-size: 18px;color: #000000;line-height: 1.8;}
.tzBox_win .left .txtBox .time span{padding-right: 30px;}
.tzBox_win .left .txtBox .info{font-size: 16px;color: #000000;margin-top: 30px;line-height: 1.8;}
.tzBox_win .right{width: 30%;float: right;height: 454px;background-color: #FAFAFA;padding-left: 15px;border: 1px solid #D2D2D2;}
.tzBox_win .right .tabA {margin-bottom: 20px;padding-top: 20px;}
.tzBox_win .right .tabA a{display: inline-block;font-size: 14px;color: #8F8F8F;background: #e9e9e9;border: 1px solid #cccccc;padding: 3px 15px;border-radius: 6px;}
.tzBox_win .right .tabA a + a{margin-left: 10px;}
.tzBox_win .right .tabA a.onA{color: white;background: #437EE8;border: 1px solid rgba(255,255,255,0.39);}
.tzBox_win .right .srollBox ul li{overflow: hidden;margin-bottom: 25px;cursor: pointer;}
.tzBox_win .right .srollBox ul li .img{width: 35%;float: left;}
.tzBox_win .right .srollBox ul li .txt{width: 65%;float: left;padding-left: 15px;}
.tzBox_win .right .srollBox ul li .txt h3{font-size: 16px;margin-bottom: 10px;}
.tzBox_win .right .srollBox ul li .txt time{font-size: 12px;color: #7D7D7D;}
.tzBox_win .right .mCSB_scrollTools{width: 12px;}
.tzBox_win .right #mCSB_1_scrollbar_vertical{border-left: 1px solid #cccccc;}
.tzBox_win .right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #d8d8d8;width: 5px;}
.tzBox_win .right .mCSB_scrollTools .mCSB_draggerRail{background: none;}
@media (max-width:768px){
	.tzBox_win{padding: 10px;}
	.tzBox_win .left,.tzBox_win .right{float: none;width: 100%;}
	.tzBox_win .right{margin-bottom: 30px;height: auto;}
	.tzBox_win .right .srollBox {overflow: auto;}
	.tzBox_win .right .srollBox ul li{width: 280px;margin-right: 20px;float: left;display: inline-block;}
	.tzBox_win .left .video{height:  auto;}
	.tzBox_win .left .txtBox h3{font-size: 20px;line-height: 1.5;}
	.tzBox_win .left .txtBox .time{font-size: 14px;}
	.tzBox_win .left .video .open{padding: 25px;}
	.tzBox_win .left .txtBox .info{margin-top: 15px;}
	.tzBox_win .right #mCSB_1_scrollbar_vertical{border-left: none;border-top: 1px solid #cccccc;}
	.tzBox_win .right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: auto;height: 5px;}
	.tzBox_win .right .mCSB_scrollTools{width: auto;}
	}

.blackA{text-align: center;margin: 15px 0;}
.blackA a{background-color:#E48C32 ;padding: 8px 20px;font-size: 20px;color: white;}
.yuanqu_conBox{background-color: white;border: 1px solid #F2F2F2;box-shadow: 0 5px 15px 5px rgba(104,129,175,0.30);padding: 0px 60px;}
.yuanqu_new{box-shadow: 0 0 12px 0 rgba(221,221,221,0.50);margin: 30px 0 90px 0;background-color: white;position: relative;}
.yuanqu_new .img{width: 50%;float: left;overflow: hidden;}
.yuanqu_new .img img{transition: 0.3s;}
.yuanqu_new .img:hover img{transform: scale(1.1);}
.yuanqu_new .txtBox{width: 50%;float: left;padding: 30px 40px;}
.yuanqu_new .txtBox .head{font-size: 32px;color: #404040;}
.yuanqu_new .txtBox h3{font-size: 32px;color: #404040;margin: 30px 0;margin-top: 0;}
.yuanqu_new .txtBox .info{font-size: 16px;color: #404040;letter-spacing: 0;text-align: justify;line-height: 26px;}
.yuanqu_new .txtBox .more{position: absolute;right: 40px;bottom: 20px;}
.yuanqu_list{}
.yuanqu_list ul li{width: 32%;float: left;margin-right: 2%;margin-bottom: 50px;}
.yuanqu_list ul li:nth-child(3n){margin-right: 0;}
.yuanqu_list ul li h3{font-size: 20px;color: #3E3A39;line-height: 30px;margin: 15px 0;}
.yuanqu_list ul li .info{font-size: 18px;color: #9A9A9A;}
.yuanqu_list ul li .img{overflow: hidden;}
.yuanqu_list ul li .img img{transition: 0.3s;}
.yuanqu_list ul li .img:hover img{transform: scale(1.1);}
.yuanqu_list .pageBox {margin-top: 0;}
.yuanqu_list .pageBox .pageItem{float: right;}
@media (max-width:768px){
	.yuanqu_conBox{padding: 0 5px;}
	.yuanqu_new .img,
	.yuanqu_new .txtBox{width: 100%;float: none;}
	.yuanqu_new .txtBox{padding: 15px 15px 50px 15px;}
	.yuanqu_new .txtBox h3{font-size: 22px;margin: 15px 0;}
	.yuanqu_new .txtBox .head{font-size: 16px;}
	.yuanqu_new .txtBox .more{bottom: 15px;}
	.yuanqu_list ul li{width: 100%;float: none;margin-right: 0;}
	.yuanqu_list ul li .img{text-align: center;}
	.yuanqu_list ul li h3{font-size: 16px;}
	.yuanqu_list ul li .info{font-size: 14px;}
}
.yuanqu_info{background: #FFFFFF;border: 1px solid #F2F2F2;box-shadow: 0 5px 15px 5px rgba(104,129,175,0.30);padding: 20px 60px;}
.yuanqu_info .menu_yuanqu{border-bottom: 1px solid  #C5D1DE;}
.yuanqu_info .menu_yuanqu a{display: inline-block;padding-bottom: 20px;font-size:20px;color: #A6A6A6;line-height: 18px;margin-right: 50px;position: relative;}
.yuanqu_info .menu_yuanqu a.on{color: #333333;font-weight: bold;}
.yuanqu_info .menu_yuanqu a.on::before{content: '';position: absolute;left: 0;bottom: 1px;background: #437EE8;width: 100%;height: 4px;border-radius: 6px;}
.yuanqu_info .menu_yuanqu a.back{font-size: 20px;color: #437EE8;padding-left: 20px;}
.yuanqu_info .menu_yuanqu a.back::before{content: "";position: absolute;left: 0;top: 0;padding: 10px;background: url(../images/Back.png)no-repeat center;background-size: contain;}
.yuanqu_info .yuanqu_content {margin-left: 180px;max-width: 100%;}
.yuanqu_info .yuanqu_content .title h3{font-size: 50px;color: #000000;line-height: 54px;margin: 35px 0;}
.yuanqu_info .yuanqu_content .title h3 span{padding: 0 50px;position: relative;display: inline-block;}
.yuanqu_info .yuanqu_content .title h3 span::before,
.yuanqu_info .yuanqu_content .title h3 span::after{content: "";position: absolute;top: 20px;background-color: #FDD000;width: 20px;height: 3px;border-radius: 6px;}
.yuanqu_info .yuanqu_content .title h3 span::before{left: 0;}
.yuanqu_info .yuanqu_content .title h3 span::after{right: 0;}
.yuanqu_info .yuanqu_content .yuanquBox{padding-bottom: 30px;}
.yuanqu_info .yuanqu_content .yuanquBox .left img{display: inline-block;max-width: 700px;}
.yuanqu_info .yuanqu_content .yuanquBox .left ul{padding: 0;}
.yuanqu_info .yuanqu_content .yuanquBox .right{}
.yuanqu_info .yuanqu_content .yuanquBox .right h3{font-size: 20px;color: #333333;line-height: 18px;padding-left: 15px;position: relative;line-height: 1.3;margin: 20px 0;}
.yuanqu_info .yuanqu_content .yuanquBox .right h3::before{content: "";position: absolute;left: 0;top: 0;width: 5px;height: 100%;background: #437EE8;border-radius: 6px;}
.yuanqu_info .yuanqu_content .yuanquBox .dizhi{font-size: 14px;margin-bottom: 10px;color: #000000;letter-spacing: 0;text-align: justify;line-height: 16px;font-weight: bold;}
.yuanqu_info .yuanqu_content .yuanquBox .dizhi span{color: #333333;padding-left: 30px;font-weight: normal;}
.yuanqu_info .yuanqu_content .yuanquBox .yqInfo{font-size: 14px;color: #777777;text-align: justify;line-height: 26px;margin: 10px 0;padding-bottom: 30px;border-bottom: 1px solid  #E4E4E4;}
.yuanqu_info .yuanqu_content .yuanquBox .right ul{padding-top: 20px;}
.yuanqu_info .yuanqu_content .yuanquBox li{margin-bottom: 20px;overflow: hidden;}
.yuanqu_info .yuanqu_content .yuanquBox li .tit{float: left;display: inline-block;width: 20%;font-size: 14px;color: #000000;letter-spacing: 0;text-align: justify;line-height: 16px;}
.yuanqu_info .yuanqu_content .yuanquBox li .tit_con{float: left;display: inline-block;width: 80%;font-size: 14px;color: #777777;text-align: justify;line-height: 24px;}
.yuanqu_info .yuanqu_content .yuanquBox .slick-dots{text-align: center;}
.yuanqu_info .yuanqu_content .yuanquBox .slick-dots li{display: inline-block;padding: 4px;border-radius: 50%;background: #D8D8D8;margin: 0 3px;cursor: pointer;}
.yuanqu_info .yuanqu_content .yuanquBox .slick-dots li.slick-active{background: #437EE8;}
.yuanqu_info .yuanqu_content .yuanquBox .slick-dots li button{display: none;}
.yuanqu_info .yuanqu_content .yqfcBox{padding: 30px 0 50px 0;}
.yuanqu_info .yuanqu_content .yqfcBox h3{font-size: 28px;color: #000000;letter-spacing: 1.4px;text-align: center;}
.yuanqu_info .yuanqu_content .yqfcBox h3 span{padding: 0 50px;position: relative;}
.yuanqu_info .yuanqu_content .yqfcBox h3 span::before,
.yuanqu_info .yuanqu_content .yqfcBox h3 span::after{content: "";position: absolute;top: 20px;background-color: #FDD000;width: 20px;height: 3px;border-radius: 6px;}
.yuanqu_info .yuanqu_content .yqfcBox h3 span::before{left: 0;}
.yuanqu_info .yuanqu_content .yqfcBox h3 span::after{right: 0;}
.yuanqu_info .yuanqu_content .yqfcBox ul{padding: 30px 0;overflow: hidden;}
.yuanqu_info .yuanqu_content .yqfcBox ul li{width: 32%;float: left;margin-right: 2%;overflow: hidden;}
.yuanqu_info .yuanqu_content .yqfcBox ul li:nth-child(3n){margin-right: 0;}
.yuanqu_info .yuanqu_content .yqfcBox ul li img{transition: 0.3s;}
.yuanqu_info .yuanqu_content .yqfcBox ul li:hover img{transform: scale(1.1);}
.yuanqu_info .yuanqu_content dl{margin: 0;}
.yuanqu_info .yuanqu_content dd{margin: 0;}
.yuanqu_info .yuanqu_content .ggztit{margin-bottom:  5px;}
.yuanqu_info .yuanqu_content .ggzinfo{font-size: 14px;color: #000000;text-align: justify;line-height: 30px;}
.yuanqu_info .yuanqu_content .ggzinfo p{margin: 0;line-height: 30px;margin-bottom: 5px;}
.yuanqu_info .new_content .bshare-custom{top: 80px;left: -160px;}
.yuanqu_info .new_content{box-shadow: none;border: none;}
@media (max-width:768px){
	.yuanqu_info{padding: 20px 10px;}
	.yuanqu_info .yuanqu_content{margin-left: 0;}
	.yuanqu_info .yuanqu_content .title h3{font-size: 24px;}
	.yuanqu_info .yuanqu_content .yuanquBox .right,
	.yuanqu_info .yuanqu_content .yuanquBox .left{float: none;width: 100%;padding: 0;}
	.yuanqu_info .yuanqu_content .yuanquBox .left{text-align: center;}
	.yuanqu_info .yuanqu_content .yuanquBox .left img{display: inline-block;}
	.yuanqu_info .yuanqu_content .yuanquBox li .tit{width: 30%;}
	.yuanqu_info .yuanqu_content .yuanquBox li .tit_con{width: 70%;}
	.yuanqu_info .yuanqu_content .yqfcBox h3{font-size: 20px;}
	.yuanqu_info .yuanqu_content .yqfcBox h3 span::before,
	.yuanqu_info .yuanqu_content .yqfcBox h3 span::after{top: 15px;}
	.yuanqu_info .yuanqu_content .yqfcBox ul li{width: 100%;margin-bottom: 15px;margin-left: 0;}
	.yuanqu_info .yuanqu_content .yqfcBox{padding: 20px 0 0 0;}
	.yuanqu_info .yuanqu_content .title.zdjs h3{font-size: 20px;}
	.yuanqu_info .yuanqu_content .title h3 span::before,
	.yuanqu_info .yuanqu_content .title h3 span::after{top: 25px;}
	.yuanqu_info .new_content .bshare-custom{top: 0px;}
}
.Searh_content{background: #FFFFFF;border: 1px solid #F2F2F2;box-shadow: 0 5px 15px 5px rgba(104,129,175,0.30);padding: 50px 60px 0 60px;}
.SearhBox{height: 80px;width: 780px;background: #FFFFFF;border-radius: 8px;margin-bottom: 50px;}
.SearhBox  span{font-size: 18px;}
.SearhBox input{height: 100%;width: 68%;font-size: 22px;color: #000000;padding-left: 10px;height: 60px;border: 2px solid #ddd;margin-right: 15px;}
.SearhBox input:-moz-placeholder{color: #999;}
.SearhBox input::-moz-placeholder{color: #999;}
.SearhBox input:-ms-input-placeholder{color: #999;}
.SearhBox input::-webkit-input-placeholder{color: #999;}
.SearhBox a{font-size: 22px;color: #FFFFFF;letter-spacing: 4px;background: #FF6F19;border-radius: 7px;height: 60px;width: 100px;text-align: center;line-height: 60px;float: right;display: inline-block;}
.Searh_content .Searh_title{padding-bottom: 30px;border-bottom: 1px solid #E3E3E3;}
.Searh_content .Searh_title h3{text-decoration: underline;font-size: 30px;color: rgba(0,0,0,0.80);line-height: 40px;}
.Searh_content ul{padding: 50px 0 0 0;border-bottom: 1px solid #e3e3e3;}
.Searh_content ul li{margin-bottom: 30px;font-size: 20px;overflow: hidden;font-weight: bold;}
.Searh_content ul li a{color: #000000;}
.Searh_content ul li span{display: inline-block;float: left;}
.Searh_content ul li span.tit{color:#008CEB}
.Searh_content ul li em.color{color: red;font-style: normal;}
.Searh_content ul li .title{width: 80%;}
.Searh_content ul li time{float: right;color: #B2B2B2;}
.Searh_content .pageBox .pageItem{float: none;}

@media (max-width:768px) {
	.activie{padding-top: 30px;}
	.SearhBox{width: 80%;height: 50px;margin: 0 auto;top: -120px;left: 10%;}
	.SearhBox input{height: 30px;width: 70%;font-size: 18px;}
	.SearhBox a{height: 30px;line-height: 30px;width: 60px;font-size: 16px;}
	.Searh_content .Searh_title h3{font-size: 24px;}
	.Searh_content ul{padding: 30px 0;}
	.Searh_content ul li{font-size: 14px;}
	.Searh_content ul li .title{width: 60%;}
}
.activieMar{margin-top: 0;padding-bottom: 30px;}
.myzxBan {position: absolute;left: 0;top: -350px;}
.myzxBan .SearhBox{position: relative;top: auto;padding: 10px;}
.myzxBan .SearhBox input{border: none;width: 80%;}
.myzxBan .SearhBox input::-moz-placeholder{font-size: 22px;color: #BDBDBD;letter-spacing: 1.1px;font-family: PingFangRegular;}
.myzxBan .SearhBox input::-webkit-input-placeholder{font-size: 22px;color: #BDBDBD;letter-spacing: 1.1px;font-family: PingFangRegular;}
.myzxBan .SearhBox input::-ms-input-placeholder{font-size: 22px;color: #BDBDBD;letter-spacing: 1.1px;font-family: PingFangRegular;}
.myzxBan .txtBox h4{font-size: 20px;color: #FFFFFF;margin-top: 30px;}
.myzxBan .txtBox h3{font-size: 50px;color: #FFFFFF;margin: 30px 0;font-weight: normal;}
.myzxBan .txtBox .toHome{color: white;font-size: 20px;position: relative;padding-left: 35px;text-decoration: underline;}
.myzxBan .txtBox .toHome::before{content: "";position: absolute;left: 0;top: 0;background: url(../images/tohome.png)no-repeat center;padding: 14px;background-size: cover;}
.mylistBox{padding: 30px 50px;background-color: white;border: 1px solid #F2F2F2;box-shadow: 0 5px 15px 5px rgba(104,129,175,0.30);}
.mylistBox .left{width: 72%;float: left;}
.mylistBox .left .mytab{border-bottom: 1px solid #E3E3E3;}
.mylistBox .left .mytab a{font-size: 20px;color: rgba(0,0,0,0.35);line-height: 40px;display: inline-block;margin-right: 30px;padding-bottom: 15px;position: relative;}
.mylistBox .left .mytab a:hover,
.mylistBox .left .mytab a.on{color: rgba(0,0,0,0.80);}
.mylistBox .left .mytab a:hover::before,
.mylistBox .left .mytab a.on::before{content: "";position: absolute;left: 0;bottom: 0px;width: 100%;height: 4px;border-radius: 8px;background-color: #437EE8;}
.myzxBox .left ul {padding-bottom: 30px;}
.myzxBox .left ul li{background: #FFFFFF;overflow: hidden;margin-top: 15px;padding: 20px 30px;border-bottom: 1px solid #E3E3E3;}
.myzxBox .left ul li .icon{float: left;width: 10%;}
.myzxBox .left ul li .icon img{max-width: 49px;}
.myzxBox .left ul li .txtBox{width: 90%;float: left;}
.myzxBox .left ul li .txtBox h3{font-size: 20px;color: #373737;position: relative;padding-right: 50px;}
.myzxBox .left ul li:hover .txtBox h3{color:#437EE8 ;}
.myzxBox .left ul li .txtBox h3 span{position: absolute;right: 0;font-size: 16px;color: #777777;font-family: PingFangRegular;}
.myzxBox .left ul li .txtBox h3 span.on{color: #437EE8;}
.myzxBox .left ul li .txtBox .list{margin: 20px 0;}
.myzxBox .left ul li .txtBox .list span{display: inline-block;margin-right: 30px;font-size: 18px;color: #373737;}
.myzxBox .left ul li .txtBox .info{font-size: 16px;color: #777777;text-align: justify;line-height: 24px;padding-bottom: 10px;}
.myzxBox .left ul li .txtBox .isok{padding: 10px 0 0 0;overflow: hidden;font-size: 16px;color: #437EE8;text-align: justify;line-height: 30px;border-top: 1px solid #E3E3E3;}
.myzxBox .left ul li .txtBox .isok .dot{display: inline-block;width: 60%;float: left;}
.myzxBox .left ul li .txtBox .isok .time{color: #777777;float: right;}
.mylistBox .left .pageItem{float: left;}
.mylistBox .right{float: right;width: 17%;padding-left: 38px;padding-top: 60px;}
.mylistBox .right .itemBox{background: #FFFFFF;box-shadow: 0 2px 10px 0 rgba(20,82,123,0.43);border-radius: 7px;text-align: center;width: 160px;height: 160px;padding: 30px 0 ;margin-bottom: 30px;}
.mylistBox .right .itemBox h3{font-size: 20px;color: #437EE8;letter-spacing: 4.36px;font-weight: normal;margin-top: 15px;}
.mylistBox .right .itemBox img{max-width: 85px;}
.mylistBox.hotWZ .left{width: 80%;}
.mylistBox.hotWZ .pageItem{margin-left: 0;}
.myzxBoxInfo{padding-right: 0;padding-bottom: 0;padding-top: 0;}
.myzxBoxInfo .left {width: 72%;border-right: 1px solid #E3E3E3;padding-right: 30px;}
.myzxBoxInfo .left .mytab a.black{font-size: 20px;color: #437EE8;line-height: 18px;position: relative;padding-left: 20px;}
.myzxBoxInfo .left .mytab a.black::before{content: "";position: absolute;left: 0;top: 0;padding: 10px;background: url(../images/Back.png)no-repeat center;background-size: contain;}
.myzxBoxInfo .left .mytab a.black:hover::before{width: 0;height: 0;}
.myzxBoxInfo .left .mytab{padding-bottom: 15px;padding-top: 40px;}
.myzxBoxInfo .myzx_detail{padding: 50px 0;}
.myzxBoxInfo .myzx_detail .icon{float: left;width: 10%;text-align: center;}
.myzxBoxInfo .myzx_detail .icon img{max-width: 49px;}
.myzxBoxInfo .myzx_detail .detail_info{width: 90%;float: left;margin-bottom: 20px;}
.myzxBoxInfo .myzx_detail .detail_info h3{font-size: 20px;color: #373737;position: relative;padding-right: 50px;}
.myzxBoxInfo .myzx_detail .detail_info h3 span{position: absolute;right: 0;font-size: 16px;color: #777777;font-family: PingFangRegular;}
.myzxBoxInfo .myzx_detail .detail_info h3 span.on{color: #437EE8;}
.myzxBoxInfo .myzx_detail .detail_info .list{margin: 20px 0;}
.myzxBoxInfo .myzx_detail .detail_info .list span{display: inline-block;margin-right: 30px;font-size: 18px;color: #373737;}
.myzxBoxInfo .myzx_detail .detail_info .info{font-size: 16px;color: #777777;text-align: justify;line-height: 24px;padding-bottom: 15px;border-bottom: 1px solid #E3E3E3;}
.myzxBoxInfo .myzx_detail .zxdaBox{width: 90%;float: left;}
.myzxBoxInfo .myzx_detail .isok{padding: 10px 0 10px 0;font-size: 16px;color: #000;text-align: justify;line-height: 30px;}
.myzxBoxInfo .myzx_detail .isok .dot{display: inline-block;width: 80%;float: left;font-size: 18px;font-family: PingFangMedium;text-decoration: underline;}
.myzxBoxInfo .myzx_detail .isok .time{color: #437EE8;float: right;}
.myzxBoxInfo .myzx_detail{font-size: 16px;color: #000;text-align: justify;line-height: 30px;}
.myzxBoxInfo .myzx_detail .datxtBox{font-family: PingFangRegular;}
.myzxBoxInfo .right{width: 28%;padding-left: 30px;}
.myzxBoxInfo .right .itemBox{padding: 30px 20px;height: auto;text-align: left;box-shadow: none;width: auto;padding: 0;}
.myzxBoxInfo .right .itemBox h3{text-align: left;font-size: 20px;color: #373737;margin-bottom: 20px;margin-top: 0;font-family: PingFangSCSemibold;}
.myzxBoxInfo .right .itemBox a{background: url(../images/contion.png)no-repeat left center;background-size: contain;font-size: 16px;color: #777777;display: inline-block;margin-bottom: 10px;text-align: justify;line-height: 24px;padding-left: 30px;}
.myzxBoxInfo .right .itemBox a:hover{color:#437EE8 ;}

.hotWZ ul{padding-top: 30px;border-bottom: 1px solid #E3E3E3;}
.hotWZ ul li{margin-bottom: 25px;padding-left: 40px;font-size: 20px;position: relative;}
.hotWZ ul li.on::before{content: '';position: absolute;left: 0;padding: 12px;background: url(../images/hot.png)no-repeat left center;background-size: contain;}
.hotWZ ul li a{color: #000000;}
.hotWZ ul li a:hover{color: #437EE8;}
.hotDetail .hot_tit {margin: 30px 0;}
.hotDetail .hot_tit h3{font-size: 30px;color: #000000;}
.hotDetail .hot_tit .hot_tip{margin: 20px 0;font-size: 18px;color: #B2B2B2;}
.hotDetail .hot_tit .hot_tip span{padding-right: 50px;}
.hotDetail .hotInfo{font-size: 20px;color: #000000;line-height: 38px;padding-bottom: 50px;}
.myzxBoxInfo .new_content .bshare-custom{left: auto;right: 80px;top: 120px;}
.myzxBoxInfo .new_content .bshare-custom.on{right: 20%;}

.hotinfoBox .left{border: none;width: 85%;}
.hotinfoBox .left .mytab{width: 72%;}
.hotinfoBox .right{width: 15%;box-shadow: none;border: none;}
@media (max-width:768px) {
	.banner3{height: 300px;}
	.myzxBan{top: -230px;width: 100%;text-align: center;}
	.myzxBan .txtBox h3{font-size: 24px;}
	.myzxBan .txtBox h4{font-size: 16px;}
	.myzxBan .SearhBox{left: 0;}
	.myzxBan .SearhBox input{padding: 0;}
	.myzxBan .SearhBox input::-moz-placeholder{font-size: 15px;}
	.myzxBan .SearhBox input::-webkit-input-placeholder{font-size: 15px;}
	.myzxBan .SearhBox input::-ms-input-placeholder{font-size: 15px;}
	.mylistBox{padding: 20px 15px;}
	.mylistBox .left .mytab a{font-size: 20px;}
	.mylistBox .left .mytab{padding-bottom: 20px;}
	.mylistBox .right,
	.mylistBox .left{float: none;width: 100%;padding: 0;}
	.myzxBox .left ul li{padding: 0px;}
	.myzxBoxInfo .myzx_detail .icon,
	.myzxBox .left ul li .icon {width: 12%;}
	.myzxBoxInfo .myzx_detail .icon img,
	.myzxBox .left ul li .icon img{max-width: 25px;}
	.myzxBoxInfo .myzx_detail .detail_info,
	.myzxBox .left ul li .txtBox{width: 88%;}
	.myzxBoxInfo .myzx_detail .detail_info h3,
	.myzxBox .left ul li .txtBox h3{font-size: 16px;margin-top: 8px;}
	.myzxBoxInfo .myzx_detail .detail_info h3 span,
	.myzxBox .left ul li .txtBox h3 span{font-size: 13px;}
	.myzxBox .left ul li .txtBox .list{margin: 10px 0;}
	.myzxBoxInfo .myzx_detail .detail_info .list span,
	.myzxBox .left ul li .txtBox .list span{font-size: 15px;}
	.myzxBox .left ul li .txtBox .isok{font-size: 14px;}
	.mylistBox .right {overflow: hidden;padding: 20px 0;}
	.mylistBox .right .itemBox{width: 46%;margin: 0 2% ;height: auto;float: left;padding: 15px 0;}
	.mylistBox .right .itemBox h3{font-size: 18px;}
	.myzxBox .left ul li .txtBox .info,
	.myzxBoxInfo .myzx_detail .datxtBox,
	.myzxBoxInfo .myzx_detail .detail_info .isok,
	.myzxBoxInfo .myzx_detail .detail_info .info{font-size: 14px;}
	.myzxBoxInfo .right .itemBox{width: 95%;float: none;padding: 15px ;margin: 0 auto;}
	.myzxBoxInfo .right .itemBox a{font-size: 14px;}
	.hotDetail .hot_tit h3{font-size: 20px;}
	.hotDetail .hot_tit .hot_tip{margin: 10px 0;font-size: 14px;}
	.hotDetail .hot_tit .hot_tip span{padding-right: 0px;display: block;}
	.hotDetail .hot_tit{margin-bottom: 15px;}
	.hotDetail .hotInfo{font-size: 16px;padding-bottom: 30px;line-height: 30px;}
	.myzxBoxInfo .new_content .bshare-custom{top: auto;left: 50%;}
	.hotWZ ul li{font-size: 16px;margin-bottom: 20px;}
	.mylistBox.hotWZ .left{width: 100%;}


}
.loginPage{height: 100%;position: relative;}
.loginPage .loginBox{position: absolute;right: 10%;top: 50%;transform: translateY(-50%);width: 500px;background: #FFFFFF;box-shadow: 0 0 15px 20px rgba(0,47,112,0.36);border-radius: 5px;padding: 50px;}
.loginPage .loginBox h3{text-align: center;font-size: 18px;color: #000000;letter-spacing: 1.64px;}
.loginPage .loginBox .login_tab{margin: 40px 0 50px 0;display: flex;justify-content: space-between;overflow: hidden;}
.loginPage .loginBox .login_tab a{font-size: 22px;color: #A5A5A5;letter-spacing: 2px;float: left;padding-bottom: 15px;}
.loginPage .loginBox .login_tab a:nth-child(2){float: right;}
.loginPage .loginBox .login_tab a:hover,
.loginPage .loginBox .login_tab a.on{color: #4293F4;border-bottom: 2px solid #4293F4;}
.loginPage .loginBox .login_info{position: relative;}
.loginPage .loginBox .login_info .item{background: rgba(231,231,231,.4);border-radius: 10px;padding: 10px 20px;overflow: hidden;height: 60px;margin-bottom: 25px;line-height: 45px;}
/* .loginPage .loginBox .login_info .item:nth-child(2){margin-bottom: 0;} */
.loginPage .loginBox .login_info .item input{font-size: 18px;height: 40px;line-height: 40px;background: none;outline: none;width: 100%;font-family: PingFangRegular;letter-spacing: 1px;}
.loginPage .loginBox .login_info .item input:-ms-input-placeholder{color: #A5A5A5;opacity: 0.8;}
.loginPage .loginBox .login_info .item input::-moz-input-placeholder{color: #A5A5A5;opacity: 0.8;}
.loginPage .loginBox .login_info .item input::-webkit-input-placeholder{color: #A5A5A5;opacity: 0.8;}
.loginPage .loginBox .login_info .item .phone{width: 75%;float: left;}
.loginPage .loginBox .login_info .item a{width: 25%;float: right;font-size: 16px;color: #437EE8;height: 40px;line-height: 40px;font-weight: bold;text-align: right;}
.loginPage .loginBox .login_info .forget{position: absolute;right: 0;bottom: -30px;font-size: 16px;color: #437EE8;font-weight: bold;}
.loginPage .loginBox .login_info .captcha{height: 60px;}
.loginPage .loginBox .login_info .captcha-item{width:70%;margin-right: 2%;float: left;background: rgba(231,231,231,.4);border-radius: 10px;padding: 10px 20px;overflow: hidden;height: 60px;margin-bottom: 25px;line-height: 45px;}
.loginPage .loginBox .login_info img{float: left;width: 28%;height: 60px;}
.loginPage .loginBox .login_info .captcha-item input{font-size: 18px;height: 40px;line-height: 40px;background: none;outline: none;width: 100%;font-family: PingFangRegular;letter-spacing: 1px;}
.loginPage .loginBox .login_info .captcha-item input:-ms-input-placeholder{color: #A5A5A5;opacity: 0.8;}
.loginPage .loginBox .login_info .captcha-item input::-moz-input-placeholder{color: #A5A5A5;opacity: 0.8;}
.loginPage .loginBox .login_info .captcha-item input::-webkit-input-placeholder{color: #A5A5A5;opacity: 0.8;}

.loginPage .loginBox .login_btn {text-align: center;height: 105px;font-weight: bold;margin-top: 35px;}
.loginPage .loginBox .login_btn button{margin-bottom: 10px;cursor: pointer;outline: none;border: none;font-size: 22px;text-align: center;background:url(../images/btnbg.png)no-repeat center;background-size: cover;border-radius: 10px;height: 55px;width: 100%;color: white;}
.loginPage .loginBox .login_btn a{color:#4293F4 ;display: inline-block;display: none;font-size: 16px;}
.loginPage .loginBox .login_tip{font-size: 16px;color: #818181;letter-spacing: 1px;text-align: center;line-height: 30px;}
.loginPage .loginBox .login_tip a{color: #4293F4;}
.loginPage #admin_login{display: none;}

@media (max-width:768px) {
	.loginPage{height: 100vh;}
	.loginPage .loginBox{width: 90%;left: 5%;padding: 30px 15px;}
	.loginPage .loginBox .login_tab{margin: 30px 0;}
	.loginPage .loginBox .login_tab a,
	.loginPage .loginBox .login_info .item input,
	.loginPage .loginBox h3{font-size: 16px;}
	.loginPage .loginBox .login_info .forget,
	.loginPage .loginBox .login_btn a,
	.loginPage .loginBox .login_tip,
	.loginPage .loginBox .login_info .item a{font-size: 14px;}
	.loginPage .loginBox .login_info .item .phone{width: 68%;}
	.loginPage .loginBox .login_info .item a{width: 32%;}
	.loginPage .loginBox .login_info .item{height: 50px;line-height: 30px;}
	.loginPage .loginBox .login_info .item a,
	.loginPage .loginBox .login_info .item input{height: 30px;line-height: 30px;}
	.loginPage .loginBox .login_btn button{height: 40px;font-size: 18px;line-height: 40px;}


	/* .loginPage .loginBox .login_info .captcha{height: 60px;}
	.loginPage .loginBox .login_info .captcha-item{width:70%;margin-right: 2%;float: left;background: rgba(231,231,231,.4);border-radius: 10px;padding: 10px 20px;overflow: hidden;height: 60px;margin-bottom: 25px;line-height: 45px;}
	.loginPage .loginBox .login_info img{float: left;width: 28%;height: 60px;}
	.loginPage .loginBox .login_info .captcha-item input{font-size: 18px;height: 40px;line-height: 40px;background: none;outline: none;width: 100%;font-family: PingFangRegular;letter-spacing: 1px;}
	.loginPage .loginBox .login_info .captcha-item input:-ms-input-placeholder{color: #A5A5A5;opacity: 0.8;}
	.loginPage .loginBox .login_info .captcha-item input::-moz-input-placeholder{color: #A5A5A5;opacity: 0.8;}
	.loginPage .loginBox .login_info .captcha-item input::-webkit-input-placeholder{color: #A5A5A5;opacity: 0.8;} */
}
.zc_seach{float: right;background: #f1f1f1;padding: 5px 20px;width: 250px;padding-right: 50px;position: relative;}
.zc_seach input{font-size: 18px;line-height: 40px;color: #b6b6b6;}
.zc_seach input:-ms-input-placeholder{color: #b6b6b6;}
.zc_seach input::-moz-input-placeholder{color: #b6b6b6;}
.zc_seach input::-webkit-input-placeholder{color: #b6b6b6;}
.zc_seach .btn{position: absolute;right: 10px;top: 10px;padding: 15px;background: url(../images/sou.png)no-repeat center;opacity: 0.8;background-size: contain;}

.zcfgBox_con{box-shadow: 0 5px 15px 5px rgba(104,129,175,0.30);background-color: white;padding: 30px;}
.zcfg_list ul {margin-top: 30px;}
.zcfg_list ul li{height: 50px;background: #FFFFFF;border-radius: 9px;overflow: hidden;margin-bottom: 30px;}
.zcfg_list ul li .icon{float: left;}
.zcfg_list ul li h3{width: 55%;float: left;font-size: 18px;color: #373737;margin-left: 15px;line-height: 40px;}
.zcfg_list ul li .spwh,
.zcfg_list ul li time{display: block;font-size: 18px;color: #777777;line-height: 1.5;font-weight: bold;letter-spacing: 2px;}
.zcfg_list ul li time{width: 140px;float: left;}
.zcfg_list ul li .spwh{width: 285px;float: right;}
.zcfg_list ul li .spwh span{display: inline-block;float: right;width: 78%;}
.zcfg_list ul li .bf{float: right;padding: 19px 20px;background: url(../images/bf.png)no-repeat center;display: inline-block;margin-left: 40px;}
.zcfg_list ul li .txtright{float: right;width: 38%;}
.zcfg_list .pageBox .pageItem{float: left;}

.zcfg_key{margin: 30px 0;border-bottom: 1px solid #e3e3e3;padding-bottom: 30px;overflow: hidden;}
.zcfg_key .input{float: left;margin: 20px 0;}
.zcfg_key .oneinput{margin-right: 50px;}
.zcfg_key span{font-size: 18px;color: #373737;}
.zcfg_key input{width: 300px;height: 50px;border: 1px solid #979797;padding: 0 20px;font-size: 16px;}
.zcfg_key input:-ms-input-placeholder{color: #b6b6b6;}
.zcfg_key input::-moz-input-placeholder{color: #b6b6b6;}
.zcfg_key input::-webkit-input-placeholder{color: #b6b6b6;}
.zcfg_key a{background: #FF6F19;border-radius: 7px;display: inline-block;height: 50px;padding: 0 20px;line-height: 50px;color: white;font-size: 18px;margin-top: 20px;margin-left: 20px;}
.zfdetail{padding: 50px;padding-left: 190px;}
@media (max-width:768px) {
	.zcfgBox_con{padding: 15px 10px;}
	.zfdetail{padding: 15px;}
	.zcfg_key .input{margin: 10px 0;}
	.zc_seach{float: none;width: 90%;margin: 15px auto;}
	.zc_seach input{font-size: 16px;}
	.zc_seach input{line-height: 30px;}
	.zc_seach .btn{top: 5px;}
	.zcfg_list ul li{height: auto;margin-bottom: 15px;}
	.zcfg_list ul li .txtright{float: none;width: auto;padding-left: 40px;text-align: left;}
	.zcfg_list ul li h3{font-size: 16px;width: 90%;float: none;padding-left: 10px;}
	.zcfg_list ul li .icon{width: 10%;margin-top: 10px;}
	.zcfg_list ul li .bf{margin-left: 20px;}
	.zcfg_list ul li .spwh{width: auto;}
	.zcfg_list ul li .spwh, .zcfg_list ul li time{font-size: 13px;float: none;width: auto;}
	.zcfg_list ul li .spwh span{width: auto;float: none;}
	.new_content .zcfg_head{margin-bottom: 20px;}
	.new_content .zcfg_head span{width: auto;float: none;line-height: 1.8;}
}
.wq_sever {background: #FFFFFF;border: 1px solid #F2F2F2;box-shadow: 0 5px 15px 5px rgba(104,129,175,0.30);}
.wq_sever .leftMenu{width: 215px;min-height: 322px;float: left;padding: 0 10px 10px 10px;}
.wq_sever .leftMenu a{font-size: 18px;color: #333333;display: block;padding: 15px 0;border-bottom: 1px solid #E1E1E1;padding-left: 50px;position: relative;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.wq_sever .leftMenu a:last-child{border: none;}
.wq_sever .leftMenu a.on,
.wq_sever .leftMenu a:hover{color: #0260C6;font-weight: bold;background-color:  rgba(67,126,232,0.09);border-color: transparent;}
.wq_sever .leftMenu a::before{content: "";position: absolute;left: 20px;top: 50%;transform: translateY(-50%);background-position: center;background-repeat:no-repeat ;padding: 9px;background-size: contain;}
.wq_sever .leftMenu a:nth-child(1)::before{background-image: url(../images/sever12.png);}
.wq_sever .leftMenu a:nth-child(2)::before{background-image: url(../images/sever22.png);}
.wq_sever .leftMenu a:nth-child(3)::before{background-image: url(../images/sever32.png);}
.wq_sever .leftMenu a:nth-child(4)::before{background-image: url(../images/sever42.png);}
.wq_sever .leftMenu a:nth-child(5)::before{background-image: url(../images/sever42.png);}
.wq_sever .leftMenu a:nth-child(6)::before{background-image: url(../images/sever42.png);}
.wq_sever .leftMenu a:nth-child(7)::before{background-image: url(../images/sever42.png);}
.wq_sever .leftMenu a:nth-child(8)::before{background-image: url(../images/sever42.png);}

.wq_sever .leftMenu a.on:nth-child(1)::before,
.wq_sever .leftMenu a:nth-child(1):hover::before{background-image: url(../images/sever11.png);}
.wq_sever .leftMenu a.on:nth-child(2)::before,
.wq_sever .leftMenu a:nth-child(2):hover::before{background-image: url(../images/sever21.png);}
.wq_sever .leftMenu a.on:nth-child(3)::before,
.wq_sever .leftMenu a:nth-child(3):hover::before{background-image: url(../images/sever31.png);}
.wq_sever .leftMenu a.on:nth-child(4)::before,
.wq_sever .leftMenu a:nth-child(4):hover::before{background-image: url(../images/sever41.png);}
.wq_sever .leftMenu a.on:nth-child(5)::before,
.wq_sever .leftMenu a:nth-child(5):hover::before{background-image: url(../images/sever41.png);}
.wq_sever .leftMenu a.on:nth-child(6)::before,
.wq_sever .leftMenu a:nth-child(6):hover::before{background-image: url(../images/sever41.png);}
.wq_sever .leftMenu a.on:nth-child(7)::before,
.wq_sever .leftMenu a:nth-child(7):hover::before{background-image: url(../images/sever41.png);}
.wq_sever .leftMenu a.on:nth-child(8)::before,
.wq_sever .leftMenu a:nth-child(8):hover::before{background-image: url(../images/sever41.png);}
.wq_sever .rightCon{width: calc(100% - 215px);float: right;border-left: 1px solid #E1E1E1;;}
.wq_sever .rightCon .wq_title{border-bottom: 1px solid #F2F2F2;padding: 30px 0;margin: 0 30px;}
.wq_sever .rightCon .wq_title.pbttom{padding-bottom: 15px;}
.wq_sever .rightCon .wq_title span.txt{display: inline-block;font-size: 20px;color: #333333;line-height: 20px;position: relative;padding-left: 15px;}
.wq_sever .rightCon .wq_title span.txt::before{content: "";position: absolute;left: 0;top: 0;background: #437EE8;border-radius: 10px;width: 4px;height: 100%;}
.wq_sever .rightCon .wq_title a.tabA{font-size: 20px;color: #A6A6A6;line-height: 18px;display: inline-block;margin-right: 30px;position: relative;}
.wq_sever .rightCon .wq_title a.tabA:hover,
.wq_sever .rightCon .wq_title a.on{color: #333333;}
.wq_sever .rightCon .wq_title a.tabA:hover::before,
.wq_sever .rightCon .wq_title a.on::before{content: "";position: absolute;left: 0;bottom: -19px;width: 100%;height: 4px;border-radius: 6px;background: #437EE8;}
.wq_sever .rightCon .wq_title a.blak{position: relative;font-size: 20px;color: #437EE8;text-decoration: underline;display: inline-block;padding-left: 25px;}
.wq_sever .rightCon .wq_title a.blak::before{content: "";position: absolute;left: 0;top: 2px;padding: 11px;background: url(../images/Back.png)no-repeat left center; background-size: contain;}
.wq_sever .rightCon .wq_severInfo{margin: 30px 0 0 0 ;background: #FFFFFF;padding: 0 50px 0px 0px;}
.wq_sever .rightCon .wq_severInfo .info_list:last-child{border-bottom: 1px solid #F2F2F2;}
.wq_sever .rightCon .wq_severInfo .info_list h3{font-size: 20px;color: #437EE8;line-height: 18px;margin-bottom: 30px;}
.wq_sever .rightCon .wq_severInfo .info_list .item{margin-bottom: 25px;width: 800px;}
.wq_sever .rightCon .wq_severInfo .info_list .item span.span{font-weight: bold;display: block;margin-bottom: 10px;font-size: 16px;color: #333333;line-height: 18px;}
.wq_sever .rightCon .wq_severInfo .info_list .item span.span em{font-style: normal;color: red;}
.wq_sever .rightCon .wq_severInfo .info_list .item .text{padding: 0 20px;height: 40px;width: 600px;background: #FFFFFF;border: 1px solid #E8E8E8;border-radius: 9px;}
.wq_sever .rightCon .wq_severInfo .info_list .item input:-ms-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .wq_severInfo .info_list .item input::-moz-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .wq_severInfo .info_list .item input::-webkit-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .wq_severInfo .info_list .wq_title{margin-bottom: 30px;}
.wq_sever .rightCon .item .radioBox .radio{display: none;}
.wq_sever .rightCon .item .radioBox label{width: 125px;display: inline-block;margin: 10px 30px 10px 0;cursor: pointer;position: relative;font-size: 16px;color: #696969;line-height: 18px;}
.wq_sever .rightCon .item .radioBox label::before{display: inline-block; content: "";width: 16px;height: 16px;margin-top: -2px;border-radius: 50%;border: 1px solid rgba(0,0,0,0.15);margin-right: 10px;vertical-align: middle;}
.wq_sever .rightCon .item .radioBox .radio:checked+label::after{
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    bottom: 4px;
    background-color: #437EE8;
}

.wq_sever .rightCon .wq_severInfo .info_list .towItem .item{float: left;margin-right: 60px;width: auto;}
.wq_sever .rightCon .wq_severInfo .info_list .towItem .item .text{width: 270px;}
.wq_sever .rightCon .wq_severInfo .info_list .select{float: left;margin-right: 15px;position: relative;margin-bottom: 10px;}
.wq_sever .rightCon .wq_severInfo .info_list .address .add{position: relative;cursor: pointer;display: inline-block;width: 190px;height: 40px;line-height: 40px;border: 1px solid #E8E8E8;border-radius: 9px;padding: 0 10px;color: #AAAAAA;}
.wq_sever .rightCon .wq_severInfo .info_list .address .add::before{content: "";position: absolute;right: 10px;top: 10px;background: url(../images/sever0.png)no-repeat center;padding: 8px;background-size: contain;}
.wq_sever .rightCon .wq_severInfo .info_list .address dl{display: none;position: absolute;left: 0;top: 100%;background-color: white;margin: 0;padding: 0 15px;border: 1px solid #EEEEEE;width: 100%;z-index: 9;max-height: 300px;overflow: auto;}
.wq_sever .rightCon .wq_severInfo .info_list .address dl dd{cursor: pointer;margin: 10px 0;font-size: 16px;color: #AAAAAA;}
.wq_sever .rightCon .subitmBox{margin: 30px 0;text-align: center;}
.wq_sever .rightCon .subitmBox button{width: 100px;height: 32px;color: white;outline: none;border: none;font-size: 15px;border-radius: 5px;padding-left: 23px;cursor: pointer;background-color: #437EE8;}
.wq_sever .rightCon .subitmBox .loading{background: url(../images/bc.png)no-repeat 10px center;background-color: #437EE8;}
.wq_sever .rightCon ul.ydul {margin: 0 30px;background: #FFFFFF;}
.wq_sever .rightCon ul.ydul li {height: 62px;background-color: white;font-family: PingFangRegular;border-bottom: 1px solid #E0E0E0;}
.wq_sever .rightCon ul.ydul li.head{height: 50px;background: #F8F8F8;font-size: 16px;font-weight:bold;border: none;}
.wq_sever .rightCon ul.ydul li.head span{line-height: 50px;color: rgba(0,0,0,0.35);}
.wq_sever .rightCon ul.ydul li span{display: block;width: 25%;text-align: center;float: left;line-height: 62px;font-size: 16px;color: #333333;padding: 0 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.wq_sever .rightCon ul.ydul li span a{color: #FFFFFF;background-image: linear-gradient(180deg, #6AB2FF 0%, #437EE8 100%);
border-radius: 8px;padding: 4px 14px;}
.wq_sever .rightCon #list2 ul.ydul li span a{background-image: linear-gradient(180deg, #FFC048 0%, #FF8F20 100%);}
.wq_sever .rightCon #list2{display: none;}
.wq_sever .rightCon .sever_detail {margin: 30px 0 0 0;padding: 30px ;padding-bottom: 0;background: #FFFFFF;padding-top: 20px;}
.wq_sever .rightCon .sever_detail .tit{text-align: center;font-size: 24px;color: #373737;font-weight:bold;margin-bottom: 30px;}
.wq_sever .rightCon .sever_content{padding:  0 50px 50px 50px ;border-top: 1px solid #F2F2F2;border-bottom: 1px solid #F2F2F2;padding-top: 10px;}
.wq_sever .rightCon .sever_content p{font-size: 16px;color: #777777;font-family: PingFangRegular;margin: 0;line-height: 30px;}
.wq_sever .rightCon .sever_content .lidiv{margin-top: 30px;}
.wq_sever .rightCon .sever_content .lidiv span{font-weight: bold;display: block;margin-bottom: 10px;font-size: 16px;color: #333333;line-height: 18px;}
.wq_sever .rightCon .sever_content .lidiv span em{font-style: normal;color: red;}
.wq_sever .rightCon .sever_content .lidiv input{padding: 0 20px;color: #AAAAAA;height: 40px;width: 600px;background: #FFFFFF;border: 1px solid #E8E8E8;border-radius: 9px;}
.wq_sever .rightCon .sever_content .lidiv input:-ms-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .sever_content .lidiv input::-moz-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .sever_content .lidiv input::-webkit-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .sever_content .lidiv .dxlist input{display: none;}
.wq_sever .rightCon .sever_content .lidiv label{width: 100%;display: inline-block;margin: 10px 30px 10px 0;cursor: pointer;position: relative;font-size: 16px;color: #696969;line-height: 26px;}
.wq_sever .rightCon .sever_content .lidiv label::before{display: inline-block; content: "";width: 16px;height: 16px;margin-top: -2px;border-radius: 50%;border: 1px solid rgba(0,0,0,0.15);margin-right: 10px;vertical-align: middle;}
.wq_sever .rightCon .sever_content .lidiv .dxlist input:checked+label::after{
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 4.3px;
    top: 8.7px;
    background-color: #437EE8;
}
.wq_sever .rightCon .subitmBox button.zcbtn{font-size: 15px;border: 1px solid #A7A8B3;border-radius: 4px;background: rgba(74,74,74,0.50);font-size: 14px;color: #FFFFFF;padding: 0;margin-right: 10px;}

.wq_sever .rightCon ul.tsgj_ul {}
.wq_sever .rightCon ul.tsgj_ul li{background: #FFFFFF;border-bottom: 1px solid #E1E1E1;overflow: hidden;margin-top: 15px;padding: 40px 0;margin: 0 30px;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox{width: 100%;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox h3{font-size: 20px;color: #373737;padding-right: 100px;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox .titleH{position: relative;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox .titleH time{position: absolute;right: 0;top: 0;font-size: 16px;color: #437EE8;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox .list{margin: 20px 0;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox .list span{display: inline-block;margin-right: 30px;font-size: 18px;color: #437EE8 ;text-decoration: underline;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox .info{font-size: 16px;color: #777777;text-align: justify;line-height: 24px;padding-bottom: 20px;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox .isok{border: 1px solid #E1E1E1;overflow: hidden;font-size: 18px;color: #373737;text-align: justify;line-height: 30px;padding: 0 10px;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox .isok span{padding-left: 32px;position: relative;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox .isok span::before{content: "";position: absolute;left: 10px;top: 4px;background: url(../images/tscl.png)no-repeat center;background-size: contain;padding: 8px;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox .isok .dot{display: inline-block;width: 90%;float: left;}
.wq_sever .rightCon ul.tsgj_ul li .txtBox .isok .time{color: #777777;float: right;}
.wq_sever .rightCon .zc_seach{margin-top: -15px;}
@media (min-width:768px){
	.wq_sever .rightCon ul.ydul li span{width: 30%;}
	.wq_sever .rightCon ul.ydul li span:nth-child(2){width: 40%;}
	.wq_sever .rightCon ul.ydul li span:first-child{width: 15%;}
	.wq_sever .rightCon ul.ydul li span:last-child{width: 15%;}
	.wq_sever .rightCon .subitmBox{padding-left: 50px;}
	.wq_sever .rightCon .wq_severInfo .info_list .item{padding-left: 80px;}
}
@media (max-width:768px) {
	.wq_sever .leftMenu{width: 100%;min-height: auto;padding: 10px;}
	.wq_sever .leftMenu a{display: inline-block;border: none;width: 49%;padding: 5px 0;padding-left: 30px;}
	.wq_sever .leftMenu a::before{left: 5px;}
	.wq_sever .rightCon.w1100,
	.wq_sever .rightCon{width: 100%;margin: 30px 0;}
	.wq_sever .rightCon .wq_severInfo{margin: 15px 0;padding: 0 10px 20px 10px;}
	.wq_sever .rightCon .sever_content .lidiv input,
	.wq_sever .rightCon .wq_severInfo .info_list .item,
	.wq_sever .rightCon .wq_severInfo .info_list .item .text{width: 100%;}
	.wq_sever .rightCon .item .radioBox label{margin-right: 15px;width: auto;font-size: 14px;}
	.wq_sever .rightCon .wq_severInfo .info_list .select{float: none;margin-right: 0;}
	.wq_sever .rightCon .wq_severInfo .info_list .address .add{width: 100%;}
	.wq_sever .rightCon .wq_severInfo .info_list .address .add::before{padding: 5px;top: 14px;}
	.wq_sever .rightCon .sever_detail{padding: 15px ;}
	.wq_sever .rightCon .sever_content{padding: 0;}
	.wq_sever .rightCon .sever_detail .tit{font-size: 20px;}
	.wq_sever .rightCon .sever_content .lidiv{margin-top: 50px;}
	.wq_sever .rightCon .wq_severInfo .info_list .item span.span,
	.wq_sever .rightCon .wq_severInfo .info_list .address dl dd,
	.wq_sever .rightCon .sever_content p,
	.wq_sever .rightCon .sever_content .lidiv label,
	.wq_sever .rightCon .sever_content .lidiv span{font-size: 14px;margin-right: 0;}
	.wq_sever .rightCon .wq_title a.tabA{font-size: 16px;}
	.wq_sever .rightCon ul.ydul{margin: 0;}
	.wq_sever .rightCon ul.ydul li{height: 50px;}
	.wq_sever .rightCon ul.ydul li span{font-size: 12px;padding: 0 3px;line-height: 50px;}
	.wq_sever .rightCon .zc_seach{margin-top: 30px;}
	.wq_sever .rightCon ul.tsgj_ul li{padding: 15px;margin: 0;}
	.wq_sever .rightCon ul.tsgj_ul li .txtBox h3{font-size: 16px;}
	.wq_sever .rightCon ul.tsgj_ul li .txtBox .titleH time{font-size: 14px;}
	.wq_sever .rightCon ul.tsgj_ul li .txtBox .list{margin: 10px 0;}
	.wq_sever .rightCon ul.tsgj_ul li .txtBox .info,
	.wq_sever .rightCon ul.tsgj_ul li .txtBox .isok,
	.wq_sever .rightCon ul.tsgj_ul li .txtBox .list span{font-size: 14px;}
	.wq_sever .rightCon ul.tsgj_ul li .txtBox .isok{line-height: 22px;}
	.wq_sever .rightCon .wq_title{padding-top: 0;margin: 0 15px;padding-bottom: 15px;}

}

.zxhdBox{padding-bottom: 80px;}
.zxhdBox .zxhd_content{background: #FFFFFF;border: 1px solid #F2F2F2;box-shadow: 0 5px 15px 5px rgba(104,129,175,0.30);}
.zxhdBox .zxhd_content .itemBox{padding: 30px 30px 0 30px ;border-bottom: 1px solid #E3E3E3;}
.zxhdBox .zxhd_content h3{font-size: 20px;color: #333333;line-height: 22px;position: relative;padding-left: 10px;padding-bottom: 15px;border-bottom: 1px solid #E3E3E3;}
.zxhdBox .zxhd_content h3::before{content: "";position: absolute;left: 0;top: 0;width: 4px;height: 25px;border-radius: 6px;background: #437EE8;}
.zxhdBox .zxhd_content .zxhd_list{padding: 30px 80px;}
.zxhdBox .zxhd_content .zxhd_list span{float: left;font-size: 16px;color: #696969;width: 10%;display: inline-block;height: 40px;line-height: 40px;}
.zxhdBox .zxhd_content .zxhd_list span em{font-style: normal;color: red;}
.zxhdBox .zxhd_content .zxhd_list input{float: right;width: 89%;height: 40px;border: 1px solid #E8E8E8;border-radius: 9px;padding: 0 20px;}
.zxhdBox .zxhd_content .zxhd_list input:-ms-input-placeholder{color: #AAAAAA;}
.zxhdBox .zxhd_content .zxhd_list input::-moz-input-placeholder{color: #AAAAAA;}
.zxhdBox .zxhd_content .zxhd_list input::-webkit-input-placeholder{color: #AAAAAA;}
.zxhdBox .zxhd_content .zxhd_list textarea{float: right;height: 215px;width: 89%;border: 1px solid #E8E8E8;border-radius: 9px;padding: 20px;font-size: 14px;}
.zxhdBox .zxhd_content .zxhd_list textarea:-ms-input-placeholder{color: #AAAAAA;}
.zxhdBox .zxhd_content .zxhd_list textarea::-moz-input-placeholder{color: #AAAAAA;}
.zxhdBox .zxhd_content .zxhd_list textarea::-webkit-input-placeholder{color: #AAAAAA;}
.zxhdBox .zxhd_content .zxhd_list .zxhd_con{margin-bottom: 30px;}

.zxhdBox .zxhd_content .w50 {width: 50%;float: left;}
.zxhdBox .zxhd_content .w50 input{width: 318px;float: left;}
.zxhdBox .zxhd_content .w50 span{display: inline-block;width: 100px;float: left;}
.zxhdBox .zxhd_content .btnBox{font-size: 14px;padding: 30px;text-align: center;}
.zxhdBox .zxhd_content .btnBox button{width: 99px;height: 32px;color: #FFFFFF;background: #437EE8;border-radius: 4px;border: none;cursor: pointer;font-size: 15px;}

.wq_sever .rightCon .zxhd_content{}
.wq_sever .rightCon .zxhd_content .itemBox{padding: 30px 30px 0 30px ;}
.wq_sever .rightCon .zxhd_content .item:last-child{border-bottom: 1px solid #E3E3E3;}
.wq_sever .rightCon .zxhd_content h3{font-size: 20px;color: #333333;line-height: 22px;position: relative;padding-left: 10px;padding-bottom: 16px;border-bottom: 1px solid #E3E3E3;}
.wq_sever .rightCon .zxhd_content h3::before{content: "";position: absolute;left: 0;top: 0;width: 4px;height: 25px;border-radius: 6px;background: #437EE8;}
.wq_sever .rightCon .zxhd_content .zxhd_list{padding: 30px 80px;}
.wq_sever .rightCon .zxhd_content .zxhd_list span{float: left;font-size: 16px;color: #000;width: 10%;display: inline-block;height: 40px;line-height: 40px;}
.wq_sever .rightCon .zxhd_content .zxhd_list span em{font-style: normal;color: red;}
.wq_sever .rightCon .zxhd_content .zxhd_list input{float: right;width: 89%;height: 40px;border: 1px solid rgba(185,185,185,0.65);border-radius: 9px;padding: 0 20px;}
.wq_sever .rightCon .zxhd_content .zxhd_list input:-ms-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .zxhd_content .zxhd_list input::-moz-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .zxhd_content .zxhd_list input::-webkit-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .zxhd_content .zxhd_list textarea{float: right;height: 215px;width: 89%;border: 1px solid rgba(185,185,185,0.65);border-radius: 9px;padding: 20px;font-size: 14px;}
.wq_sever .rightCon .zxhd_content .zxhd_list textarea:-ms-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .zxhd_content .zxhd_list textarea::-moz-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .zxhd_content .zxhd_list textarea::-webkit-input-placeholder{color: #AAAAAA;}
.wq_sever .rightCon .zxhd_content .zxhd_list .zxhd_con{margin-bottom: 30px;}

.wq_sever .rightCon .zxhd_content .w50 {width: 50%;float: left;}
.wq_sever .rightCon .zxhd_content .w50 input{width: 318px;float: left;}
.wq_sever .rightCon .zxhd_content .w50 span{display: inline-block;width: 100px;float: left;}
.wq_sever .rightCon .zxhd_content .btnBox{padding: 30px 0 30px 120px;text-align: center;}
.wq_sever .rightCon .zxhd_content .btnBox button{font-size: 15px;width: 99px;height: 32px;color: #FFFFFF;background: #437EE8;border-radius: 4px;border: none;cursor: pointer;}
@media (min-width:768px) {
.zxhdBox .zxhd_content .btnBox{padding-left: 115px;}
}
@media (max-width:768px) {
	.zxhdBox{padding-bottom: 30px;}
	.wq_sever .rightCon .zxhd_content .zxhd_list,
	.zxhdBox .zxhd_content .zxhd_list{padding: 30px 0;}
	.wq_sever .rightCon .zxhd_content .itemBox,
	.zxhdBox .zxhd_content .itemBox{padding: 30px 15px 0 15px;}
	.wq_sever .rightCon .zxhd_content .w50 ,
	.zxhdBox .zxhd_content .w50{width: 100%;float: none;}
	.wq_sever .rightCon .zxhd_content .w50 input,
	.zxhdBox .zxhd_content .w50 input{width: 100%;}
	.wq_sever .rightCon .zxhd_content .zxhd_list span,
	.zxhdBox .zxhd_content .zxhd_list span{width: 25%;font-size: 14px;}
	.wq_sever .rightCon .zxhd_content .zxhd_list input,
	.zxhdBox .zxhd_content .zxhd_list input{width: 75%;}
	.wq_sever .rightCon .zxhd_content .zxhd_list textarea,
	.zxhdBox .zxhd_content .zxhd_list textarea{width: 100%;padding: 10px;height: 150px;}
	.wq_sever .rightCon .zxhd_content .btnBox,
	.zxhdBox .zxhd_content .btnBox{padding: 15px;text-align: center;}
	.wq_sever .rightCon .zxhd_content .zxhd_list .zxhd_con,
	.zxhdBox .zxhd_content .zxhd_list .zxhd_con{margin-bottom: 10px;}

}





[v-cloak]{
    display: none;
}
.myzxBoxInfo .right .itemBox a{
	width: 90%;
}
.office-link img{
	height: 168px;
}
.home1 .home_news .left .img img{width: 100%;height: 390px;}
.new_content .detailBox{
	min-height: 400px;
}
.news_list ul{
	min-height: 200px;
}
.home2 .videoBox .img{
	width: 100%;
	height: 620px;
}
/* cus css */
.cur_cls{
    color: #FF4100!important;
}
.dis_cls{
    color: #979797!important;
}
.toast {
	position: fixed;
	z-index: 2000;
	left: 50%;
	top:25%;
	transition:all .5s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		 -o-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	text-align: center;
	border-radius: 5px;
	color:#F56C6C;
	background: rgba(17, 17, 17, 0.7);
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
	width: 380px;
	border-color: #fde2e2;
	background-color: #fef0f0;
}

.toast-success {
    background-color: #f0f9eb;
	border-color: #e1f3d8;
	color: #67C23A;
}

.wq_sever .rightCon .sever_content .lidiv .lispan{
	padding-left: .5rem;
	display: inline-block;
}
.wq_sever .rightCon .sever_content .lidiv label {
	width: unset;
	margin-right: 0;
}
.wq_sever .rightCon .sever_content .lidiv{
	padding: 1rem;
}
.wq_sever .rightCon .sever_content .lidiv .error-text{color: #f5222d;}
.wq_sever .rightCon .sever_content .lidiv.error{border: 1px dashed #f5222d;}
.wq_sever .rightCon .sever_content .lidiv .multiple-label::before{border-radius: 3px;}
.wq_sever .rightCon .sever_content .lidiv .dxlist input:checked+.multiple-label::before{background-color: #437EE8;}
.wq_sever .rightCon .sever_content .lidiv .dxlist input:checked+.multiple-label::after{
	position: absolute;
	content: '';
	background: url('../images/tick@3x.png') no-repeat;
	background-size: cover;
	border-radius: 3px;
    width: 13px;
	left: 2px;
	top: 4px;
}
.wq_sever .rightCon .sever_content .lidiv div textarea {
	border: 1px solid #e0e0e0;
	border-radius: 0.4rem;
	width: 100%;
	font-size: 1rem;
	color: #696969;
	padding: 0.5rem;
	resize: vertical;
}
.wq_sever .rightCon .sever_content .lidiv div textarea:focus{
	border:1px solid #006db9;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(24,144,255,.2);
    border-right-width: 1px;
}
.wq_sever .rightCon .sever_content .lidiv .lispan input,.wq_sever .rightCon .sever_content .lidiv .dxlist .li-input {
	font-size: 16px;
	border: none;
	border-radius: unset;
	border-bottom: 1px solid #e0e0e0;
	display: inline-block;
	margin: unset;
	width: 10rem;
}

.wq_sever .rightCon .sever_content .subitmBox button.zcbtn{background: rgb(251 251 251);color: #3e3d3d;}
.app-page p{
	font-size: 20px !important;
		line-height: 32px !important;
		margin: 15px 0 !important;
		font-family: "微软雅黑"!important;
	color: #000!important;

}
.app-page span{
	font-size: 20px !important;
	line-height: 32px !important;
	margin: 15px 0 !important;
	font-family: "微软雅黑"!important;
	color: #000!important;
}
.app-page img{
	max-width: 90% !important;
		height: auto !important;
		vertical-align: center;
		margin: 0 auto;
		display: block;
		min-width: 850px;
}
.app-page font{
	font-family: "微软雅黑"!important;
}
.new_content .time span{
	padding: 0;
}
.home4 .home4_list .right .list_right a{
	margin-bottom: 30px;
}

.home3 ul.clear li .newBox img{
	max-height: 560px;
	width: 100%;
}
.home3 ul.clear li .oldox img{
	max-height: 560px;
	width: 100%;
}

.yuanqu_list ul li .img img{
	width: 100%;
    height: 230px;
}
.new_content .new_tit h3{
	font-size: 40px;
}
.home3 .slick-dots li{
	padding: 6px!important;
}
.home2 .home2_list .item .time{
	padding: 22px 15px;
}
.home2 .home2_list .itemLast{
	padding: 9px 20px;
}
.home2 .videoBox video{
	/* max-height: 620px; */
	/* display: block!important; */
}
.home2 .videoBox ul li{
	border: 10px solid #6CA3ED;
}
.home3{
	/* background-color: #e8e8e8; */
}
.home3 .home3_title{
	box-shadow: 0 0 0 2px rgba(146, 144, 144, 0.1);
	background-color: #e8e8e8!important;
}
@media (max-width:768px){
	.home1 .home_news .left .img img{
		height: initial;
	}
	.home2 .videoBox .img{
		height: initial;
	}
	.home3 ul.clear li .newBox img{
		height: initial;

	}
	.office-link img{
		height: initial;
	}
}
/* .more{font-size: 16px;color: #1A6DD3 ;float: right;padding-right: 15px;display: inline-block;position: relative;background: url(../images/more.png)no-repeat right center;} */
/* .pageBox .pageItem .tal{color: #FF4100;padding: 0 5px;} */

.wq_sever .rightCon #list2{display: initial;}
#mobile_page_wrap {width: 100%; background-color: #f7f6f6;min-height: 100vh;}
.mobile_page {padding:1rem;width: 61.8%;margin: auto;box-shadow: 0 0 16px 6px #eeeeee;background-color: #fff;}
.mobile_page .tit{text-align: center;font-size: 1.5rem;color: #437EE8;font-weight:bold;margin-bottom: 1rem;}
.mobile_page .sever_content{padding: 2rem 0; border-top: 2px dashed #F2F2F2;border-bottom: 1px solid #F2F2F2;}
.mobile_page .sever_content p{font-size: 1rem;color: #777777;font-family: PingFangRegular;margin: 0;line-height: 2rem;}
.mobile_page .sever_content .lidiv{margin-top: 1rem;padding: 5px;}
.mobile_page .sever_content .lidiv .error-text{color: #f5222d;}
.mobile_page .sever_content .lidiv.error{border: 1px dashed #f5222d;}
.mobile_page .sever_content .lidiv span{font-weight: bold;font-size: 1rem;color: #333333;padding-left: .25rem;display: inline-block;}
.mobile_page .sever_content .lidiv span em{font-style: normal;color: red;}
.mobile_page .sever_content .lidiv input{padding: 0 1rem;color: #AAAAAA;height: 2rem;width: 7rem;background: #FFFFFF;border: 1px solid #E8E8E8;border-radius: 0.2rem;}
.mobile_page .sever_content .lidiv input:-ms-input-placeholder{color: #AAAAAA;}
.mobile_page .sever_content .lidiv input::-moz-input-placeholder{color: #AAAAAA;}
.mobile_page .sever_content .lidiv input::-webkit-input-placeholder{color: #AAAAAA;}
.mobile_page .sever_content .lidiv .dxlist{
	border: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
}
.mobile_page .sever_content .lidiv .dxlist:first-of-type{
	border-top-right-radius: 0.3rem;
	border-top-left-radius: 0.3rem;
	border-top: 1px solid #F2F2F2;
}
.mobile_page .sever_content .lidiv .dxlist:last-of-type{
	border-top-right-radius: 0.3rem;
	border-top-left-radius: 0.3rem;
}
.mobile_page .sever_content .lidiv .dxlist input{display: none;}
.mobile_page .sever_content .lidiv label{display: inline-block;width: 100%;cursor: pointer;position: relative;font-size: 1rem;color: #696969;padding: 0.8rem;}
.mobile_page .sever_content .lidiv .mb-radio {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.15);
	margin-right: 0.2rem;
	vertical-align: middle;
}
.mobile_page .sever_content .lidiv .dxlist input:checked+label>.mb-radio::after{
	position: absolute;
	content: '';
	width:10px;
	height: 10px;
	top:4px;
	left: 4px;
	border-radius: 5px;
	background-color: #fff;
}
.mobile_page .sever_content .lidiv .dxlist input:checked+label>a{
	background-color: #437EE8;
}
.mobile_page .sever_content .lidiv .mb-checkbox {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.15);
	margin-right: 0.2rem;
	vertical-align: text-top;
}
.mobile_page .sever_content .lidiv .dxlist input:checked+label>.mb-checkbox::after{
	position: absolute;
	content: '';
	background: url('../images/tick@3x.png') no-repeat;
	background-size: cover;
	width:13px;
	height: 10px;
	top:4px;
	left: 3px;
	border-radius: 5px;
}
.mobile_page .subitmBox{margin: 2rem 0;text-align: center;}
.mobile_page .subitmBox button{width: 8rem;height: 3rem;color: white;outline: none;border: none;font-size: 1rem;border-radius: 0.2rem;cursor: pointer;background-color: #437EE8;}
.mobile_page .subitmBox button.zcbtn{font-size: 1rem;border-radius: 0.2rem;background: #ececec;color: #3e3d3d;padding: 0;margin-right: 2rem;}

.mobile_page .sever_content .lidiv .lispan{
	padding-left: .5rem;
	display: inline-block;
	display: block;
	width: 100%;
	padding-left: 2rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
	margin-top: -0.8rem;
}
.wq_sever .rightCon .sever_content .lidiv label {
	width: unset;
	margin-right: 0;
}
.mobile_page .sever_content .lidiv div textarea {
	border: 1px solid #e0e0e0;
	border-radius: 0.4rem;
	width: 100%;
	font-size: 1rem;
	color: #696969;
	padding: 0.8rem;
}
.mobile_page .sever_content .lidiv div textarea:focus{
	border:1px solid #006db9;
	outline: 0;
	box-shadow: 0 0 0 2px rgba(24,144,255,.2);
	border-right-width: 1px;
}
.mobile_page .sever_content .lidiv .dxlist .li-input,.mobile_page .sever_content .lidiv .dxlist .lispan input {
	font-size: 1rem;
	border: none;
	border-radius: unset;
	border: 1px solid #e0e0e0;
	display: inline-block;
	margin: unset;
	width: 100%;
	margin-top: 0.8rem;
}
@media only screen and (max-device-aspect-ratio: 1/1) {
	#mobile_page_wrap {min-height: unset;}
	.mobile_page {padding:1rem;width: 100%;margin: 0;box-shadow: none;}
	/* .mobile_page .sever_content .lidiv label::before{position: absolute;left: 0;bottom: 1rem; content: "";width: 1rem;height: 1rem;margin-top: -0.15rem;border-radius: 50%;border: 1px solid rgba(0,0,0,0.15);margin-right: 0.8rem;vertical-align: middle;} */
	/* .mobile_page .sever_content .lidiv .dxlist input:checked+label::after{
		display: inline-block;
		content: "";
		width: 0.7rem;
		height: 0.7rem;
		border-radius: 50%;
		position: absolute;
		left: 0.2rem;
		bottom: 1.25rem;
		background-color: #437EE8;
	} */
	/* .mobile_page .sever_content .lidiv .dxlist input:checked+label>a{
		background-color: #437EE8;
	} */
}
.Top002209 .header-left img{max-width:250px;}

.newBox .slick-dots{
	text-align: right;
}
.to-black{
	background-color: #000;
}

.home2{ background:#006fbb;position:relative;}
.home2 .waves{ width:100%; height:100%; margin:0 auto;position: absolute;left: 0;top: 0;right: 0;bottom: 0;}
.home2 .waves canvas{position: absolute;bottom: 0;}
.news_list ul li .rightBox .img{width: 21.5%;float: right;}
.home5{
	clear: both;
}
.home5 ul{
	width: 95%;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
}
.page{
	/* background-color: red; */
	background-color: #e8e8e8;
}
.tzBox_win .left .video img{
	height: 100%;
}
.tzBox_win .left .video video{
	background-color: #000;
}
.home1{
	/* background-color: #F9F9F9!important; */
}

/* new index */
.index1{
	background-color: #e9ecf2;
}
.index1 .homeBanner{
	height: 790px;
}

.index1 .home_title{
	color: #fff;
	font-size: 40px;
	text-align: center;
}
.index1 .home_title .home_h2{
	margin-top: 10px;
	font-size: 16px;
}
.index1 .home1 .homeAuto{
	margin-top: -650px;
}
.index1 .home1 .banBox{
	margin-top: 60px;
}
.index1 .home1 .banBox .home_searh{
	background: rgba(255,255,255,0.3);
    border: none;
}
.index1 .home1 .banBox ul{
	height: 46px;
	line-height: 40px;
	background-image: linear-gradient(90deg, rgba(0,30,73,0.00) 1%, #437EE8 34%, #437EE8 70%, rgba(0,30,73,0.00) 100%);
}
.index1 .home2{
	background-color: #e9ecf2;
	padding-bottom: 0;
}
.index1 .pub_title{
	text-align: center;
    font-size: 35px;
    color: #000;
    padding: 20px 0 40px;
}
.index1 .title_shadow{
	text-align: center;
	margin:  0 auto;
	width: 300px;
	height: 10px;
	background-image: linear-gradient(90deg, rgba(255,255,255,0.00) 1%, #FF9B37 34%, #FF9B37 70%, rgba(255,255,255,0.00) 100%);
}
.index1 .home3{
	position: relative;
	background-color: #afc5ef;
}
.index1 .home3 .auto_1280{
	margin-top: 0;
}
.index1 .home_video{
	position: relative;
	background-color: #e9ecf2;
}


.index1 .home_video{position: relative;}
.index1 .home_video .bgBox{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #e8e8e8;z-index: -1;}
.index1 .home_video .auto_1280{position: relative;}
.index1 .home_video .home3_title{position: absolute;width: 80px;padding: 20px;top: 0;left: -100px;background-color: rgba(255,255,255,0.4);color: #004DA0;text-align: center;}
.index1 .home_video .home3_title h3{font-size: 24px;line-height: 1.4;}
.index1 .home_video .home3_title a{color: #A3A3A3;font-size: 16px;writing-mode:vertical-lr;writing-mode: tb-rl;display: inline-block;margin-top: 50px;position: relative;padding-bottom: 20px;}
.index1 .home_video .home3_title a:hover{color: #437EE8;}
.index1 .home_video .home3_title a::before{content: "";position: absolute;left: 6px;bottom: 0;width: 0;height: 0;border-top: 5px solid #A3A3A3;border-left: 5px solid transparent;border-right: 5px solid transparent;}
.index1 .home_video .home3_title a:hover::before{border-top: 5px solid #437EE8;}
.index1 .home_video ul.clear{padding-bottom: 50px;min-height: 680px;}
.index1 .home_video ul.clear li{position: relative;}
.index1 .home_video ul.clear li .newBox{position: absolute;left: 0;;width: 45%;}
.index1 .home_video ul.clear li .img{box-shadow: 0 2px 10px 0 rgba(104,129,175,0.50);}
.index1 .home_video ul.clear li .txtBox{background-color: white;max-width: 700px;padding: 30px;position: relative;z-index: 9;margin-top: -80px;}
.index1 .home_video ul.clear li .txtBox .tip{padding: 5px 10px;color: white;background-color: #FF9B37;display: inline-block;}
.index1 .home_video ul.clear li .txtBox h3{font-size: 24px;line-height: 1.5;margin: 15px 0 10px;}
.index1 .home_video ul.clear li .txtBox .info{font-size: 16px;}
.index1 .home_video ul.clear li .oldBox{position: absolute;right: -17px;width: 65%;margin-left: -165px;margin-top: 42px;}
.index1 .home_video ul.clear li .oldBox .tip{background-color: #0FCAC6;}

.index1 .home_video .slick-dots{text-align: center;margin-top: 50px;position: absolute;bottom: -130px;left: 100%;width: 25%;}
.index1 .slick-dots li{font-size: 0;cursor: pointer;background-color: #BCC5D7;border-radius: 50%;padding: 4px;display: inline-block;margin: 0 6px;}
.index1 .slick-dots li.slick-active{background-color: #006EBA;}
.index1 .home_video .slick-dots li button{display: none;}
.index1 .home_video ul.clear li .newBox img{max-height: 520px;width: 100%;}
.index1 .home_video ul.clear li .oldBox img{max-height: 480px;width: 100%;}
.index1 .home_video .slick-dots li{padding: 6px!important;}

.index1 .home_video .home2Title{text-align: center;font-size: 35px;color: #000;padding: 10px 0 40px;}
.index1 .home_video .home2Title span{display: inline-block;padding: 0 150px;position: relative;}

.index1 .home_video .video_bg{}
.index1 .home_video .newBox{
	min-height: 500px;
	background: url('../uploadfiles/videoBg.png') no-repeat;
	background-size: contain;
	color: #FFFFFF;
}

.index1 .home_video .newBox-item .text-item{
	width: 70%;
	margin: 80px auto 0;
}
.index1 .home_video .newBox-item .text-item .tip{
	padding: 2px 5px;color: white;background-color: #447FE8;display: inline-block;
}
.index1 .home_video .newBox-item .text-item .title{
	margin-top: 10px;
	font-size: 22px;
	font-weight: bold;
}
.index1 .home_video .newBox-item .text-item .date{
	opacity: 0.6;
	margin: 10px 0;
}
.index1 .home_video .newBox-item .text-item .content{
	max-width: 80%;
	height: 250px;
	overflow: hidden;
}
.index1 .home_video .oldBox-item .video_item{
	border: 10px solid #6CA3ED;
	position: relative;
}
.index1 .home_video .oldBox-item .video_item .img{
	width: 100%;
    height: 480px;
}
.index1 .home_video .oldBox-item .video_item .play{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/play.png)no-repeat center;
    padding: 75px;
	z-index: 9;

}
.index1 .home3{
	position: relative;
	min-height: 700px;
}
.index1 .home_video .oldBox-item .video_item .video{
	display: none;
    width: 100%;
	max-height: 480px;
}
.index1 .home3 ul.clear li .oldBox{
	margin-top: 0;
	margin-left: 0;
	max-width: 530px;
}

.index1 .home3 ul.clear li .newBox{
	max-width: 700px;
	height: 480px;
}
.index1 .home3 ul.clear li .newBox .img img{
	height: 480px;
}
.index1 .home3 ul.clear li .txtBox{
	margin-top: 0;
	background-color: initial;
}
.index1 .home3 ul.clear li .home_date{
	margin-top: 0;
	background-color: none;
	color: rgba(0,13,35,0.50);
}
.index1 .home3 ul.clear li .home_content{
	overflow: hidden;
	max-height: 260px;
	margin-bottom: 10px;
}
.index1 .home3 ul.clear li .home_tip{
	padding: 5px 20px 5px 10px;
    color: #4580E8 ;
    border: 1px solid #4580E8;
	display: inline-block;
	position: relative;
}
.index1 .home3 ul.clear li .home_tip::before{
	content: ">";
	position: absolute;
	right: 5px;
	top: 3px;
	color: #4580E8;
	font-size: 18px;
}
.index1 .home3 .waves {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.index1 .home3 .slick-arrow{
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	border: 0;
	background-color: transparent;
	outline: none;
	font-size: 0;
	cursor: pointer;
}
.index1 .home3 .slick-prev{
	background-image: url(../images/left.png);
	background-size: cover;
	top: 40%;
	left: -58px;

}
.index1 .home3 .slick-next{
	background-image: url(../images/right.png);
	background-size: cover;
	top: 40%;
	right: -58px;

	/* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    outline: none;
    padding: 40px;
    font-size: 0;
    border-radius: 50%;
    border: none;
    z-index: 99; */

}
@media (max-width:1800px){
	.index1 .home_video ul.clear li .oldBox{
		/* width: 64%; */
		margin-top: 42px;
	}
}
/* @media (max-width:1740px){
	.index1 .home_video ul.clear li .oldBox{
		width: 64%;
		margin-top: 50px;
	}
} */

@media (max-width:1480px){
	.index1 .home_video ul.clear li .oldBox{
		/* width: 64%; */
		/* margin-top: 47px; */
	}
}
@media (max-width:1440px){
	.index1 .home_video ul.clear li .oldBox{
		/* width: 64%; */
		/* margin-top: 46px; */
	}
}
@media (max-width:1426px){
	.index1 .home_video ul.clear li .oldBox{
		/* width: 64%; */
		/* margin-top: 40px; */
	}
}
@media (max-width:1200px){
	.index1 .home_video ul.clear li .oldBox{
		/* width: 64%; */
		margin-top: 31px;
	}
}

@media (max-width:1440px){
	.index1 .home3 ul.clear{width: 80%;margin: 0 auto;}
	.index1 .home3 ul.clear li .newBox{max-width: 60%;}
	.index1 .home3 ul.clear li .oldBox{max-width: 40%;}
}
/* .office-link li{
	float: left;
} */
.office-link::after{
	content: '';
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.auto_1280 .home5-arrow-left{
	vertical-align: top;
	text-align: center;
	display: inline-block;
    width: 24px;
    line-height: 168px;
    background-color: #51515129;
    color: #fff;
	cursor: pointer;
}
.auto_1280 .home5-arrow-left:hover,.auto_1280 .home5-arrow-right:hover{
    background-color: #79797929;
}
.auto_1280 .home5-arrow-right{
	vertical-align: top;
	text-align: center;
	display: inline-block;
	cursor: pointer;
    width: 24px;
    line-height: 168px;
    background-color: #51515129;
    color: #fff;
}
.wq_sever .rightCon .wq_title{
	display: flex;
	justify-content: space-between;
}
.wq_sever .rightCon .wq_title .insert-btn{
	cursor: pointer;
	color: rgb(89, 116, 238);
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.1s ease-in;
	-ms-transition: 0.1s ease-in;
	border: 1px solid rgb(72, 105, 255);
	border-radius: 6px;
	padding: 0.3em 1em;
}
.wq_sever .rightCon .wq_title .insert-btn:hover{
	color: #fff;
	background-color: rgb(62, 98, 255);
	border: 1px solid transparent;
}
.wq_sever .rightCon #list2>li{
	margin: 0 30px;
}
.yuanqu_list ul li .info,.activie_old .clear .txtBox .dot2{
	max-height: 3em;
}
.wq_sever .rightCon .wq_severInfo .info_list .select-box .add{
	width: 600px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notification-btn{
	position: relative;
	margin-right: 1rem;
	color: #fff;
}
.notification-btn .look-more{
	float: right;
	cursor: pointer;
	color: rgb(250, 204, 0);
	font-size: 12px;
}
.notification-btn .notification-list{
	padding: 12px 12px 0 12px;
	position: absolute;
	top: 35px;
	left: 0;
	width: 305px;
	background-color: #ffffff;
	color: rgb(10, 10, 10);
	box-shadow: 0 0 20px 5px rgba(112, 112, 112, 0.349);
	border-radius: 5px;
	display: none;
	transition: 1s ease-in;
	-webkit-transition: 1s ease-in;
	-moz-transition: 1s ease-in;
	-o-transition: 1s ease-in;
}
.notification-btn .notification-list ul span{
	display: inline-block;
	width: 235px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.notification-btn .notification-list ul a{
	float: right;
}
.notification-btn .notification-list ul li{
	border-bottom: 1px solid #ddd;
	line-height: 32px;
}
.notification-btn .notification-list::before {
	content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
	position: absolute;
	top: -12px;
	left: 3px;
}
.notification-btn .dd-badge{
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: rgb(255, 32, 32);
	position: absolute;
	right: -6px;
	line-height: 1;
	font-size: 3px;
	text-align: center;
}
.notification-btn svg{
	width: 1.5rem;
	height: 1.5rem;
	margin-bottom: -5px;
}
.Top002209 .header-right .login{
	float: initial;
}
.notification-btn:hover .notification-list{
	display: block;
}
.notification-btn .notification-list:hover{
	display: block;
}
.wq_sever .rightCon .wq_body{
	padding: 30px;
}
.header-right .weather-box{
	display: inline-block;
	/*width: 200px;*/
	vertical-align: bottom;
}
@media (min-width:768px){
	.wq_sever .rightCon ul.sjul li span:nth-child(2){width: 10%;}
	.wq_sever .rightCon ul.sjul li span:first-child{width: 45%;}
}
.zcfgBox_con .zcfg_key .date-picker{
	padding-right: 30px;
	display: inline-block;
}
.zcfgBox_con .zcfg_key .content-clearer{
    display: inline-block;
    transform: translateX(-29px) translateY(-3px);
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 11px;
    color: #fff;
    background-color: #e9e5e5;
    border-radius: 50%;
    font-size: xx-small;
	cursor:pointer;
	font-weight: 200;
}
.zcfgBox_con .zcfg_key .content-clearer:hover{
	background-color: red;
}
.search-bar{
	position: absolute;
	top: 30px;
	left: 46%;
	transform: translateX(-46%);
	-webkit-transform: translateX(-46%);
}
.app-search-contain .search-bar .home_searh{max-width: 850px;margin:0 auto;position: relative;background: rgba(10,115,193,0.75);border: 2px solid rgba(114,200,255,0.40);border-radius: 10px;}
.app-search-contain .search-bar .home_searh input{width: 100%;height: 50px;padding: 10px;text-align: center;color: white;font-size: 30px;color: #FFFFFF;}
.app-search-contain .search-bar .home_searh input:-moz-placeholder{color: white;letter-spacing: 2px;text-shadow: 0 1px 10px #003C7C;}
.app-search-contain .search-bar .home_searh input::-webkit-input-placeholder{color: white;letter-spacing: 2px;text-shadow: 0 1px 10px #003C7C;}
.app-search-contain .search-bar .home_searh input::-ms-input-placeholder{color: white;letter-spacing: 2px;text-shadow: 0 1px 10px #003C7C;}
.app-search-contain .search-bar .home_searh a{
	margin-left: -15%;
	background-size: 35px;
	font-size: 30px;
	position: absolute;
	top: 10px;
	right: 5px;
}
.app-search-contain .search-bar ul{text-align: center;margin-top: 15px;}
.app-search-contain .search-bar ul li{display: inline-block;margin: 5px 20px;}
.app-search-contain .search-bar ul li a{color: white;font-size: 14px;text-shadow: 0 2px 4px rgba(0,0,0,0.50);}
.app-search-contain .search-bar ul li a:hover{color: #437EE8;}
.cancel-btn{
	position: absolute;
	top: 12px;
	right: 18px;
	font-size: 18px;
	color: white;
	cursor: pointer;
}
.app-search-contain {
	z-index: 4000;
	overflow: hidden;
	position: fixed;
	width: 100vw;
	height: 0;
	overflow-y: scroll;
	transition: all 0.35s;
	background: rgba(0, 0, 0, 0.4);
  }
  .app-search-contain .search-row {
	width: 600px;
  }
  .app-search-contain.show {
	height: 100vh;
  }
  .app-search-contain .el-icon-circle-close,
  .app-search-contain .iconfont {
	transition: all 0.35s;
	position: absolute;
	top: 30px;
	right: 30px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	z-index: 1000;
	text-align: center;
	line-height: 50px;
	padding: 10px;
	background: #1a6dd3;
	background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%);
	opacity: 0.7;
	color: white;
	font-size: 33px;
	cursor: pointer;
  }
  .app-search-contain .search-head-box {
	height: 160px;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
  }
  .app-search-contain .search-head-box .search-input-box {
	height: 45px;
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .app-search-contain .search-head-box .search-input-box input {
	float: left;
	font-size: 16px;
	box-sizing: border-box;
	padding: 15px;
	outline: none;
	border-radius: 6px 0 0 6px;
	border: none;
	width: calc(100% - 100px);
	height: 100%;
  }
  .app-search-contain .search-head-box .search-input-box button {
	cursor: pointer;
	font-size: 14px;
	color: white;
	box-sizing: border-box;
	border: none;
	outline: none;
	background: #1a6dd3;
	background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%);
	border-radius: 0 6px 6px 0;
	width: 100px;
	height: 100%;
  }
  .app-search-contain .result-box {
	overflow: hidden;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.3);
	margin: 30px auto 0 auto;
  }
  .app-search-contain .result-box > li {
	cursor: pointer;
	color: white;
	padding: 15px 20px;
  }
  .app-search-contain .result-box > li:hover {
	background: #1a6dd3;
	background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%);
  }
  .app-search-contain .result-box > li:hover label {
	background: #1a6dd3;
  }
  .app-search-contain .result-box > li:first-child {
	padding-top: 20px;
  }
  .app-search-contain .result-box > li:last-child {
	padding-bottom: 20px;
  }
  .app-search-contain .result-box > li label {
	margin-right: 15px;
	color: white;
	font-size: 14px;
	padding: 3px 10px;
	border-radius: 4px;
	background: #1a6dd3;
	background-image: linear-gradient(45deg, #008efe 0%, #2da68f 100%);
  }
  .app-search-contain .result-box > li p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 12px;
	font-size: 16px;
  }
  .app-search-contain .pagination-box {
	margin: auto;
	height: 60px;
	margin-top: 30px;
	margin-bottom: 50px;
	background: rgba(0, 0, 0, 0.3);
	padding: 10px;
	position: relative;
	box-sizing: border-box;
	text-align: center;
  }
  .app-search-contain .pagination-box > div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
  }
  .iconcha::before {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: 7px;
    width: 36px;
    height: 4px;
    background: #e1e1e1;
	border-radius: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .iconcha::after {
	content: "";
	display: block;
	position: absolute;
    top: 23px;
    left: 7px;
    width: 36px;
    height: 4px;
    background: #e1e1e1;
	border-radius: 2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
  }

	.black-col{
		color:#000!important;
	}
