/* 公告样式 */
body {
    font-size: 14px;
    color: #4a4a4a;
}

body,
ul,
li,
p,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
a,
input,
button {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #4a4a4a;
}

a:hover {
    text-decoration: none;
    color: #4a4a4a;
}

.clearFix::after {
    content: "";
    display: table;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.clear {
    clear: both;
}

/* 首页开始 */
/* 导航栏 */
header {
    width: 100%;
    height: auto;
}

.logo {
    padding: 10px 0;
}

.logo a {
    color: #333;
    display: block;
}

.logo a img {
    display: block;
}

nav {
    width: 100%;
    height: 40px;
    background-color: #165ca9;
}

nav ul {
    width: 100%;
    display: flex;
}

nav li {
    flex: 1;
    line-height: 40px;
    text-align: center;
}

nav li a {
    display: block;
    padding: 0px 10px;
    color: #fff;
    font-size: 14px;
    transition: all ease 0.5s;
}

nav li a:hover {
    color: #fff;
    background: #e18928;
}

nav li.active>a {

    background: #e18928;
}

/* banner */
.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
}

.header-tel {
    margin-top: 30px;
}

/* 首页产品 */
.index-pro1 {
    width: 100%;
    margin: 25px 0px;
    padding: 20px 0;
    background: #165ca9;
    display: flex;
    font-size: 0px;
}

.index-pro1 {
    position: relative;
}

.swiper-pro {
    width: 1160px;
}

.index-pro1-list {
    width: 100%;
    height: auto;
    text-align: center;
}

.index-pro1-list p {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
}

