.container {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin: 10px 0 20px;
}

.topLinks {
    font-size: 14px;
    padding: 40px 0 0;
    float: right;
}

.topLinks .email {
    background: url(../image/ico01.png) no-repeat center left;
    padding: 5px 0 5px 25px;
    margin-left: 20px;
}

.navMenu {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center;
}

.navMenu li {
    display: inline-block;
    position: relative;
}

.navMenu li a {
    padding: 14px 34px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    display: block;
}

.navMenu li.cr a,
.navMenu li a:hover {
    color: #fff;
    background-color: #cb0e00;
}

.navMenu li ul {
    position: absolute;
    top: 80px;
    left: -8px;
    background: rgba(255, 255, 255, .8);
    width: 150px;
    padding: 5px 0;
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    opacity: 0;
    z-index: -1;
}

.navMenu li ul li {
    padding: 0;
    display: block;
    text-align: center;
    background: none;
    float: none;
    border-right: none;
}

.navMenu li ul li a {
    padding: 7px 0;
    border-bottom: none;
    text-shadow: none;
    font-size: 15px;
}

.navMenu li ul li a:hover {
    background-color: #cb0e00;
    color: #fff;
    border-bottom: none;
}

.navMenu li.cr ul li {
    padding: 0;
    display: block;
    text-align: center;
    border-right: none;
}

.navMenu li.cr ul li a {
    padding: 7px 0;
    border-bottom: none;
    text-shadow: none;
    background: none;
    color: #000;
}

.navMenu li.cr ul li a:hover {
    border-bottom: none;
    background-color: #cb0e00;
    color: #fff;
}

.navMenu li:hover ul {
    top: 53px;
    opacity: 1;
    z-index: 50;
}


.mode-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-cnt {
    float: left;
    position: relative;
    right: 50%;
}

.mode-inner {
    float: left;
    position: relative;
    left: 50%;
}


.second_nav {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 2px solid #e5e5e5;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
}

.second_nav .second_tit {
    font-size: 22px;
    font-weight: 600;
}

.second_nav .second_tit b {
    font-weight: 400;
    font-size: 12px;
    color: #666;
    padding-left: 8px;
}

.second_nav ul {
    margin-left: 20px;
}

.second_nav ul li {
    float: left;
    padding: 0 15px;
    line-height: 35px;
    font-weight: 400;
    font-size: 16px;
}

.second_nav ul li:hover a,
.second_nav ul .cr a {
    color: #cb0e00;
}

.second_nav div,
.second_nav ul {
    float: left;
}

.second_nav .location {
    float: right;
    line-height: 35px;
    font-weight: 400;
}


.wenc_list ul {
    margin-right: -35px;
    margin-left: 50px;
}

.wenc_list ul li {
    float: left;
    margin-top: 40px;
    margin-right: 35px;
    width: 340px;
    height: auto;
}

.wenc_list ul li .item-pic {
    width: 340px;
    height: 250px;
}

.wenc_list ul li .item-tit {
    width: 340px;
    height: 45px;
    line-height: 45px;
    background-color: #ece8e8;
    text-align: center;
}



.about_tit {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 48px 0 34px;
}

.about_source {
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 16px 0;
    margin: 0 50px;
    color: #666;
}

.about_source span {
    margin-left: 23px;
}

.about .about_desc {
    width: 1104px;
    margin-left: 48px;
    margin-top: 20px;
}

.dele .about_desc p {
    color: #333 !important;
}

.about .about_desc p {
    margin-top: 30px;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
}

.bigimg {
    width: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 999999;
    border: 10px solid #fff;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    z-index: 98;
    transition: all 1s;
    display: none;
    height: 2800px !important;
}

.bigbox {
    width: 840px;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.bigbox>.imgbox {
    width: 400px;
    height: 250px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
    width: 100%;
}

.imgbox:hover {
    cursor: zoom-in
}

.mask:hover {
    cursor: zoom-out
}

.mask>img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
    background: none;
}

.mask>img:hover {
    cursor: pointer
}

#hidden {
    display: none;
}



.trends .trends_list {
    margin-top: 30px;
}

