@import url(./layout.css);
@import url(./pagination.css);

.banner {
    width: 100%;
    height: 360px;
    padding-top: 80px;
    box-sizing: border-box;
    background: url(../images/profile_banner.png) center no-repeat;
    background-size: cover;
    color: #ffffff;
}
.banner-title {
    position: relative;
    max-width: 1440px;
    padding-left: 168px;
    box-sizing: border-box;
    font-size: 48px;
    padding-bottom: 30px;
    margin: 0 auto;
    /* _zoom: 1; */
}
/* .banner-title::after {
    position: absolute;
    bottom: 0;
    left: 168px;
    width: 96px;
    height: 9px;
    background: #FFBC25;
    content: '';
} */
.banner-line {
    position: absolute;
    bottom: 0;
    left: 168px;
    width: 96px;
    height: 9px;
    background: #FFBC25;
}
.banner-slogan {
    position: relative;
    font-size: 33px;
    max-width: 1440px;
    padding-left: 168px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 25px;
}

.summary {
    width: 100%;
    padding: 80px 56px 60px;
    box-sizing: border-box;
}
.summary-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.summary-content {
    max-width: 1024px;
    margin: 0 auto;
}
.summary-text {
    color: #76797C;
    font-size: 18px;
    line-height: 28px;
    text-indent: 36px;
}

.culture {
    position: relative;
    max-width: 1440px;
    width: 100%;
    height: 488px;
    padding: 0 56px;
    margin: 0 auto 80px;
    box-sizing: border-box;
    overflow: hidden;
}
.culture-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 448px;
    box-sizing: border-box;
}
.culture-title {
    /* float: left; */
    
    /* width: 880px; */
    /* width: 100%; */
    margin-right: 448px;
    height: 488px;
    line-height: 488px;
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    background: url(../images/pic_culture.png) top no-repeat;
    background-size: cover;
}
.culture-detail {
    position: absolute;
    right: 56px;
    top: 0;
    /* float: right; */
    width: 448px;
    height: 488px;
    /* width: 39%; */
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: #F4F6F8;
}
.culture-keyword {
    font-size: 20px;
    line-height: 27px;
    display: block;
    margin-bottom: 8px;
}
.culture-desc {
    color: #76797C;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
}

.display {
    padding: 80px 56px;
    clear: left;
}
.display-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
}
.display-desc {
    color: #76797C;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
}
.certificate-list {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}
.certificate-item {
    width: 176px;
    height: 245px;
    margin: 60px 28px 0;
}

.quality {
    background-color: #F4F6F8;
}
.patent {
    background-color: #ffffff;
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto;
   
}


.patent-list-box {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    /* padding-top: 50px; */
    overflow: hidden;
}

.patent-list-arrow {
    /* float: left; */
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.patent-list-arrow--right {
    right: 0;
}

.patent-list-arrow a {
    width: 50px;
    height: 50px;
    position: relative;
    /* margin-top: 54px; */
    /* margin-right: 10px; */
    float: left;
    border: 1px solid #ABABAB;
    display: block;
    background: #f2f2f2;
    overflow: hidden;
}

.patent-list-arrow a img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: 12px;
}
.patent-list {
    float: left;
    width: 944px;
    /* height: 400px; */
    margin: 0 117px;
    overflow: hidden;
}
.patent-list ul {
    height: 420px;
}
.patent-img {
    width: 210px;
    height: 300px;
}

.patent-list ul li {
	margin-top:60px;
    width: 210px;
    height: 300px;
    float: left;
    /* margin-left: 26px; */
    /* margin-right: 0; */
    margin-left: 13px;
    margin-right: 13px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    box-shadow: 1px 0px 8px rgba(0,0,0,0.12);
    top: 10px;
    /* left: -10px; */
}
.patent-list ul li:hover {
    top: -5px;
    box-shadow: 0 10px 12px rgba(0,0,0,0.12);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.patent-list-arrow a:hover {
    background: #108cee;
    border: 1px solid #108cee;
}

.prev:hover .icon-arrow--hover {
    position: absolute;
    top: 0;
    left: 11px;
}

.next:hover .icon-arrow--hover {
    position: absolute;
    top: 0;
    left: 11px;
}