/*
只在首页显示
 */
html{
    font-size:625%;

}
body {
    color: #222;
    -webkit-text-size-adjust: none;
}

body, button, input, select, textarea {
    font-family: Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, sans-self;
    font-size: 625%;
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section-wrap {
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.section-wrap .section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
}

/*.section-wrap .section .title{width:100%;position:absolute;top:10%;color:#fff;font-size:2.4em;text-align:center;}*/
.section-wrap .section .title p {
    padding: 0 4%;
    opacity: 0
}

.section-wrap .section .title.active .tit {
    opacity: 1;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

.section-wrap .section-1 {
    background-color: #337ab7
}

.section-wrap .section-2 {
    background-color: #5cb85c
}

.section-wrap .section-3 {
    background-color: #5bc0de
}

.section-wrap .section-4 {
    background-color: #f0ad4e
}

.section-wrap .section-5 {
    background-color: #d9534f
}

.put-section-0 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.put-section-1 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.put-section-2 {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
}

.put-section-3 {
    transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
}

.put-section-4 {
    transform: translateY(-400%);
    -webkit-transform: translateY(-400%);
}

.put-section-5 {
    transform: translateY(-500%);
    -webkit-transform: translateY(-500%);
}

.put-section-6 {
    transform: translateY(-600%);
    -webkit-transform: translateY(-600%);
}

.put-section-7 {
    transform: translateY(-700%);
    -webkit-transform: translateY(-700%);
}

.put-section-8 {
    transform: translateY(-800%);
    -webkit-transform: translateY(-800%);
}

.put-section-9 {
    transform: translateY(-900%);
    -webkit-transform: translateY(-900%);
}
.section-btn {
    width: .11rem;
    position: fixed;
    right: .50rem;
    top: 20%;
    z-index: 1;
    text-indent: -9999px;
}

.section-btn li {
    width: .11rem;
    height: .11rem;
    cursor: pointer;
    margin-bottom: .20rem;
    text-align: center;
    color: #000;
    position: relative;
    border: 1px solid #325c90;
    border-radius: 6px;
}

.section-btn li.on, .section-btn li:hover {
    background-color: #474747;
}

.arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    background: url(../images/rscx/scroll.png) center no-repeat;
    text-indent: 100px;
}

.arrow:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes arrow {
    0%, 100% {
        bottom: 10px;
        opacity: 1;
    }
    50% {
        bottom: 50px;
        opacity: .5
    }
}

@-webkit-keyframes arrow {

    0%, 100% {
        bottom: 10px;
        opacity: 1;
    }
    50% {
        bottom: 50px;
        opacity: .5
    }
}
/*
首页公用样式
 */
a {
    text-decoration: none;
    color: #fff
}

a:hover {
    text-decoration: none;
    color: #2080b9
}
section .banner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    left: 0px;
    z-index: 1;
    text-align: center;
    background: #3f78be
}

section .banner .more {
    width: 125px;
    height: 34px;
    border: 2px solid #20e1e1;
    text-align: center;
    font: 14px/34px 思源黑体;
    position: absolute;
    bottom: 88px;
    left: 45%;
}

section .banner .more a {
    display: block;
    width: 100%;
    height: 100%;
}

section .banner .more a:hover {
    color: #0cafaa
}

section .banner .more.c1 {
    left: 40%
}

section .banner .more.c2 {
    left: 51%
}

section .banner .slogan {
    position: absolute;
    top: 30%;
    left: 50%;
}

section .banner .scroll {
    position: absolute;
    top: 623px;
    left: 50%;
}

section .banner .slogan.active img {
    animation: myfirst 2s;
    -moz-animation: myfirst 2s; /* Firefox */
    -webkit-animation: myfirst 2s; /* Safari and Chrome */
    -o-animation: myfirst 2s; /* Opera */
}

@keyframes myfirst {
    from {
        transform: scale(0.1, 0.1);
    }
    to {
        transform: scale(1, 1);
    }
}

section .banner .scroll img {
    width: 56px;
    height: 22px;
    position: absolute;
    left: -28px;
    cursor: pointer;
}

.section {
    height: 760px;
    position: relative;
}

.section .content {
    height: 100%;
    margin: 0 auto;
}

.section .content:after {
    content: '';
    width: 50px;
    height: 175px;
    /*background: url("../images/ndyx/tag.png");*/
    position: absolute;
    bottom: 0;
    right: 20px;
}

