body {
    background: #fff;
    font-size: 14px;
    color: #262727;
}

img {
    border: 0;
}

ul,
li,
dl,
dd,
dt,
p {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #070002;
    text-decoration: none;
    transition: All 0s ease-in-out;
    -webkit-transition: All 0s ease-in-out;
    -moz-transition: All 0s ease-in-out;
    -o-transition: All 0s ease-in-out;
}

a:hover {
    color: #b50916;
    text-decoration: none;
}

.clear {
    clear: both;
}

.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

.font10 {
    font-size: 10px;
}

.ftBlue {
    color: #06C;
}

.ftOrange {
    color: #F90;
}

.ftYellow {
    color: #FF0;
}

.ftRed {
    color: #F00;
}

.ftGray {
    color: #666;
}

.ftGreen {
    color: #360;
}

.ftStrong {
    font-weight: bold;
}

.ftUnderline {
    text-decoration: underline;
}

.ftOverline {
    text-decoration: line-through;
}

.ftItalic {
    font-style: italic;
}

.ahover {
    -webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.container-fluid {
    padding: 0 100px;
}

.fahd {
    display: inline-block;
}

.fahd-code {
    background: url(ico1.png) no-repeat center;
    background-size: 100%;
}

.fahd-search {
    background: url(ico2.png) no-repeat center;
    background-size: 100%;
}

#logo {
    margin: 0;
}

#header #logo2 {
    display: none;
}

#header.fixed #logo2 {
    display: block;
}

#header.fixed #logo1 {
    display: none;
}

#topNav button.btn-mobile {
    margin-top: 10px;
}

#header li.quick-cart .quick-cart-box {
    display: none;
    right: 0;
    left: auto;
    padding: 10px;
}

#header li.quick-cart .quick-cart-box {
    width: 172px;
}

#header li.quick-cart .quick-cart-wrapper {
    overflow: hidden;
}

#header li.quick-cart .quick-cart-box a {
    display: block;
    padding: 0;
    border-bottom: rgba(0, 0, 0, 0.04) 1px solid;
}

.nav-main>li {
    background: url(ico3.jpg) no-repeat right;
}

.nav-main>li:last-child {
    background: none;
}

.nav-main>li>a {
    padding: 10px 25px;
}

.nav-main>li>a>img {
    margin-right: 8px;
}

.nav-main>li>a:hover {
    color: #b50916 !important;
}

#topMain.nav-pills>li:hover>a,
#topMain.nav-pills>li:focus>a,
#topMain.nav-pills>li>a.selected {
    color: #b50916;
    background-color: rgba(181, 9, 22, 0.2);
}

#topNav ul.dropdown-menu {
    min-width: 150px;
    left: 50%;
    margin-left: -75px;
}

#topNav ul.dropdown-menu li {
    text-align: center;
}

.nav-menu-content-box {
    z-index: 100;
    position: relative;
}

.nav-menu-content {
    overflow: hidden;
    height: 100px;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.nav-menu-content-item {
    box-shadow: 0 2px 15px #ccc;
    height: 300px;
    position: absolute;
    width: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nav-menu-content-cell {
    height: 100px;
    width: 100%;
    background: #fff;
}

.nav-menu-content-sell {
    margin: 0 auto;
    position: relative;
    width: 1400px;
}

.nav-menu-content-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background:#eee; */
    height: 200px;
}

.nav-menu-content-logo {
    float: left;
    margin-right: 195px;
    width: 350px;
}

.nav-menu-content-home {
    display: inline;
    float: left;
    width: 80px;
}

.nav-menu-content-home a {
    display: block;
    color: #2d2c2c;
    text-align: center;
    font-size: 16px;
    height: 100px;
    line-height: 100px;
}

.nav-menu-content-home a:hover {
    color: #fff;
    background: #ce1d29;
}

.nav-menu-content-info {
    width: 770px;
    display: inline;
    float: left;
}

.navMenu-item {
    display: inline;
    float: left;
    width: 110px;
}

.navMenu-item a {
    display: block;
    cursor: pointer;
    color: #2d2c2c;
    font-size: 16px;
    line-height: 100px;
    height: 100px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.navMenu-item-content {
    height: 200px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    transition: all ease-in .2s;
    padding-top: 15px;
}

.navMenu-item-6 .navMenu-item-content {
    border-right: 0;
}

.navMenu-item-content ul li {
    width: 100%;
    display: inline;
    float: left;
    height: 30px;
    text-align: center;
}

.navMenu-item-content ul li a {
    color: #bbb;
    font-size: 13px;
    border-right: 0;
    height: 30px;
    line-height: 30px;
    display: inline;
}

.navMenu-item:hover .navMenu-title {
    background: #ce1d29;
    cursor: pointer;
    color: #fff;
}

.navMenu-item:hover .navMenu-item-content {
    background-color: #fff;
    cursor: pointer;
}

.navMenu-item:hover .navMenu-item-content ul li a {
    color: #000;
}

.navMenu-item-content ul li a:hover {
    color: #ce1d29;
    border-bottom: 2px solid #ce1d29
}

.navMenu-item-two ul li {
    width: 100%;
}

.nav-icon {
    width: 19px;
    font-size: 12px;
    position: absolute;
    top: 7px;
    left: 50%;
    line-height: 1;
    background: #EC5E24;
    border-radius: 10px;
    color: #FFF;
    margin-left: 20px;
}

.navMenu-list-title {
    width: 100%;
    height: 26px;
    line-height: 26px;
    /* margin-top: 6px; */
    text-align: center;
    color: #b8b8b8;
    position: relative;
    float: left;
    font-family: 'Microsoft YaHei';
}

.navMenu-list-line {
    width: 169px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAAABCAYAAACYCO/KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTA2MTdCNTkyMTc0MTFFNjhENjZCNzJCNzY4OEMxOEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTA2MTdCNUEyMTc0MTFFNjhENjZCNzJCNzY4OEMxOEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMDYxN0I1NzIxNzQxMUU2OEQ2NkI3MkI3Njg4QzE4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMDYxN0I1ODIxNzQxMUU2OEQ2NkI3MkI3Njg4QzE4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PibsvwIAAAB3SURBVCjP7Y2JCcAgDEVjLfacwf3X0h162yOFHwjSQgdo4PG+RhMTQnBEZBjLFODOJXDKFWhwbpHFNz1cM526b9QMh77YZjsFUs7za3nvDf31uWKM58en+0PeHziYldkyJ2ZmFnhSeVB3woj+hJ78XWE9P2F3ugAlSC239Ce4gwAAAABJRU5ErkJggg==');
    background-repeat: repeat-x;
    background-size: cover;
}

.navMenu-item-img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 21px;
    margin-right: 5px;
    width: 18px;
    height: 20px;
}

.navMenu-item-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.navMenu-item-four ul li {
    width: 100%;
}

.navMenu-item-four ul li a:hover {
    border-bottom: 0;
}

.navMenu-item-tex {
    text-align: left;
    display: inline-block;
    width: 71px;
}

.navMenu-item-four .navMenu-item-content {
    border-right: 0;
}

.dow-hover .nav-menu-content {
    overflow: visible;
}

.nav_right {
    line-height: 100px;
}

.nav_right a {
    margin-left: 10px;
    font-size: 18px;
}

.nav_right a img {
    margin-top: -4px;
}

#slider {
    min-height: 580px;
}

#contentnav .box-icon-side {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    position: relative;
}

#contentnav .box-border:after {
    content: '';
    height: 70px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -35px;
    background: #e5e5e5;
}

#contentnav .box-border:before {
    content: '';
    height: 80px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    background: #e5e5e5;
}

#contentnav .box-icon-side .box-icon-title {
    padding-left: 30px;
}

#contentnav .box-icon p {
    margin: 8px 0 0;
    line-height: 24px;
    color: #aaaaaa;
}

#footer_info {
    background: url(bg1.jpg) repeat-x top;
    padding: 30px 0;
}

section {
    border-bottom: none;
    border-top: none;
}

