/*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; background:none; -webkit-tap-highlight-color:transparent}

ul,ol{

    list-style: none;

}

body

{

    background: #fff;

    color: #333333;

    font-family: 'microsoft yahei', arial;

    overflow-x: hidden;

    font-size: 14px;

}

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;

    -webkit-transition:all 0.3s linear;

    -moz-transition:all 0.3s linear;

    -ms-transition:all 0.3s linear;

    -o-transition:all 0.3s linear;

    transition: all .5s ease 0s;

}

input

{

    -webkit-appearance:none;

    border-radius: 0;

    font-family: 'microsoft yahei', arial;

    letter-spacing: 2px;

    outline: none;

}

textarea

{

    letter-spacing: 2px;

}

.none

{

    display: none!important;

}

.block

{

    display: block!important;

}



.w1200

{

    width: 1200px;

    margin: 0 auto;

}

.w1100

{

    width: 1100px;

    margin: 0 auto;

}

.pc_none

{

    display: none;

}



.relative

{

    position: relative;

}





.header {

    width:-webkit-calc(100% - 160px);

    width:-moz-calc(100% - 160px);

    width:calc(100% - 160px);

    padding: 0 80px;



    min-width: 1285px;



    position: fixed;

    top: 0;

    left: 0;

    z-index: 999;

    height: 100px;

    webkit-transition: all .8s ease-in;

    -moz-transition: all .8s ease-in;

    -o-transition: all .8s ease-in;

    transition: all .8s ease-in;

}



.header .header_logo {

    width: 407px;

    float: left;

    height: 100%;

}



.header .header_logo img {

    display: block;

    margin-top: 22px;

    webkit-transition: all .8s ease-in;

    -moz-transition: all .8s ease-in;

    -o-transition: all .8s ease-in;

    transition: all .8s ease-in;

    max-width: 200%;

}



.header_center

{

   width:-webkit-calc(100% - 607px);

    width:-moz-calc(100% - 607px);

    width:calc(100% - 607px);

    float: left;

}





@media screen and (max-width: 1600px){

    .caidan a

    {

        padding: 0  14px;

        font-size: 15px;

    }



        .header {

        width:-webkit-calc(100% - 100px);

        width:-moz-calc(100% - 100px);

        width:calc(100% - 100px);

        padding: 0 50px;

        min-width: auto;

    }

}



@media screen and (max-width: 1400px){

    .caidan a

    {

        padding: 0 11px;

    }

    .header .header_logo{width: 330px;}

    .header .header_logo img{width: 100%;margin-top: 26px;}

    .header_center{width:-webkit-calc(100% - 530px);

    width:-moz-calc(100% - 530px);

    width:calc(100% - 530px);}

    .header_tel div{font-size: 15px;}

}



.header_nav {

    width: 910px;

    margin: 0 auto;

    overflow: hidden;

    height: 100%;

}



.header_nav li {

    width: 130px;

    float: left;

    line-height: 100px;

    text-align: center;

    webkit-transition: all .8s ease-in;

    -moz-transition: all .8s ease-in;

    -o-transition: all .8s ease-in;

    transition: all .8s ease-in;

}



.header_nav li a {

    color: #ffffff;

    font-size: 16px;

    padding: 0 0px 38px 0px;

    border-bottom: 2px solid transparent;

    webkit-transition: all .8s ease-in;

    -moz-transition: all .8s ease-in;

    -o-transition: all .8s ease-in;

    transition: all .8s ease-in;



}



.header_nav li:hover a {

    border-bottom: 2px solid transparent !important;

    font-weight: bold;

}



.header_nav_bj a {

    font-weight: bold;

    color: #0093dd!important;



}



.header_tel {


    width: 200px;

    float: right;

    margin-top: 29px;

    webkit-transition: all .8s ease-in;

    -moz-transition: all .8s ease-in;

    -o-transition: all .8s ease-in;

    transition: all .8s ease-in;

}



.header_tel div {

    text-align: left;

    color: #ffffff;

    font-size: 16px;

    overflow: hidden;

}

.header_tel div b

{

    display: block;

    float: left;

    font-weight: normal;

    width: 80px;

    text-align: right;

}

.header_tel div p

{

    display: inline-block;

    width:120px;

    float: left;

    text-align: left;

}

.header_tel div span

{

    display: inline-block;

    width: 100%;

    float: left;

    text-align: left;

    font-weight: bold;

    color: #0093dd;



}

.header_bj {

    background: #2e2e2e;

    height: 80px;

    webkit-transition: all .8s ease-in;

    -moz-transition: all .8s ease-in;

    -o-transition: all .8s ease-in;

    transition: all .8s ease-in;

}



.header_bj .header_logo img {

    margin-top: 15px;

    webkit-transition: all .8s ease-in;

    -moz-transition: all .8s ease-in;

    -o-transition: all .8s ease-in;

    transition: all .8s ease-in;

    max-width: 200%;

}



.header_bj .header_nav li {

    line-height: 80px;

    webkit-transition: all .3s ease-in;

    -moz-transition: all .3s ease-in;

    -o-transition: all .3s ease-in;

    transition: all .3s ease-in;

}



.header_bj .header_nav li a {

    padding: 0 4px 28px 4px;

    webkit-transition: all .3s ease-in;

    -moz-transition: all .3s ease-in;

    -moz-transition: all .3s ease-in;

    -o-transition: all .3s ease-in;

    transition: all .3s ease-in;

}



.header_bj .header_tel {

    margin-top: 19px;

    webkit-transition: all .8s ease-in;

    -moz-transition: all .8s ease-in;

    -o-transition: all .8s ease-in;

    transition: all .8s ease-in;

}


.index_title

{

    text-align: center;

}

.index_title .index_title1

{

    font-size: 36px;

    line-height: 50px;

}

.index_title .index_title2

{

    color: #999999;

    margin-top: 5px;

    line-height: 28px;

}

.index_title .index_title2 span

{

    margin: 0 4px;

}

@media screen and (max-width: 750px){

    .w1100

    {

        width: 100%;

    }

    .w1200

    {

        width: 100%;

        margin: 0 auto;

    }

    .index_title

    {

        text-align: center;

    }

    .index_title .index_title1

    {

        font-size: 18px;

        line-height: 30px;

    }

    .index_title .index_title2

    {

        color: #999999;

        margin-top: 0px;

        line-height: 22px;

        padding: 0 15px;

    }

    .index_title .index_title2 span

    {

        margin: 0 4px;

    }

}



.PC_bottom

{

    width: 100%;

    clear: both;

}

.PC_bottom1

{

    background: #131326;

    padding: 50px 0 20px;

}

.PC_bottom2

{

    background: #0d0d1a;

    line-height: 55px;

    color: #FFFFFF;

    text-align: center;

}

.PC_bottom2 span

{

    margin: 0 8px;

}

@media screen and (max-width: 750px){

    .PC_bottom2

    {

        background: #0d0d1a;

        line-height: 20px;

        color: #FFFFFF;

        text-align: center;

        padding: 10px 0;

    }

    .PC_bottom2 span

    {

        display: inline-block;

    }

}

.bottomA

{

    width: 407px;

    float: left;

}

.bottomA img

{

    margin-top: 10px;

    width: 407px;

    height: 51px;

}

.bottomB

{

    margin-top: 8px;

    width: 470px;

    float: left;

    line-height: 28px;

    color: #fff;

    margin-left: 75px;

}

.bottomB a

{

    color: #FFFFFF;

}

.bottomB a:hover

{

    color: #0093dd;

}

.bottomC

{

    width:70px;

    height: 70px;

    overflow: hidden;

    float: left;

}

.bottomC img

{

    display: block;

    width: 100%;

    height: 100%;

}

.bottomD

{

    margin-top: 8px;

    width: 140px;

    float: right;

    color: #FFFFFF;

    line-height: 28px;

}



.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}

.clearfloat{zoom:1}


@media screen and (max-width: 750px){

    .rows

    {

        display: none;

    }



    html

    {

        width: 100%;

        overflow-x: hidden;

    }

    body

    {

        width: 100%;

        font-size: 12px!important;

        overflow-x: hidden;

    }

    .pc_none

    {

        display: block;

    }

    .app_none

    {

        display: none;

    }




    .index_top

    {

        width: 100%;

        position: fixed;

        top: 0;

        left: 0;


        z-index: 666;

        height: 44px;

        background: #ffffff;

        border-bottom: 1px solid #e9eaed;

    }

    .index_topH

    {

        height: 45px;

    }

    .top_logo

    {

        width: 100%;

        height: 44px;

    }



    .top_logo img

    {

        display: block;

        height: 26px;

        margin:9px 0 9px 15px ;

    }

    .top_type

    {

        width: 80%;

        margin: 0 auto;

        height: 44px;

        line-height: 44px;

        font-size: 16px;

        text-align: center;

    }

    .shouse

    {

        position: absolute;

        top: 0;

        width: 90px;

        height: 44px;

        background: url("../images/shouse.png") center right no-repeat;

        background-size:21px 18px;

        right: 15px;

    }

    .app_href

    {

        position: absolute;

        top: 0;

        left: 15px;

        width: 90px;

        height: 44px;

        background: url("../images/app_href.png") center left no-repeat;

        background-size:auto 20px;

    }

    .app_href a

    {

        display: block;

        width: 100%;

        height: 100%;

    }




    .meng

    {

        height: 100vh;

        width: 100%;

        position: fixed;

        top: 0;

        left:  0;

        z-index: 222;

        background: rgba(0,0,0,.3);

    }

    .close_meng

    {

        width:45%;

        top: 0;

        left: 0;

        height: 100vh;

    }

    .menu

    {

        width:55%;

        right: 0;

        position: fixed;

        top: 0;

        right:  0;

        z-index: 222;

        background: rgba(0,0,0,.6);

        background: #363636;

        padding: 44px  0 0 0;

        height: auto;

        height: 100vh;



        -webkit-animation:menuXian 0.5s ease 0.2s 1 both;

        -moz-animation:menuXian 0.5s ease 0.2s 1 both;

        -ms-animation:menuXian 0.5s ease 0.2s 1 both;

        -o-animation:menuXian 0.5s ease 0.2s 1 both;

        animation: menuXian 0.5s ease 0.2s 1 both;

    }

    @keyframes menuXian

    {

        from {right: -66%}

        to {right: 0}

    }



    .Nmenu

    {

        padding: 0.8rem 0 0 0;

    }

    .menu li

    {

        padding:0   0 0 10%;

        line-height: 46px;

        border-top: 1px solid #414141;

        background: url("../images/nav_Tright.png") right center no-repeat;

        background-size:auto  14px ;

    }

    .menu li:last-child

    {

        border-bottom: 1px solid #414141;

    }

    .menu li a

    {

        display: block;

        font-size: 14px;

        color: #d5d5d5;

        width: 100%;

        text-align: left;



    }

    .menu_erji

    {

        display: block;

        font-size: 14px;

        padding-left: 10%;

        width: 110%;

        margin-left: -10%;

        color: #d5d5d5;

        text-align: left;

        background: url("../images/menu_jia.png") 85% center  no-repeat;

        background-size: 16px 16px;

    }

    .menu_erji_Select

    {

        background: url("../images/menu_jian.png") 85% center  no-repeat #1d1d1d;

        background-size: 16px 16px;

    }



    .menu_erji_box

    {

        display: none;

    }

    .menu_erji_box  a

    {

        width: 110%;

        padding-left: 10%;

        margin-left: -10%;

        line-height: 40px;

        border-top: 1px solid #414141;

        color: #999!important;

    }













    .To-left

    {

        animation:To-left 1s;

        -moz-animation:To-left 1s; 

        -webkit-animation:To-left 1s; 

        -o-animation:To-left 1s;

    }

    .To-right

    {

        animation:To-right 1s;

        -moz-animation:To-right 1s; 

        -webkit-animation:To-right 1s; 

        -o-animation:To-right 1s;

    }

    @keyframes To-left

    {

        from {right: -2rem}

        to {right: 0}

    }

    @keyframes To-right

    {

        from {right: 0}

        to {right: -2rem}

    }



    .APPbtnH

    {

        height: 56px;

        width: 100%;

        margin-top: 20px;

        display: none;

    }

    .APPbtn

    {

        position: fixed;

        width: 100%;

        height:auto;

        bottom: 0;

        left: 0;


        background: #FFFFFF;

        z-index: 999;

        border-top: 1px solid #d6d7dc;

        display: none;

    }



    .APPbtn  .APPbtn1

    {

        width:25%;

        height: 100%;

        float: left;

    }

    .APPbtn  .APPbtn1 .APPbtn1_img

    {

        position: relative;

        width: 100%;

        height:18px;

        overflow: hidden;

        margin-top: 5px;

    }

    .APPbtn  .APPbtn1 .APPbtn1_img img

    {

        display: block;

        position: relative;

        max-width: 100%;

        height: 100%;

        margin: 0 auto;

        top: 0;


    }

    .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: #333333!important;

    }

    .APPbtn  .APPbtn1 a

    {

        color: #666666;

        display: block;

        text-align: center;

        position: relative;

        font-size: 12px;

        height: 20px;

        line-height: 20px;

    }



}


.caidan

{

    text-align: center;

}

.caidan  a

{

    color: #FFFFFF;

    font-size: 16px;

    padding: 0 26px;

    line-height: 100px;


    display: inline-block;

}

.caidan a:hover

{

    color: #0092db;



}



.header_bj .caidan  a

{

    line-height: 80px;

}



.caidanSelect

{

    color: #0092db!important;

}

@media screen and (max-width: 1600px){

    .caidan  a

    {

        padding: 0  14px;

        font-size: 15px;

    }

}

@media screen and (max-width: 1700px){

    .caidan a{

        padding: 0  18px;

        font-size: 15px;

    }

    .header .header_logo{width: 330px;}

    .header .header_logo img{

        width: 100%;

        margin-top: 20px;

    }

    .header_center{

        width:-webkit-calc(100% - 530px);

        width:-moz-calc(100% - 530px);

        width:calc(100% - 530px);

    }

    .header_tel div{font-size: 15px;}

}

@media screen and (max-width: 1400px){

    .caidan  a

    {

        padding: 0  11px;

    }

    .header .header_logo{width: 330px;}

    .header .header_logo img{width: 100%;margin-top: 20px;}

    .header_center{width:-webkit-calc(100% - 530px);

    width:-moz-calc(100% - 530px);

    width:calc(100% - 530px);}

    .header_tel div{font-size: 15px;}

}













*/