@charset "utf-8";
/* CSS Document */
body {
	FONT-SIZE: 14px;
	margin:0px;
	padding: 0px;
    font-family:"微软雅黑";
	color:#666666;
	margin:0px;
	padding:0px; background-color:#fff;
	overflow-x: hidden;
	box-sizing: border-box;
	
	}
*{font-family:"微软雅黑";}
a{text-decoration:none;}
li{list-style:none}
ul{padding-left:0;margin:0 0}
a{color:#666}
.center{width:1200px;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:"微软雅黑";}
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;
}

.top{
    height: 90px;
    background: #010300;
}
.top .nav{
    margin-right: -20px;
}
.top .nav a{
    display: block;
    width: 90px;
    font-size: 16px;
    color: #ffffff; 
    height: 90px;
    line-height: 90px;
    text-align: center;
    transition:all 0.3s ease-in-out;
}
.top .nav a:hover{
    background: #cb0000;
}
.top .nav .xuanzhong{
    background: #cb0000;
}

/* 轮播图 */
.banner .banner_img{
    height: 700px;
}
.banner .swiper-button-prev-b,.banner .swiper-container-rtl .swiper-button-next-b{
    background: url("../img/left.png") top center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 100px;
    margin-top: -30px;
}
.banner .swiper-button-next-b,.banner .swiper-container-rtl .swiper-button-prev-b{
    background: url("../img/right.png") top center no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 100px;
    margin-top: -30px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, 
.banner .swiper-pagination-custom, 
.banner .swiper-pagination-fraction{
    bottom: 20px;
}
.banner .swiper-pagination{
    height: 16px;
}
.banner .swiper-pagination-bullet{
    background: url("../img/dian1.png") top center no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 7px !important;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background: url("../img/dian2.png") top center no-repeat;
}
.index_product{
    padding-bottom: 40px;
    background: url("../img/product_bj.png") center center;
}
.product{
    margin-top: 40px;
    position: relative;
    margin-left: -18px;
}
.product .chanpin{
    width: 390px;
    height: 373px;
    margin-bottom: 20px;
    margin-left: 16px;
    transition:all 0.3s ease-in-out;
}
.product .chanpin:hover{
    margin-top: -10px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.39);
}
.product .chanpin .img{
    width: 390px;
    position: relative;
}
.product .chanpin .img .product_img{
    width: 390px;
}
.product .chanpin .p{
    width: 390px;
    height: 80px;
    background: #fff;
    transition:all 0.3s ease-in-out;
}
.product .chanpin:hover .p{
    background: #cb0000;
}
.product .chanpin .p .float_l{
    margin-left: 20px;
}
.product .chanpin .p .mingzi{
    font-size: 16px;
    color: #555555;
    width: 290px;
    transition:all 0.3s ease-in-out;
    margin-top: 17px;
    margin-bottom: 5px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
}
.product .chanpin:hover .p .mingzi{
    color: #fff;
}
.product .chanpin .p .zhonglei{
    font-size: 14px;
    color: #909090;
    padding-right: 20px;
    background: url("../img/product_icon1.png") right center no-repeat;
    transition:all 0.3s ease-in-out;
    display: initial;
}
.product .chanpin:hover .p .zhonglei{
    color: #fff;
    background: url("../img/product_icon2.png") right center no-repeat;
}
.product .chanpin .p .float_r{
    width: 28px;
    height: 20px;
    background: url("../img/jiantou1_1.png") no-repeat;
    margin-right: 20px;
    margin-top: 30px;
}
.product .chanpin:hover .p .float_r{
    background: url("../img/jiantou1_2.png") no-repeat;
}
.product_more{
    display: block;
    width: 138px;
    height: 42px;
    border: solid 1px #cccccc;
    font-size: 14px;
    color: #646464;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    margin: auto;
    margin-top: 20px;
    transition:all 0.3s ease-in-out;
}
.product_more:hover{
    color: #fff;
    border: solid 1px #cc0e17;
    background: #cc0e17; 
}
.product_more p{
    width: 138px;
    height: 42px;
    background: url("../img/more_1.png") top 16px right 32px no-repeat;
    background-size: 0px 10px;
    transition:all 0.2s ease-in-out;
}
.product_more:hover p{
    width: 138px;
    height: 42px;
    background: url("../img/more_1.png") top 16px right 24px no-repeat;
    background-size: 6px 10px;
    text-indent: -12px;
    color: #fff;
}
.index_title .h6{
    text-align: center;
    font-size: 30px;
    color: #323232;
    line-height: 36px;
    padding-top: 37px;
}
.index_title .p{
    text-align: center;
    font-size: 16px;
    color: #909090;
    line-height: 26px;
    margin-bottom: 22px;
    text-transform:uppercase; 
}
.index_product .fenlei{
    text-align: center;
}
.index_product .fenlei .flex{
    display:inline-flex;
}
.index_product .fenlei .flex a{
    display: block;
    width: 108px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #909090;
    margin: 0 2.5px;
    border: solid 1px #cccccc;
    background: #fff;
    border-radius: 3px;
    transition:all 0.3s ease-in-out;
}
.index_product .fenlei .flex a:hover{
    color: #fff;
    background: #cb0000;
    border: solid 1px #cb0000;
}
.index_product .fenlei .flex .xuanzhong{
    color: #fff ;
    background: #cb0000;
    border: solid 1px #cb0000;
}

