/*初始化样式*/
*{
	-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: #26237e;
}

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;
	/* 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: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise{
	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: 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;
	/* 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: 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;
	/* 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: 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;
	/* 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: 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: #26237e;
	border: none;
	-webkit-border-radius: 0
}

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

/**/
.max1700{
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 50px;
}

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

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

	.page_con_zhuti{
		padding: 0 30px;
	}
}

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

	.page_con_zhuti{
		padding: 0 20px;
	}

	body{
		padding-top: 61px;
	}
}

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

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*头部*/
.pc_header_top{
	background: #021a40;
	position: relative;
	z-index: 1000;
	line-height: 48px;
	color: #f9f9f9;
}

.pc_header_top_fl{
	font-size: 15px;
}

.pc_header_top_fr_fl .social-share .social-share-icon{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 0;
	margin: 0 5px;
}

.pc_header_top_fr_fl .social-share .social-share-icon{
	font-size: 18px;
	color: #fff;
}

.pc_header_top_fr_fr{
	padding-left: 30px;
	background-image: url(../images/img/top_header_phone_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px;
	margin-left: 10px;
	font-size: 16px;
}

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

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

#pc_header{
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	position: relative;
	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.on{
	position: fixed;
}

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

.pc_logo{
	width: 21%;
	max-width: 320px;
}

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

.pc_nav{
	width: 76%;
	max-width: 1150px;
}

.pc_nav>ul{
	width: 100%;
	padding-right: 40px;
	margin-right: -40px;
}

.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: 14.285714285714%;
	-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: #26237e;
	-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: #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;
}

.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: #26237e;
}

.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 a{
	font-size: 16px;
	line-height: 2;
	padding: 6px;
	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: #26237e;
}

.pc_sousuo{
	position: relative;
	width: 30px;
	z-index: 999;
	height: 100px;
}

.pc_sousuo1{
	width: 30px;
	height: 30px;
	background: url(../images/img/nav_sousuo_lan.png) no-repeat center;
	background-size: 22px;
	margin-top: 40px;
	cursor: pointer;
}

.pc_sousuo2{
	position: absolute;
	right: 0;
	top: 100%;
	width: 200px;
	z-index: 999;
	background: #26237e;
	display: none;
}

