@charset "utf-8";
/* CSS Document */

img{
	max-width: 100%;
}

.bgfff{
	position: relative;
	background: #fff;
	z-index: 8;
}

.banner{
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.banner-list{
	position: fixed;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	width: 100%;
	max-height: 800px;
	overflow: hidden;
}

.banner-list .swiper-slide{
	width: 100%;
	height:800px;
}

.banner-list a{
	position: relative;
	display: block;
	width: 100%;
}

.banner-list a img{
	max-width: 100%;
}

.banner,
.banner-list .swiper-container,
.banner-list a{
	height: 800px;
}

.banner-list .pagination{
	position: absolute;
	bottom: 32px;
	left: 0;
	width: 100%;
	text-align: center;
}

.banner-list .swiper-pagination-switch{
	position: relative;
	display: inline-block;
	width: 14px;
    height: 14px;
    border-radius: 14px;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    margin: 0 5px;
}

.banner-list .swiper-pagination-switch::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #58524f;
}

.banner-list .swiper-pagination-switch:hover, 
.banner-list .swiper-active-switch {
    border-color: #58524f;
    background: transparent;
}

.banner-list a i.ico{
    width: 38px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 38px;
    padding-top: 26px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 66%;
    animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 1) 0.2s infinite alternate;
    -moz-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 1) 0.2s infinite alternate;
    -webkit-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 1) 0.2s infinite alternate;
    -o-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 1) 0.2s infinite alternate;
}

.banner-list a i.ico::before {
    content: '';
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #fff;
    margin: 13px;
}
/* banner */

.index-about{
	padding: 104px 0 68px;
}

.index-about .small-title{
	margin-bottom: 50px;
}

.index-about .content{
	position: relative;
	max-width: 720px;
	padding: 0 15px;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    color: #848484;
    line-height: 24px;
    overflow: hidden;
}

.index-project{
	background-image: url(../img/main-img/scroll-bg/scroll-bg-1.png);
	background-color: #fff;
	background-repeat: no-repeat;
}

.index-project .content{
	border-top: 1px solid #f4f4f4;
	padding: 54px 0 85px;
}

.index-project .content .small-title{
	margin-bottom: 50px;
}

.index-project-list{
	position: relative;
	height: 760px;
}

.index-project-list ul li{
	position: absolute;
}

.index-project-list ul li a{
	position: relative;
}

