/* defaults */
body{
	background: #494A5F;
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","ËÎÌå","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
a{color: #000;text-decoration: none;outline: none;font-size: 14px;line-height: 35px;}
a:hover,a:focus{color:#74777b;}

html,
body {
	height: 100%;
}

html {
	box-sizing: border-box;
	font-size: 16px;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	line-height: 1.5;
	font-family: Roboto, Helvectica, Arial, sans-serif;
	/*color: #333;*/
}


/* main ie fix */

main {
	display: block;
}


/* headers */
.wz {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #eeeeee;
    margin-top: -4px;
}
.wzjt {
    width: 1005;
    height: 100%;
    margin: auto;
    text-align: left;

}
.wzjt>img {
    margin-right: 10px;
}
.gkban {
    width: 100%;
    height: auto;
        margin-top: 80px;
        height: 400px;
}
.gkban>img {
    width: 100%;
    opacity: 0.82;
    height: 100%;
}
span{color: #000};
.gkbanleft {
    width: 208px;
    float: left;
    padding-top: 50px;
}
.gkleft {
    font-size: 24px;
    color: #f7b74d;
    margin-left: 16px;
}
.gkhref {
    font-size: 15px;
    color: white;
    display: inline-block;
    width: 105px;
    height: 33px;
    background: #1c60a8;
    text-align: center;
    line-height: 33px;
    margin-left: 55px;
    margin-top: 45px;
}
.gkbanleft>img {
    vertical-align: bottom;
    margin-left: 5px;
    margin-top: 45px;
}
.gkhref1 {
    font-size: 15px;
    color: #1c60a8;
    display: inline-block;
    width: 105px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    margin-left: 55px;
    margin-top: 35px;
}
.yw {
    font-size: 13px;
    color: #f7b74d;
    padding-left: 62px;
}
.gkhref1 {
    font-size: 15px;
    color: #1c60a8;
    display: inline-block;
    width: 105px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    margin-left: 55px;
    margin-top: 35px;
}
h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2em;
}

h3 {
	/*font-size: 1.8em;*/
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}


/* anchor links */



a:hover,
a:active {
	text-decoration: none;
}


/* inline block */

.ib {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}


/* ul-reset */

.ul-reset {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}


/* wrapper */

.wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}


/* header */

.header {
	text-align: center;
}


/* navigation */

.navigation {
	background-color: #eee;
	font-weight: 700;
}

.navigation-list {
	font-size: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navigation-item {
	font-size: 1.2rem;
}

.navigation-link {
	display: block;
	position: relative;
	padding: 5px 20px;
	text-decoration: none;
	color: #333;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.navigation-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	border-bottom: solid 2px;
}

.navigation-link:before {
	left: 0;
}

.navigation-link:hover {
	color: #009688;
}

.navigation-link:hover:before {
	width: 100%;
}

.navigation-link:before {
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}


/* main */

.main {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-article {
	margin-top: 80px;
}

.content-article:first-child {
	margin-top: 0;
}

.content-article > h1:first-child {
	margin-top: 0;
}



/* media queries */

@media only screen and (max-width:1024px) {
	.wrapper {
		width: 90%;
	}
}