@charset "utf-8";
/* CSS Document */
/*CSS reset*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
.fl{ float:left}
.fr{ float:right}
.clear{ clear:both}
a{ text-decoration:none; fcolor:#646464;}
a:hover{ }
ul{ padding:0px; margin:0px;}
h1,h2,h3,h4{ padding:0px; margin:0px;}
p{ padding:0px; margin:0px;}

table { width:100%!important;} 

body{ margin:0 auto;padding:0px;width:100%; font-family:Arial, Helvetica, sans-serif;font-size:16px!important;color:#646464; margin:0px; }
.pc_daohang{ display:block;border-bottom:1px solid #eee}
.wap_daohang{ display:none}	
.wap_foot{ display:none}
.wap_fenlei{ display:none}

.wd1300{width:1300px;margin:0 auto;padding-top:80px; padding-bottom:80px;}
.wpic{ text-align:center; margin:0 auto}
.alogo{ margin:0 auto; text-align:center}
.wenzi { text-align:center;margin:0 auto;}
.wenzi h2{ font-size:40px; color:#000; margin-top:20px;}
.wenzi h2 span{ padding-left:30px; padding-right:30px;}
.wenzi h3{ font-size:25px; color:#333333;margin-top:35px;}
.wenzi .wmiao{ color:#949494; font-size:17px; line-height:30px; text-align:center; width:70%; margin:0 auto; margin-top:35px; }


/*首页公司简介*/
.index_about{ width:100%;display: flex; align-items: stretch; height:680px; overflow:hidden }
.about_left{ width:50%; flex: 1;align-self: stretch;position: relative; }
.about_left video{min-height:680px;  }
.about_right{ width:50%; background:#82694a; flex: 1;display: flex;}
.aboutxx{ padding:9% 9% 0% 9%; color:#fff;}
.aboutxx h2{ font-family:impact; font-size:60px;}
.aboutxx h3{ font-size:40px; font-weight:bold}
.aline{ background:#fff; height:2px; width:80px; margin-top:10px;}
.abnr{ line-height:28px; font-size:15px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:6;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:40px; margin-bottom:30px;}
.abmore a{ color:#fff;}
.abnr a{ color:#fff}
.abuu ul li{ float:left; width:33%; margin-top:30px; text-align:center;border-radius:10px;transition:All 0.4s ease-in-out;
-webkit-transition:All 0.4s ease-in-out;
-moz-transition:All 0.4s ease-in-out;
-o-transition:All 0.4s ease-in-out;}
.abuu ul li a{ color:#fff;}
.abuu ul li:hover{	transform: translate(0,-5px);
-webkit-transform: translate(0,-5px);
-moz-transform: translate(0,-5px);
-o-transform: translate(0,-5px);
-ms-transform: translate(0,-5px);}
	
/*首页产品*/
.searcha{width:40%; margin:0 auto; margin-top:50px;height:52px; padding-left:10px; padding-right:0px; background:#f6f6f6; border-radius:5px;}
.searcha .fl{ width:75%}
.searcha .fr{ float:right;}
.searchinput{height:52px;border:#fefefe solid 0px;width:100%;float:left;display:inline;line-height:52px; outline:none; background:none; color:#555; opacity:0.7; font-size:16px; padding-left:5%; }
.chan_bg{ background:url(../images/cpbg.jpg) no-repeat center;  width:100%; margin:0 auto}

.index_pro{ background:url(../images/index_21.png) no-repeat center; width:100%; margin:0 auto; min-height:600px;}
.tabbox {width:100%;}
.tabmenu {width:100%;height:55px;}
.tabmenu ul {margin:0;padding:0;list-style-type: none;display: flex; flex-wrap: wrap; justify-content: space-between; }
.tabmenu li { text-align:center; display:block; width:12%; height:55px; overflow:hidden; background-color: #484136; line-height:55px;  display:inline; color:#fff; font-size:18px; border-radius:5px; }
.tabmenu .cli {text-align:center;display:block;width:15%;height:55px;overflow:hidden;background-color: #fe0000;line-height:55px;display:inline; cursor:pointer;}
#tabcontent {}
#tabcontent ul {margin:0;list-style-type: none; margin-top:60px;}
#tabcontent ul li{ padding:1%; float:left; width:30%; margin-left:1.5%; margin-right:1.5%; background:#fff; border-radius:5px;}
#tabcontent ul li .pro_pic{ width:100%;display: flex;justify-content: center;align-items: center; overflow:hidden}
#tabcontent ul li h2{ text-align:center; font-size:20px; padding-top:10px; color:#333;}
#tabcontent ul li .pro_pic  img{ width:100%;object-fit: cover;max-width:100%;max-height:400px; transition: all 0.8s; height:400px;}
#tabcontent ul li:hover  img{ transform: scale(1.1);}
#tabcontent .hidden {display:none;}




/*首页新闻*/
.index_news .wenzi{ padding-bottom:60px;}
.news_zuo{ width:47.5%;}
.news_pic{ width:100%; height:449px;  display: flex;justify-content: center;align-items: center; overflow:hidden}
.news_pic  img{max-width:100%;max-height:449px; transition: all 0.8s; display:block;width:100%;object-fit: cover;}
.news_zuo:hover  img{   transform: scale(1.1);}
.news_ms{ background:#776a5a; padding:30px; color:#fff;}
.news_top span{ font-size:16px; padding-right:10px;}
.news_zuo h2{ font-size:28px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:15px; margin-bottom:15px;}
.news_zuo .news_miao{ font-size:16px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:15px; margin-bottom:15px;}
.news_you{ width:51%;}
.news_you ul li{ float:left; width:48.5%; margin-bottom:16px;}
.news_you ul li:nth-child(2n){ float:right}
.news_you .news_msy{ background:#232324; padding:25px; color:#fff;}
.news_xpic{ width:100%; height:210px;  display: flex;justify-content: center;align-items: center; overflow:hidden}
.news_xpic  img{ width:100%;object-fit: cover;max-width:100%;max-height:210px; transition: all 0.8s; display:block}
.news_you ul li:hover  img{   transform: scale(1.1);}
.news_you ul li h2{font-size:18px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:15px; }


.foot{ background:#232324; width:100%; margin:0 auto;}
.foot .wd1300{ border-bottom:1px solid rgba(255,255,255,0.1);}
.fbt{ font-size:20px; color:#fff; font-weight:bold; margin-bottom:15px;}
.fmenu ul li{ line-height:40px;}
.fmenu,.fpro{ width:18%}
.foot a{ color:#cfcfcf}
.fpro ul li{ line-height:40px;}
.flx{color:#cfcfcf; font-size:16.5px;}
.flx .fadd{ background:url(../images/fadd.png) no-repeat left; padding-left:45px; line-height:40px; margin-bottom:10px;}
.flx .ftel{ background:url(../images/ftel.png) no-repeat left top 5px; padding-left:45px; line-height:40px; margin-bottom:10px;}
.flx .fmail{ background:url(../images/fmail.png) no-repeat left; padding-left:45px; line-height:40px; margin-bottom:10px;}
.flx .furl{ background:url(../images/furl.png) no-repeat left; padding-left:45px; line-height:40px;}
.ewm { width:25%;}
.ewm ul li:nth-child(2){ float:right}
.ewm ul li{ float:left; text-align:center;}
.ewm ul li img{ padding:5px; border-radius:5px; background:#fff;}
.ewm ul li p{color:#cfcfcf; padding-top:10px; }
.banquan{ width:1300px; margin:0 auto; padding-top:20px; padding-bottom:20px; line-height:30px;}
.banquan .fr{ padding-top:15px;}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;font-size: 16.5px;text-decoration:none;color: #cfcfcf;}
a.zzb07link:hover {text-decoration: underline;color: #cfcfcf;}
.zzb07tail{font-size:16.5px;font-family:Arial, Helvetica, sans-serif;color:#cfcfcf;}


/*内页*/
.nymain{ width:1300px; margin:0 auto; padding-top:70px; padding-bottom:70px;}
.nymenu{border-bottom:0px #d9d9d9 solid; margin:0px 0px 0px; box-shadow:0px 6px 6px rgba(0,0,0,.05); }
.nymenu_mid ul li{ border-left: #e5e5e5 1px solid;width: 100%;text-align: center;vertical-align: top;}
.nymenu_mid ul li:last-child{ border-left:0px solid #d1d1d1;}

.nymenu_mid ul{ margin:0 auto;display: flex; width: 100%;}
.nymenu_mid_s{ text-align:center}
.nymenu_mid_s ul li {float: none;display: inline-block;}
.nymenu_mid ul li a{ padding:1.2em 0;display:inline-block; font-size:1.25em; position:relative; }

.nymenu_mid ul li a{display: block;position: relative;font-size: 19px;color: #555;}
.nymenu_mid ul li a:after{content: '';display: block;width: 100%;height: 2px;background:#fe0000;position: absolute;bottom: -1px;left: 0;transition: 0.4s ease-out;
transform: scaleX(0);}
.nymenu_mid ul li:hover a:after,.nymenu_mid ul li.active a:after{transform: scaleX(1);}
.nymenu_mid ul li:hover a,.nymenu_mid ul li.active a{color: #fe0000; font-weight: 700;}

.nymenu ul li:hover a{color: #fe0000; font-weight: 700;}
.nymenu ul li .active{color: #fe0000; font-weight: 700;}
.nymenu_mid p { display: none;}

.ny_wenzi{ text-align:center; border-bottom:#e3e3e3 solid 1px; margin:0 auto; }
.ny_wenzi h2{ font-weight:normal; margin-bottom:30px;text-align:center; font-size:40px; color:#333; }
.ny_wenzi h3{ font-weight:normal; margin-top:-20px; margin-bottom:30px; font-size:16px;}
.nyline{ background:#fe0000; height:2px; margin:0 auto; width:70px;}

.neirong{ margin-top:60px; line-height:30px; min-height:400px!important;}

/*内页公司简介*/
.abcon{ width:100%;display: flex;align-items: stretch;margin-bottom:60px;}
.abtu{ width:60%; flex: 1;align-self: stretch;position: relative;}
.abtu img{ width:100%;object-fit: cover; height:400px;}
.abtxt{width:30%;background:#82694a; color:#fff; padding:5%;}
.abtxt h2{ font-size:50px; font-family:impact; color:#fff; text-transform:uppercase}
.abtxt h3{ font-size:40px; color:#fff; margin-top:30px; font-weight:bold}
.abtxt h4{ font-size:25px; color:#fff; margin-top:30px; font-weight:bold; margin-bottom:30px;}
.abtxt p{}


/*内页新闻*/
.nynews_w{width:100%; margin: 0 auto; }    
.nynews-list{width:100%; height:auto; padding:3.2% 3%; margin: 50px auto; box-shadow: 0 0 1px #aaa;box-sizing:border-box; position: relative; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.nynews-date{float: left; width:9%; padding:4% 3% 0 0; text-align: right; font-size: 16px; font-weight: bold; font-family: sans-serif; color:#999; }
.nynews-date b{ font-size: 34px;  color:#000; line-height:40px;}
.nynews-photo{float: left; width:20%; height: auto; overflow: hidden;height:160px;  display: flex;justify-content: center;
align-items: center; background:#fafafa }

.nynews-photo img{ transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;max-height:160px;}
.nynews-content{float: left; width:59%; padding-left:2%;}
.nynews-title{ font-size: 20px; font-weight: bold; color: #222; height:40px; line-height:40px;padding-bottom:0.6vw;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow:hidden;}
.nynews-text{ font-size: 15px; line-height:28px; color: #666;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden;}
.nynews-more{float: right;width:60px; height: 60px; line-height:60px; margin-top:4%; font-size: 20px; color: #fff; font-family:'黑体'; font-weight: bold; background: #fe0000; border-radius: 100%; text-align: center; transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;} 
.nynews-list:hover{box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3); transform: translateY(-5px); -webkit-transform: translateY(-5px);}
.nynews-list:hover .nynews-photo img{transform: scale(1.05);  -webkit-transform: scale(1.05)}
.nynews-list:hover .nynews-title{color:#fe0000;}
.nynews-list:hover .nynews-more{background: #fe0000; transform: translateX(6px); -webkit-transform: translateX(6px);}
.clear{ clear:both;}

.fanhui{ border-top:5px solid #f2f2f2; margin-top:50px;}
.fanhui ul { padding-top:30px;}
.fanhui ul li{ line-height:30px;width:33%;}
.fanhui ul li:nth-child(3){ text-align:right}
.fanhui ul li:nth-child(2){ text-align:center;  }
.fanhui ul li:nth-child(2) a{ margin:0 auto; color:#fff;background:#fe0000;height:40px; line-height:40px; width:150px; text-align:center; display:block}
.news_xx img{ max-width:60%!important; height:auto!important; text-align:center; margin:0 auto }
.news_xx { text-align:center; }

/*内页联系我们*/
.ditu{ width:50%}
.nylianxi{ width:45%}
.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 20px;}
.rit-box .top-tit h3 {font-size: 20px;font-weight:normal; color:#000; margin-bottom:0px;}
.rit-box .top-tit p {font-size: 15px;color: #999999;}
.rit-box .top-tit p font{ color:#fe0000; font-weight:bold; font-size:25px;}
.city li.on, .city li:hover {background-color: #fe0000;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #fe0000;}
.city li a{ color:#fff}
.city {display: table;margin-top: 15px;}
.kbm{ margin-top:20px;}

/*留言*/
.liuyan{ background:url(../images/liuyan.jpg) no-repeat center; width:100%; margin:0 auto}
.contact_2{ width:1200px; margin:0 auto;overflow:hidden; padding-top:60px; padding-bottom:60px;}
.contact_2 h2{ text-align:center; margin:0 auto; font-size:40px; color:#fff}
.contact_2 h3{ text-align:center; margin:0 auto; font-size:18px; color:#fff; margin-bottom:50px;}
.contact_2_1{margin-top:2.5em;}
.contact_2_1 ul li{ margin-bottom:10px;float:left; width:49%;}
.contact_2_1 ul li:nth-child(2),.contact_2_1 ul li:nth-child(4){float:right}
.contact_2_1 ul li:nth-child(5){width:100%;}
.contact_2_1_mid{background-color:#fff; border:1px #e7e7e7 solid; padding:0.8em 1em; width:87%}
.teshuw{ width:93.8%}
.contact_2_1_mid input{
border:none!important; background:none!important; width:100%; font-size:16px;outline:none;}
.contact_2_1_mid textarea{
border:0; background:none; font-size:16px;outline:none;}
.tixing{padding-left:10px; line-height:50px;}

.anniu2{ border:0PX;
font-size:1.125em; display:inline-block; color:#fff; background-color:#222; width:10.55555555555556em; line-height:2.777777777777778em; color:#fff; text-align:center;}
.anniu2 {margin-bottom:1.5em; margin-top:1.5em;}
.anniu2:hover{background-color:#999;}

/*荣誉资质*/
.honor ul li{text-align:center;float:left;display:inline;width:22.5%; margin-left:1%; margin-right:1%;height:260px; overflow:hidden;background:#fff; border:1px dotted #ccc;  border-radius:5px;box-shadow:0px 10px 10px 0px rgba(0,0,0,.1); margin-bottom:30px; padding-top:10px;}
.honor ul li span{line-height:22px;display:block;background:#FFF; text-align:center; padding-top:20px; font-size:15px; height:44px; color:#555}

.zu11{width:100%; height:190px; overflow:hidden; display: flex;justify-content: center;align-items: center;}
.zu11 img{ -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; max-height:100%; max-width:90% }
.honor ul li:hover img{ transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1); -moz-transition:scale(1.1,1.1); -o-transition:scale(1.1,1.1);}
.honor ul li:hover span{ color:#fe0000}


/*工程案例*/
/*========================== case ==========================*/
.case {
    padding: 0 10px 100px 10px;
}
.case-content {
    margin: 15px 0 30px 0;
}
.case-content .item-box {
    display: block;
    width: 345px;
    margin: 30px auto;
}
.case-content .item-box .img-box {
    width: 345px;
    height: 345px;
    border: 1px solid #f2f2f2;
    position: relative;
}
.case-content .item-box .img-box .mask2 {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fe0000 url("../images/case-enlarge.png") no-repeat center center;
    -webkit-background-size: 17px 17px;
    background-size: 17px 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.case-content .item-box .caption {
    height: 25px; text-align:center;
    margin-top: 10px;
    padding-left: 15px;
    overflow-y: auto;
    line-height: 25px;
    color: #757575; font-size:15px;
    word-break: break-all;
    position: relative;
}
/*
.case-content .item-box .caption:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #fe0000;
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
.case-content .item-box:hover .img-box .mask2 {
    width: 100%;
    height: 100%;
    background: rgba(254, 0, 0, .49) url("../images/case-enlarge.png") no-repeat center center;
    -webkit-background-size: 34px 34px;
    background-size: 34px 34px;
}

.col-xs-6{ width:30%; margin-left:1.5%; margin-right:1.5%; float:left;}

@media (max-width: 1499px) {
    .case-content .item-box {
        width: 100%;
    }
    .case-content .item-box .img-box {
        width: 100%; height:260px;  display: flex;justify-content: center;
align-items: center; overflow:hidden
    }
	 .case-content .item-box .img-box  img{ width:100%; max-height:260px;object-fit: cover;}
}
@media (max-width: 1399px) {
    .case-content .item-box {
        width: 300px;
    }
    .case-content .item-box .img-box {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 1299px) {
    .case-content .item-box {
        width: 275px;
    }
    .case-content .item-box .img-box {
        width: 275px;
        height: 275px;
    }
}
@media (max-width: 1199px) {
    .case {
        padding: 0 10px 90px 10px;
    }
    .case-content .item-box {
        width: 225px;
        margin: 25px auto;
    }
    .case-content .item-box .img-box {
        width: 225px;
        height: 225px;
    }
    .case-content .item-box .img-box .mask2 {
        width: 33px;
        height: 33px;
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
    }
    .case-content .item-box .caption {
        margin-top: 8px;
        font-size: 14px;
    }
    .case-content .item-box:hover .img-box .mask2 {
        -webkit-background-size: 32px 32px;
        background-size: 32px 32px;
    }
    .more-btn {
        width: 325px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .case {
        padding: 0 10px 80px 10px;
    }
    .case-content .item-box {
        width: 230px;
        margin: 20px auto;
    }
    .case-content .item-box .img-box {
        width: 230px;
        height: 230px;
    }
    .case-content .item-box .img-box .mask2 {
        width: 32px;
        height: 32px;
        -webkit-background-size: 15px 15px;
        background-size: 15px 15px;
    }
    .case-content .item-box .caption {
        margin-top: 6px;
        font-size: 13px;
    }
    .case-content .item-box:hover .img-box .mask2 {
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px;
    }
    .more-btn {
        width: 275px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .case {
        padding: 0 10px 70px 10px;
    }
    .case-content {
        margin: 10px 0 25px 0;
    }
    .case-content .item-box {
        width: 210px;
        margin: 15px auto;
    }
    .case-content .item-box .img-box {
        width: 210px;
        height: 210px;
    }
    .case-content .item-box .img-box .mask2 {
        width: 30px;
        height: 30px;
        -webkit-background-size: 14px 14px;
        background-size: 14px 14px;
    }
    .case-content .item-box .caption {
        margin-top: 4px;
        font-size: 12px;
    }
    .case-content .item-box:hover .img-box .mask2 {
        -webkit-background-size: 28px 28px;
        background-size: 28px 28px;
    }
    .more-btn {
        width: 225px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .case {
        padding: 0 10px 60px 10px;
    }
    .case-content .item-box {
          width: 162px;
          margin: 10px auto;
      }
    .case-content .item-box .img-box {
        width: 162px;
        height: 162px;
    }
    .more-btn {
        width: 200px;
    }
}
@media (max-width: 369px) {
    .case-content .item-box {
        width: 142px;
    }
    .case-content .item-box .img-box {
        width: 142px;
        height: 142px;
    }
    .case-content .item-box .caption {
         padding-left: 0;
     }
    .case-content .item-box .caption:before {
       display: none;
    }
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}

/*产品列表*/
  .itemList{ margin-top:50px; }
  .itemList li{background:#fff;text-align: center;padding: 1.5%;float: left;width: 20%;margin-left:1%; margin-right:1%;margin-bottom:3%;box-shadow:0 0 20px rgba(51,51,51,.1); transition: 0.3s;-webkit-transition: 0.3s;-ms-transition: 0.3s;}
  .itemList li:hover{ transform: translateY(-10px);-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);}
  .itemList li:nth-child(4n){margin-right:0;}
  .itemList li .imgBox{height: 285px;overflow:hidden; display:flex; align-items: center;justify-content:center}
  .itemList li .imgBox img{ max-width:100%;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s; }
  .itemList li h5{font-size:18px;line-height:1;font-weight:normal;height: 40px;line-height:40px; overflow: hidden; text-overflow:ellipsis ; margin-top: 8px;white-space: nowrap; }
  .itemList li p{font-size:16px;line-height:24px;color: #999;}
  .itemList li:hover .imgBox img{transform:scale(1.1);}
  .itemList li:hover h5{ color:#fe0000}
.moreproD{padding: 3% 0;}
.moreproD h1{line-height:70px;font-size:24px;font-weight:normal;border-bottom:1px solid #dfdfdf;position: relative;margin-bottom:3%;}
.moreproD h1 span{border-bottom:2px solid #00a0d9;display: inline-block;}
.moreproD li{float: left;width: 31.5%;margin-right:2.75%;height: 120px;position: relative;display: table;border-radius:8px;overflow:hidden;background:#f8f8f8;}
.moreproD li:nth-child(3n){margin-right:0;}
.moreproD li .BGimg{width: 100%;position: absolute;top: 0;left: 0;opacity: 0;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.moreproD li a{display: table-cell;vertical-align: middle;}
.moreproD li a .conBox{position: relative;text-align: center;}
.moreproD li a .conBox span{font-size:18px;font-weight:bold;color: #00377a;margin-left:3%;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.moreproD li:hover .BGimg{opacity: 1;}
.moreproD li:hover a .conBox span{color: #fff;}
.moreproD li:hover a .conBox img{filter: brightness(100);}


.smiao{ margin-top:30px; opacity:0.8;
line-height: 30px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
overflow: hidden; max-height:210px;}

.tt { width:100%; margin:5% 0px; display:flex; justify-content: space-between;}
.tt a .tt1 { width:190px; background:#01a23b; border-radius:5px; overflow:hidden; text-align:center; font-size:16px; color:#fff; line-height:60px;border:1px solid #01a23b;  }
.tt a:nth-child(2) .tt1 { background:#f4f4f4 !important; border:1px solid #01a23b; color:#01a23b;}
a .tt1_ewm { display: none; transition: all .4s; width:190px; height:190px; padding:7px; background:#f4f4f4; box-shadow:5px 5px 5px 5px rgba(0,0,0,.2); position:absolute; z-index:111  }
a .tt1_ewm img { width:100%; height:100%; margin:0px; padding:0px;}
a:hover .tt1_ewm { display: block; }



.nyabout{ width:100%; background:url(../images/nyabout.jpg) no-repeat center  ; height:400px; margin:0 auto}
.nynews{ width:100%; background:url(../images/nynews.jpg) no-repeat center  ; height:400px; margin:0 auto}
.nypro{ width:100%; background:url(../images/nypro.jpg) no-repeat center  ; height:400px; margin:0 auto}
.nycase{ width:100%; background:url(../images/nycase.jpg) no-repeat center  ; height:400px; margin:0 auto}
.nycon{ width:100%; background:url(../images/nycon.jpg) no-repeat center  ; height:400px; margin:0 auto}

.nyjoin{ width:100%; background:url(../images/nyjoin.jpg) no-repeat center  ; height:400px; margin:0 auto}
.nyhonor{ width:100%; background:url(../images/nyhonor.jpg) no-repeat center  ; height:400px; margin:0 auto}


/*翻页*/
.contentPage{text-align:center; margin:0px 3px; padding:0px; padding-top:15px;color: #555; line-height: 30px; text-decoration: none; clear:both; }
.contentPage a:link {color: #555; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #555; font-weight: normal;}
.contentPage a:visited {color: #555; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #555; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#555;font-weight:normal;}
.contentPage .current{color:#555; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #555; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}



@media screen and (max-width: 640px) {
.pc_daohang{ display:none}
.wap_daohang{ display:block}
.wap_foot{ display:block}
.index-page .solution-more-slide .hd .text h3 {
    font-size: 16px!important;
    margin-bottom: 11px!important;
    font-weight: 400!important;
    text-align: center!important;
}
.index-page .solution-more-slide .hd .text p { display:none !important;}
.index-page .solution-more-slide .hd li i{ display:none !important;}
.index-page .solution-more-slide .hd ul {
    margin-top:0px!important;
    width: 100%!important;
    float: left!important;
}

.index-page .solution-more-slide .hd {
    width: 92%!important;
    position: absolute!important;
    z-index: 2!important;
    background: rgba(255,255,255,0.20)!important;
    box-shadow: 18px 6px 8px 0 rgba(0,0,0,0.20)!important;
     height: auto!important;
    left: 0!important;
    top: 5%!important;
    color: #fff!important;
    margin: 0px 4%!important;
}

.index-page .solution-more-slide .hd li:after { display:none !important;}
.index-page .solution-more-slide .bd { width:100% !important;}
.index-page .solution-more-slide .bd li{ width:100% !important;}

.bd .container{ width:100% !important;}
.index-page .solution-more-slide .bd .inner{ width:100% !important;     padding-top: 35% !important;}
.index-page .solution-more-slide .bd .zuo {
    width: 90%!important;
    float: left!important;
    margin: 0px 5%!important;
}

.index-page .solution-more-slide .bd h2 {
    font-size: 25px!important;
    font-weight: 900!important;
    line-height: 50px!important;
    margin-bottom: 20px!important;
}

.index-page .solution-more-slide .bd .intro { font-size: 16px!important;}
.index-page .solution-more-slide .bd .intro dt{ font-size: 20px!important;}
.index-page .solution-more-slide .bd .btn-wrap a {
    width: 40%!important;
    height: 40px!important;
  
    line-height: 40px!important;
   
    font-size: 15px!important;
  
}

.index-page .solution-more-slide .hd li.on:before {
    width: 100%!important;
     margin-left: 0%!important; 
}
.index-page .solution-more-slide .container { width:100% !important;}

.index-page .solution-more-slide .hd li {
    height: 50px!important;
    line-height: 50px!important;
    padding-top: 0px!important;
   

    width: 25%!important;
    float: left!important;
}

.index-page .solution-more-slide .bd { margin-left:0px !important; }
.index-page .solution-more-slide .hd .text{ float:none!important}
.index-page .solution-more-slide .bd .inner { padding-left:0% !important;}
.index-page .solution-more-slide .bd .example { display:none !important;}
.index-page .solution-more { height:590px !important;}

 .content__right .content__main { top:-3% !important;}

.content__right .content__main {font-size: 3.5vw !important;}
.index-page .solution-more-slide .bd .intro dd { font-size:14px !important;}
.index .pt2_l { width:100% !important;}
.index .pt2_r { width:100% !important; margin-top:2% !important;}
.index .pt2 .inner_box .tit {
    font-size: 18px!important;
    line-height: 1!important;
    height: 0!important;
    overflow: hidden;
    margin-bottom: 15px!important;
}

.wd1300{width:95%;padding-top:50px; padding-bottom:50px;}

.alogo img{ height:100px;}
.wenzi { text-align:center;margin:0 auto;}
.wenzi h2{ font-size:27px; color:#000; margin-top:20px;}
.wenzi h2 span{ padding-left:10px; padding-right:10px;}
.wenzi h3{ font-size:25px; color:#333333;margin-top:35px;}
.wenzi .wmiao{ color:#949494; font-size:16px; line-height:30px; text-align:center; width:100%; margin:0 auto; margin-top:35px; }



/*首页公司简介*/
.index_about{ width:100%;display: block; height:auto;}
.about_left{ width:100%; flex: 1;align-self: stretch;position: relative; display:none }
.about_left video{min-height:auto;  }
.about_right{ width:100%; background:#82694a; flex: 1;display: flex;}
.aboutxx{ padding:9% 9% 9% 9%; color:#fff;}
.aboutxx h2{ font-family:impact; font-size:40px;}
.aboutxx h3{ font-size:30px; font-weight:bold}
.aline{ background:#fff; height:2px; width:80px; margin-top:10px;}
.abnr{ line-height:28px; font-size:15px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:6;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:40px; margin-bottom:30px;}
.abuu ul li p{ font-size:15px;}
	
	
/*首页产品*/
.wpic img{ height:100px;}
.searcha{width:90%; margin:0 auto; margin-top:50px;height:52px; padding-left:10px; padding-right:0px; background:#f6f6f6; border-radius:5px; overflow:hidden}
.searcha .fl{ width:75%}
.searcha .fr{ float:right; width:20%; overflow:hidden}
.searcha .fr img{ height:52px; width:100%}
#search_logo{object-fit: cover; height:52px; width:100%}


.index_pro{ min-height:auto;}
.tabmenu {width:100%;height:35px;}
.tabmenu li { width:15%; height:35px; line-height:35px;font-size:15px; border-radius:5px; }
.tabmenu .cli {width:15%;height:35px;line-height:35px;}
#tabcontent ul {margin:0;list-style-type: none; margin-top:40px;}
#tabcontent ul li{ padding:1%; float:left; width:30%; margin-left:1.5%; margin-right:1.5%; background:#fff; border-radius:5px;}
#tabcontent ul li .pro_pic{ width:100%;display: flex;justify-content: center;align-items: center; overflow:hidden}
#tabcontent ul li h2{ font-size:15px; padding-top:10px; color:#333;}
#tabcontent ul li .pro_pic  img{ width:100%;object-fit: cover;max-width:100%;max-height:100px;  height:100px;}





/*首页新闻*/
.index_news .wenzi{ padding-bottom:40px;}
.news_zuo{ width:100%;}
.news_pic{ width:100%; height:auto;  display: flex;justify-content: center;align-items: center; overflow:hidden}
.news_pic  img{max-width:100%;max-height:auto; transition: all 0.8s; display:block;width:100%;object-fit: cover;}

.news_ms{ background:#776a5a; padding:30px; color:#fff;}
.news_top span{ font-size:16px; padding-right:10px;}
.news_zuo h2{ font-size:20px;}
.news_zuo .news_miao{ font-size:16px;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; margin-top:15px; margin-bottom:15px;}
.news_you{ width:100%; margin-top:30px;}
.news_you ul li{ float:left; width:48.5%; margin-bottom:16px;}
.news_you ul li:nth-child(2n){ float:right}
.news_you .news_msy{ background:#232324; padding:25px; color:#fff;}
.news_xpic{ width:100%; height:110px;  display: flex;justify-content: center;align-items: center; overflow:hidden}
.news_xpic  img{ width:100%;object-fit: cover;max-width:100%;max-height:110px; transition: all 0.8s; display:block}



.fmenu { display:none;}
.fpro{ display:none}
.fbt{ font-size:20px; color:#fff; font-weight:bold; margin-bottom:15px;}
.fmenu ul li{ line-height:40px;}
.fmenu,.fpro{ width:18%}
.foot a{ color:#cfcfcf}
.fpro ul li{ line-height:40px;}

.ewm { display:none}
.banquan{ width:95%; margin:0 auto; padding-top:20px; padding-bottom:20px; line-height:30px;}
.banquan .fl{ float:none; text-align:center}
.banquan .fr{ float:none; text-align:center; font-size:15px;}
.banquan .fr p{ text-align:center}
a.zzb07link {font-size: 15px;}
a.zzb07link {font-size: 15px;}
.zzb07tail {
    font-size: 15px;
  
}
/*内页*/
.nymain{ width:95%; padding-top:50px; padding-bottom:50px;}
.nymenu{border-bottom:0px #d9d9d9 solid; margin:0px 0px 0px; box-shadow:0px 6px 6px rgba(0,0,0,.05); }
.nymenu_mid ul li{ border-left: #e5e5e5 1px solid;width: 100%;text-align: center;vertical-align: top;}
.nymenu_mid ul li:last-child{ border-left:0px solid #d1d1d1;}

.nymenu_mid ul{ margin:0 auto;display: flex; width: 100%;}
.nymenu_mid_s{ text-align:center}
.nymenu_mid_s ul li {float: none;display: inline-block;}
.nymenu_mid ul li a{ padding:0.7em 0;display:inline-block; font-size:1.25em; position:relative; }

.nymenu_mid ul li a{display: block;position: relative;font-size: 15px;color: #555;}
.nymenu_mid ul li a:after{content: '';display: block;width: 100%;height: 2px;background:#fe0000;position: absolute;bottom: -1px;left: 0;transition: 0.4s ease-out;
transform: scaleX(0);}
.nymenu_mid ul li:hover a:after,.nymenu_mid ul li.active a:after{transform: scaleX(1);}
.nymenu_mid ul li:hover a,.nymenu_mid ul li.active a{color: #fe0000; font-weight: 700;}

.nymenu ul li:hover a{color: #fe0000; font-weight: 700;}
.nymenu ul li .active{color: #fe0000; font-weight: 700;}
.nymenu_mid p { display: none;}

.ny_wenzi{ text-align:center; border-bottom:#e3e3e3 solid 1px; margin:0 auto; }
.ny_wenzi h2{ font-weight:normal; margin-bottom:30px;text-align:center; font-size:30px; color:#333; }
.ny_wenzi h3{ font-weight:normal; margin-top:-20px; margin-bottom:30px; font-size:16px;}
.nyline{ background:#fe0000; height:2px; margin:0 auto; width:70px;}

.neirong{ margin-top:60px; line-height:30px; min-height:400px!important;}

/*内页公司简介*/
.abcon{ width:100%;display: block;align-items: stretch;margin-bottom:40px;}
.abtu{ width:100%; flex: 1;align-self: stretch;position: relative;}
.abtu img{ width:100%;object-fit: cover; height:auto;}
.abtxt{width:80%;background:#82694a; color:#fff; padding:10%;}
.abtxt h2{ font-size:40px; font-family:impact; color:#fff; text-transform:uppercase}
.abtxt h3{ font-size:30px; color:#fff; margin-top:30px; font-weight:bold}
.abtxt h4{ font-size:20px; color:#fff; margin-top:30px; font-weight:bold; margin-bottom:30px;}
.abtxt p{}



/*内页新闻*/
.nynews_w{width:100%; margin: 0 auto; }    
.nynews-list{width:100%; height:auto; padding:3.2% 3%; margin: 50px auto; box-shadow: 0 0 1px #aaa;box-sizing:border-box; position: relative; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.nynews-date{float: left; width:100%; padding:4% 3% 0 0; text-align: left; font-size: 16px; font-weight: bold; font-family: sans-serif; color:#999; }
.nynews-date b{ font-size: 34px;  color:#000; line-height:40px;}
.nynews-photo{float: left; width:100%; height: auto; overflow: hidden;height:160px;  display: flex;justify-content: center;
align-items: center; background:#fafafa }

.nynews-photo img{ transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;max-height:160px; width:100%;object-fit: cover;}
.nynews-content{float: left; width:100%; padding-left:0%;}
.nynews-title{ margin-top:20px; font-size: 18px; font-weight: bold; color: #222; height:40px; line-height:40px;padding-bottom:0.6vw;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow:hidden;}
.nynews-text{ font-size: 15px; line-height:28px; color: #666;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden;}
.nynews-more{ display:none;} 



.fanhui{ border-top:5px solid #f2f2f2; margin-top:50px;}
.fanhui ul { padding-top:30px; display:block}
.fanhui ul li{ line-height:30px;width:100%; text-align:center}
.fanhui ul li:nth-child(3){ text-align:center}
.fanhui ul li:nth-child(2){ text-align:center;  }
.fanhui ul li:nth-child(2) a{ margin:0 auto; color:#fff;background:#fe0000;height:40px; line-height:40px; width:150px; text-align:center; display:block}
.news_xx img{ max-width:60%!important; height:auto!important; text-align:center; margin:0 auto }
.news_xx { text-align:center; }

/*内页联系我们*/
.neilian{display: flex; width:100%;
flex-wrap: wrap;
flex-direction: column-reverse;}
.ditu{ width:100%; margin-top:30px;}
.nylianxi{ width:100%}
.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 20px;}
.rit-box .top-tit h3 {font-size: 20px;font-weight:normal; color:#000; margin-bottom:0px;}
.rit-box .top-tit p {font-size: 15px;color: #999999;}
.rit-box .top-tit p font{ color:#fe0000; font-weight:bold; font-size:25px;}
.city li.on, .city li:hover {background-color: #fe0000;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #fe0000;}
.city li a{ color:#fff}
.city {display: table;margin-top: 15px;}
.kbm{ margin-top:20px;}

/*留言*/
.liuyan{ background:url(../images/liuyan.jpg) no-repeat center; width:100%; margin:0 auto}
.contact_2{ width:95%; margin:0 auto;overflow:hidden; padding-top:60px; padding-bottom:60px;}
.contact_2 h2{ text-align:center; margin:0 auto; font-size:30px; color:#fff}
.contact_2 h3{ text-align:center; margin:0 auto; font-size:16px; color:#fff; margin-bottom:50px;}
.contact_2_1{margin-top:2.5em;}
.contact_2_1 ul li{ margin-bottom:10px;float:left; width:100%;}
.contact_2_1 ul li:nth-child(2),.contact_2_1 ul li:nth-child(4){float:right}
.contact_2_1 ul li:nth-child(5){width:100%;}
.contact_2_1_mid{background-color:#fff; border:1px #e7e7e7 solid; padding:0.8em 1em; width:83%}
.teshuw{ width:93.8%}
.contact_2_1_mid input{
border:none!important; background:none!important; width:100%; font-size:16px;outline:none;}
.contact_2_1_mid textarea{
border:0; background:none; font-size:16px;outline:none;}
.tixing{padding-left:10px; line-height:50px;}

.anniu2{ border:0PX;
font-size:1.125em; display:inline-block; color:#fff; background-color:#222; width:10.55555555555556em; line-height:2.777777777777778em; color:#fff; text-align:center;}
.anniu2 {margin-bottom:1.5em; margin-top:3.5em;}
.anniu2:hover{background-color:#999;}

/*荣誉资质*/
.honor ul li:nth-child(2n){ float:right}
.honor ul li{text-align:center;float:left;display:inline;width:48%; margin-left:0%; margin-right:0%;height:200px; overflow:hidden;background:#fff; border:1px dotted #ccc;  border-radius:5px;box-shadow:0px 10px 10px 0px rgba(0,0,0,.1); margin-bottom:30px; padding-top:10px;}
.honor ul li span{line-height:22px;display:block;background:#FFF; text-align:center; padding-top:0px; font-size:15px; height:44px; color:#555}

.zu11{width:100%; height:160px; overflow:hidden; display: flex;justify-content: center;align-items: center;}
.zu11 img{ -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; max-height:100%; max-width:90% }
.honor ul li:hover img{ transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1); -moz-transition:scale(1.1,1.1); -o-transition:scale(1.1,1.1);}
.honor ul li:hover span{ color:#fe0000}


/*工程案例*/
/*========================== case ==========================*/
.case {
    padding: 0 10px 100px 10px;
}
.case-content {
    margin: 15px 0 30px 0;
}
.case-content .item-box {
    display: block;
    width: 345px;
    margin: 30px auto;
}
.case-content .item-box .img-box {
    width: 345px;
    height: 345px;
    border: 1px solid #f2f2f2;
    position: relative;
}
.case-content .item-box .img-box .mask2 {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fe0000 url("../images/case-enlarge.png") no-repeat center center;
    -webkit-background-size: 17px 17px;
    background-size: 17px 17px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.case-content .item-box .caption {
    height: 25px; text-align:center;
    margin-top: 10px;
    padding-left: 15px;
    overflow-y: auto;
    line-height: 25px;
    color: #757575; font-size:15px;
    word-break: break-all;
    position: relative;
}
/*
.case-content .item-box .caption:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #fe0000;
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
}*/
.case-content .item-box:hover .img-box .mask2 {
    width: 100%;
    height: 100%;
    background: rgba(254, 0, 0, .49) url("../images/case-enlarge.png") no-repeat center center;
    -webkit-background-size: 34px 34px;
    background-size: 34px 34px;
}

.col-xs-6{ width:48%; margin-left:0%; margin-right:0%; float:left;}
.col-xs-6:nth-child(2n){ float:right}
@media (max-width: 1499px) {
    .case-content .item-box {
        width: 100%;
    }
    .case-content .item-box .img-box {
        width: 100%; height:260px;  display: flex;justify-content: center;
align-items: center; overflow:hidden
    }
	 .case-content .item-box .img-box  img{ width:100%; max-height:260px;object-fit: cover;}
}
@media (max-width: 1399px) {
    .case-content .item-box {
        width: 300px;
    }
    .case-content .item-box .img-box {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 1299px) {
    .case-content .item-box {
        width: 275px;
    }
    .case-content .item-box .img-box {
        width: 275px;
        height: 275px;
    }
}
@media (max-width: 1199px) {
    .case {
        padding: 0 10px 90px 10px;
    }
    .case-content .item-box {
        width: 225px;
        margin: 25px auto;
    }
    .case-content .item-box .img-box {
        width: 225px;
        height: 225px;
    }
    .case-content .item-box .img-box .mask2 {
        width: 33px;
        height: 33px;
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
    }
    .case-content .item-box .caption {
        margin-top: 8px;
        font-size: 14px;
    }
    .case-content .item-box:hover .img-box .mask2 {
        -webkit-background-size: 32px 32px;
        background-size: 32px 32px;
    }
    .more-btn {
        width: 325px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .case {
        padding: 0 10px 80px 10px;
    }
    .case-content .item-box {
        width: 230px;
        margin: 20px auto;
    }
    .case-content .item-box .img-box {
        width: 230px;
        height: 230px;
    }
    .case-content .item-box .img-box .mask2 {
        width: 32px;
        height: 32px;
        -webkit-background-size: 15px 15px;
        background-size: 15px 15px;
    }
    .case-content .item-box .caption {
        margin-top: 6px;
        font-size: 13px;
    }
    .case-content .item-box:hover .img-box .mask2 {
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px;
    }
    .more-btn {
        width: 275px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .case {
        padding: 0 10px 70px 10px;
    }
    .case-content {
        margin: 10px 0 25px 0;
    }
    .case-content .item-box {
        width: 210px;
        margin: 15px auto;
    }
    .case-content .item-box .img-box {
        width: 210px;
        height: 210px;
    }
    .case-content .item-box .img-box .mask2 {
        width: 30px;
        height: 30px;
        -webkit-background-size: 14px 14px;
        background-size: 14px 14px;
    }
    .case-content .item-box .caption {
        margin-top: 4px;
        font-size: 12px;
    }
    .case-content .item-box:hover .img-box .mask2 {
        -webkit-background-size: 28px 28px;
        background-size: 28px 28px;
    }
    .more-btn {
        width: 225px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .case {
        padding: 0 10px 60px 10px;
    }
    .case-content .item-box {
          width: 162px;
          margin: 10px auto;
      }
    .case-content .item-box .img-box {
        width: 162px;
        height: 162px;
    }
    .more-btn {
        width: 200px;
    }
}
@media (max-width: 369px) {
    .case-content .item-box {
        width: 142px;
    }
    .case-content .item-box .img-box {
        width: 142px;
        height: 142px;
    }
    .case-content .item-box .caption {
         padding-left: 0;
     }
    .case-content .item-box .caption:before {
       display: none;
    }
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}

/*产品列表*/
  .itemList{ margin-top:50px; }
    .itemList li:nth-child(2n){ float:right}
  .itemList li{background:#fff;text-align: center;padding: 1.5%;float: left;width: 45%;margin-left:0%; margin-right:0%;margin-bottom:3%;}


  .itemList li .imgBox{height: 185px;overflow:hidden; display:flex; align-items: center;justify-content:center}
  .itemList li .imgBox img{ max-width:100%;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s; }
  .itemList li h5{font-size:16px;line-height:1;font-weight:normal;height: 40px;line-height:40px; overflow: hidden; text-overflow:ellipsis ; margin-top: 8px;white-space: nowrap; }
  .itemList li p{font-size:16px;line-height:24px;color: #999;}
  .itemList li:hover .imgBox img{transform:scale(1.1);}
  .itemList li:hover h5{ color:#fe0000}
.moreproD{padding: 3% 0;}
.moreproD h1{line-height:70px;font-size:24px;font-weight:normal;border-bottom:1px solid #dfdfdf;position: relative;margin-bottom:3%;}
.moreproD h1 span{border-bottom:2px solid #00a0d9;display: inline-block;}
.moreproD li{float: left;width: 31.5%;margin-right:2.75%;height: 120px;position: relative;display: table;border-radius:8px;overflow:hidden;background:#f8f8f8;}
.moreproD li:nth-child(3n){margin-right:0;}
.moreproD li .BGimg{width: 100%;position: absolute;top: 0;left: 0;opacity: 0;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.moreproD li a{display: table-cell;vertical-align: middle;}
.moreproD li a .conBox{position: relative;text-align: center;}
.moreproD li a .conBox span{font-size:18px;font-weight:bold;color: #00377a;margin-left:3%;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.moreproD li:hover .BGimg{opacity: 1;}
.moreproD li:hover a .conBox span{color: #fff;}
.moreproD li:hover a .conBox img{filter: brightness(100);}


.smiao{ margin-top:30px; opacity:0.8;
line-height: 30px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
overflow: hidden; max-height:210px;}

.tt { width:100%; margin:5% 0px; display:flex; justify-content: space-between;}
.tt a .tt1 { width:190px; background:#01a23b; border-radius:5px; overflow:hidden; text-align:center; font-size:16px; color:#fff; line-height:60px;border:1px solid #01a23b;  }
.tt a:nth-child(2) .tt1 { background:#f4f4f4 !important; border:1px solid #01a23b; color:#01a23b;}
a .tt1_ewm { display: none; transition: all .4s; width:190px; height:190px; padding:7px; background:#f4f4f4; box-shadow:5px 5px 5px 5px rgba(0,0,0,.2); position:absolute; z-index:111  }
a .tt1_ewm img { width:100%; height:100%; margin:0px; padding:0px;}
a:hover .tt1_ewm { display: block; }



.nyabout{ background-size:150%;height:150px;}
.nynews{ background-size:150%;height:150px;}
.nypro{ background-size:150%;height:150px;}
.nycase{ background-size:150%;height:150px;}
.nycon{ background-size:150%;height:150px;}

.nyjoin{ background-size:150%;height:150px;}
.nyhonor{ background-size:150%;height:150px;}




.tbottom{ height:0.7rem;}
#BottomNav { background-color:#333; bottom: 0;
    height: 4.5em;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 39999; box-sizing:border-box; 
}
#BottomNav ul li {
    float: left;
    box-sizing:border-box;
    text-align: center;
    width: 20%; padding-top:0.7em;
}


#BottomNav ul li a {
    color: #fff;
    display: block; 
    


}


#BottomNav ul li a div {
    font-size:14px; padding-bottom:0.7rem; padding-top:0.3em;
}
#BottomNav .a {
    background-image: url(../images/shl-a.png);
}
#BottomNav .b {
    background-image: url(../images/shl-b.png);
}
#BottomNav .c {
    background-image: url(../images/shl-c.png);
}
#BottomNav .d {
 background-image: url(../images/vperson.png);
}
#BottomNav .e {
    background-image: url(../images/shl-e.png);
}
#BottomNav .f {
    background-image: url(../images/shl-f.png); 
}
#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;

    margin: 0 auto; height:30px;
    background-size: auto 2em;
	
}


	.m-header {
 height:60px;
  width: 100%;
  background: #ffffff; z-index:999999999
}
.sousuo{ background:url(../images/wap_sea.png) no-repeat center;text-align: center;
background-position: center center;
background-size: auto 30px; height:45px; margin-top:7px;}


.m-header.cur {
  position: absolute;
}
.ce-table .table-bot .item .i{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}
.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
}

.m-header .w-header {
  position: relative;
  padding: 0 10px;
  padding-right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 444444444444;
  height: 60px;
  box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.glasslist-list .items .words .p span{
  font-size: 150%;
  color:#0aadb1;
}

.m-header .welcome-a {
  float: left;
 /* width: 50%;*/
  height: 100%; margin-top:0px;
  /*
  line-height: 48px;
  position: relative;*/
}

.m-header .welcome-a img {
  max-height: 100%;top:10px;
/*  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;*/
}

.m-header .search-cover {
  float: right;
  width: 50px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .uio {
  float: right;
  height: 100%;
  width: 65px;
  border-left: 0px solid #e1e1e1;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}
.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;  font-size: 14px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.m-header .nav-btn {
    position: absolute;
    right: 21px;
    top: 50%;
    width: 22px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -8px;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333333;
  left: 0;
  border-radius: 4px;
}

.m-header .nav-btn .line1 {
  top: 0px;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 7px;
}

.m-header .nav-btn .line3 {
  bottom: 0px;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 6px;
}

.nav0 {
  position: relative;
  border-left: 1px solid #e1e1e1;
  cursor: pointer;
}
.nav0:hover .nav-btn .line {
  background: #059ea0;
  transition: .5s ease-in-out;
}

.nav0 .nav-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 12px;
  vertical-align: middle;
  cursor: pointer;
  bottom: 0;
  right: 0;
  margin: auto;
}

.nav0 .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: .5s ease-in-out;
  left: 0;
  border-radius: 4px;
}

.nav0 .nav-btn .line1 {
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.nav0 .nav-btn .line2 {
  top: 5px;
}

.nav0 .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.nav0 .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.nav0 .nav-btn.hover .line {
  left: 6px;
}


.m-header .sub-menu {
  width: 100%;
  height: 100%;
  padding: 14px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 45px;
  background-color: white;
  z-index: 1999999990;
  color: #666;
  overflow-y: auto;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}
.m-header .sub-menu li .sub-tit .tu-box {
  padding: 13px 0;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  position: relative;
}
.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%; text-transform:uppercase;
  box-sizing: border-box;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}
.m-header .sub-menu .tit a {
  color: #666;
}

.menu-text {
  text-align: center;
  margin-top: 35px;
}
.menu-text .li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2f2f2;
  line-height: 50px;
  margin: 0 15px;
}
.menu-text .li img {
  width: 23px;
  display: inline-block;
}

.case-ul.w1480 {
  line-height: 1;
  font-size: 1px;
  /*margin-top: -32px;*/
  margin-bottom: 52px;
}

.headsearch-box {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
  touch-action: none;
}

.headsearch-box input[type="text"] {
  text-align: center; color:#fff;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}

.headsearch-box input[type="submit"] {
  position: absolute;
  text-indent: -9999px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  width: 35px;
  background: url(../images/ser-black.png) no-repeat center;
}

.headsearch-box input {
  border: none;
  background: none;
  outline: none;
}

.headsearch-box .x-box .x-o {
  position: absolute;
  right: 0;
  top: 10%;
  cursor: pointer;
}

.headsearch-box .x-box {
  /*height:960px;*/
  width: 1200px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.headsearch-box .x-p {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  line-height: 110px;
  border-bottom: 1px solid #606060;
  font-size: 24px;
  color: #606060;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%; text-transform:uppercase;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on.on .btn-v {
  background: url(../images/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: right;
  margin-right: 16px;
  margin-top: 0;
  background: url(../images/img5.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 1.5%;
  display: none;
  background: #f2f2f2;
}

.m-header .sub-menu .sec-list p {
  background-size: 8px auto;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.m-header .sub-menu .sec-list p:nth-child(1) {
  border-top: none;
}

.m-header .sub-menu .sec-list a { text-transform:capitalize;
  padding-left: 21px;
  color: #888;
  display: block;
}

.bocweb-header.ff {
  background: #ffffff;
}

.imgd {
  position: relative;
}
.imgd img {
  display: block;
  vertical-align: middle;
}
.imgd .i1, .imgd .i2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.nav-pro {
  position: relative;
}

.search-close.show {
  transform: scale(1);
  z-index: 3;
}

.header-search-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 36px;
  height: 43px;
  background: url(../images/ser-black.png) no-repeat center;
  border: none;
  box-sizing: border-box;
}

.hide1, .hide1.header.active {
  transform: scale(0) !important;
  opacity: 0;
  transition: .6s ease-in-out;
  transition-duration: .5s;
}

.search-close {
  position: absolute;
  z-index: -1;
  display: block;
  right: -1.5rem;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background:url(../images/close2.png) no-repeat center;
  background-size: 24px !important;
  cursor: pointer;
  transition-duration: .5s;
  transform: scale(0);
}

.header-search-wrap {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 600px;
  height: 44px;
  margin-left: -300px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  line-height: 44px;
  transition: all 0.5s;
  /*background: #fff;*/
  padding-right: 50px;
}

.header-search-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 36px;
  height: 43px;
  background: url(../images/ser-black.png) no-repeat center;
  border: none;
  box-sizing: border-box;
}

.header-search-wrap .ser-input {
  width: 100%;
  height: 43px;
  position: relative;
  border: none;
  background: none;
  box-sizing: border-box;
  text-indent: 20px;
}





.header {
  width: 100%;
  color: #4c4c4c;
  top: 0;
  left: 0;
  height: 70px;
  background: #ffffff;
  transition: .5s ease-in-out;
  line-height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .nav-btn .line {
  background: #353535;
}
.header.active {
  color: #fff;
  position: fixed;
  background: transparent;
}
.header.active .nav0 {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.active a {
  color: #ffffff;
}
.header.active .icon-sousuo {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.active .bocweb-logo .i0 {
  opacity: 1;
}
.header.active .bocweb-logo .i1 {
  opacity: 0;
}
.header.active .navleft-ul .li .imgd .i0 {
  opacity: 1;
}
.header.active .navleft-ul .li .imgd .i1,
.header.active .navleft-ul .li .imgd .i2 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i0, .header.active .navleft-ul .li.active .imgd .i0 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i2, .header.active .navleft-ul .li.active .imgd .i2 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i1, .header.active .navleft-ul .li.active .imgd .i1 {
  opacity: 1;
}
.header a {
  color: #4c4c4c;
}
.header .bocweb-logo {
  width: 165px;
  height: 70px;
  position: relative;
  margin-right: 60px;
}
.header .bocweb-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .bocweb-logo .i0 {
  opacity: 0;
}
.header .bocweb-logo .i1 {
  opacity: 1;
}
.header .bocweb-navleft {
  padding-left:0px;
  box-sizing: border-box;
}
.header .navleft-ul .li {
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
.header .navleft-ul .li:nth-child(n+2) {
  margin-left: 40px;
}
.header .navleft-ul .li .imgd .i2 {
  opacity: 1;
}
.header .navleft-ul .li .imgd .i0 {
  opacity: 0;
}
.header .navleft-ul .li:hover, .header .navleft-ul .li.active {
  color: #059ea0;
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover span, .header .navleft-ul .li.active span {
  color: #059ea0;
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover .imgd img, .header .navleft-ul .li.active .imgd img {
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover .imgd .i0, .header .navleft-ul .li.active .imgd .i0 {
  opacity: 0;
}
.header .navleft-ul .li:hover .imgd .i2, .header .navleft-ul .li.active .imgd .i2 {
  opacity: 0;
}
.header .navleft-ul .li:hover .imgd .i1, .header .navleft-ul .li.active .imgd .i1 {
  opacity: 1;
}
.header .navleft-ul .li .imgd {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.header .navleft-ul .li.li2 .imgd {
   
    top: 4px;
   
}
.header .navleft-ul .li .imgd img {
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li {
  float: left;
}
.header .bocweb-nav .nav-li .li-top {
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li:hover .li-top, .header .bocweb-nav .nav-li.active .li-top {
  color: #059ea0;
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li:nth-child(n+2) {
  margin-left: 95px;
}
.header .bocweb-nav .nav0 {
  width: 80px;
  height: 70px;
}




.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  transition: .5s ease-in-out;
}






 .headsearch-box .x-box {
    width: 90%;
  }

  .headsearch-box .x-p {
    width: 100%;
  }

.mbox {
    display: block!important;
  }

  .maintain-tip .img {
    width: 160px;
  }

  .icon-sousuo {
    width: 40px;
  }

	}