@charset "UTF-8";
/*轮播*/
.bannerbox{width:100%;position:relative;overflow:hidden;}
.Homebanner{width:100%;position:relative;height:650px;overflow:hidden;}
.Homebanner ul{width:100%;position:absolute;height:650px;}
.Homebanner ul li{width:100%;height:650px;position:absolute;overflow:hidden;}
.Homebanner ul li img{width:100%;position:absolute;display:block;}

.Homeleft,.Homeright{background:#000;font-family:"宋体";width:50px;height:50px;line-height:50px;text-align:center;font-size:40px;color:#fff;position:absolute;top:45%;cursor:pointer;transition:all .2s ease;opacity:0;z-index:899999}
.Homeleft{left:-60px;}
.Homeright{right:-60px;}

.bannerbox:hover .Homeleft{left:0;opacity:1}
.bannerbox:hover .Homeright{right:0;opacity:1}
/*搜索*/
.bannerbox .search_box{
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -500px;
    z-index: 8999999;
    background: rgba(255,255,255,0.8);
    line-height: 60px;
    color:#f58500;
    font-size: 15px;
    padding-left:12px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.bannerbox .search_box .search_link a{
    color:#333;
    font-size: 15px;
    padding:0 6px;
}
.bannerbox .search_box .search_link a:hover{
    color:#f58500;
}
.bannerbox .search_box .search_i{
    width: 455px;
    height: 60px;
    background: #868585;
    border-radius: 8px;
    padding: 10px 13px;
    margin-top: 0;
}
.bannerbox .search_box .search_i input{
    width:360px;
    height:40px;
    line-height: 40px;
    border-radius: 20px;
    border:0;
    padding:0 18px;
    box-sizing: border-box;
    font-size: 16px;
}
/*改变input中placeholder的颜色*/
::-webkit-input-placeholder {  color:    #dbdbdb;  opacity: 0.9;  }
:-moz-placeholder {  color:    #dbdbdb;  opacity: 0.9;  }
::-moz-placeholder {  color:    #dbdbdb;  opacity: 0.9;  }
:-ms-input-placeholder {  color:    #dbdbdb;  opacity: 0.9;  }

.bannerbox .search_box .search_i .click_search{
    width:60px;
    height:40px;
    display: inline-block;
    background: url(../img/search.png) center center no-repeat;
}
.bannerbox .search_box .search_i .click_searchs{
 	width:60px;
    height:40px;
    display: inline-block;
    background: url(../img/search1.png) center center no-repeat;
}
/*30秒了解*/
section .know {
    background: #444;
    color:#fff;
}
section .know .width{
    width:1010px;
    padding:0 5px 5px 5px;
}
section .know .second{
    width:175px;
    height:170px;
    text-align: center;
    background: #f58500;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: -3px 3px 6px #000;
}
section .know .second h2{
    font-size: 34px;
    line-height: 75px;
}
section .know .second h3{
    font-size: 24px;
    line-height: 35px;
}
section .know .text{
    width:825px;
    padding:10px 0 10px 30px;
    box-sizing:border-box ;
    font-size: 15px;
    line-height:30px ;
}
/*科美克油*/
section .brand{
    position: relative;
    width:100%;
    overflow: hidden;
    height:560px;
}
section .brand .img_bg{
    width: 1920px;
    height: 560px;
    margin: 0 calc(50% - 960px);
}
section .brand .brand_cen{
    position: absolute;
    top:0;
    left:50%;
    margin-left: -500px;
}
section .brand .brand_ul li{
    float: left;
    width:25%;
    padding:0 40px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin-bottom: 60px;
}
section .brand .brand_ul li .yuan_box{
    width:170px;
    height:170px;
    background: #f58500;
    border-radius: 50%;
    color:#fff;
    text-align: center;
    line-height: 30px;
    padding:25px 20px;
    box-sizing: border-box;
}
section .brand .brand_ul li .yuan_box h2{
    font-size: 45px;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
section .brand .brand_ul li span{
    width:46px;
    height:46px;
    position: absolute;
    right:-23px;
    top:50%;
    margin-top: -23px;
}
/*产品中心*/
section .p_center{
    position: relative;
    width:100%;
    overflow: hidden;
    height:1127px;
}
section .p_center .img_bg{
    width:100%;
    height:1127px;
}
section .p_center .p_sec{
    position: absolute;
    top:0;
    left:50%;
    margin-left: -500px;
}
section .p_center .p_sec .c_ti{
    margin-bottom: 20px;
}
section .p_center .p_sec .c_ti span{
    width:220px;
    height:63px;
    background: url(../img/img08.png) no-repeat;
    color:#fff;
    line-height: 63px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
}
section .p_center .p_sec .c_ti .link_a{
    width:770px;
}
section .p_center .p_sec .c_ti .link_a a{
    font-size: 16px;
    padding:0 15px;
    line-height: 32px;
}
section .p_center .p_sec .c_ti .link_a a:hover{
    background: #f58500;
    color:#fff
}
section .p_center .p_sec .p_show .p_show_l{
    width:425px;
    height:570px;
    color:#fff;
    margin-right: 10px;
}
section .p_center .p_sec .p_show .p_show_l .img_box{
    width: 100%;
    border: 1px solid #989898;
    height: 395px;
    line-height: 390px;
    background: #fff;
}
section .p_center .p_sec .p_show .p_show_l .text{
    background: rgba(0,0,0,0.5);
    padding:5px 10px;
}
section .p_center .p_sec .p_show .p_show_l .text p{
    padding: 0 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section .p_center .p_sec .p_show .p_show_l .text .click_a{
    width:47%;
    margin:5px;
}
section .p_center .p_sec .p_show .p_show_r{
    width:565px;
}
section .p_center .p_sec .p_show .p_show_r ul li{
    float: left;
    width:50%;
    padding:0 5px 11px 0;
    box-sizing: border-box;
}
section .p_center .p_sec .p_show .p_show_r ul li:nth-child(2n){
    padding:0 0 11px 5px;
}
section .p_center .p_sec .p_show .p_show_r ul li .img_box{
    border:1px solid #989898;
    width:100%;
    height:277px;
    /*line-height: 274px;*/
    position: relative;
}
section .p_center .p_sec .p_show .p_show_r .text{
    width:100%;
    height:100%;
    display: none;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.4);
    color:#fff;
}
section .p_center .p_sec .p_show .p_show_r .text .box_p{
    width:100%;
    position: absolute;
    bottom:0;
    padding: 10px;
}
section .p_center .p_sec .p_show .p_show_r .text p{
    line-height: 30px;
    padding:0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section .p_center .p_sec .p_show .p_show_r .text .box_p .click_a{
    width:48%;
    height: 45px;
}
section .p_center .p_sec .p_show .p_show_r .text .box_p .click_a a{
    line-height: 33px;
}
section .p_center .p_sec .p_show .p_show_r ul li:hover .text{
    display: block;
}
section .p_center .p_sec .careful{
    text-align: center;
    padding:40px 0;
}
/*问*/
section .ask {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 605px;
}
section .ask img{
    width: 1920px;
    height: 605px;
    margin: 0 calc(50% - 960px);
}
section .ask .text {
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -500px;
    font-weight: bold;
    color:#fff;
    font-size: 24px;
}
section .ask .text p{
    position: absolute;
    top:100px;
    left:90px;
}
section .ask .text .text_p2{
    top:210px;
    left:60px;
}
section .ask .text .text_p3{
    top:330px;
    left:40px;
}
section .ask .text .text_p4{
    top:450px;
    left:0;
}
section .ask .text .text_p5{
    top:100px;
    left:initial;
    right:10px;
    color: #f58400;
}
section .ask .text .text_p6{
    top:210px;
    left:initial;
    right:65px;
    color: #f58400;
    
}
section .ask .text .text_p7{
    top:330px;
    left:initial;
    right:35px;
    color: #f58400;
    
}
section .ask .text .text_p8{
    top:450px;
    left:initial;
    right:0;
    color: #f58400;
    
}
/*6大理由*/
section .six{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 810px;
}
section .six .img_bg{
    width: 1920px;
    height: 810px;
    margin: 0 calc(50% - 960px);
}
section .six .six_box{
    position: absolute;
    top:0;
    left:50%;
    margin-left: -500px;
}
section .six .six_box .name h2{
    color:#333;
}
section .six .six_box .reason_ul{
    background: url(../img/img21.png) center 54px no-repeat;
}
section .six .six_box .reason_ul li{
    float: left;
    text-align: center;
    width:16.6%;
    line-height: 30px;
    cursor: pointer;
}
section .six .six_box .reason_ul li .img_box{
    width:125px;
    height:109px;
    margin-bottom: 10px;
}
section .six .six_box .reason_ul li .img_box:hover img{
    transform: scale(1);
    transition: all 0.6s;;
}
section .six .six_box .reason_box .left{
    margin-top: 70px;
    width:488px;
    border-top: 6px solid #a0a0a0;
    padding-top: 13px;
    line-height: 30px;
    color:#333;
}
section .six .six_box .reason_box .img_box{
    height:316px;
    line-height: 295px;
}
section .six .six_box .reason_box .left h2{
    font-size: 20px;
    color:#f58500;
    padding:80px 0 20px 0;
}
/*banner 热线*/
section .banner_hot{
    background: #333;
    height:200px;
    position: relative;
}
section .banner_hot .banner_con{
    position: absolute;
    top:0;
    left:50%;
    margin-left: -500px;
    padding:15px 0;
}
section .banner_hot .banner_con h3{
    color:#b9b9b9;
    font-size: 24px;
    padding-top: 15px;
}
section .banner_hot .banner_con h2{
    color:#fff;
    font-size: 26px;
    padding-top:30px;
}
section .banner_hot .banner_con .right{
    border:1px solid #fff;
    width:300px;
    height:165px;
    border-radius:5px;
    text-align: center;
    color:#fff;
    padding:22px 0;
}
section .banner_hot .banner_con .right h4{
    font-size: 18px;
    font-weight: normal;
}
section .banner_hot .banner_con .right h5{
    font-size:24px ;
    line-height: 50px;
}
section .banner_hot .banner_con .right a{
    background: #f58500;
    color:#fff;
    width:245px;
    height:45px;
    line-height: 45px;
    font-size: 18px;
    border-radius: 5px;
    transition: all 0.5s;
}
section .banner_hot .banner_con .right a:hover{
    background: #fff;
    color:#f58500;
    transition: all 0.5s;
}
/*客户见证*/
section .witness {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 970px;
}
section .witness .img_bg{
    width: 100%;
    height: 970px;
}
section .witness .witness_con{
    position: absolute;
    top:0;
    left:50%;
    margin-left: -500px;
}
section .witness .witness_con .list_one li{
    float: left;
    width:33.3%;
    padding:0 15px 0 15px;
    box-sizing: border-box;
}
section .witness .witness_con .list_one li:first-child{
    padding-left: 0;
    padding-right: 30px;
}
section .witness .witness_con .list_one li:last-child{
    padding-right: 0;
    padding-left: 30px;
}
section .witness .witness_con .list_one .img_box{
    width:100%;
    /*height:324px;*/
    /*line-height: 325px;*/
}
section .witness .witness_con .list_one h2{
    font-size: 18px;
    height:64px;
    overflow: hidden;
    line-height: 25px;
    font-weight: normal;
    color:#f58500;
    padding:10px 0;
    box-sizing: border-box;
}
section .witness .witness_con .list_one table{
    line-height: 26px;
    color:#333;
    margin-bottom: 10px;
    height: 140px;
}
section .witness .witness_con .list_one table td:first-child{
    width:70px;
    vertical-align:initial;
}
section .witness .witness_con .list_one .click_a{
    width:46%;
    height:47px;
}
section .witness .witness_con .list_one .click_a a{
    height:35px;
    line-height: 35px;
}
section .witness .witness_con .list_two li{
    float: left;
    width:23.5%;
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 50px;
    margin-top: 50px;
    margin-right: 20px;
}
section .witness .witness_con .list_two li:last-child{
    margin-right: 0;
}
section .witness .witness_con .list_two li .img_box{
    background: #fff;
    width:100%;
    height:170px;
    /*line-height: 169px;*/
    border:1px solid #bbb;
}
/*咨询*/
section .consult{
    padding:60px 0 40px;
}
section .consult .consult_l{
    width:650px;
}
section .consult .consult_l .consult_img{
    width:245px;
    height:400px;
    line-height: 400px;
}
section .consult .consult_l .text{
    width:405px;
    padding-left: 10px;
}
section .consult .consult_l .text h2{
    color:#f58500;
    padding:20px 0;
}
section .consult .consult_l .text a{
    font-size: 18px;
    color:#f58500;
    line-height: 35px;
}
section .consult .consult_l .text span{
    line-height: 30px;
    display: inline;
    color:#333;
}
section .consult .consult_l .text a.more{
    font-size: 14px;
}
section .consult .consult_l .text ul li{
    width:50%;
    padding:10px 5px 0 0;
    box-sizing: border-box;
}
section .consult .consult_l .text ul li:last-child{
    padding:10px 0 0 5px;
}
section .consult .consult_l .text ul li .img_box{
    width:100%;
    height:158px;
    line-height: 157px;
}
section .consult .consult_l .consult_ul{
    padding-top:20px;
}
section .consult .consult_l .consult_ul li a{
    width:100%;
    display: block;
    font-size: 16px;
    line-height: 38px;
}
section .consult .consult_l .consult_ul li a span{
    width: 549px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section .consult .consult_r{
    width:315px;
    height:600px;
    background: #444;
    color:#fff;
}
section .consult .consult_r h2{
    background: #f58500;
    font-size: 24px;
    line-height: 64px;
    padding:0 10px;
}
/*走进锐先*/
section .enter_in .enter_bar{
    background: #444;
    height:450px;
    padding:45px 0;
    border-bottom:3px solid #fff;
}
/*手风琴*/
section .enter_in .enter_bar .teacher {
    width: 1000px;
    height: 365px;
    overflow: hidden;
}
section .enter_in .enter_bar .teacher .box {
    float: left;
    width: 200px;
    height: 365px;
    overflow: hidden;
    transition: 1s;
    margin-right: 5px;
}
section .enter_in .enter_bar .teacher .box .img {
    float: left;
    width: 100%;
    height: 365px;
}
section .enter_in .enter_bar .teacher .box .img .text{
    width:200px;
    height:365px;
    background: #333;
    color:#fff;
    padding:10px;
}
section .enter_in .enter_bar .teacher .box .img .text .text_box{
    text-align: center;
    border:1px solid #747474;
    height:100%;
    background: #4c4c4c;
    padding:100px 0;
    font-size: 14px;
    line-height: 50px;
}
section .enter_in .enter_bar .teacher .box .img .text .text_box h2{
    font-size: 24px;
    line-height: 30px;
}
section .enter_in .enter_bar .teacher .box .img .text .text_box a{
    width:125px;
    line-height: 40px;
    border:1px solid #fff;
    font-size: 16px;
    color:#fff;
}
section .enter_in .enter_bar  .teacher .box .info {
    opacity: 0;
    width:0;
    transition: 1s;
    font-size: 16px;
    line-height: 30px;
}
section .enter_in .enter_bar .teacher .box.act .info {
    width: 385px;
    height:365px;
    opacity: 1;
    transition: 1s;
    padding:100px 20px;
    box-sizing: border-box;
    background: #fff;
}
section .enter_in .enter_bar .teacher .box.act {
    width: 585px;
    transition: 1s;
}
section .enter_in .enter_bar .teacher .box.act .img .text{
    background: #f58500;
}
section .enter_in .enter_bar .teacher .box.act .img .text .text_box{
    background: #f58500;
    border:1px solid #f9b360;
}
/*手风琴结束*/
section .enter_in .enter_hot{
    background: #333;
    height:195px;
    padding:25px 0;
    color:#fff;
}
section .enter_in .enter_hot .width{
    position: relative;
}
section .enter_in .enter_hot .e_hot_line{
    position: absolute;
    width:385px;
    height:215px;
    background: #f58500;
    top:-36px;
    right:0;
    box-shadow: -5px 5px 5px #000;
    text-align: center;
    padding:10px 0;
}
section .enter_in .enter_hot .e_hot_line a{
    display: block;
    border:1px solid #fff;
    color:#fff;
    border-radius:5px;
    width:240px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    margin:10px auto 13px auto;
}
section .enter_in .enter_hot .e_hot_line a:hover{
    background: #666;
    border:1px solid #666
}
section .enter_in .enter_hot h2{
    font-size: 24px;
    line-height: 45px;
}
section .enter_in .enter_hot h3{
    color:#f58500;
    font-size: 24px;
    line-height: 45px;
}
section .enter_in .enter_hot p{
    font-size: 16px;
    line-height: 40px;
}
/*资讯中心*/
section .seek .seek_l{
    width:255px;
}
section .seek span{
    background: #f58500;
    font-size:20px ;
    line-height: 68px;
    color:#fff;
    width:190px;
    text-align: center;
}
section .seek a.more{
    width:40px;
    height:40px;
    text-align: center;
    line-height: 35px;
    border:1px solid #f58500;
    border-radius: 5px;
    font-size: 45px;
    font-weight: bold;
    color:#f58500;
    margin-top: 15px;
}
section .seek .seek_l .seek_ul{
    height:480px;
    overflow: hidden;
    border:1px solid #a0a0a0;
    margin-top: 10px;
    padding:10px;
    box-sizing: border-box;
}
section .seek .seek_l .seek_ul li{
    margin-bottom: 20px;
}
section .seek .seek_l .seek_ul .img_box{
    width:100%;
    height:245px;
    line-height: 244px;
}
section .seek .seek_r{
    width:710px;
}
section .seek .seek_r ul li{
    float: left;
    margin-right: 25px;
    cursor: pointer;
}
section .seek .seek_r ul li:last-child{
    margin-right: 0;
}
section .seek .seek_r ul li span{
    width:197px;
    background: #444;
}
section .seek .seek_r ul li.select span{
    background: #f58500;
}
section .seek .seek_r .seek_box{
    margin-top: 10px;
    border:1px solid #a0a0a0;
    height:480px;
}
section .seek .seek_r .seek_box .left{
    width:50%;
}
section .seek .seek_r .seek_box .left.img_box{
    width:50%;
    height:480px;
    line-height: 479px;
}
section .seek .seek_r .seek_box .left.text{
    background: #444;
    color:#fff;
    height:480px;
    padding:20px;
    line-height: 30px;
}

