*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
html, body {
	position: relative;
	height: 100%;
	color: #444;
}
body {
	background: #eee;
	font-family: microsoft yahei;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
.clearfix:before,
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
.swiper-main {
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	/*transition: 1s background-color 1.3s;*/
}
/*.swiper-main .swiper-wrapper {
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}*/
.swiper-main .swiper-slide {
	/*text-align: center;*/
	font-size: 18px;
	/* Center slide text vertically */
	/*-webkit-align-items: center;
	align-items: center;*/
	/*overflow: auto;*/
}
.img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	/*opacity: 0.9;*/
	overflow: hidden;
}
.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-logo{
	width: 250px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
@keyframes toggleMove{
	0% {
	    bottom: 5.5%;
	    opacity: .3;
	}
	50% {
	    bottom: 4.5%;
	    opacity: 1;
	}
	100% {
	    bottom: 5.5%;
	    opacity: .3;
	}
}
@-webkit-keyframes toggleMove{
0% {
	    bottom: 5.5%;
	    opacity: .3;
	}
	50% {
	    bottom: 4.5%;
	    opacity: 1;
	}
	100% {
	    bottom: 5.5%;
	    opacity: .3;
	}
}
.slide-btn{
	width: 30px;
	height: 18px;
	background: url(../images/slide-btn.png) no-repeat;
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -15px;
	z-index: 2;
	animation: toggleMove .8s infinite;
    -moz-animation: toggleMove 10.8s infinite;
    -webkit-animation: toggleMove .8s infinite;
    -o-animation: toggleMove .8s infinite;
}
.slide-btn-gray{
	background: url(../images/slide-btn-g.png) no-repeat;
}
.swiper-slide .box{
	width: 648px;
	height: 595px;
	background: url(../images/q.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -307px;
	left: 50%;
	margin-left: -324px;
	z-index: 1;
	box-sizing:border-box;
	padding-top: 174px;
}
.about-slide1 .box .con-slide{
	width: 455px;
	height: 235px;
	overflow: hidden;
	color: #fff;
	text-align: left;
	margin-left: 195px;
	position: relative;
	margin-bottom: 50px;
}
.about-slide1 .box:after{
	content: "";
	width: 60px;
	height: 8px;
	background: #fff;
	position: absolute;
	left: 195px;
	top: 142px;
}
.about-slide1 .box p.con{
	font-size: 14px;
	line-height: 24px;
}
.about-slide1 .box .wechat{
	font-size: 14px;
	color: #fff;
	text-align: right;
	padding-right: 58px;
	position: absolute;
    right: 25px;
    bottom: 90px;
}
.about-slide1 .box .wechat i{
	display: block;
	width: 44px;
	height: 34px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -17px;
}
.about-slide1 .box .wechat .qrcode{
	width: 120px;
	position: absolute;
	right: -120px;
	top: -50px;
	opacity: 0;
	transition: all 1s;
}
.about-slide1 .box .wechat .qrcode img{
	width: 100%;
}
.about-slide1 .box .wechat:hover .qrcode{
	opacity: 1;
}
.about-slide1 .box p.key{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	/*text-align: center;*/
	margin-left: 195px;
}
.about-slide1 .box p.key span{
	font-size: 36px;
	line-height: 45px;
	font-family: arial;
	font-weight: bold;
}
.swiper-idea{
	width: 905px;
	position: absolute;
	left: 50%;
	margin-left: -452px;
	top: 175px;
}
.about-slide2 .box{
	color: #fff;
}
.about-slide2 .swiper-slide{
	padding-left: 313px;
	box-sizing:border-box;
}
.about-slide2 .title{
	font-size: 26px;
	margin-bottom: 25px;
}
.about-slide2 .sep{
	width: 60px;
	height: 8px;
	background: #fff;
	margin-bottom: 25px;
}
.about-slide2 .box p.con{
	width: 455px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.about-slide2 .tip{
	font-size: 48px;
	font-weight: bold;
	padding-top: 295px;
	/*text-align: center;*/
	padding-left: 187px;
}
.swiper-idea .swiper-button-next,.swiper-idea .swiper-button-prev{
	width: 45px;
	height: 45px;
}
.swiper-idea .swiper-button-prev,.swiper-idea  .swiper-container-rtl .swiper-button-next {
    background: url(../images/prev.png);
    left: 0;
    right: auto;
}
.swiper-idea .swiper-button-next,.swiper-idea  .swiper-container-rtl .swiper-button-prev {
    background: url(../images/next.png);
    right: 10px;
    left: auto;
}
.about-slide3 .box{
	background: #f8f8f8;
}
.about-slide3 .title-box{
	height: 32px;
	margin: 150px 0 95px;
    padding: 0 10.52%;
    position: relative;
    z-index: 2;
}
.about-slide3 .title{
	font-size: 24px;
	font-weight: normal;
	color: #444444;
	float: left;
}
.about-slide3 .title-box a{
	position: absolute;
    right: 0;
    top: 12.5%;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    right: 10.52%;
    font-size: 15px;
}
.about-slide3 .title-box img {
    width: 18px;
    height: 10px;
    margin-left: 10px;
    margin-top: -4px;
}
.swiper-news .swiper-slide{
	position: relative;
}


.about-slide3 .box i.qw{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/img3.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.about-slide3 .qw-news-list{
	padding: 0 10.52%;
    height: 100%;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.about-slide3 .qw-news-list .left{
	float: left;
	width: 22.3%;
}
.about-slide3 .qw-news-list .stit{
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
.about-slide3 .qw-news-list .time{
	font-size: 12px;
	color: #999999;
	margin-bottom: 40px;
}
.about-slide3 .qw-news-list .link span{
	margin-top: 12px;
    margin-left: 12px;
    color: #666;
	float: left;
}
.about-slide3 .qw-news-list .link i{
	display: block;
	float: left;
	width: 45px;
	height: 45px;
}
.about-slide3 .qw-news-list .link i.toInOut{
	background: url(../images/link-off.png) no-repeat;
}
.about-slide3 .qw-news-list .link i.toIn{
	background: url(../images/link-on.png) no-repeat;
	display: none;
}
.about-slide3 .qw-news-list .link:hover .toInOut{
	display: none;
}
.about-slide3 .qw-news-list .link:hover .toIn{
	display: block;
}
.about-slide3 .qw-news-list .right{
	float: right;
	width: 24.5%;
}
.about-slide3 .qw-news-list ul{
	list-style: none;
}
.about-slide3 .qw-news-list li{
	margin-bottom: 40px;
}
/*.about-slide3 .qw-news-list li:last-child{
	display: none;
}*/
.about-slide3 .qw-news-list .stit{
	margin-bottom: 15px;
}
.about-slide3 .qw-news-list .dl a{
	float: right;
	font-size: 14px;
	color: #d6000e;
	text-decoration: none;
}
@media screen and (min-width:1919px){
	.about-slide3 .box{
		padding-top: 99px;
	}
	.swiper-news{
		width: 376px;
		height: 367px;
		margin-left: 112px;
	}
}
@media screen and (min-width:1420px) and (max-width:1918px) {
	.about-slide3 .box{
		padding-top: 83px;
		width: 565px;
		height: 535px;
		margin-left: -282px;
		margin-top: -267px;
	}
	.swiper-news{
		width: 325px;
		height: 336px;
		margin-left: 100px;
	}
	.about-slide3 .title-box {
	    margin: 130px 0 50px;
	}
}
@media screen and (max-width:1419px){
	.about-slide3 .box{
		padding-top: 70px;
		width: 456px;
		height: 432px;
		margin-left: -228px;
		margin-top: -216px;
	}
	.swiper-news{
		width: 262px;
		height: 271px;
		margin-left: 80px;
	}
	.about-slide3 .title-box {
	    margin: 114px 0 29px;
	}

	.about-slide3 .qw-news-list .stit{
		font-size: 16px;
		line-height: 24px;
		font-weight: normal;
		margin-bottom: 10px;
	}
}

.ceo-slide .box{
	width: 1196px;
	height: 662px;
	position: absolute;
	left: 50%;
	margin-left: -598px;
	top: 50%;
	margin-top: -331px;
	background: url(../images/ding.png) no-repeat;
	color: #fff;
	padding-left: 87px;
    padding-top: 253px;
	box-sizing:border-box;
}
.ceo-slide .title-box{
	width: 355px;
	border-bottom: 1px solid #fff;
	margin-bottom: 35px;
	padding: 15px 0;
}
.ceo-slide .title-box .name{
	font-size: 36px;
	line-height: 48px;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-right: 15px;
}
.ceo-slide .title-box .title{
	font-size: 14px;
	line-height: 24px;
	float: left;
}
.ceo-slide .box .con{
	font-size: 14px;
	line-height: 30px;
}


.activity-slide .box{
	background: url(../images/img10.png) center no-repeat / cover;
}

.swiper-activity .swiper-slide:hover{
	box-shadow: 0 4px 15px rgba(0,0,0,.4);
}
.swiper-activity .swiper-slide .imgbox{
	height: 200px;
}
.swiper-activity .swiper-slide .imgbox img{
	width: 100%;
	height: 100%;
}
.swiper-activity .swiper-slide .stit{
	font-size: 16px;
	color: #444444;
	padding: 20px 15px;
}
.swiper-activity .swiper-slide .con{
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #848484;
	padding: 0 15px;
}
.swiper-activity .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    background: url(../images/circle.png);
    opacity: 1;
    margin: 0 10px!important;
}
.swiper-activity .swiper-pagination-bullet-active{
    background: url(../images/circle-red.png);
}
.swiper-activity .swiper-button-next,.swiper-activity  .swiper-button-prev{
	top: auto;
	bottom: 0;
}
.swiper-activity .swiper-button-prev,.swiper-activity  .swiper-container-rtl .swiper-button-next{
	background: url(../images/prev-pro.png) center no-repeat;
	left: 360px;
}
.swiper-activity .swiper-button-next,.swiper-activity .swiper-container-rtl .swiper-button-prev{
	background: url(../images/next-pro.png) center no-repeat;
	right: 360px;
}
.activity-slide .title{
	font-size: 24px;
	padding: 8% 10%;
}

@media screen and (min-width:1919px){
	
	.swiper-activity{
		width: 1128px;
		position: absolute;
		top: 50%;
		margin-top: -230px;
		left: 50%;
		margin-left: -573px;
		padding: 27px 9px 70px;
	}
	.swiper-activity .swiper-slide{
		width: 350px!important;
		height: 338px;
		background: #fff;
		margin: 0 13px;
	}
}
@media screen and (min-width:1420px) and (max-width:1918px) {
	.swiper-activity{
		width: 964px;
		position: absolute;
		top: 50%;
		margin-top: -180px;
		left: 50%;
		margin-left: -482px;
		padding: 27px 9px 70px;
	}
	.swiper-activity .swiper-slide{
		width: 308px!important;
		height: 300px;
		background: #fff;
		/*margin: 0 13px;*/
	}
	.swiper-activity .swiper-slide .stit{
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    padding: 13px 15px;
	}

	.swiper-activity .swiper-button-prev,.swiper-activity  .swiper-container-rtl .swiper-button-next{
		background: url(../images/prev-pro.png) center no-repeat;
		left: 315px;
	}
	.swiper-activity .swiper-button-next,.swiper-activity .swiper-container-rtl .swiper-button-prev{
		background: url(../images/next-pro.png) center no-repeat;
		right: 315px;
	}
}
@media screen and (max-width:1419px){
	
	.swiper-activity{
		width: 964px;
		position: absolute;
		top: 50%;
		margin-top: -178px;
		left: 50%;
		margin-left: -482px;
		padding: 27px 9px 70px;
	}
	.swiper-activity .swiper-slide{
		width: 308px!important;
		height: 300px;
		background: #fff;
		/*margin: 0 13px;*/
	}
	.swiper-activity .swiper-slide .stit{
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    padding: 13px 15px;
	}

	.swiper-activity .swiper-button-prev,.swiper-activity  .swiper-container-rtl .swiper-button-next{
		background: url(../images/prev-pro.png) center no-repeat;
		left: 315px;
	}
	.swiper-activity .swiper-button-next,.swiper-activity .swiper-container-rtl .swiper-button-prev{
		background: url(../images/next-pro.png) center no-repeat;
		right: 315px;
	}
}
.honor-slide .box{
	background: url(../images/img10.png) center no-repeat / contain;
}
.swiper-honor {
	width: 920px;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	top: 50%;
	margin-top: -180px;
	padding-bottom: 90px;
}

.swiper-honor .swiper-container {
	padding-bottom: 60px;
}

.swiper-honor  .swiper-slide {
	width: 380px;
	height: 277px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
.swiper-honor  .swiper-slide img{
	display:block;
}
.swiper-honor .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
    background: url(../images/circle.png);
    opacity: 1;
    margin: 0 10px!important;
}
.swiper-honor .swiper-pagination-bullet-active{
    background: url(../images/circle-red.png);
}
.swiper-honor .swiper-button-next,.swiper-honor  .swiper-button-prev{
	top: auto;
	bottom: 0;
}
.swiper-honor .swiper-button-prev,.swiper-honor  .swiper-container-rtl .swiper-button-next{
	background: url(../images/prev-pro.png) center no-repeat;
	left: 260px;
}
.swiper-honor .swiper-button-next,.swiper-honor .swiper-container-rtl .swiper-button-prev{
	background: url(../images/next-pro.png) center no-repeat;
	right: 260px;
}
.honor-slide .title{
	font-size: 24px;
	padding: 8% 10%;
}

.slide-box{
	position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-main .swiper-footer {
    width: 100%;
    height: 100%;
    /*background: #f5f5f5;*/
}
.swiper-main .swiper-footer .swiper-slide{
	height: 100%;
	position: relative;
}
.swiper-main .swiper-footer .swiper-slide:last-child{
	height: 630px!important;
}
.swiper-slide-news,.swiper-slide-report{
	width: 100%;
    height: 100%;
    overflow: hidden;
   /* position: absolute;
    left: 0;
    top: 0;*/
}
