@charset "UTF-8";

* {
    font-family: "Microsoft Yahei";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

li {
    list-style: none;
    font-style: normal;
}

a,
span,
m,
p,
h1,
h2,
h3,
h4,
h5,
b {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    margin: 0;
}

a:focus {
    outline: none;
}

img {
    vertical-align: middle;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
}

input:focus {
    outline: none;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    margin: 0;
    font-size: 14px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
    clear: both;
}

.clear_shadow {
    box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
}

input::-webkit-input-placeholder {
    font-size: 14px;
}

input[type=button] {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

input[type=button]:active {
    opacity: 0.9;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}

body {
    color: #000;
}

/* 焦点图圆点更改*/
/*头*/
.head_box {
    background: #939391;
    margin-bottom:7px;
}

.head {
    height: 80px;
    width: 1200px;
    /* position: relative; */
    margin: 0 auto;
}

.head .phone_box {
    position: absolute;
    right: -258px;
    top: 0;
    height: 80px;
}

.head .phone_box p {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.head .phone_box p b {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.head .phone_box img {
    width: 15px;
    margin: 0 5px;
    position: relative;
    top: -1px;
}

.head .logo {
    float: left;
}

.head .logo img {
    margin-top: 3.5px;
    height: 73px;
}

.head .head_nav {
    font-size: 0;
    float: right;
    height: 100%;
    margin-left:10px;
}

.head .head_nav>li {
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    /* position: relative; */
    vertical-align: middle;
}

.last_phone {
    position: relative;
}

.head .head_nav>li:nth-child(6) ul {
    left: -120px;
}

.head .head_nav>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
    height: 100%;
    line-height: 80px;
}

.head .head_nav>li>a:hover {
    cursor: pointer;
}

.head .head_nav>li.act>a {
    color: #151617;
    background: #fff;
}

.head .head_nav>li span {
    color: #333333;
    font-size: 15px;
    line-height: 20px;
    display: block;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 15px;
}

.head .head_nav>li i {
    display: block;
    width: 16px;
    height: 1px;
    background: #333333;
}

.head .head_nav>li.act,
.head .head_nav>li.curr {
    background: #5d9de3;
}

/* .head .head_nav > li.act span, .head .head_nav > li.curr span {
  color: #fff; } */
.head .head_nav>li.act i,
.head .head_nav>li.curr i {
    color: #fff;
}

.head .sec_wrap {
    z-index: 100;
    /* max-width: 850px; */
    width: 100%;
    padding: 58px 73px 17px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background: #fff;
    top: 80px;
    display: none;
    background: rgba(255, 255, 255, .96);
}

.head .sec_nav {
    margin: 0 auto;
    width: 1200px;
}

.head .head_nav>li ul {
    text-align: center;
}

.head .head_nav>li ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* float: left; */
    margin: 0 20px 15px;
}

.head .head_nav>li ul li:nth-child(6n+1) {
    margin-left: 0;
}

.head .head_nav>li ul li:nth-child(6n+6) {
    margin-right: 0;
}

.head .head_nav>li:hover>a {
    color: #151617;
    background: #fff;
    border-radius: 0;
}

/*原先 .head .head_nav>li ul li.act a, .head .head_nav>li ul li.curr a {*/
.head .head_nav>li ul li.acts a,
.head .head_nav>li ul li.curr a {
    padding: 0;
    /* border-radius: 3px; */
    background: #5d9de3;
    color: #fff;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

/* .head .head_nav > li ul li:after {
  width: 1px;
  height: 17px;
  background: #cdcdcd;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8.5px; } */
.head .head_nav>li ul li:nth-child(4n+4):after,
.head .head_nav>li ul li:last-child:after {
    width: 0px;
}

.head .head_nav>li ul li a {
    font-size: 16px;
    color: #666;
    /* border-radius: 3px; */
    display: inline-block;
}

.head .sec_nav.about_nav {
    left: auto;
    right: 0;
}

.head .sec_nav li img {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.head .sec_nav li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.head .sec_nav div {
    overflow: hidden;
    width: 166px;
    height: 110px;
}

.head .sec_nav div img {
    width: 100%;
    height: 100%;
}

.head .sec_nav span {
    font-size: 14px;
    color: #333;
    display: block;
    margin-top: 8px;
}

/*底部*/
.footer {
    width: 100%;
    background: #939391;
    padding-top: 50px;
    padding-bottom:80px;
}

.footer .copyright {
    height: 58px;
    border-top: 1px solid white;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
}

.footer .copyrights {
    text-align: center;
    padding-bottom: 10px;
}

.footer .foot_line {
    position: absolute;
    right: 0;
    top: -50px;
    width: 28px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer .tit {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    padding-bottom: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
}

.footer .tit:after {
    width: 48px;
    height: 2px;
    position: absolute;
    background: white;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
}

.footer .footer_inner {
    width: 100%;
}

.footer .footer_nav {
    width: 810px;
    float: left;
    padding-right: -50px;
}

.footer .footer_nav_item {
    float: left;
    margin-right: 64px;
}

.footer .footer_nav_item ul {
    margin: 0;
}

.footer .footer_nav_item li a {
    padding-left: 15px;
    line-height: 35px;
    font-size: 14px;
    position: relative;
    color: #fff;
}

.footer .footer_nav_item li a:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    display: block;
    border-right: none;
    border-bottom: none;
}

.footer .footer_nav_item a {
    color: #999;
}

.footer .footer_nav_item a:hover {
    color: #eee;
}

.footer .footer_code {
    float: right;
}

.footer .footer_code div.clearfix {
    margin-top: 16px;
}

.footer .footer_code div.clearfix div {
    float: left;
}

.footer .footer_code div {
    margin-right: 20px;
}

.footer .footer_code img {
    width: 150px;
    margin: 0 0 10px;
}

.footer .footer_code img:first-child {
    margin-left: 0;
}

.footer .footer_code span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
}

.footer .footer_code div.hot_line {
    float: none;
    margin-top: 42px;
}

.footer .hot_line p {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}

.footer .hot_line img {
    width: 33px;
    margin-bottom: 0;
    margin-right: 16px;
}

.footer .hot_line span {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    vertical-align: middle;
}

.footer .foot_address {
    padding: 20px 0 20px;
}

.footer .foot_address span,
.footer .foot_address p {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.footer .foot_address img {
    margin: 0 auto 15px;
    display: block;
}

.footer .foot_address li {
    height: 67px;
}

.foot_address li img {
    border-radius: 100%;
}

.footer .foot_address .fr p {
    text-align: right;
}

.footer .foot_address li.fr p:first-child {
    margin-top: 8px;
}

/*---------------------------foot end-------------------------*/
/*---------------------------fixed bar-------------------------*/
.fixed_bar {
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 1000;
    height: 291px;
}

.fixed_bar>div.top_box {
    overflow: hidden;
    background: #151617;
    width: 80px;
    height: 165px;
    background: #939391;
}

.fixed_bar>div.top_box a {
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 36px;
}

.fixed_bar>div.top_box img {
    display: block;
    margin: 18px auto 9px;
    width: 64px;
}

.fixed_bar>div.go_top {
    cursor: pointer;
    overflow: hidden;
    margin-top: 8px;
    width: 80px;
    text-align: center;
    height: 80px;
    background: #939391;
}

.fixed_bar>div.go_top span {
    display: block;
    margin: 12px auto 0;
    font-size: 14px;
    font-weight: bold;
}

.fixed_bar>div.go_top img {
    margin-top: 4px;
    display: inline-block;
    width: 27px;
}

.fixed_bar>div a,
.fixed_bar>div span {
    color: #fff;
}

/*---------------------------fixed bar end-------------------------*/
.index_page .swiper-container {
    width: 100%;
}

.index_page .swiper-container .swiper-slide {
    position: relative;
}

.ind_swiper {
    overflow: hidden;
    position: relative;
    height: 828px;
}

.ind_swiper img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    z-index: -1;
}

.index_page .swiper-container .swiper-wrapper,
.index_page .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
}

.index_page .swiper-button-prev {
    background-image: url(../img/index_arr1.png);
    width: 26px;
    left: 192px;
}

.index_page .swiper-button-next {
    background-image: url(../img/index_arr2.png);
    width: 26px;
    right: 192px;
}

.index_tit {
    position: relative;
}

.index_tit .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 80px;
    font-weight: bold;
    line-height: 36px;
    color: rgba(51, 51, 51, 0.05);
    text-transform: uppercase;
    letter-spacing: 5px;
    width: 100%;
}

.index_tit p {
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: #151617;
    text-align: center;
}

.index_tit i {
    margin: 16px auto 0;
    display: block;
    width: 96px;
    height: 8px;
    background: #939391;
}

.index_tit span {
    font-size: 20px;
    font-weight: 400;
    line-height: 60px;
    color: #999999;
    margin-top: 16px;
    text-align: center;
    display: block;
}

.index_box_2 {
    margin: 140px auto 110px;
    width: 1128px;
    height: 384px;
    position: relative;
    background: rgba(51, 51, 51, 0.06);
}

.index_box_2>div {
    position: absolute;
    left: 24px;
    top: -24px;
}

.index_box_2 h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #151617;
}

