@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; word-break: break-all; word-wrap: break-word;}
html { background: url(https://vhimg1.ptallenvery.com/773174/images/nentrang1.jpg) #fff; background-attachment: fixed; background-size: 100%;}
body { width: 100%; max-width: 800px; min-height: 100vh; margin: 0 auto; line-height: 1.5; font-size: 14px; font-family: '微软雅黑', Arial, Helvetica, sans-serif;}
input, select, button, textarea { margin: 0; padding: 0; vertical-align: middle; font-size: 100%; color: inherit; border: 0; font-family: inherit; outline: none; resize: none;}
input[type="text"] { -webkit-appearance: none;}
ol, ul {list-style: none;}
img { max-width: 100%; vertical-align: middle;}
a { text-decoration: none; color: inherit;}
:focus { outline: 0;}
table {	border-collapse: collapse; border-spacing: 0; line-height: 1.5;}

.pad { padding: 4px 4px;}
.box { margin: 0px 0 0 0; border-radius: 5px; overflow: hidden; background: #738c61;}
@media screen and (max-width:800px){ 
.box { margin: 0px 0px 0 0px;}
}

.bigimg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
	display: none;
    margin: auto;
    z-index: 9999;
}



div#channel04 {
    background-color: #c0c0c0;
}

.anmao1 { overflow: hidden; position: relative;}
.anmao2 { width: 91px; height: 91px; position: absolute; top: -91px;}

.header-top1{ max-width: 800px; height:90px; position: fixed; top: 0; left: 0; right: 0; margin: auto; border-radius: 0 0 5px 5px; z-index: 9;}
.header-top1-blank { height: 230px;}
.header-top2{ max-width: 800px; height:50px; position: fixed; top: 0; left: 0; right: 0; margin: auto; border-radius: 0 0 5px 5px; z-index: 9;}
.header-top2-blank { height: 50px;}

.header { border-radius: 0 0 5px 5px; background-color: #4a8977;}

.head-title-img {}
.head-title-img img { display: block; position: absolute; left: 50%; margin-left: -30px; width: 60px; height: 60px; box-shadow: 0px 0px 20px #00d6ff; border-radius: 50%;}
.header .logo-box { display: flex; align-items: center; height: 60px; padding: 0 10px;}
.header .logo-box.line { border-bottom: solid 3px #f200f4; background-color: #4a8977;}
.header .logo-box .logo { flex: 1;}
.header .logo-box .logo img { width: auto; height: 60px; margin-left: -9px;}
.header .logo-box .bank { line-height: 1.5; font-size: 12px; color: #00f4f2;} 
.header .logo-box .bank img { width: 45px; height: 35px; margin: 0 auto; display: block; background: #ff009e;}
.header .nav { color: #fff;}
.header .nav ul { display: flex;}
.header .nav ul li { flex: 1; text-align: center;}
.header .nav ul li a { height: 35px; line-height: 35px; display: block; background-color: 463b49; color: #ffff00; margin: 1px;}
.header .nav ul li a:hover { background: #007e31;}
@media screen and (max-width:800px){ 
.header .head-title-img img { left: 78%;}
.header .logo-box { padding: 0 5px;}
.header .nav { font-size: 10px;}
}

.news-box { display: flex; height: 35px; line-height: 35px; padding: 0 0px; color: #fff;}
.news-box .news-title img { width: 35px; height: 35px; margin-right: 5px;}
.news-box .txtMarquee-left { flex: 1;}



.list-title { background: linear-gradient(transparent,#ccooff); color: #fff; text-shadow: 0px 0px 10px #f00; border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; height: 40px; line-height: 40px; font-size: 24px; text-align: center; border-bottom: 1px solid #000; text-shadow: 1px 4px 1px rgba(0,0,0,.5); font-weight: bold; border-radius: 5px 5px 0 0;}

.tiezi { table-layout: fixed; border: 0; background: url(../images/img1.png) bottom right no-repeat #fff;}
.tiezi td { padding-left: 40px; background: url(../images/tj.gif) 5px center no-repeat; overflow: hidden; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: 0; border-bottom: 1px solid #6dbf8a; font-size: 16px;}
.tiezi td a {display: block; padding: 5px 0; font-weight: bold; padding-right: 22px; overflow: hidden; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; background: url(../images/arrow.png) center right no-repeat;}
@media screen and (max-width:800px){
.tiezi td { font-size: 14px;}
}


.beouu { line-height: 1; text-align: center; font-size: 16px; font-weight: bold; background: #e7f1fd;}
.beouu ul { display: flex; justify-content: space-around;}
.beouu ul li {}
.beouu ul li a { padding: 5px 3px 8px 3px;}
.beouu ul li a img { margin-bottom: 5px;animation-duration:4s;	animation-fill-mode:both;}
.beouu ul li a span { display: block; text-shadow: 0px 2px 1px #ff9c00;}
@media screen and (max-width: 720px) {
.beouu { font-size: 14.5px;}
}

.beouu ul li:nth-child(1) a img,.subnav ul li:nth-child(2) a img{
	animation-name:fadeInLeft;
}
.beouu ul li:nth-child(3) a img{
	animation-name:bounceInDown;
}
.beouu ul li:nth-child(4) a img,.subnav ul li:nth-child(5) a img{
	animation-name:fadeInRight;
}

@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}
@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}
@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}
.beouu a:hover{
	animation-name:pulse;
	animation-duration:1s;
	animation-fill-mode:both;
}

.text-box { height: 200px; padding-left: 294px; background: url(../images/zgl.png) left top no-repeat;}
.img-title { padding-top: 40px; box-sizing: border-box; height: 212px; text-align: center;}
.img-title h1{ font-size: 52px; line-height: 1; margin-bottom: 0.6em; letter-spacing: 6px; text-shadow: 0px 2px 1px #000; color: #f00;}
.img-title h2{ font-size: 24px; line-height: 1; color: #0060ff; letter-spacing: 13px; text-shadow: 0px 2px 1px #000;}
@media screen and (max-width:800px){
.text-box { padding-left: 0;}
}


.footer{ padding-bottom: 40px; color: #fff; background: url(https://vhimg1.ptallenvery.com/773174/images/foot-img.png) center bottom no-repeat;}
.footer p { width: 80%; margin:0 auto; text-align: center; padding-bottom: 5px; margin-bottom: 5px; border-bottom:1px solid #000;}


.detail { padding: 10px; background: url(../images/content-bg.png) top right  no-repeat #fff;}
.big-tit { padding: 0px 0 10px 0; font-size: 18px; font-weight: bold;}
.qingchu { padding: 10px 0; font-size: 16px; color: #71c53e; border-top: solid 1px #add9bc; border-bottom: solid 1px #add9bc;}
.neirong-txt { margin: 10px 0; font-size: 18px; font-weight: bold; font-family: "宋体";}
.neirong-txt p { padding: 5px 0;}

.neirong-table { border: 0; font-size: 18px; font-weight: bold; font-family: "宋体";}
.neirong-table td { padding: 2px 0; border: 0; border-bottom: solid 3px #ff00f8;}

.jihao { padding: 5px; text-align: center; color: #f00; font-size: 16px; font-weight:bold; background: #ff0;}


.subnav{
	border-radius:5px;
	padding:5px 0;
	    background: #e1f5f7;
	overflow: hidden;
}
.subnav a{
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 2px 1px #ff9c00;
}
.subnav a img{
	display: block;
	width: 75px;
	height:80px;
	margin:8px auto 2px;
	animation-duration:4s;
	animation-fill-mode:both;
}
.subnav a:nth-child(1) img,.subnav a:nth-child(2) img{
	animation-name:fadeInLeft;
}
.subnav a:nth-child(3) img{
	animation-name:bounceInDown;
}
.subnav a:nth-child(4) img,.subnav a:nth-child(5) img{
	animation-name:fadeInRight;
}
.ggimg{
	margin:5px 0;
}
.ggimg a img{
	width: 60px;
	height: 60px;
}
@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}
@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}
@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}
.subnav a:hover{
	animation-name:pulse;
	animation-duration:1s;
	animation-fill-mode:both;
}
@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}


* { margin: 0; padding: 0;}
.beubeu-xo img { width: 100%; height: auto;}
.beubeu { font-size: 14px; line-height: 1.6; color: #333; background: #fff;}
.beubeu p { margin: 0; padding: 0;}
.beubeu a { text-decoration: none; color: inherit;}
.beubeu ul {*zoom:1; margin: 0; padding: 0; list-style: none;}
.beubeu ul:after {content: '.';display: block;height: 0;clear: both;overflow: hidden;visibility: hidden }
.beubeu ul li { width: 50%; margin: 0; padding: 0; float: left; border-bottom: solid 1px #eee;height: 55px}
.beubeu ul li a { padding: 10px; display: block; background: url(https://vhimg1.ptallenvery.com/773174/images/bb1.png);background-repeat: no-repeat;background-origin: padding-box;background-size: 100% 55px}
.beubeu ul li a:hover { background: #f5f5f5;}
.beubeu .qc-img { float: left; margin-right: 8px;}
.beubeu .qc-img img { width: 40px; height: 40px; border-radius: 50%;}
.beubeu .qc-txt2 { font-size: 12px; color: #888;}
@media screen and (max-width:600px){ 
.beubeu ul li { width: 100%;}
}



.y {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 12pt;
    line-height: 25px;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-image: linear-gradient(to top, #ed50b4, #3a5766, #73ffc1);
    font-weight: 700;
    -webkit-animation: colorChange 4s infinite;
    -webkit-background-size: 100% 180%;
    display: table-cell;
}




.beuhayan{
			font-weight:bold;
			text-align: center;
            background-image: linear-gradient(to right, #461a75, #0054ff, #0c7342, #000000, blue, green, #676709, #2b5d00, red, #8c122c, #490d7c, green, blue, green, #8c3e14, #8bae07, red);    
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            -webkit-background-size: 200% 100%;
            animation: bgp 10s infinite linear;
        }
        @-webkit-keyframes bgp{0%{background-position: 0 0;}100%{ background-position: -100% 0;}}  

 .box.spareURL a {
     width: 100%;
     display: block;
     float: center;
     float: center;
     color: #2b00ff;
     text-align: center;
     font-size: 12pt;
     font-weight: bold;
     animation-name: pulse;
     animation-duration: 1s;
     animation-fill-mode: both;
     animation-iteration-count: infinite;
     text-decoration: none;
}
 @keyframes pulse{
     0%{
         transform:scaleX(1);
    }
     50%{
         transform:scale3d(1.2,1.2,1.2);
    }
     to{
         transform:scaleX(1);
    }
}
 .box.spareURL td {
     text-align: center;
}
 .linhe {
     border:2px solid #f00;
     font-family:Arial;
     line-height:27px;
     font-weight:700;
     border-radius: 10px 10px;
}
 .linhe strong{
     color:#ffff00f2;
     ;
     font-size:12pt;
}
 .linhe tr td:nth-child(1){
     width:50%;
     color:#ff3300;
     background-color:#6cdd60;
     font-size: 12pt;
     border-radius: 43px 3px;
     text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
 .linhe tr td:nth-child(2){
     width:50%;
     color:#3333cc;
     background-color:#db3b3b;
     font-size: 12pt;
     border-radius: 43px 3px;
     text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}


 .bolaryan-tit {
}
 .bolaryan-tit img {
     width: 100%;
     height: auto;
}
 .bolaryan {
     font-size: 13pt;
     line-height:2.5;
}
 .bolaryan p {
     margin: 0;
     padding: 0;
}
 .bolaryan a {
     text-decoration: none;
     color: inherit;
}
 .bolaryan ul {
     *zoom:1;
     margin: 0;
     padding: 0;
     list-style: none;
}
 .bolaryan ul:after {
     content: '.';
     display: block;
     height: 0;
     clear: both;
     overflow: hidden;
     visibility: hidden 
}
 .bolaryan ul li {
     width: 50%;
     margin: 0;
     padding: 0;
     float: left;
     border-bottom: solid 1px #eee;
     height: 55px 
}
 .bolaryan ul li a {
     padding: 7px;
     display: block;
     background: url(https://vhimg1.ptallenvery.com/773174/images/bb1.png);
     background-repeat: no-repeat;
     background-origin: padding-box;
     background-size: 100% 55px 
}
 .bolaryan ul li a:hover {
     background: #f5f5f5;
}
 .bolaryan .bolaryan-img {
     float: left;
     margin-right: 8px;
}
 .bolaryan .bolaryan-img img {
     width: 30px;
     height: 40px;
     border-radius: 50%;
}
 .bolaryan .bolaryan-txt2 {
     font-size: 12px;
}
 @media screen and (max-width:600px){
     .bolaryan ul li {
         width: 100%;
    }
}
 @keyframes changeshadow {
     100% {
         text-shadow: 0 0 10px #FFFF00;
    }
     50% {
         text-shadow: 0 0 80px #FFFF00;
    }
     50% {
         text-shadow: 0 0 10px #FFFF00;
    }
     @-webkit-keyframes changeshadow 
}
 .box.spareURL a {
     width: 100%;
     display: block;
     float: center;
     float: center;
     color: #2b00ff;
     text-align: center;
     font-size: 15pt;
     font-weight: bold;
     animation-name: pulse;
     animation-duration: 1s;
     animation-fill-mode: both;
     animation-iteration-count: infinite;
     text-decoration: none;
}
 @keyframes pulse{
     0%{
         transform:scaleX(1);
    }
     50%{
         transform:scale3d(1.2,1.2,1.2);
    }
     to{
         transform:scaleX(1);
    }
}

.bti {font-weight: bold;
	color: #ffff00;
    background: url(https://vhimg1.ptallenvery.com/773174/images/anbiaoti.png);
    background-size: cover;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    border-radius: 0px;
    }
.box.spareURL abc {
     width: 100%;
     display: block;
     float: center;
     color: #2b00ff;
     text-align: center;
     font-size: 15pt;
     font-weight: bold;
     animation-name: pulse;
     animation-duration: 1s;
     animation-fill-mode: both;
     animation-iteration-count: infinite;
     text-decoration: none;
}
@keyframes pulse{
0%{transform:scaleX(1);}
50%{transform:scale3d(1.2,1.2,1.2);}
to{transform:scaleX(1);}
}
.linhe {
     border:2px solid #f00;
     font-family:Arial;
     line-height:27px;
     font-weight:700;
     border-radius: 10px 10px;
     background-color:#5a273e;
}


.mumdangyeu {
    animation: scale 1s linear infinite;
    position: relative;
    border: none;
    box-shadow: 0px 0px 3px 2px #ff02bd;
    width: 168px;
    height: 24px;
    line-height: 15px;
    border-radius: 5px;
    text-align: center;
    background-image: linear-gradient(155deg,#0098ee 30%,#b700f4 70%);
    box-sizing: border-box;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    color: yellow;
    margin-top: 0px;
}

@-webkit-keyframes c_location_rotate{0%{transform:scale(1)}
12.5%{transform:scale(1.1)}
25%{transform:scale(1)}
37.5%{transform:scale(1.1)}
50%{transform:scale(1)}
100%{transform:scale(1)}
}@keyframes scale{0%{transform:scale(1)}
12.5%{transform:scale(1.1)}
25%{transform:scale(1)}
37.5%{transform:scale(1.1)}
50%{transform:scale(1)}
100%{transform:scale(1)}
}
h3{font-size:21px;}
@media screen and (max-width:600px){
h3{font-size:18px;}
}
.clearfix {
    clear: both;
}
.cgi-info dt {
    float: left;
    padding-top: 3px;
}
.cgi-info dt img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.u-badge {
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #ff7c07;
    border-radius: 4px;
    padding: 1px 3px;
    margin-left: 3px;
}
.cgi-info-time {
    padding: 5px 0;
    color: #999;
    font-size: 14px;
}
}
.sike {
width: 45px;
    height: 45px;
    border-radius: 50%;
        float: left;
    padding-top: 3px;
    }
    
.mumdoiroi th {
    height: 35px;
    line-height: 35px;
    margin: 0px;
    text-align: center;
    border: solid 2px #01f0c6;
    border-radius: 1px;
    background: #ffff0000;
    background-image: linear-gradient(to top, #47734f8c, #e3b7ef00);
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    display: block;
    text-decoration: none;
    font-weight: 700;
}




.vsyoulong {
    animation: scale 1s linear infinite;
    position: relative;
    border: none;
    box-shadow: 0px 0px 0px 3px #ff02bd;
    width: 85px;
    height: 20px;
    line-height: 0px;
    border-radius: 5px;
    text-align: center;
    background:#ffff00;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
    margin-top: 0px;
}

@-webkit-keyframes c_location_rotate{0%{transform:scale(1)}
12.5%{transform:scale(1.1)}
25%{transform:scale(1)}
37.5%{transform:scale(1.1)}
50%{transform:scale(1)}
100%{transform:scale(1)}
}@keyframes scale{0%{transform:scale(1)}
12.5%{transform:scale(1.1)}
25%{transform:scale(1)}
37.5%{transform:scale(1.1)}
50%{transform:scale(1)}
100%{transform:scale(1)}
}
h3{font-size:21px;}
@media screen and (max-width:600px){
h3{font-size:18px;}
}
.clearfix {
    clear: both;
}
.cgi-info dt {
    float: left;
    padding-top: 3px;
}
.cgi-info dt img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.u-badge {
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #ff7c07;
    border-radius: 4px;
    padding: 1px 3px;
    margin-left: 3px;
}
.cgi-info-time {
    padding: 5px 0;
    color: #999;
    font-size: 14px;
}
}
.sike {
width: 45px;
    height: 45px;
    border-radius: 50%;
        float: left;
    padding-top: 3px;
    }