/*===========================================================================
//* 2021-1-21
//* 整理者：qzh
//* 新增/替换需要备注的请标注谢谢（新增请放在指定范围）
//*===========================================================================*/

/* ==============================================
				header头部
============================================== */
/* 返回顶部按钮*/
.backtotop {
    position: fixed;
    right: 3%;
    bottom: 150px;
    z-index: 998;
    width: 43px;
    height: 43px;
    cursor: pointer;
    background: url(../images/back2top.png);
}
.backtotop:hover {
    background: url(../images/back2top-1.png) ;
}
/*清除浮动*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}

.clearfix {
    *zoom: 1; 
}

.header-container {
    width: 100%;
    height: 100px;
}
.header-box {
    width: 100%;
    background: #fff;
    height: 100px;
    display: inline-block;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header-box .header{
    width: 90%;
    height: 50px;
    margin: 25px auto;
    position: relative;
}
.header-box .header-logo{
    max-width: 220px;
    float: left;
    margin-left: 15px;
    line-height: 50px;
}
.header-box .header-logo img {
    margin-top: -6px;
}
.header-box .nav{
    float: right;
    line-height: 50px;
}
/*三条杠*/
.header-right .header_tab .hamburger .line {
    width: 47px;
    height: 5px;
    background-color: #000;
    display: block;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-right .header_tab .hamburger .roll1 {
    width: 26px;
    transform: translateX(-10px) rotate(-45deg);
}
.header-right .header_tab .hamburger .roll2 {
    width: 26px;
    transform: translateX(-10px) rotate(45deg);
}
.header-right .header_tab {
    float: right;
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 50px;
}

.header-box .nav li{
    float: left;
    margin: 0 25px;
    font-size: 24px;
    position: relative;
}
.header-right .nav span{
    font-size: 24px;
}
.header-box .nav li a{
    font-size: 16px;
}
.header-box .nav li::after{
	right: 0;
	left: 0;
	position: absolute;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	bottom: 25px;
	transition: all 0.5s;
}
.header-box .nav li .navsub {
    position: absolute;
    top: 54px;
    left: -65px;
    width: 150px;
    height: auto;
    z-index: 9999;
    background: #fff;
    padding: 15px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 18%);
    display: none;
}
.header-box .nav li .navsub li{
    width: 100%;
    font-size: 14px;
    padding: 0;
}
.header-box .nav li .navsub li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s ease-in-out;
    padding: 0 10px;
    line-height: 45px;
}
/*地址联系方式*/
.header-box .hamburgerlist {
    position: absolute;
    right: 125px;
    top: 50%;
    transform: translateY(-50%);
}
.header-right .hamburgerlist li{
    float: left;
    border-right: solid 1px #e7e7e7;
    position: relative;
    padding: 0 40px;
    color: #000;
    line-height: 24px;
    font-size: 14px;
}
.header-right .hamburgerlist img {
    margin-top: -5px;
    margin-right: 30px;
}
.header-box .nav .navli:hover .navlia{
	color: #2fb9c3;
}
.header-box .nav .navli:hover::after{
    border-bottom: 6px solid #2fb9c3;
    bottom: 0;
}

