* {padding: 0px;margin: 0px;}
body{font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei UI','Microsoft YaHei','微软雅黑',Arial,sans-serif,思源黑体 CN;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
input:focus { outline: none; } /*控制聚焦时不出现蓝色边框;seclect用line-height不兼容ie8，只能用padding撑开*/
input{-webkit-appearance:none;}/*去除在手机端自带的按钮样式*/
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}


h1, h2, h3, h4, h5, h6{margin-bottom: 0;}


/* zuo1轮播 */
.banner{width: 100%;height: 560px;margin: auto;position: relative;}
.banner_left{width: 50%;height: 100%;float: left;position: relative;overflow: hidden;}
.banner_left .icon_left{width:85px;height: 100%;position: absolute;z-index: 9;left: 0;top: 0;background: url(a-left.svg) center center no-repeat;opacity: .8;cursor: pointer;}
.banner_left .icon_right{width:95px;height: 100%;position: absolute;z-index: 9;right: 0;top: 0;background: url(a-right.svg) center center no-repeat;opacity: .8;cursor: pointer;}
.banner_left .icon_left:hover,
.banner_left .icon_right:hover{opacity: .5;}
.banner_left  >dl{width: 100%;height: 25px;position: absolute;z-index: 9;left:-10px;bottom: 12px;text-align: center;font-size: 0;}
.banner_left >dl dd{width: 27px;height: 25px;display: inline-block;cursor: pointer;}
.banner_left  >dl dd:after{width: 7px;height: 7px;content: '';display: block;margin: 9px;background: url(yuan-to.svg);border: none;}
.banner_left  >dl dd.is_active:after{width: 10px;height: 10px;margin: 9px;background:url(yuan-act.svg) no-repeat;border:0;}
.banner_left ul{width: 1000%;height: 100%;position: absolute;left: 0;}
.banner_left ul li{width: 10%;height: 100%;float: left;position: relative;}

