@font-face {
    font-family: HELVETICANEUELTPRO-THEX;
    src: url(../fonts/HELVETICANEUELTPRO-THEX.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dd {
    margin: 0;
    color: #333;
}

p,
span,
a,
dd,
li {
    font-size: 14px;
}

.container {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.container2 {
    padding: 0;
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

ul,
ol,
body,
html,
p {
    margin: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

html {
    max-width: 1920px;
    margin: 0 auto;
    font-size: 14px;
}

a {
    text-decoration: none!important;
    color: #004ea2
}

a:hover {
    transition: all 300ms linear;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
}


/* 首页 */

.logo {
    float: left;
    margin-top: 35px;
}

.nav {
    min-width: 1200px;
}

.nav-list li .second {
    display: none;
    width: 100%;
    background-color: #f1f1f1;
    overflow: hidden;
    position: absolute;
    left: 0;
    padding: 30px 0;
    z-index: 99;
    top: 130px;
}

.nav-list li:hover .second {
    display: block
}

.nav-list .second li {
    float: left;
    margin: 10px 0;
    line-height: 50px;
}

.nav-list .second .cont ul {
    width: 43%;
    float: left;
    margin-right: 20px;
}

.nav-list .second .left {
    width: 40%;
    float: left;
}

.nav-list .second .left .title {
    font-size: 22px;
    color: #4e4e4e;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 30px;
    text-align: left
}

.nav-list .second .left .detail {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 30px;
    width: 80%;
    text-align: left
}

.nav-list .second .cont {
    width: 25%;
    float: left;
    padding: 0 3%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.nav-list .second .cont li {
    float: left;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #fff solid;
    margin: 0
}

.nav-list .second .cont li a {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 40px;
    color: #666;
    font-size: 16px;
}

.nav-list .second .right {
    float: right;
    width: 25%;
}

.nav-list {
    float: right;
}

.nav-list li {
    float: left;
    line-height: 135px;
    font-size: 16px;
    margin-left: 70px;
}

.nav-list li a {
    color: #333;
    font-size: 16px;
}

.nav-list li:hover a,
.nav-list .on a {
    color: #ff7019;
}

.baner {
    position: relative;
}

.banner .swiper-button-prev {
    left: 50px;
}

.banner .swiper-button-next {
    right: 50px;
}

.banner .container {
    overflow: unset;
    margin-top: -100px;
    position: relative;
    z-index: 99;
}

.head-cont {
    width: 1200px;
    height: 200px;
    background: #fff;
    box-shadow: 0 2px 9px 0 rgba(0, 43, 89, 0.22);
    -moz-box-shadow: 0 2px 9px 0 rgba(0, 43, 89, 0.22);
    -webkit-box-shadow: 0 2px 9px 0 rgba(0, 43, 89, 0.22);
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.head-cont h1 {
    font-size: 28px;
    color: #191c3d;
    text-align: center;
}

.head-cont .input {
    margin-top: 30px;
}

.head-cont input {
    background: #f6f8fb;
    color: #afafb0;
    border: 1px #eeeeee solid;
    height: 44px;
    border-radius: 30px;
    float: left;
    margin-right: 36px;
    padding: 0 24px;
}

.head-cont .demand {
    width: 550px;
}

.head-cont .tel {
    width: 240px;
}

.head-cont button {
    cursor: pointer;
    height: 44px;
    border-radius: 30px;
    float: left;
    background: #2468f2;
    color: #fff;
    width: 140px;
    padding: 0 24px;
    font-size: 16px;
}

.index-title {
    margin: 60px 0;
    overflow: hidden;
    text-align: center;
}

.index-title h1 {
    font-size: 30px;
}

.index-title .line {
    height: 3px;
    width: 44px;
    margin: 20px auto 0 auto;
    background: #2468f2;
}

.index01 {
    overflow: hidden;
}

.index01 li {
    width: 33.33%;
    float: left;
    text-align: center;
    height: 255px;
}

.index01 li a {
    display: block;
}

.index01 h1 {
    font-size: 20px;
    margin: 30px 0;
}

.index01 p {
    color: #a9b0b4;
    line-height: 24px;
}

.index01 .img {
    margin-top: 26px;
}

.index01 .img img {
    height: 57px;
}

.index01 li:hover {
    background: #f5f5f5;
}

.index02 {
    background: url(../images/index_24.jpg) center no-repeat;
    height: 634px;
}

#requirement {
    background-image: url(../images/index_24.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#requirement h1 {
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    margin: 48px auto 26px;
    width: 1200px;
    color: #303030;
}

#requirement p {
    width: 1200px;
    margin: auto;
    text-align: center;
    color: #767676;
    font-size: 16px;
    padding-bottom: 26px;
}

#requirement #stage {
    width: 1200px;
    margin: auto;
    border-bottom: 3px solid #cfd2d4;
    float: left;
}

#requirement #stage div.title-box {
    position: relative;
    padding-bottom: 20px;
    float: left;
    text-align: center;
    width: 171.4px;
    box-sizing: border-box;
}

#requirement #stage div.title-box div.img-box {
    height: 85px;
}

#requirement #stage div.title-box div.img-box img {
    opacity: 0.7;
}

#requirement #stage div.title-box b {
    font-size: 26px;
    font-weight: normal;
    color: #111;
}

#requirement #stage div.title-box .float {
    float: left;
    margin-left: 50%;
}

