﻿
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #f2f2f2;
}

@media(min-width:992px) {
body {
	padding-top: 70px;
}
}

@media(min-width:1400px) {
body {
	padding-top: 80px;
}
}

@media(max-width:992px) {
body {
	padding-top: 50px;
}
}
* {
	font-family: Arial, "微软雅黑", Microsoft YaHei;
}
@font-face {
	font-family: 'SerpentineDBol';
	src: url(../fonts/SerpentineDBol.ttf);
	font-weight: normal;
	font-style: normal;
}
dd, dl, dt, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
input,button,textarea {
	margin: 0;
	outline: none
}
a {
	text-decoration: none;
}
a:link {
	color: inherit;
}/*未访问样式*/
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
h1 {
	margin: 0px;
}
i {
	font-weight: normal;
}
hr {
	border: none;
	border-top: 1px solid #f0f0f0;
	margin: 10px 0px;
}
img {
	max-width: 100%;
}
.vcenter-parent {
	display: table;
}
.vcenter {
	display: table-cell;
	vertical-align: middle;
}
.red {
	color: #26004b;
}
.yellow {
	color: #f1a257;
}
.blue {
	color: #3469b1;
}
/*居中布局*/

::-webkit-scrollbar-track {
background:#CCC;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-thumb {
background:#222;
}
/*滚动条设置*/

.modal-open {
	padding-right: 0px !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}

/*boostrap遮罩层导致页面抖动*/

table {
	max-width: 100%;
	overflow: auto;
	border:none;
	border-color: #f5f5f5;
	border-top: none!important;
	border-left: none!important;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb
}
table td {
	font-size: 14px;
	line-height: 30px;
	padding: 5px 10px;
	border:none;
	border-color: #f5f5f5;
	border-right: none!important;
	border-bottom: none!important;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	background: #fff;
}
table td p{
	margin: 0px;
}
/*表格样式*/

@media(min-width:992px) {
.container {
	width: 90%;
}
}

@media(max-width:992px) and (min-width:768px) {
.container {
	width: 94%;
}
}
/* 初始设置 */


.margin-box {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media(max-width:992px) {
.margin-box {
	padding-top: 60px;
	padding-bottom: 60px;
}
}

@media(max-width:768px) {
.margin-box {
	padding-top: 40px;
	padding-bottom: 40px;
}
}
/*栏目间距*/

.column-title {
	margin: 0px 0px 30px;
}
.column-title h3 {
	margin: 10px 0px;
}
.column-title p {
	width: 70%;
	margin: 0px auto;
	font-size: 14px;
	line-height: 22px;
	color: #808080;
}
/*栏目标题设置*/

/*logo*/
#haed-nav {
	border: none;
	box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.3);
	transition: all .3s;
}
.navbar-brand {
	display: flex;
	align-items: center;
	width: auto;
	height: 70px;
	padding: 0px;
	overflow: hidden;
	transition: all .3s;
}
.navbar-brand>img {
	display: inline-block;
	max-height: 66%;
	vertical-align: bottom;
}

/*导航*/
@media(min-width:992px) {
#haed-nav {
	padding: 0px 5%;
	background: rgba(255,255,255,0.92);
}
#haed-nav .navbar-collapse:before, #haed-nav .navbar-collapse:after {
	display: none;
}
#haed-nav .navbar-collapse {
	text-align: right;
	font-size: 0px;
	line-height: 70px;
}
#haed-nav .top-nav {
	float: none;
	display: inline-block;
	vertical-align: bottom;
}
#haed-nav .top-nav>li {
	transition: all .3s;
}
#haed-nav .top-nav>li>a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 0px 20px;
	margin: 0px;
	font-size: 14px;
	line-height: inherit;
	vertical-align: baseline;
	color: #4d4d4d;
	transition: all .3s;
}
#haed-nav .top-nav>li.on>a, #haed-nav .top-nav>li>a:hover {
	color: #0071c1;
}
#haed-nav .top-nav>li>a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 50%;
	width: 0%;
	height: 2px;
	background-color: #0071c1;
	transition: all .4s;
}
#haed-nav .top-nav>li.on>a:after, #haed-nav .top-nav>li:hover>a:after {
	content: "";
	left: 0%;
	width: 100%;
}
#haed-nav .language {
	display: inline-block;
	vertical-align: bottom;
}
#haed-nav .language a {
	display: inline-block;
	padding: 0px 15px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 30px;
	color: #4d4d4d;
	border: 1px solid #999;
	transition: all .3s;
}
#haed-nav .language a:hover {
	color: #fff;
	border: 1px solid #0071c1;
	background: #0071c1;
	transition: all .3s;
}
}
#haed-nav .top-nav>li .dropdown-menu {
	border: none;
	background: rgba(255,255,255,0.9);
}
#haed-nav .top-nav>li .dropdown-menu li a {
	line-height: 36px;
	transition: all .3s;
}
#haed-nav .top-nav>li .dropdown-menu li a:hover {
	color: #fff;
	background: #0071c1;
}

