@charset "utf-8";
* {
    padding: 0;
    margin: 0;
	
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color:#333;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}
.px1400{
	max-width: 1400px;
	margin: 0 auto;
}
.header{
	/* background: url("../image/top-bg.png") no-repeat center top; */
	/* background-size: cover; */
}
.head{
	padding: 34.5px 0;
	overflow: hidden;
}
.logo{
	float: left;
}
.logo a img{
	    height: 75px
}
.seach{
	float: right;
	position: relative;
	margin-top: 30px;
	box-shadow: 0px 0px 16px 0px 
			rgba(0, 38, 105, 0.15);
}
.seach input[type="text"]{
	width: 300px;
	height: 40px;
	padding-left: 15px;
	padding-right: 50px;
}
.seach input[type="image"]{
	position: absolute;
	right: 10px;
	top: 25%;
}
#nav{
	background: url("../image/nav-bg.png") no-repeat center center;
}
#nav::after{
	content: "";
		display: block;
		height: 0;
		clear: both;
}

.nav>ul>li{
	float: left;
	width: 12.5%;
	text-align: center;
	line-height: 63px;
	position: relative;
}
.nav>ul>li>a{
	font-size: 20px;
	color: #ffffff;
}

.nav>ul>li:hover{
	background: url("../image/nav-dot.png") repeat-x bottom center;
}
.nav>ul>li>ul>li:hover{
	background: #082d70;
}
.nav>ul>li>ul>li:hover a{
	color: #fff;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	z-index: 999;
	background: rgba(255,255,255,0.79);
	padding: 15px 0;
}
.nav>ul>li>ul>li{
	text-align: center;
	line-height: 60px;
	
}
.nav>ul>li>ul>li>a{
	font-size: 16px;
	color: #333333;
	display: block;
	margin: 0 15px;
	border-bottom: 1px dotted rgba(51,51,51,0.37);
}
.banner>.slick-prev{
	width: 55px;
	height: 55px;
	background: url("../image/ba-left.png") no-repeat center center;
	left: 4%;
	background-size: 100%;
}
.banner>.slick-next{
	width: 55px;
	height: 55px;
	background: url("../image/ba-right.png") no-repeat center center;
	right: 4%;
	background-size: 100%;
}
.banner img{
	width: 100%;
}
.footer{
	background: url("../image/foot-bg.png") no-repeat center center;
	    background-size: cover;
	    padding: 37px 0;
}
.foot{
	overflow: hidden;
}
.bq{
	width: 86%;
	float: left;
}
.bq-t>p{
	font-size: 15px;
	line-height: 30px;
	color: #b3caf4;
}
.bq-b{
	margin-top: 20px;
}
.bq-b>p{
	font-size: 15px;
	line-height: 30px;
	padding-top: 10px;
	color: #b3caf4;
	border-top: 1px solid #39568b;
}
.foot-r{
	width: 14%;
	float: right;
	
	text-align: center;
}
.rwm{
	padding: 0;
}
.rwm>div>h2{
	font-size: 18px;
	color: #ffffff;
}
.rwm>div{
	margin-top: 10px;
}




/* 移动端头部 */


.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}
.banner a{
	display: block;
}
.banner img{
	width: 100%;
}


