@charset "UTF-8";
@media (max-width: 1366px){
.pc-bocweb-header3 .nav .li {
    margin: 0 .2rem;
    position: relative;
}
.view {
    padding: 0 4%;
}
.home_b .table{
	left: 10%;
}
.home_b{
	height: 30rem;
}
}
@media (max-width: 1024px){
.pc-bocweb-header3 .nav .li {
    margin: 0 .2rem;
    position: relative;
}
.view {
    padding: 0 4%;
}
}

@media (max-width: 992px){
	.view{
		padding: 0 4%;
	}
	.navbox{
		display:none;
	}
	.mhamburger {
	    float: left;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    margin-left: 0;
	    display: flex;
    	flex-flow: row wrap;
    	justify-content: center;
	}

	.mhamburger a{
		display:block;
    	align-items: center;
	    height: 1.25rem;
	    width: 1.5rem;
	    text-align: center;
	    line-height: 1.25rem;
	    font-size: 16px;
	    color: #222222;
	    border: 1px solid #ccc;
	    margin: 0.062rem;
	}
	.hamburger {
	    width: 1.25rem;
	    height: 1.25rem;
	    position: relative;
	}

	.hamburger .bar {
	    padding: 0;
	    width: 1rem;
	    height: 2px;
	    background-color: #222;
	    display: block;
	    border-radius: 4px;
	    transition: all 0.4s ease-in-out;
	    position: absolute; 
	}

	.bar1 {
	    top: 20%;
	}

	.bar2,
	.bar3 {
	    top: 49%;
	}
	.bar4 {
	    bottom: 20%;
	}
	.checkbox2:checked + label > .hamburger2 > .bar1{
	    transform: translateX(40px);
	    background-color: transparent;
	}

	.checkbox2:checked + label > .hamburger2 > .bar2{
	    transform: rotate(45deg);
	}

	.checkbox2:checked + label > .hamburger2 > .bar3{
	    transform: rotate(-45deg);
	}

	.checkbox2:checked + label > .hamburger2 > .bar4{
	    transform: translateX(-40px);
	    background-color: transparent;
	}
	header.white .hamburger .bar{
		background-color: #fff;
	}
	.m-nav{
    position: fixed;
    top: 2.5rem;
    width: 100%;
    z-index: 50;
    overflow: auto;
    box-sizing: border-box;
    padding: 0 .3rem;
    height: calc(100% - 1rem);
    background-color: rgba(255,255,255,.95);
    display: none;
  }
  .m-nav li{
    border-bottom: 1px solid #dcdcdc;
  }
  .m-nav li:last-child{
    border-bottom: none;
  }
  .m-nav li .tit{
    display: block;
    font-size: 16px;
    padding: .5rem 0 .5rem .3rem;
    color: #333;
    position: relative;
  }

  .m-nav li .tit:before{
    content: "";
    position: absolute;
    right: 0;
    width: .5rem;
    height: .5rem;
    margin-top: -.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url();
    top: 50%;
    transition: all .2s;
    border-bottom:1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
  }
  .m-nav li:nth-child(1) .tit:before{
    display: none;
  }
  .m-nav li.on .tit:before{
    transform: rotate(-135deg);
  }
  .m-nav li .navson{
    padding-bottom: .3rem;
    display: none;
  }
  .m-nav li .navson a{
    display: block;
    font-size: 15px;
    line-height: 2rem;
    padding: 0 .5rem;
    color: #333;
    border-bottom: 1px solid #eee;
  }
  .addss a {
	    color: #111111;
	    margin-right: 0.1rem;
	    font-size: 0.4rem;
	}
	.addss span{
		margin-right: 0.1rem;
	}
	.addss .addss_nav a{
		margin-left: 0.5rem;
	}
	.pro_a .table a{
		margin-right: 1rem;
	}
	.pro_a .pro_a_left .bg {
	    background-size: 100%;
	}
	.pro_a_right .p {
	    margin-top: 0;
	}
	.pro_a_right .tit {
	    font-size: 0.7rem;
	    color: #111;
	    margin: 0.56rem 0;
	}
	.pro_a_right .txt {
	    font-size: 0.4rem;
	    color: #555555;
	    margin-bottom: 1rem;
	    line-height: 0.65rem;
	}
	.pro_a .content .item ul li{
		width:50%;
	}
	.pro_a .content .item3 ul li{
		width:48%;
	}

	.hot a .img img{
		max-width:100%;
	}
	.s_tabe a {
	    width: 8.25rem;
	    margin-bottom: .5rem;
	}
	.job_left .tit {
	    font-size: .8rem;
	}
	.s_content .item .right .tit:after{
		width:64%;
	}
}

