a:hover {
	text-decoration: none;
}

a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}
}


/*分页样式*/


/*头部样式*/

#header {
	position: relative;
	background: url(../images/headerBg.jpg) repeat;
}

#header .logo {
	width: 28%;
	height: 130px;
}

.logo a {
	display: table-cell;
	width: 100%;
	height: 130px;
	vertical-align: middle;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}

#header .menu_icon {
	position: absolute;
	top: 32%;
	right: 0;
	width: 10%;
}

#header .menu_icon img {
	width: 100%;
}

@media only screen and (min-width: 414px) and (max-width: 992px) {
	#header .menu_icon {
		width: 8%;
	}
}

@media only screen and (max-width: 414px) {
	#header .menu_icon {
		width: 10%;
	}
}

@media all and (max-width: 768px) {
	#header .logo {
		height: 70px;
		margin-left: 15px;
	}
	.logo a {
		height: 70px;
	}
	.logo img {
		max-height: 100%;
		max-width: none;
		margin-top: -15px;
	}
}


/*pc导航*/

#header .pc_menu {
	float: left;
	width: 72%;
	margin-top: 25px;
}

#header .menu {
	float: left;
	width: 82%;
}

#header .menu>li {
	font-size: 16px;
	line-height: 83px;
	float: left;
	width: 14.28%;
	height: 105px;
	text-align: center;
}

#header .menu>li>a {
	position: relative;
}

#header .menu>li>a:after {
	position: absolute;
	content: "";
	width: 80%;
	bottom: 0;
	left: 50%;
	height: 2px;
	display: none;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background: #72b6df;
}

#header .menu>li:hover a:after {
	display: block;
}

#header .menu>li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#header .menu>li .menu2Box {
	height: 64px;
	line-height: 64px;
	border-top: 1px solid #F6F6F6;
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	background: url(../images/menu2Bg.png) no-repeat center bottom;
	font-size: 14px;
	display: none;
	z-index: 10;
}

#header .menu>li .menu2Box .menu2 {
	display: inline-block;
}

#header .menu>li .menu2Box .menu2 li {
	float: left;
	position: relative;
}

#header .menu>li .menu2Box .menu2 li a {
	padding: 0 10px;
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#header .menu>li .menu2Box .menu2 li a:hover {
	text-decoration: underline;
}

#header .menu>li .menu2Box .menu2 li:after {
	content: "";
	display: block;
	background: url(../images/border.jpg) no-repeat;
	width: 2px;
	height: 15px;
	position: absolute;
	top: calc(50% - 7.5px);
	right: -1px;
}

#header .search {
	float: right;
	width: 18%;
	height: 26px;
	border: 0;
	background: url(../images/headerBg.jpg) repeat;
	color: #7A7A7A;
	border-radius: 10px;
	margin-top: 30px;
}

#header .search .search-input {
	float: left;
	outline: none;
	border: none;
	line-height: 24px;
	background-color: transparent;
	width: 70%;
	padding-left: 15px;
	color: #7a7a7a;
	font-size: 14px;
}

#header .search input::-webkit-input-placeholder {
	font-size: 14px;
	color: #7A7A7A;
}

#header .search input::-moz-placeholder {
	font-size: 14px;
	color: #7A7A7A;
}

#header .search input:-moz-placeholder {
	font-size: 14px;
	color: #7A7A7A;
}

#header .search input:-ms-input-placeholder {
	font-size: 14px;
	color: #7A7A7A;
}

#header .search .search-button {
	float: right;
	height: 100%;
	width: 30%;
	background: url(../images/search.png) no-repeat center;
	border: 0;
	background-size: auto 80%;
	background-position-x: left;
}


/*大图样式*/

#banner {
	position: relative;
	overflow: hidden;
}

#banner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 2%;
	width: 100%;
}


/*大图下方点点的位置*/

#banner .owl-theme .owl-controls .owl-nav .owl-prev,
#banner .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	bottom: 50%;
	max-width: 5%;
	padding: 10px 5px
}


/*箭头的设置*/

#banner .owl-theme .owl-controls .owl-nav .owl-prev img,
#banner .owl-theme .owl-controls .owl-nav .owl-next img {
	max-width: 80%
}

#banner .owl-theme .owl-controls .owl-nav .owl-prev {
	left: 5%;
}

#banner .owl-theme .owl-controls .owl-nav .owl-next {
	right: 5%;
}

#banner #owl-demo a.item {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: auto 100%
}

#owl-demo,
#owl-demo .owl-wrapper-outer,
#owl-demo .owl-wrapper,
#owl-demo .owl-item,
#banner,
#banner a {
	height: 660px;
}


/*大图记得修改高度*/

#banner a {
	display: block;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center
}

@media all and (max-width: 992px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#banner {
		height: 400px;
	}
}

@media all and (max-width: 640px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#banner {
		height: 200px;
	}
	#banner .owl-theme .owl-controls .owl-nav .owl-prev img,
	#banner .owl-theme .owl-controls .owl-nav .owl-next img {
		max-width: 100%
	}
	#banner .owl-theme .owl-controls .owl-nav .owl-prev,
	#banner .owl-theme .owl-controls .owl-nav .owl-next {
		padding: 5px;
	}
	/*箭头的设置*/
	#banner .owl-theme .owl-controls .owl-nav .owl-prev {
		left: 0%;
		bottom: 45%
	}
	#banner .owl-theme .owl-controls .owl-nav .owl-next {
		right: 0%;
		bottom: 45%
	}
}


/*pc右侧快捷按钮*/

.right_nav {}

