﻿body, h1, h2, h3, h4, ul, li, a, input {
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
	text-decoration:none;
}
UL{ list-style:none; padding:0px; margin:0px}
.banner .fp-controlArrow{
	display: none;
}
.banner #fp-nav ul li, .fp-slidesNav ul li{
	width: 45px;
	height: 6px;
}
.banner #fp-nav ul li a span, .fp-slidesNav ul li a span{
	border: 0;
	width: 45px;
	height: 6px;
	background: #fff;
	border-radius: 0;
}
.banner #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{
	background: #212161;
}
@media screen and (max-width:768px){
	.fp-section .fp-slides .slide:nth-child(1){
		background:url(../images/01.jpg) center center / cover !important;
	}
	.fp-section .fp-slides .slide:nth-child(2){
		background:url(../images/02.jpg) center center / cover !important;
	}
	.fp-section .fp-slides .slide:nth-child(3){
		background:url(../images/03.jpg) center center / cover !important;
	}
}

.head_tel{
	float:right;
	color:#fff;
	font-size:20px;
	margin-top:35px;
	margin-left:35px;
}
.head_tel span{
	font-size:14px;
}
.navbar{
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 106px;
}
.navbar-brand{
	padding:20px 0px;
}

.navbar-default{
	background-color:rgba(0,0,0,0.7);
	border: 0;
}
.navbar-nav{
	margin-left:25px;
}
.navbar-default .navbar-nav > li > a{
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
	width:80px;
	text-align:center;
	padding:43px 0;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color: #f39800;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a.hover{
	color: #ffffff;
	background:#054d9b;
}

@media screen and (max-width:1200px){
	.navbar-default .navbar-nav > li > a{
		margin-left: 10px;
		width:70px;
	}
}
@media screen and (max-width:992px){
	.navbar-brand img{ height:45px; margin-top:10px}
	.navbar-default .navbar-nav > li > a{
		margin-left: 0;
		font-size: 12px;
		padding: 43px 5px;
        width:100%;
		font-size:14px;
		
	}
}
@media screen and (max-width:768px){
	.navbar{
		height: 60px;
		
	}
	.navbar-brand{
     padding:0px 10px;
	}
	.navbar-brand img{
		height: 40px;
		width: auto;
	}
	.navbar-toggle{
		margin-top: 15px;
	}
	.navbar-nav{
		background: rgba(46,46,46,.78);
		padding: 0px;
		text-align: center;
	}
	.navbar-default .navbar-nav > li > a{
		margin-left: 0;
		font-size: 12px;
		padding: 19px 11px;
		width:100%;
		
	}
}

.index_tit{
	text-align: center;
}
.index_tit p{
	color: #fff;
	font-size: 30px;
	margin: 0;
	text-transform:uppercase;
}
.index_tit span{
	font-size: 14px;
	color: #fff;
	margin-top:10px;
	line-height:25px;
}
.index_tit span em{
	color:#3d6adb;
	font-style:normal;
}
.index_info{
	color: #293146;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
	padding: 0 40px;
}
@media screen and (max-width:1200px){
	.index_tit p{
		font-size: 30px;
	}
	.index_tit span{
		font-size: 20px;
	}
}
@media screen and (max-width:992px){
	.index_tit p{
		font-size: 25px;
	}
	.index_tit span{
		font-size: 18px;
	}
	.index_info{
		font-size: 12px;
		line-height: 25px;
	}
}
@media screen and (max-width:768px){
	.index_tit{
		margin-top: 20px;
	}
	.index_info{
		font-size: 12px;
		line-height: 25px;
	}
}

