* {
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
    color: #494949;
    font-size: 13px;
    letter-spacing: 1px;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: #639cb0;
}

img {
    display: block;
}

h1,
h2,
h3 {
    font-weight: normal;
}

.show_rows1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.show_rows2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
}

.show_rows3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 24px;
}

.show_rows_all {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#top {
    width: 100%;
    padding: 0px 15px;
    border-bottom: 1px solid #cccccc;
}

#top .center::after {
    content: '';
    display: block;
    clear: both;
}

#top .center {
    max-width: 1200px;
}

#top .center .left,
#top .center .right {
    float: left;
    line-height: 38px;
}

#top .center .right {
    float: right;
}

#header::after {
    content: '';
    display: block;
    clear: both;
}

#header {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.menubg,
#header .navigation,
#header .wapmenu {
    display: none;
}

#header .center {
    max-width: 1200px;
}

#header h1 {
    float: left;
}

#header h1 img {
    margin-top: 20px;
    height: 60px;
    width: auto;
}

#header .menu {
    float: right;
    margin-right: -25px;
}

#header .menu>ul>li {
    float: left;
    height: 100px;
    line-height: 100px;
    background: url(../imgs/right.jpg) no-repeat right center;
}

#header .menu>ul>li:last-child {
    background: none;
}

#header .menu>ul>li>a {
    display: block;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

#header .menu>ul>li:hover>a,
#header .menu>ul>li.on>a {
    color: #639cb0;
    font-weight: 700;
    background: url(../imgs/on.jpg) no-repeat center 70px;
}

#header .menu .two::after {
    content: '';
    display: block;
    clear: both;
}

#header .menu .two {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 10;
    border-top: 1px solid #ccc;
    display: none;
    height: 50px;
}

#header .menu .two ul::after {
    content: '';
    display: block;
    clear: both;
}

#header .menu .two ul {
    max-width: 1200px;
}

#header .menu .two>ul>li {
    float: left;
    /* background: #151515; */
}

#header .menu .two>ul>li.onemenu {
    position: relative;
    left: 0;
    top: 0;
    /* width: 60px; */
    /* background-color: #000; */
}

#header .menu .two>ul>li.onemenu a {
    white-space: nowrap;
    padding-right: 20px;
}

#header .menu .two>ul>li.noright a {
    padding-right: 0px;
}

#header .menu .two>ul>li.onemenu a img {
    float: right;
}

#header .menu .two>ul>li>.twomenu {
    /* background-color: #000; */
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    /* width: 60px; */
}

#header .menu .two>ul>li>.twomenu li {
    display: block;
    width: 100%;
}

#header .menu .two>ul>li>.twomenu li a {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
}

#header .menu .two>ul>li>.twomenu_cloud {
    /* background-color: #000; */
    position: absolute;
    left: 0;
    top: 48px;
    width: 220px;
    /* width: 60px; */
}

#header .menu .two>ul>li>.twomenu_cloud li {
    display: block;
    float: left;
    width: 110px;
}

#header .menu .two>ul>li>.twomenu_cloud li.not {
    width: 100%;
}

#header .menu .two>ul>li>.twomenu_cloud li a {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
}

#header .menu .two ul>li>a {
    display: block;
    height: 48px;
    line-height: 48px;
}

#header .menu .two ul.consulting li.place {
    width: 320px;
    /* background-color: #000; */
}

#header .menu .two ul.about li.place {
    width: 313px;
}

#header .menu .two ul.service li.place {
    width: 166px;
}

#header .menu .two ul.plan li.place {
    width: 135px;
}

#header .menu .two ul.software li.place {
    width: 190px;
    /* background-color: #000; */
}

#header .menu .two ul.cloud li.place {
    width: 270px;
}

#header .menu .two ul.case li.place {
    width: 250px;
}

.h330 {
    height: 330px;
}

.h290 {
    height: 290px;
}

.h240 {
    height: 240px;
}

.xiabiao {
    background: url(../imgs/menux.png) no-repeat center right;
}

#header .menu .two>ul>li>a {
    color: #649cb0;
    font-size: 15px;
}

.banner {
    width: 100%;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
}

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

.ipages span {
    width: 16px;
    height: 16px;
    border: 2px solid #fe7b05;
    background: none;
    opacity: 1;
}

