@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
	background: #f6f8fc;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #192c61 !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

.wrapper{
	width:100%;
	min-width:1200px;
	margin:0px auto;
	overflow: hidden;
}

.w1200{
	width:1200px;
	margin:0px auto;
}

h1,h2,h3,h4,h5,h6{
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

table{
	font-size: 1em;
}

.photo{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
	transition: transform 0.2s;
}

.photo:hover img{
	transform: scale(1.02,1.02);
}

#footer2023{ background: #001b61; }
#footer2023 .w1200{ position: relative; padding: 40px 0px; }
#footer2023 a{ color: #fff; }
#footer2023 a:hover{ color: #fff !important; }
#footer2023 .logo{ float: left; height: 66px; margin-top: 11px; }
#footer2023 .logo img{ height: 100%; }
#footer2023 .text{ float: right; color: #fff; line-height: 22px; font-size: 16px; text-align: right; }
#footer2023 .row1 .text{ opacity: 0.8; }
#footer2023 .row2{ border-top: 1px solid rgba(255,255,255,0.1); margin-top: 15px; padding-top: 15px; }
#footer2023 .links{ float: left; }
#footer2023 .links li{ float: left; margin-right: 20px; }

#header{
	position: relative;
    height: 560px;
	background: #021c5f url("images/header-bg.jpg") no-repeat center top;
	overflow: visible;
    z-index: 99;
}

#header .shadow{
	position: absolute;
	width: 100%;
	height: 560px;
	left: 0px;
	top: 0px;
	background: url("images/header-shadow.png") no-repeat center top;
	z-index: 99;
}

@media screen and (min-width: 1921px) {
	#header .shadow{ background-size: 100% 100%; }
}

#header .video1{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 0px;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	object-fit: cover;
	object-position: center center;
}

#header .ai{
	position: absolute;
	right: 50%;
	margin-right: -600px;
	bottom: 0px;
	width: 268px;
	height: 259px;
	z-index: 99;
}

#header .ai a{
	display: block;
	width: 100%;
	height: 100%;
}

#header .ai .people,
#header .ai .bubble1,
#header .ai .bubble2,
#header .ai .bubble3,
#header .ai .bubble4{
	position: absolute;
}

#header .ai .bubble4{
	padding: 0px 5px 0px 14px;
	width: 78px;
	height: 52px;
	background: url("images/header-bubble4.png");
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 14px;
}

@keyframes bubble-shake{
	from{ }
	50%{ transform: translateY(-15px); }
	to{ }
}
#header .ai .bubble1,
#header .ai .bubble3{
	animation:'bubble-shake' 5.0s linear 0s infinite;
	-ms-animation:bubble-shake 5.0s linear 0s infinite;
	-moz-animation:bubble-shake 5.0s linear 0s infinite;
	-o-animation:'bubble-shake' 5.0s linear 0s infinite;
	-webkit-animation:'bubble-shake' 5.0s linear 0s infinite;
}

#header .ai .bubble2{
	animation:'bubble-shake' 5.0s linear -2.5s infinite;
	-ms-animation:bubble-shake 5.0s linear -2.5s infinite;
	-moz-animation:bubble-shake 5.0s linear -2.5s infinite;
	-o-animation:'bubble-shake' 5.0s linear -2.5s infinite;
	-webkit-animation:'bubble-shake' 5.0s linear -2.5s infinite;
}

#top{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 131px;
	background: url("images/top-bg.png") no-repeat center top;
	z-index: 99;
}

#top .logo{
	position: absolute;
	top: 14px;
	left: 50%;
	-webkit-transform: translateX(-40%);
	-moz-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%);
}

#top .right{
	position: relative;
}

#top .lang{ float: left; margin-top: 18px; }
#top .lang a{ float: left; width: 24px; height: 24px; border-radius: 50%; margin-right: 12px; line-height: 24px; text-align: center; }
#top .lang .current,#top .lang a:hover{ background: #fff; color: #192c61 !important; font-weight: bold; }
#top .login{ float: left; height: 30px; line-height: 30px; border-radius: 15px; margin: 14px 30px 0px 0px; padding: 0px 10px 0px 32px; background: #192c61 url("images/top-login.png") no-repeat 10px center; color: #ede2cd; border: 1px solid rgba(148,157,181,0.5); }
#top .login label{ margin: 0px 5px; }
#top .login:hover{ background-color: #fff; background-image: url("images/top-login2.png"); border: 1px solid rgba(255,255,255,1); color: #192c61; }
#top .login:hover a{ color: #192c61 !important; }
#top .login a:hover{ font-weight: bold;}

#top .nav{
	position: relative;
	height: 60px;
}

#top .nav ul{ padding-left: 30px; }
#top .nav li{ float: left; font-size: 16px; height: 60px; position: relative; overflow: visible; }
#top .nav li span{ display: inline-block; line-height: 60px; height: 60px; padding: 0px 5px; position: relative; overflow: hidden; }
#top .nav span i{ position: absolute; left: 50%; margin-left: -15px; bottom: -0px; height: 2px; width: 30px; background: #b68c39; opacity: 0; transition: all 0.2s; z-index: 9; }
#top .nav li:hover span i{ opacity: 1; }
#top .nav li:hover span a:hover{ color: #fff !important; }
#top .nav .drop{ position: absolute; left: 50%; top: 60px; border-radius: 0px 0px 5px 5px; -webkit-transform: translate(-50%, 0%); -moz-transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); -o-transform: translate(-50%, 0%); transform: translate(-50%, 0%); padding: 0px 11px; height: 0px; overflow: hidden; transition: all 0.2s; box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2); background:rgba(0,0,0,0.5); z-index: 999; }
#top .nav .drop p{ white-space: nowrap; text-align: center; height: 36px; line-height: 36px; }
#top .nav .drop p a{ margin: 0px 5px; }
#top .nav .drop p a:hover{ font-weight: bold; }
#top .nav li:hover .drop{ padding-top: 10px; padding-bottom: 10px; height: auto; border-width: 1px; }
#top .nav p.san a{ display: inline-block; width: 7em; }

#top .nav-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0%;
	transform: translateY(-100%);
	background: #192d61;
	transition: transform 0.2s;
}