.index_about{
    height: 688px;
    background: url("../img/about_bj.png") center center no-repeat;
}
.index_about .index_title .h6{
    color: #fff;
}
.index_about .index_title .p{
    color: #fff;
}
.index_about .img{
    width: 549px;
    height: 423px;
    margin-left: -6px;
    background: url("../img/index_about.png") center center no-repeat;
}
.index_about .img img{
    width: 500px;
    height: 374px;
    margin-top: 25px;
    margin-left: 25px;
}
.index_about .right{
    width: 661px;
    height: 270px;
    background:#222222;    
    margin-left: -4px;
    margin-top: 36px;
}
.index_about .right .text{
    width: 592px;
    height: 100%;
    margin: auto;
}
.index_about .right .h6{
    font-size: 22px;
    color: #fefefe;
    line-height: 50px;
    padding-top: 25px;
}
.index_about .right p{
    font-size: 14px;
    color: #cccccc;
    line-height: 32px;
    text-align: justify;
}
.index_about .right .number{
    display: flex;
}
.index_about .right .number div{
    width: 25%;
}
.index_about .right .number div p:nth-child(1){
    display: table;
    margin: auto;
    text-align: center;
    font-size:48px;
    color: #fefefe;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 14px;
    background: url("../img/number_icon.png") top 8px right no-repeat;
}
.index_about .right .number div p:nth-child(2){
    text-align: center;
    font-size: 16px;
    color: #cccccc;
    line-height: 32px;
}
.index_about .product_more{
    margin-top: 40px;
}








.marqueeleft{
    height:390px;
    width:calc(100% - 120px);
    overflow:hidden;
    margin: auto;
    margin-top: 37px;
}
.marqueeleft ul{
    float:left;
}
.marqueeleft li{
    float:left;
    margin-right:38px;
    display:inline;
    width:420px;
    height:390px;
    overflow:hidden;
}
.index_case{
    padding-bottom: 40px;
}
.index_case li .p{
    height: 74px;
    background: #fff;
    border-bottom: solid 1px #e0e0e0;
    transition:all 0.3s ease-in-out;
}
.index_case li .img{
    width: 420px;
    height: 315px;
    overflow: hidden;
}
.index_case li .img img{
    width: 420px;
    height: 315px;
    transition:all 0.3s ease-in-out;
}
.index_case li:hover .img img{
    transform: scale(1.1);
}
.index_case li:hover .p{
    background: #cb0000;
    border-bottom: solid 1px #cb0000;
}
.index_case li .p .float_l{
    margin-left: 20px;
}
.index_case li .p .mingzi{
    font-size: 16px;
    color: #555555;
    width: 290px;
    transition:all 0.3s ease-in-out;
    margin-top: 14px;
    margin-bottom: 5px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
}
.index_case li:hover .p .mingzi{
    color: #fff;
}
.index_case li.p .zhonglei{
    font-size: 14px;
    color: #909090;
    padding-right: 20px;
    background: url("../img/product_icon1.png") right center no-repeat;
    transition:all 0.3s ease-in-out;
    display: initial;
}
.index_case li:hover .p .zhonglei{
    color: #fff;
}
.index_case li .p .float_r{
    width: 24px;
    height: 24px;
    background: url("../img/case1.png") no-repeat;
    margin-right: 20px;
    margin-top: 23px;
}
.index_case li:hover .p .float_r{
    background: url("../img/case2.png") no-repeat;
}
.index_case .product_more{
    margin-top: 40px;
}

