.head {
    height: 151px;
    border-top: 7px solid #96ddfd;
}

.banner {
    margin: 0 auto;
    width: 1240px !important;
}

.bline {
    width: 50px;
    height: 5px;
    background-color: #0169CA;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.telephone {
    font-size: 18px;
    color: #101010;
}

.head .banner .logoslogan a {
    display: block;
    float: left;
    margin-top: 41px;
    width: 180px;
    height: 68px;
    font-size: 0;
}

.head .banner .logoslogan a .mzlogo {
    width: 180px;
    height: 68px;
}

.head .banner .slogan h1 {
    margin: 55px 0 0 18px;
    width: 252px;
    height: 49px;
    text-align: left;
    font-size: 18px;
    color: #383838;
}

.head .banner .slogan h1 span {
    display: block;
    margin-bottom: 1px;
    line-height: 25px;
}

.hotline {
    margin-top: 47px;
}

.head .banner .phone-coin {
    width: 61px;
    height: 61px;
}

.head .banner .fr span {
    display: block;
}

.head .banner .fr .helpline {
    font-size: 18px;
    text-align: top left;
}

.head .banner .fr .telephone {
    font-size: 26px;
    text-align: top left;
}

nav {
    height: 60px;
    line-height: 20px;
    text-align: center;
    border: 2px solid #ebebeb;
}

nav .banner ul {
    width: 1240px;
    height: 60px;
    border: 2px 0 2px 0 solid #ebebeb;
}

nav .banner ul li {
    float: left;
}

nav .banner ul li a {
    display: block;
    width: 137px;
    height: 60px;
    font-size: 16px;
    font-family: "SourceHanSansSC-bold";
    line-height: 60px;
    color: #0c0c0c;
}

nav .banner ul .first-li a {
    background-color: #96ddfd;
}

nav .banner ul li a:hover {
    background-color: #96ddfd;
}

/* 轮播图 */

.focus {
    position: relative;
    width: 1903px;
    height: 700px;
    overflow: hidden;
}

.focus ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 6000px;
    height: 700px;
}

.focus ul li img {
    width: 1903px;
    height: 700px;
}

.arrow-l, .arrow-r {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 100px;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-family: 'icomoon';
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
}

.arrow-r {
    right: 0;
}

.focus ol {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    z-index: 2;
}

.focus ol li {
    float: left;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: none;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
}

.focus ol li a {
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.focus ol .current {
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: white;
}

.swiper-container {
    width: 100%;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* 简介样式 */

.introduce {
    height: 560px;
    background-color: #EFEFEF;
}

.introduce .ud {
    padding-top: 100px;
}

.introduce .ud dl {
    height: 380px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.introduce .ud dl dt {
    position: relative;
    cursor: pointer;
    width: 418px;
    height: 380px;
    float: left;
    overflow: hidden;
}

.video {
    width: 418px;
    height: 380px;
    background: url(../img/mask1.png);
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0,0.3) url(../img/bofang.png) no-repeat center;*/
}

.mask:hover {
    display: none;
    pointer-events: none;
}

.introduce .video {
    margin: auto;
}

.video {
    width: 418px;
    height: 380px;
}

.video video {
    width: 100%;
    height: auto;
}

.introduce .ud dl dt img {
    width: 418px;
    height: 380px;
}

/* 
.introduce .ud dl dt img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
} */

.introduce .ud dl dd {
    float: left;
    width: 676px;
    height: 367px;
    padding-top: 36px;
    padding-left: 67px;
    box-sizing: border-box;
}

.introduce .ud dl dd span {
    display: block;
    width: 676px;
    font-size: 36px;
}

.introduce .ud dl dd .bline {
    margin-top: 11px;
}

.introduce .ud dl dd p {
    width: 676px;
    height: 144px;
    margin-top: 25px;
    margin-bottom: 14px;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}

.introduce .ud dl dd ul {
    width: 680px;
    height: 25px;
    padding-top: 26px;
    box-sizing: border-box;
    border-top: 1px dashed #cccccc;
}

.introduce .ud dl dd ul li {
    float: left;
    width: 110px;
    height: 25px;
    margin-right: 25px;
}

.introduce .ud dl dd ul li img {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 4px;
}

.introduce .ud dl dd ul li span {
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-style: normal;
}

/* 评测产品 */

.box_wid {
    width: 1240px;
    margin: 0 auto;
}

#pro {
    height: 812px;
    padding-top: 84px;
    background-color: #FFFFFF;
    text-align: center;
}

#pro .title {
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 11px;
    font-weight: normal;
}

