﻿input::-webkit-input-placeholder {
       /* placeholder颜色  */
      color: #fff;
   }
input:-ms-input-placeholder { /* Internet Explorer 10+ */

color: #fff!important; 

} 
.fz15{font-size: 14px;vertical-align:2px;}
.fz24{font-size: 24px;}
.mt35{margin-top: 35px;}
.mb0{margin-bottom: 0;}
.mt0{margin-top: 0;}
.ml0{margin-left: 0!important;}
.pd0510{padding: 5px 10px;}
.pt20{padding-top: 20px!important;}
.pt0{padding-top: 0!important;}
.posr{position: relative;}
.yahei{font-family: Microsoft Yahei;}
.h220{height: 220px!important;}
body {
	font-family: Microsoft Yahei;
	color: #6f6e6e;
	font-size: 16px;
	font-weight: lighter;
}
ul,li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a,a:link,a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
input{outline: none;}

/*位置控制*/

.vertical-align {
    font-size: 0
}

.vertical-align:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.vertical-align-bottom,
.vertical-align-middle {
    display: inline-block;
    max-width: 100%;
}

.vertical-align-middle {
    vertical-align: middle
}

.vertical-align-bottom {
    vertical-align: bottom
}

/*顶部导航*/
.header_common{
	width:100%;
	position: relative;
}
.header_menu{
	width: 100%;
	height: 80px;
	background-color: #fff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1) !important;
	transition:all 0.3s;
}
.logo img{
	height: 100%;
}
.header_menu .menu_pc{
	height: 100%;
	font-weight: normal;
}
.header_menu .menu_pc li a {
	line-height: 77px;
	padding: 0px;
	display: table-cell;
}
.header_menu .menu_pc li.open a,.header_menu .menu_pc li a:focus {
	background-color: inherit;
	border-bottom: 2px solid #2457a0;
}
.header_menu .menu_pc li.on a,.header_menu .menu_pc li.active a,.header_menu .menu_pc li a:hover{
	border-bottom: 3px solid #2457a0;
	padding-bottom: 0px;
	background-color: inherit;
	color: #2457a0;
}