.right_nav .aside li>p,
.right_nav .aside>li>div {
	background-color: #6a757c;
	color: #fff;
}

.right_nav .aside {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 10000;
}

.right_nav .aside>li {
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}

.right_nav .aside>li>p {
	position: relative;
	z-index: 1005;
	line-height: 60px;
}

.right_nav .aside>li img {
	vertical-align: middle;
}

.right_nav .aside>li p img {
	width: 80%;
}

.right_nav .aside>li p:hover img {
	width: 85%;
}

.right_nav .aside>li .img2 {
	display: none;
}

.right_nav .aside>li>div {
	background-image: url(../images/global/white_bg.png);
	background-repeat: repeat;
	position: absolute;
	display: none;
}

.right_nav .aside>li .phone_meassage {
	right: -240px;
	top: 0;
	width: 300px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	padding: 5px 0;
}

.right_nav .aside>li .qq_online {
	top: 0;
	right: -127px;
	width: 187px;
	padding: 0 20px 0 15px;
}

.right_nav .aside>li .qq_online .qq_online_title {
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.right_nav .aside>li .qq_online .qq_online_box {
	margin-top: 11px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li {
	line-height: 35px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li a {
	color: #fff
}

.right_nav .aside>li .qq_online .qq_online_box ul li i {
	float: left;
	margin-top: -17px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li span {
	float: left;
	margin-top: -16px;
	margin-left: 10px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li span:hover {
	text-decoration: underline;
}

.right_nav .aside>li .ewm {
	top: -20px;
	right: 60px;
	width: 100px;
	height: 100px;
}

.right_nav .aside>li .search_box {
	position: absolute;
	top: 0;
	right: -205px;
	width: 265px;
	text-align: center;
	height: 100%;
}

.right_nav .aside>li .search_box .search_input {
	width: 220px;
	height: 36px;
	position: relative;
	margin: 12px auto;
}

.right_nav .aside>li .search_box .search_input span {
	position: absolute;
	line-height: 34px;
	left: 10px;
	z-index: 101;
}

.right_nav .aside>li .search_box .search_input input {
	width: 220px;
	border: none;
	background-color: transparent;
	height: 36px;
	padding-left: 10px;
	position: absolute;
	line-height: 30px;
	z-index: 1;
	top: 0;
	left: 0;
	background: url(../images/global/black_bg.png);
}

.right_nav .aside>li .search_box ::-webkit-input-placeholder {
	color: #fff;
}

.content .typeBox {
	height: 190px;
	background-color: #F8F8F8;
	position: relative;
	margin-top: -4px;
	overflow: hidden;
}

.content .typeBox .container {
	padding-left: 0;
	padding-right: 0;
}

.content .typeBox .type {
	margin-top: 30px;
}

.content .typeBox .type li {
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
}

.content .typeBox .type li a {
	padding-top: 0;
	display: block;
}

.content .typeBox .type li .p1 {
	height: 63px;
	line-height: 100px;
}

.content .typeBox .type li .p1 .img2 {
	display: none;
}

.content .typeBox .type li .p2 {
	margin-top: 30px;
	color: #2d2b30;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .typeBox .type li:after {
	content: "";
	display: block;
	position: absolute;
	height: 102px;
	width: 1px;
	top: 5px;
	right: 0;
	background-color: #E3E3E3;
}

.content .typeBox .type li:last-child:after {
	display: none;
}

.content .typeBox .type li:hover .p1 .img1 {
	display: none;
}

.content .typeBox .type li:hover .p1 .img2 {
	display: inline-block;
}

.content .typeBox .type li:hover .p2 {
	color: #007bc6;
}

@media only screen and (max-width: 992px) {
	body {
		background: url(../images/video_02.jpg) repeat;
		font-size: 12px;
	}
	.content .typeBox {
		height: auto;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 37px;
		border: 1px solid #dddddd;
	}
	.content .typeBox .container {
		width: 100%;
	}
	.content .typeBox .type {
		margin-top: 0;
	}
	.content .typeBox .type li {
		width: 25%;
		height: 120px;
		border-bottom: 1px solid #DDDDDD;
	}
	.content .typeBox .type li:nth-child(4+n) {
		border-bottom: 0;
	}
	.content .typeBox .type li:nth-child(4):after,
	.content .typeBox .type li:nth-child(9):after {
		display: none;
	}
	.content .typeBox .type li:after {
		height: 100%;
		top: 0;
	}
	.content .typeBox .type li .p1 {
		height: 60px;
		line-height: 85px;
	}
	.content .typeBox .type li .p2 {
		margin-top: 16px;
		font-size: 14px;
	}
}

.content .videoBox {
	padding: 42px 0 47px;
	background: url(../images/video_02.jpg) repeat;
}

.content .videoBox .container {
	padding-left: 0;
	padding-right: 0;
}

.content .videoBox .images-scroll {
	width: 54%;
}

.content .videoBox .images-scroll ul {
	position: relative;
}

.content .videoBox .images-scroll ul .scroll-text {
	height: 115px;
	position: absolute;
	width: 100%;
	background: url(../images/black0.5.png) repeat;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}

.content .videoBox .images-scroll .swiper-container-horizontal>.swiper-pagination-bullets,
.content .videoBox .images-scroll .swiper-pagination-custom,
.swiper-pagination-fraction {
	text-align: right;
	padding-right: 15px;
}

.content .videoBox .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.content .videoBox .swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.content .videoBox .images-scroll ul .scroll-text .p1 {
	font-size: 26px;
	margin: 0;
	line-height: 28px;
}

.content .videoBox .images-scroll ul .scroll-text .p2 {
	font-size: 30px;
	height: 55px;
	line-height: 55px;
}

.content .videoBox .images-scroll ul .scroll-text .p2 span {
	position: relative;
	display: inline-block;
}

.content .videoBox .images-scroll ul .scroll-text .p2 span:before,
.content .videoBox .images-scroll ul .scroll-text .p2 span:after {
	content: "";
	display: block;
	width: 110px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 30px;
}

.content .videoBox .images-scroll ul .scroll-text .p2 span:before {
	left: -135px;
}

.content .videoBox .images-scroll ul .scroll-text .p2 span:after {
	right: -135px;
}

@media only screen and (max-width: 992px) {
	.content .videoBox .images-scroll ul .scroll-text .p1 {
		font-size: 16px;
		margin: 0;
		line-height: 24px;
	}
	.content .videoBox .images-scroll ul .scroll-text {
		height: auto;
		padding: 10px 0;
	}
	.content .videoBox .images-scroll ul .scroll-text .p2 {
		font-size: 18px;
		height: 26px;
		line-height: 30px;
	}
	.content .videoBox .images-scroll ul .scroll-text .p2 span:before,
	.content .videoBox .images-scroll ul .scroll-text .p2 span:after {
		content: "";
		display: block;
		width: 60px;
		height: 2px;
		top: 15px;
	}
	.content .videoBox .images-scroll ul .scroll-text .p2 span:before {
		left: -80px;
	}
	.content .videoBox .images-scroll ul .scroll-text .p2 span:after {
		right: -80px;
	}
}

.content .videoBox .video {
	float: left;
	margin-left: 15px;
	width: calc(46% - 15px);
}

.content .videoBox .video>div {
	height: 235px;
	position: relative;
	background: #e4e3df;
	cursor: pointer;
}
.content .videoBox .video>div img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
}
.content .videoBox .video .video1 {
	margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
	.content .videoBox {
		padding: 0 15px;
		margin-top: 34px;
	}
	.content .videoBox .images-scroll {
		width: 100%;
		margin-bottom: 35px;
	}
	.content .videoBox .images-scroll ul li a {
		display: block;
	}
	.content .videoBox .images-scroll ul li a img {
		display: block;
		max-height: 100%;
		margin: 0 auto;
	}
	.content .videoBox .video {
		margin-left: 0;
		width: 100%;
	}
	.content .videoBox .video>div img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	.content .videoBox .video .video1 {
		margin-bottom: 32px;
	}
	.content .videoBox .video>div {
		height: auto;
	}
}

.content .news {
	padding: 30px 0 50px;
	background-color: #F4F4F4;
}

.content .news .title {
	width: 360px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.content .news .title .p1 {
	font-size: 24px;
	color: #000;
	line-height: 50px;
	border-bottom: 1px solid #CBCBCB;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .news .title:after {
	content: "";
	display: block;
	width: 62px;
	height: 3px;
	background-color: #007bc6;
	position: absolute;
	bottom: 34px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.content .news .title .p2 {
	font-size: 18px;
	color: #D4D4D4;
	margin: 10px 0 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .news .news-list {
	margin-left: -12px;
	margin-right: -12px;
}

.content .news .news-list li {
	float: left;
	margin-top: 25px;
	padding-left: 12px;
	padding-right: 12px;
}

.content .news .news-list li>div {
	display: block;
	background-color: #fff;
	padding: 10px;
}

.content .news .news-list li .p1 {
	height: 245px;
}

.content .news .news-list li .p2,
.content .news .news-list li .p3,
.content .news .news-list li .p4 {
	padding: 0 10px 0 20px;
}

.content .news .news-list li .p2 a:hover,
.content .news .news-list li .p3 a:hover,
.content .news .news-list li .p4 a:hover {
	text-decoration: underline;
}

.content .news .news-list li .p2 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	margin: 10px 0 5px;
}

.content .news .news-list li .p2 a {
	color: #383838;
}

.content .news .news-list li .p3 {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content .news .news-list li .p3 a {
	color: #858585;
}

.content .news .news-list li .p4 {
	font-size: 12px;
	color: #6C6C6C;
	line-height: 30px;
	margin: 5px 0;
}

.content .news .news-list li .p4 i {
	float: left;
	margin: 4px 4px 0 -4px;
}

.content .news .news-list li .p4 span {
	float: left;
}

.content .news .news-list li.lm .p2 {
	font-size: 18px;
	color: #383838;
}

.content .news .news-list li.lm .p3 {
	margin-bottom: 5px;
	color: #858585;
}


/*手机产品*/

.content .m_pro {
	background: none;
}

.content .m_pro .title .p1 {
	font-size: 18px;
	color: #000;
	line-height: 40px;
	border-bottom: 1px solid #CBCBCB;
	position: relative;
	margin: 0 70px;
}

@media only screen and (max-width: 992px) {
	.content .news {
		padding: 20px 0 63px;
		background-color: none;
	}
	.content .news .title {
		width: 100%;
	}
	.content .news .title:after {
		bottom: 29px;
	}
	.content .news .title .p2 {
		margin: 0;
		height: 18px;
		line-height: 18px;
		margin-top: 12px;
	}
	.content .news .news-list {
		margin-left: 0;
		margin-right: 0;
	}
	.content .news .news-list li {
		float: left;
		margin-top: 25px;
	}
	.content .news .news-list li:nth-child(odd) {
		padding-left: 0;
		padding-right: 7.5px;
	}
	.content .news .news-list li:nth-child(even) {
		padding-left: 7.5px;
		padding-right: 0;
	}
	.content .news .news-list li>div {
		display: block;
		background-color: none;
		padding: 0;
		position: relative;
	}
	.content .news .news-list li>div a {
		display: block;
	}
	.content .news .news-list li>div a.pic img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.content .news .news-list li>div a.txt {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
		height: 45px;
		line-height: 45px;
	}
	.content .news .news-list li .p1 {
		height: auto;
	}
	.content .news .news-list li p.bg {
		position: absolute;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		top: 0;
		left: 0;
	}
	.content .news .news-list li p.bg span {
		position: absolute;
		top: calc(50% - 7px);
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		width: 100%;
		text-align: center;
	}
	.content .news .news-list li p.bg i,
	.content .news .news-list li p.bg a {
		display: inline-block;
		vertical-align: middle;
	}
	.content .news .news-list li p.bg a {
		font-size: 14px;
		color: #FFFFFF;
		font-weight: bold;
	}
	.content .news .news-list li p.bg i.before {
		background: url(../images/lanmu_bg.png) no-repeat;
		height: 14px;
		width: 25%;
		display: inline-block;
		background-position-x: 14%;
		background-position-y: center;
	}
	.content .news .news-list li p.bg i.after {
		background: url(../images/lanmu_bg.png) no-repeat;
		height: 14px;
		width: 25%;
		display: inline-block;
		background-position-x: 86%;
		background-position-y: center;
	}
}


/*底部样式*/

#footer .serverBox {
	padding: 35px 0;
	background: #fff;
}

#footer .serverBox ul li {
	float: left;
	padding-left: 0;
	padding-right: 0;
}

#footer .serverBox ul li .image {
	float: left;
	width: 36%;
	margin-left: 6%;
}

#footer .serverBox ul li .text {
	float: left;
	margin-left: 5%;
	width: 46%;
}

#footer .serverBox ul li .text .p1 {
	font-size: 18px;
	margin: 25px 0 2px;
}

#footer .serverBox ul li .text .p2 a {
	color: #2E6AAA;
}

#footer .serverBox ul li .text .p2 a:hover {
	text-decoration: underline;
}

