/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min1.css";
@import "swiper.min.css";
/*END-外部公共样式*/
.container{max-width: 1200px !important;}
.content{margin-top: 20px;}
.tr{transition: all 0.4s;-moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;}
.overflow{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/*头部+导航+大图*/
.header{width:100%; background:#fff; box-shadow:0 0 20px rgba(0,0,0,0.3); position:fixed; left:0; top:0; z-index:999999;}
.header>.container{display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.logo{padding:38px 0;}
.logo img{width:100%; max-width:248px; max-height:44px;}

nav{width:73.5%!important; display:-webkit-box; display:-ms-flexbox; display:flex;  -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.nav{width:75%; height:100%;}
.nav>li{width:16.6666%; height:100%; position:relative;}
.nav>li>a{width:100%; height:100%; font-size:16px; color:#333; text-align:center;  display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.nav>li:hover>a{background:#006fc5; color:#fff;}
.nav>li>a.on{background:#006fc5; color:#fff;}

.nav_sub{display:none; width:100%; float:left; padding-top:2px; position:absolute; left:0; top:100%; z-index:999999; background:rgba(0, 0, 0, 0.7);}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.nav_sub>dd>a:hover{background:#006fc5; color:#fff;}

.header_dianhua{line-height:36px; color:#363636; font-size: 24px; font-family:'Source Han Sans CN';}
.header_dianhua span{float:left; line-height:18px; font-size:14px; color:#363636; margin-right:10px;}

/*banner*/
.banner{width:100%; position:relative;}
.banner_hover{width:100%; float:left; height:100%; background:rgba(0,0,0,0.5); position:absolute; left:0; top:0; z-index:99; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; font-family:'Source Han Sans CN'; font-size:62px; color:#fff; font-weight:bold; line-height:80px; text-align:center;}
.banner .banner-imgbox .swiper-slide::before{content:""; display:block; padding-top:35.104167%;}

/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../image/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../image/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END-头部+导航+大图*/

/*首页内容*/
.search{width:100%; float:left; position:relative; z-index:9999; margin-top:-74px;}
.search>.container{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.search_left{width:130px; float:left; background:#fff; padding:46px 0 46px 15px;}
.search_title{display:block; overflow:hidden; padding-left:15px; position:relative;}
.search_title::before{content:""; width:5px; float:left; height:50%; border-radius:2px 2px 0 0; background:#006fc5; position:absolute; left:0; top:0;}
.search_title::after{content:""; width:5px; float:left; height:50%; border-radius:0 0 2px 2px; background:#ffe400; position:absolute; left:0; bottom:0;}
.search_p{line-height:26px; font-size:20px; color:#006fc5; font-weight:bold;}
.search_sp{line-height:12px; font-size:12px; color:#006fc5; text-transform:uppercase; letter-spacing:-1pt;}
.search_right{width:calc(100% - 130px); float:right; margin:8px 0; background:#006fc5; position:relative; border-radius:0 0 45px 0; padding:21px 60px 21px 70px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.search_right::before{content:""; width:0; height:0; border-left:12px solid #cfcfcf; border-top:8px solid transparent; border-bottom:0 solid transparent; position:absolute;left:0; top:-8px;}
.search_right::after{content:""; width:0; height:0; border-left:12px solid #cfcfcf; border-top:0 solid transparent; border-bottom:8px solid transparent; position:absolute;left:0; bottom:-8px;}
.search_form{width:500px; float:left;}
.search_pp{display:block; overflow:hidden; line-height:20px; font-size:16px; color:#fff; margin-bottom:4px;}
.search_inp1{width:calc(100% - 170px); float:left; height:30px; margin-top:4px; border-radius:15px; box-shadow:inset 0 0 15px rgba(0,0,0,0.3); font-size:14px; color:#000; padding:0 15px;}
.search_btn{width:165px; float:right; height:38px; background:url(../image/search_btn.png) no-repeat center center; background-size:100% 100%; border:none; outline:none; font-size:16px; color:#015190; text-align:left; padding-left:30px; cursor:pointer;}
.search_dianhuaB{float:right; padding-left:30px; position:relative;}
.search_dianhuaB::before{content:""; width:2px; float:left; height:100%; border-left:1px solid #0961ac; border-right:1px solid #338cd1; position:absolute; left:0; top:0;}
.search_dianhua{display:block; overflow:hidden; background:url(../image/search_dianhua.png) no-repeat left center; padding-left:68px; margin-top:10px; color:#fff; line-height:22px; font-size:16px;}
.search_dianhua>span{display:block; overflow:hidden; line-height:34px; font-size:36px; font-weight:bold;}
/*  */
.yw{width:100%; overflow:hidden; background:#f2f8f9; padding:95px 0; margin-top:-56px;}
.titleIndex{overflow: hidden; display: inline-block; line-height:52px; border-bottom:1px solid #d2d2d2; padding-bottom:10px;}
.titleIndex .title1{float:left; font-size:36px; color:#000; position:relative;}
.titleIndex .title1::before{content:""; width:68px; float:left; height:3px; background:#006fc5; position:absolute; left:0; bottom:-11px;}
.titleIndex .title2{float:left; font-size:12px; color:#b3b3b3; text-transform:uppercase; padding-left:10px;}
/*  */
.ys_contect{display:block; overflow:hidden; padding-top:40px; width:100%;}
.ys_ul{width:100%; float:left; height:320px; position:relative;}
.ys_ul li{width:556px; float:left; height:100%; position:absolute; top:0;}
.ys_ul li>a{width:100%; float:left; height:100%; background-image:url(../image/yw_bj1.png); background-repeat:no-repeat; background-position:center center; background-size:100% 100%; border-radius:0 0 0 50px; padding:18px 15px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.ys_ul li>a .ys_L{width:160px; float:left; position:relative;}
.ys_ul li>a .ys_L .ys_p{width:100%; display:block; overflow:hidden; margin-top:10px; line-height:20px; font-size:12px; color:#fff; text-transform:uppercase;}
.ys_ul li>a .ys_L .ys_sp{width:100%; display:block; overflow:hidden; margin-top:5px; line-height:28px; font-size:18px; color:#fff; font-weight:bold;}
.ys_ul li>a .ys_L .ys_logo{width:100%; display:block; overflow:hidden; padding-top:15px;}
.ys_ul li>a .ys_L .ys_logo>img{float:left;}
.ys_ul li a .ys_L .ys_more{width:30px; float:left; height:30px; background:url(../image/yw_more.png) no-repeat center center; background-size:100% 100%; position:absolute; left:0; bottom:20px;}
.ys_ul li>a .ys_R{width:calc(100% - 160px); float:left; position:relative;}
.ys_ul li a .ys_R .ys_icon{float:left; position:absolute; right:-15px; bottom:-18px;}
.ys_ul li a .ys_R .ys_icon>img{display:block; height:auto; max-height:300px;}
.ys_ul li a .ys_R .ys_imgB{width:100%; max-width:284px; float:left; height:100%; border:1px solid #fff; border-radius:50%; padding:15px;}
.ys_ul li a .ys_R .ys_imgB .ys_img{width:100%; height:100%; border:6px solid #fff; border-radius:50%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.ys_ul li a .ys_R .ys_imgB .ys_img::before{content:""; display:block; padding-top:100%;}
.ys_ul li:first-child{left:0;}
.ys_ul li:nth-child(2){left: 556px;}
.ys_ul li:nth-child(2)>a{background-image:url(../image/yw_bj2.png);}
.ys_ul li:nth-child(3){left:726px;}
.ys_ul li:nth-child(3)>a{background-image:url(../image/yw_bj3.png);}
.ys_ul li:nth-child(4){left: 896px;}
.ys_ul li:nth-child(4)>a{background-image:url(../image/yw_bj4.png);}
.ys_ul li:nth-child(5){left:1066px;}
.ys_ul li:nth-child(5)>a{background-image:url(../image/yw_bj5.png);}

.yw_swiper{width: 100%;}
.yw_swiper .item{width: 100%; overflow: hidden; border-radius: 0 0 0 50px; padding: 30px 15px; background-image: url(../image/yw_bj5.png); background-repeat:no-repeat; background-position:center center; background-size:100% 100%;}
.yw_swiper .item .txtbox{width: 40%; float: left;}
.yw_swiper .item .txtbox .title1{font-size: 14px; color: #fff;}
.yw_swiper .item .txtbox .title2{font-size: 18px; color: #fff; margin-top: 5px}
.yw_swiper .item .txtbox .icon{text-align: left; margin-top: 30px}
.yw_swiper .item .txtbox .icon img{max-width: 100%; height: auto;}
.yw_swiper .item .imgbox{width: 60%; float: left; text-align: center; }
.yw_swiper .item .imgbox .kuang{position: relative; overflow: hidden; border-radius: 50%; border: 2px solid #fff;}
.yw_swiper .item .imgbox .kuang::before{content: ""; display: block; padding-top: 100%}
.yw_swiper .item .imgbox .kuang .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.yw_swiper .swiper-slide:nth-child(1) .item{background-image:url(../image/yw_bj1.png);}
.yw_swiper .swiper-slide:nth-child(2) .item{background-image:url(../image/yw_bj2.png);}
.yw_swiper .swiper-slide:nth-child(3) .item{background-image:url(../image/yw_bj3.png);}
.yw_swiper .swiper-slide:nth-child(4) .item{background-image:url(../image/yw_bj4.png);}
.yw_swiper .swiper-slide:nth-child(5) .item{background-image:url(../image/yw_bj5.png);}


/*.yw_swiper .item */



/* .ys_ul .pic{width:556px; height:100%; cursor:pointer;}
.ys_ul .pic:nth-child(1){background:url('../image/yw_bj1.png');position:absolute;top:0;left:0;z-index:1;}
.ys_ul .pic:nth-child(2){background:url('../image/yw_bj2.png');position:absolute;top:0;left: 556px;z-index:3;}
.ys_ul .pic:nth-child(3){background:url('../image/yw_bj3.png');position:absolute;top:0;left: 726px;z-index:5;}
.ys_ul .pic:nth-child(4){background:url('../image/yw_bj4.png');position:absolute;top:0;left: 896px;z-index:7;}
.ys_ul .pic:nth-child(5){background:url('../image/yw_bj5.png');position:absolute;top:0;left: 1066px;z-index:9;} */


/* .wrap{margin:50px auto;width:1134px;height:437px;position:relative;overflow:hidden;}
.pic{width:679px;height:437px;cursor:pointer;}

.pic1{background:url('../images/01.png');position:absolute;top:0;left:0;z-index:1;}

.pic2{background:url('../images/02.png');position:absolute;top:0;left:679px;z-index:3;}

.pic3{background:url('../images/03.png');position:absolute;top:0;left:770px;z-index:5;}

.pic4{background:url('../images/04.png');position:absolute;top:0;left:861px;z-index:7;}

.pic5{background:url('../images/05.png');position:absolute;top:0;left:952px;z-index:9;} */



/*  */
.about{width: 100%; background-color: #FFFFFF; position: relative; overflow: hidden;}
.about .left{width: calc(50% + 300px); padding: 20px 0 0 0; position: relative;z-index: 9;}
.about .left .box{width: 100%; background-color: #FFFFFF; padding: 0 20px 0 0; border-radius: 0 40px 0 0;}
.about .left .aboutTitle{overflow: hidden; width: 100%; margin-top: 40px;}
.about .left .aboutTitle h3{float: left; font-size: 26px; color: #006fc5; font-weight: bold; text-transform: uppercase;}
.about .left .aboutTitle h4{float: left; font-size: 16px; color: #006fc5; line-height: 25px; position: relative; padding-left: 10px; margin-left: 10px;}
.about .left .aboutTitle h4::before{content: ""; position: absolute; left: 0; top: 0; border: 0; margin: auto; width: 1px; height: 45px; background-color: #D2D2D2;}
.about .left .txtbox{margin-top: 20px;}
.about .left .txtbox p{font-size: 14px; color: #787878; line-height: 2;}
.about .left .list{margin-top: 15px; overflow: hidden;}
.about .left .list .item{width: 33.333%; float: left; padding: 15px; border: 1px solid #D2D2D2; border-radius: 50px 0 0 0;}
.about .left .item .imgs{width: 80px; height: 80px; background-color: #006FC5; position: relative; border-radius: 50%; float: left;}
.about .left .item .imgs img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.about .left .item .txt{float: left; width: calc(100% - 80px); text-align: left; padding: 15px 10px;}
.about .left .item .txt h4{font-size: 16px; height: 25px; line-height: 25px; overflow: hidden; color: #787878;}
.about .left .item .txt h5{font-size: 12px; color: #787878; height: 25px; line-height: 25px;}
.about .right{width: calc(50% - 90px); float: left;}
.about .imgbox{width: calc(50% - 90px); height: 100%; position: absolute; z-index: 0; right: 0; top: 0; background: url(../image/gsjj_img.jpg) no-repeat center center; background-size: cover;}
.about .imgbox .more{position: absolute; left: 210px; bottom: 0; width: 300px; height: 110px; line-height: 110px; font-size: 16px; color: #FFFFFF; text-transform: uppercase; text-align: center; background-color: #006FC5;}
/*  */
.product{width: 100%; background-color: #F3F3F3; padding: 40px 0;}
.product .info{position: relative; padding: 0 30px;}
.product .item{width: 100%;}
.product .item a{display: block; width: 100%; height: 100%;}
.product .item .imgbox{position: relative; text-align: center; overflow: hidden;}
.product .item .imgbox::before{content: ""; display: block; padding-top: 65%;}
.product .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: auto; max-height: 100%;}
.product .item .txt{width: 100%; height: 45px; line-height: 43px; text-align: center; background-color: #FFFFFF; color: #292929; border: 1px solid #E3E3E3;}
.product .item:hover .imgbox .img{transform:scale(1.1);	}
.product .item:hover .txt{background-color: #006FC5; color: #FFFFFF;}
.product .product-next, .product .product-prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 39px; height: 39px; line-height: 37px; border: 1px solid #ABABAB;  font-size: 20px; color: #ABABAB; text-align: center;}
.product .product-next{left: -40px;}
.product .product-prev{right: -40px;}
/*  */
.news{width: 100%; padding: 40px 0;}
.newsTitle{width: 100%;}
.newsTitle .titleIndex{float: left;}
.newsTitle .titleNav{float: left; overflow: hidden; margin: 20px 0 0 20px;}
.newsTitle .titleNav li{float: left; margin-right: 10px;}
.newsTitle .titleNav li a{display: block; width: 150px; height: 37px; line-height: 35px; border-radius: 37px; font-size: 16px; color: #000000; text-align: left; padding-left: 50px; border: 1px solid #D2D2D2; background: url(../image/news_icon2.png) no-repeat 25px center #FFFFFF;}
.newsTitle .titleNav li a:hover{background: url(../image/news_icon2.png) no-repeat 25px center #006FC5; color: #FFFFFF;}
.news .left{width: 38%; float: left; padding-right: 15px;}
.news .item{width: 100%; border-bottom: 1px solid #BEBEBE; height: 90px; padding: 12px 0;}
.news .item a{display: block; width: 100%; height: 100%;}
.news .item .shu{width: 82px; height: 100%; float: left; text-align: center; border-right: 1px solid #BEBEBE;}
.news .item .shu h4{font-size: 42px; color: #999999; font-weight: bold; line-height: 70px;}
.news .item .txtbox{width: calc(100% - 82px); height: 100%; float: left; padding: 0 12px;}
.news .item .txtbox .title{font-size: 14px; color: #292929; font-weight: bold; line-height: 1.5;}
.news .item .txtbox .txt{font-size: 12px; color: #696969; line-height: 20px; height: 40px; overflow: hidden; margin-top: 8px;}
.news .item:hover{background-color: #006FC5;}
.news .item:hover .shu h4{color: #FFFFFF;}
.news .item:hover .txtbox .title{color: #FFFFFF;}
.news .item:hover .txtbox .txt{color: #FFFFFF;}
.news .right{width: 62%; float: left; padding-left: 15px;}
.news .imgbox{text-align: center; overflow: hidden; position: relative;}
.news .imgbox .img{width: 100%; height: 360px;}
.news .imgbox .mask{position: absolute; bottom: 0; left: 0; width: 100%; padding: 15px; text-align: left; background-color: rgba(0,111,197,0.9);}
.news .imgbox .mask h4{font-size: 14px; color: #FFFFFF; font-weight: bold; line-height: 1.5;}
.news .imgbox .mask p{font-size: 12px; color: #FFFFFF; line-height: 20px; height: 40px; overflow: hidden; margin-top: 10px;}
/*  */
.contact{width: 100%; padding: 40px 0; background: url(../image/lxwm_bj.jpg) no-repeat center center; background-size: cover;}
.contact .titleContact{margin-bottom: 30px;}
.contact .titleContact h1{font-size: 50px; color: #FFFFFF; font-weight: bold;}
.contact .titleContact h5{font-size: 14px; color: #FFFFFF; margin-top: 15px; line-height: 2;}
.contact .left{width: 45%; float: left; padding-right: 20px;}
.contact .left .list{overflow: hidden;}
.contact .left .item{margin-bottom: 30px; position: relative; padding: 5px 0 5px 80px;}
.contact .left .item::before{content: ""; width: 60px; height: 60px; border: 1px solid #FFFFFF; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; background: url(../image/lxwm_icon1.png) no-repeat center center;}
.contact .left .item h3{font-size: 24px; color: #FFFFFF; font-weight: bold; height: 25px; line-height: 25px;}
.contact .left .item h4{font-size: 14px; color: #FFFFFF; height: 25px; line-height: 25px; overflow: hidden;}
.contact .left .item:nth-child(1)::before{background: url(../image/lxwm_icon1.png) no-repeat center center #FFFFFF;}
.contact .left .item:nth-child(2)::before{background: url(../image/lxwm_icon2.png) no-repeat center center;}
.contact .left .item:nth-child(3)::before{background: url(../image/lxwm_icon3.png) no-repeat center center;}
.contact .right{width: 55%; float: left; padding-left: 20px;}
.contact .fBox{width: 100%; overflow: hidden; zoom: 1;}
.contact .fBox .item{width: 50%; float: left; margin-bottom: 10px;}
.contact .fBox .item:nth-child(odd){padding-right: 5px;}
.contact .fBox .item:nth-child(even){padding-left: 5px;}
.contact .fBox .item .fTxt{width: 100%; height: 45px; line-height: 43px; font-size: 16px; color: #FFFFFF; border: 1px solid #FFFFFF; border-radius: 5px; background-color: #0069BE; padding: 0 10px;}
.contact .fBox input::-webkit-input-placeholder{color:#FFFFFF;opacity: 0.5;}
.contact .fBox input::-moz-placeholder{color:#FFFFFF;opacity: 0.5;}
.contact .fBox input:-moz-placeholder{color:#FFFFFF;opacity: 0.5;}
.contact .fBox input:-ms-input-placeholder{color:#FFFFFF;opacity: 0.5;}
.contact .fBox textarea::-webkit-input-placeholder{color:#FFFFFF;opacity: 0.5;}
.contact .fBox textarea::-moz-placeholder{color:#FFFFFF;opacity: 0.5;}
.contact .fBox textarea:-moz-placeholder{color:#FFFFFF;opacity: 0.5;}
.contact .fBox textarea:-ms-input-placeholder{color:#FFFFFF;opacity: 0.5;}
.contact .fBox .fTxts{width: 100%; height: 80px; line-height: 2; font-size: 16px; color: #FFFFFF; border: 1px solid #FFFFFF; border-radius: 5px; background-color: #0069BE; padding: 0 10px;}
.contact .fBox .fBtn{width: 150px; height: 40px; line-height: 38px; border: 1px solid #FFFFFF; border-radius: 5px; font-size: 16px; color: #FFFFFF; background-color: #0069BE;}

/*END-首页内容*/

/*底部*/
.foot1{width: 100%; background-color: #FFFFFF; padding: 12px 0;}
.foot1 h4{float: left; width: 100px; font-size: 16px; color: #424242; line-height: 25px;}
.foot1 .list{width: calc(100% - 100px); float: left; overflow: hidden;}
.foot1 .list li{float: left; margin-right: 20px;}
.foot1 .list li a{display: block; font-size: 16px; color: #424242; line-height: 25px;}
.foot1 .list li a:hover{text-decoration:underline!important;}
.foot2{background-color: #F78B2D; padding: 40px 0;}
.foot2 .footLogo{width: 20%; float: left; padding-right: 20px; text-align: left;}
.foot2 .footLogo .txt1{font-size: 40px; color: #FFFFFF; line-height: 1; font-weight: bold;}
.foot2 .footLogo .txt2{font-size: 34px; color: #FFFFFF; line-height: 1; font-weight: bold; margin-top: 10px;}
.foot2 .footTxt{padding: 0 30px; width: 68%; float: left;}
.foot2 .footTxt .footNav{border-bottom: 1px solid #FFFFFF; padding-bottom: 10px;}
.foot2 .footTxt .footNav li{width: 16.666%; float: left; text-align: center; position: relative;}
.foot2 .footTxt .footNav li:nth-child(6)::before{display: none;}
.foot2 .footTxt .footNav li::before{content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 15px; background-color: #FFFFFF;}
.foot2 .footTxt .footNav li a{display: block; font-size: 16px; color: #FFFFFF;}
.foot2 .footTxt .footNav li a:hover{text-decoration:underline!important;}
.foot2 .footTxt .txt{margin-top: 15px; font-size: 14px; color: #FFFFFF; line-height: 2;}
.foot2 .QR{width: 12%; float: right; text-align: right;}
.foot2 .QR img{width: 135px; height: 135px;}
/*END-底部*/

.inner_page{width: 100%; padding: 40px 0;}
.inner_page .innerLeft{width: 260px; float: left;}
.inner_page .innerRight{width: calc(100% - 260px); float: left; padding-left: 20px;}
.inner_page .sideBar_inner .side_tit_in{background: url(../image/about_title_logo.png) no-repeat 20px 20px #006FC5; text-align: left; position: relative; font-size: 0; padding: 10px 10px 10px 60px;}
.inner_page .sideBar_inner .side_tit_in>h4{font-size: 24px; color: #ffffff; margin-bottom: 5px; font-weight: bold;}
.inner_page .sideBar_inner .side_tit_in>h5{font-size: 12px; color: #ffffff; font-family: Arial; text-transform: uppercase; display: inline-block; position: relative; }
.inner_page .sideBar_inner .side_tit_in .side_jian{position: absolute; right: 15px; top: 12px; font-size: 22px; color: #ffffff;}
.inner_page .sideBar_inner ul{display: none;}
.inner_page .sideBar_inner .nul{background-color: #ffffff; border: 1px solid #e4e4e4;}
.inner_page .sideBar_inner .nli{width: 100%; position: relative; border-bottom: 1px solid #E4E4E4;}
.inner_page .sideBar_inner .nli>a{display: block; position: relative; height: 50px; line-height: 49px; font-size: 16px; color: #292929; background-color: #ffffff; text-align: left; padding: 0 40px 0 20px;}
.inner_page .sideBar_inner .nli>a::before{content: ""; position: absolute; width: 18px; height: 18px; top: 0; bottom: 0; right: 15px; margin: auto; background: url(../image/about_jiantou2.png) no-repeat; background-size: 100% 100%;}
.inner_page .sideBar_inner .nli:hover>a{color: #006FC5; font-weight: bold;}
.inner_page .sideBar_inner .nli:hover>a::before{background: url(../image/about_jiantou1.png) no-repeat;}
.inner_page .sideBar_inner .er{width: 100%; overflow: hidden;}
.inner_page .sideBar_inner .er li{width: 100%; position: relative; text-align: left;}
.inner_page .sideBar_inner .er li a{line-height: 40px; height: 40px; border-bottom: 1px dotted #c9ccce; overflow: hidden; display: block; font-size: 14px; color: #000; padding-left: 30px;}
.inner_page .sideBar_inner .er li a:hover{color: #5598fc;}
.inner_page .side_bot{margin-top: 10px; background-color: #006FC5; overflow: hidden; padding: 20px; text-align: center;}
.inner_page .side_bot .bot_title{text-align: center; font-size: 24px;  color: #fff;  position: relative; padding-bottom: 20px;}
.inner_page .side_bot .bot_title::before{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 140px; height: 2px; background-color: #FFFFFF;}
.inner_page .side_bot .bot_title .title1{font-size: 35px; color: #FFFFFF; font-weight: bold;}
.inner_page .side_bot .bot_title .title2{font-size: 14px; color: #FFFFFF; margin-top: 10px;}
.inner_page .side_bot .side_tel{margin-top: 20px;}
.inner_page .side_bot .side_tel .telImg{width: 28px; height: 28px; background: url(../image/about_dianhua.png) no-repeat; background-size: 100% 100%; display: inline-block;}
.inner_page .side_bot .side_tel h4{font-size: 14px; color: #FFFFFF; margin-top: 15px;}
.inner_page .side_bot .side_tel h2{font-size: 25px; color: #FFFFFF; font-family: impact; margin-top: 15px;}
.inner_page .titleInner{border: 1px solid #D9D9D9; background: linear-gradient(#ffffff, #eeeeee); font-size: 0; padding: 0 15px;}
.inner_page .titleInner h4{float: left; font-size: 12px; line-height: 38px; color: #616161; font-weight: bold; position: relative; }
.inner_page .titleInner a{float: right; font-size: 12px; line-height: 38px; color: #333;}
/*  */
.about_page{width: 100%; padding: 30px 0; min-height: 500px;}
.about_page .txtbox{overflow: auto;}
.about_page .txtbox p{font-size: 14px; color: #333333; line-height: 2;}
.about_page .txtbox img{max-width: 100%;height: auto!important;}

/*  */
.product_page{width: 100%; padding: 30px 0; min-height: 500px;}
.product_page .list{width: 100%;}
.product_page .item{width: 33.3333%; float: left; padding: 0 10px; margin-bottom: 20px;}
.product_page .item a{display: block; width: 100%; height: 100%; border: 1px solid #E4E4E4; padding: 5px 5px 0 5px;}
.product_page .item .imgbox{position: relative; text-align: center; overflow: hidden; border: 1px solid #E4E4E4;}
.product_page .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.product_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: auto; max-height: 100%;}
.product_page .item .txt{height: 40px; line-height: 40px; text-align: center; background-color: #FFFFFF; font-size: 14px; color: #333333;}
.product_page .item:hover .imgbox .img{transform:scale(1.1);}
.product_page .item:hover a{background-color: #006FC5;}
.product_page .item:hover .txt{background-color: #006FC5; color: #FFFFFF;}
/*  */
.productShow_page{width: 100%; padding: 30px 0; min-height: 500px;}
.productShow_page .imgbox{text-align: center; overflow: auto;}
.productShow_page .imgbox img{max-width: 100%; height: auto;}
.productShow_page .txtbox{margin-top: 20px;}
.productShow_page .txtbox p{font-size: 14px; color: #333333; line-height: 2;}

/* 车辆展示 */
.case_page{width: 100%; padding: 30px 0; min-height: 500px;}
.case_page .list{width: 100%;}
.case_page .item{width: 33.3333%; float: left; padding: 0 10px; margin-bottom: 20px;}
.case_page .item a{display: block; width: 100%; height: 100%; border: 1px solid #E4E4E4; padding: 5px 5px 0 5px;}
.case_page .item .imgbox{position: relative; text-align: center; overflow: hidden; border: 1px solid #E4E4E4;}
.case_page .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.case_page .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: auto; max-height: 100%;}
.case_page .item .txt{height: 40px; line-height: 40px; text-align: center; background-color: #FFFFFF; font-size: 14px; color: #333333;}
.case_page .item:hover .imgbox .img{transform:scale(1.1);}
.case_page .item:hover a{background-color: #006FC5;}
.case_page .item:hover .txt{background-color: #006FC5; color: #FFFFFF;}
/*  */
.caseShow_page{width: 100%; padding: 30px 0; min-height: 500px;}
.caseShow_page .imgbox{text-align: center; overflow: auto;}
.caseShow_page .imgbox img{max-width: 100%; height: auto;}
.caseShow_page .txtbox{margin-top: 20px;}
.caseShow_page .txtbox p{font-size: 14px; color: #333333; line-height: 2;}
.caseShow_page .tableTitle{width: 100%; font-size: 14px; color: #333333;}
.caseShow_page .tableTitle span{color: #ff0000}
.caseShow_page .tableBox{max-width: 100%; margin-top: 15px; border-color: #bbb}
.caseShow_page .tableBox td{line-height: 2; padding: 0 1px}
.tableBox .table11{max-width: 100%;}
.clearfix table{max-width: 100%;}
/*  */
.news_page{width: 100%; min-height: 500px; margin-top: 20px;}
.news_page .item{width: 100%; padding: 15px; background-color: #e6e6e6; overflow: hidden; margin-bottom: 20px;}
.news_page .item a{width: 100%; height: 140px; display: block; overflow: hidden;}
.news_page .item .imgbox{width: 210px; height: 100%; float: left; overflow: hidden; border: 1px solid #ccc}
.news_page .item .imgbox .img{width: 100%; height: 100%;}
.news_page .item .txtbox{width: calc(100% - 210px); height: 100%; float: left; padding: 5px 10px;}
.news_page .item .txtbox .title{font-size: 16px; color: #000; line-height: 1.5;}
.news_page .item .txtbox .date{font-size: 12px; color: #000; line-height: 1.5; margin-top: 7px; }
.news_page .item .txtbox .txt{font-size: 14px; color: #000; height: 72px; line-height: 24px; overflow: hidden; margin-top: 7px;}
.news_page .item:hover{background-color: #026cb6;}
.news_page .item:hover .txtbox .title{color: #fff;}
.news_page .item:hover .txtbox .date{color: #fff;}
.news_page .item:hover .txtbox .txt{color: #fff;}
/*  */
.newsShow_page{width: 100%; min-height: 500px; margin-top: 20px;}
.newsShow_page .title{text-align: center; border-bottom: 1px dotted #aaa; padding-bottom: 10px; margin-bottom: 20px;}
.newsShow_page .title h4{font-size: 18px; color: #333;}
.newsShow_page .title h5{font-size: 13px; color: #aaa; margin-top: 10px;}
.newsShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .txtbox{margin-bottom: 20px;}
.newsShow_page .txtbox p{font-size: 14px; color: #333; line-height: 24px;}

/* 联系我们 */
.contact_page{width: 100%; min-height: 500px; margin-top: 20px;}
.contact_page .txtbox{overflow: hidden;}
.contact_page .txtbox p{font-size: 14px; color: #333333; line-height: 2;}
.contact_page .map{text-align: center; overflow: auto; margin-top: 20px;}
.contact_page .map img{width: 100%; height: auto;}


@media (max-width:1199px) {
	/*头部+导航*/
	.header_dianhua{font-size: 20px;}
	.nav>li>a{font-size: 14px; padding: 10px;}
	.search_form{width: 400px;}
	.search_inp1{width: calc(100% - 140px);}
	.search_btn{width: 135px;}
	.search_dianhua>span{font-size: 28px;}
	/*END-头部+导航*/
	.ys_ul li{width: 450px;}
	.ys_ul li:nth-child(2){left: 400px;}
	.ys_ul li:nth-child(3){left: 570px;}
	.ys_ul li:nth-child(4){left: 740px;}
	.ys_ul li:nth-child(5){left: 910px;}
	
	/*  */
	.inner_page .innerLeft{width: 220px;}
	.inner_page .innerRight{width: calc(100% - 220px);}
	
}

@media (max-width:991px){
	/*头部+导航*/
	.icon-menu{float:right; cursor:pointer; width:40px; height:30px; display:flex; flex-wrap:wrap; align-content:space-between; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
	.icon-menu span{width:100%; height:6px; float:left;  background:#0078c4;}
	.topbox{padding:0 10px;}
	.header{padding:0; background:#fff; box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:relative; left:0; top:0; z-index:999999;}
	.logo {width:100%; padding:15px 10px;}
	.nav {display:none; width:150px; height: auto; padding:2px; position:absolute; right:10px; top: 70px; background:rgba(5, 128, 210, 0.8);}
	.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none; height: 40px;}
	.nav>li>a{width:100%; color:#000; text-align:center; height:40px; line-height:40px; color:#fff; padding: 0;}
	.nav>li:hover>a{background:#0051ac; color:#fff;}
	.banner_hover{font-size: 40px; line-height: 1.5;}
	/*END-头部+导航*/
	.search_form{width: 100%;}
	.search_dianhuaB{width: 100%; padding: 0;}
	.search_dianhuaB::before{display: none;}
	.titleIndex .title1{font-size: 28px;}
	.yw{padding: 20px 0; margin-top: 0}
	.yw .ys_ul{display: none;}
	.ys_contect{padding-top: 20px}
	.about .imgbox .more{display: none;}
	.about .left .aboutTitle{margin-top: 20px;}
	.news .left{width: 40%; padding-right: 10px;}
	.news .right{width: 60%; padding-left: 10px;}
	.contact .left .item h3{font-size: 16px;}
	.foot1{display: none;}
	.foot2 .footLogo{display: none;}
	.foot2 .QR{display: none;}
	.foot2 .footTxt{width: 100%;}
	.foot2 .footTxt .footNav{display: none;}
	.foot2 .footTxt .txt{margin: 0;}
	/*  */
	.product_page .item{padding: 0 5px; margin-bottom: 10px;}
	.product_page .item .txt{height: 30px; line-height: 30px;}
	.case_page .item{padding: 0 5px; margin-bottom: 10px;}
	.case_page .item .txt{height: 30px; line-height: 30px;}
	.news_page .item{padding: 8px;}
	.news_page .item a{height: 120px;}
	.news_page .item .imgbox{width: 160px;}
	.news_page .item .txtbox{width: calc(100% - 160px);}
	.news_page .item .txtbox .date{display: none;}
}

@media (min-width: 768px){
    .inner_page .sideBar_inner .nul{display: block!important;}
}

@media (max-width:767px){
	.inner_page .sideBar_inner .myul{display: block;}
	/*头部+导航*/
	.logo {padding:10px;}
	.logo img{width:80%;}
	.nav{top: 40px;}
	.icon-menu {right:10px; width:30px; height:18px;}
	.icon-menu span{height:3px;}
	.banner_hover{font-size: 16px; line-height: 2;}
	/*END-头部+导航*/
	.search{margin-top: 0;}
	.search_left{padding: 10px 0; width: 100%;}
	.search_right{width: 100%; padding: 10px;}
	.search_inp1{width: calc(100% - 100px); height: 30px; margin: 0;}
	.search_btn{width: 100px; height: 30px;}
	.search_dianhua{font-size: 16px;}
	.search_dianhua>span{font-size: 18px;}
	
	.titleIndex{line-height: 40px; padding: 0;}
	.titleIndex .title1{font-size: 20px;}
	.about{padding: 20px 0;}
	.about .left .box{padding: 0;}
	.about .left .aboutTitle h4{display: none;}
	.about .left{width: 100%; padding: 0;}
	.about .left .aboutTitle h3{font-size: 20px;}
	.about .right{display: none;}
	.about .imgbox{display: none;}
	.about .left .list{display: none;}
	.product{padding: 20px 0;}
	.product .info{padding: 0;}
	.product .item .txt{line-height: 30px; height: 30px;}
	.product .product-next, .product .product-prev{display: none;}
	.newsTitle .titleNav{width: 100%; margin: 15px 0 0 0;}
	.news{padding: 20px 0;}
	.news .left{width: 100%; padding: 0;}
	.news .right{width: 100%; padding: 0;}
	.contact{padding: 20px 0;}
	.contact .titleContact h1{font-size: 20px;}
	.contact .left{width: 100%; padding: 0; display: none;}
	.contact .right{width: 100%; padding: 0; margin-top: 15px;}
	.contact .fBox .item{width: 100%;}
	.contact .fBox .item:nth-child(odd){padding: 0;}
	.contact .fBox .item:nth-child(even){padding: 0;}
	.foot2{padding: 15px 0;}
	/*  */
	.inner_page{padding: 25px 0;}
	.inner_page .innerLeft{width: 100%;}
	.inner_page .innerRight{width: 100%; padding: 0; margin-top: 20px;}
	.inner_page .sideBar_inner .side_tit_in{padding: 11px; background: #006FC5;}
	.inner_page .sideBar_inner .side_tit_in>h4{margin-bottom: 0; font-size: 20px;}
	.inner_page .sideBar_inner .side_tit_in>h5{display: none;}
	.inner_page .sideBar_inner .nli>a{height: 40px; line-height: 39px;}
	.inner_page .titleInner a{display: none;}
	.product_page .item{width: 50%;}
	.case_page .item{width: 50%;}
	.news_page .item{padding: 8px;}
	.news_page .item a{height: 100px;}
	.news_page .item .imgbox{width: 150px;}
	.news_page .item .txtbox{width: calc(100% - 150px);}
	.news_page .item .txtbox .title{font-size: 14px;}
	.news_page .item .txtbox .txt{font-size: 12px; height: 60px; line-height: 20px; margin-top: 6px;}
}

/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#0580d2;}
.root a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:1px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#0051ac; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #0051ac;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/



