@charset "utf-8";
/* CSS 鼠标效果 */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900');
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #666; overflow-x: hidden; font-family:'Noto Sans SC',"Source Han Sans CN","PingFang SC","Microsoft YaHei",Arial,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{ outline:none; font-family:"Noto Sans SC","Source Han Sans CN","Microsoft YaHei",Helvetica,Arial,Verdana,sans-serif; }
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color: #ee0000;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

.fl{float: left;}
.fr{float: right;}


img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1520px; margin: 0 auto;}
.w1200{ width: 1200px; margin: 0 auto;}
.ovh{overflow: hidden;}


::-webkit-scrollbar { width: 8px;padding-right: 8px; background-color: #f2f2f2;  /*其他样式，比如圆角等*/}
/*滑块样式*/
::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, .6);}
/*当前窗口失去焦点时的滑块样式*/
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0, 0, 0, .6);}


/*顶部*/
.header{ width: 100%; height:100px; background:rgba(0, 0, 0, .25); border-bottom: rgba(255,255,255,0.4) solid 1px; position: fixed; left: 0; top: 0; z-index: 9999; transition: all .4s;}
.header .logo{ height: 100px; padding:20px 0;}
.header .logo .logoImg02{ display: block;}
.header .logo .logoImg02{ display: none;}
.header .logo img{ transition: all .4s;}
.header .nav>ul>li{ margin-left: 35px;}
.header .nav>ul>li>a{ font-size: 18px; color: #fff; display: block; transition: all .4s;}
.header .nav>ul>li a:hover,.header .nav>ul>li.on a{ color: #f90006;}
.header .lang{ margin-left: 35px;}
.header .lang a{ color: #fff; font-size: 16px; background: url(../images/icon01.png) no-repeat left center; padding-left: 28px; transition: all .4s;}
.header .lang a:hover{ color: #f90006;}
.header .search { width: 200px; position: relative; margin-left: 25px;}
.header .search input{ width: 100%; height: 40px; color: #fff; border: rgba(255,255,255,0.6) solid 1px; border-radius: 42px; background: none; padding-left: 15px; transition: all .4s;}
.header .search button{ width: 40px; height: 40px; background: url(../images/icon02.png) no-repeat center; border: none; position: absolute; right: 0; top: 0; cursor: pointer; transition: all .4s;}

.header.on{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); border-bottom: #fff solid 1px;}
.header.on .logo .logoImg01{ display: none;}
.header.on .logo .logoImg02{ display: block;}
.header.on .nav>ul>li>a{ color: #333;}
.header.on .nav>ul>li a:hover,.header.on .nav>ul>li.on a{ color: #f90006;}
.header.on .lang a{ color: #333; background: url(../images/icon01_02.png) no-repeat left center;}
.header.on .lang a:hover{ color: #f90006;}
.header.on .search input{ color: #000; border:none; background: #f0f0f0; border: #f0f0f0 solid 1px;}
.header.on .search button{ background: url(../images/icon02_02.png) no-repeat center;}

.menu-toggle{display: none;}

/* ----------------首页------------------- */
html,body,.swiper-container,.swiper-wrapper,.swiper-slide{width:100%;height:100%; box-sizing: border-box;}
.page>.swiper-wrapper{ height: 100% !important;}

.index_one{ position: relative;}
.index_one .swiper-slide{background-position: center; background-repeat: no-repeat; background-size: cover; }
.index_one .num{ color: #fff; position: absolute; bottom: 80px; right:calc((100% - 1520px)/2); z-index: 11; display: flex; align-items: flex-end;}
.index_one .num .current{ font-size: 36px; font-weight: 500; line-height: 1; padding-left: 40px; position: relative;}
.index_one .num span{ font-size: 24px; font-weight: 100; line-height: 1; opacity: 0.8; padding: 0 5px;}
.index_one .num .total{ font-size: 18px; font-weight: 100; opacity: 0.8; line-height: 1.1;}
.index_one .arrow{ position: absolute; left:calc((100% - 1520px)/2); bottom: 80px; z-index: 11; display: flex;}
.index_one .arrow .arrow-left,.index_one .arrow .arrow-right{ width: 56px; height: 56px; border: #fff solid 1px; border-radius: 56px; margin: 0 8px;}
.index_one .arrow .arrow-left{background: url(../images/arrow-left.png) no-repeat center;}
.index_one .arrow .arrow-left:hover{background:rgba(255,255,255,0.2) url(../images/arrow-left.png) no-repeat center;}
.index_one .arrow .arrow-right{background:url(../images/arrow-right.png) no-repeat center;}
.index_one .arrow .arrow-right:hover{background:rgba(255,255,255,0.2) url(../images/arrow-right.png) no-repeat center;}

.index_two{ background: #f2f4fa url(../images/aboutBg02.png) no-repeat center bottom; }
.index_two .box{ width: 100%; margin-top: 60px; position: relative;}
.index_two .box .pic{ width: 60%;}
.index_two .box .pic img{ width: 100%;}
.index_two .box .con{ width: 57%; padding: 50px 180px 60px 60px; background: #fff url(../images/aboutBg01.jpg) no-repeat right center; background-size: auto 100%; position: absolute; right: 0; bottom: 0;}
.index_two .box .con .tit{ font-size: 30px; color: #dc0005; text-transform: uppercase; font-weight: bold; line-height: 1.4; margin-bottom: 30px;}
.index_two .box .con .text{ line-height: 27px;}
.index_two .box .con .more{ width: 120px; height: 40px; line-height: 38px; border: #ccc solid 1px; text-align: center; font-weight: 300; display: block; margin-top: 40px;}
.index_two .box .con .more:hover{ background: #dc0005; color: #fff;}
.index_two .num{ width: 100%; padding-top: 50px;}
.index_two .num ul li{ display: flex; }
.index_two .num ul li img{ flex: 0 0 auto;align-self:center; margin-right: 25px;}
.index_two .num ul li ol dl{ display:flex; align-items: flex-start; margin-bottom: 10px; padding-bottom: 10px; position: relative;}
.index_two .num ul li ol dl::before{ content: ""; width: 12px; height: 2px; background: #bbb; position: absolute; left: 0; bottom: 0;}
.index_two .num ul li ol dl b{ font-size: 36px;color: #dc0005; line-height: 1;}
.index_two .num ul li ol dt{ color: #888;}

.index_three{ background: url(../images/index_three_bg.jpg) no-repeat center; background-size: cover; display: flex; align-items: center;}
.index_three .wrap{ padding-top: 80px;}
.index_three .box { position: relative; margin-bottom: 80px;}
.index_three .box .item{ color: #fff; opacity: 0; position: absolute; left: 0; top: 0; transition: all .4s;}
.index_three .box .item.on{ position: relative; z-index: 1111; opacity: 1;}
.index_three .box .item .title{ margin-bottom: 40px;}
.index_three .box .item .title h2{ font-size: 48px; font-weight: bold; text-transform: uppercase; line-height: 1.2; margin-bottom:20px;}
.index_three .box .item .title dl{ font-size: 36px; line-height: 1;}
.index_three .box .item .text{ height: 180px; font-size:20px; font-weight: 300; line-height: 30px; overflow: hidden;}
.index_three .box .item .more{ width: 120px; height: 44px; line-height: 40px; border: #fff solid 1px; text-align: center; color: #fff; font-weight: 300; display: block; margin-top: 50px;}
.index_three .listMenu{ width: 635px; padding: 0 30px; position: relative;}
.index_three .listMenu .swiper-slide dl{ width:80px; height: 80px; line-height: 76px; text-align: center; background: #303237; border-radius: 80px; margin: 0 auto;}
.index_three .listMenu .swiper-slide.swiper-slide-active dl{ background: #dc0005;}
.index_three .listMenu .arrow-left,.index_three .listMenu .arrow-right{ width: 12px; height: 20px; position: absolute; top: 50%; transform: translateY(-50%);}
.index_three .listMenu .arrow-left{ background: url(../images/arrow-left02.png) no-repeat center; left: 0;}
.index_three .listMenu .arrow-right{ background: url(../images/arrow-right02.png) no-repeat center; right: 0;}

.index_four{ background: url(../images/index_four_bg.jpg) no-repeat center; background-size: cover; display: flex; align-items: center;}
.index_four .title{ text-align: center; padding-top: 100px; margin-bottom: 40px;}
.index_four .title h2{ font-size: 48px; color: #000; text-transform: uppercase; line-height: 1; margin-bottom: 20px;}
.index_four .title dl{ font-size: 18px; color: #999;}
.index_four .box ul{ margin: 0 -7px;}
.index_four .box ul li{ width: 25%; padding: 0 7px; margin-bottom: 14px;}
.index_four .box ul li a{ display: block;}
.index_four .box ul li .item{ height: 250px; background: url(../images/index_four_bg01.jpg) no-repeat center; background-size: cover; overflow: hidden; position: relative; display: flex; align-items: center; transition: all .4s}
.index_four .box ul li .item dl{ font-size:120px; color: #fff; font-weight: 900; line-height: 1; opacity: 0.05; position: absolute; left: -25px; top: -22px;}
.index_four .box ul li .item .con{ padding: 35px;}
.index_four .box ul li .item .con ol{ display: flex; align-items: center;}
.index_four .box ul li .item .con ol h3{ height: 120px; color: #fff; font-size: 18px; font-weight: 500; line-height: 24px; overflow: hidden; margin-right: 30px;}
.index_four .box ul li .item .con dd{ margin-top: 30px; color: #98999a; font-weight: 300; transition: all .4s;}
.index_four .box ul li a:hover .item{background: url(../images/index_four_bg02.jpg) no-repeat center;}
.index_four .box ul li a:hover .item .con dd{ color: #e09193;}
.index_four .box ul li .item.more{background: url(../images/index_four_bg03.jpg) no-repeat center; justify-content: center;}
.index_four .box ul li .item.more .moreBox{ width:180px; text-align: center;}
.index_four .box ul li .item.more .moreBox .tit{ font-size: 24px; color: #fff; font-weight: 500; text-transform: uppercase;}
.index_four .box ul li .item.more .moreBox dt{ width: 120px; height: 40px; line-height: 36px; text-align: center; color: #9e9fa2; border: #9e9fa2 solid 1px;  display: inline-block; margin-top: 10px;}
.index_four .box ul li a:hover .item.more{background: url(../images/index_four_bg04.jpg) no-repeat center;}

.index_five{ background: url(../images/index_five_bg.jpg) no-repeat center; background-size: cover; display: flex; align-items: center;}
.index_five .wrap{ position: relative;}
.index_five .title{ width: 50%; padding-top: 100px; margin-bottom: 50px;}
.index_five .title h2{ font-size: 48px; color: #fff; line-height: 1; margin-bottom: 40px;}
.index_five .title dl{ font-size: 18px; color: #fff; font-weight: 300;}
.index_five .box ul { margin-right: -17px;}
.index_five .box ul li{ width: 25%; padding: 0 17px; margin-bottom: 70px; float: left;}
.index_five .box ul li a{ display: block; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.15); position: relative; z-index: 1;}
.index_five .box ul li a::before{ content: ""; width: 176px; height: 118px; background:rgba(255,255,255,0.5); position: absolute; left:-17px; top:-17px; z-index: -1;  transition: all .4s;}
.index_five .box ul li dl{ padding-bottom:65.7142%; position: relative; overflow: hidden;}
.index_five .box ul li dl img{width: 100%; height: 100%; position:absolute;top:0;bottom:0;left:0;right:0; margin:auto;}
.index_five .box ul li ol{ padding: 0 30px 30px; margin-top: -14px; position: relative; z-index: 11;}
.index_five .box ul li ol dt{ color: #fff; font-size: 16px;font-weight: 300; line-height: 36px; background: #303030 url(../images/icon22.png) no-repeat 12px center; padding:0 20px 0 36px; display: inline-block;}
.index_five .box ul li ol em{ background: url(../images/icon23.png) no-repeat left center; font-size: 12px; color: #333; font-style: normal; padding-left: 17px; margin: 20px 0 25px; display: block;}
.index_five .box ul li ol h3{ height: 60px; font-size: 20px; color: #000; line-height: 30px; font-weight: 700; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.index_five .box ul li ol dd{ color: #ca141d; font-size: 14px; background: url(../images/icon24.png) no-repeat right center; margin-top: 20px; padding-right:20px; display: inline-block;}
.index_five .box ul li a:hover ol h3{ color: #ca141d;}
.index_five .more{ width: 120px; height: 44px; line-height: 40px; border: rgba(255,255,255,0.5) solid 1px; color:rgba(255,255,255,0.5); text-align: center; position: absolute; right: 0; top: 130px;}
.index_five .more:hover{ background: rgba(255,255,255,0.5);}

.index_six{height: auto !important;}

.neiBanner{ height: 500px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative;}
.neiBanner .bannerText{ width: 100%; padding-top: 50px;}
.neiBanner h2{ color: #fff; font-size: 48px; line-height: 1; position: relative; padding-bottom: 35px;}
.neiBanner h2::before{ content: ""; width: 30px; height: 4px; background: #fff; position: absolute; left: 0; bottom: 0;}

.neiNav{ margin-top: -80px; position: relative; z-index: 111;}
.neiNav ul li{ margin-left: 30px;}
.neiNav ul li a{ background: #303237; color: #fff; line-height: 50px; padding: 0 25px; display: block; transition: all .4s}
.neiNav ul li a:hover,.neiNav ul li.on a{ background: #dc0005;}

.aboutOne{ padding: 140px 0 160px;}
.aboutOne .con{ padding: 0 50px; position: relative;}
.aboutOne .con::before{ content: ""; width: 100%; height: 100%; box-shadow: 0 0 15px rgba(0, 0, 0, .15); padding: 50px 0 50px 160px; position: absolute; left: -160px; top:-50px; z-index: -1;}
.aboutOne .con .tit{ margin-bottom: 30px;}
.aboutOne .con .tit h2{ font-size: 48px; color: #585858; line-height: 1;}
.aboutOne .con dl{ font-size: 30px; color: #dc0005; font-weight: bold; text-transform: uppercase; margin-bottom: 40px;}
.aboutOne .con .text{ color: #8d8d8d; line-height: 30px;}
.aboutOne .pic{ position: relative; z-index: 11;}

.aboutTwo{ padding-bottom: 300px; background: url(../images/aboutTwoBg.jpg) no-repeat center bottom; background-size: 100% auto;}
.aboutTwo .tit{ text-align: center; margin-bottom: 100px;}
.aboutTwo .box ul{ margin: 0 -80px;}
.aboutTwo .box ul li{ width: 33.33%; padding: 0 80px;}
.aboutTwo .box ul li .item{ height: 340px; background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .1); position: relative; overflow: hidden; display: flex; align-items: center;}
.aboutTwo .box ul li .item dl{ font-size: 250px; color: #fcf6f6; font-weight: bold; line-height: 1; position: absolute; left: -22px; top: -50px;}
.aboutTwo .box ul li .item img{ position: absolute; right:0; top:0;}
.aboutTwo .box ul li .item ol{ width: 100%; padding: 60px 40px 20px; position: relative; z-index:11;}
.aboutTwo .box ul li .item ol h3{ font-size: 24px; color: #000; margin-bottom: 15px;}
.aboutTwo .box ul li .item ol dt{ font-size: 18px; color: #333; line-height: 2;}

.aboutThree{ padding: 165px 0 95px;}
.aboutThree .con{ padding: 0 70px 0 45px; position: relative; background: url(../images/icon28.png) no-repeat 50px bottom;}
.aboutThree .con::before{ content: ""; width: 100%; height: 100%; box-shadow: 0 0 15px rgba(0, 0, 0, .15); padding: 50px 160px 50px 0; position: absolute; left: 0; top:-50px; z-index: -1;}
.aboutThree .con .tit{font-size:24px; color: #dc0005; font-weight: bold; line-height: 30px; margin-bottom: 35px;}
.aboutThree .con .text{color: #8d8d8d; line-height: 30px; font-weight: 300;}
.aboutThree .pic{ position: relative; z-index: 11;}

.aboutFour{ padding-bottom: 100px;}
.aboutFour .box ul{ margin: 0 -5px;}
.aboutFour .box ul li{ width: 20%; padding: 0 5px;}
.aboutFour .box ul li dl{ padding-bottom: 77.9661%;}

.technology{ padding: 80px 0 60px;}
.technology .pic{ position: relative;}
.technology .pic .arrow-left,.technology .pic .arrow-right{ width: 26px; height: 42px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 111;}
.technology .pic .arrow-left{ background: url(../images/arrow-left03.png) no-repeat center; left: 40px;}
.technology .pic .arrow-right{ background: url(../images/arrow-right03.png) no-repeat center; right: 40px;}
.technology .box{ padding: 0 60px; margin-top: -85px; position: relative; z-index: 111;}
.technology .box .boxCon{ background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: relative;}
.technology .box .boxCon .item{ width: 100%; padding: 35px; opacity: 0; position: absolute; left: 0; top: 0; transition: all .4s;}
.technology .box .boxCon .item.on{ opacity: 1; position: relative;  z-index: 11;}
.technology .box .boxCon .item .tit{ color: #000; font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 20px;}
.technology .box .boxCon .item .text{ color: #000; line-height: 24px;}

.honor{ padding: 200px 0 40px; background: url(../images/honorBg.jpg) no-repeat center top; background-size: cover;}
.honor .swiper-slide{}
.honor .swiper-slide p{ display: none;}
.honor .swiper-slide.swiper-slide-active p{ font-size: 22px; color: #000; text-align: center; margin-top: 40px; display: block; }
.honor .swiper-slide dl{ height: 320px; margin: 0 auto; position: relative;}
.honor .swiper-slide dl img{ max-width: 100%; max-height: 100%; position:absolute;top:0;bottom:0;left:0;right:0; margin:auto;}
.honor .box .arrow{ text-align: center; margin-top: 40px;}
.honor .box .arrow a.arrow-left,.honor .box .arrow a.arrow-right{ width: 47px; height: 47px; display: inline-block; margin: 0 25px;}
.honor .box .arrow a.arrow-left{ background: url(../images/arrow-left04.png) no-repeat center;}
.honor .box .arrow a.arrow-right{ background: url(../images/arrow-right04.png) no-repeat center;}

.products{ padding: 65px 0 80px;}
.products .item{ margin-bottom: 20px;}
.products .item a{display: flex; background: #f5f5f5; padding: 40px; transition: all .4s;}
.products .item a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.products .item .pic{ width: 50%;}
.products .item .pic dl{ padding-bottom: 46.5753%;}
.products .item .con{ width: 50%; padding: 0 40px;}
.products .item .con .tit{ font-size: 30px; color: #000; font-weight: 500; border-bottom: #ccc solid 1px; padding-bottom: 15px; margin-bottom: 30px; position: relative;}
.products .item .con .tit::before{ content: ""; width: 80px; height: 4px; background: #ca141d; position: absolute; left: 0; bottom: 0; z-index: 11;}
.products .item .con .text{ height: 150px; color: #888; font-weight: 300; line-height: 30px; overflow: hidden;}
.products .item .con dd{ color: #888; line-height: 1;font-weight: 300; background: url(../images/icon29.png) no-repeat right 6px; padding-right: 25px; display: inline-block; margin-top: 40px;}
.products .item:nth-child(even) a{ flex-direction: row-reverse;}
.products .item:nth-child(even) .con .tit{ text-align: right;}
.products .item:nth-child(even) .con .tit::before{ left: inherit; right: 0;}
.products .item:nth-child(even) .con .text{ text-align: right;}
.products .item:nth-child(even) .con dd{ float: right; background: url(../images/icon30.png) no-repeat left 6px; padding-right: 0; padding-left: 25px;}

.proview{ padding: 65px 0 70px;}
.proview .prohead{ text-align: center; border-bottom: #ccc solid 1px; padding-bottom: 30px; margin-bottom: 30px;}
.proview .prohead h1{ color: #000; font-size: 36px;}
.proview .text{ line-height: 30px; font-weight: 300;}
.proview .text h3{ color: #000; font-size: 24px; text-align: center; margin-bottom: 20px;}

.news{ padding: 70px 0 100px;}
.news .box{ overflow: hidden; padding-bottom: 20px;}
.news .box ul{ margin-top: -10px;}
.news .box ul li{ margin-bottom: 70px;}
.news .box ul li a{ display: flex; align-items: center;}
.news .box ul li .pic{ width: 350px; flex: 0 0 auto; margin-right: 40px;}
.news .box ul li .pic dl{ padding-bottom: 65.7142%;}
.news .box ul li .con{ margin-right: 170px;}
.news .box ul li h3{ font-size: 24px; color: #222; font-weight: 500; line-height: 24px; margin-bottom: 30px; transition: all .4s;}
.news .box ul li dt{ height: 72px; font-size: 16px; color: #888; font-weight: 300; line-height: 24px; margin-bottom: 30px;}
.news .box ul li ol{ display: flex; font-weight: 300;}
.news .box ul li ol .date{ background: url(../images/icon32.png) no-repeat left center; padding-left: 18px; color: #888; margin-right: 30px;}
.news .box ul li ol .publisher{ background: url(../images/icon33.png) no-repeat left center; padding-left: 18px; color: #888; }
.news .box ul li .more{ font-size: 24px; color: #a3a3a3; white-space: nowrap; font-weight: bold; padding-left: 37px; background: url(../images/icon31.png) no-repeat left center; margin-left: auto;}
.news .box ul li a:hover h3{color: #c80005;}

.newsView{background: #f2f2f2;  padding: 50px 0 60px;}
.newsView .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}
.newsView .box .newsHead{ padding: 50px 70px 30px;  position: relative;}
.newsView .box .newsHead::after{ content: ""; width: 60px; height: 3px; background: #ee0000; position: absolute; left: 70px; bottom: -2px;}
.newsView .box .newsHead h1{ font-size: 30px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}
.newsView .box .newsHead span{ color: #999; margin-right: 30px;}
.newsView .box .viewCon{ padding:50px 70px 70px; line-height: 2;}
.newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 70px; overflow: hidden; position: relative;}
.newsView .box .viewPage .boxCon{ padding-right: 200px;}
.newsView .box .viewPage .boxCon a{ color: #333; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.newsView .box .viewPage .boxCon b{ color: #ee0000;}
.newsView .box .viewPage .boxCon a:hover{color: #ee0000;}
.newsView .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #ee0000; position:absolute; right: 70px; top: 35px;}
.newsView .box .viewPage .back a{color: #fff; display: block;}

.partner{ padding: 135px 0 95px; background: url(../images/partnerBg.jpg) no-repeat center top; background-size: cover;}
.partner .box{ text-align: center;}

.contact{ padding: 80px 0 110px;}
.contact .box{ width: 40%;}
.contact .box .tit{ margin-bottom: 40px;}
.contact .box .tit h3{ color: #000; font-size: 48px; line-height: 1.2; margin-bottom: 20px;}
.contact .box .tit dt{ color: #888; line-height: 1.5; font-weight: 300;}
.contact .box .boxcon ul li{ margin-bottom: 30px; display: flex; align-items: center;}
.contact .box .boxcon ul li img{ margin-right: 35px; flex: 0 0 auto;}
.contact .box .boxcon ul li ol dt{ color: #999; line-height: 1; margin-bottom: 15px;}
.contact .box .boxcon ul li ol dl{ color: #000; font-size: 24px; font-weight: bold; line-height: 1.2;}
.contact #map{ width: 58%; border: #ddd solid 4px;}

.footer{ padding-top: 45px; background: #e6e6e6;}
.footer .fmain .wrap{ border-bottom: #ca141d solid 1px; padding-bottom: 30px;}
.footer .fmain .tit{ font-size: 24px; color: #000; font-weight: 700; line-height: 1; margin-bottom: 30px;}
.footer .fmain .tit span{ color: #c80005;}
.footer .fmain .logoShare{ width: 300px;}
.footer .fmain .logoShare .txt{ color: #929292; font-weight: 300; margin: 10px 0 20px;}
.footer .fmain .fnav{ width: 420px;}
.footer .fmain .fnav .box ul li{margin-top: 22px; margin-right: 40px;}
.footer .fmain .fnav .box ul li a{ font-size: 18px; color: #444444; line-height: 1;}
.footer .fmain .fnav .box ul li a:hover{color: #c80005;}
.footer .fmain .fcontact{ width: 380px; color: #7e7e7e; font-weight: 300;}
.footer .fmain .fcontact ul li {display: flex; margin-bottom:10px;}
.footer .fmain .fcontact ul li i{ width: 35px; text-align: center; flex: 0 0 auto;}
.footer .copyright{ color: #929292; line-height: 60px; font-weight: 300;}
.footer .copyright a{color: #929292;}
.footer .copyright a:hover{color: #c80005;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 10px 0 0px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #8a8a8a; margin-right: 5px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
.fenye a.current { color: #fff;  background: #242a34; margin-right: 5px; border: #242a34 solid 1px;}

/*搜索框*/
.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{width: 1200px;padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 29px; height: 29px; background:url(../images/off.png) no-repeat center; position: absolute; top: -13px; right: -13px; cursor: pointer;}
.tccBox .BoxCon .tccTit{ font-size: 20px; text-align: center; color: #fff; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}
.tccBox .BoxCon ul video{ background: #000; width: 100%;  }

@media (max-width: 1680px) {}

@media (max-width: 1550px) {
    body{ font-size: 15px;}
    .wrap{ width: 100%; padding: 0 20px;}

    .header .logo { padding: 25px 0; }
    .header .nav>ul>li>a{ font-size: 16px;}
    .header .lang a{ font-size: 16px;}

    .index_one .arrow{ left: 20px;}
    .index_one .num{ right: 20px;}

    .index_two .box .pic { width: 68%; }
    .index_two .box .con { width: 58%; padding: 40px 145px 40px 40px;}
    .index_two .box .con .tit{ font-size: 23px; margin-bottom: 20px;}
    .index_two .box .con .text{ font-size: 14px; line-height: 24px;}
    .index_two .box .con .more { width: 110px; height: 40px; line-height: 36px; margin-top: 25px; }

    .index_three .box .item .title{ margin-bottom: 20px;}
    .index_three .box .item .title h2 { font-size: 36px; margin-bottom: 10px}
    .index_three .box .item .title dl { font-size: 20px;}
    .index_three .box .item .text { height: 125px; font-size: 15px; line-height: 25px;}
    .index_three .box .item .more { width: 110px; height: 40px; line-height: 36px;}

    .index_four .title h2 { font-size: 36px;}
    .index_four .title dl { font-size: 15px;}
    .index_four .box ul li .item { height: 200px;}
    .index_four .box ul li .item .con { padding: 28px; }
    .index_four .box ul li .item .con ol h3 { height: 110px; font-size: 15px; line-height: 22px;}
    .index_four .box ul li .item .con dd { font-size: 14px; margin-top: 10px;}

    .index_five .title h2{ font-size: 36px; margin-bottom: 18px;}
    .index_five .title dl{ font-size: 15px;}
    .index_five .box ul li ol { padding: 0 20px 20px; margin-top: -20px;}
    .index_five .box ul li ol dt{ font-size: 12px;}
    .index_five .box ul li ol em{margin: 12px 0 10px;}
    .index_five .box ul li ol h3{height: 44px; font-size: 16px; line-height: 22px;}
    .index_five .box ul li ol dd{ font-size: 12px; margin-top: 8px;}
    .index_five .more { width: 110px; height: 40px; line-height: 36px; font-size: 13px;  right: 20px;}

    .neiBanner{ height: 400px;}
    .neiBanner h2{ font-size: 40px;}

    .aboutOne { padding: 140px 0 130px; }
    .aboutOne .con .tit h2{ font-size: 36px;}
    .aboutOne .con dl{ font-size: 20px;}
    .aboutOne .con .text{ line-height: 26px;}
    
    .aboutTwo .tit { margin-bottom: 60px; }
    .aboutTwo .box ul { margin: 0; }
    .aboutTwo .box ul li{ padding: 0 50px;}
    .aboutTwo .box ul li .item { height: 280px;}
    .aboutTwo .box ul li .item dl { font-size: 200px; left: -18px; top: -39px; }
    .aboutTwo .box ul li .item img{ height: 100px;}
    .aboutTwo .box ul li .item ol dt{ font-size: 15px;}
    .aboutTwo .box ul li .item ol h3 { font-size: 22px; margin-bottom: 10px; }

    .aboutThree { padding: 125px 0 95px; }
    .aboutThree .con .tit { font-size: 20px;}

    .products .item .con .tit{ font-size: 22px;}

    .proview .prohead h1{ font-size: 26px;}
    .proview .text h3{ font-size: 20px;}
    .proview .text{ line-height: 26px;}

    .news .box ul li{ margin-bottom: 30px;}
    .news .box ul li .pic{ width: 320px;}
    .news .box ul li h3{ font-size: 20px;}
    .news .box ul li dt{ font-size: 15px;}
    .news .box ul li .more{ font-size: 18px;}

    .partner { padding: 100px 0 60px;}

    .contact { padding: 60px 0 90px; }
    .contact .box .tit h3{ font-size: 30px;}
    .contact .box .boxcon ul li img{ width: 40px; margin-right: 20px;}
    .contact .box .boxcon ul li ol dt{ font-size: 14px; margin-bottom: 8px;}
    .contact .box .boxcon ul li ol dl{ font-size: 18px;}

    .footer .fmain .logo img{ height: 50px;}
    .footer .fmain .tit{ font-size: 20px;}
    .footer .fmain .fnav .box ul li a{ font-size: 16px;}
    .footer .copyright{ line-height: 50px;}
}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {
    .header{ height: 80px;}
    .header .logo{ height: 80px; padding: 20px 0;}

    .index_two .box .pic { width: 58%; }
    .index_two .box .con{ width: 70%;}

    .index_three .box{ margin-bottom: 50px;}
    .index_three .box .item .title h2{ font-size: 30px;}

    .index_four .title h2 { font-size: 30px; }

    .index_five .wrap{ padding: 0 50px;}
    .index_five .title h2{ font-size: 30px;}
    .index_five .more{ right: 50px;}

    .neiBanner{ height: 360px;}

    .neiNav ul li { margin-left: 10px; }

    .aboutOne .con .tit h2 { font-size: 30px; }

    .aboutTwo .box ul li .item { height: 250px; }
    .aboutTwo .box ul li .item ol dt{ line-height: 1.6;}

    .honor { padding: 140px 0 40px;}
    .honor .swiper-slide.swiper-slide-active p{ font-size: 18px;}

    .products { padding: 50px 0 60px; }
    .products .item a{ padding: 30px;}
    .products .item .con{ padding: 0 30px;}
    .products .item .con .text{ height: 125px; line-height:25px;}
    .products .item .con dd{ margin-top: 25px;}

    .news { padding: 50px 0 60px; }
    .news .box ul li .more { font-size: 15px; }
    .newsView .box .newsHead h1{ font-size: 25px;}

    .partner { padding: 50px 80px 40px; }

    .tccBox .BoxCon{ width: 1000px;}
}

@media (max-width: 1200px) {
    .header .nav>ul>li { margin-left: 25px; }
    .header .search{ width: 160px;}
}

@media (max-width: 1030px) {
    body{ font-size: 15px;}

    .header .logo{padding: 24px 0;}
    .header .nav>ul>li { margin-left: 18px; }
    .header .nav>ul>li>a{ font-size: 14px;}
    .header .lang { margin-left: 21px; }
    .header .lang a { font-size: 14px; background-size: auto 100% !important;}
    .header .search { width: 130px; }
    .header .search input{ height: 34px;}
    .header .search button{ height: 34px;}

    html, body, .swiper-container, .swiper-wrapper, .swiper-slide{ height: auto;}
    .swiper-container.page{ overflow: inherit;}

    .swiper-slide.index_one .swiper-slide{ height: 500px;}
    .index_one .arrow{ bottom: 35px;}
    .index_one .arrow .arrow-left, .index_one .arrow .arrow-right { width: 40px; height: 40px;}
    .index_one .num{ bottom: 35px;}
    .index_one .num .current { font-size: 28px;}
    
    .index_two .box{margin-top: 0;}
    .index_two .box .pic{ width: 85%;}
    .index_two .box .con { width: 88%; padding: 40px 120px 40px 40px; }
    .index_two .box .con .tit{ font-size: 20px;}
    .index_two .num{ padding: 60px 30px;}
    .index_two .num ul li ol dl b{ font-size: 28px;}
    .index_two .num ul li ol dt{ font-size: 14px;}

    .index_three .wrap{ padding: 80px 20px;}

    .index_four{ padding-bottom: 80px;}
    .index_four .title{ padding-top: 80px;}

    .index_five .title{ padding-top: 80px;}

    .neiBanner h2 { font-size: 30px; padding-bottom: 20px;}

    .neiNav ul li a { font-size: 14px; line-height: 46px; padding: 0 18px;}

    .aboutOne { padding: 80px 0 60px; }
    .aboutOne .wrap{ display: block;}
    .aboutOne .con{ width: 100%; margin-bottom: 30px; padding: 0;}
    .aboutOne .con::before{ display: none;}
    .aboutOne .con dl{ font-size: 17px; margin-bottom: 20px;}
    .aboutOne .pic{ width: 100%;}
    
    .aboutTwo { padding-bottom: 160px;}
    .aboutTwo .box ul li{ padding: 0 15px;}
    .aboutTwo .box ul li .item ol { padding: 40px 30px 20px;}
    .aboutTwo .box ul li .item ol h3{ font-size: 18px;}

    .aboutThree { padding: 60px 0 20px; }
    .aboutThree .wrap{ display: block;}
    .aboutThree .con{ width: 100%; padding: 0; margin-bottom: 30px;}
    .aboutThree .con::before{ display: none;}
    .aboutThree .con .tit{ font-size: 17px; line-height: 20px;}
    .aboutThree .pic{ width: 100%;}
    .aboutThree .pic img{ width: 100%;}

    .aboutFour { padding-bottom: 70px; }

    .technology .box .boxCon .item .tit{ font-size: 18px;}

    .honor .swiper-slide.swiper-slide-active p{ font-size: 15px;}

    .products { padding: 35px 0 40px; }
    .products .item a { padding: 20px; }
    .products .item .con .tit { font-size: 20px; margin-bottom: 10px;}
    .products .item .con .text { height: 110px; line-height: 22px; }
    .products .item .con dd { margin-top: 15px; }

    .proview { padding: 35px 0 50px; }
    .proview .prohead h1 { font-size: 23px; }

    .news .box ul li .pic { width: 260px; margin-right: 25px;}
    .news .box ul li .con { margin-right: 50px; }
    .news .box ul li h3{ font-size: 18px; margin-bottom: 10px;}
    .news .box ul li dt{ margin-bottom: 15px;}

    .footer .fmain .tit{ margin-bottom: 15px;}
    .footer .fmain .logoShare { width: 240px; }
    .footer .fmain .logo img{ height: 32px;}
    .footer .fmain .logoShare .txt{ font-size: 14px;}
    .footer .fmain .fnav { width: 315px; }
    .footer .fmain .fnav .box ul li { margin-top: 18px; margin-right: 22px; }
    .footer .fmain .fnav .box ul li a{ font-size: 15px;}
    .footer .fmain .fcontact{ width: 310px;}

    .tccBox .BoxCon{ width: 880px;}
}

@media screen and (max-width:750px){
    body{ font-size: 14px;}
    .wrap{ width: 100%; padding: 0 15px;}
    .w1200{ width: 100%; padding: 0;}

    .header{ width: 100%; height:60px; background: rgba(0, 0, 0, .6);  position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 15px 0; }
    .header .headRight{ float: none; position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  border-top: #eee solid 1px; background: rgba(0, 0, 0, .85); display: none;}
    .header .nav{float: none;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111;}
    .header .nav>ul>li{ margin-left: 0; line-height: 50px; border-bottom: #444 solid 1px; float: none;}
    .header .nav>ul>li:before {height: 2px;}
    .header .nav>ul>li>a{ padding-left: 15px;}
    .header .lang{margin-left: 15px; margin-top: 17px; margin-bottom: 20px;}
    .header .lang a{ line-height: 25px;}
    .header .search{ width: 100%; padding: 0 15px; margin-left: 0;}
    .header .search button{ right: 18px;}

    .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:#fff;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:#fff;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#fff;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;}

    .swiper-slide.index_one .swiper-slide{ height: 250px;}
    .index_one .arrow { bottom: 20px; }
    .index_one .arrow .arrow-left, .index_one .arrow .arrow-right { width: 30px; height: 30px; margin: 0 3px;}
    .index_one .num { bottom: 20px; }
    .index_one .num .current { font-size: 19px; }
    .index_one .num span{ font-size: 19px;}
    
    .index_two .box{ display: flex; flex-direction: column-reverse;}
    .index_two .box .pic{ width: 100%;}
    .index_two .box .con{ width: 100%; position:relative; padding:30px 20px;}
    .index_two .box .con .tit { font-size: 16px; }
    .index_two .box .con .text{ font-size: 13px;}
    .index_two .box .con .more{ margin: 30px auto 0;}
    
    .index_two .num{padding: 30px 0 20px;}
    .index_two .num ul li{ width: 50%; margin-bottom: 15px;}
    .index_two .num ul li img{ height: 25px; margin-right: 10px;}
    .index_two .num ul li ol dt{ font-size: 12px;}
    .index_two .num ul li ol dl{ font-size: 12px; margin-bottom: 6px; padding-bottom: 6px;}
    .index_two .num ul li ol dl b { font-size: 18px; }

    .index_three .wrap { padding: 50px 20px; }
    .index_three .box .item .title h2 { font-size: 17px; }
    .index_three .box .item .title dl { font-size: 15px; }
    .index_three .listMenu{ width: 100%; padding: 0 20px;}
    .index_three .listMenu .swiper-slide dl { width: 50px; height: 50px; line-height: 46px}
    .index_three .listMenu .swiper-slide dl img{ width: 22px;}
    .index_three .box .item .more { width: 95px; height: 36px; line-height: 33px;  margin: 30px auto 0;}

    .index_four { padding-bottom: 40px; }
    .index_four .title { padding-top: 40px; margin-bottom: 20px; }
    .index_four .title h2 { font-size: 22px; }
    .index_four .title dl { font-size: 13px; }
    .index_four .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .index_four .box ul li .item { height: 156px; }
    .index_four .box ul li .item .con { padding: 18px; }
    .index_four .box ul li .item .con ol img{ height: 25px;}
    .index_four .box ul li .item .con ol h3 { height: 90px; font-size: 13px; line-height: 18px;margin-right: 8px; }
    .index_four .box ul li .item.more .moreBox .tit{ font-size: 14px;}
    .index_four .box ul li .item.more .moreBox dt { width: 90px; height: 34px; line-height: 30px; font-size: 12px;}

    .index_five .wrap { padding: 0 15px; }
    .index_five .title{ width: 100%;  padding-top: 40px; margin-bottom: 25px;}
    .index_five .title h2 { font-size: 22px; text-align: center;}
    .index_five .title dl{ font-size: 13px; text-align: center;}
    .index_five .box ul { margin: 0 -5px;}
    .index_five .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .index_five .box ul li a::before{ display: none;}
    .index_five .box ul li ol{padding: 0 15px 20px;}
    .index_five .box ul li ol h3{ height: 36px; font-size: 12px; line-height: 18px;}
    .index_five .more{width: 95px; height: 36px; line-height: 33px;  margin: 30px auto 0; position: relative;}

    .neiBanner{ height: 200px;}
    .neiBanner h2{ font-size: 24px; text-align: center; padding-bottom: 12px;}
    .neiBanner h2::before{ height: 2px; left: 50%; transform: translateX(-50%);}

    .neiNav{ margin-top: 30px;}
    .neiNav ul{ justify-content: center;}
    .neiNav ul li{ margin: 0 2px;}
    .neiNav ul li a { font-size: 12px; line-height: 36px; padding: 0 8px; }

    .aboutOne { padding: 40px 0; }
    .aboutOne .con .tit{ margin-bottom: 18px;}
    .aboutOne .con .tit h2{ font-size: 24px; text-align: center;}

    .aboutTwo .tit { margin-bottom: 35px; }
    .aboutTwo .box ul li{ width: 100%; margin-bottom: 10px; padding: 0;}
    .aboutTwo .box ul li .item{ height: 190px;}
    .aboutTwo .box ul li .item ol { padding: 20px 30px 20px; }

    .aboutThree { padding: 30px 0 20px; }

    .aboutFour { padding-bottom: 50px; }
    .aboutFour .box ul li{ width: 50%; margin-bottom: 10px;}

    .technology { padding: 35px 0 50px; }
    .technology .box { padding: 0 20px; margin-top: -30px;}
    .technology .box .boxCon .item{ padding: 18px;}
    .technology .box .boxCon .item .tit{ font-size: 16px;}

    .honor{ padding:100px 0 40px; margin-top: -66px;}
    .honor .swiper-slide dl{ height: 200px;}
    .honor .swiper-slide.swiper-slide-active p{ font-size: 12px; margin-top: 10px;}

    .products .item { margin-bottom: 15px; }
    .products .item a{ display: block; padding: 15px;}
    .products .item .pic{ width: 100%; margin-bottom: 10px;}
    .products .item .con{ width: 100%; padding: 0;}
    .products .item .con .tit{ font-size: 18px;}
    .products .item .con .tit::before{ height: 3px;}

    .proview .prohead{ padding-bottom: 20px; margin-bottom: 20px;}
    .proview .prohead h1{ font-size: 18px;}
    .proview .text h3 { font-size: 16px; margin-bottom: 8px;}

    .news { padding: 35px 0 40px; }
    .news .box ul{ margin-top: 0;}
    .news .box ul li { margin-bottom: 13px; }
    .news .box ul li .pic{ width: 120px; margin-right: 10px;}
    .news .box ul li .con{ width: calc(100% - 130px); margin-right: 0;}
    .news .box ul li h3{ font-size: 15px; font-weight: normal; line-height: 1; margin-bottom: 5px;}
    .news .box ul li dt{ height: 36px; line-height: 18px; font-size: 12px; margin-bottom: 5px;}
    .news .box ul li ol .date{ font-size: 12px; background-size: 12px auto; margin-right: 15px;}
    .news .box ul li ol .publisher{ font-size: 12px; background-size: 11px auto;}
    .news .box ul li .more{ display: none;}

    .newsView{  padding: 20px 0 30px;}
    .newsView .box{ background: #fff; box-shadow:5px 8px 0 #e4e4e4; margin-bottom: 10px;}
    .newsView .box .newsHead{ padding: 30px 20px 10px;  position: relative;}
    .newsView .box .newsHead::after{ content: ""; width: 40px; height: 3px; position: absolute; left:20px; bottom: -2px;}
    .newsView .box .newsHead h1{ font-size: 18px;  margin-bottom: 10px;}
    .newsView .box .newsHead span{ font-size: 13px; margin-right: 10px;}
    .newsView .box .industryHead{ font-size: 35px; font-weight: normal; color: #000;  padding: 50px 70px 30px; border-bottom: #eaeaea solid 2px; position: relative;}
    .newsView .box .industryHead::after{ content: ""; width: 60px; height: 3px;  position: absolute; left: 70px; bottom: -2px;}
    .newsView .box .viewCon{ padding:30px 20px 30px; line-height:1.8; font-size: 15px;}
    .newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 20px; overflow: hidden;}
    .newsView .box .viewPage .boxCon{ float: none; padding-right: 120px;}
    .newsView .box .viewPage .boxCon a{ font-size: 14px; display: block; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; margin-bottom: 10px;}
    .newsView .box .viewPage .back{ width: 100px; height: 36px; line-height: 36px;  float: none; margin: 0 auto; right: 20px;}
    .newsView .box .viewPage .back a{color: #fff; display: block;}

    .partner { padding: 35px 0 40px; }

    .contact { padding: 35px 0 50px; }
    .contact .wrap{ display: block;}
    .contact .box{ width: 100%;}
    .contact .box .tit{ margin-bottom: 25px;}
    .contact .box .tit h3{ font-size: 18px; margin-bottom: 10px;}
    .contact .box .boxcon ul li{ margin-bottom: 20px;}
    .contact .box .boxcon ul li img { width: 35px; margin-right: 13px; }
    .contact .box .boxcon ul li ol dt { font-size: 13px; margin-bottom: 7px; }
    .contact .box .boxcon ul li ol dl { font-size: 14px; }
    .contact #map{ width: 100%; height: 300px;}

    .footer{ padding-top: 35px;}
    .footer .fmain .wrap{ display: block;}
    .footer .fmain .logoShare{ width: 100%; margin-bottom: 20px;}
    .footer .fmain .fnav{ display: none;}
    .footer .fmain .fcontact{ width: 100%;}
    .footer .copyright{ font-size: 12px; line-height: 1.5; padding: 13px 0;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 2px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:2px;}
    .fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
    .fenye a.current { color: #fff;  background: #242a34; margin-right: 2px; border: #242a34 solid 1px;}

    .tccBox .BoxCon{ width: 90%;}
    .search-dialog{ width: 95%;}
}