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

html {
	margin: 0;
	padding: 0;
	border: 0;
}

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: #ff2618;
}

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

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

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

	body {
		padding-top: 61px;
	}
}

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

/*头部*/
#pc_header {
	height: 100px;
	line-height: 100px;
	/*background: #fff;*/
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
#pc_header.on{
    position: fixed;
    background: #fff;
}
#pc_header:hover{
    background: #fff;
}
.pc_logo {
	max-width: 16%;
	font-size: 0;
}
.pc_logo .img1{
    display: none;
}
#pc_header.on .pc_logo .img2{
    display: none;
}
#pc_header:hover .pc_logo .img2{
    display: none;
}
#pc_header.on .pc_logo .img1{
    display: inline-block;
}
#pc_header:hover .pc_logo .img1{
    display: inline-block;
}
.pc_logo img {
	max-width: 100%;
}

.pc_nav {
	width: 60%;
}

.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: 16px;
	line-height: 100px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#pc_header.on .pc_nav>ul>li>a{
    color: #333;
}
#pc_header:hover .pc_nav>ul>li>a{
    color: #333;
}
.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 {
	color: #ff2618;
}

.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: #ff2618;
	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_b.png) no-repeat center;
	margin-top: 30px;
}
#pc_header.on .pc_sousuo1 {
	background: url(../images/pc_sousuo_h.png) no-repeat center;
}
#pc_header:hover .pc_sousuo1{
    background: url(../images/pc_sousuo_h.png) no-repeat center;
}
.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 100px;
	width: 250px;
	z-index: 999;
	background: #ff2618;
	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 .swiper-slide a{
	display: block;
}
.index_banner .swiper-slide a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img/lizi.png) repeat center;
    z-index: 10;
    opacity: .5;
}

