﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: #666;
	position: relative;
}
body.modal-open {
	width: 100vw;
	height: 100vh;
	overflow: hidden!important;
}
body.menu-open {
	width: 100vw;
	height: 100vh;
	overflow-y: hidden!important;
}
body, html {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
.font-en {
	font-family: 'en', Arial, "微软雅黑", Microsoft YaHei;
}
@font-face {
	font-family: 'en';
	src: local('☺'), url(../font/HelveticaNeueLTPro-HvCn.otf);
	font-weight: normal;
	font-style: normal;
}
dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	margin: 0;
	outline: none
}
a {
	text-decoration: none;
}
a:link {
	color: inherit;
}/*未访问样式*/
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a:hover, a:focus, input:hover, input:focus, button:focus, button:hover {
	outline: none;
}
a.txt-link {
	text-decoration: underline;
}
a.txt-link:hover {
	color: #2968b2;
}
h1 {
    padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #ebebeb;
	margin: 3vh 0px;
}
img {
	max-width: 100%;
}
pre {
	display: block;
	border: none;
	background: none;
	padding: 0px;
	white-space: pre-wrap;
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
.blue {
	color: #2968b2;
}
.yellow {
	color: yellow;
}
.red {
	color: red;
}
.weight{
	color: #fff;
}
::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#333;
}
/*滚动条设置*/

/*表格边框样式*/
table, tbody, tr, td {
	border: none;
}
table tr {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
table td {
	font-size: 15px;
	line-height: 1.5em;
	padding: 8px 15px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
table td p {
	margin: 0px;
}
/*boostrap遮罩层导致页面抖动*/
.modal-open {
	overflow: scroll !important;
}
/*页面内容宽度*/
.container {
	width: 90%;
	max-width: 1430px;
}
@media(max-width:767.8px) {
body{
	padding-bottom: 42px;
}
.container {
	width: 96%;
}
}
@media(max-width:575.8px) {
.container {
	width: 100%;
}
}
/*图片放大*/
.zoom-img {
	overflow: hidden;
}
.zoom-img img {
	width: 100%;
	transform: scale(1);
	transition: all ease 0.6s;
}
.zoom-img:hover img {
	transform: scale(1.1);
}
/*点状背景*/
.point-bg {
	background-image: url(../images/point.png);
	background-repeat: repeat;
}
/*页面haed*/
/*头部*/	
#head {
	position: relative;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	padding: 0!important;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
/*头部标志*/
.head-conent {
	height: 120px;
}
.navbar-brand {
	height: 100%;
	display: flex;
	align-items: center;
	white-space: normal;
}
.navbar-brand img {
	height: 105px;
}
.navbar-brand .slogan {
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
	line-height: 1em;
	border-left: 1px solid #ebebeb;
}
.navbar-brand .slogan small {
	display: block;
	margin-bottom: 6px;
	font-size: 17px;
	color: #333;
	font-weight: bold;
}
.navbar-brand .slogan span,.navbar-brand .slogan p {
    margin: 0px;
	display: block;
	height: 20px;
	color: #060606;
	font-weight: bold;
}
#head .head-shop {
	height: inherit;
	display: flex;
	align-items: center;
}
#head .head-shop>div {
	margin-left: 10px;
}
a.shop-language {
	display: inline-block;
	color: #fff;
	background: #2968b2;
	padding: 0 20px;
	line-height: 38px;
}
a.shop-language span{
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	vertical-align: bottom;
}
.shop-contact {
	padding-right: 25px;
	margin-right: 20px;
	border-right: 1px solid #ebebeb;
}
.shop-contact span {
	display: inline-block;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	margin-right: 8px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #2968b2;
}
.shop-contact small {
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	color: #333;
}
.shop-contact p {
	margin: 0px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #2968b2;
}
#head .head-shop>div .dropdown-menu {
	text-align: center;
	left:0%;
	min-width: 120px;
	margin: 0px;
	border-radius: 0px;
	border: none;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
#head .head-shop>div .dropdown-menu div {
	padding: 0 7px;
	white-space: nowrap;
	color: #2968b2;
}
#head .head-shop>div .dropdown-menu i {
	font-size: 24px;
	line-height: 24px;
	vertical-align: bottom;
}
#head .head-shop>div .dropdown-menu span {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	vertical-align: bottom;
}
.head-shop .dropdown-menu a{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	border-bottom: 1px solid #ebebeb;
	transition:all .4s;
}
.head-shop .dropdown-menu a:last-child{
	border-bottom:none;
}
.head-shop .dropdown-menu a:hover{
	color: #fff;
	background: #2968b2;
}
/*头部导航*/
.head-nav {
	width: 100%;
	background: #002d82;
}
.navbar-expand-lg .navbar-collapse {
	display: flex;
	height: inherit;
}
#head .navbar-nav {
	display: block;
	height: inherit;
	width: 100%;
}
#head .navbar-nav li {
	position: relative;
	z-index: 1;
	display: inline-block;
	height: inherit;
	font-size: 15px;
	line-height: 56px;
	font-weight: bold;
}
#head .navbar-nav li:first-child:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0%;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background-color: rgba(255,255,255,0.2);
	transition: all .4s;
}
#head .navbar-nav li:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0%;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background-color: rgba(255,255,255,0.2);
	transition: all .4s;
}
#head .navbar-nav li a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	color: #fff;
	padding: 0 3.5vw;
	text-align: center;
	transition: all .4s;
}
#head .navbar-nav li:hover>a {
	color: #fff;
	background: #2968b2;
}
#head .navbar-nav li.on>a {
	text-transform: Uppercase;
	color: #fff;
}
#head .navbar-nav li.on>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0%;
	bottom: 0;
	right: 0%;
	width: 100%;
	height: 100%;
	background-color: #2968b2;
}
#head .navbar-nav li .dropdown-menu {
	max-width: auto;
	margin: 0px;
	padding: 0px;
	background: #f5f5fa;
	border-radius: 0px;
	border: none;
	border-bottom: 3px solid #2968b2;
	transition: box-shadow .4s;
}
#head .navbar-nav li:hover .dropdown-menu {
	box-shadow: 0 0 15px rgba(29,32,136,0.2);
}
#head .navbar-nav li .dropdown-menu a {
	display: block;
	min-width: 160px;
	padding: 0 25px;
	font-size: 15px;
	line-height: 50px;
	color: #333;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	border-bottom: 1px solid #ebebeb;
}
#head .navbar-nav li .dropdown-menu a:hover {
	color: #fff;
	background: #2968b2;
}
#head .navbar-nav li .dropdown-menu a:last-child {
	border-bottom: none;
}

@media(max-width:1199.8px) {
#head .navbar-nav {
	display: none;
}
.head-conent {
	height: 90px;
	width: 100%;
	max-width: 100%;
	padding-right: 110px;
}
.navbar-brand img {
	height: 60px;
}
.navbar-brand .slogan {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}
}

@media( min-width: 992px) {
#head {
	padding: 0px;
}
}

@media screen and ( max-width:991.8px) {
.head-conent {
	height: 70px;
}
.navbar-expand-lg>.head-conent {
	padding-left: 3%;
	padding-right: 70px;
}
.navbar-brand img {
	height: 50px;
}
.navbar-brand .slogan small {
	font-size: 15px;
	margin-bottom: 2px;
}
.navbar-brand .slogan span,.navbar-brand .slogan p {
	font-size: 18px;
}
.navbar-expand-lg .navbar-collapse {
	display: none;
}
#head .head-shop #shop-language,
#head .head-shop #shop-contact{
	display: none;
}
}

@media screen and ( max-width:767.8px) {
.head-conent {
	height: 56px;
}
.navbar-expand-lg>.head-conent {
	padding-right: 56px;
}

.navbar-brand img {
	height: 40px;
}
.navbar-brand .slogan {
	display: none;
}
}
/*--手机菜单--*/
/*头部菜单按钮*/
.menu-button {
	display: block;
	position: fixed;
	z-index: 1039;
	top: 0;
	right: 0px;
	width: 90px;
	height: 90px;
	border: none;
	padding: 0;
	font-size: 0;
	background: #2968b2;
	transition: all 0.3s ease-in-out;
}
.menu-open .menu-button {
	color: #333;
	background: #2968b2;
}

@media (min-width: 1200px) {
.menu-button {
	display: none;
}
.menu-open .menu-button {
	display: block;
}
}

@media (max-width: 997.8px) {
.menu-button {
	display: block;
	width: 70px;
	height: 70px;
}
}

@media (max-width: 767.8px) {
.menu-button {
	display: block;
	width: 56px;
	height: 56px;
}
}
.menu-button span {
	width: 24px;
	height: 2px;
	border-radius: 6px;
	background-color: #f7f7f7;
	display: block;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.menu-open .menu-button span {
	background-color: #fff;
}
.menu-button:hover {
	cursor: pointer;
}
.menu-open .menu-button span:nth-child(2) {
	opacity: 0;
}
.menu-open .menu-button span:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-o-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.menu-open .menu-button span:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}
/*菜单设置*/
.menu-content {
	display: flex;
	align-items: center;
}
.menu-inner {
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 1038;
	width: 100%;
	left: 100%;
	top: 0;
	color: #fff;
	background: #25263b;
	transition: all .8s ease;
	transition-delay: 0.8s;
}
.menu-open .menu-inner {
	left: 0%;
	transition: all 1.2s ease;
}
@media screen and (min-width: 992px) {
.menu-inner {
	height: 100vh;
}
	
}
@media screen and (max-width: 991.8px) {
.menu-inner {
	height: 0;
	min-height: calc(100vh - 42px);
	width: 60%;
}
.menu-open .menu-inner {
	left: 40%;
	background: none;
}
}

/*右侧一级菜单*/
.nav-menu {
	width: 33.333%;
	background: #f7f7f7;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: -37%;
	top: 0;
	transition: all 1.2s ease;
	transition-delay: 0.8s;
	z-index: 2;
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
}
@media screen and (min-width: 992px) {
.nav-menu {
	height: 100vh;
}
}
@media screen and (max-width: 991.8px) {
.nav-menu {
	height:  calc(100vh - 42px);
}
.menu-open .nav-menu {
	width: 60%;
	height:  calc(100vh - 42px);
	justify-content: center;
	right: -100%;
	overflow: auto;
}
}
.menu-open .nav-menu {
	right: 0;
	transition: all .5s ease;
}
.nav-menu .nav-menu-item>a, .nav-menu .nav-menu-item .sub-nav li a, .menu-content p {
	position: relative;
}
.nav-menu .nav-menu-item>a {
	font-size: 20px;
	line-height: 2.5em;
	font-weight: bold;
	text-transform: Uppercase;
	text-align: center;
	color: #333;
	overflow: hidden;
}
.nav-menu .nav-menu-item>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 0%;
	width: 0%;
	height: 3px;
	background-color: #2968b2;
	transition: all .4s;
}
.nav-menu .nav-menu-item>a:hover:after {
	content: "";
	width: 100%;
}
.nav-menu .nav-menu-item>a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	transition: all .75s ease;
}
.menu-open .nav-menu .nav-menu-item>a:before {
	content: "";
	height: 0%;
	transition-delay: 1.3s;
}
.menu-open .nav-menu .nav-menu-item>a>span {
	position: absolute;
	left: 102%;
	z-index: 1;
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
}

