﻿@charset "utf-8";
/* CSS Document */
html, body{
	min-width: 980px;
}
.w{
	width: 990px;
	margin: 0 auto;
}
.i-cases{
	height: 200px;
	padding: 20px 0 54px;
}
.i-cases .w{
	height: 200px;
}
.i-cases .list{
	height: 200px;
}
.i-cases ul{
	width: 999px;
}
.i-cases li{
	position: relative;
	width: 315px;
	height: 200px;
	margin-right: 18px;
	display: inline;
}
.i-cases li span{
	display: inline-block;
}
.i-cases li span.sign{
	left: 27px;
	top: 42px;
	width: 64px;
	height: 64px;
	
}
.i-cases li span.sign.bg{
	background-position: 0 -64px!important;
}
.i-cases li span.tips{
	left: 111px;
	top: 42px;
	font-size: 13px;
	line-height: 60px;
	color: #4f4f4f;
	transition: color 0.5s;
}
.i-cases li a:hover span.tips{
	color: #13519e;
}
.i-cases li span.detail{
	width: 204px;
	height: 84px;
	margin-top: 66px;
	font-size: 11px;
	line-height: 20px;
	color: #808080;
}
.i-cases .btns{
	left: 50%;
	bottom: 0;
	height: 15px;
}
.i-cases .btns span{
	display: inline-block;
	float: left;
	width: 6px;
	height: 6px;
	background: url(../images/bg_btn03.png) no-repeat;
	margin: 0 8px;
	cursor: pointer;
}
.i-cases .btns span.cur{
	background-position: 0 -6px;
}
.i-products{
	height: 516px;
/*  padding: 71px 0 95px;*/
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/about1.jpg);
}
.i-products .tips{
	height: 120px;
	margin-bottom: 50px;
	font-size: 35px;
	line-height: 54px;
	color: #fff;
	text-align: center;
}
.i-products .tips p.cn{
    padding-top: 15px;
}
.i-products .tips p.en{
	width: 100%;
	height: 34px;
    font-size: 20px;
    margin-top: -15px;
}
.i-products .tips .line{
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 4px;
	margin-left: -15px;
	background: #fff;
}
.i-products .list-out, .i-products .list{
	width: 980px;
	height: 346px;
}
.i-products .btns{
	top: 0;
	width: 66px;
	height: 346px;
	cursor: pointer;
	filter:alpha(opacity=0); 
	opacity: 0;
	transition: all 0.5s;
}
.i-products .prev{
	left: 0;
	background: url(../images/prev11.png) no-repeat left center;
}
.i-products .prev.hover{
	background-position: right center;
}
.i-products .next{
	right: 0;
	background: url(../images/next11.png) no-repeat right center;
}
.i-products .next.hover{
	background-position: left center;
}
.i-products li{
	position: relative;
	width: 244px;
	height: 344px;
	border: 1px solid #cbcccd;
	border-right: 0;
	background: #fff;
	transition: border 0.5s;
}
.i-products li.hover{
	border-color: #205aa7;
}
.i-products .tip{
	display: inline-block;
	width: 206px;
	height: 117px;
	padding: 0 19px;
	background: #f8f9fa;
	font-size: 14px;
	line-height: 58px;
	color: #444;
}
.i-products li.hover .tip{
	background: #205aa7;
	color: #fff;
}
.i-products .tip p.blue{
	font-size: 11px;
	line-height: 38px;
	color: #0564c6;
	transition: color 0.5s;
}
.i-products li.hover p.blue{
	color: #fff;
}
.i-products .tip span.por{
	display: inline-block;
	width: 3px;
	height: 38px;
	background: url(../images/bg_sign06.png) no-repeat;
	margin-left: 20px;
}
.i-products li.hover span.por{
	background-position: 0 -38px
}
.i-products .t{
	left: 0;
	top: 0;
}
.i-products .b{
	left: 0;
	bottom: 0;
}
.i-products img.t{
	top: 66.5px;
}
.i-products img.b{

}
.i-products li .bg{
	left: -1px;
	top: -1px;
	width: 246px;
	height: 346px;
	background: #000;
	filter:alpha(opacity=50); 
	opacity:0.5;
}
/**i-product*/
.productIbox a:link, .productIbox a:visited {
  color: #fff;
}
.productIbox a:active, .productIbox a:hover {
  color: #fff;
}
.productIbox {
  margin-top: 56px;
 
}
.productIbox .img {
  overflow: hidden;
}
.productIbox .img img {
  width: 100%;
  display: block;
  transition: all 0.6s ease 0s;
  -webkit-transform: all 0.6s ease 0s;
}
.productIbox .item {
  width: 24%;
  margin: 0px 0px 5px 2px;
  position: relative;
  float: left;
}
.productIbox .itemCon {
  background: url(../images/line.jpg) repeat-x;
  display: block;
}
.productIbox .name {
  background-color: #f8f8f8;
  position: relative;
  text-align: center;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
}
.productIbox .name i {
  height: 1px;
  position: absolute;
  left: 5%;
  width: 90%;
  background-color: #bbbbbb;
  top: 50%;
}
.productIbox .name span {
  font-size: 16px;
  padding: 0px 8px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
  color: #333333;
}
.productIbox .con {
  position: absolute;
  left: 0px;
  bottom: 0%;
  width: 80%;
/*  background: url(../images/line2.jpg) repeat-x scroll left top;*/
  background: #205aa7;
  padding: 6% 10% 8%;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transition: all 0.6s ease 0s;
  -webkit-transform: all 0.6s ease 0s;
}