.section2{
	background:url(../images/bg02.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.abtab{
	margin-top: 80px;
}
.section2 .ab{

}
.about_txt{
}
.about_txt p{
	text-indent:2em;
	color:#fff;
	text-align:left;
	font-size:14px;
}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 60%;
  height: 60%;
}

.ih-item.circle {
  position: relative;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect6 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-align:center;
}
.ih-item.circle.effect6.colored .info {
	background:none;
}
.ih-item.circle.effect6 .info {
  background: #333333;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect6 .info p {
  color: #333;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  margin: 0 10px;
  padding: 180px 0 0 0;
  text-align:center;
  height: 70px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size:16px;
}
.honor_title{ text-align:center; font-size:14px; margin-top:100px}



@media screen and (max-width:1200px){
	.ih-item.circle.effect6 .info p{
		padding:140px 0 0 0 !important;
	}
}
@media screen and (max-width:992px){
	.section2 .ab{
		padding: 0 30px;
		margin-top: 60px;
	}
	.ih-item.circle.effect6 .info h3{
		font-size: 16px;
	}
	.section2 .index_info{
		display: none;
	}
	.section2 .abtab{
		margin-top: 10px;
	}
	.section2 .ab{
		margin-top: 50px;
	}
	.ih-item.circle.effect6 .info p {
padding:80px 0 0 0 !important;
	}
}
@media screen and (max-width:768px){
	.ih-item img {
  width: 40%;
  height: 40%;
}
}

.section3{
	background:url(../images/bg03.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.section3 .bus{
	padding: 0;
}
.section3 .index_info{
	margin-top: 10px;
}
.section3 .bus1{
	margin-top: 10px;
}
.section3 .bus2{
	margin-top: 170px;
}
.section3 .bus3{
	margin-top: 40px;
}
.product{
	margin-top:105px;
	
}

.index_sort{ width:188px; margin-top:104px}
.index_sort li{ width:188px; height:104px; margin-top:1px; overflow:hidden}
.index_sort li a{ width:188px; height:104px; display:block; background:url(../images/index_sort_bg2.png) no-repeat; color:#FFF; font-size:16px; text-indent:15px; padding-top:18px; text-decoration:none}
.index_sort li span{ color:#FFF; font-size:12px; margin-left:15px}
.index_sort li a:hover{background:url(../images/index_sort_bg1.png) no-repeat; color:#FFF }



.product ul li{
	float:left;
	list-style:none;
}
.product ul li .pic{
	text-align:center;
}
.product ul li .pic img{
	max-width:300px;
	max-height:160px;
	border:5px solid #fff;
}
.product ul li p{
	text-align:center;
	color:#fff;
	height:40px;
	line-height:40px;
	font-size:16px;
}

.ih-item.circle.effect3 .img {
  z-index: 11;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect3 .info {
  background: #d37508;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect3 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 80px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect3 .info p {
  color: #fff;
  padding: 5px;
  font-style: italic;
  margin: 0 30px;
  margin-top: 5px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ih-item.circle.effect3.left_to_right .img {
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}
.ih-item.circle.effect3.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}



@media screen and (max-width:1200px){
	.section3 .bus{
		padding: 0 ;
	}
	.index_tit span{
		display:none;
	}
	.index_sort{ display:none}
.product{
	margin-top:105px;
	
}

.product ul li .pic img{
	max-width:264px;
	max-height:140px;
	border:5px solid #fff;
}
.product ul li p{
	text-align:center;
	color:#fff;
	height:30px;
	line-height:30px;
	font-size:16px;
	margin-bottom:0;
}
}
@media screen and (max-width:992px){
	.section3 .bus{
		padding: 0 30px;
	}
	.ih-item.circle.effect3 .info h3{
		font-size: 16px;
	}
}
@media screen and (max-width:768px){
	.section3 .index_tit p{ font-size:20px}
	.section3 .bus1{
		margin-top: 20px;
	}
	.section3 .bus2{
		margin-top: 20px;
	}
	.section3 .bus3{
		margin-top: 20px;
	}
	.section3 .bus{
		padding: 0;
	}
	.product ul li{
		margin-left:16px;
	}
	.product ul li .pic img{
	max-width:140px;
	max-height:85px;
	border:5px solid #fff;
	}
	.product ul li p{
		font-size:13px;
	}
	
}


.section4{
	background:url(../images/bg04.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.news_title{
	color:#3d6adb;
	margin-top:50px
}
.news_title p{
	color:#3d6adb;
}
.news_title span{
	color:#054c9b;
	font-size:25px;
	text-transform:uppercase;
}
.newlist{
	margin-top: 80px;
}
.newli{
	margin-top: 40px;
	text-align:center
}
.newli a{
	text-align:center;
	font-size:16px;
	color:#000;
}
.newli .row{
	background:url(../images/xw_bg.png) no-repeat top center;
	padding: 10px 0;
	margin-left: 10px;
}
.newli img{
	margin-bottom:10px;
	max-width:300px;
	max-height:160px;
	border:5px solid #fff;
}

.acenter{
	text-align: center;
}
.acenter a.more{
	color: #fff;
	background: #f39800;
	display: inline-block;
	width: 110px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	margin-top: 50px;
}

.news_more{ text-align:center; font-size:16px; margin-top:30px}
@media screen and (max-width:1200px){
	.newli img{
	margin-bottom:10px;
	max-width:300px !important;
	max-height:150px;
	border:5px solid #fff;
}	
	
}
@media screen and (max-width:992px){
	.newli .row p{
		display: none;
	}
	.newli{
		margin-top: 10px;
	}
	.newlist{
		margin-top: 40px;
	}
	.newli img{
	margin-bottom:10px;
	max-width:200px;
	max-height:150px;
	border:5px solid #fff;
}

}
@media screen and (max-width:768px){
	.newli img{
	margin-bottom:10px;
	max-width:120px;
	max-height:80px;
	border:5px solid #fff;
    }
}

.section5{
	background:url(../images/bg05.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.sg_title{
	color:#3d6adb;
	margin-top:50px
}
.sg_title span{
	color:#054c9b;
	font-size:25px;
	text-transform:uppercase;
}
.sg_title p{
	color:#3d6adb;
}
.sg_title p span{
	color:#3d6adb;
	font-size:12px;
}

.section6{
	background:url(../images/bg06.jpg) no-repeat scroll center center / cover;
	position: relative;
}

@media screen and (max-width:1200px){
	.newli img{
	margin-bottom:10px;
	max-width:300px !important;
	max-height:150px;
	border:5px solid #fff;
}	
	
	}
@media screen and (max-width:992px){
	.newli img{
	margin-bottom:10px;
	max-width:200px !important;
	max-height:150px;
	border:5px solid #fff;
}	
	
}
@media screen and (max-width:768px){
	.newli img{
	margin-bottom:10px;
	max-width:120px !important;
	max-height:90px;
	border:5px solid #fff;
}	
	
}




.section7{
	background:url(../images/bg07.jpg) no-repeat scroll center center / cover;
	position: relative;
}
.section7 .index_tit{
	margin-bottom: 30px;
}
.section7 .index_tit p{
	font-size: 30px;
	color: #3d6adb;
	font-weight: normal;
	
	letter-spacing:8px;
}
.section7 .index_tit span{
	font-size: 18px;
	color: #3d6adb;
	letter-spacing:5px;
}
.section7 .index_tit span em{
	color:#fff;
}
.section7 .cont{
	text-align: center;
	margin-top: 30px;
}
.section7 .cont p{
	font-size: 20px;
	color: #32303c;
}
.section7 .cont p span{
	color: #32303c;
	font-size: 14px;
	margin: 0 10px;
}
.indexbottom{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 14px;
	color:#fff;
	background:#3d6adb;
	padding-top:30px;
}
.indexbottom p,.indexbottom_ny p{
	padding-bottom:15px;
}
.indexbottom a,.indexbottom_ny a{
	color: #fff;
}
.indexbottom_ny p{
	margin:0;
}
.indexbottom_ny{
	text-align: center;
	width: 100%;
	font-size: 12px;
	color:#fff;
	background:#3d6adb;
	padding-top:30px;
}
.contact{
	margin-top:65px;
	background:url(../images/index_contact.png) no-repeat;
	width:556px;
	height:355px;
	overflow:hidden;
	margin:auto;
}
.contact p{ margin-top:165px; text-align:center; font-size:18px; line-height:35px; color:#FFF;padding:0 20px;}


.bodybottom{
	width: 100%;
	font-size: 14px;
	color:#fff;
	background:#3d6adb;
	height:70px;
	text-align:center;
	padding-top:30px;
}
.bodybottom a,.indexbottom_ny a{
	color: #fff;
}
.bodybottom .gs{ margin-top:-15px;}
@media screen and (max-width:768px){
	.bodybottom{ padding-top:10px}
}

@media screen and (max-width:768px){
	.section7 .index_tit{
		margin-bottom: 20px;
	}
	.section7 .index_tit p{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.section7 .index_tit span{
		font-size: 16px;
		color: #565454;
		letter-spacing: 5px;
	}
	.bodybottom .gs{ margin-top:0;}

.contact{
	margin-top:65px;
	background:url(../images/index_contact2.png) no-repeat;
	width:350px;
	height:223px;
	overflow:hidden;
	margin:auto;
}
.contact p{ margin-top:120px; text-align:center; font-size:12px; line-height:25px; color:#FFF}

	.indexbottom,.indexbottom_ny{
		padding-top:10px;
	}
	.indexbottom img,.indexbottom_ny img{
		display:none;
	}
	.col-xs-8-lx2,.col-xs-4-lx1{
		width:90%;
		margin:0 auto;
	}
	
}

/*动画内容编辑*/

.abouttop,.producttop { position: relative; top: -150px; transition: all 1s;opacity: 0;}
.active .abouttop { top: 30px;opacity: 1; transition-delay: 0.7s;}
.active .producttop { top: 70px;opacity: 1; transition-delay: 0.7s;}


.honor_title { position: relative;bottom: -200px;opacity: 0; transition: all 1s;}
.active .honor_title { bottom: 0; opacity: 1; transition-delay: 0.7s;transition-delay: 0.7s; transition-delay: 1.0s;}

.ab1 { position: relative;bottom: -200px;opacity: 0; transition: all 1s;}
.active .ab1 { bottom: 0; opacity: 1; transition-delay: 0.7s;}


.ab2 { position: relative;bottom: -200px;opacity: 0;transition: all 1s;}
.active .ab2 { bottom: 0; opacity: 1; transition-delay: 0.8s;}

.ab3 { position: relative;bottom: -200px;opacity: 0;transition: all 1s;}
.active .ab3 { bottom: 0; opacity: 1; transition-delay: 0.9s;}

.ab4 { position: relative;bottom: -200px;opacity: 0;transition: all 1s;}
.active .ab4 { bottom: 0; opacity: 1; transition-delay: 1s;}


.bus1{ position: relative; z-index: 1; left: -200px; opacity: 0;transition: all 1s;}
.active .bus1 {left: 0; opacity: 1;transition-delay: 0.7s;}

.bus2 { position: relative;bottom: -200px;opacity: 0;transition: all 1s;}
.active .bus2 { bottom: 0; opacity: 1; transition-delay: 0.8s;}

.bus3 { position: relative; z-index: 1; right: -200px; opacity: 0;transition: all 1s;}
.active .bus3 {right: 0; opacity: 1;transition-delay: 0.7s;}

.service1,.service2 { position: relative;left: -50%;opacity: 0; transition: all 1s;}
.active .service1,.active .service2 {opacity: 1;left: 0; transition-delay: 0.7s;}

.service3,.service4 { position: relative;right: -50%;opacity: 0; transition: all 1s;}
.active .service3,.active .service4 {opacity: 1;right: 0; transition-delay: 0.7s;}

.newli{position: relative; z-index: 1; opacity: 0;transition: all 1s; right:-200px; }
.active .newlist .newli{right: 0;opacity: 1; transition-delay: 0.5s;}

.news_more { position: relative;bottom: -200px;opacity: 0; transition: all 1s;}
.active .news_more { bottom: 0; opacity: 1; transition-delay: 0.7s;transition-delay: 0.7s; transition-delay: 1.0s;}





.indexcont { position: relative;opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
.active .indexcont { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}

.section2 .abouttop{position: relative;opacity: 0; -webkit-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5); transition: all 1s;}
.active.section2 .abouttop{opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}

/* 内页 */
/* pages */

.n-footer {
	height: auto;
	line-height: 30px;
	padding: 5px;
	position: relative;
}
 @media screen and (min-width:1200px) {
.n-footer {
	height: 80px;
	line-height: 80px;
	padding: 0;
}
.position .container, .main {
	width: 1170px;
}
}
.banner {
	position: relative; text-align:center
}
.banner img {
	min-height: 80px;margin:0 auto;
}
 @media screen and (max-width:768px) {
.banner {
	padding-top: 50px;
}
}
.banner span {
	position: absolute;
	top: 60%;
	color: #fff;
	font-size: 35px;
	display: block;
}
.position {
	font-size: 14px;
	background-color:#eee;
	height:50px;
	line-height:50px;
}
.position a {
	color: #000;
}
.fy_tit{
	font-size:24px;
	color:#3d6adb;
	float:left;
	width:400px;
	font-weight:bold;
}
.fy_dqwz{
	float:right;
}
 @media screen and (max-width:768px) {
.fy_dqwz{
	display:none
}
}

.net h1{text-align:center; font-size:25px; line-height:40px; margin-bottom:10px; font-family:'微软雅黑'; margin-bottom:20px; font-weight:normal;}
.pub{ text-align:center; border-bottom:#CCCCCC 1px solid; margin-bottom:10px; padding-bottom:20px; margin-bottom:30px}
#more{ line-height:20px; margin-top:15px; margin-bottom:4px;}
.product_content{ margin-top:20px}
.info_title h1{text-align:center; font-size:25px; line-height:40px; margin-bottom:10px; font-family:'微软雅黑'; margin-bottom:20px; font-weight:normal;}
.news_other{ text-align:center; border-bottom:#CCCCCC 1px solid; margin-bottom:10px; padding-bottom:20px; margin-bottom:30px}
.info_next{ margin-top:20px; font-size:12px;}
.info_next a{ font-size:12px;}
.info_next2{ margin-top:5px; font-size:12px;}
.info_next2 a{ font-size:12px;}
.info_content{	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 16px;}



.fy_list_h{
	border-bottom:1px dashed #e3e3e3;
}
.container {
}
.page-tit {
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 30px;
}
.content {
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 16px;
}
.right {
	margin-bottom: 20px;
	margin-top: 20px;
}
.right-tit {
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
}
.right-tit span {
	border-bottom: 2px solid #f7001b;
	color: #585f69;
	line-height: 40px;
	height: 40px;
	font-size: 24px;
	display: inline-block;
	margin-bottom: -2px;
}
.menu li a {
	height: 46px;
	display: block;
	line-height: 46px;
	border-bottom: 1px dotted #fff;
	color: #1e1e1e;
	font-size: 16px;
	text-decoration: none;
}
.menu li a:hover {
	color: #f7001b;
}
.menu li span {
	font-family: "宋体";
	padding-right: 10px;
}
 @media screen and (max-width:768px) {
.banner span {
	font-size: 22px;
}
.position {
	font-size: 12px;
}
.page-tit {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}
.right-tit span {
	font-size: 20px;
}
.menu li a {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
}
}
/* list */

.list .row {
	margin: 40px 0;
}
.list-right a {
	font-size: 16px;
	color: #1e1e1e;
}
.list-right h3{
	background:url(../images/hh.png) no-repeat left;
	height:35px;
	line-height:35px;
	padding-left:45px;
}
.list-right span {
	color: #ababab;
	font-size: 12px;
	display: block;
	margin: 8px 0;
}
.list-right p {
	font-size: 12px;
	line-height: 1.8;
	margin: 0;
}
.right-list .row {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}
.right-list .col-xs-3 {
	padding-right: 0;
}
.right-list a {
	color: #1e1e1e;
}
.list-right a:hover, .right-list a:hover {
	color: #3d6adb;
}
.right-list p {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 0;
}
 @media screen and (max-width:992px) {
.list-right a {
	margin-top: 10px;
	display: block;
}
.list-right p {
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}
.list .row {
	margin: 20px 0;
}
}
.list img:hover, .right-list img:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.case-menu {
	margin-top: 20px;
	text-align:center;
}
.case-menu a {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 10px;
	color: #fff;
	margin: 10px 20px;
	background:#3d6adb;
	text-decoration: none;
}
.case-menu a:hover {
	background: rgba(0,0,0,.9);
}
.case-menu a.hover {
	background: #f7001b;
}
.case-list {
	margin-top: 20px;
}
.case-list img {
	margin-top: 5px;
	width: 100%;
	max-width: 334px;
	max-height: 330px;
}

.case-list span {
	display: block;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
}
.case-list a {
	color: #1e1e1e;
}
.case-list a:hover {
	color: #f7001b;
}
 @media screen and (max-width:768px) {
.case-menu a {
	margin: 10px;
}
.case-list img {
	max-height: 100px;
}
}
.show-top {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}
.show-top span {
	margin-right: 20px;
}
.content img {
	display: inline-block !important;
	max-width: 100% !important;
	height: auto !important;
}
.case-showtop {
	text-align: center;
	margin-top: 50px;
}
.case-showtop p {
	color: #999;
}
.case-show .content {
	margin-top: 20px;
}

/* leftsead */
#leftsead {
	width: 161px;
	height: 290px;
	position: fixed;
	top: 350px;
	right: 0px;
	z-index: 999999;
}
*html #leftsead {
	margin-top: 258px;
	position: absolute;
top:expression(eval(document.documentElement.scrollTop));
}
#leftsead li {
	width: 161px;
	height: 50px;
}
#leftsead li img {
	float: right;
}
#leftsead li a {
	height: 49px;
	float: right;
	display: block;
	min-width: 47px;
	max-width: 161px;
}
#leftsead li a .shows {
	display: block;
}
#leftsead li a .hides {
	margin-right: -143px;
	cursor: pointer;
	cursor: hand;
}
#leftsead li a.youhui .hides {
	display: none;
	position: absolute;
	right: 143px;
}
#leftsead li a.youhui .2wm {
	display: none;
	position: absolute;
	right: 143px;
}
#p2 {
	width: 161px;
	height: 47px;
	border: 1px solid #ec182f;
	line-height: 47px;
	text-align: left;
	text-indent: 1em;
	background: url(../qq/ll04.png) no-repeat right center #ec182f;
	font-weight: bold;
}
#p3 {
	width: 161px;
	height: 47px;
	border: 1px solid #ec182f;
	line-height: 47px;
	text-align: left;
	text-indent: 1em;
	background: url(../qq/ll05.png) no-repeat right center #ec182f;
	font-weight: bold;
}
#p1 {
	width: 47px;
	height: 49px;
	float: left
}
.nav_tell {
	height: 50px;
	line-height: 50px;
	font-size: 25px;
}
.nav_tell a {
	color: #ef2425;
	margin-right: 10px;
	text-decoration: none;
}
@media screen and (min-width:768px) {
.nav_tell {
	display: none;
}
}
.foot_link {
	position: absolute;
	bottom: 100px;
	font-size: 12px;
}
.foot_link a {
	color: #fff;
	margin-left: 10px;
}
@media screen and (max-width:768px) {
#leftsead, .foot_link {
	display: none;
}
}
.position h1 {
	font-size: 14px;
}

.pages {
	margin: 20px auto 20px auto;
	font-size: 14px;
}
.pages a, .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #3d6adb;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #3d6adb;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}

.NewsList { height:auto;text-align:left;}
.NewsList ul li {border-bottom:#CCCCCC 1px dotted;background:url(../Images/newslist.jpg) top left no-repeat; margin-top:10px; padding-bottom:15px;}
.news_date{float:right; text-align:right; font-family:Arial, Helvetica, sans-serif; font-size:14px}

.NewsList a:hover {color:#ff0000;}

.news_title{font-size:16px;margin-top:15px; color:#333}
.news_title a{ color:#333}
@media screen and (max-width:768px){
.news_title .news_date{display: none;}
}
.news_jj{ line-height:25px; margin-top:8px; color:#818181; font-size:14px}