@charset "UTF-8";

/*banner*/

body {
	padding-top: 170px;
}

.banner a img{width:100%;}

.banner .slick-dots {
	left: 0;
	right: 0;
	bottom: 35px;
	text-align: center;
}

.banner .slick-dots li {
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	margin: 0 19px;
	position: relative;
	z-index: 1;
	font-size: 0;
}

.banner .slick-dots li button {
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 0;
	background: #fff;
}

.banner .slick-dots li.slick-active button {
	background: #0b2d77;
}

.banner .slick-dots li:after {
	content: "";
	position: absolute;
	width: 33px;
	height: 33px;
	background: rgba(255, 255, 255, 0.4);
	border: 0;
	border-radius: 50%;
	left: -8px;
	top: -8px;
	z-index: -1;
	display: none;
}

.banner .slick-dots li.slick-active:after {
	display: block;
}


/*公用标题*/

.gg-tit {
	margin-bottom: 42px;
}

.gg-tit h3 {
	line-height: 38px;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}

.gg-tit h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 45px;
	width: 30px;
	height: 1px;
	background: #aaa;
}

.gg-tit h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 55px;
	width: 30px;
	height: 1px;
	background: #aaa;
}

.more a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff8e20;
	border: 1px solid #FF8E20;
	border-radius: 15px;
	width: 114px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s;
	margin-top: 20px;
}

.more a:hover {
	background: #FF8E20;
	color: #fff;
}

.more2 a {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff8e20;
	transition: all 0.3s;
}

.more a:hover {}


/*首页板块*/

.section1 {
	padding: 82px 0 98px 0;
	background: url(../img/section1.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.s1-l {
	float: left;
	width: 845px;
}

.s1-r {
	float: right;
	width: 588px;
}

.s1-l-l {
	width: 264px;
	padding-left: 14px;
	padding-top: 35px;
	position: relative;
	z-index: 1;
	margin-right: 44px;
}

.s1-l-l:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-left: 110px solid #274a84;
	border-top: 65px solid #274a84;
	border-right: 110px solid transparent;
	border-bottom: 65px solid transparent;
	z-index: -1;
}

.s1-l-l a {
	display: block;
}

.s1-l-l .pic {
	width: 250px;
	height: 352px;
	overflow: hidden;
}

.s1-l-r {
	overflow: hidden;
}

.s1-l-r p {
	font-family: 'times';
	font-size: 17px;
	line-height: 32px;
	color: #4e4e4e;
}

.s1-l-r .more {
	margin-top: 30px;
}

.s1-l-r .autograph {
	display: block;
	float: right;
}

.s1-r .gg-tit h3:before,
.s1-r .gg-tit h3:after {
	left: 50%;
	transform: translateX(-50%);
}

.s1-rk {
	padding-bottom: 10px;
}

.s1-rk ul li {
	position: relative;
	z-index: 1;
	padding: 13px 0 12px 7px;
}

.s1-rk ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-left: 65px solid #274a84;
	border-top: 52px solid #274a84;
	border-right: 65px solid transparent;
	border-bottom: 52px solid transparent;
	z-index: -1;
}

.s1-rk ul li a {
	display: block;
	width: 165px;
	height: 300px;
	padding: 3px;
	position: relative;
	overflow: hidden;
}

.s1-rk ul li a .pic {
	display: block;
	width: 159px;
	height: 230px;
	overflow: hidden;
	transition: all 0.5s;
}

.s1-rk ul li a p {
	line-height: 25px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #4e4e4e;
	width: 159px;
	margin-top: 10px;
}

.s1-rk ul li a:hover {
	background: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
}

.s1-rk .slick-prev,
.s1-rk .slick-next {
	width: 30px;
	height: 30px;
	background: #dedede;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	top: inherit;
	transform: translateY(0);
	z-index: 9;
}

.s1-rk .slick-prev:hover,
.s1-rk .slick-next:hover {
	background: #24447a;
}

.s1-rk .slick-prev {
	bottom: -30px;
	left: 255px;
}

.s1-rk .slick-prev:hover:after {
	color: #fff;
}

.s1-rk .slick-next {
	bottom: -30px;
	right: 255px;
}

.s1-rk .slick-next:hover:after {
	color: #fff;
}

.s1-rk .slick-prev:after {
	content: "<";
	font-size: 18px;
	font-weight: bold;
	font-family: "宋体";
	color: #838383;
}

.s1-rk .slick-next:after {
	content: ">";
	font-size: 18px;
	font-weight: bold;
	font-family: "宋体";
	color: #838383;
}

.s1-r .more2 {
	float: right;
	margin-right: 30px;
	transition: all 0.5s;
}

.s1-r .more2 a {
	background: url(../img/more2.png) no-repeat left center;
	padding-left: 138px;
}

