<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
/*    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(90deg, #ff8803 0%, #ffad01 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	border: 1px solid #131753;
	}

/** banner **/
.top_h {
	line-height: 40px;
	color: #444;
	background: #f9f9f9;
	padding: 0px 10px;
	}

/***/
.head_logo {
	height: 70px;
    background: #ffffff;
    box-shadow: 0px 0px 30px #c9d5ed;
	}
.head_logo .container {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.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: 40px;}
.head_logo .head_bton a{
	display: inline-block;
	padding: 0px 30px;
	font-size: 18px;
	line-height: 40px;
	width: 185px;
	background: url(/Specials/ztsciyq/ico-btu.png) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
	}
.head_logo .head_mag a{
	display: inline-block;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	}
.head_logo .head_mag a:hover { background: #8087f6; color: #fff;}
.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: 780px;
	background: url(/Specials/ztsciyq/banner.png) center top no-repeat;
	background-size: cover;
	}
.gb_nav {
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.gb_nav ul {
	display: flex;
	line-height: 60px;
	}
.gb_nav ul li { position: relative;}
.gb_nav ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 0px 18px;
	border-bottom: 2px solid rgb(255,255,255,0);
	}
.gb_nav ul li a:hover { color: #ff6200; border-bottom: 2px solid #ff6200;}


.gb_box {}
.gb_gl {
	position: relative;
	float: left;
	}
.gb_gl:after {
	content:"";
	position: absolute;
	display: block;
	width: 1px;
	height: 16px;
	background: #fff;
	top: 12px;
	right: 0px;
	}
.gb_gl a {
	display: block;
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	position: relative;
	z-index: 10;
	border: 1px solid #fff;
	border-right: none;
	}
.gb_gl a i {
	display: inline-block;
	width: 15px;
	height: 9px;
	background: url(/Specials/ztsciyq/d1.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-left: 5px;
	}
.gb_gl:hover a i { background-image: url(/Specials/ztsciyq/d2.png);}
.gb_gl dl { display: none;}
.gb_gl:hover dl { display: block;}
.gb_gl dl {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 0;
	}
.gb_gl dl dd a{
	display: block;
	background: #fff;
	color: #000!important;
	border-bottom: 1px solid #ccc!important;
	}
.gb_gl dl dd a:hover { color: #ff6200!important; border-bottom: 1px solid #ff6200!important;}

/***搜索**/
.searchbox {
	width: 330px;
	display: inline-table;
	}
.searchbox select {
	height:40px;
	width:90px;
	color:#fff;
	font-size: 14px;
	border: 1px solid #fff;
	border-right: none;
	padding-left: 10px;
	background: none;
	border-radius: 30px 0px 0px 30px;
	}
.searchbox select option { color: #666;}
.searchbox .sx{
	border: 1px solid #fff;
	border-right: none;
	border-left: none;
	width: 179px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 15px;
	display: inline-block;
	color:#ebebeb;
	font-size: 14px;
	float: left;
	background: none;
	outline: none;
	}
.searchbox .btn {
	float: left;
    height: 40px;
	line-height:40px;
	padding:0px 30px;
	cursor:pointer;
	background:url(/Specials/ztsciyq/search.png) center center no-repeat;
	border:1px solid #fff;
	border-left: none;
	border-radius: 0px 30px 30px 0px;
	}

.gd_tit { padding: 20px 0px 0px 0px;}
.gd_tit h3 {
	font-size: 42px;
	line-height: 100px;
	color: #fff;
	padding: 0px 240px 20px 0px;
	font-weight: bold;
	}
.gd_tit h4 span{
	display: inline-block;
	line-height: 40px;
	background: #ff8400;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 0px 30px;
	margin-right: 20px;
	}
.gd_tit dl {
	width: 100%;
	display: flex;
	justify-content: center;
	background: #fff;
	border-radius: 4px;
	margin-top: 50px;
	box-shadow: 0px 0px 20px rgb(0,0,0,.2);
	padding-right: 10px;
	}
.gd_tit dl dt {
	display: block;
	width: 75%;
	padding: 30px 20px;
	text-align: center;
	}
.gd_tit dl dt strong {
	display: inline-block;
	padding: 0 55px;
    line-height: 40px;
    margin: 20px 50px;
    background: #ff8400;
    border-radius: 25px 25px 25px 0px;
    font-size: 16px;
    color: #ffffff;
	box-shadow: 3px 3px 8px rgb(0,0,0,.3);
	}
.gd_tit dl dt p {
	font-size: 70px;
	font-weight: bold;
	color: #000;
	text-shadow: 4px 4px 0px #fedd00;
	}
.gd_tit dl dd {
	width: 25%;
	padding: 30px 20px;
	text-align: center;
	display: none;
	}
.gd_tit dl dd p {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    padding: 42px 16px;
    border: 1px solid #ececec;
    border-radius: 50%;
	line-height: 22px;
	text-align: center;
	margin-bottom: 15px;
	}

.gd_tit a {
	margin-top: 10px;
	display: inline-block;
	line-height: 50px;
    text-align: center;
    background: #f6f6f6;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 600;
	padding: 0px 50px;
    color: #666666;
	transition: all .3s linear;
	}
.gd_tit a:hover {
	background: #0e357f;
	transform:translateY(-5px);
	color: #fff;
	}


/**/
.ban_2 {
	height: 780px;
	background: url(/Specials/ztsciyq/ban-2.jpg) center top no-repeat;
	}
.ban_2_tit {
	height: 171px;
	line-height: 171px;
	background: url(/Specials/ztsciyq/tit_bg.png) center center no-repeat;
	text-align: center;
	}
.ban_2_tit label {
	font-size: 40px;
	color: #7d3c00;
	font-weight: bold;
	}
.main_1 {
	padding: 0px 10px;
	background: url(/Specials/ztsciyq/bg_1.png) center center no-repeat;
	height: 425px;
	margin-top: 80px;
	}
.main_1_t {
	display: flex;
	justify-content: space-between;
	padding: 35px 35px;
	}
.main_1_t img {
	display: inline-block;
    vertical-align: middle;
	width: 480px;
    height: 360px;
    margin-right: 40px;
	border: 1px solid #131753;
	border-radius: 4px;
	}
.main_1_t p {
	width: 600px;
	font-size: 18px;
	line-height: 34px;
	color: #666;
	}
.main_1_t a{
    margin-top: 30px;
    display: inline-block;
    background: #ff7e00;
    color: #fff;
    line-height: 40px;
    padding: 0 50px;
    border-radius: 20px;
    font-size: 16px;
	}
	
/**/
.ban_3 {
	background: url(/Specials/ztsciyq/fwbz.png) center center no-repeat;
	margin-top: 50px;
	}
.ban_3 .title label { color: #fff;}
.fwbz {
	display: flex;
	justify-content: space-between;
	padding: 50px 0px;
	}
.fwbz li {
	width:23%;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(255,255,255,.5);
	border-radius: 8px;
	padding: 25px 25px;
	}
.fwbz li h4 {
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
	background: url(/Specials/ztsciyq/fwbz_1.png) left center no-repeat;
	padding-left: 50px;
	color: #0e357f;
	}
.fwbz li p {
	font-size: 18px;
	line-height: 30px;
	padding-top: 15px;
	}
.fwbz li:nth-child(2) h4 { background-image: url(/Specials/ztsciyq/fwbz_2.png);}
.fwbz li:nth-child(3) h4 { background-image: url(/Specials/ztsciyq/fwbz_3.png);}
.fwbz li:nth-child(4) h4 { background-image: url(/Specials/ztsciyq/fwbz_4.png);}

/**/
.ys_wrap {
	display: flex;
    justify-content: space-between;
	margin: 50px 0px;
	}
.ys_cont {
	flex: 0 0 648px;
	padding-left: 30px;
	}
.ys_cont li {
	height: 133px;
    background: #FEFEFE;
    box-shadow: 0 2px 10px 0 rgb(102,102,102,.5);
    border-radius: 5px;
    border-left: 6px solid #4CA078;
    padding: 24px 20px 20px 33px;
	margin-bottom: 25px;
	}
.ys_cont li:nth-child(2) { border-color: #7A6DC0;}
.ys_cont li:nth-child(3) { border-color: #EE8745;}
.ys_cont li:nth-child(4) { border-color: #EECB5A; margin-bottom: 0px;}
.ys_cont li h4 {
	font-size: 20px;
	font-weight: bold;
	}
.ys_cont li p {
	padding-top: 10px;
	color: #666;
	}

.qgzy {
	width: 100%;
	height: 192px;
	background: url(/Specials/ztsciyq/ziyuan.png) center center no-repeat;
	padding: 15px 300px  0px 30px;
	}
.qgzy h3 {
	font-size: 30px;
	color: #fce8be;
	font-weight: bold;
	}
.qgzy h4 {
	font-size: 20px;
	color: #fce8be;
	padding: 10px 0px;
	}
.qgzy p {
	color: #fce8be;
	font-size: 16px;
	line-height: 26px;
	}
	
/**/
.qk_bg {
	background: #F2F7FB;
	margin-top: 50px;
	padding-bottom: 50px;
	}
.qk_nav {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 5px 10px rgb(0,0,0,.15);
	padding: 10px 20px 20px;
	margin: 30px 0px;
	}
.qk_nav li {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #eee;
	line-height: 34px;
	padding: 10px 0px;
	}
.qk_nav li h4 {
	width: 7%;
	font-weight: bold;
	text-align: right;
	}
.qk_nav li p {
	width: 90%;
	display: block;
	}
.qk_nav li a {
	display: inline-block;
	margin: 0px 10px;
	}
.qk_nav .thisclass {
    padding: 0px 8px;
    text-align: center;
    background-color: #ff8400;
    color: #fff;
	}
.qk_box {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 5px 10px rgb(0,0,0,.15);
	padding: 10px 10px 20px;
	}
.qk_box strong {
	font-size: 24px;
	line-height: 50px;
	padding-left: 10px;
	border-left: 6px solid #7A6DC0;
	margin-left: 10px;
	}
.xsqk_list {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	}
.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: 40px;
	line-height: 40px;
	font-size: 16px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.xsqk_list li p {
	max-height: 40px;
	overflow: hidden;
	display: block;
	}
.xsqk_list li p span {
	color: #4c5b76;
	display: inline-block;
	margin-right: 15px;
	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;
	}
.xsqk_list li b a:hover{
	background: #ff8400;
	color: #fff;
	}
	
/**/
.lwfbzd {
	display: flex;
	justify-content: space-between;
	padding: 50px 0px;
	}
.sp_new {
	width: 48%;
	padding: 10px 0px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 5px 10px rgb(0,0,0,.15);
	}
.new_box {
	width: 100%;
	background: #fff;
	padding: 20px 20px;
	border-radius: 4px;
	box-shadow: 0px 5px 10px rgb(0,0,0,.15);
	}
.new_box h4 {
	font-size: 20px;
	border-left: 5px solid #1257a2;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	color: #1257a2;
	}
.lwlist{margin-top: 10px;margin-bottom: 20px;display: flex;justify-content: space-between;flex-wrap:  wrap;}
.lwlist li{
	display: flex;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0px;
	width: 48%;
	}
.lwlist li span {
	width: 80px;
	line-height: 35px;
	text-align: center;
	color: #7a7a7a;
	font-size: 12px;
	}
.lwlist li a {
	display: block; 
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; 
	font-size: 16px;
	line-height: 35px;
	width: 60%;
	}
.new_box .more_p { text-align: center;}
.new_box .more_p a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #0864c1;
	border-radius: 30px;
	padding: 0px 50px;
	line-height: 40px;
	margin: 10px auto;
	}
.new_box .more_p a:hover { box-shadow: 0px 0px 20px rgba(0,0,0,.3); color: #fff; text-decoration: none;}


	
/*联系*/
.sp_bd_bg2 {
	width: 100%;
	height: 200px;
	background: url(/Specials/ztsciyq/bd_img.png) center center no-repeat;
	padding: 30px 300px 30px 50px;
	margin-top: 100px;
	}

.sp_bd_tit2 { 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: 30%;
	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: 30%;
	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, #ff0000, #ffc600);
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 50px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	margin-top: 15px;
	margin-left: 5px;
	}

/**/
.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: 14px;
	}
.foot_inner .ln a {
	display: inline-block;
	line-height: 15px;
	padding: 0px 5px;
	border-right: 1px solid #aaa;
	}
.foot_inner .ln a:last-child { border-right: none;}

.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: #fff;
	padding: 25px 10px;
	color:#D9D919;
	text-decoration:none;
	}	
.tank_cont{
    display: block;
    margin: 15px 0px;
	text-align:center;
	
    border: 1px solid #ccc;
    padding: 15px 0px;
}
@media screen and (max-width:768px) {
	.tank_cont iframe {width: 90%;}
	}

@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.head_logo, .head_logo .container { height: 40px;}
	.head_logo .hd_logo a img { height: 30px;}
	.head_logo .head_bton a { line-height: 24px; background-size: contain; font-size: 12px; padding: 0px 15px; width: 100px;}
	
	.gd_ban { height: auto; background-size: auto 100%;}
	.gb_nav {flex-wrap: wrap; height: auto; padding-top: 10px;}
	.gb_nav ul { line-height: 20px; width: 100%;}
	.gb_nav ul li a { font-size: 12px; padding: 0px 10px;}
	.gb_nav ul li dl { top: 40px;}
	.gb_box { padding-left: 10px;}
	.searchbox { width: 310px;}
	.searchbox select { height: 30px; font-size: 12px;}
	.searchbox .sx { width: 159px; height: 30px; line-height: 30px; font-size: 12px;}
	.searchbox .btn { height: 30px; line-height: 30px; background-size: auto 60%;}
	.gd_tit { padding: 10px 10px 0px;}
	.gd_tit h3 { font-size: 18px; padding: 0px 40px 10px 0px; line-height: 30px;}
	.gd_tit h4 span { font-size: 12px; line-height: 30px; padding: 0px 10px; margin-right: 5px;}
	.gd_tit dl { margin-top: 20px; flex-wrap: wrap; padding-right: 0px;}
	.gd_tit dl dt { width: 100%; padding: 5px 5px;}
	.gd_tit dl dt strong { font-size: 12px; line-height: 30px; padding: 0px 10px; margin: 5px 5px;}
	.gd_tit dl dt p { font-size: 42px;}
	.gd_tit dl dd { width: 40%; padding: 5px 5px;}
	.gd_tit dl dd p { font-size: 12px; line-height: 18px; padding: 20px 15px; margin-bottom: 0px;}
	.gd_tit dl dd img { max-width: 100%; height: 60px;}
	.gd_tit a { font-size: 14px; padding: 0px 30px; line-height: 30px;}
	.tank_cont { width: 100%; margin: 15px 10px;}
	
	.title { padding-top: 5px;}
	.title label { font-size: 26px; }
	
	.ban_3 { margin-top: 0px; background-size: cover;}
	.fwbz { padding: 20px 10px;}
	.fwbz li { width: 24%; padding: 5px 5px; box-shadow: 0px 0px 10px rgb(255,255,255,.5);}
	.fwbz li h4 { font-size: 14px; line-height: 18px; background-size: auto 60%; padding-left: 20px;}
	.fwbz li p { font-size: 12px; line-height: 16px; padding-top: 5px;}
	
	.ys_wrap { margin: 20px 0px;}
	.ys_wrap img { display: none;}
	.ys_cont { flex: 0 0 100%; padding: 0px 10px;}
	.ys_cont li { padding: 14px 10px 10px 13px; height: auto; margin-bottom: 10px;}
	
	.qgzy {padding: 15px 10px; height: auto; background-size: cover;}
	.qgzy h3 { font-size: 22px;}
	.qgzy h4 { font-size: 16px; padding: 5px 0px;}
	.qgzy p { font-size: 12px; line-height: 18px;}
	
	.qk_bg { margin-top: 20px; padding-bottom: 10px;}
	.qk_nav { margin: 10px 5px; padding: 10px 10px;}
	.qk_nav li { line-height: 24px;}
	.qk_nav li h4 { font-size: 12px; width: 20%;}
	.qk_nav li a { margin: 0px 5px; font-size: 12px;}
	.qk_box { margin: 0px 5px 10px;}
	.qk_box strong { font-size: 16px; line-height: 30px; margin-left: 0px;}
	.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; font-size: 14px;}
	.xsqk_list li b a { font-size: 12px; line-height: 30px;}
	
	.lwfbzd { padding: 20px 5px; flex-wrap: wrap;}
	.new_box { width: 100%; padding: 15px 10px; margin-bottom: 10px;}
	.new_box h4 { font-size: 18px; padding-bottom: 5px; margin-bottom: 5px;}
	.lwlist { margin-top: 0px;}
	.lwlist li { width: 100%;}
	.lwlist li a { font-size: 14px; line-height: 24px; width: 100%;}
	.lwlist li span { line-height: 24px;}
	.new_box .more_p a { font-size: 14px; line-height: 34px; padding: 0px 30px;}
	
	.sp_bd_bg2 { padding: 20px 10px; margin-bottom: 20px; margin-top: 20px; height: auto; background-size: auto 100%;}
	.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; margin-top: 5px; margin-left: 0px; padding: 0px 30px;}
	
	.footer { padding: 0px 15px; margin-top: 0px;}
	.foot_inner { font-size: 12px; line-height: 18px;}

	}
@media screen and (max-width:375px) {
	.gd_tit dl dt p { font-size: 28px;}
	.gd_tit dl dd { width: 50%;}
	.gd_tit dl dd p { padding: 20px 10px;}
	}
@media screen and (max-width:320px) {
	.gb_nav ul li a { padding: 0px 6px;}
	.searchbox { width: 290px;}
	.searchbox .sx { width: 139px;}
	.gd_tit h4 span { padding: 0px 6px;}
	.gd_tit dl dt strong { margin: 5px 2px;}
	.gd_tit dl dt p { font-size: 28px;}
	.gd_tit dl dd p { padding: 15px 5px;}
	.fwbz li h4 { font-size: 12px;}
	.qk_nav { padding: 5px 5px;}
	.qk_nav li h4 { width: 25%;}
	.xsqk_list li b a { padding: 0px 10px; margin-right: 10px;}
	}



.pop_l {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	}
.pop_l ul {
	border-radius: 8px;
	width: 80px;
	
	}
.pop_l ul li {
	display: block;
	text-align: center;
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
	background: #2188b7;
	line-height: 18px;
	box-shadow: 0px 0px 10px #ddd;
	}
.pop_l ul li:hover { background: #1781b1}
.pop_l ul li:first-child { background: none; box-shadow: none;}
.pop_l ul li:first-child img{ max-width: 100%; }
.pop_l ul li a {
	display: block;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
	}
.pop_l ul li:last-child { border-bottom: none;}
.pop_l ul li p {
	position: absolute;
	display: none;
	width: 125px;
	top: 0px;
	right: 85px;
	padding: 5px 5px;
	font-size: 13px;
	border: 1px solid #ddd;
	line-height: 18px;
	background: #fff;
	}
.pop_l ul li p img {
	display: block;
	max-width: 100%;
	}
.pop_l ul li:hover p { display: block;}</pre></body></html>