.footinfo1 {
    color: #bcbcbc;
    text-align: center;
}

.footinfo1 p {
    line-height: 2.3em;
}

.footinfo1 a {
    color: #bcbcbc;
}

.footinfo1 .text1 {
    margin-top: 0;
}

section.page-header .breadcrumb {
    position: relative;
    font-size: 14px;
    top: auto;
    left: auto;
    margin-top: 0;
    background: transparent;
    margin-bottom: 10px;
    z-index: 10;
    padding: 0;
    color: #fff;
}

section.page-header .breadcrumb a {
    color: #fff;
}

section.page-header h1 {
    /*font-weight: bold;*/
    color: #fff;
}

section.page-header h1 .en {
    /*font-weight: bold;*/
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
}

#page-menu {
    background-color: #f0f0f0;
    height: 55px;
    line-height: 55px;
}

#content_box {
    padding: 0 0 50px;
    position: relative;
    z-index: 10;
}

#page-menu ul>li {
    margin-right: 45px;
}

#page-menu ul>li>a {
    color: #333;
    display: inline-block;
    padding: 0;
}

#page-menu ul>li:hover,
#page-menu ul>li.active {
    background: none;
}

#page-menu ul>li:hover a,
#page-menu ul>li.active a {
    border-bottom: 2px solid #1366a5;
    color: #1366a5;
}

#page-menu ul>li>a {
    height: 55px;
    line-height: 55px;
}

.blog-post-item {
    display: block;
    margin-bottom: 20px;
    padding: 15px;
    border: #eee 1px solid;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.blog-post-item .text2 {
    color: #b6b6b6;
}

ul.blog-post-info {
    display: block;
    border-bottom: #eaeaea 0 dotted;
    padding-bottom: 5px;
}

.blog-post-item .more {
    padding-top: 10px;
}

.blog-post-item .more a {
    display: inline-block;
    border: 1px solid #cdcdcd;
    padding: 0 30px;
    color: #204984;
}

