﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
	font-size: 18px;
    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: 50%;
    margin-left: -1000px;
    height: 140px;
    width: 2000px;
    z-index: 90;
    background-image: url(../layoutImage/topen.jpg);
    background-size: cover;
}

#chBtn, #enBtn, #schBtn {
    position: absolute;
	top: 40px;
    width: 100px;
    height: 26px;
    cursor: pointer;
    z-index: 91;
}

#chBtn {
    left: 1107px;
}

#enBtn {
    left: 1268px;
}

#schBtn {
    left: 1429px;
}

#searchFrame {
    position: fixed;
    width: 460px;
    height: 160px;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -230px;
    z-index: 10;
    padding: 30px;
    background-color: white;
    text-align: center;
    border: 2px solid grey;
    display: none;
}

#searchFrame h3 {
    font-size: 18px;
}

#searchFrame input[type*=text] {
    font-size: 20px;
    padding: 5px;
    border: 2px solid grey;
    border-radius: 17px;
}

#searchFrame input[type*=submit] {
    font-size: 20px;
    font-weight: bold;
    background-color: white;
}

#searchCross {
    position: absolute;
    font-size: 16px;
	line-height: 20px;
	text-align: center;
	width: 20px;
	height: 20px;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#menu {
	position: absolute;
	top: 99px;
	left: 50%;
	margin-left: -600px;
	color: white;
	width: 1200px;
	height: 40px;
	z-index: 99;
	font-size: 22px;
	list-style-type: none;
}

#menu li {
    float: left;
	position: relative;
	width: 400px;
	height: 40px;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	height: 40px;
	z-index: 100;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	transition: all 0.2s linear;
}

#menu li a:hover {
	height: 42px;
	border-bottom: 2px solid white;
}


#banner {
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -1000px;
	height: 300px;
	width: 2000px;
	object-fit: cover;
}

#bodyPart {
	position: absolute;
	top: 480px;
	left: 0px;
	width: 100%;
}

#upperPart {
	width: 100%;
	text-align: center;
}

#banner {
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -1000px;
	height: 300px;
	width: 2000px;
}

#bodyPart {
	position: absolute;
	top: 480px;
	left: 0px;
	width: 100%;
}

#upperPart {
	width: 100%;
	text-align: center;
}

#mainBody {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#leftBlock {
	float: left;
	width: 300px;

}

#leftop, .blueBar, #contact {
	width: 100%;
	border-radius: 10px;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}

#leftop {
	color: #FFF;
	background: radial-gradient(circle at 280px 20px,transparent,cornflowerblue 50%);
	height: 50px;
	font-size: 1.4em;
	line-height: 50px;
	text-shadow: 2px 2px 2px #163585;
}

.blueBar {
	color: #163585;
	background: linear-gradient(to right, #deeeff, #ddddff);
	margin-top: 10px;
	height: 40px;
	font-size: 1.2em;
	line-height: 40px;
}

#contact {
	height: 240px;
	background-image: url(../layoutImage/contact.jpg),linear-gradient(to right, #deeeff, #ddddff);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 40px;
	line-height: 1.6em;
	color: #163585;
}

#content {
	width: 860px;
	float: right;
	text-align: left;
	color: #000;
	line-height: 2.4em;
	margin-bottom: 40px;
}

#hrline {
	clear: both;
	width: 100%;
	height: 2px;
	background-color: #0000ff;
	margin-bottom: 7px;
}

#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: 32px;
}

#content h2 {
	font-size: 24px;
	margin-bottom: 30px;
}

#content h3 {
	font-size: 18px;
}

.center {
	width: 100%;
	text-align: center;
}

.center img {
	width: 800px;
	height: auto;
	object-fit: cover;
}

#content ul {
	list-style-type: none;
	margin-left: 2em;
}

.conpara {
	text-indent: 2em;
	text-align: left;
}

#lowerPart {
	height: 100px;
	width: 100%;
	clear: both;
	background-color: #999999;
}

#ftContent {
	height: 80px;
	line-height: 25px;
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
}

#ftContent a:link, #ftContent a:visited, #ftContent a:hover, #ftContent a:active {
	color: white;
}