.section .name {
    padding-top: 70px;
    color: #000;
    margin-bottom: 15px;
}

.section .en {
    font: .14rem/.45rem arial;

}

.section .cn {
    font: .30rem/.30rem Source Han Sans;

}

.section .more {
    float: left;
    width: 1.12rem;
    background: #e9e9e9;
    font: 12px/30px Source Han Sans;
    border:1px solid #024da3;
    border-radius: 15px;
    
}
.section .more a{
    color: #024da3;
}
.section .more:hover{
    color: #e18839;
    border-color: #e18839;
}
.section .more:hover a{
    color: #e18839;
}

.mmore{
    display: none;
   
}

#f1 .content .name {
    text-align: right;
    position: relative;
    top:6%;
}

#f1 .content:after {
    left: 20px;
    right: auto;
}

#f1 .m .cont .date {
    color: #929292;
    border-right: 1px solid #d6d6d6;
    /*padding-right: 14px;*/
}

#f1 .cont .date .day {
    font: 40px/40px Source Han Sans;
}

#f1 .cont .date .Ym {
    font: 15px/36px Source Han Sans;
}

#f1 .title {
    font: 15px/15px Source Han Sans;
    text-align: left;    
}

#f1 .title a{
    color: #000;
}

#f1 .desc {
    font: .13rem/.30rem Source Han Sans;
    text-align: left;    
    width: 100%;
    color: #747474;
}


#f2 {
    background-color: #e8eff8
}

#f2 .content .name {
    text-align: left;
    position: relative;
    top:6%;
}

#f2 .content .cont {
    position: relative;
}

#f2 .content .left {
    position: absolute;
    z-index: 1;
    left: 0;
    top: .85rem;
    width: 58%;
    padding: .80rem .70rem .80rem .30rem;
    background: #fff;
}

#f2 .content .left .desc {
    font: .15rem/.45rem Source Han Sans;    
    text-align: left;
}
#f2 .desc a{
    color: #747474;
}
#f2 .content .right {
    float: right;
    width: 50%;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
}

#f2 .content .right img {
    width: 100%;
}

#f3 {
    background-color: #4177bd;
}

#f3.section .content {
    color: #fff;
    text-align: left;
}

#f3 .content .name {
    text-align: right;
    color: #fff;
    position: relative;
    top:6%;
}

#f3 .content .cont {
    position: relative;
}

#f3 .content .cont:after {
    content: '';
    position: absolute;
    width: 1.67rem;
    height: 1.67rem;
    left: 50%;
    margin-left: -.835rem;
    top: .76rem;
    background: url("../images/ndyx/circle.png");
    background-size: 1.67rem;
}

#f3 .content .left {
    float: left;
    width: 32.6%;
    padding: .74rem 1.40rem 1.10rem .40rem;
    background: #fff;
    border-radius:.06rem;
}

#f3 .content .right {
    float: right;
    width: 32.6%;
    padding: .74rem .40rem 1.10rem 1.40rem;
    background: #fff;
    border-radius:.06rem;
}

#f3 .content .title {
    font: 28px/28px Source Han Sans;
    color: #4178be;
}

#f3 .content .desc {
    font: .15rem/.36rem Source Han Sans;
    color: #747474;
}

#f3 .content:after {
    left: 20px;
    right: auto;
}

#f4 {
    background-color: #f3f5f6
}

#f4.section .content {
    color: #fff
}

#f4 .content .name {
    text-align: left;
    position: relative;
    top:6%;
}

#f4 .content .left {
    float: left;
    width: 50%;
    text-align: left;
    padding: 100px 0 200px;
}

#f4 .content .left .desc {
    width: 82%;

    font: .15rem/.45rem Source Han Sans;
    color: #747474;
}

#f4 .content .right {
    width: 50%;
    float: right;
}

#f4 .content .right img {
    width: 100%;
}

#f5 {
    background-color: #e8eff8
}

#f5 .content {
    color: #fff
}

#f5 .content .name {
    text-align: right;
    position: relative;
    top:6%;
}

#f5 .content .left {
    float: left;
    width: 50%;
    text-align: left;
    padding: 100px 0 200px;
}

#f5 .content .left .desc {
    width: 82%;
    float: right;
    font: .15rem/.45rem Source Han Sans;
    color: #747474;
}
#f5 .content .more{
    float: right;
}
#f5 .content .right {
    width: 50%;
    float: left;
}

