@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: 40px;
	line-height: 40px;
	display: inline-block;
	position: relative;
	color: #000;
	padding: 0px 20px;
	font-weight: bold;
	}
.title label font {
	color: #cb0e19;
	display: inline-block;
	text-transform: uppercase;
	}
.title p {
	display: block;
	font-size: 20px;
	color: #717172;
	line-height: 40px;
	}

.more { text-align: center;}
.more a {
    line-height: 50px;
    background: #2758be;
    border-radius: 30px;
    color: #ffe670;
	display: inline-block;
	font-size: 20px;
	padding: 0px 50px;
	margin: 50px 15px;
	}
.more a:last-child { background: #ff575a; color: #fff;}
.more a:hover { box-shadow: 0px 0px 20px rgb(0,0,0,.2);}
/** banner **/


/***/
.head_logo {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.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%;}
.head_logo .head_mag { display: flex;}
.head_logo .head_mag ul {
	display: flex;
	}
.head_logo .head_mag li {
	position: relative;
	}
.head_logo .head_mag a{
	display: inline-block;
	padding: 0px 25px;
	font-size: 18px;
	line-height: 48px;
	}
.head_logo .head_mag a:hover { background: #557EFF; color: #fff;}
.head_logo .head_mag li:hover a {background: #557EFF; color: #fff;}
.head_logo .head_mag li:hover dl { display: block;}
.head_logo .head_mag dl {
	display: none;
	width: 100%;
	position: absolute;
	top: 48px;
	left: 0px;
	text-align: center;
	}
.head_logo .head_mag dl a {
	font-size: 14px;
	line-height: 18px!important;
	padding: 10px 10px;
	display: block;
	color: #333!important;
	background: #f7f7f7!important;
	}
.head_logo .head_mag dl a:hover {
	background: #557EFF!important; 
	color: #fff!important;
	}

.head_but a {
	display: inline-block;
	background: linear-gradient(30deg, #ff575a, #557EFF);
    box-shadow: 0px 3px 5px 0px rgb(22,62,239,.2);
    color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	border-radius: 30px;
	padding: 0px 30px;
	}
.head_but a:hover {background: linear-gradient(30deg, #ff4862, #ff933b);}

	
/****/
.gd_ban {
	width: 100%;
    height: 600px;
    background: url(/Specials/ztlwtxxg/banner2.jpg) center center no-repeat;
	background-size: cover;
	}
.gd_ban h3 {
	padding: 150px 0px 20px;
	color: #f9b11c;
	background-image: -webkit-linear-gradient(left, #3e91f1 0%, #ff0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	display: block;
	font-weight: 700;
	}
.gd_ban h4 {
	font-size: 34px;
	color: #ff7e00;
	line-height: 80px;
	}
.gd_ban a {
	display: inline-block;
	line-height: 60px;
	padding: 0px 50px;
	font-size: 28px;
	color: #000;
	background: linear-gradient(90deg, #3e91f1, #ff7e00);
	border-radius: 4px;
	margin-top: 20px;
	transition: all .3s linear;
	}
.gd_ban a:hover {
	transform:translateY(-5px);
	transition: all .3s linear;
	}
	
/**/
.ask_box {
	background: url(/Specials/ztlwtxxg/ask.jpg) left top no-repeat;
    height: 640px;
    margin-top: 60px;
    padding-top: 5px;
	}
.ask_box li {
	font-size: 22px;
	color: #888888;
	margin-left: 784px;
	margin-top: 45px;
	line-height: 36px;
	cursor: pointer;
	}
.ask_box li em{
	font-size: 24px;
	color: #888;
	background: #f9f9f9;
	padding:6px 8px;
	border-radius: 22px;
	margin-right: 30px;
	}
.ask_box li:nth-child(2){margin-left:835px; }
.ask_box li:nth-child(3){margin-left:867px; }
.ask_box li:nth-child(4){margin-left: 867px;}
.ask_box li:nth-child(5){margin-left: 825px;}
.ask_box li:hover{color: #c40202;}
.ask_box li:hover em{background: #c40202;color: #fff;}
	
.f9 { background: #f8f8f8;}
	
.xsqk_list {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	margin-top: 50px;
	padding-bottom: 60px;
	}
.xsqk_list li {
	margin: 10px 10px;
	width: calc(33.3334% - 20px);
	display: block;
	background: #f3f5f8;
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
	border-radius: 4px;
	padding: 10px 10px;
	}
.xsqk_list li dl {
    display: flex;
    flex: 1;
	}
.xsqk_list li dl dt {
    flex: 0 0 120px;
    height: 160px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
	}
.xsqk_list li dl dt img {
	width: 100%;
	height: 100%;
	display: block;
	}
.xsqk_list li dl dd {
    padding-left: 10px;
    flex: 1;
    overflow: hidden;
    width: 0;
	}
.xsqk_list li h4 {
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 10px;
	}
.xsqk_list li p {
	max-height: 40px;
	overflow: hidden;
	display: block;
	}
.xsqk_list li p span {
	color: #4c5b76;
	display: block;
	line-height: 20px;
	font-size: 12px;
	}
.xsqk_list li p span font { color: #ff5807;}
.xsqk_list li b a{
	line-height: 34px;
	background: #fff;
	padding: 0px 20px;
	text-align: center;
	box-shadow: 5px 5px 10px rgba(55,99,170,.1), -8px -8px 20px #fff;
	display: inline-block;
	margin-top: 15px;
	margin-right: 10px;
	border-radius: 4px;
	}
.xsqk_list li b a:hover{
	background: #1840bc;
	color: #fff;
	}
	
/*表单*/ 
.biaodan{
	background: url(/Specials/ztlwtxxg/bd_bg.jpg) top center no-repeat;
	background-size: cover;
	}
.sp_bd_form{
    padding: 80px 0px;
	}
.sp_bd_tit {padding: 0px 0px 35px 10px; color: #fff;}
.sp_bd_tit h3 {
	font-size: 30px; 
	display: inline-block; 
	font-weight: bold;
	margin-right: 20px;
	}
.sp_bd_tit p {
	font-size: 20px; 
	line-height: 34px; 
	display: inline-block; 
	border: 1px solid #fff;
	padding: 0px 20px;
	}

.sp_bd_form form {
	display: flex;
	justify-content: center;
	}
.sp_bd_form form input {
	line-height: 40px;
	width: 27%;
	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_form select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 27%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	margin: 0px 5px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form button {
	line-height: 42px;
	background: linear-gradient(30deg, #3e91f1, #ff7e00);
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 40px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin: 0px 5px;
	}
.zy_but {
	padding: 50px 0px 0px;
	text-align: center;
	}
.zy_but h4 {
	line-height: 50px;
	display: inline-block;
	border: 1px solid #ffce2d;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	padding-left: 30px;
	}
.zy_but h4 font { color: #ff0; font-weight: bold;}
.zy_but h4 span{
	display: inline-block;
	background: #ffce2d;
	padding: 0px 30px;
	border-radius: 0px 5px 5px 0px;
	margin-left: 30px;
	color: #f03900;
	font-weight: bold;
	}
	
	
.news_info { margin-top: 30px;}
.lw_cont_list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 0px 30px;
	}
.lw_cont_list li {
	width: 48%;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 20px;
	border: 1px solid #eee;
    transition: all .3s;
	}
.lw_cont_list li:hover {
	border-color: #1869c5; 
	box-shadow: 0 0 20px 0px rgba(30,159,255,0.15);
	}
.lw_cont_list li h3 a:hover { color: #fe5a35;}
.lw_cont_list h3 a{
	font-size: 16px;
	font-weight: bold;
	color: #1869c5;
	}
.lw_cont_list .lw_tit{
    margin-bottom: 10px;
	margin-top: 10px;
	color: #666;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
.lw_cont_list .lw_gjc {color: #666; font-size: 12px;}
.lw_cont_list .lw_gjc span{ margin-right: 15px;}
.lw_cont_list .lw_gjc span font { color: #fe5a35;}

/****************/
.server_box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 30px;
	}
.server_box li {
	margin: 20px 0px;
	width: 30%;
	position: relative;
	}
.server_box i {
	position: relative;
    display: contents;
	}
.server_box i:nth-child(1):after {
	content:"";
	position: absolute;
	width: 36px;
	height: 36px;
	display: inline-block;
	border-top: 2px solid #555;
	border-left: 2px solid #555;
	top: 0px;
	left: 0px;
	z-index: 20;
	}
.server_box i:nth-child(2):after {
	content:"";
	position: absolute;
	width: 36px;
	height: 36px;
	border-top: 2px solid #555;
	border-right: 2px solid #555;
	display: inline-block;
	top: 0px;
	right: 0px;
	z-index: 20;
	}
.server_box i:nth-child(3):after {
	content:"";
	position: absolute;
	width: 36px;
	height: 36px;
	border-bottom: 2px solid #555;
	border-left: 2px solid #555;
	display: inline-block;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	}
.server_box i:nth-child(4):after {
	content:"";
	position: absolute;
	width: 36px;
	height: 36px;
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	display: inline-block;
	bottom: 0px;
	right: 0px;
	z-index: 20;
	}
.server_box li a {
	display: block;
	height: 100%;
	border: 1px solid #d5d5d5;
	padding: 40px 35px;
	text-align: center;
	}
.server_box .g1_img {
	width: 100%;
	height: 150px;
	overflow: hidden;
	}
.server_box .g1_img img {
	width: 100%;
	height: 150px;
	transition: all .2s ease-in;
	}
.server_box li:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}
.server_box li h4 {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	color: #000;
	}
.server_box li p {
	color: #444;
	min-height: 65px;
	font-size: 15px;
	}
.server_box li span {
	display: inline-block;
	line-height: 36px;
	border-radius: 30px;
	border: 1px solid #1869c5;
	padding: 0px 40px;
	font-size: 18px;
	margin-top: 10px;
	color: #1869c5;
	}
.server_box li:hover span {
	background: #1869c5;
	color: #fff;
	border-color: #0263ee;
	}


/**/
.footer {
	width: 100%;
	padding-top: 30px;
	}

.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: 24px;
	text-align: center;
	color: #444;
	font-size: 14px;
	}

.gotop{
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(/Specials/ztlwtxxg/top.png) center center no-repeat;
	background-size: contain;
	opacity: .6;
	z-index: 4;
	display: none;
	cursor: pointer;
	}


@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.head_logo { height: auto; flex-wrap: wrap; padding: 5px 5px;}
	.head_logo .hd_logo { width: 100%;}
	.head_logo .hd_logo a img { height: 40px;}
	.head_logo .head_mag { width: 100%;}
	.head_logo .head_mag a { padding: 0px 5px; font-size: 14px; line-height: 20px;}
	.head_logo .head_mag dl { top: 20px;}
	.head_logo .head_mag dl a { font-size: 12px; line-height: 16px!important; padding: 2px 3px;}
	
	.gd_ban { height: 190px; padding-left: 20px;}
	.gd_ban h3 { padding: 30px 0px 10px; font-size: 30px;}
	.gd_ban h4 { font-size: 16px; line-height: 18px;}
	.gd_ban a { line-height: 30px; font-size: 14px; padding: 0px 20px; }
	
	.title { padding-top: 10px;}
	.title label { font-size: 20px;}
	.title p { font-size: 14px; line-height: 20px;}
	.more a { line-height: 40px; font-size: 14px; padding: 0px 20px; margin: 20px 5px;}
	
	.ask_box { height: auto; background-size: auto 50%; background-position: left center; margin-top: 20px; margin-bottom: 20px;}
	.ask_box li { margin-left:100px; margin-top: 0px; font-size: 15px; line-height: 34px;}
	.ask_box li em { margin-right: 10px; font-size: 15px; padding: 6px 6px;}
	.ask_box li:nth-child(2){margin-left:135px; }
	.ask_box li:nth-child(3){margin-left:167px; }
	.ask_box li:nth-child(4){margin-left: 167px;}
	.ask_box li:nth-child(5){margin-left: 125px;}
	
	.xsqk_list { margin-top: 10px; padding: 0px 10px 20px;}
	.xsqk_list li {margin: 5px 0px; width: calc(100% - 0px);}
	.xsqk_list li dl dt { flex: 0 0 90px; height: 120px;}
	.xsqk_list li h4 { height: 30px; line-height: 30px; margin-bottom: 0px; font-size: 14px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
	.xsqk_list li b a { font-size: 12px; line-height: 30px;}
	
	.news_info { flex-wrap: wrap; padding: 0px 5px; margin-top: 0px;}
	.lw_cont_list { padding: 10px 0px;}
	.lw_cont_list li { padding: 5px 10px; width: 100%; margin-bottom: 10px;}
	.lw_cont_list h3 a{ font-size: 14px;}
	.lw_cont_list .lw_tit { font-size: 12px; margin: 5px 0px;}

	.sp_bd_form { padding: 30px 10px;}
	.sp_bd_tit { padding: 0px 0px 20px 0px;}
	.sp_bd_tit h3 { font-size: 24px;}
	.zy_but { padding: 30px 0px 0px;}
	.zy_but h4 { font-size: 14px; line-height: 40px; padding-left: 5px;}
	.zy_but h4 span { padding: 0px 10px; margin-left: 10px;}
	.sp_bd_form form { flex-wrap: wrap;}
	.sp_bd_form form input { width: 100%; margin: 0px 0px 5px; padding: 0px 5px; font-size: 12px; line-height: 28px;}
	.sp_bd_form select { width: 100%; height: 30px; line-height: 30px; margin: 0px 0px 5px; font-size: 12px;}
	.sp_bd_form button { font-size: 14px; height:30px; line-height: 30px; width: 100%; margin: 0px 0px;}
	
	.server_box { margin-top: 10px;}
	.server_box .g1_img { height: 80px;}
	.server_box .g1_img img { height: 80px;}
	.server_box li { width: 32%; margin: 5px 0px;}
	.server_box li a{ padding: 5px 5px 15px;}
	.server_box li h4 { font-size: 14px; line-height: 40px;}
	.server_box li p { font-size: 12px; min-height: 96px;}
	.server_box li span { font-size: 14px; padding: 0px 10px; line-height: 30px;}
	.server_box i:nth-child(1):after, .server_box i:nth-child(2):after, .server_box i:nth-child(3):after, .server_box i:nth-child(4):after { width: 16px; height: 16px;}
	
	.footer { padding: 20px 15px 0px;}
	.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) {
	.head_logo .head_mag a { font-size: 12px;}
	}
@media screen and (max-width:320px) {
	.gd_ban { height: 160px;}
	.gd_ban h3 { font-size: 24px;}
	.gd_ban h4 { font-size: 14px;}
	.head_logo .head_mag a { padding: 0px 3px;}
	.ask_box li { margin-left: 80px; font-size: 14px;}
	.ask_box li:nth-child(2){margin-left:105px; }
	.ask_box li:nth-child(3){margin-left:130px; }
	.ask_box li:nth-child(4){margin-left: 130px;}
	.ask_box li:nth-child(5){margin-left: 95px;}
	.xsqk_list li b a { padding: 0px 10px;}
	.sp_bd_tit h3 { font-size: 20px;}
	.zy_but h4 { font-size: 12px;}
	.server_box .g1_img, .server_box .g1_img img { height: 60px;}
	.server_box li h4 { font-size: 12px;}
	.server_box li a { padding: 5px 2px 15px;}
	.server_box li p { min-height: 112px;}
	}



