﻿html { font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/ }
body { font-size: 1.4rem;/*1.4 × 10px = 14px */ }
.page{
	width: 100%;
	background: #fff;
	position: relative;
	float: left;
	min-width: 980px;
}
.dis{
	display: none;
}
.page header{
	float: left;
	position: relative;
	left: 50%;
	margin-left: -40%;
	min-height: 50px;
	width: 80%;
	min-width: 880px;
}

.page header .logoImg{
	max-width: 350px;
	float: left;
	margin-top: 22px;
}
.page header .logoImg img{
	width: 95%;
}
/*.page header ul#pageNav{*/
/*width: 40%;*/
/*float: left;*/
/*margin-left: 3%;*/
/*margin-top: 40px;*/
/*}*/
/*.page header ul#pageNav li a{*/
/*float: left;*/
/*height: 50px;*/
/*line-height: 50px;*/
/*margin-top: 40px;*/
/*font-size: 2rem;*/
/*color: #ffffff;*/
/*width: 18%;*/
/*margin: 0 1%;*/
/*text-align: center;*/
/*}*/
/*.page header ul#pageNav li.cur{*/
/*color: #d70c19;*/
/*border-radius: 5px;*/
/*}*/
/*.page header ul#pageNav li:hover{*/
/*color: #d70c19;*/
/*border-radius: 5px;*/
/*cursor:pointer;*/
/*}*/
/*.page header ul#pageNav li.cur a{*/
/*color: #d70c19;*/
/*border-radius: 5px;*/
/*}*/
/*.page header ul#pageNav li:hover a{*/
/*color: #d70c19;*/
/*border-radius: 5px;*/
/*cursor:pointer;*/
/*}*/

