/*public*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    transition: .3s all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #3b3b3b;
    line-height: 24px;
    text-align: center\9;
    background: #fbfbfb;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
img {
    /*image-rendering: pixelated;*/
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
i, em {
    font-style: normal;
}
a {
    text-decoration: none;
    background: none;
    color: #333;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hang5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.hang4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.hang3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hang2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hang1 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.container {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    display: inline-block\9;
}
.header {
    height: 85px;
    background: #1d283a;
    border-bottom: 1px solid rgba(211,162,115,.5);
    min-width: 1200px;
    z-index: 999;
}
.logo {
    position: absolute;
    left: 60px;
    line-height: 85px;
    height: 85px;
}
.logo img {
    display: inline-block;
    vertical-align: middle;
    height: 57px;
}
.menu {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.menu > li {
    position: relative;
    display: inline-block;
    padding: 20px 22px;
    line-height: 45px;
}
.menu > li:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    width: 1px;
    height: 20px;
    background: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
}
.menu > li:last-child:after {
    content: none;
}
.menu a {
    display: block;
    color: #fff;
    font-size: 18px;
}
.menu li:hover > a,
.menu li.active > a {
    color: #d3a273;
}
.submenu {
    display: none;
    transition: none .2s;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    background: rgba(32,41,56,.8);
    padding: 0 20px 5px;
    z-index: 999;
     text-align: center;
}
.submenu a {
    padding: 14px 0;
    line-height: normal;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.submenu a:last-child {
    border-bottom: 0 !important;
     margin: 0 -20px;
}
.submenu a:hover {
    color: #d3a273;
    border-bottom: 1px solid rgba(211,162,115,.5);
}
.tel {
    position: absolute;
    top: 0;
    right: 70px;
    line-height: 84px;
    font-size: 24px;
    font-weight: bold;
    color: #d3a273;
    padding-left: 60px;
    background: url("../images/tel.png") left center no-repeat;
}
.lunbo {
    position: relative;
    overflow: hidden;
}
.lunbo img {
    display: block;
    width: 100%;
    
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.lunbo .swiper-pagination {
    bottom: 20px;
}
.lunbo .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 8px !important;
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 5px;
}
.lunbo .swiper-pagination-bullet-active {
    width: 65px;
    background: #27364a;
}
.lunbo .swiper-slide {
    background-size: auto 100% !important;
}
.lunbo .swiper {
    width: auto;
    margin: 0 -1px;
}
.wrap {
    padding: 40px 0;
}
.pt116 {
    padding-top: 116px;
}
.indextt {
    position: relative;
    text-align: center;
    margin: 0 0 36px;
}
.indextt p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 64px;
    color: #000;
    opacity: .1;
    filter: alpha(opacity=10);
    line-height: 50px;
}
.indextt h2 {
    font-size: 36px;
    font-weight: bold;
    padding-top: 25px;
    line-height: 30px;
}
.indextt span {
    display: inline-block;
    width: 72px;
    height: 1px;
    background: #d3a273;
}
.business a {
    float: left;
    width: 25%;
    text-align: center;
    padding: 130px 38px 20px;
}
.b1 {
    background: url("../images/yewu1.png") center 28px no-repeat;
}
.b2 {
    background: url("../images/yewu2.png") center 28px no-repeat;
}
.b3 {
    background: url("../images/yewu3.png") center 28px no-repeat;
}
.b4 {
    background: url("../images/yewu4.png") center 28px no-repeat;
}
.business h2 {
    display: inline-block;
    color: #000;
    font-size: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #bf4946;
    margin-bottom: 15px;
}
.business span {
    float: left;
    width: 50%;
    line-height: 40px;
    white-space: nowrap;
}
.business a:hover h2,
.business a:hover span {
    color: #fff;
}
.business a:hover h2 {
    border-bottom: 1px solid #fff;
}
.business a.b1:hover  {
    background: url("../images/yewu1-1.png") #bf4946 center 28px no-repeat;
}
.business a.b2:hover  {
    background: url("../images/yewu2-1.png") #bf4946 center 28px no-repeat;
}
.business a.b3:hover  {
    background: url("../images/yewu3-1.png") #bf4946 center 28px no-repeat;
}
.business a.b4:hover  {
    background: url("../images/yewu4-1.png") #bf4946 center 28px no-repeat;
}
.aboutsp {
    position: relative;
    width: 520px;
    float: left;
    margin-left: 30px;
    overflow: hidden;
}
video {
    display: block;
}
.aboutsp iframe {
    width: 100%;
    height: 100%;
}
.aboutsp img {
    display: block;
    width: 100%;
    height: 100%;
}
.aboutsp i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    width: 54px;
    height: 54px;
    background: url("../images/play.png") center no-repeat;
    z-index: 2;
}
.aboutyy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35,44,64,.2);
    z-index: 1;
}
.aboutdes {
    position: relative;
    margin-left: 610px;
    padding: 5px 30px 0 0;
    line-height: 32px;
    text-align: justify;
}
.aboutdes p {
    padding-bottom: 20px;
}
.abtn {
    float: right;
    width: 122px;
    height: 28px;
    line-height: 28px;
    background: #bf4946;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.shuziwrap {
    background: url("../images/shuzi.jpg") center no-repeat;
    background-size: cover;
    padding: 73px 0 60px;
    text-align: center;
    margin-bottom: 60px;
}
.shuzi {
    display: inline-block;
    width: 15%;
}
.shuzi h2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 40px;
}
.shuzi p {
    color: #d3a273;
    font-size: 18px;
    margin: 20px 0 5px;
}
.shuzi i {
    display: inline-block;
    width: 36px;
    height: 1px;
    background: #d3a273;
}
.youshi {
    margin: 0 -5px;
}
.youshi a {
    position: relative;
    float: left;
    width: 545px;
    height: 372px;
    margin: 0 5px 10px;
    text-align: center;
    color: #fff;
}
.youshi a {
    padding-top: 118px;
}
.youshi h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
}
.youshi p {
    padding: 20px 155px;
    line-height: 26px;
}
.youshi span,
.casebtn,
.more {
    display: block;
    width: 144px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #bf4946;
    color: #fff;
}
.youshi span {
    position: absolute;
    left: 50%;
    bottom: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 35px 0 0 -72px;
}
.youshi i {
    display: block;
    width: 66px;
    height: 1px;
    background: #bf4946;
    margin: 20px auto 0;
}
.ys1 {
    background: url("../images/ys1.jpg") no-repeat;
}
.ys2 {
    background: url("../images/ys2.jpg") no-repeat;
}
.ys3 {
    background: url("../images/ys3.jpg") no-repeat;
}
.ys4 {
    background: url("../images/ys4.jpg") no-repeat;
}
.youshi a.ys1:hover {
    background: url("../images/ys1-1.jpg") no-repeat;
}
.youshi a.ys2:hover {
    background: url("../images/ys2-1.jpg") no-repeat;
}
.youshi a.ys3:hover {
    background: url("../images/ys3-1.jpg") no-repeat;
}
.youshi a.ys4:hover {
    background: url("../images/ys4-1.jpg") no-repeat;
}
.youshi a:hover {
    padding-top: 90px;
}
.youshi a:hover i {
    height: 0;
    margin-top: 0;
}
.youshi a:hover span {
    opacity: 100;
    filter: alpha(opacity=100);
    bottom: 80px;
}
.lsbig {
    padding: 0 30px 45px;
    margin-bottom: 40px;
    border-bottom: 1px solid #bf4946;
}
.lspic {
    float: left;
    width: 402px;
    height: 447px;
    overflow: hidden;
}
.lspic img {
    display: block;
    width: 100%;
}
.lsdes {
    position: relative;
    margin-left: 535px;
}
.lsdes h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
}
.lsdes h3 {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    background: #bf4946;
    padding: 0 20px;
    line-height: 42px;
    margin-bottom: 5px;
}
.lsxx li {
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 20px;
    /*max-height: 100px;*/
}
.lsxx li > span {
    float: left;
    width: 90px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.lsxx p {
    margin-left: 90px;
}
.lsxx.tj span {
    color: #d3a273;
    font-size: 16px;
}
.lsxx.tj li {
    margin-bottom: 10px;
}
.lsbtn {
    float: right;
    display: block;
    width: 98px;
    height: 27px;
    text-align: center;
    border: 1px solid #bf4946;
    color: #bf4946;
    border-radius: 30px;
    margin-top: 5px;
}
.lssmall {
    margin: 0 -10px;
}
.lssmall > li {
    position: relative;
    float: left;
    width: 540px;
    height: 285px;
    margin: 0 10px 20px;
    padding: 18px;
    background: #f4f4f4;
}
.lssmall .pic {
    float: left;
    width: 176px;
    height: 248px;
    overflow: hidden;
}
.lssmall .pic img {
    display: block;
    min-width: 100%;
    height: 100%;
}
.lssmall .text {
    margin-left: 200px;
}
.lssmall h2 {
    display: inline-block;
    padding: 0 20px 13px 0;
    border-bottom: 1px solid #d3a273;
    font-size: 24px;
    font-weight: bold;
}
.lssmall h3 {
    margin: 5px 0;
    line-height: 26px;
    /*height: 52px;*/
    color: #000;
    overflow: hidden;
}
.lssmall .des {
    color: #787878;
    font-size: 14px;
    max-height: 120px;
    overflow: hidden;
}
.lssmall .lsbtn {
    position: absolute;
    right: 18px;
    bottom: 15px;
}
.lssmall .shenfen {
    padding: 0;
}
.lssmall .shenfen h3 {
    display: inline-block;
}
.lsscroll {
    position: relative;
    overflow: hidden;
    padding: 18px 42px;
    background: #f4f4f4;
}
.lsscroll a {
    display: inline-block;
}
.lsscroll .swiper-slide {
    text-align: center;
}
.lsscroll .tp {
    width: 152px;
    height: 190px;
    overflow: hidden;
}
.lsscroll .tp img {
    display: block;
    height: 100%;
    min-width: 100%;
}
.lsscroll h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 7px;
}
.lsscroll p {
    font-size: 14px;
    color: #787878;
}
.lsscroll .swiper-button-next,
.lsscroll .swiper-button-prev {
    width: 17px;
    height: 51px;
    margin-top: -25px;
}
.lsscroll .swiper-button-prev {
    background: url("../images/left.png") no-repeat;
}
.lsscroll .swiper-button-next {
    background: url("../images/right.png") no-repeat;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}
