body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 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: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}
a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:#74777b;text-decoration: none;}
.container{
	margin: 0 auto;
}
/*--header start here--*/
.header {
    padding: 1em 0em;
    border-bottom:2px solid #D1D4CA;
    background-color: #7d0100;
}
.logo {
    float: left;
}
span.menu {
    display: none;
}
.top-nav {
    float: right;
}
.top-nav ul {
    padding: 0px;
    list-style: none;
    margin-top: 10px;
}
.top-nav ul li {
    display: inline-block;
}
.top-nav ul li a {
    padding: 0.5em 1em;
    font-size: 1em;
    color: #fff;
    font-size: 16px;
    display: block;
    font-family: 'PT_Sans-Web-Regular';
}
.logo h1 {
    font-size: 2em;
     font-family: 'Viga-Regular';
    
}
.logo h1 a{
	color:#fff;
}
.logo h1 a:hover{
	color:#fff;
}
/*--commen style--*/
nav a {
	position: relative;
	display: inline-block;	
	outline: none;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

nav a:hover,
nav a:focus {
	outline: none;
}
/* Effect 13: three circles */
.cl-effect-13 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size: 1.5em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
	color:#789240;
}
.about .hezuo{
    width: 770px;
    float: left;
    margin-bottom: 20px;
    height: 350px;
}
.about .hezuo a{
    overflow: hidden;
}
.about .hezuo #gdkw{
    overflow: hidden;
    position: relative;
    top: 60px;
}
.about .hezuo h1{
    color: #8acef1;
    font-weight: bold;
    line-height: 40px;
    font-size: 22px;
}
.about .hezuo h2{
    color: #ec6f5d;
    font-weight: bold;
    line-height: 40px;
    font-size: 22px;
}
.about .hezuo h3{
    color: #fcf042;
    font-weight: bold;
    line-height: 40px;
}
.about .hezuo h4{
    color: #b04b87;
    font-weight: bold;
    line-height: 40px;
    font-size: 22px;
}
.about .hezuo h5{
    color: #ffb14c;
    font-weight: bold;
    line-height: 40px;
    font-size: 22px;
}
.about .hezuo h6{
    color: #4c6ab0;
    font-weight: bold;
    line-height: 40px;
    font-size: 22px;
}
.about .hezuo h7{
    color: #d9261f;
    font-weight: bold;
    line-height: 40px;
    font-size: 22px;
}
.about .hezuo h8{
    color: #63bd80;
    font-weight: bold;
    line-height: 40px;
    font-size: 22px;
}
.about .hezuo p{
    font-size: 16px;
    line-height: 30px;
} 
/*--copy rights start here--*/
.copy-right {
    background:#7d0100;
}
.copy-rights-main {
    padding: 1.5em 0em;
    text-align: center;
}
.copy-rights-main p {
    font-size: 1em;
    color: #fff;
    line-height: 1.5em;
}
.copy-rights-main p a{
    font-size: 1em;
     color: #fff;
}
.copy-rights-main p a:hover {
    color:#789240;
}
/*--short codes--*/