@charset "UTF-8";
* { word-wrap: break-word; }

*, *:before, *:after { box-sizing: border-box; outline: none; }

html { min-width: 1200px; overflow-x: auto; }

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset { margin: 0; padding: 0; font-weight: normal; -webkit-tap-highlight-color: transparent; }

ul, ol, dl { list-style-type: none; }

html, body { *position: static; color: #000; background: #fff; width: 100%; height: auto; }

address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 400; }

input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; border: 0; }

input, button { overflow: visible; vertical-align: middle; outline: none; }

body, th, td, button, input, select, textarea { font-size: 14px; font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

a { text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent; -webkit-transition: all .4s ease; transition: all .4s ease; color: #000; }

a:hover, a:focus, a:active { text-decoration: none; outline: none; }

a.ie6:hover { zoom: 1; }

b, i { font-weight: normal; font-style: normal; }

sub, sup { vertical-align: baseline; }

button, input[type="button"], input[type="submit"] { line-height: normal !important; }

img { max-width: 100%; border: 0; object-fit: cover; display: block; -webkit-user-drag: none; }

a * { -webkit-transition: all .4s ease; transition: all .4s ease; }

input, textarea { border: 0; background: none; outline: none; resize: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea { -webkit-appearance: none; border-radius: 0; -webkit-tap-highlight-color: transparent; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #bbb; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #bbb; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #bbb; }

::-webkit-scrollbar { width: 12px; height: 8px; }

::-webkit-scrollbar-track { background: #ececec; }

::-webkit-scrollbar-track:hover { background: #e1e1e1; }

::-webkit-scrollbar-thumb { border-radius: 0; background: silver; }

::-webkit-scrollbar-thumb:hover { background: #999; }

::-webkit-scrollbar-corner { background: 0 0; }

.cl:after, .clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

.cl, .clearfix { zoom: 1; }

.fl { float: left !important; }

.fr { float: right !important; }

.text-l { text-align: left; }

.text-c { text-align: center; }

.text-r { text-align: right; }

.text-i { font-style: italic; }

.wrap { height: auto; overflow: hidden; }

@keyframes halo { 0% { opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  50% { opacity: 1; }
  100% { opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes click { 0% { -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% { -webkit-transform: translate3d(-10px, -10px, -10px);
    transform: translate3d(-10px, -10px, -10px); } }

#content { height: auto; overflow: hidden; position: relative; z-index: 1; background: #fff; }

.neiBanner { height: auto; overflow: hidden; position: relative; z-index: 0; }

.neiBanner img { width: 100%; min-height: 500px; }

.neiBanner .text { width: 100%; position: absolute; left: 0; top: 35%; z-index: 1; }

.neiBanner .text h2 { font-size: 30px; color: #fff; text-transform: uppercase; position: relative; padding-left: 45px; }

.neiBanner .text h2:after { content: ""; width: 32px; height: 2px; background: #fff; position: absolute; left: 0; top: 20px; }

.neiBanner .text h1 { font-size: 32px; color: #fff; }

/* 当前位置 */
.position { width: 100%; height: auto; overflow: hidden; position: absolute; left: 0; bottom: 30px; }

.position a { color: #fff; font-size: 14px; opacity: .9; }

.position .icon-home { margin-right: 10px; opacity: .9; }

.position .icon-arrow-right { color: #fff; font-size: 12px; margin: 0 5px; opacity: .9; }

/* 内切换卡 */
.neiTabs { height: auto; overflow: hidden; border-bottom: 1px solid #eee; margin-top: 1.5%; }

.neiTabs .item { float: left; min-width: 170px; font-size: 16px; line-height: 45px; padding: 0 15px; color: #333; background: #E2E2E2; margin-right: 20px; text-align: center; transition: all .4s ease; }

.neiTabs .item:hover, .neiTabs .item.active { background: #0050C9; color: #fff; }

/* 分页 */
.page { height: auto; overflow: hidden; text-align: center; margin: 1% 0 0; }

.page a { min-width: 32px; line-height: 32px; font-size: 14px; color: #7F7C7C; border: 1px solid #A0A0A0; text-align: center; display: inline-block; padding: 0 12px; margin: 0 4px; }

.page a:hover, .page a.active { background: #0050C9; color: #fff; border-color: #0050C9; }

/*! 1441-1920px 大屏 */
.container { width: 76%; min-width: 1300px; margin: 0 auto; position: relative; transition: all .4s ease; }

/* 头部 */
#header { width: 100%; position: fixed; left: 0; top: 0; z-index: 2; padding: 30px 0 0; clear: both; transition: all .4s ease; /*下拉菜单*/ }

#header .top .logoB { display: none; }

#header .top .other { line-height: 20px; margin-top: 10px; }

#header .top .other div { margin-left: 20px; }

#header .top .other .tel b { font-size: 13px; color: #fff; position: relative; top: -1px; }

#header .top .other .tel span { font-size: 17px; color: #FF8212; font-weight: bold; margin-left: 15px; }

#header .top .other .tel span .icon-tel { font-size: 18px; margin-right: 5px; }

#header .top .other .qr { cursor: pointer; position: relative; }

#header .top .other .qr .icon-qr { font-size: 18px; color: #fff; }

#header .top .other .qr .icon-arrow-down1 { font-size: 12px; color: #fff; margin-left: 2px; opacity: .5; position: relative; top: -2px; }

#header .top .other .qr .box { position: absolute; z-index: 3; left: 0; margin: 0; padding: 5px; background: #fff; display: none; }

#header .top .other .qr .box img { width: 90px; }

#header .top .other .qr:hover .box { display: block; }

#header .top .other .lang { cursor: pointer; }

#header .top .other .lang .icon-diqiu { font-size: 18px; color: #fff; }

#header .top .other .lang span { font-size: 14px; color: #fff; margin-left: 5px; opacity: .5; position: relative; top: -1px; }

#header .bottom { height: auto; margin-top: 30px; }

#header .bottom .nav { width: 78%; height: auto; overflow: hidden; }

#header .bottom .nav .item { font-size: 16px; line-height: 36px; color: #fff; padding-bottom: 6px; margin-right: 4%; float: left; display: block; position: relative; }

#header .bottom .nav .item:after { content: ""; width: 0; height: 2px; position: absolute; left: 0; bottom: 0; right: 0; margin: auto; background: #fff; transition: all .4s ease; }

#header .bottom .nav .item.active:after, #header .bottom .nav .item:hover:after { width: 100%; }

#header .bottom .nav .item:last-child { margin: 0; }

#header .bottom .search { height: auto; overflow: hidden; position: relative; }

#header .bottom .search .box { height: auto; overflow: hidden; border: 1px solid #fff; position: relative; float: left; }

#header .bottom .search .box .icon-search { font-size: 16px; color: #bbb; position: absolute; left: 8px; top: 8px; }

#header .bottom .search .box input { width: 170px; height: 32px; line-height: 32px; padding: 0 10px 0 30px; font-size: 14px; float: left; color: #fff; }

#header .bottom .search .btn { width: 52px; line-height: 34px; color: #0047BA; background: #fff; display: block; float: left; text-align: center; }

#header.scroll-down { top: -138px; }

#header.scroll-down .toggleMenu { display: none; }

#header:hover { background: #fff; }

#header:hover .top .logoB { display: block; }

#header:hover .top .logoW { display: none; }

#header:hover .top .other .tel b { color: #666; }

#header:hover .top .other .tel span { font-size: 17px; color: #FF8212; font-weight: bold; margin-left: 15px; }

#header:hover .top .other .tel span .icon-tel { font-size: 18px; margin-right: 5px; }

#header:hover .top .other .qr .icon-qr { color: #0047BA; }

#header:hover .top .other .qr .icon-arrow-down1 { color: #666; }

#header:hover .top .other .lang .icon-diqiu { color: #666; }

#header:hover .top .other .lang span { color: #666; }

#header:hover .bottom .nav .item { color: #404040; }

#header:hover .bottom .nav .item:after { background: #0047BA; }

#header:hover .bottom .search .box { border: 1px solid #bbb; }

#header:hover .bottom .search .box .icon-search { color: #bbb; }

#header:hover .bottom .search .box input { color: #404040; }

#header:hover .bottom .search .btn { color: #fff; background: #0047BA; }

#header.header1 { background: #fff; position: relative; clear: both; }

#header.header1 .top .other .tel b { color: #666; }

#header.header1 .top .other .tel span { font-size: 17px; color: #FF8212; font-weight: bold; margin-left: 15px; }

#header.header1 .top .other .tel span .icon-tel { font-size: 18px; margin-right: 5px; }

#header.header1 .top .other .qr .icon-qr { color: #0047BA; }

#header.header1 .top .other .qr .icon-arrow-down1 { color: #666; }

#header.header1 .top .other .lang .icon-diqiu { color: #666; }

#header.header1 .top .other .lang span { color: #666; }

#header.header1 .bottom .nav .item { color: #404040; }

#header.header1 .bottom .nav .item:after { background: #0047BA; }

#header.header1 .bottom .search { top: -5px; }

#header.header1 .bottom .search .box { border: 1px solid #bbb; }

#header.header1 .bottom .search .box .icon-search { color: #bbb; }

#header.header1 .bottom .search .box input { color: #404040; }

#header.header1 .bottom .search .btn { color: #fff; background: #0047BA; }

#header .toggleMenu { width: 100%; height: auto; overflow: hidden; background: #F3F5F7; position: absolute; left: 0; top: 136px; z-index: 2; }

#header .toggleMenu:after { content: ""; width: 50%; height: 100%; background: #fff; position: absolute; right: 0; top: 0; z-index: 0; }

#header .toggleMenu .childMenu { height: auto; overflow: hidden; display: none; position: relative; z-index: 1; }

#header .toggleMenu .childMenu.childMenu1 { background: url("../images/childMenu-product-bg.jpg") right center no-repeat; }

#header .toggleMenu .childMenu.childMenu1 .left { width: 36.25%; padding: 2% 0; }

#header .toggleMenu .childMenu.childMenu1 .left ul { height: auto; overflow: hidden; }

#header .toggleMenu .childMenu.childMenu1 .left ul li { height: auto; overflow: hidden; line-height: 70px; padding: 0 10px; }

#header .toggleMenu .childMenu.childMenu1 .left ul li .icon { width: 66px; float: left; margin-right: 10px; }

#header .toggleMenu .childMenu.childMenu1 .left ul li .iconActive { display: none; }

#header .toggleMenu .childMenu.childMenu1 .left ul li h2 { font-size: 18px; color: #303032; font-weight: bold; }

#header .toggleMenu .childMenu.childMenu1 .left ul li.active { background: #fff; }

#header .toggleMenu .childMenu.childMenu1 .left ul li.active h2 { color: #0047BA; }

#header .toggleMenu .childMenu.childMenu1 .left ul li.active .icon { display: none; }

#header .toggleMenu .childMenu.childMenu1 .left ul li.active .iconActive { display: block; }

#header .toggleMenu .childMenu.childMenu1 .center { width: 35.15%; height: 100%; background: #fff; padding: 2% 0; }

#header .toggleMenu .childMenu.childMenu1 .center .childCate { height: 400px; overflow: auto; padding: 0 5%; }

#header .toggleMenu .childMenu.childMenu1 .center .childCate li { font-size: 18px; line-height: 70px; }

#header .toggleMenu .childMenu.childMenu1 .center .childCate li a { color: #606165; }

#header .toggleMenu .childMenu.childMenu1 .center .childCate li:hover a { color: #0047BA; }

#header .toggleMenu .childMenu.childMenu1 .center .childCate li i { float: right; }

#header .toggleMenu .childMenu.childMenu1 .right { width: 28.6%; padding: 4% 5% 0; }

#header .toggleMenu .childMenu.childMenu1 .right .tt { font-size: 24px; color: #303032; margin-bottom: 15%; }

#header .toggleMenu .childMenu.childMenu1 .right .other { height: auto; overflow: hidden; margin-bottom: 10%; }

#header .toggleMenu .childMenu.childMenu1 .right .other .oitem { font-size: 14px; line-height: 44px; padding: 0 20px; border: 1px solid #B5B8BE; margin-bottom: 10px; color: #606165; display: block; }

#header .toggleMenu .childMenu.childMenu1 .right .other .oitem i { float: right; }

#header .toggleMenu .childMenu.childMenu1 .right .other .oitem:hover { background: #0047BA; border-color: #0047BA; color: #fff; }

#header .toggleMenu .childMenu.childMenu1 .right .tel4 { height: auto; overflow: hidden; }

#header .toggleMenu .childMenu.childMenu1 .right .tel4 .ttt { font-size: 18px; color: #606165; margin-bottom: 2%; }

#header .toggleMenu .childMenu.childMenu1 .right .tel4 h1 { font-size: 28px; color: #0047BA; }

#header .toggleMenu .childMenu.childMenu2 .left, #header .toggleMenu .childMenu.childMenu2 .right { width: 50%; padding: 2% 0 3%; float: left; }

#header .toggleMenu .childMenu.childMenu2 .left .tt, #header .toggleMenu .childMenu.childMenu2 .right .tt { font-size: 24px; color: #303032; margin-bottom: 3%; }

#header .toggleMenu .childMenu.childMenu2 .left { padding-left: 5.5%; }

#header .toggleMenu .childMenu.childMenu2 .left ul { height: auto; overflow: hidden; }

#header .toggleMenu .childMenu.childMenu2 .left ul li { width: 100%; font-size: 16px; line-height: 40px; }

#header .toggleMenu .childMenu.childMenu2 .left ul li a { color: #606165; }

#header .toggleMenu .childMenu.childMenu2 .left ul li i { margin-left: 15px; }

#header .toggleMenu .childMenu.childMenu2 .left ul li:hover a { color: #0047BA; }

#header .toggleMenu .childMenu.childMenu2 .right { background: #fff; padding-left: 5.5%; padding-right: 5.5%; }

#header .toggleMenu .childMenu.childMenu2 .right .img { overflow: hidden; }

#header .toggleMenu .childMenu.childMenu2 .right .img img { width: 100%; }

#header .toggleMenu .childMenu.childMenu2 .right .img:hover img { transform: scale(1.1); }

/* 底部 */
#footer { width: 100%; height: auto; overflow: hidden; position: fixed; left: 0; bottom: 0; z-index: 0; }

#footer .top { height: auto; overflow: hidden; padding: 4% 0; background: #0F192D; }

#footer .top .left { width: 30%; height: auto; overflow: hidden; }

#footer .top .left p { font-size: 13px; color: #fff; line-height: 26px; opacity: .8; }

#footer .top .left .qr { height: auto; overflow: hidden; margin-top: 7%; }

#footer .top .left .qr .box { width: 100px; height: auto; overflow: hidden; float: left; margin-right: 7%; text-align: center; }

#footer .top .left .qr .box img { width: 100%; }

#footer .top .left .qr .box p { font-size: 12px; margin-top: 10px; line-height: normal; }

#footer .top .left .qr .box:last-child { margin: 0; }

#footer .top .right { width: 70%; height: auto; overflow: hidden; }

#footer .top .right dl { height: auto; overflow: hidden; float: right; margin-left: 6%; }

#footer .top .right dl dt { font-size: 14px; color: #fff; margin-bottom: 20px; }

#footer .top .right dl dt a { color: #fff; }

#footer .top .right dl dd { font-size: 14px; color: #fff; line-height: 34px; }

#footer .top .right dl dd a { color: #fff; opacity: .7; }

#footer .top .right dl dd a:hover { opacity: 1; }

#footer .top .right dl:last-child { margin: 0; }

#footer .bottom { height: auto; overflow: hidden; background: #060F21; padding: 2% 0; }

#footer .bottom .link { font-size: 13px; color: #fff; opacity: .8; }

#footer .bottom .link a { color: #fff; display: inline-block; margin-right: 10px; }

#footer .bottom .copyright { font-size: 13px; color: #fff; opacity: .5; }

/* 公用视频弹出 */
.video-popup { display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; z-index: 10000; background: url("../images/cover-bg.png") repeat; }

.video-popup .video-popup-box { width: 100%; height: 100%; overflow: hidden; background-color: #fff; position: absolute; left: 0; top: 0; }

.video-popup .coverV { z-index: 1000; position: fixed; top: 0; left: 0; right: 0; height: 70px; line-height: 70px; overflow: hidden; background: url("../images/bg-video-title.png") repeat; background: #000000\0; }

.video-popup .coverV .text { color: #fff; font-size: 18px; padding: 0 0 0 40px; width: 80%; display: table; height: 70px; float: left; }

.video-popup .coverV .text p { display: table-cell; height: 70px; vertical-align: middle; }

.video-popup .coverV .other { float: right; background: url("../images/bg-video-title.png") repeat; }

.video-popup .coverV .other .iconfont { font-size: 32px; }

.video-popup .coverV .other a { font-size: 20px; color: #fff; display: inline-block; margin: 0 20px; }

.video-popup .video-list-box { position: absolute !important; left: 0; top: 0; top: 70px\0; right: 0; bottom: 0; z-index: 0; }

/* 页 */
.Index .btnC { width: 140px; line-height: 44px; font-size: 16px; text-align: center; display: block; transition: all .4s ease; animation-fill-mode: backwards; }

.Index .btnC:hover { opacity: .7; }

.Index .btnC:hover i { margin-left: 5px; }

.Index .banner { height: auto; overflow: hidden; position: relative; z-index: 1; background: #fff; }

.Index .banner .swiper-slide { position: relative; }

.Index .banner .swiper-slide .img { width: 100%; }

.Index .banner .swiper-slide .text { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 1; }

.Index .banner .swiper-slide video { width: 100%; height: 100%; object-fit: cover; }

.Index .banner .banner-pagination { bottom: 5%; position: absolute; text-align: center; z-index: 11; }

.Index .banner .swiper-pagination-bullet { width: 80px; height: 4px; background: #fff; opacity: 1; margin: 0 8px; border-radius: 0; }

.Index .banner .swiper-pagination-bullet-active { background: #0047BA; }

.Index .product { background: #fff; }

.Index .product .tabs { height: auto; overflow: hidden; padding: 1% 0 1.5%; }

.Index .product .tabs .item { width: 16.6%; display: block; float: left; text-align: center; transition: all .4s ease; }

.Index .product .tabs .item .img { overflow: hidden; }

.Index .product .tabs .item .img img { width: 100%; }

.Index .product .tabs .item .title { font-size: 14px; color: #333; margin-top: 1%; transition: all .4s ease; }

.Index .product .tabs .item:hover { transform: translateY(-5px); }

.Index .product .tabs .item:hover img { transform: scale(1.05); }

.Index .product .tabs .item:hover .title { color: #0047BA; }

.Index .product .slideBox { width: 100%; height: auto; overflow: hidden; position: relative; }

.Index .product .slideBox .hei { width: 100%; }

.Index .product .slideBox .lbg { width: 64%; position: absolute; left: 0; top: 0; z-index: 0; }

.Index .product .slideBox .rbg { width: 59%; position: absolute; right: 0; top: 2.6%; z-index: 0; }

.Index .product .slideBox .lbg img, .Index .product .slideBox .rbg img { width: 100%; -webkit-user-drag: none; }

.Index .product .slideBox .slide { width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; top: 0; z-index: 1; }

.Index .product .slideBox .slide .swiper-slide { width: 100%; height: 100%; overflow: hidden; position: relative; z-index: 1; }

.Index .product .slideBox .slide .swiper-slide .container { height: 100%; }

.Index .product .slideBox .slide .swiper-slide .text { width: 50%; height: 100%; overflow: hidden; padding: 7% 0 0; }

.Index .product .slideBox .slide .swiper-slide .text h1 { font-size: 44px; color: #303032; font-weight: bold; }

.Index .product .slideBox .slide .swiper-slide .text h3 { font-size: 18px; color: #606165; font-weight: bold; margin: 2% 0 6%; }

.Index .product .slideBox .slide .swiper-slide .text h3 span { width: 25px; display: inline-block; }

.Index .product .slideBox .slide .swiper-slide .text p { width: 60%; font-size: 14px; color: #606165; line-height: 24px; }

.Index .product .slideBox .slide .swiper-slide .text .btnC { width: 140px; line-height: 44px; background: #FF8212; font-size: 16px; color: #fff; text-align: center; margin-top: 7%; display: block; }

.Index .product .slideBox .slide .swiper-slide .img { width: 60%; position: absolute; bottom: 0; right: 5%; }

.Index .product .slideBox .slide .swiper-slide .img img { width: 100%; -webkit-user-drag: none; }

.Index .product .slideBox .slide .swiper-slide .view360 { position: absolute; top: 15%; right: 25%; padding-left: 40px; cursor: pointer; }

.Index .product .slideBox .slide .swiper-slide .view360 .point { display: flex; position: absolute; width: 6px; height: 6px; background: #fff; border-radius: 50%; left: 0; top: 15px; }

.Index .product .slideBox .slide .swiper-slide .view360 .point:before { content: ''; position: absolute; width: 18px; height: 18px; left: 50%; margin-left: -9px; top: 50%; margin-top: -9px; border-radius: 50%; box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8); z-index: 3; opacity: 0; transform-origin: center; animation: halo 1.5s 0.9s infinite ease-out; }

.Index .product .slideBox .slide .swiper-slide .view360 .point:after { content: ''; position: absolute; width: 32px; height: 32px; left: 50%; margin-left: -16px; top: 50%; margin-top: -16px; border-radius: 50%; box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8); z-index: 3; opacity: 0; transform-origin: center; animation: halo 1.5s 0.9s infinite ease-out; }

.Index .about { background: #fff; }

.Index .about .advantage { width: 100%; height: 600px; background-image: url(../images/index/about-bg.jpg); background-attachment: fixed; background-size: cover; background-position: center; position: relative; z-index: 0; }

.Index .about .advantage .box { height: auto; overflow: hidden; position: absolute; left: 0; top: 16%; right: 0; margin: auto; text-align: center; }

.Index .about .advantage .box .since { width: 265px; margin: 0 auto; }

.Index .about .advantage .box h1 { font-size: 32px; color: #fff; margin-top: 2.5%; }

.Index .about .advantage .box .btnC { background: #fff; color: #0047BA; margin: 5% auto; }

.Index .about .strength { height: 480px; position: relative; z-index: 1; }

.Index .about .strength .left { width: 50%; background: #fff; position: relative; z-index: 1; }

.Index .about .strength .left .bg { width: 140px; height: 432px; position: absolute; left: 0; bottom: 0; }

.Index .about .strength .left ul { width: 1500px; margin-left: 22%; height: 480px; }

.Index .about .strength .left ul li { width: 300px; height: 360px; background-position: center; background-repeat: no-repeat; background-size: 100%; float: left; text-align: center; position: relative; transition: all .4s ease; animation-fill-mode: backwards; }

.Index .about .strength .left ul li.li1 { background-image: url(../images/index/strength-li1.png); margin-top: 90px; }

.Index .about .strength .left ul li.li2 { background-image: url(../images/index/strength-li2.png); margin-top: -100px; }

.Index .about .strength .left ul li.li3 { background-image: url(../images/index/strength-li3.png); margin-top: 45px; }

.Index .about .strength .left ul li .text { padding: 175px 35px 0; }

.Index .about .strength .left ul li h1 { font-size: 20px; color: #fff; font-weight: bold; }

.Index .about .strength .left ul li h1 b { font-size: 48px; font-weight: bold; }

.Index .about .strength .left ul li p { font-size: 16px; color: #fff; opacity: .5; }

.Index .about .strength .left ul li:hover { transform: translateY(-10px); }

.Index .about .strength .right { width: 50%; height: 100%; position: relative; }

.Index .about .strength .right .bg { width: 100%; height: 480px; }

.Index .about .strength .right .text { width: 35%; position: absolute; top: 22%; right: 24%; z-index: 1; }

.Index .about .strength .right h1 { font-size: 36px; color: #303032; font-weight: bold; }

.Index .about .strength .right p { font-size: 14px; color: #303032; line-height: 24px; margin-top: 8%; }

.Index .about .strength .right .btnC { background: #FF8212; color: #fff; margin-top: 15%; }

.Index .case { height: auto; overflow: hidden; position: relative; background: #fff; }

.Index .case .bg1 { width: 70%; position: absolute; left: 0; bottom: 0; z-index: 1; -webkit-user-drag: none; }

.Index .case .bg2 { width: 52%; position: absolute; right: 0; top: 0; z-index: 1; -webkit-user-drag: none; }

.Index .case .slide { position: relative; z-index: 0; }

.Index .case .slide .text { position: absolute; }

.Index .case .slide img { width: 100%; }

.Index .case .slide1 { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; }

.Index .case .slide1 .container { overflow: hidden; }

.Index .case .slide1 .text { width: 26%; padding: 33% 0 10%; }

.Index .case .slide1 .text h1 { font-size: 36px; color: #303032; font-weight: bold; }

.Index .case .slide1 .text p { font-size: 14px; color: #606165; line-height: 24px; margin-top: 6%; }

.Index .case .slide1 .text .btnC { background: #FF8212; color: #fff; margin-top: 15%; }

.Index .case .slide1 .btnPlay { width: 60px; height: 60px; font-size: 60px; color: #fff; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; transition: all .4s ease; animation-fill-mode: backwards; }

.Index .case .slide1 .btnPlay:hover { transform: scale(1.05); color: #FF8212; }

.Index .case .slide1 .swiper-pagination { text-align: left; bottom: 2%; }

.Index .case .slide1 .swiper-pagination-bullet { width: 12px; height: 12px; background: #06265F; opacity: .19; margin: 0 5px; }

.Index .case .slide1 .swiper-pagination-bullet-active { background: #06265F; opacity: 1; }

.Index .news { height: auto; overflow: hidden; padding: 4% 0; background: #06265F; }

.Index .news .title { height: auto; overflow: hidden; }

.Index .news .title h1 { font-size: 100px; color: #38527f; }

.Index .news .title h2 { font-size: 36px; color: #fff; font-weight: bold; position: relative; margin-top: -55px; }

.Index .news ul { height: auto; overflow: hidden; margin: 5% -16px 0; }

.Index .news ul li { width: 33.333%; float: left; }

.Index .news ul li a { padding: 0 16px; display: block; }

.Index .news ul li .img { overflow: hidden; }

.Index .news ul li .img img { width: 100%; }

.Index .news ul li .text { height: auto; overflow: hidden; padding: 5% 0 0; }

.Index .news ul li .text h3 { font-size: 13px; color: #fff; opacity: .5; }

.Index .news ul li .text h2 { font-size: 18px; color: #fff; margin: 3% 0 4%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; }

.Index .news ul li .text p { font-size: 14px; color: #fff; opacity: .8; line-height: 20px; height: 40px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.Index .news ul li .text .date { font-size: 13px; color: #fff; margin-top: 7%; opacity: .8; display: flex; justify-content: space-between; }

.Index .news ul li:hover img { transform: scale(1.1); }

/* 产品列表 */
.Product #content { background: #F3F3F3; }

.Product .tabs { height: auto; overflow: hidden; margin: 3% 0; }

.Product .tabs .title { font-size: 26px; line-height: 45px; font-weight: bold; color: #060606; float: left; margin-right: 25px; }

.Product .tabs ul { height: auto; overflow: hidden; float: left; }

.Product .tabs ul li { float: left; min-width: 130px; font-size: 16px; line-height: 45px; padding: 0 15px; background: #E2E2E2; margin-right: 12px; text-align: center; transition: all .4s ease; }

.Product .tabs ul li a { display: block; color: #333; }

.Product .tabs ul li:hover, .Product .tabs ul li.active { background: #0050C9; }

.Product .tabs ul li:hover a, .Product .tabs ul li.active a { color: #fff; }

.Product .list { height: auto; padding-bottom: 5%; }

.Product .list ul { height: auto; margin: 0 -9px; }

.Product .list ul li { width: 25%; overflow: hidden; float: left; margin-bottom: 18px; padding: 0 9px; transition: all .4s ease; }

.Product .list ul li .box { padding: 40px 30px; background: #fff; }

.Product .list ul li h2 { font-size: 20px; color: #000; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.Product .list ul li .img { overflow: hidden; margin: 5% 0; }

.Product .list ul li .img img { width: 100%; }

.Product .list ul li p { font-size: 14px; color: #333; height: 22px; line-height: 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.Product .list ul li .btns { height: auto; overflow: hidden; margin-top: 8%; }

.Product .list ul li .btns a { width: 47%; line-height: 40px; border: 1px solid #959595; text-align: center; color: #3A3838; display: block; float: left; }

.Product .list ul li .btns a:first-child { margin-right: 6%; }

.Product .list ul li .btns a:hover { background: #0047BA; color: #fff; border-color: #0047BA; }

.Product .list ul li:nth-child(4n) { margin-right: 0; }

.Product .list ul li:hover { transform: translateY(-5px); }

.Product .list ul li:hover h2 { color: #0047BA; }

.Product .list ul li:hover img { transform: scale(1.1); }

/* 产品详情 */
.ProductXq .neiBanner h2 { font-size: 54px; font-weight: bold; padding: 0; }

.ProductXq .neiBanner h2:after { display: none; }

.ProductXq .neiBanner h1 { font-size: 42px; }

.ProductXq .neiBanner .btn { width: 200px; line-height: 50px; font-size: 16px; color: #101011; display: block; background: #fff; text-align: center; margin-top: 3%; }

.ProductXq .neiBanner .btn i { color: #0050C9; margin-right: 20px; }

.ProductXq .snav { width: 100%; height: auto; overflow: hidden; position: relative; background: #fff; z-index: 10; }

.ProductXq .snav .title { font-size: 26px; color: #060606; line-height: 83px; font-weight: bold; float: left; margin-right: 60px; }

.ProductXq .snav .nav { height: auto; overflow: hidden; position: relative; z-index: 2; }

.ProductXq .snav .nav .item { min-width: 110px; line-height: 83px; font-size: 17px; color: #303032; display: block; float: left; text-align: center; padding: 0 15px; }

.ProductXq .snav .nav .item.active, .ProductXq .snav .nav .item:hover { background: #0050C9; color: #fff; }

.ProductXq .snav:after { content: ""; width: 100%; height: 1px; background: #eee; position: absolute; left: 0; bottom: 0; z-index: 1; }

.ProductXq .snav.fixed { position: fixed; left: 0; top: 0; }

.ProductXq .info { height: auto; overflow: hidden; position: relative; z-index: 1; }

.ProductXq .info:after { content: ""; width: 50%; height: 100%; background: #F3F3F3; position: absolute; right: 0; top: 0; z-index: 0; }

.ProductXq .info .container { height: auto; overflow: hidden; background: #F3F3F3; position: relative; z-index: 1; }

.ProductXq .info .left, .ProductXq .info .right { width: 50%; height: auto; overflow: hidden; }

.ProductXq .info .left { background: #fff; padding: 5.5% 3%; }

.ProductXq .info .left .slide { height: auto; overflow: hidden; position: relative; }

.ProductXq .info .left .slide img { display: block; width: 100%; }

.ProductXq .info .left .slide .next, .ProductXq .info .left .slide .prev { font-size: 60px; color: #ccc; position: absolute; top: 40%; z-index: 1; cursor: pointer; transition: all .4s ease; }

.ProductXq .info .left .slide .next:hover, .ProductXq .info .left .slide .prev:hover { color: #0050C9; }

.ProductXq .info .left .slide .next.swiper-button-disabled, .ProductXq .info .left .slide .prev.swiper-button-disabled { color: #eee; }

.ProductXq .info .left .slide .next { right: 0; }

.ProductXq .info .left .slide .swiper-pagination { text-align: right; font-size: 16px; color: #3B3D3F; bottom: 0; }

.ProductXq .info .left .slide .swiper-pagination .swiper-pagination-current { font-size: 26px; }

.ProductXq .info .right { height: auto; overflow: hidden; padding: 11% 5.5%; }

.ProductXq .info .right h2 { font-size: 28px; color: #060606; font-weight: bold; margin-bottom: 5%; }

.ProductXq .info .right h2 b { font-size: 36px; font-weight: bold; }

.ProductXq .info .right p { font-size: 15px; color: #303032; line-height: 26px; margin-bottom: 5%; }

.ProductXq .info .right ul { height: auto; overflow: hidden; }

.ProductXq .info .right ul li { font-size: 14px; color: #666; line-height: 26px; }

.ProductXq .info .right .btns { height: auto; overflow: hidden; margin-top: 10%; }

.ProductXq .info .right .btns a { width: 220px; line-height: 50px; font-size: 16px; color: #333; display: inline-block; text-align: center; margin-right: 20px; }

.ProductXq .info .right .btns a i { font-size: 24px; vertical-align: -3px; margin-right: 5px; }

.ProductXq .info .right .btns a.btn1 { background: #FF8211; color: #fff; }

.ProductXq .info .right .btns a.btn2 { background: #fff; }

.ProductXq .tedian { height: auto; overflow: hidden; }

.ProductXq .tedian .bg { height: 178px; background: url(../images/product/tedian-bg.jpg) center no-repeat; background-size: cover; overflow: hidden; position: relative; }

.ProductXq .tedian .bg .text { width: 100%; position: absolute; left: 0; top: 35%; text-align: center; font-size: 34px; color: #fff; }

.ProductXq .canshu { height: auto; overflow: hidden; background: url(../images/product/canshu-bg.jpg) center no-repeat; background-size: cover; padding: 3.5% 0; }

.ProductXq .canshu .title { font-size: 34px; color: #000; text-align: center; margin-bottom: 3%; }

.ProductXq .canshu table { width: 100%; height: auto; overflow: hidden; border-collapse: collapse; background: #fff; border: 1px solid #E8E8E8; }

.ProductXq .canshu table tr { height: auto; overflow: hidden; }

.ProductXq .canshu table tr th { font-size: 16px; color: #fff; height: 67px; background: #004EA2; text-align: left; padding: 0 5%; }

.ProductXq .canshu table tr td { height: 60px; padding: 0 5%; font-size: 15px; color: #333; border: 1px solid #E8E8E8; }

.ProductXq .canshu table tr td b { font-weight: bold; font-size: 16px; }

.ProductXq .canshu table tr:nth-child(odd) td { background: #F3F3F3; }

.ProductXq .canshu table tr .bgf { background: #fff !important; }

.ProductXq .canshu .tips { font-size: 15px; color: #666; margin-top: 1.5%; }

.ProductXq .canshu .tips i { color: #EB1818; }

.ProductXq .order { height: auto; overflow: hidden; padding: 3.5% 0; }

.ProductXq .order .title { font-size: 34px; color: #000; text-align: center; margin-bottom: 1%; }

.ProductXq .order form { height: auto; overflow: hidden; }

.ProductXq .order form .row { height: auto; overflow: hidden; margin-top: 2.5%; }

.ProductXq .order form .row input { width: 48.5%; float: right; height: 55px; border: 1px solid #ccc; padding: 0 15px; font-size: 15px; }

.ProductXq .order form .row input:first-child { float: left; }

.ProductXq .order form .row textarea { width: 100%; height: 250px; border: 1px solid #ccc; padding: 15px; font-size: 15px; }

.ProductXq .order form .btns { height: auto; overflow: hidden; margin-top: 2.5%; text-align: center; }

.ProductXq .order form .btns a { width: 240px; line-height: 54px; display: inline-block; margin: 0 20px; font-size: 18px; }

.ProductXq .order form .btns a.reset { background: #ddd; color: #333; }

.ProductXq .order form .btns a.submit { background: #0050C9; color: #fff; }

.ProductXq .case { height: auto; overflow: hidden; padding: 3.5% 0 5%; background: url(../images/product/case-bg.jpg) center no-repeat; background-size: cover; }

.ProductXq .case .title { font-size: 34px; color: #fff; text-align: center; margin-bottom: 3%; }

.ProductXq .case ul { height: auto; overflow: hidden; margin: 0 -15px; }

.ProductXq .case ul li { float: left; width: 33.3333%; }

.ProductXq .case ul li a { padding: 0 15px; display: block; }

.ProductXq .case ul li a .img { overflow: hidden; }

.ProductXq .case ul li a .img img { width: 100%; transition: all .4s ease; }

.ProductXq .case ul li a .text { background: #fff; font-size: 16px; color: #000; padding: 15px 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.ProductXq .case ul li:hover img { transform: scale(1.1); }

.ProductXq .relevant { height: auto; overflow: hidden; padding: 3.5% 0 5%; background: url(../images/product/relevant-bg.jpg) center no-repeat; background-size: cover; }

.ProductXq .relevant .title { font-size: 34px; color: #000; text-align: center; margin-bottom: 3%; }

.ProductXq .relevant ul { height: auto; margin: 0 -9px; }

.ProductXq .relevant ul li { width: 25%; height: auto; overflow: hidden; float: left; margin-bottom: 18px; padding: 0 9px; transition: all .4s ease; }

.ProductXq .relevant ul li .box { padding: 40px 30px; background: #fff; }

.ProductXq .relevant ul li h2 { font-size: 20px; color: #000; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.ProductXq .relevant ul li .img { overflow: hidden; margin: 5% 0; }

.ProductXq .relevant ul li .img img { width: 100%; }

.ProductXq .relevant ul li p { font-size: 14px; color: #333; line-height: 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.ProductXq .relevant ul li .btns { height: auto; overflow: hidden; margin-top: 8%; }

.ProductXq .relevant ul li .btns a { width: 47%; line-height: 40px; border: 1px solid #959595; text-align: center; color: #3A3838; display: block; float: left; }

.ProductXq .relevant ul li .btns a:first-child { margin-right: 6%; }

.ProductXq .relevant ul li .btns a:hover { background: #0047BA; color: #fff; border-color: #0047BA; }

.ProductXq .relevant ul li:nth-child(4n) { margin-right: 0; }

.ProductXq .relevant ul li:hover { transform: translateY(-5px); }

.ProductXq .relevant ul li:hover h2 { color: #0047BA; }

.ProductXq .relevant ul li:hover img { transform: scale(1.1); }

.ProductXq .xny .neiBanner .btn i { color: #019966; }

.ProductXq .xny .snav .item.active, .ProductXq .xny .snav .item:hover { background: #019966; }

.ProductXq .xny .tedian .bg { background-image: url("../images/product/tedian-bg1.jpg"); }

.ProductXq .xny .canshu table tr th { background: #019966; }

.ProductXq .xny .order form .btns a.submit { background: #019966; }

.ProductXq .xny .relevant .ul li .btns a:hover { background: #019966; }

.ProductXq .xny .relevant .ul li:hover h2 { color: #019966; }

/* 新闻列表 */
.News .list { height: auto; overflow: hidden; padding-bottom: 5%; }

.News .list .title { font-size: 32px; color: #060606; margin: 4% 0 3%; }

.News .list ul { height: auto; overflow: hidden; }

.News .list ul li { height: auto; overflow: hidden; margin-bottom: 2.5%; transition: all .4s ease; }

.News .list ul li .img { width: 26%; max-width: 380px; float: left; overflow: hidden; }

.News .list ul li .img img { width: 100%; }

.News .list ul li .right { height: auto; overflow: hidden; padding: 3% 2% 0; }

.News .list ul li .right .text { width: 85%; height: auto; overflow: hidden; float: left; }

.News .list ul li .right .text h2 { font-size: 20px; color: #060606; margin-bottom: 20px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .4s ease; }

.News .list ul li .right .text p { font-size: 15px; color: #666; line-height: 26px; height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.News .list ul li .right .other { float: right; text-align: right; }

.News .list ul li .right .other h3 { font-size: 32px; color: #000; }

.News .list ul li .right .other h4 { font-size: 15px; color: #666; }

.News .list ul li .right .other .arrow { width: 34px; line-height: 34px; text-align: center; float: right; margin-top: 50%; }

.News .list ul li .right .other .arrow .iconfont { color: #A0A0A0; }

.News .list ul li:hover { background: #F9F9F9; }

.News .list ul li:hover img { transform: scale(1.1); }

.News .list ul li:hover .text h2 { color: #0050C9; }

.News .list ul li:hover .arrow { background: #0050C9; }

.News .list ul li:hover .arrow .iconfont { color: #fff !important; }

/* 新闻详情 */
.NewsXq .con { height: auto; overflow: hidden; padding: 4% 0; min-height: 500px; }

.NewsXq .con .container { min-width: auto; max-width: 1200px; }

.NewsXq .con .title { height: auto; overflow: hidden; margin-bottom: 3%; }

.NewsXq .con .title h2 { font-size: 20px; color: #000; text-align: center; margin-bottom: 10px; font-weight: bold; }

.NewsXq .con .title .other { height: auto; overflow: hidden; text-align: center; }

.NewsXq .con .title .other span { font-size: 14px; color: #999; margin: 0 10px; }

.NewsXq .con .box { height: auto; overflow: hidden; }

.NewsXq .con .box p { font-size: 14px; color: #666; line-height: 24px; margin-bottom: 10px; }

.NewsXq .con .box p img { margin-bottom: 20px; }

.NewsXq .con .box #video, .NewsXq .con .box #video video { width: 100%; max-height: 600px; }

/* 实力宇通 */
.Strength .enter { height: auto; overflow: hidden; margin: 4% 0; }

.Strength .enter ul { height: auto; overflow: hidden; margin: 0 -15px; }

.Strength .enter ul li { width: 33.3333%; height: auto; overflow: hidden; float: left; }

.Strength .enter ul li a { display: block; padding: 0 15px; position: relative; }

.Strength .enter ul li .img { overflow: hidden; }

.Strength .enter ul li .img img { width: 100%; }

.Strength .enter ul li .title { font-size: 28px; color: #fff; position: absolute; left: 10%; bottom: 6%; }

.Strength .enter ul li .title .iconfont { font-size: 26px; }

.Strength .enter ul li:first-child { width: 100%; margin-bottom: 30px; }

.Strength .enter ul li:first-child .title { left: 3.5%; }

.Strength .enter ul li:hover img { transform: scale(1.1); }

.Strength .enter ul li:hover .iconfont { margin-left: 5px; }

/* 公司简介 */
.About .info { height: auto; overflow: hidden; margin: 3.5% 0 0; }

.About .info .bg { overflow: hidden; position: relative; }

.About .info .bg img { width: 100%; }

.About .info .bg .text { width: 100%; position: absolute; left: 0; top: 20%; z-index: 1; }

.About .info .bg .text .box { width: 70%; margin: 0 auto; background: rgba(0, 78, 162, 0.73); padding: 1.5% 2% 2%; }

.About .info .bg .text .box h2 { font-size: 24px; color: #fff; }

.About .info .bg .text .box p { font-size: 16px; color: #fff; line-height: 30px; margin-top: 15px; }

.About .info .details { height: auto; overflow: hidden; background: #F3F3F3; padding: 3.5% 0; }

.About .info .details .title { font-size: 18px; color: #333; text-align: center; font-weight: bold; margin-bottom: 10px; }

.About .info .details .dsc { font-size: 14px; color: #666; line-height: 25px; text-align: center; }

.About .info .details .btn { font-size: 14px; color: #333; text-align: center; margin-top: 20px; cursor: pointer; }

.About .info .details .btn i { color: #0050C9; font-size: 18px; vertical-align: -1px; margin-left: 2px; }

.About .info .details ul { height: auto; overflow: hidden; margin-top: 2%; }

.About .info .details ul li { width: 33.33333%; float: left; padding: 0 30px; }

.About .info .details ul li .box { padding: 7%; height: 205px; background: #fff; border: 1px solid #eee; }

.About .info .details ul li .box h1 { font-size: 32px; font-weight: bold; color: #0050C9; text-align: center; display: block; }

.About .info .details ul li .box h1 img { margin-right: 10px; vertical-align: -8px; width: 40px; display: inline-block; }

.About .info .details ul li .box p { font-size: 14px; color: #666; line-height: 25px; margin-top: 4%; }

.About .info .block { height: auto; overflow: hidden; }

.About .info .block .item { height: auto; overflow: hidden; }

.About .info .block .item .text, .About .info .block .item .img { width: 50%; }

.About .info .block .item img { width: 100%; }

.About .info .block .item .text { height: auto; overflow: hidden; padding-top: 8%; }

.About .info .block .item .text h2 { font-size: 18px; color: #333; font-weight: bold; }

.About .info .block .item .text .line { width: 35px; height: 3px; background: #0050C9; margin: 4% 0 3%; }

.About .info .block .item .text p { font-size: 14px; color: #666; line-height: 28px; }

.About .info .block .item .text.fl { padding-left: 14%; padding-right: 6%; }

.About .info .block .item .text.fr { padding-right: 14%; padding-left: 6%; }

.About .info .fc { height: auto; overflow: hidden; margin: 90px 0 100px; }

.About .info .fc .title { font-size: 30px; font-weight: bold; text-align: center; margin-bottom: 10px; }

.About .info .fc ul { height: auto; overflow: hidden; }

.About .info .fc ul li { width: 24%; float: left; margin: 1.25% 0 0 1.2%; overflow: hidden; }

.About .info .fc ul li img { transition: all .4s ease; cursor: pointer; }

.About .info .fc ul li:first-child { width: 49.5%; margin-left: 0; }

.About .info .fc ul li:hover img { transform: scale(1.05); }

.About .info .fc ul li:nth-child(n+6) { display: none; }

/* 公司文化 */
.Culture .info { height: auto; overflow: hidden; margin: 4% 0; }

.Culture .info .dsc { font-size: 16px; color: #333; text-align: center; }

.Culture .info .line { width: 105px; height: 2px; background: #0050C9; margin: 2.5% auto 5%; }

.Culture .info ul { height: auto; overflow: hidden; }

.Culture .info ul li { width: 20%; float: left; text-align: center; position: relative; padding: 0 2%; }

.Culture .info ul li h2 { font-size: 24px; color: #0050C9; margin-bottom: 10px; }

.Culture .info ul li p { font-size: 15px; color: #333; line-height: 24px; }

.Culture .info ul li:after { content: ""; width: 1px; height: 140px; border-right: 1px dashed #ddd; position: absolute; left: 0; top: 0; }

.Culture .info ul li:first-child:after { display: none; }

.Culture .bg { height: auto; overflow: hidden; position: relative; }

.Culture .bg .bgImg { width: 100%; }

.Culture .bg .imgBox { width: 100%; position: absolute; left: 0; top: 0; }

.Culture .bg .imgBox img { width: 83%; margin: 5% auto; }

/* 资质证书 */
.Certificate .list { height: auto; overflow: hidden; margin: 4% 0; }

.Certificate .list ul { height: auto; overflow: hidden; margin: 0 -17px; }

.Certificate .list ul li { width: 33.3333%; float: left; padding: 0 17px; margin-bottom: 34px; position: relative; cursor: pointer; }

.Certificate .list ul li .img { overflow: hidden; position: relative; }

.Certificate .list ul li .img img { width: 100%; transition: all .4s ease; }

.Certificate .list ul li h2 { width: 100%; line-height: 45px; font-size: 16px; color: #fff; text-align: center; background: rgba(0, 0, 0, 0.5); position: absolute; left: 0; bottom: 0; }

.Certificate .list ul li:hover img { transform: scale(1.05); }

/* 领导关怀 */
.LeaderCare .info { height: auto; overflow: hidden; margin: 4% 0; }

.LeaderCare .info .title { font-size: 32px; color: #333; text-align: center; margin-bottom: 15px; }

.LeaderCare .info .dsc { font-size: 16px; text-align: center; color: #666; }

.LeaderCare .times-list { position: relative; height: 100%; }

.LeaderCare .times-list .con { border-top: 1px solid #ddd; padding-top: 2%; }

.LeaderCare .times-list a:hover .deta, .LeaderCare .times-list .times-list-box:hover .deta { color: #0050C9; }

.LeaderCare .times-list:after { content: ''; display: block; position: absolute; width: 1px; height: 100%; top: 0px; left: 50%; background: #ddd; }

.LeaderCare .times-list .fl, .LeaderCare .times-list .fr { width: 50%; border-bottom: 1px dotted #ddd; position: relative; padding-bottom: 90px; margin-bottom: 25px; }

.LeaderCare .times-list .fl img, .LeaderCare .times-list .fr img { margin-bottom: 20px; }

.LeaderCare .times-list .fl .text-box h2, .LeaderCare .times-list .fr .text-box h2 { font-size: 18px; line-height: 30px; color: #333; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; margin-bottom: 5px; }

.LeaderCare .times-list .fl .text-box p, .LeaderCare .times-list .fr .text-box p { font-size: 14px; line-height: 24px; color: #666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.LeaderCare .times-list .fl .icon-arrowRight, .LeaderCare .times-list .fr .icon-arrowRight { display: block; font-size: 20px; margin-top: 10px; color: #666; }

.LeaderCare .times-list .fl a:hover h2, .LeaderCare .times-list .fl a:hover .icon-arrowRight, .LeaderCare .times-list .fr a:hover h2, .LeaderCare .times-list .fr a:hover .icon-arrowRight { color: #0050C9; }

.LeaderCare .times-list .fl .deta, .LeaderCare .times-list .fr .deta { position: absolute; top: 0; z-index: 2; font-size: 38px; line-height: 52px; transition: all .4s ease; }

.LeaderCare .times-list .fl .deta i, .LeaderCare .times-list .fr .deta i { font-size: 22px; line-height: 52px; vertical-align: middle; }

.LeaderCare .times-list .fl .img-box, .LeaderCare .times-list .fr .img-box { position: relative; overflow: hidden; }

.LeaderCare .times-list .fl .img-box .nav-btn div, .LeaderCare .times-list .fr .img-box .nav-btn div { position: absolute; top: 28%; z-index: 1; cursor: pointer; }

.LeaderCare .times-list .fl .img-box .nav-btn .left, .LeaderCare .times-list .fr .img-box .nav-btn .left { left: 0; }

.LeaderCare .times-list .fl .img-box .nav-btn .right, .LeaderCare .times-list .fr .img-box .nav-btn .right { right: 0; }

.LeaderCare .times-list .fr { padding: 20px 7% 2% 3%; margin-left: 20px; }

.LeaderCare .times-list .fr .deta { left: -145px; }

.LeaderCare .times-list .fl { padding: 20px 3% 2% 7%; margin-right: 20px; }

.LeaderCare .times-list .fl .deta { left: 98.5%; width: 50%; right: auto; }

/* 福利政策 */
.Welfare .block { height: auto; overflow: hidden; margin: 4% 0; }

.Welfare .block .item { height: auto; overflow: hidden; position: relative; }

.Welfare .block .item .img, .Welfare .block .item .text { width: 50%; height: 100%; overflow: hidden; }

.Welfare .block .item .img img { width: 100%; }

.Welfare .block .item .text { height: 100%; position: absolute; top: 0; }

.Welfare .block .item .text.fr { right: 0; }

.Welfare .block .item .text.fl { left: 0; }

.Welfare .block .item .box { height: 50%; overflow: hidden; float: left; text-align: center; }

.Welfare .block .item .box .icon { width: 10%; margin: 0 auto; display: block; }

.Welfare .block .item .box h2 { font-size: 22px; color: #fff; margin: 2% 0; }

.Welfare .block .item .box p { width: 65%; font-size: 15px; color: #fff; opacity: .8; line-height: 30px; margin: 0 auto; }

.Welfare .block .item .box.box1 { width: 100%; background: #0047B9; padding: 12% 0 0; }

.Welfare .block .item .box.box2 { width: 50%; background: #FF8212; padding: 10% 0 0; }

.Welfare .block .item .box.box2 .icon { width: 20%; }

.Welfare .block .item .box.box3 { width: 50%; }

.Welfare .block .item .box.box3 img { width: 100%; }

/* 招聘 */
.recruitment .block { height: auto; overflow: hidden; position: relative; }

.recruitment .block .title { font-size: 32px; color: #333; text-align: center; margin-bottom: 3%; }

.recruitment .block.block1 { padding: 4% 0; background: url(../images/recruitment/block1-bg.jpg) center no-repeat; background-size: cover; }

.recruitment .block.block1 .list { height: auto; overflow: hidden; }

.recruitment .block.block1 .list ul { height: auto; overflow: hidden; }

.recruitment .block.block1 .list ul li { width: 25%; float: left; }

.recruitment .block.block1 .list ul li .box { padding: 0 12%; text-align: center; }

.recruitment .block.block1 .list ul li .box .icon { margin: 0 auto; }

.recruitment .block.block1 .list ul li .box h2 { font-size: 22px; color: #333; margin: 2% 0 3%; }

.recruitment .block.block1 .list ul li .box p { font-size: 15px; color: #666; line-height: 24px; }

.recruitment .block.block2 img { width: 100%; }

.recruitment .block.block2 .text { width: 100%; height: 100%; position: absolute; left: 0; top: 11%; z-index: 1; }

.recruitment .block.block2 .text .title { font-size: 44px; color: #fff; margin-bottom: 2%; }

.recruitment .block.block2 .text p { font-size: 18px; color: #fff; text-align: center; line-height: 36px; }

.recruitment .block.block3 { padding: 4% 0; }

.recruitment .block.block3 .table-title { width: 100%; overflow: hidden; line-height: 52px; background: #F1F4F7; }

.recruitment .block.block3 .table-title .item { width: 20%; float: left; text-align: center; font-size: 15px; color: #666; position: relative; }

.recruitment .block.block3 .table { height: auto; overflow: hidden; }

.recruitment .block.block3 .table li { height: auto; overflow: hidden; border-bottom: 1px solid #eee; }

.recruitment .block.block3 .table li .item { width: 20%; line-height: 72px; float: left; text-align: center; font-size: 14px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative; cursor: pointer; }

.recruitment .block.block3 .table li .item .iconfont { position: absolute; right: 15px; transition: all .4s ease; }

.recruitment .block.block3 .table li .con { height: auto; overflow: hidden; background: #FAFBFC; padding: 30px 50px; display: none; }

.recruitment .block.block3 .table li .con .bb { height: auto; overflow: hidden; margin-bottom: 25px; }

.recruitment .block.block3 .table li .con .bb .tt { font-size: 16px; color: #999; margin-bottom: 10px; }

.recruitment .block.block3 .table li .con .bb p { font-size: 14px; color: #333; line-height: 26px; position: relative; padding-left: 15px; }

.recruitment .block.block3 .table li .con .bb p:before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #0050C9; position: absolute; left: 0; top: 10px; }

.recruitment .block.block3 .table li .con .bb p a { color: #0050C9; }

.recruitment .block.block3 .table li.active .iconfont { transform: rotate(180deg); }

/* 联系我们 */
.Contact .block { height: auto; position: relative; z-index: 1; }

.Contact .block .fx { width: 100%; position: absolute; left: 0; z-index: 1; margin-top: -70px; }

.Contact .block .fx .box { height: auto; overflow: hidden; background: #fff; box-shadow: 0px 4px 28px 0px rgba(44, 91, 255, 0.14); border-radius: 10px; }

.Contact .block .fx .box ul { height: auto; overflow: hidden; padding: 3.5%; }

.Contact .block .fx .box ul li { float: left; width: 25%; text-align: center; }

.Contact .block .fx .box ul li img { display: block; margin: 0 auto; }

.Contact .block .fx .box ul li h2 { font-size: 18px; color: #333; margin: 4% 0 2%; }

.Contact .block .fx .box ul li h1 { font-size: 22px; color: #0050C9; }

.Contact .block #allmap { width: 100%; height: 600px; }

.Contact .order { height: auto; overflow: hidden; padding: 4% 0; }

.Contact .order .title { font-size: 32px; color: #333; text-align: center; margin-bottom: 1%; }

.Contact .order .dsc { font-size: 15px; color: #666; text-align: center; }

.Contact .order form { height: auto; overflow: hidden; }

.Contact .order form .row { height: auto; overflow: hidden; margin-top: 2.5%; }

.Contact .order form .row input { width: 48.5%; float: right; height: 55px; border: 1px solid #ccc; padding: 0 15px; font-size: 15px; }

.Contact .order form .row input:first-child { float: left; }

.Contact .order form .row textarea { width: 100%; height: 250px; border: 1px solid #ccc; padding: 15px; font-size: 15px; }

.Contact .order form .btns { height: auto; overflow: hidden; margin-top: 2.5%; text-align: center; }

.Contact .order form .btns a { width: 240px; line-height: 54px; display: inline-block; margin: 0 20px; font-size: 18px; }

.Contact .order form .btns a.reset { background: #ddd; color: #333; }

.Contact .order form .btns a.submit { background: #0050C9; color: #fff; }

/* 售后服务网点 */
.ServiceSite .block { height: auto; overflow: hidden; margin: 4% 0; }

.ServiceSite .block .title { font-size: 32px; color: #333; text-align: center; margin-bottom: 15px; }

.ServiceSite .block .dsc { width: 45%; font-size: 16px; line-height: 26px; text-align: center; color: #666; margin: 0 auto 3%; }

.ServiceSite .block .map { position: relative; }

.ServiceSite .block .map img { display: inline-block; }

.ServiceSite .block .map .searchBox { width: 400px; height: 500px; position: absolute; right: 5%; top: 30px; background: #fff; padding: 20px; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11); }

.ServiceSite .block .map .searchBox.active { height: 145px; }

.ServiceSite .block .map .searchBox.active .siteList { display: none; }

.ServiceSite .block .map .searchBox .top { height: auto; overflow: hidden; font-size: 16px; }

.ServiceSite .block .map .searchBox .top .icon-location { font-size: 20px; color: #004abb; vertical-align: -2px; margin-right: 5px; }

.ServiceSite .block .map .searchBox .top .btnCity { color: #004abb; text-decoration: underline; margin: 0 10px; }

.ServiceSite .block .map .searchBox .top .myLocation { color: #000; margin-left: 20px; }

.ServiceSite .block .map .searchBox .top .myLocation .icon-miaozhun { font-size: 20px; vertical-align: -2px; margin-left: 3px; }

.ServiceSite .block .map .searchBox .cityBox { width: 400px; height: 320px; overflow: hidden; position: absolute; left: 0; top: 55px; right: 0; z-index: 1; margin: 0 auto; background: #fff; border: 1px solid #ccc; display: none; }

.ServiceSite .block .map .searchBox .cityBox ul { height: auto; height: 300px; overflow: auto; float: left; text-align: center; padding: 10px 0; background: #fff; }

.ServiceSite .block .map .searchBox .cityBox ul li { font-size: 16px; line-height: 36px; cursor: pointer; }

.ServiceSite .block .map .searchBox .cityBox ul li:hover, .ServiceSite .block .map .searchBox .cityBox ul li.active { background: #f5f5f5; }

.ServiceSite .block .map .searchBox .cityBox ul.province { width: 40%; }

.ServiceSite .block .map .searchBox .cityBox ul.city { width: 60%; }

.ServiceSite .block .map .searchBox form { height: auto; overflow: hidden; border: 1px solid #ccc; padding: 0 10px; margin-top: 20px; }

.ServiceSite .block .map .searchBox form input { width: 310px; height: 40px; line-height: 40px; border: 0; font-size: 16px; }

.ServiceSite .block .map .searchBox form .icon-search { font-size: 22px; cursor: pointer; vertical-align: -4px; }

.ServiceSite .block .map .searchBox .siteList { height: auto; overflow: hidden; margin-top: 15px; position: relative; }

.ServiceSite .block .map .searchBox .siteList .t { height: auto; overflow: hidden; font-size: 16px; border-bottom: 1px solid #ccc; padding-bottom: 10px; line-height: 25px; }

.ServiceSite .block .map .searchBox .siteList .t span { color: #ff7e00; font-weight: bold; }

.ServiceSite .block .map .searchBox .siteList .t .btnFilter { float: right; border: 1px solid #004abb; color: #004abb; line-height: 25px; padding: 0 10px; }

.ServiceSite .block .map .searchBox .siteList .filterBox { width: 100%; height: 330px; position: absolute; background: #fff; left: 0; top: 50px; display: none; }

.ServiceSite .block .map .searchBox .siteList .filterBox span { width: 46%; font-size: 16px; height: 40px; line-height: 40px; background: #eee; display: block; text-align: center; float: left; margin: 15px 2% 0; cursor: pointer; }

.ServiceSite .block .map .searchBox .siteList .filterBox span.active { background: #004abb; color: #fff; }

.ServiceSite .block .map .searchBox .siteList .filterBox span.btn { width: 140px; background: #004abb; color: #fff; float: inherit; margin: 30px auto; }

.ServiceSite .block .map .searchBox .siteList ul { height: auto; max-height: 300px; overflow: auto; margin-top: 10px; }

.ServiceSite .block .map .searchBox .siteList ul li { height: auto; overflow: hidden; border-bottom: 1px dashed #ccc; padding: 20px 0; }

.ServiceSite .block .map .searchBox .siteList ul li h2 { font-size: 16px; color: #000; margin-bottom: 10px; cursor: pointer; }

.ServiceSite .block .map .searchBox .siteList ul li h2 span { width: 18px; height: 18px; line-height: 18px; color: #fff; background: #004abb; display: inline-block; text-align: center; }

.ServiceSite .block .map .searchBox .siteList ul li p { font-size: 14px; color: #666; margin-top: 5px; }

.ServiceSite .block .map .searchBox .siteList ul li p span { border: 1px solid #eee; padding: 2px 8px; margin-right: 10px; display: inline-block; margin-top: 10px; }

.ServiceSite .block .map .searchBox .siteList ul li .lx { width: 145px; line-height: 34px; background: #eaeaea; font-size: 14px; color: #333; text-align: center; display: block; margin-top: 15px; }

.ServiceSite .block .map .searchBox .btnUp { width: 100%; background: #eee; position: absolute; left: 0; bottom: 0; text-align: center; padding: 5px 0; }

.ServiceSite .block .map .searchBox .btnUp .icon-dropUp:before { content: "\e686" !important; }

.ServiceSite .block .list { height: auto; overflow: hidden; }

.ServiceSite .block .list ul { height: auto; overflow: hidden; margin: 0 -10px; }

.ServiceSite .block .list ul li { width: 33.33333%; float: left; padding: 0 10px; margin-bottom: 20px; }

.ServiceSite .block .list ul li .box { height: auto; overflow: hidden; padding: 30px; border: 1px solid #ddd; min-height: 200px; }

.ServiceSite .block .list ul li .box h2 { font-size: 18px; color: #333; }

.ServiceSite .block .list ul li .box p { font-size: 16px; color: #333; margin-top: 10px; position: relative; padding-left: 25px; }

.ServiceSite .block .list ul li .box p i { margin-right: 8px; font-size: 18px; color: #333; position: absolute; left: 0; top: 1px; }

/* 维保常识 */
.Knowledge .block { height: auto; overflow: hidden; margin: 4% 0; }

.Knowledge .block .search { padding: 2% 3%; background: #EEEEEE; margin-top: 2%; }

.Knowledge .block .search .tag { font-size: 28px; color: #004abb; line-height: 45px; }

.Knowledge .block .search .input-box { background: #fff; border-radius: 20px; height: 45px; width: 70%; overflow: hidden; }

.Knowledge .block .search .input-box input { font-size: 16px; width: 95%; height: 100%; padding-left: 15px; float: left; }

.Knowledge .block .search .input-box i { font-size: 20px; line-height: 45px; cursor: pointer; transition: all .4s ease; }

.Knowledge .block .list { padding-bottom: 3%; }

.Knowledge .block .list .item { padding: 3%; border-bottom: 1px solid #DADADA; display: block; }

.Knowledge .block .list .item h2 { color: #060606; font-size: 20px; margin-bottom: 20px; font-weight: bold; }

.Knowledge .block .list .item p { color: #666; font-size: 15px; line-height: 26px; }

.Knowledge .block .list .item i { color: #A4A4A4; font-size: 20px; margin-top: 20px; display: block; }

.Knowledge .block .list .item:hover h2 { color: #0050C9; }

.Knowledge .block .list .item:hover i { color: #0050C9; margin-left: 5px; }

/* 视频列表*/
.Video .list { height: auto; overflow: hidden; padding-bottom: 5%; }

.Video .list .title { font-size: 32px; color: #060606; margin: 4% 3% 3%; }

.Video .list ul { height: auto; overflow: hidden; margin: 0 -15px; display: flex; flex-wrap: wrap; }

.Video .list ul li { width: 33.333%; padding: 0 15px; height: auto; overflow: hidden; float: left; margin-bottom: 2.5%; cursor: pointer; }

.Video .list ul li .img { overflow: hidden; }

.Video .list ul li .img img { width: 100%; transition: all .4s ease; }

.Video .list ul li h2 { color: #060606; font-size: 20px; font-weight: bold; margin-top: 3%; transition: all .4s ease; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.Video .list ul li:hover img { transform: scale(1.1); }

.Video .list ul li:hover h2 { color: #0050C9; }

/* 搜索 */
.Search .title { font-size: 32px; color: #060606; margin: 4% 0 3%; text-align: center; }

.Search .title1 { font-size: 30px; color: #060606; margin-bottom: 2%; }

.Search .list { padding-bottom: 0; margin-bottom: 3%; }

.Search .News .list ul li:hover { background: #fff; }

.Search #content { padding-bottom: 5%; background: #F6F7F9; }

/* 新能源 */
.XnyProduct .block { height: auto; overflow: hidden; margin: 4% 0; }

.XnyProduct .block .imgText { height: auto; overflow: hidden; }

.XnyProduct .block .imgText .img, .XnyProduct .block .imgText .text { width: 50%; height: auto; overflow: hidden; float: left; }

.XnyProduct .block .imgText .img img { width: 100%; height: 100%; object-fit: cover; transition: all .4s ease; }

.XnyProduct .block .imgText .img:hover img { transform: scale(1.1); }

.XnyProduct .block .imgText .text { position: relative; }

.XnyProduct .block .imgText .text img { width: 100%; }

.XnyProduct .block .imgText .text .txt { width: 50%; position: absolute; left: 20%; top: 30%; }

.XnyProduct .block .imgText .text .txt h2 { font-size: 18px; color: #333; margin-bottom: 5%; }

.XnyProduct .block .imgText .text .txt p { font-size: 16px; line-height: 26px; color: #333; }

.XnyProduct .block .imgText .text .txt b { font-size: 30px; }

.XnyProduct .block .list { height: auto; overflow: hidden; margin: 0 -10px; }

.XnyProduct .block .list li { width: 33.33333%; float: left; padding: 0 10px; }

.XnyProduct .block .list li .box { overflow: hidden; position: relative; }

.XnyProduct .block .list li img { width: 100%; transition: all .4s ease; }

.XnyProduct .block .list li .text { position: absolute; left: 0; top: 0; z-index: 1; padding: 10%; }

.XnyProduct .block .list li .text h2 { font-size: 24px; color: #fff; margin-bottom: 8%; }

.XnyProduct .block .list li .text p { font-size: 18px; color: #fff; line-height: 28px; }

.XnyProduct .block .list li:hover img { transform: scale(1.1); }

.XnyProduct .block .imgBox { overflow: hidden; display: block; position: relative; }

.XnyProduct .block .imgBox img { width: 100%; }

.XnyProduct .block .imgBox:hover img { transform: scale(1.05); }

.XnyProduct .block .imgBox i { font-size: 30px; color: #fff; position: absolute; left: 50%; top: 55%; animation: halo 1.5s 0s infinite ease-out; }

.Page404 .content { text-align: center; padding: 200px 0; }

.Page404 .content .icon { margin: 0 auto 20px; display: block; }

.Page404 .content .text { height: auto; overflow: hidden; margin-top: 20px; }

.Page404 .content .text h1 { font-size: 50px; color: #333; display: inline-block; font-weight: bold; }

.Page404 .content .text .p { display: inline-block; }

.Page404 .content .text .p p { width: 100px; font-size: 14px; line-height: 18px; color: #333; float: left; margin: 0 15px; }

.Page404 .content .text .p .btn { width: 180px; height: 38px; line-height: 38px; font-size: 14px; border: 1px solid #0050C9; color: #0050C9; text-align: center; display: block; float: left; }

.Page404 .content .text .p .btn i { font-size: 14px; color: #0050C9; }

/*! 1440以下 小屏 */
@media only screen and (max-width: 1440px) { /* neiBanner */
  .neiBanner .text h2 { font-size: 25px; padding-left: 45px; }
  .neiBanner .text h2:after { width: 32px; height: 2px; top: 15px; }
  .neiBanner .text h1 { font-size: 24px; }
  /* 内切换卡 */
  .neiTabs .item { min-width: 130px; font-size: 14px; line-height: 40px; }
  .container { min-width: 1100px; }
  /* 头部 */
  #header { padding: 20px 0 0; /*下拉菜单*/ }
  #header .bottom .nav .item { font-size: 14px; }
  #header .toggleMenu { top: 126px; }
  #header .toggleMenu .childMenu.childMenu1 .left ul li { line-height: 60px; }
  #header .toggleMenu .childMenu.childMenu1 .left ul li .icon { width: 50px; }
  #header .toggleMenu .childMenu.childMenu1 .left ul li h2 { font-size: 16px; }
  #header .toggleMenu .childMenu.childMenu1 .center .childCate { height: 340px; }
  #header .toggleMenu .childMenu.childMenu1 .center .childCate li { font-size: 16px; line-height: 60px; }
  #header .toggleMenu .childMenu.childMenu1 .right .tt { font-size: 18px; }
  #header .toggleMenu .childMenu.childMenu1 .right .other .oitem { font-size: 14px; line-height: 38px; }
  #header .toggleMenu .childMenu.childMenu1 .right .tel4 .ttt { font-size: 16px; }
  #header .toggleMenu .childMenu.childMenu1 .right .tel4 h1 { font-size: 20px; }
  #header .toggleMenu .childMenu.childMenu2 .left .tt, #header .toggleMenu .childMenu.childMenu2 .right .tt { font-size: 18px; }
  #header .toggleMenu .childMenu.childMenu2 .left ul li { font-size: 14px; line-height: 38px; }
  /* 底部 */
  #footer .top .left .qr .box { width: 78px; margin-right: 7%; }
  #footer .top .left .qr .box p { line-height: normal; }
  #footer .top .right dl { margin-left: 6%; }
  /* 页 */
  .Index .btnC { font-size: 15px; }
  .Index .product .slideBox .slide .swiper-slide .text h1 { font-size: 36px; }
  .Index .product .slideBox .slide .swiper-slide .text h3 { font-size: 16px; }
  .Index .product .slideBox .slide .swiper-slide .text p { font-size: 14px; line-height: 24px; }
  .Index .about .advantage { height: 500px; }
  .Index .about .advantage .box { top: 16%; }
  .Index .about .advantage .box .since { width: 198px; }
  .Index .about .advantage .box h1 { font-size: 28px; }
  .Index .about .advantage .box .btn { font-size: 15px; }
  .Index .about .strength .left ul { width: 750px; }
  .Index .about .strength .left ul li { width: 240px; height: 285px; }
  .Index .about .strength .left ul li.li1 { margin-top: 90px; }
  .Index .about .strength .left ul li.li2 { margin-top: -100px; }
  .Index .about .strength .left ul li.li3 { margin-top: 45px; }
  .Index .about .strength .left ul li .text { padding-top: 135px; }
  .Index .about .strength .left ul li h1 { font-size: 16px; }
  .Index .about .strength .left ul li h1 b { font-size: 36px; }
  .Index .about .strength .left ul li p { font-size: 14px; }
  .Index .about .strength .right h1 { font-size: 28px; }
  .Index .about .strength .right p { font-size: 14px; }
  .Index .case .slide1 .text { padding: 30% 0 8%; }
  .Index .case .slide1 .text h1 { font-size: 28px; }
  .Index .case .slide1 .text p { font-size: 14px; }
  .Index .news .title h1 { font-size: 72px; }
  .Index .news .title h2 { font-size: 28px; margin-top: -40px; }
  .Index .news ul li .text h2 { font-size: 16px; }
  /* 产品列表 */
  .Product .tabs .title { font-size: 22px; line-height: 40px; }
  .Product .tabs ul li { font-size: 14px; line-height: 40px; }
  .Product .list ul li .box { padding: 30px 20px; }
  .Product .list ul li h2 { font-size: 18px; }
  .Product .list ul li .btns a { line-height: 36px; }
  /* 产品详情 */
  .ProductXq .neiBanner h2 { font-size: 40px; padding: 0; }
  .ProductXq .neiBanner h1 { font-size: 32px; }
  .ProductXq .neiBanner .btn { width: 160px; line-height: 45px; font-size: 14px; }
  .ProductXq .snav .title { font-size: 20px; line-height: 63px; margin-right: 60px; }
  .ProductXq .snav .nav .item { line-height: 63px; font-size: 15px; }
  .ProductXq .info .right { padding: 10% 5.5% 0; }
  .ProductXq .info .right h2 { font-size: 22px; }
  .ProductXq .info .right h2 b { font-size: 28px; }
  .ProductXq .info .right p { font-size: 14px; line-height: 24px; }
  .ProductXq .info .right ul li { font-size: 14px; line-height: 24px; }
  .ProductXq .info .right .btns { height: auto; overflow: hidden; margin-top: 10%; }
  .ProductXq .info .right .btns a { width: 180px; line-height: 45px; font-size: 15px; margin-right: 20px; }
  .ProductXq .info .right .btns a i { font-size: 22px; vertical-align: -3px; margin-right: 5px; }
  .ProductXq .tedian .bg { height: 150px; }
  .ProductXq .tedian .bg .text { font-size: 26px; }
  .ProductXq .canshu .title { font-size: 26px; }
  .ProductXq .canshu .tips { font-size: 14px; color: #666; }
  .ProductXq .order .title { font-size: 26px; }
  .ProductXq .order form .row input { height: 48px; font-size: 14px; }
  .ProductXq .order form .row textarea { height: 200px; font-size: 14px; }
  .ProductXq .order form .btns { height: auto; overflow: hidden; margin-top: 2.5%; text-align: center; }
  .ProductXq .order form .btns a { width: 200px; line-height: 48px; font-size: 16px; }
  .ProductXq .case .title { font-size: 26px; }
  .ProductXq .case ul li a .text { font-size: 15px; padding: 15px 20px; }
  .ProductXq .relevant .title { font-size: 26px; }
  .ProductXq .relevant ul li .box { padding: 30px 20px; }
  .ProductXq .relevant ul li h2 { font-size: 18px; }
  .ProductXq .relevant ul li .btns a { line-height: 36px; }
  /* 新闻列表 */
  .News .list .title { font-size: 24px; }
  .News .list ul li .right .text h2 { font-size: 16px; margin-bottom: 20px; }
  .News .list ul li .right .text p { font-size: 14px; line-height: 22px; height: 44px; }
  .News .list ul li .right .other h3 { font-size: 24px; }
  .News .list ul li .right .other h4 { font-size: 14px; }
  .News .list ul li .right .other .arrow { width: 30px; line-height: 30px; }
  /* 实力宇通 */
  .Strength .enter ul li .title { font-size: 22px; }
  .Strength .enter ul li .title .iconfont { font-size: 20px; }
  /* 公司简介 */
  .About .info .bg .text { top: 15%; }
  .About .info .bg .text .box h2 { font-size: 18px; }
  .About .info .bg .text .box p { font-size: 14px; line-height: 24px; margin-top: 10px; }
  .About .info .details ul li { width: 33.33333%; float: left; padding: 0 30px; }
  .About .info .details ul li .box { height: 195px; }
  .About .info .details ul li .box h1 { font-size: 24px; }
  .About .info .details ul li .box h1 img { vertical-align: -8px; width: 36px; }
  .About .info .block .item .text { padding-top: 5%; }
  .About .info .block .item .text p { line-height: 26px; }
  /* 公司文化 */
  .Culture .info .dsc { font-size: 15px; }
  .Culture .info ul li h2 { font-size: 18px; }
  .Culture .info ul li p { font-size: 14px; line-height: 22px; }
  /* 领导关怀 */
  .LeaderCare .info .title { font-size: 24px; margin-bottom: 10px; }
  .LeaderCare .info .dsc { font-size: 14px; }
  .LeaderCare .times-list .fl .text-box h2, .LeaderCare .times-list .fr .text-box h2 { font-size: 16px; line-height: 26px; }
  .LeaderCare .times-list .fl .text-box p, .LeaderCare .times-list .fr .text-box p { font-size: 14px; line-height: 24px; }
  .LeaderCare .times-list .fl .icon-arrowRight, .LeaderCare .times-list .fr .icon-arrowRight { font-size: 18px; }
  .LeaderCare .times-list .fl .deta, .LeaderCare .times-list .fr .deta { font-size: 30px; }
  .LeaderCare .times-list .fl .deta i, .LeaderCare .times-list .fr .deta i { font-size: 18px; }
  .LeaderCare .times-list .fr .deta { left: -115px; }
  /* 福利政策 */
  .Welfare .block .item .box h2 { font-size: 18px; }
  .Welfare .block .item .box p { font-size: 14px; line-height: 22px; }
  .Welfare .block .item .box.box1 { padding: 10% 0 0; }
  /* 招聘 */
  .recruitment .block .title { font-size: 24px; }
  .recruitment .block.block1 .list ul li .box img { width: 60px; }
  .recruitment .block.block1 .list ul li .box h2 { font-size: 18px; }
  .recruitment .block.block1 .list ul li .box p { font-size: 14px; line-height: 24px; }
  .recruitment .block.block2 .text .title { font-size: 34px; }
  .recruitment .block.block2 .text p { font-size: 16px; line-height: 34px; }
  /* 联系我们 */
  .Contact .block .fx { margin-top: -70px; }
  .Contact .block .fx .box ul li img { width: 60px; }
  .Contact .block .fx .box ul li h2 { font-size: 16px; }
  .Contact .block .fx .box ul li h1 { font-size: 18px; }
  .Contact .block #allmap { height: 500px; }
  .Contact .order .title { font-size: 24px; }
  .Contact .order .dsc { font-size: 14px; }
  .Contact .order form .row input { height: 48px; font-size: 14px; }
  .Contact .order form .row textarea { height: 200px; font-size: 14px; }
  .Contact .order form .btns { height: auto; overflow: hidden; margin-top: 2.5%; text-align: center; }
  .Contact .order form .btns a { width: 200px; line-height: 48px; font-size: 16px; }
  /* 售后服务网点 */
  .ServiceSite .block .title { font-size: 24px; margin-bottom: 10px; }
  .ServiceSite .block .dsc { font-size: 14px; }
  .ServiceSite .block .map .searchBox { height: 500px; }
  .ServiceSite .block .map .searchBox.active { height: 145px; }
  .ServiceSite .block .map .searchBox .top { font-size: 14px; }
  .ServiceSite .block .map .searchBox .top .icon-location { font-size: 18px; }
  .ServiceSite .block .map .searchBox .top .myLocation .icon-miaozhun { font-size: 18px; }
  .ServiceSite .block .map .searchBox .cityBox { height: 320px; }
  .ServiceSite .block .map .searchBox .cityBox ul { height: 300px; }
  .ServiceSite .block .map .searchBox .cityBox ul li { font-size: 14px; line-height: 32px; }
  .ServiceSite .block .map .searchBox form input { font-size: 14px; }
  .ServiceSite .block .map .searchBox form .icon-search { font-size: 20px; }
  .ServiceSite .block .map .searchBox .siteList .t { font-size: 14px; }
  .ServiceSite .block .map .searchBox .siteList .filterBox { height: 330px; }
  .ServiceSite .block .map .searchBox .siteList .filterBox span { font-size: 14px; height: 36px; line-height: 36px; }
  .ServiceSite .block .map .searchBox .siteList ul li h2 { font-size: 14px; }
  .ServiceSite .block .map .searchBox .siteList ul li p { font-size: 13px; }
  .ServiceSite .block .map .searchBox .siteList ul li .lx { font-size: 13px; }
  .ServiceSite .block .list ul li .box { min-height: 190px; }
  .ServiceSite .block .list ul li .box h2 { font-size: 16px; }
  .ServiceSite .block .list ul li .box p { font-size: 14px; padding-left: 25px; }
  .ServiceSite .block .list ul li .box p i { margin-right: 8px; font-size: 16px; top: 2px; }
  /* 维保常识 */
  .Knowledge .block .search .tag { font-size: 22px; }
  .Knowledge .block .search .input-box input { font-size: 14px; }
  .Knowledge .block .search .input-box i { font-size: 18px; }
  .Knowledge .block .list .item h2 { font-size: 16px; margin-bottom: 15px; }
  .Knowledge .block .list .item p { font-size: 14px; line-height: 24px; }
  .Knowledge .block .list .item i { font-size: 18px; margin-top: 15px; }
  /* 视频列表*/
  .Video .list .title { font-size: 24px; }
  .Video .list ul li h2 { font-size: 16px; }
  /* 搜索 */
  .Search .title { font-size: 24px; }
  .Search .title1 { font-size: 22px; }
  /* 新能源 */
  .XnyProduct .block { margin: 4% 0; }
  .XnyProduct .block .imgText .text .txt { left: 20%; top: 30%; }
  .XnyProduct .block .imgText .text .txt h2 { font-size: 16px; }
  .XnyProduct .block .imgText .text .txt p { font-size: 14px; line-height: 26px; color: #333; }
  .XnyProduct .block .imgText .text .txt b { font-size: 22px; }
  .XnyProduct .block .list li .text h2 { font-size: 18px; }
  .XnyProduct .block .list li .text p { font-size: 14px; line-height: 20px; } }
