/*头部样式*/
header{
    position: fixed;
    top:22px;
    left:0;
    z-index: 999999;
    width: 100%;
    transition:all 0.3s ease-out;
}
header.c-head-hide{
    background:#fff;
    box-shadow: 0 0 10px #ccc;
    top:0;
}
.head{

}
.wrap{
    width: 84%;
    max-width: 1600px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
/*    width: 30%;*/
}
.head_r{
    max-width: 75%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.h_lang{
    position: relative; 
    margin:0 22px 0 66px;
    height: 100%;
    line-height: 110px;
    cursor: pointer;
}
.h_lang_img{
    position: relative;
    padding-right: 19px;
    background:url(../images/h_lang2.png) no-repeat right center;
    display: flex;
    align-items:center;
    height: 100%;
}
.h_lang_img span{
    margin-right: 8px;
    font-size:18px;
    color: #222222;
}
.h_lang_a{
    position: absolute;
    top:110px;
    left:50%;
    width: 90px;
    margin-left: -45px;
    background:#fff;
    box-shadow: 0 0 10px #eee;
    display: none;
    z-index: 9;
}
.h_lang:hover .h_lang_a{
    display: block;
}
.h_lang_a a{
    font-size: 14px;
    color: #666;
    display: block;
    text-align: center;
    line-height: 2em;
}
.h_lang_a a:hover,.nav li .b_nav a:hover{
    background:#cc5200;
    color: #fff;
}
.nav{
    display: flex;
}
.nav li{
    position: relative;
    margin-right: 45px;
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 20px;
    color: #1a1a1a;
    text-align: center;
    line-height: 110px;
}
.nav li:hover a.a1{
    color: #cc5200;
}
.nav li:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width:0;
    height: 4px;
    background:#eb5e01;
    transition: all 0.4s ease-out;
}
.nav li:hover:after{
    left:0;
    width: 100%;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:110px;
    left:50%;
    z-index: 999;
    background-color: #fff;
    width: 140px;
    margin-left: -70px;
    box-shadow: 0 0 10px #eee;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 2em;  
}

#index_banner{
    
}
#index_banner .swiper-slide a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
/*    width: 100%;*/
    padding:200px 0 175px;
    position: relative;
    overflow: hidden;
}
.index_banner_img2{
    position: absolute;
    left:0;
    top:0;
    z-index: -9;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.index_banner_text{
    width: 48%;
}
.index_banner_text .p1{
    font-size:160px;
    color: #eb5e01;
    font-family: "puhui85";
    text-shadow: 1px 2px 4px #333;
    line-height: 1;
}
.index_banner_text .p2 span{
    display: inline-block;
    font-size: 48px;
    color: #fff;
    font-family: "puhui65";
    /* letter-spacing: 14px; */
    line-height: 1.3;
    margin-top: 10px;
    background:#eb5e01;
    width: 382px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 2px 6px #333;
    margin:10px 0 20px;
}
.index_banner_text .p3{
    font-size:44px;
    color: #7d7b7d;
    line-height: 1;
    font-family: "puhui115";
}
.index_banner_text .p4{
    margin-top:115px;
}
.index_banner_img{
    width: 48%;
    text-align: center;
}
#index_banner svg{
    position: absolute;
    left:0;
    bottom:-2px;
    width: 100%;
    display: none;
}
#index_banner .swiper-pagination{
    bottom:65px;
    /* display: none; */
}
#index_banner .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
}
#index_banner .swiper-pagination-bullet{
    opacity: 1;
    margin:0 15px;
}
.loading.swiper-pagination-bullet-active {
    border-color: #eb5e01;
}
.loading .c-progress {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    left: 9px;
    top: 9px;
    line-height: 120px;
    text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #eb5e01;
}
.loading .yqs{
    position: absolute;
    top: -2px;
    left: -2px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #eb5e01;
    border-radius: 50%;
}
.loading.swiper-pagination-bullet-active .yqs{
    opacity: 1;
}
.loading .left,
.loading .right {
    opacity: 0;
    width: 17px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    left: -2px;
    top: -2px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -2px;
    top: -2px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 2px solid #eb5e01;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 2px solid #eb5e01;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-left;
}
.loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.h80{
    height: 110px;
    display: none;
    width: 100%;
}
#c-header.c-head-hide .logo img{
    max-height: 67px;
}
#c-header.c-head-hide .nav li a{
    line-height: 90px;
}
#c-header.c-head-hide .nav li .b_nav{
    top:90px;
}
#c-header.c-head-hide .nav li .b_nav a{
    line-height: 2;
}
#c-header.c-head-hide .h_lang{
    height: 90px;
}
#c-header.c-head-hide .h_lang_a{
    top:90px;
}
@media(max-width: 1760px){
    .nav li{
        margin-right: 40px;
    }

}
@media(max-width: 1600px){
    header{
        top:10px;
    }
    .wrap{
        width: 86%;
    }
    .logo img{
        max-height: 60px;
    }
    .nav li{
        margin-right: 35px;
    }
    .nav li a{
        font-size:17px;
        line-height: 75px;
    }
    .nav li .b_nav,.h_lang_a{
        top:75px;
    }
    .h_lang {
        margin: 0 30px 0 50px;
        line-height: 75px;
    }
    .index_banner_text .p1{
        font-size:90px;
    }
    .index_banner_text .p2 span{
        font-size:32px;
        width: 260px;
    }
    .index_banner_text .p3{
        font-size:30px;
    }
    .index_banner_text .p4 {
        margin-top: 75px;
    }
    .index_banner_img{
        width: 42%;
    }
    .h80,#c-header.c-head-hide .h_lang{
        height: 75px;
    }
    #c-header.c-head-hide .h_lang_a{
        top:75px;
    }
    #c-header.c-head-hide .logo img {
        max-height: 60px;
    }
    #c-header.c-head-hide .nav li a{
        line-height:75px;
    }
    #index_banner .swiper-pagination{
        bottom:35px;
    }
}
@media(max-width: 1280px){
    .wrap{
        width: 88%;
    }  
    .nav li{
        margin-right: 30px;
    }
    .nav li a{
        font-size:16px;
    }
    .h_lang {
        margin: 0 20px 0 30px;
    }
    #index_banner .swiper-slide a{
        padding: 170px 0 120px;
    }
    .index_banner_text .p1{
        font-size:60px;
    }
    .index_banner_text .p2 span{
        font-size:26px;
        width: 220px;
    }
    .index_banner_text .p3{
        font-size:24px;
    }
    .index_banner_text .p4 {
        margin-top: 50px;
    }
    .index_banner_img{
        width: 40%;
    }
    #index_banner .swiper-pagination{
        bottom:15px;
    }
}
@media(max-width: 1199px){
    .wrap{
        width: 90%;
    }
    .index_banner_text .p1 {
        font-size: 42px;
    }
    .index_banner_text .p2 span {
        font-size: 22px;
        width: 180px;
        margin: 10px 0 15px;
    }
    .index_banner_text .p3 {
        font-size: 20px;
    }
    .index_banner_text .p4 {
        margin-top: 35px;
    }
    .index_banner_text .p4 img{
        max-width:300px;
    }
}
@media(max-width: 1099px){
    .nav li{
        margin-right: 25px;
    }
    .nav li a{
        font-size:16px;
    }
}
@media(max-width: 1024px){
    .wrap{
        width: 94%;
    }    
}
@media(max-width: 991px){
    .nav{
        display: none;
    }
    .nav li a{
        line-height: 65px;
    }
    .h80, #c-header.c-head-hide .h_lang{
        height:65px;
    }
    #c-header.c-head-hide .h_lang_a{
        top:65px;
    }
    .menu-button{
        display: block;
    }
    #c-header.c-head-hide .logo img {
        max-height: 45px;
    }
}
@media(max-width: 820px){
    .banner_text .txt .p1{
        font-size:20px;
    }
    .banner_text .txt .p2{
        font-size:26px;
    }

}
@media(max-width: 640px){
    .logo{

    }
    .logo img{
        max-height: 45px;
    }
    .h_lang{
        line-height: 60px;
    }
    .h_lang_a{
        top:60px;
    }
    .menu-button{
        top:25px;
    }
    #index_banner .swiper-slide a {
        padding: 120px 0 90px;
    }
    .index_banner_text .p1 {
        font-size: 32px;
    }
    .index_banner_text .p2 span {
        font-size: 16px;
        width: 140px;
        margin: 10px 0 12px;
    }
    .index_banner_text .p3 {
        font-size: 18px;
    }
    .index_banner_text .p4 img {
        max-width: 265px;
    }
    .banner_text{
        margin-bottom:25px;
        position:relative;
    }
    .banner_text .txt {
        margin-bottom: 20px;
        width:100%;
        text-align:center;
    }
    .banner_text .txt .p1{
        font-size:17px;
    }
    .banner_text .txt .p2{
        font-size:22px;
    }
}

