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);}
a:hover{color: #ff4c23;}                        
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(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;}
}
.color{color: #2d5be4;}
/*滚动条样式*/
.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: #2251dc;}
.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;max-width: 360px;margin: 0 auto;}
.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 .progress{position: relative;height:8px;overflow: hidden;background: url('../images/progressbg.png') repeat-x #e5e5e5; }
.progress_box .progress div{position: absolute;top:0;left:0;width:0;height: 100%;overflow: hidden;}
.progress_box .progress span{height: 100%; position: absolute;top: 0;left: 0;background: url('../images/progress.png') repeat-x #e5e5e5;-webkit-animation:progressDone 5s linear infinite;animation:progressDone 5s linear infinite;}
/*分享*/
.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:400px;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: #3d9ffd;position: relative;top: 2px;}
.share_wrap .share span{color: #3d9ffd;font-size:14px;border:1px solid #3d9ffd;display: block;border-radius: 10px;padding: 0 15px;}
.share_wrap .share a:hover span{color: #fff;background: #3d9ffd;}
.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: #fff;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: #2d5be4;}
.btn_blue:hover{background: #1389e1;}
.btn_green{background: #acd598;}
.btn_green:hover{background: #93c67a;}
.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;}

.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*/

/*右侧*/
.side_fix{position: fixed;top: 50%;right: 40px;margin-top: -50px;z-index: 999;}
.side_fix .btn{width:65px;height: auto; color: #fff;border-radius: 5px;background: #2f5de4;text-align: center;font-size: 24px;cursor: pointer;margin-bottom:10px;font-size:12px;line-height: 1;display: block;padding: 10px 0;}
.side_fix .btn i{display: block;font-size: 30px;margin-bottom: 8px;}
.side_fix .qqline{background: #36c97f;}
@media screen and (max-width: 1200px) {
	.side_fix{right: 0;}
}
@media screen and (max-width: 1024px) {
	.side_fix{display: none;}
}
/*头部导航*/
.header_box{position: relative;z-index: 99;background: #2d5be4;color: #fff;}
.header_box .logo{height: 100px;width:237px;line-height: 0;font-size: 48px;color: #fff;background: url('../images/logo.png') no-repeat left center;overflow: hidden;text-indent: -999999px;}

.header_box .logo img{max-height: 80px;}
.header_box .menu{margin-top: 25px;float: none;}
.header_box .menu li{float: left;position: relative;}
.header_box .menu li a{display: block;font-size: 16px;color: #fff;padding: 0 20px;height: 60px;line-height: 60px;}
.header_box .menu li a i{padding-left: 5px;}
.header_box .menu li a .icon{display: none;}
.header_box .menu li .sub{background: rgba(45,91,228,.75);background:#2d5be4\9;width: 100%;text-align: center;position: absolute;top:60px;left: 0;display: none;}
.header_box .menu li .sub dl{position: relative;z-index: 1;}
.header_box .menu li .sub a{height: 30px;line-height: 30px;color: #fff !important;padding: 0;font-size: 14px;}
.header_box .menu li .sub a:hover{background: #fff;color: #3c89d5 !important;}
.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;}
.header_box .menu li.active,
.header_box .menu li.on,
.header_box .menu li:hover{background: #f7f7f7;}
.header_box .menu li.active a,
.header_box .menu li.on a,
.header_box .menu li:hover a{color: #2d5be4;}
.header_box .menu li.home{background: none;}
.header_box .menu li.home a{color: #fff;font-size: 24px;position: relative;}
.header_box .menu li.home a .arr{position: absolute;bottom: 0;right: 0;font-size: 12px;line-height: 1;}
.header_box .category{display: none;}
@media screen and (max-width: 1020px) {
	.header_box .menu li a{padding: 0 15px;}
}
@media screen and (max-width: 640px) {
	.header_box{height: 50px;}
	.header_box .logo{height: 36px;margin-top: 7px;font-size: 24px;}
	.header_box .logo img{max-height: 40px;}
	.header_box .category{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;display: block;}
	.header_box .menu{width: 100%;top: 100%;left: 0;position: absolute;background: #2d5be4;display: none;margin-top: 0;}
	.header_box .menu li{float: none;}
	.header_box .menu li a{height: 50px;line-height: 50px;}
	.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{padding: 0 25px;font-size: 13px;}
	.header_box .menu li.home{display: none;}
	.header_box .menu li a i{float: right;}
}

/*底部*/
.footer_box{background: #414a68;}
.footer_box .hd,
.footer_box .hd a{color: #63709e;}
.footer_box .hd a:hover{color: #fff;}
.footer_box .hd{overflow: hidden;padding-top: 20px;padding-bottom: 20px;}
.footer_box dl{overflow: hidden;margin-bottom: 20px;line-height: 24px;}
.footer_box dl dt{font-size: 14px;float: left;padding-right: 5px;}
.footer_box dl dd{overflow: hidden;}
.footer_box dl dd a{float: left;padding-right: 35px;}
.footer_box .bd{background: #202433;line-height: 60px;text-align: center;padding: 0 15px;}
.footer_box .bd,.footer_box .bd a{color: #383f59;}
.footer_box .bd .icp_number{display:inline-block;text-decoration:none;height:20px;line-height:20px;margin-right:10px;}
.footer_box .bd .police_number{display:inline-block;text-decoration:none;height:20px;line-height:20px;width: 224px;}

/*首页*/
/*内页*/
.default_box{border-top: 66px solid #2d5be4;}
.default_box .nav_box{background: #f7f7f7;padding: 15px 25px;margin-top: -66px;}
.default_box .nav_box dl dd{overflow: hidden;}
.default_box .nav_box a{line-height: 34px;border:1px dashed #d9d9d9;background: #eee;color: #9c9b9b;padding: 0 10px;float: left;margin-bottom: 15px;margin-right: 15px;border-radius: 5px;}
.default_box .nav_box a:hover,
.default_box .nav_box a.active{color: #fff;border-color: #2d5be4;background: #7893e4;}
.default_box .main_box{padding-bottom: 20px;position: relative;}
.default_box .main_box:before{content: "";z-index: -1;position: absolute;top: 0;left: 0;height: 300px;width: 100%;background: #f7f7f7;}
.default_box .main_box .list dt{line-height: 60px;font-size: 18px;color: #626262;border-bottom: 1px dashed #eee;font-weight: bold;overflow: hidden;}
.default_box .main_box .list dt i{font-size: 24px;padding-right:8px;color: #3d99f5;float: left;}
.default_box .main_box .list dd{font-size: 16px;color: #737373;padding: 20px 30px;}
.default_box .main_box .list ul{overflow: hidden;}
.default_box .main_box .list ul li{width: 16.66667%;float: left;height:60px;position: relative;text-align: center;margin: 10px 0;}
.default_box .main_box .list ul li img{max-height: 60px;}
.progress_box{max-width: 640px;margin: 0 auto;display: none;}
.progress_box ul{margin-top: -21px;margin-right: -15%;margin-left: -15%;text-align: center;position: relative;}
.progress_box ul li{width: 25%;float: left;font-size: 16px;color: #a6a3a3;}
.progress_box ul li span{width: 26px;height: 26px;border-radius: 50%;border:2px solid #fff;text-align: center;line-height: 26px;color: #fff;font-weight: bold;background: #b5b5b5;display: block;margin: 0 auto;margin-bottom: 15px;}
.progress_box ul li.active span{background: #305de3;border-color: #98abe4;}
.default_box .common_box{text-align: center;margin-bottom:100px;padding:30px;font-size: 16px;color:#999;background: #f7f7f7;}
#uploader{border:1px dashed #e8e8e8;background: #fff;padding: 50px 20px;}
.default_box .common_box .note{margin: 15px 0;}
.default_box .common_box .btn{display: block;margin:25px auto;max-width:360px;color: #fff;font-size: 22px;background: #2d5be4;}
.default_box .upload_box .btn{text-decoration: underline;}
.default_box .now_box .note{font-size: 22px;color: #305de3;margin-top: 40px;}
/*客户端*/
.client_box{background: #f6f6f6;}
.client_box .tit{color: #3d99f5;margin-bottom: 15px;font-size: 18px;}
.client_header{position: absolute;top: 0;left: 0;width: 100%;background: none;}
.client_header .back_home{line-height: 100px;font-size: 16px;color: #bedaff;}
.client_box .banner{height: 420px;position: relative;padding: 100px 0;overflow: hidden;}
.client_box .banner .bg{position: absolute;top: 0;left: 0;height: 100%;width: 100%;background:url('../images/client_banner.jpg') no-repeat left center;background-size: cover;background-size: 100% auto\9;background-repeat: no-repeat;background-position: center center;-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);transition: all 3s ease-out;-webkit-transition: all 3s ease-out;-o-transition: all 3s ease-out;-moz-transition: all 3s ease-out;-ms-transition: all 3s ease-out;}
.client_box .banner .bg.animated{-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.client_box .banner .wrap{position: relative;z-index: 1;height: 100%;color: #fff;}
.client_box .banner .tb{width: 50%;margin-left: 50%;}
.client_box .banner h3{font-size: 42px;}

.client_box .banner p{font-size: 18px;margin: 15px 0 50px 0;line-height: 40px;}
.client_box .banner .btn{background: #10d560;color: #fff;font-size: 28px;line-height: 70px;padding: 0 60px;border-radius: 0;}
.client_box .row{padding:20px 0;}
.client_box .row2 .pic{width: 59%;}
.client_box .row2 .txtwrap{width: 39%;min-height: 300px;outline:1px solid #ececec;}
.client_box .row2 .txt{padding:30px 20px;}
.client_box .row2 .txt p{font-size: 16px;line-height: 28px;}
.client_info_list li{width: 20%;float: left;margin: 15px 0;text-align: center;}
.client_info_list li .con{padding: 0 10px;}
.client_info_list li h4{margin:10px 0; }
.common_new_list li{width: 25%;float: left;position: relative;}
.common_new_list li:before{content: "";position: absolute;top: 50%;left: 0;width: 2px;height: 2px;margin-top: -1px;background: #2871d5;}
.common_new_list li a{display: block;margin-right: 5%;white-space: nowrap;text-overflow:ellipsis; overflow:hidden;line-height: 40px;color: #555;transition: all .2s ease-out;-webkit-transition: all .2s ease-out;-o-transition: all .2s ease-out;-moz-transition: all .2s ease-out;-ms-transition: all .2s ease-out;padding-left: 5px;}
.common_new_list li a:hover{color: #2871d5;}
@media screen and (max-width: 640px) {
	.default_box{border-top: 0;}
	.default_box .nav_box{display: none;}
	.progress_box ul li{font-size: 12px;}
	.default_box .main_box{padding: 40px 0;}
	.progress_box{margin: 0 30px;}
	.default_box .common_box{margin-bottom: 30px;}
	.default_box .now_box .note{font-size: 20px;}
	.default_box .main_box .list dd{padding:15px 0;}
	.default_box .main_box .list ul li{width: 50%; }
	.client_box .banner .bg{background-position: right center;}
	.client_box .banner .tb{width: 100%;margin-left: 0;}
	.client_box .banner h3{font-size: 32px;}
	.client_box .banner h3 span,.client_box .banner p{font-style: 16px;}
	.client_box .banner p{line-height: 24px;margin: 20px 0;}
	.client_info_list li{width: 100%;}
	.client_info_list li .con{padding: 0;}
	.client_box .row2 .pic{float: none;width: 100%;margin-bottom: 20px;}
	.client_box .row2 .txtwrap{width: 100%;min-height: inherit;}
	.common_new_list li{width: 100%;}
	.common_new_list li a{margin: 0;}
	.client_header .back_home{line-height: 50px;font-size:14px;}
}
@media screen and (max-width: 480px) {
	.header_box .logo{background-size:150px 63px;width: 150px;}
}
/*添加文章*/
.common_article_wrap{padding:0;}
.common_article_wrap .tit{text-align: left;font-size:18px;margin-bottom: 10px;color: #626262;font-weight: bold;}
.common_article{position: relative;overflow: hidden;margin-bottom: 40px;}
.common_article li{float:left;width: 33.333%;}
.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:10px 0;}
	.common_article{margin-bottom: 30px;}
}
/*新闻*/
.common_new_wrap{padding: 30px 0;}
.common_new_wrap .wrap{margin: 0 auto;overflow: hidden;}
.common_new_wrap .crumb{margin-bottom: 20px;}
.common_new_wrap .crumb a{padding: 0 5px;color: #333;font-size: 16px;}
.common_new_wrap .crumb .active{color: #6291e3;}
.common_new_wrap .txtwrap{line-height: 24px;width:75%;float: left; }
.common_new_wrap .new_sidenav{width:20%;float: right;background: #f5f5f5;}
.common_new_wrap .new_sidenav dt{background: #2d5be4;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;}

@-webkit-keyframes progressDone{from{background-position:0 0}to{background-position:100% 0}}
@keyframes progressDone{from{background-position:0 0}to{background-position:100% 0}}

/*友情链接*/
.common_friend_link{overflow: hidden;}
.common_friend_link a{float: left;margin-right: 30px;margin-top: 10px;margin-bottom: 10px;}

.footer_box dl.links{float:left;width:33.33%;}
.footer_box dl.links dt{float: none;}
.footer_box dl.links dd a{float: none;display: block;}
/*字体图标bababa5*/
@font-face {
  font-family: 'iconfont';  /* project id 263353 */
  src: url('//at.alicdn.com/t/font_dg4er6r0yu7q4cxr.eot');
  src: url('//at.alicdn.com/t/font_dg4er6r0yu7q4cxr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_dg4er6r0yu7q4cxr.woff') format('woff'),
  url('//at.alicdn.com/t/font_dg4er6r0yu7q4cxr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_dg4er6r0yu7q4cxr.svg#iconfont') format('svg');
}
.iconfont{font-family:"iconfont" !important;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}

.new_next_detail{
	padding-top: 20px;
}
.new_next_detail div{
	line-height: 30px;
}


.joint h3{color: #f7860e;line-height: 60px;}
.joint dl dt{margin-right: 170px;float: left;}
.joint dl dd{float: left;}
.joint,.joint dl{clear: both;}
.joint dl{line-height: 30px;font-size: 18px;}
.joint{width: 90%;margin-left: auto;margin-right: auto;height: 150px;margin-top: 20px;border-bottom: 1px solid #d9d9d9;}
.joint .fr{margin-right: 163px;}
.j-last{border-bottom: none;font-size: 26px;color: #847d88;text-align: center;padding-top: 30px;height: 220px;}
.j-last a .btn{background-color: #09b55e;padding: 5px 30px;}
.j-last a {margin-left: 30px;margin-right: 30px;}
.j-last a .btn-1{background-color: #0099FF;}
.more-use{text-align: center;font-size: 36px;padding-bottom: 70px;color: #acacac;padding-top: 70px;}
/* .new-cnv{margin-top: 100px;} */
@media screen and (max-width: 640px) {
	.joint dl dt{margin:0 0;}
	.joint .fr{margin: 0 0;}
	.joint dl dd{float: right;width: 60%;}
	.j-last a{margin-right: 50px;}
	.j-last{line-height: 70px;height: 300px;}
	.more-use{margin-top: -30px;font-size: 30px;}
}

.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;
background: #F5F5F5;
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;}	
.popup-xia{padding: 30px 20px;}	
.popup-xia1{padding:20px;}		
.xjpopup a.poxzkhd{width: 127px;
height: 39px;display: block;margin: 0 auto;
background: #2D5BE4;font-size: 14px;
font-weight: 500;
color: #FFFFFF;text-align:center;
line-height: 39px;
border-radius: 4px;}
