* {margin: 0 auto;padding: 0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
body{width:100%;}
.clear{clear: both;}
.wp_14{width: 14rem;}
.fl{float: left;}
.fr{float: right;}
a{color: inherit; font-size: inherit;}
a:hover{color: #21518E;}
a.more:hover{text-decoration: underline;}
input.txt::placeholder {color: #fff;}

/*头部*/
.header{padding: 0.2rem 0;}


#nav1 {width: 100%; background: #2A6FC2;}
#nav1 ul { display: flex; justify-content: space-between; width: 14rem; margin: 0 auto;}
#nav1 ul li {float: left;z-index: 0;height: 100%;position: relative; z-index: 9999;}
#nav1 ul li a { display: block; padding: 0px; position: relative; z-index: 2;    cursor: pointer; }
#nav1 ul li h3 {font-size: 0.18rem;color: #fff;line-height: 0.48rem;position: relative;transition: all 0.36s ease 0s;display: inline-block;}
#nav1 ul li h3::after { content: ""; position: absolute; }

#nav1 ul li .sub {position: absolute;top: 100%;background: rgb(255, 255, 255);width: auto;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility: hidden;opacity: 0;transition: all 0.5s ease 0s;transform-origin: center top;box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;border-radius: 0px 0px 0.08rem 0.08rem;min-width: 1.6rem; z-index: 999;}
#nav1 ul li .sub::after {content: "";height: 3px;width: 100%;position: absolute;left: 0px;top: 0px;background: #ff9d03;}
#nav1 ul li .sub .box {padding: 0.14rem 15px;text-align: center;}
#nav1 ul li .sub a {padding: 8px 0;line-height: 0.28rem;transition: all 0.6s ease 0s;font-size: 0.16rem;color: rgb(51, 51, 51);text-align: center;white-space: nowrap;display: block;}
#nav1 ul li .sub a span{display:inline-block;line-height:1.3;border-bottom:1px solid rgba(0,0,0,0);}
#nav1 ul li .sub a:hover {color: #0054D3;/* background: #0054D3; */}
#nav1 ul li .sub a:hover span{border-bottom: 1px solid #0054D3;}
#nav1 ul li:hover .sub { opacity: 1; visibility: visible; transform: translateX(-50%) scaleY(1); }
#nav1 > ul > li.on h3, #nav1 ul li:hover h3, #header.xg #nav1 ul li.on a h3, #header.xg #nav1 ul li:hover a h3 {/* color: #fff; *//* opacity: .8; */}
#nav1 > ul > li h3::before {content: ""; position: absolute; width: 12px; height: 12px; right: -0.22rem; top: 50%; margin-top: -6px; transition: all 0.3s ease 0s; background: url("") center center / 100% no-repeat; display: none;}
#nav1 > ul > li.xiala h3::before {display: block; }
#nav1 > ul > li:hover h3::after, #nav1 ul li.on h3::after {transform: scale(1); }
#nav1 > ul > li.noSubMenu h3::before {display: none; }

/*搜索框*/
.search{float: right; height: 0.34rem; width: 2.84rem; margin: 14px 0 0 0;  background: url(search_bg.png) no-repeat center center;}
.search .txt,.search .submit{border: none; background: none; height: 0.34rem; line-height: 0.34rem; float: left;}
.search .txt{padding: 0 0.08rem; width: 2.4rem; color: #fff;  font-size: 0.14rem;}
.search .submit{width: 0.3rem; cursor: pointer; background: url(search.png) no-repeat center center; /* background-size: 100% auto; */}


/*home1*/
.home1{background: url(home1_bg.png) no-repeat center top;}
.home1-t{ overflow: hidden; padding: 1.5rem 0; }
.home1-t .left{width: 45%; overflow: hidden;}
.home1-t .right{width: 53%; position: relative;}
.home1-t .right .swiper-container{width: 96.4%;}
.home1-t .right:before{content: ''; position: absolute; z-index: 1;  background: #EEE; width: 5.29rem; height: 5.3rem; right:-10px; bottom: 1px;}

.home1-t-title{color: #fff; font-size: 0.36rem;}
.home1-t-con{color: #fff; font-size: 0.2rem; line-height: .34rem; margin-top: 0.3rem;}

.home1-t .right .imged{padding-bottom: 5.3rem;}
.home1-t .right .arrow{align-items: center;}
.home1-t .right .arrow .cir{width: 100%;position: relative;bottom: 0.28rem;display: flex;align-items: center;justify-content: right;}

.home1-t .right .arrow .cir span{width: 0.15rem;height: 0.15rem; background: #E0E0E0; opacity: 1;margin: 0 .05rem !important;}
.home1-t .right .arrow .cir span.swiper-pagination-bullet-active{opacity: 1; background: #1C63D2; }

/*公共代码*/
.item_th{line-height: 0.5rem; height:0.5rem;  position: relative;}
.item_th::after{content: ''; position: absolute; z-index: -1;  background: url(line.png) repeat-x left bottom; width: 79%;height: 4px; left: 21%; top: 0.43rem;}
.item_th p{float: left; font-size: 0.3rem; font-weight: 500; color: #21518E; padding-right: 19px;}

/*公共代码*/
.imged1{width: 100%; height: 100%; overflow: hidden;}
.imged1 img{width: 100%; height: 100%; object-fit: cover; transform:scale(1); transition: all 2s ease; transform-origin: center center;}
a:hover .imged1 img{transform: scale(1.1);}
.home-title{justify-content: space-between;margin-bottom: .4rem;align-items: center; position: relative;}
.home-title::after{position: absolute; display: block; content: ""; width: calc(100% - 2.8rem); height: 1px; background: #004098; left:2.1rem; top:.25rem;}
.home-title .h3{align-items: center; float: left; width: 2rem; }
.home-title .h3 .ico{width: 0.34rem;height: 0.4rem; float: left; align-items: center;justify-content: center; margin: 0.04rem 0.1rem 0 0;}
.home-title h3{font-size: 0.34rem;color: #004098; font-weight: bold; font-family: sy;cursor: pointer;line-height: 1.35;}
.more{float: right;font-weight:500; text-align:center; height:0.5rem; line-height:0.5rem; color:#21518E; font-size: 0.18rem; font-weight: 400; letter-spacing: 0.02px;}


.news-li {display: block; padding: 0.2rem 0; line-height: 1; color: #333;}
.news-li:hover{transform: scale(1) translateY(-1px);-ms-transform: scale(1) translateY(-1px);-moz-transform: scale(1) translateY(-1px);-webkit-transform: scale(1) translateY(-1px);-o-transform: scale(1) translateY(-1px);transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s; }
.news-li .time {float: right; padding-left: 25px; color: #173E8C; font-size: 0.16rem; font-weight: 700;}
.news-li .title {display: block; overflow: hidden; color: #4E4E4E; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; font-size: 0.16rem; }
.news-li:hover .title{color: #173E8C;}

.news-info{display: block; overflow: hidden; margin:0 0; color: #000;}
.news-info .time{float: left; width: 0.66rem; height: 0.66rem; font-family: 'SimHei'; text-align: center; font-size: 0.14rem; color: #1A1A1A;}
.news-info .time .em{display: block; font-size: 0.26rem; line-height: 38px; height: 38px; color: #fff; font-weight: bold;}
.news-info .time .em1{display: block; font-size: 0.12rem; line-height: 28px; height: 28px; color: #808080;}
.news-info .txt{display: block; overflow: hidden; padding-left: 20px; text-overflow: ellipsis; white-space: nowrap; font-size: 0.18rem; line-height: 0.48rem;}

/*新闻公告*/
.home2{position: relative;}
.home2 ul{margin-top: 1.2rem;}
.home2 ul li{overflow: hidden; margin-bottom: 0.5rem;}
.home2 ul li .xw_con{float: left; width: calc(100% - 6.44rem); padding: 0.8rem 0.6rem 0.6rem 0.6rem; background: #EEE; margin-top: 0.6rem; /* position: absolute; left: 0; */}
.home2 ul li .xw_con .txt1{color: #1358AC; font-size: .2rem;  font-weight: 700; line-height: 0.3rem; margin-bottom: 0.2rem; cursor: pointer;}
.home2 ul li .xw_con .p1{ color: #969696; font-size: 0.16rem; line-height: 0.3rem; margin-bottom: 0.2rem;}
.home2 ul li .xw_img{float: right; width: 6.44rem; /* position: absolute; right: 13.38%; margin-top: 0.6rem; */}
.home2 ul li .xw_img .imged{padding-bottom: 3.82rem;}
.home2 ul li .xw_more{letter-spacing: 1.12px; color: #1358ac; font-size: 0.18rem;  font-weight: 400;}
.home2 ul li .xw_more:hover{text-decoration: underline;}

.home2 ul li:last-child .xw_con{float: right; width: calc(100% - 6.44rem); margin-top: 0; background: none;}
.home2 ul li:last-child .xw_img{float: left; width: 6.44rem; position: inherit;}

.train-box{width: 100%; overflow: hidden; background: url(line.png) repeat-x left bottom;}
.foot-train{transform: translateX(-100%); text-align: center;  animation: train 15s infinite linear;}
.foot-train img{width: 3.18rem;}
@keyframes train {
    0% {
        transform: translateX(-100%);
    }

    40% {
        transform: translateX(0%);
    }

    60% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);

    }
}

/*home3*/
.home3{background: url(home3_bg.jpg) no-repeat 0 0; background-size: 100% 100%; padding: 0.4rem 0; margin: 0.4rem 0;}
.home3 .tit{margin: 0 auto;}
.home3 .tit .h3{width: 1.78rem; height: 0.38rem; color: #fff; border: 1px solid #fff; font-size: 0.18rem; font-weight: 700; align-items: center; justify-content: center; cursor: pointer;}
.home3 .tit .h3.active{background: #fff; color: #1358AC;}
.home3 .tit .h3:hover{background: #fff; color: #1358AC;}

.home3_t{background: #fff; padding: 0.2rem 0.15rem; margin-top: 0.3rem;}

/*选项卡*/
.home3_t .box-yrhd{opacity: 0; height: 4.2rem; margin: 0 0 0.45rem; position: absolute; padding: 0 0 0.74rem 7rem; z-index: 1;}
.tab{position: relative; height: 4.65rem;}
.box_1{width: 7rem;}
.box_1:before{position: absolute;content: ""; width: 7rem; height: 3.85rem; background: url(kxj_bg.png) no-repeat 0 0; left: 0; bottom:0;}
.yrhd-swiper{width: 6.45rem; position: absolute; left: 0.55rem; top: 0; height: 100%;}
.yrhd-swiper .swiper-slide a{display: block; width: 100%; height: 3.64rem; overflow: hidden; position: relative;}
.video-swiper .swiper-slide a .imged1 video{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.swiper-controls{display: block; height: 0.3rem; position: absolute; right: 0; bottom: 0.2rem; padding: 0 0.4rem; margin-right: 0.1rem; z-index: 50;}
.swiper-controls .swiper-button-next, .swiper-controls .swiper-button-prev{width: 0.14rem; height: 0.23rem; color: #CC0808; z-index: 15; top: 0.125rem; margin-top: 0;}
.swiper-controls .swiper-button-next:after, .swiper-controls .swiper-button-prev:after{font-size: 0.18rem; font-weight: 700;}
.swiper-controls .swiper-pagination{position: initial;}
.swiper-controls .swiper-pagination .swiper-pagination-bullet{background: none; width: auto; height: 0.46rem; float: left; line-height: 0.46rem; font-size: 0.16rem; color: #7D7D7D; margin: 0 0.05rem !important; opacity: 1;  transition: all .1s ease; transform-origin: center center;}
.swiper-controls .swiper-pagination .swiper-pagination-bullet-active{font-size: 0.25rem; color: #004098; position: relative;}
.home3_t .box-yrhd.on{opacity: 1; z-index: 999;}
.yrhd-con{}
.yrhd-con ul{height: 4.7rem;  padding: 0 0.3rem 0;}
.item-list li{margin-bottom: 0.14rem;}
.item-list li a{display: block; height: 100%; background: #FFF; overflow: hidden; position: relative; transition: all .5s ease; transform-origin: center center;}
.item-list li a h2{color: #474747; font-size: 0.18rem; text-align: justify; line-height: 1.5; height: 0.3rem; overflow: hidden; display: -webkit-inline-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.item-list li a p{font-size: 0.14rem; color: #CB0000; height: 0.2rem; line-height: 0.2rem;}
.item-list li .biref{line-height: 1; height: 0.52rem; line-height: 0.26rem; font-size: 0.2rem;  color: #969696; display: none; width: 100%;}
.item-list li .more1{text-align: left; color: #1358ac; font-size: 0.16rem; margin-top: 0.2rem; display: none; }
.item-list li.active{/* height: 0.92rem; */}
.item-list li.active a h2{color: #1358AC;font-size: 0.3rem; height: 0.5rem; line-height: 0.5rem; font-weight: 700;}
.item-list li.active .biref,.item-list li.active .more1{display: block;}

/*home4*/
.home4 .home-title .h3 .ico{margin: 0.08rem 0.1rem 0 0;}
.home4 ul{/* overflow: hidden; */}
.home4 ul li{width: 31.2%; margin-right: 3.2%; float: left; background: #FFF; box-shadow: 0 4px 10px 0 #00000040;}
.home4 ul li:last-child{margin-right: 0;}
.home4 ul li a{display: block; width: 100%; height: 100%;}
.home4 ul li a .imged{padding-bottom: 2.54rem;}
.home4 ul li a p{font-size: 0.16rem; width: 100%; text-align: justify; line-height: 0.25rem; color: #3E3E3E; font-weight: 700;padding: 0 0.15rem;}
.home4 ul li a p.text{margin-top: 0.1rem;}
.home4 ul li a p.dd{font-size: 0.14rem; font-weight: 400;}
.home4 ul li a p.shijian{font-size: 0.14rem; font-weight: 400; margin-bottom: 0.1rem;}


/*home5*/
.home5{margin-top: 0.4rem; padding: 0.3rem 0;}
.home5 .wp_14{background: #EEEEEE; padding: 0.3rem 0.15rem;}
.xxyd_1{padding: 0 0.15rem; overflow: hidden;}
.xxyd_1 .left{width: 5.23rem;}
ul.xxyd_ul li{width:100%; }
ul.xxyd_ul li a{display: block; height: 0.8rem; background: url(xxyd_01.png) no-repeat 0 0; background-size: 100% 100%; font-size: 0.28rem; line-height: 0.8rem;  padding-left: 0.9rem;}
ul.xxyd_ul li a span{color: #004098;  font-weight: 700;}
ul.xxyd_ul li:first-child{margin-bottom: 0.3rem;}
ul.xxyd_ul li p{color: #424242; line-height: 2; font-size: 0.16rem;}
.xxyd_1 .right{width: calc(100% - 7.3rem);}
.xxyd_1 .right .imged{padding-bottom: 3.18rem;}

.xxyd_2 .left{width: calc(100% - 7.3rem);}
.xxyd_2 .left ul{position: relative;}
.xxyd_2 .left ul li{position: absolute; width: 4.22rem; border-radius: 50%; }
.xxyd_2 .left ul li:nth-child(1){z-index: 1; left: 0;}
.xxyd_2 .left ul li:nth-child(1) .imged{padding-bottom: 4.22rem;}
.xxyd_2 .left ul li:nth-child(2){z-index: 2;  width: 2.74rem; left: 2.49rem; top: 2.04rem;}
.xxyd_2 .left ul li:nth-child(2) .imged{padding-bottom: 2.74rem;}
.xxyd_2 .left ul li:nth-child(3){z-index: 3;  width: 2.09rem; left: 4.31rem; top: 1.4rem;}
.xxyd_2 .left ul li:nth-child(3) .imged{padding-bottom: 2.09rem;}
.xxyd_2 .right{width: 5.23rem; margin-right: .5rem; margin-top: .55rem; margin-bottom: 1.8rem;}

/*home6*/
.home6{background: url(home6_bg.png) no-repeat 0 0; background-size: 100% 100%; padding: 0.4rem 0;}
.home6 .home-title h3{color: #fff;}
.home6 .home-title .h3 .ico{margin: 0.09rem 0.1rem 0 0;}
.home6 .home-title::after{background: #fff;}
.home6 .more{color: #fff;}
.wp_13{width: 13rem;}
.home6 .wp_13 .left{width: 4.6rem; background: #004098; padding: 0.1rem;}
.home6 .wp_13 .right{width: calc(100% - 4.6rem);}
.jjyy{width: 100%; border: 1px solid #fff; padding: 0.1rem 0;}
.lxsf{color: #fff; font-size: .24rem; font-weight: 700; padding: 0 0.1rem; line-height: 2.4;}
.kpjj{padding: 0.1rem 0; border-bottom: 1px solid #fff; padding: 0 0.1rem 0.2rem 0.1rem;}
.kpjj p{float: left; font-size: 0.18rem; color: #fff;line-height: 2;}
.kpjj ul{float: right;}
.kpjj ul li{color: #fff; font-size: 0.18rem; line-height: 2;}
.kg_time{padding: 0 0.1rem; margin: 0.1rem auto;}
.kg_time p{line-height: 2; color: #fff; font-size: 0.18rem;}
.kg_time p span{margin-left: 0.2rem;}
.yy_img ul{padding: 0.1rem;}
.yy_img ul li{width: 49%; margin-right: 2%; float: left; height: 0.68rem; color: #fff; font-size: 0.18rem; line-height: 0.68rem; padding: 0 0.2rem; margin-bottom:0.2rem; position: relative;}
.yy_img ul li:nth-child(2n){margin-right: 0;}
.yy_img ul li:nth-child(1){background: url(yy_imgbg1.png) no-repeat 0 0; background-size: 100% 100%;}
.yy_img ul li:nth-child(2){background: url(yy_imgbg2.png) no-repeat 0 0; background-size: 100% 100%;}
.yy_img ul li:nth-child(3){background: url(yy_imgbg3.png) no-repeat 0 0; background-size: 100% 100%;}
.yy_img ul li:nth-child(4){background: url(yy_imgbg4.png) no-repeat 0 0; background-size: 100% 100%;}
.yy_img ul li a{display: block;}
.yy_img ul li a:hover{color: #fff;}
.yy_img ul li img{position: absolute; right:12%; top:.16rem;}

.home6 .wp_13 .right #mapDiv{width: 7.64rem; height: 5.06rem; position:absolute}


.footer{background: #004098; text-align: center; color: #fff; padding: 0.3rem 0;}
.footer p{line-height: 2; font-size: 0.16rem;}


/*列表页列表*/
/*网站底部*/
.footer_top_list{margin-bottom: 0;}
.footer_top_list .left{float: none; margin-top: 0;}
.footer_top_list p{text-align: center;}

.list_main{margin-top: 0.5rem;}
.list_main .wp_14{ overflow: initial; min-height: 100vh;}


.list_main .menu {width: 2.4rem; text-align: center; float: left;}
.list_main .menu .th{background: #173E8C; color: #fff; height: 1rem; line-height: 1rem; font-size: 0.3rem;}
.list_main .menu ul{margin-top: 0.1rem;}
.list_main .menu ul li{padding: 0.18rem 0; position: relative; padding-left: 0.6rem; text-align: left;}
.list_main .menu ul li h2{color: #c6c6c6; font-size: 0.35rem; font-weight: 400; height: 0.46rem; line-height: 0.46rem; font-family: sy; position: absolute; left: 0; top: 0.1rem;}
.list_main .menu ul li>a{color: #000; font-size: 0.18rem; line-height: 0.3rem; position: relative; display: inline-block;}
.list_main .menu ul li>a::after{content: ''; position: absolute; left: 0; bottom: -0.14rem; width: .21rem; height: 2px; background: #C6C6C6;}
.list_main .menu ul li>a:hover,.list_main .menu ul li.on>a{color: #173E8C;}
.list_main .menu ul li>a:hover::after,.list_main .menu ul li.on>a::after{content: ''; position: absolute;	left: 0; bottom: -0.14rem; width: 100%;	height: .02rem;	background: #173E8C;}
.list_main .menu ul li.on h2{color: #173E8C;}
.list_main .menu ul li .menu_sub{margin-top: 0.26rem; display: none;}
.list_main .menu ul li .menu_sub p{line-height: 0.2rem; padding: 0.05rem 0;}
.list_main .menu ul li .menu_sub p a{display: block; color: #000; font-size: 0.16rem;}
.list_main .menu ul li .menu_sub p a:hover{color: #173E8C;}
.list_main .menu ul li .menu_sub p.on a{color: #173E8C;}
.list_main .menu ul li.on .menu_sub{display: block;}

.newList{width: calc(100% - 2.8rem); float: right;}
.newList ul{min-height: 8rem;}
.newList ul li{border-bottom: 0.01rem #E2E0E0 solid;}

/*师资队伍图片列表页*/
.newList_photo{width: 100%;}
.newList_photo ul{min-height: 8rem;}
.newList_photo ul li{width: 23.4%; float: left; margin-right: 2%; margin-bottom: 2%; box-shadow: 2px 2px 2px 0 #0000000d; background: #f3f3f3;}
.newList_photo ul li .scale{border-radius: 5px;}
.newList_photo ul li:nth-child(4n){margin-right: 0;}
.newList_photo ul li p{line-height: 0.46rem; font-size: 0.16rem; text-align: center;}


.page{margin: 0.8rem 0 0.6rem -1rem;height: 0.32rem;line-height: 0.32rem; text-align: center;}
.page_z{color: #666666;font-size: 0.14rem;width: 1rem;}
.pagebox .pagebox_num_nonce{background: #173E8C !important;color: #FFFFFF !important;}
.pagebox .pagebox_num_nonce, .pagebox .pagebox_num a, .pagebox .pagebox_next a, .pagebox .pageNumInput, .pagebox .gobutton{padding: 0.04rem 0.1rem;border-radius: 0.03rem;}
.pagebox .gobutton{padding: 0.04rem 0.1rem;height: 0.33rem;line-height: 0.24rem;}
.pagebox .pagebox_num a, .pagebox .pagebox_num a:visited,.pagebox .pagebox_pre a, .pagebox .pagebox_pre a:visited, .pagebox span.pagebox_next a, .pagebox span.pagebox_next a:visited,.pagebox .gobutton,.pagebox .pageNumInput{color: #666666 !important;font-size: 0.14rem !important;}




/*内容页内容*/
.content_main .wp_14{position: relative; padding-left: 2.8rem overflow: unset;}
.local{margin-top: .06rem; padding-left: 0.4rem; font-size: 0.16rem; color: #000; height: 0.45rem; line-height: 0.45rem; background: url(local.png) no-repeat center left; background-size: 0.27rem 0.27rem; font-family: "Source Han Sans"; font-style: normal; font-weight: 400;}
.content{width: calc(100% - 2.8rem); float: right;}
.content_con{margin: 0.11rem 0 0.38rem;}
.content .title{line-height: 0.45rem; font-size:0.32rem; font-weight: 400; text-align: center; padding: 0.15rem 0.2rem;color: #161616; margin-bottom: 0.3rem; font-family: "Source Han Sans"; font-style: normal; font-weight: 400;}
.content .title p{text-align: center; font-size: 0.20rem;}
.con_con{margin-top: 0.38rem;}
.con_con,.con_con p,.con_con div,.con_con span,.con_con font,.con_con strong,.con_con b,.con_con a{color: #333333; font-size: 0.18rem !important; line-height: 0.36rem !important; font-family: "Source Han Sans" !important; transition: .5s; background: none !important;}
.con_con.min,.con_con.min p,.con_con.min div,.con_con.min span,.con_con.min font,.con_con.min strong,.con_con.min b,.con_con.min a{font-size: 0.14rem !important; line-height: 0.28rem !important;}
.con_con.max,.con_con.max p,.con_con.max div,.con_con.max span,.con_con.max font,.con_con.max strong,.con_con.max b,.con_con.max a{font-size: 0.22rem !important; line-height: 0.44rem !important;}
.con_con a:hover{color: #1C63D2;}
.con_con .edui-faked-video{height: auto !IMPORTANT; width: 80% !important;}
.con_con img{max-width: 86%; height: auto !important; margin: 6px auto !important;}
.con_con b,.con_con strong{font-weight: bold;}
.con_con table{margin:0 auto !important;}
.con_con table tr td{border:0.01rem solid #1c63d2 !important;}




/*版本过低提示*/
.pageTips {position: fixed;left: 0;top: 0;width: 100%; height: 100%; background: #000; z-index: 99999999;}
.pageTips .container {color: #fff;position: absolute;left: 50%;top: 50%;width: 630px;margin-left: -315px;margin-top: -160px;}
.pageTips .container a.close {display: block;width: 50px;height: 50px;position: absolute;z-index: 1;left: auto;right: -15px;top: 40px;bottom: auto;}
.pageTips .container .img {text-align: center;}
.pageTips .container .msg {font-size: 18px;line-height: 36px;padding-top: 30px;color: #fff;}
.pageTips .container a {color: #fff; text-decoration: underline;}

@media screen and (max-width: 1600px) {
	
}


@media screen and (max-width: 1440px) {
	
}


@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 800px) {
	
}