h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1600px;
    margin: 0 auto;
    overflow: hidden
}

.inContent {
    width: 1600px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p,
dl,
dt,
dd {
    margin: 0;
}

html {
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #d20210;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 1600px;
    margin: 0 auto;
}

a {
    color: inherit;
}

 ::-moz-selection {
    color: #fff;
    background: #d20210;
}

 ::selection {
    color: #fff;
    background: #d20210;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #d20210;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #d20210;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align_items_start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify_content_end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.head-top {
    height: 50px;
    line-height: 50px;
    background: #1c1c1c;
    color: #ffffff;
    overflow: hidden;
}

.head-top .left {
    margin-left: 100px;
}

.head-top .left img {
    height: 20px;
    margin-right: 20px;
}

.head-top .left span {
    margin-right: 20px;
}

.head-top .right .search {
    background: #1c1c1c;
    border-bottom: 1px #777777 solid;
    height: 30px;
}

.head-top .fx {
    height: 30px;
}

.head-top .fx {
    display: block;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.head-top .quote {
    background: #d20210;
    padding: 0 25px;
    position: relative;
    margin-left: 60px;
}

.head-top .quote::before {
    content: '';
    position: absolute;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #d20210;
}

.head-top .quote img {
    margin-right: 20px;
}

.head-top .right .search input {
    background: #1c1c1c;
    color: #ffffff;
    height: 20px;
    float: left;
    margin-top: 5px;
    width: 200px;
    margin-right: 20px;
}

.head-top .right .search a {
    float: right;
    height: 20px;
    display: block;
    margin-top: 5px;
}

.head-top .right .search a img {
    display: block;
}

.head .submenu>ul {
    display: none;
}

.head .open>ul {
    display: block;
}

.head {
    /*使导航栏固定在顶部*/
    position: fixed;
    top: 50px;
    left: 0px;
    z-index: 99999;
    width: 100%;
    padding: 0 140px;
    height: 90px;
    border-bottom: 1px #ffffff solid;
    background: #ffffff;
}

.head .message {
    background: #d20210;
    color: #ffffff;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
}

.language .on {
    padding: 5px 10px;
    border-radius: 20px;
}

.language li span {
    font-size: 18px;
    color: #333;
    margin: 0 10px;
}

.language .list {
    position: absolute;
    width: 150px;
    background: #acafb2;
    color: #fff;
    top: 66px;
}

.language .list li {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.banner .swiper-pagination-bullet {
    background: #000000;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.navigation li {
    float: left;
    color: #333;
    font-size: 18px;
    margin: 0 20px;
    position: relative;
}

.navigation .on {
    font-weight: bold;
}

.navigation li a {
    display: block;
    line-height: 90px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.aboutnav li {
    color: #ffffff;
}

.navigation>ul>li a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.navigation .dropdown-menu {
    display: none;
    position: fixed;
    z-index: 99;
    background: #f8f8fb;
    width: 100%;
    left: 0;
}

.navigation .dropdown-menu li {
    color: #333333;
}

.navigation li:hover .dropdown-menu {
    display: block;
}

.navigation .dropdown-menu .box {
    padding: 40px;
}

.navigation .dropdown-menu .t1 {
    color: #333;
    font-weight: bold;
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 20px;
}

.navigation .dropdown-menu .t2 {
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}

.navigation .dropdown-menu .link {
    width: 30%;
}

.navigation .dropdown-menu .link a {
    width: 50%;
    color: #333333;
    font-size: 18px;
    float: left;
}

.navigation .dropdown-menu .right {
    width: 70%;
}

.navigation .dropdown-menu .right .item2 {
    margin: 0 30px;
}

.navigation .dropdown-menu .right .item2 .title {
    line-height: 40px;
    color: #333333;
}

.navigation .dropdown-menu .img img {
    width: 100%;
}

.navigation .on {
    font-weight: bold;
}

.head .search {
    background: #ffffff;
    height: 35px;
    line-height: 35px;
    border-radius: 40px;
    width: 150px;
}

.head .search input {
    width: 80%;
    margin-left: 5px;
    text-indent: 1em;
}

.banner .swiper-slide {
    background-size: 100% auto;
    height: 798px;
    position: relative;
    margin-top: 90px;
    background-size: 100% auto !important;
    background-position: top center !important;
}

.banner .swiper-slide .txt {
    margin-top: 15%;
}

.banner .swiper-slide .txt h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner .swiper-slide .txt p {
    font-size: 25px;
}

.banner .swiper-slide .txt .more {
    background: #ff2442;
    color: #fff;
    font-size: 20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 40px;
    margin-top: 50px;
}

.index01 {
    text-align: center;
    background: url(../images/index01_27.jpg) no-repeat center;
    padding: 50px 0;
    background-size: 100%;
}

.index01 h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

.index01 h2 {
    font-size: 18px;
    font-weight: normal;
    color: #a3a3a3;
    margin: 35px 0;
}

.index01 .center {
    background: url(../images/index01bg.png);
}

.index01 .center .item {
    width: 33.33%;
    padding: 50px 0;
}

.index01 .center .item .txt {
    text-align: left;
    color: #ffffff;
    margin-left: 30px;
}

.index01 .center .item .txt p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.index01 .center .item .txt span {
    font-size: 18px;
}

.index02 .sidebar {
    width: 24%;
    background: #f5f5f5;
    padding: 0 30px 0 80px;
    position: relative;
}

.index02 .sidebar ul {
    position: relative;
    z-index: 2;
}

.index02 .sidebar h1 {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 100px;
}

.index02 .sidebar li {
    font-size: 20px;
    padding: 25px 0;
    border-bottom: 1px #cccccc solid;
}

.index02 .sidebar li:hover {
    border-bottom: 1px #d20210 solid;
    color: #d20210;
}

.index02 .sidebar .on {
    border-bottom: 1px #d20210 solid;
    color: #d20210;
    font-weight: bold;
}

.index02 .sidebar-logo {
    position: absolute;
    z-index: 1;
    bottom: 48px;
    left: 40px;
}

.index02 .sidebar-logo img {
    max-width: 100%;
}

.index02 .list {
    width: 72%;
    position: relative;
}

.index02 .list h1 {
    color: #f9f9f9;
    font-size: 200px;
    position: absolute;
    left: 50px;
}

.index02 .list ul {
    flex-wrap: wrap;
    margin-top: 160px;
}

.index02 .list li {
    width: 29.3%;
    margin-right: 4%;
    margin-bottom: 40px;
}

.index02 .list li a {
    display: block;
}

.index02 .list .img {
    padding-bottom: 72%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.index02 .list .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index02 .list .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 20px 0;
}

.index02 .list .detail {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}

.index02 .list .more {
    color: #d20210;
    font-weight: bold;
}

.index03 {
    margin-top: 30px;
    background: url(../images/about03_38.jpg) no-repeat right;
    position: relative;
    background-size: 100%;
}

.index03 .img {
    margin-top: 80px;
    float: left;
}

.index03 .right {
    width: 35%;
    float: left;
    margin-left: 90px;
    margin-top: 170px;
}

.index03 .right h1 {
    font-size: 40px;
    font-weight: bold;
}

.index03 .right h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 45px 0;
}

.index03 .right .txt {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 70px;
}

.index03 .right .more {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.index03 .right .more img {
    margin-left: 40px;
}

.index03 .box {
    background: url(../images/index03bg.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 60px 0;
    position: absolute;
    bottom: -90px;
    left: 50%;
    margin-left: -800px;
}

.index03 .box .item {
    width: 33%;
    text-align: center;
    color: #ffffff;
}

.index03 .box .item .num {
    font-size: 60px;
    font-weight: bold;
    margin-right: 10px;
}

.index03 .box .item p {
    font-size: 18px;
}

.index04 {
    margin-top: 200px;
}

.index05 {
    background: #f0f0f0;
    padding: 80px 0;
}

.index05 .indexbt h1 {
    font-size: 48px;
}

.index05 .indexbt .line {
    width: 100px;
    height: 4px;
    background: #d20210;
    margin: 30px 0 50px 0;
}

.index05 .indexbt .more {
    color: #d20210;
    font-size: 18px;
    padding: 4px 20px;
    border: 2px #d20210 solid;
    border-radius: 30px;
}

.index05 .swiper-slide .img {
    padding-bottom: 68%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.index05 .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index05 .swiper-slide {
    position: relative;
}

.index05 .swiper-slide .title {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    line-height: 100px;
    padding: 0 20px;
}

.index05 .swiper-slide .date {
    position: absolute;
    bottom: 84px;
    left: 36px;
    z-index: 1;
    background: #d20210;
    color: #ffffff;
    width: 155px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
}

.index05 .pagination {
    width: 10%;
    margin: 80px auto 0 auto;
    position: relative;
}

.index05 .swiper-container {
    padding-bottom: 40px;
}

.index05 .swiper-container .swiper-button-next {
    background: url(../images/page_26.jpg) no-repeat;
}

.index05 .swiper-container .swiper-button-prev {
    background: url(../images/page_24.jpg) no-repeat;
}

.index05 .swiper-container .swiper-button-next,
.index05 .swiper-container .swiper-button-prev {
    width: 37px;
    height: 37px;
}

.index06 {
    overflow: hidden;
}

.index06 .left {
    padding-left: 90px;
    margin-top: 170px;
    width: 25%;
}

.index06 .left h1 {
    font-size: 60px;
}

.index06 .left p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin: 100px 0;
}

.index06 .right {
    width: 75%;
}

.index06 .lx {
    float: right;
    width: 760px;
    background: #c71413;
    padding: 40px 0;
    border-top-left-radius: 40px;
}

.index06 .lx .item {
    margin-left: 70px;
    color: #ffffff;
}

.index06 .lx .item .txt {
    margin-left: 20px;
}

.index06 .lx .item .txt p {
    font-size: 16px;
}

.index06 .lx .item .txt span {
    font-size: 20px;
    font-weight: bold;
}

.index07 {
    height: 880px;
    background: url(../images/index07_36.jpg) no-repeat center #f9f9f9;
    overflow: hidden;
}

.index07 h1 {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin: 80px 0 10px 0;
}

.index07 p {
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.index08 {
    padding: 100px 0;
    background: linear-gradient(to bottom, #ffffff, #dfe2e9);
}

.index08 h1 {
    font-size: 40px;
}

.index08 .tab {
    font-size: 18px;
    margin-bottom: 60px;
}

.index08 .tab a {
    margin-left: 70px;
}

.index08 .tab .on {
    color: #c71413;
    font-weight: bold;
}

.index08 .content {
    position: relative;
}

.index08 .content .swiper-container {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

.index08 .content .swiper-slide {
    background: #ffffff;
}

.index08 .content .swiper-slide .txt {
    padding: 60px 30px 40px 30px;
    position: relative;
}

.index08 .content .swiper-slide .img {
    padding-bottom: 62%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.index08 .content .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index08 .content .swiper-slide .title {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}

.index08 .content .swiper-slide .detail {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index08 .content .swiper-slide .more {
    font-weight: bold;
    margin-top: 50px;
    display: block;
}

.index08 .content .swiper-slide .date {
    width: 88px;
    height: 88px;
    text-align: center;
    border: 2px #ffffff solid;
    background: #212332;
    color: #fff;
    position: absolute;
    z-index: 3;
    top: -50px;
}

.index08 .content .swiper-slide .date span {
    font-size: 45px;
    font-weight: bold;
}

.index08 .content .swiper-slide:hover .date {
    background: #c71413;
}

.index08 .content .swiper-slide:hover .more {
    color: #c71413;
}

.none {
    display: none;
}

.index09 {
    background: url(../images/index09_19.jpg) no-repeat center;
    padding: 50px 0;
    background-size: 100%;
}

.index09 .liuyan {
    width: 70%;
}

.index09 .liuyan .box {
    width: 30%;
    background: #fff;
    height: 60px;
    border: 1px #d5d5d5 solid;
    border-radius: 10px;
}

.index09 .liuyan .box img {
    margin: 0 10px;
}

.index09 .liuyan .btn {
    display: block;
    width: 430px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    background: #d20210;
}

.index09 h1 {
    font-size: 48px;
    font-weight: bold;
    color: #d20210;
}

.foot {
    background: #f0f0f0;
    padding: 30px 0;
}

.foot .footlogo {
    display: block;
    margin-bottom: 30px;
}

.foot .ewm {
    text-align: center;
}

.foot .item .yj {
    display: block;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 16px;
}

.foot .item .ej {
    display: block;
    font-size: 16px;
    line-height: 40px;
}

.foot .fx a {
    margin-left: 10px;
}

.copyright {
    background: #f0f0f0;
    padding: 20px 0;
    border-top: 1px #dedede solid;
    text-align: center;
}

.nybanner {
    height: 500px;
    margin-top: 90px;
}

.about01 {
    padding: 90px 0;
    overflow: hidden;
}

.about01 .left {
    width: 50%;
    flex-wrap: wrap;
}

.about01 .left .item {
    width: 50%;
    text-align: center;
    padding: 50px 0;
}

.about01 .left .item h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 61px;
    font-weight: bold;
    color: #d20210;
}

.about01 .left .item p {
    font-size: 20px;
}

.about01 .left .border {
    border-bottom: 1px #dcdcdc solid;
}

.about01 .right {
    width: 48%;
}

.about01 .right h1 {
    font-size: 50px;
    text-indent: 1em;
    border-left: 8px #d20210 solid;
    margin-bottom: 40px;
}

.about01 .right P {
    font-size: 20px;
    line-height: 50px;
    color: #999999;
}

.about02 {
    margin-bottom: 80px;
}

.about02 img {
    width: 100%;
}

.about03 {
    background: url(../images/about_10.jpg) no-repeat center;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    height: 738px;
    background-size: 100%;
}

.about03 h1 {
    font-size: 100px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
    margin: 140px 0 60px 0;
}

.about03 .line {
    width: 140px;
    height: 6px;
    background: #fff;
    margin: 0 auto;
}

.about03 .box {
    position: absolute;
    z-index: 1;
    bottom: 40px;
}

.about03 .box .item {
    width: 33%;
    padding: 0 80px;
    border-right: 1px #fff solid;
}

.about03 .box .item:last-child {
    border: 0
}

.about03 .box .item .t1 {
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin: 20px 0;
}

.about03 .box .item p {
    line-height: 26px;
}

.about04 {
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
}

.about04 .bt h1 {
    font-size: 60px;
}

.about04 .bt img {
    margin-top: 30px;
}

.about04 .swiper-slide img {
    width: 100%;
}

.about04 .swiper-slide p {
    font-size: 18px;
    text-align: center;
    line-height: 100px;
}

.about04 .swiper-slide {
    transition: transform 0.5s;
    /* 平滑过渡效果 */
    transform: scale(0.75);
    /* 默认缩放 */
}

.about04 .swiper-slide-active {
    transform: scale(1);
    /* 活动slide放大 */
}

.about04 .swiper-slide-active p {
    font-weight: bold;
}

.about04 .swiper-pagination {
    top: auto !important;
    bottom: 80px;
}

.about04 .swiper-container {
    padding-bottom: 100px;
}

.about04 .swiper-button-next,
.about04 .swiper-button-prev {
    width: 42px;
    height: 42px;
}

.about04 .swiper-button-prev {
    background: url(../images/about_33.jpg) no-repeat;
}

.about04 .swiper-button-next {
    background: url(../images/about_36.jpg) no-repeat;
}

.about04 .pagination {
    position: relative;
    width: 170px;
    background: #f7f7f7;
    margin-bottom: -25px;
    z-index: 99;
    height: 10px;
    margin-left: 150px;
}

.about04 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #c71413;
}


/*大事记start*/

.event_box {
    min-height: 550px;
}

.event_box .parHd {
    width: 100%;
    display: inline-block;
    height: 92px;
    overflow: hidden;
    position: relative;
}

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}

.parHd .tempWrap:after {
    content: '';
    width: 85%;
    height: 1px;
    background: #580000;
    position: absolute;
    /* top:33%;*/
    /* right:-140%;*/
    right: 8%;
    top: 35%;
    /* margin-top:-0.5px;*/
    z-index: 10;
}

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    font-size: 16px;
    color: #000;
    margin: 0 40px;
    position: relative;
}

.parHd li:after {
    content: '';
    background: url(../images/dot_ico.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 20;
    top: -4px;
    left: 48%;
}

.parBd {}

.parBd .year {
    font-size: 70px;
    color: #c71413;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.parBd .slideBox {
    width: 630px;
    margin: 190px auto;
    height: 100px;
}

.parBd .slideBox p {
    width: 70%;
}

.parBd p {
    line-height: 40px;
    font-size: 20px;
}

div#listBox {
    width: 100%;
}

.sPrev,
.sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
}

.sPrev {
    left: 0;
}

.sNext {
    right: 20px;
}

.sPrev img,
.sNext img {
    transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
    -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

.parHd li.act span {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: url(../images/cat.png) no-repeat;
    position: absolute;
    top: -13px;
    left: 31px;
    z-index: 21;
}

.parHd li span,
.parHd li.clone span {
    display: none;
}

.about05 {
    margin-top: 100px;
    background: url(../images/about_41.jpg) no-repeat bottom;
    background-size: 100%;
}

.about05 h1 {
    font-size: 60px;
    text-align: center;
}

.about06 {
    padding-top: 100px;
}

.about06 h1 {
    font-size: 60px;
    text-align: center;
}

.about06 .line,
.about05 .line {
    width: 150px;
    height: 4px;
    background: #c71413;
    margin: 40px auto;
}

.about06 p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 50%;
    margin: 20px auto;
}

.about06 img {
    width: 100%;
}

.fuwu .list .item {
    background: #f7f7f7;
    margin-bottom: 40px;
    padding: 20px 40px;
}

.fuwu .list .item .txt {
    width: 80%;
}

.fuwu .list .item .title {
    font-size: 22px;
    font-weight: bold;
}

.fuwu .list .item .date {
    color: #939393;
    font-size: 14px;
    margin-top: 15px;
}

.fuwu .list .item .download {
    cursor: pointer;
}

.pagination {
    margin-top: 30px;
    margin-bottom: 100px;
}

.pagination form {
    text-align: center;
}

.pagination a {
    border: 1px #e7e7e7 solid;
    margin-left: 6px;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 39px;
    cursor: pointer;
}

.pagination span a {
    color: #888;
}

.pagination a:hover,
.pagination .active {
    border-color: #c71413;
    background: #c71413;
    color: #fff;
}

.pagination #test_page {
    width: 50px;
    height: 25px;
    border: 1px #e7e7e7 solid;
}

.ny-fl {
    margin: 100px 0;
}

.ny-fl a {
    display: block;
    padding: 20px 60px;
    border: 1px #939393 solid;
    border-radius: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    margin-right: 30px;
}

.ny-fl .on {
    color: #c71413;
    border-color: #c71413;
}

.fwzc {
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.fwzc .box {
    margin-bottom: 150px;
    position: relative;
}

.fwzc .box .icon {
    position: absolute;
    top: 20%;
    z-index: 3;
}

.fwzc .box .txt {
    width: 39%;
}

.fwzc .box .img {
    width: 50%;
}

.fwzc .box .img img {
    width: 100%;
}

.fwzc .box .marleft {
    margin-left: 150px;
}

.fwzc .box .marright {
    margin-right: 150px;
}

.fwzc .box .txt h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
}

.fwzc .box .txt h2 {
    font-size: 20px;
    color: #ff2442;
    margin-bottom: 15px;
}

.fwzc .box .txt .font p {
    font-size: 18px;
    line-height: 40px;
    color: #666666;
}

.fwzc .box .txt .font {
    margin-bottom: 20px;
}

.fwzc .box .txt .font .more {
    margin-top: 60px;
    display: block;
}

.fwzc .list .item {
    background: #fff;
    padding: 80px 60px 80px 80px;
    margin-bottom: 60px;
}

.fwzc .list .item .txt {
    width: 90%;
}

.fwzc .list .item .txt a {
    display: block;
}

.fwzc .list .item .txt .title {
    font-size: 26px;
    color: #333333;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fwzc .list .item .txt .detail {
    font-size: 16px;
    line-height: 30px;
    color: #939393;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fwzc .line {
    width: 90px;
    height: 10px;
    background: #c71413;
    margin: 30px 0;
}

.news .list .item {
    margin-bottom: 100px;
}

.news .list .item .date {
    width: 6%;
    text-align: center;
}

.news .list .item .date p {
    font-size: 21px;
    margin-bottom: 10px;
    color: #999999;
    border-bottom: 1px #999999 solid;
    line-height: 50px;
}

.news .list .item .date span {
    font-size: 30px;
    color: #999999;
}

.news .list .item .img {
    padding-bottom: 17%;
    height: 0;
    position: relative;
    width: 29%;
    display: block;
}

.news .list .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.news .list .item .txt {
    width: 50%;
}

.news .list .item .txt .title {
    font-size: 26px;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: block;
    margin-top: 40px;
    font-weight: bold;
}

.news .list .item .txt .detail {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 40px;
}

.news .list .item .txt .more {
    color: #ff2442;
    font-size: 16px;
}

.contactus {
    padding-bottom: 100px;
}

.contactus .liuyan {
    width: 45%;
}

.contactus .liuyan h1 {
    font-size: 50px;
    line-height: 70px;
    margin: 160px 0 80px 0;
}

.contactus .liuyan input {
    width: 100%;
    background: #f7f7f7;
    height: 84px;
    line-height: 84px;
    font-size: 16px;
    text-indent: 1em;
    border: 1px #eeeded solid;
    margin-bottom: 40px;
}

.contactus .liuyan .btn {
    width: 260px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #d20210;
    color: #ffffff;
    border-radius: 30px;
    display: block;
    font-size: 24px;
    font-weight: bold;
    float: right;
}

.contactus .lx {
    background: #f7f7f7;
    position: relative;
    width: 50%;
    padding-bottom: 50px;
}

.contactus .lx .item {
    margin-top: 60px;
    margin-left: 70px;
}

.contactus .lx .item img {
    margin-right: 20px;
}

.contactus .lx .item p {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contactus .lx .item span {
    font-size: 18px;
    color: #666666;
}

.contactus .lx .f {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.coll_body {
    display: none;
}

.pro-sidebar h3 {
    font-size: 22px;
    padding: 25px 0;
    border-bottom: 1px #cccccc solid;
    font-weight: normal;
}

.coll_body {
    border-bottom: 1px #cccccc solid;
}

.coll_body a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    margin: 30px 0;
}

.pro-sidebar .Collapsing {
    background: url(../images/jiapro.png) no-repeat right 10px center;
}

.pro-sidebar .current {
    background-image: url(../images/j.png);
    font-weight: bold;
    color: #d20210;
}

.pro-sidebar .sidebar-logo {
    position: absolute;
    z-index: 1;
    bottom: 48px;
    left: 40px;
}

.pro-sidebar .box {
    position: relative;
    z-index: 9;
}

.pro-list {
    width: 72%;
    position: relative;
}

.pro-list ul {
    flex-wrap: wrap;
    margin-top: 50px;
}

.pro-list li {
    width: 29.3%;
    margin-right: 4%;
    margin-bottom: 40px;
    position: relative;
}
.pro-list .xz {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
}
.pro-list li.checked .bottom {
    background: #dc0517;
    color: #ffffff;
}

.pro-list li.checked::after {
    content: "";
    /* 对钩图标 */
    position: absolute;
    width: 32px;
    height: 32px;
    top: 20px;
    right: 20px;
    background: url(../images/xz.png) no-repeat;
    z-index: 2;
}

.pro-list li a {
    display: block;
}

.pro-list .img {
    padding-bottom: 72%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.pro-list .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.pro-list .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 20px 0;
}

.pro-list .detail {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}

.pro-list .bottom {
    width: 100%;
    background: #f7f7f7;
    padding: 20px 0;
    color: #939393;
}

.pro-list .bottom .box {
    text-align: center;
    width: 50%;
    border-right: 1px #cccccc solid;
}

.pro-list .bottom .box:last-child {
    border: 0;
}

.pro-list h1 {
    font-size: 24px;
    width: 50%;
    line-height: 30px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 6px #dc0517 solid;
}

.pro-list .pro-top {
    margin-top: 100px;
}

.pro-list .pro-top .btn {
    display: block;
    background: #dc0517;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    margin-right: 8%;
    cursor: pointer;
}

.pro-list .bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 88;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.pro-list .content .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.pro-list .content {
    display: none;
    width: 1500px;
    height: 700px;
    position: fixed;
    top: 50%;
    margin-top: -300px;
    background: #fff;
    z-index: 99;
    left: 50%;
    margin-left: -750px;
    padding: 70px;
}

.pro-list .content .item {
    width: 29.3%;
    margin-right: 4%;
    margin-bottom: 40px;
    position: relative;
}

.pro-list .content .box {
    width: 100%;
    background: #f7f7f7;
    padding: 20px 0;
    color: #939393;
    text-align: center;
    color: #dc0517;
    margin-top: 30px;
    font-weight: bold;
}

.location {
    line-height: 60px;
    font-size: 20px;
    color: #999999;
    margin-top: 40px;
    border-bottom: 1px #eeeded solid;
}

.pro01 {
    overflow: hidden;
    max-width: 1920px;
    margin: 50px auto 0 auto;
}

.pro01 .txt {
    width: 40%;
    float: left;
    margin-left: 5%;
}

.pro01 .txt h1 {
    font-size: 50px;
    line-height: 70px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

.pro01 .txt h1::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 80px;
    background: #dc0517;
    left: 0;
}

.pro01 .txt p {
    font-size: 20px;
    line-height: 40px;
    color: #939393;
}

.pro01 .img {
    float: right;
    width: 50%;
}

.pro01 .img img {
    width: 100%;
}

.pro02 {
    margin: 100px auto;
    width: 90%;
}

.pro02 img {
    max-width: 100%;
}

.pro02 h1 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 100px;
}

.pro03 {
    background: url(../images/pro_07.jpg) no-repeat center;
    position: relative;
    background-size: 100%;
}

.pro03 .wrap {
    position: relative;
    height: 900px;
    overflow: hidden;
}

.pro03 h1 {
    font-size: 100px;
    text-align: center;
    color: #ffffff;
    margin-top: 260px;
    font-weight: normal;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.pro03 .line {
    width: 140px;
    height: 6px;
    background: #ffffff;
    margin: 70px auto 0 auto;
}

.pro03 .box {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.pro03 .box .item {
    background: url(../images/pro_13.jpg) no-repeat center;
    width: 30%;
    background-size: 100% 100%;
    padding: 100px 30px 30px 30px;
    border-radius: 10px;
    color: #dc0517;
}

.pro03 .box .item h2 {
    font-size: 34px;
}

.pro03 .box .item p {
    font-size: 24px;
}

.pro03 .box .item:hover {
    background: url(../images/pro_11.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}

.pro04 {
    background: url(../images/pro04_17.jpg) no-repeat center;
    background-size: 100%;
}

.pro04 .right-img {
    width: 50%;
}

.pro04 .right-img .img {
    padding-bottom: 92%;
    height: 0;
    position: relative;
    width: 100%;
    /*display: block;*/
}

.pro04 .right-img .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.none {
    display: none;
}

.pro04 .left-txt {
    width: 40%;
    padding-left: 150px;
}

.pro04 .left-txt h1 {
    font-size: 50px;
    margin: 100px 0 35px 0;
}

.pro04 .line {
    width: 140px;
    height: 6px;
    background: #dc0517;
    margin-bottom: 90px;
}

.pro04 .left-txt .tab {
    margin-right: -5%;
    flex-wrap: wrap;
}

.pro04 .left-txt .item {
    width: 45%;
    float: left;
    margin-right: 5%;
    background: url(../images/28.png) no-repeat #ffffff right 10px top 30px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.pro04 .left-txt .item .num {
    font-size: 94px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #e9e9e9;
}

.pro04 .left-txt .item h2 {
    font-size: 22px;
    font-weight: normal;
    padding: 0 20px;
    margin-top: 30px;
    margin-bottom: 22px;
}

.pro04 .left-txt .on {
    background: url(../images/29.png) no-repeat #dc0517 right 10px top 30px;
}

.pro04 .left-txt .on .num {
    color: #ffffff;
}

.pro04 .left-txt .on h2 {
    color: #ffffff;
}

.pro05 {
    padding: 100px 0;
    background: #f7f7f7;
}

.pro05 .bt h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.pro05 .bt p {
    font-size: 30px;
    margin-bottom: 60px;
}

.pro05 .swiper-slide {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    transform: scale(0.85);
}

.pro05 .swiper-slide p {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    margin-top: 20px;
}

.pro05 .swiper-slide h5 {
    font-size: 20px;
    color: #999999;
    font-weight: normal;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro05 .swiper-slide-active {
    transform: scale(1);
}

.jjfa01 .box {
    margin-bottom: 50px;
}

.jjfa02 {
    background: url(../images/jjfa_06.jpg) no-repeat center;
    padding: 100px 0;
}

.jjfa02 h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 80px;
}

.jjfa02 .item {
    background: url(../images/jjfn02.png) no-repeat right bottom;
    width: 22%;
    padding: 60px 20px;
    border-radius: 10px;
}

.jjfa02 .item p {
    font-size: 30px;
    line-height: 40px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #d9d9d9;
}

.jjfa02 .item:hover {
    background: url(../images/jjfn03.png) no-repeat right bottom;
}

.jjfa02 .item:hover p {
    color: #ffffff;
}

.jjfa03 {
    overflow: hidden;
    flex-wrap: wrap;
}

.jjfa03 .item {
    width: 50%;
    text-align: center;
    position: relative;
    background: #000000;
}

.jjfa03 .txt1 {
    position: absolute;
    color: #ffffff;
    z-index: 9;
}

.jjfa03 .txt2 {
    position: absolute;
    color: #ffffff;
    z-index: 9;
    font-size: 40px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    width: 70%;
}

.jjfa03 .txt1 h1 {
    font-size: 100px;
    font-weight: normal;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.jjfa03 .txt1 p {
    font-size: 30px;
}

.jjfa03 .item .txt2 {
    display: none;
}

.jjfa03 .item img {
    display: block;
    opacity: 0.5;
    width: 100%;
}

.jjfa03 .item:hover img {
    opacity: 1;
}

.jjfa03 .item:hover .txt2 {
    display: block;
}

.jjfa03 .item:hover .txt1 {
    display: none;
}

.jjfa04 {
    width: auto;
}

.jjfa04 h1 {
    font-size: 50px;
}

.news-details {
    display: flex;
    align-items: flex-start;
    padding-bottom: 60px;
}

.news-details .details {
    float: left;
    width: 100%;
}

.news-details .details-title {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
    font-weight: bold;
}

.news-details .details-title .h2 {
    height: 50px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.news-details .visited li:first-child {
    margin-right: 20px;
}

.news-details .visited li {
    display: flex;
    align-items: center;
}

.news-details .visited li img {
    margin-right: 10px;
}

.news-details .details-content {
    line-height: 32px;
    font-size: 16px;
    padding: 30px 0;
    overflow: hidden;
}

.news-details .details-content img {
    margin: 0 20px 20px 0;
}

.page-code {
    border-top: 1px solid #e6e6e6;
}

.page-code a {
    border-bottom: 1px solid #e6e6e6;
}

.page-code a.on .btn {
    color: #fff;
    background-color: #ce0001;
}

.page-code a .btn {
    font-size: 16px;
    padding: 20px 30px;
}

.page-code p {
    flex: 1;
    font-weight: bold;
    font-size: 16px;
    margin-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-code a .span {
    font-size: 16px;
    color: #999;
}

.page-code .prev i {
    transform: rotate(-90deg);
}

.page-code a i {
    font-family: "宋体";
    font-size: 16px;
    margin-right: 15px;
    font-style: normal;
}

.page-code .next i {
    transform: rotate(90deg);
}

.fuwu .bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 88;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.fuwu .content {
    display: none;
    width: 1100px;
    height: 700px;
    position: fixed;
    top: 50%;
    margin-top: -300px;
    background: #fff;
    z-index: 99;
    left: 50%;
    margin-left: -550px;
    padding: 70px;
}

.fuwu .content h1 {
    font-weight: normal;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 45px;
    text-align: center;
    margin: 20px 0 70px 0;
}

.fuwu .content .input {
    margin-bottom: 24px;
}

.fuwu .content .input span {
    width: 25%;
    font-weight: bold;
    font-size: 24px;
    color: #a6a6a6;
}

.fuwu .content .input input {
    width: 70%;
    background: #f7f7f7;
    border: 1px #e9e9e9 solid;
    line-height: 90px;
    text-indent: 1em;
    font-size: 20px;
}

.fuwu .content .btn {
    width: 220px;
    height: 70px;
    line-height: 70px;
    background: #dc0517;
    color: #fff;
    text-align: center;
    font-size: 24px;
    float: right;
}

.fuwu .content .btn:hover a {
    color: #fff;
}
.img-none{
    display:none;
}