.nav-menu .nav-menu-item.menu-language{
	margin-top: 4vh;
}
.nav-menu .nav-menu-item.menu-language>a{
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	text-transform:Capitalize;
}
.nav-menu .nav-menu-item.menu-language>a:last-child{
	margin-right: 0px;
}
.nav-menu .nav-menu-item.menu-language>a:hover:after {
	content: "";
	width: 0%;
}
.nav-menu .nav-menu-item.menu-language>a svg{
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
@media screen and (max-width: 991.8px) {
.nav-menu .nav-menu-item.menu-language>a{
	display: block;
	text-align: left;
	line-height: 36px;
	height: 36px;
	margin: 0px;
}	
}

/*二级菜单*/
.sub-content {
	width: 66.6%;
	height: 100vh;
	background: #25263b;
	display: none;
	position: fixed;
	left: 0%;
	top: 0;
	transition: all 1.2s ease;
	transition-delay: 0.8s;
	z-index: 2;
}
.sub-content.sub-content-open {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sub-content .sub-nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-width: 320px;
	padding-left: 10%;
	padding-right: 30px;
}
.sub-content .sub-nav li {
	width: 50%;
	white-space:nowrap;
}
.sub-content .sub-nav li a {
	display: block;
	padding: 0.5em 0;
	font-size: 18px;
	line-height: 1.4em;
	color: #fff;
	transition: all .4s;
}
.sub-content .sub-nav li a:hover {
	color: #2968b2;
}
.sub-content .sub-nav li a:before {
	content: "";
	background-color: #25263b;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	z-index: 1;
}
.sub-content.sub-content-open .sub-nav li a:before {
	height: 0;
	animation: anime-sub 1s;
}
.sub-content .sub-nav li a svg {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
	width: 22px;
	height: 22px;
	line-height: 18px;
	vertical-align: bottom;
}
 @keyframes anime-sub {
0% {
height:calc(100% + 20px)
}
to {
height:0
}
}

@media screen and (max-width: 991.8px) {
.nav-menu .nav-menu-item>a {
	display: block;
	font-size: 18px;
	height: 7vh;
	line-height: 7vh;
}
.sub-content {
	display: flex;
	width: 100%;
	height:  calc(100vh - 42px);
	left:auto;
	right: -100%;
	padding: 75px 15px 20px;
	transition: all .6s ease;
	z-index: 2;
}
.sub-content.sub-content-open {
	width: 60%;
	height:  calc(100vh - 42px);
	justify-content: center;
	right: 0%;
	padding: 75px 15px;
	overflow: auto;
}
.sub-content .sub-menu {
	display: flex;
	align-items: center;
	width: 100%;
	overflow: auto;
	height: 100%;
}
.sub-content .sub-menu::-webkit-scrollbar-track {
background:rgba(255,255,255,0.1);
}
.sub-content .sub-menu::-webkit-scrollbar {
width: 4px;
}
.sub-content .sub-menu::-webkit-scrollbar-thumb {
background:#2968b2;
}
.sub-content .sub-nav{
	min-width: inherit;
	padding-left: 20px;
	padding-right: 20px;
}
.sub-content .sub-nav li {
	width: 100%;
}
.sub-content .sub-nav li a {
	font-size: 16px;
	text-align: center;
}
}
@media screen and (max-width: 767.8px) {
.nav-menu .nav-menu-item>a {
	font-size: 16px;
}	
}

/*左侧讯息*/
.menu-content {
	width: 100%;
	display: flex;
}
.menu-content-item {
	width: 66.6%;
	padding-left: 10%;
	padding-right: 10%;
	color: #fff;
}
.menu-content p {
	margin: 0 0 1em;
	font-size: 18px;
}
.menu-content a {
	color: inherit;
}
.menu-content a:hover {
	color: #2968b2;
}
.menu-content p:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -1%;
	width: 102%;
	height: 100%;
	background-color: #25263b;
	transition: all .75s ease;
}
.menu-open .menu-content p:before {
	content: "";
	height: 0%;
	transition-delay: 1.3s;
}
.close-sub-menu {
	position: absolute;
	z-index: 2;
	right: 30px;
	bottom: 5%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	cursor: pointer;
}
@media screen and (max-width: 991.8px) {
.menu-content .menu-content{
	display: none;
}
.close-sub-menu {
	right: 20px;
	bottom: 20px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
}

}
/*-- 手机菜单end --*/


/*首页通用*/
.section {
	background-position: center;
	background-size: cover;
}
#index-menu {
	position: fixed;
	left: 0;
	top: 40%;
	z-index: 2;
	padding: 10px 0px;
	background: #25263b;
}
#index-menu a {
	display: block;
	width: 100%;
	padding: 0 25px;
	font-size: 0.85rem;
	line-height: 2.5em;
	color: #fff;
}
#index-menu .active a {
	background: rgba(255,255,255,0.3)
}

@media screen and (max-width:991.8px) {
#index-menu {
	display: none;
}
}
/*banner按钮*/
.banner-box {
	position: relative;
	z-index: 1;
	height: 100%;
}
#banner {
	position: relative;
	overflow: hidden;
}
#banner .owl-stage-outer, #banner .owl-stage, #banner .owl-item, #banner .item {
	height: 100%;
}
#banner .item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
#banner .item img {
	display: none;
}
@media screen and (max-width:767.8px) {
.banner-box {
	position: relative;
	z-index: 1;
	height: auto;
}
#banner {
	position: relative;
	overflow: hidden;
	height: auto;
	margin: 0px;
}
.banner-wap {
	display: block!important;
}
#banner .item img {
	display: block;
	width: 100%;
}
}
#banner .owl-nav {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 90px;
	background: #fff;
	margin: 0;
	padding: 20px;
	padding-left: 30px;
	line-height: 36px;
}
#banner .owl-nav #counter {
	display: inline-block;
	margin-right: 40px;
	font-weight: bold;
	font-size: 18px;
	color: #999;
	vertical-align: bottom;
}
#banner .owl-nav #counter span {
	color: #333;
	vertical-align: bottom;
}
#banner .owl-nav #interval {
	display: inline-block;
	height: 20px;
	width: 1px;
	margin: 8px;
	background: #ccc;
	vertical-align: bottom;
}
#banner .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
	vertical-align: bottom;
}
#banner .owl-nav [class*=owl-]:hover {
	text-decoration: none
}
#banner .owl-nav .disabled {
	opacity: 0.3;
	cursor: default
}
#banner .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 28px;
	height: inherit;
	line-height: inherit;
	color: #333;
	transition: all .4s;
}
#banner .owl-nav [class*=owl-]:hover i {
	color: #2968b2;
}

@media screen and (max-width:991.8px) {
#banner .owl-nav {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 60px;
	background: #fff;
	margin: 0;
	padding: 10px;
	padding-left: 20px;
	line-height: 32px;
}
#banner .owl-nav #counter {
	margin-right: 25px;
	font-weight: bold;
	font-size: 18px;
}
}

@media screen and (max-width:767.8px) {
#banner .owl-nav {
	right: 0px;
	margin: 0;
	padding: 10px;
	padding-left: 10px;
	line-height: 32px;
}
#banner .owl-nav #counter {
	display: none;
}
}
/*banner按钮*/



/*首页标题*/
.index-title {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.index-title p {
	position: relative;
	display: inline-block;
	z-index: 1;
	margin-bottom: 0px;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	text-transform: Uppercase;
	color: #333;
	white-space: nowrap;
}
.index-title span {
	display: inline-block;
	z-index: 1;
	margin-top: 1em;
	font-size: 15px;
	line-height: 1.5em;
	color: #666;
}
.index-title-p {
	margin-top: 10px;
}
.index-title-p span {
	display: inline-block;
	margin-right: 6px;
	padding: 3px;
	font-size: 16px;
	line-height: 1em;
	color: #e60012;
	border: 1px dashed #e60012;
	border-radius: 50%;
	transform: rotate(90deg);
}
.index-title-p li {
	display: inline-block;
	margin-right: 15px;
}
.index-title-p a {
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 24px;
	color: #666;
	transition: all .4s;
}
.index-title-p a:hover {
	color: #2968b2;
}
.index-title-p a:hover:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -3px;
	left: 0%;
	width: 100%;
	height: 1px;
	background-color: #2968b2;
	transition: all .4s;
}
.index-title.index-title-w p {
	color: #fff;
}
.index-title.index-title-w span {
	font-size: 15px;
	color: #ccc;
}

@media screen and (max-width: 991.8px) {
.index-title p {
	font-size: 30px;
}
.index-title span {
	font-size: 16px;
}
.index-title-p {
	float: none;
}
.index-title-p li {
}
.index-title-p a {
	font-size: 14px;
}
}

@media screen and (max-width: 767.8px) {
.index-title p {
	font-size: 24px;
}
.index-title.index-title-h2 p {
	font-size: 24px;
}
}

@media screen and (max-width: 565.8px) {
#index-p .owl-item {
	padding: 0 10px;
}
}
/*产品*/
#index-p {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
#index-p .item {
	width: 23%;
	margin: 1%;
	min-height: 100%;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
#index-p .item:hover {
	box-shadow: 0 0 20px rgba(41,104,178,0.15);
}
#index-p .item .index-p-img {
	display: block;
	overflow: hidden;
	transition: all .4s;
}
#index-p .item .index-p-txt {
	padding: 20px 20px 0;
}
#index-p .item .index-p-title {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 20px;
	max-height: 40px;
	color: #333;
	font-weight: bold;
	text-transform: Uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
#index-p .item:hover .index-p-title {
	color: #2968b2;
}
#index-p .item .index-p-title:hover {
	color: #e60012;
}
#index-p .item .index-p-txt pre {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.75em;
	color: #999;
	height: 5.25em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-p-btn {
	display: flex;
	justify-content: center;
	padding: 0 20px 15px;
}
.index-p-btn a {
	display: block;
	width: 100%;
	margin-left: 10px;
	font-size: 13px;
	line-height: 36px;
	text-align: center;
	color: #666;
	border-radius: 4px;
	background: #f7f7f7;
	transition: all .4s;
}
.index-p-btn a:first-child {
	margin-left: 0px;
	color: #fff;
	background: #2968b2;
}
.index-p-btn a:hover {
	color: #fff;
	background: #e60012;
}

@media screen and (max-width:1199.8px) {
#index-p .item {
	width: 31.33%;
}
#index-p .item:nth-of-type(7), #index-p .item:nth-of-type(8) {
	display: none;
}
}

@media screen and (max-width:991.8px) {
#index-p .item {
	width: 48%;
}
	#index-p .item .index-p-title{
		margin-top: 10px;
		font-size: 16px;
	}
#index-p .item .index-p-txt {
	padding: 10px 10px 0;
}
#index-p .item .index-p-btn {
	padding: 0px 10px 10px;
}

}
/*按钮  */
a.btn-more {
	margin-top: 25px;
	display: inline-block;
	padding: 0 28px;
	font-size: 15px;
	line-height: 38px;
	color: #999;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
a.btn-more:hover {
	color: #fff;
	background: #2968b2;
	border: 1px solid #2968b2;
}
/*首页优势*/


.index-adv {
	display: flex;
	overflow: hidden;
}
.index-adv .index-adv-video {
	width: 40%;
}
a.video-link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
a.video-link:before {
	content: "\e66a";
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	line-height: 72px;
	font-family: "iconfont" !important;
	font-size: 24px;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
	background: rgba(36, 123, 225, 0.7);
	border-radius: 50%;
	transition: all .4s;
}
a.video-link:hover:before {
	background: rgba(36, 123, 225, 1);
}
.index-adv .index-adv-info {
	width: 60%;
	padding: 8% 5% 5%;
	background: linear-gradient(to right, #002d82 0%, #0b5ab9 100%);
}
.index-adv .index-adv-info .info {
	max-width: 500px;
	font-size: 15px;
	color: #fff;
}
.index-adv-title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 25px;
}
.index-adv .index-adv-info b {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 25px;
}
.index-adv .index-adv-info p {
	color: #ccc;
}
.index-adv .index-adv-info a.button {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 35px;
	margin-top: 40px;
	border: 1px solid #fff;
	font-size: 13px;
	line-height: 42px;
	color: #fff;
	opacity: 0.6;
	transition: all .4s;
}
.index-adv .index-adv-info a.button:hover {
	color: #0b5ab9;
	opacity: 1;
}
.index-adv .index-adv-info a.button:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 0%;
	height: 100%;
	background-color: #fff;
	transition: all .4s;
}
.index-adv .index-adv-info a.button:hover:after {
	content: "";
	width: 100%;
}

