@import "comm.css";

body {
    background-color: #f5f5f5 !important;
}

.swiper-pagination-bullet-active {
    background: #666;
}

#header {
    position: relative;
	height:0.9rem;
}

#header .logo img {
    margin-left: 60%;
    width: 0.89rem;
    height: 0.5rem;
    margin-top: 0.2rem;
}

#header .nav-btn {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
}

#header .nav-mess {
    position: absolute;
    right: 0.2rem;
}

#header .nav-btn img {
    display: block;
    width: 100%;
}

#header .nav-btn img {width: 3.33rem;height: 0.58rem;}


/** 右侧滑动菜单 **/

#header .nav-mess {
    top: 0;
    right: 0;
    padding: 0.2rem;
}

.drawer-open {
    height: 100%;
    overflow: hidden !important;
}

.drawer-mask {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    right: 0;
    z-index: 99;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.drawer-mask-open {
    visibility: visible;
    opacity: 1;
}

.drawer-nav {
    position: fixed;
    right: -2rem;
    z-index: 100;
    width: 2rem;
    height: 100%;
    background: #333;
    transition: all ease .3s;
    transform: translate(0px, 0px) translateZ(0px);
}

.drawer-nav-open {
    right: 0;
}

.drawer-nav ul {
    padding: 0.1rem;
}

.drawer-nav li {
    text-align: center;
    border-bottom: 1px solid #3f3f3f;
}

.drawer-nav li a {
    display: block;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #fff;
    font-size: 0.24rem;
}

/** 右侧滑动菜单 End **/

.index-focus {
    margin: 0 0 0.3rem 0;
}

/*

.banner{margin: 0 0 0.3rem 0;}

.banner img{display: block;width:100%;}

*/

/* == 因4周年庆 首页图标临时更换，所以注释原图标css样式，周年庆过后，恢复如下css  == */


.index-case {
    margin: 0.2rem 0 0 0;
}

.index-case img {
    display: block;
    width: 100%;
}

.index-case .swiper-slide {
    position: relative;
}

.index-case .case-info {
    position: absolute;
    left: 3.3%;
    top: 0;
    width: 45%;
}

.index-case label {
    display: inline-block;
    padding: 0 0.1rem;
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.35rem;
    background: #4cbbb4;
    border-radius: 0 0 5px 5px;
    vertical-align: top;
}

.index-case .title {
    padding: 10% 0 0 0;
    font-size: 0.2rem;
}

.index-case .title span {
    display: block;
    font-size: 0.36rem;
    line-height: 120%;
}

.index-case .info {
    padding: 10% 0 0 0;
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #666;
}

.index-case .info span {
    display: block;
    width: 1.1rem;
    height: 0.34rem;
    margin: 0 0 4% 0;
    line-height: 0.34rem;
    text-align: center;
    font-size: 0.2rem;
    background: #666;
    color: #fff;
}

.index-case p {
    position: absolute;
    left: 0;
    top: 88%;
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
}

.index-case .btn-more {
    display: block;
    width: 3.4rem;
    height: 0.6rem;
    margin: 0.2rem auto 0;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    border-radius: 3px;
    background: #fda233;
}


.brand-zhuanjia {
    margin-top: 0.2rem;
}

.brand-zhuanjia .bd li {
    position: relative;
}

.brand-zhuanjia .bg {
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 100%;
    padding: 3%;
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #666;
    background: rgba(255, 255, 255, 0.7);
}

.brand-zhuanjia .title {
    padding: 0 0 2% 0;
    font-size: 0.24rem;
    color: #4cbbb4;
}

.brand-zhuanjia .swiper-pagination {
    position: static;
}

.brand-zhuanjia .hd {
    margin: 0.1rem 0 0 0;
    font-size: 0;
    text-align: center;
}

.brand-zhuanjia .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #ddd;
    vertical-align: top;
}

.brand-zhuanjia .hd li.on {
    background: #666;
}



.ihd2 {
    padding: 0 0 2% 0;
    font-size: 0.28rem;
    color: #333;
    text-align: center;
    line-height: 0.3rem;
}

.teyao li {
    position: relative;
    padding: 1.5%;
    margin: 2% 0 0 0;
    background: #f1f1f1;
}

.teyao li a {
    display: block;
}

.teyao .zj-pic {
    position: relative;
    float: left;
    width: 22.83%;
    padding: 22.83% 0 0 0;
    border-radius: 50%;
    overflow: hidden;
}

