﻿@charset "utf-8";
/* CSS Document*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 13px/1 "\5FAE\8F6F\96C5\9ED1", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

legend {
    color: #000;
}

a,
img {
    border: 0;
}

fieldset,
img {
    border: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: none;
    height: 1px;
}

html {
    overflow-y: scroll;
}

/*清除浮动*/

.cleardiv {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    *zoom: 100000;
}

/* 左右浮动*/

.logo_mcy {
    float: left;
    margin-right: 6px;
}

.wj_video {
    position: relative;
}

.wj_video
/* 导航条 */

.wj_nav {
    width: 100%;
    height: auto;
}

.wj_nav .navbar {
    margin-bottom: 0;
}

@media (min-width:1800px) {
    .container {
        width: 1600px;
    }
}

.wj_nav .navbar .container {
    /* 图标 */
}

.logo_nav {
    height: 100px;
}

.wj_nav .navbar .container a {
    height: 100px;
    line-height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    font-size: 16px;
}

.wj_nav .navbar .container a:hover,
.wj_nav .navbar .container a:focus {
    color: #e60013;
}

.wj_nav .navbar .container .navbar-brand {
    padding-top: 5px;
}

.wj_nav .navbar .container .navbar-brand:hover,
.wj_nav .navbar .container .navbar-brand:focus {
    border-bottom: none;
}

.wj_nav .navbar .container .navbar-brand>.wjsfont {
    font-size: 70px;
}

.wj_nav .navbar .container .navbar-brand>.wjsfont-logo {
    color: red;
}

/*768移动端 */

@media (min-width: 768px) {
    .container>.navbar-header>.navbar-toggle {
        margin-top: 20px;
        margin-right: 15px;
    }
    .navbar-nav {
        float: right;
        margin: 0;
    }
    .navbar-nav li a {
        font-size: 18px;
        color: #000;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        margin: 0 -15px;
    }
    .wj_nav .navbar .container a {
        height: 40px;
        line-height: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

/*  */

.ho-nav {
    float: right;
}

.ho-nav a {
    cursor: pointer
}

.ho-nav li a {
    padding: 0;
}

.ho-nav ul li {
    float: left;
    text-align: center;
    border-left: 1px solid #d6e4ed;
}

.dropdown-menu>li>a {
    padding: 15px 40px 15px 20px;
}

.nav .open a.ho-nav-more {
    background-color: #75a7c4;
    background: url(../images/mcy_ico.png) no-repeat;
    background-position: -63px -70px;
    color: #fff;
}

.open li.dropdown-submenu {
    width: 100%;
    text-align: left;
    background: none;
}

.open li.dropdown-submenu a {
    width: 100%;
    line-height: 18px;
    height: 54px;
}

.dropdown-submenu.open .dropdown-menu {
    padding: 15px 0;
}

.dropdown-submenu.open .dropdown-menu li {
    width: 100%;
    text-align: left;
    background: none;
}

.dropdown-submenu.open .dropdown-menu li a {
    padding: 10px 20px;
    line-height: 35px;
}

/*轮播图  */

.content_wai {
    position: relative;
}

#zi {
    width: 600px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -300px;
    background-color: rgba(0, 0, 0, 0.1)
}

#zi h2 {
    height: 130px;
    line-height: 170px;
    color: red;
    text-align: center;
    font-size: 50px;
}

#zi p {
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
}

/* 我们的服务 */

.mcy_padd2 {
    padding-top: 60px;
}

.h2 {
    text-align: center;
}

.bg_img {
    position: relative;
    height: 100%;
    width: 100%;
}

.bg_img img {
    margin: 0 auto;
}

.p_eng {
    margin-bottom: 20px;
    text-align: center;
    font-family: Arial;
}

.ser_bg {
    width: 100%;
    height: 600px;
    background-color: red;
    background: url(../images/ser_bg.png) no-repeat -160px 0px;
    background-size: 120%;
}

