/*全局样式*/
@charset "utf-8";

html {
    overflow-x: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}
body {
    font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
    color: #000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    min-width: 320px;
}
input:required,
textarea:required {
    outline: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none !important;
}
a {
    text-decoration: none !important;
    cursor: pointer !important;
    color: #000;
}
a:focus {
    outline: none;
}
ul {
    margin: 0;
}
li {
    list-style: none;
}
.container-fluid {
    max-width: 1230px !important;
}
.tr {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.tr2 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header{
    background:url(../images/bg1.jpg) center center/cover;
}
header .title{
    text-align:center;
    margin:50px 0 40px;
    position:relative;
}
header .title h5{
    font-size:60px;
    font-weight: bold;
    font-family:"楷体";
    color:#ff0000;
}
header .title p{
    font-size:45px;
    font-weight: bold;
    font-family:"楷体";
    color:#ff0000;
    margin-top:25px;
}
header .title .phone{
    font-size:22px;
    font-weight:bold;
    color:#3385ff;
    position:absolute;
    bottom:10px;
    right:0;
}
header .title .phone span{
    font-weight:normal;
    font-size:25px;
}

/*PC端导航*/
nav{
    background-color: rgba(51, 133, 255, 0.53);
    margin-bottom:15px;
}
nav ul li {
    float: left;
    width:10%;
    text-align: center;
    position: relative;
    line-height:40px;
    position: relative;
}
nav ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #fff !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
}
nav ul li a span{
    font-size:14px;
    margin-right:2px;
}
nav ul li a:hover,
nav ul li a.active {
   background:#3385ff;
}
/*二级导航*/
nav ul li ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 100%;
}
nav ul li ul li {
    float: none;
    width: 100%;
    line-height: 35px;
    background:#fff;
}
nav ul li ul li a {
    font-size: 14px;
    padding:0 5px;
}
nav ul li:hover ul {
    display: block;
}

.main1{
    margin-top:20px;
}
.main1 .row{
    padding:0 5px;
}
.main1 .row .col-xs-12{
    padding:0 10px;
}
.main1-1{
    height:579px;
    background:#eee;
    padding:20px 10px;
    color:#666;
}
.main1-1 h5{
    font-size:20px;
    text-align:center;
}
.main1-1 .text{
    line-height:25px;
    margin:30px 0;
    max-height:425px;
    overflow:auto;
}
.main1-1 p{
    text-align:right;
}

.main1-2 .form-box .con{
    position:relative;
    padding-left:130px;
}
.main1-2 .form-box p{
    width:120px;
    line-height:40px;
    background:#3385ff;
    color:#fff;
    text-align:center;
    font-size:16px;
    position:absolute;
    top:0;
    left:0;
}
.main1-2 .form-box form{
    width:100%;
    height:40px;
}
.main1-2 .form-box form input{
    width:calc(100% - 100px);
    height:40px;
    border:1px solid #3385ff;
    padding:0 10px;
    border-radius:0;
}
.main1-2 .form-box form button{
    width:100px;
    height:40px;
    color:#fff;
    background:#3385ff;
    border:none;
    transition:all .3s;
    border-radius:0;
}
.main1-2 .form-box form button:hover{
    background:#134da3;
}
.main1-2 .form-box .text{
   color:#3385ff;
   padding:10px 0 0 130px; 
}

.main1-3{
    margin-top:20px;
}
.news1{
    border:1px solid #ccc;
    padding:0 10px;
    margin-bottom:20px;
}
.news1 .title{
    position: relative;
    border-bottom:1px solid #e3e3e3;
}
.news1 .title h5{
    line-height:40px;
    font-weight:bold;
    color:#666;
}
.news1 .title a{
    position:absolute;
    top:0;
    right:0;
    line-height:40px;
    font-size:12px;
    color:#666;
    transition:all .3s;
}
.news1 .title a:hover{
    color:#ff0000;
}
.news1 ul{
    height:107px;
    overflow:hidden;
}
.news1 ul li a{
    display:block;
    line-height:35px;
    border-bottom:1px dashed #e3e3e3;
    color:#3385ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all .3s;
}
.news1 ul li a:hover{
    color:#ff0000;
}
.news1 ul li:last-child a{
    border:none;
}

