 /*未选中样式*/
.whatis-tab{
	height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
    color: #333333;
    background: #e1e1e1;
    border-left: 2px solid #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 2%;
}
.whatis-tab:hover{
	background: #bf0000;
	color: #fff;
}
.tab-active{
	background: #bf0000;
	color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-nav>li>a {
    line-height: 30px;
}
.moble-nav{
	line-height: 30px;
}
.about-content{
	height: 245px;
    overflow: hidden;
}
.main2-content{
	max-height: 248px;
    overflow: hidden;
}
.title-top{
	position: absolute;
    margin-top: -12px;
    background: #fff; 
    margin-left: -70px;
    width: 140px;
}
.ixTC-zi {
    border: #bebebe solid 1px;
    width: 220px;
    border-radius: 5px;
    margin: 30px auto 15px;
    text-align: center;
}
.t-text{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 75%;
	margin: 0;
	float: left;
	font-size: 16px;
}
h2, .h2 {
    font-size: 2rem;
    color: #333333;
}
.title-style{
	font-size: 3rem;
	color: #d90000;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #e01020;
    border-bottom: #e82323 solid 3px;
    padding: 16px 10px 8px 4px;
    margin: 0px 5px;
}
.hd-style{
	width: 100%;
}
.nav-pills>li {
    float: left;
    width: 30%;
    text-align: center;
}
.tab-content>.tab-pane {
    /*display: none;*/
    line-height: 36px;
    color: #4a4949;
    /*font-size: 14px;*/
}
.font-style{
	width: 60%;
	margin-top:2%;
	float: right;
	line-height: 36px;
	color: #4a4949;
	font-size: 14px;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}

.home .whatis-link {
    display: block;
    padding: 10px 20px;
}
.abs-p {
    width: 100%;
    position: absolute;
    bottom: 0;
    /* left: 0; */
    text-align: center;
    font-size: 16px;
    line-height: 8px;
    color: #fff;
    z-index: 2;
}
.abs-span {
	position: absolute;
    background: #000;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 30px;
    bottom: 0;
    left: 0;
}
.ixSmbanner{
	width: 100%;
}
.foot-style{
	text-align: right;
	background: #a00501;
	color: #fff;
}
.foot-a{
	color: #fff;
}
.gray-background{
	padding-top: 20px;
}
.container2{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	text-align: left;
	height: 300px;
}
p {
    margin: 10px 0 10px;
}
.content1{
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0 30px;
}
.ico-down {
	text-align: center;
	margin-top: -22px;
}
.succast-li{
	position: relative;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
    border-bottom: #dbdbdb dashed 1px;
    color: #4a4949;
}
.suc-more{
	width: 40%;
    padding: 15px;
    float: left;
    margin-top: 12px;
    text-align: right;
}
.col-md-1{
	height: 53px;
    line-height: 53px;
    margin-top: 2%;
    font-size: 16px;
}

.col-md-5,.col-md-12{
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	    line-height: 1;
	    max-width: 100%;
	    display: block;
	    height: 240px;
	    max-width: none;
	    display: block;
	    width: 100%;
	    object-fit: cover;
	}
	/*.page-scroll{border-bottom-style: inset;}*/
	.ul-style {
	    text-align: left;
	    padding-left: 0;
	    list-style: none;
	}
	.col-md-6,.col-md-8{padding-left: 0;padding-right: 0;}
	.time{
		text-align: right;
		float: right;
	    color: #c0b6b6;
	    font-size: 12px;
	}
	.navbar-default {
	    background-color: #fff;
	    border-color: transparent;
	    padding: 5px 0;
	    position: relative;
	    margin: 0;
	}
	.navbar-default .navbar-nav>li>a {
	    color: #000;
	    padding: 16px 10px 8px 4px;
	    margin: 0px 5px;
	    border-bottom: 1px solid #ddd;
	}
	.ixTC-zi p {
        font-size: 2.2rem;
        color: #d90000;
        text-align: center;
    }
    .nav {
    	font-size: 16px;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        margin-top: 0;
    }
    .choose-fontstyle{
    	text-align: center;
        color: #333333;
        font-size: 20px;
        line-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .foot-backcolor{
    	background: #ac0606;
    	margin-bottom: 50px;
    }
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
	.ul-style{
		text-align: left;
		padding-left: 22px;
	}
	.time{
		text-align: right;
		float: right;
	    color: #c0b6b6;
	    font-size: 14px;
	}
	.navbar-default {
	    background-color: #fff;
	    border-color: transparent;
	    padding: 20px 0;
	    position: relative;
	    margin: 0;
	}
	.navbar-default .navbar-nav>li>a {
	    color: #000;
	    padding: 16px 10px 8px 4px;
	    margin: 0px 5px;
	}
	.ixTC-zi p {
        font-size: 3rem;
        color: #d90000;
        text-align: center;
    }
    .nav {
    	font-size: 18px;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
        margin-top: 0;
    }
    .choose-fontstyle{
    	text-align: center;
        color: #333333;
        font-size: 20px;
        line-height: 66px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .foot-backcolor{
    	background: #ac0606;
    }
}