
body {
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
}
.bgcover{
	background: #f8f8f8;
}
.bgrepeat{
	padding:80px 0px 0px;
	background: #f8f8f8;
}
.container{
	width: 100%;
}
.two-bottom .title{
				height: 234px;
			}
/* .pab30{
	padding-bottom: 30px
} */

.header{
	width: 100%;
	height: 64px;
	background: #0254A3;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.8);
/* 	position: fixed;
	top: 0;
	z-index: 10086; */
	
}
.header .container{
	width: 1695px;
	font-size: 22px;
	margin: 0 auto;
	justify-content: space-between;
	display: block;
	padding-top: 10px;
}
.user-head{
	height: 64px;
	float: right;
	color: #fff
}
.user-head .hd{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 16px;
}
.user-head span{
	line-height: 64px;
	margin-right: 20px;
	float: left;
	font-size: 16px;
}
.user-head .ifo{
	display: flex;
	height: 100%;
	align-items: center;
	float: left;
	cursor: pointer;
	position: relative;
}
.sign-out{
	width: 140px;
	height: 175px;
	line-height: 44px;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
	border-radius: 4px;
	position: absolute;
	right: -6px;
    top: 53px;
	z-index: 100;
	/* padding-left: 16px; */
	color: #333333;
	overflow: hidden;
	display: none
}
.sign-out div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 10px;
	width: 100%;
	padding: 0 10px 0 16px;
}
.sign-out div:hover{
	background: rgba(201, 229, 255, 1);
}
.sign-out div:nth-child(1){
	border-bottom: rgba(230, 230, 230, 1) 1px solid;
}
.user-head .jt{
	display: block;
	width: 16px;
	height: 8px;
	background: url(../images/jtdown.png) no-repeat;
}
.header2 h2{
	float: left;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    font-family: SimSun;
    margin-top: 18px;
    margin-left: 23px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}
.logo{
	display: block;
	width: 187px;
	float: left;
	margin-top: 6px;
}
.nav{
	float: left;
	margin-left: 60px;
}
.nav li{
	float: left;
	margin-right: 30px;
}
.nav li a{
	display: flex;
	align-items: center;
	height: 46px;
	font-size: 16px;
	padding: 0px 10px;
	color: #fff;
	border-bottom: 4px solid transparent;
}
.nav li.selected a,.nav li:hover a{
	border-bottom: 4px solid rgba(255, 144, 0, 1);
}
.head-link{
	float: right;
}
.head-link a{
	display: block;
	float: left;
	line-height: 46px;
	margin-left: 26px;
	font-size: 16px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 26px;
}
.head-link a.gzt{
	background-image: url(../images/worker.png)
}
.head-link a.dl{
	background-image: url(../images/dl.png)
}
.head-link a:hover{
	color: rgba(255, 144, 0, 1)
}
.swiper-pagination.page{
	right: 21px;
	top: 62%;
	height: 119px;
	margin-top: -60px;
}
.swiper-pagination.page .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	margin: 15px 0px;
	border-radius: 50%;
	background: rgba(2, 84, 163, 0.2);
}
.swiper-pagination.page .swiper-pagination-bullet-active{
	background: rgba(255, 85, 0, 1);
}


.home-content .container,.screen{
	height: 100%;
	/* display: flex; */
	justify-content: center;
	flex-direction: column;
}
.page-one{
	height: 100%;
	/* padding-top: 64px; */
}
.page-one .container{
	height: 70%;
}
.appdetail{
	padding-bottom: 30px
}

.page-title{
	font-size: 54px;
	color: #0254a3;
	letter-spacing: 10px;
	text-align: center;
	font-weight: bold;
	margin-top: 2%;
	/*text-shadow:#032b51 1px 1px 5px*/
}
.page-one .main{
	width: 100%;
	height: 100%;
	margin: 2% 6%;
}




.page-one .menu{
	width: 10%;
	float: left;
	background: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 2% 0px 1%;
	position: relative;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.26);
	overflow-y: hidden;
	height:100%;
}
.page-one .menu .one-left-swiper{
	height: 100% !important;
}
.page-one .menu div.swiper-slide{
	background-color: rgba(23, 18, 18, 0.05);
	width: 100%;
	height: 25% !important;
	/* line-height: 24px; */
	/* position: absolute; */
	background-color: #fff;
}
.page-one .menu .sjt{
	position: absolute;
	bottom: 0;
	z-index: 1005;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background-color: #f0f0f0;
}
.page-one .menu .xjt{
	position: absolute;
	top: 0;
	z-index: 1005;
	height: 24px;
	width: 100%;
	line-height: 24px;
	background-color: #f0f0f0;
}
.page-one .menu .sjt:hover,.page-one .menu .xjt:hover{
	cursor: pointer;
	background-color: #dfdfdf;
}





