@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;}
input,select,option,textarea{outline: none;}
ul,ol,li { list-style:none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00; transition:all .2s linear;}
.container { width: 1200px; margin: 0px auto;}
body { background: #fefefe;}


.head_bg {
	width: 100%;
	height: 240px;
	background: url(../images/head_bg.jpg) center center no-repeat;
	background-size: cover;
	}
.head_bg .container {
	position: relative;
	padding: 30px 0px 0px 30px; 
	}
.head_bg h1 {
	font-size: 50px;
	color: #fff;
	font-weight: normal;
	}
.head_bg p {
	font-size: 18px;
	margin-top: 15px;
	padding-left: 25px;
	color: #fff;
	line-height: 24px;
	position: relative;
	}
.head_bg p:after {
	content:"";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/icon.png) 0 0 no-repeat;
	top: 2px;
	left: 0px;
	}
.head_bg i {
	position: absolute;
	display: block;
	width: 41px;
	height: 80px;
	background: url(../images/icon.png) -479px 0px no-repeat;
	top: 0px;
	right: 0px;
	}
.head_bg h5 {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background: url(../images/icon.png) -496px -90px no-repeat;
	bottom: 30px;
	right: 50px;
	color: #fff;
	padding-left: 30px;
	font-weight: normal;
	line-height: 24px;
	}

.head_nav {
	height: 60px;
	background: #009ce0;
	margin-bottom: 20px;
	}
.head_nav ul {
	display: flex;
	}
.head_nav li {
	line-height: 60px;
	position: relative;
	}
.head_nav li:after {
	content:"";
	position: absolute;
	display: block;
	width: 1px;
	height: 18px;
	background: #fff;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	opacity: .4;
	}
.head_nav li:last-child:after { display: none;}
.head_nav li a {
	display: block;
	font-size: 20px;
	padding: 0px 40px;
	color: #fff;
	}
.head_nav li a:hover { color: #ff0;}
.head_nav_fiex {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    transition: all 0.8s;
    }
.box {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 10px rgb(0,0,0,.08);
	padding: 30px 30px;
	margin-bottom: 20px;
	}

.qk_info { display: flex;}
.qk_img {
	width: 210px;
	height: 300px;
	}
.qk_img img {
	height: 300px;
	box-shadow: 3px 3px 10px rgb(0,0,0,.15);
	}
.info_cont {
	flex: 1;
	width: 100%;
	margin-left: 50px;
	}
.info_cont ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.info_cont ul li {
	width: 33.3334%;
	font-size: 16px;
	color: #777;
	margin-bottom: 20px;
	line-height: 28px;
	}
.info_cont ul li span {
	font-size: 20px;
	color: #222;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
	}
.info_btu {
	display: block;
	text-align: center;
	}
.info_btu a {
	display: inline-block;
	line-height: 50px;
	height: 50px;
	background: #009ce0;
	color: #fff;
	font-size: 20px;
	padding: 0px 30px;
	border-radius: 10px;
	margin: 0px 15px;
	}
.info_btu a:hover { opacity: .8;}
.info_btu a i {
	display: inline-table;
	width: 24px;
	height: 24px;
	background: url(../images/icon.png) -30px 0px no-repeat;
	vertical-align: sub;
	margin-right: 15px;
	}
.info_btu a:last-child {
	background: #fff;
	border: 1px solid #009ce0;
	color: #009ce0;
	}
.info_btu a em {
	display: inline-table;
	width: 28px;
	height: 28px;
	background: url(../images/icon.png) -60px 0px no-repeat;
	vertical-align: sub;
	margin-right: 15px;
	}
.info_btu a:last-child:hover {
	background: #009ce0;
	color: #fff;
	}
.info_btu a:last-child:hover em { background-position: -100px 0px;}

.mt { margin-top: 20px;}
/***/
.main_flex {
	display: flex;
	justify-content: space-between;
	}
.main_cont_l { width: 930px;}
.main_cont_l h4 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
	border-left: 5px solid #009ce0;
	padding-left: 10px;
	font-weight: 700;
	margin-top: 20px;
	}
