﻿/*通用类*/
* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
	outline: none;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*wrapin 主体容器宽度*/
.wrapin {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/*公用CSS 开始*/

/*header 开始*/
header {
	background: #598bd2;
	line-height: 60px;
	padding: 0 15px;
}

header .logo {
	float: left;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
}

header .nav {
	float: right;
}

header .nav li {
	width: 200px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
}

header .nav li a {
	color: #fff;
}

.main {
    width: 1200px;
    height: 500px;
    /* margin-left: 220px; */
    margin-top: 10px;
}

/* 轮播图 */
.main .focus {
    position: relative;
    float: left;
    width: 1000px;
    height: 500px;
    overflow: hidden;
}

/* 框里的图片 */
.focus ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 600%;
}
ul{
	list-style: none;
}
.focus ul li {
    float: left;
}

.focus ul li img{
    width: 1000px;
}
/* 切换到上一张图 */
.focus .up-page {
    display: none;
    position: absolute;
    /* 先移动到轮播图高度的一半，然后再以自身为单位向Y轴走自己高度的一半*/
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 40px;
    height: 50px;
    font-family: 'icomoon';
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 7;
}

/* 切换到下一张图 */
.focus .next-page {
    display: none;
    position: absolute;
    /* 先移动到轮播图高度的一半，然后再以自身为单位向Y轴走自己高度的一半*/
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    width: 40px;
    height: 50px;
    font-family: 'icomoon';
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 7;
}

.focus .circle {
    position: absolute;
    bottom: 10px;
    left: 50px;
}

.focus .circle li {
    float: left;
    width: 8px;
    height: 8px;
    /*background-color: #fff;*/
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin: 0 3px;
    border-radius: 50%;
    /*鼠标经过显示小手*/
    cursor: pointer;
}



.focus .circle li{
	list-style: none;
}

/* 类，被点击的小圆点调用这个类 */
.current {
    background-color: #fff;
}

.banner {
	display: block;
}

.banner img {
	display: block;
	width: 100%;
}

.in_com {
	background: #f4f8ff;
	padding: 15px;
	display: block;
}

.con_top .pic {
	width: 300px;
	float: left;
}

.con_top .pic img {
	width: 100%;
}

.con_top .text {
	float: right;
	width: 650px;
	line-height: 28px;
	color: #333;
}

.title {
	background: #598bd2;
	line-height: 40px;
	padding: 0 15px;
	margin: 20px 0;
}

.title h2 {
	font-size: 20px;
	color: #fff;
}

.text_a {
	line-height: 28px;
	color: #333;
}

.text_a img {
	margin-left: 15px;
}

footer {
	background: #598bd2;
	line-height: 60px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.pic_con {
	margin: 0 -15px;
}

.pic_con li {
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 15px;
}

.pic_con li img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.zhenying_box li {
	position: relative;
	/* height: 260px; */
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}

.zhenying_box li .pic {
	width: 260px;
	height: 260px;
	position: absolute;
	left: 0;
	top: 0;
}

.zhenying_box li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zhenying_box li .text {
	margin-left: 280px;
	font-size: 16px;
	line-height: 28px;
	color: #333;
}