@media(max-width:767.8px) {
.index-adv {
	flex-wrap: wrap;
}
.index-adv .index-adv-video {
	width: 100%;
	height: 400px;
}
.index-adv .index-adv-info {
	width: 100%;
}
}
/*首页关于*/
.index-a {
	display: flex;
	flex-wrap: wrap;
}
.index-a .index-title {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 2vh;
	margin: 0px;
}
.index-a-data {
	width: 50%;
	padding-right: 10%;
	padding-bottom: 8vh;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.index-a-data ul {
	width: 100%;
	margin-bottom: 5vh;
}
.index-a-data ul li {
	display: inline-block;
	padding-right: 6%;
}
.index-a-data ul li:last-of-type {
	padding-right: 0px;
}
.index-a-data ul li .data {
	font-family: 'en';
	font-weight: bold;
	font-size: 60px;
	line-height: 0.9em;
	color: #2968b2;
}
.index-a-data ul li span {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.index-deta-slogan {
	border-left: 2px solid #e60012;
	padding-left: 20px;
	font-size: 15px;
	color: #666;
	font-weight: bold;
}
.index-a-info {
	position: relative;
	width: 50%;
	padding: 5%;
	background: #2968b2;
	font-size: 15px;
	color: #ebebeb;
	height: auto;
	overflow: hidden;
}
.index-a-title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.index-a-info hr {
	border-top: 1px solid #fff;
	opacity: 0.2;
}
.index-a-info a {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	display: inline-block;
	border-radius: 50%;
}
 @-webkit-keyframes changeright {
 0% {
-webkit-transform:rotate(0deg);
}
 50% {
-webkit-transform:rotate(180deg);
}
 100% {
-webkit-transform:rotate(360deg);
}
}
 @-webkit-keyframes changeleft {
 0% {
-webkit-transform:rotate(0deg);
}
 50% {
-webkit-transform:rotate(-180deg);
}
 100% {
-webkit-transform:rotate(-360deg);
}
}
.index-a-info a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	border: 1px dashed #fff;
	border-radius: 50%;
	transition: all .4s;
}
.index-a-info a:hover:after {
	content: "";
	-webkit-animation: changeright 6s linear infinite;
}
.index-a-info a span {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
}
img.index-a-logo {
	position: absolute;
	bottom: -1%;
	right: -2%;
	width: 80%;
	opacity: 0.1;
}

@media(max-width:991.8px) {
.index-a-info {
	width: 100%;
	padding-right: 0%;
	margin-bottom: 8vh;
}
.index-a-data {
	width: 100%;
	padding-right: 0%;
	padding-top: 8vh;
	padding-bottom: 4vh;
	display: flex;
	flex-wrap: wrap;
}
.index-a-data ul li .data {
	font-size: 48px;
}
.index-a-video {
	width: 100%;
}
}

@media(max-width:767.8px) {
.index-a-data ul li .data {
	font-size: 36px;
}
}
/*首页伙伴*/
.index-partner {
	background: url(../images/index-partner-bg.jpg) center;
	background-size: cover;
}
.logo-list {
	display: flex;
	flex-wrap: wrap;
}
.logo-list li {
	position: relative;
	z-index: 1;
}
.logo-list li .logo-img, .logo-list li .logo-name {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.logo-list li .logo-img {
	z-index: 2;
}
.logo-list li .logo-name {
	z-index: 3;
	background: rgba(41,104,178,0.95);
	opacity: 0;
	transition: all .4s;
}
.logo-list li:hover .logo-name {
	opacity: 1;
}
.logo-list li div img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.logo-list li .logo-name div {
	text-align: center;
	color: #fff;
}
.logo-list li .logo-name div p {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}
.logo-list li .logo-name div p:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background-color: #fff;
	transition: all .4s;
}
.logo-list li .logo-name div span {
	font-size: 14px;
	opacity: 0.8;
}

@media(min-width:1200px) {
.logo-list li {
	width: 16.66%;
	height: 0px;
	padding-bottom: 10%;
}
.logo-list li:nth-of-type(1):before, .logo-list li:nth-of-type(6n + 1):before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 20px;
	left: 0%;
	width: 1px;
	height: calc(100% - 40px);
	background-color: #2968b2;
	opacity: 0.2;
}
.logo-list li:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 20px;
	width: calc(100% - 40px);
	height: 1px;
	background-color: #2968b2;
	opacity: 0.2;
}
.logo-list li .logo-img:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 20px;
	right: 0%;
	width: 1px;
	height: calc(100% - 40px);
	background-color: #2968b2;
	opacity: 0.2;
}
.logo-list li:nth-child(1) .logo-img::after, .logo-list li:nth-child(2) .logo-img::after, .logo-list li:nth-child(3) .logo-img::after, .logo-list li:nth-child(4) .logo-img::after, .logo-list li:nth-child(5) .logo-img::after, .logo-list li:nth-child(6) .logo-img::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 20px;
	width: calc(100% - 40px);
	height: 1px;
	background-color: #2968b2;
	opacity: 0.2;
}
}

@media (min-width:768px) and (max-width:1199.8px) {
.logo-list li {
	width: 25%;
	height: 0px;
	padding-bottom: 15%;
}
.logo-list li:nth-of-type(1):before, .logo-list li:nth-of-type(4n + 1):before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 15px;
	left: 0%;
	width: 1px;
	height: calc(100% - 30px);
	background-color: #2968b2;
	opacity: 0.2;
}
.logo-list li:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #2968b2;
	opacity: 0.2;
}
.logo-list li .logo-img:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 15px;
	right: 0%;
	width: 1px;
	height: calc(100% - 30px);
	background-color: #2968b2;
	opacity: 0.2;
}
.logo-list li:nth-child(1) .logo-img::after, .logo-list li:nth-child(2) .logo-img::after, .logo-list li:nth-child(3) .logo-img::after, .logo-list li:nth-child(4) .logo-img::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #2968b2;
	opacity: 0.2;
}
}

@media(max-width:767.8px) {
.logo-list li {
	width: 33.33%;
	height: 0px;
	padding-bottom: 20%;
}
.logo-list li:nth-of-type(1):before, .logo-list li:nth-of-type(3n + 1):before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 10px;
	left: 0%;
	width: 1px;
	height: calc(100% - 20px);
	background-color: #2968b2;
	opacity: 0.2;
}
.logo-list li:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left: 10px;
	width: calc(100% - 20px);
	height: 1px;
	background-color: #2968b2;
	opacity: 0.2;
}
.logo-list li .logo-img:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 10px;
	right: 0%;
	width: 1px;
	height: calc(100% - 20px);
	background-color: #2968b2;
	opacity: 0.2;
}
.logo-list li:nth-child(1) .logo-img::after, .logo-list li:nth-child(2) .logo-img::after, .logo-list li:nth-child(3) .logo-img::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 10px;
	width: calc(100% - 20px);
	height: 1px;
	background-color: #2968b2;
	opacity: 0.2;
}
}
/*首页新闻*/
#index-n {
	width: 100%;
}
#index-n .item {
	padding: 35px;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
#index-n .item:hover {
	border: 1px solid #2968b2;
	background: #2968b2;
	transition: all .4s;
}
a.index-n-title {
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
	max-height: 3em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s;
}
#index-n .item:hover a.index-n-title {
	color: #fff;
}
a.index-n-title:hover {
	text-decoration: underline;
}
#index-n pre {
	margin: 15px 0 5px;
	font-size: 15px;
	line-height: 1.75em;
	height: 7em;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s;
}
#index-n .item:hover pre {
	color: #fff;
	opacity: 0.8;
}
#index-n .time-link {
	margin-top: 20px;
}
#index-n .time-link small {
	font-size: 13px;
	line-height: 36px;
	color: #999;
	transition: all .4s;
}
#index-n .time-link a {
	float: right;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	transition: all .4s;
}
#index-n .time-link a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	border: 1px dashed #fff;
	border-radius: 50%;
	opacity: 0;
	transition: all .4s;
}
#index-n .time-link a:hover:after {
	content: "";
	-webkit-animation: changeright 6s linear infinite;
	opacity: 1;
}
#index-n .time-link span {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #999;
	transition: all .4s;
}
#index-n .item:hover .time-link small, #index-n .item:hover .time-link span {
	color: #fff;
	opacity: 0.4
}
#index-n .owl-nav {
	position: absolute;
	top: -80px;
	right: 10%;
}
#index-n .owl-nav [class*=owl-] {
	position: static;
	margin-left: 18px;
}
#index-n .owl-dots {
	margin-top: 15px;
	padding-right: 10%;
	text-align: right;
}

@media screen and (max-width:1439.8px) {
#index-n {
	overflow: hidden;
}
#index-n .owl-nav {
	float: right;
	width: auto;
}
#index-n .owl-dots {
	margin-top: 10px;
	float: right;
}
}

@media screen and (max-width:575.8px) {
}
/*友情链接*/
.foot-link {
	padding-bottom: 5px;
	padding: 4vh 0;
}
.foot-link a {
	font-size: 14px;
	color: #999;
	margin-right: 15px;
}
.foot-link a:hover {
	color: #2968b2;
}
.foot-link span {
	display: inline-block;
	margin: 0 4px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
/*页脚*/
#foot {
	position: relative;
	width: 100%;
	background: #00153D;
}
.foot-content {
	display: flex;
	justify-content: space-between;
	padding: 7vh 0 11vh;
}
.foot-nav {
	width: 760px;
	max-width: calc(100% - 420px)
}
.foot-nav ul {
	display: flex;
	justify-content: space-between;
}
#foot .foot-nav li {
	display: block;
}
#foot .foot-nav li>a {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 2em;
	letter-spacing: 1px;
	transition: all .4s;
}
#foot .foot-nav li div>a {
	display: block;
	font-size: 15px;
	color: #ccc;
	line-height: 2em;
	letter-spacing: 1px;
	transition: all .4s;
}
#foot .foot-nav li a:hover {
	color: #2968b2;
}
.foot-contact {
	width: 260px;
	text-align: right;
	font-size: 15px;
	color: #ccc;
}
.foot-contact div {
	display: inline-block;
}
.foot-contact p{
	margin-bottom: 5px;
}
.foot-call-title{
	display: none;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.foot-code {
	margin-bottom: 10px;
	text-align: center;
}
.foot-code img{
	max-width: 140px;
	margin-top: 5px;
}
.foot-contact .foot-code span{
	display: block;
	animation: heartbeat linear 1s infinite;
	-webkit-animation: heartbeat linear 1s infinite;
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
	  transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
	  transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
	  transform: scale(1);
  }
}

p.icon {
	position: relative;
	padding-left: 1.8em;
}
p.icon:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	font-family: "iconfont" !important;
	font-size: 120%;
	line-height: 1.5em;
	text-align: center;
	color: #2968b2;
}
.foot-social>.socia>a {
	background: #fff!important;
}
.foot-subscribe {
	margin-top: 30px;
	font-size: 0px;
	text-align: left;
}
.foot-subscribe p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.foot-subscribe button {
	display: inline-block;
	;
	padding: 0 2em;
	border: none;
	font-size: 15px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #2968b2;
	transition: all .4s;
}
.foot-subscribe button:hover {
	background: #e60012;
}
.foot-subscribe button a {
	color: #fff;
}
.foot-subscribe input {
	display: inline-block;
	width: calc(100% - 90px);
	max-width: 240px;
	padding: 0 10px;
	border: 1px solid #ebebeb;
	font-size: 15px;
	line-height: 42px;
	color: #666;
	background: #fff;
	transition: all .4s;
}

