﻿/*  公共样式   */
@font-face
{

}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei",myfont,"PingFang SC","Lantinghei SC",arial,sans-serif,tahoma;
}
input{outline: none;border: none;}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,q:after {
    content:"";
}
abbr,acronym {
    border: 0;
}
p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
span{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
}
a{
    color: #666666;
    font-size: 14px;
     text-decoration: none;
 }
a:hover{
    text-decoration: none;
    color: #00a0e9;
}
img{
    border:none;
    vertical-align: middle;
}
html,body{
    font-size: 14px;
    color: #666;
    min-width: 1200px;
}

.c{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.justify_fix{
    display:inline-block;
    width:100%;
    height:0;
    overflow:hidden;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
/*  头部样式   */
.hd{height: 80px;position: relative;z-index: 100;width: 100%;background: #19151d;}
.hd .top_mid{width: 142px;float: right;height: 50px;margin-top: 15px;}
.hd .top_mid p{text-align: right;font-size: 18px;color: #00a0e9;}
.hd .nav{position: relative;}
.hd .nav > ul{margin-left: 100px;}
.hd .nav ul > li{float: left;margin-left: 60px;line-height: 70px;position: relative;}
.hd .nav ul > li:hover{background: url("/lib/images/d1.png") no-repeat center 55px;}
.hd .nav > ul > li > a{font-size: 15px;color: #dcdcdc;line-height: 90px;}
.hd .nav ul > li ol{position: absolute;z-index: 20;width: 112px;padding:10px 0;min-height: 70px;background: rgba(0,0,0,0.5);top:80px;display: none;left:-25px;}
.hd .nav ul > li ol li{width: 110px;height: 35px;line-height: 35px;text-align: center;}
.hd .nav ul > li ol li a{color: #d0cfcf;}
.hd .nav ul > li ol li a:hover{color: #00a0e9;}
.hd .nav ul > li ol img{position: absolute;width: 221px;height: 142px;top:30px;right:45px;}
.hd .nav ul > li.active > a,.hd .nav ul > li > a:hover{color: #00a0e9;}

/*表单开关样式*/
.ui-switch {
    position: absolute;
    top:30px;
    right:95px;
}
.ui-switch input {
    width: 95px;
    height: 28px;
    position: absolute;
    top: 0;left: 0;
    z-index: 2;
    border: 0;
    background: #5b5b5b;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 14px;
}
.ui-switch input:before {
    content: '';
    background-color: #00a0e9;
    border-radius: .2rem;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: #00a0e9 0 0 0 0 inset;
    box-shadow: #00a0e9 0 0 0 0 inset;
    -webkit-transition: border .4s,-webkit-box-shadow .4s;
    transition: border .4s,box-shadow .4s;
    -webkit-background-clip: content-box;
    background-clip: content-box
}

.ui-switch input:checked:before {
    border-color: #64bd63;
    -webkit-box-shadow: #64bd63 0 0 0 5rem inset;
    box-shadow: #64bd63 0 0 0 5rem inset;
    background-color: #64bd63;
    transition: border .4s,box-shadow .4s,background-color 1.2s;
    -webkit-transition: border .4s,-webkit-box-shadow .4s,background-color 1.2s;
    background-color: #64bd63;
}
.ui-switch input:checked:after {
    left: .4rem
}
.ui-switch input:after {
    content: '';
    width:28px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-left: -5px;
    left: 72px;
    -webkit-transform:translateY(-50%);
    border-radius: 100%;
    background-color: #00a0e9;
    -webkit-box-shadow: 0 0.01rem 0.03rem rgba(0,0,0,.4);
    box-shadow: 0 0.01rem 0.03rem rgba(0,0,0,.4);
    -webkit-transition: left .2s;
    transition: left .2s;
}
.nav .left p{position: absolute;top:30px;right:16px;z-index: 10;font-size: 13px;color: #c9c9c9;}
.banner{position: absolute;top:80px;width: 100%;height: 760px;overflow: hidden;}
.banner .swiper-pagination-bullet{width: 28px;border-radius: 4px;}
.banner .swiper-pagination-bullet-active{background: #00a0e9;}
.banner .swiper-container-horizontal > .swiper-pagination-bullets{bottom: 20px;}

.con_1_a{margin-bottom: 40px;}
.con_1_a h4{text-align: center;font-size: 36px;color: #353535;font-weight: bold;padding-top: 45px;}
.con_1_a h6{text-align: center;}
.con_1_a h6 span{font-size: 16px;font-weight: normal;}
.con_1_a p{text-align: center;line-height: 70px;}
.con_1_a p span{border: 1px solid #c9c9c9;padding:5px 22px;border-radius: 17px;margin:0 10px;cursor: pointer;color: #666;font-size: 16px;}
.con_1_a p span.active{background: #00a0e9;border: none;color: #fff;}
.con_a_q ul{display: none;}
.con_a_q ul li{width: 382px;height: 453px;overflow: hidden;position: relative; margin-right: 27px;float: left;}
.con_a_q ul li p{line-height:60px;text-align:center;}
.con_a_q ul li:nth-child(3n){margin-right: 0;}
.con_a_q ul li > img{width: 382px;height: 382px;}
.con_a_q ul li > a > p{text-align: center;font-size: 16px;line-height: 70px;color: #888888;}
.con_a_q ul li div{background: rgba(0,0,0,0.5);position: absolute;top:0;width: 382px;height: 262px;padding-top: 120px;display: none;}
.con_a_q ul li div p{text-align: center;color: #fff;font-size: 16px;}
.con_a_q ul li div h5{text-align: center;color: #fff;line-height: 50px;font-size: 18px;}
.con_a_q ul li div p a img{padding-top: 20px;}
.con_a_q ul li:hover div{display: block;}

.m416{width: 100%;height: 330px;background: url("/lib/images/1_23.jpg") no-repeat center;text-align: center;}
.m416 h3{font-size: 38px;line-height: 90px;color: #fff;padding-top: 50px;}
.m416 p{font-size: 16px;line-height: 30px;color: #fff;}
.m416 a{display: block;width: 120px;height: 30px;margin:34px auto;}


.con_3{width: 100%;height: 570px;}
.con_3 .con_2_1{margin-top: 45px;}
.con_3 .con_2_1 > div{width: 380px;height: 285px;background: #fff;float: left;margin-right: 10px;text-align: center;overflow: hidden;}
.con_3 .con_2_1 > div img{width: 100%;height: 100%;}
.con_3 .con_2_1 > div:nth-child(3n){margin-right: 0;}
.con3_2{width: 520px;height: 406px;}

.con3_1{margin-top: 60px;}
.con3_2 h5{font-size: 31px;color: #333;line-height: 50px;margin-bottom: 30px;}
.con3_2 p{margin-top: 100px;font-size: 16px;color: #888888;}
.con3_2 a{display: block;width: 150px;height: 45px;line-height: 45px;background: #e40303;text-align: center;color: #fff;margin-top: 40px;}
.con3_1 .swiper-button-prev{background: url("/lib/images/n1.png") no-repeat center;left:0;bottom:0;top:95%;}
.con3_1 .swiper-button-next{background: url("/lib/images/n2.png") no-repeat center;left:40px;bottom:0;top:95%;}

.con_3_s{width: 100%;height: 828px;background: url("/lib/images/2_02.jpg") no-repeat center;overflow: hidden;}
.con_3_s .c{background: #fff;width: 1160px;height: 570px;margin-top: 90px;padding:50px 36px;}
.con_3_s > .c > h2{font-size: 31px;color: #333333;}
.con_3_s > .c > h6{font-size: 20px;color: #333333;}
.con_3_s > .c > a{font-size: 14px;color: #fff;float: right;padding:7px 28px;background: #0ca6ea;border-radius: 16px;}
.con_3_s > .c > h4{font-size: 16px;color: #333333;line-height: 75px;}
.con_3_s > .c > p{font-size: 16px;color: #888888;height: 120px;overflow: hidden;}

.cone_1{padding-top: 50px;}
.cone_1 .cone_2{width: 370px;height: 500px;margin-right: 45px;}
.cone_1 .cone_2:nth-child(3){margin-right: 0;}
.cone_1 .cone_2 img{width: 370px;height: 282px;}
.cone_1 .cone_2 >p > a{display: block;width: 100px;height: 34px;text-align: center;font-size: 12px;color: #888888;
    line-height: 34px;border:1px solid #eee;border-radius: 16px;}
.cone_1 .cone_2 >a > h5{color: #666666;font-size: 16px;line-height: 80px;border-bottom: 1px solid #eee;}
.cone_1 .cone_2 p{color: #878787;margin-top: 20px;font-size: 14px;height: 60px;overflow: hidden;}
.cone_1 .cone_2:hover > p > a{background: #0ca6ea;color: #fff;border:none;}

    /*   底部样式   */
.footer p{color: #636363;}
.footer_1 p{line-height: 35px;color: #5b5b5b;}
.footer .c{padding-top: 52px;height: 270px;}
.foot_p_a em{color: #fefefe;padding:5px 20px;background: #e40303;border-radius: 15px;font-size: 14px;}
.foot_p_a span{font-size: 26px;color: #fff;position: relative;top:5px;left:20px;}
.foot_p_a{margin-bottom: 25px;}
.footer_1 p span{padding:0 20px;}
.footer{width: 100%;height: 414px;background: #202021;position: relative;}
.footer .foot{width: 100%;height: 80px;position: absolute;bottom: 0;background: #202021;}
.footer .foot p{text-align: center;line-height: 80px;font-size: 14px;color: #8e8e8e;}
.footer .foot p a{font-size: 14px;color: #8e8e8e;}
.foot_1{width: 467px;height: 285px;}
.foot_a_2{width: 140px;text-align: center;}
.foot_a_2 p a{margin-left: 16px;}
.foot_a_1 p{margin-bottom: 15px;font-size: 14px;color: #585859;}
.foot_a_1 a{padding:8px 35px;border: 1px solid #636363;border-radius:16px;font-size: 12px;}
.foot_2{width: 678px;height: 170px;border-right: 1px solid #4a4a4a;}
.foot_2 ul{float: left;min-width: 80px;margin-right: 50px;}
.foot_2 ul p{font-size: 16px;color: #888888;margin-bottom: 15px;}
.foot_2 ul li a{font-size: 14px;line-height: 36px; color: #737373;}
.footer  p,.footer  p a{font-size: 14px;color: #585859;}
.footer .cs{width: 100%;height: 76px;border-top: 1px solid #585858;}
.footer .cs p{text-align: center;line-height: 70px;width: 100%;}
.footer .cs p a,.footer .cs > p{font-size: 13px;color: #6b6b6b;}


.page p{text-align: center;line-height: 100px;}
.page p span, .page p a {
    padding: 8px 10px;
    margin-left: 15px;
}
.page .current{color: #00a0e9;padding: 8px 10px;}
.page p a:hover{color: #00a0e9;padding: 8px 10px;}




