.w_c {
    width: 1200px;
    margin: 0 auto;
}

.hybox {
    background-color: #363636;
}

.huanying {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
}

.h-header {
    display: flex;
    justify-content: space-between;
    height: 85px;
    line-height: 85px;
}

.h-header .h-nav>ul{
    display: flex;
}

.h-header .h-nav>ul>li {
    position: relative;
    font-size: 16px;
    height: 85px;
    line-height: 85px;
    color: #4a4a4a;
    padding-left: 15px;
    padding-right: 15px;
}

.h-header .h-nav>ul>li:hover {
    border-bottom: 3px solid #f00;
}

.h-header .h-nav>ul>li:hover .two {
    display: block;

}

.h-header .h-nav>ul>li .two {
    position: absolute;
    width: 120px;
    color: #404040;
    background-color: #fff;
    display: none;

}

.h-header .h-nav>ul>li:nth-of-type(3) .two {
    width: 210px;
}

.h-header .h-nav>ul>li .two li a {
    display: block;
    line-height: 50px;
    padding-left: 20px;
}

.h-header .h-nav>ul>li .two li:hover {
    background-color: #f00;
    color: #fff;
}

.header-active {
    border-bottom: 3px solid #f00;
}

.h-header .logo img {
    height: 95%;
}

.h-banner {
    width: 100%;
    height: 820px;
    background: url(../images/h-banner.png);
    background-size: 100% 100%;
}

.h-banner .ctn {
    display: flex;
    height: 100%;
    justify-content: space-between;
    /* align-items: center; */
    color: #fff;

}

.h-banner .ctn .l h1 {
    font-size: 30px;
    line-height: 75px;
    font-weight: bold;
}

.h-banner .ctn .l h2 {
    font-size: 42px;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 20px;
}

.h-banner .ctn .l h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
}

.h-banner .ctn .l h4 {
    width: 70%;
}

.h-banner .ctn .l a {
    display: inline-block;
    width: 158px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
    margin-top: 30px;
    transition: all .3s;
}

.h-banner .ctn .l a:hover {
    background-color: #fff;
    color: #f00;
}

.h-banner .ctn .r {
    display: flex;
    width: 30%;
    padding-top: 30px;
}

.h-banner .ctn .r .icon img {
    width: 61px;
    height: 57px;
}

.h-banner .ctn .r .text h5 {
    font-size: 16px;
    line-height: 21px;
}

.h-banner .ctn .r .text p {
    font-size: 28px;
    line-height: 37px;
}

.h-about {
    padding-top: 80px;
    padding-bottom: 80px;
}

.h-biaoti .t {
    text-align: center;
}

.h-biaoti .t h1 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

.h-biaoti .t h1::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #999;
}

.h-biaoti .t h2 {
    margin-top: 40px;
    font-size: 14px;
    color: #666;
}

