@charset "utf-8";
/* Banner */
.banner {position:relative;width:100%;overflow:hidden;z-index:0;margin-top: 100px;}
.banner .picBox {
    overflow: hidden;
}
.banner .picBox img {
    width: 100%;
    -webkit-animation: scale 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scale 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.banner .textBox {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner .textBox .tit {
    font-size: 40px;
    color: #fff;
    text-align: center;
}
/* 二级、三级菜单 */
/* 二级、三级菜单 */
.sideBar {
    border-bottom: 1px solid rgb(238, 238, 238);
}
.sideBar .cont {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sideBar .a1 {
    font-size: 16px;
    color: rgba(49, 49, 49, 0.4);
}
.sideBar .a1 a {
    margin: 0px 11px;
    font-size: 16px;
    color: rgba(49, 49, 49, 0.4);
}
.sideBar .a1 a:hover {
    color: #e49e51;
}
.sideBar .a1 a:nth-child(1) {
    margin: 0px;
}
.sideBar .a1 a:nth-child(1) img {
    vertical-align: -2px;
}
.sideBar .a2 {
    display: flex;
}
.sideBar .a2 .left-swiper .swiper-slide {
    width: auto;
}
.sideBar .a2 .item {
    margin-right: 70px;
}
.sideBar .a2 .swiper-slide:last-child .item {
    margin-right: 30px;
}
.sideBar .a2 .item a {
    position: relative;
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: rgb(49, 49, 49);
    padding: 0px 6px;
}
.sideBar .a2 .item a::before {
    content: " ";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background: #e49e51;
    transition: all 0.4s ease 0s;
}
.sideBar .a2 .item.on a, .sideBar .a2 .item a:hover {
    color: #e49e51;
}
.sideBar .a2 .item.on a::before, .sideBar .a2 .item a:hover::before {
    width: 100%;
}
.third-menu {
    margin-top: 70px;
}
.third-menu .cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.third-menu .item {
    margin: 0px 7px;
}
.third-menu .item a {
    display: block;
    font-size: 16px;
    color: #8ec31f;
    border-radius: 30px;
    border: 2px solid #8ec31f;
    min-width: 178px;
    height: 56px;
    padding: 0px 20px;
    box-sizing: border-box;
    line-height: 56px;
    text-align: center;
}
.third-menu .item.on a, .third-menu .item a:hover {
    color: rgb(255, 255, 255);
    background: url("pic_17.png") left center no-repeat #8ec31f;
}
@media screen and (max-width: 1200px) {
    .sideBar .a1 {
        display: none;
    }
    .sideBar .cont {
        height: 60px;
    }
    .sideBar .a2 {
        width: 100%;
    }
    .sideBar .a2 .left-swiper {
        width: 100%;
    }
    .sideBar .a2 .item {
        margin-right: 30px;
    }
    .sideBar .a2 .item a {
        font-size: 15px;
        height: 60px;
        line-height: 60px;
    }
    .third-menu {
        margin-top: 26px;
    }
    .third-menu .item {
        margin: 0 4px;
    }
    .third-menu .item a {
        min-width: unset;
        padding: 6px 12px;
        height: auto;
        line-height: 1.5;
        border-width: 1px;
    }
}
/* 面包屑 */
.location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 0;
}
.location .back a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s;
}
.location .back a::before {
    content: '\20';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg t='1680580410714' class='icon' viewBox='0 0 1028 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='6833' width='30' height='30'%3E%3Cpath d='M213.659 532.266l211.407 212.056c4.787 4.8 11.165 7.434 17.95 7.434 6.836 0 13.265-2.673 18.102-7.511 9.203-9.219 10.107-23.64 2.165-33.759l-171.945-172.531 502.568 0c14.028 0 25.447-11.469 25.447-25.574s-11.419-25.563-25.447-25.562l-502.555 0 176.107-176.603c5.296-10.54 3.653-22.709-4.253-30.641-4.735-4.735-11.139-7.332-18.038-7.333-7.587 0-14.83 3.055-20.381 8.605l-14.106 14.093-38.712 38.841-7.307 7.178-150.979 151.525c-5.002 5.028-7.537 11.915-7.166 19.4l0.026 0.496-0.025 0.509c-0.369 7.498 2.164 14.386 7.142 19.374l0 0zM213.659 532.266z' fill='%23272636' p-id='6834'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px;
    transform: rotate(45deg);
    margin-right: 10px;
    transition: all 0.3s;
}
.location .back a:hover {
    color: #195243;
}
.location .back a:hover::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg t='1680580410714' class='icon' viewBox='0 0 1028 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='6833' width='30' height='30'%3E%3Cpath d='M213.659 532.266l211.407 212.056c4.787 4.8 11.165 7.434 17.95 7.434 6.836 0 13.265-2.673 18.102-7.511 9.203-9.219 10.107-23.64 2.165-33.759l-171.945-172.531 502.568 0c14.028 0 25.447-11.469 25.447-25.574s-11.419-25.563-25.447-25.562l-502.555 0 176.107-176.603c5.296-10.54 3.653-22.709-4.253-30.641-4.735-4.735-11.139-7.332-18.038-7.333-7.587 0-14.83 3.055-20.381 8.605l-14.106 14.093-38.712 38.841-7.307 7.178-150.979 151.525c-5.002 5.028-7.537 11.915-7.166 19.4l0.026 0.496-0.025 0.509c-0.369 7.498 2.164 14.386 7.142 19.374l0 0zM213.659 532.266z' fill='%23195243' p-id='6834'%3E%3C/path%3E%3C/svg%3E");
}
.location .loc {
    font-size: 16px;
    color: #999;
}
.location .loc a {
    color: #999;
    transition: all 0.3s;
}
.location .loc a:hover {
    color: #195243;
}
/* 内容模式 */
.article { padding:60px 0 40px; line-height:2; font-size:14px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd;margin-top: 20px; }
/* 头部新闻 */
.hotNews { margin-bottom:30px; background:#848484; overflow:hidden; }
.hotNews .pic { float:left; width:390px; height:250px; margin-right:5px; }
.hotNews .pic img { width:100%; height:100%; }
.hotNews dl { display:block; overflow:hidden; zoom:1; padding:25px 20px 0 15px; line-height:22px; }
.hotNews dl dt { margin-bottom:13px; padding-left:10px; background:url(o_ico_05.jpg) no-repeat 0 13px; color:#fff; font-size:14px; line-height:30px; }
.hotNews dl dt a { color:#fff; }
.hotNews dl dt a:hover { color:#000; }
.hotNews dl .i { min-height:110px; padding-bottom:10px; padding-left:10px; color:#eee; }
.hotNews dl .m { width:84px; height:24px; margin-left:10px; background:#fff; line-height:24px; text-align:center; }
.hotNews dl .m a { display:block; color:#333; }
.hotNews dl .m a:hover { background:#666; color:#fff; }
/* 新闻列表 */
.news { padding:0 0 40px; }
.newsTable th { border:1px solid #fff; background:#c8cacb; color:#fff; font-weight:bold; text-align:center; }
.newsTable td { padding:8px 10px; border-bottom:1px solid #dcd9d4; line-height:20px; }
.list { padding:0 0 40px; }
.list li { padding:9px 0; border-bottom:1px dashed #e0e0e0; background:url(o_ico_18.gif) no-repeat 2px 17px; font-size:14px; line-height:20px; clear:both; }
.list li span { float:right; color:#999; font-size:12px; }
.list li a { padding-left:15px; }
.list li a:hover { text-decoration:underline; }
/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden; }
.pothoItem .item .pic { float:left; width:200px; height:150px; margin-right:20px; padding:4px; border:1px solid #e7e7e7; }
.pothoItem .item .pic img { width:200px; height:150px; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .d,.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px; }
/* 图片列表 */
.pic-item-list { margin:0 0 20px; }
.pic-item-list .pic-item { display:block; float:left; width:130px; margin-bottom:10px; padding:0; }
.pic-item-list .list-pic { display:block; width:100px; height:100px; margin:0 auto; padding:4px; border:1px solid #919090; line-height:100px; text-align:center; }
.pic-item-list dl { padding:0 5px; line-height:26px; text-align:center; }
.piList { padding:0 0 20px; overflow:hidden; }
.piList .pic-item-list { width:1028px; margin:0; padding:0; }
.piList .pic-item { position:relative; width:230px; margin:0 27px 23px 0; padding:0; display:inline; }
.piList .list-pic { display:block; width:230px; height:172px; margin-bottom:0; padding:0; border:0; line-height:148px; }
.piList .list-pic img { width:230px; height:172px; }
.piList dl { padding:4px 5px; line-height:20px; }
.piList dl dt { height:30px; font-size:12px; line-height:30px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
/* 分页 */
.page { padding:0 0 40px; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; padding:0 8px; border:1px solid #ddd;  color:#333; vertical-align:top; }
.page a:hover,.page .current { border:1px solid #a51a1a; background:#a51a1a; color:#fff; }
/* 人才招聘 */
.hrTop { padding:0 0 30px; border-bottom:1px solid #ddd; }
.hrTop li { padding-left:16px; background:url(ico_05.gif) no-repeat 0 8px; font-weight:bold; line-height:24px; }
.hrTable .hrTableTh { height:32px; background:#666; color:#fff; }
.hrTable th { color:#fff; font-weight:normal; }
.hrTable td { padding:0 8px; }
.hrTable .bg td { background:#eee; }
.hr { position:relative; padding:0 0 40px; }
.hr h3 { padding-left:0; border-bottom:1px dotted #ccc; color:#0063be; font-size:20px; line-height:55px; }
.hr h3 s { float:right; width:20px; height:20px; margin-top:17px; cursor:pointer; }
.hr h3 .off { background:url(hr_down.gif) no-repeat center; }
.hr h3 .on { background:url(hr_up.gif) no-repeat center; }
.hrItem { margin-bottom:5px; }
.hrItem .title { border-bottom:1px dotted #ccc; color:#999; font-weight:bold; line-height:36px; }
.hrItem .title span { float:right; font-weight:100; }
.hrItem .title span a { color:#88000c; }
.hrItem .con { margin-bottom:10px; padding:15px 0; line-height:24px; }
.hrItem .con h4 { font-size:14px; line-height:36px; }
.hrItem .apply { width:95px; height:25px; padding:0; background:#01286f; color:#fff; line-height:25px; text-align:center; }
.hrItem .apply a { color:#fff; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#0063be; font-weight:bold; line-height:20px; }
.hr-list .title span { float:right; font-weight:100; }
.hr-list .info { padding:5px 0; line-height:24px; }
.hr-list .apply { height:24px; line-height:24px; text-align:right; }
/* 新闻列表*/
.newsList{padding-top: 0.2rem;}
.newsList .topNews .item-wrap{display: flex;justify-content: space-between;}
.newsList .topNews .item-wrap .item{width: 31.736%;box-sizing: border-box;padding: 24px 22px;background: #f9fafc;}
.newsList .topNews .b1{overflow: hidden;}
.newsList .topNews .b1 img{width: 100%;-o-object-fit: cover;object-fit: cover;transition: all 0.3s;}
.newsList .topNews .b2{margin-top: 25px;font-size: 20px;font-weight: bold;color: #333333;line-height: 32px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;transition: all 0.3s;}
.newsList .topNews .b3{margin-top: 18px;font-size: 14px;color: #777777;line-height: 26px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.newsList .topNews .b4{display: flex;justify-content: space-between;margin-top: 30px;}
.newsList .topNews .b4 .c1{font-size: 14px;color: #bbbbbb;}
.newsList .topNews .b4 .c2{font-size: 14px;color: #999999;}
.newsList .topNews .item-wrap.sjBox{display: none;}
.newsList .topNews .item a:hover .b1 img{transform: scale(1.1);}
.newsList .topNews .item a:hover .b2{color: #e49e51;}
.newsList .newsItem{margin-top: 2.083333vw;margin-bottom: 4.1667vw;}
.newsList .newsItem .item{margin-bottom: 20px;}
.newsList .newsItem .item:last-child{margin-bottom: 0;}
.newsList .newsItem .item a{background: #f9fafc;transition: all 0.3s;display: flex;justify-content: space-between;align-items: center;padding: 39px 67px 37px 30px;}
.newsList .newsItem .item .textBox{width: 80%;}
.newsList .newsItem .item .textBox .tit{font-size: 20px;font-weight: bold;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all 0.3s;}
.newsList .newsItem .item .textBox .tip{margin-top: 15px;font-size: 14px;color: #666666;line-height: 24px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.newsList .newsItem .item .timeBox{text-align: center;}
.newsList .newsItem .item .timeBox .time1{font-family: Arial;font-size: 46px;font-weight: bold;color: #333333;line-height: 1;transition: all 0.3s;}
.newsList .newsItem .item .timeBox .time2{font-size: 14px;color: #666666;}
.newsList .newsItem .item a:hover .textBox .tit{color: #e49e51;}
.newsList .newsItem .item a:hover .timeBox .time1{color: #e49e51;}
@media screen and (max-width: 700px){.newsList .topNews .item-wrap.pcBox{display: none;}.newsList .topNews .item-wrap.sjBox{display: block;}.newsList .topNews .item-wrap .item{width: 100%;}.newsList .topNews .b2{margin-top: 18px;font-size: 16px;line-height: 28px;}.newsList .newsItem{margin-top: 30px;}.newsList .newsItem .item a{padding: 15px;}.newsList .newsItem .item .textBox{width: 100%;}.newsList .newsItem .item .textBox .tit{font-size: 16px;white-space: inherit;overflow: auto;text-overflow: inherit;}.newsList .newsItem .item .timeBox{display: none;}}
/* 图文新闻 */
.col-txt{padding: 70px 0 50px 0;background: #fafafa;}
.col-txt .txt-wrap{padding: 0 0 54px 0;}
.col-txt .item{float: left;width: 31%;margin-bottom: 3.5%;margin-right: 3.5%;}
.col-txt .item:nth-child(3n){margin-right: 0;}
.col-txt .item a{display: block;padding: 44px 42px;background: #fafafa;box-shadow: 0 0 18px rgba(0, 0, 0, .1);transition: all 0.4s;}
.col-txt .item .picBox{margin-bottom: 30px;overflow: hidden;}
.col-txt .item .picBox img{transition: all 0.4s; width: 100%;}
.col-txt .item .textBox .tit{font-size: 20px;font-weight: bold;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.col-txt .item .textBox .tip{margin: 14px 0;font-size: 14px;color: #777777;line-height: 26px;text-indent: 2em; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.col-txt .item .textBox .d{margin-bottom: 31px;font-size: 14px;color: #bbbbbb;}
.col-txt .item .more{padding-top: 25px;border-top: 2px solid #d8d8d8;}
.col-txt .item .more .b{float: left;font-size: 14px;color: #999999;}
.col-txt .item .more .c{float: right;width: 26px;height: 26px;border-radius: 50%;background: url(pic_19.png) no-repeat center center;border: 1px dashed #898989;}
.col-txt .item a:hover{background: #e49e51;}
.col-txt .item a:hover .picBox img{transform: scale(1.1);}
.col-txt .item a:hover .textBox .tit{color: #ffffff;}
.col-txt .item a:hover .textBox .tip{color: #ffffff;}
.col-txt .item a:hover .textBox .d{color: #ffffff;}
.col-txt .item a:hover .more .b{color: #ffffff;}
.col-txt .item a:hover .more .c{background-image: url(pic_20.png);border-color: #c5e5f6;}
@media screen and (max-width: 1400px){.col-txt .item a{padding: 24px;}.col-txt .item .picBox{margin-bottom: 20px;}.col-txt .item .textBox .tip{margin: 10px 0;}.col-txt .item .textBox .d{margin-bottom: 18px;}.col-txt .item .more{padding-top: 20px;}}
@media screen and (max-width: 700px){.col-txt{padding: 40px 0 25px 0;}.col-txt .txt-wrap{padding: 0 0 30px 0;}.col-txt .item{width: 100%; margin-right: 0; margin-bottom: 25px;}}
/* 图片列表 */
.hzArea{padding: 60px 0 0 0;}
.hzArea ul li{position:relative; float:left; width:32%; margin:0 2% 3% 0; font-size:18px;}
.hzArea ul li:nth-child(3n){margin-right:0;}
.hzArea ul li .pic{position:relative; overflow:hidden;}
.hzArea ul li .pic img{transition: all 0.6s;}
.hzArea ul li .pic p{position:absolute;left:0;top:0;right:0;bottom:0;background: rgba(0,0,0,0.4);background-size:cover;z-index:2;display:none;}
.hzArea ul li .txt01{position:absolute; left:10px; right:10px; top:50%; color:#fff; text-align:center; transform: translateY(-50%); z-index:2; display:none;}
.hzArea ul li .txt{position:absolute; left:10px; right:10px; top:50%; color:#fff; text-align:center; transform: translateY(-50%); transition: all 0.6s; z-index:3;}
.hzArea ul li .txt .p1{position:relative; opacity:0; transition: all 0.6s;}
.hzArea ul li .txt .p2{margin-top:0; position:relative; opacity:0; transition: all 0.6s;}
.hzArea ul li:hover .pic p{display:block;}
.hzArea ul li:hover .pic img{transform: scale(1.1)!important;}
.hzArea ul li:hover .txt01{display:none;}
.hzArea ul li:hover .txt .p1{margin-top:-10px; opacity:1;}
.hzArea ul li:hover .txt .p2{margin-top:40px; opacity:1;}
@media all and (max-width:1680px){.hzArea ul li{font-size:16px;}}
@media all and (max-width:1000px){.hzArea ul li{width:49%; margin:0 2% 3% 0;}.hzArea ul li:nth-child(3n){margin-right:2%;}.hzArea ul li:nth-child(2n){margin-right:0;}.hzArea ul li:hover .txt01{display:block;}.hzArea ul li:hover .txt{display:none;}}
@media all and (max-width:750px){.hzArea{
    padding: 40px 0 20px 0;
}}
/* 分页 */
.page{padding-bottom: 40px;line-height:30px;text-align:center;font-size:14px;}
.page a{display:inline-block; margin:0 2px; padding:0 8px; border:1px solid #f5f5f5; background:#f5f5f5; color:#333; vertical-align:top;}
.page a:hover,.page .current{border: 1px solid #e49e51;background: #e49e51;color:#fff;}
@media all and (max-width:1200px){.page{line-height:24px; font-size:12px;}}
/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:24px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:20px; padding:2px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }
/* 产品详细页 */
.m-detail { margin-bottom:30px; }
.m-detail .m-property { float:left; width:100%; }
.m-detail .property { margin-left:350px; }
.m-detail .property h1 { font-weight:100; font-size:18px; line-height:34px; }
.m-detail .property .m-i-a { margin-bottom:8px; padding:8px 0 15px; border-bottom:1px dotted #d9d9d9; color:#888; font-size:14px; line-height:25px; }
.m-detail .gallery { position:relative; float:left; width:350px; margin-left:-100%; }
.m-detail .gallery .bigPic { width:300px; height:224px; }
.product-detail { margin-bottom:30px; border:1px solid #e5e5e5; }
.product-detail .hd { height:45px; border-bottom:1px solid #e5e5e5; background:#f6f6f6; }
.product-detail .hd h2 { float:left; width:136px; height:46px; margin:-2px 0 -1px; border-top:2px solid #0058af; border-right:1px solid #e5e5e5; background:#fff; font-size:22px; font-weight:100; line-height:46px; text-align:center; }
.product-detail .bd { padding:25px; line-height:28px; font-size:14px; }
.page-pro {
    background: #f7f8fa;
    padding: 0.8rem 0 0 0;
}
.page-pro .s1 .cont {
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
    position: relative;
}
.page-pro .s1 .left-title {
    width: 25.38%;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.page-pro .s1 .left-title.position_fixed {
    position: fixed;
    top: 100px;
}
.page-pro .s1 .left-title.position_absolute {
    position: absolute;
    bottom: 10px;
}
.page-pro .s1 .left-title .box {
    width: 330px;
    padding-bottom: 30px;
}
.page-pro .s1 .left-title .box .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 38px 0;
    border-bottom: 1px solid #adadad;
}
.page-pro .s1 .left-title .box .tit .ii {
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    background: #195243;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.page-pro .s1 .left-title .box .tit .tt {
    font-size: 26px;
    color: #333333;
}
.page-pro .s1 .left-title .box .tip {
    padding: 0 0 0 36px;
}
.page-pro .s1 .left-title .box .tip .item {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 26px;
}
.page-pro .s1 .left-title .box .tip .item .c {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 20px;
    transition: all .3s;
}
.page-pro .s1 .left-title .box .tip .item .c::before {
    content: '\20';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #195243;
    opacity: 0;
    transition: all 0.4s;
}
.page-pro .s1 .left-title .box .tip .item:hover .c,
.page-pro .s1 .left-title .box .tip .item.on .c {
    border-color: #195243;
}
.page-pro .s1 .left-title .box .tip .item:hover .c::before,
.page-pro .s1 .left-title .box .tip .item.on .c::before {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.page-pro .s1 .left-title .box .tip .item .t {
    font-size: 16px;
    color: #444;
    transition: all 0.3s;
}
.page-pro .s1 .left-title .box .tip .item:hover .t {
    color: #195243;
}
.page-pro .s1 .right-pro {
    width: 74.62%;
    min-height: 1000px;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    padding-bottom: 96px;
    float: right;
}
.page-pro .s1 .right-pro .item-wrap {
    padding: 44px 35px 0 35px;
}
.page-pro .s1 .right-pro .item {
    margin-bottom: 64px;
}
.page-pro .s1 .right-pro .item:last-child {
    margin-bottom: 0;
}
.page-pro .s1 .right-pro .item .picBox {
    position: relative;
    overflow: hidden;
}
.page-pro .s1 .right-pro .item .picBox img {
    width: 100%;
    transition: cubic-bezier(0.215,.61,.355,1) 1s;
}
.page-pro .s1 .right-pro .item .textBox {
    margin-top: 42px;
    transition: all 1s cubic-bezier(0.215,.61,.355,1);
}
.page-pro .s1 .right-pro .item .textBox .tit {
    font-size: 32px;
    color: #333333;
    transition: all 0.3s;
}
.page-pro .s1 .right-pro .item .textBox .tip {
    font-size: 18px;
    color: #888888;
    font-weight: 300;
    margin-top: 6px;
    transition: all 0.3s;
}
.page-pro .s1 .right-pro .item:hover .picBox img {
    transform: scale(1.2);
}
.page-pro .s1 .right-pro .item:hover .textBox {
    transform: translateY(-20px);
}
.page-pro .s1 .right-pro .item:hover .textBox .tit {
    color: #195243
}
.page-pro .s1 .right-pro .item:hover .textBox .tip {
    color: #195243
}
.pro-dis {
    padding: 100px 0 0 0;
    background: #f7f8fa;
}
.pro-dis .s1 {
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.pro-dis .s1 .a1 {
    width: 50.76%;
}
.pro-dis .s1 .a1 .pro-swiper {
    height: 100%;
}
.pro-dis .s1 .a1 .picBox {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.pro-dis .s1 .a1 .picBox::before {
    content: '\20';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
}
.pro-dis .s1 .a1 .picBox img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    object-fit: cover;
}
.pro-dis .s1 .a1 .swiper-slide:hover .picBox::before{
    animation: gradient-rectangle 1.4s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}
.pro-dis .s1 .a1 .swiper-slide:hover .picBox img {
    transform: scale(1.1);
}
.pro-dis .s1 .a1 .swiper-page {
    position: absolute;
    z-index: 5;
    right: 22px;
    left: auto;
    width: auto;
    bottom: 22px;
    text-align: right;
}
.pro-dis .s1 .a1 .swiper-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: #fff;
    opacity: 0.7;
}
.pro-dis .s1 .a1 .swiper-page .swiper-pagination-bullet-active {
    opacity: 1;
    background: #195142;
}
.pro-dis .s1 .a2 {
    width: 45.7%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 40px 20px 0;
}
.pro-dis .s1 .a2 .box {
    width: 100%;
}
.pro-dis .s1 .a2 .b1 {
    font-size: 32px;
    color: #333;
}
.pro-dis .s1 .a2 .b2 {
    font-size: 18px;
    color: #777;
    font-weight: 200;
    margin-top: 8px;
}
.pro-dis .s1 .a2 .b3 {
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-top: 30px;
}
.pro-dis .s1 .a2 .b3 p {
    margin-bottom: 16px;
}
.pro-dis .s1 .a2 .b4 {
    margin-top: 22px;
}
.pro-dis .s1 .a2 .b4 .t {
    font-size: 16px;
    color: #333;
}
.pro-dis .s1 .a2 .b4 .c {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.pro-dis .s1 .a2 .b4 .c .item {
    margin-right: 16px;
}
.pro-dis .s1 .a2 .b4 .c .item .top {
    width: 48px;
    height: 29px;
    margin: 0 auto;
    border-radius: 5px;
}
.pro-dis .s1 .a2 .b4 .c .item .bot {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 5px;
}
.pro-dis .s2 {
    background: #fff;
    margin-top: 30px;
    padding: 60px 20px;
}