.teyao .zj-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.teyao .zj-title {
    width: 90%;
    height: 0.7rem;
    padding: 0.2rem 0 0 0;
    line-height: 0.5rem;
    font-size: 0.2rem;
    color: #666;
    border-bottom: 1px dashed #e1e1e1;
}

.teyao .zj-title span {
    padding: 0 0.2rem 0 0.2rem;
    font-size: 0.24rem;
    color: #333;
}

.teyao .zj-info {
    padding: 0.15rem 0 0 0;
    font-size: 0.2rem;
    color: #333;
    line-height: 0.26rem;
}

.teyao .zj-info span {
    display: inline-block;
    padding: 2px 3px 0 3px;
    margin: 0 0.05rem 0 0.2rem;
    line-height: 0.26rem;
    color: #fff;
    background: #666;
    vertical-align: middle;
    border-radius: 3px;
}

.teyao i {
    position: absolute;
    right: 1.5%;
    top: 7%;
    width: 0.7rem;
    height: 0.7rem;
    padding: 0.13rem 0 0 0;
    color: #fff;
    font-style: normal;
    font-size: 0.2rem;
    line-height: 0.24rem;
    text-align: center;
    background: #a6d5d2;
    border-radius: 50%;
}

.teyao i:after {
    position: absolute;
    z-index: 1;
    left: 0rem;
    bottom: 0;
    width: 0.32rem;
    height: 0.32rem;
    content: '';
    background: #a6d5d2;
}

.teyao i span {
    position: relative;
    z-index: 2;
}

.btn-ty {
    display: block;
    width: 3.4rem;
    height: 0.6rem;
    margin: 2% auto 0;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    border-radius: 3px;
    background: #fda233;
}

.zjpq-btn {
    width: 5.6rem;
    margin: 0 auto;
    margin-top: 0.2rem;
}

.zjpq-btn img {
    display: block;
    width: 100%;
    height: auto;
}




