/*头部样式*/
.head_top{
    background:#ff9900;
    line-height: 32px;
}
.container{
    max-width: 1250px;
    width: 94%;
    margin: 0 auto;
}
a.head_top_a{
    display: block;
    padding-left: 24px;
    background:url(../images/jt1.png) no-repeat left center;
    font-size:14px;
    color: #fff;
    float: right;
    margin-right: 20px;
}
.language{
    position: relative;
    float: right;
    padding-left: 24px;
    background:url(../images/jt1.png) no-repeat left center;
    cursor: pointer;
    margin-right: 25px;
}
.language p{
    padding-left: 24px;
    padding-right: 24px;
    background:url(../images/h_icon1.png) no-repeat left center;
    color: #fff;
    position: relative;
}
.language p:before{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    width: 10px;
    height: 6px;
    background:url(../images/down1.png) no-repeat center;
    margin-top:-3px;
}
.language_a{
    position: absolute;
    top:32px;
    left:0;
    width: 100%;
    z-index:99;
    background:#fff;
    /*padding:5px 15px;*/
    display: none;
    box-shadow: 0px 0px 10px #ccc;
}
.language_a a{
    display: block;
    text-align: center;
}
.language:hover .language_a{
    display: block;
}
.language:hover p:before{
    transform:rotate(-180deg);
}
.language_a a:hover{
    background: #ff9900;
    color:#fff;
}
.head{
    padding:10px 0;
    border-bottom: 1px solid #d2d2d2;
}
.logo{
    float: left;
}
.logo a{
    display: flex;
}
.logo a h1{
    
}
.logo a .text{
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
}
.logo a .text:before{
    content:'';
    position: absolute;
    top:50%;
    margin-top:-17px;
    left:0;
    width: 1px;
    height: 34px;
    background: #dbdbdb;
}
.logo a .text h3{
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal
}
.logo a .text p{
    font-size: 12px;
}
a.head_a{
    display: block;
    float: right;
    width: 116px;
    line-height: 30px;
    border:1px solid #c4c4c4;
    border-radius: 5px;
    background:#f5f5f5;
    font-size:14px;
    color:#000;
    text-align:center;
    margin-top:14px;
    margin-right: 15px;
}
a.head_a .img1{
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 15px;
    background:url(../images/h_icon2.png) no-repeat center;
    position: relative;
    top: 3px;    
}
a.head_a:hover{
    background:#ff9900;
    color: #fff;
    border-color: #ff9900;
}
a.head_a:hover .img1{
    background:url(../images/h_icon2_h.png) no-repeat center;
}
.nav{
    position: relative;
    border-bottom: 1px solid #dadada;
}
.nav.scroll {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: #fff;
}
.nav .container{
    display: flex;
    justify-content: center;
}
.nav li{
    float: left;

/*    position: relative;*/
}
.nav li a.a1:before{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    width: 1px;
    height: 14px;
    background:#c0c0c0;
    margin-top:-7px;
}
.nav li:nth-child(1) a.a1:after{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 1px;
    height: 14px;
    background:#c0c0c0;
    margin-top:-7px;
}
.nav li a.a1{
    display: block;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 65px;
    text-transform: uppercase;
    padding:0 48px;
    position: relative;
}
.nav li a.a1 img{
    margin-right: 8px;
    display: inline-block;
    margin-top:-2px;
}
.nav li:hover a.a1{
    color: #ff9900;
}
.nav li .b_nav1{
    display: none;
}


.nav li .b_nav2{
    display: flex;
    padding:35px 10px 40px;
}
.b_nav2_li{
    width: 20%;
    padding-right: 20px;
}
.b_nav2_li .img{
    line-height: 85px;
    height: 85px;
}
.b_nav2_li h3{
    font-size:16px;
    color: #555;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
    margin-bottom:10px;
}
.b_nav2_li h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background:#ff9900;
}
.b_nav2_li a{
    display: block;
    font-size:15px;
    color: #555;
}
.b_nav2_li a:hover{
    color: #ff9900;
}
.nav_c{
    position: absolute;
    top:66px;
    left:0px;
    z-index: 999;
    background-color: #fff;
    width: 100%;

    display: none;
    width: 1920px;
    left:50%;
    margin-left: -960px;
    box-shadow: 0px 2px 10px #ccc;
}
.nav .b_nav{
    padding:50px 0;
    display: flex;
    flex-wrap: wrap;
}
.nav .b_nav .img{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav .b_nav .img img{
    max-width: 280px;
}
.nav .b_nav .b_nav_a{
    width: 30%;
/*    display: flex;
    flex-wrap: wrap;*/
}
.nav .b_nav .b_nav_a a{
    float: left;
    display: block;
    font-size: 16px;
    color: #555555;  
    line-height: 46px;
    height: 46px;    
    border-bottom: 1px solid #dadada;
    width: 40%;
    margin-right: 20%;
    padding-left:22px;
    background:url(../images/nav_icon1.png) no-repeat left center;
    overflow: hidden;
}
.nav .b_nav .b_nav_a a:nth-child(2n){
    margin-right: 0;
}
.nav .b_nav .b_nav_a a:hover{
    color: #ff9900;
/*    font-size:18px;*/
    background:url(../images/nav_icon1_h.png) no-repeat left center;
}
.nav .b_nav .text{
    width: 35.2%;
    margin-left: 4.8%;
    padding-left: 40px;
    padding-right: 15px;
    font-size:16px;
    color: #555555;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    border-left: 1px solid #dadada;
}


.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    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;*/
}
.msub-list{
    display: none;
}
.mobileNav{
    display: none;
    background-color: #c52b31;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}

@media(max-width: 1600px){
    .nav li a.a1{
        padding:0 45px;
        font-size:17px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1249px){
    .nav li a.a1 {
        padding: 0 32px;
        font-size: 16px;
    }
}
@media(max-width: 1024px){
    .logo a .text h3{
        font-size:16px;
    }
}
@media(max-width: 768px){
    .head_top,a.head_a{
        display:none;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }

}
@media(max-width: 767px){
    .logo a .text{
        display:none;
    }
    .logo{
        width: 40%;
/*        float: none;*/
    }
    .logo img{
        max-height:48px;
    }
    .menu-button{
        top:25px;
    }

}


#c-banner1{

}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 101;
    color: #fff;
}
.banner_text h3{
    font-size:46px;
    line-height: 1;
    margin-bottom:90px;
}
.banner_text_a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.banner_text_a a{
    display: block;
    width: 160px;
    line-height: 60px;
    height: 62px;
    border:1px solid #fff;
    background:rgba(255,153,0,.86);
    color: #fff;
    font-size:20px;
    margin:0 25px;
    transition:all 0.2s ease-out;
}
.banner_text_a a img{
    display: none;
    margin-left: 20px;
}
.banner_text_a a:hover{
    width: 172px;
}
.banner_text_a a:hover img{
    display: inline-block;
}
@media(max-width: 1600px){
    .banner_text h3{
        font-size:32px;
        margin-bottom:60px;
    }
    .banner_text_a a{
        width:150px;
        line-height:50px;
        height:52px;
        font-size:17px;
    }
}
@media(max-width: 1249px){

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

}
@media(max-width: 768px){
    .banner_text h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .banner_text_a a{
        width:100px;
        line-height:40px;
        height:42px;
        font-size:15px;
    }
    .banner_text_a a:hover{
        width: 120px;
    }
}
@media(max-width: 640px){

}



.index1{
    padding:78px 0 0;
}
.index_t1{
    text-align: center;
    margin-bottom:55px;
}
.index_t1 p{
    font-size:36px;
    color: #ff9900;
    font-weight: bold;
    line-height: 1;
    margin-bottom:5px;
    text-transform: uppercase;
}
.index_t1 h3{

}
.index_t1 h3 span{
    font-size:18px;
    color: #000;
    display: inline-block;
    position: relative;
    font-weight: normal;
}
.index_t1 h3 span:before{
    content:'';
    position: absolute;
    left:-25px;
    top:50%;
    width: 16px;
    height: 2px;
    background:#000000;
    z-index:9;
    margin-top:-1px;
}
.index_t1 h3 span:after{
    content:'';
    position: absolute;
    right:-25px;
    top:50%;
    width: 16px;
    height: 2px;
    background:#000000;
    z-index:9;
    margin-top:-1px;
}
.product_list1{
    display: flex;
    flex-wrap: wrap;
}
.product_list1 li{
    width: 49%;
    margin-right: 2%;
    height: 400px;
    margin-bottom:40px;
    position: relative;
}
.product_list1 li:nth-child(2n){
    margin-right: 0;
    display: flex;
    flex-direction: row-reverse;
}
.product_list1 li .img{
    height: 100%;
    display: flex;
    align-items:flex-end;
}
.product_list1 li:nth-child(2n) .img{
    text-align: right;
}
.product_list1 li .text{
    text-align: right;
    position: absolute;
    top:50px;
    right: 50px;
}
.product_list1 li:nth-child(2n) .text{
    left:50px;
    text-align: left;
}
.product_list1 li .text h3{
    font-size:30px;
    color: #333333;
    margin-bottom:30px;
    line-height: 1;
}
.product_list1 li .text .txt{

}
.product_list1 li .text .txt a{
    display: block;
    font-size:16px;
    color: #555555;
    line-height: 38px;
}
.product_list1 li .text .txt a:hover{
    color: #ff9900;
}
.product_list1 li .text .more2{
    text-align: right;
    margin-top:30px;
}
.product_list1 li:nth-child(2n) .text .more2{
    text-align: left;    
}
.product_list1 li .text .more2 a{
    font-size:16px;
    color: #ff9900;
    line-height: 35px;
    display: inline-block;
    transition:all 0.3s ease-out;
    margin-right: 10px;
}
.product_list1 li .text .more2 a:hover{
    padding-right: 32px;
    background:url(../images/more2.png) no-repeat right center;
    border-bottom: 1px solid #ff9900;
}
.product_list1 li:nth-child(1) .img{
    padding-left: 65px;
}
.product_list1 li:nth-child(2) .img{
    padding-right: 175px;
}
.product_list1 li:nth-child(3) .img{
    padding-left: 50px;
}
.product_list1 li:nth-child(4) .img{
    padding-right: 86px;
}