@media screen and (max-width: 1600px) {
    .header-right .header_tab {
        margin-top: 18px;
        padding-left: 0px;
    }
    .header-right .hamburgerlist li {
        padding: 0 20px;
    }
    .header-right .nav span {
        font-size: 14px;
    }
    /*三条杠*/
    .header-right .header_tab .hamburger .line {
        width: 24px;
        height: 1px;
        display: block;
        margin-bottom: 8px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .header-right .header_tab .hamburger .roll1 {
        width: 26px;
    }
    .header-right .header_tab .hamburger .roll2 {
        width: 26px;
    }
}
.dn {
    display: none;
}
@media screen and (max-width:1300px) {
    .header-box .hamburgerlist {
        right: 35px;
    }
    .header-box .hamburgerlist li {
        padding: 0 2px;
    }
    .header-box .hamburgerlist img {
        margin-right: 16px;
    }
}

@media screen and (min-width: 992px) {
    .minNav {
        display: none !important;
        background: #000;
        opacity: 0.8;
        z-index: 999;
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        top: 100px;
        text-align: center;
    }
    .minNav li span {
        color: #fff;
        line-height: 2.5em;
        font-size: 1.4em;
    }
}
@media (max-width: 992px) {
  .header-box,
  .header,
  .header-container{
    height: 50px;
  }
  .header-box .header{
    width: 90%;
    height: 50px;
    margin: 0 auto;
    position: relative;
}
  .header-box .header-logo {
    max-width: 110px;
    margin-left: 12px;
  }
  
  .header-box .nav,
  .header-box .hamburgerlist{
      display: none !important; 
  }
  .minNav {
    display: none;
    background: #000;
    opacity: 0.8;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 50px;
    text-align: center;
}
.minNav li span {
    color: #fff;
    line-height: 2.5em;
    font-size: 1.4em;
}
  .mnav-btn {
    color: white;
    cursor: pointer;
    width: 50px;
  }
  .mnav-btn a {
    display: block;
    overflow: hidden;
  }
  .mnav-btn span {
    float: left;
    width: 25px;
    height: 2px;
    background-color: #555555;
    margin-top: 6px;
    -ms-transform-origin: 7% 50%;
    -moz-transform-origin: 7% 50%;
    -webkit-transform-origin: 7% 50%;
    -o-transform-origin: 7% 50%;
    transition: all 0.3s;
    margin-left: 25px;
  }
  .mnav-btn .line1 {
    margin-top: 16px;
  }
  .header .mnav-btn .on .line1 {
    transform: rotate(45deg);
  }
  .header .mnav-btn .on .line2 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: rotate(0);
  }
  .header .mnav-btn .on .line3 {
    transform: rotate(-45deg);
  }
}

/* ==============================================
				banner海报
============================================== */
.banner,.banner ul li,
.banner ul li a,
.banner ul li a img{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner .swiper-pagination-bullet-active{
	background: #2fb9c3;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
	color: #2fb9c3;
	font-size: 0.2rem;
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next{
	left: 5%;
}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{
	right: 5%;
}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}

/* ==============================================
				联系我们
============================================== */
.guider_contact{
	overflow: hidden;
	position: relative;
}
.guider_contact ul {
	overflow: hidden;
	display: flex;
	align-items: center;
}
.guider_contact ul li{
	width: 25%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #efefef;
	padding: 0.25rem 0;
}
.guider_contact ul li dd{
	width: 0.48rem;
	height: 0.48rem;
	overflow: hidden;
}
.guider_contact ul li dd img{
	width: 100%;
	display: block;
}
.guider_contact ul li dt{
	overflow: hidden;
	margin-left: 0.15rem;
	color: #333;
}
.guider_contact ul li dt h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0.05rem;
}
.guider_contact ul li dt p{
	font-size: 16px;
	font-weight: normal;
}
.guider_contact ul li:first-child{
	background: #2fb9c3;
	color: #fff;
	border-left:none;
}
.guider_contact ul li:first-child dt{
	color: #fff;
}
.guider_contact::after{
    position: absolute;
    content: '';
    width:20%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #2fb9c3;
	z-index: -1;
}
@media (max-width:992px) {
	.guider_contact{
		display: none;
	}
}

/* ==============================================
				公共标题
============================================== */
.guider_title h2,
.about_title,
.advantages_title {
	position: relative;
	text-transform:uppercase;
	text-align: center;
    position: relative;
    padding: 0 0 30px 0;
    font-size: 48.11px;
    color: #333;
    font-weight: bold;
}
.guider_title h2::after,
.about_title:after,
.advantages_title:after{
    content: '';
    width: 110px;
    border-bottom: 1px solid #a0a0a0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
}
.guider_title p{
	font-size: 16px;
	color: #999;
}
/* ==============================================
				service服务项目
============================================== */

