﻿@charset "utf-8";





/* CSS Document */

ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
    margin: 0;
}

@font-face {
    font-family: 'Humanist521BT-Light';
    src: url('img/Humanist521BT-Light.otf');
}

@font-face {
    font-family: 'GOTHIC';
    src: url('img/GOTHIC.otf');
}

@font-face {
    font-family: 'futitle';
    src: url('img/futitle.otf');
}

@font-face {
    font-family: 'COPRGTB';
    src: url('img/COPRGTB.otf');
}

@font-face {
    font-family: 'fzltthjw';
    src: url('img/fzltthjw.otf');
}






/*float*/

.fl {
    float: left;
}

.fr {
    float: right;
}






/* 清除浮动 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*ie6,7*/
}






/* 超出一行省略号 */

.erp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a:focus,
a:hover {
    color: inherit;
}

.am-panel,
.am-panel-default {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    margin-bottom: 0;
}

.banner {
    position: relative;
}

header {
    position: fixed;
    top: 0;
    height: 70px;
    width: 100%;
    background: rgba(17, 17, 17, 0.84);
    border-bottom: 1px solid #5c5957;
    z-index: 1000;
}

.logo,
.nav,
.follow {
    height: 100%;
}

.logo h1 {
    display: block;
    width: 100%;
    max-width: 228px;
    height: 100%;
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto
}
.logo a {
    display: block;
    width: 100%;
    max-width: 228px;
    height: 100%;
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto
}

.nav {
    border-left: 1px solid #5c5957;
    border-right: 1px solid #5c5957;
    padding: 0;
}

.nav-list {
    border-top: 1px solid #5c5957;
    height: 40px;
    margin-top: 30px;
    display: flex;
}

.nav-list>li {
    flex: auto;
    height: 100%;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-left: 1px solid #5c5957;
    position: relative;
}

.nav-list>li .nav-p {
    position: relative;
    overflow: hidden;
}

.nav-list>li:first-child {
    border-left: none;
}

.nav-list>li .nav-p a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
    background: #4b453e;
    transition: all 0.1s linear;
}

.nav-list-2 {
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    display: none;
    background: rgba(17, 17, 17, 0.44);
}

.nav-list-2 li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.nav-list>li:hover .nav-p a,
.nav-list .nav-on .nav-p a {
    top: 0;
    transition: all 0.3s linear;
}

.nav-list>li:hover .nav-list-2 {
    display: block;
}

.nav-list-2 li a:hover {
    background: #4b453e;
}

.pro-tab-box {
    display: none;
}

.pro-tab-box-show {
    display: block;
}

.follow {
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.follow-con {
    float: right;
    height: 20px;
    margin-right: 3rem;
    margin-top: 12px;
}

.follow-con span {
    line-height: 20px;
    float: left;
    opacity: 0.54;
}

.follow-con a {
    float: left;
    display: inline-block;
    width: 25px;
    height: 20px;
    opacity: 0.7;
    margin-left: 1rem;
}

.follow-con a:hover {
    opacity: 1;
}

a.weixin {
    background: url(img/weixin.png) no-repeat center;
    background-size: 23px auto;
}

a.weibo {
    background: url(img/weibo.png) no-repeat center;
    background-size: 25px auto;
}

.swiper-button-white {
    background-color: rgba(0, 0, 0, 0.4);
}

.am-slides .bannerp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    height:820px;
	background:rgba(17, 17, 17, 0.44);
}

.licheng-tab-barcon .swiper-button-prev {
    margin-top: -9px;
    background-color: rgba(0, 0, 0, 0);
    left: 0;
}

.licheng-tab-barcon .swiper-button-next {
    margin-top: -9px;
    background-color: rgba(0, 0, 0, 0);
    right: 0;
}

.bannerpbox {
    /*height: calc(102% - 70px);
    margin-top: 70px;
    font-size: 60px;
    font-weight: lighter;
    color: #e9e9e9;
    font-family: 'Humanist521BT-Light';*/
    position: absolute;
    top:50%;
    width:100%;
    text-align:center;
}

.bannerpbox span {
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.bannerpbox span:first-child {
    font-size: 60px;
    font-family: 'GOTHIC';
}

.am-slider-b2 .am-direction-nav a {
    background: none;
    width: 32px;
    height: 32px;
    line-height: 40px;
}

.am-slider-b2 .am-direction-nav a:before {
    font-size: 30px;
    line-height: 40px;
    font-weight: lighter;
}






/* 轮播上的表单 */

.index-form {
    position: absolute;
    z-index: 100;
    bottom: 3%;
    left: 50%;
    width: 1210px;
    height: 240px;
    padding: 15px 145px;
    background: rgba(148, 148, 148, .54);
    color: #fff;
    margin-left: -605px;
}

.index-form h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}

.index-form .input-box {
    margin-bottom: 12px;
}

.index-form .input-box input {
    color: #fff;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 8px;
    margin-right: 35px;
    background: rgba(45, 43, 41, .6);
    border: 1px solid rgba(100, 100, 100, .5);
}

.index-form .input-box input:last-of-type {
    margin-right: 0;
}

.index-form .xuqiu {
    width: 100%;
    font-size: 16px;
    padding-left: 8px;
    background: rgba(45, 43, 41, .6);
    border: 1px solid rgba(100, 100, 100, .5);
    min-height: 75px;
    line-height: normal;
    margin-bottom: 12px;
    color: #fff;
}

.index-form .btn-box .submit {
    width: 94px;
    height: 30px;
    line-height: 28px;
    background: rgba(45, 43, 41, .9);
    border: 1px solid rgba(100, 100, 100, .5);
    color: #fff;
}

.index-form input::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #fff;
}

.index-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #fff;
}

.index-form input::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #fff;
}

.index-form input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #fff;
}

.index-form textarea::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #fff;
}

.index-form textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #fff;
}

.index-form textarea::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #fff;
}

.index-form textarea:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #fff;
}


.action {
    position: absolute;
    width: 1px;
    height: calc(100% - 70px);
    left: 50%;
    top: 70px;
    z-index: 1000;
}

.action span {
    position: absolute;
    border-left: 1px solid #fff;
    opacity: 0.42;
    height: calc(50% - 70px);
    left: 50%;
    bottom: 0;
}

.action span:first-child {
    top: 0;
}

.service {
    background: url(img/fuwu-bg.jpg);
    background-size: cover;
    padding: 6.4rem 0 7rem;
}

.maintitle {
    font-size: 30px;
    line-height: 24px;
    color: #444;
    text-align: center;
    position: relative;
}
.maintitle p{
    font-weight:600;
}
.maintitle p:last-child{
    margin-top: 40px;
}
.maintitle span {
    font-size: 14px;
    color: #a5a5a5;
    line-height: 12px;
    font-family: 'futitle';
    text-transform: uppercase;
}

.service-content {
    margin: 7rem auto 0;
    max-width: 1070px;
}

.service-content li {
    cursor: pointer;
}

.service-img img {
    transition: all 0.5 linears;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
}

.service-p {
    height: 180px;
    position: relative;
    background: #fff;
    transition: all 0.5s linear;
}

.service-p-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 180px;
    font-size: 180px;
    text-align: center;
    font-family: 'Arial';
    text-transform: uppercase;
    color: #272727;
    opacity: 0.6;
    transition: all 0.5s linear;
}

.service-p-bg img {
    width: 100%;
    height: 100%;
}

.service-p-con {
    width: 100%;
    position: absolute;
    font-size: 14px;
    font-family: 'Arial';
    height: 100%;
    line-height: 18px;
    padding: 0 1rem;
    color: rgba(39, 39, 39, 0.41);
    text-align: center;
    text-transform: uppercase;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    transition: all 0.5s linear;
}

.service-p-con span {
    font-family: '微软雅黑';
    display: block;
    font-size: 18px;
    color: #272727;
    line-height: 24px;
    margin-bottom: 10px;
    transition: all 0.5s linear;
    font-weight: 600;
}

