* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

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

.bannerVideoBox {
    position: relative;
    width: 100%;
    height: 88vh;
    max-height: 950px;
    min-height: 200px;
    overflow: hidden;
}

.wyz-vido-Container2 {
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .c_portalResEbizads_banner-04001 .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: visible !important;
        z-index: 1;
        height: 100%;
    }
}

.wyz-vido-Container2 .swiper-wrapper {
    height: 100%;
}

.wyz-vido-Container2 .swiper-wrapper .swiper-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.banner-slide {
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow: hidden;
}

.picBox {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.swiper-slide.swiper-slide-active .picBox {
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.conBox {
    margin: 0 auto;
    width: 90%;
    max-width: 1560px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    z-index: 10;
    text-align: left;
    display: block;
}

.conBox h1 {
    font-weight: normal;
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 20%);
    font-family: "Myriad Pro";
    text-transform: uppercase;
}

.conBox h2 {
    position: relative;
    margin: 1.5rem 0 0rem 0;
    padding-top: 1rem;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 70%);
    font-size: 30px;
    font-weight: normal;
}

.conBox p {
    position: relative;
    margin: 1.5rem 0 0rem 0;
    color: #fff;
    text-shadow: 1px 2px 8px rgb(0 0 0 / 70%);
    font-size: 18px;
    font-weight: normal;
}

.e_switchbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    text-align: center;
    z-index: 999;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.e_switchbtn.btn-pre {
    left: 30px;
}

.e_switchbtn.btn-next {
    right: 30px;
}

.bannerVideoBox .swiper-pagination {
    bottom: 40px;
    line-height: 1px;
    z-index: 1;
}