.service_list {
    /* margin-top: 20px; */
}

.service_list li {
    float: left;
    /* overflow: hidden; */
    position: relative;
}

.service_list li img {
    width: 100%;
}

@media (max-width:768px) {
    .p_hover {
        display: none;
    }
    .side_bar {
        display: none;
    }
}

@media (min-width:768px) {
    .p_hover {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.8);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        line-height: 35px;
        padding: 28px 21px;
        /* transition: opacity 1s ease-in-out; */
        display: none;
    }
    .p_hover p {
        line-height: 40px;
    }
    .ser_bg .service_list li:hover .p_hover {
        display: block;
    }
    .service_list li .bg_img {
        width: 100%;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .ser_bg .service_list li {
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
        transition-delay: 0s;
        transition-duration: 1s;
        transition-property: all;
        transition-timing-function: ease;
        /* Firefox 4*/
        -moz-transition-delay: 0s;
        -moz-transition-duration: 1s;
        -moz-transition-property: all;
        -moz-transition-timing-function: ease;
        /* Safari 和 Chrome*/
        -webkit-transition-delay: 0s;
        -webkit-transition-duration: 1s;
        -webkit-transition-property: all;
        -webkit-transition-timing-function: ease;
        /* Opera*/
        -o-transition-delay: 0s;
        -o-transition-duration: 1s;
        -o-transition-property: all;
        -o-transition-timing-function: ease;
    }
    .ser_bg .service_list li:hover .bg_img .bg_img_hover {
        /* transform: scale(1.1, 1.1); */
        /* -ms-transform: scale(1.1, 1.1); */
        /* IE 9*/
        /* -moz-transform: scale(1.1, 1.1); */
        /* Firefox*/
        /* -webkit-transform: scale(1.1, 1.1); */
        /* Safari 和 Chrome*/
        /* -o-transform: scale(1.1, 1.1); */
        /* Opera*/
        box-shadow: 0 0 30px #000;
    }
    .ser_bg .service_list li:hover {
        -ms-transform: scale(1.1, 1.1);
        /* IE 9*/
        -moz-transform: scale(1.1, 1.1);
        /* Firefox*/
        -webkit-transform: scale(1.1, 1.1);
        /* Safari 和 Chrome*/
        -o-transform: scale(1.1, 1.1);
        /* Opera*/
        transform: scale(1.1, 1.1);
    }
}

@media (min-width:1140px) {
    .p_hover p {
        font-size: 18px;
        line-height: 50px;
        margin-top: 50px;
    }
}

/* 新闻速递  */

.news_index {
    width: 100%;
    height: 600px;
    background-color: #f1f1f1;
    padding-bottom: 30px;
    background: url(../images/news_bg.png) no-repeat -160px 0;
    background-size: 120%;
    margin-bottom: 30px;
}

.news_l {
    width: 60%;
    float: left;
}

.news_r {
    width: 40%;
    float: right;
}

.news_r ul {
    width: 524px;
    height: 389px;
    background-color: #fff;
    padding: 35px;
}

.news_r ul li {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
}

.news_r ul li span {
    float: right;
}

.news_l>ul {
    box-sizing: border-box;
}

.news_l>ul li {
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
    width: 290px;
    height: 389px;
    background-color: blue;
    color: #fff;
    /* text-align: center; */
}

.news_l>ul li img {
    width: 230px;
    height: 140px;
    margin-top: 30px;
    margin-left: 10%;
    /* background: url(../images/news_01.png) */
}

.news_index ul li {}

.news_l ul li a {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
}

.news_l ul li span {
    float: right;
    height: 30px;
    line-height: 30px;
}

.news_index_r {
    padding: 10%;
    width: 100%;
}

.news_index_r a {
    display: block;
    margin: 10px 0;
    font-size: 12px;
}

/*我们的优势  */

.advantage {
    margin-top: 50px;
}