#pro .em {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 10px;
}

#pro .line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #0168CA;
}

#pro .main {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 40px;
}

#pro .menu {
    width: 378px;
    height: 580px;
    box-sizing: border-box;
    background: url(../img/ksnav.png) no-repeat 0 0;
    padding: 25px 22px 16px 22px;
}

#pro .a_h3 {
    height: 76px;
    line-height: 76px;
    padding-left: 15px;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}

#pro .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#pro #rowl {
    border-bottom: 0;
}

#pro .r_a {
    width: 120px;
    font-size: 16px;
    color: #FFF;
    padding-left: 40px;
    height: 61px;
    line-height: 61px;
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    opacity: 0.8;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#pro .btm .r_a {
    width: 330px;
}

#pro .get {
    width: 120px;
    font-size: 16px;
    color: #FFF;
    padding-left: 40px;
    height: 61px;
    line-height: 61px;
    position: relative;
    opacity: 0.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#pro .menu .on {
    opacity: 1;
    font-weight: bold;
}

#pro .r_a::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    background: url(../img/point.png);
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    box-sizing: content-box;
}

#pro .get::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    background: url(../img/point.png);
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    box-sizing: content-box;
}

#pro .cont {
    width: 835px;
    height: 580px;
    border-radius: 10px;
    overflow: hidden;
}

#pro .item {
    position: relative;
    font-size: 0;
    height: 100%;
    display: none;
}

#pro .item1 {
    position: relative;
    font-size: 0;
    height: 100%;
    display: none;
}

/*#pro .item::before {*/

/*	display: block;*/

/*	content: "";*/

/*	width: 100%;*/

/*	height: 100%;*/

/*	background-color: rgba(0, 0, 0, 0.2);*/

/*	position: absolute;*/

/*	left: 0;*/

/*	top: 0;*/

/*}*/

/*#pro .item::before {*/

/*	display: block;*/

/*	content: "";*/

/*	width: 100%;*/

/*	height: 100%;*/

/*	position: absolute;*/

/*	margin-left: 30px;*/

/*	left: 0;*/

/*	top: 0;*/

/*}*/

#pro .bg {
    max-width: 100%;
    height: 100%;
}

/*#pro .text {*/

/*    position: absolute;*/

/*    display: block;*/

/*    z-index: 1;*/

/*    bottom: 0;*/

/*    left: 0;*/

/*    width: 100%;*/

/*    padding: 40px;*/

/*    box-sizing: border-box;*/

/*}*/

#pro .text {
    width: 835px;
    height: 210px;
    background: url(../img/yy.png) no-repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 81px;
    padding-left: 43px;
    padding: 81px 43px 30px;
    box-sizing: border-box;
}

#pro #h3b {
    padding-top: 10px;
}

#pro .c_h3 {
    margin-bottom: 15px;
    height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: normal;
}

#pro .c_ms {
    height: 41px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#pro .otherd {
    margin-top: 19px;
    margin-left: 15px;
    width: 268px;
    height: 33px;
}

#pro .otherd a {
    display: block;
    width: 268px;
    height: 33px;
    color: rgba(255, 255, 255, 100);
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

/*科学成长*/

.grow {
    height: 936px;
    background-color: #F4F4F4;
}

.page_wid {
    width: 1240px;
    margin: 0 auto;
}

#pys {
    padding: 85px 0;
    text-align: center;
}

#pys .title {
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 11px;
    font-weight: normal;
}

#pys .em {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
}

#pys .line {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #0168CA;
    margin-top: 20px;
}

#pys .list {
    display: flex;
    justify-content: space-evenly;
    color: #fff;
    margin-top: 40px;
}

