@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;
}
input::-webkit-input-placeholder{
    color:#cccccc;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#cccccc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#cccccc;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#cccccc;
}
textarea::-webkit-input-placeholder{
    color:#cccccc;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#cccccc;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#cccccc;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#cccccc;
}



/* 顶部 */
.header_top{
    height: 50px;
    background: #212121;
}
.header_top .p{
    font-size: 15px;
    color: #cccccc;
    line-height: 50px;
}
.header_top .float_r p{
    font-size: 15px;
    color: #cccccc;
    line-height: 50px;
    width: 112px;
    text-align: center;
    border-left: solid 1px #474747;
    border-right: solid 1px #000000;
}
.header_top .float_r a:nth-child(1) p{
    border-left: none;
}
.header_top .float_r a:nth-child(3) p{
    border-right: none;
}
.header_top .float_r a:hover p{
    color: #fff;
}
.nav{
    height: 102px;
}
.nav ul li{
    font-size: 16px;
    color: #111111;
    margin: 0 12px;
    padding: 0 1px;
    padding-top: 5px;
    line-height: 94px;
    border-bottom: solid 3px #fff;
    transition:all 0.3s ease-in-out; 
}
.nav ul li:hover{
    color: #4e70c3;
    border-bottom: solid 3px #4e70c3;
}
.nav ul .xuanzhong{
    color: #4e70c3;
    border-bottom: solid 3px #4e70c3;
}
.banner_img{
    height: 650px;
}
.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next{
    background: url("../img/banner_l.png") no-repeat;
    width: 60px;
    height: 60px;
    left: 100px;
}
.banner .swiper-button-next, 
.banner .swiper-container-rtl .swiper-button-prev{
    background: url("../img/banner_r.png") no-repeat;
    width: 60px;
    height: 60px;
    right: 100px;
}
.banner .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: url("../img/lunbo_nn1.png") no-repeat;
    opacity: 1;
    margin: 0 7px !important;
}
.banner .swiper-pagination-bullet-active{
    background: url("../img/lunbo_nn2.png") no-repeat;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, 
.banner .swiper-pagination-custom, 
.banner .swiper-pagination-fraction{
    bottom: 24px;
}
.search{
    height: 90px;
    background: url("../img/search_bj.png") center center no-repeat;
}
.search .resou{
    padding-left: 47px;
    background: url("../img/resou.png") left no-repeat;
    line-height: 90px;
    font-size: 16px;
    color: #ff9600;
}
.search .resou a{
    color: #e8e8e8;
    font-size: 15px;
    margin-right: 12px;
}
.search .input{
    height: 90px;
    border-left: solid 1px #000000;
}
.search .input input{
    border: none;
    border-left: solid 1px #474747;
    height: 90px;
    background: none;
    padding: 0;
    padding-left: 30px;
    font-size: 15px;
    color: #a0a0a0;
    width: 318px;
}
.search .input input::-webkit-input-placeholder{
    color:#a0a0a0;
}
.search .input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#a0a0a0;
}
.search .input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#a0a0a0;
}
.search .input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#a0a0a0;
}
.search .input .search_img{
    width: 40px;
    height: 39px;
    background: url("../img/search_img.png") center center no-repeat;
    margin-left: 12px;
    margin-top: 26px;
}
.return{
    background: url("../img/return2.png") no-repeat;
    width: 33px;
    height: 48px;
    position: fixed;
    right: 6px;
    top: 70vh;
    z-index: 999999;
    cursor: pointer;
}
.return:hover{
    background: url("../img/return1.png") no-repeat;
}
.foot{

}
.foot .foot_nav{
    height: 70px;
    background: #4e70c3;
}
.foot .foot_nav ul{
    padding: 0 50px;
}
.foot .foot_nav ul li{
    font-size: 16px;
    color: #d0deff;
    line-height: 70px;
    margin: 0 40px;
}
.foot .foot_nav ul li:hover{
    color: #fff;
}
.foot .foot_nav ul .xuanzhong{
    color: #fff;
}
.foot .yqlj{
    background: #1f1f1f;
    height: 39px;
    border-bottom: solid 1px #5c5c5c;
}
.foot .yqlj .center{
    padding-top: 30px;
    /* height: 52px; */
}
.foot .yqlj .center p{
    padding: 18px 20px 0px 20px;
}
.foot .yqlj .center p a{
    font-size: 14px;
    color: #b2b2b2;
    padding: 20px;
}
.foot .yqlj .center p a:hover{
    color: #fff;
}
.foot_neirong{
    background: #1f1f1f;
    padding-top: 70px;
    padding-bottom: 49px;
    /* margin-top: -52px; */
}
.foot_neirong .foot_logo{
    width: 356px;
    height: 140px;
    border-right: solid 1px #5c5c5c;
}
.foot_neirong .p{
    padding-top: 10px;
    padding-left: 110px;
    width: 528px;
}
.foot_neirong .p p{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 36px;
}
.foot_neirong .erweima img{
    width: 120px;
    height: 120px;
    margin-top: 8px;
}
.foot_neirong .erweima .erweima_p{
    width: 17px;
    height: 76px;
    background: url("../img/erweima_p.png") center center no-repeat;
    font-size: 14px;
    padding: 9px 10px;
    color: #b2b2b2;
    margin-top: 20px;
    margin-left: 18px;
    text-align: center;
}
.foot_bq{
    background: #1f1f1f;
    height: 80px;
    border-top: solid 1px #5c5c5c;
}
.foot_bq .float_l{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 80px;
}
.foot_bq .float_r{
    font-size: 14px;
    color: #b2b2b2;
    line-height: 80px;
}