#requirement #stage div.title-box .float img {
    position: relative;
    bottom: -34px;
    left: -50%;
}

#requirement #stage .title-box:nth-of-type(1) .img-box img {
    margin-top: 2px;
}

#requirement #stage .title-box:nth-of-type(5) .img-box img {
    margin-top: 5px;
}

#requirement #stage .title-box:nth-of-type(4) .img-box img {
    margin-top: 5px;
}

#requirement #stage .title-box:nth-of-type(2) .img-box img,
#requirement #stage .title-box:nth-of-type(3) .img-box img {
    margin-top: -7px;
}

#requirement #stagelist {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 30px 0 25px;
    color: #767676;
    font-size: 14px;
    line-height: 26px;
}

#requirement #stagelist>li {
    float: left;
    width: 171.4px;
}

#requirement #stagelist>li ul.listcentent li {
    text-align: center;
}

.works_link {
    width: 1200px;
    height: 72px;
    margin: auto;
    line-height: 72px;
    border-top: 1px dotted #d1d1d1;
    text-align: center;
    font-size: 14px;
    -webkit-animation: gdownIn 1s 1.2s both;
    -moz-animation: gdownIn 1s 1.2s both;
    animation: gdownIn 1s 1.2s both;
}

.works_link span {
    margin: 0 23px;
}

.works_link a {
    margin: 0 23px;
    color: #a4a4a4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.works_link a:hover {
    color: #333;
}

.works_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-animation: gfadeIn 1s 1.5s both;
    -moz-animation: gfadeIn 1s 1.5s both;
    animation: gfadeIn 1s 1.5s both;
}

#works {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#works ul {
    width: 100%;
    overflow: hidden;
    float: left;
}

#works li {
    float: left;
    width: 24%;
    *width: 24.97%;
    text-align: center;
    margin: 0 0.5%;
}

#works li a {
    display: block;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#works li article {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.4%;
    overflow: hidden;
}

#works li article img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#works li article summary {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    line-height: 50px;
    color: #a9a9a9;
    background: rgba(0, 0, 0, 0.5);
    background: #666666;
    text-align: left;
    text-indent: 20px;
    z-index: 3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#works li h5 {
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding-top: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#works li span {
    line-height: 22px;
    font-size: 14px;
    color: #999;
    display: block;
    padding-bottom: 18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#works li a:hover {
    background-color: transparent;
}

#works li a:hover h5,
#works li a:hover span {
    color: #fff;
}

#works li a:hover article summary {
    bottom: 0;
}

#works li a:hover article img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

#works ul li a:hover article:before {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
}

#works ul li a:hover article:after {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

#works_ctrl {
    width: 100%;
    height: 85px;
    background: #f1f1f1;
    box-shadow: 0 2px 20px #edecec inset;
    text-align: center;
    font-size: 14px;
}

#works_ctrl button {
    width: 52px;
    height: 50px;
    display: inline-block;
    margin: 17px 5px;
    border: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#works_ctrl #works_prev {
    background: #fff url(../images/works_arr.png) no-repeat 0 0;
}

#works_ctrl #works_prev:hover {
    background: #333 url(../images/works_arr.png) no-repeat -52px 0;
}

#works_ctrl #works_next {
    background: #fff url(../images/works_arr.png) no-repeat -52px -50px;
}

#works_ctrl #works_next:hover {
    background: #333 url(../images/works_arr.png) no-repeat 0 -50px;
}

#works_prev,
#works_next,
#works_more {
    border-radius: 2px;
    vertical-align: middle;
}

#works_more {
    display: inline-block;
    width: 92px;
    height: 50px;
    background: #fff url(../images/works_more.png) no-repeat center -50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    vertical-align: middle;
}

#works_more:hover {
    background: #333 url(../images/works_more.png) no-repeat center 0;
}

.wpeiog {
    width: 100%;
    min-width: 768px;
    height: 440px;
    overflow: hidden;
    display: block;
}

.opsai_logo {
    width: 275px;
    height: 80px;
    margin: 75px auto 40px;
}

.opsai_kn {
    width: calc(100% - 60px);
    padding: 0 30px;
    line-height: 30px;
    font-size: 12px;
    color: #dcdcdc;
    margin: auto;
    overflow: hidden;
    text-align: center;
}

.opsai_kn p {
    color: #fff;
    width: 810px;
    margin: 0 auto;
}