#footer .footer-top {
	padding: 40px 0 50px;
	background-color: #F4F4F4;
}

#footer .footer-top ul.link {
	width: 12.5%;
	float: left;
	text-align: center;
}

#footer .footer-top ul.link li {
	width: 55%;
	display: inline-block;
	text-align: left;
	font-size: 18px;
	color: #2F2F2F;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#footer .footer-top ul.link li a {
	font-size: 14px;
	color: #555;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#footer .footer-top ul.link li a:hover {
	text-decoration: underline;
}

#footer .footer-top .erweima {
	float: right;
	width: 220px;
}

#footer .footer-top .erweima .erweima-top .image {
	float: left;
	width: 42px;
	height: 42px;
}

#footer .footer-top .erweima .erweima-top .text {
	color: #2F2F2F;
	float: left;
	width: 150px;
	margin-left: 15px;
	margin-top: -5px;
}

#footer .footer-top .erweima .erweima-top .text .p1 {
	font-size: 14px;
	margin-bottom: 5px;
}

#footer .footer-top .erweima .erweima-top .text .p2 {
	font-size: 20px;
}

#footer .footer-top .erweima .erweima-bottom {
	margin-top: 65px;
}

#footer .footer-top .erweima .erweima-bottom dl {
	width: 85px;
	float: left;
	text-align: center;
}

