@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;}
.title label {
	font-size: 42px;
	line-height: 60px;
	font-weight: bold;
	display: inline-block;
	position: relative;
/*    background-image: -webkit-linear-gradient(left, #b30ad9 50%, #fd06d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	}
.title label:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 10px;
	background: #ff7943;
	left: 0px;
	top: -15px;
	}
.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 80px;
    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: 55px;}

.head_logo .head_mag a{
	display: inline-block;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 48px;
	}
.head_btu h3 {
	font-size: 34px;
    line-height: 40px;
    padding: 5px 50px 5px 65px;
	font-weight: bold;
    display: inline-block;
	letter-spacing: 20px;
	border-radius: 10px 10px;
	background: linear-gradient(0deg, #fc8c1e 0%, #fecc08 100%);
	box-shadow: 0px 5px 0px #d46039;
	color: #72130a;
	position: relative;
	}
.head_btu h3:after {
	content:"";
	position: absolute;
	display: inline-block;
	width:0;height:0;  
    line-height:0;  
    border-width:12px;  
    border-style:solid;  
    border-color: #fc8c1e transparent transparent transparent;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
	}

	
/****/
.gd_ban {
	width: 100%;
    height: 530px;
	background: url(/zt/ztshgaoren/banner.jpg) center bottom no-repeat;
	background-size: cover;
	padding-top: 50px;
	}
.gd_ban span {
	font-size: 60px;
	color: #ff7943;
	font-weight: bold;
	}
.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: #ff0;
	padding-bottom: 20px;
	font-weight: bold;
	text-shadow: 5px 5px 0px #856652;
	}
.gd_ban h3 strong { font-size: 100px; color: #ff0000;}
.gd_ban h4 {
	font-size: 30px;
	line-height: 40px;
	color: #856652;
	display: inline-block;
	}
.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);
	}
	
/*介绍*/	
.sgr_js {
	background: url(/zt/ztshgaoren/pic02.png) left top no-repeat;
	padding: 60px 0px 60px 600px;
	}
.sgr_js p {
	font-size: 24px;
	line-height: 50px;
	color: #444;
	}
.sgr_js p strong {
	color: #ff7943;
	display: inline-block;
	border-top: 5px solid #ff7943;
	margin-right: 15px;
	font-size: 28px;
	}

