@charset "utf-8";
/*
 * @author : lijingchang
 * @data   : 2017/08/07/
 **/



html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, strike, strong, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
button, input, textarea {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-family: "HelveticaLight", "Helvetica Neue", "Heiti SC", "Microsoft Yahei", tahoma, arial, sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family: 'courier new', courier, monospace;
}
ul, ol {
	list-style: none;
}
button, input[type="submit"], input[type="button"] {
	cursor: pointer;
}
input[type="radio"], input[type="checkbox"], input[type="submit"], input[type="reset"] {
	vertical-align: middle;
	cursor: pointer;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:active {
	text-decoration: none;
}
:focus {
	outline: 0;
}
fieldset, img {
	border: 0;
}
button, input, select, textarea {
	background: transparent;
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	display: block;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	/*height: auto !important;*/
	display: inline;
	vertical-align: middle;
	border-radius: 7px;
}
html, body {
	font-size: 10px;
}
 @media (max-width:375px) {
html {
	font-size: 10px;
}
.swiper-container {
	text-align: center;
}
.swiper-container-1 {
    width: 100% !important;
	height: 100% !important;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0 !important;
}
.swiper-container-1 .swiper-pagination-bullet {
	background: #fff;
	width: 8px;
	height: 8px;
}
.swiper-container-1 .swiper-pagination-bullet-active {
	background: #143883;
	width: 30px;
	border-radius: 8px;
}
.swiper-container-1>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 12px !important;
}
.swiper-container-1>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
	overflow: hidden;
}
}
 @media (min-width:376px) and (max-width:450px) {
html {
	font-size: 12px;
}
}
 @media (min-width:450px) and (max-width:640px) {
html {
	font-size: 14px;
}
body {
	width: auto;
}
}
 @media (min-width:640px) {
html {
	font-size: 16px
}
body {
	width: 640px;
	margin: 0 auto;
}
}
/*头部开始*/
.searchbox{clear:both;padding:15px;}
.top {
	width: 100%;
	height: 60px;
	background: #fff;
	padding: 0 10px;
	display: -webkit-box;
	-webkit-box-sizing: border-box;
}
.topic {
	width: 145px;
	margin-top: 10px;
	margin-right: 10px;
}
.topic img {
	width: 145px;
}
.sou {
	display: -webkit-box;
	-webkit-box-flex: 1;
	margin-top: 0px;
	width: 100%;
	border: 1px solid #feca64;
	height: 30px;
	border-radius: 5px;
}
.sou input {
	height: 30px;
	border: none;
	outline: none;
	-webkit-box-flex: 1;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	display: -webkit-box;
	width: 100%;
	font-size: 12px;
	background-size: 15px;
}
.spic {
	width: 20px;
	padding: 5px;
}
.spic img {
	width: 100%;
}
/*头部结束*/
.line1 {
	width: 100%;
	height: 1px;
	background: #eaeaea;
}
.footspace {
	width: 100%;
	height: 4rem;
	float: left;
}
/*底部开始*/
.foot {
	width: 100%;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #ccc;
	padding: 1% 0;
	max-width: 640px;
	z-index: 99;
}
.ipone {
	width: 100%;
	position: relative;
}
.ipone1 {
	width: 20%;
	float: left;
	color: #666;
	font-size: 14px;
}
.ipone1.te1 {
	margin-left: 20%;
}
.ipone1 a {
	width: 100%;
	color: #666;
}
.ipone1 a img {
	width: 40%;
	float: left;
	margin: 1% 30%;
}
.ipone1 a span {
	width: 100%;
	float: left;
	text-align: center;
}
.circle {
	width: 20%;
	position: absolute;
	top: -2rem;
	margin: 0 40%;
}
.circle img {
	width: 67%;
	margin: 0 15%;
}
.circle p {
	font-size: 1.2rem;
	color: #ff0000;
	text-align: center;
}
/*底部结束*/
/*翻页开始*/
.ye {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
.ye_item {
	padding: 3px 8px;
	border: 1px solid #ccc;
	margin-left: 10px;
}
.ye_item.ser {
	background: #ff7900;
}
.ye_item a {
	color: #333;
}
.ye_item.ser a {
	color: #fff;
}
/*header-nav*/
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
*zoom:1;
}
.clear {
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.hide {
	display: none !important
}
body {
	background: #bfbfbf;
	color: #2b2b2b;
	position: relative;
}
.m-nav a {
	color: #2b2b2b;
	transition: all 0.4s;
}
.m-nav a:hover {
	color: #143883;
}
.g-wp {
	transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.u-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	z-index: 999;
}
.m-nav {
	width: 200px;
	height: 100%;
	right: -200px;
	top: 0;
	background: #fff;
	position: fixed;
	transform: translateZ(0px) rotate(0deg);
	transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
	z-index: 100;
}
.m-nav h2 {
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.m-nav li {
	position: relative;
	padding: 12px 12px 12px 22px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	line-height: 24px;
}
.m-nav li a {
	display: block;
}
.m-nav li a:hover, .m-nav .current a {
	color: #f5c67c;
}
.m-nav .current:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 14px;
	margin-top: -7px;
	border-left: 2px solid #143883;
	content: ""
}
body.z-open .m-nav {
	transform: translate3d(-200px, 0, 0);
	-webkit-transform: translate3d(-200px, 0, 0);
}
body.z-open .g-wp {
	transform: translate3d(-200px, 0, 0);
	-webkit-transform: translate3d(-200px, 0, 0);
}
#g-wp {
	max-width: 750px;
	background: #fff;
	margin: 0 auto;
	padding: 0 0 60px;
}
.header {
    background-color: rgba(245, 198, 124, .8);
	/*background-color: rgba(0,0,0,.8);*/
	padding: 15px 0;
}
.logo {
	float: left;
	margin: 0 0 0 2%;
	max-width: 100%;
}
.logo img {
	width: 90%;
}
.xiaorui {
	float: left;
	margin: 3% 0 0 0;
}
.xiaorui img {
	width: 120px;
}
.ico {
	width: 50px;
	height: 40px;
	background: url(../images/ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 15px 2.5% 0 0;
	float: right;
	cursor: pointer;
}
 @media all and (min-width:640px) {
.ico {
}
}
 @media all and (max-width:414px) {
.logo {
	max-width: 80%;
	background-color: #FFF;
	border-radius: 7px;
}
.ico {
	margin: 10px 5% 0 0;
}
}
 @media all and (max-width:320px) {
.logo {
	max-width: 45%;
}
.xiaorui {
	float: left;
	margin: 3% 0 0 0;
}
.xiaorui img {
	width: 100px;
}
.ico {
	margin: 10px 2% 0 0;
}
}
.swiper-container {
	text-align: center;
}
.swiper-container-1 .swiper-pagination-bullet {
	background: #fff;
	width: 8px;
	height: 8px;
}
.swiper-container-1 .swiper-pagination-bullet-active {
	background: #143883;
	width: 30px;
	border-radius: 8px;
}
.swiper-container-1>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 12px !important;
}
.swiper-container-1>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
	overflow: hidden;
}
/*面包屑导航*/
.weizhi{
    background: url(../images/icon_dizhi.png) no-repeat left -4px top;
    background-size: 20px;
    padding-left: 20px;
    font-size: 14px;
    color: #888;
}
@font-face {
    font-family: "iconfont1";
    src: url('../fonts/iconfont.woff2') format('woff2'),url('../fonts/iconfont.woff') format('woff'),url('../fonts/iconfont.ttf') format('truetype')
}
.iconfont1 {
    font-family: "iconfont1" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-shouye:before {
    content: "\e62e";
}
.breadcrumb {
    position: relative;
    margin-bottom: 1rem
}

.breadcrumb .crumb-inner {
    color: #333b55;
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

.breadcrumb .crumb-inner i.icon-shijian {
    color: #666 !important;
    padding: 0 5px;
    font-size: 14px;
}

.breadcrumb .crumb-inner i {
    color: #000 !important;
    padding-right: 5px;
    font-size: 18px;
    vertical-align: bottom;
}

.breadcrumb .crumb-inner i.icon-home {
    color: #333b55 !important;
}

.breadcrumb a,.breadcrumb span {
    font-size: 14px;
    color: #333b55;
}

.breadcrumb a:hover,.breadcrumb span:hover {
    font-size: 14px;
    color: #f5c67c;
}