﻿@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 {
    min-width: 1200px;
	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: #135094;
}
h1 {
    padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #ebebeb;
	margin: 2vh 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: #135094;
}
.yellow {
	color: yellow;
}
.red {
	color: #d82b2f;
}
.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 {
	min-width: 1200px;
	max-width: 1200px;
}

/*图片放大*/
.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: 60px;
}
.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;
	font-size: 14px;
	letter-spacing: 4px;
	color: #999;
	font-weight: bold;
}
.navbar-brand .slogan span,.navbar-brand .slogan p {
	margin-bottom: 6px;
	display: block;
	font-size: 24px;
	line-height: 1em;
	color: #135094;
	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: #135094;
	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;
}
.shop-contact span {
	float: left;
	display: inline-block;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin-right: 8px;
	font-size: 26px;
	color: #666;
	text-align: center;
}
.shop-contact small {
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	color: #666;
}
.shop-contact p {
	display: block;
	margin: 0px;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #d82b2f;
}
#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: #135094;
}
#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: #135094;
}
/*头部导航*/
.head-nav {
	width: 100%;
	background: #135094;
}
.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: 52px;
	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 70px;
	text-align: center;
	transition: all .4s;
}
#head .navbar-nav li:hover>a {
	color: #fff;
}
#head .navbar-nav li.on>a {
	text-transform: Uppercase;
	color: #fff;
}
#head .navbar-nav li.on>a:after {
	content: "";
	position: absolute;
	display: block;
	z-index: -1;
	top: 0%;
	bottom: 0;
	right: 0%;
	width: 100%;
	height: 100%;
	background-color: #d82b2f;
}
#head .navbar-nav li .dropdown-menu {
	max-width: auto;
	margin: 0px;
	padding: 0px;
	background: #f5f5fa;
	border-radius: 0px;
	border: none;
	border-bottom: 3px solid #135094;
	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: #135094;
}
#head .navbar-nav li .dropdown-menu a:last-child {
	border-bottom: none;
}


/*首页通用*/
.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;
}
#banner {
	position: relative;
	min-width: 1200px;
	height:600px;
	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;
}
#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: #135094;
}

/*banner按钮*/



/*首页标题*/
.index-title {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.index-title p {
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	font-size: 1.5rem;
	line-height: 1em;
	font-weight: bold;
	text-transform: Uppercase;
	color: #135094;
	white-space: nowrap;
}
.index-title small{
	margin-top: 1rem;
	font-size: 1.125rem;
	font-weight: bold;
	color: #d82b2f;
}

.index-title-p {
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
}

.index-title-p li {
	display: block;
	width: 100%;
	margin:0 4px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.index-title-p a {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 15px;line-height: 3em;
	color: #666;
	text-align: center;
	transition: all .4s;
}
.index-title-p a:hover {
	color: #fff;
	background: #135094;
}

.index-title.index-title-w p {
	color: #fff;
}
.index-title.index-title-w span {
	font-size: 15px;
	color: #ccc;
}


/*产品*/
#index-p {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#index-p .item {
	display: flex;
	min-height: 100%;
	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;
	width: 56%;
	overflow: hidden;
	transition: all .4s;
}
#index-p .item .index-p-txt {
	width: 44%;
	padding:4rem;
	padding-right: 6rem;
	border: 1px solid #ebebeb;
}
#index-p .item .index-p-title {
	display: block;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 1em;
	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: #135094;
}
#index-p .item .index-p-title:hover {
	color: #e60012;
}
#index-p .item .index-p-txt p {
	margin-bottom: 0.5rem;
	font-size: 14px;
	line-height: 1.75em;
	color: #666;
}
a.index-p-btn{
	display: inline-block;
	padding: 0 2rem;
	margin-top: 2rem;
	font-size: 13px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background: #135094;
	transition: all .4s;
}
a.index-p-btn:hover{
	color: #fff;
	background: #d82b2f;
}

#index-p .owl-dots{
	position: absolute;
	z-index: 1;
	left: 20px;
	bottom: 10px;
	margin: 0px;
}
#index-p .owl-nav{
	margin: 0px;
}
#index-p .owl-nav [class*=owl-]{
	position: absolute;
	z-index: 2;
	top: 50%;
	display: inline-block;
	margin: 0px;
	margin-top: -1.25em;
}
#index-p .owl-nav [class*=owl-].owl-prev{
	left: 0;
}
#index-p .owl-nav [class*=owl-].owl-next{
	right: 0;
}