.product_list2{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.product_list2 li{
    width: 28%;
    margin-left: 2%;
    margin-bottom: 26px;
    background: #f1f1f1;
    height: 310px;
    float: left;
    padding:15px 25px 25px;
}

.product_list2 li .img{
    line-height: 90px;
    text-align: center;
}
.product_list2 li .img img{
    max-height: 86px;
}
.product_list2 li .text{
    
}
.product_list2 li .text h3{
    font-size: 22px;
    color: #333333;
    margin-top:10px;
}
.product_list2 li .text .txt{
    margin:5px 0 15px;
}
.product_list2 li .text .txt a{
    font-size: 14px;
    color: #333333;
    display: block;
}
.product_list2 li .text .txt a:hover{
    color: #ff9900!important;
}
.product_list2 li .text .more2 a{
    font-size:16px;
    color: #ff9900;
    line-height: 35px;
    display: inline-block;
    transition:all 0.3s ease-out;
    margin-right: 10px;
}
.product_list2 li .text .more2 a:hover{
    padding-right: 32px;
    background:url(../images/more2.png) no-repeat right center;
    border-bottom: 1px solid #ff9900;
}
.product_list2 li:nth-child(1){
    width: 40%;
    margin-left: 0%;
    margin-bottom: 0px;
    height: 646px;
    padding:60px 40px 30px;
}
.product_list2 li:nth-child(1) .img{
    line-height: 200px;
}
.product_list2 li:nth-child(1) .img img{
    max-height: 200px;
}
.product_list2 li:nth-child(1) .text h3{
    font-size: 26px;
    margin-top:25px;
}
.product_list2 li .text .txt {
    margin: 15px 0 25px;
}
.product_list2 li:nth-child(1) .text .txt a{
    font-size: 16px;
    color: #555555;
}
@media(max-width: 1600px){
    .index_t1 p{
        font-size:32px;
    }
    .product_list1 li .text {
        top: 20px;
        right: 20px;
    }
    .product_list1 li .text h3{
        font-size:24px;
        margin-bottom: 15px;
    }
    .product_list1 li .text .txt a {
        font-size: 15px;
        line-height: 2em;
    }
    .product_list1 li .text .more2{
        margin-top:20px;
    }
    .product_list1 li:nth-child(1) .img {
        padding-left: 30px;
    }
    .product_list1 li:nth-child(3) .img {
        padding-left: 30px;
    }
    .product_list1 li:nth-child(2n) .text {
        left: 20px;
    }
    .product_list2 li{
        height: 270px;
    }
    .product_list2 li .text h3 {
        font-size: 18px;
    }
    .product_list2 li .text .txt {
        margin: 10px 0 15px;
    }
    .product_list2 li:nth-child(1){
        height: 566px;
    }
    .product_list2 li:nth-child(1) .text h3 {
        font-size: 22px;
        margin-top: 20px;
    }
    .product_list2 li:nth-child(1) .text .txt a{
        font-size:14px;
    }
}
@media(max-width: 1249px){
    .index1 {
        padding: 60px 0 0;
    }
    .index_t1{
        margin-bottom:40px;
    }
    .index_t1 p{
        font-size:26px;
    }
    .product_list1 li{
        margin-bottom:30px;
    }
    .product_list1 li .text h3{
        font-size:20px;
    }
    .product_list1 li .text .more2 {
        margin-top: 10px;
    }
    .product_list1 li:nth-child(1) .img {
        padding-left: 20px;
    }
    .product_list1 li:nth-child(2) .img {
        padding-right: 20px;
    }
    .product_list1 li:nth-child(3) .img {
        padding-left: 20px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index1 {
        padding: 40px 0 20px;
    }
    .index_t1{
        margin-bottom:30px;
    }
    .index_t1 p {
        font-size: 24px;
    }
    .product_list1 li{
        width:100%;
        margin-right:0;
        margin-bottom:20px;
        
    }
    .product_list2 li{
        width:49%;
        margin:15px 2% 0 0;
        height:auto!important;
        padding: 15px 15px 25px;
    }
    .product_list2 li:nth-child(3),.product_list2 li:nth-child(5){
        margin:15px 0% 0 0;
    }
    .product_list2 li .text h3 {
        font-size: 16px;
    }
    .product_list2 li .text .txt {
        margin: 10px 0 15px;
    }
    .product_list2 li:nth-child(1){
        width:100%;
        padding: 20px 15px 30px;
    }
    .product_list2 li:nth-child(1) .text h3 {
        font-size: 16px;
        margin-top: 20px;
    }
    .product_list2 li:nth-child(1) .text .txt a{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .index1 {
        padding: 30px 0 0;
    }
    .index_t1 p {
        font-size: 22px;
    }
}

.index2{
    padding:50px 0 0;
}
.index2_c{
    background:#f8f8f8;
    padding:45px 0 35px;
}
.index2_map{
    position: relative;
    max-width: 1097px;
    width: 94%;
    margin:0 auto;
}
.map_list1{

}
.map_list1 li{
    position: absolute;
    cursor: pointer;
}
.map_li{
    position: relative;

}
.map_list1 li .img1{

}
.map_list1 li .text{
    color: #fff;
    position: absolute;
    background:#ff9900;
    min-width: 160px;
    padding:10px 10px;
    top:-5px;
    left: 32px;
    opacity: 0;
    display: none;
}
.map_list1 li .text h3{
    font-size:18px;
    font-weight: normal;
    line-height: 1;
}
.map_list1 li .text .txt{
    font-size:12px;

}
.map_list1 li .text:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #ff9900;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px;
}
.map_list1 li:hover .text{
    opacity: 1;
    display: block;
}
.map_list1 li:nth-child(1){
    top: 43.5%;
    right: 19%;
    /*z-index: 1;*/
}
.map_list1 li:nth-child(1) .text{
    top: -20px;
    width: 230px;
    left: 42px;
}
.map_list1 li:nth-child(1) .text:before{
    content: '';
    left: -22px;
    top: 20px;
    margin-top: 0;
    border-top: 13px solid transparent;
    border-right: 22px solid #ff9900;
    border-bottom: 13px solid transparent;
}
.map_list1 li:nth-child(1) .text .txt{
    margin-top:10px;
}
.map_list1 li:nth-child(2){
    top: 39.5%;
    right: 77%;
    /*z-index: 2;*/
}
.map_list1 li:nth-child(3){
    top: 51%;
    right: 24%;
    /*z-index: 3;*/
}
.map_list1 li:nth-child(4){
    top: 73.5%;
    right: 15%;
    /*z-index: 4;*/
}
.map_list1 li:nth-child(5){
    top: 29%;
    right: 52%;
    /*z-index: 5;*/
}
.map_list1 li:nth-child(6){
    top: 37.5%;
    right: 47%;
    /*z-index: 6;*/
}
.map_list1 li:nth-child(7){
    top: 57.5%;
    right: 24%;
    /*z-index: 7;*/
}
.map_list1 li:nth-child(8){
    top: 61%;
    right: 18.5%;
    /*z-index: 8;*/
}
.map_list1 li:nth-child(9){
    top: 32.5%;
    right: 45%;
    /*z-index: 9;*/
}
.map_list1 li:nth-child(10){
    top: 53.5%;
    right: 22%;
    /*z-index: 10;*/
}
.map_list1 li:nth-child(11){
    top: 37.5%;
    right: 53%;
    /*z-index: 11;*/
}
.map_list1 li:nth-child(12){
    top: 51.5%;
    right: 18.5%;
    /*z-index: 12;*/
}
.map_list1 li:nth-child(13){
    top: 40.5%;
    right: 17%;
    z-index: 9;
}
.map_list1 li:nth-child(14){
    top: 49.5%;
    right: 38.5%;
    /*z-index: 14;*/
}
.map_list1 li:nth-child(15){
    top: 44.5%;
    right: 34.5%;
    /*z-index: 15;*/
}
.map_list1 li:nth-child(16){
    top: 38.5%;
    right: 17%;
    /*z-index: 16;*/
}
.map_list1 li:nth-child(17){
    top: 32.5%;
    right: 42.5%;
    /*z-index: 17;*/
}
.map_list1 li:nth-child(18){
    top: 57.5%;
    right: 70.5%;
    /*z-index: 18;*/
}
.map_list1 li:nth-child(19){
    top: 80.5%;
    right: 69.5%;
    /*z-index: 19;*/
}
.map_list1 li:nth-child(20){
    top: 27.5%;
    right: 80.5%;
    /*z-index: 20;*/
}
.map_list1 li:nth-child(21){
    top: 26.5%;
    right: 24.5%;
    z-index: 21;
}
.map_list1 li:nth-child(22){
    top: 45.5%;
    right: 44.5%;
    /*z-index: 22;*/
}
.map_list1 li:nth-child(23){
    top: 32.5%;
    right: 49.5%;
    z-index: 9;
}
.map_list1 li:nth-child(24){
    top: 25.5%;
    right: 41.5%;
    /*z-index: 24;*/
}
.map_list1 li:nth-child(25){
        top: 28.5%;
    right: 44.5%;
}
.map_list1 li:nth-child(26){
        top: 13.5%;
    right: 45.5%;
}.map_list1 li:nth-child(27){
        top: 55.5%;
    right: 49.5%;
}
.map_list1 li:nth-child(28){
        top: 67.5%;
    right: 69.5%;
}
.map_list1 li:nth-child(29){
        top: 52.5%;
    right: 74.5%;
}
.map_list1 li:nth-child(30){
        top: 21.5%;
    right: 48.5%;
}
.map_list1 li:nth-child(31){
        top: 29.5%;
    right: 49.5%;
}
.map_list1 li:nth-child(32){
        top: 30.5%;
    right: 47.5%;
}
.map_list1 li:nth-child(33){
        top: 38.5%;
    right: 42.5%;
}
.map_list1 li:nth-child(34){
        top: 61.5%;
    right: 67.5%;
}.map_list1 li:nth-child(35){
        top: 62.5%;
    right: 43.5%;
}
.map_list1 li:nth-child(36){
        top: 46.5%;
    right: 79.5%;
}
}
@media(max-width: 1600px){
    .index2_c{
        padding:30px 0;
    }
    .map_list1 li .text h3{
        font-size:16px;
    }
}
@media(max-width: 1249px){
    .index2 {
        padding: 30px 0 0;
    }
}
@media(max-width: 1024px){
    .map_list1 li:hover .text{
        opacity:0;
        display:none;
    }
}
@media(max-width: 768px){

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

}

.index3{
    padding:50px 0 80px;
}
.index_t2{

}
.index_t2 p{
    text-transform: uppercase;
    font-size: 36px;
    color: #ff9900;
    line-height: 1.2;
}
.index_t2 h3{
    font-size:18px;
    color: #000000;
    padding-left: 26px;
    position: relative;
}
.index_t2 h3:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 16px;
    height: 2px;
    background:#000000;
    margin-top:-1px;
}
.more3{
    text-align: right;
}
.more3 a{
    display: inline-block;
    line-height: 42px;
    padding-left: 24px;
    font-size: 14px;
    color: #ff9900;
    background:url(../images/more3.png) no-repeat left center;
}
.news_list1{
    border-top: 2px solid #666666;
}
.news_list1 li{
    padding:14px 0;
    border-bottom: 2px solid #666666;
}
.news_list1 li a{
    display: flex;
    flex-wrap: wrap;
    height: 46px;
    align-items:center;
}
.news_list1 li a .img{
    width: 16%;
}
.news_list1 li a span{
    display: block;
    width: 14.8%;
    font-size:14px;
    color: #666;
    font-weight: bold;
}
.news_list1 li a h3{
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(62.8% + 6.4% - 80px);
    font-size:18px;
    color: #000;
    padding-left: 22px;
}
.news_list1 li a em{
    font-style: normal;
    display: block;
    width: 80px;
    font-size:12px;
    color:#333;
    text-align: right;
}
.news_list1 li a:hover h3{
    color: #ff9900;
    background:url(../images/arrow.png) no-repeat left center;
}
@media(max-width: 1600px){
    .news_list1 li a h3{
        font-size:16px;
    }
}
@media(max-width: 1249px){
    .news_list1 li a span{
        padding-left:15px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index3 {
        padding: 50px 0;
    }
    .news_list1 li{
        padding:10px 0;
    }
}
@media(max-width: 640px){

}


.index4{
    background:#f8f8f8;
    display: flex;
    flex-wrap: wrap;
    margin-bottom:80px;
}
.index4 .text{
    width: 50%;
}
.index4 .text .cont{
    max-width: 625px;
    height: 100%;
    float: right;
    padding:10px 50px 10px 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index4 .text .txt{
    padding:75px 0 60px;
}
a.more4{
    display: inline-block;
    padding-right: 29px;
    background:url(../images/more2.png) no-repeat right center;
    margin-left: 5px;
    max-width: 95px;
    font-size:16px;
    color: #ff9900;
}
.index4 .img{
    width: 50%;    
}
.index4 .text .cont{
    
}
@media(max-width: 1600px){

    .index4 .text .txt {
        padding: 40px 0 30px 0%;
    }
}
@media(max-width: 1320px){
    .index4 .text .cont {
        padding: 10px 50px 10px 2%;
    }
}
@media(max-width: 1290px){
    .index4 .text .cont{
        padding:10px 25px 10px 6%;
    }
    .index_t2 p{
        font-size:24px;
    }
    .index_t2 h3{
        font-size:16px;
    }
    .index4 .text .txt {
        padding: 20px 0 20px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .index4{
        margin-bottom:50px;
    }
    .index4 .text .cont {
        padding: 15px 6%;
    }
    .index_t2 p{
        font-size:20px;
    }
    .index4 .text .txt {
        padding: 10px 0;
    }
    a.more4{
        font-size:15px;
    }
}
@media(max-width: 640px){

}

.index_bottom{
    background:#ff9900;
    color: #fff;
    padding:60px 0;
}
.index_bottom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.index_bottom ul li{
/*    width: 33.333333%;*/
}
.index_bottom ul li a{
    display: block;
    color: #fff;
    text-align: center;
}
.index_bottom ul li .img{
    text-align: center;
    height: 76px;
    line-height: 76px;
}
.index_bottom ul li h3{
    line-height: 1;
    padding:25px 0 12px;
    font-size:32px;
    font-weight: normal;
    text-align: center;
}
.index_bottom ul li p{
    text-align: center;
}
.index_bottom ul li p span{
    display: inline-block;
    position: relative;
    padding-right: 20px;
    background:url(../images/more1.png) no-repeat right center;
}
@media(max-width: 1600px){
    .index_bottom{
        padding:40px 0;
    }
    .index_bottom ul li .img{
        height: 60px;
        line-height: 60px;        
    }
    .index_bottom ul li .img img{
        max-height: 60px;
    }
    .index_bottom ul li h3 {
        padding: 15px 0 10px;
        font-size: 24px;
    }
}
@media(max-width: 1249px){
    .index_bottom ul li h3{
        font-size:20px;
    }
}
@media(max-width: 1024px){

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

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

}


/*友情链接*/
.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    background-color: #ececec;
    text-indent: 20px;
}

/*页面底部*/

#footer {
    background:#2f353a;
    color: #fff;
}
#footer a {
    color: #fff;
}