.service-content li:hover img {
    transition: all 0.5s linear;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.service-content li:hover .service-p {
    transition: all 0.5s linear;
    /*background: red;*/
}

.service-content li:hover .service-p-bg {
    color: #fff;
    transition: all 0.5s linear;
}

.service-content li:hover .service-p-con {
    color: rgba(255, 255, 255, 0.41);
    transition: all 0.5s linear;
    background: rgba(186,66,78,1);
}

.service-content li:hover .service-p-con span,
.service-content li:hover .service-p-con p {
    color: #fff;
    transition: all 0.5s linear;
}

.project {
    padding: 6.4rem 0 7rem;
    background: #f4f4f4;
}

.project-tab-bar {
    text-align: center;
    margin-top: 5rem;
}

.project-tab-bar span {
    display: inline-block;
    font-size: 14px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    margin: 0 5px;
    background: #f5f5f5;
    cursor: pointer;
}

.project-tab-bar span.tab-on,
.project-tab-bar span:hover {
    background: #ba424e;
    border-color: #ba424e;
    color: #fff;
    transition: all 0.5s linear;
}

.project-tab-content {
    overflow: hidden;
    margin: 5rem auto 0;
    width: 100%;
    max-width: 1740px;
    padding: 0 20px;
}

.project-tab-box {
    padding: 0 5px;
    margin-bottom: 4.4rem;
    float: left!important;
}

.project-img {
    overflow: hidden;
    height: 200px;
}

.project-tab-box img {
    transition: all 0.5s linear;
}

.project-tab-box:hover img {
    transform: scale(1.08, 1.08);
    transition: all 0.5s linear;
}

.project-p {
    padding: 1rem 0;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    padding-left: 0;
    transition: all 0.5s linear;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.project-p span {
    opacity: 0.4;
}

.project-p i {
    position: absolute;
    display: block;
    width: 3rem;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -1px;
    transition: all 0.3s linear;
}

.project-tab-box:hover .project-p {
    padding-left: 10px;
    color: #ba424e;
    transition: all 0.5s linear;
}

.project-tab-box:hover .project-p p:before {
    content: '> ';
}

.project-tab-btn,
.lecture-tab-btn {
    text-align: center;
    height: 42px;
    vertical-align: middle;
}

.project-tab-btn a,
.lecture-tab-btn a {
    display: inline-block;
    height: 42px;
    width: 62px;
    line-height: 42px;
    vertical-align: middle;
}


.project-tab-btn a.page-num-current{
    color: #ba424e;
	font-weight:bold;
	
}

.project-tab-btn a.project-tab-prev {
    background: url(img/pro-tab-l.png) no-repeat center;
}

.project-tab-btn a.project-tab-next {
    background: url(img/pro-tab-r.png) no-repeat center;
}

.project-tab-btn a.project-tab-more {
   /* background: url(img/tab-more.jpg) no-repeat center;*/
    border: 1px solid #dfdfdf;
    transition: all 0.3s linear;
}

.project-tab-btn a.project-tab-more:hover {
    box-shadow: 0 0 1rem #666 inset;
    transition: all 0.3s linear;
}

.aboutus {
    padding: 12rem 0;
}

.aboutus-content {
    overflow: hidden;
}

.aboutus-video {
    padding: 0;
    position: relative;
    background: #000;
}

.video_playbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

a.video_play {
    display: block;
    width: 4.6rem;
    height: 4.6rem;
    background: url(img/video_play.png) no-repeat center;
    background-size: 4.6rem 4.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.3rem;
    margin-left: -2.3rem;
}

.aboutus-title p {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 1rem;
}

.aboutus-title span {
    font-size: 12px;
    font-family: 'futitle';
    text-transform: uppercase;
    opacity: 0.4;
}

.aboutus-p {
    padding-left: 5rem;
}

.aboutus-p-content {
    margin-top: 2rem;
    font-size: 14px;
    line-height: 24px;
    color: #5e5e5e;
}

.aboutus-p-bottom {
    margin-top: 3rem;
    /*border-top: 1px solid #e6e6e6;*/
    height: 42px;
    overflow: hidden;
}

.aboutus-p-bottom a {
    text-align: center;
    display: block;
    width: 233px;
    overflow: hidden;
    transition: all 0.5s linear;
}

.aboutus-p-bottom a span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 42px;
    color: #fff;
    background: #383838;
    text-transform: uppercase;
    font-family: 'futitle';
}

.aboutus-p-bottom a span:last-child {
    background: #ba424e;
}

.aboutus-p-bottom a:hover {
    transition: all 0.5s linear;
    margin-top: -42px;
}

.lecture {
    background: url(img/designer-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.lecture-content {
    margin-top: 2rem;
    overflow: hidden;
    /*height: 540px;*/
}

.lecture-left {
    padding: 0;
    position: relative;
}

.lecture-left-img {
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding: 0;
}

.lecture-left-imgbox {
    overflow: hidden;
}

.lecture-left-imgp {
    padding: 2rem 3px;
    text-align: center;
    font-size: 16px;
    line-height: 2.5rem;
    height: 12rem;
}

.lecture-left-imgp span {
    font-size: 14px;
}

.n-list .lecture-left-imgp {
    height: 14rem;
}

.lecture-left-bar {
    position: absolute;
    width: 50%;
    height: 100%;
}

.bar-bg-left,
.bar-bg-right {
    text-transform: uppercase;
    font-family: 'COPRGTB';
    position: absolute;
    color: #636363;
}

.bar-bg-left {
    font-size: 20px;
    right: 25%;
    bottom: 3rem;
    opacity: 0.25;
}

.bar-bg-right {
    font-size: 24px;
    right: 25%;
    bottom: 5rem;
}

.kuang {
    position: absolute;
    border: 4px solid #9fa0a0;
    height: 100%;
    width: 34%;
    left: 20%;
}

.lecture-tab-btn a.lecture-tab-prev {
    background: url(img/lec-tab-l.jpg) no-repeat center;
}

.lecture-tab-btn a.lecture-tab-next {
    background: url(img/lec-tab-r.jpg) no-repeat center;
}

.lecture-tab-btn a.lecture-tab-more {
    background: url(img/tab-more2.jpg) no-repeat center;
    border: 1px solid #dfdfdf;
    transition: all 0.3s linear;
}

.lecture-tab-btn a.lecture-tab-more:hover {
    box-shadow: 0 0 10px #666 inset;
    transition: all 0.3s linear;
}

.lecture-right {
    margin-top: 6rem;
    padding-left: 4rem;
    color: #4d4d4d;
}

.lecture-title {
    font-size: 24px;
    color: #4d4d4d;
}

.lecture-title span {
    font-size: 14px;
}

.lecture-smalltitle {
    margin-top: 4rem;
    font-size: 16px;
}

.lecture-smalltitle:first-child {
    margin-top: 0;
}

.lecture-pbox {
    margin-top: 1rem;
    font-size: 12px;
    line-height: 22px;
    opacity: 0.8;
}

.advantage {
    background: url(img/buidac.jpg) center;
    background-attachment: fixed;
    background-size: cover;
}

.advantage .maintitle {
    color: #fff;
    padding-top: 6rem;
    background: rgba(0, 0, 0, 0.5)
}

.advantage-content {
    padding-top: 4rem;
    color: #fff;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5)
}

.advantage-tp {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    transition: all 0.5s linear;
}

.advantage-tp p,
.advantage-bp p {
    width: 100%;
}

.advantage-bigtitle,
.advantage-tp,
.advantage-bp,
.advantage-box hr {
    max-width: 304px;
    margin: 0 auto;
}

.advantage-bigtitle {
    font-size: 40px;
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'fzltthjw';
}

.advantage-box hr {
    margin: 1rem auto;
}

.advantage-tp {
    font-size: 16px;
    opacity: 0.8;
    line-height: 20px;
    height: 40px;
}

.advantage-bp {
    font-size: 14px;
    color: #b3b3b3;
    line-height: 24px;
}

.advantage-box {
    height: 300px;
}

.diary {
    padding-top: 7rem;
}

.sheji-title hr {
    color: #e8e8e8;
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0;
}

.sheji-title {
    position: relative;
    height: 20px;
    text-align: center;
    margin-top: 5px;
}

.sheji-title span {
    padding: 0 5px;
    background: #fff;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    position: relative;
    z-index: 20;
    font-family: 'futitle';
    text-transform: uppercase;
    color: #a1a1a1;
    font-size: 12px;
    top:-4px;
}

.diary-tab {
    position: absolute;
    overflow: hidden;
    height: 24px;
    top: 0;
    right: 0;
}

.diary-tab a {
    display: block;
    width: 12px;
    float: left;
    margin-left: 28px;
    height: 24px;
}

.diary-tab-l {
    background: url(img/dairy-tab-l.jpg) no-repeat center;
}

.diary-tab-r {
    background: url(img/dairy-tab-r.jpg) no-repeat center;
}

.diary-content {
    margin-top: 5rem;
    overflow: hidden;
}

.diary-img,
.diary-date,
.diary-title,
.diary-fenge,
.diary-p {
    max-width: 480px;
    margin: 0 auto;
    transition: all 0.5s linear;
}

.diary-box {
    display: block;
}

.diary-img {
    overflow: hidden;
    height: 150px;
    margin-bottom: 1.5rem;
}

.diary-date {
    color: #797979;
    opacity: 0.68;
    display: block;
}

.diary-title {
    color: #505050;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 25px;
}

.diary-fenge {
    position: relative;
    margin: 1.5rem auto;
}

.diary-fenge hr {
    margin: 0;
}

.diary-fenge hr:last-child {
    position: absolute;
    width: 1rem;
    border-color: #000;
    margin-top: -1px;
}

.diary-p {
    font-size: 12px;
    color: #979797;
    line-height: 24px;
    height: 75px;
}

footer {
    background: #121212;
    padding-top: 20px;
    clear: both;
}

.youqinglist {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
}

.youqinglist a {
    display: inline-block;
    opacity: 0.7;
    margin-left: 40px;
}

.youqinglist a:hover {
    opacity: 1;
    color: #ba424e;
}

.am-gotop-default {
    margin: 0;
    height: 80px;
}

a.gotop {
    width: 140px;
    height: 50px;
    margin: 30px auto 0;
    background: url(img/gotop.jpg) no-repeat center;
    background-size: cover;
}

.footer-bottom {
    background: #262526;
    overflow: hidden;
}

.foot-logo {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    transition: all 0.5s linear;
}

.footer-bottom-con {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}

.footer-bottom-left {
    position: relative;
}

.foot-logo {
    position: absolute;
    height: 100%;
}

.foot-logo img {
    max-width: 142px;
}

.foot-message {
    border-left: 1px solid #fff;
}

.foot-message p {
    padding-left: 32px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
    color: #fff;
    opacity: 0.75;
}

.foot-message p {
    background: url(img/foot-icon03.jpg) no-repeat left center;
    background-size: 22px auto;
}

.foot-message p:first-child {
    background: url(img/foot-icon01.jpg) no-repeat left center;
    background-size: 22px auto;
}

.foot-message p:last-child {
    background: url(img/foot-icon02.jpg) no-repeat left top;
    background-size: 22px auto;
    margin-bottom: 0;
}

.footer-bottom-right {
    color: #d1d1d1;
    font-size: 12px;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    transition: all 0.5s linear;
}

.footer-bottom-right {
    position: absolute;
    right: 0;
    height: 100%;
    text-align: center;
}

.footer-bottom-right span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-right a:hover {
    color: rgba(186, 66, 78, 1);
}

.n-ye {
    background: url(img/wen-bg.jpg) repeat;
}

.nbanner {
    position: relative;
}

.nbanner span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.62);
}

.fenye {
    display: inline-block;
    text-align: center;
    line-height: 42px;
    vertical-align: middle;
}

.fenye a {
    width: 40px;
    font-size: 16px;
}

.fenye a:hover,
.fenye a.fenye-on {
    background: #303030;
    color: #fff;
    transition: all 0.3s linear;
}

.yp-news-content {
    width: 1200px;
    margin: auto;
}

.news-n {
    width: 1200px;
}

.yp-news-content .right-info {
    width: 442px;
    margin-top: 5rem;
}

.right-info .jiudian-title {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: #747474;
}

.right-info .jiudian-img {
    width: 100%;
    height: auto;
    margin-bottom: 47px;
}

.right-info .related-news-title {
    color: #333;
    font-size: 24px;
    padding-left: 8px;
}

.right-info .related-news-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 44px;
    padding-left: 10px;
    background: url(img/li-point.png) no-repeat left center;
}

.right-info .related-news-list li a {
    font-size: 14px;
    color: #666;
}

.right-info .related-news-list li a:hover {
    text-decoration: underline;
}


.news-n .diary-fenge hr:last-child {
    border-color: #ba424e;
    width: 1.5rem;
}