.page-one .menu a{
	display: block;
	margin-bottom: 20px
}
.page-one .menu a img{
	width: 50%;
	height: 50%;
}
.page-one .menu a p{
	color: rgba(51, 51, 51, 1);
	font-size: 20px;
	margin-top: 5px;
}
.page-one .menu a:hover p{
	font-weight: bold;
	color: rgba(243, 76, 52, 1);
}
.page-one .middle{
	width: 50%;
	float: left;
	margin-left: 34px
}
.page-one .home-new{
	height: 45%;
	background: rgba(255,255,255,1);
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.26);
	background-image: url(../images/sy1bj.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 290px 290px;
}
.home-ifo{
	padding: 16px 25px 0;
	height: 50%;
	margin-top: 34px;
	background: url(../images/sy5.jpg) no-repeat;
	background-size: 100% 100%;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.26);
}
.com-title{
	display: flex;
	align-items: center;
	justify-content: space-between
}
.com-title h3{
	font-size: 20px;
	color: #000000;
	display: flex;
	align-items: center;
}
.com-title h3 img{
	width:20px
}
.com-title #xwdt{
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(../images/sy1.png);
	width: 189px;
	height: 53px;
	padding-left: 20px;
	line-height: 48px;
}
.xwdt{
	padding-right: 25px;
}
#xyfc{
	background-color: rgba(243, 76, 52, 1);
	height: 60px;
	padding-left: 16px;
	padding-right: 20px;
	border-bottom: rgba(255,255,255,0.43) 5px solid;
}
#xyfc h3{
	color: #fff;
}
.com-title h3 img{
	margin-right: 10px;
}
.clearfix{
	display: flex;
	flex-wrap: wrap;
	height: 40%;
}
.clearfix2{
	height: 80%;
}
.list-item{
	display: flex;
	margin-left: 4%;
	margin-top: 3%;
	width: 45%;
	height: 22%;
	align-items: center;
}
.list-item div{
	background-image: url(../images/sy2.png);
	background-repeat: no-repeat;
	width: 26%;
	height: 38px;
	line-height: 38px;
	/* padding-left: 10px; */
	background-size: 100% 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-item:hover div{
	background-image: url(../images/sy3.png);
	color: #fff;
}
.list-item:hover a{
	color: rgba(230, 33, 43, 1);
}
.list-item p{
	width: 74%;
	padding: 0 10px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 120%;
}
.list-item p a{
	color: #000000;
}
.home-ifo tr:hover{
	background-color: rgba(0,0,0,0.05);
}
.home-ifo tr:nth-child(1):hover{
	background:none;
}
.home-ifo td{
	font-size: 16px;
	padding: 0.7% 0;
	
	
}
.home-ifo td a{
	color: #333333;
}
.home-ifo td p{
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
	max-width: 733px;
}
.home-ifo tr td:nth-child(2){
	padding-left: 30px;
}
.home-ifo tr:nth-child(1) td:nth-child(2){
	padding: 0;
}

.home-ifo .xyd{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000000;
	display: inline-block;
	margin-right: 10px;
	margin-left: 30px;
}
.home-ifo tr:hover .xyd{
	background-color: #ff5500;
}





.demeanor{
	width:25%;
    float: right;
    background: rgba(255, 255, 255, 1);
	display: flex;
	flex-direction: column;
	margin-left: 30px;
	
box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.26);
}

.activities {
    width: 100%;
	flex: 1;
	overflow: hidden;
	position: relative;
	padding-top: 100px;
}
.activities .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    
}
.activities  .swiper-slide {
    display: block;
	width: 200px;
	/* overflow: hidden; */
}
.activities  .swiper-slide img{
	display:block;
	/* width: 100%; */
	height: 300px;
	margin: 0 auto;
}
.activities{
	text-align: center
}
.activities .text{
	display: none
}
.activities h3{
	color: #000000;
	font-size: 18px;
	line-height: 1.6;
	margin:10px 0px 5px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
	width: 350px;
	margin-left: -70px;
}
.activities p{
	color: #ff5500;
	font-size: 16px;
	
}
.activities .text img{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
}

.activities .swiper-slide-active .text{
	display: block;
}

