/**nav**/
.page header .top_m{ width:100%;height:60px;display:block; margin:14px 0px auto;}
.page header .top_m .top_logo{width:20%; float:left; height:60px;}
.page header .top_m .top_logo .logo{float:left;width: 170px;height: 55px;}
.page header .top_m .top_logo .slogin{float:left;position: relative;left: 2px;height: 60px}
/*.page header .top_m .top_logo span{font-size:2rem; color:#9b9b9b;padding-left:20px;position: relative;top: 24px;}*/
.page header .top_m .top_nav{width:80%; float:right;height:51px;position: relative;}
.page header .top_m .top_nav_tel{float:right;color:#d5093c;font-size:1.5rem;font-weight: bold; text-align:left;margin-top: 10px}
.page header .top_m .top_nav_n1_wechat{float:right;width:20%;bottom:-20px;height: 60px;line-height: 60px;margin: 0px auto;text-align: right;padding-left: 20px}
.page header .top_m .top_nav_n1_wechat .nav_social_img{width: 50px;height: 50px;}
.page header .top_m .top_nav_n1_wechat .nav_encode{position: absolute;position: fixed;z-index: 999}
.page header .top_m .top_nav_n1_wechat .nav_encode  .nav_encode_div{margin-left: -180px;display: none;height: 180px}
.page header .top_m .top_nav_n1_wechat .nav_encode img{width: 150px;height: 150px;}
.page header .top_m .top_nav_n1_wechat .nav_encode ul li{float: left;margin:5px 5px;}
.heder_xizun{text-align: center;background: #ccc;height: 30px;line-height: 30px}
.page header .top_m .top_nav_n1_wechat ul li{float: left;margin-left: 10px;cursor:pointer;}
.page header .top_m .top_nav_n1{float:right;bottom:-20px;height: 60px;line-height: 60px;margin-right: 20px}
.page header .top_m .top_nav_n1 .h_nav{}
.page header .top_m .top_nav_n1 .h_nav li{ float:left; width:auto; list-style:none; font-size:1.6rem; margin:0px 18px;}
.page header .top_m .top_nav_n1 .h_nav li a{ color:#3e3e3e; font-size: 1.7rem}
/*.page header .top_m .top_nav_n1 ul li a:hover{ color:#d7083b;}*/
/*.page header .top_m .top_nav_n1 ul li.cur a{ color:#d7083b;}*/

.page header .top_m .top_nav_n1 .h_nav  a:hover{color:#d7083b;text-decoration:none;}
.page header .top_m .top_nav_n1 .h_nav  a.on{color:#d7083b;}

.page header .logoS{
	max-width: 300px;
	height: 64px;
	float: right;
	margin-top: 45px;
	float: right;
}
.page header .logoS img{
	width: 80%;
}
.bannerContent{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.swiper-container {
	width: 100%;
	min-width: 980px;
}


.swiper-msg{
	height: 90px;
	min-width: 980px;
}
.swiper-partner{
	height: 370px;
}

.swiper-slide {
	text-align: center;
	font-size: 1.8rem;
	background: #fff;
}

.swiper-slide > img{
	width:100%;
	height: 100%;
}

.swiper-cent,.con-cent{
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.casefullContent{
	margin-top: 60px;
	background: #f1f1f1;
}
.caseshowfullContent{
	background: #fff;
	margin-top: 60px;
}

.fullContent .about_us_title{
	width: 60%;
	margin: 60px auto;
	text-align: center;
}
.fullContent .about_us_title h1{
	font-size: 2.5rem;
	font-family: "微软雅黑", Arial, "宋体";

}
.fullContent .about_us_title h2{
	font-size: 2.5rem;
	margin-top: 10px;
}
.fullContent  .about_us_title p{
	border-bottom: 1px solid red;
	width: 100%;
	margin: 17px auto;
	padding-top: 30px;
}
.fullContent  .about_us_title .about_us_desc{
	font-size: 1.3rem;
	color: #959595;
}

.fullContent  .about_us_number ul{
	width: 60%;
	margin:30px auto;
	text-align: center;
}
.fullContent  .about_us_number ul li:first-child{
	margin-left: 3%;
}
.fullContent  .about_us_number ul li{
	width: 30%;
	float: left;
	margin-right: 1%;
}
.fullContent  .about_us_number ul li .title{
	width:160px; height:160px; line-height:160px; margin:0 auto;
	font-size: 5rem;
	text-align: center;
	color: #d50000;
}
.title .counter{
	padding-right: 15px;
}

.fullContent  .about_us_number ul li .info{
	color: #959595;
	margin-top: 10px;
	font-size: 1.4rem;
}
.fullContent .about_us_work{
	background: #eeeeee;
	height: 180px;
	width: 100%;
	clear: both;
	position: relative;
	margin-top: 60px;
}
.fullContent .about_us_work .about_us_work_info{
	width: 60%;
	margin: 0px auto;
	text-align: center;

}
.fullContent .about_us_work .about_us_work_info h2{
	color: #626262;
	font-size: 2rem;
	overflow: hidden;
}

.fullContent .about_us_work .about_us_work_info p{
	color: #8f8f8f;
	font-size: 1.2rem;
	margin-top: 10px;
	overflow: hidden;
}
.fullContent .about_us_work ul{
	position: relative;
}
.fullContent .about_us_work ul li{
	float: left;
	margin-top: 30px;
	text-align: left;

}
.fullContent .about_us_work .first{
	width: 30%;
	margin-right: 5%;
	margin-left: 1%;
}
.fullContent .about_us_work .second{
	width: 20%;
	margin-right: 5%;
}
.fullContent .about_us_work .third{
	width: 36%;
}



.fullContent .about_us_service{
	width: 60%;
	margin: 60px auto;
	text-align: center;
}
.fullContent .about_us_service h1{
	font-size: 4.5rem;
	font-family: "微软雅黑", Arial, "宋体";

}
.fullContent .about_us_service .server_desc{
	font-size: 2rem;
	color: #7d7d7d;
}
.fullContent  .about_us_service p{
	border-bottom: 1px solid red;
	width: 100%;
	margin: 15px 0px;
}
.fullContent  .about_us_service .about_us_desc{
	font-size: 1rem;
	color: #ccc;
}
.fullContent .about_us_service img{
	width: 100%;
}

.fullContent{
	width: 100%;
	float: left;
}
.fullContent_1{
	width: 100%;
	background: #fff;
	float: left;
}
.fullContent_1 .content{
	width: 100%;
	background: #fff;
	margin-top: 60px;
	margin-bottom: 30px;
}
.content_1{
	width: 100%;
	background: #fff;
	float: left;
	margin-bottom: 60px;
}
.fullContent .jiuluColo .content{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
}
.fullContent .content{
	width: 72%;
	float: left;
	position: relative;
	left: 52%;
	margin-left: -39%;
	overflow: hidden;
}


.fullContent .content .title .about{
	width: 100%;
	line-height: 80px;
	margin-top: 0px;
	float: left;
	border-bottom: 1px solid #e0e0e0;
}



/* ----关于我们-----*/
.fullContent .content .title{
	width: 100%;
	line-height: 80px;
	margin-top: 30px;
	float: left;
	border-bottom: 1px solid #e0e0e0;
}

.fullContent .content .title h1{
	color: #e50a18;
	font-size: 3.2rem;
	float: left;
	margin-right: 15px;
}
.fullContent .content .title span{
	float: left;
}
/*.fullContent .content .title .subTitle{*/
/*color: #e50a18;*/
/*font-size: 2rem;*/
/*margin-right: 20px;*/
/*margin-top: 6px;*/
/*}*/
/*.fullContent .content .title .describe{*/
/*color: #a0a0a0;*/
/*font-size: 1.6rem;*/
/*margin-top: 10px;*/
/*}*/
.fullContent .content .casesModel{
	width: 100%;
	margin-top: 60px;
	float: left;
}
@keyframes fadeinLeft{
	0%{left: -100%;
	}
	100%{
		left: 0;

	}
}
@-webkit-keyframes fadeinLeft{
	0%{left: -100%;
	}
	100%{
		left: 0;

	}
}
@-moz-keyframes fadeinLeft{
	0%{left: -100%;
	}
	100%{
		left: 0;

	}
}
@-o-keyframes fadeinLeft{
	0%{left: -100%;
	}
	100%{
		left: 0;

	}
}
@-ms-keyframes fadeinLeft{
	0%{left: -100%;
	}
	100%{
		left: 0;

	}
}

@keyframes fadeinRight{
	0%{right: -100%;
	}
	100%{
		right: 0;

	}
}
@-webkit-keyframes fadeinRight{
	0%{right: -100%;
	}
	100%{
		right: 0;

	}
}
@-moz-keyframes fadeinRight{
	0%{right: -100%;
	}
	100%{
		right: 0;

	}
}
@-o-keyframes fadeinRight{
	0%{right: -100%;
	}
	100%{
		right: 0;

	}
}
@-ms-keyframes fadeinRight{
	0%{right: -100%;
	}
	100%{
		right: 0;

	}
}


@keyframes fadein{
	0%{opacity: 0;
	}
	100%{
		opacity: 1;

	}
}
@-webkit-keyframes fadein{
	0%{opacity: 0;
	}
	100%{
		opacity: 1;

	}
}
@-moz-keyframes fadein{
	0%{opacity: 0;
	}
	100%{
		opacity: 1;

	}
}
@-o-keyframes fadein{
	0%{opacity: 0;
	}
	100%{
		opacity: 1;

	}
}
@-ms-keyframes fadein{
	0%{opacity: 0;
	}
	100%{
		opacity: 1;

	}
}
.fullContent .content .casesModel ul{
	width: 100%;
	float: left;
	position: relative;
}
.fullContent .content .casesModel ul.fadeinLeft{
	animation:fadeinLeft 2s linear 1;
	-webkit-animation:fadeinLeft 2s linear 1;
	-moz-animation:fadeinLeft 2s linear 1;
	-o-animation:fadeinLeft 2s linear 1;
	-ms-animation:fadeinLeft 2s linear 1;
}
.fullContent .content .casesModel ul li{
	width: 20%;
	float: left;
	overflow: hidden;
}

.fullContent .content .casesModel ul li .case_mode_block{
	background: #000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	border: #000 1px solid;
	width: 20%;
	float: left;
	position: absolute;
	display: none;

}

.fullContent .content .casesModel ul li:hover .case_mode_block{
	display: block;

}
.case_mode_block p{
	color: #d7083c;
	font-size: 2em;
	height: 135px;
	line-height: 135px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	width: 80%;
	margin: 0 auto;
}


.fullContent .content .casesModel ul li.fadein{
	animation:fadein 2s linear 1;
	-webkit-animation:fadein 2s linear 1;
	-moz-animation:fadein 2s linear 1;
	-o-animation:fadein 2s linear 1;
	-ms-animation:fadein 2s linear 1;
}
.fullContent .content .casesModel ul li img{
	width: 100%;
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.fullContent .content .casesModel ul li:hover img{
	transform:scale(1.2,1.2);
}





.newsmore{
	width: 100%;
	height: 60px;
	margin-top: 30px;
	margin-bottom: 60px;
	float: left;
	position: relative;
}
.newsmore a{
	width: 210px;
	height: 60px;
	line-height: 60px;
	font-size: 2.4rem;
	color: #3a3a3a;
	position: absolute;
	border:1px solid #d90808;
	left: 50%;
	margin-left: -105px;
	text-align: center;
}
.newsmore .anli_all{
	width: 410px;
	height: 60px;
	line-height: 60px;
	font-size: 1.8rem;
	color: #999899;
	position: absolute;
	left: 50%;
	margin-left: -105px;
	text-align: center;
}


.moreBtn{
	width: 100%;
	height: 60px;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	position: relative;
}
.moreBtn span{
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	color: #3a3a3a;
	position: absolute;
	border:0px solid #d90808;
	left: 50%;
	margin-left: -105px;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius:15px;
	　　-webkit-border-radius:15px;
}
.moreBtn a{
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 1.8rem;
	color: #3a3a3a;
	position: absolute;
	border:1px solid #d90808;
	left: 50%;
	margin-left: -105px;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius:15px;
	　　-webkit-border-radius:15px;
}
.moreBtn .anli_all{
	width: 410px;
	height: 60px;
	line-height: 60px;
	font-size: 1.8rem;
	color: #999899;
	position: absolute;
	left: 50%;
	margin-left: -105px;
	text-align: center;
}


.casenewsmore{
	width: 100%;
	height: 60px;
	margin-top: 30px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
.casenewsmore a{
	width: 210px;
	height: 60px;
	line-height: 60px;
	font-size: 2.4rem;
	color: #3a3a3a;
	position: absolute;
	border:1px solid #d90808;
	left: 50%;
	margin-left: -105px;
	text-align: center;
}
.casenewsmore .anli_all{
	width: 410px;
	height: 60px;
	line-height: 60px;
	font-size: 1.8rem;
	color: #999899;
	position: absolute;
	left: 50%;
	margin-left: -105px;
	text-align: center;
}


.news_index_more_btn{
	width: 100%;
	height: 60px;
	margin-top: 30px;
	float: left;
	position: relative;
}
.news_index_more_btn a{
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 1.8rem;
	color: #3a3a3a;
	position: absolute;
	border:1px solid #d90808;
	left: 50%;
	margin-left: -105px;
	text-align: center;
}
.news_index_more_btn .anli_all{
	width: 410px;
	height: 60px;
	line-height: 60px;
	font-size: 1.8rem;
	color: #999899;
	position: absolute;
	left: 50%;
	margin-left: -105px;
	text-align: center;
}

.fullContent .index_bannerNum{
	width: 100%;
	float: left;
	margin-top: 0px;
}

.fullContent .index_bannerNum img{
	width: 100%;
	float: left;

}

.fullContent .index_bannerNum .index_bannerNum_div{
	position: absolute;
	width: 100%;
	vertical-align: middle;
}
.fullContent .index_bannerNum .index_bannerNum_div ul{
	width: 70%;
	margin: 7% auto;
	vertical-align: middle;

}
.fullContent  .index_bannerNum .index_bannerNum_div ul li{
	width: 33%;
	float: left;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.fullContent  .index_bannerNum .index_bannerNum_div ul li .title{
	font-family: "微软雅黑", Arial, "宋体";
	font-size: 9rem;
	color: red;
}
.fullContent  .index_bannerNum .index_bannerNum_div ul li .info{
	font-size: 1.6rem;
	color: red;
	margin-top: 10px;
}

.fullContent .content .index_newsModel{
	width: 100%;
	margin-top: 60px;
	float: left;
}
.fullContent .content .index_newsModel ul li img{
	transition: all 0.3s ease-out 0s;
}
.fullContent .content .index_newsModel ul li:hover img{
	transform:scale(1.15,1.15);
}
.fullContent .content .index_newsModel ul{
	width: 100%;
	float: left;
}
.fullContent .content .index_newsModel ul li{
	width: 24%;
	float: left;
	background: #f6f6f6;
	margin-right: 1%;

}
.fullContent .content .index_newsModel ul li img{
	width: 100%;
	float: left;
}

.fullContent .content .aboutUs{
	clear: both;
	width: 100%;
	color: #313131;
	font-size: 36px;
	margin-top: 60px;
	text-align: center;
	float: left;
}
.fullContent .content .aboutUsInfo{
	width: 100%;
	color: #b1b1b1;
	font-size: 15px;
	text-align: center;
	float: left;
	line-height: 80px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.fullGray{
	background: #e9e9e9;
}
.fullContent .content .serverName{
	width: 100%;
	line-height: 50px;
	float: left;
	font-size: 3rem;
	color: #313131;
	margin-top: 30px;
}
.fullContent .content .serverInfo{
	font-size: 1.8rem;
	color: #b1b1b1;
	width: 100%;
	line-height: 20px;
	float: left;
}
.fullContent .content .serverStep{
	width: 100%;
	float: left;
}
.fullContent .content .serverStep img{
	width: 100%;
}

.fullContent .content ul.serverUl{
	width: 100%;
	margin: 10px auto;
}


.person_intro ul.serverUl li{
	width: 21.33333%;
	float: left;
	text-align: center;
	/*border: 1px solid #E9EFF6;*/
	/*box-shadow: 0px 2px 4px 0px*/
	/*rgba(0, 0, 0, 0.21);*/

	margin-right: 5%;
	margin-left: 3%;
	padding: 15px 10px;

	margin-bottom: 10px;
	/*border-radius: 5px;*/
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/



	/*display: inline-block;*/
	/*max-width: 264px;*/
	/*padding: 10px;*/
	/*margin-top: 1.5em;*/

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;

	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.person_intro ul.serverUl li.first{
	background: #9D96E3;
	border: 1px solid #9D96E3;
	-webkit-box-shadow: 0 3px 6px #9D96E3;
	-moz-box-shadow: 0 3px 6px #9D96E3;
	box-shadow: 0 3px 6px #9D96E3;
	visibility: hidden;


	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.person_intro ul.serverUl li.second{
	background: #F92046;
	border: 1px solid #F92046;
	-webkit-box-shadow: 0 3px 6px #F92046;
	-moz-box-shadow: 0 3px 6px #F92046;
	box-shadow: 0 3px 6px #F92046;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.person_intro ul.serverUl li.last{
	background: #FAC52A;
	border: 1px solid #FAC52A;
	-webkit-box-shadow: 0 3px 6px #FAC52A;
	-moz-box-shadow: 0 3px 6px #FAC52A;
	box-shadow: 0 3px 6px #FAC52A;
	visibility: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.person_intro ul.serverUl li .tel{
	font-size: 22px;
	color: #fff;
	padding-top: 10px;
	display: block;
}
.person_intro ul.serverUl li .name{font-size: 14px;color: #fff;padding-top: 8px;display: block;}
.person_intro ul.serverUl li .desc{font-size: 13px;	color: #fff;padding-top: 8px;display: block;}


footer{
	width: 100%;
	float: left;
	background: #222222;
}
.contactUs{
	width: 90%;
	margin-left: 10%;
	float: left;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}
/* ---底部----*/
.contactUs .contact_footer{
	margin-top: 10px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
}
.contactUs .contact_footer .contact_footer_left{
	width: 75%;
	float: left;

}
.contactUs .contact_footer .contact_footer_left .contact_footer_div{
	width: 85%;
}
.contactUs .contact_footer .contact_footer_left .pub{
	height: 30px;
	line-height: 30px;
	margin-bottom: 60px;
	font-size: 1.4rem;
	color: #a4a4a4;
	padding-bottom: 20px;
	float: left;
	margin-right: 30px;
}

.contactUs .contact_footer .contact_footer_left .ewmCode .footer_xizun{
	margin-left: 15px;
	color: #a4a4a4;
}
.contactUs .contact_footer .contact_footer_left .ewmCode .footer_emcode{
	margin-left: 15px;
	color: #a4a4a4;
}
.contactUs .contact_footer .contact_footer_left .ewmCode li{
	margin-right: 40px;
	float: left;
}
.contactUs .contact_footer .contact_footer_left .ewmCode li img{
	width: 80px;
}

/* ---底部-  导航---*/
.contactUs .contact_footer .contact_footer_left .nav1{
	border-bottom: 1px #a4a4a4 solid;
}

.contactUs .contact_footer .contact_footer_left .nav1 ul li{
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}
.contactUs .contact_footer .contact_footer_left .nav1 ul li a{
	color: #a4a4a4;
	font-size: 1.5rem;
}
.contactUs .contact_footer .contact_footer_left .nav1 ul li a:hover{
	color: #c9123b;
}



/* ---底部--案例--*/
.contactUs .contact_footer .contact_footer_left .nav2{
	padding-top: 10px;
}
.contactUs .contact_footer .contact_footer_left .nav2 ul li a{
	color: #a4a4a4;
	font-size: 1.5rem;
}
.contactUs .contact_footer .contact_footer_left .nav2 ul li a:hover{
	color: #c9123b;
}
.contactUs .contact_footer .contact_footer_left .nav2 ul li{
	float: left;
	margin-right: 10px;
}

.contactUs .contact_footer .contact_footer_right{
	width: 25%;
	float: right;

}
.contactUs .contact_footer .contact_footer_right .footet_righet{
	width: 250px;
	margin-top: 0px;
	text-align: center;
}
.contactUs .contact_footer .contact_footer_right .title{
	margin-top: 0px;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	padding-bottom: 5px;
	text-align: center;
}
.contactUs .contact_footer .contact_footer_right .tel{
	width: 60%;
	color: #fff;
	font-size: 1.8rem;
	padding: 15px 25px;
	border-radius: 40px;
	/*background-color: #c40d24;*/
	border: 1px solid #fff;;
	margin: 20px auto;
}
.contactUs .contact_footer .contact_footer_right .phone{
	width: 60%;
	color: #fff;
	font-size: 1.8rem;
	padding: 15px 25px;
	border-radius: 40px;
	/*background-color: #c40d24;*/
	border: 1px solid #fff;;
	margin: 20px auto;
}

.contactUs .contact_footer .contact_footer_right ul li{
	float: left;
	margin-right: 20px;
}
.contact_footer_left nav{
	color: white;
}
/**/
.contactUs .contactUi{
	width: 25.6%;
	float: left;
	margin: 40px 0;
	margin-left: 16.5%;
}
.contactUs .contactUi h2{
	font-size: 1.3rem;
}
.contactUs .contactUi p{
	font-size: 1.3rem;
	margin-top: 5px;
}
.contactUs .contactDev{
	width: 25.6%;
	float: left;
	margin: 40px 0;
}
.contactUs .contactDev h2{
	font-size: 1.3rem;
}
.contactUs .contactDev p{
	font-size: 1.3rem;
	margin-top: 5px;
}

.contactUs .contact_footer .contact_footer_left .ewmCode li{
	margin-right: 40px;
	float: left;
}
.contactUs .contact_footer .contact_footer_left .ewmCode li img{
	width: 100%;
}


/* 联系我们*/
.ct-title{
	width: 80%;
	margin: 0px auto;
	text-align: center;
	margin-top: 60px;
	padding-bottom: 15px;
	border-bottom: 1px solid #C6C6C6;
}

.ct-title h1{
	color: #e50a18;
	font-size: 3.2rem;
	margin-right: 15px;
	padding-bottom: 6px;
}

.ct-title .ct-subTitle{
	color: #e50a18;
	font-size: 2rem;
	margin-right: 20px;
	margin-top: 6px;
}

.ct-buins{
	width: 75%;
	margin: 0px auto;

}

.ct-buins .ct-buins-flag{
	font-size: 18px;
	color: #373737;
	padding: 30px 0px;
	line-height: 29px;
	letter-spacing: -0.17px;

}
.ct-buins .ct-buins-flag p{}
.ct-buins ul {width: 100%;}
.ct-buins ul > li{

}
.ct-buins ul > li:first-child{
	float: left;
	width: 55%;
}
.ct-buins ul > li img{
	width: 100%;
}
.ct-buins ul > li.last{
	width: 30%;
	text-align: left;
	float: right;
	margin-top: 15px;
}
.ct-buins ul >  li .ct-bus-title{
	color: #e80000;
	font-size: 16px;
	margin-bottom: 10px;
}
.ct-buins ul >  li .ct-bus-des{
	color: #4b4b4b;
}
.ct-bus-ewmcode{clear: both;width: 100%;padding-top: 10px;}
.ct-bus-ewmcode ul {float: left;width: 100%}
.ct-bus-ewmcode ul li{width: 30%;float: left}
.ct-bus-ewmcode ul li img{width: 100px}
.ct-bus-ewmcode ul li p{
	display: block;
	text-align: center;
	width: 100px
}


.ct-zixun {
	clear: both;
	width: 80%;
	border-top: 1px solid #C6C6C6;
	padding-top: 30px;
	margin: 60px auto;
	text-align: center;
}
.ct-zixun .ct-zixun-title{
	font-size: 20px;
	color: #373737;
	text-align: center;
	margin-bottom: 30px;
}
.ct-zixun img{width: 100%;}

.ct-look{
	width: 60%;
	text-align: center;
	margin: 60px auto;
}
.ct-look h1{
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: -0.26px;
	color: #3e3e3e;
}
.ct-look .desc{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: -0.1px;
	color: #878787;
	margin-top: 40px;
	margin-bottom: 15px;
}
.ct-look .resume{color: #ec2a2a}

/*.contactUs_2{*/
/*width: 70%;*/
/*margin-left: 14%;*/
/*float: left;*/
/*color: #222222;padding-bottom: 60px;*/
/*}*/
/*.contactUs_2 img{*/
/*width: 100%;*/
/*margin: 1px auto;*/
/*!*width="800px" height="300px"*!*/
/*}*/
/*.contactUs_1{*/
/*width: 78%;*/
/*margin-left: 7%;*/
/*float: left;*/
/*color: #222222;*/
/*margin-top: 60px;*/
/*}*/
/*.contactUs_1 .contact_clow img{*/
/*float: left;*/
/*margin-left: 13%;*/
/*position: relative;*/
/*}*/
/*.contactUs_1 .contactUi{*/
/*width: 25.6%;*/
/*float: left;*/
/*margin-bottom: 40px;*/
/*margin-left: 10px;*/
/*}*/
/*.contactUs_1 .contactUi h2{*/
/*font-size: 1.6rem;*/
/*}*/
/*.contactUs_1 .contactUi p{*/
/*font-size: 1.4rem;*/
/*margin-top: 10px;*/
/*}*/

/*.contactUs_1 .contact_clow_dev img{*/
/*float: left;*/
/*margin-left: 3%;*/
/*position: relative;*/
/*}*/
/*.contactUs_1 .contactDev{*/
/*width: 25.6%;*/
/*float: left;*/
/*margin-bottom: 40px;*/
/*margin-left: 10px;*/
/*}*/
/*.contactUs_1 .contactDev h2{*/
/*font-size: 1.6rem;*/
/*}*/
/*.contactUs_1 .contactDev p{*/
/*font-size: 1.4rem;*/
/*margin-top: 10px;*/
/*}*/


/*.contactUs_1 .contactCode .contactCode_footer{*/
/*width: 25%;*/
/*float: left;*/
/*margin-bottom: 40px;*/
/*margin-left: 30px;*/
/*}*/
/*.contactUs_1 .contactCode .contactCode_footer div{*/
/*width: 160px;*/
/*}*/
/*.contactUs_1 .contactCode .contactCode_footer img{*/
/*width: 100%;*/
/*margin: 0px auto;*/
/*}*/
/*.contactUs_1 .contactCode p{*/
/*text-align: center;*/
/*font-size: 1.4rem;*/
/*}*/


footer .frendsLink{
	width: 100%;
	height: 60px;
	line-height: 60px;
	float: left;
	background: #191818;
}
footer .frendsLink p{
	width: 80%;
	float: left;
	color: #959595;
	text-align: center;
}
footer .frendsLink p span{
	margin-left: 16.5%;
	color: #959595;
}
footer .frendsLink p a{
	color: #959595;
}

footer .frendsLink p a:hover{
	color: #f6f6f6;
}
.page .subNavList{
	width: 100%;
	float: left;
	background: #f5f7fa;
	box-shadow: 0 1px 1px #ccc;
	box-sizing: border-box;
}
.bannerContent .singleImg{
	width: 100%;
}
.page .subNavDiv{
	width:80%;
	margin-left: 16%;
	float: left;
	min-width: 980px;
}
.page .subNavDivActive{
	width: 100%;
	float: left;
	margin-left: 0;
	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: #fff;
}
.page .subNavDiv .navLogo{
	width: 45px;
	float: left;
	margin-left: 50px;
	margin-top: 5px;
}
.page .subNavDiv .telNum{
	width: 13%;
	float: left;
	font-size: 2.2rem;
	color: #d72130;
	height: 50px;
	line-height: 50px;
	text-align: left;
}
.page .subNavDiv .navLogo img{
	width: 88px;
	height: 38px;
}
.page .subNavList ul{
	width:77%;
	float: left;
	height: 50px;
	line-height: 50px;
}
.page .subNavList ul li:first-child{
	width: 14%;
	text-align: center;
	font-size: 1.4rem;
	color: #222222;
	height: 48px;
	border-bottom:2px solid #f5f7fa;
	float: left;
	margin-left: 5%;
}
.page .subNavList ul li{
	width: 16%;
	text-align: center;
	font-size: 1.4rem;
	color: #010101;
	height: 48px;
	border-bottom:2px solid #f5f7fa;
	float: left;
}

.page .subNavList ul li.cur{
	border-bottom:2px solid #c70025;
	background: #fff;
}
.page .subNavList ul li:hover{
	border-bottom:2px solid #c70025;
	cursor: pointer;
	background: #fff;
}
.fullContent .content .logoVi{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.fullContent .content .logoVi li{
	width: 32%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	text-align: center;
	border: 1px solid #E9EFF6;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 1px #ccc;
	box-sizing: border-box;
}
.news_thumb{
	display: block;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;

}

.fullContent .content .logoVi li{
	border-radius: 5px;
	-moz-border-radius:5px;
	　　-webkit-border-radius:5px;
}

.fullContent .content .logoVi li:hover{
	/*background: #a0a0a0;*/
	border: 1px solid #00a6ea;
}

.fullContent .content .logoVi li:hover .logoViTitle{
	color: #d7083c;
}
.fullContent .content .logoVi li:hover .info{
	color: white;
}
.fullContent .content .logoVi li img{
	width: 327px;
	height: 243px;
}
.fullContent .content .logoVi li:hover img{
	opacity:0.8;
}
.fullContent .content .logoVi li .case_desc{
	height: 24px;
	margin: 0px auto;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.fullContent .content .logoVi li .logoViTitle{
	width: 100%;
	height: 24px;
	font-size: 1.8rem;
	margin-top: 15px;
	overflow: hidden;
	font-family: "微软雅黑", Arial, "宋体";
}
.fullContent .content .logoVi li .info{
	width:100%;
	height: 40px;
	font-size: 1.4rem;
	margin: 10px 0;
	overflow: hidden;
}
.fullContent .content .jiuluInfo{
	width: 100%;
	float: left;
}
.jiuluColor{
	background: #f1f1f1;
}
.content_case_baneer{
	margin-top: 60px;
}
.jiuluInfo img{
	width:100%;

}
.fullContent .content .pageDetail{
	width:80%;
	margin-left: 10%;
	float: left;
	color: #222222;
}
.fullContent .content .pageDetail h2{
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-top: 30px;
	font-size: 2.7rem;
	font-family: "微软雅黑", Arial, "宋体";
	color: #222222;
	margin-bottom: 10px;
}
.fullContent .content .pageDetail p{
	width: 100%;
	font-size: 2rem;
	margin: 0px 0;
}

.fullContent .content .pageDetail .line{
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
	margin: 0px auto;
}

.fullContent .content .pageDetail .userInfo{
	color: #959595;
	font-size: 1.4rem;
	margin-top: 30px;
	margin-bottom: 60px;
}

.fullContent .content .pageDetail .case_show_bottom_line{
	margin: 40px auto;
	border-top: 1px solid #dcdcdc;
	width: 100%;
}

.fullContent .content .pageDetail  .case_show_bottom{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
.fullContent .content .pageDetail  .case_show_bottom h1{
	font-size: 3rem;
	font-family: "微软雅黑", "宋体";
	color: #333;
	margin-bottom: 15px;
}
.fullContent .content .pageDetail  .case_show_bottom p{
	font-size: 1.5rem;
	color: #666666;
	margin-top: 10px;
}
.pageBtn{
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;

}
.pageBtn .prePage{
	width: 50%;
	float: left;
}
.pageBtn .nextPage{
	float: right;
	text-align: right;
}
/*.pageBtn .prePage p{*/
/*height: 25px;*/
/*line-height: 25px;*/

/*}*/
.pageBtn .prePage .preBtn span{
	font-size: 14px;
	color: #333;
}
.pageBtn .prePage .preBtn a{
	font-size: 14px;
	color: #333;
}
.pageBtn .prePage .preBtn a:hover{
	color: #d7083c;
}

/*.pageBtn .prePage .prePageName{*/
/*font-size: 2rem;*/
/*color: #222;*/
/*}*/
.shared{
	width: 100%;
	float: left;
	border-top:1px solid #888;
	border-bottom: 1px solid #888;
	height: 70px;
	background: #fff;
}
.shared .sharedContent{
	width: 80%;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -40%;
}
.shared .sharedContent .pageDetail .sharedLi{
	margin-top: 20px;
}
.crumbs{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 1.5rem;
	color: #797979;
	margin-top: 30px;
}
.crumbs a{
	color: #797979;
}
.wordContent1{
	width: 100%;
	float: left;
	border-bottom: 2px solid #e9232f;
}
.wordContent{
	width: 100%;
	float: left;
	padding-top:30px;
}
.wordContent .contentDiv{
	width: 100%;
	float: left;

}
.wordContent .contentDiv .content_fx{
	width: 80%;
	margin: 10px auto;
}
.wordContent .contentDiv .content_info{
	width: 80%;
	margin: 30px auto;
}
/*.wordContent .contentDiv .content_info img{*/
/*width: 100%;*/
/*}*/
.wordContent .contentDiv .content_title{
	width: 80%;
	margin: 0px auto;
	text-align: center;
}
.wordContent .contentDiv .content_title h1{
	font-size: 3.1rem;
	font-family: "微软雅黑", Arial, "宋体";
	color: #222222;
	margin-top: 40px;
}

.wordContent .contentDiv .content_title .line{
	border-bottom: 1px solid red;
	width: 100%;
	margin: 0px auto;
	padding-top: 40px;
}

.wordContent .contentDiv .content_title .userInfo{
	color: #959595;
	font-size: 1.4rem;
}

.wordContent .contentDiv p{
	text-indent: 2em;
	color: #222222;
	font-size: 2rem;
	margin-top: 10px;
}
.newsDate{
	width: 100%;
	float: left;
	position: relative;
	left: 50%;
	margin: 1px 0;
	margin-left: -50%;
	float: left;
}
.newsDate ul{
	width: 100%;
	float: left;
}
.newsDate ul li{
	width: 100%;
	height: 153px;
	float: left;
	padding-bottom: 20px;
}
.newsDate ul li:hover .dateDiv{
	background: #d7083c;
}
.newsDate ul li:hover .dateDiv p{
	color: white;
	border-bottom: 1px solid white;
}
.newsDate ul li:hover .dateDiv .more{
	color: white;
}
.newsDate ul li:hover .dateDiv{
	background: #d7083c;
}
.newsDate ul li .dateDiv{
	width: 15%;
	height: 120px;
	float: left;
	padding: 10px;
}
.newsDate ul li .dateDiv p{
	width: 100%;
	font-size:4rem;
	text-align: center;
	color: #b0afb0;
	padding-bottom: 10px;
	border-bottom: 1px solid #b0afb0;
	margin-top: 20px;
}
.dateDiv .more{
	width: 100%;
	float: left;
	text-align:center;
	padding-top: 20px;
	color: #ccc;
	font-size: 1.5rem
}
.dateContent{
	float: left;
	margin-left: 20px;
	width: 50%;
	margin-left: 5%;
	margin-bottom: -10px;
	margin-right: 50px;
	margin-top: 12px;
}
.dateContent h1{
	font-family: "微软雅黑", Arial, "宋体";
	width: 100%;
	color: #b0afb0;
	font-size: 1.6rem;
	overflow: hidden;
	white-space: nowrap;
	color: #444;
}
.dateContent p{
	width: 100%;
	margin-top: 20px;
	color: #b0afb0;
	font-size: 1.2rem;
	overflow: hidden;
	color: #909090;
}
.dateImg{
	width: 20%;

	float: right;
}
.dateImg img{
	width:153px;
	height: 153px;
	overflow: hidden;
}
.swiper-pagination-bullet {
	background: #b0afb0 none repeat scroll 0 0;
	border-radius: 100%;
	display: inline-block;
	height: 8px;
	opacity: 0.2;
	width: 8px;
	border: 2px solid #b0afb0;
}
.swiper-pagination-bullet-active {
	background: #dfdfdf none repeat scroll 0 0;
	border: 2px solid #d91d1d;
	opacity: 1;
}
.swiper-button-next{
	margin-right: 20px;
}

.swiper-button-prev{
	margin-left: 20px;
}

/*分享*/
.fx { position:relative; width: 232px; height: 50px; margin: 0px auto; border: 1px solid red;}
.fx ul li{float: left;margin-right: 10px}
.fx b a{display:block;float:left;margin:0px auto;width:30px;height:24px;margin-right:19px;}
.fx b a.sina{background:url(../images/sina.png) no-repeat;}
.fx b a.qzone{background:url(../images/qq.png) no-repeat;}
.fx b a.weixin{background:url(../images/wx.png) no-repeat;}
.fx b a:hover{opacity: 0.75;}

/*左侧*/
.ny_leftpf{width:125px; font-size:14px; border-radius:10px; position:fixed; top:140px; background:#d7083c; z-index:9999;text-align:center;color:#ffffff;left:0.2%;padding-bottom: 5px;}
.ny_leftpf2{padding-top:16px; padding-bottom:6px;}
.ny_leftpf3{width:116px;  border-radius:10px; background:#FFF; margin:0px auto;margin-top:12px;}
.ny_leftpf3 ul{ width:90%; margin:0px auto;}
.ny_leftpf3 ul li{list-style:none;border-bottom:1px dashed #b5b5b5; font-size:15px; height:46px;line-height:46px;}
.ny_leftpf3 a{color:#333;}
.ny_leftpf5{padding-top:20px;font-size:16px;}
.ny_leftpf5 a{ color:#FFF;}

/*右侧*/
.jiulu_qq_div .jiulu_qq{position:fixed;z-index:9999999;top:330px;right:10px;cursor:pointer;}
.jiulu_qq_div .jiulu_qq .jiulu_qq_img{float: right;width: 50px;text-align: center;height: 50px}
.jiulu_qq_div .jiulu_qq .qqShow{float: right; padding:0px 20px;background: white}
.jiulu_qq_div .jiulu_qq .qqShow li{height: 30px;line-height: 30px;margin: 0px auto}

.jiulu_qq_div  .jiulu_wehcat{position:fixed;z-index:9999999;top:380px;right:10px;cursor:pointer;}
.jiulu_qq_div  .jiulu_wehcat .jiulu_wehcat_img{float: right; ;width: 50px;text-align: center;height: 50px}
.jiulu_qq_div  .jiulu_wehcat .wechat_show{float: right; padding:0px 20px;background: #c9123b;padding: 10px;margin-top: -100px;margin-right: 10px}
.jiulu_qq_div  .jiulu_wehcat .wechat_show li{;margin: 0px auto;margin-bottom: 10px}
.jiulu_qq_div  .jiulu_wehcat .wechat_show li img{width: 100px;height: 100px}
.jiulu_qq_div  .jiulu_wehcat .wechat_show .wechat_zixun_title{color: white;text-align: center}
.jiulu_qq_div  .jiulu_wehcat .wechat_show .line{width: 50px;border-bottom: 1px solid white;margin: 10px auto;}
.jiulu_qq_div  .jiulu_wehcat .wechat_show .wechat_plat_title{color: white;text-align: center}

.jiulu_qq_div .jiulu_tel{position:fixed;z-index:9999999;top:430px;right:10px;cursor:pointer;}
.jiulu_qq_div .jiulu_tel .jiulu_tel_img{float: right;width: 50px;height: 50px}
.jiulu_qq_div .jiulu_tel .tel_show{float: right;height: 55px;line-height: 55px;text-align: center;margin-right: 10px;color: white;font-size: 1.3rem}

.jiulu_qq_div .jiulu_tel .tel_show   li:first-child{height: 30px;line-height: 30px;padding: 5px 10px;background: #c9123b;margin-top: -10px}
.jiulu_qq_div .jiulu_tel .tel_show   li{height: 30px;line-height: 30px;padding: 5px 10px;background: #c9123b;margin-top: 5px}


.jiulu_qq_div .jiulu_jiantou{position:fixed;z-index:9999999;top:480px;right:10px;cursor:pointer;}
.jiulu_qq_div .jiulu_jiantou .jiulu_jiantou_img{float: right;width: 50px;height: 50px}

/*全局控制*/
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"微软雅黑",Arial;-webkit-text-size-adjust:none;}

.related_cases ul{float: left;margin-bottom: 60px;}
.related_cases ul li {float: left;width: 23%;margin-left: 10px;}
.related_cases ul li img{width: 100%;}
.related_cases ul li .case_desc{text-align: center;margin-top: 10px;font-family: "微软雅黑", "宋体";color: #333;font-size: 15px;}

.related_title{text-align: center;margin-bottom: 30px;}
.related_title .t1{
	font-family: "微软雅黑", "宋体";
	color: #333;
	font-size: 3rem;  }
.related_title .t2{
	color: #666666;
	font-size: 2rem;}
.related_title .line{width: 100px;height: 1px;background: #c9123b;}


.in-msg ul li{ float: left;width: 33.333333%}
.in-msg ul li .l{float: left;margin-right: 10px}
.in-msg ul li .msg-left{
	border-radius: 50%;background: #44E8BA;width: 56px;height: 56px;line-height:56px;color: #ffffff


}
.in-msg ul li .msg-right{text-align: left;width: 50%}
.in-msg ul li .msg-right .msg-right-p .name{margin-left:5px;margin-right: 10px;font-size: 14px;color: #2c2c2c;}
.in-msg ul li .msg-right .msg-right-p .tel{color: #44E8BA;font-size: 12px;color: #44e8ba;}
.in-msg ul li .msg-right .msg-right-dsc{width: 100%;height: 32px;line-height: 32px;border-radius: 8px;background-color: #44e8ba;
	padding-left:10px;font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.6px;
	color: #ffffff}

.in-msg ul li.purple .msg-left{background: #7baced;}
.in-msg ul li.purple .msg-right .msg-right-p .tel{color:#7baced}
.in-msg ul li.purple .msg-right .msg-right-dsc{background:#7baced}

.in-msg ul li.red .msg-left{background: #ff507a;}
.in-msg ul li.red .msg-right .msg-right-p .tel{color:#ff507a}
.in-msg ul li.red .msg-right .msg-right-dsc{background:#ff507a}


.swiper-partner{
	width: 100%;

}
.swiper-partner .partner-intro-ul{
	margin:40px 0px;
	padding-left: 2%;
}
.swiper-partner .partner-intro-ul li{
	padding: 5px 5px;
	float: left;
	margin-left: 0.5%;
	width: 17%;
	margin-bottom:0.5%;
	height: 100px;
	border-radius: 3px;
	background-color: rgba(216, 216, 216, 0.29);
}
/*.swiper-partner .partner-intro-ul li img{width: 176px;height: 45px;display:inline;margin-top: 10%}*/
/*.swiper-partner .partner-intro-ul li img{width:100%;}*/