.news-n .diary-p {
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-n .diary-box {
    margin-bottom: 2rem;
	/*white-space:nowrap;*/text-overflow:ellipsis;overflow:hidden;
}

.news-n-contentr .diary-box {
    margin-bottom: 0;
}

.news-n {
    padding-bottom: 7rem;
}

.project-xiangqing {
    padding-top: 8rem;
}

.pro-title {
    font-family: 'fzltthjw';
    text-align: center;
    color: #4d4d4d;
    font-size: 30px;
}

.pro-head-message {
    text-align: center;
    font-size: 14px;
    margin: 3rem auto;
}

.pro-head-message-top span {
    padding: 0 5px;
    color: #b92b2b;
}

.pro-head-message-bottom span {
    padding: 0 13px;
}

.pro-head-message h5 {
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.pro-lilun {
    margin-top: 6rem;
    overflow:hidden;
}

.top-line,
.bottom-line {
    width: 1px;
    height: 10rem;
    margin: 10px auto;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.top-line span,
.bottom-line span {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    left: -3px;
}

.bottom-line span {
    bottom: 0;
}

.pro-lilun-p {
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #323232;
}

.pro-lilun-bottomtitle {
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    font-family: 'fzltthjw';
    color: #474747;
    opacity: 0.46;
}

.pro-ziyou-bigtitle {
    position: relative;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.pro-ziyou-bigtitle hr {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    border-top: 1px solid rgba(38, 38, 38, 0.3);
}

.pro-ziyou {
    margin-top: 6rem;
}

@media screen and (max-width: 1024px) {
    .pro-ziyou {
        width: 90%;
    }
    .pro-ziyou img {
        width: auto;
        max-width: 100%;
    }
}

.pro-ziyou-bigtitle span {
    display: inline-block;
    margin: 0 auto;
    height: 24px;
    width: auto;
    padding: 0 12px;
    background: url(img/wen-bg.jpg) repeat;
    z-index: 20;
    position: relative;
}

.pro-ziyou-content {
    padding: 3rem 0;
    overflow:hidden;
}

.pro-ziyou-content img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.pro-bottom {
    color: #474747;
    font-size: 18px;
    text-align: center;
    margin-top: 3rem;
}

.pro-bottom a {
    padding-right: 10px;
}

.quanguo {
    color: #c03834;
}

.kefu {
    display: block;
    margin: 5rem auto 10rem;
    width: 110px;
    font-size: 16px;
    color: #c03834;
}

.kefu-img {
    width: 4rem;
    margin: 0 auto;
}

.kefu p {
    text-decoration: underline;
}

.map {
    margin-top: 5rem;
}

.map-message {
    overflow: hidden;
}

.map-title {
    color: #474747;
    font-size: 24px;
    text-align: center;
    font-family: 'Arial';
}

.map-content p{
    font-size: 14px;
}
.map-content.site p{
    padding-left:70px;
    position: relative;
}
.map-content p label{
    position: absolute;
    top:0;
    left:0;
    font-weight:400;
}
.map-content .red {
    font-size: 16px;
    color: #c11111;
}

.map-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
}

.map-icon01 {
    background: url(img/map-icon01.png) no-repeat center;
    background-size: auto 100%;
}

.map-icon02 {
    background: url(img/map-icon02.png) no-repeat center;
    background-size: 100% auto;
}

.map-icon03 {
    background: url(img/map-icon03.png) no-repeat center;
    background-size: 100% 100%;
}

.map-box-top {
    /*width: auto;*/
    overflow: hidden;
    padding: 0;
}

.map-imgbox {
    float: left;
    margin-left: 0rem;
}

.map-message {
    margin-top: 6rem;
    margin-bottom: 7rem;
}

.news-n {
    /*margin-top: 5rem;*/
    overflow: hidden;
}

.news-n-title {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #2b2b2b;
}

.news-n-title span {
    font-size: 12px;
    color: #838383;
}

.news-n-title h5 {
    margin-top: 25px;
}

.news-fenge {
    height: 6px;
    background: url(img/news-bg.png) repeat-x;
    margin-top: 5px;
}

.btn-box .btn {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #999;
}

.btn-box .prev {
    padding-left: 50px;
    background: url(img/arrow-prev.png) no-repeat left center;
}

.btn-box .prev:hover {
    color: #ba424e;
    background: url(img/arrow-prev-red.png) no-repeat left center;
}

.btn-box .next {
    padding-left: 50px;
    background: url(img/arrow-next.png) no-repeat left center;
}

.btn-box .next:hover {
    color: #ba424e;
    background: url(img/arrow-next-red.png) no-repeat left center;
}


.related-case-list {
    height:435px;
    clear: both;
    background:rgba(153,153,153,.6);
}

.related-case-list .case-li {
    width: 33%;
    height: 215px;
    position: relative;
    float: left;
    overflow: hidden;
    background:#fff;
}
.related-case-list .case-li:nth-child(2){
    width:34%;
    padding: 0 0.5%;
}
.related-case-list .case-li:nth-child(4){
    width:33.5%;
    padding-right:0.5%;
	margin-top:5px;
}
.related-case-list .case-li:nth-child(5){
    width:66.5%;
    padding-top:88px;
    background:transparent;
	margin-top:5px;
}
.related-case-list .case-li:nth-child(5) .maintitle p{
    font-size: 28px;
}
.related-case-list .case-li:nth-child(5) .maintitle span{
    font-size: 16px;
}
.related-case-list .case-li img {
    width: 100%;
    height: 100%;
}

.related-case-list .case-li .case-title {
    position: absolute;
    top: 72px;
    left: 40px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 3px solid #ba424e;
}

.related-case-list .case-li .shadow-box {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .57);
    color: #fff;
    padding: 72px 40px 0 40px;
    margin:0 auto;
}
.related-case-list .case-li:nth-child(2) .shadow-box{
    left:1.5%;
    right:1.5%;
    width:auto;
}
.related-case-list .case-li:nth-child(4) .shadow-box{
    right:1.5%;
    width:auto;
}
.related-case-list .shadow-box .shadow-case-title {
    font-size: 18px;
    padding-bottom: 3px;
}

.related-case-list .case-li:hover .shadow-box {
    display: block;
}

.related-case-list .case-li:hover .case-title {
    display: none;
}

.related-case-list .case-li-double {
    width: 66.66%;
}


.news-n-content {
    padding: 2rem 0;
    text-indent: 2em;
}

.news-n-content img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.service-xiangqing-big {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
}

.service-xiangqing {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
}

.service-xiangqing-con {
    width: 80%;
    background: #fff;
}

.service-xiangqing-content {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.close {
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(img/close.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 1rem;
    right: 1rem;
    transition: all 0.3s linear;
}

.close:hover {
    transition: all 0.3s linear;
    transform: rotate(90deg);
}

.service-xiangqing-bigtitle p {
    font-size: 30px;
    line-height: 30px;
}

.service-xiangqing-bigtitle span {
    font-size: 12px;
    color: #272727;
    font-family: 'Arial';
    opacity: 0.75;
    line-height: 12px;
}

.service-xiangqing-p {
    padding-top: 3rem;
    color: #272727;
}

.service-xiangqing-box {
    margin-top: 3rem;
}

.service-xiangqing-boxtitle {
    font-size: 20px;
}

.service-xiangqing-boxp {
    font-size: 14px;
    opacity: 0.75;
    line-height: 18px;
}

.diary-show {
    padding-top: 6rem;
}

.diary-tab-bar {
    position: relative;
}

.diary-tab-bar hr {
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
}

.diary-tab-bar-con ul {
    overflow-y: auto;
    overflow-x: hidden;
}

.diary-tab-target {
    width: 5rem;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.diary-tab-target img {
    width: 4rem;
    height: 4rem;
}

.diary-tab-target img.target-show1,
.diary-tab-target img.target-show2 {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -2rem;
    opacity: 0;
    transform: scale(1.3, 1.3);
    transition: all 0.3s linear;
}

.diary-tab-target:hover img.target-show1,
.target-on img.target-show1 {
    opacity: 0.5;
    transform: scale(1, 1);
    transition: all 0.5s linear;
}

.diary-tab-target:hover img.target-show2,
.target-on img.target-show2 {
    opacity: 0.5;
    transform: scale(1, 1);
    transition: all 0.5s 0.3s linear;
}

.diary-tab-con {
    overflow: hidden;
    margin: 6rem auto;
}

.diary-tab-con-p {
    color: #272727;
}

.diary-tab-ptitle {
    font-size: 30px;
}

.diary-tab-ptitle span {
    font-size: 14px;
    opacity: 0.75;
}

.diary-tab-pbox {
    margin-top: 4rem;
}

.diary-tab-pboxtitle {
    font-size: 20px;
}

.diary-tab-pboxcon {
    font-size: 14px;
    opacity: 0.75;
}

.diary-tab-pboxlist a {
    display: block;
    font-size: 16px;
    opacity: 0.75;
    line-height: 40px;
    padding-left: 17px;
    background: url(img/diary-a-bg.png) no-repeat left 15px;
}

.diary-tab-pboxlist a:hover {
    opacity: 1;
}

.aboutus-designer-show {
    overflow: hidden;
    /* margin-top: 5rem;*/
    position: relative;
}

.aboutus-designer-p {
    position: absolute;
    height: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
}

.aboutus-designer-pbox {
    width: 100%;
    border-top: 1px solid rgba(38, 38, 38, 0.14);
    border-bottom: 1px solid rgba(38, 38, 38, 0.14);
    padding: 1rem 2rem;
}

.aboutus-designer-img {
    padding: 24px;
    position: relative;
}

.aboutus-designer-img-tl {
    position: absolute;
    width: 90%;
    height: 70%;
    top: 0;
    left: 0;
    border-top: 2px solid rgba(38, 38, 38, 0.14);
    border-left: 2px solid rgba(38, 38, 38, 0.14);
}

.aboutus-designer-img-br {
    position: absolute;
    width: 90%;
    height: 70%;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid rgba(38, 38, 38, 0.14);
    border-right: 2px solid rgba(38, 38, 38, 0.14);
}
.aboutus-designer-img .aboutus-designer-imgbox{
    height:452px;
    padding:76px;
}
.aboutus-designer-img .aboutus-designer-imgbox img{
    width:300px;
    height:300px;
}
.aboutus-designer-pbox {
    color: #292929;
}

.aboutus-designer-name {
    font-size: 26px;
}

.aboutus-designer-position {
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    margin: 1.5rem 0;
}

.aboutus-designer-message {
    font-size: 14px;
    line-height: 24px;
    color: #252525;
}

.aboutus-designer-list {
    margin-top: 5rem;
    padding-bottom: 4rem;

    margin-bottom: 2rem;
}

.aboutus-designer-list .swiper-container {
    border-bottom: 1px solid #8b8e8f;
}

.licheng {
    background-position: center;
    background-size: cover;
    padding-top: 7rem;
    overflow: hidden;
}

.licheng-tab-bar {
    position: relative;
}

.licheng-tab-barbg {
    width: 100%;
    max-width: 1320px;
    height: 26px;
    position: relative;
}

.licheng-tab-barbg hr {
    position: absolute;
    width: calc(100% - 46px);
    height: 2px;
    border-top: 2px solid #b7b5af;
    top: 50%;
    left: 23px;
}

.licheng-tab-barcon {
    width: 100%;
    position: absolute;
    bottom: 6px;
    padding: 0 23px;
}

.jian-l {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 26px;
    background: url(img/licheng-l.png);
}

.jian-r {
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 26px;
    background: url(img/licheng-r.png);
}

.licheng-point span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(254, 254, 254, 0.65);
    margin: 10px auto 0;
    position: relative;
    z-index: 20;
}

.licheng-point {
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.licheng-point hr {
    width: 100%;
    height: 2px;
    border-top: 2px solid #b4515e;
    position: absolute;
    left: -50%;
    bottom: 3px;
    display: none;
    margin-left: 6px;
}

.licheng-point-on span {
    background: #ba132e;
}

.licheng-point-on hr {
    display: block;
}

.licheng-tab-con {
    margin-top: 15rem;
    margin-bottom: 10rem;
}

.licheng-tab-content {
    float: right;
    padding: 0;
}

.licheng-tab-contentbg {
    background: rgba(0, 0, 0, 0.4);
    padding: 2rem 4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.licheng-tab-p {
    position: relative;
    color: #fff;
    display:none;
}
.licheng-tab-p.active{
    display:block;
    -webkit-animation: licheng 1s;
    -o-animation: licheng 1s;
    animation: licheng 1s;
}
@keyframes licheng {
    0%{
        left: 100px;
        opacity: 0;
    }
    100%{
        opacity: 0.8;
        left: 0;
    }
}
.licheng-tab-ptitle {
    font-size: 24px;
    line-height: 28px;
}

.licheng-tab-pcon {
    margin-top: 3rem;
    font-size: 16px;
    line-height: 28px;
}

.dingwei {
    overflow: hidden;
    margin: 3rem auto;
    position: relative;
}

.dingwei-p {
    position: absolute;
    right: 0;
    height: 100%;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
}

.dingwei-pcon {
    border-top: 1px solid rgba(38, 38, 38, 0.14);
    border-bottom: 1px solid rgba(38, 38, 38, 0.14);
    padding: 3rem 1rem;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 3rem;
}

.bigger {
    font-size: 22px;
}

.dingwei-pcon h3 {
    font-size: 28px;
}

.xinfa {
    background: url(img/xinfa-bg.png) no-repeat center;
    background-size: cover;
    padding: 8rem 1rem 10rem;
}

.xinfa-con {
    max-width: 842px;
    border-top: 1px solid rgba(38, 38, 38, 0.14);
    border-bottom: 1px solid rgba(38, 38, 38, 0.14);
    padding: 3rem 1rem;
    font-size: 18px;
    color: #2c2c2c;
    line-height: 4rem;
    text-align: center;
}

.hezuo {
    overflow: hidden;
    margin-top: 2rem;
    margin-bottom: 15rem;
}

.hezuo-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.hezuo-list {
    overflow: hidden;
}

.hezuo-img {
    float: left;
    width: 18%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1rem 1%;
    height: 15rem;
}






/* .hezuo-img i{
    display: inline-block;
    height: 100%;
    margin-left: -1px;
}
.hezuo-img img{
    vertical-align: middle;
    display: inline-block;
    margin-top: -100%;
} */

.hezuo-box {
    /* margin-top: 8rem;*/
}

.ui-navi {
    font-size: 18px;
    position: fixed;
    z-index: 100;
    top: 50%;
    margin-top: -180px;
    left: 15px;
    transition: left 1200ms linear;
    left: 15px;
    display: none;
}

.ui-navi ul li {
    margin-bottom: 40px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

.ui-navi .i {
    display: block;
    width: 100px;
    line-height: 1em;
    color: #3a3a3a;
    position: relative;
    transition: margin-bottom 600ms linear;
    padding-bottom: 0;
}

.ui-navi .i.on {
    padding-bottom: 95px;
}

.ui-navi .i span {
    margin-left: 4px;
    opacity: 0;
}

.ui-navi .i.on span,
.ui-navi .i:hover span {
    opacity: 1;
}

.ui-navi .i:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20px;
    left: 10px;
    transition: height 600ms linear;
    height: 0;
}

.ui-navi .i.on:after {
    height: 130px;
}

.ui-navi ul li:last-child {
    margin-bottom: 0;
}

.ui-navi li:last-child .i:after {
    display: none;
}

.mobile-nav {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: auto;
    background: rgba(17, 17, 17, 0.44);
    padding: 0.5rem 1rem 1rem;
    overflow: hidden;
}

.mobile-nav-btn {
    display: block;
    float: left;
    width: 3rem;
    height: 3rem;
    background: url(img/mb-nav-btn.png) no-repeat center;
    background-size: cover;
}

.mobile-nav-top {
    overflow: hidden;
}

.mobile-logo {
    float: right;
}

.mobile-nav-con {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 20px;
    display: none;
}

.mobile-nav-list {
    overflow: hidden;
    /*border: 0.5px solid rgba(255,255,255,0.4);*/
    margin-top: 10px;
    /* background: rgba(0,0,0,0.6); */
}

.mobile-nav-list a {
    padding: 0 10px;
    color: #fff;
    display: block;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    /*border: 0.5px solid rgba(255,255,255,0.4);*/
}

.mobile-nav-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    /* background: rgba(0,0,0,0.6); */
    color: #fff;
    padding: 10px;
    line-height: 48px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.mobile-nav-bottom span {
    display: inline-block;
    float: none;
    height: 24px;
    line-height: 24px;
    vertical-align: bottom;
}

.mobile-nav-bottom a {
    display: inline-block;
    float: none;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    vertical-align: bottom;
}

.mbnav-on p {
    color: #ba424e;
    font-weight: bold;
}

.mbnav-on p:before {
    content: '>';
    margin-right: 10px;
}

.mbnav-on p:after {
    content: '<';
    margin-left: 10px;
}

.diary-box:hover .diary-title {
    padding-left: 1rem;
    color: #ba424e;
    transition: all 0.3s linear;
}

.diary-box:hover .diary-fenge hr:last-child {
    position: absolute;
    width: 100%;
    border-color: #ba424e;
    margin-top: -1px;
    transition: all 0.5s linear;
}

.aboutus-designer-list .swiper-slide {
    padding: 2px;
}

.bu-sheji-point-on {
    background: #b4515e;
}

.bu-sheji-point-on {
    color: #fff;
}

.erweima,
.erweima2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    top: 0;
    display: none;
}

.erweima-box {
    width: 250px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -175px;
    margin-left: -125px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    padding: 10px;
}

.erweima-img {}






/*kefu*/

.kefu2 {
    width: 40px;
    height: 160px;
    position: fixed;
    top: 40%;
    right: 10px;
    margin-top: -100px;
    z-index: 100;
}

.kefu2 a {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    background-color: #aaaaaa;
}

.kefu-icon1 {
    background: url(img/rt-icon1.png) no-repeat center center;
}

.kefu-icon2 {
    background: url(img/rt-icon2.png) no-repeat center center;
}

.kefu-icon4 {
    background: url(img/rt-icon4.png) no-repeat center center;
    background-size: 25px 25px;
}

.kefu-icon3 {
    background: url(img/tel.png) no-repeat center center;
    background-size: 25px 25px;
    z-index: 10000;
    position: relative;
}

.kefu-icon5 {
    background: url(img/rt-icon5.png) no-repeat center center;
}






/* .kefu a:hover{ background-color:#af0005; } */

.dlka5:hover {
    background-color: #af0005;
}

.kefu-icon1:hover {
    background-color: #af0005;
}

.kefu-icon2:hover {
    background-color: #af0005;
}

.kefu-icon3:hover {
    background-color: #af0005;
}

.kefu-icon1 {
    margin-top: 5px;
}

.kefu2 a:hover {
    background-color: #af0005;
}

.dlka5 {
    width: 40px;
    height: 40px;
    background: url(img/rt-icon3.png) no-repeat center center;
    z-index: 10000;
    background-color: #aaaaaa;
}

.cbbfixed {
    position: fixed;
    transition: bottom ease .3s;
    z-index: 3;
    cursor: pointer;
}

.cbbfixed .cbbtn {
    width: 40px;
    height: 40px;
    display: block;
    background: url(img/rt-icon3.png) no-repeat center;
}

.cbbfixed .cweixin div {
    background: url(img/ewn.png) no-repeat;
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 45px;
    top: -25px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .2s, opacity ease .2s;
    -webkit-transition: all ease .2s;
    display: none\0;
    *display: none;
    border: 1px solid #eee;
}

.cbbfixed .cweixin:hover div {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}


.tel {
    width: 0;
    height: 40px;
    background: #aaaaaa;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    line-height: 40px;
    color: #fff;
    padding: 0;
    transition: all .3s;
    overflow: hidden;
}

.kefu-icon3:hover .tel {
    margin-left: -200px;
    transition: all .3s;
    width: 200px;
    text-align: center;
}

.kefu-icon2:hover .tel {
    margin-left: -200px;
    transition: all .3s;
    width: 200px;
    text-align: center;
}

.search {
    overflow: hidden;
    border: 1px solid #af0005;
    position: absolute;
    left: -202px;
    height: 40px;
    overflow: hidden;
    width: 0px;
    left: -1px;
    background: #aaa;
    opacity: 0;
    transition: all .3s;
}

.search-con {
    width: 200px;
    float: left;
    height: 38px;
    border: none;
    background: #aaa;
    padding-left: 10px;
}

.search-btn {
    width: 40px;
    height: 38px;
    background: #af0005 url(img/rt-icon4.png) no-repeat center;
    background-size: 25px 25px;
    border: none;
    }

.kefu-icon4:hover .search {
    opacity: 1;
    left: -202px;
    width: 242px;
    }


@media(max-width: 640px) {
    .kefu {
        display: none 
    }
    header {
        display: none;
    }
    .mobile-nav {
        display: block;
    }
    .ui-navi {
        display: none
    }
    .aboutus-designer-p {
        display: none;
    }
    .aboutus-designer-show {
        padding: 0 1rem;
        margin-top: 2rem;
    }
    .aboutus-designer-list {
        padding: 0 1rem 1rem;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
    .licheng {
        padding-top: 3rem;
    }
    .licheng-tab-con {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .licheng-tab-contentbg {
        padding: 1rem;
    }
    .licheng-tab-content {
        padding-right: 1rem;
    }
    .licheng-tab-ptitle {
        font-size: 18px;
    }
    .dingwei-p {
        position: relative;
        margin-top: 1rem;
    }
    .dingwei {
        margin: 3rem auto;
    }
    .dingwei-pcon,
    .xinfa {
        padding: 1rem;
    }
    .xinfa-con {
        padding: 1rem;
        font-size: 16px;
        line-height: 2rem;
    }
    .hezuo-box {
        margin-top: 2rem;
    }
    .hezuo {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .hezuo-title {
        padding-left: 1rem;
    }
    .foot-logo {
        display: none;
    }
    .footer-bottom-right {
        position: relative;
        margin-top: 1rem;
    }
    .footer-bottom-con {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    a.gotop {
        width: 70px;
        height: 25px;
        margin-top: 10px;
    }
    .am-gotop-default {
        height: 35px;
    }
    .bannerpbox {
        margin-top: 0;
        height: 100%;
    }
    .bannerpbox span:first-child {
        font-size: 40px;
    }
    .bannerpbox span {
        font-size: 30px;
    }
    .bannerpbox span:first-child {
        font-size: 40px;
    }
    .service,
    .project {
        padding: 2rem 1rem;
    }
    .service-p-con {
        font-size: 12px;
        padding: 0;
        display: block;
        padding-top: 10px;
    }
    .service-p-con span {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 20px;
    }
    .service-p-bg {
        font-size: 80px;
        line-height: 130px;
    }
    .service-p-bg img {
        height: 100%;
        width: 100%;
    }
    .service-content {
        margin-top: 1rem;
    }
    .service-p {
        height: 130px;
    }
    .project-tab-bar {
        margin-top: 0rem;
    }
    .project-tab-bar span {
        margin: 5px;
        width: 134px;
    }
    .project-tab-content {
        margin-top: 1rem;
        padding: 0;
    }
    .project-tab-box {
        margin-bottom: 1rem;
    }
    .aboutus {
        padding: 0 0 1rem;
    }
    .aboutus-p {
        padding: 1rem;
    }
    .aboutus-p-content,
    .lecture-content,
    .news-n {
        margin-top: 0;
    }
    .aboutus-p-bottom a {
        margin: 0 auto;
    }
    .lecture-left-bar {
        display: none;
    }
    .lecture-left-img {
        margin: 0;
        padding: 1rem;
    }
    .lecture-right {
        margin: 0;
        padding: 1rem;
    }
    .lecture-smalltitle,
    .lecture-pbox {
        margin-top: 1rem;
        display: none;
    }
    .lecture {
        padding: 2rem 0;
    }
    .advantage-bigtitle {
        font-size: 30px;
        margin-bottom: 0;
    }
    .advantage-content,
    .news-fenge {
        margin-top: 1rem;
    }
    .advantage-box {
        height: 240px;
    }
    .advantage,
    .diary {
        padding-top: 2rem;
    }
    .diary-content {
        margin-top: 1rem;
    }
    .news-n .diary-box {
       /* margin-bottom: 3rem;*/
	    margin-bottom: 2rem;
    }
    .news-n {
        padding-bottom: 2rem;
        padding-top: 1rem;
    }
    .news-n-content,
    .pro-ziyou-content {
        padding: 1rem;
    }
    .diary-show {
        padding-top: 1rem;
    }
    .diary-tab-con {
        margin: 1rem auto;
    }
    .diary-tab-pbox,
    .pro-lilun,
    .pro-bottom {
        margin-top: 1rem;
    }
    .diary-tab-target img {
        width: 3rem;
        height: 3rem;
    }
    .diary-tab-target img.target-show1,
    .diary-tab-target img.target-show2 {
        margin-left: -1.5rem;
    }
    .project-xiangqing {
        padding-top: 1rem;
    }
    .pro-title,
    .pro-lilun-bottomtitle {
        font-size: 24px;
    }
    .pro-head-message {
        margin: 1rem auto;
    }
    .top-line,
    .bottom-line {
        height: 2rem;
    }
    .kefu {
        margin: 2rem auto;
    }
    .map-message {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .map-imgbox {
        margin-left: 0;
    }
    .map-title {
        display: none;
    }
    .map {
        margin-top: 1rem;
        padding: 1rem;
    }
    .project-tab-box{
        margin-bottom:1.4rem;
    }
    .xiangguan .project-img{
        height:90px;
    }
    .xiangguan{
        margin:0
    }
    .btn-box{
        margin:0 30px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1280px) {
    .map-message_div{
        margin-bottom:6rem;
    }
    .project-tab-box{
        margin-bottom:2.4rem;
    }
    .xiangguan .project-img{
        height:130px;
    }
    .xiangguan{
        margin:0 120px;
    }
    .btn-box{
        margin:0 120px;
    }
}
@media screen and (min-width: 1280px)  {
    .map-message_div{
        margin-bottom:12rem;
    }
    .project-tab-box{
        margin-bottom:3.4rem;
    }
    .xiangguan .project-img{
        height:180px;
    }
    .xiangguan{
        margin:0 250px;
    }
    .btn-box{
        margin:0 25px;
    }
}



.aboutus-designer-list .swiper-button-prev,
.aboutus-designer-list .swiper-button-next {
    position: relative;
    margin-top: -16%;
}

.aboutus-designer-list-id .aboutus-designer-imgbox {
    max-height: 141px;
    overflow: hidden;
}

.aboutus-designer-imgp {
    padding: 15px 0;
    height: 100px;
    font-size: 12px;
    text-align: center;
}


.aboutus-designer-imgp span {
    margin-top: 10px;
    display: inline-block;
    line-height: 16px;
}

#sheji-prev {
    float: left;
    left: -37px;
    background-image: url(img/service-btnl.png);
    background-size: cover;
    opacity: 1;
}

#sheji-next {
    right: -35px;
    background-image: url(img/service-btnr.png);
    background-size: cover;
    opacity: 1;
    float: right;
}

.project-tab-box:hover i {
    width: 100%;
    background: #ba424e;
}

.diary-box[class*=am-u-]+[class*=am-u-]:last-child {
    float: left;
}

.mobile-nav-on {
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.mobile-nav-on .mobile-nav-con {
    display: block;
}






/* 联系页面表单 start */

.contact-form {
    width: 1200px;
    margin: 0 auto 26px;
    height: 324px;
    background: rgba(105, 105, 105, .77) url(img/bg-form-contact.png) no-repeat center;
    padding-top:40px;
}

.contact-form .form-title {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.contact-form .form-l,
.contact-form .form-r {
    width: 50%;
    color: #fff;
    font-size: 14px;
}

.contact-form ul li {
    margin-bottom: 19px;
}

.contact-form ul li * {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
}

.contact-form ul li input {
    border: none;
    background: rgba(191, 191, 191, .34);
    width: 160px;
    color: #fff;
}

.contact-form ul li label {
    width: 85px;
    text-align: right;
    font-weight: 400;
}

.contact-form ul li span {
    color: #d81d06;
    font-size: 20px;
    line-height: 37px;
}

.contact-form .form-l {
    padding-left: 225px;
}

.contact-form .form-r textarea {
    height: 138px;
    width: 355px;
    border: none;
    background: rgba(191, 191, 191, .34);
    color: #fff;
}

.contact-form .code {
    width: 75px;
    margin-right: 10px;
}

.contact-form .btn-send {
    width: 75px;
    border: 1px solid #fff;
    color: #fff;
    background: none;
    font-size: 16px;
}

.contact-form input::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #fff;
}

.contact-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #fff;
}

.contact-form input::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #fff;
}

.contact-form input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #fff;
}

.contact-form textarea::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #fff;
}

.contact-form textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #fff;
}

.contact-form textarea::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #fff;
}

.contact-form textarea:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color: #fff;
}






/* 联系页面表单 end */


/*轮播*/
/*限制高度问题  修改*/
/*.am-slider .am-slides>li {
    height: 820px !important;
}

.am-slider .am-slides img {
    height: 820px;
}
*/
.am-avg-sm-5>li:nth-of-type(5n+1) {
    float: left !important;
}

.am-avg-sm-5>li {
    width: 172px;
}

#show-html .pro-tab-box a {
    visibility: visible !important;
    animation-name: flipInX !important;
}






/*服务详情页*/

.thinking-content {
    width: 100%;
    overflow: hidden;
}

.thinking-content li {
    position: relative;
    width: 25%;
    height: 900px;
}

.thinking-content li img {
    width: 100%;
    height: 100%;
}

.thinking-content .cover,
.thinking-content .shadow {
    width: 100%;
    height: 100%;

    position: absolute;

    padding: 140px 20px 75px 40px;
    overflow: hidden;
}

.thinking-content .shadow_red .top_title {
    writing-mode: vertical-lr;
    writing-mode: bt-lr;
    font-size: 4rem;
    color: #ffffff;
    clear: both;
    /*display: inline-block;*/
    /* height: 690px;*/
    background-image: none;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);       /* IE 9 */
    -webkit-transform: rotate(180deg);   /* Safari and Chrome */
    -o-transform: rotate(180deg);        /* Opera */
    -moz-transform: rotate(180deg);      /* Firefox */
}

.thinking-content .mid_title {
    font-size: 40px;
    color: #ffffff;
    /* float: right;
     margin-top: 350px;*/
}

.thinking-content .min_txt {
    display: block;
    color: white;
    /*height: 150px;*/
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
}

.thinking-content .shadow_red span {
    display: block;
    width: 24px;
    height: 200px;
    background-color: rgba(192, 24, 41, 1);
    position: relative;
}

.thinking-content .shadow_red {
    width: 100%;
    height: 100%;
    background-color: rgba(143,1,16,0.8);
    position: absolute;
    bottom: -900px;
    padding: 140px 20px 75px 40px;
    z-index: 99;
    transition: bottom 0.3s linear;
    overflow: hidden;
}

.thinking li:hover .shadow_red {
    bottom: 0;
}

.advantage-fuwu-content {
    height: 800px;
}

.advantage-fuwu-content li {
    height: 60px;
    display: block;
}

.advantage-fuwu-content li .img11 {
    display: inline-block;
    position: relative;
}

.advantage-fuwu-content li .img12 {
    display: inline-block;
    position: relative;
}

.advantage-fuwu-content li h2 {
    font-size: 22px;
    color: #000000;
    line-height: 60px;
    position: relative;
    left: 46%;
    display: inline-block;
}

.advantage-fuwu-content li:nth-of-type(1) {
    padding-top: 14px;
    padding-left: 20%;
}

.advantage-fuwu-content li:nth-of-type(2) {
    margin-top: 77px;
    padding-right: 18%;
}

.advantage-fuwu-content li:nth-of-type(3) {
    margin-top: 64px;
    padding-left: 19%;
}

.advantage-fuwu-content li:nth-of-type(4) {
    margin-top: 62px;
    padding-right: 18%;
}

.advantage-fuwu-content li:nth-of-type(5) {
    margin-top: 62px;
    padding-left: 18%;
}

.advantage-fuwu-content li:nth-of-type(6) {
    margin-top: 68px;
    padding-right: 16%;
}

.advantage-fuwu-content li:nth-of-type(odd) img {
    float: right;
}

.advantage-fuwu-content li:nth-of-type(even) img {
    float: left;
}

.advantage-fuwu-content li:nth-of-type(1) .img11 {
    right: 469px;
    top: 19%;
    width: 50px;
    height: 50px;
}

.advantage-fuwu-content li:nth-of-type(1) .img12 {
    right: 460px;
    top: 104%;
    width: 165px;
    height: 94px;
}

.advantage-fuwu-content li:nth-of-type(2) .img11 {
    left: 483px;
    top: 9%;
    width: 59px;
    height: 59px;
}

.advantage-fuwu-content li:nth-of-type(2) .img12 {
    left: 477px;
    top: 84%;
    width: 148px;
    height: 94px;
}

.advantage-fuwu-content li:nth-of-type(3) .img11 {
    right: 462px;
    top: -5%;
    width: 68px;
    height: 68px;
}

.advantage-fuwu-content li:nth-of-type(3) .img12 {
    right: 457px;
    top: 81%;
    width: 147px;
    height: 91px;
}

.advantage-fuwu-content li:nth-of-type(4) .img11 {
    left: 474px;
    top: -10%;
    width: 76px;
    height: 76px;
}

.advantage-fuwu-content li:nth-of-type(4) .img12 {
    left: 464px;
    top: 97%;
    width: 144px;
    height: 81px;
}

.advantage-fuwu-content li:nth-of-type(5) .img11 {
    right: 452px;
    top: -20%;
    width: 88px;
    height: 88px;
}

.advantage-fuwu-content li:nth-of-type(5) .img12 {
    right: 440px;
    top: 101%;
    width: 136px;
    height: 78px;
}

.advantage-fuwu-content li:nth-of-type(6) .img11 {
    left: 455px;
    top: -43%;
    width: 112px;
    height: 112px;
}
/*服务页面模块标题*/
.service-moduleTitle{
    text-align: center;
    padding:55px 0;
}
.service-moduleTitle>h2{
    line-height: 36px;
    font-size:26px;
    font-weight:900;
}
.service-moduleTitle>h2 b{
    position: relative;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    right:30px;
}
.service-moduleTitle>h2 b:last-child{
    right:0;
    left:30px;
}
.service-moduleTitle>h2 span{
    position: relative;
    top:-3px;
}
.service-moduleTitle>h2:last-child{
    margin-top:60px;
}
.service-moduleTitle>h2:last-child b{
    color:#f00;
    right:10px;
}
.service-moduleTitle>h2:last-child b:last-child{
    left:10px;
}

.advantage-fuwu-content li:nth-of-type(2n+1) h2 {
    left: 0.5%;
}

.advantage-fuwu-content li:nth-of-type(2) h2 {
    left: 25%;
}

.advantage-fuwu-content li:nth-of-type(4) h2 {
    left: 25.5%;
}

.advantage-fuwu-content li:nth-of-type(6) h2 {
    left: 25%;
}

.advantage-fuwu-content li:nth-of-type(2n+1) div {
    display: inline-block;
    width: 579px;
    float: left;
    font-size: 12px;
}

.advantage-fuwu-content li:nth-of-type(2n+1) div div {
    display: inline-block;
    width: 290px;
    float: left;
    font-size: 12px;
    text-align: right;
}

.advantage-fuwu-content li:nth-of-type(2n+1) span {
    display: inline-block;
    width: 1px;
    height: 56px;
    background-color: rgba(0, 0, 0, 1);
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

.advantage-fuwu-content li:nth-of-type(2n) div {
    display: inline-block;
    width: 579px;
    float: right;
    font-size: 12px;
}

.advantage-fuwu-content li:nth-of-type(2n) div div {
    display: inline-block;
    width: 290px;
    float: right;
    font-size: 12px;
}

.advantage-fuwu-content li:nth-of-type(2n) span {
    display: inline-block;
    width: 1px;
    height: 56px;
    background-color: rgba(0, 0, 0, 1);
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}

.design-content {
    width: 100%;
    height: 630px;
}
.member{
    overflow: hidden;
}
.member .men1 {
    width: 660px;
    height: 510px;
    background: url(img/ssj1.png) no-repeat;
    float: left;
    position: relative;
}

.member .men1 img {
    width: 313px;
    height: 323px;
    position: relative;
    top: 87px;
    left: -39px;
}

.member .men1 .name1 {
    height: 120px;
    width: 180px;
    position: absolute;
    top: 50%;
    right:0;
    margin-top:-60px;
    text-align: center;
}

.member .men1 .name1 p:first-of-type {
    font-size: 26px;
    line-height: 60px;
    color: #333333;
}

.member .men1 .name1 p:last-of-type {
    font-size: 18px;
    line-height: 48px;
    color: #666666;
}

.member .men2 {
    width: 540px;
    height: 510px;
    float: right;
}

.member .men2 .men-title {
    font-size: 26px;
    line-height: 78px;
    color: #333333;
    margin-top: 20px;
}

.member .men2 .men-content {
    font-size: 18px;
    line-height: 36px;
    color: #666666;
}

.member .men2 .men-content1 {
    margin-bottom: 80px;
}

.member .aboutus-designer-list-id {
    clear: both;
}

.member #sheji-prev {
    float: left;
    left: -92px;
    background-image: url(img/service-btnl.png);
    background-size: cover;
    opacity: 1;
    top: 80px;
    height: 20px;
}

.member #sheji-next {
    right: -82px;
    background-image: url(img/service-btnr.png);
    background-size: cover;
    opacity: 1;
    float: right;
    height: 20px;
    top: 80px;
}

