﻿/*头部样式*/
header{
    padding:15px 0;
    position: fixed;
    top:0px;
    left:0;
    width: 100%;
    z-index: 99;
    color: #fff;
    opacity: 1;
    transition: all 0.6s ease-out;
    background: rgba(0,0,0,.3);
}
header a{
    color: #fff;
}
#c-header.c-head-hide,.c-open #c-header  {
    color: #333;
    background: #fff;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header.c-head-move{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
#c-header .img2{
    display: none;
}
#c-header.c-head-hide .img1{
    display: none;
}
#c-header.c-head-hide .img2{
    display: block;
}
#c-header.c-head-hide .nav li a{
    color: #333;
}
.head{

}
.container{
    max-width: 1670px;
    width: 92%;
    margin: 0 auto;
}
.logo{
    float: left;
}

.head_tel{
    float: right;
    padding-left: 55px;
    background:url(../images/tel1.png) no-repeat left center;
    margin-left: 35px;
    font-size:18px;
    line-height:1.4em;
    margin-top:5px;
}
#c-header.c-head-hide .head_tel{
    background:url(../images/tel1_h.png) no-repeat left center;    
}
.head_tel p:nth-child(2){
    font-size:20px;
}
.search{
    position: relative;
    float: right;
    display: none;
}
.search .ss{
    height: 58px;
    line-height:58px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#formsearch{
    position: absolute;
    top:58px;
    left:-100px;
    width: 220px;
    display: none;
}
#keyword{
    float: left;
    width: 180px;
    border:1px solid #e5e5e5;
    outline: none;
    background-color: #fff;
    height: 40px;
    line-height:40px;
    text-indent: 10px;
}
#s_btn{
    float: right;
    width: 40px;
    border:none;
    outline: none;
    background: url(../images/ss.png) no-repeat center #ffaf04;
    background-size: 22px;
    height: 40px;
    line-height:40px;
    cursor: pointer;
    font-size:0;
}

.nav{
    float: left;
    margin-left: 16%;
}
.nav li{
    float: left;
}
.nav li a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 58px;
    padding:0 29px;
    color: #fff;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:100%;
    left:0px;
    z-index: 999;
    background-color: rgba(255,255,255,.9);
    width: 100%;
    text-align: center;
    padding:15px 0!important;
/*    height: 50px!important;*/
    line-height: 40px;
    box-shadow: 0px 0px 4px #ccc;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 2em;  
    display: inline-block;
    margin:0 20px;
    padding:0;

}
.nav li a:hover{
    color: #ffaf04;
}
.nav li .b_nav a:hover{
    color: #ffaf04!important;
}
.nav li:hover .b_nav a:after{
    display: none;
}


.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #ffaf04;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #ffaf04;
    text-align: center;
    position: absolute;
    left:0;
    top:65px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 16px;
    color: #fff;
}
@media(max-width: 1600px){
    .nav{
        margin-left: 10%;
    }
    .nav li a{
        padding:0 20px;
    }

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

    .head_tel{
        font-size:16px;
    }
    .head_tel p:nth-child(2) {
        font-size: 18px;
    }
}
@media(max-width: 1360px){
    .search{
        display: none;
    }
    .nav{
        margin-left: 8%;
    }
    .nav li a{
        padding:0 15px;
    }
}
@media(max-width: 1259px){
    .container{
        width: 96%;
    }
    .nav{
        float: right;
        margin-left: 5%;
    }
    .head_tel{
        display: none;
    }
}
@media(max-width: 1024px){
    .nav{
        margin-left:0;
    }
    .nav li a{
        padding:0 8px;
        font-size:15px;
    }
}

@media(max-width: 768px){
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 640px){
    .logo{
        width: 50%;
        float: none;
    }
    .menu-button{
        top:10px;
    }
    .mobileNav{
        top:55px;
    }
    #c-header{
        position: relative;
        background:#fff;
    }
    #c-header.fixed{
        position: fixed;
    }
    header{
        padding:10px 0;
    }
}


/*首页轮播图*/
.c-banner1 {
    background: #fff;
    height: 100%;
}
.c-banner1 .swiper-slide{
    position: relative;
    overflow: hidden;
    max-height: 100vh;
}
.c-banner1 .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    -webkit-transition: all 7s;
    transition: all 7s;
    display: none;
    opacity: 0;
}
.c-banner1 .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.c-banner1 .swiper-slide .c-bg2 {
    display: none;
}
.c-banner1 .swiper-slide-active img{
    transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05); 
}
.c-banner1 .swiper-slide .c-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
/*    background: url(../images/mbl.png)repeat;*/
}
.meng{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    right: 0;
}

.c-banner1 .swiper-slide .c-wrap .c-title{
    margin-left: 60px;
    font-size: 110px;
    line-height: 110px;
    text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.c-banner1 .swiper-slide .c-wrap .c-text {
    margin-left: 60px;
    padding: 30px 0 0px;
    font-size: 46px;
    line-height: 60px;
    text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.c-banner1 .swiper-pagination-bullet {
    opacity: 1;
    background:none;

}
.c-banner1 .c-dot {
    position: absolute;
    bottom: 56px;
    left: 0;
    width: 100%;
}
.c-banner1 .swiper-pagination{
    position: relative;
    text-align: left;
}

.c-banner1 .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
}
.loading.swiper-pagination-bullet-active {
    border-color: rgba(255,255,255,.2);
}
.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
    left: 11px;
    top: 11px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #ffaf04;
}
.loading .yqs{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #fff;
    border-radius: 50%;
}
.loading.swiper-pagination-bullet-active .yqs{
    opacity: 1;
}

.loading .left,
.loading .right {
    opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
    top: -4px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -4px;
    top: -4px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 4px solid #fff;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 4px solid #fff;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 5.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 5.9s;
  /* animation-iteration-count: infinite; */
  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);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}

@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}
.sq_timer_800ms {
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
.mouseIco {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 4%;
    z-index: 999;
}
.mouseIco span{
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 6px;
    display: inline-block;
}
.mouseIco img {
    display: block;
    width: 20px;
    margin: 0 auto 5px;
    position: relative;
    top: -6px;
}
.mouseIco-img1 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    animation: mouseImg1 1s ease-in-out alternate infinite  ;
}
.mouseIco-img2 {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
    animation: mouseImg2 1s  ease-in-out alternate infinite;
}
.mouseIco-img3 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    animation: mouseImg3 1s  ease-in-out alternate infinite;
}
@keyframes mouseImg1 {
    0%{
        -webkit-transform: scale(0.5)  translateY(-5px);
        transform: scale(0.5)  translateY(-5px);
    }
    100%
    {
        -webkit-transform: scale(0.5) translateY(5px);
        transform:  scale(0.5) translateY(5px);
    }
    
}
@keyframes mouseImg2 {
    0%{
        -webkit-transform:scale(0.78)  translateY(-5px);
        transform: scale(0.78) translateY(-5px);
    }
    100%
    {
        -webkit-transform: scale(0.78) translateY(5px);
        transform:scale(0.78) translateY(5px);
    }
}
@keyframes mouseImg3 {
    0%{
        -webkit-transform:scale(1.2) translateY(-5px);
        transform:scale(1.2) translateY(-5px);
    }
    100%
    {
        -webkit-transform:scale(1.2) translateY(5px);
        transform:scale(1.2) translateY(5px);
    }
}
@keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}
@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}

.c-zoom {
  -webkit-animation-name: c-zoom;
  animation-name: c-zoom;
}