.index_box_2 h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: #444444;
}

.index_box_2 .index_2_img1 {
    position: absolute;
    width: 196px;
    bottom: -32px;
    right: 257px;
}

.index_box_2 .index_2_img2 {
    position: absolute;
    width: 347px;
    bottom: 92px;
    right: -99px;
}

.index_box_2 P {
    width: 641px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
}

.index_box_2 p.first {
    margin: 24px 0 64px;
}

.index_box_2 button {
    width: 160px;
    height: 56px;
    background: #939391;
    font-size: 18px;
    font-weight: bold;
    border: none;
    color: #fff;
    margin-bottom: 24px;
    cursor: pointer;
}

.index_box_3 img {
    display: block;
    width: 100%;
}

.index_box_4 .index_tit {
    margin: 108px auto 66px;
}

.index_box_4 .btm_span {
    position: absolute;
    width: 100%;
    display: block;
    height: 46px;
    left: 0;
    right: 50%;
    bottom: 0;
    padding: 0 0 0 24px;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    font-size: 18px;
    line-height: 46px;
    color: white;
}

.index_box_4 .btm_span.first_span {
    width: 50%;
}

.index_box_4 .btm_span i {
    width: 8px;
    height: 8px;
    background: #939391;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.index_box_4 .box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50%;
    height: 100%;
    background: #fff;
    left: 0;
    bottom: 0;
    padding: 38px 0 0 40px;
    vertical-align: middle;
}

