body {
    width: 100%;
    overflow: hidden;
}

.font-22 {
    font-size: 22px !important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

header {
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10;
}

.nav-box {
    width: 100%;
    display: none;
    position: absolute;
}

.nav-box.flex {
    top: 0;
    left: 0;
    z-index: 20;
}

.nav-box .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.bg1 {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.nav-box .nav-list-box {
    position: fixed;
    top: 80px;
    right: 0;
    background: #fcfcfc;
    width: 21.5%;
    height: 100%;
    overflow: scroll;
    display: none;
}

.nav-box .nav-list-box a:hover {
    color: #BC9F5F;
}

.nav-box .nav-list-box::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background-color: none;
    display: none;
}

.nav-box .nav-list-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: none;
}

.nav-box .nav-list-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: none;
}

.nav-box .nav-list-box ul {
    padding-top: 14.4%;
    padding-left: 35%;
    padding-bottom: 80px;
}

.nav-box .nav-list-box li {
    padding-bottom: 22px;
}

.nav-box .nav-list-box h2 {
    font-size: 22px;
    color: #333;
    line-height: 47px;
}

.nav-box .nav-list-box h2 span {
    width: 17%;
    font-size: 30px;
    display: inline-block;
    color: #e3e3e3;
    position: relative;
    top: 4px;
    transition: color 0.3s;
}

.nav-box .nav-list-box h2 a {
    display: inline-block;
    color: #333333;
}

.nav-box .nav-list-box a {
    display: inline-block;
    color: #666666;
    transition: color 0.3s;
}

