html body {
	width: 100%;
	height: auto;
	font-size: 12px;
	background: #F5F5F5;
}

* {
	margin: 0;
	padding: 0;
	font-family: MicrosoftYaHei;
}

.indexes {
	width: 76rem;
	padding-left: 2rem;
	padding-top: 1rem;
	font-size: 14px;
	color: #999999;
	margin: auto;
}
.indexes a{
	color: #999999;
}
.indexes a:hover{
	color: #E05E5E !important;
}

a{
	text-decoration: none;
}

.service_box{
	position: relative;
	width: 1200px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 60px;
}

.service_banner{
	height: 300px;
	width: 100%;
	position: relative;
	display: none;
	/*background: url(../img/bg.jpg)no-repeat 0px 0px;
	background-size: 100% 100%;*/
}
.banner_h2{
	font-family: MicrosoftYaHei-Bold;
	font-size: 60px;
	color: #ffffff;
	position: absolute;
	top: 90px;
	left: 165px;
}
.banner_text{
	width: 291px;
	height: 43px;
	background-color: #ffffff;
	opacity: 0.46;
	line-height: 43px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #ff7357;
	text-align: center;
	position: absolute;
	bottom: 85px;
	left: 165px;
}
.service_from{
	width: 270px;
	height: 230px;
	background-color: #ffffff;
	box-shadow: 7px 5px 27px 0px 
		rgba(76, 20, 8, 0.09);
	border-radius: 2px;
	position: absolute;
	top: 20px;
	padding:15px 20px;
	right: 150px;
}
.from_title{
	font-size: 18px;
	text-align: center;
	color: #008ee7;
	margin-top: 5px;
}
.from_text{
	text-align: center;
	font-size: 14px;
	color: #808080;
	margin-top: 5px;
	margin-bottom: 20px;
}
.input_box{
	position: relative;
	width: 270px;
	height: 40px;
	margin-bottom: 10px;
}
.input_box input{
	width: 195px;
	height: 40px;
	padding-left: 75px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #e8d5d1;
	outline: none;
}
.input_name{
    width: 70px;
    height: 40px;
    background-color: #faf2f0;
    border-radius: 2px 0px 0px 2px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    color: #606466;
    font-size: 14px;
    left: 1px;
    top: 1px;
}
.from_btn{
	width: 270px;
	height: 40px;
	background-color: #ff7357;
	border: none;
	border-radius: 4px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	color: #ffffff;
	outline: none;
	margin-top: 10px;
	cursor: pointer;
}
.from_btn i{
	font-size: 14px;
	color: #ffffff;	
}
.service_tab{
    width: 100%;
    height: 61px;
    text-align: center;
    line-height: 60px;
    background: white;
    overflow: hidden;
    border-bottom: solid 1px #e8e8e8;
}
.service_tab:hover{
	height: auto;
}
.tab_li{
	padding:15px;
	font-size: 16px;
	padding-bottom: 20px;
	color: #4d4d4d;
	cursor: pointer;
}
.tab_li_select{
	color: #E05E5E;
	border-bottom: solid 1px #E05E5E;
}
.service_list{
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding-top:40px;
	padding-bottom: 130px;	
	overflow: hidden;
	position: relative;
}
.list_li{
    width: 219px;
    height: 319px;
    background-color: #ffffff;
    box-shadow: 3px 2px 5px 0px rgba(63, 48, 210, 0.01);
    border-radius: 4px;
    border: solid 1px #f5f5f7;
    float: left;
    margin-left: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.list_li_header{
	width: 100%;
	height: 75px;
	background-color: #f5f6f7;
	border-radius: 4px;
	text-align: center;
	padding-top: 30px;
	position: relative;
}
.list_name{
	font-size: 20px;
	color: #33334f;
}
.list_img{
	/*width: 76px;*/
	height: 76px;
	border-radius: 50%;
	margin-top: 10px;
}
.cup{
	cursor: pointer;
}
.list_text{
    height: 75px;
    font-size: 13px;
    margin: auto;
    line-height: 20px;
    margin-top: 60px;
    color: #808080;
    width: 170px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.list_btn{
	width: 110px;
	height: 35px;
	background:white;
	border-radius: 4px;
	border: solid 1px #ff7357;
	outline: none;
	font-size: 14px;
	color: #ff7357;
	margin-top: 10px;
	cursor: pointer;
}
.btn_call{
	width: 250px;
	height: 50px;
	background-color: #ff7357;
	outline: none;
    border: none;
	box-shadow: 9px 6px 21px 0px 
		rgba(255, 115, 87, 0.4);
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	color: #f3f4fa;
}
.list_btn_box{
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.why{
	width: 100%;
	background-color: #008ee7;
	text-align: center;
	padding: 80px 0px;
}
.why_title{
	font-size: 26px;
	color: #ffffff;
}
.why_box{
	margin: auto;
	width: 1200px;
	margin-top: 70px;
	display: flex;
}
.why_li{
	width: 300px;
	height: 202px;
}
.why_img_box{
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    margin: auto;
}
.why_img{
    width: 50px;
    height: 50px;
    margin-top: 15px;
}
.why_info{
	font-size: 18px;
	color: #ffffff;
	margin: auto;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.why_text{
	width: 250px;
	height: 60px;
	font-size: 14px;
	margin: auto;
	color: #ffffff;
	opacity: 0.8;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;	
}
.problem_box{
	width: 100%;
	background-color: white;
	padding: 80px 0px;	
}
.problem_header{
	font-size: 26px;
	text-align: center;
	color: #4d4d4d;
}
.problem_call{
	margin: auto;
	width: 1200px;
	margin-top: 70px;
	overflow: hidden;
}
.problem_li{
    width: 550px;
    height: 180px;
    float: left;
    overflow: hidden;
    margin-left: 50px;
    margin-bottom: 50px;
}
.problem_title{
	font-size: 16px;
	color: #4d4d4d;	
}
.problem_info{
	font-size: 14px;
	color: #808080;
	margin-top: 20px;
}
/*国内服务列表*/
.domestic_list{
	padding: 0px 15px;
}
.int-list {
	width: 275px;
    height: 310px;
    background-color: #ffffff;
    float: left;
    text-align: center;
    position: relative;
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.int-img {
	margin-top: 2rem;
	/*width: 84px;*/
	height: 84px;
	border-radius: 3px;
}

.jiaji {
	font-size: 22px;
    margin: auto;
    color: #4d4d4d;
    margin-top: 1rem;
    height: 28px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.day {
    height: 80px;
    font-size: 13px;
    margin: auto;
    line-height: 20px;
    margin-top: 10px;
    color: #808080;
    width: 225px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.int-num {
	position: absolute;
	width: 100%;
	bottom: 20px;
	display: block;
}

.int-num-y {
	font-size: 16px;
	color: #4d4d4d;
	text-decoration: line-through;
}

.int-btn {
	position: absolute;
	width: 100%;
	bottom: 20px;
	display: none;
}

.int-btn-but {
	border-radius: 2px;
	border: solid 1px #E05E5E;
	width: 110px;
	color: #E05E5E;
	height: 35px;
	background: #FFFFFF;
	outline: none;
	cursor: pointer;
}

.int-list:hover .int-btn {
	display: block;
}

.int-list:hover .int-num {
	display: none;
}

.but-select {
	background: #E05E5E;
	color: #fff;
}
.int-num-x {
	color: #ff5959;
	font-size: 28px;
}