#footer a:hover {
    color: #e87518;
    text-decoration: none;
}
.foot_top{
    border-bottom:1px solid #fff;
    padding:46px 0 20px;
}
.f_logo{
    float: left;
}
.search{
    display: none;
}
#formsearch{
    width: 180px;
    border:1px solid #fff;
    border-radius: 5px;
    float: right;
    margin-top:7px;
}
#keyword{
    float: left;
    font-size:14px;
    color: #fff;
    padding:0 10px;
    height: 46px;
    line-height: 44px;
    width: 100%;
    border:none;
    outline: none;
    background:none;
}
#s_btn{
    float: right;
    display: none;
}
.f_nav{
    padding-top:25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_nav li{
    /*width: 13%;*/
    /*margin-right: 1.5%;*/
}
.f_nav li:last-child{
    margin-right: 0;
}
.f_nav li h3{
    font-size:16px;
    margin-bottom: 5px;
}
.f_nav_a{

}
.f_nav_a a{
    display: block;
    font-size:14px;
}
.f_share{
    text-align: right;
    margin-bottom:18px;
}
.f_share a{
    display: inline-block;
    margin-left: 32px;
}
.copyright {
    text-align: center;
    padding:10px 0;
    border-top:1px solid #fff;
}


@media(max-width: 1600px){

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

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

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

}
@media(max-width: 767px){
    #footer{
        display: none;
    }
}


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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.ttf?t=1645430959121') format('truetype');
}
.n_banner {
    width: 100%;
    margin: 0 auto;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.site{
    padding:20px 10px 70px;
}
.site a:nth-child(1){
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    color: #ff9900;
}
.site a{
    margin-right: 14px;
    display: inline-block;
    position: relative;
    font-size:15px;
    color: #404040;
    padding-left: 15px;
    line-height: 20px;
/*    font-weight: bold;*/
}
.site a img{
    margin-top:-1px;
}
.site a:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 6px;
    height:6px;
    border-radius: 50%;
    background:#999999;
    margin-top:-3px;
}
.site a:nth-child(1){
    padding-left: 0;
}
.site a:nth-child(1):before{
    display: none;
    padding-left: 0px;
}
.site a:last-child{
    margin-right: 0;
    color: #ff9900;
}
.site a:last-child:before{
    background:#ff9900;
}
.site span.cc{
    margin-right: 0;
    display: inline-block;
    position: relative;
    font-size:15px;
    color: #ff9900;
    padding-left: 15px;
    line-height: 20px;
/*    font-weight: bold;*/
}
.site span.cc:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 6px;
    height:6px;
    border-radius: 50%;
    background:#ff9900;
    margin-top:-3px;
}


@media(max-width: 1600px){
    .site {
        padding: 20px 10px 50px;
    }
}
@media(max-width: 1249px){
    .site{
        padding:15px 0 50px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .site{
        padding:15px 0 40px;
    }
}
@media(max-width: 640px){
    .site{
        padding:10px 0 30px;
    }
}




.about1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding:30px 0 105px;
}
.about1 .text{
    width: 59%;
}
.about1 .text .cont{
    max-width: 782px;
    float: right;
    padding: 0px 90px 0px 0%;

}
.ab_t1{
    border-bottom: 2px solid #ff9900;
    margin-bottom:45px;
    position: relative;
    padding-bottom: 10px;
}
.ab_t1:before{
    content:'';
    position: absolute;
    left:0;
    bottom:-4px;
    width: 144px;
    height: 6px;
    background:#ff9900;
}
.ab_t1 p{
    font-size:36px;
    color:#ff9900;
    text-transform: uppercase;
    line-height: 1.4;
}
.ab_t1 h3{
    font-size:32px;
    color: #333;
    font-weight: normal;
}
.about1 .text .txt{
    font-size:16px;
    color: #666;
}
.about1 .img{
    width: 41%;
    text-align: right;
    padding-top:25px;
}
.about2{
    padding:30px 0 105px;
}
.ab_t2{
    position: relative;
    padding-bottom: 15px;
    margin-bottom:45px;
}
.ab_t2:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 88px;
    height:6px;
    background:#cdced2;
}
.ab_t2 p{
    font-size:24px;
    color: #333;
    line-height: 1.4;
}
.ab_t2 h3{
    font-size:32px;
    color: #ff9900;   
}
.about2 .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #555555;
}
.about2 .cont .text1{
    width: 45%;
}
.about2 .cont .text2{
    width: 45%;    
}
.video1{
    margin-bottom:150px;
}
.about3{
    padding:0 0 85px;
}
.about3 .ab_t2{
    margin-bottom:10px;
}
.about3 .text{
    font-size:16px;
    color: #555555;
}
.about3 .text h3{
    font-size:26px;
    color: #000000;
    padding:50px 0 30px;
}
@media(max-width: 1600px){
    .ab_t1{
        margin-bottom: 30px;
    }
    .ab_t1 p{
        font-size:26px;
    }
    .ab_t1 h3{
        font-size:24px;
    }
    .about2 {
        padding: 10px 0 70px;
    }
    .ab_t2 p{
        font-size:20px;
    }
    .ab_t2 h3{
        font-size:26px;
    }
    .video1 {
        margin-bottom: 100px;
    }
    .about3 .text h3 {
        font-size: 24px;
        padding: 30px 0 20px;
    }
}
@media(max-width: 1320px){
    .about1 .text .cont{
        padding: 10px 30px 10px 2%;
    }
}
@media(max-width: 1290px){
    .about1{
        padding:10px 0 70px;
    }
    .about1 .text .cont{
        padding:0px 6%;
    }
    .ab_t2{
        margin-bottom:30px;
    }
    .about3 .text h3 {
        font-size: 20px;
        padding: 10px 0 20px;
    }
}
@media(max-width: 1024px){

}

@media(max-width: 768px){
    .about1{
        padding:10px 0 50px;
    }
    .about1 .text{
        width:100%;
    }
    .about1 .text .cont {
        padding: 0px 3%;
    }
    .about1 .img {
        width: 100%;
        text-align: center;
        padding-top: 0px;
        margin-bottom:15px;
        padding:0 3%;
    }
    .about2 {
        padding: 0px 0 50px;
    }
    .about2 .cont .text1,.about2 .cont .text2{
        width:100%;
    }
    .ab_t2{
        margin-bottom:20px;
        padding-bottom: 5px;
    }
    .ab_t2:before{
        width: 60px;
        height: 3px;        
    }
    .ab_t2 p{
        font-size:16px;
    }
    .ab_t2 h3{
        font-size:22px;
    }
    .video1 {
        margin-bottom: 50px;
    }
    .about3 .text{
        font-size:14px;
    }
    .about3 .text h3 {
        font-size: 18px;
        padding: 10px 0 10px;
    }
}
@media(max-width: 640px){
    .ab_t2{
        margin-bottom: 15px;
    }
    .ab_t2 p{
        font-size:15px;
    }
    .ab_t2 h3{
        font-size:20px;
    }
    .video1 {
        margin-bottom: 30px;
    }
}

.about5{
    padding-bottom: 90px;
}
.swiper-div{
    margin-top:1.75rem;
    position:relative;
/*    padding:0 2.25rem;*/
}
.swiper-div .deve-swiper{
    position:relative;
    overflow:hidden;
    width:100%;
/*    padding-left:0.75rem;*/
}
.swiper-div .deve-swiper .swiper-slide{
    width:45%;
}
.swiper-div .deve-swiper .swiper-slide .item-div{
    position:relative;
    height:500px;
}
.swiper-div .deve-swiper .swiper-slide .item-div .f-cb{
    position: relative;
}
.swiper-div .deve-swiper .swiper-slide .item-div:before{
    content:'';
    position: absolute;
    bottom:calc(50% - 6.5px);
    left:0;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    border:1px solid #ff9900;
}
.swiper-div .deve-swiper .swiper-slide.swiper-slide-active .item-div:before{
    background: #ff9900;
}
.swiper-div .deve-swiper .swiper-slide .item-div:after{
    content:'';
    position: absolute;
    bottom:calc(50% - 6.5px);
    left:calc(50% - 6.5px);
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    border:1px solid #ff9900;
}
.swiper-div .deve-swiper .div-litem{
    position:relative;
    height:200px;
    overflow: hidden;
}
/*.swiper-div .deve-swiper .div-litem:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    border:2px solid #ff9900;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}*/
.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:20px;
    border-left:1px solid #e5e5e5;
    min-height:200px;
    width: 260px;
}
.swiper-div .deve-swiper .left img{
    width:100%;
}
.swiper-div .deve-swiper .right{
    padding:0 4%;
    float:left;
    width:calc(100% - 260px);
}
.swiper-div .deve-swiper .right .name{
    font-size:32px;
    color:#ff9900;
    font-family: "PINGFANG BOLD_1";
    line-height:1;
    transition:all 0.3s;
}
.swiper-div .deve-swiper .right .name-p{
    font-size:14px;
    margin-top:20px;
    color:#666;
    line-height:1.6;
}

