/*初始化样式*/
* {
	-webkit-box-sizing: border-box;
	-moz-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: #308bdc;
}

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

/**/
.max1600 {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 50px;
}
.page_con_zhuti{
    max-width: 1700px;
	margin: 0 auto;
	padding: 0 50px;
}
@media(max-width:1200px) {
	.max1600 {
		padding: 0 30px;
	}
	.page_con_zhuti{
    	padding: 0 30px;
    }
}

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

	body {
		padding-top: 61px;
	}
}

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

/*头部*/
#pc_header {
	height: 100px;
	line-height: 100px;
}

.pc_logo {
	width: 14%;
}

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

.pc_nav {
	width: 83%;
}

.pc_nav>ul {
	width: calc(100% - 50px);
}

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

.pc_nav>ul>li>a {
	font-size: 16px;
	line-height: 100px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 130%;
	left: -15%;
	top: 110px;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.pc_nav>ul>li:hover .pc_nav_erji_w {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.pc_nav>ul>li:hover>a,.pc_nav>ul>li.active >a{
	color: #308bdc;
}

.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: #308bdc;
	color: #fff;
}

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

.pc_sousuo {
	position: relative;
	width: 40px;
}

.pc_sousuo1 {
	width: 40px;
	height: 40px;
	background: url(../images/pc_sousuo_h.png) no-repeat center;
	margin-top: 30px;
}

.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 100px;
	width: 250px;
	z-index: 999;
	background: #308bdc;
	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/pc_sousuo_b.png) no-repeat center;
	background-size: 20px;
}

.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;
	transition: background-color 5000s ease-in-out 0s;
}

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

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