.member .aboutus-designer-list .swiper-container {
    border: none;
}

.member .shadow {
    width: 146px;
    height: 140px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    padding: 2px;
    text-align: center;
    color: white;
    line-height: 32px;
    padding-top: 20px;
    display: none;
}

.member .aboutus-designer-imgbox:hover .shadow {
    display: block;
}

.evaluation {
    width: 100%;
    overflow:hidden;
    margin-top:50px;
}

.evaluation .ev-left {
    width: 50%;
    float: left;
    height: 100%;
}

.evaluation .ev-right {
    width: 50%;
    float: right;
    height: 818px;
}

.evaluation .ev-left li {
    width: 50%;
    height: 382px;
    background-color: gray;
    float: left;
    position: relative;
}

.evaluation .ev-left li img,
.evaluation .ev-right li img {
    width: 100%;
    height: 100%;
}

.evaluation .ev-right li {
    width: 50%;
    height: 425px;
    float: left;
    position: relative;
}
.evaluation .ev-right li:last-of-type{
    width: 100%;
    height: 393px;
}

.evaluation .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    padding: 2px;
    color: white;
    padding-top: 25%;
    padding-left: 16%;
    padding-right: 20px;
    display: none;
}

.evaluation .shadow h2 {
    font-size: 40.01px;
    color: #fffefe;
    margin-bottom: 20%;
}