.main_cont_l h4:first-child{ margin-top: 0px;}
.main_cont_l p {
	font-size: 15px;
	line-height: 32px;
	display: block;
	margin-bottom: 5px;
	}
/*10.14*/
.main_cont_l b {
	display: block;
	font-size: 16px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 15px;
	}
.main_cont_l b:after {
	content:"";
	position: absolute;
	display: block;
	width: 12px;
	height: 17px;
	background: url(../images/icon.png) 0px -40px no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	}
.main_cont_l span {
	display: inline-block;
	background: #f5f5f5;
	border-radius: 30px;
	padding: 5px 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	}
/*10.14 end*/
.main_cont_r { width: 240px;}
.main_cont_r h4 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	border-left: 5px solid #009ce0;
	padding-left: 10px;
	font-weight: 700;
	}
.cont_r_tj li a{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	}
.cont_r_tj li a img {
	width: 150px;
	height: 200px;
	border: 1px solid #ccc;
	padding: 3px 3px;
	}
.cont_r_tj li a p {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
	line-height: 40px;
	}

/***/
.main_two_l { width: 100%;}
.main_two_l h4 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	border-left: 5px solid #009ce0;
	padding-left: 10px;
	font-weight: 700;
	}
.main_ml { display: flex;}
.ml_left {
	width: 200px;
	background: #f5f5f5;
	color: #555;
	padding-bottom: 20px;
	}
.ml_left i {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #d2d2d2;
	display: block;
	padding-left: 15px;
	}
.ml_left strong {
	display: block;
	font-size: 15px;
	line-height: 40px;
	padding-left: 15px;
	}
.sliderbox {
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	padding: 0px 10px;
	}
.sliderbox dl { display: flex;}
.sliderbox dt {
	cursor:pointer;
	width:50px;
	border-right: 1px solid #cfcfcf;
	}
.sliderbox .open { cursor: default;}
.sliderbox .date {
	position: relative;
    display: block;
    width: 50px;
    line-height: 20px;
    padding-top: 10px;
	}
.sliderbox .date:after {
	content:"∨";
	display: block;
	position: absolute;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	width: 14px;
	height: 14px;
	background: #009ce0;
	border-radius: 50%;
	top: 13px;
	right: -7px;
	}
.sliderbox .open .date:after {content:"∧";}

.sliderbox dd {
	overflow:hidden;
	width: 131px;
	border-left: 1px solid #cfcfcf;
	padding: 0px 0px 0px 15px;
	margin-left: -1px;
	}
.sliderbox dd span {
	display: inline-block;
    padding: 0 3px;
    margin-top: 10px;
    cursor: pointer;
	}
.sliderbox dd span.act { background: #009ce0; color: #fff;}
.ml_right {
	width: 100%;
	flex: 1;
	overflow: hidden;
	}
.ml_right h5 {
	display: block;
	background: #f5f5f5;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	font-size: 14px;
	color: #555;
	}
.ml_right h5 span {
	display: inline-block;
	background: #fff;
	line-height: 34px;
	padding: 0px 20px;
	margin-top: 6px;
	}
.ml_r_cont { padding: 20px;}
.ml_r_cont dl { 
	color: #555;
	max-height: 600px;
	overflow-y: auto;
	}
.ml_r_cont dl dt {
	line-height: 34px;
	padding-left: 15px;
	display: block;
	background: #f8f8f8;
	font-size: 16px;
	font-weight: 700;
	}
.ml_r_cont dl dd {
	display: flex;
	border-bottom: 1px dashed #eee;
	line-height: 40px;
	padding-left: 15px;
	color: #555;
	position: relative;
	}
.ml_r_cont dl dd:after {
	content:"";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	background: #999;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	}
.ml_r_cont dl dd h6 {
	width: 460px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	}
.ml_r_cont dl dd font {
	width: 100px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
	}
.ml_r_cont dl dd time {
	width: 55px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
	text-align: right;
	padding-right: 10px;
	}

.main_two_r { width: 240px;}
.main_two_r h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    border-left: 5px solid #009ce0;
    padding-left: 10px;
    font-weight: 700;
	}
.main_two_r p {
	line-height: 24px;
	margin-bottom: 10px;
	}

/***/
.main_fx {}
.main_fx h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    border-left: 5px solid #009ce0;
    padding-left: 10px;
    font-weight: 700;
	}
