* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}
ul li{list-style: none;
}

img {
    border: none;
}

i,
em {
    font-style: normal;
}
@-webkit-keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
/*header*/
.header{ height:110px;
}
.logo,.nav,.h_phone{
    float: left;
}
.logo{
    margin-left: 2%;
    margin-top: 11px;
    position: relative;
    left: -300px;
    opacity: 0;
}
.nav{
    width: 55%;
    margin-left: 3%;
	margin-right:3%;
}
.nav>ul>li{
    width: 12%;
    list-style: none;
    text-align: center;
    float: left;
    height: 110px;
    line-height: 110px;
    cursor: pointer;
    /* position: relative; */
}

.nav>ul>li.active{
    background:url(../images/catave.jpg) no-repeat center;

}
.nav>ul>li.active a {
	color:#FFF;
}
.nav>ul>li a{
    color: #000;
    position: relative;
    font-size: 18px;
}
.nav_er {
    background: #e83828;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: auto;
    z-index: 11;
    display: none;
  }

  .nav_er_con {
    width: 1200px;
    margin: 0 auto;
  }

  .nav_er_con ul li {
    float: left;
    width: 230px;
    margin: 10px 0 10px 8px;
  }

  .nav_er_con ul li a {
    display: block;
    width: 100%;
    height: 165px;
    overflow: hidden;
  }

  .nav_er_con ul li a img {
    width: 100%;
    min-height: 165px;
    transition: all 0.6s;
  }

  .nav_er_con ul span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 15px;
    width: 100%;
    background: #fff;
    line-height: 30px;
  }

  .nav_er_con ul li:hover img {
    transform: scale(1.1);
  }
.h_phone{
    position: relative;
    margin-top: 24px;
    right: -300px;
    opacity: 0;
}
.h_phone i,.h_phone em{
    display: block;
}
.h_phone em{
    color: #000;
    font-size: 15px;
}
.h_phone i{
    font-size: 28px;
    color: #e83828;
    margin-top: 5px;
}
.h_phone::before{
    content: '';
    position: absolute;
    top: 0;
    left: -55px;
    width: 45px;
    height: 45px;
    background: url(../images/icon.png) -506px -14px no-repeat;
}
.search{
    float: right;
    width: 26px;
    height: 24px;
    background: url(../images/icon.png) -517px -111px no-repeat;
    margin-top: 20px;
    margin-top: 39px;
    position: relative;
    right: -300px;
    opacity: 0;
}
.search{
    display: block;
    width: 26px;
    height: 24px;
    animation: ball .6s infinite alternate;
}
.search a{
    display: block;
    width: 100%;
    height: 100%;
}
.h_con{
    width: 100%;
    margin: 0 auto;
   
}
/*banner*/
.banner .swiper-slide{
    height: 820px;
}
.banner:hover .pagination{
    opacity: 1;
}
.banner:hover .arrow-left{
    opacity: 1;
}
.banner:hover .arrow-right{
    opacity: 1;
}
.banner .pagination{
    position: absolute;
    z-index: 20;
    bottom: 120px;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition:all 0.5s;
}
.banner .swiper-pagination-switch{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c8102f;
    margin: 0 3px;
    cursor: pointer; 
}
.banner .swiper-active-switch{
    width: 15px;
    height: 15px;
    border-radius:20px; 
    background: #fff;
}
.banner .arrow-left{
    background: url(../images/b_arrow.png) no-repeat left bottom ;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222; 
    opacity: 0;
    transition:all 0.5s;
}
.banner .arrow-right{
    background: url(../images/b_arrow.png) no-repeat right bottom ;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222; 
    opacity: 0;
    transition:all 0.5s;
}
/*h_b*/