@media (max-width: 767px){
	.pc{
		display: none;
	}
	.mb{
		display:block;
	}
	header{
		height:1.5rem;
	}
	.seach a {
	    display: block;
	    height: .66rem;
	    width: .8rem;
	    text-align: center;
	    line-height: .66rem;
	    font-size: 0.45rem;
	}
	.pc-bocweb-header3 .logo{
		width:2.4rem;
		height:.5rem;
	}
	.pc-bocweb-header3{
		height:1.5rem;
	}
	.seach{
		width:.82rem;
	}
	.lang{
		width:1.9rem;
	}
	.lang a{
		display: block;
	    height: .66rem;
	    width: .8rem;
	    text-align: center;
	    line-height: .66rem;
	    font-size: 0.28rem;
	}
	.mhamburger a{
		display: block;
	    height: .66rem;
	    width: .8rem;
	    text-align: center;
	    line-height: .66rem;
	    font-size: 0.28rem;
	}
	.hamburger {
	    width: .5rem;
	    height:.5rem;
	    position: relative;
	}
	.hamburger .bar {
	    padding: 0;
	    width: .5rem;
	    height: 3px;
	}
	.bar1 {
	    top: 20%;
	}

	.bar2,
	.bar3 {
	    top: 56%;
	}
	.bar4 {
	    bottom: 0;
	}
	.headerh{
		height:1.5rem;
	}
	.banner {
	    height: 6rem;
	}
	.banner .swiper-slide .txt {
	    width: 2.25rem;
	    display: block;
	    height: 2.25rem;
	    z-index: 2;
	    top: 10%;
	    right: 10.98%;
	    border-radius: 50%;
	    text-align: center;
	}
	.banner .swiper-slide .txt.big .tit {
	    font-size: .36rem;
	    line-height: 1;
	}
	.banner .swiper-slide .txt.big .p {
	    font-size: 0.24rem;
	    display: inline-block;
	    margin-top: 0.2rem;
	    line-height: 1.2;
	    border-bottom: 1px solid #fff;
	}
	.banner .swiper-slide .txt.medium .tit {
	    font-size: .32rem;
	    line-height: 1.2;
	}
	.banner .swiper-slide .txt.medium .p {
	    font-size: 0.24rem;
	    display: inline-block;
	    margin-top: 0.2rem;
	    line-height: 1.2;
	    border-bottom: 1px solid #fff;
	}
	.banner .swiper-slide .txt.small .tit {
	    font-size: 0.28rem;
	    line-height: 1.2;
	}
	.banner .swiper-slide .txt.small .p {
	    font-size: 0.24rem;
	    display: inline-block;
	    margin-top: 0.2rem;
	    line-height: 1.2;
	    border-bottom: 1px solid #fff;
	}
	.home_a{
		height: auto;
	    padding-bottom: .6rem;
	    background-position: center;
	}
	.home_a .view{
		padding:0;
	}
	.home_a_nav {
	    width: 100%;
	    height: 1.8rem;
	    background-color: #fff;
	    position: relative;
	    margin-top: 0rem;
	    z-index: 2;
	    overflow: auto;
	}
	.home_a_nav .first {
    	width: 144%;
	    height: 100%;
	    position: relative;
	    overflow: auto;
	}
	.pro_fiz{
		height:0;
	}
	.home_a_nav .first li {
	    line-height: 0.9rem;
	    font-size: 0.20rem;
	}
	.home_a_nav .two li{
      line-height: 0.9rem;
       font-size: 0.20rem;
	}
	.home_a .content {
	    width: 100%;
	    margin-top: .6rem;
	}
	.home_a .content .right {
	    width: 100%;
	    padding:0 4%;
	}
	.p-tit {
	    font-size: 0.24rem;
	    color: #05164d;
	}
	.s-tit {
	    font-size: 20px;
	    color: #05164d;
	    margin-top: .4rem;
	}
	.home_a .content .right .txt {
	    font-size: 0.24rem;
	    color: #888888;
	    margin-top: .4rem;
	    line-height: .4rem;
	}
	.home_a .content .right .more{
		display:none;
	}
	.home_a .content .left{
	    width: 100%;
	    margin-top: 0.6rem;
	    max-width: 100%;
	}
	.home_b .ajax_con {
	    width: 96%;
	    position: absolute;
	    top: .6rem;
	    left: 4%;
	}
	.home_b .ajax_con .txt {
	    font-size: 0.24rem;
	    color: #888;
	    line-height: .4rem;
	    height: .8rem;
	    overflow: hidden;
	    width: 96%;
	    margin-top: 0.32rem;
	}
	.home_b .table a {
	    display: block;
	    width: 23.5%;
	    height: .6rem;
	    border-radius: 25px;
	    text-align: center;
	    line-height: .6rem;
	    border: 1px solid #ccc;
	    color: #111111;
	    font-size: 0.24rem;
	    background-color: #fff;
	    float: left;
	    margin: 0;
	    margin-right: 2%;
	}
	.home_b .table a:nth-child(4n){
		margin-right: 0;
	}
	.home_b .table {
	    position: absolute;
	    top: 21%;
	    z-index: 9;
	    width: 92%;
	    left: 4%;
	}
	.home_b .ajax_con .tip {
	    position: relative;
	    width: 80%;
	    background-color: #fff;
	    box-shadow: #ccc 0px 0px 20px;
	    right: 0;
	    /* top: 49px; */
	    z-index: 22;
	    border-radius: 5px;
	    margin-top: 1.5rem;
	    margin-left: 10%;
	}
	.home_b .ajax_con .tip .img {
	    width: 100%;
	    height: auto;
	    text-align: center;
	    margin-top: 0.4rem;
	    padding:0.25rem;
	}
	.home_b .ajax_con .tip .img img {
	    width: 100%;
	    height: auto;
	}
	.home_b .ajax_con .tip .txt2 {
	    width: 90%;
	    font-size: 0.32rem;
	    line-height: 1.2rem;
	    color: #000000;
	    margin: auto;
	}
	.home_b .ajax_con .tip .txt2 .s2 {
	    width: .5rem;
	    height: .5rem;
	    background-color: #0070d1;
	    border-radius: 50%;
	    margin-top: 0.4rem;
	}
	.home_b .ajax_con .mover {
	    margin-top:2rem;
	    width: 100%;
	    margin-left: 0;
	    height: 4.8rem;
	    background-repeat: no-repeat;
	    background-position: 0;
	    background-position: 22% 90%;
	}
	.home_b .ajax_con .mover .move_swiper .swiper-slide {
	    width: 10rem;
	    margin-right: 3.6rem;
	}
	.home_b {
	    height: 11rem;
	}
	.home_c {
	    width: 100%;
	    position: relative;
	    padding: .6rem 0 .6rem 4%;
	}
	.home_content {
	    width: 100%;
	    margin-top: .6rem;
	}
	.home_c .news-container .swiper-slide {
	    width: 4.45rem;
	    margin-right: .8rem;
	}
	.home_c .news-container .swiper-slide .img {
	    width: 100%;
	    height: 3.1rem;
	    overflow: hidden;
	}
	.home_c .news-container .swiper-slide .txt {
    	width: 100%;
	    padding: .5rem;
	}
	.home_c .news-container .swiper-slide .txt .p1 {
	    font-size: 0.28rem;
	    color: #222222;
	    font-weight: 500;
	    line-height: 0.45rem;
	    height: .9rem;
	    overflow: hidden;
	}
	.home_c .news-container .swiper-slide .txt .p2 {
	    font-size: 0.24rem;
	    color: #222222;
	    line-height: 0.4rem;
	    height: 1.2rem;
	    overflow: hidden;
	    margin-top: 0.24rem;
	}
	.more2 {
	    width: 1.5rem;
	    height: .6rem;
	    display: block;
	    font-size: 0.24rem;
	    text-align: center;
	    line-height: .6rem;
	    color: #111111;
	    font-family: "dinengschrift";
	    margin-top: .4rem;
	    border: 1px solid #ccc;
	    position: relative;
	    transition: all .3s;
	}
	.more2:before{
		border-left: 1px solid #111;
    	border-top: 1px solid #111;
	}
	.more2:after{
		border-right: 1px solid #111;
    	border-bottom: 1px solid #111;
	}
	.hq-pagination {
	    width: 100%;
	    text-align: center;
	    margin-top: .6rem;
	}
	.hq-pagination .swiper-pagination-bullet {
	    width: 12px;
	    height: 12px;
	    border-radius: 50%;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    border: 1px solid #0d5ba3;
	}
	.home_e {
	    width: 100%;
	    position: relative;
	    padding: .6rem 0;
	}
	.partner-container li{
		width:32%;
		margin-right: 2%;
		height:2rem;
		margin-bottom: 0.2rem;
	}
	.partner-container li:nth-child(3n){
		margin-right: 0;
	}
	.partner-container li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    max-width: 50%;
}
	.partner-container .swiper-slide{
		width:100%;
	}
	.footer_con {
	    padding-top: 1rem;
	    width: 100%;
	    float: left;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    padding-left: 0;
	}
	.footer_con .tit {
	    color: #fff;
	    font-size: 0.46rem;
	    font-weight: 500;
	    text-align: center;
	}
	.footer_con .txt {
	    margin-top: 0.45rem;
	    font-size: 0.28rem;
	    color: #fff;
	    text-align: center;
	}
	.footer_con .txt div {
	    margin-top: 0.24rem;
	    line-height: 1;
	}
	.footer_con .fx {
	    margin-top: .8rem;
	    text-align: center;
	}
	.footer_con .fx .item {
	    float: inherit;
	    position: relative;
	    display: inline-block;
	    margin:0 0.2rem ;
	}
	.footer_con .fx .item a {
	    display: block;
	    width: .85rem;
	    height: .85rem;
	    border: 1px solid rgba(255,255,255,0.1);
	    border-radius: 50%;
	    background-repeat: no-repeat;
	    background-position: center;
	    margin-left: 0;
	}
	footer .bot{
		border-top: 0;
		margin-top:.6rem;
	}
	footer .bot a {
	    color: rgba(255,255,255,0.6);
	    display: block;
	    font-size: 0.24rem;
	    line-height: 0.38rem;
	    width: 100%;
	    text-align: center;
	}
	footer {
	    padding-bottom: .6rem;
	}
	.footer_con .fx .item .ewm {
	    width: 2rem;
	    height: 2rem;
	    position: absolute;
	    left: -58%;
	    /* display: none; */
	    top: 1rem;
	    padding: 0.1rem;
	    background-color: #fff;
	}
	.m-nav{
		top:1.5rem;
		display:none;
	}
	.m-nav li .tit{
		padding: .3rem 0 .3rem .3rem;
	}
	.m-nav li .tit:before {
	    content: "";
	    position: absolute;
	    right: 0;
	    width: .2rem;
	    height: .2rem;
	    margin-top: -.1rem;
	}
	.m-nav li .navson a {

	    line-height: 1rem;
	    padding: 0 .25rem;
	}
	.sub_banner{
		height:5.5rem;
	}
	.sub_tit{
		font-size:0.48rem;
	}
	.addss{
		display:none;
	}
	.about{
		padding:.6rem 0;
	}
	.about .left {
	    float: left;
	    width: 100%;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    padding-left: 4%;
	    padding-right: 4%;
	}
	.about .left .tit {
	    font-size: .48rem;
	    color: #333333;
	    margin-bottom: 0.4rem;
	}
	.about .left .txt {
	    font-size: 0.28rem;
	    color: #111;
	    line-height: 0.45rem;
	    font-family: "Pf";
	}
	.about .left .list {
	    width: 100%;
	    margin-top: .4rem;
	}
	.about .left .list li .num{
		font-size:.6rem;
	}
	.about .left .list li .num .dw {
	    font-size: 0.36rem;
	}
	.about .left .list li .p{
		font-size:.28px;
	}
	.about .left .list li{
		margin-bottom: .6rem;
	}
	.about .right{
		width:100%;
		height:4rem;
	}
	.com_tit{
		font-size:.48rem;
	}
	.his_list {
	    width: 100%;
	    height: auto;
	}
	.his_list .item .item_left{
		width:100%;
		height: 4rem;
	}
	.his_list .item{
		height:auto;
	}
	.his_list .item .item_right {
	    width: 100%;
	    padding: 0.2rem;
	}
	.his_list .item .item_right .tit{
		font-size:0.4rem;
	}
	.his_list .item .item_right ul{
		margin-top:0.3rem;
		height: auto;
	}
	.his_list .item .item_right ul li {
	    font-size: 0.24rem;
	    margin-top: 0.1rem;
	    line-height: .3rem;
	}
	.his_year .swiper-slide {
	    width: 1rem;
	    height: 0.3rem;
	    border-bottom: 1px dashed #0d5ba3;
	    position: relative;
	}
	.his_year .swiper-slide .year{
		font-size:.24rem;
		margin-left: -5px;
	}
	.sm_list li {
	    width: 100%;
	    margin-right: 0;
	    height: 11rem;
	    margin-bottom: 0.4rem;
	}
	.sm_list li .tit {
	    margin-top: 4rem;
	    font-size: 0.40rem;
	    padding-bottom: 0.3rem;
	}
	.sm_list li .txt {
	    margin-top: 0.3rem;
	    font-size: 0.32rem;
	}
	.sm_list li .box {
	    width: 3.5rem;
	    height: 3.5rem;
	    margin-top:2rem;
	}
	.sm_list li .item {
	    font-size: 0.28rem;
	}
	.sm_list li .box3 .item:nth-child(1){
		top: -.6rem;
	}
	.sm_list li .box3 .item:nth-child(1) .dian {
	    bottom: -0.4rem;
	}
	.sm_list li .box2 {
	    line-height: 3.5rem;
	    font-size: 0.48rem;
	}
	.sm_list li .box3 .item:nth-child(2) {
	    left: -1.5rem;
	}
	.sm_list li .box3 .item:nth-child(2) .dian {
	    left: 1.48rem;
	}
	.sm_list li .box3 .item:nth-child(3) {
	    top: 30%;
	    right: -1.5rem;
	}
	.sm_list li .box3 .item:nth-child(3) .dian {
	    right: 1.48rem;
	}
	.sm_list li .box3 .item:nth-child(4) {
	    left: -1.2rem;
	}
	.sm_list li .box3 .item:nth-child(4) .dian {
	    left: 1.6rem;
	}
	.sm_list li .box3 .item:nth-child(5) {
	    right: -1.2rem;
	}
	.sm_list li .box3 .item:nth-child(5) .dian {
	    right: 1.6rem;
	}
	.ab_table {
	    margin-top: .6rem;
	}
	.ab_table a {
	    width: 3rem;
	    height: .8rem;
	    line-height: .8rem;
	    font-size: 0.24rem;
	    margin: 0rem;
	}
	.ajax_about {
	    margin-top: .6rem;
	}
	.yw_swiper .swiper-slide {
	    width: 23%;
	    height: 2rem;
	    background-color: #fff;
	    float: left;
	    margin-right: 2%;
	    margin-bottom:0;
	    position: relative;
	}
	.yw_swiper .swiper-slide img{
		max-width:60%;
	}
	.map {
	    height: 5.05rem;
	    margin-top:0.6rem;
	}
	.map .mapimg {
	    max-width: 100%;
	    height: 5.05rem;
	    position: relative;
	    margin-left: 0;
	}
	.map .box .item .img {
	    width: 1rem;
	    height: 1rem;
	}
	.map .box .item{
		width:1rem;
	}
	.map .box .item .txt {
	    font-size: 0.20rem;
	    text-align: center;
	    color: #111;
	    margin-top: 0.2rem;
	    font-weight: 500;
	    line-height: 0.3rem;
	}
	.map .box .item:nth-child(1) {
	    left: 0;
	    top: 17%;
	}
	.map .box{
		height: 5.05rem;
	}
	.map .box .item:nth-child(4) {
	    top: 56%;
	    right: 14%;
	}
	.map .box .item:nth-child(2) {
	    top: 18%;
	    right: 14%;
	}
	.hon_swiper {
	    width: 100%;
	    overflow: hidden;
	    padding-top: .8rem;
	    padding-bottom: 1.6rem;
	}
	.ry-pagination{
		display:none;
	}
	.hon_swiper .swiper-slide {
	    width: 50%;
	    margin: 0 2.5%;
	}
	.hon_swiper .swiper-slide.swiper-slide-active {
	    transform: scale(1.2);
	    margin: 0 2.5%;
	}
	.hon_swiper .swiper-slide .txt{
	    font-size: .24rem;
	    line-height: 0.35rem;
	    margin: 0.2rem 0;
	}
	.ry_pre .more {
	    opacity: 0.5;
	    width: 1.2rem;
	    height: 1.2rem;
	    line-height: 1.2rem;
	    cursor: pointer;
	    font-size: 0.24rem;
	}
	.ry_pre .more img {
    width: 0.2rem;
    margin-right: 0.2rem;
}
	.ry_pre {
	    left: 30%;
	    top: 70%;
	    position: absolute;
	    z-index: 22;
	}
	.ry_next .more {
	    opacity: 0.5;
	    width: 1.2rem;
	    height: 1.2rem;
	    line-height: 1.2rem;
	    cursor: pointer;
	    font-size: 0.24rem;
	}
	.ry_next {
	    right:30%;
	    top: 70%;
	    position: absolute;
	    z-index: 22;
	}
	.ry_next .more img{
		width:0.2rem;
		margin-left: 0.2rem;
	}
	.job_left{
		width:100%;
	}
	.job_left .tit{
		font-size:0.48rem;
		text-align: center;
	}
	.job_left .table {
	    margin-top: .6rem;
	    text-align: center;
	}
	.job_left .table a {
	    display: inline-block;
	    font-size: 0.36rem;
	    color: #111;
	    line-height: .5rem;
	    margin: 0 0.2rem;
	}
	.job_right {
	    width: 100%;
	}
	.job_search {
	    height: .8rem;
	}
	.job_search .text {
	    width: 88%;
	    float: left;
	    padding-left: 0.2rem;
	    font-size: 15px;
	}
	.job_search .submit {
	    width: 12%;
	    background-size: 0.35rem;
	}
	.scor {
	    margin-top: 0.3rem;
	}
	.scor a {
	    font-size: 0.28rem;
	    color: #111111;
	    margin-right: 0.4rem;
	}
	.job_content{
		margin-top:0.6rem;
	}
	.job_content .list .list-top {
	    font-size: .20rem;
	    height: 100px;
	    line-height: 0.4rem;
	    padding:0.2rem;
	}
	.job_content .list .span1 {
	    width: 33%;
	    text-indent: 0;
	}
	.job_content .list .span1,.job_content .list .span2,.job_content .list .span3,.job_content .list .span4,.job_content .list .span5{
		font-size: .2rem!important;
	}
	.job_content .list .span3,
	.job_content .list .span2{
		/*display: none;*/
	}
	.span5 .jl {
	    display: inline-block;
	    width: 100%;
	    height: .5rem;
	    line-height: .5rem;
	    text-align: center;
	    border-radius: 25px;
	    background-color: #e6e6e6;
	    font-size: 0.2rem;
	}
	.job_content .list .list-top {
	    font-size: .20rem;
	    height: 100px;
	    line-height: 0.5rem;
	    align-items: center;
	}
	.job_content .list .list-top br{
	    display:block;
	}
	.job_content .list .span2, .job_content .list .span3, .job_content .list .span4, .job_content .list .span5 {
	    width: 22%;
	    text-align: center;
	    position: relative;
	    line-height: 1.5;
	}
	.job_content .list .span4{
		/*width: 40%;*/
	}
	.job_content .list .list-hide {
	    padding: 0.5rem;
	}
	.job_content .list .item {
	    font-size: 0.24rem;
	    color: #0f0f0f;
	    line-height: 2;
	    margin-bottom: .3rem;
	    width: 100%;
	    float: left;
	}
	.shm {
	    margin-top: .6rem;
	}
	.showmore {
	    width: 80%;
	    height: .7rem;
	    text-align: center;
	    line-height: .75rem;
	}
	.con_content {
	    height: auto;
	    border:0;
	}
	.con_left {
	    width: 100%;
	    float: left;
	    border-right: 0;
	    box-sizing: border-box;
	    height: 100%;
	    padding: 0.5rem;
	}
	.con_left .item {
	    margin-bottom: .5rem;
	}
	.con_left .item:last-child{
		margin-bottom: 0;
	}
	.con_left .tit {
	    font-size: 0.40rem;
	    color: #264562;
	    margin-bottom: 0.3rem;
	    font-weight: 700;
	}
	.con_left .txt {
	    font-size: 0.24rem;
	    line-height: 0.45rem;
	    color: #264562;
	}
	.con_right{
		width: 100%;
		margin-top:0rem;
	}
	.con_map {
	    height: 5rem;
	    width: 100%;
	}
	.con_right .item {
	    height: 1rem;
	    width: 100%;
	    line-height: 1rem;
	    font-size: 0.24rem;
	}
	.news {
	    padding: 0;
	}
	.news li {
	    float: left;
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: .4rem;
	}
	.news .news_a .img {
	    width: 100%;
	    height: 4rem;
	    overflow: hidden;
	}
	.news .news_a .txt {
	    padding: 0.5rem;
	}
	.news .news_a .txt .p1 {
	    font-size: 0.32rem;
	    color: #222222;
	    font-weight: 500;
	    line-height: 0.45rem;
	    height: .9rem;
	    overflow: hidden;
	}
	.news .news_a .txt .p2 {
	    font-size: 0.28rem;
	    color: #222222;
	    line-height: 0.45rem;
	    height: .9rem;
	    overflow: hidden;
	    margin-top: 0.4rem;
	}
	.news-b {
	    width: 100%;
	    padding: 0;
	}
	.news-b .box{
		height:auto;
		text-align: center;
	}
	.news-b .box .img {
	    width: 3.40rem;
	    height: 2.44rem;
	    display: inline-block;
	    vertical-align: top;
	    margin-bottom: .4rem;
	}
	.news-b .box .txt {
	    text-align: left;
	    display: inline-block;
	    height: 100%;
	    width: 100%;
	    padding-left: 0;
	    vertical-align: top;
	    line-height: 1.5;
	}
	.news-b .box .txt .p1 {
	    font-size: 0.28rem;
	    color: #111;
	    font-weight: 500;
	    padding-bottom: 0.2rem;
	}
	.news-b .box .txt .p3 {
	    padding-top: 0rem;
	    font-size: 0.24rem;
	    color: #222222;
	    line-height: 1.5;
	}
	.news-info .box1 {
	    padding: 0.5rem 0;
	}
	.page{
		padding:0;
	}
	.pagenrgth a {
	    text-align: center;
	    display: inline-block;
	    width: .5rem;
	    height: .5rem;
	    line-height: .5rem;
	    font-size: 0.28rem;
	    vertical-align: top;
	    margin-right: 0.2rem;
	    color: #333;
	    transition: all 0.3s;
	    border-radius: 50%;
	}
	.phone {
	    width: 1rem;
	    position: fixed;
	    top: 2rem;
	    z-index: 88;
	    background-color: #fff;
	    right: 4%;
	    border-radius: 40px;
	}
	.phone .img {
	    width: 1rem;
	    height: 1rem;
	    line-height: 1rem;
	}
	.phone .img img{
		width:40%;
	}
	.phone .txt{
		font-size:0.24rem;
		padding-bottom:0.2rem;
		margin-top: 0.2rem;
	}
	.s_con {
	    margin-top: .6rem;
	}
	.s_con .list .list-top {
	    font-size: 0.28rem;
	    color: #fff;
	    height: 86px;
	    line-height: 86px;
	    background-color: #0d5ba3;
	    padding: 0 0.5rem;
        box-sizing: content-box;
	    height: 50px;
    	line-height: 50px;
	}
	.s_con .list .list-hide{
		padding:0.4rem;
	}
	.s_con .list .item {
	    font-size: 0.24rem;
	    line-height: 1;
	    margin-bottom: .3rem;
	}
	.s_con .list .item div {
	    height: 1rem;
	    line-height: 1rem;
	}
	.s_con .list .item div .lis {
	    height: 0.5rem;
	    width: 0.5rem;
	    line-height: .5rem;
	    text-align: center;
	    border-radius: 5px;
	    border: 2px solid #ccc;
	    display: inline-block;
	    margin-right: 0.5rem;
	    font-family: "DINPro-Regular";
	    font-size: 0.20rem;
	    color: #333333;
	    font-weight: 700;
	    vertical-align: middle;
	    margin-left: 0rem;
	}
	.s_con .list .item div {
	    height: 3rem;
	    line-height: 3rem;
	}
	.s_con .list .item div .item_txt{
		line-height: 0.4rem;
	}
	.pro_tit{
		left:4%;
	}
	.pro_tit .p1 {
	    font-size: 0.28rem;
	    margin-bottom: 0.3rem;
	}
	.pro_tit .p2 {
	    font-size: .5rem;
	    font-weight: 700;
	    line-height: .75rem;
	    margin-bottom: .8rem;
	}
	.pro_tit .icn {
	    width: 0.6rem;
	}
	.pro_seach .input {
	    width: 100%;
	    height: 1.2rem;
	}
	.pro_seach .input .lab {
	    font-size: 0.28rem;
	    font-weight: 700;
	    line-height: 1.2rem;
	    margin-right: 0.5rem;
	    float: left;
	}
	.pro_seach .input input {
	    height: 100%;
	    line-height: 1.2rem;
	    font-size: 0.28rem;
	    color: #b5b5b5;
	    background-color: #fff;
	    float: left;
	}
	.pro_seach .input input.text {
		width:60%;
	}
	.pro_seach .input input.submit {
	    float: right;
	    width: .6rem;
	    height: .6rem;
	    background-size: 0.3rem;
	    margin-top: .36rem;
	}
	.pro_table {
	    margin-top: .4rem;
	}
	.pro_table a {
	    font-size: 12px;
	}
	.pro_table a span {
	    margin: 0 0.2rem;
	}
	.pro_table a:last-child span{
		display:none;
	}
	.s_bg{
		background-position: 30% 0;
	}
	.pro_list {
	    margin-top: .6rem;
	}
	.pro_list a {
	    width: 49%;
	    margin-right: 2%;
	    margin-bottom: .4rem;
	}
	.pro_list a:nth-child(2n),
	.pro_list a:nth-child(6n){
	    margin-right: 0;
	}
	.pro_list a .tit {
	    font-size: 0.2rem;
	    margin: 0.4rem 0;
	    padding: 0 0.28rem;
	}
	.pro_list a .img {
	    width: 100%;
	    padding: 0.2rem;
	    height: 2.5rem;
	}
	.pro_list a .txt {
	    width: 100%;
	    height: 1rem;
	    line-height: 1rem;
	    border-top: 1px solid #ccc;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 0 0.3rem;
	    font-size: 0.24rem;
	    font-weight: 700;
	}
	.pro_a {
	    width: 100%;
	    padding: 0rem;
	}
	.pro_a .pro_a_left {
	    width: 100%;
	    height: 5rem;
	}
	.pro_a .pro_a_left .nav a {
	    display: block;
	    width: .85rem;
	    height: .85rem;
	}
	.pro_a .pro_a_right {
	    width: 100%;
	    float: right;
	    height: auto;
	    padding:0;
	}
	.pro_a_right .p{
	    margin-top: 0.3rem;
	}
	.footer_con .fx .item .ewm img {
    width: 90%;
    margin: auto;
}
	.pro_a_right .p a {
	    display: inline-block;
	    vertical-align: top;
	    width: 2rem;
	    height: .6rem;
	    line-height: .6rem;
	    font-size: 0.24rem;
	    color: #111111;
	    text-align: center;
	    border-radius: 15px;
	}
	.pro_a_right .tit {
	    font-size: 0.46rem;
	    color: #111;
	    margin: 0.36rem 0;
	}
	.pro_a_right .txt {
	    font-size: 0.24rem;
	    color: #555555;
	    margin-bottom: .6rem;
	    line-height: 0.5rem;
	}
	.pro_a .table{
		margin-top:.4rem;
	}
	.pro_a .table a {
	    display: inline-block;
	    width: 25%;
	    height: 1rem;
	    margin-right: 10%;
	    line-height: 1rem;
	    font-size: 0.4rem;
	    color: #111111;
	    position: relative;
	}
	.pro_a .table a:last-child{
		margin-right: 0;
	}
	.pro_a .content .item {
	    width: 100%;
	    margin-bottom: .8rem;
	}
	.pro_a .hot .h_tit, .pro_a .content .item .tit {
	    font-size: 0.3rem;
	    margin-bottom: .3rem;
	}
	.pro_a .content .item ul {
	    width: 96%;
	    padding-left:4%;
	}
	.pro_a .content .item ul li {
	    width: 100%;
	    font-size: 0.24rem;
	    line-height: .4rem;
	}
	.pro_a .content .item ul p{
		width: 100%;
	    font-size: 0.24rem;
	    line-height: .4rem;
	}
	.pro_a .content .item ul li::marker {
		margin-left: 4%;
	}
	.pro_a .content .item3 ul li{
		height:auto;
		text-align: center;
	}
	.pro_a .content .item3 ul li img{
		max-width:100%;
		max-height:auto;
		margin-right: 0;
	}
	.pro_a .content .item .top {
	    width: 100%;
	    font-size: 0.28rem;
	    color: #111;
	    font-weight: 500;
	    line-height: 1rem;
	}
	.pro_a .content .item .list {
	    width: 100%;
	    font-size: 0.24rem;
	    color: #111;
	    font-weight: 500;
	    line-height: 1rem;
	}
	.hot a .tit {
	    font-size: 0.2rem;
	    margin: 0.1rem;
	    padding: 0 .2rem;
	    line-height: .5rem;
	}
	.hot a .img img {
	    /* max-height: 100%; */
	    margin: auto;
	    max-width: 100%;
	}
	.hot a .img{
		height:auto;
	}
	.hot a .txt {
	    width: 100%;
	    height: 1rem;
	    line-height: .5rem;
	    border-top: 1px solid #ccc;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    padding: 0 0.2rem;
	    font-size: 0.24rem;
	    font-weight: 700;
	}
	.so_nav{
		display:none;
	}
	.s_a {
	    width: 100%;
	    position: relative;
	    padding: .6rem 0;
	}
	.s_tit {
	    text-align: left;
	    font-size: .48rem;
	    color: #111111;
	}
	.s_a .s_swiper{
		margin-top:.6rem;
	}
	.s_a .s_swiper .swiper-slide {
	    width: 100%;
	    float: left;
	}
	.s_a .s_swiper .swiper-slide .img {
	    height: 2.74rem;
	}
	.s_a .s_swiper .swiper-slide .tit {
	    font-size: 0.28rem;
	    font-weight: 500;
	    margin: 0.3rem 0;
		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.s_a .s_swiper .swiper-slide .txt {
	    font-size: 0.24rem;
	    line-height: 0.45rem;
	    height: 1.35rem;
	    overflow: hidden;
	}
	.s_tabe{
		margin-top:.6rem
	}
	.s_tabe a {
	    display: inline-block;
	    font-size: 0.24rem;
	    width: 3.2rem;
	    height: .8rem;
	    line-height: .8rem;
	    text-align: center;
	    background-color: #fff;
	    border: 1px solid #ccc;
	    margin: 0;
	    color: #111111;
	    margin-bottom: 0.2rem;
	}
	.s_content {
	    width: 100%;
	    margin-top: .8rem;
	    text-align: center;
	}
	.s_content .item ul li{
		width:100%;
		margin-right: 0;
		margin-bottom: .8rem;
	}
	.s_content .item ul li .tit {
	    font-size: 0.36rem;
	}
	.s_content .item ul li img {
	    width: 1rem;
	    height: 1rem;
	    margin: .4rem 0;
	}
	.s_content .item ul li .txt {
    	font-size: 0.24rem;
	    line-height: 0.45rem;
	    width: 80%;
	    margin: auto;
	}
	.s_content .item .left, .s_content .item .right{
		width:100%;
		height:auto;
	}
	.s_content .item .right {
	    padding: 0.5rem;
	}
	.s_content .item .right .tit {
	    font-size: 0.36rem;
	}
	.s_content .item .right .tit:after {
	    position: absolute;
	    content: "";
	    height: 3px;
	    width: 74%;
	}
	.s_content .item .right .txt div span{
		display:inline-block;
	}
	.s_content .item .right .txt div {
	    height: 1rem;
	    line-height: 0.35rem;
	    width: 100%;
	    border-top: 1px solid #ccc;
	    text-align: left;
	    font-size: 0.24rem;
	    color: #111111;
	    cursor: pointer;
	    display: flex;
	    align-items: center;
	}
	.s_content .item .right .txt div span:last-child{
		width:80%;
	}
	.s_a .se_swiper{
		margin-top:0.6rem;
	}
	.s_a .se_swiper .swiper-slide .img {
	    width: 100%;
	    height: 4rem;
	    overflow: hidden;
	    float: left;
	}
	.s_a .se_swiper .swiper-slide .sw_right {
	    width: 100%;
	    height: auto;
	    padding:0.2rem;
	    border:0;
	}
	.s_a .se_swiper .swiper-slide .tit {
	    font-size: 0.4rem;
	    margin-bottom: .4rem;
	}
	.s_a .se_swiper .swiper-slide .txt {
	    font-size: 0.24rem;
	    line-height: 0.45rem;
	    color: #555555;
	}
	.hq-pagination2 {
	    position: relative;
	    width: 100%;
	    text-align: center;
	    left: 0;
	    padding: 0;
	    bottom: 0;
	    margin-top: .4rem;
	}
	.hq-pagination2 .swiper-pagination-bullet {
	    width: 12px;
	    height: 12px;
	}
	 .warp-search-form .search-form .dxnav-search-icon {
    margin: 0 1% 0 3%;
  }

  .warp-search-form .search-form .search-close {
    width: 30px;
    height: 30px;
    margin: 0 3% 0 1%;
  }

  .warp-search-form .search-form .search-close svg {
    width: 16px;
    height: 16px;
  }

  .warp-search-form .search-form .submit-button {
    width: 65px;
    height: 30px;
    padding: 0 6px;
  }

  .warp-search-form .search-form .dxnav-icon {
    width: 20px;
    height: 20px;
  }

  .warp-search-form .search-form, .warp-search-form {
    height: 60px;
    top: 1.5rem;
  }

  .warp-search-form .search-form .input2 {
    font-size: 14px;
    width: calc(100% - 165px);
  }
  .banner .txt2 .tit{
	    font-size: .6rem;
	    color:#fff;
	    font-weight: 500;
	}
	.banner .txt2 .stits{
	    font-size: .32rem;
	    color:#fff;
	    font-weight: 500;
	    margin-top: .24rem;
	}
}	