.qk_after { margin-bottom: 25px;}
.qk_after h5 {
	font-size: 16px;
	margin-bottom: 10px;
	}
.qk_after_com {
	height: 300px;
	border: 1px solid #eee;
	}
.qk_after p a{
	display: block;
	line-height: 24px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	position: relative;
	padding-left: 15px;
	}
.qk_after p a:after{
	content:"";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	background: #666;
	left: 0px;
	top: 10px;
	}
	
/***/
.main_lx li{
	width: 48%;
	}
	
/****/
.main_pl h3{
	font-size: 24px;
    font-weight: bold;
    color: #222;
    padding: 0px 0 20px;
	}
.main_pl h3 span {
	font-size: 14px;
	color: #999;
	}
.h_none {
	max-height: 675px;
	overflow: hidden;
	}
.pl_bbs dd {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
	}
.bbs-info{
	line-height:24px;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.bbs-info .title a{
	margin:0 5px;
	color:#00a2ca;
}
.bbs-info .title a:hover{	
	color:#cc0001;
}
.bbs-tool {
	margin-top: 15px;
    font-size:12px;
    color:#999;
}
.bbs-tool a {
    color: #6288b3;
}
.bbs-tool a:hover {
    opacity: .8;
}
.bbs-tool .ip {
    margin-right:50px;
    color:#999;
}
.bbs-tool .reply-but i{
    width: 14px;
    height: 16px;
    vertical-align: middle;
	margin: 0 6px 2px 0;
    background: url(../images/reply.png) no-repeat;
	background-size: 14px 16px;
    display: inline-block;
}
.bbs-tool .reply-but b{
    font-weight: normal;
    margin-left: 5px;
}
.bbs-content{
	font-size:13px;
	line-height: 24px;
}
.bbs-content .stzoom{
	float: left;
	margin: 0 20px 10px 20px;
	cursor: pointer;
	outline: 1px solid #aaa;
	padding:5px;
}
#stzoomsrc{
	display: none;
	position: absolute;
	background-color: #ededed;
	border: 1px solid #aaa;
	border-radius: 10px;
}
#stzoomsrc img{
	margin: 10px;
	max-width: 800px;
	min-width: 500px;
}
.hide { display: none;}
.l { float: left;}
.r { float: right;}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
	}