.advantage .adv_top {
    position: relative;
    /* height: 900px; */
}

.adv_top .advan li {
    width: 50%;
    float: left;
    padding: 10px;
}

.adv_top .advan li img {
    width: 100%;
}

.adv_top .advan li:last-child {
    width: 100%;
}

.advantage_bg1 {
    width: 600px;
    height: 240px;
    background: url(../images/dw1.png) 0 0;
    position: absolute;
    bottom: 0px;
    left: -227px;
}

.advantage_bg2 {
    width: 600px;
    height: 240px;
    background: url(../images/dw1.png) 0 0;
    position: absolute;
    top: 0px;
    right: -227px;
}

.advantage_bg3 {
    width: 600px;
    height: 240px;
    background: url(../images/dw1.png) 0 0;
    position: absolute;
    top: 0px;
    left: -427px;
}

.advantage_bg4 {
    width: 600px;
    height: 400px;
    background: url(../images/dw2.png) 0 0;
    position: absolute;
    bottom: 0px;
    right: -427px;
}

.adv_bot {
    position: relative;
    /* background-color: red; */
    width: 100%;
    height: 700px;
    margin-top: 80px;
}

@media (min-width:1800px) {
    .adv_bot {
        position: relative;
        /* background-color: red; */
        width: 100%;
        height: 900px;
        margin-top: 80px;
    }
}

.adv_bot ul {
    z-index: 10;
    position: absolute;
}

.adv_bot ul li {
    /* height: 390px; */
    width: 33.33%;
    float: left;
}

.adv_bot ul li:nth-child(1) {
    padding-bottom: 10px;
    padding-right: 5px;
}

.adv_bot ul li:nth-child(2) {
    width: 66.66%;
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
}

.adv_bot ul li:nth-child(3) {
    width: 66.66%;
    padding-right: 5px;
}

.adv_bot ul li:nth-child(4) {
    float: right;
    padding-left: 5px;
}

.adv_bot ul li img {
    width: 100%;
}

/*关于我们  */

.about_index {
    height: auto;
    padding: 40px;
}

.about_index h2,
.about_index p {
    height: 40px;
}

.about_index .about_index_p {
    height: 100%;
    line-height: 30px;
}

/*我们的领域  */

.lingyu_bg {
    width: 100%;
    height: 100%;
    margin-bottom: 100px;
}

.lingyu_ul {
    box-sizing: border-box;
}

.lingyu_ul li {
    position: relative;
    float: right;
    width: 20%;
    padding-right: 10px;
    padding-bottom: 8px;
    overflow: hidden;
}

.lingyu_ul li img {
    width: 100%;
}

.lingyu_ul li:first-child p {
    width: 96%;
    height: 591px;
    line-height: 30px;
    background-color: rgba(120, 20, 10, 0.8);
    position: absolute;
    top: -591px;
    left: 0;
    transition: all 1s ease-in-out;
    color: #fff;
    font-size: 16px;
    padding-top: 200px;
    text-align: center;
    padding-top: 100px;
}

.lingyu_ul li p {
    width: 96%;
    height: 292px;
    line-height: 30px;
    background-color: rgba(120, 20, 10, 0.8);
    position: absolute;
    top: -292px;
    left: 0;
    transition: all 1s ease-in-out;
    color: #fff;
    font-size: 14px;
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    text-align: center;
}

.lingyu_ul li:hover p {
    top: 0;
}

/*底部  */

.ke_bg {
    background: rgb(36, 35, 43);
    color: #fff;
    padding: 50px 0px 40px;
}

.phone_left {
    line-height: 24px;
    color: #c5c5c5;
    margin-top: 10px;
}

.phone_left a {
    line-height: 24px;
    color: #c5c5c5;
}

.phone_left2 {
    float: left;
    line-height: 24px;
    color: #666;
    font-size: 14px;
}

.cj_fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-color: #ccc;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 2px;
    background-color: #ccc;
}

