@charset "UTF-8";

body{margin: 0; padding: 0;padding-top:0px; font-size: 14px; font-family:"Microsoft YaHei","SourceHanSansCN-Regular";overflow-x: hidden;background: #fff;}
ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, hr, img, div, label, span, p, table, tr, td{margin: 0; padding: 0; list-style: none; border: 0;}
ol,ul{margin-bottom: 0;}
.h1, .h2, .h3,.h5, h1, h2, h3,h5{margin-top: 0; margin-bottom: 0}
.h4, .h5, .h6, h4, h5, h6{margin-top: 0; margin-bottom: 0;}
a{-webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-decoration: none;outline: none !important;}
.trs{-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
*{margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box;outline: 0px;}
img{vertical-align: middle;max-width:100%;}
a:focus, a:hover{text-decoration: none !important;}
i,em{display: block; font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{content: ""; display: block; clear: both;}
.scale-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
   transition: all .8s ease 0s;
}
.scale-img:hover img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.wrapper,.container,.wrapper2{width:100%;margin-left: auto;margin-right: auto;position: relative;}
.container{padding-top:95px;max-width:1920px;margin-left: auto;margin-right: auto;}
.wrapper{width: 1400px;/* border:solid 1px blue; */}
.wrapper2{width: 1000px;/* border:solid 1px blue; */}
.header{height: 95px;background:#a93235;position: absolute;left:0px;top: 0px;width:100%;z-index: 999;}
.header .wrapper{height:100%;position: relative;}
.logo{height:80px;position: absolute;left:0px;top:50%;margin-top:-40px;}
.navmenu{display: flex;flex-direction: row;justify-content: flex-end;}
.navmenu li{float: left;margin-right: 69px;line-height:95px;position: relative;}
.navmenu li:after{content:"";display: block;height:2px;background:#fff;position: absolute;bottom:32px;
left:0%;width:0px;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
.navmenu li:nth-of-type(1):hover:after,.navmenu li:nth-of-type(1).hover:after{}
.navmenu li:hover:after,.navmenu li.hover:after{width:100%;}
.navmenu li:last-of-type{margin-right:0px;}
.navmenu a{font-size: 18px;color: #fff;}
.navmenu li.hover a{font-weight:bold;}

.ellipsis3{
   text-overflow: ellipsis;
   display: -webkit-box!important;
   -webkit-box-orient: vertical;
   overflow: hidden;  
   -webkit-line-clamp: 3;
}
.ellipsis2{
   text-overflow: ellipsis;
   display: -webkit-box!important;
   -webkit-box-orient: vertical;
   overflow: hidden;  
   -webkit-line-clamp: 2;
}
.ellipsis{
   text-overflow: ellipsis;
   display: -webkit-box!important;
   -webkit-box-orient: vertical;
   overflow: hidden;  
   -webkit-line-clamp: 1;
}

/* 解决方案公用 */
.section_index_solution{padding-top: 78px;overflow: hidden;}
.section_solution_content{margin-top: 12px;}
.section_solution_content li{width: 683px;float: left;margin-top:34px;border-radius:8px;overflow: hidden;}
.section_solution_content li:nth-of-type(even){float: right;}
.section_solution_content .scale-img{width:683px;height:344px;}
.solution_txt{position: relative;height:183px;background:#f9f6f5;padding:31px 37px 0px;}
.section_solution_content li:hover .solution_txt{background:#23354d;}
.solution_txt p{font-size: 24px;color:#23354d;text-align: center;}
.solution_txt span{display: block;font-size: 16px;color:#56687d;line-height:24px;margin-top:23px;}
.section_solution_content li:hover  .solution_txt p,.section_solution_content li:hover  .solution_txt span{color:#fff;}



.footer{background: #a93235;}
.footer_copyright{line-height:92px;text-align: center;position: relative;}
.footer_copyright .s1,.footer_copyright a{font-size: 18px;color:#ffffff;padding-right:40px;position: relative;}
.footer_copyright a.s1:nth-of-type(1):after{content:"";display: block;width: 1px;height: 18px;position: absolute;
background:#fff;top:50%;margin-top: -9px;right:20px;
}

/* 面包屑导航 */
.breadcrumbs{line-height: 65px;height: 65px;border-bottom: solid 1px #f3f3f3;}
.breadcrumbs p{  padding-left:23px;  font-size:16px; color: #999999;   background: url(../images/home.png) 0 center no-repeat;}
.breadcrumbs p a{ color: #999999;}
.breadcrumbs p a:hover{ color: #e5404f; }

.search_bar{position:relative;width: 100%;height:66px;border-radius:8px;background:#fff;margin-top:50px;margin-bottom: 17px;}
.search_bar input{background: transparent;width:100%;height:100%;border-radius:8px;display: block;padding-left: 20px;padding-right: 130px;border:0px;outline: 0px;border:solid 1px #dbdbdb;border-right:0px;font-size: 16px;}
.search_bar .search_btn{position: absolute;right:0px;top:0px;line-height:66px;color:#fff;width:165px;font-size: 18px;
background:#e5404f url(../images/search_ico.png) no-repeat 29px center;padding-left: 78px;font-weight: bold;

}
.search_bar input::-webkit-input-placeholder{color:#999999!important;font-size: 18px;}

.selectdiv,#search_bar2 label{width: 158px;height:66px;border:solid 1px #d1d1d1;z-index:99;background:#fff;position: absolute;top:0px;
border-radius:8px 0px 0px 8px;text-align: left;font-size: 18px;line-height:66px;cursor:pointer;
color:#333;padding-left: 32px;
}
.selectdiv .selected{color:#333;margin-bottom:4px;}
.selectdiv .selectval{color:#000;}
.selectdiv .selectval:hover{color: #0352da;}
.search_bar i{z-index:100;display: block;width: 15px;height:66px;background: url(../images/sj_grey.png) no-repeat center;position: absolute;left:118px;top:0px;cursor: pointer;}
.selectdiv.hover{height: 113px;}
.selectdiv .selectval{display: none;}
.selectdiv.hover .selectval{display: block;}
select.diyselect {
  outline:0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../images/sj_grey.png);
    background-position: right 24px center;
    background-repeat: no-repeat;letter-spacing:5px;
    border-radius: 8px;
    color: #333333;
    font-size: 18px;
    height: 66px;
    padding: 0px 24px 0px 23px;
    border-radius: 8px;
    width:184px;display: inline-block;float: left;
    margin-right:23px;
    border:solid 1px #dbdbdb;
}
#search-form{display: flex;margin-top: 50px;}
#search_bar2{width: 982px;margin-top:0px;}
#search_bar2 label{letter-spacing:5px;padding-left: 22px;}
.adcommon{margin:0px auto;}
.menumob{display: none;}
.pcshow{display:block;}
.mobhide{display:none;}
@media screen and (max-width:1500px) {
.wrapper{width: 1200px;}
.navmenu li{margin-right:56px;}
.footer_copyright .s1, .footer_copyright a{font-size: 17px;}
.footer_copyright{line-height: 72px;}
select.diyselect {
  outline:0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url(../images/sj_grey.png);
    background-position: right 9px center;
}

}
@media screen and (max-width:1080px) {
    .pcshow{display:none;}
.mobhide{display:block;}
body{padding-top:0px;}
.container{padding-top:65px;}
.navmenu{display: none;}
.header{height: 65px;box-shadow:0 0 50px 1px #e3dfdf;position: fixed;width:100%;left:0px;top:0px;background:#fff;z-index:999;}
.mobi_navBar{ width:auto;height:100%;right: 3%;position: absolute;top:50%;box-sizing:border-box;cursor:pointer;margin-top: -19px;height: 38px;}
.mobi_top_default{display: none;}
.mm-list > li.lilogo:after{display: none!important;}
.btMainLogo{margin:0px auto 15px;display: block;height: 36px;width: auto;}
#hamburger span,
#hamburger::before,
#hamburger::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color:#287667;
  margin: 8px 0;
  transition: 0.3s;
  text-indent: -999em;
}

.mobi_navBar.current #hamburger::before {
  transform: translate(0, 10px) rotate(-45deg);
}

.mobi_navBar.current #hamburger span {
  opacity: 0;
}

.mobi_navBar.current #hamburger::after {
  transform: translate(0, -10px) rotate(45deg);
}
.logo{left:2%;z-index:99999;position: fixed;top: 16px;margin-top: initial;height:35px!important;margin-bottom:0px!important;}
.wrapper,.wrapper2{width: 94%;}
.breadcrumbs{height: 40px;line-height: 40px;}
.footer_copyright a.s1:nth-of-type(1):after{display: none;}
.footer_copyright .s1, .footer_copyright a{display: block;padding-right:0px;}
.footer_copyright{line-height: 36px;padding:30px 0px;}
.search_bar input::-webkit-input-placeholder{font-size: 15px;}

}