@media(max-width: 1600px){
    .c-banner1 .swiper-slide .c-wrap .c-title{
        font-size:80px;
    }
    .c-banner1 .swiper-slide .c-wrap .c-text {
        padding: 20px 0 0px;
        font-size: 40px;
        line-height: 56px;
    }
}
@media(max-width: 1440px){
    .c-banner1 .swiper-slide .c-wrap .c-title {
       font-size: 66px;
        line-height: 70px;
    }
       .c-banner1 .swiper-slide .c-wrap .c-text {
        padding: 20px 0 0px;
        font-size: 28px;
        line-height: 38px;
    }
}
@media(max-width: 1259px){
    .c-banner1 .swiper-slide .c-wrap .c-title{
        font-size:42px;
        line-height: 1.6em;
    }
    .c-banner1 .swiper-slide .c-wrap .c-text {
        padding: 20px 0 0px;
        font-size: 24px;
        line-height: 36px;
    }
    .c-banner1 .c-dot{
        bottom:30px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .mouseIco{
        display: none;
    }
    .c-banner1 .swiper-slide{
        max-height: 100%;
    }
    .c-banner1 .c-dot{
        bottom:10px;
    }
    .c-banner1 .swiper-slide .c-wrap .c-title{
        font-size:30px;
        text-align: center;
        margin-left: 0;
/*        color: #000;*/
    }
    .c-banner1 .swiper-slide .c-wrap .c-text{
        font-size:20px;
        line-height:30px;
        padding:0;
        margin-left: 0;
        text-align: center;
/*        color: #000;*/
    }
}
@media(max-width: 640px){
    .c-banner1 .swiper-slide .c-wrap .c-title{
        font-size:22px;
        line-height: 1.8em;
    }
    .c-banner1 .swiper-slide .c-wrap .c-text{
        font-size:14px;
        line-height: 1.8em;
    }
    .c-banner1 .swiper-slide video{
        display: none;
    }
    .c-banner1 .swiper-slide img.c-bg{
        display: block;
        height: auto;
    }
    .c-banner1 .swiper-slide img {
        opacity: 1;
    }
}

.index_main1{
    padding-top:90px;
    background:url(../images/bg1.png) no-repeat top center;
    background-color: #fff;
}

.index_main1_top{
    margin-bottom:65px;
}
.index_main1_top .index_title1{
    font-size:44px;
    color:#333;
    line-height:1.4em;
    float: left;
}
.index_main1_top .index_title1 p:last-child{
    font-family: 'Source Sans';
    font-weight: bold;
}
.index_main1_top ul{
    float: right;
    display: flex;
/*    flex-wrap: wrap;*/
}
.index_main1_top ul li{
    text-align: center;
    min-width: 245px;
}
.index_main1_top ul li:last-child{
    margin-left: 8%;
}
.index_main1_top ul li p{
    font-size:16px;
    color: #808080;
}   
.index_main1_top ul li p span{
    font-size:60px;
    color: #ffaf04;
    font-family: 'Impact';
    line-height:1em;
}
.index_main1_top ul li p sup{
    font-size: 16px;
    color: #ffaf04;
    position: relative;
    top: -20px;
    font-weight: bold;
    margin-left: 5px;
}
.index_main1_bottom{
    display: flex;
    flex-wrap: wrap;
    background-color: #999494;
    padding:5px;
}
.video1{
    width: 49%;
}
.video1 video{
    max-width: 100%;
}
.index_about{
    width: 51%;
    background:url(../images/bg2.png) no-repeat center;
    padding:30px 60px 0;
}
.index_about h2{
    font-size:42px;
    color: #ffaf04;
    line-height: 1em;
    padding-top:34px;
    position: relative;
}
.index_about h2:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 45px;
    height: 2px;
    background-color: #ffaf04;
}
.index_about h3{
    padding:25px 0 15px;
    line-height:1em;
    font-size:32px;
    font-weight: normal;
    color: #fff;
}
.index_about p{
    font-size:15px;
    color: #e5e5e5;
}
.index_about a{
    display: block;
    width: 176px;
    height: 46px;
    line-height:46px;
    font-size:16px;
    color: #fff;
    padding:0 20px;
    background-color: #ffaf04;
    margin:70px 0 0;
    position: relative;
}
.index_about a:before{
    content:'';
    position: absolute;
    top:50%;
    right: 20px;
    width: 10px;
    height: 9px;
    margin-top:-4.5px;
    background:url(../images/jt1.png) no-repeat center;
    transition: all 0.5s ease-out;
}
.index_about a:hover{
    opacity: 0.9;
}
.index_about a:hover:before{
    right: 25px;
    transition: all 0.5s;
}
@media(max-width: 1600px){
    .index_main1{
        padding-top:70px;
    }
    .index_main1_top {
        margin-bottom: 40px;
    }
    .index_main1_top .index_title1{
        font-size:30px;
    }   
    .index_main1_top ul li p span{
        font-size:48px;
    } 
    .index_about {
        padding: 50px 40px 0;
    }
    .index_about h2 {
        font-size: 32px;
        padding-top: 25px;
    }
    .index_about h3 {
        padding: 25px 0 10px;
        font-size: 24px;
    }
    .index_about p{
        font-size:14px;
    }
    .index_about a{
        margin-top:30px;
    }

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

}
@media(max-width: 1259px){
    .index_main1{
        padding-top:50px;
    }
    .index_main1_top .index_title1{
        font-size:24px;
    }
    .index_main1_top ul li p span{
        font-size:36px;
    } 
    .index_about {
        padding: 20px 25px 0;
    }
    .index_about h2 {
        font-size: 24px;
        padding-top: 20px;
    }
    .index_about h3 {
        padding: 20px 0 10px;
        font-size: 20px;
    }
    .index_about p {
        line-height:1.8em;
    }
    .index_about a {
        margin-top: 20px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index_main1 {
        padding-top: 30px;
    }
    .index_main1_top {
        margin-bottom: 20px;
    }
    .index_main1_top .index_title1 {
        font-size: 20px;
        float: none;
        margin-bottom:15px;
    }
    .index_main1_top ul{
        float: none;
    }
    .index_main1_top ul li{
        min-width: 180px;
    }
    .index_main1_top ul li:last-child{
        margin-left: 3%;
    }
    .index_main1_top ul li p{
        font-size:14px;
    }
    .index_main1_top ul li p span {
        font-size: 30px;
    }
    .index_main1_top ul li p sup{
        top:0;
    }
    .video1{
        width: 100%;
    }
    .index_about {
        width: 100%;
        padding: 20px 15px;
    }
    .index_about h2 {
        font-size: 20px;
    }
    .index_about h3 {
        padding: 15px 0 10px;
        font-size: 18px;
    }
    .index_about a{
        width: 150px;
    }
}
@media(max-width: 640px){
    .index_main1_top ul li{
        width: 50%;
        min-width: 50%;
    }
}


.index_main2{
    padding:105px 0 90px;
    background-color: #fff;
}
.index_title2{
    margin-bottom:30px;
}
.index_title2 h2{
    font-size:44px;
    color: #eaa001;
    font-weight: normal;
    line-height: 1em;
}
.index_title2 p{
    font-size:18px;
    color: #666666;
    margin-top:10px;
}
.sort1{
    margin-bottom:30px;
}
.sort1 li{
    float: left;
    margin-right: 25px;
}
.sort1 li:last-child{
    margin-right: 0;
}
.sort1 li a{
    display: block;
    width: 160px;
    line-height:38px;
    height: 38px;
    font-size: 16px;
    color: #4c4c4c;
    background:#e6e6e6;
    text-align:center;
}
.sort1 li:nth-child(1) a{
    background:#807c7c; 
    color: #fff;  
    width: 136px; 
}
.sort1 li a img{
    margin-right: 7px;
    position: relative;
    top:-2px;

}
.sort1 li a:hover{
    background:#807c7c;
    color: #fff;
}
.product_list1{
    display: flex;
    flex-wrap: wrap;
}
.product_list1 li{
    width: 25%;
}
.product_list1 li a{
    display: block;
    border:1px solid #e5e5e5;
    position: relative;
    padding:18px 25px 10px;
    width: 100%;
    height: 100%;
}
.product_list1 li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 5px;
    background-color: #f4ac10;
    transition: all 0.6s ease-out;
}
.product_list1 li a h3{
    font-size:20px;
    color: #333;
}
.product_list1 li a h4{
    font-size:15px;
    color: #333;
    font-weight: normal;    
}
.more1{
    position: absolute;
    right:25px;
    top:18px;
}
.more1 .more_img{
    width: 39px;
    height: 39px;
    position: relative;
    overflow: hidden;
}
.more1 .more_img img{
    position: absolute;
    top:0;
    left:0;
}
.product_list1 li a .img{
    text-align: center;
}
.product_list1 li a:hover:after{
    width: 100%;
    transition: all 0.6s;
}
.product_list1 li a:hover h3{
    color:#f4ac10;
}
.product_list1 li a:hover .more1 .more_img img{
    top:-39px;
}
.product_list1 li:last-child{
    background:url(../images/bg3.png) no-repeat center #808080;
}
.product_list1 li:last-child a:after{
    display: none;
}
.product_list1 li:last-child a .img img{
    transition: all 0.3s ease-out;
}
.product_list1 li:last-child a .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    font-size:16px;
    color: #fff;
    text-align:center;    
}
.product_list1 li:last-child p{
    padding-top:10px;
}
.product_list1 li:last-child a .text:hover .img img{
    padding-left: 15px;
    transition: all 0.3s;
}
@media(max-width: 1600px){
    .index_main2 {
        padding: 80px 0;
    }
    .index_title2 h2{
        font-size:32px;
    }
    .index_title2 p{
        font-size:16px;
    }
    .product_list1 li a{
        padding:15px 20px 10px;
    }
    .product_list1 li a h3{
        font-size:18px;
    }
    .product_list1 li a h4{
        font-size:14px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .index_main2 {
        padding: 60px 0;
    }
    .index_title2 h2{
        font-size:26px;
    }
    .index_title2 p{
        font-size:14px;
    }
    .sort1 {
        margin-bottom: 20px;
    }
    .sort1 li {
        margin-right: 10px;
        margin-bottom:5px;
    }
    .sort1 li a{
        font-size:15px;
        width: 140px;
    }
    .sort1 li:nth-child(1) a{
        width: 110px;
    }
    .product_list1 li a {
        padding: 10px 10px 10px;
    }
    .product_list1 li a h3 {
        font-size: 16px;
    }
    .more1{
        display: none;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index_main2 {
        padding: 40px 0;
    }
    .index_title2 {
        margin-bottom: 20px;
    }
    .index_title2 h2 {
        font-size: 24px;
    }
    .index_title2 p{
        margin-top:5px;
    }
    .product_list1 li {
        width: 50%;
    }
}
@media(max-width: 640px){
    .index_main2 {
        padding: 30px 0;
    }
    .index_title2 h2 {
        font-size: 20px;
    }
    .product_list1 li {
        width: 100%;
    }
    .more1{
        display: block;
        right: 10px;
    }
    .product_list1 li:last-child{
        display: none;
    }
    .sort1{
        display: none;
    }
}


.index_main3{
    background-color: #f0f0f0;
    padding:70px 0 100px;
}
.index_hyyy{
    display: flex;
    flex-wrap: wrap;
    padding-top:10px;
}
.index_hyyy li{
    width: 23.5%;
    margin-right: 2%;
}
.index_hyyy li:last-child{
    margin-right: 0;
}
.index_hyyy li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.index_hyyy li a .text{
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    transition: all 0.5s ease-out;
    padding:0 38px;
}
.index_hyyy li a .text h3{
    font-size:26px;
    color: #4c4c4c;
    font-weight: normal;
    padding-top:15px;
}
.index_hyyy li a .text p{
    font-size:14px;
    color: #666;    
    line-height:1.8em;
}
.index_hyyy li a .text span{
    display: block;
    margin:35px 0 0;
}
.index_hyyy li a:hover .text{
    top:0;
    transition: all 0.6s;
}
.m_hyyy{
    display: none;
}
.m_hyyy li{
    width: 49%;
    margin-right: 2%;
    margin-bottom:10px;
}
.m_hyyy li:nth-child(2n){
    margin-right: 0;
}
.m_hyyy li a{
    display: block;
}
@media(max-width: 1600px){
    .index_main3{
        padding:70px 0;
    }
    .index_hyyy li a .text{
        padding: 0 15px;
    }
    .index_hyyy li a .text .img{
        width: 80%;
        margin: 0 auto;
    }
    .index_hyyy li a .text h3{
        font-size:20px;
    }
    .index_hyyy li a .text span {
        margin: 15px 0 0;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .index_main3 {
        padding: 60px 0;
    }
    .index_hyyy{
        padding-top:0;
    }
    .index_hyyy li a .text span{
        display: none;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index_main3 {
        padding: 30px 0 20px;
    }
    .index_hyyy li{
        width: 49%;
        margin-bottom:10px;
    }
    .index_hyyy li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .index_hyyy{
        display: none;
    }
    .index_hyyy li {
        width: 100%;
        margin-right: 0px;
    }
    .index_hyyy li a .text h3 {
        font-size: 18px;
    }
    .m_hyyy{
        display: flex;
        flex-wrap: wrap;
    }
}

#c-common-bg.c-dt {
    height: 100%;
}
#c-common-bg {
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.4rem;
}
.index_main4{
    background:url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
    padding:120px 0 108px;
    background-attachment:fixed;
}
.index_main4 .index_title2{
    margin-bottom:70px;
}
.index_main4 .index_title2 h2{
    color: #fff;
}
.index_main4 .index_title2 p{
    color: #fff;
}
.index_main4 .swiper-container2{
    /*padding-bottom: 70px;*/
}
.index_main4 .swiper-container2 .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
.index_main4 .swiper-container2 .swiper-slide p{
    width: 9.1%;
    margin-bottom: 15px;
    float: left;
    margin-right: 1%;
}
.index_main4 .swiper-container2 .swiper-slide p:nth-child(10n){
    margin-right: 0;
}
.index_main4 .swiper-container2 .swiper-pagination{
    bottom:0;
    display: none!important;
}
.index_main4 .swiper-container2 .swiper-pagination span{
    width: 14px;
    height: 14px;
    background-color: #a4b2b5;
    border-radius: 50%;
    opacity: 1;
    margin:0 12px;
}
.index_main4 .swiper-container2 .swiper-pagination span.swiper-pagination-bullet-active{
    width: 50px;
    background-color: #eaa001;
    border-radius: 15px;
}
@media(max-width: 1600px){
    .index_main4{
        padding:80px 0;
    }
    .index_main4 .index_title2 {
        margin-bottom: 30px;
    } 
    .index_main4 .swiper-container2 .swiper-pagination span.swiper-pagination-bullet-active{
        width: 40px;
    }   
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .index_main4 {
        padding: 60px 0;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index_main4 {
        padding: 40px 0;
    }
    .index_main4 .index_title2 {
        margin-bottom: 20px;
    }
    .index_main4 .swiper-container2 {
        padding-bottom: 50px;
    }
    .index_main4 .swiper-container2 .swiper-slide p{
        width:18.4%;
        margin-right:2%;
    }
    .index_main4 .swiper-container2 .swiper-slide p:nth-child(10n){
        margin-right:2%;
    }
    .index_main4 .swiper-container2 .swiper-slide p:nth-child(5n){
        margin-right:0%;
    }
}
@media(max-width: 640px){
    .index_main4 {
        padding: 30px 0;
    }
}


.index_main5{
    padding:105px 0 90px;
    background-color: #fff;
}
.index_main5 .index_title2{
    margin-bottom:45px;
}
.index_title2 a{
    display: block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 15px;
    background-color: #807c7c;
    position: relative;   
    float: right; 
    margin-top:-55px;
}
.index_title2 a:before{
    content:'';
    position: absolute;
    top:50%;
    right: 20px;
    width: 10px;
    height: 9px;
    margin-top:-4.5px;
    background:url(../images/jt1.png) no-repeat center;
}

.index_title2 a:hover{
    background-color: #ffaf04;
}
.index_news{
    display: flex;
    flex-wrap: wrap;
}
.news_list1{
    width: 48%;
}
.news_list1 a{
    display: block;
    overflow: hidden;
    color: #fff;
    position: relative;
}
.news_list1 a .img{
    overflow:hidden;
}
.news_list1 a .img img{
    transition: all 0.6s ease-out;
}
.news_list1 a h3{
    position: absolute;
    width: 100%;
    padding:20px 35px;
    left:0;
    bottom:0;
    background-color: #807c7c;
    font-weight: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 99;
}
.news_list1 a h3 span{
    font-size:26px;
    display: block;
/*    float: left;
    width: 80%;*/
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list1 a h3 em{
    font-size:20px;
    float: right;
    width: 20%;
    font-style: normal;
    text-align: right;
    display: none;
}
.news_list1 a:hover .img img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.news_list1 a:hover h3{
    background-color: #eaa001;
}
.news_list2{
    width: 48%;
    margin-left: 4%;
}
.news_list2 li{
    margin-bottom:20px;
}
.news_list2 li:last-child{
    margin-bottom:0;
}
.news_list2 li a{
    padding:35px 45px;
    display: flex;
    flex-wrap: wrap;

}
.news_list2 li a .date{
    text-align:center;
    width: 65px;
}
.news_list2 li a .date span{
    display: block;
    font-size:16px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4em;
}
.news_list2 li a .date em{
    display: block;
    font-style: normal;
    font-size:50px;
    color: #807c7c;
    line-height:1em;
}
.news_list2 li a .text{
    width: calc(100% - 65px);
    padding-left:55px;
}
.news_list2 li a .text h3{
    font-size:18px;
    margin-bottom:10px;
    color: #333;
    white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
.news_list2 li a .text p{
    font-size:14px;
    color: #999;
    line-height:1.8em;
}
.news_list2 li a:hover{
    background-color: #807c7c;
}
.news_list2 li a:hover .date span,
.news_list2 li a:hover .date em,
.news_list2 li a:hover .text h3,
.news_list2 li a:hover .text p{
    color: #fff;
}
.news_list2 li a:hover .date span{
    border-bottom: 2px solid #fff;
}
@media(max-width: 1600px){
    .index_main5 {
        padding: 80px 0;
    }
    .index_main5 .index_title2 {
        margin-bottom: 30px;
    }
    .news_list1 a h3 {
        padding: 12px 20px;
    }
    .news_list1 a h3 span{
        font-size:20px;
    }  
    .news_list1 a h3 em{
        font-size:16px;
    } 
    .news_list2 li a {
        padding: 20px 15px;
    } 
    .news_list2 li {
        margin-bottom: 10px;
    }
    .news_list2 li a .date em{
        font-size:40px;
    }
    .news_list2 li a .text h3{
        margin-bottom:6px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .index_main5 {
        padding: 60px 0;
    }
    .news_list1 a h3 {
        padding: 8px 15px;
    }
    .news_list1 a h3 span{
        font-size:16px;
    }  
    .news_list1 a h3 em{
        font-size:14px;
    } 
    .news_list2 li a {
        padding: 10px 10px;
    }
    .news_list2 li a .text {
        padding-left: 30px;
    }
    .news_list2 li a .text h3{
        font-size:16px;
        margin-bottom:0px;
    }
    .news_list2 li a .date em {
        font-size: 32px;
    }
    .news_list2 li a .text p{
        line-height:1.6em;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index_main5 {
        padding: 30px 0;
    }
    .index_main5 .index_title2 {
        margin-bottom: 20px;
    }
    .index_title2 a{
        display: none;
    }
    .news_list1 {
        width: 100%;
    }
    .news_list2 {
        width: 100%;
        margin-left: 0%;
        margin-top:15px;
    }
}
@media(max-width: 640px){
    .news_list1 a h3 {
        padding: 8px 10px;
    }
    .news_list2 li a {
        padding: 5px;
    }
    .news_list2 li a .text {
        padding-left: 15px;
    }
    .news_list2 li a .text h3{
        font-size:15px;
        line-height:1.6em;
    }
    .news_list2 li a .date{
        padding-top:15px;
    }
}


/*foot*/
footer{
    background:url(../images/f_bg.jpg) no-repeat center;
}
footer .container{
    max-width: 1300px;
}
.foot{
    padding:110px 0 50px;
    border-bottom: 1px solid #2c2f33;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
}
.f_nav li{
    width: 18%;
}
.f_nav li:nth-child(5){
    width: 28%;
}
.f_nav li h3{
    font-size:18px;
    color: #fff;
    margin-bottom:20px;
}
.f_nav li a{
    display: block;
    font-size:14px;
    color: #747576;
}
.f_nav li a:hover{
    color: #ffaf04;
    text-decoration: underline;
}
.foot_r{
    width: 27%;
    display: none;
}
.f_code{

}
.f_contact{
    /*margin:36px 0 18px;*/
    margin:0px 0 18px;
    font-size:14px;
    color: #616365;
}
.f_share{
    display: flex;

}
.f_share a{
    display: block;
    width: 50px;
    height: 50px;
    border:1px solid #616365;
    border-radius: 50%;
    position: relative;
}
.f_share a .xs{
    width: 107px;
    height: 107px;
    position: absolute;
    top:55px;
    left:50%;
    margin-left: -60px;
    display: none;
}
.f_share a.a1:hover .xs{
    display: block;
}
.f_share a.a1{
    background:url(../images/wx.png) no-repeat center;
    position: relative;
}
.f_share a.a2{
    margin-left: 30px;
    background:url(../images/ly.png) no-repeat center;
}

.f_link{
    color:#747576;
    margin-top:30px;
}
.f_link a{
    color:#747576;
}
.f_link a:hover{
    color:#fff;
}
.copyright{
    padding:40px 0 35px;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1600px){
    .foot {
        padding: 60px 0 110px;
    }
    .f_contact {
        margin: 0px 0 18px;
    }  
    .copyright {
        padding: 25px 0;
    }  
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .foot {
        padding: 40px 0;
    }
    .f_nav li{
        display: none;
    }
    .f_nav li:nth-child(5){
        width: 100%;
        display: block;
    }
    .f_nav li h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .foot_r{
        width: 100%;
    }
    .f_contact {
        margin: 0px 0 0px;
    }
    .f_share{
        display: none;
    }
    .copyright_l,.copyright_r{
        float: none;
        text-align: center;
    }
}
@media(max-width: 640px){
    .foot {
        padding: 20px 0;
    }
    .copyright {
        padding: 15px 0;
    }
}







/*----- 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;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner .text1{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
}
.sitemp {
    margin-top: -41px;
    height: 41px;
    line-height: 40px;
    background: rgba(0,0,0,.6);
    position: relative;
    z-index: 9;
    border: none;
}
.sitemp .site{
    font-size:14px;
    color: #fff;
    padding-left: 45px;
    background:url(../images/home1.png) no-repeat 18px center;
}
.sitemp .site a{
    font-size:14px;
    color: #fff;    
}
.sitemp .site a:hover{
    color: #f4ac10;
}
.container2{
    width: 92%;
    max-width: 1570px;
    margin:0 auto;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:65px 0 5px;
}
.sort li{
    margin:5px 10px;
}
.sort li a{
    font-size: 22px;
    color: #4c4c4c;
    line-height: 55px;
    height: 55px;
    padding:0 15px;
    display: block;
    position: relative;
}
.sort li a:before{
    position: absolute;
    top: 50%;
    height: 0;
    width: 0;
    background-color: #f4ac10;
    font-size: 0;
    overflow: hidden;
    content: '';
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: none\9;
    z-index: -1;
}
.sort li a:hover{
/*    background:#f4ac10;*/
    color: #fff;
}
.sort li a:hover:before{
    width: 100%;
    height: 100%;
}
.sort li a.on{
/*    background:#f4ac10;*/
    color: #fff;
}
.sort li a.on:before{
    width: 100%;
    height: 100%;
}
#container{
    padding:50px 0;
}
.container3{
    width: 92%;
    max-width: 1300px;
    margin:0 auto;    
}
@media(max-width: 1600px){
    .sort li a{
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
    .n_banner .text1{
        font-size: 32px;
    }

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .n_banner .text1{
        font-size: 24px;
    }  
    #container {
        padding: 30px 0;
    }  
    .container2{
        width: 96%;
    }  
}
@media(max-width: 992px){
    .sort li {
        margin: 5px 5px;
    }
    .sort li a {
        padding:0 10px;
        font-size: 15px;
    }    
}
@media(max-width: 768px){
    .sitemp .site{
        display: none;
    }
    .sort {
        float: none;
        padding: 30px 0 5px;
    }
    .sort li a {

    }
    .n_banner .text1{
        font-size: 20px;
    }
}
@media(max-width: 640px){
    .sitemp {
/*        line-height: 45px;
        height: 46px;*/
        display: none;
    }   
    .n_banner .text1{
        font-size: 18px;
    }
    .sort {
        float: none;
        padding: 20px 0 0px;
    }
    .sort li a {
        padding: 0 6px;
        height: 35px;
        line-height: 35px;
        font-size:14px;
    }
    #container {
        padding: 20px 0;
    }
}



.mobile-common-header {
  /* display: none; */
}
.mobile-common-header .nav-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 998;
}
.mobile-common-header .nav-box .left {
  flex: none;
  height: 60%;
}
.mobile-common-header .nav-box .left a {
  display: block;
  height: 100%;
}
.mobile-common-header .nav-box .left a img {
  width: auto;
  height: 100%;
}
.mobile-common-header .nav-box .right {
  display: flex;
  align-items: center;
}
.mobile-common-header .nav-box .right .searchBtn {
  font-size: 20px;
  color: #333;
}
.mobile-common-header .nav-box .right .nav-button {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  text-align: center;
  z-index: 999;
  font-size: 0;
  display: block;
  background: #fff;
}
.mobile-common-header .nav-box .right .nav-button div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 28px;
  height: 16px;
}
.mobile-common-header .nav-box .right .nav-button div span {
  width: 100%;
  height: 2px;
  background-color: #333;
  display: block;
  margin: 0 auto;
  line-height: 2px;
  position: static;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mobile-common-header .nav-box .right .nav-button div span.center-hr {
  margin: 6px auto;
  width: 80%;
  margin-left: 20%;
}
.mobile-common-header .nav-box .right .nav-button div span.top-hr {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.mobile-common-header .nav-box .right .nav-button div span.bottom-hr {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.mobile-common-header .nav-box .right .nav-button.active div span {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.mobile-common-header .nav-box .right .nav-button.active div span.center-hr {
  display: none;
}
.mobile-common-header .nav-box .right .nav-button.active div span.top-hr {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.mobile-common-header .nav-box .right .nav-button.active div span.bottom-hr {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.mobile-common-header .searchContainer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-size: cover;
  background-position: center;
  animation-duration: 0.4s;
  display: none;
}
.mobile-common-header .searchContainer .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-common-header .searchContainer .box .logo-box {
  width: 40%;
  margin-bottom: 0.8rem;
  margin-top: -200px;
}
.mobile-common-header .searchContainer .box .logo-box .logo {
  width: 100%;
}
.mobile-common-header .searchContainer .box .classify {
  display: flex;
}
.mobile-common-header .searchContainer .box .classify li {
  line-height: 0.4rem;
  cursor: pointer;
  color: #666;
}
.mobile-common-header .searchContainer .box .classify li:not(:last-child) {
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-common-header .searchContainer .box .classify li.active {
  color: #fff;
}
.mobile-common-header .searchContainer .box .input-box {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-top: 0.4rem;
  font-size: 0;
}
.mobile-common-header .searchContainer .box .input-box input {
  box-sizing: border-box;
  width: 85%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 16px;
  vertical-align: middle;
}
.mobile-common-header .searchContainer .box .input-box .button {
  width: 15%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #e50212;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
}
.mobile-common-header .searchContainer .box .close {
  position: absolute;
  bottom: 20%;
  left: 50%;
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: -0.3rem;
  transition: all 0.3s ease-out;
}
.mobile-common-header .searchContainer .box .close img {
  width: 100%;
}
.mobile-common-header .searchContainer .box .close:hover {
  transform: rotate(90deg);
}
.mobile-common-header .menuContainer {
  display: none;
  position: fixed;
  left: 0;
  top: 1rem;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 999999;
}
.mobile-common-header .menuContainer .menuBox {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.mobile-common-header .menuContainer ul li {
  position: relative;
  padding: 0.3rem;
  border-top: 1px solid #eee;
  cursor: pointer;
  font-size: 16px;
}
.mobile-common-header .menuContainer ul li a {
  display: block;
  color: #333;
}
.mobile-common-header .menuContainer ul li .child {
  display: none;
  margin-top: 0.3rem;
}
.mobile-common-header .menuContainer ul li .child li:last-child {
  padding-bottom: 0;
}
.mobile-common-header .menuContainer ul li::after {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  font-family: iconfont;
  content: '\e683';
}


@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){

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


/*product*/
.product_list li:last-child{
    background:none;
}
.product_list li:last-child a:after{
    display: block;
}
.product_list1 li:last-child a:hover .img img{
    padding-left: 0;
}
.header2{
    color: #333;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
}
#c-header.header2 .nav li a {
    color: #333;
}
#c-header.header2 .img2 {
    display: block;
}
#c-header.header2 .head_tel {
    background: url(../images/tel1_h.png) no-repeat left center;
}
#c-header.header2 .img1 {
    display: none;
}
.product_detail{
    display: flex;
    flex-wrap: wrap;
/*    padding-top:88px;*/
    border-bottom: 1px solid #e0e0e0;
}
.product_detail_l{
    width: 50%;
    padding:55px 55px 120px 35px;
}
.product_detail_r{
    width: 50%;
    background:url(../images/p_bg1.png) no-repeat;
    background-size: cover;
}
.product_detail_r .cont{
    width: 70%;
    padding:0 0 0 10%;
    height: 100%;
 /*   text-align:center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.product_detail_r .cont h3{
    font-size:48px;
    color: #333333;
    line-height: 1.2em;
    font-weight: normal;
}
.product_detail_r .cont h3 span{
    display: block;
}
.product_detail_r .cont .text1{
    margin:25px 0 65px;
    padding:58px 0;
    border-top:2px solid #333;
    border-bottom: 1px dashed #999;
}
.product_detail_r .cont .text1 h4{
    font-size:16px;  
    font-weight: normal;  
}
.product_detail_r .cont .text1 p{
    font-size:22px;
    font-weight: bold;
}
a.more2{
    display: block;
    text-align: center;
    width: 155px;
    line-height: 52px;
    height: 52px;
    font-size:16px;
    color: #fff;
    background:#f4ac10;
}
a.more2 img{
    margin-right:10px;
}

.content2{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    position: static;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
    height: 80px;
    line-height: 80px;
}
.breadcrum{
    font-size:15px;
    color: #505050;
    padding-left: 25px;
    background:url(../images/home2.png) no-repeat left center;
    float: left;
}
.breadcrum a{
    font-size:15px;
    color: #505050;    
}
.breadcrum a:hover{
    color: #f4ac10;    
}
.content2 .tabContainer{
    float: right;
}
.content2 .tabContainer ul {
    display: flex;
/*    justify-content: flex-end;*/
}
.content2 .tabContainer ul li{
    margin-right: 85px;
}
.content2 .tabContainer ul li:last-child{
    margin-right: 0px;
}
.content2 .tabContainer ul li a {
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    color: #666;
    line-height: 77px;
}
.content2 .tabContainer ul li.active, .content2 .tabContainer ul li:hover {
    border-bottom: 3px solid #f4ac10;
}
.content2 .tabContainer ul li.active a, .content2 .tabContainer ul li:hover a {
    color: #f4ac10;
}
.content3{

}
.content3 h2{
    font-size:38px;
    color: #333;
    font-weight: normal;
    position: relative;
    line-height: 1em;
    padding:75px 0 12px;
    margin:0 auto 30px;
}
.content3 h2:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 55px;
    height: 2px;
    background:#f4ac10;
}
.zbtd{
    background:#f5f5f5;
    padding:40px 0 80px;
}
.zbtd .container3{
/*    display: flex;
    flex-wrap: wrap;*/
}
.p_t1{
    font-size:24px;
    color: #333;
    float: left;
    line-height: 1.3em;
    margin-right: 20px;
}
.content3_text{
    float: left;
    width: 35%;
    font-size:16px;
}
.content3_text p{
    margin-bottom:10px;
}
.content3_text p:last-child{
    margin-bottom:0;
}
.content3_video{
    float: right;
    width: 50%;
    padding:7px;
    border:1px solid #e0e0e0;
}
.content3_video video{
    max-width: 100%;
}
.p_sy{
    padding:40px 0 100px;
}
.p_sy h3{
    color: #333;
    font-size:24px;
    font-weight: normal;
    line-height: 1em;
    margin-bottom:40px;
}
.p_imgs1{
    display: flex;
    flex-wrap: wrap;
}
.p_imgs1 p{
    width: 46%;
    margin-right:8%;
}
.p_imgs1 p:nth-child(2n){
    margin-right:0;
}
.content4{
    background:#fafafa;
/*    padding:0 60px;*/
}
.content4 h2{
    font-size:38px;
    color: #333;
    line-height: 1em;
    padding-bottom: 15px;
    position: relative;
    font-weight: normal;
    text-align: center;
    margin-bottom:45px;
}
.content4 h2:before{
    content:'';
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left: -26px;
    width: 52px;
    height: 2px;
    background:#f4ac10;
}
.content4 .container3{
    /*background:#fff;*/
    padding:40px 0 60px;
}
.product_list2 li{
    width: 33.33333%;
}
.tjcp{
    padding:90px 0;
}
.tjcp h2{
    font-size:38px;
    color: #333;
    line-height: 1em;
    padding-bottom: 15px;
    position: relative;
    font-weight: normal;
    text-align: center;
    margin-bottom:55px;
}
.tjcp h2:before{
    content:'';
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left: -26px;
    width: 52px;
    height: 2px;
    background:#f4ac10;
}
@media(max-width: 1600px){
    .product_detail_r .cont h3{
        font-size:30px;
    }
    .product_detail_r .cont .text1 {
        margin: 20px 0 40px;
        padding: 30px 0;
    }
    .product_detail_r .cont .text1 p{
        font-size:20px;
    }
    .content2 .tabContainer ul li a{
        font-size:18px;
    }
    .content3 h2,.content4 h2,.tjcp h2{
        font-size: 30px;
    }
    .content3_text{
        font-size:15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .container3{
        width: 96%;
    }
    .product_detail_r .cont {
        width: 90%;
        padding: 0 0 0 5%;
    }
    .product_detail_r .cont h3{
        font-size:24px;
    }
    .product_detail_r .cont .text1 {
        margin: 20px 0;
        padding: 20px 0;
    }
    .product_detail_r .cont .text1 p{
        font-size:18px;
    }
    .content2{
        height: 60px;
        line-height: 60px;
    }
    .breadcrum{
        font-size:14px;
    }
    .content2 .tabContainer ul li a{
        font-size:16px;
        line-height: 56px;
    }
    .content3 h2,.content4 h2,.tjcp h2{
        font-size: 24px;
        margin-bottom:30px;
    }
    .zbtd {
        padding: 40px 0;
    }
    .content3 h2 {
        padding: 40px 0 12px;
        margin: 0 auto 20px;
    }
    .p_t1{
        font-size:20px;
    }
    .content3_text{
        font-size:14px;
        width: 40%;
    }   
    .p_sy {
        padding: 40px 0;
    }
    .p_sy h3 {
        font-size: 20px;
        margin-bottom: 30px;
    } 
    .p_imgs1 p {
        width: 48%;
        margin-right: 4%;
    }
    .content4 {

        padding: 40px 20px;
    }
    .tjcp {
        padding: 40px 0;
    }
    .content4 .container3 {
        padding: 10px 0 30px;
    }
    .content2 .tabContainer ul li {
        margin-right: 40px;
    }
}
@media(max-width: 1024px){
    .product_detail_l {
        padding: 30px;
    }
    .product_detail_r .cont h3 {
        font-size: 20px;
    }
}
@media(max-width: 768px){
    .product_detail_l,.product_detail_r{
        width: 100%;
    }
    .product_detail_l{
        padding:0;
    }
    .product_detail_r{
        padding:15px;
    }
    .product_detail_r .cont {
        width: 100%;
        padding: 0;
    }
    .content3 h2, .content4 h2, .tjcp h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .content3 h2 {
        padding: 30px 0 12px;
        margin: 0 auto 20px;
    }
    .zbtd {
        padding: 25px 0;
    }
    .p_t1 {
        font-size: 18px;
        width: 100%;
        float: none;
    }
    .content3_text {
        font-size: 15px;
        width: 100%;
        float: none;
    }
    .content3_text p {
        margin-bottom: 0px;
    }
    .content3_video{
        width: 100%;
        float: none;
        text-align: center;
        margin-top:15px;
    }
    .breadcrum{
        display: none;
    }
    .content2 .tabContainer {
        float: none;
    }
    .product_list2 li{
        width: 50%;
    }
}
@media(max-width: 640px){
    .product_detail_r .cont h3 {
        font-size: 17px;
    } 
    .product_detail_r .cont .text1 {
        margin: 15px 0;
        padding: 15px 0;
    } 
    .product_detail_r .cont .text1 p {
        font-size: 16px;
    }
    a.more2{
        width: 130px;
        line-height: 46px;
        height: 46px;
        font-size: 15px;
    }
    .p_sy {
        padding: 20px 0;
    }
    .p_sy h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .content4 {
        padding: 25px 0px;
    }
    .content4 .container3 {
        padding: 10px 0;
    }
    .product_list2 li{
        width: 100%;
    }

}

.pd_banner{
    
}
.pd_banner .swiper-slide{
    text-align: center;
}
.pro_de1{
    padding:50px 0;
}
.pro_de1_l{
    float: left;
    width: 40%;
}
.pro_de1_l h1{
    font-size: 24px;
    color: #333;
    /*margin-bottom: 10px;*/
}
.pro_de1_l .tx{
    padding:10px 0 25px;
    border-top:1px solid #e5e5e5;
    font-size: 16px;
}
.pro_de1_l .t_a{
    display: flex;
}
.pro_de1_l .t_a a{
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    background: #e3e3e3;
    color: #333;
    font-size: 16px;
    margin-right: 10px;
}
.pro_de1_l .t_a a:hover{
    background: #ffaf04;
    color: #fff;
}
.pro_de1_r{
    float: right;
    width: 58%; 
    display: flex;
    flex-wrap: wrap;
}
.pro_de1_r p{
    width: 50%;
}
.pro_td{
    padding:50px 0;
}
.pro_td h3{
    font-size: 24px;
    color: #333;
}
#content4 h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
#content4 table{
    width: 100%;
    max-width: 100%;
    padding:0 30px;
    margin:0 auto;
}
#content4 table tr{
    border:1px solid #ccc;
    border-bottom:none;
    border-right:none;    
}
#content4 table tr:nth-child(1){
    font-weight: 700;
    background:#ccc;
}
#content4 table tr:nth-child(1) td{
    color: #333;
}
#content4 table tr:nth-child(1) td span{
    color: #333!important;
}
#content4 table td{
    border:1px solid #ccc;
    border-top:none;
    border-left:none;
    padding:3px 10px;
    color: #333;
}
@media(max-width:1600px){
    
}
@media(max-width:1440px){
    
}
@media(max-width:1259px){
    
}
@media(max-width:1024px){
    
}
@media(max-width:768px){
    .pro_de1 {
        padding: 30px 0;
    }
    .pro_de1_l,.pro_de1_r{
        float: none;
        width: 100%;
    }
    .pro_de1_r{
        margin-top:15px;
    }
    .pro_de1_l .tx {
        padding: 10px 0;
        font-size: 15px;
    }
    .pro_de1_l .t_a a {
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        margin-right: 10px;
    }
    .pro_td {
        padding: 0px 0 20px;
    }
}
@media(max-width:640px){
    .pro_de1 {
        padding: 20px 0;
    }
    .pro_de1_l h1,.pro_td h3,#content4 h3{
        font-size:20px;
    }
    .pro_de1_r p{
        width: 100%;
    }
}


