html,body,dl,dt,dd,ol,ul,li,p,span,em,cite,del,a,img,h1,h2,h3,h4,h5,h6,object,pre,code,form,fieldset,legend,pre,input,select,textarea,option,blockquote,q,table,caption,thead,tbody,tfoot,th,td,button {margin:0;padding:0; border:none; background:none; -webkit-tap-highlight-color:transparent}
body
{
    background: #ffffff;
    color: #333333;
    font-family: 'microsoft yahei', arial;
    overflow-x: hidden;
}
ul,ol{
    list-style: none;
}
a{
    text-decoration: none;
    color:#333;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
}
input
{
    -webkit-appearance:none;
    border-radius: 0;
    font-family: 'microsoft yahei', arial;
    letter-spacing: 2px;
}
textarea
{
    letter-spacing: 2px;
}
.none
{
    display: none!important;
}
.block
{
    display: block!important;
}
/*清除浮动代码*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.w1200
{
    width: 1200px;
    margin: 0 auto; 
}
.w1280
{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 370px) {

}
/*头部的样式*/
.pc_top
{
    padding: 20px 0;
}
.pc_topL
{
    width:523px;
    height: 66px;
    overflow: hidden;
    float: left;
    margin-top: 14px;
}
.pc_topL img
{
    display: block;
    width: 100%;
    height: 100%;
}
.pc_topR
{
    width: 600px;
    height: 80px;
    float: right;
    position: relative;
}
.pc_topR1
{
    float: left;
    width: 326px;
    height:55px ;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pc_topR1 img
{
    display: block;
    width: 100%;
    height: 100%;

}
.pc_topR2
{
    width: 260px;
    height: 80px;
    float: right;
    position: relative;
}
.pc_topR2A
{
    width: 100%;
    height:20px;
}
.pc_topR2A .pc_topR2B
{
    width: 100px;
    float: right;
    position: relative;
}
.pc_topR2A .pc_topR2B:hover .pc_topR2B_img
{
    display: block!important;
}
.pc_topR2B_img
{
   position: absolute;
    top: 30px;
    right: 0;
    z-index: 1000;
    display: none;
}
.pc_topR2B_img img
{
    display: block;
    width: 150px;
}
.pc_topR2A .pc_topR2B .pc_topR2B1
{
    text-align: right;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    vertical-align: middle;
    cursor: pointer;
}
.pc_topR2A .pc_topR2B .pc_topR2B1 img
{
    vertical-align: middle;
    margin-right: 10px;
}
.search
{
    position: absolute;
    bottom: 0;
    height: 36px;
    width: 260px;
    border-radius: 36px;
    border: 2px solid #dcdcdc;
}
.search .search1
{
    width: 200px;
    outline: none;
    border: none;
    height: 34px;
    float: left;
    font-family: 'microsoft yahei', arial;
    text-indent: 20px;
}
.search .search2
{
    float: left;
   width: 56px;
   height: 36px;
   cursor: pointer;
   background: url("../images/search.png") center no-repeat;
   background-size: auto auto;
    outline: none;
    border: none;
}


/*电脑端的菜单*/
.pc_nav
{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2ca5aa;
}
.pc_nav a
{
    display: block;
    float: left;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    width: 133px;
}
.pc_nav a span
{
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.pc_navSelect span
{
    border-bottom: 1px solid #ffffff!important;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.pc_nav a:hover  span
{
    border-bottom: 1px solid #ffffff!important;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.dz
{
    line-height: 40px;
    height: 40px;
}
.dz a
{
    display: block;
    width:50px;
    text-align: center;
    font-size: 14px;
    float: left;
    color: #333333;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.dz a:hover
{
    color: #1373da;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.dz_more
{
    float: right!important;
    color: #666666!important;
    font-size: 12px!important;
    width: 60px!important;
}
.dz_more span
{
    border: 1px solid #dcdcdc;
    padding: 2px 12px;
    border-radius: 24px;
}
.dz_more:hover span
{
    color: #1373da;
    border: 1px solid #1373da;
}
/*首页的标题*/
.index_title
{
    text-align: center;
    margin: 48px auto 30px auto;
    position: relative;
}
.index_title .index_title1
{
    font-size: 28px;
    color: #444b5c;
    line-height: 28px;
    display: block;
}
.index_title .index_title2
{
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    display: inline-block;
    padding: 0 10px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    margin: 10px auto;
    text-transform:uppercase;
}
.index_title .index_title3
{
    display: block;
    width: 60px;
    height: 2px;
    background: #2ca5aa;
    margin: 0 auto;
}

.index_title .index_title4
{
    width: 100%;
    height:1px;
    background: #d9d9d9;
    position: absolute;
    bottom: 18px;
}

/*内页公用大图*/
/*.pc_list_banner {*/
    /*width: 1920px;*/
    /*margin-left: -360px;*/
/*}*/
/*.pc_list_banner img {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: auto;*/
/*}*/


/*2019-2-18后的页面样式*/
.pc_list_banner
{
    width: 1920px;
    height:350px;
    margin-left: -360px;
}
.pc_list_banner img
{
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 750px) {
    .pc_list_banner
    {
        width: 1646px;
        height:300px;
        margin-left: -448px;
    }
}

/*内页背景公用*/
.big{
    width: 100%;
    height: 526px;
    overflow: hidden;
    background: url(../images/beij_1.jpg);

}

/*电脑端的底部*/
.PC_bottom .PC_bottom1
{
    background: #edf0f3;
    padding: 50px 0 40px 0;
    overflow: hidden;
}
.PC_bottom .PC_bottom2
{
    background: #444b5c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    padding: 14px 0;
}
.PC_bottom21 span
{
    margin: 0 8px;
    display: inline-block;
}

.PC_bottom1A
{
    width: 566px;
    height: 155px;
    border-right: 1px solid #cccccc;
    float:left;
}
.PC_bottom1A li
{
    width: 135px;
    float: left;
}
.PC_bottom1A_title
{
    font-size: 16px;
    height: 25px;
    line-height: 16px;
   position: relative;
    margin-bottom: 10px;
}
.PC_bottom1A_title span
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background: #cccccc;
    display: block;
}
.PC_bottom1A li a
{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.PC_bottom1A li a:hover
{
    color: #000;
}



 /*首页右下角二维码+电话图位置*/ 
.PC_bottom1B
{
    width: 180px;
    float: right;
}

 /*首页右下角二维码+电话图位置结束*/ 

.PC_bottom1B li
{
    width: 185px;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-left: 5px;
}
.PC_bottom1B li img
{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.PC_bottom1C
{
    width: 230px;
    float: right;
}
.PC_bottom1C .di_tel
{
    
	margin-left: -100px;
    width: 268px;
    display: block;
   
}
.QQ2
{
    display: block;
    margin: 20px 0 0 25px;
}


.app_none
{
    display: block;
}
.pc_none
{
    display: none;
}

@media screen and (max-width: 750px) {
    .app_none
    {
        display: none;
    }
    .pc_none
    {
        display: block;
    }

    /*手机端的头部*/
    .APPtop {
        position: fixed;
        top: 0;
        left: 0;
        width: 94%;
        padding: 10px 3% 10px 3%;
        background: #ffffff;
        z-index: 1000;
        border-bottom: 1px solid #d9d9d9;
    }
    .APPtopH
    {
        height: 101px;
        width: 100%;
    }
    .toubu
    {
        display: block;
        width: 100%;
        /*height: auto;*/
        position: fixed;
        top: 0;
        z-index: 999;
        left: 0;
        height: 3.0625rem;
    }
    .applogo
    {
        height: 80px;
        display: block;
        float: left;
        /*margin-top: 8px;*/
    }
    .At_search
    {
        height: 60px;
        border-radius: 60px;
        background:#f2f3f5 ;
        width: 350px;
        float: right;
        margin-top: 10px;
        margin-right: 60px;
    }
    .At_search .At_search1
    {
        display: block;
        float: left;
        border: none;
        outline: none;
        height: 60px;
        width: 280px;
        text-indent: 10px;
        background: transparent;
        font-size: 24px;
    }
    .At_search .At_search2
    {
        width: 60px;
        height: 60px;
        border: none;
        outline: none;
        display: block;
        float: left;
        background: url("../images/search.png") no-repeat center;
        background-size: 60% 60%;
        margin-left: 10px;
    }
    .shouse {
        position: absolute;
        width: auto;
        right: 1%;
        height: 60px;
        top: 20px;
    }
    /*手机端的栏目*/
    /*这是蒙版*/
    .rbj{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        display: none;
        z-index: 999;
    }
    .menuS{
        display: none;
        position: fixed;
        top: 101px;
        right: 0%;
        width: 40%;
        /*height:100%;*/
        z-index: 1000;
        background: #0a56aa;
    }

    .menuS p:first-child {
        top: 10rem;
    }

    .menuS p {
        width: 100%;
        line-height: 66px;
        font-size: 28px;
        color: #ffffff;
        text-align: center;
        border-bottom:1px solid #cccccc;
    }

    .menuS a:last-child p {
        border-bottom: none;
    }

    .menuS p:hover {
        color: #014b8c;
        background: #ffffff;
    }







    /*底部*/
    .APPbtnH
    {
        height: 95px;
        /*height: 0;*/
    }
    .APPbtn
    {
        position: fixed;
        width: 100%;
        height:auto;
        bottom: 0;
        left: 0;
        display: block;
        border-top: 1px solid #d6d7dc;
        background-size: 120% auto;
        padding: .2rem 0 .2rem 0;
        background: #FFFFFF;
        z-index: 999;
        /*display: none;*/
    }

    .APPbtn  .APPbtn1
    {
        width:25%;
        height: 100%;
        float: left;
        padding: 8px 0;
    }
    .APPbtn  .APPbtn1 .APPbtn1_img
    {
        position: relative;
        width: 100%;
        height:40px;
        overflow: hidden;
        margin-bottom:0px;
    }
    .APPbtn  .APPbtn1 .APPbtn1_img img
    {
        display: block;
        position: relative;
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
        top: 0;
        /*left:28%;*/
    }
    .APPbtn  .APPbtn1 .APPbtn1_img img:first-child
    {
        display: none;
    }

    .APPbtnbj  .APPbtn1_img img:first-child
    {
        display: block!important;
    }
    .APPbtnbj .APPbtn1_img   img:last-child
    {
        display: none!important;
    }
    .APPbtnbj  a
    {
        color: #19a0f1!important;
    }
    .APPbtn  .APPbtn1 a
    {
        color: #666666;
        display: block;
        text-align: center;
        position: relative;
        font-size: 24px;
    }
    /*底部*/


    /*首页的标题*/
.index_title
{
    text-align: center;
    margin: 30px auto 30px auto;
    position: relative;
}
.index_title .index_title1
{
    font-size: 34px;
    color: #1373da;
    line-height: 34px;
    display: block;
}
.index_title .index_title2
{
    font-size: 20px;
    color: #666666;
    line-height: 20px;
    display: inline-block;
    padding: 0 10px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    margin: 10px auto;
    text-transform:uppercase;
}
.index_title .index_title3
{
    display: block;
    width: 60px;
    height: 2px;
    background: #1373da;
    margin: 0 auto;
}

.index_title .index_title4
{
    width: 100%;
    height:1px;
    background: #d9d9d9;
    position: absolute;
    bottom: 18px;
}
.index_title .index_title6{
    font-size: 20px!important;
}
.index_title .index_title5{
    font-size: 20px!important;
}

}



/*分页的样式*/
.fenye
{
   text-align: center;
    margin: 30px auto;
}
.fenye a
{
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    margin: 0 4px;
    color: #666666;
    font-size: 14px;
    padding: 0 10px;

}
.fenye .fenyeA
{
    width: 62px;
}
.fenye .fenyeB
{
    width: 38px;
}
.fenye span
{
    margin: 0 4px;
}
.fenyeSelect
{
    border: 1px solid #1373da!important;
    color:#FFFFFF!important;
    background: #1373da!important;
}
.fenye a:hover
{
    border: 1px solid #1373da;
    color:#FFFFFF!important;
    background: #1373da!important;
}

@media screen and (max-width: 750px){
    .app_fenye
    {
        clear: both;
        text-align: center;
        margin-bottom: 20px;
        display: none;
    }
    .app_fenye  .app_fenyeA
    {
        font-size: 28px;
    }
    .app_fenye  .app_fenyeB
    {
        font-size: 24px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-left: 10px;
        outline: none;
    }

    /*电脑端的分页还是在手机端显示*/
    .fenye
    {
        text-align: center;
        margin: 30px auto;
        display: block!important;
    }
    .fenye a
    {
        display: inline-block;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        height: 50px;
        line-height: 50px;
        margin: 0 4px;
        color: #666666;
        font-size: 28px;
        padding:  0 5px;
    }
    .fenye .fenyeA
    {
        width: 100px;
    }
    .fenye .fenyeB
    {
        width: 50px;
    }
    .fenye .fenyeB:nth-of-type(4)
    {
        display: none;
    }
    .fenye .fenyeB:nth-of-type(5)
    {
        display: none;
    }
    .fenye .fenyeB:nth-of-type(6)
    {
        display: none;
    }
    .fenye .fenyeB:nth-of-type(7)
    {
        display: none;
    }
    .fenye .fenyeB:nth-of-type(8)
    {
        display: none;
    }
    .fenye .fenyeB:nth-of-type(11)
    {
        display: none;
    }

    .fenye span
    {
        margin: 0 4px;
    }
    .fenyeSelect
    {
        border: 1px solid #1373da!important;
        color:#FFFFFF!important;
        background: #1373da!important;
    }
    .fenye a:hover
    {
        border: 1px solid #1373da;
        color:#FFFFFF!important;
        background: #1373da!important;
    }
}




.pc_Nbanner
{
    width: 1920px;
    height:350px;
    margin-left: -360px;
}
.pc_Nbanner img
{
    display: block;
    width: 100%;
    height: 100%;
}

.app_Nbanner
{
    width: 750px;
    height: 300px;
}
.app_Nbanner img
{
    display: block;
    width: 100%;
    height: 100%;
}


.to-top
{
    position: fixed;
    bottom: 340px;
    right: 10px;
    width:66px;
    height: 34px;
    padding-top: 35px;
    background: url("../images/to-top.png") no-repeat #666666;
    background-size: 40px 22px;
    background-position: 13px  11px;
    border-radius: 5px;
    z-index: 999;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    line-height: 34px;
    transition: all .5s ease 0s;
    display: none;
}
@media screen and (max-width: 750px){

}
.to-top:hover
{
    background: url("../images/to-top.png") no-repeat #1373da;
    background-size: 40px 22px;
    background-position: 13px  11px;
}





/*悬浮客服——开始*/
.lanrenzhijia
{
    /*right: 0!important;*/
}
*html .lanrenzhijia {
    position:absolute;
}
.lanrenzhijia_con
{
    padding: 6px 0 6px 8px!important;
}
.lanrenzhijia  .lanrenzhijia_btn
{
    top: 160px!important;
}

.lanrenzhijia {
    width:124px;
    width:109px;
    /*right: -141px!important;*/
}
.lanrenzhijiashow {
    right:0;
}
.lanrenzhijia .lanrenzhijia a {
}
.lanrenzhijia a:hover {
    color:#B50708;
}
h1 {
    text-align:center;
}
.lanrenzhijia .lanrenzhijia_box {
    background-color:#2ca5aa;
    padding:6px;
    border-radius:4px;
}
.lanrenzhijia .lanrenzhijia_header, .lanrenzhijia .lanrenzhijia_con, .lanrenzhijia .lanrenzhijia_tool a {
    background-color:#fff;
    margin-top:4px;
    border-radius:4px;
}
.lanrenzhijia .lanrenzhijia_header, .lanrenzhijia .lanrenzhijia_con {
    margin-top:0;
}
.lanrenzhijia .lanrenzhijia_btn {
    color:#fff;
    border-radius:4px 0 0 4px;
    background: url("../images/xfkf_liuyan.png")  center 6px no-repeat  #2ca5aa;
    background-size:15px 15px;
    padding: 24px 0 8px 0;
    font-size: 14px;

}
.lanrenzhijia .lanrenzhijia_btn:hover {
    background-color:#2ca5aa;
    color:#fff;
}
@media screen and (max-width: 1600px) {
    .lanrenzhijia
    {
        top: 0!important;
    }
}

@media screen and (max-width: 750px) {
    .lanrenzhijia
    {
        display: none!important;
    }
}


/*悬浮客服——结束*/