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

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

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

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

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

	.page_con_zhuti {
		padding: 0 30px;
	}
}

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

	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

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

	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
#pc_header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, .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;
}
#pc_header.on{
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

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

.pc_logo {
	width: 22%;
	position: relative;
}

.pc_logo img {
	max-width: 100%;
}
.pc_logo .img1{
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
	-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;
}
#pc_header.on .pc_logo .img1{
    opacity: 1;
}
.pc_logo .img2{
    opacity: 1;
}
#pc_header.on .pc_logo .img2{
    opacity: 1;
}
.pc_header_fr{
    width: 70%;
}

.pc_nav {
	width: 100%;
	padding-right: 30px;
	margin-right: -30px;
}

.pc_nav>ul {
	width: 100%;
}

.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>li {
	width: 14.285714285%;
	float: left;
	position: relative;
	text-align: center;
}

.pc_nav>ul>li>a {
	font-size: 17px;
	line-height: 80px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#pc_header.on .pc_nav>ul>li>a{
    color: #000;
}

.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 180px;
	left: 50%;
	top: 90px;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	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 .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.pc_nav>ul>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>li:hover>a {
	color: #fff;
}

.pc_nav_erji_w:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}

.pc_nav_erji_li a {
	font-size: 15px;
	line-height: 2;
	padding: 5px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav_erji_li a:hover {
	background: #0070c0;
	color: #fff;
}

.pc_nav>ul>li:after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	height: 10px;
	opacity: 0;
	top: 100%;
}

.pc_sousuo {
	position: relative;
	z-index: 10;
	width: 25px;
	z-index: 999;
}

.pc_sousuo1 {
	width: 25px;
	height: 30px;
	background: url(../images/img/top_header_bai.png) no-repeat center;
	background-size: 22px;
	margin-top: 25px;
	cursor: pointer;
}
#pc_header.on .pc_sousuo1 {
    background: url(../images/img/top_header_hei.png) no-repeat center;
	background-size: 22px;
}
.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 100%;
	width: 250px;
	z-index: 999;
	background: #0070c0;
	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/nav_sousuo.png) no-repeat center;
	background-size: 20px;
	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: 13px;
	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);
}

.pc_nav_dianhua {
	width: 180px;
	text-align: center;
	background: #0070c0;
	border-radius: 25px;
	font-size: 0;
	padding: 5px 0;
	line-height: 0;
}

.pc_nav_dianhua i {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 26px;
	background: #0070c0 url(../images/img/top_dianhua.png) no-repeat center;
	background-size: 15px;
	margin-right: 5px;
}

.pc_nav_dianhua span {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 26px;
	color: #fff;
}