@media only screen and (min-width: 769px) {
    .swiper-pagination {
        position: absolute;
        z-index: 20;
        bottom: 40px;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 769px) {
    .p_ThumbnailBox {
        position: absolute;
        text-align: center;
        font-size: 0;
        z-index: 6;
        overflow: hidden;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media only screen and (min-width: 769px) {
    .p_ThumbnailBox {
        width: auto;
        height: auto;
        border-width: 0;
        background-color: transparent;
    }
}

@media only screen and (min-width: 769px) {
    .p_ThumbnailBox {
        width: inherit;
        height: auto;
        background-color: transparent;
        overflow: hidden;
    }
}

.head {
    width: 100%;
    height: 120px;
	background-color: #f8f8f8;
}

.heads {
    max-width: 1670px;
    margin: auto;
}

.logo {
    float: left;
    width: 400px;

	padding-top: 20px;
}

.logo img {
    width: 100%;
}
.logo h3,.logo h2{
	float: left;
	font-size:30px;
	font-weight: bold;
	letter-spacing:0.1px;
}

.logo h3{
color:#364d8b
}



.menu {
    float: right;
    line-height: 120px;
    cursor: pointer;
}

.search {
    float: right;
    line-height: 120px;
    cursor: pointer;
    padding: 0 1.8%;
    border-left: 1px solid #dfdfdf;
}

.tel {
    float: right;
    line-height: 120px;
    margin-right: 2%;
    height: 120px;
}

.tel span {
    font-size: 18px;
    color: #1b59a5;
}

.tel img {
    margin-top: -5px;
    margin-right: 5px;
}

.nav {
    float: right;
    margin-right: 1.9%;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    line-height: 120px;
    padding: 0 30px;
    position: relative;
}

.nav ul li a {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 120px;
}

.nav ul li .detailnav {
    position: absolute;
    top: 120px;
    left: 0;
    width: 140%;
    z-index: 999;
    display: none;
    background: #fff;
}

.nav ul li .detailnav li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: center;
    padding: 0;
}

.nav ul li .detailnav li a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.nav ul li:hover .detailnav {
    display: block;
}
.nav ul li.active a.on {

    color:#364d8b;
    font-weight: bold;
  
}



.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 120px;
    display: none;
    z-index: 9999;
    background: #fff;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(51, 51, 51, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #333;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #333;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../images/header_icon01.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #333;
}

.search-box form .text:-moz-placeholder {
    color: #333;
}

.search-box form .text::-moz-placeholder {
    color: #333;
}

.search-box form .text:-ms-input-placeholder {
    color: #333;
}

.cnav {
    width: 20%;
    position: fixed;
    top: 0;
    right: -20%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding-top: 40px;
    transition: all 0.8s;
}

.cnav ul {
    margin-bottom: 0;
}

.cnav ul li {
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 20%;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.cnav ul li a {
    font-size: 16px;
    color: rgba(51, 51, 51, 0.9);
}

.cnavclose {
    position: absolute;
    left: 15px;
    top: 0;
    color: rgba(51, 51, 51, 0.9);
    font-size: 42px;
    opacity: 1;
    font-weight: 300;
    cursor: pointer;
}

.product {
    width: 100%;
    overflow: hidden;

    padding-top: 75px;
    padding-bottom:0px;
}

.title {
    text-align: center;
}

.maintitle {
    font-size: 42px;
    color: #212121;
	font-weight: bold;
}

.titles {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 2;
}

.titleline {
    font-size: 0;
    margin: 10px 0;
}

.titleline span:nth-child(1) {
    display: inline-block;
    width: 30px;
    height: 5px;
    background: #fbdf4d;
}

.titleline span:nth-child(2) {
    display: inline-block;
    width: 30px;
    height: 5px;
    background: #28a7e1;
}

.titleline span:nth-child(3) {
    display: inline-block;
    width: 30px;
    height: 5px;
    background: #1a4597;
}

.products {
    max-width: 1380px;
    margin: 40px auto 0;
    padding: 0 88px;
    position: relative;
}

.pro_pic img {
    width: 100%;
}

.pro_bot {
    width: 100%;
    padding: 30px 25px 0 25px;
    background: #fff;
}

.pro_title {
    width: 100%;
    overflow: hidden;
    line-height: 68px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.pronum {
    float: left;
    font-size: 48px;
    color: #e7e7e7;
    font-weight: bold;
    font-family: "Arial";
}

.proname {
    font-size: 20px;
    color: #212121;
    float: right;
}

.pro_intro {
    font-size: 16px;
    color: #464646;
    line-height: 25px;
    margin-top: 10px;
    min-height: 130px;
}

.proswiper a:hover .pro_bot {
    background: #1a4597;
}

.proswiper a:hover .pronum,
.proswiper a:hover .proname,
.proswiper a:hover .pro_intro {
    color: #fff;
}

.products .pro-prev {
    width: 65px;
    height: 65px;
    background: url(../images/left_pro.png) center no-repeat;
    top: 50%;
    left: -65px;
}

.products .pro-next {
    width: 65px;
    height: 65px;
    background: url(../images/right_pro.png) center no-repeat;
    top: 50%;
    right: -65px;
}

.case {
    width: 100%;
    overflow: hidden;
}

.case_main {
    float: left;
    width: 19.8%;
    position: relative;
}

.casemain_pic img {
    width: 100%;
}

.casemain_intro {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 45px;
    padding-right: 30px;
}

.casemain_title {
    font-size: 36px;
    color: #fff;
    padding-top: 100px;
}

.casemain_con {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    margin-top: 15px;
}

.casemain_more a {
    display: block;
    width: 102px;
    height: 39px;
    border: 1px solid #fff;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.casemain_more {
    margin-top: 15px;
}

.cases {
    float: right;
    width: 80%;
}

.cas {
    width: 24.7%;
    float: left;
    position: relative;
    margin-right: 0.4%;
    margin-bottom: 5px;
    overflow: hidden;
}

.cas:nth-child(4n) {
    margin-right: 0;
}

.cas_pic img {
    width: 100%;
}

.cas_before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background: rgba(26, 69, 151, 0.8);
    text-align: center;
    padding-left: 20px;
    padding-right: 30px;
    transition: all 0.8s;
}

.cas_before_title {
    font-size: 24px;
    color: #f4f5f9;
    padding-top: 55px;
}

.cas_before_con {
    font-size: 14px;
    color: #f4f5f9;
    line-height: 25px;
}

.cas_before_more {
    margin: 5px 0;
}

.cas:hover .cas_before {
    top: 0;
}

.core {
    width: 100%;
    background: url(../images/image_12.jpg) center no-repeat;
    overflow: hidden;
    height: 479px;
    position: relative;
}

.core1 {
    width: 400px;
    overflow: hidden;
    position: absolute;
    top: 115px;
    left: 15.1%;
}

.core1 .core_pic {
    float: right;
}

.core1 .core_intro {
    width: 336px;
    float: left;
    text-align: right;
}

.core_title {
    font-size: 16px;
    color: #242323;
    font-weight: bold;
}

.core_con {
    font-size: 14px;
    color: #242323;
}

.core2 {
    width: 395px;
    overflow: hidden;
    position: absolute;
    top: 115px;
    right: 15.9%;
}

.core2 .core_pic {
    float: left;
}

.core2 .core_intro {
    width: 330px;
    float: right;
    text-align: left;
}

.core3 {
    width: 455px;
    overflow: hidden;
    position: absolute;
    top: 295px;
    left: 7.3%;
}

.core3 .core_pic {
    float: right;
}

.core3 .core_intro {
    width: 390px;
    float: left;
    text-align: right;
}

.core4 {
    width: 460px;
    overflow: hidden;
    position: absolute;
    top: 295px;
    right: 6.3%;
}

.core4 .core_pic {
    float: left;
}

.core4 .core_intro {
    width: 395px;
    float: right;
    text-align: left;
}

.advantage .maintitle {
    font-size: 36px;
}

.advantage .titles {
    font-size: 18px;
    color: #696969;
}

.maintitle span {
    font-weight: bold;
}

.advantage {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.adv_nav {
    width: 100%;
    margin-top: 40px;
    height: 82px;
    border-top: 1px solid #dfdfdf;
}

.adv_navs {
    max-width: 1380px;
    margin: auto;
}

.adnav {
    height: 81px;
    float: left;
    width: 175px;
    margin: 0 85px;
    cursor: pointer;
    position: relative;
}

.adnav_pic {
    float: left;
    line-height: 81px;
}

.adnav_intro {
    float: left;
    margin-left: 12px;
}

.adnav_cname {
    font-size: 24px;
    color: #181818;
    margin-top: 18px;
}

.advnav_ename {
    text-transform: uppercase;
    font-size: 14px;
    color: #818181;
}

.adnav::before {
    content: "";
    width: 175px;
    height: 4px;
    background: #1a4597;
    position: absolute;
    left: 0;
    top: -3px;
    display: none;
}

.adnav:hover::before,
.adnav.active::before {
    display: block;
}

.advantages {
    width: 100%;
    padding: 0 14.0625%;
}

.swiper-container.advswiper {
    overflow: unset;
}

.adv_pic {
    width: 100%;
    position: relative;
}

.adv_pic img {
    width: 100%;
}

.adv_pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 167, 225, 0.6);
    transition: all 0.6s;
}

.adv_pic.on::before {
    display: none;
}

.adv_top {
    position: absolute;
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    padding: 0 5%;
    display: none;
}

.adv_top_title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    padding-top: 160px;
}