.nav-box .nav-list-box p {
    padding-left: 17%;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

header.flex {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
}

header.one {
    background: none;
    box-shadow: none;
}

header .header-logo {
    /*width: 128px;*/
    float: left;
    display: block;
    height: 100%;
    margin-left: 1.25%;
    margin-right: 8px;
    line-height: 80px;
    vertical-align: middle;
}

header .logo img {
    /*position: relative;*/
    /*top: 0;*/
    /*transition: top 0.3s;*/
}

header .china {
    /*margin-left: 1.4%;*/
    padding: 20px 0 20px 8px;
    font-size: 12px;
    color: #666;
    font-family: 'Arial';
    line-height: 20px;
    text-transform: uppercase;
    /*background: url(../img/line03_h.png) no-repeat left center;*/
    display: none;
}

header .logo .one {
    display: none;
}

header .logo .two {
    display: inline-block;
}

header .tit {
    float: right;
    width: 80px;
    height: 100%;
    background: #bc9f5f;
    float: right;
    position: relative;
    cursor: pointer;
}

header .tit.on, header.one .tit.on, header.the .tit.on {
    background: url(../img/wel14.png) no-repeat left center;
}

header.the.on {
    background: #fff;
}

header nav.tit.on span {
    display: none;
}

header nav.tit span {
    position: relative;
    left: 50%;
    margin-left: -15px;
    top: 29px;
}

header nav.tit .line01 {
    width: 31px;
    height: 1px;
    background: #fff;
    margin-bottom: 9px;
    display: block;
}

header nav.tit .line02 {
    width: 31px;
    height: 2px;
    background: url(../img/line02.png) no-repeat center;
    margin-bottom: 9px;
    display: block;
}

header .bdsharebuttonbox {
    /*float: right;*/
    /*padding: 30px 0.6% 30px 0;*/
    margin-right: 1%;
    display: flex;
    align-items: center;
    /*background: url(../img/line04_h.png) no-repeat right center;*/
}

header .bdsharebuttonbox a {
    width: 17px;
    /*height: 20px;*/
    /*padding: 0;*/
    margin: 0 5px;
    display: flex;
    align-items: center;
    /*transition:background 0.3s;*/
}

header .bdsharebuttonbox a img {
    width: 17px;
    /*height: 20px;*/
    /*transition:background 0.3s;*/
}

header .bdsharebuttonbox a.bds_oa {
    /*background: url(../img/aa09.png) no-repeat center;*/
}

header .bdsharebuttonbox a.bds_em {
    /*background: url(../img/aa10.png) no-repeat center;*/
    background: none;
}

header .bdsharebuttonbox a.bds_weixin {
    /*background: url(../img/head03.png) no-repeat center;*/
    background: none;
}

header .nav-list {
    float: right;
    width: 35%;
    margin-right: 6%;
}

header .nav-list li {
    float: left;
    width: 16.6%;
    /*background: url(../img/head05.jpg) no-repeat left center;*/
    text-align: center;
}

header .nav-list li:first-child {
    background: none;
}

header .nav-list a {
    color: #666;
    font-size: 16px;
    display: block;
    width: 100%;
    transition: color 0.3s;
}

header.one .logo .one {
    display: inline-block;
}

header.one .logo .two {
    display: none;
}

header.one .china {
    background: url(../img/line03.png) no-repeat left center;
    color: #fff;
}

header.one .tit {
    background: none;
}

/*header.one .bdsharebuttonbox a.bds_oa{*/
/*background: url(../img/aa09_h.png) no-repeat center;*/
/*}*/
header.one .bdsharebuttonbox a.bds_em {
    background: url(../img/aa10_h.png) no-repeat center;
}

header.one .bdsharebuttonbox a.bds_weixin {
    background: url(../img/head01_h.png) no-repeat center;
}

header.one .nav-list a {
    color: #fff;
}

header.one .nav-list li {
    background: none;
}

header .en {
    display: block;
    margin-right: 12px;
    font-size: 16px;
    color: #333;
    /*height: 100%;*/
    /*line-height: 80px;*/
    transition: color 0.3s;
}

header .en:hover {
    color: #bc9f5f;
}

header.one .en {
    color: #fff;
}

footer {
    width: 100%;
    padding: 17px 0 19px;
}

footer.flex {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
}

footer p {
    font-size: 12px;
    color: #666;
    opacity: 0.8;
    line-height: 30px;
    text-transform: uppercase;
}

footer p a {
    text-transform: capitalize;
    font-size: 14px;
    color: #666;
    transition: color 0.3s;
}

footer.one p {
    color: #fff;
}

footer.one p a {
    color: #fff;
}

footer.two p.fr {
    display: none;
}

header.the {
    background: none;
    box-shadow: none;
}

header.the .search-box {
    display: none;
}

header.the .bdsharebuttonbox {
    display: none;
}

header.the .nav-list {
    display: none;
}

header.the .tit {
    background: none;
}

header.the nav.tit span {
    background: #333 !important;
}

header.the .en {
    display: none;
}

.search-box {
    /*float: right;*/
    width: 15px;
    overflow: hidden;
    margin-right: 1%;
    /*padding-top: 27px;*/
    transition: width 0.3s;
    position: relative;
    height: 28px;
    box-sizing: initial;
}

.search-box.on {
    width: 9.5%;
}

.search-box.on .text {
    display: block;
}

.search-box-btn {
    width: 15px;
    height: 15px;
    background: url(../img/wel13.png) no-repeat center;
    /*float: right;*/
    position: relative;
    top: 34px;
    right: 0;
}

.search-box-btn.on {
    background: url(../img/clo01.png) no-repeat center;
}

.search-box .text {
    width: 70%;
    /*float: left;*/
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    background: none;
    border: none;
    display: none;
}

.search-box .submit {
    width: 15px;
    height: 28px;
    /*float: right;*/
    /*background: url(../img/wel13.png) no-repeat center;*/
    border: none;
    position: absolute;
    background: transparent;
    right: 0;
    /*top: 27px;*/
    padding: 0;
}

.pos-ab-img {
    position: absolute;
    right: 0;
    width: 15px;
    height: 28px;
    padding: 6px 0;
    /*z-index: 2;*/

}

header.one .search-box .submit {
    background: url(../img/wel13_h.png) no-repeat center;
}

.search-two {
    display: none;
}

.search-one {
    display: block;
}

.search-one form {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header {
    /*display: flex;*/
    /*align-items: center;*/
}

.dis-flex {
    width: 100%;
    /*height: 80px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}

.dis-flex-right {
    height: 80px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: flex-end;*/
}

#allmap {
    width: 1200px;
    height: 600px;
    border-bottom: 3px solid #bc9f5f;
    margin: 0 auto;
    display: block;
}

.contact-box {
    width: 100%;
    /*border-bottom: 1px solid #e8e8e8;*/
    padding: 37px 0 48px;
}

.contact-box h2 {
    font-size: 32px;
    color: #333;
    margin: 50px 0;
}

.contact-box ul {
    width: 100%;
}

.contact-box li {
    float: left;
    width: 50%;
    padding-left: 37px;
    font-size: 16px;
    color: #666666;
    line-height: 59px;
}

.contact-box li.li0 {
    background: url(../img/con02.png) no-repeat left center;
}

.contact-box li.li1 {
    background: url(../img/con03.png) no-repeat left center;
}

.contact-box li.li2 {
    background: url(../img/con04.png) no-repeat left center;
}

.contact-box li.li3 {
    background: url(../img/con05.png) no-repeat left center;
}

header .nav-list li.act a {
    color: #bc9f5f;
}

.inliner-nav {
    width: 100%;
    background: #eaeaea;
    height: 60px;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.inliner-nav i {
    display: inline-block;
    width: 1px;
    height: 17px;
    background: #cfcfcf;
    margin: 0 64px;
    vertical-align: top;
    position: relative;
    top:22px;
}

.inliner-nav a {
    display: inline-block;
    width: 132px;
    /*text-align: center;*/
    /*display: flex;*/
    /*justify-content: center;*/
    font-size: 14px;
    color: #666;
}

.inliner-nav span {
    padding-left: 10px;
    /*display: inline-block;*/
}

/*.inliner-nav span.ico01{*/
/*background: url(../img/join01.png) no-repeat left center;*/
/*background-size: 24px;*/
/*}*/
/*.inliner-nav span.ico02{*/
/*background: url(../img/join02.png) no-repeat left center;*/
/*background-size: 24px;*/
/*}*/
/*.inliner-nav span.ico03{*/
/*background: url(../img/join03.png) no-repeat left center;*/
/*background-size: 24px;*/
/*}*/
/*.inliner-nav .cur span.ico01,.inliner-nav a:hover span.ico01{*/
/*background: url(../img/join01-h.png) no-repeat left center;*/
/*background-size: 24px;*/
/*}*/
/*.inliner-nav .cur span.ico02,.inliner-nav a:hover span.ico02{*/
/*background: url(../img/join02-h.png) no-repeat left center;*/
/*background-size: 24px;*/
/*}*/
/*.inliner-nav .cur span.ico03,.inliner-nav a:hover span.ico03{*/
/*background: url(../img/join03-h.png) no-repeat left center;*/
/*background-size: 24px;*/
/*}*/
/*.inliner-nav span.ico10{*/
/*background: url(../img/aa01.png) no-repeat left center;*/
/*}*/
/*.inliner-nav span.ico11{*/
/*background: url(../img/aa02.png) no-repeat left center;*/
/*}*/
/*.inliner-nav span.ico12{*/
/*background: url(../img/aa03.png) no-repeat left center;*/
/*}*/
/*.inliner-nav span.ico13{*/
/*background: url(../img/aa04.png) no-repeat left center;*/
/*}*/
/*.inliner-nav span.ico14{*/
/*background: url(../img/aa09.png) no-repeat left center;*/
/*}*/
/*.inliner-nav a.cur span.ico10,.inliner-nav a:hover span.ico10{*/
/*background: url(../img/aa01-h.png) no-repeat left center;*/
/*}*/
/*.inliner-nav a.cur span.ico11,.inliner-nav a:hover span.ico11{*/
/*background: url(../img/aa02-h.png) no-repeat left center;*/
/*}*/
/*.inliner-nav a.cur span.ico12,.inliner-nav a:hover span.ico12{*/
/*background: url(../img/aa03-h.png) no-repeat left center;*/
/*}*/
/*.inliner-nav a.cur span.ico13,.inliner-nav a:hover span.ico13{*/
/*background: url(../img/aa04-h.png) no-repeat left center;*/
/*}*/
/*.inliner-nav a.cur span.ico14,.inliner-nav a:hover span.ico14{*/
/*background: url(../img/aa09-h.png) no-repeat left center;*/
/*}*/
.inliner-nav a.cur {
    color: #bc9f5f;
}

.inliner-nav a:hover .img-icon {
    display: none;
}

.inliner-nav a:hover .img-icon-hover {
    display: inline-block;
}

.inliner-nav a.cur .img-icon {
    display: none;
}

.inliner-nav a.cur .img-icon-hover {
    display: inline-block;
}
.title-img{
    display: inline-block;
    padding-top: 16px;
}
.title-img, .title-img img {
    width: 24px;
    vertical-align: top;
}

.img-icon-hover {
    display: none;
}

/*.i-wrap3 .inliner-list, .i-wrap3 .inliner-bg{*/
/*width: 666px;*/
/*height: 666px;*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*margin: -333px 0 0 -333px;*/
/*z-index: 5;*/
/*!*background: url(../img/wel15.png) no-repeat center;*!*/
/*background-size: 100% 100%;*/
/*transform: scale(0);*/
/*}*/
/*.i-wrap3 .inliner-bg{*/
/*transform: scale(0);*/
/*background: none;*/
/*}*/
/*.i-wrap3 .inliner-bg span{*/
/*width: 100%;*/
/*height: 100%;*/
/*display: block;*/
/*position: absolute;*/
/*top: 0px;*/
/*left: 41px;*/
/*}*/
/*.i-wrap3 .inliner-bg span.one{*/
/*background: url(../img/wel23.png) no-repeat center;*/
/*background-size: 100% 100%;*/
/*-webkit-animation: inlinerbg 1.2s infinite linear;*/
/*animation: inlinerbg 1.2s infinite linear;*/

/*}*/
/*.i-wrap3 .inliner-bg span.two{*/
/*background: url(../img/wel24.png) no-repeat center;*/
/*background-size: 100% 100%;*/
/*-webkit-animation: inlinerbgo 1.2s infinite linear;*/
/*animation: inlinerbgo 1.2s infinite linear;*/
/*}*/
/*@-webkit-keyframes inlinerbg {*/
/*0% {*/
/*-webkit-transform:translate(5px,-9px);*/
/*transform: translate(5px,-9px);*/
/*}*/
/*50% {*/
/*-webkit-transform: translate(0,0);*/
/*transform: translate(0,0);*/
/*}*/
/*100%{*/
/*-webkit-transform:translate(5px,-9px);*/
/*transform: translate(5px,-9px);*/
/*}*/
/*}*/

/*@keyframes inlinerbg {*/
/*0% {*/
/*-webkit-transform:translate(5px,-9px);*/
/*transform: translate(5px,-9px);*/
/*}*/
/*50% {*/
/*-webkit-transform: translate(0,0);*/
/*transform: translate(0,0);*/
/*}*/
/*100%{*/
/*-webkit-transform:translate(5px,-9px);*/
/*transform: translate(5px,-9px);*/
/*}*/
/*}*/
/*@-webkit-keyframes inlinerbgo {*/
/*0% {*/
/*-webkit-transform:translate(-5px,9px);*/
/*transform:translate(-5px,9px);*/
/*}*/
/*50% {*/
/*-webkit-transform: translate(0,0);*/
/*transform: translate(0,0);*/
/*}*/
/*100%{*/
/*-webkit-transform:translate(-5px,9px);*/
/*transform: translate(-5px,9px);*/
/*}*/
/*}*/

/*@keyframes inlinerbgo {*/
/*0% {*/
/*-webkit-transform:translate(-5px,9px);*/
/*transform: translate(-5px,9px);*/
/*}*/
/*50% {*/
/*-webkit-transform: translate(0,0);*/
/*transform: translate(0,0);*/
/*}*/
/*100%{*/
/*-webkit-transform:translate(-5px,9px);*/
/*transform: translate(-5px,9px);*/
/*}*/
/*}*/
/*.i-wrap3 .inliner-list .bg{*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/
/*.i-wrap3 .inliner-list .bg:nth-child(1){*/
/*width:0;*/
/*background: url(../img/wel17.png) no-repeat top left;*/
/*}*/
/*.i-wrap3 .inliner-list .bg:nth-child(2){*/
/*height: 0;*/
/*background: url(../img/wel18.png) no-repeat top left;*/
/*}*/
/*.i-wrap3 .inliner-list .bg:nth-child(3){*/
/*height: 0;*/
/*top: auto;*/
/*bottom: 0;*/
/*background: url(../img/wel19.png) no-repeat bottom left;*/
/*}*/
/*.i-wrap3 .inliner-list li{*/
/*width: 8px;*/
/*height: 8px;*/
/*position: absolute;*/
/*background: url(../img/wel16.png) no-repeat center;*/
/*transition:all 0.3s;*/
/*background-size: 100% 100%;*/
/*z-index: 10;*/
/*cursor: pointer;*/
/*!*display: none;*!*/
/*}*/
/*.i-wrap3 .inliner-list li.li0{*/
/*top: 99.1%;*/
/*left: 40%;*/
/*}*/
/*.i-wrap3 .inliner-list li.li1{*/
/*top: 99.1%;*/
/*left: 45%;*/
/*}*/
/*.i-wrap3 .inliner-list li.li2{*/
/*top: 99.1%;*/
/*left: 50%;*/
/*}*/
/*.i-wrap3 .inliner-list li.li3{*/
/*top: 99.1%;*/
/*left: 55%;*/
/*}*/
/*.i-wrap3 .inliner-list li.on{*/
/*background: url(../img/wel16_h.png) no-repeat center;*/
/*background-size: 100% 100%;*/
/*}*/
.swiper-container {
    height: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    /*padding: 8px;*/
    margin: 8px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #BC9F5F;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10%;
}

.ani-slide {
    transform: translateX(0);
    opacity: 1;
}

.slide1 {
    background: url(../img/index-3-1.jpg) no-repeat center;
    background-size: cover;
}

.slide2 {
    background: url(../img/index-3-3.jpg) no-repeat center;
    background-size: cover;
}

.slide3 {
    background: url(../img/index-3-2.jpg) no-repeat center;
    background-size: cover;
}

.slide4 {
    background: url(../img/index-3-4.jpg) no-repeat center;
    background-size: cover;
}

.idea {
    width: 100%;
}

.idea .pic {
    float: left;
    width: 46.6%;
    position: relative;
    overflow: hidden;
}

.idea .pic img {
    position: relative;
    left: 50%;
    margin-left: -447px;
}

.idea .box {
    width: 53.4%;
    float: right;
    padding: 8% 18.7% 0 5%;
}

.idea .future {
    display: block;
    width: 38%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #bc9f5f;
    color: #fff;
    font-size: 15px;
    margin-bottom: 5%;
}

.idea h1 {
    font-size: 52px;
    color: #333333;
    line-height: 59px;
}

.idea h2 {
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 10.6%;
}

.idea p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    padding-bottom: 3%;
}

.page {
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    background: #eeeeee;
}

.page a.btns {
    font-size: 16px;
    color: #7d7d7d;
    line-height: 35px;
    height: 35px;
    transition: color 0.3s;
}

.page a.btns.prev {
    padding-left: 35px;
    background: url(../img/join04.png) no-repeat left center;
    float: left;
}

.page a.btns.next {
    padding-right: 35px;
    background: url(../img/join05.png) no-repeat right center;
    float: right;
}

.page a.num {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 14px;
    margin: 0 5px;
    display: inline-block;
    transition: background 0.3s, color 0.3s;
}

.page a.num.active {
    background: #bc9f5f;
    color: #fff;
}

.join-box {
    padding: 56px 0 72px;
    font-size: 14px;
}

.join-box .join-list {
    border-bottom: 1px solid #e7e7e7;
}

.join-list .title {
    overflow: hidden;
    color: #fff;
    background: #bc9f5f;
    padding: 0px 40px;
    line-height: 80px;
    height: 80px;
}

.join-list .title p {
    text-align: center;
    float: left;
    width: 20%;
}

.join-list .title p:first-child {
    text-align: left;
}

.join-list .title p:last-child {
    text-align: right;
}

.join-list ul {
    width: 100%;
    padding: 0 40px;
}

.join-list ul li {
    background: #fff;
    border-top: 1px solid #efefef;
}

.join-list ul li .tit {
    line-height: 80px;
    height: 80px;
    color: #777777;
    cursor: pointer;
    overflow: hidden;
}

.join-list ul li .tit p:first-child {
    text-align: left;
}

.join-list ul li .tit p:last-child {
    text-align: right;
}

.join-list ul li .tit.on p:last-child {
    color: #bc9f5f;
}

.join-list ul li .tit p {
    float: left;
    width: 20%;
    text-align: center;
}

.join-list ul li .in {
    padding: 30px 50px;
    background: #f5f5f5;
    display: none;
}

.join-list ul li .in.on {
    display: block;
}

.join-list ul li .in .top dd {
    float: left;
    width: 25%;
    line-height: 30px;
}

.join-list ul li .in .top dd span {
    color: #666;
    font-size: 12px;
}

.join-list ul li .in .bot h1 {
    font-size: 24px;
    margin: 30px 0 25px 0;
}

.join-list ul li .in .bot dl dd {
    color: #777;
    line-height: 24px;
}

.join-list ul li .in .bot > div {
    float: left;
    width: 46%;
    margin-right: 4%;
}

.join-list ul li .in .bot {
    margin-top: 25px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 36px;
}

.join-list ul li .in .more {
    display: block;
    width: 180px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #bc9f5f;
    margin-top: 32px;
}

.join-list ul li .in .more.btn {
    display: none;
    width: 164px;
    line-height: 30px;
}

.join-list ul li .in .more:hover {
    background: #bc9f5f;
}

.news, .news-info, .news-list {
    padding: 68px 0 52px;
}

.news ul {
    width: 100%;
    border-right: 1px solid #dfdfdf;
}

.news li {
    width: 33.33%;
    float: left;
    border-left: 1px solid #dfdfdf;
    padding-bottom: 32px;
}

.news li a {
    display: block;
    width: 100%;
    padding: 29px 6% 40px;
    transition: background 0.3s;
}

.news li .data {
    font-size: 14px;
    color: #333333;
    line-height: 34px;
    font-family: 'Arial';
    margin-bottom: 15px;
    opacity: 1;
    transition: color 0.3s, opacity 0.3s;
}

.news li h2 {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    min-height: 50px;
    margin-bottom: 7px;
    transition: color 0.3s;
}

.news li .latest {
    font-size: 12px;
    color: #999999;
    line-height: 43px;
    opacity: 1;
    transition: color 0.3s, opacity 0.3s;
}

.news li .font {
    font-size: 14px;
    color: #888;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    margin-top: 20px;
    transition: color 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.news li .pic {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.news li img {
    transition: all 0.3s;
}

.news li .jian {
    width: 52px;
    height: 11px;
    background: url(../img/news02.png) no-repeat center;
    transition: background 0.3s;
    display: block;
    margin-top: 34px;
}

.info-hd {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.info-hd h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    padding: 0 0 10px;
}

.info-bd {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 300px;
}

.info-bd img {
    max-width: 100%;
}

.info-bd p {
    text-align: left;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.info-page {
    margin-top: 45px;
    padding: 15px 0 0;
    border-top: 1px solid #eee;
}

.info-page .con {
    float: left;
    width: 80%;
}

.info-page p {
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.info-page p a {
    color: #333;
    transition: all 0.5s;
}

.info-page p a:hover {
    color: #bc9f5f;
    transition: all 0.5s;
}

.info-page .back {
    float: right;
    display: inline-block;
    padding: 2px 22px;
    border: 2px solid #eee;
    color: #333;
    transition: all 0.3s;
}

.info-page .back:hover {
    background: #bc9f5f;
    color: #fff;
    border: 2px solid #bc9f5f;
    transition: all 0.5s;
}

.news-list li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.3s;
}

.news-list li a {
    display: block;
    width: 100%;
}

.news-list li.even {
    background: #f5f5f5;
}

.news-list li .data {
    padding: 0 7% 0 5%;
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: relative;
    font-size: 14px;
    color: #333333;
    transition: background 0.3s, color 0.3s;
}

.news-list li b {
    width: 21px;
    height: 11px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 7%;
    background: url(../img/news04.png) no-repeat center;
    transition: background 0.3s;
}

.news-list li .box {
    padding: 32px 7% 62px 5%;
    width: 100%;
    display: block;
}

.news-list li h2 {
    width: 82.5%;
    font-size: 24px;
    color: #333333;
    line-height: 44px;
    margin-bottom: 13px;
}

.news-list li .font {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    width: 82.5%;
}

.inline-banner {
    width: 100%;
    position: relative;
    height: 500px !important;
    overflow: hidden;
}

.inline-banner.classify {
    height: 500px !important;
}

.inline-banner .flex-pic {
    position: absolute;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    top: 0;
    z-index: 1;
}

.inline-banner .con {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 160px;
}

.inline-banner .con .box {
    width: 142px;
    height: 145px;
    margin: 0 auto;
    text-align: center;
    line-height: 142px;
    position: relative;
}

/*.inline-banner .con .bg{*/
/*width: 100%;*/
/*height: 100%;*/
/*background: url(../img/pro07.png) no-repeat center;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*z-index: 1;*/
/*-webkit-animation: spinner 1.5s infinite linear;*/
/*animation: spinner 1.5s infinite linear;*/
/*}*/
.inline-banner .con img {
    position: relative;
    z-index: 2;
}

.inline-banner .con h2 {
    font-size: 46px;
    line-height: 56px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, .25);
}

.inline-banner .con .font {
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(0, 0, 0, .25);
    line-height: 20px;
}

.product-nav {
    width: 100%;
    background: #f0f0f0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
}

.product-nav.fex {
    position: fixed;
    top: -70px;
    left: 0;
    z-index: 10;
}

.product-nav ul {
    float: left;
    width: 100%;
}

.product-nav li {
    float: left;
    width: 33.33%;
    text-align: center;
    background: url(../img/pro04.png) no-repeat left center;
    height: 100%;
}

.product-nav.about-nav li {
    width: 25%;
}

.product-nav.about-nav .flex-control-nav {
    display: none;
}

.product-nav li a {
    display: block;
    width: 100%;
}

.product-nav li span {
    font-size: 16px;
    color: #666666;
    display: inline-block;
    padding-left: 38px;
}

.product-nav li span.pro01 {
    background: url(../img/pro01.png) no-repeat left center;
}

.product-nav li span.pro02 {
    background: url(../img/pro02.png) no-repeat left center;
}

.product-nav li span.pro03 {
    background: url(../img/pro03.png) no-repeat left center;
}

.product-nav li span.a01 {
    background: url(../img/a01.png) no-repeat left center;
}

.product-nav li span.a02 {
    background: url(../img/a02.png) no-repeat left center;
}

.product-nav li span.a03 {
    background: url(../img/a03.png) no-repeat left center;
}

.product-nav li span.a04 {
    background: url(../img/a04.png) no-repeat left center;
}

.product-nav li span.a05 {
    background: url(../img/a05.png) no-repeat left center;
}

.product-nav li span.a06 {
    background: url(../img/a06.png) no-repeat left center;
}

.product-nav li span.a07 {
    background: url(../img/a07.png) no-repeat left center;
}

.product-nav li:first-child {
    /*text-align: left;*/
    background: none;
}

.product-nav li:last-child {
    /*text-align: right;*/
}

.product-nav li.on span {
    color: #bc9f5f;
}

.product-nav li.on .a01, .product-nav li a:hover .a01 {
    background: url(../img/a01_h.png) no-repeat left center;
}

.product-nav li.on .a02, .product-nav li a:hover .a02 {
    background: url(../img/a02_h.png) no-repeat left center;
}

.product-nav li.on .a03, .product-nav li a:hover .a03 {
    background: url(../img/a03_h.png) no-repeat left center;
}

.product-nav li.on .a04, .product-nav li a:hover .a04 {
    background: url(../img/a04_h.png) no-repeat left center;
}

.product-nav li.on .a05, .product-nav li a:hover .a05 {
    background: url(../img/a05_h.png) no-repeat left center;
}

.product-nav li.on .a06, .product-nav li a:hover .a06 {
    background: url(../img/a06_h.png) no-repeat left center;
}

.product-nav li.on .a07, .product-nav li a:hover .a07 {
    background: url(../img/a07_h.png) no-repeat left center;
}

.about-line {
    color: #cfcfcf;
}

.about-line a {
    font-size: 12px;
    color: #666;
    display: inline-block;
    width: 11.33%;
    background: url(../img/a13.png) no-repeat left center;
    transition: color 0.3s;
}

.about-line a:nth-child(2) {
    background: none;
}

.about-line .a04 {
    padding-left: 35px;
    background: url(../img/a04.png) no-repeat left center;
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding-right: 35px;
}

.about-line a.cur {
    color: #bc9f5f;
}

.product-none {
    height: 70px;
    display: none;
}

.scroll-index {
    padding: 50px 0 36px;
}

.scroll-index .left {
    width: 19%;
    float: left;
}

.scroll-index .left h2 {
    color: #000000;
    font-size: 32px;
    line-height: 32px;
}

.scroll-index .left i {
    width: 30px;
    height: 1px;
    display: block;
    margin: 30px 0 22px;
    background: #4d4d4d;
}

.scroll-index .left p {
    font-size: 16px;
    color: #666;
    width: 79%;
    line-height: 32px;
}

.scroll-index .right {
    float: left;
    border-left: 1px solid #e6e6e6;
    width: 77%;
    padding-left: 4%;
}

.scroll-index .right h2 {
    font-size: 30px;
    color: #000;
    line-height: 37px;
    padding-left: 60px;
    background: url(../img/logo1.jpg) no-repeat left center;
    background-size: auto 37px;
    margin-bottom: 65px;
}

.scroll-index .right p {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    padding-bottom: 22px;
}

.scroll-index .right .more {
    display: block;
    padding-left: 34px;
    font-weight: normal;
    width: 200px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
    background: #bc9f5f url(../img/pro06.png) no-repeat 155px center;
    transition: background 0.3s;
    margin-top: 10px;
}

.flex-b {
    position: relative;
    height: 520px;
    width: 100%;
    overflow: hidden;
}

.flex-b .flex-pic {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.real-top {
    padding: 78px 0 80px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}

.real-top h2 {
    font-size: 30px;
    color: #000000;
    line-height: 50px;
}

.real-top i {
    width: 15px;
    height: 1px;
    display: block;
    background: #bc9f5f;
    margin: 20px auto 25px;
}

.real-top p {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    width: 85%;
    margin: 0 auto;
}

.real-number {
    padding: 46px 0 57px;
}

.real-number li {
    width: 25%;
    text-align: center;
    float: left;
    background: url(../img/pro14.png) no-repeat left center;
}

.real-number li:first-child {
    background: none;
}

.real-number li p {
    font-size: 14px;
    line-height: 24px;
}

.real-number li h2 {
    font-size: 60px;
    color: #bc9f5f;
    line-height: 65px;
    margin-bottom: 8px;
}

.real-bottom {
    background: #f5f5f5;
    width: 100%;
    padding: 80px 0 74px;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

.real-bottom p {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    width: 85%;
    margin: 0 auto;
}

.real-bottom ul {
    width: 100%;
    margin-top: 59px;
}

.real-bottom li {
    float: left;
    width: 30.8%;
    margin-left: 3.7%;
}

.real-bottom li p {
    color: #333;
    margin-top: 8px;
}

.real-bottom li img {
    width: 100%;
}

.real-bottom li:first-child {
    margin-left: 0;
}

.real-bottom .link {
    display: block;
    padding-left: 34px;
    font-weight: normal;
    width: 230px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    text-align: left;
    color: #fff;
    background: #bc9f5f url(../img/pro06.png) no-repeat 188px center;
    transition: background 0.3s;
    margin: 30px auto 0;
}

.industry .indu-tit {
    width: 1040px;
    padding: 75px 0 10px;
    margin: 0 auto;
    text-align: center;
}

.industry .indu-tit h2 {
    font-size: 28px;
    color: #000000;
    line-height: 48px;
}

.industry .indu-tit i {
    width: 15px;
    height: 1px;
    background: #bc9f5f;
    margin: 20px auto 30px;
    display: block;
}

.industry .indu-tit p {
    font-size: 14px;
    color: #666666;
    line-height: 29px;
    padding-bottom: 22px;
}

.industry-list {
    width: 100%;
    margin-bottom: 55px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}

.industry-list a {
    display: inline-block;
    width: 215px;
    background: url(../img/pro15.jpg) no-repeat left center;
    height: 28px;
    line-height: 28px;
    padding: 15px 0;
    color: #666;
    position: relative;
    top: 2px;
    transition: color 0.3s;
    box-sizing: initial;
}

.industry-list a:first-child {
    background: none;
}

.industry-list a.on {
    background: none;
}

.industry-list a.cur {
    border: 1px solid #e3e3e3;
    border-top: 1px solid #bc9f5f;
    border-bottom: 1px solid #fff;
    background: none;
    color: #bc9f5f;
}

.industry-box {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 90px;
}

.industry-box .industry-ajax {
    display: none;
}

.industry-box2 img, .industry-box3 img {
    max-width: 100%;
    margin-bottom: 40px;
}

.industry-box2 p, .industry-box3 p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.industry-box .pic {
    max-width: 100%;
    margin-bottom: 40px;
}

.industry-box .ico {
    width: 20.7%;
    float: left;
}

.industry-box .right {
    width: 73%;
    float: right;
}

.industry-box .right.on {
    width: 100%;
}

.industry-box .right p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 24px;
    padding-left: 3%;
}

.industry-box .right i {
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    display: block;
}

.industry-box .right h2 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 45px;
    padding: 29px 0 0 3%;

}

.industry-box .industry-box-list {
    padding: 45px 0 0 3%;
    width: 100%;
    margin-top: -45px;
    position: relative;
}

.industry-box .industry-box-list .slides li {
    float: left;
    width: 43%;
}

.industry-box .industry-box-list .slides h3 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.industry-box-list .flex-direction-nav {
    display: none;
}

.industry-box .flex-control-nav {
    top: 0;
    bottom: auto;
    right: 2%;
    text-align: right;
}

.industry-box .flex-control-paging li a {
    width: 7px;
    height: 7px;
    margin: 0 3px;
    background: url(../img/pro18.png) no-repeat center;
    overflow: hidden;
    text-indent: -999px;
    background-size: 100% 100%;
}

.industry-box .flex-control-paging li a.flex-active, .industry-box .flex-control-paging li a:hover {
    background: url(../img/pro18_h.png) no-repeat center;
}

.industry-box .flex-control-nav li {
    margin: 0;
}

.about-culture {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    text-align: center;
}

.about-culture h2 {
    font-size: 28px;
    line-height: 38px;
    padding: 95px 0 72px;
    color: #fff;
}

.about-culture ul {
    width: 100%;
}

.about-culture li {
    float: left;
    width: 33.33%;
}

.about-culture li a {
    display: block;
    width: 100%;
}

.about-culture li .pic {
    width: 142px;
    height: 145px;
    margin: 0 auto 18px;
    text-align: center;
    line-height: 145px;
    position: relative;
}

.about-culture li .bg {
    width: 100%;
    height: 100%;
    background: url(../img/a09.png) no-repeat center;
    background-size: 100%;
    display: block;
    -webkit-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
    position: absolute;
    top: 0;
    left: 0;
}

.about-culture li .font {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.forum ul {
    width: 100%;
    padding: 40px 0 29px;
}

.forum li {
    width: 100%;
    padding: 48px 0 39px;
    float: left;
    border-bottom: 1px solid #e6e6e6;
}

.forum li a {
    display: block;
    width: 100%;
}

.forum li .con {
    float: left;
    width: 66.6%;
}

.forum li .day {
    font-size: 14px;
    color: #333333;
    line-height: 44px;
}

.forum li h2 {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 24px;
    transition: color 0.3s;
}

.forum li .font {
    font-size: 14px;
    color: #888;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
}

.forum li .more {
    float: right;
    display: block;
    padding-left: 2.8%;
    font-weight: normal;
    width: 16.66%;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
    background: #bc9f5f url(../img/pro06.png) no-repeat 77% center;
    transition: background 0.3s;
    margin-top: 44px;
}

.aw-top {
    padding: 72px 0 92px;
}

.aw-top .left {
    width: 49%;
    float: left;
}

.aw-top .left .walk {
    width: 36%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #bc9f5f;
    color: #fff;
    font-size: 13px;
    display: block;
    margin-top: 42px;
}

.aw-top .left h2 {
    color: #333;
    font-size: 48px;
    line-height: 66px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.aw-top .left h3 {
    font-size: 22px;
    color: #333333;
    line-height: 39px;
    padding: 9px 0 30px;
}

.aw-top .left p {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    margin-bottom: 18px;
}

.aw-top .rigth {
    float: right;
    position: relative;
}

.aw-top .rigth .bg {
    position: absolute;
    top: 0;
    right: 0;
}

.aw-top .rigth .pic {
    padding: 55px 110px 0 0;
    position: relative;
    z-index: 2;
}

.aw-number {
    width: 100%;
    background: #f7f7f7;
    padding: 40px 0 47px;
}

.aw-number ul {
    width: 100%;
}

.aw-number li {
    float: left;
    width: 16.66%;
    text-align: center;
    background: url(../img/a20.jpg) no-repeat left center;
}

.aw-number li:first-child {
    text-align: left;
    background: none;
}

.aw-number li:last-child {
    text-align: right;
}

.aw-number li h2 {
    font-size: 42px;
    color: #bc9f5f;
    line-height: 56px;
}

.aw-number li p {
    font-size: 12px;
    color: #bc9f5f;
    line-height: 25px;
}

.flex-b.aw-talent {
    height: 600px;
}

.aw-talent .talent-box {
    position: absolute;
    width: 62.5%;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 70px 5% 42px;
    margin: -180px 0 0 -31.25%;
    text-align: center;
}

.aw-talent h2 {
    font-size: 48px;
    color: #333333;
    line-height: 57px;
}

.aw-talent .bg {
    padding-left: 45px;
    font-size: 22px;
    color: #000000;
    line-height: 42px;
    background: url(../img/pro05.png) no-repeat left 10px;
    display: inline-block;
    margin-bottom: 38px;
}

.aw-talent p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    margin-bottom: 20px;
}

.aw-future {
    position: absolute;
    width: 62.5%;
    top: 50%;
    left: 50%;
    padding: 0 5%;
    margin: -180px 0 0 -31.25%;
    text-align: center;
}

.aw-future h2 {
    font-size: 48px;
    color: #fff;
    line-height: 57px;
}

.aw-future .bg {
    padding-left: 45px;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    background: url(../img/a21.png) no-repeat left 10px;
    display: inline-block;
    margin-bottom: 38px;
}

.aw-future p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
}

.social-top {
    padding: 70px 0 75px;
    width: 100%;
}

.social-top .pic {
    width: 44.7%;
    float: right;
}

.social-top .con {
    width: 32%;
    position: relative;
    left: 50%;
    margin-left: -600px;
}

.social-top .con h2, .social-canp h2 {
    font-size: 30px;
    color: #000000;
    line-height: 46px;
    padding-top: 74px;
}

.social-top .con i, .social-canp .con i {
    width: 15px;
    height: 1px;
    display: block;
    margin: 12px 0 36px 3px;
    background: #bc9f5f;
}

.social-top .con p, .social-canp .con p {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    margin-bottom: 20px;
}

.social-canp {
    width: 100%;
    background: #f5f5f5;
}

.social-canp .pic {
    width: 44.8%;
    float: left;
}

.social-canp .con {
    width: 605px;
    float: left;
    margin-left: 90px;
}

.social-company {
    width: 100%;
    padding: 85px 0 90px;
    text-align: center;
}

.social-company .social-list {
    position: relative;
    border-top: 1px solid #e6e6e6;
}

.social-company .title {
    padding-bottom: 40px;
}

.social-company .title h2 {
    font-size: 30px;
    color: #000000;
    line-height: 70px;
}

.social-company .title i {
    display: block;
    width: 15px;
    height: 1px;
    background: #bc9f5f;
    margin: 0 auto;
}

.social-company .social-show {
    width: 85%;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 100px;
}

.social-company .social-show li {
    float: left;
    opacity: 0;
    transition: opacity 0.5s;
}

.social-company .social-show li.on {
    opacity: 1;
}

.social-company .social-show p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    margin-bottom: 20px;
}

.social-company .btn {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    transition: background 0.3s;
}

.social-company .btn.prev {
    background: url(../img/a27.png) no-repeat center;
    left: -74px;
}

.social-company .btn.next {
    background: url(../img/a28.png) no-repeat center;
    right: -74px;
}

.social-company .btn.prev:hover {
    background: url(../img/a27_h.png) no-repeat center;
}

.social-company .btn.next:hover {
    background: url(../img/a28_h.png) no-repeat center;
}

.social-company .social-list .w1200 {
    margin-top: -4px;
}

.social-company .social-list li {
    float: left;
    padding-top: 7px;
    font-size: 20px;
    color: #a5a5a5;
    line-height: 50px;
    background: url(../img/a26.png) no-repeat center top;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.social-company .social-list li.cur {
    color: #bc9f5f;
    background: url(../img/a26_h.png) no-repeat center top;
}

.social-bottom {
    width: 100%;
    text-align: center;
    padding: 80px 0 33px;
    background: #f5f5f5;
}

.social-bottom-box {
    width: 83%;
    margin: 0 auto;
}

.social-bottom-box h2 {
    font-size: 30px;
    color: #000000;
    line-height: 50px;
}

.social-bottom-box i {
    width: 15px;
    height: 1px;
    background: #bc9f5f;
    margin: 12px auto 39px;
    display: block;
}

.social-bottom-box p {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    padding-bottom: 26px;
}

.social-bottom-box img {
    max-width: 100%;
    height: auto !important;
}

.flex-b.culturn-top {
    height: 580px;
}

.flex-b.culturn-center {
    height: 560px;
}

.culturn-top .con, .culturn-center .con {
    width: 790px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -395px;
    padding-top: 134px;
}

.culturn-top .con h2, .culturn-center .con h2 {
    font-size: 30px;
    color: #000000;
    line-height: 55px;
}

.culturn-top .con i, .culturn-center .con i {
    width: 25px;
    height: 1px;
    margin: 12px auto 40px;
    background: #191919;
    display: block;
}

.culturn-top .con h3, .culturn-center .con h3 {
    font-size: 30px;
    color: #333333;
    line-height: 47px;
}

.culturn-top .con p, .culturn-center .con p {
    font-size: 14px;
    color: #808080;
    line-height: 30px;
    margin-top: 18px;
}

.scroll-index .right img {
    max-width: 100%;
    margin-top: 20px;
}

.culturn-bottom {
    padding: 92px 0 95px;
    background: #f5f5f5;
    width: 100%;
}

.culturn-bottom h2 {
    font-size: 30px;
    color: #000000;
    line-height: 46px;
}

.culturn-bottom i {
    width: 25px;
    height: 1px;
    background: #bc9f5f;
    display: block;
    margin: 13px 0 30px;
}

.culturn-bottom p {
    font-size: 14px;
    color: #808080;
    line-height: 34px;
    padding-top: 20px;
    border-bottom: 1px solid #dedede;
    width: 91.6%;
}

.i-ban .flex-direction-nav, .i-ban .flex-control-nav {
    display: none;
}

.i-ban .slides {
    width: 100%;
    height: 100%;
}

.i-ban .slides li {
    width: 100%;
    position: relative;
    height: 100%;
    background-size: cover !important;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.i-ban .slides img {
    /*padding-top: 25.3%;*/
    /*position: relative;*/
    /*top: -50px;*/
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1.4s;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.i-ban .slides .more {
    width: 178px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #bc9f5f;
    color: #fff;
    font-size: 14px;
    margin: 52px auto 0;
    position: relative;
    top: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1.4s;
}

.i-ban .slides li.flex-active-slide img {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.i-ban .slides li.flex-active-slide .more {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.i-ban-link {
    position: absolute;
    bottom: 42px;
    left: 50%;
    margin-left: -600px;
    z-index: 9;
}

.i-ban-link li {
    width: 33.33%;
    padding-left: 3px;
    float: left;
    position: relative;
    top: 50px;
    opacity: 0;
    overflow: hidden;
}

.i-ban-link li a {
    width: 100%;
    padding: 14px 22% 18px 9%;
    display: block;
    transition: background 0.3s;
    position: relative;
    z-index: 2;
}

.i-ban-link li .bg {
    position: absolute;
    top: 0;
    left: 3px;
    width: 0;
    height: 100%;
    z-index: 1;
    background: #bc9f5f;
    transition: width 0.5s;
}

.i-ban-link li.li0 a {
    background: #fff url(../img/wel02.png) no-repeat 85% center;
}

.i-ban-link li.li1 a {
    background: #fff url(../img/wel03.png) no-repeat 85% center;
}

.i-ban-link li.li2 a {
    background: #fff url(../img/wel04.png) no-repeat 85% center;
}

.i-ban-link li h2 {
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    transition: color 0.3s;
}

.i-ban-link li p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 24px;
    transition: color 0.3s;
    overflow: hidden;
}

.i-wrap1 {
    position: relative;
}

#i-wrap .i-wrap2 {
    background-size: cover !important;
    position: relative;
}

.i-wrap2 .w1200 {
    position: absolute;
    top: 50%;
    margin-top: -275px;
    left: 50%;
    margin-left: -600px;
}

.i-wrap2 .left {
    width: 51.6%;
    float: left;
    position: relative;
    left: -50px;
    opacity: 0;
}

.i-wrap2 .rigth {
    width: 43%;
    position: relative;
    float: right;
    right: -50px;
    opacity: 0;
}

.i-wrap2 .rigth .bg {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.i-wrap2 .rigth .pic {
    width: 74.7%;
    margin: 45px 24.8% 0 0;
    position: relative;
    z-index: 2;
    transform: scale(0);
}

.i-wrap2 .left .walk {
    width: 34.6%;
    margin-top: 12px;
    background: #bc9f5f;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    display: block;
}

.i-wrap2 .left h2 {
    font-size: 48px;
    color: #333333;
    line-height: 68px;
    margin: 17px 0 36px;
}

.i-wrap2 .left p {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 40px;
}

.i-wrap2 .left .more, .i-wrap4 .left .more {
    width: 28%;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #c7c7c7;
    color: #bc9f5f;
    font-size: 14px;
    display: block;
    margin-top: 70px;
    transition: background 0.3s, border 0.3s, color 0.3s;
}

.i-wrap4 .more:hover {
    background: #bc9f5f;
    border-color: #bc9f5f;
    color: #fff;
}

.i-wrap4 .box {
    width: 100%;
    height: 100%;
    padding: 0 3% 0 17.6%;
}

.i-wrap4 .left {
    width: 29.7%;
    float: left;
    position: relative;
    left: -50px;
    opacity: 0;
    top: 50%;
    margin-top: -190px;
}

.i-wrap4 .left h1, .i-wrap2 .left h1 {
    font-size: 48px;
    color: #333333;
    line-height: 62px;
}

.i-wrap4 .left h2, .i-wrap2 .left h2 {
    font-size: 22px;
    color: #333333;
    line-height: 25px;
    margin: 4% 0 4%;
}

.i-wrap4 .left p {
    font-size: 12px;
    color: #666;
    line-height: 35px;
}

.i-wrap4 .left .btns {
    width: 90px;
    margin-top: 9px;
    margin-left: 8px;
    text-align: center;
    color: #dfdfdf;
    display: flex;
    justify-content: space-between;
}

.i-wrap4 .btns a {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 3px;
    transition: background 0.3s;
}

.i-wrap4 .btns i {
    width: 1px;
    background: #dfdfdf;
    display: inline-block;
    height: 26px;
}

.i-wrap4 .btns a.prev {
    background: url(../img/wel08.png) no-repeat center;
    float: left;
}

.i-wrap4 .btns a.next {
    background: url(../img/wel09.png) no-repeat center;
    float: right;
}

.i-wrap4 .btns a.prev:hover {
    background: url(../img/wel08_h.png) no-repeat center;
}

.i-wrap4 .btns a.next:hover {
    background: url(../img/wel09_h.png) no-repeat center;
}

/*.i-wrap4 .more{*/
/*width: 34.5%;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*text-align: center;*/
/*font-size: 14px;*/
/*color: #ffffff;*/
/*background: #bc9f5f;*/
/*display: block;*/
/*margin-top: 13%;*/
/*}*/
.i-wrap4 .right {
    float: right;
    width: 63%;
    overflow: hidden;
}

.i-wrap4 .right ul {
    width: 1000%;
    float: left;
}

.i-wrap4 .right li {
    float: left;
    border-left: 1px solid #eaeaea;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    left: 50px;
    opacity: 0;
}

.i-wrap4 .right a {
    display: block;
    width: 100%;
    padding: 28.7% 4% 0;
}

.i-wrap4 .right img {
    width: 100%;
}

.i-wrap4 .right .day {
    font-size: 80px;
    color: #666;
    line-height: 60px;
    opacity: 0.2;
    padding-bottom: 54%;
}

.i-wrap4 .right .data {
    font-size: 14px;
    color: #333333;
    line-height: 33px;
    margin-bottom: 7px;
}

.i-wrap4 .right h2 {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 6%;
    transition: color 0.3s;
}

.i-wrap4 .right .latest {
    font-size: 12px;
    color: #999999;
    line-height: 19px;
    margin-bottom: 4%;
}

.i-wrap4 .right .pic {
    margin-bottom: 7%;
}

.i-wrap4 .right img {
    transition: all 0.3s;
}

.i-wrap4 .right .font {
    font-size: 13px;
    color: #888888;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

.i-wrap4 .right .more {
    width: 52px;
    height: 11px;
    background: url(../img/wel10.png) no-repeat center;
    margin-top: 19%;
    position: relative;
    left: 0;
    transition: left 0.3s;
}

.i-wrap4 .right .pic {
    overflow: hidden;
}

.i-wrap4 .right li.on .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: url(../img/wel11.png) no-repeat right center;
    background-size: 100% 100%;
    height: 100%;
}

.svg-box {
    position: relative;
    left: 50%;
    top: 50%;
    margin: -334px 0 0 -334px;
}

.dot-red {
    fill: #bc9f5f;
    display: none;
}

.dot-red.active {
    display: block;
}

.st1 {
    fill: rgba(0, 0, 0, 0);
}

.st2 {
    opacity: 0.3;
    fill: none;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
    enable-background: new;
}

.st3 {
    display: none;
}

.circle-red {
    fill: none;
    stroke: #bc9f5f;
    stroke-width: 3;
    stroke-miterlimit: 10;
    transform: translate3d(0, 0, 0)
}

.st5 {
    fill: none;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
}

.st6 {
    fill: #FFFFFF;
}

.st7 {
    fill: transparent;
    cursor: pointer;
}

.is-mobile .st2 {
    opacity: .35;
}

.i-wrap3 {
    position: relative;
}

.svg-box {
    width: 668px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -334px 0 0 -334px;
    z-index: 5;
}

/*.inliner-banner,.inliner-banner-con{*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*background: #000;*/
/*z-index: 5;*/
/*}*/
.inliner-banner-con {
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 5;
}

/*.inliner-banner-con ul{*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/
.swiper-slide div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: center;
    /*transform: scale(0.8);*/
    z-index: 1;
}

/*.swiper-slide div.index{*/
/*z-index: 20000;*/
/*}*/
.swiper-slide div {
    left: 0;
    transform: scale(1);
}

.swiper-slide div a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide div .con {
    display: block;
    width: 606px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -145px 0 0 -303px;
    /*transform: scale(0);*/
}

.swiper-slide div h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
}

.swiper-slide div h2 {
    font-size: 45px;
    color: #fff;
    line-height: 51px;
}

.swiper-slide div i {
    width: 28px;
    height: 2px;
    margin: 18px auto 23px;
    display: block;
    background: #798994;
}

.swiper-slide div .font {
    font-size: 13px;
    color: #fff;
    line-height: 25px;
    width: 72%;
    margin: 0 auto;
}

.swiper-slide div .more {
    width: 178px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #bc9f5f;
    color: #fff;
    font-size: 14px;
    margin: 60px auto 0;
}

/*.inliner-banner ul,.inliner-banner-con ul{*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/
/*.inliner-banner li,.inliner-banner-con li{*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*top:0;*/
/*left: 100%;*/
/*text-align: center;*/
/*transform: scale(0.8);*/
/*z-index: 1;*/
/*}*/
/*.inliner-banner li.index,.inliner-banner-con li.index{*/
/*z-index: 2;*/
/*}*/
/*.inliner-banner li:first-child,.inliner-banner-con li:first-child{*/
/*left: 0;*/
/*transform: scale(1);*/
/*}*/
/*.inliner-banner li a,.inliner-banner-con li a{*/
/*display: block;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/
/*.inliner-banner li .con,.inliner-banner-con li .con{*/
/*display: block;*/
/*width: 606px;*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*margin: -145px 0 0 -303px;*/
/*transform: scale(0);*/
/*}*/
/*.inliner-banner li h3,.inliner-banner-con li h3{*/
/*font-size: 24px;*/
/*color: #ffffff;*/
/*line-height: 40px;*/
/*}*/
/*.inliner-banner li h2,.inliner-banner-con li h2{*/
/*font-size: 45px;*/
/*color: #fff;*/
/*line-height: 51px;*/
/*}*/
/*.inliner-banner li i,.inliner-banner-con li i{*/
/*width: 28px;*/
/*height: 2px;*/
/*margin: 18px auto 23px;*/
/*display: block;*/
/*background: #798994;*/
/*}*/
/*.inliner-banner li .font,.inliner-banner-con li .font{*/
/*font-size: 13px;*/
/*color: #fff;*/
/*line-height: 25px;*/
/*width: 72%;*/
/*margin: 0 auto;*/
/*}*/
/*.inliner-banner li .more,.inliner-banner-con li .more{*/
/*width: 178px;*/
/*height: 40px;*/
/*line-height: 40px;*/
/*text-align: center;*/
/*background: #bc9f5f;*/
/*color: #fff;*/
/*font-size: 14px;*/
/*margin: 60px auto 0;*/
/*}*/
#i-navli {
    position: fixed;
    right: 3%;
    top: 50%;
    z-index: 10;
    margin-top: -107px;
}

#i-navli li {
    width: 18px;
    height: 19px;
    margin: 7px 0;
    background: url(../img/wel20.png) no-repeat center;
    transition: background 0.3s;
}

#i-navli li.current {
    background: url(../img/wel20_h.png) no-repeat center;
}

#i-navli.one li {
    background: url(../img/wel05.png) no-repeat center;
}

