@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 15px; color:#333; overflow-x: hidden; font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 15px; outline:none;  font-family:'Noto Sans SC', Arial,sans-serif;}
svg{ border: none;}
::-webkit-input-placeholder {color: #888;}
::-moz-placeholder {color: #888;}
:-ms-input-placeholder {color: #888;}

a { text-decoration: none; color:#333; transition: color 0.56s ease;}
a:hover{ color:#ed6d15;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 100%; max-width: 1620px; margin: 0 auto; padding: 0 50px;}
.ovh{overflow: hidden;}


::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #666;}

/*顶部*/
.header{ width: 100%; height: 110px; background:rgba(255,255,255,0); position: fixed; left: 0; top: 0; z-index: 99999; padding: 0 90px; transition: background 0.4s ease,height 0.4s;}
.header .logo{ height: 27px;}
.header .nav{ position: relative;}
.header .nav>ul>li{ position: relative; margin-left: 35px;}
.header .nav>ul>li>a{ font-size:16px; color:#fff; line-height:30px; font-weight: 300; text-transform: uppercase; transition: color .4s; display: block; position: relative;}
.header .nav>ul>li>a:hover,.header .nav>ul>li.on>a,.header .nav>ul>li:hover>a{ color:#ed6d15;}
.header .nav>ul>li .subnav{ width: 150px; position: absolute; left: 50%; top: 30px; transform: translateX(-50%); z-index: 11; padding-top: 15px; display: none;}
.header .nav>ul>li .subnav ol{ background: #fff; border-radius: 10px; padding: 20px 0; position: relative;}
.header .nav>ul>li .subnav ol::before{ content: ""; width: 16px; height: 16px; background: #fff; position: absolute; left: 50%; top: -6px; transform: rotate(45deg); margin-left: -8px;}
.header .nav>ul>li .subnav ol a{ display: block; text-align: center; color: #868686; line-height: 1.7;}
.header .nav>ul>li .subnav ol a:hover{ color:#ed6d15;}
.header .searchBtn{ width: 24px; height: 24px; background: url(../images/searchBtn.png) no-repeat center; margin-left: 58px; cursor: pointer;}
.header .lang{ width: 24px; height: 24px; background: url(../images/lang.png) no-repeat center; margin-left: 50px; position: relative; cursor: pointer;}
.header .lang .downBox { width: 56px; position: absolute; left: 50%; top: 24px; margin-left: -28px; padding-top: 10px; display: none;}
.header .lang .downBox ol{ background: #fff; border-radius: 10px; padding: 10px 0; position: relative;}
.header .lang .downBox ol::before{ content: ""; width: 8px; height: 8px; background: #fff; position: absolute; left: 50%; top: -4px; transform: rotate(45deg); margin-left: -4px;}
.header .lang .downBox a{ display: block; font-size: 15px; font-weight: bold; text-align: center; padding: 4px;}
.header .lang .downBox a:hover,.header .lang .downBox a.on{ color: #ed6d15;}
.header .lang:hover .downBox{ display: block;}
.menu-toggle{display: none;}

.header.fixed{ height:80px; background: rgba(255,255,255,0.95);  box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.header.fixed .nav>ul>li>a{ color:#000;}
.header.fixed .nav>ul>li>a:hover,.header.fixed .nav>ul>li.on>a,.header.fixed .nav>ul>li:hover>a{ color:#ed6d15;}
.header.fixed .nav>ul>li .subnav ol{background: #f3f3f3;}
.header.fixed .nav>ul>li .subnav ol::before{ background: #f3f3f3; }
.header.fixed .searchBtn{ background: url(../images/searchBtn2.png) no-repeat center;}

.whiteHead .header{ background: rgba(255,255,255,0.95);  box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.whiteHead .header .nav>ul>li>a{ color:#000;}
.whiteHead .header .nav>ul>li>a:hover,.whiteHead .header .nav>ul>li.on>a,.whiteHead .header .nav>ul>li:hover>a{ color:#ed6d15;}
.whiteHead .header .nav>ul>li .subnav ol{background: #f3f3f3;}
.whiteHead .header .nav>ul>li .subnav ol::before{ background: #f3f3f3; }
.whiteHead .header .searchBtn{ background: url(../images/searchBtn2.png) no-repeat center;}

/* 首页 */
.homePage>.swiper,.homePage .swiper-wrapper,.homePage .swiper-slide{ width:100%;height:100% !important; box-sizing: border-box;}

/*首页bannner*/
.banner { height: 100%; position: relative; overflow: hidden;}
.banner .swiper{ width:100%; height: 100%; overflow:hidden;}
.banner .swiper .swiper-slide{ width: 100%; height: 100%; position: relative; overflow: hidden; position: relative; background: #000;}
.banner .swiper .swiper-slide img{width:100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity:0.3} 
.banner .swiper .swiper-slide video{ width: 100%; height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover;}
.banner .swiper .swiper-slide .bannerText{ width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index:11; text-align:center;}
.banner .swiper .swiper-slide .bannerText .t{ color: #fff; font-size: 60px; font-weight: bold; position: relative; padding-bottom: 25px; margin-bottom: 15px;}
.banner .swiper .swiper-slide .bannerText .t::after{ content: ""; width: 60px; height: 4px; background: #ed6d15; position: absolute; left: 48%; bottom: 0;}
.banner .swiper .swiper-slide .bannerText .c{ color: #fff; font-size: 22px;}
.banner .pagination { width: 100% !important; position: absolute; left:0; bottom:40px!important;  z-index:111; text-align: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:none; border:#fff solid 4px; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #ed6d15; border: none;}
.banner .swiper-slide-active{opacity:1;}
.banner .shubiao{ position: absolute; left: 50%; bottom: 150px; transform: translateX(-50%); z-index: 11;}
.banner .shubiao .move{animation:downico .8s ease-in infinite; }

.neiBanner{ position: relative;}
.neiBanner img{ width: 100%; -o-object-fit: cover; object-fit: cover;}

@keyframes downico {
    0% { transform: translateY(0);}
    60% { transform: translateY(8px); }
    100% { transform: translateY(0); }
}

.title{ margin-bottom: 35px; padding-bottom: 20px; position: relative;}
.title::after{ content: ""; width: 38px; height: 3px; background: #ed6d15; position: absolute; left: 0; bottom: 0;}
.title h2{ font-family: 'AlternateGothic2BT',Arial, Helvetica, sans-serif; font-size: 80px; color:rgba(255,255,255,0.1); line-height: 1; font-weight: normal;}
.title h3{ font-size: 40px; color: #fff; line-height: 1; margin-top: -40px; }

.ntitle{ width: 100%; position: absolute; left: 0; bottom:75px; z-index: 11;}
.ntitle h2{ font-size: 50px; color: #fff; line-height: 1; font-weight: bold;}

.index_two{ display: flex !important;}
.index_two .indexAbout{ padding-top: 87px;}
.index_two .indexAbout .title h2{color: #f0f0f0;}
.index_two .indexAbout .title h3{ color: #000;}
.index_two .indexAbout .con{ width: 50%; padding-right: 80px;}
.index_two .indexAbout .con .text{ line-height: 1.6; margin-bottom: 65px;}
.index_two .indexAbout .con .more{ width: 180px; height: 50px; color: #fff; line-height: 50px; background: #ed6d15 url(../images/icon02.png) no-repeat right 30px center; border-radius: 6px; padding-left: 45px; display: block; transition: background 0.4s ease;}
.index_two .indexAbout .con .more:hover{ background: #bc4b00 url(../images/icon02.png) no-repeat right 30px center;}
.index_two .indexAbout .pic{ width: 50%;}
.index_two .indexAbout .pic .tabCon ul li{ display: none;}
.index_two .indexAbout .pic .tabCon ul li.on{ display: block;}
.index_two .indexAbout .pic .tabNav ul{ margin: 0 -5px; display: flex;}
.index_two .indexAbout .pic .tabNav ul li{ width: 50%; padding: 0 5px; line-height: 58px; text-align: center;}
.index_two .indexAbout .pic .tabNav ul li dt{ width: 100%; position: relative; cursor: pointer;}
.index_two .indexAbout .pic .tabNav ul li dt::before{ content: ""; width: 100%; height:2px; background: #ccc; position: absolute; left: 0; bottom: 0; z-index: 1;}
.index_two .indexAbout .pic .tabNav ul li.on dt{ color: #ed6d15; font-weight: bold; transition: all 0.4s ease;}
.index_two .indexAbout .pic .tabNav ul li.on dt::before{ background: #ed6d15;}
.index_two .indexAbout .pic .tabNav ul li dt::after{ content: ""; width: 0; height:2px; background: #ed6d15; position: absolute; left: 0; bottom: 0; z-index: 22; transition: width 0.4s ease;}
.index_two .indexAbout .pic .tabNav ul li dt:hover::after{ width: 100%;}
.index_two .indexAbout .pic .tabNav ul li dt:hover{  color: #ed6d15; font-weight: bold;}
.index_two .num{ background: url(../images/indexTwoBg.jpg) no-repeat center; background-size: cover;}
.index_two .num ul li{ width: 20%; text-align: center; color: #fff; padding: 80px 0; position: relative;}
.index_two .num ul li::after{ content: ""; width: 1px; height: 90px; background: #5d5d5d; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.index_two .num ul li:nth-child(1)::after{ display: none;}
.index_two .num ul li ol{ width: 100%; display: flex; justify-content: center; align-items: flex-start; text-align: center; margin-bottom: 5px;}
.index_two .num ul li ol strong{ font-size: 65px; line-height: 1; font-family: 'AlternateGothic2BT',Arial, Helvetica, sans-serif; font-weight: normal;}
.index_two .num ul li dl{ font-weight: 300;}

.index_three .pic{ width: 100%; height: 100%;}
.index_three .pic img{ width: 100%; height: 100%;  -o-object-fit: cover; object-fit: cover;}
.index_three .con{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 11; display: flex; flex-direction: column; justify-content: space-between; padding: 90px 0;}
.index_three .con .menu ul{ margin: 0 -12px;}
.index_three .con .menu ul li{ width: 50%; padding: 0 12px;}
.index_three .con .menu ul li a{ font-size: 30px; color: #000; line-height: 140px; display: block; background: rgba(255,255,255,0.85); border-radius: 15px; padding: 0 60px; position: relative; overflow: hidden;  transition: all 0.4s ease;}
.index_three .con .menu ul li a::after{ content: ""; width: 44px; height: 44px; background: url(../images/icon03.png) no-repeat center; position: absolute; right: 45px; top: 50%; transform: translateY(-50%); z-index: 11; transition: all 0.4s ease;}
.index_three .con .menu ul li.on a{ background: rgba(237,109,21,0.82); color: #fff;}
.index_three .con .menu ul li.on a::after{ background: url(../images/icon03_02.png) no-repeat center; }

.index_four{ position: relative;}
.index_four .tit{ width: 100%; position: absolute; left: 0; top: 90px; z-index: 11;}
.index_four .box{ width: 100%; height: 100%; background: #000;}
.index_four .item{ width: 16.66%; height: 100%; background: #000; position: relative;  transition: width 0.4s; overflow: hidden;}
.index_four .item>img{ width: 100%; height: 100%;  object-fit: cover; opacity: 0.2;  transition: opacity 0.8s ease;}
.index_four .item.on{ width: 33.36%;}
.index_four .item.on img{ opacity: 1;}
.index_four .item>.tit1{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 11; text-align: center; opacity: 1; transition: opacity 0.4s ease;}
.index_four .item>.tit1 h3{ font-size: 22px; color: #fff; font-weight: normal; margin-top: 20px;}
.index_four .item>.textBox{ width: 100%; background: rgba(237,109,21,0.9); color: #fff; padding: 50px 60px; position: absolute; left: 0; bottom:0; z-index: 11; padding-right: 20%; opacity: 0; transition: opacity 0.4s ease;}
.index_four .item>.textBox .t{ font-size: 25px; margin-bottom: 20px;}
.index_four .item>.textBox .c{ font-size: 16px; line-height: 1.6;}
.index_four .item>.textBox .more{ width: 27px; height: 27px; background: url(../images/icon07.png) no-repeat center; position:absolute; right: 50px; top: 50%; margin-top: -13px; z-index: 1;}
.index_four .item.on>.tit1{ opacity: 0;}
.index_four .item.on>.textBox{ opacity: 1; transition: opacity 0.8s ease .5s;}

.index_five{ background: url(../images/indexFiveBg.jpg) no-repeat center; background-size: cover; display: flex !important;}
.index_five .box{ position: relative;}
.index_five .title{ margin-bottom: 65px;}
.index_five .title h2{color: #e6e6e6;}
.index_five .title h3{ color: #000;}
.index_five .swiper{ padding: 0 0 115px;}
.index_five .swiper .swiper-slide a{display: block; border-bottom: #bcbcbc solid 1px;}
.index_five .swiper .swiper-slide dl{ padding-bottom: 62.5%;}
.index_five .swiper .swiper-slide dd{ font-size: 14px; color: #666; line-height: 1; margin: 25px 0 20px;}
.index_five .swiper .swiper-slide h3{ height:56px; line-height: 28px; font-size: 18px;font-weight: normal;  overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical; margin-bottom: 30px;}
.index_five .swiper .swiper-slide dt{ font-size: 14px; color: #666; line-height: 1; background: url(../images/icon08.png) no-repeat right center; margin-bottom: 40px;}
.index_five .pagination { width: 100% !important; position: absolute; left:0; bottom:0!important;  z-index:111; text-align: center;}
.index_five .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 10px;height: 10px; background:#b2b2b4; border:none; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.index_five .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {  width: 14px;height: 14px; background: #b2b2b4; border: none;}
.index_five .swiper-slide-active{opacity:1;}
.index_five .arrow{ position: absolute; right: 0; top: 50px; display: flex;}
.index_five .arrow .arrow-left,.index_five .arrow .arrow-right{ width: 58px; height: 58px;margin-left: 10px;}
.index_five .arrow .arrow-left{ background: url(../images/arrow-left.png) no-repeat center;}
.index_five .arrow .arrow-left:hover{ background: url(../images/arrow-left02.png) no-repeat center;}
.index_five .arrow .arrow-right{ background: url(../images/arrow-right.png) no-repeat center;}
.index_five .arrow .arrow-right:hover{ background: url(../images/arrow-right02.png) no-repeat center;}

.homePage .index_six{ height: auto !important;}

/* neiNav */
.neiNav{ border-bottom: #ccc solid 1px; }
.neiNav ul{ display: flex;}
.neiNav ul li{ margin-right: 50px;}
.neiNav ul li a{ font-size: 18px; line-height: 65px; color: #666666; font-weight: 500; display: block; position: relative;}
.neiNav ul li a::after{ content: ""; width: 100%; height: 3px; background: #ed6d15; position: absolute; left: 0; bottom: -2px; transform: scaleX(0); transition: transform 0.4s ease;}
.neiNav ul li a:hover::after{ transform: scaleX(1);}
.neiNav ul li.on a{ color: #ed6d15;}
.neiNav ul li.on a::after{ transform: scaleX(1);}

.aboutOne{ padding: 60px 0;}
.aboutOne .titBox{ width: 50%;}
.aboutOne .titBox .tit1{ font-size: 25px; line-height: 1; color: #333; font-weight: 500; margin-bottom: 20px; position: relative;}
.aboutOne .titBox .tit1::after{ content: ""; width: 66px; height: 3px; background: #ed6d15; position: absolute; left: -85px; top: 50%; margin-top: -1.5px;}
.aboutOne .titBox .tit{ font-size: 40px; line-height: 1.3; color: #333; font-weight: 500; margin-bottom: 65px;}
.aboutOne .titBox .videoBtn{ width: 167px; height: 54px; font-size: 20px; color: #666; font-weight: 300; border: #d6d6d6 solid 2px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.aboutOne .titBox .videoBtn::after{ content: ""; width: 13px; height: 16px; background:url(../images/icon09.png) no-repeat center; margin-left: 25px;}
.aboutOne .conBox{ width: 50%; color: #666; line-height: 1.6;}

.aboutTwo{ padding: 120px 0; background: #f3f3f3 url(../images/aboutTwoBg.jpg) no-repeat center top; background-size: 100% auto;}
.aboutTwo .numBox{ padding: 65px 0 105px;}
.aboutTwo .numBox ul li{ margin-right: 110px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.aboutTwo .numBox ul li .num{ font-size: 15px; color: #ed6d15; display: flex; align-items:flex-start;}
.aboutTwo .numBox ul li .num strong{ font-size: 85px; line-height: 1; font-weight: 500; font-family: "AlternateGothic2BT",sans-serif;}

.aboutTwo .picBox{}
.aboutTwo .picBox .item{ width: calc(50% - 35px); position: relative;}
.aboutTwo .picBox .item .swiper-slide dl{ padding-bottom: 60.4%;}
.aboutTwo .picBox .item .tit{ font-size: 27px; font-weight: 500; background: #fff; line-height: 80px; padding: 0 35px;}
.aboutTwo .picBox .item .pagination{ width: 100%;  padding: 0 35px; position: absolute; right: 30px; bottom: 30px; text-align: right; display: inline-block;}
.aboutTwo .picBox .item .pagination .swiper-pagination-bullet{  width: 10px;height: 10px; background:#ddd; border:none; margin: 0 5px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.aboutTwo .picBox .item .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  background: #aaa; border: none;}

.history{ padding: 80px 0 80px;}
.history .historyBox{ position: relative;}
.history .historyBox::after{ content: ""; width: calc(100% + 150px); height: 10px;  background: url(../images/icon10.png) repeat-x center; position: absolute; left: 50%; top:calc(50% + 30px); transform: translateX(-50%); margin-top: -5px;}
.history .swiper-slide dl{ padding-bottom: 69.7%;}
.history .swiper-slide .date{ width: 105px; height: 105px; background: #b0b0b2; border-radius: 50%; font-size: 35px; color: #fff; line-height: 1;  display: flex; align-items: center; justify-content: center; margin:100px auto 130px; position: relative;}
.history .swiper-slide .date::after{ content: ""; width: 1px; height: 335px; background: #b0b0b2; position: absolute; left: 50%; top:-100px;}
.history .swiper-slide .content{ height: 110px; font-size: 18px; line-height: 1.3; color: #666;text-align: center; border-top: 1px solid #b0b0b2; border-bottom: 1px solid #b0b0b2; padding: 10px 0; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.history .swiper-slide:hover .date{ background: #ed6d15;}
.history .swiper-slide:hover .date::after{ background: #ed6d15;}
.history .swiper-slide:hover .content{ color: #ed6d15;  border-top: 1px solid #ed6d15; border-bottom: 1px solid #ed6d15;}
.history .swiper-button-prev,.history .swiper-button-next{ width: 58px; height: 58px; background: #b0b0b2; border-radius: 50%; color: #fff;  position: absolute; top:calc(50% + 50px); transform: translateY(-50%); z-index: 100; opacity: 1 !important; cursor: pointer;}
.history .swiper-button-prev::after,.history .swiper-button-next::after{ font-size: 30px; font-weight: bold;}
.history .swiper-button-prev{ left: -100px;}
.history .swiper-button-next{ right: -100px;}
.history .swiper-button-prev:hover,.history .swiper-button-next:hover{ background: #ed6d15;}

.culture{ padding: 70px 0 130px;}
.culture .item{ background: #eeeeee; display: flex; align-items: center; margin-bottom: 30px;}
.culture .item .pic{ width: 50%;}
.culture .item .pic dl{ padding-bottom: 46.7%;}
.culture .item .con{ width: 50%; padding: 20px 170px;}
.culture .item .con .t{ font-size: 40px; color: #000;}
.culture .item .con .c{ font-size: 20px;}
.culture .item:nth-child(2n){ flex-direction: row-reverse;}

.honorOne{ height: 526px; background: url(../images/honorBg.jpg) no-repeat center; }
.honorOne .titBox{ width: 50%;}
.honorOne .titBox .tit1{ font-size: 25px; line-height: 1; color: #333; font-weight: 500; margin-bottom: 20px; position: relative;}
.honorOne .titBox .tit1::after{ content: ""; width: 66px; height: 3px; background: #ed6d15; position: absolute; left: -85px; top: 50%; margin-top: -1.5px;}
.honorOne .titBox .tit{ font-size: 40px; line-height: 1.3; color: #333; font-weight: 500; margin-bottom: 65px;}

@media (min-width: 1920px) {
.honorOne{ height: ;}
}

.honorTwo{ padding: 160px 0 100px;}
.honorTwo .honorPic{ position: relative;}
.honorTwo .swiper-wrapper{ align-items: center;}
.honorTwo .swiper-slide{ padding: 0 50px; }
.honorTwo .swiper-slide dl{ padding-bottom: 67.3%;}
.honorTwo .swiper-slide p{ font-size: 20px; line-height: 1.3; color: #333; text-align: center; margin-top: 20px; opacity: 0;}
.honorTwo .swiper-slide.swiper-slide-active{ padding: 0;}
.honorTwo .swiper-slide.swiper-slide-active p{ opacity: 1;}
.honorTwo .swiper-button-prev,.honorTwo .swiper-button-next{ width: 58px; height: 58px; background: #b0b0b2; border-radius: 50%; color: #fff;  position: absolute; top:45%; transform: translateY(-50%); z-index: 100; opacity: 1 !important; cursor: pointer;}
.honorTwo .swiper-button-prev::after,.honorTwo .swiper-button-next::after{ font-size: 30px; font-weight: bold;}
.honorTwo .swiper-button-prev{ left: -65px;}
.honorTwo .swiper-button-next{ right: -65px;}
.honorTwo .swiper-button-prev:hover,.honorTwo .swiper-button-next:hover{ background: #ed6d15;}
.honorTwo .pagination { text-align: center; margin-top: 40px;}
.honorTwo .pagination .swiper-pagination-bullet{  width: 20px;height: 5px; background:#cecece; border:none; border-radius: 0; margin: 0 5px; opacity: 1; cursor: pointer;}
.honorTwo .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  background: #ed6d15; border: none;}

.organization{ padding: 110px 0 150px;}

/* 产品 */
.proNav{ margin-top: -100px; position: relative; z-index: 11;}
.proNav ul{ display: flex; }
.proNav ul li{ width: 50%;}
.proNav ul li a{ display: block; width: 100%; height: 100px; line-height: 100px; text-align: center; background: rgba(255,255,255,0.89); font-size: 25px; color: #000; overflow: hidden;}
.proNav ul li a i{ margin-right: 20px; overflow: hidden;}
.proNav ul li.on a{ background:rgba(236, 108, 22, 0.8); color: #fff;}
.proNav ul li.on a i img{ filter: drop-shadow(#fff 0 150px); transform: translateY(-150px);}
.proNav ul li a:hover{ opacity: .9;}

.products{ background: #ebebeb; padding: 88px 0 150px;}
.products .item{ display:none}
.products .item.on{ display:block}
.products ul li{ width: 33.33%; background: #fff; position: relative; box-shadow: 0 0 30px rgba(0,0,0,0.1); border-top: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc;}
.products ul li a{ background: #fff; display: block; position: relative; z-index: 22;}
.products ul li a:hover{ box-shadow: 0 0 30px rgba(0,0,0,0.3); z-index: 999;}
.products ul li .tit{ width: 100%; position: absolute; left: 0; bottom: 0; z-index: 11; display: flex; justify-content: space-between; align-items: center; padding: 0 30px 30px;}
.products ul li .tit h3{ color: #333;}
.products ul li .tit span{ font-size: 15px; color: #999; background: url(../images/icon08.png) no-repeat left center; padding-left: 30px;}

.titBread{ margin-top: -80px; position: relative; z-index: 11;}
.titBread .tit h1{ font-size: 40px; line-height: 1; color: #fff; }
.titBread .bread{ line-height: 1.6; color: #fff;}
.titBread .bread a{ color: #fff;}
.titBread .bread a:hover{ color: #ed6d15;}


.prolist{ background: #ebebeb; padding: 50px 0 100px;}
.prolist .sidebox{ width: 300px; background: #fff; align-self: start; padding: 0;border-radius:0;}
.prolist .sidebox dl{ display:none;}

.prolist .listBox{ width: calc(100% - 388px);}
.prolist .listBox ul{ margin: 0 -10px;}
.prolist .listBox ul li{ width: 33.33%; padding: 0 10px; margin-bottom: 30px;}
.prolist .listBox ul li a{ background: #fff; display: block; padding-bottom: 30px; transition: all 0.3s;}
.prolist .listBox ul li h3{ color: #666; text-align: center; font-size: 16px; font-weight: normal; margin-top: 10px;}
.prolist .listBox ul li a:hover{ box-shadow: 0 0 30px rgba(0,0,0,0.3); z-index: 999;}
.prolist .listBox ul li a:hover h3{ color: #ed6d15;}



.strength{ padding: 0 0 0;}
.strength .tit{ font-size: 36px; line-height: 1; color: #000; font-weight: 700; text-align: center; margin-bottom:40px; display: flex; justify-content: center;}
.strength .tit::before{ content: '▛'; color: #ed6d15; font-size: 11px;  margin-right: 10px;}
.strength .tit::after{ content: '▟'; color: #ed6d15; font-size: 11px; align-self: flex-end; margin-left: 10px;}
.strength .item{ padding: 70px 0;}
.strength .item:nth-child(2n){ background: #ececec;}
.strength .item .con{ position: relative;}
.strength .item .picBox{ overflow: hidden;}
.strength .swiper{ width: 940px; overflow:visible;}
.strength .swiper-slide{ padding:20px 30px; opacity:.3;}
.strength .swiper-slide dl{ padding-bottom: 65%; border-radius: 20px; overflow: hidden; transition: all 0.3s;}
.strength .swiper-slide p{ font-size: 20px; line-height: 1; color: #000; text-align: center; margin-top: 18px;}
.strength .swiper-slide.swiper-slide-active{ padding: 0; opacity: 1;}
.strength .swiper-slide.swiper-slide-active dl{ border-radius: 0;}

.strength .swiper-button-prev,.strength .swiper-button-next{ width: 58px; height: 58px; background: #ed6d15; border-radius: 50%; color: #fff;  position: absolute; top:50%; transform: translateY(-50%); z-index: 100; opacity: 1 !important; cursor: pointer;}
.strength .swiper-button-prev::after,.strength .swiper-button-next::after{ font-size: 26px; font-weight: bold;}
.strength .swiper-button-prev{ left: -80px;}
.strength .swiper-button-next{ right: -80px;}


.equipment{ padding: 70px 0 100px;}
.equipment .box ul{ margin: 0 -21px;}
.equipment .box ul li{ width: 33.33%; padding: 0 21px; margin-bottom: 40px;}
.equipment .box ul li a{ display: block; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative;}
.equipment .box ul li dl{ padding-bottom: 70%; background: #000;}
.equipment .box ul li dl img{ opacity: 1; transition: all 0.3s;}
.equipment .box ul li h3{ font-size: 20px; line-height: 70px; text-align: center; font-weight: 500; white-space: nowrap;}
.equipment .box ul li a:hover h3{ background:rgba(236, 108, 22, 0.8); color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 11; padding: 0 30px; line-height: 56px;}
.equipment .box ul li a:hover dl img{ opacity: 0.5;}

.production .item{ padding: 80px 0;}
.production .item:nth-child(2n){ background: #f0f0f0;}
.production .item:nth-child(2n) .wrap{ flex-direction: row-reverse;}
.production .item .con{ width: 50%;}
.production .item .con .tit{  margin-bottom: 15px; position: relative; display: inline-block;}
.production .item .con .tit h2{ font-size: 35px; font-weight: bold; position: relative; z-index: 22;}
.production .item .con .tit::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 17px; background: #ed6d15;}
.production .item .con .text{ font-size: 18px; line-height: 1.6; margin-bottom: 30px;}
.production .item .con .listPic{ margin-top: 30px;}
.production .item .con .listPic ul li{ width: 140px; margin-right: 10px; margin-bottom: 10px;}
.production .item .con .listPic ul li dl{ padding-bottom: 100%; border: 1px solid #dfdfdf; border-radius: 10px;}
.production .item .con .listText{ margin-top: 30px;}
.production .item .con .listText ul li{ width: 50%; padding: 10px 0; display: flex; align-items: center;}
.production .item .con .listText ul li i{ width: 58px; height: 58px; line-height: 55px; font-size: 30px; color: #fff; font-style: normal; text-align: center; font-weight: bold; background: #ed6d15; margin-right: 15px; border-radius: 50%;}
.production .item .con .listText ul li ol{ line-height: 1.6;}
.production .item .con .listText ul li ol strong{ font-weight: bold;}

.news{ padding: 20px 0 80px;}
.news .newsBox{ width: calc(100% - 365px); padding-right: 84px;}
.news .newsList ul li{ padding: 36px 0; border-bottom: #cbcbcb solid 1px;}
.news .newsList ul li a{ display: flex;}
.news .newsList ul li .pic{ width: 350px;}
.news .newsList ul li .pic dl{ padding-bottom: 62%; border-radius: 15px;}
.news .newsList ul li .info{ width: calc(100% - 350px); display: flex; flex-direction: column; padding: 15px 0 15px 40px;}
.news .newsList ul li .info dt{ font-size: 18px; line-height: 1; color: #999; }
.news .newsList ul li .info h3{ font-size: 20px; color: #000; line-height: 1.4; font-weight: normal; margin-top: 18px; transition: all 0.3s;}
.news .newsList ul li .info .dateMore{  margin-top: auto; display: flex; justify-content: space-between;}
.news .newsList ul li .info .dateMore span{ color: #666; font-size: 16px;}
.news .newsList ul li .info .dateMore em{ color: #ed6d15; font-size: 16px; font-style: normal;} 
.news .newsList ul li .info .dateMore em::after{ content: "▸"; font-size: 20px;} 
.news .newsList ul li a:hover h3{ color: #ed6d15;}
.news .otherNews{ width: 365px; padding-top: 10px;}
.news .otherNews .tit{  margin-bottom: 20px; border-bottom: #cbcbcb solid 1px;}
.news .otherNews .tit h3{ font-size: 22px; line-height: 70px; font-weight: normal; color: #ed6d15; display: inline-block; position: relative;}
.news .otherNews .tit h3::after{ content: ''; position: absolute; left: 0; bottom: -2px; width: 100%; height: 3px; background: #ed6d15;}
.news .otherNews .box ul li{ padding: 20px 0; border-bottom: #cbcbcb solid 1px;}
.news .otherNews .box ul li a{ display: flex; align-items: center;}
.news .otherNews .box ul li .d{ width: 60px; height: 60px; color: #666; background: #d2d2d2; display: flex; align-items: center; justify-content: center; flex-direction: column; border-radius: 10px; overflow: hidden; transition: all 0.2s;}
.news .otherNews .box ul li .d b{ font-size: 29px; line-height: 1; transition: all 0.2s;}
.news .otherNews .box ul li .d p{ font-size: 13px; line-height: 1; margin: 5px 0; transition: all 0.2s;}
.news .otherNews .box ul li .t{ width: calc(100% - 60px); padding-left: 15px; font-size: 16px; line-height: 1.4; transition: all 0.3s;}
.news .otherNews .box ul li a:hover .d{ background: #ed6d15; color: #fff;}
.news .otherNews .box ul li a:hover .t{ color: #ed6d15; }

.newsView { padding-top: 20px;}
.newsView .newsHead{ padding-bottom: 20px; border-bottom: #cbcbcb solid 1px;}
.newsView .newsHead p{ font-size: 16px; line-height: 1; color: #666666; margin-bottom: 10px;}
.newsView .newsHead h1{ font-size: 35px; line-height: 1.5; }
.newsView .text{ padding: 50px 0; line-height: 1.8;}
.newsView .return{ margin-top: 20px;}
.newsView .return a{ font-size: 20px; line-height: 55px; color: #fff; background: #ed6d15; padding: 0 40px; border-radius: 10px; display: inline-block;}
.newsView .return a::before{ content: "◀"; margin-right: 10px; font-size: 16px;}
.newsView .return a:hover{ background: #cc5a0e;}

.anchorPoint{ padding-top: 110px; margin-top: -110px;}

.applicationTit{  margin-bottom: 25px; position: relative; display: inline-block;}
.applicationTit h2{ font-size: 35px; font-weight: bold; position: relative; z-index: 22;}
.applicationTit::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 17px; background: #ed6d15;}

.applicationOne{ padding: 80px 0 90px; border-bottom: #e2e2e2 solid 2px;}
.applicationOne .con .textBox{ width: 38%; padding-right: 50px;}
.applicationOne .con .textBox .text{ margin-bottom: 35px;}
.applicationOne .con .textBox .more{ color: #ed6d15; background: url(../images/icon13.png) no-repeat right center; padding-right: 25px;}
.applicationOne .con .textBox .more:hover{ color: #cc5a0e;}
.applicationOne .con .pic{ width: 62%;}
.applicationOne .con .pic img{ border-radius: 20px;}
.applicationOne .brandList{ margin-top: 50px;}
.applicationOne .brandList .tit{ font-size: 22px; line-height: 1; color: #000; font-weight: bold; margin-bottom: 20px;}
.applicationOne .brandList ul{ margin: 0 -20px;}
.applicationOne .brandList ul li{ width: 14%; margin-bottom:0px;}
.applicationOne .brandList ul li dl{ padding-bottom: 50%;}

.applicationTwo{ padding: 80px 0 100px;}
.applicationTwo .box ul{ margin: 0 -20px;}
.applicationTwo .box ul li{ width: 33.33%; padding: 0 20px; margin-top: 50px;}
.applicationTwo .box ul li a{ width: 100%; height: 100%; display: flex; flex-direction: column; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.applicationTwo .box ul li dl{ padding-bottom: 62.5%;}
.applicationTwo .box ul li ol{ padding:32px 35px; flex: 1; display: flex; flex-direction: column;}
.applicationTwo .box ul li ol .tit{ font-size: 22px; color: #000; font-weight: bold; margin-bottom: 10px; transition: all 0.3s;}
.applicationTwo .box ul li ol .text{ margin-bottom: 35px; color: #000;}
.applicationTwo .box ul li ol .more{ text-align: right; color: #ec6c16; margin-top: auto; background: url(../images/icon13.png) no-repeat right center; padding-right: 25px;}
.applicationTwo .box ul li a:hover .tit{ color: #ed6d15;}

.contact{ background: #eeeeee; padding: 80px 0 130px;}
.contact .box{ background: #fff; padding: 60px 80px;}
.contact .info{ width: 50%; padding-right: 130px;}
.contact .info h1{ font-size: 33px; margin-bottom: 35px;}
.contact .info .contactInfo{ line-height: 56px;}
.contact .info .contactInfo p{ border-bottom: 1px solid #cbcbcb; }
.contact .info .contactInfo p img{ margin-right: 5px;}
.contact .message{ width: 50%;}
.contact .message .tit{ font-size: 18px; text-align: center; margin-bottom: 20px;}
.contact .message ul li{ width: 100%;  margin-bottom: 10px; display: flex;}
.contact .message ul li .yzm{ width: 200px; margin-right: 10px;}
.contact .message ul li img{ border-radius: 5px;}
.contact .message ul li input, .contact .message ul li textarea{ width: 100%; height: 50px; padding: 0 15px; background: #eee; border: none; border-radius: 5px;}
.contact .message ul li textarea{ height: 150px; padding: 15px;}
.contact .message ul li button{ width: 100%; height: 50px; line-height: 50px; color: #fff; background: #ed6d15; border: none; border-radius: 5px; cursor: pointer;}
.contact .message ul li button:hover{ background: #cc5a0e;}

/* footer */
.footer{ padding:60px 0 55px; background: url(../images/footerBg.jpg) no-repeat center; background-size: cover; color: #999999; font-size: 15px; position: relative;}
.footer a{color: #999999;}
.footer a:hover{ color: #ed6d15;}
.footer .fmain{ display: flex; justify-content: space-between;}
.footer .fmain .fcontact dl{ padding: 0 28px; line-height: 38px; background: #ed6d15; color: #fff; font-size: 20px; display: inline-block; margin-bottom: 20px; border-radius: 5px;}
.footer .fmain .fcontact dt{ line-height: 1.6;}
.footer .fmain .fnav ul{overflow: hidden;}
.footer .fmain .fnav ul li{ float: left; margin-left: 50px;}
.footer .fmain .fnav ul li dl{ margin-bottom: 20px;}
.footer .fmain .fnav ul li dl a{ color: #fff; font-size: 18px;}
.footer .fmain .fnav ul li ol a{ display: block; text-align: left; line-height: 1; margin-bottom: 10px;}
.footer .copyrightEwm{ display: flex; align-items: center; margin-top: 20px;}
.footer .copyrightEwm .ewm{ margin-right: 12px; flex: 0 0 auto;}
.footer .copyrightEwm .ewm li{ width:125px; float: left; font-size: 15px; text-align: center; margin-right: 22px;}
.footer .copyrightEwm .ewm li img{border-radius: 5px;}

.footer .copyrightEwm .ewm li p{ margin-top: 5px;}
.footer .copyrightEwm .copyright{ width: 100%; text-align: right; border-top: 1px solid #525252; padding-top: 15px;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 18px; width: 100%; display: flex; justify-content: center; margin-top: 30px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #fff; background: #ababab; margin-right: 8px; display: block; font-family: "宋体";font-size: 18px; }
.fenye a { width: 40px; height: 40px; line-height: 40px; color: #fff;  background: #ababab;  margin-right: 8px;display: block; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #ed6d15;}
.fenye .active a { color: #fff;  background: #ed6d15;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px;}


@media (max-width: 1720px) {
    .header{ padding:0 50px;}
}

@media (max-width: 1650px) {

}

@media (max-width: 1530px) {
    .ntitle h2{ font-size: 40px;}
    
    .neiNav ul li a{ font-size: 16px;}
    
    .aboutOne .titBox .tit{ font-size: 35px;}
    .aboutOne .titBox .videoBtn { width: 160px; height: 48px; font-size: 16px;}
    .aboutTwo .numBox ul li .num strong { font-size: 60px;}
    .aboutTwo .picBox .item .tit{ font-size: 22px;}
    .timeline-year{ font-size: 18px !important;}
    
    .honorTwo .honorPic{ padding:0 20px}
    .honorTwo .swiper-button-prev, .honorTwo .swiper-button-next { width: 50px; height: 50px;}
    .honorTwo .swiper-button-prev { left: -30px;}
    .honorTwo .swiper-button-next { right: -30px;}
    
    .proNav { margin-top: -80px;}
    .proNav ul li a{ height: 80px; line-height: 80px; font-size: 18px;}
    .proNav ul li a i img{ height:28px}
    
    .products { padding: 65px 0 130px;}
    .products ul li .tit h3{ font-size: 17px;}
    .products ul li .tit span{ font-size: 14px; background-size:15px auto; padding-left: 22px;}
    
    .applicationTit h2{ font-size: 30px;}
    .applicationTwo .box ul li ol .tit{ font-size: 18px;}
    
    .footer .fmain .fnav ul li dl a{ font-size: 15px;}
    .footer .fmain .fnav ul li ol a{ font-size: 14px;}
    .footer .copyrightEwm .ewm li { width: 115px;}
    .footer .fmain .fcontact dl{ font-size: 15px;}
}

@media (max-width: 1445px) {
    
    .prolist .listBox { width: calc(100% - 350px);}
    
    .footer .fmain .fnav ul li{ margin-left: 35px;}
}

@media (max-width: 1330px) {
    body{ font-size: 16px;}
    
    .header{ padding:0 30px;}
    .header .nav>ul>li{ margin-left: 30px;}
    .header .searchBtn{ margin-left: 30px; background-size:22px;}
    .header .lang{ margin-left: 26px;}
}


@media (max-width: 1200px) {
    .wrap{ padding: 0 20px;}
    
    .header .logo { height: 22px;}
    .header .nav>ul>li>a{ font-size:15px;}
    
    .ntitle h2 { font-size: 32px; }
    
    
    .footer{ font-size: 14px;}
    .footer .fmain .fnav ul li{ margin-left: 17px;}

}

@media (max-width: 1100px) {
    .header .nav>ul>li{ margin-left: 22px;}
    .header .nav>ul>li>a{ font-size:14px;}
    .header .searchBtn{ margin-left: 20px; background-size:20px;}
    .header .lang{ margin-left: 20px; background-size:20px}
}

@media (max-width: 1030px) {
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}

    .header{ width: 100%; height: 60px; background: #fff;  box-shadow: 0 0 10px rgba(0,0,0,.15); position: fixed; top: 0; left: 0; z-index: 99999; padding: 15px;}
    .header .logo{ height: 60px; padding:20px 0; }

    .header .nav{ position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111; border-top: #eee solid 1px; }
    .header .nav>ul>li{ border-bottom: #eee solid 1px; margin-right: 0; margin-left: 0; position: relative;}
    .header .nav>ul>li>a{ padding: 0 15px; font-size: 15px; color: #000;  font-weight: normal; line-height: 46px;  display: block;}
    .header .nav>ul>li>a::before{ display: none;}
    
    .header .nav>ul>li .subnav{ width:100%; background: #eee; position:relative; top:0; left:0; transform: inherit; padding-top: 0;}
    .header .nav>ul>li .subnav ol{ background: none; padding: 12px 0;}
    .header .nav>ul>li .subnav ol::before{ display:none;}
    .header .nav>ul>li .subnav ol a{ text-align: left; padding:0 15px;}

    .header .searchBtn{ background: url(../images/searchBtn2.png) no-repeat center; background-size:16px !important;}
    .header .lang{ background-size:16px !important; margin-right: 50px; margin-left: 12px;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner .bannerText .tit{ font-size: 18px; margin-bottom: 12px; padding-bottom: 0; text-align: center;}
    .banner .bannerText .tit::before { display: none; }
    .banner .bannerText .text{ display: none;}
    .banner .bannerText .num{ display: none;}
    .banner .bannerText a.more { width: 86px; height: 30px; line-height: 28px; font-size: 12px; margin: 0 auto; display: none;}
    .banner .pagination{ bottom: 10px !important;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ width: 10px; height: 10px;}
    
    .title h2{ font-size: 35px;}
    .title h3{ font-size: 20px; margin-top: -15px;}

    .ntitle{ text-align:center; top:50%; bottom:inherit; transform: translateY(-50%);}
    .ntitle h2{ font-size: 18px; }
    

    .homePage>.swiper, .homePage .swiper-wrapper, .homePage .swiper-slide{ height:auto !important; }
    .homePage>.swiper>.swiper-wrapper,.homePage>.swiper>.swiper-wrapper>.swiper-slide{ transform: inherit !important;}
    .homePage>.swiper>.swiper-wrapper{ display:block;}
    
    .banner .swiper .swiper-slide .bannerText .t{ font-size: 19px; padding-bottom: 15px; margin-bottom: 9px;}
    .banner .swiper .swiper-slide .bannerText .t::after{ width:50px; height:2px; left:50%; transform:translateX(-50%)}
    .banner .swiper .swiper-slide .bannerText .c{ font-size: 13px;}
    .banner .shubiao{ display:none;}
    
    .index_two .indexAbout{ padding:50px 0 80px}
    .index_two .indexAbout .wrap{ display:block;}
    .index_two .indexAbout .con{ width:100%; padding-right:0;}
    .index_two .indexAbout .con .text{ margin-bottom: 30px;}
    .index_two .indexAbout .con .more { width: 112px; height: 40px; line-height: 40px; padding-left: 20px; background: #ED6D1D url(../images/icon02.png) no-repeat right 15px center;}
    .index_two .indexAbout .pic{ width:100%; margin-top: 30px;}
    
    .index_two .num { padding:50px 0;}
    .index_two .num ul{ flex-wrap:wrap; justify-content:center;}
    .index_two .num ul li{ width:33.33%; padding: 30px 0;}
    .index_two .num ul li ol strong{ font-size: 35px;}
    
    .homePage .index_three { height:390px !important;}
    .index_three .con{ }
    .index_three .con .menu ul li a {
        font-size: 22px;
        line-height: 22px;
        display: block;
        border-radius: 11px;
        padding: 18px 25px;}
    .index_three .con .menu ul li a {
        font-size: 17px;
        line-height: 12px;
        border-radius: 11px;
        padding: 18px;
    }
    .index_three .con .menu ul li a::after { width: 25px; height: 25px; background-size:cover !important; right:15px;}
    
    .index_four .tit{ display:none;}
    .index_four .box{ display:block;}
    .index_four .item{ width:100%; height:190px}
    .index_four .item.on{ width:100%;}
    .index_four .item>.tit1 h3{ font-size: 18px; margin-top: 12px;}
    .index_four .item>.tit1 img{ height:30px;}
    .index_four .item.on>.textBox{ width:100% !important; height: 100%;}
    .index_four .item>.textBox{ padding: 30px 20px; padding-right:50px; display: flex; flex-direction: column; justify-content: center;}
    .index_four .item>.textBox .t { font-size: 17px; margin-bottom: 12px;}
    .index_four .item>.textBox .c{ font-size:13px;}
    .index_four .item>.textBox .more{right: 16px; background-size:20px auto;}
    .index_four .item>img{ opacity:0.5;}
    
    .index_five { padding:50px 0 80px}
    .index_five .title { margin-bottom: 35px;}
    .index_five .arrow{ top:27px;}
    .index_five .arrow .arrow-left, .index_five .arrow .arrow-right{ width:30px; height:30px; background-size:cover;}
    .index_five .swiper { padding: 0 0 50px;}
    .index_five .swiper .swiper-slide dd{ margin:15px 0 8px}
    .index_five .swiper .swiper-slide h3{ height: 46px; line-height: 23px; font-size: 14px; margin-bottom: 15px;}
    .index_five .swiper .swiper-slide dt{ font-size: 12px; background-size:15px auto;}
    
    .neiNav { overflow-x: auto;}
    .neiNav::-webkit-scrollbar{ height:0; width:0;}
    .neiNav ul{ padding-right:10px;}
    .neiNav ul li { margin-right: 20px;  padding-right:10px;}
    .neiNav ul li a{ font-size: 15px; white-space: nowrap;}
    
    
    .aboutOne{ padding:50px 0 60px}
    .aboutOne .wrap{ display:block;}
    .aboutOne .titBox{ width:100%; margin-bottom: 30px;}
    .aboutOne .titBox .tit1{ font-size: 20px; margin-bottom: 10px;}
    .aboutOne .titBox .tit{ font-size: 25px; margin-bottom: 20px;}
    .aboutOne .titBox .videoBtn { width: 110px; height: 36px; font-size: 14px; }
    .aboutOne .titBox .videoBtn::after{ background-size:8px auto; margin-left: 6px;}
    .aboutOne .conBox{ width:100%}
    
    .aboutTwo{ padding:50px 0 80px}
    .aboutTwo .numBox { padding: 0px 0 50px;}
    .aboutTwo .numBox ul li { width:33.33%; margin-right: 0;}
    .aboutTwo .numBox ul li .num strong { font-size: 30px; }
    .aboutTwo .numBox ul li .tit { font-size: 12px; }
    .aboutTwo .picBox{ display:block}
    .aboutTwo .picBox .item .pagination{ right: 10px; bottom: 15px;}
    .aboutTwo .picBox .item{ width:100%; margin-bottom: 15px;}
    .aboutTwo .picBox .item .tit { font-size: 16px; line-height: 50px; padding: 0 18px;}
    
    .history { padding: 0 0 80px;}
    
    .honorTwo { padding: 60px 0 80px;}
    .honorTwo .honorPic { padding: 0px 33px;    }
    .honorTwo .swiper-slide p{ font-size: 15px;}
    .honorTwo .swiper-button-prev, .honorTwo .swiper-button-next { width: 30px; height: 30px;    }
    .honor .swiper-button-prev::after, .honor .swiper-button-next::after { font-size: 15px;    }
    .honorTwo .swiper-button-prev { left: 0; }
    .honorTwo .swiper-button-next { right: 0; }
    .honorTwo .pagination{ margin-top: 15px;}
    
    .honorOne { height: 320px; background-size: auto 100%;}
    .honorOne .titBox{ width:100%}
    .honorOne .titBox .tit1{ font-size: 20px;}
    .honorOne .titBox .tit{ font-size: 25px;}
    
    .organization { padding: 50px 0 80px;}
    
    .titBread .tit{ width:100%;}
    .titBread .tit h1{ font-size: 18px; text-align: center;}
    .titBread .bread{ display:none;}
    
    .prolist { padding: 100px 0 80px;}
    .prolist .wrap{ display:block;}
    .prolist .sidebox{ width:100%; margin-bottom: 20px;}
    .prolist .sidebox dl{ font-size: 16px; line-height: 50px; padding:0 15px; background: #f8f9fa url(../images/fenlei.png) no-repeat right 15px center; background-size:24px auto; display:block;}
    .prolist .listBox{ width:100%;}
    .prolist .listBox ul { margin:0 -6px;}
    .prolist .listBox ul li{ width:50%; padding:0 6px; margin-bottom: 20px;}
    .prolist .listBox ul li a{ padding-bottom: 12px;}
    
    
    .applicationTit h2 { font-size: 22px; }
    .applicationTit::after{ height:6px;}
    .applicationOne{ padding:50px 0;}
    .applicationOne .con{ display:block;}
    .applicationOne .con .textBox{ width:100%; padding:0; margin-bottom: 30px;}
    .applicationOne .con .pic{ width:100%;}
    .applicationOne .brandList .tit{ font-size: 18px;}
    .applicationOne .brandList ul{ margin:0}
    .applicationOne .brandList ul li{ width:20%;}
    
    .applicationTwo { padding:50px 0 80px;}
    .applicationTwo .box ul{ margin:0}
    .applicationTwo .box ul li{ width:100%; padding:0; margin-top: 25px;}
    .applicationTwo .box ul li ol{ padding:20px;}
    .applicationTwo .box ul li ol .tit{ font-size: 16px;}
    .applicationTwo .box ul li ol .text{ margin-bottom: 25px;}

    .footer .fnav{ display:none;}
    .footer .copyrightEwm .ewm li{ width:90px;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; padding-top: 0;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 3px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:3px;}
    .fenye a:hover {color: #fff; }
    .fenye .current { color: #fff;  width: 34px; height: 34px; line-height: 32px; background: #ed6d15;  margin-right: 3px; display:block;}
    .fenye span { color: #fff;  width: 34px; height: 34px; line-height: 32px;  margin-right: 3px; display:block; background: #ababab;}
    .footer .gotop{ display: none;}

    .tccBox .BoxCon{ width: 90%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}