@charset "utf-8";
body{ margin:0px; padding:0px;position: relative;}
a{ text-decoration:none;}
ul{ list-style:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6, ol, dd, dl{ list-style:none;margin:0;padding:0px;}
li {
    list-style: none;
}
p{ margin:0px;}
.width{ width:1200px; margin:0 auto;}
.both{ clear:both;}
a{ color:#000; transition:0.5s;}
#box{ width:100%; position:relative; overflow:hidden; height:500px;}
#box img{ transition:0.3s; position:absolute; top:0px; left:0px; height:100%; width:100%; object-fit:cover;}
.arrow{width:100%;}
.arrow a{ position:absolute; top:45%; background-color:rgba(255,255,255,0.8);border-radius:50%; color:#333; font-size:24px; padding:10px 15px; opacity:0;}
#box:hover .arrow a{ opacity:1;}
#foot_nav {
    display: none;
}

/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*特效*/
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: '';position: absolute;left: -100%;top: 0;width:100%;height:100%;background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));transform: skewx(-25deg);}
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
/*网站顶部*/
.top_main{width: 100%;height: 40px;color: #666;line-height: 40px;border-bottom: 1px solid #d8d8d8;background: url(../img/top_bg.png) center repeat-x;}
.top_main li{position: relative;display: inline-block;text-align: center;}
.top_main .split{display: inline-block;width: 1px;height: 15px;background: #666;vertical-align: middle;margin-right: 7px;margin-top: -2px;}
.top_main li a{color: #666;cursor: pointer;}
.top_main li a:hover{color: var(--colour1);}
/*网站头部*/
.header_main{width: 100%;height: 125px;z-index: 100;background: #fff url(../img/head_bg.png) center bottom no-repeat;}
.header_main .logo {
    display: block;
    margin-top: 30px;
    font-size: 39px;
    font-weight: bold;
    color: #333;
}
.header_main .logo img{width: 100%;height: 100%;display: block;}
.header_main .tel {
    float: right;
    width: auto;
    padding-top: 20px;
    margin-right: 0;
}
.header_main .tel img {
    float: left;
    margin-right: 9px;
    width: 13%;
    margin-top: 23px;
}
.header_main .tel p{font-size: 18px; margin-bottom: 3px; margin-top: 8px;}
.header_main .tel span {
    font-size: 35px;
    font-weight: bold;
    color: #e90000;
    line-height: 83px;
}
.header_main .tel:hover img{animation: zy 2.5s .15s linear infinite; -moz-animation: zy 2.5s .15s linear infinite; -webkit-animation: zy 2.5s .15s linear infinite; -o-animation: zy 2.5s .15s linear infinite;}
.header_main .ewm{float: right;padding-top: 10px;}
.header_main .ewm img{width: 85px;height: 85px;display: block;}
.header_main .ewm p{color: var(--colour1);font-size: 12px;line-height: 16px;margin-top: 3px;}
/*网站导航*/
.nav_main{width:100%;height: 60px;background: var(--colour1);position: relative;z-index: 3;}
.nav_main .nav li{float:left;width: 225px;line-height: 60px;display: block;position: relative;z-index: 10;font-size: 16px;text-align: center;transition: all .5s;}
.nav_main .nav li a{display: block;color:#fff;font-size:18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nav_main .nav li:hover, .nav_main .nav li.hover{background: var(--colour2);}
.nav_main .nav dl{width: 100%;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .nav dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav_main .nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav_main .nav dl dd{line-height: 44px;height: 44px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid var(--colour3);}
.nav_main .nav dl dd:first-child{border: none;}
.nav_main .nav dl dd a{color: #fff;font-size: 14px;padding: 0;background: var(--colour1);text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #2b2b2b, #2b2b2b);background-image: linear-gradient(to right, #2b2b2b, #2b2b2b);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .nav dl dd a:hover {background-size: 100% 100%;padding-left: 10px;color: rgba(255, 255, 255, 0.9999);}
@media (max-width: 2200px){.nav_main .nav li{width: 198px;}}

/*搜索栏*/
.search_main{height: 60px;width:100%;overflow:hidden;border-bottom: 1px solid #eee;}
.search_main .skey{float:left;line-height: 60px;}
.search_main .skey p{font-size: 14px;font-weight: bold;color: #333;line-height: 60px;}
.search_main .skey p a{display:inline-block;font-weight: normal;color: #333;border-right: 1px solid #e8e8e8;line-height: 15px;padding:0 12px;}
.search_main .skey p a:last-of-type{border-right:none;}
.search_main .skey p a:hover{color:var(--colour1);}
.search_main .search_form{float:right;width: 338px;height: 34px;border: 1px solid #ccc;position:relative;margin-top: 12px;border-radius: 3px;position:relative;}
.search_main .search_form input{background-color: none;border: none;outline: none;}
.search_main .search_form .stxt{width: 300px;height: 34px;line-height: 34px;display: block;text-indent: 10px;color:#999;}
.search_main .search_form .sbtn{width: 40px;height: 36px;display: block;cursor: pointer;position:absolute;top: -1px;right: -1px;font-size: 0;background: var(--colour1) url(../img/search.png) center no-repeat;border-radius: 3px;}
/*友情链接*/
.link{margin-top: 40px;margin-bottom: 40px;/* height: 62px; */}
.link p{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.link p span{color:var(--colour1);font-family: "Times New Roman",Times,serif;}
.link ul li{float: left;line-height: 19px;margin-right: 30px;}
.link ul li a{color:#666;}
.link ul li a:hover{color:var(--colour1);}

/*网站底部*/
.footer{background: #363636 url(../img/foot_bg.jpg) no-repeat center top;/*height:348px;*/border-top: 6px solid #ccc;overflow:hidden;}
.footer .bottom{position: relative;/*height: 290px;*/}
.footer .flogo{width: 220px;height: 245px;}
.footer .flogo:after{content: " ";position: absolute;top: 0;left: -6px;width: 215px;height: 251px;z-index: 1;background: #1e1e1e;}
.footer .flogo img{position: relative;width: 100%;height: 100%;display: block;z-index: 2;background: #ccc;}
.footer h2{position: relative;margin-bottom: 16px;background: url(../img/f_hb.gif) no-repeat left bottom;height: 60px;line-height: 60px;font-size: 16px;font-weight: normal;color: #e3e3e3;}
.footer h2:after{content: '';position: absolute;left: 0;bottom: 0;width: 19px;height: 2px;background: var(--colour1);}
.footer .contact{color:#fff;/*padding-top: 20px;width: 480px;*/margin-left: 300px;font-size: 14px;line-height: 30px;}
.footer .contact a{color:#fff;}
.footer .contact a:hover{color:var(--colour1);}
.footer .code{/*padding-top: 30px;*/margin-right:200px;}
.footer .code p{float: left;margin-right: 24px;}
.footer .code p img{width: 102px;height: 102px;display: block;border: 4px solid #1e1e1e;}
.footer .code p span{display: block;color: #fff;text-align: center;}
.footer .code p:last-child{margin-right: 0;}
.footer .fnavs{color:#fff;font-size:14px;text-align: center;line-height: 60px;height: 60px;background: #0067d0;box-shadow: 0 0 5px rgb(0 0 0 / 50%);}
.footer .fnavs a{position: relative;color:#fff;font-size: 16px;width: 150px;display:inline-block;}
.footer .fnavs a:before,.footer .fnav a:after{content: " ";position: absolute;top: 50%;margin-top: -7px;left: 0;width: 1px;height: 14px;background: rgba(255,255,255,.2);z-index: 1;}
.footer .fnavs a:after{left: auto;right: 0;background: rgba(0,0,0,.2);}
.footer .fnavs a:first-child:before,.footer .fnav a:last-child:after{display: none;}
@media (max-width: 2200px){
.footer .contact{float: left;margin-left: 100px;}
.footer .fnav a{width: 120px;font-size: 14px;}}
/*******index css*******/
/*.index *{transition: all .5s;}*/
/*首页标题*/
.index .in_title{padding-top: 70px;padding-bottom: 50px;text-align: center;}
.index .in_title p{font-size: 26px; font-weight: bold; margin-bottom: 2px;}
.index .in_title em{font-size: 12px; text-transform: uppercase; font-style: normal; color: #999;}
.index .in_title i{background: var(--colour1); width: 30px; height: 1px; display: block; margin: auto; margin-top: 14px;}
/*服务优势*/
.index .service{padding: 60px 0;}
.index .service ul li{float: left;}
.index .service ul li .box{width: 280px;padding-bottom: 47px;background: #f4f3f3;margin-right: 50px;text-align: center;cursor: pointer;transition: all .5s;}
.index .service ul li:last-child .box{margin-right: 0;}
.index .service ul li img{margin-top: 40px;width: 132px;height: 132px;}
.index .service ul li:hover img{transform: rotateY(180deg);-ms-transform: rotateY(180deg); /* IE 9 */-moz-transform: rotateY(180deg); /* Firefox */-webkit-transform: rotateY(180deg); /* Safari å’Œ Chrome */-o-transform: rotateY(180deg); /* Opera */transition: all .5s;}
.index .service ul li p{font-size: 20px;margin-top: 42px;margin-bottom: 22px;font-weight: bold;padding: 0 10px;}
.index .service ul li i{width: 60px;height: 1px;background: #595757;display: block;margin: auto;margin-bottom: 36px;transition: all .5s;}
.index .service ul li span{display: block;font-size: 16px;line-height: 26px;padding: 0 10px;height: 52px;overflow: hidden;}
.index .service ul li .box:hover{background: var(--colour1);box-shadow: 0px 0px 20px #aaa;color: #fff;}
.index .service ul li:hover i{background: #fff;}
@media (max-width: 2200px){
.index .service{padding: 40px 0;}
.index .service ul li .box{width: 224px;padding-bottom: 30px;margin-right: 20px;}
.index .service ul li img{margin-top: 30px;width: 120px;height: 120px;}
.index .service ul li p{font-size: 20px;margin-top: 20px;margin-bottom: 15px;}
.index .service ul li i{margin-bottom: 20px;}
.index .service ul li span{font-size: 13px;line-height: 22px;height: 44px;}}
/*产品展示*/
.index .product{padding-bottom: 50px;background: #f2f2f2;}
.index .product .in_title{padding-bottom: 40px;}
.index .product .tab{padding-bottom: 40px;text-align: center;}
.index .product .tab a{position: relative;display: inline-block;font-size: 16px;line-height: 38px;text-align: center;padding: 0 18px;margin: 0 10px;border: 1px solid #e3e3e3;background: #fff;transition: all .5s;}
.index .product .tab a:hover{color: #fff;border-color: var(--colour1);background: var(--colour1);}
.index .product ul li{float: left;width: 388px;margin-right: 15px;margin-bottom: 15px;background: #fff;text-align: center;transition: all .5s;}
.index .product ul li:nth-child(4n){margin-right: 0;}
.index .product ul li .img{width: 100%;padding-top: 75%;position: relative;overflow: hidden;}
.index .product ul li .img .bg{position: absolute;left: 0;top: 0;width: 100%;z-index: 2;height: 100%;background-size: cover;}
.index .product ul li .img .bg .txt{position: absolute;right: 12px;bottom: 0;width: 250px;height: 48px;padding-top: 5px;padding-left: 13px;text-align: left;color: #5d4710;line-height: 18px;box-sizing: border-box;}
.index .product ul li .img .bg .txt p{}
.index .product ul li .img .bg .txt span{display: block;font-weight: bold;}
.index .product ul li .img img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;min-height: 100%;display: block;transition: all .5s;}
.index .product ul li .tit p{color: #333;font-size: 20px;line-height: 64px;border-bottom: 1px solid #eee;padding: 0 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .5s;}
.index .product ul li .tit span{display: block;line-height: 50px;transition: all .5s;}
.index .product ul li:hover .img img{transform: scale(1.1);}
.index .product ul li:hover{box-shadow: 0px 0px 20px #aaa;}
.index .product .more{margin-top: 35px;}
.index .product .more a{display: block;margin: auto;width: 250px;background: #fff;border: 1px solid #ccc;text-align: center;line-height: 48px;}
.index .product .more a:hover{color: #fff;background: var(--colour1);border-color: var(--colour1);}
@media (max-width: 2200px){
.index .product .tab a {
    font-size: 17px;
    line-height: 39px;
    padding: 0 21px;
    margin: 0 3px;
}
.index .product ul li{width: 288px;}
.index .product ul li .img .bg .txt{right: 8px;width: 188px;height: 36px;padding-left: 10px;font-size: 12px;line-height: 12px;}
.index .product ul li .tit p{font-size: 16px;line-height: 50px;}
.index .product ul li .tit span{line-height: 40px;}}
/*企业优势*/
.index .power{padding-bottom: 90px;}
.index .power ul{}
.index .power ul li{float: left;width: 400px;height: 600px;position: relative;background: #f2f2f2;}
.index .power ul li .img{width: 100%;padding-top: 75%;position: relative;overflow: hidden;}
.index .power ul li .img img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;min-height: 100%;display: block;transition: all .5s;}
.index .power ul li .img i{position: absolute;top: 318px;left: 50%;margin-left: -16px;width: 0;height: 0;border: 16px solid transparent;border-top: 0;border-bottom-color: #f2f2f2;}
.index .power ul li .txt{padding: 0 50px;padding-top: 50px;}
.index .power ul li .txt p{color: var(--colour1);font-size: 24px;line-height: 34px;transition: all .5s;}
.index .power ul li .txt span{font-size: 18px;line-height: 34px;display: block;margin-top: 32px;text-align: justify;transition: all .5s;}
.index .power ul li:nth-child(2n) .img{position: absolute;bottom: 0;}
.index .power ul li:nth-child(2n) .img i{top: 0;border-top: 16px solid #f2f2f2;border-bottom: 0;}
.index .power ul li:hover .img img{transform: scale(1.1);}
@media (max-width: 2200px){
.index .power ul li{width: 300px;height: 449px;}
.index .power ul li .txt{padding: 0 40px;padding-top: 40px;}
.index .power ul li .txt p{font-size: 20px;line-height: 30px;}
.index .power ul li .txt span{font-size: 14px;line-height: 24px;margin-top: 20px;}}
/*关于我们*/
.index .about{position: relative;max-width: 1920px;margin: 0 auto;background: url(../img/about_bg.jpg) center no-repeat;background-size: cover;height: 660px;}
.index .about .about_con{width: 700px;padding-right: 74px;}
.index .about .about_con .title{padding-top: 120px;padding-bottom: 45px;}
.index .about .about_con .title h3{color: var(--colour1);font-size: 28px;font-weight: bold;margin-bottom: 15px;}
.index .about .about_con .title p{display: block;font-style: normal;font-size: 16px;margin-bottom: 15px;}

.index .about .about_con .title span{font-style: normal;text-transform: uppercase;display: block;color: #888;}
.index .about .about_con .txt{font-size: 16px;line-height: 30px;text-align: justify;height: 210px;overflow: hidden;}
.index .about .about_con ul{padding-top: 60px;}
.index .about .about_con ul li{float: left;margin-right: 1px;}
.index .about .about_con ul li a{display: block;width: 160px;font-size: 14px;line-height: 45px;text-align: center;background: #fff;}
.index .about .about_con ul li:hover{background: var(--colour1);}
.index .about .about_con ul li:hover a{color: #fff;}
.index .about .about_con ul li.on a,.index .about .about_con ul li:hover a{color: #fff;background: var(--colour1);}
@media (max-width: 2200px){
.index .about{height: 475px;}
.index .about .about_con{width: 550px;padding-right: 30px;}
.index .about .about_con .title{padding-top: 50px;padding-bottom: 20px;}
.index .about .about_con .title h3,.index .about .about_con .title p{margin-bottom: 10px;}
.index .about .about_con .txt{font-size: 13px;line-height: 28px;height: 168px;}
.index .about .about_con ul{padding-top: 30px;}}
/*合作客户*/
.index .kehu{height: 550px;}
.index .kehu ul{}
.index .kehu ul li{float: left;width: 310px;margin-right: 12px;margin-bottom: 12px;background: #fff;cursor: pointer;}
.index .kehu ul li img{display: block;width: 100%;height: 125px;border: 1px solid #d9d9d9;transition: all .5s;}
.index .kehu ul li:hover img{border-color: var(--colour1);}
.index .kehu ul li:nth-child(5n){margin-right: 0;}
@media (max-width: 2200px){
.index .kehu{height: 480px;}
.index .kehu ul li{width: 230px;}
.index .kehu ul li img{height: 93px;}}
/*定制流程*/
.index .flow{padding-bottom: 70px;background: #f2f2f2;}
.index .flow .box{position: relative;}
.index .flow .box::after{content:" ";position: absolute;left: 50%;margin-left: -695px;top: 40%;margin-top: -9px;width: 1390px;z-index: 1;height: 16px;background: #ebebeb;border: 1px solid #ddd;}
.index .flow ul{text-align: center;}
.index .flow li{float: left;position: relative;text-align: center;margin: 0 100px;cursor: pointer;z-index: 2;transition: all .5s;}
.index .flow li .img{position: relative;width: 198px;height: 198px;border-radius: 50%;border: 1px solid #ddd;background: #ebebeb;transition: all .5s;}
.index .flow li .img img{position: absolute;left: 0;right: 0;margin: auto;top: 0;bottom: 0;}
.index .flow li h3{font-size: 22px;line-height: 30px;padding-top: 18px;}
.index .flow li:hover .img{background: var(--colour1);border-color: var(--colour1);}
.index  .flow li:hover h3{color: var(--colour1);}
@media (max-width: 2200px){
.index .flow .box::after{width: 1090px;margin-left: -545px;}
.index .flow li{margin: 0 50px;}}
/*企业相册*/
.index .album{padding-bottom: 50px;}
.index .album ul{}
.index .album ul li{float: left;width: 388px;margin-right: 15px;margin-bottom: 15px;cursor: pointer;}
.index .album ul li .img{width: 100%;padding-top: 75%;position: relative;overflow: hidden;}
.index .album ul li .img img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;min-height: 100%;display: block;transition: all .5s;}
.index .album ul li:nth-child(4n){margin-right: 0;}
.index .album ul li .img h3{position: absolute;bottom: 0;width: 100%;color: #fff;font-size: 20px;line-height: 50px;background: rgba(0,0,0,.5);padding: 0 10px;box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index .album ul li:hover .img img{transform: scale(1.1);}
@media (max-width: 2200px){
.index .album ul li{width: 288px;}
.index .album ul li .img h3{font-size: 16px;line-height: 40px;}}
/*新闻资讯*/
.index .news{background: #fff;padding-bottom: 70px;}
.index .news .in_title{padding-bottom: 30px;}
.index .news .hd{padding-bottom: 40px;text-align: center;}
.index .news .hd li{position: relative;display: inline-block;width: 148px;font-size: 16px;line-height: 50px;text-align: center;border-radius: 50px;margin: 0 10px;border: 1px solid #e3e3e3;background: #fff;transition: all .5s;}
.index .news .hd li a{display: block;}
.index .news .hd li.on{border-color: var(--colour1);background: var(--colour1);}
.index .news .hd li.on a{color: #fff;}
.index .news .bd{}
.index .news .bd ul{display: none;}
.index .news .bd li{float: left;width: 380px;padding: 20px;margin-right: 26px;background: #fff;box-sizing: border-box;transition: all .5s;}
.index .news .bd li:nth-child(4n){margin-right: 0;}
.index .news .bd li h3{position: absolute;bottom: 0;width: 100%;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;color: #fff;font-size: 16px;line-height: 40px;background: rgba(0,0,0,.5);padding: 0 10px;box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index .news .bd li .img{width: 100%;padding-top: 75%;position: relative;overflow: hidden;}
.index .news .bd li .img img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;min-height: 100%;display: block;transition: all .5s;}
.index .news .bd li i{color: #999;font-style: normal;display: block;padding-top: 15px;padding-bottom: 5px;}
.index .news .bd li p{display: block;color: #666;line-height: 24px;height: 48px;text-align: justify;overflow: hidden;}
.index .news .bd li span{display: block;color: var(--colour1);padding-top: 15px;}
.index .news .bd li:hover{box-shadow: 0px 0px 20px #bbb;}
.index .news .bd li:hover .img img{transform: scale(1.1);}
@media (max-width: 2200px){
.index .news .bd li{width: 288px;padding: 15px;margin-right: 15px;}
.index .news .bd li h3{font-size: 14px;line-height: 35px;}
.index .news .bd li i{padding-top: 7px;padding-bottom: 3px;}
.index .news .bd li p{line-height: 22px;height: 46px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.index .news .bd li span{padding-top: 5px;}}

.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.poa{position: absolute;}
.por{position: relative;}
.hidden{display: none;}
:root {
    --colour1: #0067d0;
    --colour2: #2b2b2b;
    --colour3: #0056ad;
}
p#fzwz {
    display: inline-block;
}

@media screen and (max-width: 980px) {
*{-webkit-text-size-adjust:none;}
#box{ height:300px;}
.width{ width:98%;}
#foot_nav{ display:block; position:fixed; bottom:0px; width:100%; left:0px;}
#foot_nav li{ list-style:none;}
#foot_nav li a{ width:calc(100% / 1); text-align:center; height:50px; line-height:50px; background:#e7272d; color:#fff; float:left; font-size:28px;    font-weight: bold;}

.header_main .logo {
    display: block;
    margin-top: 44px;
    font-size: 27px;
    font-weight: bold;
    color: #333;
    width: 60%;
}
.header_main .tel {
    float: right;
    width: auto;
    padding-top: 27px;
    margin-right: 0;
    width: 38%;
}
.header_main .tel span {
    font-size: 24px;
    font-weight: bold;
    color: #e90000;
}
.index .service ul li:last-child {
    margin-right: 0;
}
.index .service ul li {
    float: left;
    width: 19.2%;
    margin-right: 1%;
}
.index .service ul li .box {
    width: 100%;
    padding-bottom: 30px;
    margin-right: 0;
}
.index .service ul li img {
    margin-top: 30px;
    width: 65%;
    height: 65%;
}
.index .service ul li p {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.index .product ul li {
    width: 48.6%;
}
.index .product ul li:nth-child(2n) {
    margin-right: 0;
}
.index .product .more a {
    display: block;
    margin: auto;
    width: 35%;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 48px;
}
.index .power ul li {
    width: 49.9%;
    height: 449px;
}
.index .about {
    height: auto;
    background: none!important;
    max-width: 100%;
}
.index .about .about_con {
    width: 100%;
    padding-right: 0;
}
.index .about .about_con .txt {
    font-size: 14px;
    line-height: 30px;
    height: auto;
    color:#333;
}
.index .about .about_con ul li {
    float: left;
    margin-right: 1px;
    width: 25%;
}
.index .about .about_con ul li a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    background: #fff;
}
.index .about .about_con ul {
    padding-top: 30px;
    margin-bottom: 25px;
}
.index .flow li {
    margin: 0 1%;
    width: 23%;
}
.index .flow li .img {
    position: relative;
    width: 93%;
    height: 99%;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #ebebeb;
    transition: all .5s;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.index .flow li .img img {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
}
.index .album ul li {
    width: 48.3%;
    border: 1px solid #dedede;
}
.index .album ul li:nth-child(2n) {
    margin-right: 0;
}
.index .news .hd li {
    position: relative;
    display: inline-block;
    width: 25%;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    margin: 0 10px;
    border: 1px solid #e3e3e3;
    background: #fff;
    transition: all .5s;
}
.index .news .bd li {
    width: 48.6%;
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 2%;
}
.index .news .bd li:nth-child(2n) {
    margin-right: 0;
}
.footer .contact {
    float: left;
    margin-left: 0;
    width: 53%;
}
.footer .code {
    /* padding-top: 30px; */
    margin-right: 0;
    width: 30%;
}
.footer .fnavs {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    background: #0067d0;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    padding-bottom: 46px;
}
.index .flow .box::after {
    width: 100%;
    margin-left: 0;
}
.index .flow .box::after {
    content: " ";
    position: absolute;
    left: 0;
    margin-left: 0;
    top: 40%;
    margin-top: -9px;
    width: 100%;
    z-index: 1;
    height: 16px;
    background: #ebebeb;
    border: 1px solid #ddd;
}
.footer .fnavs a {
    position: relative;
    color: #fff;
    font-size: 16px;
    width: 12%;
    display: inline-block;
}

.nav_main .nav li {
    width: 16.5%;
}
.index .product .tab a {
    font-size: 14px;
    line-height: 33px;
    padding: 0 15px;
    margin: 0 8px 8px;
}






}
