@charset "gb2312";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新明w, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
ul,ol,li { list-style:none;}
input,select,option,textarea{outline: none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
.fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.container { width: 1200px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}
.p100 { padding: 100px 0px;}

	
/**/
.title { padding-top: 50px; text-align: center;}
.title label {
	font-size: 40px;
	line-height: 40px;
	display: inline-block;
	position: relative;
	color: #000;
	padding: 0px 20px;
	font-weight: bold;
	}
.title label:before {
	content:"";
	position: absolute;
	display: inline-block;
	width: 96px;
	height: 22px;
	background: url(http://www.shuerjian.com.cn/static/jsj/ico-mag.png) 0 0 no-repeat;
	left: -100px;
	top: 50%;
	margin-top: -11px;
	}
.title label:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 96px;
	height: 22px;
	background: url(http://www.shuerjian.com.cn/static/jsj/ico-mag.png) 0 0 no-repeat;
	transform:rotate(-180deg);
	right: -100px;
	top: 50%;
	margin-top: -11px;
	}
.title label font {
	color: #ed4343;
	display: inline-block;
	text-transform: uppercase;
	}
.title p {
	display: block;
	font-size: 24px;
	color: #717172;
	margin-top: 25px;
	}

.more { text-align: center;}
.more a {
    line-height: 50px;
    background: #2758be;
    border-radius: 30px;
    color: #ffe670;
	display: inline-block;
	font-size: 20px;
	padding: 0px 50px;
	margin: 50px auto;
	}
.more a:hover { background: #1a59db;}
/** banner **/


/***/
.head_logo {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.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: 52px;}
.head_logo .head_mag a{
	display: inline-block;
	padding: 0px 10px;
	font-size: 18px;
	line-height: 48px;
	}

	
/****/
.gd_ban {
	width: 100%;
    height: 600px;
    background: url(http://www.shuerjian.com.cn/static/jsj/banner.jpg) center center no-repeat;
	background-size: cover;
	}
.gd_ban h3 {
	font-size: 95px;
	color: #fff;
	font-weight: bold;
	padding: 80px 0px 20px;
	text-shadow: 5px 5px 0px #000;
	}
.gd_ban h4 {
	display: block;
	font-size: 60px;
	font-weight: bold;
	}
.gd_ban h4 font { color: red;}
.gd_ban span {
	display: inline-block;
	line-height: 50px;
	font-size: 40px;
	margin: 20px 15px;
	color: #fff;
	}
.gd_ban a {
	display: inline-block;
	line-height: 60px;
	padding: 0px 50px;
	font-size: 24px;
	color: #f00;
	background: linear-gradient(180deg, #fbfa89, #fee804);
	transition: all .3s linear;
	border-radius: 10px;
	margin-top: 20px;
	}
.gd_ban a:hover {
	transform:translateY(-5px);
	}
	
.news_info {
	display: flex;
	justify-content: space-between;
	}
/**/
.news_list { width: 72%;}
.sci_box {
	background: #fff;
	padding: 5px 15px 15px;
	box-shadow: 0px 2px 6px 0px rgb(0,0,0,.1);
	margin: 20px 0px;
	}
.sci_box dl {
	display: flex; 
	border-bottom: 1px solid #eee;
	padding: 10px 0px 10px;
	}
.sci_box dl:nth-child(3) { border-bottom: none;}
.sci_box dl dt {
	white-space: nowrap;
    padding: 2px 12px;
    min-width: 108px;
	text-align: right;
	}
.sci_box dl dd {
	flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
	}
.sci_box dl dd span a{
	color: #fff;
	background: #fe5a35;
	border-radius: 2px;
	display: inline-block;
	}
.sci_box dl dd a {
    padding: 2px 12px;
    cursor: pointer;
    text-align: center;
	line-height: 20px;
	}

.lw_cont_list li {
    background: #fff;
    margin-top: 10px;
    padding: 15px 20px;
	border: 1px solid #eee;
    transition: all .3s;
	}
.lw_cont_list li:hover {
	border-color: #fe5a35; 
	box-shadow: 0 0 10px 0px rgba(254,90,53,0.5);
	}

.lw_cont_list h3{
	font-size: 16px;
	font-weight: bold;
	}
.lw_cont_list .lw_tit{
    margin-bottom: 10px;
	margin-top: 10px;
	color: #666;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
.lw_cont_list .lw_gjc {color: #666; font-size: 12px;}
.lw_cont_list .lw_gjc span{ margin-right: 15px;}
.lw_cont_list .lw_gjc span font { color: #fe5a35;}

/******分页******/
.plist {
    overflow: hidden;
    padding-bottom: 30px;
	padding-top: 30px;
	}
.plist ul.pagelist {
    overflow: hidden;
    text-align: center;
	float: right;
	}
.plist ul.pagelist li {
    float: left;
    margin-right: 10px;
	line-height: 30px;
	}
.plist ul.pagelist li a {
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    color: #666666;
    display: block;
    float: left;
    padding: 0 10px;
	}
.plist ul.pagelist li a:hover {
    background-color: #ffffff;
    border-color: #fe5a35;
    color: #fe5a35;
    text-decoration: none;
	}
.thisclass { color: #fe5a35; padding: 0px 10px;}
.plist ul.pagelist li > select { height: 32px; line-height: 32px;}

/**/
.news_r_b { width: 25%;}
.r_img img{
	max-width: 100%;
	margin: 20px 0px;
	}
.news_r_box {
	border: 1px solid #eee;
	margin-bottom: 15px;
	}
.news_r_box h3 {
	line-height: 39px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}

.news_r_u {padding: 5px 10px;}
.news_r_u li {
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.news_r_u li em {
	float: left;
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #fe5a35;
	margin-top: 13px;
	margin-right: 10px;
	}
.news_r_u li a:hover { color: #fe5a35;}

/*联系*/
.sp_bd_bg {
	width: 100%;
	background: url(http://www.shuerjian.com.cn/static/jsj/bd_bg.png) center center no-repeat;
	padding: 30px 30px 130px;
	margin-bottom: 180px;
	}
.sp_bd_bg .container { position: relative;}
.sp_bd_tit {color: #fff; padding-bottom: 15px;}
.sp_bd_tit h3 { font-size: 26px; display: inline-block;}
.sp_bd_tit p { font-size: 14px; line-height: 26px; display: inline-block;}
.sp_bd_form form input {
	line-height: 40px;
	width: 27%;
	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: 27%;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form button {
	line-height: 42px;
	background: linear-gradient(180deg, #fbfa89, #fee804);
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #f00;
	font-size: 18px;
	padding: 0px 50px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}
	
.sp_bd_ban {
	width: 100%;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	left: 0px;
	bottom: -280px;
	text-align: center;
	padding: 30px 10px;
	box-shadow: 0 0 10px rgb(0,0,0,.1);
	}
.sp_bd_ban h3 {
	font-size: 70px;
	color: #ff350d;
	font-weight: bold;
	}
.sp_bd_ban p {
	display: block;
	font-size: 24px;
	padding: 10px 0px;
	}
.sp_bd_ban span {
	display: inline-block;
	padding: 3px;
	background: linear-gradient(180deg, #ffd51a, #f44801);
	border-radius: 50px;
	box-shadow: 0 0 20px rgb(0,0,0,.2);
	}
.sp_bd_ban span a {
	display: block;
	line-height: 50px;
	font-size: 30px;
	color: #ff350d;
	padding: 0px 50px;
	font-weight: bold;
	background: linear-gradient(180deg, #fff3e3, #fd7528);
	border-radius: 50px;
	}



/**/
.footer {
	width: 100%;
	padding-top: 30px;
	}
.footer .container { display: flex;}
.footer .foot_logo {
	text-align: center;
	margin-right: 50px;
	}
.footer .foot_logo a {display: inline-block;}
.footer .sp_foot_nav {
	display: block;
	text-align: center;
	padding: 20px 0px;
	}
.footer .sp_foot_nav a {
	display: inline-block;
	line-height: 15px;
	padding: 0px 5px;
	border-right: 1px solid #aaa;
	color: #666;
	}
.footer .sp_foot_nav a:hover { color: #f00;}
.footer .sp_foot_nav a:last-child { border-right: none;}

.foot_inner {
	line-height: 30px;
	text-align: center;
	color: #444;
	font-size: 16px;
	}




@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.head_logo { height: auto; flex-wrap: wrap; padding: 10px 10px;}
	.head_logo .hd_logo { width: 100%;}
	
	.head_logo .head_mag { width: 100%;}
	.head_logo .head_mag a { padding: 0px 5px; font-size: 14px; line-height: 20px;}
	
	.gd_ban { height: 145px; background-size: 150% auto; padding-left: 10px;}
	.gd_ban h3 { font-size: 30px; padding: 10px 0px 5px; text-shadow: 2px 2px 0px #000;}
	.gd_ban span { line-height: 24px; font-size: 14px; margin: 5px 5px;}
	.gd_ban a { line-height: 30px; font-size: 14px; padding: 0px 20px; margin-top: 0px;}
	
	.news_info { flex-wrap: wrap; padding: 0px 5px;}
	.news_list { width: 100%;}
	.sci_box { padding: 5px 5px;}
	.sci_box dl { font-size: 12px;}
	.sci_box dl dt { padding: 2px 5px; min-width: 82px;}
	.sci_box dl dd a { padding: 2px 5px;}
	.lw_cont_list li { padding: 10px 15px;}
	.lw_cont_list h3 { font-size: 14px;}
	.lw_cont_list .lw_tit { font-size: 12px; margin: 5px 0px;}
	.plist { padding: 15px 0px;}
	.plist ul.pagelist li { line-height: 20px; margin-right: 5px; font-size: 12px;}
	.thisclass { padding: 0px 5px;}
	.plist ul.pagelist li a { padding: 0px 5px; line-height: 18px;}
	.plist ul.pagelist li > select { height: 20px; line-height: 20px;}
	
	.news_r_b { width: 100%;}
	.r_img img { margin: 10px 0px;}
	.news_r_u li { border-bottom: 1px dashed #eee;}
	
	.sp_bd_bg { padding: 20px 15px 115px; margin-bottom: 80px;}
	.sp_bd_tit h3 { font-size: 14px;}
	.sp_bd_tit p { font-size: 12px; line-height: 18px;}
	.sp_bd_form form input { width: 45%; padding: 0px 5px; font-size: 12px; line-height: 28px;}
	.sp_bd_form select { width: 45%; height: 30px; line-height: 30px; margin-bottom: 5px; font-size: 12px;}
	.sp_bd_form button { font-size: 14px; height:30px; line-height: 30px;}
	.sp_bd_ban { bottom: -190px; padding: 10px 10px 20px;}
	.sp_bd_ban h3 { font-size: 30px;}
	.sp_bd_ban p { font-size: 16px;}
	.sp_bd_ban span a { line-height: 40px; font-size: 20px;}
	
	.footer { padding: 20px 15px 0px;}
	.footer .container {flex-wrap: wrap;}
	.footer .foot_logo { width: 100%; margin-right: 0px; margin-bottom: 10px;}
	.foot_inner { font-size: 12px; line-height: 18px;}
	
	}
@media screen and (max-width:375px) {
	
	}
@media screen and (max-width:320px) {
	.sp_bd_form button { padding: 0px 30px;}
	}



