@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;}
body { background: url(/spcall/ztshuisci/foot.png) center bottom no-repeat;}

	
/**/
.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: #fff;
	}
.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: 750px;
	background: url(/spcall/ztshuisci/banner.jpg) center bottom no-repeat;
	background-size: cover;
	}
.gd_ban .container {padding-top: 150px; padding-left: 450px;}

.gd_ban h3 {
	font-size: 65px;
	color: #ff8c00;
	padding-bottom: 10px;
	font-weight: bold;
	-webkit-text-stroke-width:2px;
	-webkit-text-stroke-color:#fff;
	text-shadow: 5px 5px 8px rgb(0,0,0,.8);
	}
.gd_ban h3 strong { font-size: 100px; color: #ff0000;}
.gd_ban h4 b{
	font-size: 26px;
	background: url(/spcall/ztshuisci/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: 22px;
	font-weight: bold;
    line-height: 46px;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    display: inline-block;
    border-radius: 56px;
    margin: 40px 10px 0px;
	border: 2px solid #fff;
    background: linear-gradient(0deg, #0f4f92 0%, #00aaff 100%);
	box-shadow: 0px 0px 20px rgb(0,0,0,.3);
	transition: all .3s linear;
	}
.gd_ban a:hover {
	transform:translateY(-5px);
	}
.gd_ban a:last-child {
	color: #0f4f92;
	border: 2px solid #f4c60c;
    background: linear-gradient(0deg, #f4930a 0%, #ffd014 100%);
	}
	
/**目录*/
.qkml {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0px 50px;
	}
.qkml li {
	margin: 10px 10px;
	width: calc(33.3334% - 20px);
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.1);
	transition:all 500ms ease 0s;
	border-radius: 4px;
	}
.qkml li:hover {transform:translate(0, -10px); box-shadow: 0px 0px 25px rgb(0,0,0,.2);}
.qkml li a {
	display: flex;
	height: 100%;
	padding: 15px 15px;
	}
.qkml li img {
	width: 115px;
	height: 160px;
	margin-right: 15px;
	}
.qkml li h4 {
    font-size: 18px;
	display: block;
	margin-bottom: 10px;
	max-height: 63px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.qkml li p {
    color: #777;
	font-size: 13px;
	padding-top: 5px;
	}	
	
/*广告*/
.ban_cont {
	width: 100%;
	height: 200px;
	background: url(/spcall/ztshuisci/ban-2.jpg) center center no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 14px;
	}
.ban_cont dl {
	background: rgb(255,255,255,.2);
	border-radius: 5px;
	display: inline-block;
	padding: 10px 50px;
	}
.ban_cont dl dt {
	font-size: 44px;
	font-weight: bold;
	color: #ff0;
	}
.ban_cont dl dd {
	font-size: 30px;
	line-height: 40px;
	}
.ban_cont dl a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 56px;
	padding: 8px 50px;
	margin-top: 10px;
	display: inline-block;
    background: linear-gradient(0deg, #f4930a 0%, #ffd014 100%);
	}
	
.ban_3 {
	height: 345px;
	background: url(/spcall/ztshuisci/ban-3.jpg) center center no-repeat;
	padding: 100px 0px 0px 120px;
	margin: 50px 0px 0px;
	}
.ban_3 strong {
	font-size: 42px;
	color: #fff;
	}
.ban_3 p span {
	display: inline-block;
	line-height: 50px;
	font-size: 24px;
	background: #fff;
	border-radius: 30px;
	color: #575ae7;
	padding: 0px 50px;
	font-weight: bold;
	margin: 40px 50px 30px 0px;
	}
.ban_3 a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 56px;
	padding: 8px 50px;
	display: inline-block;
    background: linear-gradient(0deg, #f4930a 0%, #ffd014 100%);
	}
	.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;
	}
	
/**文章调取*/
.news_bg {
	width: 100%;
	background: url(/spcall/ztshuisci/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;
	}
	
	

	
/*联系*/
.sp_bd_bg2 {
	width: 100%;
	background: #082d47;
	padding: 20px 30px 30px;
	margin-bottom: 100px;
	}

.sp_bd_tit2 {color: #fff; padding-bottom: 15px;}
.sp_bd_tit2 h3 { font-size: 26px; display: inline-block;}
.sp_bd_tit2 p { font-size: 14px; line-height: 26px; display: inline-block;}
.sp_bd_form2 form input {
	line-height: 34px;
	width: 25%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin: 0px 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form2 select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 25%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form2 button {
	height: 36px;
	line-height: 36px;
	background: linear-gradient(to top, #00acc1, #4dd0e1);
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 30px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}

/**/
.footer {
	width: 100%;
	margin-top: 30px;
	}
.footer .container { display: flex;}
.footer .foot_logo {
	text-align: center;
	margin-right: 50px;
	}
.footer .foot_logo a {display: inline-block;}
.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: #444;
	font-size: 16px;
	}

	


@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: 20px;}
	
	.gd_ban {padding: 20px 10px 0px; height: 260px;}
	.gd_ban .container { padding-top: 10px; padding-left: 20px;}
	.gd_ban h3 { font-size: 32px; padding-bottom: 5px; -webkit-text-stroke-width: 0px; color: #ff0; text-shadow: 3px 3px 5px rgb(0,0,0,.8);}
	.gd_ban a { font-size: 14px; padding: 0px 20px; line-height:26px; border-width: 1px; margin: 10px 5px 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;}
	
	.qkml { padding: 0px 0px;}
	.qkml li {margin: 5px 5px; width: calc(100% - 10px); box-shadow: 0px 0px 10px rgb(0,0,0,.1);}
	.qkml li a { padding: 10px 10px;}
	.qkml li h4 { font-size: 15px; max-height: 51px; margin-bottom: 0px;}
	.qkml li img { height: 145px;}
	
	.ban_cont { height: 140px; background-size: auto 100%; background-position: 72% center;}
	.ban_cont dl { padding: 10px 15px;}
	.ban_cont dl dt { font-size: 20px;}
	.ban_cont dl dd { font-size: 18px;}
	.ban_cont dl a { font-size: 14px; padding: 5px 30px; margin-top: 0px;}
	
	.ban_3 { height: 120px; background-size: auto 115%; padding: 30px 10px; margin: 20px 0px 0px;}
	.ban_3 strong { font-size: 16px;}
	.ban_3 p span { font-size: 12px; line-height: 24px; padding: 0px 15px; margin: 15px 5px 0px;}
	
	.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;}
	
	.sp_bd_bg2 { padding: 20px 10px; margin-bottom: 30px;}
	.sp_bd_tit2 h3 { font-size: 14px;}
	.sp_bd_tit2 p { font-size: 12px; line-height: 18px;}
	.sp_bd_form2 form input { width: 45%; padding: 0px 5px; font-size: 12px; line-height: 28px;}
	.sp_bd_form2 select { width: 45%; height: 30px; line-height: 30px; margin-bottom: 5px; font-size: 12px;}
	.sp_bd_form2 button { font-size: 14px; height:30px; line-height: 30px;}
	
	.footer { padding: 0px 15px;}
	.footer .container {flex-wrap: wrap;}
	.footer .foot_logo { width: 100%; margin-right: 0px; margin-bottom: 10px;}
	.foot_inner { font-size: 12px; line-height: 18px;}

	}
@media screen and (max-width:375px) {
	.gd_ban { height: 240px;}
	.gd_ban h3 { font-size: 28px;}
	}
@media screen and (max-width:320px) {
	.gd_ban { height: 215px;}
	.gd_ban h3 { font-size: 24px;}
	.qkml li h4 { font-size: 12px;}
	.qkml li p { font-size: 12px; padding-top: 3px;}
	.ban_cont dl dt { font-size: 16px;}
	}



