body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-family: å¾®è½¯é›…é»‘;
}
a,
a:hover,
a:active,a:focus {
    text-decoration: none;
}

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

@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

#dituContent img {
    max-width: initial;
}

.rat-nav {
    border-radius: 0px;
    min-height: 90px;
    margin-bottom: 0px;
    box-shadow: none;
    position: absolute;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.rat-nav.while {
    position: relative;
}

.rat-nav.on {
    position: fixed;
}

.rat-nav.navbar-default {
    background: #fff;
    border: 0px;
}

.rat-nav .dropdown-menu-right.bullet:after,
.rat-nav .dropdown-menu-right.bullet:before {
    display: none;
}

.rat-nav.navbar-default.while {
    background: #fff;
}

.rat-nav.navbar-default.on {
    background: #fff;
    transform: translateY(-120px);
    -webkit-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
}

.rat-nav.navbar-default.on.in {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

.rat-nav.navbar-shadow {}

.rat-nav .navbar-logo {
    margin: 0px;
    padding: 0px;
    margin-left: 0px !important;
    height: 90px;
}

.rat-nav .navbar-logo img {
    display: block;
    height: 77px;
}

.rat-nav .navbar-logo img.logox {
    display: none;
}

.rat-nav .navbar-logo img.logos {
    display: block;
}

.rat-nav.on .navbar-logo img.logox {
    display: block;
}

.rat-nav.on .navbar-logo img.logos {
    display: none;
}

.rat-nav.while .navbar-logo img.logox {
    display: block;
}

.rat-nav.while .navbar-logo img.logos {
    display: none;
}

.rat-nav .navbar-toggle {
    height: 90px;
}

.rat-nav .nav>li {
    float: left;
    padding: 0 25px;
    margin: 0;
    border-bottom: 0;
}

.rat-nav .nav>li>a {
    display: block;
    color: #323232;
    font-size: 16px;
    padding: 0;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: initial;
}

.rat-nav .nav li.cur,
.rat-nav .nav li:hover {
    background-color: #900;
}

.rat-nav .nav li.cur a,
.rat-nav .nav li:hover a {
    color: #fff !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: initial;
}

.rat-nav .rat-nav-login {
    text-align: center;
}

.rat-nav .navbar-nav>li>.dropdown-menu {
    background: #900;
    border: 0;
    /* right: initial;
    left: 0; */
}

.rat-nav.on .navbar-nav>li>.dropdown-menu {
    background: #fff;
}

.rat-nav.while .navbar-nav>li>.dropdown-menu {
    background: #fff;
}

.rat-nav .dropdown-menu>li>a:hover {
    background: #000;
}

.rat-nav.on .dropdown-menu>li>a:hover {
    background: #f2f5f8;
}

.rat-nav.while .dropdown-menu>li>a:hover {
    background: #f2f5f8;
}

.rat-nav .dropdown-menu>li>a {
    color: #fff !important;
    padding: 12px 15px;
}

.rat-nav.on .dropdown-menu>li>a {
    color: #222 !important;
}

.rat-nav.while .dropdown-menu>li>a {
    color: #222 !important;
}

.dropdown-menu>.dropdown-submenu:hover .dropdown-menu {
    background: #000;
    background: rgba(0, 0, 0, .6);
    border: 0;
    margin-left: 1px;
}

.rat-nav.on .dropdown-menu>.dropdown-submenu:hover .dropdown-menu {
    background: #fff;
}

.rat-nav.while .dropdown-menu>.dropdown-submenu:hover .dropdown-menu {
    background: #fff;
}

@media (max-width: 767px) {
    .navbar-header {
        padding: 0px 15px;
    }

    .rat-nav .navbar-logo img {
        max-height: 50px;
    }

    .rat-nav {
        min-height: 70px;
        top: 0px;
    }

    .rat-nav .navbar-nav {
        overflow: auto;
    }

    .rat-nav .navbar-toggle {
        height: 70px;
    }

    .rat-nav .navbar-logo {
        height: 70px;
    }

    .navbar-collapse.in {
        margin: 0px;
        padding: 0px;
    }

    .navbar-right {
        margin: 0px;
        width: 100%;
    }

    .navbar-right li {
        margin-right: 0 !important;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .dropdown:after {
        content: "";
        position: absolute;
        top: 23px;
        right: 20px;
        width: 10px;
        height: 10px;
        border-right: 1px solid #7c8287;
        border-top: 1px solid #7c8287;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .dropdown.open:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .rat-nav .nav li {
        padding: 0 25px;
        width: 100%;
        background-color: initial !important;
        border-bottom: 1px solid #F2F2F2;
        position: relative;
    }

    .rat-nav .nav li a {
        display: block;
        padding: 18px 20px;
    }

    .rat-nav .nav li.cur a,
    .rat-nav .nav li:hover a {
        color: #E70808 !important;
    }

    .rat-nav .navbar-nav>li>.dropdown-menu {
        background: initial;
    }

    .rat-nav .nav li ul li {
        padding: 0px;
        border: 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333 !important;
        display: block;
        padding: 8px 20px;
    }

    .rat-nav .navbar-logo {
        float: left;
        display: block;
        padding: 10px 0;
    }
}

@media (min-width: 768px) {
    .rat-nav .nav>li>a {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 90px;
        line-height: 90px;
    }

    .rat-nav .dropdown-menu {
        top: 90px;
    }

    .rat-nav .dropdown-menu.bullet {
        top: 90px;
    }

    .rat-nav .rat-nav-login {
        height: 90px;
        padding-top: 0px;
        margin-left: 90px;
    }
}

.vertical-align {
    display: inline-table;
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
}

/*æ‰‹æœºæ¿é¢å¯¼èˆª*/

.hamburger {
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    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: 1.3em;
    height: .1em;
    margin: 0;
    background: #fff;
    border-radius: 1px;
}

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

.hamburger .hamburger-bar {
    margin: .3em 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 {
    opacity: 0;
}

.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;
    display: inline-block;
    width: 36px;
    height: 2px;
    margin: 0 2px !important;
    border-radius: 0px;
    background: #E8E8E8;
    cursor: pointer;
}

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

.rat-banner .swiper-pagination-bullet-active {
    background: #E70808;
    height: 5px;
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: block;
    left: 3%;
    z-index: 98;
    cursor: pointer;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    left: 20px;
}

.swiper-button-next {
    right: 3%;
    left: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: block;
    z-index: 98;
    cursor: pointer;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-button-next:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-top: 0;
    border-right: 0;
    top: 15px;
    left: 20px;
    left: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.inbanner-btn {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.inbanner-btn.swiper-button-next {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.inbanner-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.rat-banner:hover .inbanner-btn {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

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

    .rat-banner .swiper-pagination-bullet {
        width: 20px;
    }

    .rat-banner>.swiper-pagination-bullets {
        bottom: 5px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

.rat-titleall {}

.rat-titleall h3 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    color: #900;
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: å¾®è½¯é›…é»‘;
    /*font-family: 'bellmt', "Times New Roman", Georgia, Serif;*/
}

.rat-titleall p {
    font-size: 18px;
    color: #323232;
    position: relative;
    padding-bottom: 18px;
    text-align: center;
    margin: 0px 0px 12px;
}

.rat-titleall p:before {
    content: "";
    width: 18px;
    height: 2px;
    background: #900;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rat-titleall span {
    font-size: 18px;
    color: #323232;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

@media (min-width: 768px) {
    .rat-titleall h3 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .rat-titleall p {
        font-size: 20px;
        padding-bottom: 18px;
        margin-bottom: 12px;
    }

    .rat-titleall span {
        font-size: 20px;
    }
}

/* é¦–é¡µå…¬å¸ç®€ä»‹ */
.rat-index-aboutall {
    padding: 50px 0px 75px;
    overflow: hidden;
}
.rat-index-aboutbigw {
	margin: 0 auto;
	max-width: 90%;
	padding: 0;
}
.index_1_mid{ position:relative; z-index:10;}
.index_1_mid_1_1{font-size:3em; font-family:Arial, Helvetica, sans-serif; margin-top:0; color: #900;}
.index_1_mid_1_2{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight: bold; color:#545454; margin-top:0.1em;}
.index_1_mid_2 ul li{ margin-right:2.29508196721311%; float:left; width:23.27868852459016%;}
.index_1_mid_2 ul li:nth-child(4n){margin-right:0;}
.index_1_mid_2_mid{ background-position:center top; background-size:cover; min-height:260px; background-repeat:no-repeat;
-webkit-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    -moz-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    -ms-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    -o-box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1);
    box-shadow:0 0.9375em 1.875em rgba(0,0,0,0.1); padding:0 1.6875em; overflow:hidden; }
.index_1_mid_2_mid_1{color:#313131; font-size:15px; font-weight: bold; margin-top:2.2em; min-height:4.2em;}
.index_1_mid_2_mid_2{min-height:5.6em;}
.index_1_mid_2_mid_3{font-size:12px; margin-top: 25px; color:#2f2f2f; line-height:25px; }
.index_1_mid_2 ul li:nth-child(1) .index_1_mid_2_mid{background-image:url(../images/img6.jpg);}
.index_1_mid_2 ul li:nth-child(2) .index_1_mid_2_mid{background-image:url(../images/img7.jpg);}
.index_1_mid_2 ul li:nth-child(3) .index_1_mid_2_mid{background-image:url(../images/img8.jpg);}
.index_1_mid_2 ul li:nth-child(4) .index_1_mid_2_mid{background-image:url(../images/img9.jpg);}
.index_1_mid_2_h{height:20px;}
@media screen and (min-width:1090px) {
	.index_1_mid_2 ul li:hover .index_1_mid_2_h{height:0; opacity:0;}
}
.index_1_mid_2{margin-top:15px;}
.index_1_bg{ background-image:url(../images/img10.jpg);
height:35.125em; position:absolute; left:0; bottom:0; width:100%; z-index:0; background-position:center; background-repeat:no-repeat; background-size:cover;}
.more-button span {display: block; -webkit-transition: all ease .4s; transition: all ease .4s;}

.more-button span.hover {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
   -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0,100%);
    opacity: 0; background-color:#900; color:#fff;
}

@media screen and (min-width:1090px) {
	.more-button:hover .hover {
		opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
	}
}
.index_1_mid_3_3 a{ text-align:center;font-family: "SourceHanSansCN"; overflow:hidden;display:inline-block; width:10em; height:2.2em; line-height:2.2em; position:relative; font-size:1.25em; color:#fff; border:1px #fff solid;}
.index_1_mid_3_1{font-size:3em; color:#fff; font-weight:bold; margin-top:35px;}
.index_1_mid_3_2{ margin:1.8em 0 2.2em 0; font-size:15px; color:#e0f6ed; line-height:2;}
.index_1_mid_3{padding:50px 30px 60px 30px;background-image:url(../images/img10.jpg);margin-top:20px;}

/* é¦–é¡µä¸»è¥ */
.rat-index-businessbg {
    background: url(../images/business-indexbg.jpg) no-repeat;
		background-size: 100% 100%;
    padding: 50px 0px 60px;
    overflow: hidden;
}
.layoutTop {
		background-size: 100% auto !important;
    height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.layoutTop p {
    font-size: 35px;
    color: #eee;
}
.layoutTop span {
    width: 40px;
    height: 3px;
    background-color: #eee;
    margin-top: 5px;
		margin-bottom: 10px;
}
.layoutTop h3 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
} 
.layouBottom {
    background-color: #fff;
		padding: 20px;
    height: 210px;
}
.layouBottom h3 {
    font-size: 20px;
    font-weight: bold;
}
.layouBottom p {
    font-size: 14px;
    text-align: left;
    line-height: 200%;
		margin-bottom: 10px;
}
.rat-index-businessbg .col-sm-4 {
    padding: 0;
    border-right: 1px solid #e7e7e7;
    cursor: pointer;
}
.rat-index-businessbg .col-sm-4:last-child {
	border-right-color: transparent;
}
.rat-index-businessbg .col-sm-4:hover {
    background: #C00;
}
.rat-index-businessbg .col-sm-4:hover .layoutTop, .rat-index-businessbg .col-sm-4:hover .layouBottom{
    background: transparent !important;
}
.rat-index-businessbg .col-sm-4:hover .layoutTop p, .rat-index-businessbg .col-sm-4:hover .layoutTop h3, .rat-index-businessbg .col-sm-4:hover .layouBottom {
    color: #fff;
}
.rat-index-businessbg .col-sm-4:hover .layoutTop span {
    background-color: #fff;
}

/* é¦–é¡µæ–°é—» */
.rat-index-newsbg {
    padding-top: 35px;
    padding-bottom: 20px;
    overflow: hidden;
}

.rat-index-news {
    margin: 0px 0px 30px;
    padding: 0px;
		overflow: hidden;
		box-shadow: 2px 2px 10px #ccc;
}

.rat-index-newsone {width: 33.333333%; padding: 0px; margin: 0px; overflow: hidden; float: left;}
.rat-index-news .newsList .newsWord {
    display: flex;
}
.rat-index-news .newsList {
		height: 240px;
    padding: 0px;
}
.rat-index-news .newsList a {
    display: block;
    height: 100%;
    padding: 30px 15px;
    position: relative;
    transition: all 0.5s;
    box-shadow: 2px 2px 10px #ccc;
}
.rat-index-news .newsList a:after {
    width: 0;
    content: "";
    position: absolute;
    left: 40%;
    bottom: -60px;
    border-width: 30px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
}
.rat-index-news .rat-index-newsone:nth-of-type(2) .newsList a:after {
	bottom: initial;
    top: -60px;
    border-color: transparent transparent #fff transparent;
}
.rat-index-news .newsList a .newsWord .newsDate {
	width: 85px;
	padding-right: 20px;
	float: left;
}
.rat-index-news .newsList a .newsWord .newsDate p:nth-of-type(1) {
    width: 64px;
		color: #333;
    font-size: 22px;
    font-weight: bold;
}
.rat-index-news .newsList a .newsWord .newsDate p:nth-of-type(2) {
    font-size: 22px;
    color: #999;
    font-weight: bold;
}
.rat-index-news .newsList a .newsWord .newsText {
	width: calc(100% - 105px);
	padding-left: 20px;
    border-left: 1px solid #a8a8a8;
		float: right;
}
.rat-index-news .newsList a .newsWord .newsText h3{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
		color: #333;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
}
.rat-index-news .newsList a .newsWord .newsText p {
    font-size: 14px;
		line-height: 25px;
		height: 125px;
		color: #666;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
}
.rat-index-news .newsList a .text-uppercase {
    font-size: 14px;
    color: #df0615;
    font-weight: bold;
    position: absolute;
    left: 110px;
    bottom: 15px;
}
.rat-index-news .newsList a img {
    position: absolute;
    bottom: 10px;
    transition: all 0.5s;
    opacity: 0;
}
.rat-index-news .newsList a:hover {
    background-color: #fff;
}
.rat-index-news .newsList a:hover .text-uppercase {
    display: none;
}
.rat-index-news .newsList a:hover img {
    opacity: 1;
    transform: translateX(90px);
}
.rat-index-news .newsImg {
    height: 240px;
}
.rat-index-news .newsImg img {
    width: 100%;
    height: 100%;
}
/* æ–°é—» end*/

.news-more {
    text-align: center;
}

.news-more a {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    border: 1px solid #900;
}

/* é¦–é¡µæ¡ˆä¾‹ */
.rat-index-casebg {
	background: url(../images/indebg01.jpg) center 0 no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 35px;
	padding-bottom: 40px;
}

.project-swiper {
	margin: 30px 0 40px;
	position: relative;
	overflow: hidden;
}

.project-swiper ul li {
	padding: 0;
}

.project-swiper ul li a {
	display: block;
	background: #F4F4F4;
	padding-bottom: 28px;
	color: #323232;
	-webkit-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	transition: all ease 0.7s;
}

.project-swiper ul li a .zoom {
	overflow: hidden;
	position: relative;
	
}

.project-swiper ul li a img {
	display: block;
	width: 100%;
	height:270px;
	
	object-fit:cover;
}

.project-swiper ul li a h4 {
	margin: 28px 0 0;
	text-align: center;
	font-size: 16px;
	display: -webkit-box;
	height: 24px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	-moz-transition-property: transform, -moz-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.search-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, 0.6);*/
	z-index: 8;
	opacity: 0;
	-webkit-transition: -webkit-transform ease 0.7s;
	transition: -webkit-transform ease 0.7s;
	-o-transition: -o-transform ease 0.7s;
	-moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
	transition: transform ease 0.7s;
	transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
}

.search-hover .top-middle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	text-align: center;
	display: none;
}

.search-hover .top-middle em {
	width: 30px;
	display: block;
	height: 30px;
	margin: 0 auto;
	background: url(../images/wicon05.png) 0 0 no-repeat;
}

.search-hover .top-middle i {
	color: #fff;
	text-decoration: underline;
	font-style: normal;
}

.bannerbtn {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: #BCBCBC;
	cursor: pointer;
	outline: none;
	z-index: 9;
	-webkit-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	transition: all ease 0.7s;
}

.bannerbtn:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	top: 12px;
	left: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.banner-right {
	right: 0;
}

.banner-right:before {
	left: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bannerbtn:hover {
	background: #900;
}

/* é¦–é¡µä¸šç»© */
.rat-index-perall {
	padding: 50px 10% 50px 10%;
	margin: 0px;
	overflow: hidden;
	background: #fff;
}
.rat-index-pertitle {
	float: left;
	background: url(../images/NewCenter.jpg)no-repeat;
	background-size: 100% 100%;
	width: 25%;
	height: 355px;
	color: #fff;
	padding: 0 2.5%;
}
.rat-index-pertitle > div{
	text-align: right;
	margin-top: 30px;
}
.rat-index-pertitle h2{
	margin-top: 50%;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
}
.rat-index-pertitle .line{
	display: block;
	width: 24px;
	height: 1px;
	background: #fff;
	margin-top: 15px;
}
.rat-index-pertitle .en{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.rat-index-pertitle .more{
	display: block;
	width: 94px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 10px;
}

.rat-index-perinfo{
	float: left;
	background: #f7f7f7;
	width: 75%;
	padding: 0 2.5%;
}
.rat-index-perinfo ul {margin: 0px; padding: 0px;}
.rat-index-perinfo ul li{
	border-bottom: 1px dashed #c2c2c2;
	padding: 15px 0;
	position: relative;
}
.rat-index-perinfo ul li:last-child{
	border-bottom: none;
}
.rat-index-perinfo ul li h3{
	width: calc(100% - 100px);
	font-size: 16px;
	background: url(../images/newList-b.png)no-repeat left center;
	padding-left: 25px;
	margin: 0px;
	line-height: 28px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.rat-index-perinfo ul li h3 a{
	color: #333;
}
.rat-index-perinfo ul li h3:hover{
	background: url(../images/newList.png)no-repeat left center;
}
.rat-index-perinfo ul li h3:hover a{
	color: #005bac;
}
.rat-index-perinfo ul li .time{
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	position: absolute;
	right: 0px;
	top: 15px;
}
.rat-index-perinfo ul li p{
	color: #666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 24px;
	margin-top: 12px;
}

/* é¦–é¡µæˆ˜åœ° */
.rat-index-zdjy {
	padding: 50px 10% 50px 10%;
	background: #f5f5f5;
	position: relative;
}
.rat-index-zdjy>i{
	width: 24px;
	height: 3px;
	background: #333;
	position: absolute;
	top: 0;
	left: 10%;
}
.index_sec2_h{
	margin-bottom: 10px;
}

.index_sec2_h h5{
	font-size: 30px;
	color: #333;
	margin: 20px 0;
	margin-bottom: 30px;
	letter-spacing: 1px;
	font-weight: 600;
}
.index_sec2_h a{
	display: block;
	width: 200px;
	line-height: 40px;
	color: #333;
	border-bottom: 1px solid #333;
	position: relative;
	z-index: 2;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;	
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.index_sec2_h a span{
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #C00;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;	
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.index_sec2_h a:hover{
	border-bottom: 1px solid #C00;
}
.index_sec2_h a:hover span{
	width: 100%;
}
.index_sec2_h a:hover{
	color: #fff;
	padding-left: 15px;
}

.index_sec2_h a i{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	background: url(../images/more_icon1.png) center no-repeat;
	background-size: cover;
	-webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-moz-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-ms-transition: all cubic-bezier(.23,1,.32,1) .6s;	
	-o-transition: all cubic-bezier(.23,1,.32,1) .6s;	
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.index_sec2_h a:hover i{
	right: 10px;
	background: url(../images/more_icon4.png) center no-repeat;
	background-size: cover;
}
.index_news{
	width: 100%;

}
.index_news ul{
	padding: 0;
	margin: 0;
	width: 100%;
}
.index_news ul li{
	width: 46%;
	margin: 0px 2%;
	float: left;
	border-bottom: 1px solid #d9d9d9;
}
.index_news ul li span{
	float: left;
	width: 80px;
	line-height: 60px;
	font-size: 14px;
	color: #333;
}
.index_news ul li h5{
	float: left;
	width: 21%;
	line-height: 60px;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding-left: 16px;
	position: relative;
}
.index_news ul li h5 i{
	width: 8px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #666;
}
.index_news ul li p{
	float: left;
	width: calc(100% - 100px);
	line-height: 60px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-left: 20px;
	margin-bottom: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
@media (max-width:767px) {
	.rat-index-zdjy {padding: 20px 5%;}
	.rat-index-zdjy>i{left: 5%;}
	.index_sec2_h h5 {margin: 0px;}
	.index_news ul li{width: 100%;margin: 0px;}
	.index_news ul li span,.index_news ul li p {line-height: 40px;}
}

/* åº•éƒ¨ä¿¡æ¯ */
footer {
	background: #363636;
	padding: 35px 0;
	color: #aaa;
}

footer p {
	margin: 0px;
	line-height: 24px;
}

footer a {
	color: #aaa;
}

footer a:hover {
	color: #900;
}

.rat-footer-nav {
	margin-bottom: 30px;
	float: right;
}

.rat-footer-nav li {
	border-bottom: 1px solid rgba(244, 244, 244, 0.1);
}

.rat-footer-nav li h4 {
	padding: 10px 0;
	position: relative;
}

.rat-footer-nav li h4 a {
	color: #bababa;
	display: block;
}

.footer-subnav {
	display: none;
	padding-bottom: 20px;
}

.footer-subnav a {
	display: block;
	padding: 5px 0;
	line-height: 25px;
}

.footer-subnav a:hover {
	color: #900;
}

.plus.icon {
	position: absolute;
	right: 0;
	top: 0;
	color: #666;
	position: absolute;
	margin-left: 3px;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform ease 0.7s;
	transition: -webkit-transform ease 0.7s;
	-o-transition: -o-transform ease 0.7s;
	-moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
	transition: transform ease 0.7s;
	transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
}

.plus.icon:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	right: 0;
	top: 22px;
	background-color: #666;
	-webkit-transition: -webkit-transform ease 0.7s;
	transition: -webkit-transform ease 0.7s;
	-o-transition: -o-transform ease 0.7s;
	-moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
	transition: transform ease 0.7s;
	transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
}

.plus.icon:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	right: 0;
	top: 22px;
	background-color: #666;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform ease 0.7s;
	transition: -webkit-transform ease 0.7s;
	-o-transition: -o-transform ease 0.7s;
	-moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
	transition: transform ease 0.7s;
	transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
}

.rat-footer-nav li h4.cur .plus.icon:after {
	opacity: 0;
}

.weixin-con p {
	margin: 0px;
}

.weixin {
	margin: 13px 0 0;
	position: relative;
}

.weixin img {
	width: 30px;
	height: 30px;
}

footer .tel {
	margin-bottom: 5px;
}

footer .tel a {
	font-style: normal;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 10px;
	font-family: 'rubik';
}

footer .tel a:hover {
    color: #900;
}

@media (min-width: 768px) {
	.about-item {padding-top: 30px;}
	.about-item li .icon {margin-bottom: 8px;}
	.about-item li .icon img {height: 71px;}
	.about-item li .num {font-size: 48px;margin-bottom: 10px;line-height: 40px;}
	.about-item li .num i {font-size: 20px;}
	.about-item li .txt {font-size: 16px;}
	.junda-business {padding-top: 45px;padding-bottom: 90px;}
	.rat-index-newsbg {padding-top: 50px;padding-bottom: 50px;}
}

@media (min-width: 1024px) {
	.about-item li:hover .icon {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	.news-more a {
		width: 160px;
		height: 60px;
		line-height: 60px;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		position: relative;
		-webkit-transform: perspective(1px) translateZ(0);
		-moz-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		transition: all .3s;
	}

	.news-more a:after {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #900;
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50%;
		-moz-transform-origin: 50%;
		-ms-transform-origin: 50%;
		-o-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		-o-transition-property: -o-transform;
		-moz-transition-property: transform, -moz-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
		-webkit-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		-moz-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.news-more a:hover {
		color: #fff;
	}

	.news-more a:hover:after {
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
	}

	.rat-index-casebg {
		padding-top: 50px;
		padding-bottom: 68px;
	}

	.project-swiper ul li {
		overflow: hidden;
	}

	.project-swiper ul li img {
		-webkit-transition: transform ease 0.7s;
		-moz-transition: transform ease 0.7s;
		-o-transition: transform ease 0.7s;
		-webkit-transition: -webkit-transform ease 0.7s;
		transition: -webkit-transform ease 0.7s;
		-o-transition: -o-transform ease 0.7s;
		-moz-transition: transform ease 0.7s, -moz-transform ease 0.7s;
		transition: transform ease 0.7s;
		transition: transform ease 0.7s, -webkit-transform ease 0.7s, -moz-transform ease 0.7s, -o-transform ease 0.7s;
	}

	.project-swiper ul li:hover img {
		-webkit-transform: scale(1.03, 1.03);
		-moz-transform: scale(1.03, 1.03);
		-ms-transform: scale(1.03, 1.03);
		-o-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
	}

	.project-swiper ul li a:hover {
		background: #900;
		color: #fff;
	}

	.project-swiper ul li a:hover .search-hover {
			opacity: 1;
	}

	.bannerbtn {
		width: 50px;
		height: 50px;
	}

	.bannerbtn:before {
		width: 10px;
		height: 10px;
		top: 20px;
		left: 22px;
	}

	.banner-right {
		right: 0;
	}

	.banner-right:before {
		left: 17px;
	}

	footer {
		background: #363636;
		padding: 38px 0 30px;
		color: #aaa;
	}

	footer a {
		color: #aaa;
	}

	.rat-footer-nav {
			margin-bottom: 0;
	}

	.rat-footer-nav li {
		float: left;
		padding: 0 0 0 80px;
		border-bottom: 0;
	}

	.rat-footer-nav li h4 {
		padding: 0;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.rat-footer-nav li h4 a {
		color: #fff;
	}

	.footer-subnav {
		display: block;
		padding-bottom: 0;
	}

	.footer-subnav a {
		display: block;
		color: #aaa;
		padding: 0;
	}

	.footer-subnav a:hover {
		color: #900;
	}

	.footer-weixin img {
		width: 100px;
		height: 100px;
		overflow: hidden;
		margin-right: 10px;
	}

	.weixin-con {
		line-height: 20px;
		margin: 5px 0px;
	}

	footer .tel {
		margin-bottom: 5px;
	}

	footer .tel a {
		font-style: normal;
		font-size: 30px;
		line-height: 30px;
		font-weight: normal;
		vertical-align: middle;
		margin-left: 10px;
	}
}

@media (max-width:767px) {
    .project-swiper {
        margin: 10px 0px;
    }

    .footer-weixin {
        display: none;
    }
}

/* å†…é¡µå¼€å§‹ */
.rat-ny-nav {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.rat-ny-nav a {
    padding: 0 24px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    color: #333;
}

.rat-ny-nav .active,
.rat-ny-nav a:hover {
    background-color: #900;
    color: #fff;
    /* border-bottom: 4px solid #da251d; */
}

.rat-ny-infoall {
    padding: 40px 0px 35px;
    overflow: hidden;
}
.rat-ny-culturebg {background: url(../images/culturebg.jpg) no-repeat;background-size: 100% auto;}

.rat-ny-title {}

.rat-ny-title .en {
    text-align: center;
    color: #ddd;
    font-family: arial;
    font-weight: normal;
    font-size: 26px;
    text-transform: uppercase;
}

.rat-ny-title .cn {
    text-align: center;
    color: #900;
    margin: 0px 0 20px;
    font-size: 20px;
}

.rat-ny-title .cn s {
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #e0e0e0;
    position: relative;
    margin: 0 10px;
    top: -8px;
}

.rat-second-title {
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 5px;
    margin-bottom: 10px;
}

.rat-second-title span {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    position: relative;
}

.rat-second-title span:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #900;
    left: 0;
    bottom: 0;
}

.rat-ny-editor {
    font-size: 15px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.aboutInt {
    padding-left: 50px;
    padding-top: 60px;
		font-size: 18px;
		line-height: 50px;
		overflow: hidden;
}

.rat-info-wrapper {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-bottom: 30px !important;
}

.rat-info-wrapper-img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 4px;
    overflow: hidden;
    display: block;
    position: relative;
}

.rat-info-wrapper-img img {
    width: 100%;
}

.rat-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(36, 27, 28, 0.9);
    bottom: 10%;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 2;
    max-width: 90%;
}

.rat-info-inner {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.rat-info-type {
    background-color: #999;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 2px 9px;
    text-transform: none;
    z-index: 2;
}

.rat-team-info {
    margin-top: 35px;
}

.rat-team-infoimg {}

.rat-team-infotitle {
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.rat-team-infotitle .p1 {
    margin-top: 5px;
    color: #262626;
    font-size: 24px;
    line-height: 44px;
}

.rat-team-infotitle .p2 {
    color: #535353;
    font-size: 16px;
    line-height: 1;
}

.rat-team-infobtn {
    display: inline-block;
    width: 150px;
    height: 65px;
    background-color: #da251d;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    font-family: "å®‹ä½“";
    line-height: 65px;
    transition: all .3s;
}

.rat-team-infozhong {
    padding: 25px 0;
    color: grey;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.rat-two-series{
  padding:0px 0px 30px 0px;
  text-align:center;
}
.btn-series {
  color: #666;
  background-color: #fff;
  border-color: #666;
  margin:0px 3px 10px;
}
.btn-series:hover{
  color: #fff;
  background-color: #d63e36;
  border-color: #d63e36;
}
.rat-two-series a.active{
  color: #fff;
  background-color: #d63e36;
  border-color: #d63e36;
}

.rat-contact-infoall {background-color: #fff; overflow: hidden;}
.rat-contact-infoall .txt{height:450px;background:#d63e36;padding:50px 0 0 70px}
.rat-contact-infoall .txt .title{padding:0 0 20px 0;position:relative}
.rat-contact-infoall .txt .title h3{display:block;font-size:36px;color:#fff}
.rat-contact-infoall .txt .title span{display:block;font-size:30px;color:#fff;font-weight:lighter}
.rat-contact-infoall .txt .title:after{content:'';display:block;width:80px;height:2px;line-height:2px;background:#fff;position:absolute;left:0;bottom:0}
.rat-contact-infoall .txt .des{font-size:16px;line-height:36px;color:#fff;margin:40px 0 0}
.rat-contact-infoall .txt .des a{color:#fff}
.rat-contact-infoall .txt .des span.tel{display:block;font-size:26px;font-family:'btl'}
.rat-contact-infoall .message{padding:50px 60px; overflow: hidden;}
.rat-contact-infoall .message .item{margin:0 0 30px 0;padding: 0px;}
.rat-contact-infoall .message .item01{padding:0 30px 0 0}
.rat-contact-infoall .message .item02{padding:0 0 0 30px}
.rat-contact-infoall .message input{width: 100%; margin:0;padding:0;border:none;font-size:14px;height:40px;line-height:40px;border-bottom:1px solid #cbcbcb;background:none}
.rat-contact-infoall .message input:focus{box-shadow:none}
.rat-contact-infoall .message textarea{width: 100%; margin:0;padding:0;border:none;font-size:14px;height:120px;line-height:40px;border-bottom:1px solid #cbcbcb;background:none}
.rat-contact-infoall .message textarea:focus{box-shadow:none}
.rat-contact-infoall .message .col_submit{float:left}
.rat-contact-infoall .message .col_submit .submit{width:120px;height:40px;line-height:40px;text-align:center;border:none;cursor:pointer;background:#ebebeb;color:#222;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}.rat-contact-infoall .message .col_submit .submit:hover{background:#208acc;color:#fff}#map01{height:515px}

.touch_ul {
    margin-top: 25px;
}

.touch_ul li {
    position: relative;
    z-index: 99;
    float: left;
    box-sizing: border-box;
    padding: 0 30px;
    width: 25%;
    height: 300px;
    text-align: center;
}

.touch_ul li i {
    display: block;
    margin: 40px auto 0;
    font-size: 60px;
    color: #FFF;
}

.touch_ul li span {
    color: #fff;
    font-size: 20px;
    line-height: 70px;
}

.touch_ul li p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.touch_ul li:hover {
    z-index: 100;
    box-shadow: 5px 5px 20px #d63e36;
}

.list {
    padding: 0px;
    margin-top: 20px;
}

.list .mh {
    overflow: hidden;
}

.list .hblogo {
    text-align: center;
    border: 1px solid #ccc;
    margin: 5px 0.5%;
    padding: 0px;
    float: left;
    width: 15.66666%;
}

.list .hblogo img {
    height: 75px;
    border: 0px;
}

.list .ps {
    line-height: 16px;
    margin: 40px 0 80px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.commercial-list {
    width: 100%;
}

.commercial-list li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #F8F8F8;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}

.commercial-list li a {
    display: block;
}

.commercial-list .img-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.commercial-list .img-wrapper>img {
    display: block;
    width: 100%;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}

.commercial-list .text-wrapper {
    padding: 20px 15px;
}

.commercial-list .text-wrapper .title {
    font-size: 16px;
    color: #ef1414;
    font-weight: bold;
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.commercial-list .text-wrapper .info {
    width: 100%;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    height: 66px;
    line-height: 22px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.commercial-list .text-wrapper .more {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #585858;
    text-decoration: underline;
    padding-top: 15px;
}

/*æ‹›è˜å²—ä½*/
.JobTitle {
    background-color: #888888;
}

.JobTitle span,
.JobPanel dt span {
    font-size: 12px;
    width: 33.33%;
    padding: 13px 5px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.JobTitle span {
    color: #fff;
}

.JobTitle span:nth-child(3),
.JobTitle span:nth-child(4),
.JobTitle span:nth-child(5),
.JobPanel dt span:nth-child(3),
.JobPanel dt span:nth-child(4),
.JobPanel dt span:nth-child(5) {
    display: none;
}

.JobPanel dl,
.JobPanel dd {
    margin: 0;
    padding: 0;
}

.JobPanel dl {
    margin-top: 15px;
}

.JobPanel dt {
    cursor: pointer;
    font-weight: normal;
    background-color: #f6f6f6;
}

.JobPanel dd {
    padding: 15px 5%;
    font-size: 12px;
    display: none;
    line-height: 30px;
}

.JobPanel dd h2,
.JobPanel dd p {
    margin: 0;
    padding: 0;
}

.JobPanel dd h2 {
    font-size: 12px;
    margin-bottom: 7px;
}

/* æ–°é—» */
.wrap {overflow: hidden;}

.describe {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.deco {
    position: absolute;
    top: 117px;
    left: 3px;
    width: 16px;
    height: 4px;
    background: #da251d
}

.describe span {
    color: #ccc;
    font-size: 18px;
    vertical-align: bottom;
    margin-left: 20px
}

.describe .look-more {
    background: url(../images/more.png) no-repeat;
    font-size: 14px;
    color: #999;
    height: 16px;
    line-height: 16px;
    text-indent: 25px;
    display: block;
    margin-top: 15px;
    font-weight: 400
}

.hotspot {
    padding: 0px;
    margin: 0px 0px 30px;
    overflow: hidden;
}

.hotspot ul li {
    width: 31.3333%;
    height: 430px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 30px 20px;
    margin: 0px 1%;
    float: left
}

.hotspot ul li p {
    color: #000;
    font-size: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    margin-right: 10px
}

.hotspot ul li a {
    display: inline
}

.hotspot ul li span {
    font-size: 14px;
    color: #666;
    margin-top: 21px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.hotspot ul li img {
    margin-top: 30px;
    width: 340px;
    height: 210px
}

.hotspot ul li:hover {
    background-color: #e10602;
    background-image: url(../images/add.png);
    background-repeat: no-repeat;
    background-position: right 18px top 30px;
    color: #fff
}

.hotspot ul li:hover p {
    color: #fff
}

.hotspot ul li:hover span {
    color: #fff
}

.news-hots {
    margin-top: 30px
}

.news-hots ul li {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 29px;
    margin-bottom: 30px;
    position: relative
}

.news-hots ul li img {
    width: 20%;
}

.hots-r {
    width: 78%;
    margin-left: 2%
}

.hots-r p:nth-child(1) {
    width: 560px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333
}

.hots-r p:nth-child(2) {
    width: 180px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #999
}

.hots-r p:nth-child(3) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin-top: 15px
}

.news-hots ul li:hover p {
    color: #da251d
}

.news-intro {
    border: 1px solid #ddd;
    padding: 105px 30px 40px 30px;
    position: relative
}

.news-intro-head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    height: 105px;
    line-height: 105px;
    border-bottom: 1px solid #ddd
}

.news-intro-head p {
    font-size: 20px;
    color: #333
}

.news-intro .goback {
    position: absolute;
    top: 0;
    right: 0;
    background: #da251d;
    width: 210px;
    height: 105px;
    text-align: center;
    line-height: 105px;
    font-size: 18px;
    color: #fff;
    z-index: 99
}

.news-intro .time {
    font-size: 16px;
    color: #999;
    margin-top: 30px;
    margin-bottom: 20px
}

.text-t p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.text-t span>img {
    margin: auto;

}

.news-intro .prev {
    display: inline-block;
    background: url(../images/san_l.png) no-repeat;
    height: 40px;
    text-indent: 50px;
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #434343;
    margin-top: 40px
}

.news-intro .prev:hover {
    background: url(../images/san_ll.png) no-repeat;
    color: #da251d
}

.news-intro .next {
    display: inline-block;
    background: url(../images/san_r.png) right top no-repeat;
    height: 40px;
    padding-right: 50px;
    line-height: 40px;
    float: right;
    font-size: 14px;
    color: #434343;
    margin-top: 40px
}

.news-intro .next:hover {
    background: url(../images/san_rr.png) right top no-repeat;
    color: #da251d
}

.rat-news-detailshead {
    border-bottom: 2px solid #ef1414;
}

.rat-news-detailshead h1 {
    font-size: 24px;
    color: #3c3c3c;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
}

.rat-news-detailshead .infos {
    font-size: 14px;
    color: #282828;
    text-align: center;
    padding: 10px 0 5px 0;
}

.rat-news-editor {padding: 20px 0;font-size: 16px;line-height: 200%;}
.rat-news-editor h1,.rat-news-editor h2,.rat-news-editor h3,.rat-news-editor h4,.rat-news-editor h5,.rat-news-editor h6 {margin: 5px 0;padding: 5px 0;}

/* ä¸»è¥ä¸šåŠ¡ */
.aboutbody_5{background-position:center top; background-repeat:no-repeat; background-image:url(../images/business-mainbg.jpg); padding-top:3.5em; padding-bottom:8.5em;}
.aboutbody_5_left{float:left; width:50%; position:relative;}
.aboutbody_5_leftimg{width:100%;}
.aboutbody_5_right{ margin-top:30%;float:right; width:50%; position:relative;}
.aboutbody_5 .div1400{position:relative;}
.aboutbody_5_left_mid{position:absolute; top:9%; left:107%; z-index:10; width:93%;} 
.aboutbody_5_left_mid_b{position:absolute; top:12%; width:14%; height:3px; right:-5%; background-repeat:repeat-x; background-image:url(../images/business-mainbg2.png); z-index:10;}
.aboutbody_5_left_mid_1 span{color:#fff;/*font-family: 'SourceHanSansCN-Normal';*/ font-size:32px;}
.aboutbody_5_left_mid_1{margin-bottom:0.5em;color: #fff; font-size: 18px;}
.aboutbody_5_left_mid_1 span:nth-child(2){color:#f98928;}
.aboutbody_5_left_mid_2,.aboutbody_5_left_mid_3{font-size:14px; line-height: 25px; color:#fff;}
.aboutbody_5_left_mid_3{color:#b2b2b2; margin-top:10px; line-height:1.7em;}
.aboutbody_5_left_mid_3 p {margin: 0px 0px 10px;}
.aboutbody_5_left_mid_footer{position:absolute; right:3%; height:3%; bottom:-3%; width:67%; background-color:#d3d5cf;}
.aboutbody_5_left_mid_left{position:absolute; left:-3%; height:67%; top:3%; width:3%; background-color:#ff991b;}
.aboutbody_5_right_mid{position:absolute; z-index:10; right:123%; width:77%; bottom:4%;}
.aboutbody_5_left_mid .rat-btn{border: 1px solid #fff; color: #fff; border-radius: 5px; margin-top: 15px; padding: 0px 20px; line-height: 30px;display: block; float: left;}
.aboutbody_5_right_f{position:absolute; z-index:20; width:30%; left:-15%; top:20%;}
.aboutbody_5_right_1{margin-top:10px;}
.aboutbody_5_right_1{font-size:14px; color:#666; line-height:25px;}
.aboutbody_5_right_1 p {margin: 0px 0px 10px;}
.aboutbody_5_right_mid .rat-btn{border: 1px solid #333; color: #333; border-radius: 5px; margin-top: 15px; padding: 0px 20px; line-height: 30px;display: block; float: left;}
.aboutbody_5_right_mid .rat-btn:hover,.aboutbody_5_left_mid .rat-btn:hover {background-color: #ff991b;color: #fff; border-color: #ff991b;}
@media screen and (max-width:1200px) {
	.aboutbody_5{	padding-bottom:5em;}
	.aboutbody_5_right_mid{	bottom:3%;}
	.aboutbody_5_left_mid{	top:6%;}
	.aboutbody_5_left_mid_b{	top:9%;}
	.aboutbody_5_left_mid_2, .aboutbody_5_left_mid_3{	font-size:1em;}
}
@media screen and (max-width:990px) {
	.aboutbody_5_left_mid_3{font-size:0.875em;}
	.aboutbody_5_left_mid_1 span{font-size:2em;}
	.aboutbody_5_right_mid{bottom:0;}
}
@media screen and (max-width:900px) {
	.aboutbody_5_left,.aboutbody_5_right{width:100%;}
	.aboutbody_5_right{margin-top:30px;}
	.aboutbody_5_left_mid{position:static; width:auto; clear:both; padding-top:1em; padding-bottom:2em; padding-left:1em; padding-right:1em;}
	.aboutbody_5_left_mid_b,.aboutbody_5_left_mid_footer,.aboutbody_5_left_mid_left,.aboutbody_5_right_f{display:none;}
    .aboutbody_5_left_mid_1 {color:#000;}
	.aboutbody_5_left_mid_1 span{color:#0e0e0e;font-size: 28px;}
	.aboutbody_5_left_mid_2{color:#000;}
	.aboutbody_5_left_mid_3{color:#666;}
	.aboutbody_5_left_mid .rat-btn {color: #333; border: 1px solid #333;}
	.aboutbody_5_right_mid{position:static; width:auto; padding-left:1em; padding-right:1em; padding-top:1em; padding-bottom:2em;}
	.aboutbody_5{padding-bottom:3.5em; background-size: 150% auto;}
}
.server {
	height: 100%;
	background: url(../images/server06.jpg) no-repeat;
	padding: 50px 40px 35px 40px;
	background-size: cover;
}
.server .serverCon {
    padding: 30px 20px 40px 20px;
    background-color: rgba(255,255,255,0.9);
}
.server .publick-our-tit {
    height: 32px;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.server .publick-our-tit h2 {
    font-size: 24px;
		font-weight: normal;
    line-height: 24px;
    color: #900;
    border-left: none;
    float: left;
}
.server .publick-our-tit:before {
    content: "";
    height: 24px;
    width: 3px;
    background: #900;
    position: absolute;
    top: 1px;
    left: 0;
}
.server .publick-our-tit span {
    display: block;
    float: left;
    /* height: 46px; */
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin: 5px 0 0 0;
}
.server .rat-business-infoall {
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    display: inline-block;
}
.server .rat-business-infoall h3 {
  padding: 0px;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #c00;
	overflow: hidden;
}
.server .rat-business-infoall h3 i {margin-right: 10px;}
.server .rat-business-infoall p {
	line-height: 200%;
	text-indent: 2em;
	margin: 0px 0px 10px;
	font-size: 13px;
	padding: 0px;
	overflow: hidden;
}
.server .rat-business-infoall h5 {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 180%;
	padding: 0px;
	overflow: hidden;
}
.server .rat-business-infoall h4 {
	margin-top: 20px;
	font-size: 15px;
	line-height: 180%;
	padding: 0px;
	overflow: hidden;
}
@media (max-width: 767px) {
    .server {
        padding: 0;
    }
    .server .serverCon {
        padding: 30px 15px;
    }
    .server1 .serverCon, .server2 .serverCon {
        padding-top: 100px;
    }
    .server2 .serverCon .testRight, .server3 .serverCon .testRight, .server4 .serverCon .testCenter, .server4 .serverCon .testRight, .server5 .serverCon .testRight {
        padding-left: 15px;
    }
    .server .serverCon .testCon {
        padding: 0;
    }
}

/* å°å±å¹•ï¼ˆå¹³æ¿ï¼Œå¤§äºŽç­‰äºŽ 768pxï¼‰ */
@media screen and (min-width:768px) {
	.JobTitle {margin-top: 15px;}
	.JobTitle span,.JobPanel dt span {width: 16.6%;}
	.JobTitle span,.JobPanel dt span,.JobPanel dd,.JobPanel dd h2 {font-size: 14px;}
	.JobTitle span:nth-child(3),.JobTitle span:nth-child(4),.JobTitle span:nth-child(5),.JobPanel dt span:nth-child(3),.JobPanel dt span:nth-child(4),.JobPanel dt span:nth-child(5) {display: inline;}
}

/* æ¡ˆä¾‹ */
.caseImg{
    display:flex;
    flex-wrap: wrap;
    padding-top:20px;
}
.caseImg li {
    width:31.33333%;
		padding: 0px;
    margin: 0px 1% 20px;
}
.caseImg .caseImgItem{
    overflow: hidden;
    position: relative;
}
.caseImg li img{
    width: 100%;
		height:260px;
    transition:all 1s;
}
.caseImg li:hover img{
    transform:scale(1.2);
}
.caseImg p {
    width:100%;
    height:50px;
    line-height: 50px;
    font-size: 15px;
    color:#999;
    background-color: #fafafa;
    text-align: center;
    transition:all 0.5s;
		padding: 0px 10px;
		overflow: hidden;
}
.caseImg li .caseMore {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    
}
.caseImg li .caseMore>span{
    width: 126px;
    height: 55px;
    display: block;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: -55px;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: 0.5s;
}
.caseImg li:hover p{
    transition: all 1s;
    cursor: pointer;
    color:#fff;
    background-color: #d0161b;
    z-index: 10;
}
.caseImg li:hover .caseMore {
    opacity: 1;
    z-index: 9;
}
.caseImg li:hover .caseMore>span {
    opacity: 1;
    bottom: 40%;
}

@media (max-width: 767px) {
    .caseImg {
        padding-top: 30px;   
    }
    .caseImg li {
        width: 100%;
        margin-right: 0;
    }
    .caseImg li {
        margin-bottom: 30px;
    }
    .caseImg p {
        font-size: 16px;
    }
    .caseImg li img {
        width: 100%;
        height: 100%;
    }
}
@media (min-width:992px) {
    .rat-contact-infoall .txt {padding-left: 30px;}
}
@media (min-width: 1200px) {
    .rat-contact-infoall .txt {padding-left: 60px;}
}

@media screen and (max-width: 767px) {
	.rat-index-aboutall,.rat-index-businessbg {padding: 20px 0px;}
	.index_1_mid_1 {margin-bottom: 20px;}
	.index_1_mid_3_2 {margin-top: 0px;}
	.index_1_mid_3 {padding-bottom: 30px;}
	.rat-index-aboutbigw {max-width: 94%;}
	.index_1_bg {height: auto; top: 0px;}
	.index_1_mid_3_1 {margin-top: 15px;}
	.rat-index-businessbg .col-sm-4 {padding: 0px 10px 10px;}
	.rat-index-newsone {width: 100%;}
	.rat-index-news .newsImg {display: none;}
	.rat-index-businessbg .col-sm-4:hover {background-color:transparent;}
	.rat-index-businessbg .col-sm-4:hover .layoutTop, .rat-index-businessbg .col-sm-4:hover .layouBottom {background: #900 !important;}
	.layouBottom {height: auto;}
	.rat-ny-infoall {padding: 20px 0px;}
	.rat-ny-nav {display: none;}
	.rat-ny-nav>div {padding: 0px;}
	.rat-ny-nav a {padding: 0px 15px;}
	.rat-ny-title .en {font-size: 20px;}
	.rat-ny-title .cn {font-size: 16px;}
	.rat-ny-title .cn s {top: -5px;}
	.rat-second-title {font-size: 18px;}
	.list {margin-top: 10px;}
	.list .hblogo {width: 32.333333%;}
	.list .hblogo img {height: 50px;}
	.list .hblogo:after {height: 80px;margin-top: -40px;}
	.list .ps {margin: 30px 0;}
	.rat-team-infoimg {margin-bottom: 30px;}
	.rat-team-infotitle {padding-bottom: 20px;}
	.rat-team-infozhong {padding: 15px 0px;}
	.rat-ny-editor {font-size: 13px;line-height: 24px;}
	.rat-contact-infoall .txt,.rat-contact-infoall .message {padding: 20px; height: auto;}
	.software-tit i {top: 45px;}
	.software-text {margin-top: 20px;}
	.describe {margin: 15px 0px;font-size: 20px;}
	.describe span {font-size: 16px;margin-left: 10px;}
	.describe .look-more {margin-top: 8px;}
	.hotspot {margin: 0px;}
	.hotspot ul li {width: 99%;height: initial;margin-bottom: 10px;padding: 5px;}
	.hotspot ul li img {margin-top: 10px;}
	.news-hots ul li img,.hots-r {width: 100%;margin: 0px;}
	.hots-r p:nth-child(1) {margin-top: 10px;}
	.hots-r p:nth-child(2) {position: initial;font-size: 14px;}
	.hots-r p:nth-child(3) {margin-top: 5px;}
	.touch_ul li {width: 50%;}
}


/* åˆ†é¡µ */
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px}
.pagination>li {display: inline}
.pagination>li>a,.pagination>li>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #337ab7;text-decoration: none;background-color: #fff;border: 1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px}
.pagination>li:last-child>a,.pagination>li:last-child>span {border-top-right-radius: 4px;border-bottom-right-radius: 4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {z-index: 2;color: #23527c;background-color: #eee;border-color: #ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {z-index: 3;color: #fff;cursor: default;background-color: #337ab7;border-color: #337ab7}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd}
.pagination-lg>li>a,.pagination-lg>li>span {padding: 10px 16px;font-size: 18px;line-height: 1.3333333}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {border-top-left-radius: 6px;border-bottom-left-radius: 6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {border-top-right-radius: 6px;border-bottom-right-radius: 6px}
.pagination-sm>li>a,.pagination-sm>li>span {padding: 5px 10px;font-size: 12px;line-height: 1.5}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {border-top-left-radius: 3px;border-bottom-left-radius: 3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {border-top-right-radius: 3px;border-bottom-right-radius: 3px}
