* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    overflow: hidden;
}

a {
    text-decoration: none;
}
i,em{
    font-style: normal;
    display: block;
}
img{
    border: none;
}
.wid{
    width: 1350px;
    margin: 0 auto;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}
/*header*/
.header{
    width: 100%;
    height: 115px;
	background:#FFF;
	border-bottom:#CCC 1px solid;

    position: relative;
    z-index: 111;
}
.h_con{
    width: 90%;
    float: right;
}
.logo,.nav,.h_phone{
    float: left;
}
.logo{
    margin-top: 14px;
}
.nav{
    margin-left: 50px;
}
.nav>li{
    float: left;
    width: 100px;
    margin: 0 5px;
    line-height: 115px;
    text-align: center;
    height: 115px;
}
.nav>li.active{
    background: #018f46;
}
.nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #000;
}
.nav>li>a:hover{
    content: '';
    display: block;
	 color:#FFF;

}
.nav>li.active>a::after{
    opacity: 1;
}
.h_phone{
    font-size: 36px;
    letter-spacing: -1px;
    
    margin-left: 30px;
    color: #d84221;
	line-height:40px;
	text-align:right;

	width:240px; height:86px;

    padding-left: 40px;
	    background:url(../images/tell.jpg) no-repeat left;

}
.h_phone span{
	padding-top:45px !important;
	display:block;


}


/*banner*/
.banner{
    height: 740px;
    position: relative;
}
.banner .swiper-container {
    height: 740px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .swiper-slide {
    height: 740px;
}

.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: 20px;
    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: #0162ef;
    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 */
.h_b{
    width: 100%;
    height: 70px;
    background: #01b1ed;
    box-sizing: border-box;
  
}
.h_b_phone,.hot{
    float: left;
}
.h_b_phone{
    color: #fff;
	line-height:70px;

    position: relative;

}

.h_b_phone em{
    font-size: 16px;
	float:left;
}
.h_b_phone h3{
    font-size: 36px;
    letter-spacing: -1px;
}
.hot{
    margin-left: 135px;
    margin-top: 15px;
}
.hot::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 34px;
    background: url(../images/icon.png) -174px -26px;
    margin-right: 8px;
}
.hot ul li{
    margin-right: 15px;
    float: left;
    font-size: 15px;
}
.hot ul li a{
    color: #333;
}
.hot ul li::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 1px;
    background: #c3c3c3;
    margin-bottom: 2px;
    margin-left: 5px;
}
.hot span{
    display: inline-block;
    vertical-align: middle;
    margin-right: -1px;
}
.hot ul{
    display: inline-block;
    vertical-align: middle;
    margin-top:2px;
}
/* pro */
.pro{
    margin-top: 0px;

	background:url(../images/pro.jpg) no-repeat top;
}
.tit{
    text-align: center;

	background:url(../images/title.png) no-repeat center;

}
.tit p{
    color: #333;
}
.pro_list{
    background: #018f46;
	border-radius:30px;
    margin: 30px auto;
}
.pro_list li{
    width: 225px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    border-bottom: 5px solid #e41006;
}
.pro_list li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.pro_list li a::after{
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #15af60;
    position: absolute;
    right: 0;
    top: 24px;
}
.pro_list li:hover{
    background: #e30b01;
    border-bottom: 5px solid #c60c03;
}
.pro_list li:last-child a::after{
    background: none;
}


.pro_litpic {
    width: 90%;
    margin: 0px auto;
    height: 650px;
    overflow: hidden;
}
.pro_go>ul>li {
    width: 24.6%;
    margin: 5px 0.2%;
    float: left;
    overflow: hidden;
    position: relative;
}
.pro_go>ul>li>a {
    display: block;
    overflow: hidden;
}
.pro_go>ul>li a span {
    display: block;
    width: 100%;
    height: auto;
    height: 330px;
    position: relative;
    overflow: hidden;
}
.pro_go>ul>li a span img{
    width: 100%;
    height: auto;
    min-height: 330px;
    transition: all .6s;
}
.pro_go>ul>li a span em{
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: -190px;
    left: 0;
    background: rgba(1,177,237,.9);
    box-sizing: border-box;
    padding-top: 5px;
    transition: all .6s;
}
.pro_go>ul>li a span em i{
    width: 120px;
    height: 131px;
    background: url(../images/small_logo.png);
    margin: 10px auto;
}
.pro_go>ul>li a span em strong{
    display: block;
    width: 175px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    background: #e30b01;
    margin: 0 auto;
    text-align: center;
    border-radius: 15px;
}
.pro_go>ul>li div{
    border-left: 1px solid #dcdcdc ;
    border-right: 1px solid #dcdcdc ;
    border-bottom: 1px solid #dcdcdc ;
    text-align: center;
	
    color: #fff;
	height:67px;
	line-height:90px;
	background:url(../images/bia.png) no-repeat center; position:relative; margin-top:-24px;
    width: 100%;
    box-sizing: border-box;
}
.pro_go>ul>li:hover img{
    transform: scale(1.1);
}
.pro_go>ul>li:hover em{
    bottom: 0;
}