.cj_header {
    height: 102px;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 10000;
    border-radius: 0px;
}

.index-news li {
    height: 24px;
    padding-left: 20px;
    line-height: 24px;
    background: url(../images/icon_index_li.png) no-repeat left center;
    background-size: 10px;
}

.index-news li a {
    float: left;
    width: 250px;
    color: #c5c5c5;
}

.index-news li span {
    float: right;
    width: 80px;
    font-size: 11px;
    text-align: center;
    color: #c9c9c9;
}

/*新闻  */

.list-footer {
    text-align: center;
}

.list-footer p {
    padding: 5px 10px;
    line-height: 24px;
    color: #c5c5c5;
}

.list-listbody ul {
    width: 100%;
    margin-bottom: 30px;
}

.list-listbody ul li {
    margin: 0 auto;
    width: 80%;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px dashed #ccc;
}

.list-listbody ul li span {
    float: left;
}

.list-listbody ul li a {
    float: right;
    height: 60px;
    width: 40%;
    overflow: hidden;
}

.list-right .bg_img {
    margin-bottom: 15px;
}

.show-body h1 {
    text-align: center;
    font-size: 24px;
    padding: 15px 0;
}

.show-info {
    text-align: center;
    margin-bottom: 25px;
}

.show-archives p {
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 16px;
}

.show-archives p img {
    width: 74%;
    height: 74%;
}

.ho-pages ul li {
    float: left;
}

.ho-pages {
    float: right;
}

.ho-pages ul li a {
    display: block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-left: 5px;
}

/* 侧栏客服 */

.izl-rmenu {
    margin-right: 0;
    width: 60px;
    position: fixed;
    right: 2px;
    top: 90%;
    -webkit-box-shadow: #DDD 0px 1px 5px;
    -moz-box-shadow: #DDD 0px 1px 5px;
    box-shadow: #DDD 0px 1px 5px;
    z-index: 999;
}

.izl-rmenu .consult {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}

.izl-rmenu .consult .phone {
    background-color: rgb(247, 247, 255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    /* box-shadow: #DDD -1px 1px 4px; */
}

.izl-rmenu a.consult:hover .phone {
    display: inline !important;
}

.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 34px;
    padding-bottom: 47px;
    padding-left: 48px;
}

.izl-rmenu a.cart:hover .pic {
    display: block;
}

.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 60px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.izl-rmenu .btn_top:hover {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.izl-rmenu .cart .pic {
    display: none;
    position: absolute;
    left: -480px;
    top: 35px;
    width: 480px;
    height: 190px;
    background: url(../images/weixin.png);
}

#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF !important;
    z-index: 999;
}

/*底部  */

.footer_logo {
    width: 100px;
    margin-bottom: 10px;
}

.footer_l {
    width: 70%;
    float: left;
}

.footer_r {
    width: 30%;
    float: left;
}

.erweima>div {
    width: 100px;
    float: left;
}

.title_f1 a {
    float: right;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.title_f1 a:hover {
    color: #fff;
}

.hofootcr {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.hofootcr a {
    color: #c5c5c5;
}


@media screen and (max-width: 600px) { 
    .service_list li img{
        margin-bottom: 10px;
    }
    .news_index {
        width: 100%;
        margin-top: 50px;
        height: auto;
        background-color: #f1f1f1;
        padding-bottom: 0px;
        background: url(../images/news_bg.png) no-repeat 0 0;
        background-size: 100%;
        margin-bottom: 0px;
    }
    .news_l  {
        display: none;
    }
    .news_r{
        float: none;
        width: 100%;
    }
    .news_r ul{
        width: 100%;
        margin-top: 20%;
        padding: 0;
        height: auto;
    }
    .about_index{
        padding: 0px;
        margin-top: 50px;
    }
    .lingyu_ul li {
        width: 50%;
    }
    .lingyu_ul li >p{
        display: none;
    }
}
