﻿/*@media (min-width: 768px) {
	.divl {
		margin-left: 10px;
	}
	.dropdown-menu li {
		float: left;
	}
}*/

@media (max-width: 768px) {
	.dropdown-menu li {
		margin-left: 15px;
	}
	.swiper-pagination,
	.hitD,
	#carousel-example-generic2 .carousel-indicators,
	#carousel-example-generic5 .carousel-indicators,
	.md {
		display: none;
	}
	#carousel-example-generic5 .carousel-inner .item img,
	#carousel-example-generic2 .carousel-inner .item img {
		width: auto;
		max-width: none;
		height: 300px;
	}
}
@media (min-width: 768px) {
	#carousel-example-generic5 .carousel-inner .item,
	#carousel-example-generic2 .carousel-inner .item {
		max-height: 563px;
		overflow: hidden;
	}
	#carousel-example-generic5 .carousel-inner .item img,
	#carousel-example-generic2 .carousel-inner .item img {
		width: auto;
		max-width: none;
		min-height: 563px;
	}
	
	.sm {
		display: none;
	}
	.hotNews2 {
		border-right: 1px dashed #ddd;
	}
}
@media (min-width: 992px) {
	.hwidth {
		width: 50%;
		float: left;
	}
}
.hitD {
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #f28057;
	-webkit-opacity: 0.9;
	/* Netscape and Older than Firefox 0.9 */
	
	-moz-opacity: 0.9;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	
	-khtml-opacity: 0.9;
	/* IE9 + etc...modern browsers */
	
	opacity: .9;
	/* IE 4-9 */
	
	filter: alpha(opacity=90);
	color: #fff;
}
.hitD h2 {
	font-family: Simsun;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media ( min-width: 768px) and (max-width: 991px) {
	.hitD {
		display: none;
	}
}
.bdr_wh {
	border-right: 1px solid #fff;
	text-align: right;
}
.tbbt {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #ddd;
}
.tbbt h3 {
	color: #39476a;
	font-size: 20px;
	margin: 0;
	white-space: nowrap;
	height: 34px;
	line-height: 34px;
	float: left;
}
.tbbt h3 a {
	color: #39476a;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
}
.tbbt i {
	height: 34px;
	line-height: 34px;
	float: right;
}
.tbbt i a {
	color: #f28057;
	cursor: pointer;
	text-decoration: none;
}
.tbbt i .glyphicon {
	background-color: #B0C4DE;
	padding: 2px 2px;
	color: #F7F7F7;
	cursor: pointer;
}
.full-width {
	width: 100%;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.bottomT {
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #39476a;
	-webkit-opacity: 0.9;
	/* Netscape and Older than Firefox 0.9 */
	
	-moz-opacity: 0.9;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	
	-khtml-opacity: 0.9;
	/* IE9 + etc...modern browsers */
	
	opacity: .9;
	/* IE 4-9 */
	
	filter: alpha(opacity=90);
	color: #fff;
	text-align: center;
}
.bottomT p {
	margin: 0;
}
.hotNews {
	border-bottom: 1px dashed #ddd;
}
.hotNews h4 a {
	color: #444444;
	cursor: pointer;
	text-decoration: none;
}
.hotNews h4 a:hover {
	color: #f28057;
	cursor: pointer;
	text-decoration: none;
}
.hotNews p{
	color: #666666;
}
.hotNews p a {
	color: #f28057;
	cursor: pointer;
	text-decoration: none;
}
.hotNews2 {
	padding: 0 15px;
}
.hotNews2 h3 a {
	color: #f28057;
	cursor: pointer;
	text-decoration: none;
}
.hotNews2 h3 a:hover {
	color: #39476a;
	cursor: pointer;
	text-decoration: none;
}
.hotNews2 p a {
	color: #f28057;
	cursor: pointer;
	text-decoration: none;
}
.hotNewsList {
	padding: 0;
	list-style: square inside;
}
.nostyle {
	list-style: none;
}
.hotNewsList li {
	color: #777;
	margin-bottom: 10px;
}
.hotNewsList li a {
	color: #444444;
	cursor: pointer;
	text-decoration: none;
}
.hotNewsList li span {
	color: #646464;
}
.hotNewsList li a:hover {
	color: #f28057;
	cursor: pointer;
	text-decoration: none;
}
.hotNewsList li span {
	float: right;
}
#loginFome .radio {
	color: #666666;
	white-space: nowrap;
	margin-bottom: 16px;
}
#loginFome .form-group {
	margin-bottom: 16px;
}
#loginFome input[type=text] {
	background: url('../images/UserIcon.png') no-repeat scroll 10px center transparent;
	padding-left: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#loginFome input[type=password] {
	background: url('../images/PasswordIcon.png') no-repeat scroll 10px center transparent;
	padding-left: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#loginFome button[type=submit] {
	border-radius: 25px;
	background-color: #39476a;
	color: #fff;
	padding: 10px 30px 10px 30px;
}
#loginFome button[type=button] {
	border-radius: 25px;
	padding: 10px 30px 10px 30px;
}
#loginFome a {
	float: right;
	padding-top: 20px;
	color: #f28057;
	cursor: pointer;
	text-decoration: underline;
}
#loginFome .checkbox {
	height: 20px;
	margin-bottom: 16px;
}
.ztzd a {
	display: block;
	cursor: pointer;
	width: 114px;
	height: 114px;
	margin: 0 auto;
	padding: 23px 0;
	text-decoration: none;
}
.ztzd a:hover {
	background: url(../images/ztbg.png);
	cursor: pointer;
	text-decoration: none;
}
.ztzd a img {
	width: 48px;
	height: 48px;
}
.ztzd a p {
	font-size: 16px;
	line-height: 10px;
	color: #39476a;
}
.cimg {
	min-width: 100%;
	height: 160px;
}
.indexfooter2 {
	color: #C7C7C7;
	background-color: #333;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}
.newspan {
	color: #f28057;
	float: left;
	margin-right: 15px;
}
#carousel-example-generic5 .carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
#carousel-example-generic5 .carousel-indicators li {
	background: #fff;
	color: #fff;
	border: 2px solid;
	-webkit-opacity: 0.4;
	/* Netscape and Older than Firefox 0.9 */
	
	-moz-opacity: 0.4;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	
	-khtml-opacity: 0.4;
	/* IE9 + etc...modern browsers */
	
	opacity: .4;
	/* IE 4-9 */
	
	filter: alpha(opacity=40);
	width: 40px;
	height: 15px;
	border-radius: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}
