/* 公共样式 */
body{
	width: 100%;
	color: #333;
	font-weight: 400;
	overflow-x: hidden;
}
*{
	padding: 0;
	margin: 0;
	border: none;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
h1{
	font-size: 100%;
	font-weight: normal;
}
.center{
	width: 1200px;
	margin: 0 auto;
}
.mainColor{
	color: rgb(206,0,0) !important;
}
.btn{
	display: block;
	width: 200px;
	height: 50px;
	border-radius: 30px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
	background: url(../images/btn.png) no-repeat;
	background-size:  100% 100%;
	transition:all .2s;
}
.btn:hover{
	opacity: 9;
	box-shadow: 1px 2px 3px 1px #858585;
	/*transform:translate(0,-3px);*/
	/*-ms-transform: translate(0,-3px);  */
	/*-webkit-transform: translate(0,-3px);  */
}

/* 头部 */
.header{
	padding: 15px 0;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	box-shadow: 0 1px 1px  #aaa; 
	box-sizing:border-box;
}
.logo{
	float: left;
}
.logo img{
	display: block;
	width: 168px;
	height: 32px;
	margin-top: 9px;
}
.nav{
	float: left;
}
.nav ul{
	overflow: hidden;
	margin: 0;
}
.nav li{
	padding: 0 0 0 40px;
	display: block;
	float: left;
}
.jump{
	position: relative;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	display: block;
	float: left;
}
.jump::after{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	overflow: hidden;
	border-radius: 2px;
	background: #cd0000;
	transition: all .4s;
}
.jump:hover::after{
	width: 100%;
}
.firstNav::after{
	width: 100%;
}
.otherLinks{
	float: right;
}
.otherLinks_phone{
	display: inline-block;
	line-height: 50px;
	margin-right: 50px;
	font-weight: 700;
	font-size: 20px;
}
.otherLinks_btn{
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	float: right;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin-top: 8px;
	background: url(../images/btn.png) no-repeat;
	background-size:  100% 100%;
	transition:all .2s;
}
.logoin{
	margin-left: 10px;
}



/* banner图 */
.banner{
	position: relative;
	width: 100%;
	height: 580px;
	margin-top: 80px; 
	background-color: #000;
	overflow: hidden;
}
.banner_ul{
	/*float:left;*/
	height: 580px;
	/*width:10000px;*/
}
.banner_ul li{
	/*list-style:none;*/
	height: 580px;
	float:left;
}
.banner_ul li img{
	display:block;
	width: 100%;
	height: 100%;
}
#left,#right{
	position:absolute;
	top:50%;
	color:#fff;
	width: 30px;
	height: 40px;
	text-align:center;
	background-color:rgba(255,255,255,0.5);
	cursor:pointer;
	transition:0.5s;
}
#left img,#right img{
	margin-top: 5px;
}
#left{
	left:20px;
}
#right{
	right:20px;
}
#left:hover,#right:hover{
	transform:scale(1.1);
}
#dian i{
	display:inline-block;
	width:20px;
	height:20px;
	/*background-color:#f2f2f2;*/
	border-radius:50%;
	margin-right:15px;
	font-size:0;
	cursor: pointer;
}
#dian{
	position:absolute;
	bottom:5px;
	left:50%;
}
.dot{
	background: url(../images/dots.png) no-repeat center;
	background-size: 100% 100%;
}
.yanse{
	background: url(../images/dots_active.png) no-repeat center;
	background-size: 100% 100%;
}
#last_i{
	display:none;
}






/*咨询服务*/
.counseling{
	width: 100%;
	height: 486px;
	background: url(../images/counseling.png) no-repeat;
	background-size: cover;
}
.counseling_content{
	float: left;
}
.counseling_title{
	font-size: 35px;
	padding: 60px 0 50px 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	display: inline-block;
}
.counseling_title:hover{
	cursor: pointer;
	color: rgb(206,0,0);
	text-indent: 30px;
}
.counseling_phone{
	float: right;
}
.contact{
	overflow: hidden;
	padding-top: 12px;
}
.contact_message{
	float: left;
	margin-right: 50px;
}
.message{
	height: 50px;
	margin-bottom: 30px;
}
.contact_title{
	display: inline-block;
	width: 102px;
	text-align: left;
}
.notNull{
	font-style: normal;
}
.message input/*,.message select*/{
	height: 48px;
	border: 1px solid #eee;
	text-indent: 10px;
	color: #888;
}