.adv_top_title span {
    font-size: 24px;
    margin-left: 10px;
}

.adv_top_titles {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.adv_top_con {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    margin-top: 10px;
}

.adv_top_more {
    margin-top: 25px;
}

.adv_top_more a {
    display: block;
    width: 102px;
    height: 39px;
    line-height: 37px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff8f8;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 114px;
}

.abouts {
    max-width: 1380px;
    margin: auto;
}

.left_ab {
    float: left;
    width: 39.5%;
}

.left_ab img {
    width: 100%;
}

.right_ab {
    width: 42.4%;
    float: left;
    margin-left: 4.7%;
}

.rabtitle {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a4597;
}

.rabtitle span {
    font-size: 24px;
    color: #464646;
    font-weight: normal;
}

.rab_con {
    font-size: 14px;
    color: #464646;
    line-height: 35px;
}

.rab_more a {
    display: block;
    width: 181px;
    height: 50px;
    border-radius: 30px;
    background: #1a4597;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.rab_more {
    margin-top: 8px;
}

.honor {
    width: 100%;
    overflow: hidden;
    margin-top: 68px;
    background: url(../images/honbg.png) bottom center no-repeat;
    padding-bottom: 120px;
}

.honors {
    max-width: 1380px;
    margin: auto;
}

.honnav {
    text-align: center;
}

.hons {
    display: inline-block;
    width: 124px;
    height: 124px;
    background: url(../images/hbg.png) center no-repeat;
    padding-top: 25px;
    margin: 0 20px;
    cursor: pointer;
}

.hon_pic {
    line-height: 38px;
}

.hon_name {
    font-size: 16px;
    color: #f8f8f8;
    margin-top: 5px;
}

.honswiper img {
    width: 100%;
}

.honbot {
    margin-top: 47px;
}

.honbs {
    display: none;
}

.liucheng {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

.liuchengs {
    max-width: 1380px;
    margin: -47px auto 0;
    padding: 0 4.0625%;
}

.lcline {
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin-top: 120px;
}

.lc {
    float: left;
    text-align: center;
}

.lc_name {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.lc_icon {
    float: left;
    margin: 35px 20px 0;
}

.new {
    width: 100%;
    overflow: hidden;
    background:#f0f0f0;
    margin-top:0px;
    padding-top: 60px;
}

.news {
    max-width: 1380px;
    margin: 60px auto 0;
    padding-bottom:110px;
    position: relative;
}

.left_new {
    width: 53.2%;
    float: left;
    position: relative;
}

.lnew_pic img {
    width: 100%;
}

.lnew_top {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 45px;
}

.lnew_title {
    font-size: 18px;
    color: #fff;
    padding-top: 120px;
}

.lnew_con {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-top: 10px;
}

.lnew_more {
    width: 41px;
    height: 41px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    margin-top: 35px;
}

.lnew_more a {
    display: block;
}

.new_top {
    overflow: hidden;
    background: #fff;
}

.right_new {
    float: left;
    width: 40%;
    margin-left: 3.7%;
}

.rnew_nav {
    overflow: hidden;
    margin-top: 45px;
}

.rnew_navs {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 53px;
    cursor: pointer;
    background: #f0f1f3;
    font-size: 18px;
    color: #1a4597;
}

.rnew_navs:hover,
.rnew_navs.click {
    background: #1a4597;
    color: #fff;
}

.rnew_main {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.rnew_maintitle {
    font-size: 16px;
    color: #464646;
    margin-top: 10px;
}

.rnew_maincon {
    font-size: 14px;
    color: #616161;
    line-height: 2;
}

.rnewlist ul {
    margin-bottom: 0;
}

.rnewlist ul li {
    overflow: hidden;
    padding-left: 20px;
    background: url(../images/newlist.png) left 5px center no-repeat;
    margin-top: 10px;
}

.rnew_title {
    float: left;
    font-size: 14px;
    color: #3f3f3f;
}

.rnew_date {
    font-size: 14px;
    color: #272727;
    float: right;
}

.rnew_bots {
    display: none;
}

.new_bot {
    margin-top: 30px;
    overflow: hidden;
}

.new_bot_fl {
    width: 16.8%;
    height: 164px;
    float: left;
    background: url(../images/qa_03.jpg) center no-repeat;
    padding-left: 40px;
}

.qa_etitle {
    font-family: "Adobe 黑体 Std";
    font-size: 55px;
    color: #1ea9f5;
    text-transform: uppercase;
    padding-top: 20px;
}

.qa_ctitle {
    font-size: 18px;
    color: #fff;
}

.new_bot_fr {
    width: 82.6%;
    float: right;
    margin-top: 45px;
}

.qaswiper .swiper-slide {
    height: 112px;
    padding: 0 3.5%;
    border-right: 1px solid #d3d3d3;
}

.qatitle {
    font-size: 16px;
    color: #464646;
}

.qacon {
    font-size: 14px;
    color: #747474;
    line-height: 2;
}

.news .swiper-button-prev {
    width: 71px;
    height: 35px;
    background: url(../images/left_qa.png) center no-repeat;
    bottom: 75px;
    right: 80px;
    left: auto;
    top: auto;
}

.news .swiper-button-next {
    width: 71px;
    height: 35px;
    background: url(../images/right_qa.png) center no-repeat;
    bottom: 75px;
    right: 0;
    left: auto;
    top: auto;
}

.flink {
    width: 100%;
    overflow: hidden;
    height: 93px;
    background: #313030;
}

.flinks {
    max-width: 1380px;
    margin: auto;
}

.flink_fl {
    float: left;
    line-height: 94px;
}

.flink_fl img {
    margin-top: -5px;
}

.flink_fl span {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.flink_fl a {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}

.flink_fr {
    float: right;
    cursor: pointer;
    line-height: 93px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #252525;
    padding-top: 50px;
}

.foots {
    max-width: 1380px;
    margin: auto;
}

.comname {
    font-size: 31px;
    color: #bdbdbd;
    width: 100%;
}

.comename {
    font-size: 17px;
    color: #bdbdbd;
    font-family: "Arial";
    margin-bottom: 30px;
}

.left_foot {
    width: 100%;
  
}

.cots span {
    font-size: 14px;
    color: #bdbdbd;
}

.cots img {
    width: 17px;
    margin-right: 8px;
}

.cots {
    float: left;
    width: 50%;
    height: 17px;
    line-height: 17px;
    margin-bottom: 20px;
}

.contacts {
    width: 75%;
    float: left;
}

.saoma {
    float: left;
    margin-top: 60px;
}

.saoma img {
    float: left;
}

.sm {
    float: left;
    font-size: 14px;
    color: #5a5a5a;
    margin-left: 30px;
    margin-top: 30px;
}

.lfoot_top {
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #555555;
}

.copy a {
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}

.copy {
    margin-top: 30px;
    padding-bottom: 50px; color: #666;
}

.right_foot {
    width: 37.6%;
    float: right;
    padding-left: 5.5%;
}

.right_foot div input[type=text] {
    width: 49%;
    float: left;
    margin-right: 2%;
    background: none;
    border: none;
    border-bottom: 1px solid #555;
    outline: none;
    height: 60px;
}

.right_foot div input[type=text]:last-child {
    margin-right: 0;
}

.right_foot textarea {
    width: 100%;
    height: 50px;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #555;
    margin-top: 35px;
}

.right_foot div input[type=submit] {
    width: 147px;
    height: 45px;
    background: #1a4597;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    margin-top: 35px;
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header{
	padding-left:15px;
}

.mobile-inner-header h2,.mobile-inner-header h3{
	float:left;
	font-size: 20px;
	font-weight: bold;
}
.mobile-inner-header h3{
	    color: #364d8b;
}


.products{
	    padding: 0 18px;
}




.mobile-inner-header img {
    height: 75%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: #364d8b;
    font-weight: bold;
    border-bottom: solid 1px #364d8b;
}
.mobile-inner-nav a.active {
    color: #364d8b;   font-weight: bold;
    border-bottom: solid 1px #364d8b;
}


a.ona {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
}

.lkhxa{
	margin:0px auto 0px;
	background-color: #f0f0f0;
	padding: 60px 0px;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}
.lkhxa_nr.products{
	padding-bottom: 50px;
	clear: both;
	overflow: hidden;
}
.lkhxa_nr ul li{
	float:left;
	width:315px;
	height: 430px;
	overflow: hidden;
	margin-right: 27px;
	position: relative;
}
.lkhxa_nr ul li:nth-child(4n){
	margin-right:0px;
}
.lkhxa_nr01{
	height: 430px;
}
.lkhxa_nr01 img{
	height: 100%;
}
.lkhxa_nr02{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	top: 0;
}
.lkhxa_nr02a {
    width: 100%;
    padding: 25px;
    position: relative;
    top: 265px;
    left: 0;
}
.lkhxa_nr0201 a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.lkhxa_nr0202 {
    font-size: 16px;
	margin-top: 5px;
    color: #fff;
}
.lkhxa_nr ul li .lkhxa_nr01 img{
	transition: all 0.3s ease;
}
.lkhxa_nr ul li:hover .lkhxa_nr01 img{
	transform: scale(1.15);
}
.lkhxa_nr ul li .lkhxa_nr02a{
transition: all 0.3s ease;
}

.lkhxa_nr ul li:hover .lkhxa_nr02a{
	 padding: 25px 15px 25px 35px;
}

.aboutsy_w{
    background: url(../images/bja.png) center no-repeat;
	min-height: 760px;
}

.aboutsynr.products{
	margin-top:0px;
}

.aboutsynr01{
	position: relative;
	left: 55%;
	width: 600px;
	top:170px;
	    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
}
.aboutsynr01a{
	font-size:30px;
	font-weight: bold;
	color: #fff;
}
.aboutsynr02{
	margin:10px 0;
	width: 50px;
	height: 2px;
	background-color: #fff;
}
.aboutsynr03{
	font-size:15px;
	color: #fff;
	margin-top:25px;
	line-height: 30px;
}
.aboutsynr04{
	clear:both;
	overflow: hidden;
	margin-top: 40px;
	background-color: #fff;
	width: 150px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
}


@media only screen and (max-width: 1700px) {
.lkhxa_nr ul li{
	float:left;
	width:32%;
	margin-right: 2%;

}
	
}

@media only screen and (max-width: 965px) {
.lkhxa_nr02a {
    top: 200px;

}
	
}

@media only screen and (max-width: 768px) {
.e_switchbtn,.products .pro-prev,.products .pro-next{
	display:none;
}
.lkhxa_nr ul li{
	float:none;
	width:100%;
	height: 320px;
	margin-right: 0%;
	margin-bottom: 25px;

}
	.lkhxa_nr01{
	height: 100%;
		width: 100%;
}
	.lkhxa_nr01 img{
	width: 100%;
}
	    .lkhxa_nr02a {
        top: 170px;
    }
	.lkhxa_nr.products{
		padding-bottom: 0px;
	}
	.titles{
		padding: 0 15px;
	}
}




/*******************内页*****************/
/****************************/
.banner {
    position: relative;
    overflow: hidden;
    /* width: 100%; */
}

.banner>img {
    width: 100%;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-animation: minus 5s 0s ease both infinite;
    -moz-animation: minus 5s 0s ease both infinite;
    animation: minus 5s 0s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes minus {
    0% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/****************************/

/****************************/
.aboutny_n{
	clear: both;
	overflow: hidden;
	margin:40px auto 120px;
}

.abouts_nr{
	margin-top:25px;
	font-size: 18px;
	line-height: 42px;
	clear: both;
	overflow: hidden;
}
.c {
    clear: both;
    overflow: hidden;

}

.wza_w{
	    height: 60px;
    line-height: 60px;
	margin: 0 auto;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
}

.main {
    max-width: 1380px;
    margin:0 auto;
}
.wza{
	font-size: 16px;
}
.abouts_bt{
	font-size: 32px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
}
.abouts_bt02{
	margin: 20px auto;
	width: 80px;
	background-color:#364d8b;
	height: 2px;
}

.cfsbsy_nr {
    max-width: 1380px;
    margin: 20px auto 0;
}

.cfsbsy_nr ul li{
	float:left;
	width:23.5%;
	overflow:hidden;
	margin-bottom:30px;
	margin-right:2%;
}
.cfsbsy_nr ul li:nth-child(4n){
	margin-right:0px;
}
.cfsbsy_nr ul li .cfsbsy_nr01{
	border:1px solid #dfdfdf;
	overflow: hidden;
}
.cfsbsy_nr ul li .cfsbsy_nr01 img{
	width:100%;
	transition: all 0.4s ease;
}
.cfsbsy_nr ul li:hover .cfsbsy_nr01 img{
	transform: scale(1.15);
}
.cfsbsy_nr ul li .cfsbsy_nr02{
	margin:15px auto 0;
	text-align:center;
	font-size:18px;
}
.proshow_pic{
	float:left;
	width: 440px;	box-sizing: border-box;	overflow: hidden;
	height: 340px;
	border: 1px solid #dfdfdf;
}
.proshow_pic img{
	width:100%;
	overflow: hidden;
	width: 440px;
	height: 340px;
	box-sizing: border-box;
	transition: all 0.4s ease;
}
.proshow_pic:hover img{
	transform: scale(1.15);
}
.proshow_ar{
	float:right;
	width:calc(100% - 480px);
}
.proshow_ar01 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.proshow_ar02 {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 25px;
}

.proshow_ar03 {
    background-color: #3e4d88;
    width: 214px;
    text-align: center;
    padding: 10px 5px;
    font-size: 22px;

    border-radius: 6px;
}
.proshow_ar03 a{
	    color: #fff;
}
.proshow_ar04{
	margin-top:30px;
}
.proshow_ar04a{
	font-size:16px;
	color: #666;
	margin-bottom: 10px;
}
.proshow_ar04a a{
	font-size:16px;
	color: #666;
}
.proshowbta{
	border:1px solid #dfdfdf;
	height: 60px;
	margin-top: 40px;
	line-height:54px;
}
.proshowbta01{
	border-top: 2px solid #3e4d88;
	width: 160px;
	text-align: center;
	font-size: 18px;
	border-right: 1px solid #dfdfdf;
}
.proshowbtb{
	margin-top: 40px;
	line-height: 30px;
	min-height: 300px;
}
.jjfa01_w {
    margin:80px auto 140px;
}

.jjfa01_l{
	float:left;
	width: 500px;
}
.jjfa01_l img{
	width:100%;
}

.jjfa01_r{
	float:right;
	width: calc(100% - 620px);
}

.jjfa01_r01{
	font-size:36px;
	color:#364d8b;
}
.jjfa01_r02{
	font-size:16px;margin-top: 15px;
	line-height:40px;
	color:#666;
}
.jjfa02_w{
	background-color:#f0f0f0;
	padding: 120px 0;
}
.fr{
	float:right;
}
.fl{
	float:left;
}
.aboutny_naaa{
	    margin: 40px auto 40px;
}

@media only screen and (max-width: 1400px) {
.main,.cfsbsy_nr{
    max-width: 100%;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
}
	
}

@media only screen and (max-width: 1200px) {
	.jjfa01_l,.jjfa01_r{
		float:none;
		width: 100%;
	}
	.fl,.fr{
	float:none;	
	}
	.jjfa01_r01 {
    margin-top: 35px;
}
	.jjfa01_w{
		margin:30px auto 45px;
	}
	.jjfa02_w{
		padding:30px 0 50px;
	}
	.cfsbsy_nr ul li{
		width:49%;
	}
	.cfsbsy_nr ul li:nth-child(2n){
		margin-right: 0px;
	}

}

@media only screen and (max-width: 1000px) {
	.aboutny_n {

    margin: 40px auto 40px;
}
}


.abouts .abouts_bt {
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;

}

.abouts_bt01 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: lighter;
}



.contacta_a03{
	background-color:#f1f1f1;
	margin:50px auto 0px;	padding:40px;
	box-sizing:border-box;
	clear:both;
	overflow: hidden;
	font-weight:bold;
}
.contacta_a03 .cca01{
	float:left;
	width:33.33%;
	padding-left:35px;
	overflow: hidden;
	border-right:1px solid #ccc;box-sizing:border-box;
}
.contacta_a03 li:nth-child(3).cca01{
	border-right:0px solid #ccc;
}
.tel01{
	font-size:14px;
	color:#333;
}
.tel02{
	font-size:18px;
	color:#333;
	margin-top:5px;
	line-height: 22px;
}
.cfsbsy{
	margin:60px auto;
	clear:both;
	overflow: hidden;
}



.pro_content {
    width: 100%;
    background: #f6f8fb;
    padding-bottom: 70px;
	    position: relative;
    z-index: 111;
    top: -40px;
    height: 70px;
    padding: 25px;
    box-sizing: border-box;background: #f6f8fb;
}

.pro_content:nth-of-type(2n) {
   
}

.pro_content:last-of-type {
    padding-bottom: 160px;
}
.w1400 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}

p#abotId{
	text-align:center;background: #f6f8fb;
	font-size:16px;}
p#abotId a{
	padding:0 25px;}
p#abotId a.on{
	color:#364d8b;
	font-weight:bold;}


/******************************************************/
	
.news1 {

	border:1px solid #dfdfdf;
	margin-bottom:30px;
}

.news1 a {
    background-color: #ffffff;
    display: block;
}

.news1 .picture {
    width: 36%;
    height: 368px;
   
    background-size: cover;
    float: left;
}

.news1 .lans {
    width: 62%;
    box-sizing: border-box;
    padding: 50px 30px 0 60px;
    float: left;
}

.news1 .time {
    font-size: 30px;
    color: #222222;
    line-height: 1;
    font-family: arial;
    font-weight: lighter;
}

.news1 .t1 {
    display: inline-block;
    vertical-align: bottom;
}

.news1 .t2 {
    display: inline-block;
    vertical-align: bottom;
    color: #666666;
    font-size: 16px;
    padding-top: 10px;
}

.news1 .title {
    font-size: 26px;
    color: #222222;
    line-height: 1.5;
    font-weight: bold;
    margin: 20px 0 20px;
	text-align:left;
}

.news1 .content {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.news1 .more {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 25px;
}


.news1 .more i {
    display: inline-block;
    vertical-align: middle;

    width: 20px;
    height: 20px;
    margin-left: 10px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.news1 a:hover .more i {
    animation: myfirst1 1s ease-out 0s infinite;
}

@keyframes myfirst1 {
    0% {
        margin-left: 6px;
        opacity: 1;
    }
    100% {
        margin-left: 14px;
        opacity: 0.05;
    }
}

@media screen and (max-width: 1500px) {
    .news1 .picture {
        height: 350px;
    }

    .news1 .lans {
        padding: 4% 4% 0;
    }

    .news1 .title {
        font-size: 22px;
        margin: 30px 0 15px;
    }

    .news1 .more {
        margin-top: 55px;
    }

    .news_list .l1 {
        line-height: 30px;
        font-size: 18px;
        height: 60px;
    }

    .news_list .lans {
        padding: 17px 25px;
    }

    .news_list {
        padding: 10px 0;
    }
	.w1400{
		max-width:100%;
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}
	
}
@media screen and (max-width: 1380px) {
	.abouts{
			max-width:100%;
		width: 100%;	padding: 0 25px;
		box-sizing: border-box;
	}
	p#abotId a {

		line-height: 70px;
}
}
@media screen and (max-width: 1199px) {
    .news_list {
        padding: 0;
    }

    .news_list a, .news_list a:nth-child(4n) {
        width: 32%;
        margin-right: calc(2% - 4px);
        margin-top: 30px;
    }

    .news_list a:nth-child(3n) {
        margin-right: 0;
    }

    .news_list .l1 {
    }

    .news_list .l2 {
        font-size: 13px;
        line-height: 22px;
        height: 66px;
        margin: 10px 0 20px 0;
    }

    .news_list .lans {
        padding: 15px 25px;
    }
}

@media screen and (max-width: 780px) {
    .news1 .picture {
        width: 100%;
        float: none;
        height: 300px;
    }

    .news1 .lans {
        width: 100%;
        float: none;
        padding: 25px 20px 20px;
    }

    .news1 .title {
        font-size: 17px;
        margin: 17px 0 8px;
    }

    .news1 .more {
        margin-top: 20px;
    }

    .news1 .time {
        font-size: 25px;
    }

    .news1 .t2 {
        font-size: 14px;
    }

    .news1 {
        padding-top: 15px;
    }

    .news_list {
        padding: 0;
    }

    .news_list a, .news_list a:nth-child(4n), .news_list a:nth-child(3n) {
        width: 48.5%;
        margin-right: calc(3% - 4px);
        margin-top: 20px;
    }

    .news_list a:nth-child(2n) {
        margin-right: 0;
    }

    .news_list .l1 {
        line-height: 25px;
        font-size: 16px;
        height: 50px;
    }

    .news_list .l2 {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
        margin: 7px 0 15px 0;
    }

    .news_list .l3 {
        font-size: 13px;
        margin-top: 15px;
    }

    .news1 .content, .news1 .more {
        font-size: 12px;
        line-height: 2;
    }

    .news1 .more i {
        height: 24px
    }

    .news_list .lans {
        padding: 12px 20px 20px 20px;
    }
	.aboutny_n{
		margin: 0px auto 20px;
	}

}

@media screen and (max-width: 600px) {
    .news_list a, .news_list a:nth-child(4n), .news_list a:nth-child(3n), .news_list a:nth-child(2n) {
        margin-right: 0;
        width: 100%;
    }

    .news1 .picture {
        height: 210px
    }
	
	.banner{
		height:225px;
	}
	.banner>img{
		width:auto;
		height: 225px;
	}
	
}

/*end news_list*/


/******产品分页*******/
.ny_news_page {
	margin: 60px auto 60px;
	clear: both;
	padding-top: 10px;
	
}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color: #364d8b;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color: #364d8b;
	color: #fff;
}
.ny_news_page a.page-num-current {
	background-color: #364d8b;
	color: #fff;
}
/****************/
@media screen and (max-width:768px) {
	
		.ny_news_page{
		    margin: 20px auto 60px;
	}
}


/****************/
.newshow_bt {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #333;

}
.newshow_time{
	text-align:center;
	margin-bottom:35px;
	font-size:15px;    border-bottom: 1px dashed #dfdfdf;    border-top: 1px dashed #dfdfdf;
	padding:5px 0;}
.ny_right_nr{
	margin-bottom:60px;
	font-size:15px;
	line-height:30px;}
	