.foot-copyright {
	border-top: 1px solid #fff;
	background: #e8ebf0;
	color: #999;
}
.foot-copyright .container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.foot-copyright .container div {
	padding: 15px 20px;
	border-left: 1px solid #fff;
}
.copyright {
	flex-grow: 1;
}
.foot-copyright p, .foot-copyright span, .foot-copyright a {
	display: inline-block;
	margin: 5px 0px;
	font-size: 13px;
	line-height: 20px;
	color: #999;
	transition: all ease .4s;
}
.foot-copyright a {
	margin: 0px 4px;
}
.foot-copyright a:first-child {
	margin-left: 0px;
}
.foot-copyright a:hover {
	color: #2968b2;
}
a.backtop {
	position: fixed;
	right: 20px;
	bottom: 10%;
	z-index: 10;
	display: inline-block;
	margin: 0px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	color: #333;
	background: #f7f7f7;
	opacity: 0;
	transition: all .4s;
}
.page-scroll a.backtop {
	opacity: 1;
}
a.backtop:hover {
	color: #fff;
	background: #2968b2;
}
.wap-bottom{
	position:fixed;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	background: #2968b2;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition:all 0.3s linear;
	  -moz-transition:all 0.3s linear;
	  -ms-transition:all 0.3s linear;
	  -o-transition:all 0.3s linear;
	  transition:all 0.3s linear;
}
.wap-bottom a{
	display: block;
	width: 100%;
	padding:0 10px;
	font-size: 0.875rem;
	line-height: 42px;
	color: #fff;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.1);
}
@media screen and (max-width:1199.8px) {
.foot-content {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
}

@media screen and (max-width:991.8px) {
.foot-nav {
	display: none;
}
.foot-content{
	padding: 30px 0;
}
.foot-contact{
	display: flex;
	justify-content: space-between;
	width: 100%;
	text-align: left;
}
.foot-call-title{
	display: block;
}
.foot-call{
	width: 260px;
}

.foot-copyright .container {
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 60px;
}
.foot-copyright .container div {
	padding: 0px;
	border-left: none;
}
a.backtop {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
}

@media screen and (max-width:767.8px) {
.foot-contact{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-call{
	margin-bottom: 20px;
	width: 90%;
}
.foot-code{
	order: 1;
}
.wap-bottom{
		opacity: 1;
		visibility: visible;
}
}
/*============ 首页end ============*/

/*内页公共*/
/*banner*/
.inside-banner {
	position: relative;
}
.inside-banner .inside-banner-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 450px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.inside-banner-img img {
	max-width: none;
	height: 100%;
}

@media screen and (max-width:1199.8px) {
.inside-banner .inside-banner-img {
	height:360px;
}
}
@media screen and (max-width:991.8px) {
	.inside-banner{
		margin-bottom: 8vh;
	}	
.inside-banner .inside-banner-img {
	height:280px;
}
}

@media screen and (max-width:575.8px) {
.inside-banner .inside-banner-img {
	height: 240px;
}
}
/*内页导航*/
.inside-nav {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.inside-nav:after{ content:""; position: absolute;  z-index:1;bottom: 0px;left: 0%;width: 100%;height: 200%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); 
transition:all .4s;}
#subnav{
	position: relative;
	z-index: 2;
}
@media(min-width:992px) {
#subnav {
	margin: 0;
	border-left: 1px solid rgba(255,255,255,0.2);
}
#subnav .panel-default {
	background: none;
	border: none;
	box-shadow: none;
}
#subnav .panel-heading {
	display: none;
}
#subnav .panel-body {
	flex-wrap: wrap;
	border: none;
	background: none;
	padding: 0px;
	padding-left: -4px;
	padding-right: -4px;
	font-size: 0px;
}
#subnav .panel-body li {
	display: inline-block;
	margin-left: -1px;
}
#subnav .panel-body li a {
	display: inline-block;
	width: 100%;
	padding: 15px 40px;
	font-size: 17px;
	line-height: 26px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: all .4s;
}
#subnav .panel-body li a:hover, #subnav .panel-body li a:focus {
	color: #fff;
	background: #2968b2;
}
#subnav .panel-body li.on a {
	color: #fff;
	background: #2968b2;
}
}

@media(max-width:991.8px) {
.inside-nav .container {
	width: 100%;
	padding: 0px;
}
#subnav {
	margin: 0px;
}
#subnav .panel-default {
	background: none;
	border: none;
	box-shadow: none;
}
#subnav .panel-heading {
	padding: 0px;
	border: none;
	background: none;
	color: #fff;
}
#subnav .panel-heading a {
	display: block;
	width: 100%;
	padding: 15px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	background: #2968b2;
	text-transform: Uppercase;
	overflow: hidden;
}
#subnav .panel-heading a.collapsed {
	background: none;
	color: #fff;
}
#subnav .panel-heading a b {
	float: right;
	display: inline-block;
	margin-top: 8px;
}
#subnav #p-nav1 {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}
#subnav .panel-body {
	padding: 5px 0px;
	margin-bottom: 15px;
	border: none;
	background: #f7f7f7;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#subnav .panel-body li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 42px;
	color: #999;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
#subnav .panel-body li:last-child a {
	border-bottom: none;
}
#subnav .panel-body li.on a {
	padding-left: 32px;
	color: #25263b;
}
#subnav .panel-body li a:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 15px;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background-color: #25263b;
	border-radius: 50%;
	opacity: 0;
	transition: all .4s;
}
#subnav .panel-body li.on a:before {
	content: "";
	opacity: 1;
}
}

@media(max-width:767.8px) {
.inside-nav .container {
	padding: 0px;
	width: 100%;
	min-width: 100%!important;
}
}

/*产品二级分类*/
#product-subnav{
	margin-bottom: 3vh;
}

@media (min-width: 992px){
#product-subnav .panel-heading {
    display: none;
}
#product-subnav .panel-body{
	font-size: 0px;
}	
#product-subnav .panel-body li{
	display: inline-block;
	margin: 5px 10px;
}
#product-subnav .panel-body li a{
	display: inline-block;
	padding: 0 1.5em;
	font-size: 0.875rem;
	line-height: 3em;
	color: #999;
	border: 1px solid #ebebeb;
	transition:all .4s;   
}
#product-subnav .panel-body li a:hover{
	color: #2968b2;
	border: 1px solid #2968b2;
}
#product-subnav .panel-body li.on a{
	color: #fff;
	border: 1px solid #2968b2;
	background:#2968b2;
}
}
@media (max-width: 991.8px){
#product-subnav .panel-heading a{
   display: block;
	padding: 0 1rem;
	font-size: 0.875rem;
	line-height:3em;
	color: #fff;
	background: #2968b2;
}
#product-subnav .panel-heading a.collapsed{
	color: #666;
	background: #f7f7f7;
}
#product-subnav{
	position: relative;
	z-index: 1;
}
#product-subnav #p-subnav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	padding: 0.5rem 0;
	background: #f7f7f7;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#product-subnav #p-subnav li a{
    display: block;
	padding: 0 1rem;
	font-size: 0.875rem;
	line-height: 3em;
	border-bottom: 1px solid #ebebeb;
}
#product-subnav #p-subnav li:last-child a{
	border-bottom:none;
}
}



/*面包屑*/
.breadcrumb {
	padding:3vh 0px 8vh;
	margin:0;
	background: none;
}
.breadcrumb>div {
	font-size: 0px;
}
.breadcrumb a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	color: #999;
	transition: all .4s;
}
.breadcrumb a:hover {
	color: #2968b2;
}
.breadcrumb a:not([href]):not([tabindex]) {
	color: #999;
}
.breadcrumb a:after {
	content: ">";
	margin: 0 5px;
	color: #999
}
.breadcrumb a:not([href]):not([tabindex]):after {
	content: "";
}
@media(max-width:991.8px) {
.breadcrumb{
	display: none;
}
}

/*边距盒子*/
.padding-box {
	padding-top: 10vh;
	padding-bottom: 10vh;
}
.padding-top {
	padding-top: 10vh;
}
.padding-bottom {
	padding-bottom: 10vh;
}
.main {
	position: relative;
	z-index: 2;
	background: #fff;
}
.gray-box {
	background: #f7f8fa;
}
.clear-box:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
}

@media screen and (max-width:991.8px) {
.padding-box {
	padding-top: 8vh;
	padding-bottom: 8vh;
}
.padding-top {
	padding-top: 8vh;
}
.padding-bottom {
	padding-bottom: 8vh;
}
}

@media screen and (max-width:767.8px) {
.padding-box {
	padding-top: 6vh;
	padding-bottom: 6vh;
}
.padding-top {
	padding-top: 6vh;
}
.padding-bottom {
	padding-bottom: 6vh;
}
}
/*信息盒子*/
.info p {
	font-size: 15px;
	line-height: 2em;
	margin: 0 0 0.75em;
}

@media screen and (max-width:991.8px) {
.info p {
	font-size: 14px;
}
}
/*横线*/
.line {
	display: inline-block;
	width: 30px;
	height: 3px;
	line-height: 3px;
	font-size: 0px;
	background: #2968b2;
}
/*内页翻页*/
.page-box {
	padding-top: 30px;
}
.page {
	font-size: 0;
	color: #666;
}
.page span {
	display: inline-block;
	padding: 0 14px;
	margin: 0 4px;
	font-size: 14px;
	line-height: 3em;
	background: #f7f7f7;
}
.page span strong {
	font-size: 17px;
	color: #333;
}
.page a {
	display: inline-block;
	padding: 0 18px;
	font-size: 14px;
	line-height: 3em;
	color: #666;
	background: #f7f7f7;
	transition: all .4s;
}
.page a:first-child {
	border-radius: 4px 0 0 4px;
}
.page a:last-child {
	border-radius: 4px 0 0 4px;
}
.page input {
	display: inline-block;
	width: 4rem;
	padding: 0px 10px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 3em;
	color: #666;
	border-radius: 4px 0 0 4px;
	border: none;
	box-shadow: 0 0 1px #999 inset;
	overflow: hidden;
	transition: all .4s;
}
.page button {
	padding: 0 18px;
	margin: 0px;
	border: none;
	border-radius: 0 4px 4px 0;
	font-size: 14px;
	line-height: 3em;
	color: #666;
	background: #f7f7f7;
	cursor: pointer;
	transition: all .4s;
}
.page a:hover, .page button:hover {
	color: #fff;
	background: #2968b2;
}

@media(max-width:767.8px) {
.page {
	font-size: 13px;
	line-height: 2.5em;
}
.page a, .page span {
	padding: 0 14px;
	font-size: 13px;
	line-height: 2.5em;
}
.page input {
	margin-left: 5px;
	font-size: 13px;
	line-height: 2.5em;
}
.page button {
	padding: 0 14px;
	font-size: 13px;
	line-height: 2.5em;
}
}

/*产品、文章tag*/
.tag{
	margin-top: 4vh;
	margin-left: -4px;
	margin-right: -4px;
}
.tag a{
	display: inline-block;
	padding: 0 0.8rem;
	margin: 4px;
	font-size: 0.75rem;
	line-height: 2.2em;
	color: #999;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	background: #f5f5f5;
	transition:all .4s;
}

.tag a:hover{
	color: #2968b2;
	border: 1px solid #2968b2;
	background: #f7f8fa;
}
/*内页大标题*/
.bigTitle {
	margin-bottom: 0.6em;
	font-size: 48px;
	line-height: 1em;
	font-weight: 900;
	text-transform: Uppercase;
}

@media(max-width:1199.8px) {
.bigTitle {
	font-size: 36px;
}
}
/*关于*/
.inside-title strong {
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	color: #2968b2;
}
.inside-title p {
	font-size: 17px;
	line-height: 1.75em;
	font-weight: bold;
	color: #2968b2;
}
.inside-title pre {
	margin: auto;
	width: 90%;
	max-width: 800px;
	font-size: 16px;
	line-height: 1.75em;
	color: #666;
}

