@charset "utf-8";
/*!
 * http://www.ibw.cn
 * Edited by AlexAli
 * Copyright (c) 2020 ibw
 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body, button, input, select, textarea {
    font: 12px/1.5 Microsoft YaHei, Arial, sans-serif;
}
body::-webkit-scrollbar{
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

.current {
    color: #272a93;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
    vertical-align: top;
}

section, article, aside, header, footer, nav, dialog, figure {
    display: block;
}

figure {
    margin: 0;
}

button, input, select, textarea {
    font-size: 100%;
    border: 0;
    background: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

/*a {*/
/*    blr: expression_r(this.onFocus=this.blur());*/
/*}*/

a {
    outline: none;
    transition-duration: 0.3s, 0.3s;
    transition-property: background-color, color;
    transition-timing-function: ease, ease;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.noBg {
    background: none !important;
}

.noBd {
    border: none !important;
}

.noMr {
    margin-right: 0 !important;
    float: right !important;
}

.i {
    text-align: justify;
    text-justify: inter-ideograph;
}


/* 项目主体部分设置 */
body {
    background: #fff;
    color: #333;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover {
    color: #272a93;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 75px;
}

.g-in {
    width: 85%;
    margin: 0 auto;
}

.g-in:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.g-in {
    *zoom: 1;
}

.header {
    border-top: 5px solid #272a93;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    box-shadow: rgba(50, 50, 50, 0.25) 0px 0px 10px;
    z-index: 9; /* overflow: hidden; */
}

.header:hover .navbar-collapse {
    opacity: 1;
}

.header .g-in {
    display: flex;

    align-items: center;
    justify-content: space-between;

    position: relative;

    box-sizing: border-box;
    padding: 0 2%;
    width: 100%;
    height: 100%;
}

.navbar-header {
    width: 21%;
    float: left;
    flex-shrink: 0;
}

.navbar-brand {
    display: block;
    height: 75px;
}

.navbar-header img {
    width: auto;
    height: 75px;
    object-fit: contain;
    box-sizing: border-box;
}

.header .navbar-collapse {
    /*position: relative;*/
    flex-grow: 1;
    float: right;

    transition: all .5s;
}
.tempWrap {
    width: 100% !important;
}
.header .g-in > img {
    width: 12%;
    /* height: 75px; */
    padding: 5px;
    box-sizing: border-box;
    flex-shrink: 1;
}

.navbar-nav > li {
    width: 132px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    position: relative;
    float: left;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    transition: all .3s;
}

.nav {

}

.nav > li > a {
    display: block;
    overflow: hidden;
    height: 75px;
    padding: 0;
    color: #616161;
    font-size: 16px;
    background: url(../images/nav.jpg) no-repeat center right #fff !important;

    transition: all .7s linear;
    -webkit-transition: all .7s linear;
}

.nav > li:hover .a1 {
    background: url(../images/nav.jpg) no-repeat center right #fff;
}

.nav > li > a h2 {
    width: 132px;
    font-size: 16px;
    transition: all 0.2s;
    height: 75px;
    line-height: 75px;
}

.nav > li.current > a h2 {
    color: #272a93;
    font-size: 18px
}

.nav > li > a span {
    position: absolute;
    top: 75px;
    left: 0;
    display: block;
    width: 132px;
    height: 75px;
    line-height: 75px;
    font-size: 12px;
    text-align: center;
    transition: all 0.6s;
    opacity: 0;
    color: #272a93;
    text-transform: uppercase;
    visibility: hidden;
    display: none;
}

.navbar-nav > li:hover a h2 {
    color: #272a93;
    font-size: 18px
}

.navbar-nav > li:hover a span {
}

.navbar-nav > li ul.down {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 75px;
    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;
    z-index: 9;
}

.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;
    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;
    padding-right: 10px
}

.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;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar-nav > li ul.down li:hover {
    background: #272a93;
    border-bottom: #3e88f1;
}

.contect {
    width: 195px;
    position: absolute;
    top: 20px;
    right: 0;
}

.contect img {
    width: 100%;
    height: auto;
}

.footForm {
    position: relative;
}

.footForm .map {
    width: 100%;
    height: auto;
    z-index: 1
}

.footForm .map iframe {
    width: 100% !important;
    border: none;
    outline: none;
    height: 400px;
    overflow: hidden;
}

.footForm .footFormContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.footForm .abArea {
    background: #272a93;
    height: 76px;
}

