@charset "utf-8";
/* CSS Document */

.youshi {
  background: url(../images/index_03.jpg) no-repeat center bottom;
  padding: 50px 0;
}
.youshi .explain {
  
}
.youshi .explain li {
  float: left;
  width: 20%;
}
.youshi .explain li a {
  display: block;
  margin: 0 auto;
  width: 147px;
  overflow: hidden;
}
.youshi .explain li a .icon {
  background: url(../images/index_24.png) no-repeat center;
  height: 147px;
  width: 147px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -ms-transform: rotate(0);
      transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transition: transform 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
}
.youshi .explain li a .text {
  text-align: center;
  margin-top: 10px;
  color: #282828;
}
.youshi .explain li a .text .p1 {
  font-size: 18px;
  font-weight: bold;
}
.youshi .explain li a .text .p2 {
  font-size: 14px;
  line-height: 30px;
}
.youshi .explain li a:hover .icon {
  background-image: url(../images/index_21.png);
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transition: transform 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
}
.youshi .explain-text {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
  color: #282828;
  line-height: 48px;
}



/*解决方案*/
.solutions {
	padding: 50px 0;
}
.solutions .solute {
	position: relative;
}
#solute .bd {
	float: left;
	width: 67%;
	height: 518px;
}
#solute .bd .list li {
	position: relative;
	display: block;
	width: 100%;
	height: 518px;
}
#solute .bd .list li .img {
	position: absolute;
	/*left: 8%;*/
	display: block;
	width: 100%;
	height: 518px;
	z-index: 2;
}
#solute .bd .list li .txt {
	position: absolute;
	top: 142px;
	left: 0;
	display: block;
	width:48%;
	height:auto;
	background: rgba(242, 59, 53, 0.85);
	z-index: 3;
	padding:50px;
}
#solute .bd .list li .txt .tit {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
}
#solute .bd .list li .txt .cont {
	margin-top: 20px;
	width:100%;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
#solute .hd {
	float: right;
	width: 30%;
	
}
#solute .hd .list li {
	display: block;
	width: 100%;
	height: 162px;
	margin-bottom: 16px;
	border: 1px solid #ececec;
	cursor: pointer;
}
#solute .hd .list li .txt {
	height: 90px;
	margin-top: 40px;
	margin-left: 40px;
	padding-left: 110px;
}
#solute .hd .list li .txt .tit {
	padding-top: 20px;
	font-size: 18px;
	color: #666;
	line-height: 20px;
}
#solute .hd .list li .txt .etit {
	margin-top: 8px;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
#solute .bd .list li:hover .txt .tit {
	color: #fff;
}
#solute .hd .list li.item1 .txt {
	background: url("../images/ico1.png") no-repeat;
}
#solute .hd .list li.item2 .txt {
	background: url("../images/ico2.png") no-repeat;
}
#solute .hd .list li.item3 .txt {
	background: url("../images/ico3.png") no-repeat;
}
#solute .hd .list li.item1:hover .txt {
	background: url("../images/ico11.png") no-repeat;
}
#solute .hd .list li.item2:hover .txt {
	background: url("../images/ico21.png") no-repeat;
}
#solute .hd .list li.item3:hover .txt {
	background: url("../images/ico31.png") no-repeat;
}
#solute .hd .list li.item1.on .txt {
	background: url("../images/ico11.png") no-repeat;
}
#solute .hd .list li.item2.on .txt {
	background: url("../images/ico21.png") no-repeat;
}
#solute .hd .list li.item3.on .txt {
	background: url("../images/ico31.png") no-repeat;
}
#solute .hd .list li.on, #solute .hd .list li:hover {
	background-color: #002161;
	transition: all ease 600ms;
}
#solute .hd .list li.on .txt .tit, #solute .hd .list li.on .txt .etit {
	color: #fff;
}



.head_tit {
	position: relative;
	margin-bottom: 20px;
}
.head_tit .title {
	float: left;
}
.head_tit .tit {
	font-size: 24px;
	color: #333;
	line-height: 24px;
}
.head_tit .etit {
	margin-top: 4px;
	font-size: 12px;
	color: #999;
	line-height: 14px;
	text-transform: uppercase;
}
.head_tit .more {
	padding-left: 52px;
	margin-top: 14px;
	float: right;
	font-size: 14px;
	line-height: 14px;
	background: url("../images/line1.png") no-repeat left center;
	color: #999;
}
.head_tit .more:hover {
	color: #30b7ef;
}




.indexabout{padding:70px 0;background: url("../images/about.jpg") no-repeat center top;}
.indexabout1{background: rgba(0, 33, 97, 0.85);overflow:hidden;padding:50px;}
.indexabout2 {
    margin: 20px 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: auto;
    overflow: hidden;
}
.s_title h3 {
    font-size: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}
