@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:1200px;}
.pr{position:relative;}
.pa{position:absolute;}
.fl{float: left;}
.fr{float: right;}

.wrap{min-width:1200px !important;_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1202?'1200px':'');}
.wrap{background:url(../images/bg.jpg) no-repeat 50% 0;position:relative;}
.container{width:1200px;margin:0 auto;position:relative;}
.head{background:url(../images/bg1.jpg) no-repeat 50% 0;height:1100px;}

.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;}

.back{ width:161px; height:198px; position:fixed; right:20px; top:50%;margin-top: -66px; display:block; background:url(../images/back.png) no-repeat; z-index:2;animation:pulse1 2.5s .7s ease-in-out both infinite;}
@keyframes pulse1{
	0%{transform:translateY(-2px)}
	50%{transform:translateY(10px)}
	100%{transform:translateY(-2px)}
}
.slo{ position: relative; top:200px; left:260px; width:636px; height:51px; background:url(../images/slo.png) 0 0 no-repeat;}
.light-effect {
            position: absolute;
            top:0;
            left:0;
            width:180px;
            height:100%;
            background: linear-gradient(
                90deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.6) 50%,
                rgba(255, 255, 255, 0) 100%
            );
            transform: skewX(-30deg);
            pointer-events: none;
            opacity: 0;
        }
 @keyframes sweep {
            0% {
                left: -100px;
                opacity: 0;
            }
            50% {
                opacity: 1;
            }
            100% {
                left: 100%;
                opacity: 0;
            }
          }


.sd45{ position:absolute; top:180px;right:4px;
        animation-name: scaleDraw; /*关键帧名称*/
		animation-timing-function: ease-in-out; /*动画的速度曲线*/
		animation-iteration-count: infinite; /*动画播放的次数*/
		animation-duration: 5s; /*动画所花费的时间*/

	}
@keyframes scaleDraw {
	  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	  0% {
	    transform: scale(1); /*开始为原始大小*/
	  }
	  25% {
	    transform: scale(1.2); /*放大1.1倍*/
	  }
	  50% {
	    transform: scale(1);
	  }
	  75% {
	    transform: scale(1.2);
		}
     }

.zj,.ck,.long,.md{ width:169px; height:47px; position:absolute; display:block;}
.zj{ background:url(../images/zj.png) 0 0 no-repeat; top:640px; left:390px;}
.ck{ background:url(../images/ck.png) 0 0 no-repeat;top:550px; left:390px;}
.long{ background:url(../images/pet.png) 0 0 no-repeat;top:550px; right:400px; }
.md{ background:url(../images/md.png) 0 0 no-repeat; top:640px; right:400px; }

.list a{transition: all 0.8s; display:block;}
.list a:hover{cursor:pointer;transform: translateY(-10px);}


.list a:nth-child(1){ -webkit-animation: swing 2.7s  infinite ease-in-out; transform-origin:50% 0;}
.list a:nth-child(2){ -webkit-animation: swing 2.7s .3s infinite ease-in-out; transform-origin:50% 0;}
.list a:nth-child(3){ -webkit-animation: swing 2.7s .5s infinite ease-in-out; transform-origin:50% 0;}
.list a:nth-child(4){ -webkit-animation:swing 2.7s .7s infinite ease-in-out; transform-origin:50% 0;}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(-4deg);
        filter:brightness(100%);
    }

    50% {
        -webkit-transform: rotate(4deg);
        filter:brightness(110%);
    }

    100% {
        -webkit-transform: rotate(-4deg);
        filter:brightness(100%);
    }
}



.theme-popover-mask{z-index:998; display:block;position:fixed;top:0;left:0; background:url(../images/zhezhao.png) repeat;width:100%;height:100%;filter:alpha(opacity=50);-moz-opacity:0.5; display:none}
.theme-popover{z-index:999999;position:fixed;top:50%;left:50%;width:1068px;height:665px;margin:-320px 0 0 -522px;display:none;background:url(../images/tc.png) no-repeat;}
.theme-poptit{position:absolute; right:10px; top:10px; z-index:9999; width:80px; height:70px; } 
.close{width:80px; height:70px; display:block; }

.theme-popover1{z-index:999999;position:fixed;top:50%;left:50%;width:1068px;height:665px;margin:-320px 0 0 -522px;display:none;background:url(../images/mdtc.png) no-repeat;}
.theme-poptit1{position:absolute; right:10px; top:10px; z-index:9999; width:80px; height:70px; } 
.close{width:80px; height:70px; display:block; }

.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: #139428; border-radius:28px;}
.qq::-webkit-scrollbar-thumb{background-color: #139428; border-radius:28px;}
.qq::-webkit-scrollbar-thumb:hover{ background:#139428;}

.qq{width:1000px; height:505px;  float:left; margin:96px 0 0 36px; position:relative; overflow-y:scroll}
.pop_tab2{ width:60%; height:auto;border-right:1px solid #000; float:left; }
.pop_tab2 tr th{ color: #fff; font-size:16px; height:30px; /*text-shadow: 0 1px 1px #000; */}
.pop_tab2 tr td{ text-align:center; color:#000; font-size:13px; padding: 4px 4px;}
.pop_tab1{ width:39%; height:auto; float:left; }
.pop_tab1 tr th{ color:#fff; font-size:16px; height:30px; /*text-shadow: 0 1px 1px #000; */}
.pop_tab1 tr td{ text-align:center; color:#000; font-size:13px; padding: 4px 0px;}

.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: #603c88; border-radius:28px;}
.qq1::-webkit-scrollbar-thumb{background-color: #603c88; border-radius:28px;}
.qq1::-webkit-scrollbar-thumb:hover{ background:#603c88;}

.qq1{width:1000px; height:510px; overflow-y:scroll; float:left; margin:86px 0 0 46px; position:relative;}

.pop_tab{ width:60%; float:left; margin:20px 0 0 180px;}
.pop_tab tr th{text-align: center; color: #fff; font-size:14px; height:30px;  border: 1px solid #000;}
.pop_tab tr td{text-align: center; color: #000; font-size:12px;  border: 1px solid #000; padding: 2px 0px;}



.exdiv{ padding:10px 10px; position:absolute; bottom:106px; left:110px;box-sizing: border-box; }
.exc{ width:960px; float:left; font-size:12px; }
.exc p{ float:left; font-size:12px;padding:4px 8px;}
.exc .tit{float:left; height:auto; font-size:14px; padding:2px 0 0 366px; text-align:center;font-weight:bold;}

/*声明 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,h1,h2,span,div{font-family: 'syht';}





