@media (min-width:1600px) {


.container{padding-left:0px;padding-right:0px;}

body{padding-top: 0px}

.header{height:80px;position: fixed;top:0;left:0;width:100%;z-index:999;}
.header .logo{font-size: 36px;color:#262626}
.header .logo .logoImg{height: 40px}
.headercon{display:flex;align-items:center;margin:0 40px;justify-content: space-between;}
.header .header-right{display:flex;align-items:center;margin-left: 40px;}
.header .menu>ul{display: flex;align-items:center; position:relative}
.header .menu ul li {height:80px; position: relative;margin-right:48px}
.header .menu>ul>li>a{font-size:16px;color:#262626;display:block;height:80px;line-height:80px;position:relative;transition: all 0.3s;}
.header .menu>ul>li:hover>a{color: #996334;}
.header .menu>ul>li:last-child a{padding-right: 0}

.header .lang{margin-left: auto;display: flex;align-items: center}
.header .lang .select{font-size: 16px;color:#262626;margin-left: 4px;position: relative;}

.header .lang .select p{display: flex;align-items: center;cursor: pointer;}
.header .lang .select p .ico{margin-left: 4px;width: 16px;}
.header .lang .select p a{font-size: 16px;color:#262626;margin:0 6px;}



.banner{background: #D8DDD7;position: relative;}
.banner .bannerImg{max-width: 100%;display: block;}
.banner .bannercon{position: absolute;left: 0;top: 0;width: 100%;height: 100%}
.banner .bannercon .text{position: absolute;width: 45.8%;padding:120px 40px 40px;left: 40px;top: 0px;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;height: 100%}
.banner .bannercon .text h2{font-size: 64px;color:#262626;margin-bottom: 16px;font-weight: 300;}
.banner .bannercon .text p{font-size: 28px;color:#262626;margin-bottom: 64px;font-style: normal;font-weight: 200;}
.banner .bannercon .text .link{font-size: 14px;color:#262626;display: flex;align-items: center;}
.banner .bannercon .text .link span{border-bottom: 1px solid #262626;padding-bottom: 1px}
.banner .bannercon .text .link .ico{width: 16px;height: 16px;margin-left: 8px;}

.banner .bannercon .data{position: absolute;top: 50%;transform: translateY(-50%);right: 5%;}
.banner .bannercon .data .item{margin-bottom: 40px;line-height: 1.3;text-align: center}
.banner .bannercon .data .item .num{font-size: 56px;color:#262626;font-weight: 274;}
.banner .bannercon .data .item p{font-size: 24px;color:#262626;font-weight: 300;}

.tinfo{position: relative;margin-bottom: 0}
.tinfo:before{width: 120px;height: 120px;border-radius: 50%;background: rgba(0,214,176,0.1);position: absolute;left: -20px;top: -20px;content:"";display: none;}
.tinfo h2{color:#262626;font-size: 40px;}
.tinfo p{color: #595959;font-size: 24px;margin-top: 14px}

.index03 .tinfo h2{color:rgba(255,255,255,0.9);}
.index03 .tinfo p{color:rgba(255,255,255,0.7);}
.index03 .tinfo:before{display: none}

.indexcon{display: flex;align-items: flex-start;justify-content: space-between;padding:80px 40px;background:linear-gradient(180deg, #FFF 70%, #F5F5F5 100%);}
.indexcon .tinfo{width: 21.7%}
.indexcon .indexright{width: 74%}

.index01{}
.index01 .items{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.index01 .items:after{content: "";display: block;width: 31.4%}
.index01 .items .item{width: 31.4%;margin-bottom: 0}
.index01 .items .item .imgbox{display: block;overflow: hidden;border-radius: 16px 16px 0 0;}
.index01 .items .item .imgbox img{border-radius: 16px 16px 0 0;}
.index01 .items .item .info{padding:28px;}
.index01 .items .item .info h3{color:#292929;font-size: 24px;font-weight: 300;}
.index01 .items .item .info p{font-size: 18px;color:#595959;margin-top: 8px;font-weight: 200;}
.index01 .items .item .info .link{font-size: 14px;color:#292929;text-decoration: underline;display: flex;align-items: center; margin-top: 20px;font-weight: 300}
.index01 .items .item .info .link .ico{margin-left: 8px;width: 16px;}


.index02{}
.index02 .items{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.index02 .items:after{content: "";display: block;width: 31.4%}
.index02 .items .item{width: 31.4%}
.index02 .items .item .imgbox{display: block;overflow: hidden;border-radius: 16px 16px 0 0;}
.index02 .items .item .imgbox img{border-radius: 16px 16px 0 0;}
.index02 .items .item .info{padding:28px;}
.index02 .items .item .info h3{color:#292929;font-size: 24px;font-weight: 300;}
.index02 .items .item .info p{font-size: 18px;color:#595959;margin-top: 8px;font-weight: 200;line-height: 27px;min-height: 81px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.index02 .items .item .info .link{font-size: 14px;color:#292929;text-decoration: underline;display: flex;align-items: center; margin-top: 32px;}
.index02 .items .item .info .link .ico{margin-left: 8px;width: 16px;}
.index02 .items .item .info .bq{display: flex;align-items: center;margin-top: 16px;}
.index02 .items .item .info .bq span{margin-right: 12px;font-size: 16px;color:#595959;display: flex;align-items: center;}
.index02 .items .item .info .bq span .bqico{width: 18px;margin-right: 2px;}

.index03{background: #090C05}
.index03 .items{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.index03 .items:after{content: "";display: block;width: 48.53%}
.index03 .items .item{border-radius: 16px;background:#313132;width: 48.53%;display: flex;align-items:center;padding:0px 0 0 40px;margin-bottom: 40px;}
.index03 .items .item .info{width: 48.5%;padding-top: 0px;}
.index03 .items .item .info h3{color:rgba(255,255,255,0.9);font-size: 24px;font-weight: 300;}
.index03 .items .item .info p{font-size: 18px;color:rgba(255,255,255,0.7);margin-top: 8px;font-weight: 200;}
.index03 .items .item .info .icons{margin-top: 12px;display: flex;align-items: center;font-size: 12px}
.index03 .items .item .info .icons .ico{width: 16px;}
.index03 .items .item .info .icons span{display: inline-block;border-bottom: 1px solid rgba(255,255,255,0.9);padding:2px 0;}
.index03 .items .item .imgbox{width: 48.5%}
.index03 .items .item .imgbox img{max-width: 100%}

.index03 .viewall{}
.index03 .viewall a{color:rgba(255,255,255,0.9);font-size: 16px;text-decoration: underline;display: flex;align-items: center}
.index03 .viewall .ico{width: 16px;margin-left: 8px;}

.index04{}

.index04 .rightcon{display: flex;align-items: center;justify-content: space-between;padding:0 20px;box-shadow: 0 4px 24px 8px rgba(0, 0, 0, 0.02);}
.index04 .rightcon .imgs{width: 22.06%;}
.index04 .rightcon  .item{width: 34.56%}
.index04 .rightcon  .item h3{color:#262626;font-size: 28px;font-weight: 300;}
.index04 .rightcon .item p{font-size: 20px;color:#595959;margin-top: 8px;font-weight: 200;}

.index05{}
.index05 .items{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.index05 .items:after{content: "";display: block;width: 31.32%}
.index05 .items .item{width: 31.32%;}

.index06{}
.index06 .items{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.index06 .items:after{content: "";display: block;width: 48.53%}
.index06 .items .item{width: 48.53%;box-shadow: 0 4px 24px 8px rgba(0, 0, 0, 0.02);margin-bottom: 40px;padding:40px ;background: #fff;border-radius: 16px;}
.index06 .items .item p{color:#262626;font-size: 20px;margin-bottom: 20px;}
.index06 .items .item .info{display: flex;align-items: center;color:#262626;font-size: 16px;}
.index06 .items .item .info .ico{width: 40px;margin-right: 8px;}


.index07 .items{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.index07 .items:after{content: "";display: block;width: 49%}
.index07 .items .item{width: 49%}
.index07 .items .item .imgbox{display: block;overflow: hidden;border-radius: 4px;}
.index07 .items .item .imgbox img{border-radius:4px;}
.index07 .items .item .info{}
.index07 .items .item .info h3{color:#262626;font-size: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden}
.index07 .items .item .info p{font-size: 14px;color:#595959;margin-top: 8px;}



.index08 .items{}
.index08 .items .item {padding:24px 0;border-bottom: 1px solid #eef0ee;}
.index08 .items .item h3{font-weight: 300;font-size: 24px;color:#262626;margin-bottom: 0;display: flex;align-items: center;cursor: pointer;}
.index08 .items .item.on h3 .ico{transform: rotate(180deg);}
.index08 .items .item h3 .ico{margin-left: auto;transition: all 0.5s;width:16px}
.index08 .items .item .text{font-weight: 400;font-size:20px;color:#595959;display: none;font-weight: 200;margin-top: 16px;}





.footer{background: #17171A;}
.footer .ftop{display: flex;justify-content: space-between;align-items: flex-start; padding:80px 40px 40px;}
.footer .ftop .left{width: 21.7%}
.footer .ftop .left .text{font-size: 36px;color:rgba(255,255,255,0.5);}
.footer .ftop .left .text span{color:rgba(255,255,255,0.9);}
.footer .ftop .left .submitinfo{margin-top: 24px;display: flex;align-items: center;}
.footer .ftop .left .submitinfo .form{border: 1px solid rgba(255,255,255,0.5);height: 44px;padding: 8px 20px;border-radius: 120px;display: flex;align-items: center;width: 70%}
.footer .ftop .left .submitinfo .form .int{background:none;border:none;font-size: 14px;color:rgba(255,255,255,0.5);}
.footer .ftop .left .submitinfo .form .submit{background:none;border:none;font-size: 14px;height: 22px;width: 22px;display: flex;align-items: center;justify-content: center;margin-left: 8px;}
.footer .ftop .left .submitinfo .face{width: 32px;margin-left: 24px;}

.footer .ftop .right{width: 74%;display: flex;align-items: flex-start;justify-content: space-around;}
.footer .ftop .right ul{}
.footer .ftop .right ul li h3{font-size: 16px;color:rgba(255,255,255,0.9);margin-bottom: 14px;}
.footer .ftop .right ul li {margin-bottom: 6px;}
.footer .ftop .right ul li a{font-size:16px;color:rgba(255,255,255,0.7);}


.footer .copyright{font-size: 16px;text-align: center;padding:40px 0;color:rgba(255,255,255,0.4);border-top: 1px solid #2E2E30}





}
