.banner-mid{
text-align:center;
 
}
 .about-title{
    text-align: center;
    padding-top: 44px;
    padding-bottom: 20px;
}
.about-container{
    padding-bottom: 60px;
}
 .about-title h2{
    font-size: 32px;
    font-weight: 400;
    color: #333;
    padding-bottom: 6px;
}
.about-container .about-title span{
    font-size:14px;
    color: #999;
}
.about-container .container-text{
    font-size: 16px;color: #333;
    line-height: 200%;
}
.culture{
    background: #f9f9f9;
}


/*honor*/
.aui-content-box {
    position: relative;
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    background: #fff;
}
.aui-content-item-img {
    position: absolute;
    width: 320px;
    height: 240px;
    left: 10px;
    top: 10px;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}
.aui-content-item-img img {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.aui-content-item-name {
    position: absolute;
    top:246px;
    left: 0;
    width: 340px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
}
.aui-content-box-list ul li {
    float: left;
    border: solid 1px #efefef;
    margin-left: 18px;
    margin-right: 18px;
    background: #fff;
}
.aui-content-box-list ul li a {
    position: relative;
    display: block;
    width: 340px;
    height: 298px;
    text-align: center;
    margin: auto;
}
.aui-content-box-list ul li a img {
    transition: all 0.5s;
}
.aui-content-box-list ul li a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.aui-content-box-ovf {
    width: 1120px;
    overflow: hidden;
    position: relative;
    height:300px;
	margin-left:30px;
}
.aui-content-box-list {
    width: 6950px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -40px;
}
.next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
}
.prev a {
    opacity: 0.6;
    background: #2f3430;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
}
.next a {
    background: #2f3430;
    position: absolute;
    right: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
    opacity: 0.6;
}
.prev img {
    width: 80%;
    display: block;
    border: none;
    position: absolute;
    left: 0;
    top: 12px;
}
.next img {
    width: 80%;
    display: block;
    position: absolute;
    border: none;
    top: 13px;
    right: 0;
}
.prev a:hover {
    opacity: 1;
}
.next a:hover {
    opacity: 1;
}


/*history*/

.history{
    background: #f9f9f9;
    padding-bottom: 60px;
}
.history-container {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#history-main-carousel {
    min-height: 300px;
    position: relative;
    width: 100%;
}
#history-main-carousel a.carousel-control {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    margin-top: -1.75em;
    top: 35%;
    z-index: 5;
}
#history-main-carousel .left-carousel-control {
    background-image: url(../images/arr_gold1.png);
    left: -60px;
}
.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
#history-main-carousel .right-carousel-control {
    background-image: url(../images/arr_gold.png);
    right: -60px;
    left: auto;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
#history-main-carousel .swiper-container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
#history-main-carousel .swiper-container .swiper-wrapper {
    position: absolut;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#history-main-carousel .swiper-container .swiper-wrapper .swiper-slide.type1 {
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
}


#history-main-carousel .swiper-container .swiper-wrapper .swiper-slide {
    display: inline-block;
    overflow: hidden;
    padding: 0 56px;
    height: 332px;
    width: 100%;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
#history-main-carousel .swiper-container .swiper-wrapper .swiper-slide.type1 .year-type {
    width: 60%;
    float: left;
}
#history-main-carousel .swiper-container .swiper-wrapper .swiper-slide .year-type {
    color: #d2ab74;
}
#history-main-carousel .swiper-container .swiper-wrapper .swiper-slide.type1 .year-type .big-word {
    margin-top: -6px;
}
#history-main-carousel .swiper-container .swiper-wrapper .swiper-slide .year-type .big-word {
    font-size: 92px;
    float: left;
	margin-left:50px;
}
#history-main-carousel .swiper-container .swiper-wrapper .swiper-slide .year-type .year-p {
    color: #333;
    line-height: 200%;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
	margin-left:50px;
    font-size: 14px;
}
#history-main-carousel .swiper-container .swiper-wrapper .swiper-slide.type1 .img-type {
    width: calc(50% - 50px);
    float: right;
    margin-right: -60px;
}
#history-main-carousel .swiper-container .swiper-wrapper .swiper-slide .img-type {
    overflow: hidden;
}
#history-main-carousel .swiper-container .swiper-wrapper .swiper-slide .img-type>ul {
    width: 100%;
}
#history-main-carousel .swiper-container .swiper-wrapper .swiper-slide .img-type>ul li {
    width: 100%;
}