#footer .footer-top .erweima .erweima-bottom dl dd {
	color: #2F2F2F;
}

#footer .footer-top .erweima .erweima-bottom dl:first-child {
	margin-right: 10px;
}

#footer .footer-bottom {
	padding: 25px 0;
	background-color: #282828;
	color: #DADBDB;
	text-align: center;
}

#footer .footer-bottom p {
	line-height: 26px;
}

#footer .footer-bottom a {
	color: #DADBDB;
}

#footer .copyright .pc_footer_nav {
	display: inline-block;
	margin: 1.5rem 0 0.8rem 0;
}

#footer .copyright .pc_footer_nav li {
	float: left;
}

#footer .copyright .pc_footer_nav li a {
	display: block;
	border-left: 1px solid #ffffff;
	padding: 0 0.7rem;
	color: #ffffff;
}

#footer .copyright .pc_footer_nav li:first-child a {
	border-left: none;
}

#footer .copyright .copyright_con {
	background: #F4F4F4;
	text-align: left;
	padding: 15px 40px 10px 4%;
	position: relative;
	color: #626262;
}

#footer .copyright .copyright_con a {
	color: #626262;
}

#footer .copyright .top {
	position: absolute;
	right: 10px;
	top: 12px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 10;
}

#footer .copyright .top img {
	top: 2px;
	z-index: 100;
	position: absolute;
	left: 3px;
}


/*wap底部快捷按钮*/

.wap_footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 5px 0;
	z-index: 10;
	background: #282828;
}

.wap_footer dl {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 0;
}

.wap_footer dt {
	height: 26px;
}

.wap_footer dd {
	color: #fff;
	font-size: 12px;
}

.wap_footer dl dt img {
	width: 30%;
}


/*手机底部搜索*/

.wap_search_input {
	position: fixed;
	bottom: 65px;
	left: 100%;
	width: 100%;
	z-index: 1000;
	padding: 8px 2%;
	background: #282828;
}

.wap_search_input:after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.wap_search_input input {
	float: left;
	width: 80%;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding-left: 2%;
	color: #333;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
}