/*about*/
.yy1_1{
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
}
.yy1_1_img{
    width: 50%;
    background: #fafafa;
    padding:150px 3% 160px 7%;
}
.yy1_1_text{
    background:url(../images/bj1.jpg) no-repeat;
    background-size:cover;
    width: 50%;
}
.yy1_1_text .text{
    width: 85%;
    padding-left: 15%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.yy1_1_text h3{
    font-size:48px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    position: relative;
    margin-bottom:40px;
    padding-bottom: 20px;
}
.yy1_1_text h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 52px;
    height: 2px;
    background:#f4ac10;
}
.yy1_1_text p{
    font-size:16px;
    color:#333;
}
.yy1_2{
    height: 700px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;   
}
.yy1_2 li{
    width: 8%;
    height: 100%;
    transition: all 0.6s ease-out;
    color: #fff;
    position: relative;
}
.yy1_2 li:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}
.yy1_2 li .img{
    display: none;
}
.yy1_2 li .text{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    max-width: 540px;
    padding:0 60px;
    background-color: rgba(244,172,16,.9);
    z-index: -1;
/*    transition: all 0.6s ease-out;*/
}
.yy1_2 li .text h3{
    font-size:36px;
    line-height: 1em;
    padding-top:28px;
    position: relative;
}
.yy1_2 li .text h3:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 45px;
    height: 3px;
    background:#fff;
}
.yy1_2 li .text p{
    font-size:16px;
    margin:30px 0 115px;
}
.yy1_2 li .cont{
/*    display: flex;
    flex-wrap: wrap;*/
    padding-top: 48px;
    border-top:3px solid #fff;
}
.yy1_2 li .cont .cont1{
    font-size:20px;
    float: left
}
.yy1_2 li .cont a{
    display: block;
    width: 150px;
    line-height: 50px;
    height: 50px;
    background:#fff;
    border-radius: 25px;
    font-size:14px;
    color: #666666;
    text-align: center;
    float: right;
}
.jia1{
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border:1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-18px 0 0 -18px;
    z-index: 9;
    font-size:24px;
}
.yy1_2 li.on{
    width: 84%;
    transition: all 1s;
}
.yy1_2 li.on:before{
    opacity:0;
}
.yy1_2 li.on .text{
    z-index: 9;
    transition: all 0.6s
}
.yy1_2 li.on .jia1{
    display: none;
}
.yy1_3{
    padding:85px 0 95px;
    background-color: #fff;
}
.title2{
    font-size: 36px;
    color: #333;
    line-height: 1em;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 55px;
    font-weight: 700;
}
.title2:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -26px;
    width: 52px;
    height: 2px;
    background: #f4ac10;    
}
.hy_video{
    display: flex;
    flex-wrap: wrap;
}
.hy_video p{
    width: 32%;
    /*overflow: hidden;*/
}
.hy_video p video{
    object-fit: fill;
    max-width: 100%;
    display: block;
}
.hy_video p:nth-child(1){
    width: 66%;
    margin-right: 2%;
}
.hy_video p:nth-child(2) img,.hy_video p:nth-child(2) video{
    display: block;
    margin-bottom: 26px;
}
.hy_video p img:last-child,.hy_video p video:last-child{
    margin-bottom:0;
}
.index_main4 .title2{
    color: #fff;
    margin-bottom:70px;
}
.index_bottom{
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding: 80px 180px 107px;
    display: none;
}
.index_bottom h3{
    display: flex;
    justify-content: center;
}
.index_bottom h3 span{
    font-size:32px;
    color: #474747;
    line-height: 40px;
    display: inline-block;
    padding-right: 435px;
    position: relative;
}
.index_bottom h3 span:before{
    content: '';
    position: absolute;
    right: 20px;
    border-top: 1px dashed #999;
    width: 370px;
    top: 50%;
}
.index_bottom h3 a{
    display: inline-block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    font-size:14px;
    color: #fff;
    text-align:center;
    background:#666666;
    border-radius: 25px;
    font-weight: normal;
}
.index_bottom h3 a:hover{
    background:#f4ac10;
}
.index_bottom .cont{
    display: flex;
    margin-top:45px;
}
.index_bottom .cont .img{
    width: 368px;
    background:url(../images/bottom.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.b_tel{
    position: absolute;
    width: 79px;
    height: 79px;
    border:12px solid #f4ac10;
    top:50%;
    margin-top:-39.5px;
    right:-40px;
    border-radius: 50%;
    background:url(../images/tel2.png) no-repeat center #fff;
    box-shadow: 0px 0px 5px #999;
}
.index_bottom .cont .text{
    width: calc(100% - 368px);
    color: #fff;
    background:#f4ac10;
    padding:40px 0 35px 6%;
    float: right;
}
.index_bottom .cont .text p{
    font-size:16px;
}
.index_bottom .cont .text p strong{
    font-size:36px;
    line-height: 1.4em;
    font-weight: normal;
}
.index_bottom .cont .text p:nth-child(1){
    font-size:26px;
}


.hy_scx{
    padding:50px 0;
}
.swiper-container3{
    
}
.swiper-container3 .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.swiper-container3 .swiper-slide .img{
    width: 50%;
}
.swiper-container3 .swiper-slide .text{
    width: 50%;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    padding:0 5% 0 15%;
}   
.swiper-container3 .swiper-slide .text h3{
    font-size: 24px;
    color: #333;
}
.swiper-container3 .swiper-slide .text p{
    font-size: 16px;
    color: #666;   
    padding:10px 0 20px;
}
.swiper-container3 .swiper-slide .text a{
    display: block;
    width: 120px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    border:1px solid #999;
    border-radius: 5px;
    text-align: center;
}
.swiper-container3 .swiper-slide .text a:hover{
    background: #ffaf04;
    color: #fff;
    border:1px solid #ffaf04;
}
.swiper-next3,.swiper-prev3{
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 40px;
    height: 44px;
    font-size: 24px;
    color: #333;
    z-index: 99;
    cursor: pointer;
    outline: none;
}
.swiper-next3{
    left: 50%;  
    background: url(../images/left1.png) no-repeat #999 center;
    transform: rotate(-180deg);
}
.swiper-next3:hover{
    background: url(../images/left1.png) no-repeat #ffaf04 center;    
}
.swiper-prev3{
    left: 50%;  
    background: url(../images/left1.png) no-repeat #999 center;
    margin-left: -40px;
}
.swiper-prev3:hover{
    background: url(../images/left1.png) no-repeat #ffaf04 center;    
}
@media(max-width: 1600px){
    .yy1_1 {
        margin-top: 40px;
    }
    .yy1_1_img {
        padding: 80px 5%;
    }
    .yy1_1_text .text {
        width: 90%;
        padding-left: 10%;
    }
    .yy1_1_text h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .yy1_1_text p{
        font-size:15px;
    }
    .yy1_2 li .text h3 {
        font-size: 28px;
        padding-top: 22px;
    }
    .yy1_2 li .text p {
        font-size: 15px;
        margin: 30px 0;
    }
    .yy1_2 li .cont {
        padding-top: 30px;
    }
    .yy1_2 li .cont .cont1{
        font-size:16px;
    }
    .yy1_2 li .cont a{
        width: 120px;
        line-height: 46px;
        height: 46px;
    }
    .yy1_3 {
        padding: 60px 0;
    }
    .title2{
        font-size:30px;
        margin-bottom: 50px;
    }
    /*.hy_video p:nth-child(1) {*/
    /*    width: 63%;*/
    /*    margin-right: 2%;*/
    /*}*/
    /*.hy_video p:nth-child(2) img {*/
    /*    margin-bottom: 15px;*/
    /*}*/
    .index_bottom{
        padding:70px 0;
    }
    .index_bottom h3 span {
        font-size: 26px;
        padding-right: 350px;
    }
    .index_bottom h3 span:before {
        width: 300px;
    }
    .index_bottom .cont .text{
        padding: 30px 0 30px 6%;
    }
    .index_bottom .cont .text p:nth-child(1) {
        font-size: 22px;
    }
    .index_bottom .cont .text p strong {
        font-size: 30px;
    }
}
@media(max-width: 1440px){
    .hy_video p:nth-child(2) img, .hy_video p:nth-child(2) video {
    display: block;
    margin-bottom: 20px;
}
    .yy1_2{
        height:600px;
    }
    .index_main4 .title2{
        margin-bottom:40px;
    }
}
@media(max-width: 1259px){
    .yy1_1_img {
        padding: 60px 3%;
    }
    .yy1_1_text .text {
        width: 100%;
        padding: 0 6%;
    }
    .yy1_1_text h3 {
        font-size: 24px;
        margin-bottom: 20px;
    } 
    .yy1_2{
        height:500px;
    }
    .yy1_2 li .text h3{
        font-size:24px;
    } 
    .yy1_3{
        padding:50px 0;
    }

    .index_main4 .title2{
        margin-bottom:30px;
    }
    .index_bottom {
        padding: 50px 0;
    }
    .index_bottom h3 span {
        font-size: 22px;
        padding-right: 260px;
    }  
    .index_bottom h3 span:before {
        width: 200px;
    }
    .index_bottom h3 a{
        width: 120px;
    }
    .index_bottom .cont{
        margin-top:30px;
    }
    .index_bottom .cont .text p:nth-child(1) {
        font-size: 20px;
    }
    .index_bottom .cont .text p strong {
        font-size: 24px;
    }
}
@media(max-width: 1024px){
    .yy1_1_text h3 {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }    
    .yy1_1_text p{
        font-size:14px;
    }
    .index_bottom{
        width: 96%;
    }
    .title2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media(max-width: 768px){
    .yy1_2 {
        height: 400px;
    }
    .yy1_2 li .text{
        max-width: 420px;
        padding: 0 30px;
    }
    .yy1_2 li .text h3 {
        font-size: 20px;
    }
    .yy1_2 li .text p {
        margin: 20px 0;
    }
    .yy1_3 {
        padding: 40px 0;
    }
    .index_bottom {
        padding: 30px 0;
    }
    .index_bottom h3 span {
        font-size: 20px;
        padding-right: 150px;
    }  
    .index_bottom h3 span:before {
        width: 100px;
    }
    .index_bottom .cont {
        margin-top: 20px;
    }
    .index_bottom .cont .text {
        padding: 20px 0 20px 6%;
    }
    .index_bottom .cont .text p:nth-child(1) {
        font-size: 16px;
    }
    .index_bottom .cont .text p strong{
        display: block;
        font-size:20px;
    }
}
@media(max-width: 640px){
    .yy1_1 {
        margin-top: 20px;
    }
    .yy1_1_img,.yy1_1_text{
        width: 100%;
    }
    .yy1_1_img {
        padding: 20px 2%;
    }
    .yy1_1_text{
        padding:15px 2%;
    }
    .yy1_1_text .text{
        padding:0;
    }
    .yy1_1_text h3 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .yy1_2 {
        height: 360px;
    }
    .yy1_2 li{
        width: 15%;
    }
    .yy1_2 li .text {
        max-width: 100%;
        padding: 0 10px;
        width: 100%;
    }
    .yy1_2 li .text h3 {
        font-size: 17px;
        padding-top: 16px;
    }
    .yy1_2 li .text p {
        margin: 15px 0;
        line-height: 1.6em;
        font-size:14px;
    }
    .yy1_2 li .cont {
        padding-top: 10px;
    }
    .yy1_2 li .cont .cont1 {
        font-size: 15px;
        float: none;
    }
    .yy1_2 li .cont a {
        width: 90px;
        line-height: 35px;
        height: 35px;
        float: none;
        margin-top:5px;
    }
    .jia1 {
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin: -15px 0 0 -15px;
        font-size: 22px;
    }
    .yy1_2 li.on{
        width: 70%;
        transition: all 0s;
    }
    .yy1_2 li:hover{
        transition: all 0s;
        width: 70%;
    }
    .title2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .yy1_3 {
        padding: 25px 0;
    }
    .index_bottom h3{
        display: none;
    }
    .hy_video p{
        width: 100%;
    }
    .hy_video p:nth-child(1) {
        width: 100%;
        margin-right: 0%;
        margin-bottom:10px;
    }
    .hy_video p:nth-child(2) img {
        margin-bottom: 10px;
    }
    .index_bottom .cont .img{
        width: 25px;
        background:none;
    }
    .b_tel {
        position: absolute;
        width: 50px;
        height: 50px;
        border: 6px solid #f4ac10;
        margin-top: -25px;
        right: -25px;
    }
    .index_bottom {
        padding: 20px 0 ;
    }
    .index_bottom .cont {
        margin-top: 0px;
    }
    .index_bottom .cont .text {
        padding: 10px 10px 10px 10%;
        width: calc(100% - 25px);
    }
    .index_bottom .cont .text p {
        font-size: 15px;
        line-height: 1.6em;
    }
    .index_bottom .cont .text p:nth-child(1) {
        font-size: 15px;
    }
    .index_bottom .cont .text p strong {
        font-size: 18px;
    }
}


.itemBox{
    overflow: hidden;
}
.itemBox .item{
    width: 317px;
    float: left;
    transition: all .3s;
}
.itemBox .item.on {
    width: 565px;
    transition: all .3s;
}
.itemBox .item .video_click{
    display: block;
    height: 275px;
    background-repeat: no-repeat;
    background-position: center center;
}
.itemBox .item .video_click:after{
    background: url("../images/videoclick.png") no-repeat center center;
    -webkit-background-size: 66px;
    background-size: 66px;
}
.itemBox .item .text{
    margin-top: 20px;
    padding-right: 0;
    position: relative;
}
.itemBox .item.on .text{
    padding-right: 130px;
}
.itemBox .item .text h3{
    background: none;
}
.itemBox .item.on .text h3{
    background: url("../images/dairyvideobj.png") no-repeat right center;
}
.itemBox .item .text h3 span{
    font-size: 22px;
    color: #454545;
    font-weight: 700;
    padding-right: 5px;
    background: #ffffff;
}
.itemBox .item .text .a{
    position: absolute;
    right: 0;
    top: 5px;
    width: 130px;
    padding-left: 10px;
    text-align: left;
    display: none;
}
.itemBox .item.on .text .a{
    display: block;
}
.itemBox .item .text .a a{
    font-size: 16px;
    color: #505050;
    border-bottom: 1px solid transparent;
}
.itemBox .item .text .a a:hover{
    border-bottom-color: #505050;
}
/*video click*/
.video_click {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.video_click:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/videoclick.png") no-repeat center;
}

.cboxOverlay {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 10001;
    display: none;
}

.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../images/closevideo.png") no-repeat center;
    cursor: pointer;
}

.colorbox iframe {
    width: 100%;
    height: 100%;
}

.product_list_intro{
    text-align: center;
    padding: 30px 0;
}
.product_list_intro h3{
    font-size: 26px;
    color: #4c4c4c;
}
.product_list_intro p{
    max-width: 490px;
    margin:25px auto 10px;
    overflow: hidden;
    border:1px solid #ffaf04;
    border-radius: 5px;
}
.product_list_intro p span{
    font-size: 26px;
    color: #333;
    padding-left: 36px;
    background: url(../images/tel4.png) no-repeat 0 center;
    margin-left: 40px;
    line-height: 50px;
    float: left;
}
.product_list_intro p a{
    max-width: 180px;
    background: #ffaf04;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 51px;
    float: right;
}
.product_list_intro em{
    display: block;
    font-style:normal;
    font-size: 14px;
    color: #999;
}
.product_list_intro em a{
    font-size: 14px;
    color: #999;    
}
@media(max-width:1600px){
    .itemBox .item{
        width:215px;
    }
}
@media(max-width:1440px){
    
}
@media(max-width:1360px){
    .itemBox .item.on{
        width:470px;
    }
}
@media(max-width:1259px){
    .swiper-container3 .swiper-slide .text {
        padding: 0 5% 0 3%;
    }
    .swiper-container3 .swiper-slide .text h3{
        font-size:20px;
    }
    .swiper-container3 .swiper-slide .text p{
        font-size:14px;
        padding:0;
    }
    .swiper-container3 .swiper-slide .text a {
        width: 100px;
        line-height: 34px;
        font-size: 14px;
        margin-top:10px;
    }
    .itemBox .item,.itemBox .item.on{
        width:50%;
    }
}
@media(max-width:1024px){
    .itemBox .item.on .text h3 span{
        font-size:20px;
    }    
}
@media (max-width: 992px){
    .swiper-container3 .swiper-slide{
        flex-direction:row;
    }
    .swiper-container3 .swiper-slide .img,.swiper-container3 .swiper-slide .text{
        width:100%;
    }
    .swiper-container3 .swiper-slide .text {
        padding: 20px 3%;
    }
    .itemBox .item {
        width: 100%;
        margin: 0 auto 20px;
        float: none;
        max-width:565px;
    }  
    .itemBox .item.on {
        width: 100%;
        margin: 0 auto 20px;
        float: none;
        max-width:565px;
    } 
    .product_list_intro{
        padding-top: 20px;
    }
    .product_list_intro h3{
        font-size: 20px;
    }
    .product_list_intro p{
        margin: 15px auto 10px;
    }
}

@media(max-width:768px){
    .itemBox .item.on .text h3 span,.itemBox .item .text h3 span{
        font-size:18px;
    }   
    .video_click:after{
        background-size: 50px;
    }
}
@media(max-width:640px){
    .hy_scx {
        padding: 30px 0 20px;
    }
    .swiper-container3 .swiper-slide .text h3 {
        font-size: 18px;
    }
    .swiper-next3, .swiper-prev3{
        top:20%;
    }
    .swiper-prev3 {
        left: 0%;
        margin-left: 10px;
    }
    .swiper-next3 {
        left: calc(100% - 50px);
    }
    .itemBox .item.on .text h3{
        background:none!important;
        
    }
    .itemBox .item .text .a{
        opacity:0;
        display:none;
    }
    .product_list_intro{
        display: none;
    }
    .product_list_intro h3{
        font-size: 16px;
    }
}


/*about*/
.about1{
    padding:30px 0 105px;
    background:url(../images/bj2.png) no-repeat center bottom;
}
.about1 .container2{
    
}
.about1_l{
    width: 58%;
    float: left;
}
.about1_l h3{
    font-size:42px;
    color: #262626;
/*    line-height: 1em;*/
}
.about1_l h4{
    font-size:26px;
    color: #262626;
    line-height: 1.6em;
    margin-bottom:25px;
}
.about1_l p{
    font-size:17px;
    margin-bottom:30px;
}
.about1_l p:last-child{
    margin-bottom:0;
}
.about1_r{
    width: 35%;
    float: right;
    font-size:28px;
}
.about1_r p{
    line-height: 1.6em;
}
.about1_r p img{
    margin-bottom:25px;
}
.pz_list{

}
.pz_list li{
/*    width: calc(100% / 3);*/
    width: 33.33333%;
    overflow: hidden;
    position: relative;
    float: left;
}
.pz_list li .imgs{
    overflow: hidden;
}
.pz_list li .imgs .pz_list_bg{
    transition: all 0.3s ease-out;
    transform: scale(1.05);
}
.pz_list li .text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.pz_list li .text .img{
    position: relative;
    margin-bottom: 40px;
    width: 78px;
    height: 70px;
}
.pz_list li .text .img img{
    position: absolute;
    top:0;
    left:0;
    vertical-align: middle;
    transition: all 0.3s ease-out;
}
.pz_list li .text h3{
    margin-bottom: 10px;
    font-size: 32px;
    line-height:1em;
    font-weight: normal;
}
.pz_list li .text p{
    font-size: 18px;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.pz_list li:hover .pz_list_bg{
    transition: all 0.3s;
    transform: scale(1.1);
}
.pz_list li:hover .text .img img{
    transition: all 0.3s;
    top:5px;
}
.gshj_list{
    display: flex;
    flex-wrap: wrap;
}
.gshj_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:60px;
}
.gshj_list li:nth-child(3n){
    margin-right: 0;
}
.gshj_list li a{
    display: block;
}
.gshj_list li .img{
    overflow: hidden;
}
.gshj_list li .img img{
    transition: all 0.6s ease-out;
}
.gshj_list li h3{
    font-size:22px;
    padding:10px;
    border-bottom: 5px solid #807c7c;
}
.gshj_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.gshj_list li:hover h3{
    color: #f4ac10;
    border-color: #f4ac10;
}
.title3{
    text-align: center;
    padding:20px 0 45px;
}
.title3 h3{
    font-size:36px;
    color: #f4ac10;
    font-weight: normal;
    line-height: 1em;
}
.title3 p{
    font-size:20px;
    color: #666666;
    text-transform: uppercase;
}
#certify {
    position: relative;

}
#certify .swiper-container {
    padding-bottom: 75px;
}
#certify  .swiper-slide {
    width: 520px;
