@charset "UTF-8";
	/*定义全局*/
* {
	margin:0px;
	padding:0px;
	font-family:微软雅黑,"microsoft yahei",Arial,Helvetica;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
	font:14px/200%,\5FAE\8F6F\96C5\9ED1,Arial,Helvetica;
	color:#404143;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-text-size-adjust:none;
}
.layout {
	padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;

}

@media screen and (min-width: 769px){
	.layout {
	 width:750px;
  }
}
@media screen and (min-width: 992px){
	.layout {
	 width:970px;
  }
}
@media screen and (min-width: 1200px){
	.layout {
	 width:1050px;
  }
}
@media screen and (min-width: 1350px){
	.layout {
	 width:1280px;
  }
}


/*定义链接*/
a,a:link {
	color:#333;
	text-decoration:none
}
a:hover,a:focus {
	color:#404143;
	text-decoration:none;
	outline:none;
	-moz-outline:none
}
a:active {
	color:#f30
}
ul,li {
	padding:0;
	margin:0;
	list-style:none;
}
/*定义标题*/
h1,h2,h3,h4,h5,h6 {
	color:#333;
	font-weight:500;
	line-height:150%
}
.navbar-default {
	padding:10px 0 0 0;
	background-color:rgba(255,255,255);
	border-bottom:0px solid rgba(87,87,72,0.8);
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	transition:all .25s linear;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);
	box-shadow:0px 3px 3px rgba(145,143,143,0.8);
}
.navbar-default .navbar-toggle:hover {
	background-color:#000
}
.navbar {
	margin-bottom:0;
	max-height:93px
}
/*logo*/
.logo {
	margin:0;
	padding:0;
	display:inline-block
}
.navbar-brand {
	width:360px;
	height:65px;
	background:url(../images/logo.png) no-repeat left top;
	background-size:auto;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	font-size:15px;
	padding:0px;
	margin-top:5px
}
.navbar-brand {
	margin-left:0 !important
}
/*nav*/
.navbar-default .navbar-nav {
	margin-top:5px
}
.navbar-default .navbar-nav li {
	position:relative;
	margin:0 5px;
	padding-right:5px;
	padding-left:5px;
	height:60px;
	text-align:center
}
.navbar-default .navbar-nav li a:before {
	display:block;
	content:'';
	width:0;
	transition:.2s;
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-ms-transition:.2s;
	-o-transition:.2s;
	height:100%;
	position:absolute;
	top:5px;
	left:0;
	border-bottom:2px solid #008AE2;
	z-index:-1
}
.navbar-default .navbar-nav li a:hover:before {
	width:100%
}
.navbar-default .navbar-nav li.hover a:before {
	width:100%;
	font-weight:bolder
}
.navbar-default .navbar-nav li a {
	font-size:13px;
	display:block;
	padding:0;
	margin:0 12px;
	color:#000
}
@media screen and (min-width:769px) {
	.navbar-default .navbar-nav li span {
	display:block;
	font-size:13px;
	line-height:60px;
}
.navbar-default .navbar-nav li a {
	font-size:13px;
	display:block;
	padding:0;
	margin:0px;
	color:#000
}
.navbar-brand {
	background-image:url(../images/logo-m.png);
	background-size:auto;
	margin:2px 0px;
	width:260px;
}
.banner .pagination {
position: absolute;
left: 0;
text-align: center;
bottom: 5px;
width: 100%;
z-index:999;
}
.banner .swiper-pagination-bullet {
display: inline-block;
width: 6px;
height: 6px;
opacity:1;
border-radius: 10px;
background: white;
margin: 0 3px;
cursor: pointer;
transition: width 0.3s ease-in-out;

}
.banner .swiper-pagination-bullet-active{
	background: #ff0000;
	width:12px;
}
.col-md-6 {
	width:49%;
	margin:0;
	padding:0
}
}@media screen and (min-width:1200px) {
	.navbar-default .navbar-nav li span {
	display:block;
	font-size:18px;
	line-height:60px;
}
.navbar-brand {
	width:360px;
	height:65px;
	background:url(../images/logo.png) no-repeat left top;
	background-size:auto;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	font-size:15px;
	padding:0px;
	margin-top:5px
}
.navbar-default .navbar-nav li {
	position:relative;
	margin:0 20px;
	padding-right:0;
	padding-left:0;
	height:60px;
	text-align:center
}
}.navbar-default .navbar-nav li a:hover,.navbar-default .navbar-nav li.hover a {
	text-decoration:none;
	color:#03146b;
}
@media (max-width:1000px) {
	.navbar-default .navbar-nav li a {
	margin:0 10px
}
}@media screen and (min-width:769px) {
	.footer_nav {
	display:none;
}
}.foot_nav {
	width:25%;
	float:left;
	background-color:#003581;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	bottom:0px
}
.foot_nav:hover,.foot_nav:focus {
	background-color:#003581;
}
.foot_nav a {
	color:#fff;
	font-size:13px;
	display:block;
}
.foot_nav a:hover,.foot_nav a:focus {
	text-decoration:none;
}
.foot_nav span {
	display:block;
	font-size:15px;
	padding:0px 0px 5px 0px ;
}
.txtcon {
	margin-top:15px;
	margin-bottom:15px;
	min-height:350px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.index-title-box {
	width:100%;
	position:relative;
	text-align:center;
	padding:15px 0;
}
.index-title-box {
	padding:15px 0 20px 0;
}
.index-title-box .box {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:3px;
	z-index:2;
}
.index-title-box .box .ch {
	font-size:22px;
	font-weight:bold;
	line-height:25px;
	color:#333333;
	margin-bottom:10px;
}
.index-title-box .box s {
	width:450px;
	height:1px;
	background:#eaeaea;
	display:block;
	margin:auto;
	margin-bottom:8px;
}
.index-title-box .box s span {
	width:30px;
	height:1px;
	background:#03146b;
	display:block;
	margin:auto;
}
.index-title-box .box .en {
	font-size:12px;
	line-height:20px;
	color:#666666;
	text-transform:uppercase;
}
.txtcon p {
	line-height:28px;
}
.txtcon img {
	max-width:100%;
	margin:0 auto;
	display:block;
}
.det-top {
	padding-bottom:10px;
	border-bottom:1px solid #ededed;
	margin-bottom:20px;
	margin:35px 0;
}
.det-top h4 {
	font-size:24px;
	color:#000;
	margin:0;
}

.con-img img {
	transition:all 0.4s ease-in 0s;
	-webkit-transition:all 0.4s ease-in 0s;
	-moz-transition:all 0.4s ease-in 0s;
	-o-transition:all 0.4s ease-in 0s;
}
.con-img:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.footer {
	text-align:left;
	color:#666;
	padding:24px 0 10px ;
	background:#f2f2f2;
	width:100%
}
.footer ul,li {
	list-style:none;
}
.footer1 {
	background:#e2e2e2;
}

.footerM1 .titleBox h1 {
	font-weight:bold;
	font-size:16px;
	color:#000;
}
.footerM1 .titleBox span {
	display:block;
	margin-top:6px;
	margin-bottom:16px;
	font-size:14px;
	line-height:14px;
	color:#333;
}
.footerM1 .textBox li a {
	line-height:30px;
	color:#666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.footerM1 .textBox li a span {
	color:#B7B9B9;
	padding-right:5px;
	font-weight:bold;
}

.footerM2 {
	padding:8px 0 0;
	text-align:center;
	line-height:50px;
}
.footerM2 p,.footerM2 a {
	font-size:14px;
	color:#000;
}
.footerM2 a:hover {
	text-decoration:underline;
}
	
.footer-tel{text-align: left;padding:25px 80px}
.footer-tel span{height: 50px;margin-top:2px;line-height: 50px;font-size: 30px;color: #D81E06;padding-left: 50px}
.footer-tel .tel{background: url(../images/tel1.png) no-repeat;cursor: pointer;background-size:auto 100%;height:50px;}

	
.footer-icon{width: 100%;padding: 20px 0;font-size: 0;}
.footer-icon i,.footer-icon a{width: 42px;height: 42px;border-radius: 100%;display: inline-block;margin: 0 12px;position: relative;vertical-align: middle;cursor: pointer;}
.footer-icon i{background: #fff url('../images/wx-ic.png') no-repeat center center;}
.footer-icon a.footer-em{background: #fff url('../images/em-ic.png') no-repeat center center;}
.footer-icon a.footer-wb{background: #fff url('../images/wb-ic.png') no-repeat center center;}
.footer-icon a.footer-qq{background: #fff url('../images/qq-ic.png') no-repeat center center;}
.footer-icon i img{position: absolute;margin-left: -70px;z-index: 3;display: none;}
.footer-icon i:hover img{display: block;width: 140px;height: 140px;bottom: 52px;left: 50%;}
/*HOME*/


.fl {
	float:left;
}
.fr {
	float:right;
}
.cl {
	clear:both;
}
@media all and (max-width:1024px){
	.index_pro {padding-bottom:30px;padding-top:10px}
	.pro_list {margin-top: 20px}
}
.index-title {
	width:100%;
	max-width:1230px;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-top:25px;
	margin-bottom:50px;
}
.clearfix {
	*zoom:1
}
.clearfix:before,.clearfix:after {
	display:table;
	content:""
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
	line-height:0
}
.left {
	float:left
}
.right {
	float:right
}
.pro_list .list {
	width:100%;
	text-align:center;
	padding:2px 2px 11px 2px;
}
.pro_list .list a {
	width:100%;
	display:block;
	background:#fff;
	transition:0.4s;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-ms-transition:0.4s;
	-o-transition:0.4s;
	padding-bottom:15px;
}
.pro_list .list a:hover {
	box-shadow:0px 2px 11px 2px #003581;
}
.pro_list .list .title {
	width:100%;
	height:38px;
	line-height:38px;
	font-size:16px;
	margin:0 auto 15px;
	color:#333333;
	border-top:solid 2px #f2f2f2;
	position:relative;
}
.pro_list .list .title span {
	width:100%;
	display:block;
	padding:10px;
	font-weight:bold;
}
.pro_list .list .pic {
	margin:5px;
	padding-top: 5px;
	height:85px;
}
.pro_list .list .pic img {
	max-width:100%;
	width:auto;
	height:auto;
}
.pro_list .list .text {
	width:100%;
	font-size:14px;
	color:#808080;
	text-align:left;
	line-height:26px;
	padding:0px 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	text-overflow:ellipsis;
	word-wrap:break-word;
	word-break:break-all;
	overflow:hidden;
}
.pro_list .col-md-4 {
	padding-bottom:15px;
}
.pro_list .list .brand_list {
	box-shadow:0px 2px 2px 2px #c9c9c9;
}
.pro_list .list:hover img {
	transform:scale(1.05);
}
.pro_list .pic img {
	transition:all 0.5s ease 0s;
}
.wechat {
	margin:auto;
	text-align:center;
	margin-top:10px
}
.banner {
	width:100%;
	margin-top:45px;
	height:auto;
	overflow:hidden;
	position:relative;
}
.banner .swiper-container-banner {
	width:100%;
	position:relative;
}
.swiper-container-banner .swiper-slide {
	overflow:hidden;
	position:relative;
}
.swiper-container-banner .swiper-slide img {
	width:100%;
	object-fit:cover;
	transform:matrix(1.1,0,0,1.1,0,0);
	-webkit-transition:all 0.4s ease 1.2s;
	-moz-transition:all 0.4s ease 1.2s;
	-ms-transition:all 0.4s ease 1.2s;
	-o-transition:all 0.4s ease 1.2s;
	transition:all 0.4s ease 1.2s;
}
.swiper-container-banner .swiper-slide-active img {
	transition-delay:0.4s !important;
	transform:matrix(1,0,0,1,0,0);
	-webkit-transition:all 5s ease;
	-moz-transition:all 5s ease;
	-ms-transition:all 5s ease;
	-o-transition:all 5s ease;
	transition:all 5s ease;
}
.swiper-container-banner .swiper-pagination-bullet {
	opacity:1;
	background:transparent;
	border:1px solid #fff;
	width:10px;
	height:10px;
}
.swiper-container-banner .swiper-pagination-bullet-active {
	background:#fff;
	opacity:1;
}
.index-news div dt {
	height:auto;
	overflow:hidden;
	width:100%;
}
.index-news div dt img {
	display:block;
	width:100%;
}
.index-news div dt h2 {
	line-height:33px;
	height:33px;
	overflow:hidden;
	padding-top:5px;
	font-size:18px;
	color:#333;
}
.index-news div dt p {
	height:28px;
	overflow:hidden;
	line-height:28px;
	color:#666;
	font-weight:normal;
}
.index-news div dt span {
	display:block;
	position:absolute;
	left:15px;
	top:0px;
	padding-top:15px;
	background:#008AE2;
	width:82px;
	height:90px;
	color:#fff;
	text-align:center;
	font-size:16px;
}
.index-news div dt span strong,.index-news div dd span strong {
	font-size:25px;
	display:block;
	padding:15px 0 8px;
	line-height:100%;
}
.index-news div dd {
	border-bottom:1px #f0f0f0 solid;
	padding-bottom:3px;
	margin-bottom:15px;
	overflow:hidden;
	width:100%;
}
.index-news div dd span {
	display:block;
	width:13%;
	height:90px;
	overflow:hidden;
	float:left;
	background:#ccc;
	padding-top:15px;
	color:#fff;
	font-size:16px;
	font-weight: bold;
	text-align:center;
}
.index-news div dd h2,.index-news div dd p {
	width:85%;
	float:right;
}
.index-news div dd p {
	color:#666;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	text-overflow:ellipsis;
	word-wrap:break-word;
	word-break:break-all;
	overflow:hidden;
}
.index-news div dd h2 {
	line-height:25px;
	height:25px;
	overflow:hidden;
	font-size:16px;
	color:#333;
	margin-top:-5px;
}
.index-news div dd:last-child {
	border-bottom:none;
}
.index-news dt:hover img {
	filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;
}
.index-news dt:hover span{
	color:#000;
}
.index-news img {
	transition:all 0.5s ease 0s;
}
.index-news dd:hover span {
	background:#008AE2;
}
.index-news dd:hover h2,.index-news dt:hover  h2 {
	color:#008AE2;
	font-weight: bolder;
}
.news_view {
	padding:0 18px;
	padding-bottom:30px;
}
.news_view .xq_top {
	text-align:center;
	padding:10px 0;
	border-bottom:1px solid #eeeeee;
}
.news_view .xq_top .h3 {
	font-size:30px;
	color:#333333;
	line-height:1;
	padding-bottom:15px;
}
.news_view .xq_top span {
	font-size:14px;
	line-height:1;
	color:#666666;
}
.news_view .xq_con {
	padding-top:20px;
	padding-bottom:30px;
}
#newslist  a.newscontent {
	height:100%;
	display:block;
	text-align:center;
	position:relative
}
#newslist  a.newscontent:hover {
	width:100%;
	background:transparent;
}
#newslist {
	height:130px;
	margin-bottom:15px !important;
	margin-right:10px !important;
	background-color:#f7f7f7;
	padding:20px;
	position:relative;
	display:block;
	transition:all ease-out .3s;
}
#newslist  a.newscontent {
	z-index:7;
}
#newslist::after {
	content:'';
	position:absolute;
	top:0px;
	display:block;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	/* z-index:0;
	*/transform:scaleY(0);
	transition:transform .75s cubic-bezier(.19,1,.22,1);
	transform-origin:top;
	transition-delay:0s!important;
}
#newslist:hover::after {
	z-index:0;
	transform-origin:bottom;
	transform:scaleY(1);
	box-shadow:0px 7px 17px #dedede;
}
#newslist:hover {
	background:rgba(102,102,102,.6);
}
#newslist span {
	display:block;
	width:82px;
	height:90px;
	overflow:hidden;
	float:left;
	padding-top:15px;
	background:#ccc;
	color:#fff;
	font-size:16px;
	font-weight: bold;
	text-align:center;
}
#newslist p {
	color:#666;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	text-overflow:ellipsis;
	word-wrap:break-word;
	word-break:break-all;
	overflow:hidden;
	text-align:left;
	padding-left:5px;
}
#newslist h2 {
	line-height:23px;
	height:23px;
	overflow:hidden;
	font-size:16px;
	color:#333;
	margin-top:-5px;
	padding-left:5px;
	text-align:left;
	font-weight:bold
}
#newslist span strong {
	font-size:25px;
	display:block;
	padding:15px 0 8px;
	line-height:100%;
}
.float-slide {
	position:fixed;
	border:1px solid #E7E7E7;
	background:#f9f9f9;
	border-bottom:none;
	top:45%;
	right:0;
	z-index:2;
}
.float-slide li {
	cursor:pointer;
	width:63px;
	height:65px;
	text-align:center;
	position:relative;
	border-bottom:1px solid #E7E7E7;
}
.float-slide li img {
	height:25px;
	margin-top:10px;
}
.float-slide li .nr {
	display:block;
	transform-origin:right top;
	transition:0.5s;
	position:absolute;
	right:63px;
	top:0;
	background-color:#888;
	color:#fff;
	font-size:16px;
	height:100%;
	line-height:65px;
	width:150px;
	transform:scale(0,0);
}
.float-slide li .nr img {
	margin:5px;
	width:130px;
	height:auto;
}
.float-slide li p {
	line-height:33px;
	font-size: 12px;
}
.float-slide li .wechat {
	margin-top:0px;
}
.float-slide li:hover .nr {
	transform:scale(1,1);
}
.float-slide li:hover {
	background:#888;
	top:-1px;
	color:#fff
}
.menu_nav {
	background-color:#FFFFFF;
	padding:15px 0;
	border-bottom:1px solid #E7E7E7;
}
.menu_nav .ul_04 li {
	float:left;
	background:url(../images/side_bjx.png) no-repeat right center;
}
.menu_nav .ul_04 li a {
	display:block;
	line-height:36px;
	color:#333333;
	padding:7px 35px;
	transition:all 0.6s;
	font-size:16px;
	border-bottom:2px solid #ffffff;
}
.menu_nav .ul_04 li a:hover,.menu_nav .ul_04 li a.on {
	color:#3784D2;
}
.menu_nav .ul_04 li:last-child {
	background:none;
}
.ul_05 .sp {
	display:block;
	font-size:15px;
	color:#999999;
	line-height:50px;
	position:relative;
	padding-left:25px;
}
.ul_05 .sp:before {
	content:"";
	position:absolute;
	width:13px;
	left:0;
	top:0;
	bottom:0;
	background:url(../images/icon_05.png) no-repeat center;
}
.ul_05 li {
	float:left;
	background:url(../images/icon_06.png) no-repeat left;
	padding:0 13px;
}
.ul_05 li a {
	font-size:15px;
	color:#999999;
	line-height:50px;
}
.ul_05 .ab {
	background:none;
}
.detail-fx {
	margin-top:30px;
}
.detail-fx span {
	font-size:21px;
	line-height:32px;
	float:left
}
.detail-fx a {
	float:left;
	padding-left:15px;
}

