﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
	font-size: 0.9vw;
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    word-spacing: normal;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:link, a:visited, a:active {
    color: #000;
}

a:hover {
    color: #00F;
}

#logo {
    position: absolute;
    top: 0;
	left: 0;
    height: 7vw;
    width: 100vw;
    z-index: 90;
    background-image: url(../layoutImage/topen.jpg);
    background-size: cover;
}

#chBtn, #enBtn, #schBtn {
    position: absolute;
	top: 2vw;
    width: 5vw;
    height: 1.3vw;
    cursor: pointer;
    z-index: 91;
}

#chBtn {
	left: 55.35vw;
}

#enBtn {
	left: 63.4vw;
}

#schBtn {
	left: 71.45vw;
}

#searchFrame {
	position: fixed;
	width: 24vw;
	height: 8vw;
	left: 38vw;
	top: 42vh;
	z-index: 10;
	padding: 1.5vw;
	background-color: white;
	text-align: center;
	border: 2px solid grey;
	display: none;
}


#searchFrame h3 {
	font-size: 0.9vw;
	font-weight: bold;
}

#searchFrame input[type*=text] {
	font-size: 1vw;
	padding: 5px;
	border: 2px solid grey;
	border-radius: 17px;
}

#searchFrame input[type*=submit] {
	font-size: 1vw;
	font-weight: bold;
	background-color: white;
}

#searchCross {
	position: absolute;
	font-size: 0.8vw;
	line-height: 1vw;
	text-align: center;
	width: 1vw;
	height: 1vw;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#menu {
	position: absolute;
	top: 5vw;
	left: 20vw;
	width: auto;
	height: 1.6vw;
	z-index: 99;
	color: white;
	font-size: 1.1vw;
	list-style-type: none;
}

#menu li {
	float: left;
	position: relative;
	width: 20vw;
	height: 2vw;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20vw;
	height: 2vw;
	z-index: 100;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 2vw;
	transition: all 0.2s linear;
}

#menu li a:hover {
	height: 2.1vw;
	border-bottom: 2px solid white;
}

#banner {
	position: absolute;
	top: 7vw;
	height: 15vw;
	width: 100vw;
	object-fit: cover;
}

#bodyPart {
	position: absolute;
	top: 24vw;
	left: 0px;
	width: 100vw;
}

#upperPart {
	width: 100%;
	text-align: center;
}

#mainBody {
	width: 60vw;
	margin-left: auto;
	margin-right: auto;
}

#leftBlock {
	float: left;
	width: 15vw;
}

#leftop, .blueBar, #contact {
	width: 100%;
	border-radius: 0.5vw;
	padding-left: 0.5vw;
	text-align: left;
	font-weight: bold;
}

#leftop {
	color: #FFF;
	background: radial-gradient(circle at 14vw 1vw,transparent,cornflowerblue 50%);
	height: 2.5vw;
	font-size: 1.4em;
	line-height: 2.5vw;
	text-shadow: 2px 2px 2px #163585;
}

.blueBar {
	color: #163585;
	background: linear-gradient(to right, #deeeff, #ddddff);
	margin-top: 0.5vw;
	height: 2vw;
	font-size: 1.2em;
	line-height: 2vw;
}

#contact {
	height: 12vw;
	background-image: url(../layoutImage/contact.jpg),linear-gradient(to right, #deeeff, #ddddff);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 0.5vw;
	margin-bottom: 2vw;
	line-height: 1.6em;
	color: #163585;
}

#content {
	width: 43vw;
	float: right;
	text-align: left;
	color: #000;
	line-height: 2.4em;
	margin-bottom: 2vw;
}

#hrline {
	clear: both;
	width: 100%;
	height: 2px;
	background-color: #0000ff;
	margin-bottom: 0.35vw;
}

#artitle {
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	color: blue;
}

#pubdate {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	color: #999999;
}

#content p {
	text-align: left;
	text-indent: 2em;
}

#content h1 {
	font-size: 1.6vw;
}

#content h2 {
	font-size: 1.2vw;
	margin-bottom: 1.5vw;
}

#content h3 {
	font-size: 0.9vw;
}

.center {
	width: 100%;
	text-align: center;
}

.center img {
	width: 40vw;
	height: auto;
	object-fit: cover;
}

#content ul {
	list-style-type: none;
	margin-left: 2em;
}

.conpara {
	text-indent: 2em;
	text-align: left;
}

#lowerPart {
	height: 5vw;
	width: 100%;
	clear: both;
	background-color: #999999;
}

#ftContent {
	height: 4vw;
	line-height: 1.25vw;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#ftContent a:link, #ftContent a:visited, #ftContent a:hover, #ftContent a:active {
	color: white;
}