.index_banner img {
	width: 100%;
}
.index_banner .wz{
    opacity: 0;
    position: absolute;
    z-index: 99;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.index_banner .wz h3{
    font-size: 3rem;
    line-height: 1.5;
    font-style: italic;
    font-family: 宋体;
    color: #fff;
    -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(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
}
.index_banner .swiper-slide-active .wz h3{
    -webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.index_banner .wz h3 p{
    padding-left: 5rem;
    position: relative;
}
.index_banner .wz h3 p:before{
    content: '';
    position: absolute;
    left: 2.5rem;
    top: 50%;
    width: 2rem;
    height: .5rem;
    background-color: #ff2618;
    -webkit-transform: translateY(-50%) skew(-24deg);
	-moz-transform: translateY(-50%) skew(-24deg);
	-ms-transform: translateY(-50%) skew(-24deg);
	-o-transform: translateY(-50%) skew(-24deg);
	transform: translateY(-50%) skew(-24deg);
}

.index_banner .wz h4{
    font-size: 16px;
    color: #fff;
    padding-left: 3rem;
    line-height: 2rem;
    margin-top: 5%;
    position: relative;
    -webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}
.index_banner .wz h4:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background:#ff2618 url(../images/img/index_danjiantou_b.png) no-repeat center;
    background-size: 1rem;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotate(-48deg);
	-moz-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	-o-transform: rotate(-48deg);
	transform: rotate(-48deg);
}
.index_banner .wz h4:hover:before{
    -webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.index_banner .swiper-slide-active .wz h4{
    -webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.index_banner_yuandian {
	font-size: 14px;
	line-height: 2;
	color: #fff;
	text-align: right;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 15;
}
.index_banner_yuandian li{
    margin: 8px 0;
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
}
.index_banner_yuandian li.on:before{
    width: 100%;
}
.index_banner_yuandian li:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

@media(max-width:1366px) {
    .index_banner .wz h4{
        height: 26px;
        line-height: 26px;
        padding-left: 35px;
    }
    .index_banner .wz h4:before{
        width: 26px;
        height: 26px;
        background-size: 15px;
    }
}
@media(max-width:768px){
    .index_banner .wz h3{
        font-size: 24px;
    }
    .index_banner .wz h4{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .index_banner .wz h3{
        font-size: 16px;
    }
    .index_banner .wz h4{
        margin-top: 10px;
        font-size: 14px;
    }
    .index_banner_yuandian{
        width: 100%;
        top: auto;
        bottom: 5%;
        -webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-o-transform: translateY(0);
    	transform: translateY(0);
    	text-align: center;
    }
    .index_banner_yuandian li{
        display: inline-block;
        margin: 0 5px;
        font-size: 12px;
    }
}
/*产品分类*/
.index_cpfl ul{
    font-size: 0;
}
.index_cpfl li{
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #fafafa;
}
.index_cpfl li:nth-child(2){
    background-color: #efefef;
}
.index_cpfl li:nth-child(3){
    background-color: #efefef;
}
.index_cpfl li .img{
    opacity: 0;
    -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_cpfl li .img img{
    width: 100%;
}

.index_cpfl li .wz2{
    overflow: hidden;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    background: rgba(255,38,24,.65);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	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;
}
.index_cpfl li .wz2 h3{
    font-size: 1.2rem;
    width: 100%;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_cpfl li .wz2 h4{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background:#fff url(../images/img/index_danjiantou_h.png) no-repeat center;
    background-size: 1rem;
    margin: 0 auto;
    -webkit-transform: rotate(-48deg);
	-moz-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	-o-transform: rotate(-48deg);
	transform: rotate(-48deg);
}
.index_cpfl li .wz{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:7% 5.5%;
    opacity: 1;
    -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_cpfl li .wz .wz_ft{
    width: 100%;
}
.index_cpfl li .wz .wz_ft h3{
    font-size: 1.2rem;
    opacity: 0.4;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_cpfl li .wz .wz_ft h4{
    font-size: 2rem;
    line-height: 1.5;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_cpfl li .wz .wz_fb{
    
}
.index_cpfl li .wz .wz_fb{
    width: 100%;
    font-size: 16px;
    color: #333;
    padding-left: 3rem;
    line-height: 2rem;
    position: relative;
}
.index_cpfl li .wz .wz_fb:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background:#ff2618  url(../images/img/index_danjiantou_b.png) no-repeat center;
    background-size: 1rem;
    -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: rotate(-48deg);
	-moz-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	-o-transform: rotate(-48deg);
	transform: rotate(-48deg);
}
.index_cpfl li:hover .img{
    opacity: 1;
}
.index_cpfl li:hover .wz{
    opacity: 0;
}

@media(max-width:1366px){
    .index_cpfl li .wz .wz_ft h3{
        font-size: 16px;
    }
    .index_cpfl li .wz .wz_fb{
        line-height: 26px;
        padding-left: 35px;
    }
    .index_cpfl li .wz .wz_fb:before{
        width: 26px;
        height: 26px;
        background-size: 15px;
    }
    .index_cpfl li .wz2{
        width: 180px;
        height: 180px;
    }
    .index_cpfl li .wz2 h3{
        font-size: 18px;
    }
    .index_cpfl li .wz2 h4{
        width: 26px;
        height: 26px;
        background-size: 15px;
    }
}
@media(max-width:991px){
    .index_cpfl li{
        width: 100%;
    }
    .index_cpfl li:nth-child(3){
        background-color: #fafafa;
    }
    .index_cpfl li:nth-child(4){
        background-color: #efefef;
    }
    .index_cpfl li .wz .wz_ft h4{
        font-size: 20px;
    }
}
@media(max-width:468px){
    .index_cpfl li .wz{
        padding: 20px;
    }
    .index_cpfl li .wz .wz_ft h4{
        font-size: 18px;
    }
    .index_cpfl li .wz .wz_fb{
        font-size: 14px;
    }
    .index_cpfl li .wz2{
        width: 140px;
        height: 140px;
    }
}
/*公司简介*/
.index_gsjj{
    padding: 5% 0;
    overflow: hidden;
}
.index_gsjj_fl{
    width: 45%;
}
.index_gsjj_fl_ft{
    width: 100%;
}
.index_gsjj_fl_ft h3{
    font-size: 1.2rem;
    color: #cecece;
    line-height: 2;
}
.index_gsjj_fl_ft h4{
    font-size: 2.2rem;
    line-height: 1.5;
    color: #333;
    /*font-weight: bold;*/
    /*font-family: '宋体';*/
    text-align: justify;
    margin: 4% 0;
}
.index_gsjj_fl_ft h5{
    font-size: 16px;
    color: #777777;
    line-height: 2;
    margin: 0;
    text-align: justify;
}
.index_gsjj_fl_ft h4 span{
    color: #333;
}


.index_gsjj_fl_fb{
    margin-top: 5%;
    width: 100%;
    font-size: 0;
    text-align: left;
    
}
.index_gsjj_fl_fb .yuaquan_ww{
    display: inline-block;
    text-align: center;
    border-radius: 0;
    width: auto;
    height: auto;
    background: none;
    margin: 0 1rem!important;
}
.index_gsjj_fl_fb .yuaquan_ww:nth-child(1){
    margin-left: 0!important;
}
.yuanquanwenzi{
    font-size: 14px;
    line-height: 2;
    color: #555;
    margin-top: 5px;
}
.index_gsjj_fl_fb .loading {
    margin: 0 auto;
    width: 44px;
    height: 44px;
    position: relative;
    border: 4px solid #eee;
    background: transparent;
    border-radius: 50%;
}
.index_gsjj_fl_fb .yuaquan_ww.swiper-pagination-bullet{
    opacity: 1;
}
.index_gsjj_fl_fb .yuaquan_ww.swiper-pagination-bullet-active .loading {
    border-color: #eee;
}
.loading .c-progress {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 50%;
    left: 14px;
    top: 14px;
    text-align: center;
}
.index_gsjj_fl_fb .yuaquan_ww.swiper-pagination-bullet-active .loading .c-progress {
    background-color: #ff2618;
}

.loading .left,
.loading .right {
    opacity: 0;
    width: 22px;
    height: 44px;
    position: absolute;
    left: -4px;
    top: -4px;
    overflow: hidden;
}
.index_gsjj_fl_fb .yuaquan_ww.swiper-pagination-bullet-active .loading .left,.index_gsjj_fl_fb .yuaquan_ww.swiper-pagination-bullet-active .loading .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -4px;
    top: -4px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 18px;
    height: 36px;
    border: 4px solid #ff2618;
    border-radius: 45px 0 0 45px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 45px 45px 0;
    border: 4px solid #ff2618;
    border-left: 0;
}
.index_gsjj_fl_fb .yuaquan_ww.swiper-pagination-bullet-active .loading .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
}
.index_gsjj_fl_fb .yuaquan_ww.swiper-pagination-bullet-active .loading .right:after {
    transform-origin: left center;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.index_gsjj_fr{
    width: 50%;
    overflow: hidden;
}
.index_gsjj_fr li img{
    width: 100%;
}
.index_gsjj_fr li .img{
    opacity: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.index_gsjj_fr li.swiper-slide-active .img{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.index_gsjj_fl_fb1{
    display: none;
}
@media(max-width:1366px){
    .index_gsjj_fl_ft h3{
        font-size: 18px;
    }
    .index_gsjj_fl_ft h5{
        font-size: 15px;
    }
}
@media(max-width:991px){
    .index_gsjj{
        padding: 30px 0;
    }
    .index_gsjj_fl{
        width: 100%;
    }
    .index_gsjj_fl_ft h4{
        font-size: 24px;
        margin: 10px 0;
    }
    .index_gsjj_fl_fb{
        margin-top: 20px;
    }
    .index_gsjj_fr{
        width: 100%;
        margin-top: 15px;
    }
    .index_gsjj_fl_fb0{
        display: none;
    }
    .index_gsjj_fl_fb1{
        display: block;
        text-align: center;
    }
}
@media(max-width:468px){
    .index_gsjj_fl_ft h4{
        font-size: 18px;
    }
}
/*首页横图*/
.index_hengtu{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:fixed;
}
.index_hengtu .img {
    height: 33vw;
    position: relative;
}
.index_hengtu .img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img/lizi.png) repeat center;
    z-index: 10;
    opacity: .9;
}
.index_hengtu .wz{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 20;
    -webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	text-align: center;
}
.index_hengtu .wz h3{
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
}
.index_hengtu .wz h4{
    font-size: 1.1rem;
    line-height: 2;
    color: #fff;
    margin: 2% 0;
}
.index_hengtu .wz a{
    font-size: 0;
}
.index_hengtu .wz h5{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding-left: 3rem;
    line-height: 2rem;
    position: relative;
    margin: 0 auto;
}
.index_hengtu .wz h5:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background:#ff2618  url(../images/img/index_danjiantou_b.png) no-repeat center;
    background-size: 1rem;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotate(-48deg);
	-moz-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	-o-transform: rotate(-48deg);
	transform: rotate(-48deg);
}
.index_hengtu .wz a:hover h5:before{
    -webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
@media(max-width:1366px){
    .index_hengtu .wz h5{
        line-height: 26px;
        padding-left: 35px;
    }
    .index_hengtu .wz h5:before{
        width: 26px;
        height: 26px;
        background-size: 15px;
    }
    .index_hengtu .wz h4{
        font-size: 16px;
    }
}
@media(max-width:991px){
    .index_hengtu .wz h3{
        font-size: 22px;
    }
}
@media(max-width:768px){
    .index_hengtu .img{
        height: 45vw;
    }
}
@media(max-width:468px){
    .index_hengtu .wz h4{
        margin: 10px;
    }
    .index_hengtu .img{
        height: 260px;
    }
}





/*新闻动态*/
.index_xwzx {
	padding: 4% 0;
}

.index_xwzx_ft {
	text-align: center;
}

.index_xwzx_ft h3 {
	font-size: 1.2rem;
	line-height: 2;
	color: #cecece;
}


.index_xwzx_ft h4 {
	font-size: 2.2rem;
	line-height:1.5;
	color: #333;
}

.index_xwzx_fb {
	margin-top: 4%;
	overflow: hidden;
}
.index_xwzx_fb ul{
    font-size: 0;
}
.index_xwzx_fb li{
    width: 32.66666666666666%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: bottom;
}
.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{
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.index_xwzx_fb li .wz{
    padding:7.5% 9.5%;
    overflow: hidden;
    position: relative;
}
.index_xwzx_fb li .wz h3{
    font-size: 16px;
    color: #ff2618;
    line-height: 2;
    position: relative;
    z-index: 6;
}
.index_xwzx_fb li .wz h4{
    font-size: 1.2rem;
    color: #333;
    line-height: 2;
    position: relative;
    z-index: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_xwzx_fb li .wz h5{
    margin: 0;
    font-size: 15px;
    line-height: 2;
    color: #666;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
    z-index: 6;
}
.index_xwzx_fb li .wz2 h5{
    background-color: #efefef;
    font-size: 14px;
    line-height: 40px;
    color: #999;
    margin: 0;
    padding: 1rem 9.5%;
    position: relative;
}
.index_xwzx_fb li .wz2 h5:before{
    content: '';
    position: absolute;
    right: 9.5%;
    top: 50%;
    width: 2rem;
    height: 2rem;
    background: url(../images/img/index_danjiantou_h.png) no-repeat center;
    background-size: 1rem;
    border: 1px solid #ff2618;
    border-radius: 50%;
    -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%) rotate(-48deg);
    -moz-transform: translateY(-50%) rotate(-48deg);
    -ms-transform: translateY(-50%) rotate(-48deg);
    -o-transform: translateY(-50%) rotate(-48deg);
    transform: translateY(-50%) rotate(-48deg);
}
.index_xwzx_fb li:hover .wz2 h5:before{
    background:#ff2618 url(../images/img/index_danjiantou_b.png) no-repeat center;
    background-size: 1rem;
    -webkit-transform:translateY(-50%)  rotate(0);
	-moz-transform:translateY(-50%)  rotate(0);
	-ms-transform:translateY(-50%)  rotate(0);
	-o-transform:translateY(-50%)  rotate(0);
	transform:translateY(-50%)  rotate(0);
}
.index_xwzx_fb li .wz:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    z-index: 5;
    -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 .wz:before{
    bottom:0;
}
@media(max-width:1366px){
    .index_xwzx_ft h3{
        font-size: 18px;
    }
    .index_xwzx_fb li .wz h4{
        font-size: 18px;
    }
    .index_xwzx_fb li .wz2 h5:before{
        width: 26px;
        height: 26px;
        background-size: 15px;
    }
    .index_xwzx_fb li:hover .wz2 h5:before{
        background-size: 15px;
    }
}
@media(max-width:991px){
    .index_xwzx{
        padding: 30px 0;
    }
    .index_xwzx_ft h4{
        font-size: 24px;
    }
    .index_xwzx_fb{
        margin-top: 20px;
    }
    .index_xwzx_fb li .wz2 h5{
        padding: 10px 9.5%;
    }
}
@media(max-width:768px){
    .index_xwzx_fb li{
        width: 49%;
        margin-right: 2%;
    }
    .index_xwzx_fb li:nth-child(2n){
        margin-right: 0;
    }
    .index_xwzx_fb li:nth-child(3){
        display: none;
    }
    .index_xwzx_fb li .wz{
        padding: 20px;
    }
    .index_xwzx_fb li .wz2 h5{
        padding: 10px 20px;
    }
}
@media(max-width:468px){
    .index_xwzx_fb li{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0!important;
    }
    .index_xwzx_fb li:nth-child(3){
        display: block;
        margin-bottom: 0;
    }
}
/*横图2*/
.index_hengtu2{
    background: url(../images/img/hengtu2.jpg) no-repeat center;
    background-size: cover;
    padding: 3.6% 0;
    overflow: hidden;
}
.index_hengtu2_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;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.index_hengtu2_fl{
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    font-family: '宋体';
}
.index_hengtu2_fl span{
    color: #ff2618;
}
.index_hengtu2_fr{
    margin-left: 15px;
}
.index_hengtu2_fr a{
	display: block;
}
.index_hengtu2_fr a span.wz{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
    color: #333;
    border-bottom: 1px solid #646464;
    margin-right: 20px;
}
.index_hengtu2_fr a span.tb{
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #ff2618 url(../images/img/index_danjiantou_b.png) no-repeat center;
    background-size: 1rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg);
   
}
.index_hengtu2_fr a:hover span.wz{
    color: #ff2618;
    border-bottom: 1px solid #ff2618;
}
.index_hengtu2_fr a:hover span.tb{
    -webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

@media(max-width:1366px){
    .index_hengtu2_fr a span.wz{
        font-size: 16px;
    }
    .index_hengtu2_fr a span.tb{
        width: 26px;
        height: 26px;
        background-size: 15px;
    }
}
@media(max-width:1080px){
    .index_hengtu2_fl{
        font-size: 22px;
    }
}
@media(max-width:991px){
    .index_hengtu2{
        padding: 30px 0;
    }
}
@media(max-width:768px){
    .index_hengtu2_fl{
        width: 100%;
        font-size: 20px;
    }
    .index_hengtu2_fr{
        margin-top: 10px;
        margin-left: 0;
    }
    .index_hengtu2_fr a span.wz{
        margin-right: 10px;
    }
}
/*底部*/
.footer_tongyong {
	padding: 3% 0 0;
	background: #262626;
}

.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: rgba(255,255,255,.8);
}
.footer_tongyong_ft_fl li a:hover{
    color: rgba(255,255,255,1);
}
.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: 30px 0 0;
	}

	.footer_tongyong_ft_fl {
		display: none;
	}

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