* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    min-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1320 {
    max-width: 1300px;
    margin: 0 auto;
}

.px1240 {
    max-width: 1240px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}


/* ??…é?μ?…??…±??·??? */


/* nav */
.top{
	height:40px;
	background:#083388;
	}
.head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    transition: all 0.3s;
}

.head.t60 {
    top: 60px;
}

.head.on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #083388;
}
.head.on .logo{
	background:none;
        height:auto;
        margin-left: 90px;
}
.head.on .logo a img{
	margin-top:25px;
        width: auto;
        width:100px;
        margin: 10px auto;
}
.head.on .nav>ul{padding-top:0;}
.head.on .nav>ul>li>a{font-size:16px;}
.head-top { 
    padding: 0;
    position: relative;
    z-index: 999;
    text-align: center;
    font-size: 0;
}

.nav {
    display: inline-block;
    vertical-align: middle;
    min-width:1500px;
}

.logo {
    float: left;
    margin: -40px 40px 0;
	background:url(../images/logo_bg.png) no-repeat;
	width:195px;
	height:152px;
}

.logo a {
    font-size: 0;
    line-height: 80px;
}

.logo a img {
    display: block;
	width:145px;
    vertical-align: middle;
    transition: all 0.3s;
	margin:15px 25px 0;
}

.search {
    font-size: 15px;
    line-height: 19px;
    padding: 0 20px;
    overflow: hidden;
    font-size: 0;
    vertical-align: middle;
}

.search-box {
    float: right;
	padding:11px 0;
}

.search span {
    float: right;
    margin: 13px 0;
	border-right:2px solid #6c7cac;
}
.search span.top_right{
	border:0;
}

.search span a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #96a0c1;
    margin: 0 20px;
}

.search span a:hover {
    color: #fff;
}

.head.on .search-box input[type="text"] {
    background: #e8e2e2;
}

.search-box input[type="text"] {
    width: 0;
    line-height: 24px;
    height: 24px;
    vertical-align: middle;
    transition: all 0.3s;
}

.search-box img {
    display: block;
    cursor: pointer;
	height:18px;
}

.t-search {
    background: #fff;
    padding: 10px 0;
    display: none;
}

.t-search>div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
	border:1px solid #ddd;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 10px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #083388;
	border:1px solid #083388;
}

.search-btn input {
    display: block;
    width: 16px;
    margin: 12px auto;
}

.nav>ul {
    float: left;
    padding: 20px 0 0 0;
    transition: all 0.3s;
}
.nav>ul>li {
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    position: relative;
    padding-bottom: 30px;
    transition: all 0.3s;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
	font-weight:bold;
    line-height: 20px;
    color: #fff;
}

.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 20px;
}

.head.on .nav>ul>li ul {
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 280px;
    right: 0;
    left: 50%;
    margin-left: -140px;
    background: #fff;
    background: rgba(255, 255, 255, 0.98);
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid transparent;
}

.nav>ul>li ul li {
    float: left;
    width: 120px;
    padding: 10px;
    text-align: center;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 5px 0;
}

.nav>ul>li ul li a:hover {
    color: #fff;
    background: #224a9b;
}

.nav>ul>li.active>a {
    color: #fff;
}

.nav>ul>li.on>a:after {
    height: 20px;
    bottom: 0;
}

.nav>ul>li.on>a::before {
    width: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.footer {
    padding: 5px 0 0;
    background:url(../images/bottom_bg.jpg) no-repeat top;
}
.foot_l{
	float:left;
    font-size:14px;
	line-height:27px;
	color:#8aaed7;
}
.foot_l b{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
	padding-bottom: 10px;
	display:block;
}
.foot_l span{
	padding-left:42px;
	display:block;
}
.bottom_logo{
	padding: 10px 87px;
	float:left;
}
.foot_r{
	float:right;
	width:287px;
}
.foot_r b{
	font-size:14px;
	font-weight:bold;
	color: #8aaed7;
	line-height:30px;
	padding-bottom: 0;
	display:block;
}
.foot_r>a{
	font-size:14px;
	color:#8aaed7;
	display:block;
	width:140px;
	float:left;
	line-height:27px;
}
.ewm{
	padding-top: 20px;
        height: 90px;
}
.ewm img{
	display:block;
	width: 70px;
	height: 70px;
	float:left;
}
.ewm span{
	color:#8aaed7;
	font-size:14px;
	line-height:30px;
	float:left;
	padding:10px 0 10px 0;
}
.foot_b{
	background:#042972;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#8aaed7;
	margin-top: 10px;
	font-size:14px;
}
.banner {
    width:100%;
    position: relative;
}

.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-dots {
    position: absolute;
    width: 100%;
    max-width: 1240px;
    bottom: 20px;
    left: 50%;
    margin-left: -650px;
    text-align: right;
    z-index: 9;
}
.banner .slick-dots li {
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
    background: #fff;
    background-size: 100% 100%;
    opacity: 1;
    margin-left: 10px;
    margin-right: 0;
}

.banner .slick-dots li button {
    width: 20px;
    height: 20px;
}
.banner .slick-dots li button{
	font-size: 12px;
	display:block;
	color:#333;
}
.banner .slick-dots li.slick-active {
    opacity: 0.88;
	background:#083388;
}
.banner .slick-dots li.slick-active button{
	color:#fff;
}
.banner .slick-slide a {
    display: block;
    position: relative;
}
.banner .slick-slide a div {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
.banner .slick-slide a div p {
    position: absolute;
    bottom: 40px;
    width: 100%;
    max-width: 1300px;
    left: 50%;
    margin-left: -650px;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 10;
}
.banner .slick a:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(../images/banner_bg.png) repeat-x;
	background-position: center top;
}
.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}

.banner .slick-slide a div p:hover {
    color: #e78c33;
}

.foot_b a{color: #8aaed7;}

.foot_r a.yqlj {
    color: #8aaed7;
    font-size: 14px;
    display: block;
    float: left;
    margin-right: 10px;
}