#top .nav-more{
	position: absolute;
	right: -40px;
	top: 0px;
	width: 40px;
	height: 60px;
	background: url("images/top-nav.png") no-repeat center center;
	cursor: pointer;
}

#top .nav li:nth-child(n+8) { display: none; }

@media screen and (max-width: 1550px) {
    #top .nav li:nth-child(n+7) { display: none; }
}

@media screen and (max-width: 1400px) {
    #top .nav li:nth-child(n+6) { display: none; }
}

#top.nav-show .nav-more,
#top.nav-show1920 .nav-more{
	display: none;
}

#top.nav-show .nav-bg{
	transform: translateY(0%);
}

#top.nav-show .nav li,
#top.nav-show1920 .nav li{
	display: block !important;
}

#top.nav-show .nav .drop{
	border-radius: 5px;
}

#header .search{
	position: absolute;
	bottom: -38px;
	left: 50%;
	margin-left: -600px;
	width: 912px;
	height: 66px;
	line-height: 66px;
	border: 2px solid #fff;
	border-radius: 6px;
	background: #fff url("images/search.png") no-repeat 22px center;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	overflow: hidden;
	z-index: 99;
}

#header .search .text{
	float: left;
	width: 700px;
	margin-left: 66px;
	border: none;
	padding: 0px;
	outline: none;
	line-height: 66px;
	height: 66px;
	font-size: 22px;
	color: #8d96b0;
}

#header .search .text::-webkit-input-placeholder{
	color: #cacaca;
}
#header .search .text:-moz-placeholder{
	color: #cacaca;
}
#header .search .text::-moz-placeholder{
	color: #cacaca;
}
#header .search .text:-ms-input-placeholder{
	color: #cacaca;
}

#header .search .sub{
	float: right;
	width: 120px;
	height: 66px;
	background: #f5f5f6;
	border: none;
	padding: 0px;
	cursor: pointer;
	font-size: 26px;
	color: #192c61;
	transition: background 0.2s;
}

#header .search .sub:hover{
	background: #ebebec;
}

#header .right-btn{
	position: absolute;
	right: 50%;
	margin-right: -600px;
	bottom: -38px;
	width: 264px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 6px;
	font-size: 22px;
	color: #fff;
	background: -webkit-linear-gradient(left,#8eadfe,#518ddf);
	background: -o-linear-gradient(left,#8eadfe,#518ddf);
	background: -moz-linear-gradient(left,#8eadfe,#518ddf);
	background: linear-gradient(left,#8eadfe,#518ddf);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	transition: transform 0.2s;
	z-index: 99;
}

#header .right-btn:hover{
	color: #fff !important;
	transform: scale(1.03);
}

#side{
	position: fixed;
	right: 1%;
	top: 45%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 9;
}

#side .capsule{
	width: 50px;
	border-radius: 25px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
	background: #fff;
}

#side .link1{
	display: block;
	border-radius: 25px;
	width: 100%;
	padding: 20px 0px 15px 0px;
	text-align: center;
	background: url("images/side-link1-bg.png") repeat-x;
	background-size: auto 100%;
}

#side .link1 i{
	display: block;
	width: 24px;
	height: 24px;
	margin: 0px auto;
	background: url("images/side1.png");
}

#side .link1 span{
	display: block;
	margin: 3px auto 0px auto;
	line-height: 16px;
	font-size: 16px;
	width: 24px;
	color: #fff;
	font-weight: bold;
}

@keyframes side-link1{
	from{ }
	50%{ background-image: url("images/side-link1-bg2.png"); }
	to{ }
}
#side .link1:hover{
	animation:'side-link1' 1.5s linear 0s infinite;
	-ms-animation:side-link1 1.5s linear 0s infinite;
	-moz-animation:side-link1 1.5s linear 0s infinite;
	-o-animation:'side-link1' 1.5s linear 0s infinite;
	-webkit-animation:'side-link1' 1.5s linear 0s infinite;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#side .link2{
	display: block;
	width: 100%;
	padding: 10px 0px 20px 0px;
	text-align: center;
	color: #929ca8;
}

#side .link2 i{
	display: block;
	width: 24px;
	height: 24px;
	margin: 0px auto;
	background: url("images/side2a.png");
}

#side .link2:hover i{
	background: url("images/side2b.png");
}

#side .link2 span{
	display: block;
	margin-top: 3px;
	line-height: 12px;
	font-size: 11px;
	color: #929ca8;
}

#side .link2:hover span{
	color: #192c61;
}

#side .to-top{
	margin-top: 5px;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff url("images/side3a.png") no-repeat center center;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
}

#side .to-top:hover{
	background-image: url("images/side3b.png");
}

#layout1{
	background: url("images/ly1-bg.png") no-repeat center top;
	height: 190px;
	padding-top: 83px;
}

#layout1 ul{
	margin-left: -43px;
}

#layout1 li{
	float: left;
	width: 164px;
	height: 182px;
	margin-left: 43px;
	transition: transform 0.2s;
}

#layout1 li:hover{
	transform: translateY(-10px);
}

.title1{
	height: 35px;
	line-height: 35px;
}

.title1 span{
	float: left;
	color: #192c61;
	font-weight: bold;
	font-size: 24px;
	background-position: left center;
	background-repeat: no-repeat;
}

.title1 span a{
	color: #1b2a74 !important;
}

.title1 .more{
	float: right;
	color: #b2b2b2;
	background: url("images/more.png") no-repeat right center;
	padding-right: 21px;
	font-size: 16px;
}

.title1 .more:hover{
	background-image: url("images/more1b.png");
	color: #1b2a74;
}

#layout2{
	margin-top: 50px;
}

#layout2 .title1 label{
	float: left;
	margin-right: 50px;
	font-size: 24px;
	color: #192c61;
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("images/ly2-title1.png");
	cursor: pointer;
}

#layout2 .title1 label.current{
	font-weight: bold;
	background-image: url("images/ly2-title2.png");
}

#layout2 .title1 .more{
	display: none;
}

#layout2 .title1 .more.current{
	display: block;
}

#layout2 .box{
	background: #fff;
	box-shadow: 0px 15px 40px rgba(0,0,0,0.05);
	border-radius: 8px;
	overflow: hidden;
	margin-top: 20px;
}