.showline1 {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.showline2 {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.showline3 {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.piclist .blog-post-item3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.piclist .blog-post-item3 h2 {
    font-size: 16px;
    margin: 0;
}

.piclist .blog-post-item3 .picbox {
    padding: 10px;
    background: #fff;
}

.enddetail {
    line-height: 2.3em;
    padding: 30px 0;
    font-size: 16px;
    color: #333;
}

.enddetail p {
    color: #333;
    line-height: 2.3em;
}

#detailzz {
    display: block;
    border-bottom: #eaeaea 1px dotted;
    padding: 10px 0;
    text-align: center;
}

#header.translucent+section.page-header {
    margin-top: -100px;
    padding: 280px 0 30px;
}

.contentdetail {
    background: #fff;
    padding-top: 15px;
    font-size: 16px;
}

.content_detail {
    font-size: 16px;
    line-height: 2.2em;
}

h1.blog-post-title {
    text-align: center;
}

.crumb_box {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px;
}

.pager li {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
}

.pager .next>a,
.pager .next>span {
    float: left;
}

.body {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.column {
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    padding: 75px 0 50px;
    margin: 0;
}

.column .cn {
    font-size: 30px;
    background: url(line.png) no-repeat center bottom;
    padding-bottom: 15px;
    margin-bottom: 12px;
}

.column .en {
    font-size: 14px;
}

.jtjjnavlist {
    position: absolute;
    left: 0;
    /*bottom: 80px;*/
    width: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    height: 180px;
    padding-top: 20px;
}

.jtjjnavlist li {
    display: inline-block;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    width: 350px;
}

.jtjjnavlist li a {
    padding: 20px;
    display: inline-block;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.jtjjnavlist li .ico {
    width: 100px;
    height: 65px;
    transition: all 2s ease 0s;
    -webkit-transform: all 2s ease 0s;
}

.jtjjnavlist li.li1 .ico {
    background: url(ico1_old.png) no-repeat center;
}

.jtjjnavlist li.li2 .ico {
    background: url(ico2_old.png) no-repeat center;
}

.jtjjnavlist li.li3 .ico {
    background: url(ico3.png) no-repeat center;
}

.jtjjnavlist li.li4 .ico {
    background: url(ico4.png) no-repeat center;
}

.jtjjnavlist li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: #e5e5e5;
    top: 50%;
    right: 0;
    margin-top: -20px;
}

.jtjjnavlist li.li4:after {
    display: none;
}

.jtjjnavlist li a:hover .ico {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.jtjjmain {
    text-align: center;
    padding: 20px 180px 50px;
    line-height: 28px;
    color: #585455;
}

.jtjjmore {
    text-align: center;
}

.jtjjmore a {
    color: #cbcacb;
}

.column2 a {
    color: #fff;
}


/* effect-5 css */

.port-5 {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 4px solid rgba(255, 255, 255, 0.9);
    overflow: visible;
}

.port-5.effect-1 {
    z-index: 9;
}

.port-5.effect-1 img {
    transition: 0.5s;
}

.port-5.effect-1:hover img {
    transform: scale(0.5) translateX(-100%);
    position: relative;
    z-index: 9;
    border: 6px solid rgba(255, 255, 255, 0.9);
}

.port-5.effect-1 .text-desc {
    transform: translateX(100%);
    opacity: 0;
    padding: 40px 20px 20px 90px;
    transition: 0.5s;
}

.port-5.effect-1:hover .text-desc {
    transform: translateX(0px);
    opacity: 1;
}

.port-5.effect-2 {
    z-index: 10;
}

.port-5.effect-2 img {
    transition: 0.5s;
    transform: none);
}

.port-5.effect-2:hover img {
    transform: scale(0.5) translateY(100%);
    position: relative;
    z-index: 9;
    border: 6px solid rgba(255, 255, 255, 0.9);
}

.port-5.effect-2 .text-desc {
    transform: translateY(-100%);
    opacity: 0;
    padding: 20px;
    transition: 0.5s;
}

.port-5.effect-2:hover .text-desc {
    transform: translateY(0px);
    opacity: 1;
}

.port-5.effect-3 img {
    transition: 0.5s;
}

.port-5.effect-3:hover img {
    transform: scale(0.5) translateX(100%);
    position: relative;
    z-index: 9;
    border: 6px solid rgba(255, 255, 255, 0.9);
}

.port-5.effect-3 .text-desc {
    transform: translateX(-100%);
    opacity: 0;
    padding: 40px 90px 20px 20px;
    transition: 0.5s;
}

.port-5.effect-3:hover .text-desc {
    transform: translateX(0px);
    opacity: 1;
}


/* effect-5 css end */

.ywlynavlist {
    overflow: hidden;
}

.ywlynavlist li {
    width: calc((100% - 30px) / 7);
    float: left;
    position: relative;
    margin-right: 5px;
}

.ywlynavlist li:last-child {
    margin-right: 0;
}

.ywlynavlist li .txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

.ywlynavlist li .txt .cn {
    padding-top: 50%;
    font-size: 18px;
}

.ywlynavlist li .txt .en {
    padding-top: 10px;
    font-size: 12px;
}

.ywlynavlist li .txt .more,
.ywlynavlist li .txt2 .more {
    padding-top: 50px;
    font-size: 25px;
}

.ywlynavlist li .shadow,
.ywlynavlist li .img2 {
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.ywlynavlist li.hover .shadow {
    opacity: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
}

.ywlynavlist li .img2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 31;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transform: rotateY(0deg) scale(0, 0);
    -webkit-transform: rotateY(0deg) scale(0, 0);
    -moz-transform: rotateY(0deg) scale(0, 0);
}

.ywlynavlist li.hover .img2 {
    opacity: 1;
    transform: rotateY(360deg) scale(1, 1);
    -webkit-transform: rotateY(360deg) scale(1, 1);
    -moz-transform: rotateY(360deg) scale(1, 1);
}

.ywlynavlist li .txt2 {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 31;
    text-align: center;
    line-height: 2em;
    opacity: 0;
    padding: 45px 20px 20px;
    transform: rotateY(0deg) scale(0, 0);
    -webkit-transform: rotateY(0deg) scale(0, 0);
    -moz-transform: rotateY(0deg) scale(0, 0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    background: rgba(0, 0, 0, 0.3);
}

.ywlynavlist li.hover .txt2 {
    opacity: 1;
    transform: rotateY(360deg) scale(1, 1);
    -webkit-transform: rotateY(360deg) scale(1, 1);
    -moz-transform: rotateY(360deg) scale(1, 1);
}

.ywlynavlist li.hover .txt {
    opacity: 0;
}

.ywlynavlist li span {
    display: none;
    position: absolute;
    z-index: 50;
    background: #fff;
}

.ywlynavlist li .top {
    position: absolute;
    height: 2px;
    width: 0px;
    top: 0px;
    width: 0px;
}

.ywlynavlist li .bottom {
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: 0px;
    right: 0px;
}

.ywlynavlist li .left {
    height: 0;
    position: absolute;
    top: 0;
    left: 0px;
    width: 2px;
}

.ywlynavlist li .right {
    height: 0;
    position: absolute;
    right: 0px;
    width: 2px;
    bottom: 0px;
}

.ywlynavlist li.hover span {
    display: none;
}

.slideGroup {
    width: 100%;
    text-align: left;
    position: relative;
}

.slideGroup .parHd {
    padding: 0;
    position: absolute;
    width: 700px;
    right: 0;
    top: 0;
    z-index: 100;
    background: #f2f2f2;
}

.slideGroup .parHd ul {
    width: 100%;
    text-align: left;
}

.slideGroup .parHd ul li {
    display: inline-block;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

.slideGroup .parHd ul li span {
    padding: 0 10px;
    color: #a2a2a2;
    display: inline-block;
    background: url(dot6.png) no-repeat center;
    width: 2px;
    height: 40px;
}

.slideGroup .parHd ul li a {
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
}

.slideGroup .parHd ul li.on a {
    color: #fff;
    background: #ce1d29;
    font-weight: bold;
}

.slideGroup .slideBox {
    zoom: 1;
    padding: 0;
    position: relative;
    width: 100%;
    height: 380px;
}

.slideGroup .parBd {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.slideGroup .parBd .bd2 {
    overflow: hidden;
    width: 675px;
    position: absolute;
    left: 0;
    top: 0;
}

.slideGroup .parBd .bd2 ul {}

.slideGroup .parBd .bd2 ul li {
    width: 675px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: left;
    background: #fff;
    height: 380px;
    padding: 0;
    margin-left: 0;
    position: relative;
}

.slideGroup .parBd .bd2 ul li:hover {
    box-shadow: 0 0 10px #eee;
}

.slideGroup .parBd .bd2 ul li:after {}

.slideGroup .parBd .bd2 ul li:hover:after {
    width: 100%;
}

.slideGroup .parBd .bd2 ul li .padding30 {
    padding: 30px;
}

.slideGroup .parBd .bd2 ul li .time {
    color: #727272;
    font-size: 30px;
    font-weight: normal;
    transition: All 0.4s ease-in-out;
}

.slideGroup .parBd .bd2 ul li .time .nian {
    font-size: 18px;
}

.slideGroup .parBd .bd2 ul li .line {
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    margin: 15px 0 20px;
}

.slideGroup .parBd .bd2 ul li .pic {
    text-align: center;
    overflow: hidden;
}

.slideGroup .parBd .bd2 ul li .title {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.slideGroup .parBd .bd2 ul li .title a {
    font-size: 18px;
    color: #fff;
}

.slideGroup .parBd .bd2 ul li .desc {
    line-height: 24px;
    color: #aaa;
    padding: 20px 0;
}

.slideGroup .parBd .bd2 ul li .pic img {
    width: 675px;
    height: 380px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.slideGroup .parBd .bd2 ul li:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.slideGroup .parBd .bd2 ul li:hover .title a {
    color: #b50916;
}

.slideGroup .parBd .bd2 ul li:hover .time {
    color: #b50916;
}

.slideGroup .parBd .hd2 li {
    display: inline-block;
    text-indent: -999em;
    background: #d4d4d4;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 7px;
}

.slideGroup .parBd .hd2 li.on {
    background: #b50916;
}

.slideGroup .parBd .slideBox .prev2,
.slideGroup .parBd .slideBox .next2 {
    display: block;
    width: 42px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
    background: url(icoleft1.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    z-index: 10;
}

.slideGroup .parBd .slideBox .next2 {
    left: 634px;
    background: url(icoright1.png) no-repeat;
}


/* .slideGroup .parBd .slideBox .prev2:hover {
    background-image: url(../../../hdimg/bas/images_col/wdcicoleft_on.png);
}

.slideGroup .parBd .slideBox .next2:hover {
    background-image: url(../../../hdimg/bas/images_col/wdcicoright_on.png);
} */

.newslisthome {
    position: absolute;
    right: 0;
    width: 700px;
    top: 50px;
}

.newslisthome li {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.newslisthome li .shijian {
    float: right;
    color: #aeaeae;
}

.newslisthome li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #ce1d29;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.newslisthome li a {
    padding-left: 15px;
}

.videobox {
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

#foot_info {
    position: absolute;
    left: 0;
    top: 0;
    color: #dedede;
    line-height: 78px;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

#foot_info a {
    color: #dedede;
    font-size: 14px;
}

#foot_erweima {
    position: absolute;
    right: 0;
    top: 70px;
}

#foot_menu {
    position: absolute;
    left: 0;
    top: 35px;
}

#foot_menu>ul>li {
    float: left;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ededed;
    padding-right: 80px;
}

#foot_menu>ul>li>a {
    display: block;
    background: url(dot5.jpg) no-repeat left bottom;
    height: 50px;
    padding-right: 0;
    font-size: 16px;
}

#foot_menu>ul>li.nomg {
    padding-right: 0;
}

#foot_menu>ul>li>ul {
    padding-top: 10px;
}

#foot_menu>ul>li>ul>li {
    line-height: 28px;
    overflow: hidden;
}

#foot_menu>ul>li>ul>li a {
    color: #828282;
}

#linkbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
}

.txtMarquee-left {
    width: 100%;
    position: relative;
}

.txtMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
}

.txtMarquee-left .bd {
    width: 1300px;
    position: absolute;
    top: 0;
    right: 0;
}

.txtMarquee-left .bd ul {
    padding: 0;
    transition: All 0s ease-in-out;
    -webkit-transition: All 0s ease-in-out;
    -moz-transition: All 0s ease-in-out;
    -o-transition: All 0s ease-in-out;
}

.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtMarquee-left .bd ul li {
    margin-right: 20px;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: left;
    _display: inline;
    width: auto !important;
}


/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

.columnbox {
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute !important;
    left: 0;
    top: 0;
}

.columnbox h2 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: normal;
    line-height: normal;
    color: #fff;
}

.columnbox h2.cn {
    font-weight: bold;
}

.columnbox h2.en {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

#header.transparent+section.page-header.page-header-lg,
#header.transparent+section.page-header {
    padding-bottom: 250px;
}

.column_up {
    padding: 70px 0 50px;
    margin: 0;
}

.column_up .cn {
    font-size: 36px;
    font-weight: normal;
}

.column_up .line {
    width: 42px;
    height: 3px;
    background: #b50916;
    margin-top: 10px;
}

.column_uplist {}

.column_uplist li {
    width: 248px;
    height: 134px;
    position: relative;
    border: 1px solid #b50916;
    float: left;
    margin-right: 39px;
    margin-bottom: 30px;
}

