@charset "utf-8";
/* CSS Document */
*,*:before,*:after {}
body{ margin:0px; padding:0px; font-size:12px;font-family: "Noto Sans SC"; font-weight: 400;color:#898989;line-height:1; background:#FFF;}
*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form,input{ margin:0px; padding:0px;}
input,textarea { font-family: "Noto Sans SC"; font-weight: 400; border: none; outline: none; background: none; }
ul,li{ list-style:none}
img{border:0px; padding:0px; display: block;}
a{ color:#5c5c5c; text-decoration:none}

h2,h3,h4,b,strong { font-weight: normal; }
em,i { font-style: normal; }


.top{ width: 90%;position: fixed; top: 20px;left: 5%; background: #fff;z-index: 99;height: 90px; transition: top .5s ease; background: #fff; -webkit-transition: top .5s ease; box-shadow: 0 0 10px rgba(0,0,0,0.2); transition: 0.5s;}
.top:hover{ background: #20478b;}
.top:hover .logo{  background: url(../images/logo2.png) center center no-repeat; }
.top:hover .nav ul li a{ color: #fff;}
.top .logo{ float: left; width: 15%; height: 100%; float: left; background: url(../images/logo.png) center center no-repeat; transition: 0.5s; }
.top .logo a{ display: block; width: 100%; height: 100%;}
.top .nav{ float: left; width: 65%; height: 100%; border-left:1px solid #d1d1d1 ; margin-left:1%; padding-left:5%;}
.top .nav ul{ width: 100%; height: 100%; }
.top .nav ul li{ width: 16%; float: left; line-height: 90px; text-align: center;}
.top .nav ul li a{ color: #333; font-size: 16px; transition: 0.5s;}
.top .nav ul li a.on{ color:#e60012;}
.top .quick{ float: right; display: block; width: 10%; background: #e60012; text-align: center;}
.top .quick .tit{ display: block; font-size: 16px; width: 100%;line-height: 90px; color: #fff;}
.top .quick .sub{ position: absolute; top: 90px; right: 0; width:17%; background: #e60012; padding:0; box-sizing: border-box; overflow: hidden; height: 0; transition: 0.5s;}
.top .quick:hover .sub{ padding: 40px; height: auto;}
.top .quick:hover .sub ul{ padding: 0; opacity: 1;}
.top .quick .sub ul{ width: 100%; padding-left: 200px; opacity: 0; transition: 0.8s;}
.top .quick .sub ul li{ height: 24px; border-left:3px solid #fff; padding-left: 20px; box-sizing: border-box; line-height: 26px; margin-bottom: 30px; text-align: left;}
.top .quick .sub ul li a{ font-size: 16px; color: #fff;}
.top .quick .sub ul li:last-child{ margin-bottom: 0;}
.top .nav ul li .sub{ padding:0; height: 0; position: absolute; left: 0; top: 90px; background: #fff; width: 100%; overflow: hidden; transition: 0.5s;}
.top .nav ul li .sub dl{ width: 100%; overflow:hidden; padding: 60px 8% 0 8%; box-sizing: border-box; opacity: 0; transition: 1s; display:flex;}
.top .nav ul li .sub dl dd { line-height: 16px; text-align: left; margin-right:5%; min-width:8%;}
.top .nav ul li .sub dl dd span{ width: 40px; height: 2px; background: #333; display: block; margin-bottom: 20px; transition: 0.5s;}
.top .nav ul li .sub dl dd:hover span{ width: 70px;}
.top .nav ul li .sub dl dd a{ font-size: 16px; color: #333; display: inline-block; height: 16px; text-align: left;}
.top .nav ul li:hover .sub{ height: 150px; }
.top .nav ul li:hover .sub dl{ opacity: 1;}

.banner{ width: 100%; /*height: 100vh;*/ height: auto; overflow: hidden; position: relative;}
.banner img{ display: block; width: 100%; height: 100%;}
.banner video{ min-width: 100%; min-height: 100%;position: absolute;left: 0;top: 0;}
.banner .swiper-container{ width: 100%; height: 100%;}
.banner .swiper-slide{ width: 100%; height: 100%;}
.banner .text_box{ display:none; position: absolute; bottom: 0px; left: 0; width:100%; height:350px; background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0, 0, 0, 0.8)));}
.banner .text_box a{ display:block; width:90%; margin:50px auto 0px;}
.banner .text_box .tit{ font-size: 42px; font-weight:bold; color: #fff;}
.banner .text_box .en{font-size: 55px;font-family: 'impact';line-height: 1;margin: 10px 0 20px; color: #fff;}
.banner .text_box .cn{ font-size: 22px; color: #fff; line-height: 1.6;}
.banner .swiper-button-next{ background: none;  height: 100%; width: 50%; right: 0; top: 0; margin: 0;}
.banner .swiper-button-prev{ background: none;  height: 100%; width: 50%; left: 0; top: 0; margin: 0;}
.banner .swiper-button-next:hover{cursor: url(../images/next.png), default;}
.banner .swiper-button-prev:hover{ cursor: url(../images/prev.png), default;}
.banner .bannerApp{ display: none;}
.container .layer1{ width: 100%; padding: 100px 0; background: #eef2f5;}
.titWarp{ width:90%; max-width: 1600px; margin: 0 auto;}
.title{ width: 100%; position: relative; overflow: hidden;}
.title .titLeft{ float: left;}
.title .titLeft h2{ font-size: 48px; line-height: 76px; color: #20478b; font-family:Impact ;}
.title .titLeft h3{ font-size: 34px; line-height: 34px; color: #000; margin-bottom: 5px; font-weight: bold;}
.title .titLeft h3 span{ color: #20478b;}
.title .titLeft p{ font-size: 16px; color: #979797;}
.title .more{ display: block; position: absolute; right: 0; top: 70px; font-size: 14px; color: #a8a8a8;}
.title .more span{ color: #20478b;}
.title .titList{ position: absolute; right: 0; bottom: 0;}
.title .titList ul{ height: 30px; float: right; overflow: hidden;}
.title .titList ul li{ height: 30px; float: left; line-height: 28px; margin-left: 20px; position: relative;}
.title .titList ul li a{font-size: 18px; color: #000; font-weight:bold; transition: 0.5s;}
.title .titList ul li span{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; display: block; transition: 0.5s;}
.title .titList ul li.on a{ color:#20478b; font-size: 22px;}
.title .titList ul li.on span{ background: #20478b; width: 50px;}

.container .layer1 .layer1Box{ width:90%; max-width: 1600px; margin: 0 auto; overflow: hidden; padding-top: 50px;}
.container .layer1 .layer1Box .layer1Left{ float: left; width: 100px; background: #20478b; height: 400px; position: relative;}
.container .layer1 .layer1Box .layer1Left .Main{margin-top: 40px; width: 315px; height: 100px; position: absolute; left:100px; top: 0; transition: 0.5s;transform-origin:left top; transform: rotate(90deg);}
.container .layer1 .layer1Box .layer1Left .swiper-pagination{ width: 250px; height: 2px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #1c3c74;}
.container .layer1 .layer1Box .layer1Left .swiper-pagination span{ background: #4a81df;}
.container .layer1 .layer1Box .layer1Left .Main p{ display: inline-block; float:left; line-height: 100px; float: left; font-size: 14px; color: #fff;}
.container .layer1 .layer1Box .layer1Left .Main p:last-child{ float: right;}
.container .layer1 .layer1Box .layer1Right{ float: right; width: calc(100% - 100px); height: 400px; background: url(../images/ipt1_bg.jpg); background-size:auto 100%; position: relative;}

.container .layer1 .layer1Box .layer1Right .swiper-container{ width: 100%; height: 100%;}
.container .layer1 .layer1Box .layer1Right .nr{ width: 100%;height: 100%; overflow: hidden;}
.container .layer1 .layer1Box .layer1Right .nr .text{ float: left; width: 45%; padding-left:50px; box-sizing: border-box;}
.container .layer1 .layer1Box .layer1Right .nr .text h2{ padding: 40px 0 10px; font-size: 26px; color: #000;}
.container .layer1 .layer1Box .layer1Right .nr .text h2 span{ font-family: impact; font-size: 48px; color: #20478b;}
.container .layer1 .layer1Box .layer1Right .nr .text p{ font-size: 15px; line-height: 1.5; padding-bottom:10px; color: #555;}
.container .layer1 .layer1Box .layer1Right .nr .icon{ width: 55%; float:right; height: 100%; position: relative;}
.container .layer1 .layer1Box .layer1Right .nr .icon img{ max-width:90%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.container .layer1 .layer1Box .layer1Right .swiper-button-prev{ width: 40px; height: 40px; text-align: center; line-height: 36px; box-sizing: border-box; bottom: 35px; left: 40px; border-radius:50%; font-size: 24px; border: 1px solid #20478b; background: none; color: #20478b; margin: 0; top: auto; transition: 0.5s;}
.container .layer1 .layer1Box .layer1Right .swiper-button-next{ width: 40px; height: 40px; text-align: center; line-height: 36px; box-sizing: border-box; bottom: 35px; left: 105px; border-radius:50%; font-size: 24px; border: 1px solid #20478b; background: none; color: #20478b; margin: 0; top: auto;transition: 0.5s;}
.container .layer1 .layer1Box .layer1Right .swiper-button-next:hover{ border: 1px solid #20478b; color: #20478b;}
.container .layer1 .layer1Box .layer1Right .swiper-button-prev:hover{ border: 1px solid #20478b; color: #20478b;}


.proBox{ margin-bottom:30px; padding:60px 50px; background: url(../images/proBox_bg.jpg); background-size:cover; border-radius:25px; display:flex;  justify-content:space-between; align-items:center;}
.proImg{ width:50%;}
.proImg img{ max-width:100%; height:auto;}
.proInfo{ width:42%; padding:0 4%;}
.proInfo h2{ font-size:36px; line-height:1.5; color:#333;}
.proInfo h2 span{ display:block; font-size:20px; color:#20478b; }
.proInfo p{ font-size:18px; line-height:1.75; padding:30px 0 50px; }
.proInfo>a{ width:160px; display:inline-block; margin-right:20px; padding:5px 20px; font-size:18px; color:#000; border:1px solid #ddd; border-radius:20px; cursor:pointer;}
.proInfo>a>div{ display:flex; align-items:center;}
.proInfo>a img{ width:32px; display:inline-block; margin-right:10px;}

.container .layer3{ padding: 100px 0; }
.container .layer3_box{ width:90%; max-width: 1600px; margin: 0 auto; display:flex; align-items:center; justify-content:space-between;}
.container .layer3_box .layer3Top{ width: 42%; }
.container .layer3_box .layer3Top .title .more{ right: 0px; top: 20px;}
.container .layer3_box .layer3Top .text{ font-size: 16px; margin-top: 20px; line-height: 1.6;}
.container .layer3_box .layer3Top .text a{ color: #a9a9a9; font-size: 16px; transition: 0.5s;}
.container .layer3_box .layer3Top .text a:hover{ color: #20478b;}
.container .layer3_box .layer3Top .text p{ padding:5px 0;}
.container .layer3 .icon{ width:50%;}
.container .layer3 .icon img{ max-width:100%;}

.container .layer4{ width: 100%; padding: 100px 0; background:#f4f4f9;}
.container .layer4_box{ width:90%; max-width: 1600px; margin: 0 auto; overflow:hidden;}
.container .layer4_box .main{ width: 100%; height: 380px; overflow: hidden; margin-top: 30px;}
.container .layer4_box .main .video{ float: left; width: 48%; float: left; height: 100%; position: relative; overflow: hidden;}
.container .layer4_box .main .video .icon{ width: 100%; height: 100%; overflow: hidden;}
.container .layer4_box .main .video .icon img{ display: block; width: 100%; height: 100%; transition: 0.5s;}
.container .layer4_box .main .video:hover .icon img{ transform: scale(1.1);}
.container .layer4_box .main .video .tit{text-indent: 35px; width: 100%; position: absolute; height: 72px; position: absolute;  left: 0; bottom: 0; background: rgba(0,0,0,0.7); line-height: 72px; color: #fff; font-size: 20px; text-indent: 35px;}
.container .layer4_box .main .video .tit .VideoClick{ position: absolute; right: 0; top: 0; width: 100px; height: 72px; background: url(../images/icon6.png) center center no-repeat #20478b; cursor: pointer;}
.container .layer4_box .main .list{ float: right; width:48%; float: right; height: 100%; position: relative;}
.container .layer4_box .main .list .bd{ width: 100%; height: 315px;}
.container .layer4_box .main .list .bd ul{ width: 100%; height: 100%;}
.container .layer4_box .main .list .bd li a{padding: 25px; transition: 0.5s; overflow: hidden; border-bottom:1px solid #ddd; display:flex;}
.container .layer4_box .main .list .bd li .day{  width: 15%; color: #9c9c9c; font-size: 14px; text-align: center; margin-right: 2%;line-height: 1; }
.container .layer4_box .main .list .bd li .day h2{font-size: 45px; line-height: 1; color: #9c9c9c; transition: 0.5s;}
.container .layer4_box .main .list .bd li .day p{ color: #9c9c9c;font-size: 14px;text-align: center; line-height: 1; transition: 0.5ss;}
.container .layer4_box .main .list .bd li .nr{ width: 82%; margin-top: 5px;}
.container .layer4_box .main .list .bd li .nr h2{ font-size: 17px; color: #000; font-weight: bold; line-height:1.4; margin:5px 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.container .layer4_box .main .list .bd li .nr p{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #666;}
.container .layer4_box .main .list .bd li:hover .day h2{ color: #20478b;}
.container .layer4_box .main .list .bd li:hover .day p{ color: #20478b;}
.container .layer4_box .main .list .bd li:hover{ background: #e8ebf2;}
.container .layer4_box .main .list .hd{ width: 100%; height: 25px; position: absolute; left: 0; bottom: 0;}

.container .layer4_box .main .list .hd  .prev{ width: 49%; float: left; margin-right: 2%; height: 25px; border-radius:5px; background:url(../images/icon-arrow-up.png) center center no-repeat #b9babb; transition: 0.5s; cursor: pointer; background-size:auto 100%;}
.container .layer4_box .main .list .hd  .next{ width: 49%; float: left; height: 25px; border-radius:5px ; margin-right: 0; background: url(../images/icon-arrow-down.png) center center no-repeat #b9babb; background-size:auto 100%;transition: 0.5s;}
.container .layer4_box .main .list .hd  .prev:hover{ background-color: #20478b;}
.container .layer4_box .main .list .hd  .next:hover{ background-color: #20478b;}
.videoFixed{width: 960px;height: 580px;top: 50%;left: 50%; transform: translate(-50%,-50%); position: fixed;z-index: 999; display: none;}
.videoFixed video{ background: #000; width: 100%; height: 100%; display: block; }
.videoFixed .close{ font-size: 24px; color: #fff; right: 0; top: 0; line-height: 50px; text-align: center; width: 50px; height: 50px; position: absolute; cursor: pointer;}
.bgWarp{ width: 100%; height: 100vh; background: rgba(0,0,0,0.5); position: fixed; left: 0; top: 0; z-index: 998; display: none;}

.footer{ padding: 70px 0 0px 0; background: #234989;}
.footer_box{ width:90%; max-width: 1600px; margin: 0 auto;  height: 240px;}
.footer_box ul{ overflow: hidden; float: left;}
.footer_box ul li{ float:left; margin-right: 70px; line-height: 1.6;}
.footer_box ul li a{ font-size:14px ; display: block; color: #fff; line-height: 28px; transition: 0.5s;}
.footer_box ul li a:first-child, .footer_box ul li a.title{ font-size: 20px; line-height: 42px;}
.footer_box ul li a:hover{ opacity: 0.8;}
.footer_box .footerRight{ float: left; text-align: left;}
.footer_box .footerRight h2{ line-height: 42px; font-size: 20px; color: #fff; padding-right: 20px; border-right:3px solid #fff; margin-bottom: 10px;}
.footer_box .footerRight p{ font-size: 14px; line-height: 1.6; color: #fff;}
.footer_box .footerRight dl{ margin-top: 40px;}
.footer_box .footerRight dl dd{ width: 55px; height: 55px; float: right; margin-left: 5px; position: relative;}
.footer_box .footerRight dl dd img{ display: block; width: 100%; height: 100%;}
.footer_box .footerRight dl dd .code{ width: 134px; height: 134px; position: absolute; left: 0; top: -15px; transform: translateY(-100%); display: none;}
.footer_box .footerRight dl dd:hover .code{ display: block;}
.footer_box .erweima img.code{ width:120px;}

.copyright{  background: #18386e;}
.copyrightBox{ width:90%; max-width: 1600px; margin: 0 auto; line-height: 60px; color: #fff; font-size: 14px;}
.copyrightBox a{ color:#fff; margin-left:10px;}
.copyrightBox a:hover{ color:#fff; opacity: 0.8;}
.copyrightBox span.zhichi{ float:right; text-align:right; display:inline-block;}
.sideFixed{ position: fixed; display: none; right: 0; top: 50%; transform: translateY(-50%); z-index: 996;}
.sideFixed li{ height: 50px; border-radius:6px 0 0 6px; background: #39424b; margin-bottom: 3px; transition: 0.5s; margin-right: -140px; position: relative;}
.sideFixed li .icon{ float: left; width: 50px; height: 50px; position: relative;}
.sideFixed li .icon img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.sideFixed li .text{ width: 140px; height: 50px; float: left; transition: 0.5s; overflow: hidden; font-size: 14px; color: #fff; line-height: 50px;}
.sideFixed li .text a{ color: #fff;}
.sideFixed li.on:hover{ background: #173e7f; transform: translateX(-140px);}
.sideFixed li .code{ left: 0; transform: translateX(-125px); display: none; top: 0; position: absolute;}
.sideFixed li img.code{ width:120px; height:120px;}
.sideFixed li:hover .code{ display: block;}
.top .sideClick{ display: none;}
.sidebar{ display: none;}

.videoCover { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background: rgba(0,0,0,.8);}
.videoInfor {width: 100%; max-width:1400px; max-height: 90%; position: relative; left:50%; top: 50%; background: #000; transform: translate(-50%,-50%);}
.videoInfor video { margin:0px auto; display: block; max-width: 100%; max-height: 800px !important; outline: none;}
.videoInfor .closeBtn { display: block; z-index: 2; position: absolute; right: 0; top: 0; background: url(../images/close.png) center no-repeat #000000; width: 48px; height: 48px; cursor: pointer;}
#screen { display: none; position: fixed; top: 60px; bottom: 0; left: 0; width: 100%; z-index: 15; background:rgba(0,0,0,0.5) ;}

@media(max-width:1400px ) {
	.proInfo h2{ font-size:28px;}
	.proInfo h2 span{ font-size:18px;}
	.proInfo p{ font-size:16px; padding:20px 0 40px;}
	.proInfo>a{ zoom:0.9;}
}
@media(max-width:1240px ) {
	.top{ height:80px;}
	.top .nav ul li{ line-height:80px;}
	.top .quick .tit{ line-height:80px;}
	.top .nav ul li .sub{ top:80px; }
	.top .nav ul li:hover .sub{ padding:50px 0; height:120px;}
	.top .nav ul li:hover .sub dl{ padding:0 50px;}
	.top .nav ul li .sub dl dd span{ margin-bottom:12px;}
	.banner .text_box{ height:280px;}
	.banner .text_box .tit{ font-size:36px;}
	.banner .text_box .cn{ font-size:18px;}
	.title .titLeft h2{ font-size:45px; line-height:1.5;}
	.title .titLeft h3{ font-size:30px; line-height:1;}
	.container .layer1 .layer1Box .layer1Left{ width: 80px;}
	.container .layer1 .layer1Box .layer1Left .Main{ height: 80px; left:80px;}
	.container .layer1 .layer1Box .layer1Left .Main p{ line-height:80px;}
	.container .layer1 .layer1Box .layer1Right{ width: calc(100% - 80px);}
	.container .layer1 .layer1Box .layer1Right .nr .text{ padding-left:40px;}
	.container .layer1 .layer1Box .layer1Right .nr .text h2 span{ font-size:42px;}
	.container .layer3_box .layer3Top .text a{ font-size:15px; }
	.footer_box ul li{ margin-right:50px;}
	.proInfo>a{ width:150px; padding:5px 15px; margin-right:10px;}
}
@media(max-width:1080px ) {
	.banner .text_box{ height:200px;}
	.container .layer1{ padding:80px 0;}
	.title .titLeft p{ font-size:15px;}
	.title .titList ul li{ margin-left:15px;}
	.title .titList ul li a{ font-size:16px;}
	.title .titList ul li.on a{ font-size:20px;}
	.container .layer3_box .layer3Top{ width:45%;}
	.container .layer4_box .main .video .tit{ height:60px; line-height:60px; font-size:18px; text-indent:20px;}
	.container .layer4_box .main .list .bd li a{ padding:25px 15px;}
	.footer{ padding-top:60px;}
	.footer_box{ height:210px;}
	.footer .erweima{ display:none;}
	.footer_box ul li a{ font-size:13px; line-height:2;}
	.footer_box ul li a:first-child, .footer_box ul li a.title{ font-size:18px; line-height:2;}
	.copyrightBox{ font-size:13px;}
	.proInfo{ width:44%; padding:0 3%;}
}

@media(max-width:960px ) {
	.sidebar{ display: block; position: fixed; left: -100%; top: 0; width: 60%; height: 100vh; background: #333; box-shadow: 0 0 10px rgba(0,0,0,0.2); overflow: hidden; z-index: 999; transition: 0.5s;}
	.sidebar .sidebar_box{ width: 200%; padding: 20px 0; height: 100%; position: absolute; left: 0%; transition: 0.5s;}
	.sidebar .sidebar_box ul{ width: 50%; float: left;}
	.sidebar .sidebar_box ul li{ height: 45px; width: 100%; position: relative; border-bottom:1px solid #232323;}
	.sidebar .sidebar_box ul li a{ display: block; width: 100%; height: 100%; line-height: 45px; text-indent: 25px; font-size: 16px; color: #fff;}
	.sidebar .sidebar_box ul li .more{border-left:1px solid #232323; width: 45px; height: 45px; right: 0; top: 0; position: absolute;}
	.sidebar .sidebar_box ul li .more img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: block; width:auto; height:30%; opacity: 0.6;}
	.sidebar .sidebar_box .moreBox{ width: 50%; float: left; height: 100%;}
	.sidebar .sidebar_box .moreBox dl dd{ height: 45px; width: 100%; position: relative;}
	.sidebar .sidebar_box .moreBox dl dd .back{ position: absolute; left: 0; top: 0; width: 45px; height: 45px;}
	.sidebar .sidebar_box .moreBox dl dd .back img{ height: 30%; width: auto; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0.7;}
	.top{ width: 100%; position: fixed; top: 0px; left: 0; z-index: 99; height: 70px; transition: top .5s ease; background-color:rgba(255,255,255,1); -webkit-transition: top .5s ease; box-shadow: 0 0 10px rgba(0,0,0,0.2); transition: 0.5s;}
	.sidebar .sidebar_box .moreBox dl dd a{ display: block; width: 100%; height: 100%; line-height: 45px; font-size: 14px; color: #fff; text-indent: 45px;}
	.sidebar .sidebar_box .moreBox dl dd:first-child a{ padding-left: 45px; box-sizing: border-box; text-indent: 0; font-weight:bold; background:#20478b; font-size: 16px;}
	.top:hover{ background: #20478b;}
	.top:hover .logo{  background: url(../images/logo2.png) center center no-repeat; }
	.top:hover .nav ul li a{ color: #fff;}
	.top .logo{ margin-left:10px; zoom:0.8;}
	.top .nav{ display: none;}
	.top .quick{ display: none;}
	.top .sideClick{ width: 70px; display: block; height: 70px; float: right; background: #20478b; position: relative;}
	.top .sideClick .nr{ width: 30px; height: 25px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: 0.5s;}
	.top .sideClick .nr span{ display: block; width: 100%; height: 3px; background: #fff; position: absolute; transition: 0.5s;}
	.top .sideClick .nr span:nth-child(1){ top: 0; left: 0;}
	.top .sideClick .nr span:nth-child(2){ top: 50%; transform: translateY(-50%); left: 0;}
	.top .sideClick .nr span:nth-child(3){ bottom: 0; left: 0;}
	.top .sideClick.on .nr{ transform: translate(-50%,-50%) rotate(180deg);}
	.top .sideClick.on .nr span:nth-child(1){ top: 50%; transform: translateY(-50%) rotate(45deg);}
	.top .sideClick.on .nr span:nth-child(3){ top: 50%; transform: translateY(-50%) rotate(-45deg);}
	.top .sideClick.on .nr span:nth-child(2){ width: 0;}
	
	
	.banner{ width: 100%; height: auto; overflow: hidden; position: relative; padding-top:70px;}
	.banner .bannerPC{display: none;}
	.banner video{ display: none;}
	.banner .swiper-container{ width: 100%; height: 100%;}
	.banner .swiper-slide{ width: 100%; height: 100%;}
	.banner .text_box{display: none;}
	.banner .bannerApp{ display: block;}
	.banner .swiper-button-next{ background: none;  height: 100%; width: 50%; right: 0; top: 0; margin: 0;}
	.banner .swiper-button-prev{ background: none;  height: 100%; width: 50%; left: 0; top: 0; margin: 0;}
	.banner .swiper-button-next:hover{cursor: url(../images/next.png), default;}
	.banner .swiper-button-prev:hover{ cursor: url(../images/prev.png), default;}
	
	
	.container .layer1{ padding: 50px 0 0;}
	.title{ width: 100%; position: relative; overflow: hidden; }
	.title .titLeft{ width: 100%;}
	.title .titLeft h2{ font-size: 32px; }
	.title .titLeft h3{ font-size: 24px; }
	.title .more{ top: 10px; }
	.title .titList{ position: relative; width: 100%; overflow: hidden;}
	.title .titList ul{ width: 100%; height: auto; overflow: hidden; overflow: hidden; margin-top: 10px;}
	.title .titList ul li{ margin-right: 20px; margin-left: 0; margin-bottom: 10px;}
	
	.container .layer1 .layer1Box{ overflow: hidden; padding: 0;}
	.container .layer1 .layer1Box .layer1Left{ display: none;}
	.container .layer1 .layer1Box .layer1Right{ width: 100%; height: auto; background: url(../images/ipt1_bg.jpg); background-size:auto 100%; position: relative;}
	
	.container .layer1 .layer1Box .layer1Right .swiper-container{ width: 100%; height: 100%;}
	.container .layer1 .layer1Box .layer1Right .nr{ width: 100%;height: 100%; overflow: hidden; padding: 3% 5%; box-sizing: border-box;}
	.container .layer1 .layer1Box .layer1Right .nr .text{ float: inherit; width: 100%; padding-left:0; box-sizing: border-box;}
	.container .layer1 .layer1Box .layer1Right .nr .text h2{ padding:0 0 10px 0; font-size:24px;}
	.container .layer1 .layer1Box .layer1Right .nr .text h2 span{ font-size:36px;}
	.container .layer1 .layer1Box .layer1Right .nr .icon{ width: 100%; float:right; height: auto; position: relative;}
	.container .layer1 .layer1Box .layer1Right .nr .icon img{ display: block; margin: 20px auto; position: relative; left: auto; top: auto; transform: translate(0,0); width: 80%; height: auto;}
	.container .layer1 .layer1Box .layer1Right .swiper-button-prev{ width: 40px; height: 40px; text-align: center; line-height: 36px; box-sizing: border-box; bottom: 35px; left: 40px; border-radius:50%; font-size: 24px; border: 1px solid #214798; background: none; color: #214798; margin: 0; top: auto; transition: 0.5s;}
	.container .layer1 .layer1Box .layer1Right .swiper-button-next{ width: 40px; height: 40px; text-align: center; line-height: 36px; box-sizing: border-box; bottom: 35px; left: 105px; border-radius:50%; font-size: 24px; border: 1px solid #214798; background: none; color: #214798; margin: 0; top: auto;transition: 0.5s;}
	.container .layer1 .layer1Box .layer1Right .swiper-button-next:hover{ border: 1px solid #20478b; color: #20478b;}
	.container .layer1 .layer1Box .layer1Right .swiper-button-prev:hover{ border: 1px solid #20478b; color: #20478b;}
	
	.container .layer3{ padding:50px 0;}
	.container .layer3_box{ flex-direction:column;}
	.container .layer3_box .layer3Top{ width:100%;}
	.container .layer3 .icon{ width:100%; margin-top:20px;}
	.container .layer4{ padding: 50px 0; }
	.container .layer4_box .main{ width: 100%; height: auto; overflow: hidden; margin-top: 30px;}
	.container .layer4_box .main .video{ float: left; width: 100%; float: left; height: 100%; position: relative; overflow: hidden;}
	.container .layer4_box .main .video .icon{ width: 100%; height: 100%; overflow: hidden;}
	.container .layer4_box .main .video .icon img{ display: block; width: 100%; height: 100%; transition: 0.5s;}
	.container .layer4_box .main .video:hover .icon img{ transform: scale(1.1);}
	.container .layer4_box .main .video .tit{text-indent: 35px; width: 100%; position: absolute; height: 72px; position: absolute;  left: 0; bottom: 0; background: rgba(0,0,0,0.7); line-height: 72px; color: #fff; font-size: 20px; text-indent: 35px;}
	.container .layer4_box .main .video .tit .VideoClick{ position: absolute; right: 0; top: 0; width: 100px; height: 72px; background: url(../images/icon6.png) center center no-repeat #20478b; cursor: pointer;}
	.container .layer4_box .main .list{ float: right; width:100%; float: right; height: auto; position: relative;}
	.container .layer4_box .main .list .bd{ width: 100%; height: 331px;}
	.container .layer4_box .main .list .bd ul{ width: 100%; height: 100%;}
	.container .layer4_box .main .list .bd li a{ padding:20px;}
	.container .layer4_box .main .list .hd{ width: 100%; height: 25px; position: absolute; left: 0; bottom: 0;}
	
	.container .layer4_box .main .list .hd  .prev{ width: 49%; float: left; margin-right: 2%; height: 25px; border-radius:5px; background:url(../images/icon-arrow-up.png) center center no-repeat #b9babb; transition: 0.5s; cursor: pointer; background-size:auto 100%;}
	.container .layer4_box .main .list .hd  .next{ width: 49%; float: left; height: 25px; border-radius:5px ; margin-right: 0; background: url(../images/icon-arrow-down.png) center center no-repeat #b9babb; background-size:auto 100%;transition: 0.5s;}
	.container .layer4_box .main .list .hd  .prev:hover{ background-color: #20478b;}
	.container .layer4_box .main .list .hd  .next:hover{ background-color: #20478b;}
	.videoFixed{width: 960px;height: 580px;top: 50%;left: 50%; transform: translate(-50%,-50%); position: fixed;z-index: 999; display: none;}
	.videoFixed video{ background: #000; width: 100%; height: 100%; display: block; }
	.videoFixed .close{ font-size: 24px; color: #fff; right: 0; top: 0; line-height: 50px; text-align: center; width: 50px; height: 50px; position: absolute; cursor: pointer;}
	.bgWarp{ width: 100%; height: 100vh; background: rgba(0,0,0,0.5); position: fixed; left: 0; top: 0; z-index: 998; display: none;}
	
	.footer{ display: none;}
	.copyrightBox{ color: #fff; text-align: center;}
	.copyrightBox span.zhichi{ display:none;}
	.proBox{ padding:40px 30px; padding-bottom:20px;}
	.proInfo h2{ font-size:24px;}
	.proInfo h2 span{ font-size:16px;}
	.proInfo p{ font-size:15px; padding:15px 0 30px;}
	.proInfo>a{ zoom:0.8;}
}

@media(max-width:768px ) {
	.top{ height:60px;}
	.top .logo{ margin-left:20px; width:120px;}
	.top .sideClick{ width:60px; height:60px;}
	.banner{ padding-top:60px;}
	.container .layer1{ padding:30px 0 0;}
	.title .titLeft h2{ font-size:30px; line-height:1.3;}
	.title .titLeft h3{ font-size:20px;}
	.title .titLeft p{ font-size:14px;}
	.title .titList ul li{ margin-bottom:0px;}
	.title .titList ul li a{ font-size:15px;}
	.container .layer1 .layer1Box{ margin-top:10px;}
	.container .layer1 .layer1Box .layer1Right .nr .text h2{ font-size:20px;}
	.container .layer1 .layer1Box .layer1Right .nr .text h2 span{ font-size:30px;}
	.container .layer1 .layer1Box .layer1Right .nr .text p{ font-size:14px; }
	.container .layer1 .layer1Box .layer1Right .nr .icon img{ margin:10px auto; width:100%; max-width:100%;}
	.container .layer3, .container .layer4{ padding:30px 0;}
	.container .layer3_box .layer3Top .text{ margin-top:10px; font-size:14px;}
	.container .layer3_box .layer3Top .text a{ font-size:14px; color:#666;}
	.container .layer4_box .main{ margin-top:20px;}
	.container .layer4_box .main .video .tit{ height:45px; line-height:45px; font-size:16px; text-indent:15px;}
	.container .layer4_box .main .list .bd{ height:262px;}
	.container .layer4_box .main .list .bd li a{ padding:15px 0;}
	.container .layer4_box .main .list .bd li .day, .container .layer4_box .main .list .bd li .day p{ font-size:12px;}
	.container .layer4_box .main .list .bd li .day h2{ font-size:32px;}
	.container .layer4_box .main .list .bd li .nr h2{ font-size:16px; line-height:1.2; margin:0; margin-bottom:3px;}
	.container .layer4_box .main .list .bd li .nr p{ font-size:13px;}
	.copyrightBox{ font-size:12px; line-height:1.5; padding:10px 0;}
	.proBox{ padding:30px 20px; flex-wrap:wrap;}
	.proBox:nth-child(1), .proBox:nth-child(3){ flex-wrap:wrap-reverse;}
	.proInfo, .proImg{ width:100%;}
	
}




