html {
    /* font-family: "PingFangSC", "helvetica neue", "arial", 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', "simsun", "sans-serif" !important; */
    /* font-family: "microsoft yahei" !important; */
    font-family: 'Source Han Sans SC' !important;
    font-size: 100%;
}

body,
h1,
h2,
h3,
h4,
ul,
li,
a,
table,
tr,
td,
p,
img,
a {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.main {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    /*height: 100%;*/
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.bg {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.bg .mask {
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}


/*导航栏*/

nav {
    /*background-color: rgba(255,255,255,.9);*/
    /*border: 1px solid red;*/
    position: fixed;
    height: 76px;
    box-sizing: border-box;
    padding-top: 20px;
    width: 100%;
    top: 0.01%;
    z-index: 999;
    /*top: 0.01rem;*/
}

nav .logo {
    width: 17%;
    margin-top: 13px;
    padding-left: 7%;
    /*display: none;*/
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    position: absolute;
}

nav .logo>img {
    /*max-width: 33%;
    margin-top: 4px;*/
    width: 170px;
}

nav ul {
    width: 80%;
    /*padding-left: 6%;*/
    display: inline-block;
    /*margin-bottom: 1%;*/
    /*padding-bottom: 4px;*/
    /*margin-top: 0.2%;*/
    box-sizing: border-box;
    vertical-align: top;
    margin: 0.2% 0 1% 20%;
    overflow-x: visible;
    /*text-align: left;*/
    /*border: 1px solid blue;*/
}

nav li {
    /*width: 80px;*/
    /*margin-right: 100px;*/
    display: inline-block;
    position: relative;
    white-space: nowrap;
    width: 10%;
    margin: 0 1%;
    text-align: center;
    /*padding-right: 2%;*/
    /*border: 1px solid black;*/
    /*margin-top: -1%;*/
}

nav li:nth-child(1) {
    /*text-align: center;*/
    /*width: 40px;*/
}

nav li a {
    font-size: 1.125rem;
    /*font-family: MicrosoftYaHei;*/
    /*font-size: 1rem;*/
    /*font-weight: bold;*/
    font-stretch: normal;
    line-height: 2.8625rem;
    letter-spacing: 0.06875rem;
    color: #fff;
}


/*导航栏hot图片*/

.nav .list a .hot {
    height: 12px;
    vertical-align: baseline;
    ;
}


/*导航栏特效*/

.nav .list .move {
    /*width: 27%;
    height: 13.2%;
    background-color: #1e6dff;*/
    position: absolute;
    top: 102%;
    left: 0%;
    width: 34px;
    height: 7px;
    background-color: #ffffff;
}

.nav .list a span {
    display: inline-block;
}

.nav .list .move1 {
    width: 34px;
    height: 3px;
    background-color: #ffffff;
    margin: auto;
}


/*
 * “关于中悦”导航栏
 * */

#nav_about_us {
    position: relative;
    padding-bottom: 10px;
}

#nav_about_us>a {
    cursor: pointer;
}

#nav_about_us:hover .dropdown {
    display: block;
}

#nav_about_us .dropdown {
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    min-width: 80px;
    /* height: 100px; */
    height: 150px;
}


/*#nav_about_us .dropdown_menu:before {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -8px;
}*/

#nav_about_us .dropdown_menu {
    width: 85%;
    min-width: 80px;
    background: #fff;
    height: 100%;
    margin: auto;
    border-radius: 2px;
    border: 1px solid #f5f5f5;
    text-align: center;
}

#nav_about_us .bottom_line {
    width: 80%;
    min-width: 80px;
    margin: auto;
    border-bottom: 1px solid #ddd;
}

#nav_about_us .dropdown a {
    color: #333;
    line-height: 50px;
    font-size: 14px;
}

#nav_about_us .dropdown a:hover {
    color: #1c5db6 !important;
}

@media only screen and (max-width: 600px) {
    #nav_about_us .dropdown {
        top: 40px;
        height: 80px;
    }
    #nav_about_us .dropdown_menu {
        width: auto;
        height: 100%;
        border: 0;
        text-align: left;
        padding-left: 15px;
    }
    #nav_about_us .bottom_line {
        width: auto;
        margin: auto;
        border-bottom: 0;
    }
    #nav_about_us .dropdown a {
        line-height: 30px;
        color: #666;
    }
}