/*首页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: 5% !important;
	z-index: 99;
}

.index_banner_yuandian span {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px !important;
}

.index_banner_yuandian span.swiper-pagination-bullet-active {
	background: #fff;
	width: 45px;
	border-radius: 25px;
}

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

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

	.index_banner_yuandian span.swiper-pagination-bullet-active {
		width: 26px;
	}
}
/*公司简介*/
.index_shengdian_about{
    position: relative;
}
.index_shengdian_about_wenzi{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 15.8vw;
    font-weight: bold;
    line-height: 1.1;
    color: #f6f6f6;
}
.index_shengdian_about_con{
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.index_shengdian_about_fl{
    width: 30%;
    background: #222430;
    padding: 4% 3%;
}
.index_shengdian_about_fl_ft h3{
    font-size: 1.7rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}
.index_shengdian_about_fl_ft h4{
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    margin-top: 3%;
}
.index_shengdian_about_fl_fc{
    margin: 10% 0;
}
.index_shengdian_about_fl_fc ul{
    overflow: hidden;
}
.index_shengdian_about_fl_fc li{
    width: 30%;
    float: left;
    margin-right: 5%;
}
.index_shengdian_about_fl_fc li:nth-child(3n){
    margin-right: 0;
}
.index_shengdian_about_fl_fc li .img{
    border-radius: 50%;
    overflow: hidden;
}
.index_shengdian_about_fl_fc li img{
    width: 100%;
}
.index_shengdian_about_fl_fb{
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}
.index_shengdian_about_fr{
    width: 64%;
    padding: 6% 0 4%;
}
.index_shengdian_about_fr_ft{
    font-size: 3rem;
    line-height: 1;
    font-family: Arial;
    font-weight: bold;
    color: #0070c0;
}
.index_shengdian_about_fr_fc{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin: 8% 0 10%;
}
.index_shengdian_about_fr_fb{
    overflow: hidden;
}
.index_shengdian_about_fr_fb a{
    float: right;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    display: block;
    background: #222430;
    width: 140px;
    text-align: center;
    border-radius: 30px;
	-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_shengdian_about_fr_fb a:hover{
    background: #0070c0;
}
@media(max-width:1280px){
    .index_shengdian_about_fl_ft h4{
        font-size: 17px;
    }
}
@media(max-width:991px){
    .index_shengdian_about_fl{
        width: 100%;
        padding: 15px 20px;
        margin-top: 20px;
    }
    .index_shengdian_about_fl_ft h3{
        font-size: 20px;
    }
    .index_shengdian_about_fl_ft h4{
        font-size: 16px;
        margin-top: 5px;
    }
    .index_shengdian_about_fl_fc{
        margin: 15px 0;
    }
    .index_shengdian_about_fr{
        width: 100%;
        padding: 20px 0;
    }
    .index_shengdian_about_fr_fc{
        margin: 15px 0;
        font-size: 15px;
    }
    .index_shengdian_about_fr_fb a{
        float: left;
    }
}
@media(max-width:768px){
    .index_shengdian_about_fr_ft{
        font-size: 28px;
    }
    .index_shengdian_about_fr_fc{
        margin: 10px 0;
    }
}
/*产品中心*/
.index_shengdian_product{
    padding: 4% 0;
    background: #f6f6f6;
}
.index_shengdian_product_ft{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.index_shengdian_product_ft1{
    -webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
}
.index_shengdian_product_nn .index_shengdian_product_ft:nth-child(2n){
    -webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.index_shengdian_product_nn .index_shengdian_product_ft:nth-child(2n) .index_shengdian_product_ft_fl_fr{
    text-align: left;
}
.index_shengdian_product_ft_fl{
    width: 50%;
    position: relative;
}
.index_shengdian_product_ft_fl_fl{
    position: absolute;
    left: 2rem;
    top: 2rem;
    font-size: 4rem;
    line-height: 1;
    font-weight: bold;
    width: 4rem;
    height: 4rem;
	color: #0070c0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
}
.index_shengdian_product_ft_fl_fr_ft0{
    margin-bottom: 5%;
}
.index_shengdian_product_ft_fl_fr_ft0 h3{
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
    text-align: left;
}
.index_shengdian_product_ft_fl_fr_ft0 h3 span{
    display: block;
}
.index_shengdian_product_ft_fl_fr{
    padding:3% 10%;
    text-align: right;
}
.index_shengdian_product_ft1 .index_shengdian_product_ft_fl_fr{
    padding-left: 15%;
}
.index_shengdian_product_ft_fl_fr_ft{
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_shengdian_product_ft_fl_fr_fc{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin: 5% 0 8%;
    max-height: 12em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.index_shengdian_product_ft_fl_fr_fb{
    overflow: hidden;
}
.index_shengdian_product_ft_fl_fr_fb a{
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    display: block;
    background: #222430;
    width: 140px;
    text-align: center;
    border-radius: 30px;
	-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_shengdian_product_nn .index_shengdian_product_ft:nth-child(2n) .index_shengdian_product_ft_fl_fr_fb a{
    float: left;
}
.index_shengdian_product_ft_fl_fr_fb a:hover{
    background: #0070c0;
}
.index_shengdian_product_ft_fr{
    width: 50%;
}
.index_shengdian_product_ft_fr img{
    width: 100%;
}
.index_shengdian_product_ft_fl_fl11{
    display: none;
}
@media(max-width:1200px){
    .index_shengdian_product_ft_fl_fr_ft{
        font-size: 22px;
    }
    .index_shengdian_product_ft_fl_fr_fc{
        font-size: 15px;
    }
}
@media(max-width:991px){
    .index_shengdian_product_ft{
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .index_shengdian_product_nn .index_shengdian_product_ft:nth-child(2n){
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .index_shengdian_product_ft_fl_fl{
        width: 100%;
        position: static;
        font-size: 28px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    .index_shengdian_product_ft_fl_fl00{
        display: none;
    }
    .index_shengdian_product_ft_fl_fl11{
        display: block;
        font-size: 3rem;
        height: 3rem;
        margin-bottom: 15px;
        text-align: center;
    }
    .index_shengdian_product_ft_fl_fr_ft0{
        margin-bottom: 10px;
    }
    .index_shengdian_product_ft_fl{
        width: 100%;
    }
    .index_shengdian_product_ft_fl_fr{
        text-align: left;
        padding: 15px 0 0!important;
    }
    .index_shengdian_product_nn .index_shengdian_product_ft:nth-child(n+2){
        margin-top: 20px;
    }
    .index_shengdian_product_ft_fl_fr_ft0{
        display: none;
    }
    .index_shengdian_product_ft_fl_fr_ft0 h3{
        font-size: 17px;
    }
    .index_shengdian_product_ft_fl_fr_ft{
        font-size: 20px;
    }
    .index_shengdian_product_ft_fl_fr_fc{
        margin: 10px 0 15px;
    }
    .index_shengdian_product_ft_fl_fr_fb a{
        float: left;
    }
    .index_shengdian_product_ft_fr{
        width: 100%;
    }
}
@media(max-width:768px){
    .index_shengdian_product{
        padding: 25px 0;
    }
    .index_shengdian_product_ft_fl_fl11{
        font-size: 28px;
        height: 28px;
    }
}
@media(max-width:468px){
    .index_shengdian_product_ft_fl_fl11{
        font-size: 24px;
    }
}
/*设备展示*/
.index_shengdian_case{
    padding: 4% 0;
}
.index_shengdian_case_fb{
    margin-top: 3%;
}
.index_shengdian_case_fb ul{
    overflow: hidden;
}
.index_shengdian_case_fb li{
    width: 32%;
    margin-right: 2%;
    float: left;
    position: relative;
    overflow: hidden;
}
.index_shengdian_case_fb li:nth-child(n+4){
    margin-top: 2%;
}
.index_shengdian_case_fb li:nth-child(3),.index_shengdian_case_fb li:nth-child(5){
    margin-right: 0;
}
.index_shengdian_case_fb li .img img{
    width: 100%;
}
.index_shengdian_case_fb li .wz{
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.index_shengdian_case_fb li:hover .wz{
    bottom: 0;
}
.index_shengdian_case_fb li .wz h3{
    font-size: 17px;
    width: 100%;
    padding: 5px;
    line-height: 2;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media(max-width:991px){
    .index_shengdian_case_fb li:nth-child(1){
        display: none;
    }
    .index_shengdian_case_fb li{
        width: 49%;
    }
}
@media(max-width:768px){
    .index_shengdian_case{
        padding: 25px 0;
    }
    .index_shengdian_case_fb{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .index_shengdian_case_fb li{
        width: 100%;
        margin-right: 0;
    }
    .index_shengdian_case_fb li:nth-child(n+3){
        margin-top: 15px;
    }
    .index_shengdian_case_fb li .wz{
        bottom: 0;
    }
    .index_shengdian_case_fb li .wz h3{
        font-size: 16px;
    }
}

/*流程*/
.index_shengdian_liucheng{
    padding: 4% 0;
    position: relative;
}
.index_shengdian_liucheng .index_shengdian_news_ft h3{
    color: #fff;
}
.index_shengdian_liucheng .index_shengdian_news_ft h4{
    color: #fff;
}
.index_shengdian_liucheng::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0070c0;
    opacity: .9;
}
.index_shengdian_liucheng_con{
    position: relative;
    z-index: 10;
}
.index_shengdian_liucheng_fb{
    margin-top: 3%;
}
.index_shengdian_liucheng_fb ul{
    font-size: 0;
    overflow: hidden;
}
.index_shengdian_liucheng_fb li{
    width: 78px;
    display: inline-block;
    float: left;
    cursor: pointer;
    position: relative;
}
.index_shengdian_liucheng_fb li:before{
    content: '';
    position: absolute;
    right:-5.5rem;
    width: 20px;
    height: 16px;
    background: url(../images/img/index_fwlc_jt.png) no-repeat center;
    background-size: 20px;
    top: 50%;
    margin-top: -18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index_shengdian_liucheng_fb li:nth-child(9){
    margin-right: 0;
}
.index_shengdian_liucheng_fb li:nth-child(9):before{
    opacity: 0;
}
.index_shengdian_liucheng_fb li .imgw{
    overflow: hidden;
    width: 74px;
    line-height: 74px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.index_shengdian_liucheng_fb li .img{
    display: inline-block;
}
.index_shengdian_liucheng_fb li .imgw .img img{
    width: 60%;
}
.index_shengdian_liucheng_fb li .img1{
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.index_shengdian_liucheng_fb li .img2{
    background: #222430;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: .5s;
    position: absolute;
    left: 0;
    top: 0;
}
.index_shengdian_liucheng_fb li.on .img1{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
}
.index_shengdian_liucheng_fb li.on .img2{
    opacity: 1;
    transform: scale(1);
}
.index_shengdian_liucheng_fb li .wz{
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.index_shengdian_liucheng_fb li.on .wz{
    color: #fff;
}

@media(max-width:991px){
    .index_shengdian_liucheng_fb li{
        width: 32%;
        margin: 5px 0;
        margin-right: 2%;
    }
    .index_shengdian_liucheng_fb li:nth-child(3n){
        margin-right: 0;
    }
    .index_shengdian_liucheng_fb li:nth-child(3n):before{
        opacity: 0;
    }
    .index_shengdian_liucheng_fb li .wz{
        width: 74px;
    }
    .index_shengdian_liucheng_fb li:before{
        right: 0;
    }
}
@media(max-width:768px){
    .index_shengdian_liucheng{
        padding: 30px 0;
    }
    .index_shengdian_liucheng_fb li{
        width: 32%;
        margin-right: 2%;
    }
    .index_shengdian_liucheng_fb li:nth-child(4n){
        margin-right: 2%;
    }
    .index_shengdian_liucheng_fb li:nth-child(4n):before{
        opacity: 1;
    }
    .index_shengdian_liucheng_fb li:nth-child(3n){
        margin-right: 0;
    }
    .index_shengdian_liucheng_fb li:nth-child(3n):before{
        opacity: 0;
    }
    
}

@media(max-width:468px){
    .index_shengdian_liucheng_fb li{
        width:78px;
        margin-right: calc(33.3333% - 78px)!important;
    }
    .index_shengdian_liucheng_fb li:nth-child(3n){
        margin-right: 0!important;
    }
    .index_shengdian_liucheng_fb li:before{
        right: -3rem;
        width: 15px;
        background-size: 15px;
    }
}
.index_shengdian_liucheng_fb1{
    margin-top: 3%;
    text-align: center;
    overflow: hidden;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.index_shengdian_liucheng_fb1 h3{
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.5;
    width: 100%;
    padding-right: 150px;
    margin-right: -150px;
    text-align: left;
}
.index_shengdian_liucheng_fb1 h4{
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.5;
    margin: 2% 0;
}
.index_shengdian_liucheng_fb1 a{
    display: block;
    width: 130px;
    padding: 3px;
    font-size: 16px;
    color: #333;
    line-height:2;
    background: #fff;
    border-radius: 30px;
    -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_shengdian_liucheng_fb1 a:hover{
    background: #222430;
    color: #fff;
}
@media(max-width:1080px){
    .index_shengdian_liucheng_fb1 h3{
        font-size: 18px;
    }
    .index_shengdian_liucheng_fb1 h4{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .index_shengdian_liucheng_fb1 h3{
        padding-right: 0;
        margin-right: 0;
    }
    .index_shengdian_liucheng_fb1{
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
    }
    .index_shengdian_liucheng_fb1 a{
        margin-top: 10px;
    }
}
@media(max-width:768px){
    .index_shengdian_liucheng_fb1{
        margin-top: 10px;
    }
    .index_shengdian_liucheng_fb1 h4{
        margin: 10px 0;
    }
}
@media(max-width:468px){
    .index_shengdian_liucheng_fb1 h3 span{
        display: block;
    }
}

/*新闻中心*/
.index_shengdian_news{
    padding: 4% 0;
}
.index_shengdian_news_ft{
    text-align: center;
}
.index_shengdian_news_ft h3{
    font-size: 2rem;
    line-height: 1.2;
    color: #0070c0;
    font-weight: bold;
}
.index_shengdian_news_ft h4{
    font-size: 18px;
    line-height: 1.5;
    color: #222430;
    margin-top: 10px;
}

.index_shengdian_news_fb {
	margin-top: 3%;
	overflow: hidden;
}

.index_shengdian_news_fb_li {
	width: 32%;
	margin-right: 2%;
	float: left;
}

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

.index_shengdian_news_fb_li_ft {
	overflow: hidden;
}

.index_shengdian_news_fb_li_ft_fl {
	font-size: 24px;
	line-height: 35px;
	color: #333;
	padding-left: 40px;
	background-size: 32px;
	background-position: left center;
	background-repeat: no-repeat;
}

.index_shengdian_news_fb_li_ft_fr {
	font-size: 16px;
	line-height: 35px;
	color: #666;
}

.index_shengdian_news_fb_li_fc {
	margin: 15px 0;
	position: relative;
}

.index_shengdian_news_fb_li_fc .img {
	overflow: hidden;
}

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

.index_shengdian_news_fb_li_fc: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_shengdian_news_fb_li_fc .wz {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 5px 15px;
	background: rgba(0, 0, 0, .5);
}

.index_shengdian_news_fb_li_fc .wz h3 {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 40px;
	position: relative;
}

.index_shengdian_news_fb_li_fc .wz span {
	position: absolute;
	right: 25px;
	top: 50%;
	width: 21px;
	height: 6px;
	background: url(../images/img/index_news_jiantou.png) no-repeat center;
	background-size: 21px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_shengdian_news_fb_li_fc:hover .wz span {
	right: 15px;
}

.index_shengdian_news_fb_li_fb li h3 {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 85px;
	padding-left: 15px;
}

.index_shengdian_news_fb_li_fb li h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 2px solid #999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_shengdian_news_fb_li_fb li h3 span {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}

.index_shengdian_news_fb_li_fb li:hover h3,
.index_shengdian_news_fb_li_fb li:hover h3 span {
	color: #0070c0;
}

.index_shengdian_news_fb_li_fb li:hover h3::before {
	border-color: #0070c0;
}

@media(max-width:991px) {
	.index_shengdian_news_fb_li_ft_fl {
		font-size: 20px;
	}

	.index_shengdian_news_ft h3{
		font-size: 26px;
	} 

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

}

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

	.index_shengdian_news_ft h3{
		font-size: 25px;
	} 

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

	.index_shengdian_news_fb {
		margin-top: 15px;
	}

	.index_shengdian_news_fb_li {
		width: 100%;
		margin-right: 0;
	}

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

	.index_shengdian_news_fb_li_fc {
		margin: 15px 0;
	}

}

@media(max-width:468px) {
	.index_shengdian_news_ft h3{
		font-size: 24px;
	}

	.index_shengdian_news_fb_li_ft_fl {
		font-size: 20px;
		background-size: 25px;
		padding-left: 30px;
		line-height: 25px;
	}

	.index_shengdian_news_fb_li_ft_fr {
		line-height: 25px;
	}

}
/*新闻动态*/
.news {
	padding: 25px 0 80px;
}

.news_cont {
	margin-top: 3%;
}

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

	padding-bottom: 12px;
	border-bottom: 1px solid transparent;
	margin-bottom: 14px;
}

.news_tit h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	padding-left: 1.875em;
	position: relative;
	display: block;
}

.news_tit h4::before {
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background-color: #0070c0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;

}

.news_tit a {
	font-family: Arial;
	font-size: 16px;
	line-height: 2;
	color: #999999;
	display: block;
	margin-left: auto;
}

.news_tit a:hover {
	color: #0070c0;
}

.news_left {
	width: 60%;
}

.news_left .news_tit h4::before {
	background-image: url("../images/img/ico1_1.png");
}

.news_left .news_tj li {
	width: 46.875%;
}

.news_left .news_tj li a {
	display: block
}

.news_left .news_tj li .imgs {
	overflow: hidden;
	border-radius: 10px;
}

.news_left .news_tj li .imgs img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;

	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;

}

.news_left .news_tj li:hover .imgs img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news_left .news_tj li .text {
	margin-top: 6.95%;
}

.news_left .news_tj li .text h5 {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_left .news_tj li:hover h5 {
	color: #0070c0;
}

.news_left .news_tj li .text .summ {
	font-size: 15px;
	line-height: 1.6;
	color: #999999;
	margin-top: 0.9em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_left .news_lb {
	margin-top: 3%;
}

.news_left .news_lb li:nth-child(n+2) {
	margin-top: 0.5%;
}

.news_left .news_lb li a {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	width: 100%;
	position: relative;
}

.news_left .news_lb li h5 {
	margin: 0;
	font-size: 18px;
	line-height: 2;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 1.28em;
	position: relative;
	flex-grow: 1;
	width: 100%;
	padding-right: 90px;
}

.news_left .news_lb li:hover h5 {
	color: #0070c0;
}

.news_left .news_lb li h5::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: solid 2px rgba(29, 42, 94, 0.5);
	position: absolute;
	left: 0;
	top: calc(50% - 5px);
	border-radius: 50%;
}

.news_left .news_lb li .times {
	font-family: Arial;
	font-size: 16px;
	color: #999999;
	line-height: 2;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news_right {
	width: 33.4%;
	margin-left: auto;
}

.news_right .news_tit h4::before {
	background-image: url("../images/img/wd.png");
}

.news_right .news_tit {
	border-color: #dddddd;
}

.news_right .news_li {
	padding-top: 4.1%;
}

.news_right .news_li .swiper-container {
	height: 450px;
}

.news_right .news_li a {
	display: block;
}

.news_right .news_li h5 {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	margin: 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_right .news_li li:hover h5 {
	color: #0070c0;
}

.news_right .news_li .sum {
	font-size: 15px;
	line-height: 1.6;
	color: #999999;
	margin-top: 0.8em;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


@media (max-width: 1330px) {
	.news {
		padding: 1.88% 0 6%;
	}

	.news_tit h4 {
		font-size: 22px;
	}

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

	.news_left .news_tj li {
		width: 48%;
	}

	.news_left .news_tj li .text h5,
	.news_left .news_lb li h5,
	.news_right .news_li h5 {
		font-size: 17px;
	}

	.news_left .news_tj li .text .summ,
	.news_right .news_li .sum {
		font-size: 14px;
	}

	.news_left .news_lb li .times {
		font-size: 15px;
	}
}

@media (max-width: 1200px) {
	.news {
		padding: 30px 0 50px;
	}

	.news_tit h4 {
		font-size: 20px;
	}

	.news_tit a {
		font-size: 14px;
	}

	.news_left .news_lb li h5 {
		font-size: 16px;
	}

	.news_left .news_lb li .times {
		font-size: 14px;
	}

	.news_right .news_li .swiper-container {
		height: 400px;
	}
}

@media (max-width: 1024px) {
	.news_right .news_li .swiper-container {
		height: 380px;
	}
}

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

	.news_cont {
		flex-flow: column;
		margin-top: 30px;
	}

	.news_tit {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.news_left {
		width: 100%;
	}

	.news_left .news_tj li .text {
		margin-top: 12px;
	}

	.news_left .news_tj li .text h5,
	.news_left .news_lb li h5,
	.news_right .news_li h5 {
		font-size: 16px;
	}

	.news_left .news_tj li .text .summ,
	.news_right .news_li .sum {
		margin-top: 0.4em;
	}

	.news_left .news_lb {
		margin-top: 15px;
	}

	.news_right {
		width: 100%;
		margin-top: 20px;
	}

	.news_right .news_li {
		padding-top: 12px;
	}

	.news_right .news_li .swiper-container {
		height: 240px;
	}
}

@media (max-width: 640px) {
	.news {
		padding: 10px 0 20px;
	}

	.news_right .news_li .swiper-container {
		height: 170px;
	}

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

	.news_tit a {
		font-size: 13px;
	}

	.news_left .news_tj li .text h5,
	.news_left .news_lb li h5,
	.news_right .news_li h5 {
		font-size: 15px;
	}

	.news_left .news_tj li .text .summ,
	.news_right .news_li .sum {
		font-size: 13px;
	}
}

/*footer*/
.pc_footer{
    background: #222430;
}
.pc_footer_ft{
    padding: 30px 0;
}
.pc_footer_ft_fl{
    width:30%;
}
.pc_footer_ft_fl li{
    max-width: 49%;
}
.pc_footer_ft_fl li h3{
    font-size: 19px;
    line-height: 2;
    color: #fff;
}
.foot_nav_erji{
    margin-top: 10px;
}
.foot_nav_erji a{
    display: inline-block;
    max-width: 100%;
    font-size: 15px;
    line-height: 2;
    color: rgba(255,255,255,.6);
    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;
}
.foot_nav_erji a:hover{
    color: #fff;
}
.pc_footer_ft_fc{
    max-width: 35%;
}
.pc_footer_ft_fc h3{
    font-size: 19px;
    line-height: 2;
    color: #fff;
}
.pc_footer_ft_fc h4{
    font-size: 15px;
    line-height: 2;
    color: rgba(255,255,255,.6);
    margin-top: 10px;
}
.pc_footer_ft_fr{
    width: 25%;
    max-width: 130px;
}
.pc_footer_ft_fr h3{
    font-size: 19px;
    line-height: 2;
    color: #fff;
}
.pc_footer_ft_fr ul{
    margin-top: 18px;
}
.pc_footer_ft_fr .img img{
    width: 100%;
}
.pc_footer_ft_fr .wz{
    font-size: 15px;
    line-height: 2;
    color: rgba(255,255,255,.6);
    text-align: center;
    margin-top: 10px;
}
.pc_footer_fb{
    border-top: 1px solid #11131a;
    font-size: 15px;
    line-height: 2;
    padding: 20px 0;
    color: rgba(255,255,255,.6);
}
.pc_footer_fb a{
    color: rgba(255,255,255,.6);
	-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: #fff;
}
@media(max-width:991px){
    .pc_footer_ft_fl{
        display: none;
    }
    .pc_footer_ft_fc{
        max-width: 65%;
    }
    .pc_footer_ft_fr{
        width: 30%;
    }
    
}
@media(max-width:768px){
    .pc_footer_ft{
        padding: 20px 0;
    }
    .pc_footer_fb{
        padding: 15px 0;
    }
}
@media(max-width:468px){
    .pc_footer_ft_fl li h3{
        font-size: 18px;
    }
    .pc_footer_ft_fc{
        width: 100%;
        max-width: 100%;
    }
    .pc_footer_ft_fc h3{
        font-size: 18px;
    }
    .pc_footer_ft_fc h4{
        margin-top: 0;
    }
    .pc_footer_ft_fr{
        width: 100%;
        max-width: 100%;
        margin-top: 2px;
    }
    .pc_footer_ft_fr h3{
        font-size: 18px;
    }
    .pc_footer_ft_fr ul{
        margin-top: 8px;
    }
    .pc_footer_ft_fr ul li{
        max-width: 140px;
    }
}




/*公司简介*/
.ny_about_1_fb {
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_about_1_fb_fl {
	width: 48%;
	overflow: hidden;
}

.ny_about_1_fb_fl .img {
	overflow: hidden;
	cursor: pointer;
}

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

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

.ny_about_1_fb_fr {
	width: 48%;
}

.ny_about_1_fb_fr_ft {
	position: relative;
}

.ny_about_1_fb_fr_ft h3 {
	font-size: 2.2rem;
	line-height: 1.2;
	color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	padding-bottom: 2%;
	border-bottom: 2px solid #0070c0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_about_1_fb_fr_ft h4 {
	font-size: 5.8rem;
	line-height: 1;
	font-family: 'Arial';
	font-weight: bold;
	color: transparent;
	text-align: right;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);
}

.ny_about_1_fb_fr_fc {
	font-size: 16px;
	line-height: 1.8;
	color: #4c4c4c;
	margin-top: 4%;
}

.ny_about_2 {
	padding: 3% 0;
	background: #f7f8fa;
	margin-top: 3%;
}

.ny_about_2_ft h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #333;
}

.ny_about_2_ft h4 {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #666;
	margin-top: 1%;
}

.ny_about_2_fb {
	margin-top: 3%;
}

.ny_about_2_fb ul {
	overflow: hidden;
}

.ny_about_2_fb li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

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

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

.ny_about_2_fb li .img {
	overflow: hidden;
}

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

.ny_about_2_fb li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

@media(max-width:991px) {
	.ny_about_1 {
		margin-top: 3%;
	}

	.ny_about_1_fb_fr {
		width: 100%;
	}

	.ny_about_1_fb_fr_ft h3 {
		font-size: 22px;
		padding-bottom: 10px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 62px;
		text-align: left;
		text-indent: .8em;
	}

	.ny_about_1_fb_fr_fc {
		margin-top: 5px;
	}

	.ny_about_1_fb_fl {
		width: 100%;
		margin-top: 10px;
	}

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

	.ny_about_2_fb li {
		width: 49%;
	}

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

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

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

@media(max-width:768px) {
	.ny_about_1 {
		margin-top: 25px;
	}

	.ny_about_2 {
		margin-top: 25px;
		padding: 25px 0;
	}

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

@media(max-width:468px) {
	.ny_about_1_fb_fr_ft h3 {
		padding-bottom: 5px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 5.5rem;
		text-indent: 0;
		text-align: right;
	}
}

/*视频中心*/
.ny_page_vrquanjing li {
	width: 49%;
	margin-right: 2%;
	font-size: 0;
	background: #efefef;
}

.ny_page_vrquanjing li iframe{
	width: 100%;
	height: 23rem;
}

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

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

.ny_page_vrquanjing li .img {
	overflow: hidden;
}

.ny_page_vrquanjing li .img img {
	width: 100% !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

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

.ny_page_vrquanjing li .wz {
	padding: 20px;
}

.ny_page_vrquanjing li .wz h3 {
	font-size: 18px;
	line-height: 1.55;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ny_page_vrquanjing li .wz h4 {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin-top: 10px;
}

.ny_page_vrquanjing li:hover .wz h3 {
	color: #0070c0;
}
@media(max-width:768px){
	.ny_page_vrquanjing li{
		width: 100%;
		margin-right: 0!important;
	}

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

	.ny_page_vrquanjing li iframe{
		height: 25rem;
	}
}

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

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

	.ny_page_vrquanjing li .wz {
		padding: 15px;
	}

	.ny_page_vrquanjing li .wz h4 {
		margin-top: 5px;
	}
}






































