*{padding: 0;margin: 0;}
li{list-style: none;}
a{text-decoration: none;}
.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
.fl{float: left;}
.fr{float: right;}
html,body{

    width:100%;

    height:100%

}
/* 头部 */

.top-img{
    width: 11%;
}
.top-img img{
    height: 80px;
}
.top-ul {
    width: 65%;
}
.top-ul li{
    float: left;
    text-align: center;
    width:18%;
        display: inline-block;
    padding: 10px 15px;
}
.top-ul li a{
    font-size: 20px;
    color: #000;
}
.top-ul .top-active a{
    color: #fff;
}
.sign-button{
    width: 13%;
}
.sign-a{
    width: 100%;
    height: 100%;
    background-color: #307cf1;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.sign-a span{
    margin-left: 5%;
}
.sign-a img{
    width: 20px;
}
/* 导航 */
.nav-div{
    text-align: center;
    position: relative;
}
.nav-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nav-p1{
    font-size: 25px;
    padding: 10px 0;
    color: #fff;
}
.nav-p2{
    font-size: 20px;
    padding: 10px 0;
    color: #fff;
}
.nav-button{
    display: block;
    background-color: #307cf1;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
}
/* 内容1 */

.count-frist-ul .frist-li{
    width: 20%;
    float: left;
}
.count-frist-ul{*padding-top: 20px;display:flex;justify-content:center}
.count-frist-ul li a{
    text-align: center;
}
.count-div-inp{
    position:absolute;
    top:40%;
    left:-300px;
    width:300px
}
.count-input{
    position:relative
}
.count-input .count-frist-input{
    height:45px;
    outline:none;
    float:left;
    width:70%;
    text-indent:10px;
    border-left:1px solid;
    border-top:1px solid;
    border-bottom:1px solid;
    font-size:18px
}
.count-frist-button{
     background:#307cf1;
    top:0;
    right:0;
    width:30%;
    height:45px;
    color:#fff;
    float:right;
    outline:none;
    font-size:18px
}
.frist-click{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.frist-p1{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 30px 0;
}
.frist-p2{
    font-size: 16px;
    color: #c5c5c5;
    text-align: center;
}
.count-frist-ul .frist-img{
    width: 3%;
    margin-top: 11%;
    transform: translateY(-50%);
}
.frist-img span{
    color: #307cf1;
    font-size: 25px;
 }
/* 内容2 */

.secount-div{
    /*padding: 20px 0;*/
    color: #fff;
    display: flex;
    align-items: center;
}
.secound-div-img{
    height:160px;
    background:#307cf1;
        display: flex;
    justify-content: center;
    align-items: center;
    padding:0 20px
}
.secound-div-img img{
    width:100px;
    height:100px
}
.secount-l{
    width: 65%;
    margin-left:2%;
    padding:20px 0
}
.secount-l h3{
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 15px;
}
.secount-l p{
    padding: 5px 0;
    font-size: 16px;
}
.secount-div-r{
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#307cf1;
     width:20% 
}
.secount-r a {
    display: block;
    text-align: center;
    font-size: 20px;
    background: #fff;
    color:#ff460b;
    color: #f54236;
    padding: 10px 20px;
    border-radius: 20px;
    width: 100%;
}
/* 内容3 */
.third-ul .third-li ,.third-ul third-litem{
    float: left;
    width: 30%;
    position: relative;
    border: 1px solid #dcd5d5;
    padding-bottom: 20px;
    /*box-shadow: 10px 10px 5px #888888;*/
    transition:all .3s linear;
    box-shadow: 0px 5px 10px 6px #e0dddd;
}
.third-litem{
     float: left;
    width: 30%;
    position: relative;
    padding-bottom: 20px;
    /*box-shadow: 10px 10px 5px #888888;*/
    transition:all .3s linear;
}
.third-ul .third-li:hover{
    transform:translateY(-10px)
}
.litem-div{
    margin-top:50%;
}
.litem-img{
    width:70%;
    margin:0 auto
}
.litem-text{
    padding-top:20px
}
.liten-p{
    font-size:20px;
    color:#ff460b;
    text-align:center;
    padding-top:10px;
    font-weight:bold
}
.third-img{
    position: absolute;
    width: 90%;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width:50%;
}
.third-ul{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.third-ul li img{
    width: 100%;
    border-radius:50%;
    width:150px;
    height:150px;
}
.third-div{
    margin-top: 320px;
    padding:0 5%;
    margin-top:220px
}
.third-div h3{
    text-align: center;
    color: #307cf1;
    color:#f54236;
    font-weight:bold;
    margin: 10px 0;
    font-size: 25px;
}
.third-div-p1{
    color: #aaa;
    width: 90%;
    margin:0 auto;
    font-size: 14px;
    height: 80px;
}
.third-text{margin-top: 50px;height: 180px;}
.third-text h4{
    font-size: 20px;
    font-weight: 700;
}
.third-text-div{
    border: 1px solid #bbb;
    position: relative;
    padding: 10px;
    margin:20px 0;
}
.third-text-div .third-div-span1{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.third-p2,.third-p3{
    padding:5px 0;
    color:#6b6666;
    font-size:16px
}
.third-p2 span{
    display:inline-block;
    width:150px
}
.third-p2 span,.third-p3 span{
    font-weight:bold
}
.third-h5{
    font-size:16px;
    text-align:center;
    padding-top:10px;
    font-weight:bold
}
.third-button{
    padding-top: 20px;
}
.third-button-a1{
    width: 90%;
    margin: 0 auto;
    display: block;
    background-color: #307cf1;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    position: relative;
}
.third-button-a1 span{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: bold;
}
/* 内容4 */
.news-div{  
    background-color: #fff;
    border: 1px solid #aaa;
}
.news-right{
    width: 55%;
     margin-left: 5%;
}
.founth-div{
    width: 95%;
    margin: 0 auto;
    display:flex;
    justify-content:center
}
.news-right-text{
    text-align: right;
    font-weight: bold;
}
.news-div p{
    text-align: center;
    padding: 20px;
}
.fount-p-div{
    width: 120px;
    border: 1px solid #aaa;
    background-color: #fff;
    width: 20%;
    text-align: center;
}
.fount-span-div{
    margin-left:10%
}
.news-p1{
    background-color: #307cf1;
    color: #fff;
    padding:5px 10px;
}
.news-p2{padding: 5px 10px;}
.news-right-ul li{
padding-top: 10px;
}
.news-right-ul li span{font-weight: bold;}
/* 脚部 */
.footers {
    background-color: #4a4a4a;
}
.footer-s{
    padding: 20px 0;
    display: flex;
    justify-content: center;
    width: 94%;
    margin: 0 auto;
}
.footer-div{
    width: 22%;
    padding: 10px;
}
.footer-divs{
    width: 30%;
    padding: 0 2%;
}
.footer-div:last-child{
    border-right: 0;
}
.footer-button {
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #f54236;
    width: 40%;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}
.footer-one-ul li{
    color: #fff;
    padding: 5px 0;
}
.footer-one-ul li span{
    margin-right: 10px;
}
.footer-one-ul li img{
    width: 20px;
}
.footer-ul li{
    border-bottom: 1px dashed #fff;
    padding: 10px 0;
    position: relative;
}
.footer-ul li:last-child{
    border: 0;
}
.footer-div-secound {
    width:20%;
        margin: 0 1%;
}
.footer-div-thid{
    width: 18%;
}
.footer-div-fouth{
    width: 25%;
    /*border-left: 1px solid #eee;*/
}
/*.footer-border{
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}*/
.footer-img-t{
    width:80%;
    margin:0 auto
}
.footer-div-img{
    display:flex;
    justify-content:space-around;
    margin-top:20px
}
.footer-ul li a{
    color: #fff;
    font-size: 16px;
}
.footer-ul li a span{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.footer-t{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.footer-t-text{
    display: flex;
    justify-content:center;
    color: #fff;
}
.footer-t img{
    width:100px;
    height:100px
}
.footer-sp {
    background-color: #484848;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #eee;
}
/* 公共 */
.count-frist{
    padding: 30px 0 30px 0;
    position:relative
}
.count-fifth{
     padding: 30px 0 30px 0;
}
.count-secound{
    background-color: #363636;
    /*height:160px;*/
    margin:30px 0
}
.count-third{
        padding: 30px 0 50px 0;
}
.count-founth{
    padding-bottom: 50px;
}
.count-title{
    text-align: center;
    padding: 10px 0;
}
.title-span{
    border-bottom: 3px solid #307cf1;
    width: 100px;
    height: 1px;
    margin: 10px auto;

}
.footer-frist{
    padding: 10px 0 50px 0;
}
.footer-title{
    padding: 10px 0;
    color: #eee;
}
.footer-span-f{
    border-bottom: 3px solid #307cf1;
    width: 50px;
    height: 1px;
}
.yq-right {
    position: fixed;
    right: 10px;
    bottom: 180px;
    z-index: 999;
}
.yq-right-1 .yq-right-d {
    text-align: center;
    position: relative;
}
.yq-right-1 .yq-right-d a {
    display: block;
    position: relative;
}
.yq-right-1 .yq-right-d a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
    background:#307cf1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yq-right-d a i img{
    width:70%
}
.echat-contact-wechat,.echat-contact-qq ,.echat-contact-line ,.echat-contact-taob  {
    position: absolute;
    top: 0px;
    right: 100%;
    z-index: 200;
    width: 200px;
    padding-right: 15px;
    text-align: left;
    display:none
}
.echat-contact-wechat img,.echat-contact-line img {
    max-width: 100%;
}
