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: #ce0001;
}

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;
}

a:hover {
    color: #ce0001;
}

 ::-moz-selection {
    color: #fff;
    background: #ce0001;
}

 ::selection {
    color: #fff;
    background: #ce0001;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #ce0001;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #ce0001;
    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;
}

.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 .submenu>ul {
    display: none;
}

.head .open>ul {
    display: block;
}

.head {
    /*使导航栏固定在顶部*/
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 99999;
    width: 100%;
    padding: 0 240px;
    height: 90px;
    border-bottom: 1px #ffffff solid;
}

.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;
    max-height: 680px;
    overflow-y: scroll;
    padding-bottom: 50px;
    padding-top: 30px;
}
.navigation .dropdown-menu li a{
    font-weight: normal;
    color:#333;
}
.navigation .dropdown-menu .dez{
    flex-wrap: wrap;
}
.navigation li:hover .dropdown-menu {
    display: block;
}

.navigation .dropdown-menu .secondnav{
     flex-wrap: wrap; margin-left: 50px;
}


/* .navigation .dropdown-menu li {
    color: #333333;
}
.navigation .dropdown-menu li a{
    line-height: 40px;
}
.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 li.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:  auto 100% !important;
    height: 798px;
    position: relative;
}

.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 .tab-box .swiper-slide {
    width: 25%;
    padding: 30px 0 30px 76px;
    background: #f7f7f7;
    height: 230px;
}

.index01 .tab-box .swiper-slide .bt {
    font-size: 26px;
}

.index01 .tab-box .swiper-slide .line {
    background: #ff2442;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    margin: 18px 0;
}

.index01 .tab-box .swiper-slide .second-fl {
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.index01 .tab-box .on {
    border-top: 5px #f20c45 solid;
}

.index01 .tab-box .on .bt {
    color: #f20c45;
    font-weight: bold;
}

.index01 .swiper-button-prev,
.index01 .swiper-button-next {
    width: 40px;
    height: 40px;
}

.index01 .swiper-button-prev {
    background: url(../images/index01_06.jpg) no-repeat;
    right: 10px;
    left: auto;
    top: 40%;
}

.index01 .swiper-button-next {
    background: url(../images/index01_03.jpg) no-repeat;
    top: 60%;
}

.index01 .contact-box {
    margin: 100px 0;
    overflow: hidden;
}

.index01 .contact-box .scroll {
    position: relative;
    height: 600px;
}

.index01 .contact-box .scroll .left {
    height: 100%;
    width: 50%;
    position: relative;
}

.index01 .contact-box .scroll .txt {
    left: 50px;
    position: relative;
    z-index: 9;
    width: 60%;
}

.index01 .contact-box .scroll .txt a {
    display: block;
}

.index01 .contact-box .scroll .t1 {
    font-size: 30px;
    margin-bottom: 40px;
}

.index01 .contact-box .scroll .left .t2 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    width: 60%;
}
.index01 .contact-box .scroll .right .t2 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    width: 80%;
}
.index01 .contact-box .scroll .more {
    background: #f20c45;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 40px;
    margin-top: 60px;
}

.index01 .contact-box .scroll .img {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
}

.index01 .contact-box .scroll .right {
    width: 48%;
}

.index01 .contact-box .scroll .right .item {
    height: 278px;
    position: relative;
}

.index01 .contact-box .scroll .right .item:first-child {
    margin-bottom: 44px;
}

.none {
    display: none;
}

.index02 {
    
    overflow: hidden;
    
    position: relative;
}
.index02 .index02-bg{
    width: 100%;
}
.index02 .txt {
    top: 140px;
    width: 50%;
    position: absolute;
     left: 8%;
}

.index02 .txt .t1 {
    font-size: 40px;
    color: #ffffff;
}

.index02 .txt .line {
    background: #ce0001;
    width: 51px;
    height: 3px;
    margin: 20px 0;
}

.index02 .txt .jianjie {
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}



.index02 .bottom-box {
    position: absolute;
    bottom: 50px;
    width: 90%;
    z-index: 2;
    left: 5%;
}

.index02 .bottom-box .item {
    width: 25%;
    color: #ffffff;
    align-items: end;
}

.index02 .bottom-box .item .num {
    font-size: 80px;
    line-height: 74px;
    font-family: Impact, 'Arial Narrow Bold', sans-serif;
    margin-right: 20px;
}

.index02 .bottom-box .item .font p {
    font-size: 20px;
    line-height: 30px;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 30px;
    margin-bottom: 80px;
    opacity: .2;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
    position: relative;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials .owl-item .item .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-indent: 1em;
    border-left: 5px #ff2442 solid;
    margin-bottom: 40px;
}

#customers-testimonials .owl-item .item .img {
    display: block;
    position: relative;
}

#customers-testimonials .owl-item .item .img .t1 {
    position: absolute;
    z-index: 9;
    bottom: 0;
    background: url(../images/index03bg.png) no-repeat bottom;
    width: 100%;
    height: 200px;
    line-height: 350px;
    font-size: 16px;
    color: #ffffff;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ff2442;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #ff2442;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 10px;
}

.index03 {
    background: url(../images/index03_19.jpg) center no-repeat;
    overflow: hidden;
}

.index03 .owl-carousel .owl-item {
    width: 940px;
}

.index03 .bt-box {
    margin: 90px 0 50px 0;
    text-align: center;
}

.index03 .bt-box h1 {
    font-size: 40px;
    font-weight: normal;
}

.index03 .bt-box .line {
    width: 50px;
    height: 4px;
    background: #ff2442;
    margin: 20px auto;
}

.index04 {
    position: relative;
    height: 850px;
    overflow: hidden;
}

.index04 .index04-img {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
}



.index04 .index-bt {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 130px;
    width:100%;
}

.index04 .index-bt p {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0 0 20px #000;
}

.index04 .index-bt .line {
    background: #ce0001;
    width: 51px;
    height: 3px;
    margin: 20px 0;
}

.index04 .index04-tab {
    position: absolute;
    z-index: 1;
    bottom: 80px;
    left: 0;
    width: 40%;
    flex-wrap: wrap;
    left: 8%;
}

.index04 .index04-tab .item {
    background: url(../images/index04_06.png);
    width: 24.8%;
    display: block;
    text-align: center;
    padding: 34px 0;
    margin-right: 1px;
    margin-bottom: 1px;
}

.index04 .index04-tab .on {
    background: url(../images/index04on_06.png);
}

.index04 .index04-tab .item img {
    height: 43px;
    margin-bottom: 10px;
}

.index04 .index04-tab .item p {
    font-size: 20px;
    color: #ffffff;
}

.index05 .index-bt p {
    font-size: 40px;
}

.index05 .index-bt .line {
    background: #ce0001;
    width: 51px;
    height: 3px;
    margin: 20px 0;
}

.index05 {
    padding: 100px 0;
}

.index05 .index05-tab {
    border-bottom: 1px #f3f3f3 solid;
    color: #666666;
    font-size: 16px;
    line-height: 50px;
}

.index05 .index05-tab .tab {
    margin-right: 30px;
}

.index05 .index05-tab .on {
    color: #ce0001;
}

.index05 .tab-qh .qh-box .txt .date {
    color: #666666;
    font-size: 16px;
    line-height: 60px;
    margin-top: 40px;
}

.index05 .tab-qh .qh-box .txt .title {
    color: #333333;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px;
    display: block;
    font-weight: bold;
}

.index05 .tab-qh .qh-box .txt .detail {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index05 .tab-qh .qh-box {
    overflow: hidden;
}

.index05 .tab-qh .qh-box .txt {
    width: 60%;
    float: left;
}

.index05 .tab-qh .qh-box .img {
    width: 35%;
    float: right;
    margin-top: 40px;
    padding-bottom: 19%;
    height: 0;
    position: relative;
    display: block;
}

.index05 .tab-qh .qh-box .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index05 .tab-qh .qh-box .more {
    display: block;
    color: #666666;
    font-size: 16px;
    margin-top: 80px;
}

.index05 .tab-qh .box {
    padding-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px #f3f3f3 solid;
}

.index05 .tab-qh .list {
    overflow: hidden;
    width: 100%;
}

.index05 .tab-qh .list li {
    width: 50%;
    line-height: 100px;
    border-bottom: 1px #f3f3f3 solid;
    background: url(../images/588ku_87e5d390af925263948f835b6eec6fd0_13609898.png ) no-repeat left center;
    float: left;
}

.index05 .tab-qh .list li:hover {
    background: url(../images/588ku_87e5d390af925263948f835b6eec6fd0\ .png) no-repeat left center;
    color: #ce0001;
}

.index05 .tab-qh .list li .title {
    display: block;
    text-indent: 2em;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index05 .tab-qh .list li .date {
    width: 30%;
    color: #666666;
    font-size: 16px;
    text-indent: 2em;
}


 .foot {
    background: #f7f7f7;
    padding: 50px 0;
}

.foot .box1 .bt {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px #efeeee solid;
}

.foot .box1 p {
    color: #939393;
    font-size: 16px;
    line-height: 40px;
}

.foot .box1 span {
    color: #333333;
}

.foot .box2 {
    text-align: center;
    width: 12%;
}

.foot .box2 .bt {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px #efeeee solid;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}

.foot .box2 a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #939393;
}

.foot .box3 .bt {
    height: 70px;
    border-bottom: 1px #efeeee solid;
    color: #939393;
    font-size: 16px;
    margin-bottom: 20px;
}

.foot .box3 .bt .search {
    border: 1px #efeeee solid;
    background: #ffffff;
    border-radius: 30px;
    margin-top: 5px;
}

.foot .box3 .bt .search img {
    margin-right: 10px;
}

.foot .box3 .bt input {
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    border-radius: 30px;
} 

.copyright {
    background: #f7f7f7;
    color: #333333;
    line-height: 74px;
    text-align: center;
    border-top: 1px #efeeee solid;
}

.nybanner {
    height: 600px;
    position: relative;
}

.aboutbanner {
     height:auto;
    background-size: 100% auto !important;
}
.aboutbanner img{
    width:100%;
}
.nybanner .wrap {
    position: absolute;
    top: 40%;
    left: 8%;
}

.nybanner h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
}

.nybanner p {
    font-size: 25px;
}

.scrolled li {
    color: #333333;
}

.about01 {
    background: url(../images/about_06.jpg) no-repeat bottom;
    overflow: hidden;
    padding: 180px 0 130px 0;
    background-size: 100% auto !important;
}

.about01 .left {
    width: 48%;
}

.about01 .left h1 {
    font-size: 40px;
    
    margin-bottom: 50px;
}

.about01 .left p {
    font-size: 16px;
    line-height: 30px;
    color: #939393;
}

.about01 .right {
    width: 48%;
    flex-wrap: wrap;
}

.about01 .right .item {
    width: 45%;
    background: #ffffff;
    border: 1px #efeeef solid;
    border-radius: 10px;
    margin: 0 0 30px 30px;
}

.about01 .right .item img {
    float: left;
    margin: 20px 0 50px 20px;
}

.about01 .right .item .txt {
    width: 100%;
    text-align: right;
    float: right;
    margin: 0 20px 20px 0;
}

.about01 .right .item .txt p {
    font-size: 30px;
    color: #333333;
}

.about01 .right .item .txt span {
    font-size: 60px;
    font-weight: bold;
    color: #ff2442;
    margin-right: 10px;
}

.about01 .right .item .txt h2 {
    font-size: 16PX;
    font-weight: normal;
    color: #666666;
}

.about-bt {
    padding: 100px 0 80px 0;
    text-align: center;
}

.about-bt h1 {
    font-size: 36px;
     
    margin-bottom: 30px;
}

.about-bt p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about02 {
    padding-bottom: 100px;
    background: #f4f5f9;
}

.about02 .list .item {
    background: url(../images/about_09.jpg) no-repeat 100%;
    box-shadow: 0 10px 30px rgba(214, 223, 253, 0.46);
    padding-right: 30px;
    width: 23%;
}

.about02 .list .item .title {
    margin: 40px 0 0 30px;
    font-size: 26px;
    border-left: 3px #ff2442 solid;
    line-height: 24px;
    text-indent: 0.5em;
    margin-bottom: 18px;
}

.about02 .list .item p {
    margin-left: 30px;
    font-size: 18px;
    color: #939393;
    line-height: 30px;
}

.about02 .list .item img {
    float: right;
    margin-bottom: 30px;
}

.about03 {
    background: url(../images/about_12.jpg);
}

.about03 .item {
    width: 21%;
    text-align: center;
}

.about03 .item .img {
    /*background: #ffffff;*/
    padding: 20px;
}

