@charset "utf-8";
/* CSS Document */

/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
fieldset,img,abbr,acronym{border:0;}
iframe{position: absolute;}
:focus{outline: none;}

.c:before,.c:after {content:"";display:table;}
.c:after {clear:both;}
.c {zoom:1;}
a {text-decoration:none;}
a:hover{text-decoration:none;animation: Light 0s linear both;}
body{font: 12px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;text-align:justify;overflow-x: hidden;}
body,html{min-width:1366px;}
.pr{position:relative;}
.pa{position:absolute;}
.fl{float: left;}
.fr{float: right;}

.wrap{min-width:1366px !important;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1367?'1366px':'');}
.wrap{background:url(../images/bg.jpg) no-repeat 50% 0;position:relative;}
.container{width:1366px;margin:0 auto;position:relative;}
.head{background:url(../images/bg1.jpg) no-repeat 50% 0;height:1178px;}

.rj_logo{ width:190px; height:90px; background:url(../images/rj_logo.png) 0 0 no-repeat;position:absolute;top:2px;left:30px}
.j_lo{ width:190px; height:100px; float:left; display:block;}
.rj_nav{ width:330px;position: absolute;top:10px;left:390px;}


.content{width:1366px;height:720px;position: relative;top:370px;}
.hn_l{width:217px; height:600px; position:absolute;top:0; left:20px; z-index:2 }
.hn_r{width:217px; height:600px; position:absolute;top:0; right:20px; z-index:2}
.xxk{ width:870px; height:700px;position:absolute; top:0px; left:240px;z-index:1;}
.hn_l img{ float:left; margin:0px 0 0 2px;}
.hn_r img{ float:left; margin:0px 0 0 2px;}

#cen_right_top{width:1366px; height:auto; float:left; position:absolute;top:0; }
#cen_right_top .hn_l .active{width:217px;height:57px;cursor:pointer;transform:translateX(20px);filter: brightness(1.4);}
#cen_right_top .hn_r .active{width:217px;height:57px;cursor:pointer;transform:translateX(-20px);filter: brightness(1.4);}
#cen_right_top .hn_l h3{width:217px;height:57px;margin-bottom:19px;background:url(../images/btnl_bg.png) no-repeat;cursor:pointer;transition: all 0.8s;}
#cen_right_top .hn_r h3{width:217px;height:57px;margin-bottom:19px;background:url(../images/btnr_bg.png) no-repeat;cursor:pointer;transition: all 0.8s;}
#cen_right_top .hn_l h3:hover{cursor:pointer;transform: translateX(10px);filter: brightness(1.4);}
#cen_right_top .hn_r h3:hover{cursor:pointer;transform: translateX(-10px);filter: brightness(1.4);}
#cen_right_top .div{display:none; float:left; position:relative;}


.qq::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);background-color: #ffffff; border-radius:28px;}
.qq::-webkit-scrollbar{width:16px;background-color:#995038; border-radius:28px;}
.qq::-webkit-scrollbar-thumb{background-color: #995038; border-radius:28px;}
.qq::-webkit-scrollbar-thumb:hover{ background:#995038;}

.qq{width:714px; height:430px; overflow-y:scroll; float:left; margin:22px 0 0 28px; position:relative;}
.qq p{ width:96%; height:auto; float:left; font-size:14px; line-height:14px; padding:5px 0; line-height:24px;}

.qq1::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);background-color: #ffffff; border-radius:28px;}
.qq1::-webkit-scrollbar{width:16px;background-color:#7d13bb; border-radius:28px;}
.qq1::-webkit-scrollbar-thumb{background-color: #7d13bb; border-radius:28px;}
.qq1::-webkit-scrollbar-thumb:hover{ background:#7d13bb;}

.qq1{width:864px; height:620px; overflow-y:scroll; float:left;  position:relative;}
.qq1 p{ width:98%; height:auto; font-size:14px; line-height:14px; padding:5px 0; line-height:24px;}

.aaa {
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0, rgb(0, 0, 0) 33.33%, rgba(0, 0, 0, 0) 66.66%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 0%;
  opacity: 1;
  z-index: 30;
  animation: aaa 1.2s linear 1 both;

}

@keyframes aaa {
  0% {
    -webkit-mask-position: 100% 0%;
  }
  100% {
    -webkit-mask-position: 0% 0%;
  }
  
}


/*声明 WebFont*/
@font-face {
    font-family: 'syht';
    src: url('../font/syht.eot');
    src:
    url('../font/syht.eot?#font-spider') format('embedded-opentype'),
    url('../font/syht.woff') format('woff'),
    url('../font/syht.ttf') format('truetype'),
    url('../font/syht.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

td,th,p,span,div{font-family: 'syht';}