.column_uplist li * {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.column_uplist li .text {
    width: 233px;
    height: 120px;
    position: absolute;
    left: 7px;
    top: 7px;
    background: #b50916;
    text-align: center;
}

.column_uplist li .text a {
    color: #fff;
}

.column_uplist li .text .cn {
    padding: 25px 0 13px;
    font-size: 18px;
}

.column_uplist li .text .en {
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase;
}

.column_uplist li .abslt {
    width: 4px;
    height: 4px;
    position: absolute;
    background: #b50916;
}

.column_uplist li .left1 {
    position: absolute;
    left: -2px;
    top: -2px;
}

.column_uplist li .left2 {
    position: absolute;
    left: -2px;
    bottom: -2px;
}

.column_uplist li .right1 {
    position: absolute;
    right: -2px;
    top: -2px;
}

.column_uplist li .right2 {
    position: absolute;
    right: -2px;
    bottom: -2px;
}

.column_uplist li.nomg {
    margin-right: 0;
}

.column_uplist li:hover {
    border: 1px solid #3e9e24;
}

.column_uplist li:hover .abslt {
    background: #3e9e24;
}

.column_uplist li:hover .text {
    background: #3e9e24;
}

.column_uplist2 {}

.column_uplist2 li {
    width: 100%;
    height: 535px;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    margin-bottom: 50px;
}

.column_uplist2 li * {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.column_uplist2 li .text {
    padding-top: 74px;
}

.column_uplist2 li .textbox {
    width: 640px;
    height: 175px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 25px 50px;
}

.column_uplist2 li .bg {
    background: #fff;
    height: 122px;
}

.column_uplist2 li .cn {
    font-size: 31px;
    font-weight: bold;
    padding-top: 23px;
}

.column_uplist2 li .line {
    width: 50px;
    height: 3px;
    background: #b50916;
    margin-top: 10px;
    display: inline-block;
}

.column_uplist2 li .desc {
    color: #fff;
}

.column_uplist2 li .desc p {
    display: inline-block;
    width: 640px;
    line-height: 28px;
    padding-top: 35px;
}

.column_uplist2 li .more {
    padding-top: 50px;
}

.column_uplist2 li .more span {
    display: inline-block;
    width: 193px;
    height: 59px;
    border: 1px solid #fff;
    line-height: 59px;
    color: #fff;
}

.column_uplist2 li:hover {
    background-size: 110%;
}

.column_uplist2 li:hover .more span {
    border: 1px solid #b50916;
    background: #b50916;
}

#upjtjj {
    width: 480px;
    position: absolute;
    left: 0;
    top: 45px;
}

.jjtext li .text1 {
    font-size: 18px;
}

.jjtext li .text2 {
    line-height: 28px;
    color: #5a5758;
    padding-top: 30px;
}

.jtjjnav {
    padding-top: 30px;
}

.jtjjnav li {
    display: inline-block;
    width: 90px;
    margin-right: 90px;
    text-align: center;
    font-size: 17px;
}

.jtjjnav li .ico {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-bottom: 10px;
}

.jtjjnav li.li1 .ico {
    background: #f1f1f1 url(ico1.png) no-repeat center;
}

.jtjjnav li.li2 .ico {
    background: #f1f1f1 url(ico2.png) no-repeat center;
}

.jtjjnav li.li1:hover .ico {
    background: #b50916 url(ico1_h.png) no-repeat center;
}

.jtjjnav li.li2:hover .ico {
    background: #b50916 url(ico2_h.png) no-repeat center;
}

#jtjjpic {
    position: absolute;
    right: 0;
    top: 85px;
}

.upjgldlist {
    padding-top: 60px;
    overflow: hidden;
}

.upjgldlist li {
    width: 690px;
    height: 290px;
    float: left;
    margin-right: 20px;
    position: relative;
}

.upjgldlist li .textbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upjgldlist li .text {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

.upjgldlist li .text .line {
    line-height: 20px;
}

.upjgldlist li.nomg {
    margin-right: 0;
}

.upjgldlist li .line span {
    display: inline-block;
    width: 42px;
    height: 3px;
    background: #fff;
}

#updszzc {
    position: absolute;
    left: 0;
    top: 290px;
}

#updszzc .column_up .cn {
    color: #fff;
}

#updszzc .column_up .line {
    background: #fff;
}

#dszzc_text {
    width: 920px;
    position: absolute;
    right: 0;
    top: 195px;
    color: #fff;
}

#dszzc_text .text2 {
    line-height: 34px;
}

#dszzc_text .text1 {
    text-align: right;
    padding-top: 65px;
    font-size: 16px;
}

#dszzc_text .more {
    text-align: right;
    padding-top: 50px;
}

#updsj .column_up {
    text-align: center;
    padding-bottom: 70px;
}

#updsj .column_up .line {
    display: inline-block;
}

#dsjtext {
    width: 763px;
    height: 428px;
    position: absolute;
    right: 0;
    top: 211px;
    border: 1px solid #ebebeb;
    padding: 25px 50px 0;
    line-height: 34px;
    color: #595657;
}


/*常规内页*/

#col_list {}

.contentleft {
    width: 285px;
    float: left;
    position: relative;
}

.contentright {
    width: 1090px;
    float: right;
}

.lefttitle {
    width: 285px;
    height: 160px;
    /*background: url(titlebg.jpg) no-repeat center;*/
    text-align: left;
    color: #b50916;
    font-size: 36px;
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 10;
    background: #fff;
    padding-left: 40px;
    border-left: 5px solid #b50916;
}

.lefttitle .en {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    padding-top: 35px;
    font-size: 16px;
    height: 75px;
}

.leftline {
    width: 5px;
    height: 80px;
    background: #b50916;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 11;
}

.leftmenu {
    padding-top: 90px;
    border-left: 5px solid #b50916;
    padding: 80px 40px 60px;
}

.leftmenu li {
    height: 50px;
    line-height: 50px;
    /*background: url(menubg.jpg) no-repeat center;
    margin-bottom: 10px;*/
}

.leftmenu li a {
    display: block;
    text-align: left;
    font-size: 16px;
    /*display: flex;
    justify-content:center;
    align-items: center;*/
    border-bottom: 1px solid #e1e1e1;
}

.leftmenu li .dot {
    display: inline-block;
    width: 18px;
    height: 21px;
    background: url(menudot.png) no-repeat center;
    margin-left: 10px;
    display: none;
}

.leftmenu li:hover,
.leftmenu li.active {
    /*background: url(menubg_h.jpg) no-repeat center;*/
}

.leftmenu li:hover a,
.leftmenu li.active a {
    color: #b50916;
    border-bottom: 2px solid #b50916;
}

.leftmenu li:hover .dot,
.leftmenu li.active .dot {
    background: url(menudot_h.png) no-repeat center;
}