#pys .item {
    width: 212px;
    position: relative;
    height: 486px;
    cursor: pointer;
    overflow: hidden;
    transition: width 0.5s;
    border-radius: 15px;
}

#pys .on .main {
    bottom: 0;
}

#pys .on .i_title {
    bottom: -80px;
}

#pys .list .on {
    width: 319px;
    flex-shrink: 0;
}

#pys .i_title {
    width: 212px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
    height: 70px;
    font-weight: normal;
    transition: bottom 0.5s;
}

#pys .eng {
    display: block;
    font-size: 14px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}

#pys .bg {
    height: 100%;
}

#pys .main {
    position: absolute;
    bottom: 100%;
    width: 319px;
    height: 486px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    transition: bottom 0.5s;
}

#pys .main img {
    width: 100px;
    height: 100px;
}

#pys .i_h3 {
    margin-top: 17px;
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 24px;
}

#pys .i_line {
    width: 25px;
    height: 1px;
    background-color: #bbb;
    margin-bottom: 35px;
}

#pys .i_ms {
    width: 217px;
    height: 174px;
    line-height: 30px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: justify;
}

.as-online {
    margin: 42px auto 3px auto;
    width: 228px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid rgba(56, 148, 255, 100);
    background-color: rgba(1, 105, 202, 100);
    transition: .25s;
}

.as-online .as-online1 {
    display: block;
    width: 228px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

.as-online:hover {
    transform: translateY(-10px);
}

/* 公司实力 */

.p1 {
    height: 882px;
    background-color: #FFFFFF;
}

.biaoti {
    padding-top: 84px;
    height: 60px;
    line-height: 60px;
    color: rgba(16, 16, 16, 100);
    font-size: 40px;
    text-align: center;
}

.xiaobiaoti {
    padding-bottom: 17px;
    height: 27px;
    line-height: 27px;
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
    text-align: center;
}

.lanxian {
    position: relative;
    margin: 0 auto 22px auto;
    text-align: center;
    width: 50px;
    height: 5px;
    background-color: #0169CA;
}

.strength {
    height: 820px;
    background: url(../img/strength.png) no-repeat;
}

#strength-title {
    padding-top: 84px;
    color: #FFFFFF;
}

#strength-title2 {
    color: #FFFFFF;
}

.baixian {
    position: relative;
    margin: 0 auto 28px auto;
    text-align: center;
    width: 50px;
    height: 5px;
    background-color: white;
}

.strength .banner .data {
    margin-left: 21px;
    width: 386px;
    height: 500px;
    border-radius: 10px;
    background-color: #fff;
    transition: .5s;
}

.strength .banner .data:hover {
    transform: translateY(-15px);
}

.strength .banner .data img {
    margin: 48px auto 0 126px;
    width: 135px;
    height: 135px;
    transition: 1s;
}

.strength .banner .data:hover img {
    transform: rotateY( 360deg);
}

.strength .banner .data .strength-title {
    margin: 23px auto 0 auto;
    width: 120px;
    height: 36px;
    color: rgba(16, 16, 16, 100);
    font-size: 24px;
    text-align: center;
}

.strength .banner .data .strength-details {
    margin: 30px auto 0 auto;
    width: 280px;
    height: 82px;
    line-height: 27px;
    color: #666666;
    font-size: 18px;
    text-align: center;
}

.strength .banner .data .strength-btn {
    margin: 56px auto 0 auto;
    width: 185px;
    height: 50px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 100);
    border: 1px solid rgba(56, 56, 56, 100);
    transition: .5s;
}

.strength .banner .data:hover .strength-btn {
    background-color: #0168CA;
    border: 1px solid #0168ca;
}

.strength .banner .data .strength-btn a {
    display: block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    color: #101010;
    font-size: 18px;
    text-align: center;
    font-family: 'Roboto';
}

.strength .banner .data:hover .strength-btn a {
    color: white;
}

.advantage {
    height: 1008px;
    background-color: #ffffff;
}

