@charset 'UTF-8';

/*去除常见标签默认的margin 和 padding */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
}


/* 设置网页统一的字体大小,行高,字体系列相关属性 */

body {
    font: 14px/1.5 "Helvetica Neue", "Helvetica", "Arial", "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* 去除列表默认样式 */

ul,
ol {
    list-style: none;
}


/* 去除默认的倾斜效果 */

em,
i {
    font-style: normal;
}


/* 去除a标签默认下划线,并设置默认文字颜色 */

a {
    text-decoration: none;
    color: #333;
}


/* 设置img 的垂直对方式为居中对齐,去除img默认下间隙 */

img {
    vertical-align: middle;
}


/* 去除input默认样式 */

input {
    border: none;
    outline: none;
    color: #333;
}


/* 左浮动 */

.fl {
    float: left;
}


/* 右浮动 */

.fr {
    float: right;
}


/* 双伪元素清除法 */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}


/*公共样式*/

@font-face {
    font-family: 'icomoon';
    src: url('../public/icomoon/fonts/icomoon.eot');
    src: url('../public/icomoon/fonts/icomoon.eot') format('embedded-opentype'), url('../public/icomoon/fonts/icomoon.ttf') format('truetype'), url('../public/icomoon/fonts/icomoon.woff') format('woff'), url('../public/icomoon/fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.containe-fluid {
    padding: 0;
}

.container {
    padding: 0;
}

.navbar {
    margin-bottom: 0;
}

.jumbotron {
    padding: 0;
    margin: 0;
}

.row {
    margin: 0;
}

.HomePage-Top {
    background-color: #323131;
    line-height: 36px;
}

.HomePage-Top .topLeft,
.HomePage-Top .topRight {
    padding: 0;
}

.HomePage-Top .topLeft a,
.HomePage-Top .topRight a {
    color: #fff;
}

.HomePage-Top .topLeft a span,
.HomePage-Top .topRight a span {
    vertical-align: middle;
}

.HomePage-Top .row a:nth-child(even) {
    padding-left: 6px;
}

.HomePage-Top .row .en {
    padding-left: 6px;
}

.HomePage-Top-nav .navLogo {
    padding: 0;
}

.HomePage-Top-nav .navLogo h1 {
    display: inline-block;
    width: 175px;
    height: 66px;
    background: url(../images/HomePage/logo.png) no-repeat;
    background-size: 175px 43px;
    font-size: 0;
    color: #323131;
    text-decoration: none;
    vertical-align: sub;
}

.HomePage-Top-nav .navLogo h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.HomePage-Top-nav .navRight {
    padding: 0;
}

.HomePage-Top-nav .navRight ul {
    display: flex;
    justify-content: space-between;
    line-height: 84px;
}

.HomePage-Top-nav .navRight ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #57585b;
    text-decoration: none;
}

.HomePage-Top-nav .navRight ul li a:hover {
    color: #083e7f;
    padding-bottom: 6px;
    border-bottom: 3px solid #083e7f;
}

.HomePage-Footer {
    padding: 12px 0;
    width: 100%;
    background-color: #f2f2f2;
}

.HomePage-Footer .HomePage-Footer-list {
    display: flex;
    justify-content: space-between;
}

.HomePage-Footer .HomePage-Footer-list ul li {
    padding: 6px 0;
}

.HomePage-Footer .HomePage-Footer-list ul li:first-child {
    padding-bottom: 20px;
}

.HomePage-Footer .HomePage-Footer-list ul li:first-child a {
    padding-bottom: 12px;
    border-bottom: 3px solid #083e7f;
    font-weight: 700;
    font-size: 16px;
}

.HomePage-Footer .HomePage-Footer-list ul li a {
    color: #595757;
    letter-spacing: 0.5px;
}

.HomePage-Footer .w ul:nth-child(1) li:nth-child(3),
.HomePage-Footer .w ul:nth-child(1) li:nth-child(5),
.HomePage-Footer .w ul:nth-child(1) li:nth-child(7) {
    line-height: 0;
    padding-bottom: 18px;
}