.index_box_4 .box h5 {
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    color: #939391;
    margin-bottom: 18px;
}

.index_box_4 .box span {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #999999;
}

.index_box_4 .box span.bg_txt {
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: rgba(51, 51, 51, 0.1);
    position: absolute;
    width: 100%;
    display: block;
    top: 61px;
    text-transform: capitalize;
}

.index_box_4 .box i {
    margin-top: 18px;
    display: block;
    width: 96px;
    height: 8px;
    background: #939391;
}

.index_box_4 .box p {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #0090ff;
    margin-bottom: 40px;
}

.index_box_4 .box button {
    display: block;
    margin-top: 80px;
    width: 160px;
    height: 56px;
    background: #939391;
    font-size: 18px;
    font-weight: bold;
    border: none;
    color: white;
}

#center {
    POSITION: relative;
    padding-bottom: 44.79%;
}

#slider {
    WIDTH: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    OVERFLOW: hidden;
}

#slider .slide {
    position: relative;
    z-index: 10;
    float: left;
    font-size: 0;
    height: 100%;
    background: #FFF;
    Z-INDEX: 10;
    width: 20%;
    height: 100%;
    border-left: 5px solid #fff;
    transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    text-align: left;
}

#slider .slide:first-child {
    border-left: none;
}

#slider .slide.act {
    width: 40%;
}

#slider .slide:hover .btm_span {
    color: #939391;
}

#slider .slide .btm_span:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    width: 0;
    bottom: 0;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    z-index: 0;
}

#slider .slide:hover .btm_span b {
    color: #151617;
}

#slider .slide .btm_span b {
    position: relative;
    z-index: 11;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

#slider .slide:hover .btm_span:after {
    background: #939391;
    width: 100%;
    color: #fff;
}

#slider .slide:hover .btm_span.first_span {
    width: 50%;
}

#slider .slide:hover .btm_span i {
    background: #939391;
    font-weight: normal;
}

#slider .slide a {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    font-size: 0;
    overflow: hidden;
}

#slider .slide a img {
    height: 100%;
    display: inline-block;
}

.index_box_5 {
    position: relative;
}

.index_box_5 .index_tit {
    margin: 33px auto 66px;
}

.index_box_5 .bg_txt {
    left: 0;
    top: 161px;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    width: auto;
    height: auto;
    background: transparent;
    font-style: normal;
    line-height: 106px;
}