.footForm .abArea ul {
    display: block;
    text-align: center;
}

.footForm .abArea ul li {
    display: inline-block;
    margin-right: 210px;
    font-size: 16px;
    color: #ffffff;
    vertical-align: bottom;
    height: 76px;
    box-sizing: border-box;
    padding-top: 10px
}

.footForm .abArea ul li:last-child {
    margin-right: 0
}

.footForm .abArea ul li span {
    font-size: 56px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    margin-right: 5px;
    position: relative;
}

.footForm .abArea ul li span::after {
    content: '+';
    font-size: 26px;
    position: absolute;
    top: 12px;
    right: -22px;
    font-weight: normal;
}

.formArea {
    height: 100px;
    background: url("/static/images/form-bg.png");
    background-size: cover;
    width: 100%;
    position: fixed;
    z-index: 15;
    bottom: 0;
    left: 0
}

.formArea .formClose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
}

.formArea .tel {
    padding-right: 3%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    float: left;
    font-size: 30px;
    white-space: nowrap;
    color: #ffffff;
    height: 100px;
    box-sizing: border-box;
}

.formArea .icon-wrap {
    display: inline-block;
    padding: 0 5%;
}

.formArea .icon-box {
    display: inline-block;
}

.formArea .icon-inner {
    display: inline-block;
}

/*.formArea .icon-wrap .icon-box {*/
/*    position: relative;*/

/*    padding-bottom: 100%;*/
/*    width: 100%;*/
/*    height: 0;*/
/*}*/

/*.formArea .icon-wrap .icon-inner {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/

/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.formArea .icon-wrap img {*/
/*    width: 100%;*/
/*    height: 100%;*/

/*    object-fit: contain;*/
/*}*/

.formArea .mess {
    padding-right: 3%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    float: left;
    position: relative;
    font-size: 24px;
    white-space: nowrap;
    color: #ffffff;
    height: 100px;
    box-sizing: border-box;
}

/*.formArea .mess::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    height: 100px;*/
/*    background: url(../images/ico_19.png) no-repeat center center;*/
/*    width: 7px;*/
/*}*/

.formArea .messBox {
    display: flex;
    align-items: center;
    float: right;
    width: 995px;
    height: 100px;
}

.formArea .messBox .inp {
    float: left;
    width: 28%;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0 10px;
    background: #dfdfdf;
    border-radius: 8px;
    font-size: 17px;
    color: #8a8a8a;
    margin-right: 2%;
}

.formArea .messBox .btn {
    width: 10%;
    height: 40px;
    line-height: 40px;
    background: #272a93;
    font-size: 17px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}


.footer {
    height: 390px;
    border-top: 0;
}

.footer .ls2 {
    width: 100%;
    height: 390px;
    background: url(../images/bg.jpg) 50% 100%;
}

