.w1200 {
    width: 1200px;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
    clear: both;
}

.margin-auto {
    margin: 0 auto;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.padding-top-50{
    padding-top: 50px;
}
.text-indent-2{
    text-indent: 2em;
}
.line-height-16{
    line-height: 1.6;
}
.header {
    height: 103px;
}

.header > div {
    float: left;
}
.line-height{
	line-height: 1.8
}

.header .logo {
    width: 265px;
}

.logo a {
    margin-top: 21px;
    display: block;
    width: 265px;
    height: 60px;
    background: url("/img/logo.png");
background-size:cover;
}

.navbar {
    margin-left: 53px;
    position: relative;
}

.navbar > ul > li {
    float: left;
}

.navbar > ul > li > a {
    display: block;
    width: 110px;
    height: 103px;
    color: #004294;
    line-height: 103px;
    text-align: center;
    transition: background-color 0.3s;
}

.navbar > ul > li > a.arrow {
    background-image: url("/img/arrow-b.png");
    background-repeat: no-repeat;
    background-position: 94px center;

}
.navbar > ul > li > a.cur{
	color: #fff;
    background-color: #004294;
	background-repeat: no-repeat;
    background-position: 103px center;
}
.navbar > ul > li > a.on{
	background-image: url("/img/arrow-w.png");
	color: #fff;
    background-color: #004294;
	background-repeat: no-repeat;
    background-position: 94px center;
}


.down-menu > li {
    float: left;
}

.down-menu {
    display: none;
    position: absolute;
    background-color: #326db5;
    width: 756px;
    left: 126px;
    z-index: 2;
}

.down-menu > li a {
    display: block;
    width: 126px;
    height: 65px;
    color: #fff;
    line-height: 65px;
    text-align: center;
}
.down-menu > li a:hover{
    background-color: #3a7ed1;
}
.banner img{
    width: 100%;
    min-width: 1200px;
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 50px;
    background: #007aff;
}
.container{
    width: 100%;
    background: url("/img/content-bg.png");
    background-size: cover;
}

.container-index .title{
    text-align: center;
}

.footer-warp{
    width: 100%;
    background-color: #004294;
    margin-top: 30px;
}
.footer .footer-left{
    float: left;
    padding-top: 20px;
}
.footer .footer-left> a{
	float: left;
	margin-right: 30px;
}
.footer .footer-right{
    float: right;
}
.footer-right{
    padding: 15px 0;
}
.footer-right span{
    color: #fff;
    display: block;
    float: left;
    padding: 10px 0;
}
.footer-right .tel{
    background: url("/img/tel.png") no-repeat left center;
    padding-left: 25px;
}
.footer-right .address{
    background: url("/img/address.png") no-repeat left center;
    padding-left: 25px;
    margin-left: 40px;
}
.footer-right .hao{
	 background: url("/img/icp.png") no-repeat left center;
	 padding-left: 25px;
	background-size: 20px;
}
.footer-right .bei{
    background: url("/img/jinghui.png") no-repeat left center;
    padding-left: 35px;
    margin-left: 45px;
}
.footer-right .hao{
    padding-left: 25px;
}
.container-warp{
    width: 100%;
}

.online{
    position: fixed;
    top: 60%;
    right: 5%;
    z-index: 100;
}
.online li{
    position: relative;
    margin-top: 10px;
}
.server>a{
    display: block;
    width: 46px;
    height: 46px;
    background: url("/img/online.png") no-repeat;
    background-position: 0 0;
}
.ewm{
     position: relative;
 }
.ewm>div{
    position: absolute;
    right: 56px;
    top: -10px;
    display: none;
}
.ewm>a{
    display: block;
    width: 46px;
    height: 46px;
    background: url("/img/online.png") no-repeat;
    background-position: 0 -50px;
    background-color: #fff;
}
.to-top>a{
    display: block;
    width: 46px;
    height: 46px;
    background: url("/img/online.png") no-repeat;
    background-position: 0 -100px;
    background-color: #fff;
}
.server>div{
    position: absolute;
    right:46px;
    top: -80px;
    display: none;
    padding-right: 15px;
}
.server>div>div{
    background-color: #fff;
    width: 240px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.server>div .tel{
    background: url("/img/suspend_icon_01.png") no-repeat left center;
    padding-left: 50px;
    height: 40px;
    margin-left: 20px;
    font-size: 16px;
    color: #004294;
}
.server>div .tel:hover{
    background: url("/img/suspend_icon_01_blue.png") no-repeat left center;
}
.server>div .tel p{
    font-size: 16px;
    font-weight: bold;
    color: #004294;
    padding: 5px 0;
}

.server>div .qq{
    background: url("/img/suspend_icon_03.png") no-repeat left center;
    padding-left: 50px;
    height: 40px;
    margin-left: 20px;
    font-size: 16px;
    color: #004294;
}
.server>div .qq:hover{
    background: url("/img/suspend_icon_03_blue.png") no-repeat left center;
}
.server>div a{
    display: block;
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
.server>div a:first-child{
    border:none
}
.server>div .qq p{
    font-size: 16px;
    font-weight: bold;
    color: #004294;
    padding: 5px 0;
}
.video{
    width: 120px;
    height: 88px;
    position: fixed;
    left: 10px;
    top: 60%;
    border: 10px solid #000;
    border-radius: 5px;
    cursor: pointer;
}
.video img{
    width: 120px;
}

.video-goods img{
	cursor:pointer;
}

.video>span{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url("/img/close_btn.png") no-repeat center center;
    background-size: 100%;
}
.dede_pages .pagelist{
	text-align: center
}
.dede_pages .pagelist li{
	display: inline-block;
	border: none;
}
.dede_pages .pagelist li a{
	display: block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 0 2px
}
.dede_pages .pagelist li.thisclass a{
	background-color: #004294;
	color: #fff
}
.dede_pages .pagelist li a:hover{
	background-color: #004294;
	color: #fff
}
.list-video{
	cursor: pointer
}
.paging{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.paging a:hover{
	color: #004294
}
.content-style{
	line-height: 1.8
}
.content-articcle{
	line-height: 1.8
}
.content-articcle img{
	max-width: 100% !important;
	height: auto !important;
}
.copyright{
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding-left: 25px
}