a, img, li {
    display: block;
    outline: none;
}
a {
    color: #2174ba;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #333;
}

body, div, html, ul, p {
    margin: 0;
    padding: 0;
}
html, body {
    position: relative;
    width: 100%;
	min-width: 1280px;
	height: 100%;
}
body {
    background: #73c2e3;
    color: #2174ba;
    font: 14px 'Microsoft Yahei', Arial;
}
img {
    border: none;
}
ul {
    list-style: none;
}
.btn {
	background: #2174ba;
	border-radius: 19px;
	color: #fff;
	display: inline-block;
	width: 120px;
	line-height: 38px;
	box-shadow: 0 3px 0 #22deea;
	text-align: center;
	margin-top: 20px;
}
.btn:hover {
	color: #fff;
	box-shadow: 0 0 0 #2174ba;
}

.clear:after {
    display: block;
    clear: both;
    content: ' ';
}
.wrap {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

.top_theme {
	display: block;
	background: #fff url("img/top_theme_bg.jpg") top center no-repeat;
	min-width: 1280px;
	width: 100%;
	height: 934px;
	position: relative;
	overflow: hidden;
}
.top_theme .bar {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}
.top_theme .wrap {
	z-index: 2;
}
.top_theme .top_tit {
	position: relative;
	padding-top: 20px;
	display: block;
	margin: 0 auto;
	z-index: 3;
	width: 640px;
}
.top_theme .nav2{
	position: absolute;
	top: 120px;
	left: 255px;
	z-index: 2;
}
.top_theme .nav3 {
	position: absolute;
	top: 70px;
	right: 285px;
	z-index: 2;
}
.top_theme .nav4 {
	position: absolute;
	top: 160px;
	right: 235px;
	z-index: 2;
}
.top_theme .nav5 {
	position: absolute;
	top: 260px;
	right: 175px;
	z-index: 2;
}

.sec_hot {
	background: #d3ebf5 url("img/hot_theme_bg.jpg") bottom center no-repeat;
	width: 100%;
	height: 860px;
}
.sec_hot .wrap {
	background: url("img/hot_theme.png") center no-repeat;
	height: 820px;
	margin-top: -150px;
	z-index: 2;
}
.sec_hot .col {
	display: block;
	height: 375px;
	width: 340px;
	margin: 0 auto;
	text-align: center;
	padding-top: 180px;
}
.sec_hot .col a {
	color: #d3ebf5;
	padding: 8px 10px;
}
.sec_hot .col a:hover {
	opacity: 0.7;
}
.sec_hot .btn {
	background: #d3ebf5;
	color: #0751ba;
	display: block;
	margin: 40px auto 0;
}

.sec_ind {
	background: #5cacdf url("img/ind_theme.jpg") bottom center no-repeat;
	width: 100%;
	height: 680px;
	overflow: hidden;
}

.sec_ind .wrap {
	height: 100%;
}
.sec_ind .ind_slide {
	height: calc(100% - 80px);
}
.sec_ind section {
    position: relative;
    padding-top: 60px;
    left: 580px;
    width: 646px;
    z-index: 5;
}
.sec_ind section .tit {
	font-size: 28px;
	display: block;
	text-align: center;
	line-height: 2;
	margin: 0;
}
.sec_ind section .col {
    position: relative;
    display: block;
	text-align: center;
    z-index: 7;
}
.sec_ind section .col a {
    padding: 8px 10px;
}
.sec_ind section .btnBox {
	display: block;
	text-align: center;
}
.sec_ind .slider-prev, .sec_ind .slider-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    z-index: 999;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
    display: none;
    z-index: 5;
}
.sec_ind .slider-prev {
    background: url('img/btnleft_blue.png?id=2001221048') center no-repeat;
    background-size: 100%;
    background-position: 0 0;
    left: 560px;
}
.sec_ind .slider-next {
    background: url('img/btnright_blue.png?id=2001221048') center no-repeat;
    background-size: 100%;
    background-position: 0 0;
    right: 10px;
}
.sec_ind .slider-prev:hover, .sec_ind .slider-next:hover {
    opacity: 1;
}
.sec_ind .slider-nav {
    bottom: 60px;
    width: 646px;
    text-align: center;
    line-height: 30px;
    position: absolute;
	left: 50%;
	margin-left: -66px;
    z-index: 4;
}
.sec_ind .slider-nav .point {
    background: #2174ba;
    border: 1px solid #2174ba;
    border-radius: 100%;
    *display: inline;
    *zoom: 1;
    display: inline-block;
    opacity: 0.6;
    height: 15px;
    width: 15px;
    margin: 0 20px;
}
.sec_ind .slider-nav .selected {
    opacity: 1;
    height: 18px;
    width: 18px;
}
.sec_month {
	background: #4783f4 url("img/month_theme.jpg") bottom center no-repeat;
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.sec_month .month_slide {
	background: #4463f5;
	border-radius: 340px;
	height: 600px;
	margin: 0 auto;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	position: relative;
}
.sec_month section {
    position: relative;
    padding-top: 40px;
    left: 680px;
    width: 520px;
    z-index: 5;
}
.sec_month section .tit {
	color: #e6f7ff;
	font-size: 28px;
	display: block;
	line-height: 2;
	margin: 0;
}
.sec_month section .col {
    position: relative;
    display: block;
    z-index: 7;
}
.sec_month section .col a {
	color: #e6f7ff;
    padding: 8px 10px;
}
.sec_month .btn {
	background: #e6f7ff;
	color:  #4463f5;
}
.sec_month section .btnBox {
	display: block;
}
.sec_month .slider-prev, .sec_month .slider-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    z-index: 999;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
    display: none;
    z-index: 5;
}
.sec_month .slider-prev {
    background: url('img/btnleft.png?id=2001221048') center no-repeat;
    background-size: 100%;
    background-position: 0 0;
    left: 600px;
}
.sec_month .slider-next {
    background: url('img/btnright.png?id=2001221048') center no-repeat;
    background-size: 100%;
    background-position: 0 0;
    right: 10px;
}
.sec_month .slider-prev:hover, .sec_month .slider-next:hover {
    opacity: 1;
}
.sec_month .slider-nav {
	display: block;
	border-radius: 340px 0 0 340px;
    width: 670px;
	height: 600px;
    position: absolute;
	left: 0;
	top: 0;
    z-index: 4;
}
.sec_month .slider-nav.slider-nav-0 {
	background: #e6f7ff url("img/month_theme_sept.png") center left no-repeat;
}
.sec_month .slider-nav.slider-nav-1 {
	background: #e6f7ff url("img/month_theme_oct.png") center left no-repeat;
}
.sec_month .slider-nav.slider-nav-2 {
	background: #e6f7ff url("img/month_theme_nov.png") center left no-repeat;
}
.sec_month .slider-nav.slider-nav-3 {
	background: #e6f7ff url("img/month_theme_dec.png") center left no-repeat;
}
.sec_month .slider-nav .point {
	display: block;
    height: 100px;
    width: 100px;
	content: "";
	position: absolute;
}
.sec_month .slider-nav .dot1 {
	top: 135px;
	left: 255px;
}
.sec_month .slider-nav .dot2 {
	top: 255px;
	left: 380px;
}
.sec_month .slider-nav .dot3 {
	top: 360px;
	left: 255px;
}
.sec_month .slider-nav .dot4 {
	top: 255px;
	left: 110px;
}

