.container {
    width: 100%;
	max-width:1440px;
	min-width:1280px;
	margin:0px auto;
}



.p110 {
    padding: 50px 0; 
}


.level {
    background: #F3F4F6;
    line-height: 4.375rem;
}

.level .level_ul li {
    display: inline-block;
}

.level .level_ul li a {
	font-family:'Microsoft YaHei','微软雅黑'; 
    font-size: 16px;
    color: #5B5B5B;
    position: relative;
    display: block;
	text-decoration:none;
}

.level .level_ul li a::after {
	font-family:'Microsoft YaHei','微软雅黑'; 
    position: absolute;
    left: 0;
    top: -2px;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: #962c38;
    content: "";
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
	text-decoration:none;
}

.level .level_ul li a span {
    position: relative;
    z-index: 1;
    padding: 0 2.1875rem;
    display: block;
}

.level .level_ul li.active a,
.level .level_ul li:hover a {
    color: #fff;
}

.level .level_ul li.active a::after,
.level .level_ul li:hover a::after {
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    width: 100%;
}

.text {
	font-family:'Microsoft YaHei','微软雅黑'; 
    font-size: 16px;
    line-height: 26px;
    color: #5B5B5B;
}

.after .after_box>div {
    width: 48.5%;
}

.after .after_ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 1.25rem 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.after .after_ul li img {
    width: 3.875rem;
}

.after .after_ul li p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #434343;
    margin-top: 0.9375rem;
}



.list_news ul li {
    margin-bottom: 2.375rem;
    background: #F5F6F8;
    position: relative;
    padding: 20px;
}

/* .list_news ul li:nth-of-type(1) {
    padding-top: 0;
} */

.list_news ul li .font15 .iconfont {
	font-family:'Microsoft YaHei','微软雅黑'; 
    font-size: 20px;
    margin-left: 0.625rem;
    position: relative;
    top: 0.1875rem;
}

.list_news ul li .name {
	font-family:'Microsoft YaHei','微软雅黑'; 
    font-size: 24px;;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    padding-top: 20px;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.list_news ul li .data {
    font-size: 16px;
    line-height: 24px;
    color: #AAAAAA;
    font-family:'Microsoft YaHei','微软雅黑'; 
    margin: 0.625rem 0;
}

.list_news ul li .data img {
    position: relative;
    top: -0.125rem;
    margin-right: 0.3125rem;
}

.list_news ul li .text {
    margin-bottom: 0.5rem;
    text-align: justify;
}

.list_news ul li .left {
    padding-left: 0;
}

.list_news ul li .right {
    padding-right: 20px;
}

.list_news ul li:hover::before {
    width: 100%;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.list_news ul li:hover img {
    transform: scale(1.1);
}

.list_news ul li:hover .name {
    transform: translateX(10px);
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #962c38;
}

.list_news ul li:hover .font15,
.list_news ul li:hover .text,
.list_news ul li:hover .data {
    color: #962c38;
}


.solution .solution_ul li {
    margin-bottom: 70px;
}

.solution .solution_ul li:nth-of-type(odd)>div:nth-of-type(1) {
    float: left;
}

.solution .solution_ul li:nth-of-type(odd)>div:nth-of-type(2) {
    float: right;
}

.solution .solution_ul li:nth-of-type(even)>div:nth-of-type(1) {
    float: right;
}

.solution .solution_ul li:nth-of-type(even)>div:nth-of-type(2) {
    float: left;
}

.solution .solution_ul li>div {
    width: 48%;
}

.solution .solution_ul li .solution_box .font35 {
	font-family:'Microsoft YaHei','微软雅黑'; 
    font-weight: bold;  font-size: 26px;
	line-height: 36px;
}

.font35 {
        font-size: 28px;
		font-weight: bold;  
    }

.more a {
	font-family:'Microsoft YaHei','微软雅黑'; 
    display: inline-block;
    color: #333333;
    background: #e0e1e3;
	border:1px solid #787780;
    width: 160px;
    line-height:48px;
    text-align: center;
}

.more a .iconfont {
    margin-left: 1.5625rem;
    display: inline-block;
    font-size: 1.25rem;
}

.more a:hover {
    color: #fff;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    background: #962c38;
	border:1px solid ##962c38;
	text-decoration:none;
}

.more a .iconfont {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
}

.more a:hover .iconfont {
    color: #fff;
    margin-left: 2.5625rem;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
}