.demeanor .swiper{
	margin-top:6px
}

.demeanor .swiper-slide a{
	display: block;
	width: 144px;
	height: 81px;
	margin-bottom: 5px;
	position: relative;
}
.demeanor .swiper-slide .sc{
	display: none;
	width: 16px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/love.png);
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	z-index: 2;
}
.demeanor .swiper-slide .sc.selected{
	background-image: url(../images/loved.png);
}
.demeanor .swiper-slide a:nth-child(odd){
	float: left;
}
.demeanor .swiper-slide a:nth-child(even){
	float: right;
}
.demeanor .swiper-slide a img{
	display: block;
	width: 100%;
	height: 100%;
}
.demeanor .swiper-slide a:hover::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: rgba(255, 255, 255, 0.2)
}
.demeanor .swiper-slide a:hover .sc{
	display: block
}
.swiper-pagination{
	bottom: 0px
}





















.swiper-pagination-bullet{
	width: 50px;
	height: 2px;
	background: #FFFFFF;
	opacity: 0.21;
	border-radius: 0px		
}
.swiper-pagination-bullet-active{
	background: #0D8EFE;
	opacity: 0.67;	
}


/* page two */

.page-two .lists{
	height: 100%;
	margin: 0px 3.4% 0 6%
}
.page-two .lists li{
	width: 24%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	border-radius: 4px;
	float: left;
	margin-right: 8px;
	padding: 24px 0px;
	color: #000000;
	box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.64);
}
.page-two .lists li:last-child{
	margin-right: 0px
}
.page-two .title{
	padding-left: 28%
}
.page-two .title h3{
	font-size: 26px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
}
.page-two .title a{
	color: #000000;
	font-size: 22px;
}
.page-two .title a:hover{
	color: rgba(255,255,255,0.8);
	text-decoration: underline
}
.page-two .items{
	margin-top: 20px
}
.page-two .items a{
	padding:6px 0px 6px 25%;
	display: block;
	margin-bottom: 13px;
	position: relative;
}
.page-two .items a:hover{
	background: rgba(2, 84, 163, 0.3)
}

.page-two .items a:hover::before{
	display: block
}
.page-two .items a .icon{
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 5px;
}
.page-two .items p{
	margin-left: 54px;
	color: #000000;
	padding-top: 6px;
	font-size: 20px;
}



/* 第二页 */
.t-header{
	height: 104px;
	position: fixed;
	z-index: 1007;
	width: 100%;
	display: flex;
	visibility: hidden;
	transition: .2s;
}
#two-top{
	width: 100%;
	height: 50%;
	/* background-color: rgba(63, 133, 200, 0.74); */
	display: flex;
	margin-top: 50px;
	position: relative;
}

.logo2{
	width: 104px;
	height: 104px;
	border-radius: 0 0 50px 50px;
	background: #0254A3;
	padding: 19px;
	margin-left: 47.14%;
	transition: .5s;
	visibility: hidden;
}
	.logo2:hover{
		transform:scale(1.2);
	}
	
	
	
.lb{
	width: 60px;
	height: 60px;
	background: #0254A3;
	padding: 11px;
	margin-left: 38.23%;
	margin-top: 1.32%;
	transition: .3s;
	position: relative;
}
.lb .two{ 
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 14px;
	top: 28px;
}
.lb .one {
	content: attr(a);
    position: absolute;
    top: 20px;
    left: 14px;
    display: block;
    width: 30px;
    height: 2px;
    content: "";
    transition: all 0.3s ease-out 0s;
    background: #fff;
}
.lb .three {
    position: absolute;
    top: 36px;
    left: 14px;
    display: block;
    width: 30px;
    height: 2px;
    content: "";
    transition: all 0.3s ease-out 0s;
    background: #fff;
}




