.aboutsus {
    width: 100%;
    background-color: #f3f6f8;
}

.aboutcon {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
    background-color: #fff;
    position: relative;
    top: -70px;
    z-index: 9995;
}

.abouttext {
    width: 100%;
    height: auto;
    padding: 70px 63px;
    box-sizing: border-box;
}

.abouttext p:first-child {
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    font-weight: Bold;
    line-height: 48px;
    color: #000000;
}

.abouttext p:nth-child(2) {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    margin-top: 30px;
}

.abouttext a {
    display: block;
    width: 138px;
    height: 40px;
    background-color: #0664a0;
    background-image: url(../img/jt01.png);
    background-repeat: no-repeat;
    background-position: 85px center;
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
    padding-left: 26px;
    box-sizing: border-box;
    margin-top: 35px;
    transition: all .36s;
}

.abouttext a:hover {
    color: #fff;
    background-position: 95px center;
    transition: all .36s;
}

.aboutimg {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.aboutimg:hover img {
    transition: all .36s;
    transform: scale(1.05);
}

.aboutimg img {
    max-width: 100%;
    transition: all .36s;
    max-height: 100%;
}

/* 产品中心 */
.cases_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../img/index_pr_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
    box-sizing: border-box;
    margin-top: -70px;
}

.pro_con {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.pro_title {
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    font-weight: Bold;
    line-height: 48px;
    color: #000000;
}

.case_div {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}

.case_div .case_ul {
    display: flex;
    justify-content: space-between;
}

.case_div .case_ul li {
    width: 190px;
    height: 40px;
    background-color: #ffffff;
    font-family: 'Microsoft YaHei';
    font-size: 15px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.case_div .case_ul li.li_active {
    width: 190px;
    height: 40px;
    background-color: #0664a0;
    color: #ffffff;
}

.PublishingCon {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
}

.PublishingCon .casesCon {
    display: none;
}

.PublishingCon .casesCon.selectedCon {
    display: block;
}

.pro_ul {
    /* width: 100%;
    height: auto;
    overflow: hidden;
    display: flex; */
    /*justify-content: space-between;*/
}

.pro_ul li {
    width: 390px !important;
    margin: 0 10px 0px 0;
    float: left;
}

.pro_ul li .pr01 {
    width: 100%;
    min-height: 236px;
    max-height: 236px;
}

.pro_ul li .pr01 img {
    width: 100%;
    max-height: 100%;
}

.pr01con {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}

.pr01con p {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    font-weight: Bold;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pr01con a,
.pr01con div {
    display: block;
    width: 146px;
    height: 42px;
    padding-left: 30px;
    box-sizing: border-box;
    float: left;
    margin-top: 35px;
    margin-left: 12px;
    transition: all .36s;
    line-height: 42px;
}

.pr01con a:hover,
.pr01con div:hover {
    background-position: 110px center;
    transition: all .36s;
}

.pr01con .free {
    background-color: #0763b2;
    background-image: url(../img/jt01.png);
    background-repeat: no-repeat;
    background-position: 100px center;
    color: #fff;
}

.pr01con .look {
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    background-image: url(../img/jt02.png);
    background-repeat: no-repeat;
    background-position: 100px center;
    color: #555555;
}

.PublishingCon .casesCon .swiper-pagination {
    position: inherit;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin: 60px auto 30px;
}

.PublishingCon .casesCon .swiper-pagination-bullet {
    width: 35px;
    height: 6px;
    border-radius: 0;
    margin-right: 10px;
    outline: none;
}

/* 应用领域 */
.application {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding: 100px 0;
    box-sizing: border-box;
}

.application p {
    float: left;
}

.appmore {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    background-image: url(../img/jt02.png);
    background-position: right center;
    float: right;
    background-repeat: no-repeat;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 25px;
}

.appcon {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    float: left;
}

.appcon ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.appcon ul li {
    width: 590px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 16px;
}

.appcon ul li:hover {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.17);
    transition: all 0.5s;
}

.appcon ul li:hover .appnews {
    background-color: #0664A0;
    transition: all 0.5s;
}

.appcon ul li:hover .appnews p {
    color: #fff;
    transition: all 0.5s;
}

.appcon ul li:hover .appnews a {
    color: #fff;
    opacity: 0.5;
    background-image: url(../img/jt01.png);
    transition: all 0.5s;
}

.appcon ul li img {
    height: 100%;
    width: 267px;
    transition: all 0.36s;
}

.appcon ul li:hover img {
    transform: scale(1.03);
    transition: all 0.36s
}

.appnews {
    padding: 37px 32px 25px 37px;
    box-sizing: border-box;
    background-color: #EFF0F1;
    transition: all 0.5s;
}

.appnews p:first-child {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    color: #000000;
    float: inherit;
}

.appnews p:nth-child(2) {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #999999;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    float: inherit;
    overflow: hidden;
}

.appnews a {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #999999;
    background-image: url(../img/jt02.png);
    background-repeat: no-repeat;
    background-position: right 88%;
    border-top: 1px solid #e5e5e5;
    margin-top: 35px;
    text-align: right;
    padding-right: 19px;
    padding-top: 17px;
    box-sizing: border-box;
}

.service {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F3F6F8;
    padding: 70px 60px;
    box-sizing: border-box;
}

.sercon {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.sera {
    display: block;
    width: 32%;
    height: 314px;
    background-color: #fefefe;
    background-image: url(../img/service04.jpg);
    background-repeat: no-repeat;
    background-position: 90% center;
    border-top: 3px solid #e1e4e5;
    padding: 50px 30px 0 30px;
    box-sizing: border-box;
}

.sera p img {
    margin-right: 3%;
}

.sera p:first-child {
    font-family: 'Microsoft YaHei';
    font-size: 24px;
    color: #333333;
    height: auto;
    line-height: 60px;
    margin-bottom: 28px;
}

.sera p:nth-child(2) {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 112px;
}

.sermore {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #999999;
    background-image: url(../img/jt02.png);
    background-repeat: no-repeat;
    background-position: 55px center;
    margin-top: 16px;
    float: right;
    padding-right: 20px;
    transition: all 0.5s;
    display: none;
}

.sera:hover {
    transition: all 0.5s;
    border-top: 3px solid #0664a0;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}

.sera:hover .sermore {
    display: block;
    transition: all 0.5s;
}

/* 关于我们 */
.ny_banner {
    width: 100%;
    height: 374px;
    overflow: hidden;
    background-image: url(../img/about_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: 110px;
}

.bread_nav {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 57px;
    display: none;
    justify-content: space-between;
}

.aboutnav a {
    display: inline-block;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    font-weight: lighter;
    line-height: 57px;
    color: #000000;
    border-bottom: 1px solid transparent;
    margin-right: 16px;
}

.aboutnav a.abo_actives {
    color: #022f5a;
    border-bottom: 1px solid #022f5a;
}

.aboutnav a:hover {
    color: #022f5a;
    border-bottom: 1px solid #022f5a;
}

.breadnav {
    background-image: url(../img/location.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 16px;
    box-sizing: border-box;
}

.breadnav a,
.breadnav span {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    font-weight: lighter;
    line-height: 57px;
    color: #c5c5c5;
    display: inline-block;
}

.ny_about {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.yx_about {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.ny_abouttext {
    padding: 65px 0 0 0;
    box-sizing: border-box;
}

.yx_abouttext {
    padding: 20px 0 0 0;
    box-sizing: border-box;
}

.ny_abouttext p:first-child {
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    font-weight: normal;
    line-height: 48px;
    color: #333333;
    padding-bottom: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(160, 160, 160, 0.3);
}

.guanycon {
    margin-top: 10px;
}

.guanycon p {
    font-family: 'Microsoft YaHei' !important;
    font-size: 16px !important;
    line-height: 32px !important;
    color: #000000 !important;
    margin-top: 0px !important;
    white-space: pre-wrap;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.influence {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.influence li {
    width: 49.3%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 22px;
}

.img_banner {
    height: 354px;
    overflow: hidden;
    position: relative;
}

.img_banner .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 25px;
    width: 100%;
}

.img_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    margin: 0 3px;
    opacity: 1;
}

.img_banner .swiper-pagination-bullet-active {
    background: #fff;
}

.img_mask {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 95%;
    height: 330px;
    background-color: rgb(3, 22, 63, 0.3);
    z-index: 9;
    padding: 48px;
    box-sizing: border-box;
    display: none;
}

.img_mask p {
    font-family: 'Microsoft YaHei' !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #ffffff !important;
    border: 0 !important;
    white-space: pre-wrap;
    padding-bottom: 0 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

/*.influence li:hover .img_mask {*/
/*    display: block;*/
/*}*/

.influence li .influ_text {
    width: 100%;
    height: 66px;
    background-color: #ffffff;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    font-weight: Bold;
    line-height: 66px;
    color: #000000;
    padding-left: 37px;
}

/* 服务与支持 */
.ss_banner {
    background-image: url(../img/service_bg.jpg);
}

.servicesupp {
    padding: 67px 0 0 0;
    box-sizing: border-box;
}

.servicesupp .supportp {
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    color: #333333;
    text-align: center;
}

.servicesupp .sercon {
    margin-top: 46px;
}

.servicesupp .sercon .sera {
    border-top: 1px solid transparent;
}

.apply_form {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 100px;
}

.apply_form .apply_p {
    font-family: 'Microsoft YaHei';
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.apply_form .apply_span {
    font-size: 14px;
    color: #333333;
}

.forminfo {
    width: 100%;
    height: auto;
    margin-top: 45px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.forminfo1 {
    width: 65.85%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    padding: 50px 40px;
    box-sizing: border-box;
}

.forminfo1 .layui-form-label {
    float: left;
    display: block;
    padding: 0px 15px;
    width: 100px;
    font-weight: 400;
    line-height: 60px;
    text-align: right;
    color: #333;
}

.forminfo1 .layui-form-label span {
    color: #ff0000;
}

.forminfo1 .layui-input,
.forminfo1 .layui-select,
.forminfo1 .layui-textarea {
    height: 60px;
    line-height: 60px;
    border-width: 0px;
    border-style: solid;
    background-color: #f2f4f8;
    border-radius: 0;
    color: #000;
}

.forminfo1 .layui-btn {
    width: 158px;
    height: 44px;
    line-height: 44px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #0763b2;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    margin: 20px auto 0;
}

.forminfo1 .layui-form-select dl dd.layui-this {
    background-color: #0763b2;
    color: #fff;
}

.formcon {
    width: 32.2%y;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 0 80px;
    box-sizing: border-box;
}

.formtel {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../img/form_tb.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-top: 150px;
}

.formtel span {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #000000;
    margin-top: 10px;
    display: inline-block;
}

.formtel p {
    font-family: 'Microsoft YaHei';
    font-size: 24px;
    font-weight: Bold;
    color: #000000;
    margin-top: 10px;
}

.formphone {
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    padding: 36px 0;
    box-sizing: border-box;
    margin-top: 40px;
}

.formphone span,
.formemail span {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #999999;
}

.formphone p,
.formemail p {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}

.formemail {
    padding: 36px 0 0 0;
    box-sizing: border-box;
}

.servicecase {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 100px;
}

.casetitle {
    display: flex;
    justify-content: space-between;
}

.casetitle p {
    font-family: 'Microsoft YaHei';
    font-size: 24px;
    line-height: 48px;
    color: #333333;
}

.casetitle a {
    display: inline-block;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 60px;
    color: #999999;
}

.caseul {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.caseul a li {
    width: 284px;
    height: auto;
    overflow: hidden
}

.caseul a li:hover .caseimg img {
    transform: scale(1.03);
    transition: all .36s;
}

.caseul a li:hover {
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
}

.caseul a li .caseimg {
    width: 100%;
    min-height: 214px;
    max-height: 214px;
}

.caseul a li .caseimg img {
    width: 100%;
    /* height: 100%; */
    transition: all .36s;
    height: 214px;
}

.caseul a li .casecon {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 30px 28px;
    box-sizing: border-box;
}

.caseul a li .casecon p:first-child {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    color: #000000;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.caseul a li .casecon p:nth-child(2) {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 30px;
}

/* 产品中心 */
.probanner {
    background-image: url(../img/pr_big_bg.jpg);
    height: 825px;
}

.proTitle {
    width: 650px;
    height: auto;
    overflow: auto;
    margin: 198px auto 0;
    text-align: center;
}

.proTitle p:first-child {
    font-family: 'Microsoft YaHei';
    font-size: 24px;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.39);
}

.proTitle i {
    display: block;
    width: 46px;
    height: 3px;
    background-color: #ffffff;
    margin: 17px auto 0;
}

.proTitle span {
    display: block;
}

.proTitle .zhiliang {
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    color: #ffffff;
    margin-top: 44px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.39);
}

.proTitle .zongz {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 29px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.39);
}

/* 产品中心 */
.proul {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: auto;
    position: relative;
    top: -240px;
    z-index: 999;
}

.proul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    /* display: flex;
    justify-content: space-between; */
    transition: .36s;
    cursor: pointer;
    margin-bottom: 30px;
}

.proul li:last-child {
    margin-bottom: 0;
}

.proul li:nth-child(2n) .proleft {
    float: right;
}

.proul li:nth-child(2n) .proright {
    float: left;
}



.proul li:hover {
    transition: .36s;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
}

.proul li:hover .proright img {
    transform: scale(1.03);
    transition: .36s;
}

.proleft {
    width: 45%;
    height: auto;
    overflow: hidden;
    padding: 75px 50px 60px 50px;
    box-sizing: border-box;
    float: left;
}

.proleft .bit {
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    line-height: 48px;
    color: #022f5a;
}

.proleft .neir {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.proleft a,
.proleft div {
    display: block;
    width: 146px;
    height: 42px;
    padding-left: 30px;
    box-sizing: border-box;
    float: left;
    margin-top: 35px;
    margin-left: 12px;
    transition: .36s;
    line-height: 42px;
}

.proleft a:hover,
.proleft div:hover {
    transition: .36s;
    background-position: 110px center;
}

.proleft .free {
    background-color: #0763b2;
    background-image: url(../img/jt01.png);
    background-repeat: no-repeat;
    background-position: 100px center;
    color: #fff;
}

.proleft .look {
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    background-image: url(../img/jt02.png);
    background-repeat: no-repeat;
    background-position: 100px center;
    color: #555555;
}

.proright {
    width: 55%;
    height: auto;
    overflow: hidden;
    float: right;
}
.pro2ul li .proleft {
    float: right !important;
} 

.pro2ul li .proright {
    float: left !important;
}
.proright img {
    max-width: 100%;
    transition: .36s;
    max-height: 100%;
}

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

.immdsumbit {
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submitform {
    margin: 200px auto 0;
    width: 48.77%;
    position: relative;
}

.submitform .apply_p {
    font-family: 'Microsoft YaHei';
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
}

.submitform .apply_span {
    font-size: 14px;
    color: #333333;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

.forclose {
    width: 39px;
    height: 34px;
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/* 应用领域 */
.app_banner {
    background-image: url(../img/use_bg.jpg);
}

.yingcase {
    margin-top: 0px;
}

.yingcase .caseul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.yingcase .caseul a li {
    width: 374px;
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;
}

/* 联系我们 */
.con_banner {
    background-image: url(../img/contact_bg.jpg);
}
.phone_email{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0 50px 0;
    box-sizing: border-box;
}
.phone_email p{
    font-family: 'Microsoft YaHei';
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}
.contactul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-bottom: 55px;
}

.contactul li {
    width: auto;
    height: auto;
    text-align: left;
}


.contactul li span {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
	line-height: 30px;
	color: #000000;
    display: block;
    font-weight: bold;
}

.contactul li p {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    line-height: 36px;
    color: #000000;
}
.contactul li p a{
    font-family: 'Microsoft YaHei';
    font-size: 16px;
	line-height: 36px;
	color: #000000;
}
.contactul li p a:first-child {
    margin: 0 30px 0 0px;
}
.contactul i{
    display: block;
    width: 1px;
    height: auto;
    overflow: hidden;
    background-color: rgba(0,0,0,0.3);
    margin: 0 60px;
}
.con_map {
    width: 100%;
    height: 400px;
    background-color: #fff;
    margin-top: 25px;
}

.pro2banner {
    background-image: url(../img/pr_bg.jpg);
}

.pro2ul {
    top: 50px;
    padding-bottom: 140px;
}

.pro2text {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: auto;
    padding: 70px 0 0 0;
    box-sizing: border-box;
}

.pro2text p {
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    line-height: 48px;
    color: #333333;
    padding-bottom: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(160, 160, 160, 0.3);
}

/* 产品详情 */
.detail_bread {
    margin-top: 110px;
    max-width: 1920px;
    padding: 0 32px;
    height: 60px;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.detail_con {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 70px 0 50px 0;
    box-sizing: border-box;
}

.detail_p {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.detail_p p {
    font-family: 'Microsoft YaHei';
    font-size: 30px;
    color: #333333;
    float: left;
}

.detail_p .det_free {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #ff7e00;
    float: left;
    background-color: transparent;
    margin-left: 20px;
    margin-top: 17px;
}

.detail_p .det_share {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    background-image: url(../img/fenxiang.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    float: right;
    padding-left: 22px;
    margin-top: 16px;
}

.chanpdet {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.chanimg {
    width: 500px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding-top: 70px;
    box-sizing: border-box;
}

.chanimg img {
    max-width: 100%;
    max-height: 100%;
}

.chancon {
    width: 682px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 45px 40px;
    background-color: #fff;
}

.chancon p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.chancon p span {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    font-weight: Bold;
    line-height: 28px;
    color: #666666;
}

.magn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.introduce {
    width: 100%;
    background-color: #fff;
}

.introdov {
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding: 46px 0 70px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.introleft {
    width: 74.67%;
    height: auto;
    overflow: hidden;
}

.introtitle {
    width: 100%;
    height: 65px;
    background-color: #f3f6f8;
    border-left: 4px solid #2094d3;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    font-weight: bold;
    line-height: 65px;
    color: #333333;
    padding-left: 30px;
    box-sizing: border-box;
}

.introdet {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.introdet p img {
    max-width: 100%;
    max-height: 100%;
}

.introright {
    width: 282px;
    height: auto;
    overflow: hidden;
}

.intro01 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f3f6f8;
    padding: 25px 22px;
    box-sizing: border-box;
}

.intro01 p {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    line-height: 48px;
    color: #000000;
}

.introa {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.introa img {
    max-width: 100%;
    max-height: 100%;
}

.introa p {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #e1e1e1;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 50px;
    color: #666666;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.introa i {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.11);
    margin: 25px auto;
}

.intfree {
    display: block;
    width: 232px;
    height: 48px;
    background-color: #0763b2;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
}

.intfree:hover {
    color: #fff;
}

.intro02 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f3f6f8;
    padding: 40px 34px;
    box-sizing: border-box;
    margin-top: 13px;
}

.intro02 .inp {
    font-size: 16px;
    line-height: 36px;
    color: #022f5a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    padding-bottom: 20px;
    box-sizing: border-box;
}

.intro02 .formemail {
    padding-top: 18px;
}

.intro02 .formphone {
    padding: 20px 0;
    margin-top: 20px;
}

.similar {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #F9F9F9;
    position: relative;
    z-index: 9991;
    padding: 90px 0;
}

.similarul {
    max-width: 1200px;
    margin: auto;
    display: flex;
}

.simicase {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.similarul li:hover {
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
}

.similarcase {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 75px;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.casedetails {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #F3F6F8;
    padding: 70px 0 90px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 9991;
}

.case_form {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0;
}

/* 产品详情 */
.case_bread {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.case_bread .breadnav {
    float: right;
}

.anlidet {
    padding: 50px 0px 70px 0;
}

.anlidetail .anlitit {
    font-family: 'Microsoft YaHei';
    font-size: 30px;
    line-height: 48px;
    color: #333333;
}

.anliimg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 40px 40px;
    box-sizing: border-box;
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
}

.anlicontent {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 40px 40px;
    box-sizing: border-box;
    margin-top: 22px;
}

.anlidiv1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.anlidiv1 .anlip1,
.anlidiv2 .anlip1 {
    font-family: 'Microsoft YaHei';
    font-size: 24px;
    line-height: 48px;
    color: #333333;
}

.anlidiv1 p {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    white-space: pre-wrap;
}

.anlidiv2 {
    padding-top: 42px;
    box-sizing: border-box;
}

.customer {
    width: 100%;
    height: 144px;
    border: 25px solid #F5F5F5;
    margin-top: 34px;
    background-image: url(../img/use07.jpg);
    background-repeat: no-repeat;
    background-position: 4% center;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 96px;
    color: #000000;
    padding-left: 12%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.anlipages {
    width: 100%;
    height: 70px;
    background-color: #F5F5F5;
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    box-sizing: border-box;
}

.anlipages a {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    color: #000000;
    line-height: 70px;
}

.anlipages a .aleft {
    margin-right: 20px;
}

.anlipages a .aright {
    margin-left: 20px;
}

.casedatu {
    width: 668px;
    height: 500px;
}

.casedatu img {
    width: 100%;
    height: 100%;
}

.casexiaotu {
    width: 430px;
    height: auto;
    overflow: hidden;
    margin-left: 24px;
}

.casexiaotu ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.casexiaotu ul li {
    width: 200px;
    height: 150px;
    margin-right: 20px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}

.casexiaotu ul li:nth-child(2n) {
    margin-right: 0;
}

.casexiaotu ul li img {
    width: 100%;
    height: 100%;
}

/* 移动端隐藏 */
.mobile_m,
.mpbile_jia,
.mpbile_jian {
    display: none;
}

.influcemob {
    display: none !important;
}

.caseul a li .mobile_detm {
    display: none;
}

.mobile_liaojie {
    display: none;
}

@media screen and (max-width: 768px) {
    
    .phone_email {
        width: 90%;
        padding: 20px 0 25px 0;
        margin: auto;
    }
    .phone_email p {
        font-size: 14px;
        line-height: 30px;
    }
    .pc_banner {
        margin: 109px auto 0 !important;
    }

    .aboutcon {
        width: 94%;
        top: -30px;
    }

    .banner_con {
        top: 35%;
        width: 80%;
    }

    .abouttext {
        padding: 25px 20px 0 20px;
    }
    .yx_abouttext {
        padding: 5px 20px 0 20px;
    }
    .influence {
        margin-top: 23px;
    }
    .abouttext p:first-child {
        font-size: 26px;
        line-height: 34px;
        padding-bottom: 16px;
    }
    .guanycon p {
        font-size: 15px !important;
        line-height: 28px !important;
    }
    .abouttext p:nth-child(2) {
        font-size: 14px;
        line-height: 24px;
        margin-top: 16px;
    }

    .pro_con {
        width: 94%;
        max-width: 1200px;
    }

    .case_div .case_ul {
        flex-wrap: wrap;
    }

    .case_div .case_ul li {
        margin-bottom: 12px;
        width: 48%;
    }

    .case_div .case_ul li.li_active {
        width: 48%;
        height: 40px;
        background-color: #0664a0;
        color: #ffffff;
    }

    .pro_ul li {
        width: 97.7% !important;
        margin: 0 5px 0px 5px;
    }

    .pro_ul li .pr01 {
        display: table-cell;
    }

    .pr01con {
        padding: 20px;
        background-color: #fff;
    }

    .PublishingCon .casesCon .swiper-pagination {
        margin: 26px auto 20px;
    }

    .PublishingCon .casesCon .swiper-pagination-bullet {
        width: 30px;
        height: 4px;
        margin-right: 6px;
    }

    .mobile_m {
        display: block;
        font-size: 14px;
        color: #999999;
        float: right;
        font-family: 'Microsoft YaHei';
        padding-top: 12px;
        box-sizing: border-box;
        font-weight: normal;
    }

    .appmore {
        display: none;
    }

    .application {
        width: 92%;
        padding: 33px 0 45px 0;
    }

    .appcon ul li {
        flex-wrap: wrap;
    }

    .appcon ul li img {
        height: 250px;
        width: 100%;
        transition: all 0.36s;
    }

    .appnews a {
        text-align: left;
        background-position: 20% 88%;
        margin-top: 18px;
        padding-top: 13px;
    }

    .sercon {
        flex-wrap: wrap;
    }

    .service {
        padding: 40px 20px;
    }

    .sera {
        width: 100%;
        height: 176px;
        border-top: 3px solid #0664a0;
        padding: 6px 15px 0 15px;
        margin-bottom: 20px;
        background-size: 22% 56%;
        background-position: 90% 30%
    }
        
    .sera p:first-child {
        font-family: 'Microsoft YaHei';
        font-size: 20px;
        color: #333333;
        height: auto;
        line-height: 50px;
        margin-bottom: 6px;
        font-weight: bold;
    }

    .footul {
        display: none;
    }

    .ny_banner {
        background-size: cover;
        height: 210px;
        margin-top: 142px;
    }

    .breadnav {
        display: none;
    }

    .bread_nav {
        height: auto;
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 92px;
        background-color: #f3f6f8;
        z-index: 9996;
    }

    .aboutnav {
        width: 100%;
        height: 50px;
        overflow: hidden;
        padding: 0 20px;
        box-sizing: border-box;
        transition: .36s
    }

    .aboutnav a {
        display: inline-block;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        font-weight: lighter;
        line-height: 50px;
        color: #000000;
        margin-right: 30px;
        width: 85%;

    }

    .aboutnav a.abo_actives {
        color: #2094d3;
        border-bottom: 0px solid #2094d3;
    }

    .aboutnav img {
        position: absolute;
        top: 18px;
        right: 22px;
        width: 16px;
        display: block;
    }

    .aboutnav img.mpbile_jian {
        display: none;
    }

    .aboutnav img.mpbile_jian {
        margin-top: 10px;
    }

    .influcemob {
        display: block !important;
    }

    .influence li {
        width: 100%;
    }

    .img_mask {
        display: none;
        position: inherit;
        top: 24px;
        left: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: transparent;
        z-index: 9;
        padding: 0px;
        box-sizing: border-box;
    }

    .img_mask p {
        font-family: 'Microsoft YaHei' !important;
        font-size: 14px !important;
        line-height: 24px !important;
        color: #999999 !important;
        /* white-space: pre-wrap !important; */
        border: 0 !important;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 100px;
    }

    .img_banner {
        height: 201px;
    }

    .influence li .influ_text {
        font-size: 14px;
        line-height: 45px;
        padding-left: 0px;
        text-align: center;
        height: 45px;
    }

    .ny_about {
        padding-bottom: 0px;
    }

    .probanner {
        height: 300px;
    }

    .proul {
        width: 92%;
        top: -22px;
    }

    .proTitle {
        width: 92%;
        margin: 55px auto 0;
    }

    .proTitle .zhiliang {
        font-family: 'Microsoft YaHei';
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        color: #ffffff;
        margin-top: 16px;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.39);
    }

    .proTitle p:first-child {
        font-family: 'Microsoft YaHei';
        font-size: 18px;
        color: #ffffff;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.39);
    }

    .proTitle i {
        display: block;
        width: 38px;
        height: 2px;
        background-color: #ffffff;
        margin: 10px auto 0;
    }

    .proTitle .zongz {
        font-family: 'Microsoft YaHei';
        font-size: 14px;
        line-height: 24px;
        color: #ffffff;
        margin-top: 12px;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.39);
    }

    .proul li {
        flex-wrap: wrap;
    }

    .proleft {
        width: 100%;
        padding: 20px 25px 20px 25px;
    }

    .proright {
        width: 100%;
    }

    .pro2text {
        width: 92%;
        max-width: 1200px;
        margin: 0 auto;
        height: auto;
        padding: 25px 0 0 0;
        box-sizing: border-box;
    }
    .proleft .neir {
        font-size: 14px;
        line-height: 22px;
    }
    .proleft .bit {
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    line-height: 48px;
    color: #022f5a;
}
    .pro2ul {
        top: 30px;
        padding-bottom: 70px;
    }

    .yingcase .caseul a {
        margin: auto;
    }

    .servicesupp {
        width: 92%;
        margin: auto;
        padding: 35px 0 0 0;
    }

    .servicesupp .supportp {
        font-size: 26px;
        line-height: 30px;
    }

    .servicesupp .sercon .sera {
        border-top: 3px solid #0664a0;
    }

    .formcon {
        display: none;
    }
    .servicesupp .sercon {
        margin-top: 25px;
    }
    .apply_form {
        width: 92%;
        margin: auto;
        background-color: #ffffff;
    }
    .apply_form .apply_p {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .apply_form .apply_span {
        color: #999;
        width: 92%;
        margin: auto;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        padding-bottom: 14px;
    }
    .forminfo {
        margin-top: 0px;
    }
    .forminfo1 {
        width: 100%;
        padding: 10px 20px;
    }

    .forminfo1 .layui-form-label {
        float: inherit;
        padding: 0px 0px;
        width: 100px;
        line-height: 40px;
        text-align: left;
        color: #333;
    }

    .forminfo1 .layui-input-block {
        margin-left: 0;
        min-height: 36px;
    }

    .forminfo1 .layui-input,
    .forminfo1 .layui-select,
    .forminfo1 .layui-textarea {
        height: 42px;
        line-height: 42px;
    }

    .forminfo1 .layui-form-item {
        margin-bottom: 5px;
    }

    .forminfo1 .layui-btn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 18px;
        margin: 15px auto 0;
    }

    .servicecase {
        width: 92%;
        margin: 10px auto 0;
    }
    .yingcase {
        margin-top: 0px !important;
    }
    .caseul {
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .caseul a li {
        width: 100%;
        margin: auto;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .contactul {
        width: 92%;
        margin: auto;
        padding-top: 0px;
        flex-wrap: wrap;
    }

    .contactul li {
        width: 100%;
         height: auto; 
        margin-bottom: 12px;
    }

    .contactul li span {
        font-size: 16px;
    }
    .contactul li p a:first-child {
        margin: 0 6px 0 0px;
    }
    .contactul li p a{
        font-size: 14px;
    }
    .contactul li p {
        font-size: 14px;
    }
    .contactul i{
        display: none;
    }

    .con_map {
        width: 92%;
        height: 200px;
        margin: 12px auto 50px;
    }

    .submitform {
        width: 92%;
        margin: 60px auto 0;
    }

    .submitform .apply_p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .submitform .apply_span {
        font-size: 12px;
        color: #999;
        text-align: left;
        padding-bottom: 15px;
        box-sizing: border-box;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .probanner {
        margin-top: 94px;
    }

    .pro2text p {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 16px;
    }

    .detail_bread {
        padding: 0;
        margin-top: 0px;
        border-top: 0px solid transparent;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .detail_con {
        width: 92%;
        padding: 160px 0 50px 0;
        box-sizing: border-box;
    }

    .detail_p p {
        font-size: 26px;
    }

    .detail_p {
        padding: 10px 0;
    }

    .detail_p .det_free {
        font-size: 14px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .chanpdet {
        width: 100%;
        margin: 15px auto 0;
        flex-wrap: wrap;
    }

    .chanimg {
        padding: 50px 0;
    }

    .chancon {
        width: 100%;
        padding: 10px 20px;
        margin-top: 18px;
    }

    .introright {
        display: none;
    }

    .introleft {
        width: 92%;
        margin: auto;
    }

    .similar {
        padding: 6px 0 25px 0;
    }

    .simicase {
        width: 92%;
    }

    .similarul {
        display: inherit;
    }

    .similarul li {
        width: 380px !important;
        margin: 0 auto 20px;
    }

    .similarcase {
        padding-bottom: 20px;
        border-bottom: 0px;
    }

    .case_form {
        background-color: #fff;
        margin: 0px auto 0;
        padding: 25px 0;
    }

    .case_form .apply_p {
        font-size: 22px;
        padding-bottom: 0px;
        box-sizing: border-box;
        text-align: center;
    }

    .case_form .apply_span {
        font-size: 14px;
        color: #999;
        display: block;
        width: 88%;
        margin: auto;
    }

    .case_form .forminfo {
        width: 92%;
        margin: auto;
        margin-top: 0px;
    }

    .case_form .forminfo1 {
        padding: 10px 0px;
    }

    .magn {
        display: none;
    }

    .anlidet {
        margin-top: 110px;
        padding-top: 45px !important;
    }
    .anlidiv1{
        padding-bottom: 20px;
    }

    .anlidetail {
        width: 92%;
        margin: auto;
    }

    .anlidetail .anlitit {
        font-family: 'Microsoft YaHei';
        font-size: 24px;
        line-height: 36px;
        color: #333333;
        margin-top: 10px;
    }

    .anliimg {
        padding: 20px 20px;
        margin-top: 14px;
        flex-wrap: wrap;
    }

    .casedatu {
        width: 100%;
        height: 230px;
    }

    .casexiaotu {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }

    .casexiaotu ul li {
        width: 47%;
        margin-right: 0px;
        margin-bottom: 15px;
        height: auto;
    }

    .anlicontent {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #fff;
        padding: 20px 20px;
        box-sizing: border-box;
        margin-top: 11px;
    }

    .anlidiv2 {
        padding-top: 21px;
        box-sizing: border-box;
    }

    .customer {
        width: 100%;
        height: 144px;
        border: 10px solid #F5F5F5;
        margin-top: 14px;
        background-image: url();
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        white-space: pre-wrap;
    }

    .anlipages {
        height: 45px;
        margin-top: 12px;
        padding: 0px 15px;
    }

    .anlipages a {
        font-size: 14px;
        line-height: 45px;
    }

    .anlipages a .aleft {
        margin-right: 6px;
    }

    .anlipages a .aright {
        margin-left: 6px;
    }

    .casetitle p {
        font-size: 22px;
        font-weight: bold;
        line-height: 60px;
    }

    .casetitle {
        margin-top: 6px;
    }
    .casedetails {
        padding: 0px 0 40px 0;
    }
    .pro_title {
        font-size: 28px;
        line-height: 36px;
    }

    .caseul a li .mobile_detm {
        display: block;
        font-size: 14px;
        font-weight: normal;
        color: #666666;
    }
    .case_div {
        margin-top: 36px;
    }
    .PublishingCon {
        margin-top: 26px;
    }

    .caseul a li .casecon p:first-child {
        padding-bottom: 5px;
        border-bottom: 0px;
    }

    .caseul a li .casecon p:nth-child(2) {
        margin-top: 13px;
        line-height: 22px;
    }

    .caseul a li .casecon {
        padding: 15px 14px;
    }

    .pr01con a,
    .pr01con div {
        width: 45%;
        padding-left: 20px;
        margin-top: 17px;
    }

    .proleft a,
    .proleft div {
        width: 45%;
        padding-left: 20px;
        margin-top: 17px;
    }
    
    .appcon {
        margin-top: 12px;
    }
    .proleft .free {
        background-position: 90px center;
    }
    .appnews {
        padding: 24px 23px 16px 23px;
    }
    .appnews p:nth-child(2) {
        margin-top: 15px;
    }
    .proleft .look {
        background-position: 90px center;
    }

    .pr01con .look {
        background-position: 90px center;
    }

    .pr01con .free {
        background-position: 90px center;
    }

    .aboutnav a:hover {
        border-bottom: 0px solid #022f5a;
    }

    .mobile_liaojie {
        display: block;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 12px;
        color: #999999;
        background-image: url(../img/jt02.png);
        background-repeat: no-repeat;
        background-position: 19% 83%;
        padding-top: 10px;
        box-sizing: border-box;
        margin-top: 9px;
    }

    .aboutimg {
        width: 92%;
        margin: 20px auto 0;
    }

    .cases_list {
        background-size: cover;
        margin-top: -30px;
        padding-top: 45px;
    }

    .prohibit .mpbile_jia {
        opacity: 0.3;
    }
    .heads a {
        margin-left: 16px;
    }
    .pr01con p {
        padding-bottom: 12px;
    }
    .sera p img {
        width: 40px;
    }
    .sera p:nth-child(2) {
        line-height: 24px;
        height: 100px;
    }
    .chancon p{
        white-space: pre-wrap;
    }
    .introtitle {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
    .introdov {
        padding: 30px 0 30px 0;
    }
}

@media screen and (max-width: 360px) {
    .contactul li p a:first-child {
        margin: 0 4px 0 0px;
    }
    .contactul li p a{
        font-size: 13px;
    }
    .contactul li p {
        font-size: 13px;
    }
    .contactul li span {
        font-size: 15px;
    }
    .similarul li {
        width: 327px !important;
    }

    .yingcase .caseul a li {
        width: 335px;
        margin-bottom: 30px;
    }
}