﻿.w1200 {
	width: calc(100% - 80px);
	margin: 0 auto;
	min-width: 1200px;
}
#hero {
	width: 100%;
	min-width: 1200px;
	position: relative;
	z-index: 1;
}
.preview .alt {
	display: none;
}
.dongxi .ge {
	width: 33.2%;
	padding: 30px 0;
	float: left;
	border-right: 1px solid #dddddd;
}
.dongxi .ge .zi {
	width: calc(100% - 80px);
	margin: 0 auto;
}
.dongxi .ge .zi .fl {
	width: 80%;
}
.dongxi .ge .zi .fr {
	text-align: center;
}
.dongxi .ge .zi .fr img {
	margin-top: 60px;
}
.dongxi .ge .zi p {
	color: #333333;
	font-size: 16px;
}
.dongxi .ge .zi p b {
	font-size: 30px;
	font-weight: lighter;
	margin-right: 10px;
}
.dongxi .ge .zi span {
	color: #666666;
	font-size: 14px;
	display: inline-block;
	margin-top: 15px;
	line-height: 180%;
}
.dongxi .ge:nth-child(3) {
	border: 0 none;
}
.dongxi {
	width: calc(100% - 80px);
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 99;
}
.il-tit .cate a {
	font-size: 16px;
	color: #999999;
}
.il-tit .cate a:hover {
	border-bottom: 1px solid #fff;
	border-radius: 0;
	padding-bottom: 10px;
	color: #fff;
}
.iprocate {
	position: relative;
	z-index: 1;
}
.ibox1 {
	background: #222222;
	padding-bottom: 90px;
	width: 100%;
	min-width: 1200px;
        padding-top: 140px;
    margin-top: -116px;
}
.ibox3 {
	background: #1f1f1f;
	padding: 90px 0;
	width: 100%;
	min-width: 1200px;
}
.ibox4 {
	background: #fff;
	width: 100%;
	min-width: 1200px;
}
.ibox2 {
	background: #fff;
	padding: 90px 0;
	width: 100%;
	min-width: 1200px;
}
.il-tit .tit-info .tit {
	color: #ffffff;
	font-size: 24px;
}
.il-tit {
	padding-bottom: 0;
	border-bottom: 1px solid #666666;
	height: 50px;
	line-height: 50px;
}
.il-tit .cate a.on {
	border-bottom: 1px solid #fff;
	border-radius: 0;
	padding-bottom: 10px;
	color: #fff;
}
.pro {
	margin-top: 60px;
}
.project-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
 .project-img:hover .text {
	display: block;
}
 .project-img .text {
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	text-align: left;
	left: 0;
	background: rgba(0,0,0,.7);
	width: 100%;
}
 .project-img .text span {
	color: #fff;
	font-size: 14px;
	text-align: left;
	width: calc(100% - 40px);
	display: block;
	line-height: 180%;
	position: absolute;
	left: 20px;
	bottom: 50px;
}
 .project-img .text a {
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
	padding-right: 16px;
	background: url(../images/ico_ic.png) right no-repeat;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
 .project-img .text a:hover {
	text-decoration: underline;
}
 .project-img img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 100%;
}
.project-img:hover img {
	transform: scale(1.2, 1.2);
}
 .project-info .title {
	font-size: 16px;
	color: #666666;
    text-align:center;
}
.project-info {
	padding: 10px 0;
    background:#fff;
}
.project-info .subtitle {
	font-size: 14px;
	color: #999999;
    text-align:center;
}
.iprocate .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.iprocate .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
.swiper-container {
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;/* Center slide text vertically */
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;

      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;*/
}
.swiper-pagination-bullet-active {
	background: #fff !important;
	color: #fff;
}
.swiper-pagination-bullet {
	background: none;
	border: 1px solid #fff;
}
.ibox2 .il-tit {
	border-bottom: 1px solid #dddddd;
}
.ibox2 .il-tit .tit-info .tit {
	color: #333333;
	font-size: 24px;
}
.ibox2 .il-tit .cate a.on {
	color: #666;
	border-bottom: 1px solid #666;
}
.ibox2 .il-tit .cate a:hover {
	color: #666;
	border-bottom: 1px solid #666;
}
.ibox2 .projcet {
	margin-top: 60px;
	position: relative;
}
.ibox2 .projcet .fl {
	width:38%;
	overflow: hidden;
	position: relative;
}
.ibox2 .projcet .fl a>img {
	width: 100%;
	height: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ibox2 .projcet .fl a:hover .text {
	display: flex;
}
.ibox2 .projcet .fl a:hover>img {
	transform: scale(1.2, 1.2);
}
.ibox2 .projcet .fr a:hover .text {
	display: flex;
}
.ibox2 .projcet .fr a:hover>img {
	transform: scale(1.2, 1.2);
}
.ibox2 .projcet .fl .text {
	background: rgba(0,0,0,.7);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	display: none;
}
.ibox2 .projcet .fr ul li .text {
	background: rgba(0,0,0,.7);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	display: none;
}
.ibox2 .projcet .tborder {
	position: absolute;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
    display:none;
	border: 1px solid rgba(255,255,255,.5);
	;
}
.ibox2 .projcet .fl .text .text_zi 
{
    width: calc(100% - 80px);
	text-align: center;
}
.ibox2 .projcet .fl .text .text_zi p {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ibox2 .projcet .fr a>img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ibox2 .projcet .fl .text .text_zi span {
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 180%;
	margin: 20px 0 30px 0;
	text-align: center;
}
.ibox2 .projcet .fr .text .text_zi {
	width: calc(100% - 80px);
	text-align: center;
}
.ibox2 .projcet .fr .text .text_zi p {
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
}
.ibox2 .projcet .fr .text .text_zi span {
	color: #ffffff;
	font-size: 14px;
	line-height: 180%;
	display: inline-block;
	margin: 10px 0 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: center;
}
.ibox2 .projcet .fr {
	width: 100%;
	position: relative;
}
.ibox2 .projcet .fr a>img {
	width: 100%;
}
.ibox2 .projcet .fr ul li {
	width: calc(33.3% - 20px);
	overflow: hidden;
	float: left;
	position: relative;
	margin-left:20px;
	margin-bottom:20px;
}
.ibox2 .projcet .fr ul {
}
/*.ibox2 .projcet .fr ul li:nth-child(1),.ibox2 .projcet .fr ul li:nth-child(2),.ibox2 .projcet .fr ul li:nth-child(3) {
        position:absolute;
        top:0px;
    }
    .ibox2 .projcet .fr ul li:nth-child(4),.ibox2 .projcet .fr ul li:nth-child(5),.ibox2 .projcet .fr ul li:nth-child(6) {
        position:absolute;
        bottom:0px;
    }*/


.ibox3 .new {
	padding-top: 60px;
}
.ibox3 .new .swiper-container { padding-top:20px;}
.ibox3 .new .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.ibox3 .new .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
.ibox3 .new ul li {
	position: relative;
}
.ibox3 .new .time {
	position: absolute;
	width: 80px;
	height: 90px;
	background: #333333;
	z-index: 99;
	top: 0px;
	left: 20px;
	padding-left:20px;
	text-align:left;
}
.ibox3 .new .time p {
	color: #ffffff;
	margin-top: 10px;
	font-size: 24px;
	line-height:170%;
}
.ibox3 .new .time span {
	color: #999999;
	font-size: 18px;
}
.ibox3 .new .img {
	width: 100%;
	overflow: hidden;
}
.ibox3 .new  .img img {
	width: 100%;
    height:190px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ibox3 .new .item:hover .img img {
	transform: scale(1.2, 1.2);
}
.ibox3 .new  .text {
	width: 100%;
	padding: 15px 0;
	background: #fff;
	text-align:left;
}
.ibox3 .new  .text p {
	color: #333333;
	font-size: 16px;
	width: calc(100% - 40px);
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}
.ibox3 .new  .text span {
	color: #666666;
	font-size: 14px;
	width: calc(100% - 40px);
	margin: 0 auto;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	line-height: 180%;
    display:block;
    width:85%;
}
.ibox4 .clearfix .img {
	float: left;
}
.ibox4 {

}
.ibox4 .img {
	width: 50%;
}
.ibox4 .img img {
	width: 100%;

}
.ibox4 .clearfix {
	position: relative;
}
.ibox4 .clearfix .text {
	position: absolute;
	width:50%;
	box-shadow: 0 4px 30px rgba(128,128,128,.2);
	background: #fff;
	right:40px;
    margin:4.5% 0;
    padding:5% 40px;
}
.ibox4 .clearfix .text .tit {
	color: #333333;
	display: inline-block;
	font-size: 24px;
	border-bottom: 1px solid #dddddd;
	height: 35px;
	line-height: 25px;
}
.ibox4 .clearfix .text .comp {
	font-size: 16px;
	color: #333333;
	margin: 20px 0 10px 0;
}
.ibox4 .clearfix .text .zi {
	color: #666666;
	font-size: 14px;
	line-height: 180%;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 1440px) 
{
.ibox4 .clearfix .text {
    margin: 4.5% 0;
    padding:4% 40px;
}
.ibox4 .clearfix .text .zi {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}
}
@media only screen and (max-width: 1366px) {
.ibox4 .clearfix .text .zi {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
}
.ibox4 .clearfix .text a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	color: #fff;
	background: #333333;
	display: block;
}

/*#region ===========尾部样式===========*/
.ifoot {
    padding: 40px 0px;
    background:#333333;
    min-width:1200px;
    margin:0 auto;
}
.ifoot .f_box1 
{
    width:13%;
    margin-right: 25px;
}
.ifoot .f_box1 .p_t {
    margin-bottom: 10px;
}
.ifoot .wrap .fr{
    margin-right:0;
    width:24%!important;
}
.ifoot .p_t {
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    background: url(../images/bot_bai.jpg) no-repeat;
    height: 35px;
    background-position: left bottom;
}
.ifoot .f_box1 .comp{
    background:none;
}
.ifoot .f_box1 p{
    color:#999;
}
.ifoot .f_box1 a {
    display: block;
    color: #999999;
    margin: 10px 0;
    font-size:13px;
    overflow: hidden;
}
.ifoot .f_box1 a:hover{
    color:#fff;
}
.ifoot .f_copyright {
    background: #222222;
    padding:15px 0;
    min-width:1200px;
    margin:0 auto;
}
.ifoot .f_text {
    font-size: 12px;
    color: #666666;
    height: 30px;
    line-height: 30px;
}
.ifoot {
	width: 100%;
	min-width: 1200px;
}
.wrap {
	width: calc(100% - 80px);
	margin: 0 auto;
	min-width: 1200px;
}
.f_copyright {
	width: 100%;
	min-width: 1200px;
}
/*#endregion */
