
.tw_main{
	margin: 2%;	
}
.tns_section .tw_title{
	font-size: .32rem;
	text-align: center;
	color: #111111;
	margin-bottom: 10px;
	line-height: 30px;	
	margin-top: 30px;
}
.tns_section.company_profile .profile{
	color: #494949;
	
	line-height: 90px;
	text-indent: 90px;
	margin-bottom: 50px;
}
a.tw_link{
	color: #D72951;
	
}
.tw_link .icon_img {
	height: 30px;
	vertical-align: baseline;
	margin-left: 5px;
}
.profile_item{
	width: 25%;
	margin-right: 12.5%;
	float: left;
	text-align: center;
}
.profile_item:last-child{
	margin-right: 0%;
}
.profile_item .profile_img_box{
	width: 260px;
	height: 260px;
	border-radius: 50%;
	overflow: hidden;
}
.profile_item .profile_img{
	width: 100%;
}
.profile_item p{
	margin-top: 50px;
}


.adv_item{
	margin-right:2%;
	margin-bottom: 2%;
	background: white;
	text-align: center;	
	box-sizing: border-box;	
	border-radius: 8px;
	padding: 10px 0;
	float: left;
	width: 49%;
}
.adv_item:nth-child(2n){
	margin-right: 0;
}
.adv_item .adv_img{
	width: 50px;
	height: 50px;
	margin: 4px auto;
}
.adv_img_p1{
	font-size: .28rem;
	padding: 0 10px;
	color: #D93259;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.adv_img_p2{
	font-size: .24rem;
	padding: 0 10px;
	color: #9A9A9A;
	overflow: hidden;
	height: 64px;
	line-height: 20px;
}

.youshi{
	background-color: white;
	padding: 20px 10px;
	border-radius: 8px;
}

.youshi h3{
	color: black;
	font-size: .3rem;
	/* height: 30px; */
	line-height: 30px;
}
.youshi p{
	font-size: .26rem;
	color: #9A9A9A;
	line-height: 24px;
}

.success_case_item{
	margin-bottom: 10px;
	background: white;
	padding: 20px 10px;
	border-radius: 8px;
}
.success_case_item img{
	float: left;
	width: 49%;
}
.success_case_item .success_case_main{
	margin-left: 52%;
}
.success_case_item h3{
	font-size: .3rem;
	font-weight: normal;
	color: #494949;
	line-height: 24px;
}
.success_case_item p{
	color:#9A9A9A;	
	margin-top: 16px;
	font-size: .2rem;
	line-height: 20px;
}


.cs_order_process {
	height: 350px;
}

.cs_order_item{
	float: left;
    width: 18%;
    background: #fff;
    margin-right: 1%;
    margin-bottom: 2%;
    text-align: center;
    padding: 20px 10px;
    height: 130px;
    border-radius: 6px;
}
.cs_order_item img{
	width: 40px;
	height: 40px;
	padding: 4px;
}
.process_content{
	line-height: 16px;
	height: 76px;
	overflow: hidden;
	color: #9A9A9A;
}
.process_num{
	height: 20px;
	line-height: 20px;
	font-size: .22rem;
	overflow: hidden;
	color: #D92A51;
}

		
.lianxi_case_item{
	margin-bottom: 10px;
	height: 150px;
	padding-left: 4%;
	background-color: white;
	border-radius: 8px;
}
.lianxi_case_item img{
	float: left;
	width: 42%;
}
.lianxi_case_item .lianxi_case_main{
	margin-left: 52%;
}
.lianxi_case_item p{
	font-size: .28rem;
	/* font-weight: bold; */
	color: #494949;
	padding-top: 50px;
	line-height: 24px;
}

.link {
	background: #D72850;
	border-radius: 4px;
	width: 140px;
	padding: 0 10px;
	display: inline-block;
	font-size: .3rem;
	line-height: 40px;
	color: white;
	margin: auto;
	text-align: center;
}


.contact_form {
	position: relative;
	padding: 0;
	margin-top: 30px;
}

.contact_form .bg_img{

	display: block;
	width: 100%;
	height: 320px;
}
.contact_form .tns_section{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;


}
.contact_form .tns_section .tw_title{
	color: #fff;
	font-weight: normal;
}
.contanct_form_box{
	width: 80%;
	margin: 0 auto;
}
.contanct_form_item{
	margin-bottom: 10px;
	text-align: center;
}
input.cont_input{
	background: transparent;
	width: 80%;
	line-height: 30px;
	height: 30px;
	font-size: .24rem;
	padding: 0 10px;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid white;
	border-radius: 8px;
}
.contanct_form_item .v_code{
	width: 60%;
}

.contanct_form_item .v_code_img{
	float: right;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}
.contanct_form_item a.cf_btn{
	display: inline-block;
	background: #FFFFFF;
	color: #3B3B3B;
	height: 30px;
	text-align: center;
	font-size: .26rem;
	line-height: 30px;
	border-radius: 8px;
	width: 80%;
}