.righthead {
    height: 80px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.righthead .weizhi {
    float: right;
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding-top: 45px;
}

.righthead .title {
    display: inline-block;
    padding-top: 40px;
    font-size: 18px;
}

.textlist {
    padding: 0px 0 20px;
}

.textlist li {
    height: 130px;
    background: #f9f9f9;
    margin-bottom: 35px;
    overflow: hidden;
}

.textlist li .shijian {
    width: 130px;
    height: 130px;
    float: left;
    background: #f1f1f1;
    color: #af251b;
    text-align: center;
    margin-right: 30px;
    position: relative;
}

.textlist li .shijian .ri {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 30px;
}

.textlist li .shijian .nianyue {
    padding-top: 10px;
    font-size: 16px;
}

.textlist li .lanmu {
    line-height: 18px;
    text-align: right;
    padding-right: 25px;
}

.textlist li .textbox {
    padding-top: 20px;
}

.textlist li .text1 {
    font-size: 18px;
    font-weight: bold;
}

.textlist li .text2 {
    padding-top: 13px;
    line-height: 26px;
    color: #a3a3a3;
    padding-right: 20px;
}

.textlist li .more {
    text-align: right;
    padding-right: 20px;
    margin-top: -20px;
}

.textlist li .more a {
    color: #006fc4;
}

.textlist li:hover {
    transition: border .4s;
}

.textlist li:hover .shijian {
    background: #af251b;
    transition: background .4s;
    color: #fff;
}

.textlist li:hover .text1 a {
    color: #af251b;
}

.nori li .shijian .nianyue {
    padding-top: 50px;
    font-size: 20px;
}

.textlist li .sj {
    padding-top: 20px;
}

section.dark .pagination>li.active>a,
.pagination>li.active>a,
.pagination>li.active>a:hover {
    border-color: #af251b;
    background-color: #af251b;
}

.ClsListUl {
    overflow: hidden;
    padding: 0px 0;
}

.ClsListUl li {
    width: 348px;
    height: auto;
    float: left;
    margin-right: 23px;
    margin-bottom: 23px;
    position: relative;
    background: #fff;
    text-align: center;
}

.ClsListUl li.nomg {
    margin-right: 0;
}

.ClsListUl li .text1 {
    text-align: center;
    height: 27px;
    line-height: 27px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.ClsListUl li .pic {
    padding-top: 0;
}

.ClsListUl li .pic img {
    width: 348px;
    height: 195px;
}

.ClsListUl li .text1 a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}


/*关于我们大事记*/

.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picScroll-left .prev,
.picScroll-left .next {
    display: block;
    width: 27px;
    height: 27px;
    overflow: hidden;
    cursor: pointer;
    background: #c6c6c6 url(icoleft.png) no-repeat;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 5;
}

.picScroll-left .next {
    left: auto;
    right: 0;
    background: #c6c6c6 url(icoright.png) no-repeat;
}

.picScroll-left .prev:hover {
    background: #b50916 url(icoleft.png) no-repeat;
}

.picScroll-left .next:hover {
    background: #b50916 url(icoright.png) no-repeat;
}

.picScroll-left .bd {
    padding: 0;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0;
    width: 280px;
    height: 117px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    background: url(dot1.png) no-repeat center;
    position: relative;
}

.picScroll-left .bd ul li .nian {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
    color: #000;
    line-height: 26px;
}

.picScroll-left .bd ul li .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 20px;
}

.picScroll-left .bd ul li:hover {
    background: url(dot1_h.png) no-repeat center;
}

.picScroll-left .bd ul li:hover .text {
    color: #b50916;
}

.picScroll-left .bd ul li.ou .nian {
    top: auto;
    bottom: 0;
}

.picScroll-left .bd ul li.ou .text {
    top: 0;
    bottom: auto;
}

.picScroll-left .bd ul li a {
    transition: All 0s ease-in-out;
    -webkit-transition: All 0s ease-in-out;
    -moz-transition: All 0s ease-in-out;
    -o-transition: All 0s ease-in-out;
}


/*党的建设索引页*/

.upddjslist {
    overflow: hidden;
}

.upddjslist li {
    width: 440px;
    height: 380px;
    position: relative;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.upddjslist li.nomg {
    margin-right: 0;
}

.upddjslist li .pic img {
    width: 440px;
    height: 250px;
}

.upddjslist li .text1 {
    font-size: 18px;
}

.upddjslist li .text2 {
    line-height: 28px;
    color: #717171;
    padding-top: 15px;
}

.upddjslist li .text_box {
    padding: 20px;
}

.upddjslist li .more {
    width: 52px;
    height: 41px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #b50916;
}

.upddjslist li:hover {
    background: url(dangqun_h) no-repeat left;
}

.upddjslist li:hover .text1 a,
.upddjslist li:hover .text2 {
    color: #fff;
}

.slideTxtBox .hd li {
    display: inline-block;
    margin-right: 40px;
}

.slideTxtBox .hd li a {
    color: #bebebe;
}

.slideTxtBox .hd li .line {
    display: none;
}

.slideTxtBox .hd li.on a {
    color: #0f0f0f;
}

.slideTxtBox .hd li.on .line {
    display: block;
}

.upqtgzlist {
    overflow: hidden;
}

.upqtgzlist li {
    width: 680px;
    height: 170px;
    position: relative;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #f9f9f9;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.upqtgzlist li.nomg {
    margin-right: 0;
}

.upqtgzlist li .text1 {
    font-size: 18px;
}

.upqtgzlist li .text2 {
    line-height: 28px;
    color: #717171;
    padding-top: 15px;
}

.upqtgzlist li .text_box {
    width: 560px;
    position: absolute;
    right: 20px;
    top: 40px;
}

.upqtgzlist li .more {
    width: 52px;
    height: 41px;
    position: absolute;
    right: 0;
    bottom: 20px;
    background: #b50916;
}

.upqtgzlist li:hover {
    background: url(dangqun_h.jpg) no-repeat left;
}

.upqtgzlist li .shijian {
    width: 60px;
    position: absolute;
    left: 20px;
    top: 70px;
    text-align: right;
    color: #929292;
}

.upqtgzlist li .shijian .riyue {
    font-size: 18px;
}

.upqtgzlist li .shijian .ico {
    display: none;
    width: 49px;
    height: 47px;
    background: url(dot2.png) no-repeat center;
    margin-top: 10px;
}

.upqtgzlist li:hover .shijian .ico {
    background: url(dot2_h.png) no-repeat center;
}

.upztzllist {
    padding-bottom: 100px;
}

.upztzllist li {
    width: 680px;
    height: 265px;
}

.upztzllist li .pic img {
    width: 680px;
    height: 265px;
}


/*人力资源索引页*/

.uprclnlist {
    overflow: hidden;
}

.uprclnlist li {
    width: 440px;
    height: 510px;
    position: relative;
    float: left;
    background: #f9f9f9;
    padding: 40px;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px;
}

.uprclnlist li.nomg {
    margin-right: 0;
}

.uprclnlist li:hover {
    background: #b50916;
}

.uprclnlist li .pic {
    width: 80px;
    height: 70px;
    position: absolute;
    left: 40px;
    top: 60px;
}

.uprclnlist li .pic2 {
    opacity: 0;
}

.uprclnlist li .text_box {
    padding-top: 155px;
}

.uprclnlist li .text1 {
    font-size: 26px;
}

.uprclnlist li .text2 {
    line-height: 30px;
    color: #717171;
    padding-top: 25px;
    height: 125px;
}

.uprclnlist li .text3 {
    border-bottom: 1px dashed #aeaeae;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.uprclnlist li:hover {
    color: #fff;
}

.uprclnlist li:hover .pic2 {
    opacity: 1;
}

.uprclnlist li:hover .text1 a,
.uprclnlist li:hover .text2 {
    color: #fff;
}

.uprclnlist li:hover .text3 {
    border-bottom: 1px dashed #fff;
}

.uprcyjlist {
    overflow: hidden;
}

.uprcyjlist li {
    width: 440px;
    height: 235px;
    position: relative;
    float: left;
    background: #f9f9f9;
    padding: 25px 40px;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.uprcyjlist li.nomg {
    margin-right: 0;
}

.uprcyjlist li .text1 {
    font-size: 18px;
}

.uprcyjlist li .text2 {
    line-height: 30px;
    color: #717171;
    padding-top: 25px;
    height: 125px;
}

.uprcyjlist li .line span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #b50916;
}

.uprcyjlist li:hover {
    background: #b50916;
}

.uprcyjlist li:hover .line span {
    background: #fff;
}

.uprcyjlist li:hover .text1 a,
.uprcyjlist li:hover .text2 {
    color: #fff;
}

.uprcyjlist2 {
    overflow: hidden;
    padding-bottom: 40px;
}

.uprcyjlist2 li {
    width: 680px;
    height: 200px;
    float: left;
    margin-right: 40px;
    text-align: center;
    padding: 20px 40px;
}

.uprcyjlist2 li.nomg {
    margin-right: 0;
}

.uprcyjlist2 li .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
}

.uprcyjlist2 li .cn {
    font-size: 18px;
    color: #fff;
}

.uprcyjlist2 li .desc {
    color: #fff;
    padding-top: 20px;
    line-height: 32px;
}

.uprcyjlist2 li:hover {
    background-size: 105%;
}


/*集团要问索引页*/

.slideBox2 {
    width: 680px;
    height: 383px;
    overflow: hidden;
    position: relative;
}

.slideBox2 .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 15px;
    z-index: 1;
}