.wap_search_input p {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 100;
	margin-left: 2%;
	width: 18%;
	text-align: center;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);
}


/*黑色遮罩*/

.black_cloth {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: url(../images/global/black_cloth.png) repeat;
	display: none;
	top: 0;
	left: 0;
}


/*手机左边弹出导航*/

.wap_menu {
	position: fixed;
	height: 100%;
	text-align: left;
	z-index: 101;
	background: #282828;
	overflow-y: scroll
}

.wap_menu {
	width: 250px;
	top: 0px;
	left: -250px;
}


/*导航从左边滑进*/


/*.wap_menu {width: 250px;top: 0px;right: -250px;}*/


/*导航从右边滑进*/


/*.wap_menu {width: 100%;top: -100%;left:0px; }*/


/*导航从上边滑进*/

.wap_menu li.menu_tit {
	font-size: 18px;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	padding: 15px 10px;
	color: #fff;
}

.wap_menu li.menu_tit span {
	font-size: 20px;
	position: absolute;
	top: 12px;
	right: 15px;
	border-bottom: none;
	z-index: 1000;
}

.wap_menu li {
	margin-bottom: 2px;
	font-size: 14px;
	position: relative;
}

.wap_menu li .wap_menu1 {
	line-height: 24px;
	font-size: 16px;
	text-transform: Uppercase;
	background: rgba(255, 255, 255, 0.1);
	position: relative;
}

.wap_menu li p {
	padding: 10px 10px;
	margin-bottom: 0;
}

.wap_menu li .wap_menu1 a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 25px;
	color: #ffffff;
}

.wap_menu li .wap_menu1 p.left {
	float: none;
}

.wap_menu li .wap_menu1 p.right {
	width: 15%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	z-index: 1000;
}

.wap_menu li .wap_menu2 {
	display: none;
}

.wap_menu li .wap_menu2 a {
	display: block;
	background: none;
	color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	font-size: 14px;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
	padding: 10px;
}

.wap_menu li .wap_menu2 a i {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: 8px 10px 0 5px;
}

.wap_menu li .wap_menu2 a span {
	float: left;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*pc侧边栏分类样式*/

.content .inmenu {
	line-height: 26px;
	background-color: #FAFAFA;
	border-top: 1px solid #E7E6E3;
	border-bottom: 1px solid #F3F3F3;
	font-size: 12px;
}

.content .inmenu .inmenu-title {
	color: #2d2d2d;
	font-weight: bold;
	float: left;
	padding-left: 13px;
	position: relative;
}

.content .inmenu .inmenu-title:after {
	content: "";
	display: block;
	width: 53px;
	height: 2px;
	background-color: #34638A;
	position: absolute;
	bottom: -1px;
	left: 11px;
}

.content .inmenu .inmenu-icon {
	float: right;
	color: #fff;
	padding: 0 6px;
	line-height: 17px;
	background-color: #306AAA;
	border-radius: 2px;
	margin: 4px 13px 0 0;
}

.content .inmenu-listBox {
	padding: 5px 10px 0 10px;
	display: none;
}

.content .inmenu-listBox .inmenu-list {
	font-size: 12px;
}

.content .inmenu-listBox .inmenu-list>li>a {
	display: block;
	line-height: 30px;
	border-bottom: 1px solid #DADADA;
	padding-left: 25px;
	color: #000;
}

.content .inmenu-listBox .inmenu-list>li>a span {
	position: relative;
}

.content .inmenu-listBox .inmenu-list>li>a span:after {
	content: "";
	display: block;
	background: url(../images/add.png) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	left: -15px;
	top: 2px;
}

.content .inmenu-listBox .inmenu-list>li .inmenu2 {
	padding: 5px 0;
	display: none;
}

.content .inmenu-listBox .inmenu-list>li .inmenu2 li a {
	display: block;
	color: #000;
	padding-left: 40px;
	line-height: 30px;
}

.content .inmenu-listBox .inmenu-list>li .inmenu2 li a span {
	position: relative;
}

.content .inmenu-listBox .inmenu-list>li .inmenu2 li a span:after {
	content: "";
	display: block;
	background: url(../images/right.png) no-repeat;
	width: 7px;
	height: 7px;
	position: absolute;
	left: -13px;
	top: 4px;
}

._aside {
	padding-right: 0;
	background: #fafafa;
	border-bottom: 1px solid #ededed;
}

._aside .container {
	padding-left: 15px;
	padding-right: 15px;
}

._aside h2 {
	height: 45px;
	float: left;
	color: #333;
	font-size: 16px;
	line-height: 45px;
	position: relative;
	margin: 0 22.5px;
	font-weight: 100;
	cursor: pointer;
}

._aside h2:after {
	content: "";
	bottom: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	width: 68px;
	background: #003f70;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: none;
}

._aside>div>div>div.current h2:after {
	display: block;
}

._aside ul.sidemenu>li {
	float: left;
}


/*一级的样式*/

._aside ul.sidemenu>li.sub1 ul {
	display: block
}

._aside ul.sidemenu>li.sub1>a.sub1_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 45px;
	line-height: 45px;
	padding: 0 12px;
	color: #2d2d2d;
}

._aside ul.sidemenu>li.current>a.sub1_a,
._aside ul.sidemenu>li:hover>a.sub1_a {
	text-decoration: underline !important;
}

.content .article {
	padding-bottom: 40px;
	margin-top: 60px;
	background: url(../images/video_02.jpg) repeat;
}

