/* CSS reset */
html{-webkit-text-size-adjust:none; overflow-y:scroll; overflow-x:hidden;}
*,body{ margin:0; padding:0; font-family: Microsoft YaHei,Helvetica,STHeiti STXihei, Microsoft JhengHei,  Tohoma, Arial; }
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder{color: #aaa;font-size:14px;}
body{ font-size:100%; background:#fff; color:#666666; line-height:28px; font-size:14px; }
table{border-collapse:collapse;border-spacing:0;empty-cells:show;}
th,td{border-collapse:collapse;}
img,a img,a:hover img{ border:0; vertical-align: bottom; }
th,optgroup{font-style:inherit;}
ol,ul,dl,li,dt,dd{list-style:none;padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input{-webkit-appearance:none;}
:focus{outline:0;}
a{color:#666666;text-decoration:none; }
a:focus, a:hover{color:#f14702;text-decoration:none;}
a,a:hover{transition:all 300ms ease; -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease; -o-transition:all 300ms ease;}
input,select,button{vertical-align:middle; -webkit-appearance: none; }
center{text-align:center;}
i { font-style: normal;}
e{border:0; }
fieldset{border-width: 0px; border-style: none;margin:0;padding:0}
legend{display:none;}
hr{border:none;height:1px;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix {*zoom: 1;}
#dituContent img {max-width: initial;}
.mobile {display: none;}
.w90 {
    width: 90%;
    max-width: 1700px;
    margin: auto;
}
.w95 {
    margin: 0px 2.5%;
}


.rat-head-all {
    background: rgba(255,255,255,1);
    z-index:999;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    padding: 5px 0px;
}
.rat-head-logo {
    padding: 0px;
    padding-left: 80px;
    overflow: hidden;
}

.navbar{
	margin-bottom:0;
	background-color:#f8f8f8;
	border-color: #dedede;
	box-shadow: 0 1px 6px #7e7e7e;
}
.bottom-dh{ color:#fff;}
.navbar-brand {
	padding: 15px 10px;
	height: inherit;
}
.navbar-brand img{max-height:75px;}
.text-uppercase{
	text-transform: uppercase;
}

.header_right {float: right;padding-right: 130px;}
.main-menu>ul>li>a{
	color:#666;
	margin: 15px 0px 0px;
	padding:20px 20px;
	font-size: 16px;}
.main-menu>ul>li>a:before {
    content: "-";
    font-size: 24px;
    font-weight: normal;
    display: block;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
}
.main-menu>ul>li:last-child>a:before {display: none;}
.main-menu>ul>li:nth-child(6)>a:before {display: none;}
.main-menu>ul>li>button {
	color:#666;
	border: 0px;
	background: none;
	margin: 0px;
	padding:5px 20px 10px;
	font-size: 16px;}
.nav>li>a:focus:before, .nav>li>a:hover:before {
    font-weight: normal;
    color: #666;
    font-size: 24px;
}
.nav>li>a:focus, .nav>li>a:hover,.main-menu>ul>li>button:hover {
    color: #f14702;
    background: initial;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media (min-width: 768px) {
	.navbar-toggler {display: none;}
}
@media (max-width: 767px) {
    .rat-head-all {padding: 5px 0px;}
    .rat-head-logo {padding: 0px;}
	.navbar-brand {padding: 5px 10px;}
	.navbar-brand img {height: 45px;}
	.navbar-toggler {
    border: 0px;
    background: inherit;
    padding: 0px 10px;
    margin-top: 10px;
    height: 30px;
    margin-right: 10px;
	}
    .rat-head-logo {width: 100%;}
    .navbar-collapse {padding-left: 0px; padding-right: 0px; width: 100%;}
    .header_right {float: initial;width: 100%;padding: 0px;}
    .header_right ul li{ display:block; text-align: center; border-bottom:1px #888 solid; background: #777777;}
    .header_right ul li a{ display:block; text-align:center; line-height:30px; font-size:16px; color:#fff; }
    .header_right ul li a:hover ,.header_right ul li a.active{ background:#f14702; color:#fff; }
	.main-menu>ul>li>a {margin: 0px;}
    .main-menu>ul>li>a:before {display: none;}
    .main-menu>ul {margin: 10px 0px;}
}
/* 搜索功能 */
#site-navbar-search .modal-content {
  border-radius: 0px;
}
#site-navbar-search .modal-content .modal-body {
  padding: 40px 40px 20px;
  position: relative;
}
#site-navbar-search .modal-content .modal-body .close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 40px;
}
#site-navbar-search .modal-content a.btn {
  border: none;
  font-size: 16px;
  text-align: left;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
}
#site-navbar-search .modal-content a.btn span.flag-icon {
  font-size: 30px;
  margin-top: 10px;
  margin-right: 8px;
}
.ecoleftwap {
  margin-left: 20px;
}
.ecoleftwap .topcartremove li a.btn-danger {
  color: #fff!important;
}
.input-search-close{color:#000;text-shadow:none;filter:alpha(opacity=20);opacity:.2}
.input-search-close.icon{font-size:inherit;line-height:inherit}
.input-search-close:focus,.input-search-close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}
button.input-search-close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}
.input-search{position:relative}
.input-search .form-control{border-radius:200px}
.input-search .input-search-close,.input-search .input-search-icon{position:absolute;top:50%;z-index:1;width:36px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.input-search .input-search-close{right:8px}
.input-search .input-search-icon+.form-control{padding-left:43.5px}
.input-search .input-search-icon{left:8px;font-size:16px;color:#a3afb7;text-align:center;pointer-events:none}
.input-search-btn+.form-control{padding-right:50px}
.input-search-btn{position:absolute;top:0;right:0;height:100%;padding:0 10px;background:0 0;border:none;border-radius:0 200px 200px 0}
.input-search-btn>.icon{margin:0 3px}
.input-search-dark .input-search-icon{color:#76838f}
.input-search-dark .form-control{background:#f3f7f9;-webkit-box-shadow:none;box-shadow:none}
.input-search-dark .form-control:focus{background-color:transparent}
.form-inline .form-group{margin-right:20px}
.form-inline .form-group:last-child{margin-right:0}
.form-inline .control-label{margin-right:5px}
@media (max-width:767px){
	.form-inline .form-group{margin-right:0}
}


.rat-head-all .rat-head-logo .icon-menu {
    height: 35px;
    position: relative;
    margin: 10px auto 0px;
    float: right;
    display: none;
}
.icon-menu-open, .icon-menu-close {
    display: none;
    height: 100%;
}
.icon-menu-open img, .icon-menu-close img {
    height: 100%;
}
.show {
    display: block!important;
    visibility: visible!important;
}
.rat-popup-right {
    width: 180px;
    z-index: 2002;
    right: 0;
    position: fixed;
    overflow-y: auto;
    background-color: #f14702;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-overflow-scrolling: touch;
    margin-top: 60px;
    display: none;
}
.rat-popup-right nav {
    padding-bottom: 0px;
    box-sizing: border-box;
}
.rat-popup-right nav .menu-line {
    color: #666;
}
.rat-popup-right nav .menu-line .menu-line-content {
    box-sizing: border-box;
    margin: 0px 10px;
    border-bottom: .26667vw dashed #c8c8c8;
    padding: 10px;
    align-items: center;
    font-size: 3.73333vw;
    color: #fff;
}
.rat-popup-right nav .menu-line:last-child .menu-line-content {border-bottom: 0px;}
@media (max-width:767px){
	.rat-head-all .rat-head-logo .icon-menu {display: block;}
}

/* Banner图 */
.rat-banner,.rat-m-banner {
    width: 100%;
    margin-top: 89px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}
.swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    border-radius: initial;
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: #e6700a;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-slide img {
	width: 100%;
}
@media (max-width:767px) {
	.rat-m-banner {margin-top: 65px;}
}

.rat-index-all {
    padding: 30px 0px 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-title {
    text-align: center;
    line-height: 3.2em;
    font-size: 24px;
}
.rat-title span {
    margin: 0px 0.7em;
}
.rat-indexinfo {
    width: 80%;
    color: #555555;
    line-height: 1.8;
    font-size: 15px;
    margin: 0px auto 40px;
    text-align: center;
}
.rat-shite-mainbox {
    padding: 20px auto 50px;
    overflow: hidden;
}
.rat-newmune-list {
    padding:  30px 0px 20px;
    margin: 0px ;
    background: #fff;
    z-index: 100;
}

.rat-newmune-list dl {
   overflow: hidden;
   margin-bottom: 10px
}

.rat-newmune-list dl dt {
   float: left;
   margin-right: 1rem;
   padding-right: 1rem;
   border-right: solid 1.5px #ccc;
   line-height: 1.5
}

.rat-newmune-list dl dd {
   line-height: 1.5
}

.rat-newmune-list dl dd a {
   display: inline-block;
   white-space: nowrap;
   margin-right: 8px;
   transition: all .3s ease-in-out
}

.rat-newmune-list dl dd a.active {
   color: #ed2325
}

.rat-newmune-list dl dd a:hover {
   text-decoration: underline
}
.twomenuinfo { position: fixed; top: 95px; left: 0px; padding: 10px 0px; width:100%; background: #fff; z-index: 995;}
.rat-shite-twonav {
    text-align: center;
    border-bottom: 1px #d5d5d5 solid;
    border-top: 1px #d5d5d5 solid;
    line-height: 45px;
    padding: 0px;
    margin: 7px 0px 14px;
    overflow: hidden;
}
.rat-shite-twonav a {
    display: inline-block;
    padding: 0 3em;
    font-size: 20px;
    line-height: 2.5em;
    border-right: 1px #d2d2d2 solid;
}
.rat-shite-twonav a:first-child {
    border-left: 1px #d2d2d2 solid;
}
.rat-shite-twonav a.hover {
    color: #fff;
    background: #f14702;
}
.rat-shite-mnav {
    display: none;
    background: #eee;
    text-align: center;
    margin: .5rem 2.5%;
}
.rat-shite-mnav.active {
    display: block;
}
.rat-shite-mnav a {
    display: inline-block;
    padding: 0 10px;
    color: #666666;
    line-height: 3em;
}
.rat-shite-icase {
    display: none;
}
.rat-shite-icase.active {
    display: block;
}
.rat-shite-icase .item {margin-bottom: 10px; overflow: hidden;}
.rat-shite-icase .item .img{ display:block; position:relative; }
.rat-shite-icase .item .img img{display:block;width:100%;height: 340px;}
.rat-shite-icase .item .img i{ position:absolute; left:0; top:0; right:0; bottom:0; width:100%; background: rgba(39,37,227,0); transition: all ease-out .3s; }
.rat-shite-icase .item .img .imgm{ display:none; position:absolute; left:10px; right:10px; top:50%; }
.rat-shite-icase .item .t2{ display:block; font-size:14px; line-height:25px; height:25px; overflow:hidden; padding-top:5px;}
.rat-shite-icase .item .t3{ display:none; font-size:14px; line-height:25px; height:25px; overflow:hidden; padding-top:5px;text-align: center;}
.rat-shite-icase .item .t4{ display:block; font-size:16px; line-height:25px; height:25px; overflow:hidden; margin-bottom:10px;}
.rat-shite-icase .item .t{ display:block; color:#e6e6e6; font-size:16px; line-height:25px; text-align:center; margin-bottom:30px;}
.rat-shite-icase .item .t span{ display:inline-block; border:1px #e6e6e6 solid; padding:0 5px; line-height:25px; }
.rat-shite-icase .item .m{ display:block; color:#e6e6e6; font-size:14px; line-height:30px; text-align:center; margin-bottom:20px; }
.rat-shite-icase .item .f{ display:block; color:#e6e6e6; font-size:14px; line-height:30px; text-align:center; }
.rat-shite-icase .item:hover .img i{ display:block; background:rgba(227, 104, 37, 0.9); }
.rat-shite-icase .item:hover .img .imgm{ display:block;}
.rat-shite-icase .item .img .imgm{ margin-top:-77px; }


.rat-shite-icase .item .img { overflow:hidden;}
.rat-shite-icase .item .img img{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;height: auto;}
.rat-shite-icase .item:hover .img img{ transform: scale(1.1, 1.1);}

.rat-index-more {
    text-align: center;
    padding-top: 35px;
}
.rat-index-more a {
    display: inline-block;
    padding: 0 30px 0px 45px;
    margin: 0px 35px;
    height: 35px;
    line-height: 35px;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
}
.rat-index-more a.btn1 {
    background: url(../images/iqq.png) no-repeat 15px center #d5d5d5;
}
.rat-index-more a.btn2 {
    background: url(../images/imore.png) no-repeat 15px center #f14702;
    color: #fff;
}
.rat-index-more a.btn1:hover {background-color: #f14702;}
.rat-index-more a.btn2:hover {background-color: #d5d5d5;}

.rat-index-abouttxt {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    padding-top: 10px;
    color: #666;
    text-align: center;
}
.rat-index-abouttxtm {display: none;}
.rat-index-moreb a {
    display: inline-block;
    padding: 0 40px 0px 60px;
    margin: 0px auto;
    height: 45px;
    line-height: 45px;
    border: none;
    color: #fff;
    font-size: 22px;
    border-radius: 8px;
    background: url(../images/imore.png) no-repeat 25px center #f14702;
    color: #fff;
}.rat-index-moreb a:hover {background-color: #d5d5d5;}
.iservice2 {
    margin-top: 0px;
    height: 353px;
    position: relative;
}
.iservice2 .m {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 88px;
}
.iservice2 .m a {
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #f14702;
    background: #fff;
    border: 2px #fff solid;
    display: inline-block;
    padding: 0px 15px;
}

.rat-index-newstitle {
    padding: 0px;
    margin: 0px 0px 20px;
    text-align: left;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    border-bottom: 1px #d5d5d5 solid;
}
.rat-news-titletwo {
    height: 35px;
    line-height: 30px;
    border-bottom: 1px #ebebeb solid;
    font-size: 20px;
    margin: 0px 20px 20px;
}
.rat-news-titletwo .more {
    float: right;
    display: inline-block;
    padding: 0 0.8em;
    height: 22px;
    line-height: 22px;
    background: #f14702;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    margin-top: 2px;
}
.rat-news-info {
    padding: 0px;
    margin: 0px 20px 20px;
    overflow: hidden;
}
.rat-news-info .toutiao {
    height: 134px;
    overflow: hidden;
    position: relative;
    padding-left: 194px;
    margin-bottom: 20px;
}
.rat-news-info .toutiao .img {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.rat-news-info .toutiao .img img {
    display: block;
    width: 180px;
    height: 134px;
}
.rat-news-info .toutiao .img img { transition:all 300ms ease; -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease; -o-transition:all 300ms ease;  }
.rat-news-info .toutiao:hover img{ opacity:0.8; transform: scale(1.1, 1.1);}
.rat-news-info .toutiao .t {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #f14702;
    overflow: hidden;
    margin-bottom: 12px;
}
.rat-news-info .toutiao .m {
    display: block;
    height: 100px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
}
.rat-news-info .toutiao .m .time {
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 20px;
    line-height: 20px;
    color: #bbbbbb;
    overflow: hidden;
    font-size: 12px;
    background: #fff;
    display: block;
    padding-left: 0.5em;
}
.rat-news-info ul li {
    position: relative;
}
.rat-news-info ul li a {
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-decoration: none;
    color: #666666;
    display: block;
}
.rat-news-info ul li .time {
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 25px;
    line-height: 25px;
    color: #bbbbbb;
    overflow: hidden;
    font-size: 12px;
    background: #fff;
    display: block;
    padding-left: 10px;
}
.rat-oneinfo-all {
    padding: 0px 10px;
    margin: 0px;
    overflow: hidden;
    width: 32.8%;
    display: inline-block;
    vertical-align: top;
}
.hot-h1{display:block;box-shadow:0 10px 15px rgba(0,0,0,.3);margin-bottom:20px}
.hot-h1 .pic{position:relative;overflow:hidden;}
.hot-h1 .pic img{overflow:hidden;width:100%;}
.hot-h1 .txt{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,0.7);padding:10px}
.hot-h1 .txt h4{line-height:30px;color:#fff;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px; margin:0px;}
.hot-h1:hover img{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08)}

.foottop { padding:30px 0px 30px 0px;}
.foottop .m {
    text-align: center;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
    font-weight: lighter;
}

div#service_container::after {
    content: "";
    clear: both;
    display: block;
}

div#service_container {
    padding: 2rem 8%;
    background: #eeeeee;
}
li.service_groups {
    width: 14%;
    float: left;
    line-height: 35px;
    font-size: 18px;
    text-align: left;
}
li.service_groups a {
    width: 60%;
    margin-left: 25%;
}
ul.service_items_wrap {
    padding-top: 1rem;
    width: 60%;
    margin-left: 25%;
}
li.service_items {
    font-size: 13px;
    width: 100%;
    text-align: left;
}
.rat-footer-all {
    padding: 50px 8% 0px;
    background: #333;
    position: relative;z-index: 999;
}
.rat-footer-2wm {
    padding-left: 50px;
}
.pc_footer_center {
    color: #a6a6a6;
    text-align: left;
}
.pc_footer_center p#fb1 {
    font-size: 20px;
    margin-bottom: 1.8rem;
}
.pc_footer_center p#fb2 {
    font-size: 24px;
    margin-bottom: 1.8rem;
}
.pc_footer_center p#fb3 {
    font-size: 28px;
    margin-bottom: 6rem;
}
.pc_footer_center p#fb4 {
    font-size: 13px;
}
.link_way {
    margin-bottom: 1rem;
    color: #a6a6a6;
}
.link_way h1 {
    margin: 0px 0px 25px;
    font-size: 24px;
}
.link_way p {
    font-size: 17px;
    line-height: 2rem;
}
.link_way_footer {}
.link_way_footer .fgz {
    color: #a6a6a6;
    line-height: 36px;
    text-align: left;
    font-size: 12px;
}
.link_way_footer .fgz>a {
    position: relative;
    display: inline-block;
    margin-right: 9px;
    border: 1.5px #a6a6a6 solid;
    border-radius: 50%;
    margin-top: .3rem;
}
/* .link_way_footer .fgz a img {
    display: block;
    width: 36px;
    height: 36px;
} */
.link_way_footer .fgz a span {
    display: none;
    position: absolute;
    top: -190px;
    line-height: 30px;
    left: 50%;
    margin-left: -100px;
    color: #fff;
    width: 200px;
    text-align: center;
    background: #464646;
}
.link_way_footer .fgz a span img {
    width: 160px;
    height: 160px;
    display: inline-block;
}
.link_way_footer .fgz>a:hover {
    background: #f14702;
    border: 1.5px #f14702 solid;
}
.link_way_footer .fgz a:hover span {
    display: block;
}
.mob_footer.mobile_show {
    padding: 15px;
    background: #333333;
    color: white;
    line-height: 1.4rem;
}
.footer_top_link_way {
    text-align: center;
    font-size: 16px;
    color: #d2cbcb;
    margin-bottom: 1rem;
}
.footer_top_link_way h1 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}
.footer_top_link_way p {
    line-height: 1.8rem;
}
.footer_top_link_way a {
    color: #d2cbcb;
}
.erwei_m {
    text-align: center;
}
p.mb_dec {
    width: 100%;
    font-size: 19px;
    color: #d2cbcb;
    margin: 25px auto;
    text-align: center;
}
.declare {
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #d2cbcb;
    line-height: 25px;
}
.declare p {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.rtool { position: fixed; right:0px; top:20%; width:160px; background:#fff; z-index:9999; }
.rtool .tit{ display:block; position:relative; padding-left:12px; color:#fff; line-height:48px; background:#f14702; font-size:16px; }
.rtool .tit .clo{ display:block; position:absolute; right:0; top:0; cursor:pointer; width:48px; height:48px; color:#fff; text-align:center; line-height:46px; font-size:24px;}
.rtool .con{ font-size:12px; }
.rtool .con .item { display:block; background:#f0f0f0; line-height:49px; color:#777; padding-left:30px; position:relative; margin-bottom:1px;}
.rtool .con .item span{ display:block; float:left; line-height:33px; width:30px; height:33px; overflow:hidden; padding:8px 0px; }
.rtool .con .item_qq { background: url(../images/qq.png) 8px center no-repeat #f0f0f0; }
.rtool .con .item_qq span{ line-height:16px; }
.rtool .con .item_tel { background: url(../images/tel.png) 8px center no-repeat #f0f0f0; }
.rtool .con .itemf { display:block; background:#fff; line-height:56px; color:#9d9d9d; padding:14px 0px 14px 68px; position:relative; margin-bottom:1px; }
.rtool .con .itemf .t{ position:absolute; left:0; top:50%; width:68px; text-align:center; color:#f14702; line-height:22px; margin-top:-23px;}
.rtool .con .itemf .img{ height:72px; border-radius:2px; border:1px #d9d9d8 solid;}

.rtool .con .item_qq:hover { background: url(../images/qqs.png) 8px center no-repeat #bbb; color:#fff; }
.rtool .con .item_tel:hover { background: url(../images/tels.png) 8px center no-repeat #bbb; color:#fff; transition:all 300ms ease; -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease; -o-transition:all 300ms ease; }

.rtool_open { display:none; position: fixed; right:0px; top:20%; text-align:center; line-height:20px; color:#fff; background:#f14702; font-size:14px; text-align:center; width:30px; padding:7px; border-radius:4px; cursor:pointer; z-index:9999; opacity:0.8; }
.rtool_open:hover { color:#fff; background:#f14702; }
.copy_right {
    text-align: left;
    background: #dad2d2;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	position: absolute;
    width: 100%;
}
@media (max-width:767px) {
    .rat-shite-icase .item .t3 {
        display: block;
    }
    .rat-title {
        line-height: 30px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .rat-index-more {padding-top: 15px;}
    .rat-index-more a {
        padding: 0 20px 0px 45px;
        margin: 0px 15px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
    .rat-shite-twonav {
        margin-top: 0px;
        font-size: 12px;
        margin: .5rem 3.3%;
    }
    .rat-shite-twonav a {
        display: inline-block;
        font-size: 16px;
        line-height: 2.5em;
        width: 33.3333%;
        float: left !important;
        padding: 0;
    }
    .rat-index-abouttxt {display: none;}
    .rat-index-abouttxtm {
        display: block;
        font-size: 14px;
        line-height: 1.8em;
        padding-top: 0px;
        color: #666;
    }
    .rat-index-moreb a {
        padding: 0 20px 0px 40px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        background-position-x: 10px;
    }
    .iservice2 {
        margin-top: 10px;
        height: 150px;
        background-size: cover!important;
    }
    .iservice2 .m {
        bottom: 40px;
    }
    .iservice2 .m a {
        line-height: 20px;
        font-size: 12px;
        border: 1px #fff solid;
        padding: 0px 10px;
    }
    .foottop {
        display: none;
        padding: 30px 0px;
    }
    .foottop .m {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 0.5em;
        font-weight: normal;
    }
    li.service_groups {
        width: 50%;
    }
    li.service_groups:nth-child(n+3) {
        display: none;
    }
    .rat-footer-all {padding: 0px;}
    .copy_right {text-align: center;padding:0px;}
    .rtool { display:none;}
    .rtool_open { display: none;}

    .rtool { right:0px; top:30%; }
    .rtool_open { right:0px; top:30%; line-height:14px; font-size:12px; width:26px; text-align:center; padding:5px; border-radius:4px; opacity: 0.6; }
}

/* 内页关于石特 */
.rat-about-num {
    text-align: center;
    color: #f14702;
    font-size: 16px;
    line-height: 24px;
    padding: 45px 0px;
    border: 2px #e66021 solid;
    margin: 20px 6% 0px 6%;
}
.rat-about-num p {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 3.5%;
}
.rat-about-num p b {
    font-size: 90px;
    line-height: 1.1em;
    font-weight: normal;
    margin-left: -0.05em;
}
.rat-shite-guandian {
    padding: 20px 0px;
    margin: 0px 6%;
    overflow: hidden;
}
.rat-shite-guandian .item {
    float: left;
    width: 30%;
    margin-right: 5%;
    display: inline;
}
.rat-shite-guandian .item3 {
    margin-right: 0;
}
.rat-shite-guandian .item .t {
    font-size: 20px;
    line-height: 40px;
}
.rat-shite-guandian .item .m {
    font-size: 14px;
    line-height: 1.85;
}
.mshow {
    display: none;
}
.rat-about-servicekuan {
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 150px;
    border: 2px #e66021 solid;
    margin: 20px 6% 0px 6%;
    overflow: hidden;
}
.rat-about-service {
    padding: 0px;
    margin: 0px;
    text-align: left;
    overflow: hidden;
}
.rat-about-service h3 {
    font-size: 28px;
    line-height: 50px;
    padding: 10px 5px;
    margin: 0px;
    overflow: hidden;
}
.rat-about-service span {
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
    margin: 5px 0px;
    padding: 10px 5px;
    line-height: 35px;
    font-size: 20px;
    display: block;
    overflow: hidden;
}
.rat-about-service ul {
    padding: 10px 5px;
}
.rat-about-service li {
    font-size: 16px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-about-team {
    padding: 0px;
    margin: 50px 0px 0px;
    overflow: hidden;
}
.rat-about-guanlian {
    padding: 0px;
    margin: 50px 0px 100px;
    overflow: hidden;
}
.mjob_info {
    text-align: center;
    line-height: 1.85em;
    padding-top: 1em;
    margin-bottom: 2em;
    font-size: 16px;
}
.rat-about-kuan a {
    display: block;
    text-align: center;
    border: 1px #f14702 solid;
    padding-top: 7em;
    height: 320px;
    font-size: 16px;
}
.rat-about-kuan a b{ font-weight:normal; color:#f14702; font-size:28px; line-height:1.3em;}
.rat-about-kuan a:hover{ background:#f14702; color:#c8c8c8;}
.rat-about-kuan a:hover b{ color:#fff;}

/* 联系我们 */
.rat-contact-all {
    background: #fff;
    margin: 89px 0px 0px;
    padding: 5rem 12%;
    line-height: 30px;
    overflow: hidden;
}
.rat-contact-title {
    width: 35%;
    float: left;
    text-align: right;
    padding-right: 100px;
    box-sizing: border-box;
    font-size: 30px;
}
.rat-contact-right {
    width: 65%;
    float: right;
}
.rat-news-all {
    padding: 50px 0px 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-news-foot {
    border-top: 1px #dadada solid;
    padding: 20px 0px;
    overflow: hidden;
}
.rat-news-tit {
    font-size: 24px;
    line-height: 60px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-news-foot .left {
    float: left;
    width: 45%;
}
.rat-news-foot .right {
    float: right;
    width: 52%;
    line-height: 1.7em;
}
.rat-news-foot .right b {
    display: inline-block;
    padding: 0 0.5em;
    line-height: 2em;
    color: #fff;
    background: #666;
    margin-bottom: 10px;
}
.inews2 {
    position: relative;
    float: none;
    margin-right: 0%;
    display: block;
    width: 100%;
}
.inews2 ul li {
    float: left;
    width: 49%;
    margin-right: 1%;
    position: relative;
    line-height: 240%;
}
.inews2 .time{
    float: right;
}
.pages {
    background: #eee;
    text-align: center;
    padding: 10px;
}
.news_vbox {
    max-width: 1700px;
    width: 90%;
    margin: 0px auto;
}
.news_left {
    float: left;
    width: 18%;
}
.news_left .t2 {
    font-size: 18px;
    line-height: 3em;
    padding-top: 2em;
}
.news_left .m ul li {
    padding-bottom: 15px;
}
.news_left .f {
    padding-top: 10px;
}
.news_left .f a {
    display: inline-block;
    padding: 0 1em;
    color: #fff;
    line-height: 2em;
    background: #f14702;
    border-radius: 0.5em;
    font-size: 16px;
}
.news_right {
    float: right;
    width: 77%;
}
.news_right .t {
    font-size: 20px;
    margin-bottom: 15px;
}
.news_right .m {
    margin-bottom: 4em;
}

@media (max-width:767px) {
    .rat-about-num {
        color: #f14702;
        font-size: 14px;
        line-height: 1.5;
        padding: 15px 0px;
        border: 1px #d67028 solid;
        margin: 0%;
    }
    .rat-about-num p {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        margin: 0 0 4% 4%;
        width: 45%;
    }
    .rat-about-num p b {
        font-size: 40px;
        line-height: 1.1em;
        font-weight: normal;
        margin-left: -0.05em;
    }
    .rat-shite-guandian {margin: 0px;}
    .rat-shite-guandian .item {
        float: none;
        width: 100%;
        margin-right: 0;
        display: block;
    }
    .rat-shite-guandian .item .t {
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 0.5em;
        border-bottom: 1px #e6e6e6 solid;
    }
    .rat-shite-guandian .item .m {
        font-size: 14px;
        line-height: 2em;
    }
    .pcshow {
        display: none;
    }
    .mshow {
        display: block;
    }
    .rat-about-servicekuan {
        margin: 10px 0px;
        padding: 10px;
    }
    .rat-about-service h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .rat-about-service span {
        font-size: 16px;
        line-height: 25px;
    }
    .rat-about-service li {
        font-size: 14px;
        line-height: 25px;
    }
    .rat-about-team {margin-top: 20px;}
    .rat-about-guanlian {margin: 20px 0px 40px;}
    .mjob_info {
        font-size: 14px;
        line-height: 2;
        padding: 0px 15px 0px 15px;
        margin-bottom: 20px;
    }
    .rat-about-kuan a {
        display: block;
        text-align: center;
        border: 1px #f14702 solid;
        padding-top: 2em;
        height: 120px;
        margin: 2%;
        font-size: 14px;
        line-height: 1.5;
    }
    .rat-about-kuan a b {
        font-weight: normal;
        color: #f14702;
        font-size: 16px;
        line-height: 1.5;
    }
    .news_vbox {
        width: 100%;
        margin: 0px auto;
    }
    .news_left {
        display: none;
    }
    .news_right {
        float: none;
        width: 100%;
    }
    .news_right .t {
        font-size: 16px;
        line-height: 2em;
        margin-bottom: 15px;
        text-align: center;
    }
    .news_right .m {
        margin-bottom: 20px;
        font-size: 14px !important;
        line-height: 2em !important;
    }
    .news_right .m img {width: 100%; height: auto;}
}

/* 一级分类 */
.icaset { text-align:center; border-bottom:1px #d5d5d5 solid; border-top:1px #d5d5d5 solid; margin-bottom:25px; margin-top:7px;}
.icaset a{ display:inline-block; padding:0 3.3em; font-size:20px; line-height:2.5em; border-right:1px #d2d2d2 solid;}
.icaset a:hover{ color:#fff; background:#f14702;}
.icaset a.hover{ color:#fff; background:#f14702;}
.icaset a.hover:hover{ color:#fff; background:#f14702;}
.icaset a:first-child{ border-left:1px #d2d2d2 solid;}
.icaset2 { margin-bottom:14px; }
.mnav { background:#eee; text-align:center; margin-bottom:25px; }
.mnav a{ display:inline-block; padding:0 1em; color:#666666; line-height:3em;}
.mnav a:hover{ color:#f14702;}
.mnav a.hover{ color:#f14702;}
.mnav2 {margin: .5rem 4.8%;}

@media (min-width:1200px) and (max-width:1441px){
    .icaset { margin-bottom:25px; margin-top:5px;}
    .icaset a{ font-size:18px; }
    .icaset2 { margin-bottom:14px;}
}
@media (min-width:631px) and (max-width:1199px){
    .icaset { margin-bottom:25px; margin-top:3px;}
    .icaset a{ font-size:16px; }
    .icaset2 { margin-bottom:14px;}
    .mnav2 { margin:0px 28px 0px 28px; }
}
@media (min-width:320px) and (max-width:630px){
	.icaset {margin-top:0px;font-size:12px;margin: .5rem 3.3%; border: 0px; overflow: hidden;}
	.icaset a{ font-size: 14px;width: 32.3333%;border: 1px #d2d2d2 solid;margin-bottom: 4px;margin-top: 4px;margin-right: 1%;padding: 0 !important;float: left;}
	.mnav { padding:5px 0px 5px 0px; font-size:14px; margin-bottom:20px; }
	.mnav a{ display:block; float:left; width:30.33%; text-align:left; line-height:2em; font-size:14px; padding:0 0 0 3%; overflow:hidden; height:2em; margin:0;}
	.mnav:after { content:""; clear:both; display:block; }
	.mnav2 {margin: 0px 3.5% 10px 3.5%;}
}
/* 案例二级分类 */
ul.Plistsv.c::after {content: "";display: block;clear: both;}
.Plist {min-height: 60px !important;}
.uposition { font-size:1em; padding:1.4em 0; width:1120px; color:#aaa; margin:0 auto; }
.Plist {border: 1px solid #ddd !important;width: 90.4%;margin: 0 auto 0 auto;min-height:100px;padding-bottom:15px;margin-top: 10px;background: #fff;}
.Plists { padding:15px; overflow: hidden;}
.Plists .l {width: 6%;font-size:1.4em;text-align:right;padding:7px 0 0 0;font-weight:bolder;float: left;display: none;}
.Plists .r {width: 100%;float: right;}
.Plists ul {width:100%;height: 2.6em;}
.Plists ul li { float:left; width:13.75%; margin:0 0.1% 2px 0.1%; }
.Plists ul li a {float:left;display:block;font-size: 13px;border:1px solid #ddd;width:100%;text-align:center;line-height:2.2em;color:#333;height: 2.2em;padding: 0 7px;}
.Plists ul .bl a { border-radius:0.3em 0 0 0.3em; }
.Plists ul .br a { border-radius:0 0.3em 0.3em 0; }
.Plists ul li a:hover { background:#f40; color:#fff; border:1px solid #f40; }
.Plists ul li .now { background:#f40; color:#fff; border:1px solid #f40; }
.Plists .Plistsv li {float:left;margin:0 0.2% 2px 0.2%; margin-bottom: 10px;margin: 3px 0.5% !important; width: auto;}

.mainbox {padding: 0px;margin: 0px 2.5%  50px;overflow: hidden; }
.icase {overflow: hidden;}
.icase .item { margin-right:0.2%; margin-left:0.2%; width:32.63%; margin-bottom:0.6%;    display: inline-block;
    vertical-align: top;}
.icase .item .img{ display:block; position:relative; }
.icase .item .img img{display:block;width:100%;}
.icase .item .img i{ position:absolute; left:0; top:0; right:0; bottom:0; width:100%; background: rgba(39,37,227,0); transition: all ease-out .3s; }
.icase .item .img .imgm{ display:none; position:absolute; left:10px; right:10px; top:50%; }
.icase .item .t2{ display:block; font-size:12px; line-height:1.7em; height:1.7em; overflow:hidden; padding-top:0.5em;}
.icase .item .t3{ display:block; font-size:12px; line-height:1.7em; height:1.7em; overflow:hidden; padding-top:0.5em;}
.icase .item .t4{ display:block; font-size:16px; line-height:1.7em; height:1.7em; overflow:hidden; margin-bottom:1em;}
.icase .item .t{ display:block; color:#e6e6e6; font-size:16px; line-height:1.7em; text-align:center; margin-bottom:3em;}
.icase .item .t span{ display:inline-block; border:1px #e6e6e6 solid; padding:0 0.5em; line-height:1.7em; }
.icase .item .m{ display:block; color:#e6e6e6; font-size:14px; line-height:1.8em; text-align:center; margin-bottom:2em; }
.icase .item .f{ display:block; color:#e6e6e6; font-size:14px; line-height:1.8em; text-align:center; }
.icase .item:hover .img i{ display:block; background:rgba(227, 104, 37, 0.9); }
.icase .item:hover .img .imgm{ display:block;}
.icase .item .img .imgm{ margin-top:-77px; }
.icase .item .t3 {
    display: none;
}
.icase .item .img { overflow:hidden;}
.icase .item .img img{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.icase .item:hover .img img{ transform: scale(1.1, 1.1);}
.icasef { text-align:center; padding-top:35px;}
.icasef a{ display:inline-block; padding:0 1em; margin:0px 35px; height:27px; line-height:27px; background:#d5d5d5; border:none; color:#fff; font-size:16px; border-radius:8px;  }
.icasef a img{ vertical-align:middle; margin-right:0.6em; }
.icasef a:hover{ background:#f14702; color:#fff; }
.icasef a.btn2 { background:#f14702; color:#fff;}
.icasef a.btn2:hover { background:#d5d5d5; color:#fff;}

/* 案例内页 */
.rat-case-detailsall {
    margin-top: 50px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.rat-case-detailsall .row {margin: 0px;}
.rat-case-detailsleft {
    width: 350px;
    padding: 0px;
    margin: 0px;
    float: left;
    height: 90%;
    overflow-y: scroll;
}
.rat-case-detailstitle {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}
.rat-case-detailstitle h1 {font-weight: normal;}

.rat-case-detailsonename {
    padding: 0px;
    overflow: hidden;
}
.rat-case-detailstwoname {
    padding: 20px 0px 0px;
    overflow: hidden;
}
.rat-case-detailsinfo {
    font-size: 14px;
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.rat-case-detailsright {
    width: calc(100% - 380px);
    padding: 0px;
    margin: 0px;
    float: right;
}
.rat-case-detailsimg {
    max-width: 100%;
    text-align: center;
    padding: 0px 30px;
    margin: 0px;
    overflow: hidden;
}

.rat-case-almostall {
    background: #fff;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    z-index: 30;
    position: relative;
}
.pagef {
    background: #eee;
    text-align: center;
    margin: 20px 0px 30px;
    overflow: hidden;
}
.pagef a {
    line-height: 30px;
    color: #f14702;
    font-size: 14px;
    width: 47%;
    padding: 0.5% 1.5%;
}
.pagef a:hover {
    background: #f14702;
    color: #fff;
}


.case_cate_details p{margin: 0px;}

/* 分页 */
.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:#f14702;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:#f14702;border-color:#f14702}
.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}

.rat-main-casetype{height: 50px;position: relative;margin-top: 30px; padding-right: 4.7%; padding-left: 4.7%;}
.rat-main-casetype p{font-size: 18px;line-height: 50px;float: left; margin:0px;}
.rat-main-casetype p a:hover {color: #000}
.rat-main-casetype .warp-type-list{float: right;position: absolute;z-index: 11;right: 5%;}
.rat-main-casetype .warp-type-list .active{/*text-decoration: underline;*/color: #f14702;}
.rat-main-casetype .warp-type-list a{display: inline-block;margin-right: 10px;line-height: 50px;color: #888889;font-size: 14px}
.rat-main-casetype .warp-type-list a:last-child {margin-right: 0px;}
.rat-main-casetype .warp-type-list a:hover{color: #f14702}

.page_right{position:fixed; right:0px; height:280px; top:50%; margin-top:-140px; z-index:1000;}
.page_right ul{float:right;  }
.page_right ul li{ float:right; clear:both;position:relative; margin:1px 0; width:57px; overflow:hidden; height:57px;}
.page_right ul li:hover{width:240px;}
.page_right ul li a{ position:relative; float:right; position:absolute; right:0; top:0; z-index:1;width:57px; height:57px;  text-align:center; border-radius:50%; display:inline-block; background-position:center; background-repeat:no-repeat;}
.page_right_qq{background-image:url(../images/qq_ico.png);}
.page_right_tel{background-image:url(../images/tel_ico.png);}
.page_right_info_num{border-radius:57px;/*font-family: "Gilroy Light"*/;opacity:0; z-index:1;position:absolute; font-size: 15px; right:0px; width:0px; text-align:right; padding-right:65px; height:57px; background-image:url(../images/bg.png); line-height:57px; color:#fff;}
.page_right ul li:hover .page_right_info_num{width:190px;opacity:1;}
.page_right ul li:hover .page_right_info_num a {position: initial;border-radius: 0px;width: auto;color: #fff;}
.page_right_weixin{background-image:url(../images/weixin_ico.png);}
.page_right_top{ display:none;background-image:url(../images/up_ico.png);}

/* 首页设计资讯*/
.rat-packindex-designnewsall {
    width: 95%;
    padding: 50px 0px;
    border-top: 1px solid #ccc;
    margin: 0px auto 0px;
    overflow: hidden;
}
.rat-packindex-designnewsall .b-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.rat-packindex-designnewsleft {
    width: calc(50% - 10px);
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 310px;
    margin-bottom: 35px;
    max-width: 1000px;
    background-position: center;
    float: right;
}
.rat-packindex-designnewsall li {
    width: calc(50% - 10px);
    height: 135px;
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
    float: left;
}
.rat-packindex-designnewsall li:nth-child(5) {
    float: right;
}
.rat-packindex-designnewsall li:nth-child(4),.rat-packindex-designnewsall li:nth-child(5) {border-bottom: 0px;padding-bottom: 0px;
    margin-bottom: 0px;}
.first-news {
    font-size: 14px;
}
.first-news a {
    color: #5f6061;
    text-decoration: none;
}
.rat-packindex-designnewsall li .title {
    font-size: 16px;
    margin-bottom: 7px;
    color: #000;
    line-height: 1em;
}
.rat-packindex-designnewsall li .summary {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #323232;
}
.rat-packindex-designnewsall li .news-item {
    flex-wrap: wrap;
    margin-top: 6px;
    overflow: hidden;
}
.rat-packindex-designnewsall li .news-item a {
    float: left;
    width: 24%;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 1%;
    margin-right: 1%;
    color: #959595;
    line-height: 24px;
}
.rat-packindex-designnewsall li .news-item a:after {
    position: absolute;
    right: 0;
    height: 14px;
    background: #e6e6e6;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
}
.rat-packindex-designnewsall li .news-item a:nth-child(4n):after {display: none;}

/*设计资讯*/
.rat-packindex-ncaseall{width: 95%;margin: 105px auto 0px; position: relative;z-index: 10;background-color: #fff; padding: 0px 0px 50px;overflow: hidden;}
.rat-packindex-ncaseall .warp-type{height: 50px;position: relative;margin-bottom: 25px}
.rat-packindex-ncaseall .warp-type p{font-size: 18px;line-height: 50px;float: left; margin-left: 2.5%}
.rat-packindex-ncaseall .warp-type p a:hover {color: #000}
.rat-packindex-ncaseall .warp-type-list{float: right;position: absolute;z-index: 11;right: 4px;}
.rat-packindex-ncaseall .warp-type-list .active{/*text-decoration: underline;*/color: #f14702;}
.rat-packindex-ncaseall .warp-type-list a{display: inline-block;margin-right: 15px;line-height: 50px;color: #888889;font-size: 14px}
.rat-packindex-ncaseall .warp-type-list a:last-child {margin-right: 0px;}
.rat-packindex-ncaseall .warp-type-list a:hover{color: #f14702}
.rat-packindex-ncaseall ul{overflow:hidden}
.rat-packindex-ncaseall ul a{display:block; width: calc(33.333333% - 8px);float: left;position: relative;overflow: hidden;display: block;margin: 0px 4px 8px;}
.rat-packindex-ncaseall ul li img{width: 100%;height: auto;display: block}
.rat-packindex-ncaseall ul li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1)}
.rat-packindex-ncaseall .case-summary{display: none;width: 100%;height: 100%;background: rgba(93, 100, 214, 0.7);top: 0;left: 0;position: absolute;padding: 5%}
.rat-packindex-ncaseall .case-summary p{color: #f9f9f9;position: absolute;left: 0;font-size: 18px}
.rat-packindex-ncaseall .case-summary span{font-size: 18px}
.rat-packindex-ncaseall .case-summary .p1{top: 0}
.rat-packindex-ncaseall .case-summary .p2{bottom: 0;font-size: 14px}
.rat-packindex-ncaseall ul li:hover .case-summary {display: block;transform: scale(1);}
.rat-packindex-ncaseall .case-more{display: block;color: #5d64d6;width: 300px;height: 50px;margin: 20px auto 0px;transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;border-radius: 0px;text-align: center;text-indent: 0px;line-height: 50px;font-size: 13px;border: 1px solid #5d64d6;}
.rat-packindex-ncaseall .case-more i {font-family: 'simsun';font-size: 18px;text-indent: -10px;line-height: 50px;transition: all ease-out .3s;color: #fff;display: inline-block;opacity: 0;}
.rat-packindex-ncaseall .case-more:hover {color: #fff;background: #5d64d6;border: 1px solid #5d64d6;}
.rat-packindex-ncaseall .case-more:hover i {color: #fff;text-indent: 10px;opacity: 1;}

.rat-ny-infoall {
    width: 100%;
    margin: 0px auto;
    padding: 0px 6% 80px;
    overflow: hidden;
}
.snews-type{width: 100%;height: 32px;margin-bottom: 60px}
.snews-type .snewtype-inner{width: 820px;float: right;height: 32px}
.snews-type .stype-list {padding: 0 16px}
.snews-type .stype-list .swiper-slide {text-align: center;line-height: 32px;height: 32px;}
.snews-type .stype-list .swiper-slide:after{content: '';height: 10px;width: 1px;background: #c8c8c8;position: absolute;right: 0px;top: 50%;margin-top: -5px;display: block;}
.snews-type .stype-list a{font-size: 14px;line-height: 32px;color: #888888;text-align: center;display: block;height: 32px;}
.snews-type .stype-list .swiper-next{background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAhIQABTHLUhNAAAAeklEQVQY013OKxKDQBCE4X9m8xiJyAHiqYrmAAjkHiFH4ygcITIiMiIHQKDYCIpidrrdZ7olm3VMuOi5KR3ZU2rn8pFebrwPgoCphYAbVbiTw/RA987yZSh2Wo51uw4s60sdPGnWkZ9GAI2wUQWgEUAv9xpAMhjuCfwB9uMykQXYfywAAAAASUVORK5CYII=);right: 0px}
.snews-type .stype-list .swiper-prev{background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAhIQADob+0WCAAAAe0lEQVQY013NsQ3CMBSE4f+9GMklRQqGCBIjUDBARmA0RqDMKClcMAJFCpOCR2Egfr7rPp10MuISyWFXw0GvdlcPPNeHenjdyNoCaAuFHIC2AEFPEpli3o67Y2Jv53eyxSjtBpill4sllu9qgAYLOfxRhRv9sSaYJazpA5kzPbQ2oRTBAAAAAElFTkSuQmCC);left: 0px;}
.snews-type .stype-list .swiper-btn{width:9px;height: 16px;display: block;position: absolute;top: 8px;z-index: 9999;cursor: pointer;}
.snews-read{box-sizing: border-box;width: 100%;padding: 25px 190px 200px}
.snews-read .sread-left{width: 65%;box-sizing: border-box;border-top: 1px solid #eeeeee}

.rat-info-listall {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rat-info-listall ul li {
    width: 28%;
    margin-bottom: 60px;
    height: 106px;
    float: left;
    margin-right: 8%;
}
.rat-info-listall ul li:nth-child(3n) {margin-right: 0px;}
.rat-info-listall ul li .rat-infotitle {
    font-size: 16px;
    color: #444;
    margin-bottom: 15px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rat-info-listall ul li .rat-infosummary {
    font-size: 14px;
    color: #888;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/*内页开始 */
.rat-ny-infoall .sread-right {
    width: 25%;
    border-top: 1px solid #eeeeee;
    float: left;
}
.xgnr-list {
    margin-top: 20px;
}
.xgnr-list li {
    border-top: 1px solid #eeeeee;
}
.xgnr-list li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
    color: #646464;
    font-size: 14px;
}
.news_baidu {
    padding-top: 20px;
}
.news_baidu img {width: 100%;}
.rat-ny-infoall .sread-left {
    width: 70%;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
    float: right;
}
.rat-ny-infoall .sread-left .title {
    font-size: 24px;
    color: #000000;
    line-height: 78px;
}
.rat-ny-infoall .sread-left .sread-content {
    padding-bottom: 35px;
    min-height: 365px;
}
.rat-ny-infoall .sread-left .sread-content p, .rat-ny-infoall .sread-left .sread-content span {
    font-size: 14px;
    color: #333;
}
.rat-ny-infoall .sx-list {
    border-top: 1px solid #eeeeee;
    padding: 25px 0;
    height: 32px;
}
.rat-ny-infoall .sx-list li {
    position: relative;
    line-height: 32px;
}
.rat-ny-infoall .sx-list li:after {
    position: absolute;
    content: '';
    width: 9px;
    height: 16px;
    display: block;
    top: 8px;
}
.rat-ny-infoall .sx-list li a {
    font-size: 14px;
    color: #444;
}
.rat-ny-infoall .sx-list #prev {
    padding-left: 36px;
    float: left;
}
.rat-ny-infoall .sx-list #prev:after {
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAhIRCww2d2PnAAAAfElEQVQY013QsRGDMAyF4V8yuaP0IOTOIzBCsgEjMJpLOtggaSnZwG0okhQJWLbUfac7PUluFOVJ7orLHS4Pt6qZCDqz7YuW8OpJWgNoDT8qALQGaHQQz71NeXEjI/4T3z3PgxQYJOpCsFThkctgTn+ivfGPrrOvidLu0xdiXC2oWCOAyQAAAABJRU5ErkJggg==);
    left: 0px;
}
.rat-ny-infoall .sx-list #next {
    padding-right: 36px;
    float: right;
}
.rat-ny-infoall .sx-list #next:after {
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkAhIRCyQDwssdAAAAcklEQVQY013QsRGDMBBE0c+CMaE6MKXgDlQKJVCCS6ATKEGlKHQkEdjASRe+m/nBNt4NMwvm9BjzzFoQIU3ZWxTUKKhR/5dBXYkLu/buBjxbjt33Jvf8ENMqAzuv9CaohjNv4EcFgGoA9VMJ0HhwRLvEAR91Mns+BNJlAAAAAElFTkSuQmCC);
    right: 0px;
}
.rat-ny-infoall .sx-list li a:hover {color: #C00;}
.npages {background-color: #f6f6f6; padding: 10px 10px 0px; text-align: center;}
.st-case-detailsall {max-width: 1700px; width: 90%; padding: 40px 0px 30px;margin: 0px auto;overflow: hidden;}
.st-case-detailstitle {width: 90%;padding: 0px;margin: 0px;}
.st-case-detailstitle h1 {font-size: 20px;line-height: 1.8;font-weight: normal;color: #717071;margin: 0px;}
.st-case-detailstitle .txt {font-size: 14px;line-height: 28px;color: #717071;padding: 30px 0 0 0;}
.st-case-detailsinfo {font-size: 14px;line-height: 28px;color: #717071;}
.st-case-detailstwoname {padding: 20px 0px 0px;overflow: hidden;}
.st-case-detailstwoinfo {font-size: 14px;line-height: 28px;padding: 0px;margin: 0px;overflow: hidden;}
.st-case-detailsbox {font-size: 14px;line-height: 2;color: #717071;margin-bottom: 0px;overflow: hidden; margin-left: 50px;}
.st-case-detailsbox img {width: 100%!important;}
.st-case-detailsbox a img {width: auto!important;}

/* 首页关于我们图片 */
.st-index-aboutlink {padding: 50px 0px 0px; margin: 0px 2.5%; overflow: hidden;}
.st-index-pcimg {padding: 0px; margin: 0px; overflow: hidden; position: relative;}
.st-index-mobileimg {padding: 0px; margin: 0px; overflow: hidden; position: relative;display: none;}
.st-index-pcimg img,.st-index-mobileimg img {width: 100%;}
.st-index-pcimg a {position: absolute; bottom: 25%; left: 50%; transform: translateX(-50%); line-height: 36px;font-size: 20px;color: #5d64d6;background: #fff;border: 2px #fff solid;display: inline-block;padding: 0px 20px;}
.st-index-mobileimg a {position: absolute; bottom: 30%; left: 50%; transform: translateX(-50%); line-height: 20px;font-size: 12px;border: 1px #fff solid;padding: 0px 10px;color: #5d64d6;background: #fff;display: inline-block;}


@media (max-width:767px) {
    .pc {display: none;}
    .mobile {display:block;}
	.main-menu>ul>li>button {
		color:#fff;
		margin: 0px;}
	.rat-shite-mnav {height: 40px; overflow: hidden;}
	.Plist,.rat-case-detailstmobileno {display: none;}
	.rat-case-detailsall {margin-top: 0px; margin-bottom: 0px;}
	.twomenuinfo {top: 65px;}
	.mainbox {padding: 0px 10px; margin-bottom: 20px;}
	.rat-shite-mainbox {padding: 0px 20px 20px; margin: 0px;}
	.icasef {padding-top: 15px;}
	.icase .item {width: 100%; margin: 5px 0;}
	.icase .item:nth-child(2n-1) {margin-right: 0;}
	.icase .item:nth-child(2n) {margin-left: 0;}
	.icase .item .t3 {display: block;
    line-height: 25px;
    height: 25px;
    padding: 0px;
    margin: 0px;
    text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
	/*.icase .item .img img {height:31.5vw;}*/
	.rat-oneinfo-all {width: 48%;margin:0px 0.5% 10px; padding:0px;}
	.hot-h1 {margin-bottom: 0px;}
	.icase .item .img .imgm {display: none !important;}
	.rat-oneinfo-all .icase .item:hover .img .imgm,.icase .item:hover .img i {display: none !important;}
	.rat-news-foot .left {width: 100%;}
	.rat-news-foot .right {width: 100%; margin-top: 20px;}
	.rat-news-all, .rat-news-foot {padding: 20px 0px 0px;}
	.hot-h1 .pic {position: initial; padding: 0px;}
	.hot-h1 .pic img {position: initial;}
	.hot-h1 .txt {padding: 0px 5px;position:initial;}
	.inews2 ul li {width: 100%;}
	.inews2 ul li a {display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; width: calc(100% - 100px);float: left;}
	.inews2 .time {width: 90px; text-align: right;}
	.pagination {margin: 0px;}
	.rat-contact-all {padding: 10px 20px 20px;}
	.rat-contact-title {width: 100%; text-align: left; margin-bottom: 20px;}
	.rat-contact-right {width: 100%;}
	.rat-case-detailsleft {width: 100%; float: none; position: initial !important;}
	.rat-case-detailsright {width: 100%; float: none;}
	.rat-case-detailsimg {padding: 0px;}
	.pagef a {width: 100%; text-align: left; font-size: 14px;}
	.pagef a::before {content: '>>'; padding: 0px; margin: 0px;}
	.pagef a i {display: none;}
    .page_right {display: none;}
   .rat-newmune-list dl {
      margin-bottom: 15px
   }
   .rat-newmune-list dl dt, .rat-newmune-list .filter dl dd {
      line-height: 2;
   }.rat-newmune-list dl dd a {
      line-height: 2;
      margin-right: 5px;
    }
    .rat-indexinfo {
        width: 90%;
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 20px;
   }
   
    .rat-main-casetype p {width: 100%; text-align: center;padding: 0px;margin: 0px; }
    .rat-main-casetype .warp-type-list {position: inherit;margin-top: 0px;right: auto;}
    .rat-main-casetype .warp-type-list a {display: block; float: left; text-align: left; height: inherit; margin: 0px 0px 0px; font-size:12px; padding: 0px 20px 0px 0px; line-height: 24px;}
    .rat-newmune-list {font-size: 12px;padding: 0px 10px;}
    
    
    .rat-packindex-ncaseall ul a,.rat-ny-ncaseall ul a {width: calc(100% - 8px);}
    .rat-packindex-ncaseall .case-more {margin: 15px auto;}
    .rat-packindex-designnewsall {width: 100%; padding: 10px 20px;display: none;}
    .rat-packindex-designnewsall .b-title {font-size: 18px;margin-bottom: 10px;}
    .rat-packindex-designnewsleft {width: 100%; height: 40vw;margin-bottom: 20px;}
    .rat-packindex-designnewsall li {width: 100%; height:auto; padding-bottom: 10px;margin-bottom: 15px;}
    .rat-packindex-designnewsall li .news-item a {width: 49%;}
    .rat-packindex-designnewsall li .title {font-size: 14px; margin-bottom: 0px};
    .rat-packindex-designnewsall li .summary {font-size: 12px; line-height: 25px;}
    .rat-packindex-designnewsall li .news-item a:nth-child(2n):after {display: none;}
    .rat-ny-infoall {padding-bottom: 20px;}
    .rat-index-newstitle {display: none;}
    .rat-news-titletwo,.rat-news-info {margin-left: 0px; margin-right: 0px;}
    li.service_items {line-height: 1.8;}
    .rat-packindex-ncaseall {margin-top: 70px; padding: 0px 5px 20px;}
    .snews-type {margin-bottom: 15px;}
    .snews-type .snewtype-inner {width: 100%;}
    .rat-info-listall ul li {width: 100%; height: auto; margin-bottom: 15px;margin-right: auto;}
    .rat-info-listall ul li .title {font-size: 14px; margin-bottom: 5px;}
    .rat-info-listall ul li .summary {font-size: 12px; line-height: 1.8; margin-bottom: 0px;}
    .rat-ny-infoall .sread-right {display: none;}
    .rat-ny-infoall .sread-left {width: 100%;}
    .rat-ny-infoall .sread-left .title {line-height: 50px; font-size: 18px;}
    .rat-ny-infoall .sread-left .sread-content {margin-bottom: 15px;}
    .rat-ny-infoall .sread-left .sread-content p, .rat-ny-infoall .sread-left .sread-content span {font-size: 13px; line-height: 1.8;}
    .rat-ny-infoall .sx-list {padding-top:15px;height: auto;}
    .rat-ny-infoall .sx-list a {width: 100%;text-align: left;font-size: 13px;}
    .rat-ny-infoall .sx-list a::before {content: '>>';padding: 0px;margin: 0px;}
    .rat-ny-infoall .sx-list a i {display: none;}
    .st-case-detailsall {padding: 0px 10px;}
    .st-case-detailstitle {width: 100%;}
    .st-case-detailstitle h1 {margin: 0px;}
    .st-case-detailstitle .txt {padding-top: 10px;line-height: 22px;}
    .st-case-detailstitle .txt p {padding: 0px;margin: 0px;}
    .st-case-detailsothertitle {font-size: 18px;line-height: 30px;margin-bottom: 10px;}
    .st-case-detailsothertitle span {margin: 0px 0.7em;}
    .st-case-detailstwoname {padding-top: 10px;}
    .st-case-detailsother {padding-bottom: 20px;}
    .st-case-detailsbox {margin: 0px;}
    .icasef a.btn2:hover {background: #f14702;color: #fff;}
    .st-index-aboutlink {padding-top: 20px;}
    .rat-main-casetype {margin-top: 10px;}
}