#layout2 .content{
	display: none;
	padding: 35px 30px 50px 30px;
}

#layout2 .content.current{
	display: block;
}

#layout2 .photo{
	float: left;
	width: 296px;
	height: 193px;
	border-radius: 5px;
}

#layout2 .photo i{
	position: absolute;
	width: 100%;
	height: 78px;
	left: 0px;
	bottom: 0px;
	background: url("images/ly2-shadow.png");
}

#layout2 .photo p{
	position: absolute;
	left: 10px;
	bottom: 5px;
	width: calc(100% - 20px);
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

#layout2 .photo:hover p{
	color: #dfdfdf;
}

#layout2 .list{
	/* float: right; */
	/* width: 805px; */
}

#layout2 .list ul{
	margin: -37px 0px 0px -60px;
}

#layout2 .list li{
	float: left;
	/* width: 360px; */
	width:45%;
	margin: 37px 0px 0px 60px;
}

#layout2 .list h3{
	font-size: 22px;
	line-height: 30px;
	height: 60px;
}

#layout2 .list h3 a{
	color: #333;
}

#layout2 .list p{
	font-size: 15px;
	line-height: 15px;
	height: 15px;
	margin-top: 3px;
	opacity: 0.6;
}

#layout2 .list p span{
	margin-right: 15px;
}

#layout4{
	margin-top: 50px;
}

#layout4 .title1 span{
	padding-left: 40px;
	background: url("images/ly4-title.png") no-repeat left center;
}

#layout4 .investBox{
	background: url("images/ly4-bg.jpg");
	height: 580px;
	border-radius: 8px;
	box-shadow: 0px 15px 40px rgba(0,0,0,0.05);
	overflow: hidden;
	margin-top: 20px;
}

#layout4 .investBox .tz_top {
    margin-right: 80px;
	padding-top: 33px;
}

#layout4 .investBox .title{
	float: left;
	line-height: 40px;
	background: url("images/ly4-title.png") no-repeat left center;
	padding-left: 40px;
	font-size: 24px;
	color: #1b2a74;
	font-weight: bold;
}

#layout4 .investBox .selectBox{
	float: right;
}

#layout4 .investBox .selectBox form{
	float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 7px 0 0;
    padding: 0 18px;
    text-align: center;
    border-radius: 19px;
    background: url("images/ly4-select-bg.png");
	border: 1px solid rgba(165,207,243,0.5);
}

#layout4 .investBox .selectBox form .text{
	float: left;
	width: 150px;
	border: none;
	padding: 0px;
	height: 36px;
	line-height: 36px;
	outline: none;
	background: none;
	color: #3f4c65;
	font-size: 16px;
}

#layout4 .investBox .selectBox form .text::-webkit-input-placeholder,
#layout4 .investBox .selectBox .search .text::-webkit-input-placeholder{
	color: #3f4c65;
}
#layout4 .investBox .selectBox form .text:-moz-placeholder,
#layout4 .investBox .selectBox .search .text:-moz-placeholder{
	color: #3f4c65;
}
#layout4 .investBox .selectBox form .text::-moz-placeholder,
#layout4 .investBox .selectBox .search .text::-moz-placeholder{
	color: #3f4c65;
}
#layout4 .investBox .selectBox form .text:-ms-input-placeholder,
#layout4 .investBox .selectBox .search .text:-ms-input-placeholder{
	color: #3f4c65;
}

#layout4 .investBox .selectBox form .sub{
	float: right;
	width: 13px;
	height: 14px;
	background: url("images/ly4-search.png");
	border: none;
	outline: none;
	margin-top: 11px;
	cursor: pointer;
} 

#layout4 .investBox .selectBox select,
#layout4 .investBox .selectBox .select {
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 0px 0 7px;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    color: #3f4c65;
    border-radius: 19px;
	background: url("images/ly4-select-bg.png");
	border: 1px solid rgba(165,207,243,0.5);
	cursor:auto;
}
#layout4 .investBox .selectBox .select i {
    background: url(images/ly4-select.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0 3px 3px 0;
    width: 15px;
    height: 14px;
    vertical-align: middle;
}
#layout4 .investBox .btn {
    position: absolute;
	left: 460px;
	top: 430px;
    height: 36px;
    line-height: 36px;
	width: 125px;
	border: 1px solid #0083fc;
    font-size: 14px;
    border-radius: 22px;
	text-align: center;
	color: #0083fc;
	cursor: pointer;
	z-index: 9;
}

#layout4 .investBox .btn:hover{
	color: #0083fc !important;
}
#layout4 .investBox .btn i {
    background: url(images/ly4-full.png);
    display: inline-block;
	vertical-align: top;
    margin: 8px 8px 0px 0;
    width: 19px;
    height: 19px;
}
#layout4 .investBox .flexBox {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#layout4 .investBox .flexBox .left {
	position: relative;
	margin: 20px 0px 0px 25px;
	width: 732px;
	height: 436px;
	background: url("images/ly4-map1.png");
}

#layout4 .investBox .flexBox .left .map2{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: opacity 0.1s;
}

#layout4 .investBox .flexBox .left .map2.active{
	opacity: 1;
}

#ly4-map2-1{ background-image: url("images/ly4-map2-1.png"); }
#ly4-map2-2{ background-image: url("images/ly4-map2-2.png"); }
#ly4-map2-3{ background-image: url("images/ly4-map2-3.png"); }
#ly4-map2-4{ background-image: url("images/ly4-map2-4.png"); }
#ly4-map2-5{ background-image: url("images/ly4-map2-5.png"); }
#ly4-map2-6{ background-image: url("images/ly4-map2-6.png"); }
#ly4-map2-7{ background-image: url("images/ly4-map2-7.png"); }
#ly4-map2-8{ background-image: url("images/ly4-map2-8.png"); }
#ly4-map2-9{ background-image: url("images/ly4-map2-9.png"); }
#ly4-map2-10{ background-image: url("images/ly4-map2-10.png"); }
#ly4-map2-11{ background-image: url("images/ly4-map2-11.png"); }
#ly4-map2-12{ background-image: url("images/ly4-map2-12.png"); }
#ly4-map2-13{ background-image: url("images/ly4-map2-13.png"); }
#ly4-map2-14{ background-image: url("images/ly4-map2-14.png"); }
#ly4-map2-15{ background-image: url("images/ly4-map2-15.png"); }
#ly4-map2-16{ background-image: url("images/ly4-map2-16.png"); }