.content .article .inTitle {
	text-align: center;
	margin: 0px 0 -15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.content .article .inTitle .p1 {
	font-size: 30px;
	color: #003F70;
	line-height: 40px;
}

.content .article .inTitle .p2 {
	color: #2D2D2D;
	line-height: 30px;
	text-transform: uppercase;
}

.content .article>.text {
	padding: 0 15px;
}

@media only screen and (max-width: 992px) {
	.content .article>.text {
		padding: 35px 12px 20px;
	}
}

@media (max-width: 640px) {
	._aside {
		padding: 0;
	}
	/*手机内页crumb*/
	._aside>h2 {
		font-size: 16px;
		background: #aaa;
		height: 30px;
		line-height: 30px;
	}
	._aside h2 .phone-menuicon {
		float: right;
		cursor: pointer;
		height: 27px;
	}
	._aside h2 .phone-menuicon img {
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	/*手机内页分类下拉列表*/
	._aside ul.sidemenu {
		width: 100%;
		display: none;
	}
	/*一级的样式*/
	._aside ul.sidemenu>li.sub1 ul {}
	._aside ul.sidemenu>li.sub1>a.sub1_a {
		background: #CCC
	}
	._aside ul.sidemenu>li.current>a.sub1_a,
	._aside ul.sidemenu>li:hover>a.sub1_a {}
	/*二级的样式*/
	._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {}
	/*三级的样式*/
	._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {}
	#header .menu_icon img {
		width: 100%;
	}
}

.content .article .news-list {
	padding: 35px 20px 0;
}

.content .article .news-list li {
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px dashed #E3E3E3;
	margin-top: 25px;
}

.content .article .news-list li .news-image {
	padding-left: 1.5%;
	padding-right: 0;
	height: 150px;
	width: 18.2%;
	float: left;
}

.content .article .news-list li .news-text {
	float: left;
	width: 80%;
	padding-left: 2.5%;
}

.content .article .news-list li .news-text a:hover {
	text-decoration: underline;
}

.content .article .news-list li .news-text .p1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	margin: 15px 0 20px;
}

.content .article .news-list li .news-text .p1 a {
	color: #020202;
	text-align: left;
}

.content .article .news-list li .news-text .p2 {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.content .article .news-list li .news-text .p2 a {
	color: #7D7D7D;
	text-align: left;
}

.content .article .news-list li .news-text .p3 {
	margin-top: 20px;
}

@media only screen and (max-width: 992px) {
	.content .article .news-list {
		padding: 15px 12px 0;
	}
	.content .article .news-list li {
		margin-top: 14px;
	}
	.content .article .news-list li .news-image {
		padding-left: 0;
		padding-right: 0;
		height: auto;
		width: 34%;
	}
	.content .article .news-list li .news-text {
		width: calc(70% - 18px);
		padding-left: 18px;
	}
	.content .article .news-list li .news-text .p1 {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 12px;
		margin: 0;
	}
	.content .article .news-list li .news-text .p2 {
		line-height: 16px;
		margin: 8px 0 5px;
		height: 32px;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.content .article .news-list li .news-text .p3 {
		margin-top: 0;
		font-size: 12px;
		color: #6c6c6c;
	}
	.content .article .news-list li .news-text .p3 i {
		display: inline-block;
		vertical-align: top;
	}
	.content .article .news-list li .news-text .p3 span {
		display: inline-block;
		vertical-align: text-top;
	}
}


/*新闻详情页样式，若不需要请删除*/

.news_detail {
	padding: 35px 0px 20px;
}

.news_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}

.news_detail .title h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px
}

.news_detail .title .box {
	display: inline-block;
	text-align: center;
}

.news_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.news_detail .title .box div {
	margin-right: 5px;
}

.news_detail .title .box .time {
	float: left;
	text-align: center;
}

.news_detail .title .box .eye {
	float: left;
	text-align: center;
}

.news_detail .title .box .back {
	float: left;
}

.news_detail .news_detail_content {
	margin-top: 15px;
}

.news_detail .pageTurning {
	margin-top: 15px;
}

.news_detail .pageTurning .prevs,
.news_detail .pageTurning .nexts {
	background: #ddd;
	line-height: 250%;
	padding: 0 10px;
}

.news_detail .pageTurning .prevs {
	margin-bottom: 5px;
}

.news_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}

.news_detail .title h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 190%;
}

.news_detail .title .boxs {
	display: inline-block;
	text-align: center;
}

.news_detail .title .boxs img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.news_detail .title .boxs div {
	margin-right: 5px;
}

.news_detail .title .boxs .time {
	float: left;
	text-align: center;
}

.news_detail .title .boxs .eye {
	float: left;
	text-align: center;
}

.news_detail .title .boxs .back {
	float: left;
}

.news_detail .news_detail_content {
	margin-top: 15px;
}

.news_detail .pageTurning {
	margin-top: 15px;
}

.news_detail .pageTurning .prevs,
.news_detail .pageTurning .nexts {
	background: #ddd;
	line-height: 250%;
	padding: 0 10px;
}

.news_detail .pageTurning .prevs {
	margin-bottom: 5px;
}


/*产品详情页样式，若不需要请删除*/

.content .article .prduct {
	margin-left: -10px;
	margin-right: -10px;
}

.content .article .prduct dl {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-top: 20px;
}

.content .article .prduct dl dt {
	height: 193px;
	position: relative;
}

.content .article .prduct dl dt .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/opacity0.63.png) repeat;
	left: 0;
	top: 0;
	display: none;
}

.content .article .prduct dl dt .hover ul {
	margin: 15px 20px;
}

