﻿@charset "utf-8";/* CSS Document */
@font-face {
  font-family: 'iconfont';  /* project id 1413435 */
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 100%;
	line-height: 1.1;
	width: 100%;
	position: relative;
	background: none;
	font-family:  arial, "微软雅黑","Microsoft YaHei";
	overflow-x: hidden;
}
* {
	padding: 0;
	margin: 0;
}
ul,li{ list-style-type:none;}
a {
	background-color: transp#076c88ent;font-style: normal;
}

a:active, a:hover {
	outline: 0
}
h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {
    font-weight: normal;
    font-style: normal;
}
a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}
input, textarea {
    outline: 0;
    border: 0;
}
/*===========================header=============================*/
#header { position: fixed; top: 0; width: 100%;  z-index: 9999; width: 100%; z-index: 998; background: rgba(255,255,255,0); padding-top: 1.5rem; transition: .5s;  height: 80px; box-sizing: content-box;}
#header #logo { display: table; text-align: left; max-width: 180px; padding:0;}
#header #logo a { display: table-cell; vertical-align: middle; height: 80px; width: 100%;}
#header .logo_blue{ display:none;}
#header .top_search{ position: relative; height:30px; width:30px;margin-top:25px; padding-right:0; display:flex; flex-direction: row;justify-content: center; align-items:center; z-index: 999; margin-left:10px;}

#header .top_tel{ float:left;height:80px; line-height:80px; position:relative; margin-left:20px; font-size:18px; color:#fff; font-weight:bold; font-family:arial; }
#header .top_tel p:before{ content:""; display:inline-block; width:1px; height:15px; background:#c0c0c1; vertical-align:middle; position:absolute; left:-15px; top:33px;}
#header .top_tel p{ padding-left:26px; background:url(../images/top_tel.png) left center no-repeat; display:inline-block; position:relative;}

#header .top_yuyan{ float:left; height:30px; width:30px; line-height:30px; border-radius:30px; margin-top:25px; position:relative; margin-left:10px; font-size:14px; color:#999; background:#fff; }
#header .top_yuyan a{ margin:0 5px; color:#333;}
#header .top_yuyan a:hover{ color:#059340;}

