@charset "utf-8";
/* CSS Document */
body {
	FONT-SIZE: 14px;
	margin:0px;
	padding: 0px;
    font-family:"myfont";
	color:#666666;
	margin:0px;
	padding:0px; background-color:#fff;
	overflow-x: hidden;
	box-sizing: border-box;
	}
*{font-family:"myfont";}
a{text-decoration:none;}
li{list-style:none}
a{
    cursor: pointer;
    color:#666
}
.center{width:1300px;margin:0 auto}
h1,h2,h3,h4,h5,p{margin:0 0;padding:0 0;font-weight:500}
.ctrl span{ float:left; cursor:pointer;}
input,textarea,select{outline:none;font-family:"myfont";}
img{
    border:none;
    display: block;
}
.cursor_pointer{
	cursor:pointer;
}
button{
	cursor:pointer;
}
.float_l{
    float: left;
}
.float_r{
    float: right;
}
.clear{
    clear:both
}
.sr-bdimgshare .bdimgshare-content{
    display: none;
}
.sr-bdimgshare-black .bdimgshare-bg{
    display: none;
}
select::-ms-expand{ display: none; }
select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/* 电脑站侧边 */
.panel {
    display: none;
}
.phone_none{
    display: none;
}

.top_pc .logo{
    height: 150px;
    border-bottom: solid 1px #e8e8e8;

}
.banner_pc{
    margin-top: 100px;
}
.banner_pc .banner_img{
    height: 650px;
}
.banner_pc .swiper-button-prev{
    background: url("../img/banner_l.png.png") center center no-repeat;
    width: 80px;
    height: 80px;
    left: 50px;
    top: 50%;
    margin-top: -40px;
}
.banner_pc .swiper-button-next{
    background: url("../img/banner_r.png") center center no-repeat;
    width: 80px;
    height: 80px;
    right: 50px;
    top: 50%;
    margin-top: -40px;
}
.banner_pc .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 7px;
    background:#ffffff;
    opacity: 1;
}
.banner_pc .swiper-pagination-bullet-active {
    background:#EB5D1D;
}
.banner_pc .swiper-pagination{
    bottom: 24px;
}

