@charset "utf-8";
/* CSS Document */

/*通配符*/
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
}

body {
    margin: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    margin: 0;
}

p {
    margin: 0;
}

dd,
dl {
    margin: 0;
    padding: 0;
    border: none;
}

img {
    display: block;
}

a {
    text-decoration: none;
}

input {
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
}

textarea {
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
}

.clearfix {
    clear: both;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    visibility: hidden;
}

.clear {
    clear: both;
}

/*Top*/
.header {
    width: 100%;
    background-color: white;
    z-index: 999;
}

.center {
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-right: 30px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/*nav*/
.nav {
    float: left;
}

.nav ul {
    height: 92px;
    overflow: hidden;
}

.nav li {
    float: left;
    display: block;
    line-height: 92px;
    height: 92px;
    padding: 0 18px;
    position: relative;
    transition: transform .5s;
    color: #4c4c4c;
}

.nav li::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    transform: translateY(100%);
    text-transform: capitalize;
}

.nav li a {
    width: 100%;
}


/*banner*/
.fullSlide {
    float: left;
    width: 100%;
    position: relative;
    height: 700px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 700px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 600px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;

}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    line-height: 9999px;

}

.fullSlide .hd ul .on {
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background: #ec7145;
}

.fullSlide .pnBtn {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.fullSlide .prev {
    left: 5%;
    top: 230px;
    width: 60px;
    height: 60px;
    background: url(../images/left.png) center top no-repeat
}



.fullSlide .next {
    right: 5%;
    top: 230px;
    width: 60px;
    height: 60px;
    background: url(../images/right.png) center top no-repeat
}


.fullSlide .pnBtn .arrow {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 60px;
    height: 335px;
}


.fullSlide .prev .arrow {
    right: 0;
    background: url(../images/slider-arrow.png) -120px 0 no-repeat;
}

.fullSlide .next .arrow {
    left: 0;
    background: url(../images/slider-arrow.png) 0 0 no-repeat;
}


/*ad*/
.guanggao {
    width: 100%;
    height: 179px;
    background: url(../images/ad.png) no-repeat center;
}

.title {
    margin-bottom: 60px;
    margin-top: 80px;
}

.title h1,
p {
    text-align: center;
}

.title h1 {
    font-size: 24px;
    color: black;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    background: url(../images/line.png) no-repeat center bottom;
}

.title p {
    font-size: 16px;
    color: #999999;
}


::-webkit-scrollbar {
    width: 14px;
    width: 2px
}

::-webkit-scrollbar-track {
    background-color: #cccccc;
}

::-webkit-scrollbar-thumb {
    background-color: #fda260;
}


/*service*/
.service {
    width: 100%;
}

.service-left {
    float: left;
    margin-top: 130px;
}

.service-center {
    float: left;
    padding: 0 58px;
}

.service_icon1,
.service_icon2,
.service_icon3,
.service_icon4,
.service_icon5,
.service_icon6 {
    float: left;
    width: 70px;
    height: 70px;
}

.service_icon1 {
    background: url(../images/icon1.png) no-repeat;
}

.service_icon2 {
    background: url(../images/icon2.png) no-repeat;
}

.service_icon3 {
    background: url(../images/icon3.png) no-repeat;
}

.service_icon4 {
    background: url(../images/icon4.png) no-repeat;
}

.service_icon5 {
    background: url(../images/icon5.png) no-repeat;
}

.service_icon6 {
    background: url(../images/icon6.png) no-repeat;
}

.s_content li {
    padding: 18px 21px;
    border: 2px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 40px;
    transition: all .7s;
}

.service_content {
    float: left;
    padding: 8px 0 8px 40px;
}

.service_content h2 {
    font-size: 20px;
    color: #999999;
    font-weight: bold;
}

.service_content h3 {
    font-size: 18px;
    color: #cccccc;
}

/*choice*/
.choice {
    width: 100%;
}
.choice2{
    display: none;
}

/*about*/
.about {
    width: 100%;
    overflow: hidden;
}

.a_content p {
    text-align: center;
}

.a_content {
    background: url(../images/fuhao.png) no-repeat center top;
    padding: 80px 0 70px;
}

.more {
    display: block;
    margin: 0 auto;
    background: url(../images/more.png) no-repeat center center;
    width: 130px;
    height: 36px;
    line-height: 36px;
    border-radius: 65px;
    border: 1px solid #e5e5e3;
    transition: all 1s;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.more::before {
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    border-radius: 65px;
    left: 0;
    top: 0;
    content: "";
    background: url(../images/more1.png) no-repeat center center #ec7145;
    /* transform: translateX(-100%); */
    transform: translateX(0);
    transition: all 0.5s;
}


/*news*/
.news {
    background-color: #f8f8f8;
    width: 100%;
    overflow: hidden;
    padding-bottom: 70px;
}

.news_more {
    right: 20px;
    top: 0;
    font-size: 16px;
    line-height: 66px;
    height: 100%;
    position: relative;
    float: right;
    transition: all .6s;
}

.news_more::after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 66px;
    color: #ec7145;
    transform: translateY(100%);
}



.slideTxtBox {
    width: 740px;
    height: 384px;
    text-align: left;
    background-color: white;
    float: left;
}

.slideTxtBox .hd {
    height: 66px;
    line-height: 66px;
    border-bottom: 2px solid rgba(236, 236, 236, 0.6);
    position: relative;
    overflow: hidden;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: 0;
}

.slideTxtBox .hd ul li {
    float: left;
    margin-right: 15px;
    cursor: pointer;
    font-size: 18px;
    color: black;
}

.slideTxtBox .hd ul li.on {
    height: 66px;
    border-bottom: 2px solid #ec7145;
    box-sizing: border-box;
}

.slideTxtBox .bd ul {
    padding: 20px;
    zoom: 1;
}

.slideTxtBox .bd li {
    width: 306px;
    height: 114px;
    float: left;
    margin: 0 20px 36px;
    overflow: hidden;
}

.slideTxtBox .bd li h2 {
    color: #a3a3a3;
    font-size: 24px;
    font-weight: bold;
}

.slideTxtBox .bd li h3 {
    color: #4c4c4c;
    font-size: 16px;
    padding: 14px 0;
}

.slideTxtBox .bd li p {
    text-align: left;
}


.question {
    float: right;
}

.txtMarquee-top {
    overflow: hidden;
    position: relative;
    width: 430px;
    height: 384px;
    background-color: white;
}

.txtMarquee-top .hd {
    height: 66px;
    line-height: 66px;
    border-bottom: 2px solid rgba(236, 236, 236, 0.6);
    position: relative;
    overflow: hidden;
}

.txtMarquee-top .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: 0;
}

