@charset "utf-8";

.main #container{
	width: 100%;
}

/*.main_banner*/
.main_banner{
	position: relative;
}
.main_banner .inner{
	position: relative;
}
.main_banner .banner_box{
	width: 100%;
	position: relative;
}
.main_banner .item {
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
	border-bottom: 1px solid #d5d5d5;
}
.main_banner .item a{
	display: block;
}
.main_banner .item img{
	max-width: 1180px;
	margin: 0 auto; 
}

.banner_box .owl-dots .owl-dot.active span,
.banner_box .owl-dots .owl-dot:hover span {
	opacity: 1;
}
.banner_box .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-theme .owl-dots .owl-dot, .banner_box .owl-dots .owl-dot{
	outline: none;
}
.owl-theme .owl-dots .owl-dot span, .banner_box .owl-dots .owl-dot span{
	background: #0068b3;
	opacity: 0.5;
	margin: 5px 4px;
}
.banner_box .owl_control, .banner_box .owl-dots{
	display: inline-block;
}
.banner_box .button{
    border-radius: 5px;
    display: none;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background-color: rgba(0,0,0,0.6);
    background-image: url(images/common/control_icon.png);
    background-repeat: no-repeat;
    background-size: 80px 20px;
    opacity: 0.7;
    text-indent: -9999em;
    cursor: pointer;
}
.banner_box .button.on{
	display: block;
}

.banner_box .button.play{
    background-position: -40px 0px;
} 

.banner_box .button.stop{
	background-position: -60px 0px;
}
.banner_box .owl-nav{
	position: absolute;
	max-width: 1224px;
	width: 100%;
	margin: 0 auto;
	z-index: 10;
	top: calc(50% - 55px);
	left: calc(50% - 612px);
	display:none;
}
.banner_box .owl-nav button{
	width: 32px;
	height: 32px;
	background-size: 128px 32px;
	display: inline-block;
	border: none;
	outline: none;
}
.banner_box .owl-nav .owl-next{
	margin-left: 1px;
}
.banner_box .owl-dot span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border:none;
	background-color: #fff;
	border-radius: 5px;
	opacity: 0.5;
	margin: 4px 3px;
	transition: 0.3s all ease;
}
.banner_box .owl-dot.active span{
	width: 25px;
}
.banner_box .owl-dot span:hover, .banner_box .owl-dot.active span{
	opacity: 1;
}
.banner_box .owl-dots_box{
	display: inline-block;
	position: absolute;
	bottom: 20px;
	z-index: 10;
	left: 0;
	width: 100%;
	text-align: center;
}

.quick_link{
	margin-top: 0px;
	background-color: #fff;
	z-index: 10;
	position: relative;
	/* border-top-left-radius: 10px;
	border-top-right-radius: 10px; */
	padding-top: 30px;
	padding-bottom: 50px;
}
.quick_link li{
	width: 25%;
	float: left;
	text-align: center;
}
.quick_link a{
	display: inline-block;
	border: 1px solid #cacaca;
	border-radius: 155px;
	width:155px;
	height:155px;
}
.quick_link .icon{
	width: 70px;
	height: 70px;
	display: inline-block;
	vertical-align: middle;
	margin:20px 0 15px;
}

.quick_link .icon::before{	
	content: '';
	display: block;
	width: 77px;
	height: 77px;
	background-size: 80px 320px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.quick_link a{
		width:76px;
		height:76px;
	}
	.quick_link .icon{margin:2px 0 15px;}
	.quick_link .icon::before {width:40px;margin: 0 auto;}
}
.quick_link li{
	position: relative;
}
.quick_link li+li::before{
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	width: 1px;
	height: 40px;
	background-color: #e3e3e3;
}
.quick_link li:nth-child(1) .icon::before{
	background:url("/images/main/q01.png") no-repeat 50% 50%;
}
.quick_link li:nth-child(2) .icon::before{
	background:url("/images/main/q02.png") no-repeat 50% 50%;
}
.quick_link li:nth-child(3) .icon::before{
	background:url("/images/main/q03.png") no-repeat 50% 50%;
}
.quick_link li:nth-child(4) .icon::before{
	background:url("/images/main/q04.png") no-repeat 50% 50%;
}
.quick_link span{
	display: block;
	vertical-align: middle;
	font-size: 17px;
	color: #6d6d6d;
	font-weight: 500;
	line-height: 24px;
	transition: all 0.4s ease;
}
.quick_link a:hover .icon{

}
.quick_link a:hover span{
	color: #0078de;
}

