html {
    /* min-width: 1560px; */
}

body {
    font-family: Arial;
    font-size: 14px;
    position: relative;
    background: #fff;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #616161;
}

a {
    color: #707070;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none
}
#newBridge .icon-right-top {
    top: 77px;
}
.container {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

img {
    width: 100%;
    height: 100%;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0;
}

.navbar {
    margin-bottom: 0 !important;
    height: 78px;
    background-color: #fff;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}

.box {
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8.854vw;
    padding-right: 7.396vw;
}

.navbar-header {
    height: 63px;
    background-size: 213px 63px;
}

.navbar-brand {
    display: block;
    width: 213px;
    height: 63px;
    margin-left: 0 !important;
    /* background: url(../images/logo.png) no-repeat; */
    background-size: 213px 63px;
    z-index: 1000;
}

.navbar-header img {
    width: 195px;
    height: 35px;
    position: relative;
    top: 2px;
    left: 10px;
}

.box .navbar-collapse {
    height: 78px !important;
    width: auto;
    display: flex !important;
    align-items: center;
}

.navbar-right {
    width: 48.177vw;
    height: 22px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.navbar-nav>li {
    width: 6.875vw;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: relative;
    border-right: 1px solid #cccccc;
}

.navbar-nav>li:first-child {
    border-left: 1px solid #cccccc;
}

/*.navbar-nav>li:hover{
	height: 22px;
	background: #e9e9e9;
	border-bottom: 2px solid #0088fe;
}*/
.nav>li>a {
    padding: 0;
    color: #616161 !important;
    font-size: 16px !important;
}

.nav>li>a h2 {
    width: 6.875vw;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    transition: all 0.6s;
}

.nav>li>a span {
    display: block;
    /* width: 132px; */
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    transition: all 0.6s;
    opacity: 0;
    text-transform: uppercase;
}

.nav>li>a i {
    width: 14px;
    height: 8px;
    margin: 5px auto 0;
    display: block;
}

.navbar-nav>li:hover a h2 {
    display: none;
}

.navbar-nav>li:hover a span {
    margin-top: -22px;
    color: #3e88f1;
    opacity: 1;
}

.navbar-nav>li ul.down {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 51px;
    opacity: 0;
    background: #000;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}

.navbar-nav>li:hover ul {
    opacity: 0.8;
    z-index: 9999;
}

.navbar-nav>li ul.down li {
    height: 0;
    line-height: 32px;
    padding-left: 23px;
    background-image: url(../images/jtou.png);
    background-position: 10px 12px;
    background-repeat: no-repeat;
    text-align: left;
    overflow: hidden;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}

.navbar-nav>li:hover ul.down li {
    height: 32px;
    line-height: 32px;
    padding-left: 23px;
    border-bottom: 1px solid rgba(250, 250, 250, .4);
}

.navbar-nav>li ul.down li a {
    display: block;
    width: 100%;
    height: 32px;
    color: #fff;
    font-family: 宋体;
    font-size: 12px;
}

.navbar-nav>li ul.down li:hover {
    background: #3e88f1;
    border-bottom: #3e88f1;
    background-image: url(../images/jtou.png);
    background-position: 10px 12px;
    background-repeat: no-repeat;
}
.contect {
    display: flex;
    margin-left: 3.542vw;
}
.contect img {
    width: 40px;
    margin-right: 10px;
}
.contect div {
    color: #3E88F1;
    font-size: 16px;
}

.icon {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

.icon-line {
    width: 100%;
    height: 2px;
    background: #3E88F1;
}

.leftMask {
    position: fixed;
    background-color: #fff;
    width: 100vw;
    min-height: 100vh;
    left: 0;
    top: 78px;
    transform: translateY(calc(-100% - 78px));
    transition: all .5s;
    z-index: 100;
}

.leftActive {
    transform: translateY(0%);
}

.leftMask .one-item {
    display: block;
    border-top: 1px solid #eee;
    padding: 15px 20px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    font-size: 14px;
}

.leftMask .one-item span {
    font-family: cursive;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transition: all .5s;
}

.leftMask ul {
    /*padding: 0 20px;*/
}

.leftMask .Ac {
    border-bottom: 1px solid #eee;
}

.disNone {
    display: none;
}

.two {
    display: block;
    border-top: 1px solid #eee;
    padding: 15px 20px;
    font-size: 14px;
    width: 100%;
}

.rote {
    transform: rotate(90deg);
}

.leftMask .noOne {
    padding: 0 10px;
    border-top: none;
    transition: all .5s;
}

.leftMask .two:first-child {
    border-top: none;
}

.leftMask ul .one-item {
    padding: 15px 30px;
}

.footer {
    width: 100%;
    height: 25.26vw;
    background-image: url(/static/images/footer2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.foot-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28.854vw;
    height: 100%;
    text-align: left;
    border-right: 1px solid #fff;
}
.foot-left-main {
    width: 20vw;
    text-align: center;
}
.foot-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.foot-info img {
    width: 80px;
    margin-right: 10px;
}
.foot-info div {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}
.foot-left-text {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
}
.foot-right {
    width: 69.948vw;
}
.foot-h {
    width: 100%;
    height: 10.104vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
}
.foot-h img {
    width: 17.656vw;
	height: 4.219vw;
}
.f-main {
    display: flex;
    color: #fff;
    line-height: 1.5;
    text-align: left;
    height: 15.104vw;
}
.f-item {
    width: calc(100% / 6);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-right: 1px solid #fff;
    cursor: pointer;
    transition: all 1;
}

.f.con {
    height: 100%;
}
.f-item-title {
    display: flex;
    align-items: center;
}
.f-item-title p {
    color: #fff;
    font-size: 34px;
    margin-right: 5px;
}
.f-item-title img {
    width: 30px;
}

.f-eng {
    font-size: 18px;
    margin: 0;
}
.f-item:hover .f-eng {
    margin: 10px 0;
}
.f-order {
    font-size: 24px;
    font-weight: bold;
}
.footer-bg {
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #3A3A3A;
    line-height: 1.5;
    padding: 10px;
    border-bottom: 1px solid #fff;
}


.navRight {
    position: fixed;
    right: 0;
    background-color: #3E88F1;
    color: #fff;
    width: 60px;
    border-radius: 10px;
    padding: 20px 0;
    top: 20%;
    display: none;
}
.navRight-item {
    width: 30px;
    text-align: center;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    position: relative;
}
.posi-con {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(125%,-50%);
    padding: 0 30px 0 0;
}
.posi-p img {
    width: 100px !important;
    height: auto;
}
.posi-p {
    padding: 10px 20px;
    background-color: #3e88f1;
    border-radius: 10px;
    white-space: nowrap;
}
#phone:hover .posi-con {
    transform: translate(-15%,-50%);
}
#er:hover .posi-con {
    transform: translate(-15%,-50%);
}
.navRight-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.navRight-item img{
    width: 23px;
    margin-bottom: 10px;
}
#newBridge .nb-icon-base-5 .nb-icon-inner-wrap {
    height: 50px !important;
    width: 110px !important;
}
#newBridge .icon-right-top {
    top: 30% !important;
}
@media (max-width:1600px) {
	.box {
	    padding-left: 2vw;
	    padding-right:2vw;
	}
}
@media (max-width:1000px) {
	.box .navbar-collapse {
		display: none !important;
	}
    .icon {
        display: flex;
    }
}
@media (max-width:800px) {
    .f-item-title p {
        font-size: 18px;
    }
    .f-eng {
        font-size: 12px;
    }
    .f-order {
        font-size: 16px;
    }
    .navbar-brand {
        width: 132px;
        height: 38px;
        background-size: 132px 38px;
    }
    .navbar-header {
        height: 38px;
        background-size: 132px 38px !important;
    }
    .footer-bg {
        flex-wrap: wrap;
    }
	.footer {
        height: auto;
        flex-wrap: wrap;
    }
    .foot-left {
        width: 100%;
        justify-content: flex-start;
        padding: 10px 10vw;
        border-right:none;
        border-bottom: 1px solid #fff;
    }
    .foot-left-main {
        width: 96%;
    }
    .foot-left-main .foot-info>div {
        font-size: 18px !important;
    }
    .foot-right {
        width: 100%;
    }
    .f-main {
        flex-wrap: wrap;
        height: auto;
    }
    .f-item {
        width: calc(100% / 3);
        height: 28vw;
        border-bottom: 1px solid #fff;
    }
    .foot-h {
        height: 28vw;
    }
    .foot-h img {
        width: 56.656vw;
        height: auto;
    }
}



