@import url(jquery.bxslider.css);
@import url(pscroll.css);
/*首页*/
.clearfix:before, .clearfix:after {content:""; display:table;}   
.clearfix:after {clear:both;}   
.clearfix { *zoom:1;}
.i_about_bg {background: url(../img/about.jpg) no-repeat center/cover;padding:70px 0 0;}


.contact-form {float: left; width: 340px;margin-bottom: 40px;}
.contact-form h3 {font-size: 38px;color: #e7e7e8;margin-bottom: 35px;}
.contact-form p {margin-bottom: 15px;}
.contact-form p input {display: block;background: none;width: 100%; height: 40px;line-height: 40px;border-bottom: 1px solid #525659;color: #fff; outline: none;}
.contact-form div {padding-top: 20px;}
.contact-form div input {display: block;background: rgba(0,0,0,0.6);width: 100px;height: 40px;line-height: 40px;color: #e7e7e8;font-size: 16px;cursor: pointer;}
.contact-form div {padding-top: 20px;}
.contact-form div input:hover {background: #0066b8;}
.contact-info {float: right; width: 640px;background: rgba(7, 70, 148,0.8);color: #fff;font-size: 14px;line-height: 2;padding: 25px;}
.contact-info .info-cen {width: 20%;height: 1px;background: #fff;margin:15px 0;}

.i_news_bg {background: url(../img/news.jpg) no-repeat center/cover;padding:5px 0 50px;}
.in-more a {display: block; width: 160px;height: 36px;background: #000;line-height: 36px;text-align: center;color: #fff;margin:15px auto;}
.in-more a:hover {background: #0066b8;}
.in-news-item {width: 31.333%;margin-right: 2%;float: left;margin-bottom: 30px;}
.in-news-item:nth-child(3) {margin-right: 0;}
.in-news-item .imgs {overflow: hidden;width: 100%;}
.in-news-item img {display: block;width: 100%;height: auto;transition: all 0.3s ease-out 0s;}
.in-news-item .text {}
.in-news-item a:hover .imgs img{
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.in-news-item .text{
  padding-top: 25px;
}
.in-news-item .text .date .h1{
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  color: #0066b8;
  float: left;
}
.in-news-item .text .date-text{
  margin: 0 30px 0 10px;
  line-height: 1.2;
  color: #777;
  float: left;
  margin: 10px 35px 0 20px;
}
.in-news-item .text .date-text h3{
  font-size: 18px;
}
.in-news-item .text .date .line{
  width: 50px;
  height: 3px;
  background: #a1b5c6;
  float: left;
  margin-top: 30px;
}
.in-news-item .text p{
  font-size: 18px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in-news-item .text .more-btn{
  margin-top: 18px;
  color: #777777;
}
.in-news-item .text .more-btn span{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #adb1b5;
  border-radius: 100%;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  margin-left: 10px;
  padding-left: 1px;
  font-family: "SimSun"
}


.tab-nav {
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.tab-nav a {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    width: 160px;
    font-size: 16px;
    color: #444444;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 2%;
    transition: all 0.3s;
}
.case-tab .tab-nav a {
	background: #f0f0f0;
}
.tab-nav a:hover,.tab-nav a.on {
	background: #0245de;
	color: #fff;
}
.i_solut_item {
    width: 100%;
    overflow: hidden;;
    text-align: center;
}
.i_solut_item img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solut_item .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solut_item .txts {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}
.i_solut_item h2 {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
}
.i_solut_item p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solut_item:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#owl-demo-1st.owl-theme .owl-pagination {
	display: none;
}
#owl-demo-1st.owl-theme .owl-controls {
	padding-top: 0%;
}
#owl-demo-1st.owl-theme .owl-controls .owl-nav {
	position: absolute;
	top: 47%;
	width: 100%;
	left: 0;
	height: 0;
}
#owl-demo-1st.owl-theme .owl-controls .owl-nav div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display: inline;
	width: 19px;
	height: 33px;/*IE7 life-saver*/
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: 0;
}
#owl-demo-1st.owl-theme .owl-controls .owl-nav div.owl-prev {
	background: url(../img/i_left2.png) center center no-repeat;
	float: left;
	margin-left: -30px;
}
#owl-demo-1st.owl-theme .owl-controls .owl-nav div.owl-prev:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
#owl-demo-1st.owl-theme .owl-controls .owl-nav div.owl-next {
	background: url(../img/i_right2.png) center center no-repeat;
	float: right;
	margin-right: -30px;
}
#owl-demo-1st.owl-theme .owl-controls .owl-nav div.owl-next:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
#owl-demo-1st.owl-theme .owl-controls .owl-page {
	display: inline-block;
}

.i_product_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-bottom: 2.5%;
}
.i_title {
	margin-top: 5%;
	margin-bottom: 4%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	font-weight: bold;
	color: #000000;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-family: Arial;
}
.i_title p {
	background: url(../img/i_bg1.png) center bottom no-repeat;
	color: #000000;
	padding-bottom: 15px;
}
.nproduct_list2 {
	display: none;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.nproduct_list2 ul li {
	float: left;
	width: 23.7%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
	padding-bottom: 25px;
}
.nproduct_list2 ul li:nth-child(4n+0) {
	margin-right: 0;
}
.nproduct_list2 ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.nproduct_list2 ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.nproduct_list2 ul li h2 {
	margin-top: 20px;
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.nproduct_list2 ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.nproduct_list2 ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.nproduct_list2 ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.nproduct_list2 ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.nproduct_list2 ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.nproduct_list2 ul li:hover h2 {
	color: #00a1e9;
}
.i_solution {
	overflow: hidden;
	padding-bottom: 4%;
	padding-top: 8px;
}
.i_solution ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
}
.i_solution ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_solution ul li img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.i_solution ul li .imgs {
	margin: 0 auto;
	overflow: hidden;
}
.i_solution ul li .txts {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.i_solution ul li h2 {
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	margin-top: 30%;
}
.i_solution ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.i_solution ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.i_case_bg {
	background: url(../img/i_bg2.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
	color: #fff;
}
.i_case_bg .i_title p {
	color: #fff;
	background: url(../img/i_bg3.png) center bottom no-repeat;
}
.i_link {
	overflow: hidden;
	margin-bottom: 3%;
}
.i_link ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 0;
}
.i_link ul li .imgs {
	overflow: hidden;
	border: 1px solid #f0f0f0;
}
.i_link ul li .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i_link ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.banner {overflow: hidden;}
.banner_pos {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.banner_pos .banner_div {/* display:table; vertical-align:bottom; */
	height: 100%;
	width: 100%;
	position: relative;
}
/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
	height: 100%;
	width: 57.6%;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0%;
}
.banner_pos .img001 img {
	height: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
}
.banner_pos .txtsbox {
	float: left;
	width: 50%;
}
.banner_pos .txts {
	float: right;
	margin-right: 3%;
	margin-top: 20%;
	width: 94%;
	max-width: 536px;
	text-align: left;
}
.banner_pos .txts h2 {
	color: #00a1e9;
}
.banner_pos .txts p {
	color: #767676;
	margin-top: 6%;
}
.banner_pos .txts a {
	margin-top: 6%;
	width: 220px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #606060;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.banner_pos .txts a em {
	float: right;
	margin-right: 7%;
	font-style: normal;
	font-family: "宋体";
	font-size: 18px;
}
.banner_pos .txts a:hover {
	border: 1px solid #00a1e9;
}
.banner_pos .txts a:hover {
	color: #00a1e9;
}

/*动画*/


@media screen and (max-width:1760px) {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:1000px) {
.contact-form {float: none; width: auto;}
.contact-info {float: none; width: auto;}
.i_link ul li {
	width: 19%;
}
.i_link ul li:nth-child(6n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 0;
}
}
@media screen and (max-width:960px) {
}
@media screen and (max-width:830px) {
/*轮显*/
#slider {
	display: none;
}
.flash_div {
	display: block;
}
.i_link ul li {
	width: 24%;
}
.i_link ul li:nth-child(5n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 780px) {
.in-news-item {width: 100%;}
.banner {height: auto;}
.nproduct_list2 ul li {
	width: 49%;
}
.nproduct_list2 ul li:nth-child(3n+0) {
	margin-right: 1%;
}
.nproduct_list2 ul li:nth-child(2n+0) {
	margin-right: 0;
}
}
@media screen and (max-width: 640px) {
.nproduct_list2 ul li p {
	font-size: 13px;
}
.i_link ul li {
	width: 32.5%;
}
.i_link ul li:nth-child(4n+0) {
	margin-right: 1.1%;
}
.i_link ul li:nth-child(3n+0) {
	margin-right: 0;
}
}
 @media screen and (max-width: 480px) {
.nproduct_list2 ul li p {
	font-size: 12px;
}
}
 @media screen and (max-width:360px) {
}
  .f_link {font-size: 14px; color: #8f8f8f;margin-right: 5px;}
.f_link:hover {color:#fff;text-decoration: underline;}
.o_link dl {border:1px solid #ccc;padding:8px 10px 3px 10px;margin-bottom:12px;border-radius:5px;background:#fff;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);}
.o_link dl dt {font-size:16px;margin-bottom:6px;}
.o_link dl dd a  {margin-right:6px;font-size:14px;margin-bottom:5px}
.o_link dl  a {display:inline-block;color:#fff;background:#0245de;padding: 4px 8px; border-radius: 3px;}
.o_link dl  a:hover {
    opacity: 0.9;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18); 
}
.o_hidden {display:none}