.notice_link, .main_gallery{
	float: left;
	position: relative;
	width: calc(50% - 10px);
	vertical-align: top;
}
.notice_link{
	border: 1px solid #d5d5d5;
}
.notice div h3{
	font-size: 20px;
	font-weight: 500;
	width: 20.6%;
	position: absolute;
	top: 0;
	color: #888888;
	text-align: center;
	cursor: pointer;
	line-height: 40px;	
	margin-top: 18px;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	border-bottom:0;
}
.notice div h3:hover{
	color: #0076d1;
	border-top: 4px solid #70aefb;
	line-height: 36px;
	padding-bottom:2px;
}
.notice .on h3:after{
	border-top: 4px solid #0076d1;
}
.notice div h3:hover:after{
	background-color: #70aefb;
}
.notice div:nth-child(1) h3{
	left:0;
}
.notice div:nth-child(2) h3{
	left: 20.6%;
}
.notice div:nth-child(3) h3{
	left: 41.2%;
}
.notice div:nth-child(4) h3{
	left: 61.8%;
}
.notice .on h3,.notice .on h3:hover{
	color: #0076d1;
	z-index: 10;
	border-top: 4px solid #0076d1;
	line-height: 36px;
	padding-bottom:2px;
}
.notice div .more, .main_gallery .lt_more{
	width: 30px;
	height: 30px;

	position: absolute;
	right: 20px;
	top: 20px;
	border: 1px solid #ccc;
	font-size: 22px;
	line-height: 26px;
	color: #888;
	text-align: center;
}
.notice div .more:hover{
	color: #fff;
	background-color: #0076d1;
	border: 1px solid #0076d1;
}
.notice div h3+ul{
	border-top: 1px solid #d5d5d5;
	padding: 15px 20px 15px;
}
.notice div ul{
	margin-top: 60px;
	min-height: 225px;
}
.notice div ul li{
	font-size: 16px;
}
.notice div ul li a{
	float: left;
	width: calc(100% - 100px);
	color: #3d3d3d;
	line-height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.notice>div:nth-child(4) ul li a{
	width: 100%;
}
.notice div ul li a:hover{
	color: #0068b3;
}
.notice div ul li span{
	float: right;
	color: #999;
	line-height: 30px;
}
.notice div ul, .notice div .more{
	display: none;
}
.notice .on ul, .notice .on .more{
	display: block;
}

.main_gallery{
	border: 1px solid #d5d5d5;
	margin-left: 20px;
}
.main_gallery .lat_title strong{
	font-size: 20px;
	color: #0076d1;
	width: 150px;
	line-height: 38px;
    margin-top: 18px;
	display: inline-block;
	text-align: center;
	font-weight: 500;
}
.main_gallery .lat_title span{
	color: #888888;
	font-weight: normal;
	font-size: 16px;
}
.main_gallery ul{
	padding: 20px 20px 25px;
	height: 229px;
	border-top: 1px solid #d5d5d5;
}
.main_gallery ul li{
	width: calc(33.3333% - 7px);
	display: block;
	float: left;
}
.main_gallery ul li:nth-child(2), .main_gallery ul li:nth-child(5){
	margin-left: 10.5px;
	margin-right: 10.5px;
}
.main_gallery ul li:nth-child(n+4){
	margin-top: 10px;
}
.main_gallery ul li a{
	display: block;
}
.main_gallery ul li img{
	width: 100%;
	height: auto;
}
.main_gallery .lt_more{
	border: 1px solid #ccc;
}
.main_gallery .lt_more:hover{
	background-color: #0076d1;
	color: #fff;
	border: 1px solid #0076d1;
}


.etc_site_link{
	padding-top: 50px;	
	padding-bottom: 50px;
}
.etc_site_link .item{
	display: table;
	height: 48px;
}
.etc_site_link .item a{
	display: table-cell;
	vertical-align: middle;
}
.etc_site_link .item a img{
	max-width: 150px;
	max-height: 50px;
}
.etc_site_link .owl-dots{
	display: none;
}
.etc_site_link .secondary {
	display: none;
}
.etc_site_link_box{
	border: 1px solid #cccccc;
	padding: 14px 40px;

	position: relative;
	border-radius: 20px;
}
.etc_site_link .owl_control .owl-nav button{
	position: absolute;
	width: 30px;
	height: 30px;
	border: 0;
	top:50%;
	transform: translateY(-50%);
	background-color: #fff;
}
.etc_site_link .owl_control .owl-nav button span{
	background-repeat: no-repeat;
	text-indent: -9999em;
	width: 30px;
	height: 30px;
	display: block;
}
.etc_site_link .owl_control .button.play{
	background-position: -64px -1px;
}
.etc_site_link .owl_control .button.stop{
	background-position: -96px -1px;
}
.etc_site_link .owl_control .owl-nav .owl-prev{
	right:10px;
	/* top: -1px; */
}
.etc_site_link .owl_control .owl-nav .owl-next{
	left:10px;
	/* top: -1px; */
}
.etc_site_link .owl_control .owl-nav .owl-prev span{
	background:url("/images/main/ico_next.png") no-repeat 50% 50%;
}
.etc_site_link .owl_control .owl-nav .owl-next span{
	background:url("/images/main/ico_prev.png") no-repeat 50% 50%;
}

#t_banner_wrap .inner{
	position: relative;
}
.custom-input input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    opacity: 0;
}
#t_banner_wrap input[type='checkbox'] + label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #dddddd;
}
#t_banner_wrap .inner > .t_close {
	position:absolute; 
	right: 12px; 
	bottom: 5px; 
	width: 150px; 
	padding: 3px 2px 5px; 
	background: rgba(0,0,0,0.5); 
	border-radius: 6px; 
	overflow: hidden; 
}
#t_banner_wrap .inner > .t_close label {
	font-size:12px; 
	color:#fff; 
	padding-left: 12px;
}
#t_banner_wrap .inner > .t_close input[type='checkbox']:checked + label:before {
	width:10px;
	height:10px;
	background: #fff url("./img/icon_input_checked_m.png") no-repeat 50% 50%;
	background-size:10px auto;margin-top:1px;
}
#t_banner_wrap .inner > .t_close input[type='checkbox'] + label span { 
	font-size: 12px;
}
#t_banner_wrap .inner > .t_close input[type='checkbox'] + label:before {
	width:10px; 
	height: 10px; 
	margin-left:-5px; 
	margin-right:4px; 
}
#t_banner_wrap .inner > .t_close input[type='checkbox']:focus + label:before {
	outline: 1px dashed #ffff00;
}
#t_banner_wrap .inner > .t_close .btn_close { 
	width:10px; 
	height:10px; 
	display:inline-block; 
	background: url(/images/btn_close.png) no-repeat center center; 
	background-size:contain; 
	border:0; 
	vertical-align: middle;
}