#layout4 .investBox .flexBox .left .bar{
	position: absolute;
	width: 15px;
	height: 70px;
}

#ly4-bar1{ left: 237px; bottom: 295px; }
#ly4-bar2{ left: 505px; bottom: 276px; }
#ly4-bar3{ left: 305px; bottom: 274px; }
#ly4-bar4{ left: 247px; bottom: 90px; }
#ly4-bar5{ left: 362px; bottom: 378px; }
#ly4-bar6{ left: 559px; bottom: 340px; }
#ly4-bar7{ left: 402px; bottom: 265px; }
#ly4-bar8{ left: 165px; bottom: 140px; }
#ly4-bar9{ left: 200px; bottom: 200px; }
#ly4-bar10{ left: 648px; bottom: 310px; }
#ly4-bar11{ left: 418px; bottom: 162px; }
#ly4-bar12{ left: 317px; bottom: 145px; }
#ly4-bar13{ left: 186px; bottom: 325px; }
#ly4-bar14{ left: 100px; bottom: 255px; }
#ly4-bar15{ left: 295px; bottom: 388px; }
#ly4-bar16{ left: 78px; bottom: 107px; }

#layout4 .investBox .flexBox .left .bar .circle{
	position: absolute;
	width: 39px;
	height: 39px;
	left: -12px;
	bottom: -8px;
	transform: rotateX(53deg);
}

#layout4 .investBox .flexBox .left .bar .circle i{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(4,215,234,0.2);
}

#layout4 .investBox .flexBox .left .bar .circle s{
	position: absolute;
	width: 39px;
	height: 39px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.7,0.7);
	-moz-transform: translate(-50%, -50%) scale(0.7,0.7);
	-ms-transform: translate(-50%, -50%) scale(0.7,0.7);
	-o-transform: translate(-50%, -50%) scale(0.7,0.7);
	transform: translate(-50%, -50%) scale(0.7,0.7);
	border-radius: 50%;
	background: rgba(4,215,234,0.5);
}

@keyframes ly4_circle{
	from{  }
	50%{ -webkit-transform: translate(-50%, -50%) scale(0.8,0.8);
	-moz-transform: translate(-50%, -50%) scale(0.8,0.8);
	-ms-transform: translate(-50%, -50%) scale(0.8,0.8);
	-o-transform: translate(-50%, -50%) scale(0.8,0.8);
	transform: translate(-50%, -50%) scale(0.8,0.8); }
	to{  }
}
#layout4 .investBox .flexBox .left .bar .circle s{
	animation:'ly4_circle' 1.5s linear 0s infinite;
	-ms-animation:ly4_circle 1.5s linear 0s infinite;
	-moz-animation:ly4_circle 1.5s linear 0s infinite;
	-o-animation:'ly4_circle' 1.5s linear 0s infinite;
	-webkit-animation:'ly4_circle' 1.5s linear 0s infinite;
}

#layout4 .investBox .flexBox .left .bar .main{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 11px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#layout4 .investBox .flexBox .left .bar .main span{
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 100%;
}

#layout4 .investBox .flexBox .left .bar .main span b{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.8;
}

#layout4 .investBox .flexBox .left .bar .main span i,
#layout4 .investBox .flexBox .left .bar .main span s{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	border-radius: 50%;
	transform: rotateX(53deg);
}

#layout4 .investBox .flexBox .left .bar .main span i{
	top: -7px;
}

#layout4 .investBox .flexBox .left .bar .main span s{
	bottom: -7px;
}

#layout4 .investBox .flexBox .left .bar .color1 span b,
#layout4 .investBox .flexBox .left .bar .color1 span i,
#layout4 .investBox .flexBox .left .bar .color1 span s{ background: #20c793; }

#layout4 .investBox .flexBox .left .bar .color2 span b,
#layout4 .investBox .flexBox .left .bar .color2 span i,
#layout4 .investBox .flexBox .left .bar .color2 span s{ background: #49ce8f; }

#layout4 .investBox .flexBox .left .bar .color3 span b,
#layout4 .investBox .flexBox .left .bar .color3 span i,
#layout4 .investBox .flexBox .left .bar .color3 span s{ background: #6ddb89; }

#layout4 .investBox .flexBox .left .bar .color4 span b,
#layout4 .investBox .flexBox .left .bar .color4 span i,
#layout4 .investBox .flexBox .left .bar .color4 span s{ background: #8fe980; }

#layout4 .investBox .flexBox .left .bar .color5 span b,
#layout4 .investBox .flexBox .left .bar .color5 span i,
#layout4 .investBox .flexBox .left .bar .color5 span s{ background: #b1f675; }

#layout4 .investBox .flexBox .left .bar .color6 span b,
#layout4 .investBox .flexBox .left .bar .color6 span i,
#layout4 .investBox .flexBox .left .bar .color6 span s{ background: #d1ff63; }

#layout4 .investBox .flexBox .left .bar .color7 span b,
#layout4 .investBox .flexBox .left .bar .color7 span i,
#layout4 .investBox .flexBox .left .bar .color7 span s{ background: #ebff4f; }

#layout4 .investBox .flexBox .left .bar .color8 span b,
#layout4 .investBox .flexBox .left .bar .color8 span i,
#layout4 .investBox .flexBox .left .bar .color8 span s{ background: #fefd3a; }

#layout4 .investBox .flexBox .left .bar .color9 span b,
#layout4 .investBox .flexBox .left .bar .color9 span i,
#layout4 .investBox .flexBox .left .bar .color9 span s{ background: #ffee2e; }

#layout4 .investBox .flexBox .left .bar .color10 span b,
#layout4 .investBox .flexBox .left .bar .color10 span i,
#layout4 .investBox .flexBox .left .bar .color10 span s{ background: #ffd81a; }

#layout4 .investBox .flexBox .left .bar .color11 span b,
#layout4 .investBox .flexBox .left .bar .color11 span i,
#layout4 .investBox .flexBox .left .bar .color11 span s{ background: #ffbe0c; }