.index_box_5 .bg_txt_2 {
    top: auto;
    left: auto;
    right: 0;
    bottom: -50px;
}

.index_3d {
    position: relative;
}

.index_3d .line_r {
    position: absolute;
    width: 4px;
    height: 88px;
    right: 0;
    top: -150px;
    background: rgba(23, 36, 58, 0.1);
}

.index_3d .line_l {
    position: absolute;
    width: 88px;
    height: 4px;
    bottom: 106px;
    left: -88px;
    background: rgba(23, 36, 58, 0.1);
}

.index_3d li {
    float: left;
    position: relative;
    width: 50%;
    height: 360px;
}

.index_3d li img {
    width: 100%;
    height: 100%;
}

.index_3d li .ind_3d_txt {
    position: absolute;
    top: 32px;
    right: 31px;
    width: 109px;
    height: auto;
    z-index: 1;
}

.index_3d li div {
    display: none;
    box-sizing: border-box;
    padding-top: 142px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(23, 36, 58, 0.64);
    text-align: center;
}

.index_3d li div img {
    width: 66px;
    height: auto;
}

.index_3d li div span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: white;
}

.index_3d li:first-child {
    background: #f3f3f3;
}

.index_3d li:first-child p {
    margin-top: 30px;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    color: #444444;
}

.index_3d button {
    width: 200px;
    height: 48px;
    background: #939391;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border: none;
}

.index_box_6 {
    position: relative;
}

.index_box_6 .index_tit {
    margin: 140px auto 66px;
}

.index_box_6 .bg_txt {
    left: 0;
    top: 219px;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    width: auto;
    height: auto;
    background: transparent;
    font-style: normal;
    line-height: 106px;
}

.index_box_6 .youshi_lef ul {
    width: 618px;
    margin-top: 48px;
    margin-left: -88px;
}

.index_box_6 .youshi_lef ul li {
    margin-left: 88px;
    width: 216px;
    float: left;
    height: 220px;
}

.index_box_6 .youshi_lef ul li b {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #939391;
}

.index_box_6 .youshi_lef ul li p {
    margin: 16px 0 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #444444;
}

.index_box_6 .youshi_lef ul li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
}

.index_box_6 .youshi_right {
    position: relative;
}

.index_box_6 .youshi_right img {
    position: relative;
    width: 552px;
    height: 552px;
}

.index_box_6 .youshi_right .ind_hua {
    position: absolute;
    top: 48px;
    right: 48px;
}

.tit_2 p {
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    color: #444444;
    margin-bottom: 26px;
}

.tit_2 i {
    display: block;
    width: 56px;
    height: 4px;
    background: #939391;
}

.index_box_7 .index_tit {
    margin: 140px auto 66px;
}

.index_box_7 .swiper2 {
    height: 816px;
}

.index_box_7 .swiper2 .swiper-item {
    position: relative;
}

.index_box_7 .swiper2 .swiper-item img {
    display: block;
}

.index_box_7 .swiper2 .swiper-item>div {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(23, 36, 58, 0.64);
    position: absolute;
    z-index: 10;
}

.index_box_7 .swiper2 .swiper-item>div img {
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    margin: 271px auto 32px;
    display: block;
    width: 104px;
}

.index_box_7 .swiper2 .swiper-item i {
    display: block;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background: #939391;
    border-radius: 50%;
}

.index_box_7 .swiper2 .swiper-item p {
    margin-top: 40px;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    color: white;
    text-align: center;
}

.index_box_7 .swiper2 .swiper-item span {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: white;
    text-align: center;
}

.index_box_7 .swiper2 .swiper-item button {
    display: block;
    margin: 56px auto 0;
    width: 184px;
    height: 39px;
    background: #939391;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: none;
}

