body {
    margin: 0;
    padding: 0;
    font: 14px/1.5 Calibri,arial;
    background: #fff;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
}

table,
td,
tr,
th {
    font-size: 14px;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}

address,
cite,
code,
em,
th {
    font-weight: normal;
    font-style: normal;
}

a {
    color: #333333;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

a:active {
    color: #333333;
}

/*common*/
.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.main {
    min-height: 750px;
    padding-top: 130px;
}

/*header*/
header {
    background-color: #1676cd;
    color: #fff;
}

.nav {
    position: fixed;
    background-color: #1676cd;
    width: 100%;
    z-index: 999999;
}

nav {
}

    nav > li {
        /*width: calc((100% - 15px)/5);*/
        width: auto;
        position: relative;
        float: left;
        float: left;
        width: 230px;
        padding-top: 30px;
        line-height: 80px;
        padding-bottom: 15px;
		display:block;
    }

nav>li>a {
    color: #F0F0F0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 5px;
}

nav>li.active>a {
    color: #F0F0F0;
    border-bottom: 2px solid #f0f0f0;
}

nav>li>a:hover {
    color: #F0F0F0;
}

nav>li.logo {
    width: 261px;
    overflow: hidden;
}

nav>li.logo>img {
    height: 70px;
}

.sub-nav {
    position: fixed;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 130px;
    z-index: 9;
    display: none;
}

.nav-dro {
    background-color: #1676cd;
    width: 300px;
    float: right;
    margin-right: 180px;
}

.nav-dro>a {
    display: block;
    color: #f0f0f0;
    padding: 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}

.nav-dro>a:last-child {
    border-bottom: 0;
}

.nav-dro>a:hover {
    background-color: #f0f0f0;
    color: #1676cd;
}

/*footer*/
footer {
    clear: both;
	height:75px;
    line-height: 37px;
    background-color: #1676cd;
}

.footer {
    text-align: center;
    color: #fff;
}

.footer a {
    color: #fff;
}

/*内页通用*/
.banner {
    height: 480px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	   background:url(../img/banner-about.218052bb26.jpg) no-repeat center center;
}
.banner>img{width:100%;}


.aboutstitle{ font-size:40px; font-weight:bold;  color:#225cb9; margin-bottom:30px;}

.aboutcontent{font-size:23px; color:#26292c }

.path {
    background-color: #efefef;
    padding: 5px 8px;
    margin: 0px 0 30px 0;
	height:35px;
	line-height:35px;
}

.path>a::after {
    content: "/";
    padding-left: 5px;
    color: #a5a5a5
}
    .path > a:last-child::after {
        content: " ";
    }

    .page-content,
    .page-product {
        margin-bottom: 30px;
    }

.page-content img {
    max-width: 100%;
}

.page-content>.title {
    font-size: 22px;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
}

.page-content>.body {
    border-top: 1px solid #f5f5f5;
    padding-top: 30px;
    min-height: 200px;
}

.page-content>.body img {
    max-width: 100%;
}

.page-box {
    clear:both;
    margin-top: 30px;
    text-align: right;
}
.list_page {
    text-align: center;
    margin: 10px;
    display: block;
}

    .list_page:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }

    .list_page ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: bottom;
    }

        .list_page ul li {
            display: inline-block;
            border: solid 1px #ddd;
            border-radius: 4px;
        }

        .list_page ul a {
            color: #333;
            padding: 8px 12px;
            line-height: 18px;
            display: block;
            transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
            background: #fff;
        }

.page_group ul {
    border-right: solid 1px #ddd;
    border-radius: 4px;
}

    .page_group ul li {
        border-right: none;
        border-radius: 0;
        float: left;
    }

        .page_group ul li:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

        .page_group ul li:first-child {
            border-radius: 4px 0 0 4px;
        }

        .page_group ul li:last-child {
            border-radius: 0 4px 4px 0;
        }

    .page_group ul .active a {
        background: #f3f3f3;
        border-radius: 0;
    }


		/* 首页轮播图css */
		.slideBox{ width:100%; height:730px; overflow:hidden; position:relative; }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:730px; display:block; object-fit: cover; }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }