@charset "utf-8";

@import url(public.css);

/* 头部 */
.header_top{width: 100%; overflow: hidden; background-color: #dddddd; line-height: 30px; font-size: 14px; color: #999999;}
.header_top a{color: #999999; margin: 0 10px;}
.header_top a:hover {color: #1251c4; text-decoration: underline;}
/* header */
.header{width: 100%; position: relative;}
.header .header_content{position: relative; height: 100px;}
.header .left{height: 100%; display: flex; align-items: center;}
.header .right{height: 100%; display: flex; align-items: center;}
.header .logo{overflow: hidden;}
.header .logo img{width: 478px; height: auto; max-width: 100%; max-height: 100%;}
.header .header_txt{padding-left: 20px; margin-left: 20px; position: relative;}
.header .header_txt::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 30px; background-color: #dadada;}
.header .header_txt .text{font-size: 18px; color: #333; font-weight: bold;}
.header .header_tel{margin-left: 30px; padding-left: 50px; background: url(../images/header_icon1.png) no-repeat left center;}
.header .header_tel .text1{font-size: 14px; color: #333;}
.header .header_tel .text2{font-size: 30px; color: #f00606; font-weight: bold; font-family: Arial;}
/* 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:#1251c4; 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; background-color: #1251c4; width: 100%;}
.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: 50px; font-size: 16px; color: #fff; display: block;}
.header .header_nav .nav_list>li:hover>a{background-color: #1559d6;}
.header .header_nav .nav_list>li.on>a{background-color: #1559d6;}
.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: #1559d6;}
.header.small .header_nav{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;}
}
/* 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: #1251c4; opacity: 1;}
/*  */
.spacing_index{padding: 45px 0;}
.title_index{text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 20px;}
.title_index .title1{font-size: 24px; color: #333; font-weight: bold;}
.title_index .title2{font-size: 14px; color: #666666; display: inline-block; position: relative; padding: 0 10px; margin-top: 12px;}
.title_index .title2::before, .title_index .title2::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 12px; background: url(../images/title_icon.png) no-repeat; background-size: 100% 100%;}
.title_index .title2::before{left: 100%;}
.title_index .title2::after{right: 100%;}
.title_index::before{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 43px; height: 5px; background-color: #1251c4;}
.more{text-align: center; margin-top: 20px;}
.more a{display: inline-block; text-align: center; width: 160px; height: 45px; line-height: 45px; text-align: center; font-size: 15px; color: #fff; background-color: #282828;}
.more a:hover{background-color: #1251c4;}
/*  */
.service{width: 100%; overflow: hidden;}
.tab{width: 100%; text-align: center; margin-bottom: 20px; overflow: hidden; text-align: center;}
.tab .tabList{overflow: hidden; display: inline-block; font-size: 0;}
.tab .tabList li{float: left; padding: 0 2px 5px 2px;}
.tab .tabList li a{display: block; width: 130px; height: 35px; line-height: 31px; border: 2px solid #1251c4; border-radius: 35px; text-align: center; background-color: #fff; font-size: 18px; color: #333333;}
.tab .tabList .select a{background: #1251c4; color: #fff;}
.tabContent{width: 100%; overflow: hidden;}
.tabContent .con{display: none;}
.tabContent .con.act{display: block;}
.product_list{width: calc(100% + 20px);}
.product_list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.product_list .item{width: 100%;}
.product_list .item .imgbox{position: relative; overflow: hidden; border: 3px solid #e8e8e8;}
.product_list .item .imgbox::before{content: ""; display: block; padding-top: 70%;}
.product_list .item .text{font-size: 15px; color: #333; background-color: #e8e8e8; line-height: 40px; text-align: center; margin-top: 3px;}
.product_list .item:hover .imgbox img{transform: scale(1.1);}
.product_list .item:hover .text{background-color: #1251c4; color: #fff;}
/*  */
.advantage{width: 100%; overflow: hidden; background: url(../images/advantage_bg.jpg) no-repeat center center; background-size: cover;}
.title_advantage{text-align: center; overflow: hidden; margin-bottom: 40px;}
.title_advantage img{max-width: 100%; height: auto;}
.advantage .list{width: 100%; }
.advantage .list li{width: 50%; padding: 0 20px 40px 20px; float: left;}
.advantage .item{width: 100%; background-color: #fff; border-radius: 20px; display: flex;}
.advantage .item .content{padding: 30px 20px; flex: 1;}
.advantage .item .content .number{float: left; width: 70px; line-height: 130px; text-align: center; font-size: 36px; color: #fff; font-weight: bold; margin-top: -50px; background: url(../images/advantage_icon.png) no-repeat; background-size: 100% 100%;}
.advantage .item .content .right{width: calc(100% - 70px);}
.advantage .item .content .tit{font-size: 20px; color: #333333; font-weight: bold; margin-bottom: 15px;}
.advantage .item .content .text{font-size: 16px; color: #333; height: 75px; line-height: 25px; overflow: hidden;}
.advantage .item .imgbox{font-size: 0; text-align: center; width: 36%; overflow: hidden;}
.advantage .item .imgbox img{width: 100%; height: auto; border-radius: 20px;}
.advantage .list li:nth-last-child(1){padding: 0 20px;}
.advantage .list li:nth-last-child(2){padding: 0 20px;}
/*  */
.about{width: 100%; background-color: #f2f2f2; overflow: hidden;}
.about .wrap{padding: 25px; box-shadow: 0 0 5px 0 #ccc; background: url(../images/about_icon1.png) no-repeat right bottom #fff;}
.about .imgbox{width: 50%; float: left; padding: 0 15px 0 0; text-align: center; overflow: hidden;}
.about .imgbox img{width: 100%; height: auto;}
.about .content{width: 100%; float: right; padding: 0 0 30px 15px;}
.about .content .title{font-size: 20px; color: #1251c4; font-weight: bold; margin-bottom: 20px;}
.about .content .text{font-size: 14px; color: #333; line-height: 30px;}
/*  */
.process{width: 100%; overflow: hidden; background: url(../images/process_bg.jpg) no-repeat center center; background-size: cover;}
.process .title_index::before{background-color: #fff;}
.process .title_index .title1{color: #fff;}
.process .title_index .title2{color: #fff;}
.process_list{display: flex; justify-content: space-between; flex-wrap: wrap;}
.process_list li{float: left;}
.process_list .item{width: 150px; background-color: #fff; padding: 20px 15px; border-radius: 10px; position: relative;}
.process_list .item::before{content: ""; position: absolute; top: 0; bottom: 0; right: -45px; z-index: 2; margin: auto; width: 34px; height: 29px; background: url(../images/process_icon.png) no-repeat; background-size: 100% 100%;}
.process_list .item .number{font-size: 25px; color: #000; font-weight: bold; display: inline-block; position: relative; margin-bottom: 30px;}
.process_list .item .number::before{content: ""; position: absolute; top: 0; right: -25px; width: 26px; height: 54px; background: url(../images/process_icon1.png) no-repeat; background-size: 100% 100%;}
.process_list .item .icon{position: relative; overflow: hidden; margin-bottom: 20px;}
.process_list .item .icon::before{content: ""; display: block; padding-top: 43%;}
.process_list .item .text1{margin-bottom: 15px; text-align: center; background-color: #1251c4; border-radius: 5px; font-size: 14px; color: #fff; height: 35px; line-height: 35px; overflow: hidden; background-color: #1251c4;}
.process_list .item .text2{font-size: 14px; color: #333; line-height: 25px; text-align: center; height: 50px; overflow: hidden;}
.process_list .item:hover .icon img{transform: rotateY(360deg);}
.process_list li:last-child .item::before{display: none;}
/*  */
.case{width: 100%; overflow: hidden; overflow: hidden; background-color: #fbfbfb;}
/*  */
.news{width: 100%; position: relative; overflow: hidden; background: url(../images/news_bg.jpg) no-repeat center center; background-size: cover;}
.news::before{content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 200px; background-color: #1251c4; z-index: 0;}
.news .wrap{background-color: #fff; padding: 10px 10px 20px 10px; position: relative; z-index: 1;}
.news .left{padding-right: 15px; width: 50%;}
.news .right{padding-left: 15px; width: 50%;}
.news .imgbox{position: relative; overflow: hidden; text-align: center;}
.news .imgbox img{width: 100%; height: auto;}
.news .content{border-bottom: 1px solid #e8e8e8; padding-bottom: 20px; margin-top: 20px;}
.news .tit{font-size: 16px; color: #333; line-height: 20px; margin-bottom: 10px;}
.news .tit span{float: right; font-size: 12px; color: #999;}
.news .text{font-size: 14px; color: #333333; line-height: 20px;}
.news .list{width: 100%;}
.news .list li{border-bottom: 1px solid #e8e8e8; padding-bottom: 30px; margin-bottom: 30px;}
.news .item:hover .tit{color: #1251c4;}
/*  */
.footer1{width: 100%; padding: 40px 0; background-color: #1251c4; overflow: hidden;}
.footer1 .left{max-width: 50%;}
.footer1 .right{max-width: 50%;}
.footer1 .foot_logo{text-align: left; overflow: hidden;}
.footer1 .foot_logo img{max-width: 100%;}
.footer1 .foot_tel{font-size: 20px; color: #fff; font-family: Arial; border: 1px dotted #fff; line-height: 35px; padding: 0 40px; float: left; border-radius: 35px; margin: 15px 0 0 100px;}
.footer1 .QR{text-align: center; overflow: hidden; float: left;}
.footer1 .QR img{width: 110px; height: 110px;}
.footer1 .QR .text{font-size: 14px; color: #fff;}
.footer1 .contact{font-size: 14px; color: #fff; line-height: 30px; margin-left: 30px; float: left;}
.footer2{width: 100%; background-color: #1559d6; padding: 10px 0; overflow: hidden;}
.footer2 .text{font-size: 14px; color: #fff; line-height: 20px;}
.footer2 .text a{color: #fff;}
/*  */
.inner_page{width: 100%; padding: 40px 0;}
.title_inner{border-bottom: 1px solid #c4c4c4; padding-bottom: 10px; margin-bottom: 20px;}
.title_inner .title{font-size: 14px; color: #0e47ae; font-weight: bold;}
.title_inner .breadcrumb{font-size: 14px; color: #333333;}
.sideBar_left{width: 270px; float: left;}
.sideBar_right{width: calc(100% - 290px); float: right;}
.sideBar{width: 100%; overflow: hidden; background-color: #1251c4; padding: 0 10px 10px 10px;}
.sideBar .sideBar_title{background-color: #1251c4; padding: 20px 15px; text-align: left; position: relative;}
.sideBar .sideBar_title .text1{font-size: 20px; color: #fff; line-height: 1; font-weight: bold;}
.sideBar .sideBar_title .text2{font-size: 50px; color: rgba(255,255,255,.11); line-height: 1; font-family: Arial; font-weight: bold; margin-top: -20px; text-transform: uppercase;}
.sideBar .sideBar_title .icon{position: absolute; top: 0; bottom: 0; right: 15px; margin: auto; width: 30px; height: 30px; line-height: 30px; font-size: 30px; color: #fff; display: none;}
.sideBar .list{background-color: #fff; padding: 10px;}
.sideBar .list>li>a{display: block; height: 50px; line-height: 50px; text-align: left; position: relative; font-size: 16px; color: #333; border-bottom: 1px dotted #dadada; padding: 0 30px 0 0;}
.sideBar .list>li>a i{content: ""; position: absolute; right: 5px; top: 0; bottom: 0; margin: auto; font-size: 16px; color: #333; width: 20px; height: 20px; text-align: center; line-height: 20px;}
.sideBar .list>li:hover>a , .sideBar .list>li.act>a{color: #1251c4;}
.sideBar .drop_down{width: 100%; display: none;}
.sideBar .drop_down li{border-bottom: 1px dotted #ddd; text-align: center;}
.sideBar .drop_down li a{display: block; height: 40px; line-height: 40px; color: #333;}
.sideBar .drop_down li a:hover{color: #1251c4;}
/*  */
.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 .content{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}
/*  */
.inner_page .product_list li{width: calc(100% / 3 - 20px);}
/*  */
.service_page{width: 100%; overflow: hidden;}
/*  */
.product_details{width: 100%; overflow: hidden;}
.product_details .wrap1{background-color: #fff; padding: 20px;}
.product_details .wrap1 .imgbox{width: 30%; float: left; text-align: center; overflow: hidden;}
.product_details .wrap1 .imgbox img{max-width: 100%; height: auto;}
.product_details .wrap1 .content{width: 70%; float: left; padding-left: 30px;}
.product_details .wrap1 .title{font-size: 14px; color: #333; margin-bottom: 20px;}
.product_details .wrap1 .text{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}
.product_details .wrap1 .tel{font-size: 20px; color: #2372ce; float: left; line-height: 35px;}
.product_details .wrap1 .btn{float: left; width: 125px; height: 35px; line-height: 35px; background-color: #2372ce; border-radius: 35px; font-size: 14px; color: #fff; text-align: center; margin-left: 20px; cursor: pointer;}
.product_details .tab{width: 100%; text-align: left;}
.product_details .wrap2{width: 100%; background-color: #fff;}
.product_details .wrap2 .content{font-size: 14px; color: #333; line-height: 25px;}
.product_details .wrap2 .content img{max-width: 100%; height: auto;}
/*  */
.case_page{width: 100%; overflow: hidden;}
/*  */
.news_page{width: 100%;}
.news_list{width: 100%;}
.news_list li{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #efefef;}
.news_list .item{width: 100%;}
.news_list .item a{display: flex;}
.news_list .item .imgbox{width: 15%; float: left; position: relative;}
.news_list .item .imgbox::before{content: ""; display: block; padding-top: 50%;}
.news_list .item .content{width: 85%; float: left; padding: 5px 15px;}
.news_list .item .content .title{font-size: 18px; color: #2a2a2a; margin-bottom: 10px;}
.news_list .item .content .text{font-size: 14px; color: #868686; height: 50px; line-height: 25px; overflow: hidden; margin-bottom: 15px;}
.news_list .item .content .time{font-size: 14px; color: #7b7b7b; font-family: Arial; font-weight: bold; border-bottom: 1px solid #7b7b7b; display: inline-block;}
.news_list .item:hover{transform: translateY(-5px); box-shadow: 5px 5px 10px #ccc;}
/*  */
.news_details{width: 100%;}
.news_details .title{text-align: center; border-bottom: 1px dotted #ddd; padding-bottom: 15px; margin-bottom: 20px;}
.news_details .title .title1{font-size: 16px; color: #333;}
.news_details .title .title2{font-size: 14px; color: #999; margin-top: 10px;}
.news_details .imgbox{text-align: center; overflow: hidden;}
.news_details .imgbox img{max-width: 100%; height: auto;}
.news_details .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-top: 20px;}
/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 10px;}
.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; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}



@media (max-width: 1199px){
    .header .logo img{width: 420px;}
    .header .header_txt .text{font-size: 16px;}
    .spacing_index{padding: 40px 0;}
    .process_list .item::before{display: none;}
    /*  */
    .sideBar_left{width: 240px;}
    .sideBar_right{width: calc(100% - 260px);}
    .news_list .item .imgbox{width: 20%;}
    .news_list .item .content{width: 80%;}
}

@media (max-width: 991px){
    .header .header_content{height: 90px;}
    .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;}
    .header .header_nav .nav_list>li>i{display: block; 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 .nav_list>li:hover>a{color: #f00606; background-color: #fff;}
    .header .header_nav .nav_list>li.on>a{color: #f00606; background-color: #fff;}
    .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;}
    .spacing_index{padding: 30px 0;}
    .title_index{margin-bottom: 30px;}
    .title_index .title1{font-size: 20px;}
    .title_index .title2{font-size: 12px; margin-top: 10px;}
    .tab{margin-bottom: 10px;}
    .tab .tabList li a{width: 126px; height: 32px; line-height: 30px; font-size: 14px; border: 1px solid #1251c4;}
    .product_list{width: calc(100% + 10px);}
    .product_list li{width: calc(100% / 4 - 10px); margin: 0 10px 10px 0;}
    .product_list .item .text{font-size: 14px; line-height: 30px;}
    .more a{width: 120px; height: 30px; line-height: 30px;}
    .advantage .list li{width: 100%; padding: 0 0 30px 0;}
    .advantage .list li:nth-last-child(1){padding: 0 0 30px 0;}
    .advantage .list li:nth-last-child(2){padding: 0 0 30px 0;}
    .advantage .item .imgbox{width: 20%;}
    .advantage .item .content{padding: 10px;}
    .advantage .item .content .right{width: calc(100% - 40px); padding-left: 10px;}
    .advantage .item .content .tit{font-size: 16px;}
    .advantage .item .content .text{font-size: 14px; height: 60px; line-height: 20px;}
    .advantage .item .content .number{width: 40px; line-height: 80px; font-size: 24px; margin-top: -20px;}
    .about .wrap{padding: 10px;}
    .process_list{display: block;}
    .process_list li{margin: 0 10px 10px 0;}
    .footer1{display: none;}
    /*  */
    .inner_page{padding: 30px 0;}
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 240px);}
    .sideBar .sideBar_title{padding: 15px 10px;}
    .sideBar .sideBar_title .text1{font-size: 16px;}
    .sideBar .sideBar_title .text2{font-size: 26px; margin-top: 0;}
    .sideBar{padding: 0 5px 5px 5px;}
    .sideBar .list{padding: 0 5px;}
    .sideBar .list>li>a{height: 40px; line-height: 40px; font-size: 14px;}
    .inner_page .product_list{width: calc(100% + 10px);}
    .inner_page .product_list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
    .product_details .wrap1 .tel{font-size: 16px;}
    .product_details .wrap1 .btn{width: 100px; height: 35px; line-height: 35px;}
    .news_list .item .imgbox{width: 30%;}
    .news_list .item .content{width: 70%;}
}

@media (max-width: 767px){
    .header .header_content{height: 60px;}
    .header .header_content .logo img{width: 220px;}
    .spacing_index{padding: 20px 0;}
    .title_index{margin-bottom: 15px; padding-bottom: 10px;}
    .title_index::before{width: 25px; height: 3pxs;}
    .title_index .title1{font-size: 18px;}
    .tab .tabList li a{font-size: 12px;}
    .product_list li{width: calc(100% / 2 - 10px);}
    .advantage .item .content{padding: 5px;}
    .advantage .item .content .number{margin-top: 0;}
    .advantage .item .content .tit{margin-bottom: 5px;}
    .advantage .item .content .text{font-size: 12px;}
    .about .imgbox{width: 100%; padding: 0;}
    .about .content{width: 100%; padding: 10px 0 30px 0;}
    .about .content .title{font-size: 16px; margin-bottom: 10px;}
    .about .content .text{font-size: 12px; line-height: 24px;}
    .process_list{width: calc(100% + 10px);}
    .process_list li{width: calc(50% - 10px); margin: 0 10px 10px 0;}
    .process_list .item{padding: 5px; width: 100%;}
    .process_list .item .number{font-size: 20px; margin-bottom: 15px;}
    .process_list .item .number::before{width: 20px; height: 40px;}
    .process_list .item .icon::before{padding-top: 30%;}
    .process_list .item .icon{margin-bottom: 10px;}
    .process_list .item .text1{font-size: 12px; height: 30px; line-height: 30px; margin-bottom: 10px;}
    .process_list .item .text2{font-size: 12px; line-height: 20px; height: 40px;}
    .news .left{width: 100%; padding: 0;}
    .news .right{width: 100%; padding: 15px 0 0 0;}
    .news .content{margin-top: 10px; padding-bottom: 10px;}
    .news .tit{font-size: 14px;}
    .news .text{font-size: 12px;}
    .news .list li{padding-bottom: 10px; margin-bottom: 10px;}
    /*  */
    .inner_page{padding: 20px 0;}
    .sideBar{padding: 0;}
    .sideBar_left{width: 100%;}
    .sideBar_right{width: 100%; padding: 15px 0 0 0;}
    .sideBar .list{display: none; padding: 0 10px;}
    .sideBar .sideBar_title{padding: 10px;}
    .sideBar .sideBar_title .text2{display: none;}
    .sideBar .sideBar_title .icon{display: block;}
    .inner_page .product_list li{width: calc(100% / 2 - 10px);}
    .product_details .wrap1{padding: 10px;}
    .product_details .wrap1 .imgbox{width: 100%;}
    .product_details .wrap1 .content{width: 100%; margin-top: 10px; padding: 0;}
    .product_details .wrap1 .title{font-weight: bold; margin-bottom: 10px;}
    .product_details .wrap1 .text{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
    .product_details .wrap1 .tel{width: 100%;}
    .product_details .wrap1 .btn{margin-left: 0;}
    .product_details .wrap2 .content{font-size: 12px; line-height: 20px;}
    .news_list li{margin-bottom: 10px; padding-bottom: 10px;}
    .news_list .item .imgbox{width: 150px;}
    .news_list .item .content{width: calc(100% - 150px); padding: 2px 0 2px 10px;}
    .news_list .item .content .title{font-size: 14px; font-weight: bold; margin-bottom: 5px;}
    .news_list .item .content .text{font-size: 12px; height: 60px; line-height: 20px; margin-bottom: 5px;}
    .news_list .item .content .time{font-size: 12px;}
	
	.tab .tabList li a{width: 100px;}
}
@media (max-width: 320px){
	.tab .tabList li a{width: 90px;}
	}