@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;
}
body, select, input, textarea {
	color: #333;
	font: 1.5rem Helvetica, Arial, Microsoft YaHei, sans-serif;
	/*font: 1.5rem Segoe, "Segoe UI", "Segoe WP", Helvetica, Arial, Microsoft YaHei, sans-serif;*/
	word-wrap: break-word; /*允许长单词换行到下一行*/
	word-break : normal;/*word-break: break-all;*/ /*允许在单词内换行*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
/*定位*/
.fl {
	float: left;
}
.fr {
	float: right;
}
ol, ul, li {
	list-style: none;
}
img, input, button, select {
	border: 0 none;
	vertical-align: middle;  /*定义行内元素*/
	max-width: 100%;
}
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.3rem;
	color: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: 0 none;
	border: 1px solid #ccc;
	background: #fcfcfc;
	line-height: 20px;
}
textarea:focus, input:focus, textarea:hover, input:hover {
	border-color: rgba(102,102,102,0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,102,102,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,102,102,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,102,102,0.6)
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "\20";
	display: block;
	clear: both;
}
.clearfix {
*zoom:1;
	overflow: hidden;/*	overflow: auto;
*/
}
/*返回顶部*/
.met-scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}
/*弹性布局*/
.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;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 0 auto 20px;
}
table td, table th {
	padding: 5px 10px;
	font-size: 1.5rem;
	line-height: 1.6;
	border: 1px solid #d2d2d2;
	vertical-align: middle;
}
table p {
	margin-bottom: 0;
}
table th {
	padding: 10px;
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
	background-image: -moz-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
	background-image: -ms-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
	background-image: -o-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
	background-image: -linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e6e6e6', GradientType=0 );
}
table tr:nth-of-type(odd) {
	background: #f7f7f7;
}
table tbody tr:hover {
	background: #e5ebee;
}
/*去掉链接虚线，针对Firefox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #018dd5;
	text-decoration: none;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	display: block;
}
.animate-box {
	opacity: 0;
}
main {
	background-color: #F5F5F5;
}
main#index {
	background-color: #fff;
}
.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
/*---------查看更多-----*/
.elm-button {
	margin-top: 50px;padding-bottom:60px;
	text-align: center;
}
.themesflat-button {
	font-weight: normal;
	display: inline-block;
	font-size: 1.5rem;
	color: #fff;
	background-color: transparent;
	padding: 14px 40px;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.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";
}
/*-------定义公共样式--------*/
#header, main, footer {
	width: 100%;
	margin: 0px auto;
}
/*------响应式菜单-----*/
.wsmenuexpandermain, .bigmegamenu {
	display: none;
}
/*------内页与公共部分------*/
main>.wrapper >h1, #content >h1, #content .page, #productSlide, #content .news-info header p.p2 {
	display: none;
}
/*---------弹性布局两端对齐---------*/
footer .row.flex {
	justify-content: space-between;
}
/*---------头部文件---------*/
#container {
	padding-top: 80px;
}
/*---------头部文件---------*/
#header {
	background: #ffffff;
	border: none;
}
/*--------顶部--------*/
#header .topbar {
	height: 40px;
	line-height: 40px;
	font-size: 1.3rem;
	background: url(../images/topbar-bg.jpg) no-repeat top;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	color: #ffffff;
}
#header .topbar > .flex {
	justify-content: space-between;
}
#header .topbar a {
	color: #ffffff;
}
#header .topbar a:hover {
	color: #99CCFF;
}
/*---------顶部左侧-----------*/
ul.info-list li {
	display: inline-block;
	margin-right: 20px;
}
ul.info-list li i {
	color: #99CCFF;
	margin-right: 10px;
}
ul.info-list li a {
	padding-right: 10px;
}
ul.info-list li a:last-child {
	padding-right: 0;
}
/*--------顶部右侧二维码--------*/
.topbar .dropdown {
	position: relative;
}
.topbar .dropdown > a {
	display: inline-block;
}
/*------头部下拉菜单------*/
.topbar .dropdown-menu {
	position: absolute;
	top: 100%;
	left: -30px;
	min-width: 100%;
	margin: 2px 0 0;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	z-index: 9;
}
.topbar .dropdown-menu::before {
	position: absolute;
	top: -7px;
	right: 53px;
	left: auto;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(0,0,0,0.2);
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.topbar .dropdown-menu::after {
	position: absolute;
	top: -6px;
	right: 54px;
	left: auto;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.topbar .dropdown-menu .qrcode {
	width: 120px;
}
.topbar .dropdown-menu.pop {
	-webkit-transition-property: "opacity,transform";
	-o-transition-property: "opacity,transform";
	transition-property: "opacity,transform";
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: .15s linear;
	-o-transition: .15s linear;
	transition: .15s linear;
}
.topbar .dropdown-menu.out {
	opacity: 0;
	filter: alpha(opacity=0);
}
.topbar .dropdown-menu.in {
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*---------头部文件---------*/

/*.top::before {
    position: absolute;
    display: block;
    content: " ";
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0090d9;
}
*/
.top .container {
position: relative;
height: 100%;
}

#header {
	background: #ffffff;
	border: none;
}
#header .top {
	z-index: 999;
	position: fixed;
	top: 0;
	width: 100%;
	padding-top:0px;
}



.kioi{background-color:#fff;box-shadow: 0 0 3px #aaa;width: 100%;float:left;padding-top:15px;padding-bottom:15px; }






#header .top .logo img {
	max-height: 56px;
	-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;
}
#header .transparent-bar.stick {
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	background-color: #fff;
	-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);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.stick .animated-arrow span, .stick .animated-arrow span:before, .stick .animated-arrow span:after {
	background: #4B4D4E;
}
.stick nav.menu > ul > li:hover > a, .stick nav.menu > ul > li.active > a, .stick nav.menu > .search-menu:hover > a, .stick nav.menu > .search-menu.active > a {
	color: #666;
	text-decoration: none;
}
.stick nav.menu > ul > li > a::after, .stick nav.menu > ul > li.active > a::after, .stick nav.menu > ul > li:hover > a::after {
	background: #4B4D4E;
}
.stick nav.menu > ul > li > a, .stick nav.menu > .search-menu > a {
	color: #666;
}
.logo a img.logo-sticky {
	display: none;
}
.stick .logo a img.logo-sticky {
	display: block;
}
.stick .logo a img.logo-normal {
	display: none;
}
/*---------头部文件---------*/
#header .logo {
	padding: 10px 0;
}
/*------------菜单-----------*/
/*nav.menu > ul{
	align-items: center;
}*/
.top-he{background-color:#005598;width:100%;float:left;height:50px;}




nav.menu{margin-top:20px;}

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 20px;
}
nav.menu > ul > li > a, .search-menu > a {
	color: #666;
	font-size: 1.6rem;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
nav.menu ul li a {
	position: relative;
	display: block;
	/*padding: 27px 0;*/
	text-transform: uppercase;
}
nav.menu > ul > li > a > i {
	margin-left: 5px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.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, nav.menu > .search-menu:hover > a, nav.menu > .search-menu.active > a {
	color:#666;
	text-decoration: none;
}
nav.menu > ul > li > a::after, nav.menu > ul > li.active > a::after, nav.menu > ul > li:hover > a::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .2s;
	transition: all .2s;
}
nav.menu > ul > li > a:hover::after, nav.menu > ul > li.active > a::after, nav.menu > ul > li:hover > a::after {
	width: 100%;
}
.noi{float:right; color:#fff;line-height:50px;}
.noi a{color:#fff}
.top-right{float:right; color:#fff;}



/*-------level 2---------*/
nav.menu>ul>li>ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 11;
	background: rgba(240,240,240,0.9);
	min-width: 100%;
}
nav.menu>ul>li>ul>li > a {
	padding: 8px 15px;
	white-space: nowrap;
}
nav.menu>ul>li>ul li > a:hover {
	/*color:#333;*/
	color: #fff;
	background: #015498;
	text-decoration: none;
}
/*---------搜索-----------------*/
.search-menu {
	position: relative;
	margin-left: 20px;
}
/*.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: #434343;
	-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 div {
	position: relative;
}
.search-menu > ul.dropdown-menu2 div 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 div button[type="submit"] {
	color: #666;
	background: #fbfbfb;
	position: absolute;
	right: 7px;
	line-height: 28px;
}
.search-menu > ul.dropdown-menu2 div button[type="submit"]:hover {
	color: #000;
}
/*---------移动端导航-------------*/
.bigmegamenu {
	position: relative;
}
.wsmenu-list div {
	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 div 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 div 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;
}
/*----------------------------*/
main > .wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
main>.wrapper >h1 {
	line-height: 35px;
	font-size: 1.6rem;
	font-weight: normal;
	background: #e4ecf7;
	height: 35px;
	text-indent: 10px;
}
main>.wrapper >h1 a {
	border: none;
	width: 23px;
	height: 23px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top: 2px;
	right: 7px;
	cursor: pointer;
	outline: none;
	background: url(../images/arrow-down.png) no-repeat center center;
	background-size: 100%;
}
main>.wrapper >h1 a:hover, main>.wrapper >h1 a.dl-active {
	background: url(../images/arrow-down2.png) no-repeat center center;
}
/*-----下拉菜单-----*/
.dl-menuwrapper {
	width: 100%;
	float: right;
	right: 0;
	position: absolute;
	z-index: 10;
}
.dl-menuwrapper ul {
	background: #0088CC;
	position: absolute;
	width: 100%;
	padding: 0;
	list-style: none;
	display: none;
	z-index: 8;
}
.dl-menuwrapper li {
	position: relative;
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 5px 10px;
	font-size: 1.2rem;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	border-top: 1px solid #F1F1F1;
	outline: none;
}
.dl-menuwrapper li a:hover, .dl-menuwrapper li a.active {
	text-decoration: none;
	background-color: rgba(0,0,0,0.08) !important;/*	background: rgba(255,248,213,0.1);
*/
}
/*-----内页导航----*/
nav.breadcrumb {
	background-color: #fff;
	text-transform: capitalize;
	font-weight: normal;
	padding: 15px 0;
	line-height: 1.5;
	border-bottom: 1px solid #e5e5e5;
	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;
}
nav.breadcrumb i {
	margin-right: 6px;
	color: #2767BF;
}
nav.breadcrumb span {
	float: right;
	color: #333;
	font-size: 1.4rem;
}
h1.page-title {
	height: 50px;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	margin: 10px 20px 0;
}
h1.page-title span {
	display: inline-block;
	height: 50px;
	border-bottom: 1px solid #2767BF;
}
/*------内页与公共部分------*/
#content {
	padding: 30px 0;
}
#content .left {
	margin-left: 20px;
	width: calc(80% - 20px);
}
.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;
}
/*----侧边栏------*/
aside {
	width: 20%;
}
aside .category {
	margin-bottom: 15px;
}
aside .category:last-child {
	margin-bottom: 0;
}
aside h2 {
	height: 70px;
	background: #2767BF;
	line-height: 70px;
	font-size: 2.4rem;
	color: #fff;
	font-weight: normal;
	padding-left: 30px;
}
aside h2 span {
	font-size: 1.4rem;
	text-transform: uppercase;
}
/*-----产品侧边栏-----*/
.menu-list {
	padding: 10px 15px;
}
.menu-list > li {
	position: relative;
	font-size: 1.5rem;
	border-bottom: 1px solid #e8e8e8;
}
.menu-list > li:hover > a {
	color: #2767BF;
	background-color: #FEFEFE;
}
.menu-list > li.active {
	background-color: #FEFEFE;
}
.menu-list > li.active > a, .submenu > li.active > a, .submenu > li:hover > a {
	color: #2767BF;
}
.menu-list > li > a {
	color: #585858;
	display: block;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	white-space: nowrap;
}
.menu-list > li > a i.fa-angle-down {
	float: right;
	margin-right: 0;
	line-height: 40px;
	font-size: 2rem;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	vertical-align: middle;
}
.menu-list > li.active > a i.fa-angle-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.menu-list > li > a span {
	text-shadow: 1px 1px 1px #ececec;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.menu-list > li > a span > [class*="fa-"]:first-child {
	padding-right: 8px;
	display: inline-block;
	vertical-align: middle;
}
.menu-list > li:hover > a span, .menu-list > li:focus > a span, .menu-list > li.active > a span {
	padding-left: 5px;
}
/*------二级菜单----*/
.menu-list > li > ul {
	display: none;
	position: relative;
	background-color: #fff;
	border-top: 1px solid #d2d2d2;
}
.menu-list > li > ul::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 18px;
	top: 0;
	bottom: 0;
	border-left: 1px dashed #9dbdd6;
}
.menu-list > li > ul > li {
	position: relative;
	font-size: 1.4rem;
}
.menu-list > li > ul > li::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 7px;
	left: 20px;
	top: 17px;
	border-top: 1px dotted #9dbdd6;
}
.menu-list > li > ul > li:first-child > a {
	border-top: 1px solid #fafafa;
}
.menu-list > li > ul > li > a {
	display: block;
	position: relative;
	color: #666;
	padding: 7px 0 9px 37px;
	border-top: 1px dotted #e4e4e4;
}
.menu-list > li > ul > li > a > [class*="fa-"]:first-child {
	display: none;
	font-size: 12px;
	font-weight: normal;
	width: 18px;
	height: auto;
	line-height: 12px;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 11px;
	z-index: 1;
	background-color: #FFF;
}
.submenu > li.active > a > [class*="fa-"]:first-child, .submenu > li:hover>a>[class*="fa-"]:first-child {
	display: inline-block;
}
/*----左侧联系我们----*/
aside .contact {
	padding: 10px 15px;
	line-height: 1.8;
}
aside .contact a {
	padding-right: 8px;
}
aside .contact a:last-child {
	padding: 0;
}
aside .contact a:hover {
	text-decoration: underline;
}
aside .contact h3 {
	font-weight: normal;
	margin-bottom: 5px;
}
aside .contact i {
	width: 16px;
	margin-right: 8px;
	text-align: center;
}
aside .contact i.fa-mobile {
	font-size: 130%;
}
/*------产品滚动-----*/
#productSlide {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#productSlide .swiper-slide {
	position: relative;
	text-align: center;
}
#productSlide img {
	width: 100%;
	display: block;
}
#productSlide .pagination {
	position: absolute;
	z-index: 20;
	bottom: 3px;
	text-align: center;
	right: 0;
}
#productSlide .swiper-pagination-bullet {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #333;
	margin: 0 2px;
	opacity: 0.8;
	cursor: pointer;
}
#productSlide .swiper-pagination-bullet-active {
	background: #2767BF;
}
/*------图片左右滚动箭头-----*/
.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;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
	left: auto;
	right: -35px;
}
.owl-carousel:hover .owl-controls .owl-nav div {
	opacity: 1
}
.owl-carousel .owl-controls .owl-nav div:hover {
	color: #0067ac;
	border-color: #0067ac;
}
/*---------选项卡切换-----------------*/
.details ul.tabs {
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.details ul.tabs li {
	border-right: 1px solid #ddd;
}
.details ul.tabs li a {
	text-align: center;
	display: block;
	padding: 5px 20px;
}
.details ul.tabs li a:hover {
	background: #e2e2e2;
}
.details ul.tabs li.active a {
	color: #2767BF;
	background-color: #fff;
	border-top: 2px solid #2767BF;
	margin-top: -1px;
	margin-bottom: -1px;
	border-bottom: 1px solid #fff;
	padding: 4px 20px 5px;
}
#content .tab-box .tab-content, #content .tab-content {
	display: none;
	padding: 20px;
}
/*--------底部--------*/
footer {
	color: #ddd;
	/*	background-color: #282828;
*/	padding: 60px 0px;
	background: url(../images/footer-bg.jpg) no-repeat center;
}
footer .flex {
	justify-content: space-between;
}
footer a {
	color: #ddd;
}
footer a:hover {
	color: #99CCFF;
	text-decoration: underline;
}
footer ul.footer-nav {
	width: 60%;
	padding: 0 10px;
}
footer ul.footer-nav>li {
	width: 20%;
}
footer ul.footer-nav>li:not(:first-child) {
	border-left: 1px solid #424449;
	padding-left: 20px;
	text-align: left;
}
/*footer ul.footer-nav>li>a {
	display: block;
	margin-bottom: 15px;
	font-size: 1.5rem;
	line-height: 28px;
	color: #fff;
}
*/