.footer .ls2 .hrefs {
    width: 76%;
    height: 390px;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.footer .ls2 .hrefs .lefts {
    width: 40%;
    height: 220px;
    border-right: 1px solid #616161;
    position: relative;
    padding-right: 45px;
    box-sizing: border-box;
}

.footer .lefts p.saoma {
    position: relative;
}

.footer .lefts p.saoma span {
    display: inline-block;
}

.footer .lefts p.saoma .erw {
    width: 24%;
    height: auto;
}

.footer .lefts p.saoma .erw img {
    width: 100%;
    height: 100%;
}

.footer .lefts p.saoma .loges {
    position: absolute;
    right: 0;
}

.footer .lefts p.gb {
    position: relative;
    margin-top: 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(250, 250, 250, .2);
    font-size: 24px;
    color: #fff;
}

.footer .lefts .dyue {
    font-size: 14px;
    color: #b8b8b8;
    position: relative;
    width: 100%;
}

.footer .dyue ul {
    overflow: hidden;
    border-bottom: 1px solid #777676;
}

.footer .dyue ul li {
    padding: 15px 0;
    float: left;
    line-height: 20px;
}

.footer .dyue ul li p {
    font-size: 12px;
    color: #b8b8b8;
}

.footer .did {
    font-size: 12px;
    position: relative;
    color: #b8b8b8;
    padding-top: 10px;
    line-height: 20px;
}

.footer .did a {
    color: #b8b8b8;
    display: inline-block;
    width: 85px;
}

.footer .ls2 .hrefs .rights {
    width: 57%;
    height: 220px;
    position: absolute;
    right: 0;
    top: 30px;
}

.footer .ls2 .hrefs .rights .rig1 {
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0
}

.footer .ls2 .hrefs .rights p {
    color: #b8b8b8;
}

.footer .tits {
    font-size: 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #777676;
    text-transform: uppercase;
}

.footer .ls2 .hrefs .rights .rig1 ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer .ls2 .hrefs .rights .rig1 ul li {
    margin-right: 15px;
    margin-top: 10px;
}

.footer .ls2 .hrefs .rights .rig1 ul li a {
    font-size: 12px;
    color: #b8b8b8;
}

.footer .ls2 .hrefs .rights .rig2 {
    width: 33%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.footer .ls2 .hrefs .rights .rig2 ul {
    width: 100%;
}

.footer .ls2 .hrefs .rights .rig2 ul li {
    width: 100%;
    margin-top: 10px;
}

.footer .ls2 .hrefs .rights .rig2 ul li a {
    font-size: 12px;
    color: #b8b8b8;
}

.copyright {
    text-align: center;
    color: #b8b8b8;
    background: #0d0d0d;
    padding: 10px 0;
    font-size: 13px
}

.copyright p {
    color: #b8b8b8;
}

.copyright a {
    color: #b8b8b8;
}

.copyright a:hover {
    color: #fff
}

.ding {
    width: 45px;
    height: 46px;
    position: fixed;
    right: 20px;
    bottom: 140px;
    z-index: 1000;
}


.daoh {
    width: 152px;
    height: 520px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -360px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: all 0.6s;
}

.daoh .p1 {
    width: 125px;
    margin: 20px auto 10px;
}

.daoh .p2 {
    width: 125px;
    margin: 0 auto;
}

.daoh .p2 p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.daoh .p3 {
    font-size: 16px;
    color: #fff;
    width: 125px;
    margin: 10px auto 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 7px;
}

.daoh .p3 .a1 {
    letter-spacing: 3px;
}


.daoh dl {
    width: 120px;
    height: 146px;
    position: absolute;
    top: 284px;
    right: 15px;
}

.daoh dl dd {
    width: 100%;
    height: 18px;
    margin-bottom: 5px;
    background: #fff;
    line-height: 18px;
    text-align: center;
}

.daoh dl dd a {
    width: 100%;
    height: 18px;
    color: #000;
    font-size: 13px;
    display: block;
}

.daoh ul {
    width: 120px;
    position: absolute;
    right: 15px;
    bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 10px;
    overflow: hidden;
}

.daoh ul li {
    text-align: center;
}

.daoh ul li a {
    display: inline-block;
    padding-left: 35px;
    height: 30px;
    line-height: 30px;
    background: url(../images/qq.png) no-repeat center left;
    color: #fff;
}

.daoh .ding {
    text-align: center;
}

.daoh .ding p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.daoh .close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
}

.daoh .close img {
    position: absolute;
    top: 0;
    right: 0;
}

.menu {
    display: none;
    width: 30px;
    height: 80px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -145px;
    cursor: pointer;
    transition: all 0.8s;
    z-index: 9999;
}




/* basic menu styles */

.nav-menu {

    display: flex;
    justify-content: space-around;
    width: 100%;

    /* background: #74adaa;*/

    /*margin: 50px auto 150px;*/
}

.nav-menu > li {

    display: inline;

    float:left;


}

.nav-menu > li:last-child {

    border-right: none;

}

.nav-menu li a {
    color: #040404;
    display: block;
    text-decoration: none;
    font-family: sansationregular;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-transform: capitalize;
    overflow: visible;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
}

.three-d {

    /* 任务三、设置3D舞台布景 */

    -webkit-perspective: 200px;

    -moz-perspective: 200px;

    -ms-perspective: 200px;

    -o-perspective: 200px;

    perspective: 200px;

    position: relative;
}

.three-d:not(.active):hover {

    cursor: pointer;

    color: #272a93;
}

.drop-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    left: 50%;
    bottom: -70px;
    width: 100% !important;
    height: 70px;
    background-color: #272a9399;
}

.drop-menu li {
    position: relative;
}

.drop-menu li a {
    color: #fff;
}

.drop-menu li a:hover {
    color: #fff !important;

    transform: translateY(-5px);
}

/*任务五、给不是当前状态的3D舞台的悬浮与聚焦状态设置变形效果*/

.three-d:not(.active):hover .three-d-box,