.about03 .item img {
    max-height: 390px;
}

.about03 .item p {
    line-height: 100px;
    font-size: 26px;
}

.about04 {
    background: url(../images/about_29.jpg) no-repeat center;
    overflow: hidden;
    background-size: 100% auto !important;
}

.about04 .txt {
    margin: 130px 0 90px 0;
    color: #ffffff;
}

.about04 .txt h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.about04 .txt p {
    font-size: 30px;
}

.about04 .list {
    margin: 80px 0;
}

.about04 .list .item {
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    border-right: 1px #ffffff solid;
    width: 15%;
}

.about04 .list .item img {
    margin-right: 15px;
}

.jjfnbanner {
    height: 600px;
}

.jjfa .sidebar {
    background: #f4f5f9;
    width: 21%;
}

.jjfa .sidebar li {
    padding: 0 50px;
    font-size: 16px;
    line-height: 70px;
    background: url(../images/jia.png) right 50px center no-repeat;
}

.jjfa .sidebar .on {
    color: #ffffff;
    background: url(../images/jian.png) right 50px center no-repeat #ff2442;
}

.jjfa .center-box {
    padding: 95px;
    width: 79%;
}

.jjfa .center-box .item {
    background: #f7f7f7;
    padding: 20px 40px 20px 20px;
    margin-bottom: 60px;
}