.two-top-left{
	width: 57%;
	margin-left: 6%;
}
.two-top-left .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	padding-right: 50px;
}
.two-top-left .title h3{
	font-size: 20px;
	color: #fff;
}
.two-top-left .list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 17px;
}
.two-top-left .list div{
	width: 33%;
	font-size: 16px;
	text-align: left;
	height: 30%;
}
.two-top-left .list div p{
	padding: 10px 36px 7px 35px;
	color: #fff;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	white-space: nowrap;
}
.two-top-left .list div p a{
	color: #fff;
}
.two-top-left .list div p:hover a{
	color: rgba(255, 144, 0, 1);
}
.two-top-left .list div p.active a{
	color: rgba(255, 144, 0, 1);
	background-color: #fff;
	border-radius: 0px 18px 0px 18px;
	padding: 5px 15px;
}
.two-top-left .video{
	display: flex;
	margin-top: 17px;
}
.video-item{
	width: 300px;
	height: 200px;
	margin-right: 72px;
	position: relative;
	overflow: hidden;
}
.video-item img{
	width: 100%;
	height: 168px;
	transition: .5s;
}
.video-item:hover img{
	transform: scale(1.05);
}
.video-item:hover .play{
	background: url(../images/play2.png) no-repeat;
	background-size: 100%;
}
.video-item p{
	font-size: 16px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.video-item .play,.two-top-right .play{
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/play1.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 124px;
	top: 60px;
	cursor: pointer;
}
/* .video-item .play:hover,.two-top-right .play:hover{
	background: url(../images/play2.png) no-repeat;
	background-size: 100%;
}	 */
.two-top-right .play{
	left: 291px;
	top: 145px;
	width: 60px;
	height: 60px;
}
.two-top-right{
	width: 599px;
	height: 332px;
	margin-top: 85px;
	overflow: hidden;
	position: relative;
}
.swiper-container2{
	height: 100%;
}
.two-top-right img{
	width: 100%;
	height: 100%;
	transition: .5s;
}
.two-top-right .swiper-slide:hover img{
	transform: scale(1.05);
}
.two-top-right .swiper-slide:hover:hover .play{
	background: url(../images/play2.png) no-repeat;
	background-size: 100%;
}
.labelText{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 2px 6px;
	z-index: 100;
	background: #F85942;
}
.video-item .labelText{
	position: absolute;
	right: 0;
	top: 0;
}
.labelTitle{
	font-size: 16px;
	position: absolute;
	left: 30%;
	bottom: 10px;
	color: #fff;
	text-align: center;
	width: 259px;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.video-jt{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1005;
	display: flex;
}
.video-jt div{
	width: 74px;
	height: 60px;
	background-color: rgba(1, 54, 106, 1);
}
.video-jt div:hover{
	background-color: rgba(95, 153, 209, 1);
	cursor: pointer;
}
.video-jt div img{
	width: 18px;
	height: 30px;
	margin: 15px 28px;
}
.two-bottom{
	display: flex;
	width: 88vw;
	margin: 40px auto 0;
}
.two-bottom .title h1{
	color: rgba(243, 76, 52, 1);
	font-size: 36px;
	writing-mode: tb-rl;
	margin-top: 30px;
	letter-spacing:15px;
}

.two-bottom .title img{
	width: 26px;
	height: 26px;
	margin-left: 4px;
	margin-top: 25px;
	transition: .2s;
}
.two-bottom .title img:hover{
	width: 30px;
	height: 30px;
}
.two-bottom .jt{
	width: 50px;
	position: relative;
	margin: 0 45px;
}
.two-bottom .jt h2{
	font-size: 20px;
	color: rgba(243, 76, 52, 1);
	letter-spacing:5px;
	position: absolute;
	width: 140px;
	bottom: 0;
	left: -35px;
}
.swiper-button-prev{
	width: 50px;
	height: 12px;
	background-image: url(../images/z1.png);
	background-size: 50px 12px;
	left: 0;
	right: 0;
}
.swiper-button-prev:hover{
	background-image: url(../images/z2.png);
}
.swiper-button-next{
	width: 50px;
	height: 12px;
	background-image: url(../images/y1.png);
	background-size: 50px 12px;
	margin-top: 30px;
	right: 0;
}
.swiper-button-next:hover{
	background-image: url(../images/y2.png);
}
.swiper-container-tb{
	width: 80vw;
	overflow: hidden;
}
.swiper-container-tb .swiper-slide{
	display: flex;
	/* align-items: center; */
	/* justify-content: space-between; */
	padding: 0 10px;
}
.swiper-container-tb .swiper-slide div{
	text-align: center;
	margin-top: 10px;
	margin-left: 47px;
}
.swiper-container-tb .swiper-slide div img{
	width: 200px;
	height: 300px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
	transition: .5s;
}
.swiper-container-tb .swiper-slide div img:hover{
	transform: scale(1.03);
}
.swiper-container-tb .swiper-slide p{
	color: rgba(243, 76, 52, 1);
	font-size: 16px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.swiper-container-tb .swiper-slide p img{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	box-shadow: none;
}





#footer{
	width: 100%;
	height: 74px;
	background-color: rgba(4, 45, 84, 1);
}
#footer .text1{
	display: flex;
	/* justify-content: space-evenly; */
	justify-content: space-around;
	line-height: 50px;
}
#footer .text2{
	text-align: center;
	font-size: 16px;
	color: #fdc241;
}
#footer p{
	font-size: 16px;
	color: #fff;
}
#footer .footer-color{
	color: rgba(253, 194, 65, 1);
}