/* 首页新闻 */
.index_news{
    height: 783px;
    background: #f5f5f5;
    margin-top: -14px;
}
.index_news .meikuai{
    width: 390px;
    height: 437px;
    transition:all 0.4s ease-in-out;
}
.index_news .meikuai:hover{
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
}
.index_news .meikuai .img{
    width: 390px;
    height: 220px;
    position: relative;
    overflow: hidden;
}
.index_news .meikuai .img img{
    width: 390px;
    height: 220px;
    transition:all 0.4s ease-in-out;
}
.index_news .meikuai:hover .img img{
    transform: scale(1.1);
}
.index_news .meikuai .img .hover{
    opacity: 0;
    transition:all 0.4s ease-in-out;
    width: 390px;
    height: 50px;
    background: #4e70c3;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 42px;
    color: #fff;
    line-height: 43px;
    font-weight: 600;
}
.index_news .meikuai:hover .img .hover{
    opacity: 1;
}
.index_news .meikuai .biaoti{
    text-align: center;
    font-size: 18px;
    width: 356px;
    margin: auto;
    color: #111111;
    height: 56px;
    line-height: 56px;
    padding-top: 22px;
    transition:all 0.4s ease-in-out;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
}
.index_news .meikuai:hover .biaoti{
    color: #4e70c3;
}
.index_news .meikuai .text p{
    text-align: center;
    font-size: 15px;
    width: 356px;
    margin: auto;
    color: #646464;
    line-height: 30px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
}
.index_news .meikuai .text .border{
    width: 80px;
    margin: auto;
    height: 1px;
    background: #111111;
    margin-bottom: 14px;
    transition:all 0.4s ease-in-out;
}
.index_news .meikuai:hover .text .border{
    width: 50px;
}
.index_news .center{
    width: 1230px;
}
.index_news .swiper-container{
    padding-bottom: 62px;
}
.index_news .swiper-slide{
    padding-left: 3px;
}
.index_news .swiper-slide .meikuai{
    margin: 0 8px;
}
.index_news .swiper-pagination-bullet{
    width: 10px;
    height: 10px;    
    margin: 0 5px !important;
}
.index_title{
    height: 166px;
}
.index_title .p1{
    font-size: 32px;
    color: #111111;
    text-align: center;
    line-height: 55px;
    padding-top: 47px;
}
.index_title .p2{
    font-size: 18px;
    color: #555555;
    text-align: center;
    text-transform:uppercase;
}
.guanggao1{
    width:100%;
    height:393px;
    background: url(../img/guanggao1.png) top  center no-repeat;
    position: relative; 
    z-index: 1;
}
.guanggao2{
    width:100%;
    height:355px;
    background: url(../img/guanggao2.png) top  center no-repeat;
    position: relative; 
    z-index: 1;
}

