@charset "gb2312";
/* 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 {text-align: center; }
.title label {
	font-size: 36px;
	display: block;
	position: relative;
	font-weight: 700;
	padding: 30px 0px;
	}
.title label font {
	color: #ed4343;
	display: inline-block;
	text-transform: uppercase;
	}
.title p a{
	display: inline-block;
	font-size: 16px;
	color: #ff5807;
	border: 1px solid #ff5807;
	line-height: 34px;
	padding: 0px 20px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px 0px rgb(0,0,0,.1);
	}
.title p a:hover { background: #ff5807; color: #fff;}

.more { text-align: center; padding: 50px 0px;}
.more a {
    font-size: 24px;
    line-height: 54px;
    color: #000;
    border-radius: 4px;
    padding: 0px 60px;
    display: inline-block;
	background: linear-gradient(0deg, #ffa200 0%, #ffc90d 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	margin: 0px 20px;
	}
.more a:nth-child(2) { background: linear-gradient(0deg, #0f4f92 0%, #00aaff 100%); color: #fff;}

/** banner **/


/***/

.ban_top {
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: fixed;
	z-index: 1000;
	top: 0px;
	padding: 0px 50px;
	background: rgba(255,255,255,1);
	box-shadow: 0px 5px 5px rgb(0,0,0,.1);
	/*background: linear-gradient(rgb(37, 135, 191) 15px, rgba(37, 135, 191, 0.85) 32px, rgba(37, 135, 191, 0.6) 50px, rgba(37, 135, 191, 0) 70px, rgba(37, 135, 191, 0));*/
	}
.ban_top .ban_top_nav {
	min-width: 1170px;
    display: flex;
    justify-content: space-between;
	}

.ban_top .logo {
	width: 274px;
	height: 55px;
	background: url(/zt/ztywqlc/logo.png) center center no-repeat;
	background-size: contain;
	margin-top: 7px;
	}
.ban_top .logo a {
	display: block;
	height: 55px;
	text-indent: -9999px;
	}
