﻿@charset "utf-8";
/* CSS Document */
/*切图：zcy*/
html {
    overflow-x: auto;
    overflow-y: auto;
}

* {
    padding: 0;
    margin: 0;
    outline: none !important;
}
body{
    overflow-x: hidden;
}
.wow {
    visibility: inherit !important;
}

ul, ol, li {
    list-style-type: none;
}

body, button, input, select, textarea {
    font-family: 'OPENSANS-REGULAR';
    font-size: 12px;
}

code, kbd, pre, samp {
    font-family: 'OPENSANS-REGULAR';
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

img {
    border: 0;
    max-width: 100%;
}

li {
    line-height: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
    font-family: 'OPENSANS-REGULAR';
}

input, table, tr, td {
    margin: 0;
    padding: 0;
    border: none;
}

button, table {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    float: left;
    width: 100%;
}

select {
    margin: 0;
    padding: 0;
    font-family: 'OPENSANS-REGULAR';
    border: none;
}

textarea {
    resize: none;
    outline: none;
}

label {
    margin-bottom: 0;
    font-weight: normal;
}

input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

/*********************************************************************重置***********************************************************************/

.pz_top {
    float: left;
    width: 100%;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
}

.pz_banner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    min-height: 100px;
}

.pz_banner:before {
    content: '';
    width: 100%;
    height: 299px;
    background: url(../images/top5.png) repeat-x top center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.pz_menu {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}

.pz_main {
    float: left;
    width: 100%;
    position: relative;
    z-index: 3;
}

.pz_down {
    float: left;
    width: 100%;
    background: #fff;
    z-index: 6;
    position: relative;
    overflow: hidden;
}

.pz_top:before {
    content: '';
    width: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pz_top.on:before, .pz_top:hover:before {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    height: 100%;
}


/*首页*/
.topnav {
    width: 100%;
    float: left;
    height: 100px;
    position: relative;
    z-index: 2;
}

.topnav .logo {
    float: left;
    height: 68px;
    margin-top: 16px;
}

.topnav .logo img {
    height: 100%;
    width: auto;
}

.topnav .search_i {
    float: right;
    margin-left: 18px;
    height: 78px;
    margin-top: 22px;
    position: relative;
    cursor: pointer;
}

.topnav .search_i .search_ico {
    width: 27px;
    height: 56px;
    line-height: 56px;
    padding: 0 2px;
}

.topnav .lang {
    float: right;
    width: 60px;
    height: 56px;
    padding-right: 22px;
    background: url(../images/top3.png) no-repeat 98% center;
    background-size: 8px auto;
    text-align: center;
    margin-top: 22px;
    margin-left: 41px;
    overflow: hidden;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
}

.topnav .lang a {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

.topnav .lang.on .a1 {
    margin-top: -56px;
}

.search .search_k {
    width: 100%;
    height: 44px;
    float: left;
    line-height: 44px;
    background: white;
    font-size: 16px;
    color: #48a5f8 !important;
    padding-left: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.search .search_b {
    width: 50px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/top1_h.png) no-repeat center center #48a5f8;
    background-size: 27px auto;
    cursor: pointer;
}

.search_i .search {
    width: 400px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: -5;
    padding-right: 50px;
    border: solid 3px #48a5f8;
    display: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.search_i.on .search {
    top: 100%;
    display: block;
    -webkit-animation: fadeInUp1 0.5s 0s ease both;
    -moz-animation: fadeInUp1 0.5s 0s ease both;
}

@-webkit-keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

.menu {
    z-index: 99;
    float: right;
    margin-top: 22px;
}

.menu > ul {
    float: left;
    width: 100%;
}

.menu ul .nli {
    float: left;
    z-index: 99;
    margin: 0 35px 0 35px;
    height: 78px;
    position: relative;
}

.menu ul .nli span {
    display: block;
    width: 100%;
    float: left;
}

.menu ul .nli span a {
    display: block;
    float: left;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    
    text-transform: uppercase;
}

.menu ul .nli span a svg {
    position: absolute;
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #48a5f8;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.menu ul .nli.on span a svg {
    left: 0;
    width: 100%;
}

.menu ul .nli.on span a,
.menu ul .nli:hover span a {
    color: #48a5f8;
}

/*下拉菜单（漂浮在menu .nli上）*/
.sub {
    z-index: 21;
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    top: 100%;
    display: none;
    text-align: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sub .l2 {
    width: 100%;
    float: left;
    margin-top: 1px;
    background: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.sub .l2 .l2_a {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    color: #48a5f8;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    
}

.sub .l2:hover .l2_a {
    color: white;
}

.sub .l2:hover {
    background: #48a5f8;
}

.menu ul .nli.last .sub {
    margin-left: -730px;
}

.menu ul .nli:hover .sub {
    display: block;
    -webkit-animation: fadeInUp1 0.5s 0s ease both;
    -moz-animation: fadeInUp1 0.5s 0s ease both;
}

@-webkit-keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

.menuph {
    float: right;
    cursor: pointer;
    width: 30px;
    height: 50px;
    display: none;
    margin-right: 10px;
}

.menuph .point {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.menuph .navbtn {
    position: absolute;
    top: 24px;
    right: 10px;
    display: inline-block;
    width: 18px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #48a5f8;
    z-index: 9999;
}

.menuph .navbtn::after,
.menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #48a5f8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.menuph .navbtn::after {
    top: -6px;
}

.menuph .navbtn::before {
    top: 6px;
}

.menuph .point.active .navbtn {
    background: transparent;
}

.menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

.menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

.pf_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    right: 0px;
    top: -100%;
    z-index: 9 !important;
    display: block;
    padding: 49px 0 20px 0;
    z-index: 98;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_menu.on_1 {
    top: 0;
}

.ph_menu {
    float: left;
    width: 100%;
    text-align: left;
}

.nav_box {
    width: 100%;
    float: left;
}

.ph_menu .nli {
    float: left;
    width: 100%;
    position: relative;
}

.ph_menu .nli span {
    float: left;
    width: 100%;
}

.ph_menu .nli .l1_a {
    float: left;
    width: 100%;
    color: #48a5f8;
    font-size: 14px;
    line-height: 50px;
    white-space: nowrap;
    position: relative;
    letter-spacing: 1px;
    border-top: solid 1px #48a5f8;
}

.ph_menu .nli svg {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 5px;
    background: url(../images/top4.png) no-repeat center center;
    background-size: auto 14px !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ph_menu .nli.on svg {
    background-image: url(../images/top4.png);
    transform: rotate(90deg);
}

.ph_menu .nli .l2_ul {
    display: none;
    height: auto;
    float: left;
    width: 100%;
    padding: 5px 10px;
    background: #48a5f8;
}

.ph_menu .nli .l2_ul li a {
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.ph_menu .nli .l2_ul li a:active {
    opacity: 1;
}

.pz_menu.on {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10);
}

.ph_menu .search {
    display: block;
    float: left;
    height: 50px;
    border: solid 1px #222;
    width: 100%;
    padding: 0 60px 0 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    z-index: 1;
}

.ph_menu .search .search_k {
    height: 48px;
    line-height: 48px;
    width: 100%;
    float: left;
    background: white;
    font-size: 14px;
    color: #48a5f8;
    padding-left: 10px;
}

.ph_menu .search .search_btn {
    position: absolute;
    right: -1px;
    top: 0;
    height: 48px;
    width: 60px;
    background: #222 url(../images/top1_h.png) no-repeat center center;
    background-size: 20px auto;
}

.top.on {
    margin-top: -38px;
}

.topnav.on {
    height: 64px;
    padding: 0;
}

.topnav.on .logo {
    width: 128px;
    margin-top: 8px;
}

.topnav.on .top_82, .topnav.on .top_164 {
    height: 64px;
    margin-top: 0;
}

.topnav.on .top_82 .search_ico, .topnav.on .top_164 a {
    margin-top: 14px;
}

.topnav.on .menu ul .nli {
    height: 64px;
}

.topnav.on .menu ul .nli span {
    height: 64px;
    margin-top: 0;
}

.topnav.on .menu ul .nli span a {
    margin-top: 0px;
}

.pf_menu.on {
    padding: 64px 95px 0 95px;
}

@media screen and (max-width: 1309px) {
    .menu ul .nli {
        margin: 0 15px 0 15px;
    }

    .topnav .lang {
        margin-left: 21px;
    }
}

@media screen and (max-width: 1023px) {
	body{
		padding-bottom:10px;
	}
    .menuph {
        display: block;
    }

    .menu {
        display: none;
    }

    .pz_top {
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .pz_top:before {
        display: none;
    }

    .topnav {
        height: 50px;
		    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    }

    .topnav .logo {
        height: 32px;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 120px;
        margin: -16px 0 0 -60px;
        text-align: center;
    }

    .topnav .logo img {
        height: 100%;
        width: auto;
    }

    .topnav .lang {
        float: left;
        margin-top: 0;
        margin-left: 0;
        height: 50px;
        padding-right: 14px;
        width: 36px;
        background-position: right center;
        background-size: 6px auto;
    }

    .topnav .lang a {
        height: 50px;
        line-height: 50px;
    }

    .topnav .lang.on .a1 {
        margin-top: -50px;
    }

    .topnav .search_i {
        display: none;
    }

    .pz_banner:before {
        height: 0;
        background-size: 100% 100%;
    }
    body{
        padding-top: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .contact-box{
        display: block!important;
    }
    .contact-box .info{
        width: 100% !important;
    }

    .contact-box .map {
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .ph_menu .nli .l1_a {
        padding: 0 10px;
    }

    .ph_menu .search {
        width: 96%;
        margin-left: 2%;
    }

    .topnav .lang {
        margin-left: 10px;
    }
}

.slide_banner .slick-slide {
    position: relative;
    overflow: hidden;
}

.slide_banner .slick-slide .img1 {
    background-size: cover !important;
}

.slide_banner .slick-slide .banner_text {
    width: 100%;
    height: 160px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -80px;
}

.slide_banner .slick-slide .banner_text h2 {
    width: 100%;
    float: left;
    padding-bottom: 23px;
    background: url(../images/banner_bian.png) no-repeat center bottom;
    font-size: 80px;
    color: white;
    text-transform: uppercase;
    line-height: 78px;
    
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    font-weight: bold;
}

.slide_banner .slick-slide .banner_text h6 {
    width: 100%;
    float: left;
    margin-top: 23px;
    font-size: 30px;
    color: white;
    line-height: 36px;
    
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.slide_banner .slick-dots {
    position: absolute;
    bottom: 47px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
}

.slide_banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 5px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    background: url(../images/banner_ico.png) no-repeat left bottom;
}

.slide_banner .slick-dots li.slick-active {
    background-position: right bottom;
}

@media screen and (max-width: 1309px) {
    .slide_banner .slick-slide .banner_text {
        height: 120px;
        margin-top: -60px;
    }

    .slide_banner .slick-slide .banner_text h2 {
        padding-bottom: 18px;
        font-size: 60px;
        line-height: 58px;
        background-size: auto 4px;
    }

    .slide_banner .slick-slide .banner_text h6 {
        margin-top: 13px;
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1023px) {
    .slide_banner .slick-slide .banner_text {
        height: 90px;
        margin-top: -35px;
    }

    .slide_banner .slick-slide .banner_text h2 {
        padding-bottom: 13px;
        font-size: 40px;
        line-height: 38px;
        background-size: auto 3px;
    }

    .slide_banner .slick-slide .banner_text h6 {
        margin-top: 8px;
        font-size: 16px;
        line-height: 22px;
    }

    .slide_banner .slick-dots li {
        width: 26px;
        height: 3px;
        margin: 0 3px;
        background-size: auto 3px;
    }

    .slide_banner .slick-dots {
        bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .slide_banner .slick-dots {
        bottom: 10px;
    }

    .slide_banner .slick-slide .banner_text {
        height: 60px;
        margin-top: -5px;
        padding: 0 10px;
    }

    .slide_banner .slick-slide .banner_text h2 {
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 18px;
        background-size: auto 2px;
    }

    .slide_banner .slick-slide .banner_text h6 {
        margin-top: 5px;
        font-size: 12px;
        line-height: 18px;
    }
}

/*右侧漂浮*/
.right {
    position: fixed;
    right: 40px;
    top: 50%;
    z-index: 6;
    margin-top: -85px;
}

/*浮动框*/
.fdk{ width:94px; position:fixed; top: 50%; margin-top: -120px; right:0; background:#fff; z-index:100; border-radius:7px;}
.fdk img{ display:block;cursor:pointer;}
.fdk p{ width:100%;  font-size:12px; text-align:center;}
.fdk .tel{ width:100%; background:url(../images/fdk2.jpg) no-repeat top; padding-top:45px; padding-bottom:15px; font-size:12px; text-align:center;}
.fdk ul{ padding-bottom:10px;}
.fdk ul li .ewm{ margin:10px auto;}


@media screen and (max-width: 1023px) {
    .right,.fdk {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .right,.fdk {
        display: none;
    }
}

/*footer*/
.footer {
    width: 100%;
    float: left;
    padding: 56px 0 60px 0;
}

.footer .title {
    width: 100%;
    float: left;
    text-align: center;
}

.footer .title h4 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: white;
    line-height: 26px;
    
    text-transform: uppercase;
}

.footer .title h5 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: white;
    line-height: 20px;
    margin-top: 10px;
}

.row_1 {
    margin: 0 -18px;
}

.footer ul {
    width: 100%;
    float: left;
    margin-top: 38px;
}

.footer ul li {
    width: 33%;
    float: left;
    padding: 0 18px;
}

.footer ul li .zbox {
    width: 100%;
    float: left;
    background: url(../images/footer2.png);
    padding: 16px 13px;
    font-size: 16px;
    color: white;
    line-height: 24px;
}

.footer ul li .zbox a {
    color: white;
}

.footer ul li .zbox .ico {
    width: 26px;
    float: left;
    margin-right: 5px;
}

@media screen and (max-width: 1309px) {
    .footer {
        padding: 36px 0 40px 0;
    }

    .footer ul {
        margin-top: 28px;
    }

    .footer ul li {
        width: 50%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 16px 10px 20px 10px;
    }

    .footer ul {
        margin-top: 10px;
    }

    .footer ul li {
        width: 100%;
        margin-top: 5px;
    }

    .footer .title h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .footer .title h5 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 4px;
    }

    .footer ul li .zbox {
        padding: 10px 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .footer ul li .zbox .ico {
        width: 22px;
        margin-right: 3px;
    }
}

.down {
    width: 100%;
    float: left;
    padding: 12px 0 13px 0;
}

.down .p {
    float: left;
    font-size: 12px;
    color: #585858;
    line-height: 24px;
}

.down .gz {
    float: right;
    margin-top: 11px;
}

.down .gz a {
    display: block;
    float: left;
    margin-left: 13px;
    width: 24px;
    height: 28px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.down .gz a.a1 {
    background-image: url(../images/footer2_1.png);
}

.down .gz a.a2 {
    background-image: url(../images/footer2_2.png);
}

.down .gz a.a3 {
    background-image: url(../images/footer2_3.png);
}

.down .gz a.a4 {
    background-image: url(../images/footer2_4.png);
}

.down .gz a.a1:hover {
    background-image: url(../images/footer2_1_h.png);
}

.down .gz a.a2:hover {
    background-image: url(../images/footer2_2_h.png);
}

.down .gz a.a3:hover {
    background-image: url(../images/footer2_3_h.png);
}

.down .gz a.a4:hover {
    background-image: url(../images/footer2_4_h.png);
}

@media screen and (max-width: 767px) {
    .down {
        padding: 6px 10px 8px 10px;
    }

    .down .p {
        width: 100%;
        text-align: center;
    }

    .down .gz {
        width: 100%;
        text-align: center;
    }

    .down .gz a {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        float: none;
        margin: 0 5px;
    }
}

.zmb {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: black;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 99999;
}

.tc_video {
    width: 1170px;
    height: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -585px;
    background: white;
    display: none;
    z-index: 100000;
}

.tc_video video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tc_video p {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tc_video p iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1023px) {
    .tc_video {
        width: 760px;
        height: 300px;
        margin: -150px 0 0 -380px;
    }
}

@media screen and (max-width: 767px) {
    .tc_video {
        width: 90%;
        height: 250px;
        margin: -125px 0 0 0;
        left: 5%;
    }
}

.c_0100_1 {
    width: 100%;
    float: left;
}

.c_0100_1 .c_656_l {
    width: 50%;
    float: left;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
    padding: 59px 0 0 0;
    height: 750px;
}

.c_0100_1 .c_656_l .title {
    width: 100%;
    float: left;
    margin-left: -3px;
}

.tit_1 {
    float: left;
    padding-left: 30px;
    border-left: solid 6px #48a5f8;
    font-size: 36px;
    color: #222;
    line-height: 38px;
    text-transform: uppercase;
}

.c_0100_1 .c_656_l .title .ico {
    float: right;
    width: 70px;
    margin-right: 48px;
}

.c_0100_1 .c_656_l .p {
    width: 100%;
    float: left;
    margin-top: 27px;
    font-size: 16px;
    color: #555;
    line-height: 24px;
    height: auto;
    overflow: hidden;
    padding: 0 55px 0 33px;
    letter-spacing: 1px;
}

.c_0100_1 .c_656_l ul {
    width: 100%;
    float: left;
    margin-top: 11px;
    padding: 0 55px 0 33px;
}

.c_0100_1 .c_656_l ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.c_0100_1 .c_656_l ul li h4 {
    width: 100%;
    font-size: 30px;
    color: #48a5f8;
    line-height: 27px;
}

.c_0100_1 .c_656_l ul li .p1 {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    margin-top: 20px;
}

.c_0100_1 .c_656_l .video {
    width: 100%;
    float: left;
    margin-top: 47px;
    padding-bottom: 61px;
    background: url(../images/index1_4.png) no-repeat right bottom;
}

.c_0100_1 .c_656_l .video .video_510 {
    width: 77.74%;
    float: left;
    height: 280px;
    position: relative;
}

.c_0100_1 .c_656_l .video .video_510 .btn {
    height: 63px;
    width: 63px;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    background: url(../images/index1_2.png) no-repeat center center;
    border: 0;
    background-size: contain;
    display: none;
}

.c_0100_1 .c_656_l .video .video_510 .video-js {
    width: 100%;
    height: 100%;
    position: relative;
}

.c_0100_1 .c_656_l .video .video_510 .video-js .vjs-poster {
    background-size: cover;
}

.c_0100_1 .c_656_l .video .video_510 .video-js video {
    object-fit: cover;
}

.c_0100_1 .c_656_l .video .video_510 .video-js .vjs-big-play-button {
    height: 63px;
    width: 63px;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    background: url(../images/index1_2.png) no-repeat center center;
    border: 0;
    background-size: contain;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.c_0100_1 .c_656_l .video .video_510 .video-js .vjs-big-play-button:hover {
    transform: rotate(360deg);
}

.c_0100_1 .c_656_l .video .video_510 .video-js .vjs-big-play-button span {
    display: none;
}

.c_0100_1 .c_656_l .video .video_510 p {
    height: 100%;
    width: 100%;
}

.c_0100_1 .c_656_l .video .video_510 p iframe {
    height: 100%;
    width: 100%;
}


.c_0100_1 .c_656_r {
    width: 50%;
    float: left;
    border-right: solid 1px #e6e6e6;
    padding: 86px 60px 0 60px;
    height: 787px;
}

.c_0100_1 .c_656_r .hometop {
    width: 100%;
    float: left;
}

.c_0100_1 .c_656_r .hometop .time {
    width: 100px;
    float: left;
    height: 41px;
    background: url(../images/index2_1.png) no-repeat center center;
    text-align: center;
    font-size: 30px;
    color: white;
    line-height: 36px;
}

.c_0100_1 .c_656_r .hometop .p {
    width: 100%;
    float: left;
    margin-top: 8px;
    font-size: 16px;
    color: #555;
    line-height: 27px;
    height: 51px;
    overflow: hidden;
}

.c_0100_1 .c_656_r .hometop .img {
    width: 100%;
    float: left;
    margin-top: 19px;
    height: 310px;
    overflow: hidden;
}

.c_0100_1 .c_656_r .hometop .img img {
    width: 100%;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: width all 0.3s linear;
}

.c_0100_1 .c_656_r .hometop .img:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.c_0100_1 .c_656_r .homedown {
    width: 100%;
    float: left;
    margin-top: 32px;
    background: url(../images/index2_3.png) no-repeat center bottom;
    position: relative;
    padding-bottom: 38px;
}

.c_0100_1 .c_656_r .homedown .time {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 26px;
    padding-top: 17px;
}

.c_0100_1 .c_656_r .homedown .slick-center .time {
    color: #48a5f8;
    font-size: 18px;
    position: relative;
}

.c_0100_1 .c_656_r .homedown .time:before {
    content: '';
    background: url(../images/index2_4.png) no-repeat center center;
    width: 17px;
    height: 9px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8.5px;
    display: none;
    background-size: contain;
}

.c_0100_1 .c_656_r .homedown .slick-center .time:before {
    display: block;
}

.c_0100_1 .c_656_r .homedown .slick-prev, .c_0100_1 .c_656_r .homedown .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 2px;
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/index2_5.png) no-repeat left center;
}

.c_0100_1 .c_656_r .homedown .slick-next {
    left: auto;
    right: 0;
    background-position: right center;
}

.c_0100_1 .c_656_r .homedown .slick-prev:hover,
.c_0100_1 .c_656_r .homedown .slick-next:hover {
    background-image: url(../images/index2_5_h.png);
}

.c_0100_1 .c_656_r .btn {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 53px;
}

.c_0100_1 .c_656_r .btn a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 164px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    background: #48a5f8;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    -khtml-border-radius: 23px;
    border-radius: 23px;
}

.c_0100_1 .c_656_r .btn a:hover {
    background: #616161;
}

@media screen and (max-width: 1309px) {
    .c_0100_1 .c_656_r {
        padding: 86px 30px 0 30px;
    }

    .c_0100_1 .c_656_r .hometop .img {
        height: 253px;
    }

    .c_0100_1 .c_656_l ul, .c_0100_1 .c_656_l .p {
        padding: 0 35px 0 13px;
    }

    .c_0100_1 .c_656_l .video .video_510 {
        height: 230px;
    }

    .c_0100_1 .c_656_l, .c_0100_1 .c_656_r {
        height: 720px;
    }

    .c_0100_1 .c_656_l .video .video_510 {
        width: 83%;
    }

    .c_0100_1 .c_656_r .homedown {
        background-size: 100% auto;
        padding-bottom: 26px;
    }

    .c_0100_1 .c_656_r .homedown .slick-prev, .c_0100_1 .c_656_r .homedown .slick-next {
        bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .c_0100_1 .c_656_r {
        padding: 46px 20px 0 20px;
    }

    .c_0100_1 .c_656_r .hometop .img {
        height: 193px;
    }

    .c_0100_1 .c_656_l ul, .c_0100_1 .c_656_l .p {
        padding: 0 15px 0 13px;
    }

    .c_0100_1 .c_656_l .video .video_510 {
        height: 170px;
    }

    .c_0100_1 .c_656_l, .c_0100_1 .c_656_r {
        height: 520px;
    }

    .c_0100_1 .c_656_l .video .video_510 {
        width: 90%;
        background: url(../images/index1_3.jpg) no-repeat center center;
        background-size: cover;
    }

    .c_0100_1 .c_656_l .video .video_510 .btn {
        height: 40px;
        width: 40px;
        position: absolute;
        margin: -20px 0 0 -20px;
        display: block;
    }

    .c_0100_1 .c_656_l .video .video_510 .video-js {
        display: none;
    }

    .c_0100_1 .c_656_r .homedown {
        background-size: 100% auto;
        padding-bottom: 20px;
        margin-top: 22px;
    }

    .c_0100_1 .c_656_r .homedown .slick-prev, .c_0100_1 .c_656_r .homedown .slick-next {
        bottom: -7px;
        left: -10px;
    }

    .c_0100_1 .c_656_r .homedown .slick-next {
        left: auto;
        right: -10px;
    }

    .c_0100_1 .c_656_r .homedown .time {
        font-size: 14px;
        line-height: 24px;
        padding-top: 12px;
    }

    .c_0100_1 .c_656_r .homedown .slick-center .time {
        font-size: 16px;
    }

    .c_0100_1 .c_656_r .homedown .time:before {
        width: 12px;
        height: 7px;
        margin-left: -6px;
    }

    .c_0100_1 .c_656_l {
        padding: 39px 0 0 0;
    }

    .c_0100_1 .c_656_l .title {
        margin-left: -2px;
    }

    .tit_1 {
        padding-left: 20px;
        border-left: solid 4px #48a5f8;
        font-size: 26px;
        line-height: 30px;
    }

    .c_0100_1 .c_656_l .title .ico {
        width: 50px;
        margin-right: 28px;
    }

    .c_0100_1 .c_656_l .p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 22px;
        height: 110px;
    }

    .c_0100_1 .c_656_l ul {
        margin-top: 6px;
    }

    .c_0100_1 .c_656_l ul li h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .c_0100_1 .c_656_l ul li .p1 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 12px;
    }

    .c_0100_1 .c_656_l .video {
        margin-top: 27px;
        padding-bottom: 41px;
        background-size: 80% auto;
    }

    .c_0100_1 .c_656_r .btn {
        margin-top: 23px;
    }

    .c_0100_1 .c_656_r .btn a {
        width: 124px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .c_0100_1 .c_656_r .hometop .time {
        width: 80px;
        height: 32px;
        background-size: contain;
        font-size: 20px;
        line-height: 26px;
    }

    .c_0100_1 .c_656_r .hometop .p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .c_0100_1 .c_656_l, .c_0100_1 .c_656_r {
        width: 100%;
        border-left: 0;
        border-right: 0;
    }

    .c_0100_1 .c_656_l, .c_0100_1 .c_656_r {
        height: auto;
    }

    .c_0100_1 .c_656_l {
        padding: 19px 0 0 0;
    }

    .c_0100_1 .c_656_r {
        padding: 26px 10px 20px 10px;
    }

    .c_0100_1 .c_656_r .hometop .img {
        height: auto;
    }

    .c_0100_1 .c_656_r .homedown .slick-prev, .c_0100_1 .c_656_r .homedown .slick-next {
        width: 30px;
        height: 30px;
        background-size: auto 30px;
        bottom: 0;
    }

    .c_0100_1 .c_656_l .title {
        margin-left: 0;
        padding-left: 10px;
    }
}

.c_0100_2 {
    width: 100%;
    float: left;
    background: url(../images/index3.jpg);
    padding: 59px 0 62px 0;
}

.c_0100_2 .title {
    width: 100%;
    float: left;
}

.c_0100_2 .title .hd {
    float: right;
}

.c_0100_2 .title .hd ul {
    float: left;
}

.c_0100_2 .title .hd ul li {
    float: left;
    margin-left: 36px;
    padding: 0 11px;
    height: 35px;
    border-bottom: solid 3px transparent;
    font-size: 16px;
    color: #2b2b2c;
    line-height: 35px;
    cursor: pointer;
}

.c_0100_2 .title .hd ul li.on {
    color: #48a5f8;
    border-color: #48a5f8;
}

.row_2 {
    margin: 4px -18px 0 -18px;
}

.c_0100_2 ul {
    width: 100%;
    float: left;
}

.c_0100_2 ul .slide_pic_1 {
    width: 100%;
    float: left;
    position: relative;
}

.ul_1 {
    width: 100%;
    float: left;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ul_1 li {
    width: 100%;
    float: left;
    padding: 0 18px;
    margin-top: 30px;
}

.ul_1 li .img {
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    background: #ac901d;
}

.ul_1 li .img img {
    width: 100%;
    float: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_1 li .img .detail {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -26px 0 0 -26px;
    font-size: 14px;
    color: #ac901d;
    background: url(../images/index3_9.png);
    opacity: 0;
    text-transform: capitalize;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: width all 0.3s linear;
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.ul_1 li .name {
    width: 100%;
    float: left;
    padding: 12px 20px;
    background: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_1 li .name h5 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.ul_1 li .name h6 {
    width: 100%;
    height: 50px;
    float: left;
    font-size: 14px;
    color: #48a5f8;
    line-height: 26px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:2;/*第几行*/
-webkit-box-orient: vertical;
}

.ul_1 li:hover .name {
    background: #48a5f8;
}

.ul_1 li:hover .name h5, .ul_1 li:hover .name h6 {
    color: white;
}

.ul_1 li:hover .img .detail {
    opacity: 1;
    transform: scale(1.0, 1.0);
    -ms-transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    -o-transform: scale(1.0, 1.0);
    -moz-transform: scale(1.0, 1.0);
}

.ul_1 li:hover .img img {
    opacity: 0.8;
}

@media screen and (max-width: 1023px) {
    .c_0100_2 .title .hd ul li {
        margin-left: 16px;
        font-size: 14px;
        line-height: 30px;
        border-width: 2px;
    }

    .c_0100_2 {
        padding: 39px 0 42px 0;
    }

    .ul_1 li .name {
        padding: 8px 12px;
    }

    .ul_1 li .name h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .ul_1 li .name h6 {
        font-size: 12px;
        line-height: 24px;
        height: auto;
    }

    .c_0100_2 ul .slide_pic_1 {
        padding-bottom: 30px;
    }

    .slide_pic_1 .slick-dots {
        position: absolute;
        bottom: 0px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        overflow: hidden;
    }

    .slide_pic_1 .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        overflow: hidden;
        background: #48a5f8;
        opacity: .75;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
    }

    .slide_pic_1 .slick-dots li.slick-active {
        opacity: 1;
    }

    .slide_pic_1 .slick-dots li button {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .c_0100_2 .title .hd {
        width: 100%;
        margin-top: 10px;
    }

    .c_0100_2 .title .hd ul {
        width: 100%;
    }

    .c_0100_2 .title .hd ul li {
        margin-left: 0;
        font-size: 12px;
        line-height: 30px;
        border-width: 2px;
        padding: 0 2.2%;
    }

    .c_0100_2 {
        padding: 19px 10px 22px 10px;
    }

    .ul_1 li .name {
        padding: 8px 10px;
    }

    .ul_1 li .name h5 {
        font-size: 14px;
        line-height: 24px;
    }

    .ul_1 li .name h6 {
        line-height: 20px;
    }

    .row_2 {
        margin: 4px -5px 0 -5px;
    }

    .ul_1 li {
        padding: 0 5px;
        margin-top: 10px;
    }

    .ul_1 li .img .detail {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: -20px 0 0 -20px;
        font-size: 12px;
    }
}

.c_0100_3 {
    width: 100%;
    float: left;
}

.c_0100_3 .c_960 {
    width: 50%;
    float: left;
    padding: 60px 0;
    background: url(../images/index4.jpg) no-repeat center center;
    height: 630px;
}

.c_0100_3 .c_960 .c_655 {
    width: 655px;
    float: right;
    background: #48a5f8;
    padding: 71px 81px 0 70px;
    height: 510px;
}

.c_0100_3 .c_960 .c_655 .slick_res2r {
    width: 100%;
    float: left;
}

.c_0100_3 .c_960 .c_655 .slick_res2r .title {
    width: 100%;
    float: left;
    font-size: 36px;
    color: white;
    line-height: 34px;
    
    text-transform: uppercase;
}

.c_0100_3 .c_960 .c_655 .slick_res2r .p {
    width: 100%;
    float: left;
    font-size: 15px;
    color: white;
    line-height: 25px;
    overflow: hidden;
    margin-top: 20px;
}

.c_0100_3 .c_960 .c_655 .slick_res2r .dl {
    width: 100%;
    float: left;
    margin-top: 13px;
}

.c_0100_3 .c_960 .c_655 .slick_res2r .dl .dt {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 22px;
    
    color: white;
}

.c_0100_3 .c_960 .c_655 .slick_res2r .dl .dd {
    width: 86px;
    float: left;
    margin-top: 15px;
    margin-right: 20px;
}

.c_0100_3 .c_960 .c_655 .slick_res2r .dl .dd .img {
    width: 86px;
    height: 86px;
    float: left;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.c_0100_3 .c_960 .c_655 .slick_res2r .dl .dd h6 {
    font-size: 14px;
    color: white;
    line-height: 18px;
    opacity: 0.8;
    margin-top: 10px;
    white-space: nowrap;
    width: 100%;
    float: left;
}

.c_0100_3 .c_960 .c_655 .slick_res2r .dl .detail {
    float: left;
    margin-left: 32px;
    margin-top: 34px;
}

.c_0100_3 .c_960 .c_655 .slick_res2r .dl .detail a {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: white;
    font-size: 12px;
    color: #48a5f8;
    text-transform: capitalize;
    border: solid 1px white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.c_0100_3 .c_960 .c_655 .slick_res2r .dl .detail a:hover {
    background: #48a5f8;
    color: white;
}

.c_0100_3 .slick_res1l {
    width: 50%;
    position: relative;
    float: right;
}

.c_0100_3 .slick_res1l .img {
    width: 100%;
    float: left;
    position: relative;
    height: 630px;
    overflow: hidden;
}

.c_0100_3 .slick_res1l .img img {
    max-width: none;
    width: 960px;
    height: 630px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -315px 0 0 -480px;
}

.c_0100_3 .slick_res1l .slick-prev, .c_0100_3 .slick_res1l .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 80px;
    height: 255px;
    background: url(../images/index4_6.png) no-repeat center center, url(../images/index4_9.png);
    background-size: auto 7px !important;
    margin-top: -255px;
}

.c_0100_3 .slick_res1l .slick-next {
    left: 0;
    margin-top: 0;
    background: url(../images/index4_7.png) no-repeat center center, url(../images/index4_8.png);
}

.c_0100_3 .slick_res1l .slick-prev:hover,
.c_0100_3 .slick_res1l .slick-next:hover {
    background-color: #48a5f8;
}

@media screen and (max-width: 1309px) {
    .c_0100_3 .c_960 .c_655 {
        width: 496px;
        padding: 41px 41px 0 30px;
    }

    .c_0100_3 .c_960 .c_655 .slick_res2r .dl .detail {
        margin-left: 0;
        margin-top: 24px;
    }
}

@media screen and (max-width: 1023px) {
    .c_0100_3 .c_960 .c_655 {
        width: 374px;
        padding: 31px 16px 0 10px;
    }

    .c_0100_3 .c_960 .c_655 .slick_res2r .dl .detail {
        margin-left: 10px;
    }

    .c_0100_3 .c_960 .c_655 .slick_res2r .title {
        font-size: 26px;
        line-height: 24px;
    }

    .c_0100_3 .c_960 .c_655 .slick_res2r .p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 21px;
    }

    .c_0100_3 .c_960 .c_655 .slick_res2r .dl {
        margin-top: 8px;
    }

    .c_0100_3 .c_960 .c_655 .slick_res2r .dl .dt {
        font-size: 13px;
        line-height: 20px;
    }

    .c_0100_3 .c_960 .c_655 .slick_res2r .dl .dd {
        width: 50px;
        margin-top: 10px;
        margin-right: 50px;
    }

    .c_0100_3 .c_960 .c_655 .slick_res2r .dl .dd .img {
        width: 50px;
        height: 50px;
    }

    .c_0100_3 .c_960 .c_655 .slick_res2r .dl .dd h6 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 8px;
    }

    .c_0100_3 .c_960 .c_655 {
        height: 450px;
    }

    .c_0100_3 .c_960 {
        padding: 30px 0;
        height: 510px;
    }

    .c_0100_3 .slick_res1l .img {
        height: 510px;
    }

    .c_0100_3 .slick_res1l .img img {
        width: 777px;
        height: 510px;
        margin: -255px 0 0 -388px;
    }

    .c_0100_3 .slick_res1l .slick-prev, .c_0100_3 .slick_res1l .slick-next {
        width: 60px;
        height: 225px;
        margin-top: -225px;
    }

    .c_0100_3 .slick_res1l .slick-next {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .c_0100_3 .c_960 {
        width: 100%;
        padding: 20px 10px;
        height: 470px;
    }

    .c_0100_3 .c_960 .c_655 {
        width: 100%;
        padding: 21px 10px 0 10px;
        height: 430px;
    }

    .c_0100_3 .slick_res1l {
        width: 100%;
    }

    .c_0100_3 .slick_res1l .img {
        height: 320px;
    }

    .c_0100_3 .slick_res1l .img img {
        width: 488px;
        height: 320px;
        margin: -160px 0 0 -244px;
    }

    .c_0100_3 .c_960 .c_655 .slick_res2r .dl .dd {
        margin-right: 20px;
    }

    .c_0100_3 .slick_res1l .slick-prev, .c_0100_3 .slick_res1l .slick-next {
        width: 50%;
        height: 50px;
        top: 0;
        margin-top: 0;
    }

    .c_0100_3 .slick_res1l .slick-next {
        left: auto;
        right: 0;
    }
}

.c_0100_4 {
    width: 100%;
    float: left;
    background: url(../images/index3.jpg);
}

.c_0100_4 .c_655 {
    width: 50%;
    float: left;
    padding: 58px 0 60px 0;
    height: 503px;
    border-right: solid 1px #e7e7e7;
}

.c_0100_4 .c_655 .title {
    width: 100%;
    float: left;
    margin-left: -2px;
}

.c_0100_4 .c_655 ul {
    width: 100%;
    float: left;
    border-top: solid 1px #e7e7e7;
    margin-top: 38px;
}

.c_0100_4 .c_655 ul li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #e7e7e7;
    padding: 23px 65px 25px 100px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_0100_4 .c_655 ul li .time {
    width: 87px;
    position: absolute;
    left: 0;
    top: 25px;
    border-right: solid 1px #e7e7e7;
    padding-left: 27px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_0100_4 .c_655 ul li .time h4 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #b3b3b3;
    line-height: 23px;
    
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_0100_4 .c_655 ul li .time h6 {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #b3b3b3;
    line-height: 10px;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_0100_4 .c_655 ul li .p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2a2a2a;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.c_0100_4 .c_655 ul li .ico {
    width: 25px;
    height: 8px;
    position: absolute;
    right: -29px;
    top: 50%;
    margin-top: -4px;
    background: url(../images/index5_1.png) no-repeat center center;
    background-size: contain;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_0100_4 .c_655 ul li:hover .ico {
    right: 29px;
}

.c_0100_4 .c_655 ul li:hover {
    background: white;
}

.c_0100_4 .c_655 ul li:hover .time h4, .c_0100_4 .c_655 ul li:hover .time h6, .c_0100_4 .c_655 ul li:hover .p {
    color: #48a5f8;
}

.c_0100_4 .c_655_r {
    width: 50%;
    float: right;
    height: 503px;
    border-right: solid 1px #e7e7e7;
    padding-top: 64px;
    text-align: center;
}

.c_0100_4 .c_655_r .c_495 {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 495px;
    margin: auto;
}

.c_0100_4 .c_655_r .c_495 .img {
    width: 100%;
    float: left;
    position: relative;
    height: 278px;
    overflow: hidden;
}

.c_0100_4 .c_655_r .c_495 .img img {
    width: 100%;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: width all 0.3s linear;
}

.c_0100_4 .c_655_r .c_495:hover .img img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.c_0100_4 .c_655_r .c_495 .img .time {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url(../images/index5_3.png);
    font-size: 14px;
    color: #d9d9d9;
    position: absolute;
    left: 0;
    bottom: 0;
}

.c_0100_4 .c_655_r .c_495 .text {
    width: 100%;
    float: left;
    margin-top: 17px;
    text-align: left;
}

.c_0100_4 .c_655_r .c_495 .text .name {
    width: 100%;
    float: left;
}

.c_0100_4 .c_655_r .c_495 .text .name a {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #2b2b2c;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.c_0100_4 .c_655_r .c_495 .text .p {
    float: left;
    width: 100%;
    margin-top: 7px;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.c_0100_4 .c_655_r .c_495 .text .name a:hover {
    color: #48a5f8;
}

@media screen and (max-width: 1309px) {
    .c_0100_4 .c_655_r {
        padding: 64px 20px 0 20px;
    }

    .c_0100_4 .c_655_r .c_495 {
        width: 100%;
        float: left;
    }

    .c_0100_4 .c_655_r .c_495 .img {
        height: 255px;
    }
}

@media screen and (max-width: 1023px) {
    .c_0100_4 .c_655_r {
        padding: 44px 20px 0 20px;
        height: 380px;
    }

    .c_0100_4 .c_655_r .c_495 .img {
        height: 187px;
    }

    .c_0100_4 .c_655_r .c_495 .text {
        margin-top: 10px;
    }

    .c_0100_4 .c_655_r .c_495 .text .name a {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
    }

    .c_0100_4 .c_655_r .c_495 .text .p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 18px;
        height: 36px;
    }

    .c_0100_4 .c_655 {
        padding: 38px 0 40px 0;
        height: 380px;
    }

    .c_0100_4 .c_655 ul li {
        padding: 13px 45px 15px 80px;
    }

    .c_0100_4 .c_655 ul li .time {
        width: 67px;
        top: 15px;
        padding-left: 17px;
    }

    .c_0100_4 .c_655 ul li .time h4 {
        font-size: 20px;
        line-height: 18px;
    }

    .c_0100_4 .c_655 ul li .p {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
    }

    .c_0100_4 .c_655 ul li:hover .ico {
        right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .c_0100_4 .c_655 {
        width: 100%;
        padding: 18px 10px 20px 10px;
        height: auto;
        border-right: 0;
    }

    .c_0100_4 .c_655_r {
        width: 100%;
        padding: 0 10px 20px 10px;
        height: auto;
        border-right: 0;
    }

    .c_0100_4 .c_655 ul {
        margin-top: 18px;
    }

    .c_0100_4 .c_655_r .c_495 .img {
        height: auto;
    }
}

/*news*/
.banner {
    width: 100%;
    float: left;
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.banner_title {
    width: 100%;
    height: 146px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -43px;
    text-align: center;
}

.banner_title h3 {
    width: 100%;
    float: left;
    padding-bottom: 32px;
    font-size: 48px;
    color: white;
    line-height: 42px;
    text-transform: uppercase;
    
    background: url(../images/banner_bic.jpg) no-repeat center bottom;
}

.banner_title .p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: white;
    line-height: 24px;
    margin-top: 24px;
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
    .banner_title {
        height: 106px;
        margin-top: -23px;
    }

    .banner_title h3 {
        padding-bottom: 22px;
        font-size: 38px;
        line-height: 32px;
    }

    .banner_title .p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 14px;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        height: 220px;
        position: relative;
        overflow: hidden;
    }

    .banner img {
        max-width: none;
        width: 845px;
        height: 220px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -110px 0 0 -422px;
    }

    .banner_title {
        height: 86px;
        margin-top: -13px;
    }

    .banner_title h3 {
        padding-bottom: 12px;
        font-size: 28px;
        line-height: 22px;
        background-size: auto 3px;
    }

    .banner_title .p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
}

.ul_2 {
    width: 100%;
    float: left;
}

.ul_2 li {
    width: 100%;
    float: left;
    padding: 50px 480px 52px 0;
    position: relative;
}

.ul_2 li .img {
    width: 446px;
    height: 250px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50px;
}

.ul_2 li .img img {
    width: 100%;
    float: left;
    height: 100%;
}

.ul_2 li .text {
    width: 100%;
    float: left;
}

.ul_2 li .text .title {
    width: 100%;
    float: left;
    margin-top: 19px;
    font-size: 18px;
    color: #2b2b2c;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    
}

.ul_2 li .text .time {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    color: #48a5f8;
    line-height: 18px;
}

.ul_2 li .text .p {
    width: 100%;
    float: left;
    margin-top: 19px;
    font-size: 14px;
    color: #555;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.ul_2 li .text .detail {
    width: 100%;
    float: left;
    margin-top: 42px;
}

.ul_2 li .text .detail span {
    display: block;
    float: left;
    width: 136px;
    height: 40px;
    border: solid 1px #f8a352;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #f8a352;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_2 li .bg {
    width: 4000px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -2000px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_2 li:hover .bg {
    background: #fff2e8;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.20);
}

.ul_2 li:hover .detail span {
    background: #f8a352;
    color: white;
}

@media screen and (max-width: 1023px) {
    .ul_2 li {
        padding: 30px 280px 32px 0;
    }

    .ul_2 li .img {
        width: 240px;
        height: 135px;
    }

    .ul_2 li .text .title {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
        height: 44px;
    }

    .ul_2 li .text .time {
        margin-top: 9px;
        font-size: 12px;
        line-height: 16px;
    }

    .ul_2 li .text .p {
        margin-top: 12px;
        font-size: 12px;
        line-height: 22px;
        height: 44px;
    }

    .ul_2 li .text .detail {
        margin-top: 22px;
    }

    .ul_2 li .text .detail span {
        width: 106px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .ul_2 li {
        padding: 20px 10px 22px 10px;
    }

    .ul_2 li .img {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        right: auto;
        float: left;
    }
}

/*news_information*/
.c_1310 {
    width: 100%;
    float: left;
    padding-right: 390px;
    position: relative;
}

.c_1310 .c_920 {
    width: 100%;
    float: left;
    padding-top: 49px;
    min-height: 500px;
}

.subhead {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #666;
    line-height: 20px;
}

.subhead a {
    color: #666;
}

.subhead a:hover {
    color: #48a5f8;
}

.subhead a img {
    vertical-align: middle;
    margin: -3px 10px 0 0;
    width: 15px;
}

.subhead span {
    margin: 0 5px;
}

.c_920_1 {
    width: 100%;
    float: left;
    padding: 20px 0 55px 0;
}

.c_920_1 .title {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #2b2b2b;
    line-height: 32px;
    
}

.c_920_1 .time {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #48a5f8;
    line-height: 22px;
    margin-top: 16px;
}

.c_920_1 .p {
    width: 100%;
    float: left;
    margin-top: 32px;
    font-size: 14px;
    color: #555;
    line-height: 24px;
    padding-bottom: 5px;
    border-bottom: solid 1px #e5e5e5;
}

.c_920_1 .p strong {
    
    font-weight: normal;
    color: #48a5f8;
}

.c_920_1 .p img {
    margin: 23px auto 25px auto;
}

.wz_fy {
    width: 100%;
    float: left;
    margin-top: 14px;
}

.wz_fy h5 {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.wz_fy h5 i {
    
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-right: 3px;
}

.wz_fy h5 a {
    color: #666;
    max-width: 80%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.wz_fy h5.last {
    text-align: right;
}

.wz_fy h5 a:hover, .wz_fy h5:hover {
    color: #48a5f8;
}

.c_1310 .c_350 {
    width: 350px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #f5f5f5;
    padding: 49px 20px 0 25px;
}

.c_1310 .c_350 .headline {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #48a5f8;
    line-height: 22px;
    
    text-transform: uppercase;
}

.c_1310 .c_350 .pz_SideLayer {
    width: 100%;
    float: left;
    margin-top: 13px;
}

.c_1310 .c_350 .pz_SideLayer li {
    width: 100%;
    float: left;
    margin-top: 8px;
    padding-left: 13px;
    background: url(../images/nygy2.jpg) no-repeat left 10px;
    background-size: 4px 4px;
}

.c_1310 .c_350 .pz_SideLayer li a {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

.c_1310 .c_350 .pz_SideLayer li:hover a,
.c_1310 .c_350 .pz_SideLayer li a.hover {
    color: #48a5f8;
}

.c_1310 .c_350 .pz_SideLayer li:hover,
.c_1310 .c_350 .pz_SideLayer li.on {
    background-image: url(../images/nygy2_h.jpg);
}

@media screen and (max-width: 1023px) {
    .c_1310 {
        padding-right: 270px;
    }

    .c_1310 .c_920 {
        padding-top: 29px;
    }

    .c_1310 .c_350 {
        width: 250px;
        padding: 29px 10px 0 15px;
    }

    .c_1310 .c_350 .headline {
        font-size: 20px;
        line-height: 20px;
    }

    .c_1310 .c_350 .pz_SideLayer {
        margin-top: 8px;
    }

    .c_1310 .c_350 .pz_SideLayer li {
        margin-top: 4px;
        padding-left: 8px;
        background-size: 3px 3px;
    }

    .c_1310 .c_350 .pz_SideLayer li a {
        font-size: 12px;
        line-height: 22px;
    }

    .subhead {
        font-size: 13px;
        line-height: 18px;
    }

    .subhead a img {
        margin: -3px 5px 0 0;
        width: 13px;
    }

    .subhead span {
        margin: 0 3px;
    }

    .c_920_1 .title {
        font-size: 20px;
        line-height: 28px;
    }

    .c_920_1 .time {
        font-size: 12px;
        line-height: 20px;
        margin-top: 12px;
    }

    .c_920_1 .p {
        margin-top: 26px;
        font-size: 12px;
        line-height: 22px;
        padding-bottom: 3px;
    }

    .c_920_1 .p img {
        margin: 17px auto 19px auto;
    }

    .wz_fy {
        margin-top: 10px;
    }

    .wz_fy h5 {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    .wz_fy h5.last {
        text-align: left;
    }

    .c_920_1 {
        padding: 10px 0 35px 0;
    }
}

@media screen and (max-width: 767px) {
    .c_1310 {
        padding-right: 0;
    }

    .c_1310 .c_920 {
        padding-top: 19px;
    }

    .c_1310 .c_350 {
        width: 100%;
        padding: 19px 10px 10px 10px;
        position: relative;
        left: auto;
        top: auto;
        float: left;
    }

    .c_920_1 {
        padding: 10px 10px 15px 10px;
    }

    .subhead {
        padding: 0 10px;
    }
}

/*titaniuminfo*/
.c_920_1 .title_1 {
    width: 100%;
    float: left;
    padding-bottom: 29px;
    background: url(../images/titaniuminfo2.png) no-repeat left bottom;
    font-size: 32px;
    color: #333;
    line-height: 33px;
    text-transform: uppercase;
    
}

.c_920_1 .title_2 {
    padding-bottom: 26px;
    text-align: center;
    font-size: 18px;
    color: #48a5f8;
    text-transform: uppercase;
    line-height: 24px;
}

.c_920_1 .title_2 img {
    vertical-align: middle;
    margin: 0 10px;
}

@media screen and (max-width: 1023px) {
    .c_920_1 .title_1 {
        padding-bottom: 20px;
        font-size: 24px;
        line-height: 27px;
    }

    .c_920_1 .title_2 {
        margin-top: 30px;
        font-size: 16px;
        line-height: 22px;
    }

    .c_920_1 .title_2 img {
        margin: 0 6px;
    }
}

@media screen and (max-width: 767px) {
    .c_920_1 .title_1 {
        padding-bottom: 12px;
        font-size: 18px;
        line-height: 22px;
        background-size: auto 2px;
    }

    .c_920_1 .title_2 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .c_920_1 .title_2 img {
        margin: 0 3px;
        width: 3px;
    }
}

.c_920_2 {
    width: 100%;
    float: left;
    padding-bottom: 55px;
}

.c_920_2 .content1 {
    width: 100%;
    float: left;
    margin-top: 28px;
}

.c_920_2 .content1 .c_500 {
    width: 54.76%;
    float: left;
}

.slide_pic_2 {
    width: 100%;
    float: left;
    position: relative;
    border: solid 5px #eee;
}

.slide_pic_2 .img {
    width: 100%;
    float: left;
}

.slide_pic_2 .img img {
    width: 100%;
    float: left;
}

.slide_pic_2 .slick-prev, .slide_pic_2 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: -5px;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/products2.png) no-repeat left center;
    margin-top: -25px;
}

.slide_pic_2 .slick-next {
    left: auto;
    right: -5px;
    background-position: right center;
}

.slide_pic_2 .slick-prev:hover,
.slide_pic_2 .slick-next:hover {
    background-image: url(../images/products2_h.png);
}

.c_920_2 .content1 .c_383 {
    width: 41.95%;
    float: right;
    margin-top: 20px;
}

.c_920_2 .content1 .c_383 .title {
    width: 100%;
    float: left;
    padding-right: 70px;
    position: relative;
    font-size: 24px;
    color: #333;
    line-height: 26px;
    
    padding-bottom: 26px;
    border-bottom: solid 1px #e5e5e5;
}

.c_920_2 .content1 .c_383 .title .fx {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #48a5f8;
    line-height: 26px;
    font-family: 'OPENSANS-REGULAR';
}

.c_920_2 .content1 .c_383 .title .fx .bdsharebuttonbox {
    float: right;
    margin-left: 12px;
}

.c_920_2 .content1 .c_383 .title .fx a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 20px;
    height: 26px;
    background: url(../images/products3.png) no-repeat center right;
    background-size: 18px 18px;
    margin: 0 !important;
    padding: 0 !important;
}

.c_920_2 .content1 .c_383 .dl {
    width: 100%;
    float: left;
    margin-top: 12px;
}

.c_920_2 .content1 .c_383 .dl .dd {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-left: 29px;
    position: relative;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}

.c_920_2 .content1 .c_383 .dl .dd span {
    
}

.c_920_2 .content1 .c_383 .dl .dd .ico {
    width: 20px;
    height: 20px;
    background: #48a5f8;
    position: absolute;
    left: 1px;
    top: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.c_920_2 .content1 .c_383 .dl .dd .ico img {
    width: 100%;
    float: left;
}

.c_920_2 .content1 .c_383 .dl .dd a {
    color: #555;
}

.c_920_2 .content1 .c_383 .btn {
    width: 100%;
    float: left;
    margin-top: 28px;
}

.c_920_2 .content1 .c_383 .btn a {
    display: block;
    width: 100%;
    float: left;
    background: #48a5f8;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 52px;
}

.c_920_2 .content1 .c_383 .btn a:hover {
    background: #616161;
}

.c_920_2 .content2 {
    width: 100%;
    float: left;
    margin-top: 40px;
    background: #f8f8f8;
    padding: 35px 43px 36px 40px;
}

.c_920_2 .content2 .title {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    background: url(../images/titaniuminfo2.png) no-repeat left bottom;
    font-size: 32px;
    color: #333;
    line-height: 1;
    text-transform: uppercase;
    
    margin-bottom: 10px;
}

.c_920_2 .content2 .dl {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 30px;
}
.c_920_2 .content2 .dl img{
    max-width: 100% !important;
}
.c_920_2 .content2 .dl .dd {
    margin-top: 24px;
    font-size: 15px;
    color: #555;
}

.c_920_2 .content2 .dl .dd .span {
    
    color: #48a5f8;
}

.c_920_2 .content2 .dl .dd a {
    color: #555;
}

.c_920_2 .content2 .dl .img {
    margin-top: 23px;
}

.c_920_2 .content2 .dl .p {
    width: 100%;
    float: left;
    margin-top: 23px;
    font-size: 15px;
    color: #555;
    line-height: 24px;
}

.c_920_2 .content2 .dl .p .a {
    color: #555;
}

.page {
    margin: 50px auto;
    text-align: center;
}

.page ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page ul li {
    margin: 0 5px;
    border: 1px solid #ddd;
    background-color: #FFF;
    border-radius: 5px;
    padding: 0;
}

.page ul li a {
    padding: 8px 12px;
    color: #333;
    display: block;
    cursor: pointer;
}

.page ul li.page-active{
    background-color: #48a5f8;
}

.page ul li.page-active a{
    color: #fff;
}
@media screen and (max-width: 1309px) {
    .c_920_2 .content1 .c_500 {
        width: 100%;
    }

    .c_920_2 .content1 .c_383 {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .c_920_2 {
        padding-bottom: 35px;
    }

    .c_920_2 .content1 {
        margin-top: 18px;
    }

    .c_920_2 .content2 {
        margin-top: 20px;
        padding: 25px 23px 26px 20px;
    }

    .c_920_2 .content2 .title {
        padding-bottom: 20px;
        font-size: 26px;
    }

    .c_920_2 .content2 .dl .dd {
        margin-top: 14px;
        font-size: 13px;
        line-height: 22px;
    }

    .c_920_2 .content2 .dl .img {
        margin-top: 13px;
    }

    .c_920_2 .content2 .dl .p {
        margin-top: 13px;
        font-size: 13px;
        line-height: 22px;
    }

    .c_920_2 .content1 .c_383 .title {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .c_920_2 {
        padding-bottom: 25px;
    }

    .c_920_2 .content1 {
        margin-top: 10px;
    }

    .c_920_2 .content1 .c_383 .title {
        font-size: 18px;
    }

    .c_920_2 .content1 .c_383 .dl {
        margin-top: 8px;
    }

    .c_920_2 .content1 .c_383 .dl .dd {
        margin-top: 8px;
        padding-left: 25px;
        font-size: 12px;
        line-height: 22px;
    }

    .c_920_2 .content2 {
        margin-top: 10px;
        padding: 15px 13px 16px 10px;
    }

    .c_920_2 .content2 .title {
        padding-bottom: 10px;
        font-size: 20px;
        background-size: auto 2px;
    }

    .c_920_2 .content1 .c_383 {
        padding: 0 10px;
    }

    .c_920_2 .wz_fy {
        padding: 0 10px;
    }

    .slide_pic_2 .slick-dots {
        position: absolute;
        bottom: 10px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        overflow: hidden;
    }

    .slide_pic_2 .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #616161;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        border-radius: 50%;
    }

    .slide_pic_2 .slick-dots li.slick-active {
        background: #48a5f8;
    }

    .slide_pic_2 .slick-dots li button {
        display: none;
    }

    .c_920_2 .content2 .dl .dd {
        margin-top: 14px;
        font-size: 13px;
        line-height: 22px;
    }
}

/*contact*/
.c_1310_1 {
    width: 100%;
    float: left;
    padding: 45px 0 50px 0;
}

.c_1310_1 .c_715 {
    width: 54.58%;
    float: left;
}

.tit_2 {
    width: 100%;
    float: left;
    padding-bottom: 28px;
    background: url(../images/titaniuminfo2.png) no-repeat left bottom;
    font-size: 32px;
    color: #333;
    line-height: 34px;
    text-transform: uppercase;
    
}

.c_1310_1 .c_715 ul {
    width: 100%;
    float: left;
    margin-top: 19px;
}

.c_1310_1 .c_715 ul li {
    width: 100%;
    float: left;
    margin-top: 14px;
    padding-left: 47px;
    position: relative;
    font-size: 15px;
    color: #555;
    line-height: 30px;
}

.c_1310_1 .c_715 ul li a {
    color: #555;
    margin: 0 3px;
}

.c_1310_1 .c_715 ul li span {
    color: #48a5f8;
    
    margin-right: 3px;
}

.c_1310_1 .c_715 ul li .ico {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border: solid 1px #48a5f8;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.c_1310_1 .c_715 ul li .ico img {
    width: 100%;
    float: left;
}

.c_1310_1 .c_540 {
    width: 41.22%;
    float: right;
    height: 450px;
}

#dituContent {
    position: relative;
    width: 100%;
    height: 100%;
}

.amap-info div {
    display: none;
}

.zbg1 {
    background: #f6f6f6;
}

.c_1310_2 {
    width: 100%;
    float: left;
    padding: 55px 0 60px 0;
}

.c_1310_2 ul {
    width: 100%;
    float: left;
    background: #fbfbfb;
    padding: 30px 46px 58px 46px;
    margin-top: 30px;
}

.c_1310_2 ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-top: 30px;
}

.c_1310_2 ul li .txk {
    width: 100%;
    float: left;
    background: white;
    border: solid 1px #ebebeb;
    padding-left: 75px;
    position: relative;
}

.c_1310_2 ul li .txk .name {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
    font-size: 14px;
    color: #434343;
    line-height: 48px;
}

.c_1310_2 ul li .txk .name span {
    color: #e71c8d;
}

.c_1310_2 ul li .txk input {
    display: block;
    width: 100%;
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #434343;
}

.c_1310_2 ul li.l3 .txk {
    padding-right: 100px;
}

.c_1310_2 ul li.l3 .yzm {
    width: 78px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
}

.c_1310_2 ul li.l3 .yzm img {
    height: 100%;
}

.c_1310_2 ul li.l1 {
    width: 100%;
}

.c_1310_2 ul li.l1 .txk {
    padding: 12px 10px 10px 140px;
}

.c_1310_2 ul li.l1 .txk textarea {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #434343;
    line-height: 24px;
    height: 116px;
}

.c_1310_2 ul li.l2 {
    width: 100%;
    text-align: center;
}

.c_1310_2 ul li.l2 input {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 215px;
    height: 50px;
    line-height: 50px;
    background: #48a5f8;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.c_1310_2 ul li.l2 input:hover {
    background: #616161;
}

@media screen and (max-width: 1023px) {
    .c_1310_1 {
        padding: 25px 0 30px 0;
    }

    .tit_2 {
        padding-bottom: 20px;
        font-size: 22px;
        line-height: 30px;
    }

    .c_1310_1 .c_715 ul {
        margin-top: 12px;
    }

    .c_1310_1 .c_715 ul li {
        margin-top: 10px;
        padding-left: 36px;
        font-size: 13px;
        line-height: 24px;
    }

    .c_1310_1 .c_715 ul li .ico {
        width: 24px;
        height: 24px;
    }

    .c_1310_1 .c_540 {
        height: 400px;
    }

    .c_1310_2 {
        padding: 35px 0 40px 0;
    }

    .c_1310_2 ul {
        padding: 10px 26px 38px 26px;
        margin-top: 20px;
    }

    .c_1310_2 ul li {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .c_1310_1 {
        padding: 15px 10px 20px 10px;
    }

    .tit_2 {
        padding-bottom: 12px;
        background-size: auto 2px;
        font-size: 18px;
        line-height: 24px;
    }

    .c_1310_1 .c_715 {
        width: 100%;
    }

    .c_1310_1 .c_540 {
        height: 200px;
        width: 100%;
        margin-top: 10px;
    }

    .c_1310_2 {
        padding: 15px 10px 20px 10px;
    }

    .c_1310_2 ul {
        padding: 10px 10px 18px 10px;
        margin-top: 10px;
    }

    .c_1310_2 ul li {
        width: 100%;
        padding: 0 0;
        margin-top: 10px;
    }
}

.pz_SideLayer_box {
    width: 100%;
    float: left;
    margin-top: -22px;
}

.pz_SideLayer_box .pz_SideLayer {
    width: 100%;
    float: left;
}

.pz_SideLayer_box .pz_SideLayer .l1 {
    float: left;
    margin-right: 9px;
    position: relative;
}

.pz_SideLayer_box .pz_SideLayer .l1:after {
    content: '';
    background: url(../images/nygy3.png) no-repeat right center;
    width: 21px;
    height: 21px;
    position: absolute;
    right: -15px;
    bottom: 0;
    z-index: 1;
}

.pz_SideLayer_box .pz_SideLayer .l1 a {
    display: block;
    padding: 0 29px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #2b2b2c;
    position: relative;
    z-index: 2;
    background: #d6d6d6;
    -moz-border-top-right-radius: 21px;
    -webkit-border-top-right-radius: 21px;
    -khtml-border-top-right-radius: 21px;
    border-top-right-radius: 21px;
    -moz-border-bottom-left-radius: 21px;
    -webkit-border-bottom-left-radius: 21px;
    -khtml-border-bottom-left-radius: 21px;
    border-bottom-left-radius: 21px;
}

.pz_SideLayer_box .pz_SideLayer .l1 a.hover,
.pz_SideLayer_box .pz_SideLayer .l1:hover a {
    background-color: #48a5f8;
    color: white;
}

.c_1310_3 {
    width: 100%;
    float: left;
    margin-top: 61px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 51.98% 34px 3.05%;
    position: relative;
}

.c_1310_3 .slick_res2r {
    width: 100%;
    float: left;
    padding-bottom: 79px;
    position: relative;
}

.c_1310_3 .slick_res2r .title {
    width: 100%;
    float: left;
    padding-bottom: 22px;
    border-bottom: dashed 1px #48a5f8;
}

.c_1310_3 .slick_res2r .title h4 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #333;
    line-height: 39px;
    
}

.c_1310_3 .slick_res2r .title h5 {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #48a5f8;
    line-height: 35px;
}

.c_1310_3 .slick_res2r .title h5 img {
    vertical-align: middle;
    margin: -3px 6px 0 0;
    width: 24px;
}

.c_1310_3 .slick_res2r .dl {
    width: 100%;
    float: left;
}

.c_1310_3 .slick_res2r .dl .dd {
    width: 100%;
    float: left;
    margin-top: 24px;
    font-size: 15px;
    color: #666;
    line-height: 24px;
}

.c_1310_3 .slick_res2r .dl .dd span {
    
    color: #333;
    margin-right: 3px;
}

.c_1310_3 .slick_res2r .detail {
    position: relative;
    float: left;
    margin-top: 32px;
}

.c_1310_3 .slick_res2r .detail a {
    display: block;
    float: left;
    padding: 0 10px;
    font-size: 16px;
    color: #48a5f8;
    line-height: 20px;
    
    position: relative;
    z-index: 2;
}

.c_1310_3 .slick_res2r .detail:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #fde9d5;
    position: absolute;
    left: 0;
    bottom: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.c_1310_3 .slick_res2r .detail:hover:before {
    background-color: #e0e0e0;
}

.c_1310_3 .slick_res2r .slick-prev, .c_1310_3 .slick_res2r .slick-next {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 10px;
    width: 12px;
    height: 16px;
    background: url(../images/products7_2.png) left center;
}

.c_1310_3 .slick_res2r .slick-next {
    left: 198px;
    right: auto;
    background-position: right center;
}

.c_1310_3 .slick_res2r .slick-prev:hover,
.c_1310_3 .slick_res2r .slick-next:hover {
    background-image: url(../images/products7_2_h.png);
}

.c_1310_3 .slick_res2r .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 210px;
    padding: 0 20px;
    margin: 0;
    list-style: none;
    text-align: center;
    overflow: hidden;
}

.c_1310_3 .slick_res2r .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 28px;
    font-size: 16px;
    color: #999;
    margin: 0 12px;
}

.slick-dots li button {
    font-size: 16px;
    line-height: 28px;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    color: #999;
    text-indent: 0;
    
}

.c_1310_3 .slick_res2r .slick-dots li.slick-active button {
    color: #48a5f8;
}

.c_1310_3 .slick_res1l {
    width: 44.58%;
    height: 530px;
    position: absolute;
    right: 54px;
    top: 50%;
    margin-top: -265px;
    padding: 0 27px;
    background: url(../images/products6.png) no-repeat center center;
    background-size: contain;
}

.c_1310_3 .slick_res1l .img {
    width: 100%;
    float: left;
    height: 530px;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.c_1310_3 .slick_res1l .img img {
    width: 530px;
    height: 530px;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    margin: -265px 0 0 -265px;
}

@media screen and (max-width: 1309px) {
    .c_1310_3 .slick_res1l {
        height: 430px;
        right: 34px;
        margin-top: -215px;
        padding: 0 25px;
    }

    .c_1310_3 .slick_res1l .img {
        height: 430px;
    }

    .c_1310_3 .slick_res1l .img img {
        width: 430px;
        height: 430px;
        margin: -215px 0 0 -215px;
    }
}

@media screen and (max-width: 1023px) {
    .pz_SideLayer_box {
        margin-top: -10px;
    }

    .pz_SideLayer_box .pz_SideLayer .l1 {
        width: 50%;
        margin-right: 0;
        padding-right: 6px;
        margin-top: 5px;
    }

    .pz_SideLayer_box .pz_SideLayer .l1:after {
        right: -10px;
    }

    .pz_SideLayer_box .pz_SideLayer .l1 a {
        padding: 0 0px;
        width: 100%;
        text-align: center;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }

    .c_1310_3 {
        margin-top: 41px;
        padding: 20px 51.98% 14px 3.05%;
    }

    .c_1310_3 .slick_res2r {
        padding-bottom: 59px;
    }

    .c_1310_3 .slick_res2r .title {
        padding-bottom: 12px;
    }

    .c_1310_3 .slick_res2r .title h4 {
        font-size: 20px;
        line-height: 34px;
    }

    .c_1310_3 .slick_res2r .title h5 {
        font-size: 15px;
        line-height: 30px;
    }

    .c_1310_3 .slick_res2r .title h5 img {
        margin: -3px 4px 0 0;
        width: 20px;
    }

    .c_1310_3 .slick_res2r .dl .dd {
        margin-top: 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .c_1310_3 .slick_res2r .detail {
        margin-top: 22px;
    }

    .c_1310_3 .slick_res2r .detail a {
        padding: 0 8px;
        font-size: 14px;
        line-height: 18px;
    }

    .c_1310_3 .slick_res2r .detail:before {
        height: 3px;
    }

    .c_1310_3 .slick_res1l {
        height: 330px;
        right: 24px;
        margin-top: -165px;
        padding: 0 20px;
    }

    .c_1310_3 .slick_res1l .img {
        height: 330px;
    }

    .c_1310_3 .slick_res1l .img img {
        width: 330px;
        height: 330px;
        margin: -165px 0 0 -165px;
    }

    .c_1310_3 .slick_res2r .slick-dots {
        width: 160px;
        padding: 0 10px;
    }

    .c_1310_3 .slick_res2r .slick-dots li {
        width: 12px;
        height: 24px;
        font-size: 14px;
        margin: 0 8px;
    }

    .slick-dots li button {
        font-size: 14px;
        line-height: 24px;
    }

    .c_1310_3 .slick_res2r .slick-prev, .c_1310_3 .slick_res2r .slick-next {
        bottom: 8px;
    }

    .c_1310_3 .slick_res2r .slick-next {
        left: 148px;
        right: auto;
        background-position: right center;
    }
}

@media screen and (max-width: 767px) {
    .pz_SideLayer_box {
        padding: 0 10px;
    }

    .c_1310_3 {
        margin-top: 21px;
        padding: 10px 10px 314px 10px;
    }

    .c_1310_3 .slick_res1l {
        width: 300px;
        right: 50%;
        top: auto;
        bottom: 14px;
        height: 280px;
        margin-top: 0;
        padding: 0 18px;
        margin-right: -150px;
    }

    .c_1310_3 .slick_res1l .img {
        height: 280px;
    }

    .c_1310_3 .slick_res1l .img img {
        width: 280px;
        height: 280px;
        margin: -140px 0 0 -140px;
    }

    .c_1310_3 .slick_res2r {
        padding-bottom: 0;
    }

    .c_1310_3 .slick_res2r .slick-dots {
        display: none !important;
    }

    .c_1310_3 .slick_res2r .slick-prev, .c_1310_3 .slick_res2r .slick-next {
        left: auto;
        right: 25px;
        bottom: 0;
    }

    .c_1310_3 .slick_res2r .slick-next {
        right: 8px;
    }
}

.row_3 {
    margin: 0 -19px;
}

.ul_3 {
    width: 100%;
    float: left;
    margin-top: 12px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ul_3 li {
    width: 25%;
    float: left;
    padding: 0 19px;
    margin-top: 58px;
}

.ul_3 li .zbox {
    width: 100%;
    float: left;
    background: white;
    border: solid 1px #eee;
    position: relative;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_3 li .zbox:before {
    content: '';
    background: url(../images/products9_2.png) no-repeat center center;
    width: 90px;
    height: 22px;
    position: absolute;
    left: 50%;
    bottom: -22px;
    margin-left: -45px;
}

.ul_3 li .zbox .img {
    width: 100%;
    float: left;
    overflow: hidden;
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

.ul_3 li .zbox .img img {
    width: 100%;
    float: left;
}

.ul_3 li .zbox .text {
    width: 100%;
    float: left;
    border-top: solid 1px #eee;
    padding: 18px 35px 49px 35px;
    position: relative;
    -moz-border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -khtml-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -khtml-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ul_3 li .zbox .text .name {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 22px;
    padding-bottom: 17px;
    
    background: url(../images/products9_1.png) no-repeat center bottom;
}

.ul_3 li .zbox .text .p {
    width: 100%;
    float: left;
    margin-top: 6px;
    font-size: 14px;
    color: #888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.ul_3 li .zbox .text .detail {
    display: block;
    width: 56px;
    height: 56px;
    background: #48a5f8;
    position: absolute;
    left: 50%;
    bottom: -14px;
    padding-top: 11px;
    font-size: 12px;
    color: white;
    line-height: 23px;
    text-align: center;
    margin-left: -28px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.ul_3 li .zbox .text .detail img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 15px;
    vertical-align: top;
}

.ul_3 li .zbox:hover {
    box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.1);
    border-color: #48a5f8;
}

.ul_3 li .zbox:hover .text {
    background-color: #48a5f8;
    border-color: #48a5f8;
}

.ul_3 li .zbox:hover .text .detail  {
    background-color: deepskyblue;
}

.ul_3 li .zbox:hover .text .name {
    color: white;
    background-image: url(../images/products9_1_h.png);
}

.ul_3 li .zbox:hover:before {
    background-image: url(../images/products9_2_h.png);
}

.ul_3 li .zbox:hover .text .p {
    color: white;
}

@media screen and (max-width: 1309px) {
    .ul_3 li {
        width: 33.333%;
    }
}

@media screen and (max-width: 1023px) {
    .row_3 {
        margin: 0 -9px;
    }

    .ul_3 li {
        padding: 0 9px;
        margin-top: 38px;
    }

    .ul_3 li .zbox .text {
        padding: 12px 25px 30px 25px;
    }

    .ul_3 li .zbox .text .name {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 12px;
    }

    .ul_3 li .zbox .text .p {
        margin-top: 4px;
        font-size: 12px;
        line-height: 22px;
        height: 44px;
    }

    .ul_3 li .zbox .text .detail {
        width: 50px;
        height: 50px;
        bottom: -14px;
        padding-top: 8px;
        line-height: 20px;
        margin-left: -25px;
    }
}

@media screen and (max-width: 767px) {
    .row_3 {
        margin: 0 -5px;
    }

    .ul_3 {
        padding: 0 10px;
        margin-top: -10px;
    }

    .ul_3 li {
        width: 100%;
        padding: 0 5px;
        margin-top: 28px;
    }

    .ul_3 li .zbox .text {
        padding: 8px 10px 28px 10px;
    }

    .ul_3 li .zbox .text .name {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 6px;
        background-size: auto 4px;
    }

    .ul_3 li .zbox .text .p {
        margin-top: 2px;
        line-height: 20px;
        height: 38px;
    }

    .ul_3 li .zbox .text .detail {
        width: 40px;
        height: 40px;
        bottom: -16px;
        padding-top: 6px;
        line-height: 18px;
        margin-left: -20px;
    }
}


/*titanium*/
.c_1310_4 {
    width: 100%;
    float: left;
}

.c_1310_4 .c_675 {
    width: 51.53%;
    float: left;
    margin-top: 50px;
    padding-bottom: 30px;
}

.c_1310_4 .c_675 .title {
    width: 100%;
    float: left;
    padding-right: 114px;
    position: relative;
}

.c_1310_4 .c_675 .title .detail {
    position: absolute;
    right: 0;
    top: 0;
    width: 114px;
}

.c_1310_4 .c_675 .title .detail:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #fde9d5;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.c_1310_4 .c_675 .title .detail a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #48a5f8;
    line-height: 34px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.c_1310_4 .c_675 .title .detail:hover:before {
    background-color: #d6d6d6;
}

.c_1310_4 .c_675 .p {
    width: 100%;
    float: left;
    margin-top: 22px;
    font-size: 15px;
    color: #555;
    line-height: 28px;
}

.c_1310_4 .c_675 .p strong {
    
    color: #48a5f8;
    font-weight: normal;
}

.c_1310_4 .c_675 .img {
    width: 100%;
    float: left;
    margin-top: 49px;
}

.c_1310_4 .c_580 {
    width: 44.27%;
    float: right;
    position: relative;
}

.c_1310_4 .c_580 img {
    width: 100%;
    float: left;
}

.c_1310_4 .c_580 .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 48px;
    padding-left: 49px;
}

.c_1310_4 .c_580 .text h3 {
    width: 100%;
    font-size: 48px;
    color: #333;
    line-height: 55px;
    text-transform: uppercase;
    
}

.c_1310_4 .c_580 .text h5 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-top: 6px;
}

.c_1310_5 {
    width: 100%;
    float: left;
}

.c_1310_5 .c_580 {
    width: 44.27%;
    float: left;
}

.c_1310_5 .c_580 img {
    width: 100%;
    float: left;
}

.c_1310_5 .c_640 {
    width: 48.85%;
    float: right;
    margin-top: 55px;
    margin-right: 30px;
    padding-bottom: 68px
}

.c_1310_5 .c_640 .p {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 33px;
    font-size: 18px;
    color: #48a5f8;
    line-height: 30px;
    text-transform: uppercase;
}

.c_1310_5 .c_640 .p img {
    vertical-align: middle;
    margin: -3px 8px 0 8px;
}

.c_1310_5 .c_640 .detail {
    width: 114px;
    float: left;
    margin-top: 77px;
    position: relative;
}

.c_1310_5 .c_640 .detail:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #fde9d5;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.c_1310_5 .c_640 .detail a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #48a5f8;
    line-height: 34px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.c_1310_5 .c_640 .detail:hover:before {
    background-color: #d6d6d6;
}

@media screen and (max-width: 1309px) {
    .c_1310_4 .c_580 .text {
        bottom: 28px;
        padding-left: 29px;
    }

    .c_1310_4 .c_580 {
        margin-top: 60px;
    }

    .c_1310_5 .c_580 {
        margin-top: 60px;
    }

    .c_1310_5 .c_640 {
        padding-bottom: 38px;
    }
}

@media screen and (max-width: 1023px) {
    .c_1310_4 .c_675 {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .c_1310_4 .c_580 .text {
        bottom: 18px;
        padding-left: 19px;
    }

    .c_1310_4 .c_580 .text h3 {
        font-size: 38px;
        line-height: 45px;
    }

    .c_1310_4 .c_580 .text h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 3px;
    }

    .c_1310_4 .c_675 .p {
        margin-top: 12px;
        font-size: 13px;
        line-height: 26px;
    }

    .c_1310_4 .c_675 .img {
        margin-top: 39px;
    }

    .c_1310_5 .c_640 {
        margin-top: 35px;
        margin-right: 0px;
        padding-bottom: 28px
    }

    .c_1310_5 .c_640 .p {
        margin-top: 23px;
        font-size: 16px;
        line-height: 22px;
    }

    .c_1310_5 .c_640 .p img {
        margin: -3px 4px 0 4px;
    }

    .c_1310_5 .c_640 .detail {
        margin-top: 57px;
    }
}

@media screen and (max-width: 767px) {
    .c_1310_4 {
        padding: 10px;
    }

    .c_1310_4 .c_675 {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .c_1310_4 .c_580 {
        width: 100%;
        margin-top: 20px;
    }

    .c_1310_4 .c_580 .text {
        bottom: 10px;
        padding-left: 10px;
    }

    .c_1310_4 .c_580 .text h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .c_1310_4 .c_580 .text h5 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 0px;
    }

    .c_1310_4 .c_675 .p {
        margin-top: 8px;
        font-size: 13px;
        line-height: 24px;
    }

    .c_1310_4 .c_675 .img {
        margin-top: 19px;
    }

    .c_1310_5 {
        padding: 10px;
    }

    .c_1310_5 .c_640 {
        width: 100%;
        margin-top: 15px;
        padding-bottom: 8px;
    }

    .c_1310_5 .c_640 .p {
        margin-top: 23px;
        font-size: 16px;
        line-height: 22px;
    }

    .c_1310_5 .c_640 .p img {
        margin: -3px 3px 0 3px;
        width: 3px;
    }

    .c_1310_5 .c_640 .detail {
        margin-top: 37px;
    }

    .c_1310_5 .c_580 {
        width: 100%;
        margin-top: 0px;
    }
}

.c_1310_6 {
    width: 100%;
    float: left;
    padding: 51px 32.9% 52px 0;
    position: relative;
}

.c_1310_6 .c_431 {
    width: 32.9%;
    position: absolute;
    right: 0;
    top: 51px;
    height: 469px;
}

.c_1310_6 .c_431 .text {
    width: 100%;
    position: absolute;
    right: 0;
    top: 68px;
    padding-right: 50px;
}

.c_1310_6 .c_431 .text .tit_2 {
    text-align: right;
    background-position: right bottom;
    color: white;
}

.c_1310_6 .c_431 .text .p {
    width: 100%;
    float: left;
    margin-top: 4px;
    text-align: right;
    color: white;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    letter-spacing: 1px;
}

.c_1310_6 .c_431 .text .detail {
    width: 114px;
    float: right;
    margin-top: 202px;
    position: relative;
}

.c_1310_6 .c_431 .text .detail:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #48a5f8;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0.2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.c_1310_6 .c_431 .text .detail a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #48a5f8;
    line-height: 34px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.c_1310_6 .c_431 .text .detail:hover:before {
    background-color: #fff;
}

.c_1310_6 ul {
    width: 100%;
    float: left;
    background: #f5f5f5;
}

.c_1310_6 ul li {
    width: 25%;
    float: left;
    border-top: solid 1px white;
    border-left: solid 1px white;
    height: 235px;
    text-align: center;
}

.c_1310_6 ul li .img {
    width: 140px;
    height: 140px;
    overflow: hidden;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-top: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_1310_6 ul li:hover .img {
    margin-top: 10px;
}

.c_1310_6 ul li .img img {
    width: 100%;
    float: left;
}

.c_1310_6 ul li .name {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
}

@media screen and (max-width: 1309px) {
    .c_1310_6 .c_431 .text .detail {
        margin-top: 142px;
    }

    .c_1310_6 .c_431 .text {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .c_1310_6 {
        padding: 31px 40% 32px 0;
    }

    .c_1310_6 .c_431 {
        width: 40%;
        top: 31px;
        height: 450px;
    }

    .c_1310_6 ul li {
        width: 33.33%;
        height: 150px;
    }

    .c_1310_6 ul li .img {
        width: 100px;
        height: 100px;
        margin-top: 10px;
    }

    .c_1310_6 ul li:hover .img {
        transform: rotateY(180deg);
    }

    .c_1310_6 ul li .name {
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .c_1310_6 {
        padding: 11px 10px 12px 10px;
    }

    .c_1310_6 .c_431 {
        width: 100%;
        top: auto;
        height: 250px;
        position: relative;
        left: auto;
        top: auto;
        float: left;
    }

    .c_1310_6 .c_431 .text .detail {
        margin-top: 82px;
    }

    .c_1310_6 .c_431 .text {
        padding-right: 20px;
        top: 30px;
    }

    .c_1310_6 ul li {
        width: 50%;
        height: 160px;
    }

    .c_1310_6 ul li .name {
        margin-top: 6px;
        font-size: 12px;
        line-height: 16px;
    }

    .c_1310_6 .c_431 .text .p {
        line-height: 26px;
    }
}

/*about_us*/
.c_1310_7 .c_580 {
    width: 37.02%;
}

.c_1310_7 .c_580 .text h3, .c_1310_7 .c_580 .text h5 {
    color: white;
}

.c_1310_7 .c_675 {
    width: 55.34%;
}

.c_1310_7 .c_675 .title .ico {
    width: 52px;
    height: 50px;
    position: absolute;
    right: -56px;
    top: -10px;
    background: url(../images/index1_1.png) no-repeat center center;
    background-size: 70px auto;
}

.c_1310_7 .c_675 .p_1 {
    width: 100%;
    margin: 26px 0 22px 0;
    text-align: center;
    font-size: 18px;
    color: #48a5f8;
    line-height: 24px;
    text-transform: uppercase;
}

.c_1310_7 .c_675 .p_1 img {
    vertical-align: middle;
    margin: -3px 8px 0 8px;
}

@media screen and (max-width: 1023px) {
    .c_1310_7 .c_675 .title .ico {
        width: 32px;
        height: 30px;
        right: 0;
        top: -0px;
        background-size: 40px auto;
    }

    .c_1310_7 .c_675 .p_1 {
        margin: 16px 0 12px 0;
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .c_1310_7 .c_580, .c_1310_7 .c_675 {
        width: 100%;
    }

    .c_1310_7 .c_675 .p_1 {
        margin: 10px 0 8px 0;
        font-size: 12px;
        line-height: 20px;
    }

    .c_1310_7 .c_675 .p_1 img {
        margin: -3px 4px 0 4px;
        width: 3px;
    }
}

.c_1310_8 {
    width: 100%;
    float: left;
}

.c_1310_8 .c_480 {
    width: 36.64%;
    float: left;
    height: 508px;
    position: relative;
}

.c_1310_8 .c_480 .text {
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    top: 49px;
    padding-left: 61px;
}

.c_1310_8 .c_480 .text .tit_2 {
    color: white;
}

.c_1310_8 .c_480 .text .p {
    width: 100%;
    float: left;
    margin-top: 23px;
    font-size: 16px;
    color: white;
    line-height: 24px;
}

.c_1310_8 .c_480 .text .btn {
    width: 54px;
    height: 54px;
    float: left;
    display: block;
    margin-top: 57px;
    background: url(../images/about2.png) no-repeat center center;
    background-size: contain;
}

.c_1310_8 .c_770 {
    width: 58.78%;
    float: right;
}

.c_1310_8 .c_770 .tit_2 {
    margin-top: 49px;
}

.c_1310_8 .c_770 .p {
    width: 100%;
    float: left;
    margin-top: 23px;
    font-size: 15px;
    color: #555;
    line-height: 24px;
}

.c_1310_8 .c_770 .p span {
    color: #48a5f8;
}

.c_1310_8 .c_770 .img {
    width: 100%;
    float: left;
    margin-top: 24px;
}

.c_1310_8 .c_770 .p_1 {
    width: 100%;
    float: left;
    margin-top: 21px;
    font-size: 15px;
    color: #555;
    line-height: 24px;
}

.c_1310_8 .c_770 .p_1 span {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #48a5f8;
    
}

@media screen and (max-width: 1023px) {
    .c_1310_8 .c_480 .text {
        padding-left: 21px;
    }

    .c_1310_8 .c_480 {
        height: 428px;
        width: 40%;
    }

    .c_1310_8 .c_770 {
        width: 55%;
    }

    .c_1310_8 .c_770 .p {
        margin-top: 13px;
        font-size: 13px;
        line-height: 22px;
    }

    .c_1310_8 .c_770 .img {
        margin-top: 14px;
    }

    .c_1310_8 .c_770 .p_1 {
        margin-top: 11px;
        font-size: 13px;
        line-height: 22px;
    }

    .c_1310_8 .c_770 .p_1 span {
        font-size: 14px;
    }

    .c_1310_8 .c_480 .text .btn {
        width: 48px;
        height: 48px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .c_1310_8 .c_480 .text {
        padding-left: 11px;
    }

    .c_1310_8 .c_480 {
        height: 228px;
        width: 100%;
    }

    .c_1310_8 .c_770 {
        width: 100%;
        padding: 10px;
    }

    .c_1310_8 .c_770 .tit_2 {
        margin-top: 19px;
    }

    .c_1310_8 .c_770 .p {
        margin-top: 9px;
        font-size: 12px;
        line-height: 20px;
    }

    .c_1310_8 .c_770 .img {
        margin-top: 8px;
    }

    .c_1310_8 .c_770 .p_1 {
        margin-top: 7px;
        font-size: 12px;
        line-height: 20px;
    }

    .c_1310_8 .c_770 .p_1 span {
        font-size: 12px;
    }

    .c_1310_8 .c_480 .text .btn {
        width: 40px;
        height: 40px;
        margin-top: 30px;
    }
}

.c_1310_9 {
    width: 100%;
    float: left;
    padding: 59px 0;
}

.c_1310_9 .hometop {
    width: 100%;
    float: left;
    margin-top: -71px;
}

.c_1310_9 .hometop .c_540 {
    width: 41.22%;
    float: left;
    margin-top: 132px;
}

.c_1310_9 .hometop .c_540 .time {
    width: 100px;
    height: 41px;
    text-align: center;
    background: url(../images/about4_2.png) no-repeat center center;
    background-size: contain;
    font-size: 30px;
    color: white;
    line-height: 34px;
}

.c_1310_9 .hometop .c_540 .p {
    width: 100%;
    float: left;
    margin-top: 24px;
    font-size: 15px;
    color: #555;
    line-height: 24px;
}

.c_1310_9 .hometop .img {
    width: 48.78%;
    float: right;
}

.c_1310_9 .hometop .img img {
    width: 100%;
    float: left;
}

.c_1310_9 .homedown {
    width: 100%;
    float: left;
    margin-top: 60px;
    padding: 0 100px 42px 100px;
    background: url(../images/about4.png) no-repeat center bottom;
    background-size: contain;
}

.c_1310_9 .homedown .time {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #555;
    line-height: 21px;
    text-align: center;
}

.c_1310_9 .homedown .slick-current .time {
    font-size: 18px;
    color: #48a5f8;
}

.c_1310_9 .homedown .slick-current .time:before {
    content: '';
    width: 18px;
    height: 9px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: -19px;
    background: url(../images/index2_4.png) no-repeat center center;
    background-size: contain;
}

.c_1310_9 .homedown .slick-prev, .c_1310_9 .homedown .slick-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    width: 46px;
    height: 46px;
    background: url(../images/index2_5.png) no-repeat left center;
}

.c_1310_9 .homedown .slick-next {
    left: auto;
    right: 0;
    background-position: right center;
}

.c_1310_9 .homedown .slick-prev:hover,
.c_1310_9 .homedown .slick-next:hover {
    background-image: url(../images/index2_5_h.png);
}

@media screen and (max-width: 1309px) {
    .c_1310_9 .homedown {
        margin-top: 40px;
        padding: 0 80px 42px 80px;
    }

    .c_1310_9 .hometop .c_540 {
        width: 45%;
        margin-top: 72px;
    }

    .c_1310_9 .hometop {
        width: 100%;
        float: left;
        margin-top: -50px;
    }

    .c_1310_9 .homedown .slick-prev, .c_1310_9 .homedown .slick-next {
        margin-top: -12px;
    }
}

@media screen and (max-width: 1023px) {
    .c_1310_9 {
        padding: 39px 0;
    }

    .c_1310_9 .homedown {
        margin-top: 20px;
        padding: 0 60px 32px 60px;
    }

    .c_1310_9 .hometop .c_540 {
        width: 50%;
        margin-top: 52px;
    }

    .c_1310_9 .hometop {
        margin-top: -30px;
    }

    .c_1310_9 .homedown .slick-prev, .c_1310_9 .homedown .slick-next {
        margin-top: -12px;
    }

    .c_1310_9 .hometop .c_540 .time {
        width: 80px;
        height: 36px;
        font-size: 20px;
        line-height: 28px;
    }

    .c_1310_9 .hometop .c_540 .p {
        margin-top: 14px;
        font-size: 13px;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .c_1310_9 {
        padding: 19px 10px;
    }

    .c_1310_9 .homedown {
        margin-top: 10px;
        padding: 0 40px 22px 40px;
        background-size: auto 16px;
    }

    .c_1310_9 .hometop .c_540 {
        width: 100%;
        margin-top: 22px;
    }

    .c_1310_9 .hometop {
        margin-top: 0;
    }

    .c_1310_9 .homedown .slick-prev, .c_1310_9 .homedown .slick-next {
        width: 40px;
        height: 40px;
        background-size: 80px 40px;
        margin-top: -15px;
    }

    .c_1310_9 .hometop .img {
        width: 100%;
        margin-top: 10px;
    }
}

.c_1310_10 {
    width: 100%;
    float: left;
    padding: 60px 26.72% 60px 0;
    position: relative;
}

.c_1310_10 .c_285 {
    width: 21.76%;
    position: absolute;
    right: 0;
    top: 69px;
    text-align: right;
}

.c_1310_10 .c_285 .tit_2 {
    text-align: right;
    background-position: right bottom;
}

.c_1310_10 .c_285 .p {
    width: 100%;
    float: left;
    margin-top: 9px;
    font-size: 15px;
    color: #555;
    line-height: 24px;
}

.slide_pic_3 {
    width: 100%;
    float: left;
    position: relative;
}

.slide_pic_3 .li_hp {
    width: 100%;
    float: left;
    padding-right: 30px;
}

.slide_pic_3 .li_hp .zbox {
    width: 100%;
    float: left;
    position: relative;
    background: white;
    overflow: hidden;
}

.slide_pic_3 .li_hp .zbox img {
    width: 100%;
    float: left;
}

.slide_pic_3 .li_hp .zbox .title {
    width: 100%;
    padding: 10px;
    text-align: center;
    line-height: 28px;
    color: white;
    background: url(../images/about5_4.png);
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: -50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.slide_pic_3 .li_hp .zbox:hover .title {
    bottom: 0;
}

.slide_pic_3 .slick-prev, .slide_pic_3 .slick-next {
    position: absolute;
    left: auto;
    top: auto;
    right: -297px;
    bottom: 20px;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/about6.jpg) no-repeat left center;
}

.slide_pic_3 .slick-next {
    left: auto;
    right: -350px;
    background-position: right center;
}

.slide_pic_3 .slick-prev:hover,
.slide_pic_3 .slick-next:hover {
    background-image: url(../images/about6_h.jpg);
}

@media screen and (max-width: 1309px) {
    .c_1310_10 .c_285 {
        width: 25%;
        top: 60px;
    }

    .slide_pic_3 .slick-prev, .slide_pic_3 .slick-next {
        bottom: 0;
        right: -207px;
    }

    .slide_pic_3 .slick-next {
        right: -260px;
    }
}

@media screen and (max-width: 1023px) {
    .c_1310_10 {
        padding: 30px 30% 30px 0;
    }

    .slide_pic_3 .li_hp {
        padding-right: 20px;
    }

    .c_1310_10 .c_285 {
        width: 28%;
        top: 30px;
    }

    .slide_pic_3 .slick-prev, .slide_pic_3 .slick-next {
        right: -167px;
    }

    .slide_pic_3 .slick-next {
        right: -220px;
    }

    .c_1310_10 .c_285 .p {
        margin-top: 5px;
        font-size: 13px;
        line-height: 22px;
    }

    .slide_pic_3 .li_hp .zbox .title {
        padding: 8px;
        line-height: 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .c_1310_10 {
        padding: 10px 50% 10px 10px;
    }

    .slide_pic_3 .li_hp {
        padding-right: 0px;
    }

    .c_1310_10 .c_285 {
        width: 46%;
        top: 10px;
        right: 10px;
    }

    .slide_pic_3 .slick-prev, .slide_pic_3 .slick-next {
        right: -67px;
        width: 36px;
        height: 36px;
        background-size: 72px 36px;
    }

    .slide_pic_3 .slick-next {
        right: -110px;
    }

    .c_1310_10 .c_285 .p {
        margin-top: 3px;
        font-size: 12px;
        line-height: 20px;
    }

    .slide_pic_3 .li_hp .zbox .title {
        padding: 6px;
        line-height: 18px;
        font-size: 14px;
    }
}


/*分页*/
.waik_1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 55px 0;
}

.pz_fy {
    text-align: center;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.pz_fy a {
    display: block;
    float: left;
    width: 18px;
    height: 22px;
    line-height: 22px;
    color: #3b3b3b;
    font-family: Arial;
    text-decoration: none;
    font-size: 16px;
}

.pz_fy a:hover, .pz_fy a.on {
    color: #f8a352;
}

.pz_fy .l_fy,
.pz_fy .r_fy {
    width: auto;
    margin: 0 40px;
    padding: 0 4px;
    position: relative;
}

.pz_fy .l_fy svg {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 10px;
    height: 1px;
    background: #b4b4b4;
    top: 50%;
    position: absolute;
    right: -14px;
}

.pz_fy .r_fy svg {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 10px;
    height: 1px;
    background: #b4b4b4;
    top: 50%;
    position: absolute;
    left: -14px;
}

.fy_pc {
    display: none;
}
.m-footer{
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	height:55px;
	width:100%;
	z-index:1000;
	background-color:#fff;
	border-top:1px solid #ebebeb;
}
.m-footer .box{
	display:flex;
	align-items:center;
	height:100%;
}
.m-footer li{
	width:100%;
	height:100%;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.m-footer a{
	color:#333;
}
.m-footer a img{
	width:25px;
	height:25px;
	display:block;
	margin:0 auto 5px;
}

@media screen and (max-width: 1023px) {
    .waik_1 {
        padding: 35px 10px;
    }

    .pz_fy {
        display: none;
    }

    .fy_pc {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        font-size: 14px;
        color: #333;
        padding: 5px 0;
    }

    .fy_pc a {
        display: block;
        float: left;
        width: 48px;
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        color: #48a5f8;
    }

    .fy_pc a svg {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        width: 10px;
        height: 1px;
        background: #b4b4b4;
        vertical-align: middle;
        margin: -3px 3px 0 3px;
    }

    .fy_pc span {
        display: block;
        float: left;
        padding: 0 20px;
        color: #333;
        line-height: 18px;
        font-size: 14px;
        color: #48a5f8;
    }
	.m-footer{
		display:block;
	}
}

.elli {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    color: #fff;
    line-height: 30px;
}