/*reset*/
* {padding: 0;margin: 0;list-style: none;}
html,body {margin: 0 auto;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,header,section,footer {margin: 0;padding: 0}
body,button,input,select,textarea {font: 12px/1.5 "微软雅黑";color: #666666;}
body {	overflow-x: hidden;}
address,cite,dfn,em,var,i {	font-style: normal}
ul,ol,dl {	list-style: none}
a {	text-decoration: none;	outline: none;	font-family: "微软雅黑";	color: #666666;	cursor: pointer;	font-size: 12px;}
li {	font-size: 12px;	font-family: "微软雅黑";	list-style: none;	margin: 0;	padding: 0;}
em {	font-style: normal;	font-size: 12px;}
body,p,span {font-family: "微软雅黑";}
img {border: none;}
p {	margin: 0px;	padding: 0px;	word-wrap: break-word;}
:focus {	outline: none;}
img {border: 0;vertical-align: middle;display: inline-block;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
.clear:after {display: block;mainContent: "";clear: both;}

/*  */
.header{height: 1rem;padding: 0;position: fixed;top: 0;right: 0;left: 0;max-width: 7.5rem;margin: 0 auto;z-index: 9999;background: #FFFFFF;}
.header .logo{float: left;height: 0.8rem;margin-top: 0.1rem;font-size: 0;margin-left: 0.24rem;width: 4rem;line-height: 0.8rem;}
.header .logo img{max-height: 100%;max-width: 100%;}
.header .search-icon,.header .icon{float: right;margin-top: 0.2rem;margin-left: 0.2rem;}
.header .search-icon{background: url(search-icon.png) no-repeat center;width: 0.45rem;height: 0.45rem;background-size: contain;display: none;}
.header .icon{background: url(nav.png) no-repeat center;width: 1.08rem;height: 1rem;background-size: 0.44rem;margin: 0;}
.switch{float: right;margin-top: 0.15rem;position: relative;}
.switch em{width: 0.44rem;font-size: 0;float: right;margin-top: 0.15rem;font-size: 0;}
.switch em img{width: 0.44rem;}
.switch a{font-size: 0.26rem;color: #ccc;}
.switch ul{display: ;position: absolute;left: 4rem;top: -0.15rem;background: #efefef;width: 1.6rem;height: 1rem;transition: all 0.3s;}
.switch li{float: left;width: 100%;line-height: 0.5rem;text-align: center;}
.switch li.on a{color: #C40000;}
.header .search{position: absolute;top: 0.85rem;left: 0;width: 100%;
	height: 0.65rem;
	border-top: 1px solid #177cc0;
	border-bottom: 1px solid #177cc0;
	background: #FFFFFF;
	display: none;
	overflow: hidden;
}
.header .search input{
	float: left;
	border: none;
	background: #FFFFFF;
	height: 0.65rem;
	font-size: 0.3rem;
	padding: 0 0.24rem;
	color: #333;
	width: 5.75rem;
}
.header .search a{
	float: right;
	line-height: 0.65rem;
	height: 0.65rem;
	color: #FFFFFF;
	background: #2172C4;
	font-size: 0.3rem;
	padding:0 0.24rem;
}

.menu_list_bor {
    position: fixed;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    z-index: 8888;
}

.colse_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.menu_right {
    width: 60%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    overflow-x: hidden;
}

.menu_top {
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid #bbbbbb;
}

.clo {
    line-height: 1rem;
    color: #333;
    font-size: 0.3rem;
    width: 1.8rem;
    margin-left: 0.3rem;
    height: 1rem;
    background-size: auto 0.25rem;
    padding-left: 0.35rem;
}

.menu_list {
    width: 100%;
}

.clo b{
    float: left;
    height: 100%;
    width: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform:  rotate(180deg);;
    background: url('fl.png') no-repeat right center;
    background-size: 40%;
}

.clo span {
    display: inline-block;
    line-height: 0.8rem;
    margin-left: 0.1rem;
}

.menu_list >ul>li,.menu_list>ul>li >ul>li{
    line-height: 0.8rem;
    *height: 0.8rem;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}
.menu_list>ul>li >ul{
    display: none;
}
.menu_list >ul >li >a,.menu_list>ul>li >ul>li>a {
    line-height: 0.8rem;
    *height: 0.8rem;
    color: #333;
    font-size: 0.28rem;
    display: inline-block;
    padding-left: 0.65rem;
    /*width: 100%;*/
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-right: 0.6rem;
}

.menu_list>ul>li >ul>li{
    border:0;
    border-top: 1px solid #e9e9e9;
    padding-left: 0.3rem;
}

.menu_list >ul >li >ul>li>a{color: #575757;}

.menu_list >ul >li>b, .menu_list >ul >li >ul>li b{
    position: absolute;
    display: block;
    width: 20%;
    height: 0.8rem;
    right: 0;
    top: 0;
    background: url('fl.png') no-repeat center;
    background-size: 18%;
	
}
.menu_list>ul>li >ul>li li{
    border-top:1px solid #e9e9e9;
}
.menu_list>ul>li >ul>li li a{
    padding-left:1rem;
    color:#333;
    font-size: 0.28rem;
	    display: inline-block;
	    line-height: 0.4rem;
	    vertical-align: middle;
}

.menu_list>ul>li>b.nex ,.menu_list >ul >li >ul>li b.nex{
    background: url('nex.png') no-repeat center;
    background-size: 30%;
}

.menu_list>ul>li{line-height: 0.8rem;}

/*  */
.banner{
	
	max-width: 7.5rem;
	width: 100%;
	height:2.88rem;
	position: relative;
	margin: 1rem auto 0;
}
.banner img{
	max-width: 7.5rem;
	width: 100%;
}
.banner .flex-control-nav{
	max-width: 750px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0rem;
	text-align: center;
	height: 0.3rem;
	font-size: 0;
	line-height: 0.3rem;
}
.banner .flex-control-nav li{
	display: inline-block;
	margin: 0 0.05rem;
}
.banner .flex-control-nav li a{
	width: 0.5rem;
	height: 0.1rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0;
	font-size: 0;
	transition: all 0.3s;
	background: #fff;
	-webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.banner .flex-control-nav li a.flex-active{
	width: 0.5rem;
	background: #c40000;
	/* width: 1rem; */
}

/*  */
.index-title{text-align: center;margin: 0.5rem 0;}
.index-title h3{font-size: 0.32rem;color: #333;}
.index-title p{text-transform: uppercase;font-size: 0.28rem;color: #999;}

/*  */
.product-list{margin: 0.24rem 0.24rem 1rem;overflow: hidden;}
.product-list .swiper-slide{padding: 0.1rem;}
.product-list .swiper-slide-active dl{width: 5.8rem;margin: 0 auto;box-shadow: 0 0 5px 1px #dedede;border-radius: 0.1rem;overflow: hidden;}
.product-list .swiper-slide-active dl dt{height: 4.6rem;line-height: 4.6rem;font-size: 0;overflow: hidden;text-align: center;}
.product-list dl dt{text-align: center;background: #fff;height: 4.6rem;font-size: 0;overflow: hidden;text-align: center;}
.product-list dl dt img{max-width: 95%;max-height: 95%;}
.product-list dl dd{height: 0.68rem;text-align: center;line-height: 0.68rem;color: #fff;background: #2c3d4d;font-size: 0.3rem;}
.product-list .swiper-pagination{text-align: center;left: 0;right: 0;}
.product-list .swiper-pagination span{margin: 0 0.1rem;border: 1px solid #C40000;background: #fff;opacity: 1;}
.product-list .swiper-pagination span.swiper-pagination-bullet-active{background: #C40000;}

/*  */
.case-list{margin: 0.24rem;}
.case-list dl{padding-bottom: 0.24rem;margin-bottom: 0.4rem;border-bottom: 1px solid #dedede;}
.case-list dt{height: 2.8rem;overflow: hidden;text-align: center;line-height: 2.8rem;font-size: 0;}
.case-list dt img{width: 100%;}
.case-list dd h3{font-size: 0.32rem;color: #333;font-weight: normal;line-height: 0.8rem;}
.case-list dd p{font-size: 0.28rem;}
.case-list dd p span{float: right;}

.more{display: block;width: 2.34rem;height: 0.58rem;background: #C40000;color: #fff;font-size: 0.3rem;text-align: center;line-height: 0.58rem;margin: 0.5rem auto;}

/*  */
.honor-list{padding: 0.4rem 0;background: #f6f7f7;}
.honor-list-item{margin: 0 0.24rem 1rem;position: relative;overflow: hidden;}
.honor-list-item .swiper-slide div{height: 3.64rem;font-size: 0;line-height: 3.64rem;padding: 0.1rem;background: ;}
.honor-list-item .swiper-slide div img{max-width: 100%;}
.honor-list-item .swiper-pagination{left: 0;right: 0;bottom: -0.5rem;}
.honor-list-item .swiper-pagination span{margin: 0 0.1rem;border: 1px solid #C40000;background: #fff;opacity: 1;}
.honor-list-item .swiper-pagination span.swiper-pagination-bullet-active{background: #C40000;}

/*  */
.news-list{margin: 0.24rem;position: relative;padding-bottom: 0.65rem;overflow: hidden;}
.news-list div.swiper-slide{padding-bottom: 0.2rem;margin-bottom: 0.2rem;border-bottom: 1px solid #dedede;}
.news-list div h3{font-size: 0.32rem;color: #333;font-weight: normal;}
.news-list div span{color: #9c9b9b;display: block;margin: 0.1rem 0;}
.news-list div p{font-size: 0.28rem;height: 0.84rem;}
.news-list .swiper-pagination{left: 0;right: 0;bottom: -0.5rem;}
.news-list .swiper-pagination span{margin: 0 0.1rem;border: 1px solid #C40000;background: #fff;opacity: 1;display: inline-block;}
.news-list .swiper-pagination span.swiper-pagination-bullet-active{background: #C40000;}

/*  */
.footer{font-size: 0.28rem;color: #333;padding: 0.4rem 0;background: #efefef;text-align: center;}

/*  */
.innerBanner{height: 3rem;overflow: hidden;margin-top: 1rem;}
.innerBanner img{max-width: 100%;}

/*  */
.innerNav{border-bottom: 1px solid #f1f1f1;}
.innerNav .swiper-slide{padding: 0 0.24rem;width: auto;}
.innerNav .swiper-slide a{display: block;line-height: 1rem;font-size: 0.3rem;color: #333;}

/*  */
.innerCorporate-list{overflow: hidden;margin: 0.24rem;}
.innerCorporate-list dl{float: left;width: 48%;margin: 0.24rem 0;}
.innerCorporate-list dl:nth-child(even){float: right;}
.innerCorporate-list dl dt{height: 3.2rem;line-height: 3.2rem;font-size: 0;text-align: center;overflow: hidden;}
.innerCorporate-list dl dt img{max-width: 100%;}
.innerCorporate-list dl dd{font-size: 0.3rem;color: #333;text-align: center;line-height: 0.6rem;}

/*  */
.innerSpeech-list-title{background: url(quotation.png) no-repeat left top;margin: 0.24rem;padding: 0.64rem 0 0 0.64rem;background-size: 1.1rem;}
.innerSpeech-list-title h3{color: #C40000;font-size: 0.32rem;font-weight: normal;}
.innerSpeech-list-title p{color: #C40000;font-size: 0.2rem;}
.innerSpeech-list-content{margin:0.4rem 0.24rem;font-size: 0.3rem;}
.innerSpeech-list-signature{text-align: right;margin: 0.24rem;background: url(quotation02.png) no-repeat right top;height: 1rem;background-size: 1.1rem;padding-right: 1rem;}
.innerSpeech-list-signature img{width: 1.5rem;}

/*  */
.innerProduct-list{margin: 0;overflow: hidden;background: #f7f7f7;}
.innerProduct-list dl{margin: 0.4rem 0.24rem;background: #fff;}
.innerProduct-list dl dt{height: 4rem;text-align: center;line-height: 4rem;font-size: 0;overflow: hidden;}
.innerProduct-list dl dt img{max-width: 100%;}
.innerProduct-list dl dd{font-size: 0.32rem;line-height: 1rem;text-align: center;color: #333;border: 1px solid #dedede;}

/*  */
.innerProductDetails{margin: 0.24rem 0;overflow: hidden;}
.innerProductDetails-brief{margin: 0.24rem;}
.innerProductDetails-brief dd h3{font-size: 0.32rem;color: #C40000;text-align: center;}
.innerProductDetails-brief dd p{font-size: 0.28rem;color: #333;margin: 0.2rem 0;line-height: 0.5rem;}
.innerProductDetails-brief dt{height: 4rem;text-align: center;line-height: 4rem;font-size: 0;border: 1px solid #e5e5e5;}
.innerProductDetails-brief dt img{max-width: 100%;max-height: 100%;}
.innerProductDetails-characteristic{margin: 0.5rem 0.24rem;}
.innerProductDetails-characteristic .innerProductDetails-characteristic-h3{font-size: 0.32rem;color: #C40000;font-weight: normal;}
.innerProductDetails-characteristic .innerProductDetails-characteristic-div{margin-top: 0.2rem;font-size: 0.3rem;line-height: 0.5rem;}
.innerProductDetails-characteristic .innerProductDetails-characteristic-div *{max-width: 100%;}

/*  */
.innerHonor-list div.innerHonor-list-item{margin: 0.24rem;padding: 0.24rem;background: #ebebeb;font-size: 0;text-align: center;}
.innerHonor-list div.innerHonor-list-item img{max-width: 100%;}

/*  */
.innerNews-list{padding: 0.5rem 0.24rem;background: #f4f4f4;}
.innerNews-list div.innerNews-list-item{background: #fff;padding: 0.24rem;border-bottom: 1px dashed #e5e5e5;}
.innerNews-list div.innerNews-list-item p{font-size: 0.26rem;color: #999;}
.innerNews-list div.innerNews-list-item h3{font-size: 0.32rem;color: #333;font-weight: normal;margin: 0.1rem 0;}
.innerNews-list div.innerNews-list-item span{font-size: 0.28rem;color: #666;}

/*  */
.innerContact-list-item{margin: 0.5rem 0.24rem;}
.innerContact-list-item h3{text-align: center;line-height: 1rem;font-size: 0.32rem;color: #C40000;font-weight: normal;}
.innerContact-list-item p{font-size: 0.3rem;color: #333;line-height: 0.9rem;height: 0.9rem;border-bottom: 1px solid #e5e5e5;}
.innerContact-list-item p span{float: left;width: 0.65rem;text-align: left;}
.innerContact-list-item p span img{width: 0.3rem;}
.innerContact-list-form{margin: 0.24rem;}
.innerContact-list-form .form-title h3{font-size: 0.32rem;color: #C40000;font-weight: normal;}
.innerContact-list-form .form-title p{font-size: 0.28rem;}
.innerContact-list-form .form-list img{max-width: 100%;}

/*  */
.innerWanted-list{margin: 0.5rem 0.24rem;}
.innerWanted-list-title{height: 0.9rem;line-height: 0.9rem;background: #2c3d4d;margin-bottom: 0.2rem;}
.innerWanted-list-title span{float: left;width: 30%;color: #fff;font-size: 0.32rem;text-align: center;height: 0.9rem;}
.innerWanted-list-title span:last-child{float: left;width: 10%;color: #fff;}
.innerWanted-list-item{overflow: hidden;}
.innerWanted-list-item span.item-list{float: left;width: 30%;color: #fff;font-size: 0.32rem;text-align: center;height: 0.65rem;color: #333;line-height: 0.65rem;}
.innerWanted-list-item span.item-more{float: left;width: 10%;color: #fff;text-align: center;line-height: 0.65rem;font-size: 0;height: 0.65rem;}
.innerWanted-list-item span.item-more.on img{transform: rotate(90deg);}
.innerWanted-list-item span.item-more img{width: 0.15rem;transition: all 0.3s;}
.innerWanted-list-item div.item-content{overflow: hidden;margin-top: 0.65rem;display: none;padding: 0.24rem;background: #f5f6f6;font-size: 0.3rem;line-height: initial;}
.innerWanted-list-item div.item-content .item-content-email{display: block;width: 2.5rem;height: 0.5rem;background: #2c3d4d;text-align: center;line-height: 0.5rem;
color: #fff;font-size: 0.28rem;margin-top: 0.24rem;}
.innerWanted-list-brief{margin-top: 1rem;position: relative;height: 5.9rem;background: #efefef;margin-bottom: 1.4rem;}
.innerWanted-list-brief dt img{max-width: 100%;}
.innerWanted-list-brief dd{position: absolute;left: 0;right: 0;bottom: 1rem;background: #2c3d4d;width: 6.5rem;margin: 0 auto;padding: 0.25rem;color: #fff;height: 2.45rem;}
.innerWanted-list-brief dd h3{font-size: 0.3rem;margin-bottom: 0.5rem;position: relative;}
.innerWanted-list-brief dd h3:before{position: absolute;left: 0;bottom: -0.2rem;width: 0.68rem;height: 0.04rem;content: "";background: #fff;}
.innerWanted-list-brief dd p{font-size: 0.26rem;}











/*  */
.innerDynamicDetails{margin: 0.24rem 0;}
.innerDynamicDetails .innerDynamicDetails-title{background: #fff;padding: 0.24rem 0;text-align: center;border-bottom: 1px dashed #DEDEDE;margin: 0 0.24rem;text-align: left;}
.innerDynamicDetails .innerDynamicDetails-title h3{font-size: 0.32rem;color: #333;font-weight: normal;color: #C40000;}
.innerDynamicDetails .innerDynamicDetails-title p{font-size: 0.26rem;margin-top: 0.1rem;}
.innerDynamicDetails .innerDynamicDetails-content{background: #fff;padding: 0.24rem;min-height: 5rem;font-size: 0.3rem;}
.innerDynamicDetails .innerDynamicDetails-content *{max-width: 100%;}
.innerDynamicDetails .innerDynamicDetails-prevNext{background: #fff;padding: 0.24rem;overflow: hidden;}
.innerDynamicDetails .innerDynamicDetails-prevNext p{float: left;width: 2.95rem;background: #eeeeee;text-align: center;height: 0.8rem;line-height: 0.8rem;font-size: 0.3rem;}
.innerDynamicDetails .innerDynamicDetails-prevNext p:last-child{float: right;}
.innerDynamicDetails .innerDynamicDetails-prevNext p a{color: #0e468c;font-size: 0.3rem;display: block;line-height: 0.8rem;}

/*  */
.layui-laypage{width: 100%;text-align: center;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background: #C40000;}
.layui-laypage-count{padding: 0 0.1rem !important;}