.s1-r .more2:hover {
	margin-right: 25px;
}

.section2 {
	background: url(../img/section2.png) no-repeat center;
	background-size: cover;
	padding: 75px 0 95px 0;
}

.section2>div {
	overflow: hidden;
}

.section2 .gg-tit h3 {
	color: #fff;
}

.section2 .gg-tit h3:before,
.section2 .gg-tit h3:after {
	background: #fff;
}

.s2-l .gg-tit1 h3:before {
	top: 80px;
}

.s2-l .gg-tit1 h3:after {
	top: 90px;
}

.s2-l {
	width: 350px;
}

.s2-l .gg-tit h3 {
	font-size: 24px;
	line-height: 36px;
}

.s2-l ul {
	margin-top: 10px;
}

.s2-l ul li a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(255, 255, 255, 0.2) url(../img/xx1.png) no-repeat 94% center;
	border: 1px solid rgba(195, 218, 255, 0.5);
	margin-top: 14px;
	padding-left: 30px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	transition: all 0.3s;
}

.s2-l ul li a:hover {
	background: rgba(40, 103, 191, 0.8) url(../img/xx1.png) no-repeat 94% center;
	color: #fdc800;
}

.mt60 {
	margin-top: 60px;
}

.s2-c {
	width: 280px;
	margin-left: 100px;
	margin-top: 90px;
	border: 1px solid #d1e2ff;
	position: relative;
	z-index: 1;
}
.s2-c:after{
	content: "";
	position: absolute;
	left: -36px;
	top: -20px;
	background: url(../img/s2-cbg.png) no-repeat;
	width: 357px;
	height: 494px;
	z-index: -1;
}
.s2-c .slick-dots{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
	right: 0;
}
.s2-c .slick-dots li{
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 6px;
}
.s2-c .slick-dots li button{
	display: none;
}
.s2-c .slick-dots li.slick-active{
	background: #fff;
}

.s2-r {
	width: 668px;
}

.s2-r .gg-tit {
	position: relative;
	padding-top: 10px;
}

.s2-r .gg-tit:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 175px;
	height: 75px;
	background: url(../img/tit-bg1.png) no-repeat center;
}

.s2-r .gg-tit h3 {
	text-align: center;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
}

.s2-r .gg-tit h3:before,
.s2-r .gg-tit h3:after {
	left: 50%;
	transform: translateX(-50%);
}

.s2-r ul li {
	float: left;
	margin-left: 22px;
	position: relative;
}

.s2-r ul li a {
	display: block;
	width: 150px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

.s2-r ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
}

.s2-r ul li a:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-family: 'Roboto', sans-serif;
}

.s2-r ul li:nth-child(1) {
	margin-left: 0;
}

.s2-r ul li:nth-child(1) a {
	background: url(../img/s2-r1.jpg) no-repeat center;
	background-size: cover;
}

.s2-r ul li:nth-child(2) a {
	background: url(../img/s2-r2.jpg) no-repeat center;
	background-size: cover;
}

.s2-r ul li:nth-child(3) a {
	background: url(../img/s2-r3.jpg) no-repeat center;
	background-size: cover;
}

.s2-r ul li:nth-child(4) a {
	background: url(../img/s2-r4.jpg) no-repeat center;
	background-size: cover;
}

.s2-r ul li:nth-child(2),
.s2-r ul li:nth-child(4) {
	margin-top: 120px;
}

.s2-r ul li a p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	text-align: center;
}

.s2-r ul li:after {
	content: ">>";
	font-family: "宋体";
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 18px;
}

.s2-r ul li:hover a:after {
	border-color: rgba(255, 255, 255, 0.8);
}

.s2-r ul li:hover a:before {
	background: rgba(0, 0, 0, 0.45);
}

.section3 {
	padding: 100px 0 80px 0;
	background: url(../img/section3.png) no-repeat center;
	background-size: cover;
}

.section3 .gg-tit h3 {
	float: left;
}

.section3 .gg-tit {
	position: relative;
	height: 40px;
	line-height: 40px;
	margin: 30px 0 50px 0;
}

.section3 .gg-tit:after {
	content: "";
	position: absolute;
	top: -16px;
	left: 0;
	background: url(../img/tit-bg2.png) no-repeat;
	width: 175px;
	height: 75px;
}

.s3-l {
	width: 445px;
}

.s3-l .slick div a {
	display: block;
}