.history-time-line {
    max-width: 1130px;
    height: 5em;
    border-top: 1px dashed #666;
    margin: 0 auto;
    position: relative;
}
.history-time-line .swiper-button-next {
    transform: rotate(180deg);
    right: 0;
    margin-right: -1em;
}
.history-time-line #swiperTimeline {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    margin-top: -12px;
    height: 6em;
}
.history-time-line #swiperTimeline .swiper-slide {
    height: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.history-time-line #swiperTimeline .swiper-slide.swiper-slide-active .coordinate {
    display: block;
}
.history-time-line #swiperTimeline .swiper-slide .coordinate {
    display: none;
    width: 22px;
    height: 28px;
    margin-top: -17.5px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    background-color: #fff;
}
.history-time-line #swiperTimeline .swiper-slide .circle {
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #666;
    margin: 0 auto;
    margin-top: 6px;
    display: block;
    background-color: #fff;
}
.history-time-line #swiperTimeline .swiper-slide .time {
    width: 60%;
    margin-left: 20%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #666;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
}
.history-time-line #swiperTimeline .swiper-slide.swiper-slide-active .time {
    color: #fff;
    background-color: #d2ab74;
    border-radius: 6px;
}

/*news*/
.top-nav{
    padding-bottom: 30px;
    border-bottom: 4px solid #d2ab74;
}
.news .top-nav .prod-nav {
    
	padding-left: 8.333%;
	
}
.product .top-nav .maxsize .prod-nav {
    margin-top: 0;
}
.top-nav .prod-nav a:hover {
    position: relative;
    background-color: #d2ab74;
    color: #fff;
    border-color: #d2ab74;
}
.newslist{
    background: #f3f3f3;
}
.news .item {
    position: relative;
}
.news .item .con {
    margin: 15px 0;
    background: #fff;
    padding: 30px 0;
}
.news .item .con .maxsize {
    position: relative;
}
.news .maxsize {
    max-width: 1200px;
}
.news .item .con .face {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 330px;
    background-size: cover;
    background-position: center;
}
.news .item .con .text {
    position: relative;
    margin-left: 420px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.news .item .con .text h1 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}
.news .item .con .text h2 {
    font-size: 16px;
    margin-bottom: 30px;
    color: #565656;
}
.news .item .con .text p {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}
.paginga {
    clear: both;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 30px;
}
.paginga ul {
    margin: 0;
    padding: 0;
    height: 40px;
    font-size: 12px;
    color: #666;
}
.paginga li {
    width: auto;
    background: initial;
    display: inline-block;
    padding: 0;
    height: auto;
    line-height: inherit;
}
.paginga a, .paginga a:visited {
    background: #FFF;
    border: 1px solid #EEE;
    color: #333;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 2px;
    padding: 0 11px;
    text-decoration: none;
}
.paginga a:hover, .paginga a:active, .paginga .press {
    background-color: #d2ab74;
    border: 1px solid #d2ab74;
    color: #FFF;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 2px;
    padding: 0 11px;
}