.ban_top .logo img {
    display: inline-block;
	vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.ban_r{}
.ban_nav {
	margin-left: 20px;
	display: flex;
	justify-content: space-around;
	padding-top: 10px;
	}
.ban_nav li {
	text-align: center;
	padding: 0px 15px;
	}
.ban_nav li a {
	display: block;
	color: #333;
	font-size: 16px;
	padding: 0px 10px;
	line-height: 48px;
	position: relative;
	}
.ban_nav li a:hover {color: #f78a2f; border-bottom: 2px solid #f78a2f;}
.ban_nav li:first-child a{ color: #f78a2f; border-bottom: 2px solid #f78a2f;}

/***搜索**/
.searchbox {
	float: right;
	width: 240px;
	padding-top: 15px; 
	display: inline-table;
	}
.searchbox .sx{
	border: 1px solid #ccc;
	border-right: 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;
	border-radius: 30px 0px 0px 30px;
	outline: none;
	}
.searchbox .btn {
	float: left;
    height: 40px;
	line-height:40px;
	padding:0px 30px;
	cursor:pointer;
	background:url(/zt/ztywqlc/search.png) center center no-repeat;
	border:1px solid #ccc;
	border-left: none;
	border-radius: 0px 30px 30px 0px;
	}

	
/****/
.gd_ban {
	width: 100%;
    height: 520px;
	background: url(/zt/ztywqlc/banner.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 70px;
	}

.gd_ban h3 {
	font-size: 35px;
	color: #fff;
	padding-bottom: 10px;
	padding: 80px 0px 30px;
	}
.gd_ban h4 {
	font-size: 24px;
	color: #fff;
	display: block;
	}
.gd_ban ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	}
.gd_ban ul li {
	width: 20%;
	position: relative;
	font-size: 24px;
	color: #fff;
	padding-left: 35px;
	margin: 10px 0px;
	}
.gd_ban ul li:after {
	content:"√";
	position: absolute;
	display: inline-block;
	font-size: 16px;
	width: 24px;
	height: 24px;
	line-height: 28px;
	text-align: center;
	border-radius: 20px;
	background: #F60;
	color: #fff;
	left: 0px;
	top: 5px;
	}
.gd_ban a {
	font-size: 30px;
	font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #F00;
    padding: 0 50px;
    display: inline-block;
    border-radius: 56px;
    margin: 40px 10px 0px;
    background: linear-gradient(0deg, #ffa200 0%, #ffc90d 100%);
	transition: all .3s linear;
	}
.gd_ban a:hover {
	transform:translateY(-5px);
	}
	
.bd_box2 {
    background: url(/zt/ztywqlc/bd_bg_img.png) center center no-repeat;
	border-radius: 4px;
	height: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 30px 80px;
	box-sizing: border-box;
	position: relative;
	margin-top: 30px;
	}
.bd_box2:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 100px;
	display: block;
	background: rgb(0,137,251,.8);
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	}
.bd_fw2 {
	display: inline-block;
	width: 35%;
	color: #fff;
	z-index: 5;
	}
.bd_fw2 h3 {
	font-size: 24px;
	line-height: 40px;
	}
.bd_fw2 p {
	font-size: 18px;
	line-height: 34px;
	}
.bd_bg2 {
	display: inline-table;
	width: 60%;
	background: #fff;
	box-shadow: 0 0px 15px rgb(0,0,0,.17);
	border-radius: 4px;
	z-index: 5;
	}
.bd_bg2 h4 {
	font-size: 30px;
	color: #d52b1e;
	line-height: 40px;
	padding: 20px 0px 0px;
	display: block;
	text-align: center;
	font-weight: bold;
	}
.bd_form_list2 {
	padding: 15px 20px;
	text-align: center;
	}

.bd_form_list2 form { padding: 0px 10px; display: flex; flex-wrap: wrap;}
.bd_form_list2 form input {
	line-height: 43px;
	width: 45%;
	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: 10px 10px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #777;}

.bd_form_list2 select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 45%;
    height: 45px;
	font-size: 12px;
    color: #777;
    padding-left: 6px;
	outline: none;
	box-sizing: border-box;
	margin: 10px 10px;
	}
.bd_form_list2 button {
	height: 45px;
	line-height: 45px;
	background: #ee2d1b;
	color: #fff;
	font-size: 18px;
	padding: 0px 50px;
	display: block;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	margin-top: 10px;
	margin-left: 10px;
	}

/**/
.g1_bg {
	background: url(/zt/ztywqlc/g1-bg.png) center center no-repeat;
	background-size: cover;
	padding: 30px 0px;
	}
.g1_bg ul {display: flex;}
.g1_bg ul li {
	padding-bottom: 30px;
    width: 16.66667%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
	}
.g1_bg ul li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
	text-align: center;
	}
.g1_bg .g1_img {
	width: 100%;
	height: 120px;
	overflow: hidden;
	}
.g1_bg .g1_img img {
	width: 100%;
	height: 120px;
	transition: all .2s ease-in;
	}
.g1_bg ul li:hover .g1_img{box-shadow:3px 4px 9px 0 #ccc}
.g1_bg ul 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)}
.g1_bg ul li h4 {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #000;
	}
.g1_bg ul li p {
	color: #444;
	min-height: 95px;
	text-align: left;
	}
.g1_bg ul li span {
	display: inline-block;
	line-height: 30px;
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 0px 30px;
	font-size: 16px;
	margin-top: 10px;
	}
.g1_bg ul li:hover span {
	background: #0263ee;
	color: #fff;
	border-color: #0263ee;
	}

/**/
.main_fw {
	display: flex;
	margin: 50px 0px 0px;
	padding-bottom: 50px;
	}
.main_fw ul {
    padding: 0px 25px;
	}
.main_fw ul li {
    margin-bottom: 16px;
	padding: 5px 0px 5px 100px;
	position: relative;
	background: url(/zt/ztywqlc/fw_ad1.png) left top no-repeat;
	background-size: auto 70px;
	}
.main_fw ul li:nth-child(2) { background-image: url(/zt/ztywqlc/fw_ad2.png);}
.main_fw ul li:nth-child(3) { background-image: url(/zt/ztywqlc/fw_ad3.png);}
.main_fw ul li:nth-child(4) { background-image: url(/zt/ztywqlc/fw_ad4.png);}
.main_fw ul li strong{
	font-size: 20px;
	padding-bottom: 10px;
	display: block;
	}
.main_fw ul li p {
	padding-top: 5px;
	font-size: 16px;
	line-height: 24px;
	}
.main_2_tit {
	font-size: 22px;
	display: block;
	text-align: center;
	}

/*******标签展示*****/
.mag {
	position: relative;
	padding: 40px 110px;
	overflow: hidden;
	}
.mag:after {
	content:"“";
	position: absolute;
	display: inline-block;
	font-size: 480px;
	color: #f2f2f2;
	left: 0px;
	top: -40px;
	z-index: -1;
	}
.mag b {
	font-size: 30px;
	display: block;
	padding: 40px 0px 10px;
	}
.mag p {
	font-size: 16px;
	line-height: 34px;
	}
	
.card-area{
	margin:0px auto 80px;
	position:relative;
	}

.card-area li:last-child { margin-right: 0px;}
.card-area li:nth-child(1) .card{ background: url(/zt/ztywqlc/mag-1.jpg) right center no-repeat;}
.card-area li:nth-child(2) .card{ background: url(/zt/ztywqlc/mag-2.jpg) right center no-repeat;}
.card-area li:nth-child(3) .card{ background: url(/zt/ztywqlc/mag-3.jpg) right center no-repeat;}
.card-area li:nth-child(4) .card{ background: url(/zt/ztywqlc/mag-4.jpg) right center no-repeat;}
.card-area li:nth-child(5) .card{ background: url(/zt/ztywqlc/mag-5.jpg) right center no-repeat;}
.card-area li:nth-child(6) .card{ background: url(/zt/ztywqlc/mag-6.jpg) right center no-repeat;}
.card-area li:nth-child(7) .card{ background: url(/zt/ztywqlc/mag-7.jpg) right center no-repeat;}
.card-area .card-item{
	z-index:4;
	transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
	position:relative;
	float:left;
	width:12%;
	height:430px;
	margin-right: 1%;
	background-color:transparent;
	}
.card-area .card-item+.card-item{margin-left:-1px}
.card-area .card-item .card{
	transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
	width:100%;
	height:100%;
	border-radius: 4px;
	}
.card-area .card-item .card .card-content{width:100%;}
.card-area .card-item .card .card-content.content-first{
	transition:all .12s cubic-bezier(.4,0,.2,1) .18s;
	z-index:3;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
	}
.card-area .card-item .card .card-content.content-second{
	transition:all .12s cubic-bezier(.4,0,.2,1) 0s;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	}
.card-area .card-item .card .card-content.content-second li{
	padding:0 17px; 
	margin:29px 0 0 0; 
	color:#777; 
	font-size:14px; 
	position:relative;
	}
.card-area .card-item .card .card-content.content-second li:before{
	content:""; 
	display:inline-block; 
	width:11px; 
	height:11px;
	position:absolute; 
	top:5px; 
	left:0; 
	background: url(/zt/ztywqlc/ico.png) no-repeat;
	}
.card-area .card-item .card .card-content.content-second li b{
	display:block; 
	margin-bottom:4px; 
	font-size:16px; 
	color:#6761e9;
	}
.card-area .card-item .card .card-content.content-second li b a { display: block; color:#1257a2;}
.card-area .card-item .card .card-content.content-second li b a:hover { color: #ef002c;}
.card-area .card-item .card .card-content,.card-area .card-item .card .card-title{
	position:absolute;
	left:0;
	right:0;
	z-index:1
	}
.card-area .card-item .card .card-title{
	padding-top:1px;
	transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
	height:80px;
	top:0;
	}
.card-area .card-item .card .card-title h3{
	font-size:18px;
	font-weight:700;
	color:#d9efff;
	line-height: 80px;
	padding-left: 15px;
	}
.card-area .card-item .card .card-title .short-info{color:#8dbbdc;font-size:14px;margin-top:0;margin-bottom:20px}

.card-area .card-item .card .card-title .short-info,.card-area .card-item .card .card-title .zq-product-img img,.card-area .card-item .card .card-title h3{transition:all .15s cubic-bezier(.4,0,.2,1) 0s}
.card-area .card-item .card .card-content{
	height:350px;
	position:absolute;
	top:80px
	}
.card-area .card-item .card .card-content.content-first .content-first-list{
	width:100%;
	font-size:15px;
	line-height: 24px;
	color:#fff;
	padding: 0px 15px;
	}
.card-area .card-item .card .card-content.content-first .content-first-list p { min-height: 180px;}
.card-area .card-item .card .card-content.content-first .content-first-list .main-btn {
	display: inline-block;
    color: #fff;
    background: #0864c1;
    border-radius: 30px;
    padding: 0px 20px;
    line-height: 34px;
	margin-top: 20px;
	}
.card-area .card-item .card .card-content.content-second{
	width:90%;
	left:25px;
	text-align:left;
	}
.card-area .card-item .card .card-content.content-second p {
	font-size: 15px;
	line-height: 34px;
	color: #fff;
	position: relative;
	padding-left: 15px;
	}
.card-area .card-item .card .card-content.content-second p:before {
	content:"";
	position: absolute;
	display: block;
	left: 0px;
	top: 14px;
	color: #ff5807;
	width: 6px;
	height: 6px;
	background: #ff5807;
	}
.card-area .card-item .card .card-content.content-second .main-btn{
	display: inline-block;
    color: #fff;
    background: #0864c1;
    border-radius: 30px;
    padding: 0px 20px;
    line-height: 34px;
	margin-top: 20px;
	margin-left: 10px;
	transition:color .3s ease-in-out,background .3s ease-in-out;
	}
.card-area .card-item .card .card-content.content-second .main-btn:hover{color:#fff;background:#1b77b9}
.card-area .card-item.active{
	z-index:6;
	width:22%;
	height:430px;
	}
.card-area .card-item.active .card .card-title{
	}
.card-area .card-item.active .card .card-title .short-info{color:#9ed8f5}
.card-area .card-item.active .card .card-title h3{color:#fff}
.card-area .card-item.active .card .card-content.content-first{
	transition:all .12s cubic-bezier(.4,0,.2,1) 0s;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
	}
.card-area .card-item.active .card .card-content.content-second{
	transition:all .12s cubic-bezier(.4,0,.2,1) .18s;
	z-index:3;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
	}

.qkcx_box {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 15px rgba(70,152,255,.2);
	padding: 20px 50px 30px;
	}
.qkcx_box h3 {
	line-height: 60px;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	}
.qkcx_box h3 a {
	font-size: 24px;
	color: #e37310;
	margin: 0px 50px;
	display: inline-block;
	background: url(/zt/ztywqlc/cx-1.png) center left no-repeat;
	padding-left: 50px;
	}
.qkcx_box h3 a:last-child { background-image: url(/zt/ztywqlc/cx-2.png);}

.qkcx_box>div {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.qkcx_box>div a {
	margin:15px 15px;
	width: calc(25% - 30px);
	border: 2px solid #4698ff;
	color: #4698ff;
	line-height: 48px;
	display: block;
	font-size: 24px;
	text-align:center;
	}
.qkcx_box>div a:hover {
	border-color: #e37310;
	color: #e37310;
	}
	
/**/
.yjly {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	}
.yjly li {
	width: 20%;
	text-align: center;
	margin: 10px 0px;
	}
.yjly li img {
	max-width: 100%;
	height: 60px;
	border-radius: 50%;
	box-shadow: 5px 5px 15px rgb(0,0,0,.18);
	}
.yjly li p {
	display: block;
	font-size: 18px;
	padding: 10px 0px;
	}

/**/
.ml_bg {
	background: url(/zt/ztywqlc/mlbg.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 60px;
	}
.ml_bg .title label { color: #fff;}
.qk_list { margin: 0px 0px;}
.qk_list:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.qk_list li{
	float: left;
	width: 25%;
	}
.qk_list li div {
	margin: 10px 10px;
	border: 2px solid #f6ab00;
	position: relative;
	height: 380px;
	background-color: #fff;
	}
.qk_list li div:hover { box-shadow: 0px 0px 15px rgba(255,255,255,.5);}
.qk_list li div img { width: 100%; height: 376px;}
.qk_list li div dl {
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	opacity: .9;
	width: 100%;
	padding-bottom: 10px;
	}
.qk_list li div dl dt {
	font-size: 18px;
	padding-left: 10px;
	margin: 15px 0px 5px;
	}
.qk_list li div dl dt a { font-weight: bold;}
.qk_list li div dl dt span {
	font-size: 12px;
	background: #ff9429;
	color: #fff;
	padding: 2px 5px;
	margin-left: 6px;
	border-radius: 6px 6px 6px 0px;
	}
.qk_list li div dl dd {
	width: 48%;
	float: left;
	margin-left: 2%;
	margin-bottom: 5px;
	}
.qk_list li div dl dd span {color: #ff4400;}

/**lc**/
.main_lc {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 30px 0px 0px;
	}
.main_lc:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 0px;
	border-top: 1px dashed #ddd;
	left: 0px;
	top: 40%;
	}
.main_lc li {
	width: 12%;
	display: block;
	text-align: center;
	padding-top: 20px;
	z-index: 2;
	position: relative;
	}
.main_lc li img {
	max-width: 100%;
	height: 150px;
	}
.main_lc li:last-child::after { display: none;}
.main_lc li p {
	display: block;
	background: #fff;
	font-size: 22px;
	line-height: 50px;
	margin-top: 20px;
	}

/**/	
.tj_box {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 30px;
	}

.news_lst_c {
	margin:0px 15px;
	width: calc(33.333334% - 30px);
	}
.news_lst_c dt {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	}
.news_lst_c dt span {
	border-left: 2px solid #326cf6;
	margin-left: 0px!important;
	padding-left: 10px;
	font-weight: bold;
	}
.news_lst_c dt a {
	font-size: 14px;
	color: #666;
	}

.news_lst_c dd {
	line-height: 30px;
	position: relative;
	padding-left: 14px;
	border-bottom: 1px dotted #ccc;
	}
.news_lst_c dd:after {
	content:"";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #0574b6;
	left: 0px;
	top: 50%;
	margin-top: -2px;
	}
.news_lst_c dd a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inherit;
	}
.news_lst_c dd a:hover { color: #f00;}
.news_lst_c dd span {
	float: right;
	color: #999;
	margin-left: 10px;
	}
.news_lst_c2 {
	margin:0px 15px;
	width: calc(50% - 30px);
	}
.news_lst_c2 dt {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	}
.news_lst_c2 dt span {
	border-left: 2px solid #326cf6;
	margin-left: 0px!important;
	padding-left: 10px;
	font-weight: bold;
	}
.news_lst_c2 dt a {
	font-size: 14px;
	color: #666;
	}

.news_lst_c2 dd {
	line-height: 30px;
	position: relative;
	padding-left: 14px;
	border-bottom: 1px dotted #ccc;
	}
.news_lst_c2 dd:after {
	content:"";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #0574b6;
	left: 0px;
	top: 50%;
	margin-top: -2px;
	}
.news_lst_c2 dd a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inherit;
	}
.news_lst_c2 dd a:hover { color: #f00;}
.news_lst_c2 dd span {
	float: right;
	color: #999;
	margin-left: 10px;
	}	
	
/**/
.our_ys {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	}
.our_ys li {
	margin:15px 15px;
	width: calc(33.333334% - 30px);
	background: #fff;
	box-shadow: 5px 5px 15px rgb(0,0,0,.1);
	border-radius: 4px;
	overflow: hidden;
	padding: 20px 35px;
	border-left: 5px solid #ae9fe1;
	}
.our_ys li:nth-child(even) { border-color: #50caae;}
.our_ys li h3 {
	font-size: 26px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	}
.our_ys li h3 img {
	display: inline-block;
	margin-right: 15px;
	}
.our_ys li p {
	font-size: 16px;
	line-height: 30px;
	}
	
	

/**/
.footer {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-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%;}
	.ban_top { padding: 0px 0px; height: auto; line-height: inherit;}
	.ban_top .ban_top_nav { min-width: min-content; flex-wrap: wrap;}
	.ban_top .logo { width: 100%; max-width: 100%; height: 25px;}
	.searchbox { float: inherit; width: 100%; padding: 10px 15px 0px;}
	.searchbox .sx { height: 30px; line-height: 30px; font-size: 12px; width: 80%;}
	.searchbox .btn { height: 30px; line-height: 30px; background-size: auto 50%;}
	.ban_nav { margin-left: 0px; flex-wrap: wrap; justify-content: flex-start; padding: 4px 10px;}
	.ban_nav li { padding: 0px 8px;}
	.ban_nav li a { font-size: 14px; line-height: 30px; padding: 0px 0px;}
	
	.gd_ban {padding: 20px 25px 0px; height: 260px; background-position: right center; margin-top: 145px;}
	.gd_ban .container { padding-top: 0px; padding-left: 0px;}
	.gd_ban h3 { font-size: 18px; padding: 0px 0px 5px; color: #ff0;}
	.gd_ban h4 { font-size: 16px;}
	.gd_ban ul li { font-size: 14px; width: 33%; padding-left: 18px; margin: 5px 0px;}
	.gd_ban ul li:after { width: 14px; height: 14px; font-size: 12px; line-height: 16px;}
	.gd_ban a { font-size: 14px; padding: 0px 20px; line-height:26px; border-width: 1px; margin: 10px 5px 0px;}
	
	.bd_box2 { padding: 10px 15px; flex-wrap: wrap; margin-top: 15px; height: auto;}
	.bd_fw2 { width: 100%; text-align: center; color: #ff0;}
	.bd_bg2 { width: 100%;}
	.bd_form_list2 form { padding: 0px 0px;}
	.bd_form_list2 form input { margin: 5px 0px; width: 100%;}
	.bd_form_list2 select { margin: 5px 0px; width: 100%;}
	.bd_form_list2 button { margin-left: 0px; width: 100%;}
	
	.title { padding-top: 20px; padding-bottom: 10px; margin: 0px 10px;}
	.title label { font-size: 22px; line-height: 22px; padding: 0px 0px 5px;}
	.title p a { font-size: 12px; line-height: 24px; padding: 0px 10px;}
	.more { padding: 0px 0px;}
	.more a { font-size: 14px; line-height: 40px; padding: 0px 20px; margin: 15px 5px;}
	
	.g1_bg { padding: 0px 0px;}
	.g1_bg ul { flex-wrap: wrap; justify-content: space-between; padding: 0px 5px;}
	.g1_bg ul li { width: 33%; padding-bottom: 15px;}
	.g1_bg ul li a { padding: 0px 0px;}
	.g1_bg .g1_img { height: 80px;}
	.g1_bg .g1_img img { height: 80px;}
	.g1_bg ul li h4 { font-size: 14px; line-height: 30px;}
	.g1_bg ul li p { font-size: 12px; min-height: inherit; word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
	.g1_bg ul li span { font-size: 12px; padding: 0px 15px;}
	
	.main_2_tit { font-size: 16px;}
	.main_fw { margin-top: 20px; padding-bottom: 0px;}
	.main_fw img { display: none;}
	
	.mag { padding: 20px 10px;}
	.mag:after { font-size: 170px;}
	.mag b { font-size: 18px; padding: 0px 0px 5px;}
	.mag p { font-size: 12px; line-height: 20px;}
	
	.card-area { display:none;}
	
	
	.qkcx_box { padding: 20px 10px;}
	.qkcx_box h3 { line-height: 40px; margin-bottom: 10px;}
	.qkcx_box h3 a { margin: 0px 10px; font-size: 16px; background-size: auto 40%; padding-left: 25px;}
	.qkcx_box>div a { font-size: 14px; line-height: 18px; margin: 5px 5px; width: calc(25% - 10px); border-width: 1px; padding: 5px 5px;}
	
	.yjly li { margin: 10px 0px 0px;}
	.yjly li img { height: 50px; box-shadow: 5px 5px 10px rgb(0,0,0,.18);}
	.yjly li p { font-size: 14px;}
	
	.ml_bg { margin-top: 20px;}
	.qk_list li div { margin: 5px 2px; height: 264px;}
	.qk_list li div img { height: 260px;}
	.qk_list li div dl dt { font-size: 14px; padding-left: 5px;}
	.qk_list li div dl dd { font-size: 12px; width: 100%; margin-left: 0px; margin-bottom: 0px;}
	
	.main_lc { margin: 0px 0px;}
	.main_lc li { width: 15%; padding-top: 10px;}
	.main_lc li img { height: 50px;}
	.main_lc li p { font-size: 12px; margin-top: 0px; line-height: 30px;}
	
	.tj_box { margin-top: 10px;}
	.news_lst_c, .news_lst_c2 { margin: 10px 10px; width: calc(100% - 20px);}
	
	.our_ys li { padding: 5px 5px; margin: 3px 3px; width: calc(33.3334% - 6px);}
	.our_ys li h3 { font-size: 16px; margin-bottom: 5px;}
	.our_ys li h3 img { max-width: 100%; height: 35px; margin-right: 10px;}
	.our_ys li p { font-size: 12px; line-height: 20px;}
	
	.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) {
	.gd_ban { padding: 15px 5px;}
	.gd_ban h3 { font-size: 16px;}
	
	}
@media screen and (max-width:320px) {
	.searchbox .sx { width: 76%;}
	.ban_nav li { padding: 0px 5px;}
	.gd_ban ul li { font-size: 12px;}
	.gd_ban ul li:after { top: 2px;}
	.g1_bg ul li h4 { font-size: 12px;}
	
	.our_ys li h3 img { height: 30px; margin-right: 3px;}
	}