#index-p .owl-nav [class*=owl-] i{
	display: block;
	padding: 0 0.5rem;
	font-size: 1.5rem;
	line-height: 2.5em;
	color: #fff;
	background: #135094;
	transition: all 0.4s;
}
#index-p .owl-nav [class*=owl-]:hover i{
	background: #d82b2f;
}



/*按钮*/
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: #135094;
	border: 1px solid #135094;
}


/*首页优势*/
.index-adv{
	display: flex;
	justify-content: space-between;
}
.index-adv li{
	width: 23%;
	padding: 3rem;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #fff;
}
.index-adv-img{
	display: inline-block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	border: 1px solid  #ebebeb;
	background-position: center;
	background-size: cover;
}
.index-adv-title{
	margin: 1.5rem 0;
	font-size: 1.25rem;
	font-weight: bold;
	color: #333;
}


/*首页关于*/
.index-about-box{
	background: url(../images/about1.jpg) center no-repeat;
	background-size: cover;
}
.index-about{
	display: flex;
	margin-top: 4vh;
}
.index-a-img{
	width: 50%;
	background-position: center;
	background-size: cover;
}
.index-a-info{
	width: 50%;
	padding: 4rem;
	color: #666;
	background: #fff;
}
.index-a-info a{
	display: inline-block;
	padding: 0 2rem;
	margin-top: 1rem;
	font-size: 13px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background: #135094;
	transition: all .4s;
}
.index-a-info a:hover{
	color: #fff;
	background: #d82b2f;
}




/*首页新闻*/
/*首页新闻*/
#index-n{
	position: relative;
}
#index-n .item{
	padding:1.5rem;
	background: #f7f8fa;
}

a.index-n-img{
	display: block;
	overflow: hidden;
}
a.index-n-title{
	display: block;
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition: all .4s;
}
a.index-n-title:hover{
	color: #135094;
}
#index-n span{
	font-size: 12px;
	line-height: 1.25em;
	color: #999;
}
#index-n pre{
	margin: 15px 0;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	color: #666;
	display: block; display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;
}
#index-n .owl-nav [class*=owl-]{
	position: absolute;
	z-index: 2;
	top: 40%;
	display: inline-block;
	margin: 0px;
	margin-top: -1.25em;
}
#index-n .owl-nav [class*=owl-].owl-prev{
	left: -4rem;
}
#index-n .owl-nav [class*=owl-].owl-next{
	right:-4rem;
}

#index-n .owl-nav [class*=owl-] i{
	display: block;
	padding: 0 0.5rem;
	font-size: 1.5rem;
	line-height: 2.5em;
	color: #fff;
	background: #135094;
	transition: all 0.4s;
}
#index-n .owl-nav [class*=owl-]:hover i{
	background: #d82b2f;
}


/*页脚*/
#foot {
	position: relative;
	width: 100%;
	background: #1a2037;
}
.foot-content {
	display: flex;
	justify-content: space-between;
	padding: 5vh 0 6vh;
}
.foot-nav {
	width: 58%;
}
.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: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 2em;
	letter-spacing: 1px;
	transition: all .4s;
}
#foot .foot-nav li div>a {
	display: block;
	font-size: 14px;
	color: #ccc;
	line-height: 2em;
	letter-spacing: 1px;
	transition: all .4s;
}
#foot .foot-nav li a:hover {
	color: #d82b2f;
}
.foot-contact {
	width: 35%;
	font-size: 15px;
	color: #ccc;
}
.foot-contact div {
	display: inline-block;
}
.foot-contact p{
	margin-bottom: 5px;
	font-size: 14px;
	color: #ccc;
	line-height: 1.75em;
}
.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: #135094;
}
.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: #135094;
	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 rgba(255,255,255,0.1);
	background: #1a2037;
	color: #999;
}
.foot-copyright .container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.foot-copyright .container div {
	padding: 15px 20px;
	border-left: 1px solid rgba(255,255,255,0.1);
}
.copyright {
	flex-grow: 1;
}
.foot-copyright p, .foot-copyright span, .foot-copyright a {
	display: inline-block;
	margin: 0;
	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: #d82b2f;
}
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: #135094;
}
/*============ 首页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%;
}


/*内页导航*/
.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;
}

#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: 0 1.5rem;
	font-size: 0.875rem;
	line-height: 3.25em;
	color: #333;
	background: #f2f2f2;
	transition: all .4s;
}
#subnav .panel-body li a:hover, #subnav .panel-body li a:focus {
	color: #fff;
	background: #135094;
}
#subnav .panel-body li.on a {
	color: #fff;
	background: #135094;
}


