body {
    position: relative;
}

input,
select,
textarea {
    font-family: "Microsoft YaHei" !important;
    color: #676c75;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

input:-moz-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

input::-moz-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

input:-ms-input-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}


textarea::-webkit-input-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

textarea:-moz-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

textarea::-moz-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

textarea:-ms-input-placeholder {
    color: #999ea8 !important;
    font-size: 14px;
    font-family: "Microsoft YaHei" !important;
}

label {
    line-height: 20px;
    display: inline-block;
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 14px;
    width: 180px;
}

.radio_type {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    appearance: none;
    position: relative;
    margin-right: 10px;
}

.radio_type:before {
    content: '';
    width: 20px;
    height: 20px;
    /*border: 1px solid #7f91a9;*/
    background: #f8f9fa;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
}

.radio_type:checked:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 3px;
    /*border: 1px solid #7f91a9;*/
    background: #f8f9fa;
    display: inline-block;
    /*border-radius: 0;*/
    vertical-align: middle;
}

.radio_type:checked:after {
    content: '';
    width: 6px;
    height: 3px;
    border-radius: 3px;
    border: 2px solid #d3d5d9;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 8px;
    left: 6px;
    vertical-align: middle;
    transform: rotate(-45deg);
}

.radio_type:checked+label {
    color: #fff;
}

.wrap {
    width: 1280px;
    margin: 0 auto;
}

.header {
    position: fixed;
    height: 88px;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;

}

