/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Arial, sans-serif;
	color: #6b7381;
	background: #f2f2f2;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
}

        .tagBall{
            width: 800px;
            height: 800px;
            margin:50px auto;
            position: relative;
        }
        .tag{
            display: block;
            position: absolute;
            left: 0px;
            top: 0px;
            color: #000;
            text-decoration: none;
            font-size: 15px;
            font-family: "微软雅黑";
            font-weight: bold;
        }



.top-bg{ position:absolute; width:100%; margin-left:-20px; margin-top:-4em; border-radius:5px 5px 0 0;}
.top-bg h2{writing-mode: horizontal-tb !important; text-align: center; width: 100%; color:#FFF !important; background-color:#10398c; margin:0;}


.logo{ width:100%; background-color:#10398c; padding-top:3em;}
.logo p{ width:100px; margin:0 auto; padding-bottom:2em; }
.logo p img{ width:100px; height:auto;}

.ds{ position:relative; border:5px #ea5322 dashed; border-radius:10px; padding:1em; text-align:center;}

/* Header Style */
.container .header {
	margin: 0 auto;
	width: 100%;
	height: 700px;
	background-image: url(../images/b2.jpg?v=20210914002);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
}
.container .bt {
	margin: 0 auto;
	width: 100%;
	height: 700px;
	background-image: url(../images/b3.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #6b7381;
	display: inline-block;
}

.codrops-top a:hover {
	color: #424b5a;
	background: rgba(255,255,255,1);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #6b7381;
	color: #6b7381;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	opacity: 0.6;
}


.add-con table{
	border-left-top: 1px #ccc solid;
	font-size: .8em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
.add-con td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-left:5px;
}

.grid li.rc01{ padding:0;}

.rc-top-bg{ float:left; width:100%; margin-top:-65px; border-radius:5px 5px 0 0;}
.rc-top-bg h2{writing-mode: horizontal-tb !important; text-align: center; width: 100%; color:#FFF !important; background-color:#10398c; margin:0;}

#rc01{ padding:10px; width:100%; float:left;}
.city{ float:left; font-size:1em; font-weight:bold; width:100%; line-height:30px; color:#10398c; padding-bottom:10px; padding-top:20px;}
.city span{ border-bottom:5px #10398c solid;}
#rc01 table{
	border-left-top: 1px #ccc solid;
	font-size: .7em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCC;
	border-left-color: #CCC;
	float:left;
	
}
#rc01 td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-left:5px;
	line-height: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
}
.xx{ padding:10px; border-radius:5px 5px 5px 5px; background-color:#fff; float:left; width:100%; padding-bottom:30px;}

.wxq{ width:100%; max-width:200px; margin:0 auto; overflow:hidden; }
.wxq p{ padding:5px; margin:0; margin-top:20px; font-size:.8em; font-weight:bold; background-color:#10398c; color:#FFF; border-radius:20px;}
.wxq-box{ float:left; margin-top:30px; background-color:#FFF; border-radius:10px; padding:20px; text-align:center;}

.link { width:50px;}
.link a{width:50px; height:50px; border-radius:50px; background-color:rgba(0,0,0,.8); font-weight:bold; color:#FFF; font-size:.8em; line-height:1.2em; text-align:center; padding:10px; color:#FFF; display:block; float:left; margin-bottom:10px;}
.link a:nth-child(2){ background-color:rgba(194,23,41,.8);}

.zph-news{width:100%; background-color:#F90; color:#FFF; border-radius:10px; padding:20px; margin-top:20px;}
.zph-news p{ width:100%; border-bottom:1px dashed rgba(255,255,255,.5); line-height:20px;}
.zph-news a{color: #FFF; font-size:.8em;}
.zph-news a span{
	font-size: .8em;
	float: right;
}
.qa{ width:100%;}
.qa p{ width:100%; text-align:center;}
.qa p img{ width:120px; height:120px; display: inline !important;}