@charset "utf-8";

@import url(public.css);

/* 头部 */
body{width: 100%; overflow-x: hidden;}
.header{width: 100%; position: relative;}
.header .header_top{background-color: #EBEBEB; border-bottom: 2px solid #DADADA; position: relative;}
.header .header_top .head_tel{width: 35%; height: 40px; line-height: 40px; position: absolute; z-index: 1; background: url(../images/head_bg1.png) no-repeat; background-size: 100% 100%;}
.header .header_top .head_tel::before{content: ""; position: absolute; right: 99%; top: 0; width: 1000px; height: 100%; background-color: #1085CE; z-index: 0;}
.header .header_top .head_tel .txt{padding-left: 35px; font-size: 24px; color: #fff; font-family: Impact; position: relative; z-index: 2; background: url(../images/head_icon1.png) no-repeat left center;}
.header .header_top .head_link{float: right; overflow: hidden; zoom: 1;}
.header .header_top .head_link a{float: left; font-size: 14px; color: #999; line-height: 30px; position: relative; padding: 0 10px;}
.header .header_top .head_link a::before{content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 15px; background-color: #B1B1B1;}
.header .header_top .head_link a:nth-child(1)::before{display: none;}
.header .header_top .head_link a:hover{color: #1085CE;}
/*  */
.header .header_content{width: 100%; background-color: #fff; height:98px; padding-top: 8px; position: relative;}
.header .header_content .left{height: 100%; width: 50%; padding-right: 10px; display: flex; display: -webkit-flex; align-items: center}
.header .header_content .right{height: 100%; width: 50%;}
.header .header_content .logo{float: left;}
.header .header_content .logo img{max-width: 100%; width: 540px; 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:#333333; 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%; height: 100%; position: relative; background-color: #fff;}
.header .header_nav .navBox{width: 100%; height: 100%}
.header .header_nav .navList{width: 100%; height: 100%;}
.header .header_nav .item{float: left; width: 16.6666%; height: 90px; position: relative; text-align: center;}
.header .header_nav .item>a{color: #333333; font-size: 16px; line-height: 90px; display: block; overflow: hidden;}
.header .header_nav .item:hover>a{color: #1085CE;}
.header .header_nav .item.act>a{color: #1085CE;}
.header .header_nav .nav_down{display: none; position:absolute; top:100%; width: 120%; left: 50%; transform: translateX(-50%); box-shadow: 0 0 5px rgb(0 0 0 / 20%); background-color: rgba(0,0,0,0.5); 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:#fff; display: block; padding: 0 5px; height:40px; overflow:hidden;}
.header .header_nav .nav_down li a:hover{background: #1085CE; color: #fff;}
.header.small .header_content{position: fixed; left: 0; top: 0; box-shadow: 0 0 20px 0 #bbb; z-index: 6; padding: 0; 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: #edf5fd;}
.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: #fff; 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;}
/*  */
.header_search{position: relative; margin-top: -35px; z-index: 2;}
.header_search .box{width: 100%; box-shadow: 0 0 20px 0 #d9d9d9; background-color: #fff;}
.header_search .left{width: 50%; padding: 20px;}
.header_search .right{width: 50%;}
.header_search .left_box{padding-left: 40px; line-height: 30px; background: url(../images/search_icon1.png) no-repeat left center;}
.header_search .left_box .tit{font-size: 14px; color: #333; float: left; width: 80px; text-align: left;}
.header_search .left_box .txt{width: calc(100% - 80px); float: left; font-size: 14px; color: #333;}
.header_search .form_box{width: calc(100% - 260px); height: 40px; margin: 15px 0; float: left; padding-right: 20px;}
.header_search .form_box .form{width: 100%; height: 100%; overflow: hidden; border: 2px solid #D0D0D0;}
.header_search .form_box .form_txt{width: calc(100% - 55px); float: left; height: 100%; padding: 0 10px; font-size: 14px; color: #333; border: none; outline:none}
.header_search .form_box .form_btn{width: 55px; float: left; height: 100%; background: url(../images/search_icon2.png) no-repeat center center #C3C3C3; border: none; outline:none}
.header_search .search_tel{width: 230px; text-align: center; float: right; position: relative; background-color: #1085CE; padding-left: 10px; line-height: 70px; height: 70px; font-size: 34px; color: #fff; font-family: Impact;}
.header_search .search_tel::before{content: ""; position: absolute; left: -20px; top: 0; bottom: 0; margin: auto; width: 40px; height: 40px; border: 2px solid #1085CE; border-radius: 50%; background: url(../images/search_icon3.png) no-repeat center center #fff;}

/* 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{text-align: center; margin-bottom: 40px; overflow: hidden;}
.title_index .title1{font-size: 25px; color: #333; position: relative; padding: 0 20px; display: inline-block; margin-bottom: 5px;}
.title_index .title1::before, .title_index .title1::after{content: ""; position: absolute; top: 0; bottom: 0; margin: auto; width: 550px; height: 4px;}
.title_index .title1::before{right: 100%; background: url(../images/title_left.png) no-repeat; background-size: 100% 100%;}
.title_index .title1::after{left: 100%; background: url(../images/title_right.png) no-repeat; background-size: 100% 100%;}
.title_index .title2{font-size: 16px; color: #999; text-transform: uppercase;}
/*  */
.index1{width: 100%; padding: 40px 0; overflow: hidden;}
.index1 .tab{text-align: center; margin-bottom: 20px;}
.index1 .tab .tabList{text-align: center; font-size: 0;}
.index1 .tab .tabList li{display: inline-block; padding: 0 5px; margin-bottom: 10px;}
.index1 .tab .tabList li a{display: block; width: 250px; height: 40px; line-height: 38px; text-align: center; border: 1px solid #E3E3E3; font-size: 16px; color: #333; }
.index1 .tab .tabList .select a{background-color: #1085CE; color: #fff;}
.index1 .tab .tabList li:hover a{background-color: #1085CE; color: #fff;}
.index1 .tabContent .con{display: none;}
.index1 .tabContent .act{display: block;}
.index1 .list{width: calc(100% + 20px);}
.index1 .list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.index1 .item{width: 100%;}
.index1 .item a{display: block; width: 100%; height: 100%;}
.index1 .item .imgbox{position: relative; overflow: hidden; border: 1px solid #E3E3E3;}
.index1 .item .imgbox::before{content: ""; display: block; padding-top: 82%;}
.index1 .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: contain;}
.index1 .item .txt{width: 100%; height: 60px; line-height: 60px; padding: 0 55px 0 20px; font-size: 16px; color: #333; position: relative; background-color: #ECECEC; text-align: left;}
.index1 .item .txt span{position: absolute; width: 30px; height: 30px; border: 1px solid #1085CE; background-color: #1085CE; border-radius: 50%; line-height: 26px; text-align: center; font-size: 14px; color: #fff; position: absolute; top: 0; bottom: 0; right: 20px; margin: auto;}
.index1 .item:hover .imgbox{border-color: #1085CE;}
.index1 .item:hover .imgbox .img{transform: scale(1.1);}
.index1 .item:hover .txt{background-color: #1085CE; color: #fff;}
.index1 .item:hover .txt span{border-color: #fff; color: #fff;}
/*  */
.index2{width: 100%; position: relative; padding: 55px 0 0 0; overflow: hidden; background: url(../images/idx2_bg.jpg) no-repeat left top; background-size: 100%;}
.index2 .content{background-color: #fff; padding: 40px; box-shadow: 0 0 20px 0 #c4c4c4;}
.index2 .title_idx2{text-align: center; overflow: hidden; margin-bottom: 40px;}
.index2 .title_idx2 img{max-width: 100%; height: auto;}
.index2 .list{width: 100%; position: relative;}
.index2 .list::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 100%; height: 1px; background-color: #E6E6E6;}
.index2 .list li{width: 16.666%; float: left; text-align: center; position: relative; z-index: 2;}
.index2 .list li::before{content: ""; position: absolute; top: 0; bottom: 0; left: 100%; margin: auto; width: 7px; height: 9px; background: url(../images/idx2_icon0.png) no-repeat; background-size: 100% 100%;}
.index2 .list li:last-child::before{display: none;}
.index2 .item{width: 110px; height: 110px; display: inline-block; position: relative; z-index: 2; box-shadow: 0 0 20px 0 #c0c0c0; padding-top: 24px; background: url(../images/idx2_item_bg.png) no-repeat; background-size: 100% 100%;}
.index2 .item .number{position: absolute; right: 0; top: 0; width: 50px; height: 50px; padding: 5px 0 0 20px; font-size: 18px; color: #fff; background-image: url(../images/idx2_mask.png); background-repeat: no-repeat; background-size: 100% 100%;}
.index2 .item .imgbox{position: relative; overflow: hidden;}
.index2 .item .imgbox::before{content: ""; display: block; padding-top: 35%;}
.index2 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index2 .item .txt{text-align: center; font-size: 14px; color: #333; height: 20px; line-height: 20px; margin-top: 5px;}
.index2 .item:hover .number{background-image: url(../images/idx2_mask_act.png);}
.index2 .item:hover .imgbox .img{transform:rotateY(360deg);}
/*  */
.index3{width: 100%; padding: 45px 0; overflow: hidden;}
.index3 .left{width: 50%; padding-right: 30px;}
.index3 .right{width: 50%;}
.index3 .title_idx3{font-size: 35px; color: #1185ce; font-weight: bold; margin-bottom: 20px;}
.index3 .txtbox{font-size: 14px; color: #333; line-height: 30px; margin-bottom: 20px;}
.index3 .more{width: 95px; height: 35px; line-height: 35px; background-color: #1085CE; text-align: center; font-size: 14px; color: #fff; display: inline-block;}
.index3 .imgbox{position: relative; width: 100%; padding: 30px 0 0 30px; font-size: 0;}
.index3 .imgbox::before{content: ""; position: absolute; top: 0; left: 0; width: calc(100% - 30px); height: calc(100% - 30px); background-color: #1085CD;}
.index3 .imgbox img{width: 100%; height: auto; border: 3px solid #fff; position: relative; z-index: 1;}
/*  */
.index4{width: 100%; padding: 50px 0; overflow: hidden; background: url(../images/idx4_bg.jpg) no-repeat center center; background-size: cover;}
.index4 .title_idx4{width: 100%; text-align: center; margin-bottom: 40px; background: url(../images/title_idx4_gang.png) no-repeat center bottom; padding-bottom: 20px;}
.index4 .title_idx4 img{max-width: 100%; height: auto;}
.index4 .item{width: 100%; overflow: hidden; margin-bottom: 40px;}
.index4 .item:last-child{margin-bottom: 0;}
.index4 .imgbox{width: 50%; float: left; position: relative; text-align: center;}
.index4 .imgbox img{max-width: 100%; height: auto;}
.index4 .txtbox{width: 50%; float: left; padding: 0 0 0 40px; position: relative;}
.index4 .title{margin-bottom: 20px;}
.index4 .title .title_left{float: left; width: 53px; height: 53px; text-align: center; line-height: 53px; font-size: 20px; color: #fff; font-weight: bold; background-image: url(../images/idx4_tit_bg2.png); background-repeat: no-repeat; background-size: 100% 100%;}
.index4 .title .title_right{float: left; padding: 5px 0 0 10px;}
.index4 .title .title_right .title_name1{font-size: 20px; color: #333; font-weight: bold; line-height: 25px;}
.index4 .title .title_right .title_name2{font-size: 15px; color: #939393; line-height: 20px; margin-top: 2px;}
.index4 .list1{margin-bottom: 20px;}
.index4 .list1 li{font-size: 16px; color: #333; line-height: 40px; padding-left: 20px; background-image: url(../images/idx4_list1_icon2.png); background-repeat: no-repeat; background-position: left 14px;}
.index4 .list2{margin-bottom: 20px;}
.index4 .list2 li{float: left; padding: 0 5px;}
.index4 .list2 .icon{width: 81px; height: 81px;}
.index4 .list2 .icon img{width: 100%; height: 100%;}
.index4 .item:nth-child(odd) .imgbox{left: 50%;}
.index4 .item:nth-child(odd) .txtbox{right: 50%; padding: 0 40px 0 0;}
.index4 .item:nth-child(odd) .list1 li{background-image: url(../images/idx4_list1_icon1.png);}
.index4 .item:nth-child(odd) .title .title_left{background-image: url(../images/idx4_tit_bg1.png); color: #333;}
/*  */
.index5{width: 100%; padding: 50px 0; overflow: hidden; background-color: #fff;}
.index5 .content{position: relative;}
.index5 .imgbox{position: relative; overflow: hidden;}
.index5 .imgbox::before{content: ""; display: block; padding-top: 135%;}
.index5 .imgbox img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; max-height: 100%;}
.index5 .idx5_next, .index5 .idx5_prev{position: absolute; top: 0; bottom: 0; margin: auto; width: 50px; height: 50px; line-height: 46px; border: 2px solid #DBDBDB; text-align: center; font-size: 20px; z-index: 2; background-color: #fff; border-radius: 50%;}
.index5 .idx5_next{right: 102%;}
.index5 .idx5_prev{left: 102%; background-color: #1085CE; color: #fff; border-color: #1085CE;}
/*  */
.index6{width: 100%; padding: 40px 0; overflow: hidden; background: url(../images/idx6_bg.jpg) no-repeat center center; background-size: cover;}
.index6 .content{position: relative;}
.index6 .content::before{content: ""; position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background-color: #B5B5B5;}
.index6 .left{width: 50%; padding-right: 30px;}
.index6 .right{width: 50%; padding-left: 30px;}
.index6 .left .imgbox{text-align: center; overflow: hidden; margin-bottom: 10px;}
.index6 .left .imgbox img{width: 100%; height: auto;}
.index6 .left .title{font-size: 14px; color: #333; line-height: 20px; margin-bottom: 10px;}
.index6 .left .txt{font-size: 14px; color: #666; background-color: #fff; padding: 20px; line-height: 25px; border-radius: 5px; background-color: #fff;}
.index6 .item{width: 100%; margin-bottom: 15px; position: relative;}
.index6 .item a{display: block; width: 100%; height: 100%;}
.index6 .item .title{font-size: 14px; color: #333; list-style: 20px; margin-bottom: 10px;}
.index6 .item .txt{background-color: #fff; border-radius: 5px; font-size: 14px; color: #666; line-height: 25px; padding: 20px;}
.index6 .item::before{content: ""; position: absolute; top: 20px; left: -34px; width: 10px; height: 10px; background-color: #6699D8; border-radius: 50%;}
.index6 .item:hover .txt{background-color: #1085CE; color: #fff;}

/*  */
.foot1{width: 100%; background-color: #2F2F2F; overflow: hidden;}
.foot1 .content{display: flex; position: relative;}
.foot1 .toTop{position: absolute; top: 0; left: 100%; width: 70px; height: 30px; text-align: center; font-size: 12px; color: #fff; padding-top: 3px; background: url(../images/foot_icon0.png) no-repeat; background-size: 100% 100%; z-index: 2;}
.foot1 .box1{width: 40%; padding: 60px; position: relative; border-left: 1px solid rgba(255,255,255,.25);}
.foot1 .box1::before{content: ""; position: absolute; top: 60px; left: -16px; width: 32px; height: 32px; border: 1px solid #4C4C4C; border-radius: 50%; background: url(../images/foot_icon1.png) no-repeat center center #474747;}
.foot1 .box2{width: 35%; padding: 60px; position: relative; border-left: 1px solid rgba(255,255,255,.25);}
.foot1 .box2::before{content: ""; position: absolute; top: 60px; left: -16px; width: 32px; height: 32px; border: 1px solid #4C4C4C; border-radius: 50%; background: url(../images/foot_icon2.png) no-repeat center center #474747;}
.foot1 .box3{width: 25%; padding: 60px; position: relative; border-left: 1px solid rgba(255,255,255,.25);}
.foot1 .box3::before{content: ""; position: absolute; top: 60px; left: -16px; width: 32px; height: 32px; border: 1px solid #4C4C4C; border-radius: 50%; background: url(../images/foot_icon3.png) no-repeat center center #474747;}
.foot1 .foot_tit{margin-bottom: 30px; font-size: 16px; color: #fff;}
.foot1 .foot_logo{margin-bottom: 25px;}
.foot1 .foot_logo img{max-width: 100%; height: auto;}
.foot1 .foot_nav{margin-bottom: 25px; width: 80%; margin-bottom: 25px;}
.foot1 .foot_nav li{float: left; width: 33.333%;}
.foot1 .foot_nav li a{display: block; width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #fff;}
.foot1 .foot_nav li a:hover{text-decoration:underline}
.foot1 .formBox{width: 80%; height: 47px; border: 1px solid #fff; overflow: hidden; zoom: 1;}
.foot1 .formBox .fTxt{width: calc(100% - 55px); height: 100%; float: left; font-size: 16px; color: #fff; padding: 0 15px; background-color: #2F2F2F; border: none; outline:none;}
.foot1 .formBox .fBtn{width: 55px; height: 100%; float: left; background: url(../images/foot_icon4.png) no-repeat center center #1085CE; border: none;}
.foot1 .txt{font-size: 14px; color: #fff; line-height: 25px;}
.foot1 .QR{overflow: hidden; float: left; text-align: center; width: 80%;}
.foot1 .QR img{width: 96px; height: 96px;}
.foot1 .QR .txt{font-size: 12px; color: #999999; margin-top: 5px;}
.foot2{width: 100%; background-color: #1D1D1D; padding: 15px 0;}
.foot2 .copyright{font-size: 14px; color: #fff; line-height: 25px; float: left;}
.foot2 .copyright a{color: #fff;}
.foot2 .txt{float: right; font-size: 14px; color: #fff; line-height: 25px;}
.foot2 .txt a{color: #fff;}

/*  */
.inner_page{width: 100%; padding: 20px 0; min-height: 500px;}
.title_inner{background-color: #E2E2E2; padding: 15px; position: relative; margin-bottom: 20px;}
.title_inner::before{content: ""; position: absolute; left: 0; top: 0; width: 190px; height: 4px; background-color: #1386CE;}
.title_inner .title1{float: left; font-size: 14px; color: #333; line-height: 20px;}
.title_inner .title2{float: right; font-size: 14px; color: #333; line-height: 20px;}
/*  */
.sideBar_left{width: 270px; float: left;}
.sideBar_right{width: calc(100% - 270px); float: left; padding-left: 50px;}
.sideBar{border: 1px solid #EFEFEF; border-top: 7px solid #1085CE; border-radius: 7px; overflow: hidden; box-shadow: -3px 3px 10px 0px #888888;}
.sideBar_title{background: #fff; text-align: left; position: relative; font-size: 0; padding: 15px;}
.sideBar_title .title1{font-size: 20px; color: #000; font-weight: bold;}
.sideBar_title .title1 span{font-size: 16px; color: #bebebe; font-family: Arial; text-transform: uppercase; padding-left: 5px;}
.sideBar_title .sideBar_icon{position: absolute; right: 15px; top: 9px; font-size: 22px; color: #333;}
.sideBar ul{display: none;}
.sideBar .sideBar_list{background-color: #CDCDCD; padding: 15px; border-radius: 7px; overflow: hidden;}
.sideBar .sideBar_list>li{width: 100%; position: relative; margin-bottom: 7px;}
.sideBar .sideBar_list>li::before{content: ""; position: absolute; width: 9px; height: 12px; top: 0; bottom: 0; right: -8px; margin: auto; background: url(../images/sideBar_icon1.png) no-repeat; background-size: 100% 100%;}
.sideBar .sideBar_list>li>a{display: block; position: relative; height: 35px; line-height: 35px; font-size: 15px; color: #333; border-radius: 5px; background-color: #fff; text-align: left; padding: 0 10px;}
.sideBar .sideBar_list>li:hover>a{color: #1085CE;}
.sideBar .sideBar_list>li.on>a{color: #1085CE;}

.sideBar .sideBar_down{width: 100%; overflow: hidden;}
.sideBar .sideBar_down li{width: 100%; position: relative; text-align: left;}
.sideBar .sideBar_down li a{line-height: 30px; height: 30px; border-bottom: 1px dotted #c9ccce; overflow: hidden; display: block; font-size: 14px; color: #000; padding-left: 30px;}
.sideBar .sideBar_down li a:hover{color: #5598fc;}
.sideBar_below{margin-top: 15px; border: 1px solid #EFEFEF; box-shadow: -3px 3px 10px 0px #888888; border-top: 7px solid #1085CE; border-radius: 7px; overflow: hidden;}
.sideBar_below .sideBar_title2{text-align: center; font-size: 24px; background-color: #035ee7; color: #fff; padding: 15px 0;}
.sideBar_below .sideBar_img{text-align: center; overflow: hidden; padding: 0 15px;}
.sideBar_below .sideBar_img img{width: 100%; height: auto;}
.sideBar_below .sideBar_txt{padding: 10px; padding: 10px 15px 15px 15px;}
.sideBar_below .sideBar_txt p{font-size: 14px; color: #333; line-height: 24px;}

/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{font-size: 14px; color: #333; line-height: 30px; margin-bottom: 20px;}
.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% / 3 - 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; border: 1px solid #E3E3E3;}
.product_page .item .imgbox::before{content: ""; display: block; padding-top: 82%;}
.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: contain;}
.product_page .item .txt{width: 100%; height: 60px; line-height: 60px; padding: 0 55px 0 20px; font-size: 16px; color: #333; position: relative; background-color: #ECECEC; text-align: left;}
.product_page .item .txt span{position: absolute; width: 30px; height: 30px; border: 1px solid #1085CE; background-color: #1085CE; border-radius: 50%; line-height: 26px; text-align: center; font-size: 14px; color: #fff; position: absolute; top: 0; bottom: 0; right: 20px; margin: auto;}
.product_page .item:hover .imgbox{border-color: #1085CE;}
.product_page .item:hover .imgbox .img{transform: scale(1.1);}
.product_page .item:hover .txt{background-color: #1085CE; color: #fff;}
.product_page .item:hover .txt span{border-color: #fff; color: #fff;}
/*  */
/*  */
.product_page1{width: 100%; overflow: hidden;}
.product_page1 .list{width: calc(100% + 20px);}
.product_page1 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product_page1 .item{width: 100%;}
.product_page1 .item a{display: block; width: 100%; height: 100%;}
.product_page1 .item .imgbox{position: relative; overflow: hidden; border: 1px solid #E3E3E3;}
.product_page1 .item .imgbox::before{content: ""; display: block; padding-top: 120%;}
.product_page1 .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_page1 .item .txt{width: 100%; height: 60px; line-height: 60px; padding: 0 55px 0 20px; font-size: 16px; color: #333; position: relative; background-color: #ECECEC; text-align: left;}
.product_page1 .item .txt span{position: absolute; width: 30px; height: 30px; border: 1px solid #1085CE; background-color: #1085CE; border-radius: 50%; line-height: 26px; text-align: center; font-size: 14px; color: #fff; position: absolute; top: 0; bottom: 0; right: 20px; margin: auto;}
.product_page1 .item:hover .imgbox{border-color: #1085CE;}
.product_page1 .item:hover .imgbox .img{transform: scale(1.1);}
.product_page1 .item:hover .txt{background-color: #1085CE; color: #fff;}
.product_page1 .item:hover .txt span{border-color: #fff; color: #fff;}
/*  */
.productShow_page{width: 100%; overflow: hidden;}
.productShow_page .title{font-size: 18px; color: #333; text-align: center; margin-bottom: 15px;}
.productShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.productShow_page .imgbox img{max-width: 100%; height: auto;}
.productShow_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}

/*  */
.certificate_page{width: 100%; overflow: hidden;}
.certificate_page .list{width: calc(100% + 20px);}
.certificate_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.certificate_page .item{width: 100%; overflow: hidden; position: relative;}
.certificate_page .item::before{content: ""; display: block; padding-top: 135%;}
.certificate_page .item img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; max-height: 100%;}

/*  */
.news_page{width: 100%; overflow: hidden;}
.news_page .item{width: 100%; height: 150px; overflow: hidden; margin-bottom: 20px; border: 1px solid #CDCDCD;}
.news_page .item a{width: 100%; height: 100%; display: block; overflow: hidden;}
.news_page .item .imgbox{width: 200px; height: 100%; float: left; overflow: hidden;}
.news_page .item .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.news_page .item .txtbox{width: calc(100% - 200px); height: 100%; float: left; padding: 5px 10px; border-left: 1px solid #CDCDCD;}
.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: 10px; }
.news_page .item .txtbox .txt{font-size: 14px; color: #000; height: 72px; line-height: 24px; overflow: hidden; margin-top: 10px;}
.news_page .item:hover .txtbox{background-color: #1085CE;}
.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%; overflow: hidden;}
.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; font-size: 14px; color: #333; line-height: 24px;}

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}


@media (max-width: 1199px){
    .header_search .search_tel{font-size: 30px;}
    .index1 .tab .tabList li a{width: 220px; height: 35px; line-height: 33px; font-size: 14px;}
    .index1 .item .txt{height: 40px; line-height: 40px; font-size: 14px;}
    .index1 .item .txt span{width: 25px; height: 25px; line-height: 23px;}
    .foot1 .box1{padding: 30px;}
    .foot1 .box2{padding: 30px;}
    .foot1 .box3{padding: 30px;}
    /*  */
    .sideBar_left{width: 240px;}
    .sideBar_right{width: calc(100% - 240px); padding-left: 30px;}
    .sideBar .sideBar_list{padding: 10px;}
    .sideBar .sideBar_list>li>a{font-size: 14px;}
    .sideBar_below .sideBar_img{padding: 0 10px;}
    .sideBar_below .sideBar_txt{padding: 10px;}
    /*  */
    .product_page .item .txt{height: 40px; line-height: 40px; font-size: 14px;}
    .product_page .item .txt span{width: 25px; height: 25px; line-height: 23px;}



}

@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: 0 0 20px 0 #bbb; padding-top: 0;}
    .header .header_content .header_search{margin-right: 50px;}
    .header .header_content .left{width: 70%;}
    .header .header_content .right{width: 30%;}
    .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: 40px;}
    .header .header_nav .item>a{color: #333; line-height: 40px; font-size: 14px;}
    .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;}
    .header_search .right{width: 100%;}
    .header_search .form_box{width: 100%; padding: 0 10px; margin: 10px 0; height: 35px;}
    .title_index{margin-bottom: 25px;}
    .index1{padding: 30px 0;}
    .index1 .list li{width: calc(100% / 3 - 20px);}
    .index1 .tab .tabList li a{width: 200px; font-size: 12px; height: 32px; line-height: 30px;}
    .index2{padding: 30px 0 0 0;}
    .index2 .content{padding: 30px 0 10px 0;}
    .index2 .list::before{display: none;}
    .index2 .list li{width: 33.333%; margin-bottom: 20px;}
    .index3{padding: 30px 0;}
    .index3 .txtbox{line-height: 25px;}
    .index4{padding: 30px 0;}
    .index4 .title_idx4{margin-bottom: 30px;}
    .index4 .title{margin-bottom: 10px;}
    .index4 .title .title_left{width: 40px; height: 40px; line-height: 40px; font-size: 16px;}
    .index4 .title .title_right{padding: 4px 0 0 10px;}
    .index4 .title .title_right .title_name1{font-size: 16px; line-height: 20px;}
    .index4 .title .title_right .title_name2{font-size: 12px; margin-top: 0;}
    .index4 .list1 li{font-size: 12px; line-height: 25px; background-position: left 7px;}
    .index4 .txtbox{padding: 0 0 0 20px;}
    .index4 .list2 .icon{width: 70px; height: 70px;}
    .index4 .item:nth-child(odd) .txtbox{padding: 0 20px 0 0;}
    .index5{padding: 30px 0;}
    .index5 .idx5_next, .index5 .idx5_prev{display: none;}
    .index6{padding: 30px 0;}
    .foot1{display: none;}
    /*  */
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 220px);}
    .title_inner{padding: 10px;}
    .news_page .item{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: 751px){
    .sideBar .sideBar_list{display: block!important;}
}

@media (max-width:750px){
    .header .header_content{height: 80px;}
    .header .header_content .left{width: 80%;}
    .header .header_content .right{width: 20%;}
    .header_search{margin-top: -22px;}
    .header_search .form_box{margin: 5px 0; padding: 0 5px; height: 30px;}
    .banner{margin-top: 80px;}
    .title_index{margin-bottom: 15px;}
    .title_index .title1{font-size: 18px; padding: 0 10px;}
    .title_index .title1::before, .title_index .title1::after{width: 200px;}
    .title_index .title2{font-size: 12px;}
    .index1{padding: 20px 0;}
    .index1 .tab{margin-bottom: 10px;}
    .index1 .tab .tabList li a{width: 160px;}
    .index1 .list{width: calc(100% + 10px);}
    .index1 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index1 .item .txt{height: 30px; line-height: 30px; font-size: 12px; padding: 0 30px 0 10px;}
    .index1 .item .txt span{width: 20px; height: 20px; line-height: 16px; font-size: 12px; right: 10px;}
    .index2{padding: 20px 0 0 0;}
    .index2 .content{padding: 20px 0 10px 0;}
    .index2 .title_idx2{margin-bottom: 20px;}
    .index2 .item{width: 90px; height: 90px;}
    .index2 .list li::before{display: none;}
    .index2 .item .number{width: 40px; height: 40px; font-size: 14px; padding: 5px 0 0 15px;}
    .index2 .item .imgbox::before{padding-top: 30%;}
    .index2 .item .txt{font-size: 12px;}
    .index3{padding: 20px 0;}
    .index3 .left{width: 100%; padding: 0;}
    .index3 .right{width: 100%; margin-top: 15px;}
    .index3 .title_idx3{font-size: 18px; margin-bottom: 15px;}
    .index3 .imgbox{padding: 10px 0 0 10px;}
    .index3 .imgbox::before{width: calc(100% - 10px); height: calc(100% - 10px);}
    .index4{padding: 20px 0;}
    .index4 .title_idx4{margin-bottom: 15px; padding-bottom: 15px;}
    .index4 .item{margin-bottom: 20px;}
    .index4 .imgbox{width: 100%; padding: 0;}
    .index4 .txtbox{width: 100%; padding: 0; margin-top: 15px;}
    .index4 .item:nth-child(odd) .imgbox{left: 0; padding: 0;}
    .index4 .item:nth-child(odd) .txtbox{right: 0; padding: 0;}
    .index4 .list1{margin-bottom: 0;}
    .index4 .list2{margin: 10px 0 0 0;}
    .index5{padding: 20px 0;}
    .index6{padding: 20px 0;}
    .index6 .left{width: 100%; padding: 0;}
    .index6 .right{width: 100%; padding: 0; margin-top: 15px;}
    .index6 .content::before{display: none;}
    .foot2{padding: 10px 0; text-align: center;}
    .foot2 .copyright{width: 100%;}
    .foot2 .txt{width: 100%;}
    /*  */
    .sideBar{border-top: 3px solid #1085CE;}
    .sideBar_left{width: 100%;}
	.sideBar_right{width: 100%; padding: 0; margin-top: 15px;}
	.sideBar_title{padding: 10px;}
	.sideBar_title .title1{margin-bottom: 0; font-size: 17px;}
    .sideBar_title .title1 span{font-size: 12px;}
	.sideBar .sideBar_title .title2{display: none;}
    .product_page .list{width: calc(100% + 10px);}
    .product_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_page .item .txt{height: 30px; line-height: 30px; font-size: 12px; padding: 0 30px 0 10px;}
    .product_page .item .txt span{width: 20px; height: 20px; line-height: 16px; font-size: 12px; right: 10px;}
    .certificate_page .list{width: calc(100% + 10px);}
    .certificate_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .news_page .item{height: 100px;}
	.news_page .item .imgbox{width: 120px;}
	.news_page .item .txtbox{width: calc(100% - 120px);}
	.news_page .item .txtbox .title{font-size: 14px;}
	.news_page .item .txtbox .txt{font-size: 12px; height: 60px; line-height: 20px; margin-top: 6px;}

}