.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:200px;
}
.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:2px;
    background-color:#ff9900;
    /*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:96px;
    height:96px;
/*    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:-145px;
    background-image:url(../images/left2.png);
}
.swiper-div .deve-button-prev:hover {
/*    background-color: #f4ac10;
    background-image: url(../images/prev1.png);*/
        opacity: .8;
}
.swiper-div .deve-button-next{
    right:-145px;
    background-image:url(../images/right2.png)
}
.swiper-div .deve-button-next:hover {
/*    background-color: #f4ac10;
    background-image: url(../images/next1.png);*/
    opacity: .8;
}
.about6{
    padding:0 0 70px;
}
.about6 .ab_t2{
    margin-bottom:5px;
}
.about6 .p1{
    font-size:14px;
    color: #555555;
    margin-bottom:65px;
}
.honner_list{
    display: flex;
    flex-wrap: wrap;
}
.honner_list li{
    margin-bottom: 50px;
    width: 22%;
    margin-right: 4%;
}
.honner_list li:nth-child(4n){
    margin-right: 0%;
}
.about7{
    padding-bottom: 90px;
}
.about7 .cont{
    display: flex;
    flex-wrap: wrap;
}
.about7 .cont .img{
    width: 50%;
    padding-right: 35px;
    text-align: center;
}
.about7 .cont .text{
    width: 50%;    
    padding-top:35px;
}
.about7 .cont .text h3{
    font-size:32px;
    color: #000000;
    margin-bottom:25px;
}
.about7 .cont .text p{
    font-size:18px;
    color: #555;
}
@media(max-width: 1600px){
    .swiper-div .deve-swiper .right .name{
        font-size:26px;
    }
    .swiper-div .deve-button-prev, .swiper-div .deve-button-next{
        width:60px;
        height:60px;
        background-size:contain;
    }
    .swiper-div .deve-button-prev{
        left: -80px;
    }
    .swiper-div .deve-button-next{
        right: -80px;
    }
    .about6 {
        padding: 0 0 50px;
    }
    .about6 .p1 {
        margin-bottom: 45px;
    }
    .honner_list li{
        margin-bottom:35px;
    }
    .about7 .cont .text h3{
        font-size:26px;
        margin-bottom: 15px;
    }
    .about7 .cont .text p{
        font-size:16px;
    }
}
@media(max-width: 1440px){
    .swiper-div .deve-button-prev, .swiper-div .deve-button-next{
        width:50px;
        height:50px;
        background-size:contain;
    }
    .swiper-div .deve-button-prev{
        left: -70px;
    }
    .swiper-div .deve-button-next{
        right: -70px;
    }    
}
@media(max-width: 1360px){
    .swiper-div .deve-button-prev,.swiper-div .deve-button-next{
        display:none;
    }
}
@media(max-width: 1024px){
    .swiper-div .deve-swiper .right .name{
        font-size:20px;
    }
    .about6 .p1 {
        margin-bottom: 35px;
    }
    .honner_list li{
        margin-bottom:25px;
    }
    .about7 .cont .text h3{
        font-size:22px;
        margin-bottom: 5px;
    }
    .about7 .cont .text p{
        font-size:15px;
    }
}
@media(max-width: 880px){
    .swiper-div{
        padding:0;
    }
    .swiper-div .deve-button-prev,.swiper-div .deve-button-next{
        display: none;
    }
    .swiper-div .deve-swiper .left{
        width: 50%;
    }
    .swiper-div .deve-swiper .right{
        width: 50%;
        padding-left: 15px;
    }
    .swiper-div .deve-swiper .right .name-p{
        line-height: 1.6;
        margin-top:5px;
    }
    .swiper-div .deve-swiper .swiper-slide .item-div .dic2{
        left:0;
        bottom: 30px;
    }
}
@media(max-width: 768px){
    .swiper-div .deve-swiper .right{
        padding:0 0 0 15px;
    }
    .swiper-div .deve-swiper .swiper-slide .item-div{
        height:420px;
    }
    .swiper-div .deve-swiper .div-litem{
        height:170px;
    }
    .swiper-div .deve-swiper .right .name-p{
        font-size:13px;
    }
    .about6 {
        padding: 0 0 30px;
    }
    .about6 .p1 {
        margin-bottom: 20px;
    }
    .honner_list li{
        margin-bottom:20px;
    }
    .about7 {
        padding-bottom: 50px;
    }
    .about7 .cont .img{
        width:100%;
        padding-right:0;
        margin-top:10px;
    }
    .about7 .cont .text{
        width:100%;
        padding-top:15px;
    }
    .about7 .cont .text h3{
        font-size:20px;
    }
    .about7 .cont .text p{
        font-size:14px;
    }
}   
@media(max-width: 640px){
    .about6 {
        padding: 0 0 15px;
    }
    .about6 .p1 {
        margin-bottom: 15px;
    }
    .honner_list li{
        margin-bottom:15px;
        width:48%;
        margin-right:4%;
    }
    .honner_list li:nth-child(2n){
        margin-right:0;
    }
    .about7 {
        padding-bottom: 30px;
    }
    .about7 .cont .text h3{
        font-size:17px;
    }
}



