@charset "utf-8";
/*内页大图*/
.n-ban{
	width: 100%;
	height: 600px;
	background: #000;
	position: relative;
	overflow: hidden;
}
.n-ban img{
	width:100%;
	height: 100% !important;
	object-fit: cover;
	opacity: .8;
}
.n-ban .textbox{
	width: 100%;
	padding:0 3%;
	padding-top: 80px;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.n-ban .textbox h1{
	line-height: 48px;
}
.n-ban .textbox h2{
	width: 80px;
	height: 3px;
	background: #df0011;
	margin:20px auto;
}
@media (max-width: 1280px) {
	.n-ban{
		height: 420px;
	}
	.n-ban .textbox h1{
		line-height: 36px;
	}
	.n-ban .textbox h2{
		margin:10px auto;
	}
}
@media (max-width: 992px) {
	.n-ban{
		height: 360px;
	}
	.n-ban .textbox{
		padding-top: 60px;
	}
	.n-ban .textbox h1{
		line-height: 28px;
	}
	.n-ban .textbox h2{
		width: 60px;
	}
}
@media (max-width: 750px) {
	.n-ban{
		height: 320px;
	}
	.n-ban .textbox{
		padding-top: 54px;
	}
	.n-ban .textbox h1{
		line-height: 24px;
	}
	.n-ban .textbox h2{
		width: 40px;
	}
}

/*分类*/
.n-type{
	width: 100%;
}
.n-type .box1, .n-type .box2{
	width: 100%;
	background: #eeeeee;
	border-bottom: 1px #e5e5e5 solid;
}
.n-type .box1{
	position: relative;
}
.n-type .box1 .title {
    position: absolute;
    width: 240px;
    height: 70px;
    bottom: 0px;
    border-radius: 10px 10px 0 0;
    line-height: 70px;
    background-color: #df0011;
    color: #fff;
    text-align: center;
}
.n-type .box1 .bread-link {
    padding-left: 265px;
    height: 40px;
    line-height: 40px;
    color: #666;
}
.n-type .box1 .bread-link a{
	color: #666;
}
.n-type .box1 .bread-link i{
	font-size: 14px;
}
.n-type .box2 .n-nav{
	text-align: center;
}
.n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
	width: 20px;
	position: static;
	line-height: 40px;
	background: none;
	margin:20px 0;
	color: #343434;
}
.n-type .box2 .n-nav .swiper-button-next:after, .n-type .box2 .n-nav .swiper-button-prev:after {
    display: none;
}
.n-type .box2 .n-nav .swiper-button-prev i, .n-type .box2 .n-nav .swiper-button-next i{
	font-size: 24px;
}
.n-type .box2 .n-nav .swiper-button-prev.swiper-button-disabled, .n-type .box2 .n-nav .swiper-button-next.swiper-button-disabled{
	display: none;
}
.n-type .box2 .n-nav .swiper-button-prev{
	float: left;
	text-align: left;
}
.n-type .box2 .n-nav .swiper-button-next{
	float: right;
	text-align: right;
}
.n-type .box2 .n-nav .swiper-container{
	margin:0 30px;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper{
	text-align: center;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide{
	position: relative;
    display: inline-block;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
	display: block;
    margin:20px 10px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    background: #e5e5e5;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide.on a{
	background: #df0011;
	color: #fff;
}
.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide ul{
	display: none;
}
.secondType{
	display: none;
	text-align: center;
	position: relative;
	z-index: 1;
}
.secondType .tit{
	width:100%;
	height: 48px;
	border:1px #e5e5e5 solid;
	margin-top: 50px;
	line-height: 48px;
	text-align: left;
	padding:0 15px;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
}
.secondType ul{
	margin-top: 50px;
}
.secondType li{
	display: inline-block;
	margin:10px 10px 0 10px;
}
.secondType a{
	border:1px #e5e5e5 solid;
	padding:10px 20px;
	display: block;
}
.secondType li.on a, .secondType li:hover a{
	border-color: #e6212a;
	background: #e6212a;
	color: #fff;
}
.secondType li.on a{
    font-weight: bolder;
}
@media (max-width: 1280px) {
	.n-type .box1 .title {
	    position: absolute;
	    width: 180px;
	}
	.n-type .box1 .bread-link {
	    padding-left: 205px;
	}
	.n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
		display: block;
	}
	.n-type .box2 .n-nav .swiper-container{
		margin:0 30px;
	}
	.n-type .box2 .n-nav .swiper-container .swiper-wrapper{
	   display: flex;
	}
	.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
		margin:20px 6px;
	}
	.secondType .tit{
		display: block;
		margin-top: 5%;
	}
	.secondType ul{
		width: 100%;
		margin-top: 0;
		display: none;
		background: #fff;
		border:1px #e5e5e5 solid;
		box-sizing: border-box;
		overflow: hidden;
	}
	.secondType li{
		width: 100%;
		margin:0;
		float: left;
	}
	.secondType a{
		border:none;
		border-radius: 0;
		padding:10px 0;
		border-bottom: 1px #e5e5e5 solid;
	}
	.secondType li:last-child a{
		border-bottom: none;
	}
	.secondType li.on a{
		border-color: #e5e5e5;
		background: none;
		color: #555;
	}
	.secondType li.on a{
	    font-weight: lighter;
	}
	.secondType li:hover a{
		border-color: #e6212a;
		background: #e6212a;
		color: #fff;
	}
}
@media (max-width: 992px) {
	.n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
		margin:10px 0;
	}
	.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
		margin:	10px 6px;
	}
}
@media (max-width: 750px) {
	.n-type .box1 .title{
	    display: none;
	}
	.n-type .box1 .bread-link {
	    padding-left: 0;
	}
	.n-type .box2 .n-nav .swiper-button-prev, .n-type .box2 .n-nav .swiper-button-next{
		line-height: 36px;
	}
	.n-type .box2 .n-nav .swiper-container .swiper-wrapper .swiper-slide a{
		line-height: 36px;
		font-size: 14px;
	}
	.n-type .box2 .n-nav .swiper-button-prev i, .n-type .box2 .n-nav .swiper-button-next i{
		font-size: 16px;
	}
}

/*公共标题*/
.n-tit{
	width: 100%;
	text-align: center;
	font-weight: bolder;
	position: relative;
	padding-bottom: 20px;
	line-height: 36px;
	overflow: hidden;
}
.n-tit:after{
	content:"";
	width: 40px;
	height: 4px;
	background: #e21a21;
	position: absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
}
.n-tit.white:after{
	background: #fff;
}
@media (max-width: 1280px) {
	.n-tit{
		padding-bottom: 10px;
		line-height: 28px;
	}
}
@media (max-width: 992px) {
	.n-tit{
		padding-bottom: 8px;
	}
}
@media (max-width: 750px) {
	.n-tit{
		padding-bottom: 6px;
	}
}

