body,
dd,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    font-size: 100%
}

b,
em,
i {
    font-style: normal
}

li,
ol,
ul {
    list-style: none
}

input {
    vertical-align: -2px;
    outline: 0
}

textarea {
    resize: none
}

ol,
td,
th,
ul {
    padding: 0
}

a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

a:hover {
    text-decoration: none
}

.fix:after {
    content: '\20';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both
}

.clear {
    clear: both;
    font-size: 0;
    padding: 0;
    margin: 0;
    height: 0;
    line-height: 0
}

.clearfix {
    display: block
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.fl {
    float: left
}

.fr {
    float: right
}

.ofh {
    overflow: hidden
}

.dpb {
    display: block
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

body {
    font-family: "Microsoft YaHei", tahoma, arial, SimSun;
    font-size: 100%;
    color: #262626;
    background: #222a35;
}

.wrap {
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    position: relative;
    padding-top: 33px;
    overflow: hidden
}

.header {
    width: 100%;
    height: 99px;
    background: #fff;
    box-shadow: 0 7px 11px #dad2d2
}

.header-in {
    width: 1150px;
    height: 99px;
    line-height: 99px;
    margin: 0 auto
}

.logo {
    width: 180px;
    height: 100%;
    float: left
}

.logo a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo a img {
    width: 60px;
    height: 60px;
    /* margin-top: 15px */
}

.NameText {
    float: left
}

.NameText i {
    width: 2px;
    height: 41px;
    background: #b2b2b2;
    float: left;
    margin: 28px 14px 0 17px;
    display: inline-block
}

.NameText p {
    color: #aaa;
    font-size: 26px;
    font-weight: 700;
    display: inline-block
}

.nav {
    width: auto;
    float: right
}

.nav ul {
    width: 100%;
    height: auto
}

.nav ul li {
    width: auto;
    height: 100%;
    float: left;
    color: #262626;
    font-size: 22px;
    margin: 0 33px
}

.nav ul li a {
    width: 100%;
    color: #262626
}

.nav ul li.on a {
    border-bottom: 3px solid #FE5848
}

.nav ul li a:hover {
    border-bottom: 3px solid #FE5848
}

.container {
    width: 100%;
    background: #fff url(../images/bg.jpg) no-repeat bottom center;
    margin-top: 1px
}

.Box {
    width: 1025px;
    margin: 0 auto
}

.content {
    padding: 30px 33px 30px 93px;
    color: #262626
}

.Box h2 {
    height: 146px;
    line-height: 150px;
    text-align: left;
    width: 100%;
    display: inline-block;
    font-size: 30px;
    color: #262626;
    border-bottom: 1px solid #a6a6a6
}

.content p {
    font-size: 17px;
    line-height: 2em
}

.content h3 {
    font-size: 22px;
    line-height: 2em;
    font-weight: 700;
    margin-top: 28px
}

.content h3 i {
    width: 19px;
    height: 9px;
    background: url(../images/icombtn.png) no-repeat left center;
    display: inline-block;
    float: left;
    margin: 19px 5px 0 -30px
}

.footer {
    width: 100%;
    /* height: 180px; */
    height: 140px;
    background: #000000;
}

.foot_in {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.foot_in .logo {
    width: 100px;
    height: 66px;
    float: left;
    /*background: #FE5848;*/
    margin: 20px 100px 0 100px;
}

.foot_in .logo img {
    width: 100%;
}

.foot_in .foot_content {
    width: 750px;
    height: 100%;
    float: left;
    font-size: 16px;
}

.foot_in .foot_content .agreement {
    color: #FFFFFF;
    margin-top: 52px;
    margin-bottom: 4px;
}

.foot_in .foot_content .agreement a {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 15px;
}

.foot_in .foot_content p {
    color: #ffffff;
    /* margin-top: 20px; */
    line-height: 1.8em;
}

.foot_in .content p span {
    padding: 0 10px;
}

.foot_in .select {
    width: 200px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    float: right;
    margin-top: 40px;
}

.foot_in .select select {
    width: 200px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 0 8px;
}

.Return {
    width: 62px;
    height: 60px;
    background: url(../images/Reture_btn.png) no-repeat center;
    position: fixed;
    bottom: 170px;
    right: 30px;
    z-index: 99
}

.Return a {
    width: 100%;
    height: 100%;
    display: block
}

.textr {
    text-align: right;
}