/*头部*/
.header{height: 8%;width: 100%;text-align: center;position: relative;}
.header .logo{position: absolute;left: 50%;top: 50%;margin-top: -18px;margin-left: -111.5px;}
.header .menu-btn{width: 30px;height: 30px;position: absolute;left: 10px;top: 50%;margin-top: -15px;background: url("/Public/Home/img/menu-btn.png") no-repeat;background-size: 30px 30px;}

/*底部*/
.nav{width: 100%;height: 9%;position: fixed;bottom: 0;background: #fff;border-top:1px solid #E6E6E6;}
.nav ul{height: 100%;}
.nav ul li{width: 25%;height: 100%;text-align: center;display:flex;justify-content:center;align-items:center;;float: left;font-size: 1.2rem}
.nav ul li img{width: 20px;}
.nav ul li a{color: #929292;}

/*首页平台*/
.board{text-align: center;}
.board img{width: 90%;}

.part-title{margin:auto;padding-top: 10px;padding-bottom:10px;font-size: 1.5rem;font-weight: bold;color: #FC322F;}
.part-title label{margin-left: 8px;}
.part-title label a{font-size: 1.5rem;}
.part-title .active{color: #FC322F;}

/*首页公司动态*/
.news{width: 95%;margin: auto;}
.news-first{height: 160px;position: relative;}
.news-first-title{height: 35px;line-height: 35px;font-size: 18px;color: white;width:100%;position: absolute;bottom: 0;background: rgba(0,0,0,0.6);}
.news-other li{padding-top: 7px;padding-bottom: 7px;border-bottom: 1px #E6E6E6 solid;}
.news-other li p:nth-child(1){font-size: 18px;}
.news-other li p:nth-child(2){font-size: 16px;color: #ADADAD;}

/*公司动态*/
.news_content_list{width: 98%;margin: auto;}
.news_content_list li{border-bottom: 2px #F7F7F7 solid;height: 90px;padding-top: 3px;padding-bottom: 10px;}
.news_content_list li p:nth-child(1){font-size: 18px;font-weight: bold;color: black;}
.news_content_list li p:nth-child(2){font-size: 14px;}
.news_content_list li p:nth-child(3){font-size: 14px;margin-top: 10px;}
.news_content_list li a{color: #AAAAAA;}
.info-content{margin-left: 5px;margin-right: 5px;padding-top: 20px;}
.info-content .title{text-align: center;font-size: 20px;font-weight: bold;}
.info-content .date{text-align: center;font-size: 16px;color: #AAAAAA;}
.info-content .content{border-bottom: 2px #F7F7F7 solid;padding-bottom: 20px;}
#news-info img{width: 100%;height: auto;}

/*用户风采*/
.partner{width: 95%;margin: auto;overflow: auto;padding-bottom: 20px;}
.partner li{width: 25%;float: left;text-align: center;padding-bottom: 10px;}
.partner li img{width: 90%;}
.partner-content{display: none;z-index: 99999999;position: fixed;bottom: 10%;width: 90%;height: 70%;left: 50%;margin-left: -45%;border: 1px #A1A1A1 solid;border-radius: 8px;background: white;}
.partner-content-tit{height: 5.5rem;line-height: 5.5rem;font-size: 1.8rem;}
.partner-content-tit img{height: 4.5rem;vertical-align: middle;margin-left: 10px;}
.partner-content-con{width: 95%;height: 76%;margin: auto;margin-top: 20px;font-size: 1.3rem;overflow: auto;}
.close{position: absolute;right: 10px;top: 10px;}
.close img{width: 4rem;height: 4rem;}

/*首营平台*/
.solve{background: #F9F9F9;}
.solve_title{margin-top: 20px;}
.solve_title img{width: 100%;margin-top: 30px;}
.solve-content{padding-left: 15px;padding-right: 15px;position: relative;}
.scroll-content{width: 100%;margin: auto;border: 1px red soluid;}
.scroll-content img{width: 70%;margin-left: 15%;}
.scroll-content div{font-size: 1.1rem;margin-top: 5px;text-align: justify;width: 90%;margin: auto;}
.prev-btn{width: 30px;height: 30px;border: none;background: url("/Public/Home/img/prev_btn.png") no-repeat;background-size: 30px;position: absolute;left: -5px;top: 50%;margin-top: -15px;z-index: 999;}
.next-btn{width: 30px;height: 30px;border: none;background: url("/Public/Home/img/next_btn.png") no-repeat;background-size: 30px;position: absolute;right: -5px;top: 50%;margin-top: -15px;z-index: 990;}

.guide li{width: 40%;float: left;margin-left: 6.66%;}
.guide li img{width: 100%;}

.flow img{width: 100%;}
.advantages img{width: 100%;}
.aptitude{padding-bottom: 20px;}
.aptitude_data_list li{width: 30%;margin-left: 2.5%;float: left;}
.aptitude_data_list li img{width: 100%;}
.policy{background: #FF2D2B;padding-bottom: 30px;padding-top: 20px;}
.policy_title{text-align: center;}
.policy_title img{width: 50%;}
.policy_list{overflow: auto;}
.policy_list li{float: left;width: 26%;margin-left: 5.5%;}
.policy_list li img{width: 100%;}
.policy-lookbtn{width: 70%;background: #383838;height: 30px;line-height: 30px;text-align:center;color: white;margin: auto;margin-top: 30px;font-size: 1.3rem;}

/*关于我们*/
.service{text-align: center;margin-top: 40px;}
.service .service-title{width: 70%;}
.service .service-content img{width: 100%;}
.map{background: #1E1E1E;padding-top: 20px;padding-bottom: 20px;}
.map-content{width: 90%;margin: auto;}
.map-tit{text-align:center;color: white;}
.map-tit img{width: 60%;}
.map-intro{width: 83%;margin: auto;color: white;margin-top: 20px;}
.map-intro .qrcode{width: 80%;display: block;margin: auto;margin-top: 20px;}
.map-intro ul li{height: 40px;line-height: 20px;}
.map-intro ul li img{vertical-align: middle;}

/*资质页面*/
.certificate{width: 95%;margin: auto;margin-top: 10px;overflow: auto;}
.certificate-tit{margin-top: 10px;margin-bottom: 5px;font-size: 1.7rem;font-weight: bold;clear: both;}
.certificate-list{float: left;width: 48%;text-align: center;margin-left: 1%;margin-top: 10px;}
.certificate-list .imgbd{width: 100%;border: 1px #E6E6E6 solid;}

/*底部*/
.foot{line-height: 30px;background: #272828;color: white;text-align: center;}