.case {
    position: relative;
    overflow: hidden;
    padding-top: 38px;
    top: -38px;
}
.case a {
    width: 243px;
}
.case .tp {
    width: 243px;
    height: 179px;
    overflow: hidden;
}
.case .tp img {
    display: block;
    width: 100%;
    height: 100%;
}
.case h2 {
    color: #000;
    font-weight: bold;
    padding: 20px 0 10px;
}
.case p {
    line-height: 25px;
}
.casebtn {
    margin: 20px auto 0;
    display: block;
    opacity: 1;
    left: auto;
    color: #fff;
    bottom: auto;
}
.case .swiper-button-next,
.case .swiper-button-prev {
    width: 32px;
    height: 23px;
    top: 0;
    left: auto;
    margin-top: 0;
}
.case .swiper-button-prev {
    right: 42px;
    background: url("../images/left2.png") no-repeat;
}
.case .swiper-button-next {
    right: 0;
    background: url("../images/right2.png") no-repeat;
}
.case .swiper-button-prev:hover {
    background: url("../images/left2-c.png") no-repeat;
}
.case .swiper-button-next:hover {
    background: url("../images/right2-c.png") no-repeat;
}
.lsdt {
    margin: 0 -20px 10px;
}
.lsdt li {
    float: left;
    width: 530px;
    height: 176px;
    margin: 0 20px 30px;
}
.lsdt .tp {
    float: left;
    width: 178px;
    height: 176px;
    overflow: hidden;
}
.lsdt .tp img {
    display: block;
    min-width: 100%;
    height: 100%;
}
.lsdt .text {
    margin-left: 196px;
}
.lsdt h2 {
    font-weight: bold;
    color: #000;
    line-height: 28px;
}
.lsdt span {
    color: #a9a9a9;
    font-size: 14px;
    display: block;
}
.lsdt p {
    line-height: 25px;
    font-size: 14px;
}
.nlist {
    margin: 0;
    padding-bottom: 30px;
}
.nlist p {
    color: #595959;
}
.nlist li {
    width: 100%;
    height: 206px;
    margin: 0;
    border-top: 1px solid #ededed;
}
.nlist .tp {
    width: 146px;
    height: 146px;
    overflow: hidden;
}
.nlist .tp img {
    display: block;
    width: 100%;
}
.nlist a {
    display: block;
    padding: 30px;
    overflow: hidden;
}
.nlist a:hover {
    background: #f3f3f3;
}
.nlist a:hover h2 {
    color: #d3a273;
}
.nlist .text {
    margin-left: 165px;
}
.nlist h2 {
    font-size: 20px;
}
.nlist span {
    margin: 10px 0 7px;
}
.nlist i {
    margin-top: 5px;
}
.gsuhi li {
    height: auto;
}
.gsuhi h2 {
    margin-bottom: 10px;
}
.gsuhi a:hover .datebox {
    border-color: #fff;
}
.datebox {
    float: left;
    width: 130px;
    height: 58px;
    text-align: center;
    border-right: 1px solid #ededed;
    margin-top: 36px;
}
.datebox em {
    display: block;
    font-size: 36px;
    color: #595959;
    padding-bottom: 20px;
}
.datebox p {
    font-size: 20px;
    color: #bcbcbc;
}
.more {
    margin-bottom: 40px;
}
.speek {
    background: #ededed;
}
.speekscroll {
    position: relative;
    padding: 0 38px;
}
.speekscroll .swiper-slide {
    width: 250px !important;
    height: 429px;
    margin: 0 3px;
    overflow: hidden;
}
.speekscroll a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.speekscroll img {
    display: block;
    height: 100%;
}
.speekbox2,
.speekbox {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.speekbox2 {
    background: rgba(29,40,58,.8);
    display: flex;
    align-items: center;
    height: 147px;
}
.speekbox {
    top: 100%;
    padding: 50px 15px 20px;
    color: #fff;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}
.speekbox2 h2,
.speekbox h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.speekbox .des {
    position: absolute;
    bottom: 140px;
    text-align: left;
    font-size: 14px;
    max-height: 192px;
    overflow: hidden;
}
.speekbox .des p {
    margin-bottom: 15px;
}
.speekbtn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -68px;
    width: 136px;
    height: 29px;
    line-height: 29px;
    color: #1d283a;
    text-align: center;
    background: #fff;
    font-size: 14px;
}
.speekscroll a:hover .speekbox2 {
    display: none;
}
.speekscroll a:hover .speekbox {
    top: 0;
    height: 100%;
    background: rgba(211,162,115,.9);
    opacity: 1;
    filter: alpha(opacity=100);
}
.speekscroll .swiper-button-next,
.speekscroll .swiper-button-prev {
    width: 36px;
    height: 69px;
    margin-top: -34px;
}
.speekscroll .swiper-button-prev {
   left: 0;
    background: url("../images/left3.png") no-repeat;
}
.speekscroll .swiper-button-next {
    right: 0;
    background: url("../images/right3.png") no-repeat;
}
.speekscroll .swiper-button-prev:hover {
    background: url("../images/left3-1.png") no-repeat;
}
.speekscroll .swiper-button-next:hover {
    background: url("../images/right3-1.png") no-repeat;
}
.line {
    text-align: center;
    background: #bf4946;
    padding: 33px 0;
    font-size: 0;
}
.line span,
.line i {
    font-size: 24px;
    color: #fff;
}
.line a {
    width: 186px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    color: #bf4946;
    font-size: 18px;
    margin-left: 126px;
}
.line span,
.line i,
.line a {
    display: inline-block;
    vertical-align: middle;
}
.line i {
    padding: 0 35px;
}
.ft1 {
    background: #1d283a;
    color: #fff;
}
.ftbox {
    width: 1100px;
    margin: 0 auto;
    padding: 70px;
}
.ewm,
.lx,
.ewm img,
.ewmtt {
    display: inline-block;
    vertical-align: middle;
}
.ewm img {
    width: 152px;
}
.ewmtt {
    padding-left: 24px;
    line-height: 30px;
}
.ewmtt h2 {
    font-size: 24px;
    margin-bottom: 7px;
}
.lx {
    width: 510px;
    font-size: 18px;
    line-height: 30px;
    margin-left: 100px;
}
.lx dl {
    overflow: hidden;
}
.lx dt {
    float: left;
    width: 90px;
    text-align: justify;
}
.lx dd {
    margin-left: 95px;
}
.ftphone {
    color: #d3a273;
    font-size: 24px;
    font-weight: bold;
}
.lx dl,
.lx > p {
    padding: 6px 0;
}
.ft2 {
    background: #ededed;
    text-align: center;
    color: #1d283a;
}
.ft2 a {
    color: #1d283a;
}
.ft2 .ftbox {
    padding: 20px 0;
}
.ftmenu,
.ftlinks {
    font-size: 0;
}
.ftmenu {
    padding-bottom: 15px;
}
.ftmenu a {
    font-size: 16px;
}
.ftmenu a:after {
    content: '';
    width: 1px;
    height: 14px;
    background: #1d283a;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 20px 0;
}
.ftmenu a:last-child:after {
    content: none;
}
.ftlinks span,
.ftlinks a {
    font-size: 14px;
}
.ftlinks span,
.ftlinks a,
.ftmenu a {
    display: inline-block;
    vertical-align: middle;
}
.ftlinks a {
    padding-right: 20px;
}
.copy {
    text-align: center;
    padding: 12px 0;
    line-height: 28px;
    font-size: 14px;
    color: #000;
}
.message {
    position: fixed;
    bottom: 20%;
    right: 50%;
    margin-right: -625px;
    width: 70px;
    height: 70px;
    background: url("../images/message.png") center no-repeat;
}
.da {
    display: inline-block;
    animation: normal 1s daxiao;
}
@keyframes daxiao {
    0% {
        transform: scale(1.2);
    }
    25% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
/*关于银雷*/
.topbanner {
    position: relative;
    height: 360px;
   
}
@media screen and (min-width: 1920px) {
    .topbanner {
        background-size: cover !important;
    }
    
}
.inner {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    margin-top: -60px;
    margin-left: -550px;
    width: 1100px;
    z-index: 2;
}
.inner h2 {
    font-size: 66px;
    color: #fff;
    line-height: 66px;
    text-shadow: 1px 0 5px rgba(0,0,0,.3);
}
.inner p {
    background: #ededed;
    width: 264px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #91959d;
    text-transform: uppercase;
    margin-top: 25px;
}
.brd {
    line-height: 48px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
}
.brd p,
.brd span,
.brd a {
    float: left;
}
.brd span {
    background: url("../images/brd.png") center no-repeat;
    margin: 0 16px;
    width: 10px;
    height: 48px;
}
.aboutpage {
    padding: 0 30px 100px;
}
.aboutpage .catlinks {
    /*padding: 0 30px;*/
}
.catlinks {
    display: flex;
    overflow: hidden;
}
.catlinks li {
    position: relative;
    float: left;
    flex: 1;
    /*width: 33.3%;*/
    text-align: center;
    line-height: 70px;
    font-size: 18px;
}
.catlinks a {
    display: block;
    color: #232c40;
    border-bottom: 1px solid #d9d9d9;
}
.catlinks a:after {
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin-left: -11px;
    display: block;
    content: '';
    width: 22px;
    height: 1px;
    background: #fff;
}
.catlinks li.active a,
.catlinks li:hover a {
    color: #fff;
    background: #d3a273;
    border-bottom-color: #d3a273;
}
.lsteam li {
     /*width: calc(100% / 6);*/
}
.side {
    float: left;
    width: 248px;
    flex-direction: column;
}
.side a {
    border-bottom: 1px solid #eaeaea;
}
.side li {
    width: 100%;
}
.sp2 {
    width: 100%;
    height: 586px;
    margin: 50px 0 0;
    float: none;
}
.aboutcon {
    padding: 120px 30px;
}
.att,
.att2 {
    text-align: center;
}
.att h2,
.att2 h3 {
    display: inline-block;
    clear: both;
}
.att h2 {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    background: #d3a273;
    color: #fff;
    font-size: 24px;
}
.att2 h3 {
    width: 500px;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 28px;
    font-weight: bold;
    margin: 30px 0;
}
.att h4 {
    color: #8c8c8c;
    font-size: 22px;
    margin-top: 20px;
}
.apic {
    float: left;
    width: 256px;
}
.apic img {
    display: block;
    width: 100%;
}
.ades {
    padding-top: 15px;
    margin-left: 300px;
    line-height: 32px;
}
.aboutpage .shuzi {
    width: 20%;
}
.jinqi {
    padding: 18px 32px;
}
.jinqi .tp {
    width: 223px;
    height: 369px;
}
.jinqi  .swiper-button-next {
    right: 6px;
}
.jinqi .swiper-button-prev {
    left: 6px;
}
.jinqi img:hover {
    transform: scale(1.1);
}
.youshi2 {
    padding: 40px 0 100px;
}
.youshi2 li {
    position: relative;
    float: left;
    width: 25%;
    padding: 78px 20px 0;
}
.youshi2 li:after {
    position: absolute;
    right: 0;
    top: 25px;
    content: '';
    width: 1px;
    height: 140px;
    background: url("../images/youshi-b.png") no-repeat;
}
.youshi2 h2 {
    font-size: 24px;
    color: #d3a273;
    font-weight: bold;
    text-align: center;
}
.youshi2 p {
    color: #8c8c8c;
    padding: 20px 33px 0;
    text-align: justify;
}
.icon-ys1 {
    background: url("../images/youshi1.png") top center no-repeat;
}
.icon-ys2 {
    background: url("../images/youshi2.png") top center no-repeat;
}
.icon-ys3 {
    background: url("../images/youshi3.png") top center no-repeat;
}
.icon-ys4 {
    background: url("../images/youshi4.png") top center no-repeat;
}
.xuanze {
    padding: 40px 0 70px;
}
.xuanze li {
    height: 150px;
    background: url("../images/xz4.png") bottom center no-repeat;
    padding: 20px 0;
    font-size: 0;
    line-height: 110px;
}
.xuanze li.first {
    height: auto;
    padding: 0;
    line-height: normal;
    background: none;
}
.xuanze li.last {
    background: none;
}
.xuanze h2,
.xuanze i {
    display: inline-block;
    vertical-align: middle;
}
.xuanze h2.ll {
    color: #d3a273;
    background: url("../images/xz1.png") center bottom no-repeat;
}
.xuanze h2.rr {
    color: #aeaeae;
    background: url("../images/xz2.png") center bottom no-repeat;
}
.xuanze i {
    width: 280px;
    height: 42px;
    background: url("../images/xz3.png") center no-repeat;
}
.xuanze h2 {
    width: 350px;
    text-align: center;
    font-size: 26px;
    padding-bottom: 20px;
}
.xuanze p,
.xuanze span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.xuanze p {
    font-size: 20px;
    line-height: 28px;
    width: 350px;
    padding: 0 55px;
}
.xuanze span {
    width: 280px;
    text-align: center;
    font-size: 22px;
    color: #bf4946;
}
.xuanze .ltext {
    color: #d3a273;
}
.xuanze .rtext {
    color: #8c8c8c;
}
.zhuanshu {
    padding: 10px 167px 0;
}
.zhuanshu li {
    border: 1px solid #e09e81;
    height: 60px;
    line-height: 58px;
    margin-top: 30px;
    overflow: hidden;
}
.zhuanshu h2 {
    font-size: 22px;
    font-weight: bold;
    color: #d3a273;
    float: left;
    width: 150px;
    padding-left: 35px;
}
.zhuanshu i {
    width: 1px;
    height: 16px;
    float: left;
    margin-top: 21px;
    background: #d3a273;
}
.zhuanshu p {
    font-size: 18px;
    color: #8c8c8c;
    margin-left: 170px;
}
.contactus li {
    float: left;
    width: 33.3%;
    height: 222px;
    background: url("../images/lx4.png") center right no-repeat;
    padding: 0 60px;
    text-align: center;
}
.contactus li:last-child {
    background: none;
}
.contactus h2 {
    font-size: 20px;
    font-weight: bold;
    color: #d3a273;
    margin-bottom: 12px;
    padding-top: 90px;
}
.lx1 {
    background: url("../images/lx1.png") top center no-repeat;
}
.lx2 {
    background: url("../images/lx2.png") top center no-repeat;
}
.lx3 {
    background: url("../images/lx3.png") top center no-repeat;
}

/*地图*/
.my-map {
    margin: 40px auto 0;
    width: 980px;
    height: 640px;
}
.my-map .icon {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}
.my-map .icon-cir {
    height: 31px;
    width: 28px;
}
.my-map .icon-cir-red {
    background-position: -11px -5px;
}
.amap-container {
    height: 100%;
}
.myinfowindow {
    width: 240px;
    min-height: 50px;
}
.myinfowindow h5 {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    width: 220px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.myinfowindow div {
    margin-top: 10px;
    min-height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #6f6f6f;
}
.pb0 {
    padding-bottom: 0;
}
.wenhua li {
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    overflow: hidden;
}
.wenhua li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.wenhua .tp {
    float: left;
    width: 285px;
    height: 210px;
}
.wenhua .tp img {
    display: block;
    width: 100%;
    height: 100%;
}
.wenhua .wtt {
    margin-left: 330px;
    padding-top: 25px;
    line-height: 28px;
}
.wenhua h2 {
    color: #bf4946;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.wenhua h2 i {
    font-size: 34px;
}
.pager {
    margin-left: 258px;
    min-height: 500px;
    margin-bottom: 100px;
}
.ywcon {
    border: 1px solid #ededed;
}
.ytt {
    padding: 23px 40px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-top: -1px;
}
.ytt h2 {
    color: #232c40;
    font-size: 24px;
    font-weight: bold;
    padding-left: 35px;
    border-left: 1px solid #e09e81;
}
.ywbox {
    padding: 15px 80px;
}
.ywbox li {
    padding: 15px 0;
    border-bottom: 1px dashed #edccbe;
}
.ywbox li:last-child {
    border: none;
}
.ywbox h2 {
    font-size: 20px;
    color: #d3a273;
    font-weight: bold;
    margin-bottom: 8px;
}
.ywbox p {
    color: #787878;
}
.liucheng {
    width: 810px;
    height: 362px;
    margin: 18px 15px;
    background: url("../images/liucheng.png") no-repeat;
    padding: 56px 70px;
}
.liucheng p {
    padding-left: 23px;
    background: url("../images/dian.png") left center no-repeat;
    color: #373737;
    line-height: 48px;
    font-size: 20px;
}
.caselist li {
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    overflow: hidden;
}
.caselist li:last-child {
    border: 0;
}
.caselist a {
    display: block;
    padding: 40px 30px 20px;
}
.caselist h2,
.caselist p,
.speeklist h2,
.speeklist p {
    color: #595959;
}
.caselist h2 {
    font-size: 20px;
    font-weight: bold;
}
.caselist span,
.speeklist span {
    display: block;
    color: #bcbcbc;
    margin: 10px 0 4px;
}
.caselist i,
.speeklist i,
.nlist i {
    display: block;
    text-align: right;
    color: #d3a273;
    font-size: 14px;
}
.caselist .pic {
    float: left;
    width: 242px;
    height: 179px;
    overflow: hidden;
}
.caselist .pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.caselist .text {
    margin-left: 265px;
    height: 179px;
    padding-top: 6px;
}
.caselist li.first {
    background: #eaeaea;
}
.caselist li.first a {
    padding: 40px 30px;
}
.caselist li.first i {
    float: right;
    width: 144px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #d3a273;
    color: #fff;
    margin-top: 37px;
}
/*分页*/
#pages {
    padding: 30px 0 0;
    text-align: center;
}
#pages .num {
    float: left;
}
#pages .num span {
    display: inline-block;
    margin-right: 5px;
}
#pages .num em {
    color: #f00;
}
#pages ul {
    /*float: right;*/
    font-size: 0;
}
#pages li {
    display: inline-block;
    margin: 0 4px;
    border: 1px solid #ebebeb;
    line-height: 22px;
}
#pages li span,
#pages li a {
    display: block;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 0 11px;
}
#pages li:hover,
#pages li.active {
    border: 1px solid #d3a273;
    background-color: #d3a273;
}
#pages li:hover a,
#pages li:hover span,
#pages li.active span {
    color: #fff;
}
.xqtt {
    padding: 0 30px;
    border-bottom: 1px solid #ededed;
}
.xqtt h2 {
    font-size: 20px;
    font-weight: bold;
}
.xqinfo {
    color: #bcbcbc;
    font-size: 14px;
    margin: 15px 0;
}
.xqinfo span {
    margin-right: 20px;
}
.detail {
    padding: 20px 60px 0;
    color: #595959;
}
.xqcon {
    padding-bottom: 50px;
    font-size: 14px;
}
.xqcon p {
    background: none !important;
}
.pian li {
    padding: 8px 0;
    overflow: hidden;
    font-size: 14px;
}
.pian p {
    float: left;
    width: 60px;
}
.pian a {
    display: block;
    margin-left: 60px;
}
.share {
    padding: 10px 0 0;
    font-size: 0;
}
.share a,
.share span {
    display: inline-block;
    vertical-align: middle;
    color: #595959;
    font-size: 14px;
}
.bshare-custom.icon-medium.share a {
    width: 32px;
    height: 32px;
    margin: 0 4px;
    display: inline-block;
}
.bshare-custom.icon-medium .bshare-weixin.fx-wx {
    background: url("../images/fx-wx.png") no-repeat ;
}
.fx-sina {
    background: url("../images/fx-sina.png") no-repeat;
}
.bshare-custom.icon-medium .bshare-qzone.fx-kj {
    background: url("../images/fx-kj.png") no-repeat;
}
.bshare-custom.icon-medium .bshare-douban.fx-db {
    background: url("../images/fx-db.png") no-repeat;
}
.bshare-custom.icon-medium .bshare-itieba.fx-tb {
    background: url("../images/fx-tb.png") no-repeat;
}
.bsBox {
    width: 232px !important;
    height: 256px !important;
}
.bsTop {
    width: 100% !important;
}
.fullwid {
    margin-left: 0;
}
.speeklist {
    padding: 0 19px;
}
.speeklist li {
    float: left;
    width: 334px;
    height: 495px;
    border: 1px solid #f3f3f3;
    padding: 16px;
    margin: 0 10px 20px;
}
.speeklist li:hover {
    border-color: #d3a273;
}
.speeklist .tp {
    width: 100%;
    height: 214px;
    overflow: hidden;
}
.speeklist .tp img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.speeklist h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 13px;
}
.speeklist span,
.speeklist p {
    font-size: 14px;
}
.speeklist i {
    margin-top: 30px;
}
.speekpage {
    padding: 0 30px 50px;
}
.speekdetail {
    padding: 30px;
    border: 1px solid #f3f3f3;
}
.speekdetail .xqcon {
    padding-bottom: 0;
}
.speekdetail .xqtt {
    padding: 0;
    border: 0;
}
.speekdetail .sp2 {
    margin: 20px 0;
}
.goback {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
}
.p30 {
    padding: 30px;
}
.w70 {
    float: left;
    width: 70%;
}
.w30 {
    float: right;
    width: 30%;
}
.teamcon {
    padding: 80px 90px;
    font-size: 14px;
}
.lvshi {
    padding: 0;
    margin: 0;
    border: 0;
}
.lvshi .lspic {
    width: 328px;
    height: auto;
    padding: 6px;
    border: 1px solid #d3a273;
}
.lvshi .lsdes {
    margin-left: 360px;
     width: 530px;
}
.shenfen {
    padding: 23px 0 18px;
}
.lvshi .lsdes h3 {
    background: #d3a273;
    margin-right: 13px;
}
.lvshi .lsxx li > span {
    color: #d3a273;
}
.lvshi2 .lspic {
    width: 247px;
    height: 300px;
}
.lvshi2 .lspic {
    height: 100%;
}
.lslist .lvshi2 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.lvshi2:last-child {
    border: 0;
}