/*    height: 408px;*/
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    text-align: center;
}
#certify  .swiper-slide img{
    display:block;
    margin:0 auto;
}
#certify  .swiper-slide p {
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    margin: 0;
}
#certify .swiper-pagination {
    width: 100%;
    bottom: 0px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet { 
    margin: 0 5px; 
    position: relative;
    border:none; 
    background-color: #ccc;
    width: 10px;  
    height: 10px;
    opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet::before{ 
    position:absolute; 
    content: ''; 
    display: block; 
    width: 0; 
    height: 0; 
    border-radius: 50%; 
    font-size: 0; 
    overflow: hidden; 
    left:50%; top:50%; 
    -webkit-transform: translateX(-50%) translateY(-50%); 
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;transition: .3s; 
    background-color: #0c5ca5;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active::before{
    width:100%; 
    height: 100%;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border:none; 
    background-color: transparent; 
    background-color: #0c5ca5\9;
    *background-color: #0c5ca5;
}
#certify .swiper-button-prev {
    left: -0px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    margin-top:-55px;
    outline: none;
}
#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}
#certify .swiper-button-next {
    right: -0px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
    margin-top:-55px;
    outline: none;
}
#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.hz1{
    padding:45px 0 80px;
}
.hz2{
    background:#fafafa;
}
.hz_list{
    display: flex;
    flex-wrap: wrap;
}
.hz_list li{
    padding:10px;
    border:1px solid #f1f1f1;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom:20px;
}
.hz_list li:nth-child(5n){
    margin-right:0;
}


