@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.header .header_top{height: 40px; background-color: #eeeeee; overflow: hidden;}
.header .header_top .txt{float: left; line-height: 40px; font-size: 14px; color: #666666;}
.header .header_top .right a{float: left; position: relative; font-size: 14px; color: #666666; line-height: 40px; padding: 0 5px;}
.header .header_top .right a:hover{color: #0167BE; text-decoration:underline}
/*  */
.header .header_content{width: 100%; background-color: #fff; height: 95px; overflow:hidden; position: relative;}
.header .header_content .left{height: 100%; display: flex; display: -webkit-flex; align-items: center}
.header .header_content .right{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: 382px; height:auto;}
.header .header_content .header_txt{float: left; position: relative; padding-left: 35px; margin-left: 35px;}
.header .header_content .header_txt::before{content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 50px; background-color: #E5E5E5;}
.header .header_content .header_txt .txt1{font-size: 15px; color: #0167be; font-weight: bold;}
.header .header_content .header_txt .txt1 span{color: #db0519;}
.header .header_content .header_txt .txt2{font-size: 14px; color: #333333; margin-top: 5px;}
.header .header_content .header_tel{background: url("../images/top_tel.png") no-repeat left 50%; padding-left: 50px;}
.header .header_content .header_tel .txt1{font-size: 14px; color: #999999;}
.header .header_content .header_tel .txt2{font-size: 20px; color: #0167be; margin-top: 2px; font-weight: bold;}
/*  */
.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; height: 55px; background-color: #0167BE;}
.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: calc(100% / 7); height: 55px; position: relative; text-align: center;}
.header .header_nav .item>a{color: #FFFFFF; font-size: 18px; line-height: 55px; display: block; overflow: hidden;}
.header .header_nav .item:after{content: ""; display: block; width: 1px; height: 20px; position: absolute; right: -1px; top: 0; bottom: 0; margin: auto; background: #458AC7;}
.header .header_nav .item:last-child:after{display: none;}
.header .header_nav .item:hover>a{background-color: #1D92F5;}
.header .header_nav .item.act>a{background-color: #1D92F5;}
.header .header_nav .nav_down{display: none; position:absolute; top:100%; width: 100%; 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;}
.header .header_nav .nav_down li a:hover{background: #1D92F5; 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%; font-size: 0;}
.banner .img{width: 100%;}
.banner .swiper-pagination-bullet-active{background: #226aad;}
.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;}
/*  */
.search_top{width: 100%; padding: 5px 0; background-color: #EEEEEE; overflow: hidden;}
.search_top .left{float: left; overflow: hidden; zoom: 1; width: calc(100% - 230px);}
.search_top .right{float: right;}
.search_top .title{width: 140px; float: left; line-height: 30px; font-size: 16px; color: #333333; font-weight: bold;}
.search_top .list{width: calc(100% - 140px); float: left; overflow: hidden; zoom: 1;}
.search_top .list li{float: left; line-height: 30px; position: relative; padding: 0 10px;}
.search_top .list li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 15px; background-color: #909090;}
.search_top .list li a{font-size: 14px; color: #666666;}
.search_top .list li a:hover{text-decoration:underline;}
.search_top .list li:last-child::before{display: none;}
.search_top .formBox{width: 220px; height: 30px; overflow: hidden; zoom: 1; background-color: #0167BE; border-radius: 15px;}
.search_top .formBox .formTxt{width: calc(100% - 50px); background-color: #0167BE; height: 100%; float: left; border: none; font-size: 14px; padding: 0 10px 0 15px; color: #fff; outline:none;}
.search_top .formBox .formBtn{width: 50px; float: left; height: 100%; position: relative; background: url(../images/search_icon.png) no-repeat; background-size: 100% 100%; border: none; outline:none;}
.search_top .formBox .formBtn::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: url(../images/search_icon2.png) no-repeat center center;}
.search_top .formBox .formTxt::-webkit-input-placeholder {color: #fff;}
.search_top .formBox .formTxt::-moz-placeholder {color: #fff;}
.search_top .formBox .formTxt:-ms-input-placeholder {color: #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;}
/*  */
.sideBar_left{width: 280px; float: left;}
.sideBar_right{width: calc(100% - 280px); float: left; padding-left: 20px;}
.sideBar .sideBar_title{text-align: left; position: relative; font-size: 0; margin-bottom: 20px;}
.sideBar .sideBar_title .title1{font-size: 24px; color: #ffffff; font-weight: bold; padding-left: 40px; background: url(../images/sideBar_icon1.png) no-repeat left center;}
.sideBar .sideBar_title .sideBar_icon{position: absolute; right: 15px; top: 3px; font-size: 22px; color: #ffffff;}
.sideBar{padding: 20px; background-color: #0368BE;}
.sideBar ul{display: block;}
.sideBar .sideBar_list{background-color: #ffffff;}
.sideBar .sideBar_list>li{width: 100%; position: relative;}
.sideBar .sideBar_list>li>a{display: block; position: relative; height: 50px; line-height: 50px; font-size: 14px; color: #333333; font-weight: bold; background-color: #fff; text-align: left; padding: 0 20px 0 60px;}
.sideBar .sideBar_list>li>a::before{content: ""; position: absolute; width: 12px; height: 12px; top: 0; bottom: 0; left: 30px; margin: auto; background: url(../images/sideBar_icon2.png) no-repeat; background-size: 100% 100%;}
.sideBar .sideBar_list>li:nth-child(odd)>a{background-color: #EAEAEA;}
.sideBar .sideBar_list>li:hover>a{color: #0368BE;}
.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: 40px; height: 40px; 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{width: 100%; padding: 20px; background-color: #10C6FA;}
.sideBar_below .sideBar_title2{font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.sideBar_below .sideBar_txt{background-color: #fff; font-size: 18px; color: #11c6fa; font-weight: bold; padding: 5px 10px; margin-bottom: 10px;}
.sideBar_below .sideBar_tel{font-size: 22px; color: #fff; font-weight: bold;}
/*  */
.title_index{width: 100%; position: relative; padding-bottom: 25px; text-align: center; margin-bottom: 25px;}
.title_index::before{content: ""; position: absolute; bottom: 3px; left: 0; right: 0; margin: auto; width: 200px; height: 1px; background-color: #B3B3B3;}
.title_index::after{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 120px; height: 7px; background-color: #0167BE;}
.title_index .title1{font-size: 32px; color: #333; font-weight: bold; line-height: 1;}
.title_index .title1 span{color: 0167be;}
.title_index3{width: 100%; text-align: center;}
.title_index3 .title{display: inline-block;}
.title_index3 .left{width: 190px; text-align: left; padding: 5px 5px 30px 60px; background: url(../images/idx3_tit_bg.png) no-repeat; background-size: 100% 100%;}
.title_index3 .right{margin-left: 5px; text-align: left;}
.title_index3 .num{font-size: 60px; float: left; line-height: 1; color: #fff; font-weight: bold;}
.title_index3 .title_right{float: left; padding: 5px 0 0 5px;}
.title_index3 .title1{font-size: 18px; color: #fff; font-weight: bold; line-height: 1; margin-bottom: 5px;}
.title_index3 .title2{font-size: 24px; color: #fff; font-weight: bold; line-height: 1;}
.title_index3 .title3{font-size: 30px; color: #11c6fa; font-weight: bold; font-family: Arial; text-transform: uppercase;}
.title_index3 .title4{font-size: 18px; color: #fff; font-weight: bold; display: inline-block; background-color: #0189FF; height: 30px; line-height: 30px; padding: 0 20px; border-radius: 15px;}
/*  */
.index1{width: 100%; padding: 80px 0; background-color: #fff; overflow: hidden;}
.index1 .list{width: calc(100% + 20px);}
.index1 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.index1 .item{width: 100%; box-shadow: 0 0 5px 5px #E9E9E9;}
.index1 .item a{display: block; width: 100%; height: 100%; padding: 20px 20px 0 20px;}
.index1 .item .imgbox{position: relative; overflow: hidden;}
.index1 .item .imgbox::before{content: ""; display: block; padding-top: 72%;}
.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: cover;}
.index1 .item .text{padding: 32px 10px; text-align: center; font-size: 14px; color: #333;}
.index1 .item:hover{background-color: #0167BE;}
.index1 .item:hover .imgbox .img{transform: scale(1.1);}
.index1 .item:hover .text{color: #fff;}
/*  */
.index2{width: 100%; padding: 15px 0; background: url(../images/idx2_bg.jpg) no-repeat center center; overflow: hidden;}
.index2 .container{position: relative;}
.index2 .content{padding: 35px 0; position: relative; z-index: 2; overflow: hidden;}
.index2 .idx2_bg{content: ""; position: absolute; top: 0; left: -10%; z-index: 1; width: 120%; height: 100%; background: url(../images/idx2_bg2.png) no-repeat; background-size: 100% 100%;}
.index2 .left{width: 43%;}
.index2 .right{width: 40%;}
.index2 .text1{font-size: 48px; color: #fff; font-weight: bold; line-height: 1; margin-bottom: 10px; position: relative; display: inline-block; padding-right: 15px;}
.index2 .text1::before{content: ""; position: absolute; bottom: 25px; left: 100%; width: 800px; height: 1px; background-color: #fff;}
.index2 .text2{font-size: 22px; color: #fff; font-weight: bold; line-height: 1.5; margin-bottom: 10px;}
.index2 .text3{font-size: 36px; color: #fff; font-weight: bold; line-height: 1; position: relative; display: inline-block; padding-right: 15px;}
.index2 .text3::before{content: ""; position: absolute; bottom: 20px; left: 100%; width: 800px; height: 1px; background-color: #fff;}
.index2 .imgbox{overflow: hidden; position: relative; z-index: 2; margin-top: 60px;}
.index2 .imgbox img{max-width: 100%;}
/*  */
.index3{width: 100%; padding: 80px 0; background-color: #fff; overflow: hidden;}
.index3 .item{width: 100%; position: relative;}
.index3 .item .left{width: 50%; position: relative;}
.index3 .item .right{width: 50%; position: relative;}
.index3 .item .num{width: 112px; height: 112px; line-height: 112px; font-size: 48px; color: #fff; font-weight: bold; padding-left: 25px; float: left; background: url(../images/idx3_top_bg.png) no-repeat; background-size: 100% 100%;}
.index3 .item .txtbox{width: calc(100% - 130px); float: right;}
.index3 .item .top{border-bottom: 2px solid #075697; position: relative; padding-bottom: 15px;}
.index3 .item .top::before{content: ""; position: absolute; bottom: -5px; left: 0; width: 200px; height: 8px; background-color: #018DFF;}
.index3 .item .top .tit1{font-size: 24px; color: #000; font-weight: bold;}
.index3 .item .top .tit2{font-size: 14px; color: #202020; margin-top: 2px;}
.index3 .item .text{font-size: 14px; color: #666666; line-height: 25px; margin-top: 15px;}
.index3 .item .tel{margin-top: 15px; padding: 0 0 15px 0; background: url(../images/idx3_icon_bg.png) no-repeat center bottom;}
.index3 .item .tel .box{border: 1px dotted #D5D5D5; padding: 15px 20px 15px 90px; background: url(../images/idx3_icon1.png) no-repeat left 50px center;}
.index3 .item .tel .tel_text1{font-size: 14px; color: #000;}
.index3 .item .tel .tel_text2{font-size: 14px; color: #0167be; margin-top: 2px;}
.index3 .item .imgbox{text-align: center; overflow: hidden;}
.index3 .item .imgbox img{max-width: 100%; height: auto;}
.index3 .item:nth-child(2){margin-bottom: 50px;}
.index3 .item:nth-child(even) .left{left: 50%;}
.index3 .item:nth-child(even) .right{right: 50%;}
/*  */
.index4{width: 100%; padding: 80px 0; background-color: #0679DF; overflow: hidden;}
.index4 .title_index{margin-bottom: 60px;}
.index4 .title_index .title1{color: #fff;}
.index4 .title_index::before{background-color: #fff;}
.index4 .title_index::after{background-color: #fff;}
.index4 .left{width: 50%; padding-right: 20px;}
.index4 .right{width: 50%; padding-left: 30px;}
.index4 .imgbox{text-align: center; position: relative;}
.index4 .imgbox::before{content: ""; position: absolute; top: 20px; left: 20px; width: 100%; height: 100%; background-color: #10C6FA;}
.index4 .imgbox img{width: 100%; height: auto; position: relative; z-index: 1;}
.index4 .title{font-size: 24px; color: #fff; margin-bottom: 20px;}
.index4 .text{font-size: 14px; color: #fff; line-height: 30px;}
.index4 .list{width: 100%; margin-top: 30px;}
.index4 .list li{width: calc(100% / 3); float: left; position: relative;}
.index4 .list li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 1px; height: 105px; background-color: #fff;}
.index4 .list li:last-child::before{display: none;}
.index4 .item .icon{text-align: center;}
.index4 .item .icon img{width: 56px; height: 56px;}
.index4 .item .text2{text-align: center; font-size: 14px; color: #fff; margin-top: 15px;}
/*  */
.index5{width: 100%; padding: 80px 0; background-color: #fff; overflow: hidden;}
.index5 .content{width: 100%; overflow: hidden;}
.index5 .list{width: calc(100% + 20px);}
.index5 .list li{width: calc(100% / 6 - 20px); float: left; margin: 0 20px 0 0;}
.index5 .item{width: 100%;}
.index5 .item a{display: block; width: 100%; height: 100%;}
.index5 .item .imgbox{position: relative; overflow: hidden;}
.index5 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.index5 .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;}
.index5 .item .text{text-align: center; font-size: 16px; color: #333; line-height: 60px;}
.index5 .item:hover .imgbox .img{transform: scale(1.1);}
.index5 .more{text-align: center; margin-top: 10px;}
.index5 .more a{display: inline-block; width: 120px; height: 30px; line-height: 30px; border-radius: 15px; background-color: #10C6FA; font-size: 14px; color: #fff;}
/*  */
.index6{width: 100%; background-color: #FAFAFA; padding: 80px 0;}
.index6 .content{width: 100%; overflow: hidden;}
.index6 .list{width: calc(100% + 20px);}
.index6 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 0 0;}
.index6 .item{width: 100%;}
.index6 .item a{display: block; width: 100%; height: 100%;}
.index6 .item .imgbox{position: relative; overflow: hidden;}
.index6 .item .imgbox::before{content: ""; display: block; padding-top: 50%;}
.index6 .item .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}
.index6 .item .time{position: absolute; left: 10px; bottom: 0; padding: 0 10px; height: 30px; line-height: 30px; font-size: 16px; color: #666666; background-color: #fff;}
.index6 .item .txtbox{width: 100%; padding: 15px 100px 15px 10px; position: relative;}
.index6 .item .txtbox .tit{font-size: 16px; color: #000; margin-bottom: 10px;}
.index6 .item .txtbox .text{font-size: 14px; color: #b3b3b3; line-height: 20px; height: 40px; overflow: hidden;}
.index6 .item .txtbox .icon{position: absolute; right: 15px; bottom: 35px; font-size: 20px; color: #333;}
.index6 .item:hover .time{left: 0; background-color: #0167BE; color: #fff;}
.index6 .item:hover .txtbox{background-color: #0167BE;}
.index6 .item:hover .txtbox .tit{color: #fff;}
.index6 .item:hover .txtbox .text{color: #fff;}
.index6 .item:hover .txtbox .icon{color: #fff;}
/*  */
.index7{width: 100%; padding: 20px 150px; background-color: #FAFAFA; position: relative;}
.index7 .imgbox{width: 100%; height: 140px; position: relative; overflow: hidden; border: 1px solid #E5E5E5;}
.index7 .imgbox .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index7 .imgbox:hover{border-color: #0167BE;}
.index7 .idx7_prev, .index7 .idx7_next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 28px; color: #0167BE;}
.index7 .idx7_prev{left: 100px;}
.index7 .idx7_next{right: 100px;}
/*  */
.foot1{width: 100%; padding: 60px 0; background-color: #0167BE;}
.foot1 .foot_logo{width: 20%; float: left; padding-right: 20px;}
.foot1 .foot_logo img{width: 212px; height: auto;}
.foot1 .foot_contact{width: 25%; float: left; font-size: 14px; color: #fff; line-height: 25px; padding-right: 20px;}
.foot1 .foot_nav{float: left; display: flex; width: 40%; padding: 0 20px; border-left: 1px solid #fff; border-right: 1px solid #fff;}
.foot1 .foot_nav dl{width: 25%; text-align: center;}
.foot1 .foot_nav dl dt{font-size: 16px; color: #fff; margin-bottom: 10px;}
.foot1 .foot_nav dl dd a{display: block; font-size: 14px; color: #fff; line-height: 25px; height: 25px; overflow: hidden;}
.foot1 .foot_nav dl dd a:hover{text-decoration:underline}
.foot1 .foot_nav dl:last-child dd a{line-height: 40px; height: 40px; font-size: 16px; font-weight: bold;}
.foot1 .QR{width: 15%; float: left; padding-left: 20px;}
.foot1 .QR .QRItem{float: right; text-align: center;}
.foot1 .QR .QRItem .text{font-size: 14px; color: #fff; line-height: 20px;}
.foot2{width: 100%; background-color: #1B76C5; padding: 10px 0; text-align: center;}
.foot2 .text{font-size: 14px; color: #fff;}
.foot2 .text a{color: #fff;}

/*  */
.inner_page{width: 100%; padding: 80px 0; min-height: 500px;}
.title_inner{width: 100%; position: relative; padding-bottom: 25px; text-align: center; margin-bottom: 40px;}
.title_inner::before{content: ""; position: absolute; bottom: 3px; left: 0; right: 0; margin: auto; width: 200px; height: 1px; background-color: #B3B3B3;}
.title_inner::after{content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 120px; height: 7px; background-color: #0167BE;}
.title_inner .title1{font-size: 32px; color: #333; font-weight: bold; line-height: 1;}
.title_inner .title1 span{color: 0167be;}
.title_inner .title2{font-size: 14px; color: #333; margin-top: 10px;}
.title_inner .title2 a{color: #333;}

/*  */
.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 .text{font-size: 14px; color: #333; line-height: 25px;}
.about_page .text video{display: block; width: 88%; height: 480px; margin: 5px auto;}

/*  */
.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%; box-shadow: 0 0 5px 5px #E9E9E9;}
.product_page .item a{display: block; width: 100%; height: 100%; padding: 20px 20px 0 20px;}
.product_page .item .imgbox{position: relative; overflow: hidden;}
.product_page .item .imgbox::before{content: ""; display: block; padding-top: 72%;}
.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{padding: 32px 10px; text-align: center; font-size: 14px; color: #333;}
.product_page .item:hover{background-color: #0167BE;}
.product_page .item:hover .imgbox .img{transform: scale(1.1);}
.product_page .item:hover .text{color: #fff;}
/*  */
.productShow_page{width: 100%; overflow: hidden;}
.productShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.productShow_page .title{text-align: center; border-bottom: 1px dotted #aaa; padding-bottom: 10px; margin-bottom: 20px;}
.productShow_page .title h4{font-size: 18px; color: #333;}
.productShow_page .imgbox img{max-width: 53%; height: auto;}
.productShow_page .text{font-size: 14px; color: #333; line-height: 25px;}
.productShow_page .text img{ display: block; max-width: 100%; height: auto; margin: 5px auto;}

/*  */
.case_page{width: 100%; overflow: hidden;}
.case_page .list{width: calc(100% + 20px);}
.case_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 0 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{text-align: center; font-size: 16px; color: #333; line-height: 60px;}
.case_page .item:hover .imgbox .img{transform: scale(1.1);}
/*  */
.caseShow_page{width: 100%; overflow: hidden;}
.caseShow_page .imgbox{text-align: center; overflow: hidden; margin-bottom: 20px;}
.caseShow_page .title{text-align: center; border-bottom: 1px dotted #aaa; padding-bottom: 10px; margin-bottom: 20px;}
.caseShow_page .title h4{font-size: 18px; color: #333;}
.caseShow_page .imgbox img{max-width: 100%; height: auto;}
.caseShow_page .text{font-size: 14px; color: #333; line-height: 25px;}

/*  */
.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: #0368BE;}
.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;}
.newsShow_page .text{ font-size: 14px; line-height: 28px; }
.newsShow_page .text img{max-width: 100%; height: auto;margin-top: 5px;}

/*  */
.message_page{width: 100%; overflow: hidden;}
.message_page .form_Box{width: 70%; margin: 0 auto;}
.message_page .form_Box .item{margin-bottom: 15px;}
.message_page .form_Box .item .form_tit{font-size: 14px; color: #333333; font-weight: bold;}
.message_page .form_Box .item .form_tit span{color: #f00;}
.message_page .form_Box .item .form_txt{width: 100%; height: 35px; padding: 0 5px; border: 1px solid #dddddd; background-color: #ffffff; font-size: 14px; color: #333; margin-top: 10px;}
.message_page .form_Box .item .form_txts{width: 100%; padding: 5px; border: 1px solid #dddddd; background-color: #ffffff; font-size: 14px; color: #333; margin-top: 10px;}
.message_page .form_Box .fBtn{width: 100px; height: 30px; line-height: 30px; background-color: #0368BE; border: none; color: #ffffff;} 

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{width: 100%; font-size: 14px; color: #333; line-height: 25px; margin-bottom: 20px;}


@media (max-width: 1199px){
    .index1{padding: 60px 0;}
    .index3{padding: 60px 0;}
    .index4{padding: 60px 0;}
    .index5{padding: 60px 0;}
    .index6{padding: 60px 0;}
    .index7{padding: 20px;}
    .index7 .idx7_prev, .index7 .idx7_next{display: none;}
    .foot1{padding: 40px 0;}
    .foot1 .foot_logo img{width: 180px;}
    /*  */
    .inner_page{padding: 60px 0;}

    
}

@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 .header_search{margin-right: 50px;}
    .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%;}
    .header .header_nav .item>a{color: #333;}
    .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 .item:hover>a{color: #fff;}
    .header .header_nav .item.act>a{color: #fff;}
    .header .header_nav .nav_down{display: none !important;}
    .banner{margin-top: 90px;}
    .search_top .left{display: none;}
    .search_top .right{width: 100%;}
    .search_top .formBox{width: 100%;}
    /*  */
    .sideBar_left{width: 240px;}
    .sideBar_right{width: calc(100% - 240px);}
    .sideBar{padding: 10px;}
    .sideBar .sideBar_title .title1{font-size: 20px;}
    .sideBar .sideBar_title{margin-bottom: 10px;}
    .sideBar .sideBar_list>li>a{height: 40px; line-height: 40px; padding: 0 20px 0 40px;}
    .sideBar .sideBar_list>li>a::before{left: 15px;}
    .sideBar_below{padding: 10px;}
    .sideBar_below .sideBar_title2{font-size: 20px;}
    .sideBar_below .sideBar_txt{font-size: 16px;}
    .sideBar_below .sideBar_tel{font-size: 16px;}
    .title_index .title1{font-size: 26px;}
    .title_index3{margin-bottom: 20px;}
    .index1{padding: 40px 0;}
    .index2 .content{padding: 25px 0;}
    .index2 .text1{font-size: 28px;}
    .index2 .text2{font-size: 18px;}
    .index2 .text3{font-size: 26px;}
    .index3{padding: 40px 0;}
    .index3 .item .num{width: 100px; height: 100px; line-height: 100px; font-size: 40px;}
    .index3 .item .txtbox{width: calc(100% - 100px);}
    .index3 .item .top .tit1{font-size: 20px;}
    .index3 .item .top .tit2{font-size: 12px;}
    .index3 .item{margin-bottom: 30px;}
    .index4{padding: 40px 0;}
    .index4 .list li{padding: 0 5px;}
    .index4 .item .icon img{width: 40px; height: 40px;}
    .index5{padding: 40px 0;}
    .index6{padding: 40px 0;}
    .index6 .item .txtbox{padding: 15px 50px 15px 10px;}
    .foot1{display: none;}
    /*  */
    .inner_page{padding: 40px 0;}
    .title_inner .title1{font-size: 26px;}
    .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;}
    .message_page .form_Box{width: 100%;}
}

@media (min-width: 768px){
    .sideBar .sideBar_list{display: block!important;}
}

@media (max-width: 767px){
    .header .header_content{height: 80px;}
    .header .header_content .logo{width: 85%;}
    .banner{margin-top: 80px;}
    .search_top{padding: 5px 0;}
    .search_top .formBox{height: 30px;}
    /*  */
    .sideBar_left{width: 100%;}
	.sideBar_right{width: 100%; padding: 0; margin-top: 20px;}
    .sideBar .sideBar_title{margin-bottom: 0;}
	.sideBar .sideBar_title .title1{margin-bottom: 0; font-size: 18px; line-height: 30px;}
    .sideBar .sideBar_list{margin-top: 10px;}
    .title_index{padding-bottom: 15px; margin-bottom: 15px;}
    .title_index .title1{font-size: 18px;}
    .index1{padding: 20px 0;}
    .index1 .list{width: calc(100% + 10px);}
    .index1 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .index1 .item a{padding: 10px 10px 0 10px;}
    .index1 .item .text{padding: 10px;}
    .index2 .left{width: 100%;}
    .index2 .text1{font-size: 18px;}
    .index2 .text1::before{bottom: 50%;}
    .index2 .text2{font-size: 14px;}
    .index2 .text3{font-size: 16px;}
    .index2 .text3::before{bottom: 50%;}
    .index2 .right{width: 100%;}
    .index2 .imgbox{margin-top: 10px;}
    .index3{padding: 20px 0;}
    .title_index3 .num{font-size: 48px;}
    .title_index3 .title1{font-size: 14px;}
    .title_index3 .title2{font-size: 18px;}
    .title_index3 .left{width: 150px; padding: 5px 5px 20px 40px;}
    .title_index3 .title3{font-size: 18px;}
    .title_index3 .title4{font-size: 16px;}
    .index3 .item{margin-bottom: 20px;}
    .index3 .item .left{width: 100%; padding: 0;}
    .index3 .item .right{width: 100%; padding: 0;}
    .index3 .item:nth-child(even) .left{left: 0;}
    .index3 .item:nth-child(even) .right{right: 0;}
    .index4{padding: 20px 0;}
    .index4 .title_index{margin-bottom: 20px;}
    .index4 .left{width: 100%;}
    .index4 .imgbox::before{top: 10px; left: 10px;}
    .index4 .right{width: 100%; padding: 0; margin-top: 15px;}
    .index5{padding: 20px 0;}
    .index5 .list{width: calc(100% + 10px);}
    .index5 .list li{width: calc(100% / 2 - 10px); margin: 0 10px 0 0;}
    .index5 .item .text{font-size: 14px; height: 40px; line-height: 40px;}
    .index6{padding: 20px 0;}
    .index6 .list{width: 100%;}
    .index6 .list li{width: 100%; margin: 0 0 10px 0;}
    .index7 .imgbox{height: 80px;}
    /*  */
    .inner_page{padding: 20px 0;}
    .title_inner{padding-bottom: 15px; margin-bottom: 15px;}
    .title_inner .title1{font-size: 18px;}
    .title_inner .title2{margin-top: 5px;}
    .product_page .list{width: calc(100% + 10px);}
    .product_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_page .item a{padding: 10px 10px 0 10px;}
    .product_page .item .text{padding: 10px;}
    .case_page .list{width: calc(100% + 10px);}
    .case_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 0 0;}
    .case_page .item .text{font-size: 14px; height: 40px; line-height: 40px;}
    .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;}
	.productShow_page .imgbox img{max-width: 100%; height: auto;}
	.about_page .text video{display: block; width: 100%; height: 250px; margin: 2px auto;}

}