.zizhi01{
	width:100%; height:410px; background:url(../images/bee.jpg) no-repeat center;}
.zizhi01_b{
	width:1340px; height:310px; background:url(../images/zizhi.png) no-repeat center; margin:0px auto; padding-top:30px;}
/* com */
.com{
    width: 100%;
    height: 515px;
    background: url(../images/com_bg.jpg) center center no-repeat;
    position: relative;
	margin-top:50px;
}
.com_r{
    float: right;
    width: 850px;
    margin-top: 60px;
}
.com_r p{
    font-size: 15px;
    color: #000;
    line-height: 30px;
    margin-top: 25px;
}
.com_r a{
    display: block;
    width: 175px;
    height: 48px;
    background: url(../images/icon.png) -20px -198px;
    margin-top: 30px;
}
.com_r h1{
	font-size:55px; font-weight:bold;
}
.com_honor{
    position: absolute;
    right: 80px;
    bottom: -95px;
}
.com_honor img{
    width: 100%;
}
/*case*/
.case{
    position: relative;
    padding: 50px 0 70px 0;
    width: 100%;
    overflow: hidden;
    background: url(../images/case_bg.jpg) center bottom no-repeat;
}
.flipster{display:block;margin:25px auto 10px;width:100%;position:relative;height:489px!important}
.flip-item,.flip-items{display:block;margin:0 auto;padding:0;list-style-type:none}
.flip-items{width:100%;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-moz-box-sizing:content-box;box-sizing:content-box;overflow: inherit;}
.flip-items::after{
    content: '';
    display: block;
    clear: both;
}
.flip-item{position:absolute;opacity:1}
.flip-future,.flip-next,.flip-past,.flip-prev{cursor:pointer}
.flip-item img{display:block;width:100%;-moz-box-sizing:border-box;box-sizing:border-box}
.flipster-coverflow .flip-items{-webkit-transition:all 350ms ease-in-out;-moz-transition:all 350ms ease-in-out;-o-transition:all 350ms ease-in-out;transition:all 350ms ease-in-out;position:relative;padding-top:2%;padding-bottom:5%}
.flipster-coverflow .flip-item{display:block;-webkit-transition:all 175ms ease-in-out;-moz-transition:all 175ms ease-in-out;-o-transition:all 175ms ease-in-out;transition:all 175ms ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-perspective:800px;-moz-perspective:800px;perspective:800px;position:absolute;width:30%}
.flipster-coverflow .flip-content{-webkit-transition:all 350ms ease-in-out;-moz-transition:all 350ms ease-in-out;-o-transition:all 350ms ease-in-out;transition:all 350ms ease-in-out;-webkit-box-reflect:below 0 -webkit-gradient(linear,left bottom,left top,color-stop(.05,rgba(255,255,255,.12)),color-stop(.2,transparent))}
.flipster-coverflow .flip-past .flip-content{-webkit-transform:rotateY(55deg) scale(.75);-moz-transform:rotateY(55deg) scale(.75);-o-transform:rotateY(55deg) scale(.75);-ms-transform:rotateY(55deg) scale(.75);transform:rotateY(55deg) scale(.75)}
.flipster-coverflow .flip-future .flip-content{-webkit-transform:rotateY(-55deg) scale(.75);-moz-transform:rotateY(-55deg) scale(.75);-o-transform:rotateY(-55deg) scale(.75);-ms-transform:rotateY(-55deg) scale(.75);transform:rotateY(-55deg) scale(.75)}
.flipster-coverflow.no-rotate .flip-past .flip-content{-webkit-transform:scale(.75);-moz-transform:scale(.75);-o-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}
.flipster-coverflow.no-rotate .flip-future .flip-content{-webkit-transform:scale(.75);-moz-transform:scale(.75);-o-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}
.flipster-coverflow .flip-current .flip-content{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);-ms-transform:rotateY(0);transform:rotateY(0)}
.flipster-coverflow .flip-hidden{visibility:hidden;-webkit-opacity:0;-moz-opacity:0;opacity:0}
.flipster-carousel .flip-items{-webkit-perspective:2000px;-moz-perspective:2000px;perspective:2000px}
.flipster-carousel .flip-item{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:all 350ms ease-out;-moz-transition:all 350ms ease-out;-o-transition:all 350ms ease-out;transition:all 350ms ease-out}
.no-csstransforms .flipster-carousel .flip-item{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}
.flipster-carousel .flip-items .pic{box-shadow:5px 5px 10px rgba(0,0,0,.2);width:890px}
.flipster-carousel .flip-current .pic{border-radius:30px;-moz-transition:all 1s ease;-o-transition:all 1s ease;-webkit-transition:all 1s ease;transition:all 1s ease}
.flipster-carousel .flip-current:hover .pic{-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);border-radius:30px;}
.flipster-carousel .flip-past{-webkit-transform:translateX(-80%) translateZ(0) rotateY(80deg) scale(.65);-moz-transform:translateX(-80%) translateZ(0) rotateY(80deg) scale(.65);-o-transform:translateX(-80%) translateZ(0) rotateY(80deg) scale(.65);-ms-transform:translateX(-80%) translateZ(0) rotateY(80deg) scale(.65);transform:translateX(-80%) translateZ(0) rotateY(80deg) scale(.65)}
.flipster-carousel.no-rotate .flip-past{-webkit-transform:translateX(-80%) translateZ(0) scale(.65);-moz-transform:translateX(-80%) translateZ(0) scale(.65);-o-transform:translateX(-80%) translateZ(0) scale(.65);-ms-transform:translateX(-80%) translateZ(0) scale(.65);transform:translateX(-80%) translateZ(0) scale(.65)}
.no-csstransforms3d .flipster-carousel .flip-past{-webkit-transform:translateX(-56%) scale(.5);-moz-transform:translateX(-56%) scale(.5);-o-transform:translateX(-56%) scale(.5);-ms-transform:translateX(-56%) scale(.5);transform:translateX(-56%) scale(.5)}
.no-csstransforms .flipster-carousel .flip-past{left:-20%;top:40%;width:50%;height:50%}
.flipster-carousel .flip-future{-webkit-transform:translateX(80%) translateZ(0) rotateY(-80deg) scale(.65);-moz-transform:translateX(80%) translateZ(0) rotateY(-80deg) scale(.65);-o-transform:translateX(80%) translateZ(0) rotateY(-80deg) scale(.65);-ms-transform:translateX(80%) translateZ(0) rotateY(-80deg) scale(.65);transform:translateX(80%) translateZ(0) rotateY(-80deg) scale(.65)}
.flipster-carousel.no-rotate .flip-future{-webkit-transform:translateX(80%) translateZ(0) scale(.65);-moz-transform:translateX(80%) translateZ(0) scale(.65);-o-transform:translateX(80%) translateZ(0) scale(.65);-ms-transform:translateX(80%) translateZ(0) scale(.65);transform:translateX(80%) translateZ(0) scale(.65)}
.no-csstransforms3d .flipster-carousel .flip-future{-webkit-transform:translateX(56%) scale(.5);-moz-transform:translateX(56%) scale(.5);-o-transform:translateX(56%) scale(.5);-ms-transform:translateX(56%) scale(.5);transform:translateX(56%) scale(.5)}
.no-csstransforms .flipster-carousel .flip-future{left:88%;top:40%;width:50%;height:50%}
.flipster-carousel .flip-prev{-webkit-transform:translateX(-74%) translateZ(0) rotateY(68deg) scale(.8);-moz-transform:translateX(-74%) translateZ(0) rotateY(68deg) scale(.8);-o-transform:translateX(-74%) translateZ(0) rotateY(68deg) scale(.8);-ms-transform:translateX(-74%) translateZ(0) rotateY(68deg) scale(.8);transform:translateX(-74%) translateZ(0) rotateY(68deg) scale(.8)}
.flipster-carousel.no-rotate .flip-prev{-webkit-transform:translateX(-60%) translateZ(0) scale(.8);-moz-transform:translateX(-60%) translateZ(0) scale(.8);-o-transform:translateX(-60%) translateZ(0) scale(.8);-ms-transform:translateX(-60%) translateZ(0) scale(.8);transform:translateX(-60%) translateZ(0) scale(.8)}
.no-csstransforms3d .flipster-carousel .flip-prev{-webkit-transform:translateX(-24%) scale(.75);-moz-transform:translateX(-24%) scale(.75);-o-transform:translateX(-24%) scale(.75);-ms-transform:translateX(-24%) scale(.75);transform:translateX(-24%) scale(.75)}
.no-csstransforms .flipster-carousel .flip-prev{left:-9%;top:20%;width:75%;height:75%}
.flipster-carousel .flip-next{-webkit-transform:translateX(74%) translateZ(0) rotateY(-68deg) scale(.8);-moz-transform:translateX(74%) translateZ(0) rotateY(-68deg) scale(.8);-o-transform:translateX(74%) translateZ(0) rotateY(-68deg) scale(.8);-ms-transform:translateX(74%) translateZ(0) rotateY(-68deg) scale(.8);transform:translateX(74%) translateZ(0) rotateY(-68deg) scale(.8)}
.flipster-carousel .flip-future,.flipster-carousel .flip-past{z-index:1;-webkit-transition-delay:87.5ms;-moz-transition-delay:87.5ms;-o-transition-delay:87.5ms;transition-delay:87.5ms}
.flipster-carousel .flip-next,.flipster-carousel .flip-prev{z-index:2;-webkit-transition-delay:.058s;-moz-transition-delay:.058s;-o-transition-delay:.058s;transition-delay:.058s}
.flip-content{position:relative}
.flip-content a{overflow:hidden;display:block}
.flip-content .xq{
    display: none;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -250px;
    color: #fff;
    padding: 15px 30px;
    z-index: 100;
    width: 500px;
    height: 125px;

    border-radius: 30px !important;
    overflow: hidden;
    box-sizing: border-box;
}
.flip-content .xq:hover{}
.flip-content .xq .box{}

