@charset "utf-8";

@font-face {
    font-family: "SourceHanSansCN"; /*字体名称*/
    src: url("../fonts/SourceHanSansCN-Regular.otf"); /*字体源文件*/
}

:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*图片放大公用类*/
.picfd img {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}

.picfd:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}

.qcontainer,
.qcontainer2 {
    margin-right: auto;
    margin-left: auto;
}

.padding1 {
    padding-top: 110px;
}

/* 头部 */
.header {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 999999;
	box-shadow:0px 2px 8px #ddd;
    /*-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
        -moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);
        box-shadow:0 0 10px rgba(0, 0, 0, .1);*/
}

.header .collapse {
    position: relative;
}

.header .navbar {
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 110px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
}

.header .navbar-default {
    background: none;
    /*background:rgba(255, 255, 255, 0.9);*/
}

.header .navbar-brand {
    float: left;
    height: 110px;
    padding: 30px 0 0 0px;
    font-size: 18px;
    line-height: 0px;
    position: absolute;
    z-index: 2;
}

.header .navbar-brand img {
    height: 51px;
}

.header .navbar-default .navbar-nav > li > a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.header .navbar-default .navbar-nav > li {
    margin: 0px;
}

.header .navbar .search {
    margin: 41px -25px 0 36px;
    position: relative;
    z-index: 3;
}

.header .navbar .search1 {
    margin: 6px 10px 0 0;
    cursor: pointer;
}

.header .navbar .search2 {
    width: 220px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.header .navbar .search2 .wbk1 {
    font-size: 14px;
    color: #333;
    width: 181px;
    height: 28px;
    line-height: 28px;
    padding-left: 12px;
    background: none;
    border: 0px;
}

.header .navbar .search2 .btn1 {
    width: 37px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: url(../images/pic1.png) no-repeat center;
    border: 0px;
}

.header .nav {
    padding-right: 0px;
    padding-bottom: 0px;
}

.header .nav > li {
    margin-right: 0px !important;
    position: relative;
}

/*.header .nav > li:first-child{ margin-left:0px !important; }*/
.header .nav > li > a {
    height: 110px;
    line-height: 110px;
    text-align: center;
    padding: 0 29px;
    display: block;
}

/*.nav > li > a:hover{ color:#f39900 !important; }*/
@media (min-width: 768px) {
    .header .navbar-nav > li {
        /*float: none;*/
        margin-top: 10px;
    }

    .header .navbar-nav > li > a {
        /*padding-top: 0px;
          padding-bottom: 0px;*/
    }
}

.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #e30007;
    border-bottom: 6px solid #e30007;
}

.header .navbar-default .navbar-nav > .active > a {
    background: none;
    color: #e30007;
    border-bottom: 6px solid #e30007;
}

.header .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 18px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.header .navbar-default .navbar-toggle {
    border-color: #e30007;
}

.header .navbar-default .navbar-toggle .icon-bar {
    background-color: #e30007;
}

.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
    background-color: #e30007;
}

.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #e30007;
    border-bottom: 6px solid #e30007;
}

.header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0% !important;
    margin-left: 0px !important;
    z-index: 1000;
    display: none;
    width: 100%;
    min-width: auto;
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border: 0px solid #a7a6a7;
    border: 0px solid rgba(167, 166, 167, 1);
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.header .dropdown-menu > li > a {
    display: block;
    text-align: center;
    padding: 0 5px !important;
    clear: both;
    font-weight: normal;
    height: 53px;
    line-height: 53px !important;
    font-size: 14px;
    color: #fff;
    border-bottom: 0px solid #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus {
    background-color: #e30007;
}

.header .open > .dropdown-menu {
    display: block;
}

@media (min-width: 1200px) {
    .header .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }

    .header .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

/* BANNER */
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2000;
}

.banner .item {
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

.banner a {
    display: block;
    width: 100%;
}

.banner .owl-buttons {
    display: none;
}

.banner .owl-theme .owl-controls {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 0px;
}

.banner .owl-pagination {
    height: 12px;
    z-index: 1111;
    position: relative;
    bottom: 0px;
    display: none;
}

.banner .owl-theme .owl-dots {
    font-size: 0px;
    width: 100%;
    height: 12px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0px;
}

.banner .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.banner .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    border-radius: 12px;
}