.content .article .prduct dl dt .hover li {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

.content .article .prduct dl dt .hover li .p1 {
	float: left;
	width: 65%;
}

.content .article .prduct dl dt .hover li .p2 {
	float: left;
}

.content .article .prduct dl dd {
	line-height: 50px;
	height: 50px;
	color: #2d2d2d;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .article .prduct dl:hover dt .hover {
	display: block;
}

.content .article .prduct dl:hover dd {
	text-decoration: underline;
}

@media only screen and (max-width: 992px) {
	.content .article .prduct {
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 30px;
	}
	.content .article .prduct dl dt {
		height: auto;
	}
	.content .article .prduct dl:nth-child(odd) {
		padding-left: 12px;
		padding-right: 6px;
		margin-top: 0;
	}
	.content .article .prduct dl:nth-child(even) {
		padding-left: 6px;
		padding-right: 12px;
		margin-top: 0;
	}
	.content .article .prduct dl dd {
		line-height: 30px;
		height: 45px;
	}
}

.content .product_detail {
	padding: 0;
	margin-top: -40px;
}

@media only screen and (max-width: 992px) {
	.content .product_detail {
		padding: 35px 0px 20px;
	}
}

.product_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}

.product_detail .title h3 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px;
}

.product_detail .title .box {
	display: inline-block;
	text-align: center;
}

.product_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.product_detail .title .box .back {
	float: left;
}

.product_detail .product_detail_images {
	padding-top: 15px;
	text-align: center;
	position: relative;
}

.product_detail .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 2%;
	top: 48%;
	background: url(../images/global/rgb0.3.png);
	z-index: 100;
	font-size: 0;
}

.product_detail .product_detail_images .product_detail_btn1 {
	position: absolute;
	left: 2%;
	top: 48%;
	background: url(../images/global/rgb0.3.png);
	z-index: 100;
	font-size: 0
}

.product_detail .product_detail_images .product_detail_btn1 a img,
.product_detail .product_detail_images .product_detail_btn2 a img {
	margin: 10px 5px;
}

.product_detail .product_detail_images .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	cursor: pointer;
	max-width: 100%;
}

.product_detail .product_detail_images .owl-theme .owl-controls {
	position: absolute;
	bottom: 2%;
	width: 100%;
}

.product_detail .product_detail_images .product_detail_img {
	width: 80%;
	margin: 0 auto;
}

.product_detail .product_detail_content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.product_detail .pageTurning {
	margin-top: 15px;
}

.product_detail .pageTurning .prevs,
.product_detail .pageTurning .nexts {
	background: #ddd;
	line-height: 250%;
	padding: 0 10px;
}

.product_detail .pageTurning .prevs {
	margin-bottom: 5px;
}

.pswp__bg {
	background: url(../images/global/rgb0.8.png)
}

.page_box {
	text-align: center;
	display: block;
}

.form-horizontal .form-group label {
	font-weight: normal;
}


/*响应式css*/

.feedback-form {
	padding-left: 11%;
	padding-right: 19%;
	margin: 8px auto 16px;
}

.form-control {
	height: 38px;
	line-height: 38px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #FFFFFF;
}

.feedback-form .control-label span {
	color: #df0000;
}

.feedback-form .title {
	padding: 15px;
	color: #000;
	background-color: #F2F2F2;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.feedback-form .form-group .sure,
.feedback-form .form-group .more {
	border: none;
	color: #fff;
	border-radius: 0;
	margin-right: 8px;
	padding: 5px 0;
	width: 25%;
	background: #1964a9 !important;
}

@media (max-width: 992px) {
	.feedback-form {
		padding-left: 0px;
		padding-right: 0px;
		margin: 32.5px auto 0px;
	}
	.form-horizontal .form-group {
		margin-right: 0;
		margin-left: 0;
	}
	.feedback-form .control-label {
		font-size: 12px;
		font-weight: 100;
		padding-left: 0;
		padding-right: 0;
		width: 18.666667% !important;
		text-align: right;
	}
	.feedback-form .col-xs-10 {
		padding-left: 0;
		padding-right: 0;
		width: 81.333333%;
	}
	.form-control {
		height: 24px;
		line-height: 24px;
	}
	.feedback-form .col-xs-offset-2 {
		margin-left: 18.666667%;
	}
	.feedback-form .form-group .sure,
	.feedback-form .form-group .more {
		padding: 3px 0;
		width: 44%;
	}
}


/*响应式css*/


/*当前页的样式*/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background: #337ab7;
	border-color: #337ab7;
}


/*分页块默认样式*/

.pagination>li>a,
.pagination>li>span {
	color: #337ab7
}

.pagination>li>a:hover,
.pagination>li>span:hover {
	color: #666
}

.list-img {
	margin: 0 -7.5px;
}

.list-img>ul>li {
	text-align: center;
	padding: 0 7.5px;
	margin-bottom: 30px;
}