@media(min-width:1400px) {
.navbar-brand {
	height: 80px;
}
#haed-nav .navbar-collapse {
	line-height: 80px;
}
#haed-nav .top-nav>li {
	margin:0 8px;
}
#haed-nav .top-nav>li>a {
	font-size: 15px;
}
#haed-nav .language{
    margin-left:20px;
}
}

/*导航*/

/*992 头部导航折叠*/
@media(max-width:992px) {
#haed-nav {
	padding: 0px 3%;
	background: rgba(255,255,255,1);
}
.navbar .container {
	width: 100% !important;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-brand {
	margin-left: 0px !important;
	padding-left: 0px;
	height: 50px;
}
.container > .navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-collapse.collapse {
	display: none !important;
	border-top: 1px solid #eee;
	transition-duration: .4s;
}
.collapse.in {
	display: block !important;
	transition-duration: .4s;
}
.navbar-collapse {
	margin: 5px 0px 15px;
	overflow-y: auto !important;
	box-sizing: border-box;
	transition-duration: .4s;
}
.navbar-collapse.in {
	overflow-y: auto !important;
	transition-duration: .4s;
}
.navbar-nav {
	width: 100%;
	margin: 0px;
}
.navbar-nav > li {
	float: none;
	width: 100%;
	padding: 0px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
	overflow: hidden;
}
.navbar-inverse .navbar-nav > li .dropdown-menu a {
	padding: 10px 15px;
}
.navbar-inverse .navbar-nav > li.on>a:after {
	content: "";
	position: absolute;
	z-index: -1;
	display: none;
}
.nav .dropdown-menu {
	position: static;
	width: 100%;
	border: none;
	padding: 15px 0px 15px;
	box-shadow: none;
	background: #f7f7f7;
	text-align: center;
}
.dropdown-menu > li > a {
	padding: 5px 15px;
}
.language {
	float: left;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.language a {
	display: inline-block;
	width: 100%;
	padding: 15px;
}
.language a:before {
	content: "语言切换：";
}
}
/*992 头部导航折叠*/

h2.title {
	position: relative;
	z-index: 1;
	margin: 0px 0px 40px;
	font-size: 4rem;
	color: #4d4d4d;
}
h2.title:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -15px;
	left: 0%;
	width: 100px;
	height: 2px;
	margin-left: 0;
	background-color: #0071c1;
	transition: all .3s;
}
.text-center h2.title:after {
	content: "";
	left: 50%;
	margin-left: -50px;
}
p.title {
	font-size: 1.75rem;
	color: #666;
}

@media(max-width:1200px) {
h2.title {
	font-size: 3rem;
}
p.title {
	font-size: 1.5rem;
}
}

@media(max-width:992px) {
h2.title {
	font-size: 2.5rem;
}
p.title {
	font-size: 1.4rem;
}
}
/*首页标题*/