/*推荐*/
.tj_sg_bg {background: #f5f7fa;}
.tj_sg_bg .title { text-align: center;}
.tj_sg_bg .title label:after { height: 1px; top: 30px; left: -110%;}
.tj_sg_bg .title label:before { content:""; position: absolute; width: 100%; height: 1px; top: 30px; right: -110%; background: #ff7943;}
.tj_sg_box {
	display: flex;
	justify-content: center;
	}
.tj_sg_box li {
	margin: 80px 80px 20px;
    width: calc(50% - 160px);
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 40px rgb(0,0,0,.1);
	padding: 55px 55px;
	text-align: center;
	}
.tj_sg_box li img { max-width: 100%; height: 81px;}
.tj_sg_box li strong {
	display: block;
	font-size: 28px;
	padding: 50px 0px 30px;
	}
.tj_sg_box li p {
	font-size: 20px;
	line-height: 40px;
	}
	
/*回复*/
.hf_bg {
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 80px 0px;
	}
.hf_bg h4 {
	display: block;
	padding-top: 50px;
	font-size: 18px;
	}
.hf_bg h4 span {
	display: inline-block;
	line-height: 50px;
	border: 1px solid #8489a0;
	border-right: none;
	border-radius: 10px 0px 0px 10px;
	padding: 0px 50px;
	color: #000;
	}
.hf_bg h4 b {
	display: inline-block;
	line-height: 50px;
	background: #445fe7;
	color: #fff;
	padding: 0px 50px;
	border-radius: 0px 10px 10px 0px;
	}
.hf_bg h4 a:hover b{ background: #ff7943;}





	
/**文章调取*/
.news_bg {
	width: 100%;
	background: url(/zt/ztshgaoren/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;
	}
	
	
/**范围***/
.csfw_bg {
	width: 100%;
	background: #f5f7fa;
	}
.csfw_list {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	padding-top: 30px;
	}
.csfw_list li {
	margin: 20px 20px;
	width: calc(25% - 40px);
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.1);
	text-align: center;
	transition:all 500ms ease 0s;
	}
.csfw_list li:hover {transform:translate(0, -10px);}
.csfw_list li a {
	display: block;
	height: auto;
	color: #ffa800;
	padding: 0px 0px 20px;
	}
.csfw_list li p {
	display: block;
	background: #ff7943;
	padding: 20px 0px;
	}
.csfw_list li h4 {
	font-size: 22px;
	line-height: 50px;
	}
.csfw_list li span { 
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 30px;
	border-radius: 30px;
	display: inline-block;
	background: #ffa800;
	box-shadow: 0px 5px 10px rgb(255,168,0,.3);
	}
	
.bd_w { padding: 50px 0px;}
/*表单*/
.bd_box3 {
    background: url(/zt/ztshgaoren/bd_bg_img2.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 4px;
	width: 100%;
	padding: 50px 50px;
	position: relative;
	}

.bd_bg3 {
	display: inline-table;
	width: 100%;
	background: #fff url(/zt/ztshgaoren/bd_bg3.png) center 270% no-repeat;
	background-size: contain;
	box-shadow: 0 0px 15px rgb(0,0,0,.17);
	border-radius: 4px;
	z-index: 5;
	overflow: hidden;
	}
.bd_bg3 h4 {
	font-size: 30px;
	color: #5b44e7;
	line-height: 40px;
	padding: 40px 0px 0px;
	display: block;
	text-align: center;
	font-weight: bold;
	}
.bd_form_list3 {
	padding: 25px 0px 50px;
	text-align: center;
	margin-bottom: 10px;
	}

.bd_form_list3 form { padding: 0px 60px; display: flex; flex-wrap: wrap; justify-content: center;}
.bd_form_list3 form input {
	line-height: 43px;
	width: 30%;
	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 20px 20px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #777;}

.bd_form_list3 select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 30%;
    height: 45px;
	font-size: 12px;
    color: #777;
    padding-left: 6px;
	outline: none;
	box-sizing: border-box;
	margin-bottom: 20px;
	}
.bd_form_list3 button {
	height: 45px;
	line-height: 45px;
	background: linear-gradient(30deg, #5ecefd 0%, #5b44e7 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	color: #fff;
	font-size: 18px;
	width: 30%;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	}

/**/
.footer {
	width: 100%;
	background: #fff;
	}
.footer .sp_foot_nav {
	display: block;
	text-align: center;
	padding: 20px 0px 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: 12px; padding: 0px 2px; line-height: 34px;}
	.head_btu h3 { font-size: 14px; line-height: 30px; padding: 0px 10px 0px 15px; letter-spacing: 0px; border-radius: 4px;}
	
	.gd_ban {padding: 20px 10px 0px; height: 215px;}
	.gd_ban span { font-size: 30px;}
	.gd_ban h3 { font-size: 30px; padding-bottom: 5px; text-shadow: 2px 2px 0px #856652;}
	.gd_ban h4 { font-size: 14px; line-height: 24px;}
	.gd_ban a { font-size: 16px; padding: 0px 20px; line-height:30px; margin: 15px 0px;}
	
	.title { padding: 20px 10px 0px;}
	.title label { font-size: 20px; line-height: 50px;}
	.title label:after { height: 4px; top: 0px;}
	.more { padding: 0px 0px;}
	.more a { font-size: 14px; line-height: 40px; padding: 0px 20px; margin: 15px 0px;}
	
	.sgr_js { padding: 10px 0px 10px 120px; background-size: auto 150%; background-position: -50px top;}
	.sgr_js p { font-size: 14px; line-height: 20px;}
	.sgr_js p strong { font-size: 16px; border-top-width: 2px; margin-right: 10px;}
	
	.tj_sg_bg .title label:before { top: 50%; width: 30%; right: -40%;}
	.tj_sg_bg .title label:after { top: 50%; width: 30%; left: -40%;}
	.tj_sg_box li {margin: 15px 10px 0px; width: calc(50% - 20px); padding: 25px 10px; box-shadow: 0px 0px 20px rgba(56, 33, 33, 0.1);}
	.tj_sg_box li img { height: 50px;}
	.tj_sg_box li strong { font-size: 20px; padding: 10px 0px;}
	.tj_sg_box li p { font-size: 13px; line-height: 20px;}
	
	.hf_bg { padding: 20px 15px;}
	.hf_bg img { max-width: 100%; max-height: 100%;}
	.hf_bg h4 { font-size: 12px; padding-top: 20px;}
	.hf_bg h4 span { line-height: 34px; padding: 0px 5px;}
	.hf_bg h4 b { line-height: 34px; padding: 0px 5px;}
	
	.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: 0px;}
	.csfw_list li { margin: 10px 3px; width: calc(25% - 6px);}
	.csfw_list li a { padding: 0px 0px 15px;}
	.csfw_list li h4 { font-size: 13px; line-height: 18px; padding: 5px 15px;}
	.csfw_list li p { padding: 10px 0px;}
	.csfw_list li span { font-size: 12px; line-height: 26px; padding: 0px 10px;}
	.csfw_list li img { max-width: 100%; height: 40px;}
	
	.bd_w { padding: 20px 10px;}
	.bd_box3 { padding: 20px 20px;}
	.bd_bg3 { background-position: center 110%;}
	.bd_bg3 h4 { padding: 20px 0px 0px;}
	.bd_form_list3 { padding: 15px 0px 20px; margin-bottom: 0px;}
	.bd_form_list3 form { padding: 0px 15px;}
	.bd_form_list3 form input { width: 100%; margin: 0px 0px 5px; line-height: 34px;}
	.bd_form_list3 select { width: 100%; margin-bottom: 5px; height: 36px; line-height: 36px;}
	.bd_form_list3 button { width: 50%; height: 40px; line-height: 40px;}
	
	.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_btu h3 { font-size: 12px; padding: 0px 3px 0px 5px;}
	.sgr_js {background-position: -100px top; padding: 10px 0px 10px 80px;}
	.hf_bg h4 span { border: 1px solid #8489a0; border-radius: 10px; padding: 0px 20px;}
	.hf_bg h4 b { border-radius: 10px; margin-top: 10px; padding: 0px 20px;}
	.csfw_list li h4 { padding: 5px 10px;}
	}