.jjfa .center-box .item .img {
    padding-bottom: 17%;
    height: 0;
    position: relative;
    width: 24%;
}

.jjfa .center-box .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.jjfa .center-box .item .txt {
    width: 65%;
}

.jjfa .center-box .item .txt .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
}

.jjfa .center-box .item .txt .detail {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ny-nav {
    margin: 60px 0 90px 0;
    font-size: 20px;
    flex-wrap: wrap;
}

.ny-nav a {
    color: #939393;
    margin-right: 50px;
    padding-bottom: 15px;
     
  margin-bottom: 20px;
}

.ny-nav .on {
    color: #333333;
    border-bottom: 3px #ff2442 solid;
}

.fwzc {
    background: url(../images/fwzcbg_05.jpg) no-repeat;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.fwzc .box {
    margin-bottom: 150px;
}

.fwzc .box .txt {
    width: 39%;
}

.fwzc .box .marleft {
    margin-left: 150px;
}

.fwzc .box .marright {
    margin-right: 150px;
}

.fwzc .box .txt h1 {
    font-size: 40px;
    font-weight: normal;
    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 .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;
}

.pagination {
    margin-top: 30px;
}

.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;
    background: #ffffff;
}

.pagination span a {
    color: #888;
}

.pagination a:hover,
.pagination .active {
    border-color: #ce0001;
    background: #ce0001;
    color: #fff;
}

.pagination #test_page {
    width: 50px;
    height: 25px;
    border: 1px #e7e7e7 solid;
}