@media screen and (max-width: 1400px) {
	.px1400{
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 1024px) {

    body {
        padding-top: 60px;
    }
	.footer{
		padding: 20px 0;
	}
    .header {
        /* display: none; */
    }
    .nav {
        display: none;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        background: url("../image/top-bg.png") no-repeat;
		background-size: cover;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
    
    }
    .m-search input[type="text"] {
        display: block;
        width: 96%;
        padding-left: 20px;
        line-height: 35px;
        background: none;
        color: #fff;
        border: 1px solid #ddd;
        border-radius: 20px;
        padding-right: 45px;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 28px;
        top: 15px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #082e71;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
		background: url("../image/m-nav_down.png") no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
	.bq{
		float: none;
		width: auto;
		margin: 0 auto;
	}
	.foot-r{
		float: none;
		width: auto;
		margin: 10px auto;
	}
	.bq-t{
		text-align: center;
	}
	.bq-t>p{
		font-size: 14px;
		line-height: 26px;
	}
	.bq-b>p{
		font-size: 14px;
		line-height: 26px;
	}
	.banner>.slick-prev{
		width: 40px;
		height: 40px;
	}
	.banner>.slick-next{
		width: 40px;
		height: 40px;
	}
	.rwm>img{
		width: 100px;
	}
	.rwm>div>h2{
		font-size: 15px;
	}
}





/* news style */
html{font-size: 100px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{color: #333;position: relative;overflow-x:hidden;font-size: .16rem;}
.scbox::-webkit-scrollbar{width:4px;display:block;}
.scbox::-webkit-scrollbar-track{border-radius:5px;;background: #ddd}
.scbox::-webkit-scrollbar-thumb{border-radius:5px;background:#002fa7;}

a{color: #333333;}
.flex-left {
    display: flex;
    flex-wrap: wrap;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;flex-direction:column;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.scbox{overflow-y:auto }
.scbox::-webkit-scrollbar{width:4px;display:block;}
.scbox::-webkit-scrollbar-track{border-radius:5px;;background: #ddd}
.scbox::-webkit-scrollbar-thumb{border-radius:5px;background:#002fa7;}
.pore {
    position: relative;
}

@media (max-width:1024px){
html{font-size: 90px!important;}
  .wp {margin-left: .4rem;margin-right: .4rem;width: auto}
}
@media (max-width:900px){
html{font-size: 85px!important;}
}
@media (max-width:640px){
html{font-size: 80px!important;}
  .wp {margin-left: 5vw;margin-right: 5vw}
}
@media (max-width:480px){
html{font-size: 75px!important;}
body{font-size: .18rem;}
.eclips{display: inline-block;overflow: visible;text-overflow: inherit;white-space: normal;}
}
@media (max-width:360px){
html{font-size: 70px!important;}
}

.header .navbtn{width:.36rem;transition: .3s;z-index: 5;text-align: center;position: relative;cursor: pointer;display: none; }
.menu-btn{overflow:hidden;width:.36rem;height:.36rem;background:0 0;opacity:1;position:absolute;z-index:999;top: 50%;transform: translateY(-50%);cursor: pointer;left: 0;border: none;}
.menu-btn .line-1,.menu-btn .line-2,.menu-btn .line-3{position:absolute;top:50%;right:0;display:block;width:.36rem;height:2px;background:#fff;transition:all .4s cubic-bezier(.165,.84,.44,1) 0s;transition-property:transform,width,margin,background-color;margin-top: -1px}
.menu-btn .line-1{margin-top:-.1rem;width:.3rem}
.menu-btn .line-3{margin-top:.08rem;width:.3rem}
body.navShow .menu-btn .line-1{visibility:hidden}
body.navShow .menu-btn .line-2{margin-top:-1px!important;width:90%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
body.navShow .menu-btn .line-3{margin-top:-1px!important;width:90%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
/*body.navShow{position: fixed;height: 100%;overflow: hidden;}*/

.topser{width:4rem;}
.topser form{position:relative; }
.topser .sub{position:absolute;right:0;top:-9px;width:.46rem;height:.46rem;overflow:hidden;background:transparent;cursor: pointer;background: url(../images/ser.png) #f1b000 no-repeat center;background-size: .25rem .25rem;border-radius: 50%}
.topser .inp{height:.46rem;border:1px solid rgba(255,255,255,.1);padding-right:.55rem;width:100%;padding-left:.15rem;background:transparent;border-radius: .5rem;line-height: .44rem;background: rgba(255,255,255,.05)}

@media (min-width: 1025px){
.topser .inp{color: #fff;}
.topser .inp::-webkit-input-placeholder{color:rgba(255,255,255,.4);font-size:inherit}
.topser input:-ms-input-placeholder{color:rgba(255,255,255,.4);font-size:inherit}
}
@media (max-width: 1024px){
.topser{display: block!important;position: relative;right: 0;width: 100%;top:0;margin-top: .2rem}  
.serBtn .showSear{display:none}
 .topser .sub{width: .5rem}
 .topser .sub i{font-size: .26rem}
 .topser .inp{padding-right: .5rem;border-color: #ddd}
.topser .sub,.topser .inp{height:.5rem}
}


body{padding-top: 1.7rem}
.header *{    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;}
.header{position: fixed;top: 0;left: 0;right: 0;z-index: 999;transition: .3s}
.header .top{padding: .15rem 0;transition: .3s;background: url(../images/topbg.jpg) no-repeat center;background-size: 100% 100%;}
.header .wp{align-items: center;transition: .3s;}

.header .logo img{height: .74rem;transition: .3s}
.header .logo .slog{margin-left: .35rem}
.header .logo .slog img{height: .33rem}
.header .topnav{}
.header .navs{transition: .3s}
.header .navs ul{align-items: center;}
.header .navs ul li{font-size: .2rem;position: relative;transition: .3s;text-align: center;line-height: .6rem;}

.header .navs ul li i.plus{position: absolute;right: 0;top: .15rem;color: #999;display: block;width: .3rem;height: .3rem;text-align: center;line-height: .3rem;display: none}
.header .navs ul li i.plus.show{transform: rotate(180deg);}
.header .navs ul li>a{    display: block;
    color: #333;}
.header .navs ul li.on>a{}
.header .navs ul li .sub-nav{position:absolute;top:100%;left:0;z-index:99;padding-top:0;min-width: 1.5rem;transform:scaleY(0);width: 100%;
opacity: 0;visibility: hidden;transition: .3s;transform-origin: top center;}
.header .navs ul li .sub-nav .sub-nav-h{position: relative;background: #fff;padding: .2rem;box-shadow: 0 0 10px rgba(0,0,0,.3);background: #fff;border-radius: 0 0 5px 5px}
.header .navs ul li .sub-nav .sub-nav-h:after{content: '';height: 3px;width: 100%;position: absolute;left: 0;top: 0;background:#f9bd00;}
.header .navs ul li .sub-nav .sub-nav-h a{display:block;font-size:.17rem;padding:.08rem .15rem ;line-height: 1.4em;text-align: center;}
.header .navs ul li .sub-nav .sub-nav-h a:hover{color: #002fa7}
.header .navs ul li .sub-nav .sub-nav-h:before{content: '';position: absolute;left: 50%;transform: translateX(-50%);width: 6px;height: 6px;background: #f9bd00; bottom: calc(100% + 4px);border-radius: 50%}
.header .navs ul li:hover .sub-nav{opacity: 1;visibility: inherit;transform:scaleY(1) }
.header .navs{}
.header .navs .wp{}
.header .topnavt .links{margin-bottom: .15rem}
.header .topnavt .links a{color: rgba(255,255,255,.7);display: block;}
.header .topnavt .links a:hover{color: #fff;}
.header .topnavt .links a+a{margin-left: .2rem}
/*.header .topnavt .links a+a:before{content: '|';margin: 0 .1rem;color: rgba(255,255,255,.7);}*/
/*.scrolling .header{background:rgba(25,85,200,.85);backdrop-filter: blur(5px);border-bottom: 0;}*/
/*.scrolling .header{background:rgba(0,0,0,.7);backdrop-filter: blur(5px);border-bottom: 0;}*/
.header .logo img:nth-child(2){position: absolute;top: 0;left: 0;z-index: 0;opacity: 0;visibility: hidden;}
.header .navs ul::-webkit-scrollbar{display: none}
.header.on{}
.header.on .logo img:nth-child(1){opacity: 0;visibility: hidden;}
.header.on .logo img:nth-child(2){opacity: 1;visibility: visible;}
.header.on .navs{background: #0a2980;border-bottom: 0}
.header.on .top{background: #fff}
.header.on .topser .inp{background: #e7ecf8;color: #0a2980}
.header.on .topser .sub{background: url(../images/seron.png) no-repeat center; */
    background-size: .25rem .24rem;}
.header.on .topnavt .links a{background: #e7ecf8;color: #0a2980}
@media (min-width: 1025px){
.header .navs{background: #fff}
.header .navs ul li{width: 10%}
/*.header .logo a{padding-right: .35rem;background: url(../images/slogline.png) no-repeat right center;background-size: 1px .67rem}*/
}

@media (max-width: 1024px){
body{padding-top: .8rem}
.header .logo .slog{display: none}
.header .topnav{position: fixed;top: 1rem;right: -100%;height:calc(100vh - 1.4rem);z-index: 50;display: block;width: 100vw;padding: 0 5%;overflow: auto;text-align: left;}
.header .topnav ul{display: block;margin-bottom: .3rem;margin-right: 0;padding: 0 .2rem}
.header .topnav ul li{margin-left: 0;padding: .15rem 0}
.header .topnav ul li:after{bottom: 0;height: 2px}
.header .topnav .btn{display: inline-block;}
.header .navbtn{display: block;}
.header .topnavt .links a{color: #666}
.header .topnavt .links{justify-content: center;}
.header .logo img{height: .5rem}
.header .logo a{font-size: .2rem}
.scrolling  .header .topnav ul li:after{bottom: 0}
.header .topnavt{justify-content: center;}
.navShow .header .topnav{right: 0;transition: .5s;}
.navShow .header{bottom: 0;background: rgba(255,255,255,1) }
/*.navShow #app{position: fixed;width: 100%;height: 100%}*/
.header .navs .wp{border: 0;padding: 0}
.header .navs{border-top: 0}
.header .navs ul li.on:after{display: none}
.header .navs ul{position: fixed;top: 2.3rem;right: -100%;height:calc(100vh - 3rem);z-index: 50;display: block;width: 100vw;padding: 0 8%;overflow: auto;text-align: left;}
.navShow .header .navs ul{right: 0;transition: .5s;}
.header .navs ul{display: block;}
.header .navs ul li{margin-right: 0;padding: .15rem 0;text-align: left;line-height: 1.4em}
.header .navs ul li:after{bottom: 0;height: 2px}
.header .navs ul li i.plus{
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 9;
    width: 11px;
    height: 2.7em;
    background: url(../images/select-ico.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }

    
.header .navs ul li .sub-nav{position: static;transform:none;padding-top: .1rem;
opacity: 1;visibility: visible;transition: none;display: none;min-width: inherit;}
.header .navs ul li .sub-nav .sub-nav-h:before,.header .navs ul li .sub-nav .sub-nav-h:after{display: none}
.header .navs ul li .sub-nav .sub-nav-h{text-align: left;background: transparent;box-shadow: none;padding-bottom: 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.header .navs ul li .sub-nav .sub-nav-h a{background: transparent;font-size: .18rem;width: 48%;color: rgba(0,0,0,.6);text-align: left;padding: .1rem 0}
.header .navs ul li .sub-nav .sub-nav-h a:hover{background: transparent;color: #888}
.header .navs ul li>a{font-size: .2rem;font-weight: normal;}
.header .navs ul li .sub-nav .sub-nav-h{padding: .1rem 0 0}
.header .navs ul li:hover .sub-nav{transition: none;transform:none;}
.header .topnavt .links a{font-size: .18rem;display: inline-block;margin-bottom: .15rem}
}
@media (max-width:640px){
body{padding-top: .7rem}
.header .top{padding: .16rem 0}
.header .topnav .topser{margin-left: 0}
.header .logo img{height: .4rem;}
.header .logo a{font-size: .16rem}

.header .topnav ul li .sub-nav{padding-top: 0}
.header .topnav ul li .sub-nav .sub-nav-h a{font-size: .18rem}
.header .topnav ul li .sub-nav .sub-nav-h .img{display: none}
.header .topnav ul li .sub-nav .sub-nav-h .list{margin-right: 0;width: 100%}
.header .topnav ul li .sub-nav .sub-nav-h .list span{width: 33.33333%;text-align: center;margin-right: 0}

}
@media (max-width: 360px){
/*.header .logo img{height: .35rem}*/
.header .topnavt .links a+a{margin-left: .1rem}

}

:root{
 --color:#002fa7;
 --width:calc((100vw - 14.4rem) / 2);
}
.suTab .mores .more+.more{display: none}
.swiTabs{overflow: visible;}
.swiTab .mores .more+.more{display: none}
/*footer*/
.footer *{    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;}
.footer{background:url(../images/ftbg.jpg) no-repeat top center;background-size: cover; color: #fff;position: relative;position: relative;z-index: 5}
.footer a{color: #fff}
.footer .fta{padding: .6rem 0 .5rem}
.footer .ftb .wp{padding: .4rem 0 .45rem;border-top:1px solid rgba(255,255,255,.1) }
.footer .frlinks{}
.footer .frlinks dl{width: 2rem;margin-left: .2rem}
.footer .frlinks dt{cursor: pointer;width: 100%;height: .42rem;line-height: .4rem;padding-left:.15rem;position: relative;background: rgba(255,255,255,.05);border: 1px solid rgba(255,255,255,.1)}
.footer .frlinks dt:after{/* width: .15rem; *//* height: .45rem; */content: "";position: absolute;right: .15rem;top: .14rem;border-top: 0.1rem solid #fff;border-left: .07rem solid transparent;border-right: .07rem solid transparent;}
.footer .frlinks dt.noarr:after{display: none}
.footer .frlinks dt.noarr{cursor: inherit;}
.footer .frlinks dd{position: absolute;bottom: 100%;width: 100%;left: 0;background: #fff;display: none;z-index: 5 ;padding:.15rem .1rem .15rem .15rem ;box-shadow: 0 0 10px rgba(0,0,0,.2);font-size: .15rem;}
.footer .frlinks dd div{max-height:1.25rem;overflow: auto}
.footer .frlinks dd div::-webkit-scrollbar{width:2px}
.footer .frlinks dd a{display: block;padding: 5px 0;color: #666}
.footer .frlinks dd a:hover{color: #1756be}
.footer .frlinks dl:hover dd{display: block;}
.footer .fta .logoft img{height: .74rem;max-width: 100%;}
.footer .fta .urlft ul li a{display: flex;align-items: center;flex-wrap: wrap;}
.footer .fta .urlft ul li i{display: block;width: .6rem;height: .6rem;border-radius: 5px;background: rgba(255,255,255,.2);padding: .13rem}
.footer .fta .urlft ul li i img{width: .34rem}
.footer .fta .urlft ul li+li{margin-left: .75rem}
.footer .fta .urlft ul li .h4{font-size: .2rem;margin-left: .1rem}
.footer .ftb .address{font-size: .2rem;margin-bottom: .3rem;text-align: center;}
.footer .ftb .address span{display: inline-block;padding: .05rem 0}
.footer .ftb .address span+span:before{content: "|";display: inline-block;margin: 0 .18rem}
.footer .ftb .infoft span{display: inline-block;padding: .05rem 0;margin: 0 .1rem}
@media (max-width: 1024px){
.footer .fta .logoft{width: 100%;display: flex;justify-content: center;margin-bottom: .35rem} 
.footer .fta .urlft {width: 100%;} 
.footer .fta .urlft ul{justify-content: center;} 
.footer .ftb .infoft{width: 100%;margin-bottom: .15rem;text-align: center;}
.footer .ftb .address span+span:before{display: none}
.footer .ftb .address span{margin: 0 .15rem}
.footer .fta .urlft ul li+li{margin-left: .65rem}
.footer .frlinks dl{margin:0 .1rem;}

}
@media (max-width: 640px){
.footer .fta .logoft img{height: auto;}
.footer .fta .urlft ul li+li{margin-left: .25rem}
.footer .frlinks dl{width: 48%;margin: 0 1% .2rem}
.footer .frlinks{width: 100%;justify-content: center;order: 1}
.footer .ftb .infoft{order: 2}
}
@media (max-width: 480px){
.footer .fta .urlft ul li+li{margin-left: 0}
.footer .fta .urlft ul li{width:25%}
.footer .fta .urlft ul li i{margin: 0 auto .15rem}
.footer .fta .urlft ul li .h4{width: 100%;text-align: center;margin-left: 0}
.footer .ftb .wp{padding: .4rem 0 .25rem}
}
.homeg *{    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;}
.homeg{padding: .4rem 0;background: url(../images/ztbg.jpg) no-repeat center;background-size: cover;color: #fff}
.homeg a{color: #fff}
.homeg .tit{font-size: .3rem;line-height: .3rem;}
.homeg .tit span{padding: .05rem 0;display: inline-block;}
.homeg .links{font-size: .2rem;line-height: .3rem;width: calc(100% - 1.5rem);}
.homeg .links a{display: inline-block;padding: .05rem 0}
.homeg .links a+a:before{content: '/';display: inline-block;margin: 0 .2rem}
.homeg .links a:hover{text-decoration: underline;}
@media (max-width: 1024px){
.homeg .links a+a:before{display: none}
.homeg .links a{margin: 0 .1rem}	
}
@media (max-width: 640px){
.homeg .links{width: 100%;margin-top: .2rem;text-align: center;}
.homeg .tit{width: 100%;text-align: center;}
}