.slideBox2 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox2 .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 10px;
    text-indent: -999em;
}

.slideBox2 .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox2 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox2 .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox2 .bd img {
    width: 680px;
    height: 383px;
    display: block;
}

.slideBox2 .bd li .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
}

.slideBox2 .bd li a {
    color: #fff;
}

.upjtywltext {
    width: 698px;
    position: absolute;
    top: 187px;
    right: 0;
}

.upjtywlist1 {}

.upjtywlist1 li {
    height: 107px;
}

.upjtywlist1 li .pic {
    width: 190px;
    float: left;
    margin-right: 25px;
}

.upjtywlist1 li .pic img {
    width: 190px;
    height: 107px;
}

.upjtywlist1 li .text1 {
    font-size: 18px;
}

.upjtywlist1 li .text2 {
    line-height: 28px;
    color: #717171;
    padding-top: 5px;
}

.upjtywlist1 li .text_box {
    padding: 10px 0 0;
}

.upjtywlist2 {
    padding-top: 15px;
}

.upjtywlist2 li {
    height: 39px;
    line-height: 39px;
    position: relative;
    padding-left: 15px;
}

.upjtywlist2 li .shijian {
    float: right;
}

.upjtywlist2 li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background: #b50916;
}

.upjtywlist {
    overflow: hidden;
}

.upjtywlist li {
    width: 440px;
    height: 400px;
    position: relative;
    float: left;
    margin-right: 40px;
}

.upjtywlist li.nomg {
    margin-right: 0;
}

.upjtywlist li .pic {
    overflow: hidden;
}

.upjtywlist li .pic img {
    width: 440px;
    height: 248px;
}

.upjtywlist li .text1 {
    font-size: 18px;
}

.upjtywlist li .text2 {
    line-height: 28px;
    color: #717171;
    padding-top: 15px;
}

.upjtywlist li .text_box {
    padding: 20px 0 0;
}

.upjtywlist li:hover .text1 a {
    color: #b50916;
}

.upjtywlist li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.uptzgglist {
    overflow: hidden;
}

.uptzgglist li {
    width: 680px;
    height: 195px;
    position: relative;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #ececec;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.uptzgglist li.nomg {
    margin-right: 0;
}

.uptzgglist li .text1 {
    font-size: 18px;
}

.uptzgglist li .text2 {
    line-height: 28px;
    color: #717171;
    padding-top: 15px;
}

.uptzgglist li .text_box {
    width: 500px;
    position: absolute;
    right: 40px;
    top: 50px;
}

.uptzgglist li .shijian {
    width: 45px;
    position: absolute;
    left: 40px;
    top: 50px;
    text-align: center;
    color: #000;
    font-size: 38px;
    line-height: 38px;
}

.uptzgglist li .shijian .riyue {
    color: #6f6f6f;
}

.uptzgglist li .shijian .ico {
    line-height: 1px;
}

.uptzgglist li .shijian .ico span {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #c9c9c9;
    margin: 10px 0;
}

.uptzgglist li .lineshu {
    position: absolute;
    left: 110px;
    top: 58px;
    width: 1px;
    height: 80px;
    background: #c9c9c9;
}

.uptzgglist li:hover {
    background: url(dangqun_h.jpg) no-repeat left;
}

.uphyzxlist {
    overflow: hidden;
    padding-bottom: 80px;
}

.uphyzxlist li {
    width: 440px;
    height: 225px;
    position: relative;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #ececec;
    padding: 30px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.uphyzxlist li.nomg {
    margin-right: 0;
}

.uphyzxlist li .text1 {
    font-size: 18px;
    padding-top: 30px;
}

.uphyzxlist li .text2 {
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
    padding-top: 15px;
}

.uphyzxlist li .text_box {}

.uphyzxlist li .shijian {
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
}

.uphyzxlist li:hover {
    background: url(dangqun_h.jpg) no-repeat left;
}


/*业务领域索引页*/

.upywlylist {
    padding-top: 0;
    overflow: hidden;
}

.upywlylist li {
    width: 580px;
    height: 265px;
    float: left;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.upywlylist li .textbox {
    position: absolute;
    left: 100px;
    top: 50%;
    z-index: 2;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    margin-top: -30px;
}

.upywlylist li.li2 .textbox,
.upywlylist li.li3 .textbox {
    left: 60px;
}

.upywlylist li:hover .textbox {
    top: 50px;
}

.upywlylist li.li1:hover .textbox {
    top: 200px;
}

.upywlylist li .text {
    font-size: 24px;
    color: #fff;
    text-align: left;
    line-height: 24px;
}

.upywlylist li .text .line {
    line-height: 20px;
}

.upywlylist li .text .en {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #fff;
}

.upywlylist li .text .text1 {
    color: #fff;
}

.upywlylist li.nomg {
    margin-right: 0;
}

.upywlylist li .line span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #fff;
}

.upywlylist li .pic {
    overflow: hidden;
}

.upywlylist li .pic img {
    width: 580px;
    height: 265px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}

.upywlylist li:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.upywlylist li .navlist2 {
    position: absolute;
    left: 60px;
    top: -100%;
    z-index: 5;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}

.upywlylist li.li1 .navlist2 {
    left: 100px;
}

.upywlylist li:hover .navlist2 {
    top: 100px;
}

.upywlylist li.li1:hover .navlist2 {
    top: 250px;
}

.upywlylist li .navlist2 a {
    color: #fff;
    line-height: 40px;
    display: inline-block;
    margin-right: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

.upywlylist li.li1 .navlist2 a {
    width: 300px;
    margin-right: 40px;
}

.upywlylist li.li1 {
    width: 800px;
    height: 550px;
}

.upywlylist li.li1 .pic img {
    width: 800px;
    height: 550px;
}

.upywlylist li.li2,
.upywlylist li.li3 {
    margin-right: 0;
}


/*企业文化索引页*/

.upqywhlist {
    padding-top: 0;
    overflow: hidden;
}

.upqywhlist li {
    width: 690px;
    height: 300px;
    float: left;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
}

.upqywhlist li .textbox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.upqywhlist li .text {
    font-size: 36px;
    color: #fff;
    text-align: left;
    line-height: 36px;
    padding-left: 55px;
    float: left;
}

.upqywhlist li .text .line {
    line-height: 20px;
}

.upqywhlist li.nomg {
    margin-right: 0;
}

.upqywhlist li .line span {
    display: inline-block;
    width: 42px;
    height: 3px;
    background: #fff;
}

.upqywhlist li .pic {
    overflow: hidden;
}

.upqywhlist li .pic img {
    width: 690px;
    height: 300px;
}

.upqywhlist li:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.upqywhlist li .ico {
    width: 68px;
    height: 68px;
    background: url(dot3.png) no-repeat center;
    position: absolute;
    right: 60px;
}


/*旋转木马必要样式*/

.poster-main {
    position: relative;
    width: 800px;
    height: 270px;
}

.poster-main a,
.poster-main img {
    display: block;
}

.poster-main .poster-list {
    width: 800px;
    height: 270px;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    filter: blur(0px);
}

.poster-main .poster-list .poster-item .text1 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 25px;
    height: 55px;
    overflow: hidden;
}

.poster-main .poster-list .poster-item .desc {
    font-size: 12px;
    height: 20px;
    overflow: hidden;
    text-transform: uppercase;
}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    width: 100px;
    height: 270px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.8
}

.poster-main .poster-prev-btn {
    left: 0;
    background: url(../images/btn_l.png) no-repeat center center;
}

.poster-main .poster-next-btn {
    right: 0;
    background: url(../images/btn_r.png) no-repeat center center;
}


/*第二版*/

.jtjjbgbox {
    width: 100%;
    height: 720px;
    position: absolute;
    z-index: 1;
}

.contentnavbox {
    width: 100%;
    height: 180px;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    bottom: 80px;
}

.jtjjpic {
    width: 50%;
    height: 720px;
    float: left;
}

