html,body{padding: 0;margin: 0;font-family:Poppins;color: #333333; /*min-width: 1200px;*/}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ovh5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}
.wrap{
    width: 96%;
    max-width: 1440px;
	margin: 0 auto;
}
/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;text-align: center;/* height: 80px;background: #fff;border-bottom: 1px solid #CCCCCC; */transition: all .6s;}
header .headerTop{background: #F5F5F5;font-size: 13px;color: #555555; }
header .headerTop .flexbet{height: 34px; }
header .headerTop .hrDiv a{padding: 0 30px;border-right: 1px solid #DDDDDD;position: relative;color: #555555;height: 34px;display: flex;justify-content: center;align-items: center; }
header .headerTop .hrDiv a:last-child{padding-right: 0;border-right: 0; }
header .headerTop .hrDiv a .ewmDiv{position: absolute;left: 50%;top: 100%;transform: translateX(-50%);width: 100px;box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);z-index: 9999;background: #fff;display: none; }
header .headerTop .hrDiv a .ewmDiv img{width: 100%; }
header .headerTop .hrDiv a:hover .ewmDiv{display: block; }
header .headerTop .hrDiv a span{font-size: 18px;color: #222;font-family: Impact; }
header .header-container{background: #fff;border-bottom: 1px solid #D8D8D8; }
header .logo a{height: 80px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 100%;}
/* header .dImg{display: none;}
header .hImg{display: block;} */
header .rightDiv{float: right;}
header .rightDiv .menu{}
header .rightDiv .menu>ul{display: block!important;}
header .rightDiv .menu>ul>li{float: left;margin-left: 60px;}
header .rightDiv .menu>ul>li>a{height: 80px;text-align: left;color: #333333;font-size: 16px;display: flex;justify-content: center;align-items: center;position: relative;text-transform: capitalize; }
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background:transparent;color: #b61d22;}
header .rightDiv .menu>ul>li.on>a{font-weight: bold;}
header .rightDiv .menu>ul>li>a::after{content: "";width: 58px;position: absolute;left: 50%;margin-left: -29px;background: #b61d22;height: 3px;bottom: -1px;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 2px;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}


header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 34px;right: 0;display: none;}
/* header.indexHeader .mbtn{background: url(../img/menu.png) no-repeat center center;} */
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{top: -34px;  }
/* header.indexHeader{background: transparent;border: 0; }
header.indexHeader .rightDiv .menu>ul>li>a{color: #fff;}
header.indexHeader .rightDiv .menu>ul>li:hover>a,
header.indexHeader .rightDiv .menu>ul>li:focus>a,
header.indexHeader .rightDiv .menu>ul>li.on>a,
header.indexHeader .rightDiv .menu>ul>li.active>a{background:transparent;color: #fff;}
header.indexHeader .rightDiv .menu>ul>li>a::after{background: #fff;}
header.indexHeader .dImg{display: block;}
header.indexHeader .hImg{display: none;}
header.indexHeader .langDiv>a{color: #fff; }
header.indexHeader .othersDiv .langDiv>a i{background: url(../img/xia.png) no-repeat center center; }

.on-fixed header{background: #fff;border-bottom: 1px solid #EDEDED; }
.on-fixed header:before{display: none;}
.on-fixed header.indexHeader .dImg{display: none;}
.on-fixed header.indexHeader .hImg{display: block;}
.on-fixed header .rightDiv .menu>ul>li>a{color: #333;}
.on-fixed header .rightDiv .menu>ul>li:hover>a,
.on-fixed header .rightDiv .menu>ul>li:focus>a,
.on-fixed header .rightDiv .menu>ul>li.on>a,
.on-fixed header .rightDiv .menu>ul>li.active>a{color: #4D4DE1;}
.on-fixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} 
.on-fixed header.indexHeader .langDiv>a{color: #333; }
.on-fixed header.indexHeader .othersDiv .langDiv>a i{background: url(../img/xia1.png) no-repeat center center; }
.on-fixed header.indexHeader .rightDiv .menu>ul>li>a::after{background: #4D4DE1;}

.onFixed header{background: #fff;border-bottom: 1px solid #EDEDED; }
.onFixed header:before{opacity: 0; }
.onFixed header.indexHeader .dImg{display: none; }
.onFixed header.indexHeader .hImg{display: block; }
.onFixed header .rightDiv .menu>ul>li>a{color: #333; }
.onFixed header .rightDiv .menu>ul>li:hover>a,
.onFixed header .rightDiv .menu>ul>li:focus>a,
.onFixed header .rightDiv .menu>ul>li.on>a,
.onFixed header .rightDiv .menu>ul>li.active>a{color: #4D4DE1;}
.onFixed header .rightDiv .menu>ul>li>a::after{background: #4D4DE1;}
.onFixed header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} 
.onFixed header.indexHeader .langDiv>a{color: #333; }
.onFixed header.indexHeader .othersDiv .langDiv>a i{background: url(../img/xia1.png) no-repeat center center; }

.on-menu header.indexHeader .dImg{display: none;}
.on-menu header.indexHeader .hImg{display: block;}
.on-menu header .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;} */

.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;}
.menu>ul>li>a{padding:0;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu ul ul{position:absolute;background: #fff;width: 100%; top: 100%;left:-9999px;z-index: 999;padding: 30px 0; }
.menu>ul>li:hover>ul{left: 0; }
.menu>ul>li .ul{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 30px;  } 
.menu>ul>li.caseLi .ul{grid-template-columns: repeat(5,1fr); }
.menu>ul>li .ul li{position: relative; }
.menu>ul>li .ul li .imgDiv{padding-top: 56%; }
.menu>ul>li .ul li .title{color: #666;margin-top: 10px; }
.menu>ul>li.proLi .ul{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;grid-gap: 0;  } 
.menu>ul>li.proLi .ul li{position: relative;width: 20%; }
.menu>ul>li.proLi .ul li>a{color: #666;text-align: left;padding: 25px 0 15px;position: relative;margin-right: 60px; }
.menu>ul>li.proLi .ul li:nth-child(5n)>a{margin-right: 0; }
.menu>ul>li.proLi .ul li>a::after{content: "";width: 100%;height: 1px;background: linear-gradient(270deg, rgba(216, 216, 216, 0) 0%, #D8D8D8 100%);position: absolute;left: 0;bottom: 0; }
.menu>ul>li.proLi .ul li>a:hover{color: #b61d22; }
.menu>ul>li.proLi .ul li>a:hover::after{background: linear-gradient(270deg, rgba(221, 83, 27, 0) 0%, #b61d22 100%) ; }


/****底部***/
.linksDiv{width: 100%;background: #111; }
.linksDiv .conDiv{height: 40px;color: #fff;font-size: 14px; }
.linksDiv .conDiv .lbDiv{width: calc(100% - 110px);padding-right: 68px;position: relative; }
.linksDiv .conDiv .swiper-slide{width: max-content; }
.linksDiv .conDiv .swiper-slide a{color: #ccc; }
.linksDiv .conDiv .swiper-slide a:hover{color: #fff; }
.linksDiv .swiper-button-next, .linksDiv .swiper-button-prev{width: 8px;height: 9px;margin-top: -4.5px; }
.linksDiv .swiper-button-next{background: url(../img/l_r.png) no-repeat center center/100%;right: 0;}
.linksDiv .swiper-button-prev{background: url(../img/l_l.png) no-repeat center center/100%;left: auto;right: 12px; }
.linksDiv .swiper-button-next:hover{background: url(../img/l_r_.png) no-repeat center center/100%;}
.linksDiv .swiper-button-prev:hover{background: url(../img/l_l_.png) no-repeat center center/100%;}
.footerDiv{position: relative;background: #222;color: #ccc;font-size: 14px; }
.footerDiv .hdDiv{padding: 60px 0 30px;align-items: stretch; }
.footerDiv .hdDiv>div{padding: 0 4.3%;position: relative; }
.footerDiv .hdDiv>div:first-child{padding-left: 0; }
.footerDiv .hdDiv>div:last-child{padding-right: 0; }
.footerDiv .hdDiv>div:last-child::after{display: none; }
.footerDiv .hdDiv .hlDiv p{margin-top: 15px; font-size:16px }
.footerDiv .hdDiv .aDiv{display: flex;flex-direction: column;align-content: flex-start;flex-wrap: wrap;height: 130px; }
.footerDiv .hdDiv .aDiv a{margin-bottom: 20px;color: #ccc;margin-right: 20px; } 
.footerDiv .hdDiv .aDiv a:hover{color: #fff; }
.footerDiv .hdDiv .lxDiv p{margin-bottom: 10px; }
.footerDiv .hdDiv .lxDiv a{color: #ccc; }
.footerDiv .hdDiv .lxDiv a:hover{color: #fff; }
.footerDiv .hdDiv .ewmDiv img{width: 100px; }
.footerDiv .hdDiv .ewmDiv p{text-align: center;margin-top: 6px; }
.footerDiv .hdDiv .telDiv{text-align: right; }
.footerDiv .hdDiv .telDiv p{color: #fff;margin: 10px 0 20px;font-size: 36px;font-family: Impact; } 
.footerDiv .hdDiv .telDiv p a{color: #fff; }
.footerDiv .hdDiv .telDiv a.btnDiv{width: 120px;height: 36px;background: #b61d22;border-radius: 18px;color: #fff;font-size: 14px;font-weight: 700;margin: 0 0 0 auto;  }
.footerDiv .hdDiv .telDiv a.btnDiv:hover{opacity: .8; }
.footerDiv .bdDiv{padding: 20px 0;border-top: 1px solid #666; }


/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
.main{margin-top: 114px; }


/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 41.67vw;background: none no-repeat center;background-size: cover;}
.index-banner .img .wrap{position: relative;}
.index-banner .gridVideo{width: 100%;display: block;height: 46.875vw;position: relative;position: absolute;left: 0;top: 0;}
.index-banner .gridVideo video {width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;opacity: 1;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);transition: z-index 0s ease 0.7s,opacity 0.35s ease 0.7s;display: block;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;}
.index-banner .swiper-pagination-bullet{width: 30px;height:4px;background: #CCCCCC;border-radius: 0;opacity:1;position: relative; }
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #b61d22; }
/* .index-banner .swiper-pagination-bullet-active:after{content: "";width: 16px;height: 16px;border: 1px solid #fff;border-radius: 50%;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;  } */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; }
.index-banner .swiper-button-next, .index-banner .swiper-button-prev{width: 60px;height: 60px;margin-top: -30px; }
.index-banner .swiper-button-next{background: url(../img/right.png) no-repeat center center/100%;right: 6.25vw;}
.index-banner .swiper-button-prev{background: url(../img/left.png) no-repeat center center/100%;left: 6.25vw;}
.index-banner .swiper-button-next:hover{background: url(../img/right_.png) no-repeat center center/100%;}
.index-banner .swiper-button-prev:hover{background: url(../img/left_.png) no-repeat center center/100%;}

.nban { width:100%; height: auto;}
.nban img{ width:100%}
@media only screen and (max-width:992px){
.nban { width:100%;   }
.nban img{ width: 100%; height:150px}
}
.ny_po{width:100%; padding:20px 0; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1); line-height:26px; position:relative; font-size:15px}
.ny_po i{font-size:16px; margin-right:10px; vertical-align:middle; padding-bottom:10px}
.ny_po a{color:#555;}
.ny_po a:hover{color:#b61d22;}
.ny_po ul { text-align:center; margin-bottom:0}
.ny_po ul li{display:inline-block; font-size:16px;margin:0 10px; background:#f6f6f6;  padding:5px 30px;border-radius:20px;}
.ny_po ul li.on {color:#fff; background:#b61d22;}
.ny_po ul li.on a{color:#fff; }
@media only screen and (max-width:640px) {
.ny_po{padding:15px 0;}
.ny_po i{font-size:13px;}
.ny_po ul li{display:inline-block; font-size:13px;margin:0 5px; background:#f6f6f6;  padding:0px 10px;border-radius:20px;}

}

.yema{margin-top:50px; text-align:center;}
.yema ul li{display:inline-block; margin:2px;}
.yema ul li a{padding:0 10px; border-radius:0px; background-color:#fff; font-size:14px; line-height:30px; text-align:center; color:#333; display:inline-block;}
.yema ul li a:hover{background-color:#b61d22; color:#fff;}
.yema ul li a.on{background-color:#b61d22; color:#fff;}
@media only screen and (max-width:640px){
.yema{margin-top:10px;}
.yema ul li a{min-width:30px; height:30px; font-size:12px; line-height:28px;}
}

.searchDiv .bdDiv{padding: 19px 0;flex-wrap: wrap; }
.searchDiv .bdDiv .hotDiv {font-size: 14px; }
.searchDiv .bdDiv .hotDiv span{color: #222; }
.searchDiv .bdDiv .hotDiv span img{margin-right: 10px; }
.searchDiv .bdDiv .hotDiv a{color: #666666;margin-left: 30px; }
.searchDiv .bdDiv .hotDiv a:hover{color: #b61d22; }
.searchDiv form{flex: 1; max-width: 500px;position: relative;margin-left: 30px; }
.searchDiv form input{width: 100%;line-height: 40px;background: #fff;border-radius: 30px;padding: 0 60px 0 20px;border: 1px solid #CCCCCC; font-size:14px }
.searchDiv form button{width: 60px;height: 100%;border: 0;background: transparent;position: absolute;right: 0;top: 0;cursor: pointer; }

.indexTitle{position: relative;color: #222;font-size: 36px;font-weight: bold;text-align: center; } 
.indexTitle span{font-size: 60px;color: #b61d22; }
.ihdDiv .tabsDiv{flex: 1;flex-wrap: wrap; }
.ihdDiv .tabsDiv a{color: #222;font-size: 20px;margin-left: 30px;font-weight: 700; }
.ihdDiv .tabsDiv a.on,.ihdDiv .tabsDiv a:last-child:hover{color: #b61d22; }

.indexDiv1{padding: 60px 0;background: #F5F5F5; }
.indexDiv1 .bdDiv{position: relative; }
.indexDiv1 .blDiv{width: 300px;position: absolute;left: 0;top: 0;height: 100%; }
.indexDiv1 .blDiv .blh{height: 130px;background: #b61d22;color: #fff;padding: 0 30px;flex-direction: column;align-items: flex-start; }
.indexDiv1 .blDiv .blh span{font-size: 36px;font-weight: bold; }
.indexDiv1 .blDiv .blh small{font-size: 14px;margin-top: 10px;text-transform: capitalize; }
.indexDiv1 .blDiv .blb{background: #fff;height: calc(100% - 130px);padding: 20px 0;overflow: hidden; }
.indexDiv1 .blDiv .blb ul{overflow-y: auto;height: 100%; }
.indexDiv1 .blDiv .blb ul li{padding: 0 20px; }
.indexDiv1 .blDiv .blb ul li>a{padding: 15px 0;border-bottom: 1px solid #F5F5F5;color: #222;font-weight: 700;background: url(../img/zk.png) no-repeat right center;display: block; }
.indexDiv1 .blDiv .blb ul li.on>a{background: url(../img/zd.png) no-repeat right center;  }
.indexDiv1 .blDiv .blb ul li .aDiv{margin-top: 20px;display: none; }
.indexDiv1 .blDiv .blb ul li .aDiv a{display: block;margin-bottom: 10px;color: #666666;font-size: 14px;padding-left: 20px;position: relative; }
.indexDiv1 .blDiv .blb ul li .aDiv a::before{content: "";width: 3px;height: 3px;border-radius: 50%; background: #666666;position: absolute;left: 5px;top: 50%;transform: translateY(-50%); }
.indexDiv1 .blDiv .blb ul li .aDiv a:hover{color: #b61d22; }
.indexDiv1 .blDiv .blb ul li .aDiv a:hover::before{background: #b61d22; }
/* .indexDiv1 .blDiv .blb ul li.on .aDiv{display: block; } */
.indexDiv1 .brDiv{width: calc(100% - 330px); }


.prorge{width:100%;border:1px solid #ddd; height:auto; overflow:hidden; background:#fff}
.prorgeimg{width:50%;height: auto;overflow:hidden;float:left;}
.prorgeimg img{width:100%;height: auto;margin:0;padding:0;display:inline;overflow:hidden;}
.prorger{float: right;width:50%;overflow:hidden;}
.prorger_t{width:100%;height:35px;line-height:35px;font-size:14px;margin:0;padding:0;text-align:center;background:#b61d22 ;overflow:hidden;}
.prorger_t a{color:#FFF;}
.prorger_t a:hover{color:#CCC;}
.prorger_n{width:100%;height: auto;margin:0;padding:0;display:inline;overflow:hidden;}
.prorger_nn{line-height:24px;padding:10px;overflow:hidden; font-size:14px}
.prorger_nn p{margin:0;padding:0;display:inline;overflow:hidden;}
.prorger_nmore{width:120px;height:30px;line-height:28px;text-align:center;margin:5px auto 0 ;overflow:hidden;border:1px solid #b61d22; position:absolute; bottom:20px; left:58%}
.prorger_nmore a{color:#b61d22; font-size:14px}
.prorger_nmore:hover{border:1px solid #b61d22;}
.prorger_nmore a:hover{color:#b61d22;}
.indexDiv1 .brDiv h2{height: 44px;position: relative;font-weight: normal;font-size: 20px;line-height: 42px; background:#fff; margin-bottom:0px; overflow:hidden}
.indexDiv1 .brDiv h2 a{color: #555; font-size:14px; margin-right:20px}
.indexDiv1 .brDiv h2 b{position: absolute;display: block;width: 117px;height: 44px;line-height: 44px;left:-1px;top:-1px;z-index: 1;font-weight: normal;background:#b61d22;color: #fff;text-align: center;}
 .more01 a{ color:#555}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
.indexDiv1 .blDiv .blb ul::-webkit-scrollbar  
{  
    width: 8px;  
    height: 10px;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
.indexDiv1 .blDiv .blb ul::-webkit-scrollbar-track  
{  
    border-radius: 0;  
}  
  
/*定义滑块 内阴影+圆角*/  
.indexDiv1 .blDiv .blb ul::-webkit-scrollbar-thumb  
{  
    border-radius: 0; 
    background-color: #CCCCCC;
}
.indexDiv1 .brDiv .row{margin: 0 -10px; }
.indexDiv1 .brDiv .row>div{padding: 0 10px;margin-top: 20px; }
.indexDiv1 .brDiv .row>div a{display: block;text-align: center; }
.indexDiv1 .brDiv .row>div .imgDiv{padding-top: 75%;overflow: hidden; }
.indexDiv1 .brDiv .row>div .imgDiv .pic img{object-fit: initial;max-width: 100%;max-height: 100%;width: initial;height: initial; } 
.indexDiv1 .brDiv .row>div .titleDiv{margin-top: 10px;color: #333; }
.indexDiv1 .brDiv .row>div a:hover .titleDiv{color: #b61d22; }
.indexDiv1 .moreBtn a{width: 160px;height: 40px;background: #b61d22;color: #fff;font-size: 14px; }
.indexDiv1 .moreBtn a:hover{opacity: .8; }

.indexDiv2{padding: 50px 0; }
.indexDiv2 ul{/* flex-wrap: wrap; */ }
.indexDiv2 ul li{/* width: 217px;height: 217px; */border: 1px solid #fff;border-radius: 50%;margin-right: 5.7vw;margin-bottom: 0;width: 13.9%; }
.indexDiv2 ul li .conDiv{padding-top: 100%;position: relative; }
.indexDiv2 ul li .conDiv .textDiv{display: flex;flex-direction: column;align-items: center;justify-content: center;position: absolute;left: 0;top: 0;width: 100%;height: 100%; }
.indexDiv2 ul li:last-child{margin-right: 0; }
.indexDiv2 ul li p{color: #fff;margin: 20px 0 0;line-height: 1; }
.indexDiv2 ul li:hover img{transform: rotate(360deg);transition: all .5s; }

.imgOver{position: relative;}
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden; }
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }

.indexDiv3{padding: 90px 0; }
.indexDiv3 .bdDiv{margin-top: 75px;position: relative; }
.indexDiv3 .bdDiv .mainImg{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 48.68%; }
.indexDiv3 .bdDiv ul{flex-wrap: wrap;position: relative;z-index: 1; }
.indexDiv3 .bdDiv ul li{width: 50%; }
.indexDiv3 .bdDiv ul li .conDiv{width: 60.27%; }
.indexDiv3 .bdDiv ul li:nth-of-type(even){justify-content: flex-end; }
.indexDiv3 .bdDiv ul li:nth-of-type(odd) .conDiv{flex-direction: row-reverse;text-align: right; }
.indexDiv3 .bdDiv ul li:nth-child(1),.indexDiv3 .bdDiv ul li:nth-child(2){margin-bottom: 60px; }
.indexDiv3 .bdDiv ul li .imgDiv{padding-top: 43.33%; }
.indexDiv3 .bdDiv ul li .num{width: 70px;height: 70px;border: 1px solid #CCCCCC;border-radius: 50%;font-size: 28px;color: #b61d22;display: flex;justify-content: center;align-items: center;background: #fff; }
.indexDiv3 .bdDiv ul li .con{width: calc(100% - 100px); }
.indexDiv3 .bdDiv ul li .con span{font-size: 28px;font-weight: bold;display: block;margin: 10px 0 4px; }
.indexDiv3 .bdDiv ul li .con p{color: #666; }

.indexDiv4{padding: 60px 0;background: #F5F5F5; }
.indexDiv4 .bdDiv{margin-top: 40px;background: #fff;padding: 30px;align-items: flex-start; }
.indexDiv4 .bdDiv .smallDiv{padding: 30px 0;width: 410px;position: relative;background: #F5F5F5;padding:60px 30px; }
.indexDiv4 .swiper-container {width: 100%;height: 546px;margin-left: 0;margin-right: auto;}
.indexDiv4 .gallery-top {height: 100%;width: calc(100% - 410px);}
.indexDiv4 .gallery-top .swiper-slide .imgDiv{display: flex;justify-content: center;align-items: center;height: 546px; }
.indexDiv4 .gallery-top .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.indexDiv4 .gallery-top .swiper-slide .textDiv .title{margin: 15px 0 5px;color: #3D3D3D;font-weight: 700;font-size: 20px; }
.indexDiv4 .gallery-top .swiper-slide .textDiv .p{color: #666666;font-weight: 400;font-size: 14px; }
.indexDiv4 .gallery-top .swiper-slide a:hover .textDiv .title{color: #b61d22; }
.indexDiv4 .gallery-thumbs {height: 426px;box-sizing: border-box;position: relative;z-index: 11; }
.indexDiv4 .gallery-thumbs .swiper-slide .imgDiv{height: 197px;display: flex;justify-content: center;align-items: center;background: #F2F3F3;position: relative; }
.indexDiv4 .gallery-thumbs .swiper-slide .imgDiv:hover:before{content: "";width: 100%;height: 100%;border: 2px solid #b61d22;position: absolute;left: 0;top: 0;z-index: 2; }
.indexDiv4 .gallery-thumbs .swiper-slide img{height:100%;width: 100%;object-fit: cover; }
.indexDiv4 .gallery-thumbs .swiper-slide-thumb-active:before{content: "";width: 100%;height: 100%;border: 2px solid #b61d22;position: absolute;left: 0;top: 0;z-index: 2; }
.indexDiv4 .swiper-button-next,.indexDiv4 .swiper-button-prev{width: 60px;height: 60px;margin-top:initial;left: 50%;margin-left: -30px;top: initial;}
/* .indexDiv4 .swiper-button-next:hover,.indexDiv4 .swiper-button-prev:hover{opacity: 1;} */
.indexDiv4 .swiper-button-prev{background: url(../img/prev.png) no-repeat center center;background-size: 100%;right: auto;bottom: auto;top: 30px;}
.indexDiv4 .swiper-button-next{background: url(../img/next.png) no-repeat center center;background-size: 100%;right: auto;bottom: 30px;top: auto;}
.indexDiv4 .swiper-button-prev:hover{background: url(../img/prev_.png) no-repeat center center;background-size: 100%;}
.indexDiv4 .swiper-button-next:hover{background: url(../img/next_.png) no-repeat center center;background-size: 100%;}
/* .indexDiv4 .gallery-top .swiper-button-next,.indexDiv4 .gallery-top .swiper-button-prev{width: 34px;height: 34px;margin-top: -17px;left: auto;bottom: auto;top: 50%;margin-left: initial;}
.indexDiv4 .gallery-top .swiper-button-next{background: url(../img/a-right.png) no-repeat center center;background-size: 100%;right: 10px;}
.indexDiv4 .gallery-top .swiper-button-prev{background: url(../img/a-left.png) no-repeat center center;background-size: 100%;left: 10px;} */
.swiper-button-next:after,.swiper-button-pev:after{content: "";}
.swiper-button-next:focus,.swiper-button-prev:focus{outline: none;}

.indexDiv5{padding: 50px 0;background:  #b61d22;position: relative;color: #fff; }
.indexDiv5::before{content: "";width: 72.34375vw;height: 100%;background: url(../img/i-bg2.png) no-repeat right center/cover;position: absolute;left: 0;top: 0; }
.indexDiv5 .bdDiv{position: relative; }
.indexDiv5 .leftDiv span{font-size: 36px;font-weight: bold; }
.indexDiv5 .leftDiv p{font-size: 28px;margin-top: 10px; }
.indexDiv5 .rightDiv{text-align: right; }
.indexDiv5 .rightDiv span{font-size: 14px; }
.indexDiv5 .rightDiv p{font-size: 36px;font-weight: bold;margin: 5px 0 25px; }
.indexDiv5 .rightDiv a{width: 120px;height: 36px;background: #fff;border-radius: 18px;color: #b61d22;font-size: 14px;font-weight: 700;margin: 0 0 0 auto; }

.indexDiv6{padding: 60px 0; }
.indexDiv6 .bdDiv{margin-top: 40px; } 
.indexDiv6 .bdDiv .rowDiv{display: none; }
.indexDiv6 .bdDiv .rowDiv.on{display: block; }
.indexDiv6 .bdDiv .row>div .conDiv{height: 100%; }
.indexDiv6 .bdDiv .row>div a{display: block; }
.indexDiv6 .bdDiv .row>div a .imgDiv{padding-top: 75%; }
.indexDiv6 .bdDiv .row>div a .title{margin: 20px 0 15px;font-size: 20px;color: #333; }
.indexDiv6 .bdDiv .row>div a:hover .title{color: #b61d22; }
.indexDiv6 .bdDiv .row>div a .p{margin: 0 0 30px;font-size: 14px;color: #666; }
.indexDiv6 .bdDiv .row>div a .dateDiv span{font-size: 14px;color: #888888; }
.indexDiv6 .bdDiv .row>div a .dateDiv i{width: 58px;height: 7px;background: url(../img/more.png) no-repeat center center;display: block; }
.indexDiv6 .bdDiv .row>div a:hover .dateDiv i{background: url(../img/more_.png) no-repeat center center; }
.indexDiv6 .bdDiv .row>div a:hover .title{color: #b61d22; }
.indexDiv6 .bdDiv .row>div ul.conDiv{background: #F5F5F5;padding: 10px 20px; }
.indexDiv6 .bdDiv .row>div ul.conDiv li{padding: 30px 0;border-bottom: 1px solid #D8D8D8; }
.indexDiv6 .bdDiv .row>div ul.conDiv li:last-child{border: 0; }
.indexDiv6 .bdDiv .row>div ul.conDiv li .title{margin: 0; }
.indexDiv6 .bdDiv .row>div ul.conDiv li .p{margin: 15px 0 10px; }
.huoban{ height:auto; overflow:hidden; padding:60px 0;background: #F5F5F5;}
.huoban ul li{ float:left; width:18.4%; margin-right:2%; box-sizing:border-box; background:#fff; margin-bottom:20px }
.huoban ul li img{  transition:all 0.6s; width:100%; border:#f5f5f5 1px solid;}
.huoban ul li:hover img{ background:#fff;box-shadow: 0px 0px 10px rgba(195,195,195,0.75);}
.huoban ul li:nth-child(5n){margin-right:0; }
.huoban ul li p{ text-align:center; line-height:50px}
@media only screen and (max-width:915px){
	.huoban{ padding:20px 0}
.huoban ul li{ width:49%; margin-right:2%;}
.huoban ul li:nth-child(even) {margin-right:0}
.huoban ul li:nth-child(odd) {margin-right:2% }

}
.gy_bt{width:100%; text-align:center; text-transform:uppercase;  margin-bottom:40px;}
.gy_bt h2{font-family:Arial; font-size:72px; line-height:50px; color:#999; font-weight:800; color:rgba(153,153,153,0.1); position:relative;}
.gy_bt h3{font-size:40px; line-height:44px; margin-top:-35px; background:url(../img/bt.jpg) no-repeat center bottom; padding-bottom:20px; font-weight:bold}
.gy_bt p { font-size:16px; color:#666; padding-top:10px}
@media only screen and (max-width:992px){
.gy_bt{ margin-bottom:20px;}
.gy_bt h2{font-family:Arial; font-size:20px; line-height:40px; color:#999; font-weight:800; color:rgba(153,153,153,0.1); position:relative;}
.gy_bt h3{font-size:20px; line-height:34px; margin-top:-30px; background:url(../img/bt.jpg) no-repeat center bottom; padding-bottom:5px;}
.gy_bt p { font-size:14px; color:#999; padding-top:0px}	
}

/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/




/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/

@media (max-width:1440px) {
	header .rightDiv .menu>ul>li{margin-left: 3vw; }
	header .logo{width: 15%;}
	.footerDiv .hdDiv .telDiv p{font-size: 30px; }
	.footerDiv .hdDiv>div{padding: 0 4%; }
}
@media (max-width:1200px) {
	/* .indexDiv3 .bdDiv .mainImg{width: 56.88%; } */
	.indexDiv3 .bdDiv ul li .conDiv{width: 67.27%; }
	.indexDiv3 .bdDiv ul li .con span{font-size: 20px; }
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(0,0,0,.2);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
/*	/*
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}*/
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #333;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,0);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0 15px;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{padding: 0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}
	header:before{display: none;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 77%;}
	header .mbtn {display: block;}
	body.on-menu header{background: rgba(255,255,255,.97);}
	body.on-menu.on-fixed  header{background:  rgba(255,255,255,.97);}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background-color: rgba(255,255,255,.97);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(255,255,255,.97);
	}
	header .rightDiv .menu ul{float: initial;height: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{font-weight: bold;}

	/* header.indexHeader .rightDiv .menu>ul>li>a{color: #333;} */
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	.menu ul ul .flexbet,.menu ul ul .flexend{padding: 0;}
	.menu>ul>li:hover>ul{transform: initial;}
	.main {position: relative;right: 0;transition: right 300ms !important;}
	header .othersDiv{height: 50px;padding-right: 40px; }
	header .othersDiv .langDiv{margin-left: 15px; }
	header .othersDiv .langDiv>a{height: 50px;}
	.menu>ul>li .ul{display: block; }
	.menu>ul>li .ul li .imgDiv{padding-top: 0; }
	.menu>ul>li .ul li .title{position: relative;color: #333;margin-top: 0; }
	.menu>ul>li.proLi .ul{flex-wrap: wrap;grid-gap: 0; }
	.menu>ul>li.proLi .ul li{width: 100%;margin-right: 0;padding: 0 20px;flex: initial; }
	.menu>ul>li.proLi .ul li>a{padding: 0;border: 0; }
	.menu>ul>li.proLi .ul li>.line{margin: 0; }
	.menu>ul>li.proLi .ul li .aDiv{flex-wrap: wrap;flex-direction: row; }
	.menu>ul>li.proLi .ul li .aDiv a{margin-top: 0;width: auto;padding: 0;margin-right: 20px;font-size: 14px; }
	.searchDiv .bdDiv .hotDiv a{margin-left: 5px; font-size:12px }
	.indexDiv1 .brDiv .row>div{flex: 0 0 100%; max-width: 100%;}
	.indexDiv2 ul li .conDiv .textDiv img{width: 40px; } 
	.indexDiv2 ul li{margin-right: 3vw;width: 18%; }
	.indexDiv2 ul li p{margin-top: 10px; }
	.indexDiv3 .bdDiv ul li .conDiv {width: 75.27%;  }
	.indexDiv5 .leftDiv span{font-size: 30px; }
	.indexDiv5 .leftDiv p{font-size: 22px; }
	.indexDiv5 .rightDiv p{font-size: 30px; }
	.indexDiv6 .bdDiv .row>div ul.conDiv li{padding: 10px 0; }
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;font-size: 14px;}
	
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	
	header .headerTop{display: none; }
	header .mbtn{top: 0; }
	.main{margin-top: 50px; }
	.on-fixed header{ top: 0;}
	header .logo{width: auto;}
	.index-banner .img{height: 50vw;}
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px; }
	.index-banner .swiper-button-next, .index-banner .swiper-button-prev{display: none; }
	.searchDiv .bdDiv .hotDiv{margin-bottom: 10px; }
	.searchDiv form{margin-left: 0; }
	
	.ihdDiv{display: block; }
	.indexTitle{font-size: 24px; }
	.indexTitle span{font-size: 40px; }
	.ihdDiv .tabsDiv{margin-top: 10px;justify-content: center; }
	.ihdDiv .tabsDiv a{font-size: 16px; }
	.ihdDiv .tabsDiv a:nth-child(1){margin-left: 0; }
	
	.indexDiv1{padding: 20px 0; }
	.indexDiv1 .bdDiv{flex-wrap: wrap;margin-bottom: 20px; }
	.indexDiv1 .blDiv{width: 100%;position: relative;height: initial; }
	.indexDiv1 .blDiv .blh{height: 90px; }
	.indexDiv1 .blDiv .blh span{font-size: 24px; }
	.indexDiv1 .blDiv .blh small{font-size: 12px;margin-top: 0; }
	.indexDiv1 .blDiv .blb{height: 200px; }
	.indexDiv1 .brDiv{width: 100%;margin-top: 20px; }
	.indexDiv2{padding: 30px 0 10px; }
	.indexDiv2 ul{flex-wrap: wrap;justify-content: center; }
	.indexDiv2 ul li{width: 28%;margin-bottom: 20px; }
	.indexDiv2 ul li .conDiv .textDiv img{width: 30px; }
	
	.indexDiv3{padding: 40px 0; }
	.indexDiv3 .bdDiv{margin-top: 35px; }
	.indexDiv3 .bdDiv .mainImg{display: none; }
	.indexDiv3 .bdDiv ul li{width: 100%;margin-bottom: 30px; }
	.indexDiv3 .bdDiv ul li .conDiv{width: 100%; }
	.indexDiv3 .bdDiv ul li:nth-child(1), .indexDiv3 .bdDiv ul li:nth-child(2){margin-bottom: 30px; }
	
	.indexDiv4{padding: 20px 0; }
	.indexDiv4 .bdDiv{display: block;position: relative; margin-top: 20px}
	.indexDiv4 .gallery-top{width: 100%;position: relative;z-index: 22; }
	.indexDiv4 .gallery-top .swiper-slide .imgDiv{height: 200px; }
	.indexDiv4 .swiper-button-next, .indexDiv4 .swiper-button-prev{transform: rotate(-90deg);left: initial;margin-left: initial;top: 50%;margin-top: -30px;bottom: initial; }
	.indexDiv4 .swiper-button-prev{left: 0; }
	.indexDiv4 .swiper-button-next{right: 0; }
	.indexDiv4 .gallery-top .swiper-slide .textDiv .title{font-size: 18px; }
	.indexDiv5{padding: 20px 0; } 
	.indexDiv5 .leftDiv{width: 40%; }
	.indexDiv5 .leftDiv span{font-size: 20px; }
	.indexDiv5 .leftDiv p{font-size: 14px; }
	.indexDiv5 .rightDiv{width: 40%;  }
	.indexDiv5 .rightDiv span{   }
	.indexDiv5 .rightDiv p{font-size: 20px;  }
	.indexDiv6{padding: 20px 0; }
	.indexDiv6 .bdDiv{margin-top: 0; }
	.indexDiv6 .bdDiv .row>div {margin-top: 30px; }
	.indexDiv6 .bdDiv .row>div .conDiv{height: initial; }
	.indexDiv6 .bdDiv .row>div a .title{font-size: 18px; }
	
	.linksDiv .conDiv .lbDiv{width: calc(100% - 80px);padding-right: 50px; }
	.footerDiv .hdDiv>div::after{display: none; }
	.footerDiv .hdDiv .hlDiv p{max-width: 100%; }
	.footerDiv .hdDiv>div{padding: 5px 0; }
	.footerDiv .hdDiv .aDiv{justify-content: center;flex-direction: row;height: initial; }
	.footerDiv .hdDiv .aDiv a{margin: 0 10px; }
	.footerDiv .hdDiv{padding: 0px 0 15px;display: block;text-align: center; }
	.footerDiv .hdDiv .hlDiv{width: 100%; }
	.footerDiv .hdDiv .telDiv{text-align: center; }
	.footerDiv .hdDiv .telDiv a.btnDiv{margin: 0 auto; }
	.footerDiv .bdDiv{flex-direction: column;text-align: center;padding-bottom: 15px; }
	
	
	@media (max-width:320px) {
	}
	
}
.ny_nr{width:100%; padding:60px 0; overflow:hidden;}
@media only screen and (max-width:992px){
.ny_nr{padding:50px 0;}
}
@media only screen and (max-width:640px){
.ny_nr{padding:20px 0;}
.gs_yj{width:100%; padding:20px 0; background-color:#f9faff; overflow:hidden;}

.gs_yj .n_r{width:100%; height: auto ; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative; text-align:center}
.gs_yj .n_r img{ width:100%}
.gy_wm{width:100%; padding:20px 0 30px; overflow:hidden;}

}

.gs_wz{line-height:32px; color:#333; font-size:15px;padding: 20px;border: 1px solid #E5E5E5;box-sizing: border-box;margin-bottom: 20px;}  
.gs_tp{ padding: 20px;border: 1px solid #E5E5E5;box-sizing: border-box;margin-bottom: 20px; height:auto; overflow:hidden}
.gs_tp li{ float:left; width:32%; margin-right:2%; margin-bottom:20px}
.gs_tp li:nth-child(3n){margin-right:0; }
.gs_tp li img{ width:100%}
.gs_tp li p{ text-align:center; background:#f6f6f6; padding:15px 10px; font-size:14px}
.gs_tp li a{ color:#333}
.gs_zz{ padding: 20px;border: 1px solid #E5E5E5;box-sizing: border-box;margin-bottom: 20px; height:auto; overflow:hidden}
.gs_zz li{ float:left; width:32%; margin-right:2%; margin-bottom:20px}
.gs_zz li:nth-child(3n){margin-right:0; }
.gs_zz li img{ width:100%; height:200px}

 .maintitle3{position: relative;padding: 10px 36px;background-color: #b61d22;background-position: center;background-repeat: no-repeat;
 background-size: cover;height: auto  ;text-align: center;}
  .maintitle3 .cn{font-size: 22px;color: #ffffff;line-height: 38px;font-weight: bold;}
  .maintitle3 .en{font-size: 14px;color: #ffffff;opacity: 0.5;display: block;}
  .maintitle3 .sanjiao{position: absolute;top: 1px; right: 1px;width: 0; height: 0;  border-top: 62px solid #fff; border-left: 62px solid transparent; }
  .maintitle3 .icon{position: absolute;top: 7px;right: 7px;}
 
.box1{padding: 0 10px;border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.box1 ul li{padding: 13px 20px;border-bottom: 1px dashed #e5e5e5;position: relative;}
.box1 ul li::before{position: absolute;content: "";left: 0;top: 50%;transform: translateY(-50%);
width: 8px;height: 8px;background-color: #dcdcdc;border-radius: 50%;}
.box1 ul li:last-child{border-bottom: 0;}
.box1 ul li a{font-size: 15px;color: #333333;}
.box1 ul li:hover a{color: #b61d22;}
.box1 ul li:hover::before{background-color: #b61d22;}

 .maintitle3{position: relative;padding: 10px 36px;background-color: #b61d22;background-position: center;background-repeat: no-repeat;
 background-size: cover;height: auto  ;text-align: center;}
  .maintitle3 .cn{font-size: 22px;color: #ffffff;line-height: 38px;font-weight: bold;}
  .maintitle3 .en{font-size: 14px;color: #ffffff;opacity: 0.5;display: block;}
  .maintitle3 .sanjiao{position: absolute;top: 1px; right: 1px;width: 0; height: 0;  border-top: 62px solid #fff; border-left: 62px solid transparent; }
  .maintitle3 .icon{position: absolute;top: 7px;right: 7px;}
 
.box1{padding: 0 10px;border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.box1 ul li{padding: 13px 20px;border-bottom: 1px dashed #e5e5e5;position: relative;}
.box1 ul li::before{position: absolute;content: "";left: 0;top: 50%;transform: translateY(-50%);
width: 8px;height: 8px;background-color: #dcdcdc;border-radius: 50%;}
.box1 ul li:last-child{border-bottom: 0;}
.box1 ul li a{font-size: 15px;color: #333333;}
.box1 ul li:hover a{color: #b61d22;}
.box1 ul li:hover::before{background-color: #b61d22;}


 .maintitle3{position: relative;padding: 10px 36px;background-color: #b61d22;background-position: center;background-repeat: no-repeat;
 background-size: cover;height: auto  ;text-align: center;}
  .maintitle3 .cn{font-size: 22px;color: #ffffff;line-height: 38px;font-weight: bold;}
  .maintitle3 .en{font-size: 14px;color: #ffffff;opacity: 0.5;display: block;}
  .maintitle3 .sanjiao{position: absolute;top: 1px; right: 1px;width: 0; height: 0;  border-top: 62px solid #fff; border-left: 62px solid transparent; }
  .maintitle3 .icon{position: absolute;top: 7px;right: 7px;}
 
.box1{padding: 0 10px;border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.box1 ul li{padding: 13px 20px;border-bottom: 1px dashed #e5e5e5;position: relative;}
.box1 ul li::before{position: absolute;content: "";left: 0;top: 50%;transform: translateY(-50%);
width: 8px;height: 8px;background-color: #dcdcdc;border-radius: 50%;}
.box1 ul li:last-child{border-bottom: 0;}
.box1 ul li a{font-size: 15px;color: #333333;}
.box1 ul li:hover a{color: #b61d22;}
.box1 ul li:hover::before{background-color: #b61d22;}



.maintitle1{background-color: #fff;line-height: 44px;border: 1px solid #E5E5E5; border-bottom:0;position: relative; padding:10px 0}

.maintitle1 img{padding-left:15px;}
.maintitle1 .title .cn{font-size: 22px;font-weight: bold;color: #b61d22;margin: 0 20px;line-height: 24px;}
.maintitle1 .title .en{font-size: 14px;color: #030303;opacity: 0.5;line-height: 18px; text-transform: uppercase}
.maintitle1 .more{position: absolute;right: 10px;top:50%;transform: translateY(-50%);font-size: 14px;color: #777777;}
  .leftContactTab {
  background-color: #b61d22;
  padding: 10px;
  padding-top: 0;
  
  margin-top: 10px;
}

.leftContactTab h2 {
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
	.leftContactTab .cn1{font-size: 16px;color: #ffffff;}
 	.leftContactTab .cn1 img{margin-right: 5px;}
.leftContactTab .ewm {
  background-color: #fff;
  
  padding: 20px;
}

.leftContactTab .ewm img {
 
}

.leftContactTab .ewm p {
  color: #333;
  line-height: 36px;
 font-size:18px
}

.leftContactTab .ewm strong {
  font-size: 22px;
  color: #b61d22;
}

.leftContactTab .ewm em {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 20px 0;
}

  @media (max-width: 1199px) {
  .infoProduct .infoTabBox {
    display: none;
  }

  .infoProduct main {
    width: 100%;
  }
}

@media (max-width: 991px) {
	.gs_tp li {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
  .infoPageTab .aBox a:nth-of-type(3n) {
    margin-right: 0;
  }
  .leftContactTab { display:none
  
}
.listItem{

	float:left;

	margin-right:0;

	height: auto;

	width:100%;

	background-color:#F3F3F3;

	position:relative;

	margin-bottom:10px; overflow:hidden

}
}  


.ny_nr .xw_lb{border:1px solid #eee;}
.ny_nr .xw_lb ul li{border-bottom:1px solid #eee; padding:20px}
.ny_nr .xw_lb ul li:last-child{border-bottom:0}
.ny_nr .xw_lb ul li:hover{ background:#f6f6f6}
.ny_nr .xw_lb .row{margin:0 -15px;}
.ny_nr .xw_lb .col-12{padding:0 15px;}
.ny_nr .xw_lb .t_p{overflow:hidden;}
.ny_nr .xw_lb .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-webkit-transition:all 1s;
-moz-transition:all 1s;
-ms-transition:all 1s;
-o-transition:all 1s;}
.ny_nr .xw_lb ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
 
.ny_nr .xw_lb .w_z{  position:relative; margin-top:10px}
.ny_nr .xw_lb .w_z h3{font-size:18px; font-weight:bold; line-height:26px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .xw_lb .w_z h3 a{ color:#333}
.ny_nr .xw_lb .w_z p{line-height:26px; color:#777; height: auto; margin-top:0px; margin-bottom:20px; overflow:hidden; 
     text-overflow:ellipsis;
     display:-webkit-box; 
     -webkit-box-orient:vertical;
     -webkit-line-clamp:2;}
.ny_nr .xw_lb .w_z a.x_q{font-size:15px; text-align:center; line-height:36px; color:#b61d22; display:inline-block;}
@media only screen and (max-width:992px){

.ny_nr .xw_lb .row{margin:0 -15px;}
.ny_nr .xw_lb .col-12{padding:0 15px;}
.ny_nr .xw_lb .w_z{padding-right:100px;}
.ny_nr .xw_lb .w_z p{line-height:22px; color:#777; height: auto; margin-top:0px; margin-bottom:10px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical; font-size:14px}
}
@media only screen and (max-width:640px){
	.ny_nr .xw_lb ul li{border-bottom:1px dotted #ccc; padding-bottom:10px; margin-bottom:10px;}
.ny_nr .xw_lb .r_q{top:-90px; right:10px; background-color:#fff;}
.ny_nr .xw_lb .w_z{padding-right:0;}
.ny_nr .xw_lb .w_z h3{margin-top:15px; font-size:15px;line-height:25px; }
.ny_nr .xw_lb .w_z a.x_q{font-size:12px; text-align:center; line-height:26px; color:#b61d22; display:inline-block;}

}


.DownloadCon{ margin-top:0px}
.DownloadCon ul li{ padding:20px; background:#fff; padding-right:0; box-sizing:border-box;  display: flex;   justify-content: space-between; align-items: center; margin-bottom:15px; border:#eee 1px solid;  }

.DownloadCon ul li span{color: #333;font-size: 15px;display: block;float: left;border-left: 1px #ddd solid;}
.DownloadCon ul li span:first-child{border-left: none;}
.DownloadCon ul li span.span01{width: calc(100% - 295px); box-sizing:border-box}
.DownloadCon ul li span.span02{width: 135px;text-align: center;color: #999;font-size: 12px;}
.DownloadCon ul li span.span03{width: 160px;text-align: center;font-size: 14px;color: #666;}


.DownloadCon ul li span a{display: block; color:#666}
.DownloadCon ul li:hover{background-color: #bd2a26;}
.DownloadCon ul li:hover span{border-left: 1px #fff solid;color: #fff;}
.DownloadCon ul li:hover span:first-child{border-left: none;}
.DownloadCon ul li:hover span a{color: #fff;}


@media only screen and (max-width:992px){

.DownloadCon ul li{ padding:10px; padding-right:0;}
.DownloadCon ul li span.span01{width: calc(100% - 110px); box-sizing:border-box}
.DownloadCon ul li span.span02{width: 80px;text-align: center;color: #999;font-size: 12px; display:none;}
.DownloadCon ul li span.span03{width: 100px;text-align: center;font-size: 12px;color: #666;}
.DownloadCon ul li span{color: #333;font-size: 12px;}



}


.ny_nr .lx_wm{box-shadow:0 0 20px #ddd;  }
.ny_nr .lx_wm .n_r{padding:30px;}
.ny_nr .lx_wm .n_r h3{font-size:20px; font-weight:bold; line-height:32px; color:#b61d22;}
.ny_nr .lx_wm .n_r h4{font-size:14px; line-height:24px; color:#888; text-transform:uppercase; margin-bottom:10px;}
.ny_nr .lx_wm .l_x{margin:20px 0 10px; line-height:28px;}
.ny_nr .lx_wm .l_x h5{font-size:18px; color:#000; font-weight:bold;}
.ny_nr .lx_wm .l_x h5 em{font-size:16px; color:#999; padding-left:15px;}
.ny_nr .lx_wm .l_x strong{font-size:16px;}
.ny_nr .lx_wm .w_z{font-size:14px; line-height:36px; padding-left:0; position:relative;}
.ny_nr .lx_wm .t_p{width:120px; border:1px solid #ddd; position:absolute; top:6px; left:0;}
.ny_nr .lx_wm .t_p img{width:100%; height:auto; display:block;}
.ny_nr .lx_wm .l_y input{width:100%; height:47px; font-size:14px; line-height:46px; border:0;; background:none; border-bottom:1px solid #ddd; display:block;}
.ny_nr .lx_wm .l_y textarea{width:100%; height:72px; padding:10px 0; font-size:14px; line-height:26px;border:0; background:none;  border-bottom:1px solid #ddd; display:block; resize:none;}
.ny_nr .lx_wm .l_y button{width:120px; height:36px; background-color:#b61d22; margin-top:15px; margin-right:15px; font-size:15px; line-height:36px; text-align:center; color:#fff; float:left; outline:none;border:0;}
.ny_nr .lx_wm .l_y button.c_z{background-color:#aaa;}
@media only screen and (max-width:992px){
.ny_nr .lx_wm{margin:10px  auto; width:96%; padding:10px}
.ny_nr .lx_wm .n_r{padding:30px 20px;}
.ny_nr .lx_wm .n_r h3{font-size:18px; line-height:28px;}
.ny_nr .lx_wm .l_x{margin:20px 0 10px; line-height:28px;}
.ny_nr .lx_wm .l_x h5{font-size:18px; color:#000; font-weight:bold;}
.ny_nr .lx_wm .l_x h5 em{font-size:16px; color:#999; padding-left:15px;}
.ny_nr .lx_wm .l_x strong{font-size:16px;}
.ny_nr .lx_wm .w_z{padding-left:0;}
.ny_nr .lx_wm .t_p{width:110px; top:100%; margin-top:10px;}
.ny_nr .lx_wm .l_y button{margin-top:20px;}
.ny_nr .cg_al ul{margin:0 -10px;}
.ny_nr .cg_al ul li{padding:0 10px;}
.ny_nr .cg_al .n_r{padding:15px 15px 0; margin-bottom:20px;}
.ny_nr .cg_al .w_z{margin:10px 0 20px;}
.ny_nr .zl_lb h3{font-size:16px; line-height:32px; font-weight:bold; margin-bottom:0px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .zl_lb p{margin-bottom:10px;}
.ny_nr .zl_lb .n_r{padding:10px 10px 10px 90px; border:1px solid #ddd; margin-bottom:20px; position:relative;}

}
@media only screen and (max-width:640px){
.ny_nr .lx_wm .col-md-6{background:none !important;}
.ny_nr .lx_wm .n_r{padding:15px;}
.ny_nr .lx_wm .w_z{padding-bottom:0px;}
.ny_nr .lx_wm .t_p{top:auto; bottom:0;}
.ny_nr .cg_al .w_z h3{font-size:16px; font-weight:normal; line-height:30px;}
.ny_nr .cg_al .w_z p{font-size:13px;}
.ny_nr .cg_al .w_z span{font-size:14px; line-height:24px;}
.ny_nr .cg_al .w_z a.m_r{width:90px; height:28px; font-size:13px; line-height:26px; margin-top:10px;}
.ny_nr .zc_fg .w_z h3{font-size:15px; font-weight:bold; line-height:32px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.ny_nr .zc_fg .w_z p{line-height:22px; color:#777; height: auto; margin-top:0px; margin-bottom:5px; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical; font-size:14px}
.ny_nr .zc_fg .w_z a.x_q{font-size:12px; text-align:center; line-height:36px; color:#b61d22; display:inline-block;}

.ny_nr .zc_fg ul li{border-bottom:1px dotted #ddd; padding:0 0 0px 100px; margin-bottom:15px; position:relative;}

}

.lx_dt .map{width:100%; height:400px; }
@media only screen and (max-width:992px){
.lx_dt .map{height:300px; margin-bottom:10px;}
}



.yingyong ul{  display: -webkit-flex;/*ºÜ¶àä¯ÀÀÆ÷ÓÃµ½µÄÄÚºË*/
            display: -ms-flexbox;/*ie*/
            display: -webkit-box;/*Æ»¹û*/
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
 
            display: flex;
            flex-direction: row; overflow:hidden }
.yingyong ul li{   
             
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            height: 400px;
            width: 20%; /* ÈÃ¹ý¶É±íÏÖÁ¼ºÃ¡££¨´Ó/µ½"width:auto"µÄ¹ý¶É
                      ÖÁÉÙÔÚ Gecko ºÍ Webkit ÉÏÊÇÓÐ bug µÄ¡£
                      ¸ü¶àÐÅÏ¢²Î¼û http://bugzil.la/731886 £© */
 
            -webkit-transition: width 0.7s ease-out;
            -ms-transition: width 0.7s ease-out;
            transition: width 0.7s ease-out; overflow:hidden; position:relative; letter-spacing:2px; margin:0 5px}
.yingyong ul li:hover{ width:25%; writing-mode:horizontal-tb;letter-spacing: 0px }
.yingyong ul li img{ width:100%; height:100%; transition:all 0.6s}

.yingyong ul li .yyzi{ position:absolute; bottom:0; left:0; padding:10px; box-sizing:border-box; width:100%; height:auto;background: #221815; z-index:99; text-align:center }
.yingyong ul li .yyzi h3{ display:block; font-size:18px; color:#fff; font-weight:bold}
.yingyong ul li .yyzi p{ display:none}


.yingyong ul li:hover{ background:#b61d22;}
.yingyong ul li:hover img{ transform:scale(1.1,1.1); opacity:0.2; transition:all 0.6s}

.yingyong ul li:hover .yyzi{ background:none; top:50%; bottom:auto; transform:translateY(-50%); text-align:center}
.yingyong ul li:hover .yyzi h3:after{ content:""; display:block; width:2px; background:#fff; height:30px; margin:20px auto; }
.yingyong ul li:hover .yyzi p{ display:block; font-size:15px; line-height:26px; color:#fff; padding:0 10px}


@media only screen and (max-width:1400px){
	
	.yingyong ul li{  height:350px; }
	
	.yingyong ul li .yyzi h3{ font-size:20px;}
	
	.yingyong ul li:hover .yyzi p{  font-size:14px; line-height:23px;}

	.yingyong ul li:nth-child(1){ margin-bottom:20px}
}


@media only screen and (max-width:992px){
.yingyong ul {flex-wrap:wrap;justify-content: space-between; }
	.yingyong ul li{  height:260px; writing-mode:horizontal-tb; margin:0; width:49%;flex:none }
	.yingyong ul li .yyzi{ padding:10px}
	.yingyong ul li .yyzi h3{ font-size:16px; margin-bottom:0}
	
	.yingyong ul li:hover .yyzi p{  font-size:14px; line-height:23px;}

	.yingyong ul li:nth-child(1){ margin-bottom:20px}
	
.sy4{  margin:20px auto; }
.yingyong ul li:hover .yyzi h3:after{ display:none; }
.yingyong ul li:hover .yyzi p{ display:none;}
	
}