.evaluation li:hover .shadow {
    display: block;
}

.partner {
    width: 100%;
    padding: 0 100px 20px;
}

.partner ul {
    display: block;
    width:1000px;
    margin: 0 auto;
    /*border-top: solid 1px rgba(230, 230, 230, 1);*/
    /*border-left: solid 1px rgba(230, 230, 230, 1);*/
}

.partner li {
    width: 20%;
    height: 186px;
    float: left;
    /*border-bottom: solid 1px rgba(230, 230, 230, 1);*/
    /*border-right: solid 1px rgba(230, 230, 230, 1);*/
    box-sizing: border-box;
    display:-webkit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
}

.partner li:nth-of-type(6n) {
    border-right: none;
}

.partner li img {
    width: 100%;
}

.inquiries form{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.inquiries .in-left {
    width: 25%;
    display: inline-block;
}

.inquiries .in-right {
    width: 28%;
    display: inline-block;
    margin-left:20px;
    text-align: left;
}

.inquiries input {
    display: block;
    width: 100%;
    height: 35px;
	outline:none;
    border: 0;
    padding: 10px;
    font-size: 28px;
    color: #333333;
    margin-bottom: 25px;
	background:#ddd;
}

.inquiries textarea {
    width: 100%;
    height: 180px;
	outline:none;
    border:0;
    padding: 10px;
    font-size: 18px;
    color: #333333;
    resize: none;
    margin-bottom: 25px;
	background:#ddd;
}

.inquiries .submit {
    width: 100%;
    height: 67px;
    padding: 0px;
    color: #333;
	font-size:18px;
	font-weight:bold;
}

.inquiries .yanzheng {
    display: inline-block;
    width: 55%;
}

.inquiries .in-right img {
    width: 40%;
    height: 66px;
    display: inline-block;
    position: relative;
    top: -12px;
    margin-left: 8px;
}

.anli {
    margin: 50px 250px;
}








/*文章详情页*/

.right-info .jiudian-img {
    border-bottom: solid 1px rgba(201, 201, 201, 1);
    /*padding-right: 30px;*/
    padding-left: 30px;
}

.right-info .jiudian-img img {
    margin-bottom: 30px;
    width: 367px;
    height: 473px;
}

.right-info .fr_news {
    padding-left: 30px;
    /*padding-right: 30px;*/
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(201, 201, 201, 1);
}

.news_title {
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
}

.news_t2 span {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}

.news_share {
    margin-bottom: 25px;
}

.news_share a {
    display: inline-block;
}

.news_title2 {
    width: 666px;
    height: 106px;
    border: solid 1px rgba(181, 181, 181, 1);
    padding: 15px;
    margin-bottom: 45px;
}

.news_img {
    text-align: center;
}

.news_img img {
    width: 390px;
    margin-bottom: 25px;
}

.news_txt h2 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 35px;
    font-weight: 600;
}

.news_txt img {
    width: auto;
}

.news_txt p {
    text-indent: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 25px;
}

.news_txt span {
    /*text-align: center;*/
    display: block;
    /*font-size: 18px;
    line-height: 36px;
    color: #333333;*/
}
.news_txt h3 {
    font-size: 18px;
    line-height: 72px;
    color: #333333;
    font-weight: 600;
}

.right-info .orm {
    width: 480px;
    height: 366px;
    padding: 30px;
}

.right-info form {
    width: 366px;
    height: 366px;
    background: url(img/fm.png) no-repeat;
    padding-left: 35px;
    padding-top: 60px;
    margin-bottom: 10px;
}

.right-info form input {
    display: block;
    /*  width: 308px;*/
    height: 36px;
    border: solid 1px rgba(222, 222, 222, 1);
    margin-bottom: 10px;
    padding-left: 20px;
}

.right-info form .text {
    height: 102px;
    /*width: 308px;*/
    resize: none;
    border: solid 1px rgba(222, 222, 222, 1);
    padding: 10px 0 0 20px;
    margin-bottom: 10px;
}

.right-info form .submit {
    background-color: rgba(116, 116, 116, 1);
    font-size: 14px;
    color: #ffffff;
}

.news-n .news_share a {
    width: 46px;
    height: 30px;
    margin-left: 3px;
    cursor: pointer;
}

.news-n .news_share .a1 {
    background: url(img/n3.png);
}

.news-n .news_share .a2 {
    background: url(img/n3.png);
    background-position-x: 46px;
}

.news-n .news_share .a3 {
    background: url(img/n3.png);
    background-position-x: 94px;
}

.news-n .news_share .a4 {
    background: url(img/n3.png);
    background-position-x: 143px;
}

.news-n .news_share .a5 {
    background: url(img/n3.png);
    background-position-x: 191px;
}

.news-n .news_share .a6 {
    background: url(img/n3.png);
    background-position-x: 239px;
}

.news-n .news_share .a7 {
    background: url(img/n3.png);
    background-position-x: 288px;
}

.news-n .news_share .a8 {
    display: inline-block;
    background: url(img/n4.png);
    background-repeat: no-repeat;
    /* width: 50px; */
    height: 30px;
    position: relative;
    /* right: -15px; */
    left: 25%;
    padding-left: 39px;
    top: -6px;
}

.news-n .news_t2 .fi {
    background: url(img/n1.png) no-repeat left center;
    padding-left: 20px;
}

.news-n .news_t2 .fi1 {
    background: url(img/n2.png) no-repeat left center;
    padding-left: 20px;
}

.design-content ul {
    width: 100%;
}

.design-content ul li {
    position: relative;
    float: left;
    width: 12.5%;
    height: 630px;
    text-align: center;
}

.design-content ul li.wh {
    width: 12.5%;
}

.design-content ul li:nth-of-type(odd) {
    background-color: rgba(248, 248, 248, 1);
}

.design-content ul li:nth-of-type(even) {
    background-color: rgba(240, 240, 240, 1);
}

.design-content .s1 h2 {
    font-size: 112px;
    color: #333333;
    font-weight: 600;
    margin-top: 80px;
}

.design-content .s1 .p1 {
    margin-top: -44px;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 50px;
}

.design-content .s1 h3 {
    font-size: 26px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 50px;
}

.design-content .s1 .p2 {
    margin-bottom: 50px;
}

.design-content .s1 span {
    font-size: 24px;
}

.design-content li.on1 {
    width: 23%;
}

.design-content li.on2 {
    width: 11%;
}

.design-content li .s2 {
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
    height: 630px;
    color: white;
    display: none;
}

.design-content .s2 h2 {
    font-size: 112px;
    font-weight: 600;
}

.design-content .s2 .p1 {
    margin-top: -44px;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 50px;
}

.design-content .s2 h3 {
    font-size: 26px;
    line-height: 48px;
    margin-bottom: 50px;
}

.design-content .s2 .p2 {
    margin-bottom: 50px;
}

.design-content .s2 span {
    font-size: 14px;
    display: block;
    width: 330px;
    margin: 20px auto;
}



/*
.design-content li:hover .s1 {
    display: none;
}

.design-content li:hover .s2 {
    display: block;
}

.design-content li:hover .img1 {
    display: block;
}
*/

.design-content .img1 {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 98;
    height: 630px;
    display: none;
}

.design-content .img1.bl1 {
    display: block;
}

.design-content .s1.ne {
    display: none;
}

.design-content .s1.bll {
    display: block;
}

.design-content .s2.ne {
    display: none;
}

.design-content .s2.bl {
    display: block;
}



.hover:hover li {
    width: 11%;
}

.hover:hover li:first-of-type {
    width: 11%;
}

.hover:hover li:first-of-type .s1 {
    display: block;
}

.hover:hover li:first-of-type .img1 {
    display: none;
}

.hover:hover li:first-of-type .s2 {
    display: none;
}

.hover li:hover {
    width: 23% !important;
}

.hover li:hover .s1 {
    display: none !important;
}

.hover li:hover .img1 {
    display: block !important;
}

.hover li:hover .s2 {
    display: block !important;
}





.lx {
    height: 192px;
    width: 141px;
    border: 0px none rgb(0, 0, 0);
    background-color: rgb(127, 127, 127);
    position: fixed;
    display: block !important;
    top: 220.11px;
    left: 0px;
    z-index: 999;
}

.bg {
    height: 192px;
    width: 141px;
    background: url(img/1.png);
}

.lx .tel {
    width: 124px;
    height: 22px;
    line-height: 22px;
    border: 0px none rgb(0, 0, 0);
    background: white;
    top: -75px;
    left: 8px;
    color: black;
}

.lx .sub {
    left: 15px;
    top: -66px;
    width: 109px;
    height: 28px;
    border: 0px none rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(63, 63, 63);
    position: relative;
}

.lx span {
    position: relative;
    top: -256px;
    left: 131px;
    color: white;
    cursor: pointer;
}

.pro-head h5 {
    display: inline-block;
    padding-left: 20px;
    margin-right: 15px;
}

.pro-head .f1 {
    background: url(img/22.png) no-repeat left;
}

.pro-head .f2 {
    background: url(img/33.png) no-repeat left;
}




.diary .more1 {
    display: block;
    width: 178px;
    height: 50px;
    background-color: rgba(96, 96, 96, 1);
    font-size: 18px;
    letter-spacing: 1.8px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
}

.news-n1 {
    width: 720px;
    border-right: solid 1px rgba(201, 201, 201, 1);
    padding-right: 60px;
}

.evaluation .ev-left li:first-of-type {
    width: 100%;
}

.evaluation .ev-left li:first-of-type .shadow,.evaluation .ev-right li:last-of-type .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    padding: 2px;
    color: white;
    padding-top: 15%;
    padding-left: 16%;
    padding-right: 20px;
    display: none;
    z-index: 99;
}

