/* 轮播图 */
body {
  color: #333;
  font-size: 16px;
  font-family: "Microsoft YaHei", "PingFang", 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
}

.banner img {
    width: 100%;
}

.banner span {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    display: block;
    height: 48px;
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.banner i {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    display: block;
    width: 120px;
    height: 36px;
    margin: 0 auto;
    margin-top: 48px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 18px;
    background-color: #fff;
    color: #475EDE;
    cursor: pointer;
}

/* 栏目 */

.program {
    height: 122px;
    background-color: #fff;
}

.program .main {
    width: 1200px;
    margin: 0 auto;
}

.program ul li {
    float: left;
    width: 246px;
    margin-top: 28px;
    margin-right: 60px;
    cursor: pointer;
}

.program ul li:hover em {
    color: #475EDE;
}

.program ul li img {
    float: left;
    width: 66px;
    height: 66px;
}

.program ul li .dsc {
    float: right;
    margin-left: 12px;
}

.program ul li em {
    display: block;
    text-align: left;
    font-size: 16px;
}

.program .mr0 {
    margin-right: 0;
}

.program ul li i {
    display: block;
    margin-top: 18px;
    text-align: left;
    font-size: 12px;
}

/* 产品方案 */

.product {
    height: 1100px;
}

.product .main {
    width: 1200px;
    margin: 0 auto;
}

.product .main .title {
    margin-top: 50px;
    height: 32px;
    text-align: center;
    font-size: 24px;
    color: #222;
    margin-bottom: 8px;
}

.product .main li {
    float: left;
    width: 384px;
    height: 466px;
    margin-right: 24px;
    margin-top: 20px;
    background-color: #fff;
    cursor: pointer;
}

.product .main .mr0 {
    margin-right: 0;
}

.product .main li em {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.product .main li:hover em {
    color: #475EDE;
}

.product .main li i {
    display: block;
    margin-left: 30px;
    margin-top: 18px;
    margin-right: 30px;
    text-align: left;
    font-size: 12px;
    color: #000000;
}

.product .main .more {
    width: 120px;
    height: 36px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 22px;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    color: #475EDE;
    cursor: pointer;
}

/* 案例展示 */

.caseshow {
    width: 1800px;
    height: 1065px;
    margin: 0 auto;
}

.caseshow .title {
    height: 32px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 24px;
    color: #222;
}

.caseshow li {
    float: left;
    width: 582px;
    height: 438px;
    margin-right: 24px;
    margin-top: 20px;
    border: 1px solid #fff;
}

.caseshow li img {
    margin-top: 50px;
    margin-left: 30px;
}

.caseshow li em {
    display: block;
    margin-top: 30px;
    text-align: center;
}

.caseshow .mr0 {
    margin-right: 0;
}

.caseshow li:hover {
    background-color: #fff;
    color: #475EDE;
    cursor: pointer;
}

.caseshow .more {
    width: 118px;
    height: 34px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 22px;
    border: 1px solid #475EDE;
    box-shadow: 0 3 6 #000000;
    background-color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    color: #475EDE;
    cursor: pointer;
}

@media screen and (max-width: 1800px) {
    .caseshow {
        width: 1200px;
        height: 803px;
        margin: 0 auto;
    }
    .caseshow .title {
        height: 32px;
        margin-bottom: 6px;
        text-align: center;
        font-size: 24px;
        color: #222;
    }
    .caseshow li {
        float: left;
        width: 388px;
        height: 291px;
        margin-right: 16px;
        margin-top: 20px;
        border: 1px solid #fff;
    }
    .caseshow li img {
        width: 328px;
        height: 200px;
        margin-top: 30px;
        margin-left: 30px;
    }
    .caseshow li em {
        display: block;
        margin-top: 20px;
        text-align: center;
    }
    .caseshow .mr0 {
        margin-right: 0;
    }
    .caseshow li:hover {
        background-color: #fff;
        color: #475EDE;
        cursor: pointer;
    }
    .caseshow .more {
        width: 118px;
        height: 34px;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 22px;
        border: 1px solid #475EDE;
        box-shadow: 0 3 6 #000000;
        background-color: #fff;
        text-align: center;
        line-height: 34px;
        font-size: 12px;
        color: #475EDE;
        cursor: pointer;
    }
}

/* 关于我们 */

.about {
    background-color: #fff;
}

.aboutus {
    position: relative;
    width: 1200px;
    height: 560px;
    padding-top: 50px;
    margin: 0 auto;
}

.aboutus .main {
    width: 792px;
    height: 460px;
    margin: 0;
    background-color: #475EDE;
    color: #fff;
}

.aboutus .main span {
    display: block;
    height: 32px;
    padding-top: 50px;
    text-align: left;
    margin-left: 40px;
    margin-right: 204px;
    font-size: 24px;
}

.aboutus .main em {
    display: block;
    height: 240px;
    text-align: left;
    padding-top: 52px;
    margin-left: 40px;
    margin-right: 204px;
    margin-bottom: 84px;
    line-height: 24px;
    font-size: 14px;
}

.aboutus .main .more {
    width: 120px;
    height: 36px;
    margin-top: 30px;
    margin-left: 40px;
    border-radius: 22px;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    color: #475EDE;
    cursor: pointer;
}

.aboutus .img img {
    position: absolute;
    top: 0;
    margin-top: 100px;
    margin-left: 612px;
}

/* 新闻动态 */

.news {
    width: 1200px;
    height: 670px;
    margin: 0 auto;
}

.news img {
    cursor: pointer;
}

.news .title {
    height: 32px;
    margin-top: 46px;
    margin-bottom: 26px;
    font-size: 26px;
    text-align: center;
}

.news .left {
    width: 588px;
    height: 450px;
    float: left;
    background-color: #475EDE;
}

.news .left li .dsc1 {
    float: left;
}

.news .left li .em1 {
    display: block;
    width: 78px;
    height: 50px;
    margin-top: 27px;
    margin-left: 30px;
    line-height: 50px;
    border: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
}

.news .left li .em2 {
    width: 78px;
    height: 40px;
    margin-left: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-top: 0;
    line-height: 40px;
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}

.news .left li .dsc2 {
    margin-top: 27px;
    margin-left: 132px;
    margin-right: 36px;
}

.news .left li .dsc2 span {
    height: 21px;
    color: #fff;
    font-size: 16px;
}

.news .left li .dsc2 em {
    display: block;
    height: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
}

.news .left li .dsc2 i {
    display: block;
    height: 40px;
    margin-top: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
}

.news .right {
    width: 588px;
    height: 450px;
    float: left;
}

.news .right .box {
    width: 588px;
    height: 150px;
    margin-left: 24px;
    border-bottom: 1px solid rgba(71, 94, 222, .1);
}

.news .right li .dsc1 {
    float: left;
}

.news .right li .em1 {
    display: block;
    width: 78px;
    height: 50px;
    margin-top: 27px;
    margin-left: 30px;
    line-height: 50px;
    border: 1px solid rgba(34, 34, 34, .1);
    text-align: center;
    color: #666;
    font-size: 16px;
}

.news .right li .em2 {
    width: 78px;
    height: 40px;
    margin-left: 30px;
    border: 1px solid rgba(34, 34, 34, .1);
    border-top: 0;
    line-height: 40px;
    display: block;
    text-align: center;
    color: rgb(170, 170, 170);
    font-size: 14px;
}

.news .right li .dsc2 {
    margin-top: 27px;
    margin-left: 132px;
    margin-right: 36px;
}

.news .right li .dsc2 span {
    height: 21px;
    color: #222;
    font-size: 16px;
}

.news .right li .dsc2 em {
    display: block;
    height: 15px;
    border-bottom: 1px dashed rgba(71, 94, 222, .1);
}

.news .right li .dsc2 i {
    display: block;
    height: 40px;
    margin-top: 15px;
    font-size: 12px;
    color: #999
}

.news .right .box:hover {
    background-color: #fff;
    cursor: pointer;
}

.news .right .box:hover span {
    color: #475EDE;
}

.news .more {
    width: 120px;
    height: 36px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 22px;
    box-shadow: 0 3 6 #000000;
    background-color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    color: #475EDE;
    cursor: pointer;
}

/* 联系我们 */

.cons {
    height: 354px;
    padding-top: 44px;
    background-color: #fff;
}

.contact {
    width: 1200px;
    margin: 0 auto;
}

.contact .title {
    height: 32px;
    margin-bottom: 24px;
    text-align: center;
    font-size: 24px;
    color: #222;
}

.contact ul em {
    display: block;
    height: 21px;
    font-size: 16px;
    text-align: left;
    color: #222;
    margin-bottom: 80px;
}

.contact ul {
    float: left;
}

.contact ul li {
    display: block;
    width: 380px;
    height: 21px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 32px;
    text-align: left;
    color: #888;
}

.contact ul li img {
    float: right;
    cursor: pointer;
}

/* 合作商  */

.company {
    width: 1200px;
    height: 188px;
    padding-top: 50px;
    margin: 0 auto;
}

.company .box {
    width: 180px;
    height: 88px;
    float: left;
    margin-right: 24px;
    background-color: #fff;
}

.company .mr0 {
    margin-right: 0;
}

.company .box img {
    margin: 0 auto;
    margin-top: 32px;
    margin-left: 36px;
}

/* 底部 */

.bottom {
	background-color: #000000;
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}

/*.bottom .join {*/
/*    height: 19px;*/
/*    font-size: 14px;*/
/*    padding-top: 20px;*/
/*    text-align: center;*/
/*    color: rgba(255, 255, 255, .6);*/
/*    cursor: pointer;*/
/*}*/

/*.bottom .copy {*/
/*    height: 16px;*/
/*    font-size: 12px;*/
/*    text-align: center;*/
/*    margin-top: 118px;*/
/*    color: rgba(255, 255, 255, .2);*/
/*}*/
#mapShow{
    float: left;
    margin-top: 2px;
    margin-left: 195px;
    cursor: pointer;
    width: 600px;
    height: 235px;
}