/* .banner视频背景 */
.video-back {
	position: relative;
	z-index: 2;
	margin-top: -80px;
	height: 100vh;
	font-size: 18px;
	line-height: 2em;
	color: #fff;
}
.video-back:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background: url(../image/bg.png) repeat;
}
.vidbacking-active-body-back {
	position: fixed;
	z-index: -100;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%);
}
.vidbacking-active-block-back {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.vidbacking {
	display: none;
}
.vidmask-body-back {
	background: url(https://www.artimold.com/Data/antimold/template/en/css/bg.jpg) repeat;
	opacity: 0.4;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
	display: block;
}
.vidmask-block-back {
	background: url(https://www.artimold.com/Data/antimold/template/en/css/bg.jpg) repeat;
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block;
}
.banner-text {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
}
.banner-text>div{
	margin-top: 50px;
}
.banner-text h3 {
	margin: 30px 0px 20px;
	font-size: 27px;
	line-height: 1.75em;
}
@media(max-width:991.8px){
  .banner-text h3 {
	font-size:18px;
	line-height: 1.5em;
}  
}
/*首页视频*/
/* .banner背景 */

/*首页业务*/
.index-business{
	background: #fff;
	overflow: hidden;
}
.index-business-list{
	padding: 0px;
}
.index-business-list a{
	position: relative;
	display: block;
	background: #000;
}
.index-business-list a img{
	width: 100%;
}
.index-business-list a .index-business-text{
	position: absolute;
	z-index: 3;
	top:40%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0px 10%;
	color: #fff;
	transition:all .4s;   
}
.index-business-list a:hover .index-business-text{
	top:25%;
}
.index-business-list a:after{
	content:""; 
	position: absolute;
	z-index: 2;
	top:0%;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	transition:all .4s;   
}

.index-business-list a:hover:after{
	background: rgba(0,113,193,0.9);
}
.index-business-list a .index-business-text h4{
	position: relative;
	font-size: 20px;
	line-height: 1em;
	padding-bottom: 20px;
	margin: 0 0 20px;
}
.index-business-list a .index-business-text h4:after{ content:""; position: absolute;  z-index:1;bottom: 0px;left: 50%;width: 0px;height: 2px; margin-left:  0px;background-color:#fff;transition:all .4s;}
.index-business-list a:hover .index-business-text h4:after{ content:""; width: 40px;margin-left:-20px;}


.index-business-list a .index-business-text p{
	font-size: 15px;
	line-height: 1.75em;
	margin: 0px;
	opacity: 0;
    visibility: hidden;
	transition:all .4s;   
}
.index-business-list a:hover .index-business-text p{
	opacity: 1;
    visibility:visible;
}

@media(min-width:1200px) {
.index-business-list a .index-business-text p{
	font-size: 16px;
}
}
@media(max-width:992px) {
	
.index-business-list a .index-business-text h4:after{ content:"";display: none;}
	.index-business-list a .index-business-text p{
	display: none;
}

}
/*首页业务*/

/*首页产品*/
.index-p {
	background: #f2f2f2;
}
.index-p-nav {
	margin: 50px 0 40px;
	font-size: 0px;
	text-align: center;
}
.index-p-nav a {
	display: inline-block;
	min-width: 150px;
	padding: 8px 15px;
	margin: 4px;
	font-size: 2rem;
	line-height: 1.25em;
	color: #4d4d4d;
	border: 1px solid #ccc;
	transition: all ease .4s;
}
.index-p-nav a:hover {
	color: #0071c1;
	border: 1px solid #0071c1;
}
.index-p-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-p-list>div {
	width: 32%;
	margin: 1% 0;
}
.index-p-list>div a {
	position: relative;
	display: block;
	overflow: hidden;
	transition: all ease .4s;
}
.index-p-list>div a:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.index-p-list>div a:after{ content:""; position: absolute;  z-index:1;top: 0px;left: 0%;width: 100%;height: 100%;background-color:rgba(0,113,193,0.9);transform:translate(0%,110%);transition:all .4s;}
.index-p-list>div a:hover:after{ content:"";transform:translate(0%,0%);transition:all .4s;}
.index-p-list>div a img {
	width: 100%;
	transform: scale(1);
	transition: all ease 0.5s;
}
.index-p-list>div a:hover img {
	transform: scale(1.1);
}
.index-p-list>div a p {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 0px 20px;
	margin: 0px;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	opacity: 0;
	transform:translate(0%,-50%);
	transition: all ease 0.5s;
}
.index-p-list>div a:hover p {
	opacity: 1;
	transition-delay: 0.4s;

}
.index-p-list>div a p:before,.index-p-list>div a p:after{ content:""; position: absolute;  z-index:-1;left: 50%;width: 0%;height:1px;background-color:rgba(255,255,255,0.6);transition:all .4s;}
.index-p-list>div a p:before{content:""; top:0px;}
.index-p-list>div a p:after{content:"";bottom:0px;}
.index-p-list>div a:hover p:before,.index-p-list>div a:hover p:after{ content:"";z-index:-1;margin-left: -30px; width: 60px;transition-delay: 0.8s;}


@media(max-width:1200px) {
.index-p-nav a {
	font-size: 1.8rem;
}
}

@media(max-width:992px) {
.index-p-nav {
	margin: 30px 0 20px;
}
.index-p-nav a {
	font-size: 1.6rem;
}
}

@media(max-width:768px) {
.index-p-list>div {
	width: 50%;
	padding: 0px 10px;
	margin: 1% 0;
}
.index-p-nav {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
	font-size: 0px;
}
.index-p-nav a {
	width: 46%;
	margin: 4px 0;
}
}
/*首页产品*/

.index-a {
	background: url(../image/img-about1.jpg) center no-repeat;
	background-size: cover;
}
.index-a p {
	font-size: 2.4rem;
	line-height: 1.75em;
	color: #4d4d4d;
	margin-bottom: 30px;
}
.index-a-nav {
	margin-top: 30px;
}
.index-a-nav a {
	display: inline-block;
	font-size: 2rem;
	margin-left: 40px;
	color: #4d4d4d;
	white-space: nowrap;
}
.index-a-nav a:hover {
	color: #0071c1;
}
.index-a-nav a:first-child {
	margin-left: 0px;
}
.index-a-nav a img {
	margin-right: 3%;
	width: 40PX;
}
a.about-more {
	display: inline-block;
	padding: 0px 30px;
	margin-top: 40px;
	font-size: 1.8rem;
	line-height: 2.2em;
	color: #fff;
	border-radius: 8px;
	background: #0071c1;
}
a.about-more:hover {
	color: #fff;
	background: #00a0e9;
}
.index-a #video_box {
	width: 100%;
}

@media(max-width:1400px) {
.index-a p {
	font-size: 2rem;
}
.index-a-nav a {
	font-size: 2.2rem;
}
.index-a-nav a img {
	height: 40px;
}
}

@media(max-width:1200px) {
.index-a p {
	font-size: 1.75rem;
}
.index-a-nav a {
	font-size: 2rem;
}
.index-a-nav a img {
	height: 36px;
}
}

@media(max-width:992px) {
.index-a {
	background: url(../image/img-about2.jpg) center no-repeat;
	background-size: cover;
}
.index-a h3 {
	margin-top: 40px;
}
.index-a p {
	font-size: 1.5rem;
}
.index-a-nav a {
	font-size: 1.75rem;
}
.index-a-nav a img {
	height: 30px;
}
.index-a #video_box {
	margin-bottom: 40px;
}
a.about-more {
	padding: 0px 20px;
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 2.2em;
}
}
/*首页关于*/


.index-partner {
	background: #f2f2f2;
}
.partner {
	display: flex;
	justify-content: space-between;
}

@media (min-width: 998px) {
.partner ul>li {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 130px;
	background: #fff;
	transition: all ease .4s;
}
.partner ul>li:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.partner ul>li img {
	max-width: 100%;
	max-height: 120px;
}
.partner ul>li .logo-text {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,113,193,0.8);
	text-align: center;
	opacity: 0;
	transition: all ease .4s;
}
.partner ul>li:hover .logo-text {
	opacity: 1;
	transition: all ease .4s;
}
.partner ul>li .logo-text span {
	display: inline-block;
	width: 100%;
	padding: 0px 5%;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.partner div.index-p-1 {
	width: 18%;
}
.partner div.index-p-1 li {
	margin: 40px 0px;
}
.partner div.index-p-2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 64%;
	padding: 0px 2.5%;
	font-size: 0px;
}
.partner div.index-p-2 div {
	width: 100%;
}
.partner div.index-p-2 ul {
	width: 100%;
	margin: 50px 0px;
}
.partner div.index-p-2 ul li {
	margin: 0px 3%;
}
.partner div.index-p-2 ul:first-child {
	display: flex;
	justify-content: space-between;
}
.partner div.index-p-2 ul:first-child li {
	width: 30%;
	height: 160px;
}
.partner div.index-p-2 ul:first-child li img {
	max-height: 160px;
}
.partner div.index-p-2 ul:last-child {
	display: flex;
	justify-content: space-between;
}
.partner div.index-p-2 ul:last-child li {
	width: 50%;
}
}

@media (max-width: 998px) {
.partner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.partner ul>li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 130px;
	background: #fff;
}
.partner ul>li img {
	max-width: 100%;
	max-height: 100px;
}
.partner ul>li .logo-text {
	display: none;
}
.partner div.index-p-1 {
	width: 100%;
}
.partner div.index-p-2 {
	width: 100%;
}
.partner>div {
	margin: 8px 0px;
}
.partner div.index-p-1 ul {
	display: flex;
	justify-content: space-between;
}
.partner ul>li {
	height: 100px;
}
.partner div.index-p-1 li {
	width: 32%;
}
.partner div.index-p-2 ul {
	display: flex;
	justify-content: space-between;
}
.partner div.index-p-2 li {
	width: 32%;
}
.partner div.index-p-2 ul:last-child {
	margin-top: 16px;
	justify-content: flex-start;
}
.partner div.index-p-2 ul:last-child li {
	margin-right: 2%;
}
.partner div.index-p-1 {
	order: 1;
}
.partner div.index-p-2 {
	order: 2;
}
}
/*首页伙伴*/