.swiper-div{
    margin-top:1.75rem;
    position:relative;
    padding:0 2.25rem;
}
.swiper-div .deve-swiper{
    position:relative;
    overflow:hidden;
    width:calc(100% - 0.75rem);
    padding-left:0.75rem;
}
.swiper-div .deve-swiper .swiper-slide{
    width:38%;
}
.swiper-div .deve-swiper .swiper-slide .item-div{
    position:relative;
    height:14rem;
}
.swiper-div .deve-swiper .div-litem{
    position:relative;
    height:6rem;
    overflow: hidden;
}

.swiper-div .deve-swiper .div-litem .yeaer{
    position:absolute;
    bottom:-0.65rem;
    font-size:0.4rem;
    color:#000;
    line-height:0.4rem;
    transform:translateX(-50%);
}
.swiper-div .deve-swiper .div-litem.cur .yeaer{
    bottom:-1.75rem;
}
.swiper-div .deve-swiper .div-litem.cur .yeaer:after{
    position:absolute;
    width:4px;
    height:4px;
    border-radius:50%;
    background-color:#dd6c47;
    content:"";
    top: -0.15rem;
    left: 50%;
}
.swiper-div .deve-swiper .dic2 .yeaer{
    position:absolute;
    top:-1.75rem;
    font-size:0.4rem;
    color:#000;
    line-height:0.4rem;
    transform:translateX(-50%);
}
.swiper-div .deve-swiper .left{
    float:left;
    padding-left:0.5rem;
    border-left:1px solid #e5e5e5;
    min-height:6rem;
}
.swiper-div .deve-swiper .left img{
    width:100%;
}
.swiper-div .deve-swiper .right{
    padding:0 4%;
    float:left;
    width:41.3%;
}
.swiper-div .deve-swiper .right .name{
    font-size:0.75rem;
    color:#000;
    font-family: "PINGFANG BOLD_1";
    line-height:0.8rem;
    transition:all 0.3s;
}
.swiper-div .deve-swiper .right .name-p{
    font-size:0.4rem;
    margin-top:0.5rem;
    color:#666;
    line-height:0.6rem;
}