.sec_mor {
	background: #65b6da;
	width: 100%;
	height: 100%;
	position: relative;
}

.sec_mor .sec_mor_bg {
	background: #65b6da url("img/more_theme_bg.jpg") top center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec_mor .wrap {
	padding-top: 100px;
}
.sec_mor section {
	background-color: #fff;
	background-image: url("img/top_banner.png"), url("img/top_theme_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center, top center;
	background-size: 100% auto;
	border-radius: 340px;
	height: 600px;
	overflow: hidden;
	margin-bottom: 100px;
}
.sec_mor section .col {
	background: rgba(12, 114, 187, 0.7);
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
	padding-top: 30px;
	padding-left: 100px; 
	padding-right: 0;
	box-sizing: border-box;
}
.sec_mor section .col:last-child {
	background: rgba(12, 114, 187, 0.5);
	padding-left: 0; 
	padding-right: 100px; 
}
.sec_mor section h1 {
	color: #fff;
	font-size: 28px;
}
.sec_mor section p a {
	color: #fff;
	padding: 8px 20px;
}
.sec_mor section p a:hover {
	opacity: 0.7;
}
.sec_mor .btn {
	background: #d3ebf5;
	color: #2174ba;
	margin: 20px 0;
}

.foot {
	color: #2174ba;
    width: 100%;
    font-size: 12px !important;
    text-align: center;
    position: relative;
	padding-top: 0 !important;
    padding-bottom: 30px;
}
.foot a {
	color: #2174ba;
}
.foot .col {
    display: inline-block !important;
	vertical-align: middle;
    padding: 0;
}
.foot .appimg {
	display: block;
    margin: 20px auto;
}


.xyw {
    cursor: pointer;
	position: absolute;
	width: 127px;
	height: 298px;
	top: 0;
	left: 470px;
}

.xyw .popup {
	display: block;
	width: 600px;
    background: rgba(12, 114, 187, 0.9);
	border-radius: 50%;
	box-shadow: 0 5px 0 #22deea;
    padding: 60px 30px;
    position: absolute;
    top: -200px;
    left: -150px;
    vertical-align: middle;
    z-index: 2;
}
.xyw .popup .con a {
	color: #fff;
    display: block;
    width: 100%;
    padding: 8px 0;
	text-align: center;
}
.xyw .popup .con a:hover {
	opacity: 0.7;
}
.xyw .popup .btn {
	background: #d3ebf5;
	color: #2174ba;
	display: block;
	margin: 20px auto;
}
.xyw .popup p {
	display: block;
	color: #d3ebf5;
	text-align: center;
}
.xyw .popup p b {
	color: #fff;
}
.float-nav {
    position: fixed;
    bottom: 100px;
    right: 50%;
	margin-right: -640px;
    z-index: 1000px;
}

.float-nav .gotop {
    position: relative;
    background: #0751ba url('img/gotop.png?id=2001221048') center center no-repeat;
	border-radius: 24px;
    width: 48px;
    height: 48px;
    margin-left: 30px;
    z-index: 1001px;
}