.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 1);
}

.banner .owl-theme .owl-controls .owl-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    margin-top: -25px;
    z-index: 6;
}

.banner .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 0px;
    width: 29px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    background: none;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.banner .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #869791;

    color: #fff;
    text-decoration: none;
}

.banner .owl-theme .owl-controls .owl-nav .owl-prev {
    background: url(../images/pic2.png) no-repeat center;
    position: absolute;
    left: 0px;
}

.banner .owl-theme .owl-controls .owl-nav .owl-next {
    background: url(../images/pic3.png) no-repeat center;
    position: absolute;
    right: 0px;
}

.banner .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background: url(../images/pic2.png) no-repeat center;
}

.banner .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background: url(../images/pic3.png) no-repeat center;
}

/* 网站首页 */
.main {
    width: 100%;
    overflow: hidden;
}

.main h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 60px;
}

.main h2 p {
    font-size: 32px;
    color: #111;
    width: 100%;
    line-height: 100%;
}

.main h2 span {
    font-size: 24px;
    color: #c6c6c6;
    width: 100%;
    line-height: 100%;
    margin: 12px 0 -6px;
    text-transform: uppercase;
    display: block;
}

.main .more {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.main .more a {
    font-size: 16px;
    color: #585858;
    width: 320px;
    max-width: 100%;
    height: 71px;
    line-height: 71px;
    text-align: center;
    border: 1px solid #c5c5c5;
    display: inline-block;
}

.main .more a img {
    height: 10px;
    margin-left: 8px;
    position: relative;
    top: -3px;
}

.main .more a img.img1 {
    display: inline-block;
}

.main .more a img.img2 {
    display: none;
}

.main .more a:hover {
    color: #fff;
    background-color: #e30007;
    border: 1px solid #e30007;
}

.main .more a:hover img.img1 {
    display: none;
}

.main .more a:hover img.img2 {
    display: inline-block;
}

.main1 {
    width: 100%;
    padding: 20px 0 50px;
}

.main1_1 {
    width: 100%;
    margin-top: 50px;
}

.main1_1_l {
    width: 48.07%;
    overflow: hidden;
}

.main1_1_l img {
    width: 100%;
}

.main1_1_r {
    width: 51.93%;
    padding-left: 35px;
}

.main1_1_r .tab {
    font-size: 0px;
    width: 29.33%;
}

.main1_1_r .tab1 {
    width: 100%;
    margin-top: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.main1_1_r .tab1:first-child {
    margin-top: 0px;
}

.main1_1_r .tab1 a {
    width: 100%;
    height: 108px;
    text-align: center;
    padding: 32px 5px 0;
    background-color: #ebebeb;
    display: block;
    position: relative;
}

.main1_1_r .tab1 a:after {
    content: "";
    width: 8px;
    height: 10px;
    background: url(../images/pic5.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -5px;
    display: none;
}

.main1_1_r .tab1 a p {
    font-size: 22px;
    color: #232323;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main1_1_r .tab1 a span {
    font-size: 14px;
    color: #666;
    width: 100%;
    margin-top: 8px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main1_1_r .tab1:hover a {
    background-color: #e30007;
}

.main1_1_r .tab1:hover a:after {
    display: block;
}

.main1_1_r .tab1:hover a p {
    color: #fff;
}

.main1_1_r .tab1:hover a span {
    color: #fff;
}

.main1_1_r .tab1.on a {
    background-color: #e30007;
}

.main1_1_r .tab1.on a:after {
    display: block;
}

.main1_1_r .tab1.on a p {
    color: #fff;
}

.main1_1_r .tab1.on a span {
    color: #fff;
}

.main1_1_r .tab_nr {
    width: 70.67%;
    padding-left: 30px;
}

.main1_1_r .tab_nr1 {
    width: 100%;
    display: none;
}

.main1_1_r .tab_nr1 ul {
    width: 100%;
}

.main1_1_r .tab_nr1 ul li {
    width: 100%;
}

.main1_1_r .tab_nr1 ul li .date {
    text-align: center;
}

.main1_1_r .tab_nr1 ul li .date p {
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 100%;
    margin: 14px 0 4px;
}

.main1_1_r .tab_nr1 ul li .date span {
    font-size: 16px;
    color: #585858;
    line-height: 100%;
    display: block;
}

.main1_1_r .tab_nr1 ul li .item {
    margin-left: 76px;
    padding: 14px 0;
    border-bottom: 1px solid #e8e8e8;
    display: block;
}

.main1_1_r .tab_nr1 ul li .item .title {
    font-size: 16px;
    color: #333;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main1_1_r .tab_nr1 ul li .item .content {
    font-size: 14px;
    color: #585858;
    width: 100%;
    line-height: 22px;
    margin: 10px 0 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main1_1_r .tab_nr1 ul li .item .more2 {
    font-size: 12px;
    color: #999;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main1_1_r .tab_nr1 ul li .item .more2 img {
    height: 10px;
    margin-right: 8px;
}

.main1_1_r .tab_nr1 ul li .item .more2 img.img1 {
    display: inline-block;
}

.main1_1_r .tab_nr1 ul li .item .more2 img.img2 {
    display: none;
}

.main1_1_r .tab_nr1 ul li a:hover .item .title {
    color: #e30007;
}

.main1_1_r .tab_nr1 ul li a:hover .item .more2 {
    color: #e30007;
}

.main1_1_r .tab_nr1 ul li a:hover .item .more2 img.img1 {
    display: none;
}

.main1_1_r .tab_nr1 ul li a:hover .item .more2 img.img2 {
    display: inline-block;
}

.main1_1_r .tab_nr1 ul li:first-child .date p {
    margin-top: 0px;
}

.main1_1_r .tab_nr1 ul li:first-child .item {
    padding-top: 0px;
}

.main2 {
    width: 100%;
    background-color: #f2f2f2;
}

.main2_l {
    width: 50%;
    height: 640px;
    overflow: hidden;
}

.main2_l img {
    width: 100%;
}

.main2_r {
    width: 50%;
    padding-left: 56px;
}

.main2_r h2 {
    text-align: left;
    padding: 90px 0;
}

.main2_r1 {
    width: 100%;
}

.main2_r1 .item {
    width: 100%;
}

.main2_r1 .item .pic {
    width: 100%;
}

.main2_r1 .item .pic img {
    width: auto;
    height: 111px;
}

.main2_r1 .item .content {
    font-size: 14px;
    color: #333;
    width: 100%;
    line-height: 24px;
    margin: 24px 0 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.main2_r1 .item .more2 {
    font-size: 14px;
    color: #333;
    width: 100%;
    line-height: 17px;
}

.main2_r1 .item .more2 img {
    width: 17px;
    height: 17px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.main2_r1 .item .more2 img.img1 {
    display: inline-block;
}

.main2_r1 .item .more2 img.img2 {
    display: none;
}

.main2_r1 .item:hover .more2 {
    color: #e30007;
}

.main2_r1 .item:hover .more2 img.img1 {
    display: none;
}

.main2_r1 .item:hover .more2 img.img2 {
    display: inline-block;
}

.main2_r1 .owl-buttons {
    display: none;
}

.main2_r1 .owl-theme .owl-controls {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 0px;
}

.main2_r1 .owl-pagination {
    height: 12px;
    z-index: 1111;
    position: relative;
    bottom: 0px;
    display: none;
}

.main2_r1 .owl-theme .owl-dots {
    font-size: 0px;
    width: 100%;
    height: 12px;
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0px;
    display: none !important;
}

.main2_r1 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.main2_r1 .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    border-radius: 12px;
}

.main2_r1 .owl-theme .owl-dots .owl-dot.active span,
.main2_r1 .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 1);
}

.main2_r1 .owl-theme .owl-controls .owl-nav {
    width: 63px;
    height: 15px;
    background: url(../images/pic11.png) no-repeat center;
    position: absolute;
    /* left: 0px; */
    right: 0px;
    bottom: 0px;
    z-index: 6;
}

.main2_r1 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 0px;
    width: 9px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    background: none;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.main2_r1 .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.main2_r1 .owl-theme .owl-controls .owl-nav .owl-prev {
    background: url(../images/pic9.png) no-repeat center;
    position: absolute;
    left: 0px;
}

.main2_r1 .owl-theme .owl-controls .owl-nav .owl-next {
    background: url(../images/pic10.png) no-repeat center;
    position: absolute;
    right: 0px;
}

.main2_r1 .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background: url(../images/pic9h.png) no-repeat center;
}

.main2_r1 .owl-theme .owl-controls .owl-nav .owl-next:hover {
    background: url(../images/pic10h.png) no-repeat center;
}

.main3 {
    width: 100%;
    padding: 0px 0 60px;
}

.main3_1 {
    width: 100%;
    margin-top: 50px;
}

.main3_1 ul {
    margin: -35px -60px 0 0;
}

.main3_1 ul li {
    width: 20%;
    padding: 35px 60px 0 0;
}

.main3_1 ul li .pic {
    width: 100%;
    border: 2px solid #efefef;
    overflow: hidden;
}

.main3_1 ul li .pic img {
    width: 100%;
}

/* 底部 */
.footer {
    width: 100%;
    overflow: hidden;
}

.footer_t {
    width: 100%;
    padding: 60px 0 44px;
    background-color: #f8f8f8;
}

.footer_t1 {
    width: 100%;
}

.footer_t1 .list {
    margin-top: 4px;
}

.footer_t1 .list ul li {
    width: 156px;
    padding-right: 10px;
}

.footer_t1 .list ul li p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer_t1 .list ul li p a {
    color: #333;
}

.footer_t1 .list ul li p a:hover {
    color: #e30007;
}

.footer_t1 .list ul li span {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer_t1 .list ul li span a {
    color: #666;
}

.footer_t1 .list ul li span a:hover {
    color: #e30007;
}

.footer_t1 .ewm {
    width: 144px;
    height: 116px;
    background-color: #e30007;
    padding: 4px 4px 4px 0;
}

.footer_t1 .ewm p {
    font-size: 14px;
    color: #fff;
    width: 32px;
    height: 108px;
    line-height: 14px;
    padding: 5px 9px;
}

.footer_t1 .ewm span {
    width: 108px;
    height: 108px;
    display: block;
}

.footer_t1 .ewm span img {
    width: 108px;
    height: 108px;
}

.footer_t2 {
    width: 100%;
}

.footer_t2 .title {
    font-size: 14px;
    color: #333;
    width: 100%;
    line-height: 16px;
    margin: 34px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #a9a9a9;
}

.footer_t2 .title img {
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.footer_t2 .content {
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 24px;
}

.footer_t2 .content a {
    color: #666;
    margin-right: 32px;
}

.footer_t2 .content a:hover {
    color: #e30007;
}

.footer_b {
    font-size: 14px;
    color: #7e7e7e;
    width: 100%;
    line-height: 20px;
    text-align: center;
    padding: 15px 0;
    background-color: #dcdcdc;
}

.footer_b a {
    color: #7e7e7e;
}

.footer_b a:hover {
    color: #e30007;
}

/* 内页BANNER */
.qy_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2000;
}

.qy_banner img {
    display: block;
    width: 100%;
    height: auto;
}

.qy_banner a {
    display: block;
    width: 100%;
}

/* 内页公用 */
.qy_main {
    width: 100%;
    padding: 44px 0 50px;
    overflow: hidden;
}

.qy_main1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
}

.qy_main1 span.style1 {
    color: #e30007;
}

.qy_main2 {
    width: 100%;
    padding: 30px 0 12px;
    border-bottom: 1px solid #dfe0e1;
}

.qy_main2 .nr1 {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.qy_main2 .nr1 a {
    color: #999;
}

.qy_main2 .nr1 a:hover {
    color: #e30007;
}

.qy_main2 .nr1 span.style1 {
    color: #e30007;
}

.qy_main2 .nr1 span.style2 {
    margin: 0 14px;
}

.qy_main2 .nr2 {
    font-size: 0px;
    max-width: 100%;
    white-space: nowrap;
    padding-bottom: 5px;
}

.qy_main2 .nr2 a {
    font-size: 16px;
    color: #a0a0a0;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding: 0 18px;
    display: inline-block;
    position: relative;
}

.qy_main2 .nr2 a:after {
    content: "";
    width: 11px;
    height: 5px;
    background: url(../images/pic15.png) no-repeat center;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    display: none;
}

.qy_main2 .nr2 a:hover {
    color: #fff;
    background-color: #e30007;
}

.qy_main2 .nr2 a:hover:after {
    display: block;
}

.qy_main2 .nr2 a.on {
    color: #fff;
    background-color: #e30007;
}

.qy_main2 .nr2 a.on:after {
    display: block;
}

.qy_main3 {
    font-size: 32px;
    color: #333;
    width: 100%;
    line-height: 100%;
    text-align: center;
    margin-top: 64px;
    padding-bottom: 18px;
    background: url(../images/pic16.png) no-repeat center bottom;
}

/* 分页 */
.pages {
    font-size: 0px;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.pages a {
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.pages a:hover,
.pages a.xz {
    color: #e30007;
}

.pages a:first-child,
.pages a:last-child {
    padding: 0 24px;
    background-color: #ccc;
}

.pages a:first-child:hover,
.pages a:last-child:hover,
.pages a:first-child.xz,
.pages a:last-child.xz {
    color: #fff;
    background-color: #e30007;
}

/*.pages strong {
  font-weight: normal;
  color: #333;
  margin: 0 2px;
}*/

.pages strong {
    font-size: 14px;
    color: #e30007;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 公司简介 */
.gsjj_main {
    font-size: 14px;
    color: #333;
    width: 100%;
    line-height: 24px;
    margin-top: 25px;
}

.gsjj_main span.style1 {
    font-size: 18px;
    font-weight: bold;
}

/* 企业文化 */
.qywh_main {
    width: 100%;
}

.qywh_main1 {
    width: 100%;
}

.qywh_main1 ul {
    margin: 24px -26px 0 0;
}

.qywh_main1 ul li {
    width: 25%;
    padding: 26px 26px 0 0;
    float: left;
}

.qywh_main1 ul li .item {
    width: 100%;
    padding: 60px 50px 45px;
    background-color: #efefef;
}

.qywh_main1 ul li .item .title {
    font-size: 20px;
    color: #333;
    width: 100%;
    line-height: 100%;
}

.qywh_main1 ul li .item .content {
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 24px;
    margin-top: 10px;
}

.qywh_main1 ul li .item:hover {
    background-color: #e30007;
}

.qywh_main1 ul li .item:hover .title {
    color: #fff;
}

.qywh_main1 ul li .item:hover .content {
    color: #fff;
}

.qywh_main2 {
    width: 100%;
    margin-top: 30px;
}

.qywh_main2 ul {
    width: 100%;
}

.qywh_main2 ul li {
    width: 100%;
}

.qywh_main2 ul li .pic {
    width: 50%;
    padding-right: 14px;
}

.qywh_main2 ul li .pic_nr {

    width: 100%;
    overflow: hidden;
}

.qywh_main2 ul li .pic_nr img {
    width: 100%;
}

.qywh_main2 ul li .text {
    width: 50%;
    padding-left: 20px;
}

.qywh_main2 ul li .text .title {
    font-size: 20px;
    color: #333;
    width: 100%;
    line-height: 100%;
    padding: 80px 0 8px;
}

.qywh_main2 ul li .text .content {
    width: 100%;
}

.qywh_main2 ul li .text .content .nr {
    width: 100%;
    margin-top: 22px;
}

.qywh_main2 ul li .text .content .nr .nr1 {
    font-size: 14px;
    color: #fff;
    width: 92px;
    max-width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #e30007;
    border-radius: 26px;
}

.qywh_main2 ul li .text .content .nr .nr2 {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-left: 106px;
    padding: 1px 0;
}

.qywh_main2 ul li .text .content2 {
    width: 100%;
}

.qywh_main2 ul li .text .content2 .nr {
    width: 100%;
    margin-top: 22px;
}

.qywh_main2 ul li .text .content2 .nr .nr1 {
    font-size: 14px;
    color: #333;
    width: 233px;
    max-width: 100%;
    height: 26px;
    line-height: 26px;
    padding-left: 28px;
    background-color: #efefef;
    border-radius: 26px;
}

.qywh_main2 ul li .text .content2 .nr .nr1:hover, .qywh_main2 ul li .text .content2 .nr .nr1.on {
    color: #fff;
    background-color: #e30007;
}

.qywh_main2 ul li.odd .pic {
    padding-right: 0px;
    padding-left: 14px;
    float: right;
}

/* 合作品牌 */
.hzpp_main {
    width: 100%;
    margin-top: 50px;
}

.hzpp_main ul {
    width: 100%;
}

.hzpp_main ul li {
    width: 100%;
}

.hzpp_main ul li .item {
    width: 100%;
    display: flex;
    align-items: center;
}

.hzpp_main ul li .pic {
    width: 50%;
    overflow: hidden;
}

.hzpp_main ul li .pic img {
    width: 100%;
}

.hzpp_main ul li .text {
    width: 50%;
    padding: 0px 60px;
}

.hzpp_main ul li .text .title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hzpp_main ul li .text .icon {
    width: 100%;
    margin: 46px 0 30px;
}

.hzpp_main ul li .text .content {
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hzpp_main ul li .text .more2 {
    width: 100%;
    margin-top: 24px;
}

.hzpp_main ul li .text .more2 span {
    font-size: 16px;
    color: #fff;
    width: 190px;
    max-width: 100%;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-color: #b3b3b3;
    display: inline-block;
}

.hzpp_main ul li.odd .pic {
    order: 1;
}

.hzpp_main ul li.odd .text {
    padding-right: 60px !important;
}

.hzpp_main ul li .item:hover .text .icon img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.hzpp_main ul li .item:hover .text .more2 span {
    background-color: #e30007;
}

/* 服务理念 */
.fwln_main {
    width: 100%;
    margin-top: 50px;
    background-color: #e30007;
    display: flex;
    align-items: center;
}

.fwln_main .pic {
    width: 50%;
}

.fwln_main .pic img {
    width: 100%;
}

.fwln_main .text {
    font-size: 14px;
    color: #fff;
    width: 50%;
    line-height: 20px;
    padding: 20px 50px;
}

.fwln_main .text span.style1 {
    font-size: 16px;
    font-weight: bold;
}

/* 企业使命 */
.qysm_main {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.qysm_main .pic {
    width: 50%;
}

.qysm_main .pic img {
    width: 100%;
}

.qysm_main .text {
    font-size: 16px;
    color: #333;
    width: 50%;
    line-height: 24px;
    padding: 20px 50px;
}

.qysm_main .text span.style1 {
    font-size: 26px;
    font-weight: bold;
    color: #e30007;
}

/* 品牌动态 */
.ppdt_main {
    width: 100%;
}

.ppdt_main ul {
    width: 100%;
}

.ppdt_main ul li {
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #efefef;
}

.ppdt_main ul li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.ppdt_main ul li .item {
    width: 100%;
    display: flex;
    align-items: center;
}

.ppdt_main ul li .pic {
    width: 39.28%;
    overflow: hidden;
}

.ppdt_main ul li .pic img {
    width: 100%;
}

.ppdt_main ul li .text {
    width: 60.72%;
    padding-left: 50px;
}

.ppdt_main ul li .text .title {
    font-size: 18px;
    color: #333;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ppdt_main ul li .text .content {
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 24px;
    margin: 14px 0 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ppdt_main ul li .text .more2 {
    width: 100%;
}

.ppdt_main ul li .text .more2 span {
    font-size: 16px;
    color: #fff;
    width: 190px;
    max-width: 100%;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background-color: #b3b3b3;
    display: inline-block;
}

.ppdt_main ul li .item:hover .text .more2 span {
    background-color: #e30007;
}

/* 企业新闻 */
.qyxw_main {
    width: 100%;
}

.qyxw_main ul {
    margin: 10px -60px 0 0;
}

.qyxw_main ul li {
    width: 50%;
    padding: 40px 60px 0 0;
}

.qyxw_main ul li .item {
    width: 100%;
    display: flex;
    align-items: center;
}

.qyxw_main ul li .pic {
    width: 42%;
    overflow: hidden;
}

.qyxw_main ul li .pic img {
    width: 100%;
}

.qyxw_main ul li .text {
    width: 58%;
    padding-left: 20px;
}

.qyxw_main ul li .text .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qyxw_main ul li .text .content {
    font-size: 14px;
    color: #333;
    width: 100%;
    line-height: 20px;
    margin: 18px 0 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.qyxw_main ul li .text .date {
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qyxw_main ul li .text .more2 {
    width: 100%;
    margin-top: 14px;
}

.qyxw_main ul li .text .more2 span {
    font-size: 14px;
    color: #fff;
    width: 90px;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #b3b3b3;
    display: inline-block;
}

.qyxw_main ul li .item:hover .text .more2 span {
    background-color: #e30007;
}

/* 企业新闻详情 */
.qyxwxq_main {
    width: 100%;
    margin-top: 50px;
}

.qyxwxq_main1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    width: 100%;
}

.qyxwxq_main2 {
    font-size: 14px;
    color: #999;
    width: 100%;
    line-height: 14px;
    margin-top: 24px;
}

.qyxwxq_main2 img {
    height: 14px;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.qyxwxq_main2 span.style1 {
    margin-right: 30px;
}

.qyxwxq_main2 a {
    color: #e30007;
}

.qyxwxq_main2 a:hover {
    text-decoration: underline;
}

.qyxwxq_main3 {
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 24px;
    margin-top: 24px;
}

.qyxwxq_main4 {
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-top: 40px;
    padding: 10px 50px;
    background-color: #e30007;
}

.qyxwxq_main4 .nr {
    max-width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qyxwxq_main4 a {
    color: #fff;
}

.qyxwxq_main4 a:hover {
    text-decoration: underline;
}

/* 学术会议 */
.xshy_main {
    width: 100%;
    margin-top: 10px;
}

.xshy_main ul {
    width: 100%;
}

.xshy_main ul li {
    width: 100%;
}

.xshy_main ul li .item {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
}

.xshy_main ul li .item .date {
    width: 90px;
    height: 90px;
    text-align: center;
    background-color: #e8e8e8;
}

.xshy_main ul li .item .date p {
    font-size: 34px;
    font-weight: bold;
    color: #e30007;
    width: 100%;
    line-height: 100%;
    margin: 16px 0 8px;
}

.xshy_main ul li .item .date span {
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 100%;
    display: block;
}

.xshy_main ul li .item .text {
    margin-left: 116px;
}

.xshy_main ul li .item .text .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin: 14px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xshy_main ul li .item .text .content {
    font-size: 14px;
    color: #333;
    width: 100%;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xshy_main ul li:hover {
    background-color: #f6f6f6;
}

/* 产业社区 */
.cysq_main {
    width: 100%;
}

.cysq_main1 {
    width: 100%;
    margin-top: 60px;
}

.cysq_main1 .title {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    color: #e30007;
    line-height: 100%;
}

.cysq_main1 .content {
    font-size: 14px;
    width: 100%;
    color: #333;
    line-height: 28px;
    margin-top: 14px;
}

.cysq_main2 {
    width: 100%;
}

.cysq_main2 ul {
    margin: 24px -24px 0 0;
}

.cysq_main2 ul li {
    width: 50%;
    padding: 24px 24px 0 0;
}

.cysq_main2 ul li .pic {
    width: 100%;
    overflow: hidden;
}

.cysq_main2 ul li .pic img {
    width: 100%;
}

.cysq_main3 {
    width: 100%;
    margin-top: 40px;
}

.cysq_main3_l {
    width: 25.71%;
}

.cysq_main3_l1 {
    color: #050505;
    width: 100%;
    padding: 44px 44px 28px;
    background-color: #f1f1f1;
}

.cysq_main3_l1 .title {
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    line-height: 100%;
    padding-bottom: 20px;
    background: url(../images/pic22.png) no-repeat left bottom;
}

.cysq_main3_l1 .content {
    font-size: 16px;
    width: 100%;
    line-height: 30px;
    margin-top: 12px;
    word-wrap: break-word;
}

.cysq_main3_l1 .content a {
    color: #050505;
}

.cysq_main3_l1 .content a:hover {
    text-decoration: underline;
}

.cysq_main3_l2 {
    width: 100%;
}

.cysq_main3_l2 a {
    font-size: 17px;
    color: #fff;
    width: 130px;
    max-width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-top: 30px;
    background-color: #e30007;
    display: inline-block;
}

.cysq_main3_l2 a:hover {
    text-decoration: underline;
}

.cysq_main3_r {
    width: 74.29%;
    padding-left: 50px;
}

.cysq_main3_r .title {
    font-size: 18px;
    font-weight: bold;
    color: #070707;
    width: 100%;
    line-height: 100%;
    margin-top: 30px;
    padding-left: 10px;
    border-left: 4px solid #e30007;
}

.cysq_main3_r .content {
    font-size: 14px;
    color: #383838;
    width: 100%;
    line-height: 30px;
    margin-top: 12px;
}

.cysq_main3_r .title:first-child {
    margin-top: 14px;
}

.cysq_main4 {
    width: 100%;
}

.cysq_main4 ul {
    margin: 20px -30px 0 0;
}

.cysq_main4 ul li {
    width: 50%;
    padding: 30px 30px 0 0;
}

.cysq_main4 ul li .item {
    width: 100%;
    height: 250px;
    text-align: center;
    padding: 70px 20px 0;
    background-color: #e30007;
}

.cysq_main4 ul li .item .pic {
    width: 100%;
}

.cysq_main4 ul li .item .pic img {
    height: 45px;
}

.cysq_main4 ul li .item .content {
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 24px;
    margin-top: 30px;
}

.cysq_main5 {
    width: 100%;
    margin-top: 30px;
}

.cysq_main5 * {
    width: 100%;
}

.cysq_main6 {
    width: 100%;
}

.cysq_main6 .title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin: 40px 0 30px;
}

.cysq_main6 .list {
    width: 100%;
}

.cysq_main6 .list table {
    font-size: 16px;
    width: 100%;
}

.cysq_main6 .list table thead tr {
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 90px;
    background-color: #e30007;
}

.cysq_main6 .list table tbody {
    color: #333;
    width: 100%;
}

.cysq_main6 .list table tbody tr {
    width: 100%;
    height: 56px;
}

.cysq_main6 .list table tbody tr.even {
    background-color: #eaeaea;
}

.cysq_main6 .list table td {
    padding: 0 20px;
}

.cysq_main6 .list table td.style1 {
    width: 23%;
    padding-left: 60px;
}

.cysq_main6 .list table td.style2 {
    width: 25%;
}

.cysq_main6 .list table td.style3 {
    width: 20%;
}

.cysq_main6 .list table td.style4 {
    width: 20%;
}

.cysq_main6 .list table td.style5 {
    width: 12%;
}

.cysq_main6 .list table td a {
    color: #333;
}

.cysq_main6 .list table tbody tr:hover {
    color: #e30007;
}

.cysq_main6 .list table tbody tr:hover a {
    color: #e30007;
}

.cysq_main6 .list table td a:hover {
    color: #e30007;
}

.cysq_main6 .content {
    width: 100%;
    line-height: 22px;
    padding: 34px 50px;
    background-color: #eaeaea;
}

.cysq_main6 .content .nr1 {
    font-size: 16px;
    color: #333;
}

.cysq_main6 .content .nr2 {
    width: 83px;
    height: 22px;
    background: url(../images/pic27.png) no-repeat center;
}

.cysq_main6 .content .nr2 a {
    width: 12px;
    height: 22px;
    display: inline-block;
}

.cysq_main6 .content .nr2 a.prev {
    background: url(../images/pic25.png) no-repeat center;
}

.cysq_main6 .content .nr2 a.next {
    background: url(../images/pic26.png) no-repeat center;
}

.cysq_main6 .content .nr2 a.prev:hover {
    background: url(../images/pic25h.png) no-repeat center;
}

.cysq_main6 .content .nr2 a.next:hover {
    background: url(../images/pic26h.png) no-repeat center;
}