@media(max-width:1199.8px) {
.inside-title strong {
	font-size: 30px;
}
}

@media(max-width:991.8px) {
.inside-title strong {
	font-size: 24px;
}
.inside-title pre {
	font-size: 14px;
}
}

@media(max-width:767.8px) {
.inside-title strong {
	font-size: 24px;
}
}
/*way*/
.about-data {
	margin-bottom: 6vh;
}
.about-data li {
	display: inline-block;
	margin-left: 10%;
}
.about-data li:first-child {
	margin-left: 0%;
}
.about-data .data {
	font-family: "en";
	font-size: 48px;
	color: #2968b2;
}
.way-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.way-list li {
	position: relative;
	width: 23%;
	padding: 20px 15px;
}
.way-list li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 140px;
	background-color: #2968b2;
}
.way-list li span {
	display: inline-block;
	margin-bottom: 10px;
	color: #fff;
}

@media(max-width:991.8px) {
.about-data .data {
	font-size: 36px;
}
.way-list li {
	position: relative;
	width: 48%;
	padding: 20px 15px;
}
}

@media(max-width:575.8px) {
.about-data .data {
	font-size: 30px;
}
}
#customer {
	width: 90%;
	margin: auto;
}
.customer-box {
	padding-left: 5%;
	padding-right: 5%;
}

.customer-list .item{
	position: relative;
	z-index: 1;
	border: 1px solid #ebebeb;
	padding: 25px;
	transition:all .4s;
}
.customer-list .item:hover{
	border: 1px solid #2968b2;
	background: #fff;
	box-shadow: 0 0 20px rgba(41,104,178,0.15);
}
.customer-img{
	position: absolute;
	z-index: -1;
	left:50%;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.1;
	width: 80%;
	filter: grayscale(100%);
	filter: gray;
	transform:translate(-50%,-50%);
	transition:all .4s;
}
.customer-list .item:hover .customer-img{
	opacity: 0.3;
	width: 80%;
	filter: grayscale(0%);
}
.customer-list.owl1 .owl-nav{
	margin-top: 3vh;
}
.customer-list.owl1 .owl-nav [class*=owl-]{
	margin: 6px;
}

.evaluate {
	margin: 1em 0;
	width: 100%;
	height: 7em;
	font-size: 16px;
	line-height: 1.75em;
	display: block; display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
.evaluate:before {
	content: " “ ";
	font-family: "en";
	font-size: 24px;
	line-height: 1.75rem;
	vertical-align: bottom;
	color: #2968b2;
	margin-right: 5px;
}
.evaluate:after {
	content: " ” ";
	font-family: "en";
	font-size: 24px;
	line-height: 1.75rem;
	vertical-align: bottom;
	color: #2968b2;
	margin-left: 5px;
}

@media(max-width:991.8px) {
#customer {
	width: 100%;
	margin: auto;
}
}
/*探索*/


.explore-box{
	background-image: url(../images/explore.png);
	background-position: right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.explore {
	width: 80%;
	max-width: 600px;
}
a.explore-bnt {
    display: inline-block;
    padding: 0px 3em;
    background: #2968b2;
    font-size: 14px;
    line-height: 42px;
    color: #fff;
    margin: 15px 0px;
    transition: all .3s;
}
a.explore-bnt:hover {
    background: #e60012;
}



/*发展历程*/
#culture {
	display: flex;
}
.culture-l {
	width: 40%;
	background-position: center;
	background-size: cover;
}
.culture-r {
	width: 60%;
	padding: 5%;
	padding-right: 13%;
	color: #fff;
	background: linear-gradient(to right, #002d82 0%, #0b5ab9 100%);
}
.culture-r p {
	color: #ebebeb;
}

@media(max-width:767.8px) {
#culture {
	display: flex;
	flex-wrap: wrap;
}
.culture-l {
	width: 100%;
	height: 0px;
	padding-bottom: 60%;
}
.culture-r {
	width: 100%;
	padding: 10% 5%;
	padding-right: 5%;
}
}
/*文化*/
.culture-img img {
	border-radius: 12px;
	margin-bottom: 25px;
}
.culture-img .blue {
	font-size: 17px;
	line-height: 2em;
}
/*发展*/
.course-nav {
	position: relative;
	margin-top: 7vh;
	overflow: hidden;
}
.course-nav:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 9px;
	left: 0%;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
}
.course-nav .item {
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 0px;
}
.course-nav .item:after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #999;
	border: 5px solid #ebebeb;
	border-radius: 50%;
}
.course-nav .center .item:after {
	content: "";
	background-color: #2968b2;
}
.course-nav .item span {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 13px;
}
.course-nav .owl-nav {
	position: absolute;
	right: 10%;
	bottom: 100%;
	margin-bottom: 7vh;
}
.course-nav.owl-carousel.owl1 .owl-nav [class*=owl-] {
	position: static;
	margin-left: 10px;
}
.course-content {
	padding-top: 7vh;
}
.course-content .item {
	display: flex;
}
.course-year {
	width: 30%;
}
.course-year strong {
	font-size: 30px;
	color: #2968b2;
}
.course-year small {
	display: inline-block;
	margin-left: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}
.course-year p {
	margin-top: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #2968b2;
}
.course-info {
	padding-top: 10px;
}

@media(max-width:991.8px) {
.course-nav {
	padding-top: 50px;
}
.course-nav .owl-nav {
	right: 10%;
	bottom: 100%;
	margin-bottom: auto;
}
.course-nav.owl-carousel.owl1 .owl-nav [class*=owl-] {
	position: static;
	margin-left: 10px;
	width: 48px;
	height: 48px;
	line-height: 48px;
}
}

@media(max-width:767.8px) {
.course-content .item {
	display: flex;
	flex-wrap: wrap;
}
.course-year {
	width: 100%;
}
.course-year strong {
	font-size: 24px;
}
.course-year small {
	font-size: 14px;
}
.course-year p {
	margin-top: 5px;
	font-size: 24px;
}
}
/*荣誉*/
#honor {
	background: url(../images/about2.jpg) center;
	background-size: cover;
}
.album-slide {
	display: flex;
}
.album-nav {
	width: 20%;
	display: block;
}
.album-nav li {
	display: inline-block;
	width: 100%;
}
.album-nav a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 4em;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #ccc;
}
.album-nav a.active {
	color: #2968b2;
}
.album-nav a span {
	float: right;
}
.album-img {
	width: 80%;
	padding-left: 10%;
}
.album-img .owl-stage {
	display: flex;
}
.album-img .item {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100%;
	padding-bottom: 52px;
}
.album-img .item a {
	overflow: hidden;
}
.album-img .item span {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	font-size: 13px;
	line-height: 4em;
	color: #666;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.album-img .item:hover span {
	color: #fff;
	background: #2968b2;
}
.album.owl-carousel.owl1 .owl-nav {
	margin-top: 20px;
	text-align: left;
}
.album.owl-carousel.owl1 .owl-nav [class*=owl-] {
	position: static;
	margin: 0px;
	margin-right: 20px;
}

@media(max-width:767.8px) {
.album-slide {
	display: flex;
	flex-wrap: wrap;
}
.album-nav {
	width: 100%;
	display: block;
	margin-bottom: 4vh;
}
.album-nav a {
	font-size: 14px;
	line-height: 4em;
}
.album-img {
	width: 100%;
	padding-left: 0%;
}
.album.owl-carousel.owl1 .owl-nav {
	text-align: right;
}
}
/*风采*/
#team {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.team {
	display: flex;
	flex-wrap: wrap;
}
.team-title {
	width: 50%;
	padding-right: 10%;
	padding-top: 20px;
}
.team-box {
	width: 25%;
}
.team-box a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
}
.team-box a .team-position {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 2.5rem 1.5rem 0;
	margin: 0px;
	color: #fff;
	background: rgba(41,104,174,0.85);
	opacity: 0;
	transition: all .4s;
}
.team-box a:hover .team-position {
	opacity: 1;
}
.team-box a .en-name {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.team-box a .name {
	position: relative;
	font-size: 18px;
	color: #fff;
}
.team-box a .name:after {
	content: "";
	display: block;
	margin: 15px 0 50px;
	width: 20px;
	height: 1px;
	background-color: #fff;
}
.team-box a pre {
	font-size: 14px;
	color: #fff;
}
.team-box a .en-name, .team-box a .name, .team-box a .name:after, .team-box a pre {
	opacity: 0;
	transform: translate(0%, 20px);
	transition: all .3s;
}
.team-box a:hover .en-name, .team-box a:hover .name, .team-box a:hover .name:after, .team-box a:hover pre {
	opacity: 1;
	transform: translate(0%, 0px);
}
.team-box a:hover .en-name {
	transition-delay: 0.1s;
}
.team-box a:hover .name {
	transition-delay: 0.17s;
}
.team-box a:hover .name:after {
	transition-delay: 0.25s;
}
.team-box a:hover pre {
	transition-delay: 0.3s;
}

@media(max-width:991.8px) {
.team-title {
	width: 100%;
	margin-bottom: 30px;
}
.team-box {
	width: 33.33%;
}
}

@media(max-width:767.8px) {
}
/*产品列表*/
/*产品*/
.product-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.25%;
	margin-right: -1.25%;
}
.product-list .item {
	width: 22.5%;
	margin: 1.25%;
	min-height: 100%;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
.product-list .item:hover {
	box-shadow: 0 0 20px rgba(41,104,178,0.15);
}
.product-list .item .product-list-img {
	display: block;
	overflow: hidden;
	transition: all .4s;
}
.product-list .item .product-list-txt {
	padding: 20px 20px 0;
}
.product-list .item .product-list-title {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 20px;
	max-height: 40px;
	color: #333;
	font-weight: bold;
	text-transform: Uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.product-list .item:hover .product-list-title {
	color: #2968b2;
}
.product-list .item .product-list-title:hover {
	color: #e60012;
}
.product-list .item .product-list-txt pre {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.75em;
	color: #999;
	height: 5.25em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-list-btn {
	display: flex;
	justify-content: center;
	padding: 0 20px 15px;
}
.product-list-btn a {
	display: block;
	width: 100%;
	margin-left: 10px;
	font-size: 13px;
	line-height: 36px;
	text-align: center;
	color: #666;
	border-radius: 4px;
	background: #f7f7f7;
	transition: all .4s;
}
.product-list-btn a:first-child {
	margin-left: 0px;
	color: #fff;
	background: #2968b2;
}
.product-list-btn a:hover {
	color: #fff;
	background: #e60012;
}

@media screen and (max-width:1199.8px) {
.product-list .item {
	width: 30.83%;
}
.product-list .item:nth-of-type(7), .product-list .item:nth-of-type(8) {
	display: none;
}
}

@media screen and (max-width:991.8px) {
.product-list .item {
	width: 47.5%;
}
}
/*产品详情*/
.product {
	overflow: hidden;
}
.product-info {
	padding: 5%;
	width: 100%;
	overflow: hidden;
}
.product-title {
}
.product-title h2 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.product-title span {
	font-size: 15px;
	color: #999;
}
.product-img {
	display: flex;
	justify-content: center;
	align-items: center;
}
#product {
	width: 100%;
}
#product .owl-stage {
	display: flex;
}
#product .item {
	min-height: 100%;
}
#product .item video {
}
#product .owl-nav {
	margin: 0;
	padding: 0px;
}
#product.owl-carousel.owl1 .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -58px;
}
#product .owl-nav [class*=owl-].owl-prev {
	left: 0px;
}
#product .owl-nav [class*=owl-].owl-next {
	right: 0px;
}
#product .owl-nav [class*=owl-] i {
	display: inline-block;
	font-size: 28px;
	height: inherit;
	line-height: inherit;
	color: #333;
	background: #fff;
	transition: all .4s;
}
#product .owl-nav [class*=owl-]:hover i {
	color: #fff;
	background: #2968b2;
}
#product .owl-nav [class*=owl-] i {
	color: #333;
}
#product .owl-nav #counter {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	font-weight: bold;
	font-size: 15px;
	line-height: 1em;
	color: #999;
}
#product .owl-nav #counter span {
	font-size: 24px;
	color: #2968b2;
}
#product .owl-dots {
	margin-top: 20px;
	padding-left: 100px;
	text-align: left;
}
#product .owl-dot {
	display: inline-block;
	border: 1px solid #ebebeb;
}
#product .owl-dot.active {
	border: 1px solid #2968b2;
}
#product .owl-dots img {
	width: auto;
	height: 60px;
}
.product-introduce {
	width: 50%;
}
.product-introduce pre{
	margin-bottom: 35px;
	font-size: 0.9375rem;
	line-height: 2em;
	color: #666;
}
.product-introduce p{
	margin-bottom: 0.75rem;
}
.product-introduce pre::-webkit-scrollbar-track {
background:#fafafa;
}
.product-introduce pre::-webkit-scrollbar {
width: 3px;
}
.product-introduce pre::-webkit-scrollbar-thumb {
background:#333;
}
.product-introduce a.product-btn {
	display: inline-block;
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
	margin: 2px 0;
	background: #2968b2;
	transition: all .4s;
}
.product-introduce a.product-btn:hover {
	color: #fff;
	background: #2968b2;
}
.product-introduce a.product-btn span {
	display: inline-block;
	margin-right: 8px;
	font-size: 18px;
	font-weight: normal;
	color: inherit;
	vertical-align: top;
}
.product-contact span {
	display: inline-block;
	margin-right: 4px;
	font-size: 36px;
	color: #2968b2;
	vertical-align: middle;
}
.product-contact div {
	display: inline-block;
	margin-right: 20px;
	line-height: 1.5em;
	vertical-align: middle;
}
.product-contact div small {
	font-size: 14px;
	color: #666;
}
.product-contact div strong {
	font-size: 24px;
	color: #2968b2;
}
.product-contact a {
	display: inline-block;
	width: 48%;
	padding: 0 20px;
	margin-top: 15px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background: #2968b2;
	transition: all .4s;
}
.product-contact a:hover {
	background: #e60012;
}
.product-feedback-bg .modal-backdrop {
	background-color: rgba(255,255,255,0);
}
#feedback-modal .modal-body {
	padding: 25px
}
#feedback-modal .modal-dialog {
	position: relative;
	z-index: 1;
	margin: 20vh auto 0;
	max-width: 600px;
}
.product-feedback {
	width: 100%;
	height: 60vh;
	padding-right: 15px;
	overflow: hidden auto;
}
.product-feedback::-webkit-scrollbar-track {
background:#ebebeb;
}
.product-feedback::-webkit-scrollbar {
width: 6px;
}
.product-feedback::-webkit-scrollbar-thumb {
background:#2968b2;
 -webkit-border-radius: 6px;
}
#product-feedback-close {
	position: absolute;
	z-index: -1;
	left: 100%;
	top: 0;
	opacity: 1;
}
#product-feedback-close span {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: #2968b2;
	border-radius: 0 6px 6px 0;
	box-shadow: 0 0 25px rgba(41,104,178,0.4);
	transition: all .4s;
}
#product-feedback-close:hover span {
	background: #e60012;
}
#feedback-modal .modal-content {
	border: none;
	box-shadow: 0 0 25px rgba(41,104,178,0.4);
}
.product-feedback {
}
#feedback-modal .title {
	margin: 5px 0 15px;
	font-size: 24px;
	font-weight: bold;
	color: #2968b2;
	text-align: center;
}

