﻿.honor_list{
	width: 100%;
	overflow: hidden;
	margin:50px 0px 25px;
}
.honor_list ul{
	width: 100%;
	overflow: hidden;
	display: none;
}
.honor_list ul.honor_listNow{
	display: block;
}
.honor_list ul li{
	height: auto;
	margin-bottom: 40px;
}
.honorBox{
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 378px;
}
.honorBox .honor{
	display: block;
	width: 100%;
	overflow: hidden;
	padding:15px 25px 0px 25px;
}
.honor img{
	width: 100%;
	transition: all 0.5s;
}
.honorBox h4{
	font-size: 16px;
	line-height:40px;
	height: 40px;
	overflow: hidden;
	color:#4c4d52;
	text-transform: capitalize;
}
.honorBox:hover img{
	transform: scale(1.1);
}
.honorBox:hover h4{
	color: #4c4d52;
}
@media only screen and (max-width:767px ) {
    .care h2 {
    font-size: 56px !important;
    }
    .honor_list {
    margin: 25px 0px 0px;
   }
	.honor_menu {
		margin-bottom: 20px;
	}
	.honor_menu li{
		width: calc(33.33% - 6px);
		width: -moz-calc(33.33% - 6px);
		width: -webkit-calc(33.33% - 6px);
		margin-right: 9px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.honor_list ul li{
		margin-bottom: 15px;
		height: auto;
	}
	.honor_list ul li:nth-of-type(2n+1){
		padding: 0 5px 0 0;
	}
	.honor_list ul li:nth-of-type(2n){
		padding: 0 0 0 5px;
	}
	.honorBox .honor{
		padding: 10px;
	}
	.honorBox h4{
		font-size: 16px;
		line-height:30px;
		height: 30px;
	}
}
@media only screen and (min-width: 1300px ){
	.honor_list ul li{
		margin-bottom: 20px;
	}
	.col-sm-4 {
    width: 23%;
    margin:0 1%;
}
}
@media only screen and (min-width: 1250px ) {
	.honor_list ul li{
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1300px) 
{
    .col-sm-4
    {
        width: 31%;
        margin:0 1%;
    }
}


.honor-title {
	width: 100%;
	overflow: hidden;
	position: relative;
	/* height: 500px; */
}
.honor-title:before {
	content: '';
	display: block;
	width: 77px;
	height: 77px;
	overflow: hidden;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 255px;
	top: 18px;
}
.honor-title h2 {
	font-family: "wigrumweb";
	font-size: 62px;
	line-height: 90px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -4px;
	margin-bottom: 10px;
}
.honor-title h3 {
	font-size: 30px;
	line-height: 40px;
	color: #333333;
}
@media only screen and (min-width: 992px) {
	.honor-title:before {
		width: 55px;
		height: 55px;
		left: 170px;
	}
	.honor-title h2 {
		font-size: 64px;
		line-height: 65px;
		letter-spacing: -2px;
	}
	.honor-title h3 {
		font-size: 24px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.honor-title:before {
		width: 66px;
		height: 66px;
		left: 340px;
	}
	.honor-title h2 {
		font-size: 72px;
		line-height: 75px;
		letter-spacing: -3px;
	}
	.honor-title h3 {
		font-size: 28px;
		line-height: 35px;
	}
}
@media only screen and (min-width: 1550px) {
	.honor-title:before {
		width: 77px;
		height: 77px;
		left: 255px;
	}
	.honor-title h2 {
		font-size: 62px;
		line-height: 66px;
		letter-spacing: -4px;
	}
	.honor-title h3 {
		font-size: 30px;
		line-height: 40px;
	}
}


.news-content {
	width: 100%;
	padding: 65px 0 15px;
	overflow: hidden;
}
@media only screen and (max-width: 1500px) {
	.about2 .about2-img {
        width: 41% !important;
        margin-top: 100px !important;
    }
}
@media only screen and (max-width: 1300px) {
.about2 .about2-txt {
    width: 50% !important;
    height: 500px !important;
}
}
@media only screen and (max-width: 1100px) {
.about2 .about2-txt {
    width: 100% !important;
}
}
@media only screen and (max-width: 991px) {
	.honor-title:before {
		width: 77px;
		height: 77px;
		left: 440px;
	}
	.honor-title h2 {
		font-size: 96px;
		line-height: 90px;
	}
	.honor-title h3 {
		font-size: 36px;
		line-height: 40px;
	}
	.about2 .about2-txt {
        height: 550px !important;
    }
}
@media only screen and (max-width: 750px) {
	.news-content {
		padding: 15px 0 15px;
	}
	.about2 .about2-img {
        width: 100% !important;
        margin-top: 100px !important;
    }
    .about2 .about2-img img {
        width: 100% !important;
    }
}
@media only screen and (max-width: 750px) {
	.honor-title:before {
		width: 44px;
		height: 44px;
		left: 178px;
	}
	.honor-title h2 {
		font-size: 42px;
		line-height: 45px;
		letter-spacing: -2px;
	}
	.honor-title h3 {
		font-size: 24px;
		line-height: 39px;
	}
	.about2 .about2-txt {
        height: 246px !important;
    }
    .honor-title p {
		margin-top: 36px !important;
	}
}
@media only screen and (min-width: 992px) {
	.news-content {
		padding: 55px 0 55px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-content {
		padding: 50px 0 50px;
	}
}
@media only screen and (min-width: 1550px) {
	.news-content {
		padding: 80px 0 65px;
	}
}



.about2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.about2 .container{
	position: relative;
}
.about2 h2 {
	text-align: justify;
	color: #333333;
	margin: 0 0 10px;
}
.about2 h2:after {
	left: 0px;
	margin-left: 0px;
}
.about2 .about2-img {
	width: 1080px;
	overflow: hidden;
	position: relative;
	right: 0;
	margin-left: -960px;
	float: right;
}
.about2 .about2-img img {
	width: 90%;
}
.about2 .about2-txt {
	width: 420px;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	position: absolute;
	top: 120px;
	right: 32%;
	margin-right: 180px;
}
.about2 .about2-txt .about2-swiper {
	width: 100%;
	margin: 90px 0 0;
	/* height: 300px; */
}
.about2 .about2-txt .about2-swiper img{
	width: 100%;
	height:auto;
	cursor: pointer;
}
@media only screen and (max-width: 991px) {
	.about2 .about2-img {
	    width: 1000px;
	    margin-left: 0;
	    margin: 0 auto !important;
	}
	.about2 .about2-txt {
	    width: 100%;
	    font-size: 24px;
	    line-height: 35px;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin: 100px 0px;
	}
	.about2 h2 {
	    margin: 0 0 60px;
	}
}
@media only screen and (max-width: 750px) {
	.about2 .about2-img {
	    width: 500px;
	}
	.about2 .about2-txt {
	    font-size: 14px;
	    line-height: 20px;
	    margin: 40px 0px;
	    height: 455px !important;
	}
	.about2 h2 {
	    margin: 0 0 10px;
	}
	.about2 .about2-txt .about2-swiper {
	    margin: 30px 0 0;
	    height: 100px;
	}
}
@media only screen and (min-width: 992px) {
	.about2 .about2-img {
		width: 732px;
		margin-left: 0;
	}
	.about2 .about2-txt {
		width: 360px;
		top: 0;
	}
	.about2 .about2-txt .about2-swiper {
	    margin: 50px 0 0;
		height: 68px;
	}
}
@media only screen and (min-width: 1300px) {
	.about2 .about2-img {
        width: 540px;
    }
	.about2 .about2-txt {
		width: 50%;
		top: 0;
		height: 650px;
	}
	.about2 .about2-txt .about2-swiper,.about3 .about3-txt .about3-swiper {
		height: 80px;
		margin: 62px 0 0;
	}
}


#c_static_001-1645191063287 {
	min-height:0;
	display-radio:1;
	max-width:1600px;
	width:94%;
	margin-left:auto;
	margin-right:auto;
	margin-top:4%;
	margin-bottom:3%;
	padding-bottom:0
}