﻿* {
    padding: 0;
    margin: 0;
    /*font: 13px Arial, 'PingFang SC', 'Hiragino Sans GB', STHeiti,
    'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;*/
    font-size: 13px;
    font-family: "微软雅黑";
    color: #4c4c4c;
}
© html,
body {
    height: 100%;
    min-height: 100%;
}
strong {
    font-weight: bold !important;
}
li {
    list-style: none;
}

/* select {
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
} */
button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

input {
    outline: none;
}

.floatF {
    float: left;
}

.floatR {
    float: right;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearDiv {
    clear: both;
}

.hideDiv {
    display: none;
}

.Boxmain {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /*background-color: #100831;*/
    /*padding: 0px 25px;*/
}

.mainDiv {
    width: 1110px;
	max-width: 100%;
    margin: 0 auto;
}

.posR {
    position: relative;
}

.headDiv {
    height: 70px;
    background: rgba(255, 255, 255, 0.04);
    line-height: 70px;
    /*line-height: 70px;*/
    /*padding: 20px 0;*/
}

.headDiv img {
    line-height: 70px;
}

.headDiv .CenterUl {
    overflow: hidden;
    /*margin-top: 13px;*/
    margin-left: 70px;
    display: inline-block;
}

.headDiv .CenterUl li {
    float: left;
    padding: 0px 20px;
    line-height: 70px;
    height: 70px;
}

.headDiv .CenterUl li a {
    font-size: 14px;
    cursor: pointer;
}

.headDiv .CenterUl li:last-child {
    /*padding-right: 0px;*/
    border-right: none;
}

.headDiv .CenterUl li.activeLi {
    /*border-bottom: 2px solid;*/
    /*border-image: -webkit-linear-gradient( white, blue,white) 30 30;*/
    /*border-image: -moz-linear-gradient( white, blue,white) 30 30;*/
    /*border-image: linear-gradient( white, blue,white) 30 30;*/
}

.headDiv .CenterUl li.activeLi::after {
    content: "";
    display: block;
    height: 3px;
    /*padding: 0 10px;*/
    position: relative;
    bottom: 3px;
    left: 0%;
    background: url("https://oss.yuntsg.com/tsgyun/bja.png");
    background-size: 100%;
}

.linear {
    /*width:10px;*/
    height: 3px;
    background-image: -webkit-linear-gradient(left, #333, #fff, #333);
    /*background-image:-moz-linear-gradient(0deg,#E1DEB0 50%,transparent 50%,transparent);*/
    /*background-image:-o-linear-gradient(0deg,#E1DEB0 50%,transparent 50%,transparent);*/
    /*background-image:linear-gradient(90deg,#E1DEB0 50%,transparent 50%,transparent);*/
    background-size: 100% 100%;
}

.headDiv .CenterUl li span {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.headDiv .CenterUl li a {
    color: white;
    text-decoration: none;
}

.headDiv .rightDiv {
    float: right;
    overflow: hidden;
    display: inline-block;
    /* margin-right: 50px; */
    /* margin-top: -5px; */
    /* line-height: 70px; */
    color: #fff;
    font-size: 14px;
}
.rightDiv > div {
    max-width: 180px;
    display: inline-block;
    overflow: hidden;
    height: 70px;
    margin: 0;
    padding: 0;
    vertical-align: -30px;
    color: #fff;
    line-height: 66px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.headDiv .rightDiv > a {
    vertical-align: super;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
}
.rightDiv span {
    color: #fff;
    /* vertical-align: super; */
    vertical-align: top;
    /*margin-right: 15px;*/
    font-size: 12px;
    /*max-width: 230px;*/
    display: inline-block;
    overflow: hidden;
    height: 70px;
    line-height: 66px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.exitButton {
    vertical-align: inherit;
    width: 60px;
    height: 24px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 2px;
}

#login span {
    padding-right: 10px;
    color: #fff;
    font-size: 12px;
}
#login span:first-child {
    padding-right: 30px;
    cursor: pointer;
    margin-left: 30px;
    font-size: 14px;
    vertical-align: bottom;
}
#login span a {
    color: #fff;
    font-size: 12px;
    /*text-decoration: none;*/
}
/*右侧固定功能*/
/*返回顶部按钮*/
.Apply {
    background: #f7f7f7;
    right: 0;
    width: 65px;
    height: 395px;
    bottom: 50%;
    position: fixed;
    vertical-align: middle;
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    background-color: transparent;
    /*border-radius: 50%;*/
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 10;
}

.Apply li div {
}

.Apply li {
    height: 65px;
    background: #395eaf;
    margin-bottom: 4px;
    /*padding: 0 10px;*/
    padding: 15px;
    cursor: pointer;
    position: relative;
}

.Apply p {
    color: #fff;
    text-align: center;
}

.TipsD {
    width: 100px;
    height: 100px;
    text-align: left;
    font-size: 13px;
    color: #000;
}

.TipsD p {
    height: 20px;
    line-height: 20px;
}

.TipsD p:nth-child(odd) {
    margin-top: 10px;
    font-weight: bold;
}

.Tips {
    position: absolute;
    width: 0;
    height: 100px;
    overflow: hidden;
    top: -15px;
    right: 200px;
    transition: all linear 0.3s;
    border-radius: 10px;
    z-index: 10;
}

.Tips div p {
    line-height: 25px;
    margin: 0;
    color: #fff;
    letter-spacing: 3px;
}

.Tips img {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 30px;
}

.footer {
    /*height: 320px;*/
    /*padding:0 20px;*/
}

.footTop {
    height: 197px;
    background: #1b1b1b;
    padding: 0 20px;
    color: #fff;
    padding-top: 33px;
}

.footTop div:first-child {
    /*padding-left: 330px;*/
}

.footBottom {
    border-top: 1px solid #292929;
    background: #1f1f1f;
    padding: 20px 20px;
    height: 20px;
    line-height: 20px;
}

.footBottom div {
    color: #fff;
}

.footMain div {
    display: inline-block;
}

.floatDiv table tr td {
    text-align: center;
}

.floatDiv table tr td img {
    border-radius: 5px;
}

.floatDiv table tr td span {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.floatDiv {
    width: 350px;
}

.RightDiv {
    width: 780px;
    float: right;
}

.FootRight {
    margin-left: 40px;
}

.FootRight tr {
    margin-top: 10px;
}

.FootRight tr:first-child td {
    width: 200px;
    float: left;
    color: #eee;
    font-family: "SimSun";
    margin-right: 45px;
    padding-bottom: 10px;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.FootRight tr td {
    width: 215px;
    float: left;
    color: #eee;
    margin-right: 30px;
    padding-bottom: 10px;
}

.FootRight tr td ul li {
    line-height: 25px;
}

.FootRight tr td ul li a {
    color: #eee;
    font-size: 14px;
    text-decoration: none;
}

.bottomUl {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.bottomUl li {
    float: left;
    line-height: 20px;
    /*margin-right: 10px;;*/
}

.bottomUl li span,
.bottomUl li span a {
    font-size: 13px;
    color: #eee;
    margin-right: 15px;
    text-decoration: none;
}

/*Service*/
.ServiceMain {
    height: calc(100vh - 182px);
    margin-top: 70px;
}
.ServiceHeader {
    width: 100%;
    height: 308px;
    display: table;
    background: url("https://oss.yuntsg.com/tsgyun/serviceH.jpg") center no-repeat;
    background-size: 100% 100%;
}
.Servicetl {
    width: 173px;
    height: 90px;
    display: block;
    margin: 60px auto;
}

.Sleft {
    float: left;
}

.ServiceB li {
    line-height: 30px;
}

.ServiceB li span {
    font-size: 14px;
    font-weight: bold;
}

.ServiceB ol li {
    margin-left: 40px;
}

.ServiceB ol li span:first-child {
    font-weight: normal !important;
    color: #999;
    padding-right: 5px;
}

.ServiceB ol li span {
    font-weight: normal !important;
    color: #666;
}

.ServiceB a {
    text-decoration: none;
}

.ServiceB .Stitle,
.one .Stitle {
    font-size: 15px !important;
    line-height: 40px;
    font-weight: bold;
    margin-left: -5px;
}

.ServiceB li a span:active {
    color: #1e9fff;
}

.colorB {
    color: #1e9fff;
}

.yuan {
    width: 13px;
    height: 12px;
    background-color: #cde2ea;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.MainC {
    margin-left: 50px;
}

.one {
    width: 900px;
}

.one {
    text-indent: 2em; /*首行缩进*/
}

.one div p:not(:first-child),
.two p {
    /* font-size:18px;*/
    line-height: 30px;
}

.two {
    margin-top: 50px;
    padding: 50px 0;
    border-top: 1px solid #e4e4e4;
}

.three {
    margin-bottom: 70px;
}

.three p {
    font-weight: bold;
}

#clause,
#Privacy,
#Exemption {
    font-size: 25px;
    font-weight: bold;
}

.Shref {
    color: #4f7e78;
    text-decoration: underline; /*下划线*/
}

.dispN {
    display: none;
}

.dispB {
    display: block;
}

.dispNIM {
    display: none !important;
}

.dispBIM {
    display: block !important;
}
.TopUl {
    display: inline-block;
    position: absolute;
    width: 100px;
    margin-left: -85px;
    /* height: 160px; */
    z-index: 999;
    background: #fff;
    margin-top: 50px;
    border-radius: 4px;
}

.TopUl li {
    border-bottom: 1px dashed #f4f4f4;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
}
.TopUl li:hover {
    background-color: #f2f2f2;
}
.selImg {
    vertical-align: middle;
    padding-left: 3px;
    margin-top: -2px;
}

.recruitbanner {
    width: 100%;
    height: 90px;
    background: url("../img/rbanner.jpg") left 0 no-repeat;
    background-size: auto 100%;
}
.recruitbanner a {
    background: url('../img/rbannerd.png') left 0 no-repeat;
    display: block;
    width: 250px;
    height: 80px;
    background-size: 100%;
    float: right;
    margin: 9px 5% 0;
}

@media screen and (max-width: 600px) {
	.footBottom {
	    border-top: 1px solid #292929;
	    background: #1f1f1f;
	    height: 80px;
		height:calc(80px + constant(safe-area-inset-bottom));
		height:calc(80px + env(safe-area-inset-bottom));
	}
}
