@charset "utf-8";
/*样式初始化 start*/
html, body {
  padding:0;
  margin:0;
  height:100%;
  font-size:14px;
  font-family:"微软雅黑";
  background: #f0f0f0;
}
a{
  font-size:14px;
  color:#282828;
  text-decoration:none;
  font-family:"微软雅黑";
	transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
}
a:hover{
  color:#6b4a38;
  text-decoration:none;
  font-family:"微软雅黑";
	transition:color 0.3s;
	-moz-transition:color 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3s; /* Safari and Chrome */
	-o-transition:color 0.3s; /* Opera */
}

/*样式初始化 end*/

/*header、footer start*/
.headerwrap{
	width: 100%;
	height: 112px;
	background: #fff;
}
.logo{
	width: 170px;
	padding: 12px 0 0 15px;
}
.logo a,
.logo img{
	display: block;
	width: 170px;
}
.headerCollect{
	height: 24px;
	padding: 12px 0 9px 0;
}
.headerCollect a{
	color:#0068B6;	
	line-height:24px;
}
.headerCollect a.collect{
	float: right;
	width: 64px;
	height: 20px;
	font-size: 14px;
	color: #0068b6;
	border: 2px solid #0068b6;
	text-align: center;
	line-height: 20px;
}
.headerCollect a.collect:hover{
	color: #fff;
	background: #0068b6;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
.nav{
	height: 67px;
}
.nav>li{
	float: left;
	width: 125px;
	height: 67px;
	position: relative;
}
.nav>li>a{
	display: block;
	width: 100%;
	height: 62px;
	font-size: 14px;
	color: #111328;
	line-height: 62px;
	text-align: center;
	font-weight: bold;
	border-bottom: 5px solid #fff;
}
.nav>li:hover>a,
.nav>li.current>a{
	border-bottom: 5px solid #0068b6;
	transition:border-bottom 0.3s;
	-moz-transition:border-bottom 0.3s; /* Firefox 4 */
	-webkit-transition:border-bottom 0.3s; /* Safari and Chrome */
	-o-transition:border-bottom 0.3s; /* Opera */
}
.nav-level{
	display: none;
	position: absolute;
	left: 0;
	top: 67px;
	background: #0068b6;
	width: 113px;
	height: auto;
	padding: 10px 6px;
	z-index: 999;
}
.nav-level li{
	height: 31px;
	width: 100%;
}
.nav-level li a{
	display: block;
	width: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 31px;
}
.nav-level li a:hover{
	background: #2a8dd6;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
.searchwrap{
	width: 100%;
	height: 129px;
	background: url(../images/searchBg.jpg) no-repeat top center;
	background-color: #0068b6;
	padding-top: 13px;
}
.search{
	margin: 21px auto;
	width: 830px;
	height: 28px;
}
.search-txt{
	float: left;
	width: 756px;
	height: 14px;
	border: 2px solid #ccc;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 14px;
	color: #5b5b5b;
}
.search-btn{
	float: left;
	width: 50px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 0 none;
	background: #0e0f21;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.search-btn:hover{
	background: #f52b00;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
.footerwrap{
	width: 100%;
	height: 150px;
	background: #0e0f21;
}
.footernav{
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.footernav a,
.footernav i{
	font-size: 14px;
	color: #4D5478;
	padding: 0 4px;
}
.footernav i{
	font-weight: bold;
}
.footernav a:hover{
	color: #797d96;
}
.footerB,
.footerB a{
	font-size: 12px;
	color: #495a70;
}
.footerB{
	line-height: 24px;
	padding-top: 12px;
	text-align: center;
}
.footerB span{
	padding: 0 5px;
	white-space: nowrap;
}
.footerB a:hover{
	color: #65758a;
}
.footershare{
	height: 20px;
	padding: 25px 0 15px 0;
	text-align: center;
}
.footershare a{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 6px;
	background: url(../images/icon-share.png) no-repeat;
}
.footershare a.icon-s01{
	background-position: 0 0;
}
.footershare a.icon-s02{
	background-position: -20px 0;
}
.footershare a.icon-s03{
	background-position: -40px 0;
}
.footershare a.icon-s01:hover{
	background-position: 0 -20px;
}
.footershare a.icon-s02:hover{
	background-position: -20px -20px;
}
.footershare a.icon-s03:hover{
	background-position: -40px -20px;
}
.footershare a:hover{
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
.commonTit h3{
	font-size: 18px;
	color: #0e0f21;
	text-align: center;
	height: 34px;
	line-height: 32px;
}
.commonTit .line{
	font-size: 0;
	text-align: center;
	height: 13px;
}
.commonTit .line span{
	display: inline-block;
	font-size: 11px;
	color: #a0a0a0;
	line-height: 13px;
	height: 13px;
	vertical-align: top;
	padding: 0 9px;
	text-transform:uppercase;
}
.commonTit .line i{
	display: inline-block;
	width: 75px;
	height: 6px;
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
}
.commonTit.c h3{
	color: #f9b7b6;
}
.commonTit.c .line span{
	color: #e9423e;
}
.commonTit.c .line i{
	border-bottom: 1px solid #e9423e;
}
.goTop{
	display: block;
	width: 39px;
	height: 39px;
	right: 1px;
	bottom: 80px;
	background: url(../images/icon-gotop.png) no-repeat -504px 0;
}
.goTop:hover{
	background-position: -504px -42px;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
/*header、footer end*/

/*index  start*/
.subbanner{
	z-index: 9;
}
.DB_tab25 {
	height:400px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	z-index: 9;
}
.DB_tab25 .DB_bgSet {
	position:relative;
}
.DB_tab25 .DB_bgSet li {
	position:absolute;
	width:100%;
	height:400px;
	display:none;
}
.DB_tab25 .DB_imgSet {
	margin: 0 auto;
	width: 1100px;
	height: 400px;
}
.DB_tab25 .DB_imgSet .DB_1_1 {
	position: absolute;
	left: 40px;
	top: 150px;
}
.DB_tab25 .DB_imgSet .DB_1_2 {
	position: absolute;
	left: 40px;
	top: 195px;
}
.DB_tab25 .DB_imgSet .DB_2_1 {
	position: absolute;
	left: 40px;
	top: 150px;
}
.DB_tab25 .DB_imgSet .DB_2_2 {
	position: absolute;
	left: 40px;
	top: 195px;
}
.DB_tab25 .DB_imgSet .DB_3_1 {
	position: absolute;
	left: 40px;
	top: 150px;
}
.DB_tab25 .DB_imgSet .DB_3_2 {
	position: absolute;
	left: 40px;
	top: 195px;
}
.DB_tab25 .DB_imgSet {
	position:absolute;
	width:1200px;
	left:0;
	top: 0;
}
.DB_tab25 .DB_menuWrap {
	position:absolute;
	width:1000px;
	bottom: 15px;
	height: 20px;
	left:50%;
	margin-left:-500px;
	z-index: 99;
	text-align:center;
}
.DB_tab25 .DB_menuWrap .DB_menuSet li{
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	margin:0px 8px;
	line-height:-999em;
	overflow:hidden;
	background: #fff;
	cursor: pointer;
	vertical-align: top;
	border: 2px solid #fff;
}
.DB_tab25 .DB_menuWrap .DB_menuSet li.current_off {
	background: #fff;
}
.DB_tab25 .DB_menuWrap .DB_menuSet li.current_on {
	background:none;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
.iprowrap{
	width: 100%;
	height: 300px;
	background-color: #222;
	padding:30px 0 45px 0;
}
.index_pro{
	position:relative;
}
.indexCaseL,
.indexCaseR{
	display: block;
	top: 140px;
	width: 82px;
	height: 116px;
	background: url(../images/arrowB.png) no-repeat;
}
.indexCaseL{
	background-position: 0 0;
	left: -62px;
}
.indexCaseR{
	background-position: -82px 0;
	right: -62px;
}
.indexCase-list{
	width: 1140px;
	height: 211px;
	overflow: hidden;
	padding-top: 55px;
}
.indexCase-list ul{
	width: 300%;
	height: 211px;
}
.indexCase-list li{
	float: left;
	width: 360px;
	height: 210px;
	padding:  0 10px;
}
.indexCase-list .pic-box{
	width: 360px;
	height: 175px;
	padding: 3px 0;
	position: relative;
	background: #1d1d1d;
}
.indexCase-list .pic-box>img{
	display: block;
	width: 297px;
	height: 175px;
	margin: 0 auto;
}
.indexCase-list .pic-box .indexCaseLink{
	display: block;
	width: 360px;
	height: 181px;
	position: absolute;
	left: 0;
	top: 0;
	background:url(../images/sel-del.png) no-repeat -94px -94px;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');
	background:rgba(0,0,0,0.5);
}
.indexCase-list .pic-box:hover{
	background: #0068b6;
}
.indexCase-list .pic-box:hover .indexCaseLink{
	background:url(../images/sel-del.png) no-repeat center center;
	transition:background 0.2s;
	-moz-transition:background 0.2s; /* Firefox 4 */
	-webkit-transition:background 0.2s; /* Safari and Chrome */
	-o-transition:background 0.2s; /* Opera */
}
.indexCase-list span{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
}


.iappinfo{
	font-size: 12px;
	color: #707070;
	text-align: center;
	line-height: 20px;
	padding: 15px 0 40px 0;
}
.index_new{
	padding-top:20px;
}
.inewswrap{
	height: 332px;
	margin: 0 auto;
	padding: 30px 0 35px 0;
}
.inewsImg{
	float: left;
	width: 485px;
	height: 330px;
	overflow: hidden;
	padding: 1px 0 0 0;
	margin-left: 69px;
}
.inewsImg li{
	float: left;
	width: 485px;
	height: 330px;
	overflow: hidden;
}
.inewsImg li img{
	display: block;
	width: 485px;
	height: 330px;
}
.inewsL,
.inewsR{
	display: block;
	width: 32px;
	height: 52px;
	position: absolute;
	top: 173px;
	background: url(../images/arrorBg.png) no-repeat;
	opacity: 0.5;
}
.inewsL{
	left: 19px;
	background-position: 0 0;
}
.inewsR{
	left: 569px;
	background-position: -46px 0;
}
.inewsL:hover,
.inewsR:hover{
	opacity:1;
	transition:opacity 0.3s;
	-moz-transition:opacity 0.3s; /* Firefox 4 */
	-webkit-transition:opacity 0.3s; /* Safari and Chrome */
	-o-transition:opacity 0.3s; /* Opera */
}
.inewslistWrap{
	width: 554px;
	height: 330px;
	border: 1px solid #eaeaea;
	border-left: 0 none;
	background: #fff;
	padding: 0 25px 0 55px;
}
.iswitch{
	padding: 24px 0 0 0;
	height: 34px;
	border-bottom: 1px solid #e5e5e5;
}
.iswitch .item{
	float: left;
	width: 110px;
	height: 34px;
	font-size: 12px;
	color: #000;
	text-align: center;
	line-height: 34px;
}
.iswitch .item.current,
.iswitch .item:hover{
	background: #0068b6;
	color: #fff;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
.morelink{
	float: right;
	width: auto;
	padding: 0 4px;
	height: 13px;
	font-size: 12px;
	color: #fff;
	background: #0068b6;
	border: 1px solid #0068b6;
	line-height: 12px;
	border-radius: 3px;
	margin-top: 9px;
}
.morelink:hover{
	background: #fff;
	color: #0068b6;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
.box-item{
	display: none;
}
.box-item.current{
	display: block;
}
.inewslist li{
	border-bottom: 1px dashed #c6c6c6;
	margin-bottom: 5px;
	padding: 15px 0 4px 0;
	height: 60px;
	overflow: hidden;
}
.inewslist li a{
	display: block;
	position: relative;
}
.inewslist li a h3{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-right: 78px;
	height: 22px;
	line-height: 22px;
}
.inewslist li a p{
	font-size: 12px;
	color: #5a5a5a;
	line-height: 18px;
	max-height: 36px;
	padding-top: 2px;
}
.inewslist li a i{
	display: block;
	width: 78px;
	text-align: right;
	height: 22px;
	font-size: 12px;
	color: #acacac;
	line-height: 22px;
	position: absolute;
	right: 0;
	top: 0;
}
.iaboutwrap{
	width: 100%;
	height: 480px;
	padding-top: 20px;
	background: url(../images/iaboutBg.jpg) no-repeat center top;
}
.iaboutL{
	width: 515px;
	padding: 23px 0 0 20px;
}
.iaboutinfo{
	padding-bottom: 15px;
}
.iaboutinfo p{
	font-size: 14px;
	color: #313131;
	line-height: 24px;
	text-indent: 2em;
}
.iaboutL a{
	float: right;
	width: 130px;
	height: 35px;
	font-size: 14px;
	color: #0068b6;
	text-decoration: underline;
	text-align: center;
	line-height: 35px;
	border: 1px solid #0068b6;
	border-radius: 3px;
	margin: 3px;
}
.iaboutL a:hover{
	background: #0068b6;
	color: #fff;
}
.iaboutR{
	padding-left:10px;
	width: 600px;
	height: 340px;
	overflow: hidden;
}
.iaboutR img{
	display: block;
	width: 600px;
}
.about-switch{
	height: 27px;
}
.about-switch a{
	float: left;
	height: 27px;
	padding: 0 15px;
	margin-right: 34px;
	font-size: 13px;
	color: #3e3e3e;
	line-height: 27px;
	position: relative;
}
.about-switch a .arr{
	position:absolute;
	left:45%;
	bottom:-8px;
	border:4px solid;
	border-color:transparent;
}
.about-switch a.current{
	background:#0068b6;
	color:#fff;
}
.about-switch a.current .arr{
	display:inline-block;
	border-color:#0068b6 transparent transparent transparent;
}
.about-switch a:hover,
.about-switch a.current{
	background: #0068b6;
	color: #fff;
	transition:color 0.3s,background 0.3s;
	-moz-transition:color 0.3s,background 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3s,background 0.3s; /* Safari and Chrome */
	-o-transition:color 0.3s,background 0.3s; /* Opera */
}
.about-switch a:hover .arr,
.about-switch a.current .arr{
	border-color:#0068b6 transparent transparent transparent;
	transition:border 0.3s;
	-moz-transition:border 0.3s; /* Firefox 4 */
	-webkit-transition:border 0.3s; /* Safari and Chrome */
	-o-transition:border 0.3s; /* Opera */
}
.indexAbBoxUl{
	clear: both;
	padding-top:10px;
}
.indexAbBoxUl li{
	float: left;
	width: 28%;
	margin: 2.515%;
}
.indexAbBoxUl li a{
	display: block;
	font-size: 0;
	color: #3e3e3e;
  transition: all 0.2s ease 0s;
  line-height: 36px;
}
.indexAbBoxUl li a span{
	display: inline-block;
	font-size: 24px;
	padding-right: 15px;
}
.indexAbBoxUl li a i{
	font-size: 36px;
	color: #0068b6;
}
.indexAbBoxUl li a:hover{
	color: #0068b6;
	transition:color 0.3s;
	-moz-transition:color 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3s; /* Safari and Chrome */
	-o-transition:color 0.3s; /* Opera */
}
.indexAbBoxUl li p{
	padding: 10px 0 5px 0;
	font-size: 16px;
	line-height: 28px;
	color: #5b5b5b;
}
.icasewrap{
	padding: 0 0 60px 0;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.icasewrap .morelink{
	position: absolute;
	right: 70px;
	top: 10px;
}
.icaseList{
	margin: 0 auto 60px auto;
	width: 1100px;
	height: 204px;
	overflow: hidden;
	padding: 35px 0 0 0;
}
.icaseList li{
	float: left;
	width: 184px;
	height: 140px;
	padding: 0 18px;
	overflow:hidden;
}
.icaseList li a{
	display: block;
	width: 180px;
	height: 140px;
	border: 2px solid #dedede;
	position: relative;
	background: #fff;
}
.icaseList li a img{
	width:100%;
}
.icaseList li a .info{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: 130px;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#BF000000', endColorstr='#BF000000');
	background:rgba(0,0,0,0.75);
	text-align: center;
	padding: 0 10px;
}
.icaseList li a .info h4{
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	padding: 40px 0 0 0;
}
.icaseList li a .info p{
	font-size: 12px;
	color: #fefefe;
	line-height: 20px;
}
/*index  end*/

/*关于我们  start*/
.aboutInfo{
	width: 1100px;
	padding: 20px 0 70px;
}
.aboutInfo p{
	font-size: 14px;
	color: #5a5a5a;
	line-height: 24px;
	text-indent: 2em;
}
.aboutInfo img{
	display: block;
	max-width: 98%;
	margin: 0 auto;
}
.about_company{
	width:450px;
	float:left;
}
.about_company p{
	line-height:180%;
	margin:10px 0;
}
.about_culture{
	width:590px;
	float:right;
}
.about_culture h2{
	font-size:24px;
	font-weight:100;
	letter-spacing:1px;
	margin-bottom:10px;
}
.about_culture .about_culture_view{
	background: url(../images/aboutIntrRT.png) no-repeat top left;
	padding: 30px 55px 0 40px;
}
.about_culture .about_culture_view>em{
	display: block;
	height: 30px;
	background: url(../images/aboutIntrRB.png) no-repeat bottom right;
}
.about_culture .about_culture_view span{
	font-size:20px;
	color:#0068b6;
	font-weight:bold;
}
.about_culture .about_culture_view p{
	font-size:16px;
	color:#666;
	margin-bottom:8px;
}
.about_image{
	margin-top:25px;
	float:right;
}
.company_title{
	font-size:24px!important;
	text-align:center;
	margin-top:20px;	
	color:#000;
}
.company_list li{
	float:left;
	width:215px;
	height:160px;
	padding-top:20px;
	border:2px #f0f0f0 solid;
}
.company_list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.company_list li .honorimg{
	width: 180px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
}
.company_list li .honorimg img{
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	border: 0 none;
}
.company_list li .honorname{
	width: 180px;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	overflow: hidden;
	color: #5b5b5b;
}
.company_list li:hover {
	border:2px #eee solid;
	background:#f8f8f8;
	transition:border 0.3s,background 0.3s;
	-moz-transition:border 0.3s,background 0.3s; /* Firefox 4 */
	-webkit-transition:border 0.3s,background 0.3s; /* Safari and Chrome */
	-o-transition:border 0.3s,background 0.3s; /* Opera */
}
/*关于我们  end*/

/*新闻中心  start*/
.newswrap{
	padding: 30px 0 50px 0;
}
.newslist4 li,
.newslist li{
	border-bottom: 1px solid #ddd;
}
.newslist4 li .time{
	background: #e8332f;
} 
.switchmenu{
	min-height: 32px;
	padding: 20px 0 35px 0;
	font-size: 0;
	text-align: center;
}
.switchmenu a{
	display: inline-block;
	
	height: 32px;
	border-radius: 16px;
	background: #d8d8d8;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	padding:0 18px;
	margin: 5px 10px;
}
.switchmenu a:hover,
.switchmenu a.current{
	background: #0068b6;
	transition:background 0.3s;
	-moz-transition:background 0.3s; /* Firefox 4 */
	-webkit-transition:background 0.3s; /* Safari and Chrome */
	-o-transition:background 0.3s; /* Opera */
}
.newsview1 {
	padding-top: 0;
	width: 1100px;
	margin: 0 auto;
}
.shareBg {
	border-bottom: 0 none;
	height: 20px;
	padding: 25px 0 60px 16px;
}
/*新闻中心  end*/

/*产品  start*/
.proview3{
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0 60px 0;
}
.proview3 .pro-img{
	width: 420px;
	height: auto;
	margin: 0 auto;
}
.proview3 .pro-img img{
	display: block;
	width: 100%;
	height: auto;
	margin:0 auto;
}
.proview3 .pro-name{
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	padding: 5px 0 10px 0;
	color: #0e0f21;
	text-align:center;
}
.proview3 .pro-content p{
	font-size: 14px;
	line-height: 28px;
	color: #565656;
}
/*产品  end*/

/*联系我们  start*/
.contactwrap{
	width: 1100px;
	padding: 0 0 60px 0;
}
.contactL{
	width: 520px;
	padding: 20px 0 50px 0;
}
.contactL .item{
	padding-top: 15px;
	clear: both;
}
.contactL h2{
	border-bottom: 1px dotted #ddd;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
}
.contactL .item label{
	float: left;
	width: 66px;
	line-height: 32px;
	color: #666;
	font-size: 13px;
}
.contactL .item .contactTxt{
	float: left;
	padding: 8px 10px;
	border: 1px solid #ddd;
	height: 14px;
	line-height: 28px;
	width: 390px;
	font-size: 12px;
	line-height: 14px;
}
.contactL .item .contactTxth{
	height: 98px;
	line-height: 20px;
	resize: none;
}
.contactL .item .contactTxts{
	width: 70px;
}
.contactL .item .codenum{
	float: left;
	margin-left: 15px;
	border: 1px solid #ddd;
	height: 30px;
	width: 70px;
}
.contactBtn{
	clear: both;
	padding: 50px 0 0 66px;
	height: 40px;
}
.contactBtn input{
	display: inline-block;
	margin: 0 15px 0 0;
	width: 90px;
	height: 29px;
	text-align: center;
	line-height: 30px;
	border: 0 none;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
.contactBtn input.subbtn{
	background: #0068b6;
}
.contactBtn input.resbtn{
	background: #a0a0a0;
}
.contactR{
	width: 500px;
	height: auto;
	padding: 20px 0 50px 0;
}
.mapwrap{
	width: 1098px;
	height: 300px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.contactR h3{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 15px 0;
}
.contactR h3 img{
	display: block;
	height: 70px;
}
.contactR>p{
	font-size: 13px;
	color: #555;
	line-height: 21px;
}
.contactUl{
	padding-top: 20px;
}
.contactUl li i{
	display: block;
	line-height: 30px;
}
.contactUl li i,
.contactUl li a{
	color: #555;
	font-size: 13px;
}
.contactUl li span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #555;
	line-height: 40px;
}
.contactUl li i em{
	display: inline-block;
	width: 30px;
	text-align: center;
	font-size: 18px;
	color: #0068b6;
}
.contactUl li a:hover{
	color: #4da1cf;
}
/*联系我们  end*/

/*index  start*/
/*index  end*/

/*index  start*/
/*index  end*/

/*index  start*/
/*index  end*/

/*index  start*/
/*index  end*/

/*分页 2   s*/
.pagination2 li:hover,
.pagination2 .active{
	border:  1px solid #0068b6;
	transition:border 0.3s;
	-moz-transition:border 0.3s; /* Firefox 4 */
	-webkit-transition:border 0.3s; /* Safari and Chrome */
	-o-transition:border 0.3s; /* Opera */
}
.pagination2 li:hover a,
.pagination2 .active a{
	color: #fff;
	background: #0068b6;
	transition:color 0.3s, background 0.3s;
	-moz-transition:color 0.3s background 0.3s; /* Firefox 4 */
	-webkit-transition:color 0.3 background 0.3ss; /* Safari and Chrome */
	-o-transition:color 0.3s background 0.3s; /* Opera */
}
/*分页 2   e*/



