.productIbox .con .t {
  font: 16px/1.4 "microsoft yahei";
}
.productIbox .con .bot {
  display: block;
  width: 42px;
  height: 2px;
  background-color: #fff;
  margin: 2% 0px;
}
.productIbox .con .c {
  height: 36px;
  overflow: hidden;
  margin-bottom: 10%;
  font-size: 13px;
  text-align: justify;
}
.p-active .ipage3-pic {
  background-position: left -100px;
  transition: all 0.8s ease 0s;
  -webkit-transform: all 0.8s ease 0s;
}
.active .ipage3-pic { /*background-position: left top;*/
  transition-delay: 0.6s;
-webkit- transition-delay: 0.6s;
}
.productIbox .itemCon:hover .con {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
/*.productIbox .con { opacity: 0; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; transform:perspective(800px) rotateX(180deg); -webkit-transform:perspective(800px) rotateX(180deg); transform-origin: 0 100% 0; }
.productIbox .itemCon:hover .con { transform:rotateX(0deg); -webkit-transform:rotateX(0deg); opacity: 1;}*/
.picdemo .slick-arrow {
  width: 21px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -47px;
  z-index: 10;
}
.picdemo .slick-arrow i {
  width: 100%;
  height: 100%;
  display: block;
  transition: 600ms;
  -webkit-transition: 600ms;
}
.picdemo .slick-prev {
  background: url(../images/btn_i1.png) no-repeat scroll right center;
  left: -6%;
}
.picdemo .slick-next {
  background: url(../images/btn_i2.png) no-repeat scroll left center;
  right: -6%;
}
.picdemo .slick-prev i {
  background: url(../images/btn_1.png) no-repeat scroll left center;
}
.picdemo .slick-next i {
  background: url(../images/btn_2.png) no-repeat scroll right center;
}
.picdemo .slick-prev:hover i {
  -webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}
.picdemo .slick-next:hover i {
  
  -webkit-transform: translateX(8px);
	transform: translateX(8px);
}
.more {
  position: relative;
  display: block;
  width: 78px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #fff;
  overflow: hidden;
}
.more .i2, .more .i3 {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
 
}
.more .i2 {
  bottom: 0;
  left: 0;
}
.more .i3 {
  top: 0;
  right: 0;
}
.more .i1 {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.more:hover {
  border-color: #fff;
}
.more:hover .i1 {
  color: #333333;
}
.more:hover .i2 {
  border-width: 105px 0 0 105px;
}
.more:hover .i3 {
  border-width: 0 105px 105px 0;
}

.resources-box .imgs .bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    background: url(../img/bg_bg42.png);
}
.resources-box .imgs p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}