.top_pc{
    height: 100px;
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
    transition:all 0.3s ease-in-out;
}
.top_pc .logo_icon{
    margin-top: 21px;
    transition:all 0.3s ease-in-out;
}
.top_pc .center{
    /* width: calc(100% - 160px); */
    width: 1300px;
}
.top_pc .search{
    position: relative;
    margin-top: 35px;
    transition:all 0.3s ease-in-out;
}
.top_pc .search img{
    cursor: pointer;
}
.top_pc .search .img2{
    display: none;
}
.top_pc .search .search_tk{
    position: absolute;
    right: 0;
    top: 45px;
    width: 320px;
    display: none;
    transition:all 0.3s ease-in-out;
}
.top_pc .search .search_tk .sousuo{
    margin-top: 5px;
}
.top_pc .search .search_tk .sousuo a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 63px;
    height: 63px;
    text-align: center;
    width: 80px;
    background: #EB5D1D;
}
.top_pc .search .search_tk .sousuo input{
    width: 190px;
    padding: 0 20px;
    border: none;
    height: 63px;
    line-height: 63px;
    font-size: 15px;
    color: #acacac;
}
.top_pc .search .search_tk .sousuo input::-webkit-input-placeholder{
    color:#acacac;
}
.top_pc .search .search_tk .sousuo input::-moz-placeholder{   
    color:#acacac;
}
.top_pc .search .search_tk .sousuo input:-moz-placeholder{    
    color:#acacac;
}
.top_pc .search .search_tk .sousuo input:-ms-input-placeholder{
    color:#acacac;
}
.top_pc .nav{
    margin-right: 10px;
}
.top_pc .nav .yiji{
    width: 102px;
    height: 90px;
}
.top_pc .nav .yiji .yiji_a{
    width: 102px;
    height: 100px;
    display: block;
    transition:all 0.3s ease-in-out;
}
.top_pc .nav .yiji .yiji_a:hover{
    background: #EB5D1D;
}
.top_pc .nav .yiji .xuanzhong{
    background: #EB5D1D;
}
.top_pc .nav .yiji .yiji_a p{
    line-height: 47px;
    height: 47px;
    /* padding-top: 22px; */
    padding-top: 25px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    transition:all 0.3s ease-in-out;
}
.top_pc .nav .yiji .yiji_a:hover p{
    padding-top: 15px !important;
    color: #fff;
}
.top_pc .nav .yiji .xuanzhong p{
    /* padding-top: 16px; */
    color: #fff;
}
.top_pc .nav .yiji .yiji_a .xian1{
    width: 28px;
    height: 3px;
    background: #fff;
    margin: auto;
    transition:all 0.3s ease-in-out;
}
.top_pc .nav .yiji .xuanzhong .xian1{
    background: #f3d401;
}
.top_pc .nav .yiji .yiji_a:hover .xian1{
    background: #f3d401;
}
.top_pc .nav .yiji .erji_kuang{
    height: 60px;
}
.top_pc .nav .yiji .erji_kuang .erji_bj{
    width: 100vw;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 9;
    height: 0px;
    opacity: 0.9;
    background: #fff;
    transition:all 0.3s ease-in-out;
}
.top_pc .nav .yiji:hover .erji_kuang .erji_bj{
    height: 60px;
}
.top_pc .nav .yiji .erji_kuang .erji_list{
    position: relative;
    z-index: 10;
    width: 100vw;
    height: 0px;
    overflow: hidden;
    transition:all 0.3s ease-in-out;
}
.top_pc .nav .yiji:hover .erji_kuang .erji_list{
    height: 60px;
}
.top_pc .nav .yiji .erji_kuang .erji_list p{
    padding: 0 13px;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 60px;
    transition:all 0.3s ease-in-out;
}
.top_pc .nav .yiji .erji_kuang .erji_list a:hover p{
    color: #EB5D1D;
}
.top_pc .nav .yiji .erji_kuang .erji_list a .xian2{
    width: 0px;
    height: 2px;
    margin-top: 30px;
    background: #EB5D1D;
    transition:all 0.3s ease-in-out;
}
.top_pc .nav .yiji .erji_kuang .erji_list a:hover .xian2{
    width: 10px;
    height: 2px;
    margin-top: 30px;
    background: #EB5D1D;
}
.foot{
    height: 389px;
    background: #333333;
}
.foot .foot_top{
    height: 318px;
}
.foot .foot_top .foot_erweima{
    width: 170px;
    height: 170px;
    margin-top: 70px;
}
.foot .foot_top .xian{
    width: 1px;
    height: 197px;
    background: #585858;
    margin-top: 59px;
}
.foot .foot_top .foot_erweima img{
    display: block;
    width: 170px;
    height: 170px;
}
.foot .foot_top .foot_erweima p{
    font-size: 14px;
    color: #b2b2b2;
    text-align: center;
    line-height: 50px;
}
.foot .foot_top .foot_left{
    width: 450px;
    padding-top: 50px;
    margin-right: 60px;
}
.foot .foot_top .foot_left .foot_title1{
    font-size: 18px;
    color: #ffffff;
    padding-left: 60px;
    line-height: 40px;
    height: 40px;
    background: url("../img/foot_icon1.png") center left no-repeat;
}
.foot .foot_top .foot_left .foot_title2{
    font-size: 18px;
    color: #ffffff;
    padding-left: 60px;
    line-height: 40px;
    height: 40px;
    margin-top: 12px;
    background: url("../img/foot_icon2.png") center left no-repeat;
}
.foot .foot_top .foot_left .p p{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 28px;
    padding-left: 60px;
}
.foot .foot_top .foot_input{
    width: 340px;
    padding: 0 90px 0 100px;
} 
.foot .foot_top .foot_input p{
    font-size: 18px;
    color: #ffffff;
    line-height: 58px;
    margin-top: 40px;
}
.foot .foot_top .foot_input input{
    width: 298px;
    height: 49px;
    border: solid 1px #808080;
    padding: 0 20px;
    background: none;
    margin-bottom: 20px;
    font-size: 14px;
    color: #b3b3b3;
    line-height: 49px;
}
.foot .foot_top .foot_input input::-webkit-input-placeholder{
    color:#b3b3b3;
}
.foot .foot_top .foot_input input::-moz-placeholder{   
    color:#b3b3b3;
}
.foot .foot_top .foot_input input:-moz-placeholder{    
    color:#b3b3b3;
}
.foot .foot_top .foot_input input:-ms-input-placeholder{
    color:#b3b3b3;
}
.foot .foot_top .foot_input button{
    border: none;
    width: 120px;
    height: 42px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    line-height: 42px;
    border-radius: 42px;
    background: #EB5D1D;
}
.foot .foot_bottom{
    border-top: solid 1px #4d4d4d;
    height: 70px;
    overflow: hidden;
}
.foot .foot_bottom .float_r{
    font-size: 14px;
    color: #cccccc;
    line-height: 70px;
}
.foot .foot_bottom .yqlj{
    width: 60%;
    padding-left: 38px;
    background: url("../img/yqlj.png") center left no-repeat;
}
.foot .foot_bottom .yqlj p{
    font-size: 16px;
    color: #ffffff;
    line-height: 70px;
}
.foot .foot_bottom .yqlj a{
    font-size: 14px;
    color: #cccccc;
    display: block;
    height: 13px;
    line-height: 13px;
    border-left: solid 1px #999999;
    padding: 0 15px;
    margin-top: 29px;
    transition:all 0.3s ease-in-out;
}
.foot .foot_bottom .yqlj a:nth-child(2){
    border-left: none;
}
.foot .foot_bottom .yqlj a:hover{
    color: #fff;
}
.position_fixed{
    position: fixed; 
    right: 40px;
    top: 58vh;
    width: 46px;
    height: 152px;
    /* background: #ff6100; */
    z-index: 999;
    border-radius: 6px;
}
.position_fixed .fixed_icon{
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    cursor: pointer;
    position: relative;
    transition:all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.36);
    margin-bottom: 3px;
}
.position_fixed .fixed_icon:hover{
    background: #EB5D1D;
}
.position_fixed .border{
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin: auto;
}
.position_fixed .fixed_icon .text{
    width: 132px;
    height: 72px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 52px;
    padding-top: 3px;
    /* border: solid 1px #cccccc; */
    border: solid 1px #EB5D1D;
    border-radius: 5px;
    display: none;
}
.position_fixed .fixed_icon .text .p{
    padding: 0 14px;
    height: 67px;
    /* border-top: solid 1px #EB5D1D; */
}
.position_fixed .fixed_icon .text .p:nth-child(1){
    border-top: none;
}
.position_fixed .fixed_icon .text .p p:nth-child(1){
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    padding-top: 8px;
}
.position_fixed .fixed_icon .text .p p:nth-child(2){
    font-size: 12px;
    color: #666666;
    line-height: 23px;
}
.position_fixed .fixed_icon:hover .text{
    display: block;
}
.position_fixed .fixed_icon .text img{
    width: 104px;
    height: 104px;
    margin: auto;
}
.position_fixed .fixed_icon .img{
    /* width: 132px;
    height: 135px; */
    background: #fff;
    position: absolute;
    top: 0;
    right: 52px;
    padding-top: 3px;
    display: none;
    background: #EB5D1D;
    padding: 10px;
}
.position_fixed .fixed_icon .img img{
    width: 100px;
    height: 100px;
}
.position_fixed .fixed_icon:hover .img{
    display: block;
}
.topLink{
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    background: rgba(0, 0, 0, 0.36);
    transition:all 0.3s ease-in-out;
}
.topLink:hover{
    background: #EB5D1D;
}
.banner_pc .banner_ny{
    height: 500px;
    position: relative;
}
.banner_pc .banner_ny .biaoti{
    display: table;
    padding-right: 50px;
    padding-left: 50px;
    height: 167px;
    position: absolute;
    top: 224px;
    left: 50%;
    margin-left: -675px;
    background: rgba(255, 97, 0, 0.55);
}
.banner_pc .banner_ny .biaoti p:nth-child(1){
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    line-height: 47px;
    padding-top: 36px;
}
.banner_pc .banner_ny .biaoti p:nth-child(2){
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
    text-transform:uppercase;
} 
.search_page{
    height: 50px;
    padding: 15px 0;
    background: #EB5D1D;
}
.search_page .p{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 600;
    padding-left: 45px;
    color: #fff;
    background: url("../img/search_page_l.png") center left no-repeat;
}
.search_page .p span{
    font-size: 18px;
    font-weight: 500;
}
.search_page .input a{
    display: block;
    width: 80px;
    height: 50px;
    background: #f3d401;
}
.search_page .input a img{
    display: block;
    margin: auto;
    margin-top: 12px;
}
.search_page .input input{
    width: 380px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 16px;
    color: #646464;
}
.search_page .input input::-webkit-input-placeholder{
    color:#646464;
}
.search_page .input input::-moz-placeholder{   
    color:#646464;
}
.search_page .input input:-moz-placeholder{    
    color:#646464;
}
.search_page .input input:-ms-input-placeholder{
    color:#646464;
}
.title{
    height: 136px;
    border-bottom: solid 1px #cccccc;
}
.title .float_l .p1{
    font-size: 38px;
    color: #333333;
    line-height: 42px;
    margin-top: 42px;
}
.title .float_l .p1 span{
    font-size: 18px;
    color: #999999;
    margin-left: 10px;
    text-transform: uppercase;
}
.title .float_l .p2{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.title .float_r a{
    display: block;
    padding:0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    border-radius: 40px;
    margin: 60px 2px 0 2px;
    transition:all 0.3s ease-in-out;
}
.title .float_r .xuanzhong{
    color: #fff;
    background: #EB5D1D;
}
.title .float_r a:hover{
    color: #fff;
    background: #EB5D1D;
}
.index_about{
    height: 642px;
    background: url("../img/about_bj.png") center center no-repeat;
}
.index_product{
    padding-top: 60px;
    padding-bottom: 45px;
}
.index_product .center{
    position: relative;
}
.index_product .swiper-container-product{
    width: 1121px;
    margin: auto;
    padding-top:50px;
}
.index_product .swiper-slide a{
    display: block;
    width: calc(33.333% - 15px);
}
.index_product .swiper-slide a:nth-child(2){
    margin: 0 21px;
}
.index_product .swiper-slide a:nth-child(4){
    display: none;
}
.index_product .swiper-slide a img{
    width: 100%;
    display: block;
    border: solid 1px #cccccc;
    border-bottom: none;
}
.index_product .swiper-slide a p{
    width: calc(100% - 38px);
    height: 70px;
    font-size: 16px;
    color: #ffffff;
    line-height: 70px;
    background: #EB5D1D;
    text-align: center;
    padding: 0 20px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.index_product .swiper-slide a:hover p{
    background: #f3d401;
}
.index_product .swiper-wrapper{
    padding-bottom: 70px;
}
.index_product .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #cccccc;
    opacity: 1;
    margin: 0 6px;
}
.index_product .swiper-pagination-bullet-active{
    background: #EB5D1D;
}
.index_product .swiper-button-prev{
    width: 60px;
    height: 60px;
    left: 0;
    top: 50%;
    margin-top: -60px;
    border-radius: 60px;
    background-image:url("../img/index_product_l.png");
    background-color: #EB5D1D;
    background-size: 100% 100%;
    transition:all 0.3s ease-in-out;
}
.index_product .swiper-button-prev:hover{
    background-color: #f3d401;
}
.index_product .swiper-button-next{
    width: 60px;
    height: 60px;
    right: 0;
    top: 50%;
    margin-top: -60px;
    border-radius: 60px;
    background-image:url("../img/index_product_r.png");
    background-color: #EB5D1D;
    background-size: 100% 100%;
    transition:all 0.3s ease-in-out;
}
.index_product .swiper-button-next:hover{
    background-color: #f3d401;
}
.youshi{
    height: 700px;
    background: url("../img/youshi_bj.png") center center no-repeat;
}
.youshi .bt{
    text-align: center;
}
.youshi .bt p:nth-child(1){
    font-size: 38px;
    color: #ffffff;
    line-height: 62px;
    padding-top: 48px;
}
.youshi .bt p span{
    color: #fedd00;
}
.youshi .bt p:nth-child(2){
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 37px;
}
.youshi .bt{
    margin-bottom: 66px;
}
.youshi .ys .block{
    width: 270px;
    cursor: pointer;
    margin-left: calc(25% - 252px);
}
.youshi .ys .block:nth-child(1){
    margin-left: 0;
}
.youshi .ys .block .img{
    position: relative;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
}
.youshi .ys .block .img img{
    width: 270px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition:all 0.3s ease-in-out;
}
.youshi .ys .block:hover .img img{
    width: 260px;
    height: 260px;
    top: 5px;
    left: 5px;
}
.youshi .ys .block .img .zuo{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 0;
    background: #fedd00;
    z-index: 98;
    transition:all 0.3s ease-in-out;
}
.youshi .ys .block:hover .img .zuo{
    height: 270px;
}
.youshi .ys .block .img .you{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 0;
    background: #fedd00;
    z-index: 98;
    transition:all 0.3s ease-in-out;
}
.youshi .ys .block:hover .img .you{
    height: 270px;
}
.youshi .ys .block p{
    font-size: 24px;
    line-height: 55px;
    margin-top: 14px;
    color: #fff;
    text-align: center;
    transition:all 0.3s ease-in-out;
}
.youshi .ys .block:hover p{
    color: #fedd00;
}
.youshi .ys .block .text{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.index_about .you{
    position: relative;
    width: 50%;
    max-width: 650px;
    height: 500px;
    margin-top: 70px;
    background: url("../img/index_about_img1.png") center center no-repeat;
}
.index_about .you .tubiao{
    width: 180px;
    height: 64px;
    position: absolute;
    left: -90px;
    top: 386px;
    background: #EB5D1D;
}
.index_about .you .tubiao .float_l img{
    display: block;
    margin-top: 16px;
    margin-left: 33px;
    animation: myfirst 2s infinite;
    cursor: -webkit-grab;
}
@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -8px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.index_about .zuo{
    width: calc(50% - 105px);
}
.index_about .zuo .bt .p1{
    font-size: 38px;
    color: #333333;
    line-height: 42px;
    margin-top: 105px;
}
.index_about .zuo .bt span{
    font-size: 18px;
    color: #999999;
    margin-left: 10px;
    text-transform: uppercase;
}
.index_about .zuo .bt .p2{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}
.index_about .zuo .text{
    margin-top: 35px;
    padding-bottom: 1px;
    text-align: justify;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 20px;
    text-indent: 2em;
}
.index_about .zuo .text p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
}
.index_about .zuo .more{
    width: 138px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border: solid 1px #cccccc;
    font-size: 16px;
    color: #999999;
    display: block;
    border-radius: 42px;
    margin-top: 20px;
    transition:all 0.3s ease-in-out;
}
.index_about .zuo .more:hover{
    color: #EB5D1D;
    border: solid 1px #EB5D1D;
}
.index_news{
    padding: 60px 0 80px 0;
}
.index_news .first_news{
    position: relative;
    width: 50%;
    overflow: hidden;
}
.index_news .first_news img{
    display: block;
    width: 100%;
}
.index_news .first_news .bt{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #EB5D1D;
    transition:all 0.3s ease-in-out;
}
.index_news .first_news:hover .bt{
    background: #fedd00;
}
.index_news .first_news .text{
    position: absolute;
    bottom: -80px;
    left: 0;
    width: calc(100% - 56px);
    padding: 0 28px;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.7);
    transition:all 0.3s ease-in-out;
}
.index_news .first_news:hover .text{
    bottom: 0px;
}
.index_news .first_news .text .float_l{
    font-size: 16px;
    color: #ffffff;
    width: 70%;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index_news .first_news .text .float_r{
    font-size: 16px;
    color: #ffffff;
}
.index_news .youbian{
    width: 50%;
}
.index_news .youbian a{
    width: calc(50% - 30px);
    margin-left: 30px;
    height: 450px;
    position: relative;
}
.index_news .youbian a .img{
    position: relative;
}
.index_news .youbian a .img img{
    width: 100%;
}
.index_news .youbian a .img .bt{
    position: absolute;
    top: 30px;
    left: 13px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #EB5D1D;
    transition:all 0.3s ease-in-out;
}
.index_news .youbian a:hover .img .bt{
    background: #fedd00;
}
.index_news .youbian a .p{
    font-size: 18px;
    color: #333333;
    line-height: 62px;
    width: calc(100% - 20px);
    margin: auto;
    margin-top: 8px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.index_news .youbian a:hover .p{
    color: #EB5D1D;
}
.index_news .youbian a .text{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    width: calc(100% - 20px);
    margin: auto;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    transition:all 0.3s ease-in-out;
}
.index_news .youbian a .xian1{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #cccccc;
}
.index_news .youbian a .xian2{
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #EB5D1D;
    transition:all 0.3s ease-in-out;
}
.index_news .youbian a:hover .xian2{
    width: 100%;
}
.index_news .youbian a .icon{
    position: absolute;
    bottom: 26px;
    left: 10px;
}
.index_news .youbian a .icon .float_l:nth-child(1){
    font-size: 14px;
    color: #808080;
    width: 116px;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    background: url("../img/news_icon1.png") center left no-repeat;
}
.index_news .youbian a .icon .float_l:nth-child(2){
    font-size: 14px;
    color: #808080;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    background: url("../img/news_icon2.png") center left no-repeat;
}
.banner_pc_ny .banner_img{
    height: 400px;
}
.banner_pc_ny .banner_img .center{
    position: relative;
}
.banner_pc_ny .banner_img .center .banner_title{
    display: table;
    padding:0 40px;
    height: 144px;
    position: absolute;
    top: 114px;
    left: 0;
    background: rgba(235, 93, 29, 0.8);
}
.banner_pc_ny .banner_img .center .banner_title p:nth-child(1){
    font-size: 38px;
    color: #ffffff;
    font-weight: 600;
    line-height: 50px;
    padding-top: 28px;
}
.banner_pc_ny .banner_img .center .banner_title p:nth-child(2){
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    text-transform:uppercase; 
}
.banner_pc_ny .banner_img .center .position{
    position: absolute;
    top: 346px;
    right: 0;
    padding-left: 13px;
    background: url("../img/position_icon.png") left center no-repeat;
}
.banner_pc_ny .banner_img .center .position a{
    display: block;
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    padding-right: 15px;
    padding-left: 10px;
    transition:all 0.3s ease-in-out;
    background: url("../img/position_icon2.png") right center no-repeat;
}
.banner_pc_ny .banner_img .center .position a:last-child{
    padding-right: 0;
    background: none;
    color: #EB5D1D;
}
.banner_pc_ny .banner_img .center .position a:hover{
    color: #EB5D1D;
}
.fenlei{
    padding-top: 60px;
    padding-bottom: 40px;
}
.fenlei a{
    display: block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    border-radius: 40px;
    margin: 0 1px;
    margin-bottom: 10px;
    transition:all 0.3s ease-in-out;
}
.fenlei a:hover{
    background: #EB5D1D;
    color: #fff;
}
.product_html .fenlei .xuanzhong{
    background: #EB5D1D;
    color: #fff;
}
.product_html .product_list{
    margin-left: -32px;
}
.product_html .product_list a{
    display: block;
    width: calc(33.333% - 32px);
    margin-left: 32px;
    margin-bottom: 32px;
}
.product_html .product_list a .img{
    width: calc(100% - 2px);
    overflow: hidden;
    border: solid 1px #cccccc;
    
}
.product_html .product_list a .img img{
    width: 100%;
    display: block;
    transition:all 0.3s ease-in-out;
}
.product_html .product_list a:hover .img img{
    transform: scale(1.1);
}
.product_html .product_list a p{
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    font-size:16px;
    color: #ffffff;
    text-align: center;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    background: #EB5D1D;
}
.product_html .product_list a:hover p{
    color: #4c4c4c;
    background: #f3d401;
    transition:all 0.3s ease-in-out;
}
.page_turning{
    text-align: center;
    padding-top: 28px;
    padding-bottom: 80px;
}
.page_turning .jvzhong{
    display: inline-flex;
}
.page_turning .jvzhong a{
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: solid 1px #fff;
    margin: 0 3px;
    font-size:16px;
    color: #999999;
    transition:all 0.3s ease-in-out;
}
.page_turning .jvzhong .xuanzhong{
    border: solid 1px #EB5D1D;
    color: #EB5D1D;
}
.page_turning .jvzhong a:hover{
    border: solid 1px #EB5D1D;
    color: #EB5D1D;
}
.page_turning .jvzhong p{
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size:16px;
    color: #999999;
}
.page_turning .jvzhong .first{
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    border: solid 1px #cccccc;
    margin-right: 17px;
    font-size:16px;
    color: #EB5D1D;
    text-align: left;
    text-indent: 110px;
    transition:all 0.3s ease-in-out;
    background-image: url("../img/page_turning_l2.png");
    background-position: 100px 20px;
    background-repeat: no-repeat;
    position: relative;
}
.page_turning .jvzhong .first:hover{
    color: #fff;
    background-color: #EB5D1D;
    background-image: url("../img/page_turning_l2.png");
    background-position: 50px 20px;
    background-repeat: no-repeat;
}
.page_turning .jvzhong .first img{
    position: absolute;
    top: 20px;
    left: 50px;
    transition:all 1s ease-in-out;
}
.page_turning .jvzhong .first:hover img{
    display: none;
}
.page_turning .jvzhong .last{
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    border: solid 1px #cccccc;
    margin-left: 17px;
    font-size:16px;
    color: #EB5D1D;
    text-align: left;
    text-indent: 42px;
    transition:all 0.3s ease-in-out;
    background-image: url("../img/page_turning_r2.png");
    background-position: 80px 20px;
    background-repeat: no-repeat;
    position: relative;
}
.page_turning .jvzhong .last:hover{
    color: #fff;
    background-color: #EB5D1D;
    background-image: url("../img/page_turning_r2.png");
    background-position: 125px 20px;
    background-repeat: no-repeat;
}
.page_turning .jvzhong .last img{
    position: absolute;
    top: 20px;
    left: 125px;
    transition:all 1s ease-in-out;
}
.page_turning .jvzhong .last:hover img{
    display: none;
}
.message_html .message_title{
    text-align: center;
    padding-top: 50px;
    margin-bottom: 30px;
}
.message_html .message_title p:nth-child(1){
    font-size:38px;
    color: #333333;
    line-height: 56px;
    text-indent: 12px;
}
.message_html .message_title p:nth-child(2){
    font-size:16px;
    color: #999999;
    line-height: 40px;
    text-transform:uppercase;
}
.message_html .message_title p:nth-child(3){
    font-size:16px;
    color: #4c4c4c;
    line-height: 66px;
}
.message_html .message .input{
    width: 606px;
    margin-bottom: 30px;
}
.message_html .message .input p{
    font-size:16px;
    color: #333333;
    width: 56px;
    height: 70px;
    line-height: 70px;
}
.message_html .message .input input{
    width: calc(100% - 96px);
    border: none;
    background: #f2f2f2;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size:16px;
    color: #808080;
}
.message_html .message .input input::-webkit-input-placeholder{
    color:#808080;
}
.message_html .message .input input::-moz-placeholder{   
    color:#808080;
}
.message_html .message .input input:-moz-placeholder{    
    color:#808080;
}
.message_html .message .input input:-ms-input-placeholder{
    color:#808080;
}
.message_html .message .textarea{
    width: 100%;
}
.message_html .message .input textarea{
    width: calc(100% - 96px);
    border: none;
    background: #f2f2f2;
    height: 190px;
    line-height: 30px;
    padding: 20px;
    font-size:16px;
    color: #808080;
}
.message_html .message .input textarea::-webkit-input-placeholder{
    color:#808080;
}
.message_html .message .input textarea::-moz-placeholder{ 
    color:#808080;
}
.message_html .message .input textarea:-moz-placeholder{ 
    color:#808080;
}
.message_html .message .input textarea:-ms-input-placeholder{ 
    color:#808080;
} 
.message_html .message .button{
    padding-top: 10px;
    padding-bottom: 80px;
}
.message_html .message .button button:nth-child(1){
    width: 180px;
    height: 68px;
    font-size:16px;
    color: #333333;
    line-height: 68px;
    text-align: center;
    background: #f2f2f2;
    margin-left: 0;
}
.message_html .message .button a:nth-child(2){
    width: 180px;
    height: 68px;
    font-size:16px;
    color: #fff;
    line-height: 68px;
    text-align: center;
    background: #EB5D1D;
    margin-left: 20px;
}

.message_html .message .reset{
    width: 180px;
    height: 68px;
    font-size:16px;
    color: #fff;
    line-height: 68px;
    text-align: center;
    background: #EB5D1D;
    margin-left: 20px;
    border: none;
}

.search_html{
    margin-top: 100px;
    background: #f5f5f5;
    padding-bottom: 50px;
    min-height: calc(100vh - 150px);
}
.search_html .message_title{
    text-align: center;
    padding-top: 50px;
    margin-bottom: 30px;
}
.search_html .message_title p:nth-child(1){
    font-size:38px;
    color: #333333;
    line-height: 56px;
}
.search_html .message_title p:nth-child(2){
    font-size:16px;
    color: #999999;
    line-height: 40px;
    text-transform:uppercase;
}
.search_html .message_title p:nth-child(3){
    font-size:16px;
    color: #4c4c4c;
    line-height: 66px;
}
.search_html .message_title p:nth-child(3) span{
    color:#f60000;
    margin: 0 4px;
}
.search_html .message_list{
    margin-left: -32px;
}
.search_html .message_list .block{
    width: calc(33.333% - 32px);
    margin-left: 30px;
    margin-bottom: 30px;
    height: 68px;
    border: solid 1px #cccccc;
}
.search_html .message_list2 .block{
    width: calc(50% - 32px);
}
.search_html .message_list .block .p{
    width: 120px;
    text-align: center;
    font-size: 16px;
    color: #808080;
    line-height: 68px;
    height: 68px;
    background: #fff;
    border-right: solid 1px #cccccc;
}
.search_html .message_list .block .text{
    width: calc(100% - 161px);
    background: #fff;
    font-size: 16px;
    color: #808080;
    background: #fff;
    line-height: 68px;
    height: 68px;
    text-align: center;
    padding: 0 20px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.search_html .bt{
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 82px;
    margin-bottom: 20px;
}
.search_html .bt span{
    margin: 0 12px;
}
.contact_html .message_title{
    text-align: center;
    padding-top: 50px;
}
.contact_html .message_title p:nth-child(1){
    font-size:38px;
    color: #333333;
    line-height: 56px;
}
.contact_html .message_title p:nth-child(2){
    font-size:16px;
    color: #999999;
    line-height: 40px;
    text-transform:uppercase;
}
.contact_html .message_title p:nth-child(3){
    font-size:16px;
    color: #4c4c4c;
    line-height: 66px;
}
.contact_html .message_title p:nth-child(3) span{
    color:#f60000;
    margin: 0 4px;
}
.ditu{width:100%;height:600px;}
#allmap{height:100%;width:100%;}
.lianxi-block{width:245px;height:500px;position:absolute;left:0;top:0;background:url(../images/lianxi-bg.jpg) center top no-repeat;z-index:9}
.lianxi-block1{width:100%;height:90px;background:url(../images/dianhua.png) 20px center no-repeat;font-size:20px;color:#fff;box-sizing:border-box;padding-left:67px;line-height:90px;overflow:hidden}
.lianxi-block2{width:100%;height:80px;background:url(../images/youxiang.png) 20px center no-repeat;font-size:14px;color:#fff;box-sizing:border-box;padding-left:67px;line-height:80px;overflow:hidden}
.lianxi-block3{width:100%;height:90px;background:url(../images/dizhi.png) 20px center no-repeat;font-size:14px;color:#fff;box-sizing:border-box;padding-left:67px;line-height:22px;overflow:hidden;padding-top:20px}
.lianxi-block4{width:100%;height:240px;font-size:14px;color:#fff;box-sizing:border-box;overflow:hidden;padding-top:37px;text-align:center}
.lianxi-block4 img{display:block;margin:0 auto;margin-bottom:10px;width:146px;height:146px}
.contact_html .contact{
    text-align: center;
    padding-bottom: 60px;
}
.contact_html .contact p{
    font-size: 30px;
    color: #EB5D1D;
    display: table;
    padding: 0 44px;
    margin: auto;
    line-height: 58px;
    background: url("../img/contact_icon.png") left center no-repeat;
}
.contact_html .contact a{
    display: block;
    margin: auto;
    font-size: 18px;
    color: #EB5D1D;
    width: 158px;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    border: solid 1px #EB5D1D;
    margin-top: 24px;
    transition:all 0.3s ease-in-out;
}
.contact_html .contact a:hover{
    color: #fff;
    background: #EB5D1D;
}
.contact_html .address_bj{
    height: 404px;
    background: url("../img/address.png") center center no-repeat;
}
.contact_html .address_bj .address_list{
    margin-left: -110px;
}
.contact_html .address_bj .float_l{
    width: calc(33.333% - 110px);
    margin-left: 110px;
    background: #fff;
    margin-top: 97px;
    padding-bottom: 45px;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
}
.contact_html .address_bj .float_l:hover{
    margin-top: 87px;
    box-shadow: 0px 0px 17px 0px rgba(0, 108, 1, 0.38);
}
.contact_html .address_bj .float_l .h3{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-align: center;
    line-height: 88px;
    padding-top: 17px;
}
.contact_html .address_bj .float_l .text p{
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}
.about_html .index_about{
    height: auto;
    background: none;
    padding-bottom: 50px;
}
.about_html .index_about .you2{
    background: url("../img/index_about_img4.png") center center no-repeat;
}
.about_html .index_about .you2 .tubiao {
    right: -90px;
    left: auto;
}
.about_html .index_about .you2 .tubiao .float_l{
    float: right;
} 
.about_html .index_about .you2 .tubiao .float_l img {
    margin-right: 33px;
} 
.about_html .index_about .you2 .tubiao .float_r{
    float: left;
} 
.about_html .index_about .you{
    margin-top: 60px;
}
.about_html .index_about .zuo .bt .p1 {
    margin-top: 95px;
}
.about_html .index_about .you2{
    margin-top: 40px;
}
.about_html .index_about .zuo2 .bt .p1 {
    margin-top: 75px;
}
.about_html .team{
    height: 847px;
    background: url("../img/team_bj.png") center center no-repeat;
}
.about_html .team .title{
    height: auto;
    border-bottom: none;
}
.about_html .team .title .bt{
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    line-height: 78px;
    padding-top: 38px;
}
.about_html .team .title .xian{
    height: 5px;
    width: 60px;
    border-radius: 5px;
    background: #ffffff;
    margin: auto;
}
.about_html .team .title .text{
    width: 73%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: auto;
    line-height: 36px;
    margin-top: 32px;
    margin-bottom: 30px;
}
.about_html .team .tuandui{
    height: 516px;
    background: #fff;
    padding: 0 10px;
}
.about_html .team .tuandui .swiper-slide{
    height: 476px;
}
.about_html .team .tuandui .swiper-slide .float_l{
    width: calc(33.333% - 1px);
    height: 280px;
    margin-top: 90px;
    cursor: pointer;
}
.about_html .team .tuandui .swiper-slide .float_l:nth-child(2){
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}
.about_html .team .tuandui .swiper-slide .float_l:nth-child(4){
    display: none;
}
.about_html .team .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #d9d9d9;
    opacity: 1;
}
.about_html .team .swiper-pagination-bullet-active{
    background: #EB5D1D;
}
.about_html .team .tuandui .swiper-slide .float_l img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    margin-top: -30px;
}
.about_html .team .tuandui .swiper-slide .float_l .p{
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 58px;
    padding-top: 6px;
    transition:all 0.3s ease-in-out;
}
.about_html .team .tuandui .swiper-slide .float_l:hover .p{
    color: #EB5D1D;
}
.about_html .team .tuandui .swiper-slide .float_l .text{
    font-size: 16px;
    color: #808080;
    text-align: center;
    width: 260px;
    margin: auto;
    line-height: 34px;
}
.about_html .corporate_culture{
    padding-bottom: 80px;
}
.about_html .corporate_culture .title{
    border-bottom: none;
    height: auto;
    padding-bottom: 48px;
}
.about_html .corporate_culture .title .bt{
    font-size: 38px;
    color: #333333;
    text-align: center;
    line-height: 58px;
    padding-top: 48px;
}
.about_html .corporate_culture .title .text{
    width: 73%;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: auto;
    line-height: 40px;
}
.about_html .corporate_culture .corporate{
    margin-left: -49px;
}
.about_html .corporate_culture .corporate .img{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: calc(33.333% - 49px);
    margin-left: 49px;
}
.about_html .corporate_culture .corporate .img img{
    width: 100%;
}
.about_html .corporate_culture .corporate .img .zhezhao{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition:all 0.3s ease-in-out;
}
.about_html .corporate_culture .corporate .img:hover .zhezhao{
    background: rgba(0, 0, 0, 0.6);
}
.about_html .corporate_culture .corporate .img .kuang{
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 2;
    border: solid 1px #fff;
    transition:all 0.3s ease-in-out;
}
.about_html .corporate_culture .corporate .img:hover .kuang{
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: 2;
}
.about_html .corporate_culture .corporate .img .bt{
    position: absolute;
    top: 37%;
    left: 0px;
    z-index: 3;
    width: 100%;
    opacity: 1;
    transition:all 0.3s ease-in-out;
}
.about_html .corporate_culture .corporate .img:hover .bt{
    opacity: 0;
}
.about_html .corporate_culture .corporate .img .bt p:nth-child(1){
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 47px;
}
.about_html .corporate_culture .corporate .img .bt p:nth-child(2){
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
}
.about_html .corporate_culture .corporate .img .text{
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 3;
    width: 100%;
    opacity: 0;
    transition:all 0.3s ease-in-out;
}
.about_html .corporate_culture .corporate .img:hover .text{
    opacity: 1;
    top: 38%;
}
.about_html .corporate_culture .corporate .img .text p{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
}
.news_html .fenlei{
    padding-bottom: 50px;
}
.news_html .first_news{
    display: block;
    background: #f5f5f5;
}
.news_html .first_news .zuo{
    display: block;
    width: 50%;
}
.news_html .first_news .you{
    width: calc(50% - 120px);
    padding: 0 60px;
}
.news_html .first_news .you .bt{
    padding-top: 40px;
    padding-bottom: 19px;
    border-bottom: solid 1px #cccccc;
}
.news_html .first_news .you .bt p:nth-child(1){
    font-size: 24px;
    color: #333333;
    line-height: 44px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news_html .first_news .you .bt p:nth-child(2){
    font-size: 16px;
    color: #666666;
    line-height: 38px;
}
.news_html .first_news .you .text{
    padding-top: 22px;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    text-align: justify;
}
.news_html .first_news .you .text p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    text-align: justify;
}
.news_html .first_news .you .button{
    padding-top: 18px;
}
.news_html .first_news .you .button a{
    display: block;
    width: 164px;
    height: 54px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 54px;
    border: solid 1px #EB5D1D;
    transition:all 0.3s ease-in-out;
}
.news_html .first_news .you .button a:hover{
    color: #ffffff;
    background: #EB5D1D;
}
.news_html .first_news .you .button .float_l:nth-child(1){
    font-size: 14px;
    color: #808080;
    width: 116px;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    margin-top: 24px;
    background: url("../img/news_icon1.png") center left no-repeat;
}
.news_html .first_news .you .button .float_l:nth-child(2){
    font-size: 14px;
    color: #808080;
    width: 116px;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    margin-top: 24px;
    background: url("../img/news_icon2.png") center left no-repeat;
}

.show_html .product_text .button .float_l:nth-child(1){
    font-size: 14px;
    color: #808080;
    width: 116px;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    margin-bottom: 10px;
    background: url("../img/news_icon1.png") center left no-repeat;
}
.show_html .product_text .button .float_l:nth-child(2){
    font-size: 14px;
    color: #808080;
    width: 116px;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    margin-bottom: 10px;
    background: url("../img/news_icon2.png") center left no-repeat;
}


.news_html .news_list{
    padding-top: 10px;
    padding-bottom: 30px;
}
.news_html .news_list a{
    display: block;
    padding-top: 41px;
    padding-bottom: 37px;
    border-bottom: solid 1px #cccccc;
    position: relative;
}
.news_html .news_list a .time{
    width: 124px;
    padding-top: 21px;
}
.news_html .news_list a .time p:nth-child(1){
    font-size: 54px;
    color: #4c4c4c;
    text-align: center;
    line-height: 61px;
}
.news_html .news_list a .time p:nth-child(2){
    font-size: 16px;
    color: #808080;
    text-align: center;
    line-height: 24px;
}
.news_html .news_list a .img{
    width: 300px;
    overflow: hidden;
    margin-right: 32px;
}
.news_html .news_list a .img img{
    width: 100%;
    transition:all 0.3s ease-in-out;
}
.news_html .news_list a:hover .img img{
    transform: scale(1.1);
}
.news_html .news_list a .xiangqing{
    width: calc(100% - 526px);
}
.news_html .news_list a .xiangqing .bt{
    font-size: 24px;
    color: #333333;
    line-height: 45px;
    height: 45px;
    padding-top: 19px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news_html .news_list a .xiangqing .xian{
    width: 20px;
    height: 2px;
    background: #EB5D1D;
}
.news_html .news_list a .xiangqing .text{
    padding-top:12px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: justify;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.news_html .news_list a .xiangqing .more{
    width: 118px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    border: solid 1px #cccccc;
    position: absolute;
    bottom: 37px;
    right: 402px;
    transition:all 0.3s ease-in-out;
}
.news_html .news_list a:hover .xiangqing .more{
    color: #fff;
    background: #EB5D1D;
    border: solid 1px #EB5D1D;
}
.news_show_html .center{
    padding-top: 60px;
    padding-bottom: 80px;
}
.news_show_html .news_left{
    width: calc(100% - 510px);
    min-height: 1032px;
    padding: 0 50px 90px 60px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.14);
}
.news_show_html .news_left .bt{
    padding-top: 42px;
    border-bottom: solid 1px #cccccc;
}
.news_show_html .news_left .bt .p{
    line-height: 38px;
    font-size: 24px;
    color: #333333;
}
.news_show_html .news_left .time{
    padding-top: 10px;
    padding-bottom: 25px;
}
.news_show_html .news_left .time .float_l:nth-child(1){
    font-size: 14px;
    color: #808080;
    width: 116px;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    background: url("../img/news_icon1.png") center left no-repeat;
}
.news_show_html .news_left .time .float_l:nth-child(2){
    font-size: 14px;
    color: #808080;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    background: url("../img/news_icon2.png") center left no-repeat;
}
.news_show_html .news_left .text{
    padding-top:30px;
    padding-bottom: 45px;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    text-align: justify;
}
.news_show_html .news_left .text p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    text-align: justify;
}
.news_show_html .news_left .text img{
    margin: 26px 0;
    width: 100%;
}
.news_show_html .news_fy .first{
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    border: solid 1px #cccccc;
    margin-right: 17px;
    font-size:16px;
    color: #EB5D1D;
    text-align: left;
    text-indent: 110px;
    transition:all 0.3s ease-in-out;
    background-image: url("../img/page_turning_l2.png");
    background-position: 100px 20px;
    background-repeat: no-repeat;
    position: relative;
}
.news_show_html .news_fy .first:hover{
    color: #fff;
    background-color: #EB5D1D;
    background-image: url("../img/page_turning_l2.png");
    background-position: 50px 20px;
    background-repeat: no-repeat;
}
.news_show_html .news_fy .first img{
    position: absolute;
    top: 20px;
    left: 50px;
    transition:all 1s ease-in-out;
}
.news_show_html .news_fy .first:hover img{
    display: none;
}
.news_show_html .news_fy .last{
    display: block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    border: solid 1px #cccccc;
    margin-left: 17px;
    font-size:16px;
    color: #EB5D1D;
    text-align: left;
    text-indent: 42px;
    transition:all 0.3s ease-in-out;
    background-image: url("../img/page_turning_r2.png");
    background-position: 80px 20px;
    background-repeat: no-repeat;
    position: relative;
}
.news_show_html .news_fy .last:hover{
    color: #fff;
    background-color: #EB5D1D;
    background-image: url("../img/page_turning_r2.png");
    background-position: 125px 20px;
    background-repeat: no-repeat;
}
.news_show_html .news_fy .last img{
    position: absolute;
    top: 20px;
    left: 125px;
    transition:all 1s ease-in-out;
}
.news_show_html .news_fy .last:hover img{
    display: none;
}
.news_show_html .news_right{
    width: calc(370px - 76px); 
    padding: 0 38px;
    padding-bottom: 58px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.14);
}
.news_show_html .news_right .bt{
    font-size: 24px;
    color: #333333;
    line-height: 61px;
    padding-top: 22px;
    margin-bottom: 30px;
    border-bottom: solid 1px #cccccc;
}
.news_show_html .news_right .marqueetop{
    height:950px;
    overflow:hidden;
    margin-left: 0;
}
.news_show_html .news_right .marqueetop ul{
    padding: 0;
    margin: 0;
}
.news_show_html .news_right .marqueetop li{
    overflow:hidden;
    margin-bottom: 49px;
}
.news_show_html .news_right .marqueetop a{
    width: 100%;
    height: 450px;
    position: relative;
    display: block;
}
.news_show_html .news_right .marqueetop a .img{
    position: relative;
}
.news_show_html .news_right .marqueetop a .img .bt{
    position: absolute;
    top: 30px;
    left: 13px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #EB5D1D;
    transition:all 0.3s ease-in-out;
}
.news_show_html .news_right .marqueetop a:hover .img .bt{
    background: #fedd00;
}
.news_show_html .news_right .marqueetop a .p{
    font-size: 18px;
    color: #333333;
    line-height: 62px;
    width: calc(100% - 20px);
    margin: auto;
    margin-top: 8px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.news_show_html .news_right .marqueetop a:hover .p{
    color: #EB5D1D;
}
.news_show_html .news_right .marqueetop a .text{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    width: calc(100% - 20px);
    margin: auto;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    transition:all 0.3s ease-in-out;
}
.news_show_html .news_right .marqueetop a .xian1{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #cccccc;
}
.news_show_html .news_right .marqueetop a .xian2{
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #EB5D1D;
    transition:all 0.3s ease-in-out;
}
.news_show_html .news_right .marqueetop a:hover .xian2{
    width: 100%;
}
.news_show_html .news_right .marqueetop a .icon{
    position: absolute;
    bottom: 26px;
    left: 10px;
}
.news_show_html .news_right .marqueetop a .icon .float_l:nth-child(1){
    font-size: 14px;
    color: #808080;
    width: 116px;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    background: url("../img/news_icon1.png") center left no-repeat;
}
.news_show_html .news_right .marqueetop a .icon .float_l:nth-child(2){
    font-size: 14px;
    color: #808080;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    background: url("../img/news_icon2.png") center left no-repeat;
}
.news_show_html .news_right .marqueetop .bt{
    padding-top: 0px;
    margin-bottom: 0px;
}
.show_html .preview{
    width:690px; 
    height:720px;
    position: relative;
    margin-top: 60px;
}
.show_html .smallImg{
    position:relative; 
    height:110px; 
    background-color:#fff; 
    padding:20px 0; 
    width:100%; 
    overflow:hidden;
    float:left;
}
.show_html .scrollbutton{
    width:40px; 
    height:110px; 
    overflow:hidden; 
    position:relative; 
    float:left; 
    cursor:pointer; 
}
.show_html .scrollbutton.smallImgUp , 
.scrollbutton.smallImgUp.disabled{
    width:40px; 
    height:110px; 
    transition:all 0.3s ease-in-out;
    background: url("../img/share_icon_l1.png") left 5px center no-repeat;
}
.show_html .scrollbutton.smallImgUp:hover , 
.scrollbutton.smallImgUp.disabled:hover{
    background: url("../img/share_icon_l2.png") left 5px center no-repeat;
}
.show_html .scrollbutton.smallImgDown , 
.scrollbutton.smallImgDown.disabled{
    width:40px; 
    height:110px; 
    transition:all 0.3s ease-in-out;
    background: url("../img/share_icon_r1.png") right 5px center no-repeat;
}
.show_html .scrollbutton.smallImgDown:hover , 
.scrollbutton.smallImgDown.disabled:hover{
    background: url("../img/share_icon_r2.png") right 5px center no-repeat;
}
.show_html #imageMenu {
    height:110px; 
    width:calc(100% - 80px); 
    overflow:hidden;
    margin-left:0; 
    float:left;
}
.show_html #imageMenu ul{
    margin-top: 0;
    padding-left: 0;
}
.show_html #imageMenu li {
    height:110px; 
    width:152px; 
    overflow:hidden; 
    float:left; 
    text-align:center;
}
.show_html #imageMenu li img{
    height:108px; 
    width:140px; 
    margin: auto;
    cursor:pointer;
    border: solid 1px #cccccc;
}
.show_html #imageMenu #onlickImg img{ 
    height:104px; 
    width:136px; 
    cursor:pointer;
    border: solid 3px #EB5D1D;
}
.show_html #imageMenu li:hover img{ 
    height:104px; 
    width:136px; 
    cursor:pointer;
    border: solid 3px #EB5D1D;
}
/* bigImg */
.show_html .bigImg{
    position:relative; 
    float:left; 
    width:688px; 
    height:518px; 
    overflow:hidden;
    border: solid 1px #cccccc;
}
.show_html .bigImg #midimg{
    display: block;
    width:688px; 
    height:518px;
}
.show_html .bigImg #winSelector{width:235px; height:210px;}
.show_html #winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
.show_html #bigView{
    width: 400px !important;
    height: 300px !important;
    left: calc(100% + 100px) !important;
    position:absolute;
    border: 1px solid #959595; 
    overflow: hidden; 
    z-index:999;
}
.show_html #bigView img{
    position:absolute;
}
.show_html .product_text{
    width: calc(100% - 740px);
}
.show_html .product_text .name{
    font-size: 24px;
    color: #333333;
    line-height: 43px;
    padding-top: 12px;
    margin-top: 60px;
}
.show_html .product_text .leibie{
    font-size: 16px;
    color: #808080;
    line-height: 38px;
    margin-bottom: 19px;
}
.show_html .product_text .text{
    width: calc(100% - 40px);
    padding: 0 20px;
    min-height: 191px;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding-bottom: 20px;
}
.show_html .product_text .text .text_bt{
    font-size: 16px;
    color: #333333;
    line-height: 58px;
    padding-top: 10px;
}
.show_html .product_text .text .p p{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
}
.show_html .product_text .tuijian{
    margin-bottom: 20px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    width: calc(100% - 40px);
    padding: 0 20px;
    background: #EB5D1D;
}
.show_html .product_text .product_tj{
    margin-bottom: 16px;
}
.show_html .product_text .product_tj a{
    display: block;
    width: calc(33.333% - 7px);
    margin-left: 10px;
}
.show_html .product_text .product_tj a:nth-child(1){
    margin-left: 0;
}
.show_html .product_text .product_tj a .img{
    width: calc(100% - 2px);
    border: solid 1px #cccccc;
    transition:all 0.3s ease-in-out;
}
.show_html .product_text .product_tj a:hover .img{
    border: solid 1px #EB5D1D;
}
.show_html .product_text .product_tj a .img img{
    display: block;
    width: 100%;
}
.show_html .product_text .product_tj a p{
    padding: 0 10px;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 42px;
    text-align: center;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.show_html .product_text .button .consultation{
    display: block;
    width: 178px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size:16px;
    color: #4c4c4c;
    margin-right: 30px;
    border: solid 1px #cccccc;
    transition:all 0.3s ease-in-out;
}
.show_html .product_text .button .consultation:hover{
    color: #fff;
    background: #EB5D1D;
    border: solid 1px #EB5D1D;
}
.show_html .product_text .button .bshare-custom a{
    width: 32px;
    height: 32px;
    margin-right: 4px;
    padding: 0 !important;
    margin-top: 6px;
}
.show_html .product_text .button .bshare-custom .bshare-more{
    padding: 0;
    background: url("../img/share_icon1.png") center center no-repeat;
}
.show_html .product_text .button .bshare-custom .bshare-qzone{
    background: url("../img/share_icon2.png") center center no-repeat;
}
.show_html .product_text .button .bshare-custom .bshare-sinaminiblog{
    background: url("../img/share_icon3.png") center center no-repeat;
}
.show_html .product_text .button .bshare-custom .bshare-qqmb{
    background: url("../img/share_icon4.png") center center no-repeat;
}
.show_html .product_text .button .bshare-custom .bshare-renren{
    background: url("../img/share_icon5.png") center center no-repeat;
}
.show_html .product_text .button .bshare-custom .bshare-weixin{
    background: url("../img/share_icon6.png") center center no-repeat;
}
.show_html .details{
    padding-bottom: 80px;
}
.show_html .details .zuo{
    width: calc(100% - 380px);
}
.show_html .details .zuo .bt{
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size:18px;
    color: #ffffff;
    font-weight: 600;
    background: #EB5D1D;
}
.show_html .details .zuo .text{
    width: calc(100% - 82px);
    padding: 30px 40px 60px 40px;
    border: solid 1px #cccccc;
    border-top: none;
    font-size:16px;
    color: #666666;
    line-height: 40px;
    min-height: 971px;
}
.show_html .details .zuo .text p{
    font-size:16px;
    color: #666666;
    line-height: 40px;
}
.show_html .details .you{
    width: 360px;
}
.show_html .details .you .bt{
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size:18px;
    color: #ffffff;
    font-weight: 600;
    background: #EB5D1D;
}
.show_html .details .show_list a{
    display: block;
    margin-top: 19px;
}
.show_html .details .show_list a .img{
    border: solid 1px #cccccc;
    /* transition:all 0.3s ease-in-out; */
    overflow: hidden;
}
/* .show_html .details .show_list a:hover .img{
    border: solid 1px #EB5D1D;
} */
.show_html .details .show_list a .img img{
    width: 100%;
    transition:all 0.3s ease-in-out;
}
.show_html .details .show_list a:hover .img img{
    transform: scale(1.1);
}
.show_html .details .show_list a p{
    width: calc(100% - 20px);
    padding: 0 10px;
    text-align: center;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size:16px;
    color: #ffffff;
    background: #EB5D1D;
    transition:all 0.3s ease-in-out;
}
.show_html .details .show_list a:hover p{
    color: #4c4c4c;
    background: #f3d401;
}
@font-face{
    font-family: 'myfont'; 
    src: url('Alibaba-PuHuiTi-Regular.ttf');
}















/* transition:all 0.3s ease-in-out;
transform: scale(1.1);

overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;

input::-webkit-input-placeholder{
    color:#cccccc;
}
input::-moz-placeholder{   
    color:#cccccc;
}
input:-moz-placeholder{    
    color:#cccccc;
}
input:-ms-input-placeholder{
    color:#cccccc;
}

textarea::-webkit-input-placeholder{
    color:#cccccc;
}
textarea::-moz-placeholder{ 
    color:#cccccc;
}
textarea:-moz-placeholder{ 
    color:#cccccc;
}
textarea:-ms-input-placeholder{ 
    color:#cccccc;
} */





