body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
legend,
b,
button,
input,
textarea,
blockquote,
article,
aside,
footer,
header,
nav,
section {
    margin: 0;
    padding: 0;
}

img,
abbr,
acronym {
    border: 0;
}

table td {
    word-break: break-all;
}

caption,
th {
    text-align: left;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 700;
}

input,
button,
textarea,
select {
    font-size: inherit;
    *font-size: 100%;
    font-family: inherit;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
textarea {
    -webkit-appearance: none;
}

address,
cite,
dfn,
em,
code,
var,
caption,
th {
    font-style: normal;
    font-weight: normal;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

q:before,
q:after {
    content: '';
}

a:focus {
    outline: none;
    -moz-outline: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

/* Basic */

* {
    word-wrap: break-word;
    outline: none;
}

::selection,
::-moz-selection {
    background: #669bb7;
    color: #fff;
}

.cbh {
    clear: both;
    height: 0;
    overflow: hidden;
}

.cb {
    clear: both;
}

img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.border-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.none {
    display: none;
}

.relative {
    position: relative;
}

.red {
    color: red;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}

html {
    font-size: 14px;
    height: 100%;
    width: 100%;
}

body {
    font: 14px '微软雅黑', 'Microsoft YaHei';
    color: #333;
    background-color: #FFF;
    width: 100%;
    min-width: 1600px;
    margin: 0;
    padding: 0;
    position: relative;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #333;
}

* {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/*头部-header*/

.header {
    width: 100%;
    /* min-width: 1600px; */
    top: 0;
    z-index: 1111;
    /* padding-top: 5px; */
    height: 90px;
    position: fixed;
    background-color: #FFFFFF;
}

.warpp-nav {
    width: 1600px;
    min-width: 1600px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    margin-left: 2%;
}

.logo {
    background: url(../img/1.png);
    background-position: 0 0;
    height: 90px;
    width: 220px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: left;
    cursor: pointer;
}

.nav {
    /* float: right; */
    /*margin-left: 250px;*/
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.pages {
    width: 135px;
    height: 90px;
    padding-left: 15px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 50px;
}

.pages.now {
    background-color: #409bfc;
    border-bottom: 5px solid #3a82c9;
}

.pages>a {
    position: relative;
    bottom: -22px;
}

.pages.now>a>p {
    color: #FFFFFF;
}

.pages-1 {
    line-height: 100%;
    color: #666;
    font-size: 18px;
    padding-bottom: 10px;
}

.pages-2 {
    line-height: 100%;
    color: #999;
    font-size: 12px;
}

.header-about-ul,
.header-solution-ul,
.header-news-ul,
.header-recruitment-ul {
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    font-size: 16px;
    width: 110px;
    display: none;
    top: 90px;
    z-index: 999;
}

.header-recruitment-ul {
    width: 160px;
    left: 825px;
}

.header-solution-ul {
    left: 640px;
}

.header-news-ul {
    left: 459px;
    width: 135px;
}

.header-about-ul {
    width: 135px;
    left: 1027px;
}

.header-about-ul a {
    text-align: center;
}

.header-solution-ul {
    width: 150px;
}

.header-about-ul a,
.header-solution-ul a,
.header-news-ul a,
.header-recruitment-ul a {
    height: 40px !important;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.header-news-ul a,
.header-recruitment-ul a,
.header-solution-ul a {
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
}

.header-news-ul a:nth-child(1),
.header-recruitment-ul a:nth-child(1) {
    border-bottom: 1px solid #FFFFFF;
}

.header-solution-ul a:last-child {
    border-bottom: 0;
}

.header-about-ul a:nth-of-type(2) {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.header-about-ul a:nth-of-type(3) {
    border-bottom: 1px solid #FFFFFF;
}

.header-about-ul a>span,
.header-solution-ul a>span,
.header-news-ul a>span,
.header-recruitment-ul a>span,
    {
    color: #666;
    padding: 5px 25px 5px 20px;
    line-height: 100%;
}

/*中部-mian*/

.main {
    box-sizing: border-box;
    clear: both;
    min-height: 500px;
    margin-top: 90px;
}

.main-img {
    background-image: url(../img/3.png);
    background-position: 0 0;
    width: 100%;
    height: 200px;
}

/*尾部-footer*/

.cb {
    clear: both;
    height: 2px;
    /*height: 132px;*/
}

.footer {
    background-color: #262626;
    clear: both;
    width: 100%;
}

.footer-ul {
    text-align: center;
    margin: 0 auto;
    list-style: none;
    padding: 20px 0 25px 0;
}

.footer-ul a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 35px;
}

.footer-ul a:first-child {
    margin-left: 0;
}

.footer-ul a:last-child {
    margin-right: 0;
}

.footer-ul a>span {
    color: #FFFFFF;
}

.footer-company {
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 15px 0;
}

.news-title {
    position: relative;
    top: 80px;
    left: 17%;
    font-size: 0;
    width: 500px;
}

.news-title>p {
    display: inline-block;
    /*zoom: 1; *display: inline;*/
    width: 400px;
}

.news-fristen {
    display: inline-block;
    font-size: 70px;
    color: #FFFFFF;
    line-height: 100%;
    padding-right: 10px;
    letter-spacing: 0;
}

.news-gb {
    /*display: block;*/
    line-height: 100%;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.news-scondeen {
    font-size: 20px;
    display: block;
    color: #Fff;
}

/*文字通用样式*/

.about-list {
    width: 215px;
    background-color: #e8f2fc;
    padding: 0 20px;
    float: left;
    margin-right: 25px;
}

.about-list-context {
    float: left;
    margin-left: 25px;
    box-sizing: border-box;
    width: 42%;
}

.about-list2 {
    width: 200px !important;
}

.about-list a {
    display: inline-block;
    cursor: pointer;
    color: #666;
    line-height: 100%;
    font-size: 18px;
    height: 35px;
    border-bottom: 1px solid #FFFFFF;
    margin: 22px 0 0 0;
    width: 100%;
}

.about-list a.active {
    color: #409BFC;
    /* border-left: 4px solid #409BFC; */
}

.about-list a.active>span {
    border-left: 4px solid #409BFC;
}

.about-list a>span {
    padding-left: 10px;
    border-left: 4px solid #666666;
}

.aboout-context-body {
    height: auto !important;
    /*min-height: 200px;*/
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.about-context-title {
    font-size: 30px;
    color: #3484c1;
    padding: 30px 0;
    text-align: center;
    line-height: 100%;
    width: 930px;
}

.about-context-p-title,
.about-context-p-title2 {
    font-size: 16px;
    color: #46B8DA;
    line-height: 40px;
    text-indent: 32px;
}

.about-context-p-title2 {
    font-size: 18px;
}

.about-context-p,
.about-context-p2 {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    text-indent: 32px;
}

.about-context-p2 {
    text-indent: 32px;
}

.fw900 {
    font-weight: 900;
}

.fw600 {
    font-weight: 600;
}

.square {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #46B8DA;
    margin-right: 5px;
}