* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    background-color: #f0f0f0;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: '宋体', Arial;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #333;
}

a:focus,
a:hover {
    color: #a3833b;
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

#dituContent img {
    max-width: initial;
}

ul,
li {
    list-style: none;
    padding: 0px;
}

.clearfix {
    clear: both;
}

.w33 {
    width: 33%;
    font-size: 12px;
    border: 0px;
    float: left;
}

.navbar-nav li.w33 .nav-link {
    padding: 5px 10px;
    border: 1px solid #E00;
    text-align: center;
}

/* .container {
    margin: 0 auto;
    max-width: 1400px;
} */

.container-h {
    max-width: 950px;
    margin: 0 auto;
}

.rat-bcf6 {
    background: #f6f6f6;
}

.rat-bcff {
    background: #fff;
}

.dituContent img {
    max-width: inherit;
}

/*位置控制*/

.vertical-align {
    font-size: 0
}

.vertical-align:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.vertical-align-bottom,
.vertical-align-middle {
    display: inline-block;
    max-width: 100%;
    font-size: 14px
}

.vertical-align-middle {
    vertical-align: middle
}

.vertical-align-bottom {
    vertical-align: bottom
}

/* 头部文件 */

.rat-head {
    background: #fff;
}

.rat-head-topbg {
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}

.rat-logo {
    padding: 10px 0px;
    overflow: hidden;
}

.rat-other {
    padding: 0;
    overflow: hidden;
}

.rat-other-link {
    padding-right: 15px;
}

.rat-other-bottom {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    padding: 6px 0px;
}

.rat-other-bottom li {
    line-height: 30px;
    padding: 0px 10px;
    float: left;
    position: static;
}

.rat-other-bottom li a {
    color: #999;
}

.rat-other-bottom li .ico {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.rat-other-bottom li .pic {
    display: none;
    position: absolute;
    padding: 5px;
    background: #fff;
    top: 80px;
    z-index: 100;
}

.rat-other-bottom li .pic:before {
    position: absolute;
    left: 48%;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    border: 0px;
    border-top-width: 0;
    top: -5px;
    border-bottom-color: #fff !important;
    transform: rotate(135deg);
    box-shadow: -2px 2px 1px #eee;
}

.rat-other-bottom li .pic img {
    width: 130px;
}

.rat-other-bottom li:hover .pic {
    display: block;
    border-radius: 8px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.rat-head-bottombg {
    background: #b0202c;
    padding: 0px;
}

.navbar-nav {
    padding: 15px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.navbar-nav li .nav-link {
    line-height: 20px;
    padding: 0px 25px;
    border-right: 1px solid #fff;
    overflow: hidden;
    color: #fff;
    display: block;
}

.navbar-nav li:last-child .nav-link {
    border-right: 0px;
}

.nav .nav-down {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 20px;
    min-width: 120px;
    border: 0px;
    z-index: 99;
    background: #b0202c;
    text-align: center;
    /* box-shadow: 1px 1px 8px #888; */
    padding: 20px 0px 10px;
    border-radius: 5px;
}

/* .dropdown-menu.bullet:after {
	position: absolute;
	left: 48%;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #b0202c;
	content: '';
	border: 0px;
	border-top-width: 0;
	z-index: -1;
}
.dropdown-menu.bullet:after {
	top: -6px;
	border-bottom-color: #b0202c !important;
	transform: rotate(135deg);
	box-shadow: -2px 2px 1px #900;
} */

.nav .nav-down {
    transition: all 2s linear;
}

.nav .nav-down li {
    float: none;
    display: block;
    width: 100%;
}

.nav .nav-down li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    display: block;
}

.nav .nav-down li a:hover,
.nav .nav-down li a:focus {
    color: #fff;
    font-weight: bold;
    background: initial;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: inherit;
    color: #fff;
    border-right-color: #fff;
}

.rat-search {
    float: right;
    position: relative;
}

.rat-search input {
    margin-left: 20px;
    width: 200px;
    height: 23px;
    display: block;
    border: 1px solid #fff;
    text-indent: 14px;
    font-size: 12px;
    color: #717171;
    font-family: "宋体";
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
}

.rat-search input::-moz-placeholder,
.rat-search textarea::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.rat-search input:-ms-input-placeholder,
.rat-search textarea:-ms-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.rat-search input::-webkit-input-placeholder,
.rat-search textarea::-webkit-input-placeholder {
    color: #9c9c9c;
    opacity: 1;
}

.rat-search a {
    position: absolute;
    width: 20px;
    height: 23px;
    line-height: 23px;
    top: 0px;
    right: 5px;
    z-index: 101;
}

@media (min-width:768px) {
    .navbar-toggler {
        display: none;
    }
}

@media (max-width:767px) {
    .rat-head {
        position: absolute;
        z-index: 50;
        top: 0px;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #ccc;
    }
    .rat-logo {
        width: 75%;
        padding: 5px 0;
        padding-left: 10px;
    }
    .rat-logo img {
        max-height: 50px;
    }
    .navbar-nav>li {
        padding: 10px 0px;
    }
    .nav .nav-down {
        margin-left: 15px;
        padding: 5px 0px 0px;
        text-align: left;
    }
    .rat-search {
        padding: 5px 0px;
        float: left;
        width: 100%;
    }
    .rat-search input {
        width: 90%;
        border-radius: 0px;
    }
    .rat-search a {
        top: 5px;
        right: 20px;
    }
    .navbar-toggler {
        border: 0px;
        background: #fff;
        margin-top: 10px;
        height: 30px;
        margin-right: 10px;
    }
}

/*手机板面导航*/

.hamburger {
    font-size: 20px;
    vertical-align: middle;
}

.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

.hamburger:before,
.hamburger:after {
    content: "";
}

.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    display: block;
    width: 1em;
    height: .1em;
    margin: 0;
    background: #900;
    border-radius: 1px;
}

.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
    background: #76838f;
}