.swiper-div .deve-swiper .swiper-slide .item-div .dic2{
    position:absolute;
    bottom: 0;
    left:50%;
    width:100%;
}
.swiper-div .deve-swiper .swiper-slide .item-div .dic2 .left{
    line-height:6rem;
}
.swiper-div .deve-swiper .swiper-slide .item-div .dic2 .right{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-div .deve-swiper .deve-page{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    height:11px;
    background-color:transparent;
    background-image:url(../images/xiandian.png)
}
.swiper-div .deve-swiper .deve-page .swiper-scrollbar-drag{
    background: transparent;
}
.swiper-div .deve-button-prev,.swiper-div .deve-button-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:1.5rem;
    height:1.5rem;
    background-color:#f5f5f5;
    background-repeat:no-repeat;
    background-position:center;
    background-size:8px;
    transition:all 0.3s;
    cursor:pointer;
}
.swiper-div .deve-button-prev{
    left:0;
    background-image:url(../images/prev2.png)
}
.swiper-div .deve-button-prev:hover {
    background-color: #f4ac10;
    background-image: url(../images/prev1.png);
}
.swiper-div .deve-button-next{
    right:0;
    background-image:url(../images/next2.png)
}
.swiper-div .deve-button-next:hover {
    background-color: #f4ac10;
    background-image: url(../images/next1.png);
}
.pho-swipertdiv{
    display:none;
    margin-top:0.3rem;
}
.pho-swipertdiv .yearli{
    font-size:0;
    text-align:center;
}
.pho-swipertdiv .yearli li{
    display:inline-block;
    font-size:15px;
    color:#000000;
    margin: 0 0.4rem;
    border-bottom:1px solid #000000;
    padding-bottom:0;
}
.pho-swipertdiv .yearli li.cur{
    color:#dd6c47;
    border-bottom:1px solid #dd6c47;
}
.pho-swipertdiv .ajax-yearlu{
    margin-top:0.5rem;
}
.pho-swipertdiv .ajax-yearlu ul{
    display: none;
    margin-top:15px;
}
.pho-swipertdiv .ajax-yearlu li{
    padding-bottom:12px;
    margin-bottom:12px;
    border-bottom:1px solid #e5e5e5;
}
.pho-swipertdiv .ajax-yearlu li .img{
    float:left;
    width:45%;
    overflow: hidden;
}
.pho-swipertdiv .ajax-yearlu li .img img{
    width:100%;
}
.pho-swipertdiv .ajax-yearlu li .img-right{
    float:right;
    width:50%;
}
.pho-swipertdiv .ajax-yearlu li .img-right .nam{
    font-size:15px;
    line-height:2em;
    color: #333;
}
.pho-swipertdiv .ajax-yearlu li .img-right .nam-p{
    font-size:14px;
    line-height:1.6em;
    color:#666666;
/*    margin-top:5px;*/
}
@media(max-width: 1600px){
    .about1_l h3{
        font-size:30px;
    }
    .about1_l h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .about1_l p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .about1_r{
        font-size:24px;
    }
    .pz_list li .text .img{
        margin-bottom: 25px;
    }
    .pz_list li .text h3 {
        font-size: 26px;
    }
    .pz_list li .text p{
        font-size: 16px;
    }
    .title3 {
        padding: 20px 0;
    }
    .title3 h3{
        font-size:26px;
    }
    .title3 p {
        font-size: 17px;
    }
    .hz1 {
        padding: 45px 0;
    }
    .hz_list li {
        padding: 6px;
        margin-bottom: 15px;
    }
}
@media(max-width: 1440px){
    .gshj_list li{
        margin-bottom: 30px;
    }
    .gshj_list li h3{
        font-size:20px;
        border-bottom: 3px solid #807c7c;
    }
}
@media(max-width: 1259px){
    .about1_l{
        width: 60%;
    }
    .about1_l h3{
        font-size:24px;
    }
    .about1_l h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .about1_l p {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .about1_r{
        font-size:20px;
    }
    .gshj_list li{
        margin-bottom: 20px;
    }
    .gshj_list li h3{
        font-size:18px;
        border-bottom: 2px solid #807c7c;
    }
    .pz_list li .text h3 {
        font-size: 24px;
    } 
    .title3 h3{
        font-size:24px;
    }
    .title3 p {
        font-size: 16px;
    } 
    .hz_list li {
        padding: 5px;
        margin-bottom: 10px;
        width: 23.5%;
    } 
    .hz_list li:nth-child(5n) {
        margin-right: 2%;
    }
    .hz_list li:nth-child(4n) {
        margin-right: 0;
    } 
}
@media(max-width: 1024px){
    .hz1 {
        padding: 30px 0;
    }
    .pz_list li .text h3 {
        font-size: 22px;
    }
}
@media(max-width: 768px){
    .about1 {
        padding: 0px 0 100px;
    }
    .about1_l,.about1_r{
        width: 100%;
        float: none;
    }
    .about1_l h3{
        font-size:20px;
    }
    .about1_l h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about1_r{
        font-size:18px;
        margin-top:15px;
        text-align: center;
    }
    .about1_r p img {
        margin-bottom: 15px;
    }
    .gshj_list li h3{
        font-size:16px;
    }
    .pz_list li .text h3 {
        font-size: 24px;
    } 
    .pz_list li .text{
        padding:0 10px;
    }
    .pz_list li .text .img{
        width: 50px;
        height: 60px;
        margin-bottom: 10px;
    }
    .pz_list li .text .img img{
        max-width: 50px;
    }
    .pz_list li .text h3 {
        font-size: 20px;
    }
    .pz_list li .text p {
        font-size: 14px;
        text-align:center;
    }
    #certify .swiper-container {
        padding-bottom: 50px;
    }
    #certify .swiper-slide p {
        line-height: 42px;
        font-size: 16px;
    }
    #certify .swiper-button-next,#certify .swiper-button-prev{
        display: none;
    }
    .title3 h3{
        font-size:22px;
    }
    .title3 p {
        font-size: 14px;
    }
    .hz_list li {
        width: 32%;
    } 
    .hz_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .hz_list li:nth-child(3n) {
        margin-right: 0;
    } 
}
@media(max-width: 767px){
    .about1_l h3 {
        font-size: 18px;
    }
    .gshj_list li{
        width: 49%;
    }
    .gshj_list li:nth-child(3n){
        margin-right: 2%;
    }
    .gshj_list li:nth-child(2n){
        margin-right: 0%;
    }
    .gshj_list li h3{
        padding:5px;
        font-size: 15px;
    }
    .pz_list li{
        width: 100%;
    }
    .pz_list li .text h3 {
        font-size: 16px;
    } 
    .hz1 {
        padding: 15px 0;
    }
    .hz_list li {
        width: 49%;
    } 
    .hz_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .hz_list li:nth-child(2n) {
        margin-right: 0;
    }   
    .swiper-div{
        display: none;
    } 
    .pho-swipertdiv {
        display: block;
    }
}