#wrap{
    overflow: hidden;
}
#wrap ul li{
    width:180px;
    padding:0 2px;
}
#wrap ul li a{
    display:block;
    overflow: hidden;
}
#wrap ul li a .img{
    height:150px;
    transition:all .3s;
}
#wrap ul li a:hover .img{
    transform:scale(1.1);
}


/* footer */
footer{
    background:#3385ff;
    color:#fff;
    padding:30px 0;
}
footer a{
    color:#fff !important;
    transition:all .3s;
}
footer a:hover{
    color:#000 !important;
}
footer .con1 .bt{
    font-size:16px;
    margin-bottom:15px;
}
footer .con1 dl dd{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float:left;
    width:50%;
    line-height:30px;
}
footer .con1 dl dd a span{
    font-size:12px;
    margin-right:2px;
}
footer .con1 .text{
    line-height:30px;
}
footer form input,
footer form textarea,
footer form button{
    width:100%;
    height:35px;
    border:1px solid #fff;
    background:none;
    padding:0 10px;
    border-radius:0;
    margin-bottom:10px;
    color:#fff;
}
footer form textarea{
    height:80px;
    padding:10px;
    resize:none;
}
footer form button{
    padding:0;
    font-size:16px;
    transition:all .3s;
}
footer form button:hover{
    background:#fff;
    color:#000;
}
footer .bottom{
    text-align:center;
    line-height:22px;
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid rgba(255, 255, 255, .5);
}

.title1{
    margin:30px 0;
    text-align:center;
    color:#666;
}
.title1 h5{
    font-size:24px;
}
.title1 p{
    font-size:16px;
    margin-top:10px;
}

.news2{
    display:block;
    color:#666 !important;
    padding-bottom:20px;
    border-bottom:1px dashed #ddd;
    margin-bottom:20px;
}
.news2 .rq{
    width:80px;
    height:80px;
    text-align:center;
    border:1px solid #ddd;
    background:#f2f2f2;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .3s;
}
.news2 .rq h5{
    margin-top:4px;
}
.news2 .text-box{
    margin-left:100px;
}
.news2 .text-box h5{
    line-height:25px;
    font-size:16px;
}
.news2 .text-box .text{
    line-height:22px;
    height:44px;
    overflow: hidden;
    margin-top:4px;
}
.news2:hover{
    color:#3385ff !important;
}
.news2:hover .rq{
    border-color:#3385ff;
}

/*内页*/
.neiye {
    padding-bottom:50px;
}
.cp-ny{
    padding:0 5px;
}
.cp-ny .col-xs-6{
    padding:0;
}
.neiye .video{
    margin-bottom:20px;
}
.neiye .video video{
    width:100%;
    margin:0 auto;
    display:block;
}


/*详情页*/
.xqy {
    line-height: 25px;
    min-height: 100px;
}
.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}
.xqy .title h5 {
    font-size: 25px;
    font-weight: bold;
}
.xqy .title p {
    color: #999;
    text-align: center;
    line-height: 25px;
    border-bottom: 1px dashed #999;
    padding:20px 0;
}
.xqy .title p span{
    margin-left:10px;
}
.xqy .con {
    line-height: 25px;
}
.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

/* 产品详情页 */
.cp-info{
    margin-top:50px;
}
.cp-info .xqy{
    margin-top:30px;
}
.cp-info .con1 h5{
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
}
.cp-info .con1 .text{
    font-size:16px;
    line-height:30px;
    max-height:270px;
    overflow: auto;
}
.photo_album .gallery-top{
    border:1px solid #ccc;
}
.photo_album .gallery-top .swiper-slide a {
    display:block;
}
.photo_album .thumbnail {
    margin-top: 10px;
    position: relative;
    border: none;
    padding: 0 30px;
}
.photo_album .gallery-thumbs .swiper-slide {
    opacity: 0.6;
    cursor: pointer;
    border:1px solid #ccc;
}
.photo_album .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.photo_album .swiper-button-prev,
.photo_album .swiper-button-next {
    background: none;
    color: #fff;
    font-size: 20px;
    opacity: 1;
    width: 25px;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    margin: 0;
    display: flex;
    align-items: center;
    background: #4d4d4d;
    justify-content:center;
}
.photo_album .swiper-button-next {
    left: auto;
    right: 0;
}