@keyframes tuila_l {
    0%,100%{
        left:0;
    }
    50% {
        left:-10px;
    }
}
@keyframes tuila_r {
    0%,100% {
        right:0;
    }
    50% {
        right:-10px;
    }
}
@keyframes water_line {
    0%{
        margin-left:-32px;
    }
    50% {
         margin-left:-22px;
    }
    100%{
      margin-left:-12px;
    }
}
@keyframes bolang {
    0%{
        background-position:0 0;
    }
    50%{
      background-position:-25px 0;
    }
    100%{
      background-position:-50px 0;
    }
}
.h_b{
    width: 1350px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    position: relative;
    margin-top:-73px;
    z-index: 11111;
	background:#FFF;
	margin-bottom:50px;
    top: 300px;
    opacity: 0;
}
.h_b ul li{
    float: left;
   width: 225px;
   cursor: pointer;
   padding-bottom: 10px;
   position: relative;
   overflow: hidden;
   background:#FFF;
}
.h_b ul li::after{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 1px;
    background: #eaeaea;
    top: 50%;
    margin-top: -30px;
    content: '';
}
.h_b ul li:nth-child(5)::after{
    content: '';
    background: transparent;
}
.h_b ul li:hover{
    background: #e83828;
}
.h_b ul li:hover span{
    color: #fff;
}
.h_b ul li:hover::after{
    content: '';
    background: transparent;
}
.h_b ul li span{
    text-align: center;
    display: block;
	color:#333;
	font-size:16px;
}
.li1:hover .ion_before{
    -webkit-animation: tuila_l 1s linear 0s infinite alternate;
    background: url(../images/index01_before1.png) no-repeat center !important;
}
.li1:hover .ion{
    background: url(../images/index011.png) no-repeat !important;
}
.li1:hover .ion_after{
    -webkit-animation: tuila_r 1s linear 0s infinite alternate;
    background: url(../images/index01_after1.png) no-repeat center !important;
}
.li2:hover .ion{
    background: url(../images/index022.png) no-repeat !important;
}
.li2:hover .ion_before{
    -webkit-animation: water_line 0.8s linear 0s infinite alternate;
    background: url(../images/index02_before1.png) no-repeat center !important;
}
.li3:hover .ion{
    background: url(../images/index033.png) no-repeat !important;
}
.li3:hover .ion_before{
    -webkit-animation: bolang 1.5s linear 0s infinite alternate;
    background: url(../images/index03_before1.png) repeat !important;
}


.li4:hover .ion{
    background: url(../images/index044.png) no-repeat !important;
}
.li4:hover .ion_before{
    -webkit-animation: bolang 1.5s linear 0s infinite alternate;
    background: url(../images/index04_before1.png) repeat !important;
}
.li5:hover .ion{
    background: url(../images/index055.png) no-repeat !important;
}
.li5:hover .ion_before{
    -webkit-animation: bolang 1.5s linear 0s infinite alternate;
    background: url(../images/index05_before1.png) repeat !important;
}

.li6:hover .ion{
    background: url(../images/index066.png) no-repeat !important;
}
.li6:hover .ion_before{
    -webkit-animation: bolang 1.5s linear 0s infinite alternate;
    background: url(../images/index06_before1.png) repeat !important;
}
.ion{
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 25px auto 4px auto;
    position: relative;
}
.h_b ul li:nth-child(1) .ion{
    background-image: url(../images/index01.png);
}


.h_b ul li:nth-child(2) .ion{
    background-image: url(../images/index02.png);
}


.h_b ul li:nth-child(3) .ion_before{
    width: 64px;
    height: 16px;
    position: absolute;
    top: 65%;
    left: 0%;
    transition: all 0.5s ease;
    background: url(../images/index03_before.png) repeat;
}
.h_b ul li:nth-child(3) .ion{
    background-image: url(../images/index03.png);

}
.h_b ul li:nth-child(4) .ion{
    background-image: url(../images/index04.png);
}