.index-project-list ul li a,
.index-project-list ul li a .img,
.index-project-list ul li a .img img{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index-project-list ul li a .img img{
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.index-project-list ul li.index-project-1{
	width: 290px;
    height: 200px;
    top: 220px;
    left: 82px;
}

.index-project-list ul li.index-project-2{
	width: 610px;
    height: 420px;
    position: absolute;
    top: 0px;
    left: 382px;
}

.index-project-list ul li.index-project-3{
    width: 480px;
    height: 330px;
    position: absolute;
    top: 430px;
    left: 240px;
    animation-delay: 0.6s;
}

.index-project-list ul li.index-project-4{
	    width: 350px;
    height: 240px;
    position: absolute;
    top: 430px;
    right: 120px;
    animation-delay: 0.8s;
}

.index-project-list ul li a:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -moz-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -ms-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -o-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    transition: all .38s cubic-bezier(.62, .02, .34, 1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
    
    z-index: 2;
    top: 0px;
    left: 0px;
    border: 2px solid #4a4a4a;
    margin-left: -2px;
    margin-top: -2px;
}

.index-project-list ul li a .text{
	position: absolute;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.index-project-list ul li a .text .text-inner{
	position: relative;
	top: 50%;
	margin-top: -29px;
}

.index-project-list ul li a .text .title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
    line-height: 1.4;
    color: transparent;
}

.index-project-list ul li a .text .title::after {
    width: 0%;
    content: '';
    display: block;
    height: 2px;
    background: #5b5b5b;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-top: 3px;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.index-project-list ul li a .text .dep{
    color: transparent;
    font-size: 13px;
    font-family: "Arial";
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
    text-align: center;
    padding: 0 20px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.index-project-list ul li a:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.index-project-list ul li a:hover:after{

    opacity: 1;
    visibility: visible;

    -webkit-transform: scale(.92,.90);
    -moz-transform: scale(.92,.90);
    -ms-transform: scale(.92,.90);
    -o-transform: scale(.92,.90);
    transform: scale(.92,.90);
}

.index-project-list ul li a:hover .text{
	background: rgba(255,255,255,0.85);
}

.index-project-list ul li a:hover .text .title{
	color: #000;
}

.index-project-list ul li a:hover .text .dep{
	color: #848484;
}

.index-project-list ul li a:hover .text .title:after{
    width: 12%;
    left: 50%;
    margin-left: -6%;
}

.index-news{
	padding: 104px 0 80px;
}

.index-news .small-title{
	margin-bottom: 78px;
}

.index-news .index-news-list,
.index-news .swiper-container{
	height: 310px;
	overflow: hidden;
}

.index-news .swiper-slide a{
	position: relative;
	display: block;
	width: 100%;
}

.index-news .swiper-slide a .img,
.index-news .swiper-slide a .img img{
	position: relative;
	width: 400px;
	height: 280px;
	z-index: 3;
}

.index-news .swiper-slide a .img{
	position: relative;
	float: left;
}

.index-news .swiper-slide a .img:before {
    content: '';
    display: block;
    width: 370px;
    height: 155px;
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: #323232;
    z-index: 2;
}

.index-news .swiper-slide a .text{
	position: relative;
	float: left;
	width: 480px;
	margin-left: 72px;
	z-index: 4;
}

.index-news .pagination{
	position: absolute;
	top: 155px;
	right: 0;
	width: 100%;
	text-align: right;
}

.index-news .swiper-pagination-switch{
	position: relative;
	display: inline-block;
	width: 14px;
    height: 14px;
    border-radius: 14px;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    margin: 0 5px;
}

.index-news .swiper-pagination-switch::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #58524f;
}

.index-news .swiper-pagination-switch:hover,
.index-news .swiper-active-switch {
    border-color: #58524f;
    background: transparent;
}

.index-news .swiper-slide a .text .title {
    position: absolute;
    height: 50px;
    left: -180px;
    top: 70px;
    padding: 45px 30px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 430px;
    background: #fff;
    font-size: 18px;
    color: #323232;
    line-height: inherit;
    text-align: left;
}

.index-news .swiper-slide a .text .dep{
    margin-top: 195px;
    font-size: 13px;
    color: #7A7A7A;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-align: left;
}

.index-news a.more{
	margin-top: 114px;
}

.index-service{
	background-repeat: no-repeat;
	background-image: url(../img/main-img/scroll-bg/scroll-bg-2.png);
}

.index-service .content{
	padding: 115px 0 95px;
}

.index-service .content .small-title{
	margin-bottom: 295px;
}

.index-service .swiper-container,
.index-service .swiper-slide,
.index-service .swiper-slide a{
	display: block;
	height: 323px;
	overflow: hidden;
}

.index-service .swiper-slide a .img,
.index-service .swiper-slide a .img img{
	display: block;
	width: 262px;
	height: 145px;
	margin: 0 auto;
	overflow: hidden;
}

.index-service .swiper-slide a .text{
    width: 206px;
    height: 178px;
    margin: 0 auto;
    background: #fff;
    padding: 0 28px;
}

.index-service .swiper-slide a .text p.title {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #323232;
    padding-top: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.index-service .swiper-slide a .text p.dep{
    font-size: 13px;
    line-height: 25px;
    height: 50px;
    color: #848484;
    color: rgba(111,111,111,0.55);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-service .more{
	margin: 8px 0 0 0;
}

.index-service .pagination{
	display: none;
}

.index-service .index-service-con{
    left: 50%;
    bottom: 0;
    margin-left: 70px;
}

.index-team .content{
    width: 834px;
    height: 334px;
    padding: 120px 0 130px;
    margin: 0 auto;
    position: relative;
}

.index-team .index-team-list .swiper-slide a{
	display: block;
}

.index-team .index-team-list .swiper-slide .img{
	float: right;
}

.index-team .index-team-list .swiper-slide .img,
.index-team .index-team-list .swiper-slide .img img{
	display: block;
	width: 260px;
	height: 330px;
	overflow: hidden;
}

.index-team .swiper-container{
	height: 330px;
}

.index-team .index-team-list .swiper-slide .text{
	position: relative;
    float: left;
    width: 420px;
    height: 224px;
    padding: 86px 60px 0 94px;
    background: #f6f6f6;
    margin-top: 20px;
}

.index-team .index-team-list .swiper-slide .text .more{
	float: none;
	margin: 0;
	position: absolute;
	top: 90px;
	right: 58px;
	z-index: 4;
}

.index-team .constyle{
	bottom: 134px;
	left: -60px;
}

.index-team .constyle-left{
    background: #f6f6f6;
}

.index-team .index-team-list .swiper-slide .text .name{
	font-size: 18px;
    color: #333;
    position: relative;
    line-height: 1.4;
}

.index-team .index-team-list .swiper-slide .text .name:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #323232;
    position: absolute;
    left: -95px;
    top: 10px;
}

.index-team .index-team-list .swiper-slide .text .zhiwei{
	font-size: 14px;
    color: #777;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-team .index-team-list .swiper-slide .text .dep{
	width: 420px;
    font-size: 13px;
    color: #777;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    margin: 0 auto;
}

.index-partner{
	padding: 9px 0;
    border-top: 1px solid #f4f4f4;
}

.index-partner .inner a.item{
	display: block;
}

.index-partner .inner a.item img{
	max-width: 100%;
}

.index-partner .inner{
	padding: 0 80px;
}

.index-partner .owl-theme .owl-controls{
	position: absolute;
	width: 100%;
	top: 50%;
	margin: 0;
}

.index-partner .owl-theme .owl-controls .owl-buttons{
	position: absolute;
	top: 0;
	width: 100%;
}

.index-partner .owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	top: -20px;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	background: transparent;
	padding: 0;
	margin: 0;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.index-partner .owl-theme .owl-controls .owl-buttons div i{
	color: #c6c8cc;
    font-size: 24px;
    line-height: 38px;
}

.index-partner .owl-theme .owl-buttons .owl-prev{
	left: -60px;
}

.index-partner .owl-theme .owl-buttons .owl-next{
	right: -60px;
}

.index-partner .owl-theme .owl-controls .owl-buttons div:hover{
	background: #323232;
}

.contact{
	position: relative;
	padding: 104px 0 120px;
	background: #f7f7f7;
	z-index: 8;
}

.contact .small-title{
	margin-bottom: 88px;
}

.contact .msg{
	float: left;
	width: 540px;
}

.contact .fenxiang a{
	position: relative;
	float: left;
	display: block;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    margin-right: 10px;
    font-size: 0;
    color: #c5c5c5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background-color: transparent !important;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 0 0 0 30px !important;
    margin: 0 10px 0 0 !important;
    overflow: hidden;
}

.contact .fenxiang a i{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	line-height: 30px !important;
	text-align: center;
	background: none !important;
}

.contact .fenxiang .bshare-sinaminiblog,
.contact .fenxiang .bshare-weixin{
	font-size: 24px;
}

.contact .fenxiang .bshare-qqim{
	font-size: 20px;
}

.contact .fenxiang a:hover{
	background-color: #464646 !important;
    color: #fff;
    text-decoration: none;
}

.contact dl{
	margin-bottom: 24px;
}

.contact dl dd{
	height: 29px;
    line-height: 29px;
    font-size: 13px;
    color: #989898;
}

.contact dl dd a{
	color: #989898;
	text-decoration: none;
}

.contact dl dt{
    color: #606060;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
}

.contact dl dd,
.contact dl dt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact .msg-input{
	float: left;
	width: 660px;
	padding-top: 35px;
}

.contact .msg-input .form-group{
	margin-bottom: 10px;
}

.contact .msg-input .input-group{
    float: left;
    margin-right: 3.33333%;
    width: 30%;
}

.contact .msg-input .input-group input[type=text]{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dedede;
    width: 100%;
    padding: 10px 0px;
    color: #7d7d7d;
    font-size: 13px;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.contact .msg-input .input-group textarea{
	width: calc(300% + 40px);
    width: -moz-calc(300% + 40px);
    width: -webkit-calc(300% + 40px);
    height: 100px;
    font-size: 13px;
    line-height: 21px;
    color: #7d7d7d;
    padding: 10px 0px;
    border: none;
    border-bottom: 1px solid #dedede;
    background-color: transparent;
    resize: none;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.contact .msg-input .input-group input[type=text]:hover,
.contact .msg-input .input-group textarea:hover{
    border-bottom: 1px solid #606060;
}


.contact .msg-input input[type=submit]{
	display: block;
	width: 100px;
	height: 40px;
	font-size: 14px;
	color: #909090;
	padding: 5px 0;
	margin-top: 24px;
    background-color: transparent;
    border: 1px solid #cecece;
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.contact .msg-input input[type=submit]:hover{
	background-color: #4a4a4a;
    border: 1px solid rgba(0,0,0,.1);
    color: #fff;
}

.project .project-list{
    margin-left: 1%;
}

.project .project-list ul li{
    width: 24%;
    height: auto;
    margin-right: 1%;
    margin-bottom: 1%;
    float: left;
    position: relative;
}

.project .project-list ul li a{
	position: relative;
	display: block;
	overflow: hidden;
}

.project .project-list ul li a:after {
	content: "";
	position: absolute;
	z-index: 2;
	display: block;
	top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin-left: -2px;
    margin-top: -2px;
    border: 2px solid #4a4a4a;
    
    opacity: 0;
    visibility: hidden;
    
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
    
    -webkit-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -moz-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -ms-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -o-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    transition: all .38s cubic-bezier(.62, .02, .34, 1);
 
}

.project .project-list ul li a .img{
	overflow: hidden;
}

.project .project-list ul li a .img img{
	width: 100%;
	height: auto;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.project .project-list ul li a .text{
	position: absolute;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.project .project-list ul li a .text .text-inner{
	position: relative;
	top: 50%;
    margin-top: -29px;
    text-align: center;
}

.project .project-list ul li a .text p.title {
	
	font-size: 18px;
	line-height: 1.4;
    color: rgba(0,0,0,0);
    
    padding: 0 20px;
    margin-bottom: 20px;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.project .project-list ul li a .text p.title::after {
	content: '';
	position: absolute;
	display: block;
	
	top: 30px;
    left: 50%;
	
    width: 0%;
    height: 2px;
    background: #5b5b5b;
    margin-top: 3px;

    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;    
}

.project .project-list ul li a .text p.dep {
    font-size: 13px;
    color: rgba(0,0,0,0);
    font-family: "Arial";
    margin-top: 16px;
    
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}




.project .project-list ul li a:hover::after {
    opacity: 1;
    visibility: visible;
    
    -webkit-transform: scale(.92,.90);
    -moz-transform: scale(.92,.90);
    -ms-transform: scale(.92,.90);
    -o-transform: scale(.92,.90);
    transform: scale(.92,.90);
}

.project .project-list ul li a:hover .text{
    background: rgba(255,255,255,0.85);
}

.project .project-list ul li a:hover .text p.title {
    color: #000;
}

.project .project-list ul li a:hover .text p.title::after {
    width: 12%;
    left: 50%;
    margin-left: -6%;
}

.project .project-list ul li a:hover .text p.dep{
    color: #848484;
}

.project .project-list ul li a:hover .img img{
	-webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.wraper{
    padding-top: 80px;
}

.project{
	padding: 135px 0 120px;
}

.small-title2{
	margin-bottom: 52px;
}

.small-title2 .inner strong{
	font-weight: normal;
}

.navType{
	margin-bottom: 48px;
}

.navType .navType-content{
	/*display: block !important;*/
}

.navType .navType-content ul{
	text-align: center;
}

.navType .navType-content li{
    display: inline-block;
}

.navType .navType-content li a{
	display: block;
	height: 16px;
    line-height: 16px;
    color: #616161;
    padding: 8px 16px;
    margin-right: 2px;
    border: 1px solid #d2d2d2;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navType .navType-content li a:hover,
.navType .navType-content li a.active{
	background: #4a4a4a;
	color: #fff;
}

.navType .navType-title{
	display: none;
	padding: 0 20px;
	background: #222224;
	font-size: 15px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
}

.navType .navType-title i{
	float: right;
	line-height: 46px;
	font-size: 24px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.navTypeActive .navType-title i{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fenye{
	text-align: center;
	padding: 64px 0 0;
}

.fenye a {
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out;
}

.fenye a:hover,
.fenye a.active {
    background-color: #6b6b6b;
    color: #fff;
}

.content-xq{
	padding: 0 0 90px;
	max-width: 1180px;
	margin: 0 auto;
}

.content-xq .project {
    padding: 0;
}

.banner2{
	position: relative;
	
	margin: 90px auto 0;
	background: #f8f8f8;
}

.banner2 .inner{
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}

.banner2 .inner .con{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.banner2 .inner .con a {
	position: absolute;
	z-index: 66;
    background: rgba(0,0,0,.0);
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0);
    margin-top: -23px;
    text-align: center;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.banner2 .inner .con a.prev{
	left: 20px;
}

.banner2 .inner .con a.next{
	right: 20px;
}

.banner2 .inner .con a i{
	color: rgba(0,0,0,.3);
    font-size: 22px;
    margin-top: 11px;
    line-height: 46px;
}

.banner2 .inner .con a:hover {
    border: 1px solid rgba(0,0,0,.15);
}

.banner2 a img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.banner2 .pagination{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.banner2 .swiper-pagination-switch{
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 5px;
    outline: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
    border: 1px solid #c8c8c8;
    cursor: pointer;
}

.banner2 .swiper-active-switch{
	background-color: #fff;
	background-color: rgba(255,255,255,.8);
    border: 1px solid rgba(255,255,255,.8);
}

.project-xq-header{
    padding-bottom: 10px;
    padding-top: 50px;
}

.project-xq-header .title{
    font-size: 22px;
    margin-bottom: 6px;
    color: #444;
    line-height: 1.4;
}

.project-xq-header .title-dep{
	font-family: Arial, Helvetica, sans-serif, "微软雅黑";
    font-size: 13px;
    color: #c1c1c1;
}

.project-xq-header .text{
    margin-top: 20px;
    line-height: 24px;
    font-size: 13px;
    color: #929292;
}

.project-xq-header .seeYuan{
	padding: 28px 0;
	margin-top: 16px;
}

.project-xq-header .seeYuan a{
	display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #5d5d5d;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.project-xq-header .seeYuan a:hover {
    background: #3c3c3c;
}

.project-xq-body{
	max-width: 1100px;
    line-height: 24px;
    font-size: 13px;
    color: #6a6a6a;
    border-top: 1px dotted rgba(0,0,0,.1);
    border-bottom: 1px dotted rgba(0,0,0,.1);
    padding: 20px 0;
}

.content-xq .tag{
	padding: 20px 0 15px;
}

.content-xq .tag a{
	float: left;
	font-size: 13px;
    color: #989898;
    padding: 7px 18px;
    margin: 0 5px 5px 0;
	border: 1px solid rgba(0,0,0,.15);
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.content-xq .tag a:hover{
	border-color: #4a4a4a;
    background: #4a4a4a;
    color: #fff;
}

.content-xq .project .project-list {
    margin-left: 0;
}

.banner3{
	height: 320px;
}

.banner3 .inner{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	z-index: -1;
}

.small-title-4{
	padding: 80px 0 50px;
	text-align: center;
}

.small-title-4 .p1{
	font-size: 24px;
    color: #444;
    line-height: 1.4;
}

.small-title-4 .p2{
    font-size: 14px;
    margin-top: 3px;
    color: #c1c1c1;
}

.body-content{
	padding-bottom: 40px;
}

.body-content .inner{
	max-width: 1100px;
	margin: 0 auto;
	line-height: 24px;
    font-size: 13px;
    color: #6a6a6a;
}

.body-content .box1{
	padding-bottom: 60px;
    border-bottom: 1px dotted rgb(211, 211, 211);
}

.body-content .box1 .img{
	float: left;
}

.body-content .box1 .img,
.body-content .box1 .img img{
	display: block;
	width: 438px;
	height: 256px;
}

.body-content .box1 .text{
	float: right;
	width: 600px;
}

.body-content .box1 .text .title,
.body-content .box2 .title{
	color: rgb(89, 89, 89);
    font-family: 微软雅黑, 'Microsoft YaHei';
    font-size: 18px;
    margin-bottom: 24px;
}

.body-content .box2{
	padding: 45px 0 24px;
}

.body-content .box3{
	text-align: center;
}

.body-content .box3 .dep{
	margin-bottom: 24px;
}

.body-content .box3 img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.body-content .box3 ul{
	padding: 24px 0;
}

.body-content .box3 ul li{
	float: left;
	width: 33.3333%;
}

.body-content .box3 ul li .inner{
	margin: 0 11px;
}

.body-content .box3 ul li .inner img{
	display: block;
	max-width: 100%;
}

.body-content .box3 ul li .inner .title{
	font-family: 微软雅黑, 'Microsoft YaHei';
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    padding: 24px 0 14px;
}

.body-content .box3 ul li .inner .dep{
	text-align: left;
}

.team-list{
	overflow: hidden;
}

.team-list ul{
	margin-top: -1px;
}

.team-list ul li{
	border-top: 1px solid rgba(0,0,0,.07);
}

.team-list a{
	display: block;
	padding: 56px 0;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.team-list a .img{
	position: relative;
	float: left;
    width: 185px;
    height: 210px;
    margin-left: 200px;
}

.team-list a .img::after {
    content: '';
    position: absolute;
    display: block;
    width: 185px;
    height: 150px;
    right: -15px;
    bottom: -15px;
    background: #666;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.team-list a .img img {
	position: relative;
	z-index: 2;
    width: 185px;
    height: 210px;  
}

.team-list a .text{
	float: left;
	margin-left: 90px;
	width: 472px;
}

.team-list a .text .name{
	position: relative;
	left: 0;
	margin-top: 36px;
	color: #555;
    font-size: 18px;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team-list a .text .zhiwei{
	position: relative;
	left: 0;
	font-size: 12px;
    color: #9a9a9a;
    line-height: 16px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.team-list a .text .dep{
	position: relative;
	left: 30px;
	height: 48px;
	overflow: hidden;
	padding-top: 16px;
}

.team-list a .text .dep::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #616161;
    margin-top: -15px;
}


.team-list a:hover .img::after{
    background: #4a4a4a;
    height: 240px;
}

.team-list a:hover .text .name,
.team-list a:hover .text .zhiwei{
	left: 30px;
}

.team-list a:hover{
	background: #f8f8f8;
}

.news-list a{
	display: block;
	padding: 20px;
	margin-bottom: 12px;
}

.news-list a .img,
.news-list a .img img{
	position: relative;
	z-index: 3;
	display: block;
	width: 400px;
	height: 280px;
}

.news-list a .img:after {
	content: '';
	position: absolute;
    display: block;
    bottom: -20px;
    right: -20px; 
    width: 370px;
    height: 140px;
    background: #4E4E4E; 
}

.news-list a .text{
	width: 490px;
    padding-top: 76px;
}

.news-list a .text .date{
	display: none;
}

.news-list a .text .date .mon{
    color: #8a8a8a;
    font-size: 16px;
}

.news-list a .text .date .year{
    color: #bdbdbd;
    font-size: 16px;
    padding-left: 12px;
}

.news-list a .text .dep{
	height: 48px;
    overflow: hidden;
}

.news-list a .text .title{
	position: relative;
	font-size: 18px;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 55px;
}

.news-list a .text .title:after {
    content: '';
    display: block;
    width: 110px;
    height: 2px;
    background: #4a4a4a;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.news-list li.news-item-1 .img{
	float: left;
}
.news-list li.news-item-1 .text{
	float: right;
}

.news-list li.news-item-2 .img{
	float: right;
}
.news-list li.news-item-2 .text{
	float: left;
}

.content-box{
    line-height: 24px;
    font-size: 13px;
    color: #6a6a6a;
}

.content-box img{
	max-width: 100%;
}

.service-list ul li{
	float: left;
	width: 33.3333%;
	margin-bottom: 48px;
}

.service-list ul li .inner{
	padding: 0 25px;
}

.service-list ul li a{
	display: block;
	border-bottom: 3px solid rgba(0,0,0,.0);
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.service-list ul li a .img,
.service-list ul li a .img img{
	display: block;
	width: 100%;
	height: auto;
}

.service-list ul li a .text{
	padding: 25px 0;
}

.service-list ul li a .text .title{
	font-size: 17px;
    color: #323232;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;    
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

.service-list ul li a .text .dep{
    color: #888;
    margin-top: 15px;
    height: 48px;
    overflow: hidden;
}

.service-list ul li a:hover{
	border-color: #696969;
}

.service-list ul li a:hover .text .title{
	color: #000;
}

.service-xq{
	padding: 48px 0 24px;
}

.team-xq{
	padding: 130px 0 48px;
}

.team-xq .img{
	float: left;
	width: 408px;
}

.team-xq .img img{
	display: block;
	width: 100%;
	height: auto;
}

.team-xq .text{
	padding-left: 450px;
}

.team-xq .text .name {
    color: #343434;
    font-size: 30px;
    line-height: 1.4;
}

.team-xq .text .zhiwei {
    color: #626262;
    font-size: 14px;
    line-height: 1.4;
}

.team-xq .text .msg{
	padding: 30px 0;
}

.news-xq{
	padding: 100px 0 40px;
}









































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