.news {
    background: #f5f9fd;
    overflow: hidden;
    padding-bottom: 60px;
}

.news .list .item {
    margin-bottom: 100px;
}

.news .list .item .date {
    width: 10%;
    text-align: center;
}

.news .list .item .date p {
    font-size: 30px;
    margin-bottom: 10px;
}

.news .list .item .date span {
    font-size: 20px;
    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: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 40px;
}

.news .list .item .txt .detail {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 40px;
}

.news .list .item .txt .more {
    color: #ff2442;
    font-size: 16px;
}

.lxwm .box1 {
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    padding-left: 50px;
}

.lxwm .box1 .left {
    position: relative;
    width: 41%;
}

.lxwm .box1 h1 {
    font-size: 40px;
    font-weight: normal;
    margin-top: 90px;
}

.lxwm .box1 .line {
    width: 70px;
    height: 4px;
    background: #ff2442;
    margin: 10px 0 40px 0;
}

.lxwm .box1 p {
    font-size: 26px;
    margin-bottom: 20px;
}

.lxwm .box1 p span {
    font-size: 20px;
    color: #666666;
    margin-left: 20px;
}

.lxwm .box1 .left img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -6;
}

.lxwm .box1 .right {
    width: 59%;
    height: 650px;
}

.lxwm .box1 .right img {
    height: 100%;
    width: 100%;
}

