body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.top {
    width: 100%;
    height: 40px;
    background-color: #fff;
}

.relative {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.container {
    width: 100%;
    height: 1920px;
    margin: 0 auto;
    background: url('../img/bg.jpg') no-repeat top #fff;
}

.container .nav {
    width: 100%;
    height: 100px;
    background: url('../img/nav-bg.png') no-repeat top;
   
}

.container .nav .navCenter {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.container .nav .navCenter .logo {
    width: 229px;
    height: 76px;
    float: left;
    margin-top: 12px;
}

.container .nav .navCenter ul {
    width: 795px;
    height: 50px;
    float: right;
    margin-top: 25px;
}

.container .nav .navCenter ul li {
    width: 150px;
    height: 50px;
    float: left;
    margin-left: 7px;
    position: relative;
}

.container .nav .navCenter ul li a {
    width: 100px;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-left: 25px;
}

.container .nav .navCenter ul li em {
    width: 0;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #69bef7;
}

.container .nav .navCenter ul li.on em {
    width: 100px;
    transition: all 0.5s;
    left: 25px;
}

.container .nav .navCenter ul li:hover em {
    width: 100px;
    transition: all 0.5s;
    left: 25px;
}
    .container .company{
        width:100%;
        height:600px;
        margin-top:180px;
    }
        .container .company .tit{
            width:100%;
            height:50px;
            margin-bottom:100px;
        }
            .container .company .tit img{
                display:block;
                margin:0 auto;
            }
        .container .company span {
            width: 1160px;
            line-height: 35px;
            color: #000;
            font-size: 16px;
            margin: 0 auto;
            display: block;
            text-indent: 33px;
        }
            .container .company span:first-of-type{
                margin-bottom:5px;
            }
        .container .company .linkBox{
            width:1200px;
            height:101px;
            margin:0 auto;
            margin-top:150px;
        }
            .container .company .linkBox ul{
               display:flex;
               justify-content:space-between;
            }
                .container .company .linkBox ul li{
                    width:350px;
                }
                    .container .company .linkBox ul li i{
                        width:101px;
                        height:101px;
                        display:block;
                        background:url('../img/linkIco.png') no-repeat;
                        float:left;
                    }
                    .container .company .linkBox ul li.list_1 i{
                        background-position-x:0;
                    }
                    .container .company .linkBox ul li.list_2 i {
                        background-position-x: -405px;
                    }
                    .container .company .linkBox ul li.list_3 i {
                        background-position-x: -782px;
                    }
                    .container .company .linkBox ul li em{
                        display:block;
                        float:left;
                        margin-left:25px;
                        margin-top:42px;
                        font-size:16px;
                    }
                .container .company .linkBox ul .list_3 em {
                    width: 220px;
                    margin-top: 30px;
                }
                .foot {
                    width: 100%;
                    height: 236px;
                    background-color: #01102a;
                }

.foot .foot_center {
    width:660px;
    height: 236px;
    margin: 0 auto;
}
    .foot .foot_center .footLeft{
        width:229px;
        height:76px;
        float:left;
        margin-top:80px;
    }
    .foot .foot_center .footRight {
        width: 420px;
        height: 236px;
        float: right;
        margin-top: 0px;
    }
        .foot .foot_center .footRight span {
            width: 100%;
            height: 30px;
            float: left;
            margin-top: 60px;
            line-height: 30px;
            text-align: left;
            color: #fff;
            font-size: 25px;
            display: block;
            font-family: FZKai-Z03S;
            text-align:center;
        }
        .foot .foot_center .footRight em {
            width: 100%;
            height: 30px;
            float: left;
            margin-top: 20px;
            line-height: 30px;
            text-align: left;
            color: #fff;
            font-size: 18px;
            display: block;
            text-align: center;
        }

        .foot .foot_center .footRight a {
            width: 100%;
            height: 30px;
            float: left;
            margin-top: 20px;
            line-height: 30px;
            text-align: right;
            color: #fff;
            font-size: 18px;
            display: block;
            text-align: center;
        }
.cpBox {
    width: 100%;
    height: 350px;
    margin-top: 700px;
}
    .cpBox .ItemUl {
        width: 100%;
        height: 350px;
        display: flex;
    }
        .cpBox .ItemUl .items {
            width: 33.33%;
            height: 350px;
            background-color: #f7f7f7;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            color: #3d3d3d;
        }
            .cpBox .ItemUl .items.item2 {
                border-left: 1px solid #fff;
                border-right: 1px solid #fff;
            }
            .cpBox .ItemUl .items:hover {
                background-color: #69bef7;
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
            }
        .cpBox .ItemUl .items a{
            position:relative;
            width:100%;
            height:100%;
            display:block;
        }
            .cpBox .ItemUl .items a b {
                width: 100%;
                height: 20px;
                color: #3d3d3d;
                text-align: center;
                font-size: 20px;
                line-height: 20px;
                position: absolute;
                left: 0;
                top: 50px;
                display: block;
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
            }
            .cpBox .ItemUl .items:hover a b {
                color: #fff;
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
            }
            .cpBox .ItemUl .items a .ico {
                width: 61px;
                height: 54px;
                display: block;
                position: absolute;
                left: 50%;
                margin-left: -30px;
                top: 120px;
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
            }
        .cpBox .ItemUl .item1 a .ico{
            background:url('../img/ico_1.png') no-repeat center;
        }
        .cpBox .ItemUl .item1:hover a .ico {
            background: url('../img/ico_1_hover.png') no-repeat center;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }


        .cpBox .ItemUl .item2 a .ico {
            background: url('../img/ico_2.png') no-repeat center;
        }
        .cpBox .ItemUl .item2:hover a .ico {
            background: url('../img/ico_2_hover.png') no-repeat center;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }



        .cpBox .ItemUl .item3 a .ico {
            background: url('../img/ico_3.png') no-repeat center;
        }
        .cpBox .ItemUl .item3:hover a .ico {
            background: url('../img/ico_3_hover.png') no-repeat center;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }
        .cpBox .ItemUl .items ul{
            width:80%;
            height:80px;
            position:absolute;
            left:10%;
            bottom:50px;
        }
            .cpBox .ItemUl .items ul li {
                width: 50%;
                height: 30px;
                margin-top: 10px;
                float: left;
                color: #3d3d3d;
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
            }
        .cpBox .ItemUl .items:hover ul li{
            color: #fff;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }
        .cpBox .ItemUl .item1 ul{
            width:58%;
            left:27%;
        }
        .cpBox .ItemUl .item2 ul {
            width: 77%;
            left: 21%;
        }
        .cpBox .ItemUl .item3 ul {
            width: 80%;
            left: 15%;
        }