body {color: #393838; font-size: 14px;line-height:1.2;}
body,input,textarea{ font-family:"Microsoft Yahei", Arial, "Helvetica Neue", Helvetica, sans-serif; }
.nowrap{ white-space: nowrap;text-overflow:ellipsis; overflow:hidden; }
.break { word-wrap:break-word; word-break: break-all; }

/*CSShack*/
@media all and (min-width: 0px) {body { min-width: auto;}}
i { font-style: normal;}
.tb { display: table;height: 100%;width: 100%; }      
.tb_c{ display: table-cell;vertical-align: middle;}
a{ text-decoration: none;color: #acacac; -webkit-tap-highlight-color:rgba(255,0,0,0);}
                        
ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,table,tr,td,img,body{ margin: 0;padding: 0;border: 0;}             
ul,li,ol{ list-style: none;}
input:focus,select:focus,textarea:focus {outline: none; }     
img { max-width: 100%; height: auto;} 
h1,h2,h3,h4,h5,p{font-weight: normal; }     table{ border-collapse: collapse; }
.row .md1 { width: 8.3333%; }   .row .md2 { width: 16.6666%; }  .row .md3 { width: 25%; }
.row .md4 { width: 33.3333%; }  .row .md5 { width: 41.6666%; }  .row .md6 { width: 50%; }
.row .md7 { width: 58.3333%; }  .row .md8 { width: 66.6666%; }  .row .md9 { width: 75%; }
.row .md10 { width: 83.3333%; }   .row .md11 { width: 91.6666%; }   .row .md12 { width: 100%; }
.row .md1, .row .md2,.row .md3,.row .md4,.row .md5,.row .md6,
.row .md7, .row .md8,.row .md9,.row .md10,.row .md11,.row .md12 { float: left; }
input,button{padding: 0;margin: 0;border: 0;outline: none;}
input[type="text"], input[type="password"] , select , textarea { -webkit-appearance: none;width: 100%;font-size: 14px;} 
input[type="submit"] {  -webkit-appearance: none !important; }
input[type="button"] {  -webkit-appearance: none !important;  }
input,textarea{color: #666;}
h1 { font-size: 48px; }   h2 { font-size: 36px; }   h3 { font-size: 24px; }
h4 { font-size: 18px; }   h5 { font-size: 16px; }   h6{font-size: 14px;}


/*共用样式 start*/
.fl { float: left; } .fr{float: right;}
.clearfix:after,
.clearfix:before{content: "";display: block;height:0;width: 100%;clear: both;overflow: hidden;font-size: 0;line-height: 0;}
.clearboth{width: 100%;height:0;clear: both;overflow: hidden;font-size: 0;line-height: 0;}
.clear{overflow: auto;zoom:1;}
.fake{position: relative;}
.fake:before,
.fake:after{content: "";position: absolute;top: 0;}
.posr{position: relative;}
.posa{position: absolute;}
.blur{filter:url(../fonts/blur.svg#blur);-webkit-filter: blur(10px);-moz-filter: blur(10px);-o-filter: blur(10px);-ms-filter: blur(10px);filter:blur(10px);filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);}
.gray{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.ani,
.all *{transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-ms-transition: all 0.2s ease-out;}
.picbg{height: 100%;background-size: cover;background-size:100% 100%\9; background-position: center center;background-repeat: no-repeat;}
.mobile{display: none;}
.pc{display: block;}
@media screen and (max-width: 640px) {
  .mobile{display: block;}
  .pc{display: none;}
}

/*滚动条样式*/
.stylescroll::-webkit-scrollbar{width:9px; background-color:rgba(255,255,255,0.7);}
.stylescroll::-webkit-scrollbar-thumb{border:none; width:5px;background-color:rgba(0,0,0,0.4);}
.stylescroll::-webkit-scrollbar-corner{background-color:rgba(255,255,255,0.7);}
.stylescroll::-webkit-scrollbar:horizontal{height:9px;}
/*共用按钮hover效果样式*/
.common_btn{position: relative;display: inline-block;z-index: 1;height:50px;line-height: 50px;text-align: center;overflow:hidden;-webkit-backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;    -webkit-transition: color 0.3s;transition: color 0.3s;}
.common_btn:after,
.common_btn:before{content: '';position: absolute;height: 100%;width: 100%;bottom: 100%;left: 0;z-index: -1;-webkit-transition: -webkit-transform 0.3s;transition: transform 0.3s;-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.common_btn:before{background: #fff;opacity: 0.2;}
.common_btn:after{background: #4279d9;}
.common_btn:hover{color: #fff;}
.common_btn:hover:after,
.common_btn:hover:before{-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
.common_btn:hover:after{-webkit-transition-delay: 0.175s;transition-delay: 0.175s;}

/*点击上传*/
.upload_box{position: relative;display: inline-block;}
.upload_box label,
.upload_box input{width: 100%;height: 100%;cursor: pointer;}
.upload_box label,
.upload_box input{position: absolute;top:0;left: 0;}
.upload_box input{background: none;clip: rect(0 0 0 0);}
/*进度条*/
.progress_box .progressbar{position: relative;height:15px;border-radius: 10px;overflow: hidden;background: #f0f0f0;}
.progress_box .progressbar div{position: absolute;top: 2px; bottom: 2px; left: 2px; right: 2px;margin: auto;}
.progress_box .progressbar span{height: 100%; position: absolute;top: 0;left: 0;border-radius: 10px;background: #6291e3;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-o-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;}
/*分享*/
.body_wrap{position: relative;}
.share_wrap{display: none;}
.share_wrap,
.share_wrap .bg{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.share_wrap{z-index: 999;text-align: center;}
.share_wrap .bg{background: #000;opacity: .65;-ms-filter: alpha(opacity=65);
filter: alpha(opacity=65);}
.share_wrap .tb{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9;}
.share_wrap .share_box{width:420px;border-radius: 10px;background: #fff;text-align: center;z-index: 9;display: inline-block;position: relative;overflow: hidden;}
.share_wrap .txt{padding: 30px;color: #b4b5b9;font-size: 25px;}
.share_wrap .share{padding: 20px;}
.share_wrap .txt h3{color: #3b3b3b;font-size: 40px;margin-bottom: 20px;}
.share_wrap .share a{width:44%;margin:7px 3%;float: left;line-height: 40px;}
.share_wrap .share i{font-size:24px;margin-right: 10px;color: #0177f0;position: relative;top: 2px;}
.share_wrap .share span{color: #0177f0;font-size:14px;border:1px solid #0177f0;display: block;border-radius: 40px;padding: 0 15px;}
.share_wrap .share a:hover span{color: #fff;background: #0177f0;}
.share_wrap .share a:hover i{color: #fff;}
/*.share_wrap .share .data_weixin i{color: #6bc45a;}
.share_wrap .share .data_qzone i{color: #f5d13e;}
.share_wrap .share .data_qq i{color: #4badee;}
.share_wrap .share .data_weibo i{color: #f77f5d;}*/
.share_wrap .close{position: absolute;top:10px;right:10px;text-align: right;color: #4da0f4;font-size:20px;cursor: pointer;opacity:.7;font-weight: normal;}
.share_wrap .close:hover{opacity: 1;}
.share_wrap .share i:hover{transform:translateY(-6px);-o-transform:translateY(-6px);-ms-transform:translateY(-6px);-moz-transform:translateY(-6px);-webkit-transform:translateY(-6px);}
.share_wrap .tit h3{color: #212329;font-size: 32px;}
.share_wrap .tit p{font-size: 20px;color: #6b7986;margin-top: 5px;}
@media screen and (max-width: 640px) {
	.share_wrap .share_box{width: 90%;}
	.share_wrap .share{padding: 15px 10px;}
	.share_wrap .share a{width:49%;margin: 5px .5%;}
	.share_wrap .share span{font-size: 13px;padding: 0 6px;}
	.share_wrap .share i{margin-right: 3px;font-size: 18px;}
}

/*按钮颜色*/
.btn{display: inline-block;padding: 0 30px;line-height: 40px;color: #fff;border-radius: 3px;font-size: 16px;}
.btn:hover{color: #fff;}
.btn_blue{background: #20a0ff;}
.btn_blue:hover{background: #1389e1;}
.btn_green{background: #acd598;}
.btn_green:hover{background: #57faff;}
.btn_red{background: #ed0a0a;}
.btn_red:hover{background: #d20d0d;}
.btn_yellow{background: #edb50a;}
.btn_yellow:hover{background: #c3c516;}
.txt_red{color: #ff5d44;}
.txt_yellow{color: #ffd634;}
/*字体大小*/
.white{color: #fff;}
.fz_12{font-size: 12px;}
.fz_14{font-size: 14px;}
.fz_16{font-size: 16px;}
.fz_18{font-size: 18px;}
#uploader .statusBar .btns .btn_softsucee{background:#20a0ff;color: #fff;padding: 0 30px;display: inline-block;border-radius: 3px;margin: 0; margin-left: 10px;cursor: pointer;font-size: 14px;border:0;float: left;line-height:35px;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-ms-transition: all 0.2s ease-out;}

.wrap{max-width: 1200px;margin: 0 auto;}
@media screen and (max-width:1200px) {
  .wrap{padding: 0 60px;}
}
@media screen and (max-width: 1100px) {
	.wrap{padding: 0 40px;}
}
@media screen and (max-width: 640px) {
	.wrap{padding: 0 15px;}
}
/*宋体*/
.ss{font-family:'SimSun','宋体',Arial, "Helvetica Neue", Helvetica, sans-serif;;}
/*共用样式 end*/

.header_box .menu li .sub a span{background-image: url('../images/icon.png');background-repeat: no-repeat; }
.header_box .menu li .sub a:hover span{background-image: url('../images/iconhover.png');background-repeat: no-repeat; }
.header_box .menu li .sub a:hover{color: #01f0ff;}
/*右侧*/
.side_fix{position: fixed;top: 50%;right: 40px;margin-top: -50px;z-index: 999;}
.side_fix .btn{width:50px;height: 50px;line-height: 50px;color: #fff;border-radius: 5px;background: #3f4ee1;text-align: center;font-size: 24px;cursor: pointer;margin-bottom:10px;display: block;padding: 0;}
.side_fix .back{background: #273140;display: none;}
.down_img{
	height: 50px;
	width: 50px;
	border-radius: 10px;
}
@media screen and (max-width: 1024px) {
	.side_fix{right: 0;}
	.side_fix .btn{width: 30px;height: 30px;line-height: 30px;font-size: 20px;}
	.down_img{
	height: 30px;
	width: 30px;
	border-radius: 5px;
}

}
@media screen and (max-width: 640px) {
	.side_fix{display: none;}
	#uploader .statusBar .btns .btn_softsucee{margin-left: 0px;width: 100%;padding:0px;}
}
/*头部导航*/
.header_box,
.header_box .logo{height:78px;}
.header_box{position: relative;z-index: 99;border-bottom:1px solid #656399;background: #3f4ab5;color: #fff;}
.header_box .wrap{position:relative;}
.header_box .logo{width:10%;text-align: left;line-height: 1;color: #000;}
.header_box .logo h3{font-size: 38px;font-weight: bold;}
.header_box .logo p{font-size: 30px;margin-top: 10px;display: none;}
.header_box .menu{width:90%;font-size: 16px;position: relative;}
.header_box .menu .login{position: absolute;right: 0;top:20px;}
.header_box .menu .login a{height:34px;line-height:34px;border:1px solid transparent;float: left;margin-left:3px;padding: 0 25px;color: #c3dcf5;}
.header_box .menu .login a.active,
.header_box .menu .login a:hover{border:1px solid #fff;color: #fff;}
.header_box .menu ul{padding-right: 20px;}
.header_box .menu li{float: left;height: 78px;line-height: 78px;padding: 0 20px;}
.header_box .menu li.last{padding: 0 20px;}
.header_box .menu li a{display: block;color: #fff;position: relative;}
.header_box .menu li a i{padding-left: 5px;}
.header_box .menu li a .icon{display: none;}
.header_box .menu li a i.new{position: absolute;top:20px;left:100%;width: 22px;height: 15px;background-image: url('../images/new.png');background-repeat: no-repeat;}
.header_box .menu li.active,
.header_box .menu li:hover{background: #343c96;}
.header_box .menu li.active a,
.header_box .menu li:hover a{color: #01f0ff;}
.header_box .menu li .sub{max-width: 100%;text-align: center;position: absolute;top:78px;left: 0;display: none;}
/*@media screen and (min-width: 640px) {
	.header_box .menu li:hover .sub{display: block;}
}*/
.header_box .menu li .sub:before{background:#4e73d7;opacity: .75;-ms-filter: alpha(opacity=75);
filter: alpha(opacity=75);z-index: 0;top: 0;left: 0;display: none;}
.header_box .menu li .sub dl{position: relative;z-index: 1;}

.header_box .menu .sub:after{width: 0;height: 0; border:6px solid;border-color:#f3f5fc transparent transparent transparent; position: absolute;top:0;left: 50%;margin-left: -3px;display: none;}
.header_box .category{display: none;}
.header_box .menu li .sub a{width:68px;height:60px;line-height: 30px;color: #fff;float: left;padding:10px 0;background: #343c96;text-align: left;font-size: 12px;line-height:18px;position: relative;padding-left: 40px;}
.header_box .menu li .sub .last:before{display: none;}
.header_box .menu li .sub a .tb_c{padding: 0 5px;}
.header_box .menu li .sub a font{padding-right:15px;}
.header_box .menu li .sub a span{width:52px;height: 60px;position: absolute;top: 10px;left: -8px;}
.header_box .menu li .sub a:before{content: "";position: absolute;width: 1px;top: 10px;bottom: 10px;right:0;margin: auto 0;background: #535aa6;}
.header_box .menu li .sub a:hover{color: #01f0ff;}
.header_box .menu .nLi1 .sub .item1 span{background-position:0 0;}
.header_box .menu .nLi1 .sub .item2 span{background-position:-60px 0;}
.header_box .menu .nLi1 .sub .item3 span{background-position:-120px 0;}
.header_box .menu .nLi1 .sub .item4 span{background-position:-180px 0;}
.header_box .menu .nLi1 .sub .item5 span{background-position:-300px -60px;}
.header_box .menu .nLi1 .sub .item6 span{background-position:-300px 0;}
.header_box .menu .nLi1 .sub .item7 span{background-position:0 -60px;}
.header_box .menu .nLi1 .sub .item8 span{background-position:0 -60px;}
.header_box .menu .nLi1 .sub .item9 span{background-position:0 -60px;}
.header_box .menu .nLi1 .sub .item10 span{background-position:0 -60px;}
.header_box .menu .nLi1 .sub .item11 span{background-position:0 -60px;}
.header_box .menu .nLi1 .sub .item12 span{background-position:0 -60px;}

.header_box .menu .nLi2 .sub .item1 span{background-position:-60px -60px;}
.header_box .menu .nLi2 .sub .item2 span{background-position:-60px 0;}
.header_box .menu .nLi2 .sub .item3 span{background-position:-180px 0;}
.header_box .menu .nLi2 .sub .item4 span{background-position:-180px -60px;}

.header_box .menu .nLi3 .sub .item1 span{background-position:-60px 0;}
.header_box .menu .nLi3 .sub .item2 span{background-position:-300px 0;}
.header_box .menu .nLi3 .sub .item3 span{background-position:0 0;}
.header_box .menu .nLi3 .sub .item4 span{background-position:-240px -60px;}
.header_box .menu .nLi3 .sub .item5 span{background-position:-120px 0;}
.header_box .menu .nLi3 .sub .item6 span{background-position:0 -120px;}

.header_box .menu .nLi4 .sub .item1 span{background-position:-60px -120px;}
.header_box .menu .nLi4 .sub .item2 span{background-position:-120px -120px;}
.header_box .menu .nLi4 .sub .item3 span{background-position:-180px -120px;}
.header_box .menu .nLi4 .sub .item4 span{background-position:-300px -60px;}
.header_box .menu .nLi4 .sub .item5 span{background-position:-300px -120px;}
.header_box .menu .nLi4 .sub .item6 span{background-position:0 -60px;}
@media screen and (max-width: 1024px) {
	.wrap{padding: 0 15px;}
	.header_box .menu{font-size: 14px;}
	.header_box .menu ul{padding-right: 0;}
	.header_box .menu li{padding: 0 10px;}
	.header_box .menu li .sub a span{display: none;}
	.header_box .menu li .sub a font{height: 36px;display: block;padding: 0 15px;}

}

@media screen and (max-width: 640px) {
	.header_box{height: 50px;}
	.header_box .logo{height: 40px;width: 20%;margin-top: 7px;}
	.header_box .logo img{max-height:40px;}
	.header_box .category{display: block;width:32px;height: 32px;border:1px solid #ccc;border-radius: 3px;text-align: center;line-height: 32px;color: #fff;position: absolute;top: 50%;margin-top: -16px;right:15px;font-size: 20px;}
	.header_box .menu{width: 100%;top: 100%;left: 0;position: absolute;background: #3f4ab5;border-top:1px solid #656399;display: none;padding: 20px 0;}
	.header_box .menu li{float: none;height: auto;line-height: 50px;padding: 0 20px;}
	.header_box .menu li.last{padding: 0 20px;}
	.header_box .menu li.last a{display: inline-block;}
	.header_box .menu li a i.new{left: 110%;}
 	.header_box .menu li .sub{position: relative;top: 0;text-align: left;padding: 10px 0;}
	.header_box .menu .sub:after{left: 10%;}
	.header_box .menu li .sub a{font-size: 13px;width: 50%;padding:10px 0;text-align: center;}
	.header_box .menu .login{position: relative;right: 0;top: 0;padding:0 20px 10px 20px;overflow: hidden;}
	.header_box .menu .login a{margin-left: 0;margin-right: 3px;}
	.header_box .menu ul{padding-right: 0;}
	.header_box .menu li .sub a:nth-child(2n):before{display: none;}
	.header_box .menu li .sub a font{height: 18px;padding: 0 5px;}

}


/*底部*/
.footer_box{background: #273140;font-size: 12px;}
.footer_box .hd,
.footer_box .hd a{color: #556a8a;}
.footer_box .hd a:hover{color: #fff;}
.footer_box .hd{overflow: hidden;padding-top: 20px;padding-bottom: 20px;}
.footer_box dl{width: 21.6%;float: right;}
.footer_box dl.links{float:left;width:21.2%;}
.footer_box dl dt{font-size: 14px;margin-bottom:15px;}
.footer_box dl.links dd{padding-right:50px;overflow: hidden;}
.footer_box dl.links dd a{line-height: 24px;width: 100%;float: left;}
.footer_box .bd{background: #191f2a;line-height: 24px;text-align: center;padding:15px;}
.footer_box .bd,.footer_box .bd a{color: #323f52;}
.footer_box .bd .icp_number{display:inline-block;text-decoration:none;height:20px;line-height:20px;margin-right:10px; color: #323f52;}
.footer_box .bd .police_number{display:inline-block;text-decoration:none;height:20px;line-height:14px;color: #323f52;width:224px;}
.footer_box .bd .police_number img{width: 14px;height: 14px;}
@media screen and (max-width: 1024px) {
	.footer_box dl.links dd a{width: 33.3333%;}
}
@media screen and (max-width: 640px) {
	.footer_box dl,
	.footer_box dl.links{width: 100%;margin-bottom: 30px;}
	.footer_box dl.links dd a{width:33.333%;}
}


/*首页*/
.body_box .banner,
.body_box .innerbanner{height:650px;position: relative;color: #fff;font-size: 16px;line-height: 28px;overflow: hidden;}
.body_box .banner .wrap{position: relative;z-index: 1;height: 100%;}
.body_box .banner .txt,
.body_box .banner .pic{height: 100%;}
.body_box .banner .txt{width: 35%;}
.body_box .banner .pic{width: 38.33%;}
.body_box .banner h3{font-size: 34px;margin-bottom: 35px;}
.body_box .banner .btn_wrap{margin-top:20px; }
.body_box .banner .btn{display: inline-block;font-size: 18px;padding: 0 25px;line-height: 52px;border:1px solid #fff;color: #fff;border-radius: 10px;margin-right: 20px;}
.body_box .banner .download,.body_box .banner .btn:hover{color: #3f4ab5;background: #fff;}
.body_box .banner .picbg{-webkit-transform: scale(1.08);-moz-transform: scale(1.08);-o-transform: scale(1.08);-ms-transform: scale(1.08);transform: scale(1.08);transition: all 5s ease-out;-webkit-transition: all 5s ease-out;-o-transition: all 5s ease-out;-moz-transition: all 5s ease-out;-ms-transition: all 5s ease-out;position: absolute;top: 0;left: 0;width: 100%;}

.body_box .banner .picbg.animated,
.body_box .innerbanner .picbg{-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.ind_box .row{padding:50px 0; }
.ind_box .row1{padding-bottom: 0;overflow: hidden;}
.ind_box .tit{font-size:28px;color: #363737;text-align: center;margin-bottom: 45px;}
.common_list{margin: 0 -35px;}
.common_list li{width: 33.33%;margin-bottom:30px;float: left;}
.common_list .box{padding: 0 35px;}
.common_list h4{margin: 20px 0 5px 0;color: #000;}
.common_list p{font-size: 16px;line-height: 30px;}
.ind_box .row2{ color: #fff;min-height: 320px;}
.ind_box  .row2 .tit{color: #fff;}
.ind_box  .row3{background: #f7fafc;}
.ind_box  .row3 ul{overflow: hidden;border-top: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.ind_box  .row3 ul li{width: 20%;float: left;height: 140px;border-bottom: 1px solid #dcdcdc;position: relative;text-align: center;}
.ind_box  .row3 ul li:before{content: "";width: 1px;height: 100%;position: absolute;top: 0;right: 0;background: #dcdcdc;}
.default_box .common_list{padding: 90px 0 10px 0;overflow: hidden;}
.default_box .common_list .img{text-align: center;}
.default_box .common_list h4{margin-top: 90px;}
.default_box .banner{text-align: center;}
.default_box .banner .box{width: 625px;background: #6291e3;border-radius: 20px;padding: 3px;display: inline-block;*margin:110px 0 0 0;}
.default_box .banner .con{background: #f9fbfd;border-radius: 20px;padding: 10px;color: #6291e3;border:2px solid #edf0f6;}
.default_box .banner .upload{padding-top:60px;}
.default_box .banner .box .tit{font-size: 16px;text-align: center;line-height: 50px;}
.default_box .banner .num{text-align: left;color: #b4c0da;font-size: 14px;}
.default_box .banner .num i{font-size: 24px;color: #6291e3;padding-right: 10px;}
.default_box .upload_box p{margin-top: 20px;}
.default_box .switch{min-height: 170px;}
.default_box .progress_box{padding: 0 40px;margin-bottom: 30px;}
.default_box .progress_box .fr{display: none;}
.default_box .switch .icon{margin: 10px 0;}
.default_box .switch .common_btn{height: 36px;line-height: 36px;background: #6291e3;margin: 0;cursor: pointer;border-radius: 5px;color: #fff;padding: 0 30px;}
.default_box .switch .note{font-size: 12px;color: #929398;}
.default_box .switch .note span{color: #6291e3;}
@media screen and (max-width:1300px) {
	.common_list{margin: 0;}
}
@media screen and (max-width: 640px) {
	.body_box .banner .txt{width: 100%;}
	.body_box .banner{height: 500px;}
	.ind_box .row{padding: 30px 0;}
	.ind_box .tit{font-size: 24px;}
	.common_list{margin: 0;}
	.common_list li{width: 100%;}
	.default_box .banner .box{display: block;width: 100%;}
	.default_box .progress_box{padding: 0;margin-bottom: 10px;}
	.default_box .common_list{padding: 30px 0;}
	.common_list .box{padding: 0;}
	.default_box .banner .upload{padding-top: 30px;}

}

/*添加文章*/
.common_article_wrap{padding:0;}
.common_article_wrap .tit{text-align: center;font-size: 34px;margin-bottom: 50px;color: #5b5b5b;}
.common_article{position: relative;overflow: hidden;margin-bottom: 50px;}
/*.common_article:before{position: absolute;top: 0;left: 50%;height: 100%;border-left: 1px dashed #dcdcdc;content: "";width: 0px;}*/
.common_article li{float:left;width: 33.333%;}
.common_article2 li{width: 13%;}
.common_article li a{display: block;margin-right:5%; font-size: 16px;line-height: 40px;color: #595959;white-space: nowrap;text-overflow:ellipsis; overflow:hidden;}
@media screen and (max-width: 480px) {
	.common_article_wrap{padding: 30px 0;}
	.common_article_wrap .tit{font-size:24px;margin-bottom:15px;text-align: left;}
	.common_article{margin-bottom: 30px;}
	.common_article li{width: 100%;}
	.common_article:before{display: none;}
	.common_article li a{margin: 0;font-size: 14px;line-height: 30px;}
}
/*新闻*/
.common_new_wrap{padding: 30px 0;}
.common_new_wrap .wrap{margin: 0 auto;}
.common_new_wrap .crumb{margin-bottom: 20px;}
.common_new_wrap .crumb a{padding: 0 5px;color: #333;font-size: 15px;}
.common_new_wrap .crumb .active{color: #6291e3;}
.common_new_wrap .txtwrap{line-height: 24px;width:61.9%;float: left; }
.common_new_wrap .new_sidenav{width:20%;float: right;background: #f5f5f5;}
.common_new_wrap .new_sidenav dt{background: #3f4ab5;line-height: 50px;color: #fff;font-size:20px;text-indent: 15px;}
.common_new_wrap .new_sidenav dd a{display: block;line-height: 40px;border-bottom: 1px solid #ebebeb;white-space: nowrap;text-overflow:ellipsis; overflow:hidden; padding: 0 15px;color: #717171;}
/*字体图标 bababa5*/
@font-face {
  font-family: 'iconfont';  /* project id 263353 */
  src: url('//at.alicdn.com/t/font_dg4er6r0yu7q4cxr.eot');
  src: url('../fonts/font_dg4er6r0yu7q4cxr.eot') format('embedded-opentype'),
  url('../fonts/font_dg4er6r0yu7q4cxr.woff') format('woff'),
  url('../fonts/font_dg4er6r0yu7q4cxr.ttf') format('truetype'),
  url('../fonts/font_dg4er6r0yu7q4cxr.svg#iconfont') format('svg');
}
.iconfont{font-family:"iconfont" !important;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}

.tag_key{padding-right: 20px;}
.word_header{margin-bottom: 20px;}
.conet_ta{margin-right: 60px;}

.tag_ceont{font-size: 16px;}
.new_next_detail{
	padding-top: 20px;
}
.new_next_detail div{
	line-height: 30px;
}

.new_note{font-size: 16px;padding-bottom: 30px;display: none;}
.new_note_1{font-size: 16px;display: none;text-align: center;}
.type_chose{text-align: center;padding-top: 10px;color: #fff; width: 625px;margin-left: auto;margin-right: auto;text-align: left;}
.type_chose select{width: 120px;margin-left: 6px;}
.new_checked{color: #fff;font-size: 13px;}

.ipt{
    -webkit-appearance: none;
    vertical-align:middle;
    margin-top:0;
    background:#fff;
    border:#fff solid 1px;
    /* border-radius: 3px; */
    min-height: 15px;
    min-width: 15px;
		margin-right: 6px;
}
.ipt:checked {
    background: #fff;
}
.ipt:checked::after{
    content: '';
    position: absolute;
    background: transparent;
    border: #4ba4e6 solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);

}

.posirelative {
    position: relative;
}
.select-out-div {
    width: 100px;
    overflow: hidden;
	display:inline
}
select.m-wrap {
    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    height: 25px !important;
    line-height: 25px;
		text-align: center;
		padding-left: 6px;
}
.select-hide-span {
    height: 20px;
    position: absolute;
    top: 0;
    /* border-right: 1px solid #e5e5e5; */
    right: 0;
    width: 20px!important;
    z-index: 999;
}
.select-show-b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    margin-left: -4px;
    margin-top: 10px;
    position: absolute;
}
.type_chose{margin-top: 10px;}
.page_value[type="text"]{width: 120px;height: 25px;margin-left: 10px;display: none;}
.chose_li{margin-top: 5px;}
.user_help{
	border:1px solid #acacac;height:300px;width:260px;display:table-caption;float: left;text-align: left;margin-top: 80px;margin-left: -70px;
	font-size: 15px;
}
.user_help .cont_hlp{padding-left: 15px;padding-right: 10px;padding-top: 10px;}
.user_help dl dd a{color: #fff;padding-left: 5px;}
.user_help dl dd a:hover{color:#e21313}
.push{clear: both;width: 100%;padding-top:30px;}
.push a{margin-left: 15px;color: #3f4ab5;}
.push a:hover{color:#e8124c}
.about_cnv{border:1px solid #acacac;border-radius:10px;height:300px;width:130px;padding:8px;display:table-caption;float:left;text-align:center;font-size:15px;margin-right:-70px;}
.about_cnv a{display:block;background:#fff;color:#000;border-radius:3px;padding:5px;margin-top:10px;}
.about_cnv a:hover{background:#20a0ff;color:#fff}
.goon{background-color:#0099FF;color: #fff;padding: 0 30px;display: none;cursor: pointer;font-size: 14px;border-radius: 3px;float: left;margin-right: 5px;}
.goon:hover{background-color: #1595ea;color: #fff;}
@media screen and (max-width: 1200px) {
	.user_help{margin-left: 0px;}
	.about_cnv{display:none;}
}
@media screen and (max-width: 640px) {
	.type_chose{width: 100%;}
	.user_help{display: none;}
}
.xj-ys{webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.2);
    box-shadow: 1px 1px 15px rgba(0,0,0,.2);
   
  padding: 40px 25px;}




/*内页*/

  .tac {
    text-align: center;
}.pt35 {
    padding-top: 35px;
}
                .pb35 {
    padding-bottom: 35px;
}.common_new_wrap .more-btn {
    line-height: 30px;
    border: 1px solid #666bd2;
    color: #666bd2;
    border-radius: 6px;
    width: 280px;
	border-radius: 3px;
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
}.fz18 {
    font-size: 18px;
}.common_new_wrap.text {
    line-height: 24px;
}.fz12 {
    font-size: 12px;
}.common_new_wrap .link {
    margin-top: 30px;
}common_new_wrap .link li {
    margin: 5px 0;
}.common_new_wrap .link a {
    line-height: 24px;
    color: #999;
}.common_new_wrap .more-btn:hover {
    background: #666bd2;
    color: #fff;
}

    .common_new_wrap .new_sidenav {
   
   margin-right: 50px;
    margin-top: 60px;
    color: #666;
    float: left;
   
    width: 27%;
    float: right;
    background: #fff;
}            
                .new_sidenav .download-box .star {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #747474;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}
       .download {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    background: #797ae1;
    background: -moz-linear-gradient(top, #797ae1 6%, #424eb5 75%);
    background: -webkit-linear-gradient(top, #797ae1 6%,#424eb5 75%);
    background: linear-gradient(to bottom, #797ae1 6%,#424eb5 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797ae1', endColorstr='#424eb5',GradientType=0 );
    background: -webkit-linear-gradient(left,#797ae1 6%,#424eb5 75%);
}
.new_sidenav .download-box {
    padding-right: 75px;
}
.new_sidenav .line {
    margin: 25px 0;
	height: 1px;
    background: #e6e6e6;
}.tb {
    display: table;
    height: 100%;
    width: 100%;
}.new_sidenav .tb li {
    height: 26px;
    margin: 10px 0;
    line-height: 26px;
    font-size: 13px;
    color: #646464;
}.fl {
    float: left;
}.new_sidenav .tb .td {
    overflow: hidden;
    margin-left: 80px;
    text-align: right;
}

.hot-search h4 {
	margin-top:20px;
    font-size: 16px;
    margin-bottom: 20px;
}.hot-search a {
    border: 1px solid #cccccc;
    float: left;
    height: 26px;
    line-height: 26px;
       color: #595959;
    padding: 0 20px;
    border-radius: 30px;
    margin: 0 15px 15px 0;
    font-size: 12px;
}
.hot-search a:hover{color: #3a47af;}

.bdshare-button-style0-16 .bds_sqq {
    background-position: 0 -2652px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.bdshare-button-style0-16 .bds_weixin {
    background-position: 0 -1612px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.bdshare-button-style0-16 .bds_qzone {
    background-position: 0 -52px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.bdshare-button-style0-16 .bds_tsina {
    background-position: 0 -104px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

.bdshare-button-style0-16 .bds_tqq {
    background-position: 0 -260px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.bdshare-button-style0-16 .bds_huaban {
    background-position: 0 -1872px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.bdshare-button-style0-16 .bds_douban {
    background-position: 0 -468px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
    .new_sidenav .text {
    line-height: 24px;
}
.m-tp10 {
    margin-top: 10px;
}
.bangong-1{font-size:24px;color:#8b8b8b;margin-top:40px;margin-bottom:20px; }
.push-1{overflow:hidden;padding-bottom:20px;}

/**/
@font-face {font-family: "iconfont";
  src: url('../iconfont/iconfont.eot?t=1581486900434'); /* IE9 */
  src: url('../iconfont/iconfont.eot?t=1581486900434#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAASwAAsAAAAACRAAAARhAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDHAqFTIRLATYCJAMQCwoABCAFhG0HRRu6BxFVnGPJfiRkZxoXjrAhpnw0qiiaA/nAd+q7u7TBJaUZFNDfoHRz2rmCx0/JX+Whfune/tvU6hJVqsxgq/AM4yMc1aEl1oG8rekY26gI1SV7nnqW/5H/fld6acryOI1SCAnC4fNcTu+ueh5m8wPlONa0OZ8fBhhvDWiMjffSnk8qEGwYu4k8yMNAADhYwwpEUEgUHywkwCgCQJQVF2aDlbAiK7gE2oZmwUIG4gSk0CaPkJcAHPd+T3yEA8ECEg0KYGJcQXAe/N6Qb9wo8aZYGrWjejg3AGUZUAArAAwgigq9OaCCuBUodK1sBu4AsKC7wFAtpm/cNmtRvhVtW/QB2fnPI6QBtFye45Sg4A2JNfB0pry0SOfGyy9Ay6ALWAA24A1AaAEYlYZhoiBlNQlXaw1zOcYOQkZSJ66nZWsaqxs4RE49TRA1qoWxiEQpj2oQeXUgCzqLlfN3NPYrC5qXjQX1YoZYiT/Uph70qlOq40hUhAMSI77UsaFBVdTaYSFsaG1s5DcaXNUUNQ7qSpbU+HVDRvy5W9aCYXla2znnflNRY42yoN508YJOM+ZVRZN3XIQDFsKWlR3cuw+Ft27xp26Z9Q2BbL/uzFu8qisSdd7ALT6/aYjDlYxoUD3fbfWuqLVXs/eM8+Cw+vQtryH1+mGaV9OvXF+/nSMZUmM0DxvTg62EVHVLGkeKdvFrRi39WOUxTa/Fq8sWGuhCD/dClScqW3gyHzmPVT7TH2R4hSpfVPIeAXqUwE86Jf/eUmfPO8PpdQv5bWNT8k/djP6zPR2beazcC2VXPDouluWyeM2OnmyzP+FfFKZmjpBm69PvDPsmBvPveUiHKxvXFdzLOEm91n+gGftibKog0/SvUxfk1C+W/jP7RyL/7TAVlP54m9qRsdnnmnH33xn94ebeqjOG27nHtjECPY/98jlS+ifUgt/Hhf9IPa72Xjov64WcbJX9PftbRVVpekd1Duoftx+WfaG0TL2nH/QJkhMM/ObPhjbxurJO5fg6rT4VtKV9U7DlOhc6xzjEFcQrtVBKVLNdvN5/JVXFf9oBIaohiAMYSu2mjIFNcfWTEv8pgzx89+1rpqzXbxb9pEIPiue8Vy+r/qt/sttM53XLGsv+C3NGBfGvtBXAlmlqVOqzeUK66T1a0IVBaiE49RvCuLjlydC2iFC0rFBp25DJuaCh54qmtnt0nRXLe2bYXGQHJy8OYeyNYugXlbEPmZwvGpb+aBrHHF0vMduwZxdh98yoBC3oBwRDnUMO2fmlB/Rjoziu8PgX5CGEII2SdKrADnmIKcPVZyIOHFMLe+44bBqCnqlCI1Ep0udx7IpuFBlqJzvPGFIEsoD2AAKDdBytLHaZ7x8gb9RQuILWkrxAbBDaB6lI0oAstF0j2qV0H1x5GSGcOMxhpAX2vBs1ME5AX9yvggwRKTtEe7lYKOeaaqPp9e0droIucFlGiSoyGprfQT1V2LyVNBrV+fUtUNUTWSYTAAAA') format('woff2'),
  url('../iconfont/iconfont.woff?t=1581486900434') format('woff'),
  url('../iconfont/iconfont.ttf?t=1581486900434') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../iconfont/iconfont.svg?t=1581486900434#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiazai:before {
  content: "\e638";
}

.icon-shoucang:before {
  content: "\e602";
}

.icon-dianzan:before {
  content: "\e627";
}
	  .x-tele{color: #3f4ab5;
    border-radius: 30px;
    border: 1px solid #3f4ab5;
    padding: 2px 12px;}
			  .yanse{color:#3f4ab5;}
              .xj-lift ul li{line-height: 35px;}
              .xj-lift{ float:left; width:60%;margin-top:20px;margin-bottom:20px; }
			  .xj-right{margin-top: 110px;width: 35%;float: right;}
			  .xj-yangshi{ width: 48px;height: 48px;line-height: 48px; border-radius: 50%; border: 1px solid #747474; top: 80px;
    /* right: 0px; */ text-align: center;font-size: 24px;cursor: pointer;}
	        .dtmob h4{margin-top: 20px;font-size: 16px; margin-bottom: 20px;color: #999999;}
			.dtmob-1 h4{margin-top: 20px;font-size: 16px; margin-bottom: 20px;color: #999999;}
.dtmob ul li a{    float: left;
    height: 26px;
    line-height: 26px;
    color: #595959;
    padding: 0 12px;
    
  
    font-size: 14px;}
	  .dtmob-1 ul li a{ 
    height: 26px;
    line-height: 26px;
    color: #595959;
    font-size: 14px;}
	.dtmob ul li a:hover{color:#444fb7;}
	.category-box {
    padding: 0 15px;
    margin-bottom: 10px;
    color: #888;
}
.category-box dl {
    margin-bottom: 15px;
    line-height: 24px;
}
.category-box dd {
    margin-left: 40px;
    display: block;
    overflow: hidden;
}
.category-box dd a.actived {
    color: #fff;
    background: -webkit-linear-gradient(left,#797ae1 6%,#424eb5 75%);
}
.category-box dt {
    float: left;
    font-weight: bold;
    padding: 3px 0;
}
.clearboth {
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}.category-box dd a {
    float: left;
    padding: 0 10px;
    margin: 3px;
    border-radius: 30px;
}

@font-face {font-family: "iconfont";
  src: url('../iconfont.eot?t=1582111136030'); /* IE9 */
  src: url('../iconfont.eot?t=1582111136030#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKEAAsAAAAABjQAAAI3AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAo4UQE2AiQDCAsGAAQgBYRtBzUbfAUR1Ystsr8Ubyxi/fVkn9KpWKC5LqNeDH8nHjZscPGuaGSSMpP6/UY8/Lf2et/O7M+EUCGqnHjgEioAEB5V62pkbV2FqjCsAIX+PcFDWi8Bmf9rYag/NQkXb86Vn6xREWokd37v0RdSHKZ5ykrh7taAwfwWAN0rsznXJ+6n/gQaSD6gOXZRVFJSAO3GAxpoVNDINqEZbxi74AUeJ9Bm1LLYng+fVmT2uEDcSzcvKwWfLLNkERoNS7N4rVaql1XAq+j78RdWolCpE7vs+I2da9Z/cNKSpnMBwU9Aq2skLCMTpxtjRyXBOElbLJvkWMXBD80DqziqSbC/zi7sAMMwHvzgjRWggscSD2ztmXQN0fGwvGm2pwZv+9DJsvObOBDW0c/S9+adQLB491/s9iKDj5tExkx3UFa2Bz9BMrApGzLbUmVN0thZ6dh5RZs2NLGrz9ep+sEzpkIxOMHRYiRDUkyTmV1Grd0qGoo1tFmyt7pdvyeSyK1Y9BQg9HiLSpf3SHp8IDP7BbUh/9HQEwltzgZbtpsNMqlMWsih+WOy++Zdm6i4+EbhvWjOyyLui7imIA5tX05eaSNeYkb9hFHEo+d9xRmcRsuy48F7JittFDmmrvNNb2rtvoKCTFrIofljsvvmg+6iKp+/UXgvmjsa6qIv4pr6x6HtB5BX9Tao4VFeqZ8winj0vK84g0G0LDsezYMyWWnjhMgxdU47P1Tdbq9d/24PAApsQ3Nx5iaq3nLS+y9tAQAAAAA=') format('woff2'),
  url('../iconfont.woff?t=1582111136030') format('woff'),
  url('../iconfont.ttf?t=1582111136030') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../iconfont.svg?t=1582111136030#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sanjiaoxing:before {
  content: "\e6bd";
}

@font-face {
    font-family: 'iconfont';  /* project id 1049830 */
    src: url('//at.alicdn.com/t/font_1049830_w8sbpwjv86s.eot');
    src: url('../fonts/font_1049830_w8sbpwjv86s.eot') format('embedded-opentype'),
    url('../fonts/font_1049830_w8sbpwjv86s.woff2') format('woff2'),
    url('../fonts/font_1049830_w8sbpwjv86s.woff') format('woff'),
    url('../fonts/font_1049830_w8sbpwjv86s.ttf') format('truetype'),
    url('../fonts/font_1049830_w8sbpwjv86s.svg#iconfont') format('svg');
}
.iconfont,.header-box .allDown li a:after{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.news-list {
    display: block;
    margin: 0px 5px;
    font-size: 16px;
    line-height: 40px;
    color: #595959;
}
.paging {
    text-align: center;
    padding: 40px 0 40px 40px;
}
.paging2 {
    background: #3f4ee1;
    color: #FFF;
    display: block;
    padding: 0 12px;
    line-height: 30px;
    border: 0;
}
.paging span {
    height: 30px;
    margin-right: 5px;
    border: 0;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #ddd;
}
.paging span a {
    color: #444;
    display: block;
    padding: 0 12px;
}
.paging em {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #3f4ee1;
    font-size: 16px;
}
.inner-box .banner {
    z-index:10;
    height: 105px;
    background: #eee;
    position: relative;
}
.picbg {
    height: 100%;
    background-size: cover;
    background-size: 100% 100%\9;
    background-position: center center;
    background-repeat: no-repeat;
}
.inner-box .search-box {
    top: 50%;
    margin-top: -30px;
}
.search-box {
    position: absolute;
    left: 50%;
    margin-left: -515px;
    width: 1024px;
    z-index: 999;
    border-radius: 5px;
    border: 1px solid #3f4ab5;
}
.search-box .search {
    background: #ffffff;
    background: rgba(255, 255, 255, .85);
    height: 56px;
    line-height: 56px;
    padding: 0 80px 0 120px;
    border-radius: 5px;
}
.common-select {
    width: 120px;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
}
.common-select .text {
    padding: 0 30px 0 15px;
    height: 100%;
}
.common-select .text i {
    top: 0;
    right: 20px;
}
.common-select .down {
    min-width: 100%;
    top: 100%;
    left: 0;
    background: #ffffff;
    background: rgba(255, 255, 255, .85);
    padding: 2px 0;
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.3);
    box-shadow: 1px 2px 3px rgba(0,0,0,.3);
    border-radius: 5px;
    display: none;
}
.common-select .down p {
    text-indent: 15px;
    line-height: 30px;
}
.search-box .search input {
    text-indent: 15px;
    height: 100%;
    margin-top: 0;
    background: none;
    display: block;
    width: 100%;
}
.search-box .btn {
    border-radius: 0 5px 5px 0;
    font-size: 30px;
    color: #fff;
    background: #ff7919;
    background: -moz-linear-gradient(top, #ff7919 29%, #ff9f19 77%, #fec97f 100%);
    background: -webkit-linear-gradient(top, #ff7919 29%,#ff9f19 77%,#fec97f 100%);
    background: linear-gradient(to bottom, #ff7919 29%,#ff9f19 77%,#fec97f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7919', endColorstr='#fec97f',GradientType=0 );
}
.search-box .btn {
    top: 0;
    right: 0;
    height: 100%;
    width: 120px;
    padding: 0;
    border-radius: 0 5px 5px 0;
    font-size: 30px;
    color: #fff;
    background: #6973cc;
    background: -moz-linear-gradient(top, #9899f9 29%, #6973cc 77%, #424eb5 100%);
    background: -webkit-linear-gradient(top, #9899f9 29%,#6973cc 77%,#424eb5 100%);
    background: linear-gradient(to bottom, #9899f9 29%,#6973cc 77%,#424eb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9899f9', endColorstr='#424eb5',GradientType=0 );
    background: -webkit-linear-gradient(left,#9899f9 6%,#424eb5 75%)!important;
}
.search-box .searchDown {
    position: absolute;
    top: 100%;
    left: 120px;
    right: 80px;
    display: none;
}.search-box .searchDown ul {
     border: 1px solid #e5e5e5;
     background: #fff;
 }
.search-box .searchDown a {
    display: block;
    height: 42px;
    line-height: 42px;
    color: #000;
}
.search-box .searchDown span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 20px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}

.bc1 {
    background: #d7000f;
}
.bc2 {
    background: #ff920b;
}
.bc3 {
    background: #ffc600;
}
.bc {
    background: #cacaca;
}
.search-box .searchDown a:hover {
    background: #f0f0f0;
}
.common-select .down p:hover {
    background: rgba(0, 0, 0, .05);
    color: #3f4ab5;
}
.search-box .common-select:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 12px;
    bottom: 12px;
    right: 0;
    background: #bfbfbf;
}

.xjpopup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	outline: 0;
	-webkit-overflow-scrolling: touch;
	background-color: rgb(0, 0, 0);
	filter: alpha(opacity=60);
	background-color: rgb(0 0 0 / 40%);
	z-index: 9999;
}
.tcpo {
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	width: 471px;
	height: 195px;
	background: #FFFFFF;
	border-radius: 10px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.tcpo1 {
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	width: 360px;
	height: 164px;
	background: #FFFFFF;
	border-radius: 10px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}		
.popup-shang{height: 44px;
border-bottom:1px solid #EEEEEE;
border-radius: 10px 10px 0px 0px;}	
.popup-gb{display: block;width: 13px;height: 13px;background: url(../images/popupgb.png); 
background-size:100% 100%;position:absolute;right:17px;top:14px;cursor:pointer;}
.tancuang{vertical-align: middle;margin-right: 5px;position:relative;top:-2px;}	
.popup-shang p{line-height:44px;padding-left: 22px;color: #999999;}	
.popup-xia{padding: 30px 20px;}	
.popup-xia1{padding:20px;}		
.xjpopup a.poxzkhd{
	width: 127px;
	height: 39px;display: block;margin: 0 auto;
	background: #3F4AB6;font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;text-align:center;
	line-height: 39px;
	border-radius: 4px;
}
.popup-xia1 p{color: #333333;}	
.popup-xia1 p span{color:#F74444}	