.flip-current .xq.on{display:block}
.flip-content .xq h3{
    font-size: 18px;
    color: #fff;
    background: 0 0!important;
    padding: 0;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 12px;
}
.flip-content .xq h3::before,.flip-content .xq em::before{
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon.png) -290px -35px no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}
.flip-content .xq em {
    font-size: 18px;
    color: #fff;
}
.flip-content .xq a{
    display: block;
    width: 37px;
    height: 37px;
    background: url(../images/icon.png) -342px -25px no-repeat;
    position: absolute;
    right: 40px;
    bottom: 15px;
}

.flipster-carousel .flip-current{z-index:999;-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);-ms-transform:rotateY(0);transform:rotateY(0);-webkit-transition-delay:.058s;-moz-transition-delay:.058s;-o-transition-delay:.058s;transition-delay:.058s}
.flipster-carousel .flip-current:after{background:0 0;position:static}
.flip-current .pic{border:5px solid #fff}
/*liucheng*/
.liucheng{
    width:100%;
    height: 320px;
    background: url(../images/lc_bg.jpg) center center no-repeat;
}
.liucheng_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.liucheng_tit{
    text-align: center;
    color: #fff;
    margin-top: 100px;
}
.liucheng_tit h3{
    font-size: 48px;
}
.liucheng_tit p{
    font-size: 17px;
    margin-top: 10px;
}
.liucheng_con ul{
    margin-top: 45px;
}
.liucheng_con ul li{
    float: left;
    text-align: center;
    margin: 0 23px;
    cursor: pointer;
}
.liucheng_con ul li em{
    width: 174px;
    height: 174px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    position: relative;
    transform: rotateZ(-360deg);
}
.liucheng_con ul li em::before{
    content: '';
    display: block;
    width: 55px;
    height: 57px;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
}
.liucheng_con ul li:nth-child(1) em{
    background: url(../images/lc_1.png) no-repeat;
}
.liucheng_con ul li:nth-child(2) em{
    background: url(../images/lc_2.png) no-repeat;
}
.liucheng_con ul li:nth-child(3) em{
    background: url(../images/lc_3.png) no-repeat;
}
.liucheng_con ul li:nth-child(4) em{
    background: url(../images/lc_4.png) no-repeat;
}

.liucheng_con ul li:nth-child(5) em{
    background: url(../images/lc_5.png) no-repeat;
}

.liucheng_con ul li:nth-child(6) em{
    background: url(../images/lc_6.png) no-repeat;
}
.liucheng_con ul li  span{
    display: block;
    width:100%;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
}
.liucheng_con ul li:nth-child(1) em::before{
    background-position: -13px -160px;
}
.liucheng_con ul li:nth-child(2) em::before{
    background-position: -88px -160px;
}
.liucheng_con ul li:nth-child(3) em::before{
    background-position: -162px -160px;
}
.liucheng_con ul li:nth-child(4) em::before{
    background-position: -235px -160px;
}
.liucheng_con ul li:nth-child(5) em::before{
    background-position: -309px -160px;
}
.liucheng_con ul li:nth-child(6) em::before{
    background-position: -384px -163px;
}
/*新闻*/
.newbj{
    width: 100%;
    height: 550px;
    background:url(../images/xwbj.jpg) center bottom no-repeat;
}
.news_l{
    float: left;
    width: 555px;
    height:390px;
    position: relative;
    border:1px #d8d8d8 solid;
}

.news_l img{
    width: 100%;
    height: auto;
    height: 390px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    display: none;
}
.news_r{
    float: right;
    width: 770px;
    height: 390px;
    border:1px #d8d8d8 solid;
}
.news_r ul li{
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    border-bottom:1px #d8d8d8 solid;
}
.news_r ul li:nth-child(3){
    border-bottom:none;
}
.news_r ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news_r ul li .news_day,.news_des{
    float: left;
}
.news_r ul li .news_day{
    width: 145px;
    height: 130px;
    border-right:1px #d8d8d8 solid;
    display: block;
    text-align: center;
}
.news_r ul li .news_day .one{
    color: #333;
    font-size: 40px;
    font-family: "Arial";
    padding-top: 55px;
    display: block;
}
.news_r ul li .news_day .two{
    color: #666;
    font-size: 22px;
    font-family: "Arial";
    display: block;
    margin-top: 40px;
}

.news_des{
    width: 450px;
    position: relative;
    height: 90px;
    margin-left: 20px;
    box-sizing: border-box;

}
.news_des span{
    font-size: 18px;
    color: #222;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news_des p{
    font-size: 15px;
    color: #636363;
    line-height: 23px;
}

.news_r ul li:hover{
    background: #01b1ed;
}
.news_r ul li:hover span,.news_r ul li:hover p{
    color: #fff;
}
.news_r ul li:hover .one,.news_r ul li:hover .two{
    color: #fff;
}
.news_r ul li:hover img{
    transform: scale(1.1);
}
.baseDiv {
    width: 1350px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* part */
.part{
    width: 1605px;
    height: 450px;
    background: url(../images/hz_bg.jpg) center center no-repeat;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    padding-top: 40px;
    position: relative;
    z-index: 11;
}
.part_con{
    text-align: center;
}
.part_con p{
    font-size: 15px;
    color: #333;
    line-height: 25px;
    margin-top: 30px;
    width: 1000px;
    margin: 20px auto;
}
.partner{
    width: 100%;
    overflow: hidden;
}
.par_go{
    width: 9999px;
}
.par_go ul{
    float: left;
}
.par_go ul li{
    float: left;
    width: 180px;
    height: 80px;
    border: 1px solid #dcdcdc;
    margin: 5px 3px;
}
.part_con a{
    display: block;
    width: 215px;
    height: 50px;
    border: 1px solid #ff0000;
    border-radius: 28px;
    margin: 20px auto;
}
.part_con a em{
    width: 200px;
    height: 40px;
    background: #ff0000;
    border-radius: 23px;
    margin: 5px 7.5px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.part_con a em::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 9px;
    background: url(../images/icon.png) -423px -43px;
    margin-left: 15px;
}

.f_l {
    float: left;
}
/* footer */
.foot{
	width: 100%;
	height: 380px;
	background:url(../images/footbj.png) no-repeat center;
	position: relative;
}
.baseDiva{
	width: 1350px;
	height: 290px;
	margin: 0 auto;
}
.dblogo{
    margin-top: 70px;
}
.dblogo img{
	display: block;
	margin-top: 12px;
}
.dbtel{
	width: 730px;
	height: 20px;
	margin-left: 85px;
	margin-top:30px;
}
.dbnav{
	height: 80px;
}
.dbnav ul li{
	line-height: 80px;
	float: left;
	margin-left: 13px;
	margin-right: 13px;
}
.dbnav ul li a{
	font-size: 16px;
	color: #fff;
}
.dbnav ul li a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.dbphone{
    margin-top: 15px;
}
.dbphone ul li{
	width: 360px;
	float: left;
	margin-bottom: 18px;
	line-height: 30px;
}
.dbphone ul li img{
	float: left;
}
.dbphone ul li p{
	float: left;
	margin-left: 18px;
	font-size: 16px;
    color: #fff;
    width: 300px;
}
.dbphone ul li p span{
	font-family: "Arial";
	font-size: 26px;
}
.dbewm{
    text-align: center;

}
.f_r {
    float: right;
}.dbewm {
    text-align: center;
    margin-top: 50px;
}
.dbewm span{
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 35px;
}
.copy {
    text-align: center;
    line-height: 73px;
    font-size: 15px;
    color: #aeaeae;
}
.copy a {
    color: #aeaeae;
}
.f_tec p ,.f_tec p a{
    color: #fff;
    font-size: 15px;
}@media screen and (max-width:1400px) {
    
    .header{
        background: url(../images/h_bg.jpg) center center no-repeat !important;
    }
    
    .h_b{
        background: url(../images/h_b_bg.png) -285px top no-repeat;
    }
    .com_honor{
        bottom: -40px;
        width: 500px;
    }
    .nav {
        margin-left: 160px;
    }
    .h_phone{
        display: none;
    }
    }
    @media screen and (max-width:1680px){
        .h_con {
            width: 100%;
        }
        .part{
            width: 1350px;
        }
        .header{
            background: url(.../images/h_bg.jpg) right center no-repeat;
        }
    }
	
	
	
	.news_b{
		width:1312px; height:420px; background:#f0f0f0; margin:30px auto; padding:12px;}
		
	.news_b ul li{
		width:316px; height:420px; background:#FFF; float:left; margin-right:6px; margin-left:6px;
		}
	.news_b  ul li span{
		 width:316px; height:210px; background:#999; display:block; margin-bottom:20px;}
			.news_b  ul li h4{
				 line-height:40px; padding-left:20px; padding-right:20px; width:275px; height:38px; overflow:hidden;}
				.news_b  ul li p{
				 line-height:26px; padding-left:20px; padding-right:20px;}
				.news_b  ul li div{
					 width:95px; height:26px; background:#f0f0f0; margin-left:20px; margin-top:20px;     border-radius: 20px;}


.teeel{
	width:515px; height:60px; background:#f8a314; border-radius: 30px; margin-top:30px; line-height:60px; text-align:center; font-size:30px; font-weight:bold; color:#FFF;
	 
	}
	
	
.hbg{width:100%; min-width:1300px;height: 104px;position: absolute;top: 0;z-index: 999;text-align: center;  background:url(../images/nav.png) repeat-x center;  box-shadow:1px 1px 5px #8fd2f5;}
#logo{ position: absolute; width:30%;}
#logo img{}
#nav{width: 50%;height: 100%;margin: 0 -10% 0 0;display: inline-block;}
#nav>ul{width:100%;}
#nav>ul::after{content:'';clear:both;display:block;visibility:hidden;}
#nav>ul>li{width:9%;text-align:center;float:left;padding: 0 1.5%; margin-top:30px;}
#nav .on{ border-bottom:2px solid #e50014;}
#nav>ul>li a{display:block;position:relative;z-index:1;line-height:56px;padding: 0 2%;color: #000; font-size:16px; }
#nav>ul>li a:hover{}
#nav>ul>li a.act, #nav>ul>li a:hover{color: #000;}
#nav>ul>li>a::after{content:'';position:absolute;left:0;bottom:0;width:0;height:5px;z-index:-1;background:#3cc8ff;opacity:0;transition:all .3s;}
#nav>ul>li>a:hover::after{content:'';opacity:1;width:100%;}
#nav>ul>li>a.act:after{width:100%;opacity:1; background:#e50014;}
#nav ul ul{display:none;width:100%;top:104px;position:absolute;left:0%;color:#fff;z-index: 9999; height:auto; height:250px;}
#nav ul ul li{float:left;margin:0;width:160px; margin-right:15px; }
#nav>ul>li ul li a{ width:200px; color:#FFF;}
#nav>ul>li ul li a span{}
#nav>ul>li ul li a img{width:100%; }
#nav>ul>li ul li a p{line-height:30px;font-size: 16px; color:#FFF;}
#nav>ul>li ul li a:hover{ color:#FFF;}
.ttel{position: absolute;right: 5%;margin-top: 20px;top: 0;}/*banner*/


.albj{
    width: 100%;
	height: 460px;
	background:url(../images/didi3.jpg) no-repeat center;
	margin-top: -50px;
	z-index: 999;
	position: relative;
}
.altel{
	width: 430px;
	height: 60px;
	position:relative;
	z-index:9999;
	margin-top:150px;

	background: #e70012;
border-bottom-left-radius:30px;
border-top-right-radius:30px;

	border: 3px #e70012 solid;
	margin: 0 auto;
}
.altel b{
	color: #fff;
	font-size: 32px;
	font-family: "Arial";
	font-weight: bold;
	line-height: 60px;
	padding-left: 20px;
	float: left;
	
}
.altel a{
	width: 175px;
	height: 60px;
	background: #fff;
	float: right;
	border-radius: 50px;
	text-align: center;
	line-height: 60px;
	color: #000;
	font-size: 20px;
}
.altel a:hover{
	background: #2e81dd;
		color: #fff;

}

.case_con{
    width: 95%;
	padding-top:50px;
    margin: 0px auto 0 auto;
    overflow: hidden;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width:430px;
    height: 355px;
    float: left;
    margin-left: 5px;
	margin-right: 5px;
	background: #fff;
    padding: 10px;
    overflow: hidden;
	text-align: center;
}
.case_go ul li .alimg {
	display: block;
    width: 430px;
    height: 300px;
	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: 300px;
	transition: all 0.6s;
	}
.case_go ul li p{
	 text-align: center;
	 font-size: 18px;
	 color: #222;
	 line-height: 60px;
}
.case_go ul li p .altitle{
	float: left;
	font-size: 18px;
	color: #333;
}
.case_go ul li p .almore{
	float: right;
	color: #cdcdcd;
	font-size: 20px;
}
.case_go ul li:hover .altitle{
	color: #155cbc;
	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;
}
.breadcrumbs{font-size: 14px;line-height:70px; background:#01b1ed; width:100%; height:70px;}
.breadcrumbsa{font-size: 14px;line-height:70px; background:#273d9a; width:100%;}

.dqdhMain{background: url(../images/dizhi.png) 15px center no-repeat;padding-left: 50px; color:#FFF;}

.dqdhMain span{ font-size:15px; color:#fff;}

.dqdhMain a{color:#fff; font-size: 14px;}

.dqdhMain a:hover{ text-decoration:underline;}

.weizhi{color: #333;font-size: 18px;background: #ffaf00;width: 310px;text-align: center;color: #fff;font-size: 23px;}

.s_width{ text-align:center; margin-top:30px;}

.s_width h2{ font-size:30px; color:#000; line-height:50px;}



.abbj{
    width: 100%;
    height: 320px;
    background: url(../images/advbj.jpg) top  no-repeat;

}
.abt{
    text-align: center;
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    padding-top: 30px;
}
.abgg{
    width: 900px;
    margin: 0 auto;
}
.abtel{
    font-size: 20px;
    color: #909091;
    background: url(../images/tel.png) left center no-repeat;
    padding-left: 80px;
    margin-left: 40px;
    margin-top: 73px;
}
.abtel span{
    display: block;
    color: #fa9d0e;
    font-family: "Impact";
    font-size: 40px;
}
.abgg a{
    display: block;
    width: 165px;
    height: 40px;
    background: #fa9d0e;
    border-radius: 5px;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    margin-left: 85px;
    margin-top: 90px;
}
.abgg a:hover{
    background: #1e61c2
}
.abgg ul li{
    float: left;
    margin-left: 40px;
    margin-top:40px;
}
.abgg ul li img{
    box-shadow: 0 0 10px gray;
}
.about{
    width: 1120px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}
.about1{
    width: 1360px;
    margin: 0 auto;

    margin-top: 30px;
}
.about1 p{
    color: #323232;
    font-size: 18px;
    line-height: 45px;
}
.about p{
    color: #323232;
    font-size: 18px;
    line-height: 35px;
}
.fr {
    float: right;
}

.fl {
    float: left;
}


.pro_list_con{
    width: 100%;

    background: url(../images/flbj.jpg) center no-repeat;
}
.cpnav{
	width: 1300px;
	margin:0 auto;
	overflow: hidden;
	padding-top: 12px;

}
.cpnav ul{
	position: relative;
}
.cpnav ul li{
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 5px;
}
.cpnav ul li .cpimg{
	display: block;
	width: 160px;
	height: 160px;
	background: url(../images/yuan.png) center no-repeat;
}
.cpnav ul li img{
	width: 125px;
	height: 125px;
	border-radius: 100%;
	background: #fff;
	margin-top: 15px;
}
.cpnav ul li p{
    display: block;
    width: 165px;
    height: 40px;

    border-radius: 15px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 40px;
}
.cpnav ul li p a{
	color: #000;
	font-size: 16px;
	display: block;
}
.cpnav ul li:hover img{
	cursor:pointer; -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}
.cpnav ul li:hover p{

}



.newbj_b{
	width:1350px; height:80px;  margin:0px auto;}
.newbj_b_l{
	width:165px; height:60px; background:url(../images/bews2.jpg) no-repeat center; line-height:60px; font-size:20px; color:#FFF; text-align:center; float:left; }
.newbj_b_r{
	width:100px; height:35px;  line-height:35px; font-size:16px; color:#000; text-align:center; background:#CCC; float:right; border-radius: 30px; margin-top:10px; display:block;}
	.newbj_b_r a{
	color:#000;   display:block; border-radius: 30px;}
	.newbj_b_r a:hover{
		background:#01b1ed; display:block; color:#FFF; }

.en{
    width: 150px;
    height: 55px;
    overflow: hidden;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 222222;
    background: #fff;
  }
  .en span{
    float: left;
    width: 75px;
    height: 55px;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
  }
  .en span:nth-child(2) a{
    background: #f8a314;
    color: #fff;
  }
  .en span a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
  }


.product_top {
}
.product_top .l_img {
	width:450px;
	height:550px;
	background-color:#fff;
	text-align:center;
	display:table;
	border: 1px solid #eee;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
	display:block;
	width:100%;
	height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
	width:550px;
	height:550px;
}
.product_top span img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.product_top .r_box {
	width:480px;
}
.product_top .r_box .product_title {
	padding: 10px 0 20px 0;
}
.product_top .r_box .product_title h2 {
	font-size:26px;
	color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size: 14px;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    background: #01b1ed;
}
.product_top .subtitle span {
    display: block;
    padding-left: 30px;
    line-height: 40px;
    height: 40px;
}
.product_top .subtitle span.span1 {
	background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
	background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#717171;
}
.product_top .keyword span {
	font-size:18px;
	color:#0059A9;
}
.product_top .desc {
	font-size:14px;
	color:#717171;
	line-height:30px;
	margin-top: 25px;
}
.product_top .desc span {
	display:block;
	float:left;
	width:200px;
}
.product_top .desc p {
	display:block;
	width:450px;
	line-height: 28px;
	font-size: 15px;
	color: #8b8b8b;
    margin-bottom: 15px;
}
.product_top .lianxi {
    width: 570px;
}
.product_top .lianxi .a {
	display:block;
	height:50px;
	line-height:50px;
	float:left;
	margin-right:30px;
	color:#01b1ed;
	font-size:18px;
	border-bottom:1px solid #01b1ed;
	padding-left:28px;
}
.product_top .lianxi .a.a_qq {
	background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
	background:url(../images/teld.png) left center no-repeat;
}
.product_top .lianxi .a.a_web {
	background:url(../images/tele.png) left center no-repeat;
}
.product_top .dianhua {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #f9bf0e;
    margin-top: 150px;
    width: 130px;
}
.product_top .dianhua a {
	color:#fff;
	display: block;
}
.product_top .dianhua:hover {
	background-color:#01b1ed;
}

