@charset "utf-8";

/*@font-face {
	font-family: "汉仪菱心体简";
	src: url("汉仪菱心体简.ttf");
}*/
* {
	padding: 0px;
	margin: 0px;
}
header, section, footer, article, aside, nav, main, figure, figcaption, hgroup {
	display: block;
}
html {font-size: 62.5%}
body {
	line-height: 140%;
	font-size: 1.4rem;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
input {font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"}
h1, h2, h3, h4, h5, h6 {margin: 0px}
a {
	color: inherit;
	text-decoration: none;
	transition: .2s ease 0s;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px;
}
img {
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
}
ul, ol, li {
	margin-bottom: 0px;
	list-style: none;
}

.clear {clear:both;}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.ulclearfix ul:after {
	clear: both;
	display: block;
	content: ".";
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.wrapper {
	width: 100%;
	max-width: 768px;
	min-width: 320px;
	overflow: hidden;
	margin: auto;
}
.layout {
	padding-left: 10px;
	padding-right: 10px;
}

.box1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*height: 324px;*/
    padding: 35px 10px 15px 10px;
    background: url(../images/box1bg_02.jpg) no-repeat center;
    /*background: #627593;*/
}
.xz_nav {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 9;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
}
.xz_nav a {
    float: left;
    box-sizing: border-box;
    width: 124px;
    height: 39px;
    line-height: 39px;
    /*background: rgba(223,20,34,.8);*/
    /*background: url(../images/anniu.png) no-repeat center;*/
    background-size: cover;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.xz_nav a:nth-of-type(2) {
    float: right;
}


.nav {
    width: 100%;
}
.nav>a {
    display: block;
    margin: 10px 0;
    /*background: #78c329;*/
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    transition: .2s;
}
.nav>a:hover,
.nav>a.active {
    color: #333;
}


.search-form {
    position: relative;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #d4e6f7;
    background: #fff;
}
.search-form i {
    position: absolute;
    top: 7px;
    left: 0px;
    bottom: 7px;
    display: block;
    width: 54px;
    border-right: 3px solid #cacaca;
    background: url(../images/searchbtn.png) no-repeat center;
    background-size: 20px;
}
.search-form input {
    float: left;
    box-sizing: border-box;
    display: block;
    width: 70%;
    height: 40px;
    overflow: hidden;
    padding: 0px 10px 0 68px;
    border: none;
    outline: none;
    background: transparent;
    line-height: 64px;
    font-size: 16px;
    color: #a0999c;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-form button {
    box-sizing: border-box;
    display: block;
    width: 30%;
    height: 40px;
    border: 0;
    border-left: 3px solid #e2e0e1;
    background: transparent;
    line-height: 40px;
    font-size: 16px;
    color: #0167cb;
    text-align: center;
    font-weight: bold;
    transition: .2s;
}
.search-form button:hover {
    background: #0167cb;
    color: #fff;
}

.box2 {
	padding: 0 15px;
	margin: 25px 0;
}
.tit1 {
	line-height: 32px;
	font-size: 28px;
	color: #277bb9;
}
.tit1 span {
	font-size: 18px;
	color: #c2bfbf;
}

@media screen and (max-width: 640px) {
	.tit1 {
		line-height: 30px;
		font-size: 24px;
	}
	.tit1 span {
		font-size: 16px;
	}
}



.box2 ul {}
.box2 ul li {
	margin-top: 20px;
}
.box2 ul li .pic {
	position: relative;
	padding: 30% 0;
	border: 1px solid #cbcbcb;
}
.box2 ul li .pic-flex {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box2 ul li .pic-flex img {
	max-width: 100%;
	max-height: 100%;
}
.box2 ul li .summary {
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #dadada;
	transition: .2s;
}
.box2 ul li .summary p {
	line-height: 44px;
	font-size: 30px;
	color: #7f7f7f;
}
.box2 ul li .summary p b {
	color: #3b3b3b;
}
.box2 ul li .summary span {
	display: block;
	line-height: 44px;
	font-size: 30px;
	color: #3b3b3b;
	word-break: break-all;
}
.box2 ul li:hover .summary {
	background: #f5f5f5;
}

@media screen and (max-width: 640px) {
	.box2 ul li .summary p {
		line-height: 34px;
		font-size: 18px;
	}
	.box2 ul li .summary span {
		line-height: 34px;
		font-size: 18px;
	}
}


.footer {
	padding: 30px 15px;
	background: #f9fdff;
	line-height: 44px;
	font-size: 30px;
	color: #a49f9b;
	text-align: center;
}
.footer a:hover {
	color: #277bb9;
}
@media screen and (max-width: 640px) {
	.footer {
		line-height: 34px;
		font-size: 18px;
	}
}

.top {
	display: flex;
	padding: 15px;
	align-items: center;
	justify-content: space-between;
}
.logo {
	width: 100px;
}

.menu-btn {
	width: 42px;
}
.close-btn {
	display: block;
	padding: 18px;
	font-size: 40px;
	color: #fff;
	text-align: right;
}
.menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(1,1,1,.8);
}
.menu ul {}
.menu ul li {
	border-bottom: 1px solid #fff;
}
.menu ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: .2s;
}
.menu ul li a:hover,
.menu ul li a.active {
    background: #78c32a;
}
