﻿@charset "utf-8";
/* CSS Document */

/**/
.banner {position: relative;overflow: hidden;min-width: 1200px;width: 100%;height:435px;overflow:hidden;}
.bd ul li {width: 100%;overflow: hidden;}
.bd ul li a {display: block;}
.bd ul li img{width:100%;}
.banner p {position: absolute;top: 50%;width: 80px;height: 80px;z-index: 9;margin-top:-40px;}
.banner .prev {left: 80px;}
.banner .next {right: 80px;}



.fullSlides {
    height: 601px;
    position: relative;
    width: 100%;
}
.fullSlides .bd {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 0;
}
.fullSlides .bd ul {
    width: 100% !important;
}
.fullSlides .bd li {
    background-position: center top;
    background-repeat: no-repeat;
    height: 601px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    width: 100% !important;
}
.fullSlides .bd li a {
    display: block;
    height: 601px;
}
.fullSlides .hd {
    bottom: 0;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.fullSlides .hd ul {
    text-align: center;
}
.fullSlides .hd ul li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    line-height: 999px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100px;
}
.fullSlides .hd ul .on {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e0433c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.fullSlides .prev, .fullSlides .next {
    cursor: pointer;
    display: none;
    height: 73px;
    left: 5%;
    margin-top: -30px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    width: 73px;
    z-index: 1;
}
.fullSlides .prev {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("img/Index/left1s.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.fullSlides .next {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("img/Index/right1s.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    left: auto;
    right: 5%;
}

/*标题*/
h2{margin-top:74px;margin-bottom:32px;height:112px;background:url(/images/t_project.png) no-repeat center bottom;}
h2,h2 a{font-size:42px;font-weight:bold;text-align:center;line-height:100%;color:#e60012;}
h2 i{color:#1f1a17;}
h2 span{display:block;font-size:22px;color:#333;line-height:48px;font-weight:normal;}

/*关于我们*/
.us_con {background:url(/images/bg_us.jpg) no-repeat center top; height: 294px;}
.us{overflow:hidden;padding-top:77px;height:216px;}
.us dd{float:left;padding-left:20px;width:428px;}
.us dt{float:right;width:752px;padding-top:30px;}
.us dt h3{background:url(/images/t_about.jpg) no-repeat left center;padding-left:276px;font-size:24px;color:#333;line-height:100%;font-weight:normal;}
.us dt h3 span{display:block;padding-top:5px;font-size:16px;color:#666;}
.us ul{overflow:hidden;margin-top:30px;}
.us ul li{display:block;float:left;text-align:center;font-size:37px;font-weight:bold;line-height:42px;padding:0 27px;}
.us ul li em{color:#d00010;}
.us ul li i{font-size:37px;color:#424242;font-weight:bold;font-family:"宋体";}
.us ul li:nth-child(2) i{font-family:"Microsoft Yahei";}
.us ul li:nth-child(3) i{font-size:44px;}
.us ul li span{display:block;font-size:16px;font-weight:normal;color:#333;line-height:100%;}

/*解决方案*/
.project{background:url(/images/bg_project.jpg) no-repeat top center;height:1276px;}
.project h2 {margin-top: 0; padding-top: 74px;}
.projects{overflow:hidden;}
.projects dl{float:left;width:384px;margin-right:23px;}
.projects dl.nones{margin-right:1px;}
.projects dt {width:384px;height:216px;overflow: hidden;}
.projects dt img{width:384px;height:216px; transition: all 0.3s linear 0s;}
.projects dt img:hover {transform: scale(1.1);}
.projects dd{height:256px;margin-bottom:48px;box-sizing:border-box;padding:20px;background:#fff;box-shadow:1px 1px 1px #dfdfe1;text-align:center;}
.projects dd h4 {padding:9px 0 18px 0;font-size:21px;color:#333;font-weight:normal;border-bottom:1px solid #dedede;}
.projects dd h4 i{font-weight:bold;}
.projects dd h4 em{padding:0 11px;font-weight:bold;font-size:19px;}
.projects dd p{height:100px;padding:14px 0 16px 0;line-height:25px;color:#999;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;}
.projects .p_info{color:#000;font-size:16px;text-align:center;width:132px;height:33px;display:block;margin:0 auto;line-height:33px;border:1px solid #bab8b8;border-radius:4px;}
.projects dl:hover dd h4 a{color:#e60012;}
.projects dl:hover .p_info{color:#e60012;border-color:#e60012;}

/*养护产品*/
.product h2{background-image:url(/images/t_product.jpg);height:116px;margin-top:70px;}
.pro .content{position:relative;}
.pro{height:680px;background:url(/images/pro3.jpg) no-repeat center top;}
.pro1{height:589px;background-image:url(/images/pro1.jpg);}
.pro2{background-image:url(/images/pro2.jpg);}
.pro h3 em{position:absolute;top:-21px;right:0;width:103px;height:142px;text-align: center; background:url(/images/p_ico1.png) no-repeat;color:#fff;font-size:50px;line-height:132px;font-family:Arial;font-weight: normal;}
.pro2 h3 em{left:0;background-image:url(/images/p_ico2.png);}
.pro .pro_con{width:490px;float:right;}
.pro2 .pro_con{width:380px;float:left;text-align:right;}
.pro h3 span{display: block;font-size:38px;color:#cc2129;background:#fff;border:2px solid #cc2129;width:324px;height:66px;line-height:62px;text-align:center;font-weight:normal;margin-top:180px;margin-bottom:86px;}
.pro h3 span i {padding-right: 8px;}
.pro2 h3 span{margin-left:96px;width:284px;margin-top:160px;}
.pro p{font-size:16px;color:#666;line-height:32px;margin-bottom:20px;}
.pro p span {display: block;}
.pro2 p,.pro3 p{padding-top:10px;padding-bottom:8px;}
.pro .more,.pro .ask{display:inline-block;height:33px;line-height:33px;text-align:center;}
.pro .more{width:121px;border:1px solid #000;color:#000;margin-right:17px;}
.pro .ask{width:140px;color:#fff;background:#cc2129;border:1px solid #cc2129;}
.pro .more:hover{color:#fff;background-color:#000;transition:.5s;}
.pro .ask:hover{background:#f2555d;border-color:#f2555d;transition:.5s;}
/*工程案例*/
.case h2{margin-top:103px; height:120px;background-image:url(/images/t_case.jpg);}
.case{background:url(/images/bg_case.jpg) no-repeat center 142px;}
.case .about{position:relative;height:495px;}
.about_con{position:absolute;width:501px;height:180px;top:162px;right:65px;color:#fff;}
.about_con h3{font-size:20px;line-height:100%;}
.about_con p{font-size:15px;line-height:24px;margin:16px 0 30px 0;}
.about_con a{display:block;background:#d90012;border-radius:4px;text-align:center;width:120px;height:33px;line-height:33px;color:#fff;}
.case_con {width:1244px; margin: 0 auto; position: relative; background:#FFF; }
.case_prev{width:23px;height:65px;position:absolute;top:170px;left:-23px;}
.case_next{width:23px;height:65px;position:absolute;top:170px;right:-23px;}

.cases{padding:28px 0;box-sizing:border-box;overflow:hidden;height:470px;background:#fff;}
.cases dl{float:left;width:272px;height:410px;margin-right:13px;padding:8px;border:1px solid #d1d1d1;}
.cases dd{width:272px;height:153px;overflow: hidden;}
.cases dd img{width:272px;height:153px;transition: all 0.3s linear 0s;}
.cases dd img:hover {transform: scale(1.1);}
.cases dt h4{position:relative;font-size:18px;text-align:center;line-height:100%;padding:24px 0;}
.cases dt h4 a{color:#333;overflow: hidden; text-overflow:ellipsis;white-space:nowrap;height:20px; line-height:18px; display:block;}
.cases dt h4:after{content:"";width:56px;height:2px;background:#dd0000;position:absolute;top:53px;left:101px;}
.cases dt p{padding:6px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;color:#999;line-height:22px;margin-bottom:30px;}
.cases dt .moreinfo{display:block;background:url(/images/more.jpg) no-repeat center;width:103px;height:30px;line-height:30px;text-indent:20px;font-size:12px;color:#727272;margin:0 auto;}
.cases dl:hover h4 a {color:#e60012;}
.cases dl:hover .moreinfo{background-image:url(/images/more_hover.jpg);color:#e60012;}

/*4大优势*/
.adv h2{background-image:url(/images/t_adv.jpg); height: 120px;}
.adv {position: relative;}
.adv_prev, .adv_next {display:none;position: absolute;width: 62px;top: 400px;z-index: 9;}
.adv_prev {left: 0;}
.adv_next {right: 0;}
.adv .advli{width:1260px;height:635px;margin:0 auto;}
.adv .advli dl{width:1320px;}
.adv dt{position:relative;float:left;width:394px;height:354px;border:2px solid #f6d9dc;border-right:none;padding-left:42px;padding-top:83px;padding-right:45px;margin-top:70px;}
.adv dt em{position:absolute;top:-49px;left:42px;width:46px;height:73px;background:#b90a0f;font-family:Arial;font-size:31px;line-height:100%;padding-top:40px;text-align:center;color:#fff;}
.adv dt em:after{content:"";width:28px;height:3px;left:9px;bottom:33px;position:absolute;background:#fff;}
.adv dt h3{font-size:28px;color:#d90d0c;line-height:100%;border-bottom:1px dashed #c4c4c4;margin-bottom:24px;}
.adv dt h3 i{color:#333;padding-left:9px;}
.adv dt h3 span{display:block;font-size:18px;color:#18191b;padding:9px 0 18px 0;}
.adv dt p{padding-left:17px;background:url(/images/adv_ico.jpg) no-repeat left 17px;line-height:38px;}
.adv dt p:hover{color:#d90d0c;}
.adv dd{width:837px;height:543px;float:right;}
.adv .switch { float: left;    margin: -3px 30px 0 30px;}
.adv .switch li {cursor: pointer;display:inline-block;*display:inline;zoom:1;width: 10px;height: 10px;margin:0 5px;background: #b4b4b4; border-radius: 5px;}
.adv .switch .on {background: #ab1e23;}
.adv .prev, .adv .next {cursor: pointer; float: left;}
.adv_switch {width: 944px; margin: 0 auto; height: 20px;position: relative; }
.adv_switch .adv_dw {position: absolute;top:-93px; }
/*合作代理*/
.agent{background:url(/images/bg_agent.jpg) no-repeat top center;height:500px;}
.agent .content{text-align:center;padding-top:293px;}
.agent h3{font-size:22px;color:#fff;line-height:100%;margin-bottom:16px;font-weight:normal;}
.agent form{ padding-left: 120px;width: 981px;}
.agent .inp{width:363px;height:38px;line-height:38px;box-sizing:border-box;margin-right:25px;border:none;color:#333;vertical-align:middle; background:#FFF;float:left;}
.agent .inp span{float:left;width:72px;font-size:14px;color:#333;}
.agent .inp input{width:290px; height:38px; line-height:38px; border:0; background:#FFF;}

.agent input::-webkit-input-placeholder{color:#555;word-spacing:10px;}
.agent input::-moz-placeholder{color:#555;word-spacing:10px;}
.agent input:-ms-input-placeholder{color:#555;word-spacing:10px;}
.agent input:-moz-placeholder{color:#555;word-spacing:10px;}

.agent .sub{background:url(/images/btn_submit.png) no-repeat center;width:158px;height:37px;padding-left:0;margin-right:0;line-height:22px;font-size:20px;color:#000;font-weight:bold;padding-bottom:5px;cursor:pointer;}

/*新闻聚焦*/
.news{height:742px;}
.news h2{margin-top:0;background-image:url(/images/t_news.jpg);height:120px;}
.news_nl{width:718px;}
.n_nav{height:43px;border-bottom:1px solid #e6e6e6;margin-bottom:40px;}
.n_nav ul li{float:left;margin-right:65px;}
.n_nav ul li a{font-size:20px;color:#666;display:block;}
.n_nav ul li.cur a{color:#202020;font-weight:bold;}
.n_nav ul li.cur{background:url(/images/n_ico.jpg) no-repeat left 41px;height:46px;}
.n_span a{color:#999;font-family:Arial;font-weight:normal;display:inline-block;text-transform:uppercase;line-height:43px;}
.news_c{overflow:hidden;}
.news_c dl{overflow:hidden;background:#fff;margin-bottom:40px;}
.news_c dl dt{float:left;width:326px;height:169px;}
.news_c dl dt div{width:64px;float:left;}
.news_c dl dt a{width:262px;height:169px;float:right;overflow: hidden;}
.news_c dl dt img{width:64px;height:64px;}
.news_c dl dt a img{width:262px;height:169px;transition: all 0.3s linear 0s;}
.news_c dl dt i{display:block;width:64px;height:64px;background:#f0f0f0;box-sizing:border-box;padding-top:8px;text-align:center;font-size:16px;color:#b7b6b6;line-height:20px;font-family:Arial;}
.news_c dl dt b{display:block;font-size:30px;font-weight:normal;line-height:100%;color:#4e4c4c;}
.news_c dl dd{float:right;width:360px;padding-right:8px;}
.news_c dl dd h4{font-size:16px;padding-top:6px;height:36px;line-height:36px;overflow: hidden; text-overflow:ellipsis;white-space:nowrap;}
.news_c dl dd h4 a{color:#282828;}
.news_c dl dd p{color:#6e6e6e;line-height:26px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;}
.news_c dl dd .news_more{width:27px;height:27px;display:block;background:url(/images/n_ico2.jpg) no-repeat;margin-top:16px;}
.news_c dl:hover a img {transform: scale(1.1);}
.news_c dl:hover h4 a{color:#e60012;}
.news_c dl:hover .news_more{background:url(/images/n_ico3.jpg) no-repeat;}
.news_c ul li{padding-left:17px;background:url(/images/adv_ico.jpg) no-repeat left center;line-height:40px;overflow:hidden;border-top:1px dashed #e3e2e2;}
.news_c ul li:first-child{border-top:none;}
.news_c ul li a{color:#555;}
.news_c ul li a i{ display:block; float:left; width:558px;overflow: hidden; text-overflow:ellipsis;white-space:nowrap;}
.news_c ul li span{color:#c2c1c1;float:right;}
.news_c ul li:hover a,.news_c ul li:hover a span{color:#e60012;}
.faqs{width:431px;overflow:hidden;padding-left:48px;height:510px;overflow:hidden;}
.faqs h3{height:43px;border-bottom:1px solid #e6e6e6;margin-bottom:35px;}
.faqs h3 span{display:inline-block;float:right;line-height:43px;}
.faqs h3 span a{font-weight:normal;font-size:12px;color:#202020;text-transform:uppercase;}
.faqs h3 i{display:inline-block;float:left;background:url(/images/n_ico.jpg) no-repeat left 41px;height:46px;}
.faqs h3 i a{font-size:20px;color:#202020;display:block;}
.faq_c dl{overflow:hidden;line-height:22px;padding:17px 0 15px 35px;border-bottom:1px dashed #d0d0d0;background:url(/images/n_ico4.jpg) no-repeat left 20px;}
.faq_c dl:last-child{border-bottom:none;}
.faq_c dt{height:24px;display:block;overflow:hidden;line-height:18px;font-size:14px;text-overflow:ellipsis;}
.faq_c dt a{color:#333333;}
.faq_c dd{color:#81817c;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;}
.faq_c dl:hover dt a{color:#e60012;}

/*嘉格使命*/
.mission{background:url(/images/bg_mission.jpg) no-repeat center top;height:632px;text-align:center;font-size:20px;color:#000;line-height:27px;}
.mission .content{padding-top:72px;}
.mission .m_info{margin:18px 0 10px 0;}

/*友情链接*/
.links{height:auto;padding-top:15px;box-sizing:border-box;overflow:hidden;background:#000000;}
.links h3{padding-left:35px;float:left;}
.links h3 i{display:inline-block;vertical-align:bottom;font-family:Arial;font-size:18px;font-weight:normal;color:#c6c6c6;}
.links h3 a{display:inline-block;line-height:25px;font-size:18px;color:#bb0406;font-weight:bold;}
.links p{float:right;width:996px;overflow:hidden;}
.links p a{color:#858585;font-size:14px;display:inline-block;padding:0 10px;line-height:25px;z-index:9;}
.links p a:hover{color:#bb0406;}


.pro h3 span {margin-bottom: 24px;}
.pro2 h3 span {margin-bottom:14px;}
.pro3 h3 span {margin-bottom:20px;}
.pro p img {margin-bottom: 26px;}
/**/
@keyframes myfirst{
  0%{left:0px;top:0px;}
  25%{left:0px;top:10px;}
  50%{left:0px;top:0;}
  100%{left:0px;top:0px;}
}
@-moz-keyframes myfirst

/* Firefox */{
  0%{left:0px;top:0px;}
  25%{left:0px;top:10px;}
  50%{left:0px;top:0;}
  100%{left:0px;top:0px;}
}
@-webkit-keyframes myfirst

/* Safari and Chrome */{
  0%{left:0px;top:0px;}
  25%{left:0px;top:10px;}
  50%{left:0px;top:0;}
  100%{left:0px;top:0px;}
}
@-o-keyframes myfirst

/* Opera */{
  0%{left:0px;top:0px;}
  25%{left:0px;top:10px;}
  50%{left:0px;top:0;}
  100%{left:0px;top:0px;}
}
