@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: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}
.px1400{
	max-width: 1400px; 
	margin: 0 auto;
}
.header{
	/* background: url("../image/topbg223.jpg") no-repeat center top; */
	background-size: cover;
	height: auto;
	/* min-height: 407px; */
	/* width: 1420px; */
	/* margin: 0 auto; */
}
.head{
	padding: 34.5px 0;
	overflow: hidden;
}
.logo{
	float: left;
}
.seach{
	float: right;
	position: relative;
	margin-top: 30px;
	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") no-repeat center center;
	background-size: cover;
}
#nav::after{
	content: "";
		display: block;
		height: 0;
		clear: both;
}

.nav>ul>li{
	float: left;
	width: 16.66%;
	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: #fff;
}
.bq-b{
	margin-top: 20px;
}
.bq-b>p{
	font-size: 15px;
	line-height: 30px;
	padding-top: 10px;
	color: #b3caf4;
	border-top: 1px solid #39568b;
}
.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%;
}



/*head开始*/
#header {height: 125px;position: absolute;top:0;z-index: 9999;right: 0;}
#header .bg{position: absolute;top:0;width: 100%;height:100%;opacity: 0.6;background: #082d6f;background-size: cover;z-index: 0;}
#header .mod{padding: 0 100px;}
#header .inner{position:relative;width: 100%; }
.header .sitelogo{float:left;margin-top: 20px;}
.header .sitetitle {display:inline-block;margin-top: 16px; margin-left:10px;font-size:32px;font-weight:bold;color:#fff;} /**站点名称**/
.header .head-left{/* float:left; *//* display:inline-block; */}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;margin-top: 25px;}
 #header.top .bg {opacity: 1;}

/*默认主导航样式*/
#nav{ }
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.wp-window{float: left;}
.wp-menu {margin:0 auto}
.wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 30px;line-height: 38px;color: #FFFFFF;font-size: 18px;font-weight: bold;}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{text-decoration: none; color: #eee;}
.sub-menu {display: none;position: absolute;min-width: 100%;width:114%;z-index: 100;background:#fff;padding: 10px 0px;border-top: 3px solid #093b85;text-align: center;}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {display: block;color: #093b85;height: 36px;line-height: 36px;padding: 0 5px;font-size: 14px;background:none;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color: #093b85; background-color:#e1eef8; display: block; }
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;    width: 160%;}


.links .sub-menu{display: none;position: absolute; background: #fff;  z-index: 99999;  width: 230px;border-top: 3px solid #093b85;    text-align: left;}
.site-lang .sub-menu li a {    line-height: 34px !important;font-size: 12px;color:#333;}
.links .sub-menu li {  width: 50%; line-height: 30px;}
.outlink {margin-top: -8px;}
.site-lang .outlink ul li a {  line-height: 40px;}
.links .sub-menu li:hover a {  margin-left: 20px;color:#093b85;    background-color: #fff;}
li.links.i3 .sub-menu { position: absolute; right: 0;}
li.links.i4 .sub-menu {  position: absolute; right: 0;}

.site-lang{margin-top:10px}
.site-lang>div{float:right;margin-left:45px;}
.site-lang ul li{float:left;    position: relative;}
.site-lang ul li a{line-height: 26px;margin:0px 8px;padding:0 5px;font-size: 14px;color: #fff;display: block;}
.site-lang .yuyan a{font-size: 16px; }

.site-lang .yuyan li:hover a{background: #66aad9;}
.wrapper { width:100%; margin:0 auto;position: relative;  }
.wrapper .inner {width: 1400px;margin:0 auto;} /**页面全局宽度**/

/*search*/

.search-con {
	display: block;
	font-size: 0;
	position: relative;
	z-index: 1;
	right: 40px;
	bottom: 7px;
}

.search-con::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -24px;
	height: 16px;
	z-index: -1;
}

.search-con button {
	width: 21px;
	height: 19px;
	text-align: center;
	background: none;
	cursor: pointer;
	font-size: 0;
}

.search-con button img {
	vertical-align: middle;
	width: 100%;
	transition: all 0.5s;
}

.search-con button:hover img {
	transform: scale(1.05);
}

.search {
	width: 500px;
	height: 50px;
	background: #fff;
	margin-top: 20px;
	position: absolute;
	right: 0;
	top: 24px;
	z-index: 1;
	display: none;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 500px;
	padding-left: 15px;
	padding-right: 80px;
	height: 50px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 80px;
	height: 50px;
	background: #353ABF url(../image/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-input-placeholder {
	color: #999;
}

input::-ms-input-placeholder {
	color: #999;
}

/* 定位搜索框 */

.yc-search {
	line-height: 40px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}

.yc-search-bg {
	position: fixed;
	z-index: 99998;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}

.search {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99999;

}


@media screen and (max-width: 1400px) {
	.px1400{
		width: auto;
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	#header .mod{padding: 0;}
	.wp-menu .menu-item a.menu-link {padding: 0 13px;}
}
@media screen and (max-width: 1024px) {

    body {
        padding-top: 60px;
    }
	.footer{
		padding: 20px 0;
	}
    .header {
        display: none;
    }
    .nav {
        display: none;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        background: #1763a4;
        background-size: cover;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
    
    }
    .m-search input[type="text"] {
        display: block;
        width: 96%;
        padding-left: 20px;
        line-height: 35px;
        background: none;
        color: #fff;
        border: 1px solid #ddd;
        border-radius: 20px;
        padding-right: 45px;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 15px;
        top: 15px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #082e71;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
		background: url("../image/m-nav_down.png") no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
	.bq{
		float: none;
		width: auto;
		margin: 0 auto;
	}
	.foot-r{
		float: none;
		width: auto;
		margin: 10px auto;
	}
	.bq-t{
		text-align: center;
	}
	.bq-t>p{
		font-size: 14px;
		line-height: 26px;
	}
	.bq-b>p{
		font-size: 14px;
		line-height: 26px;
		text-align: center;
	}
	.banner>.slick-prev{
		width: 40px;
		height: 40px;
	}
	.banner>.slick-next{
		width: 40px;
		height: 40px;
	}
	.rwm>img{
		width: 100px;
	}
	.rwm>div>h2{
		font-size: 15px;
	}
}