.HomePage-Footer_Buttom {
    width: 100%;
    background: #e6e6e6;
    text-align: center;
    font-size: 12px;
    padding: 3px 0;
}

.HomePage-Footer_Buttom .container .row a {
    text-decoration: none;
    color: #595757;
    letter-spacing: 0.5px;
    font-family: Microsoft YaHei, Arial, Helvetica, "sans-serif";
    border-right: 2px solid #083e7f;
    padding: 0 12px;
    border-right: 1px solid #083e7f;
}

.HomePage-Footer_Buttom .container .row a:nth-child(4) {
    border-right: 0;
}

.HomePage-Footer_Buttom .container .row a img {
    vertical-align: sub;
    padding-right: 3px;
    width: 9%;
}

.HomePage-Footer_Buttom .container .row a:last-child {
    border-left: 1px solid #083e7f;
    border-right: 0;
}

.navRight ul li:nth-child(5) a {
    color: #083e7f;
    padding-bottom: 6px;
    border-bottom: 3px solid #083e7f;
}

.ContactsPage-Banner {
    padding: 0;
}

.ContactsPage-Banner img {
    width: 100%;
}

.ContactsPage-map {
    padding: 26px 0;
}

.ContactsPage-map .row .ContactsPage-map-left {
    padding: 0 15px 0 0;
}

.ContactsPage-map .row .ContactsPage-map-left ul li {
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d9;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.ContactsPage-map .row .ContactsPage-map-left ul li span {
    color: #083e7f;
    font-size: 26px;
    margin-right: 9px;
    vertical-align: middle;
}

.ContactsPage-map .row .ContactsPage-map-left ul li:first-child {
    padding-bottom: 10px;
    border-bottom: 3px solid #083e7f;
    font-size: 22px;
    color: #083e7f;
    font-weight: 800;
}

.ContactsPage-map .row .ContactsPage-map-right {
    padding: 0;
}

.ContactsPage-map .row .ContactsPage-map-right #allmap {
    width: 100%;
    height: 320px;
}

.ContactsPage-add {
    padding: 0;
    width: 100%;
    background: url(../images/ContactsPage/bacg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ContactsPage-add .ContactsPage-add-list {
    padding: 0;
}

.ContactsPage-add .ContactsPage-add-list .add-title {
    padding-top: 16px;
}

.ContactsPage-add .ContactsPage-add-list .add-title h3 {
    display: inline-block;
    font-size: 28px;
    border-bottom: 3px solid #083e7f;
    padding-bottom: 9px;
    color: #083e7f;
}

.ContactsPage-add .ContactsPage-add-list .add-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items {
    width: 366px;
    padding: 16px 0 16px 0;
    overflow: hidden;
    transition: all 0.3s;
}

.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items .list-title {
    height: 46px;
    background-color: #083e7f;
    color: #fff;
    text-align: left;
    line-height: 46px;
    font-size: 18px;
    padding-left: 10%;
    letter-spacing: 0.8px;
}

.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items .list-title span {
    font-size: 26px;
    vertical-align: bottom;
    padding-right: 9px;
    letter-spacing: 0.8px;
}

.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items .list-text {
    height: 126px;
    background: #fff;
    padding: 5% 11% 10% 11%;
    box-shadow: 0 0 10px #aab4c5;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}

.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items .list-text:nth-child(1),
.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items .list-text:nth-child(2),
.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items .list-text:nth-child(3) {
    height: 156px;
}

.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items .list-text ul li {
    font-size: 16px;
    margin: 10px 0;
}

.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items .list-text ul li span {
    font-size: 22px;
    padding-right: 9px;
    color: #083e7f;
    vertical-align: middle;
}

.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items .list-text ul li a {
    letter-spacing: 0.8px;
}

.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items:hover {
    transition: all 0.3s;
    transform: scale(1.02);
    overflow: hidden;
}

.ContactsPage-add .ContactsPage-add-list .add-list .add-list-items:hover .list-text {
    border-bottom: 2px solid #083e7f;
}

.ContactsPage-add .ContactsPage-add-list .add-list-items:nth-child(2) .list-title {
    font-size: 14px;
}