html {
    height: 100%;
}

article, section, h1, h2, h3, h4, h5, h6, hgroup, p, a, div, ul, li, dl, dd, dt, em, small, span, footer, canvas, figure, figcaption, input {
    padding: 0;
    margin: 0;
}

img {
    border-style: none;
    vertical-align: middle;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none
}

i {
    font-style: normal;
}

ul, li {
    list-style-type: none
}

.clear {
    clear: both
}

html {
    -moz-appearance: none;
    -webkit-appearance: none;
}

body {
    background-color: #fff;
    font-family: "Microsoft Yahei";
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    color: #666;
}

.topbox_fist{ position:relative;}
.topbox_fist .logo_title {
    position: absolute;
    top: 50px;
    left: 200px; 
    right: 0;
    color:#fff; 
    font-size:45px;
     display: flex; 
    }
.topbox_fist .gongsi_title{width:35%;}
.xzgw_menu {
    margin-top: 0.6%;
    display: flex;
    color: #fff;
    justify-content: space-evenly;
    width:65%;

}
    .xzgw_menu li {
        font-size:30px;
       
    }
        .xzgw_menu li a {
            color: #fff;
        }
            .xzgw_menu li a:hover {
            color:#f00;
            }
            .topbox_fist .logo_title img {
                height: 45px;
                margin-right: 18px;
            }
.company_introduce{ width:1200px; margin:auto; display:flex;}
.gs_title {font-size: 30px; padding:65px 0px;text-align: center;margin-top: 25px;}
.company_introduce .pany_pic {margin-right: 25px;}
.company_introduce .pany_title{ line-height:40px; font-size:16px;}
.footbox {background: #0b2735; height:120px;}
.footmain {
    width: 1200px;
    margin: auto;
    display: flex;
    flex: 1;
    justify-content: space-between;
}
.foot_title {font-size: 15px; height:100px; line-height:100px; color:#fff;}
.foot_pic { margin-top:15px;}
.foot_pic img{ height:80px; }
    .foot_pic .title{ text-align:center; font-size:15px; color:#fff; height:25px; line-height:25px;}
.firstxz_bg {
    background: url(../images/my_firstbg.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    height: 600px;
}
    .firstxz_bg .go_home {
        position: absolute;
        left: 0px;
        top: 10px;
        background-color: rgba(21,79,144,0.6);
        z-index: 99;
        height: 45px;
        line-height:45px;
        width: 100px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
        .firstxz_bg .go_home a {
            width: 100px;
            display:block;
            height:45px;
            font-size: 15px;
            color: #fff;
        }
    .firstxz_bg .text {
        position: absolute;
        left: 0;
        right: 0;
        letter-spacing: 5px;
        top: 200px;
        background-image: linear-gradient(to right, #88c0e3, #ffffff);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
        font-size: 60px;
    }
.secondxz_bg {
    background-color: #fff;
    margin-bottom: 15px;
}
    .secondxz_bg .secondxz_wd {
        color: #fff;
        width: 1200px;
        margin: 0 auto;
    }
.secondxz_bg .secondxz_pic {
    margin: 0 auto;
    text-align: center;
    
}
 .my_namebox {

    }
    .my_namebox .title {
        height: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        background-image: linear-gradient(to right, #0b9de1, #126f9a);
        -webkit-background-clip: text;
        color: transparent;
    }