.zyjlbox {
    margin-left: 90px;
}
.zyjlbox p {
    margin-left: 0;
}
.lsmore {
    float: right;
    line-height: 28px;
    border: 1px solid #d3a273;
    padding: 0 15px;
    color: #d3a273;
    border-radius: 5px;
    margin-top: 35px;
}
.susong {
    padding-top: 80px;
}
.sstt {
    overflow: hidden;
}
.sstt h2 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #d3a273;
    line-height: 40px;
    padding: 0 18px;
}
.sstt i {
    display: block;
    height: 1px;
    background: #d3a273;
    margin: 19px 0 0 180px;
}
.sscon {
    line-height: 32px;
    padding: 20px 30px 0;
    font-size: 14px;
}
.sscon li {
    padding-left: 30px;
    background: url("../images/dian2.png") 0 14px no-repeat;
    margin-top: 14px;
}
.zhiyebox {
    padding: 40px 50px 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 40px;
    overflow: hidden;
}
.zhiyebox dt {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #d3a273;
}
.zhiyebox dd {
    margin-left: 103px;
    line-height: 32px;
}
.morels {
    display: block;
    text-align: right;
    color: #d3a273;
    font-size: 16px;
}
.sitett {
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
}
.sitelist dl {
    overflow: hidden;
    padding: 10px 0;
    line-height: 34px;
}
.sitelist dt {
    float: left;
    font-size: 22px;
}
.sitelist dd {
    display: block;
    margin: 0 0 -10px 120px;
}
.sitelist dd a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid  #e6e6e6;
    margin: 0 10px 10px 0;
    line-height: 24px;
    border-radius: 30px;
    color: #666;
}
.sitelist dd a:hover {
    border-color: #1d283a;
    color: #1d283a;
}
@media screen and (max-width: 1600px) {
    .logo {
        left: 20px;
    }
    .logo img {
        height: 41px;
    }
    .tel {
        right: 20px;
        font-size: 18px;
        background-size: 30px;
        padding-left: 40px;
    }
}
@media screen and (max-width: 1360px) {
    .tel {
        display: none;
    }
    .menu {
        width: 100%;
        text-align: right;
        padding-right: 40px;
    }
}


