﻿@charset "utf-8";

/* 鼠标箭头 */

.jiantou {
    cursor: default;
}

@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/bebas.ttf');
}

.navto {
    position: relative;
    top: -90px;
    display: block;
}

.nolink {
    opacity: .5;
    cursor: no-drop;
}

#bsWXBox {
    overflow: hidden;
}

.bsTop {
    width: 100% !important;
}

.bsFrameDiv>div {
    width: 100% !important;
    height: 210px !important;
}

.bsFrameDiv>div img {
    margin: 15px !important;
}
/*banner*/

.banner {
    position: relative;
width: 100%;
    max-width: 1300px;
    margin: 0 auto;	
}

.banner .container {
    overflow: hidden;
    margin: auto;
}

.banner_container {
    width: 100%;
    height: 100%;
}

.banner_slidemb,
.banner_slidepc {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_slidepc>img {
    width: 100%;
}

.banner_slide .container {
    height: 100%;
}

.banner_slidetxt {
    width: 50%;
    padding-right: 40px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0%;
    transform: translateY(-30px)
}

.banner_txtbox {
    text-align: left;
}

.banner_txtboxtitle b {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #df252a;
    border-radius: 100%;
    margin: 5px 10px 0;
    vertical-align: middle;
}

.banner_txtboxtitle span {
    font-family: 'BEBAS';
    font-size: 22px;
    color: #222;
    text-transform: uppercase;
}

.banner_txtboxh b {
    font-size: 70px;
    color: #df252a;
    font-weight: 700;
}

.banner_txtboxh span {
    font-size: 70px;
    color: #005dab;
    font-weight: 700;
}

.banner_txtboxp {
    font-size: 16px;
    color: #222333;
}

.banner_txtboximg {
    margin-top: 15px;
}

.banner_txtboximg img {
    display: inline-block;
}

.banner_line {
    position: relative;
}

.banner_line i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20%;
    height: 2px;
    background-color: #df252a;
    z-index: 10;
    margin: 10px 0;
}

.banner_line span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #005dab;
    margin: 10px 0;
}


/* b02 */

.banner2_slidetxt {
    width: 50%;
    padding-right: 40px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

.banner2_txtbox {
    text-align: left;
}

.banner2_txtboxtitle span {
    font-size: 36px;
    color: #222;
    text-transform: uppercase;
}

.banner2_txtboxh span {
    font-family: 'BEBAS';
    font-size: 55px;
    color: #005dab;
    font-weight: 700;
}

.banner2_txtboxp {
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #222333;
}

.banner2_more span {
    font-family: 'BEBAS';
    font-size: 18px;
    color: #005dab;
    font-weight: 700;
    margin-right: 10px;
    vertical-align: middle;
}

.banner2_more i {
    color: #005dab;
    vertical-align: middle;
}
@media screen and (min-width: 1200px) {
    .banner_slidepc>img {
        /* display: none; */
    }
}

@media screen and (max-width: 1200px) {
    .banner {
        height: auto !important;
    }
}
.nytop{
	padding-top:70px;
}
.nyxwlb1 { 
    margin-bottom: 100px;
    width: 78.1141%;
    margin-left: 3%;
    float: right;
    margin-bottom: 100px;
}

 .aboutmb{
	font-size: 14px;
    color: #666;
    height: 30px;
	    margin-bottom: 20px;
    line-height: 30px;
    border-bottom: 1px #008cd7 solid;
}

/* 背景主体颜色 */

body {
    background-color: #fff;
    color: #595959;
    font-size: 15px;
}

 

a:hover {
    color: #1890ff;
}


/* 图片对齐 */

img {
    vertical-align: middle;
}

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
}

p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.border {
    border: 1px solid #eee;
}

.border-p {
    padding: 2px;
}


/* 单一版心媒体查询修改最大最小宽度 */

@media screen and (min-width: 1600px) {
    .container {
        width: 1300px;
    }
	.cont {
        width: 1320px  !important;
		padding-left: 20px;
    padding-right: 20px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding: 0 15px;
    }
}


/* 公共部分样式开始 */

.head {
    position: relative;
	display:inline-table;
    width: 100%;  
    z-index: 999; 
    background-color: #fff;
}

.head_zw { 
}

