* {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei";
}

body, html {
    width: 100%;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

/*子页banner*/
.banner {
    height: auto;
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    min-width: 1400px;
    height: auto;
}

.qq {
    position: fixed;
    cursor: pointer;
    top: calc(50% - 150px);
    right: -70px;
    width: 70px;
    height: 210px;
    background-color: #0C294A;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px 0 0 4px;
    opacity: 0;
    z-index: 100;
    color: #fff;
    transition: all 0.3s;
}

.show-qq {
    opacity: 1;
    right: 0;
    transition: all 0.3s;
}

.qq .right-icon {
    width: 100%;
    height: 70px;
    line-height: 30px;
}

.qq .right-icon img {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

.qq .right-icon div,
.qq .right-icon a {
    color: #fff;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    opacity: 0.48;
}

.qq .line {
    width: 64px;
    height: 1px;
    background-color: #fff;
    opacity: 0.15;
    margin: 0 auto;
}

.phone-num {
    width: 0;
    height: 70px;
    position: fixed;
    z-index: 99;
    top: calc(50% - 82px);
    right: -100px;
    background-color: #0C294A;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    border-radius: 2px 0 0 2px;
    transition: all 0.3s;
}

.phone-num div {
    font-size: 24px;
    width: 170px;
    line-height: 70px;
    margin: 0 auto;
}

.show-phone-num {
    width: 180px;
    right: 70px;
}

/*主导航栏样式*/

.tool-bar-wrap {
    width: 100%;
    min-width: 1400px;
    height: 88px;
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

.tool-bar-wrap .content {
    width: 1200px;
    height: 88px;
    margin: 0 auto;
}

.tool-bar-wrap .logo {
    height: 48px;
    float: left;
    margin: 20px 77px 0 40px;
}

.tool-bar-wrap .bar .ele .title {
    padding: 0 30px;
}

.tool-bar-wrap .bar li {
    float: left;
    /*padding: 0 1px;*/
    line-height: 88px;
    cursor: pointer;
}

.tool-bar-wrap .bar .ele:after {
    content: '';
    display: inherit;
    width: 0;
    height: 3px;
    margin-top: -3px;
    background-color: rgba(1, 73, 126, 0.7);
}

.tool-bar-wrap .bar li:hover:after {
    width: 100%;
    transition: all 0.3s;
}

.tool-bar-wrap .bar .title {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    height: 88px;
    display: block;
}

.tool-bar-wrap .sub-bar {
    position: absolute;
    width: 0;
    height: 74px;
    margin-left: -25px;
    background: #336D97;
    opacity: 0.9;
    overflow: hidden;
}

.tool-bar-wrap .sub-bar div {
    width: 140px;
    height: 100%;
    text-align: center;
    line-height: 74px;
    font-size: 14px;
    color: #fff;
    float: left;
}

.tool-bar-wrap .sub-bar div a {
    color: #fff;
}

.tool-bar-wrap .sub-bar div a:hover {
    color: #c6dfff;
}

.tool-bar-wrap .sub-bar div:hover {
    color: #B2C7D6;
}

/*子导航选项卡*/
.tab-wrap {
    position: absolute;
    top: 92%;
    height: 80px;
    z-index: 150;
    left: 50%;
    transform: translate(-50%, 0);
}

.tab-wrap div {
    top: 460px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin: 0 auto;
    overflow: hidden;
}

.tab-wrap a {
    float: left;
    cursor: pointer;
    line-height: 80px;
    text-align: center;
    width: 192px;
    height: 80px;
    box-sizing: border-box;
    color: #062033;
}

.tab-wrap a:hover {
    background-color: #297EBB;
    color: #fff;
}

.tab-wrap a:after {
    content: "";
    float: right;
    margin-top: 28px;
    height: 25px;
    width: 1px;
    background-color: #DCDCDC;
}

.tab-active:after {
    content: "";
    display: none;
    float: right;
    margin-top: 28px;
    height: 25px;
    width: 1px;
    background-color: #DCDCDC;
}

.tab-wrap a:last-child:after {
    content: "";
    display: none;
}

/*底部样式*/
.foot-wrap {
    float: left;
    width: 100%;
    min-width: 1400px;
    font-size: 16px;
    height: 400px;
    background: #0C294A;
}

.foot-bar {
    width: 100%;
    min-width: 1400px;
    height: 48px;
    background-color: #858585;
}

.foot-bar ul {
    width: 1200px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
}

.foot-bar ul li {
    float: left;
    width: 240px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    color: #fff;
}

.foot-bar ul li:hover {
    opacity: 0.8;
}

.foot-top {
    height: 250px;
    width: 1300px;
    margin: 0 auto;
}

.foot-top ul .title {
    font-size: 16px;
    opacity: 0.8;
}

.foot-top .text {
    opacity: 0.4;
    letter-spacing: 2px;
}

.foot-top ul {
    float: left;
    margin-top: 60px;
    margin-left: -25px;
}

.foot-top ul li {
    float: left;
    margin: 0 30px;
    text-align: left;
}

.foot-top .qr-code-warp {
    float: right;
}

.foot-wrap a {
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 14px;
}

.foot-bottom {
    width: 1350px;
    margin: 30px auto 0 auto;
    color: #fff;
    font-size: 14px;
}

.foot-bottom span:nth-child(1) {
    color: rgba(255,255,255,0.3);
}

.foot-bottom a {
    color: rgba(255,255,255,0.3);
    display: inline;
}

.foot-bottom a:hover {
    color: #fff;
    opacity: 1;
}

.split-line {
    width: 1300px;
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
    margin: 30px auto 0 auto;
}

.qr-code-warp {
    margin-top: 70px;
    color: #fff;
    margin-right: 5px;
}

.qr-code-warp img {
    width: 103px;
    height: 103px;
    float: right;
    margin-top: 10px;
}

.qr-code-warp .title {
    text-align: right;
}

.qr-code-warp .title div:nth-child(2) {
    font-size: 14px;
    margin-top: 3px;
}

.qr-code-warp .sub-title {
    float: right;
}

.follow {
    margin-top: 120px;
    font-size: 14px;
    opacity: 0.3;
}

.join-us {
    float: right;
}

.join-us a {
    display: inline;
}