/*comment*/
.box-comment .box-txt{
    height: 86px;
    border: solid 1px #eee;
	position: relative;
}
.box-comment .box-txt::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_sendreply.png) no-repeat;
	background-size: 16px 16px;
	vertical-align: top;
	margin: 22px 10px 4px 17px;
	position: absolute;
}
.box-comment .box-txt textarea{
    width: 100%; 
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #999;
	padding: 18px 0;
    line-height:24px;
    border: 0 solid #fff;
	padding-left: 5%;
}
.box-comment .box-but{
    margin-top: 10px;
	line-height: 30px;
}
.box-comment .box-but .but-submit {
    float: right;
}
.box-comment .box-but .but-submit a{
	display: inline-block;
    width: 86px;
	height: 30px;
	line-height: 30px;
	background: #009ce0;
	border-radius: 3px;
    text-align: center;
	font-size: 14px;
    color: #fff;
}
.box-comment .box-but .but-submit a:hover{
    background-color: #00a2ca;
	opacity: .8;
}
.box-comment .box-login{
	float: left;
    font-size: 12px;
    color: #999;
}
.box-comment .box-login a{
    margin-right: 24px;
	color: #6288b3;
}
.box-comment .box-login a:hover{
	opacity: .8;
}
/*bbs-reply*/
.reply-box{
    margin: 10px 0 0 35px;
}
.bbs-reply .reply-content{
    line-height: 24px;
    font-size: 13px;
}
.bbs-reply .reply-content .author{
	font-weight: bold;
}
.bbs-reply .date {
	font-size: 12px;
    color:#999;
}
.bbs-reply .reply-info {
    text-align: right;
}
.box-con .bbs-reply ul{
	margin: 20px 0 10px 0;
}
.box-con .bbs-reply ul li{
    padding-bottom: 10px;
	margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.box-con .bbs-reply ul li:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

/*reply-form*/
.reply-form {
    text-indent: 0;
    margin:10px 0;
}
.reply-form .reply-input{
	height:37px;
	overflow:hidden;
}
.reply-form .reply-input .fl{
	float:left;
    width: 1025px;
	height:37px;
	overflow:hidden;
	background-color:#fff;
	border:1px solid #ddd;
}
.reply-form .reply-input .fr{
	float:left;
	width:80px;
	height:37px;
    text-align: center;
	background-color:#6288b3;
}
.reply-form .reply-input .c{
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#666;
	width:95%;
	height:24px;
    line-height: 24px;
	margin:5px;
    overflow: hidden;
}
.reply-form .reply-input .s{
	border:none;
	background-color:#6288b3;
	font-size:14px;
	color: #fff;
	text-align:center;
	width:95%;
	height:37px;
	line-height:37px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.reply-form .reply-input:hover .l{
	border:1px solid #00a8f6;
}
.reply-form .reply-input:hover .r{
	background-color:#00a8f6;
}
.reply-form .reply-input:hover .s{
	color: #fff;
	background-color:#00a8f6;
}
.fileW {
	height: 65px;
	line-height: 45px;
	margin: 20px auto 0;
	text-align: center;
}
.filebtn {
	position: relative;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #6288b3;
}
.filebtn::after{
	content: ">";
	display: inline-block;
	width: 6px;
	height: 11px;
	margin: 0 0 4px 10px;
}
.filebtn:hover{
	color: #6288b3;
	opacity: .8;
}
.hfix{
	max-height: 700px;
	overflow: hidden;
}
.hauto{
	height: auto;
	max-height: auto;
	overflow: hidden;
}
.pl_qk_combox {
    background-color: #fff;
    padding: 0 32px 40px 32px;
    margin-bottom: 16px;
}
.pl_qk_combox h3{
	font-size: 16px;
    font-weight: normal;
    color: #00a1cc;
	margin-bottom: 14px;
	padding: 0px 0px;
}

/**/
.ban_two {
	height: 140px;
	background: url(../images/ban-1.jpg) center center no-repeat;
	background-size: cover;
	margin: 20px 0px;
	text-align: center;
	}
.ban_two a {
	display: block;
	height: 100%;
	}
.ban_two strong {
	font-size: 34px;
	padding: 20px 0px 10px;
	color: #fff;
	display: block;
	}
.ban_two span {
	display: inline-block;
	background: #f39800;
	border-radius: 10px;
	line-height: 40px;
	padding: 0px 40px;
	color: #fff;
	font-size: 18px;
	}
	
.server h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    border-left: 5px solid #009ce0;
    padding-left: 10px;
    font-weight: 700;
	}
.ser_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.ser_box li {
	width: 25%;
	text-align: center;
	}
.ser_box li img { margin-left: 40px;}
.ser_box li p {
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
	margin-left:50px;
	margin-top:10px;
	}
/*10.14*/
.plzhe{
	line-height:24px;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 15px;
	
	}
.plcon{
	font-size:13px;
	line-height: 24px;
	}
.hfban {
	margin-top: 15px;
    font-size:12px;
    color:#999;
	}
.hfban a {
    color: #6288b3;
	}
.hfban a:hover {
    opacity: .8;
	}

.hfban .reply-but i{
    width: 14px;
    height: 16px;
    vertical-align: middle;
	margin: 0 6px 2px 0;
    background: url(../images/reply.png) no-repeat;
	background-size: 14px 16px;
    display: inline-block;
	}
/*10.14 end */
.gotop{
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 70px;
	height: 70px;
	background: url(../images/top.png) center center no-repeat;
	background-size: contain;
	opacity: .8;
	z-index: 4;
	display: none;
	cursor: pointer;
	}
	
.s-box {padding: 0px 0px 0px 30px;}
.s-box p{
    display: block;
    line-height: 30px;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
} 
.s-box strong {
    line-height: 34px;
    padding-left: 28px;
    display: block;
    background: #f5f5f5;
    font-size: 16px;
    margin-bottom: 10px;
}
.pop_l {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index:1000;
	}
.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;}