.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
    background: #900;
}

.hamburger .hamburger-bar {
    margin: .2em 0;
}

.hamburger-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}

.hamburger-close .hamburger-bar {
    background: #fff;
}

.collapsed .hamburger-bar {
    background: #900;
}

.hamburger-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}

.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
    opacity: 1;
}

.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.hamburger-arrow-left.collapsed {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hamburger-arrow-left.collapsed:before {
    width: .6em;
    -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
    transform: translate3d(.45em, .1em, 0) rotate(45deg);
}

.hamburger-arrow-left.collapsed .hamburger-bar {
    border-radius: .2em;
}

.hamburger-arrow-left.collapsed:after {
    width: .6em;
    -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
    transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}

.rat-banner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

.rat-banner .swiper-pagination-bullet {
    opacity: 1;
    background: #ccc;
}

.rat-banner>.swiper-pagination-bullets {
    text-align: center;
    bottom: 20px;
}

.rat-banner .swiper-pagination-bullet-active {
    background: #000;
}

@media (max-width:767px) {
    .rat-banner {
        margin-top: 70px;
    }
}

.rat-index-newsone {
    background: #fff;
    overflow: hidden;
    margin: 10px 0;
}

.rat-index-newsimg {
    overflow: hidden;
}

.rat-index-newsimg:hover img {
    transform: scale(1.1);
    transition: all 0.3s linear;
}

.rat-index-newstxt {
    padding: 10px 20px;
    overflow: hidden;
}

.rat-index-newstxt h2 {
    margin: 0px;
    font-size: 26px;
    line-height: 35px;
    color: #c00;
    float: left;
}

.rat-index-newstxt span {
    font-size: 16px;
    line-height: 35px;
    color: #999;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    text-transform: uppercase;
}

.rat-index-proban {
    padding: 0px;
    margin: 0px 0px 10px;
    overflow: hidden;
}

.rat-index-title {
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
}

.rat-index-title h3 {
    background: url(../images/title-bg.png) no-repeat center center;
    font-size: 28px;
    color: #d00;
    margin-bottom: 20px;
}

.rat-index-projd {
    background: #fff;
    padding: 0px 0px 10px;
    overflow: hidden;
}

.rat-index-promone {
    background: #b0202c;
    overflow: hidden;
    margin: 20px 0;
}

.rat-index-promimg {
    overflow: hidden;
}

.rat-index-promimg img {
    width: 100%;
}

.rat-index-promimg:hover img {
    transform: scale(1.1);
    transition: all 0.3s linear;
}

.rat-index-promtxt {
    padding: 20px 10px;
    text-align: center;
}

.rat-index-promtxt h2 {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    padding-bottom: 5px;
}

.rat-index-promtxt span {
    font-size: 15px;
    line-height: 35px;
    color: #b99e73;
    margin: 0px;
    padding: 0px;
}

.rat-index-promtxt p {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 15px;
}

.rat-footer-top {
    padding: 20px 0;
    overflow: hidden;
}

.bottom-nav {
    padding: 0px 55px;
    overflow: hidden;
}

.bottom-nav dl {
    width: 20%;
    float: left;
}

.bottom-nav dl dt a {
    display: block;
    padding: 0px 26px;
    font-size: 14px;
    color: #900;
    border-right: 1px solid #900;
}

.bottom-nav dl:last-child dt a {
    border-right: 0px;
}

.bottom-nav dl dd {
    padding: 0px 28px;
    line-height: 24px;
}

.rat-footer-bottom {
    border-top: 2px solid #900;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

.rat-footer-bottom p {
    margin: 0px;
}

.rat-footer-bottom .font12 {
    font-size: 12px;
}

@media (max-width:767px) {
    .rat-head-topbg {
        padding-top: 10px;
    }
}

/* 内页开始 */

.nybanner-top {
    background: #fff;
    padding: 0px;
    overflow: hidden;
}

.nybanner {
    background: #fff;
    padding: 0px 0px 0px;
    overflow: hidden;
    position: relative;
}

.nybanner-logo {
    position: absolute;
    top: 0;
    left: 75px;
    width: 80px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    z-index: 2;
}

.ny-info-bg {
    padding: 70px 75px 0px;
    background: #fff;
    margin: 0px;
    overflow: hidden;
}

.ny-info-title1 {
    margin-bottom: 30px;
    overflow: hidden;
}

.ny-info-title1 hr {
    width: 50px;
    height: 5px;
    background: #900;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.ny-info-title1 h1 {
    font-size: 28px;
    line-height: 35px;
}

.ny-info-title1 span {
    font-size: 18px;
    color: #900;
    line-height: 20px;
    overflow: hidden;
    text-transform: uppercase;
}

.ny-info-title2 {
    margin-bottom: 30px;
    overflow: hidden;
}

.ny-info-title2 hr {
    width: 50px;
    height: 5px;
    background: #900;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.ny-info-title2 h1 {
    font-size: 32px;
    color: #900;
    line-height: 35px;
}

.ny-info-title2 span {
    font-size: 18px;
    color: #900;
    line-height: 20px;
    overflow: hidden;
    text-transform: uppercase;
}

.ny-info-title3 {
    margin-bottom: 30px;
    overflow: hidden;
}

.ny-info-title3 h1 {
    font-size: 28px;
    line-height: 35px;
    margin-top: 0px;
}

.ny-info-title3 span {
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    text-transform: uppercase;
}

.ny-info-editer {
    border-top: 1px solid #900;
    border-bottom: 1px solid #999;
    padding: 30px 0;
    margin: 0px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}

.ny-info-bottomlogo {
    border-top: 1px solid #900;
    padding: 30px 0px 0px;
    text-align: center;
    overflow: hidden;
}

.ny-info-bottomlogo-b {
    padding: 20px 0px 0px;
    text-align: center;
    overflow: hidden;
}

.rat-expert-all {
    margin: 30px 10px 20px;
    padding: 0px;
    box-shadow: rgba(20, 7, 10, 0.1) 4px 5px 15px;
    overflow: hidden;
}

.rat-expert-all img {
    width: 100%;
}

.jobs-filter-wrap {
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 14px;
    padding: 15px 20px 10px;
    background-color: #fbfbfb;
    margin-bottom: 30px;
    text-indent: 2em;
}

.position-item {
    position: relative;
    padding: 30px;
    padding-bottom: 0;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #999;
    position: relative;
    line-height: 1
}

.position-item:hover {
    box-shadow: 0 6px 24px 0 rgba(214, 217, 235, .54)
}

.position-item .position-name {
    font-size: 20px;
    color: #333;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block
}

.position-item .position-name:hover {
    color: #e60012
}

.position-item .time {
    padding-bottom: 30px;
    padding-left: 16px;
    position: relative
}

.position-item .time:before {
    content: "";
    width: 10px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../images/jobs-time.png) no-repeat center;
    background-size: contain
}

.position-item .item-category {
    padding: 18px 0 14px
}

.position-item .item-category span {
    display: inline-block;
    line-height: 1;
    margin-right: 22px
}

.position-item .item-category span.city {
    position: relative;
    padding-left: 16px;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.position-item .item-category span.city:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 12px;
    background: url(../images/jobs-nav.png) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0
}

.position-item .item-detail {
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin: 0 auto;
    border-top: 1px dashed #eee
}

.position-item .position-title .title-name {
    float: left;
    font-size: 24px;
    color: #900;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.detail-society .detail-content {
    padding-top: 30px;
    padding-bottom: 30px;
    word-break: break-all;
    font-size: 12px;
    color: #333;
    line-height: 25px;
}

.detail-society .detail-content h3 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 20px;
    overflow: hidden;
}