.short{
	width: 160px;
}
.long{
	width: 340px;
}
.counseling_btn{
	margin-top: 50px;
}

.counseling_phone{
	height: 115px;
	float: right;
	margin-top: 187px;
}
.phone_serve{
	padding-bottom: 30px;
	font-size: 18px;
}
.phone_text{
	display: block;
	font-size: 40px;
	font-weight: 700;
}
.phone_img{
	display: inline-block;
	width: 37px;
	height: 36px;
	margin-right: 30px;
	margin-left: -67px;
	background: url(../images/phone.png) no-repeat;
	background-size: cover;
	animation: phoneImg .5s infinite linear;
	-webkit-animation: phoneImg .5s infinite linear;
	-moz-animation: phoneImg .5s infinite linear;
} 
@keyframes phoneImg{
	0%{transform: rotate(0deg)}
	20%{transform: rotate(15deg)}
	40%{transform: rotate(0deg)}
	60%{transform: rotate(-15deg)}
	80%{transform: rotate(0deg)}
}
@-webkit-keyframes phoneImg{
	0%{transform: rotate(0deg)}
	20%{transform: rotate(15deg)}
	40%{transform: rotate(0deg)}
	60%{transform: rotate(-15deg)}
	80%{transform: rotate(0deg)}
}
@-moz-keyframes phoneImg{
	0%{transform: rotate(0deg)}
	20%{transform: rotate(15deg)}
	40%{transform: rotate(0deg)}
	60%{transform: rotate(-15deg)}
	80%{transform: rotate(0deg)}
}


.bottom{
	width: 100%;
	height: 212px;
}
.other{
	height: 162px;
	padding-top: 30px;
	box-sizing:border-box;
}
.other li{
	width: 200px;
	float: left;
	text-align: left;
}

.list{
	display: block;	
	line-height: 30px;
}
.otherTitle{
	font-size: 17px;
}
.otherText{
	font-size: 15px;
	color: #808080;
}
a.list:hover{
	color: rgb(206,0,0);
}
.richScan{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	cursor: pointer;
}
.weixin{
	background: url(../images/weixin.png) no-repeat 100%;
}
.weibo{
	background: url(../images/weibo.png) no-repeat 100%;
}
.weixin:hover .QR_code_wx{
	opacity: 1;
	z-index: 1;
}
.weibo:hover .QR_code_wb{
	opacity: 1;
	z-index: 1;
}
.QR_code_wx,.QR_code_wb{
	opacity: 0;
	position: absolute;
	top: -100px;
	left: 0;
	width: 100px;
	height: 100px;
	color: transparent;
	transition: all .3s;
}
.QR_code_wb{
	left: -39px;
}
.QR_code_wx{
	background: url(../images/WX.jpg) no-repeat;
	background-size: 100% 100%;
	border: 1px solid #e1e1e1;
	box-sizing:border-box;
}
.QR_code_wb{
	background: url(../images/WB.jpg) no-repeat;
	background-size: 100% 100%;
	border: 1px solid #e1e1e1;
	box-sizing:border-box;
}

.statement{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	background-color: #f9f9f9;
}


.return{
	display: none;
}

.mobile{
	display: none;
}