.txtMarquee-top .hd ul li {
    height: 66px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    font-size: 18px;
    color: black;
    border-bottom: 2px solid #ec7145;
    box-sizing: border-box;
}

.txtMarquee-top .bd {
    padding: 15px;
}

.txtMarquee-top .tempWrap {
    overflow: hidden;
    position: relative;
    height: 284px;
}

.txtMarquee-top .infoList {
    height: 312px;
    position: relative;
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.txtMarquee-top .infoList li {
    border-bottom: dotted 1px rgba(236, 236, 236, 1);
}

.txtMarquee-top .infoList li h2 {
    background: url(../images/question.jpg) no-repeat left center;
    padding: 14px 0 14px 40px;
    color: #4c4c4c;
    font-size: 16px;
}

.txtMarquee-top .infoList li p {
    background: url(../images/awnser.jpg) no-repeat left center;
    padding-left: 40px;
    text-align: left;
    padding-bottom: 14px;
}

/*team*/
/* 本例子css */
.team {
    width: 100%;
    padding-bottom: 100px
}

.slideBox {
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 0%;
    top: 52%;
    margin-top: -25px;
    display: block;
    width: 58px;
    height: 58px;
    background: url(../images/left2.png) center top no-repeat;
    filter: alpha(opacity=50);
    opacity: 1;
}

.slideBox .next {
    left: auto;
    right: 0%;
    background: url(../images/right2.png) center top no-repeat;
}


.slideBox .tempWrap {
    overflow: hidden;
    position: relative;
    max-width: 1200px
}

.slideBox .tempWrap li {
    max-width: 1200px;
    float: left;
    padding-top: 24px;
}

.team-left {
    width: 454px;
    height: 252px;
    overflow: hidden;
    float: left;
    padding: 0 170px;
}

.team-left h2 {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 48px;
}

.team-left h3 {
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(236, 236, 236, 1);
    margin-bottom: 20px;
}

::-webkit-scrollbar {
    width: 14px;
    width: 2px;
}

::-webkit-scrollbar-track {
    background-color: #cccccc;
}

::-webkit-scrollbar-thumb {
    background-color: #fda260;
}

.team-left p {
    text-align: left;
    height: 100px;
    overflow: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    padding-right: 35px
}

::-webkit-scrollbar {
    width: 14px;
    width: 2px;
}

::-webkit-scrollbar-track {
    background-color: #cccccc;
}

::-webkit-scrollbar-thumb {
    background-color: #fda260;
}

.team-right {
    width: 250px;
    height: 252px;
    overflow: hidden;
    float: left;
}

.team-right img {
    width: 100%;
}

::-webkit-scrollbar {
    width: 14px;
    width: 2px
}

::-webkit-scrollbar-track {
    background-color: #cccccc;
}

::-webkit-scrollbar-thumb {
    background-color: #fda260;
}

::-moz-scrollbar {
    width: 14px;
    width: 2px
}

::-moz-scrollbar-track {
    background-color: #cccccc;
}

::-moz-scrollbar-thumb {
    background-color: #fda260;
}

.anli {
    width: 100%;
    padding-bottom: 50px
}

.anli-con {
    width: 100%;
    text-align: center
}

.anli-top {
    width: 100%;
    margin-bottom: 50px
}

.anli-top a {
    font-size: 16px;
    color: #4c4c4c
}

.anli-con ul {
    float: left;
    margin-bottom: 70px
}

.anli-con ul li {
    float: left;
    width: 380px;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    margin: 10px;
    border: 1px solid lightgray;
    box-sizing: border-box;
}

.anli-block {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: none;
    background: rgba(255, 255, 255, 0.85);
    transition: all ease-in-out 0.5s
}

.anli-kuang {
    width: 100%;
    /* height: 60px; */
   /*  border: 1px solid #999999; */
    position: absolute;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    opacity: 0;
    padding: 20px 15px;
    text-align: left;
    font-size: 16px;
    color: #4c4c4c;
    background: url(../images/right3.png) 285px 24px no-repeat;
    transition: all ease-in-out 0.5s
}


.lianxi {
    width: 100%;
    padding: 60px 0 50px 0;
    background: #f5f5f5;
}

.lianxi1 {
    float: left;
    width: 290px;
    box-sizing: border-box;
    padding-left: 60px
}

.lianxi2 {
    float: left;
    width: 200px
}

.lianxi3 {
    float: left;
    width: 500px
}

.lianxi4 {
    float: left;
    width: 160px
}
.lianxi4 img{
    width: 100%;
}

.lianxi1 h2 {
    font-size: 24px;
    color: black;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    background: url(../images/line.png) no-repeat 10px bottom;
}

.lianxi2 h2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 42px
}