#menuIcon {
    display: none;
    color: #666666;
    font-weight: bold;
    font-size: 2rem;
    text-decoration: none;
    /*font-family: arial;*/
}

.bg-con {
    text-align: center;
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
}

.bg-con .bg-title {
    font-size: 40px;
    letter-spacing: 12px;
}

.bg-con .bg-message {
    font-size: 24px;
    margin-top: 30px;
    letter-spacing: 6px;
}


/*footer*/

footer {
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 50px !important;
    background-color: #2552a4;
    color: #fff;
    margin: auto;
}

footer .foot {
    padding-bottom: 40px !important;
    /*text-align: center;*/
    /*height: 300px;*/
    /*padding: 0 11%;*/
}

footer .foot>div {
    width: 75%;
    margin: auto;
}

.foot div {
    box-sizing: border-box;
}

.foot-list {
    display: inline-block;
    height: 100%;
    float: left;
    box-sizing: border-box;
}

.foot-list1 {
    width: 25%;
}

.foot-list2 {
    width: 50%;
}

.foot-list3 {
    width: 25%;
}

.foot-list .title {
    width: 60%;
    margin: 0 auto 25px;
    height: 50px;
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.6px;
    color: #fff;
}

.foot-list .con {
    height: 160px;
    box-sizing: border-box;
}

.foot-list .con>div {
    width: 75%;
    text-align: left;
}

.foot-list .con1>div {
    margin-left: 0;
}

.foot-list .con1 .title {
    width: 120px;
}

.foot-list .con2 {
    border-right: 1px solid white;
    border-left: 1px solid white;
}

.foot-list .con2>div {
    white-space: nowrap;
    margin: 0 auto;
}

.foot-list .con2>div>div {
    float: left;
    width: 40%;
    margin-top: 20px;
    margin-right: 10%;
}

.foot-list .con2>div>div:nth-child(2n) {
    margin-right: 0;
    margin-left: 10%;
}

.foot-list .con2 .cooperation a {
    color: #fff;
    text-decoration: underline;
}

.foot-list .con3 .title {
    margin-right: 0;
}

.foot-list .con3 .title>* {
    float: left;
    font-size: 18px;
    line-height: 35px;
    margin-right: 20px;
}

.foot-list .con3 .facejoy a {
    font-size: 26px;
    letter-spacing: 1px;
    color: #fff;
}

.foot-list .con3 .title:nth-child(1)>img {
    width: 35px;
}


/*微信小程序二维码样式*/

.foot-list .con3 {
    position: relative;
}

footer .con3 .title:nth-child(2) img:nth-child(2) {
    max-width: 72px;
}

footer .con3 .title:nth-child(2) img:nth-child(2):hover {
    max-width: 100%;
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 0;
}

footer .map {
    width: 100%;
    background-color: #ffffff;
}

footer .foot .name {
    /*font-family: MicrosoftYaHei;*/
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.4rem;
    color: #666666;
    margin-left: 0.4%;
}

footer .foot .content {
    /*font-family: MicrosoftYaHei;*/
    font-size: 0.8rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.1rem;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 0.4%;
    margin-bottom: 1%;
    margin-right: 2%;
}

footer .foot .content .address {
    margin-left: 2%;
}

footer .foot .content .phone {
    margin-left: 2.4%;
    color: black;
}

footer .foot .content .fax {
    margin-left: 2.2%;
    color: black;
}

footer .foot .content .email {
    margin-left: 3%;
}

footer .trademark {
    /*height: 6%;*/
    width: 100%;
    background-color: #234e9c;
}

footer .trademark>div {
    /*font-family: MicrosoftYaHei;*/
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0.4% 0;
    text-align: center;
}

footer .trademark>div a {
    color: #ffffff;
}


/* 清除浮动 */

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

.bgEnlarge {
    animation: mymove1 4s linear 1 forwards;
    -webkit-animation: mymove1 4s linear 1 forwards;
    /*Safari and Chrome*/
}