.detail-society .detail-content p {
    padding: 0px;
    margin: 0px;
}

.rat-event-all {
    margin-bottom: 50px;
    overflow: hidden;
}

.rat-event-newsone {
    background: #f6f6f6;
    overflow: hidden;
    margin: 10px 0;
}

.rat-event-newsimg {
    overflow: hidden;
    min-height: 245px;
    max-height: 245px;
}

.rat-event-newsimg:hover img {
    transform: scale(1.1);
    transition: all 0.3s linear;
}

.rat-event-newstxt {
    padding: 20px;
}

.rat-event-newstxt h2 {
    border-bottom: 1px solid #ccc;
    margin: 0px;
    font-size: 20px;
    font-weight: normal;
    color: #c00;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rat-event-newstxt span {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    color: #999;
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.rat-jiu-info01 {
    margin-bottom: 20px;
    overflow: hidden;
}

.rat-jiu-info01 hr {
    border-top: 1px solid #900;
    text-align: center;
    overflow: hidden;
}

.rat-jiu-info01 h2 {
    font-size: 28px;
    margin: 0px 0px 10px;
    overflow: hidden;
}

.rat-jiu-info01 p {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

.rat-jiu-info02 {
    border-top: 1px solid #900;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
}

.rat-jiu-info03 {
    border-top: 1px solid #900;
    padding: 30px 0;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

.rat-jiu-info04 {
    border-top: 1px solid #900;
    padding: 30px 0;
    overflow: hidden;
}

.rat-jiu-info04 h3 {
    font-size: 28px;
    padding: 0px;
    margin: 0px 0px 20px;
    overflow: hidden;
}

.rat-jiu-info04 p {
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.rat-jiu-info04 p span {
    font-size: 24px;
    color: #C00;
}

.rat-news-townav {
    border-top: 1px solid #C00;
    margin: 0px auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0px 10px;
}

.rat-news-townav a {
    white-space: nowrap;
    display: inline-block;
    float: none;
    font-size: 24px;
    line-height: 35px;
    overflow: hidden;
    padding: 5px 0px;
    margin: 0px 20px;
}

.rat-news-townav a.action {
    font-weight: bold;
    color: #C00;
}

.rat-news-infoall {
    border-bottom: 1px solid #C00;
    overflow: hidden;
}

.rat-news-infoall li {
    border-top: 1px solid #ccc;
    padding: 30px 0;
    overflow: hidden;
}

.rat-news-infoall .rat-news-onenews {}

.rat-news-infoall .rat-news-onenews img {
    float: right;
    margin-left: 10px;
    width: 250px;
}

.rat-news-infoall .rat-news-onenews h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #C00;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rat-news-infoall .rat-news-onenews p {
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.rat-news-infoall .rat-news-onenews span {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 0px 40px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    overflow: hidden;
}

.rat-news-page {
    line-height: 30px;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.rat-news-page a,
.rat-news-page span {
    padding: 0px 5px;
}

.rat-news-page span {
    color: #C00;
}

.rat-news-infotitle {
    border-bottom: 1px solid #C00;
    font-size: 24px;
    line-height: 35px;
    padding: 0px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
}

.rat-news-infotitle h1 {
    font-weight: normal;
}

.rat-news-infoediter {
    padding: 20px 0;
    font-size: 14px;
    line-height: 30px;
    margin: 0px;
    overflow: hidden;
}

.rat-video-infoall {
    border-bottom: 1px solid #C00;
    overflow: hidden;
}

.rat-video-infoone {
    margin: 10px 0px 20px;
    padding: 0px;
    overflow: hidden;
}

.rat-video-infoimg {
    background: #000000;
    overflow: hidden;
}

.rat-video-infoimg img {
    width: 100%;
}

.rat-video-infotxt {
    padding: 5px 0;
    margin: 0px;
    overflow: hidden;
}

.rat-video-infotxt h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.rat-video-infotxt p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
}

.rat-video-infotxt p i {
    margin-right: 5px;
}

.ny-pro-all {
    padding: 0px 75px;
    background: #fff;
    margin: 0px;
    overflow: hidden;
}

.rat-pro-img {
    background: #fff;
    padding: 0px 0px 30px;
    margin: 0px;
    overflow: hidden;
}

.rat-pro-infoall {
    border-top: 1px solid #C00;
    border-bottom: 1px solid #999;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.rat-pro-infotitle {
    padding: 30px 0px 20px;
    margin: 0px;
    overflow: hidden;
}

.rat-pro-infotitle h3 {
    font-size: 36px;
    line-height: 45px;
    color: #b68c5e;
    margin: 0px;
    overflow: hidden;
}

.rat-pro-infotitle h2 {
    font-size: 24px;
    line-height: 35px;
    color: #000;
    margin: 0px;
    overflow: hidden;
}

.rat-pro-infotitle span {
    font-size: 18px;
    line-height: 30px;
    color: #C00;
    overflow: hidden;
    display: block;
}

.rat-pro-infotitle hr {
    width: 30px;
    height: 1px;
    padding: 0px;
    margin: 10px 0px 0px;
    background: #C00;
    overflow: hidden;
}

.rat-pro-infotitle2 {
    padding: 30px 0px 20px;
    color: #b68c5e;
    overflow: hidden;
}

.rat-pro-infotitle2 h2 {
    font-size: 42px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.rat-pro-infotitle2 h3 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.rat-pro-infotitle2 span {
    font-size: 32px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.rat-pro-infodetails {
    padding: 0px 0px 50px;
    line-height: 30px;
    font-size: 16px;
    margin: 0px;
    overflow: hidden;
}

.rat-photo-all {
    padding: 0px 0 50px;
    border-bottom: 1px solid #900;
    overflow: hidden;
}

.view .swiper-container {
    width: 100%;
}

.view .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 90%;
    margin-left: 5%;
}

.preview .swiper-slide {
    width: 87px;
    cursor: pointer;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
}

.rat-top {
    width: 60px;
    height: 60px;
    line-height: 25px;
    font-size: 20px;
    border-radius: 4px;
    background: #900;
    color: #fff;
    padding: 5px 0px;
    text-align: center;
    margin: 0px;
    position: absolute;
    bottom: 120px;
    right: -60px;
}

.rat-top a {
    color: #fff;
    font-family: arial;
}

.rat-top i,
.rat-top span {
    width: 100%;
    display: block;
}

@media (max-width:767px) {
    .nybanner {
        margin-top: 68px;
        padding-top: 10px;
    }
    .nybanner-jiu {
        margin-top: 68px;
    }
    .nybanner-logo {
        left: 30px;
        width: 40px;
    }
    .ny-info-bg {
        padding: 20px 15px 0px;
    }
    .ny-pro-all {
        padding: 0px 15px;
    }
    .ny-info-bottomlogo {
        padding: 10px 0px;
    }
    .ny-info-editer {
        font-size: 14px;
        line-height: 25px;
        padding: 15px 0;
    }
    .rat-index-newstxt h2 {
        font-size: 18px;
    }
    .rat-index-newstxt span {
        font-size: 12px;
    }
    .rat-pro-infotitle h2 {
        font-size: 32px;
    }
    .rat-pro-infotitle h3 {
        font-size: 26px;
    }
    .rat-pro-infotitle span {
        font-size: 20px;
    }
    .rat-pro-infotitle2 h2 {
        font-size: 32px;
    }
    .rat-pro-infotitle2 h3 {
        font-size: 26px;
    }
    .rat-pro-infotitle2 span {
        font-size: 20px;
    }
    .rat-news-townav a {
        font-size: 18px;
        margin: 0px 10px;
    }
    .rat-pro-infodetails {
        font-size: 14px;
        line-height: 25px;
    }
    .rat-jiu-info01 h2 {
        font-size: 24px;
    }
    .rat-jiu-info01 p {
        font-size: 14px;
        line-height: 25px;
    }
    .rat-jiu-info03 {
        font-size: 14px;
        line-height: 25px;
        padding: 15px 0;
    }
    .rat-jiu-info04 h3 {
        font-size: 24px;
    }
    .rat-jiu-info04 p {
        font-size: 14px;
        line-height: 25px;
    }
    .rat-jiu-info04 p span {
        font-size: 18px;
    }
    .position-item {
        padding: 10px;
    }
}