@charset "utf-8";
/* CSS Document */
/*-------重设浏览器默认样式--------*/
html {
	font-size: 62.5%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, select, input, textarea, p, blockquote, table, th, td, hr, button {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	display: block;
}
body, button, input, select, textarea {
	color: #454545;
	font: 1.4rem "Helvetica Neue", Helvetica, "PingFang SC", Arial, "Microsoft YaHei", "sans-serif";
	word-wrap: break-word;
	word-break: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
img, input, button, select {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
 color: #555;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
 color: #555;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
 color: #555;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
 color: #555;
}
caption, th {
	color: #333;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.5;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
/*去掉链接虚线，针对Firefox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #454545;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #dd2828;
	text-decoration: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
.main-body table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 0 auto 20px;
}
.main-body table td, .main-body table th {
	position: relative;
	padding: .8rem 1rem;
	font-size: 1.4rem;
	line-height: 1.5;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}
.main-body table p {
	margin-bottom: 0;
}
.main-body table th {
	background-color: #e6e6e6;
}
.main-body table tr:nth-of-type(even) {
	background: #f7f7f7;
}
.main-body table tbody tr {
	transition: all .3s;
	-webkit-transition: all .3s
}
.main-body table tbody tr:hover {
	background: #e5ebee;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-------------------------------*/
textarea, input:not([type="submit"]), select {
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	display: inline-block;
	padding: 4px 6px;
	font-size: 1.4rem;
	/*color: #555;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: 0 none;
	border: 1px solid #ddd;
	background: #fcfcfc;
}
textarea:focus, input:not([type="submit"]):focus, textarea:hover, input:not([type="submit"]):hover {
	border-color: rgba(221,40,40, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221,40,40, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221,40,40, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221,40,40, 0.6)
}
/*弹性布局*/
.flex {
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.hide {
	display: none !important;
}
.animate-box {
	opacity: 0;
}
/*返回顶部*/
.met-scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}
/*----------------------------------*/
main {
	background-color: #f1f1f1;
}
main#index {
	background-color: #fff;
}
.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.row {
	margin: 0 -1rem;
}
/*---------查看更多-----*/
.elm-button {
	margin-top: 50px;
	text-align: center;
}
.themesflat-button {
	font-weight: normal;
	display: inline-block;
	font-size: 1.5rem;
	color: #fff;
	background-color: transparent;
	padding: 12px 40px;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	border-radius: .5rem;
}
.themesflat-button:hover {
	color: #fff;
}
.themesflat-button:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0%;
	z-index: -1;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.themesflat-button:hover:before {
	opacity: 1;
	visibility: visible;
	height: 100%;
	width: 110%;
}
.themesflat-button.bg-accent:hover:before {
	background-color: #212121;
}
.themesflat-button.bg-accent {
	background-color: #018dd5;
}
/*-------FONT AWESOME CORE-----*/
[class^="icon-"], [class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	background-image: none;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}
.icon-search::before {
	font-size: 1.6rem;
	content: "\f002";
}
.icon-remove::before, .icon-close::before {
	content: "\f00d";
}
.icon-save::before {
	content: "\f0c7";
}
.icon-undo::before {
	content: "\f0e2";
}
.icon-angle::before {
	font-size: 1.6rem;
	content: "\f105";
	margin-right: 10px;
}
/*-------定义公共样式--------*/
/*#header, main, footer {
	width: 100%;
	margin: 0px auto;
}*/
/*------内页与公共部分------*/
main>.wrapper >h1, #content >h1, #content .page, #content .news-info header p.p2 {
	display: none;
}
/*---------头部文件---------*/
.transparent-bar {
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.header-position {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.transparent-bar.stick {
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	/*background-color: rgba(0, 0, 0, 0.8);*/
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
#header .flex {
	justify-content: space-between;
	align-items: center;
}
/*-----头部logo----*/
#header .logo img {
	max-height: 70px;
	transition: all .2s ease-in-out;
}
/*-----菜单栏-----*/
nav.menu > ul > li {
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0 15px;
}
nav.menu > ul > li:hover > a, nav.menu > ul > li.active > a {
	color: #E7090B;
	text-decoration: none;
}
nav.menu > ul > li > a::after, nav.menu > ul > li.active > a::after, nav.menu > ul > li:hover > a::after {
	content: '';
	width: 0;
	background-color: #E7090B;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 2px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
nav.menu > ul > li > a:hover::after, nav.menu > ul > li.active > a::after, nav.menu > ul > li:hover > a::after {
	width: 100%;
}
nav.menu > ul > li > a, nav.menu > .search-menu > a {
	font-size: 1.5rem;
	text-align: center;
	height: 80px;
	line-height: 80px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
}
nav.menu > ul > li > a > i {
	margin-left: 5px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
nav.menu > ul > li > ul > li > a > i {
	position: absolute;
	right: 15px;
	top: 10px;
}
nav.menu > ul > li > a:hover > i.fa-angle-down, nav.menu > ul > li.open > a > i.fa-angle-down {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
nav.menu > ul > li:hover > a, nav.menu > ul > li.active > a {
	color: #E7090B;
	text-decoration: none;
}
nav.menu ul li a {
	position: relative;
	display: block;
}
/*-------level 2---------*/
nav.menu ul.dropdown {
	min-width: 100%;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
nav.menu ul.dropdown > li a {
	display: block;
	overflow: hidden;
	padding: 8px 35px 8px 15px;
	font-size: 1.4rem;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	text-transform: capitalize;
}
nav.menu ul.dropdown > li:hover > a {
	background: rgba(0, 0, 0, 0.1);
	color: #E7090B;
	text-indent: 5px;
	padding: 8px 30px 8px 15px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*-------level 3---------*/
nav.menu ul.dropdown > li {
	position: relative;
}
nav.menu ul.dropdown > li > ul {
	position: absolute;
	min-width: 100%;
	left: 100%;
	background: #272727;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
nav.menu ul.dropdown > li:hover ul {
	visibility: visible;
	opacity: 1;
}
nav.menu ul.dropdown > li > ul > li > a {
	padding: 8px 25px 8px 20px;
}
nav.menu ul.dropdown > li > ul > li:hover > a {
	background: rgba(0, 0, 0, 0.1);
	color: #E7090B;
	text-indent: 5px;
	padding: 8px 20px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*---------搜索-----------------*/
.search-menu {
	position: relative;
	margin-left: 10px;
}
.search-menu:hover > a, .search-menu.active > a {
	color: #0F3E72;
	text-decoration: none;
}
.search-menu > a {
	display: block;
	text-align: center;
}
.search-menu i {
	width: 20px;
	text-align: center;
	display: inline-block;
}
/*-------子菜单-------*/
.search-menu > ul.dropdown-menu2 {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
	min-width: 300px;
	padding: 12px;
	background-color: #272727;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	left: auto;
	right: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.search-menu > ul.dropdown-menu2 form {
	position: relative;
}
.search-menu > ul.dropdown-menu2 form input[type="search"] {
	width: 100%;
	padding: 0 10px;
	height: 32px;
	color: #999;
	background-color: #fbfbfb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0 none;
}
.search-menu > ul.dropdown-menu2 form button[type="submit"] {
	color: #666;
	background: #fbfbfb;
	position: absolute;
	right: 7px;
	line-height: 28px;
}
.search-menu > ul.dropdown-menu2 form button[type="submit"]:hover {
	color: #000;
}
/*------响应式菜单-----*/
#header .top-menu {
	display: none;
}
/*---------移动端导航-------------*/
.bigmegamenu {
	position: relative;
}
.wsmenu-list form, .wsmenu-list h2 {
	font-weight: normal;
	color: #fff;
	font-size: 1.8rem;
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	padding: 10px 15px;
	position: relative;
}
.wsmenu-list form input[type="text"] {
	height: 32px;
	line-height: 32px;
	padding-left: 6px;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wsmenu-list form input[type="text"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.wsmenu-list form input[type="submit"] {
	width: 24px;
	height: 24px;
	background: url(../images/search_bg.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: 13px;
	right: 18px;
}
/*-----内页导航----*/
nav.web-position {
	background-color: #fff;
	text-transform: capitalize;
	font-weight: normal;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.07);
	box-shadow: 0 5px 5px rgba(0,0,0,.07);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
/*-----------------*/
.web-position > .flex, nav.web-position > .flex {
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.web-position > .flex > h2 {
	font-size: 2.4rem;
}
nav.web-position .sidebar_tile {
/*width: 80%;*/
}
nav.web-position .sidebar_tile .tabs-nav {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
nav.web-position .sidebar_tile .tabs-nav > li a {
	text-decoration: none;
	padding: 14px;
	display: block;
	font-size: 1.6rem;
	color: #90939b;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
nav.web-position .sidebar_tile .tabs-nav > li a.active, nav.web-position .sidebar_tile .tabs-nav > li a:hover, nav.web-position .sidebar_tile .tabs-nav > li.active a {
	color: #dd2828;
}
nav.web-position .product_search {
	width: 20%;
}
/*-----头部搜索-----*/
nav.web-position .product_search form {
	position: relative;
}
nav.web-position .product_search form input[type="search"] {
	width: 100%;
	height: 36px;
	font-size: 1.4rem;
	line-height: 1.57142857;
	color: #76838f;
	padding: 5px 15px;
	/*border: 1px solid #e4eaec;*/
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 20rem;
}
nav.web-position .product_search button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 10px;
	background: 0 0;
	border: none;
	border-radius: 0 20rem 20rem 0;
}
nav.web-position .product_search button:hover {
	color: #dd2828;
}
/*-----面包屑导航-----*/
nav.web-position .breadcrumb {
	padding: 1.5rem 0;
}
nav.web-position .breadcrumb > li + li::before {
	padding: 0 5px;
	content: "/\00a0";
}
nav.web-position .breadcrumb > li:first-child i {
	margin-right: 6px;
	color: #dd2828;
}
nav.web-position .breadcrumb > li.dropdown {
	position: relative;
}
nav.web-position .breadcrumb > li.dropdown .dropdown-menu {
	margin-top: 5px;
	width: 100%;
	min-width: 150px;
	z-index: 99;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border: 1px solid #e4eaec;
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.05);
	box-shadow: 0 3px 12px rgba(0,0,0,.05);
	display: none;/* -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;*/
}
nav.web-position .breadcrumb li.dropdown .dropdown-menu > li > a {
	padding: 8px 15px;
	display: block;
	white-space: nowrap;
}
.breadcrumb li.dropdown .dropdown-menu a:hover, .breadcrumb li.dropdown .dropdown-menu a.active {
	background: rgba(0, 0, 0, 0.05);
	color: #E7090B;
	text-indent: 5px;
	padding: 8px 30px 8px 15px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*-----头部搜索按钮----*/
nav.menu form button {
	position: absolute;
	color: #0078cc;
	right: 7px;
	line-height: 26px;
	z-index: 999;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
	background-color: transparent;
}
nav.menu form button:hover {
	color: #dd2828;
}
/*------内页与公共部分------*/
#content {
	padding: 30px 0;
}
.box {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	border: 1px solid #ddd;
}
#content .left {
	width: 75%;
}
/*----侧边栏------*/
aside {
	width: calc(25% - 15px);
	margin-left: 15px;
}
aside .category {
	margin-bottom: 15px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(27,95,160,.1);
}
aside .category:last-child {
	margin-bottom: 0;
}
/*-------侧边栏标题-------*/
aside .category > h2 {
	font-size: 2.2rem;
	height: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
aside .category > h2 span {
	display: inline-block;
	height: 40px;
	border-bottom: 1px solid #dd2828;
}
aside .category > ul.news-list {
	overflow: hidden;
}
aside .category > ul.news-list li {
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
aside .category > ul.news-list li a:hover {
	text-decoration: underline;
}
/*------产品滚动-----*/
#productSlide {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#productSlide .swiper-slide {
	position: relative;
	text-align: center;
}
#productSlide img {
	width: 100%;
	display: block;
}
#productSlide .swiper-pagination-bullet-active {
	background: #CC0033;
}
/*------图片左右滚动箭头-----*/
.pic-arrow .owl-carousel .owl-controls .owl-nav div {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #ebebeb;
	border-radius: 0;
	color: #ebebeb;
	font-size: 18px;
	height: 40px;
	left: -35px;
	line-height: 34px;
	margin-top: -20px;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 400ms ease-in 0s;
	width: 40px;
}
.pic-arrow .owl-carousel .owl-controls .owl-nav div.owl-next {
	left: auto;
	right: -35px;
}
.pic-arrow .owl-carousel:hover .owl-controls .owl-nav div {
	opacity: 1
}
.pic-arrow .owl-carousel .owl-controls .owl-nav div:hover {
	color: #0067ac;
	border-color: #0067ac;
}
/*--------------------------------------*/
#wrapper1 .owl-carousel .owl-controls .owl-nav div {
	font-size: 0;
	line-height: 0;
	bottom: 0;
	top: calc(100% + 8px);
	width: 40px;
	/*height: 40px;*/
	position: absolute;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#wrapper1 .owl-carousel .owl-controls .owl-nav div.owl-prev {
	left: 50%;
	margin-left: -80px;
}
#wrapper1 .owl-carousel .owl-controls .owl-nav div.owl-next {
	right: 50%;
	margin-right: -80px;
}
#wrapper1 .owl-carousel .owl-controls .owl-nav div i {
	font-size: 0;
	width: 40px;
	height: 20px;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#wrapper1 .owl-carousel .owl-controls .owl-nav div.owl-prev i {
	background: url(../images/jiantou.png) repeat 0px -50px;
}
#wrapper1 .owl-carousel .owl-controls .owl-nav div.owl-next i {
	background: url(../images/jiantou.png) repeat -37px -50px;
}
#wrapper1 .owl-carousel .owl-controls .owl-nav div.owl-prev:hover i {
	background: url(../images/jiantou.png) repeat 0px -71px;
}
#wrapper1 .owl-carousel .owl-controls .owl-nav div.owl-next:hover i {
	background: url(../images/jiantou.png) repeat -37px -71px;
}
#wrapper1 .index_more {
	bottom: 0;
	/*top: 30px;*/
	height: 40px;
	line-height: 40px;
	width: 60px;
	background: url(../images/icon_more.png) 0px -9px;
	display: block;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border: #dfdfdf 1px solid;
	position: relative;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	z-index: 1;
}
#wrapper1 .index_more:hover {
	border: 1px solid #666;
	background: url(../images/icon_more.png) no-repeat 0px -53px;
}
/*---------选项卡切换-----------------*/
#content ul.tabs {
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
}
#content ul.tabs li {
	border-right: 1px solid #ddd;
}
#content ul.tabs li a {
	color: #404040;
	text-align: center;
	display: block;
	line-height: 1.5;
	padding: 5px 20px;
}
#content ul.tabs li a:hover {
	color: #dd2828;
	text-decoration: none;
	background: #e2e2e2;
}
#content ul.tabs li.active a {
	color: #dd2828;
	background-color: #fff;
	border-top: 2px solid #dd2828;
	margin-top: -1px;
	margin-bottom: -1px;
	border-bottom: 1px solid #fff;
	padding: 4px 20px 5px;
}
#content .tab-box .tab-content {
	display: none;
	padding: 20px;
}
/*--------底部--------*/
footer {
	color: #ddd;
	background-color: #282828;
	padding: 20px 0px;
}
footer .row.flex {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
footer a {
	color: #ddd;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/*-------底部联系方式------*/
footer .footer-left {
	padding: 0 10px;
}
footer .footer-left.flex {
	align-items: center;
}
footer .footer-logo {
	padding-right: 20px;
	border-right: 1px dashed #666;
}
footer .footer-logo img {
	max-height: 80px;
}
footer .footer-nav {
	padding-left: 20px;
}

footer .footer-nav p {
	line-height: 2;
}
footer .footer-nav p span {
	padding-left: 10px;
}

footer .footer-right .scan {
	padding: 0 10px;
}
footer .footer-right .scan img {
	max-width: 100px;
	border: 1px solid #606060;
}
footer .footer-right .scan p {
	text-align: center;
	line-height: 2;
}

/*---------底部-------------*/
#bottom {
	font-size: 1.4rem;
	width: 100%;
	padding: 12px 0;
	background: #272727;
	color: #ACB1B4;
	line-height: 1.7;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#bottom a {
	color: #ACB1B4;
}
#bottom a:hover {
	color: #e8eaec;
	text-decoration: underline;
}
#bottom>.container.flex {
	justify-content: space-between;
}
#bottom>.container .left span {
	padding-left: 10px;
}
#bottom>.container .right {
	text-align: right;
}
#bottom>.container .right i {
	margin-right: 8px;
}
/*------手机底部导航---------*/
#wap-footer {
	display: none;
	position: fixed;
	top: auto;
	bottom: 0;
	width: 100%;
}
#wap-footer ul li {
	padding: 5px 0;
	position: relative;
	width: 25%;
	background: #494949;
	float: left;
	border-right: 1px solid #666;
}
#wap-footer ul li i {
	display: block;
	font-size: 2.2rem;
}
#wap-footer ul li a {
	color: #fff;
	display: block;
	text-align: center;
}
#wap-footer ul li a:hover {
	color: #ee9393;
}
#wap-footer ul li .wap-list {
	display: block;
	font-size: 1.4rem;
	position: relative;
}
/*----回到顶部---*/
.btn {
	font-size: 1.4rem;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.btn-icon {
	padding: 10px;
	line-height: 1em
}
.btn .icon {
	color: #fff;
	width: 1em;
	line-height: inherit;
	text-align: center
}
.btn-squared {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn-primary {
	background-color: #dd2828;
	border-color: #dd2828;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .78;
}
.btn-primary:hover {
	opacity: 1;
}
/* 特殊的动画效果类名 */
[class*=animation-] {
	-webkit-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
ul.menu [class*="animation-"] {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}
.animation-slide-bottom {
	-webkit-animation-name: slide-bottom;
	-o-animation-name: slide-bottom;
	animation-name: slide-bottom;
}
.animation-zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
/*-------分页--------*/
#content .page {
	line-height: 30px;
	text-align: center;
	font-size: 1.3rem;
	padding: 20px 0;
}
#content .page a, #content .page span {
	padding: .5rem 1rem;
	border: 1px solid #555;
}
#content .page span {
	margin: 0 6px;
}
#content .page a:hover {
	background: #E5E5E5;
	text-decoration: none;
}
/* 通用分页样式 */
.pages{margin:10px 0;font-size:12px; height:auto !important; overflow:hidden;}
.pages ul{ float:left; padding:0 10px;list-style:none;margin:0; }
.pages li{ float:left; margin-left:5px;}
.pages li a{ display:block; padding:1px 10px; border:1px solid #e1e1e1; line-height:24px; color:#666;}
.pages li a:hover{ border:1px solid #1796f9; background:#1796f9; color:#fff; text-decoration:none;}
.pages li span{ display:block; border:1px solid #e1e1e1; line-height:24px; color:#c4c4c4;padding:1px 10px; }
.pages .current a{ border:1px solid #1796f9; background:#1796f9; color:#fff;}



/*-----分页样式-----*/
nav.pagelist {
	clear: both;
	text-align: center;
	padding: 20px 0px;
}
nav.pagelist a {
	border: #434343 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	color: #434343;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
}
nav.pagelist a:hover {
	color: #fff;
	background: #434343;
	text-decoration: none;
}
nav.pagelist span.current {
	border: #434343 1px solid;
	background-color: #434343;
	margin-right: 6px;
	padding: 4px 7px;
	color: #fff;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
}
nav.pagelist span.disabled {
	border: #ccc 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	color: #3C3C3C;
}
/*--------上下翻页------------*/
#content nav.prevnext {
	line-height: 1.8;
	padding: 10px 0 0;
	text-align: center;
	border-top: 1px dotted #959595;
}
#content nav.prevnext {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#content nav.prevnext .previous {
	width: 50%;
	text-align: left;
}
#content nav.prevnext .next {
	width: 50%;
	text-align: right;
}
.nothing {
	width: 100%;
	font-size: 1.3rem;
	text-align: center;
	padding: 3rem;
}
/*-------百度地图API-------*/
.iw_poi_title {
	color: #CC5522;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
#dituContent {
	width: 60%;
	height: 400px;
	border: #ccc solid 1px;
}
/*------内页banner-----*/
.pbanner {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#000;
}
#ibanner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#ibanner > .container{
	height:100%;
	position:relative;
}
#ibanner img {
	width: 100%;
}
#ibanner section {
	position: absolute;
	top: calc(50% - 26px);
	z-index: 6;
	color: #fff;
}
#ibanner .info-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
}
#ibanner section>h1 {
	font-size: 2rem;
	font-weight: normal;
}
#ibanner section>h1::after {
	content: '';
	display: block;
	height: 2px;
	width: 20px;
	background: #fff;
	margin: 10px 0px;
}
/*----------------------------------*/
#page-banner {
	width: 100%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
#page-banner .content {
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-color: #fff;
	min-height: 400px;
}
#page-banner .content > h3 {
	color: #fff;
	font-size: 3rem;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}
#page-banner .content.flex {
	justify-content: center;
	position: relative;
	align-items: center;
}