/*窗口宽度大于768px小于1200px*/
@media screen and (min-width:768px) and (max-width:1200px){

html{
	font-size: 16px;
}
.center{
	width:750px;
	height: auto;
	padding: 0 0.5rem;
	box-sizing:border-box;
	/*overflow: hidden;*/
}
.btn{
	width: 7rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.8rem;
}




.header{
	padding: 0.5rem 0;
}

.logo img{
	width: 8rem;
	height: 1.523rem;
}

.nav li{
	padding: 0 0 0 1.2rem;
}
.jump{
	line-height: 3rem;
	font-size: 0.8rem;
}
.otherLinks_phone{
	display: none;
/*	line-height: 3rem;
	margin-right: 2rem;
	font-size: 1rem;*/
}
.otherLinks_btn{
	width: 5.7rem;
	margin-top: 0.5rem;
}


/* banner图 */
.banner{
	width: 100%;
	height: auto;
	margin-top: 3rem; 
}
/*.swiper-container{
	height: auto;
}
*/
/*轮播图小圆点*/
/* .swiper-pagination-bullet{
	width: 1rem;
	height: 1rem;
	background-size: 100% 100%;
} */

.banner_ul{
	height: auto;
}
.banner_ul li{
	width: 100%;
	height: auto;
}
.banner_img{
	display: block;
	height: auto;
}
#dian i{
	display:inline-block;
	width:18px;
	height:18px;
}






/*咨询服务*/

.counseling{
	position: relative;
	height: 35rem;
}

.counseling_content{
	display: block;
	/*width: 30rem;*/
	/*margin: 0 auto;*/
	float: none;
}

.counseling_title{
	display: block;
	text-align: center;	
	font-size: 1.8rem;
	padding: 2rem 0;
}

.contact{
	display: block;
	width:28.14rem; 
	padding-top: 0.625rem;
	/*margin: 0 auto;*/
}
.contact_message{
	float: none;
	margin-right: 0;
}

.counseling_btn{
	margin-top: 3rem;
}

.counseling_phone{
	position: absolute;
	bottom: 0rem;
	left: 40%;
	margin-top: 0;
	float: none;
	display: inline-block;
}
.phone_serve{
	padding-bottom: 0.8rem;
	font-size: 1rem;
}
.phone_text{
	font-size: 1.5rem;
}

.phone_img{
	width: 2rem;
	height: 2rem;
	/*margin: 0 1.8rem 0 -4.18rem;*/
}

/*底部*/
.bottom{
	height: 11.875rem;
}
.other{
	display: flex;
	justify-content: space-between;	
	padding-top: 1.5rem;
	height: 8.75rem;
}
.other li{
	width: auto;
}



}


























/* 手机端--------------------------------------------- */
@media screen and (max-width: 767px) {


.otherLinks,.otherLinks_phone,.intro_btn{
	display: none;
}

html{
	font-size: 16px;
}
.center{
	padding: 0 0.9rem;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.btn{
	width: 6.25rem;
	height: 1.875rem;
	line-height: 1.875rem;
	color: #fff;
}

.header {
    padding: 0.9375rem 0 0.3125rem 0;
}





/* 移动端头部重写 */
.header{
	display: none;
}
.mobile{
	display: block;
}

.header_m{
	width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #aaa;
}

.nav_m ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.nav_m li:nth-child(1) img{
	width: 100px;
	height: 21px;
	margin-top: 0; 
}
.nav_m li:nth-child(5) img{
	margin-top: 4px;
	opacity: 0.6;
}
.nav_m li{
	float: left;
	height: 25px;
	line-height: 25px;
}
.nav_m li a{
	color: #333333;
	font-size: 14px;
}


.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 11;
    top: 0;
    left: 0;
    display: none;
}
.nav-pop{
	width: 83%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 100%;
    transition: all 0.5s;
    z-index: 12;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
}
.menu-block-wrapper{
	padding: 10px 20px;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    height: calc(100% - 254px);
}

.nav-pop ul.menu_s1 {
    display: none;
}   
.nav-pop ul.menu_s2 {
    display: none;
} 


.menu li{
	display: inline-block;
	width: 100%;
	position: relative;
    margin: 0;
    padding: 0;
}
.menu > li > .jump {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0;
    display: block;
    width: 100%;
    color: #333;
    position: relative;
    z-index: 3;
    
}
a{
	text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.jump:hover::after{
	width: 0;
}
.menu> li > ul > li a {
    font-size: 16px;
    display: block;
    padding: 10px 0 10px 20px;
    color: #87878A;
    line-height: 20px;
    transition: all 0.5s;
}
.nav-btn {
    transition: all 0.3s;
}

.nav-pop.show {
    transform: translate3d(-100%,0,0);
    opacity: 1;
}

.firstNav::after {
    width: 0;
}

.nav-pop-bottom {
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.nav-pop dl.full {
    width: 100%;
    clear: both;
    overflow: hidden;
}
.nav-pop dl {
    padding-top: 15px;
}
.nav-pop dl.full:nth-child(1) {
    padding-top: 80px;
}

.WX{
	display: none;
	width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    top: -80px;
}
.WB{
	display: none;
	width: 80px;
    height: 80px;
    background-size: 100%;
    position: relative;
    top: -80px;
    right: 46px;
}


.nav-pop dl.full dt {
    float: left;
    line-height: 32px;
}
.nav-pop dt {
    font-size: 16px;
    color: #333;
}
.nav-pop dl.full dd {
    float: right;
    font-size: 16px;
    line-height: 32px;
    color: red;
}
.nav-pop dd a.wx {
    background-image: url(../images/weixin.png);
    position: relative;
    margin-right: 10px;
}
.nav-pop dd a.wb {
    background-image: url(../images/weibo.png);
}
.nav-pop a.wx, .nav-pop a.wb {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    float: left;
}
.font-din.medium {
    font-family: 'DINPro-Medium';
}
.cloud-yimao {
    display: block;
    padding-left: 90px;
    background: url(../images/logo.png) no-repeat left center;
    background-size: 77px;
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
    color: #333;
}








/* banner图 */
.banner{
	margin-top: 4.9375rem;
	margin-top: 54px;
	height: 8.75rem;
}



.banner_ul{
	height: 8.75rem;
}
.banner_ul li{
	width: 100%;
	height: 8.75rem;
}
.banner_img{
	display: block;
	width: 100%;
	height: 8.75rem;
}
#dian{
	bottom: 0.2rem;
}
#dian i{
	display:inline-block;
	width: 0.8rem;
	height: 0.8rem;
	margin-right:10px;
}
#right,#left{
	display: none;
}







