@charset "utf-8";

@import url(public.css);

/* 头部 */
.header{width: 100%; position: relative;}
.header .header_top{height: 40px; background-color: #F5F5F5; 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 10px;}
.header .header_top .right a:hover{color: #303B97; text-decoration:underline}
/*  */
.header .header_content{width: 100%; background-color: #fff; height:105px; 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: 484px; height:auto;}
.header .header_content .header_tel{background: url("../images/head_tel_icon.png") no-repeat left 50%; padding-left: 50px; margin-left: 20px}
.header .header_content .header_tel .txt1{font-size: 14px; color: #333; line-height: 1;}
.header .header_content .header_tel .txt2{font-size: 24px; color: #333; font-weight: bold; line-height: 1; margin-top: 5px;}
/*  */
.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:#333; width:35px; height:5px; display: block;}
.header .navBarIcon .icon-bar+.icon-bar{ margin-top:6px;}
.header .navBarIcon.tx .icon-bar:nth-child(1){ margin-top:10px; transform:rotateZ(45deg);}
.header .navBarIcon.tx .icon-bar:nth-child(2){ opacity:0;}
.header .navBarIcon.tx .icon-bar:nth-child(3){ top:50%; position:absolute; margin:0 !important; transform:translate(0,-50%) rotateZ(135deg);}
/*  */
.header .header_nav{width: 100%; position: relative; background-color: #303B97;}
.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: 14.28%; height: 55px; position: relative; text-align: center;}
.header .header_nav .item>a{color: #FFFFFF; font-size: 16px; line-height: 55px; display: block; overflow: hidden;}
.header .header_nav .item:hover>a{background: url(../images/nav_hover.png) no-repeat center center; background-size: cover;}
.header .header_nav .item.act>a{background: url(../images/nav_hover.png) no-repeat center center; background-size: cover;}
.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: #303B97;}
.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;}
.banner_inner{width: 100%; font-size: 0; text-align: center; overflow: hidden;}
.banner_inner img{width: 100%; height: auto;}
/*  */
.search_top{width: 100%; padding: 10px 0; background-color: #303B97; overflow: hidden;}
.search_top .left{float: left; overflow: hidden; zoom: 1; width: calc(100% - 460px);}
.search_top .right{float: right;}
.search_top .title{width: 150px; float: left; line-height: 37px; font-size: 18px; color: #fff; font-weight: bold; background: url(../images/search_icon1.png) no-repeat left center; padding-left: 40px;}
.search_top .list{width: calc(100% - 150px); float: left; overflow: hidden; zoom: 1;}
.search_top .list li{float: left; margin-right: 10px; line-height: 37px;}
.search_top .list li a{font-size: 14px; color: #fff;}
.search_top .list li a:hover{text-decoration:underline;}
.search_top .formBox{width: 450px; height: 37px; overflow: hidden; zoom: 1; background-color: #fff;}
.search_top .formBox .formTxt{width: calc(100% - 80px); height: 100%; float: left; border: none; font-size: 14px; padding: 0 10px 0 15px; color: #333; outline:none;}
.search_top .formBox .formBtn{width: 80px; float: left; height: 100%; font-size: 14px; color: #fff; padding-left: 15px; text-align: left; background: url(../images/search_icon2.png) no-repeat 50px center #016021; border: none; outline:none;}
/* 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; overflow: hidden;}
.sideBar .sideBar_title{text-align: center; position: relative; font-size: 0; padding: 20px 1px; background: url(../images/sideBar_title_bg.jpg) no-repeat; background-size: 100% 100%;}
.sideBar .sideBar_title .title1{font-size: 30px; color: #ffffff; font-weight: bold;}
.sideBar .sideBar_title .title2{font-size: 14px; color: #f5f5f5; letter-spacing: 2px}
.sideBar .sideBar_title .sideBar_icon{position: absolute; right: 15px; top: 8px; font-size: 22px; color: #ffffff;}
.sideBar ul{display: none;}
.sideBar .sideBar_list{background-color: #ffffff; border: 1px solid #E5E5E5;}
.sideBar .sideBar_list>li{width: 100%; position: relative;}
.sideBar .sideBar_list>li>a{display: block; position: relative; height: 51px; line-height: 50px; font-size: 16px; color: #333; text-align: left; padding: 0 10px 0px 35px; border-bottom: 1px solid #E5E5E5; font-weight: bold;}
.sideBar .sideBar_list>li>a:last-child{border-bottom: 1px solid #E5E5E5;}
.sideBar .sideBar_list>.act>a{background-color: #2d3f9b; color: #fff;}
.sideBar .sideBar_list>li:hover>a{background-color: #2d3f9b; color: #fff;}
.sideBar .sideBar_down{width: 100%; overflow: hidden; border-bottom: 1px solid #E5E5E5;}
.sideBar .sideBar_down li{width: 100%; position: relative; text-align: left;}
.sideBar .sideBar_down li a{line-height: 42px; height: 42px; overflow: hidden; display: block; font-size: 14px; color: #333; padding-left: 65px; position: relative;}
.sideBar .sideBar_down li a span{position: absolute; top: 0; bottom: 0; left: 45px; margin: auto; width: 15px; height: 15px; line-height: 15px; font-size: 12px; color: #333; text-align: center;}
.sideBar .sideBar_down li a:hover{color: #2d3f9b;}
.sideBar_below{border: 1px solid #E5E5E5; border-top: none;}
.sideBar_below .sideBar_tel{padding: 20px;}
.sideBar_below .sideBar_tel .tel_txt1{font-size: 18px; color: #333; font-weight: bold; line-height:1.5;}
.sideBar_below .sideBar_tel .tel_txt2{font-size: 24px; color: #2d3f9b; font-weight: bold; font-weight: bold; line-height:1.5;}
.sideBar_below .imgbox{text-align: center; overflow: hidden; padding: 0 0 10px 0;}
.sideBar_below .imgbox img{width: 100%; height: auto;}
/*  */
.title_index{text-align: center;}
.title_index .title_icon{width: 55px; height: auto;}
.title_index .title1{font-size: 30px; color: #333; font-weight: bold; line-height: 1; margin-top: 10px;}
.title_index .title2{font-size: 14px; color: #999; margin-top: 5px; line-height: 1; margin-top: 10px;}
/*  */
.index1{width: 100%; padding: 80px 0; background-color: #F5F5F5; 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%; background-color: #F5F5F5;}
.index1 .item a{display: block; padding: 20px; background: #fff;}
.index1 .item .imgbox{position: relative; overflow: hidden;}
.index1 .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.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 .txtbox{margin-top: 15px; text-align: center}
.index1 .item .txtbox .title{font-size: 14px; color: #333; font-weight: bold;}
.index1 .item .txtbox .txt{font-size: 14px; color: #999; height: 40px; line-height: 20px; overflow: hidden; margin-top: 5px;}
.index1 .item .txtbox .mm{display: inline-block; width: 90px; height: 24px; line-height: 22px; border: 1px solid #D2D2D2; font-size: 12px; color: #999; margin-top: 10px;}
.index1 .item:hover a{background: linear-gradient(#73b53f, #2e3897)}
.index1 .item:hover .imgbox .img{transform: scale(1.1);}
.index1 .item:hover .txtbox .title{color: #fff;}
.index1 .item:hover .txtbox .txt{color: #fff;}
.index1 .item:hover .txtbox .mm{border-color: #7EBD41; color: #7EBD41;}
.index1 .more{text-align: center;}
.index1 .more a{display: inline-block; text-align: center; font-size: 14px; color: #fff; width: 140px; height: 40px; line-height: 40px; background: linear-gradient(to bottom right, #3054A8 , #015F1F);}
/*  */
.index2{width: 100%; padding: 40px 0; overflow: hidden; background-color: #303B97; text-align: center;}
.index2 .imgbox{overflow: hidden;}
.index2 .imgbox img{max-width: 100%; height: auto;}
.index2 .txt{font-size: 26px; color: #fff; margin-top: 10px; font-weight: bold; text-align: center;}
.index2 .tel{display: inline-block; padding: 2px; line-height: 45px; font-size: 22px; color: #fff; padding: 0 0 0 25px; margin-top: 25px; background: linear-gradient(#3458A6, #0C692B);}
.index2 .tel span{background-color: #fff; display: inline-block; margin-left: 25px; padding: 0 25px; font-size: 26px; color: #2e3897;}
/*  */
.index3{width: 100%; padding: 70px 0; overflow: hidden;}
.index3 .content{margin-top: 40px;}
.index3 .item{width: 100%;}
.index3 .item a{display: block; width: 100%; height: 100%; padding: 20px;}
.index3 .item .imgbox{position: relative; overflow: hidden;}
.index3 .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.index3 .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;}
.index3 .item .txt{font-size: 14px; color: #333; font-weight: bold; text-align: center; margin-top: 20px; line-height: 1;}
.index3 .item:hover a{background: linear-gradient(#73b53f, #2e3897);}
.index3 .item:hover .imgbox .img{transform: scale(1.1);}
.index3 .item:hover .txt{color: #fff;}
.index3 .more{text-align: center; margin-top: 30px;}
.index3 .more a{display: inline-block; text-align: center; font-size: 14px; color: #fff; width: 140px; height: 40px; line-height: 40px; background: linear-gradient(to bottom right, #3054A8 , #015F1F)}
/*  */
.index4{width: 100%; overflow: hidden; background-color: #303B97;}
.index4 .box1{padding: 70px 0;}
.index4 .box1 .left{width: 50%; padding-right: 35px;}
.index4 .box1 .left .imgbox{background-color: rgba(255,255,255,.23); padding: 10px;}
.index4 .box1 .left .imgbox .imgs{text-align: center; overflow: hidden; font-size: 0;}
.index4 .box1 .left .imgbox .imgs img{width: 100%; height: auto;}
.index4 .box1 .right{width: 50%;}
.index4 .swiper-pagination-idx4{position: absolute; z-index: 2; bottom: 10px; text-align: right; padding-right: 10px;}
.index4 .swiper-pagination-bullet{width: 8px; height: 8px; background-color: #fff; border-radius: 50%; opacity: 1;}
.index4 .swiper-pagination-bullet-active{background-color: #303492;}
.index4 .title_idx4{width: 100%; text-align: left;}
.index4 .title_idx4 .title_icon2{width: 55px; height: auto;}
.index4 .title_idx4 .title{font-size: 30px; color: #fff; font-weight: bold; line-height: 1; margin-top: 5px;}
.index4 .box1 .txt{font-size: 14px; color: #fff; line-height: 30px; height: 210px; overflow: hidden; margin-top: 10px;}
.index4 .box1 .more{margin-top: 35px;}
.index4 .box1 .more a{display: inline-block; width: 140px; height: 40px; line-height: 38px; border: 1px solid #fff; text-align: center; font-size: 14px; color: #fff;}
.index4 .box2{position: relative;}
.index4 .box2::before{content: ""; position: absolute; top: 0; right: 100%; width: 1000px; height: 100%; background-color: #2E489F;}
.index4 .box2::after{content: ""; position: absolute; top: 0; left: 100%; width: 1000px; height: 100%; background-color: #047844;}
.index4 .box2 ul li{width: 25%; float: left;}
.index4 .box2 ul li:nth-child(1){background-color: #2C87CA;}
.index4 .box2 ul li:nth-child(2){background-color: #2E489F;}
.index4 .box2 ul li:nth-child(3){background-color: #047844;}
.index4 .box2 ul li:nth-child(4){background-color: #73B542;}
.index4 .box2 .item{width: 100%; padding: 55px 0;}
.index4 .box2 .item .icon{position: relative; overflow: hidden;}
.index4 .box2 .item .icon::before{content: ""; display: block; padding-top: 23%;}
.index4 .box2 .item .icon .img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.index4 .box2 .item .txtbox{margin-top: 15px; text-align: center;}
.index4 .box2 .item .txtbox .title{font-size: 18px; color: #fff; font-weight: bold; line-height: 1;}
.index4 .box2 .item .txtbox .txt{font-size: 14px; color: #fff; margin-top: 10px; line-height: 15px; height: 15px; overflow: hidden; }
.index4 .box2 .item:hover .icon .img{transform:rotateY(360deg);}
/*  */
.index5{width: 100%; padding: 70px 0; overflow: hidden;}
.index5 .title_idx5{text-align: center; overflow: hidden; margin-bottom: 30px;}
.index5 .title_idx5 img{max-width: 100%; height: auto;}
.index5 li{display: flex;}
.index5 .imgbox{width: 50%; position: relative;}
.index5 .imgbox .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index5 .txtbox{width: 50%; padding: 60px; position: relative;}
.index5 .txtbox .tit1{font-size: 30px; color: #333; font-weight: bold; margin-bottom: 10px; line-height: 1;}
.index5 .txtbox .tit2{font-size: 14px; color: #999; margin-bottom: 15px; line-height: 1; text-transform: uppercase;}
.index5 .txtbox .txt{font-size: 14px; color: #333; line-height: 25px; background: url(../images/idx5_icon.png) no-repeat left 5px; padding-left: 20px;}
.index5 li:nth-child(odd) .imgbox{left: 50%;}
.index5 li:nth-child(odd) .txtbox{right: 50%; padding: 60px 60px 60px 0;}
/*  */
.index6{width: 100%; padding: 70px 0; overflow: hidden; background: url(../images/idx6_bg.jpg) no-repeat center center; background-size: cover;}
.index6 .title_index .title1{color: #fff;}
.index6 .title_index .title2{color: #fff;}
.index6 .content{margin-top: 30px; position: relative; padding: 0 40px;}
.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: 80%;}
.index6 .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;}
.index6 .item .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; transform: scale(0); background-color: rgba(4,28,70,.5);}
.index6 .item .mask .box{width: 100%; text-align: center;}
.index6 .item .mask .icon{width: 41px; height: auto;}
.index6 .item .mask .name1{font-size: 18px; color: #fff; font-weight: bold; margin-top: 15px;}
.index6 .item .mask .name2{width: 200px; font-size: 14px; color: #fff; height: 40px; line-height: 20px; overflow: hidden; margin: 15px auto 0 auto;}
.index6 .item .mask .mm{width: 140px; height: 40px; line-height: 38px; border: 1px solid #fff; font-size: 14px; color: #fff; margin: 25px auto 0 auto;}
.index6 .item:hover .mask{transform: scale(1);}
.index6 .idx6_prev, .index6 .idx6_next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 38px; color: #fff;}
.index6 .idx6_prev{left: 0;}
.index6 .idx6_next{right: 0;}
.index6 .more{margin-top: 30px; text-align: center;}
.index6 .more a{display: inline-block; width: 140px; height: 40px; line-height: 40px; font-size: 14px; color: #fff; background: linear-gradient(to bottom right, #3054A8 , #015F1F)}
/*  */
.index7{width: 100%; padding: 70px 0; overflow: hidden;}
.index7 .left{width: 55%;}
.index7 .right{width: 45%; padding-left: 40px;}
.index7 .title_idx7{border-bottom: 1px solid #D3D3D3; padding-bottom: 10px; line-height: 1; font-size: 18px; color: #333; font-weight: bold; position: relative; margin-bottom: 20px;}
.index7 .title_idx7::before{content: ""; position: absolute; bottom: 0; left: 0; width: 80px; height: 3px; background: url(../images/idx7_title_icon.jpg) no-repeat; background-size: 100% 100%;}
.index7 .item1{width: 50%; float: left;}
.index7 .item1:nth-child(odd){padding-right: 15px;}
.index7 .item1:nth-child(even){padding-left: 15px;}
.index7 .item1 .imgbox{text-align: center; overflow: hidden; position: relative;}
.index7 .item1 .imgbox::before{content: ""; display: block; padding-top: 43%;}
.index7 .item1 .imgbox .img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.index7 .item1 .txtbox{border: 1px solid #EEEEEE; padding: 20px;}
.index7 .item1 .txtbox .title{font-size: 14px; color: #333; font-weight: bold;}
.index7 .item1 .txtbox .txt{font-size: 14px; color: #999; line-height: 26px; height: 180px; overflow: hidden; margin-top: 12px;}
.index7 .item2{width: 100%; border-bottom: 1px solid #E5E5E5; padding: 10px 0;}
.index7 .item2 .title{font-size: 14px; color: #333; font-weight: bold; line-height: 20px; padding-right: 20px; background: url(../images/idx7_icon1.png) no-repeat right center;}
.index7 .item2 .txt{display: none; margin-top: 10px;}
.index7 .item2 .txt a{display: block; font-size: 14px; color: #666; line-height: 24px; height: 264px; overflow: hidden;}
.index7 .item2:nth-child(1){padding: 0 0 10px 0;}
.index7 .item2.act .title{background: url(../images/idx7_icon2.png) no-repeat right center;}
.index7 .item2.act .txt{display: block;}
/*  */
.foot1{width: 100%; background-color: #011035; padding-bottom: 50px;}
.foot1 .foot_nav{width: 100%;}
.foot1 .foot_nav ul{display: inline-block; width: 100%;}
.foot1 .foot_nav ul li{float: left; width: 12.5%; text-align: center;}
.foot1 .foot_nav ul li a{display: block; width: 100%; line-height: 100px; font-size: 14px; color: #fff;}
.foot1 .foot_nav ul li a:hover{text-decoration:underline}
.foot1 .content{display: flex; justify-content: space-between;}
.foot1 .foot_logo{width: 30%; float: left;}
.foot1 .foot_logo img{width: 347px; height: auto;}
.foot1 .foot_txt{width: 40%; float: left; padding: 0 40px; text-align: center;}
.foot1 .foot_txt .txt{font-size: 14px; color: #fff; line-height: 25px; text-align: left; padding-left: 75px; background: url(../images/foot_icon1.png) no-repeat left 20px;}
.foot1 .QR_box{width: 22%; float: left; text-align: left;}
.foot1 .QR_box .box{border: 1px solid #444e5f; padding: 10px; overflow: hidden; zoom: 1;}
.foot1 .QR_box img{width: 110px; height: 110px; float: left;}
.foot1 .QR_box .QR_txt{float: left; font-size: 14px; color: #fff; width: calc(100% - 110px); text-align: center; line-height: 30px; padding: 20px 0 0 0;}
.foot2{width: 100%; text-align: center; padding: 15px 0; background-color: #0D1D3F;}
.foot2 .txt{font-size: 14px; color: #fff; line-height: 20px;}
.foot2 .txt a{color: #fff;}

/*  */
.inner_page{width: 100%; padding: 20px 0; min-height: 500px; overflow: hidden;}
.inner_page .title_inner{padding: 15px 0; border-bottom: 1px solid #303B97;}
.inner_page .title_inner .title1{float: left; font-size: 18px; color: #333; font-weight: bold; line-height: 20px;}
.inner_page .title_inner .title2{float: right; font-size: 14px; color: #333; line-height: 20px;}
.inner_page .title_inner .title2 a{color: #333;}
.inner_page .title_inner .title2 span{color: #2d3f9b;}

/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}
.about_page .txtbox img{max-width: 100%; height: auto;}

/*  */
.txpq_page{width: 100%; overflow: hidden;}
.txpq_page .list{width: calc(100% + 20px);}
.txpq_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.txpq_page .item{width: 100%;}
.txpq_page .item a{display: block; width: 100%; height: 100%; padding: 20px;}
.txpq_page .item .imgbox{position: relative; overflow: hidden;}
.txpq_page .item .imgbox::before{content: ""; display: block; padding-top: 130%;}
.txpq_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;}
.txpq_page .item .txt{font-size: 14px; color: #333; font-weight: bold; text-align: center; margin-top: 20px; line-height: 1;}
.txpq_page .item:hover a{background: linear-gradient(#73b53f, #2e3897);}
.txpq_page .item:hover .imgbox .img{transform: scale(1.1);}
.txpq_page .item:hover .txt{color: #fff;}


/*  */
.txpq_page1{width: 100%; overflow: hidden;}
.txpq_page1 .list{width: calc(100% + 20px);}
.txpq_page1 .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.txpq_page1 .item{width: 100%;}
.txpq_page1 .item a{display: block; width: 100%; height: 100%; padding: 20px;}
.txpq_page1 .item .imgbox{position: relative; overflow: hidden;}
.txpq_page1 .item .imgbox::before{content: ""; display: block; padding-top: 72%;}
.txpq_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;}
.txpq_page1 .item .txt{font-size: 14px; color: #333; font-weight: bold; text-align: center; margin-top: 20px; line-height: 1;}
.txpq_page1 .item:hover a{background: linear-gradient(#73b53f, #2e3897);}
.txpq_page1 .item:hover .imgbox .img{transform: scale(1.1);}
.txpq_page1 .item:hover .txt{color: #fff;}

/*  */
.txpqShow_page{width: 100%; overflow: hidden; margin-top: 20px;}
.txpqShow_page .title{font-size: 16px; color: #333; font-weight: bold; text-align: center;}
.txpqShow_page .imgbox{text-align: center; overflow: hidden; margin-top: 20px;}
.txpqShow_page .imgbox img{max-width: 60%; height: auto;}
.txpqShow_page .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}

/*  */
.product_page{width: 100%; overflow: hidden; margin-top: 20px;}
.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%; background-color: #F5F5F5;}
.product_page .item a{display: block; padding: 15px; background: #fff;}
.product_page .item .imgbox{position: relative; overflow: hidden;}
.product_page .item .imgbox::before{content: ""; display: block; padding-top: 75%;}
.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 .txtbox{margin-top: 15px; text-align: center}
.product_page .item .txtbox .title{font-size: 14px; color: #333; font-weight: bold; line-height:1.8;}
.product_page .item .txtbox .txt{font-size: 14px; color: #999; height: 40px; line-height: 20px; overflow: hidden; margin-top: 5px; display:none;}
.product_page .item .txtbox .mm{display: inline-block; width: 90px; height: 24px; line-height: 22px; border: 1px solid #D2D2D2; font-size: 12px; color: #999; margin-top: 10px;}
.product_page .item:hover a{background: linear-gradient(#73b53f, #2e3897)}
.product_page .item:hover .imgbox .img{transform: scale(1.1);}
.product_page .item:hover .txtbox .title{color: #fff;}
.product_page .item:hover .txtbox .txt{color: #fff;}
.product_page .item:hover .txtbox .mm{border-color: #7EBD41; color: #7EBD41;}
/*  */
.productShow_page{width: 100%; overflow: hidden; margin-top: 20px;}
.productShow_page .title{font-size: 16px; color: #333; font-weight: bold; text-align: center;}
.productShow_page .imgbox{text-align: center; overflow: hidden; margin-top: 20px;}
.productShow_page .imgbox img{max-width: 60%; height: auto;}
.productShow_page .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}

/*  */
.case_page{width: 100%; overflow: hidden; margin-top: 20px;}
.case_page .list{width: calc(100% + 20px);}
.case_page .list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.case_page .item{width: 100%;}
.case_page .item a{display: block; width: 100%; height: 100%;}
.case_page .item .imgbox{position: relative; overflow: hidden;}
.case_page .item .imgbox::before{content: ""; display: block; padding-top: 80%;}
.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 .mask{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; transform: scale(0); background-color: rgba(4,28,70,.5);}
.case_page .item .mask .box{width: 100%; text-align: center;}
.case_page .item .mask .icon{width: 41px; height: auto;}
.case_page .item .mask .name1{font-size: 18px; color: #fff; font-weight: bold; margin-top: 15px;}
.case_page .item .mask .name2{width: 200px; font-size: 14px; color: #fff; height: 40px; line-height: 20px; overflow: hidden; margin: 15px auto 0 auto;}
.case_page .item .mask .mm{width: 140px; height: 40px; line-height: 38px; border: 1px solid #fff; font-size: 14px; color: #fff; margin: 25px auto 0 auto;}
.case_page .item:hover .mask{transform: scale(1);}
/*  */
.caseShow_page{width: 100%; overflow: hidden; margin-top: 20px;}
.caseShow_page .title{font-size: 16px; color: #333; font-weight: bold; text-align: center;}
.caseShow_page .imgbox{text-align: center; overflow: hidden; margin-top: 20px;}
.caseShow_page .imgbox img{max-width: 60%; height: auto;}
.caseShow_page .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}

/*  */
.news_page{width: 100%; overflow: hidden; margin-top: 20px;}
.news_page .item{width: 100%; height: 150px; overflow: hidden; margin-bottom: 20px;}
.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;}
.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: #303B97;}
.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; margin-top: 20px;}
.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;}
.newsShow_page .txtbox p{font-size: 14px; color: #333; line-height: 24px;}

/*  */
.message_page{width: 100%; overflow: hidden; margin-top: 20px;}
.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: #f00; border: none; color: #ffffff;} 

/*  */
.contact_page{width: 100%; overflow: hidden; margin-top: 20px;}
.contact_page .txtbox{font-size: 16px; color: #333; line-height: 2; margin-bottom: 20px;}

@media (max-width: 1199px){
    .search_top .title{font-size: 16px; width: 140px;}
    .search_top .list{width: calc(100% - 140px);}
    .search_top .left{width: calc(100% - 360px);}
    .search_top .formBox{width: 350px;}
    /*  */
    .index1{padding: 60px 0;}
    .index1 .item a{padding: 10px;}
    .index1 .item .txtbox{margin-top: 10px;}
    .index1 .item .txtbox .txt{font-size: 12px;}
    .index2 .txt{font-size: 20px;}
    .index2 .tel{font-size: 18px; line-height: 40px;}
    .index2 .tel span{font-size: 22px;}
    .index3{padding: 50px 0;}
    .index3 .content{margin-top: 30px;}
    .index3 .item a{padding: 10px;}
    .index3 .item .txt{margin-top: 10px;}
    .index4 .box1{padding: 50px 0;}
    .index4 .title_idx4 .title{font-size: 26px;}
    .index4 .box1 .txt{line-height: 25px; height: 200px;}
    .index4 .box1 .more{margin-top: 20px;}
    .index4 .box2 .item{padding: 40px 0;}
    .index5{padding: 50px 0;}
    .index5 .txtbox{padding: 40px;}
    .index5 li:nth-child(odd) .txtbox{padding: 40px 40px 40px 0;}
    .index5 .txtbox .tit1{font-size: 22px;}
    .index5 .txtbox .tit2{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
    .index5 .txtbox .txt{line-height: 20px;}
    .index6{padding: 50px 0;}
    .index6 .item .mask{padding: 10px;}
    .index6 .item .mask .name1{font-size: 16px; margin-top: 10px;}
    .index6 .item .mask .name2{width: 100%; margin-top: 10px;}
    .index6 .item .mask .mm{margin: 15px auto 0 auto;}
    /*  */
    .sideBar_left{width: 250px;}
    .sideBar_right{width: calc(100% - 250px);}
    .sideBar .sideBar_title{padding: 20px 0;}
    .sideBar .sideBar_title .title1{font-size: 26px;}
    .sideBar .sideBar_list>li>a{height: 55px; line-height: 54px; padding: 0 10px 0 30px; font-size: 16px;}
    .sideBar .sideBar_down li a{height: 40px; line-height: 40px; padding-left: 45px;}
    .sideBar .sideBar_down li a span{left: 25px;}
    .sideBar_below .sideBar_tel .tel_txt1{font-size: 16px;}
    .sideBar_below .sideBar_tel .tel_txt2{font-size: 20px; margin-top: 5px;}
    /*  */
    .inner_page{padding: 50px 0;}
    .txpq_page .item a{padding: 10px;}
    .txpq_page .item .txt{margin-top: 10px;}
    .product_page .item a{padding: 10px;}
    .product_page .item .txtbox{margin-top: 10px;}
    .product_page .item .txtbox .txt{font-size: 12px;}
    .case_page .item .mask{padding: 10px;}
    .case_page .item .mask .name1{font-size: 16px; margin-top: 10px;}
    .case_page .item .mask .name2{width: 100%; margin-top: 10px;}
    .case_page .item .mask .mm{margin: 15px auto 0 auto;}

}

@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%; height: 40px;}
    .header .header_nav .item>a{color: #333; line-height: 40px;}
    .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%; height: 35px;}
    /*  */
    .title_index .title_icon{width: 45px;}
    .title_index .title1{font-size: 22px;}
    .title_index .title2{font-size: 12px;}
    .index1{padding: 40px 0;}
    .index1 .item a{padding: 5px;}
    .index1 .more a{width: 120px; height: 30px; line-height: 30px;}
    .index3{padding: 40px 0;}
    .index3 .content{margin-top: 20px;}
    .index3 .more{margin-top: 20px;}
    .index3 .more a{width: 120px; height: 30px; line-height: 30px;}
    .index4 .box1{padding: 40px 0;}
    .index4 .box1 .left .imgbox{padding: 5px;}
    .index4 .title_idx4 .title{font-size: 20px;}
    .index4 .box1 .txt{height: 150px;}
    .index4 .box1 .more{margin-top: 15px;}
    .index4 .box1 .more a{width: 120px; height: 30px; line-height: 28px;}
    .index4 .box2 .item{padding: 30px 0;}
    .index4 .box2 .item .txtbox .title{font-size: 16px;}
    .index4 .box2 .item .txtbox .txt{margin-top: 5px; font-size: 12px;}
    .index5{padding: 40px 0;}
    .index5 .txtbox{padding: 20px;}
    .index5 li:nth-child(odd) .txtbox{padding: 20px 20px 20px 0;}
    .index5 .txtbox .tit1{font-size: 18px;}
    .index5 .txtbox .tit2{line-height: 15px;}
    .index6{padding: 40px 0;}
    .index6 .content{padding: 0;}
    .index6 .more{margin-top: 20px;}
    .index6 .idx6_prev, .index6 .idx6_next{display: none;}
    .index7{padding: 50px 0;}
    .index7 .item1 .txtbox{padding: 10px;}
    .index7 .item1 .txtbox .txt{font-size: 12px;}
    .index7 .item1:nth-child(odd){padding-right: 5px;}
    .index7 .item1:nth-child(even){padding-left: 5px;}
    .foot1{display: none;}
    /*  */
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 220px);}
    .sideBar .sideBar_title{padding: 15px 0;}
    .sideBar .sideBar_title .title1{font-size: 20px;}
    .sideBar .sideBar_list>li>a{height: 45px; line-height: 44px; font-size: 14px;}
    .sideBar .sideBar_down li a{height: 35px; line-height: 35px;}
    /*  */
    .inner_page{padding: 30px 0;}
    .product_page .item a{padding: 5px;}
    .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%;}
	.contact_page .txtbox{ font-size:14px;}
}

@media (min-width: 751px){
    .sideBar .sideBar_list{display: block!important;}
}

@media (max-width:750px){
    .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;}
    /*  */
    .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 .txtbox .mm{margin-top: 5px;}
    .index1 .more a{width: 100px; font-size: 12px;}
    .index2{padding: 20px 0;}
    .index2 .imgbox img{width: 70px;}
    .index2 .txt{font-size: 16px;}
    .index2 .tel{line-height: 30px; font-size: 16px; padding: 0 0 0 15px; margin-top: 15px;}
    .index2 .tel span{font-size: 18px; margin-left: 15px; padding: 0 15px;}
    .index3{padding: 20px 0;}
    .index3 .content{margin-top: 15px;}
    .index3 .item a{padding: 5px;}
    .index3 .more a{width: 100px;}
    .index4 .box1{padding: 20px 0;}
    .index4 .box1 .left{width: 100%; padding: 0;}
    .index4 .box1 .right{width: 100%; margin-top: 10px;}
    .index4 .title_idx4 .title{font-size: 16px;}
    .index4 .box1 .txt{height: 140px; line-height: 20px; font-size: 12px;}
    .index4 .box1 .more a{width: 100px; font-size: 12px;}
    .index4 .box2 ul li{width: 50%;}
    .index4 .box2 .item{padding: 20px 0;}
    .index5{padding: 20px 0;}
    .index5 .title_idx5{margin-bottom: 15px;}
    .index5 li{flex-wrap: wrap;}
    .index5 .imgbox{width: 100%; height: 150px;}
    .index5 .txtbox{width: 100%; padding: 10px;}
    .index5 li:nth-child(odd) .imgbox{left: 0;}
    .index5 li:nth-child(odd) .txtbox{right: 0; padding: 10px;}
    .index5 .txtbox .tit1{font-size: 16px;}
    .index6{padding: 20px 0;}
    .index6 .content{margin-top: 15px;}
    .index6 .item .mask .icon{width: 35px;}
    .index6 .item .mask .name1{font-size: 14px;}
    .index6 .item .mask .name2{font-size: 12px; margin: 10px auto 0 auto;}
    .index6 .item .mask .mm{display: none;}
    .index6 .more a{width: 100px; height: 30px; line-height: 30px; font-size: 12px;}
    .index7{padding: 20px 0;}
    .index7 .left{width: 100%;}
    .index7 .right{width: 100%; padding: 0; margin-top: 15px;}
    .index7 .title_idx7{font-size: 16px; margin-bottom: 15px;}
    .index7 .item1{width: 100%;}
    .index7 .item1:nth-child(odd){padding-right: 0;}
    .index7 .item1:nth-child(even){padding-left: 0;}
    .index7 .item1 .txtbox{padding: 5px;}
    .index7 .item1 .txtbox .txt{height: 100px;}
    /*  */
    .sideBar_left{width: 100%;}
	.sideBar_right{width: 100%; padding: 0; margin-top: 15px;}
	.sideBar .sideBar_title{padding: 10px 0;}
	.sideBar .sideBar_title .title1{margin-bottom: 0; font-size: 16px;}
	.sideBar .sideBar_title .title2{display: none;}
    /*  */
    .inner_page{padding: 20px 0;}
    .inner_page .title_inner{padding: 0 0 15px 0;}
    .txpq_page .list{width: calc(100% + 10px);}
    .txpq_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .txpq_page .item a{padding: 5px;}
    .txpq_page .item .txt{font-size: 12px;}
    .product_page .list{width: calc(100% + 10px);}
    .product_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_page .item .txtbox .mm{margin-top: 5px;}
    .case_page .list{width: calc(100% + 10px);}
    .case_page .list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .case_page .item .mask .icon{width: 35px;}
    .case_page .item .mask .name1{font-size: 14px;}
    .case_page .item .mask .name2{font-size: 12px; margin: 10px auto 0 auto;}
    .case_page .item .mask .mm{display: none;}
    .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;}
	
	.caseShow_page .imgbox img{max-width: 85%; height: auto;}
	.txpqShow_page .imgbox img{max-width: 85%; height: auto;}
	.productShow_page .imgbox img{max-width: 85%; height: auto;}

}