.index-pro1-pic {
    width: 100%;
    height: 260px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

.index-pro1-pic img {
    transition: all ease 0.5s;
    width: 100%;
    height: 100%;
}

.index-pro1-pic:hover img {
    transform: scale(1.1);
}

.swiper-pro .swiper-button-next,
.swiper-pro .swiper-button-prev {
    width: 35px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
}

.swiper-pro .swiper-button-next {
    background: url(/skin/images/pro1-next.jpg);
    background-size: 100% 100%;
}

.swiper-pro .swiper-button-prev {
    background: url(/skin/images/pro1-prev.jpg);
    background-size: 100% 100%;
}

.index-pro {
    width: 100%;
    padding: 20px 0;
}

.index-tit {
    width: 100%;
    text-align: center;
}

.index-center {
    width: 200px;
    height: auto;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.index-center>strong {
    font-size: 96px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #a6b9d7;
    z-index: -1;
    line-height: 1em;
}

.index-center>p {
    padding: 40px 0 0px;
    font-size: 14px;
    text-transform: uppercase;
}

.index-line {
    width: 50px;
    height: 2px;
    background: #165ca9;
    margin: 8px auto;
}

.index-center>h1 {
    font-size: 36px;
    color: #165ca9;
}

.index-pro-body {
    width: 100%;
    padding: 30px 0;
}

.index-pro-class {
    width: 200px;
    height: auto;
}

.index-pro-class>div {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #165ca9;
    color: #fff;
    font-size: 24px;
    border: 1px solid #165ca9;
}

.index-pro-class>ul {
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
}

.index-pro-class>ul>li {
    width: 100%;
    border-top: 1px solid #aaa;
    text-align: center;
    transition: all ease 0.5s;
}

.index-pro-class li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    transition: all ease 0.5s;
    padding: 15px 0;
}

.index-pro-class li:hover {
    background: #165ca9;
}

.index-pro-class li:hover a {
    color: #fff;
}

.index-pro-box {
    width: 970px;
}

.index-pro-box ul {
    font-size: 0;
}

.index-pro-box li {
    width: 220px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.index-pro-box li:nth-child(4n) {
    margin-right: 0px;
}

.index-pro-pic {
    width: 100%;
    height: 220px;
    border: 1px solid #aaa;
    overflow: hidden;
}

.index-pro-pic img {
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
}

.index-pro-pic:hover img {
    transform: scale(1.1);
}

.index-pro-box li p {
    line-height: 2em;
    font-size: 16px;
    padding: 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.pager {
    width: 100%;
    margin: 30px 0 0;
    text-align: center;
}

.pager a {
    display: inline-block;
    padding: 0 10px;
    height: 42px;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    margin: 0px 5px;
    background: #bfbfbf;
}

.pager .active {
    background-color: #165ca9;
    color: #fff;
}

.pager span {
    cursor: pointer;
}

/* 首页关于我们 */
.index-about {
    width: 100%;
    height: 600px;
    background: url(/skin/images/index-about.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 0;
}

.index-about-fl {
    width: 50%;
    text-align: center;
    padding: 68px 0;
}

.index-about-fl li {
    display: block;
    padding: 30px 0;
}

.index-about-text {
    width: 50%;
    padding: 50px 0;
    box-sizing: border-box;
}

.index-about-text .index-center>strong {
    color: #b8c7da;
}

.index-about-text .index-center>p,
.index-about-text .index-center>h1 {
    color: #fff;
}

.index-about-text .index-center>.index-line {
    background-color: #fff;
}

.index-about-box {
    width: 520px;
    margin: 60px auto;
    line-height: 2em;
    text-indent: 2em;
    color: #fff;
}

.index-about-more {
    width: 100%;
    text-align: center;
}

.index-about-more>a {
    display: inline-block;
    width: 85px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all ease 0.5s;
}

.index-about-more>a:hover {
    background: #165ca9;
    color: #fff;
}

/* 首页新闻 */
.index-news {
    width: 100%;
    padding: 45px 0;
}

.index-news-body {
    margin: 40px auto;
    padding: 0px 30px;
    box-sizing: border-box;
}

.index-news-pic {
    width: 580px;
    height: auto;
    overflow: hidden;
}

.index-news-pic img {
    width: 100%;
    transition: all ease 0.5s;
}

.index-news-pic:hover img {
    transform: scale(1.1);
}

.index-news-text {
    width: 520px;
    height: auto;
}

.index-news-tit {
    width: 485px;
    height: 15px;
    border-left: 1px solid #2b6aaf;
}

.index-news-text ul {
    width: 100%;
    height: auto;
}

.index-news-name {
    width: 100%;
}

.index-news-name>span {
    display: inline-block;
    width: 110px;
    line-height: 1.5em;
    font-size: 16px;
}

.index-news-name>a {
    font-size: 16px;
    transition: all ease 0.5s;
}

.index-news-name>a:hover {
    color: #165ca9;
}

.index-news-list {
    width: 485px;
    padding: 12px 0 12px 80px;
    border-left: 1px solid #2b6aaf;
    line-height: 1.7em;
    color: #999;
    box-sizing: border-box;
}

/* footer */
footer {
    width: 100%;
    height: auto;
    background: #2b6aaf;
    padding: 30px 0;
    box-sizing: border-box;
}

.erweima {
    height: auto;
}

.erweima p {
    float: left;
    color: #fff;
    text-align: center;
    margin-right: 15px;
}

.erweima img {
    width: 100%;
}

.footer-nav {
    margin-left: 20%;
    padding: 20px 0;
    line-height: 1.5em;
}

.footer-nav>div {
    width: 250px;
    color: #fff;

}

.footer-nav a {
    color: #fff;
}

.footer-contact {
    padding: 20px 0;
    width: 440px;
    color: #fff;
    line-height: 1.5em;
}

.footer-bottom {
    width: 100%;
    text-align: center;
}

/* 关于我们页面 */
.main {
    width: 100%;
    padding: 60px 0;
}

.content {
    width: 960px;
    min-height: 350px;
}

.title {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #165ca9;
}

.title span {
    font-size: 16px;
}

.title a {
    font-size: 12px;
}

.about {
    width: 100%;
    line-height: 2em;
    padding: 20px 0;
    margin: 50px 0;
    text-indent: 2em;
}

.about img {
    max-width: 100% !important;
    max-height: auto !important;
}

/* 产品中心 */
.product {
    width: 100%;
    padding: 20px 0;
}

.product ul {
    font-size: 0px;
}

.product li {
    width: 220px;
    height: auto;
    margin-right: 26px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
}

.product li:nth-child(4n) {
    margin-right: 0;
}

.product-pic {
    width: 100%;
    height: 220px;
    border: 1px solid #aaa;
    overflow: hidden;
}

.product-pic img {
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
}

.product-pic:hover img {
    transform: scale(1.1);
}

.product li p {
    font-size: 16px;
    line-height: 2em;
    padding: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

/* 产品内页 */
.productsd {
    width: 100%;
    min-height: 200px;
}

.ny-pager {
    line-height: 2em;
    font-size: 16px;
}

/* 新闻资讯 */
.news,
.newsd {
    width: 100%;
    padding: 20px 0;
}

.news li {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.news li span {
    transition: all ease 0.5s;
}

.news li:hover span:first-child {
    color: #165ca9;
}

/* 新闻内页 */
.newsd-tit {
    font-size: 30px;
    text-align: center;
}

.newsd-tit p {
    line-height: 2em;
    color: #999;
    font-size: 14px;
}

.newsd-body {
    width: 100%;
    min-height: 200px;
    font-size: 16px;
    padding: 15px 0;
    line-height: 2em;
}

/* 联系我们 */
.contact {
    width: 100%;
    padding: 20px 0;
}

.contact-text {
    font-size: 16px;
    line-height: 2em;
}

.map {
    width: 100%;
    height: 360px;
    margin-top: 30px;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_title b {
    float: none !important;
    width: auto !important;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#map img {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}