.side_banner{
	position: absolute;
	width: 312px;
	top: calc(50% - 220px);
	right: 16px;
	top: 20px;
    background-color: rgba(0,0,0,0.25);
    border-radius: 10px;
    overflow: hidden;
}
.main_banner .side_banner .item{
	padding-bottom: 0;
}
.side_banner .owl_control{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(0,104,179,0.9);
	height: 32px;
	text-align: center;
	padding: 7px;
}
.side_banner .owl_control>div{
	display: inline-block;
}
.side_banner .owl-dot{
	outline: none;
	background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    display: inline-block;
    zoom: 1;
}
.side_banner .owl-dot span{
	display: inline-block;
	width: 8px;
	height: 8px;
	border:none;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.5;
	margin: 4px 3px;
}
.side_banner .owl-dot span:hover, .side_banner .owl-dot.active span{
	opacity: 1;
}
.side_banner .secondary .button{
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	display: none;
	width: 20px;
	height: 20px;
	margin-left: 4px;
	background-image: url(/images/control_icon.png);
	background-repeat: no-repeat;
	background-size: 80px 20px;
	opacity: 0.7;
	text-indent: -9999em;
	cursor: pointer;
}
.side_banner .secondary .button.on{
	display: inline-block;
}
.side_banner .secondary .play{
	background-position: -40px -1px
}
.side_banner .secondary .stop{
	background-position: -62px -1px
}
.side_banner .side_close{
	background-image: url(/images/btn_close2.png);
	background-position: center;
	background-repeat:no-repeat;
	background-color: #0068b3;
	background-size: 18px;
	position: absolute;
	text-indent: -9999em;
	top: 5px;
	right: 5px;
	z-index: 10;
	width: 32px;
	height: 32px;
	cursor: pointer;
	border-radius: 50%;
}
.side_banner .item{
	position: relative;
}
.side_banner .item_text{
	position: absolute;
	bottom: 30px;
	width: 100%;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	padding:8px;
	text-align: left;
}
.side_banner .item_text h4{
	font-size: 14px;
	font-weight: 400;
}