/*news*/
.news_list{
    padding: 20px 50px;
/*    box-shadow: 0px 0px 15px #ccc;  */  
}
.news_list li{
    display: flex;
    flex-wrap: wrap;
    padding:45px 0 25px;    
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-bottom: 1px solid #f0f0f0;
}
.news_list li .img{
    width: 25%;
    overflow: hidden;
    display: block;
}
.news_list li .img img{
    transition: all 0.6s ease-out;
}
.news_list li .text{
    width: 75%;
    padding:0 0 0 64px;
}
.news_list li .text h3 a{
    display: block;
    font-weight: normal;
    font-size: 22px;
    color: #333;
    line-height: 1.2em;
    margin-bottom: 20px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li .text p{
    font-size: 15px;
    color: #666;
}
.news_list li .text a.mores{
    margin-top: 40px;
}
.news_list li .text .text_l{
    width: 75%;
    float: left;
}
.news_list li .text .text_r{
    width: 25%;
    float: right;
    color: #ccc;
    text-align:right;
}
.news_list li:hover .img img{
    transition: all 0.6s;
    transform: scale(1.05);
}
.date1{
    font-size: 44px;
    line-height:1em;
}
.line2{
    width: 30px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    margin: 34px 0 16px;
}
.date2{
    font-size: 20px;
    line-height:1em;
}

.news_list li:hover .text h3 a{
    color: #f4ac10;
}
.news_list li:hover{
    border-bottom: 1px solid #999;
}
a.mores{
    margin-top:30px;
    position: relative;
    display: block;
}
a.mores p{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #f4ac10;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
a.mores i{
    display: block;
    position: absolute;
    left: 7px;
    width: 14px;
    height: 7px;
    background: url(../images/jt2.png) no-repeat;
    top: 10.5px;
}
a.mores span{
    font-size: 14px;
    color: #f4ac10;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    height: 28px;
    line-height: 28px;
}
@keyframes newsDh {
    0% {left: 7px;opacity: 1;}
    25%{left: 14px;opacity: 0;}
    75%{left: -14px;opacity: 0;}
    100% {left: 7px;opacity: 1;}
}
a.mores:hover i{
    animation: newsDh .4s linear both;
}
.news_detail{

}
h1.title{
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.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;
}
@media(max-width: 1600px){
    .news_list{
        padding: 15px 30px;
    }
    .news_list li .text h3 a{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .news_list li .text{
        padding: 0 0 0 30px;
    }
    .news_list li .text a.mores {
        margin-top: 20px;
    }
    .date1{
        font-size: 32px;
    }
    .line2{
        margin: 25px 0 20px;
    }

    h1.title{
        font-size:24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    .news_list li .text p{
        font-size: 14px;
    }
}
@media(max-width: 1259px){
    .news_list {
        margin-top: 25px;
    }
    .news_list li{
        padding:25px 0;
    }
    .news_list li .text {
        padding: 0 0 0 20px;
    }
    .news_list li .text h3 a {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .news_list li .text p{
        font-size:12px;
    }
    .news_list li .text a.mores {
        margin-top: 10px;
    }
    .date1 {
        font-size: 26px;
    }
    .line2 {
        margin: 15px 0;
    }
    .date2 {
        font-size: 16px;
    }
    h1.title{
        font-size:20px;
    } 
    .info_title{
        padding-bottom: 10px;
        margin-bottom:15px;
    }
}
@media(max-width: 992px){
    
}
@media(max-width: 768px){
    .news_list{
        padding: 10px 20px;
    }
    .news_list li{
        padding:15px 0;
    }
    .news_list li .text .text_l{
        width: 80%;
    } 
    .news_list li .text .text_r{
        width: 20%;
    } 
    a.mores{
        margin-top:10px;
    }
    h1.title{
        font-size:18px;
    }     
}
@media(max-width: 640px){
    .news_list {
        margin-top: 0px;
        padding: 10px;
    }
    .news_list li{
        padding:10px 0;
    }
    .news_list li .img {
        width: 100%;
    }
    .news_list li .text {
        padding: 10px 0 0 0px;
        width: 100%;
    }
    .news_list li .text .text_l{
        width: 100%;
    }
    .news_list li .text .text_r{
        display: none;
    }
    .date1 {
        font-size: 22px;
    }
    .line2 {
        margin: 10px 0;
    }
    .date2 {
        font-size: 14px;
    }
    h1.title{
        font-size:16px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }     
}


/*about*/
#about1{
    padding: 55px 0 85px;
}
.n_title1{
    font-size: 40px;
    color:#333333;
    text-align:center;
    position: relative;
    padding-bottom: 10px;
}
.n_title1:before{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -23px;
    width: 46px;
    height: 4px;
    background:#ffaf04;
}
.about1_text{
    padding:25px 0 55px;
}
.about1_text p{
    font-size: 16px;
    color: #555;
    margin-top:10px;
    text-indent: 2em;
}
.about1_num{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.about1_num li{
    width: 250px;
    padding:35px 10px;
    border:1px solid #e5e5e5;
    text-align:center;
    color: #ffaf04;
    margin-right: 70px;
}
.about1_num li:last-child{
    margin-right:0;
}
.about1_num li h3{
    font-size: 48px;
    line-height:1em;
}
.about1_num li p{
    font-size: 16px;
    margin-top:10px;
}
.about1_num li:hover{
    color: #fff;
    background:#ffaf04;
    border-color: #ffaf04;
}
#about2{
    padding: 70px 0 100px;
    background:#f2f2f2;
}
.about2_hj{
    display: flex;
    flex-wrap: wrap;
    margin-top:65px;
}
.about2_hj li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom:15px;
}
.about2_hj li:nth-child(4n){
    margin-right: 0;
}
#about3{
    padding:85px 0 130px;
}
.about3_wh{
    display: flex;
    flex-wrap: wrap;   
    margin-top:60px; 
}
.about3_wh li{
    position: relative;
    overflow: hidden;
    width: 23.5%;
    margin-right:2%;
}
.about3_wh li:last-child{
    margin-right:0%;    
}
.about3_wh li .img{
    overflow: hidden;
}
.about3_wh li .img img{
    object-fit: cover;
    transition: all .4s ease;    
}
.about3_wh li .text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(31, 92, 203, .5);
    transition: all .6s ease;
    display: flex;
    align-items: center;    
}
.about3_wh li .text .cont{
    width: 100%;
    text-align: center;
}
.about3_wh li .text .img1{
    width: 100%;
    height: 70px;
    line-height: 70px;
}
.about3_wh li .text h3{
    font-size: 24px;
    color: #fff;
    margin-top: 32px;
    line-height:1em;    
}
.about3_wh li .text p{
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    height: 0;
    overflow: hidden;
    transition: all .4s ease;    
}
.about3_wh li:hover .text{
    background: rgba(31, 92, 203, 1);
}
.about3_wh li:hover .img img{
    transform: scale(1.04);
}
.about3_wh li:hover .text p{
    height: 16px;
    line-height:16px;
}
@media(max-width: 1600px){
    #about1 {
        padding: 55px 0;
    }
    .n_title1{
        font-size: 32px;
        padding-bottom: 5px;
    }
    .about1_text {
        padding: 20px 0 50px;
    }
    .about1_text p {
        font-size: 15px;
        margin-top: 5px;
    }    
    .about1_num li {
        padding: 30px 10px;
        margin-right: 50px;
    }
    .about1_num li h3 {
        font-size: 42px;
    }
    .about1_num li p {
        font-size: 16px;
        margin-top: 5px;
    }
    #about2 {
        padding: 70px 0;
    }
    .about2_hj {
        margin-top: 50px;
    }
    #about3 {
        padding: 85px 0;
    }
    .about3_wh li .text h3{
        margin-top:25px;
    }

}
@media(max-width: 1440px){
    .n_title1{
        font-size: 30px;
    } 
    .about3_wh{
        margin-top:50px;
    }   
}
@media(max-width: 1259px){
    #about1 {
        padding: 50px 0;
    }
    .n_title1{
        font-size: 26px;

    }    
    .n_title1:before {
        margin-left: -18px;
        width: 36px;
        height: 3px;
    }
    .about1_text p {
        font-size: 14px;
        margin-top: 0px;
    } 
    .about1_num li {
        padding: 20px 10px;
        margin-right: 30px;
    }
    .about1_num li h3 {
        font-size: 36px;
    } 
    #about2 {
        padding: 50px 0;
    }
    .about2_hj {
        margin-top: 40px;
    }
    #about3 {
        padding: 60px 0;
    }
    .about3_wh{
        margin-top:40px;
    }

}
@media(max-width: 992px){
    #about1 {
        padding: 40px 0;
    }    
    .about1_num li{
        width: 32%;
        margin-right: 2%;
    }
    .about1_num li h3 {
        font-size: 32px;
    }
    .about1_num li p {
        font-size: 15px;
    }
    #about3 {
        padding: 50px 0;
    }
    .about3_wh li .text .img1 img{
        height: 60px;
    }
    .about3_wh li .text h3 {
        margin-top: 10px;
        font-size: 18px;
    }
}
@media(max-width: 768px){
    .n_title1{
        font-size: 24px;
    }  
    .about1_text {
        padding: 20px 0 30px;
    } 
    #about2 {
        padding: 40px 0;
    } 
    .about2_hj {
        margin-top: 40px;
    }
    .about2_hj li{
        width: 32%;
        margin-right: 2%;
        margin-bottom:10px;
    }
    .about2_hj li:nth-child(3n){
        margin-right: 0;
    }
    #about3 {
        padding: 40px 0;
    }
    .about3_wh{
        margin-top:30px;
    }
    .about3_wh li .text p {
        font-size: 14px;
        margin-top: 10px;
    }
}
@media(max-width: 640px){
    #about1 {
        padding: 20px 0 30px;
    }
    .n_title1{
        font-size: 20px;
    } 
    .about1_text {
        padding: 20px 0 15px;
    }  
    .about1_num li{
        padding: 15px 6px;
    }
    .about1_num li h3 {
        font-size: 24px;
    } 
    .about1_num li p {
        font-size: 14px;
        line-height: 1.6em;
    }
    #about2 {
        padding: 30px 0;
    } 
    .about2_hj {
        margin-top: 20px;
    }
    .about2_hj li{
        width: 49%;
        margin-bottom:5px;
    }
    .about2_hj li:nth-child(3n){
        margin-right: 2%;
    }
    .about2_hj li:nth-child(2n){
        margin-right: 0%;
    }
    #about3 {
        padding: 30px 0;
    }
    .about3_wh li {
        width: 49%;
        margin-bottom:5px;
    }
    .about3_wh li:nth-child(2n) {
        margin-right: 0;
    }
    .about3_wh li .text .img1 img{
        height: 50px;
    }
    .about3_wh li .text h3 {
        margin-top: 10px;
        font-size: 16px;
    }
}

