@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}
body{
	font-family:"Microsoft YaHei","微软雅黑","sans-serif"!important;
    margin:0;
	padding:0;
}
@font-face {
	font-family: 'Montserratmedium';
	src: url('/I11qDRLrs1knDHWKDHMHEE9!HISLE14nDHIH.jpg');
}
@font-face {
	font-family: 'Sourcemedium';
	src: url('/I11qDRLrLIkOE1WKr1IoLyAqE3M;U35EHIuUKucOEID.jpg');
}
ul ,ol{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a{
	color:#333;
	text-decoration: none;
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}
caption,th {
	text-align: left;
}

abbr,acronym {
	border: 0;
}
input, select, button, textarea {
    color: #333;
    font-family: "微软雅黑","Microsoft Yahei";
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
section{
	padding-top:50px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after{
	display:block;
	content: '';
	clear: both;
}
h1,h2,h3,h4,h5,h6{margin:0;padding:0}
.img-res{
	display: block;
	max-width:100%;
	height:auto;
}
button{outline:none;}
*:focus{outline:none;}
/***********************导航************************/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #ffffff;
	box-shadow: 0 0 5px 5px rgba(150,150,150,.2);
}
.pc-nav .container1{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    position: relative;
	height: 90px;
}
.pc-nav .logo {
    width: 25%;
    height: 90px;
    display: block;
	float:left;
	padding-top: 13px;
}
.pc-nav .nav {
    width: 65%;
	display:block;
	float: left;
	text-align: right;
	padding-right: 30px;
}
.m-nav{display:none;}
.nav>ul>li {
    display: inline-block;
    line-height: 90px;
    margin-left: 6%;
    position: relative;
}
.nav>ul>li>a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 90px;
    letter-spacing: 0px;
    color: #333;
}
.nav>ul>li a span, .header:hover .nav>ul>li a span {
    color: #b0b0c1;
}
.nav>ul>li>ul {
    width: 250%;
    position: absolute;
    top: 80px;
    left: -70%;
    background: #fff;
    /* padding: 20px; */
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    display: none;
    -webkit-transition: top 0.4s ease 0.1s;
    -moz-transition: top 0.4s ease 0.1s;
    -ms-transition: top 0.4s ease 0.1s;
    -o-transition: top 0.4s ease 0.1s;
    transition: top 0.4s ease 0.1s;
}
.search-en {
    width: 90px;
    position: absolute;
    right: 0px;
    top: 0;
    height:90px;
}
.search-en .languages {
    width: 100%;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
    height: 100%;
    display: block;
    cursor: pointer;
	float:left;
}
.search-en .search {
    background: url(/JS9FH1OPUIcMHtVYUHEoIt.jpg) no-repeat center;
    transition: .5s;
}
.search-en .languages {
    font-size: 16px;
    color: #000000;
    font-family: Arial;
    text-transform: uppercase;
    text-align: left;
}
.search-en .languages .cn {
    padding-left: 24px;
    box-sizing: border-box;
    transition: .5s;
    position: relative;
	color: #000000;
    display: block;
	line-height: 90px;
}
.search-en .languages .cn:after {
    width: 15px;
    height: 6px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    background: url(/JS9FH1OPUIcMHtROUHEoIt.jpg) no-repeat center;
    background-size: 100%;
    transition: .5s;
}

/*****************************/
.id-container{
	padding:0 20px;
}

/*************首页产品*************/
.idx-title{
	margin-bottom: 20px;
}
.idx-title h2{
	font-size:50px;
	font-family: 'Montserratmedium';
	font-weight: normal;
}
.idx-title span{
	font-size:30px;
	padding-left:10px;
}
.swiperbox{
	clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
} 
.swiperbox .swiper-container {
    margin-bottom: 2.1666%;
}
.swiperbox .swiper-slide .imgbox {
    overflow: hidden;
}
.swiperbox .swiper-slide .imgbox img {
    width: 100%;
    -webkit-transition: transform .4s;
    -o-transition: transform .4s;
    -moz-transition: transform .4s;
    transition: transform .4s;
}
.swiperbox .swiper-slide:hover .imgbox img {
	transform: scale(1.1);
	transition: transform 0.4s;
}
.swiperbox .swiper-slide .textbox {
    background: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    padding: 20px 0 0 0;
}
.swiperbox .swiper-slide .textbox .title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
}
.swiperbox .swiper-slide .textbox .se {
    color: #888;
    font-size: 16px;
    margin-bottom: 25px;
}

/**************首页&#88;&#80;&#74;简介***************/
.h-about{
	padding:90px 0;
}
.syjs{
	width:100%;
	position:relative;
}
.syjs:after{
	clear:both;
	display: block;
	content: '';
}
.sytp{
	width:25%;
	position: absolute;
	z-index: 1;
	left:5%;
	top:50px;
}
.jswz{
	width:80%;
	border:1px solid #fff;
	padding:50px 50px 50px 230px;
}
.jswz h2{
	font-size:54px;
	color:#fff;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.jswz h5{
	font-size:24px;
	color:#fff;
	font-weight: normal;
}
.jswz h5:after{
	display:block;
	width:100%;
	height:2px;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	content: '';
}
.jswz p{
	font-size:15px;
	color:#fff;
	line-height:30px;
	margin-bottom: 30px;
}
.jswz a{
	display:inline-block;
	border:1px solid #fff;
	padding:15px 80px;
	background:#fff;
	color:#333;
	transition: all .3s;
}
.jswz a:hover{
	background:transparent;
	transition: all .3s;
	color:#fff;
}