#f5 .content .right img {
    width: 100%;
}

#f5 .content:after {
    left: 20px;
    right: auto;
}

#f6 {
    background-color: #4178be
}

#f6.section .content {
    color: #fff
}

#f6 .content .name {
    text-align: left;
    color: #fff;
    position: relative;
    top:6%;
}

#f6 .content .left {
    float: right;
    width: 50%;
    text-align: left;
    padding: 100px 0 200px;
}

#f6 .content .left .desc {
    width: 82%;

    font: .15rem/.45rem Source Han Sans;
    color: #fff;
}

#f6 .content .right {
    width: 50%;
    float: right;
}

#f6 .content .right img {
    width: 100%;
}

#f7 {
    background-color: #f3f5f6
}

#f7.section .content {
    color: #fff
}

#f7 .content .name {
    text-align: right;
    position: relative;
    top:6%;
}

#f7 .content .left {
    float: right;
    width: 50%;
    text-align: left;
    padding: 100px 0 200px;
}

#f7 .content .left .desc {
    width: 82%;
    float: right;
    font: .15rem/.45rem Source Han Sans;
    color: #747474;
}
#f7 .content .more{
    float: right;
}
#f7 .content .right {
    width: 50%;
    float: left;
}

#f7 .content .right img {
    width: 100%;
}

#f7 .content:after {
    left: 20px;
    right: auto;
}

#f8 {
    background-color: #e8eff8;
}

#f8 .name {
    text-align: center;
    position: relative;
    top:6%;
}

#f8 .desc {
    font: .15rem/.30rem Source Han Sans;
    color: #747474;
    padding: 0 .60rem .80rem;
}

#f8 .content:after {
    display: none;
}
#f9 .cont .left{
    
    padding:.77rem 0;
    text-align: center;
    background: rgba(65,120,190,.7);    
    position: relative;
}
#f9 .title{
    
    font:.3rem/.3rem Source Han Sans;
    color: #fff;
    margin-bottom: .3rem;
}
#f9 .desc{
    
    font:.15rem/.4rem Source Han Sans;
    color: #e3e3e3;
}

 .header {
        width: 100%;
		height:0.7rem;
        position: absolute;
        left:0;
		top:0;
		background: #032035;
        z-index: 3;
    }
	 .header .logo {
        /*width: px;*/
        float: left;
        margin-top: .12rem;
        margin-bottom: .12rem;
    }
