/*
 .Top002070
 */

.Top002070 {
    position: relative;
    width: 100%;
    z-index: 100;
}

.Top002070 header {
    position: relative;
}

.Top002070 .logo {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Top002070 .logo {
    position: relative;
    top: auto;
    left: 0;
    transform: translateY(0);
}

.Top002070 nav {
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 0;
    width: 70%;
    max-width: 280px;
    z-index: 100;
    transform: translateX(100%);
    opacity: 0;
    transition: 0.3s;
}

.Top002070 nav.navOut {
    transform: translateX(0);
    opacity: 1;
}

.Top002070 nav ul {
    padding-top: 25%;
}

.Top002070 nav li {
    position: relative;
    width: auto;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Top002070 nav li a {
    display: block;
}

.Top002070 nav li > a {
    line-height: 40px;
    position: relative;
    font-size: 16px;
}

.Top002070 nav li.has_sub > a {
    display: none;
}

.Top002070 nav li > a,
.Top002070 nav li span {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 5%;
    line-height: normal;
}

.Top002070 nav li dl {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    display: none;
    background: #4cb3e2;
}

.Top002070 nav li dd {
    padding-bottom: 1px;
}

.Top002070 nav li dd a {
    line-height: 47px;
    background: #03a9f4;
    color: #fff;
}

.Top002070 .mobile_menu {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 32px;
    border-radius: 4px;
    z-index: 101;
}

.Top002070 .langu{ position:absolute; right:17%; top:50%; margin-top:-14px; font-size:20px  }

.Top002070 .mobile_menu span,
.Top002070 .mobile_menu span:after,
.Top002070 .mobile_menu span:before {
    position: absolute;
    height: 3px;
    background-color: #2d7fdd;
    width: 100%;
    left: 0%;
    border-radius: 3px;
}

.Top002070 .mobile_menu span {
    width: 70%;
    left: 15%;
    top: 50%;
    margin-top: -1.5px;
}

.Top002070 .mobile_menu span:after,
.Top002070 .mobile_menu span:before {
    content: '';
    transform: transform 0.3s;
}

.Top002070 .mobile_menu span:before {
    top: -8px;
}

.Top002070 .mobile_menu span:after {
    top: 8px;
}

.Top002070 .open_menu span {
    background-color: transparent;
}

.Top002070 .open_menu span:before {
    top: 0;
    transform: rotate(45deg);
}

.Top002070 .open_menu span:after {
    top: 0;
    transform: rotate(-45deg);
}


/*
 .Banner001982
 */

.Banner001982 li img {
    display: block;
    width: 100%;
}

.Banner001982 .bx-wrapper {
    position: relative;
    z-index: 1;
}

.Banner001982 .bx-pager {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 3%;
    z-index: 10;
}

.Banner001982 .bx-pager * {
    height: 12px;
    width: 12px;
}

.Banner001982 .bx-pager div {
    display: inline-block;
    margin: 0 1%;
}

.Banner001982 .bx-pager div a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1000px;
    background-color: #fff;
}

.Banner001982 .bx-pager div a.active {
    background-color: #f08519;
}

@media(max-width:480px) {
    .Banner001982 .bx-pager * {
        height: 10px;
        width: 10px;
    }
}

/*
 .Demo001205
 */

.Demo001205 {
    padding: 2% 0;
}

.Demo001205 h3 {
    margin: 0 0 30px;
    font-size: 28px;
    color: #ddd;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 4%;
    position: relative;
}

.Demo001205 h3:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -26px;
    content: "";
    width: 52px;
    height: 2px;
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
}

.Demo001205 h3 span {
    padding-top: 1%;
    font-size: 22px;
    color: #333;
    display: block;
}

.Demo001205 li {
    position: relative;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-align: center;
    transition: 0.3s;
}

.Demo001205 li:nth-child(2n) {
    margin-right: 0;
}

.Demo001205 li img {
    width: 100%;
}

.Demo001205 li .text {
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
    margin-top: -1%;
    height: 250px;
}

.Demo001205 li:nth-child(3) .text,
.Demo001205 li:nth-child(4) .text {
    height: 180px;
}

.Demo001205 li .text h2 {
    margin: 0;
    padding: 5% 0;
    font-size: 18px;
    color: #fff;
}