#i-navli.one li.current {
    background: url(../img/wel05_h.png) no-repeat center;
}

.wel-number {
    position: fixed;
    z-index: 10;
    right: 2.3%;
    top: 50%;
    margin-top: 11px;
    padding-top: 72px;
    background: url(../img/wel21.png) no-repeat top center;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 26px;
}

.wel-number .num {
    font-size: 20px;
}

.wel-number.on {
    background: url(img/wel22.png) no-repeat top center;
    color: #a4a4a4;
}

.wel-number.on .num {
    color: #bc9f5f;
}

.wel-page {
    height: 129px;
    width: 130px;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 10;
    margin-top: -64px;
    overflow: hidden;
}

.wel-page ul {
    position: relative;
}

.wel-page li {
    color: #777777;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    margin: 0 0 3px 0;
    float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.wel-page li .n {
    padding-left: 60px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s;
}

.wel-page li .line {
    width: 25px;
    height: 1px;
    background: #bbbbbb;
    position: absolute;
    top: 12px;
    right: 75px;
    transition: width 0.3s, background 0.3s;
}

.wel-page li.on .n {
    opacity: 1;
    filter: alpha(opacity=100);
}

.wel-page li.on .line {
    width: 50px;
    background: #777777;
}

.wel-page.one li {
    color: #fff;
}

.wel-page.one li .line {
    background: #fff;
}

.wel-page.one li.on .line {
    background: #fff;
}

.bd_weixin_popup {
    height: 300px !important;
}

.insdie-wrap #spred {
    font-size: 18px;
    font-family: Arial;
    color: #bc9f5f;
    margin-left: 12px;
}

