

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a:hover {text-decoration: inherit;}


.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 60px;
    padding: 0px;
    background: rgba(0,0,0,0.8);
}
.header .rat-logo {
    float: left;
    padding: 10px 0px;
}
.header .nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    line-height: 60px;
    display: block;
    float: right;
}
.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
    float: left;
}

.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0 32px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 14px;
}
.header .navbar_nav li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 60px;
    width: 120%;
    background: rgba(170,2,1,0.8);
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    left: -10%;
    padding: 10px 0;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #fff;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #aa0201;
    background: #fff;
}
#navToggle {
    display: none;
}

.m_nav{
    position:fixed;
    top:0;
    /* box-shadow:0 15px 27px 0 rgba(167,165,165,0.38); */
    width:100%;
    height:100%;
    background:#fff;
    transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    -webkit-transition:all ease 0.5s;
    z-index:1000;
    opacity:1;
    visibility:visible;
    margin-top:0;
    overflow-y:auto;
    transform:translateX(100%);
    display: none;
}
.m_nav.open{ transform:translateX(0); }
.m_nav .top{ height:60px; padding:20px; box-sizing:border-box; }
.m_nav .top .closed{ display:block; width:30px; height:30px; line-height:30px; text-align:center; float:right; cursor:pointer; font-size:30px; }
.m_nav .logo{ width:100%; margin:0 auto; }
.m_nav .logo img{ height:50px; display:block; margin:30px auto; }
.m_nav .ul{ margin-top:30px; }
.m_nav .ul li{ padding:0 20px; border-bottom:1px solid #f5f5f5; transform:translateY(100%); -webkit-transform:translateY(100%); -webkit-transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms; opacity:0; }
.m_nav.open .ul li{ opacity:1; -webkit-transform:translateY(0); transform:translateY(0); }
.m_nav .ul li:nth-child(1){ -webkit-transition:all .2s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all .2s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(2){ -webkit-transition:all .4s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all .4s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(3){ -webkit-transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all .6s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(4){ -webkit-transition:all .8s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all .8s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(5){ -webkit-transition:all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(6){ -webkit-transition:all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li:nth-child(7){ -webkit-transition:all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms; transition:all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms; }
.m_nav .ul li a{ display:inline-block; text-decoration:none; color:#333; font-size:16px; height:50px; line-height:50px; width:93%; }
.m_nav .ul li .dropdown_menu{ display:none; }
.m_nav .ul li.dropdown.active .dropdown_menu{ display:block; }
.m_nav .ul li .dropdown_menu a{ display:block; width:100%; height:45px; line-height:45px; padding:0 20px; box-sizing:border-box; border-bottom:1px solid #f5f5f5; }
.m_nav .ul li .dropdown_menu a:last-child{ border:none; }

@media screen and (max-width: 768px) {
    .header .nav {
        display: none;
    }
    .header #navToggle {
        height: 50px;
        padding: 12px 15px;
        display: inline-block;
        float: right;
    }
    .m_nav {
        left: 0;
        display: block;
    }
    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 19px;
    }
    .header #navToggle span:before, .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }
    .header #navToggle span, .header #navToggle span:before, .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #fff;
    }
    .header #navToggle span:before {
        top: 8px;
    }
    .header #navToggle span:after {
        bottom: 10px;
    }
}

/*首页*/

.tableCell> img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
/* .section >.tableCell > img {
    animation-name: scaleBigToSmall;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
} */
.active .tableCell > img{ animation-name:scaleBigToSmall; animation-duration:1.5s; animation-delay:0.5s; animation-fill-mode:both; }


/* swiper */
.swiper-container-fade { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; }
.swiper-container-fade .swiper-slide { height: auto; }
/*slider_banner*/
.slider_banner .swiper-wrapper { }
.slider_banner .swiper-slide img { width: 100%; min-height: 150px; }
.slider_banner .swiper-slide img+img { position: absolute; top: 0; left: 0; }
.slider_banner .swiper-slide div {position: absolute;top: 0; bottom: 0; left: 0; right: 0; z-index: 99; background-color: rgba(0,0,0,0.4);}
.slider_banner .swiper-slide img { width: 100%; transition: 3s linear; transform: scale(1.08); }
.slider_banner .swiper-slide.swiper-slide-active img { transform: scale(1); }
.slider_banner .slider_swiper_control { position: absolute; right: 200px; bottom: 230px; z-index: 2; text-align: right; }
.slider_banner .swiper-button-white { position: static; position: relative; right: auto; left: auto; display: inline-block; overflow: hidden; margin: auto; width: 60px; height: 90px; border-radius: 0; background-color: #113f78; background-position: center; background-repeat: no-repeat; vertical-align: middle; text-indent: -9999px; opacity: 1; filter: alpha(opacity=100); }
.slider_banner .swiper-pagination { position: static; display: inline-block; width: auto; width: 100%; color: #fff; vertical-align: middle; text-align: right; }
.slider_banner .swiper-pagination span { vertical-align: middle; }
.slider_banner .swiper-pagination i { display: inline-block; margin: 0 8px; width: 6px; height: 6px; background-color: #fff; vertical-align: middle; }
.slider_banner .swiper-pagination-bullet:before { display: none; }
.slider_banner .swiper-pagination-bullet { display: inline-block; margin: 0; padding: 15px 0; width: 59px; height: auto; border-bottom: 2px solid rgba(255,255,255,0.5); border-radius: 0; background: initial; text-align: center; font-size: 16px; line-height: 1; }
.slider_banner .swiper-pagination-bullet.swiper-pagination-bullet-active { color: #fff; border-bottom-color: #b1b1b2; }
.banner_navigate_button { position: relative; float: right; margin-bottom: 180px; width: 178px; }
.banner_navigate_button:before { position: absolute; top: 50%; left: 50%; margin-left: -1px; width: 2px; height: 3px; background: url(../images/banner_prev.png) no-repeat right center; content: ""; }
.navigate_button_prev, .navigate_button_next { position: relative; float: right; display: block; width: 89px; height: 42px; border: 1px solid rgba(123,123,123,0.3); cursor: pointer; }
.navigate_button_prev:before, .navigate_button_next:before { position: absolute; top: 0; width: 75%; height: 42px; content: ""; -webkit-transition: all ease-in-out .35s; transition: all ease-in-out .35s; }
.navigate_button_prev:hover:before, .navigate_button_next:hover:before { width: calc(100% + 27px); }
/* swiper-button title */
.slider_banner .navigate_button_prev:before {right: 0; background: url(../images/banner_prev.png) no-repeat left center; }
.slider_banner .navigate_button_next:before {left: 0; background: url(../images/banner_next.png) no-repeat right center; }
.pagination_bar { right: 0; display: flex; width: 178px; -webkit-display: flex; justify-content: space-between; -webkit-justify-content: space-between; }
.pagination_bar .product-pagination { flex: 1; -webkit-flex: 1; }
.pagination_bar .product-pagination span { color: #a7a4a5; letter-spacing: .7px; font-size: 16px; font-family: 'PFDinTextCompPro-Medium'; line-height: 16px; }
.pagination_bar .product-pagination span.swiper-pagination-current { color: #575757; }
.pagination_bar .product-pagination i { margin: 0 8px; font-size: 16px; line-height: 16px; }
.product_more a { color: #a7a4a5; text-transform: capitalize; letter-spacing: .7px; font-size: 16px; font-family: 'PFDinTextCompPro-Medium'; }
.navigate_bar { width: 100%; }

/* .rat-mobile-banner {display: none;}
.rat-mobile-banner >div{ animation-fill-mode:both; } */
.bannerVideoBox{ position:relative; width:100vw; height:100vh;overflow:hidden; display: none; }
.wyz-vido-Container3{ height:100%; }
.wyz-vido-Container3 .swiper-slide{ background-position:center center; background-size:cover; }
.wyz-vido-Container3 .swiper-slide a{ width:320px; height:586px; display:inline-block; }
.e_switchbtn{ position:absolute; top:50%; transform:translateY(-50%); width:30px; height:50px; line-height:50px; text-align:center; z-index:999; background:rgba(0, 0, 0, .5); color:#fff; cursor:pointer; }
.btn-next{ right:0px; }
.bannerTitle{ position:absolute; bottom:20%; display:none; left:50%; transform:translateX(-50%); background:rgba(0,0,0,.5); }
.link{ display:block; color:#fff; padding:20px; }
/* .rat-mobile-banner{ max-height:none; padding-top:0px; padding-left:0px; padding-bottom:0px; min-height:0px; margin-right:0px; margin-left:0px; max-width:none; width:auto; margin-top:0px; margin-bottom:0px; min-width:0px; height:auto; padding-right:0px; } */

.Scroll-tip {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
    color: #fff;
    text-align: center;
}
.Tipss {
    text-transform: uppercase;
    font-size: 0.825rem;
}
.Tipss span {
    display: block;
}
.tip_anim {
    display: inline-block;
    margin: 0.75rem 0;
    height: 30px;
}
.tip_anim span {
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #fff;
    animation-name: scrollTip;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}

/* 第二页 */
.rat-index-zhongyaoall {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
}
.rat-index-zhongyao {
    width: 80%;
    max-width: 1200px;
    min-width: 0px;
    height: auto;
    min-height: 192px;
    margin: 0 auto;
    padding: 0px;
}
.rat-index-zhongyao {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.rat-index-zhongyaotitle {
    font-size: 52px;
    line-height: 64px;
    color: #fff;
    padding: 0px 0px 25px;
    margin: 0px 0px 20px;
    position: relative;
}
.rat-index-zhongyaotitle::after {
    content: '';
    width: 70px;
    height: 2px;
    background: #C00;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.rat-index-zhongyaoinfo {
    width: 650px;
    max-width: 75%;
    padding: 0px;
    margin: 0px;
    float: left;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    line-height: 2;
}

/* 第三页 */
.rat-index-proall {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.rat-index-proinfo {
    width: 94%;
    max-width: 1400px;
    height: auto;
    min-height: 192px;
    margin: 15% auto 0px;
    padding: 0px;
    text-align: center;
}
.rat-index-proinfotitle {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 52px;
    color: #fff;
    padding: 0px 0px 25px;
    margin: 0px 0px 10px;
    position: relative;
}
.rat-index-proinfotitle::after {
    content: '';
    width: 70px;
    height: 2px;
    background: #C00;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}
.rat-index-proinfonl {
    font-size: 56px;
    font-weight: 300;
    line-height: 60px;
    color: #fff;
    padding: 10px 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-index-proinfoxx {
    font-size: 16px;
    padding: 25px 0px;
    margin: 0px;
    overflow: hidden;
    color: #fff;
}
.rat-index-proinfobtn {
    width: 200px;
    height: 45px;
    color: rgba(255,255,255,1);
    border-style: solid;
    padding: 0;
    margin: 30px auto 0px;
    text-align: center;
    background-color: rgba(255,255,255,0);
    border-color: #fff;
    border-width: 1px;
    border-radius: 30px;
    line-height: 45px;
    font-size: 14px;
    display: block;
}
.rat-index-proinfobtn:hover {color: #ccc;}

/* 第四页 */
.rat-index-other {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-index-service,.rat-index-join {
    width: 50%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    float: left;
}
.w_img {
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}


/* 底部信息 */
.rat-footer-topall {
    background-image: linear-gradient(-90deg, rgba(27, 28, 23, 1), rgba(73, 70, 65, 1));
    width: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-footer-infoster {
    width: 100%;
    max-width: 1400px;
    height: auto;
    max-height: none;
    min-height: 200px;
    margin: 2.5% auto 2%;
    padding: 0px;
}
.rat-footer-infoleft {
    margin-left: 0px;
    float: left;
    margin-right: 0px;
    width: 30%;
}
.rat-footer-infotel {
    height: 33px;
    line-height: 33px;
    padding: 0px;
    margin: 0px 0px 10px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}
.rat-footer-infotel img {
    height: 100%;
    margin: 0px;
    padding: 2px 0px 5px;
}
.rat-footer-infophone {
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 0px;
    margin: 0px;
    color: #fff;
}
.rat-footer-infophone span {
    font-size: 24px;
    display: block;
    width: 100%;
}
.rat-footer-infophone p {
    font-size: 18px;
    display: block;
    width: 100%;
}
.rat-footer-infoweixin {
    float: left;
    padding: 10px 0px;
    margin: 0px;
    line-height: 1.8;
    text-align: center;
    color: #fff;
}
.rat-footer-infoweixin img {width: 80px;}
.rat-footer-inforight {
    width: 70%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    float: right;
}
.rat-footer-infomune {
    width: 25%;
    padding: 0px 20px;
    margin: 0px;
    overflow: hidden;
    float: left;
}
.rat-footer-infomune h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    padding: 0px;
    margin: 0px 0px 10px;
    overflow: hidden;
    color: #fff;
}
.rat-footer-infomune h3::after {
    content: '';
    width: 25px;
    height: 1px;
    margin: 0px;
    padding: 0px;
    background-color: #c00;
    display: block;
}
.rat-footer-infomune dt {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
}
.rat-footer-infomune dt a {font-size: 14px; font-weight: normal; color: #fff;}

.rat-footer-copyright {
    width: 100%;
    background-color: rgba(19, 19, 19, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-footer-copyrightinfo {
    width: auto;
    max-width: 813px;
    height: auto;
    max-height: none;
    min-height: 16px;
    margin: 10px auto 10px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 2;
}

.rat-nybanner {
    width: 100%;
    height: 45wh;
    position: relative;
    min-height: inherit;
}
.rat-nybanner > .p_contentbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.rat-nybanner-info {
    width: 90%;
    max-width: 600px;
    height: auto;
    min-height: 103px;
    margin: 12% auto 0px;
    padding: 0px;
    text-align: center;
    color: #fff;
}
.rat-nybanner-info h2 {
    font-size: 50px;
    line-height: 60px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-nybanner-info p {
    font-size: 18px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-nybanner-mune {
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}
.rat-nybanner-muneinfo {
    width: 90%;
    max-width: 1440px;
    margin: 0px auto;
    padding: 0px;
}
.rat-nybanner-muneone {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 14px;
    line-height: 65px;
    border-bottom:3px solid transparent;
    position: relative;
    float: left;
    background-image: url(../images/linebg.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}
.rat-nybanner-muneone:last-child {background: none;}
.rat-nybanner-muneone:hover { border-bottom:3px solid #e10b0b!important;color:#e10b0b!important;}
.p_categoryBtn {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255,255,255,0);
    border-color: rgba(255,255,255,0);
    border-style: solid;
    border-width: 0;
    height: auto;
    width: 30px;
    padding: 0;
    position: static;
    text-align: center;
    display: none;
}

.rat-ny-allinfo {
    padding: 50px 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-nyinfo-kuan {
    width: 90%;
    max-width: 1440px;
    margin: 0px auto;
    padding: 0px;
}
.rat-ny-title {
    font-size: 42px;
    font-family: 微软雅黑;
    color: #000000;
    padding: 0px;
    margin: 0px 0px 25px;
    overflow: hidden;
    text-align: center;
}
.rat-ny-editor {
    font-size: 18px;
    line-height: 2;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-ny-bgimg {
    background-size: 100% auto !important;
    padding: 60px 0px 100px;
}
.honor-list { margin: 0px; padding: 0; }
.honor-list li { margin-right: 1%; margin-left: 1%; list-style: none; width: 23%; float: left; }
.honor-list li a { display: block; width: 100%; position: relative; text-align: left; margin-top: 20px; }
.honor-list li a .honor-img { width: 100%; display: block; text-align: center; border: 1px solid #ccc;overflow: hidden; }
.honor-list li a img { margin: 0 auto; width: 100%; transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;}
.honor-list li a h4 { overflow: hidden; text-shadow: none; font-size: 16px; height: 46px; line-height: 46px; color: #fff; margin: 0px; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); border-bottom: 1px solid #e1e1e1; text-align: left; width: 100%; }
.honor-list li a h4:before { position: absolute; content: ""; width: 10px; height: 1px; background-color: #fff; margin-top: 46px; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); }
.honor-list li a p { color: #bbbbbb; font-size: 13px; line-height: 24px; height: 50px; overflow: hidden; width: 100%; margin-top: 10px; }
.honor-list li a:hover { text-decoration: none; }
.honor-list li a:hover img { -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
	transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.honor-list li a:hover h4 { color: #C00; }
.honor-list li a:hover h4:before { width: 100%; background-color: #C00; }
.honor-list li  h4 { overflow: hidden; text-shadow: none; font-size: 16px; height: 46px; line-height: 46px; color: #fff; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); border-bottom: 1px solid #e1e1e1; text-align: left; width: 100%; }
.honor-list li  h4:before { position: absolute; content: ""; width: 10px; height: 1px; background-color: #fff; margin-top: 46px; -webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1); transition: all .66s cubic-bezier(.17, .84, .44, 1); }
.honor-list li  p { color: #bbbbbb;text-align: left; font-size: 13px; line-height: 24px; height: 50px; overflow: hidden; width: 100%; margin-top: 10px; }
.honor-list li:hover { text-decoration: none; }
.honor-list li:hover h4 { color: #C00; }
.honor-list li:hover h4:before { width: 100%; background-color: #C00; }


/* 新闻动态 */
.newslist {}
.newslist li {
	width: 100%;
    background:#fff;
		border-bottom: 1px dashed #eee;
    padding: 18px;
    float:left;
    overflow:hidden;
    margin-bottom:20px;
    transition:all 0.6s;
    position:  relative;
}
.newslist li:hover {
    box-shadow:0px 5px 10px 0px #eee;transition:all 0.6s
}
.newslist .newimg {
    overflow: hidden;
    float: left;
    margin-right: 24px;
}
.newslist .newimg img {
    border:1px solid #f0f0f0;
    height: 120px;}
.newslist li h6 {
    font-size: 18px;
    font-weight: 900;
    color: #444444;
    margin: 16px auto 8px auto;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.newslist li p {
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 22px;
    margin-bottom: 18px;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newslist li span {
    color: #999;
    font-size: 14px;
    display: block;
    float: left;
		margin-bottom: 20px;
}
.newslist li .nse {
    font-size: 14px;
    color: #666666;
    width: 100px;
    height: 38px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
    display: block;
    float: right;
    line-height: 38px;
    transition: all 0.6s;
    position: absolute;
    right: 15px;
    bottom: 20px;
}
.newslist li:hover .nse {
    border:1px solid #C00;
    background:#C00;
    color:#fff;
    margin-top:-6px;
    transition:all 0.6s;
}
.newsinfo-title {
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	margin-bottom: 10px;
}
.newsinfo-title h1 {
	font-size: 18px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	margin: 0px;
}
.newsinfo-title .newsother {
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newsinfo-details {
	line-height: 25px;
	font-size: 16px;
	padding-top: 20px;
}
.rat-page {
	border-top: 1px dashed #eee;
	padding: 5px 0px;
    margin-top: 15px;
	overflow: hidden;
}
.rat-page a {
	color: #333;
}
.rat-pageright {
	text-align: right;
}

.rat-designer-all {
    width: 100%;
    margin: 2rem 0px;
    overflow: hidden;
    position: static;
}
.rat-honor-summary {
    max-width: 1245px;
    margin: 0px: auto;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height:2.4
}
.rat-designer-one {
    width: 16.8%;
    padding: 20px 20px 10px;
    margin: 0px 0px 0px 4%;
    overflow: hidden;
    background-color: #dddddd;
    color: #222;
    float: left;
}
.rat-designer-one:first-child {margin-left: 0px;}
.rat-designer-one:nth-child(2n) {background-color: #3a3934; color: #fff;}

.rat-designer-img {
    width: 90%;
    border-radius: 50%;
    padding: 0px;
    margin: 0px auto;
    overflow: hidden;
}
.rat-designer-txt {
    width: auto;
    min-height: 134px;
    margin: 20px auto 10px;
    padding: 0px;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
}
.rat-designer-txt h3 {
    font-size: 16px;
    padding: 5px 0px 10px;
    margin: 0px;
}
.rat-video-one {
    width: 100%;
    margin: 0px 0px 20px;
    padding: 0px;
    overflow: hidden;
}
.rat-video-img {
    padding: 0px;
    margin: 0px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.rat-video-img img {width: 100%;}
.rat-video-txt {
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    padding: 10px;
    margin: 0px;
    overflow: hidden;
    background-color: #eee;
}

.rat-prolist-one {
    padding: 10px;
    margin: 10px;
    border: #dfdfdf 0px solid;
    background: #ffffff;
    transition: all .5s ease;
}
.rat-prolist-one:hover {box-shadow: 0px 1px 8px 0px rgb(179, 179, 179);}
.rat-prolist-img img {
    width: 100%;
    border: solid #ccc 1px;
    background-color: #f0f0f0;
    height: 100%;
}
.rat-prolist-txt {
    margin: 10px 0 0;
    padding: 0px 0px;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    background-color: #f8f8f8;
}

/* 在线留言 */

.rat-ny-form ul {
	margin-bottom: -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.rat-ny-form ul li {
	margin-bottom: 40px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: rgba(0, 0, 0, 0.5)
}

.rat-ny-form ul li.item-one {
	width: 31.5%
}

.rat-ny-form ul li .layui-input-block {
	height: 46px;
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.rat-ny-form ul li input {
	padding-left: 17px;
	background: none;
	border: none;
	height: 100%;
	color: #fff;
	font-size: 14px
}

.rat-ny-form ul li .layui-textarea {
	background: none;
	border: none;
	height: 100%;
	padding: 10px 17px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px
}

.rat-ny-form ul li .textarea-box {
	height: auto;
	min-height: 132px
}

.rat-ny-form ul li input::-webkit-input-placeholder,
.rat-ny-form ul li textarea::-webkit-input-placeholder {
	color: #fff
}

.rat-ny-form ul li input:-moz-placeholder,
.rat-ny-form ul li textarea:-moz-placeholder {
	color: #fff
}

.rat-ny-form ul li input::-moz-placeholder,
.rat-ny-form ul li textarea::-moz-placeholder {
	color: #fff
}

.rat-ny-form ul li input:-ms-input-placeholder,
.rat-ny-form ul li textarea:-ms-input-placeholder {
	color: #fff
}

.rat-ny-form ul li.ratbtn {
	background: none
}

.rat-ny-form ul li.ratbtn .layui-input-block {
	height: auto
}

.rat-ny-form ul li.ratbtn .layui-btn {
	display: block;
	margin: 0 auto;
	width: 326px;
	line-height: 58px;
	height: auto;
	background: #cc252d;
	font-size: 20px;
	color: #fff;
	text-align: center
}

.layui-layer-content {
	color: #000 !important
}

/*招聘岗位*/
.JobTitle {
    background-color: #cc252d;
}

.JobTitle span,
.JobPanel dt span {
    font-size: 12px;
    width: 24%;
    padding: 13px 5px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.JobTitle span {
    color: #fff;
}

.JobTitle span:nth-child(3),
.JobTitle span:nth-child(4),
.JobTitle span:nth-child(5),
.JobTitle span:nth-child(6),
.JobPanel dt span:nth-child(3),
.JobPanel dt span:nth-child(4),
.JobPanel dt span:nth-child(5),
.JobPanel dt span:nth-child(6) {
    width: 13%;
}

.JobPanel dl,
.JobPanel dd {
    margin: 0;
    padding: 0;
}

.JobPanel dl {
    margin-top: 15px;
}

.JobPanel dt {
    cursor: pointer;
    font-weight: normal;
    background-color: #f6f6f6;
}

.JobPanel dd {
    padding: 15px 5%;
    font-size: 12px;
    display: none;
    line-height: 30px;
}

.JobPanel dd h2,
.JobPanel dd p {
    margin: 0;
    padding: 0;
}

.JobPanel dd h2 {
    font-size: 12px;
    margin-bottom: 7px;
}


/* 分页 */
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px}
.pagination>li {display: inline}
.pagination>li>a,.pagination>li>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #C00;text-decoration: none;background-color: #fff;border: 1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px}
.pagination>li:last-child>a,.pagination>li:last-child>span {border-top-right-radius: 4px;border-bottom-right-radius: 4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {z-index: 2;color: #C00;background-color: #eee;border-color: #ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {z-index: 3;color: #fff;cursor: default;background-color: #C00;border-color: #C00}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd}
.pagination-lg>li>a,.pagination-lg>li>span {padding: 10px 16px;font-size: 18px;line-height: 1.3333333}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {border-top-left-radius: 6px;border-bottom-left-radius: 6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {border-top-right-radius: 6px;border-bottom-right-radius: 6px}
.pagination-sm>li>a,.pagination-sm>li>span {padding: 5px 10px;font-size: 12px;line-height: 1.5}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {border-top-left-radius: 3px;border-bottom-left-radius: 3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {border-top-right-radius: 3px;border-bottom-right-radius: 3px}



@media (max-width:767px) {
    #fullPage-nav {display: none;}
    #banner01 {display: none;}
    .bannerVideoBox {display: block;}
    .rat-footer-infoster {display: none;}
    .rat-index-service, .rat-index-join {width: 100%; float: none;}
    .rat-footer-copyrightinfo {padding: 10px;}
    .tableCell {vertical-align: initial;}
    .rat-index-other {margin-top: 60px;}
    .rat-index-zhongyao {width: 90%;}
    .rat-index-zhongyaotitle {font-size: 20px;line-height: 30px;padding: 0px 0px 15px;margin: 0px 0px 0px;}
    .rat-index-zhongyaoinfo {width: 100%;max-width: 90%;font-size: 14px;}
    .rat-index-proinfo {margin-top: 50%;}
    .rat-index-proinfotitle {font-size: 18px;letter-spacing: 2px;line-height: 30px;padding: 0px 0px 15px;}
    .rat-index-proinfonl {font-size: 20px;line-height: 30px;}
    .rat-index-proinfoxx {font-size: 13px;padding: 15px 0px;}
    .rat-nybanner {margin-top: 60px;}
    .rat-nybanner-muneinfo {display: none;}
    .rat-nybanner-info {margin-top: 20px;}
    .rat-nybanner-info h2 {font-size: 24px;line-height: 30px;}
    .rat-nybanner-info p {font-size: 14px;}
    .rat-ny-allinfo {padding: 25px 0px 50px;}
    .rat-nyinfo-kuan {width: 100%; padding: 0px 10px;}
    .rat-ny-title {font-size: 28px;margin-bottom: 15px;}
    .rat-ny-editor {font-size: 14px;}
    .rat-ny-editor img {width: 100%;}
    .rat-ny-bgimg {background-size: auto 100% !important;}
    .rat-honor-summary {font-size: 14px; line-height: 1.8; text-align: left;}
    .rat-prolist-one {padding: 0px;margin: 0px 0px 10px;}
    .rat-prolist-txt {margin: 5px 0 0;line-height: 25px;font-size: 14px;}
    .pagination {margin-bottom: 0px;}
    .rat-designer-one {width: 100%; margin: 0px 0px 10px; padding: 5px;}
    .rat-designer-img {width: 120px; float: left;}
    .rat-designer-txt {width: calc(100% - 130px); float: right; text-align: left; font-size: 12px;min-height: auto;margin: 10px 0px;}
    .newslist li {padding: 5px; margin-bottom: 10px;}
    .newslist li h6 {margin-top: 0px; font-size: 16px;}
    .rat-ny-form ul li {margin-bottom: 15px;}
    .rat-ny-form ul li.item-one {width: 100%;}
    .rat-footer-copyrightinfo span {display: none;}
	.JobTitle {margin-top: 15px;}
	.JobTitle span,.JobPanel dt span,.JobTitle span:nth-child(6) {width: 33.333%;}
	.JobTitle span,.JobPanel dt span,.JobPanel dd,.JobPanel dd h2 {font-size: 14px;}
	.JobTitle span:nth-child(3),.JobTitle span:nth-child(4),.JobTitle span:nth-child(5),.JobPanel dt span:nth-child(3),.JobPanel dt span:nth-child(4),.JobPanel dt span:nth-child(5) {display: none;}

}