.products{
    padding:50px 0;
    display: none;
}
.products h2{
    font-size:32px;
    color: #333;
    margin-bottom:30px;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 23.5%;
    margin-right: 2%;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list li a{
    display: block;
}
.product_list li a .img{

}
.product_list li a .text{

}
.product_list li a .text h3{
    font-size:20px;
    color: #333;
}
.product_list li a .text .txt{
    font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product_list li a:hover{

}
.product1{
    padding-top:0;
}
.product2{
    background:#f5f5f5;
}
.product4{
    background:#f5f5f5;
}
.pd1{
    padding:100px 0 50px
}
.pd1 .container{
    display: flex;
    flex-wrap: wrap;
}
.pd1 .container .img{
    width: 50%;
}
.pd1 .container .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 105px;
}
.pd1 .container .text h3{
    font-size:36px;
    color: #ff9900;
    line-height: 1;
    margin-bottom:40px;
}
.pd1 .container .text p{
    font-size:15px;
    color: #555555;
}
.pd1 .container .text p strong{
    font-size: 20px;
}
.pd2{

}
.pd2 ul{
    
}
.pd2 ul li{
    background:#f5f5f5;
    padding:100px 0;
}
.pd2 ul li:nth-child(2n){
    background:none;
}
.pd2 ul li .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.pd2 ul li:nth-child(2n) .container{
    flex-direction: row;
}
.pd2 ul li .container .img{
    width: 50%;
    text-align: center;
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
}
.pd2 ul li .container .text{
    width: 50%;
    padding:0 50px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd2 ul li .container .text h3{
    font-size:26px;
    color: #333333;
    margin-bottom: 20px;
}
.pd2 ul li .container .text p{
    font-size:16px;
    color: #555;
}
.pd2 ul li .container .text .txt1 p{
    position: relative;
    padding-left: 20px;
}
.pd2 ul li .container .text .txt1 p:before{
    content:'';
    position: absolute;
    top:11px;
    left:0;
    width: 8px;
    height: 8px;
    background:#666666;
    border-radius: 50%;
}
.pd3{
    background:#f5f5f5;
    padding:60px 0 160px;
}
.pd3 h2{
    font-size:36px;
    color: #333;
    text-align: center;
    margin-bottom:85px;
}
.pd2_img{
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: center;
}
.pd2_img p{
    margin:0 20px;
    display: flex;
    align-items:flex-end;
}


.x_products{
    padding:50px 0;
    background: #f5f5f5;
}
.x_product_list{
    display: flex;
    flex-wrap: wrap;
}
.x_product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.x_product_list li:nth-child(3n){
    margin-right: 0;
}
.x_product_list li .img{
    line-height: 200px;
    text-align: center;
    border-bottom: 1px solid #666;
}
.x_product_list li .img img{
    max-height: 150px;
}
.x_product_list li .text{
    padding:15px 0;
}
.x_product_list li .text h3{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.x_product_list li .text .txt{
    
}
.x_product_list li .text .txt a{
    display: block;
    font-size: 15px;
    color: #555;
}
.x_product_list li .text .txt a:hover{
    color: #ff9900;
}
@media(max-width: 1600px){
    .x_product_list li .text h3{
        font-size:17px;
    }
    .pd1 {
        padding: 60px 0 50px;
    }
    .pd1 .container .text h3{
        font-size:26px;
        margin-bottom: 20px;
    }
    .pd2 ul li{
        padding:70px 0;
    }
    .pd2 ul li .container .text h3{
        font-size:22px;
        margin-bottom: 10px;
    }
    .pd2 ul li .container .text p{
        font-size:15px;
    }
    .pd3 {
        padding: 60px 0 120px;
    }
    .pd3 h2{
        font-size:26px;
        margin-bottom: 65px;
    }
}
@media(max-width: 1249px){
    .pd1 .container .text{
        padding-left:50px;
    }
}
@media(max-width: 1024px){
    .x_products {
        padding: 30px 0;
    }
    .x_product_list li .text h3{
        font-size:16px;
        line-height:1.6;
    }
    .x_product_list li .text .txt a{
        font-size:14px;
    }
    .pd1 {
        padding: 50px 0;
    }
    .pd1 .container .text h3{
        font-size:22px;
        margin-bottom: 15px;
    }
    .pd2 ul li{
        padding:60px 0;
    }
    .pd2 ul li .container .text h3{
        font-size:18px;
        margin-bottom: 10px;
    }
    .pd2 ul li .container .text p{
        font-size:14px;
    }
    .pd3 {
        padding: 50px 0 80px;
    }
    .pd3 h2{
        font-size:22px;
        margin-bottom: 50px;
    }
}
@media(max-width: 768px){
    .x_product_list li {
        width:48%;
        margin-right:4%;
        margin-bottom:20px;
    }
    .x_product_list li:nth-child(2n){
        margin-right:0;
    }
    .pd1 {
        padding: 50px 0;
    }
    .pd1 .container .text h3{
        font-size:18px;
        margin-bottom: 10px;
    }
    .pd1 .container .img{
        width:100%;
    }
    .pd1 .container .text{
        width:100%;
        padding-left:0;
    }
    .pd2 ul li{
        padding:50px 0;
        flex-direction:row;
    }
    .pd2 ul li .container .text{
        width:100%;
        padding: 15px 0 0;
    }
    .pd2 ul li .container .img{
        width:100%;
    }
    .pd2 ul li .container .text h3{
        font-size:16px;
        margin-bottom: 5px;
    }
    .pd3 {
        padding: 50px 0;
    }
    .pd3 h2{
        font-size:20px;
        margin-bottom: 40px;
    }
    .pd1 .container .text p strong{
        font-size: 16px;
    }
}
@media(max-width: 640px){
    /*.x_products {*/
    /*    padding: 0px 0 30px;*/
    /*}*/
    .pd1 {
        padding: 30px 0;
    }
    .pd2 ul li{
        padding:30px 0;
    }
    .pd3 {
        padding: 20px 0;
    }
    .pd3 h2 {
        margin-bottom: 20px;
    }
    .pd2_img{
        flex-wrap:wrap;
    }
    .pd2_img p{
        width:33.333%;
        margin:10px 0;
        padding:0 10px;
    }
}
@media(max-width: 460px){
    .x_product_list li {
        width:100%;
        margin-right:0%;
        margin-bottom:25px;
    }
    .x_product_list li .img{
        height:auto;
    }
    .x_product_list li .img img{
        max-height:100px;
    }
    .x_product_list li .text{
        padding:15px 0 0;
    }

}

.znzd{
    color: #fff;
    background:#ff8a00;
    text-align: center;
    margin:65px 0 80px;
    padding: 10px 0 200px;
}
.znzd .zn_img1{
    position: relative;
    top: -85px;
}
.znzd h2{
    font-size:40px;
    margin-bottom:30px;
}
.znzd .txt{
    font-size: 20px;
    padding:0 80px;
}

.znzd ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:85px;
}
.znzd ul li{
    width: 30%;
    margin-right: 5%;
    padding:0 10px;
}
.znzd ul li:last-child{
    margin-right: 0;
}
.znzd ul li .img1{
    max-width: 200px;
    margin:0 auto;
}
.znzd ul li h3{
    font-size:32px;
    padding-top:20px;
}
.znzd ul li p{
    font-size:16px;
}
.znzd3{
    padding: 10px 0 90px;
}
@media(max-width: 1600px){
    .znzd {
        padding: 10px 0 150px;
        margin: 50px 0;
    }
    .znzd h2{
        font-size: 32px;
    }
    .znzd .txt{
        font-size:16px;
        padding: 0 50px;
    }
    .znzd ul{
        margin-top:50px;
    }
    .znzd ul li{
        padding:0 0;
    }
    .znzd ul li .img1{
        max-width:120px;
    }
    .znzd ul li h3{
        font-size:26px;
    }
}
@media(max-width: 1249px){
    .znzd {
        padding: 10px 0 100px;
    }
    .znzd h2{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .znzd .txt{
        font-size:15px;
        padding: 0 0px;
    }

}
@media(max-width: 1024px){
    .znzd .zn_img1 {
        top: -60px;
    }
    .zn_img1 img{
        max-width:100px;
    }
    .znzd ul{
        margin-top:40px;
    }
    .znzd ul li{
        width:32%;
        margin-right:2%;
    }
    .znzd ul li .img1{
        max-width:80px;
    }
    .znzd ul li h3{
        font-size:22px;
    }
}
@media(max-width: 768px){
    .znzd {
        padding: 10px 0 50px;
        margin: 30px 0;
    }
    .znzd h2{
        font-size: 22px;
    }
    .znzd .txt{
        font-size:14px;
        
    }
    .znzd .zn_img1 {
        top: -48px;
    }
    .zn_img1 img{
        max-width:80px;
    }
    .znzd ul{
        margin-top:30px;
    }
    .znzd ul li .img1{
        max-width:60px;
    }
    .znzd ul li h3{
        font-size:20px;
    }
    .znzd ul li p{
        font-size:15px;
    }
}
@media(max-width: 640px){
    .znzd {
        padding: 10px 0 30px;
    }
    .znzd h2{
        font-size: 20px;
    }
    /*.znzd .zn_img1 {*/
    /*    top: -36px;*/
    /*}*/
    /*.zn_img1 img{*/
    /*    max-width:60px;*/
    /*}*/
    .znzd ul li{
        width:100%;
        margin-right:0;
        margin-bottom:20px;
    }
    .znzd ul li h3 {
        font-size: 17px;
        padding-top: 10px;
    }
    .znzd ul li p{
        font-size:14px;
    }
}


.sitemp2{
    background:#f5f5f5;
    margin-bottom:80px; 
}
.sitemp2 .site{
    padding: 10px 10px 10px;
}
.hyjjfa{
    padding:0 0 35px;
}
.hy_t1{
    color: #ff9900;
    margin-bottom:60px;
}
.hy_t1 font{
    display: block;
    font-size:32px;
    line-height: 1;
}
.hy_t1 span{
    font-size:36px;
    display: inline-block;
    font-weight: bold;
    border-bottom: 3px solid #dddddd;
}
.hy_list{
    display: flex;
    flex-wrap: wrap;
}
.hy_list li{
    width: 30%;
    margin-right: 5%;
    margin-bottom:35px;
    background:#f8f8f8;
}
.hy_list li:nth-child(3n){
    margin-right: 0;
}
.hy_list li a{
    display: block;

}
.hy_list li a .img img{
    width: 100%;
}
.hy_list li .text{
    padding:15px 15px 25px;
}
.hy_list li .text h3{
    font-size:26px;
    color: #ff9900;
    font-weight: normal;
    margin-bottom:5px;
}
.hy_list li .text p{
    font-size:15px;
    color: #555555;
    line-height: 1.6;
}
.hy_list li a:hover .img img{
    transform:scale(1.1);
}

.case_d1{
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.case_d1 .img{
    width: 50%;
}
.case_d1 .text{
    width: 50%;
    padding-right: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case_d1 .text h3{
    color: #0B2434;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 46px;
    margin-bottom: 30px;
}
.case_d1 .text p{
    color: #5A616C;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;  
    margin-top:13px;
}
.case_d2{
    padding: 80px 0;
    background-color: rgba(202,206,208,0.3);
}
.case_d2 h2{
    color: #0B2434;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 46px;
    margin-bottom: 40px;
}
.case_d2 ul{
    display: flex;
    flex-wrap: wrap;
}
.case_d2 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #fff;
    -webkit-box-shadow: 0 2px 7px 0 rgb(88 98 103 / 40%);
    box-shadow: 0 2px 7px 0 rgb(88 98 103 / 40%);
    border-radius: 8px;
}
.case_d2 ul li:nth-child(3n){
    margin-right: 0;
}
.case_d2 ul li .img{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.case_d2 ul li .text{

    padding:30px;
    overflow: hidden;

}
.case_d2 ul li .text h3{
    color: #0B2434;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;   
    margin-bottom: 20px;
}
.case_d2 ul li .text p{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 29px;
    color: #586267; 
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*height: 87px;*/
}
.case_d2 ul li:hover .img img{
    transform: scale(1.1);
}
.case_d3{
    padding: 130px 0;
}
.case_d3 h2{
    color: #0B2434;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 46px;
    text-align: center;
    margin-bottom: 30px;
}
.case_d3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.case_d3 ul li{
    width: 20%;
    padding:0 25px;
}
.case_d3 ul li a.img{
    text-align: center;
    min-height: 80px;
    margin-bottom: 10px;    
}
.case_d3 ul li h3 a{
    display: block;
    width: 100%;
    font-weight: normal;
    color: #5A616C;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;    
}
@media(max-width: 1600px){
    .sitemp2{
        margin-bottom:60px; 
    }
    .hy_t1 {
        margin-bottom: 50px;
    }
    .hy_t1 font{
        font-size:26px;
    }
    .hy_t1 span{
        font-size:32px;
    }
    .hy_list li .text {
        padding: 15px 15px 20px;
    }
    .hy_list li .text h3{
        font-size:22px;
    }
    .case_d1 .text h3,.case_d3 h2,.case_d2 h2{
        font-size:26px;
        line-height:1.6;
        margin-bottom: 20px;
    }
    .case_d1 .text p{
        font-size:16px;
        margin-top:5px;
    }
    .case_d2 ul li .text {
        padding: 15px;
    }
    .case_d2 ul li .text p{
        font-size:16px;
        line-height:1.6;
    }
}
@media(max-width: 1249px){
    .hy_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .hy_list li .text p{
        font-size:14px;
    }
    .case_d3 ul li h3 a{
        font-size:14px;
        line-height:1.8;
    }
}
@media(max-width: 1024px){
    .sitemp2{
        margin-bottom:40px; 
    }
    .hy_t1 {
        margin-bottom: 30px;
    }
    .hy_t1 font{
        font-size:20px;
    }
    .hy_t1 span{
        font-size:26px;
    }
    .hy_list li .text h3 {
        font-size: 18px;
    }
    .case_d1 .text h3,.case_d3 h2,.case_d2 h2{
        font-size:24px;
        margin-bottom: 15px;
    }
}
@media(max-width: 768px){
    .sitemp2{
        margin-bottom:30px; 
    }
    .hy_t1 {
        margin-bottom: 20px;
    }
    .hy_t1 font{
        font-size:16px;
    }
    .hy_t1 span{
        font-size:20px;
    }
    .hy_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .hy_list li:nth-child(3n) {
        margin-right: 4%;
    }
    .hy_list li:nth-child(2n) {
        margin-right: 0;
    }
    .hy_list li .text {
        padding: 10px;
    }
    .hy_list li .text h3 {
        font-size: 16px;
        margin-bottom:0;
    }
    .case_d1,.case_d2,.case_d3{
        padding:50px 0;
    }
    .case_d2 ul li{
        width:48%;
        margin-right:4%;
        margin-bottom: 15px;
    }
    .case_d2 ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .case_d2 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .case_d1 .text h3,.case_d3 h2,.case_d2 h2{
        font-size:20px;
        margin-bottom: 10px;
    }
    .case_d1 .text p{
        font-size:14px;
        margin-top:0px;
        line-height:1.8;
    }
    .case_d3 ul{
        justify-content:flex-start;
    }
    .case_d3 ul li{
        width:33.333%;
        margin-bottom:15px;
        padding:0 10px;
    }
    .case_d2 ul li .text {
        padding: 10px;
    }
    .case_d2 ul li .text h3 {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 5px;
    }
    .case_d2 ul li .text p{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .hyjjfa {
        padding: 0 0 20px;
    }
    .case_d1,.case_d2,.case_d3{
        padding:30px 0;
    }
    .case_d1{
        flex-direction:row;
    }
    .case_d1 .img{
        width: 100%;
        margin-bottom:15px;
    }
    .case_d1 .text{
        width: 100%;
        padding-right: 0px;
    }
    .case_d3 ul li{
        width:50%;
        padding:0 5px;
    }

}
@media(max-width: 460px){
    .case_d1{
        padding:0 0 30px;
    }
    .case_d2 ul li{
        width:100%;
        margin-right:0!important;
    }
    .hy_list li{
        width:100%;
        margin-right:0!important;
    }
}


.news_list{

}
.news_list li{
    padding:40px 0;
    border-bottom: 1px solid #e0e0e0;
}
.news_list li a{
    display: block;
}
.news_list li a .date1{
    background:#f3f3f3;
    width: 106px;
    height: 112px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    float: left;
    margin-top:20px;
}
.news_list li a .date1 span{
    display: block;
    font-size:40px;
    line-height: 1.4;
}
.news_list li a .date1 span:last-child{
    font-size:16px;
}
.news_list li a .text{
    width: calc(100% - 106px);
    float: left;
    padding:0 65px;
}
.news_list li a .text h3{
    font-size:20px;
    color: #333333;
}
.news_list li a .text .txt{
    font-size:15px;
    color: #555555;
    margin:15px 0 25px;
}
.news_list li a .text em{
    font-style: normal;
    padding-right: 30px;
    font-size:15px;
    color: #555;
}


.news_list li a:hover .date1{
    background:#ff9900;
    color: #fff;
}
.news_list li a:hover .text h3{
    color: #ff9900;
}
.news_list li a:hover .text em{
    background:url(../images/more2.png) no-repeat right center;
    color: #ff9900;
}
.news_detail{
    padding-bottom: 90px;
}
.news_detail h1{
    font-size:32px;
    color: #333;
    font-weight: normal;
    text-align: center
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content{
    font-size:15px;
    color: #555;
    margin-bottom:15px;
}
@media(max-width: 1600px){
    .news_list li{
        padding:30px 0;
    }
    .news_list li a .text{
        padding:0 50px;
    }
    .news_list li a .text h3{
        font-size:17px;
    }
    .news_list li a .text .txt {
        margin: 10px 0 15px;
    }
    .news_detail h1{
        font-size:26px;
    }
}
@media(max-width: 1249px){
    .news_list li a .text{
        padding:0 30px;
    }
}
@media(max-width: 1024px){
    .news_list li {
        padding: 15px 0;
    }
    .news_detail h1{
        font-size:22px;
    }
}
@media(max-width: 768px){
    .news_list li a .date1{
        width:100%;
        display:none;
    }
    .news_list li a .text{
        padding:0 0px;
        width:100%;
    }
    .news_list li a .text h3{
        font-size:16px;
    }
    .news_list li a .text .txt {
        margin: 5px 0 10px;
        font-size:14px;
    }
    .news_detail {
        padding-bottom: 50px;
    }
    .news_detail h1{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .news_list li a .text{
        padding:0 0px;
    }
    .news_detail {
        padding-bottom: 30px;
    }
}




/*job*/
.job1{
    padding-top:85px;
}
.job1 .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.job1 .container .img{
    width: 50%;
}
.job1 .container .text{
    width: 50%;
    background:#ff9900;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding:0 5%;   
    color: #fff;
}
.job1 .container .text h3{
    position: relative;
    font-size:26px;
 
    line-height: 1;
    padding-bottom: 18px;
    margin-bottom:35px;
}
.job1 .container .text h3:before{
    content:'';
    width: 60px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left:0;
    bottom:0;
}
.job1 .container .text p{
    font-size:16px;
}
.job2{
    padding:70px 0;
}
.job2 h2{
    font-size:36px;
    color: #000000;
    text-align: center;
    margin-bottom:40px;
}
.job_list{
/*    display: flex;
    flex-wrap: wrap;*/
}
.job_list li{
    padding:20px 30px 30px;
    border:1px solid #e0e0e0;
    width: 47%;
    margin-right: 6%;
    margin-bottom:20px;
    float: left;
}
.job_list li:nth-child(2n){
    margin-right: 0;
}
.job_list li .job_t{
    color: #000;
    margin-bottom:25px;
}
.job_t_l{
    font-size:24px;
    float: left;
}
.job_t_l h3{
    font-size:24px;
    font-weight: normal;
}
.job_t_l p{
    font-size:16px;
    color: #333;
    line-height: 1;
}
.job_t_r{
    float: right;
    font-size:18px;
}
.job_t_r strong{
    font-size:18px;
    font-weight:normal;
}
.job_list li .text{
    display: flex;
    flex-wrap: wrap;
    padding:10px 15px;
    background:#eeeeee;
    color: #000;
}
.job_list li .text p{
    font-size:14px;
    color: #000000;
    width: 32%;
    margin-right: 2%;
}
.job_list li .text p:nth-child(3){
    margin-right: 0;
}
.job_list li .text p:nth-child(4),.job_list li .text p:nth-child(5){
    display: none;
}
.job_list li h4{
    font-size:18px;
    color: #000000;
    font-weight: normal;
    margin-top:25px;
    line-height: 46px;
    position: relative;
}
.job_list li h4:before{
    content:'';
    position: absolute;
    top:50%;
    right:15px;
    margin-top: -5.5px;
    width: 12px;
    height: 11px;
    background:url(../images/job_icon.png) no-repeat center;
    cursor: pointer;
}
.job_list li .txt1{
    border-bottom: 1px solid #e1e1e1;
}
.job_list li .txt2{
    border-bottom: 1px solid #e1e1e1;
}
.job_list li .txt3{
    color: #333;
}
.job_list li .txt3 h4:before{
    display: none;
}
.job_list li .cont{
    display: none;
}
.job_list li .txt1.on .cont,.job_list li .txt2.on .cont{
    display: block;
    padding-bottom: 10px;
    color: #333;
    font-size:15px;
}
.job_list li .txt1.on h4:before,.job_list li .txt2.on h4:before{
    transform: rotate(-45deg);
}
@media(max-width: 1600px){
    .job1 .container .text h3{
        font-size:22px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .job1 .container .text p{
        font-size:15px;
    }
    .job2 h2{
        font-size:30px;
    } 
    .job_list li{
        padding:15px 20px;
    } 
    .job_t_l h3{
        font-size:20px;
    }
    .job_list li h4{
        font-size:16px;
        margin-top:15px;
        line-height: 40px;
    }
}
@media(max-width: 1299px){
    
}
@media(max-width: 1024px){
    .job1 .container .text h3{
        font-size:20px;
        margin-bottom: 20px;
    }
    .job1 .container .text p{
        font-size:14px;
    } 
    .job2 h2{
        font-size:26px;
    }   
}
@media(max-width: 768px){
    .job1{
        padding:50px 0 0;
    }
    .job1 .container .text{
        padding:15px 3%;
    }
    .job1 .container .text h3{
        font-size:17px;
    }
    .job_t_l p{
        font-size:14px;
    }
    .job2{
        padding:40px 0;
    }

}
@media(max-width: 640px){
    .job1{
        padding:30px 0 0;
    }
    .job1 .container{
        flex-direction: row;
    }
    .job1 .container .img{
        width: 100%;
    }
    .job1 .container .text{
        width: 100%;
    }
    .job1 .container .text h3{
        font-size:16px;
        margin-bottom:10px;
    }
    .job2{
        padding:30px 0;
    }
    .job2 h2 {
        font-size: 24px;
        margin-bottom:20px;
    }
    .job_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
        padding:10px 15px;
    }
    .job_list li .job_t{
        margin-bottom:10px;
    }
    .job_list li .text p{
        width: 100%;
        margin-right: 0;
    }
    .job_t_l h3{
        font-size:16px;
    }
    .job_list li h4 {
        font-size: 15px;
        margin-top: 10px;
    }

}



.contact1{
    padding:60px 0 70px;
}
.contact1 h2{
    font-size:36px;
    color: #333;
    text-align: center;
    margin-bottom:50px;
}
.contact1 ul{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dbdbdb;
}
.contact1 ul li{
    padding-left: 60px;
    font-size: 18px;
    color: #555;
    width: 33.3333%;
    line-height: 1.6;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-top:25px;
}
.contact1 ul li p:nth-child(2n){
    font-weight: bold;
}
.contact1 ul li:nth-child(1){
    background:url(../images/ca_icon1.png) no-repeat 3px 10px;
}
.contact1 ul li:nth-child(2){
    background:url(../images/ca_icon2.png) no-repeat 3px 10px;
}
.contact1 ul li:nth-child(3){
    background:url(../images/ca_icon3.png) no-repeat 3px 10px;
}
.contact1 ul li:nth-child(4){
    background:url(../images/ca_icon4.png) no-repeat 3px 10px;
    border:none;
}
.n_map{
    overflow:hidden;
}
.n_map .container{
    max-width: 1096px;
}
#foot_message{
    padding:70px 0 95px;
}
.mess_t{
    text-align: center;
    margin-bottom:55px;
}
.mess_t h3{
    font-size:36px;
    color: #333;
}
.mess_t p{
    font-size:18px;
    color: #555555;
}
#foot_message ul{
    display: flex;
    flex-wrap: wrap;
}
#foot_message ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom:25px;
}
#foot_message ul li:nth-child(2n){
    margin-right: 0;
}
#foot_message ul li:last-child{
    width: 100%;
    margin-right: 0;
}
#foot_message ul li input{
    line-height:42px;
    background:#f0f0f0;
    width: 100%;
    padding:0 15px;
    outline: none;
    border:none;
    font-size:16px;
    color: #555;
}
#foot_message ul li textarea{
    line-height:42px;
    height: 86px;
    background:#f0f0f0;
    width: 100%;
    padding:0 15px;
    outline: none;
    border:1px solid #f0f0f0;
    font-family: "微软雅黑";
    font-size:16px;
    color: #555;
}
.mess_btn input{
    display: block;
    width: 200px;
    line-height: 46px;
    font-size:18px;
    color: #fff;
    text-align: center;
    background:#ff9900;
    outline: none;
    border:none;
    cursor: pointer;
    margin:45px auto 0;
}
@media(max-width: 1600px){
    .contact1 {
        padding: 60px 0;
    }
    .contact1 h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .contact1 ul li{
        font-size:16px;
    }
    #foot_message {
        padding: 70px 0;
    }
    .mess_t{
        margin-bottom:40px;
    }
    .mess_t h3{
        font-size:32px;
    }
    .mess_t p{
        font-size:16px;
    }
}
@media(max-width: 1249px){

    .contact1 h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .contact1 ul li{
        font-size:15px;
    }
    #foot_message {
        padding: 60px 0;
    }

    .mess_t h3{
        font-size:26px;
    }
    .mess_t p{
        font-size:15px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .contact1 {
        padding: 50px 0;
    }
    .contact1 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .contact1 ul li{
        font-size:15px;
        width:50%;
    }
    #foot_message {
        padding: 50px 0;
    }
    .mess_t{
        margin-bottom:30px;
    }
    .mess_t h3{
        font-size:22px;
    }
    .mess_t p{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .contact1 {
        padding: 30px 0;
    }
    .contact1 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .contact1 ul li{
        width:100%;
        background-size: 25px!important;
        padding-left:40px;
        padding-bottom:10px;
        margin-top:10px;
    }
    #foot_message {
        padding: 30px 0;
    }
    .mess_t{
        margin-bottom:20px;
    }
    .mess_t h3{
        font-size:20px;
    }
    #foot_message ul li{
        width:100%;
        margin-right:0;
        margin-right:0;
        margin-bottom:15px;
    }
    #foot_message ul li input,#foot_message ul li textarea{
        font-size:15px;
    }
    .mess_btn input {
        width: 150px;
        line-height: 42px;
        font-size: 16px;
        margin: 5px auto 0;
    }
    .n_map{
        height:260px;
        overflow:hidden;
    }
}