.index_banner 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_banner .swiper-slide-active img{*/
/*    -moz-transform: scale(1.1,1.1);*/
/*    -webkit-transform: scale(1.1,1.1);*/
/*    transform: scale(1.1,1.1);*/
/*}*/
.index_banner_yuandian {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 3% !important;
	z-index: 99;
}

.index_banner_yuandian span {
	width: 15px;
	height: 15px;
	background:none;
	border: 2px solid #308bdc;
	border-radius: 50%;
	opacity: 1;
	margin: 0 10px !important;
}

.index_banner_yuandian span.swiper-pagination-bullet-active {
	background: #308bdc;
}

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

	.index_banner_yuandian span {
		width: 14px;
		height: 14px;
		margin: 0 5px !important;
	}
}
/*解决方案*/
.index_jjfangan{
    padding: 4% 0 0;
}
.index_jjfangan_ft{
    text-align: center;
}
.index_jjfangan_ft h3{
    font-size: 1.9rem;
    line-height: 1.4;
    color: #308bdc;
}
.index_jjfangan_ft h4{
    font-size: 1.4rem;
    line-height: 1.4;
    color: #333;
    position: relative;
    padding-bottom: 10px;
}
.index_jjfangan_ft h4::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #308bdc;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index_jjfangan_fb{
    margin-top: 3.5%;
}
.index_jjfangan_fb ul{
    overflow: hidden;
    width: 100%;
}
.index_jjfangan_fb li{
    float: left;
    width: 16.6666666666666%;
    position: relative;
}
.index_jjfangan_fb li .img{
    overflow: hidden;
    position: relative;
}
.index_jjfangan_fb li .img img{
    width: 100%;
    position: relative;
    z-index: 2;
    -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_jjfangan_fb li .img::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 5;
}
.index_jjfangan_fb li:hover .img 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);
}
.index_jjfangan_fb li .wz{
    position: absolute;
    left: 8%;
    z-index: 6;
    width: 84%;
    bottom: 8%;
    overflow: hidden;
}
.index_jjfangan_fb li .wz .wz_ft{
    border-radius: 40px;
    color: #308bdc;
    background: #fff;
    font-size: 14px;
    line-height: 36px;
    float: left;
    overflow: hidden;
    position: relative;
}
.index_jjfangan_fb li .wz .wz_ft .wz_ft_fl{
    width: 36px;
    height: 36px;
    padding-left: 18px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.index_jjfangan_fb li .wz .wz_ft .wz_ft_fr{
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 5;
    font-size: 18px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.index_jjfangan_fb li:hover .wz .wz_ft .wz_ft_fl{
    width: 115px;
    padding-right: 26px;
}
.index_jjfangan_fb li:hover .wz .wz_ft .wz_ft_fr{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); 
}
.index_jjfangan_fb li .wz h3{
    width: 100%;
    float: left;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    margin-top: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_jjfangan_fb li .wz h4{
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

@media(max-width:1080px){
    .index_jjfangan_ft h3{
        font-size: 26px;
    }
    .index_jjfangan_ft h4{
        font-size: 20px;
    }
    .index_jjfangan_fb li .wz h3{
        font-size: 18px;
    }
    .index_jjfangan_fb li .wz h4{
        font-size: 15px;
    }
}

@media(max-width:991px){
    .index_jjfangan_fb li{
        width: 50%;
    }
}
@media(max-width:768px){
    .index_jjfangan{
        padding: 25px 0 0;
    }
    /*.index_jjfangan_ft h4::before{*/
    /*    width: 30px;*/
    /*    height: 2px;*/
    /*}*/
    .index_jjfangan_fb{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    /*.index_jjfangan_fb li{*/
    /*    width: 100%;*/
    /*}*/
    .index_jjfangan_ft h3{
        font-size: 22px;
    }
    .index_jjfangan_ft h4{
        font-size: 18px;
    }
}
/*产品中心*/
.index_cpzx{
    padding: 4% 0;
    background: #f8f8f8;
}

.index_cpzx_fc{
    margin-top: 2%;
}
.index_cpzx_fc ul{
    font-size: 0;
    text-align: center;
}
.index_cpzx_fc li{
    width: 15%;
    background: #308bdc;
    margin: 1% 0;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    padding:2% 20px;
}
.index_cpzx_fc li.on{
    background: #1064af;
}
.index_cpzx_fc li:nth-child(6n){
    margin-right: 0;
}
.index_cpzx_fc li:last-child{
    margin-right: 0;
}
.index_cpzx_fc li .img{
    line-height: 60px;
    height: 60px;
}
.index_cpzx_fc li .img img{
    max-width: 55px;
}
.index_cpzx_fc li .wz{
    margin-top: 10px;
}
.index_cpzx_fc li .wz h4{
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_cpzx_fb{
    margin-top: 2%;
}
.index_cpzx_fb ul{
    overflow: hidden;
}
.index_cpzx_fb li{
    width: 23.5%;
    margin: 1% 0;
    margin-right: 2%;
    float: left;
    background: #fff;
	border: 1px solid #ececec;
}
.index_cpzx_fb li:nth-child(4n){
    margin-right: 0;
}
.index_cpzx_fb li .img{
    overflow: hidden;
}
.index_cpzx_fb li .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_cpzx_fb li:hover .img 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);
}
.index_cpzx_fb li .wz{
    font-size: 18px;
    line-height: 2;
    color: #333;
    text-align: center;
    border-top: 1px solid #ececec;
    padding: 10px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -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_cpzx_fb li:hover .wz{
    background: #308bdc;
    border-top: 1px solid #308bdc;
    color: #fff;
}
.index_cpzx_fb1{
    margin-top: 2%;
    font-size: 0;
    text-align: center;
}
.index_cpzx_fb1 a{
    margin: 0 auto;
}

@media(max-width:1080px){
    .index_cpzx_fc li .wz h4{
        font-size: 17px;
    }
}
@media(max-width:991px){
    .index_cpzx_fb li .wz{
        font-size: 17px;
    }
	
	.index_cpzx_fc li{
		width: 32%;
	}
	
	.index_cpzx_fc li:nth-child(3n){
	    margin-right: 0;
	}
	
	.index_cpzx_fb li{
		width: 49%;
	}
	.index_cpzx_fb li:nth-child(2n){
		margin-right: 0;
	}
}
@media(max-width:768px){
    .index_cpzx{
        padding: 25px 0;
    }
    .index_cpzx_fb{
        margin-top: 12px;
    }
    .index_cpzx_fb li{
        width: 49%;
    }
    .index_cpzx_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .index_cpzx_fb li:nth-child(2n){
        margin-right: 0;
    }
    .index_cpzx_fb1{
        margin-top: 15px;
    }
    /*.index_cpzx_fb1 a{*/
    /*    max-width: 115px;*/
    /*    padding: 3px;*/
    /*}*/
    .index_cpzx_fc{
        margin-top: 15px;
    }
    .index_cpzx_fc li{
        width: 49%;
        padding: 20px 10px;
    }
	.index_cpzx_fc li:nth-child(3n){
	    margin-right: 2%;
	}
    .index_cpzx_fc li:nth-child(2n){
        margin-right: 0;
    }
    .index_cpzx_fc li .wz h4{
        font-size: 16px;
    }
}
@media(max-width:468px){
    /*.index_cpzx_fb li{*/
    /*    width: 100%;*/
    /*    margin: 0;*/
    /*    margin-right: 0!important;*/
    /*    margin-bottom: 15px;*/
    /*}*/
    /*.index_cpzx_fb li:last-child{*/
    /*    margin-bottom: 0;*/
    /*}*/
    .index_cpzx_fb li .wz{
        font-size: 16px;
        padding: 5px;
    }
    /*.index_cpzx_fb1 a{*/
    /*    font-size: 15px;*/
    /*}*/
    .index_cpzx_fc li{
        padding: 10px 5px;
    }
    .index_cpzx_fc li .img{
        height: 45px;
        line-height: 45px;
    }
    .index_cpzx_fc li .img img{
        width: 35px;
    }
    .index_cpzx_fc li .wz{
        margin-top: 0;
        
    }
}
/*横图*/
.index_hengtu{
    padding: 3% 0;
    background: #308bdc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.index_hengtu::before{
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(48,139,220,.5);
}
.index_hengtu_con{
    position: relative;
    z-index: 5;
    overflow: hidden;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.index_hengtu_fl{
    width: 35%;
}
.index_hengtu_fl .index_hengtu_fl_ft{
    text-align: left;
}
.index_hengtu_fl .index_hengtu_fl_ft h3{
    color: #fff;
}
.index_hengtu_fl .index_hengtu_fl_ft h4{
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
}
.index_hengtu_fr{
    overflow: hidden;
    width: 55%;
}
.index_hengtu_fr li{
    width: 22.75%;
    margin: 1% 0;
    margin-right: 3%;
    float: left;
    border-left: 1px solid  #fff;
    border-bottom: 1px solid  #fff;
    border-radius: 50%;
    padding-top: 23.5%;
    height: 0;
    position: relative;
    cursor: pointer;
}
.index_hengtu_fr li:nth-child(4n){
    margin-right: 0;
}
.index_hengtu_fr li .img_ww{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index_hengtu_fr li .img_ww .img{
    height: 60px;
    line-height: 60px;
}
.index_hengtu_fr li .img_ww .img  img{
    width: 50px;
    max-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_hengtu_fr li .img_ww .wz{
    font-size: 18px;
    line-height: 2;
    color: #fff;
    margin-top: 5px;
}
.index_hengtu_fr li:hover .img_ww .img  img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
@media(max-width:1280px){
    .index_hengtu_fr {
        width: 60%;
    }
}
@media(max-width:1080px){
    .index_hengtu_fr li .img_ww .wz{
        font-size: 16px;
    }
    .index_hengtu_fl .index_hengtu_fl_ft h4{
        font-size: 16px;
    }
}
@media(max-width:991px){
    .index_hengtu{
        padding: 25px 0;
    }
    .index_hengtu_fl{
        width: 100%;
    }
    .index_hengtu_fr{
        width: 100%;
        margin-top: 15px;
    }
}
@media(max-width:991px){
    .index_hengtu_fr li{
        width: 48%;
        margin: 8px 0;
        margin-right: 4%;
        padding-top: 48%;
    }
    .index_hengtu_fr li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width:468px){
    .index_hengtu_fr li .img_ww .wz{
        font-size: 15px;
    }
    .index_hengtu_fr li .img_ww .img{
        height: 40px;
        line-height: 40px;
    }
    .index_hengtu_fr li .img_ww .img img{
        width: 35px;
    }
}
/*公司简介*/
.index_gywm{
    padding: 3% 0;
}
.index_gywm_fc{
    font-size: 16px;
    line-height: 2;
    color: #666;
    text-align: center;
    margin: 3% 0;
}
.index_gywm_fb ul{
    font-size: 0;
}
.index_gywm_fb li{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #dedede;
}
.index_gywm_fb li:nth-child(4n){
    border-right: 0;
}
.index_gywm_fb li:last-child{
    border-right: 0;
}
.index_gywm_fb li .img{
    height: 80px;
    line-height: 80px;
}
.index_gywm_fb li .img img{
    width: 60px;
}
.index_gywm_fb li .wz {
    margin-top: 3%;
}
.index_gywm_fb li .wz h3{
    font-size: 1.1rem;
    line-height: 1.2;
    color: #333;
}
.index_gywm_fb li .wz h3 span{
    font-size: 3rem;
    color: #308bdc;
    font-weight: bold;
    margin-right: 10px;
}
.index_gywm_fb li .wz h4{
    font-size: 16px;
    line-height: 2;
    color: #333;
}
.index_gywm_fb1{
    margin-top: 4%;
    font-size: 0;
    text-align: center;
}
.index_gywm_fb1 a{
    margin: 0 auto;
}
/*.index_gywm_fb1 a{*/
/*    display: inline-block;*/
/*    font-size: 15px;*/
/*    color: #666;*/
/*    line-height: 2;*/
/*    padding: 8px 20px;*/
/*    min-width: 150px;*/
/*    border: 1px solid #999;*/
/*    -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_gywm_fb1 a:hover{*/
/*    color: #fff;*/
/*    border-color: #308bdc;*/
/*    background: #308bdc;*/
/*}*/
@media(max-width:1280px){
    .index_gywm_fb li .wz h3{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .index_gywm_fb li{
        width: 50%;
        margin: 5px 0;
    }
    .index_gywm_fb li:nth-child(2n){
        border-right: 0;
    }
    .index_gywm_fb li .wz h3 span{
        font-size: 36px;
        margin-right: 5px;
    }
    .index_gywm{
        padding: 25px 0;
    }
    .index_gywm_fc{
        margin: 15px 0;
    }
    .index_gywm_fb1{
        margin-top: 15px;
    }
    /*.index_gywm_fb1 a{*/
    /*    min-width: 120px;*/
    /*    padding: 5px 20px;*/
    /*}*/
    .index_gywm_fb li .wz{
        margin-top: 10px;
    }
}
@media(max-width:468px){
    .index_gywm_fc{
        font-size: 15px;
    }
    .index_gywm_fb li .wz h3{
        font-size: 15px;
    }
    .index_gywm_fb li .wz h3 span{
        font-size: 22px;
    }
    .index_gywm_fb li .wz h4{
        font-size: 15px;
    }
    .index_gywm_fb li .img{
        height: 50px;
        line-height: 50px;
    }
    .index_gywm_fb li .img img{
        width: 35px;
    }
}


.index_gsjj_fr_fb{
    max-width: 140px;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 2;
    color: #666;
    border: 1px solid #ccc;
    padding: 6px;
    -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_gsjj_fr_fb:hover{
    color: #fff;
    background: #308bdc;
    border-color: #308bdc;
}
@media(max-width:768px){
    .index_gsjj_fr_fb{
        max-width: 115px;
        padding: 3px;
    }
}
@media(max-width:468px){
    .index_gsjj_fr_fb{
        font-size: 15px;
    }
}



/*新闻中心*/
.index_xwzx{
    padding: 4% 0;
    background: #f8f8f8;
}
.index_xwzx_fb{
    margin-top: 1.5%;
}
.index_xwzx_fb ul{
    overflow: hidden;
}
.index_xwzx_fb li{
    width:32%;
    float: left;
    margin: 1% 0;
    margin-right: 2%;
    position: relative;
    background: #fff;
}
.index_xwzx_fb li:nth-child(3n){
    margin-right: 0;
}
.index_xwzx_fb li .img{
    overflow: hidden;
}
.index_xwzx_fb li .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_xwzx_fb li:hover .img 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);
}
.index_xwzx_fb li .wz{
   padding: 5%;
}
.index_xwzx_fb li .wz h3{
    font-size: 20px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_xwzx_fb li:hover .wz h3{
    color: #308bdc;
}
.index_xwzx_fb li .wz h4{
    font-size: 16px;
    line-height: 2;
    color: #666;
    max-height: 64px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 1% 0 4%;
}
.index_xwzx_fb li .wz h5{
    margin: 0;
}
.index_xwzx_fb li:hover .wz h5{
    color: #fff;
    background: #308bdc;
    border-color: #308bdc;
}
.index_xwzx_fb li .rq{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 2;
    padding: 3px 25px 3px 10px;
    color: #fff;
    background: #308bdc;
    border-radius: 0 0 30px 0;
}
@media(max-width:1366px){
    .index_xwzx_fb li .wz h3{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .index_xwzx{
        padding: 25px 0;
    }
    .index_xwzx_fb{
        margin-top: 15px;
    }
    .index_xwzx_fb li{
        width: 49%;
    }
    .index_xwzx_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .index_xwzx_fb li:nth-child(2n){
        margin-right: 0;
    }
    .index_xwzx_fb li:nth-child(n+3){
        display: none;
    }
    .index_xwzx_fb li .wz h4{
        margin: 5px 0 15px;
    }
}
@media(max-width:468px){
    .index_xwzx_fb li .wz h4{
        font-size: 15px;
        max-height: 60px;
    }
    .index_xwzx_fb li{
        width: 100%;
        margin: 0;
        margin-right: 0!important;
        margin-bottom: 15px;
    }
    .index_xwzx_fb li:last-child{
        margin-bottom: 0;
    }
    .index_xwzx_fb li:nth-child(n+3){
        display: block;
    }
    .index_xwzx_fb li .wz{
        padding: 15px;
    }
}



/*底部*/
.footer_tongyong {
	padding: 3% 0 0;
	background: #308bdc;
}

.footer_tongyong_ft {
	overflow: hidden;
}

.footer_tongyong_ft_fl {
	width: 65%;
}

.footer_tongyong_ft_fl ul {
	overflow: hidden;
}

.footer_tongyong_ft_fl li {
	width: 25%;
	padding-right: 10px;
}

.footer_tongyong_ft_fl li h3 {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.footer_tongyong_ft_fl li h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #fff;
}

.foot_nav_erji {
	margin-top: 15px;
}

.footer_tongyong_ft_fl li a {
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.footer_tongyong_ft_fr {
	overflow: hidden;
	max-width: 30%;
}

.footer_tongyong_ft_fr h3 {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.footer_tongyong_ft_fr h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #fff;
}

.footer_tongyong_ft_fr_fc {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin: 10px 0;
}

.footer_tongyong_ft_fr_fb {
	float: left;
}

.footer_tongyong_ft_fr_fb img {
	max-width: 110px;
}

.footer_tongyong_ft_fr_fb h4 {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.footer_tongyong_fb {
	border-top: 1px solid rgba(255, 255, 255, .5);
	margin-top: 20px;
	padding: 15px 0;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.footer_tongyong_fb a {
	color: #fff;
}

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

	.footer_tongyong_ft_fl {
		display: none;
	}

	.footer_tongyong_ft_fr {
		max-width: 100%;
		float: none;
	}
}

/**/
.ny_page_tongyong{
    margin-top: 3%;
}
.ny_page_tongyong table{
    width: 100%;
    margin: 0 auto;
}
.ny_page_tongyong table td{
    padding:5px 10px;
}
@media(max-width:768px){
    .ny_tuji_neirong{
        margin-top: 15px;
    }
    .ny_page_tongyong .biaogewaikuang{
        overflow: scroll;
    }
    .ny_page_tongyong table{
        width: 738px;
    }
    .ny_page_tongyong_shejixiangdao table{
        width: 600px;
    }
}
/*内页图集-小标题*/
.ny_tuji_title{
    text-align: center;
    font-size: 0;
}
.ny_tuji_title h3{
    font-size: 1.9rem;
    line-height: 1.4;
    color: #308bdc;
    display: none;
}
.ny_tuji_title h4{
    /*font-size: 1.4rem;*/
    display: inline-block;
    font-size: 2rem;
    /*line-height: 1.4;*/
    line-height: 2;
    color: #333;
    padding-bottom: 10px;
    position: relative;
}
.ny_tuji_title h4::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    /*width: 40px;*/
    width: 45%;
    height: 3px;
    background: #308bdc;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media(max-width:1080px){
    .ny_tuji_title h3{
        font-size: 26px;
    }
    .ny_tuji_title h4{
        /*font-size: 20px;*/
        font-size: 26px;
    }
}
@media(max-width:468px){
    .ny_tuji_title h3{
        font-size: 22px;
    }
    .ny_tuji_title h4{
        /*font-size: 18px;*/
        font-size: 20px;
    }
}
.ny_tuji_neirong{
    margin-top: 3%;
}
.ny_tuji_tupianli{
    margin-top: 2%;
}
.ny_tuji_tupianli ul{
    font-size: 0;
    overflow: hidden;
}
.ny_tuji_tupianli li{
    width: 32%;
    margin: 1% 0;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2%;
    text-align: center;
}
.ny_tuji_tupianli li:nth-child(3n){
    margin-right: 0;
}
.ny_tuji_tupianli li .img img{
    width: 100%!important;
}
.ny_tuji_tupianli li .wz{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-top: 10px;
}
@media(max-width:768px){
    .ny_tuji_neirong{
        margin-top: 15px;
    }
    .ny_tuji_tupianli{
        margin-top: 10px;
    }
    .ny_tuji_tupianli li{
        width: 49%;
    }
    .ny_tuji_tupianli li:nth-child(3n){
        margin-right: 2%;
    }
    .ny_tuji_tupianli li:nth-child(2n){
        margin-right: 0;
    }
}
/*团队介绍*/
.ny_tuandui_fl{
    width:54%;
    text-align: justify;
}
.ny_tuandui_fr{
    width:40%;
    position: relative;
    padding-bottom: 5%;
}
.ny_tuandui_fr .img{
    overflow: hidden;
}
.ny_tuandui_fr .img img{
    width: 100%!important;
}
.ny_tuandui_fr .wz{
    position: absolute;
    left:5%;
    width: 90%;
    bottom: 5px;
}
.ny_tuandui_fr .wz li{
    width: 22%;
    margin-right: 4%;
    padding: 10% 0;
    text-align: center;
    float: left;
    background: #f1f1f1;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgb(0,0,0,.1);
    cursor: pointer;
    font-size: 1.4rem;
    color: #308bdc;
    line-height: 1.5;
    -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_tuandui_fr .wz li:nth-child(4n){
    margin-right: 0;
}
.ny_tuandui_fr .wz li:hover{
    background: #308bdc;
    color: #fff;
}
@media(max-width:1180px){
    .ny_tuandui_fr .wz li{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .ny_tuandui_fl{
        width: 100%;
    }
    .ny_tuandui_fr{
        width: 100%;
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .ny_tuandui_fr .wz li{
        border-radius: 15px;
    }
    .ny_tuandui_fr .wz li{
        width: 23.5%;
        margin-right: 2%;
    }
}
/*研发体系*/
.ny_yanfatixi{
    margin-top: 3%;
}
.ny_yanfatixi_title{
    font-size: 1.4rem;
    line-height: 1.3;
    color: #333;
    text-align: center;
}
.ny_yanfatixi ul{
    margin-top: 2%;
    overflow: hidden;
}
.ny_yanfatixi li{
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
}
.ny_yanfatixi li:nth-child(3n){
    margin-right: 0;
}
.ny_yanfatixi li h3{
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.ny_yanfatixi li h3 span{
    font-size: 3rem;
}
.ny_yanfatixi li h4{
    font-size: 18px;
    line-height:2;
    color: #333;
}
.ny_yanfatixi_tuji{
    margin-top: 2%;
}
.ny_yanfatixi_tuji ul{
    overflow: hidden;
}
.ny_yanfatixi_tuji li{
    width: 32%;
    margin: 1% 0;
    margin-right: 2%;
    float: left;
    text-align: center;
}
.ny_yanfatixi_tuji li:nth-child(3n){
    margin-right: 0;
}
.ny_yanfatixi_tuji li .img{
    width: 100%!important;
}
@media (max-width: 1080px){
    .ny_yanfatixi_title {
        font-size: 20px;
    }
}
@media(max-width:991px){
    .ny_yanfatixi li h3 span{
        font-size: 34px;
    }
    .ny_yanfatixi li h4{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .ny_yanfatixi{
        margin-top: 20px;
    }
    .ny_yanfatixi il{
        margin-top: 15px;
    }
    .ny_yanfatixi_tuji{
        margin-top: 10px;
    }
}
@media(max-width:468px){
    .ny_yanfatixi_tuji li{
        width: 100%;
        margin: 0;
        margin-right: 0!important;
        margin-bottom: 15px;
    }
}

/*大事件*/
.neiye_dashijian{
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 4%;
}
.neiye_dashijian_ft_ww {
	position: relative;
}

.neiye_dashijian_ft_btnl {
	width: 35px;
	height: 100%;
	border: 1px solid #dadada;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.neiye_dashijian_ft_btnr {
	width: 35px;
	height: 100%;
	border: 1px solid #dadada;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.neiye_dashijian_ft_btnr.swiper-button-disabled:before,
.neiye_dashijian_ft_btnl.swiper-button-disabled:before {
	opacity: .5;
}

.neiye_dashijian_ft_btnr:before,
.neiye_dashijian_ft_btnl:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-left: 3px solid #BDBDBD;
	border-top: 3px solid #BDBDBD;
	position: absolute;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
}

.neiye_dashijian_ft_btnr:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	margin: -4px 0 0 -6px;
}

.neiye_dashijian_ft {
	margin: 0 50px;
	overflow: hidden;
}

.neiye_dashijian_ft li {
	height: 0;
	width: 15%;
	padding-bottom: 15%;
	background: #11a6a0;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.neiye_dashijian_ft li.on {
	background: #308bdc;
}

.neiye_dashijian_ft li span {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.neiye_dashijian_fc {
	margin: 4% 50px 0;
	font-size: 0;
}
.neiye_dashijian_fc_li{
    overflow: hidden;
}
.neiye_dashijian_fc .wz{
    width: 58%;
}
.neiye_dashijian_fc .img{
    width: 40%;
}
.neiye_dashijian_fc .img img{
    width: 100%!important;
}
.neiye_dashijian_fc_fl {
	font-size: 3rem;
	line-height: 2;
	color: #308bdc;
	font-weight: bold;
}

.neiye_dashijian_fc_fr {
	font-size: 16px;
	line-height: 1.8;
	color: #1a1a1a;
}

.neiye_dashijian_fc_fr p {
	position: relative;
	margin: 10px 0;
}

.neiye_dashijian_fc_fr p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #ccc;
	display: none;
}

@media(max-width:1280px) {
	.neiye_dashijian_ft li span {
		font-size: 20px;
	}
}

@media(max-width:991px) {
	.neiye_dashijian_ft li {
		height: 0;
		width: 18.55%;
		padding-bottom: 18.55%;
	}
}

@media(max-width:768px) {
	.neiye_dashijian_ft li {
		width: 23.640625%;
		padding-bottom: 23.640625%;
	}

	.neiye_dashijian_fc_fr {
		width: 100%;
		margin-left: 0;
	}
	.neiye_dashijian_fc_fl{
	    font-size: 24px;
	}
	.neiye_dashijian{
	    margin-top: 20px;
	}
	.neiye_dashijian_fc{
	    margin-top: 15px;
	}
}

@media(max-width:468px) {
	.neiye_dashijian_ft {
		margin: 0 20px;
	}

	.neiye_dashijian_ft li {
		width: 32.125%;
		padding-bottom: 32.125%;
	}

	.neiye_dashijian_ft_btnr,
	.neiye_dashijian_ft_btnl {
		width: 15px;
		height: 20px;
		top: 50%;
		border: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.neiye_dashijian_fc {
		margin: 20px 15px;
	}
	
	.neiye_dashijian_fc .wz{
	    width: 100%;
	}
	
	.neiye_dashijian_fc .img{
	    width: 100%;
	}
}

/*荣誉*/
.ny_tuji_rongyuli{
    margin-top: 2%;
}
.ny_tuji_rongyuli ul{
    font-size: 0;
}
.ny_tuji_rongyuli li{
    width: 23.5%;
    margin: 1% 0;
    margin-right: 2%;
    /*border: 1px solid #eee;*/
    /*padding: 2%;*/
    display: inline-block;
    vertical-align: bottom;
}
.ny_tuji_rongyuli li:nth-child(4n){
    margin-right: 0;
}
.ny_tuji_rongyuli li .img{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.ny_tuji_rongyuli li .img img{
    width: 100%!important;
    border: 1px solid #eee;
}
@media(max-width:768px){
    .ny_tuji_rongyuli li{
        width: 49%;
    }
    .ny_tuji_rongyuli li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width:468px){
    .ny_tuji_rongyuli li{
        width: 100%;
        margin: 0;
        margin-right: 0!important;
        margin-bottom: 15px;
    }
}




/*联系我们留言*/
.lxwm_c1{
    margin-top: 3%;
}
.lxwm_c1 .lxwm_c1nn {
	background-color: #308bdc;
	border-radius: 24px;
	overflow: hidden;
	padding: 4%;
	align-items: flex-end;
}

.lxwm_c1_fl {
	width: 52%;
}

.lxwm_c1_fl_ft {
	font-size: 24px;
	line-height: 1.5;
	color: #ffffff;
}

.lxwm_c1_fl_fb {
	margin-top: 12%;
}

.lxwm_c1_fl_fb form {}

.lxwm_c1_fl_fb_ft li {
	width: 48%;
	margin-bottom: 5%;
	position: relative;
}

.lxwm_c1_fl_fb_ft li span {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1.5;
	color: #595757;
}

.lxwm_c1_fl_fb_ft li input {
	background: none;
	outline: none;
	width: 100%;
	background-color: #ffffff;
	border-radius: 23px;
	border: solid 2px #ccc;
	font-size: 16px;
	line-height: 2.7;
	color: #061734;
	padding-left: 65px;
	padding-right: 10px;
}

.lxwm_c1_fl_fb_fc {
	position: relative;
	margin-bottom: 5%;
}

.lxwm_c1_fl_fb_fc textarea {
	background: none;
	outline: none;
	width: 100%;
	background-color: #ffffff;
	border-radius: 23px;
	border: solid 2px #eee;
	font-size: 16px;
	line-height: 2.7;
	color: #061734;
	resize: none;
	padding: 40px 20px 20px;
}

.lxwm_c1_fl_fb_fc span {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #595757;
}

.lxwm_c1_fl_fb_fb_fl {
	align-items: center;
	/*margin-bottom: 10px;*/
}

.lxwm_c1_fl_fb_fb_fl input {
	width: 186px;
	background: none;
	outline: none;
	background-color: #ffffff;
	border-radius: 23px;
	border: solid 2px #eee;
	font-size: 16px;
	line-height: 2.7;
	color: #061734;
	padding-left: 70px;
	padding-right: 15px;
}

.lxwm_c1_fl_fb_fb_fl_fl {
	position: relative;
	margin-right: 10px;
}

.lxwm_c1_fl_fb_fb_fl_fl span {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1.5;
	color: #595757;
}

.lxwm_c1_fl_fb_fb_fl img {
	width: 100px;
	height: 38px;
	background-color: #ffffff;
}

.lxwm_c1_fl_fb_fb_fr input {
	background: none;
	outline: none;
	border: 0;
	background-color: #fff;
	border-radius: 23px;
	font-size: 18px;
	line-height: 1.5;
	padding: 7px 3.5rem;
	color: #308bdc;
	cursor: pointer;
}

.lxwm_c1_fr {
	max-width: 45%;
	min-width: 400px;
}
.lxwm_c1_fr_ft{
    font-size: 18px;
    line-height: 2;
    color: #fff;
}
.lxwm_c1_fr_ft h3{
    font-size: 1.6rem;
    line-height: 2;
    color: #fff;
    margin-bottom: 5%;
}
.lxwm_c1_fr_ft li {
	overflow: hidden;
}

.lxwm_c1_fr_ft li:nth-child(1) {
	margin-top: 0;
}

.lxwm_c1_fr_ft li h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff;
}

.lxwm_c1_fr_ft li h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff;
}

.lxwm_c1_fr_ft li .img {
	width: 100%;
	max-width: 160px;
	padding: 13px;
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 10px;
}

.lxwm_c1_fr_ft li .img img {
	width: 100%;
}

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

	.lxwm_c1_fl_fb_fb_fr input {
		padding: 7px 40px;
	}

	.lxwm_c1_fr_ft li h3 {
		font-size: 16px;
	}

	.lxwm_c1_fr_ft li h4 {
		font-size: 20px;
	}
}
@media(max-width:1280px){
    .lxwm_c1_fr_ft h3{
        font-size: 24px;
    }
}
@media(max-width:991px) {
	.lxwm_c1_fr_ft li .img {
		max-width: 150px;
		padding: 8px;
	}

	.lxwm_c1_fl {
		width: 100%;
	}

	.lxwm_c1_fl_fb {
		margin-top: 25px;
	}

	.lxwm_c1_fl_fb_ft li {
		margin-bottom: 15px;
	}

	.lxwm_c1_fl_fb_fc {
		margin-bottom: 15px;
	}

	.lxwm_c1_fr {
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.lxwm_c1_fr_ft h3{
	    margin-bottom: 0;
	}
}

@media(max-width:768px) {
    .lxwm_c1{
        margin-top: 15px;
    }
	.lxwm_c1 .lxwm_c1nn {
		padding: 30px 15px;
	}

	.lxwm_c1_fl_ft {
		font-size: 18px;
	}

	.lxwm_c1_fr_ft li h4 {
		font-size: 18px;
	}

	.lxwm_c1_fl_fb_fb_fl input {
		width: 150px;
	}
	.lxwm_c1_fr{
	    min-width: 0;
	}
}

@media(max-width:468px) {
	.lxwm_c1_fl_fb_ft li {
		width: 100%;
	}

	.lxwm_c1_fl_fb_fb_fr {
		margin-top: 15px;
	}
	.lxwm_c1_fr_ft{
	    font-size: 16px;
	}
}

/*企业文化*/
.ny_pagecon_qiyewenhua{
    background: url(../images/img/qiyewenhuabj.png) no-repeat center;
    background-size: cover;
}
.ny_qiyewenhuatuwen{
    margin-top: 2%;
}
.ny_qiyewenhuatuwen ul{
    font-size: 0;
}
.ny_qiyewenhuatuwen li{
    width: 49%;
    margin: 1% 0;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 24px 0px  rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	background-size: cover;
}
.ny_qiyewenhuatuwen li:nth-child(2n){
    margin-right: 0;
}
.ny_qiyewenhuatuwen li .wz{
    padding: 10%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.ny_qiyewenhuatuwen li .wz h3{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    position: relative;
    padding-bottom: 3%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.ny_qiyewenhuatuwen li .wz h3::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #308bdc;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.ny_qiyewenhuatuwen li .wz h4{
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin-top: 5%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.ny_qiyewenhuatuwen li:hover .wz{
    background: none;
}
.ny_qiyewenhuatuwen li:hover .wz h3{
    color: #fff;
}
.ny_qiyewenhuatuwen li:hover .wz h3::before{
    background: #fff;
}
.ny_qiyewenhuatuwen li:hover .wz h4{
    color: #fff;
}
@media(max-width:1080px){
    .ny_qiyewenhuatuwen li .wz h3{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .ny_qiyewenhuatuwen{
        margin-top: 25px;
    }
    .ny_qiyewenhuatuwen li{
        width: 100%;
        margin: 0;
        margin-top: 15px;
        margin-right: 0;
    }
    .ny_qiyewenhuatuwen li:nth-child(1){
        margin-top: 0;
    }
    .ny_qiyewenhuatuwen li .wz{
        padding: 20px;
    }
    .ny_qiyewenhuatuwen li .wz h3{
        padding-bottom: 15px;
    }
    .ny_qiyewenhuatuwen li .wz h4{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .ny_qiyewenhuatuwen li .wz h3{
        font-size: 18px;
        padding-bottom: 10px;
    }
}

/*工艺优势*/
.ny_gongyiyoushi{
    margin-top: 3%;
}
.ny_gongyiyoushi ul{
    font-size: 0;
}
.ny_gongyiyoushi li{
    width: 23.5%;
    margin: 1% 0;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #fff;
    padding: 3%;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.ny_gongyiyoushi li:nth-child(4n){
    margin-right: 0;
}
.ny_gongyiyoushi li .img{
    height: 60px;
    line-height: 60px;
}
.ny_gongyiyoushi li .img img{
    max-width: 50px;
}
.ny_gongyiyoushi li .wz{
    margin-top: 6%;
}
.ny_gongyiyoushi li .wz h3{
    font-size: 1.3rem;
    line-height: 1.5;
    color: #333;
}
.ny_gongyiyoushi li .wz h4{
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin-top: 6%;
}

.ny_gongyiyoushi_tupian_nn{
    font-size: 0;
    margin-top: 1%;
}
.ny_gongyiyoushi_tupian_li{
    width: 32%;
    margin: 1% 0;
    margin-right: 2%;
    display: inline-block;
    vertical-align: bottom;
}
.ny_gongyiyoushi_tupian_li:nth-child(3n){
    margin-right: 0;
}


@media(max-width:1280px){
    .ny_gongyiyoushi li .wz h3{
        font-size: 18px;
    }
    .ny_gongyiyoushi li .wz h4{
        font-size: 15px;
    }
}
@media(max-width:991px){
    .ny_gongyiyoushi li{
        width: 49%;
    }
    .ny_gongyiyoushi li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width:768px){
    .ny_gongyiyoushi{
        margin-top: 25px;
    }
    .ny_gongyiyoushi li{
        padding: 20px;
    }
    .ny_gongyiyoushi li .wz h4{
        margin-top: 5px;
    }
    .ny_gongyiyoushi_tupian_nn{
        margin-top: 10px;
    }
}
@media(max-width:468px){
    .ny_gongyiyoushi li {
        width:100%;
        margin: 0;
        margin-right: 0;
        margin-top: 15px;
    }
    .ny_gongyiyoushi li:nth-child(1){
        margin-top: 0;
    }
    .ny_gongyiyoushi li .wz{
        margin-top: 10px;
    }
    .ny_gongyiyoushi li .img{
        height: 45px;
        line-height: 45px;
    }
    .ny_gongyiyoushi li .img img{
        max-width: 35px;
    }
    .ny_gongyiyoushi_tupian_li{
        width: 100%;
        margin: 0;
        margin-right: 0;
        margin-top: 15px;
    }
    .ny_gongyiyoushi_tupian_li:nth-child(1){
        margin-top: 0;
    }
}
/*发展历程*/
.ny_tuji_title_fazhanlicheng{
    margin-top: 3%;
}
.dsj{
    /*padding-top: 2.47%;*/
    /*padding-bottom: 6.201%;*/
    position: relative;
}
.dsj .max1420{
    position:relative;
    z-index: 100;
    max-width: 95%;
    width: 100%;
}
.dsj .dsj_ft{
    text-align: center;
}
.dsj .dsj_ft h3{
    font-size: 36px;
	font-weight: bold;
    line-height: 1;
	color: #333333;
    position: relative;
}
.dsj .dsj_ft h3::before{
    content: '';
    display:block;
    width: 5px;
    height: 16px;
    background: #fd0101;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    transform: translateX(-50%);
}
.dsj .dsj_ft h3::after{
    content: '';
    display:block;
    width: 5px;
    height: 16px;
    background: #0808fc;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -100px;
    transform: translateX(-50%);
}
.dsj .dsj_ft h4{
    font-size: 14px;
	font-weight: normal;
	color: #666666;
    margin-top: 17px;
}
.dsj .dsj_fc{
    padding: 0 50px;
    position: relative;
    margin-top: 2.929%;
}
.dsj .dsj_fcw{
    overflow: hidden;
}
.dsj .dsj_fc li a{
    display: block;
    text-align: center;
    background-color: #e1e1e1;
    line-height: 2;
    font-size: 16px;
	color: #333333;
}
.dsj .dsj_fc .dsj_fcbtnl{
    width: 27px;
	height: 32px;
	/*background:url(../images/imggroup/btnll.png) no-repeat center;*/
    position: absolute;
    top:0;
    left: 0;
}
.dsj .dsj_fc .dsj_fcbtnr{
    width: 27px;
	height: 32px;
	/*background:url(../images/imggroup/btnrr.png) no-repeat center;*/
    position: absolute;
    top:0;
    right: 0;
}
.dsj .dsj_fc .swiper-button-disabled{
    opacity: 0.5;
}
.dsj .dsj_fc li.on a{
    background-color: #dc9e2e;
    color: #fff;
}
.dsj .dsj_fc li.cur a{
    background-color: #ff0000;
    color: #fff;
}
.dsj .dsj_fb{
    overflow: hidden;
    position: relative;
    /*padding: 0 60px;*/
    margin-top: 3%;
}
.dsj .dsj_fb .dsj_fcbtnl2{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 60px;
	height: 60px;
    /*background:url(../images/imggroup/btnl.png) no-repeat center;*/
}
.dsj .dsj_fb .dsj_fcbtnr2{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 60px;
	height: 60px;
	/*background:url(../images/imggroup/btnr.png) no-repeat center;*/
}
.dsj .dsj_fb .dsj_fbw{
    overflow: hidden;
}
.dsj .dsj_fb .dsj_fbw .dsj_fbn1 li{
    width: 14.285%!important;
    float: left;
    height: 100%;
}
.dsj .dsj_fb .dsj_fbw  li h3{
    font-size: 18px;
	font-weight: bold;
    line-height: 1.5;
	color: #000;
}
.dsj .dsj_fb .dsj_fbw  li h4{
    font-size: 16px;
	font-weight: normal;
    line-height: 26px;
	color: #666666;
    margin-top: 15px;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h3{
    line-height: 1;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h4{
    line-height: 1;
}
/* ä¸­é—´çº¿ */
.dsj .dsj_fb .bhjtc{
    position: relative;
}
.dsj .dsj_fb .bhjtc::before{
    content: '';
    width: 100%;
    height: 4px;
    background:url(../images/dsjjbs.jpg) no-repeat center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100% auto;
    /*background: linear-gradient(45deg ,#ff0000 ,#04008b)*/
}
.dsj .dsj_fb .dsj_fbw  .btls li{
    height: 150px;
    max-height: 150px;
    width: 300px!important;
    position: relative;
    float: left;
    margin-left: -100px;
    margin-top: 150px;
}
.dsj .dsj_fb .dsj_fbw  .btls li .wznr{
    position: absolute;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(2n) .wznr{
    bottom: 35px;
}
.dsj .dsj_fb .dsj_fbw .btls li .wznr img{
    max-width: 80px;
}
.dsj .dsj_fb .dsj_fbw  .btls li::before{
    content: '';
    display: block;
    width: 8px;
	height: 8px;
	background-color: #308bdc;
	border: solid 2px #308bdc;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    /*left: 13px;*/
    left: 10%!important;
    transform: translateX(-50%);
}
.dsj .dsj_fb .dsj_fbw  .btls li h3{
    margin-top: 35px;
}
.dsj .dsj_fb .dsj_fbw  .btls li h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.dsj .dsj_fb .dsj_fbw  .btls li:after{
    content: '';
    display: block;
    width: 2px;
	height: 20px;
	background-color: #308bdc;
    position: absolute;
    left: 10%;
    transform: translateX(-50%);
    bottom: calc(100% - 24px);
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(2n):after{
    bottom: 6px;
    /*left:17px;*/
    left: 10%;
    transform: translateX(-50%);
}
/*.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1):after{*/
/*    display: none;*/
/*}*/
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(2n){
    margin-top: 0;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(2n) h3{
    margin-top: 0;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(2n)::before{
    top: calc(100% - 6px);
    left: 10px;
}
.dsj .dsj_fb .dsj_fbw .btls li:last-child{
    /* width: 200px!important; */
}
.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1){
    margin-top: 150px;
    margin-left: 0;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1)::before{
    content: '';
    display: block;
    width: 22px;
    height: 28px;
    background: url() no-repeat center;
    position: absolute;
    border: 0;
    top: -67px;
    left: -10px;
    display: none;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1):after{
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background-color: #308bdc;
    position: absolute;
    left: 4%;
    transform: translateX(-50%);
    bottom: calc(100% - 25px);
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h3{
    margin-top: 35px;
    position: relative;
    /*padding-left: 21px;*/
}
/* å¤§äº‹è®°ç¬¬ä¸€ä¸ªæ”¹çš„ */
.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3::before{
    content: '';
    display: block;
    width: 8px;
	height: 8px;
    border-radius: 50%;
	/* background-color: #dc9e2e; */
    background-color: #308bdc;
	border: solid 2px #308bdc;
    position: absolute;
    top: -41px;
    left: -7px;
    z-index: 9;
    left: 10%!important;
    transform: translateX(-50%);
}
/*  */
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h3::after{
    content: '';
    display: block;
    width: 120px;
	height: 2px;
	/* background-color: #dc9e2e; */
    margin-top: 7px;
}
.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h4::before{
    /* content: ''; */
    display: block;
    width: 2px;
	height: 120px;
	background-color: #dc9e2e;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 8;
}

.dsj .dsj_fb .dsj_fbw  .btls li:nth-child(1) h4{
    /* font-size: 16px;
	font-weight: normal; */
    line-height: 26px;
	/* color: #dc9e2e; */
    /*margin-top: 9px;*/
    /*padding-left: 21px;*/
}






@media(max-width: 991px){
    /*.dsj{*/
    /*    padding-top: 30px;*/
    /*    padding-bottom: 30px;*/
    /*}*/
}

@media(max-width: 768px){
    .dsj .dsj_fb{
        padding: 0;
        /*padding-bottom: 60px;*/
        margin-top: 15px;
    }
    .dsj .dsj_fb .dsj_fcbtnl2{
        top: calc(100% - 30px);
    }
    .dsj .dsj_fb .dsj_fcbtnr2{
        top: calc(100% - 30px);
    }
    .dsj .dsj_fb .dsj_fbw .btls li{
        height: 130px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li h3{
        margin-top: 25px;
    }
    .dsj .dsj_fb .dsj_fbw li h3{
        /*font-size: 20px;*/
    }
    
    .dsj .dsj_fb .dsj_fbw li h4{
        font-size: 15px;
        margin-top: 10px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3{
        font-size: 18px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h4{
        font-size: 15px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n) .wznr{
        bottom: 15px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n):after{
        bottom: -2px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:after{
        bottom: calc(100% - 13px);
    }
    .dsj .dsj_fb .dsj_fbw .btls li::before{
        top: -18px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n)::before{
        top: calc(100% - -2px);
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3::before{
        top: -51px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1):after{
        bottom: calc(100% - 16px);
        left: 12px;
    }
}


@media(max-width: 468px){
    .dsj .dsj_ft h3{
        font-size: 26px;
    }
    .dsj .dsj_ft h3::before{
        height: 12px;
        margin-left: -75px;
    }
    .dsj .dsj_ft h3::after{
        height: 12px;
        top: 12px;
        margin-left: -75px;
    }
    .dsj .dsj_fc{
        padding: 0 35px;
        margin-top: 15px;
    }
    .dsj .dsj_fb{
        margin-top: 20px;
    }
    .dsj .dsj_fb .dsj_fbw .btls li{
        width: 100%!important;
        margin-left: 0!important;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1){
        top: calc(100% - 15px);
        margin-left: 15px!important;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3::before{
        left: 15px!important;
    }
    .dsj .dsj_fb .dsj_fbw .btls li:nth-child(1):after{
        left:15px!important;
    }
}

/**/
.dashijiantishi{
    font-size: 16px;
    line-height: 2;
    color: #308bdc;
    text-align: center;
}

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









