/* html{font-size:calc(100vw / 23.4)} */
/* ../../src/assets/images/web-bg.jpg */
html,
body {
    margin: 0;
    font-family: "Microsoft YaHei", simsun;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
}

p,
dl,
dd {
    margin: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
del {
    text-decoration: none;
}

a {
    color: #333;
}

em,
i {
    font-style: normal;
}

b,
strong {
    font-weight: normal;
}

img {
    vertical-align: bottom;
    border: none;
}

input {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    outline: none;
}

input:focus {
    outline: -webkit-focus-ring-color auto 0;
    outline: none;
}

textarea {
    padding: 0;
    resize: none;
    overflow: auto;
    outline: none
}

th {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

select {
    outline:none;
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: none;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*将背景改为红色*/

    /*加padding防止文字覆盖*/
    padding-right: 14px;
    }
    /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
    select::-ms-expand { display: none; }

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.cleardiv {
    clear: both;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.app{position: relative;background:url(../images/ga_bg.png) no-repeat 100% 100%;height: 800px;}
.header_logo{position: absolute;left: 64px;top: 36px;}
.p_t_380{padding-top: 380px;}
.mian_warp{width: 1200px;margin: 0 auto;}
.mian_warp a img{width: 560px;}
.mian_warp_a1{float: left;}
.mian_warp_a2{float: right;}
.main{width: 100%;}
.mian_warp_h1{line-height: 70px;color: #ffff00;font-size: 30px;text-align: center;font-weight: bold;margin-top: 26px;}
.flooter{height: 125px;background: #1167B7;position: absolute;bottom:0px;z-index: 999;width:100%}

@media (max-width:1200px) {
    .header_logo{top: 16px;}
    .app{height: auto;background-color:#5a97c9;background-position: center 105px;}
    .mian_warp{width: 100%;padding-top: 180px !important;display: block !important;}
    .mian_warp>a{display: block;margin-bottom: 30px;background-position: center center; background-color: #5091c7;width: 384px;margin:0 auto 30px auto;}
    .mian_warp_a1,.mian_warp_a2{float: none;}
    .mian_warp>a img{max-width: 100%;}
    .mian_warp_h1{padding-top: 30px !important;margin-bottom: 50px;}

    /*底部*/

    .flooter{

        height: auto !important;

        min-width: auto !important;

    }

    .flooter .copyright{

        width: 100% !important;

        height:auto!important;

        /*height: 60px!important;*/
        margin: 0 auto;
        overflow: hidden;

    }

    .copyright div{

        width: auto !important;

        margin-top: 0 !important;

        height: 220px !important;

    /*  height: auto!important;*/

    }



    .copyimg{

        /*display: none;*/

        width: 100%;

        height: 90px;

        text-align: center;

    }

    .copyli{

        width: 100% !important;

        text-align: center !important;

    }

    .copyli li{

        height: auto !important;

    }
   .copyli li:first-child span{

        margin-right: 0 !important;

        /*width: 100% !important;*/

        text-align: center !important;

        display: inline-block !important;

    }

    .copyli li:first-child span a{

        font-size: 14px !important;

    }

    
}

@media (max-width:680px) {
    .mian_warp_h1{padding: 20px !important;font-size: 20px;line-height: 40px;width: auto;}
}

@media (max-width:450px) {
    .header_logo{left: 16px;}
    .header_logo img{width: 95%;}
    .mian_warp > a{width: 320px;}
    .zct img {
    text-align: center;
    margin: auto;
    padding-left: 110px;
  }
}