.main1 .weixin{
    text-align:center;
    margin-bottom:30px;
}
.main1 .weixin img{
    width:140px;
    height:140px;
    border:5px solid #ccc;
}
.main1 .weixin p{
    font-size:14px;
    margin-top:10px;
}

.main1 .con2 .title{
    text-align:center;
    overflow: hidden;
    margin-bottom:20px;
}
.main1 .con2 .title span{
    display:inline-block;
    font-size:16px;
    color:#999;
    position: relative;
    font-weight:normal;
}
.main1 .con2 .title span::before,
.main1 .con2 .title span::after{
    content:"";
    width:100%;
    height:1px;
    background-color:#999;
    position:absolute;
    top:50%;
    right:100%;
    margin-right:10px;
}
.main1 .con2 .title span::after{
    right:auto;
    left:100%;
    margin:0 0 0 10px;
}
.main1 .con2 a{
    display:block;
    overflow: hidden;
    position:relative;
    margin-bottom:10px;
    border:1px solid #ccc;
}
.main1 .con2 a h5{
    background-color:rgba(0, 0, 0, .5);
    text-align:center;
    font-size:14px;
    width:100%;
    line-height:35px;
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    font-weight:normal;
}
.main1 .con2 a:hover .img{
    transform:scale(1.1);
}
.nav3{
    margin-top:20px;
}
.nav3 li{
    margin-bottom:5px;
}
.nav3 li a{
    color:#000;
    line-height:25px;
    transition:all .3s;
}
.nav3 li a:hover{
    color:#f29418;
}


/*微信弹窗*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}
.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}
.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}
.weixin_popup i:hover {
    color: red;
}
.weixin_popup img {
    width: 150px;
    height: 150px;
}
.weixin_popup p {
    line-height: 30px;
}

/*右侧悬浮*/
.suspend_nav {
    background: #3385ff;
    width: 52px;
    position: fixed;
    bottom:50px;
    right: 10px;
    text-align: center;
    z-index: 5000;
    border: 1px solid rgba(255, 255, 255, 0.7);
}
.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.suspend_nav .list:last-child {
    border: none;
}
.suspend_nav .list:before{
    content: "";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #05243f;
    position: absolute;
    transform: rotate(0);
    transition: all .3s;
}
.suspend_nav .list i {
    display: block;
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.suspend_nav .list p {
    position: relative;
    z-index: 2;
}
.suspend_nav .top {
    padding: 0;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.suspend_nav .top:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}
.suspend_nav .top.active {
    height: 50px;
    opacity: 1;
}
.suspend_nav .top i {
    font-size: 25px;
}
.suspend_nav .on-off {
    padding: 0;
    line-height: 50px;
}
.suspend_nav .on-off.active i {
    transform: rotate(135deg);
}
.suspend_nav .list:hover {
    color: #fff;
}
.suspend_nav .list:hover:before {
    top: 0;
    transform: rotate(90deg);
}
.suspend_nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.suspend_nav ul li .list {
    border: none;
}
.suspend_nav ul li .weixin {
    position: absolute;
    right: 65px;
    bottom: 0;
    border: 1px solid #3385ff;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .3s;
    padding-bottom: 10px;
    background: #fff;
    padding: 5px;
}
.suspend_nav ul li .weixin:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #3385ff;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}
.suspend_nav ul li .weixin img {
    width: 150px;
    height: 150px;
}
.suspend_nav ul li:hover .weixin {
    transform: scale(1);
}
.suspend_nav ul li:hover .weixin:before {
    bottom: 18px;
}
.suspend_nav ul li .popup {
    position: absolute;
    min-width: 200px;
    min-height: 200%;
    top: 0;
    right: 100%;
    border: 1px solid #3385ff;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3385ff;
    color: #fff;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    padding: 0 15px;
}
.suspend_nav ul li .popup:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0 solid #3385ff;
    position: absolute;
    top: 0;
    left: 100%;
    transition: top .5s;
}
.suspend_nav ul li .popup p {
    font-size: 16px;
}
.suspend_nav ul li .popup h5 {
    font-size: 20px;
    margin-top: 5px;
}
.suspend_nav ul li .popup a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
.suspend_nav ul li:hover .popup {
    visibility: visible;
    right: 65px;
    opacity: 1;
}
.suspend_nav ul li:hover .popup:before {
    top: 18px;
    border-left-width: 10px;
}