.evaluation .ev-left li:first-of-type .shadow h2,.evaluation .ev-right li:last-of-type .shadow h2 {
    margin-bottom: 10%;
}

.evaluation .ev-left li:first-of-type:hover .shadow  {
    display: block;
}
.evaluation .ev-right li:last-of-type:hover .shadow{
    display: block;
}

.ev-left li:first-of-type {
    height: 365px;
}

.ev-left li:nth-of-type(2),
.ev-left li:nth-of-type(3) {
    height: 393px;
}

.ev-left li:nth-of-type(2) .shadow,
.ev-left li:nth-of-type(3) .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    padding: 2px;
    color: white;
    padding-top: 15%;
    padding-left: 16%;
    padding-right: 20px;
    display: none;
}

.ev-left li:nth-of-type(2):hover .shadow,
.ev-left li:nth-of-type(3):hover .shadow {
    display: block;
}

.news_con {
    width: 1110px;
   /* padding-left:150px;*/
    padding-left:75px;
}

.sj_more a {
    margin: 0 auto;
}

.sj_more {
    margin-bottom: 70px;
}

.news-n1 {
   /* width: 590px;*/
    width: 680px;
    border-right: solid 1px rgba(201, 201, 201, 1);
    padding-right: 50px;
    box-sizing: content-box;
}

.news_title2 {
   /* width: 548px;*/
    background: #fff;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #888888;
   /* padding: 10px 20px;*/
    line-height: 24px;
    text-indent: 2em;
}

.yp-news-content .right-info {
    float: left;
    width: 300px;
}

.right-info .jiudian-img img {
    width: 100%;
    height: 100%;
}

.right-info .orm {
    width: 100%;
    height: ;
    padding: 30px;
    padding-right: 0px;
}

.right-info form {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding-left: 35px;
    padding-top: 0;
    margin-bottom: 10px;
    border-radius: 0 7px 0 0;
    position: relative;
}
.right-info form .liuyanban{
    height:50px;
    padding-left:35px;
    margin-left:-35px;
    background:#747474;
    color:#fff;
    font-size:18px;
    line-height: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom:10px;
}
.right-info form .submit {
    width: 86%;
    background-color: rgba(116, 116, 116, 1);
    font-size: 14px;
    color: #ffffff;
    padding: 0;
}
.right-info form b{
    font-size:20px;
    color:red;
    position: absolute;
    margin-top: 5px;
    left:15px;
}
.right-info form b.require_xuqiu{
    margin-top:37px;
}
.right-info form .yanzheng{
    display: inline-block;
}
.right-info form .btn-send{
    height:36px;
    vertical-align: top;
}

.btn-box>a {
    display:block;
}




.fuwu-content {
    position: relative;
    margin: 0 100px;
    overflow: hidden;
    height:360px;
}

.fuwu-content>div {
    position: relative;
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}
.fuwu-content>div>div{
    width:26%;
}

.fuwu-content>div span {
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: rgba(51, 51, 51, 1);
    margin: 0 7px;
}

.fuwu-content>div div p {
    font-size: 14px;
    line-height: 16px;
}

.fuwu-content>div h2 {
    font-size: 28px;
    line-height: 50px;
    color: #333333;
    font-weight: 600;
}
.fuwu-content>div:nth-child(2) h2,
.fuwu-content>div:nth-child(4) h2{
    font-size: 24px;
}

.fuwu-content>div div p:last-of-type {
    font-size: 13px;
    color: #999999;
}

.fuwu-content .d1 {
    left: 37%;
}

.fuwu-content .d2 {
    right: 52%;
	top:-15px;
}

.fuwu-content .d2 div {
    text-align: right;
}

.fuwu-content .d3 {
    left: 50%;
    top: -80px;
}

.fuwu-content .d4 {
    top: -105px;
    right: 50%;
}

.fuwu-content .d5 {
    left: 50%;
    top: -153px;
}

.fuwu-content .d6 {
    left: 31%;
    top: -165px;
}

.fuwu-content .d5 span {
    height: 67px;
    width:1px !important;
}

.fuwu-content .d5 h2 {
    line-height: 67px;
}

.service-img img {
    width: 100%;
    height: 100%;
}











.section3{
    overflow: hidden;
}

.section3 .top-part {
    margin-bottom: 4.375rem;
}

.section3 .bottom-part {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -1.25rem;
    opacity: 0;
    transition: all 1s 1.5s;
    -webkit-transition: all 1s 1.5s;
    overflow:hidden;
}

.section3.ani .bottom-part {
    top: 0;
    opacity: 1;
}
.section3 .bottom-part ul{
    width:800%;
    overflow:hidden;
    display: none;
}
.section3 .bottom-part ul li{
    width:12.5%;
    float:left;
    background-color: rgba(0, 0, 0, 0.7);
    height: 680px;
    text-align: center;
}
.section3 .bottom-part table {
    width: 100%;
}

.section3 .bottom-part table td {
    width: 11%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    height: 680px;
}

.section3 .bottom-part table td:nth-child(odd) {
    background-color: #f8f8f8;
}

.section3 .bottom-part table td:nth-child(even) {
    background-color: #f0f0f0;
}

