@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
a{ color:#333;}
/*  */
.header .header_content{width: 100%; background-color: #fff; height:80px; position: relative;}
.header .header_content .left{width: 25%; height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .header_content .right{width: 75%; height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .header_content .logo{float: left;}
.header .header_content .logo img{max-width: 100%; width: 228px; height:auto;}
/*  */
.header .navBarIcon{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; padding: 0; height: 29px; display:block; cursor:pointer;}
.header .navBarIcon .icon-bar{background:#065ab7; width:35px; height:5px; display: block;}
.header .navBarIcon .icon-bar+.icon-bar{ margin-top:6px;}
.header .navBarIcon.tx .icon-bar:nth-child(1){ margin-top:10px; transform:rotateZ(45deg);}
.header .navBarIcon.tx .icon-bar:nth-child(2){ opacity:0;}
.header .navBarIcon.tx .icon-bar:nth-child(3){ top:50%; position:absolute; margin:0 !important; transform:translate(0,-50%) rotateZ(135deg);}
/*  */
.header .header_nav{width: 100%; position: relative; background-color: #fff;}
.header .header_nav .nav_logo{width: 100%; text-align: center; overflow: hidden; padding: 20px;}
.header .header_nav .nav_logo img{max-width: 100%; height: auto;}
.header .header_nav .navBox{max-width: 1200px; height: auto; margin: 0 auto;}
.header .header_nav .navList{width: 100%;}
.header .header_nav .item{float: left; width: 12.5%; height: 80px; position: relative; text-align: center;}
.header .header_nav .item>a{color: #333; font-size: 16px; line-height: 80px; display: block; overflow: hidden;}
.header .header_nav .item:hover>a{color: #F6AB00;}
.header .header_nav .act>a{color: #F6AB00;}
/* .header .header_nav .item.act>a{color: #F6AB00;} */
.header .header_nav .nav_down{display: none; position:absolute; top:100%; width: 120%; left: 0%; box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: #fff; z-index:9;}
.header .header_nav .nav_down li{width: 100%; text-align: center;}
.header .header_nav .nav_down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px;}
.header .header_nav .nav_down li a:hover{background: #F6AB00; color: #fff;}
/* .header.small .header_nav{position: fixed; left: 0; top: 0; z-index: 6; animation: navSmall 0.5s;} */
@keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes navSmall {
    from {top: -50px;}
    to {top: 0;}
}
/*  */
.banner{width: 100%;}
.banner .img{width: 100%;}
.banner .swiper-pagination-bullet-active{background: #333333;}
.banner .banner-next, .banner .banner-prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 50px; line-height: 50px; font-size: 38px; color: #333; z-index: 9; opacity: 0;}
.banner .banner-prev{left: 2%;}
.banner .banner-next{right: 2%;}
.banner:hover .banner-next, .banner:hover .banner-prev{opacity: 1;}
/* tabbar */
.tabBar{width: 100%; height: 58px; background-color: #191919; border-top: 1px solid #fff; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 6; height: calc(58px +  constant(safe-area-inset-bottom)); height: calc(58px +  env(safe-area-inset-bottom));}
.tabBar .list{height: 100%; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;}
.tabBar .list>li{height: 100%; border-right: 1px solid #fff; position: relative; flex: 1;}
.tabBar .list>li:last-child{border-right: none;}
.tabBar .item{width: 100%; height: 100%; text-align: center; display: flex; display: -webkit-flex; justify-content: center; align-content: center; flex-wrap: wrap;}
.tabBar .item span{width: 100%; font-size: 16px; color: #fff; display: block; line-height: 20px;}
.tabBar .item p{width: 100%; font-size: 12px; line-height: 20px; color: #fff;}
.tabBar .tabbar_bg{width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; z-index: 7; display: none;}
.tabBar .tel_num{width: 100%; display: block; overflow: hidden; background-color: #f5f5f5; box-shadow: 0 0 5px rgb(0 0 0 / 30%); position: fixed; bottom: 0; left: 0; z-index: 8; display: none;}
.tabBar .tel_num a{display: block; line-height: 44px; font-size: 15px; color: #333; border-bottom: 1px solid #ddd; text-align: center;}
.tabBar .tel_num .cancel{margin-top: 6px; border-top: 1px solid #ddd; background-color: #fff; line-height: 44px; font-size: 15px; color: #333; text-align: center;}
.tabBar .wecht_box{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); z-index: 7; display: none;}
.tabBar .wecht_content{width: 100%; background-color: #fff; padding: 30px; text-align: center; position: absolute; top: 50%; transform: translateY(-50%);}
.tabBar .wecht_content .title{font-size: 18px; color: #333; line-height: 24px; font-weight: bold;}
.tabBar .wecht_content img{width: 150px; height: auto; margin-top: 10px;}
.tabBar .wecht_content .txt{font-size: 12px; color: #333; margin-top: 10px; line-height: 20px;}
.tabBar .wecht_content .txt span{font-size: 18px; font-family: Impact;}
.tabBar .close{position: absolute; bottom: -38px; width: 30px; height: 30px; line-height: 28px; font-size: 20px; color: #fff; border: 1px solid #fff; border-radius: 50%; left: 0; right: 0; margin: auto;}

/*  */
.title_index{width: 100%; text-align: center; margin-bottom: 40px;}
.title_index .title1{font-size: 35px; color: #f00; line-height: 1;}
.title_index .title2{display: inline-block; font-size: 25px; color: #000; position: relative; padding: 0 10px; margin-top: 5px;}
.title_index .title2::before, .title_index .title2::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 43px; height: 1px; background-color: #00829a;}
.title_index .title2::before{left: 100%;}
.title_index .title2::after{right: 100%;}
/*  */
.index1{width: 100%; padding: 40px 0; overflow: hidden;}
.index1 .left{width: 50%; padding-right: 10px;}
.index1 .right{width: 50%; padding-left: 10px;}
.index1 .imgbox{text-align: center; overflow: hidden;}
.index1 .imgbox img{width: 100%; height: auto;}
.index1 .title1{font-size: 35px; color: #f00; margin-left: 20px;}
.index1 .title2{display: inline-block; position: relative; font-size: 25px; color: #333; padding: 0 10px; margin-left: 50px;}
.index1 .title2::before, .index1 .title2::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 50px; height: 1px; background-color: #00829A;}
.index1 .title2::before{left: 100%;}
.index1 .title2::after{right: 100%;}
.index1 .text{font-size: 16px; color: #000; line-height: 35px; margin-top: 20px;}
/*  */
.index2{width: 100%; padding: 40px 0; background: url(../images/idx2_bg.jpg) no-repeat center center; background-size: cover;}
.index2 .list{width: 100%;}
.index2 .list li{width: 20%; float: left;}
.index2 .icon{width: 100%; text-align: center; overflow: hidden;}
.index2 .icon img{width: 100px; height: 100px;}
.index2 .txtbox{text-align: center; margin-top: 10px;}
.index2 .txtbox .text1{font-size: 14px; color: #fff;}
.index2 .txtbox .text1 span{font-size: 32px; font-weight: bold; padding-right: 5px;}
.index2 .txtbox .text2{font-size: 22px; color: #fff;}
/*  */
.index3{width: 100%; padding: 40px 0; background-color: #EEEEEE;}
.index3 .list{width: 100%;}
.index3 .list li{width: 100%;}
.index3 .item{width: 100%; height: 350px; position: relative;}
.index3 .item .imgbox{width: 50%; height: 100%; float: left; position: relative; overflow: hidden;}
.index3 .item .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: contain; background-color: #fff;}
.index3 .item .txtbox{width: 50%; float: left; height: 100%; background-color: #ED710E; padding: 20px; position: relative;}
.index3 .item .txtbox .tit{font-size: 20px; color: #fff; display: inline-block; border-bottom: 2px solid #fff; padding-bottom: 12px;}
.index3 .item .txtbox .text{font-size: 14px; color: #fff; line-height: 35px; height: 245px; overflow: hidden; margin-top: 20px;}
.index3 .item .txtbox .text span{ display:block; float:right; height:40px; width:120px; border-radius:5px; background:#fef4ec; text-align:center; font-size:16px; margin-top:12px;}
.index3 .item .txtbox .text span a{color:#333; line-height:40px;}
.index3 .list li:nth-child(even) .item .imgbox{left: 50%;}
.index3 .list li:nth-child(even) .item .txtbox{right: 50%; background-color: #015CAC;}
.index3 .item:hover .imgbox .img{transform: scale(1.3);}
/*  */
.index4{width: 100%; padding: 40px 0;}
.index4 .left{width: 53%; padding-right: 40px;}
.index4 .right{width: 47%;}
.index4 .imgbox{text-align: center; overflow: hidden;}
.index4 .imgbox img{width: 100%; height: auto;}
.index4 .list{width: 100%;}
.index4 .list li{border-bottom: 1px dotted #eee;}
.index4 .list li a{display: block; width: 100%; height: 40px; line-height: 40px; font-size: 14px; color: #333; position: relative; padding-right: 80px;}
.index4 .list li a span{position: absolute; top: 0; right: 0; height: 40px; line-height: 40px; width: 80px; text-align: right;}
/*  */
.index5{width: 100%; padding: 40px 0; background-color: #F4F4F4;}
.index5 .picMarquee_left_idx5{width: 100%; padding: 0; font-size: 0; margin: 0; overflow: hidden;}
.index5 .picList{width: 100%;  height: 100px; overflow: hidden; padding: 0; font-size: 0;}
.index5 .picList li{width: 16%; float: left; margin-right: 1%;}
.index5 .picList .imgbox{text-align: center; background-color: #fff; position: relative; height: 100px; border: 1px solid #ddd;}
.index5 .picList .imgbox img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
/*  */
.footer{width: 100%; background: url(../images/foot_bg.jpg) no-repeat center center; background-size: cover; position: relative;}
.footer .foot_bg{background-color: rgba(0,0,0,0.8); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.footer .container{position: relative; z-index: 1;}
.foot1{width: 100%; padding: 40px 0; display: flex; justify-content: space-between;}
.foot1 .title{font-size: 22px; color: #fff; padding-bottom: 15px; position: relative; margin-bottom: 20px;}
.foot1 .title::before{content: ""; position: absolute; bottom: 0; left: 0; width: 70px; height: 2px; background-color: #f00;}
.foot1 .box1{width: 36%;}
.foot1 .box1 .text{ width:80%;}
.foot1 .box2{width: 15%;}
.foot1 .box3{width: 28%;}
.foot1 .box4{width: 10%;}
.foot1 .text{font-size: 14px; color: #fff; line-height: 30px;}
.foot1 .foot_nav{width: 100%;}
.foot1 .foot_nav li a{font-size: 15px; color: #fff; line-height: 30px;}
.foot1 .foot_nav li a:hover{color: #f00;}
.foot1 .text2{font-size: 16px; color: #fff; margin-bottom: 10px;}
.foot1 .foot_contact{width: 100%; font-size: 14px; color: #fff; line-height: 35px;}
.foot1 .foot_contact li{font-size: 14px; color: #fff; line-height: 35px;}
.foot1 .QR{float: right; padding-top: 50px; text-align: center;}
.foot1 .QR img{width: 100px; height: 100px;}
.foot1 .QR .text3{font-size: 12px; color: #fff; margin-top: 5px;}
.foot2{text-align: center; padding: 10px 0;}
.foot2 .copyright{font-size: 12px; color: #fff; line-height: 25px;}

/*  */
.inner_page{width: 100%; padding: 40px 0; min-height: 500px;}
.title_inner{width: 100%; text-align: center; margin-bottom: 30px;}
.title_inner .title1{font-size: 35px; color: #f00; line-height: 1;}
.title_inner .title2{display: inline-block; font-size: 25px; color: #000; position: relative; padding: 0 10px; margin-top: 5px;}
.title_inner .title2::before, .title_inner .title2::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 43px; height: 1px; background-color: #00829a;}
.title_inner .title2::before{left: 100%;}
.title_inner .title2::after{right: 100%;}
.sideBar_page{text-align: center; margin-bottom: 20px;}
.sideBar_page ul{display: inline-block;}
.sideBar_page ul li{float: left; padding: 0 5px 10px 5px;}
.sideBar_page ul li a{display: block; width: 160px; height: 45px; line-height: 45px; background-color: #FF0101; font-size: 16px; color: #fff; border-radius: 45px;}
.sideBar_page ul li a:hover{ background:#8e0303;font-size: 16px; color: #fff; border-radius: 45px;}
.sideBar_page ul li a.on{ background:#8e0303;font-size: 16px; color: #fff; border-radius: 45px;}

/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{margin-top: 20px; font-size: 16px; color: #333; line-height: 30px;}
.about_page .txtbox img{ max-width:100% !important; height:auto !important;}
/*  */
.product_page{width: 100%; overflow: hidden;}
.product_page .list{width: calc(100% + 20px);}
.product_page .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.product_page .item{width: 100%;}
.product_page .item a{display: block; width: 100%; height: 100%;}
.product_page .item .imgbox{position: relative; overflow: hidden;}
.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: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.product_page .item .text{font-size: 14px; color: #333; line-height: 30px; text-align: center;}
/*  */
.productShow_page{width: 100%; overflow: hidden;}
.productShow_page .title{text-align: center; overflow: hidden; font-size:18px; line-height:36px;}
.productShow_page .imgbox{text-align: center; overflow: hidden; margin:10px auto}
.productShow_page .imgbox img{max-width: 100%; height: auto;}
.productShow_page .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}
.productShow_page .txtbox img{ max-width:\100% !important; height:auto !important}
/*  */
.video_page{width: 100%; overflow: hidden;}
.video_page .list{width: calc(100% + 20px);}
.video_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.video_page .item{width: 100%; height: 240px;}
.video_page .item video{width: 100%; height: 100%;}

/*  */
.case_page{width: 100%; overflow: hidden;}
.case_page .list{width: calc(100% + 20px);}
.case_page .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.case_page .item{width: 100%;}
.case_page .item a{display: block; width: 100%; height: 100%;}
.case_page .item .imgbox{position: relative; overflow: hidden;}
.case_page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.case_page .item .imgbox .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;}
.case_page .item .text{font-size: 14px; color: #333; line-height: 30px; text-align: center;}
/*  */
.caseShow_page{width: 100%; overflow: hidden;}
.caseShow_page .imgbox{text-align: center; overflow: hidden;}
.caseShow_page .imgbox img{max-width: 100%; height: auto;}
.caseShow_page .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}

.partner_page{width: 100%; overflow: hidden;}
.partner_page .list{width: calc(100% + 20px);}
.partner_page .list li{width: calc(100% / 5 - 20px); float: left; margin: 0 20px 20px 0;}
.partner_page .item{width: 100%;}
.partner_page .item a{display: block; width: 100%; height: 100%;}
.partner_page .item .imgbox{position: relative; overflow: hidden; border:1px solid #efefef;}
.partner_page .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.partner_page .item .imgbox .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;}
.partner_page .item .text{font-size: 14px; color: #333; line-height: 30px; text-align: center;}

/*  */
.news_page{width: 100%; overflow: hidden;}
.news_page .list{width: calc(100% + 20px);}
.news_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.news_page .item{width: 100%;}
.news_page .item a{display: block; width: 100%; height: 100%;}
.news_page .item .imgbox{position: relative; overflow: hidden;}
.news_page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.news_page .item .imgbox .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;}
.news_page .item .title{font-size: 16px; color: #333; line-height: 30px; font-weight: bold; padding-top:6px;}
.news_page .item .text{font-size: 14px; color: #999; height: 66px; line-height: 22px; overflow: hidden;}
/*  */
.newsShow_page{width: 100%; overflow: hidden;}
.newsShow_page .title{text-align: center; overflow: hidden; font-size:18px; line-height:36px;}
.newsShow_page .imgbox{text-align: center; overflow: hidden; line-height:30px; border-bottom:1px dotted #dedede;}
.newsShow_page .imgbox img{max-width: 100%; height: auto;}
.newsShow_page .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}
.newsShow_page .txtbox img{ max-width:100% !important; height:auto !important;}
/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .left{width: 60%;}
.contact_page .right{width: 40%; padding-left: 30px;}
.contact_page .text1{font-size: 16px; color: #333; line-height: 45px;}
.contact_page .text2{font-size: 18px; color: #333; font-weight: bold; margin-top: 10px; line-height:50px;}




@media (max-width: 1199px){

}

@media (min-width:992px){
    .header .header_nav{display: block !important;}
}

@media (max-width:991px){
    .header .header_content{height: 90px; position: fixed; top: 0; left: 0; z-index: 8; box-shadow: 3px 3px 10px 0 #bbb;}
    .header .header_content .left{width: 80%;}
    .header .header_content .right{width: 20%;}
    .header .header_nav{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9; background-color: rgba(0,0,0,0.5); display: none;}
    .header .header_nav .navBox{width: 60%; height: 100%; position: absolute; left: -60%; top: 0; background-color: #fff;}
    .header .header_nav .item{width: 100%; height: 50px; border-bottom: 1px solid #999;}
    .header .header_nav .item>a{color: #333; line-height: 50px;}
    .header .header_nav .item:after{width: 100%; height: 1px; right: 0; top: auto;}
    .header .header_nav .item:last-child:after{display: block;}
    .header .header_nav .nav_down{display: none !important;}
    .banner{margin-top: 90px;}
    .title_index{margin-bottom: 30px;}
    .title_index .title1{font-size: 28px;}
    .title_index .title2{font-size: 20px;}
    .index1{padding: 30px 0;}
    .index1 .title1{font-size: 28px;}
    .index1 .title2{font-size: 20px;}
    .index1 .text{font-size: 14px; line-height: 30px;}
    .index2{padding: 30px 0;}
    .index2 .icon img{width: 60px; height: 60px;}
    .index2 .txtbox .text1 span{font-size: 22px;}
    .index2 .txtbox .text2{font-size: 14px;}
    .index3{padding: 30px 0;}
    .index4{padding: 30px 0;}
    .index4 .list li a{line-height: 35px; height: 35px;}
    .index5{padding: 30px 0;}
    .index5 .picList li{width: 25%;}
    .foot1{display: none;}
    /*  */
    .inner_page{padding: 30px 0;}
    .title_inner{margin-bottom: 30px;}
    .title_inner .title1{font-size: 28px;}
    .title_inner .title2{font-size: 20px;}
    .product_page .list li{width: calc(100% / 3 - 20px);}
    .video_page .item{height: 180px;}
    .case_page .list li{width: calc(100% / 3 - 20px);}
    .partner_page .list li{width: calc(100% / 4 - 20px);}

}

@media (max-width:750px){
    .header .header_content{height: 80px;}
    .header .header_content .logo{width: 85%;}
    .banner{margin-top: 80px;}
    .title_index{margin-bottom: 20px;}
    .title_index .title1{font-size: 20px;}
    .title_index .title2{font-size: 16px;}
    .index1{padding: 20px 0;}
    .index1 .left{width: 100%; padding: 0;}
    .index1 .right{width: 100%; padding: 0; margin-top: 10px;}
    .index1 .title1{margin-left: 0; font-size: 20px;}
    .index1 .title2{font-size: 16px;}
    .index1 .text{margin-top: 15px; line-height: 25px;}
    .index2{padding: 20px 0;}
    .index2 .icon img{width: 40px; height: 40px;}
    .index2 .txtbox .text1{font-size: 12px;}
    .index2 .txtbox .text1 span{font-size: 18px;}
    .index2 .txtbox .text2{font-size: 12px;}
    .index3{padding: 20px 0;}
    .index3 .item{height: auto;}
    .index3 .item .imgbox{width: 100%; height: 220px;}
    .index3 .item .txtbox{width: 100%; padding: 10px;}
    .index3 .item .txtbox .tit{font-size: 16px; padding-bottom: 7px;}
    .index3 .item .txtbox .text{height: 200px; line-height: 25px; margin-top: 10px;}
    .index3 .list li:nth-child(even) .item .imgbox{left: 0;}
    .index3 .list li:nth-child(even) .item .txtbox{right: 0;}
    .index4{padding: 20px 0;}
    .index4 .left{width: 100%; padding: 0;}
    .index4 .right{width: 100%; margin-top: 15px;}
    .index4 .list li a{height: 30px; line-height: 30px; padding-right: 70px;}
    .index4 .list li a span{height: 30px; line-height: 30px; font-size: 12px; width: 70px;}
    .index5{padding: 20px 0;}
    .index5 .picList li{width: 30%;}
    /*  */
    .inner_page{padding: 20px 0;}
    .title_inner{margin-bottom: 20px;}
    .title_inner .title1{font-size: 20px;}
    .title_inner .title2{font-size: 16px;}
    .sideBar_page{margin-bottom: 10px;}
    .sideBar_page ul li{padding: 0 3px 6px 3px;}
    .sideBar_page ul li a{width: 120px; height: 30px; line-height: 30px; font-size: 12px;}
	.sideBar_page ul li a.on{ font-size:12px;}
    .product_page .list{width: calc(100% + 10px);}
    .product_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .video_page .list{width: calc(100% + 10px);}
    .video_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .video_page .item{height: 150px;}
    .case_page .list{width: calc(100% + 10px);}
    .case_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .partner_page .list{width: calc(100% + 10px);}
    .partner_page .list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .news_page .list{width: calc(100% + 10px);}
    .news_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .news_page .item .title{font-size: 14px;}
    .contact_page .left{width: 100%;}
    .contact_page .right{width: 100%; padding-left: 0; margin-top: 15px;}
	.contact_page .text1{font-size: 14px; color: #333; line-height: 28px;}
	.contact_page .text2{font-size: 16px; color: #333; font-weight: bold; margin-top: 10px; line-height:30px;}
	
	.about_page .txtbox{margin-top: 10px; font-size: 14px; color: #333; line-height: 26px;}

}
