@charset "utf-8";
/* CSS 鼠标效果 */
@import url('xiaoguo.css');

@font-face {
    font-family: 'Swiss924BT';
    src: url('../fonts/Swiss924BT.eot');
    src: url('../fonts/Swiss924BT.eot') format('embedded-opentype'),
         url('../fonts/Swiss924BT.woff2') format('woff2'),
         url('../fonts/Swiss924BT.woff') format('woff'),
         url('../fonts/Swiss924BT.ttf') format('truetype');
}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #333; overflow-x: hidden; font-family:"Microsoft YaHei",Arial,sans-serif; padding-top: 90px;}
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:"Microsoft YaHei",Helvetica,Arial,Verdana,sans-serif; }
::-webkit-input-placeholder {color: #666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}

a { text-decoration: none; color:#000; transition: color 0.56s ease;}
a:hover{ color: #ee2d11;}

.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: 1400px; margin: 0 auto;}
.w1000{ width: 1000px; 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:90px; background: #fff;  box-shadow: 0 0  10px rgba(0,0,0,.1); position: fixed; left: 0; top: 0; z-index: 99999;}
.header .logo{ height: 90px; padding: 17px 0; position: absolute; left: 80px; top: 0;}
.header .headRight{ position: relative; text-align: center;}
.header .nav{ margin:28px auto 0; display: inline-block;}
.header .nav ul{ }
.header .nav ul li{ line-height: 44px; position: relative; margin:0 27px; float: left;}
.header .nav ul>li>a{ color: #000; font-size: 16px; text-align: center; display: block; position: relative; z-index: 99; transition: all .4s;}
.header .nav ul>li.on>a,.header .nav ul>li a:hover{ color: #ee2d11; }
.header .nav ul>li:hover>a{ color: #ee2d11;}
.header .nav ul li.on a{ color: #ee2d11;}
.header .nav ul li.on:after{ content: ""; width: 100%; height: 2px; background: #ee2d11; position:absolute; left: 0; bottom: 0; }
.header .langSearch{ position: absolute; right: 80px; top: 40px;}
.header .langSearch .lang{ float: left;}
.header .langSearch .lang a{ display: block; float: left; margin-left: 5px;}
.header .langSearch .searchBtn{ width: 20px; height: 20px; background: url(../images/searchBtn.png) no-repeat center; margin-left: 60px; margin-top: 3px; float: left; position: relative; cursor: pointer;}
.header .langSearch .searchBtn::before{ content: ""; width: 1px; height: 18px; background: #858585; position: absolute; left: -30px; top: 0;}
.header .menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative;}
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper-container .swiper-slide a{  display: block; width:100%;}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .pagination {position: absolute;z-index: 20;bottom:45px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:60px; height: 2px; background:#fff; margin: 0 6px; cursor: pointer;}
.banner .swiper-active-switch { background: #e02f1a; opacity: 1;}

.neiBanner{height: 550px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}
.neiBanner.proBanner{ height: 295px;}
.neiBanner .bannerText{ text-align: center; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%);}
.neiBanner .bannerText h2{ font-family:"Swiss924BT", serif; font-size: 70px; color: #fff; font-weight: normal; line-height: 1; text-shadow:2px 2px 10px rgba(0, 0, 0, .3); margin-bottom: 8px; }
.neiBanner .bannerText p{ font-size: 35px; color: #fff; font-weight: bold; line-height: 1; position: relative; display: inline-block;}
.neiBanner .bannerText p::before{ content: ""; width: 45px; height: 2px; background: #fff; position: absolute; left: -70px; top: 50%; transform: translateY(-50%);}
.neiBanner .bannerText p::after{ content: ""; width: 45px; height: 2px; background: #fff; position: absolute; right: -70px; top: 50%; transform: translateY(-50%);}

.breadNeinav{ height: 76px; background: #eaeaea;}
.breadNeinav .bread{ line-height: 76px; float: left;}
.breadNeinav .neiNav{ float: right;}
.breadNeinav .neiNav ul li { float: left; width: 150px; margin: 18px 6px;}
.breadNeinav .neiNav ul li a{ text-align: center; line-height: 40px; font-size: 16px; color: #000; background: #fff; display: block; transition: all .4s;}
.breadNeinav .neiNav a:hover, .breadNeinav .neiNav .on a{background: #004a93; color: #fff;}

.title{ text-align: center; margin-bottom: 70px;}
.title h2{ font-size: 45px; color: #333; line-height: 1; position: relative; display:inline-block;}
.title h2::before{content: ""; width: 25px; height: 2px; background: #8d8d8d; position: absolute; left: -40px; top: 50%; transform: translateY(-50%);}
.title h2::after{content: ""; width: 25px; height: 2px; background: #8d8d8d; position: absolute; right: -40px; top: 50%; transform: translateY(-50%);}

.ipro{ padding: 70px 112px 80px;}
.ipro .box ul{ margin: 0 -10px;}
.ipro .box ul li{ width: 20%; padding: 0 10px; float: left;}
.ipro .box ul li a{ position: relative; display: block;}
.ipro .box ul li dl{ padding-bottom: 123.4567%; position: relative; overflow: hidden;}
.ipro .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.ipro .box ul li h3{ font-size: 22px; color: #000; font-weight: normal; padding-bottom: 13px; position: absolute; left: 30px; bottom: 30px;}
.ipro .box ul li h3::after{ content: ""; width: 20px; height: 1px; background: #969696; position: absolute; left: 0; bottom: 0;}
.ipro .more{ width: 180px; height: 50px; line-height: 48px; font-size: 20px; color: #fff; text-align: center; background: #486c62; border-radius: 8px; display: block; margin: 80px auto 0; transition: all .4s;}
.ipro .more:hover{ background: #233f71;}

.iabout{ padding: 65px 0 70px; background: url(../images/iaboutBg.jpg) no-repeat center top; background-size: 100% auto;}
.iabout .title h2{ color: #fff;}
.iabout .title h2::before{ background: #fff;}
.iabout .title h2::after{ background: #fff;}
.iabout .text{ color: #fff; font-size: 18px; line-height: 25px; padding: 0 45px 80px;}
.iabout .con{}
.iabout .con ul{ margin: 0 -13px;}
.iabout .con ul li{ width: 100%; padding:0 13px; float: left;}
.iabout .con ul li ol{ padding-bottom: 33.8888%; position: relative; border-radius: 10px; overflow: hidden;}
.iabout .con ul li ol img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.iabout .con ul li ol .item{ width: 100%; position: absolute;}
.iabout .con ul li ol .item dl{ padding-bottom: 33.3333%; position: relative;}
.iabout .con ul li ol .item dl img{ border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
.iabout .con ul li ol .item h3{ font-size: 18px; color: #fff; text-align: center; font-weight: normal; line-height: 45px;}
.iabout .con .videoBtn{ cursor: pointer;}

.inews{ padding-bottom: 65px;}
.inews .pic{ width: 50%; padding-right: 28px; float: left;}
.inews .pic a{ position: relative; display: block;}
.inews .pic dl{ padding-bottom: 57.2916%; position: relative; overflow: hidden;}
.inews .pic dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.inews .pic ol{ width: 100%; background:rgba(0,0,0,0.6); padding: 20px 40px; position: absolute; left: 0; bottom: 0;}
.inews .pic ol h3{ font-size: 20px; color: #fff; font-weight: normal; line-height: 1.2; margin-bottom: 7px;}
.inews .pic ol dt{ font-size: 15px; color: #949494; line-height: 16px;}
.inews .list{ width: 50%; padding-left: 25px; overflow: hidden; float: right;}
.inews .list ul{ overflow: hidden; margin-top: -30px;}
.inews .list ul li{ border-top: 1px solid #d2d2d2; padding: 35px 0;}
.inews .list ul li a{ display: block;}
.inews .list ul li dl{ width: 100px; font-size: 18px; color: #999999;  border-right: #d2d2d2 solid 1px; float: left; }
.inews .list ul li dl b{ font-size: 43px; font-weight: 500; text-align: left; line-height: 1; padding-left: 12px; margin-bottom: 5px; display: block;}
.inews .list ul li ol{  padding-left: 130px;}
.inews .list ul li ol h3{ font-size: 18px; color: #333; font-weight: normal; line-height: 1; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 12px;}
.inews .list ul li ol dt{ font-size: 16px; color: #999999; line-height: 22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.inews .list ul li a:hover h3{ color: #e02f1a;}
.inews .more{width: 180px; height: 50px; line-height: 46px; font-size: 20px; color: #999999; text-align: center; background: #fff; border: #d2d2d2 solid 2px; border-radius: 8px; display: block; margin: 80px auto 0; transition: all .4s;}
.inews .more:hover{  background: #e02f1a; color: #fff;  border: #e02f1a solid 2px;}

.companyProfile{ padding: 70px 0 120px;}
.companyProfile .text{ width: 50%; line-height: 30px; float: left;}
.companyProfile .pic{ width: 50%; padding-left: 50px; float: right;}
.companyProfile .pic img{ box-shadow: -20px 20px 0 #eaeaea;}

.aboutVideo{ padding: 60px 0; background-color:#f0f0f0; background-size:  cover; text-align: center;}
.aboutVideo .tit{ margin-bottom: 30px;}
.aboutVideo .tit h2{ font-size: 35px; color: #333333; line-height: 1;}
.aboutVideo video{ width: 920px;}

.honor{ padding: 80px 0;}
.honor .box ul{ margin: 0 -9px;}
.honor .box ul li{ width: 25%; padding: 0 9px; margin-bottom: 30px; float: left;}
.honor .box ul li dl{ padding-bottom: 144.486%; position: relative; overflow: hidden; border: #bbb solid 1px;}
.honor .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.honor .box ul li h3{ font-size: 16px; font-weight: normal; text-align: center; line-height: 1.2; margin-top: 15px;}

.equipment{ padding: 80px 0;}
.equipment .box ul{ margin: 0 -13px;}
.equipment .box ul li{ width: 33.33%; padding: 0 13px; margin-bottom: 24px; float: left;}
.equipment .box ul li dl{ padding-bottom: 77.8787%; position: relative; overflow: hidden;}
.equipment .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.equipment .box ul li h3{ font-size: 16px; font-weight: normal; text-align: center; line-height: 1.2; margin-top: 10px;}

.history{ padding:125px 0;}
.history .box{ position: relative;}
.history .box::after{ content: ""; width: 100%; height: 1px; background: #d3d3d3; position: absolute; left: 0; top: 50%;}
.history .box .arrow-left,.history .box .arrow-right{ width:54px; height:54px; display: block; position: absolute; z-index: 2;}
.history .box .arrow-left{ background: url(../images/arrow-left.png) no-repeat center; position: absolute; left: -54px; top: 50%; margin-top: -27px;}
.history .box .arrow-right{ background: url(../images/arrow-right.png) no-repeat center; position: absolute; right: -54px; top: 50%; margin-top: -27px;}
.history .box .swiper-container {width: 100%;height: 530px;}
.history .box .swiper-slide {width:100%; text-align: center; position: relative;}
.history .box .swiper-slide:before{ content: ""; width: 1px; height: 243px; background: #cfcfcf; position: absolute; left: 50%; top: 0; }
.history .box .swiper-slide.cur:before{ bottom: 0; top: auto;}
.history .box .swiper-slide dl{line-height: 46px; background: #004a93; display: inline-block; padding: 0 30px; font-size:18px; color: #fff; font-weight: normal; border-radius: 30px; margin-top: 243px; position: relative; z-index: 11; transition: all .4s;}
.history .box .swiper-slide ol{ width:100%; height:186px; color: #333; background: #eaeaea; position: absolute; top: 0; line-height:1.4; text-align:left; font-size: 15px; padding:25px; border-radius: 6px;}
.history .box .swiper-slide.cur ol{ bottom: 0; top: auto;}
.history .box .swiper-slide:hover dl{ background: #5b5b5b; color: #fff;}
.history .box .swiper-slide:hover ol{ background: #5b5b5b; color: #fff;}

.news{ padding: 50px 0 70px;}
.news .box{ padding-bottom: 30px;}
.news .box ul{ margin: 0 -26px;}
.news .box ul li{ width: 33.33%; padding:0 26px; margin-bottom: 45px; float: left;}
.news .box ul li dl{padding-bottom: 60.1851%; position: relative; overflow: hidden;}
.news .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.news .box ul li ol{}
.news .box ul li ol h3{ font-size: 16px; color: #004a93;line-height: 1; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin: 15px 0 12px; }
.news .box ul li ol dt{ height: 66px; font-size: 15px; color: #999; line-height: 22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-bottom: 18px;}
.news .box ul li ol dd{ color: #999; font-weight: bold; line-height: 1; background: url(../images/icon05.png) no-repeat right center;}

.newsView{ padding: 50px 0 100px;}
.newsView .newsHead{ text-align: center; margin-bottom: 30px;}
.newsView .newsHead h1{ font-size: 20px; color: #004a93;  font-weight: bold; line-height: 1.2; }
.newsView .newsHead p{ font-size: 16px; color: #999; font-weight: 300; margin-top: 10px; }
.newsView  .text{ font-size: 16px; line-height: 30px; color: #666; }
.newsView .pageBox{ padding-top: 90px;}
.newsView .pageBox .page{ color: #004a93; font-weight: 500; line-height: 2;}
.newsView .pageBox .page p{ font-size: 15px; font-weight: bold; overflow: hidden;  text-overflow:ellipsis; white-space: nowrap;}
.newsView .pageBox .page p a{ font-weight: normal; color: #666;}
.newsView .pageBox .page p a:hover{ color: #004a93;}
.newsView .pageBox .back{ float: right; width: 150px; height: 44px; line-height: 44px; text-align: center; color: #fff; font-weight: normal; background: #004a93; margin-top: 8px;}
.newsView .pageBox .back:hover{ background: #013366;}

.products{ padding: 50px 0 90px;}
.products .box{ padding-bottom: 50px;}
.products .box ul{ margin: 0 -14px;}
.products .box ul li{ width: 25%; padding: 0 14px; margin-bottom: 30px; float: left;}
.products .box ul li dl{padding-bottom: 100%; position: relative; overflow: hidden;}
.products .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto; z-index: 1;}
.products .box ul li dl::before{ content: ""; width: calc(100% - 4px); height: calc(100% - 4px); border: #e0e0e0 solid 2px; position: absolute; left: 0; top: 0; z-index: 11;}
.products .box ul li h3{ font-size: 17px; color: #666;line-height: 1; font-weight: normal; text-align: center; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-top: 10px; transition: all .4s;}
.products .box ul li a:hover h3{color: #004a93;}

.proView{ margin-top: -222px;  position: relative; z-index: 11;}
.proView .proHead{}
.proView .proHead .picBig{ width: 515px; height: 515px; position: relative; float: left;}
.proView .proHead .picBig img{ width: 100%;}
.proView .proHead .picBig::before{ content: ""; width: calc(100% - 1px); height: calc(100% - 1px); border: #e0e0e0 solid 1px; position: absolute; left: 0; top: 0; z-index: 11;}
.proView .proHead .box{ width: 660px; height: 515px; float: right; display: flex; flex-wrap: wrap; align-content: space-between;}
.proView .proHead .box .tit{ width: 100%;}
.proView .proHead .box .tit h1{ font-size: 30px; color: #fff; line-height: 1; margin-bottom: 15px;}
.proView .proHead .box .tit dt{ font-size: 18px; color: #fff; margin-bottom: 30px;}
.proView .proHead .box .tit dd{ width: 150px; height: 50px; line-height: 50px; background: #df2f1a; color: #fff; font-size: 18px; text-align: center; cursor: pointer;}
.proView .proHead .box .tit dd a{color: #fff;}
.proView .proHead .box .piclist{ width: 100%;}
.proView .proHead .box .piclist ul{ margin: 0 -9px;}
.proView .proHead .box .piclist ul li{ width: 20%; padding: 0 9px; float: left;}
.proView .proHead .box .piclist ul li dl{padding-bottom: 100%; position: relative; overflow: hidden; cursor: pointer;}
.proView .proHead .box .piclist ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.proView .proHead .box .piclist ul li dl::before{ content: ""; width: calc(100% - 4px); height: calc(100% - 4px); border: #e0e0e0 solid 2px; position: absolute; left: 0; top: 0; z-index: 11;}
.proView .proHead .box .piclist ul li.on dl::before{border: #004a93 solid 2px;}
.proView .proCon{ margin-top: 40px; background-color:#f0f0f0; width:100%;}
.proView .proCon .tit{ padding: 20px 0 20px 0;}
.proView .proCon .tit h2{ font-size: 25px; color: #000; line-height: 1;}
.proView .proCon .text{ background: #fff; border: #d8d8d8 solid 0px; padding: 30px;}

.network{ padding-top: 80px; color: #666; text-align: center;}

.contact{ padding: 100px 0 110px;}
.contact .box{ background: #f2f2f2; display: flex; align-items: center;}
.contact .box .con{ width: 50%; display: flex; justify-content: center; line-height: 28px;}

.message{ padding: 90px 0;}
.message .tit{ margin-bottom: 30px;}
.message .box{}
.message .box ul{ margin: 0 -15px; overflow: hidden;}
.message .box ul li{ width: 50%; padding: 0 15px; margin-top: 15px; float: left;}
.message .box ul ol{ width: 100%; padding: 0 15px; margin-top: 15px;}
.message .box ul input{ width: 100%; height: 64px; border: #ededed solid 2px; font-size: 16px; padding-left: 15px; border-radius: 5px;}
.message .box ul input:focus,.message .box ul input.error{ border: #ff1900 solid 2px; }
.message .box ul textarea{ width: 100%; height: 180px; padding: 10px 15px; border: #ededed solid 2px; font-size: 16px;border-radius: 5px;}
.message .box ul textarea:focus,.message .box ul textarea.error{ border: #ff1900 solid 2px; }
.message .box ul select{ width: 100%; height: 64px; border: #ededed solid 2px; font-size: 16px; padding-left: 15px; border-radius: 5px;}

.message .box ul button{ width: 100%; line-height: 64px; background: #004a93; border: none; color: #fff; font-size: 16px; border-radius: 5px; cursor: pointer;}
.message .box ul button:hover{ background: #01305f;}

#map{ height:660px; border-top: 1px solid #d6d6d6;}

.footer .fmain{ padding: 100px 0 75px; background: url(../images/footBg.jpg) no-repeat center; background-size: cover;}
.footer .fmain .title h2{ color: #fff;}
.footer .fmain .title h2::before{ background: #fff;}
.footer .fmain .title h2::after{ background: #fff;}
.footer .fmain .box{}
.footer .fmain .box ul{ position: relative;}
.footer .fmain .box ul::before{ content: ""; width: 1px; height: 118px; background: rgba(255,255,255,0.16); position: absolute; right: 1px; top: 10px;}
.footer .fmain .box ul li{ width: 25%;  color: #fff; text-align: center; padding: 0 40px; position: relative; float: left;}
.footer .fmain .box ul li::before{ content: ""; width: 1px; height: 118px; background: rgba(255,255,255,0.16); position: absolute; left: 1px; top: 10px;}
.footer .fmain .box ul li i{ height: 50px; line-height: 48px; text-align: center; display: block; margin-bottom: 10px;}
.footer .fmain .box ul li h3{ font-size: 20px; color: #e02f1a; line-height: 1; margin-bottom: 12px;}
.footer .fmain .box ul li dt{ font-size: 18px; font-weight: 100;}
.footer .copyright{ font-size: 18px; color: #fff; line-height: 80px; background: #22584a;}
.footer .copyright a{ color: #fff;}
.footer .copyright a:hover{color: #e02f1a;}
.footer .copyright dl{ float: left;}
.footer .copyright ol{ float: right;}
.footer .fmain.indexFooter{ padding: 100px 0 160px;}
.footer .fmain.indexFooter .title{ margin-bottom: 150px;}

/*===/分页=============================*/
.text-center {text-align:center}
.pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
.pagination li {display:inline-block!important;}
.pagination a { font-size: 14px; color:#333;padding:6px 12px;line-height:18px;border:solid 1px #cccccc;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
.pagination li.active a,.pagination li a:hover{background: #024f3d; color: #fff; border: 1px solid #004a93;}

/*搜索框*/
.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{width: 680px;position: absolute;left:50%;top:50%;box-sizing:border-box;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: 800px; position: absolute;left:50%;top:50%;box-sizing:border-box;padding: 20px;transform: translate(-50%,-50%);background-color: #fff; color: #999;}
.tccBox .BoxCon .off{ width: 29px; height: 29px; background:url(../images/off.png) no-repeat center; position: absolute; top: 18px; right: 18px; cursor: pointer;}
.tccBox .BoxCon .tccTit{ font-size: 20px; text-align: center; color: #000; font-weight: bold; text-transform: uppercase; margin-bottom: 10px;}
.tccBox .BoxCon ul video{ background: #000; width: 100%; height: 428px; }

/*表单弹出层*/
.tcc-box{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tcc-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tcc-con{width: 1000px; position: absolute;left:50%;top:50%;box-sizing:border-box;padding: 50px 60px 55px;transform: translate(-50%,-50%);background-color: #fff;}
.tcc-con .offBtn{ width: 26px; height: 26px; background:url(../images/off.png) no-repeat center; background-size: cover; position: absolute; right: 18px; top: 18px; z-index: 11; cursor: pointer;}
.tcc-con dl{ font-size: 35px; font-weight: bold; text-align: center; color: #004a93; line-height: 1; margin-bottom: 28px;}
.tcc-con ol{ overflow: hidden; margin: 0 -11px;}
.tcc-con ol li{ width: 50%; padding: 0 11px; float: left;}
.tcc-con input{ width: 100%; height: 64px; line-height: 64px; border: #dbdbdb solid 1px; padding: 0 20px; font-size:16px; color: #333333; font-weight: 500; background-color: #f5f5f5; border-radius: 5px; margin-bottom: 20px;}
.tcc-con textarea{ width: 100%; height: 180px; line-height: 2; border: #dbdbdb solid 1px; padding:10px 20px; font-size:16px; color: #333333; font-weight: 500; background-color: #f5f5f5; border-radius: 5px; margin-bottom: 20px;}
.tcc-con input.error,.tcc-con textarea.error{ border: #ff1900 solid 2px;}
.tcc-con button { width:100%; height:64px; line-height: 64px; color: #fff; font-size: 16px;  border: none; background-color: #004a93; border-radius: 5px; cursor: pointer;}

@media only screen and (min-width: 1680px) and (max-width: 1920px){
    .header .nav{ padding-left: 200px;}
}

@media only screen and (min-width: 1440px) and (max-width: 1679px){
    .header .logo{ left: 15px;}
    .header .nav{ padding-left: 200px;}
    .header .langSearch{ right: 15px;}

    .neiBanner{ height: 450px;}
    .neiBanner .bannerText h2{ font-size: 50px;}
    .neiBanner .bannerText p{ font-size: 28px;}

    .title{ margin-bottom: 50px;}
    .title h2{ font-size: 38px;}

    .ipro{ padding: 70px 15px 80px;}
    .ipro .box ul li h3{ font-size: 18px;}
    .ipro .more{width: 160px; height: 46px; line-height: 44px; font-size: 18px; margin: 60px auto 0;}

    .iabout .text{ font-size: 16px;}

    .inews .list ul li dl b{ font-size: 38px;}
    .inews .list ul li ol dt{ font-size: 15px;}
    .inews .more{width: 160px; height: 46px; line-height: 42px; font-size: 18px; margin: 60px auto 0;}

    .honor{ padding: 70px 0;}

    .equipment{ padding: 70px 0;}

    .history{ padding: 100px 70px;}
    .history .wrap{ width: 100%;}
    .history .box .swiper-slide dl{ font-size: 16px;}
    .history .box .swiper-slide ol{ font-size: 14px; padding: 18px;}

    .news .box ul li ol dd{ font-weight: normal;}
    
    .network{ padding-top: 60px;}

    .contact{ padding: 70px 0;}

    #map{ height: 560px;}

    .footer .fmain.indexFooter{padding: 100px 0 110px;}
    .footer .fmain.indexFooter .title{  margin-bottom: 110px;}
    .footer .copyright{ font-size: 16px;}
}

@media only screen and (min-width: 1280px) and (max-width: 1439px){
    .wrap{ width: 1220px;}

    .header .logo{ left: 15px;}
    .header .nav{ padding-left: 200px;}
    .header .langSearch{ right: 15px;}

    .neiBanner{ height: 450px;}
    .neiBanner .bannerText h2{ font-size: 50px;}
    .neiBanner .bannerText p{ font-size: 28px;}

    .title{ margin-bottom: 50px;}
    .title h2{ font-size: 35px;}

    .ipro{ padding: 70px 15px 80px;}
    .ipro .box ul li h3{ font-size: 18px;}
    .ipro .more{width: 160px; height: 46px; line-height: 44px; font-size: 18px; margin: 60px auto 0;}

    .iabout .text{ font-size: 16px;}

    .inews .pic ol h3{ font-size: 18px;}
    .inews .list ul{ margin-top: -25px;}
    .inews .list ul li{ padding: 30px 0;}
    .inews .list ul li dl{ width: 90px; font-size: 16px;}
    .inews .list ul li dl b{ font-size: 32px;}
    .inews .list ul li ol{ padding-left: 115px;}
    .inews .list ul li ol h3{ font-size: 17px; margin-bottom: 8px;}
    .inews .list ul li ol dt{ height: 40px; font-size: 14px; line-height: 20px;}
    .inews .more{width: 160px; height: 46px; line-height: 42px; font-size: 18px; margin: 60px auto 0;}

    .honor{ padding: 70px 0;}

    .equipment{ padding: 70px 0;}

    .history{ padding: 100px 70px;}
    .history .wrap{ width: 100%;}
    .history .box .swiper-slide dl{ font-size: 16px;}
    .history .box .swiper-slide ol{ height: 210px; font-size: 14px; padding: 18px;}

    .news .box ul { margin: 0 -16px;}
    .news .box ul li{ padding: 0 16px;}
    .news .box ul li ol dd{ font-weight: normal;}
    
    .network{ padding-top: 60px;}

    .contact{ padding: 70px 0;}

    #map{ height: 560px;}

    .footer .fmain.indexFooter{padding: 100px 0 110px;}
    .footer .fmain.indexFooter .title{  margin-bottom: 110px;}
    .footer .copyright{ font-size: 16px;}
}

@media only screen and (min-width: 1000px) and (max-width: 1279px){
    body{ font-size: 15px;}
    .wrap{ width: 970px;}
    .w1000{ width: 970px;}
    .w1200{ width: 970px;}

    .header .logo{ left: 10px;}
    .header .nav{ padding-left: 250px;}
    .header .nav ul li{ margin: 0 12px;}
    .header .langSearch{ right: 15px;}
    .header .langSearch .searchBtn{ margin-left: 40px;}
    .header .langSearch .searchBtn::before{ left: -20px;}

    .neiBanner{ height: 340px;}
    .neiBanner .bannerText h2{ font-size: 48px;}
    .neiBanner .bannerText p{ font-size: 22px;}

    .breadNeinav{ height: 60px;}
    .breadNeinav .bread{ line-height: 60px;}
    .breadNeinav .neiNav ul li{ width: auto; margin: 13px 3px;}
    .breadNeinav .neiNav ul li a{ font-size: 14px; line-height: 34px; padding: 0 15px;}

    .title{ margin-bottom: 40px;}
    .title h2{ font-size: 28px;}

    .ipro{ padding: 50px 15px 50px;}
    .ipro .box ul { margin: 0 -5px;}
    .ipro .box ul li{ padding: 0 5px;}
    .ipro .box ul li h3{ font-size: 16px; left: 25px; bottom: 25px;}
    .ipro .more{width: 130px; height: 40px; line-height: 38px; font-size: 16px; margin: 50px auto 0;}

    .iabout{padding: 50px 0 60px; background-size: auto 500px;}
    .iabout .text{ font-size: 15px; padding: 0 20px 50px;}
    .iabout .con ul { margin: 0 -5px;}
    .iabout .con ul li{ padding: 0 5px;}

    .inews .pic{ padding-right: 10px;}
    .inews .pic ol{ padding: 18px;}
    .inews .pic ol h3{ font-size: 16px;}
    .inews .pic ol dt{ font-size: 14px;}
    .inews .list{ padding-left: 10px;}
    .inews .list ul{ margin-top: -15px;}
    .inews .list ul li{ padding: 20px 0;}
    .inews .list ul li dl{ width: 90px; font-size: 16px;}
    .inews .list ul li dl b{ font-size: 30px;}
    .inews .list ul li ol{ padding-left: 115px;}
    .inews .list ul li ol h3{ font-size: 17px; margin-bottom: 8px;}
    .inews .list ul li ol dt{ height: 40px; font-size: 13px; line-height: 20px;}
    .inews .more{width: 130px; height: 40px; line-height: 32px; font-size: 16px; margin: 30px auto 0;}

    .companyProfile{padding: 50px 0 60px;}
    .honor{ padding: 50px 0 50px;}
    .honor .box ul li h3{ font-size: 15px; margin-top: 10px;}
    .equipment{ padding: 50px 0;}
    .equipment .box ul li h3{ font-size: 15px; margin-top: 10px;}

    .history{ padding: 50px 15px;}
    .history .wrap{ width: 100%;}
    .history .box .arrow-left{ display: none;}
    .history .box .arrow-right{ display: none;}
    .history .box .swiper-container{ height: auto;}
    .history .box .swiper-slide{ margin-bottom: 20px;}
    .history .box .swiper-slide:before{ display: none;}
    .history .box .swiper-slide dl{ font-size: 16px; margin-top: 0; margin-bottom: 10px;}
    .history .box .swiper-slide ol{ height: auto; font-size: 14px; padding: 18px; position: relative;}

    .news .box ul { margin: 0 -10px;}
    .news .box ul li{ padding: 0 10px; margin-bottom: 30px;}
    .news .box ul li ol dt{ height: 56px;font-size: 14px; line-height: 18px; margin-bottom: 12px;}
    .news .box ul li ol dd{ font-weight: normal;}

    .products{padding: 50px 0 60px;}
    .products .box{ padding-bottom: 20px;}
    .products .box ul { margin: 0 -5px;}
    .products .box ul li{ padding: 0 5px;}
    .products .box ul li h3{ font-size: 15px;}

    .proView{  padding-bottom: 60px;}
    .proView .proHead .picBig{ width: 420px; height: 420px;}
    .proView .proHead .box{ width: 530px; height: 420px;}
    .proView .proHead .box .tit h1{ font-size: 22px;}
    .proView .proHead .box .tit dt{ font-size: 16px; margin-bottom: 18px;}
    .proView .proHead .box .tit dd{ width: 126px; height: 40px; line-height: 38px; font-size: 15px;}
    .proView .proCon .tit h2{ font-size: 22px;}
    
    .network{ padding-top: 60px;}

    .contact{ padding: 60px 0;}
    .contact .pic{ width: 50%;}

    .message{ padding: 60px 0;}
    .message .box ul input{ height: 50px;}

    #map{ height: 360px;}

    .footer .fmain.indexFooter{padding: 70px 0 80px;}
    .footer .fmain.indexFooter .title{  margin-bottom: 60px;}
    .footer .fmain .box ul li{ padding: 0 30px;}
    .footer .fmain .box ul li h3{ font-size: 17px;}
    .footer .fmain .box ul li dt{ font-size: 15px;}
    .footer .copyright{ font-size: 15px;}

    .tcc-con{ width: 840px;}
}


@media screen and (max-width:999px){
    body{ padding-top: 60px; font-size: 15px;}
    .wrap{ width: 100%; padding: 0 15px;}
    .w1200{ width: 100%; padding: 0 15px;}
    .w1000{ width: 100%; padding: 0 15px;}

    /*顶部*/
    .header{ width: 100%; height:60px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: fixed; left: 0; top: 0; z-index: 99999; transform:inherit;}
    .header .logo{float: left; height:60px; padding:10px 0;left: 10px;}
    .header .headRight{ width: 100%; height:calc(100% - 60px); background:#fff;  position: fixed; left: 0; top: 60px; display: none; float: none;}
    .header .nav{ width: 100%; float: none; margin-top: 0;}
    .header .nav ul{ float:none;}
    .header .nav ul li{ width: 100%; min-width:inherit; line-height: 50px; border-left: none; border-top: #dcdcdc solid 1px; margin: 0;  float: none;}
    .header .nav ul>li>a{ font-size: 15px; text-align: left; padding-left: 15px; }
    .header .nav ul>li.on>a,.header .nav ul>li a:hover{ color: #fff; background: #0068b7; }
    .header .langSearch{ width: 100%; position: relative;  right: 0; top: 20px; padding-left: 15px;}
    .header .langSearch .searchBtn{ margin-left: 40px;}
    .header .langSearch .searchBtn::before{ left: -20px;}

    .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;}

    /*首页bannner*/
    .banner { position: relative;}
    .banner .swiper-container{ width:100%; overflow:hidden;}
    .banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
    .banner .swiper-container .swiper-slide a{  display: block; width:100%; overflow: hidden;}
    .banner .swiper-container .swiper-slide img{ max-width: 150%; width:150%; position: relative; left: 50%; transform: translateX(-50%);}
    .banner .pagination {position: absolute;z-index: 20;bottom:10px;width: 100%;text-align: center;}
    .banner .swiper-pagination-switch {display: inline-block; width:10px; height: 10px; background:#fff; margin: 0 4px; border-radius: 10px; cursor: pointer;}
    .banner .swiper-active-switch { background: #ff0000; opacity: 1;}

    .neiBanner{height: 130px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}
    .neiBanner.proBanner{ height: 200px;}
    .neiBanner .bannerText{ text-align: center; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%);}
    .neiBanner .bannerText h2{  font-size: 26px; text-shadow:2px 2px 10px rgba(0, 0, 0, .3); margin-bottom: 3px; }
    .neiBanner .bannerText p{ font-size: 15px; }
    .neiBanner .bannerText p::before{ content: ""; width: 30px; height: 1px; left: -40px;}
    .neiBanner .bannerText p::after{ content: ""; width: 30px; height: 1px;  right: -40px;}

    .breadNeinav{ height: auto; padding: 15px 0;}
    .breadNeinav .bread{ display: none;}
    .breadNeinav .neiNav{ float: none;}
    .breadNeinav .neiNav ul{ margin:0 -4px; display: flex; justify-content: center; flex-wrap: wrap;}
    .breadNeinav .neiNav ul li { float: none; width: 33.3333%; margin: 3px 0; padding: 0 3px;}
    .breadNeinav .neiNav ul li a{ line-height: 36px; font-size: 13px;}

    .title{ text-align: center; margin-bottom: 25px;}
    .title h2{ font-size: 22px;}
    .title h2::before{content: ""; width: 20px; height: 1px; left: -30px;}
    .title h2::after{content: ""; width: 20px; height: 1px; right: -30px;}

    .ipro{ padding: 40px 15px 50px;}
    .ipro .box ul{ margin: 0 -5px;}
    .ipro .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .ipro .box ul li:nth-child(5){ display: none;}
    .ipro .box ul li h3{ font-size: 16px;  padding-bottom: 10px; left: 15px; bottom: 25px;}
    .ipro .box ul li h3::after{ width: 20px;}
    .ipro .more{ width: 120px; height: 40px; line-height: 38px; font-size: 15px; border-radius:5px; margin: 30px auto 0;}

    .iabout{ padding: 40px 0 30px; background: url(../images/iaboutBg.jpg) no-repeat center top; background-size:auto 100% auto;}
    .iabout .title h2{ color: #fff;}
    .iabout .title h2::before{ background: #fff;}
    .iabout .title h2::after{ background: #fff;}
    .iabout .text{ font-size: 14px; line-height:1.6; padding: 0 0 30px;}
    .iabout .con{}
    .iabout .con ul{ margin: 0 -5px;}
    .iabout .con ul li{ width: 100%; padding:0 5px; margin-bottom: 10px; float: none;}
    .iabout .con ul li ol .item h3{ font-size: 15px; line-height: 40px;}

    .inews{ padding-bottom: 40px;}
    .inews .pic{ width: 100%; padding-right: 0; float: none;}
    .inews .pic a{ position: relative; display: block;}
    .inews .pic ol{ width: 100%; padding: 20px; position: absolute; left: 0; bottom: 0;}
    .inews .pic ol h3{ font-size: 16px; line-height: 1; margin-bottom: 7px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
    .inews .pic ol dt{ height: 32px; font-size: 12px; line-height: 16px; overflow: hidden;}
    .inews .list{ width: 100%; padding-left: 0; overflow: hidden; float: none;}
    .inews .list ul{ overflow: hidden; margin-top: -1px;}
    .inews .list ul li{ border-top: 1px solid #d2d2d2; padding: 15px 0;}
    .inews .list ul li a{ display: block;}
    .inews .list ul li dl{ width: 75px; font-size: 15px; }
    .inews .list ul li dl b{ font-size: 28px;  padding-left: 15px; margin-bottom: 5px; display: block;}
    .inews .list ul li ol{  padding-left: 92px;}
    .inews .list ul li ol h3{ font-size: 16px; margin-bottom: 8px;}
    .inews .list ul li ol dt{ height: 32px; font-size: 12px; line-height: 16px;}
    .inews .list ul li a:hover h3{ color: #e02f1a;}
    .inews .more{width: 120px; height: 40px; line-height: 38px; font-size:15px; border: #d2d2d2 solid 1px; border-radius: 8px;  margin: 30px auto 0;}
    .inews .more:hover{ border: #e02f1a solid 1px;}

    .companyProfile{ padding: 30px 0 50px;}
    .companyProfile .text{ width: 100%; line-height: 1.8; float: none;}
    .companyProfile .pic{ width: 100%; padding-left: 0; padding-top: 15px; float: none;}
    .companyProfile .pic img{ box-shadow: 0 0 0 #eaeaea;}

    .aboutVideo{ padding: 50px 0; }
    .aboutVideo .tit{ margin-bottom: 30px;}
    .aboutVideo .tit h2{ font-size: 22px;}
    .aboutVideo video{ width: 100%;}

    .honor{ padding: 30px 0;}
    .honor .box ul{ margin: 0 -5px;}
    .honor .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px; float: left;}
    .honor .box ul li h3{ font-size: 14px; line-height: 1.2; margin-top: 5px;}

    .equipment{ padding: 30px 0;}
    .equipment .box ul{ margin: 0 -5px;}
    .equipment .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px; float: left;}
    .equipment .box ul li h3{ font-size: 14px; line-height: 1.2; margin-top: 5px;}

    .history{ padding: 30px 0;}
    .history .wrap{ width: 100%;}
    .history .box .arrow-left{ display: none;}
    .history .box .arrow-right{ display: none;}
    .history .box .swiper-container{ height: auto;}
    .history .box .swiper-slide{ margin-bottom: 20px;}
    .history .box .swiper-slide:before{ display: none;}
    .history .box .swiper-slide dl{ font-size: 15px; line-height: 36px; margin-top: 0; margin-bottom: 10px;}
    .history .box .swiper-slide ol{ height: auto; font-size: 14px; padding: 15px; position: relative;}

    .news{ padding: 30px 0 40px;}
    .news .box{ padding-bottom: 20px;}
    .news .box ul{ margin: 0 -5px;}
    .news .box ul li{ width: 50%; padding:0 5px; margin-bottom: 15px; float: left;}
    .news .box ul li ol h3{ font-size: 15px; margin: 10px 0 6px; }
    .news .box ul li ol dt{ height: 30px; font-size: 12px; line-height: 15px; -webkit-line-clamp: 2;  margin-bottom: 8px;}
    .news .box ul li ol dd{ font-size: 13px;  font-weight: normal; line-height: 1; background: url(../images/icon05.png) no-repeat right 3px center; background-size: 15px auto;}

    .newsView{ padding: 30px 0 50px;}
    .newsView .newsHead{ margin-bottom: 20px;}
    .newsView .newsHead h1{ font-size: 17px; line-height: 1.2; }
    .newsView .newsHead p{ font-size: 13px; margin-top: 10px; }
    .newsView  .text{ font-size: 14px; line-height:1.7; }
    .newsView .pageBox{ padding-top: 30px;}
    .newsView .pageBox .page{ line-height: 1.8;}
    .newsView .pageBox .page p{ font-size: 14px;}
    .newsView .pageBox .back{ float: right; width: 90px; height: 40px; line-height: 38px; font-size: 13px; margin-top: 8px;}

    .products{ padding: 30px 0 50px;}
    .products .box{ padding-bottom: 30px;}
    .products .box ul{ margin: 0 -5px;}
    .products .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px; float: left;}
    .products .box ul li dl::before{ content: ""; width: calc(100% - 2px); height: calc(100% - 2px); border: #e0e0e0 solid 1px;}
    .products .box ul li h3{ font-size: 14px; margin-top: 5px;}

    .proView{ margin-top: -170px; padding-bottom: 50px; position: relative; z-index: 11;}
    .proView .proHead{ padding: 0 20px;}
    .proView .proHead .picBig{ width: 100%; height: auto; position: relative; float: none; margin-bottom: 10px;}
    .proView .proHead .picBig img{ width: 100%;}
    .proView .proHead .picBig::before{ content: ""; width: calc(100% - 4px); height: calc(100% - 4px); border: #e0e0e0 solid 2px; position: absolute; left: 0; top: 0; z-index: 11;}
    .proView .proHead .box{ width: 100%; height: auto; float: none; display: block; position: relative; padding-top: 120px;}
    .proView .proHead .box .tit{ width: 100%; text-align: center;}
    .proView .proHead .box .tit h1{ font-size: 18px; color: #000; margin-bottom: 10px;}
    .proView .proHead .box .tit dt{ font-size: 14px; color: #000; margin-bottom: 10px;}
    .proView .proHead .box .tit dd{ width: 100px; height: 38px; line-height: 36px; font-size: 14px; margin: 0 auto;}
    .proView .proHead .box .piclist{ width: 100%; position: absolute; left: 0; top: 0;}
    .proView .proHead .box .piclist ul{ margin: 0 -5px;}
    .proView .proHead .box .piclist ul li{ width: 20%; padding: 0 5px; float: left;}
    .proView .proHead .box .piclist ul li dl{padding-bottom: 100%; position: relative; overflow: hidden; cursor: pointer;}
    .proView .proHead .box .piclist ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
    .proView .proHead .box .piclist ul li dl::before{ content: ""; width: calc(100% - 4px); height: calc(100% - 4px); border: #e0e0e0 solid 2px; position: absolute; left: 0; top: 0; z-index: 11;}
    .proView .proHead .box .piclist ul li.on dl::before{border: #004a93 solid 2px;}
    .proView .proCon{ margin-top: 50px;}
    .proView .proCon .tit{ margin-bottom: 15px; text-align: center;}
    .proView .proCon .tit h2{ font-size: 20px;}
    .proView .proCon .text{ background: #fff; border: #d8d8d8 solid 1px; padding: 20px;}

    .network{ padding-top: 30px; color: #666; text-align: center;}

    .contact{ padding: 20px 0;}
    .contact .box{ display: block; }
    .contact .box .con{ width: 100%; display: block; font-size: 14px; line-height: 22px; padding: 20px;}

    .message{ padding: 30px 0 50px;}
    .message .tit{ margin-bottom: 10px;}
    .message .box{}
    .message .box ul{ margin: 0 -5px; overflow: hidden;}
    .message .box ul li{ width: 50%; padding: 0 5px; margin-top: 10px; float: left;}
    .message .box ul ol{ width: 100%; padding: 0 5px; margin-top: 10px;}
    .message .box ul input{ width: 100%; height: 40px; border: #ededed solid 1px; font-size: 15px; padding-left: 15px; border-radius: 5px;}
    .message .box ul input:focus,.message .box ul input.error{ border: #ff1900 solid 1px; }
    .message .box ul textarea{ width: 100%; height: 120px; padding: 10px 15px; border: #ededed solid 1px; font-size: 15px;border-radius: 5px;}
    .message .box ul textarea:focus,.message .box ul textarea.error{ border: #ff1900 solid 1px; }
    .message .box ul button{ width: 100%; line-height: 40px; font-size: 15px; border-radius: 5px; cursor: pointer;}
    .message .box ul button:hover{ background: #01305f;}

    #map{ height:260px; border-top: 1px solid #eee;}

    .footer .fmain{ padding: 40px 0 40px; background: url(../images/footBg.jpg) no-repeat center; background-size: cover;}
    .footer .fmain .title h2{ color: #fff;}
    .footer .fmain .title h2::before{ background: #fff;}
    .footer .fmain .title h2::after{ background: #fff;}
    .footer .fmain .box{}
    .footer .fmain .box ul{ position: relative;}
    .footer .fmain .box ul::before{ display: none;}
    .footer .fmain .box ul li{ width: 50%; padding: 0 10px; margin: 15px 0; float: left;}
    .footer .fmain .box ul li::before{ display: none;}
    .footer .fmain .box ul li i{ height: 25px; line-height: 23px; margin-bottom: 8px;}
    .footer .fmain .box ul li h3{ font-size: 15px; margin-bottom: 5px;}
    .footer .fmain .box ul li dt{ height: 36px; font-size: 13px; font-weight: 100;}
    .footer .copyright{ font-size: 12px;line-height: 1.4; text-align: center; padding: 12px 50px;}
    .footer .copyright dl{ float: none;}
    .footer .copyright ol{ float: none;}
    .footer .fmain.indexFooter{ padding: 50px 0 40px;}
    .footer .fmain.indexFooter .title{ margin-bottom: 30px;}

    /*===/分页=============================*/
    .text-center {text-align:center}
    .pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
    .pagination li {display:inline-block!important;}
    .pagination a { font-size: 13px; color:#333;padding:4px 7px;line-height:18px;border:solid 1px #cccccc;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
    .pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
    .pagination .active {pointer-events:none}
    .pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
    .blank-large{height:80px;line-height:80px;clear:both;font-size:0}
    .pagination li.active a,.pagination li a:hover{background: #2a55b6; color: #fff; border: 1px solid #2a55b6;}

    .search-dialog{ width: 95%;}
    .tccBox .BoxCon{ width: 95%;}
    .tccBox .BoxCon .off{top: 12px;}
    .tccBox .BoxCon .tccTit{ font-size: 17px;}
    .tccBox .BoxCon ul video{ height: 200px;}

    .tcc-con{ width: 95%; padding: 30px 20px 40px;}
    .tcc-con dl{ font-size: 22px;}
    .tcc-con ol{ margin: 0 -5px;}
    .tcc-con ol li{ padding: 0 5px;}
    .tcc-con input{ height: 41px; line-height: 40px; margin-bottom: 10px; padding: 0 15px;}
    .tcc-con textarea{ height: 110px; margin-bottom: 10px; padding: 10px 15px;}
    .tcc-con button{ height: 42px; line-height: 40px;}
  
}