@charset "utf-8";
/* CSS Document */
*{
    transition-duration: 0.3s;
}
/*初始化通用设置开始*/
img {
    border: 0;
    display: block
}

a {
    text-decoration: none;
    color: #333;
}

body {
    margin: 0;
    padding: 70px 0px 0px;
    background: #ffffff;
}

div {
    box-sizing: border-box
}

span {
    display: inline-block
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: black
}

.cl {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.clearfix {
    clear: both
}

.juzhong {
    width: 1440px;
    margin: 0 auto;
	position: relative;
}

.fl {
    float: left
}

.fr {
    float: right
}

.qx {
    margin-right: 0px
}

/*初始化通用设置结束*/



/*右下角固定开始*/
.fixedRB{
    position: fixed;
    width: 48px;
    height: 180px;
    right: 32px;
    bottom: 48px;
    z-index: 120;
}
.rad{
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    color: #333;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
    width: 48px;
}

.phone2{
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    color: #333;
    display: none;
    font-size: 14px;
    right: 60px;
    line-height: 30px;
    position: absolute;
    height: 30px;
    width: 180px;
    text-align: center;
}

.rad1:hover .phone2{display: block}

.kefu2{
    text-align: center;
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    color: #333;
    width: 140px;
    height: 200px;
    position: absolute;
    right: 60px;
    padding-top: 12px;
    display: none;
}

.kefu2 img{
    margin: 12px auto;
    width: 110px;
    height: 110px;
}
.rad2:hover .kefu2{display: block}
/*右下角固定结束*/



/*页头开始*/
.yetou{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 80;
    background: #fff;
}
.content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1440px;
    margin: 0 auto;
    height: 70px;
}
.logo{
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.logo img{
    width: 52px;
    height: 52px;
    margin-right: 12px;
}
.content .right{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.content .right span{
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
}

.content .right span:hover{
    color: #ff741f;
}

.btnSQRZ{
    width: 126px;
    height: 40px;
    border-radius: 20px;
    color: white;
    background: #ff741f;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
.btnDL{
    width: 92px;
    height: 40px;
    border-radius: 20px;
    color: #555;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border: 1px solid #555;
    cursor: pointer;
}
.QRCode{
    width: 200px;
    height: 220px;
    padding: 15px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    position: absolute;
    left: -37px;
    top: 40px;
    display: none;
    background: #fff;
}
.QRCode img{
    width: 160px;
    height: 160px;
}
.btnSQRZ:hover .QRCode{
    display: block;
}
.QRCode:hover{
    display: block;
}
/*页头结束*/

/*banner开始*/
.cp_slideBox *{
	 margin: 0px;
    padding: 0px;
    list-style: none;
}
.cp_slideBox {
    width: 100%;
    height: calc(100vh - 200px);
    overflow: hidden;
    position: relative;
    border: 0px solid #ddd;
    background-position: center;
}

/* 下面是色块切换*/
.cp_slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 5px;
    z-index: 1;
}

.cp_slideBox .hd ul {
    overflow: hidden;
    zoom:1; float: left;
    text-align: center;
}

.cp_slideBox .hd ul li {
    display: inline-block;
    float: left;
    margin-right: 6px;
    width: 50px;
    height: 4px;
    line-height: 14px;
    text-align: center;
    background: rgba(255,255,255,0.6);
    cursor: pointer;
}

.cp_slideBox .hd ul li.on {
    background: rgba(0,0,0,0.6);
    color: #fff;
}

/* 下面是图片切换*/
.cp_slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.cp_slideBox .bd li {
    zoom:1; vertical-align: middle;
   
}

.cp_slideBox .bd li div {
    width: 100%;
    height: calc(100vh - 200px);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    background-size: cover;
}

.cp_slideBox .bd li div a {
    display: block;
    width: 100%;
    height: 100%;
}

.cp_slideBox .bd img {
    width: 450px;
    height: 230px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.cp_slideBox .prev, .cp_slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.cp_slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.cp_slideBox .prev:hover, .cp_slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.cp_slideBox .prevStop {
    display: none;
}

.cp_slideBox .nextStop {
    display: none;
}


/*banner结束*/


/*新闻资讯开始*/
.news{width: 1200px;
      margin: 0 auto;}

.bt3{color:#333333;
     font-size: 36px;
     font-weight: 600;
     text-align: center;
     background-image: url(../images/58.png);
     background-repeat: no-repeat;
     background-position: bottom;
     line-height: 66px;
     padding-top: 20px;}


.bt5{margin: 0 auto;
     width: 150px;}

.news1{width: 370px;
       height: 400px;
       overflow: hidden;
       border-radius: 8px;
       margin: 40px 15px 0px ;
       float: left;}

.news1 img{width:370px;
           height: 220px;}

.news2{width: 370px;
       height: 180px;
       border-radius: 0px 0px 8px 8px;
       border: 1px solid #e5e5e5;
       border-top:none;
       padding: 0px 16px;}

.bq{font-size: 14px;
    color: #4c4c4c;
    line-height: 36px;}

.btw{font-size: 18px;}

.wen{color: #666666;
     font-size: 14px;
     line-height: 22px;
     text-align: justify;
     margin-top: 12px;}
/*新闻资讯结束*/


/*页脚开始*/
.footer{width: 100%;
        background-color: #353535;
        padding-top: 60px;
        margin-top: 40px}

.footerLogo{
    margin-right: 36px;
    float: left;
    width: 260px;
}

.footer1{color: #fff;
         font-size: 16px;
         line-height: 32px;
         float: left;}

.da{font-size: 18px;
    color: white;
    margin-bottom: 12px;}

.footer2{
    float:right;
    text-align: center;
    margin-left: 48px;
    color: white;
    font-size: 14px;
}

.footer2 img {
    width: 150px;
    height: 150px;
    margin-bottom: 12px;
}

.da1{font-size: 18px;
    color: white;
    margin-bottom: 6px;
    display: block;}

.footer3 a{color:#b2b2b1;
           display: block;
           line-height: 28px;
           font-size: 14px;}

.beian{color: #b3b3b3;
       font-size: 14px;
       text-align: center;
       line-height: 44px;
}
/*页脚结束*/














