.h-biaoti .b {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.h-biaoti .b .p-box {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-left: 40px;
}

.h-about .b .p-box a {
    position: relative;
    display: inline-block;
    width: 158px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 200px;
    border: 1px solid #f00;
    color: #f00;
    margin-top: 30px;
    transition: all .3s;
}

.h-about .b .p-box a:hover {
    background: #f00;
    color: #fff;
}

.h-fuwu {
    padding-top: 80px;
    padding-bottom: 80px;
}

.h-fuwu .b {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.h-fuwu .b .l {
    background-color: #0E70B8;
}

.h-fuwu .b .c {
    background-color: #f00;
}

.h-fuwu .b .r {
    background-color: #F5A101;
}

.h-fuwu .b .ctn2 {
    width: 31.5%;
    color: #fff;
    padding: 20px 25px 25px 15px;
    transition: all .5s;
}

.h-fuwu .b .ctn2:hover {
    margin-top: -4px;
}

.h-fuwu .b .ctn2 .top h1 {
    font-size: 24px;
    line-height: 31px;
}

.h-fuwu .b .ctn2 .top h2 {
    font-size: 14px;
    line-height: 19px;
}

.h-fuwu .b .ctn2 .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    font-size: 24px;
    line-height: 31px;
}

.h-fuwu .b .ctn2 .bottom .img-box {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}

.h-fuwu .b .ctn2 .bottom .img-box img {
    width: 40px;
    height: 40px;
}

.h-pro {
    padding-top: 80px;
    padding-bottom: 80px;
}

.h-pro .b ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h-pro .b ul li {
    width: 24%;
    margin-bottom: 15px;
}

.h-pro .b ul li a {
    width: 100%;
    display: inline-block;
    border: 1px solid #eee;
}

.h-pro .b ul li a:hover {
    border: 1px solid #f00;
}

.h-pro .b ul li a .img-box {
    overflow: hidden;
}

.h-pro .b ul li a .img-box img {
    width: 100%;
    height: 200px;
    transition: all .3s;
}

.h-pro .b ul li a .img-box img:hover {
    transform: scale(1.1);
}

.h-pro .b ul li a p {
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    color: #404040;
}

.h-pro .btn {
    display: block;
    text-align: center;
}

.h-pro .btn a {
    display: inline-block;
    width: 227px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #f00;
    border-radius: 200px;
    color: #f00;
    transition: all .3s;
    margin-top: 70px;
}

.h-pro .btn a:hover {
    background-color: #f00;
    color: #fff;
}

.h-news {
    padding-top: 80px;
    padding-bottom: 80px;
}

.h-news .b .swiper-box {
    width: 50%;
}

.swiper_item1 img{
    width: 100%;
}

.h-news .b .p-box ul {
    display: flex;
    flex-direction: column;
}

.h-news .b .p-box ul li a {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 8px;
    transition: all .3s;
}

.h-news .b .p-box ul li a:hover h1 {
    color: #f00;
    text-decoration: underline;
}

.h-news .b .p-box ul li a h1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.h-news .b .p-box ul li a h2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.h-news .b .p-box ul li a h3 {
    font-size: 12px;
    color: #bbb;
}

.h-ry {
    padding-top: 80px;
    padding-bottom: 80px;
}

.h-ry .b .wrapper {
    width: 100%;
    overflow: hidden;
}

.h-ry .b .wrapper .boxes{
    display: flex;
}

.h-ry .b .boxes .box img {
    width: 341px;
}

.h-ry .btn {
    display: block;
    text-align: center;
}

.h-ry .btn a {
    display: inline-block;
    width: 227px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #f00;
    border-radius: 200px;
    color: #f00;
    transition: all .3s;
    margin-top: 70px;
}

.h-ry .btn a:hover {
    background-color: #f00;
    color: #fff;
}

.h-yy {
    padding-top: 80px;
    padding-bottom: 80px;
}

.h-yy .b ul {
    display: flex;
    justify-content: space-between;
}

.h-yy .b ul li {
    width: 24%;
}

.h-yy .b ul li a {
    display: inline-block;
}

.h-yy .b ul li a .img-box {
    width: 100%;
    overflow: hidden;
}

.h-yy .b ul li a .img-box img {
    width: 100%;
    overflow: hidden;
    transition: all .3s;
}

.h-yy .b ul li a .img-box img:hover {
    transform: scale(1.1);
}

.h-yy .b ul li a p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
}

#bg-1, #bg-2, #bg-3 {
    background-size: cover;
    background-position: 50%;
    background-color: #999; 
    background-image: url("../images/yy-bj.png"); 
}

.parallux-inner {
    background: url(../images/yy-bj.png);
}

.h-map {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
}

.h-map .l {
    width: 50%;
}

.h-map .l img {
    width: 100%;
}

.h-map .r {
    margin-left: 40px;
}

.h-map .r h1 {
    font-size: 26px;
    line-height: 35px;
}

.h-map .r h2 {
    font-size: 16px;
    line-height: 25px;
    color: #666;
    margin-top: 30px;
}

.h-map .r a {
    display: inline-block;
    width: 230px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #f00;
    color: #f00;
    text-align: center;
    transition: all .3s;
    border-radius: 200px;
    margin-top: 50px;
}

.h-map .r a:hover {
    background-color: #f00;
    color: #fff;
}

.footer {
    background-color: #000;
    color: #fff;
}

.footer .t {
    display: flex;
    padding-top: 30px;
}