.trends .trends_list .trends_news {
    width: 1100px;
    margin-left: 50px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.trends .trends_list .trends_news .item-pic {
    float: left;
    width: 230px;
    height: 160px;
}

.trends .trends_list .trends_news .item-pic img {
    width: 230px;
    height: 160px;
}

.trends .trends_list .trends_news .item-cnt {
    float: left;
    width: 710px;
    margin-left: 25px;
}

.trends .trends_list .trends_news .news {
    float: left;
    width: 970px;
    margin-left: 0px;
}

.trends .trends_list .trends_news .item-cnt .item-tit {
    font-size: 18px;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
}

.trends .trends_list .trends_news .item-cnt .item-desc {
    margin-top: 5px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.trends .trends_list .trends_news .item-cnt .item-btn {
    padding: 3px 10px;
    background-color: #b7b7b7;
    width: 75px;
    text-align: center;
    font-size: 14px;
    margin-top: 14px;
}

.trends .trends_list .trends_news .item-date {
    width: 88px;
    text-align: center;
    border: 1px solid #b7b7b7;
    margin-top: 20px;
}

.trends .trends_list .trends_news .item-date .day {
    width: 88px;
    height: 54px;
    background-color: #b7b7b7;
    line-height: 54px;
    font-size: 32px;
    color: #fff;
}

.trends .trends_list .trends_news .item-date .month {
    height: 30px;
    line-height: 30px;

}

.trends .trends_list .trends_news .item-cnt .item-btn a {
    color: #fff;
}

.trends .trends_list .trends_news .item-cnt .item-tit a {
    color: #333;
}

.trends .trends_list .trends_news .item-date {
    float: right;
}



.aboutus .about-cell {
    width: 1100px;
    margin-left: 50px;
}

.aboutus .about-cell p {
    text-indent: 2em;
    margin-top: 48px;
}

.aboutus .about-cell p em {
    color: #cb0e00;
    font-weight: 600;
}

.aboutus .about-cell .list li {
    float: left;
    width: 215px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #e5e5e5;
    margin-top: 5px;
    margin-right: 5px;
}

.aboutus .about-cell .list .active {
    background-color: #cb0e00;

}

.aboutus .about-cell .list .active a {
    color: #fff;
}

.aboutus .about-cell .cer-tit {
    margin: 0 auto;
    width: 100px;
    font-size: 25px;
    font-weight: 600;
    margin-top: 43px;
    margin-bottom: 22px;
    position: relative;
}

.aboutus .about-cell .cer-tit::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 3px;
    background: url("../image/about-tit.png") no-repeat;
    width: 100px;
    height: 7px;
}

.aboutus .about-cell .desc {
    margin-top: 40px;
    margin-right: -14px;
}

.aboutus .about-cell .desc li {
    float: left;
    width: 260px;
    height: 230px;
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    overflow: hidden;
    margin-right: 14px;
}

.aboutus .about-cell .desc li:nth-child(5) .item-pic,
.aboutus .about-cell .desc li:nth-child(6) .item-pic,
.aboutus .about-cell .desc li:nth-child(10) .item-pic,
.aboutus .about-cell .desc li:nth-child(11) .item-pic {
    height: 173px;
}

.aboutus .about-cell .desc li .item-pic {
    padding: 9px 0;
    height: 172px;
    overflow: hidden;
    position: relative;
    width: 238px;
    margin: 0 auto;
}

.aboutus .about-cell .desc li .item-pic img {
    background: none;
}

.aboutus .about-cell .desc li .item-pic:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 42.5%;
    background: url("../image/ty.png") no-repeat;
    width: 39px;
    height: 24px;
    padding-left: 12px;
}

.aboutus .about-cell .desc li .item-tit {
    height: 40px;
    line-height: 40px;
    width: 260px;
    text-align: center;
    background-color: #f1f1f1;
}

.aboutus .about-cell .more {
    width: 200px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #cb0e00;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;

}