.index-news {
	background: #fff;
}
.index-n-nav {
	margin-bottom: 40px;
}
.index-n-nav a {
	display: inline-block;
	padding: 0px 2%;
	font-size: 2.4rem;
	line-height: 2em;
	color: #4d4d4d;
	transition: all ease .4s;
}
.index-n-nav a:hover {
	color: #0071c1;
}
.index-n-first .index-n-img {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
.index-n-first .index-n-img img {
	width: 100%;
	transform: scale(1);
	transition: all ease .7s;
}
.index-n-first:hover .index-n-img img {
	transform: scale(1.1);
}
.index-n-first .index-n-title {
	display: block;
	width: 100%;
	font-size: 2.2rem;
	line-height: 2em;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease .4s;
}
.index-n-first .index-n-title:hover {
	color: #0071c1;
	transition: all ease .4s;
}
a.index-n-more {
	float: right;
	display: inline-block;
	padding: 0px 20px;
	margin-left: 20px;
	font-size: 1.8rem;
	line-height: 2em;
	color: #fff;
	border-radius: 4px;
	background: #0071c1;
	transition: all ease .4s;
}
a.index-n-more:hover {
	background: #00a0e9;
	transition: all ease .4s;
}
.index-n-first p {
	font-size: 1.8rem;
	line-height: 2.2em;
	color: #808080;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.index-n-list li {
	padding: 20px 0px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}

.index-n-list li .index-n-time{
	display: block;
	font-size: 1.4rem;
	line-height: 1em;
	color: #cccccc;
	margin-bottom: 8px;
}
.index-n-list li .index-n-text {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.index-n-list li .index-n-text a {
	display: block;
	width: 100%;
	margin-top: 10px;
	font-size: 2.2rem;
	line-height: 2em;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease .4s;
}
.index-n-list li .index-n-text a:hover {
	color: #0071c1;
	transition: all ease .4s;
}
.index-n-list li .index-n-text p {
	width: 100%;
	font-size: 1.8rem;
	line-height: 2.2em;
	color: #808080;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

@media (min-width: 998px) {
.index-n-first {
	float: left;
	width: 50%;
}
.index-n-list {
	float: left;
	width: 50%;
	padding-left: 6%;
}
}

@media (max-width: 1200px) {
.index-n-nav a {
	font-size: 2rem;
}
.index-n-first .index-n-title {
	font-size: 1.8rem;
	line-height: 2em;
}
a.index-n-more {
	font-size: 1.6rem;
}
a.index-n-more:hover {
	background: #00a0e9;
	transition: all ease .4s;
}
.index-n-first p {
	font-size: 1.6rem;
	line-height: 2em;
}
.index-n-list li {
	padding: 10px 0px;
}
.index-n-list li .index-n-time {
	width: 110px;
}
.index-n-list li .index-n-time p {
	font-size: 5rem;
}
.index-n-list li .index-n-time span {
	font-size: 1.6rem;
}
.index-n-list li .index-n-text a {
	margin-top: 5px;
	font-size: 1.8rem;
	line-height: 2em;
}
.index-n-list li .index-n-text p {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 2em;
}
}

@media (max-width:992px) {
.index-n-nav a {
	font-size: 1.8rem;
}
.index-n-first {
	margin-bottom: 40px;
}
}
/*首页新闻*/

.foot {
	background: none;
	padding-top: 60px;
}
#foot-feedback {
	width: 100%;
}
#foot-feedback input, #foot-feedback textarea {
	display: inline-block;
	width: 100%;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 42px;
	background: #fff;
	border: none;
}
#foot-feedback input{height: 42px;}

#foot-feedback textarea {
	height: 100px;
}
#foot-feedback button {
	display: inline-block;
	width: 100%;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #8bbed5;
	border: none;
	transition: all .3s;
}
#foot-feedback button:hover {
	background: #0071c1;
}

