.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header_nav{
    background-color: #F7F7F7;
    width: 100%;
}
.navBar {
    position: relative;
    z-index: 1;
    color: #333333;
    height: 100%;
    line-height: 40px;
    width: 80%;
    margin: 0 auto;
}
.navBar ul{
    width: 100%;
    /*height: 55px;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav {
    width: 80%;
    margin: 0 auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
    
}

.nav .m3_title {
    font-size: 100%;
    font-weight: normal;
    font-size: 14px;
}

.nav .m {
    position: relative;
    float: left;
    width: 86px;
    margin: 0 10px;
    display: inline;
    text-align: center;
    height: 100%;
}

.nav .m .m3_title i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 7px;
    height: 4px;
    background: url(images/icon.png) 0 -280px no-repeat;
    overflow: hidden;
    margin: -2px 0 0 5px;
    vertical-align: middle;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.nav .m3_title a {
    zoom: 1;
    height: 100%;
    /*line-height: 16px;*/
    padding: 6px 0;
    display: block;
    color: #333333;
    font-weight: 700;
}

.nav .on .m3_title a {
    border-bottom: 2px solid #c00;
    color: black;
}

.nav .on .m3_title a i {
    filter: alpha(opacity=100);
    opacity: 1;
}

.nav .sub {
    display: none;
    /*默认隐藏*/
    width: 108px;
    padding: 10px 0;
    position: absolute;
    left: -10px;
    top: 55px;
    float: left;
    line-height: 30px;
    background-color: #eee;
}

.nav .sub li {
    text-align: center;
}

.nav .sub li a {
    color: #333;
    display: block;
    zoom: 1;
}

.nav .sub li a:hover {
    background: #ddd;
    color: #c00;
}

.nav .sub dl {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding: 15px 29px;
    line-height: 26px;
}
.nav .sub dl a:hover {
    color: #c00;
}

.nav .sub dl dt a {
    color: #000;
}
.nav .sub dl dd a {
    color: #999;
    padding-left: 7px;
    background: url(../images/icon.png) 0 -332px no-repeat;
}
.nav #m2 .sub {
    z-index: 1;
    width: 980px;
    left: -116px;
}

	.nav_img {
		float: right;
	}
	.service {
		width: max-content;
		background: rgba(255, 255, 255, 1);
		left: -10px;
		margin-left: -5.65rem;
		overflow: hidden;
		box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	}
	.down-nav {position: absolute;}
	.service .left-tab {
		width: 250px;
		height: 600px;
		overflow: auto;
		float: left;
		text-align: center;
		background:#1b57b5!important;
	}