.head .container {
    /* height: 100%; */
	width:1300px;
}
.nylink .container {
    /* height: 100%; */
	width:1300px;
}
.headbox {
   display: block;
    width: 100%; 
}

.head .headbox::after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    right: 100%;
}

.headbox_logo {
    position: relative;
    display: block;
    width: 100%; 
	margin:0 auto; 
	padding-bottom:15px;
}
.headbox_dh{
	position: absolute;
	right:0px;
}
.headbox_title {
    padding-top: 8px;
}

.headbox_title h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 16px;
}

.headbox_title span {
    font-size: 12px;
    color: #999;
}

.headbox_logoa {
    display: flex;
    width: 60%;
    float: left;
    align-items: center;
}
.headbox_sousuo{
	width:25%;
	float:right;
	position:relative;
	margin-top: 1%;
}
.headbox_logoa img {
    max-width: 100%;
    padding-right: 0px;
}
.headbox_sousuo .p_icon{
	    position: absolute;
    left: 5px;
    top: 20%;
    z-index: 999;
}
#keyword{
	border: #d1d1d1 1px solid;
    background: #f7f7f7;
	    height: 40px;
    line-height: 40px;
    text-indent: 40px;
    font-size: 12px;
	width: 80%;
}
#s_btn{
	font-size: 14px;
	height:42px;
	line-height:40px;
	padding:0 10px;
	margin-top:3px;
    color:#009997;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0);
}
.headbox_logodw {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    min-width: 1000px;
}

.headbox_nav {
    width: 100%;
    display: block;
    position: relative; 
    float: left;
	background-color: rgba(238, 238, 238, 1);
	    height: 62px;
		border-color: rgba(191, 191, 191, 1);
    border-style: solid;
    border-width: 1px; 
}

.headbox_navitem {
    width: calc(100% /8);
    float: left; 
    overflow: hidden;
}
.headbox_navitem  a{ 
}
.headbox_navitem  a i{
	height:3px; 
	width:100%;position: absolute;
	background-color: rgba(238, 238, 238, 1);
	bottom:0px;
}
.headbox_navitem  a:hover i{
	height:3px;
	background:#1890ff;
	    transform: translateX(50%);
    transition: all .5s ease;
	width:80%; 
	left:-30%;
}
.headbox_navitem  a:hover{ 
}
.headbox_navitem  a span{
	display:block;
	width:100%;
	    text-align: center;line-height: 60px;
}