/************首页点定位*************/
.pc-wel-list1{
	margin-bottom:30px;
	overflow: hidden;
}
.pc-wel-list1 .id-container{
    position: relative;
    z-index: 1;
}
.lookbook_img{max-height: 680px;overflow: hidden;}
.lookbook_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.lookbook_item {
    width: 15px;
    height: 15px;
    margin: 0;
    position: absolute;
    z-index: 0;
}
.lookbook_item__bullet {
    width: 15px;
    height: 15px;
    display: block;
    background: #d6070d;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #fff, 0 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 5px #fff,0 0 0 0 #fff;
    box-shadow: 0 0 0 5px #fff, 0 0 0 0 #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.lookbook_item__caption {
    min-width: 100px;
	padding:10px;
    background: #fff;
    position: absolute;
    top: 80%;
    left: 80%;
    z-index: -1;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow 0.3s ease-in-out,opacity 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out,opacity 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out,opacity 0.3s ease-in-out;
}
.caption_left.caption_bottom .lookbook_item__caption {
    top: auto;
    bottom: 80%;
}
.lookbook_item__caption img {
    margin-bottom: 10px;
}
.lookbook_item__caption .product_name {
    display: block;
    font-size: 16px;
	font-weight: bold;
	color:#333;
    line-height: 1.2em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lookbook_item__caption .money {
    font-size: 12px;
    color: #000;
}
.lookbook_item:hover {
    z-index: 10;
}
.lookbook_item:hover .lookbook_item__caption {
    opacity: 1;
    display: block;
}
.lookbook_item:hover .lookbook_item__bullet {
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.25), 0 0 0 5px rgba(215,7,13,0.4);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.25),0 0 0 5px rgba(215,7,13,0.4);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.25), 0 0 0 5px rgba(215,7,13,0.4);
}
.c1{left:9%;top: 45%;}
.c2{left: 12%;top:18%;}
.c3{left: 27%;top: 18%;}
.c4{left: 36%;top: 15%;}
.c5{left: 55%;top:13%;}
.c6{left:81%;top:50%;}
.c7{left:83.5%;top: 55%;}
.c8{left:43%;bottom:25%;}
.c9{left:60%;bottom:7%;}
/***********首页新闻**********/
.i:after{
	display:block;
	clear: both;
	content: '';
}
.i .item{
	width:23.5%;
	float:left;
	padding:30px;
/*	background:#fcfcfc;*/
	position: relative;
}
.i .item:hover{
	background:#fcfcfc
}
.i .item:after{
	content: '';
	border-top:2px solid rgba(214,7,13,.2);
	display:block;
	width:0;
	height:2px;
	background:#d6070d;
	position: absolute;
	z-index: 2;
	top:-2px;
	left:0px;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
.i .item:hover:after{
	width:100%;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
.i .item .date-time{
	font-size:14px;
	color:#666;
}
.i .item h4{
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i .item:hover h4{
	color:#d6070d;
}
.i .item .con{
    display: block;
    height: 93px;
    padding-top: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #767676;
    line-height: 26px;
}
/*****************共用样式*****************/
.fl{float:left;}
.fr{float:right;}
.container{max-width:1600px;overflow: hidden;margin:0 auto;}
.container:after{
	display:block;
	content: '';
	clear: both;
}
.in-banner{
	position: relative;
	overflow: hidden;
	padding-top: 90px;
}
.ban-txt{
	position:absolute;
	z-index: 1;
	left:10%;
	top:45%;
}
.ban-txt h2{
	font-size: 110px;
    color: rgba(204,204,204,0.3);
    font-weight: bold;
    line-height: 90px;
}
.ban-txt h5{
	font-size: 36px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 10px;
}
.ban-txt h5:after{
	width: 60px;
    height: 2px;
    background: #f31f47;
    display: block;
	content: '';
	margin-top:15px;
}
/**************页脚*****************/
footer{
	background: #303030;
    overflow: hidden;
    display: block;
    padding: 40px 0;
}
.finfo{padding-top:30px;}
.in_fost {
    margin-bottom: 30px;
}
.in_fost b{
    width: 55px;
    height: 56px;
    float: left;
    display: block;
    background: url(/JS9FH1OPUIcnny1XDHkrU0WqHj.jpg) no-repeat;
    background-size: contain;
}
.furx {
    padding-left: 65px;
}
.furx span{
    font-size: 14px;
    color: #9b9b9b;
    line-height: 25px;
    display: block;
}
.furx p{
    font-size: 30px;
    color: #cccccc;
    line-height: 30px;
    display: block;
}
.in_fobnh{
    padding-left: 30px;
    border-left: 1px solid #514f4f;
    float: left;
    margin-left: 40px;
}
.mail,.add{
    margin-bottom: 10px;
}
.mail b {
    width: 20px;
    height: 22px;
    margin-top: 3px;
    display: block;
    float: left;
    background: url(/JS9FH1OPUIcnnxuXJStoDIkH.jpg) no-repeat;
    background-size: contain;
}
.add b {
    width: 20px;
    height: 22px;
    margin-top: 3px;
    display: block;
    float: left;
    background: url(/JS9FH1OPUIcnnyIVJSNoDIkH.jpg) no-repeat;
    background-size: contain;
}
.in_fobnh p{
    padding-left: 25px;
    font-size: 14px;
    color: #9b9b9b;
    display: block;
    line-height: 30px;
}
.social-list {
    margin-bottom: 5px;
	float: right;
}
.beian{
    clear: both;
    font-size: 14px;
    color: #9b9b9b;
    display: block;
    line-height: 20px;
}
.beian a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}


/****************&#88;&#80;&#74;简介*****************/
.ab-wrap{
	background: url(/JS9FH1OPUIWJJz5DJHqEIkkMESV.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
    overflow: hidden;
}
.js-box{
	width:50%;
	float:left;
}
.js-title h3{
	font-size: 20px;
    color: #000;
    font-family: 'Sourcemedium';
    line-height: 38px;
    display: block;
	margin-bottom: 10px;
	position: relative;
}
.js-title h3:after{
	content:'';
	display:block;
	width: 60px;
    height: 2px;
    background: #000;
    position: absolute;
    left:180px;
    top: 20px;
}
.js-title h5{
    font-size: 32px;
    color: #000;
    display: block;
    line-height: 34px;
    font-family: 'Montserratmedium';
    text-transform: uppercase;
	font-weight: normal;
}
.js-word{
    margin-top: 60px;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 30px;
}
.js-img{
	width:50%;
	float:right;
	position:relative;
}
.js-img img{
	display:block;
	margin-left: 100px;
}

/*企业文化*/
.culture{
	background: url(/JS9FH1OPUDMeODDpJHEF.jpg) center no-repeat;
	padding:100px 0;
}
.culture ul{
    display:flex;
    justify-content:space-between ;
}
.culture ul li {
    width:19%;
    background: rgba(241,241,241,.8);
    text-align: center;
    margin-bottom: 11px;
	border-radius: 0 30px 0 0;
	padding:30px 0;
}
.culture ul li:last-child{margin-right:0;}
.culture ul li .div1 {
	padding:16px 0;
    height: 65px;
	text-align: center;
	vertical-align:middle; 
}
.culture ul li .div2 {
    color: #2d2c30;
    font-size: 18px;
    margin-top: 20px;
}
.culture ul li .div3 {
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #555;
	font-size: 14px;
}
/*核心竞争力*/
.core{
	padding:50px 0;
}
.core-left{
	width:50%;
	float:left;
}
.core-left h2{
	font-size:30px;
	color:#333;
	line-height: 40px;
	font-weight: normal;
}
.core-left h2 strong{
	display:block;
	font-size:34px;
	color:#ce1d30;
	line-height: 50px;
}
.core-left p{
	color:#b2b2b2;
	font-size:24px;
	margin-top: 80px;
}
.core-right{
	width:50%;
	float:right;
	font-size:14px;
	color:#333;
	line-height:24px;
}
.core-right p{
	margin-bottom:15px;
}
/*发展历程*/
.history .container{
	position:relative;
}
.his-tit{
	display: block;
    float: left;
	margin-bottom: 50px;
}
.abj_jsknd_titkf {
    position: relative;
    width: 160px;
}
.his-tit h2{
    font-size: 20px;
    color: #000;
    font-family: 'Sourcemedium';
    line-height: 38px;
    display: block;
	position: relative;
}
.his-tit h2:after{
    width: 60px;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    left:100px;
    top: 16px;
	content: '';
}
.his-tit h5 {
	font-weight: normal;
    font-size: 32px;
    color: #000;
    display: block;
    line-height: 34px;
    font-family: 'Montserratmedium';
    text-transform: uppercase;
}
/**/
.ab_lnlckjd {
    position: relative;
	margin-bottom: 30px;
}
.abjjhd_djbkfg {
    position: absolute;
    left: 1px;
    top: 0;
    width: 1px;
    background: #c3c3c3;
    height: 254px;
}
.abjhghd_kldjhvf {
    padding-left: 20px;
}
.abjjhd_djbkfg .shvjd_xtyjud {
    width: 3px;
    height: 40px;
    background: #e60012;
    position: absolute;
    top: 0;
    left: 0;
}
.ajhvs_imsbhd {
    font-size: 24px;
    color: #000;
    text-align: left;
    line-height: 40px;
    margin-bottom: 20px;
    display: block;
}
.abjhds_text {
    font-size: 14px;
    color: #272727;
    text-align: left;
    display: block;
    line-height: 26px;
}
.sjhvd_topjf {
    width: 90px;
    position: absolute;
    top: 35px;
    right: 0;
    height: 24px;
}
.abjkhd_dhf, .jksbhjdf {
    position: relative;
}
.xzkjd_yuan {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    display: block;
    background: url(/JS9FH1OPUHcOIS9MUHEoIt.jpg) no-repeat;
    background-size: contain;
}
.swiper-button-next_lick, .swiper-button-prev_lick {
    width: 27px;
    height: 15px;
    top: 5px;
    display: block;
    position: absolute;
    cursor: pointer;
}
.swiper-button-next_lick {
    right: 0;
    background: url(/JS9FH1OPUHcOIS9gDI1FJEkQJyV.jpg) no-repeat;
    background-size: contain;
}
.swiper-button-prev_lick {
    left: 0;
    background: url(/JS9FH1OPUHcOIS9gK1SGEEkQJyV.jpg) no-repeat;
    background-size: contain;
}

/****************产品类目*****************/
.class-box{padding-top:90px;}
.class-con{
    padding:80px;
    box-sizing: border-box;
    background: #eaeaeb;
}
.class-con .list {
    background: #fff;
    padding: 80px;
    padding-bottom: 40px;
    box-sizing: border-box;
    margin-bottom: 12px;
	overflow: hidden;
}
.class-con .list .images {
    width: 50%;
	float:left;
	overflow: hidden;
}
.class-con .list .images img{
	width:100%;
	max-width: 100%;
	transition: transform .3s;
}
.class-con .list .images:hover img{
	transform:scale(1.05);
	transition: transform .3s;
}
.class-con .list .words {
    width: 45%;
	float:right;
}
.class-con .list .words .t0{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 25px;
	font-size: 30px;
    color: #d6070d;
    box-sizing: border-box;
    line-height: 1;
} 
.class-con .list .words .t0  .pmore:hover{
	color:#d6070d;
}
.class-con .list .words .tul {
    height: 180px;
    font-size: 14px;
    color: #444444;
    line-height: 32px;
    box-sizing: border-box;
}
.class-con .list .words .tul .pmore{
	display:block;
	width:130px;
	text-align: center;
	line-height: 35px;
	font-size:14px;
	color:#999;
	border:1px solid #e5e5e5;
	border-radius:50px;
	margin-top:20px;
	transition: all .3s;
}
.class-con .list .words .tul .pmore:hover{
	color:#fff;
	background:#d6070d;
	border:1px solid #d6070d;
	transition: all .3s;
}
.class-con .list .words .t2 {
    margin-top: 75px;
}
.class-con .list .words .t2 .tit {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 20px;
}
.class-con .list .words .t2 .txt .img {
	float:left;
    width: 24%;
    margin-left: 1.3333333333%;
    height: auto;
	position: relative;
}
.class-con .list .words .t2 .txt .img:nth-child(4n+1) {
    margin-left: 0;
}
.class-con .list .words .t2 .txt .img img {
    width: 100%;
}
.class-con .list .words .t2 .txt .img .span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    line-height: 1.4;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    padding-top: 45px;
    box-sizing: border-box;
    opacity: 0;
    transition: .5s;
}
.class-con .list .words .t2 .txt .img:hover .span {
    transition: .5s;
    opacity: 1;
}
/****************产品分类导航*****************/
.pro-nav{
	padding: 20px 0;
    display: block;
}
.pro-nav li {
    width: 20%;
    float: left;
    padding-left: 20PX;
    margin: 10px 0;
}
.pro-nav li a {
    display: block;
    border: 1px solid #e5e5e5;
    height: 55px;
    font-size: 14px;
    background: #f6f6f6;
    text-align: center;
    color: #505050;
    line-height: 55px;
}
.pro-nav li.xznmnx a,
.pro-nav li:hover a {
    background: #d6070d;
    color: #fff;
    border-color: #d6070d;
}

.prod_list{
	background: #eee;
    padding: 40px 0;
}
.prod_list li {
    padding-right: 15px;
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
}
.prod_list li a{
	display: block;
	background:#fff;
}
.prod_list li a .pimg{
	text-align: center;
	overflow: hidden;
}
.prod_list li a .pimg img{
	-webkit-transition: transform .4s ease-in-out;
	-moz-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
}
.prod_list li a:hover .pimg img{
	transform:scale(1.1);
	-webkit-transition: transform .4s ease-in-out;
	-moz-transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
}
.prod_list li a:hover .pd-tit{
	color:#d6070d;
	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
}
.pd-tit{
	text-align: center;
	font-size:16px;
	line-height: 30px;
	height: 60px;
	color:#333;
	-webkit-transition: color .4s ease-in-out;
	-moz-transition: color .4s ease-in-out;
	transition: color .4s ease-in-out;
}


/******************产品详情*******************/
.pdimg{
	padding:50px 0;
	margin-top:90px;
	background:#f1f1f1;
}
.pd-img{
	width:50%;
	text-align: center;
}
.pd-img img{
	border:1px solid #ccc;
}
.pd-gs{
	width:50%;
}
.pd-gs span{
	display: block;
	font-size:18px;
	color:#666;
	margin-bottom: 20px
}
.pd-gs h2{
	font-size:32px;
	color:#333;
	margin-bottom: 30px;
	font-weight: normal;
}
.pd-gs p{
	font-size:16px;
	color:#565656;
	line-height: 36px;
	margin-bottom: 30px
}
.real-pro li{
	display:block;
	float:left;
	width:210px;
	height:150px;
	border:1px solid #ccc;
	background:#fff;
	overflow: hidden;
	margin-right:10px;
}

/*产品参数*/
.productdetails{
	padding-bottom:30px;
}
.productdetails .productdetails-tit {
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
	overflow: hidden;
}
.productdetails .productdetails-tit .tit-ul .li {
    display: block;
    width: 305px;
    line-height: 100px;
    height: 100px;
    text-align: center;
    float: left;
    font-size: 18px;
    color: #444444;
    position: relative;
}
.productdetails .productdetails-tit .tit-ul .li:after {
    position: absolute;
    width: 115px;
    height: 10px;
    content: "";
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    background: #d6070d;
    background-size: 100%;
    opacity: 0;
    transition: .5s;
}
.productdetails .productdetails-tit .tit-ul .li:hover:after, 
.productdetails .productdetails-tit .tit-ul .li.active:after {
    transition: .5s;
    opacity: 1;
}
.productdetails .productdetails-tit .back {
    position: relative;
    line-height: 100px;
    font-size: 14px;
    color: #444444;
    padding-left: 55px;
    padding-right: 30px;
    box-sizing: border-box;
    transition: .5s;
}
.productdetails .productdetails-tit .back:before {
    width: 1px;
    height: 40px;
    background: #e5e5e5;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    position: absolute;
}
.productdetails .productdetails-tit .back:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/JS9FH1OPUISIIybpD1cF.jpg) no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.productdetails .productdetails-tit .back:hover {
    color: #d6070d;
    transition: .5s;
}
.productdetails .productdetails-tit .back:hover:after {
    background: url(/JS9FH1OPUISIIycgJkcSK1H.jpg) no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.productdetails .items {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-top: 40px;
}
.productdetails .items .tit {
    font-size: 24px;
    line-height: 1;
    color: #222222;
}
.productdetails .words {
    margin-top: 27px;
}

/*下载*/
.productdetails .items3 .words {
    margin-top: 45px;
}
.productdetails .items3 .down{
	overflow:hidden;
}
.productdetails .items3 .aitems {
    display: block;
    width: 49%;
    height: 90px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 90px;
    float: left;
    margin-left: 2%;
    padding: 0 30px;
    color: #444444;
    margin-bottom: 10px;
}
.productdetails .items3 .aitems:nth-child(2n+1) {
    margin-left: 0;
}
.productdetails .items3 .aitems .wen {
    height: 100%;
    max-width: 60%;
    overflow: hidden;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
}
.productdetails .items3 .aitems .wen:after {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(/JS9FH1OPUIqoDy8pD1cF.jpg) no-repeat center;
    background-size: 100%;
}
.productdetails .items3 .aitems .d {
    transition: .5s;
    max-width: 40%;
}
.productdetails .items3 .aitems:hover .d {
    color: #d6070d;
    transition: .5s;
}
.productdetails .items2 .app{
	margin-top:45px;
	overflow: hidden;
}
.productdetails .items2 li{
	width:32%;
	float:left;
	margin-right:2%;
	border:1px solid #e5e5e5;
	padding:30px;
}
.productdetails .items2 li:last-child{
	margin-right:0;
}
.productdetails .items2 .aitems .d {
    transition: .5s;
    max-width: 40%;
	font-size:28px;
	color:#333;
}
.productdetails .items2 .aitems .hotu{
    height: 100%;
    max-width: 60%;
    overflow: hidden;
    padding-left: 40px;
    box-sizing: border-box;
    float:right;
}
/**********************生产实力***********************/

/*****************新闻中心******************/
.news{
	margin-top:90px;
	background:#f1f1f1;
	padding:50px 0;
}
.news .container{
	background:#fff;
	padding:30px;
}
.newsleft{
    width: 25%;
}
.messages-title {
    line-height: 1;
}
.fixed-newsleft .messages-title .en {
    line-height: 52px;
	font-size:40px;
	font-weight: bold;
	text-transform: uppercase;
}
.messages-title .cn {
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 35px;
    font-weight: bold;
}
.news-tit {
    padding-top: 10px;
}
.news-tit .li {
    display: block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    color: #888888;
    font-size: 16px;
    text-align: center;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    transition: .5s;
    position: relative;
}
.news-tit .li:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #ce1d30;
    width: 3px;
    opacity: 0;
    transition: .5s;
}
.news-tit .li:hover, 
.news-tit .li.active {
    background: #f7f7f7;
    transition: .5s;
}
.news-tit .li:hover:after, 
.news-tit .li.active:after {
    opacity: 1;
    transition: .5s;
}
.news-swiper {
    margin-top: 100px;
    width: 360px;
	position:relative;
}
.news-swiper .tit {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 18px;
}
.news-swiper .itembox {
    font-size: 14px;
    color: #444444;
}
.news-swiper .itembox .item {
    line-height: 60px;
    color: #444444;
    border-bottom: 1px solid #eeeeee;
    display: block;
    transition: .5s;
	overflow: hidden;
}
.news-swiper .itembox .item .text {
    width: calc(100% - 100px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 100%;
}
.news-swiper .itembox .item:hover {
    color: #ce1d30;
    transition: .5s;
}
.news-swiper .n-button {
    position: absolute;
    top: 0;
    right: 0;
}
.news-swiper .swiper-button-prev, 
.news-swiper .swiper-button-next {
    width: 10px;
    height: 18px;
    display: inline-block;
    position: static;
}
.news-swiper .swiper-button-prev {
    background: url(/JS9FH1OPUI0SQE9PKIZ.jpg) no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.news-swiper .swiper-button-next {
    background: url(/JS9FH1OPUI0SNO9PKIZ.jpg) no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.news-swiper .swiper-button-prev:hover {
    background: url(/JS9FH1OPUI0SNu9PKIZ.jpg) no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.news-swiper .swiper-button-next:hover {
    background: url(/JS9FH1OPUI0SNk9PKIZ.jpg) no-repeat center;
    background-size: 100%;
    transition: .5s;
}
/*右边*/
.newsright{
	width:70%;
}
.news-sgst .words {
    position: relative;
    width: 100%;
    background: #f7f7f7;
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    padding: 52px 60px 50px 38px;
    box-sizing: border-box;
	margin-bottom: 50px;
}
.news-sgst .words-text {
    position: relative;
    height: 100%;
    padding-bottom: 40px;
}
.news-sgst .words .t0 {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 35px;
    transition: .5s;
    line-height: 1;
}
.news-sgst .imghbox:hover .words .t0 {
    transition: .5s;
    color: #ce1d30;
}
.news-sgst .words .time {
    font-size: 14px;
    color: #888888;
    line-height: 18px;
    padding-left: 26px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}
.news-sgst .words .time:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 18px;
    background: url(/JS9FH1OPUHfAT0SpIN.jpg) no-repeat center;
}
.news-sgst .words .jiantou {
    width: 36px;
    height: 30px;
    background: url(/JS9FH1OPUHfSOE9PKIZ.jpg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 10px;
}
/**/
.news-list li {
    display: block;
    width: 48%;
    padding-right: 15px;
    box-sizing: border-box;
	float:left;
	margin-right: 4%;
}
.news-list li:nth-child(even){
	margin-right:0;
	margin-top: 80px;
}
.news-list li .items {
    display: block;
}
.news-list li .items .imgs {
    overflow: hidden;
}
.news-list li .items img {
    width: 100%;
    transition: .5s;
}
.news-list li .items .words {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    padding-top: 30px;
    padding-bottom: 35px;
	overflow: hidden;
}
.news-list li .items .text {
    width: 75%;
    overflow: hidden;
}
.news-list li .items .words .t0 {
    font-size: 22px;
    line-height: 25px;
    height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000000;
    transition: .5s;
}
.news-list li .items .words .t1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    margin-top: 12px;
}
.news-list li .items .time {
    font-family: Arial;
    display: inline-block;
    padding-left: 26px;
    position: relative;
    line-height: 18px;
}
.news-list li .items .time:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 18px;
    background: url(/JS9FH1OPUHfAT0SpIN.jpg) no-repeat center;
}


.news-list li .items:hover .imgs img {
    transition: .5s;
    transform: scale3d(1.05, 1.05, 1);
}
.news-list li .items:hover .words .t0 {
    color: #ce1d30;
    transition: .5s;
}

/*********************新闻详情***********************/
.nd{
	margin-top:90px;
	background: #f1f1f1;
	padding:80px 0;
}
.nd .container{
	padding:100px;
	background:#fff;
}
.infotit {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: solid 1px #ededed;
    margin-bottom: 30px;
}
.infotit .tit01 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.infotit p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
.infotx {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}
.infoctrl {
    padding-top: 40px;
    border-top: solid 1px #ededed;
    margin-top: 30px;
}
.pagectrl p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pagectrl p a {
    color: #999;
    display: inline;
}
.pagectrl p a:hover {
    color: #ce1d30;
}
.pageback a {
    font-size: 14px;
    padding-right: 22px;
    color: #333;
	display: block;
	border:1px solid #121212;
	text-align: center;
	padding:10px 20px;
}


/***********联系我们***********/
.contact{
	margin-top:90px;
	background: #f1f1f1;
	padding:80px 0;
}
.contact .container{
	padding:100px 30px;
	background:#fff;
}

.contact .contact-title {
    overflow: hidden;
	line-height: 1;
}
.contact-title .cn {
    font-size: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
}

.contact-title .cn span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #313131;
    bottom: 0;
    left: 0;
}
.contact-title .cn span:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 80px;
    left: 0;
    top: 0;
    background: #ce1d30;
}
.contact-title .en {
    font-size: 44px;
    font-family: Arial;
    color: #dddddd;
    font-weight: bold;
}
.contact .ul {
    margin-top: 60px;
	overflow: hidden;
}
.mapbox{
	margin:30px 0;
}
.list-ul .item {
    float: left;
    line-height: 1.2;
    padding: 0 95px;
    box-sizing: border-box;
	position: relative;
}
.list-ul .item:nth-child(1) {
    padding-left: 0;
}
.list-ul .item .t0 {
    font-size: 24px;
    font-family: Arial;
    color: #333;
    font-weight: bold;
}
.list-ul .item .t1 {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
.list-ul .item:last-child {
    padding-right: 0;
}
.rxbox{
	display:block;
	color:#fff;
	background:#333;
	font-size:18px;
	padding:10px 30px;
}
/**/
.bsc .cn {
    font-size: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
}
.bsc .cn span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #313131;
    bottom: 0;
    left: 0;
}
.bsc .cn span:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 80px;
    left: 0;
    top: 0;
    background: #ce1d30;
}
.bsc-list{
	margin-top:55px;
}
.bsc-list:after{
	display:block;
	clear: both;
	content: '';
}
.bsc-list li{
	float:left;
	width:23.5%;
	min-height: 213px;
	margin-right:2%;
	border:1px solid #ccc;
	padding:20px;
	margin-bottom: 2%;
}
.bsc-list li:nth-child(4n){
	margin-right:0;
}
.bsc-list li h2{
	font-size:16px;
	color:#333;
	margin-bottom: 30px;
}
.bsc-list li p{
	font-size:14px;
	color:#666;
	line-height: 20px;
}

