*{
	padding: 0;
	margin:0;
   	font: 14px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
	-webkit-font-smoothing: antialiased;
}
ul{list-style: none;}
a{text-decoration: none;color: #000;}
img{
	max-width: 100%;
}
/*清除浮动*/
.clearfix:after,.clearfix:before{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
   zoom: 1;
}
.index-con{
	width: 1200px;
	margin: auto;
	position:relative;
	z-index: 99;
}
.dis-b{display: block !important;}
.fl{
	float: left;
}
.fr{
	float: right;
}
.jy-con{
	padding: 50px 0;
}
.bg-fafafa{
	background-color: #f8f8f8;
}
.pa0{padding: 0;}
/*首页-头部*/
.index-top .fr{width: 25%;text-align: center;}
.index-top .fr h3{
	font-size: 20px;
	line-height: 40px;
}
.index-top .fr p{
	line-height: 40px;
    font-size: 24px;
    color: #0074D9;
    font-weight: bold;
}
.index-logo{
	float: left;
	height: 80px;
}
.index-logo img{height: 100%;}
.index-head-nav{
	background-color: #0074D9;
	border-radius: 100px;
	margin-bottom: 20px;
}
.index-head-nav ul li{
	position: relative;
	float: left;
	width: calc(100% / 6);
	text-align: center;
	line-height: 45px;
	color: #fff;
}
.index-head-nav ul li a{
    color:#fff;
    width:80%;
    height: 30px;
    display: inline-block;
}
.index-head-nav ul li span{
	position: relative;
	z-index: 10;
	font-size: 16px;
	vertical-align: middle;
	display: block;
    line-height: 45px;
}
.index-head-nav ul li:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	height: 30px;
	margin-left: -40%;
	margin-top: -15px;

	z-index: 1;
	border-radius: 100px;
}
.index-head-nav ul li.on span,.index-head-nav ul li:hover span{color: #0074D9;}
.index-head-nav ul li.on:after,.index-head-nav ul li:hover:after{
	background-color: #fff;
}
/*banner*/
.index-banner .swiper-container{
	height: 34vw;
}
.index-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-title,.index-cpzs-nav{
	text-align: center;
	margin-bottom: 30px;
}
.index-title h3{
	font-size: 28px;
	line-height: 50px;
}
.index-title p{
	position: relative;
	font-size: 16px;
	color: #999;
    text-transform: uppercase;
}
.index-title p:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	width: 30px;
	height: 2px;
	margin-left: -15px;
	background-color: #0074D9;
}
.index-cpzx .swiper-container .swiper-button-prev,.index-cpzx .swiper-container .swiper-button-next{opacity : 0;transition: 0.3s;}
.index-cpzx .swiper-container:hover .swiper-button-prev,.index-cpzx .swiper-container:hover .swiper-button-next{opacity : 1; }
.index-cpzx .fl{
	width: 30%;
}
.index-cpzx .fl h3{
	position: relative;
    font-size: 20px;
    line-height: 50px;
    color: #222222;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 30px;
}
.index-cpzx .fl h3:after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 30px;
	margin-top: -15px;
	background-color: #0074d9;
}
.index-cpzx .fl p{
	text-indent: 2em;
	line-height: 25px;
	font-size: 16px;
}
.index-cpzx .fr{
	position: relative;
	width: 100%;
	padding: 0;
}