.banner_left ul li .img{width: 100%;height: 100%;}
.banner_left ul li .img img{width: 100%;display: block;}
.banner_left ul li .img:after{display: none;width: 100%;height: 100%;content: '';position: absolute;z-index: 3;left: 0;top: 0;background: rgba(28,28,36,.5);}
.banner_left ul li:hover .img:after{display: block;}
.banner_left ul li .txt{width: 500px;height: 110px;position: absolute;z-index: 3;left:0;bottom: 48px;font-family: 'Microsoft YaHei';}
.banner_left ul li .txt p{width: 493px;height: 80px;background: url(yinybg.png);font-size: 18px;
    color: #FFFFFF;font-weight: 400;line-height: 24px;padding: 12px 20px 0 20px;margin-bottom: 0;}
.banner_left ul li .txt span{width: 60px;height: 30px;line-height: 30px;display:block;
    background: url(new.svg) no-repeat;color: #FFFFFF;text-align: center;}


/* 右侧 */
.banner_right{width: 50%;height: 100%;float: left;position: relative;overflow: hidden;}
.banner_right ul{width: 100%;height: 100%;}
.banner_right ul li{width: 50%;height: 50%;float: left;position: relative;}
.banner_right ul li .img{width: 100%;height: 100%;}
.banner_right ul li .img img{width: 100%;display: block;}
.banner_right ul li .img:after{display: none;width: 100%;height: 100%;content: '';position: absolute;z-index: 3;left: 0;top: 0;background: rgba(28,28,36,.5);}
.banner_right ul li:hover .img:after{display: block;}
.banner_right ul li .txt{width: 100%;height:40px;padding: 0 20px;box-sizing: border-box;position: absolute;z-index: 3;font-family: 'Microsoft YaHei';
    bottom: 0;background: rgba(28, 28, 36, .8);
} 
.banner_right ul li .txt div{height:40px;line-height: 40px;font-size: 18px;color: #fff;}




/* 人气排行 */
.partbg2{margin-top: 46px;}
.part2-box{width:1500px;margin:33px auto 50px;}
.p_headtit{width:1500px;color: #000000;margin:0 auto;height: 56px;position: relative;font-family: 'Microsoft YaHei'}
.i_headline{display: inline-block;position: absolute;width: 350px;height: 56px;}
.ih_logo {
    height: 56px;font-size: 40px;
    color: #000000; font-weight: 300;
    float: left;
}
.p_headtit  .ih_cutline {
    width: 54px;
    height: 56px;
    padding: 0 20px;
    float: left;
    background: url(xiexian.svg) center center no-repeat;
}
.ih_ico_more {
    width: 50px;line-height: 63px;
    height: 56px;font-size: 18px;
    color: #333333;
    float: left;
    -webkit-animation: a_ico_more .5s ease both;
    animation: a_ico_more .5s ease both;
}
.i_headline:hover .ih_ico_more {
    -webkit-animation: a_ico_more-h .5s ease both;
    animation: a_ico_more-h .5s ease both;
}
@-webkit-keyframes a_ico_more {
    from {padding-left: 15px;}
    to {padding-left: 0;}
}
@keyframes a_ico_more {
    from {padding-left: 15px;}
    to {padding-left: 0;}
}
@-webkit-keyframes a_ico_more-h {
    from {padding-left: 0;}
    to {padding-left: 15px;}
}
@keyframes a_ico_more-h {
    from {padding-left: 0;}
    to {padding-left: 15px;}
}
.part2-box a{display: block;background: #FFFFFF;border: 1px solid rgba(205,205,205,1);height:332px;width:352px;float: left;
    margin:0 30px 0 0;font-family: 'Microsoft YaHei'}
.part2-box a:nth-of-type(4n){margin-right: 0;}
.part2-box a .pic{width:350px;height:210px;overflow: hidden;}
.part2-box a .pic img{width:350px;height:210px;transition: all 0.7s;object-fit: cover;}
.part2-box a .list-con{padding:0 20px;}
.part2-box a .list-con .title{font-size:18px;color: #000000;display:block;line-height: 30px;min-height: 60px;
    font-weight: 400;margin:10px 0 17px 0;}
.part2-box a .list-con p{font-size: 14px;color:#717171;;line-height: 14px;font-weight: 400;margin-bottom:0;padding-left: 19px;}
.part2-box a .list-con p.tuptg{background: url(syz-g.svg) no-repeat 0 center;float: left;}
.part2-box a .list-con p.shij{background: url(time1.svg) no-repeat 0 center;float: left;margin-left: 12px;}
.part2-box a .list-con p .time{display:inline-block;margin-right:0;}
.part2-box a:hover .list-con .title{color: #1890FF;}
.part2-box a:hover .pic img{transform: scale(1.2);}




/* 团建样式 */

.partbg3 {width: 100%;height: auto;padding: 31px 0 36px;background: #101019;}
.part3-box{width: 1500px;margin:0 auto;font-family: 'Microsoft YaHei'}
.p_headtit2{width:100%;font-size: 22px;color: #FFFFFF;margin-bottom:26px;height: 56px;}
.p_headtit2 .ih_logo,.p_headtit2 .ih_ico_more{color:#ffffff}
.p_headtit2  .ih_cutline {
    width: 55px;
    height: 56px;
    padding: 0 20px;
    float: left;
    background: url(xiex-w.svg) center center no-repeat;
}

.p_content {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: auto;
        position: relative;
}

.ph_logo{height: 50px;float: left;text-align: center;}
.ph_logo:after{width: 0;height: 100%;content: '';display: inline-block;vertical-align: middle;}
.ph_logo img{max-height: 100%;display: inline-block;vertical-align: middle;}
.p_headline:hover .ph_ico_more{-webkit-animation: a_ico_more-h .5s ease both;animation: a_ico_more-h .5s ease both;}


.p_content:after{width: 100%;height: 0;content: '';display: block;clear: both;}
.p_content >ul li .img{overflow: hidden;background: #f7f8f8;text-align: center;}
.p_content >ul li .img img.lyld{height: 25%;max-height: 120px;}
.p_content >ul li .img img.w100{width: 100%;display: block;height:603px;object-fit: cover;}

.p_content >ul li{position: relative;}
.p_content >ul li .img span{width: 35px;height: 22px;line-height: 22px;position: absolute;z-index: 9;right: 0;top: 0;background: rgba(113, 113, 113, .8);font-size: 12px;color: #fff;text-align: center;}
.p_content .ul_rt li span{width: 35px;height: 22px;line-height: 22px;position: absolute;z-index: 9;right: 0;top: 0;background: rgba(113, 113, 113, .8);font-size: 12px;color: #fff;text-align: center;}


.pc_zl >.ul_lt{width: 1029px;height: 603px;float: left;position: relative;overflow: hidden;margin-bottom: 0;}
.pc_zl >.ul_lt li{width:1029px;height: 603px;position: absolute;
    z-index: 3;-webkit-animation: a_visible .9s ease both;animation: a_visible .9s ease both;}
.pc_zl >.ul_lt li .img{width: 1029px;height: 603px;position: absolute;z-index: 1;}
.pc_zl >.ul_lt li .txt {
    width:1029px;
    max-height: 45px;
   overflow: hidden;
    position: absolute;
    z-index: 3;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.pc_zl >.ul_lt li .txt p{line-height:45px;overflow: hidden;font-size: 16px;color: #fff;font-weight: normal;padding-left: 20px;}
.pc_zl >.ul_lt li.is_active{z-index: 5;-webkit-animation: a_visible-h .9s ease both;animation: a_visible-h .9s ease both;}

.pc_zl >.ul_rt{width: 450px;height: 603px;float: right;position: relative;margin-bottom: 0;}
.pc_zl >.ul_rt li{width:450px;height:98px;float: right;background: #1c1c24;margin-bottom: 3px;}
.pc_zl >.ul_rt li:last-of-type{margin-bottom: none;}
.pc_zl >.ul_rt li .txt{width:329px;height: 60px;float: left;margin: 18px 0;padding: 0 20px 0 20px;border-right: solid 1px #3a3a47;}
.pc_zl >.ul_rt li .txt p{line-height: 30px;font-size: 18px;color: #A4A4A4;font-weight:500;
width: 100%;}
.pc_zl >.ul_rt li .inf{width:121px;height: 60px;overflow: hidden;float: left;margin-top: 10px;padding-left: 13px;}
.pc_zl >.ul_rt li .inf dd{overflow: hidden;font-size: 16px;color: #A4A4A4;;margin-bottom: 0;white-space: nowrap;text-overflow: ellipsis;}
.pc_zl >.ul_rt li .inf .dd_auth{font-size: 14px;color: #A4A4A4;;line-height: 20px;white-space: nowrap;text-overflow: ellipsis;
    background: url(syz-gl.svg) 0 center no-repeat;padding-left:20px;margin-top: 12px;}
 
.pc_zl >.ul_rt li .inf .dd_time{font-size: 16px;color: #A4A4A4;;line-height: 20px;
    background: url(time-wh.svg) 0 center no-repeat;padding-left:20px;margin-top: 12px;}
.pc_zl >.ul_rt li.is_active{background: #3a3a47;
    /* border-left: 3px solid #1890FF; */
}
.pc_zl >.ul_rt li.is_active .txt{border-right: solid 1px #1c1c24;
    /* width: 326px; */
}
.pc_zl >.ul_rt li.is_active .txt p{color: #ffffff;}
.pc_zl >.ul_rt li.is_active .inf dd{color: #ffffff;}
.pc_zl >.ul_rt li.is_active .inf .dd_auth{background: url(syz-w.svg) 0 center no-repeat;}
.pc_zl >.ul_rt li.is_active .inf .dd_time{background: url(time-w.svg) 0 center no-repeat;}



/* 公司活动 */

.partbg4{width: 100%;padding-top:45px;}
.part4-box{width:1500px;margin:33px auto 0;font-family: 'Microsoft YaHei'}

.part4-box .aa{display: block;background: #FFFFFF;border: 1px solid rgba(205,205,205,1);height:332px;width:352px;float: left;
    margin:0 30px 30px 0;font-family: 'Microsoft YaHei'}
.part4-box .aa:nth-of-type(4n){margin:0 0 40px 0;}
.part4-box .aa .pic{width:350px;height:210px;overflow: hidden;}
.part4-box .aa .pic img{width:350px;height:210px;transition: all 0.7s;object-fit: cover;}
.part4-box .aa .list-con{padding:0 20px;}
.part4-box .aa .list-con .title{font-size:18px;color: #000000;display:block;line-height: 30px;min-height: 60px;
    font-weight: 400;margin:10px 0 17px 0;}
.part4-box .aa .list-con .title a{color: #000000;}
.part4-box .aa .list-con p{font-size: 14px;color:#717171;;line-height: 14px;font-weight: 400;margin-bottom:0;padding-left: 17px;}
.part4-box .aa .list-con p.tuptg{background: url(syz-g.svg) no-repeat 0 center;float: left;}
.part4-box .aa .list-con p.shij{background: url(time1.svg) no-repeat 0 center;float: left;margin-left: 19px;}
.part4-box .aa .list-con p .time{display:inline-block;margin-right:10px;}
.part4-box .aa:hover .list-con .title a{color: #1890FF;}
.part4-box .aa:hover .pic img{transform: scale(1.2);}

/* 公司活动end */

/* zuo */
.partbg5{width: 100%;background: #F3F9FF;padding-top: 40px;font-family: 'Microsoft YaHei'}
.partbg5 .p_headtit{margin:0 auto 27px;}
.partbg5 .part5-box{width: 1500px;margin:0 auto;}
.part5-box-left{width: 419px;float: left;margin-right: 40px;font-family: 'Microsoft YaHei'}


.part5-box-left a{display: block;width:419px;float: left;
    margin:0 0 35px 0;}

.part5-box-left a .pic{width:419px;height:254px;overflow: hidden;}
.part5-box-left a .pic img{width:419px;height:254px;transition: all 0.7s;object-fit: cover;}
.part5-box-left a .list-con .title{font-size: 18px;
    color: #000000;
    letter-spacing: 0;margin:16px 0 20px 0;
    line-height: 30px;
    font-weight: 500;}
.part5-box-left a .list-con p {
    font-size: 14px;
    color: #717171;margin-bottom: 0;
    letter-spacing: 0;
    line-height: 14px;
    float: left;
}
.part5-box-left a .list-con p .box5-p1{background: url(syz-g.svg) no-repeat 0 center;display: inline-block;font-size: 14px;
    color: #717171;line-height: 28px;padding-left: 20px;padding-right: 15px;}
.part5-box-left a .list-con p .box5-p2{background: url(time1.svg) no-repeat 0 center;display: inline-block;font-size: 14px;
    color: #717171;line-height: 28px;padding-left: 20px;}

.part5-box-left a:hover .list-con .title{color: #1890FF;}
.part5-box-left a:hover .pic img{transform: scale(1.2);}

/* 中间 */
.part5-box-center .icon_left{width: 96px;height: 100%;position: absolute;z-index: 9;left: 0;top: 0;background: url(b-left.svg) center 273px no-repeat;opacity: .8;cursor: pointer;}
.part5-box-center .icon_right{width: 88px;height: 100%;position: absolute;z-index: 9;right: 0;top: 0;background: url(b-right.svg) center 273px no-repeat;opacity: .8;cursor: pointer;}
.part5-box-center .icon_left:hover,
.part5-box-center .icon_right:hover{opacity: .5;}
.part5-box-center{width: 580px;float: left;height: 760px;position: relative;overflow: hidden;}
.part5-box-center >dl{width: 100%;height: 25px;position: absolute;z-index: 9;left:-9px;bottom: 144px;text-align: center;font-size: 0;}
.part5-box-center >dl dd{width: 25px;height: 25px;display: inline-block;cursor: pointer;}
.part5-box-center  >dl dd:after{width: 10px;height: 10px;content: '';display: block;margin: 9px;background: url(yuan-do.svg) no-repeat;border: none;}
.part5-box-center  >dl dd.is_active:after{width:10px;height:10px;margin: 8px;background:url(yuan-doac.svg) no-repeat;border:0;}
.part5-box-center ul{width: 1000%;height: 100%;position: absolute;left: 0;}
.part5-box-center ul li{width: 580px;height: 100%;float: left;position: relative;}

.part5-box-center ul li .img{width: 100%;height: 100%;}
.part5-box-center ul li .img img{width: 100%;display: block;height:580px;object-fit: cover;}
.part5-box-center ul li .img:after{display: none;width: 100%;height: 100%;content: '';position: absolute;z-index: 3;left: 0;top: 0;}
.part5-box-center ul li:hover .img:after{display: block;}
.part5-box-center ul li:hover .title{color: #1890FF;}
.part5-box-center ul li .img span{width: 35px;height: 22px;line-height: 22px;position: absolute;z-index: 9;left: 0;bottom: 130px;background: rgba(113, 113, 113, .8);font-size: 12px;color: #fff;text-align: center;}
.part5-box-center ul li .txt{width: 100%;position: absolute;z-index: 3;left: 2px;bottom: 38px;cursor: pointer;}
.part5-box-center ul li .txt .title{font-size: 18px;
    color: #000000;line-height: 30px;
    font-weight: 400;margin:25px 0 24px 0;}
/* .part5-box-center ul li .txt .title:hover{color: #1890FF;} */
.part5-box-center ul li .txt p {
font-size: 14px;
color: #717171;font-weight: 400;
    margin-bottom: 0;
}
.part5-box-center ul li .txt p .box5-sp1{display: inline-block;background: url(syz-g.svg) no-repeat 0 center;font-size: 14px;
    color: #717171;line-height:14px;font-weight: 400;padding-left: 20px;padding-right: 15px;}
.part5-box-center ul li .txt p .box5-sp2{display: inline-block;background: url(time1.svg) no-repeat 0 center;font-size: 14px;
        color: #717171;line-height: 14px;font-weight: 400;padding-left: 20px;}


.part5-box-center ul li .txt .time{margin-right: 10px;display: inline-block;}
.part5-box-center ul li :hover a{color: #1890FF;}


/* 右侧 */

.part5-box-right{width: 419px;float: right;margin-left: 40px;}

.part5-box-right a{display: block;width:419px;margin:0 0 35px 0;float: right;}
.part5-box-right a:nth-child(3n){margin-right: 0;}
.part5-box-right a .pic{width:419px;height:254px;overflow: hidden;}
.part5-box-right a .pic img{width:419px;height:254px;transition: all 0.7s;object-fit: cover;}
.part5-box-right  a .list-con .title{font-size: 18px;
    color: #000000;
    letter-spacing: 0;margin:16px 0 20px 0;
    line-height: 30px;
    font-weight: 400;}
    .part5-box-right  a .list-con p {
    font-size: 14px;
    color: #717171;margin-bottom: 0;
    letter-spacing: 0;
    line-height:28px;
    float: left;
}
.part5-box-right  a .list-con p .box5-p1{background: url(syz-g.svg) no-repeat 0 center;display: inline-block;font-size: 14px;
    color: #717171;line-height: 14px;padding-left: 20px;padding-right: 15px;}
.part5-box-right a .list-con p .box5-p2{background: url(time1.svg) no-repeat 0 center;display: inline-block;font-size: 14px;
    color: #717171;line-height: 14px;padding-left: 20px;}


.part5-box-right a:hover .list-con .title{color: #1890FF;}
.part5-box-right a:hover .pic img{transform: scale(1.2);}






/* 不同分辨率下的效果 */

@media only screen and (max-width: 1560px){
   
/* zuo1轮播 */


.banner_left ul li .txt{width:420px;height: 100px;position: absolute;z-index: 3;left:0px;bottom: 58px;}
.banner_left ul li .txt p{width: 420px;height: 70px;background: url(yinybg.png);font-size: 16px;
    color: #FFFFFF;font-weight: 600;line-height: 22px;padding: 10px 20px 0 16px;}

/* 左右侧 */

.banner_right ul li .txt div{height:40px;line-height: 40px;font-size: 16px;color: #fff;}





/* 人气排行 */
.partbg2{margin-top: 35px;}

.part2-box{width:1200px;}

.partbg2{margin-top: 46px;}
.part2-box{width:1200px;margin:33px auto 50px;}
.p_headtit{width:1200px;}

.part2-box a{height:342px;width:380px;}
.part2-box a:nth-child(3n){margin-right: 0px;}
.part2-box a:nth-child(4n){margin-right:30px;display: none;}

.part2-box a .pic{width:378px;height:226px;overflow: hidden;}
.part2-box a .pic img{width:378px;height:226px;}
.part2-box a .list-con .title{font-size:16px;line-height:24px;min-height: 48px;
   margin:15px 0 18px 0;}
.part2-box a .list-con p{font-size: 12px;line-height: 14px;padding-left: 19px;}
.part2-box a .list-con p.shij{margin-left: 34px;}



/* 团建样式 */

.partbg3 {padding: 31px 0 36px;background: #101019;}
.part3-box{width: 1200px;}


.p_content >ul li .img img.w100{width: 100%;display: block;height:552px;}

.pc_zl >.ul_lt{width: 760px;height: 552px;float: left;position: relative;overflow: hidden;margin-bottom: 0;}
.pc_zl >.ul_lt li{width:760px;height: 552px;position: absolute;
    z-index: 3;-webkit-animation: a_visible .9s ease both;animation: a_visible .9s ease both;}
.pc_zl >.ul_lt li .img{width: 760px;height: 552px;position: absolute;z-index: 1;}
.pc_zl >.ul_lt li .txt {
    width:760px;display: none;
    max-height: 45px;
   overflow: hidden;
    position: absolute;
    z-index: 3;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}


.pc_zl >.ul_rt{width: 425px;height:552px;}
.pc_zl >.ul_rt li{width:425px;height:90px;}
.pc_zl >.ul_rt li .txt{width:311px;height: 48px;float: left;margin:21px 0;padding: 0 18px 0 18px;border-right: solid 1px #3a3a47;}
.pc_zl >.ul_rt li .txt p{line-height: 24px;font-size: 16px;
width: 100%;}
.pc_zl >.ul_rt li .inf{width:112px;height: 60px;margin-top: 10px;padding-left: 13px;}
.pc_zl >.ul_rt li .inf dd{font-size: 16px;color: #A4A4A4;;margin-bottom: 0;white-space: nowrap;text-overflow: ellipsis;}
.pc_zl >.ul_rt li .inf .dd_auth{font-size: 12px;color: #A4A4A4;;line-height: 16px;white-space: nowrap;text-overflow: ellipsis;
padding-left:18px;margin-top: 9px;}
 
.pc_zl >.ul_rt li .inf .dd_time{font-size: 12px;color: #A4A4A4;;line-height: 16px;padding-left:18px;margin-top: 18px;}

/* .pc_zl >.ul_rt li.is_active .txt{width: 308px;} */




/* 公司活动 */

.partbg4{width: 100%;padding-top:30px;margin-bottom: 19px;}
.part4-box{width:1200px;margin:31px auto 0;}

.part4-box .aa{height:342px;width:380px;float: left;margin:0 30px 30px 0;}
.part4-box .aa:nth-child(4n){margin:0 30px 30px 0;}
.part4-box .aa:nth-child(3n){margin:0 0 30px 0;}
.part4-box .aa:nth-child(7),.part4-box .aa:nth-child(8){display: none;}
.part4-box .aa .pic{width:378px;height:226px;overflow: hidden;}
.part4-box .aa .pic img{width:378px;height:226px;}
.part4-box .aa .list-con .title{font-size:16px;color: #000000;line-height: 24px;min-height: 48px;
    font-weight: 400;margin:15px 0 18px 0;}
.part4-box .aa .list-con p{font-size: 12px;color:#717171;;line-height: 14px;padding-left: 17px;}
.part4-box .aa .list-con p.shij{margin-left: 30px;}
.part4-box .aa .list-con p .time{display:inline-block;margin-right:10px;}


/* 公司活动end */

/* zuo */
.partbg5{padding-top: 31px;}

.partbg5 .part5-box{width: 1200px;margin:0 auto;}
.part5-box-left{width: 329px;float: left;margin-right: 30px;}


.part5-box-left a{display: block;width:329px;float: left;
    margin:0 0 40px 0;}

.part5-box-left a .pic{width:329px;height:201px;overflow: hidden;}
.part5-box-left a .pic img{width:329px;height:201px;}
.part5-box-left a .list-con .title{font-size: 16px;
   margin:6px 0 14px 0;
    line-height: 30px;
    font-weight: 500;}
.part5-box-left a .list-con p {
    font-size: 12px;
    color: #717171;margin-bottom: 0;
    letter-spacing: 0;
    line-height: 14px;
    float: left;
}
.part5-box-left a .list-con p .box5-p1{font-size: 12px;
    color: #717171;line-height: 14px;padding-left: 20px;padding-right: 15px;}
.part5-box-left a .list-con p .box5-p2{font-size: 12px;
    color: #717171;line-height: 24px;padding-left: 20px;}

.part5-box-left a:hover .list-con .title{color: #1890FF;}
.part5-box-left a:hover .pic img{transform: scale(1.2);}

/* 中间 */
.part5-box-center .icon_left{width: 74px;background: url(b-left.svg) center 224px no-repeat;}
.part5-box-center .icon_right{width: 69px;background: url(b-right.svg) center 225px no-repeat;}

.part5-box-center{width: 480px;float: left;height: 625px;}
.part5-box-center >dl{width: 100%;height: 25px;position: absolute;z-index: 9;left:-9px;bottom: 116px;text-align: center;font-size: 0;}
.part5-box-center >dl dd{width: 25px;height: 25px;display: inline-block;cursor: pointer;}

.part5-box-center ul{width: 1000%;height: 100%;position: absolute;left: 0;}
.part5-box-center ul li{width: 480px;height: 100%;float: left;position: relative;}

.part5-box-center ul li .img img{width: 100%;display: block;height:480px;}
.part5-box-center ul li .img span{width: 35px;height: 22px;line-height: 22px;position: absolute;z-index: 9;left: 0;bottom: 130px;background: rgba(113, 113, 113, .8);font-size: 12px;color: #fff;text-align: center;}
.part5-box-center ul li .txt{width: 100%;position: absolute;z-index: 3;left: 2px;bottom: 36px;cursor: pointer;}
.part5-box-center ul li .txt .title{font-size: 16px;
    color: #000000;line-height: 30px;
    font-weight: 400;margin:16px 0 18px 0;}
.part5-box-center ul li .txt .title:hover{color: #1890FF;}
.part5-box-center ul li .txt p {
font-size: 12px;
color: #717171;font-weight: 400;
    margin-bottom: 0;
}
.part5-box-center ul li .txt p .box5-sp1{font-size: 12px;
    color: #717171;line-height:14px;font-weight: 400;padding-left: 20px;padding-right: 15px;}
.part5-box-center ul li .txt p .box5-sp2{font-size: 12px;
        color: #717171;line-height: 14px;font-weight: 400;padding-left: 20px;}


/* 右侧 */

.part5-box-right{width:329px;float: right;margin-left: 30px;}

.part5-box-right a{display: block;width:329px;margin:0 0 40px 0;float: right;}
.part5-box-right a:nth-child(3n){margin-right: 0;}
.part5-box-right a .pic{width:329px;height:201px;overflow: hidden;}
.part5-box-right a .pic img{width:329px;height:201px;transition: all 0.7s;object-fit: cover;}
.part5-box-right  a .list-con .title{font-size: 16px;
    color: #000000;
    letter-spacing: 0;margin:6px 0 21px 0;
    line-height: 30px;
    font-weight: 400;}
    .part5-box-right  a .list-con p {
    font-size: 12px;
    color: #717171;margin-bottom: 0;
    letter-spacing: 0;
    line-height:14px;
    float: left;
}




}
@media only screen and (max-width: 1440px){
   
    /* zuo1轮播 */
    .banner_left ul li .txt p{width: 400px;height: 60px;line-height: 22px;padding: 8px 20px 0 20px;}
 .banner_left ul li .txt{width:400px;height: 90px;position: absolute;z-index: 3;left:0px;bottom: 42px;}

}
@media only screen and (max-width: 1300px) and (min-width: 768px){
    .banner{height: 391px!important;}
    .banner,.partbg2,.partbg3,.partbg4,.partbg5{width: 1300px;}

}