header {
    width: 100%;
    background-color: #0288d1;
    position: relative;
}

header .container {
    position: relative;
}

header .lang {
    position: absolute;
    top: 0;
    right: 20px;
    width: 70px;
    height: 18px;
    line-height: 18px;
    background-color: #0178b9;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

header .logo {
    float: left;
    padding: 25px 0 24px 0;
}

header nav {
    float: right;
}

header nav a {
    float: left;
    padding: 68px 10px 18px;
    color: #fff;
    text-align: center;
}

header nav a p {
    height: 24px;
    line-height: 0px;
    font-size: 16px;
}

header nav a span {
    display: block;
    height: 16px;
    line-height: 9px;
    font-size: 11px;
    opacity: 0.6;
}

header nav a:hover {
    color: #fff;
    background: url("../images/triangle.png") no-repeat bottom center;
}

header nav a.active {
    background: url("../images/triangle.png") no-repeat bottom center;
}

header nav a.active p {
    font-weight: bold;
}

.sub-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.sub-menu .sub {
    position: absolute;
    z-index: 11;
    display: none;
}

.sub-menu .sub.active {
    display: block;
}

.sub-menu > div a {
    display: inline-block;
    padding: 15px;
    font-size: 14px;
}

.sub-menu .nav-product {
    max-height: 260px;
    overflow: hidden;
    left: 0;
    right: 0;
}

.sub-menu .nav-product ul {
    display: none;
}

.sub-menu .nav-product ul.active {
    display: block;
}

.sub-menu .nav-product .nav {
    height: 213px;
    float: left;
    width: 16.5%;
}

.sub-menu .nav-product .nav a {
    display: block;
    padding: 0;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.sub-menu .nav-product .nav a.active span {
    display: inline-block;
    color: #0288D1;
    border-bottom: 2px solid #0288D1;
}

.sub-menu .nav-product ul {
    float: left;
    width: 83.5%;
}

.sub-menu .nav-product li {
    float: left;
    width: 20%;
    padding-top: 35px;
    padding-bottom: 25px;
    border-right: 2px solid #f6f6f6;
    box-sizing: border-box;
}

.sub-menu .nav-product li a {
    padding: 0 15px;
}

.sub-menu .nav-product li a:hover p{
	color: #0288d1
}

.sub-menu .nav-product li p {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}


.sub-menu .nav-product .nav {
    border-left: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
}

.sub-menu .nav-product .list:first-child a {
    font-size: 16px;
    color: #666666FF;
}


footer {
    padding: 50px 0 40px 0;
    background-color: rgba(2, 136, 209, 0.7);
}

footer ul {
    float: left;
    width: 14.28%;
}


footer ul li h3 a {
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

footer ul li {
    margin-bottom: 3px;
}

footer ul li:first-child {
    margin-bottom: 12px;
}

footer ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

footer .tel h3{
	font-size: 26px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	line-height: 1.6
}

.footer-bar {
    background-color: rgba(0, 116, 179, 1);
    text-align: center;
}

.footer-bar p {
    padding: 10px;
    font-size: 14px;
    color: #fff;
}

.menu .navbar-toggle {
    margin: 0;
    margin-top: 15px;
    display: inline-block;
}

.menu .container {
    width: auto;
}

.menu .navbar-toggle .icon-bar {
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu button.active {
    border-color: transparent;
}

.menu button.active .icon-bar:nth-child(1) {
    margin-top: 5px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu button.active .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -5px;
}

.menu button.active .icon-bar:nth-child(2) {
    opacity: 0;
}


.sub-bar {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.position{
    padding: 19px 0 17px 0;
    float: left;
}

.position i, .position p {
    float: left;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    padding: 0 30px;
    border-left: 1px solid rgba(238, 238, 238, 1);
}

.position p {
    border-right: 1px solid rgba(238, 238, 238, 1);
}

.position i {
    display: block;
    width: 24px;
    height: 20px;
    background: url("../images/icon_10.png") no-repeat center;
    background-size: 24px;
}

.position p a {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
}

.sub-nav {
    float: right;
}

.sub-nav li {
    float: left;
    padding: 21px 0 19px 0;
    position: relative;

}

.sub-nav li a{
    display: block;
    border-right: 1px solid rgba(238,238,238,1);
    padding: 0 23px;
}

.sub-nav li:first-child a{
    border-left: 1px solid rgba(238,238,238,1);
}

.sub-nav li.active:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    margin-left: -45px;
    height: 2px;
    background: rgba(2,136,209,1);
}

.top-banner {
	width: 100%;
/*	height: 360px;*/
/*	background: url("../img/top_banner_01.jpg") no-repeat center; */
/*	background-size: cover;*/
}
/*
.top-banner-01{
	background: url("../img/top_banner_01.jpg") no-repeat center;
}
*/

/*
.top-banner-02{
	background: url("../img/top_banner_02.jpg") no-repeat center;
}

.top-banner-03{
	background: url("../img/top_banner_03.jpg") no-repeat center;
}

.top-banner-04{
	background: url("../img/top_banner_04.jpg") no-repeat center;
}

.top-banner-05{
	background: url("../img/top_banner_05.jpg") no-repeat center;
}

.top-banner-06{
	background: url("../img/top_banner_06.jpg") no-repeat center;
}
.top-banner-07{
	background: url("../img/top_banner_07.jpg") no-repeat center;
}

.top-banner-08{
	background: url("../img/top_banner_08.jpg") no-repeat center;
}
.top-banner-09{
	background: url("../img/top_banner_09.jpg") no-repeat center;
}
.top-banner-10{
	background: url("../img/top_banner_10.jpg") no-repeat center;
}
*/

.dede_pages {
	text-align: center;
}
.dede_pages .pagination>li{
	display: inline-block;
}

.dede_pages .pagination{
	margin: 40px auto 0;
}

.online-server {
	position: fixed;
	right: 1%;
	top: 70%;
}

.online-server li{
	position: relative
}

.online-server li a{
	width: 50px;
	height: 50px;
	border-radius:5px;
	margin-top: 5px
}

.online-server li.qq a{
	display: block;
	background: url("../images/qq.png") no-repeat center center;
	background-size: 30px;
	background-color: #EEEEEE
}
.online-server li.wechat a{
	display: block;
	background: url("../images/wechat.png") no-repeat center center;
	background-size: 30px;
	background-color: #EEEEEE
}

.online-server li.top a{
	display: block;
	background: url("../images/top.png") no-repeat center center;
	background-size: 30px;
	background-color: #EEEEEE
}

.online-server li a:hover{
	background-color: #ccc
}

.online-server .code{
	display: none;
	width: 100px;
	height: 100px;
/*	background-color: #ccc;*/
	position: absolute;
	top: 0;
	right: 110%;
}

.online-server li:hover .code{
	display: block
}


.footer-nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	z-index: 10000
}
.footer-nav ul {
	display:box;
	display:-webkit-box;
	display:-webkit-flex; 
	display:-moz-box; 
	display:-ms-flexbox; 
	display:flex;
}
.footer-nav li {
	-prefix-box-flex: 1; 
	-webkit-box-flex: 1; 
	-webkit-flex: 1; 
	-moz-box-flex: 1; 
	-ms-flex: 1; 
	flex: 1;
	height: 100%;
	text-align: center;
}
.footer-nav li i {
	display: inline-block;
	width: 25px;
	height: 30px;
	background: url("../images/icon_38.png") no-repeat center;
	background-size: 100%;
}
.footer-nav li:nth-child(2) i {
	background: url("../images/icon_40.png") no-repeat center;
	background-size: 100%;
}
.footer-nav li:nth-child(3) i {
	background: url("../images/icon_39.png") no-repeat center;
	background-size: 100%;
}
.footer-nav li p {
	font-size: 14px;
	color: #0288d1
}


@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}


@media (max-width: 1024px) {

}


@media (max-width: 768px) {
	header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000
	}
    header .logo {
        padding: 0px 0;
    }
	
/*
	.top-banner{
		background: url("../img/top_banner_min_01.jpg") no-repeat center; 
		background-size: 100% !important;
	}
	
	.top-banner-01{
		background: url("../img/top_banner_min_01.jpg") no-repeat center;
	}

	.top-banner-02{
		background: url("../img/top_banner_min_02.jpg") no-repeat center;
	}

	.top-banner-03{
		background: url("../img/top_banner_min_03.jpg") no-repeat center;
	}

	.top-banner-04{
		background: url("../img/top_banner_min_04.jpg") no-repeat center;
	}

	.top-banner-05{
		background: url("../img/top_banner_min_05.jpg") no-repeat center;
	}

	.top-banner-06{
		background: url("../img/top_banner_min_06.jpg") no-repeat center;
	}
	.top-banner-07{
		background: url("../img/top_banner_min_07.jpg") no-repeat center;
	}

	.top-banner-08{
		background: url("../img/top_banner_min_08.jpg") no-repeat center;
	}
	.top-banner-09{
		background: url("../img/top_banner_min_09.jpg") no-repeat center;
	}
	.top-banner-10{
		background: url("../img/top_banner_min_10.jpg") no-repeat center;
	}
*/

    footer {
        padding-left: 15px;
        padding-right: 15px;
    }
	.footer-bar{
		margin-bottom: 60px;
	}

    footer ul {
        width: 33.33333%;
		text-align: center;
    }

	
	footer ul li{
		display: none;
	}
	
	footer ul li:first-child{
		display: block
	}

    .footer-bar p {
        line-height: 1.6;
    }

    nav {
        position: absolute;
        top: 64px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: -1;
    }

    nav.active {
        width: 100%;
        z-index: 10000000;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 1;
        visibility: visible;
    }

    header nav a {
        width: 96%;
        padding: 10px 0;
        margin: 0 2%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    header nav a span {
        display: none;
    }
	.sub-nav{
		width: 100%;
	}
	.sub-nav li{
		width: 33.3333333%;
		padding: 0;
		text-align: center;
		height: 40px;
		line-height: 40px;
		margin: 5px 0;
	}
	.sub-nav li a{
		padding: 0
	}
	.dede_pages .pagination>li{
		margin: 5px
	}
}

/* ----- 通用PB分页条 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 6px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #4fc08d;
  border: 1px solid #4fc08d;
}
.pagination a.page-num-current {
  color: #fff;
  background: #4fc08d;
  border: 1px solid #4fc08d;
}