﻿BODY {
	FONT-SIZE: 16px;
	BACKGROUND: #fff;
	COLOR: #333333;
	LINE-HEIGHT: 180%;
	TEXT-DECORATION: none
}

TD {
	FONT-SIZE: 16px;
	COLOR: #333333;
	LINE-HEIGHT: 150%
}

A {
	TEXT-DECORATION: underline
}

A:link {
	COLOR: #333;
}

A:visited {
	COLOR: #333;
}

A:active {
	COLOR: #333;
}

A:hover {
	COLOR: #0856a0;
}

.login {
	font-size: 14px;
	padding-left: 36px;
	font-weight: bold;
	color: #CC0000
}

.title {
	font-size: 14px;
	padding-left: 15px;
	font-weight: bold;
	color: #CC0000
}

.menu {
	WIDTH: 70px;
	PADDING-TOP: 3px;
	WHITE-SPACE: nowrap
}

div.proname {
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	margin: 8px auto 6px auto;
	color: #0662CA;
	font-size: 18px;
	border-bottom: 1px #ccc dashed;
}

div.proname img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

div.proname span {
	height: 30px;
	line-height: 30px;
	padding-right: 8px;
	font-size: 12px;
	color: #222;
	display: block;
	float: right;
}

div.proname:after {
	display: block;
	clear: both;
	content: "";
}

div.proname a {
	color: #0662CA;
	text-decoration: none;
}

div.proname span {
	color: #333333;
	float: right;
}

A.menu {
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	TEXT-DECORATION: none
}

A.menu:link,
A.menu:visited {
	COLOR: #ffffff
}

A.menu:hover {
	COLOR: #ffea00
}

.menunow {
	WIDTH: 70px;
	PADDING-TOP: 3px;
	WHITE-SPACE: nowrap
}

A.menunow {
	FONT-SIZE: 12px;
	COLOR: #ffea00;
	TEXT-DECORATION: none
}

A.menunow:link {
	COLOR: #ffea00
}

A.menunow:hover {
	COLOR: #ffea00
}

ul {}

li {
	line-height: 2.0em;
	font-family: Arial;
}

#table6 {
	border: 0px;
	border-collapse: collapse;

}

#table6 tr td {
	border: 1px solid #005bac !important;
	text-indent: 10px;
}

.section {
	width: 60%;
	height: 78px;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section img{
	margin-right: 50px;
}
.section h2 {
	font-size: 18px;
	line-height: 26px;
	color: #0856a0;
	text-align: left;
	float: right;
	margin-right: 50px;
}


#menu{
	width: 100%;
	height: 42px;
	background: #0856a0;
}

#menu ul{
	width: 60%;
	height: 42px;
	margin: 0 auto;
}

#menu ul li{
	list-style: none;
	width: 16.6%;
	height: 42px;
	float: left;
	text-align: center;
}

#menu ul li a{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 42px;
}

#menu ul li a:hover{
	color: #ff0;
}

.w-75{
	width: 75%;
	margin: 0 auto;
}
.card-wrap{
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}

.left-title{
	height: 28px;
  line-height: 28px;
  font-size: 20px;
  color: white;
  padding: 10px 0 10px 20px;
  background: #0856a0;
  margin: 0;
}

.right-title {
  font-size: 24px;
  padding: 20px;
  font-weight: bold;
  color: #0856a0;
}

.card-wrap ul{
	list-style: none;
	padding: 0;
	margin: 6px 20px;
}

.left-contact p{
	margin: 10px 0;
}

.right-box{
	width: 98%;
	float: right;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	margin: 10px 0;
}

.right-box .text{
	text-indent: 2em;
}

.footer{
	background: #0856a0;
	padding: 10px 0;
}
.footer td, .footer a{ 
	color: #fff;
}

.th-about{
	font-size: 22px;
	line-height: 44px;
	text-indent: 2em;
	padding: 20px;
}

.banner{
	width: 75%;
	margin: 0 auto;
}

.banner img{
	width: 100%;
}
.left-contact{
	background: #eff2f5;
	overflow: hidden;
}
.left-contact h2{
    font-size: 16px;
    padding: 10px 20px 0;
    color: #525151;
	font-weight: bold;
    margin: 0;
}

.left-contact .lx-item{
	background: #fff;
    margin: 10px;
    border-radius: 5px;
    padding: 8px;
    line-height: 29px;
    font-size: 16px !important;
    color: #444;
}
.gupiao-code {
	display: inline-block;
	float: right;
	color: red;
	padding-right: 30px;
	font-size: 24px;
	font-weight: normal;
	font-weight: bold;
}

@media only screen and (max-width: 1600px) {

	.section,
	#menu ul {
		width: 80% !important;
	}

	.banner, .w-75{
		width: 90% !important;
	}
}

@media only screen and (max-width: 1200px) {

	.section,
	#menu ul,
	.banner, .w-75{
		width: 100% !important;
	}
}