/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
}
.ss{
    cursor: pointer;
}
.h_search{
    position: fixed;
    left: 0;
    top: 90px;
    width: 100%;
    height: 160px;
    border-top: 1px solid #dfdede;
    z-index: 99;
    background: #fff;
    display: none;
    transition: top 0.36s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}
.h_search_c{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#formsearch{
    width: 690px;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
    display: flex;
    align-items: center;
}
#keyword{
    outline: none;
    border:none;
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: url(../images/ss.png) no-repeat center #fff;
    font-size:16px;
    color: #cc5200;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #cc5200;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #cc5200cc5200;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size:12px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:1600px){
    .h_search{
        top:75px;
    }    
}
@media(max-width:1280px){
    #keyword{
        font-size:14px;
    }
    #s_btn{
        font-size:12px;
    }
}
@media(max-width:1130px){
    .search{
        margin-right:10px;
    }
    #formsearch{
        padding:3px 8px;
    }
    .ss img{
        width:16px;
    }
}
@media(max-width:991px){
    .search{
        margin-right:10px;
    }

    #s_btn{
        font-size:12px;
    }
}
@media(max-width:767px){
    .h_search{
        height: auto;
        padding:15px 0;
    }
    .h_search_c {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 100%;
    }
    #formsearch {
        width: 88%;
        margin: 0 auto;
    }
    #s_btn{
        line-height: 32px;
        height: 32px;
    }
}
@media(max-width:640px){
    .h_search{
        top:60px;
    }
}


.index_about{
    padding:110px 0 95px;
/*    background:url(../images/index_about_bg.png) no-repeat center bottom;
    background-size: cover;*/
    position: relative;
    overflow: hidden;
}
.index_about_img{
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: calc(100% + 140px); 
    background: url(../images/index_about_bg.png) no-repeat bottom center; 
    background-size: cover; 
    z-index: -9;    
}
.index_about .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_about .text{
    width: 46%;
}
.index_t1{
/*    text-align: center;*/
}
.index_t1 h2{
    font-size:48px;
    color: #1a1a1a;
    line-height: 1;
}
.index_about .text .txt{
    font-size:16px;
    color: #333333;
    margin:16px 0 60px;
}
a.more1{
    display: flex;
/*    flex-wrap: wrap;*/
    align-items:center;
    justify-content: space-between;
    position: relative;
    background:#ffffff;
    border-radius: 6px;
    padding:5px 15px 5px 22px;
    width: 100%;
    max-width: 180px;
    transition:all 0.3s ease-out;
    overflow: hidden;
    font-size:18px;
    color: #1a1a1a;
}
a.more1 em{
    font-style: normal;
    position: relative;
    z-index: 9;
}
a.more1 span{
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: relative;  
    border-radius: 50%;
    text-align: center;
/*    margin-left: 42px;*/
}
a.more1 span:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    background:#eb5e01;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    transition:all 0.5s ease-out;
}
a.more1 i{
    position: relative;
    display: inline-block;
    width: 7px;
    height: 12px;
}
a.more1 i:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    background:url(../images/more1.png) no-repeat center;
    width: 100%;
    height: 100%;
    z-index: 9;
}
a.more1:hover{
    color: #fff;
}
a.more1:hover span:after{
    transform:scale(8);
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:140px;
}
.num_list li{
    width: 31%;
    margin-right: 50px;
    border-bottom: 2px solid #a3a3aa;
    padding-bottom: 30px;
    max-width: 210px;
}
.num_list li:last-child{
    margin-right: 0;
}
.num_list li:last-child{
    margin-right: 0;
}
.num_list li p.p1{
    color: #eb5e01;   
    line-height: 1; 
}
.num_list li p span{
    font-size:80px;
}
.num_list li:first-child p sub{
    font-size:16px;
}
.num_list li p sub{
    font-size:30px;
    line-height: 1;
}
.num_list li p.p2{
    font-size:16px;
    color: #333333;
    margin-top:10px;
    line-height: 1.4;
}
.index_about .imgs{
    width: 50%;
    position: relative;
}
.index_about .imgs .imgs1{
    width: 596px;
    float: right;
    margin-right: 17px;
    position: relative;
}
.index_about .imgs .img1{
    width: 596px;
    height: 596px;
    border-radius: 50%;
    position: relative;
}
.index_about .imgs .img1:after{
    content:'';
    position: absolute;
    top:17px;
    left:17px;
    width: 100%;
    height: 100%;
    background:#eb5e01;
    border-radius: 50%;
}
.index_about .imgs .img1 img,.index_about .imgs .img2 img{
    position: relative;
    z-index: 9;
}
.index_about .imgs .img2{
    position: absolute;
    left:0;
    bottom:-56px;
}
.index_about .imgs .img2 a{
    display: block;
    position: relative;
}
.index_about .imgs .img2 a img{
    position: relative;
    z-index: 9
}
.index_about .imgs .img2 a:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -42px;
    margin-top: -42px;
    width: 84px;
    height: 84px;
    background:url(../images/player.png) no-repeat center;
    background-size: contain;
    z-index: 11;
}
@media(max-width: 1760px){
    .num_list{
        margin-top:90px;
    }
    .num_list li{
        margin-right: 30px;
        max-width: 140px;
        padding-bottom: 20px;
    }
    .num_list li p span{
        font-size:46px;
    }
    .num_list li p sub{
        font-size:22px;
    }
    .num_list li:first-child p sub{
        font-size:14px;
    }
    .index_about .imgs .imgs1{
        width: 500px;
    }
    .index_about .imgs .img1{
        width: 500px;
        height: 500px;
    }
    .index_about .imgs .img2{
        width: 280px;
    }
    .index_about .imgs .img2 a:after {
        margin-left: -25px;
        margin-top: -25px;
        width: 60px;
        height: 60px;
    }
}
@media(max-width: 1600px){
    .index_about{
        padding:95px 0;
    }
    .index_t1 h2{
        font-size:42px;
    }
    .index_about .text .txt,.num_list li p.p2{
        font-size:14px;
    }
    .index_about .imgs .img2{
        width: 250px;
    }
    .index_about .imgs .img2 a:after {
        margin-left: -25px;
        margin-top: -25px;
        width: 50px;
        height: 50px;
    }
}
@media(max-width: 1440px){
    .index_t1 h2{
        font-size:36px;
    }
    .index_about .imgs .img2{
        width: 220px;
    }
}
@media(max-width: 1280px){
    .index_about{
        padding:75px 0;
    }
    .index_t1 h2{
        font-size:32px;
    }
    .num_list li p span{
        font-size:42px;
    }
    .index_about .text .txt{
        margin: 12px 0 40px;
    }
    .index_about .imgs .imgs1{
        width: 450px;
    }
    .index_about .imgs .img1{
        width: 450px;
        height: 450px;
    }
    .index_about .imgs .img2{
        bottom:-20px;
    }
    .index_about_img{
        top:-90px;
    }
    a.more1{
        font-size:15px;
        padding: 5px 15px 5px 15px;
        max-width:150px;
    }
}
@media(max-width: 1199px){
    .num_list li{
        max-width:115px;
    }
    .num_list li p span{
        font-size:36px;
    }
    .num_list li:first-child p sub {
        font-size: 13px;
    }
    .num_list li p sub {
        font-size: 16px;
    }
    .index_about .imgs .imgs1{
        width: 380px;
    }
    .index_about .imgs .img1{
        width: 380px;
        height: 380px;
    }
    .index_about .imgs .img1:after{
        top:12px;
        left:12px;
    }
    .index_about .imgs .img2{
        bottom:30px;
    }

}
@media(max-width: 991px){
    .index_about .text{
        width:100%;
    }
    .index_about .imgs{
        display:none;
    }
    .num_list {
        margin-top: 55px;
    }
    a.more1{
        font-size:14px;
        padding: 5px 12px;
        max-width:135px;
    }
    a.more1 span{
        width:30px;
        height:30px;
        line-height:30px;
    }
}
@media(max-width: 820px){
    .index_about{
        padding:55px 0;
    }
    .index_t1 h2{
        font-size:28px;
    }
}
@media(max-width: 640px){
    .index_about{
        padding:40px 0;
    } 
    .index_t1 h2{
        font-size:24px;
    }  
    .index_about_img{
        display:none;
    }
    .num_list li{
        margin-right:15px;
        padding-bottom:12px;
        max-width:110px;
    }
    .num_list li:last-child{
        max-width:70px;
    }
    .num_list li p span {
        font-size: 30px;
    }
    .num_list li p.p2{
        font-size:13px;
    }
    a.more1{
        font-size:13px;
        padding: 5px 10px;
        max-width:120px;
    }
    a.more1 span{
        width:30px;
        height:30px;
        line-height:30px;
    }
}

