@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* header */
header{
    width:100%;
    z-index: 10;
    position: relative;
}
.header{
    height: 100px;
    overflow: hidden;
}
.logo{
    margin-top: 12px;
    position: relative;
    float: left;
}
.logo img{
    display: block;
    width: 100%;
}
.hotline{
    margin-top: 20px;
    position: relative;
    float: right;
}
.hotline img{
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 12px;
    margin-top: 5px;
}
.hotline-phone{
    float: left;
}
.hotline-phone p{
    color: #333;
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
}
.hotline-phone span{
    font-size: 30px;
    color: #cf0306;
    display: block;
    font-family: Tahoma;
    font-weight: bold;
}
@media(max-width: 1200px) {
    header .container{
        width: 100%;
    }
}
@media(max-width: 991px) {
    .header{
        height: 70px;
    }
    .logo img{
        width: 300px;
    }
    .hotline{
        display: none;
    }
}
@media (max-width: 767px) {
    .logo{
        margin-top: 18px;
    }
    .logo img{
        width: 240px;
    }
}
@media(max-width: 599px){
    .header{
        height: 50px;
    }
    .logo{
        margin-top: 8px;
    }
}
/* 导航 */
#nav{
    width: 100%;
    background-color: #cf0306;
}
.nav li{
    float: left;
    position: relative;
    margin-right: 80px;
}
.nav li:last-child{
    margin-right: 0px;
}
.nav li > a{
    display: block;
    padding: 0 28px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
}
.nav li.active > a, .nav li > a:hover{
    background-color: #222;
}
@media(max-width: 1200px) {
    .nav li{
        margin-right: 50px;
    }
    .nav li > a{
        padding: 0 24px;
    }
}
/* banner */
.swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
.swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #cf0306;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 50px;
}
@media (max-width: 991px){
    .swiper-pagination-bullet{
        width: 40px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 20px;
    }
}
@media (max-width: 599px){
    .swiper-pagination-bullet{
        width: 30px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 8px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
}
/* 关于我们 */
.index-about{
    background: #fff;
    overflow: hidden;
}
.public-box{
    padding-top: 60px;
    padding-bottom: 60px;
}
.iabout-intro{
    float: left;
    width: 48%;
}
.iabout-title{
    margin-bottom: 40px;
    overflow: hidden;
}
.iabout-title h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.iabout-title i{
    display: block;
    width: 62px;
    height: 5px;
    background: #cf0306;
}
.iabout-info{
    margin-bottom: 40px;
}
.iabout-info p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-indent: 24px;
}
.look-more{
    width: 178px;
    height: 58px;
    background: #cf0306;
    line-height: 58px;
    text-align: center;
    color: #fff;
    display: inline-block;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.look-more:hover{
    border-radius: 10px;
}
.iabout-img{
    float: right;
    width: 49%;
}
.iabout-img img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .iabout-title{
        margin-bottom: 20px;
    }
    .iabout-info{
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .iabout-intro{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .iabout-img{
        float: none;
        width: 100%;
    }
    .public-box{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .iabout-title h2{
        font-size: 26px;
        line-height: 26px;
    }
    .iabout-title i{
        width: 50px;
    }
    .iabout-info p{
        line-height: 24px;
        font-size: 14px;
    }
    .iabout-info{
        margin-bottom: 20px;
    }
    .look-more{
        width: 140px;
        height: 48px;
        line-height: 48px;
    }
}
/* 产品中心 */
.index-pro{
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
}
.public-title{
    text-align: center;
}
.public-title span{
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
    line-height: 18px;
}
.public-title-main{
    text-align: center;
    height: 38px;
    line-height: 38px;
    margin-top: 6px;
}
.public-title-main i{
    width: 40px;
    height: 4px;
    background: #222;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.public-title-main h2{
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 0 12px;
}
.public-title{
    margin-bottom: 40px;
}
.homepro-mul li span{
    display: block;
    line-height: 70px;
    text-align: center;
}
.homepro-main{
    overflow: hidden;
    max-width: 408px;
    margin: 0 auto;
    position: relative;
}
.homepro-main img{
    display: block;
    width: 100%;
}
.homepro-mask{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
    background: rgba(207, 3, 6, .3) url(../img/ipro_icon.png) no-repeat center;
}
.homepro-mul li:hover .homepro-mask{
    top: 0px;
}
.homepro-mul li:hover span{
    color: #cf0306;
}
.look-more-box{
    text-align: center;
}
.ipro-box{
    margin-bottom: 30px;
    overflow: hidden;
}
@media(max-width: 991px){
    .public-title span{
        font-size: 16px;
    }
    .public-title-main{
        height: 32px;
        line-height: 32px;
    }
    .public-title-main i{
        width: 36px;
        margin-bottom: 7px;
    }
    .public-title-main h2{
        font-size: 26px;
    }
    .public-title{
        margin-bottom: 20px;
    }
    .ipro-box{
        margin-bottom: 10px;
    }
    .homepro-mul li span{
        line-height: 50px;
    }
}
/* 企业优势 */
.adv-main{
    max-width: 298px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.adv-img img{
    display: block;
    width: 100%;
}
.adv-info{
    position: relative;
}
.adv-circle{
    height: 70px;
    width: 140px;
    border-radius:70px 70px 0 0;
    position: absolute;
    bottom:0px;
    left: 50%;
    margin-left: -70px;
    border: 10px solid rgba(207, 3, 6, .5);
    border-bottom: none;
}
.adv-circle-main{
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
    width: 120px;
    height: 60px;
    border-radius: 60px 60px 0 0;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center bottom 5px;
}
.adv-circle-one .adv-circle-main{
    background-image: url(../img/adv_icon1.png);
}
.adv-circle-two .adv-circle-main{
    background-image: url(../img/adv_icon2.png);
}
.adv-circle-three .adv-circle-main{
    background-image: url(../img/adv_icon3.png);
}
.adv-circle-four .adv-circle-main{
    background-image: url(../img/adv_icon4.png);
}
.adv-bom{
    width: 100%;
    padding: 25px 25px 20px;
    background: #f2f2f2;
    text-align: center;
    left: 0px;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.adv-bom span{
    font-size: 18px;
    color: #cf0306;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}
.adv-bom p{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.adv-main:hover .adv-bom span{
    color: #fff;
}
.adv-main:hover .adv-bom p{
    color: #fff;
}
.adv-main:hover .adv-bom{
    background-color: #cf0306;
}
.adv-main:hover .adv-circle-main{
    background-color: #cf0306;
}
.adv-main:hover .adv-circle-one .adv-circle-main{
    background-image: url(../img/adv_active_icon1.png);
}
.adv-main:hover .adv-circle-two .adv-circle-main{
    background-image: url(../img/adv_active_icon2.png);
}
.adv-main:hover .adv-circle-three .adv-circle-main{
    background-image: url(../img/adv_active_icon3.png);
}
.adv-main:hover .adv-circle-four .adv-circle-main{
    background-image: url(../img/adv_active_icon4.png);
}
@media(max-width: 991px){
    .adv-main{
        margin-bottom: 20px;
    }
    .iadv-box{
        padding-bottom: 15px;
    }
}
/* 新闻中心 */
.inews-img{
    width: 50%;
    float: left;
    padding-right: 15px;
}
.inews-img-box{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.inews-img img{
    display: block;
    width: 100%;
}
.inews-img-info{
    width: 100%;
    position: absolute;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    left: 0px;
    bottom: 0px;
    font-size: 18px;
}
.inews-img-info p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inews-list{
    width: 50%;
    float: right;
    padding-left: 15px;
}
.inews-item{
    height: 82px;
    margin-bottom: 35px;
}
.inews-list li:last-child{
    margin-bottom: 0px;
}
.inews-date{
    float: left;
    width: 86px;
    border: 1px solid #b4b4b4;
    text-align: center;
    height: 82px;
    color: #666;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.inews-date span{
    display: inline-block;
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #b4b4b4;
}
.inews-date p{
    font-size: 20px;
    line-height: 30px;
}
.inews-info{
    float: right;
    width: calc(100% - 108px);
}
.inews-info h5{
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.inews-info p{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inews-item:hover .inews-date{
    background: #cf0306;
    border-color: #cf0306;
    color: #fff;
}
.inews-item:hover .inews-date span{
    border-bottom-color: #fff;
}
.inews-item:hover .inews-info h5{
    color: #cf0306;
    transform: translateX(10px);
}
.news-box{
    padding-bottom: 60px;
}
@media(max-width: 1599px){
    .inews-item{
        margin-bottom: 20px;
        height: 78px;
    }
    .inews-date{
        height: 78px;
    }
}
@media(max-width: 991px){
    .news-box{
        padding-bottom: 30px;
    }
    .inews-img{
        width: 100%;
        float: none;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .inews-list{
        padding: 0 30px;
        width: 100%;
        float: none;
    }
    .inews-img-box{
        max-width: 626px;
        margin: 0 auto;
    }
}
@media(max-width: 767px){
    .inews-list{
        padding: 0px;
    }
}
@media(max-width: 599px){
    .inews-date{
        width: 76px;
    }
    .inews-info h5{
        margin-top: 4px;
        margin-bottom: 10px;
    }
    .inews-info{
        width: calc(100% - 90px);
    }
    .inews-info p{
        font-size: 14px;
        line-height: 22px;
    }
    .inews-img-info{
        padding-left: 15px;
        padding-right: 0px;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
}
/* 底部 */
.footer-top{
    background: #313131;
    padding: 50px 0px;
}
.footer-item{
    width:100%;
    margin: 0 auto;
}
.footer-item h2{
    line-height: 46px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    width: 76%;
}
.footer-item h2 >a{
    color: #fff;
}
.footer-item  p{
    color: #aaa;
    line-height: 28px;
}
.footer-nav-left{
    float: left;
    width: 50%;
}
.footer-nav-right{
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 10px;
}
.wechat-box{
    text-align: center;
}
.wechat-img{
    float: left;
}
.wechat-img img{
    width: 100%;
}
.wechat-img:first-child{
    margin-right: 50px;
}
.wechat-img p{
    text-align: center;
    padding-top: 15px;
}
.footer-bom{
    background: #1b1b1b;
    overflow: hidden;
    height: 60px;
    color: #aaa;
}
.footer-copyright h2{
    float: left;
    line-height: 60px;
}
.footer-copyright h3{
    float: right;
    line-height: 60px;
}
.footer-copyright h3 > a{
    color: #aaa;
}
.footer-copyright h3 > a:hover{
    text-decoration: underline !important;
}
@media(max-width: 1599px){
    .wechat-img:first-child{
        margin-right: 25px;
    }
}
@media(max-width: 1200px){
    .footer-item h2{
        width: 84%;
    }
}
@media(max-width: 991px){
    .footer-ul > .col-xs-6{
        width: 50%;
    }
    .footer-top{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .footer-item{
        margin-bottom: 20px;
    }
    .footer-item h2{
        width: 70%;
    }
}
@media(max-width: 599px){
    .footer-ul li:last-child{
        display: none;
    }
    .footer-ul > .col-xss-12{
        width:100%;
    } 
    .footer-item{
        width: 90%;
    }
    .footer-copyright h3{
        display: none;
    }
    .footer-copyright h2{
        width: 100%;
        text-align: center;
        line-height: 24px;
        padding-top: 8px;
    }
}
/* 关于我们 */
.inside-banner{
    width: 100%;
}
.inside-banner img{
    display: block;
    width: 100%;
}
.public-main{
    padding: 60px 0;
}
.leftbox{
    width: 220px;
    float: left;
}
.lefttit{
    height: 100px;
    background: #cf0306;
    text-align: center;
    color: #fff;
    position: relative;
}
.lefttit h3{
    font-size: 30px;
    line-height: 100px;
    font-weight: bold;
}
.left_ul li{
    height: 50px;
    line-height: 50px;
    background: #f7f5f5;
    border-bottom: 1px solid #dcdcdc;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.left_ul li a{
    color: #222;
    padding-left: 40px;
    display: inline-block;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.left_ul li:hover{
    background: #cf0306;
}
.left_ul li:hover a{
    color: #fff;
    transform: translateX(10px);
}
.lpro-item{
    max-width: 220px;
}
.lpro-img img{
    display: block;
    border: 1px solid #cf0306;
    border-top: none;
    border-bottom: none;
}
.owl-carousel{
	position: relative;
}
.owl-wrapper-outer{
	overflow: hidden;
	/* height: 500px; */
}
#pro_scroll .owl-item{
    width: 220px !important;
    float: left;
}
.lpro-item p{
    background: #cf0306;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.rightbox{
    float:right;
    width: calc(100% - 260px);
}
.inside-title{
    width: 100%;
    height: 50px;
    background: #cf0306;
    padding: 0 10px;
}
.ititle-left{
    float: left;
    position: relative;
}
.ititle-left h4{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
}
.ititle-right{
    float: right;
}
.ititle-right span{
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}
.ititle-right span>a{
    color: #fff;
}
.about-main{
    padding-top: 40px;
}
.about-main h2{
    font-weight: bold;
    color: #111;
    font-size: 34px;
    text-align: center;
    margin-bottom: 30px;
}
.about-info p{
    line-height: 30px;
    color: #444;
    text-indent: 24px;
}
.about-img img{
    width: 100%;
}
@media(max-width:991px){
    .leftbox{
        width: 100%;
    }
    .left_ul{
        display: none;
    }
    .rightbox{
        width: 100%;
    }
    .lefttit{
        height:50px;
        text-align: left;
        padding-left: 20px;
    }
    .lefttit h3 {
        font-size: 16px;
        line-height: 50px;
    }
    .hot-pro{
        display: none;
    }
    .inside-title{
        display: none;
    }
    .public-main{
        padding: 30px 0;
    }
    .about-main h2{
        font-size: 24px;
    }
}
/* 新闻中心 */
.news-top{
    padding-bottom: 28px;
    border-bottom: 1px dashed #e5e5e5;
}
.news-img{
    float: left;
    width: 222px;
    overflow: hidden;
}
.news-img img{
    display: block;
    width: 100%;
}
.news-top-info{
    float: right;
    width: calc(100% - 250px);
}
.public-news h4{
    font-weight: bold;
    color: #000;
    line-height: 18px;
    margin-bottom: 12px;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.public-news h4>a{
    color: #000;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.news-top-intro{
    color: #666;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.more-news{
    color: #000;
    display: block;
    margin-top: 8px;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.public-news:hover h4{
    transform: translateX(10px);
}
.public-news:hover h4 > a{
    color: #cf0306;
}
.public-news:hover .more-news{
    transform: translateX(10px);
    color: #cf0306;
}
.news-item{
    padding: 25px 0;
    height: auto;
    margin-bottom: 0px;
    border-bottom: 1px dashed #e5e5e5;
}
.news-info h5{
    color: #000;
}
@media(max-width: 599px){
    .news-item{
        padding: 18px 0;
    }
    .news-img{
        width: 100%;
        margin-bottom: 20px;
    }
    .news-top-info{
        width: 100%;
    }
    .news-top-intro{
        font-size: 14px;
        line-height: 20px;
    }
    .news-top{
        padding-bottom: 15px;
    }
}
/* 产品中心 */
.products-ul li{
    margin-bottom: 28px;
}
.pro-img{
    border: 1px solid #eee;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.pro-img img{
    width: 100%;
}
.products-ul li .pro-text{
    line-height: 50px;
    background: #f7f5f5;
    text-align: center;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.products-ul li:hover .pro-text p{
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
    -o-transition: all 0.5s;
}
.products-ul li:hover .pro-img{
    border: 1px solid #cf0306;
}
.products-ul li:hover .pro-text{
    background: #cf0306;
    color: #fff;
}
.products-ul li:hover .pro-text p{
    transform: translateY(-5px);
}
@media(max-width: 599px){
    .page-box{
        margin-top: 20px;
    }
    .products-ul li{
        margin-bottom: 20px;
    }
}
/* 联系我们 */
.index-contact{
    background: #f8f8f8;
}
.contact-title h3{
    color: #222;
}
.contact-title span{
    background: #222;
}
.hcont-ways{
    float: left;
}
.hcont-ways h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.hcont-info{
    margin-bottom: 40px;
}
.hcont-info p{
    color: #666;
    line-height: 28px;
}
.hcont-wechat li{
    display: inline-block;
    min-width: 130px;
    text-align: center;
}
.hcont-wechat li:first-child{
    margin-right: 20px;
}
.wechat-img img{
    display: block;
    width: 100%;
}
.hcont-wechat p{
    color: #666;
    line-height: 30px;
}
.hcont-map{
    float: right;
    padding: 8px;
    background: #fff;
    overflow: hidden;
    width: 69%;
}
.hcont-map img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .hcont-map{
        width: 60%;
    }
    .hcont-info{
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .hcont-ways{
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .hcont-ways h2{
        margin-bottom: 20px;
    }
    .hcont-map{
        float: none;
        width: 100%;
    }
    .hcont-wechat li:first-child{
        margin-right: 10px;
    }
}
@media(max-width: 599px){
    .hcont-ways h2{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .hcont-info p{
        font-size: 14px;
        line-height: 24px;
    }
}
@media(max-width: 1200px){
    .prodtxt-img img{
        display: block;
        width: 100%;
    }
}