.Demo001205 li .text p {
    margin: 0;
    padding: 0 5%;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

@media(max-width:376px) {
    .Demo001205 li .text {
        height: 280px;
    }

    .Demo001205 li:nth-child(3) .text,
    .Demo001205 li:nth-child(4) .text {
        height: 195px;
    }
}

/*
 .Line
 */

.Line {
    background: url(../images/line.jpg)no-repeat center center;
    height: 20px;
}


/*
 Floor000868
 */

.Floor000868 {
    padding: 2% 0;
}
.Floor000868 .list{ position:relative }
.Floor000868 h3 {
    margin: 0 0 30px;
    font-size: 28px;
    color: #ddd;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 4%;
    position: relative;
}

.Floor000868 h3:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -26px;
    content: "";
    width: 52px;
    height: 2px;
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
}

.Floor000868 h3 span {
    padding-top: 1%;
    font-size: 22px;
    color: #333;
    display: block;
}

.Floor000868 li h5 {
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 0 0 2px 2px;
}

.Floor000868 .flipto-prev,
.Floor000868 .flipto-next {
    position: absolute;
    font-family: 宋体;
    font-size: 24px;
    border-radius: 100px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 34%;
    z-index: 100;
    display: block;
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
    -ms-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.Floor000868 .flipto-prev:hover,
.Floor000868 .flipto-next:hover {
    background-color: #FFF;
    color: #2d7fdd;
}

.Floor000868 .flipto-prev {
    left: 5%;
}

.Floor000868 .flipto-next {
    right: 5%;
}



/*
 .PicList001991
 */

.PicList001991 {
    padding: 5% 0 3%;
}

.PicList001991 h3 {
    margin: 0 0 2%;
    font-size: 28px;
    color: #ddd;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 4%;
    position: relative;
}

.PicList001991 h3:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -26px;
    content: "";
    width: 52px;
    height: 2px;
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
}

.PicList001991 h3 span {
    padding-top: 1%;
    font-size: 22px;
    color: #333;
    display: block;
}

.PicList001991 ul {
    overflow: hidden;
    padding: 3% 3% 0 3%;
}

.PicList001991 li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.PicList001991 li:nth-child(2n) {
    margin-right: 0;
}

.PicList001991 li a {
    position: relative;
    display: block;
    padding-bottom: 100%;
}

.PicList001991 li span {
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 4% 3%;
    font-size: 24px;
}

@media(max-width:480px) {
    .PicList001991 li span {
        font-size: 14px;
    }
}

/*
 .Floor001733
 */

.Floor001733 {
    padding: 2% 0;
}

.Floor001733 h3 {
    margin: 0 0 2%;
    font-size: 28px;
    color: #ddd;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 4%;
    position: relative;
}

.Floor001733 h3:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -26px;
    content: "";
    width: 52px;
    height: 2px;
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
}

.Floor001733 h3 span {
    padding-top: 1%;
    font-size: 22px;
    color: #333;
    display: block;
}

.Floor001733 .tab {
    text-align: center;
    padding: 4% 0;
}

.Floor001733 .tab span {
    display: inline-block;
    background: #ECECEC;
    width: 30%;
    height: 34px;
    line-height: 34px;
    color: #666;
    font-size: 15x;
    margin: 0 2% 5% 0;
    border-radius: 2px 30px 2px 30px;
    cursor: pointer;
}

.Floor001733 .tab span.cur {
    color: #fff;
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
}

.Floor001733 li {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 3%;
    font-size: 14px;
    color: #666;
}

.Floor001733 li:odd {
    margin-right: 0;
}

.Floor001733 li.remove {
    margin-right: 0;
}

.Floor001733 li img {
    border: 2px solid transparent;
}

.Floor001733 li .onpic {
    width: 100%;
    overflow: hidden;
}

.Floor001733 li h4 {
    background: url(../images/Galary000345-icon.png) left center no-repeat;
    margin: 0;
    padding-left: 10%;
    font-size: 14px;
    color: #747474;
    line-height: 30px;
    font-weight: normal;
}


/*
 .Floor001743
 */

.Floor001743 {
    padding: 2% 0;
}