.moblie_cont{
    display: none;
    padding: 0 10px;
    width: 100%;
}
.m_index_product{
    display: flex;
    flex-wrap: wrap;  
    margin-top:20px;  
}
.m_index_product li{
    width: 48%;
    margin-right:4%;
    margin-bottom: 20px;
}
.m_index_product li:nth-child(2n){
    margin-right: 0;
}
.m_index_product li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.m_index_product li a h3{
    position: absolute;
    top:10px;
    left:10px;
    z-index:9;
    font-size:14px;
    color: #333;
} 
.m_index_product li:nth-child(2n) a h3{
    
} 
.m_index_list{
    display: flex;
    flex-wrap: wrap;
}
.m_index_list li{
    margin-bottom:20px;
}
.m_index_list li a{
    display: block;
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%;
}
.m_index_list li a:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.28);
    z-index:8;
}
.m_index_list li a .img1{
    height: 100%;
}
.m_index_list li a .img1 img{
    width: 100%;
    height: 100%;
}
.m_index_list li a .text{
    position: absolute;
    bottom: 10px;
    right:15px;
    z-index:9;
    text-align: center;
}
.m_index_list li a .text h3{
    font-weight: normal;
    font-size:16px;
}
.m_index_list li:nth-child(2){
    width: 57%;
    margin-right: 3%;
}
.m_index_list li:nth-child(3){
    width: 40%;
}
.m_index_list li:nth-child(3) a .text{
    width: 100%;
    right: 0;
    text-align: center;
}
@media(max-width: 1600px){

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

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

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

}
@media(max-width: 767px){
    .moblie_cont{
        display: block;
    }
    .pc_cont{
        display: none;
    }
    .m_index_product li:last-child{
        width:100%;
        margin-right:0;
    }
    .m_index_product li a h3{
        line-height:1.6;
        left:0;
        padding:0 10px;
        font-weight:normal;
    }
    .m_index_product li a img{
        width:100%;
    }
}


h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: none;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #2b70bb;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: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200; 
    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: #ff9900;
    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:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:60px;
    }
}



.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: #ff9900;
    background: #ff9900;
}

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

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

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


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


/*发展历程*/
#cd-timeline {
    position: relative;
}
#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    width: 1px;
    background: #000000;
    height:100%;
}
.txt-org {
    color: #ff9900;
}
.rel {
    position: relative;
}
#timeline .bloc_yr.bloc_yr-rt p {
    width: 50%;
    margin: 0;
    float: left;
    /* border-right: 1px solid #000; */
    text-align: center;
    padding-top: 50px;
    border-bottom: 1px solid;
    min-height: 100px;
    display: inline-block;
}
#timeline .bloc_yr.bloc_yr-rt h2 {
    width: 49.9%;
    border-right: 0;
    margin: 0;
    float: left;
    text-align: left;
    padding-left: 1.5%;
    padding-top: 40px;
    border-bottom: 1px solid;
    min-height: 100px;
}
#cd-timeline h2 {
    font-size: 2.1em;
}
.cd-timeline-img {
    background: #ff9900;
    width: 16px;
    height: 16px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 65px;
    left: 49.1%;
    border-radius: 50%;
    box-shadow: none;
    margin-left: 3px;
}
#timeline .block-content {
    display: flex;
}
#timeline .block-content-left {
    width: 50%;
    float: left;
}
.pd15 {
    padding: 15px 30px;
}

#timeline .block-content-left ul li>div{
    margin: 0;
    /* padding-left: 5%; */
    font-size: 16px;
    color: #333;
    text-align: right;
}
#timeline .block-content-left.bdr0 ul li>div{
    padding-left: 0;
    padding-right: 5%;
    text-align: left;
}
#timeline .block-content-left span.date-log{
    text-align: right;
    display: block;
}
#timeline .block-content-left.bdr0 span.date-log{
    text-align: left;
}