#header .top_search .iconfont{ font-size:18px; color:#fff; color:rgba(255,255,255,.7); }
.header-search { position: absolute; background:#fff;width: 100%; z-index: 10000; display: none; top: 100%; left:0; padding:15px 0; box-shadow: 0 1px 5px rgba(0,0,0,.06) inset;}
.header-search form{ height:40px; margin:0 25px; position:relative;}
.header-search form.search #keyword{color:#333333;font-size:14px;width:100%;height:100%; background:#f6f6f6;text-align:left; padding:0 15px; display:block;border:none;font-family: sans-serif;box-shadow:none;}
.btn_blue{ width:113px; height:40px; position:absolute; top:0; right:0;background:#0D6BA0;font-family:lato; font-size:16px; color:#fff;}

#header .top_wx { position:relative; margin-left:20px;}
#header .top_wx dt { height: 80px; line-height: 80px; width: 24px; background: url(../images/wechat2.svg) center no-repeat; background-size: contain !important; cursor: pointer;}
#header .top_wx dd { position: absolute; bottom: -60px; width: 94px; height: 94px; border: 5px solid #fff; left: 50%; margin-left: -47px; opacity: 0; visibility: hidden; transition: .5s;}
#header .top_wx:hover dd { opacity: 1; visibility: visible; bottom: -74px;}

#nav{ float:left;}
#nav ul{}
#nav ul li{ float:left;position:relative;}
#nav ul li h3{ color:#fff; font-size:15px; padding:0 2rem; line-height:80px; margin:0; position:relative;}
#nav ul li .list{ opacity:0; visibility:hidden; position:absolute; border:1px solid #dedede; border-bottom:0;width:calc(100vw - 8px);  text-align: center;  margin-top: 1px; white-space: nowrap; border: 0; width: auto; z-index: 0;}
#nav ul li:hover .list{ opacity:1 !important; visibility:visible !important;}
#nav ul li .list:after { content: ""; width: 4000px; height: calc(100% + 1px); display: block; position: absolute; top: -1px; left: -2000px;  background:rgba(255,255,255,.95); z-index: -1; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);}
#nav ul li:hover h3:before { content: ""; border: 6px solid transparent; border-bottom: 6px solid #0D6BA0; display: block; position: absolute; left: 50%; margin-left: -6px; bottom: 0px;}
#nav ul li:hover h3:after { content: ""; width: 30px; height: 1px; background: #0D6BA0; display: block; position: absolute; left: 50%; margin-left: -15px; bottom: 0;}
#nav ul li.act h3{ font-weight:bold;}
#nav ul li .list a { display:block; line-height:59px; font-size:14px; color:#333; padding:0 2rem; font-weight:bold;}
#nav ul li .list dl{ display:inline-block; text-align:left; margin:0;vertical-align: top;}
#nav ul li .list dt a{  display:inline-block; text-align:left; vertical-align:top;}
#nav ul li .list dt:hover>a{ color:#0D6BA0;}
#nav ul li .list dd{ position: static; width:100%; padding-bottom:30px; }
#nav ul li .list dd a{  height: 30px; line-height: 30px; font-size: 14px; color: #363636; font-weight: 500;}
#nav ul li .list dd a:hover {color: #0D6BA0;}
#nav ul li .list {left:0;margin-left:0;margin-top:1px;white-space:nowrap;border:0;width:auto;z-index:0;}
#nav ul li:nth-child(5) .list, #nav ul li:nth-child(6) .list, #nav ul li:nth-child(6) .list { left:auto; right:0;}


#header:hover,#header.xg{ background:#fff;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);}
#header:hover #nav li.act h3,#header.xg #nav li.act h3{color:#0D6BA0;}
#header:hover #nav li h3,#header.xg #nav li h3{ color:#333;}
#header:hover .top_search .iconfont,#header.xg .top_search .iconfont,#header:hover .top_email .iconfont,#header.xg .top_email .iconfont{ color:#0D6BA0; }
#header:hover .logo_blue,#header.xg .logo_blue { display:block;}
#header:hover .logo_white,#header.xg .logo_white { display:none;}
#header.bg_white{ background:#fff;background:rgba(255,255,255,1);}
#header.bg_white #m_nav li .a h3{ color:#333;}
#header.bg_white #m_nav li.act .a h3{ color:#0D6BA0;}
#header.bg_white .top_search .iconfont{ color:#0D6BA0; }
#header.bg_white svg { fill: #0D6BA0 !important;}
#header:hover .top_wx dt, #header.xg .top_wx dt { background: url(../images/wechat.svg) center no-repeat;}
#header:hover .top_tel, #header.xg .top_tel{ color:#0D6BA0;}
#header:hover .top_yuyan, #header.xg .top_yuyan{ background:#0D6BA0;}
#header:hover .top_yuyan a, #header.xg .top_yuyan a{ color:#fff;}



/*==============================手机头部================================*/

/*导航按钮开始*/
.slide_nav{ padding-right: 56px;}
#m_bnt_nav{ position: absolute;top:0;left:5px;border-radius:5px;cursor: pointer;width: 50px;height:60px;text-align: center;z-index:99999;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;}
#m_bnt_nav .point{display: inline-block;width: 30px;height: 22px; position: relative;}
#m_bnt_nav .point:hover .navbtn,
#m_bnt_nav .point:hover .navbtn::after,
#m_bnt_nav .point:hover .navbtn::before{width: 28px;}
#m_bnt_nav .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 21px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#m_bnt_nav .navbtn::after,
#m_bnt_nav .navbtn::before{position: absolute; left: 0;display: inline-block;width: 28px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#m_bnt_nav .navbtn::after{top: -8px;}
#m_bnt_nav .navbtn::before{top: 8px;}
#m_bnt_nav .point.on .navbtn{background: transparent !important;}
#m_bnt_nav .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#m_bnt_nav .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/

#m_header { position: fixed; top: 0; width: 100%;  z-index: 9999; width: 100%; z-index: 998; background: rgba(255,255,255,0);  transition: .5s;  height: 60px; box-sizing: content-box; }
#m_header .logo_blue{ display:none;}
#m_header #logo{ position:absolute; left:50%; width:140px; margin-left:-75px; }
#m_header #logo img{ width:100%;}
#m_header #logo a{ display:table-cell; vertical-align:middle; height:60px;}
#m_nav{ position:absolute;}
#m_header .top_search{ position: relative; height:60px; padding-right:0; display:flex; flex-direction: row;justify-content: center; align-items:center; z-index: 999; margin-left:17px;}
#m_header .top_search .iconfont{ font-size:18px; color:#fff; color:rgba(255,255,255,1); }
#m_header .top_yuyan{ float:left; height:26px; width:26px; line-height:26px; border-radius:26px; margin-top:16px; position:relative; margin-left:10px; font-size:12px; color:#999; background:#fff; }
#m_header .top_yuyan a{ margin:0 5px; color:#333;}
#m_header .top_yuyan a:hover{ color:#059340;}

#m_header:hover,#m_header.xg{ background:#fff;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);}
#m_header:hover #nav li h3,#m_header.xg #nav li h3{ color:#333;}
#m_header:hover .top_search .iconfont,#m_header.xg .top_search .iconfont,#m_header:hover .top_email .iconfont,#m_header.xg .top_email .iconfont{ color:#0D6BA0; }
#m_header:hover .logo_blue,#m_header.xg .logo_blue { display:block; width:100%;}
#m_header:hover .logo_white,#m_header.xg .logo_white { display:none;}
#m_header:hover #m_bnt_nav .navbtn,#m_header:hover #m_bnt_nav .navbtn::after,#m_header:hover #m_bnt_nav .navbtn::before,#m_header.xg #m_bnt_nav .navbtn,#m_header.xg #m_bnt_nav .navbtn::after,#m_header.xg #m_bnt_nav .navbtn::before{background: #666;}
#m_header:hover .top_yuyan, #m_header.xg .top_yuyan{ background:#0D6BA0;}
#m_header:hover .top_yuyan a, #m_header.xg .top_yuyan a{ color:#fff;}

/*一级导航 开始*/
.m_nav_list{ text-align:right;}
.slide_nav{ position:static;}
#m_nav li{ display: inline-block; transition:.5s; }
#m_nav li .a{display:block;text-align:left;position:relative; z-index:0; line-height:69px; padding: 0 1.5rem; white-space: nowrap;}
#m_nav li .a h3{ font-family:lato_b; display: inline-block; font-size:14px; color:#777; text-transform:uppercase;}
#m_nav li:hover .a h3{ color:#0D6BA0;}
#m_nav li.act .a h3{ color:#0D6BA0;}
#m_nav li .a span{}
#m_nav li .a strong{ display: inline-block; text-transform:uppercase; font-size:14px; line-height:40px;height:40px;color:#fff; z-index:11; opacity:.8;filter:alpha(opacity=80);}
#m_nav li .a i{ font-size:13px; color:#83ab97; }
#m_nav .title .a i{  opacity:0;filter:alpha(opacity=0);display: inline-block; font-family:simsun; float: right; transition:.3s;}
#m_nav .on .a strong{color:#fff}
#m_nav .title{ }
#m_nav li.on .a:before{ color:#0D6BA0;}
/*二级导航 开始*/
#m_nav .title .list{ position:absolute; background:#fff;border:1px solid #dedede; border-bottom:0;width:calc(100vw - 8px); left:50%; margin-left:calc(-50vw + 4px); text-align: center; }
#m_nav .title .list a { display:block; line-height:59px; font-size:14px; color:#333; font-family:lato_b; padding:0 2rem; font-weight:bold;}
#m_nav .title .list span{  display:inline-block; text-align:left; vertical-align:top;}
#m_nav .title .list span:hover>a{ color:#0D6BA0;}

/*三级导航 开始*/
#m_nav .title .list .void>a{ position:relative;}
#m_nav .title .list span{ }
#m_nav .title .list span .sub{ border-bottom:0;}
#m_nav .title .list span:hover .sub{ }
#m_nav .title .sub a{ height:40px; line-height:40px; font-size:13px; color:#777; font-weight:300;}
#m_nav .title .sub a:hover{ color:#0D6BA0;}
.m_nav_list{flex-direction:column; justify-content: flex-start;}
.m_nav_list{ background:#f6f6f6;}
#m_bnt_nav{ display:block;}
#m_nav{ display:none; padding:0 15px 30px;}
#header{ padding:0;}
#m_nav>ul>li{  border-bottom:1px solid #eee; width:100%; }
#m_nav li .a{ padding:0 20px; line-height:50px;}
#m_nav li .a i{ line-height:50px;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{  opacity:1;filter:alpha(opacity=100);}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
#m_nav { z-index: 999; position: fixed; width: 100%; height:100vh; left: 0; top: 0; background: #fff; display:none; padding:15px; padding-top:80px; overflow: auto;}
#m_nav::-webkit-scrollbar{ display:none;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative; width:100%;z-index:9; left:0; margin-left:0; background:#f2f2f2; padding:10px 0;border:0; }
#m_nav .title .list span{ background:none; }
#m_nav .title .list span:hover {
    background: none;
    border-bottom: 1px solid #eee;
}
#m_nav .title .list span a:hover{
    color: #0D6BA0;
}
#m_nav .title .list a{display:block;font-size:1rem;color:#777;text-align:left;line-height:40px; height: 40px; border:0; font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list .void:hover>a { color: #0D6BA0;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display:none; }
#m_nav .title .sub a{ background:#f8f8f8;}
#m_nav .title .sub a:hover{ background:#0D6BA0; border-bottom:1px solid #0D6BA0;  color:#fff !important;}


.j_tab {
	display: table;
	width: 100%;
	height: 100%;
}
.j_tab_cel {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}

/*首页banner*/
#s_mian {
	margin-top: 100vh;
	background: #fff;
	box-shadow: 0 10px 30px 10px rgba(0,0,0,.3);
}
.banner {
	position: fixed;
	z-index: 0;
	height: 100vh;
	width: 100vw;
	top: 0;
	background: #000;
}
.banner li {
	text-align: left;
}
.banner li .img {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-size: cover !important;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	display:block;
}
.banner li.slick-active .img {
	visibility: visible !important;
	-webkit-animation: bgscale 5s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
	animation: bgscale 5s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
}