.service .left-tab::-webkit-scrollbar {width:6px;}
.service .left-tab::-webkit-scrollbar-track {background: rgb(239, 239, 239);border-radius: 2px;}
.service .left-tab::-webkit-scrollbar-thumb {background: #32333549;border-radius: 10px;}
.service .left-tab::-webkit-scrollbar-thumb:hover {background: #327bef;}
	.service .left-tab a {
		display: block;
		height: 60px !important;
		line-height: 60px !important;
		color: #fff !important;
		font-size: 20px !important;
		background:#1b57b5!important;
	}
	.service .left-tab a.active {
		background: #fff !important;
		color: #004098 !important;
	}
	.service .left-tab a+a {
		border-top: 1px solid rgba(255, 255, 255, .2);
	}
	.service .right-nr {
		width: 980px;
		float: right;
		box-sizing: border-box;
		height: 610px;
		overflow-y: auto;
	}
	.service .right-nr .nr {
	    box-sizing: border-box;
		padding: 1% 5%;
		display: none;
		overflow-y: scroll;
	}
	.service .right-nr .nr:nth-child(1){display:block;}
	.service .right-nr .nr dl {
		column-count: 4;
		column-gap: 0;
		-webkit-column-count: 4;
		-webkit-column-gap: 0;
		-moz-column-count: 4;
		-moz-column-gap: 0;
		display: block;
	}
	.service .right-nr .nr dl{
	    /*display: flex;*/
	    /*flex-wrap: wrap;*/
	    column-count: 3;
        column-gap: 5%;
        
	    
	}
	.service .right-nr .nr dl dd {
		/*width: 30% !important;*/
		/*margin-right: 2%;*/
		break-inside:avoid!important;
		box-sizing: border-box;
		break-inside: avoid-column;
		page-break-inside: avoid;
		-webkit-break-inside: avoid;
		-webkit-column-break-inside: Â avoid-column;
		
	}
	.service .right-nr .nr dl dd h6 {
		padding: 15px 0;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 700;
		padding-left: 10px;
	}
	.service .right-nr .nr dl dd h6 a {
		color: #333;
	}
	.service .right-nr .nr dl dd p {
		line-height: 28px;
		font-size: 16px;
		padding-left: 10px;
	}
	.service .right-nr .nr dl dd p a {
		color: #000;
	}
	.service .right-nr .nr dl dd+dd {
	}
	#header .head .head_bottom .nav li.seconddiv01 .secondmenu01 {
		position: absolute;
		left: 50%;
		margin-left: -95px;
		top: 57px;
		height: auto;
		width: 0px;
		padding: 12px 0;
		text-align: center;
		background: #f8f8f8;
	}
	.jcfw {
		width:340px;
		position: absolute;
		top: 9px;
		left: -70px;
		z-index: 999999999999;

		background: #f8f8f8;
		background-size: 100%;
		border-radius: 10px;
	}

	.jcfw ul {
		width:340px;
	}

	.jcfw li {
		width: 100% !important;
		height: 33px !important;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		float: left;
	}

	.jcfw li a {
		width: 100%;
		color: #3f3f3f;
		font-weight: normal;
		font-size: 14px;
		text-align: center;
		line-height: 36px;
		float: left;
		margin-left: 15px;
		margin-top: -5px;
		padding: 0;
		cursor: pointer;
	}
	
    .jcfw1 {
        width: 180px;
        height: 0px;
        position: absolute;
        top: -18px;
        left: -20px;
        z-index: 999999999999;
        background-size: 100%;
        border-radius: 10px;
        padding: 30px;
    }

    .jcfw1 ul {
        width: 100%;
        float: left;
        background: #f8f8f8;
           border-radius: 10px;
           text-align: center;
    }

    .jcfw1 li {
        width: 100% !important;
        height: 33px !important;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        float: left;
    }

    .jcfw1 li a {
        width: 100%;
        color: #3f3f3f;
        font-weight: normal;
        font-size: 14px;
        text-align: center;
        line-height: 36px;
        float: left;
        margin-left: 15px;
        margin-top: -5px;
        padding: 0;
        cursor: pointer;
    }
	.jcfw img {
		width: 187px;
		height: 149px;
		margin: 66px auto 0 20px;
		float: left;
	}
	#header .head .head_bottom .nav{
	    width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	#header .head .head_bottom .nav li{
        line-height: 71px;
        height: 70px;
    }
        
    #indexsearch {
    float: left;
    width: 140px;
    height: 32px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    margin: 24px 0 0 75px;
}
    #indexsearch .searchBox {
    float: left;
    height: 100%;
    font-size: 12px;
    color: #666;
    line-height: 1;
    box-sizing: border-box;
    width: calc(100% - 20px);
    border: 0px;
    background: none;
    padding-left: 5px;
}
    #indexsearch .submit {
    width: 16px;
    height: 100%;
    background: url(../statics/css/images/searchicon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
    font-size: 0px;
    border: 0px;
}
.headPhone>div{
    width: 50%;
}
.headPhone .phoneSearch{
    position: relative;
}
.headPhone .phoneSearch>input{
    width: 100%;
    border-radius: 32px;
    height: 38px;
    border: 1px solid #024ea1;
    padding-left: 20px;
    font-size: 10px;
}
.headPhone .phoneSearch>div{
    width: 40px;
    height: 40px;
    position: absolute;
    right: -11%;
    top: 26%;
    border-radius: 32px;
}
.headPhone .phoneSearch>div button{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 32px;
    border: 1px solid #024ea1;
    
    
}
.headPhone .phoneSearch>div button img{
    width: 100%;
    display: block;
}
.phoneTel{
    display: flex;
    align-items: center;
    height: 40px;
    color: #024ea1;
}
.phoneTel>div{
    height: 100%;
    margin-right: 20px;
}
.phoneTel a{
    height: 100%;
    display: block;
}
.phoneTel img{
    height: 100%;
    display: block;
}
.phoneTel>div:nth-child(2){
    line-height: 25px;
    font-weight: 700;
    font-size: 23px;
    height: 50px;
}

.img_hover{overflow:hidden;}
.img_hover img{   transition: all 0.5s ease-in-out;}
.img_hover img:hover {transform: scale(1.05);}
 .index02contentr a:hover .text .t{color:#1a56b5;}
 .index02contentr a:hover .text .b{color:#1a56b5;}
.index02contentr .text{    position: relative;}
.index02contentr .text::before{    content: "";position: absolute;height: 3px;bottom: -3px;left: 0;transition: all .5s;width: 0;}
.index02contentr a:hover .text::before{ width: 100%;background: #1a56b5;transition: all .5s;}


