@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;}
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: 1170px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}

	
/**/
.title {text-align: center; padding-top: 30px;}
.title label {
	font-size: 36px;
	display: block;
	position: relative;
	font-weight: 700;
	padding: 30px 0px;
	}
.title label font {
	color: #c11329;
	font-size: 28px;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	}
.title label span { color: #fff;}

.more { text-align: center;}
.more a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #0864c1;
	border-radius: 30px;
	padding: 0px 50px;
	line-height: 60px;
	margin: 50px auto;
	}
.more a:hover { box-shadow: 0px 0px 10px rgba(8,100,93,.7); color: #fff; text-decoration: none;}
/** banner **/

.ban_top {
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: fixed;
	z-index: 1000;
	padding: 0px 50px;
	/*background: rgba(255,255,255,.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_bg { background: #fff; box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);}
.ban_top_bg .ban_nav li a { color: #333;}
.ban_top_bg .logo { background: url(../images/logo2.png) center center no-repeat!important; background-size: contain!important;}
.ban_top .logo {
	width: 160px;
	height: 70px;
	line-height: 70px;
	background: url(../images/logo.png) center center no-repeat;
	background-size: contain;
	}
.ban_top .logo a {
	display: block;
	height: 70px;
	text-indent: -9999px;
	}
.ban_top .logo img {
    display: inline-block;
	vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.ban_nav {
	margin-left: 20px;
	display: flex;
	justify-content: space-around;
	padding-top: 10px;
	}
.ban_nav li {
	text-align: center;
	padding: 0px 20px;
	}
.ban_nav li a {
	display: block;
	color: #fff;
	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:nth-child(5) a{ font-weight: 700; color: #f78a2f; border-bottom: 2px solid #f78a2f;}

	
.ban_zx { margin-left: 20px;}
.ban_zx .ban_wx {
	display: block;
	float: left;
	margin-right: 25px;
	}
.ban_zx .ban_wx span {
	width: 32px;
	height: 32px;
	display:inline-block; 
	margin-top: 18px;
	background: url(../images/weixin.png) no-repeat 100%; 
	position: relative;
	}
.ban_zx .ban_wx span img { display: none;}
.ban_zx .ban_wx span:hover img {
	display: block; 
	position: absolute; 
	top: 32px; 
	right: 0px; 
	width: 140px; 
	height: 140px; 
	background: #fff;
	}
.ban_zx .register{
	display: block;
	float: left;
	width: 120px;
	height: 42px;
	line-height: 42px;
	background-color: #ffab18;
	color: #fff;
	border-radius: 21px;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	}
.ban_zx .register:hover { background: #f79646;}



.head_top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: rgb(0,0,0,.3);
	margin-bottom: 50px;
	color: #fff;
	font-size: 16px;
	}

.ban_head {
	width: 100%;
    height: 690px;
    background: url(../images/ban_head.jpg) center top no-repeat;
	}
.ban_head .container { padding-left: 60px;}
.ban_head h2 {
	font-size: 40px;
	color: #ddfd06;
	padding: 5px 0px 20px;
	font-weight: normal;
	}
.ban_head h3 {
	display: flex; 
	align-items: center; 
	padding-left: 35px;
	margin-top: 25px;
	}
.ban_head h3 span{
	display: inline-block;
	width: 130px;
	height: 149px;
	background: url(../images/ban_icon.png) 0 0 no-repeat;
	text-align: center;
	font-size: 22px;
	color: #ddfd06;
	padding: 46px 20px 0px;
	position: relative;
	}
.ban_head h3 span:after {
	content:"↓";
	position: absolute;
	display: inline-block;
	font-size: 40px;
	top: -50px;
	left: 50%;
	margin-left: -11px;
	}
.ban_head h3 b {
	font-size: 40px;
	color: #ddfd06;
	margin: 0px 35px;
	}
.ban_head h4 {
	font-size: 55px;
	color: #fff;
	margin-bottom: 15px;
	}
.ban_head h4 font {
	font-size: 65px;
	color: #ddfd06;
	padding: 0px 10px;
	font-weight: 700;
	}

.ban_head p a {
	display: inline-block;
	padding: 0px 30px;
    margin: 50px 0px 0;
    height: 50px;
    line-height: 50px;
    background: #e7a519;
    color: #000;
    border-radius: 30px;
    font-size: 22px;
	}
.ban_head p a:hover { background: #f08300;}

/***服务明细***/
.fwmx_box {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-bottom: 60px;
	}
.fwmx_box li {
	margin:5px 5px;
	width: calc(25% - 10px);
	background: #f3f6f9;
	padding: 20px 25px;
	border-radius: 8px;
	position: relative;
	transition:transform 0.3s ease;
	}
.fwmx_box li:hover {transform:translateY(-5px); box-shadow: 0px 0px 10px rgba(0,0,0,.15);}
.fwmx_box li img {
	position: absolute;
	right: 20px;
	bottom: 20px;
	}
.fwmx_box li a { display: block;}
.fwmx_box li a h4 {
	font-size: 20px;
	color: #333;
	}
.fwmx_box li a em {
	font-size: 14px;
	color: #999;
	padding: 8px 0px;
	display: block;
	}
.fwmx_box li a p { color: #333;}
.fwmx_box li a span {
	display: inline-block;
	background: #dcebff;
	border: 1px solid #006cff;
	color: #006cff;
	border-radius: 5px;
	line-height: 28px;
	padding:0px 10px;
	margin-top: 15px;
	}
.fwmx_box li a:hover span { background: #006cff; color: #fff;}

.fw_bot {
	width: 100%;
	background: #f5faff;
	padding: 60px 0px;
	}
.fw_bot ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.fw_bot li {
	margin:5px 5px;
	width: calc(25% - 10px);
	height: 180px;
	border-radius: 8px;
	}
.fw_bot li:nth-child(1) { background: url(../images/bot1.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(2) { background: url(../images/bot2.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(3) { background: url(../images/bot3.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(4) { background: url(../images/bot4.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(5) { background: url(../images/bot5.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(6) { background: url(../images/bot6.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(7) { background: url(../images/bot7.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(8) { background: url(../images/bot8.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li a {
	padding: 20px 25px; 
	display: block;
	height: 100%;
	}
.fw_bot li a h3 {
	font-size: 22px;
	color: #fff;
	line-height: 60px;
	}
.fw_bot li a p {
	background: rgba(255,255,255,.3);
	border-radius: 5px;
	padding: 0px 13px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	}
.fw_bot li a:hover p { background: rgba(255,255,255,.5)}
	
/****重要性***/
.zyx_bg {
	width: 100%;
	background: #f5f5f5 url(../images/zy_bg.jpg) center bottom no-repeat;
	padding: 60px 0px;
	}
.zyx_box {
	background: #fff;
	padding: 50px 25px 50px 50px;
	}
.zyx_box em {
	font-size: 28px;
	color: #c11329;
	text-transform: uppercase;
	}
.zyx_box h3 {
	font-size: 36px;
	display: block;
	}
.zyx_box h4 {
	display: flex;
	margin-top: 20px;
	}
.zyx_box h4 p {
	display: inline-block;
	font-size: 20px;
	line-height: 38px;
	color: #424242;
	width: 605px;
	}
.zyx_box h4 p font {
	font-size: 24px;
	padding-top: 10px;
	color: #f00;
	font-weight: bold;
	display: block;
	}
.zyx_box h4 p a {
	display: inline-block;
    padding: 0px 30px;
    margin: 20px 0px 0;
    height: 50px;
    line-height: 50px;
    background: #e7a519;
    color: #000;
    border-radius: 30px;
    font-size: 22px;
	}
.zyx_box h4 span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	margin-right: 25px;
	position: relative;
	}
.zyx_box h4 span:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 95%;
	display: block;
	border: 3px solid #bfc9e7;
	z-index: 0;
	top: 15px;
	left: 15px;
	}
.zyx_box h4 span img {
	position: relative;
	box-shadow: 8px 8px 0px rgba(0,0,0,.3);
	z-index: 1;
	}
	
/****期刊推荐****/
.qk_list { margin: 0px 0px 30px;}
.qk_list:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.qk_list li{
	float: left;
	width: 14.285%;
	}
.qk_list li div {
	margin: 5px 5px;
	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: 200px;
	border: 1px solid #dfdfdf;
    padding: 4px;
	}
.qk_list li div dl {
	background-color: #fff;
	bottom: 0px;
	width: 100%;
	}
.qk_list li div dl dt {
	height: 30px;
	font-size: 12px;
	padding: 0px 5px;
	text-align: center;
	margin: 5px 0px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
.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;
	display: none;
	}
.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;}

.qkcx {
	width: 100%;
	background: url(../images/cx_bg.jpg) center bottom no-repeat;
	padding-bottom: 60px;
	}
.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(../images/cx-1.png) center left no-repeat;
	padding-left: 50px;
	}
.qkcx_box h3 a:last-child { background-image: url(../images/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;
	}
	
/*****团队****/
.team_bg {
	width: 100%;
	background: #0856f6 url(../images/td.jpg) center bottom no-repeat;
	padding: 20px 0px 150px;
	}
.team_bg label { color: #fff;}
.team_bg label font { color: rgba(255,255,255,.5);}
.team_tit {
	margin-top: 20px;
	padding: 20px 0px 25px 50px;
	color: #fff;
	width: 50%;
	}
.team_tit p {
	font-size: 16px;
	line-height: 30px;
	}
.team_tit strong {
	display: block;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0px;
	}
.team_tit a {
	line-height: 40px;
	background: #f8b551;
	border-radius: 30px;
	display: inline-block;
	padding: 0px 50px;
	color: #333;
	font-weight: 700;
	font-size: 20px;
	}
.team_tit a:hover { background: #f08300;}

.team_ys {
	margin-top: -100px;
	background: #00479d;
	}
.team_ys ul { display: flex;}
.team_ys ul li {
	width: 25%;
	padding: 50px 32px 30px;
	text-align: center;
	color: #fff;
	}
.team_ys ul li strong {
	display: block;
	font-size: 22px;
	line-height: 50px;
	}
.team_ys ul li p {
	font-size: 16px;
	line-height: 28px;
	opacity: 0.5;
	}
.team_ys ul li:nth-child(1), .team_ys ul li:nth-child(3) { background: #002e73;}

/***评价**/
.pj_text {
	height: 120px;
	width: 100%;
	background: url(../images/pj-1.jpg) center center no-repeat;
	overflow: hidden;
	border-radius: 8px;
	padding: 15px 30px;
	}
.pj_text h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	display: inline-block;
	position: relative;
	}
.pj_text h3 span { position: relative; z-index: 10;}
.pj_text h3:after {
	content:"";
	position: absolute;
	width: 100%;
	display: block;
	height: 6px;
	background: #c1d5ff;
	left: 0px;
	bottom: 10px;
	z-index: 0;
	}
.pj_text p {
	width: 80%;
	font-size: 16px;
	line-height: 24px;
	color: #454545;
	}
	
/****评价轮播***/
.box-gundong {
    height:370px;
    position:relative;
    }
.ashow2 {
    margin-left:36px;
    float:left;
    display:inline;
    }
.list_02 li {
    float: left;
    overflow: hidden;
	width: 340px;
	height: 290px;
	background: #fff url(../images/pj-bg1.jpg) center top no-repeat;
	box-shadow: 0 0 13px rgba(131,131,131,.12);
	border-radius: 10px;
	margin: 30px 13px;
    }
.list_02 li:nth-child(2) { background-image: url(../images/pj-bg2.jpg);}
.list_02 li:nth-child(3) { background-image: url(../images/pj-bg3.jpg);}
.list_02 li:nth-child(4) { background-image: url(../images/pj-bg4.jpg);}
.list_02 li:nth-child(5) { background-image: url(../images/pj-bg5.jpg);}
.list_02 li a { display: block; height: 100%;}
.list_02 li a h3 {
	font-size: 20px;
    color: #0856f6;
    font-weight: bold;
    padding: 30px 30px 20px;
	}
.list_02 li a h3 font {
	font-size: 16px;
	color: #454545;
	display: block;
	font-weight: normal;
	margin-bottom: 14px;
	}
.list_02 li a h3 span {
	display: table;
	font-size: 14px;
	color: #a8a8a8;
	padding: 14px 0;
	border-bottom: 1px #dfdfdf solid;
	font-weight: normal;
	}
.list_02 li a p {
	line-height:30px;
	font-size:16px;
	padding: 0px 30px;
	color: #525252;
	}
.al {
	position: absolute;
    left: 0;
    top: 167px;
    width: 34px;
    height: 34px;
    box-shadow: 0 8px 15px rgba(155,155,155,.28);
    border: 2px #fff solid;
    background: linear-gradient(to bottom, #f3f5f8,#fff);
    border-radius: 50%;
    z-index: 6;
	cursor: pointer;
    }
.al i {
	display: block;
	width: 17px;
	height: 14px;
	background: url(../images/next.png) 0 0 no-repeat;
	margin: 9px auto 0px;
	}
.ar {
    position: absolute;
    right: 0;
    top: 167px;
    width: 34px;
    height: 34px;
    box-shadow: 0 8px 15px rgba(155,155,155,.28);
    border: 2px #fff solid;
    background: linear-gradient(to bottom, #f3f5f8,#fff);
    border-radius: 50%;
    z-index: 6;
	cursor: pointer;
    }
.ar i {
	display: block;
	width: 17px;
	height: 14px;
	background: url(../images/next.png) -17px 0 no-repeat;
	margin: 9px auto 0px;
	}

/***发表常识**/
.fbcs_bg {
	width: 100%;
	background: url(../images/cs-bg.jpg) center bottom no-repeat;
	background-size: cover;
	}
.fbcs_box { display: flex;}
.fbcs_lc {
	width: 430px;
	height: 550px;
	background: url(../images/cs-lc.jpg) center right no-repeat;
	background-size: cover;
	padding-top: 40px;
	text-align: center;
	margin-right: 30px;
	}
.fbcs_lc h3 {
	display: inline-block;
	line-height: 80px;
	font-size: 36px;
	background: url(../images/box03.png) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 0px 30px;
	}
.fbcs_lc>div {
	height: 304px;
	background: url(../images/lc-bg.png) center center no-repeat;
	margin: 20px 0px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 55px 20px 0px;
	}
.fbcs_lc>div p:nth-child(2) {
	margin-top: 50px;
	margin-left: 200px;
	}
.fbcs_lc>div p:nth-child(3) {
	margin-top: 30px;
	width: 220px;
	}
.fbcs_lc>div p:nth-child(4) {
	margin-top: 20px;
	margin-left: 240px;
	}
.fbcs_lc a {
	display: inline-block;
	background: #ff7e00;
	line-height: 40px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 0px 50px;
	border-radius: 30px;
	}
.fbcs_lc a:hover { background: #f08300;}
	
.fbcs_list {display: inline-block;}
.fbcs_list ul:after { content:""; clear: both; display: block; overflow: hidden;}
.fbcs_list li {
	float: left;
	width: 48%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	margin-right: 4%;
	border-bottom: 1px dashed #dfdfdf;
	}
.fbcs_list li:nth-child(even) { margin-right: 0px;}
.fbcs_list li a {
	display: block;
	height: auto;
	}
.fbcs_list li a img {
	width: 125px;
	height: 70px;
	float: left;
	margin-right: 20px;
	}
.fbcs_list li a h4 {
	font-size: 16px;
	font-weight: 700;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.fbcs_list li a p {
	font-size: 14px;
	color: #525252;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 7px 0px;
	}
.fbcs_list li a span {
	font-size: 12px;
	color: #858585;
	}
	
.fwlc {
	display: flex;
	align-items: center;
	}
.fwlc li {
	width: 15%;
	text-align: center;
	}
.fwlc li p {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	}
.fwlc span { margin-bottom: 20px;}
	
	
/****更多服务****/
.fw_more {
	margin: 20px 0px 60px;
	background: url(../images/fw-mag.png) center top no-repeat;
	}
.fw_more h3 {
	line-height: 56px;
	font-size: 24px;
	color: #fff;
	display: flex;
	margin-bottom: 22px;
	}
.fw_more h3 span {
	padding-left: 45px;
	width: 25%;
	}
.fw_more ul {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	}
.fw_more ul li {
	margin:15px 5px;
	width: calc(25% - 10px);
	background: #f5fafe;
	border-radius: 6px;
	box-shadow: 0px 5px 0px #cedeff;
	text-align: center;
	padding: 0px 15px 20px;
	}
.fw_more ul li h4 {
	line-height: 30px;
	background: #5bacfe;
	font-size: 16px;
	color: #fff;
	padding: 0px 15px;
	display: block;
	border-radius: 5px;
	margin: -15px 25px 0px;
	}
.fw_more ul li:nth-child(2) h4 { background: #19c9b5;}
.fw_more ul li:nth-child(2) p:after { color: #19c9b5;}

.fw_more ul li:nth-child(3) h4 { background: #3377ff;}
.fw_more ul li:nth-child(3) p:after { color: #3377ff;}

.fw_more ul li:nth-child(4) h4 { background: #ff9243;}
.fw_more ul li:nth-child(4) p:after { color: #ff9243;}
.fw_more ul li p {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	color: #525252;
	padding-left: 25px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6effe;
	margin: 15px 0px;
	}
.fw_more ul li p:after {
	content:"▶";
	position: absolute;
	color: #5bacfe;
	left: 0px;
	top: 0px;
	font-size: 20px;
	}
.fw_more ul li p span a{
	font-size: 16px;
	display: block;
	}
.fw_more ul li .more_a {
	display: inline-block;
	background: #ff7e00;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	padding: 0px 50px;
	border-radius: 30px;
	box-shadow: 0px 6px 5px rgba(255,126,0,.4);
	}
.fw_more ul li .more_a:hover { background: #f08300;}


/**/
.footer {
	width: 100%;
	background: #333;
	}
.footer .f_tit {
	display: flex;
	padding: 30px 0px;
	}
.footer .f_tit .f_tit_l {
	width: 300px;
	text-align: center;
	color: #a8a8a8;
	}
.footer .f_tit .f_tit_l strong a{ font-size: 40px; color: #fff;}
.footer .f_tit .f_tit_l strong a:hover { text-decoration: none;}
.footer .f_tit .f_tit_l p { font-size: 16px;}
.footer .f_tit .f_tit_r {
	display: block;
	margin-left: 50px;
	width: 100%;
	}
.footer .f_tit .f_tit_r .link-item a {
	margin-right: 2%;
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	}
.foot_inner {
	line-height: 30px;
	color: #a8a8a8;
	font-size: 15px;
	}

.tit_cont {
	text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
	}

@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { max-width: 415px; width: 100%;}
	.head_top { padding-top: 10px; font-size: 12px; line-height: 20px; margin-bottom: 25px;}
	.head_top .container, .ban_head .container { padding-left: 15px; padding-right: 15px;}
	.ban_head { height: 360px; background-size: inherit;}
	.ban_head h4 { font-size: 18px;}
	.ban_head h4 font { font-size: 30px;}
	.ban_head h2 { font-size: 18px;}
	.ban_head h3 { padding-left: 0px; padding-right: 70px; margin-top: 0px;}
	.ban_head h3 span { height: 88px; background-size: contain; font-size: 14px; padding: 25px 10px 0px;}
	.ban_head h3 span:after { font-size: 20px; top: -25px; margin-left: -10px;}
	.ban_head h3 b { margin: 0px 10px;}
	.ban_head p a { height: 40px; line-height: 40px; font-size: 20px; margin: 15px 0px 0px;}
	.title label { font-size: 24px; padding: 0px 0px 20px;}
	.title label font { font-size: 20px;}
	.fwmx_box { padding-bottom: 30px;}
	.fwmx_box li { padding: 10px 5px; width: calc(25% - 6px); margin: 5px 3px;}
	.fwmx_box li a h4 { font-size: 16px; font-weight: bold; min-height: 40px;}
	.fwmx_box li a em, .fwmx_box li img { display: none;}
	.fwmx_box li a p { font-size: 12px; margin-top: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;overflow: hidden;}
	.fwmx_box li a span { line-height: 18px; padding: 5px 5px; font-size: 12px;}
	.fw_bot { padding: 20px 0px;}
	.fw_bot li { height: 90px;}
	.fw_bot li a { padding: 10px 10px;}
	.fw_bot li a h3 { font-size: 14px; line-height: 22px;}
	.fw_bot li a p { font-size: 12px; padding: 0px 5px; line-height: 24px;}
	.zyx_bg { padding: 20px 0px;}
	.zyx_box { padding: 15px 15px;}
	.zyx_box em { font-size: 12px;}
	.zyx_box h3 { font-size: 20px;}
	.zyx_box h4 { display: block;}
	.zyx_box h4 p { font-size: 14px; line-height: 22px; width: auto;}
	.zyx_box h4 p font { font-size: 16px;}
	.zyx_box h4 p a { height: 30px; line-height: 30px; font-size: 14px;}
	.zyx_box h4 span { margin-top: 20px; margin-left: 0px;}
	.zyx_box h4 span img { max-width: 100%;}
	.zyx_box h4 span:before { top: 22px;}
	.qk_list li { width: 50%;}
	.qk_list li div img { height: 245px;}
	.qk_list li div { height: 249px; margin: 5px 5px;}
	.qk_list li div dl dt { font-size: 14px;}
	.qk_list li div dl dd { font-size: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden;}
	.qkcx_box { padding: 15px 10px 20px;}
	.qkcx { padding-bottom: 30px;}
	.qkcx_box h3 a { font-size: 18px; margin: 0px 15px;}
	.qkcx_box>div a { font-size: 14px; margin: 5px 5px; width: calc(25% - 10px); border-width: 1px; line-height: 20px; padding: 5px 0px;}
	.team_bg { background-size: 160% 80%; background-position: center left;}
	.team_tit { padding: 10px 15px; width: 90%; margin-top: 0px;}
	.team_tit p { font-size: 12px; line-height: 20px;}
	.team_tit a { font-size: 16px; line-height: 34px;}
	.team_tit strong { font-size: 14px; line-height: 24px;}
	.team_ys ul li {padding: 20px 5px 10px;}
	.team_ys ul li img { max-width: 100%; height: 40px;}
	.team_ys ul li strong { font-size: 18px; line-height: 40px;}
	.team_ys ul li p { font-size: 12px; line-height: 20px;}
	.pj_text p { width: 100%; font-size: 14px; line-height: 20px;}
	.pj_text { height: auto; background-position: right center; background-size: cover;}
	.fbcs_list li { width: 100%; margin-right: 0px;}
	.fbcs_list li a img { width: 80px; margin-right: 10px;}
	.more a { font-size: 16px; line-height: 40px; margin: 20px auto;}
	.fwlc li img { max-width: 100%; height: 40px;}
	.fwlc li p { font-size: 12px;}
	.fwlc span img { height: 12px;}
	.footer .f_tit { display: block;}
	.footer .f_tit .f_tit_l { width: 100%;}
	.footer .f_tit .f_tit_r { margin: 15px 15px 0px; width: auto;}
	.foot_inner { font-size: 12px; line-height: 20px;}
	}
@media screen and (max-width:375px) {
	.ban_head h3 { padding-right: 15px;}
	.fw_bot li { height: 80px;}
	.fw_bot li a h3 { line-height: 18px;}
	.qk_list li div { height: 204px;}
	.qk_list li div img { height: 200px;}
	}
@media screen and (max-width:320px) {
	.ban_head { height: 330px;}
	.ban_head h2 { font-size: 16px;}
	.ban_head h3 { padding-right: 0px;}
	.ban_head h3 b { margin: 0px 5px;}
	.ban_head h3 span { width: 80px; height: 80px; font-size: 12px;}
	.ban_head h4 { font-size: 14px; margin-bottom: 0px;}
	.fwmx_box li a span { padding: 3px 0px; margin-top: 5px;}
	.fwmx_box li a h4 { font-size: 14px;}
	.fw_bot li a h3 { font-size: 12px;}
	.fw_bot li a { padding: 5px 5px;}
	.fw_bot li { margin: 2px 2px; width: calc(25% - 4px); height: 70px;}
	.zyx_box h3 { font-size: 18px;}
	.zyx_box h4 { margin-top: 10px;}
	.qk_list li div { height: 194px;}
	.qk_list li div img { height: 190px;}
	.qkcx_box h3 a { margin: 0px 5px;}
	.qkcx_box>div a { font-size: 12px; line-height: 16px; padding: 3px 0px; margin: 2px 3px; width: calc(25% - 6px);}
	.fwlc li img { height: 30px;}

	}




