@charset "utf-8";

/* public*/
.w1200{width:1200px;margin:0 auto;}
.tx-l{text-align:left;}
.tx-c{text-align:center;}
.tx-r{text-align:right;}
.ufl{float:left;}
.ufr{float:right;}
.row.marlg0{margin-right:0;margin-left:0;}
.row .padlg0{padding-right:0;padding-left:0;}
.text img{max-width:100%;}
.col-zs{color:#327cbe;}
.font-18{font-size:18px;}
.font-46{font-size:46px;}
.dtable{display:table;width: 100%;height:100%;}
.dtable .dtcell{display:table-cell;vertical-align:middle;}
.block{display:block;}
.pull-left a,.pull-right a{cursor: pointer;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    transition: all 0.3s ease;
}
a:hover, a:focus {color: #0374c2;text-decoration:none;}

.header-wrapper{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    padding:0 2.25%;
    z-index:9999;
    border-bottom:1px solid rgba(255,255,255,0.26);
} 
.header-wrapper .navbar-default{
    background:none;
    border-width:0;
    margin-bottom:0;
}
/* .header-wrapper .navbar-nav{width: 100%;} */
.header-wrapper .navbar-brand{height:auto;}
.erj-nav dl{display:none;}

.indexHead:after {
    width: 100%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    display: inline;
    height: 95px;
    height: 100%;
    background: #fff;
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: -1;
}
.indexHead.activeHead:after {
    top: 0;
}
.header-wrapper .navbar-nav > li{
    padding:0px 10px;
    font-size:18px;
    border-radius:5px;
    
}

.navbar-default .navbar-nav > li > a{
    color:#fff;
    padding:0 20px;
    height: 30px;
    line-height: 30px;
    border-radius:30px;
}
.navbar-default .navbar-nav > li.lang{
    width: 73px;
    height: 20px;
    background: url(../Images/ico_lang.png);
    margin-top: 5px;
    font-size: 0;
    padding:0;
}
.navbar-default .navbar-nav > li.lang a{
    display: inline-block;
    width: 50%;
    height: 20px;
    padding:0;
    background: transparent!important;
}
.activeHead .navbar-default .navbar-nav > li > a{color:#000;}
/* .navbar-nav > li.on > a,.navbar-nav > li:hover > a{border-bottom-color: #2c387a;} */
/* .navbar-default .navbar-nav > li > a:after{
    display: block;
    width:6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -3px;
} */
.activeHead .navbar-default .navbar-nav > li > a:after{background:#333;}
.activeHead .navbar-default .navbar-nav > li.on > a:after,
.navbar-default .navbar-nav > li.on > a:after,
.navbar-default .navbar-nav > li:hover > a:after{background:#00ac97;}
/* .header-wrapper .navbar-collapse{padding:0;margin-top:30px;} */

/* .header-wrapper .navbar-nav > li:hover,.header-wrapper .navbar-nav > li.on{
    background:#c3262d;
    color:#fff;
} */

.head-nav-w{margin-top:45px;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.header-wrapper .navbar-nav > li:hover a,
.header-wrapper .navbar-nav > li.on a{
    color:#fff;
    background: #0374c2;
}

.header-wrapper .navbar-nav > li dl{
    position: absolute;
    top:100%;
    left: -20px;
    right: -20px;
    padding-top:36px;
    text-align: center;
    display: none;
}
.header-wrapper .navbar-nav > li dl dd{background: #2c387a;line-height: 40px;}
.header-wrapper .navbar-nav > li dl dd a{
    color:#fff!important;
    font-family:"SourceHanSansCNLight";
    font-size: 16px;
}
.header-wrapper .navbar-nav > li dl dt{
    height: 4px;
    background: #fff;
    position: relative;
}
.header-wrapper .navbar-nav > li dl dt i{
    display: block;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom:8px solid #fff;
    border-left: 8px solid transparent;
    position: absolute;
    top:-8px;
    left: 50%;
    margin-left: -8px;
}
.header-wrapper .search{margin-top: 10px;position: relative;}
.header-wrapper .search input.inputs1{
    width: 165px;
    height: 28px;
    border-width: 0;
    outline: none;
    box-shadow: none;
    background: rgba(255,255,255,0.57);
    border-radius:28px;
}
.activeHead.header-wrapper .search input.inputs1{background: rgba(44,56,122,0.17);}
.header-wrapper .search input.sub{
    width:28px;
    height: 28px;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 2;
    border-width: 0;
    outline: none;
    background: url(../Images/ico_sea.png) center center no-repeat;
}

.ban-txt{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color:#fff;
}
.ban-txt h3{
    font-size: 60px;
    font-family:"SourceHanSansCNMedium";
    opacity: 0;
}
.ban-txt .line{
    max-width: 200px;
    height: 1px;
    background: #fff;
    margin:15px auto 10px;
    opacity: 0;
}
.ban-txt p{
    font-size: 36px;
    text-transform: uppercase;
    font-family:'Antonio',arial;
    opacity: 0;
}

.index-prev,.index-next{
    width: 54px;
    height: 106px;
    background: url(../Images/ico_prev.png);
    background-size: cover;
    position: absolute;
    top:50%;
    margin-top: -53px;
    z-index: 5;
}
.index-prev{left: 2.5%;}
.index-next{
    right:2.5%;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}


.products-list .img-boxs{
    position: relative;
}
/* .products-list .img-boxs img{width: 100%;} */
.products-list .img-boxs .shaw-boxs{
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left: 0;
    background: rgba(3,116,194,0.89);
    z-index: 3;
    color:#fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .img-boxs:hover .shaw-boxs{opacity: 1;}
.products-list .img-boxs .shaw-boxs .mes{
    position: absolute;
    top:50%;
    right: 10px;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.products-list .img-boxs .shaw-boxs .mes .p1{
    line-height:26px;
    font-size: 18px;
}
.products-list .img-boxs .shaw-boxs .mes .p2{
    line-height:24px;
    font-size: 16px;
    max-height:48px;
    overflow: hidden;
}
.products-list .img-boxs .shaw-boxs .mes .tigs{
    font-size:0px;
    font-family: "SourceHanSansCNRegular";
    text-align: center;
}
.products-list .img-boxs .shaw-boxs .mes .tigs li{
    display: inline-block;
    font-size: 14px;
    height: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    padding:0 7px;
}
.products-list .img-boxs .shaw-boxs .mes .tigs li+li{border-left: 1px solid #fff;}
.products-list .img-boxs .shaw-boxs .mes .tigs li:nth-child(n + 5){display: none;}
.products-list .img-boxs .shaw-boxs .mes .line{
    width: 36px;
    height: 3px;
    background: #fff;
    margin: 15px auto 15px;
}
.ico-link{
    display: block;
    width: 50px;
    height: 50px;
    background: url(../Images/ico_link.png) center no-repeat;
    background-size: cover;
    margin:20px auto 0;
}
.products-list .txt{margin-bottom:50px;}
.products-list .txt h4{
    font-size: 22px;
    color:#444;
    margin-top:30px;
}
.products-list .txt .tigs2{
    line-height: 24px;
    height: 48px;
    overflow:hidden;
}
.products-list .txt .tigs2,.case-list .txt .p{
    font-size: 18px;
    color:#888;
}
.case-list .txt .p{
    margin-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.products-list .txt .tigs2 li{
    float: left;
}
.products-list .txt .tigs2 li a{
    display: inline-block;
    height: 14px;
    vertical-align: bottom;
    line-height: 10px;
}
.products-list .txt .tigs2 li+li a{
    padding-left: 10px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
}
.products-list{
    padding-top: 55px;
}
.home-about{
    padding-top: 55px;
    background: #f1f1f1;
}
.home-about .img-boxs{
    margin-bottom: -40px;
    max-width: 679px;
}
.home-about .img-boxs img{width: 100%;}
.home-about .txt{padding-left: 60px;}
.home-about .txt .title .title-inline{
    display: inline-block;
    position: relative;
}
.home-about .txt .title .title-inline .g{
    font-size: 162px;
    font-weight: bold;
    font-family: arial;
    color:#000;
    line-height: 1;
    opacity: 0.05;
}
.home-about .txt .title .title-inline .n{
    font-size: 40px;
    color:#0374c2;
    font-family: "SourceHanSansCNMedium";
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.home-about .txt .title .title-inline i.line{
    position: absolute;
    top:50%;
    right: 105%;
    width: 130px;
    height: 2px;
    background: #0374c2;
    z-index: 4;
}
.home-about .txt .p{
    font-size: 18px;
    line-height: 36px;
    color:#555;
    padding-left: 45px;
    margin-bottom: 70px;
}
.home-about .txt .links{text-align: center;margin-bottom:-40px;}
.home-about .txt .links .item{
    display: inline-block;
    width: 140px;
    color: #fff;
    padding:20px 0 15px;
    margin:0 8px;
}
.home-about .txt .links .item .pp{
    font-size: 18px;
    margin-top: 5px;
}
.home-about .txt .links .item1{
    background: #0374c2;
}
.home-about .txt .links .item2{
    background: #0d9afb;
}
.home-about .txt .links .item3{
    background: #1c62b0;
}
.ab-ico{
    display: block;
    height: 44px;
}
.ab-ico1{
    background: url(../Images/ico_01.png) center no-repeat;
    background-size: auto 100%;
}
.ab-ico2{
    background: url(../Images/ico_02.png) center no-repeat;
    background-size: auto 100%;
}
.ab-ico3{
    background: url(../Images/ico_03.png) center no-repeat;
    background-size: auto 100%;
}
.home-news-boxs{
    margin-top: 170px;
}
.home-news-boxs .img{margin-right: 70px;}
.title-s2{
    text-align: center;
    margin-bottom: 80px;
}
.title-s2 h4{
    font-size: 40px;
    font-family: "SourceHanSansCNMedium";
    color:#000;
}
.title-s2 .line{
    width: 65px;
    height: 3px;
    background: #137cc5;
    margin:0 auto;
}
.home-news{overflow: hidden;}
.home-news-boxs .txt{
    padding:70px;
}
.home-news-boxs .txt h3{
    font-size: 40px;
    color:#137cc5;
    font-family: "SourceHanSansCNMedium";
    line-height:1.5;
    margin-top: 0;
    margin-bottom:30px;
}
.home-news-boxs .txt .p{
    font-size: 18px;
    color:#555;
    line-height: 1.5;
}
.news-swp-boxs{
    position: relative;
    z-index: 6;
    background: #137cc5;
    padding-left:70px;
    margin-top: -80px;
}
.news-swp-boxs .title{
    position: absolute;
    bottom:100%;
    left: 70px;
    font-size: 162px;
    font-family: arial;
    color:#000;
    font-weight: bold;
    line-height: 0.7;
}
.news-swp-boxs .title span{opacity: 0.04;}
.news-swp-boxs .title .line{
    position: absolute;
    top:50%;
    left: 10px;
    width:2px;
    height: 150px;
    background: #1a72af;
}
.news-swp-boxs .con{
    position: relative;
    padding:30px 0;
}
.news-swp-boxs .con:after{
    position: absolute;
    top:0;
    right: 100%;
    bottom:0;
    width: 1200px;
    background: #137cc5;
    content: '';
}
.news-swp-page{
    position: absolute;
    left: 100%;
    top:0;
    bottom:0;
    width: 180px;
    background: #137cc5;
    z-index: 3;
}
.news-swp-boxs .swiper-slide{text-align: center;}
.news-swp-boxs .swiper-slide a{
    font-size: 18px;
    color:#fff;
}
.news-swp-boxs .swiper-container .swiper-slide i{
    position: absolute;
    top:3px;
    left: -2px;
    width: 1px;
    height: 20px;
    background: #fff;
}
.news-swp-page .page-con{
    position: absolute;
    top:50%;
    left:0;
    width: 100%;
    text-align: center;
}
.news-swp-page .page-con .prevs{
    display: inline-block;
    border-right:8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin: 0 4px;
}
.news-swp-page .page-con .nexts{
    display: inline-block;
    border-left:8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin: 0 4px;
}
.home-contact{
    background: url(../Images/bg.jpg) center no-repeat;
    padding:45px 0 100px;
}
.home-contact .title-s2{margin-bottom:50px;}
.home-contact .title-s2 h4{color:#fff;}
.home-contact .mes{padding:0 70px;color:#e3e3e3;}
.mes-left .title .ico-address-1{
    float: left;
    width: 92px;
    height: 92px;
    background: url(../Images/ico_04.png) center no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.mes-left .title .ico-address-2{
    float: left;
    width: 92px;
    height: 92px;
    background: url(../Images/ico_05.png) center no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.mes-left .title .n{
    line-height: 92px;
    font-size: 24px;
}
.contact-ul{margin-top: 10px;}
.contact-ul li{
    font-size: 18px;
    line-height: 32px;
}
.gz-con .title{margin-top:50px;font-size: 24px;}
.gz-con table tr td p{
    font-size: 14px;
    padding-right: 15px;
}
.gz-con{padding-right: 50px;}
.gz-shar{
    width: 131px;
    height: 27px;
    background: url(../Images/ico_shar.png);
    margin-top:15px;
    font-size: 0;
}
.gz-shar a{
    display: inline-block;
    width: 33.33%;
    height: 27px;
}
.footer{
    padding:22px 0;
    font-size: 16px;
    color:#555;
    border-top:1px solid #eee;
}
.footer-nav{
    font-size: 0;
    text-align: right;
}
.footer-nav a{
    display: inline-block;
    position: relative;
    font-size: 16px;
}
.footer-nav a+a{
    padding-left: 10px;
    margin-left: 10px;
}
.footer-nav a+a:after{
    display: block;
    width: 0;
    height: 12px;
    border-left: 1px solid #666;
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
}

.products-nav{
    border-bottom:1px solid #e2e2e2;
    margin-top: 50px;
}
.products-nav ul li{
    float: left;
    width: 33.333333%;
    text-align: center;
    padding-bottom:40px;
    position: relative;
}
.products-nav ul li i.sj{
    position:absolute;
    bottom:0;
    left: 50%;
    margin-left: -10px;
    display: none;
}
.products-nav ul li.on i.sj{display: block;}
.products-nav ul li i.sj:after{
    display: block;
    width: 0;
    height: 0;
    border-bottom:10px solid #e2e2e2;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    z-index: 2;
}
.products-nav ul li i.sj:before{
    display: block;
    width: 0;
    height: 0;
    border-bottom:10px solid #fff;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    content: '';
    position: absolute;
    bottom:-1px;
    left:0;
    z-index: 3;
}
.products-nav ul li .ico img{
    height:90px;
    margin:0 auto;
}
.products-nav ul li .ico .img2{
    display: none;
}
.products-nav ul li.on .ico .img1{display: none;}
.products-nav ul li.on .ico .img2{display: block;}
.products-nav ul li .cm{
    font-size: 28px;
    color:#444;
}
.products-nav ul li.on .cm{color:#0374c2;}
.products-nav-2{padding-top:40px;}
.products-nav-2 ul {
    font-size: 0;
    text-align: center;
    padding:0 30px;
    display: none;
}
.products-nav-2 ul.on{display: block;}
.products-nav-2 ul li{
    display: inline-block;
    margin:0 4px 17px 3px;
    font-size: 18px;
    color:#434343;
    padding:10px 25px;
    border:1px solid #e2e2e2;
}
.products-nav-2 ul li.on{color:#0374c2;}
.more-s2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
}
.more-s2 a i{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../Images/ico_more.png);
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
}
.more-s2 a{
    display: inline-block;
    line-height: 30px;
    font-size: 30px;
    color:#000;
}

.case-nav ul li{
    width: 12.5%;
}
.case-nav ul li .ico{padding-bottom: 10px;}
.case-nav ul li .ico img{
    height: 75px;
}
.case-nav ul li+li .ico{
    border-left:1px solid #e2e2e2;
}
.case-list .txt{
    border:1px solid #e2e2e2;
    padding:0 25px 25px;
}
.case-list .txt h4{
    padding-bottom: 20px;
    border-bottom:1px solid #e2e2e2;
    margin-top: 25px;
    margin-bottom: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.more-s3{position: relative;}
.more-s3 a{
    position: absolute;
    right: 0;
    bottom:5px;
    width: 35px;
    height: 11px;
    background: url(../Images/ico_more2.png);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.more-s3 a:hover{-webkit-transform:translateX(8px);transform:translateX(8px);}
.about-nav{
    padding:25px 0;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 55px;
}
.about-nav ul{
    padding:0 10%;
    font-size: 0;
    text-align: center;
}
.about-nav ul li{
    display: inline-block;
    width: 25%;
    font-size: 24px;
    color: #444;
}
.about-nav ul li a{
    display: inline-block;
    position: relative;
}
.about-nav ul li.on a{color:#0374c2;}
.about-nav ul li a i{
    position: absolute;
    top:100%;
    left: 50%;
    width: 24px;
    height: 4px;
    background: #0374c2;
    margin-top: 8px;
    margin-left: -12px;
    display: none;
}
.about-nav ul li.on a i{display: block;}
.title-s4{
    text-align: center;
    margin-bottom: 55px;
}
.title-s4 .title-inline{
    display: inline-block;
    position: relative;
}
.title-s4 .title-inline .g{
    font-size: 162px;
    font-weight: bold;
    font-family: arial;
    color:#000;
    opacity: 0.12;
}
.title-s4 .title-inline .n{
    font-size: 36px;
    color:#444;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.about-ry{margin-top: 30px;margin-bottom: 30px;}
.title-s5{font-size: 36px;color:#444;}
.about-ry .title-s5{margin-top:55px;}
.ry-list .img img{margin: 0 auto;}

.about-section3{
    background: #f9f9f9;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 160px;
}
.about-section3 .title{
    font-size: 36px;
    color:#000;
    margin-bottom: 110px;
}
.about-develop{position: relative;}
.about-develop .line{
    width: 100%;
    height: 1px;
    background:#dcdcdc;
    position: absolute;
    top:68px;
    left: 0;
}
.about-develop-swp {position: relative;z-index: 5;}
.about-develop-swp .tdate{
    font-size: 36px;
    line-height: 40px;
    color:#555;
    font-family: "SourceHanSansCNMedium";
    margin-bottom: 20px;
}
.about-develop-swp .active .tdate{
    font-size: 36px;
    font-family: "SourceHanSansCNBold";
    color:#0374c2;
}
.about-develop-swp h4{
    margin-top:50px;
    font-size: 16px;
    line-height: 24px;
    color:#666;
}
.ico-ydl{
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background:#dcdcdc;
    border:2px solid #fff;
    margin: 3px auto 0;
    position: relative;
}
.ico-ydl i{
    position: absolute;
    top:20px;
    left: 50%;
    height: 24px;
    width: 1px;
    background: #bfbfbf;
}
.about-develop-swp .prev-sm{
    position: absolute;
    top:50px;
    left: 0;
    z-index: 3;
}
.about-develop-swp .next-sm{
    position: absolute;
    top:50px;
    right: 0;
    z-index: 3;
}
.prev-sm, .next-sm {
    width: 36px;
    height: 36px;
    background: url(../Images/ico_prev3.png);
    cursor: pointer;
}
.next-sm {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.js-con{
    max-width: 1200px;
    padding-top:40px;
    margin:0 auto;
}
.title-s7{
    text-align: center;
    margin-bottom: 70px;
}
.title-s7 h3{
    font-size: 28px;
    color:#444;
}
.title-s7 p{
    font-size: 16px;
    color:#555;
    line-height: 30px;
}
.js-list ul li .title{
    padding:15px 30px;
    position: relative;
    border-bottom:1px solid #e2e2e2;
    font-size: 22px;
    color:#444;
    cursor: pointer;
}
.js-list ul li .title .ico-ls{
    position: absolute;
    top:50%;
    left: 10px;
    width: 8px;
    height: 8px;
    background: url(../Images/ico_08.png) center no-repeat;
    margin-top:-4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.js-list ul li.on .title .ico-ls{
    transform: rotate(90deg);
}
.js-list ul li .title .ico-rs{
    position: absolute;
    top:50%;
    right: 30px;
    width: 17px;
    height: 17px;
    background: url(../Images/ico_06.png) center no-repeat;
    margin-top: -7px
}
.js-list ul li.on .title .ico-rs{background: url(../Images/ico_07.png) center no-repeat;}
.js-list ul li .mes{
    padding:25px 10% 25px 30px;
    font-size: 16px;
    line-height: 30px;
    color:#888;
    border-bottom: 1px solid #e2e2e2;
    display: none;
}
.js-con .page{
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact-wrap{
    padding-top: 70px;
    padding-bottom: 35px;
    background: #f9f9f9;
}
.contact-row .boxs{
    height: 369px;
    padding:60px 55px 10px;
    background: #fff;
    box-shadow: 0 0 10px 2px #ccc;
    margin-bottom: 56px;
}
.contact-row .title .ico-address-3{
    float: left;
    width: 92px;
    height: 92px;
    background: url(../Images/ico_09.png) center no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.contact-row .title .ico-address-4{
    float: left;
    width: 92px;
    height: 92px;
    background: url(../Images/ico_10.png) center no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.contact-row .title .n {
    line-height: 92px;
    font-size: 24px;
}
.gz-shar2{background: url(../Images/ico_shar2.png);}
.title-s8{margin-bottom:45px;color:#2e2e2e;}
.title-s8 .nl{font-size: 24px;}
.contact-row .form-group{
    position: relative;
    padding-left: 40px;
}
.contact-row .form-group .input{
    height: 36px;
    border:1px solid #bcbcbc;
    background: #eaeaea;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
}
.contact-row .form-group .lab{
    position: absolute;
    left: 0;
    top:0;
    line-height: 36px;
    font-size: 16px;
    color:#666;
}
.contact-row .form-group textarea{
    height: 76px;
    border:1px solid #bcbcbc;
    background: #eaeaea;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
}
.contact-row .form-group .sub{
    width: 120px;
    height: 34px;
    border-width: 0;
    font-size: 24px;
    color:#fff;
    background: #000;
    border-radius: 10px;
}
.contact-mes-table{margin-left: 100px;max-width: 335px;}
.contact-mes-table p{padding-right: 30px;}

.news-group .news-row{
    margin-bottom:70px;
}
.news-group .news-row .mes{padding:0 50px;}
.news-group .news-row .mes h4{
    font-size: 24px;
    color:#444;
    margin-top: 25px;
    margin-bottom: 25px;
}
.news-group .news-row .mes .date{
    font-size: 14px;
    color:#888;
    font-family: arial;
}
.news-group .news-row .mes .p{
    font-size: 18px;
    line-height: 30px;
    height: 120px;
    color:#888;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 50px;
}
.news-more a{
    display: inline-block;
    padding:0 40px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color:#fff;
    background: #000;
    border-radius: 42px;
}

.products-detail{margin-top: 50px;}
.products-detail-imgs{position: relative;}
.products-detail-imgs img{width: 100%;}
/* .products-detail-imgs .sm-img{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    background: rgba(0,0,0,0.16);
    z-index: 3;
} */
.products-detail-imgs .sm-img{
    padding:10px 0;
}
.products-detail-imgs .sm-img .swiper-slide,.products-detail-imgs .gallery-top{
    border:1px solid #e0e0e0;
}
.products-detail-imgs .index-prev,.products-detail-imgs .index-next{
    width: 36px;
    height: 71px;
    margin-top: -35px;
    opacity: 0.8;
}
.products-detail .mes{padding:0 15px;}
.pro-det-td{
    margin-top: -10px;
    font-size: 22px;
    color:#444;
    margin-bottom: 30px;
}
.pro-det-tigs{margin-right: -10px;margin-left: -10px;}
.pro-det-tigs li{
    float: left;
    width: 20%;
    padding:0 10px;
    text-align: center;
}
.pro-det-tigs li img{margin:0 auto;}
.pro-det-tigs li p{
    font-size: 18px;
    color:#555;
    margin-top:10px;
}
.products-detail .mes .ps{
    margin-top: 40px;
    font-size: 18px;
    color:#555;
    line-height: 30px;
    margin-bottom: 45px;
}
.products-detail .mes .ty{
    font-size: 22px;
    color:#444;
    margin-bottom: 10px;
}
.pro-det-ty li{
    float: left;
    height: 36px;
    line-height: 34px;
    font-size: 18px;
    color:#555;
    padding:0 15px;
    border:1px solid #cbcbcb;
    margin-right: 5px;
    margin-bottom: 10px;
}
.prod-det-nav{
    margin-top:70px;
    margin-bottom: 50px;
    border-bottom:1px solid #e2e2e2;
}
.prod-det-nav ul li{
    float: left;
    margin-right: 90px;
}
.prod-det-nav ul li a{
    display: inline-block;
    position: relative;
    font-size: 24px;
    color:#444;
    padding-bottom: 13px;

}
.prod-det-nav ul li a i{
    position: absolute;
    bottom:-3px;
    width: 40px;
    height: 6px;
    background: #0374c2;
    left: 50%;
    margin-left: -20px;
    display: none;
}
.prod-det-nav ul li.on a i{display: block;}
.pro-other-list{
    margin-top: 60px;
    margin-bottom: 50px;
}
.pro-other-list p{
    padding:0 10px;
    font-size: 18px;
    color:#444;
    margin-top: 20px;
}
.case-det-wrap .mes .ps{
    font-size: 16px;
    line-height: 30px;
    color:#888;
    min-height: 220px;
    margin-bottom: 40px;
}
.case-det-wrap{
    padding:50px 40px 60px 60px;
}
.case-det-wrap .mes .title-s8{margin-bottom: 15px;}
.case-det-wrap .mes .date{
    font-size: 15px;
    color:#888;
    margin-bottom: 40px;
}
.case-det-wrap .mes .pagepage{
    margin-top: 30px;
    padding-top: 60px;
    border-top: 1px solid #e2e2e2;
    font-size: 16px;
    color:#888;
    margin-bottom: 40px;
}
.case-back{
    font-size: 16px;
    color:#888;
}
.img-size1{
    position: relative;
    width: 100%;
    height: 0;
    padding-top:100%;
    border:1px solid #e0e0e0;
    overflow: hidden;
}
.img-size2{
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top:74.6%;
    border:1px solid #e0e0e0;
    border-bottom-width: 0;
    overflow: hidden;
}
.img-size3{
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top:79.25%;
    border:1px solid #e0e0e0;
    overflow: hidden;
}
.img-size1 img,.img-size2 img,.img-size3 img{
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin:auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.img-size1 img,.img-size2 img{height: 100%;width: 100%;}
.img-size2:hover img,.img-size3:hover img,.img-boxs:hover .img-size1 img{-webkit-transform: scale(1.1);transform: scale(1.1);}

.detail-title{text-align: center;margin-top: 0;}
.det-shar{text-align: center;margin-bottom: 30px;}
.pagepage {margin:30px 0;}
@-webkit-keyframes focusImgZtb{
    0%{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
    100%{ -webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);}
}
@keyframes focusImgZtb{
    0%{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
    100%{ -webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);}
}
.banh .swiper-slide-active .imgss{
    -webkit-animation: focusImgZtb 3s linear forwards;
    -moz-animation: focusImgZtb 3s linear forwards;
    animation: focusImgZtb 3s linear forwards;
}

/* 浮动框 */
    .float-menu{margin-bottom:0px;position:relative;width:75px;padding-bottom:1px;padding-top: 5px;}
    /* .float-menu.menu-ogg{background:#00ac97;} */
    .float-zx .float-menu.menu-sea{padding-top: 0;}
    .float-zx{position:fixed;right:2.25%;top:50%;margin-top:-45px;z-index: 999;background:#2b377a;padding-top: 10px;}
    .float-zx .float-menu>a{display:block;width:100%;height:36px;text-align:center;font-size:12px;color:#2b377a;line-height:18px;overflow: hidden;}
    .float-zx .float-menu a.inco_float_1{color:#fff;background:url(../Images/ico_kefu1.png) center no-repeat;}
    .float-zx .float-menu a.inco_float_2{background:url(../Images/ico_kefu3.png) center no-repeat;}
    .float-zx .float-menu a.inco_float_3{background:url(../Images/ico_kefu2.png) center no-repeat;}
    .float-zx .float-menu a.inco_float_5{background:url(../Images/ico_kefu4.png) center no-repeat;}
    .float-zx .float-menu a p{height:36px;padding-top:3px;display:none;line-height:16px;padding-bottom:3px;margin-bottom:0;}
    .float-zx .float-menu:hover a.inco_float_1 p{background:#2b377a;}
    p.float-names{
        text-align: center;
        color:#fff;
    }
    /* .float-zx .float-menu:hover a p{display:block;background:#fff;} */
    /* .float-zx .float-menu:hover a.inco_float_2,.float-zx .float-menu:hover a.inco_float_3{background:#fff;} */
    .float-box{position:absolute;top:-15px;right:76px;padding-right:25px;display:none;}
    .float-zx .float-menu:hover .float-box{display:block;}
    .float-box-c{
        border: 1px solid #ccc;
        border-top: 4px solid #2b377a;
        padding: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        box-shadow: 0 3px 8px rgba(0,0,0,.15);
        position: relative;
    }
    .menu-ogg .float-box-c{width:360px;}
    .inco_pep{
        display:inline-block;
        width:56px;height:56px;
        background:url(../Images/float_pep.jpg) left center no-repeat;
        float:left;
    }
    .float-box-ct p,.float-box-ccb p{
        float: left;
        color: #2b377a;
        font-size: 24px;
        line-height: 28px;
    }
    .float-box-ct p i,.float-box-ccb p i{
        display: block;
        font-size: 14px;
        color: #aaa;
        font-style:normal;
    }
    .float-box-cc{
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #e4e4e4;
        padding-bottom:5px;
    }
    .float-box-cc h4{
        color: #666;
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 5px;
    }
    .float-box-cc ul li{float: left;width:33.3333%;}
    .float-box-cc ul li a{
        display: inline-block;
        color: #999;
        font-size: 13px;
        padding-left: 43px;
        background: url(../Images/q1.gif) no-repeat left 3px;
        line-height: 36px;
    }
    .menu-clock .float-box-c{width:280px;}
    i.inco-sj{
        display: block;
        width: 13px;
        height: 16px;
        background: url(../Images/02index-spri.png) no-repeat 0 -2226px;
        position: absolute;
        right: -13px;
        top: 26px;
    }
    .inco-clock{
        display:block;
        float: left;
        width:56px;
        height:56px;
        background:url(../Images/inco_clock.jpg) left top no-repeat;
    }
    .float-zx .float-menu.menu-chat .float-box-ccb p{
        color: #004e62;
        font-size: 16px;
        line-height: 16px;
    }
    .menu-back a{background:url(../Images/ft_4.jpg);}
    .menu-back:hover a{background:url(../Images/ft_4a.jpg);}


.section-p2 .index-prev,.section-p2 .index-next{background-size: 20px;background-position: center;background-repeat: no-repeat;}
.section-p2 .swiper-slide p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    z-index: 2;
    margin-bottom: 0;
}
.section-p2 .swiper-pagination{position: relative;margin-top: 10px;}
.section-p2 .swiper-pagination-bullet{margin: 0 5px;}
    .section-p2{
    position: relative;
    padding-bottom:40px;
    background-color: #f2f2f2;
    padding-top: 40px;
}
/*  url(../Images/bg_01.jpg) 60% 30% no-repeat */
.section-p2 .bg2{
    width: 70%;
    background: #fff;
    position: absolute;
    top:180px;
    right: 0;
    bottom: 0;
}
.section-p2 .conm{
    position: relative;
    z-index: 5;
}
.section-p2 .conm .title{
    position: relative;
    margin-bottom: 25px;
    z-index: 3;
}
.section-p2 .conm .title h3{
    font-size: 30px;
    font-family:"SourceHanSansCNMedium";
    margin-bottom: 15px;
}
.section-p2 .conm .title p{
    font-size: 18px;
    color:#656565;
    padding-left: 85px;
}
.section-p2 .conm .title .line{
    position: absolute;
    top:40px;
    left: 75px;
    height: 130px;
    width: 2px;
    background: #2b3779;
}
.imgcmd{
    max-width: 679px;
    position: relative;
    z-index: 5;
}
.home-video video{width: 100%;}
/* #moveBtn{
    position: absolute;
    top:50%;
    left: 50%;
    width: 88px;
    height: 88px;
    background: url(../Images/ico_play.png);
    background-size: cover;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 2;
} */
.section-p2 .conm .txt{
    padding:80px 0 0 60px;
}
.section-p2 .conm .txt h1{
    font-size: 60px;
    font-family:arial;
    color:#20307e;
}
.section-p2 .conm .txt h1 span{
    font-size: 100px;
    font-weight: bold;
    color:#0374c2;
}
.section-p2 .conm .txt h3{
    font-size: 36px;
    color:#000;
    margin-top: 20px;
}
.title-s22{
    font-size: 18px;
    text-align: right;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.title-s22  a{
    color:#20307e;
    display: inline-block;
    position: relative;
}
.title-s22 a i.line{
    position: absolute;
    top:50%;
    right: 105%;
    width: 2000px;
    height: 1px;
    background: #f2f2f2;
}