/*移动端底部热点*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #3385ff;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.bottom_link ul li:last-child {
    border: none;
}
.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}
.bottom_link ul li a i {
    display: block;
    height: 20px;
}
.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}

/*媒体查询开始*/
@media(max-width:1199px){
    header .title .phone{
        position:initial;
        margin-top:20px;
    }
}
@media (max-width:991px) {
    header .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 0;
        top: 88px;
        z-index: 2000;
    }
    header .sjdnav ul {
        padding: 0;
        margin: 0;
    }
    header .sjdnav li {
        display: block;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        background: #3385ff;
    }
    header .sjdnav li:last-child {
        border: none;
    }
    header .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 40px;
        font-size: 16px;
    }
    header .ydd_btn {
        width: 40px;
        cursor: pointer;
        position: absolute;
        z-index: 2000;
        top: 27px;
        right: 15px;
    }
    header .ydd_btn span {
        display: block;
        width: 100%;
        height: 8px;
        background: #3385ff;
    }
    header .ydd_btn span.span02 {
        margin: 5px 0;
    }
    header .ydd_btn.click span {
        background: #3385ff;
    }
    header .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        margin: 0.5px 0;
    }
    header .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -8px;
        margin-top: 0px;
    }
    header .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .neiye{
        padding-bottom:30px;
    }
    .cp-info .con1 .text{
        max-height:initial;
    }
    header .title h5{
        font-size:40px;
    }
    header .title p{
        font-size:30px;
    }
    .main1{
        margin-bottom:20px;
    }
    .main1-1{
        height:auto;
    }
    .main1-2 .form-box{
        margin-top:20px;
    }
    footer .con1{
        text-align:center;
    }
    footer .con1-2{
        margin:20px 0;
    }
    footer .con1 dl dd{
        width:25%;
        text-align:left;
    }
    nav ul li{
        width:20%;
    }
}

@media (max-width:767px) {
    body {
        padding-bottom: 50px;
    }
    header .sjdnav {
        top: 80px;
    }
    header .ydd_btn {
        width: 35px;
        top: 30px;
    }
    header .ydd_btn span {
        height: 4px;
    }
    header .ydd_btn span.span02 {
        margin: 3px 0;
    }
    header .ydd_btn.click span.span02 {
        margin: 4px 0;
    }
    .banner .swiper-pagination{
        bottom:5px;
    }
    .banner .swiper-pagination-bullet{
        margin:0 3px;
    }
    .cp-info .con1 h5{
        font-size:16px;
        margin-bottom:10px;
    }
    .cp-info .con1 .text{
        font-size:14px;
        line-height:25px;
    }
    .nav3 li{
        margin-bottom:5px;
    }
    .nav3 li a{
        font-size:14px;
    }
    .xqy .title h5{
        font-size:18px;
        line-height:25px;
    }
    .xqy .title p{
        text-align:left;
    }
    .xqy .title p span{
        display:block;
        margin:0;
    }
    .cp-ny{
        padding:0 10px;
    }
    header .title{
        margin:30px 0;
    }
    header .title h5{
        font-size:30px;
    }
    header .title p{
        font-size:20px;
    }
    footer .con1 .text{
        line-height:25px;
    }
    .title1 h5{
        font-size:20px;
    }
    .title1 p{
        font-size:14px;
        margin-top:5px;
    }
    .news2{
        padding-bottom:15px;
        margin-bottom:15px;
    }
}

@media (max-width:479px) {
    header .ydd_btn {
        width: 25px;
        top: 21px;
    }
    header .sjdnav {
        top: 60px;
    }
    .main1-2 .form-box .con{
        padding:0;
    }
    .main1-2 .form-box p{
        position:initial;
    }
    .main1-2 .form-box .text{
        padding-left:0;
    }
    footer .con1 dl dd{
        width:33.33%;
    }
    nav ul li{
        width:33.33%;
    }
}