.section3 .bottom-part table td.active {
    width: 23%;
    background-color: rgba(0, 0, 0, 0.7);
}
.section3 .bottom-part ul li img,
.section3 .bottom-part table td img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section3 .bottom-part ul li .box,
.section3 .bottom-part table td .box {
    display: inline-block;
    width: 100%;
    height: 680px;
    overflow: hidden;
}
.section3 .bottom-part ul li .box h3,
.section3 .bottom-part table td .box h3 {
    font-size: 45px;
    color: #333;
    font-family: "impact";
    font-weight: bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 120px;
}
.section3 .bottom-part ul li .box h3{
    color: #fff;
    margin-top: 30px;
}
.section3 .bottom-part table td.active .box h3 {
    color: #fff;
    margin-top: 90px;
}
.section3 .bottom-part ul li .box h4,
.section3 .bottom-part table td .box h4 {
    font-size: 14px;
    color: #333;
    font-family: Arial;
    margin-bottom: 2.25rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top:-10px;
}
.section3 .bottom-part ul li .box h4,
.section3 .bottom-part table td.active .box h4 {
    color: #fff;
    margin-bottom: 0.875rem;
}
.section3 .bottom-part ul li .box h5,
.section3 .bottom-part table td .box h5 {
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑 light";
    line-height: 1.75;
    margin-bottom: 3.125rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.section3 .bottom-part ul li .box h5,
.section3 .bottom-part table td.active .box h5 {
    font-size: 1.75rem;
    color: #fff;
    font-family: "微软雅黑";
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2rem;
}
.section3 .bottom-part ul li .box .p2,
.section3 .bottom-part table td .box .p2 {
    font-size: 12px;
    color: black;
    display: block;
    margin-bottom: 50px;
}
.section3 .bottom-part ul li .box .p2,
.section3 .bottom-part table td.active .box .p2 {
    color: white;
    margin-bottom: 10px;
}
.section3 .bottom-part ul li .box  h5 br,
.section3 .bottom-part table td.active .box h5 br {
    display: none;
}
.section3 .bottom-part ul li .box  b,
.section3 .bottom-part table td .box b {
    font-size: 16px;
    color: #c0192a;
    font-weight: bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block;
}
.section3 .bottom-part ul li .box  b,
.section3 .bottom-part table td.active .box b {
    color: #fff;
    margin-bottom: 2rem;
}
.section3 .bottom-part ul li .box p,
.section3 .bottom-part table td .box p {
    text-align: left;
    font-size: 12px;
    color: #fff;
    font-family: "微软雅黑 light";
    margin-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.section3 .bottom-part ul li .box p,
.section3 .bottom-part table td.active .box p {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.sheji .sheji_box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 750px;
    overflow: hidden;
}

.sheji .sheji_box span {
    display: inline-block;
    margin-top: 350px;
}

.sheji .sheji_box span:nth-of-type(even) {
    width: 73px;
    height: 73px;
    vertical-align: middle;
}

.sheji .sheji_box span:nth-of-type(odd) {
    width: 268px;
    height: 2px;
    background: #c6c6c6;
    vertical-align: middle;
    margin-right: -6px;
    margin-left: -6px;
}
.sheji .sheji_box span:nth-of-type(3) {
    width: 26px;
}
.sheji .sheji_box span:nth-of-type(5) {
    width: 100px;
}

.sheji .sheji_box span:nth-of-type(7) {
    width: 70px;
}

.sheji .sheji_box span:nth-of-type(9) {
    width: 72px;
}

.sheji .sheji_box span:nth-of-type(11) {
    width: 56px;
}

.sheji .sheji_box span:nth-of-type(13) {
    width: 44px;
}
.sheji .sheji_box span:nth-of-type(15) {
    width: 76px;
}

.sheji .sheji_box>div>img {
    width: 100%;
    display: inline-block;
}

.sheji .sheji_box>div div {
    display: inline-block;
}

.sheji .sheji_box>div {
    position: absolute;
    float: left;
}

.sheji .sheji_box .one img,
.sheji .sheji_box .two img {
    width: 75px;
}

.sheji .sheji_box .three img,
.sheji .sheji_box .seven img {
    width: 94px;
}

.sheji .sheji_box .four img,
.sheji .sheji_box .five img {
    width: 85px;
}

.sheji .sheji_box .six img {
    width: 50px;
}

.sheji .sheji_box>div:nth-of-type(odd) img {
    float: right;
}

.sheji .sheji_box>div div h2 {
    font-size: 18px;
    font-weight: 600;
}

.sheji .sheji_box .one {
    left: 7px;
    top: 89px;
}

.sheji .sheji_box .two {
    left: 326px;
    top: 135px;
}

.sheji .sheji_box .three {
    left: 440px;
}

.sheji .sheji_box .four {
    left: 723px;
    top: 225px
}

.sheji .sheji_box .five {
    left: 785px;
}

.sheji .sheji_box .six {
    left: 1075px;
}

.sheji .sheji_box .seven {
    right: 25px;
    top: 37px;
}

.sheji .sheji_box h2 {
    text-transform: capitalize;
}

.sheji .sheji_box p {
    font-size: 14px;
    color: gray;
}

.sheji .sheji_box .one div {
    position: relative;
    text-align: right;
    top: 5px;
}

.sheji .sheji_box .two div {
    text-align: left;
}

.sheji .sheji_box .three div {
    position: relative;
    top: 17px;
    text-align: right;
}

.sheji .sheji_box .four div {
    position: relative;
    top: 7px;
    text-align: left;
}

.sheji .sheji_box .five div {
    position: relative;
    top: 178px;
    text-align: right;
}

.sheji .sheji_box .six div {
    position: relative;
    top: 18px;
    text-align: left;
}

.sheji .sheji_box .seven div {
    position: relative;
    text-align: right;
    top: 13px;
}
/*手机树状图*/
.phone_sheji_box{
    height:820px;
    position: relative;
    display:none;
}
.phone_sheji_box>img{
    position:absolute;
    width:60px;
    height:60px;
    left:50%;
    margin-left:-30px;
}
.phone_sheji_box>.line{
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    border-left:2px solid #c6c6c6;
    margin-left:-1px;
}
.phone_sheji_box>.tree{
    position:absolute;
    max-width:40%;
}
.phone_sheji_box>.tree b,
.phone_sheji_box>.tree h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.phone_sheji_box .tree h2 {
    text-transform: capitalize;
    margin-top:2px;
}
.phone_sheji_box .tree p{
    font-size: 14px;
    color: gray;
    line-height: 1.2;
}
.phone_sheji_box>.coord{
    position:absolute;
    width:40%;
    border-top:2px solid #c6c6c6;
    margin-top:29px;
}
.phone_sheji_box>.coord.ml{
    left:50%;
    margin-left:30px;
}
.phone_sheji_box>.coord.mr{
    right:50%;
    margin-right:30px;
}
.phone_sheji_box>img.one,
.phone_sheji_box>.coord.one{
    top:50px;
}
.phone_sheji_box>img.two,
.phone_sheji_box>.coord.two{
    top:160px;
}
.phone_sheji_box>img.three,
.phone_sheji_box>.coord.three{
    top:270px;
}
.phone_sheji_box>img.four,
.phone_sheji_box>.coord.four{
    top:365px;
}
.phone_sheji_box>img.five,
.phone_sheji_box>.coord.five{
    top:460px;
}
.phone_sheji_box>img.six,
.phone_sheji_box>.coord.six{
    top:600px;
}
.phone_sheji_box>img.seven,
.phone_sheji_box>.coord.seven{
    top:710px;
}
.phone_sheji_box>.tree.one{
    right:50%;
    margin-right:40px;
    top:56px;
}
.phone_sheji_box>.tree.two{
    right:50%;
    margin-right:40px;
    top:166px;
}
.phone_sheji_box>.tree.three{
    left:50%;
    margin-left:40px;
    top:276px;
}
.phone_sheji_box>.tree.four{
    right:50%;
    margin-right:40px;
    top:371px;
}
.phone_sheji_box>.tree.five{
    left:50%;
    margin-left:40px;
    top:466px;
}
.phone_sheji_box>.tree.six{
    left:50%;
    margin-left:40px;
    top:606px;
}
.phone_sheji_box>.tree.seven{
    right:50%;
    margin-right:40px;
    top:716px;
}













.set-map{
    width: 1200px;
    margin: 0 auto;
    height: 800px;
    margin-top: 50px;
    margin-bottom: 75px;
}
.set-map .map-list{
    width: 200px;
}
.set-map .map-list li{
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    background: #a0a0a0;
    border-bottom: 1px solid #949494;
    text-align: center;
    color: white;
}
.set-map .map-list li.on{
    background-color: rgba(98,98,98,1);
    background-image: url(img/55.png);
    background-repeat: no-repeat;
    background-position-x:155px;
    background-position-y:10px;
}
.set-map .map-content{
    width: 1000px;
    height: 800px;
    background: #dddddd;
}
.set-map .map-content>li{
    width: 1000px;
    height: 800px;
    padding: 0px 75px 20px 25px;
    display: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
}
.set-map .map-content>li.on{
    display: block;
}
.set-map .map-content>li p{
    margin-top: 25px;
}
.set-map .map-content>li img{
    margin:  10px 0 15px;
    width: 900px;
}
.set-map .map-content>li span{
    display: inline-block;
    width: 10%;
}


.evaluation .img-shadow{
    position: absolute;
    top:0;
    bottom: 0;
    width: 100%;
    display: none;
}
.evaluation .wow li{
    overflow: hidden;
}
.evaluation .wow li .img-shadow img{
    float: left;
    width: 50%;
}
.evaluation .ev-left li:first-of-type:hover .img-shadow  {
    display: block;
}
.evaluation .ev-right li:last-of-type:hover .img-shadow{
    display: block;
}
.footer-bottom-right a:last-of-type{
    margin-left: 15px;
}


.top_title1{
    width: 100%;
    height: 160px;
    /* background: url(img/bbg.png) no-repeat center 0;*/
    text-align: center;
    padding-top: 59px;
    padding-left: 14px;
}
.top_title1 h2{
    font-family: "微软雅黑";
    font-size: 30px;
    font-weight: 600;
}


.member .sheji-list1 .shadow{
    width: 100%;
    height: 141px;
}



.position_1{
    height: 50px;
    width:960px;
    margin: 0 auto;
}
.position_1 span{
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    position: relative;
    top: 2px;
}
.position_1 img{
    width: 20px;
    height: 20px;
    display: inline-block;

}



/*修该*/
.thinking-content .mid_title{
    font-size: 20px;
    /*    text-align: center;*/
    font-weight: 600;
    right:10px;
    line-height: 1.2;
    height:60px;
}
.thinking-content .shadow_red .top_title{
    position: absolute;
    left:10px;
    bottom: 345px;
}
.thinking-content .shadow_red span{
    position: absolute;
    bottom: 140px;
    left: 60px;
}
.thinking-content .shadow_red>div{
    position:absolute;
    left:100px;
    top: 290px;
    right:10px;
}
.thinking-content li:first-of-type .shadow_red .mid_title{
    /*top: -330px;*/
}
.thinking-content li:last-of-type .shadow_red .mid_title{
    /*top: -200px;*/
}
.thinking-content li:first-of-type .shadow_red .min_txt{
    /*top: -330px;*/
}
.thinking-content li:last-of-type .shadow_red .min_txt{
    /*top: -200px;*/
}
.thinking-content li{
    position: relative;
}
.thinking-content .shadow_red .sm_title{
    position: absolute;
    font-size: 20px;
    writing-mode: vertical-lr;
    writing-mode: bt-lr;
    color: #ffffff;
    clear: both;
    background-image: none;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);       /* IE 9 */
    -webkit-transform: rotate(180deg);   /* Safari and Chrome */
    -o-transform: rotate(180deg);        /* Opera */
    -moz-transform: rotate(180deg);
    bottom: 345px;
    left: 65px;
}
.thinking-content .shadow_red .aaa{
    position: absolute;
    left: 90px;
    bottom: 60px;
    color: white;
    font-size: 18px;
}

.jingpin  .sheji_box .five{
    left: 519px;
    top: 422px;
}



.zhuti .sheji_box .five{
    left: 892px;
}

.zhuti .sheji_box .four{
    left: 889px;
    top: 234px;
}
.zhuti .sheji_box .three{
    left: 402px;
}
.zhuti .sheji_box .two{
    left: 480px;
    top: 142px;
}
.zhuti .sheji_box .one{
    left: 9px;
}

.shang{
    margin-left: 25%;
}
.xia{
    margin-right: 25%;
}


.fuwu-content .d4>div{
    text-align: right;
}



/*精品酒店*/

.jingpin .sheji_box .two div{
    position: relative;
    top: -13px;
}
.jingpin .sheji_box .three{
    left: 354px;
    top: 422px;
}
.jingpin .sheji_box .four{
    left: 629px;
    top: 227px;
}
.jingpin .sheji_box .four>div{
    position: relative;
    top: -2px;
}
.jingpin .sheji_box .five>div{
    position: relative;
    top: 193px;
}
.jingpin .sheji_box .six{
    left: 933px;
    top: 422px;
}

/*度假酒店*/
.sheji.dujia .sheji_box>div img{
    width:100%;
}
.sheji.dujia .sheji_box span:nth-of-type(1){
    width:234px;
}
.sheji.dujia .sheji_box .one{
    top:98px;
}
.sheji.dujia .sheji_box span:nth-of-type(3){
    width:60px;
}
.sheji.dujia .sheji_box .two{
    top:160px;
}
.sheji.dujia .sheji_box span:nth-of-type(5){
    width:69px;
}
.sheji.dujia .sheji_box .three{
    top:422px;
    left:327px;
    z-index: 10;
}
.sheji.dujia .sheji_box span:nth-of-type(7){
    width:54px;
}
.sheji.dujia .sheji_box .four{
    top:250px;
    left:580px;
    z-index:11;
}
.sheji.dujia .sheji_box span:nth-of-type(9){
    width:45px;
}
.sheji.dujia .sheji_box .five{
    top:422px;
    left:603px;
}
.sheji.dujia .sheji_box span:nth-of-type(11){
    width:53px;
}
.sheji.dujia .sheji_box .six{
    top:422px;
    left:852px;
}
.sheji.dujia .sheji_box span:nth-of-type(13){
    width:97px;
}
.sheji.dujia .sheji_box .seven{
    top:7px;
    right: 50px;
}
.sheji.dujia .sheji_box span:nth-of-type(15){
    width:100px;
}


/*商务酒店*/
.sheji.shangwu .sheji_box>div img{
    width:100%;
}
.sheji.shangwu .sheji_box span:nth-of-type(1){
    width:240px;
}
.sheji.shangwu .sheji_box .one{
    top:98px;
    left:7px;
}
.sheji.shangwu .sheji_box span:nth-of-type(3){
    width:89px;
}
.sheji.shangwu .sheji_box .two{
    left:362px;
    top:160px;
}
.sheji.shangwu .sheji_box span:nth-of-type(5){
    width:132px;
}
.sheji.shangwu .sheji_box .three{
    top:423px;
    left:281px;
}
.sheji.shangwu .sheji_box span:nth-of-type(7){
    width:115px;
}
.sheji.shangwu .sheji_box .four{
    top:239px;
    left:730px;
}
.sheji.shangwu .sheji_box span:nth-of-type(9){
    width:134px;
}
.sheji.shangwu .sheji_box .five{
    top:423px;
    left:847px;
}
.sheji.shangwu .sheji_box span:nth-of-type(11){
    width:142px;
}

.sheji.shangwu .phone_sheji_box{
    height:600px;
}


/*星级酒店*/
.sheji.xingji .sheji_box>div img{
    width:auto;
}
.sheji.xingji .sheji_box span:nth-of-type(1){
    width:213px;
}
.sheji.xingji .sheji_box .one{
    top:99px;
    left:0;
}
.sheji.xingji .sheji_box span:nth-of-type(3){
    width:14px;
}
.sheji.xingji .sheji_box .two{
    top:160px;
    left:260px;
}
.sheji.xingji .sheji_box span:nth-of-type(5){
    width:21px;
}
.sheji.xingji .sheji_box .three{
    top:423px;
    left:36px;
}
.sheji.xingji .sheji_box span:nth-of-type(7){
    width:15px;
}
.sheji.xingji .sheji_box .four{
    top:250px;
    left:427px;
    z-index:11;
}
.sheji.xingji .sheji_box span:nth-of-type(9){
    width:17px;
}
.sheji.xingji .sheji_box .five{
    top:422px;
    left:163px;
}
.sheji.xingji .sheji_box span:nth-of-type(11){
    width:13px;
}
.sheji.xingji .sheji_box .six{
    top:422px;
    left:631px;
}
.sheji.xingji .sheji_box span:nth-of-type(13){
    width:22px;
}
.sheji.xingji .sheji_box .seven{
    top:7px;
    right: 348px;
}
.sheji.xingji .sheji_box span:nth-of-type(15){
    width:10px;
}
.sheji.xingji .sheji_box .eight{
    top:251px;
    right: 0;
}
.sheji.xingji .sheji_box .eight>div{
    position: relative;
    top:22px;
}
.sheji.xingji .sheji_box span:nth-of-type(17){
    width:319px;
}
.sheji.xingji .phone_sheji_box>img.six,
.sheji.xingji .phone_sheji_box>.coord.six{
    top:628px;
}
.sheji.xingji .phone_sheji_box>div.six{
    top:634px;
}
.sheji.xingji .phone_sheji_box>img.eight,
.sheji.xingji .phone_sheji_box>.coord.eight{
    top:790px;
}
.sheji.xingji .phone_sheji_box>div.eight{
    top:796px;
    left:50%;
    margin-left:40px;
}

.sheji.xingji .phone_sheji_box{
    height:900px;
}

/*主题酒店*/
.sheji.zhuti .sheji_box>div img{
    width:100%;
}
.sheji.zhuti .sheji_box span:nth-of-type(1){
    width:300px;
}
.sheji.zhuti .sheji_box .one{
    top:98px;
    left:0;
}
.sheji.zhuti .sheji_box span:nth-of-type(3){
    width:71px;
}
.sheji.zhuti .sheji_box .two{
    left:404px;
    top:160px;
}
.sheji.zhuti .sheji_box span:nth-of-type(5){
    width:110px;
}
.sheji.zhuti .sheji_box .three{
    top:423px;
    left:292px;
}
.sheji.zhuti .sheji_box span:nth-of-type(7){
    width:132px;
}
.sheji.zhuti .sheji_box .four{
    top:239px;
    left:769px;
}
.sheji.zhuti .sheji_box span:nth-of-type(9){
    width:159px;
}
.sheji.zhuti .sheji_box .five{
    top:423px;
    left:780px;
}
.sheji.zhuti .sheji_box span:nth-of-type(11){
    width:80px;
}

.sheji.zhuti .phone_sheji_box{
    height:600px;
}

/*酒店样式*/
.hotelStyle{
    position:relative;
    margin: -90px auto 0;
    width: 1200px;
    height:750px;
}
.hotelStyle>i.dotted:nth-child(1){
    position:absolute;
    height:5px;
    width:200px;
    background:url(img/dotted-h.png) repeat;
    left:920px;
    top:0;
}
.hotelStyle>i.dotted:nth-child(2){
    position:absolute;
    width:5px;
    height:375px;
    background:url(img/dotted-v.png) repeat;
    left:1120px;
    top:5px;
}
.hotelStyle>i.dotted:nth-child(3){
    position:absolute;
    height:5px;
    width:1040px;
    background:url(img/dotted-h.png) repeat;
    top:50%;
    left:80px;
    z-index: 10;
}
.hotelStyle>i.dotted:nth-child(4){
    position:absolute;
    width:5px;
    height:370px;
    background:url(img/dotted-v.png) repeat;
    top:50%;
    left:80px;
}
.hotelStyle>img{
    width:131px;
    position:absolute;
    top:50%;
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter: grayscale(100%);
}
.hotelStyle>img:hover{
    -webkit-filter:grayscale(0);
    -moz-filter:grayscale(0);
    -ms-filter:grayscale(0);
    -o-filter:grayscale(0);
    filter: grayscale(0);
}
.hotelStyle>div{
    position:absolute;
    display:none;
}
.hotelStyle>div .txt{
    position:absolute;
    right:5px;
    word-wrap: break-word;
    font-size: 13px;
    width:13px;
    line-height: 1;
    margin-top:20px;
    color:#666;
}
.hotelStyle>div .txt+.txt{
    right:20px;
}
.hotelStyle>div .txt+.txt+.txt{
    right:35px;
}
.hotelStyle>div .dashed{
    position: absolute;
    right:0;
    width:2px;
    height:100%;
    background:url(img/dashed.png) repeat;
}
/*精品酒店*/
.jingpin .hotelStyle>img:nth-child(5){
    margin-top:-138px;
    left:145px;
}
.jingpin .hotelStyle>img:nth-child(6){
    margin-top:-15px;
    left:249px;
}
.jingpin .hotelStyle>img:nth-child(7){
    margin-top:-136px;
    left:377px;
}
.jingpin .hotelStyle>img:nth-child(8){
    margin-top:-12px;
    left:479px;
}
.jingpin .hotelStyle>img:nth-child(9){
    margin-top:-138px;
    left:622px;
}
.jingpin .hotelStyle>img:nth-child(10){
    margin-top:-13px;
    left:720px;
}
.jingpin .hotelStyle>img:nth-child(11){
    margin-top:-137px;
    left:881px;
}
.jingpin .hotelStyle>div:nth-child(12){
    height:158px;
    top:120px;
    left:196px;
}
.jingpin .hotelStyle>div:nth-child(13){
    height: 173px;
    top: 481px;
    left: 322px;
}
.jingpin .hotelStyle>div:nth-child(14){
    height: 229px;
    top: 47px;
    left: 429px;
}
.jingpin .hotelStyle>div:nth-child(15){
    height: 230px;
    top: 482px;
    left: 534px;
}
.jingpin .hotelStyle>div:nth-child(16){
    height: 218px;
    top: 56px;
    left: 673px;
}
.jingpin .hotelStyle>div:nth-child(17){
    height: 180px;
    top: 482px;
    left: 796px;
}
.jingpin .hotelStyle>div:nth-child(18){
    height: 243px;
    top: 33px;
    left: 933px;
}
/*星级酒店*/
.xingji .hotelStyle>img:nth-child(5){
    margin-top:-138px;
    left:126px;
}
.xingji .hotelStyle>img:nth-child(6){
    margin-top:-15px;
    left:231px;
}
.xingji .hotelStyle>img:nth-child(7){
    margin-top:-136px;
    left:333px;
}
.xingji .hotelStyle>img:nth-child(8){
    margin-top:-12px;
    left:414px;
}
.xingji .hotelStyle>img:nth-child(9){
    margin-top:-138px;
    left:566px;
}
.xingji .hotelStyle>img:nth-child(10){
    margin-top:-13px;
    left:659px;
}
.xingji .hotelStyle>img:nth-child(11){
    margin-top:-137px;
    left:798px;
}
.xingji .hotelStyle>img:nth-child(12){
    width:120px;
    margin-top: -7px;
    left: 936px;
}
.xingji .hotelStyle>div:nth-child(13){
    height:158px;
    top:120px;
    left:176px;
}
.xingji .hotelStyle>div:nth-child(14){
    height:180px;
    top:480px;
    left:305px;
}
.xingji .hotelStyle>div:nth-child(15){
    height: 230px;
    top: 48px;
    left: 385px;
}
.xingji .hotelStyle>div:nth-child(16){
    height: 227px;
    top: 482px;
    left: 470px;
}
.xingji .hotelStyle>div:nth-child(17){
    height: 217px;
    top: 58px;
    left: 618px;
}
.xingji .hotelStyle>div:nth-child(18){
    height: 223px;
    top: 482px;
    left: 734px;
}
.xingji .hotelStyle>div:nth-child(19){
    height: 243px;
    top: 35px;
    left: 850px;
}
.xingji .hotelStyle>div:nth-child(20){
    height: 195px;
    top: 485px;
    left: 1007px;
}
/*主题酒店*/
.zhuti .hotelStyle>img:nth-child(5){
    margin-top:-138px;
    left:290px;
}
.zhuti .hotelStyle>img:nth-child(6){
    margin-top:-15px;
    left:395px;
}
.zhuti .hotelStyle>img:nth-child(7){
    margin-top:-136px;
    left:516px;
}
.zhuti .hotelStyle>img:nth-child(8){
    margin-top: -138px;
    left: 714px;
}
.zhuti .hotelStyle>img:nth-child(9){
    margin-top: -14px;
    left: 850px;
}
.zhuti .hotelStyle>div:nth-child(10){
    height: 183px;
    top: 95px;
    left: 340px;
}
.zhuti .hotelStyle>div:nth-child(11){
    height: 270px;
    top: 481px;
    left: 468px;
}
.zhuti .hotelStyle>div:nth-child(12){
    height: 201px;
    top: 74px;
    left: 570px;
}
.zhuti .hotelStyle>div:nth-child(13){
    height: 156px;
    top: 118px;
    left: 767px;
}
.zhuti .hotelStyle>div:nth-child(14){
    height: 180px;
    top: 482px;
    left: 925px;
}
/*商务酒店*/
.shangwu .hotelStyle>img:nth-child(5){
    margin-top:-138px;
    left:290px;
}
.shangwu .hotelStyle>img:nth-child(6){
    margin-top:-15px;
    left:395px;
}
.shangwu .hotelStyle>img:nth-child(7){
    margin-top:-136px;
    left:516px;
}
.shangwu .hotelStyle>img:nth-child(8){
    margin-top: -138px;
    left: 714px;
}
.shangwu .hotelStyle>img:nth-child(9){
    margin-top: -14px;
    left: 850px;
}
.shangwu .hotelStyle>div:nth-child(10){
    height: 183px;
    top: 95px;
    left: 340px;
}
.shangwu .hotelStyle>div:nth-child(11){
    height: 220px;
    top: 481px;
    left: 468px;
}
.shangwu .hotelStyle>div:nth-child(12){
    height: 155px;
    top: 120px;
    left: 570px;
}
.shangwu .hotelStyle>div:nth-child(13){
    height: 201px;
    top: 73px;
    left: 767px;
}
.shangwu .hotelStyle>div:nth-child(14){
    height: 186px;
    top: 482px;
    left: 925px;
}
/*度假酒店*/
.dujia .hotelStyle>img:nth-child(5){
    margin-top:-138px;
    left:145px;
}
.dujia .hotelStyle>img:nth-child(6){
    margin-top:-15px;
    left:249px;
}
.dujia .hotelStyle>img:nth-child(7){
    margin-top:-136px;
    left:377px;
}
.dujia .hotelStyle>img:nth-child(8){
    margin-top:-12px;
    left:479px;
}
.dujia .hotelStyle>img:nth-child(9){
    margin-top:-138px;
    left:622px;
}
.dujia .hotelStyle>img:nth-child(10){
    margin-top:-13px;
    left:720px;
}
.dujia .hotelStyle>img:nth-child(11){
    margin-top:-137px;
    left:881px;
}
.dujia .hotelStyle>div:nth-child(12){
    height: 139px;
    top: 138px;
    left:196px;
}
.dujia .hotelStyle>div:nth-child(13){
    height: 246px;
    top: 481px;
    left: 322px;
}
.dujia .hotelStyle>div:nth-child(14){
    height: 212px;
    top: 64px;
    left: 429px;
}
.dujia .hotelStyle>div:nth-child(15){
    height: 258px;
    top: 482px;
    left: 534px;
}
.dujia .hotelStyle>div:nth-child(16){
    height: 144px;
    top: 130px;
    left: 673px;
}
.dujia .hotelStyle>div:nth-child(17){
    height: 265px;
    top: 482px;
    left: 796px;
}
.dujia .hotelStyle>div:nth-child(18){
    height: 251px;
    top: 25px;
    left: 933px;
}
/*调整a 100%*/
.project-content .project-tab a{
    display: inline-block;
    width:100%;
}
.project-tab-bar span a{
    display: inline-block;
    width:100%;
}
/*箭头*/
.am-slider-default .am-direction-nav a:before{
    font-size:60px!important;
    line-height: 60px!important;
    color:#fff;

}
.am-slider-default .am-direction-nav a{
    width:60px;
    height:60px;
}
/****************************************2017-11-29增加************************************************************/
.thinking-content .cover{
    background:rgba(0,0,0,0.5);
    top:0;left:0;
}
.thinking-content .shadow{
    background-color: rgba(143,1,16,0.75);
    bottom:-900px;
}
.thinking-content .shadow_red{
    bottom:-10px;
    background-color: transparent;
}
.thinking li:hover .shadow{
    bottom:0;
    -webkit-transition: bottom 1s linear;
    -moz-transition: bottom 1s linear;
    -ms-transition: bottom 1s linear;
    -o-transition: bottom 1s linear;
    transition: bottom 0.5s;
}
.thinking li:hover .shadow_red{
    bottom:0;
}
.youqing a{
    color:#fff;
}
.service-moduleTitle p,.service-moduleTitle p,.service-moduleTitle p,.service-moduleTitle p{
    font-size: 14px;
    color: #a5a5a5;
    line-height: 12px;
    font-family: 'futitle';
    text-transform: uppercase;
}

/*修改合作品牌的边框*/
.partner li:nth-child(3n+0) {
    border-right:none;
}

.partner li:nth-child(7){
    border-bottom:none;
}
.partner li:nth-child(8){
    border-bottom:none;
}
.partner li:nth-child(9){
    border-bottom:none;
}
.partner li:nth-child(1){
    border-left:none;
}
.partner li:nth-child(4){
    border-left:none;
}
.partner li:nth-child(7){
    border-left:none;
}
/************2017-12-7********************/
.thinking-content .shadow_red>div ul{
    width:100%;
    padding-left:35px;
    margin-bottom:20px;
}
.thinking-content .shadow_red>div li{
    width:100%;
    list-style: disc;
    color:#fff;
    font-size:14px;
    height:20px;
    float:none;
}
.section3 .bottom-part table td .box label,
.section3 .bottom-part ul .box label{
    color:#fff;
    text-align:left;
    font-size:12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
    margin:0 auto;
}
.section3 .bottom-part table td .box ul,
.section3 .bottom-part ul .box ul{
    padding-left:35px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
    margin:0 auto 20px;
}
.section3 .bottom-part table td.active .box li,
.section3 .bottom-part ul .box ul li{
    width:100%;
    list-style: disc;
    text-align:left;
    color:#fff;
    font-size:12px;
    height:20px;
    float:none;
    background:transparent;
}
.section3 .bottom-part table td.active .box label,
.section3 .bottom-part table td.active .box ul,
.section3 .bottom-part ul .box ul{
    display:block;
    width:70%;
}
/*服务优势*/
.server_advantage{
    margin-top:50px;
    padding-bottom:30px;
    border-bottom:1px solid #e5e5e5;
    background:#fff;
}
.server_advantage div{
    margin:0 auto;
    width:960px;
}
.server_advantage div img{
    width:500px;
}
.thinking-service{
    position: relative;
    height:605px;
}
.thinking-service>img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thinking-service table{
    position: relative;
    z-index: 10;
    margin: 0 auto;
}
.thinking-service td,
.thinking-service>ul>li{
    width:290px;
    border:1px solid #000;
    height:520px;
    vertical-align: top;
    position: relative;
}
.thinking-service>ul>li{
    border:0;
}
.thinking-service>ul>li:before{
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    left: 5px;
    right: 5px;
    border:1px solid #000;
}
.thinking-service .thinkingPrev{
    position: absolute;
    top: 47%;
    left: 0;
    font-size: 20px;
    z-index: 10;
    letter-spacing: -9px;
    display:none;
}
.thinking-service td>div,
.thinking-service>ul>li>div{
    padding:30px 0 0  40px;
    letter-spacing:1px;
}
@media screen and (width: 1024px) {
    .thinking-service>ul>li {
        width: 250px;
    }
    .thinking-service>ul>li>div {
        padding:30px 0 0  20px;
    }
}
.thinking-service td>div:first-child,
.thinking-service>ul>li>div:first-child{
    height:250px;
}
.thinking-service td>div h2,
.thinking-service>ul>li>div h2{
    font-weight: 600;
    font-size: 20px;
    padding-bottom:20px;
    position: relative;
}
.thinking-service td>div h2:after,
.thinking-service>ul>li>div h2:after{
    content: '';
    position: absolute;
    width: 50px;
    border-top: 1px solid #000;
    bottom: 0;
    left: 35px;
}
.thinking-service td ul,
.thinking-service>ul>li ul{
    padding: 20px 0 0 30px;
}
.thinking-service td li,
.thinking-service>ul>li li{
    list-style: disc;
    font-size:14px;
 }
.honor{
    padding-bottom:30px;
}
.honor .swiper-pagination-bullet{
    opacity:1;
}
.honor .swiper-pagination-bullet-active{
    background:red;
}
.honor .swiper-pagination-bullets{
    bottom:5px;
}
.honor .swiper-button-prev{
    left:60px;
    background: url(img/swiper_button_prev.png) no-repeat left top;
    background-size: contain;
}
.honor .swiper-button-next{
    right:60px;
    background: url(img/swiper_button_next.png) no-repeat left top;
    background-size: contain;
}
.inquiries .in-left{
    width:50%;
}
.inquiries .in-left li{
    position: relative;
    padding-right:20px;
    text-align: right;
}
.inquiries .in-left li input{
    display:inline-block;
    width:200px;
	font-size:14px;
	margin-bottom: 35px;
}
.inquiries .in-left li label{
    position: relative;
    top: -17px;
}
.inquiries .in-left b{
    position: absolute;
    color:red;
    right:5px;
    padding-top:4px;
    font-size:20px;
    width:10px;
}
.inquiries .in-right{
    width: 50%;
}
.inquiries .in-right label{
    width:82px;
    text-align: right;
    position: relative;
    top: -10px;
}
.inquiries textarea{
    width:250px;
    height:125px;
}
.inquiries .yanzheng{
    width:120px;
}
.inquiries .in-right img{
    width:110px;
    height:35px;
}
.inquiries .submit{
    margin-left: 82px;
    width:250px;
    height:35px;
    line-height:35px;
    font-size:16px;
}
.inquiries .in-right b{
    color:red;
    font-size:20px;
    position: relative;
    top: 55px;
    left: 10px;
    width:10px;
}
/*轮播居中一点*/
.am-slider-default .am-direction-nav .am-prev{
    left:60px;
}
.am-slider-default .am-direction-nav .am-next{
    right: 60px;
}

.am-slider .am-slides img{
    height:auto;
}
.am-slider .am-slides>li{
    height:auto !important;
}
.am-slides .bannerp{
    height:100%;
}
.action span{
    bottom:20px;
}
.honorWrapper{
	padding:60px 0;
}
.partner li img{
	transition: all 0.5 linears;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.partner li:hover img{
	transition: all 0.5s linear;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.service-content>ul{
    width:860px;
    margin:0 auto;
}
.bottom-part .swiper-button-prev,
.bottom-part .swiper-button-next{
    display:none;
}
.fenye a.cur{
    background: #303030;
    color: #fff;
    transition: all 0.3s linear;
}

/**********人才招聘*********/
.issueJob{
    width: 800px;
    margin: 0 auto;
}
.issueJob .oneJob{
    border-bottom: 1px dashed #aaa;
    margin-bottom: 30px;
}
.issueJob .oneJob:last-child{
    border-bottom: 0;
}
.issueJob .oneJob .jobName{
    font-size: 32px;
}
.issueJob .oneJob .jobTerm{
    overflow: hidden;
    background: #F4F4F4;
    padding: 20px;
    margin: 10px 0 15px;
}
.issueJob .oneJob .jobTerm li{
    float:left;
    width: 33.33%;
    color: #666;
    font-family: '宋体';
    font-size: 14px;
    height: 22px;
}
.issueJob .oneJob .jobTerm li span{
    color: #333;
}
.issueJob .oneJob .jobRequire{
    padding-bottom:20px;
}
.issueJob .oneJob .jobRequire .itemTitle{
    font-size: 18px;
    color: #333;
}
.issueJob .oneJob .jobRequire .jobDisc{
    margin: 20px 0;
}
.issueJob .oneJob .jobRequire .jobDisc li{
    line-height: 2;
    color: #666;
    font-size: 14px;
}