.lianxi2 ul li {
    float: left;
    margin-right: 20px
}

.lianxi3 h2 {
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 25px
}

.lianxi3 p {
    text-align: left;
    line-height: 40px
}

/*footer*/
.footer {
    width: 100%;
    padding: 18px 0;
    background: #333333;
    color: #999999;
    text-align: center
}

/*新闻列表*/
.xinwen {
    width: 100%;
    padding: 0px 0 75px 0
}

.xinwen-top {
    wdith: 100%;
    height: 80px;
    line-height: 80px;
    color: #999;
    background: url(../images/dingwei.png) left center no-repeat;
    text-indent: 35px;
    border-bottom: 1px solid #cccccc
}

.xinwen-top span {
    float: right
}

.xinwen-top span a {
    color: #999
}



.xinwen-con {
    width: 100%;
    padding-top: 50px
}

.xinwenr-con-title {
    width: 100%
}

.lanmu {
    width: 141px;
    height: 75px;
    background: url(../images/duobian.png) center top no-repeat;
    margin: 0 auto;
    font-size: 22px;
    color: #4c4c4c;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box
}

.xinwen-con ul {
    float: left;
    width: 100%;
    margin-top: 45px
}

.xinwen-con ul li {
    float: left;
    width: 560px;
    height: 202px;
    box-sizing: border-box;
    padding: 40px 83px 45px 30px;
    background: #fafafa;
    margin-right: 80px;
    margin-bottom: 40px;
    text-align: left;
    position: relative
}

.xinwen-con ul li p {
    text-align: left;
    color: #999999;
    line-height: 25px
}

.xinwen-con ul li:nth-child(2n) {
    margin-right: 0
}

.xinwen-con ul li h2 {
    font-size: 24px;
    color: #cccccc;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all ease-in-out 0.3s;
}

.xinwen-con ul li h3 {
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 10px;
    transition: all ease-in-out 0.3s;
}