/*news-detail*/
.newsbox {
    overflow: inherit;
    background: #f3f3f3;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 60px;
}
.mleft {
    width: 810px;
    border: 1px solid #ebebeb;
    background-color: #FFF;
    float: left;
    padding: 20px ;
}
.leftnr {
    width: 810px;
    height: 80px;
    border-bottom: 1px solid #ebebeb;
}
.leftnr .leftbt {
    width: 810px;
    height: 30px;
    text-align: center;
}
.leftnr .leftbt h1 {
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: 400;
}
.leftnr .leftbt .zuozhe {
    font-size: 14px;
    text-align: center;
    color: #999;
    line-height: 30px;
}
.left_content {
    width: 800px;
    color: #666;
    font-size: 14px;
    padding-top:30px;
    text-indent: 20px;
}
.news-bot {
    border-top: 1px solid #eee;
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}
.news-bot p a {
    display: inline-block;
    width: 80%;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 36px;
}
.news-back {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 80px;
    height: 36px;
    color: #333;
    line-height: 36px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

.mright {
    float: right;
    width: 280px;
    border: 1px solid #ebebeb;
    background-color: #FFF;
    padding: 20px;
}
.mright .title {
    width: 250px;
    padding-bottom: 10px;
    background: url(../images/line.png) bottom no-repeat;
}
.mright .title span {
    font-size: 20px;color: #d2ab74;
}
.mright .part4 .list li .list-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mright .part4 .list li{
    margin: 10px 0  10px  0;
}
.mright .part4 .list li .list-p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.news-more{
    float: right;
}
.news-more a {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #efefef;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin: 10px 0;
}

/*product*/

.product-list{
    background: #f3f3f3;
}
.product .title .maxsize .prod-nav{
    margin-top: 0;
}
.productbox{
    background: #f3f3f3;
}
.product-show{
    background: #fff;
    height:478px;
    margin-bottom: 30px;
}
.product1-left-img{
    float: left;
    width: 560px;height: 420px;
    float: left;
    position: relative;
    z-index: 10;
    padding: 30px;
}
.product1-right{
padding-top: 50px;
padding-right: 30px;
}
.product1-right h2 {
    color: #333;
    font-weight: normal;
    font-size: 28px;
}
.product1-right i {
    display: block;
    overflow: hidden;
    height: 1px;
    background: #e5e5e5;
    margin: 1.3em 0;
}
.product1-right p{
line-height: 2.5;
font-size: 16px;
}

.mleft .title {
    width: 800px;
    padding-bottom: 10px;
    background: url(../images/line1.png) bottom no-repeat;
}
.mleft .title span {
    font-size: 20px;
    color: #d2ab74;
}


/*know*/
.know .top-nav .prod-nav{padding-left: 8.333%}
.know .items {
    overflow: hidden;
    padding-top: 20px;
}
.know .items .item {
    float: left;
    width: 33.333%;
}
.know .items .item .con {
    background: #fff;
    margin: 20px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.know .items .item .con .face {
    padding: 20px;
}
.know .items .item .con a.at, .know .items .item .con p {
    padding-left: 20px;
    padding-right: 20px;
}
.know .items .item .con a.at {
    display: block;
    line-height: 50px;
    color: #bc9950;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E1e0e0;
}
.know .items .item .con .text {
    padding-bottom: 40px;
}
.know .items .item .con p {
    line-height: 28px;
    color: #7e7e7e;
}
/*video*/
.video{
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 60px;
}
.video-banner {
    width: 80%;
    background: #f3f3f3;
}
.video-banner .box {
    height: 100%;
}
.video-banner .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 82px;
    margin-top: -40px;
    margin-left: -40px;
    cursor: pointer;
}
.select-videos {
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    position: absolute;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.select-videos .item {
    margin: 0 18%;
}
.select-videos .box-img {
    position: relative;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}
.select-videos .swiper-slide.on .box-img img {
    opacity: 1;
}
.select-videos .box-img img {
    opacity: .5;
}
.trans-3 {
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.select-videos .swiper-slide p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: .1rem;
    margin-bottom: 0;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.select-videos .swiper-button-prev {
    left: 18%;
    background-color: #d2ab74;
    background-image: none;
}.select-videos .swiper-button-next {
    right: 18%;
    background-color: #dbdbdb;
    background-image: none;
}
.select-videos .swiper-button-next, .select-videos .swiper-button-prev {
    top: auto;
    bottom: 0;
    margin: 0;
    width: 32%;
    height: 25px;
    background-size: 6px;
    opacity: 1;
}
.select-videos .swiper-button-prev:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid white;
    border-top: 1px solid white;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -5px;
}
.select-videos .swiper-button-next:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -5px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/*contact*/
.contact-us .top-nav{
    padding-left: 41.666%
}