html,body{
	margin: 0;
}
ul,li,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
*{font-family: "微软雅黑";}
li{list-style: none;}
a{text-decoration: none;}
input{outline: none;}
.clearBoth{
	clear: both;
}
.BFC:after{
	content:"";
    display:table;
    clear:both;
}
.xh_full_c{
	width: 100%;
	margin: 0 auto;
}
.xh_c{
	width: 1200px;
	margin: 0 auto;
}
.xh_nav{
	height: 40px;
	background: #eeeeee;
}
.xh_nav_left li,.xh_nav_right li{
	float: left;
	font-size: 14px;
	line-height: 40px;
	color:#666666 ;
	padding: 0px 20px;
}
.xh_nav_left li:first-child{
	padding-left: 0;
}
.xh_nav_left li:first-child a{
	color: #ee0000;
}
.xh_nav_left a,.xh_nav_right a{
	color: #666666;
}
/*xh_nav_left左边*/
.xh_nav_right{
	float: right;
}
/*以上是导航栏部分*/
.xh_head{
	height: 105px;
}
.xh_head_left {
	float: left;
}
.xh_head_left img{
	padding: 24px 0px;
}
.xh_head_right{
	float: right;
}
.xh_head_right li{
	line-height: 105px;
	float: left;
	padding: 0px 40px;
}
.xh_head_right li a{
	color:#333333 ;
	display: block;
}
.xhHeadLeftActive{
	border-bottom: #ed1515 solid 1px;
}
/*以上是头部*/
.xh_search_c{
	height: 490px;
	background: url(../img/workLogo_06.png) center center no-repeat;
	overflow: hidden;
}
.xh_search_c h1{
	text-align: center;
	color: white;
	text-shadow:0px 2px 0px #686868 ;
	font-size: 55px;
	margin-top: 130px;
}
.xh_search_c h3{
	text-align: center;
	color: white;
	font-size: 24px;
	line-height: 95px;
}
.xh_search_c h3:before{
    content: " ";
    display: inline-block;
    width: 53px;
    height: 3px;
    background: white;
    margin: 7px 0px;
    margin-right: 15px;
}
.xh_search_c h3:after{
    content: " ";
    display: inline-block;
    width: 53px;
    height: 3px;
    background: white;
    margin: 7px 0px;
    margin-left: 15px;
}
.xh_search{
	width: 949px;
	height: 63px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
}
.xh_search input{
    height: 100%;
    padding: 0;
    border: none;
    float: left;
}
#search_button{
	width: 737px;
	text-indent: 1em;
	font-size: 30px;
	font-weight: 500;
}
#Click_search{
	width: 210px;
	background: #ff5256;
	font-size: 24px;
	color: white;
}
#Click_search:active{
	font-size: 23px;
}
/*以上是搜索栏*/
.xh_server{
	background:#f5f5f5;
	/*height: 900px;*/
	/*overflow: auto;*/
}
.xh_server_title{
	text-align: center;
    font-size: 36px;
    box-sizing: border-box;
    padding: 40px 0px;
}
.xh_server_card_c{
	overflow: auto;
}
.xh_server_card_c li{
	width: 300px;
	float: left;
	text-align: center;
	margin: 15px 0px;
}
.xh_server_card_c li>p{
	margin:30px 0px 0px 0px ;
}
.xh_server_card_top{
	width: 237px;
	height: 237px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.xh_server_card_context{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding-top:70px;
	opacity: 0;
	transition: opacity ease 0.3s;
}
.xh_server_card_context:hover{
	border-radius:50% ;
	opacity:1;
}
.xh_server_card_context p{
	color: white;
	margin-bottom: 20px;
}
.xh_server_card_context a{
	color: white;
	padding: 5px 10px;
	border: white solid 1px;
}
.callMe{
	width: 325px;
	height: 55px;
	margin: 50px auto;
	box-sizing: border-box;
	border:#ff5256 solid 2px;
	clear: both;
	border-radius:5px;
	background: white;
}
.callMe p{
	height: 100%;
	width: 202px;
	color: #000000;
	margin: 0;
	line-height: 51px;
	text-align: center;
	float: left;
	font-size: 14px;
}
.callMe p a{
	color: #ff5256;
	font-weight: 600;
}
.callMe>a{
	background: #ff5256;
	display: block;
	width: 119px;
	height: 100%;
	line-height:51px ;
	text-align: center;
	color: white;
	float: left;
}
.callMe>a:active{
	font-size: 15px;
}
.callMe>a img{
	vertical-align: middle;
	margin: 0px 3px;
}
/*以上是服务1*/
.xh_server2{
	/*overflow: auto;*/
}
.xh_server1_card_c{
	overflow: auto;
}
.xh_server_card{
	width: 300px;
	float: left;
}
.xh_server_smtitle{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.xh_server_card>div{
	width: 280px;
	height:167px ;
	overflow: hidden;
}
.xh_server_card img{
	transition: all ease 1s;
}
.xh_server_card img:hover{
	transform: scale(1.2);
}
.xh_server_context{
	color: #333333;
	font-size: 14px;
	padding: 0px 40px 0px 0px;
	text-align: left;
	line-height: 30px;
}
.helpYou{
	color: #ff5256;
	padding: 5px 10px;
	border: #ff5256 solid 1px;
    /*margin-top: 10px;*/
	display: inline-block;
}
.helpYou span{
    width: 15px;
    height: 15px;
    background: #ff5256;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
    font-family: "consolas";
    color: white;
    text-align: center;
    line-height: 14px;
}
/*以上是服务2*/
.xh_server3{
	background: #f5f5f5;
	/*overflow: auto;*/
}
.xh_server3_card_c ul{
	overflow: auto;
}
.xh_server3_card_c li{
    width: 370px;
    height: 215px;
    overflow: hidden;
    float: left;
    margin: 0px 30px 0px 0px;
}
.xh_server3_card_c li img{
	transition: all ease 1s;
}
.xh_server3_card_c li img:hover{
	transform: scale(1.2);
}
.xh_server3_card_context_c{
	width: 393px;
	float: left;
}
.xh_server3_card_context{
	width:270px;
	height:183px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	top: -48px;
    background: white;
    padding: 0px 15px;
    box-sizing: border-box;
    text-align: center;
}
.xh_server3_card_context h3{
	margin: 10px 0px 0px 0px;
	display: inline-block;
}
.xh_server3_card_context p{
	line-height: 30px;
	font-size: 14px;
}
/*以上是服务3*/
.xh_server4{
	/*overflow: auto;*/
}
.xh_server4 ul{
	/*overflow: auto;*/
}
.xh_server4 li{
	width:300px;
	height: 240px;
	float: left;
}
.xh_server4_card{
	width: 280px;
	height: 100%;
	border: #ebebeb solid 1px;
	box-sizing: border-box;
	margin: 0 auto;
}
.xh_server4_card h3{
	text-align: center;
	line-height: 57px;
}
.xh_server4_card img{
	margin: 35px 87px;
}
.xh_server4_active{
	border: #ff5256 solid 2px;
}
.xh_server4_active h3{
	background: #ff5256;
	color: white;
}
.xh_server4_card_context{
	width: 98%;
	padding: 10px 18px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666666;
	border: #ebebeb solid 1px;
	margin: 40px auto;
	position: relative;
}
.xh_server4_card_context p{
	line-height: 30px;
	display:none;
}
.xh_server4_card_context p:nth-of-type(1){
	display: block;
}
.xh_server4_card_context span{
	position: absolute;
	top: -60px;
	left: 108px;
	width: 0px;
	height: 0px;
	border-top: 30px solid transparent;
	border-right:30px solid transparent;
	border-bottom:30px solid #ebebeb;
	border-left:30px solid transparent;
}
.xh_server4_card_context span:after{
    content: ' ';
    width: 0;
    height: 0;
   	border-top: 30px solid transparent;
	border-right:30px solid transparent;
	border-bottom:30px solid white;
	border-left:30px solid transparent;
    left: -30px;
    top: -28px;
    position: absolute;
  }
  /*以上是服务4*/
 .xh_foot{
 	height:625px;
 	background: url(../img/workLogo_68.png) center center no-repeat;
 	box-sizing: border-box;
 	padding-top:150px ;
 }
.xh_foot h1{
	text-align: center;
	font-size: 48px;
	color: white;
	line-height: 80px;
	text-shadow: 0px 5px 0px #313131;
}
.xh_foot h3{
	text-align: center;
	font-size: 24px;
	color: white;
}
.xh_foot h3:before{
	content: " ";
    display: inline-block;
    width: 53px;
    height: 3px;
    background: white;
    margin: 7px 0px;
    margin-right: 15px;
}
/**/
.xh_server:after,.xh_server2:after,.xh_server3:after,.xh_server4:after,.xh_server4 ul:after{
	content: "";
	display: table;
	clear: both;
}
