.banner {
    background: url(../images/page-banner.jpg) center top no-repeat;
    height: 450px;
    min-width: 1200px;
}

.banner img {
    width: 100%;
}
.h-title {
    text-align: center;
    position: relative;
}

.h-title h2 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
}

.h-title span {
    width: 146px;
    height: 1px;
    background: #cdcdcd;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.h-title span:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 46px;
    height: 3px;
    background: #2462af;
    position: relative;
    top: -1px;
}
.h-honor {
}

.h-honor .h-title {
    padding: 60px 0 40px;
}

.h-honor-box {
    padding: 16px 0 74px;
    /*background: url(../images/h-bg.jpg) center/cover no-repeat;*/
    /*height: 450px;*/
}

.h-honor-main {
    height: 100%;
    text-align: center;
}

.h-honor-img {
    height: 316px;
    display: inline-block;
    position: relative;
    transition: .4s;
}

.h-honor-img:nth-of-type(1) {
    box-shadow: -5px 0 5px rgba(0,0,0,.5);
    left: 140px;
    z-index: 1;
}

.h-honor-img:nth-of-type(2) {
    box-shadow: -5px 0 5px rgba(0,0,0,.5);
    left: 70px;
    z-index: 2;
}

.h-honor-img:nth-of-type(3) {
    z-index: 3;
}

.h-honor-img:nth-of-type(3):before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/h-bg-left.png) left center/auto 100% no-repeat;
    left: -9px;
    top: 0;
    z-index: 1;
}

.h-honor-img:nth-of-type(3):after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/h-bg-right.png) right center/auto 100% no-repeat;
    right: -10px;
    top: 0;
    z-index: 1;
}

.h-honor-img:nth-of-type(4) {
    box-shadow: 5px 0 5px rgba(0,0,0,.5);
    right: 70px;
    z-index: 2;
}

.h-honor-img:nth-of-type(5) {
    box-shadow: 5px 0 5px rgba(0,0,0,.5);
    right: 140px;
    z-index: 1;
}

.h-honor-main img {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.h-honor-img:hover,.h-honor-img.active {
    z-index: 6;
    transform: scale(1.1,1.1);
}

.h-honor-show {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.9);
    z-index: 999999;
    top: 0;
    text-align: center;
    padding: 50px 0;
    display: none;
}
/*about*/
.about1{
    padding: 60px 0;
}

.about1 .h-title {
    margin-bottom: 40px;
}

.about-text {
    line-height: 1.8;
    text-indent: 2em;
}

.a-p {
    position: relative;
    height: 100%;
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.a-p1 {
    background-image: url(../images/about-bg1.jpg);
}

.a-p2 {
    background-image: url(../images/about-bg2.jpg);
}

.a-p3 {
    background-image: url(../images/about-bg3.jpg);
}

.about2 {
    background: #f5f5f5;
    height: 670px;
    padding: 60px 0;
}

.about2 .h-title {
    margin-bottom: 40px;
}

.about2-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    position: absolute;
    width: 530px;
    padding: 40px 50px;
    line-height: 2;
    text-align: justify;
    height: 230px;
    top: 200px;
}

.about2-text p {
    text-indent: 2em;
}

.about-right {
    background: #fff;
}

.about-right .about2-text {
    right: 0;
}

.about-right .a-p {
    background-position: left top;
}
.h-partner{
	height: 330px;
	padding-top: 60px;
	background-color: #f7f8fa;
	/* background-image: url(../images/co-bg.jpg); */
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center 0;
	animation: partner 35s linear infinite;
}
.h-partner .h-title{
	margin-bottom: 40px;
}
.h-partner .h-title h3{
	color: #dedede;
}
.h-partner .h-p{
	/* margin-left: -46px; */
}
.h-partner .h-p ul li{
	/* float: left; */
	margin-right: 13px;
	margin-bottom: 20px;
	box-shadow: 0 6px 8px 0px rgba(0,0,0,.08);
}
.h-partner .h-p ul li:nth-of-type(5n){
	margin-right: 0;
}
.h-p .parimg:hover{
    transform: translateZ(0) scale(1.05);
}
.h-p .parimg{
    transition: all .3s;
    -moz-transition: all .3s;
    width: 245px;
    object-fit: cover;
}
.style-name{
    width: 1200px;
    margin: 0 auto;
    padding-left: 170px;
    padding-bottom: 100px;
}
.style-name .zn{
    font-size: 40px;
    color: #fff;
}
.style-name .en{
    font-size: 22px;
    color: #fff;
}