@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
ul,ol,li { list-style:none;}
input,select,option,textarea{outline: none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
.fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.container { width: 1200px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}
.p100 { padding: 100px 0px;}

	
/**/
.title { padding-top: 50px; text-align: center;}
.title label {
	font-size: 42px;
	line-height: 60px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	color: #b40ad9;
    background-image: -webkit-linear-gradient(left, #b30ad9 50%, #fd06d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}

.title label font {
	color: #fdf46b;
	display: inline-block;
	text-transform: uppercase;
	}
.title p {
	display: block;
	font-size: 24px;
	color: #717172;
	margin-top: 25px;
	}

.more { text-align: center; padding: 50px 0px;}
.more a {
    font-size: 24px;
    line-height: 54px;
    color: #fff;
    border-radius: 54px;
    padding: 0px 40px;
    display: inline-block;
	background: linear-gradient(30deg, #ffa200 0%, #ffc90d 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	}

/** banner **/


/***/
.head_logo {
	height: 90px;
	background: #fafafa;
	}
.head_logo .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	}
.head_logo .hd_logo {
	display:inline-block;
	text-align: center;
	}
.head_logo .hd_logo a {
	height: 100%;
	display: block;
	}
.head_logo .hd_logo a img { max-width: 100%; height: 65px;}

.head_logo .head_mag a{
	display: inline-block;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 48px;
	}
.head_btu a {
	font-size: 20px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    padding: 0px 40px;
    display: inline-block;
	background: linear-gradient(30deg, #ffa200 0%, #ffc90d 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	}

	
/****/
.gd_ban {
	width: 100%;
    height: 530px;
	background: url(/spcall/ztshuhao/banner.jpg) center bottom no-repeat;
	background-size: cover;
	padding-top: 50px;
	}
.gd_ban span {
	font-size: 60px;
	color: #ffffe0;
	}
.gd_ban span font {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: #ffb901;
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	border-radius: 10px;
	}
.gd_ban h3 {
	font-size: 80px;
	color: #856652;
	padding-bottom: 20px;
	font-weight: bold;
	}
.gd_ban h3 strong { font-size: 100px; color: #ff0000;}
.gd_ban h4 b{
	font-size: 26px;
	background: url(/spcall/ztshuhao/d.png) left center no-repeat;
	line-height: 30px;
	color: #856652;
	padding-left: 40px;
	display: inline-block;
	font-weight: normal;
	margin-right: 10px;
	}
.gd_ban a {
	font-size: 26px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    display: inline-block;
    border-radius: 56px;
    margin: 40px 0px;
	border: 2px solid #f4c60c;
    background: linear-gradient(0deg, #f4930a 0%, #ffd014 100%);
	transition: all .3s linear;
	}
.gd_ban a:hover {
	transform:translateY(-5px);
	}
	
/*类型*/
.lx_bg {
	width: 100%;
	background: url(/spcall/ztshuhao/bg1.jpg) center top no-repeat;
	}
.fwts_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0px 0px;
	}
.fwts_box li {
	margin: 20px 10px;
    width: calc(25% - 20px);
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	transition:transform 0.6s ease;
	box-shadow: 0px 0px 20px rgb(0,0,0,.1);
	padding: 0px 15px;
	}
.fwts_box li:hover{transform:translateY(-20px); box-shadow: 0px 0px 30px rgb(255,122,0,.3);}
.fwts_box li a {
	display: block;
	height: 100%;
	padding: 30px 0px;
	}
.fwts_box li h4 {
    font-size: 24px;
	display: block;
	line-height: 60px;
	}
.fwts_box li p {
    font-size: 18px;
    color: #777;
    line-height: 20px;
	}	
.fwts_box li span {
	margin-top: 10px;
    display: inline-block;
    line-height: 40px;
	padding: 0px 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(90deg, #ffa812, #ff7a01);
	}
	
/**文章调取*/
.news_bg {
	width: 100%;
	background: url(/spcall/ztshuhao/bg2.jpg) center top repeat-y;
	}
.news_bg .title label {
	color: #f2ff5d; 
	background-image: inherit; 
	-webkit-background-clip: inherit; 
	-webkit-text-fill-color: inherit;
	}
.sp_new {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 30px;
	}
.sp_new li {
	margin: 10px 10px;
	width: calc(33.3334% - 20px);
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.05);
	transition:all 500ms ease 0s;
	border-radius: 4px;
	}
.sp_new li:hover {transform:translate(0, -10px); box-shadow: 0px 0px 25px rgb(0,0,0,.15);}
.sp_new li a {
	display: block;
	height: 100%;
	padding: 10px 25px 20px;
	}
.sp_new li h4 {
	font-size: 16px;
	line-height: 40px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.sp_new li p {
	font-size: 13px;
	line-height: 24px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #777;
	}
.sp_new li span {
	color: #ff5807;
	border: 1px solid #ff5807;
	display: inline-block;
	line-height: 30px;
	padding: 0px 20px;
	margin-top: 5px;
	}
.sp_new li:hover span {
	background: #ff5807;
	color: #fff;
	}
.sjk_flex {
	position: fixed;
	width: 50px;
	background: #3b5998;
	border-radius: 30px;
	left: 0px;
	top: 30%;
	font-size: 20px;
	}
.sjk_flex a {
	display: block;
	text-align: center;
	color: #D9D919;
	padding: 25px 10px;
	color:#D9D919;
	text-decoration:none;
	}	
	
/**范围***/
.csfw_bg {
	width: 100%;
	background: #f2f7fa url(/spcall/ztshuhao/bg3.jpg) center bottom no-repeat;
	}
.csfw_list {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	padding-top: 30px;
	}
.csfw_list li {
	margin: 60px 10px 20px;
	width: calc(25% - 20px);
	border: 1px solid #ffa800;
	background: #fff;
	text-align: center;
	}
.csfw_list li a {
	display: block;
	height: auto;
	color: #ffa800;
	padding: 0px 10px 25px;
	}
.csfw_list li img {
	margin-top: -60px;
	}
.csfw_list li h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	}
.csfw_list li p {
	padding-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase;
	}
.csfw_list li span { 
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding: 0px 40px;
	border-radius: 30px;
	display: inline-block;
	background: #ffa800;
	box-shadow: 0px 5px 10px rgb(255,168,0,.3);
	}
	
/**服务流程*/
.main_lc {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 30px 0px;
	}
.main_lc:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 0px;
	border-top: 1px dashed #ddd;
	left: 0px;
	top: 40%;
	}
.main_lc li {
	width: 16%;
	display: block;
	text-align: center;
	background: #eff9ff;
	border: 1px solid #f2ff5d;
	padding-top: 20px;
	z-index: 2;
	position: relative;
	}
.main_lc li:after {
	content:"▶";
	position: absolute;
	display: inline-block;
	font-size: 24px;
	right: -24%;
	top: 31%;
	color: #f2ff5d;
	}
.main_lc li:last-child::after { display: none;}
.main_lc li strong {
	display: block;
	font-size: 20px;
	padding-top: 10px;
	}
.main_lc li p {
	display: block;
	background: #fff;
	font-size: 16px;
	line-height: 50px;
	margin-top: 15px;
	}

/*选我们*/
.why_bg {
	width: 100%;
	background: url(/spcall/ztshuhao/why.png) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 40px 0px;
	}
.why_bg strong {
	display: inline-block;
	font-size: 50px;
	}
.why_bg p {
	display: inline-block;
	font-size: 30px;
	}
	
.why_box {
	width: 100%;
	}
.why_box ul {
	display: flex;
    justify-content: center;
	}
.why_box ul li {
	margin: 50px 10px;
	width: calc(20% - 20px);
	text-align: center;
	padding: 20px 0px;
	cursor: pointer;
	}
.why_box ul li:hover { box-shadow: 0px 0px 10px rgb(0,0,0,.3); border-radius: 10px;}
.why_box ul li h4 {
	line-height: 60px;
	font-size: 24px;
	color: #00437c;
	font-weight: bold;
	}
.why_box ul li p {
	font-size: 15px;
	padding: 0px 15px;
	}
	
/*联系*/
.bd_box {
    background: url(/spcall/ztshuhao/bd_bg.jpg) center center no-repeat;
	height: 515px;
	position: relative;
	}
.bd_bg {
	position: absolute;
	width: 415px;
	display: inline-table;
	background: #fff;
	box-shadow: 0 0px 15px rgb(0,0,0,.17);
	border-radius: 4px;
	right: 6%;
	top: 10%;
	z-index: 5;
	}
.bd_bg h4 {
	font-size: 30px;
	color: #d52b1e;
	line-height: 40px;
	padding: 50px 0px 0px;
	display: block;
	text-align: center;
	font-weight: bold;
	}
.bd_form_list {
	padding: 40px 30px;
	text-align: center;
	margin-bottom: 10px;
	}

.bd_form_list form { padding: 0px 10px;}
.bd_form_list form input {
	line-height: 43px;
	width: 100%;
	padding: 0px 10px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 12px;
	color: #333;
	outline: none;
	box-sizing: border-box;
	margin: 0px 0px 20px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #777;}

.bd_form_list select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 100%;
    height: 45px;
	font-size: 12px;
    color: #777;
    padding-left: 6px;
	outline: none;
	box-sizing: border-box;
	margin-bottom: 20px;
	}
.bd_form_list button {
	height: 45px;
	line-height: 45px;
	background: #ee2d1b;
	color: #fff;
	font-size: 18px;
	width: 100%;
	display: block;
	border-radius: 4px;
	cursor: pointer;
	}

/**/
.footer {
	width: 100%;
	background: #fff;
	margin-top: 30px;
	}
.footer .sp_foot_nav {
	display: block;
	text-align: center;
	padding: 20px 0px;
	}
.footer .sp_foot_nav a {
	display: inline-block;
	line-height: 15px;
	padding: 0px 5px;
	border-right: 1px solid #aaa;
	color: #666;
	}
.footer .sp_foot_nav a:hover { color: #f00;}
.footer .sp_foot_nav a:last-child { border-right: none;}

.foot_inner {
	line-height: 30px;
	text-align: center;
	color: #777;
	padding: 20px 0px;
	}

	


@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.head_logo, .head_logo .container { height: 50px;}
	.head_logo .hd_logo a img { height: 30px;}
	.head_logo .head_mag a { font-size: 14px; padding: 0px 5px; line-height: 28px;}
	.head_btu a { font-size: 14px; line-height: 30px; padding: 0px 10px;}
	
	.gd_ban {padding: 20px 10px 0px; height: 260px;}
	.gd_ban span { font-size: 30px;}
	.gd_ban span font { font-size: 14px; width: 36px; height: 36px; line-height: 16px; border-radius: 4px;}
	.gd_ban h3 { font-size: 30px; padding-bottom: 5px;}
	.gd_ban h3 strong { font-size: 44px;}
	.gd_ban h4 { width: 60%;}
	.gd_ban h4 b { font-size: 14px; line-height: 24px; background-size: auto 60%; padding-left: 20px;}
	.gd_ban a { font-size: 16px; padding: 0px 20px; line-height:36px; margin: 15px 0px;}
	
	.title { padding-top: 20px;}
	.title label { font-size: 26px; }
	.more { padding: 0px 0px;}
	.more a { font-size: 14px; line-height: 40px; padding: 0px 20px; margin: 15px 0px;}
	
	.fwts_box { padding: 0px 0px;}
	.fwts_box li { margin: 5px 3px; width: calc(25% - 6px); padding: 0px 5px;}
	.fwts_box li a { padding: 10px 0px;}
	.fwts_box li img { max-width: 100%; height: 40px;}
	.fwts_box li h4 { font-size: 12px; line-height: 30px; font-weight: bold;}
	.fwts_box li p { font-size: 12px; line-height: 16px;}
	.fwts_box li span { padding: 0px 10px; font-size: 12px; line-height: 28px;}
	
	.sp_new { padding-top: 0px;}
	.sp_new li { margin: 5px 5px; width: calc(100% - 10px);}
	.sp_new li a { padding: 10px;}
	.sp_new li h4 { font-size: 15px; line-height: 30px;}
	.sp_new li p { font-size: 12px; line-height: 16px;}
	
	.csfw_list { padding-top: 10px;}
	.csfw_list li { margin: 40px 3px 10px; width: calc(25% - 6px);}
	.csfw_list li a { padding: 0px 0px 15px;}
	.csfw_list li h4 { font-size: 13px; line-height: 30px;}
	.csfw_list li p { font-size: 12px; word-break:break-all; padding-bottom: 5px;}
	.csfw_list li span { font-size: 12px; line-height: 26px; padding: 0px 10px;}
	.csfw_list li img { max-width: 100%; height: 80px; margin-top: -40px;}
	
	.main_lc { margin: 10px 0px;}
	.main_lc li strong { font-size: 13px;}
	.main_lc li { width: 18%; padding-top: 10px;}
	.main_lc li img { max-width: 100%; height: 30px;}
	.main_lc li p { font-size: 12px; line-height: 16px; padding: 5px 5px; margin-top: 10px;}
	.main_lc li:after { font-size: 12px; right: -17%; top: 33%;}
	
	.why_bg { padding: 20px 10px;}
	.why_bg strong { font-size: 40px;}
	.why_bg p { font-size: 20px;}
	.why_box ul li { margin: 0px 3px; width: calc(20% - 6px);}
	.why_box ul li h4 { font-size: 15px; line-height: 20px; min-height: 40px;}
	.why_box ul li p { font-size: 12px; padding: 0px 0px;}
	
	.bd_box { background-size: auto 100%; height: 260px;}
	.bd_bg { width: 235px;}
	.bd_bg h4 { font-size: 20px; padding: 10px 0px 0px;}
	.bd_form_list { padding: 10px 0px;}
	.bd_form_list form input { line-height: 28px; margin-bottom: 5px;}
	.bd_form_list select { height: 30px; line-height: 30px; margin-bottom: 5px;}
	.bd_form_list button { height: 30px; line-height: 30px; font-size: 14px;}
	
	.footer { padding: 0px 15px; margin-top: 0px;}
	.foot_inner { font-size: 12px; line-height: 18px;}

	}
@media screen and (max-width:375px) {
		
	}
@media screen and (max-width:320px) {
	.head_logo .hd_logo a img { height: 20px;}
	.head_logo .head_mag a { font-size: 12px;}
	.head_btu a { font-size: 12px;}
	.fwts_box li span { padding: 0px 5px;}
	.fwts_box li h4 { line-height: 16px; min-height: 32px;}
	.csfw_list li h4 { font-size: 12px;}
	.main_lc li strong { font-size: 12px; padding: 5px 5px;}
	.main_lc li p { margin-top: 0px;}
	.why_box ul li h4 { font-size: 12px; line-height: 16px; min-height: 32px;}
	}