.ind_box_8 {
    margin: 104px auto 120px;
    box-shadow: 1px 0 24px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.ind_box_8 i {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(23, 36, 58, 0.64);
    width: 400px;
    height: 320px;
}

.ind_box_8 li {
    position: relative;
    float: left;
}

.ind_box_8 img {
    height: 320px;
    width: 400px;
}

.ind_box_8 {
    position: relative;
}

.ind_box_8 li:hover div.mask {
    opacity: 1;
}

.ind_box_8 div.mask {
    transition: all .2s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(23, 36, 58, 0.64);
    opacity: 0;
}

.ind_box_8 div button {
    display: block;
    margin: 20px auto 10px;
    width: 128px;
    height: 32px;
    background: rgba(147, 147, 145, 1);
    font-size: 12px;
    font-weight: bold;
    border: 0;
    color: #fff;
}

.ind_box_8 div h6 {
    margin: 50px auto 10px auto;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
}

.ind_box_8 div p {
    margin: 0 auto;
    width: 336px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
}

.ind_box_9 {
    height: 276px;
    background: rgba(51, 51, 51, 0.06);
    margin-bottom: 160px;
}

.ind_box_9 p {
    position: relative;
    font-size: 48px;
    font-weight: bold;
    line-height: 64px;
    color: #151617;
    top: -35px;
    text-align: center;
}

.ind_box_9 span {
    display: block;
    margin: -5px auto 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: #999999;
}

.ind_box_9 div {
    text-align: center;
    margin-bottom: 34px;
}

.ind_box_9 div img {
    position: relative;
    top: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 33px;
    margin-right: 5px;
    vertical-align: middle;
}

.ind_box_9 div span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
    color: #10243b;
    vertical-align: middle;
    margin-bottom: 0;
}

.ind_box_9 button {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 56px;
    background: #939391;
    font-size: 18px;
    border: none;
    color: #fff;
    font-weight: bold;
}

.index_box_11 {
    margin-top: 56px;
}

.index_box_11>img {
    width: 600px;
}

.index_box_11 div {
    margin-left: 64px;
}

.index_box_11 div p {
    margin: 72px 0 32px;
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    color: #151617;
}

.index_box_11 div span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #999999;
}

.index_box_11 div button {
    margin: 40px 0 0px;
    display: block;
    width: 114px;
    height: 40px;
    background: #939391;
    border: none;
    color: #fff;
}

.index_box_11 div img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 248px;
}

.index_box_11 div i {
    position: absolute;
    top: 0;
    right: 11px;
    writing-mode: tb-rl;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: bold;
    line-height: 36px;
    color: rgba(51, 51, 51, .1);
    font-style: normal;
}

.ind_liuc {
    margin-top: 40px;
    background: #999;
    overflow: hidden;
    margin-bottom: 2px;
}

.ind_liuc .index_tit {
    margin-top: 51px;
}

.ind_liuc .index_tit .txt {
    font-size: 40px;
}

.ind_liuc .line {
    display: block;
    height: 8px;
}

.ind_liuc .line_blue {
    background: #1b170e;
}

.ind_liuc .line_red {
    background: #054b43;
}

.ind_liuc .line_green {
    background: #000;
}

.ind_liuc .index_tit p {
    color: white;
}

.ind_liuc .index_tit .txt {
    color: rgba(255, 255, 255, 0.1);
}

.ind_liuc>button {
    font-size: 18px;
    font-weight: bold;
    width: 160px;
    height: 48px;
    background: white;
    display: block;
    margin: 0 auto 58px;
    border: none;
}

.lc_box {
    padding-top: 72px;
    padding-bottom: 56px;
    display: table;
    margin: 0 auto;
}

.lc_box li {
    float: left;
}

.lc_box li>img {
    position: relative;
    top: -25px;
    margin: 0 19px;
}

.lc_box li div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.lc_box li div img {
    display: block;
    margin: 16px auto;
    width: 29px;
    vertical-align: middle;
}

.lc_box li div span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: white;
}

.lc_box li div b {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: white;
    text-transform: capitalize;
}