@media only screen and (min-width: 780px) {
    /*>780px 只在电脑端*/

    /*
    头部样式
     

    .header {
        width: 12.00rem;
        position: absolute;
        left: 50%;
        z-index: 3;
        margin-left: -6rem
    }
	 .header .hc {
        width: 12rem;
        background: #032035;
        padding: 0 3.6rem;
        position: absolute;
        left: -3.6rem;
    }
    .header .left {
        float: left;
    }
	*/

    .header .hc {
        width:62.5%;
		position:relative;
        margin:0 auto;
    }
	.header .hc:after{
		content:"";
		width:0;height:0;
		display:block;
		clear:both;
	}
    .header .left {
        float: left;
    }

    .header .right {
    }



    .header .logo img {
		height:0.48rem;
    }

    .header .nav-bar { 
	     /*width:840px;*/
        text-align: center;
        float: right;
    }

    .header .nav-bar.bgc {
        background-color: #0f0f0f;
    }

    .header .nav-btn {
        display: none;
    }

    .header .nav-btn.bgi {
        background: url(../images/rscx/show.png) center no-repeat;
    }

    .header .nav-site {
		width:100%;
    }

    .header .nav-site .fir {
        margin-left: .46rem;
        float: left;
        margin-top: .3rem;
       padding-bottom: .27rem;
        text-align: center;
        line-height: .13rem;
        z-index: 11;
        position: relative;
    }



    .header .nav-site .fir span {
        display: block;
        /*padding: 0 0.04rem;*/
        color: #fff;
    }
    .header .nav-site .fir span:hover{
        color: #d55c34;
    }
    .header .nav-site .fir a {
        font-size: .13rem;
        font-family: Source Han Sans;
        *display: block;
        display: block;
    }

    .header .nav-site li a .en {
        color: #2b2b2b;
        font-size: 10px;
        font-family: Arial;
        font-weight: 500;
        *display: block
    }

    .header .nav-site .sec {
        float: left;
        display: none;
        background: #032035;
        position: absolute;
        left: -.36rem;
        top: .40rem;
        padding-bottom: .05rem;
    }

    .header .nav-site li:hover .sec {
        display: block;
    }

    .header .nav-site li .sec li {
        height: .40rem;
        width: 1.13rem;
        margin: 0 0.05rem;
        text-align: center;
        border-bottom: .01rem solid #04416d;
    }

    .header .nav-site li .sec li a {
        color: #232222;
        display: block;
        height: 40px;
        font: 13px/40px 思源黑体;
    }

    .header .nav-site li .sec li:hover {
    }

    .header .nav-site li .sec li:hover a {
        color: #144d8c;
    }

    .header .nav-site li .sec .bottom {
        height: 7px;
        background-color: #d5041d
    }

    .header .nav-site li .sec .bottom:hover {
        height: 7px;
        background-color: #d5041d
    }
    /*
    底部样式
     */

    .footer {
        width: 100%;
        height: 56px;
        line-height: 56px;
        margin: 0 auto;
        background-color: #032035;
        position: relative;
        bottom: 0;
        left: -0px;
        z-index: 0;
    }

    .footer .down {
        width: 1200px;
        margin: 0 auto;
        color: #fff;
        font-size: 13px;
        font-family: Source Han Sans;
    }

    .footer .down .down-content {
        width: 1200px;
        margin: 0 auto;
    }

    .footer .down .left {
        float: left;
        margin-right: 15px;
    }

    .footer .down .right {
        float: right;
    }

    .footer .down .maker {
        float: right;
        color: #fff;
    }

    .footer .down .maker a {
        color: #fff;
    }

    .footer .info {
    }

    .footer .flinks {
        width: 100%;
        height: 100%;
        line-height: 22px;
    }

    .section .name{

    }
    .section .content {
        position: relative;
        width: 12.0rem;
        text-align: center;
    }

    .section .content .more {
        text-align: center;
        margin-top: .3rem;        
    }
    
    .section#f1 .content .more{
        /*border:none;*/
        position: absolute;
        bottom: 10%;
        left: 50%;
        margin-left: -.56rem;
    }
    .section#f1 .content .more a {
        /*color: #969696;*/
    }

    .section .content desc {
        line-height: 24px;
    }

    section .banner .banner_bg {
        width: 100%;
        height: 100%;
		background:url("../images/ndyx/f0.jpg") no-repeat center center fixed;
		 background-size:cover;
    }


    #f1 .content {
        width: 12rem;
        margin: 0 auto;
    }
    #f1 .content ul{
        position: absolute;
        top: 50%;
        margin-top:-130px;
    }
    #f1 .left {
        float: left;
    }

    #f1 .right {
        float: right;
    }
    #f1 li{display: block;}
    #f1 li.m{display: none;}
    #f1 li+li {
        padding-bottom:  0.5rem;
    }
    
    #f1 .pic {
        width: 2.2rem;
        margin-right: .2rem;
    }

    #f1 .pic img {
        width: 100%;
        height: 1.24rem;
    }

    #f1 .cont {
        width: 9.6rem;
    }
    #f1 .cont .date{
        font:.13rem/.48rem Source Han Sans;
        text-align: left;
    }
    #f1 .cont .desc a{
        color:#4178be;
    }
    #f1 .cont .right {
        width: 77%;
    }

    #f2 .content .container{
        width:12rem;
        position: absolute;
        top: 50%;
        margin-top:-2.45rem;
    }
    
    #f3 .content .cont,#f4 .content .cont,#f5 .content .cont,#f6 .content .cont,#f7 .content .cont,#f8 .content .cont,#f9 .content .cont{
        width:12rem;
        position: absolute;
        top: 50%;
        margin-top:-1.7rem;
    }
    #f8 .cont img{
        display: block;
    }
    #f8 .cont img.mobile{
        display: none;
    }
    /*f9电脑端*/
    #f9 {
        background: url(../images/ndyx/f09.jpg) no-repeat;
        background-position: 0 .70rem;
    }
    #f9 .cont .left{  
        float: left;      
        width: 50%;
        text-align: left;        
    }
    #f9 .title{
        padding-left: .5rem;
        
    }
    #f9 .desc{
        padding-left: .5rem;
        
    }
    #f9 img{
        width: 1.36rem;
        position: absolute;
        right: .44rem;
        top: 1.50rem;
    }
    #f9 .more{
        margin-left: .5rem;
    }
}