@media (max-width: 768px) {
.foot {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
.foot-l {
	color: #4d4d4d;
}
.foot-l h3 {
	font-size: 22px;
	margin: 15px 0 0;
}
.foot-l p {
	font-size: 1.25em;
	line-height: 26px;
}
.foot-l p small {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1em;
	color: #808080;
	font-family: SerpentineDBol;
}
.foot-l .foot-code {
	display: inline-block;
	max-width: 130px;
	float: left;
	margin-right: 20px;
}

@media (max-width: 768px) {
.foot-l {
	margin: 20px 0px;
	text-align: center;
}
.foot-l .foot-code {
	float: none;
	margin-bottom: 10px;
}
#foot-feedback {
	width: 80%;
	margin: auto;
}
#foot-feedback input, #foot-feedback textarea {
	line-height: 36px;
}
#foot-feedback input{
	height: 36px;
}
#foot-feedback a {
	line-height: 36px;
}
}

@media (min-width:1200px) {
.foot-contact {
	padding-left: 20px;
}
}

@media (max-width:992px) {
.foot-contact {
	max-width: 480px;
	padding: 0px 10px;
	margin: auto;
	margin-top: 50px;
}
}
/*页脚*/
.bq {
	padding: 15px;
	margin: 40px 0px 0px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	border-top: 1px solid rgba(0,0,0,0.3);
	text-align: center;
}
.bq a {
	display: inline-block;
	margin: 0px 5px;
	color: red;
}
.bq a:hover {
	color: #0071c1;
}

@media(max-width:992px) {
.bq {
	text-align: center;
	width: 100%;
}
}
/* 版权 */