.index_product{
    padding:155px 0 125px;
    background:url(../images/index_product_bg.png) no-repeat center;
    background-size: cover;
}
.index_product .wrap{
    display: flex;
    flex-wrap: wrap;
}
.index_product_l{
    width: 220px;
}
.index_p_sort{
    margin-top:75px;
}
.index_p_sort li{
    margin-bottom: 30px;
}
.index_p_sort li a{
    display: inline-block;
    font-size:22px;
    color: #333;
    line-height: 1.2;
    position: relative;
}
.index_p_sort li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:-2px;
    width: 100%;
    height: 2px;
    background:#eb5e01;
    opacity: 0;
}
.index_p_sort li.cur a,.index_p_sort li:hover a{
    color: #eb5e01;
}
.index_p_sort li.cur a:after,.index_p_sort li:hover a:after{
    opacity: 1;
}
.index_p_sort li a{

}
.index_product_r{
    width: calc(100% - 220px);
    padding-left: 250px;
}
.index_product_tab{
    height: 0;
    opacity: 0;
    z-index: -999;
    padding-left: 145px;
    position: relative;
}
.index_product_tab.on{
    height: auto;
    opacity: 1;
    z-index: 99;
}
.index_product_tab_btn{
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_product_tab .swiper-button-prev{
    width: 85px;
    height: 85px;
    background:url(../images/left1.png) no-repeat center #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    top:0;
    left:0;
    margin:0;
}
.index_product_tab .swiper-button-prev:hover{
    background:url(../images/right1_h.png) no-repeat center #eb5e01;
    transform:rotate(-180deg);      
}
.index_product_tab .swiper-button-next{
    width: 85px;
    height: 85px;
    background:url(../images/left1.png) no-repeat center #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #ccc;
    transform:rotate(-180deg);  
    position: relative;
    top:0;
    left:0;
    margin:0;  
    margin-top:28px;
}
.index_product_tab .swiper-button-next:hover{
    background:url(../images/right1_h.png) no-repeat center #eb5e01;
    transform:rotate(-0deg);
}
.swiper-container.index_product_scroll{

}
.index_product_tab .swiper-wrapper{
    align-items:center;
}
.index_product_tab .swiper-slide{
    /*!important*/
    width: auto;
    padding:15px;
/*    transform: scale(0.65);*/
}
.index_product_tab .swiper-slide.swiper-slide-next{
    width: 374px!important;
}
.index_product_tab a{
    opacity: .4;
}
.index_product_tab .img1{
    width: 100%;
    height: 344px;
    line-height: 344px;
    border-radius: 50%;
    background:#fff;
    text-align: center;
    margin:0 auto;
    box-shadow: 0 0 10px #ccc;
}
.index_product_tab .img1 .img{
    border-radius: 50%;
}
.index_product_tab .img1 img{

}
.index_product_tab .txt{
    margin-top:30px;
}
.index_product_tab .txt h3{
    text-align: center;
    font-size:20px;
    color: #333333;
    font-family: "puhui75";
    line-height: 1.6;
}
.index_product_tab p{
    display: none;
    margin-top:15px;
    color: #cc5200;
}
.index_product_tab p i{
    margin-left: 8px;
}
.index_product_tab .swiper-slide.swiper-slide-active{
    /*!important*/
    width: 533px!important;
/*    transform: scale(1.2);*/
}
.index_product_tab .swiper-slide-active a{
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 503px;
    line-height: 1;
    border-radius: 50%;
    background:#fff;
    text-align: center;  
    opacity: 1; 
    box-shadow: 0 0 10px #ccc;
}
.index_product_tab .swiper-slide-active a .img1{
    width: 100%;
    height: auto;
    line-height: 1;
    box-shadow: none;
    overflow: hidden;
    background:none;
    padding:0 15%;
}
.index_product_tab .swiper-slide-active a .img1 img{
    opacity: 1;
}
.index_product_tab .swiper-slide-active a .txt{
    width: 100%;
    margin-top:-20px;
}
.index_product_tab .swiper-slide-active a .txt h3{
    font-size:26px;
}
.index_product_tab .swiper-slide-active a .txt p{
    display: flex;
    justify-content: center;
    align-items:center;
    height: auto;
}
@media(max-width: 1760px){
    .index_product{
        padding:120px 0;
    }    
    .index_product_r{
        padding-left: 120px;
    }
    .index_product_tab{
        padding-left: 100px;
    }
    .index_product_tab .swiper-slide.swiper-slide-active{
        width: 450px!important;
    }
    .index_product_tab .swiper-slide-active a{
        height: 420px;
    }
    .index_product_tab .swiper-slide-active a .txt h3{
        font-size:22px;
    }
    .index_product_tab .swiper-slide.swiper-slide-next{
        width: 324px!important;
    }
    .index_product_tab .img1{
        height: 294px;
        line-height: 294px;
    }
    .index_product_tab .txt {
        margin-top: 20px;
    }
    .index_product_tab .txt h3{
        font-size:18px;
    }
    .index_product_tab .swiper-button-prev,.index_product_tab .swiper-button-next{
        width: 60px;
        height: 60px;
    }
}
@media(max-width: 1600px){
    .index_product{
        padding:95px 0;
    }
    .index_p_sort li a{
        font-size:20px;
    }
    .index_p_sort li a:after{
        bottom:-4px;
    }
    
}
@media(max-width: 1440px){
    .index_product_r {
        padding-left: 80px;
    }
    .index_product_tab .swiper-slide.swiper-slide-active{
        width: 420px!important;
    }
    .index_product_tab .swiper-slide-active a{
        height: 390px;
    }
}
@media(max-width: 1280px){
    .index_product{
        padding:75px 0;
    }
    .index_product_r{
        padding-left: 55px;
    }
    .index_product_tab .swiper-slide.swiper-slide-active{
        width: 380px!important;
    }
    .index_product_tab .swiper-slide-active a{
        height: 350px;
    }
}
@media(max-width: 1199px){
    .index_p_sort {
        margin-top: 50px;
    }
    .index_p_sort li {
        margin-bottom: 15px;
    }
    .index_p_sort li a{
        font-size:16px;
    }
    .index_product_tab .swiper-slide{
        padding:0 12px;
    }
    .index_product_tab .swiper-slide.swiper-slide-active{
        width: 320px!important;
    }
    .index_product_tab .swiper-slide-active a{
        height: 300px;
    }
    .index_product_tab .swiper-slide-active a .txt h3{
        font-size:18px;
    }
    .index_product_tab p{
        margin-top:8px;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index_product{
        padding:55px 0;
    }
    .index_product_l{
        width:100%;
    }
    .index_p_sort{
        display:flex;
        flex-wrap:wrap;
    }
    .index_p_sort li{
        margin-right:25px;
    }
    .index_p_sort li:last-child{
        margin-right:0;
    }
    
    .index_product_r{
        width:100%;
        padding-left:0;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:40px 0;
    }  
    .index_p_sort li{
        margin-right:15px;
    }
    .index_product_tab {
        padding-left: 55px;
    }
    .index_product_tab .swiper-button-prev, .index_product_tab .swiper-button-next {
        width: 45px;
        height: 45px;
        background-size:12px;
    }
    .index_product_tab .swiper-slide.swiper-slide-active,.index_product_tab .swiper-slide.swiper-slide-next{
        width:270px!important;
    }
    .index_product_tab .swiper-slide-active a{
        height: 260px;
    }
    .index_product_tab .swiper-slide-active a .txt h3{
        font-size:18px;
    }
    .index_product_tab p{
        margin-top:6px;
    }
    .index_product_tab .img1 {
        height: 260px;
        line-height: 260px;
    }
}


.index_news{
    padding:105px 0;
}
.index_news_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_news_top .more1{
    background:#f7f7f7;
}
.news_list1{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 23.5%;
    margin-right: 2%;
}
.news_list1 li:nth-child(4n){
    margin-right: 0;
}
.news_list1 li a{

}
.news_list1 li a .img1{
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}
.news_list1 li a .img{
    border-radius: 10px;
}
.news_list1 li a .img img{
    width: 100%;
}
.news_list1 li a .text{

}
.news_list1 li a .text h3{
    font-size:22px;
    color: #1a1a1a;
    line-height: 1.4;
    margin:22px 0 8px;
}
.news_list1 li a .text .txt{
    font-size:16px;
    color: #666666;
    line-height: 1.8;
}
.news_list1 li a:hover .img1 img{
    transform:scale(1.1);
}
.news_list1 li a:hover h3{
    color: #eb5e01;
}
@media(max-width: 1600px){
    .news_list1 li a .text h3{
        font-size:18px;
        margin:16px 0 8px;
    }
    .news_list1 li a .text .txt{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index_news {
        padding: 75px 0;
    }
}
@media(max-width: 1199px){
    .news_list1{
        margin-top:35px;
    }
    .news_list1 li a .text h3{
        font-size:16px;
    }
    .news_list1 li a .text .txt{
        font-size:13px;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index_news {
        padding: 55px 0;
    }
    .index_news_top{
        align-items:center;
    }
}
@media(max-width: 640px){
    .index_news {
        padding: 40px 0;
    } 
    .news_list1{
        margin-top:25px;
    }
    .news_list1 li{
        width:49%;
        margin-bottom:25px;
    }
    .news_list1 li:nth-child(2n){
        margin-right:0;
    }
}
@media(max-width: 400px){
    .news_list1 li{
        width:100%;
        margin-right:0!important;
    }    
}


/*页面底部*/
footer{
    background:url(../images/foot1.jpg) no-repeat center;
    background-size: cover;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding:50px 0 30px;
}
.foot_l{
    width: 35%;
}
.f_logo{

}
.f_contact{
    font-size:16px;
    color: rgba(255,255,255,.8);
    margin:38px 0 48px;
}
.f_share{
    display: flex;
}
.f_share a{
    display: block;
    position: relative;
    cursor: pointer;
}
.f_code{
    width: 110px;
    height: 110px;
    position: absolute;
    top:-120px;
    left:50%;
    margin-left: -55px;
    background:#fff;
    display: none;
}
.f_share a:hover .f_code{
    display: block;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: 42%;
}
.f_nav dl{
    color: #999;
}
.f_nav dl:nth-child(1){
    min-width: 165px;
}
.f_nav dl:nth-child(2){
    min-width: 265px;    
}
.f_nav dl dt{
    font-size:40px;
    color: #ffffff;
    font-family: "puhui85";
    margin-bottom: 32px;
    line-height: 1;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: flex;
    justify-content: space-between;
    color: #fff;
    opacity: .8;
    font-size:20px;
    position: relative;
    margin-bottom: 5px;
}
.f_nav dl dd a:last-child{
    margin-bottom: 0;
}
/*.f_nav dl dd a:after{
    content:'';
    position: absolute;
    right:0;
    width: 10px;
    height: 17px;
    background:url(../images/f_more.png) no-repeat center;
}*/
.f_nav dl dd a:hover{
    opacity: 1;
}
.copyright {
    padding:25px 0;
    color: #fff;
    background:#cc5200;
    line-height: 1.6;
    font-size:16px;
    color: rgba(255,255,255,.8);
}
.copyright a{
    color: rgba(255,255,255,.8);
}
.copyright a:hover{
    color: rgba(255,255,255,1);
}
@media(max-width: 1600px){
    .f_nav dl dt{
        font-size:32px;
    }
    .f_nav dl dd a{
        font-size:16px;
    }
    .f_nav dl:nth-child(1){
        min-width:130px;
    }
    .f_nav dl:nth-child(2) {
        min-width: 180px;
    }
    .copyright{
        font-size:14px;
        padding: 10px 0;
    }
}
@media(max-width: 1280px){
    .f_contact {
        font-size: 16px;
        margin: 22px 0 35px;
    }
    .f_nav dl dt{
        font-size:28px;
    }
    .f_nav dl dd a{
        font-size:15px;
    }

}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .foot_l{
        width:40%;
    }
    .f_nav{
        width:50%;
    }
}
@media(max-width: 820px){
    .f_logo img{
        max-height:65px;
    }
    .f_contact {
        font-size: 14px;
    }
}
@media(max-width: 640px){
    /*footer{*/
    /*    margin-bottom:56px;*/
    /*} */
    .foot{
        padding:25px 0 20px;
    }
    .foot_l{
        width:100%;
    }
    .f_logo img{
        max-height:50px;
    }
    .f_contact {
        font-size: 16px;
        margin: 20px 0 0px;
    }
    .f_share{
        display:none;
    }
    .f_nav{
        display:none;
    }
}



/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.n_banner img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /*display: block;*/
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99; 
    display: none;   
}
.n_banner_text h2{
    font-size:60px;
    color: #fff;
    font-family: "puhui65";
    padding-top:50px;
}

.sitemp{
    text-align: right;
}
.site,.site a{
    font-size:15px;
    color: #4c4c4c;
}
.site a:hover,.site .cc{
    color: #eb5e01
}
@media(max-width: 1600px){
    .n_banner_text h2{
        font-size:52px;
    }
}
@media(max-width: 1280px){
    .n_banner_text h2{
        font-size:46px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    }    
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    }    
}
@media(max-width: 767px){
    .n_banner_text h2{
        font-size:26px;
    }    
}

.n_main{
    background:#f2f2f2;
}
.n_main .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_left{
    width: 340px;
}
.n_right{
    width: calc(100% - 340px);
    padding-left: 118px;
}
.p_list_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*产品*/
.n_product{
    padding:94px 0 85px;
}
.n_left_sort{
    border-radius: 10px;
    background:#fff;
    box-shadow: 0 0 10px #ccc;
    padding:40px 35px 60px;
}
.n_left_sort h2{
    font-size:40px;
    color: #000;
    line-height: 1;
    padding-bottom:20px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 4px;
}
.sort{

}
.sort li{
    border-bottom: 1px solid #d1d1d1;
    padding:22px 0 20px;
}
.sort li:last-child{
    border-bottom: none;
}
.sort li a{
    display: block;
}
.sort li a.list_item1{
    font-size:18px;
    color:#333333;
    font-family: "puhui75";
    line-height: 1;
    position: relative;
}
.sort li a.list_item1:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-8.5px;
    width: 10px;
    height: 17px;
    background:url(../images/sort_ico1.png) no-repeat center;
}
.sort li a.list_item2{
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui45";
    padding-left: 17px;
    position: relative;
}
.sort li .layer2{
    padding:0 24px;
    display: none;
    margin-top:18px;
}
.sort li a.list_item2:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 7px;
    height: 7px;
    background:#eb5e01;
    margin-top:-3.5px;
    border-radius: 50%;
}
.sort li.cur a.list_item1{
    color: #eb5e01;
}
.sort li.cur a.list_item1:after{
    margin-top:-5px;
    width: 17px;
    height: 10px;
    background:url(../images/sort_ico2.png) no-repeat center;
}
.sort li.cur .layer2{
    display: block;
}
.sort li a.list_item2.cur{
    color: #eb5e01;
    font-family: "puhui85";
}
h2.p_t1{
    font-size:30px;
    color: #333333;
    font-family: "puhui55";
    line-height: 1;
    margin-bottom: 45px;
}
.product_sec_intro{
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.65;
}
.product_sec_intro strong{
    font-size: 18px;
    color: #333;
}
.product_list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 100px ;
/*    column-gap:30px;*/
}
.product_list li{
/*    margin-bottom: 30px;*/
}
.product_list li a{
    display: block;
}
.product_list li .img1{
    border-radius: 50%;
    padding:24px;
    position: relative;
}
.product_list li .img1 img{
    border:10px solid #eb5e01;
    border-radius: 50%;    
}
.product_list li .img1:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: url(../images/p_bg1.png) no-repeat center rgba(235,94,1,.5);
    border-radius: 50%;
    opacity: 0;
    background-size: 80%;
}
.product_list li h3{
    font-family: "puhui55";
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    color:#333333;
    margin-top:12px;
}
.product_list li h3 font{
    display: block;
}
.product_list li:hover .img1:after{
    opacity: 1;
}
.product_list li:hover h3{
    color: #eb5e01;
}
.product_detail_top{
    background:#fff;
    padding:35px 65px 92px;
    border-radius: 10px;
}
.pd_site{
    text-align: right;
    margin-bottom: 75px;
}
.pd1_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd1_c h1{
    font-size:30px;
    color: #333333;
    font-family: "puhui55";
    line-height: 1.3;
    margin-bottom: 45px;
    width: 340px;
    padding-right: 25px;
}
.pd1_c h1 font{
    display: block;
}
.pd1_c a.more1{
    background:#eb5e01;
    color: #fff
}
.pd1_c a.more1 span:after{
    background:#fff;
}
.pd1_c a.more1 i:after {
    background: url(../images/more2.png) no-repeat center;
}
.pd1_c a.more1:hover span:after{
    background:#eb5e01;
}
.pd1_c a.more1:hover i:after {
    background: url(../images/more1.png) no-repeat center;
}
.pd1_c .img1{
    width: calc(100% - 340px);
}
.product_li{
    margin:60px 0 38px;
    display: flex;
    flex-wrap: wrap;
}
.product_li p{
    height: 46px;
    padding:0 42px;
    line-height: 1.2;
    font-size:18px;
    color: #242424;
    border-radius: 6px;
    border:1px solid #999999;
    font-family: "puhui45";
    display: flex;
    align-items:center;
    justify-content: center;
    margin-right: 27px;
    cursor: pointer;
}
.product_li p:last-child{
    margin-right: 0;
}
.product_li p.cur{
    background:#eb5e01;
    border:1px solid #eb5e01;
    color: #fff;
}
.product_tab{
    display: none;
}
.product_tab1 ul,.pd_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.product_tab1 ul li,.pd_list li{
    width: 15%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.product_tab1 ul li:nth-child(6n),.pd_list li:nth-child(6n){
    margin-right: 0;
}
.product_tab1 ul li p,.pd_list li p{
    margin-top:5px;
    text-align: center;
    line-height: 1.5;
}
.product_tab .txt{
    font-size:16px;
    color: #1a1a1a;
    line-height: 20px;
}
.product_tab .txt p{
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
}
.product_tab .txt p:before{
    content: '';
    position: absolute;
    top:6.5px;
    left:0;
    width: 7px;
    height: 7px;
    background:#eb5e01;
    border-radius: 50%;
}
.p_table{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.p_table table,.p_table2 table{
    width: 100%;
}
.p_table tr td,.p_table2 table tr td{
    text-align: center;
    padding:2px 3px;
    border-top:1px solid #666;
    border-left:1px solid #666;
}
.p_table tr.firstRow,.p_table2 tr.firstRow{
    border-top:1px solid #666;
    border-left:1px solid #666;
}
.p_table tr.firstRow th,.p_table2 tr.firstRow th{
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    background:#eb5e01;
    color: #fff;
    font-size:20px;
    font-family: "puhui85";
}
.p_table tbody,.p_table2 tbody{
    border-right:1px solid #666;
    border-bottom:1px solid #666;    
}
.pd_list{
    margin-bottom: 0;
}
@media(max-width: 1600px){
    .n_left{
        width:300px;
    }
    .n_left_sort h2{
        font-size:30px;
    }
    .n_right{
        width:calc(100% - 300px);
    }
    .product_sec_intro{
        font-size:14px;
    }
    .product_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px 70px;
    }
    .product_list li h3{
        font-size:15px;
    }
    .product_detail_top {
        padding: 35px 50px 65px;
    }
    .pd1_c h1{
        font-size:24px;
    }
    .product_li p{
        font-size:16px;
        padding:0 30px;
    }
    .pd_site{
        margin-bottom:50px;
    }
    .product_tab .txt{
        font-size:14px;
    }
    .product_tab .txt p{
        padding-left:14px;
    }
    .product_tab .txt p:before {
        top: 7.5px;
        width: 5px;
        height: 5px;
    }
}
@media(max-width: 1280px){
    .n_product{
        padding:75px 0;
    }
    .n_left{
        width:260px;
    }
    .n_left_sort {
        padding: 25px 25px 25px;
    }
    .n_left_sort h2{
        font-size:26px;
        padding-bottom: 15px;
    }
    .sort li {
        padding: 15px 0;
    }
    .sort li a.list_item1{
        font-size:16px;
    }
    .sort li .layer2{
        padding:0 15px;
        margin-top:12px;
    }
    .sort li a.list_item2{
        font-size:14px;
        padding-left:14px;
    }
    .sort li a.list_item2:before{
        width:5px;
        height:5px;
    }
    .n_right{
        width:calc(100% - 260px);
        padding-left:70px;
    }
    h2.p_t1{
        font-size:26px;
    }
    .product_list {
        gap: 30px 40px;
    }
    .product_list li h3{
        font-size:14px;
    }  
    .pd1_c h1 {
        font-size: 20px;
        width:280px;
    }
    .pd1_c .img1 {
        width: calc(100% - 280px);
    }
}
@media(max-width: 1099px){
    .product_list {
        gap: 25px 30px;
    }   
    .product_list li .img1{
        padding:15px;
    }
    .product_list li .img1 img {
        border: 5px solid #eb5e01;
    }
    .product_detail_top {
        padding: 25px 35px 50px;
    }
    .pd_site {
        margin-bottom: 35px;
    }
    .pd1_c h1 {
        width:255px;
        margin-bottom: 30px;
    }
    .pd1_c .img1 {
        width: calc(100% - 255px);
    }
    .product_tab1 ul{
        margin-bottom:30px;
    }
    .product_tab1 ul li{
        width:32%;
        margin-right:2%;
        margin-bottom:12px;
    }
    .product_tab1 ul li:last-child{
        margin-right:0;
    }
    .product_tab1 ul li,.pd_list li{
        width: 23.5%;
    }
    .product_tab1 ul li:nth-child(6n),.pd_list li:nth-child(6n){
        margin-right: 2%;
    }
    .product_tab1 ul li:nth-child(4n),.pd_list li:nth-child(4n){
        margin-right: 0;
    }
}
@media(max-width: 991px){
    .product_detail_top {
        padding: 20px 25px 50px;
    } 
    .pd_site {
        margin-bottom: 30px;
    }
    .pd1_c .text{
        width:50%;
    }
    .pd1_c h1{
        width:auto;
        font-size:18px;
    }
    .pd1_c .img1{
        width:50%;
    }
}
@media(max-width: 820px){
    .n_product{
        padding:55px 0;
    }
    .n_left{
        width:200px;
    }
    .n_left_sort {
        padding: 20px 16px;
    }
    .n_left_sort h2{
        font-size:24px;
        padding-bottom: 12px;
    }
    .sort li {
        padding: 12px 0;
    }
    .sort li a.list_item1{
        font-size:16px;
    }
    .sort li .layer2{
        padding:0 10px;
        margin-top:10px;
    }
    /*.sort li a.list_item2{*/
    /*    font-size:14px;*/
    /*    padding-left:14px;*/
    /*}*/
    /*.sort li a.list_item2:before{*/
    /*    width:5px;*/
    /*    height:5px;*/
    /*}*/
    .n_right{
        width:calc(100% - 200px);
        padding-left:50px;
    }
    .product_list {
        gap: 30px 20px;
    }
    .product_list li .img1 {
        padding: 12px;
    }
    .product_list li h3{
        margin-top:10px;
    }
    .product_li p {
        font-size: 15px;
        padding: 0 20px;
        margin-right:15px;
    }
    .p_table table{
        width:800px;
    }
.p_table::-webkit-scrollbar{
  /*滚动条整体样式*/
  /*高宽分别对应横竖滚动条的尺寸*/
    width:6px;
    height:3px;
    background-color:#eb5e01;
}

}
@media(max-width: 640px){
    .n_product{
        padding:40px 0;
    }
    .n_left{
        width:100%;
        margin-bottom:40px;
    }
    .n_left_p{
        display:none;
    }
    .n_right{
        width:100%;
        padding-left:0;
    }
    h2.p_t1{
        margin-bottom:30px;
        font-size:24px;
    }
    .product_sec_intro{
        font-size:13px;
    }
    .product_sec_intro strong{
        font-size:16px;
    }
    .product_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 20px;
    }
    .product_detail_top {
        padding: 20px 20px 40px;
    } 
    .pd_site {
        margin-bottom: 25px;
    }
    .pd1_c .text{
        width:100%;
    }
    .pd1_c h1{
        width:auto;
        font-size:18px;
    }
    .pd1_c .img1{
        width:100%;
        margin-top:25px;
    }
    .product_li {
        margin: 35px 0 25px;
    }
    .product_li p {
        padding: 0 12px;
        height:36px;
        font-size:14px;
        margin-right:12px;
    }
    .product_tab1 ul{
        margin-bottom:15px;
    }
    .product_tab1 ul li,.pd_list li{
        width: 32%;
    }
    .product_tab1 ul li:nth-child(4n),.pd_list li:nth-child(4n){
        margin-right: 2%;
    }
    .product_tab1 ul li:nth-child(3n),.pd_list li:nth-child(3n){
        margin-right: 0;
    }
    .p_table2 tr.firstRow th{
        font-size:16px;
    }
}

