/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{padding: 0;margin: 0;font-family:fontR,"微软雅黑";font-size: 16px;color: #333333;overflow-x:hidden;}
.wrap{max-width: 1200px;margin: 0 auto;}
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;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{max-height: 100%; 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);}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;color: #333333;text-align: center;height: 90px;background: #fff;}
.indexHeader{background: transparent;}
.on-fixed header.indexHeader{background: #fff;}
header .wrap{max-width: 100%;padding: 0 5vw 0 5.7vw;}
header .logo a{height: 90px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;}
header .rightDiv{float: right;}
header .rightDiv .menu{text-align: right;position: relative;}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin-left: 80px;}
header .rightDiv .menu>ul>li>a{height: 90px;line-height: 90px;text-align: left;color: #333333;position: relative;font-size: 18px;text-transform: capitalize;font-weight: bold;}
header.indexHeader .rightDiv .menu>ul>li>a{color: #fff;}
.on-fixed  header.indexHeader .rightDiv .menu>ul>li>a{color: #333;}
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: none;color: #f80e02!important;}
/*header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;margin-left: 0;background: #dd1817;height: 2px;bottom: 20px;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;}
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: 0;right: 0;display: none;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}
header.indexHeader .mbtn{background: url(../img/menu.png) no-repeat center center;background-size: 22px auto;}
body.on-menu header.indexHeader .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}
.on-fixed header.indexHeader .mbtn{background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;}
body.on-menu.on-fixed header.indexHeader .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}



/****底部***/
.footerDiv{background: #1c1c1c;color: #fff;}
.footerDiv .logoDiv{padding: 70px 0 35px;}
.footerDiv .navDiv{padding: 20px 0;border-top: 1px solid rgba(255,255,255,0.1);display: flex;justify-content: space-around;align-items: center;}
.footerDiv .navDiv a{color: rgba(255,255,255,.6);font-size: 14px;}
.footerDiv .navDiv a:hover{color: rgba(255,255,255,1);}
.footerDiv .hd .rowDiv{display: flex;justify-content: space-between;padding: 50px 0 80px;border-top: 1px solid rgba(255,255,255,0.1);color: rgba(255,255,255,.6);}
.footerDiv .hd .rowDiv .leftDiv{width: 134px;text-align: center;}
.footerDiv .hd .rowDiv .leftDiv span{font-size:14px;display: block;margin-top: 15px;} 
.footerDiv .hd .rowDiv .centerDiv{width: calc(100% - 394px);display: flex;justify-content: center;align-items: flex-start;}
.footerDiv .hd .rowDiv .centerDiv .ul{width: 40%;}
.footerDiv .hd .rowDiv .centerDiv .ul .p{margin-bottom: 30px;}
.footerDiv .hd .rowDiv .centerDiv .ul span{display: block;font-size: 14px;}
.footerDiv .hd .rowDiv .centerDiv .ul b{font-size: 20px;}
.footerDiv .hd .rowDiv .rightDiv{width:260px;text-align: center;justify-content: space-between;align-items: center;display: flex;}
.footerDiv .hd .rowDiv .rightDiv a{}
.footerDiv .hd .rowDiv .rightDiv a:hover{
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);}
.footerDiv .bd{text-align: left;color: rgba(255,255,255,.3);padding: 15px 0;font-size: 12px;border-top: 1px solid rgba(255,255,255,0.1);}
.footerDiv .bd a{color: rgba(255,255,255,.3);}


/********************************* 首页 **********************************/

/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.ui-homebanner .swiper-slide{overflow: hidden;}
.ui-homebanner .img{width: 100%;display: block;height: 50.46875vw;background: none no-repeat center;background-size: cover;}
.ui-homebanner .swiper-pagination{}
.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;}
.ui-homebanner .swiper-pagination-bullet{width: 20px;height: 20px;background: url(../img/yuan.png) no-repeat center center;background-size: 100%; border-radius: 50%;opacity:1;}
.ui-homebanner .swiper-pagination-bullet-active{background: url(../img/yuan_.png) no-repeat center center;background-size: 100%; opacity: 1;position: relative;}
.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 7px;}
/*.ui-homebanner .swiper-pagination-bullet-active:after{content: "";width: 24px;height: 2px;position: absolute;background: #fff;left: -20px;bottom: 7px;}*/

/*.ui-homebanner .swiper-button-next, .ui-homebanner .swiper-button-prev{opacity: .15;background-size: 100% 100%;width: 82px;height: 82px;margin-top: -41px;}
.ui-homebanner .swiper-button-prev{background: url(../img/left.png) no-repeat center center;left: 0;background-size: 100% 100%;}
.ui-homebanner .swiper-button-next{background: url(../img/right.png) no-repeat center center;right: 0;background-size: 100% 100%;}*/

/*.ui-homebanner .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:center;color: #fff;text-align: left;}
.ui-homebanner .textDiv span{font-size: 2.5vw;}
.ui-homebanner .textDiv p{font-size: 3.125vw;}
.ui-homebanner .textDiv a{display: block;width: 167px;line-height: 44px;border-radius: 5px;text-align: center;background: #e0e1e3;text-align: center;font-size: 14px;color: #000000;margin-top: 3.64vw;}
.ui-homebanner .textDiv a img{margin-left: 10px;}
.ui-homebanner .textDiv a:hover{opacity: .8;}*/

.indexTitle{text-align: center;position: relative;}
.indexTitle span{position: relative;font-size: 44px;display: block;text-transform: uppercase;}
.indexTitle .line{width: 50px;height: 3px;background: #dc2b36;margin-top: 5px;}


.indexDiv1{padding: 140px 0 120px;background: url(../img/i-bg1.jpg) no-repeat center center/cover;}
.indexDiv1 .rowDiv{margin-bottom: 48px;}
.indexDiv1 .rowDiv .imgDiv{width: 40.9%;}
.indexDiv1 .rowDiv .textDiv{width: 53.3%;}
.indexDiv1 .rowDiv .textDiv span{font-size: 30px;font-weight: bold;text-transform: uppercase;}
.indexDiv1 .rowDiv .textDiv .p{margin: 40px 0;line-height: 1.8;text-align: justify;}
.indexDiv1 .rowDiv .textDiv a{display: block;width: 100px;line-height: 30px;border: 1px solid #999999;border-radius: 15px;text-align: center;color: #999999;font-size: 14px;text-transform: uppercase;}
.indexDiv1 .rowDiv .textDiv a:hover{background: #dc2b36;color: #fff;border-color: #dc2b36;}
.indexDiv1 .row{margin: 0;position: relative;}
.indexDiv1 .row>div{padding: 0;position: relative;}
.indexDiv1 .row>div:after{content: "";width: 1px;height: 50%;background: rgba(0,0,0,.12);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.indexDiv1 .row>div:last-child:after{display: none;}
.indexDiv1 .row>div .conDiv{padding: 30px 40px;}
.indexDiv1 .row>div .conDiv p{font-size: 14px;color: #666666;}
.indexDiv1 .row>div .conDiv div{font-size: 30px;color: #dc2b36;font-weight: bold;}
.indexDiv1 .row>div .conDiv div small{font-size: 24px;font-weight: bold;}
.indexDiv1 .row>div.active .conDiv{background: #dc2b36;}
.indexDiv1 .row>div.active .conDiv p{color: #fff;}
.indexDiv1 .row>div.active .conDiv div{color: #fff;}

.indexDiv2{padding: 80px 0;background: url(../img/i-bg2.jpg) no-repeat center center;background-size: 100%;}
.indexDiv2 .hdDiv{display: flex;justify-content: space-between;align-items: center;}
.indexDiv2 .hdDiv .searchDiv form{width: 390px;position: relative;}
.indexDiv2 .hdDiv .searchDiv form img{position: absolute;left: 15px;top: 50%;transform: translateY(-50%);}
.indexDiv2 .hdDiv .searchDiv form input{width: 100%;line-height: 38px;border: 1px solid #cccccc;padding: 0 90px 0 40px;border-radius: 4px;overflow: hidden;font-size: 14px;}
.indexDiv2 .hdDiv .searchDiv form button{position: absolute;right: 0;top: 0;width: 83px;line-height: 40px;background: #dc2b36;color: #fff;padding: 0;border: 0;border-radius: 0 4px 4px 0;text-transform: uppercase;cursor: pointer;font-size: 14px;}
.indexDiv2 .tabsDiv{margin: 40px 0;border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding-top: 20px;}
.indexDiv2 .tabsDiv .itemDiv{overflow: hidden;margin-bottom: 15px;}
.indexDiv2 .tabsDiv .itemDiv .tit{width: 60px;font-size: 14px;float: left;text-transform: uppercase;text-align: right;}
.indexDiv2 .tabsDiv .itemDiv .con{width: calc(100% - 80px);float: right;}
.indexDiv2 .tabsDiv .itemDiv .con a{display: inline-block;text-align: center;margin-bottom: 5px;padding: 0 20px;color: #666;font-size: 14px;text-transform: capitalize;position: relative;}
.indexDiv2 .tabsDiv .itemDiv .con a:after{content: "";width: 1px;height: 10px;background: #c2c2c2;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.indexDiv2 .tabsDiv .itemDiv .con a.cur{color: #dc2b36;}

.indexDiv2 .row{margin: 0 -17px;}
.indexDiv2 .row>div{padding: 0 17px;margin-bottom: 80px;text-align: center;}
.indexDiv2 .row>div .null_a{display: block;height: 100%;background: #fff;padding: 12px 12px 26px;box-shadow: 0px 0px 40px rgba(48,22,25,.07);border-radius: 4px;}
.indexDiv2 .row>div .null_a .imgDiv{height: 246px;display: flex;justify-content: center;align-items: center;background: #ffff;box-shadow: 0px 0px 40px rgba(48,22,25,.07);}
.indexDiv2 .row>div .null_a .imgDiv img{max-height: 100%;}
.indexDiv2 .row>div .null_a .textDiv span{display: block;margin: 20px 0 15px;color: #333333;}
.indexDiv2 .row>div .null_a .textDiv a{display: block;width: 100px;line-height: 30px;border: 1px solid #999999;border-radius: 16px;text-align: center;color: #999999;font-size: 14px;text-transform: uppercase;margin: 0 auto;font-size: 14px;}
.indexDiv2 .row>div .null_a:hover{background: #dc2b36;}
.indexDiv2 .row>div .null_a:hover .textDiv span{color: #fff;}
.indexDiv2 .row>div .null_a:hover .textDiv a{color: #fff;border-color: #fff;}

.moreBtn{text-align: center;font-size: 18px;text-transform: uppercase;}
.moreBtn a{color: #333333;display: flex;align-items: center;justify-content: center;}
.moreBtn a img{margin-left: 10px;}
.moreBtn:hover a{opacity: .8;color: #dc2b36;}


.indexDiv3{padding: 100px 0 90px;background: url(../img/i-bg3.jpg) no-repeat center center/cover;}
.indexDiv3 .indexTitle{text-align: center;}
.indexDiv3 .indexTitle .line{margin: 20px auto 0;}
.indexDiv3 .row{margin: 40px 0px 60px;}
.indexDiv3 .row>div{padding: 0 0;position: relative;}
.indexDiv3 .row>div .conDiv{height: 100%;}
.indexDiv3 .row>div.rightDiv{padding-left: 20px;}
.indexDiv3 .row>div.leftDiv .conDiv{background: #fff;}
.indexDiv3 .row>div.leftDiv .conDiv .textDiv{padding: 25px 30px;}
.indexDiv3 .row>div .date{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: #999999;}
.indexDiv3 .row>div .date img{margin-right: 5px;}
.indexDiv3 .row>div .title{font-size: 18px;color: #333;}
.indexDiv3 .row>div .title:hover{color: #f80e02;}
.indexDiv3 .row>div.leftDiv .title{margin: 15px 0 10px;}
.indexDiv3 .row>div.leftDiv .p{font-size: 14px;color: #999999;line-height: 1.6;}
.indexDiv3 .row>div.rightDiv ul li{margin-bottom: 20px;background: #fff;padding: 25px 30px;}
.indexDiv3 .row>div.rightDiv ul li:last-child{margin-bottom: 0;}
.indexDiv3 .row>div.rightDiv ul li .title{margin-bottom: 10px;}
.indexDiv3 .row>div.rightDiv ul li .title:hover {color: #f80e02;}


.ny-banner{width: 100%;position:relative;height: 210px;margin-top: 90px;}

.breadCrumbs{padding: 10px 0;border-bottom: 1px solid #eee;display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: #666666;}
.breadCrumbs img{margin-right: 5px;}
.breadCrumbs a{color: #999999;}
.twoMenuDiv {margin: 20px 0 0;display: flex;align-items: center;justify-content: flex-start;}
.twoMenuDiv a{display: block;padding: 5px 15px;border: 1px solid #eee;border-radius: 4px;font-size: 14px;color: #666666;margin-right: 20px;text-transform: uppercase;}
.twoMenuDiv a.active{background: #f80c00;border-color: #f80c00;color: #fff;}

.nyTitle{font-size: 30px;font-weight: bold;}

.aboutDiv1_1 {padding: 110px 0 80px;margin-top: -90px;}
.aboutDiv1_1 .rowDiv{margin: 20px 0 60px;}
.aboutDiv1_1 .rowDiv img{width: 41.16%;margin-left: 20px;}
.aboutDiv1_1 .rowDiv p{line-height: 2;margin-bottom: 20px;}
.aboutDiv1_1 .row{margin: 0;position: relative;}
.aboutDiv1_1 .row>div{padding: 0;position: relative;}
.aboutDiv1_1 .row>div:after{content: "";width: 1px;height: 50%;background: rgba(0,0,0,.12);position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.aboutDiv1_1 .row>div:last-child:after{display: none;}
.aboutDiv1_1 .row>div .conDiv{padding: 30px 40px;}
.aboutDiv1_1 .row>div .conDiv p{font-size: 14px;color: #666666;}
.aboutDiv1_1 .row>div .conDiv div{font-size: 30px;color: #dc2b36;font-weight: bold;}
.aboutDiv1_1 .row>div .conDiv div small{font-size: 24px;font-weight: bold;}
.aboutDiv1_1 .row>div.active .conDiv{background: #dc2b36;}
.aboutDiv1_1 .row>div.active .conDiv p{color: #fff;}
.aboutDiv1_1 .row>div.active .conDiv div{color: #fff;}
.aboutDiv1_2{background: #fafafa;padding: 170px 0;text-align: center;margin-top: -90px;}
.aboutDiv1_2 .listDiv{margin-top: 50px;position: relative;}
.aboutDiv1_2 .listDiv img{position: relative;z-index: 1;margin-bottom: 26px;}
.aboutDiv1_2 .listDiv:after{content: "";width: 2px;background: #eb9298;position: absolute;left: 50%;margin-left: -1px;top: 0;height: 100%;}
.aboutDiv1_2 .listDiv ul{position: relative;z-index: 1;}
.aboutDiv1_2 .listDiv ul li{position: relative;}
.aboutDiv1_2 .listDiv ul li:after{content: "";width: 10px;height: 10px;background: #dc2b36;border-radius: 50%;position: absolute;left: 50%;margin-left: -5px;top: 101px;}
.aboutDiv1_2 .listDiv ul li .textDiv{box-shadow: 0px 0px 40px rgba(48,22,25,.1);}
.aboutDiv1_2 .listDiv ul li:nth-of-type(odd) .textDiv{width: calc(50% - 50px);margin: 15px 0 0 auto;position: relative;}
.aboutDiv1_2 .listDiv ul li:nth-of-type(odd) .textDiv:before{content: "";width: 12px;height: 24px;background: url(../img/sj.png) no-repeat center center;background-size: 100%;position: absolute;left: -12px;top: 10px;}
.aboutDiv1_2 .listDiv ul li:nth-of-type(even) .textDiv{width: calc(50% - 85px);margin: 15px auto 0 0;position: relative;}
.aboutDiv1_2 .listDiv ul li:nth-of-type(even) .textDiv:before{content: "";width: 12px;height: 24px;background: url(../img/sj1.png) no-repeat center center;background-size: 100%;position: absolute;right: -12px;top: 10px;}
.aboutDiv1_2 .listDiv ul li .dateDiv span{width: 64px;height: 64px;display: flex;justify-content: center;align-items: center;font-size: 18px;font-weight: bold;color: #fff;border-radius: 50%;background: #c43db4;margin: 0 auto;}
.aboutDiv1_2 .listDiv ul li:nth-child(2n) .dateDiv span{background: #f0528d;}
.aboutDiv1_2 .listDiv ul li:nth-child(3n) .dateDiv span{background: #f85c47;}
.aboutDiv1_2 .listDiv ul li:nth-child(4n) .dateDiv span{background: #eec33f;}
.aboutDiv1_2 .listDiv ul li:nth-child(5n) .dateDiv span{background: #ed903d;}
.aboutDiv1_2 .listDiv ul li:nth-child(6n) .dateDiv span{background: #f0528d;}
.aboutDiv1_2 .listDiv ul li:nth-child(7n) .dateDiv span{background: #52d4f0;}
.aboutDiv1_2 .listDiv ul li:nth-child(8n) .dateDiv span{background: #5299f0;}
.aboutDiv1_2 .listDiv ul li .textDiv{text-align: left;background: #fff;padding: 20px 30px;border-radius: 4px;font-size: 18px;line-height: 2;}


.newsDiv{padding: 30px 0 68px;}
.newsDiv .row>div{margin-bottom: 30px;}
.newsDiv .row>div a{display: block;height: 100%;box-shadow: 0px 0px 16px rgba(172,168,164,.1);border-radius: 8px;overflow: hidden;}
.newsDiv .row>div a:hover{box-shadow: 0px 0px 16px rgba(172,168,164,.6);}
.newsDiv .row>div .imgDiv{border-radius: 2px;overflow: hidden; height: 285px;text-align: center;}
.newsDiv .row>div .textDiv{padding: 15px 20px;}
.newsDiv .row>div .textDiv .title{color: #333333;font-size: 18px;}
.newsDiv .row>div .textDiv p{margin: 10px 0 20px;font-size: 12px;color: #999999;}
.newsDiv .row>div .textDiv .detail{display: flex;justify-content: space-between;align-items: center;font-size: 12px;}
.newsDiv .row>div .textDiv .detail span{color: #999999;}
.newsDiv .row>div .textDiv .detail em{color: #fb1004;}

.pageDiv{margin-top: 20px;text-align: center;}
.pageDiv a,.pageDiv span{display: inline-block;line-height: 30px;margin: 0 4px;color: #000;padding: 0 11px;border: 1px solid #eee;border-radius: 2px;font-size: 14px;}
.pageDiv a:hover,.pageDiv span{background: #f81004;color: #fff;border-color: #f81004;}

.aboutDiv2_1 .itemDiv{padding: 95px 0;}
.aboutDiv2_1 .itemDiv:nth-of-type(even){background: url(../img/a-bg.jpg) no-repeat center center/cover;}
.aboutDiv2_1 .itemDiv .rightDiv{width: 40%;}
.aboutDiv2_1 .swiper-container-horizontal>.swiper-pagination-bullets{background: url(../img/l-bg1.png) no-repeat center center;background-size: 100%; line-height: 50px;bottom: 0;height: 50px;}
.aboutDiv2_1 .itemDiv:nth-of-type(even) .swiper-pagination{text-align: right;padding-right: 15px;}
.aboutDiv2_1 .itemDiv:nth-of-type(odd) .swiper-pagination{text-align: left;padding-left: 15px;}
.aboutDiv2_1 .swiper-pagination-bullet{background: #fff;opacity: .6;width: 12px;height: 12px;}
.aboutDiv2_1 .swiper-pagination-bullet-active{opacity: 1;}
.aboutDiv2_1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 6px;}
.aboutDiv2_1 .itemDiv .leftDiv{width: 56.6%;}
.aboutDiv2_1 .itemDiv .leftDiv .num{font-size: 60px;color: rgba(153,153,153,.3);font-style: italic;font-weight: bold;line-height: 1;}
.aboutDiv2_1 .itemDiv .leftDiv span{font-weight: bold;font-size: 30px;color: #333333;}
.aboutDiv2_1 .itemDiv .leftDiv p{font-family: arial;margin: 25px 0;line-height: 2;}
.aboutDiv2_1 .itemDiv .leftDiv a{display: block;width: 120px;line-height: 36px;background: #f80b00;border-radius: 4px;color: #fff;font-size: 14px;text-align: center;}

.aboutDiv2_detail{padding: 60px 0 90px;}
.aboutDiv2_detail .wrap{max-width: 1368px;}
.aboutDiv2_detail .hdDiv{max-width: 1200px;margin: 0 auto;}
.aboutDiv2_detail .titleDiv{text-align: center;font-weight: bold;font-size: 30px;}
.aboutDiv2_detail .textDiv p{line-height: 1.8;margin: 30px 0;}
.aboutDiv2_detail .lbDiv1{padding: 0 84px;position: relative;}
.aboutDiv2_detail .lbDiv1 .swiper-container {width: 100%;height: 795px;margin-left: auto;margin-right: auto;}
.aboutDiv2_detail .lbDiv1 .swiper-slide {background-size: cover;background-position: center;}
.aboutDiv2_detail .lbDiv1 .swiper-slide img{width: 100%;}
.aboutDiv2_detail .lbDiv1 .gallery-top {height: 80%;width: 100%;}
.aboutDiv2_detail .lbDiv1 .gallery-thumbs {height: 20%;box-sizing: border-box;padding: 0 60px 0;text-align: center;position: relative;margin-top: 40px;}
.aboutDiv2_detail .lbDiv1 .gallery-thumbs .swiper-slide {width: 25%;height: 100%;display: inline-block;opacity: 1;border-radius: 2px;}
.aboutDiv2_detail .lbDiv1 .gallery-thumbs .swiper-slide-thumb-active {border: 2px solid rgba(248,10,0,.5);}

.aboutDiv2_detail .lbDiv1 .gallery-thumbs .swiper-button-next, .aboutDiv2_detail .lbDiv1 .gallery-thumbs .swiper-button-prev{width: 36px;height: 100%;margin-top: 0;top: 0;}
.aboutDiv2_detail .lbDiv1 .gallery-thumbs .swiper-button-prev{background: url(../img/ad-left1.png) no-repeat left center;background-size: 36px 100%;left: 0;}
.aboutDiv2_detail .lbDiv1 .gallery-thumbs .swiper-button-prev:after,.aboutDiv2_detail .lbDiv1 .gallery-thumbs .swiper-button-next:after{content: "";}
.aboutDiv2_detail .lbDiv1 .gallery-thumbs  .swiper-button-next{background: url(../img/ad-right1.png) no-repeat right center;background-size: 36px 100%;right: 0;}

.aboutDiv2_detail .lbDiv1 .swiper-button-next, .aboutDiv2_detail .lbDiv1 .swiper-button-prev{width: 64px;height: 64px;margin-top: -32px;top: 35%;}
.aboutDiv2_detail .lbDiv1 .swiper-button-prev{background: url(../img/ad-left.png) no-repeat left center;background-size: 100%;left: 0;}
.aboutDiv2_detail .lbDiv1 .swiper-button-prev:after,.aboutDiv2_detail .lbDiv1 .swiper-button-next:after{content: "";}
.aboutDiv2_detail .lbDiv1 .swiper-button-next{background: url(../img/ad-right.png) no-repeat right center;background-size: 100%;right: 0;}
.aboutDiv2_detail .lbDiv1 .textDiv{position: relative;width: calc(100%);left: 0;bottom: 0;background: #f5f5f5;padding: 20px 30px;color: #333;line-height: 1.8;margin-top: 20px;}

.productDiv{padding: 40px 0 60px;}
.productDiv .rowDiv .leftDiv{width: 280px;}
.productDiv .rowDiv .leftDiv .hd{font-size: 18px;font-weight: bold;margin-bottom: 20px;}
.productDiv .rowDiv .leftDiv ul li{border-top: 2px solid #cccccc;font-size: 14px;}
.productDiv .rowDiv .leftDiv ul li>a{line-height: 45px;color: #333333;}
.productDiv .rowDiv .leftDiv ul li .aDiv a{display: block;line-height: 40px;border-top: 1px solid #e5e5e5;padding-left: 16px;background: url(../img/jt1.png) no-repeat left center;color: #333333;}
.productDiv .rowDiv .leftDiv ul li .aDiv a.active{background: url(../img/jt2.png) no-repeat left center;color: #f81004;}
.productDiv .rowDiv .rightDiv{width: calc(100% - 320px);padding-top: 12px;}

.productDiv .rightDiv .searchDiv form{max-width: 390px;position: relative;margin: 0 0 0 auto;}
.productDiv .rightDiv .searchDiv form input{width: 100%;line-height: 38px;border: 1px solid #cccccc;padding: 0 105px 0 15px;font-size: 14px;background: #f7f7f7;}
.productDiv .rightDiv .searchDiv form button{position: absolute;right: 0;top: 0;width: 83px;line-height: 40px;background: #292929;color: #fff;padding: 0;border: 0;border-radius: 0 4px 4px 0;text-transform: uppercase;cursor: pointer;font-size: 14px;}
.productDiv .row{margin: 20px -10px 0;}
.productDiv .row>div{padding: 0 10px;margin-bottom: 20px;text-align: center;}
.productDiv .row>div .null_a{display: block;height: 100%;background: #f7f7f7;padding: 12px 12px 26px;border-radius: 4px;}
.productDiv .row>div .null_a .imgDiv{height: 246px;display: flex;justify-content: center;align-items: center;background: #ffff;}
.productDiv .row>div .null_a .imgDiv img{max-height: 100%;}
.productDiv .row>div .null_a .textDiv span{display: block;margin: 20px 0 0;color: #333333;}
.productDiv .row>div .null_a .textDiv p{font-size: 12px;color: #999999;text-transform: uppercase;margin: 10px 0 15px;line-height: 1.8;}
.productDiv .row>div .null_a .textDiv a{display: block;width: 100px;line-height: 30px;border: 1px solid #333333;border-radius: 16px;text-align: center;color: #333333;font-size: 14px;text-transform: uppercase;margin: 0 auto;}
.productDiv .row>div .null_a:hover{background: #dc2b36;}
.productDiv .row>div .null_a:hover .textDiv span{color: #fff;}
.productDiv .row>div .null_a:hover .textDiv p{color: #fff;}
.productDiv .row>div .null_a:hover .textDiv a{color: #fff;border-color: #fff;}

.detailDiv {padding:50px 0 60px;}
.detailDiv .articleDiv{max-width: 1000px;margin: 0 auto;background: #fff;}
.detailDiv .articleDiv .hd .title{font-size: 30px;color: #333333;font-weight: bold;}
.detailDiv .articleDiv .hd .smTit{display: flex;justify-content: space-between;align-items: center;font-size: 12px;color: #666666;border-top: 1px solid #e6e6e6;padding-top: 18px;margin-top: 25px;}
.detailDiv .articleDiv .hd .smTit span{display: inline-block;padding-left: 18px;}
.detailDiv .articleDiv .hd .smTit span.user{background: url(../img/user.png) no-repeat left center;text-transform: uppercase;margin-right: 30px;}
.detailDiv .articleDiv .hd .smTit span.date{background: url(../img/time1.png) no-repeat left center;}
.detailDiv .articleDiv .hd .smTit span.news{background: url(../img/news.png) no-repeat left center;margin-right: 20px;}
.detailDiv .articleDiv .bd {text-align: center;}
.detailDiv .articleDiv .bd p{font-size: 16px;color: #333333;line-height: 1.8;margin: 30px 0;text-align: left;}
.detailDiv .otherPage{border-top: 1px solid #e6e6e6;padding-top: 20px;}
.detailDiv .otherPage>div{margin-top: 10px;font-size: 14px;color: #999999;}
.detailDiv .otherPage>div a{color: #333;}
.detailDiv .otherPage>div a:hover{color: #DC3545;}

.contactDiv1{padding: 60px 0 110px;}
.contactDiv1 .p{color: #666666;margin: 10px 0 70px;}
.contactDiv1 .row>div .conDiv{display: flex;justify-content: flex-start;align-items: flex-start;}
.contactDiv1 .row>div .conDiv img{min-width: 80px;margin-right: 20px;}
.contactDiv1 .row>div .conDiv .text span{font-size: 22px;font-weight: bold;}
.contactDiv1 .row>div .conDiv .text p{font-size: 14px;margin-top: 5px;}
.contactDiv2{padding: 80px 0;background: url(../img/lx-bg.jpg) no-repeat center center/cover;text-align: center;}
.contactDiv2 .p{color: #666666;margin: 20px 0 60px;}
.contactDiv2 .shareDiv{display: flex;justify-content: center;align-items: center;}
.contactDiv2 .shareDiv a{margin: 0 10px;}
.contactDiv2 .shareDiv a:hover{
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);}
.contactDiv3{padding: 100px 0;}
.contactDiv3 .row>div{margin-bottom: 25px;}
.contactDiv3 .row>div span{display: block;font-size: 14px;margin-bottom: 10px;}
.contactDiv3 .row>div input{width: 100%;line-height: 46px;border: 1px solid #e6e6e6;padding: 0 20px;}
.contactDiv3 .row>div textarea{width: 100%;border: 1px solid #e6e6e6;padding: 10px 20px;resize: none;display: block;}
.contactDiv3 .row>div .mobileDiv{display: flex;justify-content: space-between;align-items: center;}
.contactDiv3 .row>div .mobileDiv input.dInp{width: 117px;}
.contactDiv3 .row>div .mobileDiv input.cInp{width: calc(100% - 170px);}
.contactDiv3 .row>div .yzmDiv{display: flex;justify-content: flex-start;align-items: center;}
.contactDiv3 .row>div .yzmDiv input{width: 137px;margin-right: 20px;} 
.contactDiv3 .row>div input.wrong, .contactDiv3 .row>div textarea.wrong{
	border-color: red;
}
.contactDiv3 .row>div .btnDiv{text-align: right;}
.contactDiv3 .row>div .btnDiv button{width: 206px;line-height: 48px;background: #c5c5c5;color: #fff;border-radius: 4px;font-size: 18px;font-weight: bold;border: 0;cursor: pointer;}
.xunjiaDiv1{padding: 40px 0 67px;}
.xunjiaDiv1 table{border: 1px solid #cccccc;width: 100%;text-align: center;}
.xunjiaDiv1 table th{font-weight: bold;color: #fff;background: #424242;height: 56px;border-right: 1px solid #636363;padding:0 20px;}
.xunjiaDiv1 table td{border-right: 1px solid #ccc;padding: 20px;}
.xunjiaDiv1 table th:nth-child(1){text-align: left;}
.xunjiaDiv1 table td:nth-child(1){text-align: left;}
.xunjiaDiv1 table td .imgDiv{border: 1px solid #eee;width: 106px;margin: 0 auto;height: 106px;display: flex;justify-content: center;align-items: center;}
.xunjiaDiv1 table td .numDiv {display: flex;justify-content: center;align-items: center;}
.xunjiaDiv1 table td .numDiv input{width: 70px;line-height: 34px;border: 1px solid #cccccc;border-radius: 4px;text-align: center;margin: 0 10px;font-size: 14px;}
.xunjiaDiv1 table td .numDiv em{cursor: pointer;}
.xunjiaDiv1 table td a{display: block;width: 90px;line-height: 30px;border: 1px solid #ccc;text-align: center;border-radius: 4px;font-size: 14px;color: #333;margin: 0 auto;}
.xunjiaDiv1 table td a:hover{background: #f81004;border-color: #f81004;color: #fff;}

.xunjiaDiv2{background: #f8f8f8;}

.productDetailDiv .categoryDiv{margin: 20px 0 15px;padding: 20px;background: #f8f8f8;border: 1px solid #e6e6e6;}
.productDetailDiv .categoryDiv .itemDiv{overflow: hidden;}
.productDetailDiv .categoryDiv .itemDiv .tit{width: 60px;font-size: 14px;float: left;text-transform: uppercase;text-align: right;position: relative;top: 2px;}
.productDetailDiv .categoryDiv .itemDiv .con{width: calc(100% - 60px);float: right;}
.productDetailDiv .categoryDiv .itemDiv .con a{display: inline-block;text-align: center;margin-bottom: 5px;padding: 0 20px;color: #666;font-size: 14px;text-transform: capitalize;position: relative;}
.productDetailDiv .categoryDiv .itemDiv .con a:after{content: "";width: 1px;height: 10px;background: #c2c2c2;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.productDetailDiv .categoryDiv .itemDiv .con a:last-child:after{display: none;}
/*.productDetailDiv .categoryDiv .itemDiv .con a.cur{color: #dc2b36;}*/
.productDetailDiv .hdDiv .leftDiv{width: 33.3%;}
.productDetailDiv .lbDiv1{padding: 0;position: relative;}
.productDetailDiv .lbDiv1 .swiper-container {width: 100%;height: 795px;margin-left: auto;margin-right: auto;}
.productDetailDiv .lbDiv1 .swiper-slide {background-size: cover;background-position: center;}
.productDetailDiv .lbDiv1 .swiper-slide img{width: 100%;}
.productDetailDiv .lbDiv1 .gallery-top {height: 80%;width: 100%;}
.productDetailDiv .lbDiv1 .gallery-top .swiper-slide{border: 12px solid #f7f7f7;background: #fff;display: flex;justify-content: center;align-items: center;}
.productDetailDiv .lbDiv1 .gallery-thumbs {height: 20%;box-sizing: border-box;padding: 0 36px;text-align: center;position: relative;margin-top: 10px;}
.productDetailDiv .lbDiv1 .gallery-thumbs .swiper-slide {width: 25%;height: 100%;display: inline-block;opacity: 1;border-radius: 2px;border: 1px solid #f0f0f0;}
.productDetailDiv .lbDiv1 .gallery-thumbs .swiper-slide-active {border:1px solid rgba(248,10,0,.5);}
.productDetailDiv .lbDiv1 .swiper-button-next, .productDetailDiv .lbDiv1 .swiper-button-prev{width: 36px;height: 36px;margin-top: -18px;top: 50%;}
.productDetailDiv .lbDiv1 .swiper-button-prev{background: url(../img/pd-left.png) no-repeat left center;background-size: 100%;left: 0;}
.productDetailDiv .lbDiv1 .swiper-button-prev:after,.aboutDiv2_detail .lbDiv1 .swiper-button-next:after{content: "";}
.productDetailDiv .lbDiv1 .swiper-button-next{background: url(../img/pd-right.png) no-repeat right center;background-size: 100%;right: 0;}
.productDetailDiv .lbDiv1 .bottom_swiper{ position: relative; }
/* .productDetailDiv .lbDiv1 .bottom_swiper .swiper-button-prev{ left: -40px; }
.productDetailDiv .lbDiv1 .bottom_swiper .swiper-button-next{ right: -40px; } */
.productDetailDiv .lbDiv1 .bottom_swiper .swiper-button-next, .productDetailDiv .lbDiv1 .bottom_swiper .swiper-button-prev{width: 36px;height: 74px;margin-top: -37px;top: 50%;}
.productDetailDiv .lbDiv1 .bottom_swiper .swiper-button-prev{background: url(../img/ad-left1.png) no-repeat left center;background-size: auto 100%;left: 0;}
.productDetailDiv .lbDiv1 .bottom_swiper .swiper-button-next{background: url(../img/ad-right1.png) no-repeat right center;background-size: auto 100%;right: 0;}

.img_none{
	position: relative;
	width: 100%;
	height: 424px;
	background-color:  #f7f7f7;
}
.img_none span{display: block; width: 100%; position: absolute; left: 0; top: 50%; font-size: 16px; font-weight: bold; color: #333; text-align: center;}

.productDetailDiv .hdDiv .rightDiv{width: 63.3%;}
.productDetailDiv .hdDiv .rightDiv .title{font-size: 24px;font-weight: bold;}
.productDetailDiv .hdDiv .rightDiv .tableDiv{margin: 30px 0;}
.productDetailDiv .hdDiv .rightDiv table{width: 100%;border: 1px solid #e1e1e1;font-size: 12px;}
.productDetailDiv .hdDiv .rightDiv table td:nth-child(1){background: #f8f8f8;width: 140px;height: 36px;border-right: 1px solid #e1e1e1;}
.productDetailDiv .hdDiv .rightDiv table td{padding:0 12px;border-bottom: 1px solid #e1e1e1;}
.productDetailDiv .hdDiv .rightDiv a{display: block;width: 160px;line-height: 36px;border: 2px solid #fb1004;color: #fb1004;border-radius: 25px;text-align: center;}
.productDetailDiv .hdDiv .rightDiv a:hover{background: #fb1004;color: #fff;}
.productDetailDiv .bdDiv{margin: 60px 0;}
.productDetailDiv .bdDiv .hd{border-bottom: 1px solid #d3ced2;}
.productDetailDiv .bdDiv .hd span{position:relative;display: block;width: 128px;line-height: 42px;border:1px solid #d3ced2;text-align: center;margin-left: 11px;border-bottom: 0;border-radius: 4px 4px 0 0;color: #fb1004;}
.productDetailDiv .bdDiv .hd span:after{content: "";width: 100%;height: 1px;background: #fff;bottom: -1px;left: 0;position: absolute;}
.productDetailDiv .bdDiv .bd{padding: 20px 10px;}
.productDetailDiv .bdDiv .bd .textDiv p{color: #666;line-height: 1.8;font-family: arial;}
.productDetailDiv .bdDiv .bd .textDiv table{
	width: 100%;
	border: 1px solid #d3ced2;
}
.productDetailDiv .bdDiv .bd .textDiv table td{
	border: 1px solid #d3ced2;
	padding: 10px;
	color: #666;
}

.relatedDiv{padding-bottom: 100px;}
.relatedDiv .hd{max-width: 1200px;margin: 0 auto;background: #3c3c3c;color: #fff;line-height: 38px;padding: 0 20px;font-size: 18px;margin-bottom: 20px;}
.relatedDiv .wrap{max-width: 1312px;}
.relatedDiv .swiperWrap{position: relative;padding: 0 56px;}
.relatedDiv .swiper-button-next, .relatedDiv .swiper-button-prev{width: 36px;height: 36px;background-size: 100% 100%;margin-top: -18px;}
.relatedDiv .swiper-button-prev{background-image: url(../img/pd-left.png);left: 0;}
.relatedDiv .swiper-button-next{background-image: url(../img/pd-right.png);right: 0;}
.relatedDiv .swiper-slide .null_a{display: block;height: 100%;background: #f7f7f7;padding: 12px 12px 26px;border-radius: 4px;text-align: center;}
.relatedDiv .swiper-slide .null_a .imgDiv{height: 246px;display: flex;justify-content: center;align-items: center;background: #ffff;}
.relatedDiv .swiper-slide .null_a .imgDiv img{max-height: 100%;}
.relatedDiv .swiper-slide .null_a .textDiv span{display: block;margin: 20px 0 10px;color: #333333;}
.relatedDiv .swiper-slide .null_a .textDiv a{display: block;width: 120px;line-height: 30px;border: 1px solid #cccccc;border-radius: 16px;text-align: center;color: #999999;font-size: 14px;text-transform: uppercase;margin: 0 auto;}
.relatedDiv .swiper-slide .null_a:hover{background: #dc2b36;}
.relatedDiv .swiper-slide .null_a:hover .textDiv span{color: #fff;}
.relatedDiv .swiper-slide .null_a:hover .textDiv a{color: #fff;border-color: #fff;}

/*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,.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.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a{padding:0;font-size:15px;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>li.has-sub>a{padding-right:0}
.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-12px;width:8px;height:8px;border-bottom:2px solid #333333;border-right:2px solid #333333;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}
.indexHeader .menu>ul>li.has-sub>a::after{border-color: #fff;}
.on-fixed  .indexHeader .menu>ul>li.has-sub>a::after{border-color: #333;}
.menu>ul>li.has-sub:hover>a::after{border-color:#f80e02!important;}
.menu>ul>li.has-sub.on>a::after{border-color:#f80e02;}
.menu ul ul{position:absolute;left:-9999px;text-align: center;width: 100%;}
.menu li:hover>ul{left:0;}
/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul{right:100%;top:10px;}
.menu ul ul li:hover>ul{left: auto;margin-left: 0;}
/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul li{-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;float: left;margin-right: 60px;}
.menu ul ul{padding: 12px 0;background: #fff;}
.menu ul ul .wrap{padding-left: calc(5.2vw + 250px);}
.menu ul ul li a .iconDiv{margin-bottom: 30px;}
.menu ul ul li>a{font-size: 16px;color:#fff;text-decoration:none;-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 ul li .alist a{display: block;font-size: 16px;color: #666666;margin-top: 15px;text-decoration:none;-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 ul li>a:hover,.menu ul ul li a:hover{opacity: .8;}
header .rightDiv .menu>ul>li{position: relative;}
header .rightDiv .menu>ul>li ul{min-width: 190px;}
header .rightDiv .menu>ul>li:hover ul{margin-left: 50%;transform: translateX(-50%);}
header .rightDiv .menu>ul>li li{display: block;float: initial;width: 100%;}
header .rightDiv .menu>ul>li li a{font-size: 14px;color: #666666;margin: 0;line-height: 36px;font-weight: normal;text-align: center;text-transform: capitalize;}
header .rightDiv .menu>ul>li li a:hover{background: #f81004;color: #fff;}
.menu ul .default ul{padding: 0;}


/*.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:1420px) {
	header .wrap{padding: 0 15px;}
}
@media (max-width:1220px) {
	.wrap{padding: 0 15px;}
	header .rightDiv .menu>ul>li{margin-left: 4vw;}
	.indexDiv2 .row>div a .imgDiv,.productDiv .row>div a .imgDiv,.relatedDiv .swiper-slide a .imgDiv{height: 18.5vw;}
	.aboutDiv2_1 .itemDiv .leftDiv span{font-size: 24px;}
}
@media (max-width:1100px) {
	
}
@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 30px;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 #fff;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,.2);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;}
	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 {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 50%;}
	/*body.on-menu header {right: 45%;}*/
	header .mbtn {display: block;}
	body.on-menu header.indexHeader{background: #fff;}
	body.on-menu.on-fixed  header.indexHeader{background: #fff;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: #fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header.indexHeader .rightDiv .menu{background-color: #fff;}
	.on-fixed header .rightDiv .menu{
		background-color: #fff;
	}
	header .rightDiv .menu ul{float: 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.indexHeader .rightDiv .menu>ul>li>a{color: #333;}
	header .rightDiv .menu>ul>li>a small{display: none;}
	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,header .rightDiv .menu>ul>li:focus,header .rightDiv .menu>ul>li.on{background: none;}
	.menu ul ul{box-shadow: none;}
	.menu ul ul li a .iconDiv{display: none;}
	.menu ul ul li>a{margin-bottom: 0;}
	.menu ul ul li .alist a{margin: 0;}
	.main {position: relative;right: 0;transition: right 300ms !important;}
	
	.ny-banner{margin-top: 50px;}
	
	
}

.shareBtn{
	overflow: hidden;
	float: right;
	font-size: 0;
	margin-top: 4px;
}
.shareTop{
	float: left;
}
.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}
	.ui-homebanner .swiper-pagination-bullet{width: 12px;height: 12px;}
	
	.indexTitle span{font-size: 24px;}
	.indexTitle .line{width: 35px;}
	
	.indexDiv1{padding: 50px 0 40px;}
	.indexDiv1 .rowDiv{margin-bottom: 20px;}
	.indexDiv1 .rowDiv .imgDiv{float: initial;width: 100%;}
	.indexDiv1 .rowDiv .textDiv{float: initial;width: 100%;margin-top: 30px;}
	.indexDiv1 .rowDiv .textDiv span{font-size: 18px;}
	.indexDiv1 .rowDiv .textDiv .p{font-size: 14px;margin: 20px 0;}
	.indexDiv1 .rowDiv .textDiv a{font-size: 12px;line-height: 26px;width: 80px;}
	.indexDiv1 .row>div .conDiv {padding: 10px;height: 100%;text-align: center;}
	.indexDiv1 .row>div .conDiv div{font-size: 18px;}
	.indexDiv1 .row>div .conDiv div small{font-size: 12px;}
	.indexDiv1 .row>div .conDiv p{font-size: 12px;}
	.indexDiv2{padding: 40px 0;}
	.indexDiv2 .hdDiv{display: block;}
	.indexDiv2 .hdDiv .indexTitle{text-align: left;margin-bottom: 20px;}
	.indexDiv2 .hdDiv .searchDiv form{width: 100%;}
	.indexDiv2 .tabsDiv{margin: 20px 0;}
	.indexDiv2 .tabsDiv .itemDiv .con{width: calc(100% - 60px);}
	.indexDiv2 .row{margin: 0 -6px;}
	.indexDiv2 .row>div{padding: 0 6px;margin-bottom: 15px;}
	.indexDiv2 .row>div a{padding: 6px 6px 13px;}
	.indexDiv2 .row>div a .imgDiv img{max-height: 80%;}
	.indexDiv2 .row>div a .imgDiv{height: 120px;}
	.indexDiv2 .row>div a .textDiv span{font-size: 14px;margin: 10px 0 7px;}
	.indexDiv2 .row>div a .textDiv a{width: 80px;line-height: 26px;font-size: 12px;}
	.moreBtn a{font-size: 14px;}
	.indexDiv3{padding: 40px 0 ;}
	.indexDiv3 .row{margin: 20px 0 30px;}
	.indexDiv3 .row>div .title{font-size: 16px;}
	.indexDiv3 .row>div.leftDiv .conDiv .textDiv{padding: 10px 15px;}
	.indexDiv3 .row>div.rightDiv{padding-left: 0;margin-top: 15px;}
	.indexDiv3 .row>div.leftDiv .title{margin: 10px 0 5px;}
	.indexDiv3 .row>div.rightDiv ul li{padding: 10px 15px;margin-bottom: 15px;}
	.indexDiv3 .row>div.rightDiv ul li .title{margin-bottom: 5px;}
	
	.footerDiv .logoDiv{padding: 35px 0 17px;}
	.footerDiv .navDiv{display: none;}
	.footerDiv .hd .rowDiv{padding: 25px 0 30px;display: block;}
	.footerDiv .hd .rowDiv .leftDiv{width: 100%;}
	.footerDiv .hd .rowDiv .centerDiv{width: 100%;margin: 20px 0 0;display: block;}
	.footerDiv .hd .rowDiv .centerDiv .ul{width: 100%;}
	.footerDiv .hd .rowDiv .centerDiv .ul .p{margin-bottom: 15px;}
	.footerDiv .hd .rowDiv .centerDiv .ul b{font-size: 18px;}
	.footerDiv .hd .rowDiv .rightDiv{width: 100%;}
	
	
	.ny-banner{height: 32vw;}
	.twoMenuDiv a{margin-right: 10px;margin-bottom: 10px;text-align: center;font-size: 12px;padding: 5px;}
	.nyTitle{font-size: 20px;}
	
	.aboutDiv1_1{padding: 70px 0 40px;margin-top: -50px;}
	.aboutDiv1_1 .rowDiv{margin: 10px 0 0;}
	.aboutDiv1_1 .rowDiv img{width: 100%;margin-left: 0;width: 100%;margin-bottom: 10px;}
	.aboutDiv1_1 .rowDiv p{font-size: 14px;margin-bottom: 15px;}
	.aboutDiv1_1 .row>div .conDiv {padding: 10px;height: 100%;text-align: center;}
	.aboutDiv1_1 .row>div .conDiv div{font-size: 18px;}
	.aboutDiv1_1 .row>div .conDiv div small{font-size: 12px;}
	.aboutDiv1_1 .row>div .conDiv p{font-size: 12px;}
	
	.aboutDiv1_2{padding: 90px 0 40px;margin-top: -50px;}
	.aboutDiv1_2 .listDiv{margin-top: 25px;}
	.aboutDiv1_2 .listDiv img{margin: 0 0 20px 0;display: block;width: 50px;}
	.aboutDiv1_2 .listDiv:after{left: 25px;}
	.aboutDiv1_2 .listDiv ul li .dateDiv span{margin: 0 auto 0 0;width: 50px;height: 50px;font-size: 14px;}
	.aboutDiv1_2 .listDiv ul li:after{left: 25px;top: 65px;width: 6px;height: 6px;margin-left: -3px;}
	.aboutDiv1_2 .listDiv ul li .textDiv{padding: 10px 15px;line-height: 1.6;font-size: 14px;}
	.aboutDiv1_2 .listDiv ul li:nth-of-type(odd) .textDiv{width: calc(100% - 60px);margin: 0 0 0 auto;}
	.aboutDiv1_2 .listDiv ul li:nth-of-type(even) .textDiv{width: calc(100% - 60px);margin: 0 0 0 auto;}
	.aboutDiv1_2 .listDiv ul li:nth-of-type(even) .textDiv:before{left: -8px;right: auto;background: url(../img/sj.png) no-repeat center center;background-size: 100%;width: 8px;top: 5px;}
	.aboutDiv1_2 .listDiv ul li:nth-of-type(odd) .textDiv:before{width: 8px;left: -8px;top: 5px;}
	
	.aboutDiv2_1 .itemDiv{padding: 40px 0;}
	.aboutDiv2_1 .itemDiv .rightDiv{width: 100%;float: initial;}
	.aboutDiv2_1 .itemDiv .leftDiv{width: 100%;float: initial;margin-top: 20px;}
	.aboutDiv2_1 .itemDiv .leftDiv .num{font-size: 32px;}
	.aboutDiv2_1 .itemDiv .leftDiv span{font-size: 16px;}
	.aboutDiv2_1 .itemDiv .leftDiv p{font-size: 14px;margin: 10px 0 20px;line-height: 1.8;}
	
	.aboutDiv2_detail{padding: 30px 0 45px;}
	.aboutDiv2_detail .textDiv p{font-size: 14px;}
	.aboutDiv2_detail .titleDiv{font-size: 20px;}
	.aboutDiv2_detail .lbDiv1{padding: 0;}
	.aboutDiv2_detail .lbDiv1 .gallery-thumbs{display: none;}
	.aboutDiv2_detail .lbDiv1 .textDiv{font-size: 12px;padding: 10px;margin-top: 10px;}
	.aboutDiv2_detail .lbDiv1 .swiper-button-next, .aboutDiv2_detail .lbDiv1 .swiper-button-prev{width: 30px;height: 30px;top: 20vw;margin-top: 0;}
		
	
	
	.newsDiv{padding: 30px 0;}
	.newsDiv .row>div{margin-bottom: 15px;}
	.newsDiv .row>div .textDiv .title{font-size: 16px;}
	.newsDiv .row>div .textDiv p{margin: 5px 0 10px;}
	
	.pageDiv a, .pageDiv span{margin: 0 3px 5px;font-size: 14px;line-height: 25px;}
	
	.productDiv{padding: 20px 0 30px;}
	.productDiv .rowDiv .leftDiv{width: 100%;float: initial;}
	.productDiv .rowDiv .leftDiv .hd{margin-bottom: 10px;overflow: hidden;}
	.productDiv .rowDiv .leftDiv .hd a{display: block;float:right;width: 100px;line-height: 26px;border: 1px solid #eee;background:#eee;border-radius: 4px;text-align: center;color: #333;font-size: 12px;font-weight: normal;}
	.productDiv .rowDiv .leftDiv .hd a:before{content: "Expand Menu ↓";}
	.productDiv .rowDiv .leftDiv .hd.on a:before{content: "Stow Menu ↑";}
	.productDiv .rowDiv .leftDiv ul{display: none;}
	.productDiv .rowDiv .rightDiv{width: 100%;float: initial;}
	.productDiv .row{margin: 10px -6px 0;}
	.productDiv .row>div{padding: 0 6px;margin-bottom: 15px;}
	.productDiv .row>div a{padding: 6px 6px 13px;}
	.productDiv .row>div a .imgDiv img{max-height: 80%;}
	.productDiv .row>div a .imgDiv{height: 120px;}
	.productDiv .row>div a .textDiv span{font-size: 14px;margin: 10px 0 0;}
	.productDiv .row>div a .textDiv p{margin: 5px 0 10px;line-height: 1.6;}
	.productDiv .row>div a .textDiv em{width: 80px;line-height: 26px;font-size: 12px;}
	

	.detailDiv .articleDiv .hd .title{font-size: 18px;}
	.detailDiv .articleDiv .hd .smTit{padding-top: 15px;margin-top: 20px;}
	.detailDiv .articleDiv .bd p{margin: 15px 0;font-size: 14px;}
	
	.contactDiv1{padding: 30px 0;}
	.contactDiv1 .p{margin-bottom: 30px;font-size: 14px;}
	.contactDiv1 .row>div{margin-bottom: 20px;}
	.contactDiv1 .row>div .conDiv img{width: 50px;min-width: 50px;margin-right: 10px;}
	.contactDiv1 .row>div .conDiv .text span{font-size: 16px;}
	.contactDiv2{padding: 40px 0;}
	.contactDiv2 .p{margin: 10px 0 30px;font-size: 14px;}
	.contactDiv2 .shareDiv a{margin: 0 5px;}
	.contactDiv3{padding: 30px 0;}
	.contactDiv3 .row>div{margin-bottom: 15px;}
	.contactDiv3 .row>div input{line-height: 40px;}
	.contactDiv3 .row>div .btnDiv{text-align: center;}
	
	.xunjiaDiv1{padding: 20px 0 30px;}
	.xunjiaDiv1 .tableDiv{width: 100%;overflow-x: auto;}
	.xunjiaDiv1 table{width: auto;min-width: 810px;}
	.xunjiaDiv1 table th{height: 50px;}
	
	.productDetailDiv .categoryDiv{padding: 10px;}
	.productDetailDiv .hdDiv .leftDiv{width: 100%;float: initial;}
	.productDetailDiv .hdDiv .rightDiv{width: 100%;float: initial;margin-top: 20px;}
	.productDetailDiv .hdDiv .rightDiv .title{font-size: 20px;}
	.productDetailDiv .hdDiv .rightDiv .tableDiv{margin: 20px 0;}
	.productDetailDiv .bdDiv{margin: 30px 0;}
	.relatedDiv{padding-bottom: 50px;}
	.relatedDiv .swiper-slide a .imgDiv{height: 180px;}
	.relatedDiv .swiper-slide a .imgDiv img{max-height: 80%}
	.relatedDiv .swiperWrap{padding: 0 46px;}
	
	
	
	@media (max-width:320px) {
		
		
		
	}
	.shareBtn{margin-top: 20px;}
	.shareBtn,.shareTop{
		float: none;
	}
}

.no_data{
	position: relative;
	width: 100%;
	height: 500px;
}
.no_data img{
	display: block;
	width: 220px;
	margin-bottom: 20px;
}
.no_data .data_position{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.no_data .data_position span{
	font-size: 14px;
	color: #333;
}

.a404_style{
	padding: 50px 0;
	text-align: center;
}
.a404_style img{
	display: block;
	margin: 0 auto;
}
.a404_style{
	font-weight: bold;
	color: #bfbfbf;
}

.productDetailDiv .hdDiv .rightDiv .shareBtn a{
	float: left;
	width: auto;
	border: none;
	line-height: 32px;
	margin-right: 10px;
	vertical-align: top;
	border-radius: 6px;
	overflow: hidden;
}
.productDetailDiv .hdDiv .rightDiv .shareBtn a:hover{
	background-color: transparent;
}