.xinwen-con ul li:after {
    position: absolute;
    width: 26px;
    height: 27px;
    background: url(../images/jia.png);
    right: 20px;
    top: 0px;
    content: '';
    opacity: 0
}


.yeshu {
    width: 100%;
    text-align: center
}

.yeshu a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 15px 15px;
    margin: 0 5px;
    vertical-align: top;
    line-height: 10px;
    font-size: 16px;
    color: #999999
}



.yeshu a.on {
    border: 1px solid #ec7145;
    color: #ec7145
}

/*新闻详情*/
.xinwen-detail {
    width: 100%;
    padding: 45px 0 75px 0
}

.xinwen-detail1 {
    width: 100%;
}

.xinwen-detail1 h2 {
    font-size: 22px;
    color: #4c4c4c;
    background: url(../images/hengxian.png) left bottom no-repeat;
    padding-bottom: 25px;
    margin-bottom: 30px;
    margin-top: 50px
}

.xinwen-detail1 h2 span {
    float: right;
    vertical-align: top;
    margin-top: 10px;
    display: inline-block;
}

.xinwen-detail1 p {
    line-height: 35px;
    ;
    text-align: left;
    color: #999999
}

.tiao {
    width: 100%;
    margin-top: 50px
}

.tiao a {
    color: #999999
}


.tiaol {
    float: left;
    width: 50%;
    text-align: left
}

.tiaor {
    float: left;
    width: 50%;
    text-align: right
}

/*案例列表*/
.case {
    width: 100%;
    padding: 0px 0 75px 0
}

.case-con {
    width: 100%;
    padding-top: 50px
}

.case-class {
    width: 100%;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 50px
}

.case-class a {
    background: url(../images/shuxian.png) right center no-repeat;
    padding: 0 15px;
    display: inline-block;
    font-size: 16px;
    color: #4c4c4c;
}


.case-con ul {
    margin-bottom: 30px;
    float: left
}

.case-con ul li {
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 40px
}

.case-con ul li:nth-child(3n) {
    margin-right: 0
}

.case-img {
    width: 380px;
    height: 285px;
    overflow: hidden
}

.case-des {
    width: 380px;
    height: 60px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 18px 13px;
    font-size: 16px;
    color: #4c4c4c
}

.case-des:after {
    width: 0%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    content: ''
}

.case-des:before {
    width: 21px;
    height: 21px;
    right: 40px;
    top: 15px;
    opacity: 0;
    background: url(../images/jia1.png) right center no-repeat;
    position: absolute;
    content: ''
}

.case-img img {
    transition: all ease-in-out 1s
}

.case-detail {
    width: 600px;
    height: 450px;
    margin: 0 auto
}

.case-photo {
    width: 600px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.case-photo img {
    width: 100%;
}

.case-left {
    position: absolute;
    width: 36px;
    height: 50px;
    left: -116px;
    top: 200px;
    background: url(../images/l1.png)
}

.case-left a {
    width: 100%;
    height: 100%;
    display: block
}

.case-right {
    position: absolute;
    width: 36px;
    height: 50px;
    right: -116px;
    top: 200px;
    background: url(../images/r1.png)
}

.case-right a {
    width: 100%;
    height: 100%;
    display: block
}

.case-fx {
    width: 600px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px
}

.case-fx a {
    font-size: 16px;
    color: #fff;
    display: block
}

.case-fxl {
    float: left;
    width: 300px;
    height: 50px;
    background: url(../images/jianl.png) 94px center no-repeat #cccccc;
    text-indent: 160px
}

.case-fxr {
    float: right;
    width: 300px;
    height: 50px;
    background: url(../images/jianr.png) 151px center no-repeat #ec7145;
    text-indent: 100px
}

.case-text {
    width: 100%;
    color: #999999;
    margin-top: 120px;
    line-height: 25px;
    margin-bottom: 50px
}

/*团队列表*/
.tuandui {
    width: 100%;
    padding: 0px 0 75px 0
}

.tuandui-con {
    width: 100%;
    padding-top: 50px
}

.tuandui-con ul {
    float: left;
    width: 100%;
    margin-top: 50px
}

.tuandui-con ul li {
    width: 100%;
    margin-bottom: 90px;
    position: relative;
    box-sizing: border-box;
    padding: 10px 195px 25px 45px;
    background: url(../images/jiantour.png) 1108px center no-repeat #fafafa;
    transition: all ease-in-out 0.5s
}

.tuandui-top {
    float: right;
    width: 776px;
    position: relative;
    padding-bottom: 25px
}

.tuandui-top h2 {
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 5px
}

.tuandui-top h3 {
    font-size: 14px;
    color: #999999
}

.tuandui-top:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background: #cccccc;
    left: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s
}