/*contact*/
.n_banner2{
    position: relative;
    width: 100%;
    background-size:0px!important;
}
.n_banner_text3{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -190px;
    width: 100%;
    font-family: "Source Sans";    
}
.n_banner_text3 .text{

}
.n_banner_text3 .text em{
    font-style: normal;
    color: #fff;
    display: block;
    font-size:32px;
}
.n_banner_text3 .text i{
    font-style: normal;
    color: #fff;
    display: block;
    font-size:16px;
    padding:10px 0 25px;
}
.n_banner_text3 .text p.p1{
    max-width: 470px;
    color: #fff;
    padding-left: 50px;
    background:url(../images/tel3.png) no-repeat left center;
    border-bottom: 1px dotted #fff;
    height: 50px;
    line-height:50px;
    font-size:28px;
}
.n_banner_text3 .text p.p1 span:last-child{
    margin-left: 35px;
}
.n_banner_text3 .text p.p2{
    padding:15px 0 30px;
    color: #fff;
    font-size:16px;
}
.n_banner_text3 .text ul{
    display: flex;
    flex-wrap: wrap;
}
.n_banner_text3 .text ul li{

}
.n_banner_text3 .text ul li a{
    display: inline-block;
    font-size:14px;
    color: #fff;
    height: 50px;
    line-height:50px;
    padding:0 18px;
    background:#f4ac10;
    border-radius: 8px;
    text-align:center;
}
.n_banner_text3 .text ul li a img{
    margin-right: 8px;
}
.n_banner_text3 .text ul li:nth-child(2){
    margin: 0 32px;
}
.n_contact{
    margin-bottom:65px;
    margin-top:-120px;
    position: relative;
    z-index: 9;
}
.n_contact ul{
    display: flex;
    flex-wrap: wrap;
    background: #f6f6f6;
    border-radius: 10px;
    padding:0 5%;
}
.n_contact ul li{
    width: 48%;
    padding:60px 45px;
    /*border-radius: 10px;*/
    overflow: hidden;
    /*background: #f6f6f6;*/
    position: relative;
    margin-right: 4%;
}
.n_contact ul li:last-child{
    margin-right: 0;
}
.n_contact ul li h3{
    font-size:28px;
    color: #4c4c4c;
    font-weight: normal;
    margin-bottom:30px;
} 
.n_contact ul li .text{

}
.n_contact ul li h4{
    font-size:22px;
    color: #4c4c4c;  
    font-weight: normal;  
}
.n_contact ul li .text p{
    padding-left: 35px;
    font-size:17px;
    color: #808080;
    line-height:36px;
}
.n_contact ul li .text p:nth-child(1){
    background:url(../images/nc1.png) no-repeat left center;
}
.n_contact ul li .text p:nth-child(2){
    background:url(../images/nc2.png) no-repeat left center;
}
.n_contact ul li .text p:nth-child(3){
    background:url(../images/nc3.png) no-repeat 2px center;
}
/*.n_contact ul li:hover{*/
/*    background:#f4ac10;*/
/*}*/
/*.n_contact ul li:hover h3,.n_contact ul li:hover h4{*/
/*    color: #fff;*/
/*}*/
/*.n_contact ul li:hover p{*/
/*    color: #fff;*/
/*}*/
/*.n_contact ul li:hover .text p:nth-child(1){*/
/*    background:url(../images/nc4.png) no-repeat left center;*/
/*}*/
/*.n_contact ul li:hover .text p:nth-child(2){*/
/*    background:url(../images/nc5.png) no-repeat left center;*/
/*}*/
/*.n_contact ul li:hover .text p:nth-child(3){*/
/*    background:url(../images/nc6.png) no-repeat 2px center;*/
/*}*/
.n_contact ul li .text3{
    text-align:center;
    font-size:17px;
    color: #808080;
    width: 100%;
}
.n_contact ul li .text4{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}
.n_contact ul li .text4 a{
    display: block;
    width: 271px;
    height: 66px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.n_contact ul li .text4 a img{
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.n_contact ul li:hover .text4 a img{
    top:-66px;
}
.n_contact ul li .text5 p{
    background:url(../images/nc1.png) no-repeat left center!important;
}
.n_contact ul li:hover .text5 p{
    background:url(../images/nc4.png) no-repeat left center!important;
}
/*.n_contact ul li:nth-child(1) .text p:nth-child(2){
    background:url(../images/nc1.png) no-repeat left center;    
}
.n_contact ul li:nth-child(1):hover .text p:nth-child(2){
    background:url(../images/nc4.png) no-repeat left center;    
}*/

.n_contact ul li:first-child{

}
.n_contact ul li:nth-child(2){
     margin:0 2%;  

}
.n_contact ul li:last-child{
    display: flex;
    flex-wrap: wrap;
}
.n_contact ul li .text2{
    width: 51%;
}
.n_contact ul li .text2 h4{
    font-size:28px;
    color: #606061;
    padding:40px 0 15px;
}
.n_contact ul li .text2 h4 span{
    font-size:16px;
    font-weight: normal;
    margin-left: 10px;
}
.n_contact ul li .text2 em{
    font-style: normal;
    display: block;
    font-size:24px;
    color: #606061;
    line-height: 1em;    
}
.n_contact ul li .img{
    width: 49%;
}
.n_contact ul li:hover .text2 h4{
    color: #fff;
}
.n_contact ul li:hover .text2 h4 span{
    color: #fff;
}
.n_contact ul li:hover .text2 em{
    color: #fff;  
}
.n_map{
    height: 500px;
    overflow: hidden;
}
.n_map2{
    display: none;
}

@media(max-width: 1600px){
    .n_banner_text3{
        margin-top:-110px;
    }
    .n_banner_text3 .text em{
        font-size:26px;
    }
    .n_banner_text3 .text i {
        font-size: 15px;
        padding: 0px 0 10px;
    }
    .n_banner_text3 .text p.p1{
        font-size:24px;
    }
    .n_banner_text3 .text p.p2 {
        padding: 12px 0 20px;
        font-size: 15px;
    }
    .n_contact{
        margin-top:-80px;
    }
    .n_contact ul li {
        padding: 30px 25px;
    }
    .n_contact ul li h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .n_contact ul li .text p{
        font-size:15px;
    }
    .n_contact ul li .text2 h4 {
        font-size: 24px;
        padding: 25px 0 10px;
    }
    .n_contact ul li .text2 h4 span{
        font-size:15px;
    }
    .n_contact ul li .text2 em{
        font-size:18px;
    }
    .n_map{
        height: 350px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .n_contact{
        margin-top:20px;
        margin-bottom: 40px;
    }
    .n_contact ul li{
        background:#f7f7f7;
        padding: 25px 15px;
    }
    .n_contact ul li h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .n_contact ul li .text p{
        line-height:1.6em;
        padding:5px 0 5px 32px;
    }
    .n_map{
        height: 300px;
    }    
}
@media(max-width: 992px){
    .n_banner_text3 {
        margin-top: -40px;
    }
    .n_banner_text3 .text em {
        font-size: 22px;
    }
    .n_banner_text3 .text p.p1 {
        font-size: 20px;
        border:none;
        max-width: 100%;
    }
    .n_banner_text3 .text p.p2{
        display: none;
    }
    .n_banner_text3 .text ul{
        display: none;
    }
    .n_contact {
        margin-bottom: 20px;
    }
    .n_contact ul li{

        padding: 15px 10px;
    }
    .n_contact ul li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .n_contact ul li .text2 h4 span{
        display: block;
        margin-left: 0;
    }  
    .n_contact ul li .text p {
        font-size: 14px;
    }
    .n_contact ul li .text2 em {
        font-size: 15px;
    }  
    .n_map{
        height: 250px;
    } 
}
@media(max-width: 768px){
    .n_map{
        display:none;
    } 
    .n_map2{
        height:250px;
        display:block;
    }    
    .n_contact ul{
        padding:0;
    }
}
@media(max-width: 640px){
    .n_banner2{
        background-size: cover!important;
        padding: 70px 0 30px;
    }
    .n_banner2 img{
        display: none;
    }
    .n_banner_text3{
        position: relative;
        left:0;
        top:0;
        margin-top:0;
    }
    .n_banner_text3 .text em {
        font-size: 20px;
    }
    .n_banner_text3 .text i {
        font-size: 14px;
        padding: 0px 0 0px;
    }
    .n_banner_text3 .text p.p1{
        font-size:18px;
    }
    .n_banner_text3 .text p.p1 span:last-child {
        margin-left: 15px;
    }
    .n_contact {
        margin-bottom: 10px;
    }
    .n_contact ul li{
        width: 100%;
        margin-bottom: 10px;
    }  
    .n_contact ul li:nth-child(2){
         margin:0 0% 10px 0;  
         display: none;
    }
    .n_contact ul li:last-child{
        padding:20px 0;
        height: 150px;
        display: none;
    }
    .n_contact ul li .text2{
        padding-top:15px;
    }
    .n_contact ul li .text2 h4{
        font-size:20px;
    }
    .n_contact ul li .text2 h4 span {
        display: inline-block;
        margin-left: 10px;
    }
    .n_contact ul li .text2 em {
        font-size: 18px;
    }
    .n_map{
        height: 220px;
    }   
    .n_map2{
        height:220px;
    } 
}


.container4{
    width: 92%;
    max-width: 1470px;
    margin:0 auto;
}
.f_message{
    padding:95px 0;
/*    background: url(../images/f_message.jpg) no-repeat center;
    background-size: cover;*/
}
.f_message h2{
    text-align: center;
    font-size: 46px;
    color: #444;
    font-weight: normal;
    line-height: 1em;
}
.f_message h3{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: normal;
    padding-top:15px;
    padding-bottom: 45px;
}
.f_message h3 span{
    display: block;
    margin:0 30px;
    font-size: 20px;
    color: #3d3d3d;
}
.message1{

}
.message1 ul li{
    width: 23%;
    margin-right: 4%;
    float: left;
}
.message1 ul li input{
    background: none;
    border:1px solid #999;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    text-indent: 15px;
    outline: none;
    color: #fff;
}
.message1 ul li select{
    background: none;
    border:1px solid #999;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    text-indent: 15px;
    color: #fff;
    outline: none;
}
.m_btn{
    width: 18%;
    float: right;
}
.m_btn input{
    background: #666;
    font-size: 18px;
    color: #fff;
    border:1px solid #666;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    text-align: center;
    outline: none;  
    cursor: pointer;
}
.m_btn input:hover{
    background: #f4ac10;
    border: 1px solid #f4ac10;
}

@media(max-width: 1600px){
    .f_message{
        padding:70px 0;
    }
}
@media(max-width: 1440px){
    .f_message{
        padding:60px 0;
    }
    .f_message h2{
        font-size:36px;
    }
    .f_message h3 span{
        font-size:16px;
    }
    .m_btn input{
        font-size:16px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .f_message{
        padding:30px 0;
    }
    .message1 ul li{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .m_btn{
        margin-right: 2%;
        width: 48%;
    }
    .f_message h2{
        font-size: 32px;
    }
    .f_message h3{
        padding:10px 0 20px 0;
    }
}
@media(max-width: 640px){
    .f_message h2{
        font-size: 24px;
    }
    .f_message h3 span{
        font-size: 16px;
    }
    .message1 ul li{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .m_btn {
        margin-right: 0%;
        width: 60%;
        margin:0 auto;
        float: none;
    }
}



/*job*/
.id-info {
 padding: 2.25rem 0;
}
.id-info .info {
 height: 10rem;
}
.id-info .con {
 width: 50%;
 height: 100%;
 padding-right: 4rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.id-info .con h5 {
 color: #f4ac10;
 margin-bottom: 0.7rem;
 font-size:1rem;
 font-weight: 400;
}
.id-info .con p {
 color: #888;
 line-height: 1.8;
 font-size: 0.45rem;
}
.id-info .img {
 width: 50%;
 height: 100%;
}

.job_list{
    background-color: #f4f7fe;
    background-size: cover;  
    padding:2rem 0 1rem;
}
.job_list h4{
  font-weight: normal;
  font-size:26px;
  color: #f4ac10;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
.job_list h4:after{
  content:'';
  position: absolute;
  bottom:0;
  left:50%;
  width: 45px;
  height: 1px;
  margin-left: -27.5px;
  background:#47443d;
}
.school-wrap {
 padding-bottom: 2.5rem;
}
.school-wrap .list-title {
 width: 100%;
 height: 2rem;
 line-height: 2rem;
 background: #fff;
 color: #333;
 font-weight: bold;
 border-bottom: 1px solid #f1f1f1;
}
.school-wrap .list-title div{
     font-size: 0.4rem;   
}
.school-wrap .list-title .name {
 width: 18%;
 padding-left: 0.8rem;

}
.school-wrap .list-title .local {
 width: 14.6%;

}
.school-wrap .list-title .num {
 width: 14.6%;
}
.school-wrap .list-title .detail {
 width: 14.6%;
}
.school-wrap .list li .list-title {
 cursor: pointer;
 transition: all 0.3s ease 0s;
 height: 1.6rem;
 line-height: 1.6rem;
 color: #5d5d5d;
 font-weight: normal;
}
.school-wrap .list li .list-title .icon {
 right: 2.5rem;
 color: #505050;
}
.school-wrap .list li .list-title .icon i {
 width: 20px;
 height: 20px;
 background: url("../images/detail-add.png") no-repeat center center;
 background-size: contain;
 margin-left: 10px;
}
.school-wrap .list li .sub-wrap {
 padding: 1.5rem 0.8rem;
 position: relative;
 background: #fcfcfc;
 display: none;
}
.school-wrap .list li .sub-wrap h2 {
 color: #333;
 font-size: 0.5rem;
 margin-bottom: 1rem;
 font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con {
 padding-bottom: 1rem;
 margin-bottom: 1rem;
 border-bottom: 1px solid #e7edf5;
}
.school-wrap .list li .sub-wrap .sub-con h5 {
 margin-bottom: 0.5rem;
 color: #333;
 font-size: 0.45rem;
 font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con p {
 color: #505050;
 margin-bottom: 0.2rem;
}
.school-wrap .list li .sub-wrap .sub-con:last-child {
 border-bottom: none;
}
.school-wrap .list li .sub-wrap .apply {
 width: 3.75rem;
 height: 1.25rem;
 line-height: 1.25rem;
 text-align: center;
 color: #fff;
 font-size: 0.4rem;
 background: #f4ac10;
}
.school-wrap .list li.cur .icon {
 color: #f4ac10;
}
.school-wrap .list li.cur .icon i {
 width: 20px;
 height: 20px;
 background: url("../images/detail-less.png") no-repeat center center;
 background-size: contain;
 margin-left: 10px;
}

.dfj {
    display: flex;
    align-items: center;
    justify-content: center;
}
.poa {
    position: absolute;
}
.por {
    position: relative;
}
.dib {
    display: inline-block;
}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    
}
@media(max-width: 992px){
.id-info .info {
    height: auto;
}
    .id-info .con {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
    .id-info .img {
        width: 100%;
        height: 14rem;
        margin-top: 1rem;
    }
}
@media(max-width: 768px){
    .school-wrap{
        padding-bottom:1em;
    }
}
@media(max-width: 767px){
  .id-info{
    padding:0.6rem 0;
  }
  .job_list{
    padding:0.6rem 0 0;
  }
  .job_list h4{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  } 
    .id-info .img {
        height: 5rem;
        margin-top: 0.5rem;
    }
    .id-info .con h5 {
        margin:0;
        margin-bottom: 0.4rem;
        font-size: 0.44rem;
        line-height:1em;
    }
    .id-info .con p {
        font-size: 0.28rem;
    }
    .school-wrap .list-title{
        height: 1.4rem;
        line-height: 1.4rem;
    } 
    .school-wrap .list-title div{
        font-size: 0.28rem;    
    }
    .school-wrap .list li .list-title .icon span {
        display: none;
    } 
    .school-wrap .list-title .name {
        width: 30%;
        padding-left: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .school-wrap .list-title .local {
        width: 22%;
    }
    .school-wrap .list-title .num {
        width: 22%;
    } 
    .school-wrap .list li .list-title {
        height: 1.2rem;
        line-height: 1.2rem;
    }
    .school-wrap .list li .list-title .icon {
        right: 0.2rem;
        top: 0.35rem;
    }
    .school-wrap .list li .sub-wrap {
        padding: 0.3rem 0.2rem;
    }
    .school-wrap .list li .sub-wrap h2 {
        font-size: 0.36rem;
        margin-bottom: 0.4rem;
    }
    .school-wrap .list li .sub-wrap .sub-con {
        padding-bottom: 0.4rem;
        margin-bottom: 0.5rem;
    }
    .school-wrap .list li .sub-wrap .sub-con h5 {
        margin-bottom: 0.4rem;
        font-size: 0.32rem;
    }
    .school-wrap .list li .sub-wrap .sub-con p {
        margin-bottom: 0.1rem;
        font-size: 0.28rem;
    }
    .school-wrap .list li .sub-wrap .apply {
        width: 2.2rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.3rem;
    }
}



h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
    margin-top:30px;
}
.page a{
    font-size: 14px;
    color: #666;    
}
.tag_total{
    font-size: 24px;
    margin-bottom:30px;
    
}
@media(max-width: 768px){
    .tag_total{
        font-size: 20px;
        margin-bottom:20px;
    }
    .page{
        margin-top:20px;
    }
}


.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:#ffaf04;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #ffaf04;color:#ff0000;border:#efefef 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: #ffaf04;
    vertical-align: middle;
    border: 1px solid #ffaf04; 
    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: #ffaf04;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    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;
    }
    footer{
        margin-bottom:70px;
    }
}


.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;
    }
}


/* 右侧浮窗 */

#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: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    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: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#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);
}

#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: 70px;
    -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!important;
    }
}