.ad-num {
    overflow: hidden;
    position: relative;
    width: 1240px;
    height: 580px;
    border: 3px solid rgba(187, 187, 187, 46);
    border-radius: 15px 15px 15px 15px;
}

.iden {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 10px solid white;
    border-radius: 50%;
    background-color: #0168CA;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

#id01 {
    top: 50%;
    transform: translateY(-50%);
    left: 52px;
    z-index: 2;
}

#id02 {
    top: 50%;
    transform: translateY(-50%);
    left: 458px;
    z-index: 2;
}

#id03 {
    top: 50%;
    transform: translateY(-50%);
    left: 860px;
    z-index: 2;
}

.adimg {
    width: 415px;
    height: 290px;
    overflow: hidden;
}

.adimg img {
    width: 415px;
    height: 290px;
    transition: all 1s ease 0s;
}

.adimg img:hover {
    transform: scale(1.1);
}

.admassage {
    width: 410px;
    height: 290px;
}

.adtitle {
    margin: 46px 33px 25px 41px;
    color: rgba(16, 16, 16, 100);
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.addetails {
    margin: 29px auto 73px auto;
    width: 320px;
    height: 102px;
    line-height: 26px;
    color: rgba(102, 102, 102, 100);
    font-size: 16px;
    text-align: left;
}

.adtitle1 {
    margin: 47px 155px 25px 62px;
    color: rgba(16, 16, 16, 100);
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.addetails1 {
    margin: 25px 38px 73px 60px;
    width: 311px;
    height: 102px;
    line-height: 26px;
    color: rgba(102, 102, 102, 100);
    font-size: 16px;
    text-align: left;
}

.adtitle2 {
    margin: 44px 0 25px 48px;
    color: rgba(16, 16, 16, 100);
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.addetails2 {
    margin: 25px 66px 78px 46px;
    width: 304px;
    height: 102px;
    line-height: 26px;
    color: rgba(102, 102, 102, 100);
    font-size: 16px;
    text-align: left;
}

.online {
    margin: 34px auto 3px auto;
    width: 228px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid rgba(56, 148, 255, 100);
    background-color: rgba(1, 105, 202, 100);
    transition: .25s;
}

.online1 {
    display: block;
    width: 228px;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 100);
    font-size: 24px;
    text-align: center;
}

.onlinephone img {
    margin: 3px 3px 0 442px;
    width: 40px;
    height: 40px;
}

.onlinehot {
    margin: 13px 1px 0 3px;
    height: 27px;
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
}

.onlinenum {
    margin-top: 3px;
    height: 42px;
    color: rgba(16, 16, 16, 100);
    font-size: 28px;
    font-weight: bold;
}

/* 成长规划 */

.plan {
    height: 986px;
    background-color: #F2F2F2;
}

.plan .banner .biaoti {
    padding-top: 75px;
}

.plan .banner ul {
    margin-top: 100px;
}

.plan .banner ul li {
    width: 396px;
    height: 143px;
    border-radius: 15px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.plan .banner ul .ml {
    margin-left: 12px;
    margin-right: 12px;
}

.plan .banner ul .mb {
    margin-bottom: 15px;
    margin-right: 15px;
}

.planleft img {
    display: block;
    width: 146px;
    height: 143px;
}

.planleft img {
    width: 146px;
    height: 143px;
}

.plan .banner li .ptitle1 {
    display: block;
    padding: 16px 19px 8px 22px;
    margin-bottom: 5px;
    width: 180px;
    height: 20px;
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*对超出容器的部分强制截取，高度不确定则换行*/
    /*显示省略符号来代表被修剪的文本。*/
}

.plan .banner li .ptitle2 {
    padding: 16px 183px 8px 22px;
    width: 45px;
    height: 28px;
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
}

.plan .banner li .ptitle3 {
    padding: 16px 183px 8px 22px;
    width: 45px;
    height: 28px;
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
}

.huixian {
    margin-left: 22px;
    width: 30px;
    height: 1px;
    background-color: rgba(187, 187, 187, 100);
    border: 1px solid rgba(187, 187, 187, 100);
}

.pdetails1 {
    margin: 12px 46px 14px 22px;
    width: 182px;
    height: 60px;
    color: rgba(102, 102, 102, 100);
    font-size: 14px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pdetails2 {
    margin: 17px 46px 32px 22px;
    width: 182px;
    height: 41px;
    color: rgba(102, 102, 102, 100);
    font-size: 14px;
    text-align: left;
}

.pdetails3 {
    margin: 17px 18px 32px 22px;
    width: 210px;
    height: 41px;
    color: rgba(102, 102, 102, 100);
    font-size: 14px;
    text-align: left;
}

.plan .banner .planonline {
    margin: 34px auto 3px auto;
    width: 228px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid rgba(56, 148, 255, 100);
    background-color: rgba(1, 105, 202, 100);
}

.plan .banner .planonline .planonline1 {
    display: block;
    width: 228px;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 100);
    font-size: 24px;
    text-align: center;
}

.plan .banner .as-online {
    transition: .25s;
}

/* 证书墙 */

.certificate {
    padding-top: 186px;
    height: 522px;
    background: url(../img/certificate.png) no-repeat;
}

.bluebox {
    margin: auto;
    width: 980px;
    height: 310px;
    background-color: rgba(1, 105, 202, 100);
    border: 5px solid rgba(255, 255, 255, 100);
}

.certitle {
    margin: 44px 169px 12px;
    height: 53px;
    color: rgba(255, 255, 255, 100);
    font-size: 36px;
    text-align: left;
}

.baixian1 {
    margin: 0 auto 29px auto;
    width: 50px;
    height: 3px;
    background-color: white;
}

.cerdetails {
    margin: 0 auto;
    width: 546px;
    height: 73px;
    line-height: 24px;
    color: rgba(245, 245, 245, 100);
    font-size: 14px;
    text-align: center;
}

.texture {
    margin-top: 25px;
    width: 980px;
    height: 84px;
}

/* 铭智万博咨询 */

.consult {
    height: 750px;
    background-color: #fff;
}

.consult .banner .biaoti {
    padding-top: 80px;
}

.consult ul {
    margin-top: 15px;
}

.consult ul li {
    margin-right: 30px;
    width: 280px;
    height: 25px;
}

.consult ul .conml {
    margin-left: 40px;
}

.consult ul li .contag {
    margin-bottom: 8px;
    width: 82px;
    height: 30px;
    color: #2c2c2c;
    font-size: 20px;
    text-align: left;
}

.consult .banner ul li .conimg {
    display: block;
    width: 280px;
    height: 186px;
}

.consult .banner ul li .conimg img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.consult ul li .contag {
    margin-bottom: 8px;
    width: 82px;
    height: 30px;
    color: #2c2c2c;
    font-size: 20px;
    text-align: left;
}

.consult .banner .th-tit {
    width: 280px;
    height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contitle {
    display: block;
    margin: 8px 0;
    width: 280px;
    height: 27px;
    color: #101010;
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag1 {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 280px;
    color: #6C6969;
    font-size: 14px;
    text-align: left;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

.uds {
    display: block;
    margin-bottom: 15px;
    width: 80px;
    height: 24px;
    color: #61A3D5;
    font-size: 16px;
    text-align: left;
}

.tag2 {
    margin-bottom: 7px;
    width: 280px;
    height: 21px;
    color: #6C6969;
    font-size: 14px;
    text-align: left;
}

.tag3 {
    margin-bottom: 7px;
    width: 280px;
    height: 21px;
    color: #6C6969;
    font-size: 14px;
    text-align: left;
}

.tag4 {
    width: 280px;
    height: 21px;
    color: #6C6969;
    font-size: 14px;
    text-align: left;
}

/* 留言板 */

.messageboard {
    padding-top: 96px;
    height: 779px;
    background: url(../img/messageboardimg.png) no-repeat;
    background-size: 100% 100%;
}

.messageboard .banner .ms-box {
    width: 1220px;
    height: 535px;
    background-color: #ffffff;
    border-radius: 15px 15px 20px 15px;
    overflow: hidden;
}

.ms-title {
    margin-top: 28px;
    margin-left: 56px;
    height: 60px;
    color: #000000;
    font-size: 40px;
    text-align: left;
}

.ms-word {
    margin-left: 56px;
    margin-bottom: 17px;
    width: 343px;
    height: 27px;
    color: #000000;
    font-size: 18px;
    text-align: left;
}

.ms-blueline {
    margin-left: 56px;
    margin-bottom: 10px;
    width: 50px;
    height: 1px;
    background-color: #0169CA;
    border: 2px solid #0169CA;
}

.ypersonal {
    margin-left: 56px;
    margin-bottom: 6px;
    width: 72px;
    height: 24px;
    color: #101010;
    font-size: 16px;
    text-align: left;
}

.yinput {
    margin-left: 56px;
    margin-bottom: 6px;
    width: 346px;
    height: 38px;
    border: 1px solid #bbbbbb;
}

.cminput {
    margin-left: 56px;
    margin-bottom: 6px;
    width: 346px;
    height: 85px;
    border: 1px solid #bbbbbb;
}

.capinput {
    float: left;
    margin-left: 56px;
    width: 131px;
    height: 38px;
    border: 1px solid #bbbbbb;
}

.capimg {
    margin-left: 7px;
    width: 113px;
    height: 40px;
}

.btn-input {
    margin-left: 56px;
    margin-top: 6px;
    width: 113px;
    height: 40px;
    background-color: #0169CA;
    color: #ffffff;
    font-size: 14px;
}

.messageboard .banner ul li {
    margin-top: 40px;
    margin-left: 2px;
    float: left;
    height: 100px;
}

.messageboard .banner ul li:nth-child(odd) {
    border-left: 1px dashed #000000;
}

.messageboard .banner ul .ms-data {
    width: 198px;
    height: 100px;
}

.messageboard .banner ul .ms-data .data1 {
    margin-top: 8px;
    margin-bottom: 20px;
    height: 37px;
    color: #101010;
    font-size: 36px;
    text-align: center;
}

.messageboard .banner ul .ms-data .adverb {
    height: 18px;
    color: #101010;
    font-size: 18px;
    text-align: center;
}

.captcha {
    height: 40px;
}

/* foot部分 */

.footer .topbox {
    height: 306px;
    background-color: #323232;
}

.footer .topbox .banner {
    padding-top: 50px;
}

.our {
    width: 300px;
}

.company {
    width: 540px;
    padding: 0px 80px;
    border-left: 2px solid #414141;
    border-right: 2px solid #414141;
    box-sizing: border-box;
}

.our li {
    margin-left: 50px;
    width: 135px;
    height: 40px;
    line-height: 40px;
}

.footer .topbox .our li a {
    color: #B9B9B9;
    font-size: 16px;
}

.phone {
    width: 240px;
    height: 31px;
}

.company img {
    width: 31px;
    height: 31px;
}

.company .fp-num {
    display: block;
    height: 31px;
    line-height: 31px;
    color: #FFFFFF;
    font-size: 28px;
    text-align: center;
}

.address {
    margin-top: 10px;
    line-height: 35px;
    color: #B9B9B9;
    font-size: 16px;
}

.address .beian {
    line-height: 35px;
    color: #B9B9B9;
    font-size: 16px;
}

.QR {
    margin-top: 15px;
    margin-left: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.QR img {
    width: 130px;
    height: 130px;
}

.QR #QR2{
    margin-left: 30px;
}

.QR span {
    display: block;
    text-align: center;
    line-height: 35px;
    color: #B9B9B9;
    font-size: 16px;
}

.footer .bottombox {
    background-color: #262626;
}

.footer .bottombox .link a {
    display: block;
    width: 118px;
    height: 24px;
    line-height: 24px;
    color: #B9B9B9;
}

.footer .bottombox a {
    display: block;
    float: left;
    font-size: 12px;
    color: #B9B9B9;
    line-height: 2.5;
    margin-right: 15px;
}

#f-link{
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

#f-link span {
    line-height: 2.5;
    font-size: 12px;
    margin-right: 15px;
    color: #B9B9B9;
}