/*========= (banner+搜索框)=================*/
.header_box{
    /* background: url("../images/banner/index_banner_s.jpg") no-repeat center; */
    height: 626px;
    position: relative;
}
.header_banner{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header_banner ul{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.header_banner li{
    display: block;
    position: absolute;
    height: 100%;
    width: 400%;
    margin-left: -150%;
    text-align: center;
    display: none;
}
.header_banner li a{
    display: inline-block;
}
.header_banner-btns{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.header_banner-btns a{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: black;
    opacity: .6;
    filter: alpha(opacity=60);
    border-radius: 6px;
    margin: 0 6px;
    text-indent: -999px;
    overflow: hidden;
}
.header_banner-btns a.active{
    background-color: #2a8a15;
    opacity: .7;
    filter: alpha(opacity=70);
}

.search_bar {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    bottom: 0;
    height: 60px;
    width: 100%;
    line-height: 60px;
    overflow: hidden;
}
.search_bar .txt{
    width: 1200px;
    margin: 0 auto;
}
.search_bar .b{
    font-weight:100;
    font-size: 14px;
    float: left;
}
.search_bar .b a{
    margin-right: 20px;
    color: #ffffff;
}
.search_bar .search{
    float: left;
    margin: 14px 26px 0px 46px;
    background: url("../images/search_box.png") no-repeat;
    width: 360px;
    line-height: 30px;
    padding-left: 24px;
}
.search form input {
    border: none;
    background-color: #EBEBEB;
    width: 266px;
    font-size: 14px;
    color: #666;
}
.search form .sc_button{
    width: 70px;
    height: 32px;
    background: url("../images/search_icon.png") no-repeat;
    margin-bottom: 2px;
    cursor: pointer;
}
/*========= (banner+搜索框)-end=================*/

/*=========== 产品展示 =================*/

.product_box{
    background-color: #f7f6f6;
    overflow: hidden;
    padding-bottom: 42px;
}
.product{
    margin: 0 auto;
    width: 1200px;
    padding-top: 52px;
}
/*----- 产品展示 left ---*/

.product .left_bar {
    float: left;
    width: 244px;
    /* overflow: hidden; */
    /* height: 706px; */

}
.left_bar .menu_box {
    background-color: #ffffff;
    border-color: #2a8a15;
    border-width: 0 3px;
    border-style: solid;
}
.pro_menu {
    margin: 0 auto;
    width: 215px;
}
.pro_menu h2 {
    color: white;
    line-height: 36px;
    background-color: #099405;
    padding-left: 20px;
    font-size: 22px;
}
.pro_menu h3 a{
    color: #2a8a15;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
}
.pro_menu a:hover{
    color: #1fa70c;
}
.pro_menu .menu1_l{
    background: url("../images/index/l_icon.png")no-repeat 0 0;
    padding-left: 22px;
}
.pro_menu .menu1_l:hover,.pro_menu li.active{
    background: url("../images/index/l_icon.png")no-repeat -215px 0;
}
.pro_menu li.active h3 a{
    color: #1fa70c;
}
.pro_menu .menu1_l h3 a{
    border: none;
}
.pro_menu .menu1 {
    margin-bottom: 10px;
}
.pro_menu .menu1 li,.menu2 li{
    color: #262626;
    font-size: 16px;
   /* padding-left: 22px;*/
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
}
.pro_menu .menu1 li{
    position: relative;
    overflow: hidden;
}
.pro_menu .menu1 li:hover {
    overflow: visible;
}
.pro_menu .menu1 li:hover .sub{
    display: block;
}
.pro_menu .menu1 li .sub{
    display: none;
    position: absolute;
    left: 200px;
    top:0;
    overflow: hidden;
    
    z-index: 1;
    width: 940px;
    height: auto;
    padding-left: 30px;
    
}
.pro_menu .menu1 li .sub_box{
    background-color: white;
    overflow: hidden;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    height: auto;
}
.pro_menu .menu1 li .sub_box div{
    padding: 0 20px;
    float: left;
    min-width: 120px;
    background-color: white;
    height: 100%;
    border-right: 1px solid #ddd;
}
.pro_menu .menu1 li .sub_box div h4{
    color: black;
    font-weight: bold;
}
.pro_menu .menu1 li .sub_box div p{
    padding-bottom: 10px;
}
.pro_menu .menu1 li .sub_box div p a{
    display: block;
    border-bottom: 1px dashed #ddd;
}
.pro_menu .menu1 li:last-child{
    border-bottom: none;
}
.pro_menu .menu1 li:first-child{
    color: #2a8a15;
}
.menu1 .l_m{
    padding-left: 12px;

}
.pro_menu .menu1 .l_m li,.menu2 ul li{
    color: #666;
    font-size: 12px;
/*    padding-left: 16px;*/
    line-height: 30px;
}
.pro_menu li img {
    float: left;
}
/*----- 产品展示 left end ---*/

/*----- 产品展示 right ---*/
.right_list{
    float: right;
    background-color: #ffffff;
    width: 936px;
  /*  overflow: hidden;*/
   /*  height: 706px; */
}

.r_title h3, .r_title h3 img{
    float: left;
    line-height: 68px;
    color: #00582d;
    font-size: 16px;
}
.right_list .r_title{
    border-bottom: 1px solid #efefef;
    position: relative;
    height: 68px;
}
.right_list .r_title img{
    float: left;
}
.r_title h3 {
    color: #099405;
    font-size: 16px;
    line-height: 76px;
}
.r_title a{
    display: block;
    width: 90px;
    height: 80px;
    position: absolute;
    background: transparent url("../images/index/r_title_bg.png") no-repeat ;
    right: -63px;
    top: 0px;
    color: white;
    font-size: 12px;
    padding: 28px 0 0 52px;
}
.pro_list{
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
}
.pro_list li {
    float: left;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.17);
    margin: 25px 0 0px 24px;
    position: relative;
}
.pro_list li a span {
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    color: white;
    line-height: 40px;
    width: 100%;
    text-align: center;
    bottom: 0;
}
.pro_list li:hover a span{
    background-color: rgba(7,151,1,0.82);
}
/*----- 产品展示 right end ---*/

/*=========== 产品展示 -end=================*/


/*=========== 为什么选择圣蓝 =================*/
.why_us {
    overflow: hidden;
}
.why_title {
    text-align: center;
}
.reasons_box{
    border-top: 1px solid #e1e1e1;
    position: relative;
    
}
.reasons_box .animate{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.reasons_box .animate div{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.reasons_box .animate div img{
    width: 402px;
    height: 235px;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 100px solid white;
}
.reasons{
    width: 1200px;
    margin: 0 auto 40px auto;
    height: 1542px;
    border-bottom: 1px solid #e1e1e1;
    background: url("../images/index/why_bg.jpg") no-repeat center;
    overflow: hidden;
}
.reasons h3{
    color: #208412;
    font-size: 30px;
    padding-left: 82px;
    margin-bottom: 2px;
    height: 39px;
    line-height: 39px;
}
.reasons li p{
    color: #323232;
    font-size: 18px;
    padding:0 0 10px 82px;
    border-bottom: 1px dashed #aeaeae;
/*    width: 674px;*/
    line-height: 26px;
}
.reasons .tt_1 p{
    width: 690px;

}
.reasons .tt_2 p,.reasons .tt_3 p,
.reasons .tt_4 p,.reasons .tt_5 p{
    width: 560px;
}

.reasons ul{
    overflow: hidden;
    padding: 10px 0;
}
.reasons ul li{
    color: #505050;
    line-height: 30px;
    padding-left:17px ;
    background: url("../images/index/reason_icon.jpg") no-repeat;
}
/*.rsn_1 ,.rsn_2 ,.rsn_3 ,.rsn_4{
    border-bottom: 1px solid #e1e1e1;
}*/
.rsn_1,.rsn_2,.rsn_3{
     padding-bottom:10px;
 }
/*.rsn_1{
    height: 284px;
}
.rsn_2{
    height: 300px;
}*/
.rsn_4{
    padding-bottom:44px;
}

.tt_1{
    margin-top: 52px;
}
.tt_1 p{
    width: 804px;
    overflow: hidden;
}
.tt_2 p,.tt_4 p{
    width: 640px;
    overflow: hidden;
}
.tt_3 p,.tt_5 p{
    width: 694px;
    overflow: hidden;
}
.tt_3 {
    margin-top: 32px;
}
.tt_2,.tt_4 {
    padding-left: 558px;
}
.tt_2,.tt_4,.tt_5{
    margin-top: 42px;
}
.rsn_2 ul,.rsn_4 ul{
    margin-left: 558px;
}
.ad,.why_title{
    position: relative;
    overflow: hidden;
 }
.ad .text,.why_title .text{
    position: absolute;
    top: -999px;
}
/*=================合作伙伴logos==================*/
.partner_box{
    background-color: #e9e9e9;
}
.partner ul{
    padding: 25px 0 25px 0;
    overflow: hidden;
    width: 1250px;
}
.partner ul li{
    float: left;
    border: 1px solid #ffffff;
    margin: 0 50px 30px 0;
}
/*--------合作伙伴tt和关于我们tt------------*/
.partner,.about{
    width: 1200px;
    margin: 0 auto;
}
.partner .title,.about .title{
    padding: 50px 0 10px 0;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    line-height: 24px;
}
.partner .title h3{
    float: left;
    font-size: 24px;
}
.partner .title a,.about .title a{
    float: right;
    font-size: 14px;
}
.partner .title  a:hover,.about .title a:hover{
    color: #72c5ef;
}
/*-==============合作伙伴-end======================*/

/*-=============关于我们====================*/
.about .title h3{
    float: left;
    font-size: 20px;
    color: #000000;
}
.about .title h3 span{
    font-size: 16px;
}
.abt_content{
    padding-top: 25px;
    overflow: hidden;
}
.abt_content .left{
    float: left;
    padding-right: 26px;
    border-right:1px solid #dadada ;
    overflow: hidden;
}
.about_us{
    margin-bottom: 15px;
    overflow: hidden;
}
.abt_content .left .about_us img{
    float: left;
}
.abt_content .left .text{
/*    float: right;
    padding-left:20px ; */
    float: left;
    padding:0 0 10px 20px;
}
.abt_content .left .text h3{
    font-size: 18px;
    color: #208412;
    line-height: 40px;
}
.abt_content .left .text p{
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    width: 435px;
    height: 150px;
    overflow: hidden;
}
.abt_content .btn {
    margin-top: 20px;
}
.abt_content .btn a{
    font-size: 14px;
    border:1px solid #dadada;
    padding: 8px 28px;
    color: #888;
}
.abt_content .btn a:hover{
    border: 1px solid #208412;
    color: #FFFFFF;
    background-color: #208412;
}
.abt_content ul{
    overflow: hidden;
    background-color: #eaeaea;
    padding: 15px 0 0px 0;
    width: 776px;
    margin-top: 15px;
}
.abt_content ul li{
    float: left;
    margin-right: 40px;
    text-align: center;
}
.abt_content ul .last_li,.honer_pic ul .last_li{
    margin-right: 0;
}


.abt_content ul h4{
    line-height: 33px;
    display: block;
    font-size: 14px;
}
.abt_content ul a:hover h4{
    color: #208412;
}



.abt_content .right{
    float: right;
    overflow: hidden;

}
.abt_content .right img{
    border: 5px solid #EBEBEB;
}
.abt_content .right h3{
    font-size: 18px;
    color: #000000;
    line-height: 42px;
    text-align: center;
}
.abt_content .right p{
    font-size: 14px;
    line-height: 30px;
    width: 344px;
    height: 174px;
    overflow: hidden;
    text-align: justify;
}
.abt_content .right a:hover h3{
    color:#15A800 ;
}
.abt_content .right a:hover p{
    color: #333;
}

/*-- --------荣誉资质---------- --*/
.honor .title{
    text-align: center;
    border-bottom: none;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.honor .title .text{
    position: absolute;
    top:-9999px;
}
/*.honer_pic{
    background: url("../images/index/honor_icon.jpg") no-repeat left;
}*/
.honor .prev,.honor .next{
    background: url("../images/index/honor_icon.jpg") no-repeat;
    cursor: pointer;
    height:51px;
    width: 50px;
    margin-top: 68px;
}
.honor .prev{
    float: left;
    background-position:0 ;
}
.honor .next{
    float: right;
    background-position:-50px ;
}
.honer_pic{
    overflow: hidden;
    width: 1086px;
    margin-left: 7px;
    float: left;
}
.honer_pic ul{
    overflow: hidden;
    width: 1086px;
    margin: 0 auto;
    height: 244px;
    display: inline;
}
.honor ul li{
    float: left;
    margin-right: 18px;
    text-align: center;
}
.honor ul li img{
    box-shadow: 0px 1px 4px #666;
}
.honor ul li h4{
    line-height: 58px;
    color: #656565;
}
.honor ul li:last-child{
    margin-right: 0;
}
.honer_tel{
    text-align: center;
}
.honer_tel span{
    font-size: 14px;
    color:#656565 ;
}
.honer_tel b{
    color: #208412;
    font-size: 30px;
    font-weight: 500;
}
.honer_tel a {
    background-color: #218312;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 60px;
    font-size: 15px;
}
/*-- ---------荣誉资质-end-------- --*/

/*=================关于我们-end==================*/


/*=================客户见证==================*/
.customer{
    background: url("../images/index/cus_bg.jpg") no-repeat center;
    height: 523px;
    margin-top: 50px;
}
.cus_title{
    text-align: center;
    padding: 26px 0 46px 0;
    position: relative;
    overflow: hidden;
}
.cus_title .text{
    position: absolute;
    top: -999px;
}
.customer ul{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.customer ul li{
    float: left;
    overflow: hidden;
    width: 536px;
}
.customer ul li:nth-child(even){
     float: right;
     overflow: hidden;
 }
.customer ul li.li_r{
     float: right;
     overflow: hidden;
 }
.customer ul li img{
    padding: 0 20px 35px 0;
    float: left;
}
.cus_pic_text{
    float: left;
    color: #ffffff;
}
.cus_pic_text h4{
    font-size: 18px;
    line-height: 32px;
}
.cus_pic_text p{
    width: 296px;
    line-height: 24px;
    font-size: 12px ;
    height:72px;
    overflow: hidden;
    opacity: 0.6;
    margin-top: 20px;
}
.cus_pic_text hr {
    color: black;
    opacity: 0.6;
    border: 1px solid;
    width: 40px;
}
/*=================客户见证-end==================*/





.banner_btns{
    text-align: center;
    float: left;
}


.banner_btns a{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0 4px;
}
a.banner_btns_active{
    background-color: #099405;
}


.r_title_por{
    float: right;
    line-height: 76px;
    margin-right: 20px;
}