.inside-banner{
	position: relative;
}
.inside-banner>pre{
	font-family: Arial, "微软雅黑", Microsoft YaHei;
	border:none;
	border-radius: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	margin: 0px;
	display: block;
	padding: 10vh 5vw 5vh 5vw;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.8) 100%);
	text-shadow: 1px 2px 1px rgba(0,0,0,0.3);
	font-size: 26px;
	line-height:32px;
	color: #fff;
	word-break:normal;
    word-wrap: normal;
    white-space:pre-wrap;
	overflow: visible;
}
@media(min-width:1400px) {
.inside-banner>pre{
	padding: 10vh 5vw 5vh 5vw;
}
}
@media(max-width:1200px) {
.inside-banner>pre{
	padding: 8vh 5vw 3vh 5vw;
	font-size: 22px;
}
}
@media(max-width:768px) {
	.inside-banner>pre{
		display: none;
	}	
}
.inside-box {

}
.inside-box>div {
	padding: 50px;
	background: #fff;
}
.inside-box .margin-box {
	margin: auto;
	background: #fff;
	overflow: hidden;
}
.inside-nav-box {
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.inside-nav2 {
	margin-bottom: 40px;
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}
.inside-nav2 li {
	display: inline-block;
	margin-right: 20px;
}
.inside-nav2 li a {
	display: inline-block;
	font-size: 2rem;
	line-height: 2.6em;
	color: #4d4d4d;
	border-bottom: 4px solid rgba(0,113,193,0);
	transition: all .3s;
}
.inside-nav2 li a:hover {
	color: #0071c1;
}
.inside-nav2 li.on a {
	color: #0071c1;
	border-bottom: 4px solid rgba(0,113,193,1);
}

@media(max-width:1200px) {
.inside-box>div {
	padding: 40px;
}
}

@media(max-width:992px) {
.inside-box>div {
	padding: 30px;
}
.inside-nav2 {
	padding: 0px 15px;
}
.inside-nav2 li a {
	font-size: 1.8rem;
	line-height: 2.6em;
}
}
#inside-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0px 0px 50px;
}
#inside-nav .panel {
	display: table-cell;
	width: 100%;
	border: none;
	background: none;
	box-shadow: none;
}
#inside-nav .panel-heading {
	display: none;
	font-size: 0px;
	border-radius: 0px;
	overflow: hidden;
	padding: 0px;
	background: none;
}
#inside-nav .panel-collapse {
	height: auto;
}
#inside-nav .panel-body {
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#inside-nav .panel-body ol {
	padding: 0px 25px;
	margin: 20px 0 35px;
}
#inside-nav .panel-body p {
	font-size: 24px;
	color: #4d4d4d;
	line-height: 1em;
	margin-bottom: 6px
}
#inside-nav .panel-body span {
	font-size: 13px;
	color: #999;
	line-height: 1em;
}
#inside-nav .panel-body li {
	display: block;
}
#inside-nav .panel-body a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0px 25px;
	font-size: 14px;
	line-height: 44px;
	color: #808080;
	transition: all .4s;
}
#inside-nav .panel-body a:hover {
	color: #0071c1;
}
#inside-nav .panel-body li.on a {
	color: #0071c1;
	background: #f5f5f5;
}

@media (min-width:992px) {
#inside-nav {
	margin-top: 15px;
	padding-right: 40px;
}
#inside-nav .panel-body {
	border-right: 1px solid #ebebeb;
}
#inside-nav .panel-body li.on a:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0%;
	width: 2px;
	height: 20px;
	margin-top: -10px;
	background-color: #0071c1;
	transition: all .3s;
}
}

@media (max-width:1200px) {
#inside-nav .panel-body a {
	min-width: 120px;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 40px;
}
}

@media (max-width: 992px) {
#inside-nav .panel-heading {
	display: block;
}
#inside-nav {
	display: inline-block;
	width: 100%;
	margin: 0px;
	clear: both;
}
#inside-nav .panel {
	position: relative;
	display: inline-block;
	margin: 0px;
	width: 70%;
	float: right;
}
#inside-nav .panel-heading a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	padding: 12px 15px;
	font-weight: bold;
	color: #0071c1;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	background: #e5e5e5;
}
#inside-nav .panel-heading a.collapsed {
	color: #333;
	background: #f5f5f5;
}
#inside-nav .panel-heading a:after {
	content: "×";
	position: absolute;
	z-index: 1;
	line-height: 44px;
	font-size: 18px;
	font-weight: normal;
	color: #0071c1;
	top: 0px;
	right: 10px;
}
#inside-nav .panel-heading a.collapsed:after {
	content: "+";
	color: #ccc;
}
#inside-nav .panel-collapse {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fafafa;
}
#inside-nav .panel-body li {
	width: 100%;
}
#inside-nav .panel-body a {
	min-width: 100%;
	padding: 0px 0px;
	font-size: 14px;
	line-height: 40px;
	border: none;
}
#inside-nav .panel-body {
	padding: 10px 0px;
}
#inside-nav .panel-body a {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
	margin: 0px;
	font-size: 12px;
	line-height: 46px;
	color: #808080;
}
#inside-nav .panel-body a:hover {
	border: none;
}
}
.pagination>li>a {
	padding: 0px 20px;
	margin: 0px 5px;
	font-size: 16px;
	line-height: 48px;
	color: #666;
	background: #e5e5e5;
	border: none;
	border-radius: 0 !important;
}

