body{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.daj{
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc_head{
	background-color: #fff;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}
.h100{
	height: 100px;
}
.logo img{
	height: 30px;
}
.nav li{
	float: left;
}
.nav li a{
	color: #000;
	font-weight: bold;
	font-family: FoundrySterlingOT3W03-ExtraBold, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 20px;
}
.banner_img img{
	width: 100%;
	display: block;
}
.banner{
	position: relative;
}
.banner .container-xl{
	position: absolute;
       align-items: center;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner_box{
	    background-color: #002664;
    padding: 50px 65px;
    color: #fff;
    width: 60%;
}
.banner_box_t{
	font-size: 48px;
    line-height: 62px;
    font-weight: 800;
        margin-bottom: 20px;
}
.banner_box_p{
	    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
}
.w850{
	width: 850px;
	max-width: 100%;
	margin: 0 auto;
}
.section1_t{
	        font-size: 40px;
        line-height: 52px;
            font-weight: 800;
            margin-bottom: 20px;
}
.section1_p{
	font-size: 16px;
        line-height: 30px;
            font-style: normal;
            font-weight: 300;
}
.section1{
	padding: 30px 0;
}
.section2{
	background-color: #eff0f0;
	padding: 30px 0;
}
.section2_t{
	        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
        text-align: center;
}
.section2_box_i img{
	width: 100%;
	display: block;
}
.section2_box_t{
	text-align: center;
	line-height: 34px;
	font-size: 20px;
	padding: 15px 0 10px;
	color: #000;
	font-weight: bolder;
}
.section2_box_p{
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	    padding: 0 30px;
	color: #000;
}
.section2_box_a {
	color:#0431a6;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	padding: 10px 0 30px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.section2_box{
	
	transition: box-shadow .5s ease-in-out;

}
.section2_box:hover{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
	    transition: box-shadow .5s ease-in-out;

}
.section2_box_a i{
	    color: #0431a6;
	    display: inline-block;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg) translateX(2px) translateY(4px);
    width: 5px;
    height: 5px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
    transition: all .5s ease-in-out;

}
.section2_box:hover i{
	margin-left:5px;
	transition: all .5s ease-in-out;
}
.section3_t{
	font-size: 40px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 20px;
}
.section3{
	padding: 30px 0;
}
.section3_p p{
	font-size: 16px;
    line-height: 30px;
    font-style: normal;
    font-weight: 300;
}
.section3_a{
	color: #0431a6;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 0 30px;
    display: flex;
    align-items: center;
}
.section3_a a{
	color: #0431a6;
}
.section3_a i{
	    color: #0431a6;
    display: inline-block;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg) translateX(2px) translateY(4px);
    width: 5px;
    height: 5px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
    transition: all .5s ease-in-out;
}
.section3_a:hover i{
	margin-left:5px;
	transition: all .5s ease-in-out;
}
.section4{
	padding: 30px 0;
}
.section4_i img{
	width: 100%;
}
.section4 .row{
	    background-color: #eff0f0;
	        align-items: center;
}
.section4_box_t{
	        font-size: 48px;
        line-height: 62px;
        font-weight: 800;
        margin-bottom: 20px;
}
.section4_box_p{
	        font-size: 23px;
	        line-height: 40px;
	        font-weight: 300;
	        margin-bottom: 50px;
}
.section4_box{
	padding: 30px;
}
@media (max-width: 1050px) {
	.banner{
		position: static;
	}
	.banner .container-xl{
		position: static;
		padding: 0!important;
	}
	.banner_box{
		width: 100%;
	}
}
@media (max-width: 1050px){
	.w850{
		padding: 0 15px;
	}
}
@keyframes border_anim {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}
.section4_box_a a{
	   padding: 20px 50px;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(180deg, #0431a6, #0431a6);
    color: #fff;
    text-align: center;
    font-weight: bolder;
        background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    transition: all .3s linear;
    position: relative;
}
.section4_box_a a:hover{
	background-size: 100% calc(100% - 7px);
    color: #fff;
    transition: all .3s linear;
}
.section4_box_a a:before{
	    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
}

.section4_box_a a:hover:before{
	border-bottom: 3px solid #0431a6;
    animation: border_anim .3s ease-out forwards;
    animation-delay: .1s;
}
.section5_t{
	text-align: center;
	        font-size: 32px;
        line-height: 40px;
        padding-bottom: 50px;
        font-weight: 300;
}
.section5{
	background-image: url(../images/worldmap-dark-blue.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.section5_t{
	color: #fff;
	text-align: center;
}
.section5_box_t{
	text-align: center;
        font-size: 80px;
            font-weight: 800;
            color: #fff;
}
.section5_box_p{
	        font-size: 28px;
	        font-weight: 300;
	         color: #fff;
	         text-align: center;
}
.section5_a a{
	     padding: 20px 50px;
    line-height: 60px;
    background: linear-gradient(180deg, #fff, #fff);
        color: #0431a6;
    text-align: center;
    font-weight: bolder;
        background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    transition: all .3s linear;
    position: relative;
}
.section5_a{
	    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}
.section5_a a:hover{
	background-size: 100% calc(100% - 7px);
    transition: all .3s linear;
}
.section5_a a:before{
	    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
}
.section5_a a:hover:before{
	border-bottom: 3px solid #fff;
    animation: border_anim .3s ease-out forwards;
    animation-delay: .1s;
}
.section6{
	padding-top: 80px;
}
.section6_t{
	font-size: 40px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 20px;
}
.section6_p{
	font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 50px;
}
.section6_a a{
	  padding: 20px 30px;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(180deg, #0431a6, #0431a6);
    color: #fff;
    text-align: center;
    font-weight: bolder;
        background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    transition: all .3s linear;
    position: relative;

}
.section6_a a:hover{
	background-size: 100% calc(100% - 7px);
    color: #fff;
    transition: all .3s linear;
}
.section6_a a:before{
	    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
}

.section6_a a:hover:before{
	border-bottom: 3px solid #0431a6;
    animation: border_anim .3s ease-out forwards;
    animation-delay: .1s;
}
.section6_a{
	    text-align: center;
    margin-top: 50px;
        margin-bottom: 50px;
}
.section6{
	background: #eff0f0;
}
.section6_i img{
	width: 100%;
	display: block;
}
.foot{
	background:#002664;
	padding: 30px 0;
	color: #7ea5c7;
}
.section6 .order-3{
	        align-self: flex-end;
}
.wap_head{
	display: none;
	height: 100px;
	background:#fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	width: 100%;
}
.wap_head_box{
	display: flex;
	align-items: center;
	    height: 100px;
	    justify-content: space-between;
}
.wap_head_logo img{
	height: 30px;
}
.wap_head_box_b{
	        display: block;
        position: relative;
        width: 24px;
        height: 19px;
        margin-left: 0;
        padding: 0;
        background-color: transparent;
        overflow: hidden;
}
.wap_head_box_b span{
	        display: block;
        width: 100%;
        height: 2.5px;
        position: absolute;
        left: 0;
        background: #000;
        opacity: 1;
        pointer-events: none;
}
.wap_head_box_b span:first-child {
        top: 0;
}
.wap_head_box_b span:nth-child(2) {
        top: calc(50% - .5px);
        transform: translateY(-50%);
        transition: all .2s ease-in .1s;
    }
.wap_head_box_b span:nth-child(3) {
        top: calc(100% - 3px);
    }

    .dxs span:first-child {
                top: calc(50% - .75px);
        transform: rotate(135deg);
}
.dxs span:nth-child(2) {
       display: none;
    }
    .dxs span:nth-child(3) {
               top: calc(50% - .75px);
        transform: rotate(-135deg);
    }
.wap_head_nav{
	    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #f2f5f9;
    height: calc(100vh - 100px);
    width: 100%;
    padding: 0 15px;
    padding-top: 50px;
     position: fixed;
    top: 100px;
    right: -100%;
    transition: right 0.5s ease-in-out; 
    overflow-y: auto; 
}
.wap_head_nav.active {
    right: 0; 
}
body.no-scroll {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
}
.wap_head_nav a{
	display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 30px;
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.wap_head_nav a span{
	    pointer-events: none;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(-45deg);
    width: 9px;
    height: 9px;
    transition: transform .3s ease-in;
}

@media (max-width: 998px){
	.pc_head{
	display: none;
	}
	.wap_head{
	display: block;
	}
}
@media (max-width: 768px){
	.banner_box{
		padding: 20px 15px;
	}
	.banner_box_t,.section1_t,.section3_t,.section4_box_t,.section5_t,.section6_t{
		        line-height: 34px;
        font-size: 28px;
        margin-bottom: 10px;
	}
	.banner_box_p,.section1_p,.section3_p,.section4_box_p,.section6_p{
		font-size: 16px;
        line-height: 25px;
	}
	.section2_t{
		font-size: 18px;
	}
	.section4{
		padding: 0;
	}
	.section5_box_t{
		font-size: 40px;
	}
	.section5_box_p{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.section6_p{
		margin-bottom: 20px;
	}
}
.wz{
	    background-color: #eff0f0;
	    padding: 20px 0;
}
.wz a{
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.wz span{
	padding: 0 10px;
}
.glossary_1_box{
	margin-top: 30px;
}
.glossary_1_p{
	font-size: 16px;
	font-weight: 300;
}
.glossary_1_t{
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
}
table {
    width: 100%;
    border-style: none;
    border-collapse: collapse;
    background-color: #eff0f0
}
table p{
	font-size: 16px;
	font-weight: 300;

}
table strong{
	font-size: 18px;
	font-weight: 600;
	
}

table td,table th {
    font-weight: 400;
    font-size:16px;
    vertical-align: middle;
    text-align: left;
    padding: 14px 16px;
    color: #002664;
    border: 0
}
table p {
        padding: 18px 20px;
    }

@media (max-width: 986px) {
    table strong,table p {
        font-size:14px;
    }
}

table th {
    background-color: #002664;
    color: #fff
}
.glossary_1{
	padding-bottom: 30px;
}
.ou_1{
	padding: 50px 0;
}
.ou_1_t{
	font-size: 40px;
	line-height: 52px;
	margin-bottom: 40px;
	font-weight: 600;
	text-align: center;
}
.ou_1_box_i img{
	width: 100%;
	display: block;
}
.ou_1_box{
	    background-color: #eff0f0;
	        transition: box-shadow .5s ease-in-out;
}
.ou_1 .col-12{
	 margin-bottom: 20px;
}
.ou_1_box_i_t{
	padding: 15px 15px 5px;
	font-size: 20px;
	line-height: 34px;
	font-weight: 800;
	text-align: center;
}
.ou_1_box_i_p{
	padding: 0 25px 15px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.ou_1_box:hover{
box-shadow: 0 0 20px 0 rgba(0,0,0,.3)
}
.ou_2_box_i img{
	width: 96px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}
.ou_2_box_i{
	    width: 96px;
    height: 96px;
    margin: 0 auto;
    align-items: center;
    display: flex;
}
.ou_2{
	    background-color: #eff0f0;
	    padding: 50px 0;
}
.ou2_t{
	    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.ou_2_box_t{
	        font-size: 20px;
        line-height: 34px;
        font-weight: 800;
        text-align: center;
}
.ou_2_box_p{
	        font-size: 16px;
        line-height: 30px;
        font-weight: 300;
        text-align: center;
}
.ou_2_box{
	margin-bottom: 45px;
}
.ou_2_pp{
	font-size: 25px;
	margin: 20px 0 50px;
	text-align: center;
	font-weight: 300;
}
.ou_2_a a{
	   padding: 20px 50px;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(180deg, #0431a6, #0431a6);
    color: #fff;
    text-align: center;
    font-weight: bolder;
        background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    transition: all .3s linear;
    position: relative;
}
.ou_2_a a:hover{
	background-size: 100% calc(100% - 7px);
    color: #fff;
    transition: all .3s linear;
}
.ou_2_a a:before{
	    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
}

.ou_2_a a:hover:before{
	border-bottom: 3px solid #0431a6;
    animation: border_anim .3s ease-out forwards;
    animation-delay: .1s;
}
.ou_2_a{
	text-align: center;
}
.ou_3{
	padding: 100px 0;
}
.ou_3_t{
	font-size: 40px;
        line-height: 52px;
        font-weight: 800;
        text-align: center;
        margin-bottom: 30px;
}
.ou_3_i img{
	width: 100%;
	display: block;
}
.ou_3_box{
	    background-color: #bfdcec;
	    transition: box-shadow .5s ease-in-out;
	    margin-bottom: 20px;
}
.ou_3_box_t{
	        font-size: 20px;
        line-height: 34px;
        font-weight: 800;
        text-align: center;
            padding: 20px 20px 10px;
}
.ou_3_p{
	padding: 0 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
}
.ou_3_a {
	color:#0431a6;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	padding: 10px 0 30px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.ou_3_a i{
	    color: #0431a6;
	    display: inline-block;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg) translateX(2px) translateY(4px);
    width: 5px;
    height: 5px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
    transition: all .5s ease-in-out;

}
.ou_3_a:hover i{
	margin-left:5px;
	transition: all .5s ease-in-out;
}
.ou_3_box:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,.3)
}
.section4_box_t_x{
	font-size: 14px;
}
.ou_4{
	    background-color: #eff0f0;
	    padding: 100px 0;
}
.ou_4_t{
	    font-size: 40px;
    line-height: 52px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}
.ou_4_p{
	        font-size: 24px;
        line-height: 32px;
        margin-bottom: 45px;
        text-align: center;
        font-weight: 400;
}
.ou_4_i img{
	width: 100%;
	display: block;
}
.ou_4_box{
	background: #fff;
}
.ou_4_it{
	        font-size: 20px;
        line-height: 34px;
        text-align: center;
        font-weight: 800;
        padding: 10px 10px 5px;
}
.ou_4_p{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 0 30px;
}
.ou_4_box{
 transition: box-shadow .5s ease-in-out;
}
.ou_4_box:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,.3)
}
.ou_4 .col-12{
	margin-bottom: 20px;
}
.p1000{
	padding: 100px 0;
}
.warp {
    background: #f3f3f3;
    padding: 100px 20px;
}
button{
        background:#0431a6;
        width: 20%;
        border: 1px solid #0431a6;
        height: 45px;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        margin-left: 20px;
}
.warp_t{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.formm form{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.formm input{
    width: 95%;
    border: none;
    height: 45px;
    outline: none;
    border-radius: 5px;
}
.form_i{
    width: 75%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background: #fff;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.form_i svg{
     margin-right: 8px;
    color: #999;
    margin-top: 3px;
}
button:hover{
    background: #022274;
    border: 1px solid #022274;
}
.section{
    padding: 80px 30px;
}
.section_box{
    border: 1px solid #a5a5a5;
    min-height: 300px;
}
.section_box{
    padding: 10px;
}
.section_box img{
    max-width: 100%;
}
.foot{
    background: #d0d5da;
    padding: 30px 20px;
    font-size: 13px;
    color:#657a8f;
}
.section_box p{
    word-break: break-all;
}
.section_box span{
    word-break: break-all;
}
.w750{
    width:100%;
    max-width: 750px;
    margin: 0 auto;
}
@media (max-width: 768px){
    .warp{
        padding: 50px 20px;
    }
    .formm form{
        display: block;
    }
    .form_i{
        width: 100%;
    }
    button{
        width: 100%;
        margin-top: 20px;   
        margin-left:0;
    }
    .section{
        padding: 30px 20px;
    }
    .foot span{
        display: block;
    }
}
.ou_3 .col-12{
	margin-bottom:20px;
}
@media (max-width: 768px){
	.ou_1_t,.ou2_t,.ou_3_t,.ou_4_t{
		line-height: 34px;
        font-size: 28px;
	}
	.ou_2_a a{
		width:100%;
		height:auto;
		display:block;
		line-height:normal;
		padding:20px;
	}
	.p1000{
		padding:0;
	}
}
.pc_head_pp{
	position: relative;
}
.nav2{
	width: 100%;
	max-width: 1140px;
	margin:0 auto;
	padding: 30px 0;
}
.nav2_b{
	position: absolute;
	top:100px;
	background: #002664;
	width: 100%;
	left: 0;
	right: 0;
}
.nav2 li{
	float:none;
}
.nav2 a{
	color: #fff!important;
}
.logo{
	line-height: 100px;
}
.nav2 a{
	font-size: 16px !important;
}
.nav3 a{
	font-size: 14px !important;
	font-weight: 400!important;
	margin: 20px 20px!important;
	display: block;
}
.nav3 a:hover{
	border-bottom: 0!important;
	padding-bottom:0!important;
}
.nav2_b{
	display: none;
}
#zss{
	line-height: 100px;
	height: 100px;
	display: block;
}
#zss{
	position: relative;
}
#zss:hover:before{
	position: absolute;
	content: "";
	bottom: 30px;
	background: #000;
	height: 1px;
	width: 100%;
}
.pc_head .active:before{
	position: absolute;
	content: "";
	bottom: 30px;
	background: #000;
	height: 1px;
	width: 100%;
}
.wap_nav2 a{
	
font-size: 16px;
	
padding-bottom: 15px;
}
.wap_nav2 {
    display: none; 
}

.wap_nav2.active {
    display: block; 
}
.down_box{
	margin: 30px 0;
}
.down_box_l{
	    background: #fff;
	    padding: 20px;
	    box-sizing: border-box;
	    border-radius: 10px;
}
.down_box_l_i img{
	width: 30px;
	display: block;
	margin-right: 10px;
}
.down_box_l a{
	     display: flex;
    align-items: center;
}
.down_box_l_t{
	color:#000;
	white-space: nowrap;     
    overflow: hidden;      
    text-overflow: ellipsis;  
    width: 100%;          
	
}
.down_box_l:hover{
	background: #002664;
}
.down_box_l:hover .down_box_l_t{
	color:#fff;
}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #002664;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #002664;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #002664;
  border: 1px solid #002664;
}
.pagination a.page-num-current {
  color: #fff;
  background: #002664;
  border: 1px solid #002664;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
.c_box{
	margin: 30px 0;
}
.c_box_t img{
	width: 30px;
    border: 1px solid #f2f2f2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50px;
    margin-right: 8px;
}
.c_box_t{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
}
.c_box_tp_t{
	display: flex;
	align-items: center;
}
.c_box_l_m{
	font-size: 14px;
	color: #002664;
	margin-bottom: 10px;
}
.c_box_l_l a{
}
.c_box_l_l span{
	display: block;
	font-size: 13px;
	color: #666;
	text-align: center;
}
.c_box_l_l img{
	display: block;
	margin:0 auto;
	margin-bottom: 10px;
	width: 25px;
}
.clear{
	clear: both;
}
.c_box_l_l li{
	float: left;
	background: #efefef;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.c_box_tp span{
	font-size: 13px;
	display: flex;
	align-items: center;
}
.c_box_tp span i{
	background: #002664;
	border-radius: 100%;
	color: #fff;
	width: 15px;
	height: 15px;
	display: block;
	text-align: center;
	line-height: 10px;
	font-size: 20px;
	margin-right: 5px;
}
.c_box_l_m span{
	color: #666;
}
.c_box_l {
    display: none; 
}

.c_n_box_n{
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
}
.c_n_box_n img{
	max-width: 100%;
}
.c_n_box{
	margin: 30px 0;
}