/***************荣誉展示****************/
.cert-con:after{
	display: block;
	clear: both;
	content: '';
}
.honor{
	width:100%;
	background:#f1f1f1;
	margin-top:90px;
	padding:50px;
}
.honor .container2{
	background:#fff;
}
.honor .container3{
	position: relative;
	margin-top:36px;
	overflow: hidden;
}
.cert-tit{
	font-size: 36px;
    color: #000000;
	margin:10px 0;
	text-transform: uppercase;
	font-family: 'Montserratmedium';
}
.cert-tit span{
	display: block;
	font-size: 26px;
    color: #000000;
}
.cert-con .fl{width:30%;}
.cert-con .fr{
	width:70%;
	padding:60px 30px 0 30px;
}
.cert-con .fr h4{
	font-size:18px;
	color:#333;
	margin-bottom: 30px;
	font-weight: normal;
}
.cert-con .fr .swiper-slide{
	overflow:hidden;
}
.cert-con .fr .swiper-slide img{
	width: 100%;
    transition: .5s;
}
.cert-con .fr .swiper-slide:hover img{
	transition: .5s;
    transform: scale3d(1.05, 1.05, 1);
}
.cert-con .fr .swiper-slide p{
	text-align: center;
	font-size:18px;
	line-height: 50px;
}
.zssx-box .zssx {
    display: block;
	text-align: right;
	margin-top: 20px;
}
.zssx-box .swiper-button-next_cert{
	display:inline-block;
	width:35px;
	height: 35px;
    background: url(/JS9FH1OPUIOFT1gPIN.jpg) no-repeat center;
    background-size: 100%;
    transition: .5s;
	margin-right: 15px;
}
.zssx-box .swiper-button-prev_cert{
	display:inline-block;
	width:35px;
	height: 35px;
    background: url(/JS9FH1OPUIOTT1gPIN.jpg) no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.pzbz{
	width:50%;
	background:#fff;
	padding:10% 10% 10% 5%;
}
.pzbz h2{
	font-size: 20px;
    color: #000;
    font-family: 'Sourcemedium';
    line-height: 38px;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.pzbz h2:after{
    display: block;
    width: 60px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 100px;
    top: 16px;
	content: '';
}
.pzbz h5{
    font-size: 32px;
    color: #000;
    display: block;
    line-height: 34px;
    font-family: 'Montserratmedium';
    text-transform: uppercase;
    font-weight: normal;
	padding-bottom: 50px;
}
.pzbz p{
    font-size: 16px;
    color: #3d3d3d;
    line-height: 30px;
}
.gczt{
	width:55%;
	position: absolute;
	z-index: 1;
	top:30px;
	left:45%;
}
.gczt ul{overflow:hidden;}
.gczt li{
	width:49%;
	float:left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.gczt li:nth-child(2n){
	margin-right: 0;
}

@media(max-width:1600px){
	.c7{top:45%;}
	.c8{bottom:36%;}
	.c9{bottom: 20%;}
}

@media(max-width:1440px){
	header .logo{
		width:30%;
		height: auto;
		padding-top: 15px;
	}
	header .nav {width:60%;}
	.nav>ul>li>a{
		font-size:14px;
	}
	.search-en .languages .cn:after{
		display:none;
	}
	.container{max-width:96%;padding:0 30px;margin:0 auto;}
	.culture ul li{padding:15px 0;min-height: 192px;}
	.contact{padding:30px 0;}
	.list-ul .item{padding:0 60px;}
	.sjhvd_topjf{right:30px;}
	.core-left{width:30%;}
	.core-right{width:70%;}
	.c6{left:81%;top:50%;}
	.c7{left:83.5%;top: 44%;}
	.c8{left:42%;bottom:38%;}
	.c9{left:60%;bottom:20%;}
	.i .item{padding:15px;}
	.i .item .con{
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.pd-img{width:45%}
	.real-pro li{width:30%;}
}

@media(max-width:1366px){
	.ab-wrap{padding:60px 0;}
	.js-box{width:55%;}
	.js-word{margin-top:30px;}
	.js-img{width:40%;}
	.js-img img{margin-left:0px;margin-top:80px;}
	.js-img:after{display:none;}
	.nd .container{padding:30px;}
	.contact .container{padding:40px;}
	.contact .ul{margin-top:40px;}
	.bsc-list{margin-top:30px;}
	.jswz{width:85%;padding-left: 150px;}
	.sytp{width:25%;left:0;top:150px;}
	.core-left{width:25%;}
	.core-right{width:75%;}
	.zssx-box .zssx{margin:10px 0;}
	.swiperbox .swiper-slide .textbox .title{font-size:18px;}
	.swiperbox .swiper-slide .textbox .se{font-size:14px;}
	
}

@media(max-width:1024px){
	.pc-nav{display:none;}
	.m-nav{
		display:block;
		height: 60px;
		width: 100%;
		background: #ffffff;
	}
	.m-nav .mtop{
		position: relative;
		padding:5px 15px;
		width: 100%;
		box-sizing: border-box;
		z-index: 4;
		height:60px;
		box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
		background: #fff;
	}
	.m-nav .mlogo {
		float: left;
		height: 100%;
		display: inline-block;
		background-size: 99%;
		line-height: 48px;
	}
	.m-nav .mlogo img {
		max-height: 100%;
		display: block;
	}
	.m-nav .menu{
		float: right;
		height: 100%;
		width: 45px;
	}
	.m-nav .nav-btn {
		position: absolute;
		right:20px;
		top: 50%;
		width: 27px;
		height: 22px;
		cursor: pointer;
		margin-top: -10px;
		background: url(/JS9FH1OPUI5EJ0DpD1cF.jpg) no-repeat center;
		background-size: 100%;
	}
	.m-nav .mobile-menu {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.65);
		display: none;
		z-index: 10;
		color: #666;
	}
	.m-nav .sub-menu {
		width: 65%;
		height: 100%;
		position: absolute;
		right: -65%;
		top: 0;
		background-color: white;
		z-index: 10;
		color: #777777;
		transition: .5s ease-in-out;
	}
	.m-nav .sub-txt {
		height: 60px;
		font-size: 18px;
		line-height: 60px;
		color: #fefefe;
		padding: 0 20px;
		box-sizing: border-box;
		background: #fff;
		text-transform: uppercase;
	}
	.m-nav .sub-txt .check a{
		color:#fff;
	}
	.m-nav .sub-txt .clo {
		width: 20px;
		height: 20px;
		background: url(/JS9FH1OPUIOLJxWKUHEoIt.jpg) no-repeat center;
		background-size: 100%;
		margin-top: 20px;
	}
	.m-nav .sub-menu .ulp {
		height: calc(100% - 60px);
		overflow-y: auto;
	}
	.ensear {
		padding: 0 20px;
		box-sizing: border-box;
		margin-top: 30px;
	}
	.ensear a {
		width:100px;
		display: block;
		font-size: 15px;
		color: #ce1d30;
		line-height: 43px;
		height: 43px;
		text-align: center;
		background: #f8f8f8;
		border: 1px solid #e5e5e5;
		box-sizing: border-box;
	}
	.m-nav .sub-menu .tit {
		display: block;
		width: 100%;
		box-sizing: border-box;
		color: #666;
		position: relative;
		font-size: 15px;
		line-height: 20px;
	}
	.m-nav .sub-menu li a {
		display: block;
	}
	.m-nav .sub-menu li .sub-tit .tu-box {
		padding: 13px 20px;
		border-bottom: 1px solid #eeeeee;
		box-sizing: border-box;
	}
	.m-nav .sub-menu .btn-v {
		display: inline-block;
		height: 10px;
		width: 15px;
		float: right;
		margin-top: 0;
		background: url(/JS9FH1OPUHgqIS0pD1cF.jpg) center center no-repeat;
		background-size: 100%;
	}
	.m-nav .sub-menu .tit1 {
		display: block;
		width: 100%;
		color: #666;
		position: relative;
		font-size: 15px;
		line-height: 18px;
		box-sizing: border-box;
	}
	.m-nav .sub-menu .sec-list {
		line-height: 28px;
		padding: 1px 1.5%;
		display: none;
		color: #777777;
	}
	.m-nav .sub-menu .sec-list p {
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		box-sizing: border-box;
	}
	.m-nav .sub-menu .sec-list a {
		padding-left: 50px;
		color: #777777;
		display: block;
	}
	.ovh{overflow:hidden;}
	body.ovh .m-nav .sub-menu {
		right: 0;
		transition: .5s ease-in-out;
	}
	.m-nav .sub-menu .sub-tit.on {
		color: #fabe00;
	}
	.m-nav .sub-menu .sub-tit.on .btn-v {
		transform: rotate(180deg);
		background-size: 100%;
	}
	.class-box{padding-top:60px;}
	.class-con,.class-con .list{padding:40px;}
	.class-con .list .words .t0{font-size:20px;}
	.news-list li .items .words{
		padding-top: 18px;
    	padding-bottom: 25px;
	}
	.news-list li .items .words .t0{font-size:18px;}
	.news-list li .items .time{
		float: left;
		margin-top: 10px;
	}
}

@media(max-width:450px){
	.news-list li:nth-child(even){margin-top:0;}
	section{padding-top:20px;}
	.idx-title h2{font-size:30px;}
	.idx-title span{font-size:20px;}
	.h-about{padding:30px 0}
	.sytp{display:none;}
	.jswz{width:100%;padding: 0;border:none;}
	.jswz h2{font-size:36px;}
	.i .item{padding:0;}
	.lookbook_item{width:8px;height:8px;}
	.lookbook_item__bullet{
		width:8px;
		height:8px;
		line-height: 8px;
		-webkit-box-shadow: 0 0 0 5px #fff, 0 0 0 0 #fff;
		-moz-box-shadow: 0 0 0 5px #fff,0 0 0 0 #fff;
		box-shadow: 0 0 0 3px #fff, 0 0 0 0 #fff;
	}
	.lookbook_item__caption img{display:none;}
	.c1 {left:12%;top:50%;}
	.c2 {left:15%;top:35%;}
	.c3 {left:26%;top:32%;}
	.c4 {left:38%;top:32%;}
	.c5 {left:60%;top:30%;}
	.c6 {left:78%;top:54%;}
	.c7 {left:78%;top:64%;}
	.c8 {left:42%;top:70%;}
	.c9 {left:52%;top:80%;}
	.container{max-width:100%;padding:0 15px;}
	.in_fost{margin-bottom:20px;padding-top: 5px;}
	.in_fost b{display:none;}
	.furx{padding-left:0px;}
	.furx p{font-size:20px;}
	.in_fobnh{margin-left:20px;;padding-left:0px;border-left:none;}
	.in_fobnh p{font-size:12px;}
	.social-list{display:none;}
	.mail, .add{margin-bottom: 0}
	.in-banner{padding-top:60px;}
	.ban-txt h2{display:none;}
	.ban-txt h5{font-size:24px;}
	.js-box{width:100%;}
	.js-img{display:none;}
	.culture ul li{width:49%;min-height: 220px;}
	.culture ul li:nth-child(2n){margin-right:0;}
	.core-left,.core-right{width:100%;}
	.core-left p{display:none;}
	.sjhvd_topjf{top:5px;}
	.pro-nav li{width:32%;padding-left: 10px;}
	.prod_list li{width:100%;padding-right:0}
	.pdimg{paddng-top:0px;margin-top:60px;}
	.pd-img,.pd-gs{width:100%;}
	.pd-gs{margin-top:20px;}
	.pd-gs h2{font-size:24px}
	.pd-gs span{font-size:16px;margin-bottom: 10px;}
	.real-pro{display:none;}
	.productdetails .productdetails-tit .tit-ul .li{width:70px;font-size:14px;height:55px;line-height: 55px;}
	.productdetails .productdetails-tit .tit-ul .li:after{width:100%;height:4px;bottom:0;}
	.productdetails .productdetails-tit .back{padding:0 20px;line-height: 55px;}
	.productdetails .productdetails-tit .back:after{display:none;}
	.productdetails .items .tit{font-size:16px;}
	.productdetails .items .words{font-size:14px;}
	.productdetails .items2 li{width:100%;margin-bottom: 15px;}
	.productdetails .items3 .aitems{width:100%;margin-left:0}
	.news,.nd{margin-top:60px;}
	.news .container{padding:15px;}
	.newsleft,.newsright{width:100%;}
	.news-swiper{display:none;}
	.news-tit{overflow:hidden;margin-bottom: 15px;}
	.news-tit .li{width:50%;float: left;}
	.news-sgst .words{
		position: static;
		width: 100%;
		height: auto;
		padding: 30px;
	}
	.news-sgst .words .t0{font-size:16px;}
	.news-list li{width:100%;padding-right: 0;}
	.news-list li .items .text{width:100%;}
	.news-sgst .words .jiantou{bottom:0;}
	.nd{padding:30px 0}
	.honor{margin-top:60px;padding:20px;}
	.cert-con .fl{display:none;}
	.cert-con .fr{width:100%;padding-top:30px;}
	.cert-con .fr h4{font-size:16px;}
	.zssx-box .zssx{text-align:center;}
	.pzbz,.gczt{width:100%;}
	.pzbz{float:none;}
	.gczt{position:static;}
	.contact{margin-top:60px;}
	.contact .container{padding:30px 15px;}
	.contact-title .cn{font-size:24px;float:none;}
	.contact-title .en{float:none;font-size:36px;margin-top: 30px;}
	.list-ul .item{padding:0;width:100%;margin-bottom: 15px;}
	.list-ul .item .t0 {font-size: 15px;}
	.list-ul .item .t1 {font-size: 13px;margin-top: 8px;}
	.qgrx{float:left;}
	.bsc-list li{width:100%;margin-right:0;}
	.class-con, .class-con .list{padding:15px;}
	.class-con .list .images{margin-bottom:35px;}
	.class-con .list .images,.class-con .list .words{width:100%}
	.class-con .list .words .t2 .txt .img{width:50%;}
	.class-con .list .words .tul{font-size:13px;line-height: 26px;height: auto;}
	.pro-nav{padding:10px 0;}
	.pro-nav li a{height:40px;line-height: 40px;}
}




















<!--耗时0.00061893463134766秒-->