.s_title p{
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
    padding: 2px 7px;
    line-height: 35px;
	text-align:center;
}
.indexmore{margin:0 auto;width:100px;padding:20px 0 15px;}
.indexmore a{background:#002161;border-radius:40px;padding:15px 20px;color:#FFF;}
.indexmore a:hover{background:#f23b35;border-radius:40px;padding:15px 20px;color:#FFF;}




.in_pro_cate {
	padding: 50px 0
}
.in_pro_cate .row {
	margin: 0 -20px
}
.in_pro_cate .row .item {
	padding: 0 15px
}
.in_pro_cate .row .item a {
	display: block;
	width: 100%;
	height: 490px;
	position: relative;
	border-bottom: 2px solid #d5d5d5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate .row .item a .img {
	width: 100%;
	height: 410px;
	overflow: hidden;
	position: relative
}
.in_pro_cate .row .item a .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.in_pro_cate .row .item a .img:before {
	content: '';
	display: block;
	width: 100%;
	height: 410px;
	position: absolute;
	left: 0;
	top: -410px;
	z-index: 5;
	background: rgba(0,33,97,0.6);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-clip-path: polygon(0 0, 101% 0%, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 101% 0%, 100% 100%, 0 90%)
}
.in_pro_cate .row .item a .img:after {
	content: '＋';
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fff;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 0px;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate .row .item a .title {
	width: 100%;
	height: 60px;
	/*padding: 20px 0 0;*/
	background: #fff;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 0;
	z-index: 10;
	-webkit-clip-path: polygon(0 0, 101% 20%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 101% 20%, 100% 100%, 0 100%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate .row .item a .title b {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate .row .item a .title span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #7d7d7d;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate .row .item a:hover {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(35,35,35,0.1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(35,35,35,0.1);
	box-shadow: 0px 0px 15px 5px rgba(35,35,35,0.1)
}
.in_pro_cate .row .item a:hover .img span {
	-webkit-transform: scale(1.07, 1.07);
	-moz-transform: scale(1.07, 1.07);
	-o-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07)
}
.in_pro_cate .row .item a:hover .img:before {
	top: 0
}
.in_pro_cate .row .item a:hover .img:after {
	margin-top: -15px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	opacity: 1;
	filter: alpha(opacity=100)
}
.in_pro_cate .row .item a:hover .title {
	padding: 10px 0 0;
	-webkit-clip-path: polygon(0 0, 101% 10%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 101% 10%, 100% 100%, 0 100%)
}
.in_pro_cate .row .item a:hover .title b {
	font-size: 22px;
	color: #002161
}
.in_pro_cate .row .item a:hover .title span {
	font-size: 18px;
	color: #333
}




.in_pro_cate1 {
	padding: 50px 0
}
.in_pro_cate1 .row {
	margin: 0 -20px
}
.in_pro_cate1 .row .item {
	padding: 0 15px
}
.in_pro_cate1 .row .item a {
	display: block;
	width: 100%;
	height: 370px;
	position: relative;
	border-bottom: 2px solid #d5d5d5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate1 .row .item a .img {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative
}
.in_pro_cate1 .row .item a .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.in_pro_cate1 .row .item a .img:before {
	content: '';
	display: block;
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	top: -300px;
	z-index: 5;
	background: rgba(0,33,97,0.6);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-clip-path: polygon(0 0, 101% 0%, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 101% 0%, 100% 100%, 0 90%)
}
.in_pro_cate1 .row .item a .img:after {
	content: '＋';
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fff;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 0px;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate1 .row .item a .title {
	width: 100%;
	height: 50px;
	/*padding: 20px 0 0;*/
	background: #fff;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 0;
	z-index: 10;
	-webkit-clip-path: polygon(0 0, 101% 20%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 101% 20%, 100% 100%, 0 100%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate1 .row .item a .title b {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate1 .row .item a .title span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #7d7d7d;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate1 .row .item a:hover {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(35,35,35,0.1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(35,35,35,0.1);
	box-shadow: 0px 0px 15px 5px rgba(35,35,35,0.1)
}
.in_pro_cate1 .row .item a:hover .img span {
	-webkit-transform: scale(1.07, 1.07);
	-moz-transform: scale(1.07, 1.07);
	-o-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07)
}
.in_pro_cate1 .row .item a:hover .img:before {
	top: 0
}
.in_pro_cate1 .row .item a:hover .img:after {
	margin-top: -15px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	opacity: 1;
	filter: alpha(opacity=100)
}
.in_pro_cate1 .row .item a:hover .title {
	/*padding: 20px 0 0;*/
	-webkit-clip-path: polygon(0 0, 101% 10%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 101% 10%, 100% 100%, 0 100%)
}
.in_pro_cate1 .row .item a:hover .title b {
	font-size: 22px;
	color: #002161
}
.in_pro_cate1 .row .item a:hover .title span {
	font-size: 18px;
	color: #333
}




.col-xs-3 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 20%
}
.col-xs-4 {
	position: relative;
	min-height: 1px;
	float: left;
	width: 25%
}