.ipages .swiper-pagination-bullet-active {
    background-color: #fe7b05;
    border-color: #fe7b05;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 7.8%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

.plate_hsbg {
    background: #f0f0f0;
}

.plate {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px;
}

.plate .header {
    width: 100%;
}

.plate .header .en {
    font-size: 28px;
    text-align: center;
    background: url(../imgs/xian.jpg) no-repeat center bottom;
    padding-bottom: 15px;
}

.plate .header .cn {
    font-size: 13.5px;
    color: #999999;
    text-align: center;
    padding-top: 12px;
    text-transform: uppercase;
}

.plate .picitems::after {
    content: '';
    display: block;
    clear: both;
}

.plate .picitems {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: -10px;
}

.plate .picitems ul li {
    float: left;
    display: block;
}

.plate .picitems ul li .pic {
    width: 100%;
}

.plate .picitems ul li .pic img {
    width: 100%;
    height: auto;
}

.plate .picitems ul li .text {
    text-align: center;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.plate .picitems ul li a:hover .text {
    background-color: #639cb0;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.plate .show {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.plate .show .title {
    text-align: center;
    font-size: 24px;
}

.plate .show .content::after {
    content: '';
    display: block;
    clear: both;
}

.plate .show .content {
    margin-top: 30px;
}

.plate .show .item {
    float: left;
    width: 20%;
    text-align: center;
}

.plate .show .item span {
    font-size: 30px;
    color: #639cb0;
    font-weight: 900;
}

.plate .show .item p {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}

.plate .service {
    max-width: 1200px;
    margin-top: 20px;
}

.plate .service .part::after {
    content: '';
    display: block;
    clear: both;
}

.plate .service .part {
    margin-top: 30px;
}

.plate .service .left {
    float: left;
    width: 210px;
    height: 348px;
    background: url(../imgs/s_bg.png) no-repeat bottom right;
    padding: 30px 0 0 20px;
}

.plate .service .part1 .left {
    background-color: #ff3e25;
}

.plate .service .left h2 {
    color: #fff;
    font-size: 22px;
}

.plate .service .left h3 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}

.plate .service .right::after {
    content: '';
    display: block;
    clear: both;
}

.plate .service .right {
    float: right;
    width: 980px;
}

.plate .service .right .up::after {
    content: '';
    display: block;
    clear: both;
}

.plate .service .right .up .item {
    float: left;
    width: 236px;
    margin-left: 12px;
}

.plate .service .right .up .item:first-child {
    margin-left: 0px;
}

.plate .service .right .up .item .pic img {
    width: 100%;
    height:127px;
}

.plate .service .right .up .item .title {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    background-color: #fe7b05;
    text-align: center;
}

.plate .service .right .up .item .list {
    height: 130px;
    background-color: #fff;
    padding-top: 5px;
}

.plate .service .right .up .item .list li {
    float: left;
    width: 100%;
    padding-left: 15px;
}

.plate .service .right .up .item .list li a {
    padding-left: 20px;
    line-height: 40px;
    font-size: 14px;
}

.plate .service .right .up .item .list li a.on,
.plate .service .right .up .item .list li a:hover {
    background: url(../imgs/s_t_bg.png) no-repeat center left;
}

.plate .service .right .down {
    margin-top: 10px;
    background: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.plate .service .right .down span {
    color: #FF3E25;
    font-size: 20px;
}

.plate .service .part2 .left {
    background-color: #fe7b05;
}

.plate .service .right .mod {
    float: left;
    margin-left: 10px;
    /* background-color: #f9f9f9; */
    width: 237px;
    height: 348px;
    position: relative;
}

.c1bg{
    background: url(../imgs/c1bg.jpg) no-repeat center center;
    background-size: 100% auto;
}

.c2bg{
    background: url(../imgs/c2bg.jpg) no-repeat center center;
    background-size: 100% auto;
}

.c3bg{
    background: url(../imgs/c3bg.jpg) no-repeat center center;
    background-size: 100% auto;
}

.c4bg{
    background: url(../imgs/c4bg.jpg) no-repeat center center;
    background-size: 100% auto;
}

.plate .service .right .mod .child {
    width: 100%;
    height: 100%;
    /* background-color: #649cb0; */
    position: absolute;
    /* left: 0px;
    top: 0px; */
}

.plate .service .right .mod .child .c-title {
    background: #639cb0;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.plate .service .right .mod .child .content {
    padding: 20px;
    padding-top: 24px;
    background-color: #639cb0;
    /* height: 100%; */
    height: 348px;
    text-align: center;
}

.plate .service .right .mod .child .content ul li {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #fff;
    font-size: 16px;
}

.plate .service .right .mod .child .content ul li:last-child {
    border-bottom: 1px solid #fff;
}

.plate .service .right .mod .child .content ul li a {
    color: #fff;
    font-size: 16px;
}

.plate .service .right .mod .child .content ul li h3 {
    font-size: 15px;
    margin-bottom: 8px;
    margin-top: 15px;
    color: #fff;
}

.plate .service .right .mod .child .content ul li span {
    line-height: 20px;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.plate .service .right .mod:first-child {
    margin-left: 0px;
}

.plate .service .right .mod .pic {
    width: 100px;
    height: 100px;
    /* border-radius: 100%; */
    /* background: #e9e9e9; */
    margin-top: 50px;
}

.plate .service .right .mod .pic img {
    width: 100%;
    height: auto;
}

.plate .service .right .mod .title {
    text-align: center;
    /* background: #c7c7c7; */
    height: 55px;
    line-height: 55px;
    color: #fff;
    margin-top: 20px;
    font-size: 22px;
}

.plate .service .right .mod .xian {
    background-color: #639cb0;
    height: 2px;
    width: 35px;
    display: block;
    margin: 0 auto;
}

.plate .service .right .mod .describe {
    text-align: center;
    /* background: #02b49c; */
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
}

.plate .service .right .mod a:hover .title {
    background: #fe7b05;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



.plate .service .part3 .left {
    background-color: #ff3e25;
}

.plate .service .right .solution {
    float: left;
    width: 485px;
    height: 348px;
    margin-left: 10px;
    /* background: url(../imgs/s_bg2.png) no-repeat bottom center; */
    
}

.plate .service .right .solution:first-child {
    margin-left: 0px;
}

.plate .service .right .solution:first-child .title {
    background-color: #FF3E25;
}

.plate .service .right .solution .title {
    height: 60px;
    line-height: 60px;
    background: #fe7b05;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.plate .service .right .solution .industry>ul>li {
    float: left;
    width: 237px;
    height: 139px;
    position: relative;
    margin-left: 11px;
    margin-top: 10px;
    background-color: #fff;
}

.plate .service .right .solution .industry>ul>li:nth-child(1),
.plate .service .right .solution .industry>ul>li:nth-child(2) {
    margin-top: 0px;
}

.plate .service .right .solution .industry>ul>li:nth-child(1),
.plate .service .right .solution .industry>ul>li:nth-child(3) {
    margin-left: 0px;
}

.plate .service .right .solution .industry>ul>li .incontent {
    position: absolute;
    width: 100%;
    height: 139px;
    background: #639cb0;
    padding-top: 5px;
}

.plate .service .right .solution .industry>ul>li .incontent li {
    text-align: center;
    line-height: 33px;
    height: 33px;
}

.plate .service .right .solution .industry>ul>li .incontent li a {
    color: #fff;
    font-size: 14px;
}

.plate .service .right .solution .industry li .inpic {
    margin-top: 17px;
}

.plate .service .right .solution .industry li .inpic img {
    width: auto;
    height: 45px
}

.plate .service .right .solution .industry li .intitle {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    color: #000;
}

.plate .service .right .solution .industry li p{
    font-size: 13px;
    color: #000;
    margin-top: 10px;
    text-align: center;
    line-height: 18px;
}

.plate .service .right .solution .field>ul>li {
    float: left;
    width: 113px;
    height: 139px;
    background-color: #fff;
    position: relative;
    margin-left: 11px;
    margin-top: 10px;
}

.plate .service .right .solution .field>ul>li:hover {
    background-color: #639cb0;
    cursor: pointer;
}

.plate .service .right .solution .field>ul>li:nth-child(1),
.plate .service .right .solution .field>ul>li:nth-child(2),
.plate .service .right .solution .field>ul>li:nth-child(3),
.plate .service .right .solution .field>ul>li:nth-child(4) {
    margin-top: 0px;
}

.plate .service .right .solution .field>ul>li:nth-child(1),
.plate .service .right .solution .field>ul>li:nth-child(5) {
    margin-left: 0px;
}

.plate .service .right .solution .field li .fpic img {
    width: auto;
    height: 45px;
    margin-top: 25px;
}

.plate .service .right .solution .field li .ftitle {
    text-align: center;
    margin-top: 16px;
    color: #686565;
}

.plate .service .right .solution .field li .ftitle a {
    font-size: 18px;
    color: #000;
}

.plate .case {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.plate .case::after {
    content: '';
    display: block;
    clear: both;
}

.plate .case .item {
    float: left;
    position: relative;
    left: 0;
    top: 0;
}

.plate .case .item img {
    width: 100%;
    height: auto;
}

.plate .case .item h2 {
    color: #fff;
    font-size: 25px;
    position: absolute;
    left: 25px;
    top: 45px;
}

.plate .case .item h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 18px;
    position: absolute;
    left: 25px;
    top: 80px;
}

.plate .case .item h2.hs,
.plate .case .item h3.hs,
.plate .case .item span.hs {
    color: #000;
}

.plate .case .item span {
    position: absolute;
    left: 25px;
    bottom: 40px;
    color: #fff;
    font-size: 16px;
    writing-mode: tb-rl;
    letter-spacing: 5px;
}

.plate .case .item .showm {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #639cb0;
    color: #639cb0;
    position: absolute;
    left: 70px;
    top: 240px;
}

.plate .more {
    margin: 0 auto;
    width: 180px;
    margin-top: 45px;
    background: url(../imgs/more.png) no-repeat center right;
}

.plate .more a {
    display: block;
    font-size: 20px;
    color: #639cb0;
}

.plate .about {
    margin: 0 auto;
    max-width: 1200px;
    height: 460px;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 40px;
}

.plate .about .content {
    width: 580px;
    height: 380px;
    background: #639cb0;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 2;
    padding: 30px;
}

.plate .about .content h2 {
    font-size: 24px;
    color: #fff;
    background: url(../imgs/about_x.jpg) no-repeat bottom left;
    padding-bottom: 20px;
}

.plate .about .content p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}

.plate .about .pic {
    width: 700px;
    height: 460px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.plate .new {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.plate .new::after {
    content: '';
    display: block;
    clear: both;
}

.plate .new .left {
    float: left;
    width: 540px;
    height: 509px;
    position: relative;
    background: #fff;
}

.plate .new .left .pic img {
    width: 100%;
    height: auto;
}

.plate .new .left .content {
    height: 140px;
    padding: 25px;
}

.plate .new .left a:hover .content {
    background: #639cb0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.plate .new .left a:hover h2,
.plate .new .left a:hover p {
    color: #fff;
}

.plate .new .left .content span {
    display: block;
    width: 140px;
    height: 60px;
    line-height: 60px;
    background: #639cb0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 309px;
}

.plate .new .left .content h2 {
    font-size: 20px;
}

.plate .new .left .content p {
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
    line-height: 26px;
}

.plate .new .right {
    float: right;
    width: 602px;
}

.plate .new .right .up::after {
    content: '';
    display: block;
    clear: both;
}

.plate .new .right .up {
    padding-bottom: 30px;
}

.plate .new .right .up .item {
    float: left;
    width: 286px;
    margin-left: 30px;
}

.plate .new .right .up .item:first-child {
    margin-left: 0px;
}

.plate .new .right .up .item .pic img {
    width: 100%;
    height: auto;
}

.plate .new .right .up .item h2 {
    font-size: 15px;
    line-height: 50px;
    padding-left: 10px;
}

.plate .new .right .up .item a:hover h2 {
    background: #639cb0;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.plate .new .right ul li {
    border-bottom: 1px solid #bbbbbb;
    height: 50px;
    line-height: 50px;
}

.plate .new .right ul li a {
    font-size: 14px;
}

.plate .new .right ul li span {
    float: right;
}

.plate .new .right .more {
    float: right;
    width: 140px;
}

.footer {
    width: 100%;
    background: #333333;
}

.footer .up {
    max-width: 1200px;
    /* padding: 0 15px; */
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer .up::after {
    content: '';
    display: block;
    clear: both;
}

.footer .up .mod {
    float: left;
}

.footer .up .left .item {
    float: left;
    margin-right: 50px;
}

.footer .up .left .item .title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: bold;
    background: url(../imgs/aboutxian.png) left bottom no-repeat;
    padding-bottom: 25px;
}

.footer .up .left .item li {
    height: 40px;
    line-height: 40px;
}

.footer .up .left .item li a {
    color: #fff;
    font-size: 14px;
}

.footer .up .center {
    margin-left: 50px;
}

.footer .up .center h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.footer .up .center h2.dz {
    margin-top: 30px;
}

.footer .up .center span {
    display: block;
    color: #639cb0;
    font-size: 15px;
    margin-top: 10px;
}

.footer .up .center span.tel {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer .up .center p {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}

.footer .up .right {
    width: 100px;
    float: right;
}

.footer .up .right .ewm {
    margin-top: 15px;
}

.footer .up .right .ewm:first-child {
    margin-top: 0px;
}

.footer .up .right .ewm .pic img {
    width: 100%;
    height: auto;
}

.footer .up .right .ewm span {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.footer .down {
    height: 90px;
    line-height: 90px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    /* border-top: 1px solid #939393; */
    background: #151515;
}

.footer .down a {
    font-size: 15px;
    color: #fff;
}

.m_aboutbanner {
    display: none;
}

.abanner {
    width: 100%;
    height: 400px;
    /* background: url(../imgs/managementbg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    cursor: pointer;
}

.abanner img {
    width: 100%;
    height: auto;
}

.abanner .content {
    width: 100%;
}

.abanner .content .pic,
.abanner .content .pic img {
    width: 100%;
    height: auto;
}

.abanner h2 {
    font-size: 60px;
    font-weight: bolder;
    color: #fff;
}

.abanner h3 {
    font-size: 50px;
    margin-top: 5px;
    color: #fff;
}

.location::after {
    content: '';
    display: block;
    clear: both;
}

.location {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.location h3 {
    float: right;
    margin-top: 5px;
}

.location h3 a {
    font-size: 15px;
    background: url(../imgs/right.jpg) no-repeat left center;
    padding-left: 15px;
    padding-right: 15px;
}

.location h3 a:first-child {
    background: none;
    padding-left: 0px;
}

.location h3 a:last-child {
    padding-right: 0px;
}

.location h3 a:hover,
.location h3 a.on {
    color: #639cb0;
    font-weight: bold;
}

.location span {
    float: left;
    color: #639cb0;
    font-size: 25px;
    font-weight: bold;
}

.location span a {
    color: #639cb0;
    font-size: 25px;
    font-weight: bold;
}

section {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
}

section:nth-child(2n) {
    background: #f0f0f0;
}

section .mian {
    width: 1200px;
    margin: 0 auto;
}

section .mian h2 {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

section .mian h2 span {
    color: #629bb0;
    font-size: 50px;
    vertical-align: middle;
    margin-right: 10px;
}

section .mian .content {
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
}

section .mian .time {
    font-size: 14px;
    text-align: center;
}

section .mian .content .about_text {
    float: left;
    font-size: 14px;
}

section .mian .content .text img {
    max-width: 1200px;
}

section .mian .content .text,
section .mian .content .text p,
section .mian .content .text span {
    font-size: 14px;
    line-height: 28px;
}

section .mian .content .pic {
    float: right;
}

section .mian .content p,
section .mian .content span {
    font-size: 14px;
    line-height: 28px;
}

section .mian .content::after {
    content: '';
    display: block;
    clear: both;
}

section .mian .content .item {
    float: left;
    width: 370px;
    margin-left: 45px;
    background: #fff;
}

section .mian .content .item:first-child {
    margin-left: 0px;
}

section .mian .content .item .pic,
section .mian .content .item .pic,
section .mian .content .item .logo {
    width: 100%;
    height: auto;
}

section .mian .content .item .logo {
    height: 121px;
    position: relative;
}

section .mian .content .item .logo img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.casecenter {
    width: 100%;
    background: #f0f0f0;
    padding: 40px 0px 80px 0px;
}

.casecenter .menu {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 0px 0;
}

.casecenter .menu ul::after {
    content: '';
    display: block;
    clear: both;
}

.casecenter .menu li {
    float: left;
}

.casecenter .menu li a {
    display: block;
    border: 1px solid #cdcdcd;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.casecenter .menu li a:hover,
.casecenter .menu li a.on {
    border: 1px solid #639cb0;
    background: #639cb0;
    color: #fff;
}

.casecenter .main {
    max-width: 1200px;
}

.casecenter .main li::after {
    content: '';
    display: block;
    clear: both;
}

.casecenter .main li {
    background: #fff;
    margin-top: 25px;
    position: relative;
    left: 0;
    top: 0;
}

.casecenter .main li .left {
    float: left;
    width: 400px;
    padding: 20px;
}

.casecenter .main li .left img {
    width: 100%;
    height: auto;
}

.casecenter .main li .right {
    float: right;
    width: 800px;
    padding: 20px;
}

.casecenter .main li .right h2 a {
    color: #639cb0;
    font-size: 22px;
    font-weight: bold;
}

.casecenter .main li .right .dis {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
}

.casecenter .main li .right .time {
    font-size: 14px;
    margin-top: 20px;
}

.casecenter .main li .right .more {
    width: 120px;
    border: 1px solid #639cb0;
    border-radius: 5px;
    position: absolute;
    right: 19px;
    bottom: 25px;
}

.casecenter .main li .right .more a {
    color: #639cb0;
    font-size: 16px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.casecenter .main li .right .more2 {
    width: 120px;
    border: 1px solid #639cb0;
    border-radius: 5px;
    float: right;
    margin-top: 15px;
}

.casecenter .main li .right .more2 a {
    color: #639cb0;
    font-size: 16px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.casecenter .news {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    margin-top: 25px;
    padding: 30px;
}

.casecenter .news h2 {
    color: #639cb0;
    font-size: 18px;
    font-weight: bold;
}

.casecenter .news .dis {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
}

.knowledge {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 80px;
}


/* .knowledge ul {
    width: 900px;
    margin: 0 auto;
} */

.knowledge li a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: url(../imgs/zsico.jpg) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 40px;
    font-size: 15px;
}

.newslist {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 70px;
    margin-top: 50px;
}

.newslist .news h2,
.casecenter .news h2 {
    color: #639cb0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
    text-align: center;
}

.newslist .news .dis {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
}

.page {
    max-width: 1200px;
    margin: 0 auto;
    /* margin-bottom: 80px; */
    text-align: center;
    margin-top: 50px;
}

.page a {
    border: 1px solid #e7e7e7;
    background: #fff;
    font-size: 13px;
    color: #6f6f6f;
    display: inline-block;
    line-height: 20px;
    margin-left: 5px;
    padding: 10px 20px;
    text-decoration: none;
    vertical-align: top;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    transition: .3s;
    transition: .3s;
    font-size: 14px;
}

.page a:hover {
    background-color: #639cb0;
    border: 1px solid #639cb0;
    display: inline-block;
    line-height: 20px;
    margin-left: 5px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.page span {
    display: inline-block;
    line-height: 20px;
    margin-left: 5px;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #639cb0;
    border: 1px solid #639cb0;
    color: #fff;
    font-size: 14px;
}

.nextpage::after {
    content: '';
    display: block;
    clear: both;
}

.nextpage {
    /* background-color: #f0f0f0; */
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.nextpage p.left {
    float: left;
}

.nextpage p.right {
    float: right;
}

.nextpage p,
.nextpage p a {
    font-size: 14px;
}

.more_about {
    border: 1x solid #fff;
    border-radius: 5px;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.qq {
    width: 600px;
    height: 342px;
    background: url(../imgs/qq2.png) no-repeat center center;
    background-size: 100% 100%;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -171px;
    display: none;
    z-index: 10;
}

.qq .link {
    position: absolute;
    right: 40px;
    bottom: 60px;
}

.qq .link a {
    display: block;
    width: 120px;
    height: 80px;
}

.qq .close {
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #7b7b7b;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
}

.qq .close:hover {
    background: #454545;
}

.qqright {
    width: 69px;
    height: 150px;
    position: fixed;
    right: -10px;
    top: 50%;
    margin-top: -75px;
    z-index: 10;
    cursor: pointer;
}

.qqright img {
    width: 100%;
    height: auto;
}

.qqright_m {
    display: none;
}

.pc-hide {
    display: none;
}


.mzsm_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999;
    display: none;
}

.Calculation_content {
    width: 600px;
    /* height: 70%; */
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999999;
    animation: mymove 1s;
    -webkit-animation: mymove 1s;
    border: 5px solid #fff;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px;
    display: none;
}

.Calculation_content .colse {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #8c8c8c;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    border-radius: 100%;
}

.Calculation_content h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.Calculation_content .lcontent table {
    margin-top: 30px;
    width: 92%;
}

.Calculation_content .lcontent .lleft {
    width: 100px;
    font-size: 14px;
}

.Calculation_content .lcontent .lleft span {
    color: #e20c18;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.Calculation_content .lcontent .lright {
    padding: 6px 0px;
}

.Calculation_content .lcontent .lright input,
.Calculation_content .lcontent .lright textarea {
    width: 100%;
    height: 38px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 5px;
}

.Calculation_content .lcontent .lright textarea {
    height: 100px;
}

.Calculation_content .lcontent .lright input.button {
    background: #e20c18;
    width: 180px;
    height: 40px;
    border: 0px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    float: right;
    cursor: pointer;
}

.clear{
    clear: both;
}