#t-nav{
	width: 100%;
	height: 738px;
	background-color: rgba(2, 84, 163, 0.9);
	position: fixed;
	top: 0;
	z-index: 1006;
	/* display: none; */
	transition: .3s;
	visibility:hidden;
	opacity: 0;
}
#t-nav a{
	color: #fff;
}
#t-nav .top{
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 26px;
	margin: 0 auto;
	margin-top: 137px;
	border-bottom: #fff 1px solid;
	width: 100%;
	padding: 0 5%;
}
#t-nav .top div{
	padding-bottom: 20px;
	height: 60px;
}
#t-nav .top .on{
	border-bottom: #fff 5px solid;
}
#t-nav .top div:hover{
	border-bottom: #fff 5px solid;
}
#t-nav .bottom{
	display: flex;
	margin-top: 50px;
	padding-left: 200px;
}
#t-nav .bottom dl{
	width: 180px;
	font-size: 20px;
	margin-right: 140px;
}
#t-nav .bottom dl a{
	color: rgba(255, 255, 255, 0.56);
}
#t-nav .bottom dt{
	font-size: 20px;
}
#t-nav .bottom dt a{
	color: #FFFFFF;
}
#t-nav .bottom dl:nth-child(1) dt{
	margin-bottom: 30px;
}
#t-nav .bottom dd{
	margin-top: 30px;
}
#t-nav .bottom dd a:hover{
	color: #fff;
}










@media(min-width:1600px) and (max-width:1919px){
	#footer p{
		font-size:18px;
	}
	/**
	.page-one .menu .one-left-swiper{
		height: 490px !important;
	}
	.page-one .menu div.swiper-slide{
		height: 25% !important;
	}*/
	
	.header .container{
		width: 1400px;
		padding-top: 5px;
	}
	.page-one .home-new{
		background-size: 245px;
	}
	.header{
		height: 55px;
	}
	.nav li a{
		font-size: 16px;
	}
	.head-link a{
		font-size: 16px;
	}
	#t-nav{
		height: 690px;
	}
	#t-nav .bottom dd{
		margin-top: 25px;
	}
	.two-top-right{
		width: 506px;
		height: 266px;
	}
	.two-top-right .play{
		left: 236px;
		top: 100px;
	}
	.video-jt div{
		width: 48px;
		height: 40px;
	}
	.video-jt div img{
		width: 10px;
		height: 18px;
		margin: 10px 19px;
	}
	/* .page-one .menu a{
		margin-bottom: 14px;
	} */
	.page-one .menu a img{
		width: 70px;
		height: 70px;
	}
	.swiper-container-tb .swiper-slide div{
		margin-left: 16px;
	}
	.swiper-container-tb .swiper-slide div img{
		height: 250px;
		width: 170px;
		margin-left: 10px;
	}
	.swiper-container-tb .swiper-slide p img{
		height: 20px;
		width: 20px;
	}
	.home-ifo{
		margin-top: 30px;
	}
	.home-ifo td{
		padding-top: 0.5%;
	}
	#t-nav .bottom dl{
		margin-right: 80px;
	}
	.video-item{
		height: 146px;
		width: 232px;
	}
	.video-item img{
		height: 114px;
	}
	.activities{
		padding-top: 35px;
	}
	.home-ifo td p{
		max-width: 550px;
	}
	.video-item .play{
		left: 90px;
		top: 28px;
	}
	.labelTitle{
		left: 122px;
	}
	.two-top-left .list div p{
		padding-top: 7px;
		padding-bottom: 5px;
	}
	.two-bottom .title h1{
		margin-top: 10px;
		letter-spacing: 10px;
		
	}
	.two-bottom .title h2{
		margin-top: 22px;
	}
	.two-bottom .title img{
		margin-top: 15px;
	}

}



