@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
html{
	font-size:10px
}
body{
    font-family:"Helvetica Neue",Helvetica,sans-serif
}
li{
    list-style:none;
}
a{
    color:#000;
    text-decoration: none;
}
a,button,input,optgroup,select,textarea{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*移动端IOS手机下清楚输入框内阴影*/
input,textarea{
	-webkit-appearance:none;
}
/*在IOS中 禁止长按链接与图片弹出菜单?*/
a,img{
	-webkit-touch-callout:none
}

.sy_background{
    background:#fff;
}
/*logo start*/
.logo{
    width:60%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height:auto;
    padding:20px 0 10px 5px;
}
.logo img{
    width:95%;
}
/*logo end*/

/*nav start*/
.sy_nav{
    background:#2D2974;
    color:#fff;
}
.sy_nav li{
    height:2rem;
    line-height: 2rem;
}
.sy_nav li:hover{
    background:#D62B1D;
}
.sy_navTop{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom:1px solid #443F83;
}
.sy_navTop a{
    width:20%;
    text-align: center;
    color:#fff;
}
.sy_navBottom{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

}
.sy_navBottom a{
    width:25%;
    text-align: center;
    color:#fff;
}
/*nav end*/



/*footer start*/
.sy_footer{
    height:229px;
    background: #333465;
    color:#BABAC3;
    box-sizing: border-box;
    padding: 60px 0;
}
.sy_footerPlace{

}
.sy_footer p{
    margin:0 auto;
    text-align:center;
}


.sy_date{
    display: inline-block;
    height:100%;
    top:-1px;
    position:absolute;
    right:0;
}
.sy_newsPlaceCon a{
    color:#626262;
}
.sy_newsPlaceCon li{
    height:1.4rem;
    line-height: 1.4rem;
    position:relative;
}
/*一行放不下出现...*/
.oneLine{
    height:100%;
    width:26rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sy_newFu {
    display: inline-block;
    border-radius: 50%;
    margin-bottom:5px;
    margin-right:5px;
    width:3px;
    height:3px;
    background:#D9D9DF;
    border:1px solid #D9D9Df;
}

/*iphone5/iphoneSE*/
@(min-width:320px){
    html{
    	font-size:10px;
    }
}
/*Galaxy S5*/
@(min-width:360px){
    html{
    	font-size:11.25px;
    }
}
/*iphone6/7/8/X*/
@(min-width:375px){
    html{
    	font-size:12.5px;
    }
}
/*Pixel 2/Pixel 2 XL*/
@(min-width:411px){
    html{
    	font-size:12.5px;
    }
}
/*iphone6/7/8 Plus*/
@(min-width:414px){
    html{
    	font-size:20px;
    }
}