footer ul.footer-nav>li>a {
	display: block;
	color: #f5f5f5;
	font-size: 1.6rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
footer ul.footer-nav>li>a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
	background: #fff;
}
footer ul.footer-nav>li>a:hover {
	color: #e8eaec;
}
footer ul.footer-nav>li>ul>li {
	line-height: 2;
}
footer ul.footer-nav>li>ul>li>a {
	color: #ccc;
	font-size: 1.3rem;
}
footer ul.footer-nav>li>ul>li>a:hover {
	text-decoration: underline;
	color: #e8eaec;
}
/*------------------------------------*/
footer .contact-info {
	padding: 0 20px 0 10px;
	border-right: 1px dashed #666;
}
footer h3 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
footer h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
	background: #99CCFF;
}
footer strong {
	font-weight: normal;
}
footer .about {
	width: 328px;
	padding: 0 10px;
}
footer .about p {
	line-height: 1.8;
	padding: 20px 0px;
}
footer .scan {
	padding: 0 10px;
}
footer .scan img {
	max-width: 150px;
	padding: 10px;
	border: 1px solid #606060;
}
footer .scan p {
	text-align: center;
	line-height: 2;
}
/*-------底部联系方式------*/
footer .contact {
	padding: 0;
}
footer .contact img {
	max-height: 60px;
}
footer .contact .footer-logo {
	margin-bottom: 20px;
}
footer .contact p {
	line-height: 2;
}
footer .contact p i {
	color: #99CCFF;
	width: 15px;
	margin-right: 10px;
}
footer .contact p i.fa-mobile {
	font-size: 130%;
}
/*---------底部-------------*/
#bottom {
	width: 100%;
	background: #015498;
	color: #fff;
	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: #fff;
}
#bottom a:hover {
	color: #e8eaec;
	text-decoration: underline;
}
#bottom>.wrapper.flex {
	justify-content: space-between;
}
#bottom>.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 13px 10px;
	background: #015498;
	color: #fff;
	height: auto !important;
	overflow: hidden;
}
/*#bottom >.wrapper .left {
	width: 80%;
	float: left;
	display: inline;
}*/
#bottom >.wrapper .left span {
	padding-left: 10px;
}
#bottom >.wrapper .right {
	width: 50%;
	text-align: right;/*	float: right;
	display: inline;*/
}
#bottom >.wrapper .right i {
	margin-right: 8px;
}
/*----回到顶部---*/
.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: #0F3E72;
	border-color: #0F3E72;
	-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;
}
.animation-slide-bottom {
	-webkit-animation-name: slide-bottom;
	-o-animation-name: slide-bottom;
	animation-name: slide-bottom;
}
/*-------分页--------*/
#content .page {
	line-height: 30px;
	text-align: center;
	font-size: 1.2rem;
	padding: 20px 0;
}
#content .page a, #content .page span {
	padding: 4px 8px;
	border: 1px solid #555;
}
#content .page span {
	margin: 0 6px;
}
#content .page a:hover {
	background: #E5E5E5;
	text-decoration: none;
}
/*-----分页样式-----*/
nav.pagelist {
	clear: both;
	text-align: center;
	padding: 0px 0px 40px 0px;
}
nav.pagelist a {
	border: #2767BF 1px solid;
	margin-right: 6px;
	padding: 4px 7px;
	color: #2767BF;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
}
nav.pagelist a:hover {
	color: #fff;
	background: #2767BF;
	text-decoration: none;
}
nav.pagelist span.current {
	border: #2767BF 1px solid;
	background-color: #2767BF;
	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 .prevnext {
	clear: both;
	padding: 10px 15px 0;
	text-align: center;
	height: auto !important;
	overflow: hidden;
	border-top: 1px dotted #959595;
}
#content .prevnext .previous {
	width: 50%;
	float: left;
	text-align: left;
}
#content .prevnext .next {
	width: 50%;
	float: right;
	text-align: right;
}
.nothing {
	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 {
	height: 400px;
	border: #ccc solid 1px;
}
/*------内页banner-----*/
#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: 600px;margin-top:100px;
}
#page-banner .content > h3 {
	color: #fff;
	font-size: 5rem;margin-top:3%;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}
