﻿@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

img {
    border: 0px;
}

.ui-left {
    float: left;
    width: 260px;
    background: #f2f2f2;
    border-top: 4px solid #1176ea;
}

.ui-left-title {
    width: 100%;
    height: 76px;
    margin: auto;
    border-bottom: 1px solid #21ace3;
    line-height: 76px;
    font-size: 24px;
    color: #555555;
    font-weight: bold;
    text-align: center;
}

.ui-left-list li {
    height: 56px;
    cursor: pointer;
}

.ui-selected {
    background: #21ace3;
}

.ui-selected span {
    color: #fff !important;
}

.ui-left-list li span {
    display: block;
    padding-left: 20px;
    text-align: left;
    margin: 0px 25px;
    height: 56px;
    overflow: hidden;
    line-height: 56px;
    font-size: 18px;
    color: #555555;
    border-bottom: 1px solid #d4d4d4;
}

.ui-left-list li span img {
    margin-right: 22px;
}

.ui-server {
    padding-left: 46px;
}

.ui-hotline {
    margin-top: 22px;
    font-size: 16px;
    color: #555555;
}

.ui-phone {
    margin-top: 10px;
    font-size: 18px;
    color: #de0000;
    font-family: '[Swiss721BT]';
    font-weight: bold;
}

.ui-online {
    display: block;
    margin-top: 20px;
    padding-left: 48px;
    background: url(../../images/qq.png) no-repeat;
    color: #21ace3;
    font-size: 16px;
    line-height: 38px;
    display: none;
}

.ui-server img {
    display: block;
    margin-top: 16px;
    margin-bottom: 32px;
    margin-left: -6px;
    width: 179px;
    height: 179px;
}

.ui-contactus {
    overflow: hidden;
    margin-top: 4px;
}

.ui-contactus>h4 {
    font-size: 24px;
}

.ui-contactus>h4>span {
    width: 5px;
    height: 30px;
    background: #21ace3;
    display: inline-block;
    vertical-align: -6px;
    margin-right: 10px;
}

.ui-contactus>form {
    width: 42%;
    float: left;
}

.ui-contactus>form>input {
    width: 20px;
    font-size: 16px;
}

.ui-contactus>form>label {
    font-size: 16px;
}

.ui-contactus>form>div {
    margin-top: 20px;
    font-size: 0;
    padding-left: 22px;
}

.ui-contactus>form>div>input {
    width: 14%;
    height: 26px;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    outline: none;
    border: 1px solid #e5e5e5;
    padding: 4px 0;
}

.ui-contactus>form>div>input#code {
    width: 38%;
    height: 26px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
    outline: none;
    border: 1px solid #e5e5e5;
    text-indent: 4px;
}

.ui-contactus>form>div>label {
    width: 10%;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: top;
}

.ui-contactus>form>div>textarea {
    width: 88%;
    font-size: 16px;
    height: 100px;
    display: inline-block;
    margin-bottom: 8px;
    outline: none;
    border: 1px solid #e5e5e5;
    padding: 1%;
    resize: none;
}

.ui-contactus>form>div>label.marginleft {
    margin-left: 2%;
}

.ui-contactus>form>div>label.widthmax {
    width: 14%;
    margin-left: -4%;
    line-height: 26px;
}

#ui-identify {
    font-size: 14px;
    float: right;
    padding: 1% 4%;
    background: #4d7b9a;
    font-weight: bold;
    line-height: 100% !important;
    color: #fff;
    margin-right: 2%;
    cursor: pointer;
}

.submit {
    font-size: 16px;
    display: block;
    margin-left: 10%;
    outline: none;
    border: none;
    background: #ff0000;
    color: #fff;
    padding: 2% 4%;
    cursor: pointer;
}

.ui-share .bdsharebuttonbox {
    float: none;
}

.ui-csright {
    width: 56%;
    float: right;
    padding-top: 10px;
}

.ui-csrtop>dl {
    width: 30.5%;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.ui-csrtop>dl>dt {
    text-align: center;
    margin-top: 10px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    border: 1px solid #cbcbcb;
    line-height: 80px;
}

.ui-csrtop>dl>dt>img {
    width: 50px !important;
    height: 50px !important;
    margin-top: 14px;
}

.ui-csrtop>dl>dd {
    margin-top: 8px;
    width: 100%;
}

.ui-cstext {
    display: inline-block;
    width: 33%;
    border-left: 2px solid #a0a0a0;
    vertical-align: top;
}

.ui-cstext>span {
    padding-left: 6%;
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
}

.ui-csrbottom {
    margin-top: 20px;
}

.ui-csrbottom .ui-share {
    /* width: 52%; */
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.ui-csrbottom .ui-share>h6 {
    font-size: 16px;
}

.ui-csrbottom .ui-address {
    /* width: 44%; */
    width: 80%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-top: 20px;
    padding-left:38px;
}

.ui-csrbottom .ui-address>p {
    margin: 0;
    line-height: 20px !important;
}

.ui-tleft {
    width: 170px;
    height: 30px;
    float: left;
    margin-bottom: 5px;
}

.ui-tleft label {
    width: 21%;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: top;
    line-height: 26px;
}

.ui-inputb {
    width: 78%;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
    line-height: 24px;
    outline: none;
    border: 1px solid #e5e5e5;
}

.n-error .n-icon {
    background-position: 0px 10px !important;
    height: 35px;
}

@font-face {
    font-family: 'Source Han Sans CN1';
    src: url('sourcehansanscn-medium_0.otf') format('opentype');
}
@font-face {
    font-family: 'Source Han Sans CN2';
    src: url('sourcehansanscn-regular_0.otf') format('opentype');
}
.ui-newcon {
    width: 100%;
    /*height: 442px;*/
    border-top: 1px solid #D4D4D4;
    margin-top: 20px;
    margin-bottom:80px;
}

.ui-newh4 {
    text-align: center;
    font-size: 30px;
    font-family: Source Han Sans CN1;
    font-weight: bold;
    color: #333333;
    margin-top: 22px;
}

.ui-newline {
    width: 56px;
    height: 4px;
    background: #21ACE3;
    margin: 0 auto;
    margin-top: -10px;
}

.ui-newList {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.ui-newtxt {
    width: 294px;
    height: 270px;
    background: #F5F7F9;
}

.ui-newtxt .ui-newimg {
    width: 100%;
    height: 184px;
    max-width: 100% !important;
    margin: 0;
}

.ui-newtitle {
    width: 258px;
    /*height: 35px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-family: Source Han Sans CN1;
    font-weight: bold;
    color: #333333;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 18px;
}

.newTime {
    font-size: 14px;
    font-family: Source Han Sans CN2;
    font-weight: 400;
    color: #888888;
    margin-top: 7px;
}

.ui-more {
    width: 114px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #7D7D7D;
    margin: 0 auto;
    font-size: 14px;
    font-family: Source Han Sans CN2;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
}

.ui-newList a:hover {
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);
    transition: all 0.3s;
}