.yuyue_box {
    position: relative;
    display: none;
    height: 495px;
    background: url(../img/yuyue_bg.jpg) 0 center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.yuyue_box p {
    text-align: center;
    padding-top: 22px;
    font-size: 28px;
    font-weight: bold;
    line-height: 37px;
    color: #939391;
}

.yuyue_box .phone_num {
    position: absolute;
    bottom: 82px;
    left: 8%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.yuyue_box .form_box {
    position: relative;
    margin: 92px auto 0;
    width: 600px;
    height: 310px;
    background: white;
}

.yuyue_box .form_box:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -80px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 40px solid #fff;
    border-top: 40px solid transparent;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
}

.yuyue_box .form_box div {
    margin-top: 24px;
    padding-left: 92px;
}

.yuyue_box .form_box div label {
    display: inline-block;
    width: 86px;
    margin-right: 24px;
    text-align: right;
    font-size: 14px;
}

.yuyue_box .form_box div input {
    width: 280px;
    height: 32px;
    background: #eeeeee;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
}

.yuyue_box button {
    display: block;
    margin: 28px auto 0;
    width: 100px;
    height: 32px;
    background: #939391;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border: none;
}

.yuyue_box .p1 {
    position: absolute;
    left: 176px;
    top: 54px;
    font-size: 47px;
    font-weight: bold;
    color: #fff;
}

.yuyue_box .p2 {
    position: absolute;
    left: 174px;
    top: 116px;
    font-size: 29px;
    font-weight: bold;
    color: #fff;
}

.yuyue_box .p3 {
    position: absolute;
    left: 147px;
    top: 361px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.dt_item .index_tit {
    margin-top: 106px;
    margin-bottom: 66px;
}

.dt_item .video_box {
    position: relative;
    height: 288px;
}

.dt_item .video_box video {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.dt_item .video_box .video_icon {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.dt_item .video_btm {
    padding-bottom: 72px;
    position: relative;
}

.dt_item .video_btm p {
    margin-top: 56px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.dt_item .video_btm i {
    width: 48px;
    height: 4px;
    background: #333333;
    display: block;
    margin: 16px auto 0;
}

.dt_item .video_btm .bg_txt {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: transparent;
    font-style: normal;
    line-height: 106px;
}

.xinw_item {
    position: relative;
}

.xinw_item .xw_tit .fl p {
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    color: #333333;
}

.xinw_item .xw_tit .fl i {
    display: block;
    margin: 8px 0;
    width: 56px;
    height: 1px;
    background: rgba(51, 51, 51, 0.6);
}

.xinw_item .xw_tit .fl span {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
}

.xinw_item .fr {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}

.xinw_item .fr img {
    margin-left: 16px;
    width: 8px;
}

.xinw_item ul {
    font-size: 0;
    display: table;
    margin: 30px 0 30px;
}

.xinw_item ul li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 8px;
    width: 288px;
    height: 344px;
    background: white;
    border: 1px solid rgba(153, 153, 153, 0.4);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
}

.xinw_item ul li:after {
    content: '';
    width: 0;
    height: 2px;
    background: #FBC127;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.xinw_item ul li:hover {
    box-shadow: 0px 0px 16px rgba(51, 51, 51, 0.24);
}

.xinw_item ul li:hover:after {
    width: 100%;
}

.xinw_item ul li:first-child {
    margin-left: 0;
}

.xinw_item ul li:last-child {
    margin-right: 0;
}

.xinw_item ul img {
    width: 100%;
    height: 201px;
}

.xinw_item ul p {
    margin-top: 32px;
    margin-left: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xinw_item ul span {
    display: block;
    margin: 16px 0 8px;
    margin-left: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.xinw_item ul i {
    display: block;
    width: 56px;
    margin-left: 24px;
    height: 1px;
    background: rgba(153, 153, 153, 0.4);
}

.xinw_item_last {
    margin-bottom: 50px;
}

.xw_txt_box {
    position: relative;
    overflow: hidden;
}

.xw_txt_box .bg_txt {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.05);
    position: absolute;
    right: 0;
    bottom: 39px;
    width: auto;
    height: auto;
    background: transparent;
    font-style: normal;
    line-height: 106px;
    z-index: 100;
}

.jx_box .index_tit {
    margin-top: 140px;
}

.index_page .swiper_jx {
    margin-top: 66px;
    height: 480px;
}

.index_page .swiper_jx .swiper-slide .jx_item>img {
    height: 480px;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.index_page .swiper_jx .swiper-slide .jx_item {
    margin: 0 auto;
    width: 1200px;
    font-size: 0;
    height: 480px;
}

.index_page .swiper_jx .swiper-slide .jx_item>i {
    display: inline-block;
    height: 480px;
    vertical-align: middle;
    background: rgba(51, 51, 51, 0.06);
}

.index_page .swiper_jx .swiper-slide .jx_item>i img {
    width: 100%;
    height: 100%;
}

.index_page .swiper_jx .swiper-slide .jx_item>div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    height: 480px;
    text-align: right;
    vertical-align: middle;
    width: 356px;
    overflow: hidden;
}

.index_page .swiper_jx .swiper-slide .jx_item>div p {
    margin-top: 80px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 39px;
    font-weight: bold;
    line-height: 52px;
    color: #939391;
}

.index_page .swiper_jx .swiper-slide .jx_item>div i {
    margin: 32px 0 40px;
    display: inline-block;
    width: 255px;
    height: 4px;
    background: #939391;
}

.index_page .swiper_jx .swiper-slide .jx_item>div span {
    display: inline-block;
    width: 342px;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #666666;
}

.index_page .swiper_jx .swiper-slide .jx_item>div b {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 32px;
    font-weight: bold;
    color: #939391;
}

.index_page .swiper_jx .swiper-slide .jx_item>.txt_left {
    text-align: left;
}

.index_page .swiper_jx .swiper-slide .jx_item>.txt_left b {
    left: 0;
}

.fuwu_box .index_tit {
    margin-top: 140px;
    margin-bottom: 66px;
}

.fuwu_box .fuwu_top {
    height: 376px;
    background: url(../img/fuwu_top.jpg) center center no-repeat;
    background-size: auto 100%;
}

.fuwu_box .fuwu_top .point_box {
    overflow: hidden;
}

.fuwu_box .fuwu_top .point_box p {
    margin: 93px auto 56px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    color: #000;
}

.fuwu_box .fuwu_top .point_box a {
    margin-bottom: 59px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 15px;
}

.fuwu_box .fuwu_top .pint_list {
    text-align: center;
}

.fuwu_box .fuwu_top .pint_list span {
    cursor: pointer;
    position: relative;
    margin: 0 64px;
    display: inline-block;
    width: 120px;
    height: 120px;
    background: rgba(150, 147, 143, 0.5);
    border-radius: 100%;
    font-style: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fuwu_box .fuwu_top .pint_list span:after {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    content: '';
    width: calc(100% + 24px);
    height: 57px;
    background: #fff;
    left: -12px;
    bottom: -14px;
}

.fuwu_box .fuwu_top .pint_list span:last-child {
    position: relative;
    left: 7px;
}

.fuwu_box .fuwu_top .pint_list i {
    margin: 14px;
    font-style: normal;
    display: inline-block;
    border-radius: 100%;
    line-height: 92px;
    font-size: 27px;
    font-weight: bold;
    width: 92px;
    height: 92px;
    background: white;
}

.fuwu_box .fuwu_top .pint_list .act {
    background: rgba(46, 150, 153, 0.5);
}

.fuwu_box .fuwu_top .pint_list .act i {
    background: #939391;
    color: #fff;
}

.fuwu_box .fuwu_top .pint_list .act:after {
    height: 0;
}

.fuwu_box .fuwu_top .pint_list .act:hover:after {
    height: 0;
}

.fuwu_btm_box {
    margin: 43px auto 0;
    position: relative;
    width: 1248px;
    height: 496px;
}

.fuwu_btm_box li {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.fuwu_btm_box li:first-child {
    display: block;
}

.fuwu_btm_box li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.fuwu_btm_box li>div {
    position: relative;
    z-index: 10;
    margin: 115px auto 0;
    overflow: hidden;
    width: 1088px;
    height: 304px;
    background: rgba(255, 255, 255, .85);
}

.fuwu_btm_box li>div h6 {
    text-align: center;
    margin-top: 38px;
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    color: #151617;
}

.fuwu_btm_box li>div .p1 {
    text-align: center;
    margin: 24px auto 31px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}

.fuwu_btm_box li>div .p2 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    text-align: center;
}

.fuwu_btm_box li>div .p2 span {
    color: #333;
    font-weight: bold;
    font-size: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt80 {
    margin-top: 80px;
}

.block_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mt17 {
    margin-top: 17px;
}

.ind_swiper .p1 {
    padding-top: 125px;
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.ind_swiper .p2 {
    margin-top: 48px;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.ind_swiper .p3 {
    margin-top: 423px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.ind_swiper .p4 {
    margin-top: 348px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.ind_swiper .swiper-button-prev {
    left: 192px;
}

.ind_swiper .swiper-button-next {
    right: 192px;
}

.ind_list_t li {
    display: none;
}

.ind_list_t li.show {
    display: block;
}

.ind_list_tit img.act {
    z-index: 10;
}

.last_phone {
    width: 0;
    height: 100%;
}

/*----------部分内容响应式------------*/
@media screen and (max-width: 1700px) {
    .phone_box {
        display: none;
    }
}

/* @media screen and (max-width:1680px) {
	.head .head_nav>li:nth-child(6) ul {
		left: -607px;
	}
}
@media screen and (max-width:1360px) {
	.head .head_nav>li:nth-child(6) ul {
		left: -557px;
	}
	.head .head_nav>li:nth-child(4) ul {
		left: -116px;
	}
}
@media screen and (max-width:1279px) {
	.head .head_nav>li:nth-child(6) ul {
		left: -607px;
	}
	.head .head_nav>li:nth-child(4) ul {
		left: -166px;
	}
} */
/*# sourceMappingURL=style.css.map */


/*导航列表 start*/
.navList {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.navList li {
    float: left;
    width: 15%;

    font-size: 22px;
    margin-right: 15px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border: 1px solid #cccccc;
    border-radius: 22px;

    margin-bottom: 20px;


}

.navList li a {
    display: block;
    color: #333333;
}

.navList li a.navListActive {
    color: #fff;
    border-radius: 22px;
}

.navList li:nth-child(6n) {
    margin-right: 0;
}

.navList li:hover {
    background-color: #939391;


}

.navList li:hover a {
    color: #FFFFFF;

}

.navListActive {
    background-color: #939391;
}

.navListActive a {
    display: block;
    color: #FFFFFF !important;
}

/*导航列表 end*/
/* banner */
.c-banner {
    width: 100%;
    position: relative;
}

.c-banner img {
    width: 100%;
}

.c-banner .banner ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.c-banner .banner ul li {
    position: absolute display: none;
    opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.c-banner .banner ul li img {
    width: 100%;
    position: absolute;
    top: 0px;
}

.c-banner .banner ul li:first-child img {
    position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
    padding: 25px 10px 25px 10px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;

}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
    opacity: 0.8;
}

.c-banner .nexImg {
    right: 0px;
}

.c-banner .nexImg img,
.c-banner .preImg img {}

.c-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.c-banner .jumpBtn ul {
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
    margin-left: 0px;
}

@media screen and (max-width:768px) {
    .c-banner {
        width: 100%;
        height: 345px;
        overflow: hidden;
    }

    .c-banner .banner ul li img {
        width: 768px;
        height: 345px;
        position: absolute;
        left: 50%;
        margin-left: -384px;
    }
}

/*底部弹框*/
.float_bottom.on{height:0px;overflow:hidden;}
.float_bottom{width:100%;height:82px;background:url(../img/bgs.png);position:fixed;bottom:0;left:0;z-index:1000;-webkit-transition:all 0.3s;}
.float_bottom_box{width:1200px;height:82px;margin:0 auto;position:relative;-webkit-transition:all 0.3s;}
.float_bottom_left{position:absolute; left:0; top:-43px;-webkit-transition:all 0.3s; overflow:hidden;}
.float_bottom_center{margin:0 0 0 460px;position:relative; padding-top:20px;-webkit-transition:all 0.3s;overflow:hidden;}
.float_bottom_center input{display:inline-block;*display:inline;*zoom:1;vertical-align:top; margin-right:10px; padding:0 20px; height:46px; line-height:46px; font-size:18px; color:#000; border:0px; width:200px; border-radius:8px;background-color: #fff;}
.float_bottom_center button{display:inline-block;*display:inline;*zoom:1;vertical-align:top; border:0px; margin:0; padding:0; background:url(../img/float_bottom_btn.png) no-repeat left center; width:167px; height:50px;cursor:pointer;}
.float_bottom_max{display:none;position:absolute;left:0px;top:-48px;-webkit-transition:all 0.3s;}
.float_bottom.in{width:240px;height:100px;bottom:50px;border-radius:0 130px 130px 0;cursor:pointer;}
.float_bottom.in .float_bottom_box{width:240px;height:100px;}
.float_bottom.in .float_bottom_left,.float_bottom.in .float_bottom_center{width:0;height:0;}
.float_bottom.in .float_bottom_max{display:block;}
.float_bottom_close{ display:none;width:33px;position:fixed;bottom:32px;left:50%;margin-left:570px;height:50px;z-index:1001;}
.float_bottom_close i{float:left;margin:0 16px;width:1px;height:30px;background:#fff;}
.float_bottom_close img{float:left;width:33px;height:33px;cursor:pointer;}

