@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.flexbox{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.align-items-c{
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}
.justify-content-c{
    -webkit-box-pack: center;
    -moz-justify-content:center;
    -webkit-justify-content: center;
    justify-content: center;
}
.justify-content-space-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-row{
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-column{
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex1{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex_wrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap:wrap;
}
.header-layer {
    display: none;
    position: fixed;
    z-index: 700;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 15vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}
.seeDetail{
    font-size: 14px;
    color: #999;
}
.seeMorebtn{
    display: inline-block;
    width: 132px;
    height: 46px;
    line-height: 46px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    background: #4aa4f6;
    background: radial-gradient(#4a7df6, #4aa4f6);

}
.header-layer .dialog {
    background: url(./../img/img_contact_left.png) left top no-repeat #fff;
    padding-left: 220px;
    position: relative;
    margin: 0 auto 50px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    width: 40%;
    min-width: 600px;
}
.header-layer .dialog .title {
    padding: 28px 20px 10px 40px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
}
.header-layer .dialog .apply {
    padding: 30px 40px;
}
.header-layer .dialog .apply .item {
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
}
.header-layer .dialog .apply .item .name-label {
    width: 80px;
    height: 32px;
    line-height: 32px;
}
.header-layer .dialog .apply .item .name-label:before {
    content: '*';
    color: #FF3838;
    margin-right: 4px;
}
.header-layer .dialog .apply .item .company-select {
    flex-grow: 1;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    margin-left: 14px;
    background: white;
}
.header-layer .dialog .apply .item .company-select:focus {
    outline: none;
    border: 1px solid red;
}
.header-layer .dialog .apply .item .company-name {
    flex-grow: 1;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    margin-left: 14px;
}
.header-layer .dialog .apply .item .company-name:focus {
    outline: none;
    border: 1px solid red;
}
.header-layer .dialog .apply .button {
    display: flex;
    flex-direction: row-reverse;
}
.header-layer .dialog .apply .button .close {
    font-size: 12px;
    border-radius: 3px;
    padding: 9px 15px;
    display: inline-block;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #666;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: 0.1s;
    font-weight: 500;
    margin-right: 16px;
}
.header-layer .dialog .apply .button .close:hover {
    background-color: #dcdfe6ad;
    border-color: #6982f4;
    color: #6982f4;
}
.header-layer .dialog .apply .button .submit {
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    background-color: #8493FA;
    border: 1px solid #8493FA;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: 0.1s;
    font-weight: 500;
    width: 80px;
    -webkit-appearance: none!important;
}
.header-layer .dialog .apply .button .submit:hover {
    background-color: #8494faa8;
    border-color: #8494faa8;
}
a {
  text-decoration: none;
}
a:hover {
  border: none;
}
ul {
  list-style: none;
}
img {
  border: none;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#newBridge .icon-right-center {
  top: 80% !important;
}
.public-header-new {
    min-width: 1210px;
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background: #0e0e0e;
    z-index: 666;
}
.public-header-new .common-width {
    width: 1210px;
    height: auto;
    margin: 0 auto;
}
.public-header-new .common-width .logo-section {
    padding: 10px;
    float: left;
    text-decoration: none;
    color: #333;
    background-color: transparent;
    margin-right: 20px;
}
.public-header-new .common-width .logo-section img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 40px;
}
.public-header-new .common-width .logo-section .slogan {
    width: auto;
    height: 26px;
    margin-left: 10px;
    margin-top: 5px;
}
.public-header-new .common-width .menubar {
    border-bottom: none;
    border-right: none;
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
}
.public-header-new .common-width .menubar .index {
    width: 50px !important;
    margin-left: 18px !important;
}
.public-header-new .common-width .menubar .universal {
    color: #fff;
    border-bottom-color: transparent;
    padding: 0 12px;
    font-size: 16px;
    height: 60px;
    width: 100px;
    line-height: 60px;
    margin: 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
    box-sizing: border-box;
    position: relative;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
    text-align: center;
}
.public-header-new .common-width .menubar .universal a {
    display: block;
    color: #fff;
}
.public-header-new .common-width .menubar .universal a:hover {
    color: #8493fa !important;
}
.public-header-new .common-width .menubar .universal a:hover .universal-img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.public-header-new .common-width .menubar .universal a .universal-img {
    height: 10px;
    width: 12px;
    margin-left: 6px;
    transition: transform 0.3s;
}
.public-header-new .common-width .menubar .universal:hover .menu {
    display: block;
}
.public-header-new .common-width .menubar .universal .menu {

    position: absolute;
    top: 60px;
    left: -50px;
    min-width: 200px;

    padding: 6px 0;
    display: none;
    transition: transform 2s;
}
.public-header-new .common-width .menubar .universal .menu a {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    background: #0e0e0e;
}
.public-header-new .common-width .menubar .universal .menu a:hover {
    color: #8493fa !important;
}
.public-header-new .common-width .menubar .universal .menu .submit-active {
    color: #8493fa;
}
.public-header-new .common-width .menubar .submit {
    display: inline-block;
    color: #fff;
    background-color: #8493fa;
    border-color: #8493fa;
    border-radius: 20px;
    font-size: 14px;
    padding: 8px 23px;
}
.public-header-new .common-width .menubar .submit a {
    color: #fff;
}
.public-header-new .common-width .menubar .header-active {

    border-bottom-color: #8493fa;
}
.public-header-new .common-width .menubar .header-active>a{
    color: #8493fa !important;
}
.public-footer-new {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    min-width: 1210px;
    background: #302e41;
    padding-top: 10px;
}
.public-footer-new .common_width {
    position: relative;
    width: 1210px;
    min-height: 120px;
    margin: 0 auto;
}
.public-footer-new .common_width img {
    position: absolute;
    right: 72px;
    top: 4px;
    display: block;
    width: 120px;
    height: auto;
}
.public-footer-new .top {
    margin: 0 0 10px;
}
.public-footer-new .Llink {
    display: flex;
    flex-direction: row;
    width: 1000px;
}
.public-footer-new .section {
    position: relative;
}
.public-footer-new .section .Ltitle {
    color: white;
    font-size: 14px;
    min-width: 84px;
}
.public-footer-new .section .contact {
    margin-top: -46px;
    margin-left: 84px;
}
.public-footer-new .section p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin: 0;
}
.public-footer-new .section p.title {
    color: #fff;
    margin: 18px 0;
}
.public-footer-new .section p a {
    display: inline-block;
    color: #999;
    font-size: 14px;
    line-height: 32px;
}
.public-footer-new .section p a:hover {
    color: #4993fa;
    text-decoration: underline;
}
.public-footer-new .section p.inline {
    display: inline-block;
}
.public-footer-new .section p.inline.even {
    width: 20%;
}
.public-footer-new .section ul {
    list-style: none;
    margin: 0rem 0;
    padding: 0;
}
.public-footer-new .section ul li {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 12px;
}
.public-footer-new .section ul li a {
    display: block;
    color: #999;
    font-size: 14px;
}
.public-footer-new .section ul li a:hover {
    color: #4993fa;
    text-decoration: underline;
}
.public-footer-new .copyRight {
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #999;
    background: #222129;
    padding: 5px;
    margin-top: 30px;
}
.public-footer-new .copyRight p {
    margin: 0;
}
.public-footer-new .copyRight span,
.public-footer-new .copyRight a {
    display: inline-block;
    margin: 0 5px;
    color: #999;
}