.aboutus .about-cell .more::after {
    content: "";
    position: absolute;
    position: absolute;
    bottom: 15px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.aboutus .about-cell .more a {
    color: #fff;
}

.aboutus .about-cell .cont li .item-pic {
    padding: 9px 0;
    height: 179px;
    overflow: hidden;
    position: relative;
    width: 244px;
    margin: 0 auto;
}





.cul_list {
    margin-left: 50px;
}

.cul_list p {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    width: 1100px;
    margin-top: 40px;
}

.cul {
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

.cul_logo {
    line-height: 150px;
    width: 52px;
    margin: 0 auto;
}


.col .bar-horizontal {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3)
}

.col {
    width: 200px;
    height: 155px;
    box-shadow: 0 0 60px rgba(0, 0, 0, .3) inset;
}

.hexagon .bar-horizontal:hover {
    background: #cb0e00;
}

.col .bar-horizontal:hover {
    background: #fff;
}



.enter {
    margin: 0 50px;
}

.enter ul {
    margin-right: -3%;
    margin-top: 30px;
}

.enter ul li {
    width: 30%;
    margin-right: 3%;
    border: 1px solid #dcdcdc;

    text-align: center;
    float: left;
    padding: 15px 0;
    margin-top: 20px;
    background-color: #f7f7f7;
}






.brand ul li {
    float: left;
}

.prise {
    margin-left: 138px;
}

.prise li {
    width: 22%;
    background: url("../image/ny_bg.png") no-repeat center center;
    height: 161px;
    text-align: center;
}

.prise li h3 {
    margin-top: 40px;
    font-size: 30px;
    color: #fff000;
    text-align: center;
}

.prise li p {
    color: #fff;
}

.brand .cer-tit {
    margin: 0 auto;
    width: 150px;
    font-size: 25px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
}

.brand .txt {
    width: 100%;
    text-align: center;
    margin-top: 45px;
    font-size: 16px;
}

.brand .cer-tit::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 28px;
    background: url("../image/about-tit.png") no-repeat;
    width: 150px;
    height: 7px;
}

.brand .tit::after {
    left: 12px;
}

.brand ul {
    text-align: center;
}

.brand .item_1 ul li {
    width: 260px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}

.brand .item_1 ul li .item-tit {
    height: 40px;
    line-height: 40px;
    background-color: #f1f1f1;
}

.brand .bran {
    margin: 0 50px;
    margin-top: 50px;
}

.item-4 ul {
    margin-right: -20px;
}

.item-4 ul li {
    margin-right: 15px !important;
    margin-top: 35px !important;
}

.item-1 {
    width: 260px;
    margin: 0 auto;
}

.item-2 {
    width: 830px;
    margin: 0 auto;
}

.item-3 {
    width: 550px;
    margin: 0 auto;
}

.item-2 ul li,
.item-3 ul li {
    margin-right: 20px !important;
}

.item-2 ul,
.item-3 ul {
    margin-right: -20px !important;
}

.item-2 ul li:last-child,
.item-3 ul li:last-child {
    margin-right: -20px !important;
}







.footer {
    width: 100%;
    margin-top: 40px;
    background-color: #f7f7f7;
}

.footMenuWarp {
    width: 100%;
    overflow: hidden;
}

.footMenu {
    padding: 30px 0;
    width: 120%;
}

.footMenu li {
    vertical-align: top;
    font-size: 16px;
    display: inline-block;
    padding-right: 210px;
}

.footMenu li ul {
    margin-top: 7px;
}

.footMenu li li {
    padding: 0;
    display: block;
    font-size: 14px;
    color: #999;
}

.footMenu li li a {
    font-size: 14px;
    color: #999;
}

.footMenu li li a:hover {
    color: #333;
}

.copyright {
    color: #aaa;
    font-size: 12px;
    background-color: #e7e7e7;
    padding: 13px 0;
    text-align: center;
}


.frm-wraps {
    margin: 0 auto;
    margin-top: 30px;
    width: 550px;
}

.frm-wraps .frm-cells {
    position: relative;
    padding-left: 100px;
    min-height: 30px;
    margin-bottom: 20px;
}

.frm-wraps .frm-cells span {
    position: absolute;
    left: 0;
    top: 0;
}

.frm-wraps .frm-cells input {
    border: 1px solid #ddd;
    width: 240px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.frm-wraps .frm-cells textarea {
    border: 1px solid #ddd;
    width: 350px;
    min-height: 120px;
    padding: 10px;
}

.f-btns {
    padding-left: 100px;
}

.f-btns a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    width: 100px;
    background: #d30b15;
}