@media(max-width:575.8px) {
.product-contact a {
	width: 100%;
	margin: 6px 0;
}
}
/*详情*/
.product-details {
	line-height: 1.75em;
}
.product-details>div {
	margin-bottom: 4vh;
}
.product-details>div:last-child {
	margin-bottom: 0;
}
.details-content {
	padding-top: 4vh;
	padding-bottom: 4vh;
}
.details-content:last-child {
	padding-bottom: 0vh;
}
.details-title {
	border-bottom: 2px solid #2968b2;
}
.details-title span {
	display: inline-block;
	padding: 0 1.5em;
	font-size: 15px;
	line-height: 3em;
	font-weight: bold;
	color: #fff;
	background: #2968b2;
}
.details-parameter {
    /*
	-webkit-column-gap: 3vw;
	column-gap: 3vw;
	-webkit-column-count: 3;
	column-count: 3;
	*/
}
.details-parameter p {
	position: relative;
	padding: 0.8em 0;
	margin: 0px;
	box-sizing: content-box;
}
.details-parameter p:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 1px;
	display: block;
	width: 100%;
	height: 0%;
	border-bottom: 1px dashed #ebebeb;
}
.details-process {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.details-process p {
	width: 48%;
	padding: 1em;
	font-size: 15px;
	line-height: 1.75em;
	color: #666;
	background: #f7f8fa;
	border: 1px solid #ebebeb;
	transition: all .4s;
}
.details-process p:hover {
	background: #fff;
	border: 1px solid #2968b2;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
}
.details-process p strong {
	display: inline-block;
	margin-bottom: 6px;
	color: #2968b2;
}
.product-other .item {
	position: relative;
}
.product-other .item a {
	display: block;
	overflow: hidden;
}
.product-other .item span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px;
	font-size: 15px;
	line-height: 3em;
	color: #fff;
	background: rgba(0,0,0,0.6);
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.product-other .item:hover span {
	background: rgba(41,104,178,0.9);
}
.inquiry .container {
	padding-top: 6vh;
	padding-bottom: 6vh;
	background-image: url(../images/global.png);
	background-position: bottom 0 right -10%;
	background-repeat: no-repeat;
}
.inquiry p {
	font-size: 15px;
	color: #666;
}
.inquiry a {
	display: inline-block;
	padding: 0 2em;
	margin-top: 1.5em;
	line-height: 3em;
	color: #fff;
	background: #2968b2;
	transition: all .4s;
}
.inquiry a:hover {
	background: #002d82;
}
.inquiry a span {
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	color: #fff;
}

@media(min-width:992px) {
.product-title {
	float: right;
	width: 47.5%;
}
.product-img {
	float: left;
	width: 45%;
}
.product-introduce {
	float: right;
	width: 47.5%;
}
#product {
	position: relative;
}
}

@media(min-width:1200px) {
.product-subnav ul {
	position: sticky;
	z-index: 3;
	left: 0px;
	top: 90px;
}
}

@media screen and (max-width:991.8px) {
.product-info {
	width: 100%;
	padding: 30px;
}
.product-title {
	width: 100%;
	margin-bottom: 20px;
}
.product-title h2 {
	font-size: 24px;
}
.product-img {
	width: 100%;
	padding: 25px 0px;
	background: #fff;
}
.product-introduce {
	width: 100%;
}
.details-parameter {
	-webkit-column-gap: 4vw;
	column-gap: 4vw;
	-webkit-column-count: 2;
	column-count: 2;
}
#product {
	position: relative;
	width: 100%;
}
#product .item {
	text-align: center;
}
#product .item img {
	display: inline-block;
	width: 100%;
	max-width: 500px;
}
}

@media screen and (max-width:575.8px) {
.product-img {
	padding-top: 0px;
}
.product-info {
	padding: 20px;
}
#product .owl-nav #counter {
	bottom: 0px;
}
#product .owl-dots {
	text-align: right;
	font-size: 0px;
}
.details-parameter {
	-webkit-column-gap: 0;
	column-gap: 0;
	-webkit-column-count: 1;
	column-count: 1;
}
}
/*研发领域*/
.research-info li {
	padding: 3vh 0;
	display: flex;
	justify-content: space-between;
}
.research-info li>div {
	width: 46%;
	font-size: 15px;
	line-height: 2em;
	color: #666;
}
.research-text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.research-title {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.research-subtitle {
	font-size: 17px;
	color: #333;
}
.research-text p:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	background-color: #2968b2;
	border-radius: 50%;
}

@media (min-width:992px) {
.research-info li:nth-of-type(2n) .research-img {
	order: 1;
}
.research-info li:nth-of-type(2n) .research-text {
	order: 0;
}
}
/*工厂实力*/
.strength-info {
	margin: 8vh 0;
	width: 70%;
	font-size: 15px;
	line-height: 1.75em;
	color: #666;
}
.strength-title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.25em;
	font-weight: bold;
	color: #333;
}
.strength .item {
	position: relative;
}
.strength .item a {
	display: block;
	overflow: hidden;
}
.strength .item span {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	padding: 0 20px;
	font-size: 14px;
	line-height: 4em;
	color: #fff;
	background: rgba(0,0,0,0.6);
	transition: all .4s;
}
.strength .item:hover span {
	background: rgba(41,104,178,0.9);
}
.strength.owl1 .owl-nav {
	position: absolute;
	right: 10%;
	bottom: 100%;
	margin-bottom: 25px;
}
.strength.owl1 .owl-nav [class*=owl-] {
	position: static;
	margin-left: 10px;
}

@media (max-width:991.8px) {
.strength-info {
	width: 100%;
}
}
/*案例*/
.case-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.case-list li {
	width: 33.33%;
	padding: 1%;
}
.case-list li a {
	display: block;
	min-height: 100%;
	padding: 1.25rem;
	background: #f7f8fa;
	transition: all .4s;
}
.case-list li a:hover {
	background: #fff;
	box-shadow: 0 0 20px rgba(41,104,178,0.25);
}
.case-img {
	position: relative;
	display: flex;
}
.case-img img {
	width: 100%;
}
.case-name p {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	transition: all .4s;
}
.case-name pre {
	margin-top: 8px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #999;
	transition: all .4s;
}
.case-list li a:hover .case-name p {
	color: #2968b2;
}
.tips {
	margin-bottom: 8px;
}
.tips span {
	display: inline-block;
	padding: 0 10px;
	margin: 2px 10px 2px 2px;
	font-size: 13px;
	line-height: 1.8em;
	color: #fff;
	background: rgba(0,0,0,0.2);
	border-radius: 4px;
	transition: all .4s;
}
.case-list li a:hover .tips span {
	background: #2968b2;
}

@media (max-width:991.8px) {
.case-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.case-list li {
	width: 50%;
}
}

