*{outline: none;padding: 0;margin: 0}
html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #FFF;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
h1,h2,h3{margin: 0}
ul,li{list-style: none;padding: 0;margin: 0}
img{border:none; padding: 0; vertical-align: middle}
.block{display: block}
a{ text-decoration: none}
.fl{ display: block; float: left}
.fr{ display: block; float: right}
.logo{}

.main .pro-box *{
    -moz-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -webkit-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -o-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    transition: 0.4s ease 0s,background-color 0.8s ease 0s;
}
.main .about-box *{
    -moz-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -webkit-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -o-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    transition: 0.4s ease 0s,background-color 0.8s ease 0s;
}
.main .news-box *{
    -moz-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -webkit-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -o-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    transition: 0.4s ease 0s,background-color 0.8s ease 0s;
}
::-webkit-scrollbar{width:6px;height:6px;background-color:#F5F5F5}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:6px;background-color:#F5F5F5}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}
.banner .swiper-container {
      width: 100%;
      height: 100%;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
.banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
}
.open-menu{
    display: none;
}
header{
    position: relative;
}
header .nav-ul{
    position: absolute;
    top: 40px;
    left: 20%;
    width: 60%;
    z-index: 10;
    height: 70px;
    background: -webkit-linear-gradient(bottom, rgb(255, 255, 255), rgb(237, 237, 237) 100%);
    padding: 10px;
    display: flex;
    border-radius: 7px;
}
header .nav-ul .logo{
    width: 30%;
}
header .nav-ul .logo img{}
header .nav-ul .nav{
    width: 70%;
}
header .nav-ul .nav ul{
    display: flex;
}
header .nav-ul .nav ul li:hover{background-image: url(../img/b3.jpg);
    background-repeat: no-repeat;
    background-position: bottom;}
header .nav-ul .nav ul li:hover a{color: #cc0000;}
header .nav-ul .nav ul li{width: 20%;text-align: center;}
header .nav-ul .nav ul li a{
    color: #000000;
    display: block;
    height: 80px;
    line-height: 70px;
    font-size: 16px;
}
header .nav-ul .nav ul .act{
    background-image: url(../img/b3.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
header .nav-ul .nav ul .act a{
    color: #cc0000;
}

.banner{
    position: relative;
}
.banner .b-tt{
    position: absolute;
    right: 20%;
    color: #fff;
    z-index: 9;
    bottom: 35%;
    font-size: 1.8rem;
}
.banner .b-tt p{}
.banner .b-tt h2{}
.banner .b-tt p{}
.main{}
.main .pro-box{}
.main .box-top{
    margin-top: 3rem;
    text-align: center;
}
.main .about-box .box-top p{
    color: #fff;
}
.main .about-box .box-top .tt{
    background-image: url(../img/b123.png);
    color: #fff;
}
.main .box-top .tt{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    background-image: url(../img/123.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.main .box-top .tt span{
    border-top: 2px solid #d9d9d9;
    display: block;
}
.main .box-top p{
    margin-bottom: 10px;
    color: #5a5a5a;
}
.main .pro-box{
    width: 1200px;
    margin: 0 auto;
}
.main .pro-box .pro{
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
}
.main .pro-box .pro .pro-li:nth-child(3n){
    margin-right: 0;
}
.main .pro-box .pro .pro-li{
    width: 390px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}
.main .pro-box .pro .pro-li a{
    display: block;
}
.main .pro-box .pro .pro-li a:hover img{
  transform: rotateZ(0deg) translateY(-5%);
}
.main .pro-box .pro .pro-li a img{
    width: 100%;
}
.main .pro-box .pro .pro-li a:hover span{
    background-color: rgba(204,0,0,0.7);
}
.main .pro-box .pro .pro-li a span{
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
/*     background-color: rgba(204,0,0,0.7); */
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}
.main .pro-box .pro-all{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.main .pro-box .pro-all a{
    background-color: rgba(0,0,0,1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.main .about-box{
    height: 624px;
    background-color: transparent;
    background-image: url(../img/t1.jpg);
    background-position: center top;
    background-attachment: fixed;
    padding-top: 1px;
}
.main .about-box .about{width: 1200px;margin: 0 auto;display: flex;flex-wrap: wrap;}
.main .about-box .about .a1{
    width: 50%;
    background-color: rgb(242, 242, 242);
    height: 220px;
}
.main .about-box .about .a1 p{
    padding: 15px;
    line-height: 30px;
    color: #5a5a5a;
}
.main .about-box .about .a1 a{
    background-color: rgba(0,0,0,1);
    color: #fff;
    margin-left: 15px;
    padding: 10px 20px;
    border-radius: 5px;
}
.main .about-box .about .a2{
    width: 50%;
    display: flex;
    overflow: hidden;
}
.main .about-box .about .a2 img{
    width: 50%;
}
.main .about-box .about .a2 img:hover{
transform: scale(1.1);
}
.main .about-box .about .a3{
    width: 50%;
    background-color: rgb(204, 0, 0);
    height: 200px;
}
.main .about-box .about .a3 h3{
    color: #fff;
    padding: 15px;
}
.main .about-box .about .a3 p{
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
}
.main .about-box .about .a4 h3{
    color: #fff;
    padding: 15px;
}
.main .about-box .about .a4 p{
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
}
.main .about-box .about .a4{
    width: 50%;
    height: 200px;
    background: url(../img/ab1.jpg);
}
.main .news-box{
    margin-bottom: 3rem;
}
.main .news-box .newb{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 2rem;
}
.main .news-box .newb .newstop{
    width: 50%;
}
.main .news-box .newb .newstop a{
    display: block;
    overflow: hidden;
}
.main .news-box .newb .newstop a img{
    width: 100%;
}
.main .news-box .newb .newstop a img:hover{
transform: scale(1.1);
}
.main .news-box .newb .newstop .title{
    padding-top: 10px;
}
.main .news-box .newb .newstop .articleid{
    color: #000000;
    font-size: 18px;
}
.main .news-box .newb .newstop .time{
    color: #929292;
    padding-top: 10px;
}
.main .news-box .newb .newstop .small{
    color: #999999;
    padding-top: 10px;
}
.main .news-box .newb .news-ul{
    width: 49%;
    margin-left: 1%;
}
.main .news-box .newb .news-ul ul{}
.main .news-box .newb .news-ul ul li{
    border-bottom: 1px dashed #d9d9d9;
    display: flex;
    margin: 10px 0px;
    padding-bottom: 20px;
}
.main .news-box .newb .news-ul ul li .newtime{
    width: 20%;
    text-align: center;
    margin-left: 5%;
}
.main .news-box .newb .news-ul ul li .newtime .day{
    color: #cc0000;
    font-size: 36px;
}
.main .news-box .newb .news-ul ul li .newtime .yer{
    color: #cc0000;
    font-size: 14px;
    display: block;
}
.main .news-box .newb .news-ul ul li .cont{
    margin-left: 5%;
}
.main .news-box .newb .news-ul ul li .cont a{
    color: #000000;
    font-size: 18px;
}
.main .news-box .newb .news-ul ul li .cont p{
    color: #5A5A5A;
    font-size: 12px;
    line-height: 24px !important;
}
footer{
    width: 100%;
    background-color: rgb(0, 0, 0);
    height: 185px;
    border-top: 10px solid rgb(215, 12, 25);
}
footer .ft1{
    width: 1200px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}
footer .ft1 a{
    color: #fff;
    margin: 15px;
}
footer .ft2{
    width: 1200px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 2rem;
}
footer .ft3{
    width: 1200px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 2rem;
}
.main .about-a{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-top: 5rem;
}
.main .about-a .a-cont{
    width: 50%;
    line-height: 40px;
    color: rgb(90, 90, 90);
}
.main .about-a .a-img{
    width: 60%;
    margin-left: 5%;
}
.main .about-a .a-img img{
    width: 100%;
    border-radius: 20px;
    -moz-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -webkit-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -o-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    transition: 0.4s ease 0s,background-color 0.8s ease 0s;
}
.main .about-a .a-img img:hover{
transform: scale(1.1);
}
.main .about-b{
    margin-top: 4rem;
    background-image: url(../img/tt1.jpg);
    background-repeat: no-repeat;
    height: 458px;
    background-size: cover;
}
.main .about-b h2{
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-top: 5rem;
}
.main .about-b .ab-li{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-top: 8rem;
}
.main .about-b .ab-li li{
    display: flex;
    width: 25%;
}
.main .about-b .ab-li li .ab-img{}
.main .about-b .ab-li li .ab-img img{
    width: 50px;
}
.main .about-b .ab-li li .ab-cont{}
.main .about-b .ab-li li .ab-cont h3{
    font-size: 18px;
    color: #fff;
}
.main .about-b .ab-li li .ab-cont p{
    font-size: 14px;
    color: #bbb;
}
.main .about-c{
    width: 1200px;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.main .about-c .c-tt{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3rem;
}
.main .about-c .zxkg{}
.main .about-c .zxkg .bds{}
.main .about-c .zxkg .bds ul{overflow:hidden;zoom:1;}
.main .about-c .zxkg .bds ul li{width:250px;float:left;margin:0 auto;}
.main .pronav{
    height: 60px;
    background-color: rgb(247, 247, 247);
}
.main .pronav ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.main .pronav ul li{
    width: 25%;
    text-align: center;
    line-height: 60px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ececec;
}
.main .pronav ul li a:hover{
    color:#cc0000;
}
.main .pronav ul li a{
    color: #333;
    font-size: 15px;
}
.main .pronav ul li .act{color:#cc0000;font-weight: bold;}
.main .pronav ul li:last-child{border:0;}
.main .prolist{
    width: 1200px;
    margin: 0 auto;
    margin-top: 2rem;
}
.main .prolist ul{
    display: flex;
    flex-wrap: wrap;
}
.main .prolist ul li:nth-child(3n){
    margin-right: 0;
}
.main .prolist ul li{
    width: 32%;
    margin-right: 2%;
}
.main .prolist ul li .proimg{
    overflow: hidden;
}
.main .prolist ul li .proimg a{}
.main .prolist ul li .proimg a img{
    width: 100%;
    -moz-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -webkit-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -o-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    transition: 0.4s ease 0s,background-color 0.8s ease 0s;
}
.main .prolist ul li .proimg a img:hover{
    transform: scale(1.1);
}
.main .prolist ul li .procont{
    margin: 10px;
}
.main .prolist ul li .procont a{
    font-size: 16px;
    color: #000;
}
.main .prolist ul li .procont a:hover{
    color:#d70c19;
}
.main .prolist ul li .procont p{
    font-size: 12px;
    color: #999;
    padding-top: 10px;
}
.main .prolist .page{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.main .prolist .page a{
    color: #333;
    padding: 10px 15px;
    border: 1px solid #999;
}
.main .prolist .page a b{
    background: #fff;
    color: #333;
    padding: 0;
    border: 0;
}
.main .prolist .page b{
    background: #d70c19;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #999;
}
.main .prolist .page a:hover{
	background: #d70c19;
    color: #fff;
}
.main .msg-box{
    width: 1200px;
    margin: 0 auto;
}
.main .msg-box .msg-t{
    width: 100%;
    height: 9rem;
    background-color: rgb(247, 247, 247);
    text-align: center;
    font-size: 20px;
    color: #5a5a5a;
}
.main .msg-box .msg-t p{
    padding-top: 2rem;
    line-height: 2rem;
}
.main .msg-box .msg-form{
    width: 800px;
    margin: 0 auto;
    margin-top: 4rem;
    margin-bottom: 10rem;
}
.main .msg-box .msg-form .mfields{}
.main .msg-box .msg-form .mfields li{
    display: flex;
    margin-bottom: 20px;
}
.main .msg-box .msg-form .mfields .title{
    width: 10%;
    text-align: left;
    color: #333;
}
.main .msg-box .msg-form .mfields .inpbox{
    width: auto;
}
.main .msg-box .msg-form .mfields .inpbox input{
    height: 38px;
    margin: 0;
    padding: 0;
    width: 720px;
    border: 1px solid #dedede;
}
.main .msg-box .msg-form .mfields .inpbox textarea{
    width: 720px;
    height: 100px;
    border: 1px solid #dedede;
}
.main .msg-box .msg-form .mfields .inpbox button{
    background-color: #cc0000;
    width: 720px;
    border: 0;
    color: #fff;
    height: 40px;
}
.main .cont-box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 10rem;
    margin-top: 5rem;
}
.main .cont-box .xx{
    width: 40%;
    height: 22rem;
    background-color: rgb(204, 0, 0);
    color: #fff;
    padding: 3rem;
    margin-right: 2%;
}
.main .cont-box .xx .xx-t{font-size: 24px;padding-bottom: 10px;border-bottom: 1px solid #fff;}
.main .cont-box .xx .xx-c{
    margin-top: 2rem;
    line-height: 2rem;
}
.main .cont-box .xx .xx-c p{}
.main .cont-box .baidumap{
    width: 50%;
}
.main .pro-cont{
    width: 1200px;
    margin: 0 auto;
    margin-top: 2rem;
}
.main .pro-cont .ct{
    display: flex;
}
.main .pro-cont .ct .pro-img{
    width: 65%;
}
.main .pro-cont .ct .pro-img img{
    width: 100%;
}
.main .pro-cont .ct .pro-t{
    margin-left: 2%;
}
.main .pro-cont .ct .pro-t .tt{
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 1rem;
    padding-bottom: 8px;
}
.main .pro-cont .ct .pro-t .small{
    color: #999;
    line-height: 30px;
}
.main .pro-cont .ct .pro-t .tprice{
    color: #898989;
    text-decoration: line-through;
    margin-bottom: 8px;
}
.main .pro-cont .ct .pro-t .price{}
.main .pro-cont .ct .pro-t .price span{font-size: 20px;
    color: #ff5022;
    font-weight: bold;}
.main .pro-cont .content{
    margin-top: 3rem;
}
.main .pro-cont .content table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	font-size:14px;
}
th, td {
    border-collapse: collapse;
}
.main .pro-cont .content table  td {
    border: 1px solid #ddd;
    padding: 5px 10px;
    height: 36px;
}
.main .pro-cont .fy{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.main .pro-cont .fy .sy{margin-bottom:10px;}
.main .pro-cont .fy .sy .up_arrow{
    background-image: url(../img/sy.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 10px;
    display: block;
    float: left;
    background-color: #c2c2c2;
    margin-right: 8px;
    margin-top: 4px;
}
}
.main .pro-cont .fy .sy a{
    color: #333;
}
.main .pro-cont .fy .xy .down_arrow{
	margin-bottom: 10px;
	background-image: url(../img/xy.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 10px;
	display: block;
	float: left;
	background-color: #c2c2c2;
	margin-right: 8px;
	margin-top: 4px;
}
.main .pro-cont .fy .xy a{
    color: #000;
}
.main .pro-cont .fy .sy a{
    color: #000;
}
.main .newsinfo{
    width: 1200px;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.main .newsinfo .n-tt{
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}
.main .newsinfo .n-bb{
    text-align: center;
    margin-bottom: 20px;
}
.main .newsinfo .n-bb span{
    margin: 0 20px;
}
.main .newsinfo .small{
    background: #f5f5f5;
    padding: 15px;
    color: #868686;
    line-height: 30px;
}
.main .newsinfo .n-cont{
    margin-top: 1rem;
    line-height: 30px;
}
.main .newsinfo .fy{}
.main .newsinfo .fy .sy{
    margin-bottom: 10px;
}
.main .newsinfo .fy a{
    color: #000;
}
@media (max-width: 991px){
*{outline: none;padding: 0;margin: 0}
html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #FFF;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
h1,h2,h3{margin: 0}
ul,li{list-style: none;padding: 0;margin: 0}
img{border:none; padding: 0; vertical-align: middle}
.block{display: block}
a{ text-decoration: none}
.fl{ display: block; float: left}
.fr{ display: block; float: right}
.logo{}

.main .pro-box *{
    -moz-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -webkit-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -o-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    transition: 0.4s ease 0s,background-color 0.8s ease 0s;
}
.main .about-box *{
    -moz-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -webkit-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -o-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    transition: 0.4s ease 0s,background-color 0.8s ease 0s;
}
.main .news-box *{
    -moz-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -webkit-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -o-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    transition: 0.4s ease 0s,background-color 0.8s ease 0s;
}
::-webkit-scrollbar{width:6px;height:6px;background-color:#F5F5F5}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:6px;background-color:#F5F5F5}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}
.banner .swiper-container {
      width: 100%;
      height: 100%;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		transform:scale(1.1,1.1);
		}
.banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
}

header{
    position: relative;
}
header .nav-ul{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 3rem;
    background: #fff;
    padding: 0;
    display: flex;
    border-radius: 0;
    flex-wrap: wrap;
    -moz-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -webkit-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -o-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    transition: 0.4s ease 0s,background-color 0.8s ease 0s;
}
header .nav-ul .logo{
    width: 7rem;
    position: absolute;
    left: 10px;
    top: 5px;
}
header .nav-ul .logo img{
    width: 100%;
}
header .nav-ul .nav{
    width: 100%;
    display: none;
    padding-top: 2rem;
}
header .nav-ul .nav ul{
    display: flex;
    flex-wrap: wrap;
}
header .nav-ul .nav ul li:hover{background-image: url(../img/b3.jpg);
    background-repeat: no-repeat;
    background-position: bottom;}
header .nav-ul .nav ul li:hover a{color: #cc0000;}
header .nav-ul .nav ul li{width: 100%;text-align: center;}
header .nav-ul .nav ul li a{
    color: #000000;
    display: block;
    height: auto;
    line-height: 4rem;
    font-size: 16px;
}
header .nav-ul .nav ul .act{
    background-image: url(../img/b3.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
header .nav-ul .nav ul .act a{
    color: #cc0000;
}

.banner{
    position: relative;
    height: 11rem;
}
.banner .b-tt{
    position: absolute;
    right: 20%;
    color: #fff;
    z-index: 9;
    top: 6%;
    font-size: 1.8rem;
    margin: 0;
}
.banner .b-tt p{}
.banner .b-tt h2{}
.banner .b-tt p{}
.main{}
.main .pro-box{}
.main .box-top{
    margin-top: 1rem;
    text-align: center;
}
.main .about-box .box-top p{
    color: #fff;
}
.main .about-box .box-top .tt{
    background-image: url(../img/b123.png);
    color: #fff;
}
.main .box-top .tt{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    background-image: url(../img/123.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.main .box-top .tt span{
    border-top: 2px solid #d9d9d9;
    display: block;
}
.main .box-top p{
    margin-bottom: 10px;
    color: #5a5a5a;
}
.main .pro-box{
    width: 100%;
    margin: 0 auto;
}
.main .pro-box .pro{
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
}
.main .pro-box .pro .pro-li:nth-child(3n){
    margin-right: 1%;
}
.main .pro-box .pro .pro-li{
    width: 48%;
    margin-right: 1%;
    margin-bottom: 15px;
    position: relative;
    margin-left: 1%;
}
.main .pro-box .pro .pro-li a{
    display: block;
}
.main .pro-box .pro .pro-li a:hover img{
  transform: rotateZ(0deg) translateY(-5%);
}
.main .pro-box .pro .pro-li a img{
    width: 100%;
}
.main .pro-box .pro .pro-li a:hover span{
    background-color: rgba(204,0,0,0.7);
}
.main .pro-box .pro .pro-li a span{
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
/*     background-color: rgba(204,0,0,0.7); */
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}
.main .pro-box .pro-all{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.main .pro-box .pro-all a{
    background-color: rgba(0,0,0,1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.main .about-box{
    height: auto;
    background-color: transparent;
    background-image: url(../img/t1.jpg);
    background-position: center top;
    background-attachment: fixed;
    padding-top: 1px;
}
.main .about-box .about{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;}
.main .about-box .about .a1{
    width: 100%;
    background-color: rgb(242, 242, 242);
    height: auto;
    padding-bottom: 1rem;
}
.main .about-box .about .a1 p{
    padding: 15px;
    line-height: 30px;
    color: #5a5a5a;
}
.main .about-box .about .a1 a{
    background-color: rgba(0,0,0,1);
    color: #fff;
    margin-left: 15px;
    padding: 10px 20px;
    border-radius: 5px;
}
.main .about-box .about .a2{
    width: 100%;
    display: flex;
    overflow: hidden;
}
.main .about-box .about .a2 img{
    width: 50%;
}
.main .about-box .about .a2 img:hover{
transform: scale(1.1);
}
.main .about-box .about .a3{
    width: 100%;
    background-color: rgb(204, 0, 0);
    height: auto;
}
.main .about-box .about .a3 h3{
    color: #fff;
    padding: 15px;
}
.main .about-box .about .a3 p{
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
}
.main .about-box .about .a4 h3{
    color: #fff;
    padding: 15px;
}
.main .about-box .about .a4 p{
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
}
.main .about-box .about .a4{
    width: 100%;
    height: auto;
    background: url(../img/ab1.jpg);
}
.main .news-box{
    margin-bottom: 3rem;
}
.main .news-box .newb{
    width: 96%;
    margin: 0 auto;
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
    padding: 0 2%;
}
.main .news-box .newb .newstop{
    width: 100%;
}
.main .news-box .newb .newstop a{
    display: block;
    overflow: hidden;
}
.main .news-box .newb .newstop a img{
    width: 100%;
}
.main .news-box .newb .newstop a img:hover{
transform: scale(1.1);
}
.main .news-box .newb .newstop .title{
    padding-top: 10px;
}
.main .news-box .newb .newstop .articleid{
    color: #000000;
    font-size: 18px;
}
.main .news-box .newb .newstop .time{
    color: #929292;
    padding-top: 10px;
}
.main .news-box .newb .newstop .small{
    color: #999999;
    padding-top: 10px;
}
.main .news-box .newb .news-ul{
    width: 100%;
    margin-left: 1%;
}
.main .news-box .newb .news-ul ul{}
.main .news-box .newb .news-ul ul li{
    border-bottom: 1px dashed #d9d9d9;
    display: flex;
    margin: 10px 0px;
    padding-bottom: 20px;
}
.main .news-box .newb .news-ul ul li .newtime{
    width: 20%;
    text-align: center;
    margin-left: 3%;
}
.main .news-box .newb .news-ul ul li .newtime .day{
    color: #cc0000;
    font-size: 36px;
}
.main .news-box .newb .news-ul ul li .newtime .yer{
    color: #cc0000;
    font-size: 14px;
    display: block;
}
.main .news-box .newb .news-ul ul li .cont{
    margin-left: 5%;
    width: 70%;
}
.main .news-box .newb .news-ul ul li .cont a{
    color: #000000;
    font-size: 18px;
}
.main .news-box .newb .news-ul ul li .cont p{
    color: #5A5A5A;
    font-size: 12px;
    line-height: 24px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
footer{
    width: 100%;
    background-color: rgb(0, 0, 0);
    height: auto;
    border-top: 10px solid rgb(215, 12, 25);
}
footer .ft1{
    width: 90%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}
footer .ft1 a{
    color: #fff;
    margin: 15px;
}
footer .ft2{
    width: 90%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 2rem;
}
footer .ft3{
    width: 90%;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 2rem;
}
.main .about-a{
    width: 90%;
    margin: 0 auto;
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
}
.main .about-a .a-cont{
    width: 100%;
    line-height: 40px;
    color: rgb(90, 90, 90);
}
.main .about-a .a-img{
    width: 100%;
    margin-left: 0;
}
.main .about-a .a-img img{
    width: 100%;
    border-radius: 20px;
    -moz-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -webkit-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -o-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    transition: 0.4s ease 0s,background-color 0.8s ease 0s;
}
.main .about-a .a-img img:hover{
transform: scale(1.1);
}
.main .about-b{
    margin-top: 4rem;
    background-image: url(../img/tt1.jpg);
    background-repeat: no-repeat;
    height: 458px;
    background-size: cover;
}
.main .about-b h2{
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding-top: 5rem;
}
.main .about-b .ab-li{
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 8rem;
    flex-wrap: wrap;
}
.main .about-b .ab-li li{
    display: flex;
    width: 50%;
    margin-bottom: 2rem;
}
.main .about-b .ab-li li .ab-img{}
.main .about-b .ab-li li .ab-img img{
    width: 50px;
}
.main .about-b .ab-li li .ab-cont{}
.main .about-b .ab-li li .ab-cont h3{
    font-size: 18px;
    color: #fff;
}
.main .about-b .ab-li li .ab-cont p{
    font-size: 14px;
    color: #bbb;
}
.main .about-c{
    width: 100%;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
    overflow: hidden;
}
.main .about-c .c-tt{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 3rem;
}
.main .about-c .zxkg{}
.main .about-c .zxkg .bds{}
.main .about-c .zxkg .bds ul{overflow:hidden;zoom:1;}
.main .about-c .zxkg .bds ul li{width:250px;float:left;margin:0 auto;}
.main .pronav{
    height: auto;
    background-color: rgb(247, 247, 247);
}
.main .pronav ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.main .pronav ul li{
    width: 33%;
    text-align: center;
    line-height: 60px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ececec;
}
.main .pronav ul li a:hover{
    color:#cc0000;
}
.main .pronav ul li a{
    color: #333;
    font-size: 15px;
}
.main .pronav ul li .act{color:#cc0000;font-weight: bold;}
.main .pronav ul li:last-child{border:0;}
.main .prolist{
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
}
.main .prolist ul{
    display: flex;
    flex-wrap: wrap;
}
.main .prolist ul li:nth-child(3n){
    margin-right: 2%;
}
.main .prolist ul li{
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
}
.main .prolist ul li .proimg{
    overflow: hidden;
}
.main .prolist ul li .proimg a{}
.main .prolist ul li .proimg a img{
    width: 100%;
    -moz-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -webkit-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    -o-transition: 0.4s ease 0s,background-color 0.8s ease 0s;
    transition: 0.4s ease 0s,background-color 0.8s ease 0s;
}
.main .prolist ul li .proimg a img:hover{
    transform: scale(1.1);
}
.main .prolist ul li .procont{
    margin: 10px;
}
.main .prolist ul li .procont a{
    font-size: 16px;
    color: #000;
}
.main .prolist ul li .procont a:hover{
    color:#d70c19;
}
.main .prolist ul li .procont p{
    font-size: 12px;
    color: #999;
    padding-top: 10px;
}
.main .prolist .page{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.main .prolist .page a{
    color: #333;
    padding: 10px 15px;
    border: 1px solid #999;
}
.main .prolist .page a b{
    background: #fff;
    color: #333;
    padding: 0;
    border: 0;
}
.main .prolist .page b{
    background: #d70c19;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #999;
}
.main .prolist .page a:hover{
	background: #d70c19;
    color: #fff;
}
.main .msg-box{
    width: 90%;
    margin: 0 auto;
}
.main .msg-box .msg-t{
    width: 100%;
    height: auto;
    background-color: rgb(247, 247, 247);
    text-align: center;
    font-size: 20px;
    color: #5a5a5a;
}
.main .msg-box .msg-t p{
    padding: 2rem;
    line-height: 2rem;
}
.main .msg-box .msg-form{
    width: 100%;
    margin: 0 auto;
    margin-top: 4rem;
    margin-bottom: 10rem;
}
.main .msg-box .msg-form .mfields{}
.main .msg-box .msg-form .mfields li{
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.main .msg-box .msg-form .mfields .title{
    width: 100%;
    text-align: left;
    color: #333;
}
.main .msg-box .msg-form .mfields .inpbox{
    width: 100%;
}
.main .msg-box .msg-form .mfields .inpbox input{
    height: 38px;
    margin: 0;
    padding: 0;
    width: 20rem;
    border: 1px solid #dedede;
}
.main .msg-box .msg-form .mfields .inpbox textarea{
    width: 20rem;
    height: 100px;
    border: 1px solid #dedede;
}
.main .msg-box .msg-form .mfields .inpbox button{
    background-color: #cc0000;
    width: 20rem;
    border: 0;
    color: #fff;
    height: 40px;
}
.main .cont-box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 10rem;
    margin-top: 5rem;
    flex-wrap: wrap;
}
.main .cont-box .xx{
    width: 100%;
    height: auto;
    background-color: rgb(204, 0, 0);
    color: #fff;
    padding: 3rem;
    margin: 0 auto;
}
.main .cont-box .xx .xx-t{font-size: 24px;padding-bottom: 10px;border-bottom: 1px solid #fff;}
.main .cont-box .xx .xx-c{
    margin-top: 2rem;
    line-height: 2rem;
}
.main .cont-box .xx .xx-c p{}
.main .cont-box .baidumap{
    width: 100%;
    height: 20rem;
}
.main .pro-cont{
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
}
.main .pro-cont .ct{
    display: flex;
    flex-wrap: wrap;
}
.main .pro-cont .ct .pro-img{
    width: 100%;
    margin-bottom: 1rem;
}
.main .pro-cont .ct .pro-img img{
    width: 100%;
}
.main .pro-cont .ct .pro-t{
    margin-left: 2%;
}
.main .pro-cont .ct .pro-t .tt{
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 1rem;
    padding-bottom: 8px;
}
.main .pro-cont .ct .pro-t .small{
    color: #999;
    line-height: 30px;
}
.main .pro-cont .ct .pro-t .tprice{
    color: #898989;
    text-decoration: line-through;
    margin-bottom: 8px;
}
.main .pro-cont .ct .pro-t .price{}
.main .pro-cont .ct .pro-t .price span{font-size: 20px;
    color: #ff5022;
    font-weight: bold;}
.main .pro-cont .content{
    margin-top: 3rem;
}
.main .pro-cont .content table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	font-size:14px;
}
th, td {
    border-collapse: collapse;
}
.main .pro-cont .content table  td {
    border: 1px solid #ddd;
    padding: 5px 10px;
    height: 36px;
}
.main .pro-cont .fy{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.main .pro-cont .fy .sy{margin-bottom:10px;}
.main .pro-cont .fy .sy .up_arrow{
    background-image: url(../img/sy.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 10px;
    display: block;
    float: left;
    background-color: #c2c2c2;
    margin-right: 8px;
    margin-top: 4px;
}


.main .pro-cont .fy .sy a{
    color: #333;
}
.main .pro-cont .fy .xy .down_arrow{
	margin-bottom: 10px;
	background-image: url(../img/xy.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 10px;
	display: block;
	float: left;
	background-color: #c2c2c2;
	margin-right: 8px;
	margin-top: 4px;
}
.main .pro-cont .fy .xy a{
    color: #000;
}
.main .pro-cont .fy .sy a{
    color: #000;
}
.main .newsinfo{
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.main .newsinfo .n-tt{
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}
.main .newsinfo .n-bb{
    text-align: center;
    margin-bottom: 20px;
}
.main .newsinfo .n-bb span{
    margin: 0 5px;
}
.main .newsinfo .small{
    background: #f5f5f5;
    padding: 15px;
    color: #868686;
    line-height: 30px;
}
.main .newsinfo .n-cont{
    line-height: 30px;
    width: 95%;
    margin: 0 auto;
    margin-top: 1rem;
}
.main .newsinfo .fy{}
.main .newsinfo .fy .sy{
    margin-bottom: 10px;
}
.main .newsinfo .fy a{
    color: #000;
}	
.open-menu{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.open-menu img{
    width: 30px;
}
}