.logo {
    float: left;
    padding-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo span{
    font-size: 25px;
    color: #fff;
    padding: 0 0 0 10px;
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
    border-left: 2px solid #f2f2f2;
    opacity: 0.9;
    font-family: 华文行楷;
}

.menu {
    width: 545px;
    float: right;
    font-size: 15px;
    margin-top: 25px;
}

.menu li {
    display: inline-block;
    float: left;

}

.menu .menuItem {
    color: #fff;
    border-radius: 10px;
    width: 103px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.menu .menuItem2 {
    width: 125px;
    background-position: 103px center !important;
}

.menu li:hover .menuItem {
    color: #fff;
    font-weight: bold;
}



.menu .has .navLayer {
    display: none;
    position: relative;
}

.menu .has .menuItem:hover {
    background-image: url(../images/whiteTrangle.png);
    background-position: 85px center;
    background-repeat: no-repeat;

}

.menu .on .menuItem,
.menu .on:hover .menuItem {
    background-image: url(../images/blackTrangle.png);
    background-position: 85px center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
    color: #010101;
}

/*.menu .has .navMask,*/
.menu .has .navBox {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*.menu .has:nth-child(2) .navMask,
.menu .has:nth-child(2) .navBox {
    height: 140px;
}

.menu .has:nth-child(3) .navMask,
.menu .has:nth-child(3) .navBox {
    height: 110px;
}*/

/*.menu .has .navMask {
    border-radius: 10px;
    background: #424981;
    opacity: .5;
    z-index: 1;
}*/

.menu .has .navBox {
     z-index: 2;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    background: url(../images/menuMask.png);
    background-size: cover;
}

.menu .has .navBox a {
    display: inline-block;
    margin: 5px 10px;
    white-space: nowrap;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 15px;

}

.menu .has .navBox a:last-child {
    border-bottom: none;
}

.menu .has:hover .navLayer {
    display: block;
}

.block1 .wrap {
    width: 1170px;
}

.block1 {
    background: url(../images/banner.png) center top no-repeat, linear-gradient(120deg, #7956ec, #2fb9f8);
    width: 100%;
    height: 720px;
    position: relative;
}

.bannerWord {
    padding-top: 130px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.playIcon {
    position: absolute;
    right: 250px;
    top: 50%;
    transform: translateY(-50%);
}

.bannerWord p {
    color: #fff;
    width: 690px;
}

.bannerWord p:first-child {
    font-size: 48px;
    padding-bottom: 50px;
}

.bannerWord p:nth-child(2) {
    font-size: 24px;
    line-height: 50px;
    padding: 0 0 50px 0;
}

.bannerWord p em {
    text-decoration: underline;
    font-style: normal;
}

.btnWrap a {
    display: inline-block;
    width: 167px;
    height: 50px;
    text-align: center;
    font-size: 24px;

    line-height: 50px;
    border-radius: 10px;
}

.btnWrap a:first-child {
    background: linear-gradient(120deg, #ff8e64, #ffc94d);
    margin-right: 20px;
    color: #fff;
}

.btnWrap a:nth-child(2) {
    background: #fff;
    color: #000;
}

.bannerListWrap {
    border-radius: 10px;
    /*box-shadow: 40px 40px 80px #202127;*/
    box-shadow: 4px 4px 80px rgba(32, 33, 39, 0.2);
    position: absolute;
    left: 50%;
    top: 640px;
    transform: translateX(-50%);
    background: #fff;
    width: 1170px;
    padding: 70px 0;
}

.bannerList {
    width: 800px;
    float: left;
}

.bannerListWrap .title {
    width: 250px;
    font-size: 30px;
    line-height: 50px;

    padding: 60px 0 0 80px;
    float: left;
}

.bannerList dl {
    width: 350px;
    position: relative;
    float: left;
}

.bannerList dl dd {
    padding-left: 80px;
}

.bannerList dl dt {
    width: 52px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
}

.bannerList dl dd.tit {
    font-size: 20px;
    font-weight: bold;
    color: #282b31;
    line-height: 36px;
}

.bannerList dl dd.txt {
    font-size: 16px;
    color: #676c75;
    line-height: 30px;
}

.bannerList dl:nth-child(3),
.bannerList dl:nth-child(4) {
    margin-top: 20px;
}

.bannerList dl:nth-child(1),
.bannerList dl:nth-child(3) {
    margin-left: 80px;
}

.bannerList dl:nth-child(2),
.bannerList dl:nth-child(4) {
    margin-left: 20px;
}

/**案例**/


.anliImgWrap {
    width: 926px;
    height: 610px;
    margin: 0 auto;
    /*background: url(../images/formBg.png) center top no-repeat;*/
    /*float: left;*/

}

.anliImgList {
    display: flex;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.anliItem {
    background: url(../images/anliItemBg.png) center top no-repeat;
    width: 142px;
    height: 117px;
    position: relative;
    text-align: center;
    line-height: 117px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.anliItem span {
    display: inline-block;
    width: 50px;
    line-height: 24px;
    vertical-align: middle;
    margin-left: -16px;
}

.anliItem i {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
}

.anliImgList .anliItem:last-child i,
.anliImgList .anliItem:nth-child(2) i {
    width: 16px;
    height: 24px;
    background: url(../images/jt1.png) center center no-repeat;
    background-size: 10px auto;
}


.anliImgWrap .opacityWrap {

    position: relative;
    margin: 130px auto;


}

.formItem .radioWrap {
    margin-bottom: 20px;
}

.block2 {
    padding-bottom: 110px;
    background: #f8f9fa;
}

.block2 .anliWrap .txtWrap {
    width: 800px;
    text-align: center;
    color: #282b31;
    margin: 0 auto;
    padding-top: 148px;
}

.block2 .anliWrap .txtWrap .title {
    font-weight: bold;
    font-size: 48px;
}

.block3 .processWrap .txtWrap .title {
    color: #282b31;
    font-weight: bold;
    font-size: 48px;
}

.block2 .anliWrap .txtWrap .txt {
    color: #fff;
    line-height: 48px;
    font-size: 24px;
    padding-top: 50px;
}

.anliList {
    display: flex;
    justify-content: space-between;
    width: 1223px;
    margin: 110px auto 0 auto;

}

.anliList .item {
    width: 380px;
    border-radius: 10px;
    box-shadow: 4px 4px 80px rgba(32, 33, 39, 0.1);
    background: #fff;

}

.anliList .item {
    text-align: center;
    padding-bottom: 32px;
}

.anliList .item .title {
    width: 310px;
    height: 68px;
    line-height: 68px;
    display: inline-block;
    position: relative;
    padding: 40px 0 30px 0;
    font-size: 30px;
    color: #282b31;
    font-weight: bold;
}

.titleImg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.anliList .item .title .jt {
    position: absolute;
    right: -75px;
    bottom: -64px;
    height: 24px;
}

.anliList .item .txt {
    font-size: 14px;
    line-height: 30px;
    color: #282b31;
    width: 310px;
    display: inline-block;
}

.anliList .item .txt p {
    margin-bottom: 10px;
    text-align: justify;
}

.anliList .item .txt p.t2em {
    text-indent: 2em;
}

.block3 {
    background: #ffffff;
    border-top: 1px solid #e7e8ea;
}

.block3 .processWrap {
    display: flex;
    justify-content: space-between;
    height: 520px;
    align-items: center;
    padding: 110px 0;
}

.block3 .processWrap .txtWrap {
    text-align: center;
}

.block3 .processWrap .txtWrap .subTitle {
    color: #282b31;
    font-size: 24px;
    padding-top: 50px;
}

.block3 .processWrap .txtWrap .txt {
    color: #676c75;
    font-size: 16px;
    padding-top: 40px;
    width: 322px;
    line-height: 32px;
}

.block3 .processWrap .txtWrap .btnWrap {

    margin: 40px 0;
}

.block3 .processWrap .txtWrap .hetong a {
    color: #35b2f7;
    text-decoration: underline;
}

.process {
    background: url(../images/process.png) center top no-repeat, linear-gradient(120deg, #735eed, #33b4f7);

    /*background: url(../images/process.png) center top no-repeat;*/
    width: 960px;
    height: 520px;
    position: relative;
    /*border-radius: 10px 0 0 10px;*/

}

.line2 {
    height: 2px;
    width: 860px;
    position: absolute;
    z-index: 8;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}



.process .step1,
.process .step2,
.process .step3,
.process .step4,
.process .step5,
.process .step6 {
    position: absolute;
    width: 180px;
    z-index: 10;

}

.process .step1 b,
.process .step2 b,
.process .step3 b,
.process .step4 b,
.process .step5 b,
.process .step6 b {
    position: relative;
    padding: 25px 0;
}

.process .step1 b i,
.process .step3 b i,
.process .step5 b i {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    bottom: -14px;

}

.process .step2 b i,
.process .step4 b i,
.process .step6 b i {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    background: #fff;
    top: -14px;

}

.step1 b i,
.step2 b i,
.step3 b i,
.step4 b i,
.step5 b i {
    background: #fff;
}


.process .step1 {
    left: 50px;
    bottom: 294px;
}

.process .step2 {
    left: 220px;
    top: 294px;
}

.process .step3 {
    left: 395px;
    bottom: 294px;
}

.process .step4 {
    left: 570px;
    top: 294px;
}

.process .step5 {
    left: 745px;
    bottom: 294px;
}

.process .step6 {
    left: 805px;
    top: 294px;
}

.process b {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.process p {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.block4 {
    background: #f8f9fa;
    border-top: 1px solid #e7e8ea;
}

.block4 .lxWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0;
}

.block4 .lxWrap .txtWrap {
    text-align: center;
}

.block4 .lxWrap .txtWrap .title {
    color: #282b31;
    font-weight: bold;
    font-size: 48px;
}

.block4 .lxWrap .txtWrap .txt {
    color: #676c75;
    line-height: 30px;
    font-size: 16px;
    padding-top: 50px;
    width: 415px;
}

.formWrap {
    background: url(../images/formBg.png) right top no-repeat;

    width: 926px;
    height: 610px;
}

.formWrap .opacityWrap {
    width: 718px;
    height: 491px;
    background: url(../images/form.png) center top no-repeat, linear-gradient(120deg, #735eed, #33b4f7);
    background-size: 779px auto;
    position: relative;
    top: 46px;
    left: 0px;

}

.formWrap .formItem:first-child {
    padding-top: 90px;
}

.formItem .radioWrap {
    margin-bottom: 20px;
}

.formWrap .formItem {
    display: flex;
    padding-left: 75px;
}

.formWrap .formItem .l {
    width: 100px;
}

/*.formWrap .formItem .radioWrap {
    width: 520px;
}*/

.formWrap .formItem .input {
    width: 255px;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
    padding-left: 20px;
}

.formWrap .formItem .input:first-child {
    margin-right: 20px;
}

.formWrap .formItem .textarea {
    width: 550px;
    height: 70px;
    border-radius: 10px;
    font-size: 14px;
    padding: 20px 0 0 20px;
}

.formWrap .formItem:nth-child(1) {
    margin-bottom: 0px;
}

.formWrap .formItem:nth-child(2) {
    margin-bottom: 15px;
}

.formWrap .formItem:nth-child(3) {
    margin-bottom: 20px;
}

.formWrap .formItem:nth-child(5) {
    padding-left: 315px;
    margin-top: 38px;
}

.formWrap .btnWrap #ljzx {
    margin-left: 200px;
    margin-top: 20px;
}

.addrBox {
    text-align: center;
    font-size: 24px;
    color: #282b31;
    font-weight: bold;
    top: -435px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;

}

.addrBox .title {
    font-size: 48px;
    color: #fff;
    text-align: center;
    
}
.mb120{
    margin-bottom:120px;
}
.mb60{
    margin-bottom:60px;
}
.addrBox .tel,
.addrBox .addr {
    padding-left: 30px;
    color: #fff;
    font-size: 24px;
    text-decoration: underline;
}

.addrBox .tel {
    background: url(../images/tel.png) 0 center no-repeat;
    color: #fff;
}

.addrBox .addr {
    margin-bottom:60px;
    background: url(../images/addr.png) 0 center no-repeat;

}

.line {
    width: 2px;
    height: 470px;
    position: absolute;
    z-index: 999;
    background: #7c829b;
    top: 351px;
    left: 50%;
    transform: translateX(-50%);
}

.block5 {
    background: url(../images/map.jpg) #f8f9fa center top no-repeat;
    height: 946px;
    /*position: relative;*/
}

.block5 .wrap {
    position: relative;
}

.footer {
    background: url(../images/footerBg.jpg) center top no-repeat;
    background-size: cover;
}

.footer a:hover {
    text-decoration: underline;
}

.sitemap {
    padding: 50px 0 50px 50px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #fff;

}

.sitemap .s1,
.sitemap .s2,
.sitemap .s3 {
    width: 33.3%;
}

.sitemap .s1 a,
.sitemap .s2 b,
.sitemap .s3 b {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.sitemap .s2 a,
.sitemap .s3 p {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.sitemap .s3 p a {
    color: #fff;
    text-decoration: underline;
}

.wxBox {
    padding: 66px 0 0 0;
    display: flex;
    justify-content: space-around;
}

.wxBox .w {
    width: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.wxBox .w p {
    margin-top: 20px;
}

.wxBox .w img {
    width: 100px;
    height: 100px;
}

.rights {
    color: #fff;
    font-size: 14px;
    padding: 55px 0;
    text-align: center;
}

.rights a {
    color: #fff;
    padding-left: 20px;
}

.fixed {
    width: 160px;
    height: 215px;
    background: linear-gradient(120deg, #735eed, #33b4f7);
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    border-radius: 10px;
    padding: 20px 0 0 0;
}

.fixed a {
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    width: 74px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    position: relative;
    color: #fff;
}

.fixed a:last-child {
    border-bottom: none;
}

.fixed a img {
    position: absolute;
    left: -30px;
    top: 6px;
}

/**others**/
.block2Bg {
    background: linear-gradient(120deg, #735eed, #33b4f7) !important;
}

.block2Bg2 {
    background: linear-gradient(120deg, #03a4c4, #38e7b1) !important;
}

.block2Bg3 {
    background: linear-gradient(120deg, #f54971, #feb267) !important;
}

.block2Bg4 {
    background: linear-gradient(120deg, #5639b6, #a86fe7) !important;
}

.block2Bg5 {
    background: linear-gradient(120deg, #16c8d4, #3147d9) !important;
}

.block2Bg6 {
    background: linear-gradient(120deg, #332db7, #fb995e) !important;
}

.fixed1 {
    background: linear-gradient(120deg, #735eed, #33b4f7);
}

.opacityWrap3 .anliItem {
    background-size: cover;
    width: 142px;
    height: 116px;
    line-height: 114px;

}

.opacityWrap3 .anliItem i {
    left: 4px;
}

.opacityWrap4 .anliItem,
.opacityWrap6 .anliItem {
    background-size: cover;
    width: 142px;
    height: 116px;
    line-height: 114px;

}

.opacityWrap4 .anliItem i,
.opacityWrap6 .anliItem i {
    left: 4px;
}

.anliImgWrap .opacityWrap2 {
    background: url(../images/product.png) center top no-repeat, linear-gradient(120deg, #03a4c4, #38e7b1) !important;

}

.anliImgWrap .opacityWrap2 .anliItem {
    color: #fff;
}

.banner2 {
    background: url(../images/banner2.png) center top no-repeat, linear-gradient(120deg, #03a4c4, #38e7b1) !important;
}

.process2 {
    background: url(../images/process.png) center top no-repeat, linear-gradient(120deg, #03a4c4, #38e7b1) !important;
}

.formWrap .opacityWrap2 {
    background: url(../images/form.png) center top no-repeat, linear-gradient(120deg, #03a4c4, #38e7b1) !important;
}

.fixed2 {
    background: linear-gradient(120deg, #03a4c4, #38e7b1) !important;
}


.anliImgWrap .opacityWrap3 {
    background: url(../images/product.png) center top no-repeat, linear-gradient(120deg, #f54971, #feb267) !important;

}

.anliImgWrap .opacityWrap3 .anliItem {
    color: #fff;
}

.banner3 {
    background: url(../images/banner3.png) center top no-repeat, linear-gradient(120deg, #f54971, #feb267) !important;
}

.process3 {
    background: url(../images/process.png) center top no-repeat, linear-gradient(120deg, #f54971, #feb267) !important;
}


.process3 .step2 {
    left: 190px !important;
}

.process3 .step3 {
    left: 330px !important;
}

.process3 .step4 {
    left: 470px !important;
}

.process3 .step5 {
    left: 640px !important;
}


.formWrap .opacityWrap3 {
    background: url(../images/form.png) center top no-repeat, linear-gradient(120deg, #f54971, #feb267) !important;
}

.fixed3 {
    background: linear-gradient(120deg, #f54971, #feb267) !important;
}


.anliImgWrap .opacityWrap4 {
    background: url(../images/product.png) center top no-repeat, linear-gradient(120deg, #5639b6, #a86fe7) !important;

}

.anliImgWrap .opacityWrap4 .anliItem {
    color: #fff;
}

.banner4 {
    background: url(../images/banner4.png) center top no-repeat, linear-gradient(120deg, #5639b6, #a86fe7) !important;
}

.process4 {
    background: url(../images/process.png) center top no-repeat, linear-gradient(120deg, #5639b6, #a86fe7) !important;
}

.formWrap .opacityWrap4 {
    background: url(../images/form.png) center top no-repeat, linear-gradient(120deg, #5639b6, #a86fe7) !important;
}

.fixed4 {
    background: linear-gradient(120deg, #5639b6, #a86fe7) !important;
}


.anliImgWrap .opacityWrap5 {
    background: url(../images/product.png) center top no-repeat, linear-gradient(120deg, #16c8d4, #3147d9) !important;

}

.anliImgWrap .opacityWrap5 .anliItem {
    color: #fff;
}

.banner5 {
    background: url(../images/banner5.png) center top no-repeat, linear-gradient(120deg, #16c8d4, #3147d9) !important;
}

.process5 {
    background: url(../images/process.png) center top no-repeat, linear-gradient(120deg, #16c8d4, #3147d9) !important;
}

.formWrap .opacityWrap5 {
    background: url(../images/form.png) center top no-repeat, linear-gradient(120deg, #16c8d4, #3147d9) !important;
}

.fixed5 {
    background: linear-gradient(120deg, #16c8d4, #3147d9) !important;
}


.anliImgWrap .opacityWrap6 {
    background: url(../images/product.png) center top no-repeat, linear-gradient(120deg, #332db7, #fb995e) !important;

}

.anliImgWrap .opacityWrap6 .anliItem {
    color: #fff;
}

.banner6 {
    background: url(../images/banner6.png) center top no-repeat, linear-gradient(120deg, #332db7, #fb995e) !important;
}

.process6 {
    background: url(../images/process.png) center top no-repeat, linear-gradient(120deg, #332db7, #fb995e) !important;
}

.formWrap .opacityWrap6 {
    background: url(../images/form.png) center top no-repeat, linear-gradient(120deg, #332db7, #fb995e) !important;
}

.fixed6 {
    background: linear-gradient(120deg, #332db7, #fb995e) !important;
}

.banner7 {
    /*background: url(../images/news.png) center top no-repeat, linear-gradient(120deg, #7956ec, #2fb9f8) !important;*/
    /*height: 358px !important;*/
    height: 88px !important;
}

.banner8 {
    background: url(../images/linkBg2.png) center center no-repeat;
    background-size: cover;
    height: 720px !important;
}

/**新闻列表**/
.newsListWrap {
    background: #f8f8f8;
    padding-top: 20px;
}

.newsListWrap .wrap {
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.newsListLeft h2,
.newsDetailWrap h2 {
    color: #676c75;
    font-size: 24px;
    font-weight: normal;
    padding: 70px 0 65px 70px;
}

.newsListLeft h2 i,
.newsDetailWrap h2 i {
    width: 5px;
    height: 25px;
    background: #282b31;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.newsListLeft h2 a,
.newsDetailWrap h2 a {
    color: #282b31;
    font-weight: bold;
}

.newsListLeft {
    width: 950px;
}

.newsListLeft .newsList {

    padding: 0 60px;
}

.newsList {
    width: 850px;
}

.newsList li {

    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;

    margin-bottom: 30px;

}

.newsList li .imgLeft {
    width: 285px;
    height: 230px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: #e8e8e9 0 0 0.2rem;
    float: left;
}

.newsList li .imgBox {
    width: 285px;
    height: 230px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;

}

.newsList li .imgBox img {
    width: 285px;
    height: 230px;
}

.newsList li .imgLeft .playBtn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(../images/playBtn.png) 0 0 no-repeat;

}

.newsList li .imgBox img {
    max-width: 285px;
    max-height: 230px;
}

.newsList li .imgRight {
    width: 535px;
    padding-left: 30px;
    float: right;
}

.newsList li .imgRight .title {
    padding: 10px 0 20px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsList li .imgRight .title a {
    font-size: 30px;
    color: #282b31;

}

.newsList li .imgRight .newsDes {

    line-height: 40px;
}

.newsList li .imgRight .newsDes a {
    font-size: 20px;
    color: #676c75;
}

.newsList li .imgRight .tagList {
    margin-top: 30px;

}

.newsList li .imgRight .tagList a {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #3ea5f5;
    color: #3ea5f5;
    margin-right: 20px;
    padding: 3px 10px;
    font-style: normal;

}

.rightMenu {
    padding-top: 160px;
    background: #fbfbfb;
    width: 309px;
    border-left: 1px solid #ededed;
}

.rightMenuItem {
    padding: 15px 0 15px 50px;
}

.rightMenuItem a {
    color: #676c75;
    font-weight: bold;
    font-size: 24px;
}

.rightMenu .active,
.rightMenu .rightMenuItem:hover {
    background: url(../images/trangleNews.png) 20px center no-repeat;
}

.rightMenu .active a,
.rightMenu .rightMenuItem:hover a {
    background: linear-gradient(90deg, #755ced 0%, #34b2f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*============================分页样式=======================================================*/
#pageInfo {
    float: right;
    margin: 50px 60px 100px 0;
}

#pageInfo .pagination {
    display: inline-block;
    border: 1px solid #e7e8ea;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

#pageInfo .pagination a,
#pageInfo .pagination span {
    display: inline-block;
    padding: 0 15px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    background-color: #fff;
    color: #c2c5cb;
    font-size: 14px;
    font-family: Arial;
    border-right: 1px solid #e7e8ea;

}
#pageInfo .pagination li:last-child a, #pageInfo .pagination li:last-child span{
    border-right: 0;

}
#pageInfo .pagination li.active,
#pageInfo .pagination li:hover,
#pageInfo .pagination li.active span,
#pageInfo .pagination li:hover a{
    background-color: #c2c5cb;
    color: #fff;
}


#pageInfo .pagination a.prev {
    border-left: 0 !important;
}

#pageInfo .pagination a.next {
    border-right: 0 !important;
}

/**联系我们**/
.newsDetailWrap{
        border-top:20px solid #f8f8f8;
        background: #fff;
}
.newsDetailWrap .newsTitleWrap{
    border-bottom:1px solid #ededed;
    clear:both;
}
.newsTitleWrap {
    border-bottom:1px solid #ededed;
    text-align: center;
    margin-bottom:80px;
}
.newsTitleWrap h3{
    font-size:36px;
    font-weight:bold;
    color:#282b31;
    padding-bottom:70px;
}
.newsTitleWrap .newsCateWrap{
    padding-bottom:20px;
}
.newsTitleWrap .newsCateWrap li{
    width:200px;
}
.newsTitleWrap .newsCateWrap{
    display:flex;
    justify-content: space-around;
}
.newsCateWrap li,.newsCateWrap li a{
    color:#676c75;
}
.weixin,.weibo{
    width:32px;
    height:32px;
    display:inline-block;
    position: relative;
    background-position:0 0;
    background-repeat:no-repeat;
}
.weixin{
    background-image: url(../images/wx.png);
    margin-right:10px;
}
.weixin img{
    width: 100px;
    position: absolute;
    top: 33px;
    left: -30px;
    display:none;
}
.weixin:hover img{
    display:block;
}
.weibo{
    background-image: url(../images/wb.png);

}
.shareBox{
    display:flex;
    justify-content: flex-start;
    align-items:center;
}

.newsVideoBox{
    width: 751px;
    height: 491px;
    margin:0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: #e8e8e9 0 0 0.2rem;
}
.newsVideoBox .imgBox{
    width: 751px;
    height: 491px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.newsVideoBox .imgBox img{
    margin:0 auto!important;
}
.newsVideoBox .playBtn{
width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(../images/playBtn.png) 0 0 no-repeat #000;
    border-radius: 50%;
    opacity: 0.25;

}
.newsContentWrap p{
    font-size:20px;
    line-height:36px;
    color:#555555;
    text-indent:2em;
    padding-top:30px;
}
.newsContentWrap img{
    margin: 20px auto 0 auto!important;
    height: auto!important;
    box-shadow: #e8e8e9 0 0 0.2rem;
    
}
.tjWrap{
    display:flex;
    justify-content: space-between;
    border-top:1px solid #ededed;
    margin-top: 60px;
    
}
.tjWrap a{
    font-size:18px;
    padding:60px;
    width:580px;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color:#676c75;
}
.tjWrap a:last-child{
    text-align:right;
}
.fixed7 {
    background: linear-gradient(120deg, #735eed, #33b4f7);
}