/*********************通用*******************************/
html {
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
div,ul,li,a,span{
    box-sizing: border-box !important;
}
a{
    text-decoration: none !important;
}
.layui-nav-child dd{
    z-index: 1000;
}
.container{
    margin:auto !important;
}
.btn{
    padding:5px !important;
}
.navigation {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
}

.main-header-right {
    max-width: 300px;
    /* min-width: 100px; */
    text-align: right;
    /* overflow: hidden; */
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    /* border-left: 1px solid #eee; */
    margin-left: 20px;
    padding: 0 10px;
    font-size: 14px;
}

.main-header-right a {
    text-decoration: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.main-header-right a img {
    width: 40px;
    height: 40px;
}

.main-header {
    width: 1200px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.main-header .dropdown button {
    border: none;
}

.main-header-left {
    width: 210px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-left:35px;
}
.kf {
    width:80px;
    position: fixed;
    top: 75%;
    right: 2px;
    bottom: auto;
    z-index:999;
}
.kf div{
    width:100%;
    height:80px;
}
.kf a{
    height:100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    text-decoration: none;
    padding:10px 0;
   
}
.kf img {
    width: 80px;
}

.main-header-left .img {
    width: 140px;
}

.main-header-content {
    
    width:990px;
    min-width: 620px;
    /* height: 80px; */
    /* margin-left:100px; */
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.main-header-content .layui-nav {
    /* width: 990px; */
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-wrap: nowrap;
    background: #fff;
    white-space: nowrap;
    /* overflow-x: scroll; 
    overflow-y: auto;  */
}
/* ::-webkit-scrollbar {
    display: none
} */
.main-header-content .layui-nav .layui-nav-item {
    height: 100%;
    line-height: 80px;
    /* margin-right: 15px; */
    text-align: center;
    box-sizing: border-box;

}
.main-header-content .layui-nav .layui-this a {
    color:#fee302 !important;
}

.main-header-content .layui-nav .layui-nav-item a {
    color: #333;
    /* font-weight: bold; */
    padding: 0 10px;
    text-decoration: none;
}
.main-header-content .layui-nav .layui-nav-item a:hover {
    color: #fee302;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    height: 3px;
    bottom:0px;
    background-color: #fee302;
}

.container {
    width: 100%;
    min-width: 1200px;
    /* height: 100%; */
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.container a {
    text-decoration: none;
}

.footer {
    width: 100%;
    min-width: 1200px;
    background: #626262;
    /* margin-top:60px; */
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            margin-top:-25px;
}

.footer-list {
    width: 1200px;
    height: 150px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}
.footer-list .footer-list-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            padding:5px 0;
}


.footer .item {
    height: 100%;
    font-size: 14px;
    color: #000;
    line-height: 80px;
}

.footer .item2 {
    height:20px;
    width:2px;
    margin:0 76px;
    background: #000;
}
.footer .item3{
    position: relative;
}
.footer .item3 img{
    position: absolute;
    bottom: 80px;
    left:-20px;
    display: none;
}
.footer .item4 {
    margin-left:100px;
 
}

#newBridge .icon-right-center{
    /* border:1px solid red; */
    top:70%;
}



.footer {
	width: 100%;
	min-height: 154px;
	background: rgba(39, 44, 50, 1);
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 20px;
	/* position: absolute;
	bottom: 0;
	left: 0; */
}

.footer>div {
	width: 1200px;
	min-width: 1200px;
	height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-left {
	height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer .footer-left img {
	width: 100px;

}

.footer .footer-left span {
	font-size: 14px;
	color: #FFFFFF;
}

.footer-cont {
	font-size: 12px;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #989898 !important;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-cont a {
	color: #989898;
}

.footer-cont .main1 {
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 32px;
	color: #fff;
}

.footer-cont .main1 a,
.footer-cont .main1 span {
	margin-right: 14px;
	text-decoration: none;
}

.footer-cont .main1 a:hover {
	color: #6CCDFF;
}

.footer-cont .main2 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}

.footer-cont .main2 img {
	width: 14px;
	height: 14px;
}

.footer-cont .main2 span,
.footer-cont .main2 img {
	margin-right: 6px;
}

.footer-cont .main3 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 12px;
	margin-bottom: 15px;
}

.footer-cont .main3 img {
	width: 74px;
}

.footer-cont .main3 span {
	margin-right: 15px;
}

.footer-right {
	font-size: 12px;
	color: #fff;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-right img {
	width: 76px;
	margin-top: 5px;
}