/*电子型录*/
.n_download{
    background:url(../images/download_bg.jpg) no-repeat center;
    background-size: cover;
    padding:92px 0 177px;
}
.n_download .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n_top1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
h2.n_t1{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1;
}
.download_list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 86px 35px;
    margin-top: 70px;
}
.download_list li{

}
.download_list li a{
    display: block;
    position: relative;
    padding: 0 10px 10px 0;
}
.download_list li a:after{
    content:'';
    position: absolute;
    right:0;
    top:10px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);    
    border:2px solid #ef7e33;
    z-index: 1;
}
.download_list li a img{
    border-radius: 2px;
    position: relative;
    z-index: 9;
}
/*视频专区*/
.n_video{
    padding:92px 0;
    background:url(../images/video_bg1.jpg) no-repeat top center #f2f2f2;
}
.n_top1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video1{
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin:45px 0 70px;
}
.video1_l{
    background:url(../images/video1.jpg) no-repeat center;
    background-size: cover;
    width: 65.75%;
    position: relative;
}
.video1_l:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    margin: -32.5px 0 0 -32.5px;
    width: 65px;
    height: 65px;
    background:url(../images/player.png) no-repeat center;
    background-size: contain;
    z-index: 1;
}
.video1_l img{
    visibility: hidden;
}
.video1_l a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
.video1_r{
    width: 34.25%;
}
.sort2{
    display: flex;
    flex-wrap: wrap;
    margin:0px 0 45px;
}
.sort2 li{
    margin-right: 27px;
}
.sort2 li:last-child{
    margin-right: 0;
}
.sort2 li a{
    height: 46px;
    padding:0 42px;
    line-height: 1.2;
    font-size:18px;
    color: #242424;
    border-radius: 6px;
    border:1px solid #999999;
    font-family: "puhui45";
    display: flex;
    align-items:center;
    justify-content: center;

    cursor: pointer;
}
.sort2 li.cur a,.sort2 li:hover a{
    background:#eb5e01;
    border:1px solid #eb5e01;
    color: #fff;
}
.video_list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px 37px;
}
.video_list li{

}
.video_list li a{
    text-align: center;
}
.video_list li .img{
    border-radius: 10px;
    position: relative;
}
.video_list li .img:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    margin: -32.5px 0 0 -32.5px;
    width: 65px;
    height: 65px;
    background:url(../images/player.png) no-repeat center;
    background-size: contain;
    z-index: 1;
}
.video_list li .img img{
    width: 100%;
}
.video_list li h3{
    font-size:20px;
    color: #333333;
    font-family: "puhui55";
    line-height: 1.4;
    margin-top:25px;
}
@media(max-width: 1600px){
    h2.n_t1{
        font-size:32px;
    }
    .download_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 55px 30px;
        margin-top: 55px;
    }
    .sort2 li a{
        padding:0 30px;
        font-size: 16px;
    }
    .video_list {
        gap: 40px 30px;
    }
    .video_list li h3 {
        font-size: 17px;
        margin-top: 15px;
    }
}
@media(max-width: 1280px){
    .n_download,.n_video{
        padding:75px 0;
    }
    h2.n_t1{
        font-size:28px;
    }
    .download_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px 20px;
        margin-top: 45px;
    }    
}
@media(max-width: 1099px){
    
}
@media(max-width: 991px){
    
}
@media(max-width: 820px){
    .n_download,.n_video{
        padding:55px 0;
    } 
    h2.n_t1{
        font-size:26px;
    }
    .video1{
        margin:30px 0 55px;
    }
    .sort2 li{
        margin-right: 15px;
    }
    .sort2 li a{
        font-size: 15px;
        padding: 0 20px;
    }
    .video_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 25px;
    }
    .video_list li h3 {
        font-size: 17px;
        margin-top: 15px;
    }
    .video1_l:after,.video_list li .img:after{
        width:50px;
        height:50px;
        margin: -25px 0 0 -25px;
    }
    .video_list li h3 {
        font-size: 14px;
        margin-top: 12px;
    }
}
@media(max-width: 640px){
    .n_download,.n_video{
        padding:40px 0;
    }
    h2.n_t1{
        font-size:22px;
    }
    .download_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px 20px;
        margin-top: 0px;
    }  
    .n_download .sitemp{
        display:none;
    }
    .video1{
        margin:25px 0 40px;
    }
    .sort2{
        margin-bottom:30px;
    }
    .sort2 li{
        margin-right:12px;
    }
    .sort2 li a{
        padding: 0 12px;
        height: 36px;
        font-size:14px;
    }
    .video_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px 20px;
    }
    .video1_l:after,.video_list li .img:after {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }
}