#layout4 .investBox .flexBox .left .bar .color12 span b,
#layout4 .investBox .flexBox .left .bar .color12 span i,
#layout4 .investBox .flexBox .left .bar .color12 span s{ background: #ff9f04; }

#layout4 .investBox .flexBox .left .bar .color13 span b,
#layout4 .investBox .flexBox .left .bar .color13 span i,
#layout4 .investBox .flexBox .left .bar .color13 span s{ background: #ff7e01; }

#layout4 .investBox .flexBox .left .bar .color14 span b,
#layout4 .investBox .flexBox .left .bar .color14 span i,
#layout4 .investBox .flexBox .left .bar .color14 span s{ background: #ff5d02; }

#layout4 .investBox .flexBox .left .bar .color15 span b,
#layout4 .investBox .flexBox .left .bar .color15 span i,
#layout4 .investBox .flexBox .left .bar .color15 span s{ background: #ff3903; }

#layout4 .investBox .flexBox .left .bar .color16 span b,
#layout4 .investBox .flexBox .left .bar .color16 span i,
#layout4 .investBox .flexBox .left .bar .color16 span s{ background: #fe0200; }


#layout4 .investBox .flexBox .left .name{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("images/ly4-map3.png");
}

#layout4 .investBox .flexBox .left .number{
	position: absolute;
	color: #fff;
	line-height: 20px;
	height: 20px;
	text-align: center;
	width: 30px;
}

#ly4-num1{ left: 228px; top: 160px; }
#ly4-num2{ left: 498px; top: 180px; }
#ly4-num3{ left: 304px; top: 184px; }
#ly4-num4{ left: 245px; top: 365px; }
#ly4-num5{ left: 356px; top: 79px; }
#ly4-num6{ left: 555px; top: 117px; }
#ly4-num7{ left: 397px; top: 194px; }
#ly4-num8{ left: 158px; top: 314px; }
#ly4-num9{ left: 229px; top: 233px; }
#ly4-num10{ left: 673px; top: 104px; }
#ly4-num11{ left: 416px; top: 294px; }
#ly4-num12{ left: 309px; top: 314px; }
#ly4-num13{ left: 178px; top: 131px; }
#ly4-num14{ left: 95px; top: 200px; }
#ly4-num15{ left: 289px; top: 68px; }
#ly4-num16{ left: 72px; top: 350px; }

#layout4 .investBox .flexBox .left .link{
	position: absolute;
}

#ly4-link1{ width: 70px; height: 92px; left: 214px; top: 108px; }
#ly4-link2{ width: 79px; height: 143px; left: 471px; top: 125px; }
#ly4-link3{ width: 68px; height: 116px; left: 287px; top: 110px; }
#ly4-link4{ width: 78px; height: 88px; left: 205px; top: 315px; }
#ly4-link5{ width: 84px; height: 94px; left: 338px; top: 15px; }
#ly4-link6{ width: 167px; height: 81px; left: 466px; top: 42px; }
#ly4-link7{ width: 104px; height: 130px; left: 357px; top: 112px; }
#ly4-link8{ width: 72px; height: 92px; left: 129px; top: 259px; }
#ly4-link9{ width: 136px; height: 55px; left: 146px; top: 202px; }
#ly4-link10{ width: 84px; height: 78px; left: 639px; top: 68px; }
#ly4-link11{ width: 82px; height: 92px; left: 378px; top: 246px; }
#ly4-link12{ width: 75px; height: 107px; left: 259px; top: 0px; }
#ly4-link13{ width: 102px; height: 92px; left: 111px; top: 49px; }
#ly4-link14{ width: 79px; height: 98px; left: 65px; top: 143px; }
#ly4-link15{ width: 88px; height: 157px; left: 286px; top: 246px; }
#ly4-link16{ width: 123px; height: 136px; left: 4px; top: 254px; }

#layout4 .investBox .flexBox .right {
    width: 430px;
	margin: 60px 10px 0px 0px;
}

#layout4 .investBox .numList{
	padding-left: 40px;
}

#layout4 .investBox .numList ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto 20px auto;
}
#layout4 .investBox .numList li {
    display: flex;
    width: 48%;
    margin: 30px 0 15px;
    color: #192c61;
}
#layout4 .investBox .numList li span {
    display: block;
}

#layout4 .investBox .numList li img {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
	margin-top: 5px;
    width: 39px;
    height: 40px;
}
#layout4 .investBox .numList li span i {
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
}

#layout3{
	margin-top: 50px;
}

#layout3 .title1 span{
    padding-left: 45px;
    background-image: url(images/ly3-title.png);
}

#layout3 .tab{
	float: right;
	font-size: 23px;
	font-weight: bold;
}

#layout3 .tab label{
	float: left;
	margin-left: 50px;
	cursor: pointer;
}

#layout3 .tab s{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 10px;
	margin: 12px 6px 0px 0px;
	background: url("images/ly3-arrow.png");
	opacity: 0.1;
}

#layout3 .tab label.active s{
	opacity: 1;
}

#layout3 .tab i{
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	opacity: 0.2;
}

#layout3 .tab label.active i{
	opacity: 0.8;
}

#layout3 .main1,#layout3 .main2,#layout3 .main3{
	height: 348px;
	display: none;
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
	color: #fff;
}

#layout3 .main1 a,
#layout3 .main2 a,
#layout3 .main3 a{
	color: #fff !important;
}

#layout3 .main1 a:hover,
#layout3 .main2 a:hover,
#layout3 .main3 a:hover{
	color: #dfdfdf !important;
}

#layout3 .main1.active,#layout3 .main2.active,#layout3 .main3.active{
	display: block;
}

#layout3 .main1 .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

#layout3 .main1 .bg img{
	width: 100%;
	height: 100%;
}

#layout3 .main1 .bg i{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.6;
	transition: background 0.2s;
}

#layout3 .main1 .left .bg i{
	background: -webkit-linear-gradient(top,#019bfe,#192c61);
	background: -o-linear-gradient(top,#019bfe,#192c61);
	background: -moz-linear-gradient(top,#019bfe,#192c61);
	background: linear-gradient(top,#019bfe,#192c61);
}

#layout3 .main1 .left{
	width: 602px;
	height: 348px;
	position: relative;
}

#layout3 .main1 .left:hover .bg i{
	opacity: 0.8;
}

#layout3 .main1 .left td{
	padding: 0px 60px;
}