.banner li .img-shouji {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-size: cover !important;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	display:none;
}
.banner li.slick-active .img-shouji {
	visibility: visible !important;
	-webkit-animation: bgscale 3s forwards cubic-bezier(0.2, 0, 0.2, 0.5);
	animation: bgscale 5s forwards cubic-bezier(0.2, 0, 0.2, 0.5);
}


@-webkit-keyframes bgscale {
from {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
@keyframes bgscale {
from {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
.banner .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	padding: 30px;
}
.banner .txt .con {
	margin-top: -180px;
	transition: .8s;
}
.banner .txt span {
	font-size: 2rem;
	font-style:normal;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "PingFang SC", "Myriad Pro", arial;
	display: block;
	margin-bottom: 1.1rem;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	transition: .8s;
}
.banner .txt p {
	font-family: "PingFang SC";
	font-style: normal;
	font-size: 2.7rem;
	font-weight: bold;
	color: #fff;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	transition: .8s;
}
.banner li.slick-active span {
	-webkit-animation: tranbot 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
	animation: tranbot 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
}
.banner li.slick-active p {
	-webkit-animation: tranbot 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
	animation: tranbot 2s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
}
.banner .txt p.act, .banner .txt span.act {
	visibility: visible !important;
	-webkit-animation: trantop 3s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
	animation: trantop 3s forwards cubic-bezier(0.4, 0, 0.49, 0.93);
}
@-webkit-keyframes tranbot {
from {
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}
@keyframes tranbot {
from {
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}
@-webkit-keyframes trantop {
from {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
}
@keyframes trantop {
from {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
}
.banner .slick-arrow {
	width: 36px;
	height: 36px;
	opacity: .6;
}
.banner .slick-prev:before, .banner .slick-next:before {
	font-size: 3rem;
}
.banner .slick-prev {
	left: 6rem;
}
.banner .slick-next {
	right: 6rem;
}
.lightning {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
}
.lightning div {
	position: absolute;
	overflow: hidden;
}

.mouse {
	position: absolute;
	left: 50%;
	bottom: 5rem;
	margin-left: -10px;
	text-align: center;
	z-index: 50;
	opacity: .55;
}
.mouse span {
	display: inline-block;
	width: 21px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 12px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.mouse span:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: auto;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 13px;
}
.mouse span:before {
	content: "";
	width: 1px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 3px;
	animation-delay: 0ms;
	animation-duration: 1500ms;
	animation-iteration-count: infinite;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
}
.mouse b {
	display: block;
	text-align: center;
	color: #766047;
	font-size: 18px;
	line-height: 1;
	font-family: Arial;
	margin-top: 4px;
	font-weight: normal;
}
@-webkit-keyframes arrow {
0% {
opacity: 0;
-webkit-transform: translate3d(0px, 0px, 0px);
}
33% {
opacity: 1;
}
66% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0px, 5px, 0px);
}
}
@keyframes arrow {
0% {
opacity: 0;
transform: translate3d(0px, 0px, 0px);
}
33% {
opacity: 1;
}
66% {
opacity: 1;
}
100% {
opacity: 0;
transform: translate3d(0px, 5px, 0px);
}
}


@media (max-width:768px) {
.banner{ height:auto; width:100%;}
.banner li .img{ display:none;}
.banner li .img-shouji{ display:block;width: 100%;
	height: 450px;}
	
#s_mian{ margin-top:450px;}	
}


.bt{
	width:100%;
	max-width:1480PX;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	padding-top:60px;
	padding-bottom:20px;
	
	}
.bt p:nth-of-type(1){
	font-size:36px;
	color:#393939;
	font-weight:bold;
	}
.bt .btt{
	width:40px;
	height:3px;
	background:#0D6BA0;
	margin:10px auto;
	}
.bt p:nth-of-type(2){
	font-size:16px;
	color:#999;margin-bottom:0; text-transform:uppercase;
	}
@media (max-width:768px) {
.bt{ padding-top:20px; padding-bottom:15px;}
.bt p:nth-of-type(1){ font-size: 24px;}
.bt p:nth-of-type(2){ font-size: 12px;}
}


/* 关于我们*/

/*==============首页关于=====================*/
.sy_about{ padding-top:0px;position: relative;overflow: hidden;}
.about{background:#fff;}
.about_img{ float:left; width:48%;}
.about_img img{ width:100%;}
.about_wz{ float:right; width:48%; padding-right:11%; padding-top:3%;  }
.about_wz h1{ font-size:36px; font-weight:bold; color:#333; text-transform:uppercase;}
.about_wz i{ background:#0D6B9F; width:28px; height:2px; display:block; margin-top:15px; margin-bottom:25px; margin-left:4px;}
.about_wz p{ font-size:16px; color:#666; line-height:26px; margin-top:10px;}

.about_wz a {width:134px;height: 43px;background: #0D6B9F;font-size: 15px;color: #ffffff;text-align: center;line-height: 43px;display: inline-block;margin-top: 30px;transition: 0.5s;}
.about_wz a:hover {background: #6ba230;transition: 0.5s;width: 150px;border-radius: 20px;}

@media (max-width:1200px){
.sy_about{ padding-top:0;}
.about_img{ float:none; width:100%;}
.about_wz{ float:none; width:96%; padding:3% 3%; }
.about_wz h1{ font-size:22px;}
.about_wz a { margin-top:10px;}
}



/*产品product*/
.sy_products{ background:#f5f5f5;position: relative;z-index: 0;overflow: hidden; padding-bottom:60px;}
.i_two{ overflow:hidden;}
.i_two.mobile{ display:none;}
.i_two ul li{ float:left; width:49.5%; overflow:hidden; font-size:16px; position:relative;}
.i_two ul li .imgs{ overflow:hidden;}
.i_two ul li .imgs img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);transition: all ease 0.5s;}
.i_two ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.i_two ul li:nth-child(1){ margin-right:1%; height:495px;}
.i_two ul li:nth-child(2){ height:240px;margin-bottom:1%;}
.i_two ul li:nth-child(3){ width:24.25%; height:240px; margin-right:1%; /*text-align:right;*/}
.i_two ul li:nth-child(4){ width:24.25%; height:240px;}
.i_two ul li .txts{ position:absolute; width:100%; height:100%; top:0; left:0;}
.i_two ul li .txts .cons{ margin:0 auto; width:90%; overflow:hidden;color:#fff; }
.i_two ul li .txts .cons a{ margin-right: 10px; line-height:22px;color:#fff;}
.i_two ul li .txts .cons a:hover{  text-decoration:underline;}
.i_two ul li .h2{ font-weight:normal; overflow:hidden; margin-bottom:15px; margin-top:8%; font-size:22px;color:#fff;}
.i_two ul li:nth-child(1) .h2,.i_two ul li:nth-child(3) .h2,.i_two ul li:nth-child(4) .h2{ margin-top:16%;}

@media screen and (max-width: 1600px) {
.i_two ul li:nth-child(1){height:435px;}
.i_two ul li:nth-child(2){ height:220px;}
.i_two ul li:nth-child(3){ height:220px;}
.i_two ul li:nth-child(4){ height:220px;}
}
@media screen and (max-width: 1440px) {
.i_two ul li{ width:49.61%;}
.i_two ul li:nth-child(1){ margin-right:0.769%;}
.i_two ul li:nth-child(2){margin-bottom:0.769%;}
.i_two ul li:nth-child(3){ width:24.38%;margin-right:0.769%;}
.i_two ul li:nth-child(4){ width:24.38%;}
}
@media screen and (max-width: 960px) {
.sy_products{ padding-bottom:0px;}
.i_two ul li{ width:49%; margin-bottom:2%; font-size:15px;}
.i_two ul li:nth-child(1){ margin-right:0%; height:auto;}
.i_two ul li:nth-child(2){ margin-bottom:2%;height:auto;}
.i_two ul li:nth-child(3){ width:49%;margin-right:0%;height:auto;}
.i_two ul li:nth-child(4){ width:49%;height:auto;}
.i_two ul li:nth-child(2n+0){ float:right;}
.i_two ul li .h2{ margin-top:10%;}
.i_two ul li:nth-child(1) .h2,.i_two ul li:nth-child(3) .h2,.i_two ul li:nth-child(4) .h2{ margin-top:10%;}
.i_two.pc{ display:none;}
.i_two.mobile{ display:block;}
}
@media screen and (max-width: 640px) {
.i_two ul li .h2{ font-size:18px;}
.i_two ul li{ font-size:12px; }
}



.sy_cp{position: relative;z-index: 0;overflow: hidden; background:#fff; padding-bottom:50px;}

.Box,.Box2 {
	position: relative;
	overflow:hidden;
	margin:10px 0px 15px 0px;
}
.Box .content,.Box2 .content {
	width:1460px;
	margin: 0 auto;
}
.Box .Box_con,.Box2 .Box_con {
	position: relative;
}
.Box .Box_con .btnl,.Box2 .Box_con .btnl2 {
	position: absolute;
}
.Box .Box_con .btn,.Box2 .Box_con .btn {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 142px;
	cursor: pointer;
}
.Box .Box_con .btnl,.Box2 .Box_con .btnl2 {
	background: url(../images/jtl02.png) no-repeat center;
	left: 0px;
}
.Box .Box_con .btnr,.Box2 .Box_con .btnr2 {
	background: url(../images/jtr02.png) no-repeat center;
	right: 0px;
}
.Box .Box_con .btnl:hover,.Box2 .Box_con .btnl2:hover {
	background: url(../images/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover,.Box2 .Box_con .btnr2:hover {
	background: url(../images/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox,.Box2 .Box_con .conbox {
	width: 1340px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.Box .Box_con .conbox ul,.Box2 .Box_con .conbox ul {
	position: relative;
	list-style: none;
}
.Box .Box_con .conbox ul li,.Box2 .Box_con .conbox ul li {
	float: left;
	width: 320px;
	margin-left: 20px;
	overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child,.Box2 .Box_con .conbox ul li:first-child  {
	margin-left: 0;
}
.Box .Box_con .conbox ul li .cptp,.Box2 .Box_con .conbox ul li .cptp {
	width: 318px;
	height: 239px;
	overflow: hidden;
	background:#fafafa;
	border:1px solid #0D6BA0;
}
.Box .Box_con .conbox ul li .cptp img,.Box2 .Box_con .conbox ul li .cptp img {
	display: block;
	max-width: 318px;
	max-height: 239px;
	transition: all 0.5s;
	
}
.Box .Box_con .conbox ul li:hover .cptp img,.Box2 .Box_con .conbox ul li:hover .cptp img {
	transform: scale(1.1);
}
.Box .Box_con .conbox ul li .cpwz,.Box2 .Box_con .conbox ul li .cpwz {
	background:#0D6BA0;
	border:1px solid #0D6BA0;
	text-align:center;
	padding:15px 0;
	opacity: 1;
	max-width: 318px;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(1),.Box2 .Box_con .conbox ul li .cpwz p:nth-of-type(1) {
	font-size:15px;
	font-weight:normal;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(1) a,.Box2 .Box_con .conbox ul li .cpwz p:nth-of-type(1) a {
	color:#fff;
}

.Box .Box_con .conbox ul li .cpwz p:nth-of-type(3),.Box2 .Box_con .conbox ul li .cpwz p:nth-of-type(3) {
	font-size:12px;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(3) a,.Box2 .Box_con .conbox ul li .cpwz p:nth-of-type(3) a {
	color:#999;
}

.Box .Box_con .conbox ul li .cpwz p a:hover,.Box2 .Box_con .conbox ul li .cpwz p a:hover{ color:#fff; text-decoration:underline;}

@media screen and (min-width:1100px) and (max-width:1200px) {
.Box .content,.Box2 .content {
	width: 1070px;
}
.Box .Box_con .conbox,.Box2 .Box_con .conbox {
	width: 960px;
}
.Box .Box_con .btn,.Box2 .Box_con .btn {
	top: 120px;
}
.Box .Box_con .conbox ul li,.Box2 .Box_con .conbox ul li {
	width: 222.5px;
}
.Box .Box_con .conbox ul li .cptp,.Box2 .Box_con .conbox ul li .cptp {
	width: 220px;
	height: 165px;
}
.Box .Box_con .conbox ul li .cptp img,.Box2 .Box_con .conbox ul li .cptp img {
	width: 222.5px;
	max-height: 167px;
}
.Box .Box_con .conbox ul li .cpwz,.Box2 .Box_con .conbox ul li .cpwz {
	width: 222.5px;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(2),.Box2 .Box_con .conbox ul li .cpwz p:nth-of-type(2) {
	margin-top:5px;
}
.Box .Box_con .conbox ul li .cpwz hr,.Box2 .Box_con .conbox ul li .cpwz hr {
	margin:10px 0px;
}
	}
@media screen and (min-width:1000px) and (max-width:1100px) {
.Box .content,.Box2 .content {
	width: 980px;
}
.Box .Box_con .conbox,.Box2 .Box_con .conbox {
	width: 880px;
}
.Box .Box_con .btn,.Box2 .Box_con .btn {
	top: 151.5px;
}
.Box .Box_con .conbox ul li,.Box2 .Box_con .conbox ul li {
	width: 276px;
}
.Box .Box_con .conbox ul li .cptp,.Box2 .Box_con .conbox ul li .cptp {

	width: 274px;
	height: 206px;
}
.Box .Box_con .conbox ul li .cptp img,.Box2 .Box_con .conbox ul li .cptp img {
	width: 276px;
	max-height: 207px;
}
.Box .Box_con .conbox ul li .cpwz,.Box2 .Box_con .conbox ul li .cpwz {
	width: 276px;
}
	}
@media (max-width:1000px) {
.Box,.Box2 {
	position: relative;
	overflow:hidden;
	margin:15px 0px 15px 0px;
}
.Box .content,.Box2 .content {
	width: 920px;

}
.Box .Box_con .conbox,.Box2 .Box_con .conbox {
	width: 830px;
}
.Box .Box_con .conbox ul li,.Box2 .Box_con .conbox ul li {
	width: 260px;
}
.Box .Box_con .conbox ul li .cptp,.Box2 .Box_con .conbox ul li .cptp {
	width: 258px;
	height: 194px;
}
.Box .Box_con .conbox ul li .cptp img,.Box2 .Box_con .conbox ul li .cptp img {
	width: 260px;
	max-height: 195px;
}
	}
@media screen and (min-width:800px) and (max-width:900px) {
.Box .content,.Box2 .content {
	width: 780px;
}
.Box .Box_con .conbox,.Box2 .Box_con .conbox {
	width: 700px;
}
.Box .Box_con .btn,.Box2 .Box_con .btn {
	top: 185.5px;
}
.Box .Box_con .conbox ul li,.Box2 .Box_con .conbox ul li {
	width: 335px;
}
.Box .Box_con .conbox ul li .cptp,.Box2 .Box_con .conbox ul li .cptp {
	width: 333px;
	height: 250px;
}
.Box .Box_con .conbox ul li .cptp img,.Box2 .Box_con .conbox ul li .cptp img {
	width: 335px;
	max-height: 251px;
}
.Box .Box_con .conbox ul li .cpwz,.Box2 .Box_con .conbox ul li .cpwz {
	width: 335px;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(1),.Box2 .Box_con .conbox ul li .cpwz p:nth-of-type(1) {
	margin-top:10px;
	}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(2),.Box2 .Box_con .conbox ul li .cpwz p:nth-of-type(2) {
	margin-top:15px;
}
.Box .Box_con .conbox ul li .cpwz hr,.Box2 .Box_con .conbox ul li .cpwz hr {
	margin:20px 0px;
}
	}
@media screen and (min-width:700px) and (max-width:800px) {
.Box .content,.Box2 .content {
	width: 690px;
}
.Box .Box_con .conbox,.Box2 .Box_con .conbox {
	width: 600px;
}
.Box .Box_con .btn,.Box2 .Box_con .btn {
	top: 156.5px;
}
.Box .Box_con .conbox ul li,.Box2 .Box_con .conbox ul li {
	width: 285px;
}
.Box .Box_con .conbox ul li .cptp,.Box2 .Box_con .conbox ul li .cptp {
	width: 283px;
	height: 212px;
}
.Box .Box_con .conbox ul li .cptp img,.Box2 .Box_con .conbox ul li .cptp img {
	width: 285px;
	max-height: 214px;
}
.Box .Box_con .conbox ul li .cpwz,.Box2 .Box_con .conbox ul li .cpwz {
	width: 285px;
}
	}
@media (max-width:700px) {/*700*/
.Box .content,.Box2 .content {
	width: 620px;
}
.Box .Box_con .conbox,.Box2 .Box_con .conbox {
	width: 540px;
}
	}
@media screen and (min-width:500px) and (max-width:620px) {
.Box .content,.Box2 .content {
	width: 460px;
}
.Box .Box_con .conbox,.Box2 .Box_con .conbox {
	width: 360px;
}
.Box .Box_con .btn,.Box2 .Box_con .btn {
	top: 200px;
}
.Box .Box_con .conbox ul li,.Box2 .Box_con .conbox ul li {
	width: 360px;
}
.Box .Box_con .conbox ul li .cptp,.Box2 .Box_con .conbox ul li .cptp {
	width: 360px;
	height: 270px;
}
.Box .Box_con .conbox ul li .cptp img,.Box2 .Box_con .conbox ul li .cptp img {
	width: 360px;
	max-height: 270px;
}
.Box .Box_con .conbox ul li .cpwz,.Box2 .Box_con .conbox ul li .cpwz {
	width: 360px;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(1),.Box2 .Box_con .conbox ul li .cpwz p:nth-of-type(1) {
	margin-top:15px;
	}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(2),.Box2 .Box_con .conbox ul li .cpwz p:nth-of-type(2) {
	margin-top:15px;
}
.Box .Box_con .conbox ul li .cpwz hr,.Box2 .Box_con .conbox ul li .cpwz hr {
	margin:20px 0px;
}
	}
@media (max-width:500px) {/*400*/
.Box .content ,.Box2 .content{
	width: 365px;
}
.Box .Box_con .conbox,.Box2 .Box_con .conbox {
	width: 260px;
}
.Box .Box_con .conbox ul li,.Box2 .Box_con .conbox ul li {
	float: left;
	width: 260px;
	margin-left: 22px;
	overflow: hidden;
}
.Box .Box_con .conbox ul li .cptp,.Box2 .Box_con .conbox ul li .cptp {
	width: 258px;
	height: 194px;
	overflow: hidden;
	background:#fafafa;
}
.Box .Box_con .conbox ul li .cptp img,.Box2 .Box_con .conbox ul li .cptp img {
	display: block;
	max-width: 260px;
	max-height: 195px;
	transition: all 0.5s;
}

}


.plate_jjfn {background:#f5f5f5;position: relative;z-index: 0;overflow: hidden; }
.plate_jjfn h1{font-size:36px; font-weight:bold; color:#333; text-transform:uppercase; text-align:center; margin-bottom:30px;}
.plate_jjfn ul {
}
.plate_jjfn ul li {
    width: 15.5%;
    float: left;
    position: relative;
    background: rgb(0 0 0);
    overflow: hidden;
}

.plate_jjfn ul li .img {overflow: hidden;}
.plate_jjfn ul li .img img {
    left: 0%;
    opacity: 0.5;
    transition: all ease 0.5s;
}
.plate_jjfn ul li:hover .img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.plate_jjfn ul li .nr {
    position: absolute;
    bottom: 0%;
    width: 100%;
}
.plate_jjfn ul li .nr h2 {
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    padding: 0% 7%;
}
.plate_jjfn ul li .nr .hx {
    display: block;
    width: 70px;
    height: 2px;
    background: rgb(13 107 160);
    margin-top: 19px;
    margin-left: 8%;
    margin-bottom: 16%;
}
.plate_jjfn ul li .nr .jj {
    color: #fff;
    line-height: 24px;
    margin-top: 11px;
    display: none;
}
.plate_jjfn ul li .nr span {
    float: right;
    color: #fff;
    display: none;
}
.plate_jjfn ul li.on {
    width: 22.5%;
}
.plate_jjfn ul li.on .nr {
    bottom: 0%;
    background: rgb(13 107 160 / 0.8);
    width: 100%;
    padding: 8%;
}
.plate_jjfn ul li.on .nr h2 {
    padding: 0% 0%;
}
.plate_jjfn ul li.on .nr .hx {
    display: none;
}
.plate_jjfn ul li.on .nr .jj {
    display: block;
}
.plate_jjfn ul li.on .nr span {
    display: block;
}
@media screen and (max-width: 980px){
.plate_jjfn ul li { width:50%;}
.plate_jjfn ul li.on { width: 50%;}
.plate_jjfn ul li .img img { width:100%;}
.plate_jjfn ul li .nr h2 { font-size:20px; margin:0;}
.plate_jjfn ul li .nr span { float:left; margin-top:10px;}
.plate_jjfn ul li .nr .jj { margin-top:0;}

.plate_jjfn ul li .nr .hx {width: 30px;}
}


/*首页新闻*/
.index-news{position: relative; padding-bottom:60px; background:#f5f5f5; }
.index-news-nr{margin-top:0px;}
.index-news-nr-left{width:23.5%;margin-right:2%;}
.index-news-nr-left:nth-child(4n){margin-right:0;}
.index-news-nr-left-title{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:15px; }
.index-news-nr-left-title a{font-size:20px; color:#333;}
.index-news-nr-left-title a:hover{color:#0D6BA0;}
.index-news-nr-left-rq{ color: #666;font-size:16px;}
.index-news-nr-left-content{ margin:10px 0;font-size:14px; line-height:22px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #666; }
.index-news-nr-hz{background:#fff;padding:5%;}
.index-news-more-hz{border-top:1px solid #eee;padding-top:20px;overflow:hidden; font-size:14px;}
.index-news-more-hz a:hover{color:#0D6BA0;}
.index-news-nr-left-pic{ display:block; overflow:hidden; }

.index-news-nr-left-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.index-news-nr-left-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;width:100%;}

@media screen and (max-width: 980px){
.index-news{ padding-bottom:20px;}	
.index-news-nr-left{width:100%;margin-right:0; margin-bottom:20px;}	
.index-news-nr-left-title a{font-size:18px; }
}



.flinks {position: relative; overflow: hidden; background: #fff;border-top: 1px solid #ddd; padding:30px 0; }

.flinks dd { float: left; line-height: 34px; font-size:15px;}
.flinks dd a { font-size: 14px; color: #666; border-right: 1px solid #ccc;padding: 0 18px;}
.flinks dd a:hover { text-decoration:underline; color:#0D6BA0;}
.flinks dd a:last-of-type  { border: none;}

@media(max-width: 1200px){

.flinks { padding:20px 0; }
.flinks dd a{ padding-left:0; margin-right:10px; padding-right:10px;}

}


/*foot*/
.foot {
	background: #fff;
	padding-top: 4.5rem;
	position: relative;
	border-top:1px solid #ddd;
}
.foot_nav {
	float: left;
}
.foot_nav h3 {
	font-size: 1rem;
	color: #363636;
	margin-bottom: 20px;
	font-weight: bold;
}
.foot_nav ul li {
	padding-right: 50px;
	float: left;
}
.foot_nav .list a {
	display: block;
	font-size: 13px;
	color: #363636;
	line-height: 27px;
}
.foot_nav .list a:hover{color: #0D6BA0;}
.foot_logo {
	width: 25%;
	text-align: left; padding-left:0;
}
.foot_logo img {
	display: block;
	margin-bottom: 25px;
}
.foot_liuyan h3{ font-size:15px; font-weight:bold;}
.foot_liuyan p{ font-size:14px;}

.foot_liuyan .input {
	font-size: 0;
	height: 35px;
	margin: 0 0 20px;
}

.foot_liuyan .input .input-text {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 225px;
	height: 35px;
	line-height: 35px;
	position: relative;
	vertical-align: top;
	background: #ddd;
}

.foot_liuyan .input .input-text input {
	display: block;
	width: 100%;
	height: 100%;
	color: #999;
	font-size: 12px;
	border: none;
	background: none;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}

.foot_liuyan .input .sub_btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 90px;
	height: 35px;
	line-height: 35px;
	background: #0D6BA0;
	margin-left: 5px;
	position: relative;
	z-index: 11;
	transition: 0.6s;
	cursor: pointer;
}

.foot_liuyan .input .sub_btn input {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	background: none;
	text-align: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.foot_liuyan .input .sub_btn a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: left;
	width: 90px;
	height: 35px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.foot_liuyan .input .sub_btn:hover {
	background: #6BA230;
}

.foot_liuyan .input .sub_btn a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: left;
	width: 90px;
	height: 35px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.foot_liuyan .input .sub_btn:hover {
	background: #6BA230;
}

input::-webkit-input-placeholder {
	color: #919191;
}

input::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #919191;
}

input:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #919191;
}

input:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
	color: #919191;
}




.foot_logo .txt {
	height: 66px;
	overflow: hidden;
	margin-top: 20px;
}
.foot_logo .txt, .foot_logo .txt * {
	font-size: 13px;
	color: #363636;
	line-height: 22px;
}
.foot .ewm {
	position: relative;
	width: 5.25rem;
	height: 5.25rem;
	display: inline-block;
}
.foot .ewm img {
	width: 5.25rem;
	height: 5.25rem;
}
.foot .ewm .txt {
	line-height: 22px;
	font-size: 14px;
	color: #363636;
	position: absolute;
	height: 100%;
	display: table;
	height: 5.25rem;
	right: -80px;
	top: 0;
}
.foot .ewm .txt p {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	white-space: nowrap;
}
.foot_lianxi {
	text-align: left;
	float: right;
	font-size: 14px;
	color: #666667;
}

.foot_lianxi .tel {
	font-size: 14px;
	color: #363636;
	margin-bottom: 20px;
}
.foot_lianxi .tel p{ padding-left:20px;}
.foot_lianxi .tel p:nth-of-type(1) {
	background:url(../images/bn1.png) top left no-repeat; 
	}
.foot_lianxi .tel p:nth-of-type(2) {
	background:url(../images/bn2.png) top left no-repeat; 
	}
.foot_lianxi .tel p:nth-of-type(3) {
	background:url(../images/bn3.png) top left no-repeat; 
	}
.foot_lianxi .tel p:nth-of-type(4) {
	background:url(../images/bn4.png) top left no-repeat; 
	}
	
.foot_bot {
	font-size: 12px;
	min-height: 69px;
	line-height: 21px;
	padding: 0 10px;
	padding-top: 24px;
	margin-top: 2.5rem;
	color: #b0afaf;
	padding-bottom: 20px;
	border-top: 1px solid #e1e1e3;
	text-align: center;
}
.foot_bot * {
	color: #666;
	font-size: 13px;
	display: inline-block;
}
.foot_link {
	font-size: 1.2rem;
	color: #747475;
	margin-top: 50px;
	margin-bottom: 30px;
	height: 1.2em;
	overflow: hidden;
}
.foot_link img {
	margin-right: 5px;
}
.foot_link a {
	font-size: 1.2rem;
	color: #747475;
	margin: 0 6px;
}
.foot_link a:hover {
	color: #fff;
}
.foot a:hover {
	color: #333;
}
.foot a {
	transform: .3s;
}
.foot_bot p{ margin:0;}
/*online qq*/
aside#top {
}
.online_q .btn2:hover path {
	fill: #fff !important;
}
.online_q {
	position: fixed;
	right: 20px;
	bottom: 30%;
	z-index: 9999;
	transition: .5s;
	-webkit-transition: .5s;
}
.online_q .btn2 {
	width: 70px;
	height: 70px;
	padding-top: 10px;
	cursor: pointer;
	position: relative;
	margin-bottom: 7px;
	border: 1px solid #e9e4e4;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
}
.online_q .btn-top {
	padding: 0;
}
.online_q .btn2 a {
	font-size: 12px;
	color: #686666;
}
.online_q .btn2 span {
	display: block;
	width: 73px;
	height: 30px;
	position: relative;
	z-index: 999;
	overflow: hidden;
	transition: .3s;
	-webkit-transition: .3s;
}
.online_q .btn2:hover {
	background: #c0c0c0;
	border: 1px solid #c0c0c0;
	color: #fff;
}
.online_q .btn2:hover a {
	color: #fff;
}
.online_q .btn-01 span {
	background: url(../images/qq_ico1.png) center no-repeat;
}
.online_q .btn-02 span {
	background: url(../images/qq_ico2.png) center no-repeat;
}
.online_q .btn-03 span {
	background: url(../images/qq_ico3.png) center no-repeat;
}
.online_q .btn-top span {
	height: 100%;
	background: url(../images/qq_ico4.png) center no-repeat;
}
.online_q .btn-01:hover span {
	background: url(../images/qq_ico1_on.png) center no-repeat;
}
.online_q .btn-02:hover span {
	background: url(../images/qq_ico2_on.png) center no-repeat;
}
.online_q .btn-03:hover span {
	background: url(../images/qq_ico3_on.png) center no-repeat;
}
.online_q .btn-top:hover span {
	background: url(../images/qq_ico4_on.png) center no-repeat;
	height: 100%;
}
.online_q .open.pic {
	position: absolute;
	background: #afe229;
	width: 100px;
	height: 100px;
	right: 80px;
	top: 50%;
	margin-top: -50px;
	text-align: right;
	opacity: 0;
	transition: .6s;
	-webkit-transition: .6s;
	visibility: hidden;
}
.online_q .open.pic img {
	width: 80px;
	height: 80px;
	margin-top: 10px;
	margin-right: 10px;
}
.online_q .btn2:hover .open.pic {
	opacity: 1;
	right: 90px;
	visibility: visible;
}
.online_q .open.phone {
	position: absolute;
	right: 80px;
	top: 11px;
	height: 50px;
	line-height: 50px;
	z-index: 0;
	width: 0;
	background: #c0c0c0;
	color: #fff;
	font-family: arial;
	font-size: 18px;
	transition: width 0s;
	-webkit-transition: width 0s;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	width: 180px;
	text-align: center;
}
.online_q .btn2:hover .open.phone {
	right: 90px;
	transition: .5s;
	-webkit-transition: .5s;
	opacity: 1;
	visibility: visible;
}/*------------------------------- 侧边栏end -------------------------------------*/
#gotop {
	position: fixed;
	z-index: 90;
	bottom: 80px;
	right: 20px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	width: 45px;
	height: 45px;
}
#gotop {
	cursor: pointer;
}
.aico {
	background: url(../images/aicos.png);
}
.dt-arrow .aico {
	position: absolute;
	left: 0;
	top: 0;
	background-position: -54px -120px;
	width: 37px;
	height: 19px;
	animation: hide-dt-f 3s infinite;
}
.dt-arrow {
	position: relative;
	width: 37px;
	height: 44px;
}
.dt-arrow:before {
	content: "";
	position: absolute;
	left: 18px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #a0a0a0;
}
@keyframes hide-dt-f {
0% {
opacity: 1;
transform: translateY(-10px);
}
100% {
opacity: 0;
transform: translateY(-150%);
}
}
/*内页*/

}
/*导航修改*/
@media (min-width: 1200px) {
#m_nav li {
	position: relative;
}
#m_nav .title .list {
	left: 0;
	margin-left: 0;
	margin-top: 1px;
	white-space: nowrap;
	border: 0;
	width: auto;/* box-shadow:0 3px 5px 0 rgba(0,0,0,.1);*/
	background: rgba(255,255,255,.95);
	z-index: 0;
}
#m_nav .title .list:after {
	content: "";
	width: 4000px;
	height: calc(100% + 1px);
	display: block;
	position: absolute;
	top: -1px;
	left: -2000px;
	background: #fff;
	z-index: -1;
	border-bottom: 1px solid #eee;
}
#m_nav .title>a {
	position: relative;
}
#m_nav .title:hover>a:after {
	content: "";
	width: 30px;
	height: 1px;
	background: #076c88;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}
#m_nav .title:hover>a:before {
	content: "";
	border: 6px solid transparent;
	border-bottom: 6px solid #076c88;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: 0px;
}
#m_nav li:nth-child(5) .list, #m_nav li:nth-child(6) .list, #m_nav li:nth-child(6) .list {
	right: 0;
	left: auto;
}/*#m_nav li:nth-child(5) .list,#m_nav li:nth-child(6) .list,#m_nav li:nth-child(6) .list{ white-space: normal;}#m_nav li:nth-child(5) .list a,#m_nav li:nth-child(5) .list a,#m_nav li:nth-child(5) .list a{ line-height:45px;}*/
#m_nav .title .list a {
	white-space: nowrap;
}
#m_nav li .a h3 {
	transition: .3s;
}
#m_nav li:hover .a h3 {
	color: #076c88 !important;
}/*#m_nav .title .list{ -webkit-transform-origin: top; -moz-transform-origin: top; display:block !important; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; transform: perspective(400px) rotateX(-90deg); }#m_nav .title:hover .list{ opacity: 1; transform: perspective(400px) rotateX(0deg); }*/
#header.xg {
	border-bottom: 1px solid #eee;
}
}
.foot_logo svg {
	width: 200px;
	height: 71px;
}