@charset "UTF-8";
html, body, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: 'Microsoft Yahei';
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	/* tap-highlight-color: transparent; */
}

input, textarea, button {
	padding: 0;
	/* font-family: Verdana, Arial; */
	font-family: 'Microsoft Yahei';
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
} 

input[type=submit], input[type=text], button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
}

input:focus, textarea:focus, button:focus, input:active {
	outline-color: transparent;
	border: 0;
}

select, input, select, textarea {
	vertical-align: middle;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

ul, ol, li {
	list-style-type: none;
}

a {
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	text-decoration: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

.wrap {
	border: 0;
	padding: 0;
	margin: 0 auto;
	*zoom: 1;
	position: relative;
}

.wrap:after {
	clear: both;
	content: "";
	display: table;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.wrap:after, .wrap:before, .container:after, .container:before {
	content: "";
	display: table;
}

.wrap:after, .container:after {
	clear: both;
}

.container {
	width: 80%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.absolute {
	position: absolute;
}

.pors {
	position: relative;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.hide {
	opacity: 0;
}

nav li, .index-banner li, .item-list li, .inner-tab li {
	list-style-type: none;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #6f6f6f;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #6f6f6f;
}

.box {
	width: 1400px;
	margin: auto;
}

.header {
	width: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	padding-top: 52px;
}

.header .box {
	display: table;
}

.header .logo {
	float: left;
}

.header .menu-icon1 {
	float: right;
	line-height: 28px;
	padding-top: 24px;
}

.header .menu-icon1 a {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.header .menu-icon1 a img {
	display: inline;
	margin-left: 10px;
}


.smenubox{
	z-index: 999;
    position: fixed;
    left: 0;
    top: 50%;
    width: 70px;
    height: 140px;
    margin-top: -70px;
   	background: rgba(195,195,195,.5);
    cursor: pointer;
    overflow: hidden;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	padding-top: 30px;
	transform: translateX(-95px);
    -webkit-transform: translateX(-95px);
	-moz-transform: translateX(-95px);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.smenubox.show{
	transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
.smenubox span{
	font-size: 16px;
	line-height: 25px;
	color: #222;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

.smenubox .close{
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;	
	padding-left: 17px;
}

.scroll-header{
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 98;
    transform: translateX(-460px);
    -webkit-transform: translateX(-460px);
    -moz-transform: translateX(-460px);
    transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
    -webkit-transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
    -moz-transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
}
.scroll-header.active{
    transform:matrix(1,0,0,1,0,0);
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transition: all .8s cubic-bezier(0.3, 0.8, 0.3, 1) 0.3s;
    -webkit-transition: all .8s cubic-bezier(0.3, 0.8, 0.3, 1) 0.3s;
    -moz-transition: all .8s cubic-bezier(0.3, 0.8, 0.3, 1) 0.3s;
}
.scroll-header .scroll-menu{
	position: absolute;
    left: 0;
    top: 0;
    width: 460px;
    height: 100%;
    background-color: #222;
    padding: 120px 30px 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all .5s cubic-bezier(0.66, 0.53, 0.65, 1) .1s;
    -webkit-transition: all .5s cubic-bezier(0.66, 0.53, 0.65, 1) .1s;
    -moz-transition: all .5s cubic-bezier(0.66, 0.53, 0.65, 1) .1s;
}
.scroll-header .scroll-menu ul{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 150px;
	left: 46%;
}
.scroll-header .scroll-menu li{
	width: 100%;
}
.scroll-header .scroll-menu li a{
	font-size: 24px;
	line-height: 50px;
	color: #fff;
	transition: all ease .5s;
}
.scroll-header .scroll-menu li a:hover{
	color: #b8d00b;
}
.scroll-header .scroll-menu li .stxt{
	font-size: 24px;
	line-height: 50px;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: all ease .5s;
}
.scroll-header .scroll-menu li .stxt:hover{
	color: #b8d00b;
}
.scroll-header .scroll-menu li .stxt.on{
	color: #b8d00b;
}
.scroll-header .scroll-menu li .stxt::after{
	width: 20px;
	height: 3px;
	content: '';
	background: #b8d00b;
	position: absolute;
	left: -37px;
	top: 22px;
	opacity: 0;
	transition: all ease .5s;
}
.scroll-header .scroll-menu li .stxt.on::after{
	opacity: 1;
}
.scroll-header .scroll-menu li .stbox{
	display: none;
	width: 100%;
	padding-bottom: 22px;
	border-bottom: 1px solid #b8d00b;
	margin-bottom: 15px;
}
.scroll-header .scroll-menu li .stbox a{
	display: block;
	font-size: 20px;
	color: #fff;
	padding-left: 13px;
	transition: all ease .5s;
}
.scroll-header .scroll-menu li .stbox a:hover{
	color: #b8d00b;
}

.pagebox{
	position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
    -webkit-transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
    -moz-transition: all .3s cubic-bezier(0.66, 0.53, 0.65, 1) 0s;
}
.pagebox.active{
	transform: translateX(460px);
    -webkit-transform: translateX(460px);
    -moz-transform: translateX(460px);
    transition: all .8s cubic-bezier(0.3, 0.8, 0.3, 1) 0.3s;
    -webkit-transition: all .8s cubic-bezier(0.3, 0.8, 0.3, 1) 0.3s;
    -moz-transition: all .8s cubic-bezier(0.3, 0.8, 0.3, 1) 0.3s;
}


.menupage{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: url(../images/mbg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 52px;
	display: none;
}
.menupage .top{
	width: 100%;
	height: 70px;
	display: table;
}
.menupage .top .logos{
	float: left;
}
.menupage .top .close{
	float: right;
	width: 45px;
	height: 100%;
	padding: 25px 2px 19px 15px;
	cursor: pointer;
}
.menupage .search-box{
	width: 1060px;
	margin: auto;
	display: table;
	border-bottom: 1px solid #e5e5e5;
	padding:  90px 0 42px;
}
.menupage .search-box .sbox{
	float: left;
}
.menupage .search-box .sbox .txt{
	width: 370px;
	height: 47px;
	border: 1px solid #efefef;
	background: #fff url(../images/search.jpg) 20px center no-repeat;
	border-radius: 24px;
	padding-left: 20px;
	float: left;
}
.menupage .search-box .sbox .txt:focus{
	background: #fff;
}
.menupage .search-box .sbox .btn{
	font-size: 20px;
	line-height: 47px;
	color: #222;
	background: none;
	border: none;
	padding: 0 24px;
	float: left;
	cursor: pointer;
}
.menupage .search-box .othersearch{
	float: left;
	padding: 15px 0 0;
	margin-left: 72px;
}
.menupage .search-box .othersearch a{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-right: 54px;
}
.menupage .menu-box{
	width: 1060px;
	margin: 24px auto 0;
	display: table;
	padding-left: 11px;
}
.menupage .menu-box ul{
	float: left;
	margin-right: 126px;
}
.menupage .menu-box ul:last-child{
	margin-right: 0;
}
.menupage .menu-box ul li{
	font-size: 16px;
	line-height: 50px;
	width: 106px;
}
.menupage .menu-box ul li a{
	color: #444;
	padding-left: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menupage .menu-box ul li.titles{
	font-size: 20px;
	/* border-bottom: 3px solid #b8d00b; */
	padding-bottom: 21px;
	margin-bottom: 15px;
	position: relative;
}
.menupage .menu-box ul li.titles::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #b8d00b;
	transition: all ease .5s;
}
.menupage .menu-box ul:hover li.titles::after{
	width: 100%;
}
.menupage .menu-box ul li.titles a{
	color: #222;
	font-weight: bold;
}

.banner {
	width: 100%;
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
}

.banner .swiper-button-next {
	width: 47px;
	height: 47px;
	background: url(../images/icon3-1.png) center center no-repeat;
	transition: all ease .5s;
	right: 13.5%;
}

.banner .swiper-button-next:hover {
	background: url(../images/icon3.png) center center no-repeat;
}

.banner .swiper-button-prev {
	width: 47px;
	height: 47px;
	background: url(../images/icon2-1.png) center center no-repeat;
	transition: all ease .5s;
	left: 13.5%;
}

.banner .swiper-button-prev:hover {
	background: url(../images/icon2.png) center center no-repeat;
}

.banner .swiper-button-next.swiper-button-disabled, .banner .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.banner .swiper-container .swiper-pagination {
	width: auto;
	right: 13.5%;
	left: initial;
	bottom: 62px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 81px;
	height: 30px;
	line-height: 30px;
	color: #999;
	background: none;
	border-bottom: 1px solid rgba(98, 98, 98, .55);
	border-radius: 0;
	margin-left: 1px;
	box-sizing: border-box;
	opacity: 1;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.banner .tips {
	position: absolute;
	left: calc(13.5% - 35px);
	bottom: 107px;
	transform: rotate(90deg) translate3d(0, 0, 0);
	-webkit-transform: rotate(90deg) translate3d(0, 0, 0);
	z-index: 6;
	height: 16px;
}

.banner .tips span {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 4px;
}

.banner .tips em {
	width: 96px;
	height: 2px;
	background: #b8d00a;
	animation: telescopic 1.5s ease-out infinite;
	position: absolute;
	left: 95px;
	top: 12px;
}

@-webkit-keyframes telescopic {
	0% {
		width: 0px;
	}
	100% {
		width: 95px;
	}
}

@keyframes telescopic {
	0% {
		width: 0px;
	}
	100% {
		width: 95px;
	}
}

.service {
	width: 100%;
	background: #f2f2f2;
	padding: 99px 0 138px;
}

.service .box {
	overflow: hidden;
}

.service .title {
	width: 100%;
	position: relative;
}

.service .title .t1 {
	font-size: 60px;
	color: #222;
	font-weight: bold;
	line-height: 1;
	font-family: Tahoma;
	text-transform: uppercase;
}

.service .title .t2 {
	font-size: 30px;
	line-height: 1;
	color: #222;
	margin-top: 18px;
}

.service .prev {
	width: 47px;
	height: 47px;
	position: absolute;
	right: 70px;
	top: 60px;
	cursor: pointer;
}

.service .next {
	width: 47px;
	height: 47px;
	position: absolute;
	right: 0;
	top: 60px;
	cursor: pointer;
}

.service .list {
	width: 2220px;
	position: relative;
	margin-top: 59px;
	transition: all ease .5s;
}

.service .list li {
	width: 253px;
	/* height: 526px; */
	transition: all ease .5s;
	float: left;
	margin-right: 20px;
}

.service .list li:last-child {
	margin-right: 0;
}

.service .list li.active {
	width: 582px;
}

.service-box {
	position: relative;
	width: 100%;
	height: 526px;
	overflow: hidden;
}

.service-box .img img {
	width: 582px;
	max-width: initial;
	height: 526px;
}

.service-box .tbox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .5);
	/* transition: all ease .5s; */
}

.service .list li.active .service-box .tbox {
	background: url(../images/sbg1.png) left bottom repeat-x;
}

.service-box .tbox .icon {
	width: 43px;
	height: 46px;
	margin: 82px 0 0 25px;
	transition: all ease .5s;
}

.service .list li.active .service-box .tbox .icon {
	display: none;
}

.service-box .tbox .txt {
	font-size: 18px;
	color: #efefef;
	line-height: 40px;
	margin: 55px 0 0 25px;
	transition: all ease .5s;
}

.service .list li.active .service-box .tbox .txt {
	display: none;
}

.service-box .tbox .icon2 {
	width: 30px;
	padding-right: 30px;
	background: url(../images/icon6.png) right 2px no-repeat;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 25px;
	bottom: 43px;
	font-size: 0;
	overflow: hidden;
	transition: all ease .5s;
}

.service .list li.active .service-box .tbox .icon2 {
	width: 100%;
	left: 0;
	padding-left: 20px;
	padding-right: 66px;
	font-size: 20px;
	color: #fff;
	background: url(../images/icon7.png) 516px 2px no-repeat;
}

.case {
	width: 100%;
	background: #fff;
	padding: 90px 0 117px;
}

.case .title {
	width: 100%;
	position: relative;
}

.case .title .t1 {
	font-size: 60px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	font-family: Tahoma;
	text-transform: uppercase;
}

.case .title .t2 {
	font-size: 30px;
	line-height: 1;
	color: #222;
	margin-top: 18px;
}

.case .title .more {
	font-size: 20px;
	line-height: 26px;
	color: #999;
	position: absolute;
	right: 0;
	top: 88px;
}

.case .list {
	margin-top: 50px;
	width: 100%;
	display: table;
}

.case .list li {
	float: left;
	position: relative;
	width: 400px;
	height: 328px;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all ease .5s;
}

.case .list li:hover {
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, .24);
	z-index: 9;
}

.case .list li:nth-child(1), .case .list li:nth-child(6) {
	width: 560px;
}

.case .list li:nth-child(3n) {
	margin-right: 0;
}

.case .list li .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.case .list li .img img {

	width: 100%;
	object-fit: cover;
	
}

.case .list li .tbox {
	width: 391px;
	height: 288px;
	background: #fff;
	z-index: 2;
	position: absolute;
	top: 20px;
	right: -391px;
	padding: 40px 25px;
	opacity: 0;
}

.case .list li:hover .tbox {
	opacity: 1;
	right: -357px;
	transition: all ease .5s;
}

.case .list li:nth-child(3n) .tbox {
	right: initial;
	left: -391px;
}

.case .list li:nth-child(3n):hover .tbox {
	left: -357px;
	transition: all ease .5s;
}

.case .list li .tbox .txt {
	font-size: 16px;
	color: #222;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case .list li .tbox .txt1 {
	font-size: 14px;
	line-height: 35px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case .list li .tbox .txt2 {
	width: 100%;
}

.case .list li .tbox .txt2 span {
	width: 87px;
	height: 30px;
	background: #15499a;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	float: left;
}

.case .list li .tbox .txt2 i {
	width: 29px;
	height: 28px;
	background: url(../images/icon8.png) left bottom no-repeat;
	display: block;
	float: right;
}

.about {
	width: 100%;
	background: #f7f7f8;
	padding: 89px 0 80px;
}

.about .title {
	width: 100%;
	position: relative;
}

.about .title .t1 {
	font-size: 60px;
	font-weight: bold;
	color: #222;
	font-family: Tahoma;
	line-height: 1;
}

.about .title .t2 {
	font-size: 30px;
	line-height: 1;
	color: #222;
	margin-top: 18px;
}

.about .title .slogan {
	font-size: 20px;
	color: #666;
	line-height: 34px;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: -4px;
}

.about .title .slogan::after {
	content: '';
	width: 2px;
	height: 140px;
	position: absolute;
	right: 0;
	bottom: 62px;
	background: #b8d00a;
}

.about .tbox {
	width: 100%;
	background: url(../images/abg1.png) right top no-repeat;
	display: table;
	margin-top: 65px;
	padding-top: 6px;
}

.about .tbox .img {
	width: 46%;
	float: left;
}

.about .tbox .img img {
	width: 100%;
}

.about .tbox .tbox2 {
	width: 46%;
	float: right;
	padding-top: 32px;
}

.about .tbox .tbox2 .txt {
	font-size: 16px;
	line-height: 34px;
	color: #666;
	text-indent: 2em;
}

.about .tbox .tbox2 .list {
	width: 100%;
	margin-top: 60px;
	display: table;
}

.about .tbox .tbox2 .list li {
	width: 200px;
	height: 118px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	border-radius: 8px;
	float: left;
	position: relative;
	margin-right: 19px;
	margin-bottom: 19px;
}

.about .tbox .tbox2 .list li:nth-child(3n) {
	margin-right: 0;
}

.about .tbox .tbox2 .list li:nth-child(4) {
	margin-right: 7px;
}

.about .tbox .tbox2 .list li:nth-child(4), .about .tbox .tbox2 .list li:nth-child(5) {
	float: right;
}

.about .tbox .tbox2 .list li .tbox3 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	transition: all ease .5s;
}

.about .tbox .tbox2 .list li .tbox3:hover {
	background: rgba(21, 73, 154, .86);
}

.about .tbox .tbox2 .list li .icon {
	width: 40px;
	height: 35px;
	position: absolute;
	top: 13px;
	right: 10px;
}

.about .tbox .tbox2 .list li .icon img {
	transition: all ease .5s;
}

.about .tbox .tbox2 .list li .icon img:last-child {
	display: none;
}

.about .tbox .tbox2 .list li:hover .icon img:first-child {
	display: none;
}

.about .tbox .tbox2 .list li:hover .icon img:last-child {
	display: block;
}

.about .tbox .tbox2 .list li .num {
	font-size: 16px;
	line-height: 1;
	color: #999;
	padding-left: 15px;
	margin-top: 53px;
	transition: all ease .5s;
}

.about .tbox .tbox2 .list li:hover .num {
	color: #b8d00a;
}

.about .tbox .tbox2 .list li .text {
	font-size: 16px;
	line-height: 1;
	color: #222;
	padding-left: 13px;
	margin-top: 11px;
	transition: all ease .5s;
}

.about .tbox .tbox2 .list li:hover .text {
	color: #fff;
}

.about .tbox .tbox2 .list li span {
	width: 100%;
	font-size: 16px;
	line-height: 34px;
	color: #222;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin-top: 40px;
}

.news {
	width: 100%;
	background: #efefef;
	padding: 100px 0 105px;
}

.news .box {
	display: table;
}

.news .left {
	width: 46%;
	float: left;
}

.news .left .title {}

.news .left .title .t1 {
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
	color: #222;
	font-family: Tahoma;
}

.news .left .title .t2 {
	font-size: 30px;
	line-height: 1;
	color: #222;
	margin-top: 18px;
}

.news .left .once {
	width: 100%;
	margin-top: 60px;
}

.news .left .once .img {
	width: 100%;
	position: relative;
}

.news .left .once .img img {
	width: 100%;
}

.news .left .once .img span {
	width: 66px;
	height: 40px;
	background: #15499a;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	display: block;
	position: absolute;
	left: -13px;
	top: 13px;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(90deg);
}

.news .left .once .tbox {
	padding: 28px 25px 25px;
	background: #fff;
}

.news .left .once .tbox .t1 {
	font-size: 18px;
	line-height: 25px;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .left .once:hover .tbox .t1{
	color: #b8d00a;
}
.news .left .once .tbox .t2 {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 18px;
}

.news .left .once .tbox .time {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	background: url(../images/nicon1.png) left center no-repeat;
	padding-left: 30px;
	margin-top: 29px;
}

.news .list {
	width: 50%;
	float: right;
}

.news .list li {
	width: 100%;
	background: #fff url(../images/nicon2.png) 90% center no-repeat;
	height: 180px;
	border-bottom: 1px solid #f4f4f4;
	padding: 38px 25px 0;
	position: relative;
	transition: all ease .5s;
}

.news .list li:hover {
	width: 104%;
	height: 200px;
	padding: 48px 2% 0;
	margin: -1% -15px;
	box-shadow: 0 6px 13px 4px rgba(0, 0, 0, .1);
	z-index: 2;
	background: #fff url(../images/nicon2-1.png) 88.2% center no-repeat;
}

.news .list li .time {
	font-size: 20px;
	line-height: 25px;
	color: #222;
}

.news .list li .time span {
	font-size: 16px;
	color: #666;
	margin-left: 20px;
}

.news .list li .t1 {
	font-size: 18px;
	line-height: 25px;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 19px;
	transition: all ease .5s;
}

.news .list li:hover .t1 {
	color: #b8d00a;
	font-size: 20px;
}

.news .list li .t2 {
	width: 500px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 8px;
}

.contact {
	width: 100%;
}

.contact .img {
	width: 100%;
	position: relative;
}

.contact .img img {
	width: 100%;
}

.contact .img .tbox {
	display: table;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	top: 174px;
	text-align: center;
}

.contact .img .tbox .t1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

.contact .img .tbox .t1 span {
	color: #b8d00a;
	margin-right: 20px;
}

.contact .img .tbox .t2 {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 10px;
	margin-top: 20px;
}

.contact .box {
	display: table;
	padding: 90px 0 100px;
}

.contact .title {
	float: left;
}

.contact .title .t1 {
	font-size: 60px;
	line-height: 1;
	color: #222;
	font-weight: bold;
	font-family: Tahoma;
	text-transform: uppercase;
}

.contact .title .t2 {
	font-size: 30px;
	line-height: 1;
	color: #222;
	margin-top: 18px;
}

.contact .list {
	width: 60.5%;
	float: right;
	padding-top: 20px;
}

.contact .list li {
	width: 33.3%;
	float: left;
	margin-bottom: 49px;
}


.contact .list li:nth-child(5) {
	width: 66.66%;
}

.contact .list li .t1 {
	font-size: 16px;
	line-height: 25px;
	color: #222;
	padding-left: 33px;
}

.contact .list li:nth-child(1) .t1 {
	background: url(../images/cicon1.png) left top no-repeat;
}

.contact .list li:nth-child(2) .t1 {
	background: url(../images/cicon2.png) left top no-repeat;
}

.contact .list li:nth-child(3) .t1 {
	background: url(../images/cicon3.png) left top no-repeat;
}

.contact .list li:nth-child(5) .t1 {
	background: url(../images/cicon4.png) left top no-repeat;
}
.contact .list li:nth-child(4) .t1 {
	background: url(../images/cicon1.png) left top no-repeat;
}


.contact .list li .t2 {
	font-size: 16px;
	line-height: 25px;
	color: #222;
	/* text-transform: uppercase; */
	margin-top: 10px;
}

.contact .list li .t2 {
	font-size: 20px;
	font-weight: bold;
}

.footer {
	width: 100%;
	background: #eee;
	padding: 40px 0 32px;
}

.footer .box {
	display: table;
}

.footer .left {
	float: left;
}

.footer .left .f-menu {
	display: table;
}

.footer .left .f-menu li {
	font-size: 14px;
	line-height: 25px;
	float: left;
	margin-right: 105px;
}

.footer .left .f-menu li a {
	color: #222;
}

.footer .left .txt {
	font-size: 14px;
	line-height: 30px;
	color: #222;
	margin-top: 16px;
}

.footer .left .txt a {
	color: #222;
}

.footer .right {
	float: right;
}

.footer .right .friendlink {
	width: 113px;
	height: 34px;
	background: #fff url(../images/ficon1.png) 86px 16px no-repeat;
	padding-left: 17px;
	font-size: 14px;
	color: #444;
	line-height: 34px;
	position: relative;
	cursor: pointer;
}
.footer .right .friendlink:hover{
	box-shadow: 0 0 11px 2px rgba(0,0,0,.17);
}
.footer .right .friendlink ul{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 34px;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 9px 0 8px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: none;
	transition: all ease .5s;
}
.footer .right .friendlink:hover ul{
	box-shadow: 0 -3px 4px 1px rgba(0,0,0,.17);
	display: block;
}
.footer .right .friendlink ul li{
	font-size: 14px;
	line-height: 30px;
}
.footer .right .friendlink ul li a{
	color: #444;
	padding: 0 15px;
	display: block;
	transition: all ease .5s;
}
.footer .right .friendlink ul li:hover a{
	color: #b8d00a;
}

.footer .right .share {
	display: table;
	margin-top: 13px;
}

.footer .right .share a {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 10px;
	display: block;
}

.footer .right .share a img {
	width: 100%;
	transition: all ease .5s;
}

.footer .right .share a img:last-child {
	display: none;
}

.footer .right .share a:hover img:first-child {
	display: none;
}

.footer .right .share a:hover img:last-child {
	display: block;
}

.infobanner {
	width: 100%;
	position: relative;
}

.infobanner img {
	width: 100%;
}

.infobanner span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../images/bbg.png) left top repeat;
}

.caselist {
	width: 100%;
	padding: 70px 0 99px;
}

.case-menu {
	width: 100%;
	display: table;
}

.case-menu li {
	float: left;
	width: 171px;
	height: 141px;
	border-radius: 6px;
	text-align: center;
	transition: all ease .5s;
	margin-right: 68.8px;
}

.case-menu li:last-child {
	margin-right: 0;
}

.case-menu li:hover,.case-menu li.on {
	background: #0079c3;
}

.case-menu li .icon {
	width: 50px;
	height: 50px;
	position: relative;
	margin: 23px auto 11px;
}

.case-menu li .icon img {
	width: 100%;
	transition: all ease .5s;
}

.case-menu li .icon img:last-child {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.case-menu li:hover .icon img:first-child {
	opacity: 0;
}

.case-menu li:hover .icon img:last-child {
	opacity: 1;
}

.case-menu li .txt {
	font-size: 16px;
	line-height: 25px;
	color: #222;
	transition: all ease .5s;
}

.case-menu li:hover .txt,.case-menu li.on .txt {
	color: #fff;
}

.case-list {
	width: 100%;
	display: table;
	margin-top: 32px;
	margin-bottom: 43px;
}

.case-list li {
	width: 31.8%;
	float: left;
	margin-right: 2.3%;
	margin-bottom: 44px;
}

.case-list li:nth-child(3n) {
	margin-right: 0;
}

.case-list li .img {
	width: 100%;
	transition: all ease .5s;
	position: relative;
}

.case-list li:hover .img {
	box-shadow: 0 9px 11px 1px rgba(0, 0, 0, .34);
}

.case-list li .img img {
	width: 100%;
	height: 365px;
	overflow: hidden;
}

.case-list li .img span {
	width: 62px;
	height: 62px;
	background: url(../images/cimg17.jpg) center center no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all ease .5s;
}

.case-list li:hover .img span {
	right: -7px;
	bottom: -7px;
	opacity: 1;
}

.case-list li .tbox {
	width: 100%;
	padding: 33px 0 0 0;
}

.case-list li .tbox .t1 {
	font-size: 20px;
	line-height: 25px;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease .5s;
}

.case-list li:hover .tbox .t1 {
	color: #0079c3;
}

.case-list li .tbox .t2 {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 11px;
}

.case-list li .tbox .t3 {
	font-size: 14px;
	line-height: 25px;
	color: #222;
	margin-top: 17px;
	text-transform: uppercase;
	transition: all ease .5s;
}

.case-list li:hover .tbox .t3 {
	color: #0079c3;
}

.case-list li .tbox .t3 span {
	width: 0;
	height: 2px;
	background: #0079c3;
	display: inline-block;
	float: left;
	margin-top: 12px;
	transition: all ease .5s;
}

.case-list li:hover .tbox .t3 span {
	width: 57px;
	margin-right: 8px;
}

.pagelist {
	width: 100%;
	text-align: center;
}

.pagelist a {
	display: inline-block;
	width: 27px;
	height: 27px;
	font-size: 14px;
	line-height: 27px;
	color: #666;
	transition: all ease .5s;
	margin: 0 7px;
}

.pagelist a:hover {
	color: #fff;
	background: #0079c3;
}

.pagelist a.on,.pagelist a.page-num-current {
	color: #fff;
	background: #0079c3;
}

.pagelist .a1 {
	width: auto;
}

.pagelist .a1:hover {
	color: #0079c3;
	background: none;
}

.caseinfo {
	width: 100%;
	background: #fafafb;
	padding-bottom: 84px;
}

.caseinfo .box {
	display: table;
	background: #fff;
	padding: 32px 23px 58px 28px;
	margin-top: -275px;
	position: relative;
	z-index: 2;
}

.caseinfo .box .txt {
	width: 100%;
	font-size: 16px;
	line-height: 34px;
	color: #666;
	margin-top: 80px;
}

.caseinfo .box .video {
	width: 100%;
	margin-top: 64px;
}

.caseinfo .box .video .title {
	font-size: 26px;
	line-height: 34px;
	color: #222;
	text-transform: uppercase;
}

.caseinfo .box .video .boxs {
	width: 100%;
	position: relative;
	margin-top: 26px;
}

.caseinfo .box .video .boxs span {
	width: 123px;
	height: 123px;
	position: absolute;
	display: block;
	top: 178px;
	left: 50%;
	transform: translateX(-50%);
}

.caseinfo .box .ckbox {
	width: 100%;
	margin-top: 90px;
}

.caseinfo .box .ckbox a {
	/* display: inline-block; */
	font-size: 16px;
	line-height: 25px;
	color: #222;
	transition: all ease .5s;
}

.caseinfo .box .ckbox a:hover {
	color: #0079c3;
}

.caseinfo .box .ckbox a:first-child {
	background: url(../images/nicon6.png) 9px center no-repeat;
	background-size: 0;
}

.caseinfo .box .ckbox a:first-child:hover {
	padding-left: 40px;
	background-size: initial;
}

.caseinfo .box .ckbox a:last-child {
	float: right;
	background: url(../images/nicon7.png) right center no-repeat;
	background-size: 0;
}

.caseinfo .box .ckbox a:last-child:hover {
	padding-right: 40px;
	background-size: initial;
}

.pc-slide {
	width: 100%;
	display: table;
}

.pc-slide .view {
	width: 1100px;
	float: left;
}

.pc-slide .view .swiper-container {
}

.pc-slide .view .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.preview {
	width: 16%;
	height: 900px;
	position: relative;
	float: right;
	padding: 46px 0;
}

.preview .swiper-container {
	width: 100%;
	height: 798px;
}

.preview .swiper-slide {
	width: 100%;
	height: 185px;
	cursor: pointer;
}

.preview .arrow-left {
	background: url(../images/ciicon1.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 27px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/ciicon2.png) no-repeat center center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 33px;
	z-index: 10;
}

.partner {
	width: 100%;
	padding: 70px 0 105px;
}

.partner .title {
	text-align: center;
}

.partner .title .t1 {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: #222;
}

.partner .title .t2 {
	font-size: 16px;
	line-height: 25px;
	color: #666;
	margin-top: 13px;
}

.partner .list {
	width: 100%;
	display: table;
	margin-top: 57px;
}

.partner .list li {
	width: 16%;
	float: left;
	margin: 0 0.333% 11px;
	position: relative;
	transition: all ease .5s;
}

.partner .list li:hover {
	box-shadow: 0 0 14px 2px rgba(0, 0, 0, .11);
}

.partner .list li img {
	width: 100%;
}

.partner .list li img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition: all ease .5s;
}

.partner .list li:hover img:nth-child(2) {
	opacity: 1;
}

.jszc {
	width: 100%;
	padding: 70px 0 215px;
}

.jszc .title {
	text-align: center;
}

.jszc .title .t1 {
	font-size: 30px;
	line-height: 1;
	color: #222;
	font-weight: bold;
}

.jszc .title .t2 {
	font-size: 16px;
	line-height: 25px;
	color: #666;
	margin-top: 15px;
}

.jszc .title1 {
	margin-bottom: 57px;
}

.jszc .title2 {
	margin: 86px 0 51px;
}

.jszc .img {
	width: 100%;
}

.contacts {
	width: 100%;
	background: #f8f8f8 url(../images/ccbg1.png) center bottom no-repeat;
	background-size: 100%;
	padding: 88px 0 107px;
}

.contacts .title {
	text-align: center;
}

.contacts .title .t1 {
	font-size: 26px;
	line-height: 1;
	color: #222;
	font-weight: bold;
}

.contacts .title .t2 {
	font-size: 16px;
	line-height: 25px;
	color: #666;
	margin-top: 18px;
}

.contacts .box {
	display: table;
	margin-top: 50px;
}

.contacts .contacnt-way {
	width: 34%;
	height: 780px;
	float: left;
	background: url(../images/cimg18.png) top center no-repeat;
	background-size: 100%;
	padding: 55px 0 0 43px;
}

.contacts .contacnt-way .t1 {
	font-size: 26px;
	line-height: 1;
	color: #222;
}

.contacts .contacnt-way .line {
	width: 50px;
	height: 1px;
	background: #b8d00b;
	margin: 28px 0 25px;
}

.contacts .contacnt-way .t2 {
	font-size: 16px;
	line-height: 32px;
	padding: 9px 0;
	color: #222;
}

.contacts .contacnt-way .t2 img {
	margin-right: 10px;
}

.contacts .right {
	width: 64.2%;
	float: right;
}

.contacts .right .lybox {
	width: 100%;
	background: #fff;
	padding: 55px 47px 43px 41px;
}

.contacts .right .lybox .t1 {
	font-size: 26px;
	line-height: 1;
	color: #222;
	font-weight: bold;
}

.contacts .right .lybox .line {
	width: 50px;
	height: 1px;
	background: #b8d00b;
	margin: 28px 0 30px;
}

.contacts .right .lybox .box2 {
	width: 100%;
	display: table;
}

.contacts .right .lybox .box2 .box3 {
	width: 79%;
	float: left;
}

.contacts .right .lybox .box2 .box3 .t2 {
	width: 48.5%;
	height: 58px;
	float: left;
	margin-right: 3%;
	border: 1px solid #eee;
	background: #f8f8f8;
	padding-left: 17px;
	font-size: 14px;
}

.contacts .right .lybox .box2 .box3 .t3 {
	width: 48.5%;
	height: 58px;
	float: left;
	border: 1px solid #eee;
	background: #f8f8f8;
	padding-left: 17px;
	font-size: 14px;
}

.contacts .right .lybox .box2 .box3 .t4 {
	width: 100%;
	height: 120px;
	background: #f8f8f8;
	border: 1px solid #eee;
	padding: 13px 17px;
	resize: none;
	margin-top: 20px;
}

.contacts .right .lybox .box2 .btn {
	width: 140px;
	height: 197px;
	background: #535353 url(../images/ccicon7.png) center 51px no-repeat;
	font-size: 20px;
	color: #fff;
	padding-top: 36px;
	border-radius: 5px;
	float: right;
}

.contacts .right .map {
	width: 100%;
	margin-top: 20px;
}

.newss {
	width: 100%;
	background: #f8f8f8;
	padding-bottom: 75px;
}

.newss .title {
	width: 100%;
	height: 68px;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.newss .title li {
	display: inline-block;
	/*width: 90px;*/
	margin: 0 47px;
}

.newss .title li a {
	font-size: 16px;
	color: #222;
	line-height: 1;
	padding: 28px 0 22px;
	display: block;
	transition: all ease .5s;
	border-bottom: 3px solid transparent;
}

.newss .title li:hover a {
	color: #15499a;
	border-bottom: 3px solid #15499a;
}

.newss .title li.on a {
	color: #15499a;
	border-bottom: 3px solid #15499a;
}

.newss .year {
	font-size: 40px;
	line-height: 1;
	color: #999;
	font-weight: bold;
	padding: 78px 0 48px;
}

.newss .list {
	width: 100%;
	padding-bottom: 60px;
}

.newss .list li {
	width: 100%;
	background: #fff;
	padding: 25px 0 27px;
	margin-bottom: 30px;
	display: table;
	transition: all ease .5s;
}

.newss .list li:hover {
	background: #15499a;
	box-shadow: 0 6px 10px 1px rgba(0, 0, 0, .27);
}

.newss .list li .time {
	width: 17.6%;
	height: 100%;
	float: left;
	font-size: 30px;
	line-height: 1;
	color: #222;
	padding: 110px 0 0 48px;
	transition: all ease .5s;
}

.newss .list li:hover .time {
	color: #fff;
}

.newss .list li .img {
	width: 400px;
	height: 263px;
	overflow: hidden;
	float: left;
	background: #fff;
	transition: all ease .5s;
}

.newss .list li:hover .img {
	border: 10px solid #fff;
}

.newss .list li .tbox {
	width: 45.7%;
	float: right;
	margin-right: 35px;
	padding-top: 36px;
}

.newss .list li .tbox .t1 {
	font-size: 26px;
	line-height: 1;
	color: #222;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all ease .5s;
}

.newss .list li:hover .tbox .t1 {
	color: #fff;
}

.newss .list li .tbox .t2 {
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 30px;
	transition: all ease .5s;
}

.newss .list li:hover .tbox .t2 {
	color: #fff;
}

.newss .list li .tbox .t3 {
	font-size: 14px;
	line-height: 26px;
	color: #222;
	text-transform: uppercase;
	margin-top: 36px;
	transition: all ease .5s;
}

.newss .list li:hover .tbox .t3 {
	color: #fff;
}

.newss .list li .tbox .t3 span {
	float: left;
	width: 0;
	height: 3px;
	background: #b8d00b;
	margin-top: 12px;
	transition: all ease .5s;
}

.newss .list li:hover .tbox .t3 span {
	width: 48px;
	margin-right: 18px;
}

.newss .box {
	display: table;
}

.newss .info-box {
	width: 73%;
	float: left;
	background: #fff;
	padding: 0 35px 0 25px;
	border-radius: 5px;
}

.newss .info-box .infotitle {
	border-bottom: 1px solid #e5e5e5;
	padding: 64px 0 24px;
}

.newss .info-box .infotitle .t1 {
	font-size: 30px;
	color: #222;
	line-height: 1;
	font-weight: bold;
}

.newss .info-box .infotitle .t2 {
	font-size: 14px;
	line-height: 19px;
	color: #999;
	margin-top: 28px;
}

.newss .info-box .infotitle .t2 span {
	margin-right: 55px;
}

.newss .info-box .info-txt {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	text-indent: 2em;
	margin-top: 28px;
}

.newss .info-box .info-ck {
	border-top: 1px solid #e5e5e5;
	margin-top: 82px;
	padding: 33px 0 56px;
}

.newss .info-box .info-ck a {
	font-size: 16px;
	line-height: 40px;
	color: #222;
	transition: all ease .5s;
}

.newss .info-box .info-ck a:hover {
	color: #0079c3;
}

.newss .info-box .info-ck a:first-child {
	background: url(../images/nicon6.png) 9px center no-repeat;
	background-size: 0;
}

.newss .info-box .info-ck a:first-child:hover {
	padding-left: 40px;
	background-size: initial;
}

.newss .info-box .info-ck a:last-child {
	float: right;
	background: url(../images/nicon7.png) right center no-repeat;
	background-size: 0;
}

.newss .info-box .info-ck a:last-child:hover {
	padding-right: 40px;
	background-size: initial;
}

.newss .other {
	width: 25%;
	float: right;
	padding-top: 102px;
}

.newss .other .otitle {
	border-bottom: 1px solid #aaa;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #222;
	padding-bottom: 23px;
}

.newss .other .otitle span {
	font-size: 14px;
	font-weight: initial;
	color: #999;
	text-transform: uppercase;
}

.newss .other .olist {
	width: 100%;
	padding-top: 20px;
}

.newss .other .olist li {
	margin-bottom: 34px;
}

.newss .other .olist li .t1 {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all ease .5s;
}

.newss .other .olist li .t2 {
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-top: 6px;
	transition: all ease .5s;
}

.newss .other .olist li:hover .t1, .newss .other .olist li:hover .t2 {
	color: #15499a;
}

.newss .other .olist li .t3 {
	width: 36px;
	height: 2px;
	background: #dcdcdc;
	margin-top: 18px;
	transition: all ease .5s;
}

.newss .other .olist li:hover .t3 {
	background: #15499a;
}

.job {
	width: 100%;
	background: #f8f8f8 url(../images/ccbg1.png) center bottom no-repeat;
	background-size: 100%;
	padding: 86px 0 105px;
}

.job .title {
	text-align: center;
}

.job .title .t1 {
	font-size: 26px;
	color: #222;
	line-height: 1;
	font-weight: bold;
}

.job .title .t2 {
	font-size: 16px;
	line-height: 25px;
	color: #666;
	margin-top: 24px;
}

.job .list {
	width: 100%;
	background: #fff;
	padding: 45px 0 70px;
	margin-top: 45px;
}

.job .list li {
	width: 1200px;
	height: 80px;
	line-height: 80px;
	margin: auto;
	display: table;
	font-size: 16px;
	transition: all ease .5s;
	border-bottom: 1px dashed #c5c5c5;
}

.job .list li:last-child {
	border-bottom: none;
}

.job .list li:hover {
	background: #15499a;
	width: 1236px;
	padding: 0 16px;
	border-radius: 5px;
	border-bottom: 1px solid #0079c3;
}

.job .list li .t1 {
	width: 250px;
	float: left;
	text-align: center;
	color: #5a5a5a;
}

.job .list li .t2 {
	width: 393px;
	float: left;
	text-align: center;
	color: #5a5a5a;
}

.job .list li .t3 {
	width: 306px;
	float: left;
	text-align: center;
	color: #5a5a5a;
}

.job .list li .t4 {
	width: 148px;
	float: right;
	text-align: right;
	padding-right: 9px;
	color: #5a5a5a;
}

.job .list li .t4 span {
	float: left;
	width: 0;
	height: 2px;
	background: #b8d00b;
	margin-top: 41px;
	transition: all ease .5s;
}

.job .list li:hover .t4 span {
	width: 34px;
}

.job .list li:hover .t1, .job .list li:hover .t2, .job .list li:hover .t3, .job .list li:hover .t4 {
	color: #fff;
}

.job .list li.ltitle {
	font-weight: bold;
	border-bottom: 1px solid #c5c5c5;
}

.job .list li.ltitle:hover {
	background: #fff;
	width: 1200px;
	padding: 0;
	color: #5a5a5a;
}

.job .list li.ltitle .t1 {
	color: #5a5a5a;
}

.job .list li.ltitle .t2 {
	color: #5a5a5a;
}

.job .list li.ltitle .t3 {
	color: #5a5a5a;
}

.job .list li.ltitle .t4 {
	color: #5a5a5a;
	padding-right: 42px;
}

.jobinfo {
	width: 100%;
	background: #fff;
	padding: 50px 55px 77px 45px;
}

.jobinfo .jtitle {
	font-size: 26px;
	line-height: 30px;
	color: #15499a;
	font-weight: bold;
	border-left: 4px solid #b8d00b;
	padding-left: 14px;
}

.jobinfo .jtitle span {
	float: right;
	font-size: 16px;
	font-weight: initial;
}

.jobinfo .txt {
	font-size: 16px;
	line-height: 40px;
	color: #656565;
	margin-top: 48px;
}

.join {
	width: 240px;
	height: 60px;
	background: #15499a;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 62px auto 0;
}

.abouts {
	width: 100%;
}

.amenu {
	width: 100%;
	height: 68px;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.amenu li {
	display: inline-block;
	padding: 0 43px;
	line-height: 68px;
}

.amenu li a {
	font-size: 16px;
	color: #222;
}
.amenu li:hover a{
	color: #15499a;
}
.abouts .box1 {
	width: 100%;
	display: table;
	padding: 99px 0 62px;
}

.abouts .box1 .left {
	width: 650px;
	float: left;
	padding-top: 25px;
}

.abouts .box1 .left .ltitle {
	font-size: 60px;
	line-height: 1;
	color: #222;
	font-weight: bold;
	font-family: Tahoma;
	text-transform: uppercase;
}

.abouts .box1 .left .ltitle span {
	display: block;
	font-size: 30px;
	margin-top: 12px;
}

.abouts .box1 .left .txt {
	font-size: 16px;
	line-height: 36px;
	color: #444;
	text-indent: 2em;
	
	background: url(../images/aaimg4.png) center top no-repeat;
	padding: 46px 0 42px;
}

.abouts .box1 .img {
	width: 566px;
	/* height: 729px; */
	background: url(../images/aaicon1.png) left top repeat;
	float: right;
	padding: 28px 0;
}

.abouts .box1 .img img {
	margin-top: 28px;
	margin-left: -58px;
	width: 591px;
	max-width: initial;
}

.abouts .box2 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 47px;
}

.abouts .box2 .img {
	width: 300%;
	position: relative;
	display: table;
	transition: all ease .5s;
	left: 0;
}

.abouts .box2 .img li {
	width: 33.33%;
	float: left;
}

.abouts .box2 .img li img {
	width: 100%;
}

.abouts .box2 .menu2 {
	width: 100%;
	display: table;
	position: relative;
	margin-top: 38px;
}

.abouts .box2 .menu2::after {
	content: '';
	position: absolute;
	left: 0;
	top: 34px;
	width: 100%;
	height: 3px;
	background: #f3f3f3;
}

.abouts .box2 .menu2 li {
	position: relative;
	z-index: 2;
	float: left;
	width: 274px;
	background: #fff;
	margin: 0 168px 0 60px;
	cursor: pointer;
}

.abouts .box2 .menu2 li:nth-child(3) {
	margin: 0 0 0 60px;
}

.abouts .box2 .menu2 li .num {
	font-size: 70px;
	font-weight: bold;
	color: #f3f3f3;
	line-height: 1;
}

.abouts .box2 .menu2 li .txt {
	padding-left: 40px;
	font-size: 20px;
	color: #666;
	line-height: 70px;
	text-transform: uppercase;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
}

.abouts .box2 .menu2 li.on .txt {
	color: #444;
}

.abouts .box2 .menu2 li .txt span {
	width: 10px;
	height: 10px;
	background: #f3f3f3;
	border-radius: 50%;
	display: inline-block;
	margin-right: 13px;
}

.abouts .box2 .menu2 li.on .txt span {
	background: #15499a;
}

.abouts .box3 {
	width: 100%;
	padding: 126px 0 182px;
	background: url(../images/abg1.jpg) center bottom no-repeat;
}

.abouts .box3 .btitle {
	font-size: 60px;
	line-height: 1;
	color: #222;
	font-weight: bold;
	font-family: Tahoma;
	text-transform: uppercase;
	padding-left: 40px;
}

.abouts .box3 .btitle span {
	font-size: 30px;
	line-height: 56px;
	display: block;
}

.abouts .box3 .txt {
	font-size: 16px;
	line-height: 36px;
	color: #444;
	position: relative;
	padding-left: 88px;
	padding-top: 70px;
	display: table;
}

.abouts .box3 .txt::before {
	width: 28px;
	height: 21px;
	content: '“';
	font-size: 70px;
	font-weight: bold;
	color: #999;
	position: absolute;
	left: 36px;
	top: 53px;
	font-family: Arial;
}

.abouts .box3 .txt::after {
	width: 28px;
	height: 21px;
	content: '”';
	font-size: 70px;
	font-weight: bold;
	color: #999;
	position: absolute;
	right: -57px;
	bottom: -9px;
	font-family: Arial;
}

.team {
	width: 100%;
	position: relative;
	padding: 147px 0 0;
}

.team .ttitle {
	width: 100%;
	font-size: 60px;
	line-height: 1;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma;
}

.team .ttitle span {
	display: block;
	font-size: 30px;
	line-height: 1;
	margin-top: 12px;
}

/*员工风采*/

.team .tea_case {
	width: 100%;
	position: relative;
	padding-top: 72px;
}

.sta_tab_box {
	padding: 0 20px;
	height: 55px;
	position: absolute;
	right: 0;
	top: -56px;
	border-bottom: 3px solid #f3f3f3;
}

.sta_tab_box span {
	float: left;
	font-size: 20px;
	line-height: 52px;
	color: #666;
	margin-right: 90px;
	margin-bottom: -2px;
	position: relative;
	cursor: pointer;
}

.sta_tab_box span::after {
	content: '/';
	font-size: 20px;
	right: -50px;
	position: absolute;
}

.sta_tab_box span:last-child {
	margin-right: 0;
}

.sta_tab_box span:last-child::after {
	display: none;
}

.sta_tab_box span.on {
	color: #222;
	border-bottom: 3px solid #b8d00a;
}

.sta_tab_con_box>div {
	display: none;
}

.sta_tab_con_box>div:first-child {
	display: block;
}

.carousel {
	overflow: hidden;
	padding: 1px 10%;
	position: relative;
}

.carousel .swiper-button-next, .carousel .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transition: all ease .5s;
	margin-top: -80px;
}

.carousel .swiper-button-prev {
	background: url(../images/prev.png) center center no-repeat;
}

.carousel .swiper-button-prev:hover {
	background: url(../images/prev1.png) center center no-repeat;
	box-shadow: 0 0 12px 3px rgba(0, 0, 0, .17);
}

.carousel .swiper-button-next {
	background: url(../images/next.png) center center no-repeat;
}

.carousel .swiper-button-next:hover {
	background: url(../images/next1.png) center center no-repeat;
	box-shadow: 0 0 12px 3px rgba(0, 0, 0, .17);
}

.carousel .swiper-container {
	width: 100%;
	margin: 0 auto;
	overflow: inherit;
	padding: 0 0 91px;
}

.sta_tab_con_box .swiper-slide {
	width: 75%;
	opacity: 0.7 !important;
}

.sta_tab_con_box .swiper-slide.active {
	opacity: 1 !important;
	border-bottom: 3px solid #f3f3f3;
}

.sta_tab_con_box .swiper-slide.active .sta_img_box>img {
	-webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 9px 18px rgba(0, 0, 0, .4);
	box-shadow: 0 9px 18px rgba(0, 0, 0, .4);
	transition: all .5s ease;
}

.sta_img_box {
	width: 100%;
	position: relative;
	background: #0079c3;
}

.sta_tab_con_box .swiper-slide.active .sta_img_box::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #f3f3f3;
	position: absolute;
	left: 0;
	bottom: -94px;
}

.sta_img_box>img {
	display: block;
	width: 100%;
	border-radius: 5px;
	opacity: .3;
}

.sta_tab_con_box .swiper-slide.active .sta_img_box>img {
	opacity: 1;
}

.sta_img_num {
	opacity: 0;
	font-size: 20px;
	line-height: 30px;
	color: #444;
	padding-bottom: 18px;
	display: table;
	border-bottom: 3px solid #b8d00a;
	position: absolute;
	left: 0;
	bottom: -94px;
	z-index: 2;
	padding-right: 25px;
}

.sta_img_num span {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 30px;
	color: #666;
	margin-right: 18px;
}

.sta_tab_con_box .swiper-slide.active .sta_img_num {
	opacity: 1;
	transition: all .5s ease;
}

.sta_tab_con_box .swiper-pagination {
	width: auto;
	left: initial;
	right: 20%;
	bottom: 22px;
}

.sta_tab_con_box .swiper-pagination {
	font-size: 20px;
	line-height: 25px;
	color: #444;
}

.sta_tab_con_box .swiper-pagination .swiper-pagination-current {
	font-weight: bold;
	font-family: Tahoma;
}

.sta_tab_con_box .swiper-pagination .swiper-pagination-total {
	font-size: 16px;
	color: #999;
}

.honer {
	width: 100%;
	position: relative;
	background: url(../images/hbg.jpg) center bottom no-repeat;
	padding: 142px 0 130px;
}

.honer .htitle {
	width: 100%;
	font-size: 60px;
	line-height: 1;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma;
}

.honer .htitle span {
	display: block;
	font-size: 30px;
	line-height: 1;
	margin-top: 13px;
}
.imgbox2{
	width: 100%;
	display: inline-block;
	position: relative;
}
/*资质荣誉*/
.hon_con {
	margin-top: 125px;
}

.hon_tab_nav_box {
	float: left;
	width: 17.2%;
	padding-top: 25px;
}

.hon_tab_nav_box>div {
	max-width: 130px;
	color: #d5dae0;
	transition: all .5s ease-out;
	padding-bottom: .5rem;
	cursor: pointer;
	margin-bottom: 56px;
}

.hon_tab_nav_box>div:last-child {
	padding-bottom: 0;
}

.hon_tab_num {
	font-size: 30px;
	line-height: 1;
}

.hon_tab_name {
	line-height: 1;
	font-size: 20px;
	color: #444;
	transition: all .5s ease-out;
	position: relative;
	margin-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
}
.hon_tab_name::after {
	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #0179c3;
	left: 0;
	bottom: 0;
	transition: all .5s ease-out;
}

.hon_tab_nav_box>div.on, .hon_tab_nav_box>div:hover {
	color: #0179c3;
}

.hon_tab_nav_box>div.on .hon_tab_name, .hon_tab_nav_box>div:hover .hon_tab_name {
	color: #0179c3;
}

.hon_tab_nav_box>div:hover .hon_tab_name::after, .hon_tab_nav_box>div.on .hon_tab_name::after {
	width: 100%;
}

.hon_con_case {
	float: right;
	width: 82.8%;
	position: relative;
}

.hon_con_case>div {
	display: none;
	position: relative;
}

.hon_con_case>div:first-child {
	display: block;
}

.hon_con_box {
	float: left;
	width: 70%;
	padding-right: 10%;
	padding-left: 10%;
	overflow: hidden;
	position: relative;
}

.hon_con_box .swiper-container {
	overflow: initial;
	padding-bottom: 50px;
}

.hon_con_box .swiper-slide {
	opacity: 0.9;
	transition: all .5s ease-in;
}

.hon_con_box .swiper-slide.active {
	opacity: 1;
}

.hon_con_box .swiper-slide>div {
	width: 100%;
	position: relative;
}
.hon_con_box .swiper-slide.active>div {
	box-shadow: 0 0 10px 40px rgba(255,255,255,.8);
}
.hon_con_box .swiper-slide>div>img {
	width: 100%;
	margin: 0 auto;
}

.hon_name {
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
	color: #222;
	font-size: 20px;
	line-height: 1;
	opacity: 0;
	transition: all .5s ease-in;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

.hon_con_box .swiper-slide.active .hon_name {
	opacity: 1;
}

.hon_name_box {
	width: 215px;
	float: right;
	padding: 50px 0;
	position: absolute;
	right: 9px;
	top: 0;
	z-index: 1;
}

.hon_name_text {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #444;
	transition: all .5s ease-in;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hon_name_box .active-nav .hon_name_text {
	font-size: 18px;
	background-color: #b8d00a;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.hon_name_box .swiper-container {
	height: 220px;
	overflow: hidden;
}

.hon_name_box .swiper-slide {
	cursor: pointer;
}

.hon_name_box .swiper-button-prev, .hon_name_box .swiper-button-next {
	font-size: 18px;
	width: 100%;
	text-align: center;
	margin: 0;
	color: #000;
}


.hon_name_box .swiper-button-prev {
	top: 0;
	left: 0;
	background: url(../images/prev2.png) center center no-repeat;
}

.hon_name_box .swiper-button-next {
	top: auto;
	right: 0;
	bottom: 0;
	background: url(../images/next2.png) center center no-repeat;
}

/*资质荣誉*/

.s-box{
	position: absolute;
	width: 620px;
	height: 60px;
	left: 50%;
	transform: translateX(-50%);
	top: 290px;
	z-index: 9;
}
.s-box .txt{
	width: 500px;
	height: 60px;
	background: #fff url(../images/search2.jpg) 18px center no-repeat;
	border: none;
	border-radius: 4px;
	padding-left: 18px;
	float: left;
}
.s-box .txt:focus{
	background: #fff;
}
.s-box .btn{
	width: 100px;
	height: 60px;
	background: #b8d00a;
	border-radius: 4px;
	border: none;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	float: right;
}

.search{
	width: 100%;
	padding: 90px 0 200px;
}
.search .nums{
	width: 100%;
	display: table;
	font-size: 20px;
	line-height: 36px;
	color: #222;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 13px;
}
.search .nums .num{
	float: right;
	font-size: 16px;
	line-height: 36px;
	color: #222;
	margin-bottom: -14px;
}
.search .nums .num span{
	padding: 0 10px 12px;
	border-bottom: 2px solid transparent;
	display: inline-block;
}
.search .nums .num span:hover{
	color: #15499a;
	border-bottom: 2px solid #15499a;
}

.s-list1{
	width: 100%;
	display: table;
	margin-top: 26px;
}
.s-list1 li{
	width: 31.8%;
	float: left;
	margin-right: 2.3%;
	margin-bottom: 35px;
}
.s-list1 li:nth-child(3n){
	margin-right: 0;
}
.s-list1 li .img{
	width: 100%;
	transition: all ease .5s;
}
.s-list1 li:hover .img{
	box-shadow: 0 9px 11px 1px rgba(0,0,0,.34); 
}
.s-list1 li .img img{
	width: 100%;
}
.s-list1 li .txt{
	font-size: 20px;
	color: #222;
	line-height: 25px;
	margin-top: 33px;
	transition: all ease .5s;
}
.s-list1 li:hover .txt{
	color: #0079c3;
}

.s-list2{
	width: 100%;
	margin-top: 40px;
}
.s-list2 li{
	width: 100%;
	border-bottom: 1px solid #eee;
	display: table;
	padding: 45px 0 40px;
}
.s-list2 li:last-child{
	border-bottom: none;
}
.s-list2 li .time{
	float: left;
	font-size: 30px;
	line-height: 30px;
	color: #222;
	width: 18.5%;
	padding-left: 65px;
	padding-top: 25px;
}
.s-list2 li .time span{
	font-size: 16px;
	margin-left: 15px;
}
.s-list2 li .tbox{
	float: right;
	width: 75%;
}
.s-list2 li .tbox .t1{
	font-size: 26px;
	color: #222;
	font-weight: bold;
	line-height: 1;
}
.s-list2 li .tbox .t2{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-top: 17px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width:1430px){
    .box{
		width: calc(100% - 60px);
		margin: 0 30px;
	}
	.menupage .search-box{
		padding: 25px 0 20px;
	}

	.service .list li{
		width: 245px;
	}
	.service .list li.active{
		width: 526px;
	}
	.service-box{
		height: 478px;
	}
	.service .list li.active .service-box .tbox .icon2 {
		background: url(../images/icon7.png) 92% 2px no-repeat;
	}
	.case .list li{
		width: 367px;
		height: 301px;
	}
	.case .list li:nth-child(1), .case .list li:nth-child(6){
		width: 512px;
	}
	.case .list li .tbox{
		height: 260px;
		padding: 30px 25px;
	}
	.about .tbox .tbox2 .list li{
		width: 184px;
	}
	.about .tbox .tbox2 .list li:nth-child(4){
		margin-right: 2px;
	}

	/* .scroll-header{
		width: 96%;
	} */

	.abouts .box2 .menu2 li{
		margin: 0 120px 0 60px;
	}
	.case-menu li{
		margin-right: 49.8px;
	}

	.caseinfo .box{
		margin-top: -90px;
	}
	.pc-slide .view{
		width: 1000px;
	}
	.preview{
		height: 805px;
	}
	.preview .swiper-container{
		height: 705px;
	}
	.preview .swiper-slide{
		height: 163px;
	}
	.contacts .right .lybox{
		padding: 40px 47px 30px 41px;
	}

	.abouts .box1 .left {
		width: 52.5%;
		padding-top: 20px;
	}
	.abouts .box1 .img {
		width: 40.5%;
		margin-top: 70px;
	}
	.abouts .box1 .img img{
		width: 100%;
		margin-left: -28px;
	}

}

@media (max-width:1200px){
	.abouts .box2 .menu2 li {
		margin: 0 30px 0 20px;
	}
	.abouts .box2 .menu2 li:nth-child(3) {
		margin: 0 0 0 20px;
	}
	.menupage .menu-box{
		width: 100%;
	}
	.menupage .menu-box ul {
		margin-right: 96px;
	}
}