.h_b ul li:nth-child(5) .ion{
    background-image: url(../images/index05.png);
}
.h_b ul li:nth-child(6) .ion{
    background-image: url(../images/index06.png);
}
/*service*/
.service{
    margin: 60px 0;
}
.service_con{
    width: 1350px;
    margin: 0 auto;
	margin-top:200px;
    overflow: hidden;
}
.ser_l{
    float: left;
    width: 480px;
    position: relative;
    left: -300px;
    opacity: 0;
}
.ser_r{
    float: right;
}
.ser_l p{
    font-size: 15px;
    color: #333;
    line-height: 28px;
    margin-top: 20px;
}
.ser_l a{
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    width: 150px;
    border-radius: 20px;
    background: #333;
    font-size: 15px;
    margin-top: 30px;
}
.ser_l a:hover{
    background: #e83828;
	color:#FFF;
}
.ser_r ul li{
    float: left;
    width: 830px;
    height: 380px;
    position: relative;
    cursor: pointer;
    right: -300px;
    opacity: 0;
}

.icon{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    transition: all 0.6s;
}
.ser_r ul li:nth-child(1) .icon{
    background-position: -88px -13px;
}
.ser_r ul li:nth-child(2) .icon{
    background-position: -177px -21px;
}
.ser_r ul li:nth-child(3) .icon{
    background-position: -267px -13px;
}
.cir{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.6s;
}
.cir i,.cir em{
    display: block;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cir i{
    width: 100px;
    height: 100px;
}
.cir em{
    width: 150px;
    height: 150px;
}
.cover{
    position: absolute;
    width: 245px;
    height: 350px;
    border: 1px solid rgba(255,255,255,.3);
    margin: 15px;
    opacity: 0;
    transition: all 0.6s;
}
.cover h3{
    color: #fff;
    text-align: center;
    margin: 15px 0;
    font-size: 20px;
    margin: 185px auto 15px auto;
}
.cover>a{
    display: block;
    width: 100px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #e83828;
    border-radius: 15px;
    margin: 0 auto;
    font-size: 15px;
}
.ser_r ul li.active .cir{
    opacity: 0;
}
.ser_r ul li.active .cover{
    opacity: 1;
}
.ser_r ul li.active .icon{
    top: 44%;
}
/*pro*/

.pro_con{
    width: 1300px;
    margin: 0 auto;
}
.tit{
    position: relative;
    top: 300px;
    opacity: 0;
}
.tit span{
    font-size: 45px;
    display: block;
    text-align: center;
    color: #333;
    margin-bottom: 5px;
}
.tit em{
    font-size: 16px;
    color: #333;
    display: block;
    text-align: center;
    position: relative;
    width:800px;
    margin: 0 auto;
}
.tit em::after{
    content: '';
    display: block;
    width: 90px;
    height: 60px;
    background: url(../images/icon.png) -380px -14px no-repeat;
    position: absolute;
    right: 140px;
    top: -70px;
}
.tit i{
    color:#db0f32;
}
.pro_show{
    background: url(../images/pro_bg.png) center center no-repeat;
    margin-top: -0px;
    position: relative;
    top: 300px;
    opacity: 0;
}
.pro_list{
    width: 1300px;
    margin: 30px auto 0 auto;
    position: relative;
    top: 300px;
    z-index: 11111;
    opacity: 0;
}
.pro_show_con{
    width: 1350px;
    margin: 0 auto;
    padding: 100px 0;
}
.pro_list{
    border: 1px solid #d6d6d6;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 5px;
}
.pro_list ul li{
    float: left;
    width: 145px;
    line-height: 45px;
    
    border-radius: 23px ;
    text-align: center;
    margin: 0 8px;
    cursor: pointer;
}
.pro_list ul li a{
    color: #333;
}
.pro_list ul li.active{
    background: #db0f32;
}
.pro_list ul li.active a{
    color: #fff;
}
.pro_litpic{
    width: 1350px;
    margin: 30px auto;
    height: 600px;
    overflow: hidden;

}
.pro_litpic li {
    width: 330px;
    margin: 5px 3px;
    overflow: hidden;
    float: left;
    cursor: pointer;
}
.pro_litpic li a {
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.pro_litpic li span {
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    color: #333;
    background: #e7e6e6;
}
.myClass{
    background-position:center center; 
    -webkit-background-size: cover;  
    -moz-background-size: cover;  
    -o-background-size: cover; 
    background-size:cover;
    height: 330px;
    transform: scale(1.2);
    }
.pro_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.pro_cover img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -85px;
    margin-left: -130px;
}
.pro_litpic li:hover .pro_cover{
    opacity: 1;
}
.pro_litpic li:hover span{
    background: #333;
    color:#fff;
}
/*com*/
.com{
    background: url(../images/com_bg.png) center center no-repeat;
    padding-bottom: 80px;
    padding-top: 50px;
}

.com1{
    background: url(../images/com_bg1.png) center center no-repeat;
    padding-bottom: 80px;
    padding-top: 50px;
}

.com_con{
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}
.com_l{
    float: left;
    width: 630px;
    position: relative;
    left: -300px;
    opacity: 0;
}

.com_l h3{
	font-size:46px; font-weight:bold; color:#000;
}

.com_l p{
    font-size: 15px;
    color: #333;
    line-height: 28px;


}
.cvv{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 455px;
	height:55px;
    line-height: 55px;

    background:url(../images/tell011.png) no-repeat center;
    margin-top: 30px;
}

.com_r{
    float: right;
    position: relative;
    right: -300px;
    opacity: 0;
}
/*adv*/
.adv{
    background: url(../images/adv_bg.png) top no-repeat;
}
.adv_con{
    width: 1350px;
    margin: 0 auto;
    padding: 47px 0 80px 0;
}
.adv_tit{
    text-align: center;
    color: #fff;
    position: relative;
    top: 300px;

    opacity: 0;
}
.adv_tit h3{
    font-size: 45px;
}
.adv_tit span{
    font-size: 32px;
	color:#F00;
}
.adv_tit span::before{
    content: '';
    display: inline-block;
    width: 34px;
    height: 39px;
    background: url(../images/icon.png) -116px -111px no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.adv_tit p{
    margin: 12px 0;
	font-size:16px;
}
.adv_con ul{
    padding: 0 55px;
    margin-top: 40px;
    overflow: initial;
}
.adv_con ul::after{
    display: block;
    content: '';
    clear: both;
}
.adv_con ul li{
    float: left;
    width: 295px;
    height: 360px;
    border-radius: 30px;
    margin: 0 7px;
	    margin-top: 50px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    position: relative;
    opacity: 0;
    left: -300px;
}
.adv_con ul li:hover span img{
    transform: scale(1.1);
}
.adv_con ul li span{
    display: block;
    width: 125px; 
	margin:0px auto;
    height: 125px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	position:relative; margin-top:-60px;

}
.adv_con ul li span img{
    width: 100%;
    height: auto;
    min-height: 125px;
    transition: all 0.6s;
}
.adv_con ul li em{
    font-size: 35px;
    font-weight: bold;
    color: #333;
	
    text-align: center;
    margin: 25px 0;
    padding: 0 30px;
    display: block;
}
.adv_con ul li i{
    display: block;
    width: 30px;
	    text-align: center;
	    margin: 0px auto;
    height: 4px;
    background: #f84747;

    margin-bottom: 15px;
}
.adv_con ul li p{
    font-size: 15px;
    color: #333;
	text-align:center;
    line-height: 28px;
    padding: 0 20px;
}
.adv_con a{
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    background: url(../images/adv_a.png) center center no-repeat;
    left: 50%;
    margin-left: -33px;
    bottom: -33px;
}
/*honor*/
.honor {
    background: url(../images/honor_bg.png) top left no-repeat;

}

.honor_con {
    width: 1350px;
    margin: 0 auto;
    position: relative;
}

.honor_go {
    width: 1350px;
    overflow: hidden;
    margin: 0 auto;
}

.honor_con>span {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 48%;
    margin-top: -25px;
    z-index: 2;
    cursor: pointer;
}

.h_arl {
    left: 72px;
    background: url(../images/icon1.png) -11px -128px no-repeat;
}

.h_arr {
    left: 480px;
    background: url(../images/icon1.png) -81px -144px no-repeat;
}

.honor_go ul {
    margin: 0 auto;
    position: relative;
}

.honor_go ul li {
    overflow: hidden;
    float: left;
}

.honor_des {
    float: right;
    width: 700px;
    padding: 80px 0;
    margin-left: 48px;
    position: relative;
    right: -300px;
    opacity: 0;
}

.honor_des span {
    font-size: 42px;
    color: #cacaca;
    font-weight: bold;
}

.honor_des span em {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ff0208;
    vertical-align: middle;
    margin-bottom: 8px;
    margin-right: 15px;
}

.honor_des h3 {
    font-size: 28px;
    margin: 20px 0;
    color: #343434;
}

.honor_des p {
    color: #333;
    line-height: 30px;
}

.honor_des a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    width: 150px;
    line-height: 45px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #e83828;
    margin-top: 30px;
}
.honor_des a:hover{
    background: #333;
}

.honor_img {
    float:left;
    position: relative;
    width: 602px;
    height: 502px;
    left: -300px;
    opacity: 0;
}
.honor_img img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s;
}
.line{
    width: 100%;
    height: 1px;
    background: #e83828;
}
/*news*/
.news{
    margin-top: 40px;
}


