.totop{
    border-radius: 5px;
    position: fixed;
    bottom: 5%;
    right: 4%;
    width: 40px;
    height: 40px;
    z-index: 10000;
    background: #0b66cc url("../images/totop.png") no-repeat center;
    opacity: 0;
}
/*header*/
.header{
    height: 37.5vw;
    position: relative;
    overflow: hidden;
}
.nav{
    background: #ffffff;
    position: absolute;
    bottom:40px;
    height: 75px;
    border-radius: 5px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
}
.nav>a{
    float:left;
    text-align: center;
    width: 157.8px;
    height: 75px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.nav>a:first-of-type{
    background:#0b66c1 url("../images/home.png") no-repeat center;
    width: 95px;
    height: 75px;
    border-radius: 5px 0 0 5px;
}
.nav>a span{
    font-size: 16px;
    color: #474747;
    display: block;
    padding-top: 20px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.nav>a small{
    font-size: 12px;
    color: #868686;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.nav a:hover{
    background: #0b66c1;
}
.nav a:hover span{ color: #fff;}
.nav a:hover small{ color: #fff;}

#NavStyle{
    background-color: #a90d15;
    background-color:-moz-linear-gradient(0deg, #c33742, #a90d15);
    background-color:-webkit-linear-gradient(0deg,#c33742,#a90d15);
    background-color:-o-linear-gradient(0deg, #c33742, #a90d15);
}
#thyNavStyle:before{
    width:100%;
}
.logo{
    position: absolute;
    top:48px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
}
.logo>a{
    float:left;
}
.logo .tel{
    float:right;
    text-align: right;
}
.tel span{
    font-size: 14px;
    padding-left: 40px;
    color: #fff;
    background: url("../images/tel.png") no-repeat left center;
}
.tel p:first-of-type{
    margin-top: 10px;
}
.tel p{
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

/*banenr*/
.swiper-banner .swiper-slide {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.swiper-banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}
.swiper-banner .swiper-pagination-bullet{
    width:8px;
    height: 8px;
    border-radius: 50%;
    border:none;
    background:#fff;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.swiper-banner .swiper-pagination{
    right:4%!important;
}
.swiper-banner .swiper-pagination span{    margin: 20px 0!important;
    position: relative;
}
.swiper-banner .swiper-pagination-bullet-active:before{
    position: absolute;
    top:50%;
    left:50%;
    content: '';
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: none;
}


/*main*/
.title{
    text-align: center;
    margin-bottom: 56px;
}
.title h2{
    line-height: 68px;
    font-size: 36px;
    color: #3b3b3b;
    background: url("../images/titlebg1.png") no-repeat center;
}
.title h2 span{
    color: #0b66c1;
}
.title p{
    font-size: 18px;
    color: #7e7e7e;
    line-height: 35px;
}

/*product*/
.product{
    padding-top: 43px;
    padding-bottom: 30px;
}
.product_left{
    float:left;
    width: 248px;
}
.pro_left_top{
    color: #fff;
    background: #0b66c1;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}
.pro_left_top h4{font-size:30px;}
.pro_left_top p{font-size:16px;
    line-height: 30px;
    letter-spacing: 3px;
}
.flicon{
    background:#ffa82b url("../images/flicon.png") no-repeat 67px center;
    color: #fff;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 35px;
    width: 100%;
    padding-left:98px ;
}
.flicon2{
    background:#ffa82b url("../images/flicon2.png") no-repeat 67px center;
}
.product_left ul{
    width:100%;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:17px;
}
.product_left ul li{
    margin-bottom: 14px;
}
.product_left ul li:last-of-type{
    margin-bottom: 0;
}
.product_left ul li a{
    display: block;
    width:100%;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #b0b0b0 url("../images/prolist.png") no-repeat left 20px center;
    padding-left: 34px;
    font-size: 14px;
    color: #3f3f3f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.product_left ul li a:hover{
    color: #fff;
    background: #0b66c1 url("../images/prolist_hover.png") no-repeat left 20px center;
}
.protel{
    background: #0b66c1;
    color: #fff;
    padding:20px 0;
}
.protel small{  padding-left: 42px;
    font-size: 14px;
    line-height: 25px;
    background: url("../images/protel.png") no-repeat 10px center;
}
.protel p{  padding-left: 42px;
    line-height: 35px;
    font-size: 18px;}

.product_right{
    float:right;
    width: 875px;
}
.product_right ul li {
    float:left;
    margin-right: 8px;
    margin-bottom: 15px;
}
.product_right ul li:nth-of-type(3n){
    margin-right: 0;
}
.product_right ul li a{
    width: 286px;
    display: block;
}
.product_right ul li b{
    width: 100%;
    height: 225px;
}
.product_right ul li p{
    width: 100%;
    text-align: center;
    color: #fff;
    background: #0b66c1;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.product_right ul li a:hover p{
    background: #ffa82b;
}

/*advantage*/
.advantage{
    padding-top: 37px;
    background: url("../images/advbg.jpg") no-repeat center top;
}

.advantage .title h2{
    color: #fff;
    background:url("../images/titlebg2.png") no-repeat center;
}
.advantage .title p{
    color: #fff;
}
.advantage .title>small{
    background: url("../images/advtel.png") no-repeat left center;
    padding-left: 36px;
    font-size: 16px;
    display: block;
    line-height: 42px;
    color: #fff;
    text-align: center;
    width: 504px;
    margin:0 auto;
}
.swiper-advantage .img_jz{
    float:left;
    width:600px;
    height: 412px;
}
.adv_text{
    float:right;
    width: 600px;
    height: 412px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:43px 60px;
    background:#fff url("../images/advline.png") no-repeat center;
}
.adv_text h4{
    font-size: 26px;
    color: #0b66c1;
    font-weight: normal;
    margin-top: 90px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
}
.adv_text h4 span{
    font-size: 14px;
    color: #a9a9a9;
    font-weight: lighter;
    text-transform: uppercase;
}
.adv_text small{
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 24px;
    display: block;
    margin-bottom: 15px;
    background: url("../images/icon.png") no-repeat left center;
}
.adv_text a{
    display: block;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    width: 158px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 35px;
    background:#ee7e0a url("../images/jt.png") no-repeat 85% center;

}
.swiper-advantage .swiper-pagination-current{
    font-size: 40px;
    color: #0b66c1;
}
.swiper-advantage .swiper-pagination-total{
    font-size: 24px;
    color: #8e8e8e;
    padding:0 10px;
    padding-top: 10px;
    background: url("../images/advnext.png") no-repeat center top;
}

.swiper-advantage .swiper-pagination{
    color: #e4e4e4;
    font-weight: lighter;
    font-size: 35px;
    left: 97px!important;
    top: 42px;
}
/*case*/
.case{
    padding-top: 45px;
}
.case_left{
    float:left;
    width: 260px;
}
.case_left a{
    display: block;
    background: #0b66c1;
    position: relative;
    width:100%;
    height:80px;
    margin-bottom: 1px;
}
.case_left a:before{
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    width: 0;
    height: 100%;
    background: #ee7e0a;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.case_left a:hover:before{
    width:105%;
}
.case_left_hover:before{
    width: 105% !important;
}
.case_left span{
    position: absolute;
    display: block;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    line-height: 80px;
    padding-left:116px;
    font-size: 20px;
    color: #fff;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.case_left a:first-of-type span{ background:url("../images/caseicon01.png") no-repeat 40px center;}
.case_left a:nth-of-type(2) span{ background:url("../images/caseicon02.png") no-repeat 40px center;}
.case_left a:nth-of-type(3) span{ background:url("../images/caseicon03.png") no-repeat 40px center;}
.case_left a:nth-of-type(4) span{ background:url("../images/caseicon04.png") no-repeat 40px center;}
.case_left a:nth-of-type(5) span{ background:url("../images/caseicon05.png") no-repeat 40px center;}
.case_right{
    float:right;
    width: 935px;
}
.case_right>div{
    display: none;
}
.case_right a{
    display: block;
    float:left;
    width: 461px;
    height: 404px;
    cursor: pointer;
}
.case_right a:first-of-type{
    margin-right: 11px;
}
/*company*/
.company{
    margin-top: 60px;
    padding-top:75px;
    background: url("../images/companybg.jpg") no-repeat center;
}
.company .title h2,.company .title p{  color: #fff;}
.comtel{
    background: url("../images/protel.png") no-repeat left top;
    padding-left: 42px;
    margin-top: 21px;
}
.comtel p{
    margin-bottom: 11px;
    font-size: 14px;
    color: #fff;
}
.com_left{float:left;
    width: 295px;
}
.com_right{
    float:right;
    width: 905px;
    height: 360px;
    padding:40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.74);
}
.com_right>div{
    font-size: 16px;
    color: #626262;
    line-height: 42px;
}
.com_right>a{
    color: #fff;
    background: #ee7e0a url("../images/com_right.png") no-repeat 80% center;
    display: block;
    width: 203px;
    line-height: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 47px;
    margin-top: 30px;
}

/*news*/
.newsbg{
   padding-top:47px;
    padding-bottom: 30px;
}
.news{
    float:left;
    width: 680px;
}
.news a{
    display: block;
    border-bottom: 1px dashed #949494;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.news a:first-of-type h5{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    padding-top: 22px;
    margin-bottom: 10px;
    background: url("../images/hot.png") no-repeat left center;
    padding-left: 135px;
}
.news a h5{
    line-height: 50px;
    font-weight: normal;
    font-size: 22px;
    color: #454545;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news a small{
    font-size: 14px;
    color: #868686;
    line-height: 33px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news a:hover small{
    color: #0b62ba;
}
.ques{
    float:right;
    width: 467px;
    border: 1px solid #e5e5e5;
    padding:16px 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.questit h2{
    font-size: 30px;
    color: #414141;
    float:left;
    font-weight: normal;
}
.questit{
    margin-bottom: 15px;
}
.questit a{
    font-size: 16px;
    color: #7a7a7a;
    float:right;
}
.ques_box{
    height: 233px;
    overflow: hidden;
}
.ques_box ul li a{
    display: block;
    padding-bottom: 12px;
    border-bottom: 1px dashed #b8b8b8;
    padding-top: 16px;
}
.ques_box ul li a p{
    font-size: 16px;
    padding-left: 34px;
    color: #4e4d4d;
    margin-bottom: 9px;
    background: url("../images/q.png") no-repeat left top;
}
.ques_box ul li a small{
    font-size: 14px;
    color: #858585;
    display: block;
    line-height: 28px;
    background: url("../images/a.png") no-repeat left top;
    padding-left: 34px;
}
/*indexmessage*/
.indexmessage{
    background: url("../images/msgbg.jpg") no-repeat center;
    padding:41px 0;
}
.indexmessage input::-webkit-input-placeholder{
    color: #ddd;
}
.indexmessage input:-moz-placeholder{
    color: #fff;
}
.indexmessage input::-moz-placeholder{
    color: #fff;
}
.indexmessage input:-ms-input-placeholder{
    color: #fff;
}
#indexform input{
    float:left;
    color: #fff;
    line-height: 50px;
    width: 266px;
    border: 1px solid #6fa6de;
    margin-right:9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    background: none;
}
#indexform input[type=submit]{
    border:1px solid #fff;
    font-size: 18px;
    color: #0b66c1;
    font-weight: bold;
    width: 242px;
    background:#fff url("../images/gis.png") no-repeat 47px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 87px;
    text-align: left;
}
#indexform a{
    float:right;
    color: #fff;
    font-size: 16px;
    padding-left: 40px;
    display: block;
    line-height: 52px;
    background: url("../images/kf.png") no-repeat left center;
}

/*footer*/
#footer {
    background: #222222;
    padding-top: 73px;
    padding-bottom: 60px;
}
.fot_top{
    text-align: center;
}
.fot_top>img{
    margin:0 auto;
}
.fot_top ul{
    margin-top:20px;
    margin-bottom: 67px;
}
.fot_top ul li{
    float:left;
    background: url("../images/fotline.png") no-repeat right center;
}
.fot_top ul li:last-of-type{
    background: none;
}
.fot_top ul li a{
    display:block;
    font-size: 16px;
    color: #fff;
    width: 171px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.fot_top ul li a:hover{color: #fff;font-weight: normal}

.fot_mid li{
    border:1px solid #555555;
    padding-top: 32px;
    padding-right: 26px;
    float:left;
    width: 400px;
    height: 170px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fot_mid{
    margin-bottom: 50px;
}
.fot_mid li:nth-of-type(2){
    border-left: 0;
    border-right: 0;
}
.fot_mid li p{
    font-size: 14px;
    color: #e67d08;
    margin-top: 14px;
    margin-bottom: 7px;
}
.fot_mid li small{
    font-size: 14px;
    color: #fff;
}

.fot_bottom p,.fot_bottom a{
    font-size: 14px;
    float:left;
    font-weight: lighter;
    color: #a2a2a2;
}





/*totop*/
.izl-rmenu{position:fixed;right:0;bottom:10px;padding-bottom:73px;z-index:999;
    background:url(../images/r_b.png) 0px bottom no-repeat;
}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}