/*g改版*/
.xsteam {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    align-items:stretch;
    margin-bottom: 40px;
    height: 470px;
}
.team1 {
    position: relative;
    width: 150px;
}
.team1 .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team1 .pic {
    position: relative;
    width: 100px;
    height: 125px;
    overflow: hidden;
}
.team1 .pic i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.8);
}
.team1 .xiaotu.active {
    background: #efefef;
}
.team1 .xiaotu.active .pic i {
    display: none;
}
.team1 .xiaotu.active:after {
    position: absolute;
    content: '';
    height: 40%;
    width: 2px;
    background: #d3a273;
    right: 0;
}
.team1 .pic img {
    display: block;
    width: 100%;
}
.team1 .swiper-button-prev,
.team1 .swiper-button-next {
    width: 100%;
    height: 10px;
    margin: 0;
}
.team1 .swiper-button-prev {
    top: 3px;
    left: auto;
    background: url("../images/team-up.png") center no-repeat;
    background-size: auto 100%;
}
.team1 .swiper-button-next {
    top: auto;
    bottom: 3px;
    right: auto;
    background: url("../images/team-down.png") center no-repeat;
    background-size: auto 100%;
}
.team2 {
    flex: 1;
    height: 100%;
    background: #efefef;
}
.team2 .datu {
    align-items: flex-start;
    padding: 30px;
}
.xstitle {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.xstitle p {
    color: #e6e6e6;
    text-transform: uppercase;
}
.xstitle h2 {
    width: 200px;
    font-size: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d3a273;
    margin-bottom: -1px;
    font-weight: bold;
}
.datu {
    display: none;
    transition: left .3s;
}