body {
	margin-bottom: 6rem;
}
.top {
    background: #1b1b1b;
    border:none;
}
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.top .col-xs-6:last-child,
.top .col-xs-4:last-child {
	padding-right: 0px;
}

.top .col-xs-6:last-child img,
.top .col-xs-4:last-child img {
	/*width: 17%;*/
	float: right;
}

.top .col-xs-3:last-child {
	padding-right: 0px;
}

.top .col-xs-3:last-child img {
	width: 38%;
	float: right;
}

.top .col-xs-4:nth-child(2) {
	text-align: center;
	font-size: 2rem;
}

.top .col-xs-3 a {
	color: #333333;
}

.top .col-xs-3:nth-child(2) a.active,
.top .col-xs-3:nth-child(3) a.active {
	color: #0054a6 !important;
}

.top .col-xs-3:nth-child(2),
.top .col-xs-3:nth-child(3) {
	text-align: center;
	font-size: 1.8rem;
	padding-top: 0.8rem;
	color: #333333;
}

.top .col-xs-6:first-child,
.top .col-xs-4:first-child,
.top .col-xs-3:first-child {
	padding-left: 0px;
}

.top i {
	display: block;
	float: left;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.5rem;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.line::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1rem;
	bottom: 0px;
	background: #f5f5f5;
	left: 0px;
}

.x_title {
	width: 100%;
}

.x_title span {
	border-left: 3px solid #d83027;
	text-indent: 0.3em;
	font-size: 1.5rem;
	display: block;
	color: #333333;
	float: left;
}

.x_title a {
	float: right;
	color: #666666;
}

.pic_list {
	padding: 2rem 0px;
	position: relative;
	text-align: center;
}

.pic_list p {
	text-align: center;
	padding: 0.5rem 0px;
	font-size: 1.5rem;
	color: #333333;
}

.pic_list img {
	max-width: 100%;
	border: 1px solid #dedede;
}

.pic_news {
	padding: 2rem 0px 1rem 0px;
	position: relative;
}

.pic_news img {
	max-width: 100%;
}

.pic_news .col-xs-8 {
	padding-right: 0px;
}

.pic_news .col-xs-8 p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 1.8rem;
	margin-bottom: 0px;
}
    .pic_news a .col-xs-12 {
        padding: 0px;
        margin: 0px;
        padding-bottom: 0.5rem;
        border-bottom: 1px dashed #dedede;
    }
    .pic_news a .col-xs-12 p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333333;
        font-size: 1.6rem;
        margin-bottom: 0px;
    }
    .pic_news .col-xs-8 span,
    .pic_news .col-xs-12 span {
        color: #666666;
        font-size: 1.2rem;
    }
    .pic_news .list-group .list-group-item:last-child .col-xs-12 {
        border:none
    }
    .button {
        color: #999999;
        padding: 1rem 0px;
        background: #f5f5f5;
        text-align: center;
        font-size: 1rem;
        border: none;
    }

.footer {
	height: 6rem;
	padding-top: 0.5rem;
}

.footer img {
	width: 50%;
}

.footer {
	text-align: center;
	background: #FFFFFF !important;
}

.footer a p {
	color: #333333;
}

.clocation,
.clocation a {
	color: #666666;
	font-size: 1.3rem;
}

.clocation a:last-child {
	color: #0054a6;
}

.page {
	text-align: center;
	height: 4rem;
}

.page a,
.page span {
	padding: 0.5rem 1rem;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	color: #333333;
	transition: background-color .3s;
}

/*.page a:hover {
	background: #d83027;
	border: 1px solid #0054a6;
	color: #FFFFFF;
}*/

.am-active {
	background: #0054a6 !important;
	border: 1px solid #0054a6 !important;
	color: #FFFFFF !important;
	transition: background-color .3s;
}

.news_content {
    border: none;
    padding: 0px 15px;
}
    .news_content .panel-body {
        padding:0px;
        margin:0px;
    }
    .news_content p,
    .news_content p span {
        font-size: 1.5rem;
        line-height: 3rem;
        color: #333333;
    }

.news_content img {
	max-width: 100% !important;
	height: auto !important;
}
.news_content table {
	max-width: 100% !important;
	width: 100% !important;
	word-wrap: break-word;
	word-break: break-all;
}
.news_content table td{
	border: 1px solid #DEDEDE;
	text-align: center;
}
.blod_text {
	font-weight: bold;
}

.num_text {
	font-size: 2rem !important;
	text-align: center;
}

.num_text font {
	font-size: 3rem !important;
	color: #0054A6;
}

.news_title {
	text-align: center;
}

.news_title p {
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
}

.news_title span {
	margin-left: 3rem;
	font-size: 1.2rem;
	color: #999999;
}

.news_title span:nth-child(2) {
	margin-left: 0rem;
}

.next_prev p a {
	color: #666666;
	font-size: 1.3rem;
}

.prduct_slide img {
	width: 100%;
}

.product_show {
	/*margin-bottom: 3rem;*/
}

.pro_con h1 {
	font-size: 1.8rem !important;
}

#home .panel {
	border: none;
}

#home .col-xs-12 .panel .panel-body {
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