.wpeiog:hover .opsai_kn {
    color: #f5f5f5;
}

.sdi_il {
    max-width: 1200px;
    min-width: 768px;
    min-height: 40px;
    overflow: hidden;
    padding: 40px 0;
    font-size: 30px;
    color: #323232;
    text-align: center;
    margin: auto;
    background: #fff;
    box-shadow: 0 5px 10px rgba(220, 220, 220, 0.59);
    position: relative;
    top: -60px;
    z-index: 2;
}

.spdui_n {
    max-width: 1200px;
    min-width: 768px;
    overflow: hidden;
    margin: auto;
    padding: 20px 0 30px;
}

.spdui_n li {
    width: 29.333%;
    margin: 0 2% 20px;
    float: left;
    overflow: hidden;
    position: relative;
    transition: all .2s linear;
    top: 0;
    cursor: pointer;
}

.spdui_n_1 {
    width: 150px;
    height: 150px;
    margin: 15px auto;
    box-shadow: 0 0 15px #dcdcdc;
    border-radius: 50%;
}

.spdui_n_2 {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #313131;
}

.spdui_n_3 {
    width: 90%;
    min-height: 168px;
    line-height: 24px;
    font-size: 12px;
    color: #636363;
    text-align: center;
    margin: auto;
}

.spdui_n li:hover {
    top: -10px;
    box-shadow: 0 14px 40px #dbdbdb;
    z-index: 5;
}

.spdui_n li:hover .spdui_n_2 {
    color: #0080ff;
}

.index-honor {
    background: url(../images/index-bg4.jpg) center no-repeat;
    height: 680px;
    overflow: hidden;
}

.index-honor .container {
    width: 1600px;
    position: relative;
}

.index-honor .swiper-container {
    width: 1500px;
}

.index-honor .swiper-slide img {
    width: 100%;
    height: auto;
}


/*合作*/

.aigav {
    width: 100%;
    height: 160px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.alu_us {
    max-width: 1200px;
    height: 120px;
    padding: 0 0 40px;
    text-align: center;
    margin: auto;
    margin-bottom: 60px;
}

.alu_us span {
    width: 33.333%;
    height: 120px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #656565;
    display: inline-block;
    margin: 0 -5px;
}

.alu_us .font .num,
.alu_us .font .plus {
    font-size: 60px;
    color: #323232;
    line-height: 70px;
    font-family: HELVETICANEUELTPRO-THEX;
}


/* ,方正兰亭超细黑简体!important */

.alu_us:after {
    content: "";
    display: block;
    width: 15%;
    height: 2px;
    background: #000;
    margin: auto;
    margin-top: 40px;
}

.alu_us img {
    width: 100%;
}

.hez_nj {
    max-width: 1200px;
    overflow: unset;
    margin: auto;
    padding: 60px 0;
}

.hez_nj_op {
    width: 16.667%;
    position: relative;
    float: left;
    overflow: hidden;
    display: block;
    transition: all .3s ease 0s;
}

.hez_nj_op:hover {
    box-shadow: 0 14px 40px #dbdbdb;
    z-index: 5;
}

@media(max-width:1300px) {
    .alu_us {
        margin-bottom: 20px;
    }
}

.hez_nj_op img {
    width: 100%;
}

.hez_nj_op_yca {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all/* .5s */
    .3s linear;
}

.hez_nj_op:hover .hez_nj_op_yca {
    /*  transform:scale(1.2); */
    opacity: 0;
}

.hez_page {
    max-width: 1200px;
    height: 60px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px auto 40px;
    text-align: center;
    line-height: 60px;
    float: left;
    width: 100%;
}

.hez_page a {
    display: inline-block;
    color: #323232;
    margin: 0 15px;
    font-size: 12px;
}

.hez_page a:hover {
    color: #0080ff;
}

.hez_page a:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #0080ff;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hez_page a:hover:after {
    width: 100%;
}