.guider_pro{
	overflow: hidden;
	padding: 100px 0;
}
.guider_pro .guider_main{
	overflow: hidden;
}
.guider_pro .guider_main ul {
	overflow: hidden;
	margin-bottom: -1.3333%;
}
.guider_pro .guider_main ul li{
	width: 25%;
	float: left;
}
.guider_pro .guider_main ul li:nth-child(4n){
	margin-right: 0;
}
.guider_pro .guider_main ul li dt{
	width: 100%;
	overflow: hidden;
	padding-top: 95%;
	position: relative;
}
.guider_pro .guider_main ul li dt img{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	transition: all 0.5s;
}
.guider_pro .guider_main ul li dd{
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	padding: 0.1rem;
	color: #333;
}
.guider_pro .guider_main ul li:hover{
	background: #2fb9c3;
}
.guider_pro .guider_main ul li:hover dt img{
	transform: scale(1.05);
}
.guider_pro .guider_main ul li:hover dd{
	color: #fff;
}
@media (max-width:992px) {
	.guider_pro .guider_main ul li{
		width: 50%;
	}
	.guider_pro .guider_main ul li:nth-child(2n){
		margin-right: 0;
	}
	.guider_pro .guider_main ul li dd{
		font-size: 0.28rem;
		padding: 0.2rem;
	}
}
@media screen and (max-width: 750px) {
	.guider_pro .guider_main ul li{
		width: 100%;
	}
}
/* ==============================================
				about关于我们
============================================== */

.guider_application{
	overflow: hidden;
	padding: 0.6rem 0 0;
}
.guider_application .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_application .guider_main ul li {
    overflow: hidden;
    position: relative;
}
.guider_application .guider_main ul li dl {
    width: 100%;
    overflow: hidden;
    max-height: 6.8rem;
	position: relative;
}
.guider_application .guider_main ul li dl::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.guider_application .guider_main ul li dl img {
    width: 100%;
    display: block;
}
.guider_application .guider_main ul li dt {
     position: absolute;
     bottom: 0;
     left: 0;
     overflow: hidden;
     width: 100%;
     color: #fff;
     padding: 0.26rem;
     background: rgba(255,255,255,0.9);
	 opacity: 0;
}
.guider_application .guider_main ul li dt h3 {
    font-weight: normal;
    font-size: 0.2rem;
}
.guider_application .guider_main ul li dt h2 {
    font-weight: bold;
    font-size: 0.2rem;
    margin: 0.2rem 0 0.4rem;
	color: #2fb9c3;
}
.guider_application .guider_main ul li dt a {
    font-size: 0.18rem;
    color: #fff;
    font-weight: normal;
	color: #333;
}
.guider_application .guider_main ul li dd {
	position: absolute;
    background: rgba(255,255,255,0.9);
    width: 100%;
    bottom: -4.5rem;
    z-index: 999;
    height: 100%;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0.2rem 0.35rem;
    transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
}
.guider_application .guider_main ul li dd h3 {
    color: #2e2e2e;
    font-weight: normal;
    font-size: 0.2rem;
}
.guider_application .guider_main ul li dd h2 {
    color: #2fb9c3;
    font-weight: bold;
    font-size: 0.2rem;
    margin: 0.2rem 0 0.3rem;
}
.guider_application .guider_main ul li dd p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 0.16rem;
    color: #797979;
    line-height: 1.8;
}
.guider_application .guider_main ul li dd a {
    margin-top: 0.6rem;
}
.guider_application .guider_main ul li:hover dt {
    opacity: 0;
}
.guider_application .guider_main ul li:hover dd {
    transform: translate(-50%,-2.5rem);
	background: rgba(255,255,255,0.95);
}
.guider_application .swiper-button-next:after,.guider_application .swiper-button-prev:after{
	opacity: 0;
}

