
/*-----------------[初始化]--------------*/
body{color: #444;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";}
a{color: #444;}
a:hover{color: #f60;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani,a{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*{outline: none;}
/*布局*/
.wp{width: 100%;max-width: 1200px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.logo{float: left;height: 135px;line-height: 132px;}
.logo img{vertical-align: middle;}
.hdr{float: right;}
.hdr .lk{float: right;font-size: 14px;margin-top: 4px;}
.hdr .lk a{float: left;margin: 0 10px;color: #8c8c8c;line-height: 24px;}
.hdr .lk a:hover{color: #ff7200;}
.hdr .tel{overflow: hidden;margin-top: 15px;}
.hdr .tel h4{float: left;font-size: 22px;color: #111;line-height: 32px;padding-top: 7px;padding-left: 50px;background: url(../images/hd-tel.png) no-repeat left center;font-weight: normal;}
.hdr .tel .con{overflow: hidden;margin-top: 6px;}
.hdr .tel .con span{font-size: 22px;color: #ff7200;display: inline-block;margin-left: 20px;line-height: 32px;}
.hdr .tel .con em{display: block;font-size: 16px;color: #ff7200;line-height: 22px;letter-spacing: 26px;text-align: right;margin-right: -26px;}

.nav{border-bottom: 5px solid #ff7200;}
.nav ul{overflow: hidden;}
.nav li{float: left;}
.nav li a{
    display: block;
    /*width: 150px;*/
    width: 115px;
    /*line-height: 60px;*/
    line-height: 2.5em;
    text-align: center;font-size: 22px;
    color: #454545;margin: 0 25px;
}
.nav li a:hover,.nav li.on a{color: #fff;background-color: #ff7200;}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 30px;height: 30px;padding: 12px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;

}
.menuBtn b{display: block;height: 3px;background-color: #ff7200;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 10px;top: 50%;width: 30px;margin-top: -5px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.app-ban{display: block;}
.app-ban2{display: none;}
.banner{height:35.42vw!important;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide{outline: 0;position: relative;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .slick-next,.banner .slick-prev{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;
    width: 45px;height: 50px;font-size: 0;line-height: 0;z-index: 999;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    cursor: pointer;
}
.banner a{display: block;height: 100%;}
.banner .slick-prev{left: 50%;margin-left: -645px;background-image: url(../images/arr-l.png);}
.banner .slick-next{right: 50%;margin-right: -645px;background-image: url(../images/arr-r.png);}

.banner .slick-dots{position: absolute;left: 0;bottom: 18px;width: 100%;text-align: center;z-index: 9;}
.banner .slick-dots li{display: inline-block;margin: 0 2px;}
.banner .slick-dots li button{display: block;width: 28px;height: 2px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: transparent;border-radius: 1px;border: 1px solid #ff9a49;cursor: pointer;
}
.banner .slick-dots li.slick-active button{background-color: #ff7200;}


/*******************************
  -------[=底部]-------
********************************/
.footer{background-color: #313131;padding: 40px 0 21px;}
.fd-top{overflow: hidden;}
.fd-link{float: left;margin-left: 40px;width: 320px;margin-top: 15px;}
.fd-link a{float: left;margin: 0 40px;color: #fff;font-size: 16px;color: #fff;line-height: 30px;}
.fd-link a:hover{color: #eb6b05;}
.fd-top .infor{float: left;margin-top: 12px;width: 600px;}
.fd-top .tel{padding-left: 46px;background: url(../images/fd-tel.png) no-repeat left center;font-size: 16px;color: #fff;line-height: 33px;margin-left: 10px;}
.fd-top .tel a{color: #fff;}
.fd-top .tel a:hover{text-decoration: underline;}
.fd-top .addr p{display: inline-block;padding-right: 20px;background: url(../images/fd-addr.png) no-repeat right center;}
.fd-top .addr{font-size: 16px;color: #eb6b05;line-height: 26px;margin-top: 27px;}
.fd-top .qr{float: right;margin-right: 100px;text-align: center;font-size: 14px;color: #fff;line-height: 24px;}
.fd-top .qr img{display: block;margin-bottom: 6px;}
.footer-copy{text-align: center;font-size: 14px;color: #fff;line-height: 27px;margin-top: 10px;line-height: 20px;}
.footer-copy .copyright{font-size: 16px;line-height: 28px;}
.footer-copy .net{color: #eb6b05;}
.footer-copy a{color: #fff;}
.footer-copy a:hover{text-decoration: underline;}


/*底部浮窗*/
.m-float{
    position: fixed;right: 0;top: 50%;z-index: 999;
    width: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.m-float ul{}
.m-float li{position: relative;}
.m-float li .con{
    display: block;
    padding-top: 8px;padding-bottom: 8px;
    background: #313131;
    font-size: 14px;color: #fff;line-height: 1;text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    border-bottom: 2px #dcdcdc solid;
}
.m-float li:last-child .con{border: none;}
.m-float li a:hover{
    background: #ff7200;
}
.m-float li .con img{
    display: block;width: 50px;height: 50px;
    margin: 0 auto;
}
.m-float li .det{
    position: absolute;right: 100%;bottom: 0;
    background: #ff7200;
    width: 150px;
    padding: 3px 4px;
    font-size: 14px;color: #fff;line-height: 24px;text-align: center;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
.m-float li:hover .det{display: block;}
.m-float li .det .img-ma{
    display: block;width: 143px;height: 143px;
    margin: 0 auto;
}
.m-float li .det p a{color: inherit;}





/*******************************
    -------[=正文]-------
********************************/


/* 萝卜 */
.row-index1{margin-top: 17px;border-top: 2px dashed #ff7200;padding-top: 39px;overflow: hidden;}
.g-tit-lb1{text-align: center;}
.g-tit-lb1 h4{display: inline-block;padding-left: 65px;background-position: left center;background-repeat: no-repeat;color: #ff7200;font-weight: normal;}
.g-tit-lb1 h4 em{font-size: 22px;line-height: 30px;padding-bottom: 7px;position: relative;display: block;}
.g-tit-lb1 h4 em::after{content: "";position: absolute;left: 50%;bottom: 0;width: 46px;height: 2px;background-color: #ff7200;margin-left: -23px;}
.g-tit-lb1 h4 span{font-size: 16px;display: block;line-height: 22px;margin-top: 7px;}
.sub-nav li>a{display: block;padding: 0 18px;background-image: url(../images/sub-lb2.png);background-size:100% 100%;color: #fff;font-size: 16px;line-height: 40px;margin-right: 14px;background-position: center;background-repeat: no-repeat;}
.sub-nav .more{float: right;padding: 0 18px;line-height: 40px;background-image: url(../images/sub-lb2.png);background-size:100% 100%;color: #fff;font-size: 16px;text-transform: uppercase;background-position: center;background-repeat: no-repeat;}
.sub-nav li.on>a,.sub-nav li.ok>a,.sub-nav .more:hover{background-image: url(../images/sub-lb1.png);color: #ff7200;}
.sub-nav{margin-top: 16px;}
.sub-nav li{float: left;position: relative;}
.sub-box{display: none;position: absolute;left: 0;top: 40px;width: 590px;z-index: 9;padding-bottom: 12px;}
.sub-box .bg{width: 9999px;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/bg-lb1.png) repeat center;z-index: 1;background-size: auto 100%;}
.sub-box dl{float:left;display: inline-block;border-right: 2px solid #fff;width: 190px;box-sizing: border-box;
    -wekit-box-sizing: border-box;
    -moz-box-sizing: border-box;margin-top: 9px;position: relative;z-index: 2;}
.sub-box dd>a{display: block;padding-left: 13px;width: 153px;margin: 3px auto;font-size: 16px;color: #fefefe;line-height: 30px;border-radius: 30px;}
.sub-box dd>a:hover{background-color: #fff;color: #ff7300;background-image: none;}
.sub-nav li:hover .sub-box{display: block;}
.ul-pro-lb1{margin: 28px -13px -30px -14px;overflow: hidden;}
.ul-pro-lb1 li{float: left;width: 25%;}
.ul-pro-lb1 .items{display: block;margin: 0 13px 60px 14px;}
.ul-pro-lb1 .items .img{position: relative;overflow: hidden;padding-top: 75%;}
.ul-pro-lb1 .img img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.ul-pro-lb1 .img .img_inner{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-size: contain;background-repeat: no-repeat;background-position: center center;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;}
.ul-pro-lb1 .img p{position: absolute;left: 0;bottom: 0;width: 100%;line-height: 30px;text-align: center;font-size: 14px;color: #fff;background-color: rgba(0,0,0,0.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ul-pro-lb1 .items .img:hover .img_inner,
.ul-pro-lb1 .items .img:hover img{
    transform:scale(1.08);
-ms-transform:scale(1.08);  
-moz-transform:scale(1.08);     
-webkit-transform:scale(1.08);
-o-transform:scale(1.08); 
}
.row-index2{border-top: 2px dashed #ff7200;padding-top: 22px;overflow: hidden;}
.row-index2 .col-l{width: 50%;}
.row-index2 .col-r{width: 50%;}
.box-index2{overflow: hidden;padding: 0 80px 0 20px;}
.g-tit-lb2{padding-left: 45px;background-position: left center;background-repeat: no-repeat;font-weight: normal;}
.g-tit-lb2 span{display: inline-block;font-size: 22px;color: #ff7200;line-height: 42px;border-bottom: 2px solid #ff7200;}
.g-tit-lb2 .more{float: right;padding: 0 16px;font-size: 14px;color: #fff;line-height: 20px;text-align: center;text-transform: uppercase;border-radius: 8px;background-color: #ff7200;margin-top: 10px;border: 1px solid #ff7200;}
.g-tit-lb2 .more:hover{color: #ff7200;background-color: #fff;}
.img-txt-lb1 .img{float: left;width: 300px;height: auto;overflow: hidden;margin-right: 20px;}
.img-txt-lb1 .img img{display: block;width: 100%;height: 100%;}
.img-txt-lb1 .txt{font-size: 14px;color: #111;line-height: 24px;margin-top: -5px;}
.img-txt-lb1{margin-top: 8px;overflow: hidden;}

.ul-list-lb{margin-top: 16px;}
.ul-list-lb li{margin-bottom: 40px;overflow: hidden;}
.ul-list-lb li .img{float: left;width: 200px;height: 90px;overflow: hidden;margin-right: 20px;}
.ul-list-lb .img:hover img{
    transform:scale(1.08);
-ms-transform:scale(1.08);  
-moz-transform:scale(1.08);     
-webkit-transform:scale(1.08);
-o-transform:scale(1.08); 
}
.m-list-lb{padding: 0 75px 0 20px;}
.ul-list-lb .img img{display: block;width: 100%;height: 100%;}
.ul-list-lb .txt{overflow: hidden;}
.ul-list-lb .txt h4 a{font-size: 14px;color: #111;display: block;line-height: 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom: 4px;font-weight: normal;}
.ul-list-lb .txt p{font-size: 14px;color: #a3a3a3;line-height: 24px;height: 72px;overflow: hidden;}
.ul-list-lb .txt .detail{font-size: 14px;color: #ff7200;float: right;}
.ul-list-lb .txt .detail:hover{text-decoration: underline;}
.ul-list-lb .txt h4 a:hover{color: #ff7200;}
.row-pro-lb{padding-top: 5px;}
.row-pro-lb .ul-pro-lb1{margin-bottom: 90px;}
.hotTel-float{
    width: 24%;
    height: 7%;
    display: none;
    position: fixed;
    right: 5px;
    top: 59%;
    margin-top: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ef1f1f;
    color: #fff;
    text-align: center;
    border-radius: 9px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.2);
    font-size: 12px;
}
.hotTel-float:hover{
    color: #fff;
}
.hotTel-float .inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hotTel-float em{
    display: block;
}