.insdie-wrap table {
    width: 100%;
    max-width: 100%;
    border: none;
}

.insdie-wrap {
    border: 0;
    border-width: 0 0 1px 1px;
}

.insdie-wrap td {
    padding: 8px 1%;
    border: 0;
    width: 35%;
    border-width: 1px 1px 0 0;
    font-size: 14px;
}

.insdie-wrap td:nth-child(2n+1) {
    width: 15%;
}

.insdie-wrap td {
    line-height: 1.8;
}

.insdie-wrap .applay-input {
    width: 80%;
    height: 18px;
    padding: 8px 2%;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
    box-sizing: initial;
}

.insdie-wrap #captcha {
    width: 29.4%;
}

.insdie-wrap select.applay-input {
    height: 36px;
    width: 84%;
    padding: 0;
}

.insdie-wrap textarea.applay-input {
    width: 94%;
    height: 100px;
    padding: 0;
}

.insdie-wrap .applay-input.code {
    width: 90px;
    margin-right: 8px;
}

.insdie-wrap .submit {
    width: 150px;
    height: 36px;
    background: #bc9f5f;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    line-height: 36px;
    margin-left: 15.2%;
}

.insdie-wrap .error {
    border-color: #bc9f5f;
}

.insdie-wrap label {
    width: 100%;
}