.jtjjtext {
    width: 50%;
    height: 720px;
    float: right;
}

.jtjjtextmain {
    padding: 80px 0 0 105px;
    width: 700px;
}

.column22 {
    font-weight: normal;
}

.column22 .en {
    font-size: 14px;
    text-transform: uppercase;
}

.column22 .cn {
    font-size: 30px;
    line-height: 50px;
}

.column22 .line {
    line-height: 10px;
}

.column22 .line span {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #b50916;
}

.jtjjmain2 {
    line-height: 28px;
    color: #727272;
    padding-top: 10px;
}

.jtjjmore2 {
    padding-top: 60px;
}

.column23 {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 60px;
}

.ywlynavlist2 {
    float: right;
}

.ywlynavlist2 li {
    width: 880px;
    height: 200px;
    color: #fff;
    position: relative;
}

.ywlynavlist2 li a {
    color: #fff;
}

.ywlynavlist2 li.li1 .hover {
    background: rgba(7, 132, 228, 0.5);
}

.ywlynavlist2 li.li2 .hover {
    background: rgba(228, 91, 7, 0.5);
}

.ywlynavlist2 li.li3 .hover {
    background: rgba(206, 29, 41, 0.5);
}

.ywlynavlist2 li .textname {
    text-align: left;
    position: absolute;
    left: 70px;
    top: 75px;
    width: 100%;
    z-index: 10;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}

.ywlynavlist2 li:hover .textname {
    left: 0px;
}

.ywlynavlist2 li .textname .cn {
    font-size: 18px;
    font-weight: bold;
}

.ywlynavlist2 li .textname .en {
    font-size: 14px;
    text-transform: uppercase;
}

.ywlynavlist2 li .textmore {
    text-align: center;
    position: absolute;
    top: 75px;
    right: -60px;
    width: 100%;
    z-index: 10;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    width: 50px;
}

.ywlynavlist2 li:hover .textmore {
    right: 260px;
}

.ywlynavlist2 li .hover {
    width: 880px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
    opacity: 0.5;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}

.ywlynavlist2 li:hover .hover {
    height: 200px;
    top: 0;
    left: -80px;
    width: 960px;
}

.ywlynavlist2 li.li1 .hover {
    background: rgba(7, 132, 228, 1);
}

.ywlynavlist2 li.li2 .hover {
    background: rgba(228, 91, 7, 1);
}

.ywlynavlist2 li.li3 .hover {
    background: rgba(206, 29, 41, 1);
}

.ywlynavlist2 li:hover .hover {
    opacity: 1;
}

.ywlynavlist2 li .textbox {
    width: 700px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    height: 600px;
    padding-top: 230px;
}

.ywlynavlist2 li:hover .textbox {
    opacity: 1;
    z-index: 10;
}

.ywlynavlist2 li.li1 .textbox {
    left: -780px;
}

.ywlynavlist2 li.li2 .textbox {
    left: -780px;
    top: -200px;
}

.ywlynavlist2 li.li3 .textbox {
    left: -780px;
    top: -400px;
}

.ywlynavlist2 li .textbox .title {
    font-weight: bold;
    font-size: 24px;
}

.ywlynavlist2 li .textbox .title .en {
    font-weight: normal;
    padding-left: 5px;
    text-transform: uppercase;
}

.ywlynavlist2 li .textbox .navlist {
    width: 750px;
    padding-top: 30px;
    line-height: 40px;
}

.ywlynavlist2 li .textbox .navlist a {
    width: auto;
    display: inline-block;
    margin-right: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

.ywlynavlist2 li.li2 .textbox .navlist a {
    margin-right: 20px;
}

.ywlynavlist2 li .textbox .navlist a:hover {
    color: #ce1d29;
    border-bottom: 1px solid #ce1d29;
}

#linkbox .link {
    width: 410px;
    height: 40px;
    float: left;
    border: 1px solid #e4e4e4;
    padding: 0 0 0 20px;
    color: #bababa;
    margin-right: 80px;
}

#linkbox .link3 {
    margin-right: 0;
}

#dtl_detail {
    line-height: 2.2em;
    padding: 0 40px;
}

#dtl_detail img {
    margin: 15px 0;
}

#dtl_detail video {
    max-width: 840px;
}

.column_up2 {
    font-size: 24px;
    position: relative;
    font-weight: normal;
    padding-left: 15px;
}

.column_up2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 5px;
    height: 24px;
    background: #ce1d29;
}

#rclnup {
    width: 770px;
    padding: 50px;
}

.uprclndesc {
    line-height: 28px;
    color: #7c7c7c;
}

.picScroll-left2 {
    width: 100%;
    height: 410px;
    position: relative;
}

.picScroll-left2 .prev,
.picScroll-left2 .next {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    background: url(wdcicoleft.png) no-repeat;
    position: absolute;
    left: -80px;
    top: 180px;
    z-index: 10;
}

.picScroll-left2 .next {
    left: auto;
    right: -80px;
    background: url(wdcicoright.png) no-repeat;
}

.picScroll-left2 .bd {
    padding: 0px;
}

.picScroll-left2 .bd ul li {
    width: 335px;
    height: 410px;
    margin-right: 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: left;
    background: #fff;
}

.picScroll-left2 .bd ul li .shijian {
    padding: 40px 30px 0;
    color: #b4b4b4;
}

.picScroll-left2 .bd ul li .text1 a {
    font-size: 24px;
    color: #ce1d29;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.picScroll-left2 .bd ul li .text1 {
    padding: 5px 30px;
}

.picScroll-left2 .bd ul li .text2 {
    padding: 20px 30px 0;
    color: #4c4c4c;
    line-height: 28px;
    height: 180px;
}

.picScroll-left2 .bd ul li .more {
    padding: 0 30px;
}

.picScroll-left2 .bd ul li .more a {
    display: inline-block;
    width: 120px;
    height: 35px;
    border: 1px solid #e6e5e6;
    border-radius: 35px;
    text-align: center;
    color: #b4b4b4;
    line-height: 35px;
}

.box {
    width: 1400px;
    margin: 0 auto;
}