.s3-l .slick div a .pic {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.s3-l .slick div a p {
	width: 183px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #234284;
	font-size: 14px;
	color: #fff;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}

.s3-l .slick div a p img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

.s3-l .s3-info {
	border-bottom: 1px solid #234284;
	padding: 20px 0;
}

.s3-l .s3-info h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 23px;
	height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s3-l .slick-prev,
.s3-l .slick-next {
	width: 42px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: rgba(24, 24, 24, 0.3);
	top: 40%;
	transition: all 0.3s;
	z-index: 9;
}

.s3-l .slick-prev:before {
	content: "<";
	font-family: "宋体";
	font-size: 36px;
	color: #fff;
}

.s3-l .slick-next:before {
	content: ">";
	font-family: "宋体";
	font-size: 36px;
	color: #fff;
}

.s3-l .slick-prev:hover,
.s3-l .slick-next:hover {
	background: #234284;
}

.s3-l .slick div a:hover .s3-info h3 {
	color: #2c4c80;
}

.s3-c {
	margin-left: 50px;
}

.s3-r {
	width: 512px;
	padding-right: 10px;
}

.s3-rk ul li a {
	display: block;
	padding: 17px 30px;
	transition: all 0.3s;
	position: relative;
}

.s3-rk ul li a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/s3-bg.png) no-repeat;
	width: 244px;
	height: 124px;
	display: none;
}

.s3-rk ul li a h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s3-rk ul li a p {
	width: 181px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #1751ac;
	border-radius: 15px;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
}

.s3-rk ul li a:hover {
	background: #fff;
	border-bottom: 1px solid rgba(35, 66, 132, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.s3-rk ul li a:hover:after {
	display: block;
}

.section4 {
	padding: 55px 0;
}

.s4-c ul {
	margin-left: -2px;
	margin-right: -2px;
}

.s4-c ul li a {
	display: block;
	background: #fff;
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 0;
	margin: 12px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

.s4-c ul li a img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}
.s4-c .slick-prev,
.s4-c .slick-next{
	width: 30px;
	height: 30px;
}
.s4-c .slick-prev:before,
.s4-c .slick-next:before {
	font-family: "宋体";
	font-size: 30px;
	color: #a4a4a4;
	transition: all 0.3s;
}

.s4-c .slick-prev:before {
	content: "<";
}

.s4-c .slick-prev {
	left: -30px;
}

.s4-c .slick-next:before {
	content: ">";
}

.s4-c .slick-next {
	right: -30px;
}

.s4-c .slick-prev:hover:before,
.s4-c .slick-next:hover:before {
	color: #395590;
}

.s4-c ul li a:hover {
	margin-top: 6px;
}

.section5 {
	width: 100%;
	height: 437px;
	overflow: hidden;
}

.s5-c {
	width: 100%;
	height: 437px;
	background: url(../img/sp_banner.png) no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.s5-c:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(49, 74, 105, 0.5);
	z-index: -1;
}

.video-ycw {
	position: relative;
	display: none;
}

#video1 {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-info {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9;
	text-align: center;
}

.video-img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: url(../img/bf2.png) no-repeat center;
	background-size: cover;
	cursor: pointer;
	margin-top: 39px;
}
.video-img:hover {
	width: 100px;
	height: 100px;
	background: url(../img/bf.png) no-repeat center;
	background-size: cover;
}

.video-info h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	color: #fff;
}
.video-info p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: rgba(255,255,255,0.5);
	margin-top: 20px;
}

.video-ycw{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
}
.video-yc{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 900px;
	height: 500px;
	background: #000;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.video-close{
	float: right;
	width: 30px;
	height: 30px;
	background: url(../img/s1-close.png) no-repeat;
	position: relative;
	top: -40px;
	right: -40px;
	cursor: pointer;
}
/*3d*/

.exhibition_hall {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 78px;
}

.roundabout_box img {
	width: 100%
}

.roundabout_box {
	height: 470px;
	width: 100%;
}

.roundabout-holder {
	list-style: none;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 8;
}

.roundabout-moveable-item {
	font-size: 12px!important;
	height: 400px;
	width: 270px;
	cursor: pointer;
	background: #f9f9f9;
}

.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	background-color: #fff;
	margin: 0
}

.roundabout-in-focus {
	cursor: auto;
}

.roundabout-in-focus000:hover {
	-webkit-box-shadow: 0 0 20px #787878;
	-moz-box-shadow: 0 0 20px #787878;
	background: #f9f9f9
}

.roundabout-holder .text {
	color: #999
}

.roundabout-in-focus000:hover span {
	display: inline;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 8px 20px;
	background: #f9f9f9;
	color: #36c;
	z-index: 999;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa
}

.btn_l,
.btn_r {
	position: absolute;
	bottom: 37px;
	right: 96px;
	display: block;
	width: 25px;
	height: 30px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9;
	overflow: hidden;
	line-height: 30px;
	font-family: "宋体";
	font-size: 24px;
	color: #fff;
	z-index: 9;
}
.btn_l:hover,
.btn_r:hover{
	background: rgba(34,65,132,0.8);
}

.btn_r {
	left: auto;
	right: 64px;
}