@media (max-width: 992px) {
.pagination>li>a {
	padding: 0px 15px;
	margin: 0px 3px;
	font-size: 14px;
	line-height: 36px;
	color: #666;
	background: #e5e5e5;
	border: none;
	border-radius: 0 !important;
}
}
/*页脚折叠效果*/
/*内页公共*/

/*产品列表*/
@media(min-width:1400px) {
.product-left{
	width: 20%;
}
.product-right{
	width: 80%;
}
}

.product-list {
	padding: 15px;
}
.product-list a {
	position: relative;
	z-index: 1;
	display: block;
	background: #fff;
	overflow: hidden;
	transition: all ease .5s;
}
.product-list a:hover {
}
.product-img {
	border:1px solid #f2f2f2;
	overflow: hidden;
}
.product-list a:hover .product-img {
		border:1px solid #f2f2f2;

}
.product-img img {
	transform: scale(1);
	transition: all ease .5s;
}
.product-list a:hover .product-img img {
	transform: scale(1.1);
	transition: all ease .5s;
}


.product-list a .product-name p {
	position: relative;
	padding: 15px 0px;
	margin: 0px;
	font-size: 14px;
	color: #4d4d4d;
	border-bottom: 1px solid #ebebeb;
	background: #fff;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition: all .5s;
}
.product-list a:hover .product-name p {
	padding: 15px 10px;
	color: #0071c1;
	background: #f5f5f5;
}
.product-list a .product-name p:after{ content:""; position: absolute;  z-index:1;bottom: 0px;left: 0%;width: 0%;height: 1px;background-color:#0071c1;transition:all ease .5s;}
.product-list a:hover .product-name p:after{ content:""; width: 100%;}
/*产品列表*/

/*产品详情*/
.product-box {
	max-width: 1000px;
	margin: auto;
}
.product-tab {
	display: inline-block;
	padding: 0px 30px;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	background: #0071c1;
}
.product-text {
	padding: 20px;
	font-size: 15px;
	line-height: 2em;
}
.product-text h2 {
	font-size: 24px;
	line-height: 2em;
}

@media(min-width:992px) {
.product-text {
	padding-left: 40px;
}
}
/*产品详情*/

.about-content {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	padding: 30px 0px;
	margin: auto;
}
.about-list1 {
	width: 100%;
}
.about-img {
	width: 50%;
}
.about-text {
	width: 50%;
	font-size: 15px;
	line-height: 1.75em;
	color: #4d4d4d;
}
.about-text h4 {
	margin-top: 0px;
	margin-bottom: 20px;
}

@media(min-width:992px) {
.about-img, .about-text {
	display: flex;
	align-items: center;
}
.about-img>div, .about-text>div {
	width: 100%;
}
.about-content:nth-of-type(2n+1) {
	display: flex;
	max-width: 1100px;
	padding: 30px 0px;
	margin: auto;
}


.about-content:nth-child(2n) .about-img {
	order: 1;
	padding-right: 30px;
}
.about-content:nth-child(2n) .about-text {
	order: 2;
	padding-left: 30px;
}


.about-content:nth-child(2n) .about-img {
	order: 1;
	padding-right: 30px;
}
.about-content:nth-child(2n) .about-text {
	order: 2;
	padding-left: 30px;
}
.about-content:nth-child(2n+1) .about-img{
	order: 2;
	padding-left: 30px;
}
.about-content:nth-child(2n+1) .about-text{
	order: 1;
	padding-right: 60px;
}
}

@media(max-width:1200px) {
.about-text {
	font-size: 14px;
	line-height: 1.75em;
}
}

@media(max-width:992px) {
.about-content .about-img {
	width: 100%;
	order: 1;
	margin-bottom: 30px;
}
.about-content .about-text {
	width: 100%;
	order: 2;
}
}

@media(max-width:768px) {
.about-text {
	font-size: 1em;
}
}
/*关于我们*/

/*弹出大图*/
.show-img-box>div {
	margin: 10px 0px;
}
 a .show-img {
	border: 1px solid #e0e0e0;
	overflow: hidden;
	transition: all ease .4s;
}
.show-img-box>div a:hover .show-img{
	border: 1px solid #0071c1;
}

.show-img-box>div a .show-img img {
	transform: scale(1);
	transition: all .4s;
}
.show-img-box>div:hover a .show-img img {
	transform: scale(1.1);
}
.show-img-box>div a .show-name {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #666;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .4s;
}
.show-img-box>div:hover a .show-name {
	color: #0071c1;
}

/*弹出大图*/




/*合作伙伴*/
.business-top {
	margin-bottom: 30px;
}



@media(min-width:992px) {
.business-left {
	font-size: 2rem;
	line-height: 1.75em;
	padding: 0px 30px 0px 0px;
}
.business-left h3 {
	font-size: 2.6rem;
	margin: 0px 0px 30px;
}
}

@media(max-width:992px) {
.business-left {
	font-size: 1.6rem;
	line-height: 1.75em;
}
.business-left h3 {
	font-size: 2.2rem;
	margin: 0px 0px 20px;
	text-align: center;
}
.business-right {
	margin-bottom: 25px;
}
.business-right>div {
	max-width: 600px;
	margin: auto;
}
}
/*合作伙伴*/



/*新闻列表*/
@media(min-width:992px) {
.news-list li {
	display: flex;
	flex-wrap: nowrap;
	margin: 60px 0px 30px;
	transition: all ease .4s;
}
.news-list li:hover {
	background: #f5f5f5;
}
.news-list li .news-img,.news-list li .news-text {
	display: flex;
	align-items: center;
}
.news-list li .news-img>div, .news-list li .news-text>div {
	width: 100%;
}
.news-list li .news-img {
	width: 30%;
}

.news-list li .news-text {
	width: 70%;
	padding: 15px 40px;
}
.news-list li .news-img>div {
	overflow: hidden;
}
.news-list li .news-img>div img {
	transform: scale(1);
	transition: all .4s;
}
.news-list li .news-img>div:hover img {
	transform: scale(1.1);
}
.news-list li .news-text a {
	display: inline-block;
	width: 100%;
	margin-bottom: 6px;
	font-size: 1.8rem;
	line-height: 1.2em;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease .4s;
}
.news-list li .news-text a:hover {
	color: #0071c1;
}
.news-list li .news-text p {
	margin: 0px;
	font-size: 1.4rem;
	line-height: 1.5em;
	max-height: 4.2rem;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list li .news-text span {
	display: inline-block;
	margin-top: 25px;
	font-size: 13px;
	color: #999;
}
}

@media(min-width:1200px) {
.news-list li .news-time span {
	font-size: 6rem;
}
.news-list li .news-time small {
	font-size: 1.6rem;
}
.news-list li .news-text a {
	margin-bottom: 10px;
	font-size: 2.2rem;
	line-height: 1.2em;
	transition: all ease .4s;
}
.news-list li .news-text p {
	font-size: 1.6rem;
	line-height: 1.5em;
	max-height: 4.8rem;
}
}

@media(min-width:1600px) {
.news-list li .news-text a {
	margin-bottom: 10px;
	font-size: 2.2rem;
	line-height: 1em;
	transition: all ease .4s;
}
.news-list li .news-text p {
	font-size: 1.6rem;
	line-height: 1.5em;
	max-height: 4.8rem;
}
}

@media(max-width:992px) {
.news-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-list li {
	width: 48%;
	margin: 15px 0;
}
.news-list li .news-text{
		margin-top: 10px;
}
.news-list li .news-text a {
	display: inline-block;
	width: 100%;
	margin: 6px 0px;
	font-size: 1.6rem;
	line-height: 1em;
	color: #4d4d4d;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all ease .4s;
}
.news-list li .news-text p {
	margin: 0px;
	font-size: 1.4rem;
	line-height: 1.5em;
	height: 4.2rem;
	color: #808080;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-list li .news-text span {
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
	color: #ccc;
}
	
}

@media(max-width:768px) {
.news-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-list li {
	width: 100%;
	margin: 15px 0;
}
}
/*新闻列表*/

/*新闻详情*/
.news-content .news-title {
	margin-bottom: 30px;
	line-height: 1.75em;
}
.news-content p {
	font-size: 1.8rem;
	line-height: 1.75em;
}
.news-page {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ebebeb;
}
.news-page a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #4d4d4d;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	transition: all .3s;
}
.news-page a:hover {
	color: #0071c1;
}
.news-page a.no-more {
	color: #999;
}
/*新闻详情*/



/*联系我们*/
.contact {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.contact h3 {
	font-size: 2.4rem;
	margin: 10px 0px 30px;
}
.contact h3 small {
	font-family: "Courier New";
	font-size: 2rem;
	margin: 10px 0px 30px;
}
#contact-feedback {
	width: 100%;
}
#contact-feedback input, #contact-feedback textarea {
	display: inline-block;
	width: 100%;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 42px;
	background: #f5f5f5;
	border: none;
}
#contact-feedback input {
	height: 42px;
}
#contact-feedback textarea {
	height: 200px;
}
#contact-feedback button {
	display: inline-block;
	width: 100%;
	padding: 0px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #8bbed5;
	border: none;
	transition: all .3s;
}
#contact-feedback button:hover {
	background: #0071c1;
}
#map-canvas {
	margin-top: 30px;
	width: 100%;
	height: 400px;
}