
.list-news-home-wrap {
    padding-left: 0;
}
.news-home-item {
    margin-bottom: 12px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
}
.news-home-item:last-child {
    margin-bottom: 0;
}
.news-home-img img {
    display: block;
}
.news-home-img {
    width: 30%;
    border: 1px solid #eee;
    padding: 2px;
    margin-right: 10px;
    display: block;
}
.news-home-info {
    width: 70%;
}
.news-home-title {
    margin-bottom: 5px;
}
#cate_hori {
    position: relative;
}
.section_title_2 {
    padding: 0 40px;
    display: inline-block;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-size: 21px;
    text-align: center;
    line-height: 30px;
}
.section_title_2:before {
    position: absolute;
    content: '';
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 8px;
    border-left: 3px solid;
    border-right: 3px solid;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    border-color: #fdd400;
}
.section_title_2:after {
    position: absolute;
    content: '';
    top: 2px;
    bottom: 2px;
    width: 8px;
    border-left: 3px solid;
    border-right: 3px solid;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    left: auto;
    right: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    border-color: #fdd400;
}
.service-wrap {
    background-color: #000000;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.service-item {
padding: 5px;
display: flex;
cursor: pointer;
margin-bottom: 10px;
transition: all 300ms ease;
-o-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
align-items: flex-start;
justify-content: flex-start;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
}
.service-item:hover {
}
.ser-img img {max-width: 70px;}
.ser-name {
font-weight: 500;
font-size: 18px;
color: #ffffff;
line-height: 25px;
position: relative;
margin-bottom: 6px;
text-transform: uppercase;
}
.ser-des {
color: #dddddd;
margin-top: 5px;
}
.ser-des p {
    margin-bottom: 0;
}
.ser-img {
    width: 40%;
    text-align: center;
    padding-right: 10px;
}
.ser-img {}
.ser-name span:before {}
.ser-name span {
    position: relative;
    display: inline-block;
}
.ser-name:after {
    content: '';
    display: block;
    height: 2px;
    width: 20%;
    background: #a80022;
    margin: 0px 0 5px 0;
    display: none;
}
#cate_hori {
    visibility: visible;
    opacity: 1;
    display: block;
}
.special-box {
background: #FFF;
}
.special-header .special-title{
    padding: 10px 20px;
    display: inline-block;
    background: #bb001c url('../img/arrow-fade.png') right center no-repeat;
    background-size: 110px;
    color: #FFF;
    padding-right: 110px;
    text-transform: uppercase;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.special-header .bg-special {
    max-height: 70px;
    margin-left: 0;
    z-index: 9;
    position: absolute;
    left: 100%;
    bottom: 0;
}
.special-header .special-title:after {
    position: absolute;
    content: '';
    right: -65px;
    top: 0;
    bottom: 0;
    width: 65px;
    border-left: 65px solid #bb001c;
    border-right: 0;
    border-top: 50px solid transparent;
    box-sizing: border-box;
}
.special-header {
    display: inline-block;
    position: relative;
}
.header-bottom {
    box-shadow: none;
}
.list-cate-child {
    list-style: none;
    position: absolute;
    right: 0;
    top: 10px;
}
.list-cate-child li {
    float: left;
}
.list-cate-child li a {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
}
.theme-default {
box-sizing: border-box;
margin-bottom: 15px;
}
.ads-home {
box-sizing: border-box;
margin-bottom: 30px;
}
.ads-home img{
    padding: 0;
    float: left;
}
.slide-box {
margin: 0;
width: 100%;
}
.ads-wrap{
}
.ads-img {
    overflow: hidden;
}
.ads-img a {
    overflow: hidden;
    display: block;
    position: relative;
}
.ads-img a:before, .ads-img a:after {
    background: rgba(255, 255, 255, 0.1);
    content: '';
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.ads-img a:before {
    left: -100%;
    top: -100%;
}
.ads-img a:after {
    left: 100%;
    top: 100%;
}
.ads-img a:hover:before, .ads-img a:hover:after {
    left: 0;
    top: 0;
}
.par-item {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
}
.par-item img {
    margin: 0 auto;
}
/*   NEWS   */
.news-home-box {
    background: #f4f5f6;
}
.news_main {
    margin-bottom: 20px;
}
.top-news {
    margin-bottom: 20px;
}
.top-news .news_item:first-child {
    margin-top: -10px;
}
.top-news .news_item:last-child {
    border: none;
}
.news_item{
    overflow:hidden;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.top-news .news_item{
    padding: 10px 0;
}
.news_item .news_img{
    float:left;
    margin-right: 10px;
    max-width: 30%;
    border: 1px solid #eee;
}
.news_title{
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}
.news_title:hover{
    color: #006BA0;
}
.news_img img {
    max-width: 100%;
    float: left;
}
.news_des {
    color: #636363;
}
.news_main .news_title {
    text-transform: uppercase;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
#home_cate_left {
    position: relative;
    margin-bottom: 15px;
}
#home_cate_right {
    position: relative;
}
.list-page-right {
    position: absolute;
    top: 0;
    right: 0;
}
.list-page-right a {
    display: inline-block;
    line-height: 40px;
    padding: 0 12px;
    color: #333;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.list-page-right a:hover {
    background: #fcd501;
}
.news_home_wid {
    position: relative;
    height: 100%;
}
.home_temp_img img {
    display: block;
}
.news-home-slide-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 0;
}
.news-home-slide-img {
    width: 40%;
    padding-right: 15px;
}
.news-home-slide-info {
    width: 60%;
}
.news-home-slide-des {
    color: #5d5d5d;
    margin-top: 10px;
}
.home_temp_img {
    position: relative;
}
.home_temp_img_content {
    right: 0;
    bottom: 0;
    display: table;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    color: #fff;
}
.home_temp_img_details {
    padding: 5%;
    box-sizing: border-box;
    line-height: 18px;
    max-height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.home_temp_img:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgb(0 0 0 / 20%);*/
}
.home_temp_img_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.home_temp_img_des {
    font-size: 14px;
    line-height: 22px;
	text-align: center;
}