.pc_sousuo2 input{
	outline: none;
	line-height: 45px;
	width: 36px;
	background: none;
	border: 0;
	background: #0662af;
	font-size: 13px;
	color: rgba(255,255,255,0.28);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_tijiao{
	background: url(../images/img/nav_sousuo_baise.png) no-repeat center;
	background-size: 19px;
	cursor: pointer;
}

.pc_sousuo2 .pc_sousuo_con_shuru{
	padding-left: 13px;
	line-height: 45px;
	width: calc(100% - 36px);
	background: none;
	border: 0;
	outline: none;
	font-size: 14px;
	color: rgba(255,255,255,1);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_shuru::-webkit-autofill{
	-webkit-text-fill-color: rgba(255,255,255,1) !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_sousuo2 .pc_sousuo_con_shuru::placeholder{
	color: rgba(255,255,255,1);
}

@media(max-width:1366px){
	.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 17px;
	}

	.pc_sousuo1{
		background-size: 20px;
	}
}

@media(max-width:1200px){
	.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 16px;
	}

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

/*首页banner*/
.index_banner{
	position: relative;
	overflow: hidden;
}

.index_banner img{
	width: 100%;
}

.index_banner_yuandian{
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 6%!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: #26237e;
}

.index_banner_btnl,.index_banner_btnr{
	width: 35px;
	height: 60px;
	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: #26237e;
}

.index_banner_btnl span,.index_banner_btnr span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	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:1280px){
	.index_banner_btnl,.index_banner_btnr{
		width: 30px;
		height: 50px;
	}

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

@media(max-width:991px){
	.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;
	}
}

/*关于我们*/
.index_jingyi_about{
	padding: 4% 0 10%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #f3f3f3;
}

.index_jingyi_about_ft{
	text-align: center;
}

.index_jingyi_about_ft h3{
	font-size: 2rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.index_jingyi_about_ft.caise h3{
	color: #26237e;
}

.index_jingyi_about_ft h3 .t_left,.index_jingyi_about_ft h3 .t_right{
	display: inline-block;
	width: 6.65rem;
	height: 1.75rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.index_jingyi_about_ft h3 .t_left{
	background-image: url(../images/img/title_left.png);
	margin-right: 2rem;
	vertical-align: bottom;
}

.index_jingyi_about_ft.caise h3 .t_left{
	background-image: url(../images/img/title_left1.png);
}

.index_jingyi_about_ft h3 .t_right{
	background-image: url(../images/img/title_right.png);
	margin-left: 2rem;
	vertical-align: top;
}

.index_jingyi_about_ft.caise h3 .t_right{
	background-image: url(../images/img/title_right1.png);
}

.index_jingyi_about_ft h4{
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	margin-top: 5px;
}

.index_jingyi_about_ft.caise h4{
	color: #666;
}

.index_jingyi_about_fc{
	margin-top: 3%;
	font-size: 18px;
	line-height: 2;
	color: #fff;
	max-height: 10em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-align: center;
}

.index_jingyi_about_fb{
	margin-top: 3%;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_jingyi_about_fb_con a{
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	border: 2px solid #fff;
	padding: 0.7rem 2.2rem;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_about_fb_con a:hover{
	background: #fff;
	color: #26237e;
}

.index_jingyi_about_fb1{
	margin-top: 3.5%;
}

.index_jingyi_about_fb1_ul{
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	max-width: 770px;
	margin: 0 auto;
}

.index_jingyi_about_fb1_li .img{
	width: 2.85rem;
	margin: 0 auto;
}

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

.index_jingyi_about_fb1_li .wz{
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	margin-top: 1rem;
}

@media(max-width:1366px){
	.index_jingyi_about{
		padding: 4% 0;
	}

	.index_jingyi_about_ft h4{
		font-size: 17px;
	}

	.index_jingyi_about_fc{
		font-size: 17px;
		line-height: 1.8;
		max-height: 100%;
		-webkit-line-clamp: 30;
	}

	.index_jingyi_about_fb1_li .img{
		width: 45px;
	}

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

@media(max-width:1200px){
	.index_jingyi_about_ft h3{
		font-size: 25px;
	}

	.index_jingyi_about_ft h3 .t_left,.index_jingyi_about_ft h3 .t_right{
		width: 88px;
		height: 23px;
	}

	.index_jingyi_about_ft h3 .t_left{
		margin-right: 20px;
	}

	.index_jingyi_about_ft h3 .t_right{
		margin-left: 20px;
	}

	.index_jingyi_about_ft h4{
		font-size: 16px;
	}

	.index_jingyi_about_fc{
		font-size: 16px;
		line-height: 1.7;
	}

	.index_jingyi_about_fb_con a{
		font-size: 15px;
		padding: 10px 25px;
	}

	.index_jingyi_about_fb1_li .wz{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.index_jingyi_about_fb1_li .wz{
		margin-top: 10px;
	}
}

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

	.index_jingyi_about_ft h3{
		font-size: 23px;
	}

	.index_jingyi_about_ft h3 .t_left,.index_jingyi_about_ft h3 .t_right{
		width: 70px;
		height: 18px;
	}

	.index_jingyi_about_ft h3 .t_left{
		margin-right: 15px;
	}

	.index_jingyi_about_ft h3 .t_right{
		margin-left: 15px;
	}

	.index_jingyi_about_fc{
		margin-top: 15px;
		line-height: 1.6;
	}

	.index_jingyi_about_fb{
		margin-top: 20px;
	}

	.index_jingyi_about_fb_con a{
		padding: 9px 20px;
	}

	.index_jingyi_about_fb1{
		margin-top: 22px;
	}

	.index_jingyi_about_fb1_li .img{
		width: 38px;
	}
}

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

	.index_jingyi_about_ft h3{
		font-size: 21px;
	}

	.index_jingyi_about_ft h3 .t_left,.index_jingyi_about_ft h3 .t_right{
		width: 60px;
		height: 16px;
	}

	.index_jingyi_about_ft h3 .t_left{
		margin-right: 10px;
	}

	.index_jingyi_about_ft h3 .t_right{
		margin-left: 10px;
	}

	.index_jingyi_about_fc{
		margin-top: 12px;
	}

	.index_jingyi_about_fb{
		margin-top: 15px;
	}

	.index_jingyi_about_fb_con a{
		padding: 8px 18px;
		border-width: 1px;
	}

	.index_jingyi_about_fb1{
		margin-top: 18px;
	}

	.index_jingyi_about_fb1_li .img{
		width: 32px;
	}
}

/*产品中心*/
.index_jingyi_product{
	background-color: #f3f3f3;
	padding: 3% 0 4%;
}

.index_jingyi_product_fc{
	margin-top: 3%;
}

.index_jingyi_product_fc_ft_li{
	width: 18.4%;
	margin-right: 2%;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.05);
}

.index_jingyi_product_fc_ft_li:nth-child(5n){
	margin-right: 0;
}

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

.index_jingyi_product_fc_ft_li a{
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 1.2rem 5px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_product_fc_ft_li.on a,.index_jingyi_product_fc_ft_li:hover a{
	background-color: #26237e;
	color: #fff;
}

.index_jingyi_product_fb{
	margin-top: 3%;
}

.index_jingyi_product_fb_ul_li{
	box-shadow: 0px 0px 12px 6px rgb(0,0,0,0.05);
	padding: 3% 4%;
	background-color: #fff;
}

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

.index_jingyi_product_fb_ul_li_fl{
	width: 43%;
}

.index_jingyi_product_fb_ul_li_fl_ft{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #26237e;
	font-weight: bold;
}

.index_jingyi_product_fb_ul_li_fl_fc{
	font-size: 17px;
	line-height: 1.7;
	color: #666;
	margin: 4% 0 7%;
}

.index_jingyi_product_fb_ul_li_fl_fb_li{
	max-width: 280px;
}

.index_jingyi_product_fb_ul_li_fl_fb_li a{
	font-size: 16px;
	line-height: 2;
	color: #888;
	padding: 4px 15px;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_product_fb_ul_li_fl_fb_li.on a{
	color: #fff;
	background: #26237e;
}

.index_jingyi_product_fb_ul_li_fr{
	width: 46%;
}

.index_jingyi_product_fb_ul_li_fr_con{
	overflow: hidden;
}

.index_jingyi_product_fb_ul_li_fr_li .img{
	max-width: 450px;
	margin: 0 auto;
}

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

.index_jingyi_product_fb_ul_li_fr_li .wz{
	padding: 5%;
	background: #f8f8f8;
}

.index_jingyi_product_fb_ul_li_fr_li .wz .wz_ft{
	font-size: 1.3rem;
	line-height:1.5;
	color: #26237e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_jingyi_product_fb_ul_li_fr_li .wz .wz_fc{
	font-size: 17px;
	line-height:1.5;
	color: #666;
	margin: 3% 0 4%;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_jingyi_product_fb_ul_li_fr_li .wz .wz_fb .wz_fb_fl a,.index_jingyi_product_fb_ul_li_fr_li .wz .wz_fb .wz_fb_fr a{
	font-size: 16px;
	line-height:1.5;
	color: #666;
	border: 1px solid #ddd;
	display: block;
	padding: 0.525rem 1.2rem;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_product_fb_ul_li_fr_li .wz .wz_fb .wz_fb_fl a:hover,.index_jingyi_product_fb_ul_li_fr_li .wz .wz_fb .wz_fb_fr a:hover{
	background: #26237e;
	border-color: #26237e;
	color: #fff;
}

.index_jingyi_product_fb_ul_li_fr_li .wz .wz_fb .wz_fb_fl{
	margin-right: 2rem;
}

@media(max-width:1366px){
	.index_jingyi_product{
		padding: 4% 0;
	}

	.index_jingyi_product_fc_ft_li a{
		font-size: 17px;
	}

	.index_jingyi_product_fb_ul_li_fl_fc{
		font-size: 16px;
		line-height: 1.6;
	}

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

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

@media(max-width:1200px){
	.index_jingyi_product_fc_ft_li a{
		font-size: 16px;
		padding: 15px 5px;
	}

	.index_jingyi_product_fb_ul_li_fl_ft{
		font-size: 20px;
	}

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

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

	.index_jingyi_product_fb_ul_li_fr_li .wz .wz_fb .wz_fb_fl a,.index_jingyi_product_fb_ul_li_fr_li .wz .wz_fb .wz_fb_fr a{
		font-size: 15px;
		padding: 8px 15px;
	}
}

@media(max-width:991px){
	.index_jingyi_product_fc_ft_li{
		width: 32%;
	}

	.index_jingyi_product_fc_ft_li:nth-child(5n){
		margin-right: 2%;
	}

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

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

	.index_jingyi_product_fc_ft_li:nth-child(n+10){
		display: none;
	}

	.index_jingyi_product_fb_ul_li_fl{
		width: 100%;
	}

	.index_jingyi_product_fb_ul_li_fl_ft{
		font-size: 18px;
	}

	.index_jingyi_product_fb_ul_li_fl_fc{
		margin: 2% 0 2.5%;
	}

	.index_jingyi_product_fb_ul_li_fr{
		width: 100%;
		margin-top: 2.5%;
	}

	.index_jingyi_product_fb_ul_li_fr_li .wz{
		padding: 20px;
	}

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

	.index_jingyi_product_fb_ul_li_fr_li .wz .wz_fc{
		margin: 10px 0 16px;
	}
}

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

	.index_jingyi_product_fc{
		margin-top: 20px;
	}

	.index_jingyi_product_fc_ft_li{
		width: 49%;
	}

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

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

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

	.index_jingyi_product_fc_ft_li:nth-child(n+10){
		display: block;
	}

	.index_jingyi_product_fc_ft_li a{
		padding: 13px 5px;
	}

	.index_jingyi_product_fb{
		margin-top: 25px;
	}

	.index_jingyi_product_fb_ul_li{
		padding: 20px;
	}

	.index_jingyi_product_fb_ul_li_fl_fc{
		margin: 10px 0 14px;
	}

	.index_jingyi_product_fb_ul_li_fr{
		margin-top: 20px;
	}

	.index_jingyi_product_fb_ul_li_fr_li .wz{
		padding: 16px;
	}

	.index_jingyi_product_fb_ul_li_fr_li .wz .wz_fb .wz_fb_fl{
		margin-right: 15px;
	}
}

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

	.index_jingyi_product_fc{
		margin-top: 15px;
	}

	.index_jingyi_product_fb{
		margin-top: 20px;
	}

	.index_jingyi_product_fb_ul_li{
		padding: 18px;
	}

	.index_jingyi_product_fb_ul_li_fr{
		margin-top: 15px;
	}
}

/*解决方案*/
.index_jingyi_solution{
	padding: 4% 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_jingyi_solution_fc{
	margin-top: 3%;
	position: relative;
}

.index_jingyi_solution_fc::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 18px;
	z-index: 10;
	width: 200%;
	height: 1px;
	background: rgba(255,255,255,0.5);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.index_jingyi_solution_fc_nnn{
	overflow: hidden;
	position: relative;
	z-index: 15;
}

.index_jingyi_solution_fc_li{
	text-align: center;
	cursor: pointer;
}

.index_jingyi_solution_fc_li .index_jingyi_solution_fc_li_wz{
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_jingyi_solution_fc_li .index_jingyi_solution_fc_li_yuan{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 8px;
	position: relative;
}

.index_jingyi_solution_fc_li.on .index_jingyi_solution_fc_li_yuan{
	background: rgba(255,255,255,0.4);
}

.index_jingyi_solution_fc_li .index_jingyi_solution_fc_li_yuan::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	-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_jingyi_solution_fb{
	margin-top: 3%;
}

.index_jingyi_solution_fb_nnn{
	overflow: hidden;
}

.index_jingyi_solution_fb_li{
	background: rgba(255,255,255,0.9);
}

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

.index_jingyi_solution_fb_li_img{
	width: 53%;
}

.index_jingyi_solution_fb_li_img img{
	width: 100%;
}

.index_jingyi_solution_fb_li_wz{
	width: 47%;
	padding: 3% 4%;
}

.index_jingyi_solution_fb_li_wz_ft{
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
	padding-bottom: 12px;
	border-bottom: 1px solid #a3a4a5;
}

.index_jingyi_solution_fb_li_wz_fc{
	font-size: 17px;
	line-height: 1.7;
	color: #666;
	height: 6.8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin: 9% 0;
}

.index_jingyi_solution_fb_li_wz_fb_fl a,.index_jingyi_solution_fb_li_wz_fb_fr a{
	font-size: 16px;
	line-height:1.5;
	color: #666;
	border: 1px solid #d0d0d0;
	display: block;
	padding: 0.7rem 1.3rem;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_solution_fb_li_wz_fb_fl a:hover,.index_jingyi_solution_fb_li_wz_fb_fr a:hover{
	background: #26237e;
	border-color: #26237e;
	color: #fff;
}

.index_jingyi_solution_fb_li_wz_fb_fl{
	margin-right: 2rem;
}

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

	.index_jingyi_solution_fb_li_wz_fc{
		font-size: 16px;
		line-height: 1.6;
		height: 6.4em;
	}
}

@media(max-width:1200px){
	.index_jingyi_solution_fc_li .index_jingyi_solution_fc_li_wz{
		font-size: 16px;
	}

	.index_jingyi_solution_fb_li_wz_ft{
		font-size: 20px;
		padding-bottom: 10px;
	}

	.index_jingyi_solution_fb_li_wz_fb_fl a,.index_jingyi_solution_fb_li_wz_fb_fr a{
		font-size: 15px;
		padding: 10px 15px;
	}
}

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

	.index_jingyi_solution_fb_li_wz{
		width: 100%;
	}

	.index_jingyi_solution_fb_li_wz_ft{
		font-size: 18px;
		padding-bottom: 8px;
	}

	.index_jingyi_solution_fb_li_wz_fc{
		margin: 3% 0;
	}
}

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

	.index_jingyi_solution_fc{
		margin-top: 20px;
	}

	.index_jingyi_solution_fb{
		margin-top: 20px;
	}

	.index_jingyi_solution_fb_li_wz{
		padding: 20px;
	}

	.index_jingyi_solution_fb_li_wz_fc{
		margin: 18px 0;
	}

	.index_jingyi_solution_fb_li_wz_fb_fl a,.index_jingyi_solution_fb_li_wz_fb_fr a{
		padding: 8px 15px;
	}

	.index_jingyi_solution_fb_li_wz_fb_fl{
		margin-right: 15px;
	}
}

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

	.index_jingyi_solution_fc{
		margin-top: 15px;
	}

	.index_jingyi_solution_fb{
		margin-top: 15px;
	}

	.index_jingyi_solution_fb_li_wz{
		padding: 18px;
	}

	.index_jingyi_solution_fb_li_wz_fc{
		margin: 15px 0;
	}
}

/*新闻动态*/
.index_jingyi_news{
	padding: 4% 0;
	background: #f3f3f3;
}

.index_jingyi_news_fc{
	margin-top: 3%;
}

.index_jingyi_news_fc_li{
	width: 32%;
	margin-right: 2%;
	border: 4px solid rgba(0,0,0,0.07);
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_news_fc_li:hover{
	background: #eeeeee;
	border-color: rgba(0,0,0,0.1);
}

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

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

.index_jingyi_news_fc_li a{
	display: block;
	padding: 20px 5.419%;
}

.index_jingyi_news_fc_li_ft{
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.index_jingyi_news_fc_li:hover .index_jingyi_news_fc_li_ft{
	color: #26237e;
}

.index_jingyi_news_fc_li_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #888;
	padding-top: 10px;
	margin-top: 10px;
	position: relative;
	text-transform: uppercase;
}

.index_jingyi_news_fc_li_fb::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 1px;
	background: #c3c3c3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_news_fc_li:hover .index_jingyi_news_fc_li_fb::before{
	width: 100%;
}

.index_jingyi_news_fb{
	margin-top: 3%;
}

.index_jingyi_news_fb_ul{
	overflow: hidden;
}

.index_jingyi_news_fb_li{
	width: 49%;
	margin-right: 2%;
}

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

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

.index_jingyi_news_fb_li a{
	border: 1px solid #dcdcdc;
	display: block;
	background: #fff;
	padding: 3.5%;
}

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

.index_jingyi_news_fb_li .img{
	width: 40%;
	border: 1px solid #eee;
	overflow: hidden;
}

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

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

.index_jingyi_news_fb_li .wz{
	width: 55%;
}

.index_jingyi_news_fb_li .wz .wz_ft{
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_news_fb_li:hover .wz .wz_ft{
	color: #26237e;
}

.index_jingyi_news_fb_li .wz .wz_fc{
	font-size: 17px;
	line-height: 1.5;
	color: #888;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 4% 0 6%;
}

.index_jingyi_news_fb_li .wz .wz_fb{
	padding-top: 6%;
	position: relative;
}

.index_jingyi_news_fb_li .wz .wz_fb::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 1px;
	background-color: #ccc;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_news_fb_li:hover .wz .wz_fb::before{
	width: 100%;
}

.index_jingyi_news_fb_li .wz .wz_fb .wz_fb_fl,.index_jingyi_news_fb_li .wz .wz_fb .wz_fb_fr{
	font-size: 14px;
	line-height: 1.5;
}

.index_jingyi_news_fb_li .wz .wz_fb .wz_fb_fl{
	color: #999;
}

.index_jingyi_news_fb_li .wz .wz_fb .wz_fb_fr{
	color: #26237e;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_news_fb_li:hover .wz .wz_fb .wz_fb_fr{
	opacity: 1;
}

@media(max-width:1366px){
	.index_jingyi_news_fc_li a{
		padding: 20px;
	}

	.index_jingyi_news_fc_li_ft{
		font-size: 17px;
	}

	.index_jingyi_news_fb_li a{
		padding: 20px;
	}

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

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

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

	.index_jingyi_news_fc_li_fb{
		font-size: 15px;
	}

	.index_jingyi_news_fc_li_fb::before{
		width: 65px;
	}

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

	.index_jingyi_news_fb_li .wz .wz_fb::before{
		width: 65px;
	}
}

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

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

	.index_jingyi_news_fb_li .wz .wz_fc{
		font-size: 15px;
	}
}

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

	.index_jingyi_news_fc{
		margin-top: 20px;
	}

	.index_jingyi_news_fc_li{
		border-width: 2px;
	}

	.index_jingyi_news_fc_li a{
		padding: 15px;
	}

	.index_jingyi_news_fc_li_fb{
		font-size: 14px;
	}

	.index_jingyi_news_fb{
		margin-top: 25px;
	}

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

	.index_jingyi_news_fb_li a{
		padding: 18px;
	}

	.index_jingyi_news_fb_li .img{
		width: 43%;
	}

	.index_jingyi_news_fb_li .wz{
		width: 52%;
	}

}

@media(max-width:640px){
	.index_jingyi_news_fc_li_ft{
		text-align: center;
	}

	.index_jingyi_news_fc_li_fb{
		display: none;
	}
}

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

	.index_jingyi_news_fc{
		margin-top: 15px;
	}

	.index_jingyi_news_fc_li a{
		padding: 12px;
	}

	.index_jingyi_news_fb{
		margin-top: 20px;
	}

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

	.index_jingyi_news_fb_li a{
		padding: 15px;
	}

	.index_jingyi_news_fb_li .img{
		width: 100%;
	}

	.index_jingyi_news_fb_li .wz{
		width: 100%;
		margin-top: 12px;
	}

	.index_jingyi_news_fb_li .wz .wz_fc{
		margin: 8px 0 12px;
	}

	.index_jingyi_news_fb_li .wz .wz_fb{
		padding-top: 12px;
	}

	.index_jingyi_news_fb_li .wz .wz_fb .wz_fb_fr{
		opacity: 1;
	}
}

/*服务支持*/
.index_jingyi_service{
	padding: 4% 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_jingyi_service_con{
	overflow: hidden;
}

.index_jingyi_service_fl{
	width: 47%;
	max-width: 620px;
}

.index_jingyi_service_fl_ft{
	font-size: 2rem;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	padding-bottom: 5%;
	position: relative;
}

.index_jingyi_service_fl_ft::before{
	content: '';
	width: 5rem;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.index_jingyi_service_fl_fc{
	font-size: 17px;
	line-height: 1.8;
	color: #fff;
	margin: 6% 0 8%;
}

.index_jingyi_service_fl_fb{
	overflow: hidden;
}

.index_jingyi_service_fl_fb a{
	font-size: 16px;
	line-height:1.5;
	color: #f2f2f2;
	float: left;
	border: 1px solid rgba(255,255,255,0.55);
	display: block;
	padding: 0.7rem 1.3rem;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_service_fl_fb a:hover{
	color: #26237e;
	border-color: #fff;
	background: #fff;
}

.index_jingyi_service_fr{
	width: 49%;
}

.index_jingyi_service_fr_ul{
	overflow: hidden;
}

.index_jingyi_service_fr_li{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	position: relative;
}

.index_jingyi_service_fr_li:nth-child(1){
	width: 100%;
}

.index_jingyi_service_fr_li:nth-child(2n+1){
	margin-right: 0;
}

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

.index_jingyi_service_fr_li .img{
	overflow: hidden;
}

.index_jingyi_service_fr_li .img img{
	width: 100%;
	min-height: 130px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_jingyi_service_fr_li .img .img_con{
	padding: 28.2% 0;
	min-height: 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

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

.index_jingyi_service_fr_li:nth-child(1) .img .img_con{
	padding: 13% 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index_jingyi_service_fr_li .wz{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 2rem 2rem 0;
}

.index_jingyi_service_fr_li .wz .wz_ft{
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff;
}

.index_jingyi_service_fr_li .wz .wz_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #f2f2f2;
	margin-top: 8px;
}

@media(max-width:1366px){
	.index_jingyi_service_fl_fc{
		font-size: 16px;
		line-height: 1.6;
	}

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

@media(max-width:1200px){
	.index_jingyi_service_fl_ft{
		font-size: 25px;
	}

	.index_jingyi_service_fl_ft::before{
		width: 60px;
	}

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

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

	.index_jingyi_service_fr_li .wz .wz_fb{
		font-size: 15px;
	}
}

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

	.index_jingyi_service_fl_ft{
		padding-bottom: 20px;
	}

	.index_jingyi_service_fl_fc{
		margin: 3% 0;
	}

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

	.index_jingyi_service_fr_li .wz{
		padding: 3rem 3rem 0;
	}

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

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

	.index_jingyi_service_fl_ft{
		font-size: 23px;
		padding-bottom: 15px;
	}

	.index_jingyi_service_fl_ft::before{
		width: 50px;
		height: 2px;
	}

	.index_jingyi_service_fl_fc{
		margin: 20px 0;
	}

	.index_jingyi_service_fl_fb a{
		padding: 8px 15px;
	}

	.index_jingyi_service_fr{
		margin-top: 25px;
	}

	.index_jingyi_service_fr_li .wz{
		padding: 25px 25px 0;
	}
}

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

	.index_jingyi_service_fl_ft{
		font-size: 21px;
	}

	.index_jingyi_service_fl_fc{
		margin: 15px 0;
	}

	.index_jingyi_service_fr{
		margin-top: 20px;
	}

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

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

	.index_jingyi_service_fr_li .wz{
		padding: 20px 20px 0;
	}
}

/*底部*/
.pc_footer{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #061b38;
}

.pc_footer_ft{
	padding: 4% 0;
}

.pc_footer_ft_fl{
	width: 47%;
}

.pc_footer_ft_fl_li{
	max-width: 23%;
}

.pc_footer_ft_fl_li_ft a{
	font-size: 20px;
	line-height: 1.5;
	color: #ededed;
	-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.6);
}

.pc_footer_ft_fl_li_fb{
	margin-top: 0.75rem;
}

.pc_footer_ft_fl_li_fb_li{
	font-size: 0;
}

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

.pc_footer_ft_fl_li_fb_li a{
	font-size: 18px;
	line-height: 1.5;
	color: #ededed;
	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.6);
}

.pc_footer_ft_fc{
	max-width: 30%;
}

.pc_footer_ft_fc_ft{
	padding-left: 50px;
	background-image: url(../images/img/footer_phone_ico.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 40px;
}

.pc_footer_ft_fc_ft_ft{
	font-size: 16px;
	line-height: 1.5;
	color: #ededed;
}

.pc_footer_ft_fc_ft_fb{
	font-size: 1.3rem;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
}

.pc_footer_ft_fc_fb{
	margin-top: 1.2rem;
}

.pc_footer_ft_fc_fb_li{
	font-size: 18px;
	line-height: 36px;
	color: #ededed;
	padding-left: 50px;
	background-position:left 4px;
	background-repeat: no-repeat;
	background-size: 28px;
}

.pc_footer_ft_fc_fb_li:nth-child(n+2){
	margin-top: 1.2rem;
}

.pc_footer_ft_fr{
	width: 14%;
	max-width: 160px;
	text-align: center;
}

.pc_footer_ft_fr_li .img{
	border: 1px solid rgba(255,255,255,0.61);
	padding: 12px;
}

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

.pc_footer_ft_fr_li .wz{
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	margin-top: 15px;
}

.pc_footer_fb{
	border-top: 1px solid rgba(255,255,255,0.41);
	padding: 15px 0;
	font-size: 16px;
	line-height: 1.6;
	color: #ededed;
	text-align: center;
}

.pc_footer_fb a{
	color: #ededed;
	-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 a:hover{
	color: rgba(255,255,255,0.6);
}

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

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

	.pc_footer_ft_fc_ft_fb{
		font-size: 20px;
	}

	.pc_footer_ft_fc_fb_li{
		font-size: 17px;
		background-size: 26px;
		background-position:left 5px;
	}

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

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

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

	.pc_footer_ft_fc_ft_ft{
		font-size: 15px;
	}

	.pc_footer_ft_fc_ft_fb{
		font-size: 18px;
	}

	.pc_footer_ft_fc_fb_li{
		font-size: 16px;
		background-size: 24px;
		background-position:left 6px;
	}

	.pc_footer_ft_fr_li .wz{
		font-size: 16px;
	}

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

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

	.pc_footer_ft_fl_li_fb{
		margin-top: 10px;
	}

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

	.pc_footer_ft_fc{
		width: 65%;
		max-width: 65%;
	}

	.pc_footer_ft_fc_ft{
		padding-left: 45px;
		background-size: 35px;
	}

	.pc_footer_ft_fc_ft_fb{
		font-size: 17px;
	}

	.pc_footer_ft_fc_fb{
		margin-top: 15px;
	}

	.pc_footer_ft_fc_fb_li{
		padding-left: 45px;
	}

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

	.pc_footer_ft_fr{
		width: 30%;
		max-width: 140px;
	}
}

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

	.pc_footer_ft_fc{
		width: 100%;
		max-width: 100%;
	}

	.pc_footer_ft_fc_ft{
		padding-left: 43px;
		background-size: 33px;
	}

	.pc_footer_ft_fc_fb{
		margin-top: 13px;
	}

	.pc_footer_ft_fc_fb_li{
		padding-left: 43px;
	}

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

	.pc_footer_ft_fr{
		width: 100%;
		margin-top: 15px;
	}

	.pc_footer_ft_fr_li .img{
		padding: 10px;
	}

	.pc_footer_ft_fr_li .wz{
		margin-top: 13px;
	}

	.pc_footer_fb{
		padding: 12px 0;
	}
}

@media(max-width:468px){
	.pc_footer_ft{
		padding: 25px 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: 10px;
}

.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;
	}
}