.three-d:not(.active):focus .three-d-box {

    -wekbit-transform: translateZ(-25px) rotateX(90deg);

    -moz-transform: translateZ(-25px) rotateX(90deg);

    -o-transform: translateZ(-25px) rotateX(90deg);

    -ms-transform: translateZ(-25px) rotateX(90deg);

    transform: translateZ(-25px) rotateX(90deg);

    /*    -webkit-transform:rotateX(90deg) translatez(-25px);*/

    /*   -webkit-transform:rotatex(90deg);*/

}



.three-d-box {

    /*任务六、给3D舞台中“.three-d-box”设置过渡与变形效果*/

    -webkit-transition: all .3s ease-out;

    -moz-transition: all .3s ease-out;

    -ms-transition: all .3s ease-out;

    -o-transition: all .3s ease-out;

    transition: all .3s ease-out;

    -webkit-transform: translatez(-25px);

    -moz-transform: translatez(-25px);

    -ms-transform: translatez(-25px);

    -o-transform: translatez(-25px);

    transform: translatez(-25px);

    -webkit-transform-style: preserve-3d;

    -moz-transform-style: preserve-3d;

    -ms-transform-style: preserve-3d;

    -o-transform-style: preserve-3d;

    transform-style: preserve-3d;

    -webkit-pointer-events: none;

    -moz-pointer-events: none;

    -ms-pointer-events: none;

    -o-pointer-events: none;

    pointer-events: none;

    position: absolute;

    top: 0;

    left: 0;

    display: block;

    width: 100%;

    height: 100%;

}



/*任务七、给导航设置3D前，与3D后变形效果*/

.front {

    -webkit-transform: rotatex(0deg) translatez(25px);

    -moz-transform: rotatex(0deg) translatez(25px);

    -ms-transform: rotatex(0deg) translatez(25px);

    -o-transform: rotatex(0deg) translatez(25px);

    transform: rotatex(0deg) translatez(25px);

}



.back {

    -webkit-transform: rotatex(-90deg) translatez(25px);

    -moz-transform: rotatex(-90deg) translatez(25px);

    -ms-transform: rotatex(-90deg) translatez(25px);

    -o-transform: rotatex(-90deg) translatez(25px);

    transform: rotatex(-90deg) translatez(25px);

    color: #FFE7C4;

}



.front, .back {

    /*          border:1px solid red;*/

    display: block;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    background: #6d6d6d;

    padding: 15px 30px 15px 31px;

    color: white;

    -webkit-pointer-events: none;

    -moz-pointer-events: none;

    -ms-pointer-events: none;

    -o-pointer-events: none;

    pointer-events: none;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

/*任务八、设置导航当前状态与悬浮状态下的背景效果*/

.nav-menu li .active .front,

.nav-menu li .active .back,

.nav-menu li a:hover .front,

.nav-menu li a:hover .back {

    background-color: #a0a0a0;

    -webkit-background-size: 5px 5px;

    background-size: 5px 5px;

    background-position: 0 0, 30px 30px;

}

.nav-menu ul {

    position: absolute;

    text-align: left;

    line-height: 40px;

    font-size: 14px;

    width: 200px;

    -webkit-transition: all 0.3s ease-in;

    -moz-transition: all 0.3s ease-in;

    -ms-transition: all 0.3s ease-in;

    -o-transition: all 0.3s ease-in;

    transition: all 0.3s ease-in;

    -webkit-transform-origin: 0px 0px;

    -moz-transform-origin: 0px 0px;

    -ms-transform-origin: 0px 0px;

    -o-transform-origin: 0px 0px;

    transform-origin: 0px 0px;

    -webkit-transform: rotateX(-90deg);

    -moz-transform: rotateX(-90deg);

    -ms-transform: rotateX(-90deg);

    -o-transform: rotateX(-90deg);

    transform: rotateX(-90deg)  translateX(-50%);

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -o-backface-visibility: hidden;

    backface-visibility: hidden;

}

/*任务九、显示下拉导航菜单，并其设置一个变形效果*/

.nav-menu > li:hover ul {

    /*          display: block;*/

    -webkit-transform: rotateX(0deg) translateX(-50%);

    -moz-transform: rotateX(0deg) translateX(-50%);

    -ms-transform: rotateX(0deg) translateX(-50%);

    -o-transform: rotateX(0deg) translateX(-50%);

    transform: rotateX(0deg) translateX(-50%);

}