@media (max-width:575.8px) {
.case-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.case-list li {
	width: 100%;
	padding: 1%;
}
.case-name p {
	font-size: 16px;
}
}
/*案例详情*/
.case-title {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.case-info {
	display: flex;
	flex-wrap: wrap;
	margin-top: 6vh;
}
.case-l {
	display: flex;
	align-items: center;
	width: 60%;
	padding-right: 10%;
}
.case-l div, .case-l div img {
	width: 100%;
}
.case-r {
	display: flex;
	align-items: center;
	width: 40%;
	padding-left: 4%;
	border-left: 1px solid #ebebeb;
}
.case-subtitle {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.case-r pre {
	font-size: 15px;
	line-height: 2em;
	color: #666;
}
.case-show {
	margin: 2vh 0 4vh;
}
.case-show-img .item a {
	display: block;
	overflow: hidden;
}
.case-show-img.owl1 .owl-nav {
	position: absolute;
	right: 0%;
	bottom: 100%;
	margin-bottom: 4vh;
}
.case-show-img.owl1 .owl-nav [class*=owl-] {
	position: static;
	margin-left: 10px;
}
.other-list .item .other-img {
	display: block;
	overflow: hidden;
}
.other-list .item .other-title {
	padding: 10px;
	background: #fff;
	font-size: 15px;
	line-height: 1.5em;
	color: #666;
}
.other-list .owl-nav {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 25px;
}
.other-list.owl1 .owl-nav [class*=owl-]:first-child {
	margin-right: 10px;
}
/*视频列表*/
.video-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.video-list li {
	width: 25%;
	padding: 15px;
}
.video-list li div {
	position: relative;
	background: #25263b;
}
.video-list li a.video-link:before {
	margin-top: -10px;
	width: 56px;
	height: 56px;
	line-height: 56px;
}
.video-list a img {
	opacity: 1;
	transition: all .4s;
}
.video-list a:hover img {
	opacity: 0.5;
}
.video-list a span {
	display: block;
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.2em;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.video-list a:hover span {
	color: #2968b2;
}
@-webkit-keyframes changeright {
 0% {
 -webkit-transform: rotate(0deg);
}
 50% {
 -webkit-transform: rotate(180deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}

@media screen and (max-width:991.8px) {
.video-list a.video-link:before {
	content: "\e660";
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
}
}
/*视频弹出*/
#video-modal {
}
#video-modal .video-box {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
#video-modal .modal-dialog {
	position: absolute;
	z-index: 1001;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -80%);
}
#video-modal.show .modal-dialog {
	transform: translate(-50%, -50%);
}
#video-modal .modal-content {
	padding: 0px;
	border: none;
	border-radius: 0px;
}
#video-modal .modal-header {
	border: none;
	padding: 0;
}
#video-modal #video-close {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	opacity: 0.7;
	transition: all .3s;
}
#video-modal #video-close:hover {
	opacity: 1;
}
#video-modal #video-close span {
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
#video-modal .modal-body {
	font-size: 0;
	padding: 0;
	border: nono;
	border-radius: 0;
}
#video-modal .modal-body #video {
	width: 100%;
}
#video-modal .modal-dialog {
	width: 900px;
	max-width: 92%;
}
/*新闻列表*/
.news-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.news-list li {
	width: 31.33%;
	margin: 1%;
	padding: 25px;
	background: #f7f8fa;
}
.news-list li:hover {
	box-shadow: 0 0 20px rgba(41,104,178,0.25);
	transition: all .4s;
}
.news-list li .news-img {
	display: block;
	margin-bottom: 1.5rem;
	overflow: hidden;
}
a.news-l-title {
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
	max-height: 3em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s;
}
.news-list li:hover a.news-l-title {
	color: #2968b2;
}
.news-list li:hover a.news-l-title:hover {
	color: #e60012;
	text-decoration: underline;
}
.news-list pre {
	margin: 15px 0 5px;
	font-size: 15px;
	line-height: 1.75em;
	height: 7em;
	color: #999;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s;
}
.news-list .time-link {
	margin-top: 20px;
}
.news-list .time-link small {
	font-size: 13px;
	line-height: 36px;
	color: #999;
	transition: all .4s;
}
.news-list .time-link a {
	float: right;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	transition: all .4s;
}
.news-list .time-link a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	border: 1px dashed #999;
	border-radius: 50%;
	transition: all .4s;
}
.news-list .time-link a:hover:after {
	content: "";
	-webkit-animation: changeright 6s linear infinite;
	border: 1px dashed #2968b2;
}
.news-list .time-link span {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #999;
	transition: all .4s;
}
.news-list li:hover .time-link span {
	color: #2968b2;
}

@media(max-width:1199.98px) {
.news-list li {
	width: 48%;
}
}

@media(max-width:767.8px) {
.news-list li {
	width: 98%;
}
}
/*文章详情*/
.news-content {
	border-bottom: 1px solid #ebebeb;
}
.news-content .news-box .news-info {
	font-size: 15px;
	line-height: 1.75em;
	color: #666;
	background: #fff;
	padding: 60px;
}
.news-content .news-box {
	margin: auto;
	width: 90%;
	max-width: 1200px;
}
.news-title {
	display: flex;
	flex-wrap: wrap;
}
.news-title small {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #999;
}
.news-title h2 {
	width: calc(100% - 120px);
	margin-top: 5px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.share {
	width: calc(100% - 120px);
	margin-top: 10px;
	color: #333;
}
.share div{
	display: inline-block;
}
.share div.dropdown-menu{
	left: 50%;
	display: none;
	padding: 0px;
	border: none;
	margin: 0px;
	border-radius: 0px;
	text-align: center;
	box-shadow: 0 0 15px rgb(41,104,178,0.15);
	transform:translate(-50%,0%);
}
.share div.dropdown-menu span{
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	line-height: 1em;
	background: #2968b2;
}
.share a {
	display: inline-block;
	padding: 0px!important;
	margin: 0px!important;
	width: 36px!important;
	height: 36px!important;
	line-height: 36px!important;
	font-size: 18px;
	text-align: center;
	border-radius: 3px;
	color: #666!important;
	cursor:pointer;
	transition: all .4s;
	background: #f7f7f7!important;
	text-decoration: none!important;
}
.share a:hover,
.share div:hover a{
	color: #fff!important;
	background: #2968b2!important;
	opacity: 1!important;
}
.share a:hover:before {
	text-decoration: none!important;
}
.news-title a.back {
	display: inline-block;
	padding: 0 1.5em;
	height: 3em;
	margin-left: 10px;
	font-size: 13px;
	line-height: 3em;
	font-weight: normal;
	background: #f7f7f7;
	color: #999;
	transition: all .4s;
}
.news-title a.back:hover {
	background: #2968b2;
	color: #fff;
}



.news-page {
	border-top: 1px solid #ebebeb;
	display: flex;
	flex-wrap: wrap;
}
.news-page em {
	display: inline-block;
	width: 3.5rem;
	height: 1em;
	line-height: 1em;
	font-size: 1.75rem;
	color: #333;
}
.news-page h4 {
	display: block;
	width: 100%;
	margin: 10px 0 15px;
	font-size: 1rem;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.news-page a:hover h4, .news-page a:hover em {
	color: #fff;
}
.news-page a.nomore:hover h4, .news-page a.nomore:hover em {
	color: #fff;
}
.news-page span {
	display: block;
	width: 100%;
	font-size: 0.85rem;
	line-height: 1em;
	height: 1.5em;
	color: #ccc;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
/*评论 样式修改*/
#gitalk-container {
	margin-top: 4vh;
	background: #fff;
	padding: 0 25px 25px;
	overflow: hidden;
}
#SOHUCS{
	margin-top: 4vh!important;
	background: #fff!important;
	padding: 0 25px 25px!important;
}



/*关联文章*/
.related-title {
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.related-list {
	-webkit-column-count: 2;
	-webkit-column-gap: 4vw;
	padding: 40px;
	background: #fff;
}
.related-list li {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #ebebeb;
}
.related-list li a {
	display: flex;
	width: 100%;
}
.related-list li a:before {
	margin-right: 6px;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	width: 20px;
	height: 30px;
	color: #999;
	vertical-align: bottom;
}
.related-list li a .related-list-title {
	width: calc(100% - 106px);
	font-size: 15px;
	line-height: 30px;
	color: #333;
	vertical-align: bottom;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.related-list a:hover .related-list-title {
	color: #2968b2;
}
.related-list a small {
	display: inline-block;
	width: 76px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 30px;
	color: #999;
	vertical-align: bottom;
}

@media(min-width:992px) {
.news-page a:first-child {
	border-right: 1px solid #e0e0e0;
	text-align: right;
}
.news-page a {
	display: block;
	width: 50%;
	padding: 2rem 5rem;
	background: #fff;
	transition: all .4s;
}
.news-page a:hover {
	background: #2968b2;
}
}

@media(max-width:991.8px) {
.news-content .news-box .news-info {
	background: #fff;
	padding: 40px;
}
.news-title h2{
	width: 100%;
	font-size: 24px;
}
.share {
	margin-top: 15px;
	width: calc(100% - 90px);
}
.share a {
	width: 30px!important;
	height: 30px!important;
	line-height: 30px!important;
	font-size: 16px;
}
.news-title a.back {
	margin-top: 15px;
	margin-left: 0px;
	padding: 0 1em;
	height: 30px;
	line-height: 30px;
}
.news-page {
	margin-top: 4vh;
	border-top: none;
}
.news-page a {
	display: block;
	margin-bottom: 5px;
	padding: 10px 20px;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.news-page em {
	display: none;
}
.news-page h4 {
	font-size: 14px;
}
.news-page span {
	font-size: 14px;
}
.news-page a:hover h4, .news-page a:hover em {
	color: #2968b2;
}
.news-page a.nomore:hover h4, .news-page a.nomore:hover em {
	color: #2968b2;
}
.related-list li a .related-list-title {
	font-size: 14px;
}
}

@media(max-width:767.8px) {
.news-content .news-box .news-info {
	background: #fff;
	padding: 20px;
}
.news-title h2{
	font-size: 20px;
}
.related-list {
	-webkit-column-count: 1;
	-webkit-column-gap: 0vw;
	padding: 20px;
	background: #fff;
}
.related-list li {
	padding: 5px 0;
}
}
/*联系方式*/
.contact-box .container {
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}
.contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 15px;
	line-height: 1.5em;
}
.contact>div {
	width: 100%;
}
.contact>.contact-l {
	width: 46%;
}
p.title-en-hv {
	font-size: 1.8rem;
	font-weight: bold;
	color: #2968b2;
	text-transform: uppercase;
}
.contact i.icon,
.contact em.icon {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	color: #2968b2;
	font-weight: normal;
}
.contact .contact-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 6vh;
}
.contact .contact-info p,
.contact .contact-info pre {
	width: 100%;
	margin: 0 0 20px;
	padding-right: 40px;
	font-size: 15px;
	line-height: 1.25em;
}
.contact .contact-info p span {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	color: #2968b2;
}
.contact .contact-info strong {
	font-size: 16px;
	line-height: 1.25em;
	color: #666;
}
.contact .contact-info a {
	line-height: 1.25em;
	color: #666;
	text-decoration: underline;
}
.contact .contact-info a:hover, .contact .contact-info a:hover strong {
	color: #2968b2;
}
.contact-social {
}
.contact-social-title {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #2968b2;
}
.contact-social-l small {
	font-size: 15px;
	color: #666;
}
.contact-social-l i.icon {
	font-size: 24px;
}
.contact-code {
	text-align: center;
	display: inline-block;
}
.contact-code img {
	max-width: 120px;
	padding: 4px;
	margin-bottom: 5px;
	border: 1px solid #ebebeb;
	background: #fff;
}
.contact-code span {
	font-size: 14px;
	color: #666;
}
.social p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.social a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	background: #f7f7f7;
	transition: all .4s;
}
.social a:hover {
	color: #fff;
	background: #2968b2;
}
.contact>.contact-map {
	width: 46%;
	min-height: 400px;
}
.contact-feedback {
	position: relative;
	padding: 5%;
	background: linear-gradient(to right, rgba(41,104,178,0) 30%, rgba(41,104,178,1) 80%, rgba(41,104,178,1) 100%);
}
.contact-feedback:before{ content:""; position: absolute;  z-index:-1;top: 0px;left: 0%;width: 80%;height: 100%;background-image: url(../images/contact.jpg);background-position: center;background-size: cover;}
.contact-feedback{
	display: flex;
	justify-content: flex-end;
}
.contact-feedback #feedback{
	width:50%;
	padding: 30px 40px;
	background-color: rgba(255,255,255,1);
}
.feedback input, .feedback select {
	outline: none;
	margin-bottom: 18px;
	width: 100%;
	padding: 0px 15px;
	font-size: 15px;
	line-height: 46px;
	height: 46px;
	color: #666;
	border: none;
	background: #f7f8fa;
	transition: all .4s;
}
.feedback select {
	appearance: none;
}
.feedback .label input {
	display: none;
}
.field-name-prefix-item {
	display: inline-block;
}
.field-name-prefix-item label {
	display: block;
	margin-bottom: 18px;
	line-height: 40px;
	text-align: center;
	width: 126px;
	cursor: pointer;
	background: #f7f8fa;
	transition: color .15s, background .15s;
}
.field-name-prefix-item input[type=radio]:checked+label {
	color: #fff;
	background: #2968b2;
}
.form-control {
	border: 1px solid #ebebeb;
	line-height: 44px;
	height: 44px;
	width: 100%;
	padding: 0px 15px;
	margin: 10px 0px;
	border-radius: none;
	box-shadow: 0;
}
.feedback textarea {
	border: none;
	font-size: 15px;
	line-height: 22px;
	width: 100%;
	height: 160px;
	padding: 15px;
	margin: 10px 0px;
	outline: none;
	box-shadow: none;
	overflow-x: hidden;
	background: #f7f8fa;
}
.feedback input:focus, .feedback textarea:focus {
}
.choice-privacy {
	margin-bottom: 20px;
}
.choice-privacy input {
	margin-bottom: 3px;
	margin-right: 6px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.choice-privacy input[type=radio]:checked~label {
	background: #2968b2;
}
.choice-privacy label a {
	color: #666;
	text-decoration: underline;
}
.choice-privacy label a:hover {
	color: #2968b2;
	text-decoration: underline;
}
.feedback .submit {
	display: inline-block;
	padding: 0px 3em;
	background: #2968b2;
	font-size: 14px;
	line-height: 42px;
	color: #fff;
	margin: 15px 0px;
	transition: all .3s;
}
.feedback .submit:hover {
	background: #e60012;
}
.feedback .submit span {
	display: inline-block;
	font-size: 20px;
	line-height: inherit;
	color: #fff!important;
	vertical-align: bottom;
}

@media(max-width:1199.8px) {
.contact .contact-info {
	display: flex;
	flex-wrap: wrap;
}
.contact .contact-info p,
.contact .contact-info pre {
	margin: 0px 0px 25px;
	padding-left: 25px;
	padding-right: 40px;
	font-size: 15px;
	line-height: 1.25em;
	border-left: 2px solid #2968b2;
}
}

@media(max-width:991.8px) {
.contact {
	width: 100%;
	padding-right: 0px;
	padding-bottom: 4vh;
}
.contact>.contact-l {
	width: 100%;
}
.contact>.contact-map {
	width: 100%;
	min-height: 400px;
}
p.title-en-hv{
	font-size: 1.5rem;
}
.contact .contact-info {
	padding: 4vh 0;
}
.social {
	width: 100%;
	margin: 30px 0 0px;
	text-align: left;
}
.contact-code {
	margin: 30px 0 0px;
}

	
.contact-feedback #feedback{
	width:80%;
	padding: 30px 40px;
	background-color: rgba(255,255,255,1);
}
.feedback input, .feedback select {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
}
.feedback textarea {
	border: none;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	height: 160px;
	padding: 15px;
	margin: 10px 0px;
	outline: none;
	box-shadow: none;
	overflow-x: hidden;
	background: #f7f8fa;
}
.feedback .submit {
	padding: 0 2em;
	line-height: 36px;
}
}

