.daohang{
    line-height: 120px;
    padding: 0 5.9375rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.daohang_logo img{
    width: 12vw;
    position: relative;
}
.daohang_logo img::after{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 2px;
    height: 20px;
    background: #000;
}
.daohang.active{
    line-height: 90px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.daohang_logo span{
    color: #000;
    font-size: 1rem;
    display: inline-block;
    line-height: 28px;
    /*margin-left: 1.875rem;*/
    margin-left: 0.575rem;
    position: relative;
    top: 1rem;
}
.daohang_logo em{
    font-style: normal;
    display: block;
    color: #2280bf;
    font-weight: 600;
}
.daohang_align1 .iconfont{
    background: #ec7b1f;
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem;
    color: #ffffff;
    font-size: 1.375rem;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.daohang_align2 {
    /* height: 45px; */
    line-height: 1.5375rem;
    display: inline-block;
    position: relative;
    top: .6875rem;
}
.daohang_align2 div:nth-of-type(1){
    color: #404040;
    font-size: .875rem;
}
.daohang_align2{
    color: #404040;
    font-size: 1.125rem;
    margin-left: .625rem;
    
}
.daohang_ul>li>a{
    color: #272829;
    font-size: 1.1375rem;
    position: relative;
    display: block;
}
.daohang_ul>li.active>a{
    color: #404040;
}
.daohang_ul>li>a::after{
    position: absolute;
    left: 0;
    bottom: 25%;
    height: 2px;
    background: #ec7b1f;
    content: "";
    width: 0;
}
.daohang_ul>li.active>a::after,
.daohang_ul>li:hover>a::after{
    width: 100%;
    transition: 400ms ease-in-out;
}
.daohang_ul{
    margin-right: 4.375rem;
    
}
.daohang_ul>li{
    margin-left: 1.6125rem;
    display: inline-block;
    position: relative;
}
.daohang_ul>li:nth-child(3) .er-ul,
.daohang_ul>li:nth-child(4) .er-ul{
    width: 13.375rem;
    left: -4.1rem;
}
.daohang_ul>li:nth-of-type(1){
    margin-left: 0;
}
.banner_div{
    position: absolute;
    left: 0;
    width: 100%;
    top: 15%;
    color: #fff;
    font-size: 2.75rem;
    font-weight: bold;
}
.banner_div p:nth-of-type(2){
    font-size: 3.0625rem;
}
.banner_size {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.index_one{
    background: url(../img/2.jpg) no-repeat;
    background-size: cover;
    padding: 6.5625rem 0;
}
.title{
    text-align: center;
}
.title p:nth-of-type(1){
    color: #2280c3;
    font-size: 2.525rem;
    font-weight: bold;
    position: relative;
}
.title p:nth-of-type(2){
    color: #000;
    font-size: 1rem;
    margin-top: .5rem;
    padding-bottom: 1.55rem;
    position: relative;
}
.title-tit p:nth-of-type(1)::after,
.title p:nth-of-type(2)::after{
    width: 2rem;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .5rem;
    content: "";
    background: #ee7a1b;
}
.title-tit p:nth-of-type(1)::before,
.title p:nth-of-type(2)::before{
    width: 1.0625rem;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    background: #404040;
}
.title-tit p:nth-of-type(1){
    padding-bottom: 1.55rem;
}
.index_one_tit p:nth-of-type(1){
    color: #2280c3;
    font-size: 1.75rem;
    /*text-indent: 2em;*/
}
.index_one_tit p:nth-of-type(2){
    color: #969696;
    font-size: 1.375rem;
}
.index_one_size{
    color: #000000;
    font-size: 1.0375rem;
    line-height: 2.525rem;
    margin: .75rem 0 2.5rem 0;
}
.index_one_bix .index_one_size{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.index_one_ul li{
    width: 33.3%;
    float: left;
}
.index_one_ul span:nth-of-type(1){
    color: #404040;
    font-size: 3.625rem;
    font-family: 'MoolBoran';
    display: inline-block;
    
}
.index_one_ul span:nth-of-type(2){
    color: #fff;
    font-size: .875rem;
    width: 2.0625rem;
    height: 2.0625rem;
    line-height: 2.0625rem;
    text-align: center;
    border-radius: 50%;
    background: #2280c3;
    display: inline-block;
    position: relative;
    top: -11px;
    margin-left: .4rem;
}
.index_one_wid>div{
    width: 48%;
    /*width: 100%;*/
}
.about .index_one_wid>div{
    /*width: 48%;*/
    width: 100%;
}
.index_one_ul sup {
    top: -3em;
}
.index_one_ul li div{
    color: #848484;
    font-size: .9375rem;
}
.more{
    box-shadow: inset 0 0 0 2.5rem #2280c3;
    border: 1px solid #2280c3 !important;
    color: #fff;
    
    /*color: #848484;*/
    font-size: .875rem;
    display: inline-block;
    line-height: 3.125rem;
    /*border: 1px solid #d0d0d0;*/
    display: inline-block;
    padding: 0 1.6875rem;
}
.more .iconfont{
    color: #fff;
    margin-left: 1.375rem;
    font-weight: bold;
}
.index_one_ul{
    margin-bottom: 4.0625rem;
}

.coating{
    padding: 6.5625rem 0;
    background: #404040;
}
.title1 p{
    color: #fff !important;
}
.title1 p:nth-of-type(2)::after,
.title1 p:nth-of-type(2)::before{
    background: #ffffff;
}
.mt25{
    margin-top: 1.5625rem;
}
.coating_wid>div{
    width: 50%;
    float: left;
}
.coating_ul{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    right: 0;
    z-index: 999;
}
.coating_ul li{
    padding: 3.125rem;
    color: #fff;
    font-size: .9375rem;
    cursor: pointer;
    text-align: center;
}
.coating_ul li p{
    margin-top: .625rem;
}
.coating_ul li.active{
    background: #404040;
    opacity: 1;
}
.coating_wid{
    background: #fff;
}
.coating_div{
    padding: 1.5625rem;
}
.coating_size a{
    padding: 0 3rem;
}
.text{
    color: #848484;
    font-size: .9375rem;
    line-height: 1.625rem;
}
.coating_size .text{
    margin: 3.125rem 0 1.25rem 0;
    width:85%;
}
.coating_size div{
    padding: 1.875rem 0 0 1.25rem;
    border-top: 1px solid #cfcfcf;
}
.coating_lb .swiper-pagination{
    text-align: right;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20%;
}
.swiper-pagination-bullet{
    width: .8125rem;
    height: .8125rem;
    background: #cfcfcf;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #404040;
}

.coating_div>div{
    display: none;
}
.coating_size div a:nth-of-type(1){
    color: #404040;
}
.inorganic_size{
    text-align: center;
}
.coating_wid .pr .swiper-pagination{
    bottom: 10px;
    left: 45%;
}
.coating_wid .pr .swiper-pagination-bullet{
   background: #fff;
}
.coating_wid .pr .swiper-pagination-bullet-active{
    background: #404040;
}
.inorganic_size>span{
    display: inline-block;
    height: 4.375rem;
    width: 4.375rem;
    line-height: 3.75rem;
    text-align: center;
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 1.125rem;
    background: #404040;
    position: relative;
    margin-top: -3.125rem;
}
.inorganic_lb .swiper-slide .inorganic_size>span{
    background: #2280c3;
}
/*.inorganic_lb .swiper-slide:nth-child(1) .inorganic_size>span{*/
/*    background: #f8b3c8;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(2) .inorganic_size>span{*/
/*    background: #8bcdf0;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(3) .inorganic_size>span{*/
/*    background: #e2e3d1;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(4) .inorganic_size>span{*/
/*    background: #86a5a7;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(5) .inorganic_size>span{*/
/*    background: #a4abb3;*/
/*}*/
.inorganic{
    background: url(../img/2.jpg) no-repeat;
    background-size: cover;
    padding: 6.25rem 1.25rem;
}
.inorganic_size div{
    margin: -0.375rem 0 .9375rem 0;
}
.inorganic_size div span:nth-of-type(1){
    color: #373737;
    font-size: .9375rem;
}
.inorganic_size div span:nth-of-type(2){
    color: #337ab7;
    font-size: 1rem;
}
.inorganic_size p{
    color: #fff;
    font-size: .8125rem;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
   
}
.inorganic_box{
    position: absolute;
    bottom: -42%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.inorganic_div{
    padding-bottom: 7rem;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.inorganic_div{
    overflow: hidden;
}
.inorganic_div img{
    
    background: #dddddd;
    
}
    /*.inorganic_div img::after{*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    content:'';*/
    /*    width:100%;*/
    /*    height: 100%;*/
        
    /*}*/
.inorganic_size{
    padding: 0 2.8125rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    /* background: url(../img/2.jpg) no-repeat; */
    /* background-size: cover; */
}
.inorganic_div:hover .inorganic_box{
    bottom: 0%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.inorganic_lb .swiper-slide .inorganic_div:hover .inorganic_box{
    background: #2280c39e;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    
}
/*.inorganic_lb .swiper-slide:nth-child(1) .inorganic_div:hover .inorganic_box{*/
/*    background: rgba(248, 179, 200,.902);*/

/*    transition: all 0.4s ease-in-out;*/
/*    -webkit-transition: all 0.4s ease-in-out;*/
/*    -moz-transition: all 0.4s ease-in-out;*/
/*    -ms-transition: all 0.4s ease-in-out;*/
/*    -o-transition: all 0.4s ease-in-out;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(2) .inorganic_div:hover .inorganic_box{*/
    /* background: rgba(180, 203, 219,.902);
    opacity: 0.902; */
/*    background: rgba(139, 205, 240,.902);*/

/*    transition: all 0.4s ease-in-out;*/
/*    -webkit-transition: all 0.4s ease-in-out;*/
/*    -moz-transition: all 0.4s ease-in-out;*/
/*    -ms-transition: all 0.4s ease-in-out;*/
/*    -o-transition: all 0.4s ease-in-out;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(3) .inorganic_div:hover .inorganic_box{*/
/*    background: rgba(226, 227, 209,.902);*/

/*    transition: all 0.4s ease-in-out;*/
/*    -webkit-transition: all 0.4s ease-in-out;*/
/*    -moz-transition: all 0.4s ease-in-out;*/
/*    -ms-transition: all 0.4s ease-in-out;*/
/*    -o-transition: all 0.4s ease-in-out;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(4) .inorganic_div:hover .inorganic_box{*/
/*    background: rgba(134, 165, 167,.902);*/

/*    transition: all 0.4s ease-in-out;*/
/*    -webkit-transition: all 0.4s ease-in-out;*/
/*    -moz-transition: all 0.4s ease-in-out;*/
/*    -ms-transition: all 0.4s ease-in-out;*/
/*    -o-transition: all 0.4s ease-in-out;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(5) .inorganic_div:hover .inorganic_box{*/
/*    background: rgba(164, 171, 179,.902);*/

/*    transition: all 0.4s ease-in-out;*/
/*    -webkit-transition: all 0.4s ease-in-out;*/
/*    -moz-transition: all 0.4s ease-in-out;*/
/*    -ms-transition: all 0.4s ease-in-out;*/
/*    -o-transition: all 0.4s ease-in-out;*/
/*}*/
.inorganic_div:hover .inorganic_size>span{
    background: #fff !important;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.inorganic_lb .swiper-slide .inorganic_div:hover .inorganic_size>span{
    color: #2280c3;
}
/*.inorganic_lb .swiper-slide:nth-child(1) .inorganic_div:hover .inorganic_size>span{*/
/*    color: #f8b3c8;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(2) .inorganic_div:hover .inorganic_size>span{*/
/*    color: #8bcdf0;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(3) .inorganic_div:hover .inorganic_size>span{*/
/*    color: #e2e3d1;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(4) .inorganic_div:hover .inorganic_size>span{*/
/*    color: #86a5a7;*/
/*}*/
/*.inorganic_lb .swiper-slide:nth-child(5) .inorganic_div:hover .inorganic_size>span{*/
/*    color: #a4abb3;*/
/*}*/
.inorganic_div:hover .inorganic_size{
    background: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.inorganic_div:hover .inorganic_size div span{
    color: #fff !important;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.inorganic_lb .swiper-slide:nth-child(3) .inorganic_div:hover .inorganic_size p,
.inorganic_lb .swiper-slide:nth-child(3) .inorganic_div:hover .inorganic_size div span{
    color: #fff !important;
}
.inorganic_lb .swiper-button-next,
.inorganic_lb .swiper-button-prev{
    background: none;
    display: none;
}
.inorganic_lb .swiper-button-next .iconfont,
.inorganic_lb .swiper-button-prev .iconfont{
    color: #404040;
    font-size: 1.5625rem;
}
.inorganic_div:hover{
   padding-bottom: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.quality{
    padding: 6.875rem 0;
    background: #cacaca;
}
.quality_size a{
    color: #fff;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.quality_size{
    padding: 2.5rem 1.25rem;
    text-align: center;
    background: #2280c3;
}
.quality_div{
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
.quality_wid>div{
    width: 49%;
}

.quality_ul li{
    display: inline-block;
    background: #2280c3;
    width: 10.3125rem;
    height: 10.3125rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: .875rem;
    padding-top: 1.8625rem;
    margin: 0 2.625rem;
    position: relative;
    cursor: pointer;
}
.quality_ul_fl li::after{
    display: block;
    content: '';
    border-right:20px solid transparent;
    border-left:20px solid transparent;
    border-bottom:25px solid #2280c3;
    top: -20PX;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0;
}
.quality_ul li span{
    display: block;
}
.quality_ul li span:first-child{font-size: 1.1rem;}
.quality_ul li p{
    padding-top: .75rem;
}
.quality_ul{
    text-align: center;
}
.quality_ul_fl{
    padding-top: 3.125rem;
}

.quality_ul li.active::after{
    opacity: 1;
}
.quality_ul_fr{
    padding: 5.9375rem 0 3.125rem 0;
}
.quality_ul_fr li::after{
    display: block;
    content: '';
    border-right:20px solid transparent;
    border-left:20px solid transparent;
    border-top:25px solid #2280c3;
    bottom: -20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0;
}
.quality_box_fl>div,
.quality_box_fr>div{
    display: none;
}

.marketing{
    padding: 6.5625rem 0;
    background: #404040;
}
.marketing_ul li{
    width: 25%;
    float: left;
    background: #fff;
}
.marketing_size a{
    color: #3d3d3d;
    font-size: 1.1875rem;
    display: inline-block;
    border: 1px solid #878787;
    width: 7.1875rem;
    line-height: 2.8125rem;
    text-align: center;
}
.marketing_size p{
    font-size: .9375rem;
    color: #7b7b7b;
    margin-top: .9375rem;
}
.marketing_size{
    padding: 4rem 0;
    text-align: center;
}
.index_news_div{
    background: #fff;
}
.index_news{
    padding: 6.5625rem 0;
    background: url(../img/2.jpg) no-repeat;
    background-size: cover;

}


#spsy_tc .modal-dialog, .list_yiqi_tc .modal-dialog {
    width: 50%;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.index_news_size>a{
    color: #000000;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index_news_size p:nth-of-type(1){
    font-size: .75rem;
    margin: .5rem 0;
}
.index_news_size p .iconfont{
    color: #2280c3;
    font-size: .875rem;
    margin-right: .3rem;
}
.index_news_size p:nth-of-type(2){
    font-size: .9375rem;
    line-height: 1.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index_news_wid .fl .index_news_size{
    padding: 1.875rem 2.5rem;
}
.index_news_wid>div{
    width: 49%;
}
.index_news_wid>div.fr .over>img{height: auto;}
.index_news_ul li{
    background: #fff;
    padding: .75rem;
    margin-top: 1.65rem;
    padding-right: 1.5625rem;
}
.index_news_ul li:nth-of-type(1){
    margin-top: 0;
}
.index_news_ul li .fl{
    width: 38.8%;
}
.index_news_ul li .fr{
    width: 57%;
}
.index_news_wid{
    margin-bottom: 3.125rem;
}
/* 底部 */
.foot{
    background: #2a2a2a;
}
.foot_div{
    padding: 3.125rem 0 2.1875rem 0;
}
.foot_div img{

    width: 9rem;
}
.foot_div ul{
    float: left;
    margin-left: 7.5rem;
}
.foot_div ul:nth-of-type(1){
    margin-left: 0;
}
.foot_div ul li{
    color: #979797;
    font-size: .875rem;
    line-height: 1.75rem;
}
.foot_div ul li a{
    color: #979797;
}
.foot_div ul li:nth-of-type(1){
    color: #fff;
    font-size: .9375rem;
    margin-bottom: 1.25rem;
}
.foot_div .fr div{
    display: inline-block;
    color: #979797;
    font-size: .875rem;
    text-align: center;

}
.foot_div .fr div:nth-of-type(1){
    margin-right: 3.125rem;
}
.foot_div .fr div p{
    margin-top: .625rem;
}
.foot_box{
    text-align: center;
    font-size: .9375rem;
    color: #979797;
    padding: 1.75rem 0;
    border-top: 1px solid #414141;
}


/*右侧悬浮*/
.rightfix {
    position: fixed;
    top: 69%;
    right: 0px;
    width: 62px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 999;
}

.fix_ul li {
    text-align: center;
    float: none;
    position: relative;
    width:62px;
    cursor: pointer;
    line-height: 19px;
    padding: 15px 5px;
    background: #2280c3;
    margin-bottom: 0px;
    border: 1px solid #fff;
	border-bottom:none;
}
.fix_ul li:last-child{
	border-bottom:1px solid #fff;
	}


.fix_ul li i {
    font-size: 25px;
    color: #FFf;
    font-weight: lighter;
}
.fix_ul li a {
    color: #FFf;
}

.right_div1 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  min-width: 180px;
  min-height: 62px;
  -o-transform: scale(0);
  position: absolute;
  color: #fff;
 right: 62px;
  top: 0px;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #404040;
  padding: 20px 20px;
  line-height: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li p {
    color: #FFf;
	font-size:10px;
}
.fix_ul li:hover a {
  color: #fff;
}
.fix_ul li:hover .right_div1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  right: 62px;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}





/* 关于我们 */
.picture_div{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
}
.picture_size{
    position: relative;
    padding: 5.9375rem;
}

.picture_size::after{
    position: absolute;
    left: 0; 
    top: 0;
    width: 14.0625rem;
    content: "";
    height: 100%;
    /*background: url(../img/6.png) no-repeat;*/
    /*background-size: 100% 100%;*/
}
.picture_size p:nth-of-type(1){
    font-size: 2.75rem;
    font-weight: bold;
    color: #fff;
}
.picture_size p:nth-of-type(2){
    font-size: 1.375rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.level_top{
    color: #777777;
    font-size: .875rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #d7d7d7;
}
.level_top a{
    color: #777777;
}
.level_top .iconfont{
    margin-right: .4375rem;
}
.level_ul li{
    /*width: 16.666%;*/
    /*float: left;*/
    flex: 1;
    text-align: center;
    
}
.level_ul a{
    display: block;
    color: #000000;
    font-size: 1rem;
    background: #f4f4f4;
    line-height: 3.4375rem;
    border-right: 2px solid #fff;
}
.level_ul a.currents{
    color: #fff;
    background: #2280c3;
}
.level_ul{
    display: flex;
    margin-top: 20px;
}
.level_ul li:hover a,
.level_ul li.active a{
    background: #2280c3;
    color: #fff;
    position: relative;
    transition: 400ms ease-in-out;
}
.level_ul li:hover a::after,
.level_ul li.active a::after{
    display: block;
    content: '';
    border-right:8px solid transparent;
    border-left:8px solid transparent;
    border-bottom:12px solid #fff;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: 400ms ease-in-out;
}
.about{
    background: none;
    padding: 3.75rem 0;
    background: url(../img/baout-bg.jpg) center/cover no-repeat;
}

.culture{
    background: url(../img/12.jpg) center/cover no-repeat;
    padding: 5.625rem 0;
}
.culture_lb{

}
.culture_div{
    background: rgba(255, 255, 255, .8);
    padding: .625rem;
}
.culure_size{
    text-align: center;
    color: #777777;
    line-height: 1.875rem;
    font-size: .9375rem;
    padding: 1.5625rem 0 1.875rem 0;
}
.culure_size p:nth-of-type(1){
    color: #404040;
    font-size: 1.125rem;
    margin-bottom: .5rem;
}
.culure_size div{
    height: 3.75rem;
}

/*  */
.enterprise{
    padding: 3.75rem 0;
}
.enterprise_div>div:nth-of-type(1){
    padding: .625rem;
    border: 1px solid #e5e5e5;
}
.enterprise_size{
    color: #fff;
    font-size: .9375rem;
    background: #2280c3;
    padding: 1.125rem 0;
    text-align: center;
}
.enterprise_box>div{
    margin-bottom: 1.875rem;
}
.enterprise_size a{
    color: #777777;
}

/* 新闻列表 */
.newstui_div .fr,
.newstui_div .fl{
    width: 49%;
}
.newstui{
    padding: 3.75rem 0;
}
.level_ul2 li{
    width: 25%;
}
.newstui_div .index_news_size p:nth-of-type(2){
    -webkit-line-clamp: 4;
    text-align: justify;
}
.newstui_div .index_news_size div{
    margin-top: 3.4375rem;
}
.newstui_lb .swiper-container-horizontal>.swiper-pagination-bullets{
    width: auto;
    left: 51%;
}
.newslist_ul li .fl{
    width: 15%;
    color: #848484;
    padding: 2.1875rem 0;
    background: #f9f9f9;
    text-align: center;
}
.newslist_ul li .fr{
    width: 82%;
}
.newslist_ul li .fl p:nth-of-type(2){
    font-size: .9375rem;
}
.newslist_ul li .fl p:nth-of-type(1){
    font-size: 1.25rem;
}
.left{
    width: 68%;
}
.newslist .left{width:100%;}
.right{
    width: 28%;
}
.newslist{
    padding-bottom: 6.25rem;
}
.newslist_size a:nth-of-type(1){
    color: #000000;
    font-size: 1.125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.newslist_size .text{
    margin: .5rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
   
}
.newslist_size .iconfont{
    color: #2280c3;
    font-size: 1.25rem;
}
.newslist_ul li{
    padding: 1.75rem 0;
    border-bottom: 1px solid #d7d7d7;
}
.newslist_ul li:nth-of-type(1){
    border-top: 1px solid #d7d7d7;
}
.newslist_ul{
    margin-bottom: 2.8125rem;
}
.newslist_tit{
    color: #000000;
    font-size: 1.125rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #d7d7d7;
} 
.newslist_fr{
    padding: 1.75rem;
    background: #f9f9f9;
}
.newslist_fr_ul li{
    border-bottom: 1px solid #d7d7d7;
    padding: .5rem 0;
}
.newslist_fr_ul li a{
    color: #585858;
    font-size: 1rem;
    line-height: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
   
}
/* 案例列表 */

.caselist_size {
    text-align: center;
    border: 1px solid #d7d7d7;

}
.caselist_div{
    overflow: hidden;
}
.enterprise_div div.over img,
.caselist_div a.over img{
    height: 14.5rem;
    object-fit: cover;
}
.enterprise_div div.over img{height: auto;}
.caselist_size a{
    color: #000000;
    font-size: 1.125rem;
    padding: 1.25rem 0;
    display: block;
}
.caselist_top{
    width: 100px;
    height: 100px;
    position: absolute;
    left: -100px;
    top: -100px;
    color: #fff;
    padding-top: .7375rem;
    padding-left: .7375rem;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.caselist_top .iconfont{
    font-size: 1.8rem;
    position: relative;
    z-index: 5;

}
.caselist{
    padding: 3.75rem 0;
}
.caselist_top::after{
    border-top: 100px solid #404040;
    border-right: 100px solid transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.caselist_div:hover .caselist_top{
    left: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.caselist_div:hover .caselist_size{
    border: 1px solid #404040;
}
.caselist_box>div{
    margin-bottom: 1.875rem;
}
/* 产品列表 */
.level_ul3 li{
    width: 33.333%;
}
.prolist_size a{
    color: #fff;
    font-size: 1rem;
    display: block;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.prolist_size{
    padding: 1.25rem;
    background-color: #e37828;
}
.prolist_fix{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(31, 69, 56, .6);*/
    background-color: #2280c394;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.prolist_fix p{
    color: #fff;
    font-size: .9375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    padding: 0 1.125rem;
    text-align: center;
    line-height: 1.75rem;
}
.prolist_fix p>svg{
    width: 50px;
    height: auto;
}
.prolist{
    padding: 3.75rem 0 6.875rem 0;
}
.prolist_div{
    overflow: hidden;
    border: 1px solid #f3f3f3;
}
.prolist_div:hover .prolist_fix{
    bottom: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.prolist_div:hover .prolist_size{
    
    background: #2280c3;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.prolist_div:hover .prolist_size a{
    color: #fff;
}
.prolist_box>div{
    margin-bottom: 30px;
}
/* 产品详情 */
.proxq_wid>div{
    width: 48%;
}
.proxq{
    background: #f4f4f4;
    padding: 1.875rem 0;
    margin: 3.4375rem 0;

}
.proxq_lb .gallery-top{
    width: 100%;
    float: left;
  }
  .proxq_lb .gallery-thumbs{
    width: 20%;
    float: right;
    height: 408px;
    margin-top: 38px;
  }
  .proxq_lb .gallery-thumbs .swiper-slide{
    overflow: hidden;
    height: auto !important;
    
  }
  .proxq_lb .swiper-slide{
    border: 1px solid #dadada;
  }
  .proxq_lb .swiper-button-next,
  .proxq_lb .swiper-button-prev{
    background: none;
    height: 25px;
    line-height: 25px;
    width: 134px;
    opacity: 1;
  }
  .proxq_lb .swiper-button-next .iconfont,
  .proxq_lb .swiper-button-prev .iconfont{
    font-size: 1.375rem;
    font-weight: bold;
    opacity: 1;
  }
  .proxq_lb .swiper-button-next span,
  .proxq_lb .swiper-button-prev span{
    width: 100%;
    background: #d7d7d7;
    display: inline-block;
    color: #5f6569;
    text-align: center;
  }
  .proxq_lb .swiper-button-prev{
    top: 22px;
    right: 0;
    left: auto;
  }
  .proxq_lb .swiper-button-next{
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
  }
  .proxq_lb .swiper-slide-thumb-active{
    border: 1px solid #404040;
  }
  .proxq_lb .gallery-top .swiper-slide div{
      padding: 1.25rem;
      background: #ffffff;
  }
  .proxq_lb .gallery-thumbs .swiper-slide{
    background: #ffffff;
  }
  .proxq_size .tit{
    color: #000000;
    font-size: 2.125rem;
  }
  .proxq_size .tit.subtit{
      font-size: 1.525rem;
  }
  .proxq_size .text{
      margin: 1.375rem 0 3.125rem 0;
  }
  .proxq_size .more .iconfont{
    margin-left: 1.75rem;
  }
  .profin{
      /*padding-bottom: 5.3125rem;*/
      padding-bottom:0;
  }
  .profin_top span{
      line-height: 3.125rem;
      padding: 0 2.625rem;
      color: #fff;
      font-size: 1.125rem;
      background: #2280c3;
      display: inline-block;
  }
  .profin_top{
      border-bottom: 1px solid #d7d7d7;
  }
  .profin_tit{
      color: #000000;
      font-size: 1rem;
  }
  .profin_size {
      /*padding: 2rem 0;*/
      padding: 0;
  }
.profin_div .text{
    margin-top: .9375rem;
    text-align: center;
}
.profin_lb{
    margin: 1.5625rem 0;
}
.profin_table table tr td{
    line-height: 30px !important;
}
.profin_table table tr{
    text-align: center;
    color: #000000;
    font-size: .9375rem;
}
.profin_table table tr:nth-of-type(1){
    color: #fff;
    background: #2280c3;
}
.tuipro_tit{
    color: #fff;
    font-size: .9375rem;
    background: #2280c3;
    
    line-height: 3.4375rem;
    padding: 0 1.125rem;
}
.tuipro{
    padding-bottom: 6.25rem;
}
.tuipro_div{
    border: 1px solid #d7d7d7;
    padding: 1.25rem;
}
.tuipro_div a:nth-of-type(2){
    font-size: 1rem;
    color: #000000;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.tuipro_lb{
    margin-top: 2.1875rem;
}
/* 联系我们 */
.contact{
    padding-top: 3.4375rem;
    position: relative;
    z-index: 1;
}
.contact_wid>.fl{
    width: 40%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
    border-bottom: .875rem solid #2280c3;
    padding: 3.4375rem;
}
.contact_wid>.fr{
    width: 55%;
}
.contact_tit p:nth-of-type(1){
    color: #000000;
    font-size: 1.25rem;
    padding-bottom: .5rem;
}
.contact_div input{
    width: 100%;
    color: #969696;
    font-size: .9375rem;
    border: none;
    height: 4.0625rem;
    border-bottom: 1px solid #dee0e2;
}
.contact_div_fin .fl{
    width: 65%;
}
.contact_div_img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact_div_fin .fr {
    width: 30%;
}
.contact_div_fin .fr button{
    width: 100%;
    padding: 0 1rem;
    background: #404040;
    color: #ffffff;
    line-height: 2.8rem;
    margin-top: 1.125rem;
    border: 1px solid #404040;
}
.contact_div_fin .fr button .iconfont{
    color: #fff;
}
.contact_fin .daohang_align2{
    top: -2px;
}
.contact_fin{
    margin: 1.875rem 0;
}
.contact_boxs .fl .iconfont{
    color: #404040;
    font-size: 1.5rem;
    position: relative;
    top: 2px;
    margin-right: .5rem;
}
.contact_boxs .fl{
    color: #838383;
    font-size: 1rem;
}
.contact_boxs .fl div{
    margin-bottom: 1.25rem;
}
.contact_boxs .fl div:nth-last-child(1){
     margin-bottom: 0;
}
.contact_boxs .fr div{
    display: inline-block;
}
.contact_boxs .fr div p{
    text-align: center;
    margin-top: .75rem;
}
.contact_boxs .fr div:nth-of-type(1){
    margin-right: 1.25rem;
}
.ditu{
    position: relative;
    margin-top: -3.4375rem;
}
/* 品牌故事 */
.pt60{
    padding: 3.75rem 0
}
.brand .text .fr{
    margin-left: 1.875rem;
}
.brand1 .text .fl{
    margin-left: 0;
    margin-right: 1.875rem;
}
/* 招商 */
.market{
    padding: 4.0625rem 0;
}
.market_wid>div{
    width: 48%;
}
.market_wid .fl{
    height: 21.25rem;
    overflow-y: scroll;
    padding-right: 25px;
}
.tit1{
    font-size: 1.125rem;
    color: #000000;
}
.market_wid .fl .tit{
    margin-bottom: .625rem;
}
/*滚动条样式*/
.market_wid .fl::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
  }
  
.market_wid .fl::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    display: block;
    width: 10px;
    height: 35px;
    background-image: -moz-linear-gradient(-51deg,
      #404040 100%,
      #404040 100%);
    background-image: -webkit-linear-gradient(-51deg,
      #404040 100%,
      #404040 100%);
    background-image: -ms-linear-gradient(-51deg,
      #404040 100%,
      #404040 100%);
  }
  
.market_wid .fl::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background-color: #dfdfdf;
    width: 4px;
    height: 164px;
    position: absolute;
  }
  .market_wid{
      margin-bottom: 2.8125rem;
  }
  .features{
      padding: 5.3125rem 0;
      background: url(../img/28.jpg) no-repeat;
      background-size: cover;
  }
  .title-tit.title1 p:nth-of-type(1)::before,
  .title-tit.title1 p:nth-of-type(1)::after{
      background: #fff;
  }
  .level_ul4 li{
      width: 14.2858%;
  }
  .features_div>div{
      width: 50%;
  }
  .features_size p{
      font-size: 1rem;
      color: #404040;
      margin-bottom: .3125rem;
     
  }
  .features_size{
      font-size: .9375rem;
      color: #777777;
      text-align: center;
      padding: 1.5625rem;
      padding-top: 2rem;
      line-height: 1.75rem;
  }
  .features_div{
    background: rgb(255, 255, 255, .8);
    border-radius: 10px;
  }
  .features_lb{
      width: 48%;
  }
  .features_div .fl{
    border-radius: 10px;
  }
  .table_lb .profin_table table tr td{
      text-align: left;
      padding-left: 2.1875rem !important;
  }
  .table_lb .profin_table table tr:nth-of-type(1) td{
      text-align:center;
  }
  .table_sc{
      padding: 5.625rem 0;
  }
  .table_lb .swiper-button-next,
  .table_lb .swiper-button-prev{
      background: none;
  }
  .table_lb .swiper-button-next .iconfont,
  .table_lb .swiper-button-prev .iconfont{
      font-size: 2.1875rem;
      color: #585858;
  }
  .table_lb .swiper-button-next{
      right: -5%;
  }
  .table_lb .swiper-button-prev{
      left: -5%;
  }
  .youshi_size p{
      color: #404040;
      font-size: 1rem;
      margin: .8rem 0;
  }
  .youshi_size span{
      color: #c70000;
  }
  .youshi_div div:nth-of-type(1){
      
  }
  
 .youshi_div{
      border: 1px solid #404040;
      border-radius: .625rem;
      padding: 1.875rem 1.25rem;
      text-align: center;
  }
  .youshi_size{
      height: 9.0625rem
  }
  .youshi_lb{
      margin: 2.8125rem 0;
  }
  .merchants_size p{
      font-size: 1rem;
      color: #404040;
      padding-bottom: .9375rem;
      position: relative;
  }
  .merchants_size p::after{
      position: absolute;
      left: 0;
      bottom: .4375rem;
      width: 1.5625rem;
      height: 1px;
      content: "";
      background: #404040;
  }
  .merchants_div .fl{
      width: 18%;
      background: #404040;
      border-radius: .625rem;
      padding: 1.5625rem 0;
      text-align: center;
  }
  .merchants_div .fr{
      width: 77%;
  }
  .merchants{
      padding: 4.6875rem 0;
  }

  .empower{
      background: #404040;
      padding: 4.375rem 0;
  }
  .help{
      padding: 3.75rem 0;
      background: #ffffff;
  }
  .help_div p{
      font-size: .9375rem;
      color: #777777;
      margin-top: .9375rem;
  }
  .help_div div{
      border-radius: 50%;
      height: 7.1875rem;
      line-height: 7.1875rem;
      border: 1px solid #c9c9c9;
      background: #fff;
  }
  .help_div .iconfont{
      font-size: 1.875rem;
      color: #adadad;
  }
  .help_div{
      text-align: center;
  }
  .help_lb{
      position: relative;
  }
  .help_lb::after{
      position: absolute;
      left: 0;
      top: 35%;
      content: "";
      background: #c9c9c9;
      height: 1px;
      width: 100%;
  }
  .process_div p{
    font-size: 1rem;
    color: #adadad;
    text-align: center;
    background: #f1f1f1;
    padding: 1.5625rem .9375rem;
  }

  .application{
      padding: 5rem 0;
  }
  .application_div .fl{
      width: 10%;
      color: #adadad;
      text-align: center;
      border-right: 1px solid #d0d0d0;
  }
  .application_div .fl .iconfont{
      font-size: 1.25rem;
  }
  .application_div>div{
      border: 1px solid #d0d0d0;
      line-height: 3.3375rem;
      margin-bottom: .9375rem;
  }
  .application_inp{
      width: 88%;
      
      
  }
  .application_inp input{
      width: 100%;
      border: none;
      
  }
  .application_inp input::-webkit-input-placeholder{
    color: #000000;
  }
  .application_but button{
      width: 100%;
      color: #fff;
      font-size: 1.125rem;
      background: #404040;
      line-height: 3.4375rem;
      text-align: center;
      border: 1px solid #404040;
  }
  .level2 {
    text-align: center;
    /* height: 4.375rem; */
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    background: #fff;
    
}
.level2.active {
    position: fixed;
    /* background: #fff; */
    left: 0;
    right: 0;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    top: 0px;
    z-index: 9;
    line-height: 3.625rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.level2.active .level_ul{
    margin-top: 0;
}
/* 详情 */
.newsxq{
    padding: 6.25rem 0;
}
.newsxq_top p{
    font-size : 1.75rem;
    line-height : 1.875rem;
    color : #2A2A2A;
}
.newsxq_te {
    font-size : .9375rem;
    line-height : 1.875rem;
    /*color : #A5A5A5;*/
    color: #2280c3;
    margin-top: .625rem;
    
}
.newsxq_top{
    /* padding: 1.875rem;
    background : #F2F2F2;
    border-top: 2px solid #000000; */
    text-align: center;
}
.newsxq_te .bshare-custom a{
    background: transparent !important;
    font-size: 1.5625rem;
    padding-left: .3125rem;
}
.newsxq_te .bshare-custom{
    display: inline-block ;
}
.newsxq_size{
    font-size : 1rem;
    line-height : 1.875rem;
    color : #686868;
}
.newsxq_size{
    padding: 1.875rem 0 6.875rem 0;
}
.newsxq_div>div{
    /* width: 48%; */
    font-size : 1rem;
    line-height : 1.875rem;
    color : #686868;
}
.newsxq_div{
    border-top: 1px solid #E0E0E0;
    /* border-bottom: 1px solid #E0E0E0; */
    padding: 1.875rem 0;
}
.newsxq_div>div a{
    color : #686868;
    display: inline-block;
    /* line-height: 2.5rem; */
}
.newsxq_div .iconfont{
    font-size: 1.5625rem;
    position: relative;
    top: 3px;
}
.newsxq_div>div:nth-of-type(2){
    /* text-align: right; */
}


  @media(max-width:1550px){
    .container {
        padding: 0 5.7rem;
    }
    .daohang_ul {
        margin-right: 4.375rem;
    }
    body, html {
        font-size: calc(100vw / 100);
    }
    .daohang_ul>li {
        margin-left: 1.8125rem;
    }
    .daohang {
        padding: 0 3.9375rem;
    }
  }
  @media(max-width:1440px){
    .proxq_lb .gallery-thumbs {
        height: 335px;
    }
    .proxq_lb .swiper-button-next, .proxq_lb .swiper-button-prev {
        width: 122px;
    }
  }
  @media(max-width:1366px){
    .help_div div {
        height: 6.9rem;
    }
    .proxq_lb .gallery-thumbs {
        height: 315px;
    }
    .proxq_lb .swiper-button-next, .proxq_lb .swiper-button-prev {
        width: 115px;
    }
  }
@media(max-width:1280px){
    .quality_ul li img{
        width: 2.8125rem;
    }
    .proxq_lb .gallery-thumbs {
        height: 295px;
    }
    .proxq_lb .swiper-button-next, .proxq_lb .swiper-button-prev {
        width: 110px;
    }
}
@media(max-width:1220px){
    /* .caselist_div a.over img{
        height: 10rem;
    } */
}
@media(max-width:1024px){
    .daohang {
        padding: 0 1.9375rem;
    }
    .daohang_logo span {
        line-height: 19px;
        margin-left: 0.875rem;
    }
    .daohang_ul {
        margin-right: 1.375rem;
    }
    .daohang_ul>li {
        margin-left: 0.8125rem;
    }
    body, html {
        font-size: calc(100vw / 70);
    }
    .daohang_logo span{
        display: none;
    }
    .banner_div p:nth-of-type(2) {
        font-size: 2rem;
    }
    .banner_div{
        font-size: 2.25rem;
    }
    .title p:nth-of-type(1) {
        color: #404040;
        font-size: 2.125rem;
    }
    .index_one_ul span:nth-of-type(1) {
        font-size: 3rem;
    }
    .coating_ul li {
        padding: 1.125rem;
    }
    .coating_ul li img{
        width: 2.8125rem;
    }
    .marketing_size {
        padding: 2.2rem 0;
    }
    .foot_div ul {
        margin-left: 2.5rem;
    }
    .container {
        padding: 0 2.7rem;
    }
    .index_news_ul li {
        padding: .95rem;
    }
    .features_lb {
        width: 65%;
    }
    .table_lb .swiper-button-next {
        right: 0%;
    }
    .table_lb .swiper-button-prev {
        left: 0%;
    }
    .youshi_div div img{
        width: 2.8125rem;
    }
    .help_div div {
        height: 5.6rem;
        line-height: 5.6rem;
    }
    .merchants_div .fl img{
        width: 2.8125rem;
    }
    .youshi .text .fl{
        width: 50%;
    }
    .market_wid .fl {
        height: 15.25rem;
    }
    .daohang {
        line-height: 85px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 2%;
    }
    .newstui_div .index_news_size div {
        margin-top: 1.4375rem;
    }
    .picture_size {
        padding: 3.9375rem;
    }
    .picture_size::after {
        width: 11.0625rem;
    }
    .picture_size p:nth-of-type(1) {
        font-size: 3rem;
    }
    .contact_wid>.fl {
        padding: 1.4375rem;
    }
    .contact_wid>.fl {
        width: 43%;
    }
    .contact_div_fin .fl {
        width: 60%;
    }
    .contact_div_fin .fr {
        width: 35%;
    }
    .contact_boxs .fl div {
        margin-bottom: .5rem;
    }
    .contact_fin {
        margin: 0.875rem 0;
    }
    .proxq_lb .swiper-button-next, .proxq_lb .swiper-button-prev {
        width: 92px;
    }
    .proxq_lb .gallery-thumbs {
        height: 233px;
    }
    .proxq_size .text {
        margin: 1rem 0;
    }
}
@media(max-width:999px){
    /* .caselist_div a.over {
        height: 7rem;
    } */
}
@media(max-width:990px){
    /* .caselist_div a.over {
        height: 5rem;
    } */
    .phone{
        padding: .625rem 0;
    }
    .phone_logo img{
        width: 9.125rem;
    }
    #phone_nav span, .seaarch_phone span {
        font-size: 28px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .foot{
        display: block;
    }
    .foot_div ul {
        margin-left: 1.5rem;
    }
    body{
        padding-bottom: 0;
    }
    .index_news_ul li{
        padding: .85rem;
    }
    .index_news_size p:nth-of-type(1) {
        margin: .2rem 0;
    }
    .marketing_size {
        padding: 1.8rem 0;
    }
    .picture_size p:nth-of-type(1) {
        font-size: 3.25rem;
    }
    .features_size {
        padding: 0.5625rem;
        padding-top: 1rem;
    }
    body, html {
        font-size: calc(100vw / 50);
    }
    .picture_size {
        padding: 2.9375rem;
    }
    .picture_size::after {
        width: 9.0625rem;
    }
    .picture_size p:nth-of-type(1) {
        font-size: 2.25rem;
    }
    .picture_size p:nth-of-type(2) {
        font-size: 1.25rem;
    }
    .market_wid .fl {
        height: 11.25rem;
    }
    .features_lb {
        width: 75%;
    }
    .table_lb .profin_table table tr td {
        padding-left: 1.1875rem !important;
    }
    .youshi_div {
        padding: 0.875rem .5rem;
    }
    .youshi_size p {
        margin: .5rem 0;
    }
    .youshi_div div img {
        width: 2.2125rem;
    }
    .youshi_size {
        height: 15.0625rem;
    }
    .help_div div {
        height: 4.3rem;
        line-height: 4.3rem;
    }
    .foot_div .fr div:nth-of-type(1) {
        margin-right: 0.125rem;
    }
    .foot_div ul {
        margin-left: 0.5rem;
    }
    .container {
        padding: 0 1.7rem;
    }
    .coating_size a {
        padding: 0 2rem;
    }
    .coating_size .text {
        margin: 1.125rem 0 1.25rem 0;
        width: 100%;
    }
    .coating_size div {
    padding: 0.875rem 0 0 1.25rem;
}
.quality_ul li {
    width: 8.3125rem;
    height: 8.3125rem;
    padding-top: 0.8625rem;
    margin: 0 0.625rem;
}
.marketing_size {
    padding: 1.2rem 0;
}
.marketing_size a {
    font-size: 1rem;
    line-height: 2.2125rem;
}
.quality_size {
    padding: 1.25rem;
}
.brand .text .fr,
.brand1 .text .fl{
    margin-bottom: 1.25rem;
}
.brand .text .fr{
    margin-left: 0;
}
.proxq_lb .gallery-thumbs,
.proxq_lb .gallery-top,
.about .index_one_wid>div,
.contact_wid>.fl,
.contact_wid>.fr{
    width: 100%;
    float: none;
}
.about .index_one_wid>div:nth-of-type(1),
.contact_wid>.fl{
    margin-bottom: 1.5625rem;
}
.ditu{
    margin-top: 0;
}
.contact{
    padding: 3.4375rem 0;
}
.proxq_lb .gallery-thumbs{
    height: auto;
    width: 80%;
    float: none;
    margin: 0 auto;
    margin-top: 1.25rem;
}
.proxq_lb .swiper-button-next{
    transform: rotate(-90deg);
    right: -32px;
    bottom: 26px;
}
.proxq_lb .swiper-button-prev{
    transform: rotate(-90deg);
    left: -32px;
    bottom: 26px;
    top: auto;
}
.proxq_lb .swiper-button-next, .proxq_lb .swiper-button-prev {
    width: 74px;
}
.foot{display:none;}
.rightfix{
	display:none;
	} 


    #spsy_tc .modal-dialog {
    width: 96%;
}


}
@media(max-width:767px){
    .prolist_size a{font-size: 0.9rem;}
    .quality_size a {
        -webkit-line-clamp: 2;
    }
    .index_news_wid>div.fr .over>img {
        height: auto;
    }
    .index_one_ul li{width:50%;}
    .index_one_ul li div{font-size: 1.0375rem;}
    .index_one_tit p:nth-of-type(1){
        font-size: 1.15rem;
        text-indent: 0;
        text-align: center;
    }
    .container {
        padding: 0 1.5rem;
    }
    .index_news,
    .marketing,
    .coating,
    .index_one{
        padding: 2.5rem 0;
    }
    .banner_div p:nth-of-type(2) {
        font-size: 1.25rem;
    }
    .banner_div {
        font-size: 1.5rem;
    }
    .banner_div{
        width: 100%;
        text-align: center;
    }
    body {
        /*padding-top: 4.725rem;*/
        padding-top: 4.125rem;
    }
    .banner .swiper-slide div img{
        height: 43vw;
        /*height: 17rem;*/
        /*object-fit: cover;*/
    }
    .title p:nth-of-type(1) {
        font-size: 1.8rem;
    }
    .quality_ul li span:first-child {
        font-size: 0.9rem;
    }
    .quality_wid>div,
    .coating_wid>div,
    .index_one_wid>div{
        width: 100%;
        float: none;
        
    }
    .inorganic_size div span:nth-of-type(2){
        height: 55px;
        display: block;
    }
    .index_one_size {
        margin: .75rem 0 1.5rem 0;
        line-height: 2.025rem;
    }
    .index_one_wid>div:nth-of-type(2){
        margin-top: 1.25rem;
    }
    .index_one_ul {
        margin-bottom: 2.0625rem;
    }
    .index_one_ul sup {
        top: -2em;
    }
    .coating_ul{
        width: 100%;
        /* bottom: 0; */
        top: 0;
        transform: translateY(0);
    }
    .coating_ul li{
        width: 33.33%;
        float: left;
        text-align: center;
    }
    .quality,
    .inorganic{
        padding: 2.5rem 1.5rem;
    }
    .inorganic_size {
        padding: 0 1.125rem;
        top: 27%;
    }
    .inorganic_div {
        padding-bottom: 3.3125rem;
    }
    .inorganic_box {
        bottom: -50%;
    }
    .inorganic_size>span {
        height: 2.8rem;
        width: 2.8rem;
        line-height: 2.5rem;
        border: 2px solid #fff;
    }
    .quality_ul li {
        width: 8.3125rem;
        height: 8.3125rem;
        font-size: .875rem;
        padding-top: 0.8625rem;
        margin: 0 0.625rem;
    }
    .quality_size {
        padding: 1.125rem;
    }
    .quality_ul_fr {
        padding: 1.9375rem 0 2.125rem 0;
    }.quality_ul_fr li::after {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 15px solid #2280c3;
        bottom: -14px;
    }
    .quality_ul_fl li::after {
        display: block;
        content: '';
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 15px solid #2280c3;
        top: -14px;
    }
    .marketing_ul li{
        width: 50%;
    }
    .marketing_size {
        padding: 1.1rem 0;
    }
    .index_news_wid>div{
        width: 100%;
        float: none;
    }
    .index_news_ul li{
        margin-top: 15px !important;
    }
    .index_news_wid {
        margin-bottom: 2.125rem;
    }
    .foot_div ul:nth-of-type(1),
    .foot_div ul:nth-of-type(2),
    .foot_div ul:nth-of-type(3){
        display: none;
    }
    .foot_div ul{
        margin-left: 0;
        float: none;
        width: 100%;
    }
    .foot_div>.fl,
    .foot_div>.fr{
        float: none;
    }
    .foot_div>.fr{
        margin-top: 1.5625rem;
    }
    .foot_div {
        padding: 2rem 0;
    }
    .proxq_wid>div,
    .contact_boxs .fr,
    .contact_boxs .fl,
    .contact_div_fin .fr,
    .contact_div_fin .fl,
    .right,
    .left,
    .newstui_div .fr, .newstui_div .fl,
    .features_div>div,
    .features_lb,
    .market_wid>div,
    .application .col-sm-6{
        width: 100%;
        float: none;
    }
    .contact_boxs .fr,
    .newstui_div .fr,
    .application .col-sm-6.fl{
        margin-top: 1.25rem;
    }
    .picture_size::after{
        width: 0;
    }
    .picture_size {
        padding: 0 1.5rem;
        display: none;
    }
    .picture_size p:nth-of-type(1) {
        font-size: 2rem;
    }
    .picture_size p:nth-of-type(2) {
        font-size: 1.25rem;
    }
    .level{
        display: none;
    }
    .caselist,
    .prolist,
    .culture,
    .contact,
    .enterprise,
    .newstui,
    .help,
    .empower,
    .merchants,
    .pt60,
    .table_sc,
    .features,
    .market{
        padding: 2.5rem 0;
    }
    .market_wid .fl{
        margin-top: 1.5625rem;
    }
    .merchants_div .fl {
        width: 20%;
    }
    .merchants_div .fr{
        width: 75%;
        margin-top: 0rem;
    }
    .help_lb::after{
        width: 0;
    }
    .help_div div {
        height: 6rem;
        width: 6rem;
        line-height: 6rem;
        margin: 0 auto;
    }
    .process{
        padding: 0 1.5rem;
    }
    .brand1 .text .fl{
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.25rem;
    }
    .newstui_lb .swiper-container-horizontal>.swiper-pagination-bullets {
        left: 76%;
    }
    .newslist_ul li .fl {
        width: 29%;
    }
    .newslist_ul li .fr {
        width: 65%;
    }
    .newslist_size .text {
        margin: .2rem 0;
    }
    .newslist{
        padding-bottom: 2.5rem;
    }
    .picture_size p:nth-of-type(1) {
        font-size: 1.7rem;
    }
    .picture_size p:nth-of-type(2) {
        font-size: 1rem;
    }
    .picture img{
        height: 12.375rem;
        object-fit: cover;
    }
    .brand .text .fr{
        margin-left: 0;
        margin-bottom: 1.5625rem;
    }
    .culure_size {
        line-height: 1.575rem;
        padding: 1rem 0;
    }
    .proxq_lb .gallery-top .swiper-slide div {
        padding: 1rem;
    }
    .proxq_size{
        margin-top: 1.5625rem;
    }
    .proxq{
        margin: 2.5rem 0;
    }
    .tuipro,
    .profin{
        padding-bottom: 2.5rem;
    }
    .proxq_lb .gallery-thumbs {
        width: 76%;
    }
    .proxq_lb .swiper-button-next {
        right: -21px;
        bottom: 22px;
    }
    .proxq_lb .swiper-button-prev {
        left: -21px;
        bottom: 22px;
    }
    .proxq_lb .swiper-button-next, .proxq_lb .swiper-button-prev {
        width: 69px;
    }
    .profin_size{
        padding-bottom: 0;
    }
    .prolist_size{
        /*padding: 1rem;*/
        padding: 0.5rem;
    }
    .caselist_box{
        margin-right: -7px;
        margin-left: -7px;
    }
    .caselist_box>div {
        margin-bottom: 15px;
        padding-left: 7px;
        padding-right: 7px;
    }
    .banner_size{
        left: 0;
        transform: translateX(0);
        width: 100%;
    }
    .title p:nth-of-type(1) {
        font-size: 1.6rem;
    }
    .inorganic_div {
        padding-bottom: 4.8125rem;
    }
    .marketing_size p {
        font-size: .7rem;
    }
    .index_news_wid .fl .index_news_size {
        padding: .9375rem;
    }
    .index_news_size p:nth-of-type(2){
        -webkit-line-clamp: 1;
    }
    .prolist_fix p {

        padding: 0 1.125rem;
    }
    /* .prolist_box>div:nth-of-type(odd){
        padding-right: 7px;
    }
    .prolist_box>div:nth-of-type(even){
        padding-left: 7px;
    } */
    .prolist_box>div{
        width: 50%;
    }
    .caselist_size a{
        padding: .625rem;
    }
    .caselist_top::after {
        border-top: 60px solid #404040;
        border-right: 60px solid transparent;
    }
    .caselist_top {
        width: 60px;
        height: 60px;
        left: -60px;
        top: -60px;
        padding-top: 0;
        padding-left: 0;
    }
    .newstui_lb .swiper-container-horizontal>.swiper-pagination-bullets {
        left: 70%;
    }
    .newsxq{
        padding: 2.5rem 0;
    }
    .newsxq_top p {
        font-size: 1.4rem;
    }
    .inorganic_lb .swiper-button-next,
.inorganic_lb .swiper-button-prev{
    display: block;
    color: #fff;
    opacity: 1;
}
.inorganic_lb .swiper-button-next{
    right: 0;
}
.inorganic_lb .swiper-button-prev{
    left: 0;
}
.inorganic_lb .swiper-button-next .iconfont,
.inorganic_lb .swiper-button-prev .iconfont{
    color: #fff;
}
.currents{
    background: #1f4538;
    color: #fff;
    position: relative;
    transition: 400ms ease-in-out;
}
/* .inorganic_size{
    padding: 0 .5rem;
}
.inorganic_size>span{
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}
.inorganic_size div{
    margin: .2rem 0;
}
.inorganic_size p{
    line-height: 1.25rem;
} */
/* .caselist_div a.over{
    height: 12rem;
} */
}


@media(max-width:550px){
    body, html {
        font-size: calc(100vw / 25);
    }
    .enterprise_div div.over img,
    .caselist_div a.over {
        height: 7.5rem;
    }
}
.newslist_fr_ul li a:hover,
.newslist_ul li:hover .newslist_size a:nth-of-type(1),
.newsxq_div>div a:hover,
.tuipro_div:hover a:nth-of-type(2),
.index_news_div:hover .index_news_size>a,
.foot_div ul li a:hover,
.level_top a:hover{
    color: #337ab7;
}
.coating_size div a:nth-of-type(1):hover,
.marketing_size a:hover,
.more:hover{
    box-shadow: inset 0 0 0 2.5rem #2280c3;
    border: 1px solid #2280c3 !important;
    color: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.more:hover .iconfont{
    color: #fff;
}

.contact_div_fin .fr button:hover,
.application_but button:hover{
    box-shadow: inset 0 0 0 2.5rem #fff;
    border: 1px solid #404040 !important;
    color: #404040;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}
.quality_ul li div img{width: 37%;}
.contact_div_fin .fr button:hover .iconfont{
    color: #404040;
}
.newslist_ul li:hover .fl{
    background: #404040;
    color: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}
.level_top a:nth-last-child(1) em{
    display: none;
}
.level_top a em{
    font-style: inherit;
}

.quality_ul li:hover div img{
    transform: rotateY(360deg);
    transition: 400ms ease-in-out;
}