.inbanner {
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.incls {
    margin-top: 110px;
    color: #fff;
    text-align: left;
    opacity: 0.8;
}

.incls .txt {
    font-size: 26px;
    color: #724300;
}

.incls .pos {
    color: #724300;
}

.incls .pos a {
    color: #724300;
}

.owl-carousel.buttons-autohide .owl-buttons {
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.owl-carousel img {
    width: 1920px !important;
    height: 600px !important;
}

.controlls-over .owl-pagination {
    display: none;
}

.controlls-over .owl-controls .owl-next,
.controlls-over .owl-controls .owl-prev {
    width: 88px !important;
    height: 28px !important;
    overflow: hidden;
    transition: all ease-out 150ms;
    -webkit-transition: all ease-out 150ms;
    cursor: pointer;
    border: #d2d2d2 solid 0px !important;
    background: rgba(255, 255, 255, 0.9) url(news-btn-b.png) no-repeat center !important;
    margin-top: -14px;
    right: 300px;
    padding: 0 !important;
    margin-left: 0!important;
    margin-right: 0!important;
    border-radius: 0!important;
}

.controlls-over .owl-controls .owl-prev {
    right: 387px;
    left: auto;
    margin-right: 5px !important;
    background: rgba(255, 255, 255, 0.9) url(news-btn-a.png) no-repeat center !important;
}

.controlls-over .owl-controls .owl-next i,
.controlls-over .owl-controls .owl-prev i {
    display: none;
}

.controlls-over .owl-controls .owl-prev:hover {
    background: rgba(206, 29, 41, 0.9) url(news-btn-a.png) no-repeat center !important;
}

.controlls-over .owl-controls .owl-next:hover {
    background: rgba(206, 29, 41, 0.9) url(news-btn-b.png) no-repeat center !important;
}

body {
    min-width: 1420px;
}

.bgtop {
    background: #f4f6f6 url(bg_nei1.png) no-repeat right top;
}

.bgfot {
    background: url(bg_nei2.png) no-repeat left bottom;
}

.bghui {
    background: #f4f6f6;
}

.bdsharebuttonbox {
    padding-top: 10px;
    float: right;
}

.pager {
    overflow: hidden;
    margin-top: 40px;
}

.pager .previous>a,
.pager .previous>span,
.pager .next>a {
    color: #c9c9c9;
}

.pager li {
    margin-bottom: 0;
}

.textlist2 {
    padding: 20px 40px;
    background: #fff;
}

.textlist2 li {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    color: #4c4c4c;
    position: relative;
    padding-left: 15px;
}

.textlist2 li a {
    color: #4c4c4c;
}

.textlist2 li .shijian {
    float: right;
}

.textlist2 li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #ce1d29;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -2px;
}

.lingdaolist {
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}

.lingdaolist li {
    width: 360px;
    height: 380px;
    float: left;
    padding-left: 60px;
    padding-right: 45px;
    padding-top: 55px;
    background: url(bg_ld.jpg) no-repeat left;
}

.lingdaolist li.li1 {
    background: none;
}

.lingdaolist li .title {
    font-size: 30px;
    color: #4c4c4c;
    font-weight: bold;
}

.lingdaolist li .title2 {
    padding: 10px 0 20px;
    border-bottom: 1px dashed #e3e3e3;
    color: #7c7c7c;
    margin-bottom: 20px;
}

.lingdaolist li .des {
    color: #7c7c7c;
    line-height: 28px;
    font-size: 16px;
}

.ClsListUl2 {
    overflow: hidden;
    padding: 40px;
    background: #fff;
    margin-bottom: 40px;
}

.ClsListUl2 li {
    width: 100%;
    height: 128px;
    margin-right: 0;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
}

.ClsListUl2 li.nomg {
    margin-right: 0;
}

.ClsListUl2 li .textbox {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
    width: 690px;
}

.ClsListUl2 li .pic {
    padding-top: 0;
}

.ClsListUl2 li .pic img {
    width: 295px;
    height: 90px;
}

.ClsListUl2 li .text1 a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 100%;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.ClsListUl2 li .text2 {
    margin-top: 10px;
    color: #a4a3a3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 23px;
}

.ClsListUl3 {
    overflow: hidden;
    padding: 40px;
    background: #fff;
    margin-bottom: 40px;
}

.ClsListUl3 li {
    width: 100%;
    height: 185px;
    margin-right: 0;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
}

.ClsListUl3 li.nomg {
    margin-right: 0;
}

.ClsListUl3 li .textbox {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 2;
    width: 730px;
}

.ClsListUl3 li .pic {
    padding-top: 0;
}

.ClsListUl3 li .pic img {
    width: 260px;
    height: 145px;
}

.ClsListUl3 li .text1 a {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 100%;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.ClsListUl3 li .text2 {
    margin-top: 10px;
    color: #a4a3a3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 23px;
}

.ClsListUl4 {
    overflow: hidden;
    padding: 0;
    margin-bottom: 40px;
}

.ClsListUl4 li {
    width: 256px;
    height: 150px;
    margin-right: 25px;
    margin-bottom: 25px;
    position: relative;
    background: #fff;
    float: left;
    padding-left: 10px;
    padding-top: 50px;
}

.ClsListUl4 li.nomg {
    margin-right: 0;
}

.ClsListUl4 li .ico {
    width: 50px;
    height: 50px;
    float: left;
    background-position: center;
    margin-right: 10px;
}

.ClsListUl4 li .cn {
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
}

.ClsListUl4 li .en {
    font-size: 12px;
    color: #b4b4b4;
    text-transform: uppercase;
}

.ClsListUl4 li:hover {
    background: #ce1d29;
}

.ClsListUl4 li:hover .cn {
    color: #fff;
}

.ClsListUl4 li:hover .en {
    color: #e78e94;
}

.ClsListUl4 li.li1 .ico {
    background-image: url(icon3.png);
}

.ClsListUl4 li.li1:hover .ico {
    background-image: url(icon3_h.png);
}

.ClsListUl4 li.li2 .ico {
    background-image: url(icon4.png);
}

.ClsListUl4 li.li2:hover .ico {
    background-image: url(icon4_h.png);
}

.ClsListUl4 li.li3 .ico {
    background-image: url(icon1.png);
}

.ClsListUl4 li.li3:hover .ico {
    background-image: url(icon1_h.png);
}

.ClsListUl4 li.li4 .ico {
    background-image: url(icon2.png);
}

.ClsListUl4 li.li4:hover .ico {
    background-image: url(icon2_h.png);
}

.ClsListUl4 li.li5 .ico {
    background-image: url(icon5.png);
}

.ClsListUl4 li.li5:hover .ico {
    background-image: url(icon5_h.png);
}

.ClsListUl4 li.li6 .ico {
    background-image: url(icon6.png);
}

.ClsListUl4 li.li6:hover .ico {
    background-image: url(icon6_h.png);
}

.ClsListUl4 li.li7 .ico {
    background-image: url(icon9.png);
}

.ClsListUl4 li.li7:hover .ico {
    background-image: url(icon9_h.png);
}

.ClsListUl4 li.li8 .ico {
    background-image: url(icon8.png);
}

.ClsListUl4 li.li8:hover .ico {
    background-image: url(icon8_h.png);
}

.ClsListUl4 li.li9 .ico {
    background-image: url(icon7.png);
}

.ClsListUl4 li.li9:hover .ico {
    background-image: url(icon7_h.png);
}

.linianbox {
    padding: 500px 0 0 0;
    text-align: center;
}

.linianbox .title {
    color: #4c4c4c;
}

.linianbox .desc {
    color: #4c4c4c;
    font-size: 16px;
    padding: 30px 100px 0;
    line-height: 2em;
}

.linianbox .line {
    padding-top: 10px;
}

.linianbox .line span {
    display: inline-block;
    width: 63px;
    height: 2px;
    background: #4c4c4c;
}

.slideBox3 {
    width: 1920px;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.slideBox3 .prev,
.slideBox3 .next {
    position: absolute;
    width: 88px !important;
    height: 28px !important;
    overflow: hidden;
    transition: all ease-out 150ms;
    -webkit-transition: all ease-out 150ms;
    cursor: pointer;
    border: #d2d2d2 solid 0px !important;
    background: rgba(255, 255, 255, 0.9) url(news-btn-b.png) no-repeat center !important;
    margin-top: -14px;
    right: 300px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
}

.slideBox3 .prev {
    right: 387px;
    left: auto;
    margin-right: 5px !important;
    background: rgba(255, 255, 255, 0.9) url(news-btn-a.png) no-repeat center !important;
}

.slideBox3 .prev:hover {
    background: rgba(206, 29, 41, 0.9) url(news-btn-a.png) no-repeat center !important;
}

.slideBox3 .next:hover {
    background: rgba(206, 29, 41, 0.9) url(news-btn-b.png) no-repeat center !important;
}

.slideBox3 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox3 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox3 .bd img {
    width: 1920px;
    height: 600px;
    display: block;
}

.slideBox3 .owl-buttons {
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.whbox {
    width: 100%;
    height: 485px;
    background: #fff url(wh_bg.jpg) no-repeat left;
}

.wh_list2 {
    width: 470px;
    padding-top: 120px;
}

.wh_list2 li {
    margin-bottom: 22px;
}

.wh_list2 li .title {
    color: #beb098;
    font-size: 20px;
}

.wh_list2 li .title .en {
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}

.wh_list2 li .des {
    font-weight: bold;
    font-size: 26px;
    color: #636261;
    padding-left: 15px;
}

.slideBox4 {
    width: 100%;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.slideBox4 .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox4 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox4 .hd ul li {
    float: left;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    color: #fff;
}

.slideBox4 .hd ul li.on {
    background: #ce1f2b;
    color: #fff;
}

.slideBox4 .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox4 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox4 .bd img {
    width: 1400;
    height: 130px;
    display: block;
}
