body {
    max-width: 1920px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.header {
    background: #fff;
    padding: 0 3%;
    height: 60px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 99999999;
    max-width: 1920px;
    top: 0;
}

.header .logo {
    float: left;
    margin-top: 13px;
}

.header .logo img {
    width: 126px;
}

.header .menu {
    margin-left: 10%;
    float: left;
}

.header .menu .yiji {
    height: 60px;
}

.header .menu .yiji .yijil {
    display: inline-block;
    margin: 0 35px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #2D2F30;
    position: relative;
    height: 60px;
    line-height: 60px;
}

.header .menu .yiji .yijil .yijia {
    position: relative;
    display: block;
    font-size: 16px;
}

.header .menu .yiji .yijil .yijia .xian {
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #e96624;
    border-radius: 4px;
    width: 100%;
    display: none;
}

.header .menu .yiji .yijil:hover .yijia {
    color: #e96624;
}

.header .menu .yiji .yijil.active .yijia {
    color: #e96624;
}

.header .menu .yiji .yijil:hover .yijia .xian {
    display: block;
}

.header .menu .yiji .yijil.active .yijia .xian {
    display: block;
}

.header .dh-icon {
    float: right;
    height: 60px;
    line-height: 80px;
}

.header .dh-icon .yijil {
    display: inline-block;
    margin-right: 45px;
    cursor: pointer;
}
.header .dh-icon .yijil img{
    width: 24px;
}
.header .dh-icon .yijil .tel-ico2 {
    display: none;
}

.header .dh-icon .tel-ico:hover .tel-ico1 {
    display: none;
}

.header .dh-icon .tel-ico:hover .tel-ico2 {
    display: inline-block;
}

.header .menu .yiji .yijil .erji {
    position: absolute;
   top: 100%;
    border-radius: 15px;
    display: none;
    line-height: 38px;
    padding: 15px 0;
    text-align: center;
    width: 140%;
    left: -20%;
    background-color: #fff
}

.header .menu .yiji .yijil .erji .erjil:hover .erjia {
    color: #e96624;
}

.header .menu .yiji .yijil:hover .erji {
    display: block;
    background: #fff;
}

.header .menu .yiji .yijil .erji .erjil {
    position: relative;
}
.header .menu .yiji .yijil .erji .erjil  .erjia{
    font-size: 16px;
}
.header .menu .yiji .yijil:hover .erji .erjil .erjia {
    position: relative;
    display: block;
    font-size: 16px;
}

.header .menu .yiji .yijil:hover .erji .erjil .erjia img {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 6px;
    transform: translateY(-50%);
}

.header .menu .yiji .yijil .erji .erjil .sanji {
    position: absolute;
    right: -115px;
    display: none;
    top: 0;
    border-radius: 15px;
    padding: 12px 0;
    min-width: 115px;
    box-sizing: border-box;
    background-color: #fff;
}

.header .menu .yiji .yijil .erji .erjil .sanji .sanjia {
    display: block;
}

.header .menu .yiji .yijil .erji .erjil .sanji .sanjia:hover {
    color: #e96624;
}

.header .menu .yiji .yijil .erji .erjil:hover .sanji {
    display: block;
}

.header .dh-icon .tel-ico {
    position: relative;
}

.header .dh-icon .tel-ico .dh-contact {
  position: absolute;
    display: none;
    width: 242px;
    left: -128px;
    border-radius: 8px;
    font-family: SourceHanSansCN-Medium;
    padding: 20px;
    font-size: 14px;
    line-height: 35px;
    bottom: -90px;
    background-color: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}
.header .dh-icon .tel-ico .dh-contact img{
    width: auto;
}
.header .dh-icon .tel-ico:hover .dh-contact {
    display: block;
}

.sy-footer {
    background: rgba(0, 0, 0, 0.1);
    padding: 0 3%;
    height: 50px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 9;
    max-width: 1920px;
    bottom: 0;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    color: #9E9E9E;
    font-family: SourceHanSansCN-Regular;
}
.sy-footer:hover{
    background: #fff;
    color: #000;
}
.ce-right {
    position: fixed;
    right: 1%;
    bottom: 15%;
    z-index: 999999
}
.ce-right img{
    width: 42px;
}

.tanchuang {
    position: fixed;
    background: #fff;
    border-radius: 15px;
    width: 60%;
    left: 50%;
    z-index: 99;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 3% 5%;
    box-sizing: border-box;
    display: none;
}

.tanchuang .tc-tit {
    text-align: center;
    color: #2D2F30;
}

.tanchuang .tc-tit .p1 {
    font-family: SourceHanSansCN-Bold;
    font-size: 42px;
}

.tanchuang .tc-tit .p2 {
    font-size: 20px;
    margin: 15px 0;
    font-family: SourceHanSansCN-Regular;
}

.tanchuang .tc-input {
    float: left;
    width: 46%;
    margin-bottom: 12px;
    margin-right: 8%;
}

.tanchuang .tc-input:nth-of-type(2n) {
    margin-right: 0;
}

.tanchuang .tc-input input {
    width: 100%;
    padding-left: 8px;
    box-sizing: border-box;
    display: block;
    height: 48px;
    border: 1px solid #000;
}

.tanchuang .tc-input p {
    font-family: SourceHanSansCN-Regular;
    margin-bottom: 8px;
}

.tanchuang .tc-input p span {
    color: red;
}

.tanchuang form {
    margin-top: 50px;
}

.tanchuang form button {
    width: 220px;
    margin: 0 auto;
    display: block;
    margin-top: 35px;
    background: transparent;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
    font-family: SourceHanSansCN-Medium;
    color: #e96624;
}

.tanchuang form button:hover {
    background: #e96624;
    color: #fff;
}

.tanchuang .tc-close {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.ty_ban {
    height: 100vh;
    position: relative;
}

.ty_ban img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.ty_ban .ty_tit {
    position: absolute;
    left: 10%;
    top: 30%;
}

.ty_ban .ty_tit h1 {
    font-size: 42px;
    letter-spacing: 2px;
    font-family: SourceHanSansCN-Medium;
}

.ty_ban .ty_tit h2 {
    font-size: 38px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-family: SourceHanSansCN-Regular;
}

.ty_ban .ty_tit .xian {
    height: 5px;
    width: 75px;
    border-radius: 5px;
    margin: 15px 0;
    background: #e96624;
}

.ty_ban .ty_tit .ty_con {
    font-size: 22px;
    letter-spacing: 2px;
    font-family: SourceHanSansCN-Regular;
    max-width: 60%;
    text-align: left;
    letter-spacing: 6px;
    line-height: 32px;
}

.wanglian .wangliantit {
    display: flex;
    justify-content: space-evenly;
    width: 95%;
    border-bottom: 3px solid rgb(199, 199, 199);
    margin: 0 auto;
    padding: 3% 0;
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
}

.wanglian .wangliantit .tit {
    display: block;
}

.wanglian .wangliantit .tit .xian {
    width: 100%;
    display: block;
    height: 5px;
    border-radius: 5px;
    display: none;
    margin-top: 8px;
    background: #e96624;
}

.wanglian .wangliantit .tit.active {
    color: #e96624;
}

.wanglian .wangliantit .tit.active .xian {
    display: block;
}

.wanglian .wangliancon {

    /* margin-top: 25px; */
    background: #f8f8f8;
    padding: 25px 0;
}

.wanglian .wangliancon .wangliancon2 {
    width: 88%;
    margin: 0 auto;
}

.wanglian .wangliancon .list {
    float: left;
    width: 48%;
    min-height: 230px;
    margin-bottom: 5%;
    border-radius: 18px;
    border: 2px solid #fff;
    box-shadow: rgb(241, 241, 241) 0 0 20px;
    margin-right: 4%;
    padding: 25px 1.8%;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}

.wanglian .wangliancon .list:nth-of-type(2n) {
    margin-right: 0;
}

.wanglian .wangliancon .list .l-tit {
    font-family: SourceHanSansCN-Regular;
    font-size: 28px;
    letter-spacing: 2px;
    color: #e96624;
    margin-bottom: 18px;

}
.wanglian .wangliancon .list .l-tit .wlico2{
    display: none;
}
.wanglian .wangliancon .list:hover .wlico1{
    display: none;
}
.wanglian .wangliancon .list:hover .wlico2{
    display: inline;
}

.wanglian .wangliancon .list .l-con {
    color: #575B66;
    letter-spacing: 2px;
    line-height: 42px;
    font-family: SourceHanSansCN-Regular;
}
.wanglian .wangliancon .list .l-con .yuan3{
    display: none;
}
.wanglian .wangliancon .list:hover .yuan2{
    display: none;
}
.wanglian .wangliancon .list:hover .yuan3{
    display: inline;
}
.wanglian .wangliancon .list .l-con div {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.wanglian .wangliancon .list .l-con div.s100{
    width: 100%!important;
    margin-right: 0!important;
}
.wanglian .wangliancon .list .l-con div:nth-of-type(2n) {
    margin-right: 0;
    width: 49%;
}
.wanglian .wangliancon .gongneng{
    width: 88%;
    margin: 0 auto;
}
.wanglian .wangliancon .gongneng .xian{
    margin-top: 3%;
    height: 3px;
    background: rgb(199, 199, 199);
}
.wanglian .wangliancon .list .l-xian {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 30%;
    background: #e96624;
}

.wanglian .wangliancon .list:hover {
    background-color: #e96624;
}

.wanglian .wangliancon .list:hover .l-tit {
    color: #fff;
}

.wanglian .wangliancon .list:hover .l-con {
    color: #fff;
}

.wanglian .wangliancon .list:hover .l-xian {
    background: #fff;
}

.footer {
    background: #181717;
}

.footer .footer1 {
    width: 88%;
    padding: 25px 0;
    color: #fff;

    margin: 0 auto;
}

.footer .footer1 .f-top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
    box-sizing: border-box;
}

.footer .footer1 .f-top .top1 {
    float: left;
}

.footer .footer1 .f-top .top1 p {
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    margin-bottom: 18px;
}

.footer .footer1 .f-top .top1 span {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
}

.footer .footer1 .f-top .top2 {
    width: 850px;
    float: right;
    font-size: 18px;
    font-family: SourceHanSansCN-Bold;
    line-height: 62px;
}

.footer .footer1 .f-top .top2 a {
    float: left;
    color: #ccc;
    width: 28.33333333333%;
 
}

.footer .footer1 .f-top .top2 a:nth-child(4) {
    width: 15%;
}

.footer .footer1 .f-bottom {
    margin-top: 18px;

}

.footer .footer1 .f-bottom .bottom1 {
    line-height: 32px;
    float: left;
    font-family: SourceHanSansCN-Regular;
}

.footer .footer1 .f-bottom .bottom2 {
    float: right;
    width: 850px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    line-height: 38px;
}

.footer .footer1 .f-bottom .bottom2 div {
    float: left;
    width: 28.33333333333%;
}

.footer .footer1 .f-bottom .bottom2 div:nth-child(4) {
    width: 15%;
}

.footer .footer1 .f-bottom .bottom2 a {
    display: block;
    color: #8c8985;
 
}

.footer .bq-foot {
    color: #fff;
    font-family: SourceHanSansCN-Regular;

    background: #5d5d5d;
    padding: 15px 0;
    box-sizing: border-box;
}
.footer .bq-foot .w90{
    display: flex;
    justify-content: space-between;
}

.w90{
    width: 88%;
    margin:  0 auto;
}
.zuocang1 {
    background-image: url(../images/bg2.jpg);
    background-size: cover;
    /* padding: 25px 0; */
    box-sizing: border-box;
}

.zuocang1 img {
    display: block;
    width: 100%;
}
.hexin {
 
    width: 80%;
    margin: 0 auto;
    padding-top: 7.5%;
    box-sizing: border-box;
}
.hexin .left{
    float: left;
    width: 40%;
}
.hexin .right{
    float: right;
    width: 60%;
}
.hexin .left .list img{
    width: 18px;
    display: inline-block;
    margin-right: 6%;
    
}
.hexin .left .list {
    display: flex;
    align-items: center;
}
.hexin .left .list img.youshi2{
    display: none;
}
.hexin .left .list:hover .youshi1{
    display: none;
}
.hexin .left .list:hover .youshi2{
    display: inline-block;
}
.hexin .left  .h1{
    color: #181A1C;
    font-size: 48px;
    padding-left: 8%;
    box-sizing: border-box;
    font-family: SourceHanSansCN-Bold;
    position: relative;
    text-align: left;
}
.hexin .left  .h1 .xian{
    position: absolute;
    width: 16%;
    background: #E86624;
    height: 5px;
    top: 50%;
    left: -28%;
    border-radius: 5px;
    transform: translateY(-50%);
}
.hexin .left .list {
    color: #575B67;
    font-size: 26px;
    margin: 7.5% 0;
    font-family: SourceHanSansCN-Regular;
}
.hexin .left .list:hover{
    color: #E86624;
}
.hexin .left.left2{
    width: 55%;
}
.hexin .right.right2{
    width: 43%;
}
.shangyehua {
    width: 88%;
    margin: 0 auto;
    padding: 2%;
    box-sizing: border-box;
}
.hexin  .ceshi1{
    float: left;
    width: 15%;
}
.hexin  .ceshi1 .h1{
    font-size: 38px;
    font-family: SourceHanSansCN-Regular;
    position: relative;
}
.hexin  .ceshi1 .h1 .xian{
    position: absolute;
    width: 65px;
    height: 5px;
    background: #E86624;
    bottom: -15px;
    left: 0;
}
.hexin  .ceshi2{
    float: left;
    width: 25%;
}
.hexin .ceshi2 p{
    font-size: 26px;
    margin-bottom: 21%;
    font-family: SourceHanSansCN-Regular;
    color: #575B67;
}
.hexin  .ceshi3{
    float: right;
    width: 60%;
}
.hexin  .ceshi3 .gundong{
    padding-bottom: 3%;
    border-bottom: 3px solid rgb(199, 199, 199);
    font-family: SourceHanSansCN-Regular;
    margin-bottom: 6%;
    display: flex;
    justify-content: space-between;
}
.hexin  .ceshi3 .gundong .sz{
    /*float: left;*/
    /*width: 33.3333333%;*/
}
.hexin  .ceshi3 .gundong .sz p:nth-child(1){
    font-size: 70pt;
    color: #E86624;
}
.hexin  .ceshi3 .gundong .sz p:nth-child(2){
    font-size: 28px;
    margin-top: 8px;
    color: #575B67;
}
.hexin  .ceshi3  .gongjv .h1{
    font-size: 38px;
    font-family: SourceHanSansCN-Regular;
    margin-bottom: 12%;
    position: relative;
}
.hexin  .ceshi3  .gongjv .h1 .xian{
    position: absolute;
    width: 65px;
    height: 5px;
    background: #E86624;
    bottom: -45px;
    left: 0;
}
.hexin  .ceshi3  .gongjv .gj{
      display: flex;
    justify-content: space-between;
}
  
.hexin  .ceshi3  .gongjv .gj p{
    /*float: left;*/
    /*width: 25%;*/
    font-size: 22px;
    font-family: SourceHanSansCN-Regular;
    color: #575B67;
}
.shangyehua .list {
    width: 36%;
    float: left;
    font-family: SourceHanSansCN-Regular;
    background: #fff;
    border-radius: 15px;
    padding: 2%;
    box-sizing: border-box;
    margin-right: 2%;
    position: relative;
}

.shangyehua .list:nth-of-type(3) {
    width: 24%;
    margin-right: 0;
}

.shangyehua .list .tit {
    color: #2D2F30;
    font-size: 24px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 2px solid rgb(94, 94, 94);
}

.shangyehua .list .con {
    text-align: center;
    padding: 4% 0;
    box-sizing: border-box;
    min-height: 333px;
}

.shangyehua .list .con .p1 {
    color: #e96624;
    font-size: 24px;
    margin-bottom: 15px;
}

.shangyehua .list .con .p2 {
    color: #2D2F30;
    font-size: 24px;
}

.shangyehua .list .con i {
    color: #e96624;
    font-size: 40px;
}

.shangyehua .list .con .p3 {
    color: #565B68;
    font-size: 18px;
    line-height: 42px;
}

.shangyehua .list .con .con1 {
    width: 50%;
    float: left;
}

.shangyehua .list:hover {
    background: #e96624;
}

.shangyehua .list:hover .tit {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.shangyehua .list:hover .p1 {
    color: #fff;
}

.shangyehua .list:hover .p2 {
    color: #fff;
}

.shangyehua .list:hover .p3 {
    color: #fff;
}

.shangyehua .list:hover i {
    color: #fff;
}

.shengtai {
    width: 88%;
    margin: 0 auto;
    position: relative;
    padding: 2%;
    box-sizing: border-box;
}

.slist {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    min-height: 322px;
    box-sizing: border-box;
    font-family: SourceHanSansCN-Regular;
    padding-bottom: 5%;
    position: relative;
}

.slist .s-tit {

    font-size: 24px;
    padding-bottom: 15px;
    color: #2D2F30;
    border-bottom: 2px solid #2D2F30;
    margin-bottom: 15px;
}

.slist .s-con {
    color: #565B68;
    font-size: 18px;
    line-height: 32px;
}

.slist .s-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
}

.slist:hover {
    background: #e96624;
}

.slist:hover .s-tit {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.slist:hover .s-con {
    color: #fff;
}

.slist .s-bg2 {
    display: none;
}

.slist:hover .s-bg1 {
    display: none;
}

.slist:hover .s-bg2 {
    display: block;
}

.aboutcon {
    background-color: #f7f7f7;
}

.aboutcon1 {
    width: 70%;
    padding: 4% 0;
    box-sizing: border-box;
    margin-left: 20%;
    display: flex;
    align-items: center;
}

.aboutcon1 .conleft {
    float: left;
    width: 25%;
}

.aboutcon1 .conright {
    float: right;
    width: 75%;
}

.aboutcon1 .conleft .tit {
       font-family:  SourceHanSansCN-Medium;
    color: #595757;
    font-size: 28px;
    margin-bottom: 15px;
}

.aboutcon1 .conleft .xian {
    background: #e96624;
    height: 4px;
    width: 50px;
    border-radius: 4px;
}

.aboutcon1 .conright .tit {
    font-family: SourceHanSansCN-ExtraLight;
    color: #595757;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 4px;
    margin-bottom: 28px;
}

.aboutcon1 .conright .con {
    color: #2D2F30;
    letter-spacing: 4px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    line-height: 28px
}

.rongyu .tit {
    font-family: SourceHanSansCN-ExtraLight;
    color: #595757;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-align: center;

}

.rongyu {
    padding: 1.5% 0;
    margin-top: 5%;
    box-sizing: border-box;
}
.rongyu .tit>div{
     font-family:  SourceHanSansCN-Medium;
    margin-bottom:15px;
    font-weight: normal;
}
.rongyu .tit .xian {
    background: #e96624;
    height: 4px;
    width: 50px;
    margin: 0 auto;
    border-radius: 4px;
  

}

img {
    max-width: 100%;
}

.newcon {
    background-color: #f7f7f7;
    /* overflow: hidden; */
    padding-bottom: 3.5%;
    box-sizing: border-box;
}

.newcon .newcon1 {
    background-color: #fff;
    border-radius: 15px;
    width: 75%;
    margin: 0 auto;
    padding: 2% 4%;
    margin-top: -12.5%;
    position: relative;
    z-index: 999999;
    box-sizing: border-box;
}

.newcon .newcon1 .tit {
    text-align: center;
    font-family: SourceHanSansCN-Medium;
    font-size: 34px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 3px solid #ccc;
    color: #e96624;
}

.newcon .newcon1 .con .left {
    float: left;
    width: 49%;
}

.newcon .newcon1 .con .right {
    float: right;
    width: 49%;
}

.newcon .newcon1 .con .left a {
    display: none;
}

.newcon .newcon1 .con .left a:nth-of-type(1) {
    display: block;
}

.newcon .newcon1 .con .right {
    display: flex;
    flex-direction: column;
}

.newcon .newcon1 .con .right .list {
    flex: 1;
    display: block;
    font-family: SourceHanSansCN-Regular;
    margin: 27px 0;
    color: #9F9F9F;
    font-size: 18px;
}

.newcon .newcon1 .con .right .list:nth-of-type(3) {
    margin-bottom: 0;
}

.newcon .newcon1 .con .right .list:nth-of-type(3) .xian {
    display: none;
}

.newcon .newcon1 .con .right .list .date {


    display: block;
    margin-bottom: 12px;

}

.newcon .newcon1 .con .right .list .lcon {
    display: block;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 24px;
}

.newcon .newcon1 .con .right .list .xian {
    width: 50px;
    height: 4px;
    border-radius: 4px;
    background: #e96624;
    display: block;
}

.newcon .newcon1 .con .right .list:hover {
    color: #565B67;
}

.newcon .newcon2 {
    margin: 25px auto 0 auto;
    width: 90%;

}

.newcon .newcon2 .list {
    float: left;
    width: 49%;
    margin-bottom: 25px;
    margin-right: 2%;
}

.newcon .newcon2 .list:nth-of-type(2n) {
    margin-right: 0;
}

.newcon .newcon2 .list .left {
    float: left;
    width: 40%;
    margin-right: 4%;
}

.newcon .newcon2 .list .right {
    width: 56%;
    float: right;
    margin-right: 0;
}

.newcon .newcon2 .list .right .date {
    font-family: SourceHanSansCN-Regular;
    color: #9F9F9F;
    margin: 12px 0;
}

.newcon .newcon2 .list .right .tit {
    color: #565B67;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    margin: 5% 0;
}

.newcon .newcon2 .list .right .con {
    color: #9F9F9F;
    line-height: 24px;
    letter-spacing: 1px;
}

.newcon .newcon2 .list .right .more {
    margin-top: 15%;
    color: #565B67;
    font-family: SourceHanSansCN-Regular;
}

.newcon .newcon2 .list .right:hover .tit {
    color: #e96624;
}

.newcon .newcon2 .list .right:hover .con {
    color: #e96624;
}

.newcon .newcon2 .list .right:hover .date {
    color: #e96624;
}

.newcon .newcon2 .list .right:hover .more {
    color: #e96624;
}

.newcon .newnei {
    background-color: #fff;
    border-radius: 15px;
    width: 75%;
    margin: 0 auto;
    padding: 2% 4%;

    margin-top: -12.5%;
    position: relative;
    z-index: 999999;
    box-sizing: border-box;
}

.newcon .newnei .contit {
    font-family: SourceHanSansCN-Regular;
    font-size: 28px;
    color: #575B66;
    line-height: 36px;
    text-align: center;
}

.newcon .newnei .condate {
    color: #575B66;
    padding-bottom: 25px;
    border-bottom: 3px solid #ccc;
    text-align: center;
    margin: 25px 0;
    font-family: SourceHanSansCN-Medium;
}

.newcon .newnei .concon {
    color: #575B66;
    font-family: SourceHanSansCN-Regular;
    letter-spacing: 2px;
    line-height: 28px;
    border-bottom: 3px solid #ccc;
}

.newcon .newnei .concon p {
    margin: 10px 0;
}

.newcon .newnei .shangxia {
    display: flex;
    margin: 25px 0;
    line-height: 28px;
    justify-content: space-evenly;
    align-items: center;
    color: #575B66;
    font-family: SourceHanSansCN-Medium;
}

.newcon .newnei .shangxia .xia {
    text-align: right;
}

.newcon .newnei .shangxia .shu {
    width: 3px;
    height: 80px;
    background: #e96624;
}

.waphead {
    display: none;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999999999;
    width: 100%;
    box-sizing: border-box;
}

.wapheadbg {
    position: fixed;
    height: 100%;
    display: none;
    width: 100%;
    background: #151515;
    z-index: 99999999;
    top: 0;
    opacity: 0.8;
    right: 0;
}

.wapheadopen {
    position: fixed;
    display: none;
    right: 0;
    height: 100%;
    z-index: 9999999999;
    top: 0;
    width: 60%;
    background: #fff;
}

.waphead2 {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
}

.opendh {
    padding: 20px;
    box-sizing: border-box;
}

.has-dropdown {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    padding: 15px 0;
    margin-bottom: 5px;
    display: block;
    border-top: 1px solid #ccc;
}

.has-dropdown .erji {
    display: flex;
    justify-content: space-between;
}

.has-dropdown2 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    padding: 10px 0 10px 0;
    margin-top: 5px;
    display: block;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}

.submenu1 {
    padding-top: 10px;
}

.has-dropdown2 .sanji {
    display: flex;
    padding-left: 15px;
    box-sizing: border-box;
    justify-content: space-between;

}

.has-dropdown3 {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    padding: 10px 0 10px 40px;
    margin-top: 5px;
    display: block;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}

.submenu2 {
    padding-top: 15px;
}

.open-contact {
    font-family: SourceHanSansCN-Medium;
    color: #575B66;
    line-height: 28px;
}



.wanglianzhong{
    width: 70%;
    padding: 4% 0;
    box-sizing: border-box;
    margin-left: 20%;
    display: flex;
    align-items: center;
}

.wanglianzhong .conleft{
    float: left;
    width: 25%;
}
.wanglianzhong .conleft .tit {
    font-family: SourceHanSansCN-Regular;
    color: #595757;
    font-size: 32px;
    color: #2D2F30;
    margin-bottom: 15px;
}
.wanglianzhong .conright{
    float: right;
    width: 75%;
}

.wanglianzhong .conright .con {
    color: #2D2F30;
    letter-spacing: 4px;
    font-size: 18px;

    font-family: SourceHanSansCN-Regular;
    line-height: 28px;
}


.wangliancon .d-tit{
    justify-content: center;
    display: flex;
    font-family: SourceHanSansCN-Regular;
    align-items: center;
    font-size: 32px;
    padding: 4% 0;
    box-sizing: border-box;
    color: #2D2F30;
}
.slist{
    width: 23%;
    margin-right:2.66666666666%;
    float: left;
}
.slist:nth-of-type(4n){
    margin-right: 0;
}
.zuoyou{
                    height: 3px;
                    background: #181717;
                }
                .zuoyou .zylist{
                   
                     width: 23%;
    margin-right:2.66666666666%;
    float: left;  height: 3px;
    position: relative;
 
                }
                .zuoyou .zylist.active{
                     background: #e96624;
                }
                 .zuoyou .zylist span{
                      display: none;  
                 }
                 .zuoyou .zylist.active span{
                     display: block;
                 }
                .zuoyou .zylist  span{
                    position: absolute;
                    left: 50%;transform: translateX(-50%);
                        background: #e96624;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 42px;
    bottom: -17px;
                }
                .zuoyou .zylist i{
                    color: #fff;font-size: 29px;
                  
                }
                .zuoyou .zylist:nth-of-type(4n){
    margin-right: 0;
}
.xiajt{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    width: 20px!important;
    height: auto!important;
}

      .xiajt {
        position: relative;
        animation: sway 1s infinite alternate;
      }

      @keyframes sway {
        0% {
          transform: translateY(0);
        }

        100% {
          transform: translateY(-30px);
        }
      }

 @media screen and (max-width:1650px) {
        .header .menu .yiji .yijil{
                margin: 0 20px;
        }
     
        .header .logo img{
            width: 150px;
        }
  
        .ty_ban .ty_tit h1{
            font-size: 32px;
        }
        .ty_ban .ty_tit .ty_con{
            font-size: 16px;
        }
        .wanglian .wangliantit .tit{
            font-size: 18px;
        }
        .wanglian .wangliancon .list .l-con{
               font-size: 14px;
               letter-spacing: 1px;
        }
        .wanglian .wangliancon .list .l-tit{
            font-size: 22px;
        }
        .footer .footer1 .f-top .top2{
            width: 620px;
            font-size: 18px;
        }
        .footer .footer1 .f-bottom .bottom2{
            width: 620px;
             font-size: 18px;
        }
        .footer .footer1 .f-top .top1 p{
            font-size: 24px;
        }
        .footer .footer1 .f-bottom .bottom1 img{
            height: 98px;
        }
        .header .menu .yiji .yijil:hover .erji .erjil .erjia{
            font-size: 14px;
        }
        .header .menu .yiji .yijil .erji .erjil .sanji .sanjia{
            font-size: 14px;
        }
         .header .menu .yiji .yijil .erji .erjil  .erjia{
             font-size: 16px;
         }
        .footer .footer1 .f-bottom .bottom2 a{
            font-size: 14px;
        }
        .aboutcon1 .conleft .tit{
            font-size: 24px;
            margin-bottom: 10px;
        }
        .aboutcon1 .conright .tit{
             font-size: 24px;
        }
        .rongyu .tit{
            font-size: 24px;
        }
        .rongyu .tit>div {
            margin-bottom: 10px;
        }
        .shangyehua .list .tit{
            font-size: 18px;
        }
        .shangyehua .list .con .p1{
             font-size: 18px;
        }
        .shangyehua .list .con .p2{
             font-size: 18px;
        }
        .shangyehua .list .con .p3{
            font-size: 16px;
        }
        .shangyehua .list .con i{
            font-size: 30px;
        }
        .shangyehua .list .con{
            min-height: 280px;
        }
        .slist .s-tit{
            font-size: 18px;
        }
        .slist .s-con{
            font-size: 16px;
        }
        .hexin .ceshi1 .h1{
            font-size: 28px;
        }
        .hexin .ceshi2 p{
            font-size: 20px;
        }
        .hexin .ceshi3 .gundong .sz p:nth-child(2){
            font-size: 22px;
        }
        .hexin .ceshi3 .gongjv .h1{
            font-size: 28px;
              
        }
        .hexin .ceshi3 .gundong .sz p:nth-child(1){
            font-size: 56pt;
        }
        .hexin .left .h1{
            font-size: 30px;
        }
        .hexin .left .list{
            font-size: 19px;
        }
        .newcon .newcon1 .con .right .list{
            font-size: 15px;
          
        }
        .newcon .newcon1 .con .right .list .lcon{
              overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
        }
        .newcon .newcon2 .list .right{
            font-size: 14px;
        }
        .newcon .newcon2 .list .right .tit{
            font-size: 14px;
        }
        .wanglianzhong .conright .con{
            font-size: 16px;
        }
        .wanglianzhong .conleft .tit{
            font-size: 28px;
        }
        .wangliancon .d-tit{
            font-size: 28px;
        }
        .newcon .newcon1 .tit{
            font-size: 28px;
        }
        .footer .footer1 .f-top .top2 a{
            font-size: 14px;
        }
   }

.hhhimg{
    width: 88%!important;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width:768px) {
    .zuoyou{
        display: none;
    }
    .hhhimg{
    width: 100%;

}
    .slist{
        width: 100%!important;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .wanglian .wangliancon .list{
        padding-left: 4%;
    }
    .waphead {
        display: flex;
        padding: 7px 15px;
    }

    .header {
        display: none;
    }

    .aboutcon1 {
        display: block;
        margin-left: 0;
        width: 90%;
        margin: 0 auto;
    }

    .aboutcon1 .conleft {
        width: 100%;
        text-align: center;
    }

    .aboutcon1 .conright {
        width: 100%;
    }

    .aboutcon1 .conleft .xian {
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .aboutcon1 .conleft .tit {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .aboutcon1 .conright .tit {
        font-family: SourceHanSansCN-ExtraLight;
        color: #595757;
        font-weight: bold;
        font-size: 23px;
        letter-spacing: 4px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .aboutcon1 .conright .con {
        color: #2D2F30;
        letter-spacing: 4px;
        font-size: 15px;
        font-weight: normal;
        font-family: SourceHanSansCN-Regular;
        line-height: 26px;
    }

    .rongyu .tit {
        font-size: 20px;
    }

    .rongyu .tit .xian {
        margin-top: 8px;
    }

    /*.ty_ban {*/
    /*    height: 50vh;*/
    /*}*/

    .ty_ban .ty_tit h1 {
        font-size: 24px;
    }

    .ty_ban .ty_tit .ty_con {
        font-size: 14px;

        max-width: 93%;

        letter-spacing: 2px;
    }

    .wanglian .wangliantit {
        font-size: 16px;
    }

    .wanglian .wangliantit .tit .xian {
        height: 3px;
    }

    .wanglian .wangliantit {

        border-bottom: 1px solid rgb(199, 199, 199);
    }

    .shangyehua .list {
        width: 100%;
        margin-right: 0;
        margin-top: 12px;
        margin-bottom: 12px;
        padding-top: 24px;
    }

   

    .shangyehua .list .con i {
        font-size: 28px;
    }

    .shangyehua .list .con .p3 {
        font-size: 16px;
    }

    .shangyehua .list:nth-of-type(3) {
        width: 100%;
    }

    .shangyehua .list .con .p1 {
        font-size: 20px;
    }

    .footer .footer1 .f-top .top1 {
        width: 100%;
    }

    .footer .footer1 .f-top .top2 {
        width: 100%;
        line-height: 40px;
        margin-top: 30px;
    }

    .footer .footer1 .f-top .top2 a {
        width: 50%;
        font-size: 14px;
    }
.footer .footer1 .f-top .top2 a:nth-child(4){
    width: 50%;
}
    .footer .footer1 .f-bottom .bottom2 {
        display: none;
    }

    .footer .footer1 .f-bottom .bottom1 img {
        height: auto;
    }

    .footer .footer1 .bq-foot {
        display: block;
        line-height: 28px;
        font-size: 14px;
    }

    .ce-right {
        width: 40px;
    }
    .n-banner{
        margin-top: 65px;
    }
    .newcon .newcon1{
        width: 90%;
    }
    .newcon .newcon1 .tit{
        font-size: 26px;
        margin-top: 25px;
    }
    .newcon .newcon1 .con .left{
        width: 100%;
    }
    .newcon .newcon1 .con .right{
        width: 100%;
    }
    .newcon .newcon1 .con .right .list .lcon{
        margin-bottom: 16px;
    }
    .newcon .newcon1 .con .right .list{
        margin: 10px 0;
        font-size: 15px;
    }
    .newcon .newcon2 .list{
        width: 100%;
        margin-right: 0;
    }
    .newcon .newcon2 .list .left{
        width: 100%;
        margin-right: 0;
    }
    .newcon .newcon2 .list .right{
        width: 100%;
    }
    .newcon .newcon2 .list .right .more{
        margin-top: 15px;
    }
    .newcon .newnei{
        width: 90%;
    }
    .newcon .newnei .contit{
        font-size: 20px;
    }
    .ty_ban .ty_tit h2{
        font-size: 20px;
    }
    .ty_ban .ty_tit{
        top: 20%;
    }
    .wanglian .wangliancon .list{
        width: 100%;
    }
    .wanglian .wangliancon .wangliancon2{
        width: 92%;
    }
    .wanglian .wangliancon .list .l-tit{
        font-size: 20px;
        line-height: 28px;
    }
    .wanglian .wangliancon .list .l-con{
        font-size: 14px;
        line-height: 28px;
    }
    .wanglian .wangliancon .list .l-con div{
        width: 100%;
        margin-top: 8px;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .wanglian .wangliancon .list .l-con div:nth-of-type(2n){
        width: 100%;
    }
    .hexin .ceshi1{
        width: 100%;
    }
    .hexin .ceshi2{
        width: 100%;
    }
    .hexin .ceshi3{
        width: 100%;
    }
    .hexin .ceshi1 .h1{
        font-size: 28px;
    }
    .hexin .ceshi2 p{
        font-size: 18px;
        margin-top: 8%;
        margin-bottom: 1%;
    }
    .hexin .ceshi3 .gundong {
        margin-top: 5%;
    }
    .hexin .ceshi3 .gundong .sz p:nth-child(1){
        font-size: 36px;
    }
    .hexin .ceshi3 .gundong .sz p:nth-child(2){
        font-size: 14px;
    }
    .hexin .ceshi3 .gongjv .h1{
        font-size: 28px;
        margin-bottom: 5%;
    }
    .hexin .ceshi3 .gongjv .h1 .xian{
        bottom: -12px;
    }
    .hexin .ceshi3 .gongjv .gj p{
        /*width: 50%;*/
        font-size: 16px;
        margin: 15px 0;
    }
    .hexin .left.left2{
        width: 100%;
    }
    .hexin .right.right2{
        width: 100%;
    }
    .hexin .left .list{
        margin: 5% 0;
        text-align: left;
        font-size: 12px;
    }
    .hexin{
        width: 88%;
    }
    .hexin .left .h1{
        font-size: 28px;
        
    }
    .hexin .left{
        width: 100%;
    }
    .hexin .right{
        width: 100%;
    }
    .hexin .left .h1 .xian{
        left: -11%;
    }
    .footer .bq-foot .w90{
        display: block;
        line-height: 24px;
    }
    .wanglianzhong .conleft{
        width: 100%;
    }
    .wanglianzhong .conright{
        width: 100%;
    }
    .wanglianzhong{
        display: block;
        width: 88%;
        margin-left: 6%;
    }
    .wanglianzhong .conleft .tit{
        font-size: 28px;
    }
    .wanglianzhong .conright .con{
        font-size: 16px;
    }
    .tanchuang{
        width: 92%;
    }
    .tanchuang .tc-tit .p1{
        font-size: 28px!important;
    }
    .tanchuang .tc-tit .p2{
        font-size: 14px!important;
    }
    .tanchuang .tc-input{
        width: 100%;
        margin-right: 0;
       
    }
    .tanchuang .tc-input input{
         height: 33px;
    }
    .tanchuang form button{
            height: 38px;
            font-size: 16px;
            width: 180px;
            margin-top: 16px;
    }
}

