@charset "utf-8"; /* CSS Document */ @import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900'); * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;} body{ font-size: 16px; color: #666; overflow-x: hidden; font-family:'Noto Sans SC',"Microsoft YaHei",'微软雅黑',sans-serif; font-weight: 300;} 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{ outline:none; font-family:'Noto Sans SC',"Microsoft YaHei",微软雅黑, sans-serif; } ::-webkit-input-placeholder {color: #999;} ::-moz-placeholder {color: #999;} :-ms-input-placeholder {color: #999;} a { text-decoration: none; color:#666; transition: color 0.56s ease;} a:hover{ color: #a2261c;} .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;} /* 水平镜像翻转 */ .mirrorRotateLevel img{transition: all .4s;-webkit-transition: all .4s;} .mirrorRotateLevel:hover img {-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);/*兼容IE*/ filter:FlipH;} /*图片放大*/ .imgZoom img{transition: all .4s;-webkit-transition: all .4s;} .imgZoom:hover img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1);} /*图片旋转*/ .imgRotate img{-webkit-transition:-webkit-transform 2s ease-out;-moz-transition:-moz-transform 2s ease-out;-o-transition:-o-transform 2s ease-out;-ms-transition:-ms-transform 2s ease-out;} .imgRotate img:hover{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg);} /*按钮鼠标经过变暗*/ .wlp-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;} /*鼠标经过有阴影*/ .wlp-shadow:hover{box-shadow: 0 0 20px rgba(0,0,0,0.3)!important;} /*鼠标经过上浮并加阴影*/ .wlp-flow-shadow{-webkit-transition:all .5s;transition:all .5s;} .wlp-flow-shadow:hover{transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -8px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px #e9e9e9;} /*图片经过遮罩*/ .wlp-filter:hover img{ filter:alpha(opacity=70); -moz-opacity:0.7; -webkit-opacity: 0.7; opacity: 0.7;} img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;} .wrap{ width: 1200px; margin: 0 auto;} /*顶部*/ header{ width: 100%; height:150px; background:#b22626; box-shadow: 0 0 10px rgba(0,0,0,.2); position: relative; z-index: 1111;} header .logo{ float: left; padding-top: 35px; } header .logo h3{ font-size: 20px; font-weight: 500; color: #fff;letter-spacing:18px; text-indent: 15px; text-align: center; padding-top: 5px;} header .nav{ float: right; padding-top: 68px;} header .nav ul li{ float: left; padding-bottom: 10px; margin-left: 40px;} header .nav ul li.on a{color: #ffff65;} header .nav ul li a{ font-size: 20px; color: #fff; font-weight: normal; line-height: 1;} header .nav ul li a:hover{ color: #ffff65;} header .nav ul li .subnav{ width: 100%; position: absolute; left: 0; top: 100px; display: none; transition: all 0.3s ease; padding-top: 50px;} header .nav ul li .subnav .con{ background:rgba(255,255,255,0.9); padding:25px 0;} header .nav ul li .subnav .navColumn{ width: 50%; padding-top: 30px; float: left;} header .nav ul li .subnav .navColumn ul{ margin: 0 -30px;} header .nav ul li .subnav .navColumn ul li{ width: 50%; height: auto; margin-left: 0; padding: 10px 30px; float: left;} header .nav ul li .subnav .navColumn ul li a{ font-size: 18px; color: #fff; line-height: 50px; text-align: center; background: #b22626; display: block;} header .nav ul li .subnav .navColumn ul li a:hover{color: #fff; background: #900000;} header .nav ul li .subnav .navColumn ul.two{ padding-left: 330px;} header .nav ul li .subnav .navColumn ul.two li{ width: 100%;} header .nav ul li .subnav .navPic{ width: 50%; float: right; text-align:right;} header .nav ul li .subnav.navService .navColumn{ width: 100%; padding-top: 0;} header .nav ul li .subnav.navService .navColumn ul li{ width: 25%;} header .nav ul li .subnav.navService .navPic{display: none;} header .nav ul li:hover .subnav{ display: block;} header .nav ul li:hover a{color: #ffff65;} header .menu-toggle{display: none;} /*首页bannner*/ .banner {height:600px; position: relative; width: 100%;} .banner .swiper-container{ width:100%; height:600px; overflow:hidden;} .banner .swiper-container .swiper-slide{width:100%; height: 600px; background-position:center; background-repeat: no-repeat; background-size: cover;} .banner .swiper-container .swiper-slide a{width:100%; height: 600px;display: block;} .banner .pagination {position: absolute;z-index: 20;bottom:30px;width: 100%;text-align: center;} .banner .swiper-pagination-switch {display: inline-block; width:12px; height: 12px; background:#fff; margin: 0 4px; border-radius: 10px; cursor: pointer;} .banner .swiper-active-switch { background: #b22626; opacity: 1;} .neibanner{ width: 100%; height:300px; background-position:center; background-repeat: no-repeat; background-size: cover; display: table; text-align: center;} .title{ text-align: center; margin-bottom: 30px;} .title h3{ font-size:72px; color: #000; line-height: 1; font-weight: 900; opacity: 0.07;} .title h2{ font-size: 36px; color: #000; font-weight: 500; line-height: 1; margin-top: -30px; margin-bottom: 12px;} .title p{ font-size: 18px; font-weight: normal; opacity: 0.8;} .ntitle{ text-align: center; margin-bottom: 30px;} .ntitle h3{ font-size: 60px; color: #000; line-height: 1; font-weight: 900; opacity: 0.06;} .ntitle h2{ font-size: 30px; color: #000; font-weight: 500; line-height: 1; margin-top: -30px; padding-bottom: 13px; position: relative;} .ntitle h2::after{ content: ""; width: 51px; height: 4px; background:url(../images/icon07.png) no-repeat center; position: absolute; left: 50%; bottom: 0; margin-left: -25px;} .iservice{ background: #f8f8f8 url(../images/serviceBg.jpg) no-repeat center bottom; background-size: contain; padding: 40px 0;} .iservice .box ul li{ width: 25%; padding: 10px 7px; float: left;} .iservice .box ul li a{ background: #fff; padding: 25px 25px 0 25px; box-shadow: 0 0 5px rgba(0,0,0,0.1); display: block; transition: all 0.4s ease 0s;} .iservice .box ul li dl{ padding-bottom: 62.5%; position: relative; overflow: hidden;} .iservice .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto; } .iservice .box ul li a h3{ text-align: center; line-height: 50px; color: #000;} .iservice .box ul li a:hover{ box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px; transform: translate3d(0px, -3px, 0px); transition: all 0.4s ease 0s;} .iservice .swiper-container{ padding-bottom: 35px;} .iservice .pagination {position: absolute;z-index: 20;bottom:0px;width: 100%;text-align: center;} .iservice .swiper-pagination-switch {display: inline-block; width:60px; height: 12px; background:#707070; margin: 0 10px; border-radius: 10px; cursor: pointer;} .iservice .swiper-active-switch { background: #b22626; opacity: 1;} .iservice .more{ width: 100px; height: 40px; line-height:38px; text-align: center; color: #000; margin:30px auto 0; display: block; border: #bfbfbf solid 1px; border-radius: 6px;} .iabout{ background:url(../images/iaboutBg.jpg) no-repeat center; background-size: cover; padding: 70px 0;} .iabout .title{ margin-bottom: 90px;} .iabout .title h3{ color: #fff; opacity: 0.1;} .iabout .title h2{ color: #fff;} .iabout .box{ background:rgba(255,255,255,0.6); text-align: center; padding: 30px 80px; border-radius: 20px; margin-bottom: 90px;} .iabout .box dl{ font-size: 24px; color: #000; font-weight: 500; margin-bottom: 20px;} .iabout .box ol{ font-size: 18px; color: #000; font-weight: normal; line-height: 1.8;} .iabout .other ul{ overflow: hidden;} .iabout .other ul li{ width: 33.33%; padding-left: 75px; float: left;} .iabout .other ul li dl{ float: left; margin-right: 16px;} .iabout .other ul li ol{ padding-top: 15px;} .iabout .other ul li ol h3{ color: #fff; font-size: 20px; font-weight: normal;} .iabout .other ul li ol p{ color: #c9c6c5; font-size: 14px;} .iabout .other ul li a:hover h3{ color: #a2261c;} .iabout .other ul li a:hover p{ color: #a2261c;} .customer{ background:url(../images/customerBg.jpg) no-repeat center bottom; background-size: cover; padding: 60px 0 80px;} .customer .box ul{ overflow: hidden; margin: 0 -25px;} .customer .box ul li{ width: 20%; padding: 20px 25px; float: left;} .customer .box ul li dl{ height: 98px; background: #fff; border: #e5e5e5 solid 1px; position: relative;} .customer .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0; margin:auto; padding: 8px;} .customer .box ul li dl:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.2); border: none;} .imap{ background: #f8f8f8; padding: 50px 0 10px;} .inews{padding: 40px 0;} .inews .inewsHead{ position: relative; overflow: hidden; margin-bottom: 42px;} .inews .inewsHead .tit{float: left; } .inews .inewsHead .tit h2{ font-size: 30px; font-weight: 500; color: #000; line-height: 40px; margin-right: 15px; float: left;} .inews .inewsHead .tit p{ font-size:16px; font-weight: 500; color: #8d8d8d;line-height: 40px; float: left;} .inews .inewsHead .more{ float: right;line-height: 40px;} .inews .inewsHead .tabnav{ float: right; margin-right: 30px;} .inews .inewsHead .tabnav li{ float: left; color: #000; font-weight: normal; border-radius: 20px; padding: 0 18px; line-height: 40px; margin-left: 10px; cursor: pointer;} .inews .inewsHead .tabnav li.on{ background: #b22626; color: #fff; line-height: 40px;} .inews .box{ display: none;} .inews .box.on{display: block;} .inews .inews_l{ width: 50%; padding-right:20px; float: left; } .inews .inews_l a{display: block;} .inews .inews_l dl{ position: relative; padding-bottom: 48.275%; color: #fff; font-size: 14px; text-align: center; overflow: hidden; } .inews .inews_l dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;} .inews .inews_l dl dt{ width: 80px; height: 90px; background: #b22626; position: absolute; left: 0; top: 0; z-index: 11;} .inews .inews_l dl dt b{ font-size: 40px; line-height: 1; margin-bottom: 5px; padding-top: 10px; display: block; } .inews .inews_l ol h3{ font-size: 18px; font-weight: normal; color: #000; margin: 10px 0 5px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;} .inews .inews_l ol dd{ font-size: 16px;color: #333;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;} .inews .inews_r{ width: 50%; padding-left:20px; float: left; } .inews .inews_r ul{ overflow: hidden; margin-top: -20px;} .inews .inews_r ul li{ border-top: #eee solid 1px; padding: 20px 0; margin-top: -1px; overflow: hidden; } .inews .inews_r ul li a{display: block;} .inews .inews_r ul li dl{ width: 80px; height: 90px; color: #fff; font-size: 14px; text-align: center; background: #aaa; padding-top: 10px; float: left; transition: background 0.56s ease;} .inews .inews_r ul li dl b{ font-size: 40px; line-height: 1; margin-bottom: 5px; display: block; } .inews .inews_r ul li ol{ padding-left:100px; } .inews .inews_r ul li ol h3{ font-size: 18px; color: #000; font-weight:400; margin-bottom: 8px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;} .inews .inews_r ul li ol dd{ font-size: 16px; color: #333; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: color 0.56s ease;} .inews .inews_r ul li a:hover dl{background: #b22626;} .inews .inews_r ul li a:hover h3{color: #b22626;} .inews .inews_r ul li a:hover dd{color: #b22626;} .inews .activity { width: 100%; overflow: hidden; } .inews .activity ul{ margin:-20px -20px 0;} .inews .activity ul li{ width: 50%; padding:0 20px; margin-top: -1px; float: left;} .inews .activity ul li a{display: block; border-top: #eee solid 1px; padding: 20px 0; overflow: hidden;} .inews .activity ul li dl{ width: 80px; height: 90px; color: #fff; font-size: 14px; text-align: center; background: #aaa; padding-top: 10px; float: left; transition: background 0.56s ease;} .inews .activity ul li dl b{ font-size: 40px; line-height: 1; margin-bottom: 5px; display: block; } .inews .activity ul li ol{ padding-left:100px; } .inews .activity ul li ol h3{ font-size: 18px; color: #000; font-weight:400; margin-bottom: 8px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;} .inews .activity ul li ol dd{ font-size: 16px; color: #333; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: color 0.56s ease;} .inews .activity ul li a:hover dl{background: #b22626;} .inews .activity ul li a:hover h3{color: #b22626;} .inews .activity ul li a:hover dd{color: #b22626;} .reason{ height: 550px; background: url(../images/reasonBg.jpg) no-repeat center; background-size: cover; padding-top: 50px; text-align: center;} .reason .tit{ font-size: 40px; font-weight: bold; color: #fff; margin-bottom: 55px;} .reason .tit span{color: #b22626;} .reason .reasonTabNav{ margin-bottom: 50px;} .reason .reasonTabNav li{ width: 74px; height: 74px; border-radius: 74px; background:rgba(255,255,255,0.3); display: inline-block; margin: 0 20px; cursor: pointer;} .reason .reasonTabNav li i{width: 74px; height: 74px; display: block;} .reason .reasonTabNav li.on{ background: #fff;} .reason .reasonTabNav li.tabnav01 i{ background:url(../images/liyou01.png) no-repeat center;} .reason .reasonTabNav li.tabnav01.on i{ background:url(../images/liyou01_02.png) no-repeat center;} .reason .reasonTabNav li.tabnav02 i{ background:url(../images/liyou02.png) no-repeat center;} .reason .reasonTabNav li.tabnav02.on i{ background:url(../images/liyou02_02.png) no-repeat center;} .reason .reasonTabNav li.tabnav03 i{ background:url(../images/liyou03.png) no-repeat center;} .reason .reasonTabNav li.tabnav03.on i{ background:url(../images/liyou03_02.png) no-repeat center;} .reason .reasonTabNav li.tabnav04 i{ background:url(../images/liyou04.png) no-repeat center;} .reason .reasonTabNav li.tabnav04.on i{ background:url(../images/liyou04_02.png) no-repeat center;} .reason .reasonTabCon{ font-size: 20px; font-weight: normal; color: #e4e7eb;} .reason .reasonTabCon .box{ width: 700px; min-height: 200px; margin: 0 auto; } .reason .reasonTabCon dl{ font-size: 30px;color: #fff; line-height: 1; padding-bottom: 16px; margin-bottom: 26px; position: relative;} .reason .reasonTabCon dl::after{ content: ""; width: 30px; height: 3px; background: #fff; position: absolute; left:50%; bottom: 0; margin-left: -15px;} .neiNav{ line-height: 60px; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,.2); position: relative; z-index: 11;} .neiNav .navBox{ float: left;} .neiNav .navBox ul li{ float: left; margin-right:70px; position: relative;} .neiNav .navBox ul li a{ font-size: 18px; font-weight: normal; color: #000;} .neiNav .navBox ul li a:hover{ color: #b22626;} .neiNav .navBox ul li.on a{color: #b22626;} .neiNav .navBox ul li.on::after{ content: ""; width: 60px; height: 3px; background: #b22626; position: absolute; left: 50%; bottom: 0; margin-left: -30px;} .neiNav .bread{ float: right; color: #8d8d8d;} .neiNav .bread a{color: #8d8d8d;} .neiNav .bread a:hover{ color: #b22626;} .text.about{ background:url(../images/aboutBg.jpg) no-repeat center bottom;} .text{ background: #fff; padding:50px 0 100px;} .text .box{ font-size: 18px; color: #000; line-height: 2; font-weight: normal;} .text .box h2{ line-height: 1.2;} .text .box h3{ line-height: 1.2; font-size: 16px;} #map{ height:400px; margin-top: 60px; } #map img{max-height:inherit;max-width:inherit; } .shiyanshi{ padding:50px 0 80px;} .shiyanshi .jieshao{ text-align: center; color: #000; font-weight: normal; line-height:2; padding: 0 170px;} .shiyanshi .box{ margin: 30px 0;} .shiyanshi .box ul{ overflow: hidden; margin: 0 -35px;} .shiyanshi .box ul li{ width: 33.33%; padding: 13px 35px; float: left;} .shiyanshi .box ul li .con{ background: #f7f8fa; padding: 17px; text-align: center;} .shiyanshi .box ul li .con dl{ overflow: hidden; padding-bottom: 47.318%; position: relative;} .shiyanshi .box ul li .con dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;} .shiyanshi .box ul li .con h3{ font-size: 20px; color: #000; line-height: 1; padding: 15px 0;} .shiyanshi .box ul li .con dt{ height: 75px; color: #555556; line-height: 1.6; overflow: hidden;} .service{ background: #eceff4; padding:20px 0 50px; overflow: hidden;} .service .leftNav{ width: 230px; float: left; } .service .leftNav dl{ background: #fff; color: #c29a98; font-size: 16px; font-weight: bold; text-align: center; margin: 0; padding:20px; } .service .leftNav dl h3{ color: #b22626; font-size: 30px; line-height: 1; font-weight: bold;letter-spacing:5px; margin: 0 0 5px; } .service .leftNav ul li{ margin-bottom: 1px; } .service .leftNav ul li ol{ background: #b22626; height: 46px; position: relative; } .service .leftNav ul li ol a{ color: #fff; font-size: 18px; font-weight: normal; background:url(../images/icon12.png) no-repeat 14px center; padding-left: 36px; line-height: 46px; display: block;} .service .leftNav ul li ol span{ width: 46px; height: 46px; background:url(../images/icon13.png) no-repeat right 10px center; position: absolute; right: 0; top: 0; cursor: pointer; } .service .leftNav ul li .subnav{ display: none;} .service .leftNav ul li .subnav a{display: block; font-size: 16px; color: #000; font-weight: normal; padding-left: 36px; padding-right: 10px; line-height: 46px; background: #fff; margin-bottom: 1px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; position: relative;} .service .leftNav ul li .subnav a:hover{ color: #b22626; background: #e4e4e4; } .service .leftNav ul li .subnav a:hover:before{ content: "-"; width: 10px; position: absolute; left: 26px; top: 0;} .service .leftNav ul li .subnav a.focus{color: #b22626; background: #e4e4e4;} .service .leftNav ul li .subnav a.focus:before{ content: "-"; width: 10px; position: absolute; left: 26px; top: 0;} .service .leftNav ul li.on .subnav{display: block;} .service .rightBox{ padding-left: 250px;} .breadcrumb{ background: #fff; line-height: 42px; color: #000; padding: 0 10px; margin-bottom: 8px;} .breadcrumb a{ color: #000;} .breadcrumb a:hover{ color: #b22626;} .rightCon{ background: #fff; color: #000; font-weight: normal; line-height: 1.9; padding: 25px;font-family: "Microsoft YaHei",'微软雅黑',sans-serif;} .rightCon span{font-family: "Microsoft YaHei",'微软雅黑',sans-serif !important;} .rightCon .table-responsive{ overflow-x: auto; margin: 10px 0; } .rightCon table { width: 100% !important; margin: 0 auto; text-align: center; border-spacing: 0; border-collapse: collapse;} .rightCon table tbody tr td { border: #333 solid 1px; } .news{ background: #eceff4; padding:50px 0px 80px;} .news .box{ padding-bottom: 30px;} .news ul li{ background: #fff; line-height: 60px; padding: 0 180px 0 20px; margin-bottom: 3px; position: relative;} .news ul li:nth-child(even){ background:none} .news ul li a{ font-size: 18px; color: #000; font-weight: normal; display: block;} .news ul li a:hover{ color: #b22626;} .news ul li span{font-size: 18px; color: #000;font-weight: normal; position: absolute; top: 0; right: 20px;} .newsview{ margin:60px 0 70px;} .newsview .wrap{ position: relative;} .newsview .boxcon{ padding-right: 400px;} .newsview .boxcon .newsHead{ border-bottom: #cccccc solid 1px; padding-bottom: 20px; margin-bottom: 20px;} .newsview .boxcon .newsHead h1{ font-size: 32px; font-weight: normal; color: #000; margin-bottom: 10px; } .newsview .boxcon .box{ line-height: 2; min-height: 500px; font-family: "Microsoft YaHei",'微软雅黑',sans-serif !important; color: #000; font-weight: normal; line-height: 1.9;} .newsview .table-responsive{ overflow-x: auto; margin: 10px 0; } .newsview table { width: 100% !important; margin: 0 auto; text-align: center; border-spacing: 0; border-collapse: collapse;} .newsview table tbody tr td { border: #333 solid 1px; } .newsview .newspage{ width: 350px; position: absolute; right: 0; top: 0;} .newsview .newspage dl{ border: #e6e6e6 solid 5px; margin-bottom: 20px; padding: 30px;} .newsview .newspage dl:hover{ border:#b22626 solid 5px; } .newsview .newspage dl ol{font-size: 16px; margin-bottom: 10px;} .newsview .newspage dl a{font-size: 18px; font-weight: normal; color: #000;} .download{background: #eceff4; padding:50px 0px 80px;} .download .box{ padding: 20px 0;} .download .box ul li{ background: #fff; border-radius: 10px; margin-bottom: 16px;} .download .box ul li a{ font-size: 18px; color: #000; font-weight: normal; padding: 0 100px 0 26px; line-height: 70px; background:url(../images/icon08_02.png) no-repeat right 50px center; display: block;} .download .box ul li a:hover{ color: #b22626; background:url(../images/icon08.png) no-repeat right 50px center;} .report{background: #eceff4; padding:50px 0px 80px;} .report .box{ width: 800px; margin: 80px auto; color: #000; font-weight: normal; } .report .box .formBox{border: #e5e5e5 solid 1px; border-radius: 10px; overflow: hidden; position: relative; margin-bottom: 20px; } .report .box input{ width: 100%; height: 60px; font-size: 16px; padding-left: 20px; background: #fff; border:none;} .report .box button{ width: 80px; height: 60px; background: #b22626 url(../images/icon09.png) no-repeat center; color: #fff; border: none; position: absolute; top: 0; right: 0; cursor: pointer;} footer .fcontact{ background: #b22626; padding: 26px 0;} footer .fcontact ul{ overflow: hidden;} footer .fcontact ul li{ float: left; width: 39%; } footer .fcontact ul li:last-child{ float: right; width: auto;} footer .fcontact ul li dl{ float: left; margin-right: 12px;} footer .fcontact ul li ol{ float: left; color: #fff; line-height: 1.2; padding-top: 8px; white-space:nowrap;} footer .fcontact ul li ol a{ font-size: 24px; font-weight: 500; color: #fff; display: block;} footer .fmain{ background: #202332; padding: 25px 0 30px; color: #bcbcbf;} footer .f_l{ float: left;} footer .f_l dl{ margin-bottom: 10px;} footer .f_m{ float: left; border-left: 1px solid #555863; border-right: 1px solid #555863; margin-top: 40px; margin-left: 100px;} footer .f_m ul{overflow: hidden;} footer .f_m ul li{ float: left; width: 33.33%; padding: 15px 0; text-align: center;} footer .f_m ul li a{ font-size:20px; font-weight: normal;color: #bcbcbf;} footer .f_m ul li a:hover{ color: #b22626;} footer .f_r{ float: right; text-align: center; padding-top: 20px;} footer .copyright{ background:#373947; color: #fff; text-align: center; padding: 18px 0; font-size: 14px;} footer .copyright a{ color: #fff;} /*===/分页=============================*/ .fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 20px 0 0px;} .fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;} .fenye a { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a; margin-right: 5px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;} .fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;} .fenye a.current { color: #fff; background: #242a34; margin-right: 5px; border: #242a34 solid 1px;} .menu{display: none;} /* 右侧客服 */ .suspend{width:40px;height:198px;position:fixed;top:200px;right:0;overflow:hidden;z-index:9999;} .suspend dl{width:120px;height:198px;border-radius:25px 0 0 25px;padding-left:40px;box-shadow:0 0 5px #e4e8ec;} .suspend dl dt{width:40px;height:198px;background:url(../images/wx.png);position:absolute;top:0;left:0;cursor:pointer;} .suspend dl dd.suspendQQ{width:120px;height:85px;background:#ffffff;} .suspend dl dd.suspendQQ a{width:120px;height:85px;display:block;background:url(../images/wx.png) -40px 0;overflow:hidden;} .suspend dl dd.suspendTel{width:120px;height:112px;background:#ffffff;border-top:1px solid #e4e8ec;} .suspend dl dd.suspendTel a{width:120px;height:112px;display:block;background:url(../images/wx.png) -40px 112px;overflow:hidden;} * html .suspend{position:absolute;left:expression(eval(document.documentElement.scrollRight));top:expression(eval(document.documentElement.scrollTop+200))} @media screen and (max-width:1550px){ /*首页bannner*/ .banner {height:450px; position: relative; width: 100%;} .banner .swiper-container{ width:100%; height:450px; overflow:hidden;} .banner .swiper-container .swiper-slide{width:100%; height: 450px; background-position:center; background-repeat: no-repeat; background-size: cover;} .banner .swiper-container .swiper-slide a{width:100%; height: 450px;display: block;} .banner .pagination {position: absolute;z-index: 20;bottom:30px;width: 100%;text-align: center;} .banner .swiper-pagination-switch {display: inline-block; width:12px; height: 12px; background:#fff; margin: 0 4px; border-radius: 10px; cursor: pointer;} .banner .swiper-active-switch { background: #b22626; opacity: 1;} } @media screen and (max-width:1220px){ .wrap{ width: 100%; padding: 0 15px;} header .nav ul li{ margin-left: 26px;} /*首页bannner*/ .banner {height:480px; position: relative; width: 100%;} .banner .swiper-container{ width:100%; height:480px; overflow:hidden;} .banner .swiper-container .swiper-slide{width:100%; height:480px; background-position:center; background-repeat: no-repeat; background-size: cover;} .banner .swiper-container .swiper-slide a{width:100%; height:480px;display: block;} } @media screen and (max-width:1000px){ body{ padding-top: 60px; } /*顶部*/ header{ width: 100%; height: 60px; background: #b22626; box-shadow: 0 0 5px rgba(0,0,0,.1); position: fixed; top: 0; left: 0; z-index: 1111;} header .logo{ float: left; width: 90px; padding-top:7px; } header .logo h3{ font-size: 12px; font-weight: 500; color: #fff;letter-spacing:8px; text-indent: 5px; text-align: center; padding-top: 3px; line-height: 1;} header .nav{ width: 100%; height: calc(100vh - 60px); background: #fff; float: none; padding: 10px 0; position: fixed; top: 60px; left: 0; display: none; overflow-y: auto;} header .nav ul li{ width: 100%; height: auto; float: none; margin-left: 0; border-bottom: #eee solid 1px; padding: 0 15px;} header .nav ul li.on a{color:#b22626;} header .nav ul li a{ font-size: 16px; color: #333; font-weight: normal; line-height: 50px;display: block;} header .nav ul li a:hover{ color: #b22626;} header .nav ul li .subnav{ width: 100%; padding:10px 0; position: relative; left: 0; top: 0; display:none; margin-bottom: 15px; transition:none; } header .nav ul li .subnav .con{ background:#d6d5d5;} header .nav ul li .subnav .navColumn{ width: 100%; padding-top: 0px; float: left;} header .nav ul li .subnav .navColumn ul{ margin: 0 -5px;} header .nav ul li .subnav .navColumn ul li{ width: 50%; height: auto; margin-left: 0; padding: 5px 5px; border-bottom: none;} header .nav ul li .subnav .navColumn ul li a{ font-size: 15px; color: #fff; line-height: 40px; text-align: center; background: #b22626; display: block;} header .nav ul li .subnav .navColumn ul li a:hover{color: #fff; background: #8a2021;} header .nav ul li .subnav .navColumn ul.two{ padding-left: 0;} header .nav ul li .subnav .navColumn ul.two li{ width: 50%;} header .nav ul li .subnav .navPic{ display: none;} header .nav ul li .subnav.navService .navColumn{ width: 100%; padding-top: 0;} header .nav ul li .subnav.navService .navColumn ul li{ width: 50%;} header .nav ul li .subnav.navService .navPic{display: none;} header .nav ul li:hover .subnav{ display: none;} header .nav ul li:hover a{color: #b22626;} header .menu-toggle{ width:60px; height:60px; position:absolute; right:0px; top:0; float:right; z-index:99999; display:block;} header .menu-toggle span{ width:35px; height:2px; background:#fff;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;} header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#fff;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;} header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#fff;display:block;position:absolute; left:0; top:10px;transition:all 300ms;} header .menu-toggle.cur span{background-color:transparent;} header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;} header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;} /*首页bannner*/ .banner {height:160px; position: relative; width: 100%;} .banner .swiper-container{ width:100%; height:160px; overflow:hidden;} .banner .swiper-container .swiper-slide{width:100%; height: 160px; background-position:center; background-repeat: no-repeat; background-size: cover;} .banner .swiper-container .swiper-slide a{width:100%; height: 160px;display: block;} .banner .pagination {position: absolute;z-index: 20;bottom:10px;width: 100%;text-align: center;} .banner .swiper-pagination-switch {display: inline-block; width:12px; height: 12px; background:#fff; margin: 0 4px; border-radius: 10px; cursor: pointer;} .banner .swiper-active-switch { background: #b22626; opacity: 1;} .neibanner{ width: 100%; height:110px; } #map{ height:170px; } #map img{max-height:inherit;max-width:inherit; } .title{ text-align: center; margin-bottom: 25px;} .title h3{ font-size:46px;} .title h2{ font-size: 20px; margin-top: -15px; margin-bottom: 12px;} .title p{ font-size: 15px; font-weight: normal; opacity: 0.8;} .ntitle{ text-align: center; margin-bottom: 20px;} .ntitle h3{ font-size: 39px; color: #000; opacity: 0.06;} .ntitle h2{ font-size: 20px; color: #000; font-weight: 500; line-height: 1; margin-top: -15px; padding-bottom: 13px; position: relative;} .ntitle h2::after{ content: ""; width: 38px; height: 3px; background:url(../images/icon07.png) no-repeat center; position: absolute; left: 50%; bottom: 0; margin-left: -19px;} .iservice{ background: #f8f8f8 url(../images/serviceBg.jpg) no-repeat center bottom; background-size: contain; padding: 30px 0;} .iservice .box ul{ margin: 0 -3px;} .iservice .box ul li{ width: 50%; padding: 5px 5px; float: left;} .iservice .box ul li a{ background: #fff; padding: 8px 8px 0 8px; box-shadow: 0 0 5px rgba(0,0,0,0.1); display: block;} .iservice .box ul li a h3{ text-align: center; line-height: 40px; font-size: 13px;} .iservice .box ul li a:hover{box-shadow: 0 0 8px rgba(0,0,0,0.3);} .iservice .swiper-container{ padding-bottom: 35px;} .iservice .pagination {position: absolute;z-index: 20;bottom:0px;width: 100%;text-align: center;} .iservice .swiper-pagination-switch {display: inline-block; width:30px; height: 6px; background:#707070; margin: 0 5px; border-radius: 10px; cursor: pointer;} .iservice .swiper-active-switch { background: #b22626; opacity: 1;} .iservice .more{ width: 80px; height: 36px; line-height:34px; margin:30px auto 0; font-size: 14px; } .iabout{ padding: 50px 0 35px;} .iabout .title{ margin-bottom: 30px;} .iabout .title h3{ color: #fff; opacity: 0.1;} .iabout .title h2{ color: #fff;} .iabout .box{ background:rgba(255,255,255,0.6); text-align: center; padding: 30px 20px; border-radius: 20px; margin-bottom: 30px;} .iabout .box dl{ font-size: 18px; margin-bottom: 15px;} .iabout .box ol{ font-size: 15px; color: #000; font-weight: normal; line-height: 1.6;} .iabout .other ul{ overflow: hidden;} .iabout .other ul li{ width: 33.33%; padding-left: 0; float: left; text-align: center;} .iabout .other ul li dl{ float: none; margin-right: 0;} .iabout .other ul li ol{ padding-top: 10px;} .iabout .other ul li ol h3{ font-size: 17px; font-weight: normal;} .iabout .other ul li ol p{ font-size: 12px;} .customer{ padding: 40px 0 30px;} .customer .box ul{ overflow: hidden; margin: 0 -5px;} .customer .box ul li{ width: 50%; padding: 5px 5px; float: left;} .customer .box ul li dl{ height:70px; background: #fff; border: #e5e5e5 solid 1px; position: relative;} .customer .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0; margin:auto; padding: 8px;} .customer .box ul li dl:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.2); border: none;} .imap{ background: #f8f8f8; padding: 50px 0 10px;} .imap .title h3{ font-size: 32px;} .inews{padding: 36px 0;} .inews .inewsHead{ position: relative; overflow: hidden; margin-bottom: 20px;} .inews .inewsHead .tit{float: left; } .inews .inewsHead .tit h2{ font-size: 24px; font-weight: 500; color: #000; line-height: 40px; margin-right: 15px; float: left;} .inews .inewsHead .tit p{ font-size:16px; font-weight: 500; color: #8d8d8d;line-height: 40px; float: left;} .inews .inewsHead .more{ float: right;line-height: 40px; font-size: 13px;} .inews .inewsHead .tabnav{ float: none; margin-right: 0; position: relative; text-align: center; margin-top: 70px;} .inews .inewsHead .tabnav li{ float: none; margin:0 5px; display: inline-block; font-size: 15px; background: #eee;} .inews .inewsHead .tabnav li.on{ background: #b22626; color: #fff; line-height: 40px;} .inews .box{ display: none;} .inews .box.on{display: block;} .inews .inews_l{ width: 100%; padding-right:0; float: none; margin-bottom: 30px; } .inews .inews_l a{display: block;} .inews .inews_l dl dt{ width: 60px; height: 70px; } .inews .inews_l dl dt b{ font-size: 26px; margin-bottom: 5px; padding-top: 10px; display: block; } .inews .inews_l ol h3{ font-size: 16px; margin: 10px 0 5px; } .inews .inews_l ol dd{ font-size: 14px;} .inews .inews_r{ width: 100%; padding-left:0; float: none; } .inews .inews_r ul{ overflow: hidden; margin-top: -20px;} .inews .inews_r ul li{ border-top: #eee solid 1px; padding: 15px 0; margin-top: -1px; overflow: hidden; } .inews .inews_r ul li dl{ width: 75px; height: 75px; color: #fff; font-size: 14px; text-align: center; background: #aaa; padding-top: 10px;} .inews .inews_r ul li dl b{ font-size: 32px; } .inews .inews_r ul li ol{ padding-left:90px; } .inews .inews_r ul li ol h3{ font-size: 15px; margin-bottom: 5px;} .inews .inews_r ul li ol dd{ font-size: 14px; line-height: 1.6;} .inews .activity { width: 100%; overflow: hidden; } .inews .activity ul{ margin:-15px 0 0;} .inews .activity ul li{ width: 100%; padding:0; margin-top: -1px; float: left;} .inews .activity ul li a{display: block; border-top: #eee solid 1px; padding: 15px 0; overflow: hidden;} .inews .activity ul li dl{ width: 75px; height: 75px; color: #fff; font-size: 14px; padding-top: 10px; } .inews .activity ul li dl b{ font-size: 32px; } .inews .activity ul li ol{ padding-left:90px; } .inews .activity ul li ol h3{ font-size: 15px; margin-bottom: 5px;} .inews .activity ul li ol dd{ font-size: 14px; } .reason{ height: 460px; background: url(../images/reasonBg.jpg) no-repeat center; background-size: cover; padding-top: 50px; text-align: center;} .reason .tit{ font-size: 26px; margin-bottom: 30px;} .reason .reasonTabNav{ margin-bottom: 30px;} .reason .reasonTabNav li{ width: 60px; height: 60px; background:rgba(255,255,255,0.3); display: inline-block; margin: 0 5px; cursor: pointer;} .reason .reasonTabNav li i{width: 60px; height: 60px; display: block;} .reason .reasonTabCon{ font-size: 16px;} .reason .reasonTabCon .box{ width: 100%; margin: 0 auto;} .reason .reasonTabCon p{ font-size: 16px !important;} .reason .reasonTabCon dl{ font-size: 26px; padding-bottom: 16px; margin-bottom: 20px; } .neiNav{ line-height: 50px; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.1); position: relative; z-index: 11;} .neiNav .navBox{ float: none;} .neiNav .navBox ul li{ float: left; width: 25%; margin-right:0; position: relative;} .neiNav .navBox ul li a{ font-size: 15px; text-align: center;display: block; } .neiNav .navBox ul li.on::after{ content: ""; width: 30px; height: 3px; background: #b22626; position: absolute; left: 50%; bottom: 0; margin-left: -15px;} .neiNav .bread{display: none;} .text.about{ background:url(../images/aboutBg.jpg) no-repeat center bottom;} .text{ background: #fff; padding:30px 0 50px;} .text .box{ font-size: 15px; line-height: 1.6; font-weight: normal;} .text .box p{ font-size: 15px !important;} .text .box h2{ line-height: 1.2; font-size: 20px;} .text .box h3{ line-height: 1.2; font-size: 14px;} #map{ height:300px; margin-top:30px; } #map img{max-height:inherit;max-width:inherit; } .shiyanshi{ padding:30px 0 50px;} .shiyanshi .jieshao{ font-size: 15px; line-height:1.6; padding: 0 ;} .shiyanshi .box{ margin: 20px 0;} .shiyanshi .box ul{ overflow: hidden; margin: 0 -5px;} .shiyanshi .box ul li{ width:50%; padding: 5px 5px; float: left;} .shiyanshi .box ul li .con{ padding: 6px; text-align: center;} .shiyanshi .box ul li .con h3{ font-size:14px; color: #000; line-height: 1; padding: 10px 0;} .shiyanshi .box ul li .con dt{ height: 70px; font-size: 12px; line-height: 1.6; overflow: hidden;} .service{ background: #eceff4; padding:20px 0 30px; overflow: hidden;} .service .leftNav{ width: 100%; float: none; margin-bottom: 10px; } .service .leftNav dl{ font-size: 12px; font-weight: normal; text-align: left; margin: 0; padding:15px; background: #fff url(../images/fenlei.svg) no-repeat right 13px center; background-size: 30px auto; } .service .leftNav dl h3{ font-size: 18px; line-height: 1; font-weight: bold;letter-spacing:5px; margin: 0 0 2px; } .service .leftNav dl.on{background: #fff url(../images/cha.svg) no-repeat right 15px center; background-size: 22px auto;} .service .leftNav ul{display: none;} .service .leftNav ul li{ margin-bottom: 1px; } .service .leftNav ul li ol{ background: #b22626; height: 40px; position: relative; } .service .leftNav ul li ol a{ color: #fff; font-size: 16px; font-weight: normal; background:url(../images/icon12.png) no-repeat 14px center; padding-left: 36px; line-height: 40px; display: block;} .service .leftNav ul li ol span{ width: 40px; height: 40px; background:url(../images/icon13.png) no-repeat right 10px center; position: absolute; right: 0; top: 0; cursor: pointer; } .service .leftNav ul li .subnav{ display: none;} .service .leftNav ul li .subnav a{ font-size: 15px; color: #000;font-weight: normal; padding-left: 36px; padding-right: 10px; line-height: 40px;} .service .leftNav ul li .subnav a:hover{ color: #b22626; background: #e4e4e4; } .service .leftNav ul li .subnav a:hover:before{ content: "-"; width: 10px; position: absolute; left: 26px; top: 0;} .service .leftNav ul li .subnav a.focus{color: #b22626; background: #e4e4e4;} .service .leftNav ul li .subnav a.focus:before{ content: "-"; width: 10px; position: absolute; left: 26px; top: 0;} .service .leftNav ul li.on .subnav{display: block;} .service .rightBox{ padding-left: 0;} .breadcrumb{ background: #fff; line-height: 42px; font-size: 15px; padding: 0 10px; margin-bottom: 8px;} .breadcrumb a{ color: #000;} .breadcrumb a:hover{ color: #b22626;} .rightCon{line-height: 1.6; padding: 15px; font-size: 15px; text-align: justify;} .news{ background: #eceff4; padding:30px 0px 50px;} .news .box{ padding-bottom: 10px;} .news ul li{ background: #fff; line-height: 1.3; padding: 8px 110px 8px 10px; margin-bottom: 8px; position: relative;} .news ul li:nth-child(even){ background:#fff} .news ul li a{ font-size: 15px;} .news ul li a:hover{ color: #b22626;} .news ul li span{font-size: 12px; right: 5px; top: 10px; color: #888; } .newsview{ margin:30px 0 50px;} .newsview .wrap{ position: relative;} .newsview .boxcon{ padding-right: 0; margin-bottom: 30px;} .newsview .boxcon .newsHead{ font-size: 14px; padding-bottom: 20px; margin-bottom: 20px;} .newsview .boxcon .newsHead h1{ font-size: 20px; margin-bottom: 10px; } .newsview .boxcon .box{ font-size: 14px; line-height: 1.7; min-height: 500px;text-align: justify;} .newsview .newspage{ width: 100%; position: relative; right: 0; top: 0;} .newsview .newspage dl{ border: #e6e6e6 solid 4px; margin-bottom: 10px; padding: 20px;} .newsview .newspage dl:hover{ border:#b22626 solid 4px; } .newsview .newspage dl ol{font-size: 14px; margin-bottom: 10px;} .newsview .newspage dl a{font-size: 15px; font-weight: normal; color: #000;} .download{background: #eceff4; padding:30px 0px 50px;} .download .box{ padding: 10px 0;} .download .box ul li{ background: #fff; border-radius: 8px; margin-bottom: 10px;} .download .box ul li a{ font-size: 16px; padding: 0 80px 0 15px; line-height: 60px; background:url(../images/icon08_02.png) no-repeat right 20px center; background-size: 20px auto;} .download .box ul li a:hover{ background:url(../images/icon08.png) no-repeat right 20px center;background-size: 20px auto;} .report{background: #eceff4; padding:30px 0px 50px;} .report .box{ width: 100%; margin: 30px auto; font-size: 14px; color: #000; font-weight: normal; } .report .box .formBox{margin-bottom: 20px; } .report .box input{ width: 100%; height: 50px; font-size: 15px; padding-left: 15px; } .report .box button{ width: 80px; height: 50px; } footer{ margin-bottom: 50px;} footer .fcontact{ background: #b22626; padding: 20px 0;} footer .fcontact ul{ overflow: hidden;} footer .fcontact ul li{ float: left; width: 33.33%; text-align: center; } footer .fcontact ul li:last-child{ float: right; width: 33.33%;} footer .fcontact ul li dl{ float: none; margin-right: 0; height: 50px;} footer .fcontact ul li ol{ float: none; line-height: 1.2; padding-top: 8px; font-size: 12px;} footer .fcontact ul li ol a{ font-size: 14px; display: block;} footer .fmain{ display: none;} footer .f_l{ float: none; font-size: 14px;} footer .f_l dl{ margin-bottom: 10px; text-align: center;} footer .f_m{ display: none;} footer .f_r{ float: none; text-align: center; padding-top: 20px; font-size: 13px;} footer .f_r img{ width: 100px;} footer .copyright{ padding: 16px 0; font-size: 10px;} .menu{ width: 100%; height:56px; background: #fff; box-shadow: 0px -0.16rem 0.2rem 0.10rem rgba(27, 16, 16, 0.2); position: fixed; left: 0; bottom: 0; z-index: 999; display: block;} .menu ul{ overflow: hidden;} .menu ul li{ width: 25%; font-size: 12px; font-weight: normal; text-align: center; float: left;} .menu ul li a{display: block; padding-top: 6px;} .menu ul li i{ display: block; height: 24px;} .menu ul li.menuHome i{ background:url(../images/home.svg) no-repeat center; background-size: auto 22px;} .menu ul li.menuTel i{ background:url(../images/tel.svg) no-repeat center; background-size: auto 20px;} .menu ul li.menuZaixian i{ background:url(../images/qq.svg) no-repeat center; background-size: auto 20px;} .menu ul li.menuService i{ background:url(../images/service.svg) no-repeat center; background-size: auto 22px;} /*===/分页=============================*/ .fenye { text-align: center; font-size: 14px; width: 100%; height: 36px; margin:10px 0 0px;} .fenye .prev, .fenye .next { width: 36px; height: 36px; line-height: 36px; color: #8a8a8a;margin-right: 2px; display: inline-block; font-family: "宋体";font-size: 15px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;} .fenye a { width: 36px; height: 36px; line-height: 36px; color: #8a8a8a; margin-right: 2px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;} .fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;} .fenye a.current { color: #fff; background: #242a34; margin-right: 2px; border: #242a34 solid 1px;} /* 右侧客服 */ .suspend{display: none;} }