/* common css */

.w {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

button {
    border: 0;
    background-color: transparent;
    outline: none;
}

body,
html {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
}


/* 要注意表单元素并不继承父级 font 的问题 */

body,
select,
textarea {
    font: 14px yahei, arial, sans-serif;
    color: #666;
}

input,
select,
textarea {
    border: none;
}


/* 去掉 table cell 的边距并让其边重合 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ie bug：th 不继承 text-align */

th {
    text-align: inherit;
}


/* 去除默认边框 */

fieldset,
img {
    border: none;
}


/* ie6 7 8(q) bug 显示为行内表现 */

iframe {
    display: block;
}


/* 去掉 firefox 下此元素的边框 */

abbr,
acronym {
    border: none;
    font-variant: normal;
}


/* 一致的 del 样式 */

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}


/* 去掉列表前的标识，li 会继承 */

ol,
ul {
    list-style: none;
}


/* 对齐是排版最重要的因素，别让什么都居中 */

caption,
th {
    text-align: left;
}


/* 来自yahoo，让标题都自定义，适应多个系统应用 */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before,
q:after {
    content: '';
}


/* 统一上标和下标 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* 默认不显示下划线，保持页面简洁 */

ins,
a {
    text-decoration: none;
    color: inherit;
}


/* 去除 ie6 & ie7 焦点点状线 */

a:focus,
*:focus {
    outline: none;
}

ul.text a:hover {
    color: #075294;
}


/* 清除浮动 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* top css */

.top {
    line-height: 100px;
    height: 100px;
    overflow: hidden;
    box-sizing: border-box;
}

.top .logo {
    margin-top: 20px;
}

.top .logo img {
    width: 139px;
    height: 64px;
}

.top .nav {
    margin-left: 336px;
}

.top .nav ul li {
    float: left;
    padding: 0 15px;
    color: #333;
}

.top .nav ul li a {
    font-size: 16px;
}

.top .nav ul li.on {
    color: #0466b1;
}

.swiper-container {
    height: 32vw;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    margin-top: 0;
    margin-bottom: 0;
}

.com-tit {
    text-align: center;
    margin-top: 43px;
}

.com-tit h5 {
    color: #333;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}

.com-tit .line {
    width: 58px;
    height: 5px;
    background-color: #0466b1;
    margin: 15px auto 20px auto;
}

.about {
    position: relative;
}

.about .content {
    padding: 80px 60px;
    background: url(../images/bg-about.jpg)no-repeat center;
}

.about .content .text {
    width: 810px;
    text-align: justify;
    line-height: 24px;
}

.about .content a {
    background-color: #0466b1;
    color: #fff;
    padding: 10px 30px;
    position: absolute;
    bottom: 60px;
    right: 70px;
}

.swiper1 {
    background-color: #d6d6d6;
}

#swiper1 {
    height: 468px;
    padding: 80px 0;
    box-sizing: border-box;
}

.swiper-slide .text {
    width: 660px;
}

.swiper-slide .text h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 35px;
}

.swiper-slide .text p {
    color: #333;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 55px;
}

.swiper-slide .text a {
    padding: 10px 30px;
    background-color: #0466b1;
    color: #fff;
}

.swiper-slide .text a::after {
    content: '>>';
}

.swiper-slide .img {
    width: 440px;
    height: auto;
}

.swiper-slide .img img {
    width: 100%;
}

.news .content .img {
    width: 462px;
    height: 321px;
    position: relative;
}

.news .content .img a {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 36px;
    line-height: 36px;
    text-indent: 1rem;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
}

.text ul li:hover {
    color: #0466b1;
}

.news .content .text {
    width: 700px;
}

.news .content .text ul li {
    line-height: 27px;
}

.content .text ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}

