@charset "gbk";

@import url(/css/public.css);

/* header */
.header{width: 100%; position: relative; border-top: 5px solid #353535;}
.header::before{content: ""; position: absolute; top: -5px; left: 0; width: 35%; height: 5px; background-color: #008ED6;}
.header .header_content{position: relative; height: 95px; background-color: #fff; width: 100%;}
.header .header_content .left{width: 22%; height: 100%; display: flex; align-items: center;}
.header .header_content .right{width: 78%; height: 100%; display: flex; align-items: center; justify-content: space-between; position: relative;}
.header .header_content .logo{overflow: hidden;}
.header .header_content .logo img{width: 335px; height: auto; max-width: 100%;}
/* menu */
.header .header_menu{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor:pointer;}
.header .header_menu .icon-bar{background:#008ED6; width:30px; height: 3px; display: block;}
.header .header_menu .icon-bar:nth-child(2){margin: 5px 0;}
.header .header_menu .icon-bar:nth-child(3){width: 22px;}
.header .header_menu.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg);}
.header .header_menu.on .icon-bar:nth-child(2){opacity:0;}
.header .header_menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header .header_nav{position: relative; flex: 1;}
.header .header_nav .nav{max-width: 1200px; margin: 0 auto;}
.header .header_nav .nav_list{width: 100%;}
.header .header_nav .nav_list>li{width: calc(100% / 7); float: left; position: relative; text-align: center;}
.header .header_nav .nav_list>li>a{line-height: 95px; font-size: 16px; color: #333; font-weight:bold; display: block;}
.header .header_nav .nav_list>li:hover>a{color: #008ED6;}
.header .header_nav .nav_list>li.on>a{color: #008ED6;}
.header .header_nav .nav_list>li>i{display: none;}
.header .header_nav .drop_down{display: none; position: absolute; top: 100%; left: 50%; min-width: 100%; transform: translateX(-50%); z-index: 4; box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: #fff;}
.header .header_nav .drop_down li{text-align: center; }
.header .header_nav .drop_down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px;  white-space: nowrap;}
.header .header_nav .drop_down li a:hover{color: #008ED6;}
.header.small{position: fixed; left: 0; top: 0; z-index: 6; animation: nav_small 0.5s; box-shadow: 0 0 20px #ccc;}
@keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
.header .nav_right{margin-left: 10%;}
.header .header_tel{float: left;}
.header .header_tel .tel{font-size: 20px; color: #008ED6; padding-left: 35px; line-height: 40px; background: url(/images/header_icon1.png) no-repeat left center;}
.header .header_search{float: left; margin-left: 60px;}
.header .header_search .search{width: 40px; height: 40px; background: url(/images/header_icon2.png) no-repeat center center;}
.header .header_search .search_box{position: absolute; top: 100%; right: 0; width: 300px; height: 35px; border: 1px solid #008ED6; z-index: 2; display: none; background-color: #fff;}
.header .header_search .search_box .form_text{width: calc(100% - 40px); height: 33px; padding: 0 15px; font-size: 14px; color: #333; float: left;}
.header .header_search .search_box .form_submit{width: 40px; height: 33px; font-size: 18px; color: #fff; line-height: 33px; float: left; background-color: #008ED6;}
/* banner */
.banner{position: relative; font-size: 0;}
.banner img{width: 100%; height: auto;}
.banner .swiper-pagination-bullet{opacity: 1; background-color: #fff;}
.banner .swiper-pagination-bullet-active{background-color: #f00; opacity: 1;}
/*  */
.title_index{text-align: center;}
.title_index .title1{font-size: 36px; color: #333; margin-top: 10px;}
.title_index .title2{font-size: 18px; color: #686868; margin-top: 10px;}
.title_index .title2 span{font-size: 28px; font-weight: bold; color: #ff0000;}
.title_index .title3{font-size: 32px; color: #ff0000; font-weight: bold;}
.more{text-align: center;}
.more a{display: inline-block; text-align: center; width: 160px; height: 52px; line-height: 48px; border: 2px solid #008ED6; background-color: #008ED6; border-radius: 10px;}
.more a span{display: inline-block; padding-right: 40px; font-size: 18px; color: #fff; background-image: url(/images/index_more_icon.png); background-repeat: no-repeat; background-position: right center;}
.more a:hover{transform: translateY(-5px);}
.index_spacing{padding: 90px 0;}
.index_spacing1{padding: 90px 0 50px;}
/*  */
.index1{width: 100%;}
.index1 .list{width: 100%;}
.index1 .list li{width: calc(100% / 3); float: left;}
.index1 .item{width: 100%; border-right: 1px solid #e6e6e6; padding: 20px 0 0 0;}
.index1 .list li:nth-child(1) .item{border-left: 1px solid #e6e6e6;}
.index1 .item .imgbox{position: relative; overflow: hidden;}
.index1 .item .imgbox::before{content: ""; display: block; padding-top: 120%;}
.index1 .item .txtbox{text-align: left; padding: 10px 20px 10px 20px;}
.index1 .item .txtbox .text1{font-size: 22px; color: #202020; font-weight: bold; position: relative; padding-bottom: 10px; margin-bottom: 10px;}
.index1 .item .txtbox .text1::before{content: ""; position: absolute; bottom: 0; left: 0; width: 30px; height: 3px; background-color: #008ED6;}
.index1 .item .txtbox .text2{font-size: 14px; color: #777; height: 75px; line-height: 25px; overflow: hidden;}
.index1 .item .mm{height: 80px; width: 100%;  background: url(/images/index1_icon1.png) no-repeat center center #008ED6; transform: scaleY(0);}
.index1 .item:hover .mm{transform: scaleX(1);}
.index1 .item:hover .imgbox img{transform: scale(1.1);}
/*  */
.index2{width: 100%;}
.index2 .title_index{padding: 90px; background-color: #f7f7f7;}
.index2 .more{margin-top: 30px;}
.index2 .list{width: 100%; background: url(/images/index2_bg.png) no-repeat center center; background-size: cover;}
.index2 .list li{width: calc(100% / 6); float: left;}
.index2 .item{padding: 175px 55px 175px 55px; border-right: 1px solid rgba(255,255,255,.37);}
.index2 .item .imgbox{position: relative; overflow: hidden; margin-bottom: 40px;}
.index2 .item .imgbox::before{content: ""; display: block; padding-top: 20%;}
.index2 .item .box{transform: translateY(50%); opacity: 0;}
.index2 .item .text1{font-size: 20px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 40px;}
.index2 .item .text2{font-size: 16px; color: #fff; line-height: 25px; height: 125px; overflow: hidden;}
.index2 .item .mm{margin-top: 50px; font-size: 16px; color: #fff; display: inline-block; padding-right: 40px; line-height: 30px; background: url(/images/index2_icon77.png) no-repeat right center;}
.index2 .item:hover{background-color: rgba(0,142,214,.75);}
.index2 .item:hover .box{transform: translateX(0); opacity: 1;}
/*  */
.index3{width: 100%; overflow: hidden;}
.index3 .title_index{margin-bottom: 45px;}
.index3 .item{width: 100%; position: relative;border: 2px solid #fff}
.index3 .item .imgbox{position: relative; overflow: hidden; }
.index3 .item .mask{position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.index3 .item .mask .text{position: absolute; bottom: 50px; left: 40px; font-size: 24px; color: #fff; padding-bottom: 20px;}
.index3 .item .mask .text::before{content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background-color: #fff;}
.index3 .item:hover .imgbox img{transform: scale(1.1)}
.index3 .left{width: 50%;}
.index3 .left .item .imgbox::before{content: ""; display: block; padding-top: 72.6%;} 
.index3 .left .item .mask{background-color: rgba(0,0,0,.6);}
.index3 .right{width: 50%;}
.index3 .right .item .mask{background-color: rgba(0,0,0,.3);}
.index3 .right .item .imgbox::before{content: ""; display: block; padding-top: 36%;} 
/*  */
.index4{width: 100%; overflow: hidden; background: url(/images/index4_bg.jpg) no-repeat center center; background-size: cover;}
.index4 .title_index4{padding-left: 75%; position: relative;}
.index4 .title_index4::before{content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 74%; height: 1px; background-color: #cfcfcf;}
.index4 .title_index4 img{width: 320px; height: auto;}
.index4 .txtbox{margin-top: 20px; width: 55%;}
.index4 .txtbox .title{font-size: 30px; color: #323232; margin-bottom: 25px;}
.index4 .txtbox .text{font-size: 18px; color: #545454; line-height: 30px; margin-bottom: 50px;}
.index4 .more{text-align: left;}
.index4 .more a{background-color: #f4f4f4;}
.index4 .more a span{color: #008ED6; background-image: url(/images/index_more_icon2.png);}
/*  */
.index5{width: 100%; overflow: hidden;}
.index5 .title_index{margin-bottom: 60px;}
.index5 .list{width: calc(100% + 30px);}
.index5 .list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 0 0;}
.index5 .item{width: 100%; padding: 30px; background-color: #fff; border: 1px solid #b0b0b0;}
.index5 .item .time{font-size: 14px; color: #929292; display: inline-block; border-bottom: 1px solid #929292; margin-bottom: 20px;}
.index5 .item .title{font-size: 18px; color: #161616; margin-bottom: 20px;}
.index5 .item .text{font-size: 16px; color: #7a7a7a; line-height: 25px; height: 50px; overflow: hidden; margin-bottom: 20px;}
.index5 .item .imgbox{position: relative; overflow: hidden;}
.index5 .item .imgbox::before{content: ""; display: block; padding-top: 58%;}
.index5 .item:hover{border-color: #008ED6; transform: translateY(-5px); box-shadow: 5px 5px 5px 5px #eee;}
.index5 .item:hover .time{color: #008ED6; border-color: #008ED6;}
/*  */
footer{background: url(/images/footer_bg.jpg) no-repeat center center; background-size: cover;}
.footer1{width: 100%; padding: 70px 0; border-bottom: 1px solid rgba(255,255,255,0.2);}
.footer1 .left{width: 80%;}
.footer1 .footer_nav{display: flex; justify-content: space-between;}
.footer1 .footer_nav dl{max-width: 25%;}
.footer1 .footer_nav dt{font-size: 16px; color: #fff; font-weight: bold; margin-bottom: 15px; line-height: 20px;}
.footer1 .footer_nav dt a{color: #fff;}
.footer1 .footer_nav dd{font-size: 14px; color: #fff; line-height: 30px; height: 30px; /*overflow: hidden;*/}
.footer1 .footer_nav dd a{color: #fff;}
.footer1 .footer_nav dd a:hover{text-decoration: underline;}
.footer1 .footer_nav dd span{font-size: 30px;}
.footer1 .right{width: 20%;}
.footer1 .right .QR{float: right;}
.footer1 .right .QR .QR_item{float: left; text-align: center;}
.footer1 .right .QR .QR_item img{width: 120px; height: 120px;}
.footer1 .right .QR .QR_item .text{text-align: center; font-size: 14px; color: #fff; margin-top: 5px;}
.footer2{padding: 30px 0;}
.footer2 .box{display: flex; justify-content: space-between; align-items: center;}
.footer2 .copyright{font-size: 14px; color: #fff;}
.footer2 .copyright a{color: #fff;}
.footer2 .foot_logo img{width: 300px; height: auto;}

/*  */
.banner_inner{position: relative; overflow: hidden; font-size: 0;}
.banner_inner img{width: 100%; height: auto;}
.banner_inner .mask{position: absolute; bottom: 50px; left: 0; width: 100%;}
.banner_inner .mask .text1{font-size: 40px; color: #fff; font-weight: bold;}
.banner_inner .mask .text2{font-size: 24px; color: #fff; margin-top: 5px;}
/*  */
.innner_page{padding: 60px 0;}
.sideBar{overflow: hidden; margin-bottom: 20px;}
.sideBar .list{overflow: hidden;}
.sideBar .list li{float: left; margin: 0 20px 20px 0;}
.sideBar .list li a{display: inline-block; border: 1px solid #cdcdcd; line-height: 50px; height: 52px; padding: 0 45px; font-size: 18px; color: #4c4c4c;}
.sideBar .list li.on a{border-color: #008ED6; color: #008ED6;}
.inner_nav{margin-bottom: 40px; font-size: 14px; color: #333; overflow: hidden;}
.inner_nav a{color: #008ED6;}
/*  */
.about_page{width: 100%; min-height: 500px; overflow: hidden;}
.about_page .left{width: 50%; padding-right: 15px;}
.about_page .right{width: 50%; padding-left: 15px;}
.about_page .title_logo{margin-bottom: 40px;}
.about_page .title_logo img{max-width: 100%; width: 362px; height: auto;}
.about_page .txtbox{font-size: 16px; color: #4f4f4f; line-height: 30px;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{width: 100%; height: auto;}

/*  */
.product_page{width: 100%; min-height: 500px; overflow: hidden;}
.product_list{width: calc(100% + 20px);}
.product_list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product_list .item{width: 100%;}
.product_list .item a{display: block; width: 100%; height: 100%;}
.product_list .item .imgbox{position: relative; overflow: hidden; border: 1px solid #d5d5d5;}
.product_list .item .imgbox::before{content: ""; display: block; padding-top: 65%;}
.product_list .item .text{text-align: center; font-size: 18px; color: #353535; line-height: 80px; font-weight: bold; background-color: #f1f1f1;}
.product_list .item:hover .imgbox img{transform: scale(1.1);}
.product_list .item:hover .text{background-color: #008ED6; color: #fff;}
/*  */
.product_details{width: 100%; min-height: 500px; overflow: hidden;}
.product_details .left{width: 35%;}
.product_details .right{width: 65%; padding-left: 30px;}
.product_details .imgbox{border: 1px solid #d4d4d4; text-align: center; overflow: hidden;}
.product_details .imgbox img{max-width: 100%; height: auto;}
.product_details .title{border-bottom: 1px solid #c2c2c2; padding-bottom: 20px; margin-bottom: 20px;}
.product_details .tit1{font-size: 30px; color: #353535; font-weight: bold;}
.product_details .tit2{font-size: 18px; color: #424242; margin-top: 10px;}
.product_details .content{overflow: hidden; font-size: 14px; color: #333; line-height:28px;}
.product_details .box2{border-top: 1px solid #ddd; margin-top: 30px; padding-top: 30px;}
.product_details .box2 .txt{ font-size:14px; line-height:28px;}
.product_details .box2 .txt img{ max-width:100% !important; height:auto !important;}
.product_details .tit3{font-size: 18px; color: #c61a20; font-weight: bold; margin-bottom: 20px;}
.product_details .list{overflow: hidden;}
.product_details .list li{width: calc(100% / 3); float: left; padding-right: 20px;}
.product_details .list .text1{font-size: 16px; color: #5f5f5f; font-weight: bold; margin-bottom: 10px;}
.product_details .list .text2{font-size: 16px; color: #5f5f5f; line-height: 25px;}

/*  */
.apps_page{width: 100%; min-height: 500px; overflow: hidden;}
.apps_list{width: calc(100% + 20px);}
.apps_list li{width: calc(100% / 2 - 20px); float: left; margin: 0 20px 20px 0;}
.apps_list .item{width: 100%;}
.apps_list .item .imgbox{position: relative; overflow: hidden;}
.apps_list .item .imgbox::before{content: ""; display: block; padding-top: 50%;}
.apps_list .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.71);}
.apps_list .item .txtbox{position: absolute; bottom: 30px; left: 30px;}
.apps_list .item .mask .icon{width: 55px; height: 55px;}
.apps_list .item .mask .text1{font-size: 24px; color: #fff; font-weight: bold; margin-top: 15px;}
.apps_list .item .mask .text2{font-size: 16px; color: #fff; line-height: 25px; height: 50px; overflow: hidden; margin-top: 15px;}
/*  */
.apps_detalis{width: 100%; min-height: 500px; overflow: hidden;}
.apps_detalis .imgbox{text-align: center; overflow: hidden;}
.apps_detalis .imgbox img{max-width: 100%; height: auto;}
.apps_detalis .txtbox{margin-top: 20px;}
.apps_detalis .txtbox .title{font-size: 22px; color: #242424; font-weight: bold; line-height:36px; width:100%; text-align:center;}
.apps_detalis .txtbox .text{font-size: 16px; margin-top: 20px;}
.apps_detalis .txtbox .text img{display:block; max-width: 100%; height: auto; margin: 2px auto;}

/*  */
.news_page{width: 100%; min-height: 500px;}
.news_list{width: 100%;}
.news_list li{border-bottom: 1px solid #a1a1a1; padding-bottom: 30px; margin-bottom: 30px;}
.news_list .item{width: 100%; overflow: hidden;}
.news_list .item a{display: flex;}
.news_list .item .imgbox{width: 20%; overflow: hidden; position: relative;}
.news_list .item .txtbox{flex: 1; padding: 0 20px;}
.news_list .item .txtbox .title{font-size: 22px; color: #101010; margin-bottom: 10px;}
.news_list .item .txtbox .text{font-size: 16px; color: #7e7e7e; line-height: 25px; height: 50px; overflow: hidden;}
.news_list .item .txtbox .time{margin-top: 40px; font-size: 14px; color: #9c9c9c; display: inline-block; border-bottom: 1px solid #9c9c9c;}
.news_list .item:hover{transform: translateY(-5px); box-shadow: 5px 5px 5px #eee;}
/*  */
.news_details .title{text-align: center; margin-bottom: 20px;}
.news_details .title .tit1{font-size: 18px; color: #333; margin-bottom: 8px;}
.news_details .title .tit2{font-size: 12px; color: #aaa; line-height:16px;}
.news_details .imgbox{text-align: center; overflow: hidden;}
.news_details .imgbox img{max-width: 100%; height: auto;}
.news_details .txtbox{margin-top: 20px;}
.news_details .txtbox .txt{font-size: 14px; color: #333; line-height: 25px;}
.news_details .txtbox .txt img{ max-width:100% !important; height:auto !important;}

/*  */
.recruit_page{width: 100%; min-height: 500px; overflow: hidden;}
.recruit_list{width: calc(100% + 30px);}
.recruit_list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 30px 0; }
.recruit_list .item{width: 100%; border: 1px solid #d2d2d2; padding: 30px;}
.recruit_list .item .title{font-size: 24px; color: #202020; border-bottom: 1px solid #d2d2d2; padding-bottom: 15px;}
.recruit_list .item .box{display: flex; justify-content: space-between; padding: 20px 0;}
.recruit_list .item .text{font-size: 16px; color: #7b7b7b; line-height: 25px;}
.recruit_list .item .text span{color: #202020;}
.recruit_list .item .time{color: #a5a5a5; font-size: 14px;}
.recruit_list .item:hover{background-color: #008ED6;}
.recruit_list .item:hover .title{color: #fff;}
.recruit_list .item:hover .text{color: #fff;}
.recruit_list .item:hover .text span{color: #fff;}
.recruit_list .item:hover .time{color: #fff;}

/*  */
.contact_page{width: 100%; min-height: 500px; overflow: hidden;}
.contact_page .left{width: 40%; padding-right: 20px;}
.contact_page .right{width: 60%;}
.contact_page .text1{font-size: 24px; color: #008ED6; margin-bottom: 20px;}
.contact_page .text2{font-size: 30px; color: #25282e; margin-bottom: 40px;}
.contact_page .text3{font-size: 16px; color: #4f4f4f; line-height: 30px; margin-bottom: 40px;}
.contact_page .QR{text-align: left;}
.contact_page .QR img{width: 120px; height: 120px;}
.contact_page .map{position: relative; overflow: hidden;}
.contact_page .map::before{content: ""; display: block; padding-top: 50%;}
.contact_page .map iframe{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; height: 100%;}



@media (max-width: 1399px){
    .header .nav_right{margin-left: 5%;}
    .index2 .item{padding: 120px 40px 120px 40px;}
	.index2 .item .text1 {font-size: 18px;}
}


@media (max-width: 1199px){
    .header .header_content .logo img{width: 200px;}
    .header .header_nav .nav_list>li>a{font-size: 14px;}
    .header .nav_right{margin-left: 2%;}
    .header .header_search{margin-left: 20px;}
    .header .header_search .search{width: 30px; height: 30px;}
    .header .header_tel .tel{font-size: 18px; line-height: 30px;}
    .index1 .item{padding: 30px 0 0 0;}
    .index1 .item .txtbox{padding: 10px 10px 20px 10px;}
    .index1 .item .mm{height: 40px;}
    .index2 .title_index{padding: 60px;}
    .index2 .item{padding: 60px 20px 60px 20px;}
    .index2 .item .imgbox{margin-bottom: 20px;}
    .index2 .item .text1{margin-bottom: 20px;}
    .index5 .item{padding: 15px;}
    .index5 .item .text{font-size: 14px;}
    /*  */
    .product_details .list .text1{font-size: 14px;}
    .product_details .list .text2{font-size: 14px;}
    .recruit_list{width: calc(100% + 20px);}
    .recruit_list li{width: calc(100% / 3 - 20px); margin: 0 20px 20px 0;}
    .recruit_list .item{padding: 20px;}


}

@media (min-width: 991px){
    .header .header_nav{display: block !important;}
}

@media (max-width: 991px){
    .header .header_content{height: 90px;}
    .header .header_content .left{width: 70%;}
    .header .header_content .right{padding-right: 60px; width: auto;}
    .header .header_nav{position: fixed; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); display: none;}
    .header .header_nav .nav{position: absolute; top: 0; right: 0; width: 60%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
    .header .header_nav .nav_list{padding: 80px 20px 0 20px;}
    .header .header_nav .nav_list>li{width: 100%; text-align: left;}
    .header .header_nav .nav_list>li::before{display: none;}
    .header .header_nav .nav_list>li>a{color: #333; line-height: 50px;}
    .header .header_nav .nav_list>li>i{display: none; position: absolute; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; border: 1px solid #999; text-align: center; font-size: 14px;}
    .header .header_nav .nav.act{transform: translateX(0);}
    .header .header_nav .drop_down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header .header_nav .drop_down li a{font-size: 12px; line-height: 30px;}
    .title_index .title1{font-size: 24px;}
    .title_index .title2{font-size: 16px;}
    .index_spacing{padding: 60px 0;}
    .more a{width: 140px; height: 42px; line-height: 40px; border: 1px solid #008ED6;}
    .more a span{font-size: 14px;}
    .index1 .list li{width: 100%;}
    .index1 .item{overflow: hidden;}
    .index1 .item .imgbox{width: 25%; float: left;}
    .index1 .item .txtbox{width: 75%; float: left;}
    .index1 .list li:nth-child(1) .item{border: none; border-bottom: 1px solid #e6e6e6;}
    .index1 .item{border: none; border-bottom: 1px solid #e6e6e6; padding: 10px 0;}
    .index1 .item .mm{display: none;}
    .index1 .item .txtbox{padding: 0 10px;}
    .index1 .item .txtbox .text1{font-size: 18px;}
    .index2 .title_index{padding: 40px;}
    .index2 .list li{width: 100%; border-bottom: 1px solid #fff;}
    .index2 .item{padding: 10px 10px 10px 10px; border: none; overflow: hidden;}
    .index2 .item .imgbox{width: 20%; float: left;}
    .index2 .item .imgbox::before{padding-top: 35%;}
    .index2 .item .txtbox{width: 80%; float: left;}
    .index2 .item .box{transform: translateY(0); opacity: 1;}
    .index2 .item .text1{text-align: left;}
    .index2 .item .text2{font-size: 14px; height: 50px;}
    .index2 .item .mm{margin-top: 20px;}
    .index3 .item .mask .text{bottom: 20px; left: 20px; font-size: 18px;}
    .index4 .title_index4 img{width: 150px;}
    .index4 .txtbox{width: 70%;}
    .index4 .txtbox .title{font-size: 24px;}
    .index4 .txtbox .text{font-size: 14px; margin-bottom: 50px; line-height: 25px;}
    .index5 .title_index{margin-bottom: 40px;}
    .index5 .list{width: calc(100% + 10px);}
    .index5 .list li{width: calc(100% / 3 - 10px); margin: 0 10px 0 0;}
    .index5 .item{padding: 10px;}
    .index5 .item .time{font-size: 12px; margin-bottom: 10px;}
    .index5 .item .title{font-size: 16px; margin-bottom: 10px;}
    .index5 .item .text{font-size: 12px; height: 60px; line-height: 20px; margin-bottom: 10px;}
    .footer1{display: none;}
    .footer2{padding: 20px 0;}
    /*  */
    .innner_page{padding: 40px 0;}
    .banner_inner .mask{bottom: 30px;}
    .banner_inner .mask .text1{font-size: 28px;}
    .banner_inner .mask .text2{font-size: 18px;}
    .sideBar{margin-bottom: 5px;}
    .sideBar .list li{margin: 0 10px 10px 0;}
    .sideBar .list li a{height: 32px; line-height: 30px; padding: 0 20px; font-size: 12px;}
    .about_page .left{width: 100%; padding: 0;}
    .about_page .right{width: 100%; padding: 0; margin-top: 20px;}
    .about_page .title_logo{margin-bottom: 20px;}
    .product_list .item .text{font-size: 16px; line-height: 60px;}
    .product_details .list li{width: 100%; padding: 0; margin-bottom: 15px;}
    .product_details .tit1{font-size: 20px;}
    .product_details .tit2{font-size: 16px;}
    .product_details .box2{padding-top: 15px; margin-top: 15px;}
    .apps_list .item .mask .icon{width: 30px; height: 30px;}
    .apps_list .item .mask .text1{margin-top: 10px; font-size: 16px;}
    .apps_list .item .mask .text2{margin-top: 10px; font-size: 12px; height: 40px; line-height: 20px;}
    .apps_list .item .txtbox{left: 10px; bottom: 10px; width: calc(100% - 20px);}
    .apps_detalis .txtbox .title{font-size: 16px;}
    .apps_detalis .txtbox .text{font-size: 14px;}
    .news_list .item .imgbox{width: 25%;}
    .news_list .item .txtbox .title{font-size: 14px;}
    .news_list .item .txtbox .text{font-size: 12px; line-height: 20px; height: 60px;}
    .news_list .item .txtbox .time{margin-top: 10px; font-size: 12px;}
    .recruit_list{width: calc(100% + 10px);}
    .recruit_list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .recruit_list .item{padding: 10px;}
    .recruit_list .item .title{font-size: 16px; padding-bottom: 10px;}
    .recruit_list .item .box{padding: 10px 0;}
    .recruit_list .item .text{font-size: 14px; line-height: 20px;}
    .recruit_list .item .time{font-size: 12px;}
    .contact_page .left{width: 100%; padding: 0;}
    .contact_page .right{width: 100%; margin-top: 20px;}

}

@media (max-width: 767px){
    .header_top{line-height: 25px; font-size: 12px;}
    .header .header_content{height: 70px;}
    .header .header_content .logo img{width: 188px;}
    .title_index .title1{font-size: 18px;}
    .title_index .title2{font-size: 14px;}
	.title_index .title2 span{font-size: 16px;}
	.title_index .title3{font-size: 18px;}
    .more a{height: 32px; line-height: 30px;}
    .more a span{background-size: 20px;}
    .index_spacing{padding: 20px 0;}
	.index1 .list li {width: 50%;}
    .index1 .item .txtbox .text1{font-size: 14px;}
    .index1 .item .txtbox .text2{font-size: 12px; height: 40px; line-height: 20px;}
    .index1 .item .imgbox{width: 98%;}
    .index1 .item .imgbox::before{padding-top: 60%;}
    .index1 .item .txtbox{width: 98%;}
    .index2 .title_index{padding: 20px;}
    .index2 .more{margin-top: 15px;}
    .index2 .item .imgbox::before{padding-top: 45%;}
    .index2 .item .text1{font-size: 14px; margin-bottom: 10px;}
    .index2 .item .text2{font-size: 12px; line-height: 20px; height: 60px;}
    .index2 .item .mm{margin-top: 10px; font-size: 12px; line-height: 20px; background-size: 20px; padding-right: 30px;}
    .index3 .title_index{margin-bottom: 15px;}
    .index3 .left{width: 100%;}
    .index3 .right{width: 100%;}
    .index3 .item .mask .text{font-size: 14px; padding-bottom: 10px;}
    .index4 .title_index4{display: none;}
    .index4 .txtbox{width: 80%;}
    .index4 .txtbox .title{font-size: 16px; margin-bottom: 15px;}
    .index4 .txtbox .text{font-size: 12px; line-height: 20px; margin-bottom: 15px}
    .index5 .title_index{margin-bottom: 15px;}
    .index5 .list{width: 100%;}
    .index5 .list li{width: 100%; margin: 0 0 10px 0;}
    .index5 .item .title{font-size: 14px;}
    .index5 .item .text{height: 40px;}
    .footer2{padding: 15px 0;}
    .footer2 .copyright{width: 100%;}
    .footer2 .foot_logo{display: none;}
    /*  */
    .innner_page{padding: 20px 0;}
    .banner_inner .mask{bottom: 15px;}
    .banner_inner .mask .text1{font-size: 16px;}
    .banner_inner .mask .text2{font-size: 12px; margin-top: 0;}
    .inner_nav{margin-bottom: 15px;}
    .about_page .title_logo{margin-bottom: 15px;}
    .about_page .txtbox{font-size: 12px; line-height: 25px;}
    .product_list{width: calc(100% + 10px);}
    .product_list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_list .item .text{font-size: 12px; line-height: 30px;}
    .product_details .left{width: 100%;}
    .product_details .right{width: 100%; padding: 0; margin-top: 15px;}
    .product_details .title{padding-bottom: 15px; margin-bottom: 15px;}
    .product_details .tit1{font-size: 18px;}
    .product_details .tit2{font-size: 14px;}
    .product_details .tit3{font-size: 16px; margin-bottom: 15px;}
    .product_details .list .text1{font-size: 12px;}
    .product_details .list .text2{font-size: 12px;}
    .apps_list{width: 100%;}
    .apps_list li{width: 100%; margin: 0 0 10px 0;}
    .news_list li{padding-bottom: 10px; margin-bottom: 10px;}
    .news_list .item .imgbox{width: 30%;}
    .news_list .item .txtbox{padding: 0 10px;}
    .news_list .item .txtbox .title{margin-bottom: 5px;}
    .news_list .item .txtbox .time{margin-top: 5px;}
    .recruit_list li{width: calc(100% / 2 - 10px);}
    .recruit_list .item .box{display: block;}
    .contact_page .text1{font-size: 16px;}
    .contact_page .text2{font-size: 18px; margin-bottom: 10px;}
    .contact_page .text3{font-size: 14px; margin-bottom: 10px; line-height: 25px;}
}