.Floor001743 h3 {
    margin: 0 0 2%;
    font-size: 28px;
    color: #ddd;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 4%;
    position: relative;
}

.Floor001743 h3:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -26px;
    content: "";
    width: 52px;
    height: 2px;
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
}

.Floor001743 h3 span {
    padding-top: 1%;
    font-size: 22px;
    color: #333;
    display: block;
}

.Floor001743 .bx-wrapper {
    position: relative;
    z-index: 1;
    padding: 0 30px;
}

.Floor001743 .bx-controls-direction a {
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
}

.Floor001743 .bx-controls-direction a.bx-prev {
    left: 0;
}

.Floor001743 .bx-controls-direction a.bx-next {
    right: 0;
}

.Floor001743 .bx-controls-direction a span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
    font-size: 18px;
    color: #c9c9c9;
}

.Floor001743 .bx-controls-direction a:hover span {
    color: #ab0858;
}

.Floor001743 .list li a {
    display: block;
    max-width: 75%;
    margin: 0 auto;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.Floor001743 .list li img {
    display: block;
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* chrome+ */
    filter: grayscale(100%);
    /* 未来浏览器 */
    filter: gray;
    /* ie6-8 */
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    /*ie6-9 */
}

.Floor001743 .list li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.Floor001743 .list li a:hover img {
    filter: url("data:image/svg+xml;utf8");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(0%);
    /* chrome+ */
    filter: grayscale(0%);
    /* 未来浏览器 */
    filter: ;
    /* ie6-8 */
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
    /*ie6-9 */
}

@media(max-width:640px) {
    .Floor001743 .list li a {
        max-width: 90%;
    }
}

/*
 .Footer001213
 */

.Footer001213 {
    background: #2c3032;
    padding: 1% 0;
}

.Footer001213 footer {
    text-align: center;
    padding: 4% 2%;
    font-size: 18px;
    color: #888;
}

@media(max-width:480px) {
    .Footer001213 footer {
        font-size: 14px;
    }
}

/*
 .Bottom002008
 */

.Bottom002008 {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 768px;
    z-index: 99;
}

.Bottom002008 .gettop {
    padding: 2% 3% 3% 0;
}

.Bottom002008 .gettop a {
    float: right;
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
    border-radius: 50%;
}

.Bottom002008 .gettop a::before,
.Bottom002008 .gettop a::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 3px;
    background-color: #fff;
    transform: rotate(-45deg);
    left: 18px;
    top: 50%;
    margin-top: -1.5px;
}

.Bottom002008 .gettop a::after {
    transform: rotate(45deg);
    left: 27px;
}

@media(max-width:480px) {
    .Bottom002008 .gettop a {
        width: 40px;
        height: 40px;
    }
    .Bottom002008 .gettop a::before {
        left: 8px;
    }
    .Bottom002008 .gettop a::after {
        left: 17px;
    }
}

/*
 .Banner001971
 */

.Banner001971 img {
    display: block;
    width: 100%;
}

/*
 .Menu002010
 */

.Menu002010 {
    background-color: #e7f0f4;
}

.Menu002010 li {
    font-size: 20px;
    float: left;
    width: 25%;
    text-align: center;
}

.Menu002010 li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 8% 0;
}

.Menu002010 li.aon a {
    background: linear-gradient(to right, #2b4ed9, #30a4e1);
    color: #fff;
}

@media(max-width:480px) {
    .Menu002010 li {
        font-size: 16px;
    }
}

@media(max-width:375px) {
    .Menu002010 li {
        font-size: 14px;
    }
}

/*
 .RighInfo001990
 */

.RighInfo001990 {
    padding: 2%;
}

.RighInfo001990 .info p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    text-indent: 2em;
}

@media(max-width:480px) {
    .RighInfo001990 .info p {
        font-size: 14px;
    }
}

/*
 .TextList000746
 */

.TextList000746 li {
    border-bottom: #f0f0f0 1px dashed;
    line-height: 2;
    padding: 10px 0;
}

.TextList000746 li a {
    background: url(../images/TextList000746-icon.jpg) no-repeat 5px center;
    padding-left: 20px;
    font-size: 14px;
}

