.fl {
    float: left;
}
.fr {
    float: right;
}
.pf {
    position: fixed;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.dib {
    display: inline-block;
}
.db {
    display: block;
}
.dn {
    display: none;
}
.t-al-l {
    text-align: left;
}
.t-al-c {
    text-align: center;
}
.t-al-r {
    text-align: right;
}
.width {
    width: 1100px;
    margin: auto;
}
.blue {
    color: #31b1fa;
}
/* Global Setting */
body,
button,
input,
select,
textarea,
label {
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', '\9ED1\4F53', Arial,
        sans-serif;
    font-size: 16px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0;
    outline: none;
}
ul,
ol,
li {
    list-style: none;
}
input,
label {
    vertical-align: middle;
}
input,
button,
select,
textarea,
input:focus,
textarea:focus {
    -webkit-appearance: none;
    -webkit-background-clip: padding-box;
    outline: none;
    -webkit-tap-highlight-color: #ffffff;
}
textarea {
    resize: none;
}
a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}
img {
    border: 0;
}
/*******度撑不开*****/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.clearfix {
    *zoom: 1;
}
/*header---开始*/
header {
    height: 70px;
    width: 100%;
    line-height: 70px;
    background: rgba(42, 42, 42, 0.3);
    position: fixed;
    top: 0px;
    z-index: 120;
    left: 0;
    right: 0;
}
header.wihteBg {
    background: #0086d1;
}
header > .head {
    width: 1100px;
    font-size: 14px;
    height: 100%;
    margin: auto;
}
header > .head > .LogoLeft {
    float: left;
    margin-top: 14px;
}
header > .head > #nav {
    line-height: 70px;
    float: right;
}
header > .head > #nav > li {
    float: left;
    width: 90px;
    text-align: center;
}
header > .head > #nav > li > a {
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    margin: auto;
    width: 90px;
}
header > .head > #nav > li > a:hover,
header > .head > #nav > li > a:focus,
header > .head > #nav > li > a:active {
    font-weight: bold;
}
header > .head > #nav > .current > a {
    font-weight: bold;
    line-height: 67px;
    border-bottom: 2px solid #ffffff;
}
.blue-header {
    background: #0086d1;
}
header.blue-header > .head > #nav > li > a {
    color: rgba(255, 255, 255, 0.7);
}
header.blue-header > .head > #nav > .current > a {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}
/*header---结束*/
/*组件---结束*/
.fixWidth {
    width: 1100px;
    margin: auto;
}
.foot {
    text-align: center;
    margin: auto;
    padding-bottom: 60px;
    color: #ffffff;
    font-size: 18px;
}
.foot .line {
    margin-bottom: 54px;
}
.foot .text img {
    vertical-align: -7px;
    margin-right: 10px;
}
.font-blue {
    color: #0086d1;
}
.banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}
.banner .swiper-pagination {
    background: rgba(31, 31, 31, 0.3);
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 130;
    height: 54px;
    text-align: center;
}
.banner .swiper-pagination a {
    display: block;
    width: 25%;
    height: 54px;
    line-height: 54px;
    color: #ffffff;
    float: left;
}
.banner .swiper-pagination a.active {
    background: rgba(117, 205, 255, 0.4);
    font-weight: bold;
}
.banner .swiper-slide {
    background: -moz-linear-gradient(left, #007ec5 0%, #00659e 100%);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #007ec5),
        color-stop(100%, #00659e)
    );
    background: -webkit-linear-gradient(left, #007ec5 0%, #00659e 100%);
    background: -o-linear-gradient(left, #007ec5 0%, #00659e 100%);
    background: -ms-linear-gradient(left, #007ec5 0%, #00659e 100%);
    background: linear-gradient(left top, #007ec5 0%, #00659e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ec5', endColorstr='#00659e', GradientType=0);
    height: 450px;
    width: 100%;
    position: relative;
}
.banner .swiper-slide .ge {
    background: url('../img/ge.png') repeat;
    width: 100%;
    height: 100%;
    background-size: 20px 19px;
}
.banner .swiper-slide .content {
    width: 1100px;
    margin: auto;
    position: relative;
}
.banner .swiper-slide .content .left {
    position: absolute;
    float: left;
    top: 162px;
    left: 140px;
    text-align: left;
    z-index: 13;
}
.banner .swiper-slide .content .left .banner-text {
    font-size: 28px;
    color: #ffffff;
}
.banner .swiper-slide .content .left img {
    display: block;
    margin: auto;
}
.banner .swiper-slide .content .left .banner-big-text {
    font-size: 40px;
    color: #ffffff;
}
.banner .swiper-slide .content .left .apart {
    margin: 16px 0;
}
.banner .swiper-slide .content .right {
    float: right;
    position: relative;
    top: 60px;
    right: -80px;
    text-align: right;
}
.banner .swiper-slide.banner-li-1 .right {
    top: 48px;
}
.banner .swiper-slide.banner-li-2 .right {
    top: -10px;
    right: 0px;
}
.banner .swiper-slide.banner-li-3 .right {
    top: 78px;
    right: 0px;
}
.banner .swiper-slide.banner-li-4 .right {
    top: -55px;
    right: 60px;
}
/*组件---结束*/
/*footer-------开始*/
footer {
    height: 60px;
    width: 100%;
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
}

footer .beian {
    color: #fff;
    margin-left: 6px;
}

footer .beian:hover {
    color: #ef0000;
}

/*footer-------结束*/

/*CompanyProfileWrape-------开始*/
.CompanyProfileWrape .section1 {
    background: #ffffff;
    height: 486px;
}
.CompanyProfileWrape .section1 .fixWidth {
    padding-top: 90px;
}
.CompanyProfileWrape .section1 .fixWidth .div-icon {
    float: left;
}
.CompanyProfileWrape .section1 .fixWidth .div-text {
    float: left;
    width: 528px;
    margin-left: 30px;
    font-size: 15px;
    color: #000000;
}
.CompanyProfileWrape .section1 .fixWidth .div-text .title {
    font-weight: normal;
    font-size: 30px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px;
}
.CompanyProfileWrape .section1 .fixWidth .div-text .title .title-asset {
    font-size: 20px;
    color: #252525;
}
.CompanyProfileWrape .section1 .fixWidth .div-text .text {
    line-height: 1.8em;
    text-indent: 2em;
}
.CompanyProfileWrape .section1 .fixWidth .div-text .text1 {
    margin-bottom: 20px;
}
.CompanyProfileWrape .section2 {
    background: #0086d1;
}
.CompanyProfileWrape .section2 .title {
    padding-top: 90px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 68px;
    text-align: center;
}
.CompanyProfileWrape .section2 .title .space {
    margin-left: 30px;
    margin-right: 30px;
}
.CompanyProfileWrape .section2 .title .title-asset {
    color: #def3ff;
    font-weight: normal;
}
.CompanyProfileWrape .section2 .ul {
    padding-bottom: 120px;
}
.CompanyProfileWrape .section2 .ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.CompanyProfileWrape .section2 .ul li img {
    margin-bottom: 28px;
}
.CompanyProfileWrape .section2 .ul li .li-title {
    font-size: 20px;
}
.CompanyProfileWrape .section2 .ul li .li-text {
    width: 190px;
    margin: auto;
    margin-top: 13px;
    line-height: 1.6em;
}
.CompanyProfileWrape .section2 .foot .text {
    color: #ffffff;
}
.CompanyProfileCourseWrape .section1 {
    background: #ffffff;
}
.CompanyProfileCourseWrape .section1 .fixWidth {
    margin: 50px auto 60px;
    background: url('../img/course_bg.png') no-repeat;
    width: 651px;
    height: 911px;
    position: relative;
}
.CompanyProfileCourseWrape .section1 .fixWidth .course {
    position: absolute;
    font-size: 18px;
    color: #000000;
}
.CompanyProfileCourseWrape .section1 .fixWidth .course .course-title {
    font-size: 40px;
    font-weight: 600;
    color: #0086d1;
}
.CompanyProfileCourseWrape .section1 .fixWidth .course .course-text {
    position: relative;
    margin-top: 14px;
    margin-bottom: 30px;
}
.CompanyProfileCourseWrape .section1 .fixWidth .course .course-text img {
    float: left;
    position: relative;
    top: -3px;
}
.CompanyProfileCourseWrape .section1 .fixWidth .course .course-text .padd-p {
    padding-left: 50px;
}
.CompanyProfileCourseWrape .section1 .fixWidth .right1 {
    right: -145px;
    top: 94px;
}
.CompanyProfileCourseWrape .section1 .fixWidth .right1 .course-text {
    left: -47px;
}
.CompanyProfileCourseWrape .section1 .fixWidth .right2 {
    width: 265px;
    right: -288px;
    top: 363px;
}
.CompanyProfileCourseWrape .section1 .fixWidth .right2 .course-text {
    left: -140px;
}
.CompanyProfileCourseWrape .section1 .fixWidth .right3 {
    top: 784px;
    right: -292px;
}
.CompanyProfileCourseWrape .section1 .fixWidth .left1 {
    width: 300px;
    top: 151px;
    left: -102px;
}
.CompanyProfileCourseWrape .section1 .fixWidth .left1 .course-text {
    margin-left: 6px;
}
.CompanyProfileCourseWrape .section1 .fixWidth .left2 {
    width: 220px;
    top: 572px;
    left: -110px;
}
.CompanyProfileCourseWrape .section1 .fixWidth .left2 .course-text {
    margin-left: 6px;
}
.CompanyProfileCoreWrape .section1 {
    background: #f5f5f5;
}
.CompanyProfileCoreWrape .section1 .fixWidth {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 32px;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul {
    display: inline-block;
    margin: auto;
    text-align: center;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul li {
    padding: 28px 26px;
    width: 180px;
    text-align: center;
    height: 344px;
    border: 1px solid #0086d1;
    background: #ffffff;
    float: left;
    margin-right: 54px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 58px;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul li .name {
    font-size: 16px;
    color: #0086d1;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 2px;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul li .position {
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 2px;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul li .line {
    border-bottom: 1px solid #0086d1;
    width: 100px;
    margin: 10px auto;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul li .info {
    margin-bottom: 8px;
    text-align: left;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul li:nth-child(2n) {
    border: 1px solid #ff8e00;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul li:nth-child(2n) .line {
    border-bottom: 1px solid #ff8e00;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul li:nth-child(2n) .name {
    color: #ff8e00;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul li:nth-child(4n) {
    margin-right: 0;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul:nth-child(2) {
    display: inline-block;
    overflow: auto;
    text-align: center;
}
.CompanyProfileCoreWrape .section1 .fixWidth ul:nth-child(2) li:nth-child(2),
.CompanyProfileCoreWrape .section1 .fixWidth ul:nth-child(2) li:nth-child(3) {
    margin-right: 0;
}
.CompanyProfileCoreWrape .section2 {
    background: url(../img/core_bg_01.png) no-repeat;
    width: 100%;
    height: 1108px;
    background-size: 100% 100%;
    background-position: center;
}
.CompanyProfileCoreWrape .section2 .fixWidth {
    text-align: center;
}
.CompanyProfileCoreWrape .section2 .fixWidth .title {
    font-size: 40px;
    color: #ffffff;
    padding-top: 150px;
    margin-bottom: 104px;
}
.CompanyProfileCoreWrape .section2 .fixWidth .title .space {
    margin-left: 30px;
    margin-right: 30px;
}
.CompanyProfileCoreWrape .section2 .fixWidth .title .title-asset {
    color: #ebebeb;
    font-weight: normal;
}
.CompanyProfileCoreWrape .section2 .fixWidth .oranganition {
    position: relative;
    margin-bottom: 85px;
    width: 931.2px;
    height: 432.8px;
}
.CompanyProfileCoverageWrape .section1 {
    background: #ffffff;
}
.CompanyProfileCoverageWrape .section1 .fixWidth {
    font-size: 16px;
    color: #000000;
    padding: 90px 0;
}
.CompanyProfileCoverageWrape .section1 .fixWidth .div-icon {
    float: left;
}
.CompanyProfileCoverageWrape .section1 .fixWidth .div-text {
    float: left;
    width: 480px;
    margin-left: 30px;
    font-size: 15px;
    color: #000000;
}
.CompanyProfileCoverageWrape .section1 .fixWidth .div-text .title {
    font-weight: normal;
    font-size: 40px;
    color: #000000;
    margin-top: 60px;
    margin-bottom: 20px;
}
.CompanyProfileCoverageWrape .section1 .fixWidth .div-text .title .title-asset {
    font-size: 30px;
    color: #252525;
}
.CompanyProfileCoverageWrape .section1 .fixWidth .div-text .text {
    line-height: 1.8em;
}
.CompanyProfileCoverageWrape .section1 .fixWidth .div-text .text .text-blue {
    color: #009bf2;
    font-size: 22px;
    margin: 0 2px;
}
.CompanyProfileCoverageWrape .section1 .fixWidth .div-text .text .text-b {
    color: #009bf2;
    margin: 0 2px 0 0;
}
.CompanyProfileCoverageWrape .section1 .fixWidth .div-text .text1 {
    margin-bottom: 20px;
}
.CompanyProfileCoverageWrape .section1 .fixWidth .div-text .sketch {
    margin-top: 70px;
    font-size: 16px;
    color: #000000;
}
.CompanyProfileCoverageWrape .section1 .fixWidth .div-text .sketch li {
    display: inline-block;
    margin-right: 38px;
}
.CompanyProfileCoverageWrape .section1 .fixWidth .div-text .sketch li img {
    vertical-align: -2px;
    margin-right: 5px;
}
.CompanyProfileCoverageWrape .section2 {
    background: #f5f5f5;
}
.CompanyProfileCoverageWrape .section2 .fixWidth {
    padding-top: 60px;
    margin-bottom: 60px;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list {
    clear: both;
    margin-top: 30px;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list li {
    color: #000000;
    font-size: 16px;
    float: left;
    width: 20%;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list li .icon {
    float: left;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list li .number {
    position: relative;
    top: 6px;
    padding-left: 80px;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list li .number .p1 {
    color: #009bf2;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list li .number .p1 .num {
    font-size: 30px;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list li .number .p1 .fu {
    font-size: 20px;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list li .text {
    text-align: left;
    clear: both;
    font-size: 14px;
    margin-top: 40px;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list li .text p {
    margin-bottom: 2px;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list li .text .orange {
    color: #ff8712;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list li .text .blue {
    color: #009bf2;
}
.CompanyProfileCoverageWrape .section2 .fixWidth .list li:nth-child(3) .number .p1,
.CompanyProfileCoverageWrape .section2 .fixWidth .list li:nth-child(4) .number .p1 {
    color: #ff8712;
}
/*CompanyProfileWrape-------结束*/
/*服务介绍-------开始*/
.serviceIntroductionWrape .banner.swiper-container .banner-li-1 .left {
    width: 425px;
    z-index: 10;
}
.serviceIntroductionWrape .banner.swiper-container .banner-li-1 .right {
    top: 11px;
}
.serviceIntroductionWrape .section1 {
    background: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 100px;
}
.serviceIntroductionWrape .section1 .fixWidth .service-titile {
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 30px;
    color: #24b0ff;
}
.serviceIntroductionWrape .section1 .fixWidth .service-titile .s-right {
    font-weight: 500;
    color: #2797d6;
}
.serviceIntroductionWrape .section1 .fixWidth .service-con {
    float: left;
    width: 50%;
    margin-bottom: 65px;
}
.serviceIntroductionWrape .section1 .fixWidth .service-con ul li {
    padding-left: 30px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
}
.serviceIntroductionWrape .section1 .fixWidth .service-con ul li span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #000000;
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
}
.serviceIntroductionWrape .section1 .fixWidth .service-con .ul-w {
    width: 50%;
}
.serviceIntroductionWrape .section1 .fixWidth .service-con .ul-w-d {
    width: 40%;
}
.serviceIntroductionWrape .section1 .fixWidth .service-con .ul-w-k {
    width: 60%;
}
.serviceIntroductionWrape .section1 .fixWidth .service-con-1 {
    width: 30%;
}
.serviceIntroductionWrape .section1 .fixWidth .service-con-2 {
    width: 30%;
}
.serviceIntroductionWrape .section1 .fixWidth .service-con-3 {
    width: 40%;
}
.serviceIntroductionWrape .section1 .fixWidth .apart {
    text-align: center;
    margin-bottom: 80px;
}
.serviceIntroductionWrape .section1 .fixWidth .pic_text {
    color: #000000;
}
.serviceIntroductionWrape .section1 .fixWidth .pic_text .text {
    float: left;
    margin-left: 60px;
    width: 500px;
    font-size: 16px;
}
.serviceIntroductionWrape .section1 .fixWidth .pic_text .text .title {
    font-size: 30px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}
.serviceIntroductionWrape .section1 .fixWidth .pic_text .text .p {
    line-height: 1.8em;
    margin-bottom: 20px;
}
.serviceIntroductionWrape .section2 {
    padding: 90px 0 90px;
    text-align: center;
    font-size: 30px;
    color: #000000;
    font-weight: normal;
}
.serviceIntroductionWrape .section2 .service_icon {
    margin-top: 70px;
}
.serviceIntroductionWrape .section3 {
    background: #f5f5f5;
}
.serviceIntroductionWrape .section3 .fixWidth {
    font-size: 16px;
    color: #000000;
    padding: 90px 0;
}
.serviceIntroductionWrape .section3 .fixWidth .div-icon {
    float: left;
}
.serviceIntroductionWrape .section3 .fixWidth .div-text {
    float: left;
    width: 480px;
    margin-left: 30px;
    font-size: 15px;
    color: #000000;
}
.serviceIntroductionWrape .section3 .fixWidth .div-text .title {
    font-weight: normal;
    font-size: 30px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px;
}
.serviceIntroductionWrape .section3 .fixWidth .div-text .title .title-asset {
    font-size: 20px;
    color: #252525;
}
.serviceIntroductionWrape .section3 .fixWidth .div-text .text {
    line-height: 1.8em;
}
.serviceIntroductionWrape .section3 .fixWidth .div-text .text .text-blue {
    color: #009bf2;
    font-size: 22px;
    margin: 0 2px;
}
.serviceIntroductionWrape .section3 .fixWidth .div-text .text .text-b {
    color: #009bf2;
    margin: 0 2px 0 0;
}
.serviceIntroductionWrape .section3 .fixWidth .div-text .text1 {
    margin-bottom: 20px;
}
.serviceIntroductionWrape .section3 .fixWidth .div-text .sketch {
    font-size: 16px;
    color: #000000;
    margin-top: 70px;
}
.serviceIntroductionWrape .section3 .fixWidth .div-text .sketch li {
    display: inline-block;
    margin-right: 38px;
}
.serviceIntroductionWrape .section3 .fixWidth .div-text .sketch li img {
    vertical-align: -3px;
    margin-right: 5px;
}
.serviceIntroductionWrape .section4 {
    background: #ffffff;
}
.serviceIntroductionWrape .section4 .fixWidth .list {
    clear: both;
    margin-top: 30px;
}
.serviceIntroductionWrape .section4 .fixWidth .list li {
    color: #000000;
    font-size: 16px;
    float: left;
    width: 20%;
}
.serviceIntroductionWrape .section4 .fixWidth .list li .icon {
    float: left;
}
.serviceIntroductionWrape .section4 .fixWidth .list li .number {
    position: relative;
    top: 6px;
    padding-left: 80px;
}
.serviceIntroductionWrape .section4 .fixWidth .list li .number .p1 {
    color: #009bf2;
}
.serviceIntroductionWrape .section4 .fixWidth .list li .number .p1 .num {
    font-size: 30px;
}
.serviceIntroductionWrape .section4 .fixWidth .list li .number .p1 .fu {
    font-size: 20px;
}
.serviceIntroductionWrape .section4 .fixWidth .list li .text {
    text-align: left;
    clear: both;
    font-size: 14px;
    margin-top: 40px;
}
.serviceIntroductionWrape .section4 .fixWidth .list li .text p {
    margin-bottom: 2px;
}
.serviceIntroductionWrape .section4 .fixWidth .list li .text .orange {
    color: #ff8712;
}
.serviceIntroductionWrape .section4 .fixWidth .list li .text .blue {
    color: #009bf2;
}
.serviceIntroductionWrape .section4 .fixWidth .list li:nth-child(3) .number .p1,
.serviceIntroductionWrape .section4 .fixWidth .list li:nth-child(4) .number .p1 {
    color: #ff8712;
}
/*服务介绍-------结束*/
/*联系我们-------开始*/
.ContactUsWrape .banner-li-1 .content .left {
    top: 175px;
}
.ContactUsWrape .banner-li-1 .content .right {
    top: -52px;
    right: 0px;
}
.ContactUsWrape .section2 .item {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #000000;
    height: 350px;
}
.ContactUsWrape .section2 .item .con {
    padding-top: 70px;
    padding-bottom: 70px;
}
.ContactUsWrape .section2 .item .con .address {
    margin-bottom: 28px;
    font-size: 26px;
}
.ContactUsWrape .section2 .item .con .address img {
    vertical-align: -7px;
}
.ContactUsWrape .section2 .item .con img {
    vertical-align: -10px;
    margin-right: 12px;
}
.ContactUsWrape .section2 .item .con .div-con {
    margin-bottom: 20px;
}
.ContactUsWrape .section2 .item:nth-child(1) {
    background: #fffbf7;
}
.ContactUsWrape .section2 .item:nth-child(1) .con {
    float: left;
    padding-left: 90px;
}
.ContactUsWrape .section2 .item:nth-child(2) {
    background: #edf9ff;
}
.ContactUsWrape .section2 .item:nth-child(2) .con {
    float: left;
    padding-left: 90px;
}
.ContactUsWrape .section3 {
    background: #f7f7f8;
    padding-top: 110px;
    text-align: center;
    font-size: 26px;
    color: #000000;
}
.ContactUsWrape .section3 .p1 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #000000;
}
.ContactUsWrape .section3 .p2 {
    color: #0f8cd3;
    margin-bottom: 5px;
}
.ContactUsWrape .section3 .p3 {
    color: #6eb92b;
    margin-bottom: 20px;
}
.ContactUsWrape .section3 .p4 {
    margin-top: 20px;
    margin-bottom: 75px;
}
.ContactUsWrape .section3 .map {
    margin-bottom: 140px;
}
/*联系我们-------结束*/
/*加入我们-------开始*/
.JoinUsWrape .banner-li-1 .content .left {
    top: 175px;
    left: 100px;
}
.JoinUsWrape .banner-li-1 .content .right {
    top: -23px;
    right: 10px;
}
.JoinUsWrape .section2 {
    background: #f7f7f8;
    padding: 60px 0 36px;
}
.JoinUsWrape .section2 .order {
    padding-left: 80px;
    margin-bottom: 30px;
    color: #252525;
    font-size: 20px;
    font-weight: 500;
}
.JoinUsWrape .section2 .order .order-item {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #393939;
    float: left;
    vertical-align: middle;
    position: relative;
    top: 9px;
}
.JoinUsWrape .section2 .order .order-text {
    padding-left: 22px;
}
.JoinUsWrape .section3 {
    padding: 80px 0;
    background: #ffffff;
}
.JoinUsWrape .section3 .div-title {
    margin-bottom: 20px;
    color: #000000;
    font-size: 30px;
}
.JoinUsWrape .section3 .div-title img {
    position: relative;
    top: 7px;
    margin-right: 10px;
}
.JoinUsWrape .section3 .div-title .font-vioce {
    color: #252525;
    font-size: 20px;
    margin-left: 18px;
}
.JoinUsWrape .section3 .div-one {
    margin-bottom: 64px;
}
.JoinUsWrape .section3 .div-one ul > li {
    color: #000000;
    font-size: 18px;
    border: 1px solid #484848;
    width: 250px;
    height: 50px;
    text-align: center;
    float: left;
    line-height: 50px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.JoinUsWrape .section3 .div-one ul > li a {
    color: #000000;
    display: block;
    cursor: pointer;
}
.JoinUsWrape .section3 .div-one ul li.active,
.JoinUsWrape .section3 .div-one ul li:hover {
    border: 1px solid #0086d1;
    color: #ffffff;
    background: #0086d1;
}
.JoinUsWrape .section3 .div-one ul li.active a,
.JoinUsWrape .section3 .div-one ul li:hover a {
    color: #ffffff;
}
.JoinUsWrape .section3 .div-one ul > li:nth-child(4n) {
    margin-right: 0;
}
.JoinUsWrape .section3 .div-two {
    margin-bottom: 64px;
}
.JoinUsWrape .section3 .div-text {
    font-size: 16px;
    color: #000000;
}
.JoinUsWrape .section3 .div-text .leng {
    margin-left: 17.5px;
    width: 7px;
    height: 7px;
    background: #393939;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    display: block;
    float: left;
    position: relative;
    top: 10px;
}
.JoinUsWrape .section3 .div-text .text {
    padding-left: 39px;
}
.JoinUsWrape .section3 .div-text p {
    margin-bottom: 14px;
}
.JoinUsWrape .section3 .div-text .p {
    color: #20afff;
    font-weight: 600;
}
.JoinUsWrape .section3 .div-text .p .leng {
    background: #20afff;
}
.JoinUsWrape .section4 {
    background: #f7f7f8;
    padding: 70px 0;
    color: #000000;
}
.JoinUsWrape .section4 .fixWidth {
    text-align: center;
}
.JoinUsWrape .section4 .fixWidth .title {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}
.JoinUsWrape .section4 .fixWidth .font-vioce {
    font-size: 20px;
    margin-bottom: 54px;
    margin-top: 16px;
}
.JoinUsWrape .section4 .fixWidth .ul_list {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.JoinUsWrape .section4 .fixWidth .ul_list li {
    float: left;
    width: 33.33%;
    text-align: center;
}
.JoinUsWrape .section4 .fixWidth .ul_list li .t {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.JoinUsWrape .section4 .fixWidth .ul_list li .text {
    margin-bottom: 5px;
    font-size: 18px;
}
.JoinUsWrape .section5 {
    padding-top: 70px;
    color: #000000;
}
.JoinUsWrape .section5 .fixWidth {
    text-align: center;
}
.JoinUsWrape .section5 .fixWidth .title {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}
.JoinUsWrape .section5 .fixWidth .ul_list {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
    margin-top: 50px;
}
.JoinUsWrape .section5 .fixWidth .ul_list li {
    float: left;
    width: 25%;
    text-align: center;
}
.JoinUsWrape .section5 .fixWidth .ul_list li .t {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.JoinUsWrape .section5 .fixWidth .ul_list li .text {
    margin-bottom: 5px;
    font-size: 18px;
}
.JoinUsInfoWrape {
    position: relative;
    top: 70px;
}
.JoinUsInfoWrape .section1 {
    background: #f7f7f8;
    padding-top: 30px;
    font-size: 16px;
}
.JoinUsInfoWrape .section1 .nav {
    margin-bottom: 70px;
}
.JoinUsInfoWrape .section1 .nav a {
    cursor: pointer;
    color: #767676;
}
.JoinUsInfoWrape .section1 .nav a:hover {
    color: #0086d1;
}
.JoinUsInfoWrape .section1 .nav .blue {
    color: #0086d1;
}
.JoinUsInfoWrape .section1 .big_title {
    width: 670px;
    font-size: 30px;
    color: #0086d1;
    margin: 0 auto 30px;
    font-weight: normal;
}
.JoinUsInfoWrape .section1 .small_title {
    font-size: 20px;
    width: 670px;
    margin: 0 auto 10px;
}
.JoinUsInfoWrape .section1 .pession_ul {
    width: 670px;
    margin: 0 auto 40px;
}
.JoinUsInfoWrape .section1 .pession_ul li {
    font-size: 16px;
    color: #000000;
    list-style: disc;
    position: relative;
    left: 20px;
    margin-bottom: 8px;
}
.JoinUsInfoWrape .section1 .E-mail {
    color: #0086d1;
    font-size: 16px;
    width: 670px;
    margin: 0 auto 120px;
}
/*加入我们-------结束*/
/*核心优势-------开始*/
.CoreAdvantageWrape .banner .banner-li-1 .right {
    top: -23px;
    right: 10px;
}
.CoreAdvantageWrape .banner .banner-li-1 .left {
    left: 100px;
    top: 155px;
}
.CoreAdvantageWrape .banner .banner-li-1 .left .banner-text1 {
    margin-bottom: 20px;
}
.CoreAdvantageWrape .section2 {
    padding: 90px 0 120px;
    background: #ffffff;
}
.CoreAdvantageWrape .section2 .fixWidth {
    text-align: center;
    color: #000000;
}
.CoreAdvantageWrape .section2 .fixWidth .title {
    margin-bottom: 40px;
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}
.CoreAdvantageWrape .section2 .fixWidth .title span {
    color: #252525;
    font-weight: normal;
    margin-left: 20px;
}
.CoreAdvantageWrape .section2 .fixWidth .per_div {
    width: 500px;
    margin: auto;
    color: #000000;
    font-size: 16px;
    margin-bottom: 18px;
    text-align: left;
}
.CoreAdvantageWrape .section2 .fixWidth .per_div .icon {
    background: url('../img/advantage_01.png') no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    float: left;
    margin-right: 20px;
    position: relative;
    top: -1px;
}
.CoreAdvantageWrape .section2 .fixWidth .per_div:nth-child(2n + 1) .icon {
    background: url('../img/advantage_02.png') no-repeat;
    background-size: 100% 100%;
}
.CoreAdvantageWrape .section2 .fixWidth .apart {
    margin: 60px auto 50px;
}
.CoreAdvantageWrape .section2 .fixWidth .crc-team {
    width: 720px;
    font-size: 16px;
    color: #000000;
    margin: auto;
}
.CoreAdvantageWrape .section2 .fixWidth .crc-team .left,
.CoreAdvantageWrape .section2 .fixWidth .crc-team .right {
    float: left;
    width: 270px;
}
.CoreAdvantageWrape .section2 .fixWidth .crc-team .left img,
.CoreAdvantageWrape .section2 .fixWidth .crc-team .right img {
    margin-bottom: 17px;
}
.CoreAdvantageWrape .section2 .fixWidth .crc-team .left .p1,
.CoreAdvantageWrape .section2 .fixWidth .crc-team .right .p1 {
    margin: 17px auto;
    font-weight: 600;
}
.CoreAdvantageWrape .section2 .fixWidth .crc-team .dash-apart {
    float: left;
    width: 180px;
    text-align: center;
    position: relative;
    top: 47px;
}
.CoreAdvantageWrape .section3,
.CoreAdvantageWrape .section5 {
    background: url('../img/advantage_banner_02.png') no-repeat;
    height: 466px;
    width: 100%;
    background-size: 100% 100%;
}
.CoreAdvantageWrape .section3 .fixWidth,
.CoreAdvantageWrape .section5 .fixWidth {
    text-align: center;
    color: #000000;
    padding: 120px 0;
}
.CoreAdvantageWrape .section3 .fixWidth .title,
.CoreAdvantageWrape .section5 .fixWidth .title {
    margin-bottom: 15px;
    font-size: 30px;
    color: #000000;
    font-weight: 500;
}
.CoreAdvantageWrape .section3 .fixWidth .text-p,
.CoreAdvantageWrape .section5 .fixWidth .text-p {
    font-size: 20px;
    text-align: left;
    width: 800px;
    margin: 28px auto;
    line-height: 1.8em;
}
.CoreAdvantageWrape .section4 .fixWidth {
    padding: 135px 0;
    text-align: center;
}
.CoreAdvantageWrape .section4 .fixWidth .title {
    margin-bottom: 100px;
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}
.CoreAdvantageWrape .section4 .fixWidth .title span {
    color: #252525;
    font-weight: normal;
    margin-left: 20px;
}
.CoreAdvantageWrape .section4 .fixWidth .order-list {
    padding-left: 31px;
    padding-right: 80px;
    margin-top: 15px;
    margin-bottom: 60px;
}
.CoreAdvantageWrape .section4 .fixWidth .order-list .order-item {
    font-size: 16px;
    color: #000000;
    float: left;
    width: 115px;
}
.CoreAdvantageWrape .section4 .fixWidth .order-list .order-item p {
    margin-bottom: 5px;
}
.CoreAdvantageWrape .section4 .fixWidth .order-list .order-item:nth-child(2n + 1) {
    width: 214px;
}
.CoreAdvantageWrape .section4 .fixWidth .info-text {
    margin-bottom: 15px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}
.CoreAdvantageWrape .section5 {
    background: url('../img/advantage_banner_04.png') no-repeat;
    height: 466px;
    width: 100%;
    background-size: 100% 100%;
}
.CoreAdvantageWrape .section5 .fixWidth {
    padding: 80px 0;
}
.CoreAdvantageWrape .section6 {
    padding: 90px 0;
    background: #ffffff;
}
.CoreAdvantageWrape .section6 .fixWidth {
    text-align: center;
    color: #000000;
}
.CoreAdvantageWrape .section6 .fixWidth .title {
    margin-bottom: 15px;
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}
.CoreAdvantageWrape .section6 .fixWidth .apart-black {
    display: block;
    margin: 0 auto 40px;
}
.CoreAdvantageWrape .section6 .fixWidth .left-icon {
    float: left;
}
.CoreAdvantageWrape .section6 .fixWidth .right-text {
    text-align: left;
    padding-top: 25px;
    padding-left: 580px;
}
.CoreAdvantageWrape .section6 .fixWidth .right-text .title {
    text-align: left;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 12px;
    font-weight: 500;
}
.CoreAdvantageWrape .section6 .fixWidth .right-text ul {
    margin-bottom: 30px;
}
.CoreAdvantageWrape .section6 .fixWidth .right-text ul li {
    list-style: disc;
    left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.CoreAdvantageWrape .section7 {
    background: #f7f7f8;
    padding: 120px 0 0 0;
}
.CoreAdvantageWrape .section7 .fixWidth {
    text-align: center;
}
.CoreAdvantageWrape .section7 .fixWidth .title {
    margin-bottom: 26px;
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}
.CoreAdvantageWrape .section7 .fixWidth .title .orange {
    color: #ff8712;
}
.CoreAdvantageWrape .section7 .fixWidth .apart-black {
    display: block;
    margin: 0 auto 60px;
}
.CoreAdvantageWrape .section7 .fixWidth .list {
    width: 1000px;
    margin: 0 auto 60px;
}
.CoreAdvantageWrape .section7 .fixWidth .list .icon-left {
    float: left;
}
.CoreAdvantageWrape .section7 .fixWidth .list .text-right ul {
    position: relative;
    text-align: left;
    padding-left: 265px;
    font-size: 16px;
    color: #000000;
}
.CoreAdvantageWrape .section7 .fixWidth .list .text-right ul .blue {
    color: #0086d1;
    text-align: left;
}
.CoreAdvantageWrape .section7 .fixWidth .list .text-right ul .orange {
    color: #ec7502;
}
.CoreAdvantageWrape .section7 .fixWidth .list .text-right ul li {
    position: absolute;
}
.CoreAdvantageWrape .section7 .fixWidth .list .text-right ul li .padd-left {
    padding-left: 28px;
    margin-top: 5px;
}
.CoreAdvantageWrape .section7 .fixWidth .list .text-right ul li .left {
    position: relative;
    left: -16px;
    margin-top: 5px;
}
.CoreAdvantageWrape .section7 .fixWidth .list .text-right ul li:nth-child(1) {
    left: 230px;
    top: 24px;
}
.CoreAdvantageWrape .section7 .fixWidth .list .text-right ul li:nth-child(2) {
    left: 275px;
    top: 93px;
}
.CoreAdvantageWrape .section7 .fixWidth .list .text-right ul li:nth-child(3) {
    top: 135px;
    left: 284px;
}
.CoreAdvantageWrape .section7 .fixWidth .list .text-right ul li:nth-child(4) {
    top: 179px;
    left: 280px;
}
.CoreAdvantageWrape .section7 .fixWidth .list .text-right ul li:nth-child(5) {
    left: 257px;
    top: 223px;
}
.CoreAdvantageWrape .section7 .fixWidth .list .green-text li:nth-child(1) {
    margin-bottom: 48px;
}
/*核心优势-------结束*/
/*首页-------开始*/
.index-header {
    background: rgba(255, 255, 255, 0.08);
}
.index-footer {
    background: rgba(26, 26, 26, 0.5);
}
.IndexWrape {
    overflow: hidden;
}
.IndexWrape .footFix {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 20;
}
.IndexWrape .foot {
    position: fixed;
    z-index: 20;
    bottom: 60px;
    width: 100%;
    padding-bottom: 40px;
}
.IndexWrape .index-banner .banner-li {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 2s ease-in-out 0s;
}
.IndexWrape .index-banner .banner-li-1 {
    background: url(../img/index_banner_01.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.IndexWrape .index-banner .banner-li-2 {
    background: url(../img/index_banner_02.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.IndexWrape .index-banner .banner-li-2 .content {
    height: 78px;
    margin-top: -39px;
}
.IndexWrape .index-banner .banner-li-3 {
    background: url(../img/index_banner_03.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.IndexWrape .index-banner .banner-li-3 .content {
    height: 78px;
    margin-top: -39px;
}
.IndexWrape .index-banner .content {
    position: absolute;
    text-align: center;
    top: 50%;
    height: 270px;
    margin-top: -145px;
    left: 50%;
    width: 1100px;
    margin-left: -550px;
    color: #ffffff;
    font-weight: 600;
}
.IndexWrape .index-banner .content .banner-text {
    font-size: 28px;
    color: #ffffff;
}
.IndexWrape .index-banner .content img {
    display: block;
    margin: auto;
}
.IndexWrape .index-banner .content .apart {
    margin: 18px auto;
}
.IndexWrape .index-banner .content .index-big-title {
    font-size: 50px;
}
.IndexWrape .index-banner .content .index-text {
    font-size: 30px;
}
.IndexWrape .index-banner .banner-li-2,
.IndexWrape .index-banner .banner-li-3 {
    opacity: 0;
}
.IndexWrape .index-banner .banner-li-2 .content,
.IndexWrape .index-banner .banner-li-3 .content {
    margin-top: -95px;
}
/*首页-------结束*/
/*news新闻-------开始*/
.newsWrape {
    padding-top: 120px;
    background: #f8f8f8;
}
/* .newsWrape {
  padding-top: 120px;
  background: #f8f8f8;
}
.newsWrape .content {
  width: 1100px;
  margin: auto;
  min-height: 500px;
  padding-bottom: 40px;
}
.newsWrape .content .list-ul {
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
}
.newsWrape .content .list-ul > .li {
  cursor: pointer;
  position: relative;
  padding: 15px;
  height: 111px;
  border-bottom: 1px solid #efefef;
}
.newsWrape .content .list-ul > .li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.newsWrape .content .list-ul > .li > a > .left-img {
  width: 160px;
  height: 110px;
  float: left;
}
.newsWrape .content .list-ul > .li > a > .left-img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.newsWrape .content .list-ul > .li > a > .right-text {
  padding-left: 180px;
}
.newsWrape .content .list-ul > .li > a > .right-text > .big-title {
  font-size: 20px;
  color: #060606;
  font-weight: 400;
  margin-bottom: 8px;
}
.newsWrape .content .list-ul > .li > a > .right-text .classfiy {
  margin-right: 20px;
}
.newsWrape .content .list-ul > .li > a > .right-text > .last {
  bottom: 15px;
  position: absolute;
}
.newsWrape .content .list-ul > .li > a > .right-text .info,
.newsWrape .content .list-ul > .li > a > .right-text .date,
.newsWrape .content .list-ul > .li > a > .right-text .classfiy {
  font-size: 13px;
  color: #888888;
}
.newsWrape .content .list-ul > .li:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.newsWrape .content .list-ul > .no-data {
  text-align: center;
  padding: 100px 0;
}
.newsWrape .content .list-ul > .no-data > img {
  margin: auto;
}
.newsWrape .content .list-ul > .no-data > p {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
} */
.p-wrape > .pagination {
    text-align: right;
}
/*news新闻-------结束*/
/*news新闻详情页面-------开始*/
.newsInfoWrape {
    padding-top: 120px;
    background: #f8f8f8;
}
.newsInfoWrape .content {
    width: 1100px;
    margin: auto;
    padding-bottom: 40px;
}
.newsInfoWrape .content .goBackBtn {
    color: #0086d1;
}
.newsInfoWrape .content .js-title {
    color: #0086d1;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.newsInfoWrape .content .summary {
    background: #dff2fd;
    color: #656565;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.newsInfoWrape .content .date {
    font-size: 12px;
    color: #999;
    margin-bottom: 30px;
    text-align: right;
}
/*news新闻详情页面-------结束*/

.bxWrapper {
    display: flex;
    padding: 70px 0;
    width: 960px;
    margin: 0 auto;
}
.bx-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 18px;
}
.bxWrapper-box a {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 18px;
    display: block;
    color: #000;
}
.bxWrapper-box a:hover {
    color: #0086d1;
}
.bxWrapper-box span {
    font-size: 12px;
    font-weight: 400;
}
.bxWrapper-box .address {
    display: flex;
    align-items: baseline;
    margin-bottom: 18px;
}
.bxWrapper-box .address .content {
    width: 270px;
}
.bxWrapper-box .address .content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
}
.ewm-box p {
    font-size: 12px;
    text-align: center;
}
.bxNews {
    padding: 80px 108px;
    background: #f5f5f5;
}
.bxNews .bxNews-inner {
    background: #fff;
    padding: 80px 0;
}
.bxNews .bxNews-inner .content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bxNews .bxNews-inner .content .bxInfo h3 {
    color: #009bf2;
    font-size: 28px;
    margin-bottom: 20px;
}
.bxNews .bxNews-inner .content .bxInfo p {
    font-size: 16px;
    color: #333;
}