/* 首页关于我们 */
.index_about{
    height: 922px;
    background: #f5f5f5;
    margin-top: -36px;
}
.index_about .about_bottom{
    height: 254px;
    background: #fff;
    margin-top: 42px;
}
.index_about .about_bottom .float_l{
    width: 214px;
    padding: 0 42px 0 43px;
    border-left: solid 1px #e2e2e2;
    height: 174px;
    margin-top: 40px;
    text-align: center;
    cursor: pointer;
}
.index_about .about_bottom .float_l:nth-child(1){
    border-left: none;
}
.index_about .about_bottom .float_l h3{
    font-size: 60px;
    color: #2e2e2e;
    font-family: inherit;
    line-height: 50px;
    margin-bottom: 22px;
}
.index_about .about_bottom .float_l .border{
    width: 30px;
    height: 2px;
    background: #3d3d3d;
    margin: auto;
    transition:all 0.4s ease-in-out;
}
.index_about .about_bottom .float_l:hover .border{
    background: #4e70c3;
}
.index_about .about_bottom .float_l h4{
    font-size: 24px;
    color: #2e2e2e;
    font-weight: 600;
    line-height: 38px;
    padding-top: 14px;
}
.index_about .about_bottom .float_l p{
    font-size: 15px;
    color: #4d4d4d;
    line-height: 25px;
}
.index_about .about_top .img{
    width: 527px;
    height: 390px;
    overflow: hidden;
}
.index_about .about_top .img img{
    width: 527px;
    height: 390px;
    transition:all 0.4s ease-in-out;
}
.index_about .about_top .img:hover img{
    transform: scale(1.1);
}
.index_about .about_top .label_nav{
    display: inline-flex;
}
.index_about .about_top .label_nav li{
    width: 155px;
    height: 50px;
    background: #4e70c3;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 8px;
    border-radius: 5px;
    cursor: pointer;
    transition:all 0.2s ease-in-out;
}
.index_about .about_top .label_nav li:hover{
    background: #ff9600;
}
.index_about .about_top .label_nav .on{
    background: #ff9600;
}
.index_about .label_page{
    width: 673px;
    height: 340px;
    background: #fff;
    margin-top: 31px;
    /* position: relative; */
}
.index_about .swiper-container{
    height: 309px;
}
.index_about .label_page h3{
    width: 575px;
    margin: auto;
    font-size: 20px;
    color: #111111;
    line-height: 52px;
    height: 52px;
    padding-top: 22px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index_about .label_page p{
    width: 575px;
    margin: auto;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 36px;
    text-align: justify;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4; 
}
.index_about .swiper-button-prev{
    background: url("../img/upper1.png") center center no-repeat;
    width: 40px;
    height: 40px;
    left: 1px;
    top: auto;
    bottom: 44px;
    transition:all 0.2s ease-in-out;
}
.index_about .swiper-button-prev:hover{
    background: url("../img/upper2.png") center center no-repeat;
}
.index_about .swiper-button-next{
    background: url("../img/lower1.png") center center no-repeat;
    width: 40px;
    height: 40px;
    left: 1px;
    top: auto;
    bottom: 1px;
    transition:all 0.2s ease-in-out;
}
.index_about .swiper-button-next:hover{
    background: url("../img/lower2.png") center center no-repeat;
}


.marqueeleft{
    height:378px;
    width:1615px;
    overflow:hidden;
    margin:auto;
}
.marqueeleft ul{
    float:left;
}
.marqueeleft li{
    float:left;
    margin-right:15px;
    display:inline;
    width:390px;
    height:378px;
    overflow:hidden;
}
.marqueeleft li .img{
    width: 390px;
    height: 293px;
    overflow: hidden;
}
.marqueeleft li .img img{
    width: 390px;
    height: 293px;
    transition:all 0.4s ease-in-out;
}
.marqueeleft li:hover .img img{
    transform: scale(1.1);
}
.marqueeleft li .xinxi{
    width: 390px;
    height: 85px;
    background: #f5f5f5;
    transition:all 0.3s ease-in-out;
}
.marqueeleft li:hover .xinxi{
    background: #4e70c3;
}
.marqueeleft li .xinxi .float_l p:nth-child(1){
    font-size: 16px;
    color: #555555;
    width: 290px;
    margin-left: 20px;
    padding-top: 10px;
    line-height: 36px;
    height: 36px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
    transition:all 0.2s ease-in-out;
}
.marqueeleft li:hover .xinxi .float_l p:nth-child(1){
    color: #fff;
}
.marqueeleft li .xinxi .float_l p:nth-child(2){
    font-size: 14px;
    color: #909090;
    width: 290px;
    margin-left: 20px;
    padding-right: 20px;
    background: url("../img/zt1.png") center right no-repeat;
    display: initial;
    transition:all 0.2s ease-in-out;
}
.marqueeleft li:hover .xinxi .float_l p:nth-child(2){
    color: #fff;
    background: url("../img/zt2.png") center right no-repeat;
}
.marqueeleft li .xinxi .float_r{
    width: 47px;
    border-left: solid 1px #e0e0e0;
    height: 20px;
    margin-top: 30px;
    background: url("../img/jt1.png") center right 30px no-repeat;
    transition:all 0.2s ease-in-out;
}
.marqueeleft li:hover .xinxi .float_r{
    background: url("../img/jt2.png") center right 20px no-repeat;
}
.index_case .more{
    margin-top: 50px;
}
.more{
    width: 150px;
    display: block;
    background: #4e70c3;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    transition:all 0.2s ease-in-out;
    margin-top: 15px;
    display: block;
}
.more p{
    display: initial !important;
    text-align: center !important;
    margin: auto !important;
    font-size: 15px !important;
    color: #fff !important;
    line-height: 50px !important;
    background: url(../img/jt2.png) right -10px center no-repeat !important;
    transition:all 0.2s ease-in-out !important;
}
.more:hover p{
    padding-right: 17px !important;
    background: url(../img/jt2.png) right center no-repeat !important;
}
.more:hover{
    background: #ff9600;
}
/* 首页施工案例 */
.index_case{
    height: 704px;
    background: #ffffff;
}

/* 首页产品展示 */
.index_html{
    /*padding-bottom: 68px;*/
}
.index_html .left{
    width: 282px;
}
.index_html .right{
    width: 898px;
    margin-left: 20px;
}
.index_html .left .biaoti{
    background: url("../img/biaoti.png") center center no-repeat;
    width: 282px;
    height: 110px;
}
.index_html .left .biaoti p:nth-child(1){
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    padding-top: 14px;
}
.index_html .left .biaoti p:nth-child(2){
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
}
.index_html .left .caidan{
    padding: 0 5px;
    background: #4e70c3;
    padding-bottom: 5px;
	
}
.index_html .left .caidan li{
    background: #fff;
    height: 59px;
    border-top: dashed 1px #a0a0a0;
    transition:all 0.3s ease-in-out;
    position: relative;
}
.index_html .left .caidan li:hover{
    background: #ff9600;
    border-top: solid 1px #ff9600;
}
.index_html .left .caidan li:nth-child(1){
    border-top: none;
}
.index_html .left .caidan li .yiji{
    display: block;
    width: 100%;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 16px;
    color: #323232;
    transition:all 0.2s ease-in-out;
    background: url("../img/yiji_cd.png") right -20px center no-repeat;
}
.index_html .left .caidan li:hover .yiji{
    text-indent: -36px;
    color: #fff;
    background: url("../img/yiji_cd.png") right 20px center no-repeat;
}
.index_html .left .caidan li .erji_cd{
    position: absolute;
    top: 0;
    right: -260px;
    width: 260px;
    z-index: 999;
    height: 0px;
    overflow: hidden;
    transition:all 0.3s ease-in-out;
    opacity: 0;
}
.index_html .left .caidan li:hover .erji_cd{
    height: auto;
    opacity: 1;
}
.index_html .left .caidan li .erji_cd a{
    display: block;
    width:260px;
    height: 77px;
    background: #ff9600; 
    border-top: dashed 1px #ffe4bd;
    transition:all 0.3s ease-in-out;
}
.index_html .left .caidan li .erji_cd a:hover{
    background: #4e70c3; 
    border-top: solid 1px #4e70c3;
}
.index_html .left .caidan li .erji_cd a:nth-child(1){
    border-top: none;
}
.index_html .left .caidan li .erji_cd a:nth-child(1):hover{
    border-top: none;
}
.index_html .left .caidan li .erji_cd a p{
    width:260px;
    height: 77px;
    text-align: center;
    line-height: 77px;
    font-size: 16px;
    color: #ffffff;
    transition:all 0.3s ease-in-out;
    background: url("../img/jt2.png") right -30px center no-repeat;
}
.index_html .left .caidan li .erji_cd a:hover p{
    text-indent: -20px;
    background: url("../img/jt2.png") right 30px center no-repeat;
}
.index_html .index_product{
    padding-bottom: 68px;
}
.index_html .right .top{
    margin-bottom: 20px;
}
.index_html .right .top .img{
    width: 592px;
    height: 444px;
    overflow: hidden;
} 
.index_html .right .top .img img{
    width: 592px;
    height: 444px;
    transition:all 0.4s ease-in-out;
} 
.index_html .right .top .img:hover img{
    transform: scale(1.1);
}
.index_html .right .top .text{
    width: 306px;
    height: 444px;
    background: #f8f8f8;
}
.index_html .right .top .text h3{
    width: 210px;
    font-size: 24px;
    color: #111111;
    margin: auto;
    line-height: 40px;
    padding-top: 52px;
}
.index_html .right .top .text h4{
    width: 210px;
    font-size: 16px;
    color: #646464;
    margin: auto;
    line-height: 28px;
}
.index_html .right .top .text .border{
    width: 70px;
    height: 2px;
    margin-left: 49px;
    background: #4e70c3;
    margin-top: 18px;
}
.index_html .right .top .text p{
    width: 210px;
    font-size: 15px;
    color: #323232;
    margin: auto;
    line-height: 32px;
    text-align: justify;
    margin-top: 16px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
}
.index_html .right .top .text .ckxq{
    width: 140px;
    height: 40px;
    background: #4e70c3;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: block;
    line-height: 40px;
    margin-left: 48px;
    margin-top: 44px;
}
.marqueeleft_product{
    width: 898px;
    height: auto;
}
.marqueeleft_product li{
    width: 286px;
    height: 281px;
    margin-right: 20px;
}
.marqueeleft_product li .img{
    width: 286px;
    height: 215px;
}
.marqueeleft_product li .img img{
    width: 286px;
    height: 215px;
}
.marqueeleft_product li p{
    width: 286px;
    height: 66px;
    background: #4e70c3;
    text-align: center;
    line-height: 66px;
    font-size: 16px;
    color: #ffffff;
    transition:all 0.3s ease-in-out;
}
.marqueeleft_product li:hover p{
    background: #ff9600;
}

/* 内页banner */
.neiye_banner{
    width: 100%;
    height: 400px;
    /*background: url("../img/neiye_banner.png") top center no-repeat;*/
}
.neiye_banner .h3{
    font-size: 30px;
    color: #fefefe;
    text-align: center;
    padding-top: 142px;
    margin-bottom: 10px;
}
.neiye_banner .p{
    font-size: 24px;
    color: #fefefe;
    text-align: center;
    text-transform: uppercase;
}

/* 内页列表 */
.meiye_html{
    padding-top: 50px;
    padding-bottom: 40px;
}
.meiye_html .caidan{
    margin-bottom: 20px;    
}
.meiye_html .baise{
    background: #fff;
    padding: 16px 20px 14px 32px;
}
.meiye_html .baise .h3{
    font-size: 18px;
    color: #111111;
    line-height: 34px;
}
.meiye_html .baise .p p{
    font-size: 15px;
    color: #323232;
    line-height: 34px;
}
.meiye_html .left .liebiao li{
    background: #ffffff !important;
    border-top: dashed 1px #a0a0a0 !important;
    height: 71px;
}
.meiye_html .left .caidan li:nth-child(1) {
    border-top: none !important;
}
.meiye_html .left .liebiao li a{
    display: block;
    font-size: 16px;
    color: #323232;
    line-height: 71px;
    height: 70px;
    width: 176px;
    padding-right: 38px;
    margin: auto;
    background: url("../img/liebiao_jt1.png") right center 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;
}
.meiye_html .left .liebiao li:hover a{
    text-indent: 10px;
    color: #4e70c3;
    background: url("../img/liebiao_jt2.png") right center no-repeat;
}
.meiye_html .right .title{
    height: 53px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 20px;
}
.meiye_html .right .title .float_l{
    height: 52px;
    line-height: 40px;
    font-size: 24px;
    color: #111111;
    border-bottom: solid 3px #4e70c3;
}
.meiye_html .right .title .float_r{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #646464;
    padding-left: 26px;
    margin-top: 14px;
    background: url("../img/weizhi.png") left center no-repeat;
}
.meiye_html .right .contact_html{
    padding: 0 18px;
}
.meiye_html .right .contact_html .mingzi{
    font-size: 20px;
    color: #111111;
    line-height: 46px;
    padding-top: 25px;
}
.meiye_html .right .contact_html p{
    font-size: 15px;
    line-height: 36px;
    color: #646464;
}

/* 关于我们页 */
.meiye_html .right .about_html{
    padding-top: 6px; line-height: 2;
}
.meiye_html .right .about_html .h3{
    font-size: 20px;
    color: #111111;
    line-height: 30px;
    padding-top: 22px;
}
.meiye_html .right .about_html .p{
    font-size: 15px;
    color: #646464;
    line-height: 36px;
    text-indent: 2em;
    margin-top: 20px;
    text-align: justify;
}

/* 产品展示 */
.meiye_html .right .show_html{

}
.meiye_html .right .show_html .mingzi{
    line-height: 100px;
    padding-top: 12px;
    height: 100px;
    font-size: 24px;
    color: #111111;
    text-align: center;
}
.meiye_html .right .show_html .chanpin{
    position: relative;
}
.meiye_html .right .show_html .chanpin .zuo{
    position: absolute;
    display: block;
    width: 35px;
    height: 90px;
    left: 56px;
    top: 180px;
    background: url("../img/show_l_1.png") no-repeat;
    transition:all 0.2s ease-in-out;
}
.meiye_html .right .show_html .chanpin .zuo:hover{
    background: url("../img/show_l_2.png") no-repeat;
}
.meiye_html .right .show_html .chanpin .you{
    position: absolute;
    display: block;
    width: 35px;
    height: 90px;
    right: 56px;
    top: 180px;
    background: url("../img/show_r_1.png") no-repeat;
    transition:all 0.2s ease-in-out;
}
.meiye_html .right .show_html .chanpin .you:hover{
    background: url("../img/show_r_2.png") no-repeat;
}
.meiye_html .right .show_html .chanpin img{
    display: block;
    margin: auto;
    width: 600px;
    height: 450px;
}
.meiye_html .right .show_html .xianqing{
    height: 64px;
    line-height: 64px;
    text-indent: 20px;
    font-size: 16px;
    color: #ffffff;
    background: #4e70c3;
    margin-top: 50px;
}
.meiye_html .right .show_html .text{
    padding: 0 20px;
}
.meiye_html .right .show_html .text table{ width: 100%; border: 1px solid; float: none;}
.meiye_html .right .show_html .text table tr td{ border: 1px solid;}
.meiye_html .right .show_html .text p{
    font-size: 15px;
    line-height: 36px;
    color: #646464;
    text-align: justify; 
    margin-top: 18px;
}
.meiye_html .right .show_html .text p img{
    max-width:100%;
}
.meiye_html .right .show_html .text a{
    display: block;
    margin: auto;
    width: 230px;
    height: 64px;
    border-radius: 64px;
    font-size: 16px;
    color: #fefefe;
    text-align: center;
    line-height: 64px;
    background: #4e70c3;
    margin-top: 86px;
    transition:all 0.2s ease-in-out;
}
.meiye_html .right .show_html .text a:hover{
    background: #ff9600;
}


.gallery_html{

}
.gallery_html .marqueeleft_product{
    margin-left: -20px;
}
.gallery_html .marqueeleft_product {
    width: 918px;
    padding-top: 40px;
}
.gallery_html .marqueeleft_product li{
    margin-right: 0;
    margin-left: 20px;
    margin-bottom: 30px;
}
.page_turning{
    text-align: center;
    padding-top: 10px;
}
.page_turning ul{
    display:inline-flex;
}
.page_turning ul a{
    display: inline-block;
    margin: 0 5px;
    height: 46px;
    line-height: 46px;
}
.page_turning ul .lan{
    padding: 0 22px;
    background: #4e70c3;
    border: solid 1px #4e70c3;
    font-size: 14px;
    color: #ffffff;
    transition:all 0.2s ease-in-out;
}
.page_turning ul .lan:hover{
    background: #ff9600;
    border: solid 1px #ff9600;
}
.page_turning ul .bai{
    padding: 0 22px;
    background: #f8f8f8;
    border: solid 1px #cccccc;
    font-size: 16px;
    color: #646464;
    transition:all 0.2s ease-in-out;
}
.page_turning ul .bai:hover{
    background: #4e70c3;
    border: solid 1px #4e70c3;
    color: #fff;
}
.page_turning ul .xuanzhong{
    background: #4e70c3;
    border: solid 1px #4e70c3;
    color: #fff;
}
.page_turning ul p{
    font-size: 16px;
    color: #646464;
    line-height: 46px;
    padding: 0 18px;
}

/* 列表 */
.list_html{
    padding-top: 49px;
}
.list_html .list a{
    display: block;
    width: 898px;
    height: 218px;
    background: #f5f5f5;
    margin-bottom: 20px;
    transition:all 0.3s ease-in-out;
}
.list_html .list a:hover{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
}
.list_html .list a .img{
    width: 315px;
    height: 178px;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 20px;
}
.list_html .list a .img img{
    width: 315px;
    height: 178px;
    transition:all 0.3s ease-in-out;
}
.list_html .list a:hover .img img{
    transform: scale(1.1); 
}
.list_html .list a .text{
    width: 510px;
    margin-left: 30px;
}
.list_html .list a .text .biaoti{
    font-size: 18px;
    color: #111111;
    line-height: 50px;
    padding-top: 20px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
    transition:all 0.3s ease-in-out;
}
.list_html .list a:hover .text .biaoti{
    color: #4e70c3;
}
.list_html .list a .text p{
    font-size: 15px;
    color: #323232;
    line-height: 30px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.list_html .list a .text .riqi{
    margin-top: 20px;
}
.list_html .list a .text .riqi .float_l{
    font-size: 15px;
    color: #646464;
}
.list_html .list a .text .riqi .float_l span{
    margin-right: 18px;
}
.list_html .list a .text .riqi .float_r{
    font-size: 15px;
    color: #646464;
    overflow: hidden;
    transition:all 0.3s ease-in-out;
    background: url("../img/list_xq.png") right -30px center no-repeat;
}
.list_html .list a:hover .text .riqi .float_r{
    color: #000;
    padding-right: 30px;
    background: url("../img/list_xq.png") right center no-repeat;
}

/* 新闻详情页 */
.list_show_html{

}
.list_show_html .show_title{
    border-bottom: dashed 1px #cccccc;
    height: 133px;
}
.list_show_html .show_title h3{
    font-size: 24px;
    line-height: 65px;
    padding-top: 23px;
    color: #111111;
    text-align: center;
}
.list_show_html .show_title p{
    font-size: 15px;
    color: #646464;
    text-align: center;
}
.list_show_html .show_title p span{
    margin: 0 20px;
}
.list_show_html .text p{
    font-size: 15px;
    color: #646464;
    line-height: 36px;
    text-indent: 2em;
    text-align: justify;
    margin: 10px 0;
}
.list_show_html .text{
    padding-top: 22px;
}
.list_show_html .fanye{
    height: 120px;
    background: #f5f5f5;
    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: #4e70c3;
}
.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;
}


/* 在线留言 */
.message_html{
    padding: 80px 0 60px 0;
    background: #ffffff;
    display: block
}
.message_html .input{
    margin-bottom: 14px;
}
.message_html .input p{
    width: 112px;
    line-height: 46px;
    margin-left: 52px;
    font-size: 18px;
    color: #444444;
}
.message_html .input input{
    width: 608px;
    height: 46px;
    border: solid 1px #ababab;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 18px;
    color: #444444;
}
.message_html .input span{
    font-size: 16px;
    color: #ff0101;
    margin-left: 10px;
}
.message_html .input textarea{
    width: 608px;
    height: 160px;
    border: solid 1px #ababab;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    color: #444444;
}
.message_html .tijiao{
    display: block;
    font-size: 18px;
    color: #ffffff;
    width: 157px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #1f1f1f;
    margin-left: 472px;
    margin-right: 10px;
    margin-top: 16px;
}
.message_html .chongzhi{
    display: block;
    font-size: 18px;
    color: #ffffff;
    width: 157px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #4e70c3;
    margin-top: 16px;
}
.feedback{
    width: calc(100% - 28px);
    padding-left: 28px;
    height: 60px;
    background: #4e70c3;
    margin-top: 60px;
    font-size: 16px;
    color: #fff;
    line-height: 56px;
    margin-bottom: 50px;
}
.message_feedback{
    /* height: 190px; */
    width:calc(100% - 60px);
    background: #f5f5f5;
    margin-bottom: 20px;
    padding:0 30px;
}
.foot_connect{
    background: #fff;
    padding-top: 1px;
}

.message_character{
    width: 58px;
}
.message_feedback_p{
    width: 560px;
    margin-right: 20px;
    padding-top: 18px;
}
.message_feedback_p p{
     font-size: 16px;
     color: #323232;
     margin-top: 10px;
}
.message_feedback_p p span{
    font-size: 14px;
    color: #646464;
}
.message_feedback_tiem p{
    font-size: 16px;
    color: #323232;
    margin-top: 26px;
}
.message_feedback_tiem p span{
    font-size: 14px;
    color: #646464;
}
.phone_state{
    display: none;
}
.meiye_html .right .about_html img{
    width: 100%;
}