#timeline .block-content-left.bdr0 span.date-log{
    text-align: left;
}
.cd-timeline-img {
    background: #ff9900;
    width: 16px;
    height: 16px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 65px;
    left: 49.1%;
    border-radius: 50%;
    box-shadow: none;
}
#timeline .pdt-detail{
    margin: 0;
    list-style: none;
    /*padding-left: 15%;*/
}
#timeline ul.pdt-detail li{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
#timeline ul.pdt-detail li:last-child{
    border-bottom:0;
}
#timeline #yl1960-1{
    height: 243px;
}
#timeline #ry1970-1{
    height: 276px;
}
#timeline #ry1970-2{
    height: 111px;
}
#timeline #ry1970-3{
    height: 273px;
}
#timeline #ly1970-8{
    height: 96px;
}
#timeline #ry1970-5{
    height: 141px;
}
#timeline #ly1980-1{
    height: 82px;
}
#timeline #ry1980-2{
    height: 82px;
}
#timeline #ly1980-3{
    height: 111px;
}
#timeline #ly1980-5{
    height: 192px;
}
#timeline #ly1980-6{
    height: 193px;
}
#timeline #ry1980-11{
    height: 101px;
}
#timeline #ly1990-1{
    height: 780px;
}
#timeline #ly1990-2{
    height: 222px;
}
#timeline #ly1990-3{
    height: 525px;
}
#timeline #ly1990-4{
    height: 192px;
}
#timeline #ly1990-5{
    height: 354px;
}
#timeline #ly2000-1{
    height: 565px;
}
#timeline #ly2000-2{
    height: 496px;
}
#timeline #ly2000-3{
    height: 530px;
}
#timeline #ly2000-4{
    height: 1205px;
}
#timeline #ly2000-5{
    height: 697px;
}
#timeline #ry2000-30{
    height: 125px;
}
#timeline #ry2010-1{
    height: 191px;
}
#timeline #ry2010-2{
    height: 607px;
} 
#timeline #ry2010-3{
    height: 606px;
}
#timeline #ry2010-4{
    height: 666px;
}
#timeline #ly2010-22{
    height: 190px;
}
#timeline #ly2010-23{
    height: 133px;
}
#timeline #ry2017-2{
    height: 381px;
}
#cd-timeline{
    padding: 0;
}  
#cd-timeline::before {
    width: 1px;
    background: #000000;
}   
.bg-attachment-kangcheong{
    width: 100%;
    background: url(../images/kangcheong/img_top.jpg);
    height: 455px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#timeline #ly1980-4 {
    height: 110px;
}
#timeline{
    max-width: 900px;
    margin:0 auto;
}
@media only screen and (min-width: 1170px){
    .cd-timeline-img {
        margin-left: 0px;
    }
    #cd-timeline {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 481px){
    
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

@media only screen and (max-width: 768px){
    .cd-timeline-img {
        left: 47%;
    }
    #timeline #ry1970-3 {
        height: 304px;
    }
    #timeline #ry1970-5 {
        height: 171px;
    }
    #timeline #ly1980-1 {
        height: 112px;
    }
    #timeline #ly1990-1 {
        height: 811px;
    }
    #timeline #ly1990-2 {
        height: 252px;
    }
    #timeline #ly1990-3 {
        height: 614px;
    }
    #timeline #ly2000-1 {
        height: 772px;
    }
    #timeline #ly2000-2 {
        height: 524px;
    }
    #timeline #ly2000-3 {
        height: 621px;
    }
    #timeline #ly2000-4 {
        height: 1356px;
    }
    #timeline #yl1960-1 {
        height: 304px;
    }
    #timeline #ly1980-3{
        height: 112px;
    }
    #timeline #ly1980-4 {
        height: 171px;
    }
    #timeline #ly1980-5 {
        height: 193px;
    }
    #timeline #ly1980-6 {
        height: 221px;
    }
    #timeline #ly2000-5 {
        height: 816px;
    }
    #timeline #ry2010-1 {
        height: 222px;
    }
    #timeline #ry2010-2 {
        height: 636px;
    }
    #timeline #ry2010-3 {
        height: 696px;
    }
    #timeline #ry2010-4 {
        height: 846px;
    }
    #timeline #wrap-img_18{
        padding-bottom: 25px;
    }
    #wrap-img_18 img{
        max-width: 50%;
    }
    #cd-timeline::before{
        display:none;
    }
    #timeline .bloc_yr.bloc_yr-rt p{
        display:none;
    }
    #timeline .bloc_yr.bloc_yr-rt h2{
        width:100%;
    }
    .cd-timeline-img{
        display:none;
    }
    #timeline .block-content{
        flex-wrap:wrap;
    }
    #timeline .block-content-left{
        width:100%;
    }
    #timeline .block-content-left ul li>div{
        text-align:left;
    }
}



@media only screen and (max-width: 767px){
    #content-kangcheong ul.menu-kcg li {
        width: 33%;
    }
    #content-kangcheong ul.menu-kcg h4.bdr-org{
        font-weight: normal;
    }
    #timeline #yl1960-1 {
        height: 243px;
    }
    #timeline #ry1970-3 {
        height: 273px;
    }
    #timeline #ly1980-4 {
        height: 141px;
    }
    #timeline #ly1990-3 {
        height: 605px;
    }
    #timeline #ly1990-3 {
        height: 524px;
    }
    #timeline #ly2000-1 {
        height: 740px;
    }
    #timeline #ly2000-3 {
        height: 593px;
    }
    #timeline #ly2000-4 {
        height: 1266px;
    }
    #timeline #ly2000-5 {
        height: 755px;
    }
    #timeline #ry2010-4 {
        height: 757px;
    }
    #wrap-img_18 img{
        max-width: 100%;
    }
    #timeline .block-content-left ul li>div{
        font-size:14px;
    }
}
@media (max-width: 640px){
    #content-kangcheong h5 {
        margin-bottom: 0.4em;
        padding: 0 15px;
    }
    #timeline #img_03{
        width: 60%;
        max-width: 146px;
    }
    #timeline #img_04{
        width: 37%;
        max-width: 103px;
    }
    #timeline .block-content-left.bdr0 ul li>div{
        padding-right: 15px;
    }
    
    #timeline .block-content-left ul li>div{
        padding-left: 15px;
    }
    #timeline .bloc_yr h2{
        font-weight: normal;
        padding-right: 15px;
        padding-top: 47px;
    }
    #timeline .bloc_yr.bloc_yr-rt h2{
        padding-left: 15px;
        padding-top: 47px;
        padding-right: 0;
    }
    .cd-timeline-img{
        left: 47%;
    }
    #timeline .block-content-left .pd15 {
        padding: 0 15px;
    }
    #timeline #yl1960-1 {
        height: 272px;
    }
    #timeline #ry1970-3 {
        height: 273px;
    }
    #timeline #ry1970-5 {
        height: 172px;
    }
    #timeline #ly1980-1 {
    height: 110px;
    }
    #timeline #ry1980-2 {
        height: 80px;
    }
    #timeline #ly1980-4 {
        height: 141px;
    }
    #timeline #ly1980-5 {
        height: 222px;
    }
    #timeline #img_09{
       display: block;
       float: left;
       margin-top: 10px;
    }
    #timeline #ly1980-6 {
        height: 222px;
    }
    #timeline #ly1990-1 {
        height: 810px;
    }
    #timeline #ly1990-2 {
        height: 282px;
    }
    #timeline #ly1990-5 {
        height: 384px;
    }
    #timeline #ly1990-5 .pdl15p{
        padding-left: 15px;
    }
    #timeline #ly2000-1 {
        height: 667px;
    }
    #timeline #img_21{
        width: 48%;
        padding: 0;
        margin-right: 4%;
    }
    #timeline #img_22{
        width: 48%;
    }
    #timeline #ly2000-2 {
        height: 555px;
    }
    #timeline #ly2000-3 {
        height: 621px;
    }
    #timeline #ly2000-4 {
        height: 1326px;
    }
    #timeline #img_37{
        padding-right: 60%;
    }
    #timeline #ly2000-5 {
        height: 735px;
    }
    #timeline #ry2010-1 {
        height: 221px;
    }
    #timeline #ry2010-2 {
        height: 666px;
    }
    #timeline #ry2010-3 {
        height: 756px;
    }
    #timeline #ly1980-8{
        height: 212px;
    }
    #timeline #warp-img_41 .f-left{
        margin-bottom: 10px;
        width: 100%;
    }
    #timeline #warp-img_41 .pdl45p{
        padding-left: 0;
        padding-top: 10px;
    }
    #timeline #warp-img_41 .pdl15{
        padding-top: 10px;     
    }
    #timeline #ry2010-4 {
        height: 757px;
    }
    #timeline #warp-img_4243 .f-left{
        width: 55%;
    }
    #timeline #warp-img_4243 .pdl15p{
        padding-left: 15px;
    }
    #timeline #warp-img_44 .pdl15p{
        padding-left: 15px;
    }
    #timeline #warp-img_45 .pdl15p{
        padding-left: 15px;
    }
    #timeline #warp-img_10 .f-left{
        width: 60%;
    }
    #timeline #warp-img_10 .pdl15{
        padding-left: 60%;
        display: block;
    }
    #timeline #ly2010-22 {
        height: 161px;
    }
    #timeline .bloc_yr.bloc_yr-rt h2{
        padding-top:20px;
    }
}

@media (max-width: 560px){
    #timeline #yl1960-1 {
        height: 266px;
    }
    #timeline #ry1970-3 {
        height: 332px;
    }
    #timeline #ly1970-8 {
        height: 86px;
    }
    #timeline #ry1970-5 {
        height: 202px;
    }
    #timeline #ly1980-3, 
    #timeline #ly1980-4 {
        height: 141px;
    }
    #timeline #ly1980-5 {
        height: 252px;
    }
    #timeline #ly1990-1 {
        height: 840px;
    }
    #timeline #ly1990-1 .pdl15p {
       float: left;
       padding-top: 10px;
    }
    #timeline #ly1990-3 {
        height: 585px;
    }
    #timeline #ly1990-4 {
        height: 221px;
    }
    #timeline #ly1990-5 .pdl15p {
        padding-left: 62%;
        display: block;
    }
    #timeline #wrap-img_20 .pdl15{
        padding-left: 65%;
        display: block;
    }
    #timeline #ly2000-1 {
        height: 654px;
    }
    #timeline #ly2000-2 {
        height: 614px;
    }
    #timeline #ly2000-3 {
        height: 681px;
    }
    #timeline #ly2000-4 {
        height: 1439px;
    }
    #timeline #ly2000-5 span.pdt15{
        width: 115px;
    }
    #timeline #ly2000-5 {
        height: 718px;
    }
    #timeline #ry2010-2 {
        height: 696px;
    }
    #timeline #ry2010-3 {
        height: 786px;
    }
    #timeline #ry2010-4 {
        height: 846px;
    }
    #warp-img_4243 .pdl15{
        padding-left: 65%;
        display: block;
    }
    #warp-img_4243 .f-left br.visible-xs{
       display: none !important;
    }
    #timeline #ly2010-22 {
        height: 145px;
    }
    #timeline #warp-img_44 .pdl15p {
        padding-left: 70%;
        display: block;
    }
    #timeline #warp-img_45 .pdl15p {
        padding-left: 65%;
        display: block;
    }
    #timeline #ly2010-23 {
        height: 116px;
    }
    #timeline #wrap-img_06 .pdl15p{
        padding-left: 65%;
        display: block;
    }
    #timeline #ry2017-2 {
        height: 368px;
    }
}