.wtfk .bt-box h1 {
    font-size: 40px;
    font-weight: normal;
}

.wtfk .bt-box .line {
    width: 50px;
    height: 4px;
    background: #ff2442;
    margin: 20px auto;
}

.wtfk .bt-box {
    margin: 90px 0 50px 0;
    text-align: center;
}

.wtfk {
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 80px 0;
    padding-bottom: 50px;
}

.wtfk .content {
    width: 90%;
    margin: 0 auto;
}

.wtfk .content .input {
    background: #f5f5f5;
    width: 100%;
    margin-bottom: 25px;
}

.wtfk .content .input:last-child {
    margin-bottom: 0;
}

.wtfk .content .input input {
    background: #f5f5f5;
    height: 55px;
    text-indent: 2em;
}

.wtfk .content .left {
    width: 48%;
}

.wtfk .content .right {
    width: 50%;
    background: #f5f5f5;
}

.wtfk .content .right textarea {
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.wtfk .btn {
    width: 137px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
    background: #ff2442;
    margin-top: 50px;
}

.cpzx .fl {
    margin-top: 90px;
}

.cpzx .fl .item {
    text-align: center;
    padding: 10px 50px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.cpzx .fl .on {
    color: #333333;
    background: #f4f5f9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.cpzx .second-fl {
    background: #f4f5f9;
    padding: 30px 0;
    flex-wrap: wrap;
}

.cpzx .second-fl a {
    display: block;
    font-size: 20px;
    line-height: 77px;
    padding: 0 40px;
    width: 33.33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 1em;
    position: relative;
}

.cpzx .second-fl a::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ff2442;
    border-radius: 50%;
    left: 40px;
    top: 36px;
}

.cpzx .pro01 {
    overflow: hidden;
    margin: 100px 0 40px 0;
}

.cpzx .pro01 h1 {
    font-size: 40px;
    font-weight: normal;
}

.cpzx .pro01 .en {
    font-size: 16px;
    color: #666666;
    margin: 15px 0 50px 0;
}

.cpzx .pro01 .left {
    width: 50%;
}

.cpzx .pro01 .left .red-title {
    font-size: 30px;
    color: #ff2442;
    margin-bottom: 20px;
}

.cpzx .pro01 .left .detail {
    font-size: 16px;
    line-height: 30px;
}

.cpzx .pro01 .right {
    width: 47%;
}

.cpzx .pro01 .right img {
    width: 100%;
}

.cpzx .pro02 {
    margin-bottom: 60px;
}

.cpzx .pro02 .red-title,
.cpzx .pro03 .red-title,
.cpzx .pro04 .red-title {
    font-size: 30px;
    color: #ff2442;
    margin-bottom: 20px;
}

.cpzx .pro02 .box {
    background: url(../images/pro_10.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}

.cpzx .pro02 .box p {
    font-size: 16px;
    line-height: 40px;
    color: #666666;
}

/*.cpzx .pro02 .box span {*/
/*    color: #ff2442;*/
/*    margin-right: 20px;*/
/*    font-weight: bold;*/
/*}*/

.cpzx .pro03 {
    margin-bottom: 60px;
}

.Collapsing {
    width: 100%;
    height: 120px;
    line-height: 120px;
    cursor: pointer;
    background: url(../images/jiapro.png) no-repeat right 100px center;
    color: #fff;
    font-size: 22px;
    border-bottom: 1px #dedede solid;
    color: #333333;
    font-weight: normal;
}

.coll_body {
    display: none;
}

.coll_body a {
    display: block;
    margin: 10px;
    text-align: center;
    background: #ebebeb;
}

.current {
    background-image: url(../images/j.png);
}

.coll_body p {
    font-size: 16px;
    line-height: 40px;
    color: #666666;
}

/*.coll_body span {*/
/*    color: #ff2442;*/
/*    margin-right: 20px;*/
/*    font-weight: bold;*/
/*}*/

.cpzx .pro04 ul {
    margin-right: -4%;
    margin-top: 50px;
    flex-wrap: wrap;
}

.cpzx .pro04 li {
    width: 20.8%;
    margin-right: 4%;
    float: left;
    background: #ffffff;
    border: 1px #eaeaea solid;
    margin-bottom: 50px;
}

.cpzx .pro04 .img {
    padding-bottom: 81%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
}

.cpzx .pro04 .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.cpzx .pro04 .txt {
    padding: 20px;
}

.cpzx .pro04 .txt .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
}

.cpzx .pro04 {
    overflow: hidden;
}

.location {
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
    border-bottom: 1px #939393 solid;
    margin-bottom: 50px;
}

.cpzx .pro05 {
    overflow: hidden;
}

.cpzx .pro05 .red-title {
    font-size: 30px;
    color: #ff2442;
    margin-bottom: 20px;
}

.cpzx .pro05 p {
    font-size: 18px;
    color: #999999;
    margin-bottom: 40px;
}

.cpzx .pro05 .left {
    width: 45%;
    padding-bottom: 38%;
    height: 0;
    position: relative;
    display: block;
}

.cpzx .pro05 .left img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.cpzx .pro05 .right {
    width: 52%;
    flex-wrap: wrap;
}

.cpzx .pro05 .right .img {
    width: 47%;
    padding-bottom: 34%;
    height: 0;
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.cpzx .pro05 .right .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.news-details {
    display: flex;
    align-items: flex-start;
    padding: 60px 0;
}

.news-details .details {
    float: left;
    margin-right: 70px;
    width: 65%;
}

.news-details .details-title {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    border-bottom: 1px solid #bfbfbf;
}

.news-details .details-title .h2 {
    height: 50px;
    margin-top: 10px;
}

.pc-show {
    display: block;
}

.news-details .visited {
    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);
}

.lately {
    width: 23%;
    padding: 0 3% 60px;
    margin-top: 0;
    float: right;
    background-color: #efefef;
}

.lately .title {
    font-size: 30px;
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
}

.lately .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}

