
/* CSS Document */
body{font-family: "Source Han Sans CN";font-weight: bold;}
ul, ol {list-style: none;list-style-type: none;margin-block-start: 0;padding-inline-start: 0;}
p{line-height: 35px;}
::-webkit-scrollbar{width:0px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#dedede}
::-webkit-scrollbar-thumb:vertical{background-color:#333333;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#333333}
::-webkit-scrollbar-corner:vertical{background-color:#333333}
::-webkit-scrollbar-resizer:vertical{background-color:#333333;}

.gsjjtop{width: 100%;height: calc(50.4vw * 1080 / 1920);margin-bottom: 100px;}
.gsjjtop-main{width: 80%;margin: 0 auto;}
.gsjjtop-mainl{width: 56%;float: left;}
.gsjjtop-mainl img{width: 100%; border-radius: 8px;-webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px;}
.gsjjtop-mainl video{width: 100%; border-radius: 8px;-webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px;}
.gsjjtop-mainr{width: 40%;margin-left:4%; float: right;}
.gsjjtop-mainr-tit{font-size: 36px;color: #cf0707;line-height: 60px;}
.gsjjtop-mainr-tit2{font-size: 24px;color:#ff8503;}
.gsjjtop-mainr-txt{margin: 10px auto 0px;color:#00000070;height: calc(50.4vw * 1080 / 1920 - 165px);overflow: auto;}

/*.gsjjtop-mainr-txt{
    position: relative;
    background: #FFF no-repeat;
    background-image:
        -webkit-radial-gradient(50% 0, farthest-side, rgba(255,0,0,0.2), rgba(0,0,0,0)),
        -webkit-radial-gradient(50% 100%,farthest-side, rgba(255,0,0,0.2), rgba(0,0,0,0));
    background-image:
        -moz-radial-gradient(50% 0, farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0)),
        -moz-radial-gradient(50% 100%,farthest-side, rgba(0,0,0,0.2), rgba(0,0,0,0));
    background-image:
        radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.2), rgba(0,0,0,0)),
        radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.2), rgba(0,0,0,0));
    background-position: 0 0, 0 100%;
    background-size: 100% 14px;
}

.gsjjtop-mainr-txt:before,.gsjjtop-mainr-txt:after {
    content: "";
    position: relative;
    z-index: -1;
    display: block;
    height: 30px;
    margin: 0 0 -30px;
    background: -webkit-linear-gradient(top,#FFF,#FFF 30%,rgba(255,255,255,0));
    background:    -moz-linear-gradient(top,#FFF,#FFF 30%,rgba(255,255,255,0));
    background:   linear-gradient(to bottom,#FFF,#FFF 30%,rgba(255,255,255,0));
}
.gsjjtop-mainr-txt:after {
    margin: -30px 0 0;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0),#FFF 70%,#FFF);
    background:    -moz-linear-gradient(top,rgba(255,255,255,0),#FFF 70%,#FFF);
    background:   linear-gradient(to bottom,rgba(255,255,255,0),#FFF 70%,#FFF);
}*/

/*.gsjjtop-mainr-txt { 
    animation: fadeInAnimation ease 5s; 
    animation-iteration-count: 1; 
    animation-fill-mode: forwards; 
} 
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0;
    } 
    20% { 
        opacity: 0.2; 
    }
    40% { 
        opacity: 0.4; 
    }
    60% { 
        opacity: 0.6; 
    }
    80% { 
        opacity: 0.8; 
    }
    100% { 
        opacity: 1; 
    } 
}*/

.gsjjtop-mainr-txt p{font-size: 20px;margin: 15px 0;text-align: justify;}
/*.gsjjtop-mainr-txt p{
    display: inline-block;
    text-transform: uppercase;
    -webkit-animation: background 20s linear infinite;
    animation: background 20s linear infinite;
    background: 
        -webkit-linear-gradient(0deg, 
            rgba(220, 220, 220, 0) 0%, 
            rgba(210, 210, 210, 0.2) 10%, 
            rgba(200, 200, 200, 0.5) 20%, 
            rgba(190, 190, 190, 0.7) 30%, 
            rgba(180, 180, 180, 0.9) 40%, 
            rgba(150, 150, 150, 1) 50%, 
            rgba(120, 120, 120, 1) 60%, 
            rgba(90, 90, 90, 1) 70%, 
            rgba(60, 60, 60, 1) 80%, 
            rgba(30, 30, 30, 1) 90%, 
            rgba(0, 0, 0, 1) 100%);
    background: 
        linear-gradient(40deg, 
            rgba(220, 220, 220, 0) 0%, 
            rgba(210, 210, 210, 0.2) 10%, 
            rgba(200, 200, 200, 0.5) 20%, 
            rgba(190, 190, 190, 0.7) 30%, 
            rgba(180, 180, 180, 0.9) 40%, 
            rgba(150, 150, 150, 1) 50%, 
            rgba(120, 120, 120, 1) 60%, 
            rgba(99, 99, 99, 1) 70%, 
            rgba(89, 89, 89, 1) 80%, 
            rgba(79, 79, 79, 1) 90%, 
            rgba(59, 59, 59, 1) 100%);
    background-size: 1000% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
@-webkit-keyframes background {
0% {
background-position: 0% 50%
}
100% {
background-position: 100% 50%
}
}
@keyframes background {
0% {
background-position: 0% 50%
}
100% {
background-position: 100% 50%
}
}*/
.gsjjgd{width: 100%;clear: both;height: 180px;}
.gsjjgd-p{width: 90%;margin: 0 auto;font-size: 60px;letter-spacing: 40px;text-align: center;line-height: 180px;background: linear-gradient(to right,#cf0707 , #ff8503);-webkit-background-clip: text;color: transparent;}
.gsjjh{width: 100%;}
.gsjjh-tit{width: 80%;margin: 0 auto;}
.gsjjh-titl{font-size: 80px;color: #cf0707;float:left;height: 50px;line-height: 70px;}
.gsjjh-titr{margin-left: 10px;float: left;width: 80%;height: 100px;line-height: 100px;}
.gsjjh-titrt{font-size: 26px;line-height: 46px;color: #dedede;}
.gsjjh-titrb{font-size: 24px;line-height: 18px;color: #3b3b3b;}
.gsjjh-img{width: 80%;margin: 0 auto;}
.gsjjh-img ul li{width: 21.25%;margin-right: 2.5%;float: left;}
.gsjjh-img ul li:nth-child(2){margin-left: 2.5%;}
.gsjjh-img ul li:nth-child(3){margin-left: 2.5%;}
.gsjjh-img ul li:nth-child(4){margin-right: 0%; margin-left: 2.5%;}
.gsjjh-imgt{margin-bottom: 20px;}
.gsjjh-imgt img{width: 100%;}
.gsjjh-imgt video{width: 100%;}
.gsjjh-imgb{margin-top: 20px;}
.gsjjh-imgb img{width: 100%;}
.gsjjh-imgb video{width: 100%;}
.gsjjk{height: 40px;clear: both;}
.gsjjh-txt{clear: both;width: 80%;margin: 0 auto 200px;background: #eeeeee;border-radius: 8px 100px 8px 100px;-webkit-border-radius: 8px 100px 8px 100px; -moz-border-radius: 8px 100px 8px 100px; -o-border-radius: 8px 100px 8px 100px;padding-top:20px;}
.gsjjh-txt-sub,.gsjjh-txt-sup{font-size: 100px;color: #cf0707;line-height: 80px;height: 80px;}
.gsjjh-txt-sub{margin-left: 50px;margin-top: 20px;}
.gsjjh-txt-sup{margin-right: 50px;text-align: right;}
.gsjjh-txt-p{width: 80%;margin: 0 auto;/* padding: 50px 0; */}
.gsjjh-txt-p p{font-size: 24px;color: #00000070;line-height: 40px;margin: 15px 0;}
.gsjjm{width: 100%; margin:100px auto;}
.gsjjm-img{width: 80%;margin: 0 auto 40px;}
.gsjjm-img img{width:100%;border-radius:8px;-webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px;}
.gsjjm-img video{width:100%;border-radius:8px;-webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px;}
.gsjjs{width: 100%;margin-bottom: 150px;}
.gsjjs-t{width: 80%;margin: 0 auto;}
.gsjjs-t-l{width: 60%;float: left;}
.gsjjs-t-l img{width: 100%;border-radius:50px 8px 50px 8px;-webkit-border-radius: 50px 8px 50px 8px; -moz-border-radius: 50px 8px 50px 8px; -o-border-radius: 50px 8px 50px 8px;margin: 40px auto;}
.gsjjs-t-l video{width: 100%;border-radius:50px 8px 50px 8px;-webkit-border-radius: 50px 8px 50px 8px; -moz-border-radius: 50px 8px 50px 8px; -o-border-radius: 50px 8px 50px 8px;margin: 40px auto 120px;}
.gsjjs-t-r{width: 35%;float: right;margin-top: 40px;}
.gsjjs-t-r-t{height: 70px;border-bottom: 10px solid #cf0707;width: 60%;float: right;font-size: 30px;color: #00000070;text-align: right;}
.gsjjs-t-r-b{font-size: 20px;color: #00000070;float: left;margin-top: 40px;}
.gsjjs-b{width: 80%;margin: 0 auto 200px;clear:both;}
.gsjjs-b p{margin: 15px 0;font-size: 21px;color: #00000070;text-align: justify;line-height: 40px;}




.gsjjs{width: 100%;clear: both;margin-bottom: 100px;}
.gsjjs-tit{width: 80%;margin: 0 auto;height: 100px;}
.gsjjs-titl{font-size: 80px;color: #cf0707;float:left;height: 50px;line-height: 70px;}
.gsjjs-titr{margin-left: 10px;float: left;width: 80%;height: 100px;line-height: 100px;}
.gsjjs-titrt{font-size: 26px;line-height: 46px;color: #dedede;}
.gsjjs-titrb{font-size: 24px;line-height: 18px;color: #3b3b3b;}

.gsjjs-bg{width: 80%;height: calc(21.6vw * 730 / 469 + 130px);border-radius: 100px 8px;-webkit-border-radius: 100px 8px 100px 8px; -moz-border-radius: 100px 8px 100px 8px; -o-border-radius: 100px 8px 100px 8px;background: #eeeeee;margin: 0 auto 200px;}
.gsjjs-bot{width: 80%;margin: 0 auto;}
.gsjjs-botleft{width: 30%;float: left;margin: 100px auto;}
.gsjjs-botleft img{width: 100%;margin: 0 auto;}
.gsjjs-botleft video{width: 80%; margin: 0 auto;}
.gsjjs-botleft-txt{background: url("../images/sjlnbgline.png") no-repeat;background-size: 100%;margin-top: 120px;}
.gsjjs-botleft-txt p{font-size: 170px;color: #3b3b3b;text-align: center;line-height: 170px;letter-spacing: 30px;}
.gsjjs-botright{width: 60%;float: right;margin-top: 30px;height: calc(21.6vw * 730 / 469 + 50px);overflow: auto;}
.gsjjs-botright p{font-size: 20px;color: #00000070;line-height: 40px;margin: 15px 0;text-align: justify;}




.gsjjs-qywh{float:right;width: 60%;/* height: 60px; */}
.gsjjs-qywh p{font-size: 26px;color: #00000070;float: right;margin-top: 20px;text-indent: 0;text-align: right;}

.gsjjs-qywh-img{width: 100%;margin: 0 auto;}
.gsjjs-qywh-img img{width: 100%;margin: 0 auto;}
.gsjjs-qywh-b{width: 80%;margin: 0 auto 40px;clear:both;}
.gsjjs-qywh-b1{width: 80%;margin: 0 auto 40px;clear:both;display: none;}
.gsjjs-qywh-bt{margin-top: 100px;}
.gsjjs-qywh-bt p{text-indent: 0;text-align: center;font-size: 30px;line-height: 80px;color: #00000070;width: 20%;margin: 0 auto;}
.gsjjs-qywh-b-l{width: 50%;float: left;text-indent: 0;text-align: right;}
.gsjjs-qywh-b-r{width: 50%;float: right;text-indent: 0;text-align: left;}
.gsjjs-qywh-b-l p,.gsjjs-qywh-b-r p{font-size: 26px;color: #00000070;line-height: 50px;/*text-indent: 0;*/border-bottom: 5px solid #fdfdfd;}
.gsjjs-qywh-b-b{width: 50%;margin: 0 auto;/* text-align: center; *//* float: none; */clear: both;/* margin-bottom: 100px; */}
.gsjjs-qywh-b-b p{font-size: 28px;color: #00000070;line-height: 50px;text-align: center;/* text-indent: 0; */}

.yjsm{width: 100%;color: #cf0707;padding-top: 120px;clear: both;}
.yjsm{height: 420px;}
.yjsm:nth-child(2){height: 640px;}
.yjsm p{text-align: center;line-height: 46px;font-size: 45px;margin: 0 auto;text-indent: 0;}
.yjsm .yjyw{font-size: 20px;}
.yjsm .yjbm{width: 15%;margin: 0 auto;border-bottom: 1px solid #cf0707;}
.yjsm .yjsm-p,.yjsm-pm{color: #868686;text-align: center;line-height: 36px;font-size: 30px;margin: 30px auto 0;}
.yjsm .yjsm-pm{font-size: 20px;line-height: 26px;color: #86868644;}
.yjsm .yjsm-p2{width:80%;text-align: center;line-height: 36px;font-size: 20px;margin: 20px auto;text-indent: 0;color:#86868688;}
.yjsm .yjsm-p3{width:80%;text-align: center;line-height: 26px;font-size: 16px;margin: 10px auto;text-indent: 0;color:#86868648;}



.yjsm1{height: 200px;width: 100%;color: #cf0707;padding-top: 40px;clear: both;}

.yjsm1 p{text-align: center;line-height: 46px;font-size: 45px;margin: 0 auto;text-indent: 0;}
.yjsm1 .yjyw{font-size: 20px;}
.yjsm1 .yjbm{width: 10%;margin: 0 auto;border-bottom: 1px solid #cf0707;}
.yjsm1 .yjsm-p,.yjsm-pm{color: #868686;text-align: center;line-height: 36px;font-size: 30px;margin: 30px auto 0;}
.yjsm1 .yjsm-pm{font-size: 20px;line-height: 26px;color: #86868644;}
.yjsm1 .yjsm-p2{width:80%;text-align: center;line-height: 36px;font-size: 20px;margin: 20px auto;text-indent: 0;color:#86868688;}
.yjsm1 .yjsm-p3{width:80%;text-align: center;line-height: 26px;font-size: 16px;margin: 10px auto;text-indent: 0;color:#86868648;}


.sixc{width: 80%;height: 250px;margin: 0 auto; clear: both;}
.sixc .sixc-l{width: 45%;height: 220px; float: left; margin-right:1.5%; background: url("../images/gywm/dn.png") no-repeat #eeeeee;background-size: 65%;background-position: center;  }
.sixc .sixc-m{width: 7%;height: 220px; float: left; }
.sixc .sixc-r{width: 45%;height: 220px; float: left; margin-left:1.5%;  background: url("../images/gywm/dw.png") no-repeat #eeeeee;background-size: 65%;background-position: center;  }
.sixc-l p ,.sixc-r p{font-size: 22px;color: #868686;margin: 74px auto;width: 90%;text-indent: 2em;}
.sixc-m p{width: 30%;font-size: 34px;color: #ffffff;margin: 41px auto;text-indent: 0;}

.sixc-l-bgn{font-size: 80px;color: #ffffff20;margin: 0 auto;width: 100%;height: 100%;z-index: -1;}


.sixc:nth-child(n) .sixc-l,.sixc:nth-child(n) .sixc-m,.sixc:nth-child(n) .sixc-r{border-radius: 50px 8px 50px 8px;}
.sixc:nth-child(2n) .sixc-l,.sixc:nth-child(2n) .sixc-m,.sixc:nth-child(2n) .sixc-r{border-radius: 8px 50px 8px 50px;}
.sixc:nth-child(n) .sixc-m{background: #F97504;}
.sixc:nth-child(2n) .sixc-m{background: #cf0707;}



@media only screen and (min-width:2000px) {
.gsjjtop-mainr-txt p{font-size: 26px;margin: 15px 0;text-align: justify;line-height: 53px;}
    .gsjjh-txt-p p{font-size: 27px;color: #00000070;line-height: 55px;margin: 15px 0;}
.gsjjs-botright p{font-size: 26px;color: #00000070;line-height: 50px;margin: 15px 0;text-align: justify;}
.gsjjs-qywh-img img{width: 100%;}
}


@media only screen and (max-width:1880px){
    .gsjjtop-mainr-txt{margin: 10px auto 0px;}
    .sixc-l p ,.sixc-r p{font-size: 22px;margin: 55px auto;}
}
@media only screen and (max-width:1840px){
    .gsjjtop-mainr-txt p{font-size: 18px;line-height: 30px;}
}
@media only screen and (max-width:1660px){
    .gsjjtop-mainr{width: 41%;margin-left: 3%;}
    .gsjjtop-mainr-txt{margin: 10px auto 0;height: calc(50.4vw * 1080 / 1920 - 108px); overflow: overlay;}
    .gsjjtop-mainr-txt p{font-size: 18px;line-height: 30px;}
    .yjsm p{font-size: 36px;}
    .yjsm .yjyw{font-size: 16px;}
    .yjsm .yjsm-p,.yjsm-pm{font-size: 22px;}
    .yjsm .yjsm-pm{font-size: 14px;line-height: 26px;}
    
    .yjsm1 p{font-size: 36px;}
    .yjsm1 .yjyw{font-size: 16px;}
    .yjsm1 .yjsm-p,.yjsm-pm{font-size: 22px;}
    .yjsm1 .yjsm-pm{font-size: 14px;line-height: 26px;}
}
@media only screen and (max-width:1440px){
    .gsjjtop-mainr-tit2{overflow: hidden;height: 30px;line-height: 30px;}
    .gsjjtop-mainr-txt{margin: 10px auto 0;height: calc(47vw * 1080 / 1920 - 108px);overflow: overlay;}
    .gsjjtop-mainr-txt p{font-size: 16px;line-height: 25px;}
    
    
    .gsjjs-botleft{width: 35%;margin: 60px auto;}
    .gsjjs-botright{overflow: auto;}
    .sixc-l p ,.sixc-r p{font-size: 18px;margin: 55px auto;}
    .gsjjs-t-r-t{width:80%;}
    
}

@media only screen and (max-width:1280px){
    .gsjjtop-mainr-txt{margin: 10px auto;}
    .gsjjtop-mainr-tit2{font-size: 22px;}
    
    .gsjjs-qywh-b-l p,.gsjjs-qywh-b-r p{font-size: 22px;}
}
@media only screen and (max-width:1165px){
    .gsjjs-t-r-t{width:93%;}
}
@media only screen and (max-width:1100px){
    .gsjjs-qywh-b-l p,.gsjjs-qywh-b-r p{font-size: 20px;}
    .sixc:nth-child(n) .sixc-l,.sixc:nth-child(n) .sixc-m,.sixc:nth-child(2n) .sixc-r{border-radius: 30px 8px 30px 8px;}
    .sixc:nth-child(2n) .sixc-l,.sixc:nth-child(2n) .sixc-m,.sixc:nth-child(2n) .sixc-r{border-radius: 8px 30px 8px 30px;}
    .sixc-m p{width: 48%;font-size: 26px;}
    .sixc-l p ,.sixc-r p{margin: 40px auto;}
}

@media only screen and (max-width:1024px){
    .gsjjh-txt-sub{margin-left: 5%;}
    .gsjjh-txt-sup{margin-right: 5%;}
    .gsjjh-txt{width: 90%;}
    .gsjjtop-main{width: 90%;}
    .gsjjtop-mainr-txt{height: calc(52vw * 1080 / 1920 - 108px);}
   
    .gsjjgd-p{width: 90%;}
    .gsjjh-tit{width: 90%;}
    .gsjjh-img{width: 90%;}
    .gsjjh-txt-p{width: 80%;}
    .gsjjm-img{width: 90%;}
    .gsjjs-t{width: 90%;}
    .gsjjs-b{width: 90%;}
    .gsjjh-titl{font-size: 60px;}
    .gsjjh-titrt{font-size: 16px;line-height: 36px;}
    .gsjjs-t-r-t{height: 20px;border-bottom: none;}
    .gsjjs-t-l{width: 100%;}
    .gsjjs-t-r{width: 100%;height: 50px;}
    .sjlntoptit3{margin: 0px auto 30px;}
    .sjlntoptit3 span{font-size: 15px;}
    .sjlntop{margin-bottom: 40px;}
    .gsjjtop-mainr-tit2{font-size: 18px;height: 30px;line-height: 30px;overflow: hidden;}
    .gsjjh-txt-p p{font-size: 20px;}
    .gsjjs-tit{width: 90%;}
    
    
    .gsjjs-bg{width: 90%;height: calc(24.3vw * 730 / 469 + 130px);}
    .gsjjs-botright{height: calc(24.3vw * 730 / 469 + 50px);}
    .gsjjs-t-r-t{width: 100%;text-align: center;}
    .gsjjs-qywh{width: 100%;margin: 0 auto;}
    .gsjjs-qywh p{text-align: center;float: none;}
    .gsjjs-qywh-b{width: 90%;display: none;}
    .gsjjs-qywh-b1{width: 90%;display: block;}
    .gsjjs-qywh-bt p{width: 90%;}
    
    .gsjjs-botleft-txt p{letter-spacing: 0;}
    .gsjjs-mut-right{margin: 60px 0 0;}
    .gsjjs-mut-righttit p:nth-child(1){font-size: 30px;line-height: 48px;}
    
    
    .yjsm:nth-child(2){height: 800px;}
    .yjsm .yjsm-p,.yjsm-pm,.yjsm .yjsm-p2,.yjsm .yjsm-p3{width: 90%;}
    .yjsm1 .yjsm-p2,.yjsm1 .yjsm-p3{width: 90%;}
    
    .sixc{width: 90%;height: 210px;}
    .sixc .sixc-l,.sixc .sixc-m,.sixc .sixc-r{height: 180px;}
    .sixc-m p {width: 35%;font-size: 22px;margin: 21px auto;}
}
@media only screen and (max-width:926px){
.gsjjtop-mainr-tit2{height: 30px;line-height: 30px;overflow: hidden;}
}
@media only screen and (max-width:768px){
    .gsjjs-t-l img{border-radius:50px 8px 50px 8px;-webkit-border-radius: 50px 8px 50px 8px; -moz-border-radius: 50px 8px 50px 8px; -o-border-radius: 50px 8px 50px 8px;}
    .gsjjs-t-l video{border-radius:50px 8px 50px 8px;-webkit-border-radius: 50px 8px 50px 8px; -moz-border-radius: 50px 8px 50px 8px; -o-border-radius: 50px 8px 50px 8px;}
    .gsjjh-txt-sub,.gsjjh-txt-sup{font-size: 70px;}
/*  .gsjjh-txt-sub{margin-left: 10%;}
    .gsjjh-txt-sup{margin-right: 10%;}*/
    .gsjjh-titl{font-size: 55px;line-height: 60px;}
    .gsjjh-titrt{font-size: 16px;line-height: 30px;}
    .gsjjs-t-r-t{height: 20px;}
    .gsjjs-t-l{width: 100%;}
    .gsjjs-t-r{width: 100%;height: 50px;margin-top: 0;}
    .sjlntoptit3{margin: 0px auto 30px;}
    .sjlntoptit3 span{font-size: 15px;}
    .sjlntop{margin-bottom: 40px;}
    .gsjjtop-mainr-tit2{font-size: 14px;}
    .gsjjh-txt-p p{font-size: 16px;line-height: 30px;}
    .gsjjs-b p{font-size: 16px;line-height: 30px;}
    .gsjjtop-mainl{width: 100%;}
    .gsjjtop-mainr{width: 100%;margin-bottom: 50px;}
    .gsjjtop-mainr-tit{font-size: 30px;}
    .gsjjtop-mainr-txt{height: 400px;}
    .gsjjs-t-r-b{font-size: 16px;line-height: 30px;}
    .gsjjtop-mainr-txt p{font-size: 16px;line-height: 30px;}
    
    
    .gsjjs-bg{height: 1200px;}
    .gsjjs-botleft{width: 100%;margin: 40px auto;}
    .gsjjs-botleft img{width: 100%;padding: 5% 20%;}
    .gsjjs-botleft video{width: 100%;padding: 5% 20%;}
    .gsjjs-botright{width: 100%;height: 460px;}
    .gsjjs-mut-righttit{width: 77%;}
    
    .gsjjs-botright p{font-size: 16px;line-height: 30px;}
    
    .gsjjs-qywh-b-l{width:90%;float:none;text-align: center;}
    .gsjjs-qywh-b-r{width: 90%;float:none;text-align: center;}
    .gsjjs-qywh-b-b{width: 90%;float:none;text-align: center;}
    .gsjjs-qywh-b-b p{font-size:20px;}
    
    
    .yjsm{height: 300px;width: 90%;margin: 0 auto;}
    .yjsm:nth-child(2){height: 400px;padding-top: 10px;}
    .yjsm .yjbm{width: 30%;}
    .yjsm p{font-size: 26px;line-height: 26px;}
    .yjsm .yjyw {font-size: 13px;}
    .yjsm .yjsm-p,.yjsm-pm{font-size: 15px;line-height: 25px;}
    .yjsm .yjsm-pm{font-size: 12px;line-height: 16px;}
    .yjsm .yjsm-p2{font-size: 13px;line-height: 17px;}
    .yjsm .yjsm-p3{font-size: 11px;line-height: 15px;}
    
    .yjsm1{height: 100px;width: 90%;margin: 0 auto;padding-top: 20px;}
    .yjsm1 .yjbm{width: 30%;}
    .yjsm1 p{font-size: 26px;line-height: 26px;}
    .yjsm1 .yjyw {font-size: 13px;}
    .yjsm1 .yjsm-p,.yjsm-pm{font-size: 15px;line-height: 25px;}
    .yjsm1 .yjsm-pm{font-size: 12px;line-height: 16px;}
    .yjsm1 .yjsm-p2{font-size: 13px;line-height: 17px;}
    .yjsm1 .yjsm-p3{font-size: 11px;line-height: 15px;}
    
    .sixc{height: 190px;}
    .sixc-l p ,.sixc-r p{margin: 40px auto;font-size: 16px;line-height: 24px;}
    .sixc-m p {width: 35%;font-size: 18px;margin: 21px auto;}
}

@media only screen and (max-width:640px){
    .gsjjs-t-r-t {border-bottom: 0;}
    .gsjjs-bg{height: 1100px;}
    .gsjjs-qywh {width: 100%;}
    .gsjjs-t-l video{margin-bottom: 20px;}
    .gsjjs-t-r {margin-bottom: 40px;}
    .gsjjs-qywh-b-l p, .gsjjs-qywh-b-r p,.gsjjs-qywh-b-b p{text-indent: 0;}
    .gsjjs-qywh-b-l,.gsjjs-qywh-b-r,.gsjjs-qywh-b-b{width:100%;}
    
    .yjsm:nth-child(2){height: 400px;padding-top: 10px;}
    .sixc-m p {width: 50%;}
}
@media only screen and (max-width:620px){
    .sixc-l p ,.sixc-r p{margin: 30px auto;font-size: 16px;line-height: 24px;}
}
@media only screen and (max-width:482px){
    .yjsm:nth-child(2) {height: 480px;}
    .sixc-l p ,.sixc-r p{margin: 20px auto;font-size: 15px;line-height: 24px;}
    .sixc-m p {width: 60%;}
}

@media only screen and (max-width:440px){
    .gsjjs-bg{height: 950px;}
    .gsjjs-mut-left{height: 550px;width: 100%;}
    .gsjjs-mut-right{margin: 60px 0 0;width: 100%;}
    .gsjjs-mut-righttit{width: 80%;margin: 50px 0;}
    .gsjjs-qywh-b-l p,.gsjjs-qywh-b-r p{font-size: 16px;}
    .gsjjs-qywh-b-l{width:100%;float:none;text-align: center;}
    .gsjjs-qywh-b-r{width: 100%;float:none;text-align: center;}
    
    .yjsm:nth-child(2){height: 550px;padding-top: 10px;}
    .yjsm .yjbm{width: 55%;}
    .yjsm1 .yjbm{width: 55%;}
    .sixc-l p ,.sixc-r p{margin: 39px auto;font-size: 13px;line-height: 20px;}
    .sixc-m p {width: 75%;}
}

@media only screen and (max-width:380px){
    .yjsm:nth-child(2){height: 660px;padding-top: 10px;}
}