.insdie-wrap td .controls {
    margin-left: 0
}

.load-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

.load-box .picture {
    position: absolute;
    width: 128px;
    height: 35px;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -64px;
}

.load-box .load-img {
    position: absolute;
    width: 128px;
    height: 35px;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -64px;
    background: url(../img/logo02.png) no-repeat top left;
    -webkit-animation: load 3s infinite linear;
    animation: load 3s infinite linear;

}

.load-box .tbox {
    position: absolute;
    width: 128px;
    height: 35px;
    top: 50%;
    left: 50%;
    margin: 35px 0 0 -64px;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    color: #999;
}

.aw-history {
    padding: 60px 0;
    width: 100%;
}

.aw-history .title {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.aw-history .title h2 {
    font-size: 48px;
    color: #333333;
    line-height: 67px;
    font-weight: bold;
}

.aw-history .title span {
    font-size: 24px;
    color: #000;
    padding-left: 52px;
    /*background: url(../img/pro05.png) no-repeat left center;*/
    line-height: 32px;
    display: inline-block;
}

.pc-history {
    width: 100%;
    height: 548px;
    /*overflow: hidden;*/
    background: url(../img/aa08.png) no-repeat center;
}

.pc-history .btns {
    width: 107px;
    height: 107px;
    position: absolute;
    top: 30%;
    margin-top: 3px;
    transition: background 0.3s;
    z-index: 2;
}

.pc-history .btns.prev {
    background: url(../img/aa06.png) no-repeat center;
    left: -31px;
}

.pc-history .btns.prev:hover {
    background: url(../img/aa06_h.png) no-repeat center;
}

.pc-history .btns.next {
    background: url(../img/aa07.png) no-repeat center;
    right: -31px;
}

.pc-history .btns.next:hover {
    background: url(../img/aa07_h.png) no-repeat center;
}

.pc-history .box {
    width: 1065px;
    margin: 0 auto;
    height: 100%;
}

.pc-history .box ul {
    position: relative;
}

.pc-history .box li {
    width: 200px;
    float: left;
    position: relative;
    margin-left: -50px;
}

.pc-history .box li.even {
    margin-bottom: 30px;
    padding-bottom: 100px;
    background: url(../img/aa05.png) no-repeat center bottom;
}

.pc-history .box li.odd {
    margin-top: 270px;
    padding-top: 100px;
    background: url(../img/aa05.png) no-repeat center top;
}

.pc-history .box li:first-child {
    margin-left: 0;
}

.pc-history .box ul {
    float: left;
}

.pc-history .box h2 {
    font-size: 20px;
    color: #404040;
    font-weight: bold;
    line-height: 34px;
}

.pc-history .box p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.mobile-history {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.weixin-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 330px;
    height: 350px;
    z-index: 15;
    margin: auto;
    display: none;
    background: #fff;
}

.weixin-box img {
    width: 282px;
    margin: 32px 22px;
}

.weixin-box .close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../img/clo01.png) no-repeat center;
    display: block;
    width: 15px;
    height: 15px;
    opacity: 1;
}

