a {
    text-decoration: none;
    color: black;
}

a:link, a:visited {
    text-decoration: none;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    font-family: "Lato",Arial,Helvetica,sans-serif;/**/

    /*background-color: whitesmoke;*/
    background-color: #EEF0F2;
    height: 100vh;
}

ul li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fb {
    float: bottom;
}

.wrap {
    width:1520px;/*1520px*/
    margin: 0 auto;
    min-width: 1000px;
    overflow: hidden;
}

.wrap .header-bg {
    margin: 0 auto;
    width:1520px;/*1520*/
    min-width: 1000px;
    height: 123px;
    background-size: 100% 100%;
    /*存放头部背景 */
    /* background: darkred url(../images/logo.png) no-repeat center;*/
    /*background-color: #001e3c;*//*darked*/
    background-color: #106470;
}

/*=========澶撮儴鑳屾櫙=========*/
.header-bg .header {
    margin: 0 auto;
    width: 1350px;
}

.header-bg .header-new {
    height: 86px;
}

/*图片轮播*/
.one-container {
    /*background-color: whitesmoke;*/
    /* padding: 50.4px 73px;*/
    padding: 50.4px 20.4px 50.4px 24px;
    width: 1075px;
    border-bottom: 3px solid #009393;
    /*margin: 0 auto;*/
}
.two-container{
    background-color: whitesmoke;
    padding: 50.4px 0px;
    width: 200px;
    margin: 0px 0px 0px 0px;

}


.one-container .bg-image {
    width: 450.5px;
    height: 300px;

    background-size:100% 100%;
    margin-top: 1px;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-image-rig{
    width: 338.9px;
    height: 225.7px;
    /*background-image: url("../../img/luzhouimg/image_gallery.jpg");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.text {
    width: 1066px;
    height: 672px;
    color: #5c5c5c;
    background-color: white;
    overflow: hidden;
    border-bottom: 3px solid #009393;
    font-family: '微软雅黑';
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);

}


.text h1 {
    margin-top: 5px;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
}

.text p {
    line-height: 35px;
    margin: 10px auto;

    width: 93%;
    font-size: 21px;
    text-indent: 2em;

}

.banner {
    width: 100%;
    height: 150px;
    background-color: #767673;


    margin:0px auto;

    overflow: hidden;

}


/*轮播图右侧修饰*/
.bg-red {
    background-color: #001e3c;
    height: 13px;
    width: 100%;
    opacity: 0.6;
}

.plus-height {
    height: 101px;
}

.bg-white {
    background-color: white;
    height: 18px;
    width: 1520px;
}
/*底部*/
/*底部背景*/

.footer-bg{
    margin: 0 auto;
    width: 1520px;/*1520*/
    min-width: 1000px;
    height: 98px ;
    background-size: 100% 100%;


    background-color: #106470;
}

/*
.footer-bg{
    position: fixed;
    bottom:0;
    right:0;
    height: 98px ;
    left: 0;
    z-index: 100;
   background-color: #b31b1b;
}*/

/* 版权区 */
#footer-bottom {
    background-color: #282828;
    height: 100px;
   min-width: 1000px;
    padding: 10px 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
    color: white;
}

#copyright {
    float: left;
    width: 600px;
}

#copyright p {
    margin: 15px 0;
}

#qrcode {
    float: right;
}

#qrcode img {
    width: 60px;
    height: 60px;
}