/*关于我们*/
.about{
	width: 100%;
	overflow: hidden;
}
.about .tit{
	width: 100%;
	line-height: 36px;
	overflow: hidden;
}
.about .tit h1, .about .tit h2{
	font-weight: bolder;
}
.about .tit h2{
	margin-top: 10px;
	text-transform: uppercase;
	color:#e0e0e0;
}
.about .tit.white h2{
	color: #fff;
}
.about .about-box{
	overflow: hidden;
}
.about .about-box .con .con-left{
	width: 62%;
}
.about .about-box .con .con-left .about-biaoyu{}
.about .about-box .con .con-left .about-biaoyu h2{
	margin-top: 10px;
	text-transform: uppercase;
	color:#e0e0e0;
}
.about .about-box .con .con-left .about-content{
	color: #888;
    overflow: hidden;
}
.about .about-box .con .con-right{
	width: 34%;
}
.about .about-box .con .con-right .list-box {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.about .about-box .con .con-right .list-box .oran-num {
    font-size: 64px;
    color: #d20001;
    line-height: 56px;
    display: inline-block;
    font-family: "Arial";
    font-weight: bold;
}
.about .about-box .con .con-right .tips {
    padding-top: 15px;
    margin-left:10px;
}
.about .about-box .con .con-right .tips .cn {
    line-height: 21px;
    font-size: 16px;
}
.about .about-box .con .con-right .tips .en {
    line-height: 20px;
    color: #dcdcdc;
    font-size: 16px;
}
.about .about-box .con .con-right .list-box .ico1 {
    display: inline-block;
    width: 57px;
    height: 46px;
    background: url(/templates/specialty/css/../images/ico_12.png) no-repeat center;
    background-size: cover;
    margin-left: 10px;
    margin-top: 4px;
}
.about .about-box .con .con-right .peo li {
    width: 19px;
    height: 50px;
    background: url(/templates/specialty/css/../images/ico_13.png) no-repeat center;
    background-size: cover;
    margin-right: 6px;
    float: left;
}
.about .about-box .con .con-right .peo li.cur {
    background: url(/templates/specialty/css/../images/ico_14.png) no-repeat center;
    background-size: cover;
}
.about .about-box .con .con-right .bot-msg ul {
    width: 100%;
    display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.about .about-box .con .con-right .bot-msg li {
    width: 50%;
    margin-bottom: 42px;
    float: left;
}
.about .about-box .con .con-right .bot-msg li:first-child {
    border-right: 1px solid #f2f2f2;
}
.about .about-box .con .con-right .bot-msg .gray-num {
    font-size: 64px;
    font-family: "Arial";
    line-height: 60px;
    text-align: center;
    color: #b0b0b0;
    font-weight: bold;
}
.about .honor-box{
	border-top: 4px #e5e5e5 solid;
	position: relative;
	overflow: hidden;
}
.about .honor-box a{
	display: block;
}
.about .honor-box .pic{
	width: 100%;
	border:1px #cccccc solid;
	padding:1px;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.about .honor-box .pic img{
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}
.about .honor-box a:hover .pic{
	border-color: #df0011;
}
.about .honor-box .title{
	text-align: center;
	line-height: 40px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.about .honor-box .swiper-container{
	margin:0 40px;
	overflow: hidden;
}
.about .honor-box .swiper-button-prev{
	text-align: left;
	left:0;
	outline: none;
}
.about .honor-box .swiper-button-next{
	text-align: right;
	right: 0;
	outline: none;
}
.about .honor-box .swiper-button-prev:after, .about .honor-box .swiper-button-next:after{
	display: none;
}
.about .honor-box .swiper-button-prev i, .about .honor-box .swiper-button-next i{
	color: #343434;
	font-size: 40px;
}
.about .history-title{
	width: 100%;
	height: 480px;
	background: url(/templates/specialty/css/../images/img_04.jpg) no-repeat center top;
	overflow: hidden;
}
.about .history-title > div{
	height: 100%;
    position: relative;
}
.about .history-title .tit{
	position: absolute;
    left: 0;
    bottom: 160px;
}
.about .history-box{
    width: 100%;
    position: relative;
    z-index: 1;
    background:url(/templates/specialty/css/../images/n-bg1.jpg) no-repeat center top;
    background-size: cover;
	overflow: hidden;
}
.about .history-box > div{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.about .history-box li .box{
	background-color: #fff;
    border-radius: 5px;
    padding: 20px 25px 50px;
    box-shadow: 0 0 6px 6px #e9e9e9;
    margin:6px;
    transform: translateY(0);
    transition: transform 0.3s linear 0s, box-shadow 0.2s linear 0.2s;
}
.about .history-box li:hover .box {
    box-shadow: 0 3px 6px 3px #c4c3c3;
    transform: translateY(-10px);
}
.about .history-box li .year {
    line-height: 66px;
    font-size: 44px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.about .history-box li .year .unit {
    font-size: 23px;
}
.about .history-box li .cont {
    width: 100%;
    position: relative;
    min-height: 80px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}
.about .history-box li .cont .content {
    width: 97%;
}
.about .history-box li .cont p {
    background: url(/templates/specialty/css/../images/ico_15.png) no-repeat 5px 15px;
    padding: 7px 0 7px 18px;
}
.about .history-box .swiper-scrollbar {
	width: 100%;
    left:0;
    bottom: 0;
}
.about .history-box .swiper-scrollbar .swiper-scrollbar-drag {
    background: #d20001;
}
.about .culture-box{
	width: 100%;
    background:url(/templates/specialty/css/../images/n-bg2.jpg) no-repeat center bottom;
    background-size: cover;
	overflow: hidden;
}
.about .culture-box ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.about .culture-box li{
    width: 32%;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-top: 4%;
    overflow: hidden;
}
.about .culture-box li:nth-child(3){
	margin-right: 0;
}
.about .culture-box li .picbox{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
}
.about .culture-box li img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.about .culture-box li .upbox {
    width: 100%;
    height: 100%;
    padding: 6%;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, .85);
    overflow: hidden;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.about .culture-box li .cntt {
    line-height: 33px;
    font-size: 22px;
    color: #fff;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.about .culture-box li .entt {
    line-height: 22px;
    color: #9a9c9e;
    font-size: 14px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
.about .culture-box li .line {
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #000;
    margin-top: 12px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
.about .culture-box li .word {
    display: block;
    margin-top: 13px;
    font-size: 14px;
    color: #333;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
.about .culture-box li .entt, .about .culture-box li .line, .about .culture-box li .word {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.about .culture-box li .cntt {
  color: #000;
}
.about .equipment-box{
	overflow: hidden;
}
.about .equipment-box .swiper-slide a{
	display: block;
}
.about .equipment-box .swiper-slide a .p{
	width: 100%;
	overflow: hidden;
}
.about .equipment-box .swiper-slide a .t{
	background: #d20001;
	text-align: center;
	line-height: 50px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #fff;
}
.about .equipment-box .control{
	text-align: center;
}
.about .equipment-box .control a{
	display: inline-block;
}
.about .equipment-box .swiper-button-prev, .about .equipment-box .swiper-button-next{
	position: static;
	background: #df0011;
	border:1px #df0011 solid;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	line-height: 44px;
	margin:0 10px;
	color: #fff;
}
.about .equipment-box .swiper-button-prev:after, .about .equipment-box .swiper-button-next:after{
	display: none;
}
@media (max-width: 1480px){
	.about .history-title{
		height: 360px;
	}
}
@media (max-width: 1280px) {
	.about .tit{
		text-align: center;
		line-height: 28px;
	}
	.about .tit h2{
		margin-top: 10px;
	}
	.about .about-box .con .con-left, .about .about-box .con .con-right{
		width: 100%;
	}
	.about .about-box .con .con-left .about-biaoyu h1, .about .about-box .con .con-left .about-biaoyu h2 {
		text-align: center;
	}
	.about .about-box .con .con-right{
		margin-top: 4%;
	}
	.about .about-box .con .con-right .list-box {
	    width: 50%;
	    float: left;
	    padding-bottom: 3%;
	    margin-bottom: 3%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.about .about-box .con .con-right .tips {
	    padding-top: 10px;
	}
	.about .about-box .con .con-right .bot-msg li {
	    width: 33.333333%;
	    margin-bottom: 4%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.about .about-box .con .con-right .list-box .ico1 {
	    width: 50px;
	    height: 40px;
	}
	.about .about-box .con .con-right .peo li {
	    width: 15px;
	    height: 40px;
	}
	.about .about-box .con .con-right .list-box .oran-num, .about .about-box .con .con-right .bot-msg .gray-num {
	    font-size: 56px;
	    line-height: 48px;
	}
	.about .history-title{
		height: 320px;
	}
	.about .history-title .tit{
	    bottom: auto;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.about .history-box li .box{
	    padding: 4% 4% 5%;
	}
	.about .history-box li .year {
	    line-height: 54px;
	    font-size: 36px;
	}
	.about .history-box li .year .unit {
	    font-size: 18px;
	}
	.about .history-box li .cont {
	    margin-top: 0;
	}
	.about .culture-box li{
	    width: 48%;
	    margin-right: 4%;
	}
	.about .culture-box li:nth-child(2){
		margin-right:0;
	}
	.about .culture-box li:nth-child(3){
		width: 100%;
	}
	.about .culture-box li .cntt {
	    line-height: 28px;
	    font-size: 18px;
	}
	.about .culture-box li .line, .about .culture-box li .word{
		margin-top: 8px;
	}
	.about .equipment-box .swiper-button-prev, .about .equipment-box .swiper-button-next{
		width: 40px;
		height: 40px;
		line-height: 38px;
		margin:0 8px;
	}
}
@media (max-width: 992px) {
	.about .tit h2{
		margin-top: 0;
	}
	.about .about-box .con .con-right .tips .cn {
	    font-size: 14px;
	}
	.about .about-box .con .con-right .tips .en {
	    font-size: 14px;
	}
	.about .about-box .con .con-right .list-box .ico1 {
	    width: 40px;
	    height: 30px;
	}
	.about .about-box .con .con-right .peo li {
	    width: 14px;
	    height: 36px;
	}
	.about .about-box .con .con-right .list-box .oran-num, .about .about-box .con .con-right .bot-msg .gray-num {
	    font-size: 48px;
	    line-height: 36px;
	}
	.about .history-title{
		height: 280px;
	}
	.about .history-box li .year {
	    line-height: 42px;
	    font-size: 28px;
	}
	.about .history-box li .year .unit {
	    font-size: 16px;
	}
	.about .culture-box li .cntt {
	    line-height: 24px;
	    font-size: 16px;
	}
	.about .culture-box li .line, .about .culture-box li .word{
		margin-top: 6px;
	}
}
@media (max-width: 750px) {
	.about .about-box .con .con-left .about-biaoyu h2 {
	    margin-top: 4px;
	    line-height: 20px;
	}
	.about .about-box .con .con-right .list-box{
		display: block;
	}
	.about .about-box .con .con-right .list-box .ico1 {
	    display: none;
	}
	.about .about-box .con .con-right .bot-msg li {
	    display: block;
	}
	.about .about-box .con .con-right .peo li {
	    width: 11px;
	    height: 30px;
	}
	.about .about-box .con .con-right .list-box .oran-num, .about .about-box .con .con-right .bot-msg .gray-num{
		width: 100%;
		display: block;
	    font-size: 36px;
	    line-height: 28px;
	    text-align: center;
	}
	.about .about-box .con .con-right .tips {
		width: 100%;
		display: block;
	    margin-left: 0;
	    padding-top: 6px;
	    text-align: center;
	}
	.about .history-title{
		height: 240px;
	}
	.about .history-box li .year {
	    line-height: 32px;
	    font-size: 24px;
	}
	.about .history-box li .year .unit {
	    font-size: 14px;
	}
	.about .culture-box li{
		width: 100%;
		margin-right:0;
	}
	.about .culture-box li .line, .about .culture-box li .word{
		margin-top: 4px;
	}
	.about .equipment-box .swiper-slide a .t{
		line-height: 40px;
	}
	.about .equipment .swiper-button-prev, .about .equipment .swiper-button-next{
		width: 36px;
		height: 36px;
		line-height: 34px;
		margin:0 6px;
	}
}

/*产品列表*/
.products-list{
	overflow: hidden;
}
.products-list ul{
	width: 100%;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	overflow: hidden;
}
.products-list ul li{
	width: 23.5%;
	float: left;
	margin-right:2%;
	margin-bottom: 2%;
	border:4px #e5e5e5 solid;
	background: #e5e5e5;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.products-list ul li:nth-child(4n){
	margin-right:0;
}
.products-list ul li:hover{
	border-color: #df0011;
	background: #df0011;
}
.products-list ul li a{
	display: block;
}
.products-list ul li:hover a{
	color: #fff;
}
.products-list ul li .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #fff;
	position: relative;
}
.products-list ul li .pic .box{
	width: 100%;
	height: 100%;
	padding:30px;
	position:absolute;
	top:0;
	left:0;
}
.products-list ul li .pic .box img{
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}
.products-list ul li .pic .box .mask{
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #df0011;
	color: #fff;
	position: absolute;
	left:50%;
	bottom: 20px;
	transform: translateX(-50%);
	border-radius: 8px;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.products-list ul li:hover .pic .box .mask{
	opacity: 1;
}
.products-list ul li .word{
	width: 100%;
	padding:4%;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	overflow: hidden;
}
.products-list ul li .word .box{
	font-size: 16px;
}
.products-list ul li .word .arrow{
	display: flex;
	align-items: center;
}
.products-list ul li .word .arrow i{
	font-size: 24px;
}
@media (max-width: 1280px) {
	.products-list ul li{
		width: 32%;
	}
	.products-list ul li:nth-child(4n){
		margin-right:2%;
	}
	.products-list ul li:nth-child(3n){
		margin-right:0;
	}
}
@media (max-width: 992px) {
	.products-list ul li{
		width: 49%;
	}
	.products-list ul li:nth-child(3n){
		margin-right:2%;
	}
	.products-list ul li:nth-child(2n){
		margin-right:0;
	}
	.products-list ul li .word .box{
		font-size: 14px;
	}
	.products-list ul li .word .arrow i{
		font-size: 18px;
	}
}
@media (max-width: 750px) {
	.products-list ul li{
		margin-bottom: 4%;
	}
	.products-list ul li .pic .box .mask{
		width: 100px;
		height: 30px;
		line-height: 30px;
		bottom: 10px;
	}
	.products-list ul li .word .box{
		line-height: 20px;
	}
	.products-list ul li .word .arrow{
		display: none;
	}
}

/*产品详情*/
.products-detail{
	overflow: hidden;
}
.products-detail .products-picbox, .products-detail .products-content, .products-detail .products-relate, .products-detail .products-message{
	width: 100%;
	overflow: hidden;
}
.products-detail .tit{
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 20px;
}
.products-detail .products-picbox .lt{
	width: 40%;
}
.products-detail .products-picbox .rt{
    width: 56%;
}
.products-detail .products-picbox .lt{
	position: relative;
	overflow: hidden;
}
.products-detail .products-picbox .lt i{
	position: absolute;
	top:20px;
	right:20px;
	z-index: 1;
	font-size: 20px;
}
.products-detail .products-picbox .lt .sp-wrap{
	width: 100%;
	border:1px #d8d8d8 solid;
	box-sizing: border-box;
}
.products-detail .products-picbox .lt .sp-wrap > a{
	display: block;
}
.products-detail .products-picbox .lt .sp-wrap a > img{
	display: block;
	margin:0 auto;
}
.products-detail .products-picbox .rt h1{
	font-weight: bolder;
}
.products-detail .products-picbox .rt h2{
	margin-top: 10px;
	margin-bottom: 20px;
}
.products-detail .products-picbox .rt h3, .products-detail .products-picbox .rt h4{
	margin:10px 0 0 0;
}
.products-detail .products-picbox .rt table, .products-detail .products-picbox .rt table th, .products-detail .products-picbox .rt table td{
    border:1px #c9c9ca solid;
}
.products-detail .products-picbox .rt table th, .products-detail .products-picbox .rt table td{
	padding:5px 20px;
}
.products-detail .products-picbox .rt table tr td:first-child{
	background-image: linear-gradient(#f5f6f7, #c9c9ca);
	font-weight: bolder;
}
.products-detail .products-nav{
	width: 100%;
	border:1px #e5e5e5 solid;
	overflow: hidden;
}
.products-detail .products-nav, .products-detail .products-nav a{
	color: #666;
}
.products-detail .products-nav a:hover{
	color: #e62129;
}
.products-detail .products-nav .nav-right{
	float: right;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.products-detail .products-nav .nav-right a{
	display: block;
	background: #e5e5e5;
}
.products-detail .products-nav .nav-right a:hover{
	background: #e62129;
	color: #fff;
}
.products-detail .products-nav .nav-left{
	margin-right: 120px;
	height: 90px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.products-detail .products-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.products-detail .products-relate ul{
	width: 100%;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	overflow: hidden;
}
.products-detail .products-relate ul li{
	width: 23.5%;
	float: left;
	margin-right:2%;
	margin-bottom: 2%;
	border:4px #e5e5e5 solid;
	background: #e5e5e5;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.products-detail .products-relate ul li:nth-child(4n){
	margin-right:0;
}
.products-detail .products-relate ul li:hover{
	border-color: #df0011;
	background: #df0011;
}
.products-detail .products-relate ul li a{
	display: block;
}
.products-detail .products-relate ul li:hover a{
	color: #fff;
}
.products-detail .products-relate ul li .pic{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: #fff;
	position: relative;
}
.products-detail .products-relate ul li .pic .box{
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
}
.products-detail .products-relate ul li .pic .box img{
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}
.products-detail .products-relate ul li .pic .box .mask{
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #df0011;
	color: #fff;
	position: absolute;
	left:50%;
	bottom: 20px;
	transform: translateX(-50%);
	border-radius: 8px;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.products-detail .products-relate ul li:hover .pic .box .mask{
	opacity: 1;
}
.products-detail .products-relate ul li .word{
	width: 100%;
	padding:4%;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	overflow: hidden;
}
.products-detail .products-relate ul li .word .box{
	font-size: 16px;
}
.products-detail .products-relate ul li .word .arrow{
	display: flex;
	align-items: center;
}
.products-detail .products-relate ul li .word .arrow i{
	font-size: 24px;
}
@media (max-width: 1280px){
	.products-detail .tit{
		padding-bottom: 10px;
	}
	.products-detail .products-nav .nav-right{
		width: 100px;
		height: 70px;
		line-height: 70px;
	}
	.products-detail .products-nav .nav-left{
		margin-right: 100px;
		height: 70px;
	}
	.products-detail .products-relate ul li{
		width: 49%;
	}
	.products-detail .products-relate ul li:nth-child(3n){
		margin-right:2%;
	}
	.products-detail .products-relate ul li:nth-child(2n){
		margin-right:0;
	}
}
@media (max-width: 992px) {
	.products-detail .products-picbox .lt, .products-detail .products-picbox .rt{
	    width: 100%;
	}
	.products-detail .products-picbox .rt{
		margin-top: 4%;
	}
	.products-detail .products-relate ul li .word .box{
		font-size: 14px;
	}
	.products-detail .products-relate ul li .word .arrow i{
		font-size: 18px;
	}
}
@media (max-width: 750px) {
	.products-detail .products-nav{
		display: flex;
		flex-direction: column-reverse;
	}
	.products-detail .products-nav .nav-right{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.products-detail .products-nav .nav-left{
		width: 100%;
		float: left;
		margin-right: 0;
		padding:4%;
		height: auto;
	}
	.products-detail .products-relate ul li{
		margin-bottom: 4%;
	}
	.products-detail .products-relate ul li .pic .box .mask{
		width: 100px;
		height: 30px;
		line-height: 30px;
		bottom: 10px;
	}
	.products-detail .products-relate ul li .word .box{
		line-height: 20px;
	}
	.products-detail .products-relate ul li .word .arrow{
		display: none;
	}
}

/*新闻列表*/
.news-list{
	overflow: hidden;
}
.news-list ul{
	width: 100%;
	overflow: hidden;
}
.news-list ul li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.news-list ul li:nth-child(4n){
	margin-right: 0;
}
.news-list ul li a{
	margin:3px;
	display: block;
	border:2px #e5e5e5 solid;
	padding:14px;
	background: #fff;
}
.news-list ul li a:hover{
	border-color: #df0011;
	box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}
.news-list ul li a .pic{
	width: 100%;
	height: 185px;
	overflow: hidden;
	position: relative;
}
.news-list ul li a .pic > img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.news-list ul li a .pic .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.news-list ul li a:hover .pic .mask{
	opacity: 1;
}
.news-list ul li a .pic .mask i{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
}
.news-list ul li a .word{
	width: 100%;
	overflow: hidden;
}
.news-list ul li a .word .t{
	margin-top: 24px;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list ul li a .word .s{
	margin-top: 24px;
	height: 48px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list ul li a .word .d{
	margin-top: 24px;
	color: #999;
}
.news-list ul li a .word .d i{
	font-size: 14px;
}
@media (max-width: 1280px) {
	.news-list ul li{
		width: 32%;
	}
	.news-list ul li:nth-child(4n){
		margin-right: 2%;
	}
	.news-list ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.news-list ul li{
		width: 49%;
		margin-right: 0;
	}
	.news-list ul li:nth-child(4n){
		margin-right: 0;
	}
	.news-list ul li:nth-child(2n){
		float: right;
	}
}
@media (max-width: 750px) {
	.news-list ul li{
		width: 100%;
	}
}

/*新闻详情*/
.news-detail{
	overflow: hidden;
}
.news-detail .news-title{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.news-detail .news-tools{
	width: 100%;
	text-align: center;
	color: #999;
	padding:10px 0;
	border-bottom: 1px #e5e5e5 solid;
	overflow: hidden;
}
.news-detail .news-content{
	width: 100%;
	overflow: hidden;
}
.news-detail .news-nav{
	width: 100%;
	border:1px #e5e5e5 solid;
	overflow: hidden;
}
.news-detail .news-nav, .news-detail .news-nav a{
	color: #666;
}
.news-detail .news-nav a:hover{
	color: #e62129;
}
.news-detail .news-nav .nav-right{
	float: right;
	width: 120px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.news-detail .news-nav .nav-right a{
	display: block;
	background: #e5e5e5;
}
.news-detail .news-nav .nav-right a:hover{
	background: #e62129;
	color: #fff;
}
.news-detail .news-nav .nav-left{
	margin-right: 120px;
	height: 90px;
	padding:0 2%;
	line-height: 26px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.news-detail .news-nav .nav-left a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news-detail .news-relate, .news-detail .news-message{
	width: 100%;
	overflow: hidden;
}
.news-detail .news-relate .tit, .news-detail .news-message .tit{
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 20px;
}
.news-detail .news-relate .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.news-detail .news-relate .con li{
	width: 23.5%;
	margin-right:2%;
	margin-top: 2%;
	float: left;
	border:1px #e5e5e5 solid;
	padding:2%;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.news-detail .news-relate .con li:nth-child(4n){
	margin-right: 0;
}
.news-detail .news-relate .con li:hover{
	background: #e62129;
}
.news-detail .news-relate .con li a{
	display: block;
}
.news-detail .news-relate .con li .rt{
	width: 16px;
}
.news-detail .news-relate .con li .box{
	display: block;
	margin-right: 32px;
}
.news-detail .news-relate .con li .box .t{
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.news-detail .news-relate .con li .box .s{
	margin-top: 10px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.news-detail .news-relate .con li:hover a, .news-detail .news-relate .con li:hover .box .s{
	color: #fff;
}
@media (max-width: 1280px) {
	.news-detail .news-nav .nav-right{
		width: 100px;
		height: 70px;
		line-height: 70px;
	}
	.news-detail .news-nav .nav-left{
		margin-right: 100px;
		height: 70px;
	}
	.news-detail .news-relate .tit, .news-detail .news-message .tit{
		padding-bottom: 10px;
	}
	.news-detail .news-relate .con li{
		width: 49%;
		margin-right:0;
	}
	.news-detail .news-relate .con li:nth-child(2n){
		float: right;
	}
}
@media (max-width: 750px) {
	.news-detail .news-nav{
		display: flex;
		flex-direction: column-reverse;
	}
	.news-detail .news-nav .nav-right{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.news-detail .news-nav .nav-left{
		width: 100%;
		float: left;
		margin-right: 0;
		padding:4%;
		height: auto;
	}
	.news-detail .news-relate .con li{
		width: 100%;
		margin-top: 4%;
		padding:4%;
	}
}

/*服务*/
.service{
	width: 100%;
	overflow: hidden;
}
.service .box1{
	overflow: hidden;
}
.service .box1 .div2 ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.service .box1 .div2 li{
    width: 49%;
    border:1px #e5e5e5 solid;
    border-radius: 8px;
    float: left;
    margin-top: 2%;
    margin-right: 2%;
    padding:2%;
    background: url(/templates/specialty/css/../images/logo-gray.png) no-repeat 94% 94%;
}
.service .box1 .div2 li:nth-child(2){
   margin-right: 0;
}
.service .box1 .div2 li .t em{
	font-size: 28px;
	color: #888;
	float: left;
	margin-right:10px;
}
.service .box1 .div2 li .s dl{
	margin-top: 10px;
}
.service .box1 .div2 li .s dt em{
	display: none;
}
.service .box2{
	width: 100%;
	background: #df0012;
	overflow: hidden;
}
.service .box2 a.more{
	width: 200px;
	height: 44px;
	border:4px #fff solid;
	text-align: center;
	line-height: 36px;
	border-radius: 22px;
	display: block;
	color: #fff;
	margin:0 auto;
}
.service .box2 a:hover{
	background: #fff;
	color: #df0012;
}
/*.service .box2 .hd{
	text-align: center;
}
.service .box2 .hd li{
	padding:0 10px;
	height: 32px;
	display: inline-block;
	border:1px #fff solid;
	line-height: 30px;
	margin:0 5px;
}
.service .box2 .hd li.on{
	border-color: #fff;
	background: #fff;
}
.service .box2 .hd li a{
	display: block;
	color: #fff;
}
.service .box2 .hd li.on a{
	color: #df0011;
}
.service .box2 .swiper-slide a{
	display: block;
}
.service .box2 .swiper-slide a .p{
	width: 100%;
	overflow: hidden;
}
.service .box2 .swiper-slide a .t{
	background: #fff;
	text-align: center;
	line-height: 50px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.service .box2 .control{
	text-align: center;
}
.service .box2 .control a{
	display: inline-block;
}
.service .box2 .swiper-button-prev, .service .box2 .swiper-button-next{
	position: static;
	background: #fff;
	border:1px #e5e5e5 solid;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	line-height: 44px;
	margin:0 10px;
	color: #343434;
}
.service .box2 .swiper-button-prev:after, .service .box2 .swiper-button-next:after{
	display: none;
}
.service .box2  .control a:hover{
	color: #df0011;
}*/
.service .box3{
	overflow: hidden;
}
.service .box3 ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.service .box3 li{
	width: 23%;
	margin:2% 1% 0 1%;
	float: left;
	border:1px #e5e5e5 solid;
	padding:2%;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.service .box3 li:hover{
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.service .box3 .s{
	margin: 10px 0;
}
.service .box3 .s i{
	color: #666
}
.service .box3 a{
	display: block;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #df0011;
	float: right;
}
@media (max-width: 1280px) {
	.service .box1 .div2 ul{
		display: block;
	}
	.service .box1 .div2 li{
	    width: 100%;
	    margin-right: 0;
	}
	.service .box1 .div2 li .s dd{
		display: none;
	}
	.service .box1 .div2 li .s dt{
		background: #e5e5e5;
		padding:5px 10px;
		cursor: pointer;
	}
	.service .box1 .div2 li .s dt em{
		display: block;
	}
	.service .box1 .div2 li .s dd{
		border:1px #e5e5e5 solid;
		padding:10px;
	}
	/*.service .box2 .swiper-button-prev, .service .box2 .swiper-button-next{
		width: 40px;
		height: 40px;
		line-height: 38px;
		margin:0 8px;
	}*/
	.service .box3 li{
		width: 31.33333333%;
	}
}
@media (max-width: 992px) {
	.service .box3 li{
		width: 48%;
	}
}
@media (max-width: 750px) {
	/*.service .box2 .hd li{
		margin:0 2px;
	}
	.service .box2 .swiper-button-prev, .service .box2 .swiper-button-next{
		width: 36px;
		height: 36px;
		line-height: 34px;
		margin:0 6px;
	}*/
	.service .box2 a.more{
		width: 160px;
		height: 40px;
		line-height: 32px;
	}
	.service .box3 li{
		width: 98%;
		margin-top: 4%;
		padding:4%;
	}
	.service .box2 .swiper-slide a .t{
		line-height: 40px;
	}
}

/*合作客户*/
.customer{
	overflow: hidden;
}
.customer .t, .customer .n{
	width: 100%;
	overflow: hidden;
}
.customer .t{
	margin: 4% 0 2% 0;
}
.customer .t:first-child{
	margin-top:0;
}
.customer .n li{
	width: 48%;
	float: left;
	margin-top: 2%;
}
.customer .n li:nth-child(2n){
	float: right;
}
@media (max-width: 992px) {
	.customer .n li{
		width: 100%;
	}
}
@media (max-width: 750px) {
	.customer .t{
		width: 60%;
	}
	.customer .n li{
		margin-top: 4%;
	}
}

/*人才*/
.hr{
	width: 100%;
	overflow: hidden;
}
.hr .box1 .con{
	width: 100%;
	overflow: hidden;
}
.hr .box1 .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.hr .box1 .con li{
	margin:1%;
	float: left;
	flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 31%;
    flex: 1 0 31%;
    background: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	overflow: hidden;
}
.hr .box1 .con li .pic{
	width: 100%;
	overflow: hidden;
}
.hr .box1 .con li .pic img{
	width: 100%;
}
.hr .box1 .con li .text{
	padding:6%;
}
.hr .box1 .con li .text h1{
	color: #e62129;
}
.hr .box1 .con li .text h2{
	color: #999;
}
.hr .box1 .con li .text h3{
	margin-top: 4%;
}
.hr .box2{
	width: 100%;
	background: url(/templates/specialty/css/../images/j_ln_2.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.hr .box2 .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.hr .box2 .con li{
	margin:1%;
	float: left;
	flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 23%;
    flex: 1 0 23%;
    padding:4%;
    background: #fff;
    text-align: center;
	overflow: hidden;
}
.hr .box2 .con em{
	font-size:56px;
	line-height: 48px;
}
.hr .box2 .con h1{
	margin:10px 0 20px 0;
}
.hr .box2 .con h2{
	color: #666;
}
.hr .box3 .con ul{
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
}
.hr .box3 .con li{
	width: 23%;
	margin:1%;
	flex-basis: auto;
    padding:2%;
    border:1px #e5e5e5 solid;
    border-radius: 8px;
    background: #fff;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
	overflow: hidden;
}
.hr .box3 .con li:hover{
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.hr .box3 .con li a {
    display: block;
}
.hr .box3 .con li a .stit{
	line-height: 48px;
}
.hr .box3 .con li a .lab {
    line-height: 35px;
    color: #999;
}
.hr .box3 .con li a .lab span {
    display: inline-block;
    padding-left: 22px;
    background: url(/templates/specialty/css/../images/ico_20.png) no-repeat left center;
    margin-right: 10px;
}
.hr .box3 .con li a .word {
    display: block;
    line-height: 24px;
    color: #999;
    height: 72px;
    overflow: hidden;
}
.hr .box3 .con li a .more {
    display: inline-block;
    width: 52px;
    height: 31px;
    background: url(/templates/specialty/css/../images/btn_01.png) no-repeat center;
    margin-top: 24px;
}
@media (max-width: 1280px) {
	.hr .box2 .con em{
		font-size:48px;
	}
	.hr .box3 .con li{
		width: 48%;
	}
}
@media (max-width: 992px) {
	.hr .box1 .con li{
	    -ms-flex: 1 0 47%;
	    flex: 1 0 47%;
	}
	.hr .box1 .con li:nth-child(3){
		-ms-flex: 1 0 97%;
	    flex: 1 0 97%;
	}
	.hr .box2 .con li{
	    -ms-flex: 1 0 48%;
	    flex: 1 0 48%;
	}
	.hr .box2 .con h1{
		margin:10px 0;
	}
}
@media (max-width: 750px) {
	.hr .box1 .con li{
		margin:2% 1%;
		-ms-flex: 1 0 97%;
	    flex: 1 0 97%;
	}
	.hr .box2 .con li{
		margin:2% 1%;
	    -ms-flex: 1 0 98%;
	    flex: 1 0 98%;
	}
	.hr .box2 .con h1{
		margin:6px 0;
	}
	.hr .box3 .con li{
		margin:2% 1%;
		padding:4%;
		width: 98%;
	}
}

/*招聘弹窗*/
.m-navbg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 1000;
    display: none;
}
.l-c-wrap {
	max-width: 800px;
	width: 80%;
    background-color: #fff;
    border-radius: 6px;
    left: 50%;
    padding: 0 2%;
    position: fixed;
    top: 50%;
    transform: translate(-54%, -50%);
    z-index: 1001;
    display: none;
}
.l-c-hd {
    border-bottom: 1px solid #e5e5e5;
    padding:20px 0;
    overflow: hidden;
}
.l-c-hd h2 {
    color: #333;
    float: left;
    font-weight: normal;
    line-height: 40px;
}
.l-c-hd .l-c-hdr {
    float: right;
    line-height: 39px;
}
.l-c-hdr span {
    background: url(/templates/specialty/css/../images/ico_20.png) no-repeat 0 center;
    display: block;
    float: left;
    margin-left: 18px;
    padding-left: 23px;
}
.l-c-cnt {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 9px 0;
    height: 420px;
    overflow: hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin: 24px 0;
}
.l-c-cnt .obj-wrap {
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 95%;
}
.l-c-cnt h3 {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 9px;
}
.l-c-cnt p {
    color: #666;
    font-size: 12px;
    line-height: 24px;
}
.l-c-ft {
    padding: 2% 0;
}
.l-c-ft .l-c-apl {
    background-color: #e21a21;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 200px;
}
.l-c-ft p {
    color: #666;
    float: right;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
}
.l-c-ft p span {
    color: #333;
}
.l-c-cls {
    background: url(/templates/specialty/css/../images/ico_21.png) no-repeat top center;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 35px;
    position: absolute;
    right: -45px;
    top: 36px;
    width: 35px;
}
@media (max-width: 1280px) {
    .l-c-ft .l-c-apl {
	    height: 40px;
	    line-height: 40px;
	    width: 180px;
	}
	.l-c-hdr span {
	    margin-left: 10px;
	}
	.l-c-ft p {
	    height: 40px;
	    line-height: 40px;
	}
	.l-c-cnt {
	    height: 360px;
	    margin:16px 0;
	}
	.l-c-cnt .obj-wrap, .l-c-cnt .obj-bar{
	    top: 16px;
	}
	.l-c-cls {
	    height: 32px;
	    right: -42px;
	    top: 32px;
	    width: 32px;
	}
}
@media (max-width: 992px) {
	.l-c-hd h2 {
		line-height: 28px;
	}
	.l-c-hd .l-c-hdr {
	    line-height: 28px;
	}
	.l-c-hdr span {
	    margin-left: 6px;
	}
    .l-c-ft .l-c-apl {
	    height: 36px;
	    line-height: 36px;
	    width: 160px;
	}
	.l-c-ft p {
	    height: 36px;
	    line-height: 36px;
	}
	.l-c-cnt {
	    height: 320px;
	    margin:10px 0;
	}
	.l-c-cnt .obj-wrap, .l-c-cnt .obj-bar{
	    top: 10px;
	}
	.l-c-cls {
	    height: 30px;
	    right: -32px;
	    top: 30px;
	    width: 30px;
	}
}
@media (max-width: 750px) {
	.l-c-wrap {
		padding:0 4%;
    }
	.l-c-hd{
		padding:10px 0;
	}
	.l-c-hd h2 {
		width: 100%;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.l-c-hd .l-c-hdr {
	    width: 100%;
	    line-height: 24px;
	}
	.l-c-hdr span {
	    margin-left: 0;
	    margin-right: 4px;
	    font-size: 12px;
	}
    .l-c-ft .l-c-apl {
	    height: 32px;
	    line-height: 32px;
	    width: 120px;
	}
	.l-c-ft p {
		width: 100%;
	    height: 32px;
	    line-height: 32px;
	}
	.l-c-cnt {
	    height: 240px;
	    margin:6px 0;
	}
	.l-c-cnt .obj-wrap, .l-c-cnt .obj-bar{
	    top: 6px;
	}
	.l-c-cls {
	    height: 24px;
	    width: 24px;
	}
}

/*联系*/
.contact{
	overflow: hidden;
}
.contact .contact-box, .contact .map-box, .contact .message-box{
	overflow: hidden;
}
.contact .contact-box .box1, .contact .contact-box .box2{
	width: 100%;
	overflow: hidden;
}
.contact .contact-box .box1 .con{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.contact .contact-box .box1 .box-left{
	width: 36%;
}
.contact .contact-box .box1 .box-left img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.contact .contact-box .box1 .box-right{
    width: 64%;
    font-size: 15px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #eeeeee;
    padding: 4%;
}
.contact .contact-box .box1 .box-right .t10{
	margin-top: 10px;
}
.contact .contact-box .box2 ul{
	width: 100%;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.contact .contact-box .box2 li{
	text-align: center;
	flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 23%;
    flex: 1 0 23%;
	float: left;
	margin:1%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	border-radius: 8px;
	display: flex;
    padding:50px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
}
.contact .contact-box .box2 li p:first-child{
	line-height: 78px;
	overflow: hidden;
}
.contact .contact-box .box2 li em{
	font-size: 78px;
	color:#d20001;
}
.contact .contact-box .box2 .div{
	width: 96%;
	height: 96%;
	padding:2%;
    line-height:28px;
}
.contact .contact-box .box2 .div .pt20{
  padding-top:20px;
}
.contact .contact-box .box2 .div .li{
	width: 48%;
	float: left;
}
.contact .contact-box .box2 .div .li:nth-child(2){
	float: right;
}
.contact .contact-box .box2 .div .li p:nth-child(2){
	padding:0;
	font-size: 16px;
}
.contact .map-box{
	width: 100%;
	height: 560px;
	position: relative;
}
.contact .map-box .my-map{
	width: 100%;
	height: 100%;
}
.contact .message-box .con .box{
	margin-top: 20px;
}
.contact .message-box .h{
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-top: 20px;
}
.contact .message-box .h:nth-child(3){
	margin-right: 0;
}
.contact .message-box .h input{
	width: 100%;
	height: 60px;
	background: #eeeeee;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 0 20px;
}
.contact .message-box .f{
	width: 100%;
	margin-top: 20px;
	float: left;
}
.contact .message-box .f textarea{
	width: 100%;
	height: 232px;
	background: #eeeeee;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 20px;
	resize:none;
}
.contact .message-box .f button{
	width: 280px;
    height: 50px;
    background-image: -webkit-linear-gradient(left,#f87272,#d20001);
    background-image: -o-linear-gradient(right,#f87272,#d20001);
    background-image: -moz-linear-gradient(right,#f87272,#d20001);
    background-image: linear-gradient(to right,#f87272,#d20001);
    cursor: pointer;
    border-radius: 40px;
    margin: 40px auto 0;
    color: #fff;
    display: block;
    border:none;
    outline: none;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.contact .message-box .f button:focus, .contact .message-box .f button:hover{
	background-image: -webkit-linear-gradient(left,#d20001,#f87272);
    background-image: -o-linear-gradient(right,#d20001,#f87272);
    background-image: -moz-linear-gradient(right,#d20001,#f87272);
    background-image: linear-gradient(to right,#d20001,#f87272);
}
@media (max-width: 1280px) {
	.contact .contact-box .box1 .con{
		display: block;
	}
	.contact .contact-box .box1 .box-left{
		width: 100%;
	}
	.contact .contact-box .box1 .box-right{
		width: 100%;
	    font-size: 14px;
	    line-height: 24px;
	}
	.contact .contact-box .box1 .box-right .t10{
		margin-top: 8px;
	}
	.contact .contact-box .box2 li{
	    -ms-flex: 1 0 46%;
	    flex: 1 0 46%;
	    padding:5% 0;
	}
	.contact .contact-box .box2 li p:first-child{
		line-height: 64px;
	}
	.contact .contact-box .box2 li em{
		font-size: 64px;
	}
	.contact .contact-box .box2 li a p:nth-child(2){
		padding:3% 0;
		font-size: 18px;
	}
	.contact .map-box{
		height: 480px;
	}
	.contact .message-box .con .box{
		margin-top: 2%;
	}
	.contact .message-box .h{
		margin-top: 2%;
	}
	.contact .message-box .h input{
		height: 54px;
	}
	.contact .message-box .f{
		margin-top: 2%;
	}
	.contact .message-box .f textarea{
		height: 212px;
	}
	.contact .message-box .f button{
	    margin: 4% auto 0;
	    width: 240px;
        height: 42px;
	}
}
@media (max-width: 992px) {
	.contact .map-box{
		height: 420px;
	}
	.contact .contact-box .box1 .box-right .t10{
		margin-top: 6px;
	}
	.contact .contact-box .box2 li p:first-child{
		line-height: 48px;
	}
	.contact .contact-box .box2 li em{
		font-size: 48px;
	}
	.contact .contact-box .box2 li a p:nth-child(2){
		font-size: 16px;
	}
	.contact .message-box .h{
		width: 100%;
		margin-right: 0;
	}
	.contact .message-box .h input{
		height: 48px;
		padding:0 10px;
	}
	.contact .message-box .f textarea{
		height: 192px;
		padding:10px;
	}
}
@media (max-width: 750px) {
	.contact .contact-box .box2 li{
	    -ms-flex: 1 0 98%;
	    flex: 1 0 98%;
	    margin:2% 1%;
	}
	.contact .contact-box .box2 li p:first-child{
		line-height: 32px;
	}
	.contact .contact-box .box2 li em{
		font-size: 36px;
	}
	.contact .map-box{
		height: 360px;
	}
	.contact .contact-box .box1 .box-right .t10{
		margin-top: 4px;
	}
	.contact .message-box .f textarea{
		height: 162px;
	}
}

/*内容留言*/
.message-form .h{
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-top: 20px;
}
.message-form .h:nth-child(3){
	margin-right: 0;
}
.message-form .h input{
	width: 100%;
	height: 60px;
	background: #eeeeee;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 0 20px;
}
.message-form .f{
	width: 100%;
	margin-top: 20px;
	float: left;
}
.message-form .f textarea{
	width: 100%;
	height: 232px;
	background: #eeeeee;
	border-radius: 16px;
	border:none;
	outline: none;
	padding: 20px;
	resize:none;
}
.message-form .f button{
	width: 280px;
    height: 50px;
    background-image: -webkit-linear-gradient(left,#f87272,#d20001);
    background-image: -o-linear-gradient(right,#f87272,#d20001);
    background-image: -moz-linear-gradient(right,#f87272,#d20001);
    background-image: linear-gradient(to right,#f87272,#d20001);
    cursor: pointer;
    border-radius: 40px;
    margin: 40px auto 0;
    color: #fff;
    display: block;
    border:none;
    outline: none;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.message-form .f button:focus, .message-form .f button:hover{
	background-image: -webkit-linear-gradient(left,#d20001,#f87272);
    background-image: -o-linear-gradient(right,#d20001,#f87272);
    background-image: -moz-linear-gradient(right,#d20001,#f87272);
    background-image: linear-gradient(to right,#d20001,#f87272);
}
@media (max-width: 1280px) {
	.message-form .h{
		margin-top: 2%;
	}
	.message-form .h input{
		height: 54px;
	}
	.message-form .f{
		margin-top: 2%;
	}
	.message-form .f textarea{
		height: 212px;
	}
	.message-form .f button{
	    margin: 4% auto 0;
	    width: 240px;
        height: 42px;
	}
}
@media (max-width: 992px) {
	.message-form .h{
		width: 100%;
		margin-right: 0;
	}
	.message-form .h input{
		height: 48px;
		padding:0 10px;
	}
	.message-form .f textarea{
		height: 192px;
		padding:10px;
	}
}
@media (max-width: 750px) {
	.message-form .f textarea{
		height: 162px;
	}
}

/*分页*/
.page{
	width: 100%;
	margin-top: 2%;
	text-align: center;
	overflow: hidden;
}
.page a{
	padding:5px 10px;
	border:1px #e5e5e5 solid;
	display: inline-block;
	margin:0 5px;
}
.page .disable{
	color: #999;
	pointer-events: none;
	background: #e5e5e5;
}
.page .active, .page a:hover{
	border-color: #e62129;
	background: #e62129;
	color: #fff;
}
.page .pagetext{
	pointer-events: none;
}
@media (max-width: 992px){
	.page .pagetext{
		display: none;
	}
}
@media (max-width: 750px) {
	.page a{
		padding:0 4px;
		margin:0 4px;
	}
	.page .p{
		display: none;
	}
}

/*没有内容提示*/
.nodata{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.nodata i, .nodata div{
	font-size: 24px;
	display: inline-block;
	color:#777;
}
@media (max-width: 1280px) {
	.nodata i, .nodata div{
		font-size: 20px;
	}
}
@media (max-width: 992px) {
	.nodata i, .nodata div{
		font-size: 18px;
	}
}
@media (max-width: 750px) {
	.nodata i, .nodata div{
		font-size: 16px;
	}
}