/*咨询服务*/
.counseling_content{
	width: 100%;
}
.counseling_title{
	font-size: 1.25rem;
	padding: 1.25rem 0;
}
.contact_message {
    float: none;
    margin-right: 0;
}
.contact_title{
	width: 6.25rem;
	text-align: justify;
	padding-right: 0.75rem;
	box-sizing:border-box;
	/* line-height: 48px; */
}
 .contact_title::after{
	content: "";
	display: inline-block;
	width: 100%;
} 
.long,.short{
	width: 68%;
	position: relative;
	top: -1.25rem;
}
.counseling_btn{
	margin-top: 1.25rem;
}

.counseling_phone{
	display: none;
}



/*底部*/
.bottom{
	height: auto;
	margin-bottom: 3.125rem;
}
.other{
	display: none;
	height: auto;
	/*	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;*/
}
.other li{
	width: auto;
	float: none;
}
.statement{
	line-height: 1.25rem;
	font-size: 0.75rem;
	background-color: #eee; 
	padding-top: 0.625rem;
}



.return{
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3.125rem;
	background-color: #f7f7f7;
}
.return_top{
	display: block;
	float: left;
	width: 25%;
	height: 3.125rem;
	text-align: center;
	color: #555;
	border-right: 1px #e1e1e1 solid;
	border-top: 1px #e1e1e1 solid;
	box-sizing: border-box;
	font-size: 0;  /*  父级设置字体为零，解决图片三像素问题 */
}

.play_tel{
	display: block;
	float: left;
	width: 30%;
	height: 3.125rem;
	text-align: center;
	border-top: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
	box-sizing: border-box;
	font-size: 0;
	color: #555;
}

.free_open{
	display: block;
	float: left;
	width: 45%;
	height: 3.125rem;
	line-height: 3.125rem;
	text-align: center;
	color: #fff;
	background: url(../images/reason.jpg) no-repeat center;
	background-size: 100%;
}

.icon_bot_img{
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.125rem;
}
.icon_bot_text{
	width: 100%;
	height: 1.5rem;
	font-size: 0.9rem;
	line-height: 1.5rem;
}












}