#layout3 .main1 .left ul{
	margin: 25px 0px 0px 0px;
	position: relative;
	z-index: 9;
}

#layout3 .main1 .left li{
	float: left;
	width: 83px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: url("images/ly3-main1-city.png");
	font-size: 17px;
	margin: 4px 18px 0px 18px;
}

#layout3 .main1 .left li:hover{
	background: #fff;
	border-radius: 15px;
}

#layout3 .main1 .left li:hover,
#layout3 .main1 .left li:hover a,
#layout3 .main1 .left li:hover a:hover{
	color: #1b2a74 !important;
}

#layout3 .main1 .left li a{
	display: block;
	width: 100%;
	height: 100%;
}

#layout3 .main1 .left li a:hover{
	color: #dfdfdf !important;
}

#layout3 .main1 .right{
	width: 595px;
}

#layout3 .main1 .right .block1 .bg i{
	background: -webkit-linear-gradient(top,#00d7fe,#038154);
	background: -o-linear-gradient(top,#00d7fe,#038154);
	background: -moz-linear-gradient(top,#00d7fe,#038154);
	background: linear-gradient(top,#00d7fe,#038154);
}

#layout3 .main1 .right .block2 .bg i{
	background: -webkit-linear-gradient(top,#00bcfa,#0043ea);
	background: -o-linear-gradient(top,#00bcfa,#0043ea);
	background: -moz-linear-gradient(top,#00bcfa,#0043ea);
	background: linear-gradient(top,#00bcfa,#0043ea);
}

#layout3 .main1 .right .block1:hover .bg i,
#layout3 .main1 .right .block2:hover .bg i{
	opacity: 0.8;
}

#layout3 .main1 .right .block1{
	width: 100%;
	height: 172px;
	font-size: 1em;
	position: relative;
}

#layout3 .main1 .right .block2{
	widows: 100%;
	height: 172px;
	margin-top: 4px;
	font-size: 1em;
	position: relative;
}

#layout3 .main1 .right td{
	padding: 0px 120px;
}

#layout3 .main1 h4{
	text-align: center;
	line-height: 30px;
	font-size: 23px;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	position: relative;
	color: #fff;
	z-index: 9;
}

#layout3 .main1 p{
	margin-top: 12px;
	line-height: 21px;
	font-size: 17px;
	text-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	position: relative;
	color: #fff;
	z-index: 9;
}

#layout3 .main2{
	background: -webkit-linear-gradient(top,#294fb9,#192c61);
	background: -o-linear-gradient(top,#294fb9,#192c61);
	background: -moz-linear-gradient(top,#294fb9,#192c61);
	background: linear-gradient(top,#294fb9,#192c61);
}

#layout3 .main2 .title{
	float: left;
	width: 57px;
	text-align: center;
	margin: 42px 0px 0px 34px;
}

#layout3 .main2 .title .tag{
	width: 57px;
	height: 68px;
	background: url("images/ly3-main2-tag.png");
}

#layout3 .main2 .title span{
	display: block;
	margin: 18px auto 0px auto;
	width: 24px;
	background: url("images/ly3-main2-city.png") no-repeat center top;
	padding-top: 33px;
	font-size: 23px;
	font-weight: bold;
	line-height: 24px;
}

#layout3 .main2 .show{
	float: right;
	width: 1048px;
	height: 274px;
	margin: 37px 42px 0px 0px;
	position: relative;
}

#layout3 .main2 .show .text{
	position: absolute;
	top: 0px;
	border-radius: 5px;
	height: 179px;
	width: 271px;
}

#layout3 .main2 .show .text a{
	display: block;
	padding: 25px 25px 0px 25px;
	height: 154px;
}

#layout3 .main2 .show .text a:hover{
	color: #fff !important;
	transform: scale(1.02,1.02);
}

#layout3 .main2 .show .text h4{
	line-height: 20px;
	height: 20px;
	background: url("images/ly3-main2-h4.png") no-repeat 3px center;
	padding-left: 25px;
	font-size: 17px;
}

#layout3 .main2 .show .text p{
	font-size: 15px;
	line-height: 21px;
	max-height: 84px;
	margin-top: 20px;
	opacity: 0.7;
}

#layout3 .main2 .show .text1{
	left: 0px;
	background: #1a72d4;
}

#layout3 .main2 .show .text2{
	left: 273px;
	background: #445cc3;
}

#layout3 .main2 .show .text3{
	left: 546px;
	background: #5869ba;
}

#layout3 .main2 .show .text4{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 817px;
	height: 93px;
	background: #1fc793;
	border-radius: 5px;
}

#layout3 .main2 .show .text4 a{
	display: block;
	padding: 25px 25px 26px 25px;
	height: 40px;
}

#layout3 .main2 .show .text4 a:hover{
	color: #fff !important;
	transform: scale(1.02,1.02);
}

#layout3 .main2 .show .text4 h4{
	float: left;
	width: 34px;
	line-height: 21px;
	padding-right: 12px;
	border-right: 2px solid rgba(255,255,255,0.4);
	font-size: 17px;
}

#layout3 .main2 .show .text4 p{
	float: right;
	width: 700px;
	line-height: 21px;
	max-height: 40px;
	font-size: 15px;
	opacity: 0.9;
}

#layout3 .main2 .show .photo{
	position: absolute;
	width: 229px;
	height: 136px;
	right: 0px;
	border-radius: 5px;
}

#layout3 .main2 .show .photo img{
	transition: transform 0.2s;
}

#layout3 .main2 .show .photo:hover img{
	transform: scale(1.02,1.02);
}

#layout3 .main2 .show .photo i{
	position: absolute;
	width: 100%;
	height: 57px;
	background: url("images/ly3-main2-shadow.png");
	left: 0px;
	bottom: 0px;
}

#layout3 .main2 .show .photo p{
	position: absolute;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 17px;
	font-weight: bold;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 9;
}

#layout3 .main2 .show .pic1{
	top: 0px;
}