@media (max-width:992px) {
	.guider_application .guider_main ul li{
	    width: 65%;
	}
	.guider_application .guider_main ul li:hover dd{
		 transform:translate(-50%,0rem);
	}
	.guider_application .guider_main ul li:hover dt{
		display: block;
	}
	.guider_application .swiper-button-next:after,.guider_application .swiper-button-prev:after{
		color: #fff;
		display: block;
		opacity: 1;
	}
	.guider_application .swiper-button-next:after{
		color: #2fb9c3;
	}
	.swiper-button-next:focus, .swiper-button-prev:focus{
		outline: none;
	}
}


/* ==============================================
				about关于我们
============================================== */
.guider_about{
	overflow: hidden;
	padding: 0.6rem 0;
}
.guider_about .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_about .guider_main ._left{
    overflow: hidden;
    width: 48%;
    float: left;
}
.guider_about .guider_main ._left h3 {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
    color: #2fb9c3;
}
.guider_about .guider_main ._left p {
    font-size: 0.16rem;
    line-height: 30px;
    color: #666;
}
.guider_about .guider_main ._left a {
	margin: 0.3rem 0 0 0;
}
.guider_about .guider_main ._left ul {
    overflow: hidden;
    margin-top: 0.3rem;
}
.guider_about .guider_main ._left ul li {
    width: 25%;
    float: left;
    overflow: hidden;
    text-align: left;
}
.guider_about .guider_main ._left ul li h4 {
    overflow: hidden;
    text-align: left;
}
.guider_about .guider_main ._left ul li h4 em {
    font-size: 0.3rem;
    font-weight: bold;
    display: inline-block;
    line-height: initial;
    color: #2fb9c3;
}
.guider_about .guider_main ._left ul li h4 i {
    font-size: 0.16rem;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-style: normal;
    color: #2fb9c3;
}
.guider_about .guider_main ._left ul li span {
    font-size: 14px;
    text-align: left;
    display: block;
    color: #666;
}
.guider_about .guider_main ._right {
    overflow: hidden;
    width: 50%;
    float: right;
}
.guider_about .guider_main ._right img {
    width: 100%;
    display: block;
}
@media (max-width:992px) {
	.guider_about .guider_main ._left{
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.guider_about .guider_main ._left h3{
		font-size: 0.36rem;
		text-align: center;
		margin-bottom: 0.2rem;
		display: none;
	}
	.guider_about .guider_main ._left p{
		font-size: 0.28rem;
		line-height: inherit;
	}
	.guider_about .guider_main ._left ul li{
		width: 25%;
		text-align: center;
	}
	.guider_about .guider_main ._left ul li h4{
		text-align: center;
	}
	.guider_about .guider_main ._left ul li h4 em{
		font-size: 0.36rem;
	}
	.guider_about .guider_main ._left ul li h4 i{
		font-size: 0.28rem;
	}
	.guider_about .guider_main ._left ul li span{
		font-size: 0.28rem;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.guider_about .guider_main ._right{
		width: 100%;
	}
}


/* ==============================================
			合作伙伴
============================================== */
.guider_partners{
	overflow: hidden;
	padding: 0.6rem 0;
	background: #f5f5f5;
}
.guider_partners .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_partners .guider_main ul{
	overflow: hidden;
	margin-bottom: -2%;
}
.guider_partners .guider_main ul li{
	overflow: hidden;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
	text-align: center;
	min-height: 1.5rem;
    line-height: 1.5rem;
}
.guider_partners .guider_main ul li:nth-child(4n){
	margin-right: 0;
}
.guider_partners .guider_main ul li:last-child{
	display: none;
}
@media (max-width:992px) {
	.guider_partners .guider_main ul li{
		width: 32%;
	}
	.guider_partners .guider_main ul li:nth-child(4n){
		margin-right: 2%;
	}
	.guider_partners .guider_main ul li:nth-child(3n){
		margin-right: 0;
	}
	.guider_partners .guider_main ul li:last-child{
		display: block;
	}
}


/* ==============================================
			news 新闻资讯
============================================== */
.guider_news{
	overflow: hidden;
	padding: 0.6rem 0;
}
.guider_news .guider_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guider_news .guider_main ul{
	overflow: hidden;
}
.guider_news .guider_main ul li{
	overflow: hidden;
	width: 32%;
	float: left;
	margin-right: 2%;
}
.guider_news .guider_main ul li:nth-child(3n){
	margin-right: 0;
}
.guider_news .guider_main ul li dt{
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-top: 75%;
}
.guider_news .guider_main ul li dt img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	transition: all 0.5s; 
}
.guider_news .guider_main ul li dd{
	overflow: hidden;
	padding: 0.15rem ;
	background: #f5f5f5;
}
.guider_news .guider_main ul li dd span{
	font-size: 14px;
	color: #999;
	margin-bottom: 5px;
	display: block;
}
.guider_news .guider_main ul li dd h3{
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}
.guider_news .guider_main ul li dd p{
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}
.guider_news .guider_main ul li dd em{
	color: #666;
}
.guider_news .guider_main ul li:hover dt img{
	transform: scale(1.05);
}
.guider_news .guider_main ul li:hover dd h3{
	color: #2fb9c3;
}
@media (max-width:992px) {
	.guider_news .guider_main ul li{
		width: 100%;
		margin-bottom: 0.3rem;
	}
}



/* ==============================================
		公共底部
============================================== */
.footer {
	background-color: #313131;
	overflow: hidden;
	padding-top: 60px;
}
.footer-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
	flex-wrap: wrap;
	margin-bottom: 0.15rem;
}
.footer .footer-contact {
	overflow: hidden;
	width: 25%;
}
.footer .footer-contact h2 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .footer-contact h2 a {
	color: #ffffff;
}
.footer .footer-contact h3 {
	margin: 0;
	font-size: 14px;
	color: #fff;
}
.footer .footer-contact p {
	margin: 0;
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
}
.footer .footer-contact p a {
	color: #2fb9c3;
	font-weight: bold;
	font-size: 0.36rem;
}
.footer .footer-contact ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer .footer-contact ul li {
	list-style: none;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}