.hrc {
    padding: 56px 0 72px;
    border-bottom: 1px solid #efe9e9;
}

.hrc ul {
    width: 100%;
}

.hrc li {
    float: left;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 20px;
    padding: 2%;
    min-height: 255px;
}

.hrc li:nth-child(4n) {
    margin-right: 0;
}

.hrc li a {
    display: block;
    width: 100%;
}

.hrc li h2 {
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    height: 76px;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #555;
}

.hrc li p {
    color: #888;
    display: block;
    line-height: 22px;
    font-size: 14px;
}

@-webkit-keyframes load {
    0% {
        width: 0;
    }
    100% {
        width: 128px;
    }
}

@keyframes load {
    0% {
        width: 0;
    }
    100% {
        width: 128px;
    }
}

/*# sourceMappingURL=style.css.map */
.welcome-left {
    float: left;
    width: 35%;
}

.welcome-right {
    float: left;
    width: 58%;
    margin-left: 7%;
    font-size: 16px;
}

.welcome-item {
    position: relative;
    display: block;
    height: 200px;
    margin: 10px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 200px;
}

.welcome-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
}

.welcome-item:hover {
    color: #FFF;
}

.welcome-item .item-text,
.welcome-item .item-text-c {
    position: relative;
}

.item-text {
    font-size: 30px;
}