/*新增代码*/
.form{ background: #fff;padding-top: 0.3rem;}
.form .title {
    text-align: center;
    font-size: 0.3rem;
}

.form .yiyou {
    text-align: center;
    font-size: 0.3rem;
}

.form .title span {
    color: #333333;
}
.form-row{    
	font-size: 0.24rem;
	margin-bottom: 0.2rem;
	margin-left: 0.6rem;
	margin-top: 0.2rem;
	}

.form-row .input-text {    
	flex: 1;
	width: 90%;
	font-size: 0.24rem;
	box-sizing: border-box;
	color: #000;
	text-indent: 0.5em;
	height: 0.6rem;
	border-radius: 10px;
	background:#f1f1f1;
	}
	
.form .select{    
    flex: 1;
    width: 82%;
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    color: #000;
    text-indent: 1em;
    height: 0.6rem;
    margin-left: 0.6rem;
	border-radius: 10px;
	background:#f1f1f1;
	border:none;
	}

.zbtn{width:3.22rem;background: url(../images/zbtn.jpg);background-size: 100% 100%;height:0.99rem;text-align: center;margin-left: 22%;}



/*.zbtn {width: 100%;height: 100%;text-align: center;}
.zbtn img {width:3.22rem;height:0.99rem;}*/

.zbtn button {margin-top: 0.25rem;
    font-size: 0.35rem;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999999;
  font-size: .24rem;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: .24rem;
}

.form .xinxi{text-align:center;}
.form .xinxi span { font-size: 0.2rem;}

.main {background:#fff;} 
.title {
    text-align: center;
    padding-top: 0.3rem;
    font-size: 0.48rem;
    color: #333333;
}
.en {text-align: center;padding-top: 0.1rem;font-size: 0.18rem;color:#888888;}
.m1 li{    float: left;width: 2.9rem;margin-top:0.5rem;}
.m1 li .pic{width: 105px;height: 105px;margin: 0 auto;}
.m1 li .pic img{display: block;width: 105px;height: 105px;}
.m1 li h3{font-size: 24px;font-weight: normal;line-height: 60px;}

.m1 .m-data {height: 4rem;margin-left: 0.5rem;}
.m1 .ul-listb2 li .con {color: #424040;}
.m1 .ul-listb2 li .con p {font-size: 0.28rem;}
.m1 .ul-listb2 li .big {font-size: 0.62rem;color: #424040;}
.m1 .ul-listb2 li span {font-size: 0.22rem;color: #424040;}

.zjtd-focus{height: 4rem;overflow: hidden;}
.zjtd{background: #f1f2f6;}


.zjtd .hd li{
	float: left;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #dfe1e7;
    border: 1px solid #dfe1e7;
    text-align: center;
    color: #333;
    font-size: 0.22rem;
    border-radius: 0.1rem;
	margin-top: 0.1rem;
	}
	
	
.zjtd .hd li.on{color:#fff;background: #4cbbb4;}
.ty-list{margin-top: 0.1rem;}
.ty-list li{position: relative; padding:0.2rem 0 0.2rem 1.47rem;overflow: hidden;background: #eee;}
.ty-list li:nth-child(2n){background: #fff;}
.ty-list .ty-list-left{float: left;margin: 0 0 0 -1.37rem;}
.ty-list .pic{width: 1.37rem;height: 1.37rem;margin:0 0 0.2rem 0;border-radius: 100%;overflow: hidden;}
.ty-list .pic img{display: block;width: 100%;}
.ty-list .but a{display: block;width: 1.2rem;height: 0.4rem;line-height: 0.4rem;text-align: center;color:#fff;font-size:0.2rem;background: #fda233;border-radius: 3px;}
.ty-list .ty-link{position: absolute;top: 0.1rem;right: 0.1rem;width: 0.28rem;height: 0.28rem;}
.ty-list .ty-list-p1{padding: 0 0 0.05rem 0.2rem;}
.ty-list .ty-list-p1 .ty-xm{font-size: 0.3rem;color: #000;font-weight: normal;}
.ty-list .ty-list-p1 .ty-zc{font-size: 0.2rem;color: #666;}
.ty-list .ty-ry{padding: 0 0 0.05rem 0.2rem;font-size: 0.2rem;color: #333;border-bottom: 1px dashed #d4d4d4;}
.ty-list .ty-time{position:relative;overflow:hidden; min-height: 0.8rem; padding: 0.05rem 0 0 0.2rem;line-height: 0.4rem;font-size: 0.2rem;}
.ty-list .ty-time span{display: inline-block;width: 0.63rem;height: 0.29rem;margin:0 0.1rem 0 0;line-height: 0.29rem;text-align: center;color: #fff;border-radius: 3px;background: #4cbbb4;vertical-align: middle;}
.ty-list .ty-time i{position: absolute; right: -0.75rem;top: -0.75rem; width: 1.5rem;height:1.5rem;padding: 0.65rem 0.75rem 0 0.2rem;font-size:0.24rem;font-style:normal;line-height: 0.75rem;color:#fff;text-align:left;background: #fda233;border-radius: 100%;}

.zjtd-list{display: none;}
.zjtd-list .moreul{display: none;}
.zjtd .bd .zjtd-list.on{display: block;text-align: center;margin-top: 0.2rem;}
.zjtd-list li{position:relative; height: 1.8rem; padding:0.2rem 0 0.2rem 1.47rem;margin: 0.1rem 0 0 0; box-sizing: border-box;border: 1px solid #eee;background: #eee;}
.zjtd-list .pic{float:left;margin-left:-1.37rem;width: 1.37rem;height: 1.37rem;-webkit-border-radius: 50%;border-radius: 50%; overflow: hidden;box-sizing: border-box;border: 1px solid #d4d4d4;}
.zjtd-list .pic img{display: block;width: 1.37rem;}
.zjtd-list .zj-p1{height: 0.4rem;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.zjtd-list .zj-xm{padding: 0 0 0 0.2rem;font-size: 0.3rem;color: #000;font-weight: normal;}
.zjtd-list .zj-zc{padding: 0 0 0 0.2rem;font-size: 0.2rem;color: #666;line-height: 0.4rem;}
.zjtd-list .zj-ry{padding: 0 0 0 0.2rem; height: 0.4rem;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;font-size: 0.2rem;color: #333;line-height: 0.4rem;border-bottom: 1px dashed #d4d4d4;}
.zjtd-list .zj-sc{padding: 0 0 0 0.2rem;line-height: 0.54rem;font-size: 0.2rem;color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.zjtd-list .zj-sc span{display: inline-block;margin:0 0.05rem 0 0;height:0.3rem;line-height:0.3rem;padding:0 0.05rem;color:#fff;background: #4cbbb4;vertical-align: baseline;white-space:nowrap;text-overflow: ellipsis;}
.zjtd-list li:nth-child(2n){background: #fff;border-color: #ddd;}
.zjtd-list .zj-link{position: absolute;top: 0.1rem;right: 0.1rem;width: 0.28rem;height: 0.28rem;}
.zjtd-btn{font-size: 0;line-height: 0;text-align: center;margin: 0.3rem 0 0 0;}
.zjtd-case,.zjtd-xueshu{width: 93.75%;margin-left:auto;margin-right:auto;}
.index-case{margin: 0.2rem 0 0 0;}
.index-case img{display: block;width: 100%;}
.index-case .swiper-slide{position: relative;}
.index-case .case-info{position: absolute; left: 3.3%; top: 0; width: 45%;}
.index-case label{display:inline-block;padding: 0 0.1rem;font-size: 0.2rem;color: #fff;line-height: 0.35rem;background: #4cbbb4; border-radius: 0 0 5px 5px; vertical-align: top;}
.index-case .title{padding:10% 0 0 0;font-size: 0.2rem;}
.index-case .title span{display: block; font-size: 0.36rem; line-height: 120%;}
.index-case .info{padding:10% 0 0 0;font-size: 0.2rem; line-height: 0.24rem; color: #666;}
.index-case .info span{display: block; width: 1.1rem; height: 0.34rem; margin: 0 0 4% 0; line-height: 0.34rem; text-align: center; font-size: 0.2rem; background: #666; color: #fff;}
.index-case p{position: absolute;left:0;top:88%;width:100%;text-align: center;font-size: 0.24rem;}
.index-case .btn-more{display: block;width: 3.4rem;height: 0.6rem; margin: 0.2rem auto 0; line-height: 0.6rem;text-align: center; font-size: 0.24rem; color: #fff; border-radius: 3px;background: #fda233;}
.brand-block-info p{font-size: 0.2rem;line-height: 0.36rem;color: #333;text-indent: 2em;}

.m3 {background:#fff;}
.swiper-slide {width:4.16rem;height:2.74rem;}
.swiper-slide {margin:0.5rem 0.08rem 0.8rem 0.08rem;}	
.m3 .m3-slider ul li .p1 {color:#999797;font-size: 0.16rem;}	
.m3 .m3-slider ul li .p2 {color:#333333;font-size: 0.24rem;}	
	
	
.m5-slide li,.m5-slide li img{height: 4.47rem;}
.m5 .zbtn{margin-bottom: 0.3rem;}
.m5-scroll img{display: block;height: 1.82rem;}

.join_title {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    line-height: 2;
    display: inline-block;
    border-bottom: solid 4px #e1e1e1;
}
.join_des {
    font-size: 0.22rem;
    font-weight: 500;
    margin-top: 30px;
}

.join_content {
    width: 100%;
    padding: 1px 8%;
    background-color: #fff;
	height: 6rem;
}
.join_content_item {
    width: 100%;
}
.join_content_item_top {
    display: flex;
    justify-content: space-between;
    padding: 0.1rem 0;
    color: #fff;
    text-align: left;
    font-size: 18px;
    align-items: center;
    border-bottom: solid 1px #e1e1e1;
}
.join_content_item_left {
    width: 300px;
	color:#999999;
}
.join_content_item_left_title {
    font-size: 0.22rem;
    line-height: 2

}
.join_content_item_right {
    width: 0.26rem;
    height: 0.15rem;
}
.join_content_item_right img {
    width: 0.26rem;
    height: 0.15rem;
}
.join_content_item_detail {
    /* width: 500px; */
    line-height: 1.6;
    display: none;
}
.join_content_item_detail_zhize {
    margin-top: 5px;
    font-size: 16px;
    color: #323e48;
}
.join_content_item_detail_zhize div{
    font-size: 18px;
    color: #323e48;
}

.join_content .title {
	color: #c72727; 
    text-align:center;	
	font-size: 0.48rem;
}

.content {
	    display: flex;
    align-items: center;
    font-weight: 700!important;
}
.content>img[data-v-75130780] {
    width: 20px;
}
.join_content .zhds {
	color: #333333; 
    text-align:center;		
	font-size: 0.48rem;
}
.gengduo {color: #c72727;    font-size: 0.24rem;padding-top: 0.2rem;}