/*产品二级分类*/
#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: #135094;
	border: 1px solid #135094;
}
#product-subnav .panel-body li.on a{
	color: #fff;
	border: 1px solid #135094;
	background:#135094;
}
}
@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: #135094;
}
#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 6vh;
	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: #135094;
}
.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: 8vh;
	padding-bottom: 8vh;
}
.padding-top {
	padding-top: 8vh;
}
.padding-bottom {
	padding-bottom: 8vh;
}
.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: 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: #d82b2f;
}
/*内页翻页*/
.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: #f7f8fa;
}
.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: #f7f8fa;
	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: #f7f8fa;
	cursor: pointer;
	transition: all .4s;
}
.page a:hover, .page button:hover {
	color: #fff;
	background: #135094;
}


/*内页大标题*/
.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: 24px;
	line-height: 1em;
	font-weight: bold;
	color: #135094;
}
.inside-title p {
	margin: 0.5em 0 1.5em;
	font-size: 15px;
	line-height: 1.75em;
	font-weight: bold;
	color: #135094;
}
.inside-title pre {
	margin: auto;
	width: 90%;
	max-width: 800px;
	font-size: 16px;
	line-height: 1.75em;
	color: #666;
}

 
.way-list {
	display: flex;
	justify-content: space-between;
}
.way-list li {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 32%;
	padding:2rem;
	background: #f7f8fa;
}
.way-list li img {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
}
.way-list li div {
	width: 60%;
}
.way-list li div p{
	margin: 1rem 0;
	font-size: 1.25rem;
	font-weight: bold;
	color: #135094;
}

/*荣誉*/
.honor-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.honor-list li{
	width: 25%;
	padding: 1%;
}
.honor-list.style li{
	width: 33.33%;
}

.honor-list li a{
	display: block;
	transition: all 0.4s;
	overflow: hidden;
}
.honor-list li a:hover{
	box-shadow: 0 0 15px rgba(19,80,148,0.2);
}
.honor-list li .honor-img{
	display: block;
	padding: 1.5rem;
	border: 1px solid #ebebeb;
	overflow: hidden;
	transition: all 0.4s;
}
.honor-list li a:hover .honor-img{
	border: 1px solid #135094;
}
.honor-list li p{
	margin: 0px;
	padding: 5px;
	background: #f7f8fa;
	text-align: center;
	font-size: 0.875rem;
	line-height: 2.5em;
	color: #666;
	transition: all 0.4s;
}
.honor-list li a:hover p{
	color: #fff;
	background: #135094;
}

/*客户*/
.logo-list {
	display: flex;
	flex-wrap: wrap;
}
.logo-list li {
	margin: 0.5%;
	width: 19%;
	height: 0px;
	padding-bottom: 10%;
	position: relative;
	z-index: 1;
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 0.5rem;
}
.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(228,20,24,0.9);
	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: 0px;
	font-weight: bold;
	font-size: 16px;
}





/*产品列表*/
/*产品*/
.product-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.25%;
	margin-right: -1.25%;
}
.product-list .item {
	width: 30.83%;
	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: 30px 20px 20px;
}
.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: #135094;
}
.product-list .item .product-list-title:hover {
	color: #e60012;
}
.product-list .item .product-list-txt pre {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.75em;
	color: #666;
	height: 5.25em;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.product-list-btn  {
	display: inline-block;
	font-size: 13px;
	color: #ccc;
	transition: all .4s;
}
a.product-list-btn:hover {
	color: #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: 3rem;
	width: 100%;
	overflow: hidden;
}


.product-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	float: left;
}
#product {
	width: 100%;
	position: relative;
}
#product .owl-stage {
	display: flex;
}
#product .item {
	min-height: 100%;
	font-size: 0px;
	margin: 0px;
}
#product .item {
	min-height: 100%;
}

#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: #135094;
}
#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: #135094;
}
#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 #135094;
}
#product .owl-dots img {
	width: auto;
	height: 60px;
}


.product-title {
	float: right;
	width: 45%;
	font-size: 24px;
	font-weight: bold;
	color: #135094;
}
.product-introduce {
	float: right;
	width: 45%;
}