#layout3 .main2 .show .pic2{
	bottom: 0px;
}

#layout3 .main3 ul{
	position: relative;
	width: 100%;
	height: 348px;
}

#layout3 .main3 li{
	position: absolute;
	width: 398px;
	border-radius: 8px; 
}

#layout3 .main3 .pic1,#layout3 .main3 .pic2{
	height: 172px;
	left: 0px;
}

#layout3 .main3 .pic3,#layout3 .main3 .pic4{
	height: 348px;
	top: 0px;
}

#layout3 .main3 .pic1{
	top: 0px;
}

#layout3 .main3 .pic2{
	bottom: 0px;
}

#layout3 .main3 .pic3{
	left: 401px;
}

#layout3 .main3 .pic4{
	right: 0px;
}

#layout5{
	margin-top: 50px;
	position: relative;
	z-index: 9;
}

#layout5 .block1{
	float: left;
	width: 580px;
}

#layout5 .block1 .title1 span{
    padding-left: 36px;
    background-image: url(images/ly5-title1.png);
}

#layout5 .block2{
	float: right;
	width: 580px;
}

#layout5 .block2 .title1 span{
    padding-left: 36px;
    background-image: url(images/ly5-title2.png);
}

#layout5 .list{
	background: #fff;
	border-radius: 8px;
	padding: 25px 20px 25px 20px;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
	margin-top: 20px;
}

#layout5 .list ul{
	margin-left: -6px;
}

#layout5 .list li{
	float: left;
	width: 267px;
	margin-left: 6px;
}

#layout5 .list .photo{
	border-radius: 5px;
	height: 152px;
}

#layout5 .list .photo i{
	position: absolute;
	width: 42px;
	height: 41px;
	left: 50%;
	top: 50%;
	margin: -21px 0px 0px -21px;
	background: url("images/ly5-play.png");
}

#layout5 .list p{
	line-height: 21px;
	font-size: 17px;
	margin-top: 5px;
}

#layout7{
	margin-top: 70px;
	position: relative;
	overflow: visible;
}

#layout7 .bg{
	position: absolute;
	width: 100%;
	height: 500px;
	left: 0px;
	bottom: 62px;
	background: -webkit-linear-gradient(top,#2048b8,#223b81);
	background: -o-linear-gradient(top,#2048b8,#223b81);
	background: -moz-linear-gradient(top,#2048b8,#223b81);
	background: linear-gradient(top,#2048b8,#223b81);
}

#layout7 .title1{
	line-height:40px;
	height:40px;
	position: relative;
}
#layout7 .title1 span{
	padding-left: 39px;
	background-image: url("images/ly7-title.png");
	color: #fff;
}
#layout7 .title1 form{
	height:38px;
	line-height:38px;
	border-radius:20px;
	float:right;
	border:1px solid #fff;
	background:#fff;
}
#layout7 .kuang1,#layout8 .kuang1{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
    border: none;
    outline: none;
	color:#272a32;
	padding-right: 15px;
	margin-left:36px;
	line-height:38px;
	height:38px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url("images/ly7-arrow.png") no-repeat center right;
}
#layout7 .kuang2,#layout8 .kuang2{
	display: inline-block;
	vertical-align: top;
	width: 150px;
    color: #333;
    height:36px;
	line-height:36px;
    font-size: 15px;
    border: none;
    outline: none;
	margin-left:20px;
}
#layout7 input:-moz-placeholder{color:#cecfd0;}   
#layout7 input:-ms-input-placeholder{color:#cecfd0;}   
#layout7 input::-webkit-input-placeholder{color:#cecfd0;}
#layout7 .sub{
	display: inline-block;
	vertical-align: top;
	width:96px;
	height:38px;
	border: none;
    outline: none;
	background:url(images/ly7-sub.png) no-repeat;
	float:right;
	cursor: pointer;
}

#layout7 .block{
	position: relative;
	margin-top:30px;
	overflow:hidden;
}
#layout7 .block .title{
	position: relative;
	line-height:44px;
	height:44px;
	border-bottom:1px solid rgba(255,255,255,0.3);
	margin: 0px 0px 50px 0px;
	text-align: center;
}

#layout7 .block .title .more2{
	position: absolute;
	right: 0px;
	background: url("images/more2.png") no-repeat right center;
	padding-right: 20px;
	color: #fff;
	font-size: 16px;
}
#layout7 .block .title .more2:hover{
	color: #fff !important;
	opacity: 0.8;
}
#layout7 .block .title .tab span{
	font-size:22px;
	color:#fff;
	cursor:pointer;
	padding:0px 20px;
	margin: 0px 20px;
	border-radius:5px 5px 0px 0px;
	display:inline-block;
	vertical-align: top;
	position:relative;
	height:44px;
}
#layout7 .block .title .tab span.current{
	border:1px solid rgba(255,255,255,0.3);
	border-bottom:none;
	font-weight:bold;
}
#layout7 .block .title .tab span i{
	width:100%;
	height:2px;
	position:absolute;
	left:0;
	bottom:0px;
	display:none;
	background:#213f93;
}
#layout7 .block .title .tab span.current i{ display:block;}

#layout7 .block .title .tab span label{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 45px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	display: none;
}

#layout7 .block .title .tab .current label{
	display: block;
}

#layout7 .tabCon ul{ margin-left:-28px; }
#layout7 .tabCon li{
	width:150px;
	height:154px;
	float:left;
	display:inline;
	margin-left:28px;
	background:#1071d7;
	border-radius:5px;
	padding:22px 10px 0px 16px;
	font-size:16px;
	line-height:22px;
}
#layout7 .tabCon li a{ color:#fff !important;}
#layout7 .tabCon li:hover{ background:url(images/ly7-li.png) no-repeat;}
#layout7 .tabCon li h5{
	font-size:16px;
	line-height:22px;
}
#layout7 .tabCon li p{ margin-top:10px;}

#layout7 .tabCon2 ul{ margin-left:-28px; padding-bottom: 13px;}
#layout7 .tabCon2 li{
	width:235px;
	height:154px;
	float:left;
	display:inline;
	margin-left:28px;
	background:#fff;
	border-radius:5px;
	padding:22px 22px 0px 22px;
	font-size:16px;
	line-height:22px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
}

