﻿/* ============================================================
   样式重置 
   ============================================================ */
*{box-sizing:border-box; cursor:pointer; -webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:400;}
ul,dl,ol{list-style:none;}
img,fieldset,input[type="submit"]{border:0 none;}
img{display:inline-block;overflow:hidden;vertical-align:top; width:100%;}
em{font-style:normal;}
strong{font-weight:bolder;}
table{border-collapse:collapse;border-spacing:0;}
button,input{cursor:pointer;border:0 none;-webkit-appearance: none;appearance:none; border-radius: 0;}
textarea{word-wrap:break-word;resize:none;}  /* word-wrap for opera, resize for webkit */
menu{margin:0;padding:0;}
body{margin: 0 auto;-webkit-user-select: none;-webkit-text-size-adjust: none!important;font-family:"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-weight: 400;background:#fff; color:#333; }
input,textarea{font-family:"Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial",sans-serif,Droidsansfallback;font-weight: 300;}
input[type="number"]{-webkit-user-select:text;}
a,button,input{-webkit-touch-callout:none;}/* 1.ios 长按时不触发系统的菜单 2.禁止长按时下载图片 */
input,select,textarea{outline:none;background: none;font-weight: 400;}
/* input { -webkit-appearance: none; } */
/* 去除android4.0以下 a/button/input标签被点击时产生的边框 因为边框引起了不少bug */
a,button,input,select,li{-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* Android4.0下不识别选择器-webkit-transform-3d 使用它可做Android4.0下版本兼容 */
@media all and (-webkit-transform-3d){
    /* android4.0+ ios4+ 恢复按钮被点击时产生的效果 */
    /*a,button,input{-webkit-tap-highlight-color:rgba(130,130,130,.52);}*/
    a,button,input,select{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;-moz-tap-highlight-color: transparent;outline: none;}
}
a{text-decoration:none;}
.fl{
    float:left;
}
.fr{
    float:right;
}

/*弹性盒子*/
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-top{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:center;align-items:flex-start;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
.flex-space-around{-webkit-justify-content:space-around;justify-content:space-around;}
.flex-space-between{-webkit-justify-content:space-between;justify-content:space-between;}
.hor-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}
.ver-view{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}
.hor-gap{width:1px;height:100%;line-height:0}
.ver-gap{height:1px;width:100%;line-height:0}

.between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center}
.start{display: flex;display: -webkit-flex; justify-content: flex-start;-webkit-justify-content: flex-start}
.end{display: flex;display: -webkit-flex; justify-content: flex-end;-webkit-justify-content: flex-end}
.middle{display: flex;display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}　
.fn-hide{display:none}

.clearfix:after,.clearfix:before {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { *zoom: 1; }
::-moz-placeholder { color: #cecece; font-size:0.34rem;}
::-webkit-input-placeholder { color:#cecece;  font-size: 0.34rem;}
:-ms-input-placeholder { color:#cecece;  font-size: 0.34rem;}

.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.midcenter {display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center; align-items: center;}

html {overflow-y: auto;overflow-x: hidden;height: 100%;max-width:750px; margin:0 auto;}
body{max-width:750px; margin:0 auto;}
.bg_one img{ display:block;}

.bg_one{min-height: 100%;margin: 0 auto;overflow: hidden;-webkit-overflow-scrolling: touch;position:relative;background: #1e317d url(../images/bg.png) left top repeat-y; background-size:7.5rem 4.7rem ; position:relative;}

.topmain{position: relative;padding-top:0.96rem;}
.toplogo{ position:absolute;z-index:2; top:0.32rem;left:0.37rem;width:2.08rem;}
.topyear{ position:absolute;z-index:2; top:0.57rem;right:1.01rem;width:1.11rem;}
.top1{ position:absolute;z-index:3; top:1.2rem;left:0;right:0; margin:0 auto;width:5.06rem;}
.top1 .ztwz{width:4.35rem;}
.navcon{ padding:0 0.18rem;}
.navcon span{ display:inline-block; vertical-align:top; margin-top:0.08rem; margin-left:0.18rem;background: #0C1B5E;border-radius: 0.08rem;border: 1px solid #CD9D2E; padding:0.04rem 0.12rem; font-size:0.22rem;color: #FFFFFF;line-height:0.30rem;}

.bk1{ margin:0 auto; margin-top:0.48rem; width:6.86rem; background:rgba(6, 23, 99, 0.3); border-radius:0.08rem; padding:0.35rem 0 0.38rem;}
.bk1 .bt{ margin:0 auto; margin-bottom:0.25rem; width:3.79rem;}
.bk1 ul{margin:0 auto;width:5.3rem;}
.bk1 ul li{ margin-top:0.2rem; width:100%; height:0.6rem; background:url(../images/btbg.png) no-repeat; background-size:5.3rem 0.6rem;}
.bk1 ul li span{ font-size:0.28rem;font-weight: 600;color: #162975;line-height: 0.4rem;}
.bk1 ul li:first-child{margin-top:0;}

.viewbg{ position:relative;z-index:2;}
.viewbg .swiper-container{}
.viewbg .swiper-slide{ width:100%; padding-bottom:0.43rem; position:relative;}
.viewbg .videobox{ margin:0 auto; width:6.86rem; height:4.02rem;position: relative;box-shadow: 0rem 0rem 0rem 0rem rgba(39, 52, 125, 0.36);
border-radius: 0.12rem;}
.viewbg .on-box{position: absolute; top: 0; left: 0; right: 0;bottom: 0; background:#000;border-radius: 0.12rem; overflow:hidden; height: 100%; z-index:10;}
.viewbg .on-box .play{ position:absolute; transform:translate(-50%,-50%); top:50%; left:50%; background:url(../images/play.png) no-repeat; width:0.88rem; height:0.88rem; background-size:0.88rem 0.88rem; }
.viewbg .cover-img{height:4.02rem;}
.viewbg .video-play{ width:100%; height:4.02rem; display:block; border-radius: 0.12rem;overflow: hidden;}
.viewbg .swiper-pagination{ height:0.12rem; font-size:0; vertical-align:top; bottom:0.13rem;}
.viewbg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 0.05rem; width:0.1rem; height:0.06rem;border-radius:50%;background:rgba(190, 161, 81, 0.5);opacity:1;}
.viewbg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{width:0.54rem;background:rgba(190, 161, 81, 1);border-radius:0.03rem;}

.viewbox .video-play{ width:100%; height:4.02rem; display:block;}
.bt_title{position:relative; z-index:2; margin:0 auto;width:4.59rem;}
.bt_title1{margin-top:0.58rem;margin-bottom:0.32rem;}
.bt_title2{margin-top:0.41rem;margin-bottom:0.32rem; }
.bt_title3{margin-top:0.41rem;margin-bottom:0.42rem;}
.bt_title4{margin-top:0.74rem;margin-bottom:0.4rem;}
.bt_title5{margin-top:0.74rem;margin-bottom:0.4rem;}
.bt_title6{margin-top:0.74rem;margin-bottom:0.55rem;}


.citylist{position:relative; z-index:2;margin:0 auto;width:6.9rem;}
.citylist li{ width:3.3rem;margin-top:0.2rem;}
.citylist li:first-child,.citylist li:nth-child(2){ margin-top:0;}
.citylist li a{width:100%; height:1.26rem; display:block; background:url(../images/city.png) no-repeat; background-size:cover;}
.citylist li a .bt{ padding-top:0.2rem;font-size:0.34rem;font-weight: 600;color: #AB810D;line-height: 0.48rem;text-align:center;}

.xylist{position:relative; z-index:2;margin:0 auto;width:6.9rem;}
.xylist li{margin-top:0.26rem;}
.xylist li:first-child{ margin-top:0;}
.xylist li a{ display:block; position:relative; padding-left:2.03rem; padding-bottom:0.3rem; padding-top:0.27rem; padding-right:0.32rem;height:2.74rem; background:url(../images/itembg.png) no-repeat; background-size:cover;}
.xylist li .pic{ position:absolute;left:0.3rem;top:0.32rem; width: 1.43rem;height: 2.10rem;background: #D8D8D8;border-radius: 0.08rem; overflow:hidden;}
.xylist li a .xybt1{font-size:0.32rem;font-weight: 600;color: #AB810D;line-height: 0.45rem;}
.xylist li a .xybt2{font-size:0.2rem;font-weight: 400;color: #C7940B;line-height: 0.28rem; margin-top:0.08rem;}
.xylist li a .xybt3{font-size:0.2rem;font-weight: 400;color: #647BD9;line-height: 0.28rem; margin-top:0.18rem;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.xylist li a .bot{ margin-top:0.19rem; height:0.45rem;color: #4E68C3;}
.xylist li a .bot .wz1{width: 1.08rem;height: 0.32rem;background: #E2E8FF;border-radius: 0.17rem; font-size:0.2rem;font-weight: 400;color: #8897D2;line-height: 0.32rem; text-align:center;}
.xylist li a .bot .wz2{ margin-right:0.22rem; margin-left:0.36rem;font-size: 0.32rem;font-weight: 600;}
.xylist li a .bot .wz3{font-size: 0.3rem;}

.xylist li a.list2{ padding-top:0.42rem;}
.xylist li a.list2 .xybt3{ margin-top:0.31rem;}


.enter_btn{ margin:0 auto;width: 4.60rem;height: 0.75rem;background: #FEF9E4;border-radius: 0.08rem;border: 2px solid #A9831C; font-size:0.36rem; text-align:center;color: #A9831C;letter-spacing: 6px;}

.call{ padding:0 0.3rem;}
.tuma{ width:50%;}
.tuma img{ width:2.1rem; display:block; margin:0 auto;}
.tuma .wz{ margin-top:0.22rem; font-size:0.2rem;font-weight: 400;color: #BEA503;line-height: 0.28rem; text-align:center;}


.bottomwz{ margin-top:0.55rem;font-size:0.28rem;font-weight: 400;text-align:center;color: #fff;line-height: 0.4rem;}
.bottomwz a{ color:#fff;}
.footwz{position:relative; z-index:4; padding:0.65rem 0.4rem 0.6rem;font-size:0.26rem;font-weight: 400;text-align:center;color: #647EED;line-height: 0.37rem;letter-spacing: 1px;}

.bg_two{min-height: 100%;margin: 0 auto;overflow: hidden;-webkit-overflow-scrolling: touch;position:relative;background: #0068b7; position:relative;}
.ny-list{ padding:1.8rem 0.9rem 0.8rem;}
.ny-list a{ display:block; margin-bottom:0.56rem; background:#fff; border-radius:0.8rem; height:0.8rem; line-height:0.8rem; text-align:center; font-size:0.32rem; color:#000;}






/**适配**/
@media screen and (min-width:320px) {
    html { font-size: 42.66px }
    }
    @media screen and (min-width:360px) {
    html { font-size: 48px }
    }
    @media screen and (min-width:375px) {
    html { font-size: 50px }
    }
    @media screen and (min-width:384px) {
    html { font-size:51.2px }
    }
    @media screen and (min-width:400px) {
    html { font-size: 54px }
    }
    @media screen and (min-width:414px) {
    html { font-size: 54px }
    }
    @media screen and (min-width:424px) {
    html { font-size: 56.54px }
    }
    @media screen and (min-width:480px) {
    html { font-size: 64px }
    }
    @media screen and (min-width:540px) {
    html { font-size: 72px }
    }
    @media screen and (min-width:640px) {
    html { font-size: 85.32px }
    }
    @media screen and (min-width:720px) {
    html { font-size: 96px }
    }
    @media screen and (min-width:750px) {
    html { font-size: 100px }
    }
	
	@media only screen and (device-width: 375px) and (device-height: 667px){
		
	}
	
	/* x/xs */
    @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
		
    }
	/* xs max/xr */
	 @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
		
	}
	@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {	
		
	} 
	