/*关于*/
.about1{
    padding:60px 0 185px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about1_l{
    width: 50%;
    padding-top:18px;
}
.about1_l .txt{
    font-size:16px;
    color: #333333;
    margin-top:20px;
    line-height: 1.8;
    max-width: 685px;
}
.n_num_list{
    margin-top:80px;
}
.n_num_list li{
    max-width: 200px;
}
.about1_r{
    width: 50%;
    position: relative;
}
.about1_r .imgs1{
    width: 596px;
    float: right;
    margin-right: 17px;
    position: relative;
    max-width: 100%;
}
.about1_r .img1{
    width: 596px;
    height: 596px;
    border-radius: 50%;
    position: relative;
}
.about1_r .img1:after{
    content:'';
    position: absolute;
    top:17px;
    left:17px;
    width: 100%;
    height: 100%;
    background:#eb5e01;
    border-radius: 50%;
    z-index: 1;
}
.about1_r .img1 a{
    display: block;
    position: relative;
    z-index: 9;
}
.about1_r .img1 a:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -43px;
    margin-top: -43px;
    width: 86px;
    height: 86px;
    background:url(../images/player2.png) no-repeat center;
    background-size: contain;
    z-index: 11;
}
.about1_r .img1 img,.about1_r .img2 img{
    position: relative;
    z-index: 9;
}
.about1_r .img2{
    position: absolute;
    left:-77px;
    bottom:-86px;
}
.about_fgs{
    background:url(../images/about_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:125px 0 150px;
}
.fgs_list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
    margin-top:38px;
}
.fgs_list li{
    height: 260px;
    border-radius: 10px;
    background:#fff;
    position: relative;
/*    box-shadow: 0 0 6px rgba(0,0,0,.2);*/
    padding:62px 59px;
}
.fgs_list li h3{
    font-size:24px;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 18px;
}
.fgs_list li .txt{
    position: relative;
    z-index: 9;
    font-size:16px;
    color: #1a1a1a;
    font-family: "puhui45";
    line-height: 1.8;
}
.fgs_list li .img{
    position: absolute;
    right:40px;
    bottom:14px;
    z-index: 1;
}
.fgs_list li .img img:nth-child(2){
    display: none;
}
.fgs_list li:hover{
    background:#eb5e01;
}
.fgs_list li:hover h3,.fgs_list li:hover .txt{
    color: #fff;
}
.fgs_list li .img img:nth-child(1){
    display: none;
}
.fgs_list li .img img:nth-child(2){
    display: block;
}
@media(max-width: 1760px){
    .n_num_list li{
        max-width:140px;
    }
    .about1_r .imgs1{
        width: 500px;
    }
    .about1_r .img1{
        width: 500px;
        height: 500px;
    }
}
@media(max-width: 1600px){
    .about1_l .txt{
        font-size:14px;
    }
    .about1_r .imgs1{
        width: 400px;
    }
    .about1_r .img1{
        width: 400px;
        height: 400px;
    }
    .about1_r .img{
        bottom:-80px;
    }
    .about1_r .img1 a:after{
        width:60px;
        height:60px;
        margin-left: -30px;
        margin-top: -30px;
    }
    .about_fgs{
        padding:100px 0;
    }
    .fgs_list li{
        padding: 40px 30px;
        height:auto;
    }
    .fgs_list li h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .fgs_list li .txt{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .fgs_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px;
        margin-top: 30px;
    }   
}
@media(max-width: 1199px){
    .n_num_list li{
        max-width:115px;
    }
    .about1_r .imgs1{
        width: 380px;
    }
    .about1_r .img1{
        width: 380px;
        height: 380px;
    }
    .about1_r .img1 a:after{
        width:50px;
        height:50px;
        margin-left: -25px;
        margin-top: -25px;
    }
    .about_fgs{
        padding:75px 0;
    }
    .fgs_list li{
        padding:30px 20px;
    }
}
@media(max-width: 1099px){
    
}
@media(max-width: 991px){
    .about1 {
        padding: 60px 0 75px;
    }
    .about1_l{
        width:100%;
    }
    .n_num_list {
        margin-top: 55px;
    }
    .about1_r{
        display:none;
    }
    .fgs_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }     
}
@media(max-width: 820px){
    .about1,.about_fgs{
        padding: 55px 0 ;
    } 

}
@media(max-width: 640px){
    .about1,.about_fgs{
        padding: 40px 0 ;
    }
    .n_num_list li{
        max-width: 110px;
    } 
    .fgs_list {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }   
    .fgs_list li{
        padding:20px 20px;
    }
    .fgs_list li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

/*新闻*/
.n_news{
    padding:92px 0;
    background:url(../images/video_bg1.jpg) no-repeat top center #f2f2f2;    
}
.news_list1{
    padding-top:5px;
}
.news_detail{
    padding: 50px 50px;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}
h1.title{
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 30px;
    font-weight: normal;
}
.news_detail .content{
    font-size: 16px;
    margin-bottom: 25px;
}
/*联系我们*/
.n_contact{
    padding:94px 0 0px;
    background:url(../images/video_bg1.jpg) no-repeat top center #f2f2f2; 
}
.contact1{
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    margin-top:75px;
}
.contact1 .text{
    width:43%;
    background:#fff;
    padding:55px 62px 20px;
}
.contact1 .text h2{
    font-size:32px;
    color: #333;
    line-height: 1.2;
}
.contact1 .text .txt{
    font-size:16px;
    color: #333333;
    margin:20px 0 6px;
}
.contact1 .img{
    width:57%;
}
.contact1 .img img{
    visibility: hidden;
}

@media(max-width: 1600px){
    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
    .contact1 .text {
        padding: 35px 40px;
    }
    .contact1 .text h2{
        font-size:26px;
    }
    .contact1 .text .txt {
        font-size: 14px;
        margin: 15px 0 6px;
    }
}
@media(max-width: 1280px){
    .n_news{
        padding:75px 0;
    }
}
@media(max-width: 1259px){
    .n_news{
        padding:75px 0;
    }

    h1.title{
        font-size:20px;
    } 
    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
    .news_detail{
        padding:50px 15px;
    }
}
@media(max-width: 992px){
 
}
@media(max-width: 820px){
    .n_news{
        padding:55px 0px;
    }

    h1.title{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding:40px 0;
    }
    .news_list1{
        padding-top:0;
    }
    .news_detail{
        padding:35px 15px;
    }
    h1.title{
        font-size:18px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}





/*留言*/
.message{
    padding:72px 0 110px;
}
.message .wrap{
    background:#fff;
    padding:70px 68px 102px;
    border-radius: 10px;
}
.message h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "puhui65";
    margin-bottom: 40px;
    text-align: center;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
    margin-bottom:0;
}
.message ul li input{
    width: 100%;
    background:#f2f2f2;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 60px;
    border:none;
    outline: none;
    border-radius: 6px;
    display: block;
}
.message ul li textarea{
    width: 100%;
    background:#f2f2f2;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 180px;
    border:none;
    outline: none;
    border-radius: 6px;
    display: block;
    font-family: "puhui55";
}
.message ul li.selects{
    width: 49%;
    background:#f2f2f2;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 60px;
    border:none;
    outline: none;
    border-radius: 6px;
    display: flex;
    align-items:center;    
}
.message ul li.selects label{
    font-size:18px;
    color: #808080; 
    width: 80px;
}
.message ul li.selects select{
    width: calc(100% - 80px);
    height: 60px;
    line-height: 60px;
    background:none;
    border:none;
    font-size:18px;
    color: #333;
    padding:0 8px;
    outline: none;
}
.mess_tn{
/*    display: flex;*/
    margin-top:50px;
}
.mess_tn p{
    font-size:16px;
    color: #999999;
}
.msgbtn{
    width: 180px;
    height: 50px;
    font-size:16px;
    color: #1a1a1a;
    background:#f2f2f2;
    border-radius: 6px;
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin:20px auto 0;
    border:none;
    outline: none;
    cursor: pointer;
    padding:0 14px 0 24px;
    overflow: hidden;
    position: relative;
}
.msgbtn em{
    font-style: normal;
    position: relative;
    z-index: 9;
}
.msgbtn span{
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: relative;  
    border-radius: 50%;
    text-align: center;
/*    margin-left: 42px;*/
}
.msgbtn span:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    background:#eb5e01;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    transition:all 0.5s ease-out;
}
.msgbtn i{
    position: relative;
    display: inline-block;
    width: 7px;
    height: 12px;
}
.msgbtn i:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    background:url(../images/more1.png) no-repeat center;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.msgbtn:hover{
    color: #fff;
}
.msgbtn:hover span:after{
    transform:scale(8);
}
@media(max-width: 1600px){
    .contact1{
        margin-top:55px;
    }
    .message h2{
        font-size:32px;
    }
    .message ul li{
        margin-bottom: 15px;
    }
    .message ul li input {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .message ul li textarea{
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 200px;        
    }
    .message ul li.selects{
        padding:0 20px;
        height:50px;
        font-size:16px;
    }
    .message ul li.selects label,.message ul li.selects select{
        font-size:16px;
    }
    .mess_tn{
        margin-top:25px;
    }
}
@media(max-width: 1280px){
    .n_contact{
        padding:75px 0 0;
    }
    .message{
        padding:75px 0;
    }
}
@media(max-width: 1099px){   
    .message h2{
        font-size:28px;
    }
}
@media(max-width: 991px){
    .message ul li input {
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .message ul li textarea{
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 160px;        
    }  
    .message ul li.selects{
        padding:0 15px;
        height:40px;
        font-size:14px;
    }
    .message ul li.selects label,.message ul li.selects select{
        font-size:14px;
    }
}
@media(max-width: 820px){
    .n_contact{
        padding:55px 0 0;
    }
    .contact1{
        margin-top:40px;
    }
    .contact1 .text {
        padding: 30px 25px;
    }
    .contact1 .text h2 {
        font-size: 22px;
    }
    .message{
        padding:50px 0;
    } 
    .message .wrap{
        padding:55px 35px;
    }
}
@media(max-width: 640px){
    .n_contact{
        padding:40px 0 0;
    }
    .contact1 .text{
        width:100%;
    }
    .contact1 .text h2{
        font-size:20px;
    }
    .contact1 .img{
        width:100%;
    }
    .message{
        padding:35px 0;
    }
    .message .wrap{
        padding:30px 15px;
    }
    .message h2{
        font-size:24px;
        margin-bottom: 25px;
    }
    .message ul li{
        margin-bottom: 10px;
    }
    .message ul li textarea{
        height: 120px;
    }
    .msgbtn {
        width: 150px;
        height: 50px;
        font-size: 17px;
        margin: 30px auto 0;
    }
    .mess_tn p{
        font-size:14px;
    }
}
@media(max-width: 460px){
    .message ul li{
        width: 100%;
        margin-right: 0;
    }
    .message ul li.selects{
        width:100%;
    }
}


#job3{
    background:#f1f1f1;
    padding:100px 0 130px;
}
#job3 h2{
    text-align: center;
    font-size:44px;
    color: #333333;
    line-height: 1;
    margin-bottom: 42px;
}
.job_list{

}
.job_list li{
    background:#ffffff;
    margin-bottom: 10px;
}
.job_top{
    padding:0 60px;    
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.job_list li.on .job_t{
    border-bottom:1px solid #e0e0e0;
}
.j1{
   width: 31%;    
}
.j_name{
    font-size:20px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 0;
    width: 45%;
}
.j_c p{
    font-size:16px;
    color: #999999;
    padding-left: 24px;
}
.j_c p:nth-child(1){
    background:url(../images/job_ico1.png) no-repeat left center;
}
.j_c p:nth-child(2){
    background:url(../images/job_ico2.png) no-repeat left center;
}
.j_c p:nth-child(3){
    background:url(../images/job_ico3.png) no-repeat left center;
}
.j_c p:nth-child(4){
    background:url(../images/job_ico4.png) no-repeat left center;
}
.j_date{
    width: 24%;
    float: right;
    font-size:16px;
    color: #999999;
    text-align: right;
}
.j_date span{
    display: inline-block;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 60px;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
    width: 95px;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 95px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #f2f2f2;
    color: #5b5b5b;
    border-radius: 6px;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-size:14px;
    color: #5b5b5b;
    font-family: "微软雅黑";
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#4d4d4d;
    font-size:18px;
    color: #fff;
    font-family: "puhui85";
    text-align:center;
    border-radius: 6px;
}
.job_list li.on .j_cont{
    display: block;
}
.job_list li.on .j_date img{
    transform:rotate(-180deg);
}


@media(max-width: 1600px){
    #job3 h2{
        font-size:36px;
    }

    .job_top{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 40px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1280px){
    #job3 h2{
        font-size:32px;
    }
    .job_top{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 30px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }    
}
@media(max-width: 1024px){
    #job3 h2{
        font-size:28px;
    }

}
@media(max-width: 820px){

    #job3{
        padding:75px 0;
    }
    .job_top {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }    
}
@media(max-width: 767px){
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
        font-size: 22px;
    }
    .job_list li{
        margin-bottom: 12px;
    }
    .job_top {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
        width: 76%;
    }
    .j_c,.j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:15px 0 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }    
}





h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 200px;
    left:-205px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #cc5200;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#cc5200;color:#fff; text-decoration:none;border:#cc5200 1px solid;}
.pageController .currPage {background-color: #cc5200;color:#fff;border:#cc5200 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #cc5200;
    vertical-align: middle;
    border: 1px solid #cc5200; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #eb5e01;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;
}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    /*.m_f_fixed{*/
    /*    display: flex;*/
    /*}*/
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}