.item-text-c {
    font-size: 20px;
}

.welcome-right h2, .ceo-right h2 {
    font-size: 28px;
    line-height: 50px;
}

.welcome-right p {
    text-indent: 2em;
}

.welcome-right p.p-margin {
    text-indent: 0;
    line-height: 60px;
}

.welcome-right p.welcome-right-title, .ceo-right p.welcome-right-title {
    font-size: 16px;
    color: #fff;
    background: #bc9f5f;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 40px 0 20px;
    text-indent: 0;
}

.welcome-right p.no-indent {
    text-indent: 0;
}

.culturn-item {
    clear: both;
    background: url(../img/culture-2.png) no-repeat center;
    background-size: 1920px 500px;
    height: 500px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.font32 {
    font-size: 32px;
}

.font48 {
    font-size: 48px;
    margin-bottom: 40px;
}

.structure-img {
    display: block;
    margin: 100px auto;
    width: 50%;
}

.ceo-left {
    float: left;
    width: 40%;
}

.ceo-right {
    float: left;
    margin-left: 7%;
    width: 50%;
}

.ceo-right p {
    font-size: 16px;
    margin-top: 10px;
}

.ceo-img {
    border: 1px solid #ececec;
    width: 480px;
    height: 610px;
    position: relative;
    margin: 40px 0 0 40px;
}

.ceo {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
}

.ceo-text {
    font-size: 32px;
    text-align: center;
    margin-top: 15px;
}

.ceo-text img {
    width: 45%;
}

.pro.product-nav.about-nav li {
    width: 50%;
}

.w1450 {
    width: 1450px;
    margin: 0 auto;
    position: relative;
}

.product-nav li span.p01 {
    background: url(../img/p01.png) no-repeat left center;
}

.product-nav li span.p02 {
    background: url(../img/p02.png) no-repeat left center;
}

.product-nav li span.p03 {
    background: url(../img/p03.png) no-repeat left center;
}

.product-nav li span.p04 {
    background: url(../img/p04.png) no-repeat left center;
}

.product-nav li.on .p01, .product-nav li a:hover .p01 {
    background: url(../img/p01_h.png) no-repeat left center;
}

.product-nav li.on .p02, .product-nav li a:hover .p02 {
    background: url(../img/p02_h.png) no-repeat left center;
}

.product-nav li.on .p03, .product-nav li a:hover .p03 {
    background: url(../img/p03_h.png) no-repeat left center;
}

.product-nav li.on .p04, .product-nav li a:hover .p04 {
    background: url(../img/p04_h.png) no-repeat left center;
}

.go-link {
    font-size: 16px;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 30px 0;
    text-indent: 0;
    padding: 0 15px;
    background: #bc9f5f url(../img/go-link.png) no-repeat 96px center;
    display: block;
}

.consult-input {
    width: 600px;
    height: 300px;
    background: #f8f8f8;
    resize: none;
}

.submit-input {
    margin: 60px auto;
    background: #bc9f5f;
    color: #fff;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.top-con {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/index1.jpg") center center no-repeat;
    background-size: cover;
}

.top-con img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -355px;
    margin-top: -90px;
}

.top-con .bg {
    /*width: 100%;*/
}

.weixin-on {
    position: absolute;
    z-index: 2;
    padding-right: 70px;
    right: 0;
    color: #BC9F5F;
    font-size: 16px;
}