#home .panel .pro_title {
	font-size: 1.7rem;
	color: #333333;
	font-weight: bold;
}

#home .panel .pro_title p {
	/*margin: 0px;*/
}

#home>div.row {
	padding-bottom: 2rem;
}

.prot_sm>div {
	padding: 0px;
}

.pro_con {
	border: none;
	padding-bottom: 1rem;
}

.pro_con img {
	max-width: 100%;
	height: auto !important;
}

.pro_con table {
	max-width: 100% !important;
	width: 100% !important;
	word-wrap: break-word;
	word-break: break-all;
}
.pro_con table td{
	border: 1px solid #DEDEDE;
	text-align: center;
}
.row {
	position: relative;
}

#home .prot_more .panel-body {
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
}

#home .prot_more .panel-body a {
	color: #333333;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}

#home .prot_more .panel-body i {
	display: block;
	float: right;
	width: 1.2rem;
	height: 1.2rem;
	margin-top: 0.3rem;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 0px;
}

.hot .panel {
	border: none;
}

.hot_list {
	/*margin-top: 1rem;*/
}

.hot_list img {
	max-width: 100%;
}

.hot_list a p {
	text-align: center;
	color: #333333;
	font-size: 1.2rem;
	padding: 0.5rem 0px;
}

.hot_list .col-xs-4 {
	padding-right: 1rem;
	padding-left: 1rem;
}

#map {
	width: 100%;
	height: 25rem;
}

.contact .panel-body .row {
	margin-bottom: 0.8rem;
}

.contact .panel-body .row>div {
	padding: 0px;
}

.contact .panel-body .row>div img {
	max-width: 100%;
	width: 70%;
	text-align: center;
	display: block;
}

.top .btn-group {
	float: right;
}

.top .btn-group .btn {
	border: none;
	outline: none;
}

.top .btn-default.active.focus,
.top .btn-default.active:focus,
.top .btn-default.active:hover,
.top .btn-default:active.focus,
.top .btn-default:active:focus,
.top .btn-default:active:hover,
.top .open>.dropdown-toggle.btn-default.focus,
.top .open>.dropdown-toggle.btn-default:focus,
.top .open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #FFFFFF;
	border: none;
}


/*发展历史*/

.history {
	border: none;
	bottom: 2rem;
	margin: 3rem 0px;
}

.history .panel-body {
	padding-top: 0px;
	padding-bottom: 0px;
}

.history_list {
	border-left: 1px solid #DEDEDE;
	padding: 1rem 0rem 1rem 1rem;
	border-bottom: 1px solid #DEDEDE;
	position: relative;
}

.history_list span {
	font-size: 2.5rem;
}

.history_list p {
	font-size: 1.4rem;
}

.history .panel-body:first-child .history_list::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/about/ico/02.png) no-repeat center;
	left: -11px;
	top: -11px;
}

.con_form form font {
	color: red;
}

.con_form form .btn {
	width: 45%;
	float: left;
	margin-right: 5%;
}
.con_form form .form-group:last-child button.btn:last-child{
	margin-right: 0px;
	float: right;
}
.nw_sel form>div.row:first-child>div{
	padding: 0px;
}
#province select{
    width: 32% !important;
    float: left;
    margin-right: 1%;
}
.nw_sel .btn{
	float:left;
}
.nw_box{
	padding-top: 1rem;
}
.nw_list{
	position: relative;
	padding:1rem 0px;
	border-bottom: 1px solid #DEDEDE;
}
.nw_list p{
	font-size: 1.5rem;
    margin-bottom: 10px;
	line-height: 1.5rem;
}
.pro_nav .swiper-container{
	overflow: inherit;
}
.pro_nav .dropdown-menu>li>a{
	padding: 15px 20px;
	font-size: 1.5rem;
	color: #333333;
}
.mf_list{
	margin-bottom: 2rem;
}
.mf_list p{
	line-height: 1.1;
	margin: 10px 0px;
}
.job .row .col-xs-3{
	font-size: 1.2em;
	padding: 0px;
	font-weight: initial;
	color: #333333;
}
.job .panel-heading{
	padding: 0px;
}
.job p{
	margin: 0px;
	padding: 0px;
}
.job_list{
	border-bottom:1px dashed #DEDEDE;
	margin-bottom: 1rem;
}
/*返回顶部*/
.back_top {
    position: fixed;
    top: 80%;
    right: 0px;
    width: 3rem;
    height: 3rem;
}

    .back_top a {
        display: block;
        width: 3rem;
        height: 3rem;
        background: #1380dd url(../img/top.png) no-repeat center;
        background-size: 60% auto;
        border-radius: 50%;
    }
.ma_t {
    width: 100%;
    height: 4rem;
    background: #f8f8f8;
    margin-bottom:2rem
}
    .ma_t h4 {
        height: 4rem;
        display: block;
        line-height: 4rem;
        width: 8rem;
        text-align: center;
        background: #fb0300;
        color: #ffffff;
    }
.tow_nav .col-xs-4 {
    margin-bottom:10px;
    margin-top:10px;
}
.tow_nav .btn {
    width: 90%;
}