* {
	margin: 0;
	padding: 0;
}

.ui-content {
	width: 100%;

}

.ui-cnt-top {
	width: 100%;
}

.ui-cnt-top-img {
	width: 100%;
	height: 360px;
	display: block;
}

.ui-cnt-topb {
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #D2D2D2;
}

.ui-cnt-topb-min {
	width: 1440px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.ui-cnt-topb-minl {
	display: flex;
}

.ui-cnt-topb-minl-p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-right: 50px;
	position: relative;
}

.ui-cnt-topb-minl-p1 {
	color: #C30D23;
}

.ui-cnt-topb-minl-p1::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #C30D23;
	display: block;
	/* margin-top: 17px; */
	/* float: left; */
	position: absolute;
    left: 0;
    bottom: -10px;
}

.ui-cnt-topb-minr {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	display: flex;
}

.ui-cnt-topb-minr p {
	color: #C30D23;
}

.ui-cnt {
	width: 1440px;
	position: relative;
	margin: 0px auto 20px;
}

.ui-cnt-tp {
	width: 100%;
	border-bottom: 1px solid #AAAAAA;
	padding: 30px 0 20px;
}

.ui-cnt-tp-h {
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 34px;
	text-align: center;
}

.ui-cnt-tp-p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	text-align: center;
	padding-top: 20px;
}

.ui-cnt-tp-p span {
	width: 50px;
	display: inline-block;
}

.ui-cnt-tx {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	padding: 20px 0;
}

.ui-cnt-tx img {
	max-width: 800px !important;
	height: auto;
	display: block;
	margin: 20px auto;
}
.list-one-a{
	color:#666666;
}
/* .ui-footer {
	width: 100%;
	height: 434px;
	background: #2F2F2F;
	padding-top: 70px;
	padding-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
}

.ui-fts {
	width: 1440px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.ui-fts-ul {
	display: flex;
	justify-content: space-between;
	width: 1140px;
}

.ui-fts-li {}

.ui-fts-li-p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
	line-height: 30px;
	padding-bottom: 10px;
	text-decoration: none;
	display: block;
}

.ui-fts-li-p:first-child {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
}

.ui-fts-li-p:first-child::after {
	content: "";
	width: 16px;
	height: 2px;
	background: #C7000B;
	display: block;
	margin-top: 10px;
}

.ui-fts-img {
	width: 170px;
	height: 170px;
	display: block;
}

.ui-ftb {
	width: 100%;
	border-top: 1px solid #5D5D5D;
	padding: 20px;

}

.ui-ftb-p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #888888;
	text-align: center;
	padding-bottom: 10px;
}

.ui-ftb-p img {
	width: 18px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 6px;
} */

.ui-newcon {
    width: 100%;
    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: 5px;
}

.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;
}

.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-csright {
    /*width: 56%;*/
	width:35%;
    float: left;
    padding-top: 10px;
}

.ui-csrtop>dl {
    width: 30.5%;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
	top: 70px;
    position: relative;
}

.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: 27%;
    border-left: 2px solid #a0a0a0;
    vertical-align: top;
	line-height: 60px;
}

.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;
}