@media(max-width:1599px){
	#footer p{
		font-size:14px;
	}
	/**
	.page-one .menu .one-left-swiper{
		height: 390px !important;
	}
	.page-one .menu div.swiper-slide{
		height: 25% !important;
	}*/
	
	
	.page-one .home-new{
		background-size: 205px;
	}
	.header .container{
		width: 1200px;
		padding-top: 0px;
	}
	.header{
		height: 46px;
	}
	.nav li a{
		font-size: 16px;
	}
	.nav li{
		margin-right: 20px;
	}
	.head-link a{
		font-size: 16px;
	}
	.labelTitle{
		left: 75px;
		font-size: 14px;
	}
	.video-item .play{
		left: 74px;
		top: 38px;
	}
	.page-title{
		font-size: 40px;
	}
	.page-one .menu{
		padding-top: 2.5%;
	}
	.page-one .menu a img{
		width: 45px;
		height: 45px;
	}

	.com-title #xwdt{
		height: 37px;
		font-size: 18px;
	}
	.home-ifo{
		margin-top: 25px;
	}
	.video-item .play{
		width: 36px;
		height: 36px;
	}
	#t-nav .bottom dl{
		margin-right: 30px;
	}
	.video-item{
		height: 130px;
		width: 180px;
	}
	.video-item img{
		height: 83%;
	}
	.two-top-left .title{
		padding-top: 0px;
	}
	.two-top-left .title h3{
		font-size: 20px;
	}
	.two-top-left .list div{
		font-size: 14px;
	}
	.video-item p{
		font-size: 14px;
	}
	.two-bottom{
		margin-top: 25px;
	}
	.swiper-container-tb .swiper-slide p{
		font-size: 16px;
	}
	.swiper-container-tb .swiper-slide div{
		margin-left: 0;
	}
	.swiper-container-tb .swiper-slide div img{
		height: 190px;
		width: 128px;
	}
	.swiper-container-tb .swiper-slide p img{
		width: 15px;
		height: 15px;
	}
	.two-bottom .title h1{
		font-size: 26px;
		margin-top: 24px;
		letter-spacing: 10px;
	}
	.two-bottom .title img{
		width: 18px;
		height: 18px;
		margin-top: 8px;
	}
	.two-bottom .title img:hover{
		width: 22px;
		height: 22px;
	}
	.two-bottom .title h2{
		font-size: 16px;
		margin-top: 15px;
	}
	.page-two .items a{
		margin-bottom: 10px;
		padding: 0;
		padding-left: 20%;
	}
	.page-one .main{
		width: 95%;
	}
	#t-nav .top div{
		height: 48px;
	}
	#t-nav .top{
		font-size: 24px;
	}
	#t-nav .bottom dt{
		font-size: 18px;
	}
	#t-nav .bottom dl{
		font-size: 16px;
	}
	#t-nav{
		height: 85%;
	}
	#t-nav .top{
		margin-top: 100px;
	}
	.activities{
		padding-top: 10px;
	}
	.activities h3{
		font-size: 18px;
		width: 300px;
		margin-left: -50px;
	}
	.activities p{
		font-size: 16px;
	}
	.home-ifo td p{
		max-width: 420px;
	}
	.activities .text img{
		width: 15px;
		height: 15px;
	}

	.two-top-right{
		width: 400px;
		height: 200px;
	}
	.two-top-right .play{
		left: 189px;
		top: 66px;
	}

	.video-jt div{
		width: 36px;
		height: 32px;
	}
	.video-jt div img{
		width: 10px;
		height: 15px;
		margin: 9px 13px;
	}
	.logo2{
		height: 80px;
		padding-top: 5px;
	}
	.two-top-left .list div p{
		padding-top: 5px;
		padding-bottom: 3px;
	}
	#t-nav .bottom dd{
		margin-top: 20px;
	}
	#t-nav .bottom dl:nth-child(1) dt{
		margin-bottom: 40px;
	}
	.swiper-container-tb .swiper-slide div{
		width: 174px;
	}
	#xyfc{
		height: 50px;
	}
	
	.page-one .menu {
		height:auto;
	}
	.two-bottom .jt h2{
		font-size: 16px;
		left: -15px;
	}
	.two-bottom .title{
		height: 175px;
	}
	
	.list-item div {
		height: 30px;
	}
	
	.home-ifo tr:nth-child(6),.home-ifo tr:nth-child(7) {
		display:none;
	}
}
@media (width:1920px) {
	.page-two .lists li{
		padding-top: 70px;
	}
	
}
@media(max-width:1366px){
.com-title h3{
		font-size: 18px;
	}
	.com-title h3 img {
		width: 18px;
	}
	.home-ifo td {
		font-size: 14px;
		
	}
	.home-ifo tr:nth-child(6),.home-ifo tr:nth-child(7) {
		display:none;
	}
}