/*f_t*/
.f_t{
    background: url(../images/f_t_bt.png) center center no-repeat;
    width: 100%;
    height: 140px;
    margin-top: 60px;
}
.f_t_con{
    width: 1350px;
    height: 140px;
    margin: 0 auto;
    position: relative;
}
.f_t_con span,.f_t_con a{
    display: block;
    position: absolute;
    color: #fff;
    font-weight: bold;
}
.f_t_con span{
    font-size: 26px;
    left: 180px;
    top: 80px;
}
.f_t_con a{
    font-size: 17px;
}
.lianxi{
    right: 245px;
    top: 65px;
}
.liuyan{
    right: 61px;
    top: 65px;
}
/*footer*/
.footer{
    background: url(../images/footer.jpg) top left repeat;
}
.f_nav_con,.f_contact_con,.link_con,.f_b_con{
    width: 1350px;
    margin: 0 auto;
}
.f_nav,.f_contact,.link{
    border-bottom: 1px solid #454442;
}
.f_nav_con ul li{
    float: left;
	width:165px;

    line-height: 92px;
}
.f_nav_con ul li a{
    color: #999;
	font-size:16px;
}
.f_nav_con ul li a:hover{
    color: #fff;
}
.f_nav_con ul li::after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #999999;
    margin-left: 40px;
}
.f_contact_con{
    overflow: hidden;
    margin: 60px auto;
}
.f_contact_con ul{
    float: left;
}
.share{
    float: right;
}
.f_contact_con ul li{
    float: left;
    color: #999; font-size:16px;
    margin-right: 50px;
}
.f_contact_con_icon{
    display: inline-block;
    vertical-align: middle;
}
.f_contact_con_des{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.f_contact_con ul li span{
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}
.share{
    overflow: hidden;
    position: relative;
}
.xin{
    float: left;
}
.share h6{
    position: absolute;
    left: 80px;
    top: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
.share_btn{
    float: left;
    overflow: hidden;
    margin-top: 40px;
    margin-left: 15px;
}
.share_btn a{
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 5px;
}
.f_ewm{
    background: url(../images/footer7.png) top left no-repeat;
}
.f_phone_num{
    background: url(../images/footer8.png) top left no-repeat;
}
.f_weibo{
    background: url(../images/footer9.png) top left no-repeat;
}
.link_con span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 30px 0;
}
.link_con span::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 10px;
    background: url(../images/footer10.png) top left no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.link_con ul{
    display: inline-block;
    vertical-align: middle;
}
.link_con ul li{
    float: left;
    margin-right: 30px;
}
.link_con ul li a{
    font-size: 14px;
    color: #999;
}
.link_con ul li a:hover{
    color: #fff;
}
.f_b{
    overflow: hidden;
    width: 1350px;
	text-align:center;
    margin: 0 auto;
}
.f_b p{

}
.f_b p{
    font-size: 15px;
    color: #999;
    line-height: 90px;
}
.f_b p a{
    font-size: 15px;
    color: #999;
}
.f_b span{


}
@media screen and (max-width:1600px) {
    .h_con{
        width: 100%;
    }
    .logo{
        width: 20%;
    }
    .logo img{
        width: 100%;
    }
    .nav {
        width: 54%;
        margin-left: 2%;
    }
    .nav>ul>li {
        width: 14%;
        list-style: none;
        text-align: center;
        float: left;
        height: 110px;
        line-height: 110px;
        cursor: pointer;
        position: relative;
    }
    .h_phone{
        float: right;
    }
    .search{
        display: none;
    }
}




.bd{
	width:100%; background:url(../images/pro_bg.png) no-repeat top; height:805px; padding-top:60px;}
	
	
.huoban{
	width:1360px; height:300px; margin-top:30px;   top: 300px; position: relative;
    opacity: 0;   }
.huoban ul li{
	width:250px; height:135px;  float:left; margin-right:15px; margin-bottom:15px;     }
	
	
	.case_con{
    width: 95%;
	position: relative;
	top: 300px;
    opacity: 0;
    margin: 0px auto 0 auto;
    overflow: hidden;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width:430px;
    height: 380px;
    float: left;
    margin-left: 5px;
	margin-right: 5px;
	background: #fff;

    overflow: hidden;
	text-align: center;
}
.case_go ul li .alimg {
	display: block;
    width: 430px;
    height: 380px;
	overflow: hidden;
}
.myClassa{
	background-position:center center; 
	-webkit-background-size: cover;  
	-moz-background-size: cover;  
	-o-background-size: cover; 
	background-size:cover;
	width: 430px;
    height: 380px;
	transition: all 0.6s;
	}
.case_go ul li p{
	 text-align: center;
	 font-size: 16px;
	 color: #222;
	 line-height: 60px;
}
.case_go ul li p .altitle{
	float: left;
	font-size: 16px;
	color: #fff;
	 width:430px; height:50px; line-height:50px; background:#131313; position:relative; margin-top:-50px; text-align:center; 
	 
	 

}
.case_go ul li p .almore{
	float: right;
	color: #cdcdcd;
	font-size: 20px;
}
.case_go ul li:hover .altitle{
	color: #fff;
	padding-left: 15px;
}
.case_go ul li:hover .almore{
   color: #155cbc;
}

.case_go ul li:hover .alimg .myClassa{
    transform: scale(1.1);
}
.case_a,.case_b{
    float: left;
}


.anlai{
	width:1360px; height:92px;  margin:0px auto;}
.bian{
	width: 10px; height:80px; background:#cb2819; float:left; margin-right:10px; margin-top:10px;}
.biat{
	font-size:43px; font-weight:bold; color:#000; }
	
.biatp{
	line-height:36px; font-size:16px;}
.bian_b{
	width:900px; height:92px; float:left;}
.bian_c{
	width:125px; height:45px; float:right; background:#dedede; border-radius: 30px; margin-top:30px; line-height:45px; text-align:center; color:#666;}
.bian_c a{ color:#666; font-size:16px; display:block;}
.bian_c a:hover{ color:#fff; font-size:16px; display:block; background:#F00; border-radius: 30px;}




.new_l{
	width:1360px; height:280px; margin:0px auto; 	position: relative;
	top: 300px;
    opacity: 0; }



	.news_list1{width:100%;border:none !important;}
.news_list1 li{width:47%;height:65px;margin:10px 4.2% 0px 0;cursor:pointer; float:left; }
.news_list1 li:nth-child(2n){margin-right:0;}
.news_list1 li .time{width:14.8%;height:85px; float:left;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.news_list1 li .time p{display:block;width:100%;height:40px;line-height:40px;font-size:24px;font-weight:bold;color:#01a38c;text-align:center;margin-top:12px;}
.news_list1 li .time span{display:block;width:100%;height:22px;line-height:22px;color:#01a39b;font-size:16px;text-align:center;}
.news_list1 li .wz{float:right;width:100%;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.news_list1 li .wz .tlt{display:block;height:36px;line-height:36px;color:#333;font-size:16px;overflow: hidden; font-weight:bold; text-overflow: ellipsis; white-space:nowrap;position:relative;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.news_list1 li .wz .tlt:after{content:'';display:block;width:0;height:1px;background:#e83928;position:absolute;top:50%;left:0;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.news_list1 li:hover .wz .tlt{color: #e83928;}
.news_list1 li .wz p{color: #999;line-height:30px; font-size:14px;height:30px;overflow:hidden;}
.news_list1 li:hover .time{background:#01a38c;margin-top:-5px;}
.news_list1 li:hover .time p{color:#fff;}
.news_list1 li:hover .time span{color:#fff;}
.news_list1 li:hover .wz{margin-top:0px;}
.news_list1 li:hover .wz .tlt:after{content:'';width:30px;}
.news_list1 li:hover .wz .tlt{padding-left:35px;}


.news_con{
    width: 1350px;
    margin: 0px auto 0 auto;
    overflow: hidden;
		position: relative;
	top: 300px;
    opacity: 0;
}
.news_con ul li{
    float: left;
    width: 650px;
    height: 180px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
	border:#dddddd 1px solid;
	margin-right:30px;

    position: relative;

}
.news_con ul li:nth-child(2){

	margin-right:0px;

}
.n_l{
    float: left;
    width: 230px;
    height: 190px;
    overflow: hidden;

}
.n_l img{
    width: 103%;
    height: auto;
    min-height: 170px;
    transition: all 0.6s;
}
.news_con ul li:hover img{
    transform: scale(1.1);
}
.n_r{
    float: right;
    width: 380px;
	margin-right:10px;
    margin-top: 15px;
}
.n_r strong{
    color: #333;
    font-size: 17px;
}
.n_r p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin: 10px 0;
}
.n_r em{
    font-size: 15px;
    color: #666;
    background: url(../images/time.png) left center no-repeat;

    font-family: "Arial"
}
.n_r i{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    background: #1662c8;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.n_r i::after{
    content: '';
    display: block;
    width: 16px;
    height: 25px;
    background: url(../images/jta.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
}
.news_con ul li:hover .n_r strong{
   color: #e83928;
   padding-left: 13px;
   transition: all 0.6s;
}



.index_class{ width: 100%; overflow: hidden;}
.index_class ul{width:1213px;}
.index_class ul li{ width:160px;margin-right:13px; float: left;margin-top:10px; }
.index_class ul li a{display: block; background:#d70800 url(../images/classBG.png) center center no-repeat; text-align: center; font-size: 15px; line-height:55px; height: 55px; color: #fff;}
.index_class ul li a span{ display:block; }
.index_class ul li.last a{background: #fff; color: #dc0000;line-height:53px; height: 53px;border:1px solid #dc0000;}
.index_class ul li a:hover{ background: #000 url(../images/classBG.png) center center no-repeat; }
.index_class ul li.last a:hover{border:1px solid #000; color: #fff;}
.indexMain .product{ position:relative; z-index:10; }
.left_class{  float:left; }
.left_class .classT{ height: 90px; background:#e83828; position: relative;z-index: 10; text-align: center; }
.left_class .classT .div1{ color:#fff; font-size:30px; font-weight: 700;padding-top:10px;}
.left_class .classT .div2{ color:#fbb1ae; font-size: 13px; }
.left_class .classBox{ padding:0px 0 5px 0;background:#fff; }
.left_class .classBox li{ margin:auto; margin-top:3px; }
.left_class .classBox li a{ font-size: 16px; color: #333; height:40px; line-height:40px; display: block; background:#eee; text-align: left;}
.left_class .classBox li a .name{ display:inline-block;padding-left:30px;}
.left_class .classBox li a:hover{ background: #e83828;  color: #fff; }
.left_class .classBox li a:hover span{}
.left_class .lxwm{ margin-top:5px; background: #e83828;}
.left_class .lxwm .t{ height:95px; background:url(../images/contact.jpg) center center no-repeat;}
.left_class .lxwm .lxwm_box{ padding:8px 10px;}
.left_class .lxwm .lxwm_box p{ line-height:22px; color:#fff; font-size:14px; padding:11px 0;border-bottom: 1px dashed #a70701;}
.left_class .lxwm .lxwm_box p:last-child{border:0;}
.left_class .lxwm .lxwm_box p span{color: #b7b7b7;  font-size: 12px; padding-right:12px;}
.left_class .lxwm .lxwm_box .lxBtn{ display: block; width:135px; height:40px; line-height: 40px; background:#ff9c00; margin:auto;margin-top:20px; text-align: center; color: #fff; font-size: 15px; border-top:1px solid #de8903; border-bottom:1px solid #de8903; }
.left_class .more{display: block; height:55px; text-align: center; line-height:55px; color: #666; background:#000; font-size: 25px;}
.left_class .more:hover{ color: #fff;  }

.nav{ position:relative;}
.navMain{ position:relative; }
.nav .navMain .navLi{ float:left; position:relative;width:12%;}
.nav .navMain .navLi.indexLi{}
.nav .navMain .navLi.indexLi a.a1{}
.nav .navMain .navLi:last-child a.a1{ }
.nav .navMain .navLi a.a1{ display:block; color:#000;  position:relative; height:110px; line-height:110px; text-align:center; font-size:18px; }
.nav .navMain .navLi a.a1 span{}
.nav .navMain .navLi a.a1::after{ display:none; content:''; position:absolute; top:-2px; left:0; width:100%; height:0; border-top:3px solid #327eec;}
.nav .navMain .navLi:hover a.a1,.nav .navMain .navLi.active a.a1{ color: #fff; background:url(../images/catave.jpg) no-repeat center; }
.nav .navMain .navLi:hover a.a1::after,.nav .navMain .navLi.active a.a1::after{}
.nav .navMain .navLi .dh2{ width:100%; padding:0px 0; top:100%; left:0;position:absolute; z-index:1000; display:none; overflow:hidden; background-color:#fff;box-shadow:0 3px 15px rgba(0,0,0,0.1); }
.nav .navMain .navLi .dh2 a.a2{ display:block;text-align:  center; color:#666; margin:auto; line-height:20px; font-size:17px; padding:15px 0; border-bottom:1px solid #ddd;}
.nav .navMain .navLi .dh2 a.a3 span{}
.nav .navMain .navLi .dh2 a.a2 span{ }
.nav .navMain .navLi .dh2 a.a2:hover span{}
.nav .navMain .navLi .dh2 a.a2:hover,.nav .navMain .navLi .dh2 a.a3:hover{  background:#e83828; color: #fff; }
.nav .navMain .navLi .dh2 a.a3{ display: block; width:200px; float:left; line-height:20px; font-size:14px; padding:15px 0; margin:0px 5px; border-bottom:1px solid #ebebeb; }
.nav .navMain .navLi:hover .dh2{ display:block;}