html {
    overflow-x: hidden;
}
*{margin:0;padding:0;box-sizing: border-box;}

/*产品中心*/


.pro {
    background: #f5f5f5;
    padding: 0 0 80px;
}

.pro:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.pro .content {
    width: 1200px;
    margin: 0 auto;
}
.pro .til01 span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #666;
}
.pro h2 {
    text-align: center;
    font-size: 40px;
    color: #252525;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

.pro h2 a {
    display: block;
;}

.pro h2 b {
    width: 400px;
    height: 48px;
    display: block;
    text-align: center;
    padding-top: 6px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.pro h2 b img {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.pro h2 span {
    color: #666;
}

.pro h2 em {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    color: #333;
    line-height: 20px;
}

.pro h2 em i {
    color: #D0D0D0;
    font-weight: lighter;
    margin: 0 2px;
}

.pro .tit {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.pro .tit li{
    flex:1;
    display: flex;
    justify-content: center;
}

.pro .tit li div{
    display: flex;
    flex-direction:column;
    justify-content: center;

}

.pro .tit li:last-child {
    margin-right: 0;
}

.pro .tit li em {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    display: block;
}

.pro .tit li em img {
    width: 135px;
    height: 135px;
    transition: all ease-in-out 1s;
}

.pro .tit li:hover em img {
    transform: rotateY(180deg);
}

.pro .tit li span {
    display: block;
    text-align: center;
    height: 35px;
    width: 142px;
    font-size: 18px;
    color: #fff;
    background: url(../images/pz_titbg.png);
    line-height: 34px;
    margin-top: 26px;
}

.pro .tit li.cur em,.pro .tit li:hover em,.pro .tit li.cur em,.pro .tit li.active em {
    border: 2px solid #D82633
}

.pro .tit li.cur span,.pro .tit li:hover span ,.pro .tit li.cur span,.pro .tit li.active span{
    background: url(../images/pz_titbgh.png);
}

.pro .con {
    margin-top: 68px;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.pro .con dt {
    width: 600px;
    height: 450px;
    float: left;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.pro .con dt img {
    width: 600px;
    height: 450px;
}

.pro .con dd {
    float: left;
    width: 560px;
    height: 219px;
    background: #fff;
    margin-left: -37px;
    margin-top: 32px;
    padding-left: 50px;
    padding-right: 27px;
    padding-top: 33px;
}

.pro .con dd span {
    font-size: 12px;
    color: #D6D6D6;
    display: block;
}

.pro .con dd b {
    font-size: 20px;
    font-weight: normal;
    display: block;
    width: 31px;
    white-space: nowrap;
    border-bottom: 2px solid #CA1624;
    padding-bottom: 3px;
    margin-bottom: 28px;
}

.pro .con dd p {
    width: 560px;
    line-height: 30px;
    color: #7D7D7D;
    font-size: 16px;
    height: 85px;
    overflow: hidden;
}

.pro .con dd a.more {
    font-size: 14px;
    color: #7D7D7D;
    text-decoration: underline;
}

.pro .con dd a.more img {
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
    margin-left: 6px;
}

.pro .con dd a.more:hover {
    color: #CA1624;
}

.pro .con dd a.more:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.pro .con em.picc {
    position: absolute;
    width: 383px;
    height: 166px;
    display: block;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.pro .con .qh {
    width: 189px;
    height: 75px;
    background: #fff;
    position: absolute;
    right: 195px;
    bottom: 0;
}

.pro .con .qh i {
    width: 50%;
    text-align: center;
    display: block;
    float: left;
    padding-top: 30px;
    height: 45px;
    cursor: pointer;
}

.pro .con .qh i.prev:after {
    content: "";
    display: block;
    float: right;
    width: 1px;
    height: 27px;
    background: #F0F0F0;
    margin-top: -5px;
}

.pro .con2 {
    margin-top: 70px;
}

.pro .con2 dl {
    float: left;
    width: 385px;
    margin-right: 21px;
    margin-bottom: 24px;
}

.pro .con2 dl:nth-child(3n) {
    margin-right: 0;
}

.pro .con2 dt {
    width: 385px;
    /*height: 385px;*/
    line-height: 0;
    overflow: hidden;
}

.pro .con2 dt img {
    width: 385px;
    /*height: 385px;*/
    border: 1px solid #eee;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
}

.pro .con2 dt img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pro .con2 dd {
    height: 94px;
    background: #fff;
    padding-left: 17px;
    padding-top: 20px;
    position: relative;
}

.pro .con2 dd b {
    display: block;
    font-size: 18px;
    color: #2C2C2C;
    font-weight: normal;
}

.pro .con2 dd span {
    display: block;
    font-size: 16px;
    color: #8B8B8B;
    overflow: hidden;
    width: 320px;
    height: 25px;
}

.pro .con2 dd a.more {
    position: absolute;
    width: 52px;
    height: 55px;
    display: block;
    right: 12px;
    bottom: 18px;
    background: url(../images/pz_more2.png) no-repeat center;
    transition: all .2s linear;
}

.pro .con2 dl:hover {
    box-shadow: 0 3px 27px 2px rgba(0,0,0,0.05), 0 0px 27px rgba(0,0,0,0.05);
}

.pro .con2 dl:hover dd b a {
    color: #0088d7;
}

.pro .con2 dl:hover dd a.more {
    background: url(../images/pz_more2h.png);
    bottom: 65px;
}

.probox {
    height: 843px;
    padding: 89px 0 0;
    line-height: 40px;
    position: relative;
    background: url(../images/probg.gif) repeat-x center bottom;
}

.pro_cla {
    width: 300px;
    height: 680px;
    line-height: 39px;
    color: #333;
    background: #f3f3f3;
}

.pro_cla h2 {
    height: 100px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    line-height: 100px;
    background: url(../images/protbg.gif) no-repeat 0 0;
    border-bottom: 1px solid #fff;
}

.pro_cla h2 a {
    color: #fff;
}

.pro_cla h3 {
    height: 55px;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
    background: #333;
    position: relative;
}

.pro_cla h3:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../images/ico01.png) no-repeat 0 0;
    left: 258px;
    top: 17px;
}

.pro_cla h3 a {
    color: #fff;
    padding: 0 32px;
    display: block;
    background: url(../images/ico06.png) no-repeat 11px 21px;
}

.pro_cla h3:last-child a {
    background: url(../images/ico05.png) no-repeat 11px 21px;
}

.pro_cla h3.cur,.pro_cla h3:hover {
    background: #c7281c;
}

.pro_cla h4 {
    height: 44px;
    font-size: 16px;
    color: #333;
    line-height: 44px;
    background: url(../images/ico03.gif) no-repeat 31px 23px #e5e5e5;
    position: relative;
    font-weight: normal;
    border-bottom: solid 1px #fff;
}

.pro_cla h4:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(../images/ico04.png) no-repeat 0 0;
    left: 264px;
    top: 19px;
}

.pro_cla h4.on:before {
    background: url(../images/ico02.png) no-repeat 0 0;
    left: 264px;
    top: 19px;
}

.pro_cla h4 a {
    color: #333;
    display: inline-block;
    padding: 0 49px;
}

.pro_cla ul {
    display: none;
}

.pro_cla li {
    height: 39px;
    line-height: 39px;
    border-bottom: solid 1px #dadada;
}

.pro_cla li a {
    display: block;
    color: #333;
    padding: 0 0 0 65px;
}

.pro_cla li a:hover {
    color: #c7281c;
}

.pro_list {
    width: 848px;
    padding: 10px 0 0;
    overflow: hidden;
}

.pro_lt {
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    height: 49px;
    line-height: 49px;
    margin-bottom: 30px;
    font-size: 16px;
}

.pro_lt span {
    float: right;
    text-transform: uppercase;
    color: #ccc;
}

.pro_lt span a {
    display: block;
    color: #ccc;
}

.pro_lt li {
    float: left;
    color: #333;
    font-weight: bold;
}

.pro_lt li.cur {
    color: #c7281c;
}

.pro_lt li em,.newtil li em {
    display: inline-block;
    padding: 0 23px;
    font-weight: normal;
    color: #ccc;
}

.pro_lc dl {
    position: relative;
}

.pro_lc dt,.pro_lc dt img {
    width: 848px;
    height: 477px;
    display: block;
    overflow: hidden;
}

.pro_lc dd {
    padding: 15px 0 0;
}

.pro_lc dd h3 {
    font-size: 24px;
    line-height: 53px;
    height: 54px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro_lc dd h3 a {
    color: #333;
    display: inline-block;
    border-bottom: solid 1px #cfcfcf;
}


.i-part5{background-size: cover;position: relative;}
.i-part5 .layout{height: 100%;padding-top: 60px;width: 85.8%;margin: 0 auto;margin-bottom: 30px;}
.i-part5 .layout .tit{display: flex;justify-content: space-between;margin-bottom: 1.6vw;}
.i-part5 .layout .tit .newTitle{font-size: 2.8vw; color: #000;}
.i-part5 .layout .tit .newTitle span{display: inline-block;font-size: 20px;opacity: 0.7;margin-left: 26px;text-transform:uppercase;}
.i-part5 .layout .tit .more1{transition: all 0.5s;}
.i-part5 .layout .tit .more1:hover{opacity:0.7;}
.i-part5 .layout .tit .more1{display: flex;align-items: center;justify-content: center; font-size: 14px;color: #fff; width: 200px;height: 48px;border-radius: 24px;position: relative; overflow: hidden;transition: all .3s;background-color: #0088d7;}
.i-part5 .layout .tit .more1 i{display: block;width: 25px;height: 10px;background-image: url(../images/more_ico.png);margin-left: 12px;}


.i-part5 .swiper-container{}
.i-part5 .swiper-container .swiper-slide{background-color: #fff;padding:0;transition: all .3s;border:1px solid rgba(38,61,145,0.06);}
.i-part5 .swiper-container .swiper-slide .img{width: 100%;overflow: hidden;transition: all .3s;display:flex;justify-content:center;align-items:center; position:relative;padding-bottom:59.52%;}
.i-part5 .swiper-container .swiper-slide .img img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%); display: block;width: calc(100% - 20px);height: calc(100% - 20px);transition: all .3s;}
.i-part5 .swiper-container .swiper-slide:hover .img img{width:100%;height:100%;}
.i-part5 .swiper-container .swiper-slide .wz{position: relative;padding:28px 36px 52px 36px;}
.i-part5 .swiper-container .swiper-slide .wz::before{content: '';width: 100%;height: 1px;background-color: #ededed;position: absolute;top:0;left:0;transition: all .3s;}
.i-part5 .swiper-container .swiper-slide .wz::after{content: '';width: 0;height: 1px;background-color: #0426A1;position: absolute;top:0;left:0;transition: all .3s;}
.i-part5 .swiper-container .swiper-slide .wz .time{font-size: 16px;color: #0c6db2;margin-bottom: 22px;}
.i-part5 .swiper-container .swiper-slide .wz h3{font-size: 20px;line-height: 28px;overflow: hidden; color: #000;margin-bottom: 15px;transition: all .3s;white-space: nowrap;text-overflow: ellipsis;}
.i-part5 .swiper-container .swiper-slide .wz p{font-size: 14px;line-height: 22px;height: 44px; overflow: hidden;color: #000;margin-bottom: 30px;transition: all .3s;}
.i-part5 .swiper-container .swiper-slide .wz .more2{position: relative;width: 40px;height: 40px;border-radius: 20px;border:1px solid #ececec;transition: all .3s;display: flex;justify-content: center;align-items: center;}
.i-part5 .swiper-container .swiper-slide .wz .more2 i{display: block;width: 11px;height: 6px;background-image: url(../images/more_ico1.png);transition: all .3s;}
.i-part5 .swiper-container .swiper-slide .wz .more2 span{ font-size: 14px;color: #fff;transition: all .3s;position: absolute;left:30px;top:0;height: 40px;line-height: 40px;display:none;}
.i-part5 .swiper-container .swiper-slide:hover{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);}
.i-part5 .swiper-container .swiper-slide:hover .wz{background:#0088d7}
.i-part5 .swiper-container .swiper-slide:hover .wz::before{opacity:0;}
.i-part5 .swiper-container .swiper-slide:hover .wz h3{color: #ffffff;}
.i-part5 .swiper-container .swiper-slide:hover .wz .time,.i-part5 .swiper-container .swiper-slide:hover .wz p{color:#FFFFFF;}
.i-part5 .swiper-container .swiper-slide:hover .wz .more2{border-color:transparent;background-color: #ffffff;}
.i-part5 .swiper-container .swiper-slide:hover .wz .more2 i{background-image: url(../images/more_ico1l.png);}



@media (max-width:1560px) {
    .i-part5 .layout .tit h3{font-size: 38px;}
    .i-part5 .layout .tit h3 span{font-size: 15px;margin-left: 18px;}
    .i-part5 .more1{width: 150px;height: 36px;line-height: 36px;}
    .i-part5 .swiper-container .swiper-slide{padding: 0;margin-right: 48px;}
    .i-part5 .swiper-container .swiper-slide .wz{padding: 26px 26px 40px 26px;}
    .i-part5 .swiper-container .swiper-slide .wz .more2{width: 30px;height: 30px;}
    .i-part5 .swiper-container .swiper-slide .img img{    width: calc(100% - 52px);height: calc(100% - 52px);}
    .i-part5 .swiper-container .swiper-slide .wz .time{font-size: 14px;margin-bottom: 16px;}
    .i-part5 .swiper-container .swiper-slide .wz h3{font-size: 16px;line-height: 22px;margin-bottom: 12px;}
}


.common_tit h3 {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
}

.ind1 {
    position: relative;
    overflow: hidden;
    padding: 8% 0 8%;
}

.ind1 .video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ind1 .common_tit {
    position: relative;
    z-index: 3;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.ind1 .container {
    position: relative;
    z-index: 3;
    margin-top: 6%;
}


.ind1 .container .text h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 56px;
    color: #333333;
}

.ind1 .container .text .intro {
    margin-top: 32px;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
}

.ind1 .container .text .nums {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 60px;
}

.ind1 .container .text .nums .line {
    width: 1px;
    height: 60px;
    background-color: #a1a8b2;
    opacity: 0.3;
    margin-bottom: 10px;
}

.ind1 .container .text .nums .item img {
    margin-bottom: 32px;
}

.ind1 .container .text .nums .item h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.ind1 .container .text .nums .item h3 span {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
}

.ind1 .container .text .nums .item p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}


.home-tit {
    text-align: center;
    margin: 0;
}

.home-tit .en {
    display: block;
}

.home-tit .cn {
    color: #333;
    font-size: 42px;
    position: relative;
    z-index: 2;
    top: -15px;
}

.home-tit p {
    font-size: 16px;
    color: #666;
    margin: 0;
    font-weight: normal;
}


.ry_content {
    width: 1200px;
    margin: 0 auto;
}

.ry_bj {
    height: 790px;
    overflow: hidden;
    box-sizing: border-box;
}

.ry h2 {
    margin-bottom: 70px;
}

.ry h2 span {
    width: 255px;
    margin: 0 auto;
}

.ry {
    position: relative;
    top:-790px;
}

.carousel-container {
    position: relative;
    width: 1200px;
    height: 450px;
}

#carousel {
    height: 500px;
    width: 1200px;
    position: relative;
    font-size: 12px;
}

.carousel-image {
    border: 0;
    display: block;
}

.carousel-feature img {
    width: 259px;
    height: 400px;
    display: block;
}

.carousel-feature .carousel-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.carousel-feature .carousel-caption p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    font: 14px/38px "Microsoft Yahei";
    color: #333;
}

.carousel-container .prev {
    position: absolute;
    /*top: 36%;*/
    z-index: 9;
    left: 45%;
    background: url(../images/img29.png) no-repeat;
    display: inline-block;
    height: 54px;
    width: 54px;
}

.carousel-container .next {
    position: absolute;
    /*top: 36%;*/
    z-index: 9;
    right: 45%;
    background: url(../images/img30.png) no-repeat;
    display: inline-block;
    height: 54px;
    width: 54px;
}

.carousel-container .carousel-feature {
    position: relative;
}

.carousel-container .titlework {
    background: url(../images/ryspanbg.png) no-repeat center top;
    display: block;
    height: 50px;
    left: 50%;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 400px;
    width: 259px;
    margin-left: -128px;
    display: block;
    text-align: center;
    font-size: 0;
    color: #333333;
    line-height: 50px;
}


.indexTitle{ color: #ffffff; position: relative;}
.indexTitle .txt1{ font-size: 40px; font-weight: bold; padding-bottom: 10px;}
.indexTitle .txt2{ font-size: 20px; position: relative; height: 65px; }
.indexTitle .txt2 em{ position: absolute; left: 0px; bottom: 0px; display: block; width: 19px; height: 3px; background: #000; }
.indexPart2{ position: relative; }
.indexPart2 .indexTitle{ position: absolute; left: 7%; top: 10%; z-index: 2;}
.indexPart2 .bigImg img{ width: 100%;}
.indexPart2 .tabnav{ position: absolute; bottom: 60px; left: 0%; width: 100%; z-index: 2;}
.indexPart2 .tabnav .lbox{ padding: 0 3%;}
.indexPart2 .tabnav ul{ margin-right: -48px; }
.indexPart2 .tabnav li{ float: left; width: 25%; position: relative;}
.indexPart2 .tabnav li .box1{ margin-right: 48px; height:160px;}
.indexPart2 .tabnav li .bg{ position: relative; height: 150px; background: #d7d7d7; padding: 0 30px 0 220px;}
.indexPart2 .tabnav li .bottom{ display: none; margin-left:4%; width: 92%; height: 10px; background: #373737;}
.indexPart2 .tabnav li .imgDiv{ position: absolute; left: 40px; top: 30px; width:150px;}
.indexPart2 .tabnav li .name{ font-weight: bold; font-size: 17px; color: #000; height: 40px; line-height: 40px; overflow: hidden;position: absolute;top: 40px;}
.indexPart2 .tabnav .liNow{ position: relative; margin-top: -15px; }
.indexPart2 .tabnav .liNow .bg{ background: #fff; }
.indexPart2 .tabnav .liNow .bottom{ display: block; }