.index-cp-con{
	position: relative;
	float: left;
	width: 24%;
	height: auto;
	margin: 5px;
	overflow: hidden;

}
.index-cp-con img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    -webkit-transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0, 1, 0.5, 1);
}
.index-cp-con .text{
	display: table;
	position: absolute;
	text-align: center;
	opacity: 0;
    -webkit-transform: rotateX(50deg);
    transform: rotateX(50deg);

    background-color: rgba(255,255,255,0.85);
    left: 6%;
    top: 6%;
    width: 88%;
    height: 88%;
    transition: all 0.35s ease-out;
}
.index-cp-con:hover .text{
	opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.index-cp-con .text h3{
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bolder;
}
.index-cp-con:hover img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
    
/*首页-新闻资讯*/
.index-news-banner .swiper-slide{
	position: relative;
	height: 405px;
}
/*JYF190705*/
.index-news-banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-newss-banner .swiper-slide{
    position: relative;
    height: 405px;
}

.index-newss-banner .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-news-text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(255,255,255,.8);
	line-height: 50px;
	text-indent: 2em;
	font-size: 20px;
	font-weight: bolder;
}
.inxde-news .fr,.inxde-news .fl{
	float: left;
	width: calc(50% - 30px);
	padding: 0 15px;
}
.inxde-news .fr .clearfix:nth-child(odd) .index-news-time{
	background-color: #f5222d;
	color: #fff;
}
.inxde-news .fr .clearfix:nth-child(even) .index-news-time{
	background-color: #0074d9;
	color: #fff;
}
.inxde-news .fr .clearfix{
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 21px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 0 21px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 0 21px rgba(0,0,0,0.05);
    -o-box-shadow: 0 0 21px rgba(0,0,0,0.05);
    box-shadow: 0 0 21px rgba(0,0,0,0.05);
}
.index-news-time{
	float: left;
	height: 90px;
	width: 90px;
	margin: auto;
}
.index-news-time p{
	line-height: 45px;
	text-align: center;
	margin: 0;
	font-size: 16px;
}
.index-news-text2{
	float: left;
	width: calc(100% - 90px - 30px);
	padding: 0 15px;
	background-color: #fff;
}
.inxde-news .fr .clearfix .index-news-text2 h3{
	font-size: 20px;
	margin: 0;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inxde-news .fr .clearfix .index-news-text2 p{
    letter-spacing: 1px;
    padding-top: 8px;
	margin: 0;
	line-height: 22px;
	overflow : hidden;
  	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
}
/*尾部*/
footer{
	background-color: #002c66;
	padding-top: 25px;
	color: rgba(255,255,255,0.9);
}
footer .footer-con{
    height: 145px;
	float: left;
	padding: 0 15px;
}
footer .footer-con:nth-child(1){
    width: calc(20% - 30px);
}
footer .footer-con:nth-child(3){
	width: calc(50% - 30px);
}
footer .footer-con:nth-child(2){
	width: calc(20% - 30px);
}
.footer-nav ul a li{line-height: 30px;color: #f8f8f8}
.footer-nav ul a li:hover{color: rgb(234,85,19)}
.footer-logo{
	height: 120px;
}
.footer-logo img{
	height: 85%;
}
footer .footer-con h3{
    line-height: 40px;
    padding-left: 26px;
    padding-bottom: 15px;
	font-size: 20px;
}
footer .footer-con ul{
	float: left;
	width: 50%;
	text-align: center;
}
footer .footer-con p{font-size: 13px;}
footer .footer-con .fl{
	width: 65%;
}
footer .footer-con .fl h3{
    padding-left: 0px;
	padding-bottom: 15px ;
	margin-bottom: 0;
	line-height: 40px;
}
footer .footer-con .fl p{
	line-height: 30px;
	color: rgba(255, 255, 255, 0.9);
}
footer .footer-con .fr{
	width: auto;
}
footer .footer-con .fr img{
	height: 135px;
	vertical-align: middle;
}
.footer-line{
	margin: 5px 0;
    border-top: 1px solid rgba(255,255,255,0.4);
}
footer .copyright{
	text-align: center;
	color: #c3c3c3;
    line-height: 35px;}
    .copyright a:first-child{color: rgb(224, 223, 223)}
    .copyright a:last-child{color: #c3c3c3}
    .copyright a:last-child:hover{color: #c3c3c3}
    .copyright a:hover{color: rgb(224, 223, 223)}
    .copyright img{width: 20px;height: 20px}

/*mine*/
body{
    font-family: "Microsoft YaHei" !important;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;}
a{list-style: none;text-decoration: none;color: #333;}
input{margin: 0;padding: 0;list-style: none;}
button{outline:none;}
b{font-weight: bold !important}
.ib{display: inline-block}
.ml{float: left !important}
.mr{float: right;margin-right: 0 !important;}
.mar0{margin: 0 !important;display:inline !important}
.wid{width: 1519px !important}
.wid7{width: 580px !important}
.wid9{width: 1120px !important}
.wid10{width: 100% !important}
.wida{width: auto !important}
.mb{margin-bottom:30px !important;text-align: left}
.bor0{border: 0 !important}
.fs26{font-size: 26px;letter-spacing: 1px}
.flc{float:center}
.cur{cursor: pointer}
.pr{position: relative !important;}
.col{background-color: rgb(234,85,19) !important}
.mac{color:rgb(234,85,19) !important }
.fl{float: left}
.fr{float: right !important}
.clear{clear: both}
.contain{position: relative;height:auto;padding-top: 50px}
.logo{width: 100%;height: 100% !important}
.ma{margin: 0 auto !important}
.layuifix{text-align: center !important;padding-left: 10px !important}
.layui-nav-tree .layui-this>a{background-color:#0074d9 !important;color:#fff}
.layui-nav-tree .layui-nav-bar{background-color: rgba(0, 116, 217, 0.87) !important}
.swiper-button-prev,.swiper-button-next{outline: none}

/*通用*/
.page-wrap{width: 1200px;margin: 0 auto;height: auto}
.page-in{height: auto;padding: 50px 0}
.page-ia{height: auto;padding: 100px 0}
.mr30{margin-right: 30px}
.header{
    font-size: 16px;
    padding-top: 20px;
    height: 150px}
    .top{width:1200px;
        margin: 0 auto;}
    .header-img{width: 150px}
.nav{
    float: left;
    width:1100px;
    height: 34px;
    background-color: rgb(234,85,19);
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;}
    .nav1{
        display: inline-block;
        margin-left: 30px !important;
        padding: 0;
        height: 34px;}
    .nav1 ul{height: 100%}
    .nav1 ul li{display: inline-block;height: 32px}
    .nav1 div{margin: 5px 0px 0;width: 96px}
    .nav-wrap{
        text-align: center;
        margin-top: 3px !important;
        background-image: url('../image/nav-wrap.PNG');
        background-repeat: no-repeat;
        background-size: 100%;
        height: 26px;
        display: inline-block;}
    .nav a{
        text-align: center;
        font-size: 14px;
        margin:0 10px;
        line-height: 26px;
        display: inline-block;
        color: aliceblue;}
        .nav a:hover{color:black}
    .nav .search-wrap{
        text-align: center;
        height: 24px;
        margin: 4px 0;
        float: right;
        border-radius:100px;
        background-color: #fff;
        border: 1px solid #e2e2e2;}
    .nav .search-wrap .searchipt{
        float: left;
        width: 150px;
        height: 26px;
        margin: 0;
        padding-left:12px;
        font-size: 14px;
        outline: 0 none;
        border: 0 none;
        color: #333;
        background-color: rgba(51, 51, 51, 0)}
        .searchipt::-webkit-input-placeholder{opacity: 0.3;}
    .nav .search-btn{
        padding: 0;
        margin:-1px -1px 0 0;
        cursor: pointer;
        border: 0 none;
        background-color: rgba(170, 170, 170, 0.329);
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        width: 26px;
        height: 26px;}
        .search-btn img{margin-top: 5px}

.hr{
    float: right;
    height: 80px;
    width: 300px;}
    .hr1{
        opacity: 0.6;
        display: inline-block;
        width: 130px;
        padding-top: 8px;
        height: 72px}
    .hr .hrspan1{
        font-weight:normal !important;
        line-height: 19px;
        font-size: 12px;
        color: rgb(43, 43, 43);}
    .hr span{float: right;font-size: 18px;font-weight: bold}
    .hrimg{
        margin-left: -5px;
        height: 34px;
        z-index: -99;
        position: absolute;
        display: inline-block;}
        .img-box{
            overflow: hidden;
            text-align: center;
            height: auto;
            margin: 0 auto;
            width: 100%}
    .zzwx{
        float: right;
        letter-spacing: 1px;
        opacity: 0.6;
        margin:55px 20px 0 0;
        font-weight: bold;}
/*index content*/
.aboutus{
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;}
    .aboutus2{
        width: 100%;
        margin-top: 30px;}
        .aboutus2 .aboutline1{
            display: inline-block;
            width: 3px;
            height: 110px;
            border: transparent;
            background-color: #333;}
        .aboutus2 .aboutline2{
            display: inline-block;
            margin-top: -4px;
            width: 3px;
            height: 110px;
            border: transparent;
            background-color: rgb(234,85,19);}
        .aboutus2 .about-text-wrap{
            display: inline-block;
            position: relative;
            width: 600px;}
        .aboutus2 .about-text{
            margin-left: 16px;
            position:absolute;
            display:inline-block}
        .aboutimg{
            width: 362px;
            height: 224px;
            margin-top: -115px;
            float: right;}
    /*index-product*/
.index-middle{
    overflow: hidden;
    height: auto;
    width: 1519px;
    height: 660px;
    margin: 0 auto;}
.product-l{
    display: inline-block;
    height:660px;
    overflow: hidden;
    width: 50%;}
    #product-show{
        float: left;
        width: 6000px;
        height: 660px;
        overflow: hidden}
        #product-show img{width: 760px;height: 100%;float: left;}
    .pl-ul{
        height: 100%;
        width: 100%}
        .pl-ul li{width: 100%;height: 100%;}
    .product-l .pl-bg{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;}
.product-r{
    margin: 0 !important;
    word-break: normal;
    letter-spacing: 1px;
    float: right;
    width: 50%;
    height: 660px;
    position: relative;
    z-index: 99;
    background-image: url('../image/index/i3.PNG');
    background-repeat: no-repeat;
    background-size: cover;}
    .index-middle-list{
        display: inline-block ;
        width: 300px !important;
        height: 100% !important;
        overflow: hidden !important;}
        .index-middle-list li{
            text-align: left !important;
            cursor: pointer;
            margin: 40px 0;
            padding-left: 10px;
            border-bottom-right-radius: 100px;
            border-top-right-radius: 100px;
            font-size: 16px;
            display:block !important;
            width: 194px;
            line-height: 40px;
            height: 40px;
            background-color: #fff}
        .index-middle-list li:first-child{margin-top: 70px;}
        .index-middle-list li:hover{background-color: rgb(234,85,19)}
    .index-middle-content{
        word-break: break-all;
        color: #fff;
        display: inline-block;
        position: absolute;
        width: 231px;
        height: 525px;
        margin-top: 70px;
        margin-left: 68px;}
        .index-middle-content h3{margin: 0;
            margin-bottom: 40px;
            font-size: 20px;
            color: rgb(234,85,19)}

/*jclj*/
.jclj-wrap{
    height: 480px;
    padding:80px 0;
    margin-top: -3px;
    background-color: rgba(170, 170, 170, 0.185)}
    .jclj-img{height: 427px;
        width: 400px;position: relative;
        float: left;
        overflow: hidden}
        .jclj-con{position: relative;
            float: left;width:380px;
            height: 295px;
            margin-right: 20px;
            overflow: hidden;}
        .jclj-con-bg{
            position: absolute;
            top: 250px;
            height: 295px;
            width: calc(100% );
            background-color: rgba(0,0,0,0.5);
            color: #fff;
            text-align: center;
            transition: 0.5s all;
            text-align: center;}
            .jclj-con-bg h3{font-size: 22px;margin: 8px 0}
            .jclj-con-bg p{color: #fff !important;font-size: 16px !important}
            .jclj-con-bg span{margin: 6px 0}
        .jclj img{width: 100%;height: 100% ;object-fit: cover;}
    .jclj button{margin-bottom: 30px}
    .jclj p{color: rgb(75, 74, 74);font-size: 12px}
/*index-news*/
.index-news-img{width: 520px}
.index-news-btn{display: block;margin: 0 auto}
/*index-under*/
.Abouts{
    font-weight: 600 !important;
    font-size: 24px !important;
    color:#0074D9}
    .company-info{
        padding: 50px 0 50px 0;
        width:50%;
        display: inline-block;}
        .company-info2{margin-top: 40px;display: inline-block}
            .cit-kefu{float:left; margin-bottom:15px}
        .company-info-img{
            float: left;
            margin-top:3px;
            margin-right: 3px;}
        .smallicon{
            float: left;
            width: 16px;
            height: 16px;
            margin-top:3px;
            margin-right: 3px;
            margin-left: 4px}
        .message{
            display: inline-block;
            height: 400px;
            width: 100% !important;}
            .messageinfo{width: 500px;display: inline-block;padding: 10px 10px 0 0} 
            .messageinfo2{
                margin-right: 180px !important;
                width: 300px;}

/*liuyan*/
.liuyan{
    height: 278px;
    width:500px;
    margin: 0 auto;}
    .liuyan input{
        padding: 0;
        border: 1px solid #333;
        width:198px;
        height: 27px;
        margin:0 0 20px 0;padding-left:5px;}
    .liuyantext{
        padding: 0;
        border: 1px solid #333;
        width: 498px !important;
        margin-bottom: 20px;
        height: 130px;padding-left:5px;}
    .liuyanbtn{
        cursor: pointer;
        width: 60px;
        height: 28px;
        border: 0 none;
        background-color: #0074d9;
        color: #fff;
        float: right;}
/*news*/
.news-info{
    padding:20px 0;
    display: inline-block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgb(12, 54, 94)}
    .news-info-img{
        float: left !important;
        display: block !important;
        height: 171px !important;
        width: 300px !important;}
    .icon-wrap{
        position: absolute;
        width: 100px;
        height: 114px;
        display: inline-block;}
        .icon-wrap img{
            width: 50px !important;
            height: 50px !important;
            margin: 10px 0 0 20px !important;}
        .icon-wrap .icon1{
            color: #fff;
            padding-left: 8px;
            line-height: 23px;
            background-image: url('../images/news/icon1.png');
            background-repeat: no-repeat;
            background-size:100%;
            width: 46px;
            height: 23px;
            margin-left: 20px;}
    .news-info-text{
        width: 800px;
        float: right;
        clear: right;
        }
        .news-info-text:hover b{color:#0074D9 }
        .news-info-text b{font-size: 16px}
        .news-info-text p{margin:5px 0 !important;color: rgb(234,85,19)}
        .news-info-text span{
            text-indent: 2em;
            overflow: hidden;
            max-width: 900px;
            width: 100%;
            letter-spacing: 1px;
            display: -webkit-box;
            -webkit-box-orient: vertical;}
    .news-btn{
        cursor: pointer;
        padding-left: 14px;
        letter-spacing: 6px;
        color: #fff;
        margin-top: 30px;
        width: 75px;
        height: 26px;
        border: 0 none;
        background-color: #0074D9}

  /*news1*/
.news-title{
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    margin-top: 60px;}
    .news-title span{font-weight: bold;font-size: 20px;}
    .news-title p{
        margin: 10px 0;
        color: rgb(234,85,19);
        font-size: 12px;}
    .news-content b{padding: 10px 0}
    .news-content p{margin: 0;text-indent: 2em;letter-spacing: 1px;line-height: 22px}
.news1 img{
    width:auto;
    /*JYF190705*/
/*    height: 405px;*/
    float: left}
    .news1-f1{float: left;;width: 466px;}
    .mc{color:#0074D9;font-weight: bold}
    .news1-img2{width: 430px;float: left;}
    .news2-img{display: inline-block;width: 100%;}
    .news2-img img{float: left;width:590px;padding:5px;height: auto}
.switchpage{
    width: 100%;
   padding: 10px 0;
    display: flex;
    justify-content: space-between;}
    .switchpage span{font-size: 24px !important;}
    .switchpage span a:hover{color: rgb(234,85,19)}
/*product*/
.product-title {padding-bottom: 10px}
.product-title span{
    font-size: 24px;
    font-weight: bold;
    margin-left: 28px;}
    .zpzx{
        font-weight: 550;
        color: rgb(255, 255, 255);
        font-size: 23px;
        width: 225px;
        height: 35px;
        padding-left: 25px;
        background-color: #0074D9;
        border-radius: 100px;
        display: inline-block;}
/*layui-list*/
.pro-tit-list{
    width: 250px;
    display: inline-block;}
    .pro-tit-list ul{width: 250px;}
    .pro-tit-list li{background-color: rgba(151, 151, 151, 0.514)}
    .pro-tit-list div{
        font-size: 15px !important;
        text-align: center;
        padding-bottom: 5px;
        font-size: 10px;
        cursor: pointer;
        width: 100%;
        border-bottom: 1px solid rgba(148, 143, 143, 0.712);
        margin: 10px 0;}
        .pro-tit-list div:hover a{color:rgb(234,85,19)}
        .pro-tit-list div:last-child{border:0 none}
        .layui-nav-child dd{cursor: pointer;}
    .nav-r{display: none;float: right}
 
    /*nextpage*/
    .np{
        float:right;
        width: 900px; 
        display: none}
    .pro-content{
        display: none;
        float:right;
        width: 900px;}
        .pro-content div:hover p{color: white;}
        .pro-content div:hover p{background-color: rgba(0, 0, 0, 0.74)}
        .xyy{
            float:right;
	        -moz-user-select: none;
		    user-select: none;
		    -ms-user-select: none;
            -webkit-user-select: none;
            line-height: 200px;
            text-align: center;
            cursor: pointer;
            color: #fff;
            font-size: 22px;
            background-color: rgba(170, 170, 170, 0.575)}
        .xyy:hover{font-size: 30px;background-color: #0074D9;line-height: 194px;}
        .pro-img-moudle{
            overflow: hidden;
            border-radius: 10px;
            transition: all 0.6s;
            position: relative;
            display: inline-block;
            width: 270px;
            height: 200px;
            text-align: center;
            margin: 0 0 25px 25px;}
            .pro-img-moudle img{
				object-fit: contain;
                width: 100%;
                height: 100%;}
            .pro-img-moudle:hover{transform: scale(1.2)}
            .pro-img-moudle p{
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                transition: all 0.6s;
                font-size: 14px;
                line-height: 24px;
                background-color: rgba(68, 67, 67, 0.61);
                color:white;
                width: 100%;
                height: 48px;
                left: 0;
                bottom: 0;
                position: absolute;}
                .dis-b{display: block !important}
                .dis-n{display: none}
        /*product2*/
        .pro-img{
            width: 600px;
            height: 510px;
            display: inline-block}
            .pro-img img{
				object-fit: contain;
                display: none;
                width: 100%;
                height: 100%;}
        .pro-slide{
            text-align: center;
            float: right;
            width: 200px;
            height: 510px;
            background-color: rgba(170, 170, 170, 0.178);}
            .pro-slide img{
                border: 2px solid white;
                cursor: pointer;
                transition: all 1s;
                border-radius: 10px;
                margin:15px 0;
                height: 130px;
                object-fit: contain;
                background-color: white;
                width: 150px;}
                .pro-slide img:hover{border: 2px solid #0074D9;}
                .pro-slide :first-child{margin-top: 30px}
                .pro-slide :last-child{margin-bottom: 30px}
        .product-line{
            width: 100%;
            height: 10px;
            background-color: #0074D9;
            margin-top: 30px}
            .product-line2{
                width: 100%;
                height: 4px;
                background-color: black;
                margin-bottom: 70px;
                margin-top: 20px;}
        .product-text{
            width: 100%;
            margin-top: 10px;
            display: inline-block}
            .product-text-wrap div{display: none}
            .product-text img{width: 100%;margin: 20px 0}
            .product-text b{font-size: 18px}
            .product-text b:first-child{font-size: 20px}
            ul{
                list-style: none;
                margin:0;
                padding: 0;}
                .product-text ul li{letter-spacing: 1px;text-indent: 2em;margin: 5px 0;line-height: 26px;font-size: 16px}
            .index-middle-content ul li:before{
                content: "\02022  ";
                color: rgb(234,85,19)}
        .safe-wrap{
            width: 735px;
            margin: 30px auto}
            .safe-moudle{
                width: 220px;
                display: inline-block;
                margin-right: 40px}
                .safe-content{
                    width: 60%;
                    display: inline-block}
            .safe-moudle img{width: 77;display: inline-block}
            .product-text-title{text-align: center;font-weight: bold;font-size: 20px;padding: 20px 0}
/*about*/
.about-title{
    margin: 80px 0 30px;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center}
    .about-title h3{
        font-size: 26px;
        line-height: 35px;
        font-weight: bold;
    }
    .about-title span{
        display: block;
        white-space:pre-wrap;
        font-size: 15px;
        letter-spacing: 0;
        text-indent: 2em;
        color: rgba(170, 170, 170, 0.541);}
.contain .text span{line-height: 26px;letter-spacing:1px;padding-left: 2em}
.contain .text span:nth-child(2){padding: 0}
.contain .text span:first-child{font-weight: bold;font-size: 17px;color:#0074D9}
.contain .text p{text-align: left;line-height: 26px;letter-spacing: 1px}
        .aboutline{
            width: 100%;
            height: 1px;
            border: 0 none;
            background-color: rgba(170, 170, 170, 0.514);
            margin: 30px 0;}
        .about-company{
            text-align: center;
            height: auto;
            width: 100%;
            position:relative;
        }
            .about-company img{width: 1200px;}
            .gscp-img{
                font-size: 0;
                position: relative;
                height: 320px }
                .gscp-img img{
                    width: auto;
                    height: 293px;}
            .about-num{
                display: inline-block;
                font-size: 50px;
                color: rgba(170, 170, 170, 0.589);}
            .about-company-title{
                display: inline-block;
                font-size: 14px;}
                .about-company-title b{font-size: 18px}
                .about-company-title span{
                    font-size: 14px;
                    color: rgba(170, 170, 170, 0.452)}
                
                .qh-img{width: 250px;display: inline-block;padding: 10px 22px}


.pagination li{
    margin:0 2px;
}
.fr ul{
    margin:0 2px;
}
/*floor*/
.floor{
    height: 450px;
    background-color:#111216;}
    .floor-wrap{
        width: 1200px;
        position: relative;
        margin:0 auto;
        padding-top: 60px;
        padding-bottom: 250px;}
    .floor-wrap dl{
        float: left;
        display: block;
        width: 280px;}
        .floor-wrap dl hr{
            display: inline-block;
            height: 3px;
            border:0 none;
            background: red;
            width: 30px}
    .floor-wrap dl dd{
        margin: 0;
        color: #fff;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        white-space: normal;
        font-size: 14px;
    }
.m_header{
    display: none;
}
.yc{
    display: none;
}
.index-head-nav ul li dl{
    position: absolute;
    top: 100%;
    left: 50%;
    background: rgba(0,0,0,.8);
    width: auto;
    display: none;
    transform: translate(-50%, 0%);
}
.index-head-nav ul li dl dd,.index-head-nav ul li dl dt {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    cursor: pointer;
    padding: 0 1rem;
    margin: 0 0;
    position: relative;
}
.index-head-nav ul li dl dd a,.index-head-nav ul li dl dt a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 250%;
    white-space: nowrap;
    position:relative;
    font-weight: normal;
    font-size: 14px;
    padding:0 1rem;
}
.index-head-nav ul li dl dt:hover,.index-head-nav ul li dl dd:hover {
    background:#fff;
}
.index-head-nav ul li dl dt:hover>a,.index-head-nav ul li dl dd:hover>a{
    color:#242424;
}
.index-head-nav ul li>dl>dt.erji>a:after{
    content: '';
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:0;
top:40%;
left: auto;
}
.index-head-nav ul li>dl>dt.erji:hover>a:after{
    content: '';
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-top: 1px solid #242424;
border-right: 1px solid #242424;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:0;
top:35%;
background:#FFF;
left: auto;
}

.index-head-nav ul li dl dt:hover dl {
    display: block;
    transform: translate(0px, 0px);
}

.index-head-nav ul li dl dt dl {
    left: 100%;
    top: -0.8rem;
    width: auto;
}
.company-info span{
    display: block;
}
.company-info .ib{
    flex-wrap: wrap;
    display: flex;
}
.company-info span{
    width:100%;
}
.contact.ib{
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:1280px){
    .index-banner .swiper-container {
        height: auto;
    }
    .index-banner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top;
    }
}
@media(max-width:1280px){
    .index-con{
        width:95%;
    }
    .about-title{
        margin-top:0px;
    }
    .page-wrap{
        width:95%;
    }
    .pro-content{
        width: calc(100% - 300px);
    }
    .pro-slide {
        text-align: center;
        float: right;
        width: 30%;
        height: 510px;
        display: flex;
        background-color: rgba(170, 170, 170, 0.178);
        flex-direction: column;
        align-items: center;
    }
    .pro-img{
        width:70%;
    }
    .news-info-text {
        width: calc(100% - 400px);
        float: right;
        clear: right;
    }
    .company-info{
        padding:20px 30px;
    }
    .pro-img-moudle {
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.6s;
    position: relative;
    display: inline-block;
    width: 30%;
    height: 134px;
    text-align: center;
    margin: 0 0 10px 10px;
}
}
@media(max-width:992px){
    .index-top{
        display: none;
    }
    .m_header {
        display: block;
    }
    .container{
        width: 100%;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
        background:#fff;
    }

    .logo_box img {
        height: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 60%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #0074D9;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }
    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .index-head-nav{
        display: none;
    }
    .index-banner{
        padding-top:60px;
    }
    .index-cpzx .fl{
        width:100%;
    }
    .index-cpzx .fr{
        width:100%;
        padding:0;
    }
    .index-cp-con{
        width:100%;
    }
    .index-cp-con{
        width:100%;
    }
    .inxde-news .fr, .inxde-news .fl {
        float: left;
        width: 100%;
        padding: 0px;
        margin-bottom:20px;
    }
    footer .footer-con:nth-child(1){
        width:100%;
    }
    footer .footer-con{
        height: auto;
    }
    footer .footer-con:nth-child(2) {
        width: 100%;
    }
    footer .footer-con:nth-child(3){
        width:100%;
        margin:20px 0;
    }
    footer .footer-con:nth-child(3){
        float:left!important;
    }
    footer .footer-con .fl{
        width:100%;
    }
    footer .footer-con h3{
        padding-left:0;
    }
    .footer-logo{
        height:100px;
    }
    footer .footer-con ul{
        text-align: left;
    }
    footer .footer-con .fr {
        width: auto;
        float: left !important;
    }
    footer .footer-con .fr img {
        height: 100px;
        vertical-align: middle;
        margin-top:20px;
    }
    footer{
        overflow: hidden;
    }
    .yc{
        display: block;
    }
     .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #0074D9;
        background-color: #fff;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .navbar-fixed-bottom {
        bottom: 0;
        margin-bottom: 0;
        border-width: 1px 0 0;
    }
    .navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.ib.wid10{
    display: flex;
    flex-wrap: wrap;
}
.ib{
    display: flex;
}
.ib .ib{
    flex-wrap: wrap;
}
.ib span{
    display: block;
    width:100%;
    margin-top:5px;
}
.about-company img{
    max-width:100%;
    width:100%;
}
.qyln{
    max-width: 100%;
}
.wid9{
    width:95% !important;
}
.qyln div{
    width:95% !important;
}
.zpzx{
    width:93%;
}
.pro-tit-list{
    width:100%;
}
.pro-content{
    width:100%;
}
.pro-img-moudle{
    width:49%;
    margin: 0;
}
.ib .page span {
    display: block;
    width: 100%;
    margin-top: 0px;
}
.page{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-wrap{
    overflow: hidden;
}
.pro-tit-list ul{
    width:100%;
}
.pro-img{
    width:100%;
}
.pro-slide{
    width:100%;
}
.pro-slide img {
    border: 2px solid white;
    cursor: pointer;
    transition: all 1s;
    border-radius: 10px;
    margin: 15px 0;
    height: 130px;
    object-fit: contain;
    background-color: white;
    width: 30%;
}
.pro-slide {
    text-align: center;
    float: right;
    width: 100%;
    height: auto;
    display: flex;
    background-color: rgba(170, 170, 170, 0.178);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pro-slide img {
    border: 2px solid white;
    cursor: pointer;
    transition: all 1s;
    border-radius: 10px;
    margin: 15px 0;
    height: 130px;
    object-fit: contain;
    background-color: white;
    width: 30%;
    margin: 60px 0 30px !important;
}
.product-line2{
    margin-bottom:20px;
}
.product-title .fr{
    float:left !important;
}
.news-info-img {
    float: left !important;
    display: block !important;
    height: 200px !important;
    width: 100% !important;
}
.icon-wrap {
    position: relative;
    width: 100%;
    height: 114px;
    display: inline-block;
}
.icon-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-info-text {
    width: 100%;
    float: left;
    clear: right;
}
#news-page .fr{
    justify-content: center;
    width:100%;
}
.page-in{
    padding:20px 0;
}
.news-title{
    margin-top:20px;
}
.switchpage span{
    width:100%;
}
.liuyan {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.liuyan input {
    padding: 0;
    border: 1px solid #333;
    width: 100%;
    height: 27px;
    margin: 0 0 20px 0 !important;
}
.wid10 form{
    width:100%;
}
.news1 img{
    object-fit: contain;
}
.swiper-button-prev, .swiper-button-next {
    background-size: contain;
    width:13px;
    height: 22px;
}
.company-info {
    padding: 20px 30px;
    width: 100%;
}
.switchpage{
    flex-wrap: wrap;
}
}