@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;}
body {
	width: 100%;
	background: url(/spcall/ztscilc/body_bg.jpg) center top no-repeat;
	background-size: cover;
	position: relative;
	}
body:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 50px;
	background: #fff;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	}

	
/**/
.title { padding-top: 50px; text-align: center;}
.title label {
	font-size: 34px;
	line-height: 60px;
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 0px 80px;
	font-weight: bold;
	background: #505cc5;
	border-radius: 20px 20px 0px 0px;
	}
.title label:after {
	content:"";
	display: block;
	width: 105px;
    height: 60px;
    background: url(/spcall/ztscilc/tit2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -50px;
    bottom: -5px;
	}
.title label:before {
	content:"";
	display: block;
	width: 165px;
    height: 100px;
    background: url(/spcall/ztscilc/tit1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -100px;
    bottom: -15px;
	}
.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;}
.more a {
    font-size: 24px;
    line-height: 54px;
    color: #fff;
    border-radius: 54px;
    margin-top: 50px;
    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);
	}

/** banner **/


/***/
.head_logo {
	height: 50px;
	background: #fafafa;
	border-bottom: 1px solid #ccc;
	}
.head_logo .container {
	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_mag a{
	display: inline-block;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 48px;
	}

	
/****/
.gd_ban {
	width: 100%;
    height: 750px;
	text-align: center;
	}
.gd_ban h3 {
	font-size: 160px;
	color: #ffff00;
	font-weight: bold;
	padding: 80px 0px 50px;
	text-shadow: 0px 8px 0px #474ec4;
	}
.gd_ban h4 {
	font-size: 30px;
	color: #fff;
	background: #3b5ec3;
	padding: 15px 50px;
	border-radius: 40px;
	display: inline-block;
	}
.gd_ban a {
	font-size: 26px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    display: inline-block;
    border-radius: 56px;
    margin: 40px;
	border: 2px solid #f4c60c;
    background: linear-gradient(0deg, #f4930a 0%, #ffd014 100%);
	transition: all .3s linear;
	}
.gd_ban a:hover {
	transform:translateY(-5px);
	}
	
/*理由*/
.ly_box {
	background: #fefbf7;
	border-radius: 20px;
	padding: 50px 50px 40px 50px;
	}
.ly_box p {
	font-size: 20px;
    color: #131212;
    line-height: 38px;
	}
.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: #D9D919;
	padding: 25px 10px;
	color:#D9D919;
	text-decoration:none;
	}	
/**流程*/
.lc_fb {
	background: #fefbf7;
	border-radius: 20px;
	padding: 50px 40px 40px 40px;
	}
.lc_u1 {
	display: flex;
    justify-content: space-between;
	}
.lc_u1 li {
	font-size: 22px;
    line-height: 36px;
    text-align: center;
    margin: 10px 10px;
	width: calc(20% - 20px);
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(70,103,224,.25);
    border-radius: 15px;
    padding: 30px 0;
	}
.lc_fb h3 {
	display: block;
	text-align: center;
	font-size: 34px;
	color: #505cc5;
	font-weight:bold;
	padding: 30px 0px;
	}
.five_ys {
	background:url(/spcall/ztscilc/yinsu.png) center center no-repeat;
	}
.five_ys .ul_1 {
	display: flex;
    justify-content: flex-start;
	padding: 0px 200px 25px 80px;
	}
.five_ys .ul_1 li {
	margin: 0px 35px;
	width: calc(33.3334% - 70px);
	text-align: center;
	}
.five_ys .ul_1 li p {
	background: #4a4fc6;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	padding: 15px 20px;
	position: relative;
	margin-bottom: 20px;
	}
.five_ys .ul_1 li p:after {
	content:"";
	position: absolute;
	width:0;
	height:0;  
    line-height:0;  
    border-width:10px;  
    border-style:solid;  
    border-color: #4a4fc6 transparent transparent transparent;
	left: 50%;
	margin-left: -10px;
	bottom: -20px;
	}
.five_ys .ul_1 li i {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #4a4fc6;
	color: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
	border-radius: 30px;
	font-weight: bold;
	}
.five_ys .ul_2 {
	display: flex;
    justify-content: flex-start;
	padding: 25px 70px 0px 220px;
	}
.five_ys .ul_2 li {
	margin: 0px 35px;
	width: calc(33.3334% - 70px);
	text-align: center;
	}
.five_ys .ul_2 li p {
	background: #4a4fc6;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	padding: 15px 20px;
	position: relative;
	margin-top: 20px;
	}
.five_ys .ul_2 li p:after {
	content:"";
	position: absolute;
	width:0;
	height:0;  
    line-height:0;  
    border-width:10px;  
    border-style:solid;  
    border-color: transparent transparent #4a4fc6 transparent;
	left: 50%;
	margin-left: -10px;
	top: -20px;
	}
.five_ys .ul_2 li i {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #4a4fc6;
	color: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
	border-radius: 30px;
	font-weight: bold;
	}
	
/**文章***/
.main_box_list {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	}
.main_box_list li {
	width: 33.3334%;
	padding:0px 25px;
	background: url(/spcall/ztscilc/p_tb.png) left center no-repeat;
	}
.main_box_list li:nth-child(3n) { padding-right: 0px;}
.main_box_list li a {
	font-size: 16px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.main_box_list li p {
	color: #777;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
.main_box_list li span {
	padding-top: 5px; 
	color: #999;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	}
	
/**五大服务*/
.five_fw {
	background:url(/spcall/ztscilc/curve.png) center center no-repeat;
	}
.five_fw ul {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	margin: 0px -10px;
	}
.five_fw ul li {
	margin: 0px 40px;
	width: calc(33.3334% - 80px);
	text-align: center;
	}
.five_fw ul li p {
	background: #e10000;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	padding: 15px 20px;
	position: relative;
	margin-bottom: 100px;
	}
.five_fw ul li p:after {
	content:"";
	position: absolute;
	width:0;
	height:0;  
    line-height:0;  
    border-width:10px;  
    border-style:solid;  
    border-color: #e10000 transparent transparent transparent;
	left: 50%;
	margin-left: -10px;
	bottom: -20px;
	}
.five_fw ul li:nth-child(4) p, .five_fw ul li:nth-child(5) p { margin-bottom: 0px; margin-top: 90px;}
.five_fw ul li:nth-child(4) p:after, .five_fw ul li:nth-child(5) p:after { border-color: transparent transparent #e10000 transparent; top: -20px; bottom: 0px;}

	
/**sci审稿流程**/
.hmd_zt {
	display: flex;
	align-items: center;
    justify-content: space-between;
	margin: 100px 0px;
	position: relative;
	}
.hmd_zt h4 {
	position: relative;
	width: 115px;
	height: 115px;
	background: #0dcabd;
	box-shadow: 0px 0px 15px rgb(63,78,147,.5);
	border-radius: 50%;
	text-align: center;
	}
.hmd_zt h4 span{
	display: block;
	width: 100%;
	font-size: 15px;
	color: #fff;
	padding: 0px 10px;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	z-index: 5;
	}
.hmd_zt i {
	width: 20px;
	height: 10px;
	background: #fb7e21;
	position: relative;
	}

.hmd_zt i:before {
	content:"";
	position: absolute;
	display: inline-block;
	width:0;height:0;  
    line-height:0;  
    border-width:16px;  
    border-style:solid;  
    border-color: transparent transparent transparent #fb7e21;
	right: -28px;
	top: 50%;
	margin-top: -16px;
	z-index: 10;
	}
.hmd_zt h4:nth-child(9), .hmd_zt h4:nth-child(11) { background: #1286f2;}
.hmd_zt h4:nth-child(13), .hmd_zt h4:nth-child(15) { background: #5712f2;}
.hmd_zt b {
	position: absolute;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: #fb7e21;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	top: -108px;
	left: 14.5%;
	}
.hmd_zt em {
	position: absolute;
	font-size: 14px;
	}
.hmd_zt .em1{ top: -25px; left: 16%;}
.hmd_zt .em2{ top: 10px; left: 23%;}
.hmd_zt .p_1 {
	position: absolute;
	padding: 10px 20px;
	background: #0dcabd;
	border-radius: 30px;
	bottom: -130px;
	left: 19%;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	}
.hmd_zt .p_1:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 204px;
	height: 113px;
	background: url(/spcall/ztscilc/jt_1.png) 0 0 no-repeat;
	background-size: contain;
	left: -180px;
	bottom: 5px;
	}
.hmd_zt .p_1:before {
	content:"";
	position: absolute;
	display: inline-block;
	width: 204px;
	height: 113px;
	background: url(/spcall/ztscilc/jt_1.png) 0 0 no-repeat;
	background-size: contain;
	right: -180px;
	bottom: 5px;
	transform: rotateY(180deg);
	}
.hmd_zt .p_2 {
	position: absolute;
	padding: 10px 20px;
	background: #1286f2;
	border-radius: 30px;
	bottom: -105px;
	left: 57%;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	}
.hmd_zt .p_2:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 81px;
	height: 88px;
	background: url(/spcall/ztscilc/jt_2.png) 0 0 no-repeat;
	background-size: contain;
	left: -90px;
	bottom: 12px;
	}
.hmd_zt .p_2:before {
	content:"";
	position: absolute;
	display: inline-block;
	width: 81px;
	height: 88px;
	background: url(/spcall/ztscilc/jt_2.png) 0 0 no-repeat;
	background-size: contain;
	right: -90px;
	bottom: 12px;
	transform: rotateY(180deg);
	}
.hmd_zt .p_3 {
	position: absolute;
	padding: 10px 20px;
	background: #5712f2;
	border-radius: 30px;
	bottom: -80px;
	right: 6%;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	}
.hmd_zt .p_3:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 75px;
	height: 81px;
	background: url(/spcall/ztscilc/jt_3.png) 0 0 no-repeat;
	background-size: contain;
	left: -80px;
	bottom: 15px;
	}
.hmd_zt .p_3:before {
	content:"";
	position: absolute;
	display: inline-block;
	width: 75px;
	height: 81px;
	background: url(/spcall/ztscilc/jt_3.png) 0 0 no-repeat;
	background-size: contain;
	right: -80px;
	bottom: 15px;
	transform: rotateY(180deg);
	}

/*价格*/
.jg_box {
	height: 230px;
	background: url(/spcall/ztscilc/jg_bg.jpg) center center no-repeat;
	text-align: center;
	}
.jg_box strong {
	display: inline-block;
	padding: 10px 20px;
	background: #003488;
	font-size: 16px;
	color: #fff;
	}
.jg_box h3 { padding: 30px 0px;}
.jg_box h3 span{
	font-size: 55px;
	display: inline-block;
	font-weight: bold;
	padding: 0px 10px;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}
.jg_box h3 span:nth-child(1) {background-image: -webkit-linear-gradient(90deg, #2757ba, #001d55, #2757ba);}
.jg_box h3 span:nth-child(2) {background-image: -webkit-linear-gradient(90deg, #ff9803, #fe7600, #ff9803);}
.jg_box a {
	display: inline-block;
	padding: 10px 50px;
	background: linear-gradient(90deg, #ff9803, #fe7600, #ff9803);
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
	}
	
/*评价反馈*/
.pjfk_box {
    background: #fefbf7;
    border-radius: 20px;
    padding: 50px 50px 40px 50px;
	}
.pjfk li{
	padding: 25px 20px;
    border: 2px solid #4667e0;
    border-radius: 15px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 15px 0px rgb(70 103 224 / 23%);
	}
.pjfk li:last-child { margin-bottom: 0px;}
.pjfk li h4 {
	font-size: 22px;
    line-height: 50px;
    color: #fff;
    padding: 0 20px 0 0;
    background: linear-gradient(30deg, #4d5bcc 0%, #3a3a9f 100%);
    border-radius: 0 50px 50px 0;
    display: inline-block;
	}
.pjfk li h4 span{
	text-align: center; 
	background: #fb4c36; 
	width: 50px; 
	height: 50px; 
	display: inline-block; 
	margin-right: 15px;
	}
.pjfk li p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
	}
	
/*联系*/
.lxwm_box {
    background: #fefbf7;
    border-radius: 20px;
    padding: 50px 50px 40px 50px;
	display: flex;
	justify-content: center;
	}
.lxwm_txt { width: 600px;}
.lxwm_txt strong{
	display: block;
	font-size: 26px;
	margin-bottom: 20px;
	}
.lxwm_txt a {
	display: inline-block;
	margin-right: 50px;
	background: linear-gradient(30deg, #ff575a 0%, #4043be 100%);
    box-shadow: 0px 3px 7px 0px rgb(22,62,239,.5);
    color: #fff;
	font-size: 20px;
	line-height: 50px;
	border-radius: 30px;
	padding: 0px 20px;
	margin-bottom: 20px;
	}
.lxwm_txt a:hover {background: linear-gradient(30deg, #ff4862 0%, #ff933b 100%);}
.lxwm_img { text-align: center;}
.lxwm_img span{
	width: 150px;
	height: 150px;
	background: #fff;
	padding: 5px;
	box-shadow: 0px 3px 7px 0px rgb(22,62,239,.3);
	display: inline-block;
	}
.lxwm_img span img {
	max-width: 100%;
	max-height: 100%;
	}
.lxwm_img p {
	display: block;
	font-size: 14px;
	line-height: 40px;
	}

.sp_bd_form{
	background: #fefbf7;
    border-radius: 20px;
    padding: 50px 50px 40px 50px;
	}
.sp_bd_tit {padding: 0px 0px 15px 10px;}
.sp_bd_tit h3 { font-size: 26px; display: inline-block; font-weight: bold;}
.sp_bd_tit p { font-size: 14px; line-height: 26px; display: inline-block; color: #000;}
.sp_bd_form form input {
	line-height: 34px;
	width: 26%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin: 0px 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 26%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form button {
	height: 36px;
	line-height: 36px;
	background: linear-gradient(30deg, #ffa200 0%, #ffc90d 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 30px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}

/**/
.footer {
	width: 100%;
	background: #fff;
	margin-top: 30px;
	}
.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: #777;
	padding: 20px 0px;
	}

	


@media screen and (max-width:640px) {
	body { max-width: 415px;  background:#a897ff url(../images/body_bg.jpg) center top no-repeat; background-size: auto 55%;}
	.container { width: 100%;}
	.head_logo { height: 30px;}
	.head_logo .hd_logo a img { height: 20px;}
	.head_logo .head_mag a { line-height: 30px; font-size: 12px; padding: 0px 5px;}
	.gd_ban h3 { font-size: 50px; padding: 10px 0px; text-shadow: 0px 4px 0px #474ec4;}
	.gd_ban h4 { font-size: 14px; padding: 10px 15px;}
	.gd_ban a { font-size: 18px; line-height: 40px; padding: 0px 30px; margin: 15px 0px;}
	.gd_ban { height: 235px;}
	
	.title { padding-top: 20px;}
	.title label { font-size: 20px; line-height: 40px; padding: 0px 50px;}
	.title label:before { width: 83px; height: 50px; left: -33px; bottom: -8px;}
	.title label:after { width: 70px; height: 40px; right: -28px; bottom: 0px;}
	.more a { font-size: 16px; line-height: 40px; margin-top: 20px;}
	
	.ly_box { margin: 0px 5px; border-radius: 10px; padding: 15px 15px 10px 15px;}
	.ly_box p { font-size: 14px; line-height: 24px;}
	
	.lc_fb {margin: 0px 5px; border-radius: 10px; padding: 15px 5px 25px 5px;}
	.lc_u1 li { margin: 10px 3px; width: calc(20% - 6px); border-radius: 4px; padding: 8px 5px 5px; font-size: 12px; line-height: 18px; box-shadow: 0px 0px 8px 0px rgb(70,103,224,.25);}
	.lc_u1 li img { max-width: 100%; height: 30px;}
	.lc_fb h3 { font-size: 18px; padding: 15px 0px;}
	
	.five_ys { background-size: contain;}
	.five_ys .ul_1 { padding: 0px 70px 10px 15px;}
	.five_ys .ul_1 li {margin: 0px 5px; width: calc(33.3334% - 10px);}
	.five_ys .ul_1 li p { font-size: 12px; line-height: 18px; padding: 5px 6px; margin-bottom: 12px;}
	.five_ys .ul_2 { padding: 7px 15px 15px 70px;}
	.five_ys .ul_2 li {margin: 0px 5px; width: calc(33.3334% - 10px);}
	.five_ys .ul_2 li p { font-size: 12px; line-height: 18px; padding: 5px 6px; margin-top: 12px;}
	.five_ys .ul_1 li i, .five_ys .ul_2 li i { width: 22px; height: 22px; font-size: 12px; line-height: 22px;}
	
	.main_box_list li { width: 100%; padding-right: 0px;}
	.main_box_list li a { font-size: 14px; line-height: 30px;}
	
	.five_fw { background-size: contain;}
	.five_fw ul { margin: 0px 0px;}
	.five_fw ul li { margin: 0px 5px; width: calc(33.3334% - 10px);}
	.five_fw ul li:nth-child(4), .five_fw ul li:nth-child(5){ width: 44%;}
	.five_fw ul li p { font-size: 14px; padding: 5px 5px; border-radius: 4px; margin-bottom: 0px;}
	
	.hmd_zt {flex-wrap: wrap; margin: 75px 0px 0px;}
	.hmd_zt h4 { width: 80px; height: 80px; margin-bottom: 50px;}
	.hmd_zt h4 span { font-size: 12px; padding: 0px 5px;}
	.hmd_zt i { width: 10px; height: 4px; margin-top: -50px;}
	.hmd_zt i:before { border-width: 8px; right: -14px; margin-top: -8px;}
	.hmd_zt b { width: 50px; height: 50px; line-height: 50px; font-size: 14px; left: 28.5%; top: -75px;}
	.hmd_zt em { font-size: 12px;}
	.hmd_zt .em1 { left: 29%;}
	.hmd_zt .em2 { left: 45%;}
	.hmd_zt .p_1 { bottom: 140px; font-size: 14px; padding: 5px 15px; left: 33%;}
	.hmd_zt .p_1:after { width: 77px; height: 50px; left: -80px;}
	.hmd_zt .p_1:before {width: 77px; height: 50px; right: -80px;}
	.hmd_zt .p_2 { font-size: 14px; padding: 5px 15px; bottom: 0px; left: 12%;}
	.hmd_zt .p_2:after, .hmd_zt .p_3:after { width: 46px; height: 50px; left: -50px;}
	.hmd_zt .p_2:before, .hmd_zt .p_3:before {width: 46px; height: 50px; right: -50px;}
	.hmd_zt .p_3 { font-size: 14px; padding: 5px 15px; bottom: 0px; right: 12%;}
	
	.jg_box { background-size: contain; height: 105px;}
	.jg_box strong { font-size: 12px; padding: 5px 10px;}
	.jg_box h3 { padding: 10px 0px;}
	.jg_box h3 span { font-size: 20px;}
	.jg_box a { font-size: 14px; padding: 5px 15px;}
	
	.pjfk_box {margin: 0px 5px; border-radius: 10px; padding: 15px 15px 10px 15px;}
	.pjfk li { padding: 10px 10px; margin-bottom: 10px;}
	.pjfk li h4 { font-size: 16px; line-height: 40px;}
	.pjfk li h4 span { width: 40px; height: 40px;}
	.pjfk li p { font-size: 14px; line-height: 20px; margin-top: 5px;}
	
	.lxwm_box {margin: 0px 5px; border-radius: 10px; padding: 15px 15px 10px 15px;}
	.lxwm_txt strong { font-size: 20px;}
	.lxwm_txt { width: 50%;}
	.lxwm_txt a { font-size: 14px; line-height: 30px; margin-bottom: 10px; padding: 0px 10px; margin-right: 10px;}
	.lxwm_img p { line-height: inherit; padding-top: 10px;}
	
	.sp_bd_tit h3 { font-size: 20px;}
	.sp_bd_form {margin: 0px 5px; border-radius: 10px; padding: 15px 15px;}
	.sp_bd_form form input { width: 45%;}
	 .sp_bd_form select { width: 45%; margin-bottom: 10px;}
	
	.footer { padding: 0px 15px;}
	.foot_inner { font-size: 12px; line-height: 18px;}

	}
@media screen and (max-width:375px) {
	.gd_ban h4 { font-size: 12px;}
	.gd_ban a { font-size: 16px; line-height: 30px;}
	.hmd_zt h4 { width: 75px; height: 75px;}
	.hmd_zt i { width: 6px;}
	.hmd_zt i:before { border-width: 4px; right: -6px; margin-top: -4px;}
	.hmd_zt .em1 { left: 30%;}
	.jg_box h3 span { padding: 0px 5px;}
	.ly_box, .pjfk_box { padding: 10px 10px;}
	.hmd_zt .p_2:before, .hmd_zt .p_3:before { width: 37px; height: 40px; right: -40px;}
	.hmd_zt .p_2:after, .hmd_zt .p_3:after { width: 37px; height: 40px; left: -40px;}
	.title label { font-size: 16px;}
	
	}
@media screen and (max-width:320px) {
	body {background-size: auto 45%;}
	.gd_ban { height: 200px;}
	.gd_ban h4 { padding: 5px 5px;}
	.five_ys .ul_1 {padding: 0px 35px 10px 5px;}
	.five_ys .ul_2 {padding: 7px 5px 10px 35px;}
	.hmd_zt b { left: 38.5%;}
	.hmd_zt .em1 { left: 40%; top: -22px;}
	.hmd_zt .em2 { left: 60%;}
	.hmd_zt .p_1 { bottom: auto; top: 90px; left: 30%;}
	.hmd_zt .p_2 { bottom: 130px; left: 48%;}
	.hmd_zt .p_3 { right: 35%;}
	.hmd_zt { justify-content: center;}
	.hmd_zt i { width: 10px; height: 4px; margin: -50px 5px 0px;}
	.hmd_zt i:before { border-width: 8px; right: -14px; margin-top: -8px;}
	.lxwm_img span { width: 100px; height: 100px;}
	.lxwm_txt { width: 90%;}
	.title label { font-size: 14px;}
	}


