/*初始化样式*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background: #fff;
	color: #333;
	position: relative;
	font: 14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
	outline: none;
	color: #064a92;
}

input{
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img{
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li{
	list-style-type: none;
}

select,
input,
img,
select{
	vertical-align: middle;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

table,
th,
td{
	vertical-align: middle;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix{
	zoom: 1
}

.clearboth{
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2{
	font-weight: bold;
}

hr{
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h3,
h4,
h5,
h6{
	font-weight: normal;
}

p{
	margin: 0;
}

/*----- Common css ------*/
.fl{
	float: left;
}

.fr{
	float: right;
}

/*flex布局*/
.flex_wrap{
	display: -webkit-box!important;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box!important;
	/* Firefox 17- */
	display: -webkit-flex!important;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex!important;
	/* Firefox 18+ */
	display: -ms-flexbox!important;
	/* IE 10 */
	display: flex!important;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise{
	display: -webkit-box!important;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box!important;
	/* Firefox 17- */
	display: -webkit-flex!important;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex!important;
	/* Firefox 18+ */
	display: -ms-flexbox!important;
	/* IE 10 */
	display: flex!important;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*flex布局上下居中*/
.flex_alice{
	display: -webkit-box!important;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box!important;
	/* Firefox 17- */
	display: -webkit-flex!important;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex!important;
	/* Firefox 18+ */
	display: -ms-flexbox!important;
	/* IE 10 */
	display: flex!important;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*flex布局左右对齐*/
.flex_con{
	display: -webkit-box!important;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box!important;
	/* Firefox 17- */
	display: -webkit-flex!important;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex!important;
	/* Firefox 18+ */
	display: -ms-flexbox!important;
	/* IE 10 */
	display: flex!important;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*flex布局左右居中*/
.flex_con_cen{
	display: -webkit-box!important;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box!important;
	/* Firefox 17- */
	display: -webkit-flex!important;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex!important;
	/* Firefox 18+ */
	display: -ms-flexbox!important;
	/* IE 10 */
	display: flex!important;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

/*scrollbar*/
body::-webkit-scrollbar{
	width: 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

body::-webkit-scrollbar-track{
	background: #9f9f9f;
	-webkit-border-radius: 0
}

body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb:vertical{
	background: #064a92;
	border: none;
	-webkit-border-radius: 0
}

body::-webkit-scrollbar-thumb:vertical:active{
	background: #064a92;
	border: none;
	-webkit-border-radius: 0
}

/*主体区域*/
.max1500{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px){
	.max1500{
		padding: 0 30px;
	}

	.page_con_zhuti{
		padding: 0 30px;
	}
}

@media(max-width:991px){
	.max1500{
		padding: 0 20px;
	}

	.page_con_zhuti{
		padding: 0 20px;
	}

	body{
		padding-top: 61px!important;
	}
}

@media(max-width:768px){
	.max1500{
		padding: 0 15px;
	}

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*头部*/
.pc_header_top{
	background: #064a92;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	color: #fff;
}

.pc_header_top_con{
	overflow: hidden;
}

.pc_header_top a{
	color: #fff;
}

.pc_header_top a:hover{
	color: #fff;
}

.pc_header_top_fr{
	overflow: hidden;
}

.pc_header_top_fr_li{
	padding: 0 10px;
	position: relative;
}

.pc_header_top_fr_li:nth-child(1){
	padding-left: 0;
}

.pc_header_top_fr_li:last-child{
	padding-right: 0;
}

.pc_header_top_fr_li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 15px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_top_fr_li:last-child::before{
	display: none;
}

.pc_header_top_fr_li_shopcart{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_top_fr_li_shopcart_img{
	width: 18px;
	height: 18px;
	background-image: url(../images/img/pc_header_shopcart_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	float: left;
}

.pc_header_top_fr_li_shopcart_num{
	position: absolute;
	right: -6px;
	top: -11px;
	width: 18px;
	height: 18px;
	text-align: center;
	background: #cd2c38;
	color: #fff;
	line-height: 18px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 12px;
	font-family: Arial;
}

.pc_header_top_fr_li_login_links{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	overflow: hidden;
}

.pc_header_top_fr_li_login_text{
	margin-left: 6px;
	float: left;
}

.pc_header_top_fr_li_login_img{
	background-image: url(../images/img/pc_header_login_ico.png);
	width: 15px;
	height: 15px;
}

.pc_header_top_login_shopping{
	padding-left: 10px;
	overflow: hidden;
}

.pc_header_denglu_www{
	overflow: hidden;
}

.mc_header_denglu_www{
	display: none!important;
}

@media(max-width:991px){
	.pc_header_top{
		display: none!important;
	}

	.pc_header_denglu_www{
		display: none!important;
	}

	.mc_header_denglu_www{
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -webkit-flex!important;
		display: -moz-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
}

#pc_header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 45px;
	z-index: 1005;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_con{
	height: 90px;
	line-height: 90px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo{
	width: 32%;
	max-width: 430px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo_img{
	width: 32%;
	padding-right: 4%;
	position: relative;
}

.pc_logo_img img{
	max-width: 100%;
	max-height: 80px;
}

.pc_logo_img::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 43px;
	background: #aaa;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_logo_wz{
	width: 64%;
}

.pc_logo_wz_ft{
	font-size: 18px;
	line-height: 1.5;
	color: #4c4948;
}

.pc_logo_wz_fb{
	font-size: 15px;
	line-height: 1.3;
	color: #727171;
}

.pc_header_phone{
	position: relative;
	z-index: 5;
	max-width: 180px;
}

.pc_header_phone_ft{
	font-size: 16px;
	line-height: 1.5;
	color: #595757;
	padding-left: 27px;
}

.pc_header_phone_fb{
	font-size: 20px;
	line-height: 1.5;
	color: #064a92;
	padding-left: 28px;
	position: relative;
	font-family: Arial;
}

.pc_header_phone_fb::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	background-image: url(../images/img/pc_header_phone_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.8;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_phone_fb::after{
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	width: 1px;
	height: 16px;
	background: #bbb;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_nav{
	width: 66%;
	padding-right: 180px;
	margin-right: -180px;
}

.pc_nav>ul{
	width: 100%;
	margin-bottom: 0;
}

.pc_nav>ul{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.pc_nav>ul>.pc_nav_li_www{
	float: left;
	width: 16.6666666666666%;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.pc_nav>ul>.pc_nav_li_www>li{
	position: relative;
	text-align: center;
	max-width: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_nav>ul>.pc_nav_li_www>li>a{
	display: block;
	position: relative;
}

.pc_nav>ul>.pc_nav_li_www>li>a::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #064a92;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.pc_nav>ul>.pc_nav_li_www>li.active>a::before,.pc_nav>ul>.pc_nav_li_www>li:hover>a::before{
	width: 100%;
}

.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	position: relative;
}

.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #4c4948;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_title{
	padding-right: 15px;
}

.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_jiantou{
	width: 10px;
	height: 100%;
	background-image: url(../images/img/top_header_nav_downbtn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_jiantou{
	background-image: url(../images/img/top_header_nav_downbtn1.png);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pc_nav_erji_w{
	position: absolute;
	z-index: 999;
	width: 160px;
	left: 50%;
	top: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%,20px);
	-moz-transform: translate(-50%,20px);
	-ms-transform: translate(-50%,20px);
	-o-transform: translate(-50%,20px);
	transform: translate(-50%,20px);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.pc_nav>ul>.pc_nav_li_www>li:hover .pc_nav_erji_w{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.pc_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi,
.pc_nav>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_wenzi{
	color: #064a92;
}

.pc_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_jiantou,
.pc_nav>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_jiantou{
	background-image: url(../images/img/top_header_nav_downbtn1.png);
}

.pc_nav_erji_li{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav_erji_li:hover{
	border-top-color: #064a92;
}

.pc_nav_erji_li a{
	font-size: 16px;
	line-height: 2;
	padding: 5px;
	color: #666;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_nav_erji_li a:hover{
	color: #fff;
	background: #064a92;
}

@media(max-width:1366px){
	.pc_logo_wz_ft{
		font-size: 17px;
	}

	.pc_nav{
		padding-right: 170px;
		margin-right: -170px;
	}

	.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 17px;
	}

	.pc_header_phone{
		max-width: 170px;
	}

	.pc_header_phone_ft{
		font-size: 15px;
	}

	.pc_header_phone_fb{
		font-size: 19px;
	}
}

@media(max-width:1280px){
	.pc_logo_wz_ft{
		font-size: 16px;
	}

	.pc_logo_wz_fb{
		font-size: 14px;
	}

	.pc_nav{
		padding-right: 165px;
		margin-right: -165px;
	}

	.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 16px;
	}

	.pc_nav_erji_li a{
		font-size: 15px;
	}

	.pc_header_phone{
		max-width: 165px;
	}

	.pc_header_phone_ft{
		font-size: 14px;
	}

	.pc_header_phone_fb{
		font-size: 18px;
	}
}

@media(max-width:1180px){
	.pc_logo_wz_ft{
		font-size: 15px;
	}

	.pc_logo_wz_fb{
		font-size: 13px;
	}

	.pc_nav{
		padding-right: 160px;
		margin-right: -160px;
	}

	.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 16px;
	}

	.pc_header_phone{
		max-width: 160px;
	}

	.pc_header_phone_ft{
		font-size: 13px;
	}

	.pc_header_phone_fb{
		font-size: 17px;
	}
}

/*首页banner*/
.index_banner{
	position: relative;
	overflow: hidden;
	margin-top: 135px;
}

.index_banner img{
	width: 100%;
}

.index_banner_yuandian{
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5%!important;
	z-index: 99;
}

.index_banner_yuandian span{
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 6px!important;
	position: relative;
	overflow: hidden;
}

.index_banner_yuandian span.swiper-pagination-bullet-active{
	background: #064a92;
}

.index_banner_btnl,.index_banner_btnr{
	width: 40px;
	height: 65px;
	background: rgba(0,0,0,1);
	position: absolute;
	z-index: 800;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_banner_btnl{
	left: 0;
}

.index_banner_btnr{
	right: 0;
}

.index_banner_btnl:hover,.index_banner_btnr:hover{
	background: #064a92;
}

.index_banner_btnl span,.index_banner_btnr span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_banner_btnl span{
	background-image: url(../images/img/index_banner_arrow_l.png);
}

.index_banner_btnr span{
	background-image: url(../images/img/index_banner_arrow_r.png);
}

@media(max-width:1366px){
	.index_banner_btnl,.index_banner_btnr{
		width: 35px;
		height: 60px;
	}

	.index_banner_btnl span,.index_banner_btnr span{
		width: 15px;
		height: 15px;
	}
}

@media(max-width:1280px){
	.index_banner_btnl,.index_banner_btnr{
		width: 30px;
		height: 55px;
	}

	.index_banner_btnl span,.index_banner_btnr span{
		width: 14px;
		height: 14px;
	}
}

@media(max-width:991px){
	.index_banner{
		margin-top: 0;
	}
	
	.index_banner_btnl,.index_banner_btnr{
		display: none;
	}
}

@media(max-width:768px){
	.index_banner_yuandian{
		bottom: 15px!important;
	}

	.index_banner_yuandian span{
		width: 10px;
		height: 10px;
		margin: 0 4px!important;
	}
}

@media(max-width:468px){
	.index_banner_yuandian{
		bottom: 12px!important;
	}

	.index_banner_yuandian span{
		width: 8px;
		height: 8px;
		margin: 0 3px!important;
	}
}

/*product*/
.index_shuolanke_product{
	padding: 5% 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f3f3f5;
}

.index_shuolanke_product_ft_con{
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_shuolanke_product_ft_fl{
	width: 40%;
}

.index_shuolanke_general_title h3{
	font-size: 2.5rem;
	line-height: 1.1;
	color: #000;
	font-weight: bold;
	padding-bottom: 1rem;
}

.index_shuolanke_general_title h4{
	font-size: 1rem;
	line-height: 1.8;
	color: #000;
}

.index_shuolanke_product_ft_fr{
	width: 56%;
}

.index_shuolanke_product_ft_fr_ul{
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.index_shuolanke_product_ft_fr_shouquanzhengshu{
	width: 32%;
	margin-right: 2%;
	cursor: pointer;
}

.index_shuolanke_product_ft_fr_shouquanzhengshu .img{
	overflow: hidden;
}

.index_shuolanke_product_ft_fr_shouquanzhengshu .img img{
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_shuolanke_product_ft_fr_shouquanzhengshu:hover .img img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.index_shuolanke_product_ft_fr_li{
	width: 32%;
	margin-right: 2%;
	border-radius: 10px;
	text-align: center;
	background: #064a92;
	text-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_shuolanke_product_ft_fr_li.on{
	background: #e47718;
}

.index_shuolanke_product_ft_fr_li:nth-child(3n){
	margin-right: 0;
}

.index_shuolanke_product_ft_fr_li:nth-child(n+4){
	margin-top: 2%;
}

.index_shuolanke_product_ft_fr_li:last-child{
	margin-right: 0;
}

.index_shuolanke_product_ft_fr_li a{
	padding: 14% 5px;
	display: block;
	width: 100%;
}

.index_shuolanke_product_ft_fr_li .img{
	width: 4rem;
	margin: 0 auto;
}

.index_shuolanke_product_ft_fr_li .img img{
	width: 100%;
}

.index_shuolanke_product_ft_fr_li .wz{
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
	margin-top: 9%;
}

.index_shuolanke_product_fb{
	margin-top: 4%;
}

.index_shuolanke_product_fb_ul_li{
	width: 32%;
	margin-right: 2%;
	background: #fff;
	border: 1px solid #ddd;
}

.index_shuolanke_product_fb_ul_li:nth-child(3n){
	margin-right: 0;
}

.index_shuolanke_product_fb_ul_li:nth-child(n+4){
	margin-top: 2%;
}

.index_shuolanke_product_fb_ul_li .img{
	overflow: hidden;
}

.index_shuolanke_product_fb_ul_li .img img{
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_shuolanke_product_fb_ul_li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_shuolanke_product_fb_ul_li .wz{
	padding: 9%;
}

.index_shuolanke_product_fb_ul_li .wz .wz_ft a{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #3e3a39;
	text-align: center;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_shuolanke_product_fb_ul_li:hover .wz .wz_ft a{
	color: #064a92;
}

.index_shuolanke_product_fb_ul_li .wz .wz_fb{
	margin-top: 5%;
	position: relative;
}

.index_shuolanke_product_fb_ul_li .wz .wz_fb::before{
	content: '';
	width: 100%;
	height: 100%;
	background: #18cdef;
	border-radius: 40px;
	position: absolute;
	bottom: -5px;
	right: -5px;
	z-index: 5;
}

.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_nnn{
	position: relative;
	z-index: 5;
	background: #fff;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	border-radius: 40px;
	border: 1px solid #064a92;
}

.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fl{
	font-size: 16px;
	line-height: 1.3;
	color: #064a92;
	width: 80px;
	text-align: center;
}

.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fc{
	font-size: 1.5rem;
	line-height: 1.2;
	color: #ff7a01;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	padding: 0 7rem 0 80px;
	margin: 0 -7rem 0 -80px;
	width: 96%;
}

.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fc span{
	font-size: 18px;
	color: #ff7a01;
}

.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fr a{
	background: #064a92;
	width: 7rem;
	font-size: 18px;
	line-height: 2.9rem;
	color: #fff;
	font-style: italic;
	display: block;
	border-radius: 40px;
	text-align: center;
}

@media(max-width:1366px){
	.index_shuolanke_general_title h4{
		font-size: 18px;
		line-height: 1.7;
	}

	.index_shuolanke_product_ft_fr_li .wz{
		font-size: 18px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fr a{
		font-size: 17px;
		line-height: 50px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fc span{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.index_shuolanke_general_title h4{
		font-size: 17px;
		line-height: 1.6;
	}

	.index_shuolanke_product_ft_fr_li .wz{
		font-size: 17px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fl{
		font-size: 15px;
		width: 70px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fr a{
		font-size: 16px;
		line-height: 45px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fc{
		padding: 0 7rem 0 70px;
		margin: 0 -7rem 0 -70px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fc span{
		font-size: 16px;
	}
}

@media(max-width:1200px){
	.index_shuolanke_product_fb_ul_li .wz .wz_ft a{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.index_shuolanke_product_ft_fl{
		width: 100%;
	}

	.index_shuolanke_general_title h4{
		font-size: 16px;
		line-height: 1.5;
	}

	.index_shuolanke_product_ft_fr{
		width: 100%;
		margin-top: 3%;
	}

	.index_shuolanke_product_ft_fr_ul{
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-o-justify-content: flex-start;
		justify-content: flex-start;
	}

	.index_shuolanke_product_ft_fr_li a{
		padding: 10% 5px;
	}

	.index_shuolanke_product_ft_fr_li .img{
		width: 50px;
	}

	.index_shuolanke_product_ft_fr_li .wz{
		font-size: 16px;
		margin-top: 7%;
	}

	.index_shuolanke_product_fb_ul_li{
		width: 49%;
	}

	.index_shuolanke_product_fb_ul_li:nth-child(3n){
		margin-right: 2%;
	}

	.index_shuolanke_product_fb_ul_li:nth-child(2n){
		margin-right: 0;
	}

	.index_shuolanke_product_fb_ul_li:nth-child(n+3){
		margin-top: 2%;
	}

	.index_shuolanke_product_fb_ul_li .wz{
		padding: 6%;
	}

	.index_shuolanke_product_fb_ul_li_ft{
		min-height:  auto!important;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_ft a{
		font-size: 17px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb{
		margin-top: 3.5%;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fl{
		font-size: 14px;
		width: 60px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fr a{
		font-size: 15px;
		line-height: 44px;
		width: 85px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fc span{
		font-size: 15px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fc{
		padding: 0 85px 0 60px;
		margin: 0 -85px 0 -60px;
		font-size: 22px;
	}
}

@media(max-width:768px){
	.index_shuolanke_product{
		padding: 30px 0;
	}

	.index_shuolanke_general_title h3{
		font-size: 24px;
		padding-bottom: 10px;
	}

	.index_shuolanke_product_ft_fr{
		margin-top: 20px;
	}

	.index_shuolanke_product_ft_fr_li a{
		padding: 20px 5px;
	}

	.index_shuolanke_product_ft_fr_li .img{
		width: 45px;
	}

	.index_shuolanke_product_ft_fr_li .wz{
		margin-top: 15px;
	}

	.index_shuolanke_product_fb{
		margin-top: 25px;
	}

	.index_shuolanke_product_fb_ul_li .wz{
		padding: 20px 20px 25px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb{
		margin-top: 10px;
	}

	.index_shuolanke_product_fb_ul_li .wz .wz_fb .wz_fb_fc{
		font-size: 20px;
	}
}

@media(max-width:600px){
	.index_shuolanke_product_fb_ul_li{
		width: 100%;
		margin-right: 0!important;
	}

	.index_shuolanke_product_fb_ul_li:nth-child(n+2){
		margin-top: 20px;
	}
}

@media(max-width:468px){
	.index_shuolanke_product{
		padding: 25px 0;
	}

	.index_shuolanke_general_title h3{
		font-size: 22px;
	}

	.index_shuolanke_product_ft_fr{
		margin-top: 15px;
	}

	.index_shuolanke_product_ft_fr_li{
		width: 100%;
		margin-right: 0!important;
	}

	.index_shuolanke_product_ft_fr_shouquanzhengshu{
		width: 100%;
		margin-right: 0!important;
	}

	.index_shuolanke_product_ft_fr_li:nth-child(n+2){
		margin-top: 20px;
	}

	.index_shuolanke_product_ft_fr_li a{
		padding: 18px 5px 15px;
	}

	.index_shuolanke_product_ft_fr_li .img{
		width: 40px;
	}

	.index_shuolanke_product_ft_fr_li .wz{
		margin-top: 10px;
	}

	.index_shuolanke_product_fb{
		margin-top: 20px;
	}

	.index_shuolanke_product_fb_ul_li .wz{
		padding: 15px 15px 20px;
	}
}

/*行业痛点*/
.index_shuolanke_pain_spot{
	padding: 5% 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_shuolanke_pain_spot_ft h3{
	font-size: 3rem;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.index_shuolanke_pain_spot_fc{
	margin: 4% 0;
}

.index_shuolanke_pain_spot_fc_li{
	width: 32%;
	margin-right: 2%;
	background: #064a92;
	border-radius: 10px;
}

.index_shuolanke_pain_spot_fc_li:nth-child(3n){
	margin-right: 0;
}

.index_shuolanke_pain_spot_fc_li:nth-child(n+4){
	margin-top: 2%;
}

.index_shuolanke_pain_spot_fc_li a{
	font-size: 1.8rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	padding: 6%;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_shuolanke_pain_spot_fc_li a span{
	width: 100%;
}

.index_shuolanke_pain_spot_fb{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_shuolanke_pain_spot_fb_con{
	background: #e47718;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	padding: 0.85rem 3.5rem;
	border-radius: 60px;
}

.index_shuolanke_pain_spot_fb_con .wz1{
	font-size: 1.6rem;
	line-height: 1.8;
	color: #fff;
	padding-left: 3rem;
	background-image: url(../images/img/index_service_consultation_hotline_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 2.2rem;
}

.index_shuolanke_pain_spot_fb_con .wz2{
	font-size: 2.2rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
}

@media(max-width:1200px){
	.index_shuolanke_pain_spot_fb_con{
		padding: 12px 3.5rem;
	}
}

@media(max-width:991px){
	.index_shuolanke_pain_spot_fc_li a{
		font-size: 22px;
	}

	.index_shuolanke_pain_spot_fb_con .wz1{
		font-size: 20px;
		padding-left: 35px;
		background-size: 26px;
	}

	.index_shuolanke_pain_spot_fb_con .wz2{
		font-size: 26px;
	}
}

@media(max-width:768px){
	.index_shuolanke_pain_spot{
		padding: 30px 0;
	}

	.index_shuolanke_pain_spot_ft h3{
		font-size: 24px;
	}

	.index_shuolanke_pain_spot_fc{
		margin: 20px 0;
	}

	.index_shuolanke_pain_spot_fc_li{
		width: 49%;
		border-radius: 8px;
	}

	.index_shuolanke_pain_spot_fc_li:nth-child(3n){
		margin-right: 2%;
	}

	.index_shuolanke_pain_spot_fc_li:nth-child(2n){
		margin-right: 0;
	}

	.index_shuolanke_pain_spot_fc_li:nth-child(n+3){
		margin-top: 2%;
	}

	.index_shuolanke_pain_spot_fc_li a{
		font-size: 19px;
		padding: 15px;
	}

	.index_shuolanke_pain_spot_fb_con{
		padding: 11px 30px;
	}

	.index_shuolanke_pain_spot_fb_con .wz1{
		font-size: 18px;
		padding-left: 32px;
		background-size: 24px;
	}

	.index_shuolanke_pain_spot_fb_con .wz2{
		font-size: 23px;
	}
}

@media(max-width:468px){
	.index_shuolanke_pain_spot{
		padding: 25px 0;
	}

	.index_shuolanke_pain_spot_ft h3{
		font-size: 22px;
	}

	.index_shuolanke_pain_spot_fc{
		margin: 18px 0;
	}

	.index_shuolanke_pain_spot_fc_li a{
		font-size: 17px;
		padding: 15px 10px;
	}

	.index_shuolanke_pain_spot_fb_con{
		padding: 11px 25px;
	}

	.index_shuolanke_pain_spot_fb_con .wz1{
		font-size: 16px;
		padding-left: 28px;
		background-size: 22px;
	}

	.index_shuolanke_pain_spot_fb_con .wz2{
		font-size: 21px;
	}
}

@media(max-width:370px){
	.index_shuolanke_pain_spot_fb_con{
		padding: 11px 20px;
	}

	.index_shuolanke_pain_spot_fb_con .wz2{
		font-size: 20px;
	}
}

/*why choose our product*/
.index_shuolanke_why_choose{
	padding: 5% 0;
}

.index_shuolanke_why_choose_ft{
	text-align: center;
}

.index_shuolanke_why_choose_ft h3{
	font-weight: normal;
}

.index_shuolanke_why_choose_ft h4{
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.7;
}

.index_shuolanke_why_choose_fb{
	margin-top: 4%;
}

.index_shuolanke_why_choose_fb_li{
	width: 23.5%;
	margin-right: 2%;
	background: #ebecfb;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_shuolanke_why_choose_fb_li.on{
	box-shadow: 0px 0px 11px 4px rgba(111,53,2,0.3);
	background: #064a92;
}

.index_shuolanke_why_choose_fb_li:nth-child(4n){
	margin-right: 0;
}

.index_shuolanke_why_choose_fb_li:nth-child(n+5){
	margin-top: 2%;
}

.index_shuolanke_why_choose_fb_li_con{
	padding: 8% 8% 12%;
}

.index_shuolanke_why_choose_fb_li .img{
	border-radius: 50%;
	overflow: hidden;
}

.index_shuolanke_why_choose_fb_li .img img{
	width: 100%;
}

.index_shuolanke_why_choose_fb_li .wz{
	margin-top: 9%;
	text-align: center;
}

.index_shuolanke_why_choose_fb_li .wz .wz_ft{
	font-size: 1.8rem;
	line-height: 1.2;
	color: #064a92;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_shuolanke_why_choose_fb_li.on .wz .wz_ft{
	color: #fff;
}

.index_shuolanke_why_choose_fb_li .wz .wz_fc{
	margin-top: 8%;
	font-size: 18px;
	line-height: 1.5;
	color: #064a92;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_shuolanke_why_choose_fb_li.on .wz .wz_fc{
	color: #fff;
}

.index_shuolanke_why_choose_fb_li .wz .wz_links{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	margin-top: 12%;
}

.index_shuolanke_why_choose_fb_li .wz .wz_links a{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	background: #e47718;
	display: block;
	padding: 9px 15px;
	min-width: 120px;
	border-radius: 30px;
}

@media(max-width:1366px){
	.index_shuolanke_why_choose_fb_li .wz .wz_fc{
		font-size: 17px;
	}

	.index_shuolanke_why_choose_fb_li .wz .wz_links a{
		font-size: 15px;
	}
}

@media(max-width:1280px){
	.index_shuolanke_why_choose_ft h4{
		line-height: 1.6;
	}

	.index_shuolanke_why_choose_fb_li .wz .wz_fc{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.index_shuolanke_why_choose_ft h4{
		line-height: 1.5;
	}

	.index_shuolanke_why_choose_fb_li{
		width: 49%;
	}

	.index_shuolanke_why_choose_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.index_shuolanke_why_choose_fb_li:nth-child(n+3){
		margin-top: 2%;
	}

	.index_shuolanke_why_choose_fb_li_con{
		padding: 6% 6% 10%;
	}

	.index_shuolanke_why_choose_fb_li .wz{
		margin-top: 6%;
	}

	.index_shuolanke_why_choose_fb_li .wz .wz_ft{
		font-size: 22px;
	}

	.index_shuolanke_why_choose_fb_li .wz .wz_fc{
		margin-top: 5%;
	}

	.index_shuolanke_why_choose_fb_li .wz .wz_links{
		margin-top: 8%;
	}
}

@media(max-width:768px){
	.index_shuolanke_why_choose{
		padding: 30px 0;
	}

	.index_shuolanke_why_choose_fb{
		margin-top: 20px;
	}

	.index_shuolanke_why_choose_fb_li_con{
		padding: 20px 20px 25px;
	}

	.index_shuolanke_why_choose_fb_li .wz{
		margin-top: 20px;
	}

	.index_shuolanke_why_choose_fb_li .wz .wz_ft{
		font-size: 20px;
	}

	.index_shuolanke_why_choose_fb_li .wz .wz_fc{
		margin-top: 15px;
	}

	.index_shuolanke_why_choose_fb_li .wz .wz_links{
		margin-top: 20px;
	}
}

@media(max-width:468px){
	.index_shuolanke_why_choose{
		padding: 25px 0;
	}

	.index_shuolanke_why_choose_fb{
		margin-top: 18px;
	}

	.index_shuolanke_why_choose_fb_li{
		width: 100%;
		margin-right: 0!important;
	}

	.index_shuolanke_why_choose_fb_li:nth-child(n+2){
		margin-top: 20px;
	}

	.index_shuolanke_why_choose_fb_li_con{
		padding: 18px 18px 23px;
	}

	.index_shuolanke_why_choose_fb_li .wz{
		margin-top: 18px;
	}

	.index_shuolanke_why_choose_fb_li .wz .wz_ft{
		font-size: 18px;
	}

	.index_shuolanke_why_choose_fb_li_wz_ft_con{
		min-height: auto!important;
	}

	.index_shuolanke_why_choose_fb_li .wz .wz_fc{
		margin-top: 12px;
	}

	.index_shuolanke_why_choose_fb_li_wz_fc_con{
		min-height: auto!important;
	}

	.index_shuolanke_why_choose_fb_li .wz .wz_links{
		margin-top: 18px;
	}
}

/*Company Profile*/
.index_shuolanke_about{
	padding: 5% 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_shuolanke_about_ft{
	background: #fff;
}

.index_shuolanke_about_ft_con{
	overflow: hidden;
}

.index_shuolanke_about_ft_fl{
	width: 18%;
	padding: 2%;
	background: #064a92;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_shuolanke_about_ft_fl_con{
	width: 100%;
}

.index_shuolanke_about_ft_fl h3{
	font-size: 1.5rem;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.index_shuolanke_about_ft_fl h4{
	font-size: 1.8rem;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 5%;
}

.index_shuolanke_about_ft_fr{
	width: 82%;
	padding: 2.5%;
	font-size: 18px;
	line-height: 1.8;
	color: #595757;
}

.index_shuolanke_about_ft_fr a{
	color: #595757;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_shuolanke_about_ft_fr a:hover{
	color: #064a92;
}

.index_shuolanke_about_fb{
	margin-top: 4%;
	overflow: hidden;
}

.index_shuolanke_about_fb_li{
	cursor: pointer;
}

.index_shuolanke_about_fb_li .img img{
	width: 100%;
}

@media(max-width:1366px){
	.index_shuolanke_about_ft_fr{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.index_shuolanke_about_ft_fr{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.index_shuolanke_about_ft_fl{
		width: 100%;
		padding: 20px;
	}

	.index_shuolanke_about_ft_fl h3{
		font-size: 18px;
	}

	.index_shuolanke_about_ft_fl h4{
		font-size: 20px;
		margin-top: 8px;
	}

	.index_shuolanke_about_ft_fr{
		width: 100%;
		padding: 20px;
	}
}

@media(max-width:768px){
	.index_shuolanke_about{
		padding: 30px 0;
	}

	.index_shuolanke_about_ft_fl h3{
		font-size: 16px;
	}

	.index_shuolanke_about_ft_fl h4{
		font-size: 18px;
	}

	.index_shuolanke_about_fb{
		margin-top: 20px;
	}
}

@media(max-width:468px){
	.index_shuolanke_about{
		padding: 25px 0;
	}

	.index_shuolanke_about_ft_fl{
		padding: 18px;
	}

	.index_shuolanke_about_ft_fr{
		padding: 18px;
	}
}

/*Customer Case*/
.index_shuolanke_case{
	padding: 5% 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_shuolanke_case_fb{
	margin-top: 4%;
	overflow: hidden;
}

.index_shuolanke_case_fb_li{
	background: #fff;
}

.index_shuolanke_case_fb_li a{
	display: block;
	border: 1px solid #eeeeee;
}

.index_shuolanke_case_fb_li .img{
	overflow: hidden;
}

.index_shuolanke_case_fb_li .img img{
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_shuolanke_case_fb_li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_shuolanke_case_fb_li .wz{
	padding: 6.3%;
}

.index_shuolanke_case_fb_li .wz .wz_ft{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #3e3a39;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_shuolanke_case_fb_li .wz .wz_fb{
	font-size: 17px;
	line-height: 1.5;
	color: #666464;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 3%;
}

@media(max-width:1366px){
	.index_shuolanke_case_fb_li .wz .wz_fb{
		font-size: 16px;
	}
}

@media(max-width:1280px){
	.index_shuolanke_case_fb_li .wz .wz_fb{
		font-size: 15px;
	}
}

@media(max-width:1200px){
	.index_shuolanke_case_fb_li .wz .wz_ft{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.index_shuolanke_case_fb_li .wz{
		padding: 20px;
	}

	.index_shuolanke_case_fb_li .wz .wz_ft{
		font-size: 17px;
	}

	.index_shuolanke_case_fb_li .wz .wz_fb{
		margin-top: 8px;
	}
}

@media(max-width:768px){
	.index_shuolanke_case{
		padding: 30px 0;
	}

	.index_shuolanke_case_fb{
		margin-top: 20px;
	}
}

@media(max-width:468px){
	.index_shuolanke_case{
		padding: 25px 0;
	}

	.index_shuolanke_case_fb_li .wz{
		padding: 18px;
	}
}

/*news*/
.index_shuolanke_news{
	padding: 5% 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_shuolanke_news_fc{
	margin: 3.5% 0;
}

.index_shuolanke_news_fc_ul{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_shuolanke_news_fc_li{
	width: 32%;
	max-width: 300px;
	margin-right: 2%;
	border-radius: 5px;
	overflow: hidden;
}

.index_shuolanke_news_fc_li:nth-child(3n){
	margin-right: 0;
}

.index_shuolanke_news_fc_li:last-child{
	margin-right: 0;
}

.index_shuolanke_news_fc_li a{
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	background: #064a92;
	padding: 1rem;
	text-align: center;
}

.index_shuolanke_news_fc_li.on a{
	background: #e47718;
}

.index_shuolanke_news_fb_li{
	width: 49%;
	margin-right: 2%;
	background: rgba(255,255,255,0.85);
	border-radius: 5px;
	box-shadow: 0px 0px 11px 4px rgba(0,0,0,0.09);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_shuolanke_news_fb_li:hover{
	background: #064a92;
}

.index_shuolanke_news_fb_li:nth-child(2n){
	margin-right: 0;
}

.index_shuolanke_news_fb_li:nth-child(n+3){
	margin-top: 2%;
}

.index_shuolanke_news_fb_li a{
	padding: 5% 0;
	display: block;
}

.index_shuolanke_news_fb_li_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_shuolanke_news_fb_li_fl{
	width: 22%;
	padding: 0 4%;
	text-align: center;
	border-right: 2px solid #dfdfdf;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_shuolanke_news_fb_li:hover .index_shuolanke_news_fb_li_fl{
	border-color: rgba(255,255,255,0.6);
}

.index_shuolanke_news_fb_li_fl .riqi_ft{
	font-size: 3rem;
	line-height: 1.2;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_shuolanke_news_fb_li:hover .index_shuolanke_news_fb_li_fl .riqi_ft{
	color: #fff;
}

.index_shuolanke_news_fb_li_fl .riqi_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_shuolanke_news_fb_li:hover .index_shuolanke_news_fb_li_fl .riqi_fb{
	color: #fff;
}

.index_shuolanke_news_fb_li_fr{
	width: 78%;
	padding: 0 4%;
}

.index_shuolanke_news_fb_li_fr .wz_ft{
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_shuolanke_news_fb_li:hover .index_shuolanke_news_fb_li_fr .wz_ft{
	color: #fff;
}

.index_shuolanke_news_fb_li_fr .wz_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #666464;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_shuolanke_news_fb_li:hover .index_shuolanke_news_fb_li_fr .wz_fb{
	color: #fff;
}

@media(max-width:1366px){
	.index_shuolanke_news_fc_li a{
		font-size: 17px;
	}

	.index_shuolanke_news_fb_li_fl .riqi_fb{
		font-size: 15px;
	}

	.index_shuolanke_news_fb_li_fr .wz_ft{
		font-size: 18px;
	}

	.index_shuolanke_news_fb_li_fr .wz_fb{
		font-size: 15px;
	}
}

@media(max-width:1280px){
	.index_shuolanke_news_fc_li a{
		font-size: 16px;
		padding: 15px 10px;
	}

	.index_shuolanke_news_fb_li_fr .wz_ft{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.index_shuolanke_news_fb_li{
		width: 100%;
		margin-right: 0!important;
	}

	.index_shuolanke_news_fb_li:nth-child(n+2){
		margin-top: 3%;
	}

	.index_shuolanke_news_fb_li a{
		padding: 20px 0;
	}
}

@media(max-width:768px){
	.index_shuolanke_news{
		padding: 30px 0;
	}

	.index_shuolanke_news_fc{
		margin: 23px 0;
	}

	.index_shuolanke_news_fb_li:nth-child(n+2){
		margin-top: 20px;
	}

	.index_shuolanke_news_fb_li_fl .riqi_ft{
		font-size: 26px;
	}
}

@media(max-width:468px){
	.index_shuolanke_news{
		padding: 25px 0;
	}

	.index_shuolanke_news_fc{
		margin: 18px 0;
	}

	.index_shuolanke_news_fc_li a{
		padding: 10px 5px;
	}

	.index_shuolanke_news_fb_li a{
		padding: 18px 0;
	}
	
	.index_shuolanke_news_fb_li_fl{
		padding: 0 10px;
		width: 29%;
	}

	.index_shuolanke_news_fb_li_fl .riqi_ft{
		font-size: 24px;
	}

	.index_shuolanke_news_fb_li_fr{
		width: 71%;
		padding: 0 15px;
	}

	.index_shuolanke_news_fb_li_fr .wz_fb{
		margin-top: 5px;
	}
}

/*footer*/
.pc_footer{
	background: #064a92;
}

.pc_footer_ft_con{
	padding: 5% 0;
}

.pc_footer_ft_fl{
	width: 58%;
}

.pc_footer_ft_fl_li{
	max-width: 18%;
}

.pc_footer_ft_fl_li_ft a{
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_footer_ft_fl_li_ft a:hover{
	color: rgba(255,255,255,0.8);
}

.pc_footer_ft_fl_li_fb{
	margin-top: 0.7rem;
}

.pc_footer_ft_fl_li_fb_li a{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_footer_ft_fl_li_fb_li a:hover{
	color: rgba(255,255,255,0.8);
}

.pc_footer_ft_fr{
	width: 36%;
	padding-left: 6%;
	position: relative;
}

.pc_footer_ft_fr::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.41);
}

.pc_footer_ft_fr_ft{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_footer_ft_fr_ft_fl{
	width: 110px;
}

.pc_footer_ft_fr_ft_fl .img img{
	width: 100%;
}

.pc_footer_ft_fr_ft_fr{
	width: 100%;
	padding-left: 110px;
	margin-left: -110px;
}

.pc_footer_ft_fr_ft_fr_nnn{
	padding-left: 20px;
}

.pc_footer_ft_fr_ft_fr_ft{
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}

.pc_footer_ft_fr_ft_fr_fb{
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	margin-top: 6px;
}

.pc_footer_ft_fr_fb{
	margin-top: 1rem;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.pc_footer_fb_con{
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	padding: 18px 0;
	border-top: 1px solid rgba(255,255,255,0.41);
}

.pc_footer_fb_con a{
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_footer_fb_con a:hover{
	color: rgba(255,255,255,0.8);
}

@media(max-width:1366px){
	.pc_footer_ft_fl_li_ft a{
		font-size: 17px;
	}

	.pc_footer_ft_fl_li_fb_li a{
		font-size: 15px;
	}

	.pc_footer_ft_fr_ft_fr_ft{
		font-size: 17px;
	}

	.pc_footer_ft_fr_fb{
		font-size: 15px;
	}

	.pc_footer_fb_con{
		font-size: 15px;
	}
}

@media(max-width:1280px){
	.pc_footer_ft_fl_li_ft a{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.pc_footer_ft_fl{
		display: none;
		width: 100%;
	}

	.pc_footer_ft_fl_li_fb{
		margin-top: 8px;
	}

	.pc_footer_ft_fr{
		width: 100%;
		padding-left: 0;
	}

	.pc_footer_ft_fr::before{
		display: none;
	}

	.pc_footer_ft_fr_fb{
		margin-top: 13px;
	}
}

@media(max-width:768px){
	.pc_footer_ft_con{
		padding: 30px 0 25px;
	}

	.pc_footer_ft_fr_ft_fl{
		width: 105px;
	}

	.pc_footer_ft_fr_ft_fr{
		padding-left: 105px;
		margin-left: -105px;
	}

	.pc_footer_fb_con{
		padding: 15px 0;
	}
}

@media(max-width:468px){
	.pc_footer_ft_con{
		padding: 25px 0 20px;
	}

	.pc_footer_ft_fr_ft_fr_nnn{
		padding-left: 16px;
	}

	.pc_footer_fb_con{
		padding: 12px 0;
	}
}

/*backtop*/
.pc_backtop_box{
	cursor: pointer;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	position: fixed;
	bottom: 130px;
	right: 20px;
	z-index: 950;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	background-image: url(../images/img/pc_footer_backtop_bnt.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 11px;
}

.pc_backtop_box:hover{
	background-color: #000;
	background-image: url(../images/img/pc_footer_backtop_bnt_h.png);
}

.pc_backtop_box.active{
	opacity: 1;
	visibility: inherit;
	bottom: 150px;
}

@media(max-width:991px){
	.pc_backtop_box{
		display: none!important;
	}
}