.footer .t .l {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.footer .t .l .info h1 {
    position: relative;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
}

.footer .t .l .info p {
    font-size: 14px;
    line-height: 32px;
}


.footer .t .r {
    display: flex;
    justify-content: center;
    width: 50%;
}

.footer .t .r ul {
    margin-right: 50px;
}

.footer .t .r ul li {
    font-size: 14px;
    line-height: 25px;
}

.footer .t .r .code p {
    text-align: center;
    margin-top: 10px;
}

.footer .beian {
    text-align: center;
    margin-top: 10px;
}

.crumbs-box {
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.crumbs-box .crumbs {
    display: flex;
    justify-content: space-between;
}

.crumbs-box .crumbs h1 {
    font-size: 24px;
    color: #333;
}

.crumbs-box .crumbs ul {
    display: flex;
}

.crumbs-box .crumbs ul li a {
    display: inline-block;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    transition: all .3s;
}

.crumbs-box .crumbs ul li a:hover {
    background-color: #f00;
    color: #fff;
}

.crumbs-active {
    background-color: #f00;
    color: #fff;
}

.gsjj {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-biaoti {
    text-align: center;
}

.inner-biaoti h1 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

.inner-biaoti h1::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #999;
}

.inner-biaoti h2 {
    margin-top: 40px;
    font-size: 14px;
    color: #666;
    margin-bottom: 50px;
}

.qywh {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.gsjj .gsjj-bottom p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-bottom: 20px;
}

.gsjj .gsjj-bottom img {
    width: 100%;
}

.wenhua {
    display: flex;
}

.wenhua .wenhua-li {
    width: 49%;
}

.wenhua .wenhua-li ul {
    display: flex;
    flex-direction: column;
}

.wenhua .wenhua-li ul li {
    display: flex;
    align-items: center;
    height: 77px;
    border: 1px solid #666;
    border-radius: 200px;
    margin-bottom: 20px;
}

.wenhua .wenhua-li ul li .wenhua-text {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-right: 25px;
}

.wenhua .wenhua-li ul li .wenhua-text h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #f00;
    font-weight: bold;
}

.wenhua .wenhua-li ul li .wenhua-text h2 {
    font-size: 14px;
    color: #333;
    line-height: 19px;
}

.wenhua .wenhua-li ul li .img-box {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
}

.wenhua .wenhua-li ul li .img-box img {
    width: 40px;
    height: 40px;
}

.wenhua .l ul li {
    justify-content: flex-end;
}

.wenhua .r ul li {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.wenhua .r ul li .img-box {
    margin-left: 10px;
    margin-right: 30px;
}

.wenhua .r ul li .wenhua-text {
    text-align: left;
}

.wenhua .c {
    width: 2%;
    display: flex;
    justify-content: center;
}

.wenhua .c .xian {
    width: 1px;
    height: 100%;
    background: rgba(221,221,221,1);
}

.team {
    padding-top: 80px;
    padding-bottom: 80px;
}

.team .team-b {
    display: flex;
    justify-content: space-between;
}

.team .team-b .img-box {
    width: 48%;
}

.team .team-b .img-box img {
    width: 100%;
}

.team .team-b .text-box {
    width: 48%;
}

.team .team-b .text-box p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
    color: #666;
}

.linian {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.linian .linian-b .img-box {
    position: relative;
    margin-top: 100px;
    margin-bottom: 60px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.linian .linian-b .img-box .p1 {
    position: absolute;
    top: -25px;
    left: 10%;
}

.linian .linian-b .img-box .p2 {
    position: absolute;
    bottom: -30px;
    left: 20%;
}

.linian .linian-b .img-box .p3 {
    position: absolute;
    top: -25px;
    left: 30%; 
}

.linian .linian-b .img-box .p4 {
    position: absolute;
    bottom: -30px;
    left: 65%; 
}

.linian .linian-b .img-box .p5 {
    position: absolute;
    top: -25px;
    left: 75%; 
}

.linian .linian-b .img-box img {
    width: 100%;
}

.chuangxin {
    padding-top: 80px;
    padding-bottom: 80px;
}

.chuangxin .chuangxin-b {
    margin-top: 100px;
}

.chuangxin .chuangxin-b .one {
    margin-bottom: 30px;
}

.chuangxin .chuangxin-b .one h1 {
    font-size: 18px;
    color: #f00;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: bold;
}

.chuangxin .chuangxin-b .one h2 {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-bottom: 15px;
}

.chuangxin .chuangxin-b .one .img-box {
    display: flex;
    justify-content: space-between;
}

.chuangxin .chuangxin-b .one .img-box img {
    width: 32%;
}

.chuangxin .chuangxin-b .one .img-box2 img {
    width: 100%;
}

.fzlc {
    padding-top: 80px;
    padding-bottom: 80px;
}

.fzlc .fzlc-b {
    display: flex;
    margin-top: 60px;
}

.fzlc .fzlc-b .line {
    margin-left: 40px;
    width: 1px;
    height: auto;
    background: rgba(221,221,221,1);
}

.fzlc .fzlc-b .p-box {
    margin-left: 30px;
}

.fzlc .fzlc-b .p-box h1 {
    position: relative;
    font-size: 16px;
    line-height: 21px;
    color: #f00;
    font-weight: bold;
    margin-bottom: 5px;
}

.fzlc .fzlc-b .p-box h1::before {
    position: absolute;
    content: '';
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 50%;
}

.fzlc .fzlc-b .p-box ul li {
    margin-bottom: 50px;
}

.fzlc .fzlc-b .p-box p {
    font-size: 14px;
    color: #666;
}

.zzry {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fbfbfb;
}

.mySwiper {
    position: relative;
}

.swiper-box {
    overflow: hidden;
}

.swiper_item2 img {
    width: 290px;
}

.standard {
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
}

.standard .r {
    margin-left: 20px;
}

.standard .r p {
    font-size: 16px;
    color: #666;
    line-height: 42px;
}

.standard .r p span {
    font-size: 24px;
    color: #f00;
}

.standard .r .standard-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.standard .r .standard-box div {
    width: 50%;
    margin-bottom: 50px;
}

.standard .r .standard-box h1 {
    font-size: 24px;
    color: #f00;
    line-height: 42px;
    margin-bottom: 10px;
}

.standard .r .standard-box ul li {
    font-size: 14px;
    color: #666;
}

.wall-box {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f5f5f5;
}

.wall-box .wall {
    display: flex;
    justify-content: space-between;
}

.wall-box .wall .l p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.wall-box .wall .r {
    width: 66.666%;
}

.wall-box .wall .r img {
    width: 100%;
}

.pro-box {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pro-box .l {
    width: 23.3333%;
}

.pro-box .l h1 {
    font-size: 24px;
    line-height: 80px;
    color: #fff;
    background-color: #f00;
    text-align: center;
}

.pro-box .l ul li {
    margin-bottom: 2px;
}

.pro-box .l ul li a {
    width: 100%;
    display: inline-block;
    line-height: 63px;
    font-size: 16px;
    color: #666;
    text-align: center;
    background-color: #f8f8f8;
    transition: all .3s;
}

.pro-box .l ul li a:hover {
    background-color: #f00;
    color: #fff;
}

.pro-box .r {
    width: 72%;
}

.pro-box .r ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-box .r ul li {
    width: 32%;
    margin-bottom: 15px;
}

.pro-box .r ul li a {
    display: inline-block;
    border: 1px solid #666;
}

.pro-box .r ul li a:hover {
    border: 1px solid #f00;
}

.pro-box .r ul li a p {
    text-align: center;
    padding: 10px;
    color: #404040;
}

.pro-box .r ul li a .img-box {
    width: 100%;
    overflow: hidden;
}

.pro-box .r ul li a .img-box img {
    width: 100%;
    transition: all .3s;
}

.pro-box .r ul li a:hover .img-box img {
    transform: scale(1.1);
}

.pro-box .r ul li a:hover .img-box p {
    color: #f00;
    text-decoration: underline;
}

.pro-crumbs-box {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #666;
}

.pro-detail {
    text-align: center;
}

.pro-detail h1 {
    font-size: 26px;
    color: #404040;
    line-height: 50px;
}

.fenye {
    margin-bottom: 50px;
}

.fenye a {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.fenye a:hover {
    color: #f00;
}

.img-box {
    /* margin-top: 150px;
    margin-bottom: 150px; */
}

.pro-detail .xq {
    text-align: left;
    margin-bottom: 100px;
}

.pro-detail .xq h1 {
    display: inline-block;
    padding: 0 30px;
    background-color: #f00;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    
}

.pro-detail .xq p {
    font-size: 14px;
    line-height: 35px;
    color: #171a1d;
}
.pro-detail .xq table,.pro-detail .xq table td,.pro-detail .xq table tr{ border:1px solid #000; border-collapse:collapse;}
.pro-box .r .yy1 {
    margin-bottom: 50px;
}

.pro-box .r .yy1 h1 {
    font-size: 24px;
    color: #000;
    line-height: 31px;
    margin-bottom: 10px;
}

.pro-box .r .yy1 p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-bottom: 20px;
}

.pro-box .r .yy1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-box .r .yy1 ul li {
    width: 32%;
    overflow: hidden;
    
}

.pro-box .r .yy1 ul li img {
    width: 100%;
    transition: all .3s;
}

.pro-box .r .yy1 ul li img:hover {
    transform: scale(1.1);
}

.pro-box .r .yy2 h1 {
    font-size: 24px;
    color: #000;
    line-height: 31px;
    margin-bottom: 10px;
}

.pro-box .r .yy2 p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-bottom: 20px;
}

.pro-box .r .yy2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-box .r .yy2 ul li {
    width: 32%;
    overflow: hidden;
}

.pro-box .r .yy2 ul li a {
    width: 100%;
    display: inline-block;
    border: 1px solid #f5f5f5;
}

.pro-box .r .yy2 ul li a .img_box {
    width: 100%;
    transition: all .3s;
    overflow: hidden;
}

.pro-box .r .yy2 ul li a .img_box img {
    width: 100%;
    transition: all .3s;
}

.pro-box .r .yy2 ul li a:hover .img_box img {
    transform: scale(1.1);
}

.pro-box .r .yy2 ul li a:hover {
    border: 1px solid #f00;
}

.pro-box .r .yy2 ul li a p {
    font-size: 16px;
    color: #404040;
    margin-bottom: 0;
}

.pro-box .r .yy2 ul li a p:hover {
    color: #f00;
    text-decoration: underline;
}

.gjmy {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gjmy .gjmy-b {
    display: flex;
}

.gjmy .gjmy-b img {
    width: 50%;
}

.gjmy .gjmy-b .p-box p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 20px;
}

.cxkj {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cxkj .cxkj-b {
    display: flex;
}

.cxkj .cxkj-b img {
    width: 24.5%;
}

.cxkj .cxkj-b .p-box {
    padding: 50px 30px 0 50px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    background-color: #3871C1;
}

.cxkj .cxkj-b .p-box p {
    margin-bottom: 30px;
}

.new {
    padding-top: 80px;
    padding-bottom: 80px;
}

.new .new-b ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.new .new-b ul li h1 {
    font-size: 18px;
    line-height: 33px;
    color: #404040;
    font-weight: bold;
}

.new .new-b ul li a {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.new .new-b ul li a:hover h1 {
    color: #f00;
    text-decoration: underline;
}

.new .new-b ul li p {
    font-size: 14px;
    line-height: 25px;
    color: #999;
}

.new .new-b ul li span {
    color: #bbb;
}

.zyfz {
    padding-top: 80px;
    padding-bottom: 80px;
}

.zyfz p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #666;
}

.ygfl {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ygfl-box {
    background: url(../images/zyfz-bj.png);
    background-size: 100% 100%;
    color: #fff;
}

.ygfl-box .ygfl {
    text-align: center;
}

.ygfl-box .ygfl-b {
    width: 100%;
    margin-top: 50px;
}

.ygfl-box .ygfl-b h1 {
    font-size: 16px;
}

.ygfl-box .ygfl-b .l p {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    margin-right: 140px;
}

.ygfl-box .ygfl-b .r p {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
}

#map {
    width: 100%;
    height: 280px;
}

.contact {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact .contact-b {
    background-color: #F3F3F3;
    padding: 20px;
}

.contact .contact-b .l {
    padding-left: 50px;
}

.contact .contact-b .l h1 {
    font-size: 18px;
    color: #f00;
    line-height: 32px;
    border-bottom: 1px dotted #f00;
    font-weight: bold;
    width: 70%;
    padding-bottom: 5px;
}

.contact .contact-b .l h2 {
    color: #cc0033;
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.message {
    padding-bottom: 60px;
}

.contact .contact-b .l ul li {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

form input {
    width: 49%;
    padding: 7px;
    font-size: 14px;
    background-color: #f3f3f3;
    color: #404040;
    outline: none;
}

form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f3f3f3;
    margin-top: 20px;
    outline: none;
}

form div {
    width: 100%;
    text-align: center;
}

form div button {
    padding: 12px 50px;
    color: #fff;
    background-color: #f00;
    
}

.h-yy .b ul li a {
    width: 100%;
}

.qywh .qywh-bottom .big img {
    width: 100%;
}

.pro-detail {
    padding-top: 60px;
}

.pro-detail .img-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ygfl-ctn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.contact-ctn {
    display: flex;
}

@media (max-width: 1199px) {
    .w_c {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }


    .hybox {
        display: none;
    }

    .h-header {
        display: none;
    }

    .h-banner {
        height: 600px;
    }

    .h-about .b {
        flex-direction: column;
    }

    .h-about .b .img-box img {
        width: 100%;
    }

    .h-about .b .p-box {
        margin-top: 20px;
        margin-left: 0;
    }

    .h-fuwu .b {
        flex-direction: column;
    }

    .h-fuwu .b .ctn2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .h-pro .b ul li {
        width: 49%;
    }

    .h-pro .btn a {
        margin-top: 20px;
    }

    .h-news .b {
        flex-direction: column;
    }

    .h-news .b .swiper-box {
        width: 100%;
    }

    .swiper_item1 img {
        width: 100%;
    }

    .h-news .b .p-box{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .h-news .b .p-box ul li a {
        width: 100%;
    }

    .h-yy .b ul {
        flex-wrap: wrap;
    }

    .h-yy .b ul li {
        width: 49%;
    }

    .standard {
        flex-direction: column;
    }

    .standard .l img {
        width: 100%;
    }
    
    
}

@media (max-width: 499px) {
    .h-map {
        flex-direction: column;
    }

    .h-map .l {
        width: 100%;
    }

    .h-map .r {
        margin-top: 20px;
        margin-left: 0;
    }

    .footer .t {
        flex-direction: column;
    }

    .footer .t .l {
        width: 100%;
        flex-wrap: wrap;
    }

    .footer .t .l .info {
        width: 40%;
        margin-bottom: 15px;
    }
    
    .footer .t .r {
        width: 100%;
    }

    .h-pro .b ul li {
        width: 100%;
    }

    .h-fuwu .b .ctn2 .bottom {
        margin-top: 40px;
    }

    .h-banner {
        height: 350px;
    }

    .h-banner .ctn {
        position: relative;
    }

    .h-banner .ctn .r {
        position: absolute;
        right: 45px;
        top: 0px;
    }

    .h-banner .ctn .l h1 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 80px;
    }

    .h-banner .ctn .l h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .h-banner .ctn .l h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .h-banner .ctn .l h4 {
        display: none;
    }

    .h-banner .ctn .l a {
        margin-top: 0;
    }

    .h-banner .ctn .r {
        width: 45%;
    }

    .h-banner .ctn .r .text p {
        font-size: 20px;
        white-space: nowrap;
    }

    .crumbs-box .crumbs h1 {
        display: none;
    }

    .wenhua .c {
        display: none;
    }

    .wenhua {
        flex-direction: column;
    }

    .wenhua .wenhua-li {
        width: 100%;
        margin-top: 20px;
    }

    .wenhua .l ul li {
        flex-direction: row-reverse;
    }

    .wenhua .wenhua-li ul li .img-box {
        margin-left: 10px;
        margin-right: 30px;
    }

    .wenhua .wenhua-li ul li .wenhua-text {
        text-align: left;
    }

    .team .team-b {
        flex-direction: column;
    }

    .team .team-b .img-box {
        width: 100%;
    }

    .team .team-b .text-box {
        width: 100%;
        margin-top: 20px;
    }

    .linian .linian-b .img-box .p1 {
        left: 0;
        top: -45px;
        width: 90px;
    }

    .linian .linian-b .img-box .p2 {
        left: 5%;
        bottom: -30px;
    }

    .linian .linian-b .img-box .p3 {
        left: 25%;
        top: -45px;
        width: 90px;
    }

    .linian .linian-b .img-box .p4 {
        left: 57%;
        bottom: -30px;
    }

    .linian .linian-b .img-box .p5 {
        left: 63%;
        top: -45px;
    }

    .crumbs-box .crumbs ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .standard .r .standard-box div {
        width: 100%;
        margin-bottom: 20px;
    }

    .wall-box .wall {
        flex-direction: column;

    }

    .wall-box .wall .l {
        width: 100%;
    }

    .wall-box .wall .r {
        width: 100%;
        margin-top: 20px;
    }

    .pro-box {
        flex-direction: column;
    }

    .pro-box .l {
        width: 100%;
    }

    .pro-box .r {
        width: 100%;
    }

    .pro-box .r ul li {
        width: 100%;
    }

    .pro-detail .img-box img {
        width: 100%;
    }

    .gjmy .gjmy-b {
        flex-direction: column;
    }
    
    .gjmy .gjmy-b img {
        width: 100%;
    }

    .gjmy .gjmy-b .p-box {
        margin-top: 20px;
    }

    .cxkj .cxkj-b {
        flex-direction: column;
    }

    .cxkj .cxkj-b img {
        width: 100%;
    }

    .ygfl-ctn {
        flex-direction: column;
    }

    .ygfl-ctn .l p {
        margin-right: 0 !important;
    }

    .contact-ctn {
        flex-direction: column;
    }

    .contact .contact-b .l {
        width: 100% !important;
        padding-left: 0;
    }

    .contact .contact-b .r {
        width: 100% !important;
    }
    
    .pro-box .r .yy2 ul li {
        width: 49%;
    }
}