.lately .item dl {
    text-align: center;
}

.lately .item dt {
    color: #ce0001;
    font-size: 30px;
}

.lately .item dd {
    font-size: 18px;
    color: #999;
    margin-top: 20px;
}

.lately .item p {
    font-size: 18px;
    line-height: 32px;
    margin-left: 36px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fwzc .box .img {
    width: 50%;
}

.fwzc .box .img img {
    width: 100%;
}


.about-02 {
    padding: 130px 0;
    background: #f8fbff;
    position: relative;
    overflow: hidden;
}

.about-02 canvas {
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.about-02 h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 80px;
}

.about-02 .list {
    position: relative;
    z-index: 99;
    flex-wrap: wrap;
}

.about-02 .list .item {
    background: #ffffff;
    box-shadow: 0px 0px 20px 6px rgba(1, 57, 150, 0.1);
    -webkit-box-shadow: 0px 0px 20px 6px rgba(1, 57, 150, 0.1);
    -moz-box-shadow: 0px 0px 20px 6px rgba(1, 57, 150, 0.1);
    width: 31%;
    border-radius: 10px;
    padding: 30px 0;
    margin-bottom: 40px;
}

.about-02 .list .icon {
    width: 135px;
    height: 135px;
    background: #f2fafe;
    border-radius: 50%;
    margin-right: 30px;
    margin-left: 60px;
}

.about-02 .list .icon img {
    width: 45px;
    height: 45px;
}

.about-02 .list .item .t1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}

