﻿body{ max-width: 1920px; margin: 0 auto;}

*{ font-family: Arial,"Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu, 宋体,sans-serif;}

a,a:hover{ text-decoration: none;color: #4d4d4d;}
li {
	list-style: none;
}
.row{ margin:0;}
.container{ width:100%; padding: 0;}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-12,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-12,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-12,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-12,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24{ padding: 0;}

.carousel-control.left {

	background-image:url("../image/icon_left.png");
	background-repeat:no-repeat;
	background-position: top left;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);

}

.carousel-control.right {

	left: auto; right: 0;

	background-image:url("../image/icon_right.png");

	background-repeat:no-repeat;
	background-position: top right;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

}

.carousel-control-prev {

	background-image:url("../image/icon_left.png");
	background-repeat:no-repeat;
	background-position: top left;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);

}

.carousel-control-next {

	left: auto; right: 0;

	background-image:url("../image/icon_right.png");

	background-repeat:no-repeat;
	background-position: top right;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

}
.carousel-indicators li{
	width: 30px;
	height: 30px;
	border: 10px solid #ffffff;
	border-radius: 15px;
}
.carousel-indicators .active{
	width: 30px;
	height: 30px;
}

code {	padding: 2px 4px;	font-size: 90%;	color: #4d4d4d;	background-color: inherit;	border-radius: 0px;}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
	.carousel-indicators li{
		width: 25px;
		height: 25px;
		border: 5px solid #ffffff;
		border-radius: 13px;
	}
	.carousel-indicators .active{
		width: 25px;
		height: 25px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
	.carousel-indicators li{
		width: 25px;
		height: 25px;
		border: 5px solid #ffffff;
		border-radius: 13px;
	}
	.carousel-indicators .active{
		width: 25px;
		height: 25px;
	}
}

@media screen and (min-width:960px) and (max-width: 1199px) {
}


@media screen and (min-width:769px) and (max-width: 959px) {
}


@media only screen and (min_width:481px) and (max-width: 768px) {
	.carousel-indicators li{
		width: 1.5rem;
		height: 1.5rem;
		border: 5px solid #ffffff;
		border-radius: 0.75rem;
	}
	.carousel-indicators .active{
		width: 1.5rem;
		height: 1.5rem;
	}
}


@media only screen and (max-width: 480px) {
	.carousel-indicators li{
		width: 1.5rem;
		height: 1.5rem;
		border: 5px solid #ffffff;
		border-radius: 0.75rem;
	}
	.carousel-indicators .active{
		width: 1.5rem;
		height: 1.5rem;
	}
}