nav.navbar.bootsnav ul.nav > li > a{
    padding: 0px;
    margin: 0;
    /*color: rgba(0, 0, 0, 0.4);*/
    text-transform: capitalize;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a{
    padding: 0px;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{ color: #2457a0; }
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    position: absolute;
    margin: 0 0 0 7px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    top: 100%;
    transition: all 0.8s ease 0s;
    right: auto;
    left: 20px;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    top: 100%;
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: none;
}

.header_menu .menu_other {
	color: #2457a0;
	font-size: 16px;
	height: 80px;
	text-align: right;
}
.header_menu .menu_other ul {
	list-style: none;
	padding:0px;
	margin: 0px;
}
.header_menu .menu_other li {
	float: left;
}
.header_menu .menu_other .search-in {
	width: 70%;
	border: 0px;
	background-color: #ccc;
	border-radius:20px 0 0 20px;
	padding: 1px 0px 1px 10px;
	height: 20px;
	line-height: 20px;
	color: #2457a0;
	font-size: 16px;
	float: left;
}
.header_menu .menu_other .search-bottom {
	width: 20%;
	border: 0px;
	background-color: #000;
	border-radius:0 20px 20px 0;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: left;
}
.header_menu .menu_other .search-bottom {
	color: #fff;
}
@media (min-width:1200px) {
	.header_menu .menu_other li {
		padding: 0px 10px;
	}
}
@media (min-width:1650px) {
	.header_menu .menu_other li {
		padding: 0px 20px;
	}
}

/*手机端菜单*/
.menu_pp_nav{
	width: 90%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: -90%;
	color: #fff;
	overflow: hidden;
	z-index: 100;
}
.menu_pp_nav ul{
	width: 100%;
	padding-top:5px;
}
.menu_pp_nav>ul{
	height: 100%;
	background-color: #fff;
	position: absolute;
	left:0;
}
.menu_pp_nav ul a{
	display: block;
	color: #333;
	border-top: 1px solid #ccc;
}
.menu_pp_nav ul li:first-of-type a{
	border: none;
}
.menu_pp_nav ul li{
	padding:0 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	position: relative;
}
.menu_pp_nav ul li span{
	font-size: 30px;
	color: #181878;
	position: absolute;
	right: 35px;
	top: -3px;
}
.menu_pp_logo{
	width: 100%;
	padding: 15px 30px 0 30px;
	overflow: hidden;
	position: relative;
}
.menu_pp_search{
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.menu_pp_search input{
	width: 100%;
	height: 34px;
	padding-left: 10px;
	color: #333;
	-webkit-appearance: none;
	-webkit-border-radius: 4px 0 0 4px!important;
	-moz-border-radius: 4px 0 0 4px!important;
	-ms-border-radius: 4px 0 0 4px!important;
	-o-border-radius: 4px 0 0 4px!important;
	border-radius: 4px 0 0 4px!important;
	border: 1px solid #ccc;
}
.menu_pp_search>i{
	width: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #333;
}
.menu_pp_logo>img{
	width: 60%;
}
.menu_pp_logo h2{
	height: 20px;
	font-size: 15px;
	color: #333;
}
.logo_close{
	width: 30px;
	height: 30px;
	border-radius:15px;
	border: 1px solid #181878;
	float: right;
	position: relative;
	right: 0;
	top: 4px;
	z-index: 11;
}
.logo_close span:first-of-type{
	display: block;
	background-color: #181878;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(-45deg);
}
.logo_close span:last-of-type{
	display: block;
	background-color: #181878;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(45deg);
}
.menu_pp_two{
	width: 100%;
	height: 100%;
	color: #333;
	padding: 15px 0;
	position: absolute;
	left: -100%;
	bottom: 0;
	z-index: 10;
	background-color: #fff;
	overflow-y: auto;
}
.menu_pp_two ul{
	padding: 0;
}
.menu_pp_two h3{
	line-height: 45px;
	font-size: 16px;
	padding-left: 45px;
	position: relative;
}
.menu_pp_two h3 span{
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: -3px;
	color: #181878;
}
.menu_pp_two h2{
	font-size: 18px;
	padding:0 30px;
}
/*头部公共END END END*/

@media (min-width:300px) {
	/*公共头部*/
	.header_menu{
		height: 60px;
	}
	.header_menu .logo{
		margin-top: 5px;
		height: 50px;
		padding:0px;
		float: left;
		transition: all 0.3s;
	}

	.menu_pc{
		display: none;
	}
	/*手机端菜单图标*/
	.menu_icon,.tel{
		float: right;
		width: 40px;
		height: 40px;
		background-color: rgb(0, 140, 208);
		position: relative;
		top: 10px;
	}
	.menu_icon span{
		display: block;
		width: 70%;
		height: 2px;
		border-radius: 2.5px;
		background-color: #fff;
		position: absolute;
		left: 15%;
	}
	.menu_icon span:nth-child(1){
		top:12px;
	}
	.menu_icon span:nth-child(2){
		top: 19px;
	}
	.menu_icon span:nth-child(3){
		top: 26px;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(2){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(1){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon6 1s forwards;
	}
	@keyframes icon1{
		0%{top:12px;transform: rotate(0deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:19px;transform: rotate(405deg);}
	}
	@keyframes icon3{
		0%{top:26px;transform: rotate(0deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:19px;transform: rotate(405deg);}
	}
	@keyframes icon2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(495deg);}
	}
	@keyframes icon4{
		0%{top:19px;transform: rotate(405deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:12px;transform: rotate(0deg);}
	}
	@keyframes icon6{
		0%{top:19px;transform: rotate(405deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:26px;transform: rotate(0deg);}
	}
	@keyframes icon5{
		0%{transform: rotate(495deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(0deg);}
	}
	/*头部公共END END END*/
	/*新增手机版电话图标*/
	.tel{margin-right: 10px;line-height: 50px;}
	.tel i{color: #fff;font-size: 30px;padding: 8px;}
}
@media (min-width:768px) {
	/*公共头部*/
	.header_menu{
	height: 80px;
	position: fixed;
	z-index: 100;
	opacity: .95;
	}
	.header_menu .logo{
		margin-top: 12.5px;
		height: 50px;
		float: left;
	}
	.menu_icon{
		width: 50px;
		height: 50px;
		top: 12.5px;
	}
	.menu_icon span:nth-child(1){
		height: 5px;
		top: 12.5px;
	}
	.menu_icon span:nth-child(2){
		height: 5px;
		top: 22.5px;
	}
	.menu_icon span:nth-child(3){
		height: 5px;
		top: 32.5px;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(2){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(1){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon6 1s forwards;
	}
	@keyframes icon1{
		0%{top:12.5px;transform: rotate(0deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:22.5px;transform: rotate(405deg);}
	}
	@keyframes icon3{
		0%{top:32.5px;transform: rotate(0deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:22.5px;transform: rotate(405deg);}
	}
	@keyframes icon2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(495deg);}
	}
	@keyframes icon4{
		0%{top:22.5px;transform: rotate(405deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:12.5px;transform: rotate(0deg);}
	}
	@keyframes icon6{
		0%{top:22.5px;transform: rotate(405deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:32.5px;transform: rotate(0deg);}
	}
	@keyframes icon5{
		0%{transform: rotate(495deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(0deg);}
	}
	/*头部公共END END END*/
}
@media (min-width:992px) {
	/*公共头部*/
	.header_menu .logo{
		margin-top: 10px;
		height: 60px;
		float: left;
		padding-left: 20px;
	}
	.menu_pc{
		display: block;
	}
	.menu_pc ul li{
		height: 100%;
		padding:0px 25px;
		float: left;
		line-height:80px;
		text-align: center;
		font-size: 16px;
		transition: line-height 0.3s;
		position: relative;
		z-index: 11;
	}
	.bg_box{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: -100%;
		background-color: rgb(0, 140, 208);
		opacity: 0.5;
		transition: all 0.5s;
	}
	.menu_pp{
		display: none;
	}
	/*头部公共END END END*/
}
@media (min-width:1200px) {
	.menu_pc ul li {
		padding: 0px 20px;
	}
}
@media (min-width: 1650px) {
	.menu_pc ul li {
		padding: 0px 25px;
	}
  }
.rat-banner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.rat-banner .swiper-pagination-bullet{
	opacity: 1;
	width:100px;
	height:7px;
	background: #fff;
	border-radius: 0;
}
.rat-banner>.swiper-pagination-bullets{
	text-align: left;
    padding-left: 51px;
}
.rat-banner .swiper-pagination-bullet-active{
	background:#2457a0;
}
/*底部共用Bottom*/
.friendlink{padding: 30px 0;}
.friendlink a{padding: 0 10px;border-right: 1px solid #145ccd;}
.friendlink a:last-child{border-right: none;}
footer {
	border-top: 1px solid #c5c5c5;
}
.footer-other {
	background-color: #f6f6f6;
	padding: 74px 0 75px;
	font-size: 16px;
	position: relative;
}
.footer-other h2 {
	padding-bottom: 10px;
	color: #161515;
	font-size: 16px;
}
.footer-other p{
	line-height: 36px;
	color: #161515;
}
.footer-other p>i{
	height: 24px;
    vertical-align: -9px;
}
.footer-other p .phone{
	background: url(../images/sprite.png) 0 0 no-repeat;
}
.footer-other p .mail{
	background: url(../images/sprite.png) 0 -44px no-repeat;
}
.footer-other p .time{
	background: url(../images/sprite.png) 0 -91px no-repeat;
}
.footer-other p .add{
	background: url(../images/sprite.png) 0 -139px no-repeat;
}
.footer-other a {
	color: #161515;
}
.footer-other a:hover{
	color: #f32135;
}
.footer-other .linkicon {
	padding-top: 40px;
	display: block;
}
.footer-other span h3 {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	line-height: 34px;
	color: #4c4848;
}
.footer-other span .sociallink {
	border-radius:17px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-right: 10px;
	background: #333;
	float: left;
	position: relative;
	cursor: pointer;
}
.footer-other .form-horizontal .form-group > label{font-weight: lighter;
	text-align: left;
	color: #161515;
}
.footer-other .form-group {
	margin-bottom: 10px;
}
.footer-other .form-control {
	background: #f6f6f6;
}

.footer-other .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  z-index: 999;
  width: 200px;
  height: 185px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.footer-other .wechat-qrcode .qrcode {
  width: 138px;
  margin: 10px auto;
}

.footer-other .wechat-qrcode .qrcode img {
  max-width: 100%;
}

.footer-other .layui-layer:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.footer-other .layui-layer{
	position: absolute;
	left:-83px!important;
	top: -236px!important;
}
.footer-other .layui-layer ::-webkit-scrollbar{display: none;}
.footer-other .goup{
	position: absolute;
	right: 39px;
	top: -38px;
}
#goup{background: url(../images/goup.png) center no-repeat;display: block;width: 76px;height: 80px;}
#goup:hover{background-image: url(../images/goup-hover.png);}
.container-copy,.container-about {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  }
@media (min-width: 768px) {
  .container-copy,.container-about{
    max-width: 740px;
    }
  }
@media (min-width: 992px) {
  .container-copy {
    max-width: 960px;
    }
    .container-about{
  	max-width: 847px;
  }
  }
@media (min-width: 1200px) {
  .container-copy {
    max-width: 1160px;
    }
    .container-about{
  	max-width: 847px;
  }
  }
@media (min-width: 1650px) {
  .container-copy {
    max-width: 1600px;
    }
  .container-about{
  	max-width: 847px;
  }
  }

.copyright {
	background: #323131;
	line-height: 50px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
}
.copyright-info a {
	color: #fff;
	margin-left: 50px;
}
@media (max-width: 767px) {
	.copyright-info {font-size: 14px;line-height: 28px;}
}

/*首页内容开始*/
.index-probg {
	background: #fcfcfc;
	overflow: hidden;
}
.index-proall {}
.index-proall li {
	width: 25%;
	float: left;
	overflow: hidden;
	background: #fcfcfc;
}
.index-proall li .index-pro {
	margin: 1px 1px 1px 0;
}
.index-proall li .index-pro {
	background-color:#fff;
}
.index-proimg {
height: 250px;
}
.index-proimg img {
	width: 100%;
}
.index-proinfo {
	height: 250px;
	padding: 20px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.index-proinfo a {
	color: #2457a0;
	width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}
.index-proinfo a:hover {
	color: #f32135;
}
.index-proinfo h2 {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}
.index-proinfo p {
	color: #3f3e3e;
	padding-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 24px;
}
.index-proinfo a span {
	position: absolute;
	right: 22px;
	bottom: 21px;
	width: 40px;
	height: 40px;
	border-radius:20px;
	font-size: 20px;
	background: #2457a0;
	color: #fff;
}
.index-proinfo a:hover span {
	background: #f32135;
}
.pro_arrow{
	display: block;
	background: url(../images/pro_arrow.png) 12px center no-repeat;
	width: 40px;
	height: 40px;
}
.pro_arrow_push{background-position-x:14px!important;}
.pro_arrow_left{
	background-image: url(../images/pro_arrow_left.png);
}
.index-aboutbg {
	padding: 50px 0 90px;
}
.index-aboutbg h1{
	font-size: 28px;
	font-weight: normal;
	color: #161515;
	margin-bottom: 30px;
}
.index-aboutbg .aboutvideo{display:block;background: url(../images/video.png) center no-repeat;height: 80px;}
.index-aboutbg .aboutvideo:hover{background-image: url(../images/vidoe-hover.png);}
.aboutinfo {
	line-height: 24px;
	color: #403f3f;
}

.index-casebg {overflow: hidden;}
.caselist {}
.caselist li {
	width: 33.33%;
	float: left;
	overflow: hidden;
}
.index-caseall {
	position: relative;
}
.index-caseimg img {width: 100%;}
.index-caseico {
	position: absolute;
	top: 13px;
	right: 6px;
	z-index: 10;
}
.index-caseall a .index-caseinfo {display: none;}
.index-caseall a:hover .index-caseinfo {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5% 18% 10% 10%;
}
.index-caseinfo h2 {
	font-size: 18px;
	padding-top: 32px;
	padding-bottom: 20px;
}
.index-caseinfo p {
	line-height: 28px;
}
.index-caseinfo span{
	display: block;
	margin-top: 20px;
	width: 40px;
	height: 40px;
	border-radius:20px;
	border:1px solid #fff;
}
.index-caseinfo span .pro_arrow{
	display: block;
    background: url(../images/pro_arrow.png) 12px center no-repeat;
    width: 40px;
    height: 40px;}
.index-newsbg {
	padding:0 0 30px;
	background-color: #fcfcfc;
}
.index-newsbg h1{
	font-size: 30px;
	color: #050505;
	font-weight:800;
	margin: 0;
	height: 140px;
	line-height: 140px;
}
.index-newsall {
	width: 100%;
	overflow: hidden;
	height: 200px;
	background: #fff;
   margin-bottom: 30px;
   padding: 40px 20px 30px 33px;
   position: relative;
   color: #666;
}
.index-newsall:hover {
   box-shadow: #eee 0px 0px 15px 3px; 
}
.index-newsall .index-newsico {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 90px;
	height: 90px;
	background: url(../images/news-ico.png) ;
}
.index-newsall:hover .index-newsico {
	background: url(../images/news-icoh.png) ;
}
.index-newsall:hover .index-newsinfo h2{color:#f32135;}
.index-newsinfo {
	font-size: 14px;
	width: 85%;
}
.index-newsinfo span {
	color: #050505;
}
.index-newsinfo h2 {
	font-weight: lighter;
	color: #2457a0;
	line-height: 20px;
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 12px;
}
.index-newsinfo p {
	color: #3f3e3e;
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
}

@media (max-width:767px) {
	.index-proall li {width:100%;}
	.index-proimg{height: auto;}
	.index-proinfo {height: auto;padding-bottom: 45px;}
	.index-proinfo h2 {font-size: 18px;margin: 0;}
	.index-proinfo a span {
		width: 24px;
		height: 24px;
		line-height: 24px;
		border-radius:12px;
	}
	.pro_arrow{
		width: 100%;
	    height: 100%;
	    background-position: 6px center;
	    background-size: 50%;
	}
	.caselist li {width: 100%;}
	.caselist li .index-caseico{right: -30px;}
	.caselist li .index-caseico img{max-width: 70%;}
	.index-newsbg {padding: 30px 0px;}
	.index-newsall .index-newsico{width: 70px;height: 70px;background-size: 100%;}
	.index-newsinfo {width: 75%;}
	.index-newsinfo h2,.index-newsinfo p
	{
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    text-overflow: inherit!important;
    	white-space: inherit!important;
	}
}


/*内页开始*/
/*中间部分*/
.rat-banner-info iframe.maps{
	padding-top: 80px;
	display: block;
}
.rat-type {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	border-top: 1px solid #ccc;
}
.rat-type .container{max-width: 1200px;}
.rat-type .breadcrumb {
	padding: 0px;
	margin:0px;
}
.rat-type .breadcrumb a {
	color: #545252;
}
.rat-type .breadcrumb a:hover{
	color: #f32135;
}

.main-info {
	padding: 40px 0px;
	background: #fcfcfc;
}
.main-info .container{
	max-width: 1200px;
}
.leftset {
	width: 350px;
	margin-right: 50px;
}
.leftset-title {
	font-size: 20px;
	line-height: 50px;
	color: #2457a0;
	font-weight: 400;
}
.leftset-info li {
	line-height: 35px;
	background-color: #eee;
	color: #333;
	font-size: 16px;
	position: relative;
}
.leftset-info li span.currentDt{background:url("../images/ico_up.png") 20px center no-repeat;}
.leftset-info li span{width:40px;height:40px;display:block;background:url("../images/ico_down2.png") 20px center no-repeat;position:absolute;right:0px;top:0px;z-index:1;cursor:pointer;}
.leftset-info li a {
	color: #333;
	display: block;
	padding-left: 15px;
	border-bottom: 2px solid #fff;
}
.leftset-info li .hed1{
	font-weight: 400;
}
.leftset-info li ul li a{
	padding-left: 30px;
}
.leftset-info li ul li.on a,.leftset-info li.active-single>a{
	background: #000;
	color: #fff;
}
.leftset-info li:hover > a {
	color: #fff;}
.leftset-info li:hover {
	background: #2457a0;
}
.leftset-info li:hover span.currentDt{background-image: url(../images/ico_up_hover.png);}
.leftset-info li:hover span{background-image: url(../images/ico_down2_hover.png);}
.leftset-info li.active ul{display: block;}
.leftset-info li ul{display:none;}
.rat-editer {
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	width: 800px;
	line-height: 24px;
	font-size: 16px;
	margin-top: 50px;
}
.tz-gallery{
	width: 800px;
	margin-top: 30px;
}
.honorall {
	width: 100%;
	overflow: hidden;
	background: #fff;
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 20px;
   position: relative;
   color: #666;
   box-shadow: #eee 0px 0px 15px 3px;
}
.patent{width: 100%;
	overflow: hidden;
	background: #fff;
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 20px;
   position: relative;
   color: #666;box-shadow: 0 0 8px 0 rgba(0,0,0,.6);}
.honorall a .mask,.patent a .mask {display: none;}
.honorall a:hover .mask,.patent a:hover .mask {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10%;
}
.honorall a .mask p,.patent a .mask p {
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
	position: relative;
	top: 50%;
	margin-top: -17px;
	width: 100%;
}
.honorall img,.patent img {
	width: 100%;
}
.certificate th,.certificate td{line-height: 2;background: none!important;}
.history-other {
	padding: 0px 40px;
	width: 800px;
	margin-top: 50px;
}
.history-other h2{
	font-weight: normal;
	font-size: 20px;
	color: #2457a0;
}
.history-other .history-info {
	padding:0px 30px 30px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.history-other .history-info p {
	text-indent: 2em;
}
.history-li {
	overflow: hidden;
}
.history-li:nth-child(even) > div {
	border-left: 1px solid #ccc;
	margin-left: -1px;
	background: url(../images/history-bg.png) 5px 60px no-repeat;
}
.history-li:nth-child(even) > div:before {
    border-radius: 50%;
    content: "";
    top: 20px;
    height: 14px;
    left: -8px;
    position: absolute;
    width: 14px;
    background: #2457a0;
}
.history-li:nth-child(odd) > div {
	border-right: 1px solid #ccc;
	margin-right: -1px;
    background: url(../images/history-bg.png) 323px 60px no-repeat;
}
.history-li:nth-child(odd) > div:before {
    border-radius: 50%;
    content: "";
    height: 14px;
    top: 20px;
    right: -7px;
    position: absolute;
    width: 14px;
    background: #2457a0;
}
.historyall {
	margin:0px auto;
	width: 85%;
	padding-bottom: 0px;
}
.historyall .litit {
	background: #fff;
	line-height: 40px;
	font-size: 18px;
	padding: 0px 20px;
	color: #2457a0;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
}
.historyall .liCon {
	background-color: #f0f0f0;
	padding:6px 20px;
	line-height: 28px;
	color: #666;
}
.history-li:nth-child(even) .historyall .litit {
	text-align: left;
}
.history-li:nth-child(odd) .historyall .litit {
	text-align: right;
}
#dituContent img {max-width: inherit;}

.contactall {}
.contactall li {
	width: 25%;
	float: left;
	overflow: hidden;
	background: #fcfcfc;
}
.contactall li .contactinfo {
	margin: 0 1px 1px 0;
}
.contactall li .contactinfo {
	background-color: #fff;
}
.contactimg {

}
.contactimg img {
	width: 100%;
}
.contactnl {
	height: 180px;
	padding: 20px 50px;
	overflow: hidden;
	position: relative;
}
.contactnl h2 {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 24px;
	color: #161515;
}
.contactnl h2 small {
	padding-left: 20px;
	font-size: 14px;
	color: #161515;
}
.contactnl div {
	color: #999;
	padding-top: 22px;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
}
.contactnl a span {
	position: absolute;
	right: 49px;
	bottom: 37px;
	width: 50px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	font-size: 28px;
	background: #2457a0;
	color: #fff;
}
.contactnl a:hover span {
	background: #f32135;
}
.pager-loose{margin:0;position: absolute;left: 20px;top: 84px;}
.page-num{margin-right: 3px;border-radius: 0!important;}
.pager > li > a.page-num-current{background:#2457a0;color: #fff;border-radius: 0;}
.pager > li:last-child > a{margin-left: 0;border-radius: 0;}
.news-title{font-size:36px;color: #000;font-weight: 800;margin: 0;height: 140px;line-height: 140px;text-transform: uppercase;}
.news {
	padding-left: 10px;
	padding-right: 10px;
}
.news li {
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.news li:nth-child(5n+1),
.news li:nth-child(5n+2) {
	width: 50%;
}
.news li:nth-child(5n+1) .index-newsinfo h2,.news li:nth-child(5n+2) .index-newsinfo h2,.news li:nth-child(5n+1) .index-newsinfo p,.news li:nth-child(5n+2) .index-newsinfo p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news li:nth-child(5n+3),
.news li:nth-child(5n+4),
.news li:nth-child(5n+5) {
	width: 33.3333333%;
}
.news li:nth-child(5n+3) .index-newsall,.news li:nth-child(5n+4) .index-newsall,.news li:nth-child(5n+5) .index-newsall{
	height: 220px;
}

.news-listinfo {
	width: 350px;
	margin-right: 50px;
}
.news-listinfo li {
	padding: 10px;
	background: #fff;
	border-bottom: 2px solid #2457a0;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-listinfo .nl-img {
	width: 30%;
	float: left;
	padding-right: 20px;
	overflow: hidden;
}
.news-listinfo .nl-info {
	width: 70%;
	float: left;
	padding-top: 15px;
}
.news-listinfo .nl-info span {
	color: #666;
}
.news-listinfo .nl-info h3 {
	margin-top:10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #050505;
}
.news-listimg {
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.news-listimg img {
	width: 100%;
}

.news-details {
	background: #fff;
	padding: 50px 40px;
	width: 800px;
	margin-top: 50px;
}
.news-inner{
	margin-top: 0;
}
.news-details h2 {
	font-size: 24px;
	font-weight: normal;
	color: #2457a0;
}
.news-details > div {
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 20px;
}
#myNiceCarousel{margin-top: -50px;margin-left: -40px;margin-right: -40px;}
#myNiceCarousel .carousel-control{
	width: 5%;
	top: 43%;
	bottom: 43%;
}
#myNiceCarousel .carousel-control.left,#myNiceCarousel .carousel-control.right{
background:#5b5e61;
}
#myNiceCarousel .carousel-control > .icon{
	font-size: 40px;
}
#myNiceCarousel .carousel-control .icon-angle-left{
	left: 30%;
}
#myNiceCarousel .carousel-control .icon-angle-right{
	right: 30%;
}
#myNiceCarousel .carousel-control .icon-angle-left,#myNiceCarousel .carousel-control .icon-angle-right{
	position: absolute;
    top: 16%;
    z-index: 5;
    display: inline-block;
}
.news-details > span {
	background-color: #2457a0;
	color: #fff;
	padding: 12px 30px;
	overflow: hidden;
}

.news-details > span a {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.news-details > span:hover{
	background-color: #f32135;
}
@media (max-width:767px) {
	.header_common {
    position: fixed;
    z-index: 999;
    top: 0;
}
	.rat-banner,.rat-banner-info{margin-top: 60px;}
	.main-info {padding: 20px 0px;}
	.rat-editer,.history-other,.tz-gallery,.news-details{
	    width: 100%;
	    margin: 0;
	    padding: 0 10px;
	}
	.honorall,.patent {
		position: inherit;
		padding: 10px 0px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.honorall a .mask,.patent a .mask {display: block;}
	.honorall a .mask p,.patent a .mask p {position: inherit; font-size: 12px; color: #000; padding-top: 10px; font-weight: normal; margin: 0px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.history-li > div {border:0px;background: none!important;}
	.history-li:nth-child(even) > div:before,.history-li:nth-child(odd) > div:before {display: none;}
	.historyall {
	    width: 100%;
	    padding-bottom: 20px;
	}
	.history-li:nth-child(odd) .historyall .litit {text-align: left;}
	.news li {padding: 0px;}
	.news li:nth-child(5n+1), .news li:nth-child(5n+2), .news li:nth-child(5n+3), .news li:nth-child(5n+4), .news li:nth-child(5n+5) {width: 100%;}
	.news li .index-newsall {margin:10px 0px;height: 220px;}
}

/****************************** 成功案例 ******************************/
.customer {background-color: #fff; padding: 50px 0px;}

.customer .list{}
.customer .list h2{line-height: 30px;font-size: 16px;color: #333;text-align: center;}
.customer .list h2:after{content: "";display: block;width: 40px;margin: 0 auto;border-bottom: 2px solid #b60005;}
.customer .list h2 span{position: relative;}
.customer .list h2 span sub{position: absolute;font-size: 12px;color: #999;top: 2px;left: 100%;width: 90px;line-height: normal;}
.customer .list .hblogot {border-bottom: 1px solid #e5e5e5; overflow: hidden;}
.customer .list .hblogot:last-child{border: none;}
.customer .list .hblogot .hblogo{position: relative;height: 155px;text-align: center; border: 0px;}
.customer .list .hblogot .hblogo:after{content: "";position: absolute;top: 50%;right: 0;height: 96px;margin-top: -48px;border-right: 1px solid #e5e5e5;}
.customer .list .hblogot .hblogo:last-child:after{content: none;}
.customer .list .hblogot .hblogo img{max-width: 70%;max-height: 70%; border: 0px;}
.customer .list .ps{line-height: 16px;margin: 40px 0 80px;font-size: 14px;color: #999;text-align: center;}
@media screen and (max-width:320px){
.ms {display: none !important;}
}
@media screen and (max-width: 767px) {
    .mh {display: none !important;}
    /****************************** 成功案例 ******************************/

    .customer .list{margin-top: 30px;}
    .customer .list .hblogot .hblogo{height: 120px;}
    .customer .list .hblogot .hblogo:after{height: 80px;margin-top: -40px;}
    .customer .list .ps{margin: 30px 0;}
}


/*案例展示*/
.case-list h1 {
	padding-bottom: 30px;
	font-size: 30px;
	color:#1c1c1c;
	font-weight: 800;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    top: 40%;
    pointer-events: auto;
    text-align: center;
    position: absolute;
    z-index: 999!important;
    cursor: pointer;
    background: #2457a0;
    color: #fff;
    line-height: 38px;
    font-size: 20px;
    width: 48px;
    height: 48px;
    padding-top: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
    outline: none;
}

.case-list .owl-nav .owl-prev {
    left: -5%
}

.case-list .owl-nav .owl-next {
    right: -5%
}

@media (max-width:991px) {
    .case-list .owl-nav .owl-prev {
        left: 5px
    }
    .case-list .owl-nav .owl-next {
        right: 5px
    }
}

.case-list .owl-nav .owl-next:hover,
.case-list .owl-nav .owl-prev:hover {
    background: #d68b37;
    color: #fff
}

.project-all {
	position: inherit;
	padding: 0px;
	margin: 0px;
	z-index: 5;
}
.project-all .project-title {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0px 10px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	z-index: 20;
	bottom: 0px;

}
.project-all:hover .project-title {
	background: #2457a0;
}
.case-big {
	padding-top: 30px;
}
.case-all {
	padding: 21px 20px;
	font-size: 16px;
	line-height: 24px;
	background: #fff;
}
.case-all h2 {
	color: #2457a0;
	margin-bottom: 20px;
}
.case-info {
	color: #999;
}
.case-bottom {
	padding: 20px 0px 0;
	color: #333;
}
.case-bottom span {
	float: right;
}

/*产品分类*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

/*手机版下样式*/
@media screen and (min-width:320px) and (max-width:415px){
	.rat-banner .swiper-pagination-bullet{width: 10%;}
	.rat-type .breadcrumb{padding: 0 10px;font-size: 12px;}
	#myNiceCarousel{margin: 0;}
	#myNiceCarousel .carousel-control{width: auto;}
	.pager-loose{top: 100px;}
	.contactall li{width: 100%;}
	.rat-banner-info iframe.maps{width: 100%;padding: 0;}
}
@media screen and (max-width:320px){

}
@media screen and (min-width:414px) and (max-width:415px){

}
/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;top:400px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:60px;height:60px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service{background-image:url(../images/qqicon.jpg);background-repeat:no-repeat;}
.suspension .a-service-phone{background-image:url(../images/telicon.jpg);background-repeat:no-repeat;}
.suspension .a-qrcode{background-image:url(../images/wechaticon.jpg);background-repeat:no-repeat;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:62px;}
.suspension .d-qrcode{top:123px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;margin-top: 0;margin-bottom: 0;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:10px;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
@media screen and (min-width:320px) and (max-width:415px){
	.suspension{top:208px;}
	.suspension .a{width: 45px;height: 45px;background-size: 100%;}
	.suspension .d{min-height: auto;}
	.suspension .d .inner-box{padding: 0 10px;}
	.suspension .d-service{top: -12px;}
	.suspension .d-service-phone{top: 37px;}
	.suspension .d-qrcode{top: 84px;}
}