@media screen and (max-width: 1247px) {
	.side_banner{
		top: 0;
		right: 0;
	}
	.banner_box .owl-nav{
		left: 0;
	}
	.main_link{
		width: calc(50% - 12px);
	}
	#t_banner_wrap .img img{
		width: 100%;
	}
	.main_link ul li{
		width: calc(50% - 8px);
	}
	.main_link li>a, .main_link li .app_link_tit{
		width: 100%;
		font-size: 15px;
	}
	.notice_link {
		width: calc(50% - 12px);
	}
}


@media screen and (max-width: 992px) {
	.main_banner{
		padding-top: 0;
		padding-bottom: 0;
	}
	.main_banner .inner{
		padding-left: 0;
		padding-right: 0;
	}
	.main_banner .banner_box{
		width: 100%;
		padding-right: 0;
	}
	.main_banner .banner_box .owl_control{
		right: 0;
	}
	.notice, .main_link{
		width: 100%;
	}
	.main_link{
		float: initial;
		margin-top: 16px;
	}
	.notice_link, .main_gallery {
		width: 100%;
	}
	.main_gallery{
		margin-left: 0;
		margin-top: 20px;
	}
	.quick_link{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.quick_link .icon{
		width: 60px;
		height: 60px;
	}
	.quick_link .icon::before{	
	}
	.quick_link li+li::before{
		display: none;
	}
	.quick_link li:nth-child(1) .icon::before{

		background-size:100%
	}
	.quick_link li:nth-child(2) .icon::before{

		background-size:100%
	}
	.quick_link li:nth-child(3) .icon::before{

		background-size:100%
	}
	.quick_link li:nth-child(4) .icon::before{

		background-size:100%
	}
	.quick_link span{
		display: block;
		text-align: center;
		font-size: 14px;
		padding-left: 0;
		line-height: 18px;
		margin-top: 5px;
	}
	.quick_link span br, .banner_box .owl-nav{
		display: none;
	}
	.main_banner .item{
		padding-bottom: 50px;
	}
	.quick_link{
		margin-top: -50px;
	}
	.etc_site_link{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.etc_site_link_box{
		padding: 10px 35px;
	}
	.main_gallery ul, .notice div ul{
		height: auto;
		min-height: auto;
	}
	.notice_link, .main_gallery{
		border-radius: 0x;
	}
	.etc_site_link .owl_control .owl-nav button{

	}
	.etc_site_link .item a img{
		max-height: 40px;
	}
	.banner_box .owl-dot span{
		width: 6px;
		height: 6px;
		margin: 3px 2px !important;
	}
	.banner_box .owl-dot.active span{
		width: 15px;
	}
	.notice div h3+ul{
		padding: 10px 15px 15px;
	}
}


@media screen and (max-width: 768px) {
	.side_banner{
		position: relative;
		width: 100%;
		height: auto;
		top: -50px;
	}
	.main_link ul li{
		width: 50%;
	}
	.main_link li>a{
		text-align: center;
		padding: 10px;
	}
	.main_link li i{
		display: inline-block;
		text-align: center;
	}
	.main_link li a>span{
		display: block;
		min-height: 44px;
		text-align: center;
		margin-top: 4px ;
		padding-left: 0;
	}
	.notice:before{
		height: 40px;
	}
	.banner_box .owl-dots_box{
		bottom: 60px;;
	}
	.notice div h3, .main_gallery .lat_title strong{
		font-size: 14px;
		margin-top: 4px;
	}
	.notice div h3{
		width: 22.5%;
	}
	.notice div:nth-child(2) h3{
		left: 22.5%;
	}
	.notice div:nth-child(3) h3{
		left: 45%;
	}
	.notice div:nth-child(4) h3{
		left: 67.5%;
	}
	.notice div ul{
		margin-top: 46px;
	}
	.notice div ul li{
		font-size: 14px;
		line-height: 32px;
	}
	.notice div .more, .main_gallery .lt_more{
		top: 8px;
		right: 8px;
	}
	.main_gallery .lat_title strong{
		width: 85px;
	}
	.main_gallery .lat_title span{
		font-size: 11px;
	}
}