@charset "utf-8"; /* CSS Document */
body {margin: 0px;padding: 0px;border: 0px;font-family: "微软雅黑", Helvetica, Arial, "Helvetica Neue", "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";color: #555555;font-size: 14px;width: 100%;}
a {margin: 0px;padding: 0px;border: 0px;text-decoration: none;color: #555555;font-size: 13px;transition: all 0.5s ease 0s;-webkit-transform: all 0.5s ease 0s;}
a:hover {text-decoration: none;transition: all 0.5s ease 0s;-webkit-transform: all 0.5s ease 0s; color: #555555;}
* {padding: 0px;margin: 0px;border: 0px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
li {list-style: none;}
/*去除下拉框选中的高亮标签*/
img {vertical-align: middle;}
/*去除按钮选中的高亮标签;去除文本框选中的高亮标签;去除按钮选中的高亮标签*/
input:focus,textarea:focus,button:focus,select:focus {outline: none;}
div, p, table, td, ul, li, span, a, ol, input, label {padding: 0px;margin: 0px;border: 0px;}

.clear {zoom: 1;}
.clear:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}

input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
}

textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei"
}

.search input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #89a4d5;
    font-size: 13px;
}

.search input::-webkit-input-placeholder { /* WebKit browsers */
    color: #89a4d5;
    font-size: 13px;
}

.search input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #89a4d5;
    font-size: 13px;
}

.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #89a4d5;
    font-size: 13px;
}

.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #89a4d5;
    font-size: 13px;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.mo_down {
    height: 0px;
    overflow: hidden
}

.mo_down.on {
    height: auto;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*渐变从左向右*/
.jianbian2 {
    height: 200px;
    background: -webkit-linear-gradient(to right, blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right, blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right, blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, white, yellow); /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
}

/*圆角5px*/
.radius5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/*圆角10px*/
.radius10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

/*图片变大*/
.tra {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.tra:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    filter: scale(1.15);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

/*透明度50%*/
.opacity5 {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.shadow1 {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
}

.shadow2 {
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
}

.shadow2:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
}

/*投影*/
.shadow5 {
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
}

.shadow7 {
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
}

.shadow7:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
}

.shadow1_1 {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    -ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
}

.shadow5:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
    -ms-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
}