.list-img>ul>li a .text_area {
	color: #000;
	line-height: 250%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list-img>ul>li a .img_area {
	width: 100%;
	border: solid 1px #999;
	position: relative
}

.list-img>ul>li a .img_area img {
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto
}

.content .article .video {
	margin-left: -10px;
	margin-right: -10px;
}

.content .article .video dl {
	float: left;
	margin-top: 35px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.content .article .video dl>a {
	border: 1px solid #C0C0C0;
	display: block;
}

.content .article .video dl dt {
	height: 190px;
	background: #fff;
}

.content .article .video dl dt>img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	max-height: 100%;
}

.prduct {
	padding-top: 40px;
}

.content .article .video dl dd {
	padding: 10px 10px 15px 15px;
}

.content .article .video dl dd .p1 {
	color: #2D2D2D;
	margin-bottom: 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .article .video dl dd .p2 {
	line-height: 20px;
	font-size: 12px;
	color: #6C6C6C;
}

.content .article .video dl dd .p2 i {
	position: relative;
	top: 1px;
}

.content .article .video dl dd .p2 i .img2 {
	display: none;
}

.content .article .video dl>a:hover {
	background-color: #183F69;
}

.content .article .video dl:hover dd .p1 {
	color: #fff;
}

.content .article .video dl:hover dd .p2 {
	color: #fff;
}

.content .article .video dl:hover dd .p2 i .img1 {
	display: none;
}

.content .article .video dl:hover dd .p2 i .img2 {
	display: inline-block;
}

@media only screen and (max-width: 992px) {
	.content .article {
		margin-top: 0;
	}
	.content .article .video {
		margin-left: 0;
		margin-right: 0;
	}
	.content .article .video dl:nth-child(odd) {
		padding-left: 12px;
		padding-right: 6px;
	}
	.content .article .video dl:nth-child(even) {
		padding-left: 6px;
		padding-right: 12px;
	}
	.content .article .video dl dt {
		height: auto;
	}
	.content .article .video dl {
		margin-top: 22px;
		background: url(../images/video_02.jpg) repeat;
	}
	.content .article .video dl dd {
		padding: 6px 10px 6px 10px;
		background: #fff;
	}
	.content .article .video dl dd .p2 {
		line-height: 14px;
	}
	.content .article .video dl dd .p2 i {
		position: relative;
		height: 10px;
		width: 8px;
		display: inline-block;
		vertical-align: 10%;
	}
}

div.black {
	padding: 3px;
	font-size: 80%;
	margin: 3px;
	color: #a0a0a0;
	background-color: #000;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 55px;
}

div.black a {
	padding-right: 5px;
	background-position: 50% bottom;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #666;
	margin-right: 3px;
	padding-top: 2px;
	text-decoration: none;
}

div.black a:hover {
	border-right: #f0f0f0 1px solid;
	border-top: #f0f0f0 1px solid;
	border-left: #f0f0f0 1px solid;
	color: #ffffff;
	border-bottom: #f0f0f0 1px solid;
	background-color: #404040;
}

div.black a:active {
	border-right: #f0f0f0 1px solid;
	border-top: #f0f0f0 1px solid;
	border-left: #f0f0f0 1px solid;
	color: #ffffff;
	border-bottom: #f0f0f0 1px solid;
	background-color: #404040;
}

div.black span.current {
	border-right: #ffffff 1px solid;
	padding-right: 5px;
	border-top: #ffffff 1px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left: #ffffff 1px solid;
	color: #ffffff;
	margin-right: 3px;
	padding-top: 2px;
	border-bottom: #ffffff 1px solid;
	background-color: #606060;
}

div.black span.disabled {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	color: #808080;
	margin-right: 3px;
	padding-top: 2px;
}

div.flickr {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
}

div.flickr a {
	border-right: #dedfde 1px solid;
	padding-right: 6px;
	background-position: 50% bottom;
	border-top: #dedfde 1px solid;
	padding-left: 6px;
	padding-bottom: 2px;
	border-left: #dedfde 1px solid;
	color: #0061de;
	margin-right: 3px;
	padding-top: 2px;
	border-bottom: #dedfde 1px solid;
	text-decoration: none;
}

div.flickr a:hover {
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	background-image: none;
	border-left: #000 1px solid;
	color: #fff;
	border-bottom: #000 1px solid;
	background-color: #0061de;
}

div.flickr a:active {
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	background-image: none;
	border-left: #000 1px solid;
	color: #fff;
	border-bottom: #000 1px solid;
	background-color: #0061de;
}

div.flickr span.current {
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-bottom: 2px;
	color: #ff0084;
	margin-right: 3px;
	padding-top: 2px;
}

div.flickr span.disabled {
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	color: #adaaad;
	margin-right: 3px;
	padding-top: 2px;
}

#v_box {
	width: 800px;
	padding-bottom: 40px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 522222;
	margin-top: -305px;
	margin-left: -400px;
	border-radius: 5px;
	box-shadow: #333 0px 0px 10px;
	_position: absolute;
	border: 1px solid #333\0;
	display: none;
}

#shut {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	top: 8px;
	right: 10px;
	color: #333;
	font-size: 30px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

#v_box h3 {
	color: #333;
	height: 46px;
	font-size: 18px;
	padding-left: 28px;
	line-height: 46px;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 5px;
}

#v_box div {
	width: 750px;
	margin: 0 auto;
	height: 420px;
	background: #000;
}

@media only screen and (max-width: 992px) {
	#v_box {
		width: 100%;
		height: auto;
		left: 0;
		right: 0;
		margin-left: 0;
		margin-top: 0;
		transform: translateY(-50%);
	}
	#v_box div {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#v_box h3 {
		height: 30px;
		font-size: 16px;
		padding-left: 16px;
		line-height: 34px;
		overflow: hidden;
		font-weight: normal;
		margin-bottom: 5px;
	}
	#v_box #shut {
		bottom: 5px;
	}
	#v_box div video {
		width: 100% !important;
		height: 300px;
	}
}
.content .text{
	margin-top: 15px;
}
.content .news-list a {
    display: block;
    height: 100%;
    text-align: center;
}
.content .news-list .p1 img{
	max-height: 100%;
}