.tuandui-bot {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
    color: #999999;
    height: 60px;
    overflow-y: scroll;
    margin-left: 20px;
}

.tuandui-tx {
    position: absolute;
    width: 150px;
    height: 150px;
    box-shadow: 0px 1px 8px 0px rgba(183, 183, 183, 0.5);
    left: 50px;
    top: -60px;
    border-radius: 50%;
    overflow: hidden
}

.tuandui-tx img {
    width: 100%;
}


.tuandui-xq1 {
    z-index: 99;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 200px 100px 220px;
    box-shadow: 0px 1px 8px 0px rgba(183, 183, 183, 0.5);
    top: -60px;
    left: 0;
    background: #fff;
    display: none
}

.tuandui-xql {
    float: left;
    width: 220px;
}

.tuandui-xql1 {
    width: 100%;
    height: 260px
}

.tuandui-xql1 img {
    width: 100%;
}

.tuandui-xql2 {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 15px 20px;
    background: #efefef
}

.tuandui-xql2 h2 {
    font-size: 15px;
    color: #888
}

.tuandui-xql2 h3 {
    font-size: 12px;
    color: #999
}

.tuandui-xqr {
    float: right;
    width: 435px;
    font-size: 14px;
    color: #999999;
    line-height: 25px
}

.guanbi {
    width: 31px;
    height: 31px;
    position: absolute;
    right: 37px;
    top: 30px
}

.tuandui-xq2 {
    z-index: 99;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 200px 100px 220px;
    box-shadow: 0px 1px 8px 0px rgba(183, 183, 183, 0.5);
    top: -60px;
    left: 0;
    background: #fff;
    display: none
}

.tuandui-xq3 {
    z-index: 99;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 200px 100px 220px;
    box-shadow: 0px 1px 8px 0px rgba(183, 183, 183, 0.5);
    top: -60px;
    left: 0;
    background: #fff;
    display: none
}

/*公司简介*/
.jianjie {
    width: 100%;
    padding: 0px 0 75px 0
}

.jianjie-con {
    width: 100%;
    padding-top: 50px;
    color: #999999;
    line-height: 27px
}
.jianjie-con p{
    text-align: left;
}
/*联系我们*/
.contact {
    width: 100%;
    padding: 0px 0 75px 0
}

.contact-con {
    width: 100%;
    padding-top: 50px;
}

.ditu-con {
    width: 100%;
    margin-top: 50px
}

/*返回顶部*/
.top1 {
    position: fixed;
    font-size: 16px;
    color: #999999;
    width: 64px;
    box-sizing: border-box;
    height: 70px;
    right: 10%;
    bottom: 10%;
    display: none
}

.top1 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 3px
}

.top1 a {
    font-size: 16px;
    display: block;
    color: #ccc;
}

/*在线留言*/
.msgtitle {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.message_block p {
    padding: 12px;
}

.msg_input {
    width: 400px;
    border: 1px solid #e0e0e0;
    padding: 8px 9px;
    background: #fff;
    font-size: 13px;
    color: #888;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}

.msg_input_on {
    width: 400px;
    border: 1px solid #8cd1ff;
    background: #f1f9ff;
    padding: 8px 9px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    font-size: 13px;
    color: #888;
}

.message_labes {
    font-size: 14px;
}

.message_title {
    height: 34px;
    line-height: 34px;
    background: #f6f9fb;
    padding: 0 12px;
}

.message_title span {
    float: right;
    font-weight: bold;
}

.message_info {
    color: #8ea6b6;
    text-align: right;
}

.msg_btn_area {
    margin: 16px 0;
    text-align: left;
}

.msg_btn_area a {
    display: inline-block;
    padding: 10px 50px;
    background: #161616;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    font-weight: bold;
}

/*显示留言*/
.show_message_title {
    width: 98%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    background: #9a9a9a;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
}

.show_message {
    width: 98%;
    height: auto;
    margin: 5px auto;
    padding: 5px;
    border: 1px #ccc solid;
    line-height: 30px
}

.show_message .liuyanren {
    float: left;
    font-size: 12px;
}

.show_message .time {
    float: right;
    margin-right: 20px;
    width: 200px
}

.show_message span {
    float: left;
    font-size: 12px;
    font-weight: bolder
}

.show_message .huifu {
    font-size: 12px;
    color: #F00;
}