.shadow8 {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 5px;
    -ms-box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 5px;
    -o-box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 5px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.shadow6 {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 60px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 60px;
    -ms-box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 60px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 60px;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 60px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

/*投影*/
.shadow10 {
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
    -ms-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
}

/*图片居中*/
.center {
    -webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

/*图片居中2*/
.vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; /* 水平居中*/
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack: center; /* IE 10 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; /* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*//* 垂直居中 */
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -moz-box-pack: center; /* IE 10 */
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

/*图片翻转*/
.flip {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
}

.flip:hover {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
    cursor: pointer;
}



.pc_header .pc_header_content {
    max-width: 1500px;
    margin: 0 auto;
}


.pc_header .pc_header_content .header_content_right .menu ul li .menu_title {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 88px;
    position: relative;
    text-align: center;
    width: 64px;
}

.pc_header .pc_header_content .header_content_right .menu ul li:hover .DropDown .DropDown_close {
    color: #fff;
    font-size: 28px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.pc_header .pc_header_content .header_content_right .menu ul li:hover .DropDown {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
    opacity: 1;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown {
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    filter: scale(0);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
    opacity: 0;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown.on {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    filter: scale(1) !important;
    filter: transform;
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
    cursor: pointer;
    opacity: 1;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown.in {
    -webkit-transform: scale(0) !important;
    -moz-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    -o-transform: scale(0) !important;
    filter: scale(0) !important;
    filter: transform;
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
    cursor: pointer;
    opacity: 0;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown .DropDown_content {
    max-width: 1500px;
    margin: 0 auto;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:last-child {
    border: 0px;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a {
    display: inline-block;
    width: 25%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 25px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a.on dd {
    color: white;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a dd {
    font-size: 35px;
    margin-bottom: 15px;
}

.pc_header .pc_header_content .header_content_right .menu ul li .DropDown a:hover dd {
    color:white;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.pc_header .pc_header_content .header_content_right .menu ul li .menu_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    height: 1px;
    background: white;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.pc_header .pc_header_content .header_content_right .menu ul li.on .menu_title:before {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.pc_header .pc_header_content .header_content_right .menu ul li:hover .menu_title:before {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.pc_header .pc_header_content .header_content_right .menu ul li:hover .menu_title {
    color: white;
}

/*当前栏目*/
.pc_header .pc_header_content .header_content_right .menu ul li.on .menu_title {
    color: white;
}

.pc_header .pc_header_content .header_content_right .header_content_phone {
    font-size: 24px;
    color: #fff;
    line-height: 88px;
}

.pc_header .pc_header_content .header_content_right .header_content_phone span {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #5e5e5c;
    line-height: 34px;
    text-align: center;
    margin-right: 11px;
    position: relative;
    top: -3px;
    color: #fff;
}

.case_banner {
    height: 760px;
}


.WeChatBanner {
    height: 760px;
}


@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%, 75% {
        transform: scale(2.5);
    }
    78%, 100% {
        opacity: 0;
    }
}

/*.video_title_item dt:before {*/
    /*content: '';*/
    /*width: 46px;*/
    /*height: 46px;*/
    /*border-radius: 50%;*/
    /*background-color: #fff;*/
    /*opacity: 0.7;*/
    /*animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);*/
    /*animation-delay: 100ms;*/
    /*transition: 0.5s all ease;*/
    /*transform: scale(1);*/
/*}*/

/*.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a:hover {*/
    /*background: #252525 !important;*/
    /*opacity: 1 !important;*/
    /*color: #fb6a19;*/
/*}*/

.footer .footer_content .footer_content_bottom {
    margin-bottom: 20px;
}

.footer .footer_content .footer_content_bottom .content_bottom_left {
    font-size: 14px;
    color: #555555;
    width: 5%
}

.footer .footer_content .footer_content_bottom .content_bottom_right {
    width: 95%;
}

.footer .footer_content .footer_content_bottom .content_bottom_right a {
    font-size: 12px;
    color: #555555;
    display: inline-block;
    width: 7%;
    margin-left: 2%;
    margin-bottom: .8%;
}

.footer .footer_content .footer_content_bottom .content_bottom_right a:hover {
    color: #fff;
}




@media screen and (max-width: 1480px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1065px) {
    .pc_header .pc_header_content .header_content_right .menu ul li .DropDown {
        opacity: 1;
        top: 0;
        position: fixed;
        height: 100%;
        -webkit-transform: scale(0) !important;
        -moz-transform: scale(0) !important;
        -ms-transform: scale(0) !important;
        -o-transform: scale(0) !important;
        filter: scale(0) !important;
        filter: transform;
        transition: all 0.3s ease 0s;
        -webkit-transform: all 0.3s ease 0s;
    }

    .pc_header .pc_header_content .header_content_right .menu ul li .DropDown .DropDown_content {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .pc_header .pc_header_content .header_content_right .menu ul li .DropDown a {
        width: 100%;
    }

    .pc_header .pc_header_content .header_content_right .menu ul li:hover .DropDown .DropDown_close {
        display: block;
    }

    .owl-theme .owl-controls .owl-nav {
        display: block !important;
    }

    .page li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    div.burger {
        z-index: 50;
        height: 36px;
        width: 26px;
        position: relative;
        cursor: pointer
    }

    div.x, div.y, div.z {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        background: white;
        border-radius: 2px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out
    }





    div.navbar {
        height: 73px;
        background: #385e97
    }




    div.open {
        position: fixed;
        right: 2%;
    }

    div.menu ul li {width: 100%;list-style: none;position: absolute;top: 50px;left: 0;height: 0px;overflow: hidden;opacity: 0;z-index: 1;text-align: center;font-size: 0;-webkit-transition: all 70ms cubic-bezier(0, .995, .99, 1);-moz-transition: all 70ms cubic-bezier(0, .995, .99, 1);-ms-transition: all 70ms cubic-bezier(0, .995, .99, 1);-o-transition: all 70ms cubic-bezier(0, .995, .99, 1);transition: all 70ms cubic-bezier(0, .995, .99, 1)}
    div.menu ul li a {color: white;width: 100%;font-size: 16px;display: inline-block;text-transform: uppercase;text-decoration: none;letter-spacing: 3px}
    div.menu li.animate {font-size: 21px;opacity: 1;overflow: inherit;position: fixed;z-index: 6000;background: #0C0C0C;
        -webkit-transition: all 150ms cubic-bezier(0, .995, .99, 1);
        -moz-transition: all 150ms cubic-bezier(0, .995, .99, 1);
        -ms-transition: all 150ms cubic-bezier(0, .995, .99, 1);
        -o-transition: all 150ms cubic-bezier(0, .995, .99, 1);
        transition: all 150ms cubic-bezier(0, .995, .99, 1);
    }
    div.menu li.animate:nth-of-type(1) {top: 70px;transition-delay: .06s}
    div.menu li.animate:nth-of-type(2) {top: 113px;transition-delay: .09s}
    div.menu li.animate:nth-of-type(3) {top: 156px;transition-delay: .12s}
    div.menu li.animate:nth-of-type(4) {top: 199px;transition-delay: .15s}
    div.menu li.animate:nth-of-type(5) {top: 242px;transition-delay: .17s}
    div.menu li.animate:nth-of-type(6) {top: 285px;transition-delay: .20s}
    div.menu li.animate:nth-of-type(7) {top: 328px;transition-delay: .23s}
    div.menu li.animate:nth-of-type(8) {top: 371px;transition-delay: .25s}
    div.menu li.animate:nth-of-type(9) {top: 414px;transition-delay: .27s}
    div.menu li.animate:nth-of-type(10) {top: 457px;transition-delay: .29s}

    .slick-slider .slick-list, .banner, .slick-hero-slider .image-bg {
        height: 230px !important;
    }

    .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption div {
        font-size: 14px;
    }
    .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption dd p {
        display: none;
    }

    .pc_header .pc_header_content .header_content_right .menu ul li {height: 0px;}
    .pc_header .pc_header_content .header_content_right .menu.on ul li {height: auto;}
    .pc_header {background: #000; /*height: 50px;*/position: inherit;}
    .pc_header .pc_header_content {width: 96%;margin: 0 auto;position: relative;}
    .pc_header .pc_header_content .header_content_logo img {width: 200px;}
    .pc_header .pc_header_content .header_content_right {position: absolute;left: 0;z-index: 210;width: 100%;}
    .pc_header .pc_header_content .header_content_right .menu {width: 100%;padding: 0px 20px;background: #fff;}
    .pc_header .pc_header_content .header_content_right .header_content_phone {display: none;}
    .pc_header .pc_header_content .header_content_right .menu ul li {margin-right: 0px;width: 100%;}
    .pc_header .pc_header_content .header_content_right .menu ul li:last-child a {border-bottom: 0px;}
    .pc_header .pc_header_content .header_content_right .menu ul li .menu_title {width: 100%;line-height: 43px;color: white; /*font-weight: bolder;*/}
    .pc_header .pc_header_content .header_content_right .menu ul li.on .menu_title {font-weight: bolder;}
    .pc_header .pc_header_content .header_content_right .menu ul li .menu_title:before {display: none;}



}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 414px) {

}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 320px) {

}