@charset "utf-8"; * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;} body{ font-size: 15px; color: #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{color: #999; outline:none; font-family:"Microsoft YaHei",Helvetica,Arial,Verdana,sans-serif; } ::-webkit-input-placeholder {color: #666;} ::-moz-placeholder {color: #666;} :-ms-input-placeholder {color: #666;} a { text-decoration: none; color:#666; transition: color 0.56s ease;} a:hover{ color: #0094da;} .clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both} .clearfix{zoom:1;} .clear{ clear:both} .overflow{overflow-y:hidden;} img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;} .wrap{ width: 1280px; margin: 0 auto;} .ovh{overflow: hidden;} ::-webkit-scrollbar { width: 8px;padding-right: 8px; background-color: #f2f2f2; /*其他样式,比如圆角等*/} /*滑块样式*/ ::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, .6);} /*当前窗口失去焦点时的滑块样式*/ ::-webkit-scrollbar-thumb:window-inactive {background: rgba(0, 0, 0, .6);} /*顶部*/ .header{ width: 100%; height:95px; background:rgba(255,255,255,.9); position: fixed; left: 0; top: 0; z-index: 99999; transition: all .6s;} .header .logo{ height: 95px; padding: 18px 0;} .header .headRight{ float: right;} .header .nav{ float: left; margin-top: 28px;} .header .nav ul li{ float: left; line-height: 40px; position: relative;} .header .nav>ul>li.focus a{ color: #0094da;} .header .nav ul li.focus a.tit{ background:url(../images/icon01_02.png) no-repeat right 5px center;} .header .nav>ul>li>a{ color: #000; font-size: 16px; font-weight: normal; text-align: center; border-radius: 5px; padding: 0 25px; display: block; position: relative; z-index: 222; } .header .nav ul li a.tit{ background:url(../images/icon01.png) no-repeat right 5px center;} .header .nav>ul>li>a:hover{ color: #0094da; } .header .nav>ul>li>a.tit:hover{ color: #0094da; background: url(../images/icon01_02.png) no-repeat right 5px center;} .header .nav>ul>li:hover a{ color: #0094da; } .header .nav>ul>li:hover a.tit{ color: #0094da; background: url(../images/icon01_02.png) no-repeat right 5px center; } .header .nav ul li .subnav{ width: 160px; padding:10px; position: absolute; top: 35px; left: 50%; z-index: 111; margin-left: -80px; display: none;} .header .nav ul li .subnav ol{ padding:15px 0; background:#fff; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,.2); position: relative; } .header .nav ul li .subnav ol:after{ content: ""; width: 16px; height: 6px; background:url(../images/icon02.png) no-repeat center; position: absolute; left: 50%; top: -6px; margin-left: -8px; } .header .nav ul li .subnav a{ font-size: 15px; color: #333; font-weight: normal; line-height:2; text-align: center; white-space:nowrap;display: block;} .header .nav ul li .subnav a:hover{color: #0094da;} .header .lang{ margin-left: 50px; padding-left:40px; margin-top: 35px; float: left; position: relative;} .header .lang::before{ content: ""; width: 2px; height: 15px; background: #b1aeaa; position: absolute; left: 0; top: 5px;} .header .lang a{ margin-left: 10px;} .menu-toggle{display: none;} /*首页bannner*/ .banner { position: relative;} .banner .swiper-container{ width:100%; overflow:hidden;} .banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;} .banner .swiper-container .swiper-slide img{width:100%;} .banner .pagination { width: 16px !important; position: absolute; right:145px; left: inherit !important; top:50% !important; z-index:111; } .banner .swiper-pagination-bullet { display: inline-block; width: 16px;height: 16px; background:none; border: #00a0e9 solid 3px; margin: 5px 0 !important; border-radius:16px !important; opacity: 1; cursor: pointer;} .banner .swiper-pagination-bullet-active { background: #ff0000; border: none;} .banner .swiper-slide-active{opacity:1;} .neiBanner{ margin-top: 95px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;} .title{ position: relative; margin-bottom:70px; text-align: center;} .title h3{ color: #e3e3e3; font-size: 50px; line-height: 1;} .title h2{ color: #333333; font-size: 40px; line-height: 1; margin-top: -20px;} .ntitle{ margin-bottom:20px;} .ntitle h2{ color: #0094da; font-size: 23px; line-height: 1; font-weight: normal;} .ntitle p{ margin-top: 18px;} .inews{ padding: 70px 0 75px;} .inews .box{ position: relative;} .inews .box .con{ overflow: hidden;} .inews .box .swiper-container{ margin: 0 -12px;} .inews .swiper-slide{ box-sizing: border-box; padding: 0 12px;} .inews .swiper-slide a{ background: #fff; border-bottom: #f1f1f1 solid 5px; display: block;} .inews .swiper-slide dl{padding-bottom:60.9756%; position: relative; overflow: hidden;} .inews .swiper-slide dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;} .inews .swiper-slide ol{ padding: 20px 25px; border:#ededed solid 1px;} .inews .swiper-slide ol h3{ color: #333; font-size: 18px; font-weight: 400; line-height: 1; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 28px;} .inews .swiper-slide ol dt{ height: 40px; font-size: 15px; color: #666; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 44px;} .inews .swiper-slide ol dd{ font-size: 14px; color: #0094da; display: flex; justify-content: space-between;} .inews .swiper-slide ol dd i{ font-size: 13px; color: #0094da; font-weight: 700; font-style:normal;} .inews .box .arrow-left,.inews .box .arrow-right{ width: 64px; height: 64px; position: absolute; top: 50%; transform: translateY(-50%);} .inews .box .arrow-left{ background:url(../images/arrow-left01.png) no-repeat center; left: -88px;} .inews .box .arrow-right{ background:url(../images/arrow-right01.png) no-repeat center; right: -88px;} .application{ padding: 80px 20px 105px; background: #f2f2f2 url(../images/appBg.jpg) no-repeat center bottom; background-size: 100% auto;} .application .box{ position: relative;} .application .swiper-slide{ box-sizing: border-box; padding: 0 10px;} .application .swiper-slide .item dl{padding-bottom:79.3333%;} .application .swiper-slide .item dl ol{ width: 100%; background:rgba(255,255,255,0.95); padding: 25px 35px; position: absolute; left: 0; bottom: -200px; transition: bottom 0.56s;} .application .swiper-slide .item dl ol h3{ color: #333; margin-bottom: 5px;} .application .swiper-slide .item dl ol dt{height: 60px; font-size: 15px; color: #666; line-height: 20px; overflow: hidden;} .application .swiper-slide .item dl ol dd{ font-size: 15px; color: #0094da; margin-top: 8px;} .application .swiper-slide .item>h3{ font-size: 18px; color: #666; text-align: center; line-height: 1; margin-top: 18px;} .application .swiper-slide .item:hover dl ol{ bottom: 0;} .application .more{ width: 160px; height: 50px; line-height: 50px; background: #0094da url(../images/icon03.png) no-repeat right 35px center; color: #fff; display: block; padding-left: 43px; margin: 55px auto 0; transition: all 0.56s;} .application .more:hover{ background: #0177ad url(../images/icon03.png) no-repeat right 35px center;} .application .box .arrow-left,.application .box .arrow-right{ width: 48px; height: 85px; position: absolute; top:50%; transform: translateY(-50%); z-index: 11;} .application .box .arrow-left{ background:url(../images/arrow-left02.png) no-repeat center; left:50px;} .application .box .arrow-right{ background:url(../images/arrow-right02.png) no-repeat center; right:50px;} .customer{ padding: 85px 0 120px; background: url(../images/customerBg.jpg) no-repeat center top; background-size: 100% auto;} .customer .title h3{ color: rgba(232,232,232,0.15);} .customer .title h2{ color: #fff;} .customer .box{ padding: 70px 50px; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.2);} .customer .box ul li{ width: 25%;} .customer .box ul li dl{ padding-bottom: 50%;} .content{ padding: 40px 0 80px;} .content.plist{ margin-top: 0px;} .about .text{ line-height: 25px;} .aboutOter{ margin-top: 65px;} .aboutOter ul{ margin: 0 -14px;} .aboutOter ul li{ width: 25%; padding: 0 14px;} .aboutOter ul li dl{ padding-bottom: 62.333%;} .aboutOter ul li h3{ color: #0094da; font-size: 20px; line-height: 1; font-weight: normal; margin: 15px 0 10px;} .aboutOter ul li dt{ min-height: 155px; line-height: 22px; padding-bottom: 22px; margin-bottom: 13px; border-bottom: #dedede solid 1px; color: #666;} .aboutOter ul li dd{ color: #666; background: url(../images/icon04.png) no-repeat right center; padding-right: 20px; display: inline-block;} .profl{ margin-top: 65px;} .profl ul{ margin: 0 -14px;} .profl ul li{ width: 25%; padding: 0 14px 40px 0;} .profl ul li dl{ padding-bottom: 62.333%;} .profl ul li h3{ color: #0094da; font-size: 20px; line-height: 1; font-weight: normal; margin: 15px 0 10px;} .profl ul li dt{ min-height: 80px; line-height: 22px; padding-bottom: 22px; margin-bottom: 13px; border-bottom: #dedede solid 1px; color: #666;} .profl ul li dd{ color: #666; background: url(../images/icon04.png) no-repeat right center; padding-right: 20px; display: inline-block;} .bread{padding-top: 95px;} .bread .wrap{ padding: 0 25px; background: #f0f0f0; line-height: 50px; font-size: 15px; text-align: right;} .bread a{ color: #666;} .bread a:hover{ color: #0094da;} .leftBox{width: calc(100% - 410px);} .rightBox{width: 316px;} .leftBox .neiBack{ text-align: right; padding-top:50px;} .leftBox .neiBack a{ font-size: 16px;color: #0094da;} .leftBox .neiBack a:hover{ font-size: 16px;color: #005177;} .leftBox .neiPage{border-top: #e8e8e8 solid 1px; margin-top: 15px; padding-top: 15px;} .leftBox .neiPage a{color: #0094da; display: block; margin-bottom: 10px;} .leftBox .neiPage a:hover{color: #006da0;} .products{ padding-bottom: 50px;} .products ul li{ width: 25%; padding: 25px 0;} .products ul li a{ display: block; position: relative; border-left: 1px solid #d5d5d5;} .products ul li:nth-child(4n+4) a{border-right: 1px solid #d5d5d5;} .products ul li dl{ padding-bottom: 110%; position: relative; overflow: hidden;} .products ul li dl img{ position:absolute;top:0;left:0;right:0; margin:auto;} .products ul li ol{ width: 80%; padding:35px 45px; color:#fff; font-size: 15px; line-height: 25px; background:rgba(0,148,218,0.95); position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 111; opacity: 0; transition: opacity 0.56s;} .products ul li h3{ width: 100%; font-size: 15px; color: #666; font-weight: normal; text-align: center; position: absolute; left: 0; bottom: 0; z-index: 11;} .products ul li a:hover ol{ opacity: 1;} .prolist .protext{ margin-bottom: 30px;} .prolist .searchBox{ padding: 25px; background-color: #f1f7f9; margin-bottom: 20px;} .prolist .searchBox form{ display: flex;} .prolist .searchBox input{ width: calc(100% - 30px); background-color: #fff; border:#2face6 solid 1px; padding-left: 15px; font-size: 15px;} .prolist .searchBox button{ width:50px; height: 36px; background: #0094da url(../images/icon07.png) no-repeat center; background-size: 20px auto; border: none; cursor: pointer;} .prolist .box ul li {width: 100%; border-bottom: 1px solid #cad5dc; margin-bottom: 20px;} .prolist .box ul li a{display: flex; align-items: center; padding: 5px;} .prolist .box ul li .pic{ width: 160px;} .prolist .box ul li .pic img{ padding: 5px;} .prolist .box ul li h3{ width: 260px; font-size: 15px; margin-right: 20px;} .prolist .box ul li ol{ width: calc(100% - 420px);} .proView .pic{ width: 100%; text-align: center; margin-bottom: 20px;} .proView .tit { margin-bottom: 25px;} .proView .tit h1{font-size: 25px;color: #0094da; font-weight: normal;} .proView .text{font-size: 15px; line-height: 25px;} .proView .text h3{ font-size: 16px; color: #0094da; font-weight: bold; margin-bottom: 10px;} .proView .text table {width: 100%; text-align: center; border-spacing: 0;border-collapse: collapse; margin-bottom: 30px;} .proView .text table tr td { border: #d0d0d0 solid 1px; } .proView .proviewHead{ justify-content: space-between; flex-direction: row-reverse;} .proView .proviewHead .context{ width: calc(100% - 280px);} .proView .proviewHead .picBox{ width: 260px; text-align: center;} .otherPro{ margin-bottom: 50px;} .otherPro .tit{ height: 36px; line-height: 30px; font-size: 18px; font-weight: bold; color: #0094da; background: url(../images/icon05.png) no-repeat left top; border-bottom: #e7e7e7 solid 1px; padding-left: 45px;} .otherPro .box ul li{border-bottom: #e7e7e7 solid 1px;} .otherPro .box ul li a{ display: flex; align-items: center;} .otherPro .box ul li .pic{ width: 96px;} .otherPro .box ul li .pic dl{ height: 170px; position: relative;} .otherPro .box ul li .pic dl img{ position:absolute;top:0;bottom:0;left:0;right:0; margin:auto; padding:25px 10px;} .otherPro .box ul li .con{ width: calc(100% - 96px);} .otherPro .box ul li .con h3{ font-size: 15px;color: #0094da; font-weight: normal; margin-bottom: 5px;} .otherPro .box ul li .con .text{ font-size: 14px; color: #666;} .proMessage .tit{ height: 36px; line-height: 30px; font-size: 18px; font-weight: bold; color: #0094da; background: url(../images/icon06.png) no-repeat left top; border-bottom: #e7e7e7 solid 1px; padding-left: 45px; margin-bottom: 30px;} .proMessage .box ul li{ margin-bottom: 10px;} .proMessage .box ul li input{ width: 100%; line-height: 36px; background: #f8f8f8; border: #dcdcdc solid 1px; padding: 0 15px; color: #666;} .proMessage .box ul li button{ width: 100%; line-height: 36px; background: #0094da; border:none; color: #fff; text-align: center; cursor: pointer;} .proMessage .box ul li button:hover{background: #006da0; } .news{ padding-bottom: 30px;} .news ul li{ border-bottom: #e8e8e8 solid 1px;} .news ul li a{ padding: 20px 0; display: flex; justify-content: space-between;} .news ul li .pic{ width: 190px;} .news ul li .pic dl{ padding-bottom:60.9756%;} .news ul li .con{ width: calc(100% - 310px);} .news ul li .con .tit{ display: flex; margin-bottom: 15px;} .news ul li .con .tit h3{ font-size:18px; color: #0094da; font-weight: normal; line-height: 1; margin-right: 10px; transition: all 0.56s;} .news ul li .con .tit span{ font-size:15px; color: #999;} .news ul li .con dt{ height: 44px; font-size: 15px; color: #999; line-height: 22px; overflow: hidden; margin-bottom: 15px; } .news ul li .con dd{ color: #333; background: url(../images/icon04.png) no-repeat right center; padding-right: 20px; display: inline-block;} .news ul li a:hover .con .tit h3{color: #006a9b; } .newsView .newsCon .newsHead{ margin-bottom: 45px;} .newsView .newsCon .newsHead h1{ font-size: 25px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 30px;} .newsView .newsCon .newsHead p span{ font-size: 15px; color: #0094da; margin-right: 30px;} .newsView .newsCon .text{ font-size: 15px; line-height: 25px;} .newsView .newsOther ul li{border-bottom: #e8e8e8 solid 1px;} .newsView .newsOther ul li a{ padding: 18px 0; display: block; transition: all 0.56s;} .newsView .newsOther ul li h3{ font-size: 16px; color: #0094da; font-weight: normal; margin-bottom: 10px;} .newsView .newsOther ul li dt{ font-size: 15px; line-height: 20px;} .newsView .newsOther ul li dd{ font-size: 15px; line-height: 20px; margin-top: 8px;} .download .box{ padding: 30px 0;} .download .box ul li{ border-bottom: #e8e8e8 solid 1px; margin-top: 16px;} .download .box ul li a{ line-height: 44px; display: flex; justify-content: space-between;} .download .box ul li dl{ width: calc(100% - 100px); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .download .box ul li span { width: 100px; color: #0094da; display: flex; align-items: center; justify-content: flex-end;} .download .box ul li span svg{ width: 18px; height: 18px; margin-left: 5px;} .job { padding-bottom: 30px;} .job .box { padding-top: 10px;} .job .box .item{ width: 50%;} .job .box .item .tit{ margin-bottom: 50px;} .job .box .item .tit h3{ font-size: 30px; font-weight: normal;} .job .box .item .text{ line-height: 25px;} .job .box .item .text a{color: #0094da;} .contact{ margin-bottom: 80px;} .contact .text{ font-size: 15px; line-height: 25px; padding-top: 30px;} .contact .text h3{ font-size: 20px; font-weight: normal; color: #0094da; line-height: 1; margin-bottom: 10px;} #map{ height: 450px; border: #eee solid 2px;} .message{ padding: 75px 0 30px;} .message .box { padding-top: 10px;} .message .box ul { columns: 2; column-gap: 45px;} .message .box ul li{ width: 100%; margin-bottom: 10px; break-inside:avoid;} .message .box ul li dl{ margin-bottom: 5px;} .message .box ul li dl span{ color: rgb(255, 0, 0);} .message .box dt{ margin-top: 20px;} .message input{ width: 100%; height: 44px; border: #b2d7e9 solid 1px; color: #333; padding-left: 10px;} .message select{ width: 100%; height: 44px; border: #b2d7e9 solid 1px; color: #333; padding-left: 10px;} .message textarea{ width: 100%; height: 125px; border: #b2d7e9 solid 1px; color: #333; padding: 10px;} .message button{ width: 186px; height: 50px; background: #0094da; border: none; color: #fff; font-size: 18px; cursor: pointer;} .message button:hover{ background: #007bb4;} /* footer */ .footer{ padding:60px 0 55px; background: #313131; color: #999999; font-size: 15px; position: relative;} .footer a{color: #999999;} .footer a:hover{ color: #0094da;} .footer .fmain{ display: flex; justify-content: space-between;} .footer .fmain .fcontact dl{ padding: 0 28px; line-height: 38px; background: #0094da; color: #fff; font-size: 20px; display: inline-block; margin-bottom: 20px;} .footer .fmain .fcontact dt{ line-height: 1.6;} .footer .fmain .fcontact dt h4{ color: #0094da; font-size: 18px; font-weight: normal;} .footer .fmain .fnav ul{overflow: hidden;} .footer .fmain .fnav ul li{ float: left; margin-left: 50px;} .footer .fmain .fnav ul li dl{ margin-bottom: 20px;} .footer .fmain .fnav ul li dl a{ color: #fff; font-size: 16px;} .footer .fmain .fnav ul li ol a{ display: block; line-height: 1; margin-bottom: 10px;} .footer .copyrightEwm{ display: flex; align-items: center; margin-top: 20px;} .footer .copyrightEwm .ewm{ margin-right: 12px; flex: 0 0 auto;} .footer .copyrightEwm .ewm li{ float: left; font-size: 15px; text-align: center; margin-right: 22px;} .footer .copyrightEwm .ewm li p{ margin-top: 5px;} .footer .copyrightEwm .copyright{ width: 100%; text-align: right; border-top: 1px solid #525252; padding-top: 15px;} /*===/分页=============================*/ .fenye { padding-top: 25px; text-align:center} .fenye ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;} .fenye li {display:inline-block!important; margin: 0 1px;} .fenye a { font-size: 15px; 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} .fenye .disabled a:link,.fenye .disabled a:visited,.fenye .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB} .fenye .active {pointer-events:none} .fenye .active,.fenye 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} .fenye li.active a,.fenye li a:hover{background: #0094da; color: #fff; } /* 弹出框 */ .tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;} .tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);} .tccBox .BoxCon{max-width: 1000px;padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;} .tccBox .BoxCon .off{ width: 40px; height: 40px; background:url(../images/off02.png) no-repeat center; position: absolute; top: -20px; right: -20px; cursor: pointer;} .tccBox .BoxCon h3{ font-size: 25px; color: #fff; text-align: center; position: absolute; left: 50%; top: -30px; transform: translateX(-50%);} .tccBox .BoxCon ul video{ width: 100%; } @media (max-width: 1460px) { .wrap{ width: 100%; padding: 0 100px;} } @media (max-width: 1366px) { } @media (max-width: 1280px) { body{ font-size: 14px;} .header .nav>ul>li>a{ padding: 0 20px;} .header .lang { margin-left: 30px; padding-left: 20px;} .banner .pagination{ right: 50px;} .title{ margin-bottom: 45px;} .title h3{ font-size: 38px;} .title h2{ font-size: 25px;} .ntitle h2{ font-size: 20px;} .inews .swiper-slide ol h3{ font-size: 16px; margin-bottom: 15px;} .inews .swiper-slide ol dt{ font-size: 14px;} .application .swiper-slide .item>h3{ font-size: 16px;} .application .swiper-slide .item dl ol h3{ font-size: 16px;} .application .swiper-slide .item dl ol dt{ font-size: 14px;} .application .swiper-slide .item dl ol dd{ font-size: 14px;} .customer .box{padding: 50px 35px;} .aboutOter ul li h3{ font-size: 16px;} .profl ul li h3{ font-size: 16px;} .products ul li ol{ font-size: 14px; padding: 20px;} .proView .text{font-size: 14px; line-height: 25px;} .proView .text h3{ font-size: 15px; margin-bottom: 10px;} .news ul li .con .tit h3{ font-size: 16px;} .news ul li .con .tit span{ font-size: 14px;} .news ul li .con dt{ font-size: 14px;} .newsView .newsCon .text{ font-size: 14px;} .footer{ font-size: 14px;} .footer .fmain .fcontact dl{ font-size: 16px;} .footer .fmain .fcontact dt h4{ font-size: 16px;} .footer .fmain .fnav ul li{ margin-left: 25px;} .footer .fmain .fnav ul li dl a{ font-size: 14px;} } @media (max-width: 1030px) { .products ul li ol{ font-size: 12px; line-height: 18px;} .job .box .item .tit h3{ font-size: 22px;} } @media screen and (max-width:1000px){ body{ font-size: 14px; padding-top: 60px;} .wrap{ width: 100%; padding: 0 15px;} .header{ width: 100%; height:60px; background:#fff; box-shadow: 0 0 5px rgba(0,0,0,.3); position: fixed; top: 0; left: 0; z-index: 99999999; } .header .logo{ height: 60px; padding: 10px 0; } .header .headRight{ width: 100%; height: calc(100% - 60px); position: fixed !important; left: 0; top: 60px !important; bottom: inherit; background: #fff; z-index: 99999; display: none;} .header .nav{ margin-top: 0;} .header .nav>ul{ display: block;} .header .nav>ul>li {width: 100%; border-bottom: 1px solid #eee;} .header .nav>ul>li>a{ font-size: 15px; color: #000; line-height: 50px; padding: 0 15px; text-align: left;} .header .nav>ul>li>a:hover,.nav ul>li.on>a{ color: #0094da;} .header .nav ul li a.tit { background: url(../images/icon01.png) no-repeat right 15px center; } .header .nav ul li.focus a.tit { background: url(../images/icon01_02.png) no-repeat right 15px center;} .header .nav ul li .subnav{ width: 100%; padding:15px; background: #eeee; position: relative; top: 0; left: 0; z-index: 111; margin-left:0; display: none; } .header .nav ul li .subnav .box{ padding:0; background: none; box-shadow: 0 0 20px rgba(0,0,0,0);border-radius: 0; position: relative;} .header .nav ul li .subnav ol{ padding: 0; box-shadow:0 0 0 rgba(0, 0, 0, 0); background: none;} .header .nav ul li .subnav ol:after{display: none; } .header .nav ul li .subnav a{ font-size: 14px; color: #666; font-weight: 300; line-height:2; text-align: left; white-space:nowrap; background: none; display: block;} .header .nav ul li .subnav a:hover{color: #0094da; font-weight: normal;} .header .lang{position: relative; margin-top: 10px; padding-left: 0; margin-left: 5px;} .header .lang::before{ display: none;} .menu-toggle{ width:60px; height:60px; position:fixed; right:0; top:0; z-index:9999999; display:block;} .menu-toggle span{ width:35px; height:2px; background:#000;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;} .menu-toggle span:before{ content:"";width:35px; height:2px; background:#000;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;} .menu-toggle span:after{ content:"";width:35px; height:2px; background:#000;display:block;position:absolute; left:0; top:10px;transition:all 300ms;} .menu-toggle.cur span{background-color:transparent;} .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;} .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;} .banner .pagination { width: 100% !important; text-align: center; position: absolute; right:inherit; left: 0; top:inherit !important; bottom: 15px !important; z-index:111; } .banner .swiper-pagination-bullet { display: inline-block; width: 10px;height: 10px; background:none; border: #00a0e9 solid 2px; margin: 0 2px !important; border-radius:16px !important; opacity: 1; cursor: pointer;} .banner .swiper-pagination-bullet-active { background: #ff0000; border: none;} .banner .swiper-slide-active{opacity:1;} .neiBanner{ margin-top: 0;} .neiBanner .wrap{padding: 0;} .title { margin-bottom: 30px;} .title h3{ font-size: 26px;} .title h2{ font-size: 18px; margin-top: -13px;} .ntitle{ margin-bottom: 25px;} .ntitle h2{ font-weight: bold; text-align: center;} .inews { padding: 45px 0 50px; } .inews .box .arrow-left, .inews .box .arrow-right{ display: none;} .inews .box .swiper-container{ margin: 0 -5px;} .inews .swiper-slide{ padding: 0 5px;} .inews .swiper-slide ol{ padding: 12px;} .inews .swiper-slide ol h3 { font-size: 14px; margin-bottom: 8px; } .inews .swiper-slide ol dt{ font-size: 12px; margin-bottom: 12px;} .inews .swiper-slide ol dd i{ font-size: 12px;} .inews .swiper-slide ol dd{ font-size: 12px;} .application{ padding: 45px 15px;} .application .box .arrow-left, .application .box .arrow-right{ display: none;} .application .swiper-container{ margin: 0 -5px;} .application .swiper-slide{ padding: 0 5px;} .application .swiper-slide .item dl ol{ display: none;} .application .swiper-slide .item>h3{ font-size: 15px; margin-top: 10px;} .application .more {width: 110px; height: 38px; line-height: 38px; background: #0094da url(../images/icon03.png) no-repeat right 18px center; padding-left: 20px;margin: 37px auto 0;} .customer { padding: 40px 0 60px; background-size:auto 180px; } .customer .box { padding: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1);} .customer .box ul li{ width: 50%; padding: 5px 10px;} .content { padding: 35px 0 50px; } .content.plist{ margin-top: 0;} .aboutOter{ margin-top: 40px;} .aboutOter ul { margin: 0 -5px;} .aboutOter ul li{ width: 100%; padding: 0 5px; margin-bottom: 20px;} .aboutOter ul li dt{ min-height: inherit; font-size: 12px; line-height: 1.5; padding-bottom: 13px; margin-bottom: 9px;} .aboutOter ul li dd{ font-size: 13px;} .profl{ margin-top: 40px;} .profl ul { margin: 0 -5px;} .profl ul li{ width: 100%; padding: 0 5px; margin-bottom: 20px;} .profl ul li dt{ min-height: inherit; font-size: 12px; line-height: 1.5; padding-bottom: 13px; margin-bottom: 9px;} .profl ul li dd{ font-size: 13px;} .bread{ padding-top: 0;} .bread .wrap{ padding: 0 15px; font-size: 13px; text-align: left;} .products { padding-bottom: 20px; } .products ul li{ width: 50%; padding: 15px 0;} .products ul li a{border-left: none;} .products ul li:nth-child(4n+4) a{border-right:none;} .products ul li:nth-child(odd) a{border-right: 1px solid #d5d5d5;} .products ul li ol{ padding: 15px;} .products ul li h3{ font-size: 14px;} .news ul li a{ flex-direction: column-reverse;} .news ul li .con{ width: 100%;} .news ul li .con .tit{ justify-content: space-between; margin-bottom: 8px;} .news ul li .con .tit h3{ font-size: 15px;} .news ul li .con .tit span{ font-size: 11px;} .news ul li .con dt{ height: 40px; line-height: 20px; font-size: 12px; margin-bottom: 0;} .news ul li .con dd{ display: none;} .news ul li .pic{ width: 100%; margin-bottom: 20px;} .leftBox{ width: 100%; margin-bottom: 30px;} .rightBox{ width: 100%;} .newsView { display: block;} .newsView .newsCon .newsHead{ margin-bottom: 20px;} .newsView .newsCon .newsHead h1{ font-size: 19px; margin-bottom: 10px;} .newsView .newsCon .newsHead p span{ font-size: 12px; margin-right:20px;} .newsView .newsCon .text{ line-height: 1.7;} .leftBox .neiBack { padding-top: 30px;} .leftBox .neiBack a{ font-size: 15px;} .newsView .newsOther ul li h3{ font-size: 15px; margin-bottom: 10px;} .newsView .newsOther ul li dt{ font-size: 12px;} .newsView .newsOther ul li dd{ font-size: 12px;} .download .box{ padding: 0 0 15px;} .download .box ul li{ border-bottom: #e8e8e8 solid 1px; margin-top: 0;} .prolist .box ul li a{ align-items: center;} .prolist .box ul li .pic { width: 100px; } .prolist .box ul li .pic dl{ padding-bottom: 120%;} .prolist .box ul li h3{ width: 100px; font-size: 14px; padding-right: 10px; margin-right: 0;} .prolist .box ul li ol { width: calc(100% - 200px); } .proView .pic img{ max-width:48%; margin-bottom: 10px;} .proView .tit h1{ font-size: 20px;} .proView .text{ font-size: 13px; line-height: 1.7;} .proView .text h3{ font-size: 14px;} .proView .text table{ margin-bottom: 15px;} .proView .proviewHead{ display: block;} .proView .proviewHead .context{ width: 100%;} .proView .proviewHead .picBox{ width: 100%; text-align: center; margin-bottom: 20px;} .otherPro{ margin-bottom: 35px;} .otherPro .box ul li .con h3{ font-size: 14px;} .otherPro .box ul li .con .text{ font-size: 12px; line-height: 1.5;} .job { padding-bottom: 0;} .job .box { padding-top: 10px; display: block;} .job .box .item{ width: 100%; margin-bottom: 30px;} .job .box .item .tit{ margin-bottom:15px;} .job .box .item .tit h3{ font-size: 18px; font-weight: bold;} .job .box .item .text{ line-height: 1.6;} .contact { margin-bottom: 25px;} .contact .con{ width: 100%;} .contact .text{ font-size: 13px; line-height: 22px; padding-top: 0;} .contact .text h3{ font-size: 17px;} .contact .pic{ display: none;} #map{ height: 260px;} .message { padding: 0 ; } .message .box { padding-top: 0; } .message .box ul { columns: 1; column-gap:0; } .message input{ height: 38px;} .message button{ width: 100%; height: 44px; font-size:16px;} .footer{padding: 30px 0 20px;} .footer::before{ display: none;} .footer .fmain{ padding-bottom: 15px;} .footer .fmain .fcontact dl{ font-size: 16px;} .footer .fmain .fcontact dt{ font-size: 13px; line-height: 1.5;} .footer .fmain .fcontact dt h4{ font-size: 15px; margin-bottom: 10px;} .footer .fmain .fnav{ display: none;} .footer .copyrightEwm .ewm li{ width: 100px; margin-right: 0;} .footer .copyright{ font-size: 12px; line-height: 1.2; padding-top: 15px;} /*===/分页=============================*/ .fenye {text-align:center;padding-top: 15px;} .fenye ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom} .fenye li {display:inline-block!important;} .fenye 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} .fenye .disabled a:link,.fenye .disabled a:visited,.fenye .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB} .fenye .active {pointer-events:none} .fenye .active,.fenye 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} .fenye li.active a,.fenye li a:hover{background: #1c3c97; color: #fff; border: 1px solid #1c3c97;} .tccBox .BoxCon{ width: 95%;} .tccBox .BoxCon .off{ width: 25px; height:25px; background-size: contain; right:2px; top: -10px;} .tccBox .BoxCon h3{ font-size: 17px; top: -12px;} .tccBox .BoxCon ul video{ height: 250px;} .search-dialog{ width: 95%;} }