.pro_class .ul_04 li {
	float:left;
	background:url(../images/side_bjx.png) no-repeat right center;
}
.pro_class .ul_04 li a {
	display:block;
	line-height:36px;
	color:#333333;
	padding:7px 25px;
	transition:all 0.6s;
	font-size:16px;
	border-bottom:2px solid #ffffff;
}
.pro_class .ul_04 li a:hover,.pro_class  .ul_04 li a.on {
	color:#3784D2;
}
.pro_class .ul_04 li:last-child {
	background:none;
}
.main{width:100%;}
.top_banner {
	margin-top:50px;
	position: relative; 
	width: 100%;
	background-size: cover;
	background-size:auto 100%;
	height:300px;
}
@media  (max-width:768px ) {
	.wechat {
	margin-top:0px;
	margin-bottom:50px;
}
	.navbar,.navbar .navbar-header {
	margin:0;
	padding:0;
	max-height:50px
}

	.navbar-brand {
	background-image:url(../images/logo-s.png);
	background-size:auto 40px;
	margin:8px 10px;
	width:230px;
}
.navbar-default .navbar-toggle {
	padding:4px;
	margin-top:14px;
	margin-bottom:0;
	border-color:#ccc
}
.navbar-default .navbar-toggle:hover {
	background:transparent
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#ccc
}

	.navbar-default .navbar-nav {
	float:inherit !important;
}
.navbar-default .navbar-nav li {
	display:block;
}
.navbar-default .navbar-nav li a {
	padding:0;
	color:#fff !important;
	line-height:50px;
	text-decoration:none;
	border-bottom:1px solid hsla(0,0%,100%,0.20)
}
.navbar-default .navbar-collapse {
	background-color:rgba(102,102,102,.80);
	border-width:0;
}
.navbar-default .navbar-nav li {
	width:100%;
	height:50px;
	line-height:50px;
}	
.index-news div dd h2,.index-news div dd p {
	width:70%;
	padding-left:5px;
	float:right;
}
	.index-title-box .box s {
	width:95%;

  }
	.banner {
	margin-top:0px;
}  .top_banner {
	margin-top:0px;
    max-height: 180px;
}  
	.menu_nav {display: none}
	.row{margin:0;}
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding:0;}
	.news_view {
	padding:0 5px;
	padding-bottom:10px;
} 
	body{margin-top:30px;margin-bottom: 90px}
	 .index-news div dd span {
	width:20%;
}	
.index-news div dd h2,.index-news div dd p {
	width:80%;
}
	.index-news{padding-bottom: 60px;}
}