#page-banner .content > h3 span{
	color: #333;

}
#page-banner .content.flex {
	justify-content: center;
	position: relative;
	align-items: center;
}

/*------案例列表-----*/
#content ul.gallery li section {
    text-align: center;
    margin: 0 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
    -moz-box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
    box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
}
#content ul.gallery li {
	width: 33.33333333333%;
}
#content ul.gallery li section {
	position: relative;
	overflow: hidden;
}
#content ul.gallery >li h3 {
	position: absolute;
	left: 0;
	bottom: -32px;
	padding:0;
	width: 100%;
	text-align: center;
	line-height: 32px;
	height: 32px;
	font-weight:normal;
	background-color: rgba(51, 51, 51, 0.68);
}
#content ul.gallery > li h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 0 5px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#content ul.gallery li section>a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#content ul.gallery li section img {
	width: 100%;
	-webkit-transition: transform 0.5s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}
#content ul.gallery li a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#content ul.gallery li section {
	border:0 none;
}
#content ul.gallery li section:hover {
	border:0 none;
}




.noity{display:none;}

#content #n-koi{width:100%;}
#content #aboi{width:100%;}


#content #n-koi hgroup > figure{padding: 40px 20px;
position: relative;
background: #eeeeee;
margin-bottom: 10px;}

