﻿body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1000px;
	max-width: 2543px;
	margin: 0 auto;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none
}

#whole {
	margin: 0 auto
}

.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 {
	height: 42px;
	background: #0856a0;
}

#menu .nav {
	width: 60%;
	height: 42px;
	margin: 0 auto
}

#menu .nav ul {
	width: 100%;
	height: 42px;
	line-height: 42px;
}

#menu .nav ul li {
	float: left;
	display: block;
	width: 20%;
	text-align: center;
}

#menu .nav ul li a {
	display: inline-block;
	height: 42px;
	color: white;
	text-align: center;
	text-decoration: none;
}

#menu .nav ul li a:hover {
	color: #FF9900;
}

#header {
	width:100%;
}

#header img{
	width: 100%;
}

#main {
	width: 75%;
	margin: 0 auto;
}

#main .left {
	width: 30%;
	float: left;
	padding-top: 10px
}

#main .left .star {
	height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: white;
    padding: 10px 0 10px 20px;
    background: #0856a0;
}

#main .left .sb_menu {
	margin-left: 15px;
}

#main .left .sb_menu li {
	display: block;
	padding: 12px 8px;
	border-bottom: 1px #c2c1c1 dotted
}

#main .left .sb_menu li:last-child{
	border: none;
}

#main .left .sb_menu li a {
	color: #414040;
	text-decoration: none;
	list-style: circle
}

#main .left .sb_menu li a：hover {
	color: #adacac
}

#main .right {
	width: 69%;
	float: right;
	background: white;
	line-height: 26px;
}

#main .right .nav {}

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{
	vertical-align: middle;
	margin-top: -3px;
}

div.proname span {
	height: 30px;
	line-height: 30px;
	padding-right: 8px;
	font-size: 16px;
	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;
}

h1 {
	font-size: 20px;
	text-align: center
}

h2 {
	font-size: 18px;
	padding: 10px 12px;
	margin: 0
}

#main:after {
	display: block;
	content: "";
	clear: both
}

#footer {
	padding: 20px 0;
	background: #0856a0;
	text-align: center;
}

#footer a{
	color: #fff;
}

#foot {
}

p {}

#foot .box1 {
	color: white;
}

#foot .box2 {
	color: white;
}

#table6 {
	border: 0px;
	border-collapse: collapse;

}

#table6 tr td {
	border: 1px solid #005bac !important;
	text-indent: 10px;
}

@media screen and (max-width:640px) {

	#whole {
		width: 100%;
		display: none;
	}

	#logoimg {
		width: 100%;
		background-size: 100% 10px;
	}

	#logo {
		width: 100%;
	}

}

.swiper-wrapper{
	height: auto !important;
}
.swiper-button-next {
	display: none;
}

.swiper-button-prev {
	display: none;
}

.swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	text-align: right;
}

.swiper-container {
	width: 75%;
	margin-bottom: 10px;
	/* height: 600px; */
	margin: 0 auto;

}

.swiper-slide img{
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100%;
	height: auto !important;
	text-align: center;

	font-size: 18px;

	background: #fff;



	/* Center slide text vertically */

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-webkit-box-pack: center;

	-ms-flex-pack: center;

	-webkit-justify-content: center;

	justify-content: center;

	-webkit-box-align: center;

	-ms-flex-align: center;

	-webkit-align-items: center;

	align-items: center;

}



.swiper-pagination-switch.swiper-visible-switch {
	display: inline-block;
	opacity: 1;
	width: 25px;
	height: 7px;
	border-radius: 0px;
	background: #fff;
}

.swiper-pagination-switch {
	display: inline-block;
	background: #003399;
	width: 25px;
	height: 7px;
	margin-right: 10px;
}

.td3{
	padding-left: 20px;
}

.phone-number{
	font-size: 16px;
	line-height: 26px;
}


@media only screen and (max-width: 1600px) {
	#menu .nav ,.section{
		width: 80% !important;
	}

	.swiper-container, #main{
		width: 90% !important;
	}
}

@media only screen and (max-width: 1200px) {
    #menu .nav ,.section, .swiper-container, #main{
        width: 100% !important;
    }

}

.card-wrap{
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}

.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 {
	text-align: right;
	color: red;
	padding: 20px 0;
	padding-right: 30px;
	font-size: 24px;
	font-weight: normal;
	font-weight: bold;
}