.footer .footer-contact ul li a {
	color: #fff;
}
.footer .footer-contact>div span {
	display: block;
	width: 0.54rem;
	height: 0.54rem;
	margin-right: 0.3rem;
}
.footer .footer-contact>div span img {
	width: 100%;
	display: block;
}
.footer .footer-nav {
	overflow: hidden;
	display: flex;
	align-content: space-between;
	align-items: flex-start;
}
.footer .footer-nav ul {
	margin-left: 0.7rem;
	overflow: hidden;
	max-width: 2rem;
}
.footer .footer-nav ul h2 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 0.1rem;
	padding-bottom: 10px;
    margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.footer .footer-nav ul h2 a {
	color: #fff;
}
.footer .footer-nav ul ol {
	padding: 0;
}
.footer .footer-nav ul ol li {
	list-style: none;
	line-height: 35px;
	height: 35px;
}
.footer .footer-nav ul ol li a {
	font-size: 12px;
	color: #fff;
	line-height: 0.4rem;
}
.footer .footer-nav ul:first-child {
	margin-left: 0;
}
.footer .footer-info {
	width: 10%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .footer-code {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.footer .footer-code>div {
	width: 100%;
}
.footer .footer-code>div span {
	width: 100%;
	display: block;
	overflow: hidden;
	border: 2px solid #ffffff;
}
.footer .footer-code>div span img {
	width: 100%;
	display: block;
}
.footer .footer-code>div p {
	margin: 0.1rem 0 0;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
/*版权*/
.footer-copyright,
.footer-copyright p a{
    color: #fff;
    font-size: 12px;
}
.footer-copyright {
    line-height: 2.5em;
}
/*--友情链接--*/
.footer .footer-link {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	padding: 0.3rem 0 0.2rem 0;
}
.footer .footer-link a {
	font-size: 14px;
	color: #fff;
	padding: 0 0.1rem;
}

.footer .youshi,
.footer .callus {
    display: none;
}
@media (max-width:992px) {
    .footer-link {
        display: none !important; 
    }
	.footer-box {
		flex-wrap: wrap;
	}
	.footer {
		padding: 50px 0 50px;
		color: #d6d6d6;
	}
    .footer-copyright,
    .footer-copyright p a{
        color: #d6d6d6;
        font-size: 14px;
    }
	.footer .footer-code {
		max-width: 6rem;
		margin: 20px auto;
	}
	.footer .youshi {
	    width: 100%;
	}
    .footer .youshi,
    .footer .callus {
        display: block;
    }
	.footer .youshi h3,
	.footer .callus h3{
	    font-size: 20px;
        font-weight: 900;
        font-family: "Microsoft Yahei";
        color: #FFFFFF;
        margin: 10px 0;
	}
	.footer .callus h3 {
	    margin-top: 30px;
	}
	.footer .youshi li {
        height: 34px;
        line-height: 34px;
        color: #d6d6d6;
        border-bottom: 1px solid #adadad;
	}
	.footer .callus p{
        line-height: 34px;
        color: #d6d6d6;
	}
	
	.footer .footer-nav {
		display: none;
	}
	.footer .footer-info {
		width: 100%;
		flex-direction: row-reverse;
	}
	.footer .footer-code>div{
		width: 40%;
	}
	.footer .footer-contact h2 {
		font-size: 18px;
	}
	.footer .footer-contact h3 {
		font-size: 14px;
	}
	.footer .footer-contact p a {
		font-size: 28px;
	}
	.footer .footer-contact ul li {
		font-size: 14px;
	}

	.footer .footer-contact ul li a {
		font-size: 14px;
	}
	.footer .footer-contact {
		padding-left: 0;
		padding-right: 0.2rem;
		width: 100%;
	}
}
.container .bgCW {
    background-color: #fff;
}
/*内容案例*/
.guider_main {
    display: none;
}
.act {
    border-bottom: solid 1px #000;
    font-weight: bold;
}
.on {
    display: block;
}
.caseNav {
    width: 80%;
    text-align: center;
    margin: 50px auto 16px;
}
.caseNav li{
    padding: 0 5%;
    display: inline-block;
    cursor: pointer;
}
.caseNav li:hover {
    border-bottom: solid 1px #000;
    font-weight: bold;
}
.caseNav li a:hover{
    color: #000;
}
.caseImgBox {
    transition: all 0.6s;
}
.caseImgBoxS {
    transform: scale(1.02);
    z-index: 100;
}

.caseMask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    display: none;
}
.caseMask span {
    display: block;
    color: #fff;
}
.caseMask span:nth-child(1){
    font-size: 26px;
    padding: 15px 0 0 20px;
}
.caseMask span:nth-child(2){
    position: absolute;
    bottom: 10%;
    font-size: 18px;
    padding-left: 20px;
}
.caseMask span:nth-child(3){
    position: absolute;
    bottom: 0;
    font-size: 12px;
    padding-left: 20px;
}
/* 更多按钮 */
.viewMore {
    text-align: center;
    padding-bottom: 100px;
}

.viewMore a {
    padding: 10px 30px;
    border: 1px solid #2fb9c3;
    border-radius:10px;
    line-height:51px;
    font-size: 25px;
    color: #333;
    position: relative;
}
.viewMore a:after {
    content: '';
    height: 100%;
    width: 0px;
    border-radius: 7px;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.viewMore a:hover:after {
    width: 100%;
    background: #2fb9c3;
}
/*about us*/
.about_us {
    background-color: #fafafa;
    padding: 100px 0px;
}
.about_title, .about_content {
    width: 80%;
    margin: 0 auto;
}

.about_title {
    text-align: center;
    text-transform:uppercase;
    padding-top: 0;
}

.about_content {
    margin-top: 55px;
}
.about_content .content_left, 
.about_content .content_right{
    width: 50%;
}
.about_content .content_left {
    text-align: right;
}
.content_left .left_title {
    font-size: 22px;
    color: #757575;
}
.content_left .left_content {
    margin-top: 55px;
    max-height: 208px;
    line-height: 26px;
    font-size: 14px;
    color: #7b7b7b;
}
.about_content .content_right {
    box-sizing: border-box;
    padding-left: 75px;
} 
.about_content .content_right img {
    width: 100%;
}

@media screen and (max-width: 998px) {
    .about_content .content_left, 
    .about_content .content_right{
        width: 100%;
        padding: 0 0 0 0;
        text-align: center;
    }
}
/*advantages*/
.advantages {
    padding-top: 100px;
}
.advantages_title {
    text-align: center;
    margin-bottom: 0;
}
.advantages_content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.advantages_content li {
    flex: 0 0 calc(33% - 40px);
    flex: 0 0 -moz-calc(33% - 40px);
    flex: 0 0 -webkit-calc(33% - 40px);
    margin: 20px;
    padding: 40px;
}
.advantages_content li:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.advantages_content li span{
    display: block;
}
.advantages_content li span:nth-child(2){
    font-weight: 100;
    color: #030303;
    line-height: 2.0;
    font-size: 22px;
}
.advantages_content li span:nth-child(3){
    color: #888;
    line-height: 2;
    font-size: 14px;
}
@media screen and (max-width: 1200px) {
   .advantages_content li span:nth-child(2){
        font-weight: 100;
        color: #030303;
        line-height: 2.0;
        font-size: 18px;
    }
    .advantages_content li span:nth-child(3){
        color: #888;
        line-height: 2;
        font-size: 14px;
    } 
}
@media screen and (max-width: 1000px) {
    .advantages_content li {
        flex: 0 0 calc(50% - 40px);
        flex: 0 0 -moz-calc(50% - 40px);
        flex: 0 0 -webkit-calc(50% - 40px);
        margin: 20px;
        padding: 40px;
    }
    .advantages_content li span:nth-child(2){
        font-weight: 100;
        color: #030303;
        line-height: 2.0;
        font-size: 16px;
    }
    .advantages_content li span:nth-child(3){
        color: #888;
        line-height: 2;
        font-size: 12px;
    }
}
@media screen and (max-width: 750px) {
    .advantages_content li {
        flex: 0 0 calc(100% - 40px);
        flex: 0 0 -moz-calc(100% - 40px);
        flex: 0 0 -webkit-calc(100% - 40px);
        margin: 20px;
        padding: 40px;
    }
}
/*新闻*/
.news {
    padding-top: 100px;
}
.share_news, .viewpoint_news {
    width: 80%;
    margin: 0 auto;
}

.share_left,
.share_right,
.viewpoint_left,
.viewpoint_right{
    width: 50%;
    box-sizing: border-box;
}

.share_right span,
.viewpoint_left span{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.share_right ul li,
.viewpoint_left ul li{
    list-style: disc;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 0;
}
.share_right ul,
.viewpoint_left ul{
    padding: 25px;
}
.share_left,
.viewpoint_left {
    padding-right: 25px;    
}

.share_right,
.viewpoint_right {
    padding-left: 25px;
}
.c666 {
    color: #666;
}
.font20 {
    font-size: 20px;
}
.c888 {
    color: #888889;
}
.borderBottom {
    border-bottom: solid 1px #000; 
}

.viewpoint_news {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media screen and (max-width:1600px) {
    .footer .footer-contact h2 {
        font-size: 16px;
    }
    .guider_title h2,
    .about_title,
    .advantages_title {
		font-size: 26px;
		font-weight: normal;
    }
    .viewMore a {
        font-size: 22px;
    }
}
@media screen and (max-width: 1200px) {
    .share_left,
    .share_right,
    .viewpoint_left,
    .viewpoint_right{
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .guider_pro,
    .about_us{
        padding: 50px 0;
    }
    .guider_title h2,
    .about_title,
    .advantages_title {
        padding: 0 0 15px 0;
    }
    .caseNav {
        margin: 25px auto 8px;
    }
    .viewMore {
        padding-bottom: 50px;
    }
    .advantages,
    .news{
        padding-top: 50px;
    }
    .viewpoint_news {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}