.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: #135094;
	transition: all .4s;
}
.product-introduce a.product-btn:hover {
	color: #fff;
	background: #135094;
}
.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: #666;
	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: #d82b2f;
}
.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: #135094;
	transition: all .4s;
}
.product-contact a:hover {
	background: #d82b2f;
}



/*详情*/
.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 #135094;
}
.details-title span {
	display: inline-block;
	padding: 0 1.5em;
	font-size: 15px;
	line-height: 3em;
	font-weight: bold;
	color: #fff;
	background: #135094;
}
.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 #135094;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
}
.details-process p strong {
	display: inline-block;
	margin-bottom: 6px;
	color: #135094;
}
.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: #135094;
	transition: all .4s;
}
.inquiry a:hover {
	background: #002d82;
}
.inquiry a span {
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	color: #fff;
}





/*案例*/
.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: #135094;
}
.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: #135094;
}
/*案例详情*/
.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 .owl-nav {
	position: absolute;
	right: 0%;
	bottom: 100%;
}


.other-list .owl-nav [class*=owl-] {
	position: static;
	margin:  0px;
}
.other-list .owl-nav [class*=owl-]:first-child {
	margin-right: 10px;
}
.other-list .owl-nav [class*=owl-] i{
	display: inline-block;
	padding: 0 1rem;
	font-size: 24px;
	line-height: 36px;
	color: #666;
	background: #f7f8fa;
	transition: all 0.4s;
}

.other-list .owl-nav [class*=owl-]:hover i{
	color: #fff;
	background: #135094;
}
.other-list .item .other-img {
	display: block;
	overflow: hidden;
}
.other-list .item .other-title {
	padding: 10px;
	background: #f7f8fa;
	font-size: 15px;
	line-height: 1.5em;
	color: #666;
	transition:  all 0.4s;
}
.other-list .item:hover .other-title {
	background: #135094;
	color: #fff;
}
.other-list .owl-nav {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 25px;
}

/*视频列表*/
.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: #135094;
}
@-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: #135094;
}
.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 i,.news-list .time-link em {
	display: inline-block;
	margin-right: 4px;
	font-size: 18px;
	color: #999;
	vertical-align: middle;
	transition: all .4s;
}
.news-list .time-link small {
	font-size: 14px;
	line-height: 36px;
	color: #999;
	vertical-align: middle;
	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 #135094;
}
.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: #135094;
}

@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;
	padding: 60px;
}
.news-content .news-box {
	margin: auto;
	width: 90%;
	max-width: 1200px;
}
.news-title {
	display: flex;
	flex-wrap: wrap;
}
.news-title div{
	width: calc(100% - 120px);
}
.news-title small {
	display: block;
	font-size: 14px;
	color: #999;
}
.news-title h1 {
	margin-bottom: 5px;
	font-size: 30px;
	line-height: 1.25em;
	font-weight: bold;
	color: #333;
}
.news-title a.back {
	align-self:flex-end;
	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: #135094;
	color: #fff;
}



.news-page {
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
}
.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:first-child {
	text-align: right;
}
.news-page a {
	display: block;
	width: 49.5%;
	padding: 1rem 3rem;
	background: #f7f8fa;
	transition: all .4s;
}
.gray-box .news-page a {
	background: #fff;
}
.news-page a:hover {
	background: #135094;
}
.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: #135094;
}
.related-list a small {
	display: inline-block;
	width: 76px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 30px;
	color: #999;
	vertical-align: bottom;
}


/*联系方式*/
.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: #135094;
	text-transform: uppercase;
}
.contact i.icon,
.contact em.icon {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	color: #135094;
	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: #135094;
}
.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: #135094;
}
.contact-social small{
	font-size: 15px;
	color: #666;
}
.contact-social-title {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #135094;
}
.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: #135094;
}
.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: #135094;
}
.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: #135094;
}
.choice-privacy label a {
	color: #666;
	text-decoration: underline;
}
.choice-privacy label a:hover {
	color: #135094;
	text-decoration: underline;
}
.feedback .submit {
	display: inline-block;
	padding: 0px 3em;
	background: #135094;
	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 #135094;
}
}

@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: #135094;
	transition: all .6s;
}
.sideBar-icon:hover {
	background: #135094;
}
.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: #135094;
}
.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: #135094;
}
.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: #135094;
}
.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: #135094;
	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: #135094;
}
.office-btn a.map-link:hover {
	background: #135094;
}
.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: #135094;
	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: #d82b2f;
	text-decoration: underline;
}
/*隐私政策*/
.content{
	max-width: 1000px;
	margin: auto;
}