.about-02 .list .item .t2 {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}


/* 0624修改 */

.bottom-lx {
    background: url(../images/probg_03.jpg) no-repeat center;
    height: 292px;background-size: 100% 100%;
}

.bottom-lx .txt .t1 {
    font-size: 20px;
    color: #cf0139;
}

.bottom-lx .txt .t2 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
}

/*.foot {*/
/*    background: url(../images/footbg_05.jpg) no-repeat bottom;*/
/*    height: 580px;*/
/*    padding: 50px 0 40px 0;*/
/*    position: relative;background-size: 100% 100%;*/
/*}*/

/*.foot .footlogo {*/
/*    margin-bottom: 100px;*/
/*    margin-top: 20px;*/
/*}*/

/*.foot .foot-left p {*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    line-height: 30px;*/
/*}*/

/*.foot .foot-left .input {*/
/*    border-bottom: 1px #dcdcdc solid;*/
/*    margin-top: 10px;*/
/*}*/

/*.foot .foot-left .input input {*/
/*    background: none;*/
/*    height: 50px;*/
/*    width: 400px;*/
/*}*/

/*.foot .fx {*/
/*    margin-top: 160px;*/
/*}*/

/*.foot .fx a {*/
/*    margin-left: 10px;*/
/*}*/

/*.foot .foot-right {*/
/*    width: 45%;*/
/*    flex-wrap: wrap;*/
/*    align-items: baseline;*/
/*}*/

/*.foot .foot-right .footnav {*/
/*    text-align: right;*/
/*    margin-top: 50px;*/
/*}*/

/*.foot .foot-right .footnav a {*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    margin-left: 70px;*/
/*    padding: 0 15px;*/
/*    padding-bottom: 10px;*/
/*    color: #666666;*/
/*    line-height: 100px;*/
/*}*/

/*.foot .foot-right .on {*/
/*    border-bottom: 4px #d00139 solid;*/
/*    color: #d00139;*/
/*}*/

/*.foot-contact {*/
/*    float: right;*/
/*    text-align: right;*/
/*    margin-top: 100px;*/
/*}*/

/*.foot-contact h1 {*/
/*    font-size: 25px;*/
/*    color: #d00139;*/
/*}*/

/*.foot-contact p {*/
/*    color: #999999;*/
/*    line-height: 30px;*/
/*}*/

.navigation .dropdown-menu .box {
    width: 1200px;
    margin: 0 auto;
}

.navigation .dropdown-menu .list {
    width: 70%;
}

.navigation .dropdown-menu .tab {
    width: 25%;
    border-right: 1px #e5e5e5 solid;
}

.navigation .dropdown-menu .tab .fl {
    font-size: 16px;
    line-height: 60px;
    color: #333333;
    background: url(../images/zk.png) right 30px center no-repeat;
}

.navigation .dropdown-menu .tab .on {
    color: #ff2442;
}

.navigation .dropdown-menu .tab .more {
    margin-top: 60px;
    display: block;
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    border: 1px #939393 solid;
    color: #333333;
}

.navigation .dropdown-menu .list .group {
    margin-right: -3.3%;
    flex-wrap: wrap;
}

.navigation .dropdown-menu .list .group .item {
    width: 30%;
    margin-right: 3.3%;
    float: left;
}

.navigation .dropdown-menu .list .group .item .img {
    width: 100%;
    padding-bottom: 68%;
    height: 0;
    position: relative;
    display: block;
}

.navigation .dropdown-menu .list .group .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.navigation .dropdown-menu .list .group .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #333;
}