.guanggao{
    height: 312px;
    background: url("../img/guanggao.png") center center no-repeat;
}
.index_news{
    height: 761px;
    background: url("../img/product_bj.png") center center;
}
.index_news .news .left{
    display: block;
    width: 560px;
    height: 495px;
    cursor: pointer;
}
.index_news .news .left .img{
    height: 346px;
    width: 560px;
    overflow: hidden;
}
.index_news .news .left .img img{
    height: 346px;
    width: 560px;
    transition:all 0.3s ease-in-out;
}
.index_news .news .left:hover .img img{
    transform: scale(1.1);
}
.index_news .news .left .text{
    height: 149px;
    background: #f5f5f5;
    padding: 0 20px 0 25px;
    transition:all 0.3s ease-in-out;
}
.index_news .news .left:hover .text{
    background: #cb0000;
}
.index_news .news .left .text .bt{
    width: 410px;
    font-size: 16px;
    color: #111111;
    line-height: 50px;
    padding-top: 16px;
    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 .news .left:hover .text .bt{
    color: #fff;
}
.index_news .news .left .text .time{
    font-size: 20px;
    color: #646464;
    line-height: 50px;
    padding-top: 16px;
    transition:all 0.3s ease-in-out;
}
.index_news .news .left:hover .text .time{
    color: #fff;
}
.index_news .news .left .text .p{
    width: 410px;
    font-size: 14px;
    color: #646464;
    line-height: 26px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    transition:all 0.3s ease-in-out;
}
.index_news .news .left:hover .text .p{
    color: #fff;
}
.index_news .news .left .text .jt{
    width: 37px;
    height: 16px;
    margin-top: 20px;
    margin-right: 15px;
    transition:all 0.3s ease-in-out;
    background: url("../img/news_icon1.png") center center no-repeat;
}
.index_news .news .left:hover .text .jt{
    background: url("../img/news_icon2.png") center center no-repeat;
}
.index_news .news .right{
    width: 590px;
}
.index_news .news .right a{
    display: block;
    height: 169px;
    padding: 0 20px 0 10px;
    transition:all 0.3s ease-in-out;
    border-top: solid 1px #e5e5e5;
}
.index_news .news .right a:hover{
    background: #cb0000;
    padding: 0 20px 0 30px;
}
.index_news .news .right a .text .bt{
    width: 410px;
    font-size: 16px;
    color: #111111;
    line-height: 50px;
    padding-top: 26px;
    padding-left: 26px;
    background: url("../img/news_dian1.png") top 49px left no-repeat;
    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 .news .right a:hover .text .bt{
    text-indent: 6px;
    color: #fff;
    background: url("../img/news_dian2.png") top 49px left no-repeat;
}
.index_news .news .right a .text .time{
    font-size: 20px;
    color: #646464;
    line-height: 50px;
    padding-top: 16px;
    transition:all 0.3s ease-in-out;
}
.index_news .news .right a:hover .text .time{
    color: #fff;
}
.index_news .news .right a .text .p{
    width: 410px;
    font-size: 14px;
    color: #646464;
    line-height: 26px;
    padding-left: 26px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    transition:all 0.3s ease-in-out;
}
.index_news .news .right a:hover .text .p{
    color: #fff;
}
.index_news .news .right a .text .jt{
    width: 37px;
    height: 16px;
    margin-top: 20px;
    margin-right: 15px;
    transition:all 0.3s ease-in-out;
    background: url("../img/news_icon1.png") center center no-repeat;
}
.index_news .news .right a:hover .text .jt{
    background: url("../img/news_icon2.png") center center no-repeat;
}

.foot_lianxi{
    height: 500px;
    background: url("../img/foot_lianxi.png") center center no-repeat;
}
.foot_lianxi .h6{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 140px;
}
.foot_lianxi .input input{
    width: 320px;
    height: 64px;
    padding: 0 20px;
    font-size: 16px;
    color: #9b9b9b;
    border: none;
    margin-left: 60px;
    margin-bottom: 40px;
}
input::-webkit-input-placeholder{
    color:#9b9b9b;
}
input::-moz-placeholder{ 
    color:#9b9b9b;
}
input:-moz-placeholder{  
    color:#9b9b9b;
}
input:-ms-input-placeholder{  
    color:#9b9b9b;
}
.foot_lianxi .input input:nth-child(1){
    margin-left: 0;
}
.foot_lianxi textarea{
    width: 740px;
    height: 132px;
    padding: 15px 20px;
    font-size: 16px;
    color: #9b9b9b;
    border: none;
    margin-bottom: 40px;
}
.foot_lianxi textarea::-webkit-input-placeholder{
    color:#9b9b9b;
}
.foot_lianxi textarea::-moz-placeholder{  
    color:#9b9b9b;
}
.foot_lianxi textarea:-moz-placeholder{   
    color:#9b9b9b;
}
.foot_lianxi textarea:-ms-input-placeholder{ 
    color:#9b9b9b;
}
.foot_lianxi .dianhau{
    width: 360px;
    margin-left: 60px;
}
.foot_lianxi .dianhau .p1{
    font-size: 20px;
    color: #ffffff;
    padding-left: 10px;
    line-height: 38px;
}
.foot_lianxi .dianhau .p2{
    font-size: 30px;
    color: #cb0000;
    font-weight: 600;
    padding-left: 10px;
    line-height: 45px;
    margin-bottom: 18px;
}
.foot_lianxi .dianhau .button .float_l{
    display: block;
    width: 170px;
    height: 58px;
    border-radius: 58px;
    background: #2e2e2e;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    color: #ffffff;
}
.foot_lianxi .dianhau .button .float_r{
    display: block;
    width: 170px;
    height: 58px;
    border-radius: 58px;
    background: #cb0000;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    color: #ffffff;
}
#fanhui{
    position: fixed;
    top: 80vh;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}
.yqlj{
    height: 91px;
    background: #000000;
}
.yqlj p{
    font-size: 16px;
    color: #999999;
    display: flex;
    line-height: 28px;
    padding-top: 31px;
    padding-left: 40px;
    background: url("../img/yqlj_icon.png") left top 31px    no-repeat;
}
.yqlj p a{
    display: block;
    padding: 0 20px;
    border-left: solid 1px #888888;
    font-size: 14px;
    color: #999999;
    height: 14px;;
    line-height: 14px;
    margin-top: 8px;
}
.yqlj p a:hover{
    color: #fff;
}
.yqlj p span{
    margin-right: 12px;
}

.foot{
    height: 240px;
    background: #000000;
    border-top: solid 1px #999999;
}
.foot .center{
    padding-top: 40px;
}
.foot .foot_logo{
    width: 280px;
    height: 140px;
    border-right: solid 1px #888888;
}
.foot .erweima{
    padding:9px 9px 0 9px;
    background: #333333;
}
.foot .erweima img{
    width: 116px;
    height: 116px;
}
.foot .erweima p{
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 34px;
}
.foot .foot_nav{
    padding-left: 58px;
}
.foot .foot_nav .dh{
    padding-top: 13px;
    margin-bottom: 20px;
}
.foot .foot_nav .dh a{
    display: block;
    font-size: 14px;
    color: #999999;
    border-left: solid 1px;
    padding: 0 18px;
}
.foot .foot_nav .dh a:nth-child(1){
    border-left: none;
    padding-left: 0;
}
.foot .foot_nav .dh a:hover{
    color: #fff;
}
.foot .foot_nav .dh .xz{
    color: #fff;
}
.foot .foot_nav p{
    font-size: 14px;
    color: #999999;
    line-height: 36px;
}

.ny_banner{
    height: 435px;
}
.search{
    height: 79px;
    background: #222222;
}
.search .p{
    font-size: 16px;
    color: #ffffff;
    line-height: 79px;
    padding-left: 38px;
    background: url("../img/search_icon.png") left center no-repeat;
}
.search .p a{
    font-size: 16px;
    color: #ffffff;
}
.search .input{
    padding-top: 19px;
}
.search .input a{
    display: block;
    width: 65px;
    height: 43px;
    background: url("../img/search.png") center center no-repeat;
}
.search .input input{
    height: 43px;
    line-height: 43px;
    padding: 0 14px;
    width: 312px;
    font-size: 15px;
    color: #ffffff;
    border: none;
    background: #909090;
}
.search .input input::-webkit-input-placeholder{
    color:#ffffff;
}
.search .input input::-moz-placeholder{ 
    color:#ffffff;
}
.search .input input:-moz-placeholder{  
    color:#ffffff;
}
.search .input input:-ms-input-placeholder{  
    color:#ffffff;
}
.single_html{
    background: url("../img/product_bj.png") center center;
}
.ny_title{
    padding-top: 20px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #323232;
    background: url("../img/ny_title.png") bottom center no-repeat;
}
.single_html .text{
    padding:  24px 0 40px 0;
}
.single_html .text p{
    font-size: 16px;
    color: #555555;
    line-height: 40px;
    text-indent: 2em;
    margin-bottom: 10px;
}
.contact_html{
    background: url("../img/product_bj.png") center center;
    padding-bottom: 60px;
}
.contact_html .text{
    padding-top: 20px;
    padding-bottom: 25px;
}
.contact_html .text .h6{
    font-size: 18px;
    color: #323232;
    font-weight: 600;
    line-height: 52px;
}
.contact_html .text p{
    font-size: 16px;
    color: #646464;
    line-height: 40px;
}
.gallery_html{
    background: url("../img/product_bj.png") center center;
    /* padding-bottom:  60px; */
    padding-top: 40px;
}
.gallery_html .fenlei .flex{
    display: flex;
}
.page {
	/* text-align: center; */
	margin-top: 20px;
	margin-bottom: 20px;
}
.page a {
	display: inline-block;
    padding: 0 28px;
    line-height: 48px;
	background: #202020;
	color: #fff;
    font-size: 16px;
    margin-left: 6px;
	transition: all ease-in-out .3s;
}
.page a:hover {
	background: #cb0000;
	color: #fff;
	transition: all ease-in-out .3s;
}
.bule {
	background: #cb0000 !important;
	color: #fff !important;
}
.three {
	margin: 0 15px;
}
.page i {
	font-style: normal;
}
.page input {
	width: 50px;
    height:48px;
    font-size: 16px;
    color: #646464;
	background: #ffffff;
    text-align: center;
    padding: 0;
    border: solid 1px #cccccc;
}
.page input::-webkit-input-placeholder{
    color:#646464;
}
.page input::-moz-placeholder{ 
    color:#646464;
}
.page input:-moz-placeholder{  
    color:#646464;
}
.page input:-ms-input-placeholder{  
    color:#646464;
}

.message_html{
    background: url("../img/product_bj.png") center center;
    padding-bottom: 60px;
}
.message_html .message{
    height: 477px;
    background: #292929;
    margin-top: 40px;
}
.message_html .text{
    padding-top: 36px;
    padding-left: 41px;
}
.message_html .input{
    width: 570px;
}
.message_html .input input{
    width: 360px;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    border: none;
    font-size: 14px;
    color: #9b9b9b;
}
.message_html .input input::-webkit-input-placeholder{
    color:#9b9b9b;
}
.message_html .input input::-moz-placeholder{ 
    color:#9b9b9b;
}
.message_html .input input:-moz-placeholder{  
    color:#9b9b9b;
}
.message_html .input input:-ms-input-placeholder{  
    color:#9b9b9b;
}
.message_html .input p{
    font-size: 16px;
    color: #d81e06;
    line-height: 46px;
    padding: 0 10px;
}
.message_html .input{
    padding-bottom: 10px;
}
.message_html textarea{
    width: 530px;
    height: 130px;
    padding: 15px 20px;
    border: none;
    font-size: 14px;
    color: #9b9b9b;
}
.message_html textarea::-webkit-input-placeholder{
    color:#9b9b9b;
}
.message_html textarea::-moz-placeholder{  
    color:#9b9b9b;
}
.message_html textarea:-moz-placeholder{   
    color:#9b9b9b;
}
.message_html textarea:-ms-input-placeholder{ 
    color:#9b9b9b;
}
.message_html .tj{
    width: 136px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 18px;
    margin-left: 10px;
    text-align: center;
    background: #d81e06;
}
.message_html .cz{
    width: 136px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    margin-top: 18px;
    color: #ffffff;
    text-align: center;
    background: #4c4c4c;
}


.list_show_html{
    background: url("../img/product_bj.png") center center;
    padding-bottom: 60px;
}
.list_show_html .fanye{
    height: 120px;
    background: #e6e6e6;
    margin-top: 52px;
}
.list_show_html .fanye a{
    display: block;
    width: 50%;
    height: 120px;
    transition:all 0.3s ease-in-out;
    overflow: hidden;
}
.list_show_html .fanye a:hover{
    background: #d81e06;
}
.list_show_html .fanye .zuo_a p{
    width: 220px;
    line-height: 118px;
    height: 120px;
    background: url("../img/list_show1.png") left center no-repeat;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
    font-size: 15px;
    color: #646464;
    margin-left: 26px;
    text-indent: 38px;  
    transition:all 0.3s ease-in-out;
}
.list_show_html .fanye .zuo_a:hover p{
    color: #fff; 
    background: url("../img/list_show1_2.png") left center no-repeat;
}
.list_show_html .fanye .zuo_a img{
    width: 174px;
    height: 99px;
    margin-top: 10px;
    margin-right: -174px;
    transition:all 0.3s ease-in-out;
}
.list_show_html .fanye .zuo_a:hover img{
    margin-right: 10px;
}
.list_show_html .fanye .you_a p{
    text-align: right;
    width: 182px;
    line-height: 118px;
    height: 120px;
    background: url("../img/list_show2.png") right center no-repeat;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
    font-size: 15px;
    color: #646464;
    margin-right: 26px;
    padding-right: 38px;  
    transition:all 0.3s ease-in-out;
}
.list_show_html .fanye .you_a:hover p{
    color: #fff; 
    background: url("../img/list_show2_2.png") right center no-repeat;
}
.list_show_html .fanye .you_a img{
    width: 174px;
    height: 99px;
    margin-top: 10px;
    margin-left: -174px;
    transition:all 0.3s ease-in-out;
}
.list_show_html .fanye .you_a:hover img{
    margin-left: 10px;
}
.list_show_html .biaoti{
    height: 120px;
    border-bottom: dashed 1px #9e9e9e;
}
.list_show_html .biaoti .h6{
    font-size: 30px;
    color: #111111;
    line-height: 50px;
    padding-top: 26px;
    text-align: center;
}
.list_show_html .biaoti p{
    line-height: 36px;
    font-size: 15px;
    color: #646464;
    text-align: center;
}
.list_show_html .biaoti p span{
    line-height: 36px;
    font-size: 15px;
    color: #646464;
    text-align: center;
    margin: 0 20px;
} 
.list_show_html .text{
    padding: 26px 30px 30px 30px;
}
.list_show_html .text p{
    font-size: 15px;
    color: #555555;
    line-height: 40px;
    text-indent: 2em;
}
.list_show_html .fanhui{
    display: block;
    width: 160px;
    height: 60px;
    background: #222222;
    font-size: 15px;
    color: #e4e4e4;
    border-radius: 5px;
    margin: auto;
    line-height: 60px;  
    text-align: center;
    transition:all 0.3s ease-in-out;
}
.list_show_html .fanhui:hover{
    color: #fff;
    background: #d81e06;
}

.show_html{
    background: url("../img/product_bj.png") center center;
    padding: 60px 60px;
}
.show_html .show img{
    width: 600px;
    height: 450px;
}
.show_html .show .text{
    width: 600px;
    height: 450px;
    background: #fff;
    position: relative;
}
.show_html .show .text .h6{
    font-size: 26px;
    color: #111111;
    line-height: 86px;
    width: 540px;
    margin: auto;
    margin-bottom: 30px;
    background: url("../img/ny_title.png") left bottom no-repeat;
}
.show_html .show .text p{
    font-size: 15px;
    color: #646464;
    line-height: 32px;
    width: 540px;
    margin: auto;
}
.show_html .show .text .dh{
    width: 540px;
    margin: auto;
    text-indent: 60px;
    font-size: 34px;
    color: #d81e06;
    font-weight: 600;
    background: url("../img/dh.png") left bottom no-repeat;
}
.show_html .show .text .button .float_l{
    font-size: 16px;
    color: #ffffff;
    width: 295px;
    height: 60px;
    line-height: 60px;  
    background: #222222;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all 0.3s ease-in-out;
}
.show_html .show .text .button .float_l:hover{
    background: #d81e06
}
.show_html .show .text .p{
    height: 160px;
}
.show_html .show .text .button .float_l p{
    width: 100%;
    line-height: 60px;  
    font-size: 16px;
    color: #ffffff;
    transition:all 0.3s ease-in-out;
    background: url("../img/show_l1.png") left 100px center no-repeat;
}
.show_html .show .text .button .float_l:hover p{
    background: url("../img/show_l2.png") left 100px center no-repeat;
}
.show_html .show .text .button .float_r{
    font-size: 16px;
    color: #ffffff;
    width: 295px;
    height: 60px;
    line-height: 60px;  
    background: #222222;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    transition:all 0.3s ease-in-out;
}
.show_html .show .text .button .float_r:hover{
    background: #d81e06
}
.show_html .show .text .button .float_r p{
    width: 100%;
    line-height: 60px;  
    font-size: 16px;
    color: #ffffff;
    transition:all 0.3s ease-in-out;
    background: url("../img/show_r1.png") right 100px center no-repeat;
}
.show_html .show .text .button .float_r:hover p{
    background: url("../img/show_r2.png") right 100px center no-repeat;
}
.show_html .xiangqing{
    background: #fff;
} 
.show_html .xiangqing .bt{
    height: 70px;
    line-height: 70px;
    background: #d81e06;
    margin-top: 60px;
    font-size: 16px;
    color: #ffffff;
    text-indent: 20px;
}
.show_html .xiangqing{
    padding-bottom: 40px;
}
.show_html .xiangqing .p{
    padding: 24px 40px 0px 40px;
}
.show_html .xiangqing .p p{
    font-size: 15px;
    color: #555555;
    line-height: 40px;
    text-indent: 2em;
}
.show_html .xiangqing .fanhui{
    display: block;
    width: 160px;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    color: #e4e4e4;
    background: #222222;
    margin: auto;
    margin-top: 24px;
    transition:all 0.3s ease-in-out;
}
.show_html .xiangqing .fanhui:hover{
    color: #fff;
    background: #d81e06;
}
.list_html{
    padding-bottom: 40px;
}
.list_html .index_news .news .left{
    width: 1200px;
    height: 194px;
    background: #ffffff;
    margin-bottom: 30px;
    transition:all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.list_html .index_news .news .left:hover{
    background: #cb0000;
}
.list_html .index_news .news .left .img{
    height: 148px;
    width: 243px;
    border: solid 3px #fff;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
}
.list_html .index_news .news .left .img img{
    height: 148px;
    width: 243px;
}
.list_html .index_news .news .left .text {
    padding: 0 30px 0 65px;
    width: calc(100% - 95px - 269px); 
    height: 194px;
    background: #fff;
    transition:all 0.3s ease-in-out;
}
.list_html .index_news .news .left:hover .text {
    background: #cb0000;
}
.list_html .index_news .news .left .text .bt {
    font-size: 18px;
    width: 695px;
    padding-top: 36px;
}
.list_html .index_news .news .left .text .p{
    font-size: 15px;
    width: 695px;
    color: #555555;
    line-height: 34px;
    transition:all 0.3s ease-in-out;
}
.list_html .index_news .news .left:hover .text .p{
    color: #fff;
}
.list_html .index_news .news .left .text .time {
    padding-top: 36px;
}
.list_html .index_news .news .left .text .jt {
    margin-top: 42px;
}
.list_html .index_news{
    height: auto;
    margin-top: 40px;
}







/* 
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;
} */