.xt_bdbg {
	width: 100%;
	margin: 20px auto;
	background: url(../images23/xt_bdbg.jpg) center center no-repeat;
	background-size: cover;
	display: flex;
	}

.xt_tit {
	width: 40%;
	background: rgb(33,136,183,.3);
	padding: 20px 20px;
	text-align: center;
	}
.xt_tit h3 {
	display: inline-block;
	padding: 8px 30px;
	border-radius: 30px;
	background: linear-gradient(90deg, #0ce0f6, #06e1ff);
	margin-top:30px;
	font-size:22px;
	}
.xt_tit h5 {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 34px;
	margin: 15px 0px;
	}
.xt_tit h6 {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 30px;
	}
.xt_box {
	background: linear-gradient(320deg, #cff6ff, #addcef);
	flex: 1;
	display: block;
	padding: 20px 30px;
	}
.xt_box strong {
	font-size: 22px;
	display: block;
	}
.xt_box h4 {
	display: block;
	line-height: 20px;
	padding:5px 10px;
	border-left: 3px solid #2188b7;
	margin-top: 10px;
	background: rgb(240,255,255,.5);
	font-size:16px;
	}
.xt_box h5 {
	display: block;
	font-size: 14px;
	margin-top: 5px;
	font-weight: normal;
	}
.xt_box h5 span {
	display: inline-block;
	padding: 3px 12px;
	border-radius: 5px;
	background: linear-gradient(320deg, #fcffcf, #efdbad);
	box-shadow: 3px 3px 10px rgb(33,136,183,.1);
	margin-right: 10px;
	margin-top: 5px;
	}
.xt_box form {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgb(33,136,183,.1);
	padding: 15px 20px;
	margin-top: 15px;
	}
.xt_box form input {
	height: 34px;
	line-height: 34px;
	width: 100%;
	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-top: 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
.xt_box button {
	height: 34px;
	line-height: 34px;
	background: #2188b7;
	color: #fff;
	font-size: 16px;
	padding: 0px 30px;
	margin-top: 5px;
	width: 100%;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	}
	
	/*tybd*/
.tybd_bg {
	background: url(../images/tybd-3.jpg) center center no-repeat;
	background-size: cover;
	padding: 20px 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgb(0,0,0,.08);
	}
.tybd_bg h3 {
	display: block;
	font-size:31px;
	font-weight: 700;
	text-align: center;
	/*background-image:-webkit-linear-gradient(left,#3cabde,#2188b7); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;*/
	}
.tybd_bg h5 {
	display: block;
	font-weight: normal;
	text-align: center;
	}
.tybd_bg h5 label {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 5px;
	background: linear-gradient(180deg, #4fbef1, #2188b7);
	box-shadow: 5px 5px 15px rgb(33,136,183,.4);
	margin: 15px 10px;
	font-size: 18px;
	color: #fff;
	}
.tybd_name h6 {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	}
.tybd_box {
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
	padding: 20px 30px;
	}
.tybd_box form {
	width: 100%;
	}
.tybd_box form input {
	height: 40px;
	line-height: 40px;
	width: 100%;
	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-top: 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	margin-bottom: 10px;
	}
.tybd_box button {
	height: 40px;
	line-height: 40px;
	background: #2188b7;
	color: #fff;
	font-size: 16px;
	padding: 0px 30px;
	margin-top: 5px;
	width: 100%;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 15px;
	}
.tybd_box form em {
	font-size: 12px;
	color: #f00;
	}
.tybd_box .tyewm {
	display: block;
	margin-left: 20px;
	}
.tybd_box .tyewm font {
	display: inline-block;
	width: 20px;
	font-size: 18px;
	line-height: 34px;
	margin-right: 5px;
	}
.tybd_box .tyewm img {
	width: 135px;
	height: 135px;
	vertical-align: bottom;
	}
/**/
	
@media screen and (max-width:640px) {
	.tybd_bg { padding: 20px 10px;}
	.tybd_bg h3 { font-size: 20px;}
	.tybd_bg h5 label { font-size: 12px; padding: 5px 10px; margin: 10px 5px;}
	.tybd_box { padding: 10px 10px; flex-wrap: wrap;}
	.tybd_box form { width: 100%;}
	.tybd_box .tyewm { margin: 15px auto 0;}
	.container { width: 100%;}
	.pop_l { display: none;}
	
	/**/
	.head_bg { height: 100px;}
	.head_bg .container { padding: 10px 0 0; height: 100%;}
	.head_bg h1 { font-size: 24px;}
	.head_bg p { display: none;}
	.head_bg h5 { font-size: 14px; bottom: 10px; max-width: 75%;}
	
	/**/
	.head_nav { height: 40px; margin-bottom: 10px;}
	.head_nav li { line-height: 40px;}
	.head_nav li a { font-size: 12px; padding: 0px 8px;}
	.box { padding: 15px 20px;}
	.qk_info { flex-wrap: wrap;}
	.qk_img { width: 145px; height: 205px; margin: 0px auto 15px;}
	.qk_img img { max-width: 100%; height: auto;}
	.info_cont { margin-left: 0; flex: auto;}
	.info_cont ul li { width: 100%; font-size: 12px; margin-bottom: 0px; line-height: 24px;}
	.info_cont ul li span { font-size: 15px;}
	.info_cont ul li:nth-child(7), .info_cont ul li:nth-child(8), .info_cont ul li:nth-child(9) { display: none;}
	.info_btu a { line-height: 40px; height: 40px; padding: 0px 10px; font-size: 16px; margin: 0px 5px;}
	.info_btu a i { width: 22px; height: 22px; background: url(../images/icon_zd.png) center center no-repeat; background-size: cover; margin-right: 5px;}
	.info_btu a em { width: 22px; height: 22px; background: url(../images/icon_zx.png) center center no-repeat; background-size: cover; margin-right: 5px;}
	
	/**/
	.main_flex, .xt_bdbg { flex-wrap: wrap;}
	.main_cont_l, .main_cont_r { width: 100%;}
	.main_cont_l h4 { font-size: 20px;}
	.main_cont_l p { line-height: 28px;}
	.xt_tit { width: 100%;}
	.xt_tit h3 { margin-top: 0px;}
	.xt_box h5 span { margin-bottom: 5px;}
	.cont_r_tj { display: flex; flex-wrap: wrap;}
	.cont_r_tj li { width: 50%;}
	
	/**/
	.main_two_r { width: 100%;}
	.main_ml { flex-wrap: wrap;}
	.ml_left { width: 100%;}
	.ml_right { flex: auto;}
	.s-box { padding: 15px 0 0;}
	.s-box strong { padding: 10px 15px; line-height: normal;}
	
	/**/
	.ban_two strong { font-size: 22px; padding: 20px 35px 10px;}
	.ban_two span { line-height: 30px; font-size: 16px; padding: 0px 20px;}
	.pl_qk_combox { padding: 0px 0px;}
	.box-comment .box-txt::before { margin: 5px 10px 4px 5px;}
	
	.ser_box li p { font-size: 12px; margin-bottom: 15px;}
	.ser_box li img { max-width: 100%; height: 66px; margin-left: 20px;}
	
	.footer { margin-top: 15px!important;}
	.footer .f_tit { padding: 20px 20px 10px!important; flex-wrap: wrap;}
	.footer .f_tit .f_tit_l, .footer .f_tit .f_tit_r { width: 100%!important;}
	.footer .f_tit .f_tit_r { padding: 15px 0px!important;}
	.footer .f_tit .f_tit_r a { font-size: 13px!important;}
	}
@media screen and (max-width:320px) {
	.head_nav li a { padding: 0px 4px;}
	.info_btu a { font-size: 13px;}
	.info_btu a i, .info_btu a em { vertical-align: middle;}
	.cont_r_tj li a img { width: 125px; height: 160px;}
	.ser_box li img { margin-left: 10px;}
	.footer .f_tit .f_tit_r a {font-size: 12px!important; width: 25%!important;}
	}