@charset "utf-8";
/* CSS 鼠标效果 */
@import url('xiaoguo.css');

@font-face {
    font-family: 'FuturaBTMd_0';
    src: url('fonts/FuturaBTMd_0.eot');
    src: url('fonts/FuturaBTMd_0.eot') format('embedded-opentype'),
         url('fonts/FuturaBTMd_0.woff2') format('woff2'),
         url('fonts/FuturaBTMd_0.woff') format('woff'),
         url('fonts/FuturaBTMd_0.ttf') format('truetype'),
         url('fonts/FuturaBTMd_0.svg#FuturaBTMd_0') format('svg');
}


* {-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:"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:"Microsoft YaHei",Helvetica,Arial,Verdana,sans-serif; }
::-webkit-input-placeholder {color: #333;}
::-moz-placeholder {color: #333;}
:-ms-input-placeholder {color: #333;}
select::-ms-expand{ display: none; }

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color:#014c9d}

.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: 1440px; margin: 0 auto; position: relative;}
.wrap1200{ width: 1200px; margin: 0 auto; position: relative;}
.w980{ width: 980px; margin: 0 auto;}
.ovh{overflow: hidden;}

.bg{ background: #f3f3f3;}


::-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,.33); position: fixed; left: 0; top: 0; z-index: 1111; transition: all .4s;}
.header .logo{ float: left; margin-left: 100px; padding-top: 15px; transition: all .1s;}
.header .logo img{transition: all .4s;}
.header .headRight{ float: right; overflow: hidden; padding-top: 10px; margin-right: 44px;}
.header .nav{ float: left; position: relative;}
.header .nav::after{ content: ""; width: 1px; height: 16px; background: #c8c8c8; position: absolute; right: 0; top: 50%; margin-top: -8px;}
.header .nav>ul{ overflow: hidden;}
.header .nav>ul>li{ float: left; margin-right: 46px;}
.header .nav>ul>li>a{ font-size: 18px; color: #000; line-height: 80px;}
.header .nav>ul>li>a:hover{ color: #014c9d;}
.header .nav>ul>li>.subnav{ display: none;}
.header .searchBtn { width: 26px; height: 26px; background: url(../images/searchBtn.png) no-repeat center; float: left; margin:28px 45px 0 53px; cursor: pointer;}
.header .tel{ float: left; background: url(../images/icon01.png) no-repeat left center; padding-left: 30px; color: #dd070e; font-size: 19px; font-family: 'FuturaBTMd_0'; margin-top: 28px;}
.header .menu-toggle{display: none;}

.header.indexHead{ background:none; box-shadow:none; position: fixed; top: 0;}
.header.indexHead .logo{ padding-top: 30px;}
.header.indexHead .nav ul li a{ color: #fff;}
.header.indexHead .nav ul li a:hover{ color: #014c9d;}
.header.indexHead  .nav::after{ background: #dcdcdc;}


/*首页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 { width: 10px; position: absolute;z-index: 20; top: 40%; right: 80px; transform: translateX(-50%);}
.banner .swiper-pagination-switch {display: inline-block; width:10px; height: 10px; background:#fff; margin: 4px 0; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #dd070e; opacity: 1;}

.neiBanner{height: 600px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}
.neiBanner .bannerText{ width: 100%; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-30%);}
.neiBanner .bannerText h2{ font-size: 46px; color: #000; line-height: 1;font-weight: normal;}
.neiBanner .bannerText.white h2{ color: #fff;}
.neiBanner .bannerText ul{ margin-top: 38px;}
.neiBanner .bannerText ul li{ display: inline-block; margin: 0 7px;}
.neiBanner .bannerText ul li a{ display: block; background: #fff; line-height: 43px; font-size: 18px; color: #000; padding: 0 34px;transition: all .4s;}
.neiBanner .bannerText ul li a:hover,.neiBanner .bannerText ul li.on a{ background: #dd070e; color: #fff;}

.title{ margin-bottom: 24px; padding-left: 12px; border-left: 3px solid #c81b21;}
.title h2{ font-size: 25px; color: #014c9d; font-weight: bold; line-height: 1; margin-bottom: 8px;}
.title p{ font-size: 19px; color: #999999; line-height: 1;}

.ntitle{ margin-bottom: 50px;}
.ntitle h2{ font-size: 32px; color: #000; line-height: 1; padding-bottom: 16px; position: relative;}
.ntitle h2::after{ content: ""; width: 60px; height: 3px; background: #07427d; position: absolute; left: 0; bottom: 0;}
.ntitle.red h2::after{ background: #dd070e;}
.ntitle.center{ text-align: center;}
.ntitle.center h2::after{ left: 50%; transform: translateX(-50%);}

.iabout{ padding: 60px 0 70px;}
.iabout .box{ display: flex; align-items: center;}
.iabout .video{ position: relative; cursor: pointer; flex: 0 0 auto;}
.iabout .video video{ width:100%; height:100%; background: #000; position:absolute; left:0; top:0; display:none;}
.iabout .video.on video{ display:block; z-index:11;}
.iabout .text{ padding-left: 55px; line-height: 28px;}
.iabout .more{ width: 145px; height: 40px; line-height: 40px; background: #dd070e; color: #fff; text-align: center; position: absolute; right: 0; top: 10px; z-index: 11; transition: all .4s;}
.iabout .more:hover{ background: #af040a;}

.inews{ background: #ededed; padding: 46px 0 60px;}
.inews .box{ margin: -10px -20px 0;}
.inews .box .swiper-slide{ width: 25%; padding: 10px 20px; box-sizing: border-box;}
.inews .box a{ display: block; transition: all .4s;}
.inews .box dl{padding-bottom: 58.6666%; position: relative; overflow: hidden;}
.inews .box dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.inews .box ol{ background: #fff; padding: 15px 15px 25px;}
.inews .box ol h3{ height: 44px; font-size: 16px; color: #333; font-weight: normal; line-height: 22px; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 10px;}
.inews .box ol dt{ height: 57px; font-size: 14px; color: #999; font-weight: normal; line-height: 19px; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 3; overflow: hidden; margin-bottom: 20px;}
.inews .box ol dd{ font-size: 14px; color: #999; font-weight: normal; line-height: 1;}
.inews .box a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.inews .arrow{ position: absolute; right: 0; top: 20px;}
.inews .arrow .arrow-left,.inews .arrow .arrow-right{ width: 40px; height: 40px; display: inline-block;}
.inews .arrow .arrow-left{ background:#dd070e url(../images/arrow-left.png) no-repeat center;}
.inews .arrow .arrow-right{ background:#dd070e url(../images/arrow-right.png) no-repeat center;}

.ibusiness{ padding-top: 46px; height: 746px; background: url(../images/ibusinessBg.jpg) no-repeat center top;}
.ibusiness .tit{ margin-bottom: 70px; text-align: center;}
.ibusiness .tit h2{ font-size: 40px; color: #fff; line-height: 1; margin-bottom: 10px;}
.ibusiness .tit p{ font-size: 18px; color: #fff; line-height: 1;}
.ibusiness .box{ padding: 0 50px;}
.ibusiness .box ul{ margin: 0 -32px;}
.ibusiness .box ul li{ width: 20%; padding: 0 32px; float: left;}
.ibusiness .box ul li dl{ padding-bottom: 100%; position: relative;}
.ibusiness .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto; border-radius: 50%;}
.ibusiness .box ul li dl::before{ content: ""; width: calc(100% + 28px); height: calc(100% + 28px); border: #fff solid 1px; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0.4;}
.ibusiness .box ul li h3{ margin-top: 38px; font-size: 18px; font-weight: 100; color: #fff; line-height: 1; text-align: center;}

.cymb{ margin: -117px 0 120px; position: relative; z-index: 11;}
.cymb .box{ height: 226px; background: url(../images/cymb.jpg) no-repeat center; color: #fff; font-size: 39px; font-weight: bold; display: flex; align-items:center; justify-content: center;}

.bead{ height: 60px; line-height: 60px; background: #f0f0f0;color: #666; text-align: right;}
.bead a{ color: #666;}
.bead a:hover{ color: #dd070e;}

/* 关于我们 */
.about{ padding: 40px 0 70px;}
.about .box { margin-top: -20px;}
.about .box .text{ width: 750px; font-size: 18px; text-align:justify ; line-height: 32px; float: left;}
.about .box .aboutVideo{ width: 542px; overflow: hidden; position: relative; cursor: pointer; float: right;}
.about .box .aboutVideo video{ width:100%; height:100%; background: #000; border: none !important; position:absolute; left:0; top:0; z-index: 11; }
.about .box .aboutVideo img{ position: relative; z-index: 22;}
.about .box .aboutVideo.on video{ z-index: 2223;}


/* 领导致辞 */
.leader{ padding: 40px 0 70px;}
.leader .box { margin-top: -20px;}
.leader .box .text{ width: 565px; font-size: 18px; text-align:justify ; line-height: 32px; float: left;}
.leader .box .aboutVideo{ width: 542px; overflow: hidden; position: relative; cursor: pointer; float: right;}
.leader .box .aboutVideo video{ width:100%; height:100%; background: #000; border: none !important; position:absolute; left:0; top:0; z-index: 11; }
.leader .box .aboutVideo img{ position: relative; z-index: 22;}
.leader .box .aboutVideo.on video{ z-index: 2223;}


.company{ padding: 50px 0; background: #ededed;}
.company .box ul{ margin:0 -17px;}
.company .box ul li{ width: 33.33%; padding: 0 17px; margin-bottom: 10px; float: left;}
.company .box ul li a{ font-size: 18px; line-height: 64px; background: #fff url(../images/icon02.png) no-repeat right 20px center; display: block; padding: 0 50px 0 28px; transition: all .4s;}
.company .box ul li a:hover{ color: #fff; background: #014c9d url(../images/icon02.png) no-repeat right 20px center;}

.organizational{ padding: 40px 0 60px;}
.ggtd{ padding: 40px 0 100px; background: #f2f2f2;}
.ggtd .box ul{ margin: 0 -6px;}
.ggtd .box ul li{ width: 20%; padding: 10px 6px; float: left;}
.ggtd .box ul li .item{ background: #fff;}
.ggtd .box ul li .item dl{ padding-bottom: 107.826%; position: relative; overflow: hidden;}
.ggtd .box ul li .item dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.ggtd .box ul li .item ol{ height: 200px; padding: 22px;transition: all .4s;}
.ggtd .box ul li .item ol h3{ color: #000; font-size: 18px; line-height: 1; margin-bottom: 18px;transition: all .4s;}
.ggtd .box ul li .item ol dt{ color: #666; line-height: 20px;transition: all .4s;font-size: 14px;}
.ggtd .box ul li .item:hover ol{ background: #014c9d;}
.ggtd .box ul li .item:hover ol h3{ color: #fff;}
.ggtd .box ul li .item:hover ol dt{ color: #fff;}

.environment{ padding: 40px 0 80px;}
.environment .box{ padding-bottom: 20px;}
.environment .box ul{ margin: 0 -15px;}
.environment .box ul li{ width: 33.3333%; padding: 0 15px; margin-bottom: 20px; float: left;}
.environment .box ul li dl{ padding-bottom: 67.3913%; position: relative; overflow: hidden;}
.environment .box ul li dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}

.culture{ padding: 40px 0 160px;}
.culture .box{ height: 514px; background: url(../images/cultureBg.jpg) no-repeat center; background-size: cover; box-shadow: 0 0 15px rgba(0, 0, 0, .2); display: flex; align-items: center;}
.culture .box .text{ padding: 0 146px; font-size: 18px; color: #666; line-height: 50px;}

.honor{ padding: 40px 0 90px;}
.honor .box{ padding-bottom: 20px;}
.honor .box ul{ margin: 0 -13px;}
.honor .box ul li{ width: 25%; padding: 0 13px; margin-bottom: 18px; float: left;}
.honor .box ul li ol{ cursor: pointer;}
.honor .box ul li dl{ padding-bottom: 71.7647%; position: relative; overflow: hidden;}
.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{ margin-top: 12px; font-size: 18px; font-weight: normal; text-align: center; color: #666; line-height: 1;}

/* 主营业务 */
.business{ padding: 60px 0 100px;}
.business .item{ margin-bottom: 20px;}
.business .item a{ display: flex; background: #fff; transition: all .4s;}
.business .item a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .12);}
.business .item .pic{ width: 50%; flex: 0 0 auto; overflow: hidden;}
.business .item .con{ width: 50%; flex: 0 0 auto; padding: 45px 50px; border: #e6e6e6 solid 2px; border-left: none;}
.business .item .con .tit{ margin-bottom: 15px; font-size: 25px; color: #014c9d; font-weight: bold;}
.business .item .con .tit img{ margin-right: 15px; transform: inherit;}
.business .item .con ol{ font-size: 18px; color: #666; line-height: 28px; margin-bottom: 20px;}
.business .item .con dd{ width: 150px; height: 45px; border: #cfcfcf solid 2px; background: url(../images/icon08.png) no-repeat 25px center; padding-left: 45px; color: #dd070e; font-size: 18px; line-height: 41px;}
.business .item:nth-child(even) a{ flex-direction:row-reverse;}
.business .item:nth-child(even) .con{ border-left: 2px solid #e6e6e6; border-right: none;}

/* 旗下企业 */
.companylist{ padding: 65px 0 80px;}
.companylist .box ul{ margin: 0 -23px; }
.companylist .box ul li{ float: left; width: 33.3333%; padding: 0 23px; margin-bottom: 30px; text-align:center }
.companylist .box ul li dl{ overflow: hidden; position: relative; padding-bottom:62.2222%; }
.companylist .box ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.companylist .box ul li ol{ padding-top: 10px; }
.companylist .box ul li ol h3{ height: 27px; font-size: 18px; color: #000; font-weight: normal; line-height: 27px;  overflow: hidden;}
.companylist .box ul li ol dt{ height: 66px; font-size: 15px; color: #aaa; text-align:justify; line-height: 22px;  font-weight: 200; margin: 10px 0 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.companylist .box ul li ol dd{ font-size: 15px; color: #888; line-height: 1; font-weight: 200; position: relative; overflow: hidden;}
.companylist .box ul li ol dd:after{ content: ""; width: 100%; height: 1px; background: #d9d9d9; position: absolute; left: 90px; top: 50%; }
.companylist .box ul li a:hover h3{ color: #dd070e; }

.companyView{ padding: 40px 0 80px;}
.companyView .text{ font-size: 18px; line-height: 30px;}

.workshop{ padding: 100px 0 60px; background: #ededed;}
.workshop .wrap{ position: relative;}
.workshop .box{ position: relative; overflow: hidden;}
.workshop .box .swiper-container{ margin: 0 -10px;}
.workshop .box .swiper-slide{ box-sizing: border-box; }
.workshop .box .swiper-slide ul{ margin: 0 -10px;}
.workshop .box .swiper-slide ul li{ width: 25%; padding: 0 10px; float: left;}
.workshop .box .swiper-slide dl{ padding-bottom: 77.647%; background: #000; position: relative; overflow: hidden; cursor: pointer;}
.workshop .box .swiper-slide dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;transition: all .4s;}
.workshop .box .swiper-slide dl:hover::after{ content: ""; width: 100%; height: 100%; background: url(../images/icon14.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 11;}
.workshop .box .swiper-slide dl:hover img{ opacity: 0.5;}
.workshop .box .swiper-slide h3{ text-align: center; font-weight: normal; margin-top: 10px;}
.workshop .arrow-left{ width: 44px; height: 44px; background: url(../images/arrow-left02.png) no-repeat center; background-size: cover; position: absolute; left: -65px; top: 115px;transition: all .4s;}
.workshop .arrow-right{ width: 44px; height: 44px; background: url(../images/arrow-right02.png) no-repeat center; background-size: cover; position: absolute; right: -65px; top: 115px;transition: all .4s;}
.workshop .pagination { text-align: center; margin-top: 30px; }
.workshop .swiper-pagination-switch {display: inline-block; width:30px; height: 5px; background:#dd070e; margin: 0 4px; cursor: pointer;}
.workshop .swiper-active-switch { background: #014c9d; opacity: 1;}

.qehs{ padding: 55px 0 60px;}
.qehs .text{ text-align: center; font-size: 18px; margin-top: -20px; margin-bottom: 55px;}
.qehs .box ul{ margin: 0 -16px;}
.qehs .box ul li{ width: 50%; padding: 0 16px; margin-bottom: 20px; float: left;}
.qehs .box ul li .item{ min-height: 160px; padding: 30px; background: #005da3; display: flex;}
.qehs .box ul li .item i{ width: 85px; height: 85px; line-height: 82px; background: #00c0c0; border-radius: 50%; color: #fff; font-size: 30px; text-align: center; font-weight: bold; font-style: normal; flex: 0 0 auto; margin-right: 25px;}
.qehs .box ul li .item ol{ color: #fff; padding: 8px 0;}
.qehs .box ul li .item ol h3{ font-size: 18px; line-height: 1; margin-bottom: 5px;}
.qehs .box ul li .item ol dt{ font-size: 16px; line-height: 1.2;}

.qualifications{ padding: 55px 0 100px; background: #efefef;}
.qualifications .box ul{ margin: 0 -6px;}
.qualifications .box ul li{ width: 20%; padding:0 6px; margin-bottom: 20px; float: left;}
.qualifications .box ul li ol{ cursor: pointer;}
.qualifications .box ul li dl{ padding-bottom: 140.97%; position: relative; overflow: hidden;}
.qualifications .box ul li dl::after{ content: ""; width: calc(100% - 2px); height: calc(100% - 2px); border: #bbb solid 1px; position: absolute; left: 0; top: 0; z-index: 11;}
.qualifications .box ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.qualifications .box ul li h3{ font-size: 18px; color: #000; text-align: center; font-weight: normal; white-space: nowrap; margin-top: 12px; overflow: hidden;}

.development{ padding: 55px 0 88px;}
.development .text{ font-size: 18px; color: #333; line-height: 1.7; margin-top: -20px; margin-bottom: 44px;}
.development .box{padding-bottom: 20px;}
.development .box ul{ margin: 0 -24px;}
.development .box ul li{ width: 33.3333%; padding: 0 24px; margin-bottom: 30px; float: left;}
.development .box ul li a{ display: block;}
.development .box ul li dl{ padding-bottom: 100%; position: relative; overflow: hidden;}
.development .box ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.development .box ul li ol{ display: flex; margin-top: 7px;}
.development .box ul li ol dd{ min-width: 75px; line-height: 30px; background: #005da3; color: #fff; text-align: center;}
.development .box ul li ol h3{ padding-left: 15px; font-size: 16px; font-weight: normal; color: #000; line-height: 30px; white-space: nowrap; overflow: hidden;}

/*news*/
.news{ padding: 40px 0 80px;}
.news .box ul{ margin: 0 -23px; }
.news .box ul li{ float: left; width: 33.3333%; padding: 0 23px; margin-bottom: 30px; }
.news .box ul li dl{ overflow: hidden; position: relative; padding-bottom:62.2222%; }
.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{ padding-top: 10px; }
.news .box ul li ol h3{ height: 54px; font-size: 18px; color: #000; font-weight: normal; line-height: 27px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news .box ul li ol dt{ height: 66px; font-size: 15px; color: #aaa; text-align:justify; line-height: 22px;  font-weight: 200; margin: 10px 0 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.news .box ul li ol dd{ font-size: 15px; color: #888; line-height: 1; font-weight: 200; position: relative; overflow: hidden;}
.news .box ul li ol dd:after{ content: ""; width: 100%; height: 1px; background: #d9d9d9; position: absolute; left: 90px; top: 50%; }
.news .box ul li a:hover h3{ color: #dd070e; }

.newsHead{ height: 258px; margin-top: 90px; background: url(../images/newsHeadBg.jpg) no-repeat center bottom; background-size: cover; position: relative;}
.newsHead .box{text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.newsHead .box h1{ color: #fff; font-size: 34px; font-weight: normal; margin-bottom: 10px;}
.newsHead .box p{ color: #6d727e; font-size: 18px;}
.newsCon{ background: #f0f0f0; padding-bottom: 75px;}
.newsCon .box{ background: #fff;}
.newsCon .box .text{ padding: 65px; font-size: 18px; color: #333; line-height:1.8;}
.newsCon .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 40px; overflow: hidden; position: relative;}
.newsCon .box .viewPage .boxCon{ padding-right: 200px;}
.newsCon .box .viewPage .boxCon a{ color: #333; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; line-height: 1.8; }
.newsCon .box .viewPage .boxCon b{ color: #000;}
.newsCon .box .viewPage .boxCon a:hover{color: #dd070e;}
.newsCon .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #dd070e; position:absolute; right: 40px; top: 35px;}
.newsCon .box .viewPage .back a{color: #fff; display: block;}

/* job */
.jobFuli{ padding: 40px 0 115px;}
.jobFuli .box{ overflow: hidden; padding-top: 75px;}
.jobFuli .box ul{ overflow: hidden; margin-left: -2px;}
.jobFuli .box ul li{ width: 33.33%; border-left: 2px solid #eee; text-align: center; padding: 0 40px; float: left;}
.jobFuli .box ul li h3{ font-size: 25px;font-weight: normal; color: #000; margin: 10px 0;}
.jobFuli .box ul li dt{ font-size: 17px;font-weight: normal; }

.jobList{ padding: 50px 0 60px; background: #f0f0f0;}
.jobList .box{}
.jobList .box ul{ margin: 0 -15px;}
.jobList .box ul li{ width: 33.33%; padding: 0 15px; margin-bottom: 18px; float: left;}
.jobList .box ul li ol{ background: #fff; padding: 25px; cursor: pointer;}
.jobList .box ul li ol h3{ font-size: 25px; color: #000; font-weight: normal; margin-bottom: 10px;}
.jobList .box ul li ol dt{ height: 60px; margin-bottom: 10px; line-height: 20px;}
.jobList .box ul li ol dd{font-size: 16px;  color: #dd070e; background: url(../images/icon12.png) no-repeat right center; display: inline-block; padding-right: 18px; }


.jobTccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.jobTccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.jobTccBox .BoxCon{width:1000px;padding: 60px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%);background-color: #fff; border-radius: 10px;}
.jobTccBox .BoxCon .off{ width: 35px; height: 35px; background:url(../images/off02.png) no-repeat center; position: absolute; top: -35px; right: -35px; cursor: pointer;}
.jobTccBox .BoxCon .con {  width: 100%; min-height: 370px; color: #666; font-size: 18px; }
.jobTccBox .BoxCon .con dt{ font-size: 20px;  color: #dd070e; margin-bottom: 40px;}
.jobTccBox .BoxCon .con .text{ font-size: 18px; line-height: 1.8;}
.jobTccBox .BoxCon .con h3{ font-size: 18px; margin-bottom: 20px;}
.jobTccBox .BoxCon .con ol{ font-size: 18px;}
.jobTccBox .ntitle{ overflow: hidden;}
.jobTccBox .ntitle h2{ float: left;}
.jobTccBox .ntitle a{ float: right; background: #dd070e; color: #fff; font-size: 20px; width: 157px; height: 52px; line-height: 52px; text-align: center; border-radius: 10px;}
.jobTccBox .ntitle a:hover{background: #c7080f}

.jobform{ padding: 40px 0 70px; font-size: 17px;}
.jobform p { margin-bottom: 5px;}
.jobform p span{ font-size: 15px; color: #999;}
.jobform input{ width: 100%; height: 54px; font-size: 16px; padding-left: 15px; border: #d2d2d2 solid 1px;}
.jobform select{ width: 100%; height: 54px;font-size: 16px; padding-left: 15px; border: #d2d2d2 solid 1px; appearance:none; -moz-appearance:none; -webkit-appearance:none; outline: none; background: url(../images/icon13.png) no-repeat right 15px center;}
.jobform textarea{ width: 100%; height: 180px;font-size: 16px; padding:10px 15px; border: #d2d2d2 solid 1px;}
.jobform button{ width: 320px; height: 60px; border: none; font-size: 20px; color: #fff; margin-right: 20px; cursor: pointer;}
.jobform button[type="submit"]{ background: #014c9d;}
.jobform button[type="submit"]:hover{background: #003670;}
.jobform button[type="reset"]{ background: #dd070e;}
.jobform button[type="reset"]:hover{ background: #b9040a;}
.jobform ul{ margin: 0 -13px; overflow: hidden;}
.jobform ul li{ width: 33.33%; padding: 0 13px; margin-bottom: 20px; float: left;}
.jobform ul ol{ width: 100%; padding: 0 13px; margin-bottom: 20px; }

/* contact */
.contact{ padding: 100px 0;}
.contact .box{ width: 50%; float: left;}
.contact .box .text{ font-size: 18px; line-height: 2;}
.contact .box .text h3{ color: #000;}
.contact .pic{ width: 50%; text-align: right; float: right;}

.map{ padding: 55px 0; background: #ededed;}
#map{ height: 500px; border: #fff solid 5px;}

.message{ padding: 40px 0 80px;}
.message .ntitle{ overflow: hidden;}
.message .ntitle h2{ float: left; margin-right: 18px;}
.message .ntitle p{ float: left; font-size: 18px; padding-top: 10px;}
.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: 54px; border: #ededed solid 2px; font-size: 18px; padding-left: 15px;}
.message .box ul select{ width: 100%; height: 54px; border: #ededed solid 2px; font-size: 18px; padding-left: 22px; background:#fff url(../images/icon21.png) no-repeat right 20px center;  appearance:none; -moz-appearance:none; -webkit-appearance:none; transition: all .4s;}
.message .box ul select:focus{ border: #ededed solid 2px; }

.message .box ul input:focus{ border: #014c9d solid 2px; }
.message .box ul textarea{ width: 100%; height: 180px; padding: 10px 15px; border: #ededed solid 2px; font-size: 18px; }
.message .box ul textarea:focus{ border: #014c9d solid 2px; }
.message .box ul button{ width: 100%; line-height: 55px; background: #014c9d; border: none; color: #fff; font-size: 18px; cursor: pointer;}
.message .box ul button:hover{ background: #013974;}

/* footer */
.footer .fmain{ background: #014c9d url(../images/footBg.jpg) no-repeat center; padding: 60px 0 50px;}
.footer .fmain .fnav{ float: left;}
.footer .fmain .fnav ul{ overflow: hidden;}
.footer .fmain .fnav ul li{ width: 154px; padding-left: 0px; float: left; position: relative;}
.footer .fmain .fnav ul li::before{ content: ""; width: 0px; height: 165px; background: #3470b1; position: absolute; left: 0; top: 0;}
.footer .fmain .fnav ul li dl{ font-size: 18px; color: #ffffff; line-height: 1; margin-bottom: 15px;}
.footer .fmain .fnav ul li a{ display: block; color: #fff; font-size: 14px; line-height: 25px;}
.footer .fmain .fnav ul li a:hover{color: #7dbcff;}
.footer .fmain .fcontact{ float: right;}
.footer .fmain .fcontact .ewm{ float: left;}
.footer .fmain .fcontact .ewm li{ float: left; font-size: 16px; color: #fff; text-align: center; margin-right: 15px;}
.footer .fmain .fcontact .ewm li p{ padding-top: 8px; line-height: 1;}
.footer .fmain .fcontact .fcontactBox{ color: #fff; font-size: 16px; white-space: nowrap; padding-left: 25px; float: left;}
.footer .fmain .fcontact .fcontactBox dl{ font-size: 18px; color: #dd070e; line-height: 1; margin-bottom: 10px;}
.footer .fmain .fcontact .fcontactBox dt{ line-height: 26px;}
.footer .copyright{ font-size: 15px; color: #fff; line-height: 60px; background: #004086;}
.footer .copyright a{ color: #fff;}
.footer .copyright a:hover{ color: #7dbcff;}
.footer .copyright span{ font-size: 13px; margin: 0 15px;}

/*===/分页=============================*/
.pagination { padding-top: 25px; text-align:center}
.pagination ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.pagination li {display:inline-block!important; margin: 0 1px;}
.pagination a { font-size: 14px; color:#333;padding:10px 15px;line-height:18px; background: #e2e2e2; 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: #dd070e; color: #fff; }

/*搜索框*/
.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, .9);}
.tccBox .box{ max-width: 1000px; max-height: 1000px; min-width:50px; min-height:50px; text-align: center; position: absolute;left:50%;top:50%;box-sizing:border-box; padding:5px; transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);}
.tccBox .box .picBox p{ font-size: 15px; padding: 5px;}
.tccBox .box .offBtn{ width: 26px; height: 26px; background:url(../images/off.png) no-repeat center; background-size: cover; position: absolute; right: -25px; top: -25px; z-index: 11; cursor: pointer;}


@media only screen and (min-width: 1440px) and (max-width: 1680px){
    body{ font-size: 15px;}
    .wrap{ width:1380px;}

    .header .logo{margin-left: 30px;}
    .header .headRight{ margin-right: 30px;}
    .header .nav ul li{margin-right: 35px;}
    .header .searchBtn{ margin: 28px 40px 0 45px;}

    .business .item .con ol{ font-size: 16px; line-height: 25px;}
 
}

@media only screen and (min-width: 1280px) and (max-width: 1439px){
    body{ font-size: 15px;}
    .wrap{ width: 1240px;}

    .header .logo{margin-left:20px;}
    .header .headRight{ margin-right: 20px;}
    .header .nav ul li{margin-right: 30px;}
    .header .nav ul li a{ font-size: 16px;}
    .header .searchBtn{ margin: 28px 30px 0 30px;}

    .ibusiness{ height: 670px;}
    .ibusiness .tit h2{ font-size: 28px;}

    .cymb{margin: -117px 0 85px;}
    .cymb .box{ font-size: 32px;}

    .neiBanner{ height: 500px;}
    .neiBanner .bannerText h2{ font-size: 36px;}
    .neiBanner .bannerText ul li a{ font-size: 16px;}

    .ntitle{ margin-bottom: 35px;}
    .ntitle h2{ font-size: 24px;}

    .about .box{ margin-top: 0;}
    .about .box .text{ width: 666px; font-size: 16px;}

    .company .box ul { margin: 0 -10px;}
    .company .box ul li{ padding: 0 10px;}
    .company .box ul li a{ font-size: 16px; line-height: 55px;}

    .qehs .text{ font-size: 16px; margin-top: 0; margin-bottom: 40px;}
    .qehs .box ul li .item{ min-height: 150px;}
    .qehs .box ul li .item ol h3{ font-size: 16px;}
    .qehs .box ul li .item ol dt{ font-size: 15px;}
    .qualifications .box ul li h3{ font-size: 16px;}
    .development .text{ font-size: 16px;}

    .ggtd{padding: 40px 0 70px;}
    .ggtd .box ul li .item ol{ padding: 20px;}
    .ggtd .box ul li .item ol h3{ font-size: 17px; margin-bottom: 12px;}
    .ggtd .box ul li .item ol dt{ font-size: 14px;}

    .culture{padding: 40px 0 70px;}
    .culture .box .text{ padding: 0 70px;}

    .honor .box ul li h3{ font-size: 16px;}

    .business{ padding: 40px 0 70px;}
    .business .item .con{ padding: 40px 45px;}
    .business .item .con .tit{ font-size: 22px;}
    .business .item .con .tit img{ height: 40px;}
    .business .item .con ol{ font-size: 15px; line-height: 23px;}
    .business .item .con dd{ font-size: 15px;}

    .companylist .box ul li ol h3{ font-size: 16px;}
    .companyView .text{ font-size: 15px;}
    .workshop{padding: 70px 0 60px;}
    .workshop .box .swiper-slide h3{ font-size: 15px;}

    .news .box ul li ol h3{ font-size: 16px;}

    .newsHead .box h1{ font-size: 30px;}
    .newsHead .box p{ font-size: 15px;}
    .newsCon .box .text{ font-size: 15px; padding: 45px;}

    .jobFuli .box ul li img{ height: 60px;}
    .jobFuli .box ul li h3{ font-size: 20px;}
    .jobFuli .box ul li dt{ font-size: 15px;}

    .jobList .box ul li ol h3{ font-size: 20px;}

    .jobform{ font-size: 15px;}

    .contact{ padding: 70px 0;}
    .contact .box .text{ font-size: 15px;}

    .message .ntitle p{ font-size: 16px;}
    .message .box ul input{ font-size: 16px;}
    .message .box ul textarea{ font-size: 16px;}
    .message .box ul button{ font-size: 16px;}

    .footer .fmain .fnav ul li{ width: 130px;}
    .footer .fmain .fnav ul li dl{ font-size: 16px;}
    .footer .fmain .fcontact .fcontactBox{ padding-left:0; font-size: 15px;}

}

@media only screen and (min-width: 1000px) and (max-width: 1279px){
    body{ font-size: 14px;}
    .wrap{ width: 970px;}
    .w980{ width: 970px;}

    .header.indexHead .logo{ padding: 15px 0 0;}
    .header .logo{ height: 90px; padding: 25px 0; margin-left:20px;}
    .header .headRight{ margin-right: 20px;}
    .header .nav ul li{margin-right: 18px;}
    .header .nav ul li a{ font-size: 16px;}
    .header .searchBtn{ margin: 28px 18px 0 20px; background-size: 20px auto;}
    .header .tel{ font-size: 16px; background-size: auto 18px;}

    .neiBanner{ height: 400px;}
    .neiBanner .bannerText h2{ font-size: 30px;}
    .neiBanner .bannerText ul{ margin-top: 30px;}
    .neiBanner .bannerText ul li{ margin: 0 2px;}
    .neiBanner .bannerText ul li a{ font-size: 16px;}

    .title h2{ font-size: 20px;}
    .title p{ font-size: 15px;}

    .ntitle{ margin-bottom: 35px;}
    .ntitle h2{ font-size: 24px;}

    .iabout{ padding: 50px 0 60px;}
    .iabout .video{ width: 455px;}
    .iabout .text{ padding-left: 30px; line-height: 1.6;}
    .iabout .more{ width: 110px; line-height: 36px; height: 36px; top: 0;}

    .inews .box{ margin: -10px -10px 0;}
    .inews .box .swiper-slide{ padding: 10px;}
    .inews .arrow{ top: 10px;}
    .inews .arrow .arrow-left, .inews .arrow .arrow-right{ width: 34px; height: 34px;}

    .ibusiness{ height: 510px;}
    .ibusiness .tit h2{ font-size: 26px;}
    .ibusiness .tit p{ font-size: 15px;}
    .ibusiness .box ul li h3{ font-size: 16px;}

    .cymb{margin: -90px 0 70px;}
    .cymb .box{ height: 180px; font-size: 22px;}

    .bead{ height: 50px; line-height: 50px;}

    .about{ padding: 40px 0 50px;}
    .about .box{ margin-top: 0;}
    .about .box .text{ width: 540px; font-size: 15px; line-height: 1.7;}
    .about .box .aboutVideo{ width: 405px;}

    .company .box ul { margin: 0 -5px;}
    .company .box ul li{ padding: 0 5px;}
    .company .box ul li a{ font-size: 15px; line-height: 55px;  padding: 0 50px 0 20px; }

    .ggtd{padding: 40px 0 70px;}
    .ggtd .box ul li .item ol{ padding: 10px;}
    .ggtd .box ul li .item ol h3{ font-size: 15px; margin-bottom: 8px;}
    .ggtd .box ul li .item ol dt{ font-size: 13px;}

    .culture{padding: 40px 0 70px;}
    .culture .box{ height: 420px;}
    .culture .box .text{ padding: 0 50px; font-size: 16px; line-height: 30px;}

    .honor{ padding: 40px 0 70px;}
    .honor .box ul li h3{ font-size: 16px;}

    .business{ padding: 40px 0 50px;}
    .business .item .con{ padding: 25px 30px;}
    .business .item .con .tit{ font-size: 20px;}
    .business .item .con .tit img{ height: 28px;}
    .business .item .con ol{ font-size: 14px; line-height: 20px; margin-bottom: 15px;}
    .business .item .con dd{ width: 120px; height: 40px; line-height: 36px; padding-left: 32px; background: url(../images/icon08.png) no-repeat 16px center; font-size: 14px;}

    .companylist{padding: 45px 0 70px;}
    .companylist .box ul li ol h3{ font-size: 16px;}
    .companylist .box ul li ol dt{ font-size: 14px; margin: 10px 0 0;}

    .companylist .box ul li ol h3{ font-size: 16px;}
    .companyView .text{ font-size: 15px; line-height: 1.8;}
    .workshop{padding: 50px 0 50px;}
    .workshop .box .swiper-slide h3{ font-size: 15px;}
    .workshop .pagination{ padding-top: 0;}
    .workshop .arrow-left{ display: none;}
    .workshop .arrow-right{ display: none;}

    .qehs{ padding: 40px 0 50px;}
    .qehs .text{ font-size: 16px; margin-top: 0; margin-bottom: 40px;}
    .qehs .box ul { margin: 0 -10px;}
    .qehs .box ul li{ padding: 0 10px;}
    .qehs .box ul li .item{ min-height: 160px; padding:10px 20px; align-items: center;}
    .qehs .box ul li .item i{ font-size: 25px;}
    .qehs .box ul li .item ol h3{ font-size: 16px;}
    .qehs .box ul li .item ol dt{ font-size: 14px;}
    .qualifications{padding: 50px 0 70px;}
    .qualifications .box ul li h3{ font-size: 16px;}
    .development{padding: 50px 0 60px;}
    .development .box{ padding-bottom: 5px;}
    .development .text{ font-size: 16px; margin-top: -10px; margin-bottom: 25px;}
    .development .box ul { margin: 0 -10px;}
    .development .box ul li{ padding: 0 10px;}
    .development .box ul li ol dd{ font-size: 15px;}
    .development .box ul li ol h3{ font-size: 15px;}

    .news .box ul li ol h3{ font-size: 16px;}
    .news .box ul li ol dt{ font-size: 14px;}
    .news .box ul li ol dd{ font-size: 14px;}

    .newsHead .box h1{ font-size: 30px;}
    .newsHead .box p{ font-size: 15px;}
    .newsCon .box .text{ font-size: 15px; padding: 45px;}

    .jobFuli{ padding: 40px 0 80px;}
    .jobFuli .box{ padding-top: 60px;}
    .jobFuli .box ul li img{ height:60px;}
    .jobFuli .box ul li h3{ font-size: 18px; font-weight: bold;}
    .jobFuli .box ul li dt{ font-size: 15px;}

    .jobList .box ul{ margin: 0 -8px;}
    .jobList .box ul li{ padding: 0 8px;}
    .jobList .box ul li ol h3{ font-size: 16px;}
    .jobList .box ul li ol dt{ font-size: 15px;}

    .jobTccBox .BoxCon{ width: 800px;}
    .jobTccBox .ntitle a{font-size: 16px; width: 130px; height: 44px; line-height: 44px;}
    .jobTccBox .BoxCon .con dt{ font-size: 16px; margin-bottom: 30px;}
    .jobTccBox .BoxCon .con h3{ font-size: 17px;}
    .jobTccBox .BoxCon .con ol{ font-size: 15px;}

    .jobform{ font-size: 15px;}
    .jobform input,.jobform select{ height: 42px;}
    .jobform textarea{ height: 140px;}
    .jobform button { width: 250px; height: 48px; font-size: 16px; margin-right: 10px;}

    .contact{ padding: 50px 0;}
    .contact .box .text{ font-size: 15px;}

    .message .ntitle p{ font-size: 16px;}
    .message .box ul { margin:0 -10px;}
    .message .box ul li{ padding: 0 10px;}
    .message .box ul input{ height: 44px; font-size: 16px;}
    .message .box ul textarea{ height: 150px; font-size: 16px;}
    .message .box ul button{ line-height: 50px; font-size: 16px;}

    .footer .fmain .fnav ul li{ width: auto; padding: 0 10px;}
    .footer .fmain .fnav ul li dl{ font-size: 15px;}
    .footer .fmain .fnav ul li a{ font-size: 13px; line-height: 22px;}
    .footer .fmain .fcontact .fcontactBox{ padding-left:0; font-size: 14px;}
    .footer .fmain .fcontact .fcontactBox dl{ font-size: 16px;}
    .footer .fmain .fcontact .ewm li{ width: 115px;}
    .footer .fmain .fcontact .ewm li p{ font-size: 14px;}
    .footer .copyright{ font-size: 14px; line-height: 50px;}

    .tccBox .box { max-width: 800px; max-height: 800px;}
}


@media screen and (max-width:999px){
    body{ padding-top: 60px; font-size: 14px;}
    .wrap,.w980{ width: 100%; padding: 0 15px;}

    /*顶部*/
    .header{ width: 100%; height: 60px; padding: 0;  position: fixed; left: 0; top: 0; z-index: 1111; transition: all .6s;}
    .header .logo{ float: left; height: 60px; padding: 12px 0; margin-left: 10px;}
    .header .headRight{ float: none; color: #000; font-size: 16px; line-height: 46px;  width: 100%; height: calc(100% - 60px); background:#fff;  position: fixed; left: 0; top: 60px; padding-top: 0; display:none;}
    .header .nav{ float: none; border-bottom: 1px solid #eee;}
    .header .nav>ul>li{ float: none; margin-right: 0; border-top: 1px solid #eee;}
    .header .nav>ul>li>a{ font-size: 15px; padding: 0 15px; line-height: 50px; display: block;}
    .header .nav>ul>li .subnav{ background: #f2f2f2; padding: 15px 0;}
    .header .nav>ul>li .subnav ul li a{ font-size: 15px; line-height: 34px; padding: 0 15px; display: block;}
    .header .searchBtn{ margin: 25px 25px 0 20px;}
    .header .tel{ margin-top: 15px;}
    .header .menu-toggle{display: block;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .banner .pagination {  position: absolute;z-index: 20; right: 15px; top:50%; transform:translateY(-50%);}
    .banner .swiper-pagination-switch {display: block; width:10px; height: 10px; background:#fff; margin:8px 0; border-radius: 10px;  cursor: pointer; position: relative;}
    .banner .swiper-active-switch { width:10px; height: 10px; background: #dd070e; opacity: 1;}

    .neiBanner{height: 120px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}
    .neiBanner .bannerText{ width: 100%; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-30%);}
    .neiBanner .bannerText h2{ font-size: 22px; font-weight: bold;}
    .neiBanner .bannerText ul{ margin-top: 10px; display: none;}
    .neiBanner .bannerText ul li{ display: inline-block; margin: 0 3px;}
    .neiBanner .bannerText ul li a{ display: block; line-height: 40px; font-size: 15px; padding: 0 20px;}

    .title{ margin-bottom: 20px; padding-left: 10x; border-left: 2px solid #c81b21;}
    .title h2{ font-size: 20px;  margin-bottom: 5px;}
    .title p{ font-size: 14px;}

    .ntitle{ margin-bottom: 20px;}
    .ntitle h2{ font-size: 20px; padding-bottom: 16px; text-align: center;}
    .ntitle h2::after{ content: ""; width: 40px; height: 2px; background: #07427d; position: absolute; left: 50%; bottom: 0; margin-left: -20px;}
    .ntitle.center h2::after{ margin-left: -20px; transform: translateX(0);}

    .iabout{ padding: 30px 0 40px;}
    .iabout .box{ display: block;}
    .iabout .video{ margin-bottom: 15px;}
    .iabout .text{ padding-left: 0; line-height: 1.6;}
    .iabout .more{ width: 100px; height: 36px; line-height: 36px; font-size: 13px;  right: 15px; top: 0;}

    .inews{ padding: 35px 0 40px;}
    .inews .box{ margin: -10px -5px 0;}
    .inews .box .swiper-slide{ width: 25%; padding: 10px 5px;}
    .inews .box ol{ padding: 15px 15px 20px;}
    .inews .box ol h3{ height: 44px; font-size: 15px; line-height: 22px; margin-bottom: 8px;}
    .inews .box ol dt{ height: 57px; font-size: 13px; line-height: 19px; margin-bottom: 15px;}
    .inews .box ol dd{ font-size: 14px;}
    .inews .arrow{  right: 15px; top: 10px;}
    .inews .arrow .arrow-left,.inews .arrow .arrow-right{ width: 30px; height: 30px; display: inline-block;}
    .inews .arrow .arrow-left{ background:#dd070e url(../images/arrow-left.png) no-repeat center; background-size: 8px auto;}
    .inews .arrow .arrow-right{ background:#dd070e url(../images/arrow-right.png) no-repeat center; background-size: 8px auto;}

    .ibusiness{ padding-top: 46px; height: 780px; background: url(../images/ibusinessBg.jpg) no-repeat center top;}
    .ibusiness .tit{ margin-bottom: 50px; text-align: center;}
    .ibusiness .tit h2{ font-size: 22px; margin-bottom: 10px;}
    .ibusiness .tit p{ font-size: 15px; color: #fff; line-height: 1;}
    .ibusiness .box{ padding: 0 50px;}
    .ibusiness .box ul{ margin: 0 -25px; }
    .ibusiness .box ul li{ width: 50%; padding: 0 25px; margin-bottom: 30px; float: left;}
    .ibusiness .box ul li dl::before{ content: ""; width: calc(100% + 20px); height: calc(100% + 20px); border: #fff solid 1px; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0.4;}
    .ibusiness .box ul li h3{ margin-top: 20px; font-size: 16px;}

    .cymb{ margin: -75px 0 50px; position: relative; z-index: 11;}
    .cymb .box{ padding: 20px; height: 150px; background-size: cover; font-size: 18px; text-align: center;}

    .bead{ height: 46px; line-height: 46px; text-align: left; font-size: 14px;}

    /* 关于我们 */
    .about{ padding: 35px 0 50px;}
    .about .box { margin-top: 0;}
    .about .box .text{ width: 100%; font-size: 15px;  line-height: 1.7; float: none; margin-bottom: 20px;}
    .about .box .aboutVideo{ width: 100%; float: none;}

    .company{ padding: 35x 0;}
    .company .box ul{ margin:0;}
    .company .box ul li{ width:100%; padding: 0; margin-bottom: 8px; float: none;}
    .company .box ul li a{ font-size: 15px; line-height: 50px; background: #fff url(../images/icon02.png) no-repeat right 20px center; display: block; padding: 0 50px 0 20px; transition: all .4s;}
    .company .box ul li a:hover{ color: #fff; background: #014c9d url(../images/icon02.png) no-repeat right 20px center;}

    .organizational{ padding: 35px 0 40px;}
    .ggtd{ padding: 35px 0 40px; background: #f2f2f2;}
    .ggtd .box ul{ margin: 0 -5px;}
    .ggtd .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .ggtd .box ul li .item{ background: #fff;}
    .ggtd .box ul li .item ol{ height: auto; padding: 15px;}
    .ggtd .box ul li .item ol h3{ font-size: 17px; margin-bottom: 12px;}
    .ggtd .box ul li .item ol dt{ height: 54px; font-size: 13px; line-height: 18px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}

    .environment{ padding: 35px 0 50px;}
    .environment .box{ padding-bottom: 0;}
    .environment .box ul{ margin: 0 -5px;}
    .environment .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}

    .culture{ padding: 35px 0 50px;}
    .culture .box{ height: 200px; background: url(../images/cultureBg.jpg) no-repeat left -150px center; background-size: cover; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
    .culture .box .text{ padding: 0 20px; font-size: 15px; color: #000; line-height: 1.6;}

    .honor{ padding: 35px 0 50px;}
    .honor .box{ padding-bottom: 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{ margin-top: 5px; font-size: 15px;}

    /* 主营业务 */
    .business{ padding: 35px 0 50px;}
    .business .item{ margin-bottom: 10px;}
    .business .item a{ display: block; background: #fff; transition: all .4s;}
    .business .item a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .12);}
    .business .item .pic{ width: 100%; flex: 0 0 auto; overflow: hidden;}
    .business .item .con{ width: 100%; flex: 0 0 auto; padding: 20px 20px; border: #e6e6e6 solid 1px; border-left:  #e6e6e6 solid 1px;}
    .business .item .con .tit{ margin-bottom: 15px; font-size: 18px; }
    .business .item .con .tit img{ height: 20px; margin-right: 10px; transform: inherit;}
    .business .item .con ol{ font-size: 14px; line-height:1.6; margin-bottom: 10px;}
    .business .item .con dd{ width: 110px; height: 36px; border: #cfcfcf solid 1px; background: url(../images/icon08.png) no-repeat 15px center; padding-left: 30px; font-size: 14px; line-height: 32px;}
    .business .item:nth-child(even) a{ flex-direction:row-reverse;}
    .business .item:nth-child(even) .con{ border-left: 1px solid #e6e6e6; border-right:  #e6e6e6 solid 1px;}

    /* 旗下企业 */
    .companylist{ padding: 30px 0 50px;}
    .companylist .box ul{ margin: 0 -5px; }
    .companylist .box ul li{ float: left; width: 50%; padding: 0 5px; margin-bottom: 15px; }
    .companylist .box ul li ol{ padding-top: 5px; }
    .companylist .box ul li ol h3{ height: 27px; font-size: 15px; line-height: 27px;  overflow: hidden;}
    .companylist .box ul li ol dt{ height: 36px; font-size: 13px; line-height: 18px; margin: 5px 0 0; -webkit-line-clamp: 2;}
    .companylist .box ul li ol dd{ font-size: 15px; color: #888; line-height: 1; font-weight: 200; position: relative; overflow: hidden;}
    .companylist .box ul li ol dd:after{ content: ""; width: 100%; height: 1px; background: #d9d9d9; position: absolute; left: 90px; top: 50%; }
    .companylist .box ul li a:hover h3{ color: #dd070e; }

    .companyView{ padding: 35px 0 50px;}
    .companyView .text{ font-size: 15px; line-height:1.6;}

    .workshop{ padding: 35px 0 40px; background: #ededed;}
    .workshop .wrap{ position: relative;}
    .workshop .box{ position: relative; overflow: hidden;}
    .workshop .box .swiper-container{ margin: 0 -10px;}
    .workshop .box .swiper-slide ul{ margin: 0 -5px;}
    .workshop .box .swiper-slide ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
    .workshop .box .swiper-slide h3{ font-size: 14px; margin-top: 10px;}
    .workshop .arrow-left{ display: none;}
    .workshop .arrow-right{ display: none;}
    .workshop .pagination { text-align: center; margin-top: 0; padding-top: 10px;}
    .workshop .swiper-pagination-switch {display: inline-block; width:30px; height: 3px; background:#dd070e; margin: 0 4px; cursor: pointer;}
    .workshop .swiper-active-switch { background: #014c9d; opacity: 1;}

    .qehs{ padding: 35px 0 40px;}
    .qehs .text{  font-size: 15px; margin-top: 0px; margin-bottom: 25px;}
    .qehs .box ul{ margin: 0;}
    .qehs .box ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: none;}
    .qehs .box ul li .item{ min-height: auto; padding: 20px;}
    .qehs .box ul li .item i{ width: 55px; height: 55px; line-height: 52px; font-size: 20px; margin-right: 15px;}
    .qehs .box ul li .item ol{ color: #fff; padding: 8px 0;}
    .qehs .box ul li .item ol h3{ font-size: 16px;margin-bottom: 5px;}
    .qehs .box ul li .item ol dt{ font-size: 14px; line-height: 1.2;}

    .qualifications{ padding: 35px 0 40px;}
    .qualifications .box ul{ margin: 0 -5px;}
    .qualifications .box ul li{ width: 50%; padding:0 5px; margin-bottom: 10px;}
    .qualifications .box ul li h3{ height: 36px; font-size: 14px; line-height: 18px; white-space: inherit;  margin-top:5px;}

    .development{ padding: 35px 0 50px;}
    .development .text{ font-size: 15px;  line-height: 1.7; margin-top:0; margin-bottom: 20px;}
    .development .box{padding-bottom: 5px;}
    .development .box ul{ margin: 0;}
    .development .box ul li{ width: 100%; padding: 0; margin-bottom: 15px; float: none;}
    .development .box ul li ol{ display: flex; margin-top: 7px;}
    .development .box ul li ol dd{ min-width: 66px; line-height: 28px; font-size: 14px;}
    .development .box ul li ol h3{ padding-left: 5px; font-size: 15px;line-height: 28px; }

    /*news*/
    .news{ padding: 35px 0 50px;}
    .news .box ul{ margin: 0 -5px; }
    .news .box ul li{ float: left; width: 50%; padding: 0 5px; margin-bottom: 25px; }
    .news .box ul li ol{ padding-top: 8px; }
    .news .box ul li ol h3{ height: 40px; font-size: 15px; line-height: 20px; }
    .news .box ul li ol dt{ height: 54px; font-size: 13px; line-height: 18px;  margin: 5px 0 10px; -webkit-line-clamp: 3;}
    .news .box ul li ol dd{ font-size: 13px;}
    .news .box ul li ol dd:after{ content: ""; width: 100%; height: 1px; background: #d9d9d9; position: absolute; left: 90px; top: 50%; }
    .news .box ul li a:hover h3{ color: #dd070e; }

    .newsHead{ height: 150px; margin-top:0;}
    .newsHead .box{text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
    .newsHead .box h1{ font-size: 17px; font-weight: normal; margin-bottom: 10px;}
    .newsHead .box p{ font-size: 13px;}
    .newsCon{ background: #f0f0f0; padding-bottom:30px;}
    .newsCon .box{ background: #fff;}
    .newsCon .box .text{ padding:25px 15px; font-size: 15px; line-height:1.6;}
    .newsCon .box .text video{ width: 100%; height: auto;}
    .newsCon .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 15px; overflow: hidden; position: relative;}
    .newsCon .box .viewPage .boxCon{ padding-right: 0;}
    .newsCon .box .viewPage .boxCon a{display: block;}
    .newsCon .box .viewPage .back{ width: 120px; height: 38px; line-height: 38px; margin: 10px auto 0; position:relative; right: 0; top: 0;}
    .newsCon .box .viewPage .back a{color: #fff; display: block;}


    /* job */
    .jobFuli{ padding: 35px 0 30px;}
    .jobFuli .box{ overflow: hidden; padding-top:10px;}
    .jobFuli .box ul{ overflow: hidden; margin-left: -2px;}
    .jobFuli .box ul li{ width: 100%; border-left: none; padding: 15px 10px; float: none;}
    .jobFuli .box ul li img{ height: 35px;}
    .jobFuli .box ul li h3{ font-size: 16px; margin: 10px 0;}
    .jobFuli .box ul li dt{ font-size: 14px; }

    .jobList{ padding: 35px 0 40px; background: #f0f0f0;}
    .jobList .box{}
    .jobList .box ul{ margin: 0;}
    .jobList .box ul li{ width: 100%; padding: 0; margin-top: 5px; margin-bottom: 10px; float: none;}
    .jobList .box ul li ol{ background: #fff; padding: 20px; cursor: pointer;}
    .jobList .box ul li ol h3{ font-size: 16px; margin-bottom: 10px;}
    .jobList .box ul li ol dt{ height: 30px; margin-bottom: 10px; line-height: 20px; font-size: 14px;}
    .jobList .box ul li ol dd{font-size: 14px; background: url(../images/icon12.png) no-repeat right center; background-size: auto 11px; display: inline-block; padding-right: 18px; position: relative; left: 0; bottom: 0;}

    .jobTccBox .BoxCon{ width: 90%; padding: 25px;}
    .jobTccBox .BoxCon .off{ top: -45px;  right: 0px;}
    .jobTccBox .BoxCon .con{ min-height: inherit;}
    .jobTccBox .BoxCon .con h3{ font-size: 16px; margin-bottom: 10px;}
    .jobTccBox .BoxCon .con dt{ font-size: 15px; margin-bottom: 20px;}
    .jobTccBox .BoxCon .con ol{ font-size: 15px; line-height: 1.5;}
    .jobTccBox .ntitle{ overflow: hidden;}
    .jobTccBox .ntitle h2{ float: left; font-size: 18px;}
    .jobTccBox .ntitle h2::after{ left: 0; margin-left: 0;}
    .jobTccBox .ntitle a{  font-size: 14px; width: 80px; height: 36px; line-height: 36px; border-radius: 5px;}

    .jobform{ padding: 35px 0 30px; font-size: 15px;}
    .jobform p { margin-bottom: 5px;}
    .jobform p span{ font-size: 15px; color: #999;}
    .jobform input{ width: 100%; height: 38px; font-size: 15px; padding-left: 10px; border: #d2d2d2 solid 1px;}
    .jobform select{ width: 100%; height: 38px;font-size: 15px; padding-left: 10px; border: #d2d2d2 solid 1px; appearance:none; -moz-appearance:none; -webkit-appearance:none; outline: none; background: url(../images/icon13.png) no-repeat right 15px center;}
    .jobform textarea{ width: 100%; height: 100px;font-size: 15px; padding:10px 10px; border: #d2d2d2 solid 1px;}
    .jobform button{ width: 100%; height: 40px; border: none; font-size: 16px; margin-right: 0; margin-bottom: 5px;}
    .jobform button[type="submit"]{ background: #014c9d;}
    .jobform button[type="submit"]:hover{background: #003670;}
    .jobform button[type="reset"]{ background: #dd070e;}
    .jobform button[type="reset"]:hover{ background: #b9040a;}
    .jobform ul{ margin: 0 ; overflow: hidden;}
    .jobform ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: none;}
    .jobform ul ol{ width: 100%; padding: 0; margin-bottom: 20px; }


     /* contact */
     .contact{ padding: 35px 0;}
     .contact .box{ width: 100%; float: none;}
     .contact .box .text{ font-size: 15px; line-height: 1.4; margin-bottom: 15px;}
     .contact .box .text h3{ font-size: 17px; margin-bottom: 5px;}
     .contact .pic{ width: 100%; float: none;}
 
     .map{ padding: 30px 0;}
     #map{ height: 250px; border: #fff solid 3px;}
 
     .message{ padding: 35px 0 50px;}
     .message .ntitle{ overflow: hidden;}
     .message .ntitle h2{ float: none; margin-right: 0;}
     .message .ntitle p{ float: none; font-size: 14px; padding-top: 10px;}
     .message .box{}
     .message .box ul{ margin: 0; overflow: hidden;}
     .message .box ul li{ width: 100%; padding: 0; margin-top: 8px; float: none;}
     .message .box ul ol{ width: 100%; padding: 0; margin-top: 8px;}
     .message .box ul input{ width: 100%; height: 40px; border: #ededed solid 1px; font-size: 15px; padding-left: 10px;}
     .message .box ul input:focus{ border: #014c9d solid 2px; }
     .message .box ul textarea{ width: 100%; height: 100px; padding: 10px 10px; border: #ededed solid 1px; font-size: 15px; }
     .message .box ul textarea:focus{ border: #014c9d solid 2px; }
     .message .box ul button{ width: 100%; line-height: 40px;font-size: 15px; cursor: pointer;}

    /* footer */
    .footer .fmain{ height: auto; padding: 30px 0;}
    .footer .fmain .fnav{ display: none;}
    .footer .fmain .fcontact{ float: none;}
    .footer .fmain .fcontact .ewm{ float: none; margin-bottom: 20px; text-align: center;}
    .footer .fmain .fcontact .ewm li{ float: none; width: 110px; font-size: 14px; color: #fff; text-align: center; margin-right: 0; display: inline-block;}
    .footer .fmain .fcontact .ewm li p{ padding-top: 8px; line-height: 1;}
    .footer .fmain .fcontact .fcontactBox{ color: #fff; font-size: 13px; white-space: normal; padding-left: 0; float: none; text-align: center;}
    .footer .fmain .fcontact .fcontactBox dl{ font-size: 15px; margin-bottom: 10px;}
    .footer .fmain .fcontact .fcontactBox dt{ line-height: 1.6;}
    .footer .copyright{ font-size: 13px; line-height: 1.6; padding: 15px 0; text-align: center;}
    .footer .copyright a{ color: #fff; white-space: nowrap;}
    .footer .copyright span{ display: none;}


    /*===/分页=============================*/
    .pagination {text-align:center}
    .pagination ul{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 .box{max-width: inherit; max-height: inherit; width: 82%;}
}