@charset "utf-8";
* {
    padding: 0;
    margin: 0;
	
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color:#333;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}
body{min-width:1200px;}
input,
img,
a {
    outline: none;
    border: 0;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
.px1400 {
	max-width: 1400px;
	margin: 0 auto;
}
.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.pic img:hover {
	transform: scale(1.1);
}

.wap {
	display: none !important;
}

#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9990009;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../images/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../images/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../images/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../images/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}





.header{
	background: url("../image/top-bg.png") no-repeat center top;
	background-size: cover;
}
.head{
	padding: 34.5px 0;
	overflow: hidden;
}
.header .head{display:flex;justify-content:space-between;align-items:center;}
.logo{
	float: left;
}
.logo a img{
	    height: 75px
}
.hd-link ul{display:flex;justify-content:flex-end;}
.hd-link ul li{line-height:30px;position:relative;margin-left:10px;font-size:14px;}
.hd-link ul li a{color:#999999;display:inline-block;padding-left:10px;}
.hd-link ul li::before{content:"";width:1px;height:16px;display:block;background:#999999;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.hd-link ul li:first-of-type::before{content:none;}
.hd-link ul li:first-of-type{margin-left:0;}
.hd-link ul li:first-of-type a{padding-left:0;}
.hd-link ul li:hover a{color: #0e5ea3;}
.seach{
	float: right;
	position: relative;
	margin-top: 10px;
	box-shadow: 0px 0px 16px 0px 
			rgba(0, 38, 105, 0.15);
}
.seach input[type="text"]{
	width: 300px;
	height: 40px;
	padding-left: 15px;
	padding-right: 50px;
}
.seach input[type="image"]{
	position: absolute;
	right: 10px;
	top: 25%;
}
#nav{
	background: url("../image/nav-bg.png") repeat-x center center;
}
#nav::after{
	content: "";
		display: block;
		height: 0;
		clear: both;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	line-height: 63px;
	position: relative;
}
.nav>ul>li>a{
	font-size: 20px;
	color: #ffffff;
}

.nav>ul>li:hover{
	background: url("../image/nav-dot.png") repeat-x bottom center;
}
.nav>ul>li>ul>li:hover{
	background: #082d70;
}
.nav>ul>li>ul>li:hover a{
	color: #fff;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	z-index: 999;
	background: rgba(255,255,255,0.79);
	padding: 15px 0;
}
.nav>ul>li>ul>li{
	text-align: center;
	line-height: 60px;
	
}
.nav>ul>li>ul>li>a{
	font-size: 16px;
	color: #333333;
	display: block;
	margin: 0 15px;
	border-bottom: 1px dotted rgba(51,51,51,0.37);
}
.banner>.slick-prev{
	width: 55px;
	height: 55px;
	background: url("../image/ba-left.png") no-repeat center center;
	left: 4%;
	background-size: 100%;
}
.banner>.slick-next{
	width: 55px;
	height: 55px;
	background: url("../image/ba-right.png") no-repeat center center;
	right: 4%;
	background-size: 100%;
}
.banner img{
	width: 100%;
}
.footer{
	background: url("../image/foot-bg.png") no-repeat center center;
	    background-size: cover;
	    padding: 37px 0;
}
.foot{
	overflow: hidden;
}
.bq{
	width: 86%;
	float: left;
}
.bq-t>p{
	font-size: 15px;
	line-height: 30px;
	color: #b3caf4;
}
.bq-b{
	margin-top: 20px;
}
.bq-b>p{
	font-size: 15px;
	line-height: 30px;
	padding-top: 10px;
	color: #b3caf4;
	border-top: 1px solid #39568b;
}
.bq-b>p a{color: #b3caf4;}
.foot-r{
	width: 14%;
	float: right;
	
	text-align: center;
}
.rwm{
	padding: 0;
}
.rwm>div>h2{
	font-size: 18px;
	color: #ffffff;
}
.rwm>div{
	margin-top: 10px;
}




/* 移动端头部 */
.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}
.banner a{
	display: block;
}
.banner img{
	width: 100%;
}


@media screen and (max-width: 1400px) {
	.px1400{
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
}