@media screen and (max-width:767.8px) {
.contact {
}
.contact .contact-info {
	width: 100%;
}
.contact-feedback #feedback{
	width:100%;
	padding: 25px;
}


}
/*地图*/
#map-canvas {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.content-window-card {
	position: relative;
	box-shadow: none;
	bottom: 0;
	left: 0;
	width: auto;
	padding: 0;
}
.content-window-card p {
	height: 2rem;
}
.amap-icon img, .amap-marker-content img {
	width: 25px;
	height: 34px;
}
.custom-info {
	border: solid 1px silver;
}
div.info-top {
	display: none;
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}
div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
}
div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	transition-duration: 0.25s;
}
div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}
div.info-middle {
	font-size: 12px;
	padding: 10px 15px;
	line-height: 20px;
	overflow: hidden;
}
div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}
div.info-bottom img {
	position: relative;
	z-index: 104;
}
.custom-info span {
	margin-left: 5px;
	font-size: 11px;
}
.info-middle img {
	float: left;
	margin-right: 6px;
}
/*地图*/



/*询盘*/
.form-box {
	max-width: 800px;
	margin: auto;
}
/*2021-05-13 页面左侧栏*/
.sideBar {
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 100px;
}
.sideBar-icon {
	position: relative;
	margin: 1px 0px;
	background: #2968b2;
	transition: all .6s;
}
.sideBar-icon:hover {
	background: #2968b2;
}
.sideBar-icon>a span {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.sideBar-icon>ul {
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.sideBar-item {
	position: absolute;
	z-index: 1;
	right: 100%;
	top: 50%;
	transform: translate(0%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.sideBar-icon:hover .sideBar-item {
	opacity: 1;
	visibility: visible;
}
.sideBar-contact {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.sideBar-title {
	padding: 0 20px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	background: #2968b2;
}
.sideBar-info {
	padding: 20px;
	font-size: 13px;
	letter-spacing: 0.05rem;
	line-height: 24px;
	color: #666;
}
.sideBar-info a {
	color: #666;
	text-decoration: underline;
}
.sideBar-info a:hover {
	color: #2968b2;
}
.sideBar-info p {
	margin: 0 0 8px;
	white-space: nowrap;
}
.sideBar-info p span {
	display: inline-block;
	margin-right: 4px;
	vertical-align: bottom;
	width: 20px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
}
.sideBar-info p:last-of-type {
	margin: 0px;
}
.sideBar-icon ul li a {
	display: inline-block;
	min-width: 100%;
	padding: 0 15px;
	font-size: 15px;
	line-height: 46px;
	white-space: nowrap;
	color: #333;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	transition: all 0.4s;
}
.sideBar-icon ul li a:hover {
	color: #fff;
	background: #2968b2;
}
.sideBar-icon ul li a span {
	font-size: 20px;
	margin-right: 8px;
	vertical-align: bottom;
}

@media screen and (max-width:767.8px) {
.sideBar {
	bottom: 60px;
}
.sideBar-icon {
	display: none;
}
.sideBar-icon:last-of-type {
	display: block;
}
.sideBar-icon>a span {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
}
}
/*分部*/
.add1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f7f8fa;
	padding: 35px;
}
.office-name {
	display: flex;
	font-size: 20px;
	line-height: 24px;
	color: #2968b2;
	font-weight: bold;
}
.add1 .office-name {
	min-width: 200px;
	text-transform: uppercase;
}
.office-info {
	font-size: 15px;
	line-height: 22px;
	color: #999;
}
.add1 .office-info p {
	margin: 0px;
}
.add1 .office-btn {
	min-width: 130px;
}
.office-btn a.map-link {
	margin: 5px 0;
	background: #2968b2;
}
.office-btn a.map-link:hover {
	background: #2968b2;
}
.office-btn a.map-link span {
	font: 18px;
}
.add1-map {
	height: 320px;
	background-position: center;
	background-size: cover;
}
.map-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.map-list li {
	width: 33.33%;
	padding: 15px;
}
.add {
	min-height: 100%;
	padding: 30px;
	background: #f7f8fa;
}
.add .office-info {
	margin: 20px 0 30px;
}
.add .office-info p {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}

@media screen and (max-width:1199.8px) {
.map-list {
	margin-left: -10px;
	margin-right: -10px;
}
.map-list li {
	width: 33.33%;
	padding: 10px;
}
}

@media screen and (max-width:991.8px) {
.map-list li {
	width: 50%;
	padding: 10px;
}
.add1 {
	flex-wrap: wrap;
}
.add1 .office-name {
	min-width: 100%;
	text-transform: uppercase;
}
.add1 .office-info {
	margin: 20px 0;
}
.office-btn {
	width: 100%;
}
}

@media screen and (max-width:575.8px) {
.map-list li {
	width: 100%;
	padding: 10px;
}
}
/*其他页面*/
/*网站地图*/
.sitemap-list li {
	padding: 15px 0 18px;
	border-bottom: 1px dashed #ccc;
}
.sitemap-list div a {
	font-size: 18px;
	line-height: 2.25em;
	color: #2968b2;
	text-transform: Uppercase;
	transition: all .4s;
}
.sitemap-list a {
	display: inline-block;
	margin-right: 30px;
	font-size: 16px;
	line-height: 1.75em;
	color: #666;
	transition: all .4s;
}
.sitemap-list a:hover {
	color: #2968b2;
	text-decoration: underline;
}
/*隐私政策*/
.content{
	max-width: 1000px;
	margin: auto;
}


/*2021-12-24新增搜索*/
/*搜索*/
#shop-search {
	position: relative;
	width: 38px;
	height: 38px;
	line-height: 38px;
	transition: .3s;
}
#shop-search input.search-input {
	position: absolute;
	right: 1px;
	top: 0;
	z-index: 4;
	display: block;
	width: 34px;
	height: 100%;
	line-height: inherit;
	border: 1px solid #2968b2;
	font-size: 14px;
	color: #666;
	background: #fff;
	transition: .3s
}
#shop-search input.search-input::-webkit-input-placeholder {
 color: #999;
 font-size: 14px;
}
#shop-search .search-submit, #shop-search .search-button{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	display: block;
	width: 100%;
	height: 100%;
	line-height: inherit;
	text-align: center;
	color: #fff;
	background-color: #2968b2;
	border: none;
	cursor: pointer;
	transition: .3s;
	font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}
#shop-search .search-submit:before, #shop-search .search-button:before {
	content: "\e6af";
}
	
#shop-search .search-button:hover {
	background-color: #2968b2;
}
#shop-search .search-submit {
	display: none
}
	
#shop-search.open .search-input {
	width: 320px;
	max-width: calc(80vw - 57px);
	padding: 0 50px 0 12px;
	box-shadow: 0 0 20px rgba(41,104,178,0.15);
}
#shop-search.open .search-button {
	display: none
}
#shop-search.open .search-submit {
	display: block;
	background-color: #2968b2;
	transition: .4s
}
@media screen and (max-width:991.8px) {
#shop-search {
	margin-right: 20px;
	width: 42px;
	height: 42px;
	line-height: 42px;
}	
#shop-search .search-button,#shop-search .search-button:hover{
	color: #333;
	background: #f2f2f2;
    font-size: 20px;
}
#shop-search .search-submit,#shop-submit .search-submit:hover{
	color: #fff;
	background: #2968b2;
    font-size: 20px;
}
}	
@media screen and (max-width:767.8px) {
#shop-search {
	margin-right: 15px;
	width: 38px;
	height: 38px;
	line-height: 38px;
}	
}	
	
/*搜索列表*/
#search-list ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
#search-list ul li{
	width: 25%;
	padding: 1%;
}
#search-list ul li a{
	display: block;
	min-height: 100%;
	background: #fafafa;
	border: 1px solid #ebebeb;
	transition:all .4s;    
}
#search-list ul li a:hover{
	background: #fff;
	border: 1px solid #2968b2;
	box-shadow: 0 0 20px rgba(41,104,178,0.15);
}
.search-img{
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 75%;
	background-position: center;
	background-size: cover;
}
.search-img .tab{
	display: block;
	position: absolute;
	left: 1rem;
	top: 0;
	z-index: 1;
	padding: 0 1em;
	font-size: 0.875rem;
	line-height: 2.25em;
	color: #fff;
	background: #2968b2;
	transition:all .4s; 
}
.search-info{
	width: 100%;
	padding:2rem 1.5rem 1rem;
	text-align: center;
}
.search-item-type{
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.5em;
	color: #2968b2;
}
.search-item-name{
	margin-bottom:1rem;
	font-size: 0.9375rem;
	line-height: 1.5em;
	color: #666;
}
.search-item-details{
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5em;
	color: #999;
}
#search-list ul li a:hover .search-item-details{
	color: #2968b2;
	text-decoration:underline;
}