#carousel-example-generic5 .carousel-indicators li.active {
	-webkit-opacity: 0.9;
	/* Netscape and Older than Firefox 0.9 */
	
	-moz-opacity: 0.9;
	/* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
	
	-khtml-opacity: 0.9;
	/* IE9 + etc...modern browsers */
	
	opacity: .9;
	/* IE 4-9 */
	
	filter: alpha(opacity=90);
	background: #fff;
}
.headline {
	font-size: 16px;
	color: #fff;
	line-height: 55px;
}
.ydbg {
	background-color: #39476a;
}
.navitem a {
	text-align: center;
	float: left;
	width: 20%;
	display: block;
}
.navitem a.active {
	background-color: #f28057;
}
.navitem a:hover {
	text-decoration: none;
	background-color: #f28057;
}
.morea a {
	float: right;
}

.morea a:hover {
	text-decoration: none;
}


.headernav {
	line-height: 60px;
	float: right;
}
.headernav a {
	text-decoration: none;
	color: #39476a;
}
.headernav a:hover {
	text-decoration: none;
	color: #f28057;
}
.headernav input[type=text] {
	padding: 2px 5px;
	width: 120px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #777;
	border-radius: 17px;
}
body{
	font-family: "Simsun";
}

.hitD .bdr_wh{
	height: 48px;
}

.hitD .fz12{
	height: 48px;
	line-height: 24px;
}