.headbox_navitemsj {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.headbox_navitemsj img {
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.headbox_navitem:hover .headbox_navitemsj {
    margin-left: -10px;
    bottom: -1px;
}

.headbox_navitem:hover .headbox_navitemsj img {
    opacity: 1;
}

.headbox_navitem.on .headbox_navitemsj {
    margin-left: -10px;
    bottom: -1px;
}

.headbox_navitem.on .headbox_navitemsj img {
    display: block;
}

.headbox_navitem .headbox_navitema {
    position: relative; 
    align-items: center;
    justify-content: center;
    width: 100%;
    display: block;
    font-size: 16px; 
    color: #000; 
    z-index: 3;
}

 

.headbox_ss {
   position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
	display:none;
}

.headbox_ssbox i {
    font-size: 20px;
    color: #fff;
}

.headbox_dwbox {
    display: none;
    position: absolute;
    right: 0;
    top: 90px;
}

.headbox_ssfr {
    position: relative;
    display: flex;
    background-color: rgba(255, 255, 255, .9);
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.headbox_ssdw {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-49%);
    -webkit-transform: translateY(-49%);
    -moz-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    -o-transform: translateY(-49%);
    z-index: 1;
}

.headbox_ssdw i {
    font-size: 18px;
    color: #005dab;
}

.headbox_ssfrsr {
    height: 52px;
    line-height: 52px;
    border: 0;
    font-size: 15px;
    color: #222;
    background-color: transparent;
}

.headbox_ssfrtj {
    position: relative;
    height: 52px;
    width: 52px;
    border: 0;
    cursor: pointer;
    z-index: 2;
    background-color: transparent;
}

.headbox_ssfrsr::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.headbox_ssfrsr:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.headbox_ssfrsr::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.headbox_ssfrsr:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.headbox_btn {
    width: 50px;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #efeeee;
    display: none;
}

.headbox_btn i {
    font-size: 24px;
    color: #fff;
}


/* 底部 */

.foottl_qtr img {
    width: 80%;
    float: right;
}
.foottl_qtr p{
	color:#D3D3D3;
	line-height:30px;
}
.foottl_qtr a{
	
	color:#D3D3D3;
}
 .foottl_qt{
	 color:#fff;
	 text-align: center;
	 padding:20px 0;
 }
 .foottl_qt a{
	 color:#fff;
 }
.foot-youlian {
    background-color: #292929;
    padding: 15px 0;
    font-size: 12px;
    color: #777;
}

.foot-youlian a {
    font-size: 12px;
    color: #777;
    padding-right: 10px;
}

.foot-youlian a:hover {
    color: #df252a;
}

.foott {
    display: flex;
}

.foottr {
    margin-left: 36px;
    position: relative;
}

.foottr img {
    transform: translateY(71px);
    -webkit-transform: translateY(71px);
    -moz-transform: translateY(71px);
    -ms-transform: translateY(71px);
    -o-transform: translateY(71);
    background-color: #fff;
    padding: 6px 6px 40px;
    max-width: 180px;
}

.foottr p {
    text-align: center;
    transform: translateY(38);
    -webkit-transform: translateY(38px);
    -moz-transform: translateY(38px);
    -ms-transform: translateY(38px);
    -o-transform: translateY(38px);
}

.foottl {
    flex: 1;
}

.foottl_nav {
    height: 71px;
    line-height: 70px;
    border-bottom: 1px solid #444444;
    display: flex;
    justify-content: space-between;
}

.foottl_navl .foottl_navla {
    display: inline-block;
    font-size: 15px;
    color: #999999;
    padding-right: 36px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.foottl_navl .foottl_navla:hover {
    color: #fff;
    /* padding-left: 5px; */
}

.foottl_navrdt span {
    font-size: 15px;
    color: #999999;
}

.foottl_navrdt i {
    font-size: 24px;
    color: #999999;
}

.foottl_navrdt:hover span {
    color: #fff;
}

.foottl_navrdt:hover i {
    color: #fff;
}
 
.foottl_qtl_item {
    margin-top: 5px;
    color: #999;
}

.foottl_qtl_item.foottl_qtl_itemts {
    display: flex;
}

.foottl_qtl_item span {
    font-size: 15px;
    margin-right: 5px;
}

.foottl_qtl_item a {
    font-size: 15px;
    color: #999999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.foottl_qtl_item a strong {
    color: #fff;
    font-weight: normal;
}

.foottl_qtl_item:hover a {
    color: #fff;
}

 
.foottl_bq p {
    line-height: 25px;
}
.foottl_bq img {
    display: inline-block;
}


/* 头部下拉 */

.headbox_navxl {
    display: none;
    position: absolute;
    left: 0;
    top: 120px;
    width: 100vw;
    background-color: #fff;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.headbox_navxl_box {
    padding: 65px 0;
    display: flex;
    padding-left: 30%;
}

.headbox_navxl_boxl h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222333;
}

.headbox_navxl_boxl P {
    margin-top: 20px;
    width: 120px;
    font-family: 'BEBAS';
    font-size: 26px;
    line-height: 30px;
    color: #e9e9e9;
    word-break: break-word;
}

.headbox_navxl_boxx {
    margin: 0 55px;
    width: 1px;
    background-color: #e1e1e1;
}

.headbox_navxl_boxr {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.headbox_navxl_boxr>a {
    position: relative;
    width: 50%;
    font-size: 15px;
    color: #666666;
    padding: 10px;
}

.headbox_navxl_boxr>a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #222;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.headbox_navxl_boxr>a:hover::after {
    width: 22px;
}

.headbox_navxl_boxr>a:hover {
    padding-left: 12px;
    color: #005dab;
}
.foot{
	background:url(../images/lx_bg.jpg) no-repeat  50% top;
}
 .foottl_qtr p{
	 color:#D3D3D3;
	 line-height:35px;
 }
  .foottl_qtr a{
	  
	 color:#D3D3D3;
  }
.foottl_dh{
	width:65%;
	float:left;
	 font-size: 13px;
    color: #fff;
	  line-height: 30px;
    font-size: 14px; 
	text-align:left;
    padding: 20px 0;
}

.foottl_bq  {
	width:30%;
	float:right;
    font-size: 13px;
    color: #fff;
	  line-height: 30px;
    font-size: 14px; 
	text-align:right;
    padding: 20px 0;
}
.foottl_bq p{
	color:#fff;
	line-height:30px;
}
.foottl_bq p a{
	color:#fff;
}
/* 服务与支持 */

.fwzc {
    margin-top: 90px;
    background-color: #005dab;
}

.fwzcbox {
    display: flex;
    height: 165px;
}

.fwzcboxl {
    font-family: 'BEBAS';
    text-transform: uppercase;
    width: 25%;
    display: flex;
    position: relative;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    color: rgba(255, 255, 255, .15);
}

.fwzcboxldw {
    position: absolute;
    top: 32px;
    left: 42px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.fwzcboxr {
    display: flex;
    align-items: center;
}

.fwzcboxr_box {
    display: flex;
}

.fwzcboxr_box .fwzcboxr_boxa {
    display: flex;
    margin-left: 80px;
}

.fwzcboxr_boxai {
    margin: 0 22px;
}

.fwzcboxr_boxai i {
    padding-top: 6px;
    font-size: 56px;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fwzcboxr_boxatxt {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fwzcboxr_boxatxt span {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
}

.fwzcboxr_boxatxt p {
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
}

.fwzcboxr_box .fwzcboxr_boxa:hover i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.fwzcboxr_box .fwzcboxr_boxa:hover .fwzcboxr_boxatxt {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/* 内页通栏背景 */

.nytl {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.nytlbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    z-index: -1;
}

.nytl:hover .nytlbox {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nytl .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.nytl_txt {
    width: 100%;
    padding-left: 200px;
}

.nytl_txth {
    font-size: 36px;
    font-weight: 700;
    color: #222333;
}

.nytl_x {
    margin-top: 15px;
    height: 1px;
    width: 70px;
    background-color: #005dab;
}

.nytl_p {
    margin-top: 5px;
    font-size: 18px;
    color: #222333;
}

.nylinkbox {
        margin-left: 0px;
    clear: left;
    margin-right: 0px;
    width: 18.885900000000003%;   
	float: left;
	box-shadow: 10px 5px 20px rgba(192, 192, 192, 0.4);
}

.nylinkbox .nylinkbox_item {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px; 
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.nylinkbox_item span {
    position: relative;
       color: #7b8a96;
    font-size: 16px;
    transition: all .5s ease;
}
.nylinkbox a:hover{
	background:#f5f8fa;
}
.nylinkbox_item span::before {
    content: '';
    position: absolute;
    display: block;
    top: 13px;
    left: -18px;
    width: 3px;
    height: 50px;
    background-color: #04abf4;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0); 
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nylinkbox .nylinkbox_item:hover span::before,
.nylinkbox .nylinkbox_item.on span::before {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

.nylinkbox .nylinkbox_item:hover span,
.nylinkbox .nylinkbox_item.on span {
 
}


/* 移动端 */

.nylink_mb {
    margin-top: 30px;
}

.nylink_mbtitle { 
   background-color: rgba(0, 140, 215, 1); 
    justify-content: space-between;
    align-items: center;
	padding:0px 15px;
}
.nylink_mbtitle .iconjiahao1 {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: rgba(255,255,255,1);
    margin-right: 10px;
    font-size: medium;
}
.nylink_mbtitle .iconjiahao1:before {
    content: '\e632';
}
.nylink_mbtitle span {
    font-size: 16px;
    color: #ffffff;position: relative;
    line-height: 50px;
    text-align: center;
}

.nylink_mbtitle i img { 
width:80%;
}

.nylink_mbbox {
    padding: 25px 0;
    background-color: #f5f5f5;
}

.nylink_mbboxbig {
    display: flex;
    flex-wrap: wrap;
	position: fixed;
    height: 100%;
    width: 100%;
    background: #fff; 
    overflow: visible;
	}

.nylink_mbboxbig .nylink_mbboxbig_item {
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #222333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.nylink_mbboxbig .nylink_mbboxbig_item:nth-child(even) {
    border-right: 0;
}

.nylink_mbbox {
    display: none;
}

.nylink_mb {
    display: none;
}

.nylink_mbboxbig .nylink_mbboxbig_item:hover {
    background-color: #fff;
    color: #005dab;
}

.nylink_mbboxbig .nylink_mbboxbig_item.on {
    background-color: #fff;
    color: #005dab;
}


/* 内页标语 */

.nyby {
    height: 290px;
    display: flex;
    align-items: center;
}

.nyby_txt {
    width: 100%;
    text-align: center;
}

.nyby_txth {
    font-size: 68px;
    color: #dfdfdf;
    text-transform: uppercase;
    font-family: 'BEBAS';
}

.nyby_txtp {
    font-size: 30px;
    color: #222333;
}


/*内页分页 */

.ntfy {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.ntfybox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ntfybox li {
    list-style: none;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    background-color: #f1f1f1;
    color: #222333;
    margin: 0 5px;
    margin-bottom: 10px;
}

.ntfybox li:first-of-type,
.ntfybox li:last-of-type {
    width: 90px;
}

.ntfybox li.pages_solid {
    border: 1px solid #005dab;
    background-color: #fff;
}

.ntfybox .ntfybox_item.bends {
    color: #999999;
}


/* 客户分类 */

.khflbox {
    display: flex;
    flex-wrap: wrap;
}

.khflbox span {
    background-color: #f1f1f1;
    padding: 25px 50px;
    width: 99.6%;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.khflbox .khflbox_item {
    background-color: #f1f1f1;
    width: 20%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #222333;
    text-align: center;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    border-right: 5px solid #fff;
}

.khflbox.khflboxs .khflbox_item {
    width: 25%;
}

.khflbox .khflbox_item:hover {
    background-color: #005dab;
    color: #fff;
}

.khflbox .khflbox_item.on {
    background-color: #005dab;
    color: #fff;
}


/* 内页面包屑 */

.nymbxbox {
    height: 71px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    line-height: 70px;
}

.nymbxbox_l {
    width: 87%;
    display: flex;
    overflow: auto;
}

.nymbxbox_l .iconweizhi {
    font-size: 24px;
    color: #9c9d9e;
}

.nymbxbox_l span {
    font-size: 15px;
    color: #999999;
    margin: 0 5px;
    flex-shrink: 0;
}

.nymbxbox_l a {
    font-size: 15px;
    color: #999999;
    padding: 0 8px;
    flex-shrink: 0;
}

.nymbxbox_l i {
    margin-top: 2px;
    font-size: 14px;
    color: #999999;
}

.nymbxbox_r {
    width: 13%;
}

.nymbxbox_r .nymbxbox_rfh {
    display: block;
    height: 42px;
    background-color: #e9e9e9;
    line-height: 42px;
    text-align: center;
}

.nymbxbox_rfh i {
    font-size: 20px;
    /* color: #111111; */
    margin-right: 10px;
}

.nymbxbox_rfh span {
    font-size: 15px;
    /* color: #222333; */
}


/* 侧边展开导航 */

.a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 10000;
	    background-color: #eee;
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: #eee;
    left: 0px;
    top: 0px;
    z-index: 1
}

.a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 1%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    padding-right: 10px;
}

.a_txt .div2 img {
    display: inline-block;
}

.a_txt .div3 {
    position: absolute;
    display: block;
    width: 80%;
    right: 0px;
    top: 0px;
    background:rgb(239,239,245);
    height: 100%;
    z-index: 100;
    right: -80%;
    overflow-y: scroll;
}

.a_txt .div3 ul {
    padding: 10%;
	background:#fff;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    clear: both;
}
.a_txt .div3 ul li a{
	color:#000;
}
.mblink_item {
    display: flex;
}

.mblink_itema {
    height: 55px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 15px;
    color: #fff;
    padding-left: 5%;
}

.mblink_itema:hover {
    color: #fff;
}

.mblink_itemi {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
}

.mblink_itemi.on:before {
    content: "\e728";
}

.a_txt2 {
    display: none;
    padding: 3% 8% 5%;
    border-top: 1px dotted rgba(255, 255, 255, .1);
    overflow: hidden;
   background: #eee;
}

.a_txt2 a {
    font-size: 13px;
    display: block;
    height: 35px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
    /*	color: #222;*/
    width: 100%;
    float: left;
}

.a_txt2 a i {
    font-size: 12px;
    margin-right: 5px;
    /*	color:#005dab*/
    color: rgba(255, 255, 255, .5);
}

.a_closed i {
    margin: auto;
    font-size: 30px;
    color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
}

.shenglue {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.shenglue2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.shenglue3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.shenglue4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


/* .shenglue5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
} */

.pic {
    position: relative;
    overflow: hidden;
}

.pic img {
    object-fit: cover;
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.pic:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

@media screen and (max-width: 1600px) {
    .headbox_logo {
        padding-right: 0px;
    }
    .fwzcboxr_box .fwzcboxr_boxa {
        margin-left: 50px;
    }
    .nyby_txth {
        font-size: 58px;
    }
}

@media screen and (max-width: 1200px) {
    .head .container {
        width: 100%;
    }
	.nylink .container{
		width:100%;
	}
    .foottr img {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .foottr p {
        transform: translateY(-37px);
        -webkit-transform: translateY(-37px);
        -moz-transform: translateY(-37px);
        -ms-transform: translateY(-37px);
        -o-transform: translateY(-37px);
    }
    .headbox_nav {
        padding: 0 20px;
    }
    .foottl_navl .foottl_navla {
        margin-right: 20px;
    }
    .headbox_ssfrsr {
        width: 120px;
    }
    .headbox_navitem .headbox_navitema {
        font-size: 15px;
    }
    .fwzcboxr_box .fwzcboxr_boxa {
        margin-left: 30px;
    }
    .fwzcboxr_boxai {
        margin: 0 10px;
    }
    .fwzcboxl {
        width: 30%;
    }
    .nylinkbox .nylinkbox_item {
        margin-right: 0;
        padding: 0;
        flex: 1;
        font-size: 15px;
    }
    .nyby_txth {
        font-size: 50px;
    }
    .nyby {
        height: 250px;
    }
}

@media screen and (max-width: 992px) {
		.headbox_sousuo{
	display:none;
}
    .headbox_nav {
        display: none;
    }
    .head .container {
        width: 100%;
    }
	.headbox_logo { 
	    width: 55%; 
}
	.nylink .container{
		width:100%;
	}
    .headbox {
        justify-content: space-between; 
    }
    .headbox_ss .headbox_ssbox {
        padding-right: 15px;
    }
    .head {
        height: 80px;
    }
    .head_zw {
        height: 80px;
    }
    .foottr {
        display: none;
    }
    .fwzc {
        margin-top: 50px;
    }
    .fwzcbox {
        display: flex;
        flex-flow: column;
        padding: 30px 0;
        height: auto;
    }
    .fwzcboxl {
        width: 100%;
        font-size: 30px;
        margin-bottom: 30px;
        display: none;
    }
    .fwzcboxldw {
        font-size: 28px;
        top: 10px;
        left: 0;
    }
    .fwzcboxr {
        align-items: flex-start;
    }
    .foottl_qt {
        padding: 40px 0 70px;
    }
    .foottl_qtl_item {
        font-size: 14px;
        margin-top: 10px;
    }
    .foottl_bq {
        text-align: center;
        margin-bottom: 20px;
        line-height: 22px;
    }
    .fwzcboxr_boxai {
        margin-left: 0;
    }
    .fwzcboxr_boxai i {
        font-size: 36px;
    }
    .fwzcboxr_boxatxt span {
        font-size: 15px;
    }
    .fwzcboxr_boxatxt p {
        font-size: 10px;
        line-height: 14px;
    }
    .khflboxdw {
        height: 45px;
    }
    .khflbox .khflbox_item {
        width: 33.33%;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
    }
    .nyby_txth {
        font-size: 46px;
    }
    .nyby {
        height: 200px;
    }
    .nyby_txtp {
        font-size: 28px;
    }
    .headbox_dwbox {
        top: 81px;
    }
    .headbox_btn {
        display: flex;
        padding: 0 7px;
    }
    .foot {
        padding-bottom: 50px;
    }
    .nytl {
        height: 240px;
    }
    .nytl_txt {
        text-align: center;
        padding-left: 0;
    }
    .nytl_x {
        display: none;
    }
    .nylinkbox {
        display: none;
    }
    .nylink_mb {
        display: block;
    }
    .ntfy {
        margin-top: 20px;
    }
    .nymbxbox {
        height: 51px;
        line-height: 50px;
    }
    .nymbxbox_l span {
        font-size: 14px;
    }
    .nymbxbox_l .iconweizhi {
        font-size: 20px;
    }
    .nymbxbox_l a {
        font-size: 14px;
    }
    .nymbxbox_rfh span {
        font-size: 14px;
    }
    .nymbxbox_r .nymbxbox_rfh {
        height: 30px;
        line-height: 30px;
    }
    .nymbxbox_rfh i {
        font-size: 18px;
    }
    /* 内页 */
    .nytl {
        height: 160px;
    }
    .nytl_txth {
        font-size: 28px;
    }
    .nytl_p {
        font-size: 14px;
    }
    .nylink_mbtitle span {
        font-size: 18px;
    display: block;
    }
    .nylink_mbbox {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    margin: 0;
	overflow: revert;
	/*visibility: visible;
    animation-name: fadeInUp;
    animation-delay: 0.2s;*/
    }
    .nylink_mbboxbig .nylink_mbboxbig_item {
     
    border-color: #fff;
    position: relative;
    width: 100%;
    display: block;
    line-height: 65px;
    text-align: left;
    color: #7b8a96;
    font-size: 16px;
    transition: all .5s ease;
    text-indent: 30px;
    }
    .nymbxbox_l .iconweizhi {
        font-size: 18px;
    }
    .nylink_mbtitle i {
        font-size: 18px;
    }
    .nymbxbox_l span {
        font-size: 12px;
    }
    .nymbxbox_l a {
        font-size: 12px;
    }
    .nymbxbox_rfh span {
        font-size: 12px;
    }
    .nymbxbox_rfh i {
        margin-top: 0;
        font-size: 15px;
        margin-right: 2px;
    }
    .nymbxbox_l {
        width: calc(100% - 100px);
    }
    .nymbxbox_r {
        width: 90px;
        margin-left: 10px;
    }
    .ntfybox .ntfybox_item {
        font-size: 13px;
        width: 34px;
        height: 34px;
        margin: 0 2px;
        margin-bottom: 8px;
    }
    .nyby_txt {
        padding: 0 15px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 0;
    }
}
#ftop{
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    color:#fff
}
#ftop a{
    color:#fff
}
@media screen and (max-width: 768px) {
    .foottl_bq{
        display: none;
    }
    #con{
        display: none;
    }
    .nyby {
        height: 150px;
    }
    .nytl {
        display: none;
    }
    .nytl_txt {
        display: none;
    }
    .nyby_txth {
        font-size: 36px;
    }
	.headbox_sousuo{
	display:none;
}
    .headbox_logoa img {
        padding-right: 20px;
    }
    .head {
        height: 90px;
		padding-top:5px;
        background-color: #fff;
    }
	.headbox_ss {
   float:right;
}
	.headbox_logo { 
	    width: 100%; 
}
    .head_zw {
        height: 72px;
    }
    .headbox_ssfr {
        display: none;
    }
    .foottl_nav {
        display: none;
    }
    .foottl_qt {
        /* padding: 50px 0 60px; */
    }
    .foottl_qtr {
        display: none;
    }
    .fwzc {
        /* display: none; */
    }
    .headbox_ssbox {
        display: none;
    }
    .headbox_btn i {
        color: #005dab;
    }
    .headbox_logo {
        padding-right: 0;
    }
    .nytl {
        /* height: 200px; */
    }
    .nylink_mbtitle {
        height: 50px;
    }
    /*分页*/
    .ntfybox>a:first-child,
    .ntfybox>a:last-child {
        display: none;
    }
	.headbox_ss{
		display:block;
	}
	.headbox_dh{
	display:none;
}
}

.por {
    position: relative
}


/* 补充 */

.zlx {
    display: flex;
    margin-bottom: 10px;
}

.zlx_tel {
    font-size: 16px;
    color: #222;
}

.zlx_txt {
    padding-left: 10px;
}

.zlx_txt>div {
    font-size: 16px;
    line-height: 25px;
    color: #222;
    font-weight: 700;
}


#icon_menu_module span.border_line {
    display: none !important;
  }
  #icon_menu_module span.iconfont { font-size: 28px !important; margin-bottom: 0 !important;}
  #icon_module { }
  #qr_prev {
    width: 168px !important;
    height: 195px !important;
    border: none !important;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%) !important;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15) !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%) !important;
    border-radius: 5px !important;
    top: -50px !important;
  }
  #qr_prev span { border: none !important; width: 150px !important; height: 150px !important;}