.content .text ul li a {
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.content .text ul li span {
    float: right;
}

.procon h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.procon .text {
    margin-top: 20px;
    line-height: 24px;
    text-align: justify;
}

.procon .text img {
    text-align: center;
}


/* footer css */

body {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%
}

.footer {
    position: absolute;
    width: 100%;
    clear: both;
    bottom: -300px;
    left: 0;
    background-color: #262829;
    color: #fff;
    padding: 50px 0 20px 0;
    box-sizing: border-box;
}

.footer .logo-b {
    margin-top: 30px;
}

.footer .text {
    width: 625px;
    margin-left: 110px;
}

.footer .text ul li {
    margin-bottom: 15px;
    text-indent: 2rem;
    line-height: 28px;
}

.footer .text ul li:nth-child(1) {
    background: url(../images/icon1.png)no-repeat 0 0px;
}

.footer .text ul li:nth-child(2) {
    background: url(../images/icon2.png)no-repeat 0 2px;
}

.footer .text ul li:nth-child(3) {
    background: url(../images/icon3.png)no-repeat 0 5px;
}

.footer .text ul li:nth-child(4) {
    background: url(../images/icon4.png)no-repeat 0 0px;
}


/* newslist css */

.loc {
    margin: 0 auto;
    width: 322px;
    margin-bottom: 65px;
}

.loc ul li {
    float: left;
    margin-right: 30px;
}

.loc ul li:last-child {
    margin-right: 0;
}

.loc ul li a {
    display: inline-block;
    padding: 10px 40px;
    color: #666;
    font-size: 16px;
    border: 1px solid #666;
}

.loc ul li.on a {
    background-color: #0466b1;
    color: #fff;
}

.loc ul li:last-child {
    margin-right: 0;
}

.news-list ul li {
    width: 580px;
    float: left;
    margin-right: 40px;
    color: #999;
    line-height: 32px;
    height: 129px;
    margin-bottom: 60px;
}

.news-list ul li:nth-of-type(2n+2) {
    margin-right: 0;
}

.news-list ul li img {
    width: 213px;
    height: 129px;
}

.news-list ul li .text {
    width: 353px;
    height: 129px;
}

.news-list ul li .text h6 {
    font-size: 16px;
}

.news-list ul li .text h5 {
    font-size: 18px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list ul li .text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list ul li .text button {
    background: url(../images/arrow-none.png) no-repeat left;
    width: 32px;
    height: 5px;
}

.news-list ul li:hover {
    background-color: #0466b1;
    color: #fff;
}

.news-list ul li:hover h5 {
    color: #fff;
}

.news-list ul li:hover button {
    background: url(../images/arrow-on.png) no-repeat left;
}

.news-con {
    color: #666;
}

.news-con .top {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.news-con .text {
    padding-top: 30px;
    line-height: 24px;
    text-align: justify;
}

.news-con .top h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.news-con .top span {
    margin-right: 40px;
}

.news-con .top span:last-child {
    margin-right: 0;
}

.sub-banner {
    position: relative;
    width: 100%;
    height: 406px;
    color: #fff;
}

.sub-banner p {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 30px;
    font-weight: 700;
}

.sub-nav {
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-shadow: 0 3px 3px #ccc;
    color: #666;
    margin-bottom: 3px;
}

.sub-nav p a::after {
    content: ">";
    margin-left: 6px;
}

.sub-nav p a:last-child::after {
    content: "";
}

.com-block {
    padding: 50px 0 0 0;
}


/* content css */

.newscon .toptit {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.newscon .text {
    padding-top: 30px;
    line-height: 24px;
    text-align: justify;
}

.newscon .toptit h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.newscon .toptit span {
    margin-right: 40px;
}

.newscon .toptit span:last-child {
    margin-right: 0;
}

.sub-loc ul li {
    float: left;
    margin-right: 20px;
}

.sub-loc ul li.on {
    border-bottom: 3px solid #0466b1;
}


/* imglist css */

.img-list ul li {
    float: left;
    width: 363px;
    box-sizing: border-box;
    padding: 15px;
    margin-right: 55px;
    margin-bottom: 55px;
    box-shadow: 0 3px 3px #ccc;
    text-align: center;
}

.img-list ul li img {
    width: 100%;
    height: 253px;
}

.img-list ul li a {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
}

.img-list ul li:nth-of-type(3n+3) {
    margin-right: 0;
}


/* paging css */

.paging {
    clear: both;
    padding: 20px 0;
}

.paging ul>span,
.paging ul>a {
    display: flex;
    padding: 0 10px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 5px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

.paging ul>span.current,
.paging ul>a:hover {
    background-color: #0466b1;
    color: #fff;
}

.about-pro {
    background: url(../images/bg-about1.jpg)no-repeat 100%;
    padding: 70px 0;
    margin-top: 45px;
    position: relative;
}

.pro-left {
    width: 665px;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 95px;
}

.pro-left .tit {
    padding-right: 15px;
    box-sizing: border-box;
    text-align: right;
    width: 358px;
    color: #fff;
    border-right: 5px solid #fff;
    float: right;
}

.pro-left .tit h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pro-left .tit p {
    text-transform: uppercase;
}

.pro-left .text {
    float: right;
    text-align: right;
    margin-top: 70px;
}

.pro-left .text h5 {
    color: #e7e7e7;
    font-size: 20px;
    line-height: 32px;
}

.pro-left .text p {
    color: #8fcbff;
    font-size: 16px;
    line-height: 32px;
}

.tec01,
.tec02 {
    width: 98px;
    height: 98px;
    position: absolute;
    left: 617px;
}

.tec01 {
    background: url(../images/tec01.png)no-repeat 100%;
    top: 185px;
}

.tec02 {
    background: url(../images/tec02.png)no-repeat 100%;
    top: 365px;
}

.contact-content {
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    margin-top: 40px;
}

.contact-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}