@media (max-width: 480px){
    .cd-timeline-img {
        left: 48.35%;
    }
    #cd-timeline::before {
        left: 50%;
    }
    #timeline #yl1960-1 {
        height: 232px;
    }
    #timeline #ry1970-1 {
        height: 256px;
    }
    #timeline #ry1970-2 {
        height: 99px;
    }
    #timeline #ry1970-3 {
        height: 296px;
    }
    #timeline #ly1970-8 {
        height: 74px;
    }
    
    #timeline .pdt-detail li{
        font-size: 14px;
    }
    #timeline #wrap-img_06 .f-left{
        width: 60%;
        display: block;
    }
    #wrap-img_06 .pdl15p{
         padding-left: 65%;
        display: block;
    }
    #timeline #ry1970-5 {
        height: 177px;
    }
    #timeline #ry1970-5 div .f-left{
        width: 60%;
    }
    #timeline #ry1970-5 .pdl15p{
        padding-left: 60%;
        display: block;
    }
    #timeline #wrap-img_08 .pdl15p{
        padding-left: 60%;
        display: block;
    }
    #timeline #ly1980-1 {
        height: 100px;
    }
    #timeline #ry1980-2 {
        height: 73px;
    }
   #timeline #ly1980-3 {
        height: 124px;
    }
    #timeline #ly1980-4{
        height: 124px;
    }
    #timeline #ly1980-5 {
        height: 226px;
    }
    #timeline #ly1980-6 {
        height: 197px;
    }
    #timeline #ly1980-8 {
        height: 226px;
    }
    #timeline #ly1990-1 div .f-left{
        width: 60%;
    }
    #timeline #ly1990-1 div .pdl15p{
        padding-left: 60%;
        display: block;
    }
    #timeline #img_13{
        max-width: 85%;
    }
    #timeline #ly1990-1 {
        height: 762px;
    }
    #timeline #ly1990-2 {
        height: 275px;
    }
    #timeline #ly1990-4 {
        height: 198px;
    }
    #timeline #ly1990-5 .f-left{
        width: 55%;
    }
    #timeline #ly1990-5 .pdl15p{
        padding-left: 55%;
        display: block;
    }
    #timeline #ly1990-5 {
        height: 346px;
    }
    #timeline #ly2000-1 {
        height: 605px;
    }
    #timeline #ly2000-2 {
        height: 573px;
    }
    #timeline #ly2000-3 {
        height: 635px;
    }
    #timeline #ly2000-4 {
        height: 1289px;
    }
    #timeline #ly2000-5 {
        height: 699px;
    }
    #timeline #ry2000-30 {
        height: 121px;
    }
    #timeline #ry2010-1 .pdl15p{
        padding-left: 60%;
    }
    #timeline #ry2010-1 .pdl15p img{
        width: 32px; 
    }
    #timeline #ry2010-1 {
        height: 198px;
    }
    #timeline #wrap-img_20 .f-left{
        width: 65%;
    }
    #timeline #wrap-img_20 .pdl15{
        padding-left: 65%;
        display: block;
    }
    #timeline #wrap-2004-10 .w50p{
        padding: 0 2%;
    }
    #timeline #img_29{
        padding-top: 13px;
    }
    #timeline #ry2010-2 {
        height: 647px;
    }
    #timeline #ry2010-3 {
        height: 723px;
    }
    #timeline #ry2010-4 {
        height: 776px;
    }
    #timeline #warp-img_4243 .f-left{
        width: 60%;
    }
    #timeline #warp-img_4243 .pdl15{
        padding-left: 60%;
        display: block;
    }
    #timeline #warp-img_4243 .pdl15p{
         padding-left: 60%;
        display: block;
    }
    #timeline #warp-img_4243 .f-left .visible-xs{ 
        display: none !important;
    }
    #timeline #warp-img_44 .f-left{
        width: 60%;
    }
    #timeline #warp-img_44 .pdl15p{
        display: block;
        padding-left: 60%;
    }
    #timeline #warp-img_45 .f-left{
        width: 60%;
    }
    #timeline #warp-img_45 .pdl15p{
        display: block;
        padding-left: 60%;
    }
    #timeline #ly2010-22 {
        height: 152px;
    }
    #timeline #ly2010-23 {
        height: 125px;
    }
    #timeline #ly1990-3 {
        height: 547px;
    }
    #timeline #ry2017-2 {
        height: 351px;
    }
}
@media (max-width: 414px){
    #timeline #ry1970-1 {
        height: 282px;
    }
    #timeline #ry1970-2 {
        height: 126px;
    }
    #timeline #ry1970-3 {
        height: 322px;
    }
    #timeline #ly1980-4 {
        height: 151px;
    }
    #timeline #ly1980-6 {
        height: 246px;
    }
    #timeline #ly1980-8 {
        height: 203px;
    }
    #timeline #ly1990-1 {
        height: 824px;
    }
    #timeline #ly1990-3 {
        height: 599px;
    }
    #timeline #ly1990-4 {
        height: 225px;
    }
    #timeline #ly1990-5 {
        height: 396px;
    }
    #timeline #ly2000-1 {
        height: 620px;
    }
    #timeline #ly2000-2 {
        height: 598px;
    }
    #timeline #ly2000-3 {
        height: 654px;
    }
    #timeline #ly2000-4 {
        height: 1402px;
    }
    #timeline #ly2000-5 {
        height: 735px;
    }
    #timeline #ry2010-1 {
        height: 224px;
    }
    #timeline #ry2010-2 {
        height: 724px;
    }
    #timeline #ry2010-3 {
        height: 803px;
    }
    #timeline #ry2010-4 {
        height: 854px;
    }
    #timeline #ry2017-2 {
        height: 376px;
    }
}
@media (max-width: 375px){
    #content-kangcheong ul.menu-kcg h4.bdr-org{
        font-size: 14px;
    }
    #timeline .block-content-left.bdr0 ul li>div{
        padding-right: 0;
    }
    #timeline .block-content-left ul li>div{
        padding-left: 0;
    }
    #timeline #yl1960-1 {
        height: 276px;
    }
    #timeline #ry1970-1 {
        height: 282px;
    }
    #timeline #ry1970-2 {
        height: 124px;
    }
    #timeline #ry1970-3 {
        height: 323px;
    }
    #timeline #ly1970-8 {
        height: 72px;
    }
    #timeline #ly1980-4 {
        height: 151px;
    }
    #timeline #ly1980-6 {
        height: 248px;
    }
    #timeline #ry1980-9{
        height: 72px;
    }
    #timeline #ly1990-1 div .pdl15p {
        padding-left: 15%;
        width: 105px;
        float: left;
        padding-top: 5px;
    }
    #timeline #ly1990-1 {
        height: 820px;
    }
    #timeline #ly1990-3 {
        height: 601px;
    }
    #timeline #ly1990-4 {
        height: 222px;
    }
    #timeline #ly1990-5 {
        height: 397px;
    }
    #timeline #ly2000-1 {
        height: 618px;
    }
    #timeline #ly2000-2 {
        height: 598px;
    }
    #timeline #ly2000-3 {
        height: 653px;
    }
    #timeline #ly2000-4 {
        height: 1400px;
    }
    #timeline #ly2000-5 {
        height: 732px;
    }
    #timeline #ly2000-6 .pdl15p {
        width: 110px;
        padding-top: 10px;
    }
    #timeline #ly2000-6, #timeline #ry2000-30 {
        height: 125px;
    }
    #timeline #ry2010-1 {
        height: 224px;
    }
    #timeline #ry2010-2 {
        height: 749px;
    }
    #timeline #ry2010-3 {
        height: 802px;
    }
    #timeline #ry2010-4 {
        height: 855px;
    }
    #timeline #warp-img_4243{
        height: 231px;
    }
    #timeline #ly2010-23 {
        height: 107px;
    }
    #timeline #ly1980-8 {
        height: 226px;
    }
}

@media (max-width: 320px){
    .cd-timeline-img {
        left: 47.6%;
    }
    #timeline .block-content-left.bdr0 ul li>div{
        padding-right: 0;
    }
    #timeline .block-content-left ul li>div{
        padding-left: 0;
    }
    #timeline #yl1960-1 {
        height: 383px;
    }
    #timeline #img_03,
    #timeline #img_04{
        width: 100%;
    }
    #timeline #img_04{
        padding-top: 10px;
    }
    #timeline #ry1970-1 {
        height: 302px;
    }
    #timeline #ry1970-2 {
        height: 125px;
    }
    #timeline #ry1970-3 {
        height: 322px;
    }
    #timeline #wrap-img_06 .f-left{
        width: 100%;
    }
    #timeline #wrap-img_06 .pdl15p {
        padding-left: 15%;
        display: block;
        width: 95px;
        margin-top: 5px;
        float: left;
    }
    #timeline #ry1970-5 div .f-left {
        width: 100%;
    }
    #timeline #ry1970-5 .pdl15p {
        padding-left: 15%;
        display: block;
        float: left;
        padding-top: 5px;
    }
    #timeline #ly1970-8 {
        height: 110px;
    }
    #timeline #ry1970-5 {
        height: 203px;
    }
    #timeline #wrap-img_08 .pdl15p {
        padding-left: 15%;
        display: block;
        float: left;
        padding-top: 5px;
    }
    #timeline #ly1980-1 {
        height: 125px;
    }
    #timeline #ly1980-3 {
        height: 150px;
    }
    #timeline #ly1980-4 {
        height: 178px;
    }
    #timeline #ly1980-5 {
        height: 250px;
    }
    #timeline #ly1980-6 {
        height: 276px;
    }
    #timeline #ry1980-9{
        height: 73px;
    }
    #timeline #warp-img_10 .f-left {
        width: 100%;
    }
    #timeline #ry1980-11 {
        height: auto;
    }
    #timeline #warp-img_10 .pdl15 {
        padding-left: 15%;
        width: 90px;
        padding-top: 5px;
        float: left;
    }
    #timeline #ly1980-8 {
        height: 250px;
    }
    #timeline #ly1990-1 div .f-left {
        width: 100%;
    }
    #timeline #ly1990-1 div .pdl15p {
        padding-left: 15%;
        width: 95px;
        float: left;
        padding-top: 5px;
    }
    #timeline #ly1990-1 {
        height: 825px;
    }
    #timeline #ly1990-2 span.pdt15{
        width: 75%;
        margin-left: 12.5%;
    }
    #timeline #ly1990-2 {
        height: 355px;
    }
    #timeline #ly1990-3 span.pdt15{
        width: 70%;
        margin-left: 15%;
    }
    #timeline #ly1990-3 {
        height: 677px;
    }
    #timeline #ly1990-4 {
        height: 222px;
    }
    
    #timeline #ly1990-5 .f-left {
        width: 100%;
    }
    #timeline #ly1990-5 .pdl15p {
        padding-left: 15%;
        display: block;
        float: left;
        padding-top: 5px;
        width: 105px;
    }
    #timeline #ly1990-5 {
        height: 397px;
    }
    #timeline #wrap-img_20 .f-left {
        width: 100%;
    }
    #timeline #wrap-img_20 .pdl15 {
        padding-left: 15%;
        display: block;
        float: left;
        padding-top: 5px;
        width: 95px;
    }
    #timeline #img_21 {
        width: 100%;
        padding: 0;
        margin-right: 0;
    }
    #timeline #img_22 {
        width: 100%;
        margin-top: 10px;
    }
    #timeline #ly2000-1 {
        height: 841px;
    }
    #timeline #ly2000-2 .pdl15p{
        float: left;
        width: 105px;
    }
    #timeline #ly2000-2 {
        height: 704px;
    }
    #timeline #ly2000-3 .pdl15p{
        float: left;
        width: 95px;
    }
    #timeline #ly2000-3 {
        height: 698px;
    }
    #timeline #ly2000-4 {
        height: 1571px;
    }
    #timeline #ly2000-5 .pdl15p{
        width: 95px;
    }
    #timeline #ly2000-5 {
        height: 796px;
    }
    #timeline #ly2000-6 .pdl15p{
        width: 95px;
        padding-top: 10px;
    }
    #timeline #ly2000-6,
    #timeline #ry2000-30 {
        height: 155px;
    }
    #timeline #ry2010-1 .pdl15p {
        padding-left: 50%;
        float: left;
        padding-top: 15px;
    }
    #timeline #ry2010-1 .pdl15p img {
        width: 28px;
    }
    #timeline #ry2010-1 {
        height: 249px;
    }
    #timeline #ry2010-2 {
        height: 802px;
    }
    #timeline #ry2010-3 {
        height: 907px;
    }
    #timeline #warp-img_41 .pdl15 {
        width: 100px;
        display: block;
    }
    #timeline #warp-img_41 br.visible-xs{
        display: none !important;
    }
    #timeline #ry2010-4 {
        height: 1010px;
    }
    #timeline #warp-img_4243 .f-left {
        width: 100%;
    }
    #timeline #warp-img_4243 .pdl15 {
        padding-left: 15%;
        display: block;
        float: left;
        width: 80px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #timeline #warp-img_4243 .pdl15p {
        padding-left: 25%;
        display: block;
        width: 75px;
    }
    #timeline #warp-img_44 .f-left {
        width: 100%;
    }
    #timeline #warp-img_44 .pdl15p {
        display: block;
        padding-left: 25%;
        width: 85px;
        float: left;
        padding-top: 5px;
    }
    #timeline #warp-img_45 .f-left {
        width: 100%;
    }
    #timeline #warp-img_45 .pdl15p {
        display: block;
        padding-left: 20%;
        width: 95px;
        float: left;
        padding-top: 5px;
    }
    #timeline #ly2010-22 {
        height: 196px;
    }
    #timeline #ly2010-23 {
        height: 149px;
    }
    #timeline #ry2010-3 .pdl15{
        display: block;
        float: left;
        padding-top: 10px;
        width: 95px;
    }
    #timeline #ry2010-2 span.pdt15{
        width: 95px;
        padding-left: 15px;
    }
    #timeline #ry2017-2 {
        height: 446px;
    }
}

















