<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    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&gt;li{
    float: left;
    width: 90px;
    margin: 0 5px;
    line-height: 115px;
    text-align: center;
    height: 115px;
}
.nav&gt;li.active{
    background: #018f46;
}
.nav&gt;li&gt;a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #000;
}
.nav&gt;li&gt;a:hover{
    content: '';
    display: block;
	 color:#FFF;

}
.nav&gt;li.active&gt;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: 98px;
    background: url(../images/h_b_bg.png) left top no-repeat;
    box-sizing: border-box;
    border-bottom: solid 6px #018f46;
}
.h_b_phone,.hot{
    float: left;
}
.h_b_phone{
    color: #fff;
    padding-left: 65px;
    position: relative;
    margin-top: 20px;
}
.h_b_phone::before{
    content: '';
    display: block;
    background: url(../images/icon.png) -104px -20px;
    width: 50px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 7px;
}
.h_b_phone em{
    font-size: 15px;
}
.h_b_phone h3{
    font-size: 36px;
    letter-spacing: -1px;
}
.hot{
    margin-left: 135px;
    margin-top: 30px;
}
.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: 1px;
    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;
	padding-top:30px;
	background:url(../images/pro.jpg) no-repeat top;
}
.tit{
    text-align: center;
	height:126px;

}
.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: 35px auto;
    height: 650px;
    overflow: hidden;
}
.pro_go&gt;ul&gt;li {
    width: 24.6%;
    margin: 5px 0.2%;
    float: left;
    overflow: hidden;
    position: relative;
}
.pro_go&gt;ul&gt;li&gt;a {
    display: block;
    overflow: hidden;
}
.pro_go&gt;ul&gt;li a span {
    display: block;
    width: 100%;
    height: auto;

    position: relative;
    overflow: hidden;
}
.pro_go&gt;ul&gt;li a span img{
    width: 100%;
    height: auto;
    min-height: 330px;
    transition: all .6s;
}
.pro_go&gt;ul&gt;li a span em{
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: -190px;
    left: 0;
    background: rgba(1,143,70,.9);
    box-sizing: border-box;
    padding-top: 5px;
    transition: all .6s;
}
.pro_go&gt;ul&gt;li a span em i{
    width: 120px;
    height: 131px;
    background: url(../images/small_logo.png);
    margin: 10px auto;
}
.pro_go&gt;ul&gt;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&gt;ul&gt;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&gt;ul&gt;li:hover img{
    transform: scale(1.1);
}
.pro_go&gt;ul&gt;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: 690px;
    background: url(../images/com_bg.jpg) center center no-repeat;
    position: relative;
}
.com_r{
    float: right;
    width: 850px;
    margin-top: 60px;
}
.com_r p{
    font-size: 15px;
    color: #fff;
    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_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;
}
/*news*/
.news{
    padding: 40px 0 55px 0;
	background:url(../images/news.jpg) no-repeat center; height:610px;
}
.news_con{
    width: 1350px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    background: #fff;
}
.news_con ul li{
    float: left;
    width: 337.5px;
    height: 290px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
.news_con ul li:nth-child(4),.news_con ul li:nth-child(8){
    border-right: 1px solid #eee;
}
.news_con ul li:nth-child(5),.news_con ul li:nth-child(6),.news_con ul li:nth-child(7),.news_con ul li:nth-child(8){
    border-bottom: 1px solid #eee;
}
.news_con ul li a{
    color: #333;
}
.news_des{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 85px 37px;
}
.news_des em{
    font-size: 17px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_des i{
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}
.news_des p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
}
.news_cover{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    box-shadow: 0 0 5px rgba();
}
.news_con ul li.active .news_cover{
    display: block;
}
.news_cover img{
    width: 100%;
    height: auto;
    min-height: 290px;
}
.news_cover span{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    display: block;
    background: url(../images/new_des.jpg) center center no-repeat;
}
.news_cover span i{
    color: #fff;
    line-height: 80px;
    text-indent: 18px;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_cover span em{
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    font-family: 'å®‹ä½“';
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 12px;
}
/* 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 */
.footer{

}
.f_nav{
    border-top: 1px solid #615d5d;
    border-bottom: 1px solid #615d5d;
}
.f_nav ul li{
    float: left;
    margin: 0 5px;
    line-height: 65px;
    width: 150px;
}
.f_nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.wid {
    width: 1350px;
    margin: 0 auto;
}
.f_nav ul li a::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #fff;
    vertical-align: middle;
    margin-right: 10px;
}
.f_bottom{
    padding: 40px 0;
}
.f_logo{

}
.f_pro{
    width: 480px;
    margin-left: 130px;
}
.f_pro h3{
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
}
.f_pro h3::before{

}
.f_pro h3 em{
    display: inline;
    font-size: 16px;
    color: #666;
}
.f_pro ul li{
    float: left;
    margin: 5px;
    width: 150px;
}
.f_pro ul li a{
    color: #666;
    font-size: 15px;
}
.f_pro ul li a::before{
    content: '-';
    display: inline-block;
    vertical-align: middle;
    color: #666;
    margin-right: 3px;
}
.f_code ul li{
    float: left;
    margin: 0 8px;
    text-align: center;
}
.f_code ul li em{
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}
.f_code ul li span{
    display: block;
    width: 135px;
    height: 135px;
    overflow: hidden;
}
.f_code ul li span img{
    width: 100%;
    height: 100%;
}
.f_tec{
    text-align: center;
    line-height: 50px;
    background: #028f46;
}
.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;
	 
	}
</pre></body></html>