@media screen and (min-width: 780px) and (max-width: 890px){
	  .header .hc {
        width:90%;
		position:relative;
        margin:0 auto;
    }
}
@media only screen and (max-width: 1440px) {
    /*<=1440px 低配电脑*/
    html {
        font-size: 500%;
    }

    /*0.8*/
    #f3 ul {
        margin: 0 0.2875rem;
    }
    #f9 {
        background: url(../images/ndyx/f09.jpg) no-repeat;
        background-position: -1.7rem -1.70rem;
        background-size: 19.20rem;
    }
}

@media only screen and (max-width: 780px) {
    /*<780px 手机端*/
    .section-btn {
        right: .1rem;
        top:35%;
    }
    
    .header {
        width: 100%;
        position: absolute;
        z-index: 3;
        background: #032035;
    }

    .hdader .logo {

        margin:.12rem 0;

    }

    .header .logo img {
        /*width: 125px;
        height: 21px;*/
		height:0.48rem;
        padding-left: 18px;
       /* margin:12px 0;*/
    }

    .header .nav-site {
        display: none;
        position: relative;
        right: 0; /*top:78px;*/
        background: rgba(0, 0, 0, 0.7);
        padding-top: 78px;
        padding-bottom: 999px;
    }

    .header .nav-site.on {
        display: block;
    }

    .header .nav-bar {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header .nav-btn {
        display: block;
        width: 34px;
        height: 27px;
        background: url(../images/ndyx/nav.png) no-repeat;
        background-size: 23px;
        right: 0px;
       /* top: 12px;*/
	   top:0.24rem;
        position: absolute;
        z-index: 999
    }

   .header .nav-site .fir {
        height: 56px;
        width: 100%;
        text-align: center;
        line-height: .33rem;
        z-index: 11;
        position: relative;
        margin: 0;
        float: none;
    }

    .header .nav-site .fir span {
        font: 18px/56px Source Han Sans;
        display: block;
    }

    .header .nav-site li .sec {
        display: none;
    }

    section .banner .banner_bg {
        width:100%;
        height: 100%;
        background:url("../images/ndyx/f02.jpg") no-repeat center center fixed;
		background-size:cover;
    }
	/*
    section .banner img{
        display: none;
    }
    section .banner img.mobile{
        display: block;
    }
    section .banner .slogan img {
        width: 310px;
        height: 124px;
        position: absolute;
        left: -155px;
    }
    */
    .section .content .name {
        text-align: center !important;
    }
    .mmore{
        display: block;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: .5rem;
    }
    .mmore a{
        display: inline-block;
        text-align: center;
        width: 1.5rem;
        height: 0.30rem;
        border:1px solid #77b3df;
        border-radius: 0.15rem;
        color: #969696;
        font:.15rem/.3rem Source Han Sans;
    }
    .section .content .more {
        width: 1.84rem;
        height: .50rem;
        text-align: center;

        display: none;
        margin-top: .1rem
    }

    .section .content .more a {
        font: .15rem/.50rem Source Han Sans;
        color: #545454;
    }

    .section .content:after {
        display: none;
    }

    #f1 .content {
        border: none;
    }
    #f1 .content ul{
        position: absolute;
        top: 50%;
        margin-top:-89px;
    }
    #f1 li{display: none;}
    #f1 li.m{display: block;}
    #f1 li {
        padding-bottom: 20px;
    }

    #f1 .pic {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 10px;
        display: none;
    }

    #f1 .pic img {
        width: 100%;
    }

    #f1 .cont {
        width: 80%;
        margin: 0 auto;
    }

    #f1 .cont .date {
        width: 15%;
        float: left;
        padding-right: 0;
    }

    #f1 .cont .date .day {
        font: bold 14px/14px Source Han Sans;
    }

    #f1 .cont .date .Ym {
        font: 0.08rem/14px Source Han Sans;
    }

    #f1 .cont .right {
        width: 80%;
        float: right;
    }

    #f1 .title {
        font-size: 14px;
        line-height: 20px;
    }

    #f1 .desc {
        font-size: 12px;
        line-height: 23px;
    }

    #f1 .more {
        width: 68px;
        height: 20px;
        text-align: center;
        display: none;

    }

    #f1 .more a {
        line-height: 20px;
    }

    .section .cn {
        /*width: 200px;*/
        margin: 0 auto;
    }

    #f2 .content .container{
        position: absolute;
        top: 50%;
        margin-top:-110px;
    }
    #f2 .content .right {
        width: 89%;
        margin: 0 auto;
        float: none;
        position: inherit;
        height: 150px;
        overflow: hidden;
    }

    #f2 .content .left {
        padding: 0px;
        width: 76%;
        left: 50%;
        margin-left: -38%;

    }

    #f2 .content .left .desc {
        line-height: 24pt;
        padding: 24px;
    }
    #f2 .content .left .desc a{
        color: #747474;
    }
    #f2 .more {
        float: none;
    }
    
    #f3 .content .cont{
        position: absolute;
        top: 50%;
        margin-top:-110px;
    }
    #f3 .content .left {
        width: 75%;
        margin: 0 auto;
        float: none;
        padding: .40rem;
        margin-bottom: .35rem;
    }

    #f3 .content .right {
        width: 75%;
        margin: 0 auto;
        float: none;
        padding: .40rem;

    }

    #f3 .content .title {
        font: .17rem/.17rem Source Han Sans;

    }

    #f3 .content .desc {
        font: .12rem/.24rem Source Han Sans;
    }

    #f3 .content .cont:after {
        top: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        background-size: 100px 100px;
        margin-left: -50px;
    }
    #f3 .mmore a{
        color: #fff;
    }

    #f4 .content .cont,#f5 .content .cont,#f6 .content .cont,#f7 .content .cont,#f8 .content .cont{
        position: absolute;
        top: 50%;
        margin-top:-110px;
    }
    #f4 .content .left {
        width: 73%;
        float: none;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 10px;
    }

    #f4 .content .right {
        width: 73%;
        float: none;
        margin: 0 auto;
    }

    #f4 .content .left .desc {
        width: 100%;
        line-height: 24px;
    }

    #f5 .content .left {
        width: 73%;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #f5 .content .right {
        width: 73%;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #f5 .content .left .desc {
        width: 100%;
        line-height: 24px;
    }

    #f6 .content .left {
        width: 73%;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #f6 .content .right {
        width: 73%;
        float: none;
        margin: 0 auto;
    }

    #f6 .content .left .desc {
        width: 100%;
        line-height: 24px;
    }
    #f6 .mmore a{
        color: #fff;
    }
    #f7 .content .left {
        width: 73%;
        float: none;
        margin: 0 auto;
        padding: 0;
    }

    #f7 .content .right {
        width: 73%;
        float: none;
        margin: 0 auto;
    }

    #f7 .content .left .desc {
        width: 100%;
        line-height: 24px;
        /*height: 148px;*/
        padding-bottom: 0.4rem;
        overflow: hidden;
        /*white-space:nowrap;*/
        /*text-overflow: ellipsis;*/
    }
    #f8 .cont .desc{
        padding-bottom: .4rem;
    }
    #f8 .cont .down{
        width:73%;
        margin:0 auto;
    }
    #f8 .cont img{
        display: none;
    }

    #f8 .cont img.mobile{
        display: block;
        width: 100%;
    }
    #f8 .footer {
        display: none;
    }
    #f9 {        
        background-position: -1.7rem .50rem;
        background-size: 19.20rem;
    }
    #f9 .cont .left{
        padding: .5rem 0;
        width: 70%;
        margin: 0 auto;
        margin-top:1.20rem;
    }
    #f9 .mmore{
        display: none;
    }
    #f9 .mmore a{
        color: #fff;
    } 
    .footer{
        bottom: 0;
        font-size: .13rem;
        width: 100%;
        background: #032035;
        color: #fff;
        height: .50rem;
        line-height: .5rem;
        
    } 
    .footer .down{
        padding:0 .2rem;
    }
    .footer .left{
        float: left;
    }  
    
    .footer .maker{
        float: right;        
    }
}

@media only screen and (max-width: 480px) {
    /*<=480px iphone7*/
    #f4 .bd ul li {
        height: 60px;
    }
}

@media only screen and (max-width: 380px) {
    /*<=375px iphone6*/
    #f3 li {
        margin: 10px 3px;
    }

}

@media only screen and (max-width: 320px) {
    /*<=320px iphone5*/
    #f3 li {
        width: 126px;
        margin: 10px 0;
    }

    #f3 li .hover {
        background-size: 126px 126px;
    }

    /*#f4 .bd ul li{height: 65px;}*/
}