.abou-uj{ background-color:#fff; padding:2%;}


.relation-content-box {
    width: 100%;margin-bottom:20px;margin-top:20px;
}.relation-content-box > ul {
    text-align: center;
    overflow: hidden;
}.relation-content-box > ul li {
    display: inline-block;
    width: 32.3%;
    height: 280px;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}.relation-content-box > ul li div {
    width: 100%;
    height: 100%;
    padding: 0 10px;
}.relation-img {
    margin-top: 34px;
}.relation-content-box > ul li h4 {
    font-size: 20px;
    margin-top: 10px;
    color: #2449a4;
}.relation-content-box > ul li p {
    font-size: 16px;
    color: #555555;
    margin-top: 16px;
    width: 84%;
    margin-left: 8%;
}



		.abUs-comPro{padding:60px 0 40px;}
.auCp-box{line-height:27px;/*text-align:center;*/color:#777777;margin:33px 0 0;overflow:hidden;visibility:hidden;}
.auCp-more{height:40px;line-height:40px;text-align:center;color:#777777;background:#f1f1f1;margin:34px 0 0;display:none;}


/*数据*/
.abUs-comData{padding:124px 0;text-align:center;color:#fff;background:url(../images/auCd-bg.jpg) no-repeat center center / cover;}
.abUs-comData ul li{width:25%;padding:26px 0 1px;border-right:1px solid rgba(255,255,255,.65);float:left;opacity:0;}
.abUs-comData ul li:first-child{border-left:1px solid rgba(255,255,255,.65);}
.abUs-comData ul li .num{font:bold 48px/55px 'Verdana';}
.abUs-comData ul li .con{padding:0 15%;line-height:27px;height:54px;margin:10px 0 0;opacity:.8;}



/*资质荣誉*/
.ab_sp{ clear:both; width:1000px; height:3113px; margin:80px auto 0 auto;}
.ab_rybox{ clear:both; width:1096px; margin:0 auto;}
.ab_rybox .p_1{ text-align:center; font-size:28px; line-height:30px; font-weight:bold; color:#1b1b1b; padding-top:58px;}
.ab_rybox .p_2{ text-align:center; font-size:20px; line-height:22px; color:#B7B7B7; text-transform:uppercase; padding-top:10px;}
.ab_rybox .p_3{ width:76px; height:1px; background:#000; margin:15px auto 0 auto;}
.ab_rybox .p_4{ text-align:center; font-size:15px; line-height:17px; color:#aaa; padding-top:37px;}
.ab_rybox .cont{ width:100%; height:330px; margin-top:58px; padding:0 0 110px 0; position:relative;}
.ab_rybox .cont .btn{ display:block; width:17px; height:32px; position:absolute; top:148px; background:url(../images/about_17.jpg) no-repeat;}
.ab_rybox .cont .prev{ left:-41px; background-position:left center;}
.ab_rybox .cont .next{ right:-41px; background-position:right center;}
.ab_rybox .box{ width:1096px; height:330px; overflow:hidden;border:none;}
.ab_rybox .cj_box{ width:10000px; height:330px;}
.ab_rybox .cj_box_1,.ab_rybox .cj_box_2{ float:left;}
.ab_rybox .box li{ float:left; width:247px; margin-right:36px;}
.ab_rybox .box li.none{ margin-right:0;}
.ab_main{ width:1200px; padding:30px 0; line-height:27px; margin:0 auto; }
/*--- Container ---*/
.p-title{text-align:center;}
.p-title .t{line-height:49px;font-size:30px;}
.p-title .s{display:block;width:20px;height:3px;background:#005598;margin:10px auto 0;}
.p-title .c{line-height:27px;font-size:16px;color:#666666;margin:13px 0 0;}

.abUs-comHonor{margin-top:50px;}

.ab_rybox{margin-bottom:50px;}


/*企业愿景*/
.abUs-comVision{padding:45px 0 85px;background:#005598;}
.auCv-wrap{position:relative;margin:34px 0 0;z-index:2;}

.auCv-box{padding:68px 0 0;width:60%;height:260px;background:#fff;box-shadow:0px 5px 10px rgba(0,85,152,.12);position:absolute;top:67px;left:2.8333%;z-index:2;}
.auCv-box .auCv-block{width:505px;line-height:36px;font-size:15px;color:#777777;position:relative;margin:0 auto;}
.auCv-block:before,
.auCv-block:after{content:"";display:block;width:22px;height:21px;background:url(../images/icon-dqm.png) no-repeat center center / cover;position:absolute;}
.auCv-block:before{top:-26px;left:-36px;}
.auCv-block:after{bottom:-10px;right:-30px;transform:rotate(180deg);-webkit-transform:rotate(180deg);}

.auCv-img{width:39.3333%;height:394px;position:relative;float:right;margin:0 0% 0 0;}
.auCv-img:after{content:"";display:block;width:100%;height:100%;border:1px solid #fff;position:absolute;left:-15px;bottom:-20px;z-index:-1;}






@media(max-width:1200px){

.ab_main{width:100%}
.ab_rybox .bo{width:100%;}

}



@media(max-width:1000px){
	
	
	.top-he{display:none;}
	.noity{display:block; background-color:#015498; position:fixed;bottom:0px;height:40px;float:left; width:100%;z-index:999999;}
	.noity ul li{width:100%;float:left;width:50%; text-align:center;height:40px;padding-top:10px; color:#fff;}
	.noity ul li.on{ background-color:#666;}.noity ul li a{ color:#fff;}
	}

@media(max-width:800px){
	.auCv-box{width:100%;}
	.auCv-img{width:100%;}
	
footer .contact p{ text-align:center;}
footer .contact .footer-logo{ text-align:center;}
#bottom{padding-bottom:50px;}
}

@media(max-width:640px){
	.noity ul li a{ font-size:12px;}
	.relation-content-box > ul li{width:100%;height:auto;}}