﻿@charset "utf-8";

/* CSS Document */
/* fixed */
html,
body {
    font: 14px/1.8 "微软雅黑";
    color: #686868;
    /*overflow-x:hidden;*/

}


/* fixed end */
.nav a:link,
.nav a:visited {
    color: #686868;
}
.nav{ width:700px;}
.nav li { margin:0 0.5%;
    position: relative;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.nav .subnav{
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -60px;
    width: 120px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform .3s, opacity .3s, visibility .3s;
}
.nav .subnav a{
    display: block;
    font-size: 13px;
    padding: 8px 16px;
    color: #666;
    background: #fff;
    position: relative;
    transition: background-color .4s, color .4s;
    text-align: center;
}
.nav .subnav a::before{
    content: "";
    display: block;
    height: 1px;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
}
.nav .subnav a:hover{
    background: #f6f6f6;
    color: #004d9f;
}
.nav li:hover .subnav{
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.nav li>a {
    position: relative;
    display: block;
    padding: 0 10px;
    line-height: 93px;
    height: 93px;
}
.nav li>a::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #004d9f;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    opacity: 0;
    transition: opacity .3s, transform .3s;
}

.nav li>a.actvie,.nav li:hover>a{
    color: #004d9f;
}
.nav li:hover>a:before{
    transform: scaleX(1);
    opacity: 1;
}
.s-header .logo {
    width: 168px;
    top: 13px;
}

.s-header .nav li {
    padding: 0 4px;
}
.s-header .nav li>a{
    line-height: 63px;
    height: 63px;
}

.s-header .search-tx {
    padding-top: 6px;
    padding-bottom: 6px;
}

.s-header .search {
    top: 12px;
}

.mtop {
    height: 63px;
}

.banner .fixbg {
    height: 100%;
    background-position: center bottom;
    position: relative;
}

.bannertxts {
    color: #fff;
    padding: 0 7.5%;
    padding-top: 12.5%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.bannertxts .tx1 {
    font-size: 40px; border-bottom:5px solid #fff; width:160px; padding:15px 0;
}

.bannertxts .tx2 {
    font-weight: bold;
    font-size: 50px;
    margin-top: 20px;
}

.bannertxts .cen {
    font-family: 'MyriadPro';
}

.bannertxts .en1 {
    font-size: 26px;
    margin-top: 20px;
}

.bannertxts .en2 {
    font-size: 18px;
    margin-top: 10px;
}

.mouse {
    width: 31px;
    height: 50px;
    position: absolute;
    left: 7.5%;
    bottom: 55px;
    z-index: 100;
    background: url(mouse.png) no-repeat center center;
    cursor: pointer;
}

.mouse .ico {
    width: 6px;
    height: 6px;
    background-image: url(mouse2.png);
    left: 50%;
    margin-left: -3px;
    top: 10px;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        top: 35px;
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        top: 35px;
        opacity: 0;
    }
}

.search {
    position: absolute;
    top: 22px;
    right: 25px;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.search-tx {
    width: 288px;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px !important;
    line-height: 25px;
    padding: 11px 50px 11px 20px;
    transition: 400ms;
    -webkit-transition: 400ms;
    border: 1px solid #e7e7e7;
    color: #d2d2d2;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    opacity: 0;
}

.search-tx.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.search-tx:focus {
    border: 1px solid #004d9f;
}

.search-btn {
    width: 25px;
    height: 25px;
    background: url(rr-search.png) no-repeat center top;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 16px;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.search-btn:hover {
    background-position: center bottom;
}

.ixTitle {
    margin-left: 22%;
    width: 555px;
}

.ixt {
    width: 300px;
    /*定义标题方框宽度*/
    position: relative;
    display: block;
    color: #686868;
}

.ixt .bodr {
    border: 3px solid #d7d7d7;
    padding: 20px 0 20px 60px;
    padding-left: 30px\9;
}

.ixt .aen {
    font-family: 'MyriadPro';
    line-height: 1;
}

.ixt .en1 {
    font-size: 18px;
    color: #afafaf;
    letter-spacing: -1px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -moz-transform-origin: left top;
    position: absolute;
    top: 25px;
    left: 45px;
    display: none\9;
}

.ixt .en2 {
    font-size: 50px;
    color: #919191;
    font-weight: bold;
    letter-spacing: -2px;
}

.ixt .ch {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    letter-spacing: 35px;
}

.ixt .line,
.culList .line {
    background: #ff0000;
    position: absolute;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.ixt .line1,
.culList .line1 {
    width: 0;
    height: 3px;
    left: 0;
    top: 0;
}

.ixt .line2,
.culList .line2 {
    width: 0;
    height: 3px;
    right: 0;
    bottom: 0;
}

.ixt .line3,
.culList .line3 {
    height: 0;
    width: 3px;
    left: 0;
    bottom: 0;
}

.ixt .line4,
.culList .line4 {
    height: 0;
    width: 3px;
    right: 0;
    top: 0;
}

.ixt:hover .line1,
.ixt:hover .line2,
.culList li:hover .line1,
.culList li:hover .line2 {
    width: 100%;
}

.ixt:hover .line3,
.ixt:hover .line4,
.culList li:hover .line3,
.culList li:hover .line4 {
    height: 100%;
}

.ixTitle .tx {
    line-height: 30px !important;
    height: 60px;
    margin-top: 20px;
}

.ixpro li {
    width: 25%;
    float: left;
}

.ixproList a {
    display: block;
    margin: 0 10px;
}

.ixproList a:link,
.ixproList a:visited {
    color: #fff;
}

.ixproList .con {
    position: relative;
}

.ixproList .cover {
    background: url(black.png);
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    display: none\9;
}

.ixproList .txts {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 60px 35px 0 35px;
}

.ixproList .txts .line {
    width: 0;
    height: 2px;
    background: #fff;
    margin-bottom: 20px;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.ixproList .txts .txx {
    opacity: 0;
    display: none\9;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.ixproList .txts .ti {
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
}

.ixproList .txts .tx1 {
    font-size: 18px;
    margin-bottom: 5px;
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}

.ixproList .txts .tx2 {
    font-size: 30px;
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
}

.ixproList .txts .aen {
    position: absolute;
    left: 35px;
    bottom: 45px;
    font-size: 20px;
    font-family: 'MyriadPro-SemiCn';
    letter-spacing: -1px;
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
}

.ixproList a:hover .cover {
    opacity: 1;
    display: block\9;
}

.ixproList a:hover .txts .line {
    width: 100%;
}

.ixproList a:hover .txts .txx {
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    display: block\9;
}

.ixprob {
    position: relative;

}

.ix-pro-arrow {
    font-size: 0;
    width: 58px;
    height: 58px;
    position: absolute;

    margin-top:10%;
    background-color: #004d9f;
    z-index: 99;
    cursor: pointer;
    transition: 400ms;
    -webkit-transition: 400ms;
    opacity: 0;
    display: none\9;
}

.ix-pro-prev {
    left: 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
}

.ix-pro-next {
    right: 0;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
}

.ix-pro-prev .ico {
    background-image: url(rr-ixproprev.png);
}

.ix-pro-next .ico {
    background-image: url(rr-ixpronext.png);
}

.ix-pro-arrow.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
    display: block\9;
}

.ixTitle2 .ixt .ch {
    letter-spacing: 15px;
}

.ixTitle2 .ixt .en1 {
    letter-spacing: 0;
}

.ixTitle2 .ixt {
    width: 230px;
}

.newsList li {
    display: block;
    width: 33.33%;
    /*margin-left:0.5%;*/
    float: left;
}

/*.newsList li:first-child{
	margin-left:0;
	}*/
.newsList a:link,
.newsList a:visited {
    color: #686868;
}

.newsList .bodr {
    border: 1px solid #dfdfdf;
    height: 375px;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}

.newsList .txts {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 45px;
    transition: 400ms;
    -webkit-transition: 400ms;
}


.newsList .txts .nowti,
.newsList .txts .en { padding:20px 0; border-bottom:1px solid #ccc;
    font-size: 20px;
    color: #464646;
    line-height: 1.5;
    overflow: hidden;
}

.newsList .txts .en {
    max-height: 60px;
}

.newsList .txts .tx {
    line-height: 30px !important;
    height: 60px;
    margin-top: 10px;
}

.newsList .txts .date {
    position: absolute;
    left: 45px;
    bottom: 160px;
}

.newsList .pic {
    height: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0;
    display: none\9;
    transition: 600ms;
    -webkit-transition: 600ms;
}

.newsList .pic .cover {
    background: url(black.png);
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    display: none\9;
}

.newsList li:hover .pic {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    display: block\9;
}

.newsList li:hover .pic .cover {
    opacity: 1;
    display: block\9;
}

.newsList li:hover .bg {
    background: #ff0000;
}

.newsList li:hover a,
.newsList li:hover .txts .nowti,
.newsList li:hover .txts .en {
    color: #fff;
}

.newsList li:hover .txts {
    top: 38%;
}

.share {
    position: absolute;
    left: 45px;
    top: 44px;
    z-index: 55;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    display: none\9;
    transition: 400ms 100ms;
    -webkit-transition: 400ms 100ms;
    transform-origin: 15px 15px;
    -webkit-transform-origin: 15px 15px;
}

.share .s {
    display: block;
    width: 30px;
    height: 30px;
}

.share .sbtn {
    background: url(share.png) no-repeat center -1px;
    float: left;
    cursor: pointer;
}

.share .sb {
    float: left;
}

.share .sb .s {
    float: left;
    margin-left: 10px;
    opacity: 0;
    display: none\9;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.share .sb .s:nth-child(2n) {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.share .sb.show .s {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    display: block\9;
}

.share .sb .weixin {
    background: url(../images/weixin.png) no-repeat;
}

.share .sb .sina {
    background: url(../images/sina.png) no-repeat;
}

.share .sb .more {
    background: url(../images/share2.png) no-repeat;
}

.newsList li:hover .share {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    display: block\9;
}

.ixmore { font-size:20px; text-align:center;
    display: block;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    position: absolute;
    right: 45px;
    top: 40px;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    opacity: 0;
    display: none\9;
    transition: 400ms 100ms;
    -webkit-transition: 400ms 100ms;
}

.ixmore .ico {
    background-image: url(../images/rr-ixnewsaw.png);
}

.newsList li:hover .ixmore {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    display: block\9;
}

.ix2 {
    padding: 0px 5px 0 5px;
}

.ix2 .newsList {
    margin-top: 30px;
}


@keyframes arrow-up {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    25% {
        transform: translateY(3px);
        -webkit-transform: translateY(3px);
    }

    50% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    75% {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes arrow-up {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    25% {
        transform: translateY(3px);
        -webkit-transform: translateY(3px);
    }

    50% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    75% {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}



.pdpanel.show .pd-header {
    right: 0;
}

.pd-header .ti {
    font-size: 24px;
    line-height: 25px;
}


.pd-header .backList {
    position: absolute;
    right: 15px;
    top: 25px;
}

.pdtop {
    height: 78px;
}

.pdpics {
    width: 100%;
}

.pdpics .item {
    height: 680px;
    overflow: hidden;
}

.pdpics .item>img {
    height: 100%;
    margin: 0 auto;
}

.pdpics .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 0;
    margin: 0 7px;
}

.pdpics .slick-dots li.slick-active,
.pdpics .slick-dots li:hover {
    background: #ff0000 !important;
}

.pdpics .slick-dots {
    margin-top: 40px;
}

.pdpics .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -43px;
}

.pdpics .slick-next {
    right: 0;
    background: #b2b2b2 url(../images/rr-pdnext.png) no-repeat center center;
}

.pdpics .slick-prev {
    left: 0;
    background: #b2b2b2 url(../images/rr-pdprev.png) no-repeat center center;
}

.pdpics .slick-arrow:hover {
    background-color: #ff0000;
}

.pd-con {
    padding-top: 40px;
}

.pdpicsb {
    padding: 0 45px;
    margin-bottom: 40px;
}

.pdtxts {
    background: #f3f3f3;
    padding: 30px 45px 65px 45px;
}

.pdt {
    width: 930px;
}

.pdtxts .txb {
    color: #373737;
    margin-top: 65px;
}

.pdtxts .txb:first-child {
    margin-top: 0;
}

.pdtxts .txb .ti {
    font-size: 26px;
    margin-bottom: 20px;
}

.pdtxts .txb .txx {
    text-align: justify;
    font-size: 16px;
}



.ndLinks .ndShare {
    margin-top: 10px;
}

.ndLinks .prev .bodr {
    border-right: 1px solid #dedede;
}

.ndLinks .next .bodr {
    border-left: 1px solid #dedede;
}

.ndLinks .bodr,
.ndLinks .nd-share {
    padding: 55px 0 40px 0;
}

.ndLinks .prev:hover,
.ndLinks .next:hover {
    background: #ebebeb;
}

/*news end*/



/*mem end*/
#top {
    width: 49px;
    height: 49px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 100%;
    background: #004d9f;
    z-index: 1000;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    display: none\9;
}

#top.show {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    display: block\9;
}

#top .ico {
    background-image: url(rr-top.png);
    animation: arrow-up 2s linear infinite running;
    -webkit-animation: arrow-up 2s linear infinite running;
}

#top:hover {
    background: rgba(0, 77, 159, .5);
}

#top.hide {
    display: none !important;
}


/*menuBox*/
.navMobile {
    padding: 115px 0 75px 0;
}

.navMobile a:link,
.navMobile a:visited {
    color: #686868;
}

.navMobile dd p>a:active,
.navMobile dd p>a:hover {
    color: #fff;
}

.navMobile dd p>a {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    padding: 12px 15px;
}

.navMobile dd p>a:hover {
    background: #ff0000;
}

.menuBox .search {
    position: relative;
    top: 0;
    left: 0;
}

.menuBox .search-tx {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ececec;
    border-radius: 0 !important;
    background: #ececec;
    color: #686868;
    padding-left: 15px;
    padding-right: 40px;
}

.menuBox .search-btn {
    right: 11px;
}

.header.show {
    box-shadow: none;
}

.navMobile .twoNav {
    display: none;
}

.navMobile .twoNav a {
    display: block;
    padding: 7px 15px;
    line-height: 1.4;
    font-size: 14px;
}
.navMobile  .subnav{ text-align:right; font-size:14px;}
.navMobile .twoNav a:hover,
.navMobile .twoNav a:active {
    color: #ff0000;
}

/*menuBox end*/