@keyframes mymove1 {
    from {
        background-size: 40%
    }
    to {
        background-size: 80%
    }
}

@-webkit-keyframes mymove1
/*Safari and Chrome*/

{
    from {
        background-size: 40%
    }
    to {
        background-size: 80%
    }
}

.bgMove {
    animation: mymove2 5s linear infinite reverse;
    -webkit-animation: mymove2 5s linear infinite reverse;
    /*Safari and Chrome*/
}

@keyframes mymove2 {
    0% {
        background-position-x: 50%
    }
    50% {
        background-position-x: 100%
    }
    100% {
        background-position-x: 50%
    }
}

@-webkit-keyframes mymove2
/*Safari and Chrome*/

{
    0% {
        background-position-x: 50%
    }
    50% {
        background-position-x: 100%
    }
    100% {
        background-position-x: 50%
    }
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
    nav {
        top: -0.01%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .nav .list .move {
        width: 28%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nav .list .move {
        width: 35%;
    }
    .nav li {
        /*margin-right: 80px;*/
    }
    footer .trademark>div {
        padding-bottom: 0.2%;
    }
    footer .foot>div {
        width: 80%;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
    .nav li {
        /*margin-right: 70px;*/
    }
    footer .foot>div {
        width: 85%;
    }
    /*footer .foot {
    	padding: 0 8%;
    }*/
    /*nav .list li:nth-child(1){
	    width: 14%;
	}*/
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    nav .logo {
        /*margin-top: 16px;*/
    }
    .nav li {
        /*margin-right: 60px;*/
    }
    footer .foot>div {
        width: 90%;
    }
    /*nav li {
        width: 15%;
    }
    
	nav .list li:nth-child(1){
	    width: 14%;
	}*/
    .nav .list .move {
        width: 45%;
    }
    footer .trademark>div {
        padding-bottom: 0.1% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .foot-list .title {
        font-size: 20px;
    }
    .foot-list .con3 .title>* {
        font-size: 16px;
        line-height: 40px;
    }
    .foot-list .con3 .title:nth-child(1)>img {
        height: 35px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1200px) {
    .nav li {
        /*margin-right: 50px;*/
    }
    .foot-list .con1 .title {
        width: 50%;
    }
    .foot-list {
        font-size: 14px;
    }
    footer .foot>div {
        width: 95%;
    }
    .bg-con .bg-title {
        font-size: 38px;
        letter-spacing: 10px;
    }
    .bg-con .bg-message {
        font-size: 22px;
        letter-spacing: 4px;
    }
    /*.nav .list li {
    	width: 16%;
    }
	nav .list li:nth-child(1){
	    width: 14%;
	}*/
}

@media only screen and (min-width: 980px) and (max-width: 1100px) {
    .nav .logo {
        margin-top: 13px;
    }
    .nav li {
        /*margin-right: 30px;*/
    }
    /*.nav .list {
    	width: 69%;
    }*/
    /*.nav .list li {
    	width: 16%;
    }
    
	nav .list li:nth-child(1){
	    width: 13%;
    }*/
    .sliding-right {
        padding-right: 48px;
    }
    .nav .list .move {
        width: 46%;
        top: 115%;
        left: -6%;
    }
    .foot-list .title {
        font-size: 20px;
    }
    .foot-list .con3 .title>* {
        font-size: 16px;
    }
    .foot-list .con1 .title {
        width: 50%;
    }
    .foot-list {
        font-size: 14px;
    }
    footer .foot>div {
        width: 95%;
    }
    .bg-con .bg-title {
        font-size: 36px;
        letter-spacing: 8px;
    }
    .bg-con .bg-message {
        font-size: 22px;
        letter-spacing: 4px;
    }
}

@media only screen and (min-width: 860px) and (max-width: 980px) {
    .nav .logo {
        margin-top: 15px;
    }
    .foot-list .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .foot-list .con3 .title>* {
        font-size: 16px;
    }
    .foot-list .con1 .title {
        width: 50%;
    }
    .foot-list {
        font-size: 14px;
    }
    footer .foot>div {
        width: 95%;
    }
    .foot-list .con>div {
        width: 90%;
    }
    .foot-list .con2>div>div {
        margin-top: 10px;
    }
    .foot-list .con3 .title>* {
        line-height: 30px;
    }
    .foot-list .con3 .title:nth-child(1)>img {
        /*height: 60%;*/
    }
    .foot-list .con3 .title:nth-child(2)>img {
        height: 100%;
    }
    .foot-list .con2>div>div {
        float: none;
    }
    .foot-list .con2>div>div:nth-child(2n) {
        margin-left: 0;
    }
    .foot-list .con>div {
        width: 80%;
    }
    .foot-list .con2>div {
        width: 60%;
    }
    .bg-con .bg-title {
        font-size: 34px;
        letter-spacing: 8px;
    }
    .bg-con .bg-message {
        font-size: 22px;
        letter-spacing: 4px;
    }
}

@media only screen and (min-width: 740px) and (max-width: 860px) {
    .foot-list .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .foot-list .con3 .title>* {
        font-size: 16px;
        line-height: 30px;
    }
    .foot-list .con1 .title {
        width: 50%;
    }
    .foot-list {
        font-size: 14px;
    }
    footer .foot>div {
        width: 95%;
    }
    .foot-list .con>div {
        width: 90%;
    }
    .foot-list .con2>div>div {
        margin-top: 10px;
    }
    .foot-list .con3 .title:nth-child(1)>img {
        /*height: 60%;*/
    }
    .foot-list .con3 .title:nth-child(2)>img {
        height: 100%;
    }
    .foot-list .con2>div>div {
        float: none;
    }
    .foot-list .con2>div>div:nth-child(2n) {
        margin-left: 0;
    }
    .foot-list .con>div {
        width: 80%;
    }
    .foot-list .con2>div {
        width: 60%;
    }
    .bg-con .bg-title {
        font-size: 32px;
        letter-spacing: 6px;
    }
    .bg-con .bg-message {
        font-size: 18px;
        letter-spacing: 2px;
    }
    /*footer .foot {
    	padding: 0;
    	height: auto;
    }
	.foot-list {
	    display: block;
	    width: 365px;
	    float: none;
	    margin: 20px auto 0;
	}
	.foot-list:first-child {
	    margin-top: 0;
	}
	.foot-list .title {
		text-align: center;
	}
	.foot-list .title:first-child {
		width: 190px;
	}
	.foot-list .con {
	    height: 140px;
	    border-right: none;
	    border-left: none;
	    border-bottom: 1px solid #fff;
	}
	.foot-list .con3 {
	    border: none;
	    height: 100px;
	}
    .foot-list .con > div {
	    width: 100%;
	    margin: auto;
	    text-align: center;
	}
	.foot-list .con1 .wx {
	    position: inherit;
	    width: 50px;
	    margin: auto;
	    bottom: -30px;
	    left: 0;
	}*/
}

@media only screen and (max-width: 740px) {
    /*.bg-con .bg-title {
		font-size: 40px;
	}
	.bg-con .bg-message {
		font-size: 20px;
	}*/
    footer .foot {
        padding: 0;
        height: auto;
    }
    .foot-list {
        display: block;
        width: 100%;
        float: none;
        margin: 20px auto 0;
    }
    .foot-list:first-child {
        margin-top: 0;
        height: 100px;
    }
    .foot-list .title {
        text-align: center;
        font-size: 16px;
    }
    .foot-list .title:first-child {
        width: 100px;
    }
    .foot-list3 .title:first-child {
        width: 100%;
    }
    .foot-list .con {
        height: 100px;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #fff;
        font-size: 12px;
    }
    .foot-list .con3 {
        border: none;
        height: 100px;
    }
    .foot-list .con>div {
        width: 100%;
        margin-left: auto;
        text-align: center;
    }
    .foot-list .con1 .wx {
        position: inherit;
        width: 50px;
        margin: auto;
        bottom: -30px;
        left: 0;
    }
    .foot-list .con2 {
        height: 140px;
    }
    .foot-list .con2>div>div {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .foot-list .con2>div>div:nth-child(2n) {
        margin: 0;
    }
    .foot-list .title {
        height: 40px;
        margin-bottom: 10px;
    }
    .foot-list .con3 {
        height: 120px;
    }
    .foot-list .con3 .title:nth-child(1)>img {
        /*height: 60%;*/
    }
    .foot-list .con3 .title {
        margin-right: auto;
        height: 50px;
        margin-top: 20px;
    }
    .foot-list .con3 .title:nth-child(2)>img {
        /*margin-left: 40%;*/
    }
    .foot-list .con3 .title>* {
        float: none;
        line-height: 25px;
        font-size: 12px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 780px) and (max-width: 980px) {
    .nav li {
        /*margin-right: 20px;*/
    }
}

@media only screen and (min-width: 780px) and (max-width: 860px) {
    .nav .logo {
        margin-top: 16px;
        /*width: 150px;*/
        /*padding-left: 3%;*/
    }
    .nav li {
        /*margin-right: 10px;*/
    }
    .bg-con .bg-title {
        font-size: 36px;
    }
    .bg-con .bg-message {
        font-size: 20px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 780px) {
    .nav .logo {
        margin-top: 16px;
        /*width: 150px;
    	padding-left: 3%;*/
    }
    .nav li {
        /*margin-right: 8px;*/
    }
    nav li a {
        font-size: 14px;
    }
    .bg-con .bg-title {
        font-size: 30px;
        letter-spacing: 4px;
    }
    .bg-con .bg-message {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 980px) {
    nav .logo {
        /*padding: 0 2%;
        width: 20%;*/
    }
    .nav .list {
        width: 82%;
    }
    /*.nav .list li {
    	width: 16%;
    }
    
	nav .list li:nth-child(1){
	    width: 11%;
	}*/
    .nav .list .move {
        width: 90%;
        height: 6.2%;
        top: 114%;
        left: -10%;
    }
    footer .foot .name {
        font-size: 1.2rem;
    }
    footer .foot .content {
        font-size: 0.9rem;
    }
    footer .trademark>div {
        font-size: 0.7rem;
        line-height: 1.2rem;
    }
}

@media only screen and (max-width: 639px) {
    .nav .logo {
        width: 35%;
        height: 35px;
        display: flex;
        align-items: center;
        margin-top: 0 !important;
    }
    nav .logo>img {
        max-width: 78%;
        max-height: 25px;
    }
    nav {
        background-color: rgba(255, 255, 255, 1);
        /* border: 1px solid red; */
        /*position: absolute;*/
        height: 36px;
        padding-top: 0;
        z-index: 999;
    }
    nav li {
        text-align: left;
    }
    .nav .list li a {
        color: #666;
    }
    nav ul {
        display: none;
        padding: 0;
        /* margin: 0 0.5%; */
        margin-left: 0;
        /*margin-top: 3px;*/
        width: 100%;
        background: rgba(255, 255, 255, .9);
        margin-top: 0;
    }
    #menuIcon {
        padding: 0;
        width: 95%;
        text-align: right;
        font-size: 1rem;
        margin-top: 13px;
        border: none;
        display: inline-block;
    }
    nav ul {
        display: none;
        padding: 0;
        /* margin: 0 0.5%; */
        margin-left: 0;
        width: 100%;
        background: rgba(255, 255, 255, .9);
        margin-top: 0;
    }
    nav li:nth-child(1) {
        width: 100%;
    }
    nav ul li {
        width: 100%;
        height: 34px;
    }
    nav li a {
        font-size: 1rem;
        margin-left: 6%;
    }
    nav ul li:hover {
        background-color: #555;
    }
    /* 导航栏 */
    /*nav ul{*/
    /*display: none;*/
    /*padding:0;*/
    /*margin: 0 5px;*/
    /*}*/
    /*#menuIcon{*/
    /*width: 65%;*/
    /*display: inline-block;*/
    /*box-sizing: border-box;*/
    /*!*text-align: right;*!*/
    /*padding-left: 60%;*/
    /*font-size: 1.3rem;*/
    /*border-bottom: 1px #9c9c9c solid;*/
    /*!*border: 1px solid red;*!*/
    /*}*/
    /*nav ul li{*/
    /*width: 100%;*/
    /*!*text-align: center;*!*/
    /*}*/
    /*nav li a{*/
    /*font-size: 1rem;*/
    /*}*/
    /*nav ul li:hover{*/
    /*background-color: #555;*/
    /*text-align: center;*/
    /*}*/
    footer .foot .name {
        font-size: 1rem;
    }
    footer .foot .content {
        font-size: 0.8rem;
        line-height: 1.6rem;
    }
    footer .foot .content p:nth-child(1) {
        padding-left: 0.8%;
    }
    footer .trademark>div {
        font-size: 0.5rem;
        line-height: 1rem;
    }
    .bg-con .bg-title {
        font-size: 24px;
        letter-spacing: 4px;
    }
    .bg-con .bg-message {
        font-size: 14px;
        letter-spacing: 2px;
    }
    /*footer .foot .content .phone{*/
    /*color: black !important;*/
    /*}*/
    /*footer .foot .content .fax{*/
    /*color: black!important;*/
    /*}*/
}

@media only screen and (max-width: 530px) {
    /* 导航栏 */
    nav .logo>img {
        max-width: 78%;
    }
    nav ul {
        display: none;
        padding: 0;
        margin: 0 5px;
    }
    #menuIcon {
        padding: 0;
        width: 95%;
        text-align: right;
        font-size: 1rem;
        margin-top: 13px;
        border: none;
        display: inline-block;
    }
    nav ul {
        display: none;
        padding: 0;
        /* margin: 0 0.5%; */
        margin-left: 0;
        width: 100%;
        background: rgba(255, 255, 255, .9);
        margin-top: 0;
    }
    nav li:nth-child(1) {
        width: 100%;
    }
    nav ul li {
        width: 100%;
        height: 34px;
    }
    nav li a {
        font-size: 1rem;
        margin-left: 6%;
    }
    nav ul li:hover {
        background-color: #555;
    }
    footer .trademark>div {
        font-size: 8px;
    }
    /*.bg-con .bg-title {
		font-size: 26px;
	}
	.bg-con .bg-message {
		font-size: 16px;
	}
	*/
    .bg-con .bg-title {
        font-size: 22px;
        letter-spacing: 2px;
    }
    .bg-con .bg-message {
        font-size: 12px;
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 490px) {
    /* 导航栏处理 */
    nav {
        background-color: rgba(255, 255, 255, 1);
        /* border: 1px solid red; */
        /*position: absolute;*/
        height: 36px;
        padding-top: 0;
    }
    nav .logo {
        width: 35% !important;
        margin-top: 0 !important;
        /*margin-top: 3%;*/
        /*border: 1px solid red;*/
    }
    nav ul {
        display: none;
        padding: 0;
        /*margin: 0 0.5%;*/
        margin-left: 0;
        margin-top: 3px;
        width: 100%;
        background: rgba(255, 255, 255, .9);
    }
    #menuIcon {
        /*margin-left: 55.6%;*/
        padding: 0;
        width: 95%;
        text-align: right;
        font-size: 1rem;
        margin-top: 13px;
        border: none;
    }
    nav li:nth-child(1) {
        width: 100%;
    }
    nav ul li {
        width: 100%;
        height: 34px;
    }
    nav li a {
        font-size: 1rem;
        margin-left: 6%;
    }
    nav ul li:hover {
        background-color: #555;
    }
    footer .foot>div {
        width: 100%;
    }
    .bg-con .bg-title {
        font-size: 19px;
        letter-spacing: 0px;
    }
    .bg-con .bg-message {
        font-size: 12px;
        letter-spacing: 0px;
    }
    nav .logo {
        /* width: 35%; */
        /* margin-top: 3%; */
        height: 35px;
        /* border: 1px solid red; */
        display: flex;
        align-items: center;
    }
}

.sliding-left {
    background: url("../image/title-border.png") left 100% no-repeat;
    display: inline-block;
    padding-left: 52px;
    padding-top: 1px;
}

.sliding-right {
    background: url("../image/title-border.png") right 100% no-repeat;
    height: 52px;
    padding-right: 50px;
    padding-top: 1px;
    margin-right: -5px;
    line-height: 3.25rem;
}

.move-hidden {
    visibility: hidden;
}