.hez_jk {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.hez_gz {
    width: 25%;
    height: 40px;
    padding: 4px;
    border: 1px solid #0080ff;
    color: #fff;
    margin: 10px auto;
    display: block;
}

.hez_gz_z {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0080ff;
}

@media(max-width:1300px) {
    .hez_page {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

.hez_nj a {
    display: flex;
    justify-content: center;
    align-items: Center;
    width: 19.83%;
    border: 1px #dcdcdc solid;
}

#lteu_top_7 .container {
    overflow: unset;
}

.index05 {
    background: #f7f7f7;
    overflow: hidden;
}

.index05 .title-swiper {
    width: 100%;
    margin-bottom: 50px;
}

.index05 .title-swiper .swiper-slide dd {
    margin: 0;
    text-align: center;
}

.index05 .title-swiper .swiper-slide dd a {
    color: #5a5a5a;
    font-size: 18px;
    position: relative;
}

.index05 .tabs::before {
    content: '';
    position: absolute;
    width: 1200px;
    height: 1px;
    background: #dcdcdc;
    top: 40%;
}

.index05 .title-swiper .on dd a {
    color: #0080ff;
}

.index05 .tabs .img {
    width: 88px;
    height: 48px;
    border: 1px #5a5a5a solid;
    border-radius: 30px;
    margin: 0 auto;
    background-color: #f7f7f7 !important;
}

.index05 .tabs .on .img {
    border: 1px #0080ff solid;
}

.index05 .tabs .img01 {
    background: url(../images/news1_62.png) center no-repeat;
}

.index05 .tabs .img02 {
    background: url(../images/news_56.png) center no-repeat;
}

.index05 .tabs .img03 {
    background: url(../images/news_59.png) center no-repeat;
}

.index05 .tabs .on .img01 {
    background: url(../images/news_62.png) center no-repeat;
}

.index05 .tabs .on .img02 {
    background: url(../images/news1_56.png) center no-repeat;
}

.index05 .tabs .on .img03 {
    background: url(../images/news1_59.png) center no-repeat;
}

.index05 .news-swiper ul {
    width: 50%;
}

.index05 .news-swiper a {
    display: block;
}

.index05 .news-swiper li {
    width: 90%;
    position: relative;
    float: left;
    background: #fff;
    padding: 27px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px #fff solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.index05 .news-swiper .date {
    width: 83px;
    height: 83px;
    background: #b5b5b5;
    position: relative;
    float: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.index05 .news-swiper .nei {
    width: 74px;
    height: 74px;
    border: 2px #c9c9c9 solid;
    background: #b5b5b5;
    position: absolute;
    top: 2px;
    left: 2px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.index05 .news-swiper .nei p {
    font-size: 41px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px #d2d2d2 solid;
}

.index05 .news-swiper .txt {
    float: right;
    width: 78%;
}

.index05 .news-swiper .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    margin-bottom: 10px;
}

.index05 .news-swiper .detail {
    line-height: 20px;
    color: #9e9e9e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index05 .news-swiper .arrow {
    position: absolute;
    width: 17px;
    height: 17px;
    line-height: 17px;
    background: #2468f2;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    display: none;
}

.index05 .news-swiper .left {
    float: left;
}

.index05 .news-swiper .right {
    float: right;
}

.index05 .news-swiper li:hover {
    border: 1px #2468f2 solid;
}

.index05 .news-swiper li:hover .arrow {
    display: block;
}

.index05 .news-swiper li:hover .date,
.index05 .news-swiper li:hover .nei {
    background: #2468f2;
}

.index05 .news-swiper li:hover .title {
    color: #2468f2;
}


/** 优化栏目 **/

.plate-nav ul li {
    float: left;
    width: 525px;
    padding: 25px 25px 20px;
    border: 1px solid #f1f1f1;
    margin-top: 25px;
}

.plate-nav ul li:nth-of-type(even) {
    float: right;
}

.plate-nav ul li h5 {
    width: 100%;
    padding-bottom: 10px;
}

.plate-nav ul li h5 a {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.plate-nav ul li .childer-a a {
    min-width: 85px;
    float: left;
    display: block;
    font-size: 12px;
    margin: 0 0 5px 0;
    color: #666;
}


/** city **/

.citys {
    margin: 40px 0;
    overflow: hidden;
}

.citys ul li {
    padding-bottom: 20px;
}

.citys ul li h5 {
    font-size: 16px;
    color: #000;
    background: #e3e3e3;
    width: 180px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    border-radius: 20px;
    margin-bottom: 20px;
}

.citys ul li a {
    width: 120px;
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
    margin: 0 20px 8px 0;
}

.foot {
    background: #1d1d25;
}

.foot .nav-foot {
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
}

.foot .nav-foot::before {
    content: '';
    position: absolute;
    width: 1200px;
    height: 1px;
    background: #77777c;
    top: 50%;
    left: 0;
}

.foot .nav-foot a {
    color: #fff;
    padding: 0 30px;
    font-size: 16px;
}

.foot .cont-foot {
    text-align: center;
    color: #bbbbbd;
    margin-bottom: 20px;
}

.foot .cont-foot span {
    margin: 0 20px;
}

.foot .friendlink {
    line-height: 63px;
    border-top: 1px #3f3f50 solid;
    color: #bbbbbd;
    font-size: 16px;
}

.foot .friendlink a {
    font-size: 16px;
    color: #bbbbbd;
    margin-right: 20px;
}

.foot .bbdr {
    background: #1d1d25;
    position: absolute;
    left: 20%;
}

.section-five {
    width: 100%;
    height: 898px;
    padding-top: 78px;
    box-sizing: border-box;
    background: #F5F7F8;
}

.section-five .section-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.section-five .title {
    font-family: PingFang SC;
    font-weight: 600;
    text-align: center;
}

.section-five .title h3 {
    font-size: 28px;
    color: #333333;
    line-height: 36px;
}

.section-five .title p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-top: 10px;
}

.section-five .centent {
    margin-top: 64px;
    height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-five .centent>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-five .centent>ul>li {
    width: 400px;
    height: 505px;
    padding: 0 98px;
    box-sizing: border-box;
    background: #fffeff;
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 0.2s 0s;
}

.section-five .centent>ul>li .top {
    text-align: center;
    padding-bottom: 26px;
    border-bottom: 1px dashed #dadfea;
}

.section-five .centent>ul>li .top img {
    display: inline-block;
    width: 56px;
    height: 46px;
}

.section-five .centent>ul>li .top h3 {
    font-size: 22px;
    font-family: PingFang;
    font-weight: 500;
    color: #333333;
    margin-top: 45px;
}

.section-five .centent>ul>li .center {
    width: 193px;
    height: 124px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.section-five .centent>ul>li .center .center-left {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.section-five .centent>ul>li .center .center-left li {
    color: #666;
}

.section-five .centent>ul>li .center .center-right {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.section-five .centent>ul>li .center .center-right li {
    margin-bottom: 12.5px;
    color: #666;
}

.section-five .centent>ul>li .bottom {
    width: 166px;
    height: 42px;
    background: #45a2f7;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    margin-top: 71px;
}

.section-five .centent>ul .active {
    height: 600px;
    box-shadow: 0px 0px 49px 0px rgba(83, 160, 255, 0.18);
    z-index: 3;
}

.section-six {
    width: 100%;
    height: 833px;
    padding-top: 78px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.section-six .title {
    text-align: center;
}

.section-six .title h3 {
    font-size: 28px;
    color: #333333;
    line-height: 36px;
}

.section-six .content {
    flex: 1;
    width: 1200px;
    margin: 0 auto;
    margin-top: 104px;
}

.common-bg {
    background: #F8FAFF;
}

.pb40 {
    padding-bottom: .4rem;
}

.section-four {
    background: #f8faff;
    padding-top: 78px;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.section-four .title {
    font-family: PingFang SC;
    font-weight: 600;
    text-align: center;
}

.section-four .title h3 {
    font-size: 28px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 40px;
}

.section-four .title p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-top: 10px;
}

.common-width {
    width: 12rem;
    margin: 0 auto;
    margin: 40px auto;
    overflow: hidden;
}

.select-list .item {
    float: left;
    position: relative;
    width: 3.7rem;
    height: 1.95rem;
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0.3rem 0.9rem 0 0.32rem;
    cursor: default;
}

.select-list .item:nth-child(3n + 1) {
    margin-left: 0;
}

.select-list .item:hover {
    z-index: 3;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 34, 61, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(0, 34, 61, 0.06);
}

.select-list .item .title {
    font-size: 0.24rem;
    text-align: left;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}

.select-list .item .item-list {
    margin-top: 0.24rem;
}

.select-list .item .item-item {
    display: block;
    width: 2.24rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
    text-align: justify;
    color: #666;
}

.select-list .item .item-item+.item-item {
    margin-top: 0.08rem;
}

.select-list .item .icon {
    position: absolute;
    right: 0.32rem;
    bottom: 0.32rem;
    width: 0.52rem;
}

.select-list .item:hover .title {
    color: #58a9ec;
}

.common-bg {
    background: #f8faff;
    padding-bottom: 70px
}

.common-title-part {
    padding: .72rem 0 .5rem;
    text-align: center;
}

.common-title-part .title {
    display: inline-block;
    position: relative;
    font-size: .32rem;
    font-weight: normal;
}

.common-width {
    width: 12rem;
    margin: 0 auto;
}

.strategy-list .item {
    float: left;
    width: 2.4rem;
    height: 2.04rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.45rem 0;
}

.strategy-list .item .icon {
    width: 0.66rem;
}

.strategy-list .item .info {
    display: block;
    margin-top: 0.23rem;
    font-size: 0.18rem;
}

.superiority-list .item {
    position: relative;
    float: left;
    width: 3.8rem;
    height: 3.06rem;
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
    color: #fff;
    cursor: default;
}

.superiority-list .item:nth-child(3n + 1) {
    margin-left: 0;
}

.superiority-list .item .default {
    padding-top: 0.89rem;
    text-align: center;
}

.superiority-list .item .icon {
    width: 0.6rem;
}

.superiority-list .item .title {
    font-size: 0.28rem;
    margin-top: 0.28rem;
    color: #fff;
    font-weight: normal;
}

.superiority-list .item .hover-part {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 0.51rem;
    text-align: center;
    background: rgba(88, 169, 236, 0.94);
}

.superiority-list .item .hover-part .info {
    display: block;
    font-size: 0.16rem;
    line-height: 0.36rem;
    margin-top: 0.12rem;
}

.superiority-list .item:hover .default {
    display: none;
}

.superiority-list .item:hover .hover-part {
    display: block;
}

.common-gradients-btn-out {
    text-align: center;
    padding-top: .6rem;
    font-size: .14rem;
}

.common-gradients-btn-out .btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding: 14px 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(255, 71, 71, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(255, 71, 71, 0.4);
    background-color: #ff563e;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7f5d), to(#ff563e));
    background-image: linear-gradient(to right, #ff7f5d, #ff563e);
}

.common-gradients-btn-out .btn:hover {
    opacity: 0.9;
}

.index-zt {
    background: #fff;
    padding: 80px;
}

.index-zt-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.head-tip {
    text-align: center;
}

.head-tip h2 {
    line-height: 34px;
    font-size: 24px;
    font-weight: normal;
}


/*首页项目*/

.index-xm {
    margin-top: 40px;
}

.index-xm ul li {
    height: 176px;
    width: 33.33%;
    float: left;
    padding: 40px 0;
}

.index-xm ul li .box {
    text-align: center;
}

.index-xm ul li .img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s 0s;
}

.index-xm ul li img {
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
}

.index-xm ul li h4 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
}

.index-xm ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #a9b0b4;
    padding: 0 10px;
}

.index-xm ul li a.more {
    margin-top: 10px;
    display: none;
    height: 24px;
    line-height: 24px;
    color: #1989c8;
    text-decoration: underline;
}

.index-xm ul li:hover {
    background: #f5f5f5;
}

.index-xm ul li:hover .img {
    margin-top: -20px;
}

.index-xm ul li:hover a.more {
    display: block;
}

.index-xm ul li.four {
    width: 25%;
}

.cpys-bg {
    background-image: url(../images/cpys.png);
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
}


/*产品优势*/

.cpys {
    margin-top: 40px;
}

.cpys ul {
    margin-left: -60px;
}

.cpys ul li {
    height: 176px;
    width: 25%;
    float: left;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s 0s;
}

.cpys ul li .box {
    text-align: center;
    margin-left: 60px;
}

.cpys ul li .img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s 0s;
}

.cpys ul li img {
    height: 58px;
    margin-bottom: 20px;
}

.cpys ul li h4 {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 200;
}

.cpys ul li p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}

.sys-ser {
    margin: 0 auto;
    padding: 40px 0;
}

.sys-ser-tit {
    padding: 23px 0;
    font-size: 28px;
    color: #333333;
    text-align: center;
    line-height: 28px;
}

.sys-ser-row {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sys-ser-row .sys-ser-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sys-ser-row .sys-ser-box .sys-box-img {
    padding: 30px 0;
}

.sys-ser-row .sys-ser-box .sys-box-img img {
    width: 54px;
    height: 54px;
}

.sys-ser-row .sys-ser-box .sys-box-tit {
    padding: 20px 0;
    font-size: 22px;
    color: #333333;
}

.sys-ser-row .sys-ser-box .sys-box-sub {
    font-size: 16px;
    color: #999999;
}

.sys .serviced {
    padding: 40px 0;
    height: 800px;
    box-sizing: border-box;
    background-color: #fafcff;
}

.choose-tit {
    padding: 23px 0;
    font-size: 28px;
    color: #333333;
    text-align: center;
    line-height: 28px;
}

.choose {
    background: #fafcff;
    padding: 30px 0;
}

.choose .choose-con {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.choose .choose-con .choose-row {
    width: 100%;
    margin: 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.choose .choose-con .choose-row .choose-box {
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.choose .choose-con .choose-row .choose-box .choose-box-img {
    padding: 28px 0;
}

.choose .choose-con .choose-row .choose-box .choose-box-img img {
    width: 75px;
    height: 75px;
}

.choose .choose-con .choose-row .choose-box .choose-box-text {
    font-size: 16px;
    color: #666666;
}

.choose .choose-con {
    margin-top: 0;
}


/*行业痛点*/

.fanwei {
    overflow: hidden;
    margin-top: 40px;
}

.fanwei ul {
    margin-left: -10px;
}

.fanwei ul li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.fanwei ul li .box {
    cursor: pointer;
    margin-left: 10px;
    height: 107px;
    Position: relative;
    background: #fff;
    padding: 15px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s 0s;
}

.fanwei ul li img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s 0s;
    width: 83px;
    height: 83px;
    Position: absolute;
    left: 25px;
    top: 25px;
    background: #fff;
    border-radius: 100%;
}

.fanwei ul li .desc {
    padding: 0 5px 0 115px;
    height: 107px;
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
}

.fanwei ul li .desc h4 {
    font-size: 20px;
    font-weight: 200;
    vertical-align: middle;
    margin-bottom: 10px;
}

.fanwei ul li .desc p {
    color: #808080;
    font-size: 14px;
    font-weight: 200;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fanwei ul li .box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.fanwei ul li:hover .desc h4 {
    color: #1989c8;
}

.IndexService {
    background: #f6f6f6;
}

.IndexService .container {
    padding: 70px 0;
}

.IndexService_content_title dd {
    font-size: 32px;
}

.IndexService_content_title {
    padding-bottom: 64px;
    text-align: center;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-stage {
    position: relative;
}

.owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-item {
    position: relative;
    float: left;
    text-align: center;
    width: 25%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.WeChat_content .WeChat_content_list dt {
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
}

.WeChat .WeChat_fan dd {
    font-size: 28px;
    color: #333333;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 60px;
}

.advantage.top {
    width: 4.8rem;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
}

.advantage .item {
    float: left;
    width: 2.4rem;
    height: 2.04rem;
    padding-top: 0.45rem;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    text-align: center;
}

.advantage .item:hover {
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 34, 61, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(0, 34, 61, 0.06);
}

.advantage .item img {
    width: 0.66rem;
}

.advantage .item .info {
    display: block;
    font-size: 0.18rem;
    margin-top: 0.23rem;
}

.platform {
    padding: 47px 0 40px;
    overflow: hidden;
    -webkit-animation: gdownIn 0.6s 0.4s both;
    -moz-animation: gdownIn 0.6s 0.4s both;
    animation: gdownIn 0.6s 0.4s both;
}

.platform a {
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    color: #333;
    display: block;
    float: left;
    width: 144px;
    height: 50px;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 10px;
}

.platform a:hover,
.platform .act {
    background-color: #000;
    color: #fff;
}

.type_list {
    height: 44px;
    line-height: 44px;
    margin: 0 auto 40px;
    border-top: 1px dotted #ccc;
    background-color: #f5f5f5;
    font-size: 14px;
    -webkit-animation: gdownIn 1s 0.7s both;
    -moz-animation: gdownIn 1s 0.7s both;
    animation: gdownIn 1s 0.7s both;
}

.type_list span {
    padding: 0 10px 0 25px;
}

.type_list a {
    color: #666;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.type_list em {
    padding: 0 20px;
}

.pagination {
    text-align: center;
    margin: 40px 0;
}

.pagination ul {
    display: inline-block;
}

.pagination li {
    float: left;
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #f0f0f0;
    margin: 0 10px;
}

.pagination li a {
    display: block;
    color: #333;
}

.pagination .on {
    background: #000;
}

.pagination .on a {
    color: #fff;
}

.works_info_wrap {
    height: 100px;
}

#works_info {
    width: 100%;
    background: #fff;
}

.works_info {
    padding-top: 22px;
    -webkit-animation: gupIn 0.8s 0.9s both;
    -moz-animation: gupIn 0.8s 0.9s both;
    animation: gupIn 0.8s 0.9s both;
}

.works_info dt {
    position: relative;
    width: 345px;
    margin-right: 70px;
}

.works_info dt h2 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.works_info dd.summary {
    position: relative;
    width: 470px;
    height: 56px;
    padding-left: 80px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
}

.works_info dd.summary span {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}

.works_info dd.control {
    position: relative;
    width: 230px;
    height: 100%;
    text-align: right;
}

.works_info dt,
.works_info dd {
    float: left;
}

.works_info dt::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 0px;
    height: 30px;
    border-right: 1px dotted #b9b9b9;
}

.works_summary {
    margin: 30px 0;
}

.works_summary h2 {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #333333;
}

.aboutus {
    overflow: hidden;
}

.aboutus .main {
    margin: 60px 0;
    text-align: center;
}

.aboutus .main p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 20px;
}

.promise {
    background: #f6f6f6;
    padding: 45px 0;
}

.promise h1 {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}

.promise li {
    width: 20%;
    float: left;
    text-align: center;
}

.promise li p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin: 15px 0 40px 0;
}

.contact-content {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contact-content .contact-left {
    width: 530px;
}

.contact-content .contact-left .left-contact-style {
    height: 260px;
    padding-left: 30px;
    border-radius: 3px 3px 0px 0px;
    border-top: 4px solid #2dccc7;
    box-shadow: 0px 0px 29px 0px rgba(0, 54, 70, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #fff;
}

.contact-content .contact-left .left-contact-style .contact-style-title-wrap {
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-content .contact-left .left-contact-style .contact-style-title-wrap .contact-style-img {
    margin-right: 10px;
}

.contact-content .contact-left .left-contact-style .contact-style-title-wrap .contact-style-img img {
    width: 64px;
    height: 54px;
}

.contact-content .contact-left .left-contact-style .contact-style-title-wrap .contact-style-title .contact-style-title-text {
    font-size: 22px;
    color: #414141;
    font-weight: 400;
}

.contact-content .contact-left .left-contact-style .contact-style-title-wrap .contact-style-title .contact-style-title-sub {
    line-height: 30px;
    font-size: 16px;
    color: #414141;
    opacity: 0.5;
}

.contact-content .contact-left .left-contact-style .contact-style-content {
    font-size: 16px;
    color: #5b5d62;
    line-height: 32px;
}

.contact-content .contact-left .adress {
    margin-top: 32px;
    border-top: 4px solid #00a4ff;
}

.contact-content .contact-right {
    width: 535px;
    height: 500px;
    padding: 5px;
    border: 1px solid #e5e5e5;
}

.contact-content .contact-right .container-map {
    width: 100%;
    height: 100%;
}

.about-contact {
    background: #f7f7f7;
    padding: 45px 0;
}

.about-contact h1 {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}

.characteristic {
    padding: 80px 0 0 0;
}

.characteristic h2,
.deliver h2 {
    font-weight: normal;
    font-size: 32px;
    text-align: center;
}

.characteristic .characteristic-content {
    margin: 60px 0;
    display: flow-root;
}

.characteristic .characteristic-content .item-top {
    display: flow-root;
}

.characteristic .characteristic-content .group {
    width: 300px;
    padding-bottom: 40px;
    padding-right: 93px;
    float: left;
}

.characteristic .characteristic-content .group .icons {
    width: 44px;
    padding-bottom: 20px;
}

.characteristic .characteristic-content .group .title {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
}

.characteristic .characteristic-content .group .icons img {
    width: 100%;
}

.characteristic .characteristic-content .group .explain {
    font-size: 14px;
    line-height: 26px;
}

.yyzd {
    background: #f6f8fb;
    padding: 50px 0;
}

.yyzd h2 {
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}

.yyzd .list {
    width: 47%;
}

.yyzd .list img {
    width: 100%;
}

.yyzd .list .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 40px 0;
}

.yyzd .list .detail {
    line-height: 28px;
}

.deliver .deliver-content {
    display: inline-block;
    margin: 60px 0 60px -45px;
}

.deliver .deliver-content ul li {
    width: 198px;
    height: 198px;
    border: #eee solid 1px;
    text-align: center;
    margin-left: 45px;
    margin-bottom: 45px;
    float: left;
    font-size: 16px !important;
}

.deliver .deliver-content ul li p {
    font-size: 16px !important;
}

.deliver .deliver-content ul li img {
    width: 64px;
    height: 64px;
    padding-top: 44px;
    padding-bottom: 20px;
}

.deliver {
    padding: 80px 0 0 0;
}

.ny_nav {
    margin: 60px 0;
    text-align: center;
}

.ny_nav ul {
    display: inline-block;
}

.ny_nav li {
    float: left;
}

.ny_nav li a {
    color: #333;
    margin: 0 10px;
    font-size: 16px;
    display: block;
    background: #f0f0f0;
    width: 145px;
    height: 50px;
    line-height: 50px;
}

.ny_nav .on a {
    color: #fff;
    background: #000;
}

.news {
    overflow: hidden;
    padding: 30px 0
}

.news .list {
    overflow: hidden
}

.news .list li {
    padding: 50px 60px;
    float: left;
    border-bottom: 1px #e6e6e6 solid
}

.news .list .date {
    float: left;
    width: 80px;
    text-align: left;
    color: #466843;
    border-right: 1px #e6e6e6 solid
}

.news .list .date p {
    font-size: 50px;
    color: #999999;
}

.news .list .date span {
    display: block;
    font-size: 14px;
    color: #999999;
}

.news .list .xinxi {
    height: 42px;
    line-height: 42px;
}

.news .list .xinxi .djl {
    float: left;
    margin-right: 20px;
}

.news .list .xinxi .djl img {
    margin-right: 10px;
    float: left;
    margin-top: 12px;
}

.news .list .center {
    width: 910px;
    float: left;
    padding: 0 40px;
}

.news .list .center .title {
    font-size: 20px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .list .datail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #464646;
    line-height: 25px;
}

.news .list .img {
    float: right;
}

.news .list .img img {
    width: 191px;
    height: 148px;
}

.news .list li:hover .date p,
.news .list li:hover .date span {
    color: #185aee;
}

.news-nei {
    overflow: hidden;
}

.news-nei .title {
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px #e5e5e5 solid;
}

.news-nei .title h1 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.news-nei .title .h2 span {
    margin: 0 10px;
}

.news-nei .main {
    padding: 40px 0;
    border-bottom: 1px #e5e5e5 solid;
}

.news-nei .main p {
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

.newspage {
    padding: 20px 0;
}

.newspage ul {
    width: 80%;
    float: left;
}

.newspage li {
    font-size: 14px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newspage li a {
    color: #333;
}

.newspage .return {
    float: right;
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px #e5e5e5 dashed;
    color: #333;
    font-size: 16px;
}

.newspage .return img {
    margin-right: 10px;
}

.newspage .return {
    float: left;
    width: 1.6rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .2rem;
}

.works_summary .container {
    width: 1400px;
}

.works_summary .container img {
    width: 100%;
}

.mbx {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #e4e4e4 solid;
}

.mbx a {
    color: #666;
}