#layout7 .tabCon2 li h5{
	font-size:16px;
	line-height:22px;
	color: #1c2b72;
	font-weight: normal;
}
#layout7 .tabCon2 li p{ 
	margin-top:10px;
	font-size: 22px;
	line-height: 30px;
}

#layout8{
	margin-top: 50px;
}

#layout8 .title1{
	line-height:39px;
	height:39px;
	margin-bottom:20px;
}
#layout8 .title1 span{
	padding-left: 36px;
	background-image: url("images/ly8-title.png");
}

#layout8 .left{ width:564px;}
#layout8 .block1{
	width:478px;
	height:172px;
	background: url("images/ly8-bg.jpg");
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	border-radius: 8px;
	padding:24px 47px 0px 39px;
}
#layout8 .block1 h5{
	font-size:22px;
	color:#fff;
	line-height:66px;
}
#layout8 form{
	width:466px;
	height:50px;
	line-height:50px;
	border-radius:5px;
	background:#fff;
	padding-left:12px;
}
#layout8 .kuang1{
	float: left;
	height:50px;
	line-height:50px;
	margin-left:0px;
}
#layout8 .kuang2{
	float: left;
	height:50px;
	line-height:50px;
	margin-left:20px;
	width:300px;
	font-size: 16px;
	padding: 0;
	outline: none;
}
#layout8 input:-moz-placeholder{color:#b8b8b8;}   
#layout8 input:-ms-input-placeholder{color:#b8b8b8;}   
#layout8 input::-webkit-input-placeholder{color:#b8b8b8;}
#layout8 .sub{
	width:64px;
	height:46px;
	border: none;
    outline: none;
	background:#fff url(images/ly8-sub.png) no-repeat center center;
	float:right;
	margin:2px 2px 0px 0px;
	cursor: pointer;
}

#layout8 .block2{
	width:498px;
	height:255px;
	background:#fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	padding:14px 28px 0px 38px;
	margin-top:12px;
	border-radius: 8px;
}
#layout8 .block2 .title1,#layout8 .right .title1{
	border-bottom:1px solid #dddfea;
	line-height:48px;
	height:48px;
	margin-bottom:13px;
}
#layout8 .block2 .title1 span,#layout8 .right .title1 span{
	background:none;
	padding-left:0px;
	font-size:22px;
}
#layout8 .block2 .news h4{
	font-size:20px;
	font-weight:normal;
	color:#333;
	line-height:24px;
	max-height:48px;
}

#layout8 .block2 .news h5{
	font-size:14px;
	font-weight:normal;
	color:rgba(0,0,0,0.5);
	line-height:30px;
	margin-top:3px;
}
#layout8 .block2 .news h5 span{ margin-right:24px;}
#layout8 .block2 .news p{
	line-height:18px;
	color:rgba(0,0,0,0.8);
	max-height:36px;
}
#layout8 .point{
	height:8px;
	margin-top:24px;
}
#layout8 .point span{
	display:block;
	float:left;
	width: 7px;
	height: 7px;
	border-radius: 4px;
	cursor: pointer;
	background: #7f7f7f;
	margin-right: 7px;
}
#layout8 .point .current{
	background: #1b2a74;
}

#layout8 .right{
	width:548px;
	height:453px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	background: #fff;
	padding:24px 38px 0px 39px;
	border-radius: 8px;
}
#layout8 .right .title1{ margin-bottom:3px;}
#layout8 .right li{
	color:#333;
	background:url(images/ly8-li.gif) no-repeat left bottom;
	padding:9px 0px 20px 0px;
}
#layout8 .right li:last-child{ background:none;}
#layout8 .right li h5{
	font-size:20px;
	font-weight:normal;
	line-height:40px;
	height:40px;
}
#layout8 .right li p{
	line-height:20px;
	height:20px;
	color: rgba(0,0,0,0.6);
}
#layout8 .right li p span{ margin-right:10px;}
#layout8 .right li .green{ color:#339966;}
#layout8 .right li .red{ color:#e02020;}


#layout9{
    margin-top: 50px;
	padding:45px 0px 45px 0px;
    background: #e9ecf0;
}
.linkGroup1 { margin-left:-50px;}
.linkGroup1 .link {
    display: inline-block;
    height: 42px;
	line-height:42px;
    width: 205px;
    text-align: center;
    font-size: 16px;
    color: rgb(0, 0, 0);
    background: #fff;
	float:left;
	margin-left:50px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius:2px;
}
.linkGroup1 .link:hover{
    color: #1b2a74;
    opacity: 0.8;
}
.linkGroup1 .link img {
    display: inline-block;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}
.linkGroup1 select {
	float:left;
    width: 196px;
	padding-left:15px;
    height: 42px;
	line-height:42px;
    font-size: 16px;
    border: none;
    outline: none;
	margin-left:50px;
	box-shadow: 0px 0px 10px rgba(200,200,200,0.1);
	border-radius:2px;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: #fff url("images/ly9-arrow.png") no-repeat center right;
}
.linkGroup2 {
    margin: 42px 0px 0px -18px;
    height: 121px;
    display: flex;
}
.linkGroup2 a,.linkGroup2 .block {
    width: 153px;
    height: 121px;
	display:block;
    text-align: center;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    background: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px rgba(200,200,200,0.1);
	overflow:hidden;
	float:left;
	margin-left:18px;
}
.linkGroup2 a:hover {
    color: #b68c39;
    opacity: 0.8;
}
.linkGroup2 a img {
    margin: 33px auto 10px auto;
}
.linkGroup2 .block{
	width:200px;
	text-align:center;
	float:left;
}
.linkGroup2 .block img{
	display:inline;
	margin-top:15px;
}

#layout10{
	background: #15266b;
	text-align: center;
	padding: 35px 0px;
}

#layout10 .box{
	display: inline-block;
	vertical-align: top;
}

#layout10 i{
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 52px;
	background: url("images/ly10-line.png");
	margin: 1px 65px 0px 65px;
}

#layout10 h4{
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
}

#layout10 p{
	line-height: 30px;
	height: 30px;
	font-size: 22px;
	margin-top: 5px;
}

#layout10 label{
	font-weight: bold;
}