.TextList000746 li a:hover {
    color: #2d7fdd;
}

.TextList000746 li time {
    float: right;
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}

/*
 .PicList002012
 */

.PicList002012 li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    padding-bottom: 2%;
}

.PicList002012 li:nth-child(2n) {
    margin-right: 0;
}

.PicList002012 li figure {
    padding-bottom: 100%;
}

.PicList002012 li span {
    padding-top: 4%;
    font-size: 16px;
    text-align: center;
}

@media(max-width:480px) {
    .PicList002012 li span{
        font-size: 14px;
    }
}

/*
 .Page001992 
*/

.Page001992 {
    text-align: center;
    padding: 0 2% 5%;
    line-height: 30px;
}

.Page001992 .Pages a {
    color: #999;
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 1% 5%;
    margin: 0 1%;
}

.Page001992 .Pages em,
.Page001992 .Pages .p_cur,
.Page001992 .Pages .p_count,
.Page001992 .Pages .p_total,
.Page001992 .Pages .p_jump,
.Page001992 .Pages a.a_end,
.Page001992 .Pages a.a_first {
    display: none;
}

@media(min-width:481px) {
    .Page001992 .Pages a {
        font-size: 20px;
    }
}


/*
 RighInfo002023
 */

.RighInfo002023 {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 3%;
}

.RighInfo002023 .img {
    border: 1px solid #e5e5e5;
}

.RighInfo002023 .img img {
    display: block;
    width: 100%;
}

.RighInfo002023 .title {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 3%;
    font-size: 26px;
    color: #000;
    margin-bottom: 2%;
}

.RighInfo002023 .intro {
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 0 3%;
    overflow: hidden;
}

.RighInfo002023 .tit {
    padding: 3% 0;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
}

.RighInfo002023 .info {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
}

@media(min-width:481px) {
    .RighInfo002023 .info {
        line-height: 48px;
        font-size: 20px;
    }
}

@media(max-width:480px) {
    .RighInfo002023 .title {
        font-size: 18px;
    }
    .RighInfo002023 .tit {
        font-size: 16px;
    }
}
/*
 .RichInfo005 为demo编号
 */
.RichInfo005{ padding:20px 0; min-height:540px; overflow:hidden;}
.RichInfo005 .news_info .title{ text-align:center; padding-bottom:20px;}
.RichInfo005 .news_info .title h1{ margin:0; padding-bottom:15px; font-size:24px; font-weight:normal; color:#2d7fdd;}
.RichInfo005 .news_info .title p{ margin:0; padding-bottom:10px;}
.RichInfo005 .news_info .title p span{ margin:0 5px; color:#777;}
.RichInfo005 .news_info .info{ text-align:justify; text-justify:inter-ideograph;}
.RichInfo005 .news_info .info_back{ text-align:center; clear:both; padding:20px 0;} 
.RichInfo005 .news_info .info_back a{ color:#2d7fdd; font-size:14px;}
.RichInfo005 .news_info .info_pn span{ display:block;}
.RichInfo005 .news_info .info_pn span a{ color:#999;}
.RichInfo005 .news_info .info_pn span a:hover{color:#2d7fdd;}



.Floor000868 li{float:left;width:45%;margin-right:10px;margin-bottom:3%;font-size:14px;color:#666}
.Floor000868 li:odd{margin-right:0}
.Floor000868 li.remove{margin-right:0}
.Floor000868 li img{border:2px solid transparent}
.Floor000868 li .onpic{ position:relative}
.Floor000868 li .onpic a{ display:block; padding-bottom:58%;background-repeat:no-repeat; background-size:contain; background-position:center }
.Floor000868 li .onpic a img{ display:none }
.Floor000868 li h4{ margin:0; text-align:center;font-size:14px;color:#747474;line-height:30px;font-weight:400}


.Floor000868 .list .prev{width:30px;height:63px;position:absolute;left:0;top:50%;margin-top:-60px;background:url(../images/Floor001515_arrowL.png) 0 0 no-repeat; z-index:100 }
.Floor000868 .list .next{width:30px;height:63px;position:absolute;right:0;top:50%;margin-top:-60px;background:url(../images/Floor001515_arrowR.png) 0 0 no-repeat ; z-index:100}















