@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;}
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:#ff5807;}
.spc_cont { width: 1200px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}
.p30 { padding-bottom: 30px;}


.ban_top {
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: fixed;
	z-index: 1000;
	padding: 0px 50px;
	background: #fff; 
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
	}
.ban_top .ban_top_nav {
	max-width: 1170px;
    display: flex;
    justify-content: space-between;
	margin: 0px auto;
	}
.ban_top .logo {
	width: 135px;
	height: 70px;
	line-height: 70px;
	background: url(/pd/ssci/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_r{ flex: 1;}
.ban_nav {
	margin-left: 20px;
	display: flex;
	justify-content: space-around;
	padding-top: 10px;
	}
.ban_nav li {
	text-align: center;
	position: relative;
	padding: 0px 15px;
	}
.ban_nav li:hover dl { display: block;}
.ban_nav li dl {
	width: 100%;
	display: none;
	background: #fff;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 5px 10px rgb(0,0,0,.1);
	position: absolute;
	left: 0px;
	top: 50px;
	padding-top: 8px;
	}
.ban_nav li:hover .dir {color: #f78a2f;}
.ban_nav li:hover dd a:hover {background: rgb(247, 138, 47, .08); border-bottom: none; }
.ban_nav li a {
	display: block;
	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:#ccc;
	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(/pd/ssci/search2.png) center center no-repeat;
	border:1px solid #ccc;
	border-left: none;
	border-radius: 0px 30px 30px 0px;
	}	
/**/
.spc_tit {
	text-align: center;
	padding: 70px 0px;
	}
.spc_tit label {
	font-size: 36px;
	display: block;
	position: relative;
	font-weight: bold;
	}
.spc_tit label:after {
	content:"——";
	position: absolute;
	display: inline-block;
	font-size: 30px;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	}
.spc_tit label font { color: #145fbc;}
.spc_tit label span { color: #fff;}
.spc_tit p {
	font-size: 16px;
	color: #777;
	}

.sp_more { text-align: center;}
.sp_more a {
	display: inline-block;
	font-size: 18px;
	color: #0864c1;
	border: 1px solid #0864c1;
	border-radius: 4px;
	padding: 0px 50px;
	line-height: 50px;
	margin: 30px auto;
	}
.sp_more a:hover { background: #0864c1; box-shadow: 0px 0px 20px rgba(0,0,0,.3); color: #fff; text-decoration: none;}
.sp_more a:nth-child(2) { background: #ff5807;}
/** banner **/


.sci_ban {
	width: 100%;
	background: url(/pd/ssci/banner1.jpg) center center no-repeat;
	padding: 160px 0px;
	}

.sci_ban .ban_title { padding: 0px 15px;}
.sci_ban .ban_title h3 {
	color: #fff600;
	font-size: 80px;
	text-shadow: 5px 6px 0px #032085;
	}
.sci_ban .ban_title h4 {
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	padding: 15px 0px;
	}
.sci_ban .ban_title p {
	color: #fff;
	margin: 20px 0px;
	}
.sci_ban .ban_title p a {
	display: inline-block;
	margin: 5px 5px;
	background: #14c7ff;
	border-radius: 10px;
	line-height: 50px;
	padding: 0px 50px;
	font-size: 24px;
	color: #fff;
	}
.sci_ban .ban_title p a:hover {
	color: #fff;
	background: #ff5807;
	box-shadow: 0px 0px 20px rgb(255,88,7,.2);
	}

.y_box {
	height: 440px;
	background: url(/pd/ssci/ys_img.png) center center no-repeat;
	margin: 110px 0px 50px;
	position: relative;
	}
.y_box .y_01 {
	position: absolute;
	width: 200px;
	top: -115px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	}
.y_box .y_01 strong { font-size: 20px; color: #2e3641; display: block; margin-bottom: 10px;}
.y_box .y_01 i {
	width: 90px;
	height: 90px;
	background: url(/pd/ssci/ys-size.png) center 0px no-repeat;
	display: inline-block;
	}
.y_box .y_01 p {font-size: 16px; line-height: 24px; margin-bottom: 10px;}
.y_tit {width: 474px; margin-top: 35px;}
.y_l { width: 320px;}
.y_l:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.y_l i {
	width: 90px;
	height: 90px;
	display: inline-block;
	float: right;
	}
.y_l strong, .y_l p { width: 220px;}
.y_l strong { font-size: 20px; text-align: right; color: #2e3641; display: inline-block; margin-bottom: 10px;}
.y_l p { font-size: 16px; line-height: 24px;}
.i_1 { margin-left: 154px;}
.i_2 { margin-left: 50px; margin-top: 25px;}
.i_3 {margin-top: 55px;}
.i_1 i{ background: url(/pd/ssci/ys-size.png) center -273px no-repeat;}
.i_2 i{ background: url(/pd/ssci/ys-size.png) center -182px no-repeat;}
.i_3 i{ background: url(/pd/ssci/ys-size.png) center -91px no-repeat;}
.y_r { width: 350px;}
.y_r:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.y_r i {
	width: 90px;
	height: 90px;
	display: inline-block;
	float: left;
	}
.y_r strong { width: 220px;}
.y_r strong { font-size: 20px; text-align: left; color: #2e3641; display: inline-block; margin-bottom: 10px;}
.y_r p { font-size: 16px; line-height: 24px; color: #333;}
.i_4 { margin-left: 10px;}
.i_4 p { width: 250px;}
.i_5 { margin-left: 105px; margin-top: 25px;}
.i_5 p { width: 250px;}
.i_6 { margin-left: 150px; margin-top: 55px;}
.i_6 p { width: 220px;}
.i_4 i{ background: url(/pd/ssci/ys-size.png) center -364px no-repeat;}
.i_5 i{ background: url(/pd/ssci/ys-size.png) center -455px no-repeat;}
.i_6 i{ background: url(/pd/ssci/ys-size.png) center bottom no-repeat; margin-right: 10px;}


/*************/
.general {
	width: 1170px;
	margin: 20px auto 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	}
.general h5 {
	font-size: 36px;
	display: block;
	margin: 0px 0px;
	font-weight: normal;
	color:white;
	}
.general span img {
	max-width: 100%;
	height: 130px;
	}
/************/

/***论文困扰***/
.kr_box {
	background: url(/pd/ssci/kr_img.png) 25% center no-repeat;
	background-size: contain;
	padding-left: 600px;
	margin-bottom: 50px;
	display: table;
	}
.kr_box p {
	display: block;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	margin: 20px 0px;
	}
.kr_box p i {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	display: inline-block;
	background: #866d76;
	text-align: center;
	font-size: 30px;
	margin-right: 20px;
	}
.kr_box p span {
	display: inline-block;
	background: #866d76;
	border-radius: 30px;
	padding: 0px 50px;
	}
.kr_box p:nth-child(2) { margin-left: 50px;}
.kr_box p:nth-child(2) i, .kr_box p:nth-child(2) span { background: #fccc4d;}
.kr_box p:nth-child(3) { margin-left: 100px;}
.kr_box p:nth-child(3) i, .kr_box p:nth-child(3) span { background: #fc6b51;}
.kr_box p:nth-child(4) { margin-left: 100px;}
.kr_box p:nth-child(4) i, .kr_box p:nth-child(4) span { background: #43c7e0;}
.kr_box p:nth-child(5) { margin-left: 50px;}
.kr_box p:nth-child(5) i, .kr_box p:nth-child(5) span { background: #a9ce5b;}
.kr_box p:nth-child(6) i, .kr_box p:nth-child(6) span { background: #9471af;}

/**服务项目**/
.sever_bg {
	background: url(/pd/ssci/fwxm_bg.jpg) center center no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	}
.sever_bg .spc_tit label { color: #fff;}
.sever_bg .sp_more a { border-color: #fff; color: #fff;}
.sever_bg .sp_more a:hover { background: #fff; color: #0864c1;}
.sever ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.sever li {
	margin: 0px 10px 30px;
    width: calc(25% - 20px);
    font-size: 20px;
    color: #666;
    text-align: center;
	}
.sever li i {
	width: 36px;
	height: 36px;
	display: inline-block;
	}
.sever li:nth-child(1) i { background: url(/pd/ssci/icon.png) 0 0 no-repeat;}
.sever li:nth-child(2) i { background: url(/pd/ssci/icon.png) -47px 0 no-repeat;}
.sever li:nth-child(3) i { background: url(/pd/ssci/icon.png) -100px 0 no-repeat;}
.sever li:nth-child(4) i { background: url(/pd/ssci/icon.png) -150px 0 no-repeat;}
.sever li:nth-child(5) i { background: url(/pd/ssci/icon.png) -197px 0 no-repeat;}
.sever li:nth-child(6) i { background: url(/pd/ssci/icon.png) -245px 0 no-repeat;}
.sever li:nth-child(7) i { background: url(/pd/ssci/icon.png) -293px 0 no-repeat;}
.sever li:nth-child(8) i { background: url(/pd/ssci/icon.png) -343px 0 no-repeat;}
.sever li strong {
	display: block;
	line-height: 50px;
	}
.sever li p {
	font-size: 16px;
	line-height: 26px;
	}
.sever li span {
	font-size: 18px;
	margin-top: 15px;
	display: inline-block;
	}
.sever li a {
	display: block;
	padding: 20px 10px;
	border-radius: 10px;
	color:#fff;
	background: rgb(255,255,255,.3);
	border: 1px solid rgb(255,255,255,.4);
	transition: all ease .3s;
	box-shadow: 0px 0px 25px rgb(255,255,255,.4);
	}
.sever li a:hover {
	color:#fff;
	background:#ee7400;
	}
	
/**服务优势**/
.sci_ys {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
	}
.sci_ys li {
	width: 33.3%;
	height: 240px;
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	}
.sci_ys li img {
	width: 100%;
    height: 100%;
	transform:scale(1.0);
	transition:all 1s ease 0s;
	}
.sci_ys li:hover img {
	transform:scale(1.3);
	transition:all 1s ease 0s;
	}
.sci_ys li div {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
	}
.sci_ys li:nth-child(1) div {background-color: rgba(99, 56, 105, 0.8);}
.sci_ys li:nth-child(2) div {background-color: rgba(245, 166, 35, 0.8);}
.sci_ys li:nth-child(3) div {background-color: rgba(74, 144, 226, 0.8);}
.sci_ys li:nth-child(4) div {background-color: rgba(0, 171, 189, 0.8);}
.sci_ys li:nth-child(5) div {background-color: rgba(151, 185, 67, 0.8);}
.sci_ys li:nth-child(6) div {background-color: rgba(245, 166, 35, 0.8);}

.sci_ys li div dl {
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    color: #fff;
    overflow: hidden;
	}
.sci_ys li div dl dt { font-size: 24px;}
.sci_ys li div dl a {
	width: 150px;
    height: 45px;
    border: solid 1px #ffffff;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    margin: 25px auto 0;
	}
.sci_ys li div dl a:hover {
	border:0;
	background:#fff;
	color:#633869;
	}
.sci_ys li:hover div dl {
	bottom:30px;
	transition:all 0.5s ease-in;
	}

.sp_f8 { background: #f5f5f5; padding-bottom: 50px;}
/**文章**/
.sp_new {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 30px;
	}
.sp_new li {
	margin: 10px 10px;
	width: calc(33.3334% - 20px);
	}
.sp_new li a {
	display: block;
	height: 100%;
	}
.sp_new li h4 {
	font-size: 16px;
	line-height: 40px;
	}
.sp_new li p {
	font-size: 13px;
	line-height: 24px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #777;
	}
.sp_new li span {
	color: #ff5807;
	border: 1px solid #ff5807;
	display: inline-block;
	line-height: 30px;
	padding: 0px 20px;
	margin-top: 5px;
	border-radius: 5px;
	}
.sp_new li:hover span {
	background: #ff5807;
	color: #fff;
	}

/**服务领域**/
.lylist{}
.lylist ul{
	overflow:hidden;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
.lylist li{
	transition: all 0.3s ease-in-out; 
	width:12.5%; 
	text-align:center; 
	padding:10px 0
	}
.lylist li:hover{transform: scale(1.1);}
.lylist li:hover p{
	font-weight: bold;
	color: #3b8bc6;
	}
.lylist li img{ border-radius:25px; display:inline-block; margin-bottom:5px}
.lylist li p{ font-size:14px;color: #333;}

/***/
.main_lc {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 30px 0px;
	}
.main_lc:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 0px;
	border-top: 1px dashed #ddd;
	left: 0px;
	top: 40%;
	}
.main_lc li {
	width: 15%;
	display: block;
	text-align: center;
	background: #eff9ff;
	border: 1px solid #00a4ff;
	padding-top: 20px;
	z-index: 2;
	position: relative;
	}
.main_lc li:after {
	content:"▶";
	position: absolute;
	display: inline-block;
	font-size: 24px;
	right: -29%;
	top: 31%;
	color: #999;
	}
.main_lc li:last-child::after { display: none;}
.main_lc li p {
	display: block;
	background: #fff;
	font-size: 18px;
	line-height: 50px;
	margin-top: 20px;
	}



/**/
.sp_footer {
	width: 100%;
	padding-bottom: 20px;
	background: #222;
	margin-bottom: 70px;
	}
.sp_footer .sp_foot_nav {
	display: block;
	text-align: center;
	padding: 20px 0px;
	}
.sp_footer .sp_foot_nav a {
	display: inline-block;
	line-height: 15px;
	padding: 0px 5px;
	border-right: 1px solid #aaa;
	color: #aaa;
	}
.sp_footer .sp_foot_nav a:hover { color: #fff;}
.sp_footer .sp_foot_nav a:last-child { border-right: none;}

.sp_foot_inner {
	line-height: 30px;
	color: #aaa;
	text-align: center;
	}
.sp_foot_inner a { color: #fff;}

/**频道表单
.sp_bd_bg {
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background: #333;
	padding: 5px 0px;
	}
.sp_bd_form{
	width: 80%;
	margin: 0px auto;
	text-align: center;
	display: block;
	}
.sp_bd_form h3 {
	font-size: 20px;
	color: #333;
	display: inline-block;
	font-weight: normal;
	float: left;
	height: 80px;
	position: relative;
	}
.sp_bd_form h3:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(/pd/ssci/sp_bd_zx.png) 0px 0px no-repeat;
	background-size: contain;
	border-radius: 50%;
	border: 5px solid #7b89f2;
	left: 0px;
	top: 0px;
	}
.sp_bd_form h3 span {
	display: block;
	line-height: 58px;
	background: #7b89f2;
	color: #fff;
	border-radius: 50px;
	margin-top: 11px;
	padding: 0px 25px 0px 90px;
	}
.sp_bd_form form { padding-top: 10px;}
.sp_bd_form form input {
	line-height: 40px;
	width: 18%;
	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 10px;
	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: 18%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form button {
	height: 42px;
	line-height: 42px;
	background: #c8203e;
	box-shadow: 0px 0px 20px rgb(200,32,62,.2);
	color: #fff;
	font-size: 20px;
	padding: 0px 30px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}***/
	/**底部表单***/
.sp_bd_bg {
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	background: #333;
	padding: 5px 0px;
	}
.sp_bd_form{
	width: 80%;
	margin: 0px auto;
	text-align: center;
	display: block;
	}
.sp_bd_form h3 {
	font-size: 20px;
	color: #333;
	display: inline-block;
	font-weight: normal;
	float: left;
	height: 80px;
	position: relative;
	}
.sp_bd_form h3:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(/pd/ei/sp_bd_zx.png) 0px 0px no-repeat;
	background-size: contain;
	border-radius: 50%;
	border: 5px solid #7b89f2;
	left: 0px;
	top: 0px;
	}
.sp_bd_form h3 span {
	display: block;
	font-size: 18px;
	background: #7b89f2;
	color: #00008b;
	border-radius: 50px;
	margin-top: 11px;
	padding: 8px 25px 8px 90px;
	}
.sp_bd_form h3 span font {
	display: block;
	font-size:14px;
	color: #ff0;
}
.sp_bd_form form { padding-top: 20px;}
.sp_bd_form form input {
	line-height: 40px;
	width: 15%;
	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 10px;
	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: 18%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form button {
	height: 42px;
	line-height: 42px;
	background: #c8203e;
	box-shadow: 0px 0px 20px rgb(200,32,62,.2);
	color: #fff;
	font-size: 20px;
	padding: 0px 30px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}


.wap_nav {
	transform: scale3d(1, 1, 1);
	background: #fff;
	position: fixed;
	width: 100%;
	max-width: 415px;
	box-shadow: 0px 5px 10px rgb(0,0,0,.1);
	z-index: 99;
	display: none;
	}
.wap_nav ul {
	display: flex;
	justify-content: space-around;
	}
.wap_nav ul li {
	display: inline-block;
	position: relative;
	}
.wap_nav ul li a {
	display: block;
	line-height: 24px;
	padding: 10px 5px;
	position: relative;
	font-size: 12px;
	}
.wap_nav ul li:hover dl { display: block;}
.wap_nav ul li dl {
	position: absolute;
	display: none;
	left: 0px;
	top: 44px;
	z-index: 999;
	background: #fff;
	width: 100%;
	text-align: center;
	}
.wap_nav ul li dl dd a { display: block; padding: 3px 2px!important;}

	
@media screen and (max-width:640px) {
	body { max-width: 415px; width: 100%; margin: 0px auto;}
	.wap_nav { display: block;}
	.spc_cont { width: 100%;}
	.ban_top { display: none;}
	.sci_ban { background-size: cover; padding: 60px 0px 20px;}
	.sci_ban .ban_title h3 { font-size: 36px;}
	.sci_ban .ban_title h4 { font-size: 20px; padding: 5px 0px;}
	.sci_ban .ban_title p { margin: 0px auto;}
	.sci_ban .ban_title p a { padding: 0px 15px; line-height: 28px; font-size: 12px;}
	.spc_tit { padding: 20px 0px; margin-bottom: 20px;}
	.spc_tit label { font-size: 18px;}
	.spc_tit p { font-size: 12px;}
	.y_box { background-size: 40%; height: 130px; margin: 30px 0px 10px;}
	.y_tit { width: 40%; margin-top: 20px;}
	.y_l, .y_r { width: auto;}
	.y_l strong, .y_l p, .y_r strong, .y_r p { width: 100px;}
	.i_1 { margin-left: 20px; }
	.i_2 { margin-left: 0px; margin-top: 5px; padding-right: 20px;}
	.i_3 { margin-top: 10px; padding-right: 30px;}
	.i_4 { margin-left: 0px; padding-right: 20px;}
	.i_5 { margin-left: 0px; margin-top: 5px; padding-left: 20px;}
	.i_6 { margin-left: 30px; margin-top: 10px;}
	.y_l strong, .y_r strong { font-size: 14px; margin-bottom: 0px;}
	.y_l p, .y_r p { display: none;}
	.y_l i, .y_r i { width: 24px; height: 24px; border-radius: 20px; line-height: 24px; background: #2e3641; color: #3388ff; position: relative;}
	.i_1 i:after { content:"04"; display: block; position: absolute; font-size: 12px; color: #fff; left: 5px; top: 0px;}
	.i_2 i:after { content:"03"; display: block; position: absolute; font-size: 12px; color: #fff; left: 5px; top: 0px;}
	.i_3 i:after { content:"02"; display: block; position: absolute; font-size: 12px; color: #fff; left: 5px; top: 0px;}
	.i_4 i:after { content:"05"; display: block; position: absolute; font-size: 12px; color: #fff; left: 5px; top: 0px;}
	.i_5 i:after { content:"06"; display: block; position: absolute; font-size: 12px; color: #fff; left: 5px; top: 0px;}
	.i_6 i:after { content:"07"; display: block; position: absolute; font-size: 12px; color: #fff; left: 5px; top: 0px;}
	.y_box .y_01 { top: -18px;}
	.y_box .y_01 strong { font-size: 14px; margin-bottom: 0px;}
	.y_box .y_01 p { display: none;}
	.y_box .y_01 i {width: 24px; height: 24px; border-radius: 20px; line-height: 24px; background: #2e3641; color: #3388ff; position: relative;}
	.y_box .y_01 i:after { content:"01"; display: block; position: absolute; font-size: 12px; color: #fff; left: 5px; top: 0px;}
	.kr_box { background-size: auto 80%; background-position: 15% center; padding-left: 150px; margin-bottom: 0px;}
	.kr_box p { line-height: 30px; font-size: 14px; margin: 5px 0px;}
	.kr_box p i { width: 30px; height: 30px; font-size: 16px; margin-right: 5px;}
	.kr_box p span { padding: 0px 15px;}
	.kr_box p:nth-child(2), .kr_box p:nth-child(5) { margin-left: 30px;}
	.kr_box p:nth-child(3), .kr_box p:nth-child(4) { margin-left: 50px;}
	.sp_more a { line-height: 40px; font-size: 16px; padding: 0px 30px;}
	.sever_bg { padding-bottom: 0px;}
	.sever li {margin: 0px 3px 5px; width: calc(25% - 6px);}
	.sever li a { padding: 10px 5px; box-shadow: 0px 0px 5px rgb(255,255,255,.4);}
	.sever li strong { font-size: 14px; line-height: 30px;}
	.sever li p { font-size: 12px; line-height: 16px; padding: 0px 5px;}
	.sever li span { font-size: 14px; margin-top: 5px;}
	.sci_ys { margin-bottom: 30px;}
	.sci_ys li { height: 165px;}
	.sci_ys li div dl { width: 96%; margin-left: 0px; left: 2%; bottom: -26px;}
	.sci_ys li:hover div dl { bottom: 10px;}
	.sci_ys li div dl dt { font-size: 18px;}
	.sci_ys li div dl dd { font-size: 12px;}
	.sci_ys li div dl a { width: auto; margin: 5px auto 0px; height: 24px; line-height: 24px; font-size: 12px;}
	.sp_f8 { padding-bottom: 0px;}
	.sp_new { padding-bottom: 0px;}
	.sp_new li {width: calc(100% - 10px); margin: 2px 5px;}
	.sp_new li a { padding: 0px 10px;}
	.sp_new li h4 { font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 30px;}
	.sp_new li p { font-size: 12px; line-height: 18px;}
	.sp_new li span { font-size: 12px; line-height: 24px; }
	.main_lc { margin: 30px 0px 0px;}
	.main_lc li { width: 18%; padding-top: 10px;}
	.main_lc li img { max-width: 100%; height: 40px;}
	.main_lc li p { font-size: 12px; margin-top: 10px; line-height: normal; padding: 5px 10px;}
	.main_lc li:after { font-size: 12px; right: -16%;}
	.p30 { padding-bottom: 0px;}
	.lylist { padding-bottom: 0px;}
	.lylist ul { padding: 0px 0px;}
	.lylist li { width: 20%; padding: 0px 0px 10px;}
	.lylist li p { font-size: 12px;}
	.lylist li img { max-width: 80%; border-radius: 10px;}
	
	.sp_footer { margin-bottom: 90px;}
	.sp_foot_inner { line-height: 18px; font-size: 12px; padding: 0px 10px;}
	.sp_bd_form { width: 96%;}
	.sp_bd_form h3 { font-size: 12px; height: 50px;display:none;}
	.sp_bd_form h3:after { width: 40px; height: 40px;}
	.sp_bd_form h3 span { line-height: 30px; margin-top: 10px; padding: 0px 15px 0px 60px;}
	.sp_bd_form form input, .sp_bd_form select { width: 46%; font-size: 12px; margin: 5px 0px;}
	.sp_bd_form form input { padding: 0px 5px; line-height: 30px;}
	.sp_bd_form select { height: 32px; line-height: 32px;}
	.sp_bd_form button { height: 32px; line-height: 32px; vertical-align: middle; width:46%; font-size: 14px;}
	.pop_l { display: none;}
	.general { width: 100%;}
	.general h5 { font-size: 18px;}
	}
@media screen and (max-width:375px) {
	.sp_footer .sp_foot_nav a { font-size: 12px;}
	.y_l strong, .y_l p, .y_r strong, .y_r p { width: 85px;}
	.sever li strong { font-size: 12px;}
	.main_lc li p { padding: 5px 5px;}
	}
@media screen and (max-width:320px) {
	.wap_nav ul li a { padding: 10px 2px;}
	.sci_ban .ban_title h4 { font-size: 16px;}
	.sci_ban .ban_title h3 { font-size: 24px;}
	.y_l strong, .y_l p, .y_r strong, .y_r p { width: 70px;}
	.kr_box { padding-left: 100px; background-position: 0% center;}
	}


.pop_l {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	}
.pop_l ul {
	border-radius: 8px;
	width: 80px;
	
	}
.pop_l ul li {
	display: block;
	text-align: center;
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
	background: #2188b7;
	line-height: 18px;
	box-shadow: 0px 0px 10px #ddd;
	}
.pop_l ul li:hover { background: #1781b1}
.pop_l ul li:first-child { background: none; box-shadow: none;}
.pop_l ul li:first-child img{ max-width: 100%; }
.pop_l ul li a {
	display: block;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
	}
.pop_l ul li:last-child { border-bottom: none;}
.pop_l ul li p {
	position: absolute;
	display: none;
	width: 125px;
	top: 0px;
	right: 85px;
	padding: 5px 5px;
	font-size: 13px;
	border: 1px solid #ddd;
	line-height: 18px;
	background: #fff;
	}
.pop_l ul li p img {
	display: block;
	max-width: 100%;
	}
.pop_l ul li:hover p { display: block;}