@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: PingFang SC;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
}
.clearfix::after{
	clear:both;
	content:'';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
a{
	text-decoration : none;
	color: #777;
}
a:hover{
	text-decoration : none;
	color: #777;
}
a:visited{
	text-decoration : none;
}
a:active{
	text-decoration : none;
}
a:link{
	text-decoration : none;
}
img{
	vertical-align: middle;
	border: none;
}
.site-top{
	background-color: #379ff1;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}
.site-top em {
    font-weight: 700;
    font-style: normal;
}
.glyphicon-earphone{
	top:2px;
}
.site-top-r{
	display: flex;
    justify-content: flex-end;
	text-align: right;
	color: #fff;
}
.site-top-r a{
	color: #fff;
} 
.site-top-r em{
	padding: 0 5px;
}
.search-box{
	padding-left: 30px;
}
.search-box>form {
    display: block;
    position: relative;
}
.search-box>form>input {
    width: 220px;
    height: 28px;
    background: #fff;
    padding: 0 15px;
    border: none;
    border-radius: 4px;
    outline: none;
	color: #545454;
    font-size: 13px;
}
.search-box>form>button {
    width: 40px;
    height: 100%;
    background: url(seach.png) center no-repeat;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
	outline: none;
}
.search-box>form>button:before {
    height: 12px;
    width: 1px;
    content: '';
    background: #bebebe;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.search-box>form>input::-webkit-input-placeholder {
	font-size:13px;
	}
.navbar {
    margin-bottom: 0;
    border: none;
}
.navbar-default{
	background-color: #fff;
}
.navbar-brand{
	height: auto;
}
.navbar-collapse{
	float: right;
	padding:  0 0;
}
.navbar-nav{
	padding-top: 18px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: #379ff1;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
    background: #379ff1;
}
.caret{
	transition: all 0.3s;
}
.dropdown:hover .caret{
	-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);
}
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
}
.dropdown-menu{
	border: none;
}
.dropdown-menu > li > a {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.navigation {
   padding: 0;
}
.navbar-brand img{
	width: 215px;
	height: 55px;
	object-fit: contain;
}
.navbar-toggle{
	margin-top: 22px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fb5b89;
    border-color: #fb5b89;
}
.pagination > li >a{
	color: #999;
   }
.pagination > li:hover a{
	   color: #fff;
	   background-color: #fb5b89;
	   border-color: #fb5b89;
   }
/* necessary-end */
/*首页*/
.swiper-slide a img{
  width:100%;
}
.banner .arrow-left{
    background: url(left.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 48%;
    width: 3.65vw;
    height: 3.65vw;
    z-index: 11;
}
.banner .arrow-right{
    background: url(right.png) no-repeat left bottom;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 48%;
    width: 3.65vw;
    height: 3.65vw;
    z-index: 11;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 4%;
}
.dots-box{
    text-align: center;
    position: absolute;
    z-index: 11;
}
.search{
	display: none;
	padding: 24px 0;
}
.s-form-div .s-form {
    display: flex;
}
.s-form .s-text {
    width: 80%;
    height: 40px;
    padding: 0 20px;
	border:1px solid #0096ff;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.s-form input {
    background: #fff;
    border: none;
	outline:none;
}
.s-form .s-btn {
	flex: 1;
    background: #0096ff;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.process, .service, .vehicle, .aboutUs, .au-page{
	padding: 100px 0;
	background-color: #f5f5f5;
}
.process{
	background-color: #fff;
}
.top-com h1{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	padding-left: 20px;
}
.top-com h1::before{
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #0096ff;
	top: 0;
	left: 0;
}
.p-list-con{
	display: flex;
    flex-wrap: wrap;
}
.p-list-con .p-list{
	width: 20%;
	margin-top: 65px;
}
.p-list img{
	display: block;
	margin: auto;
}
.p-list .p-list-text{
	text-align: center;
}
.p-list-text h4{
	font-size: 18px;
	padding: 26px 0 12px 0;
}
.p-list-text p{
	max-width: 70%;
	font-size: 14px;
	margin: auto;
	letter-spacing: 0.5px;
	color: #9e9e9e;
}
.p-list .hideImg{
	display: none;
}
.p-list:hover .showImg{
	display: none;
}
.p-list:hover .hideImg{
	display: block;
}

.s-box, .veh-con .veh-box{
	display: flex;
	flex-wrap: wrap;
   justify-content: space-between;
	margin: 60px 0;
}
.veh-con .veh-box:after{
	content:"";
   width:32%;
}
.s-box .s-list{
	position: relative;
	height: 240px;
	width: 32%;
	margin-bottom: 2%;
}

.s-list img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s-list p{
	position: absolute;
	z-index: 11;
	color: #fff;
	font-size: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.s-list .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #262525;
	z-index: 1;
	opacity: 0.4;
	transition: all .35s ease;
}
.s-box .s-list:hover .mask{
	background-color: #0096ff ;
	opacity: 0.7;
}
.more{
	width: 100%;
	display: flex;
	justify-content: center;
}
.more .more-btn a{
	display: block;
	color: #0096ff;
	padding: 10px 35px;
	border-radius: 35px;
	border: 1px solid #0096ff;
	font-size: 15px;
	letter-spacing: 0.5px;
	transition: all .2s ease;
}
.more .more-btn a:hover{
	color: #fff;
	background-color: #0096ff;
}
.advantage{
	background: url(ad_bg.jpg) no-repeat;
	background-size: cover;
	padding: 90px 0;
}
.ad-box .form-img, .ad-box .form-con{
	width: 47%;
	box-sizing: border-box;
}
.ad-box .form-img{
	margin-right: 6%;
}
.ad-box h1, .form-title h1{
	color: #fff;
	font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
	text-align: center;
}
.ad-box .ad-con{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #fff;
}
.ad-con .ad-con-list{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}
.ad-con-list .ad-img{
	width: 80px;
	margin-right: 15px;
}
.ad-con-list .ad-img img{
	width: 100%;
	object-fit: cover;
}
.ad-con-list .ad-text{
	overflow: hidden; 
}
.ad-text h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.ad-text p{
	font-size: 15px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
}

.veh-box .v-list{
	width: 32%;
	margin-bottom: 2%;
	text-align: center;
}
.v-list img{
	width: 100%;
	 height: 240px;
    object-fit: cover;
    transition: all .35s ease;
}
.v-list p{
	font-size: 18px;
	color: #555;
	margin-top: 18px;
}
.v-list:hover img {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}
.moving{
	background: url(m_bg.jpg) no-repeat;
	background-size: cover;
	/* padding: 90px 0; */
}
.moving .ad-box{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mf img, .mt img{
	width: 100%;
	height: auto;
}
.mt{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.mt img{
	width: 49%;
}
.form-con{
	background-color: #fff;
    opacity: .8;
	padding: 90px 0;
}
.form-title h1{
	color: #333;
}
.idx-form{
	margin-top: 70px;
}
.idx-form form .form-group{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
	margin-bottom: 30px;
}
.form-group label{
	width: 20%;
    font-weight: normal;
    font-size: 15px;
}
.form-group .form-control {
    flex: 1;
}
.form-btn{
	display: flex;
	justify-content: center;
}
.form-btn .f-btn{
	color: #fff;
    background: #0096ff;
    border: none;
    outline: none;
    padding: 10px 40px;
    font-size: 16px;
	margin-top: 30px;
}
.ab-con{
	margin: 60px 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #555;
	padding-right: 5vw;
    text-align: justify;
}
.aboutUs .more{
	justify-content: flex-start;
}
.ab-img img{
	width: 100%;
    object-fit: cover;
}

/* 服务 */

.page-bg{
	background: url(page.jpg) no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
    justify-content: center;
}
.page-bg::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #262525;
	/* z-index: 1; */
	opacity: 0.3;
}
.page-text {
	z-index: 1;
	padding: 7.3vw 0;
}
.page-text h1{
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.3vw;
  padding: 50px 30px;
  /* background-color: #469ad6 ; */
  background-color:rgba(70,154,214,0.6);
  position: relative;
}
.page-text h1::before{
	content: "";
	width: 100%;
    height: 100%;
	position: absolute;
	border: 1px solid #469ad6 ;
	top: -15px;
    left: -15px;
  }
.product{
	background-color: #fff;
}

.pagination > li >a{
	color: #999;
   }
.pagination > li:hover a, .pagination > li >a.active{
	color: #fff;
	background-color: #0096ff;
	border-color: #0096ff;
   }

/* 车输 */
.type-con {
	text-align: left;
}
.type-con h2{
	font-size: 18px;
    color: #555;
    margin: 18px 0;
}
.type-con dl{
	font-size: 15px;
    color: #888;
}
.type-con dl dd{
	line-height: 23px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
}

/* 资讯 */
.news{
	padding-bottom: 90px;
}
.pos_nav {
    color: #8a8a8a;
    letter-spacing: 1px;
    font-size: 14px;
}
.pos_nav{
	background: url(pos.png) no-repeat center left;
	padding: 50px 0;
	padding-left: 25px;
}
.news-con{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.news-con .news-con-l{
	width: 24%;
}
.news-con .news-con-r{
	width: 72%;
}
.news-tabs{
	border: 1px solid #f5f5f5;
}
.news-tabs a{
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 13px 0;
	border-top: 1px solid #f5f5f5;
}
.news-tabs a.active{
	color: #fff;
    background-color: #0096ff;
}
.news-tabs a:hover{
	color: #fff;
    background-color: #0096ff;
}
.news-content{
	margin-bottom: 40px;
}
.news-content ul li{
	display: flex;
    justify-content: space-between;
	border-bottom: 1px dotted #ccc;
	padding: 16px 0;
}
.news-content ul li a, .news-content ul li span{
	font-size: 15px;
	color: #888;
}
.news-content ul li a{
	display: inline-block;
	width: 85%;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
}
.news-content ul li:hover a{
	color: #0096ff;
}
/* 关于我们 */
.au-page{
	background-color: #fff;
}
.au-content{
	margin-top: 45px;
	font-size: 15px;
	text-align: justify;
	line-height: 26px;
}
.au-img img{
	width: 100%;
}
/* 联系我们 */
/* necessary*/
#map{
	width: 100%;
	height: 350px;
	margin-top: 80px;
}
.s-con{
	padding: 70px 0;
}
.s-top{
	margin-bottom: 55px;
}
.s-top .s-top-title{
	font-size: 36px;
    color: #555555;
	text-align: center;
}
.con-ly{
	padding-top: 70px;
	margin:  0 auto;
}
.con-form form .f-ta{
	padding: 30px 15px;
}
.con-form form  .btn-danger {
	width: 100%;
    color: #fff;
    background-color: #0096ff;
    border-color: #0096ff;
    border-radius: 20px;
}
.blank{
	background-color: #f5f5f5;
	width: 100%;
	height: 10px;
	display: none;
}
.info-con .detail_t{
	text-align: center;
}
 .detail_t h1{
	line-height: 36px;
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}
 .detail_t>div{
    text-align: center;
    font-size: 14px;
    color: #999;
	margin-top: 15px;
	display: flex;
	justify-content: center;
}
.detail_t>div span{
   padding: 0 15px;
}
.detail{
	line-height: 30px;
	font-size: 15px;
	color: #333;
	padding: 30px 0;
}
 .detail img{
	width: 100%;
	margin: 15px auto;
}
.pronext{
	padding: 20px 0 45px 0;
}
.pronext .propage, .pronext .nextpage {
    line-height: 26px;
	padding: 0;
}
.pronext .propage span, .pronext .nextpage span {
	display: block;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 15px;
}
.tages{
    font-size: 15px;
    font-weight: 500;
	color: #777;
	border-top: 1px solid #b5b5b536;
	border-bottom: 1px solid #b5b5b536;
    padding: 15px 0;
}
.tages p a{
    margin-right: 15px;
	white-space: nowrap;
}
.related{
	padding: 30px 0 50px 0;
}
.related .re_text {
    font-size:24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
	font-weight: bold;
}
.related .re_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.re_con .re_con_box {
    width: 48%;
}
.re_con_box ul li {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    list-style-type: disc;
    margin-top: 10px;
    position: relative;
	padding-left: 20px;
}
.re_con_box ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #999;
    left: 0;
    top: 35%;
}
.con-btn  .f-btn{
    color: #fff;
    background: #0096ff;
    padding: 10px 30px;
} 
/* 底部 */
.footer, .f-bttom{
	background: #333;
	color: rgba(255,255,255,.6);
}
.footer{
	padding: 40px 0;
}
.f1 .presentation{
	width: 80%;
    line-height: 1.8;
    text-align: justify;
	margin-top: 30px;
}
.f1 img{
	max-width: 215px;
}
.f2 h3, .f3 h3{
	font-size: 20px;
	color: #fff;
}
.f2 h4, .f3 h4{
	font-size: 17px;
}
.f2 h4{
	margin: 20px 0 20px 0;
}
.f2 ul li{
	font-size: 16px;
	line-height: 2.2;
}
.f2 ul li i{
	padding-right: 12px;
}
.f3 h4{
	margin: 20px 0 30px 0;
}
.code .fimg{
	margin-right: 20px;
	max-width: 140px;
}
.f-bttom{
	font-size: 13px;

}
.links{
	border-bottom: 1px solid #535353;
	padding-bottom: 20px;
}
.links ul li{
	display: inline-block;
	margin: 0 10px;
}
.copyright{
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.copyright  p{
	margin-left: 15px;
}
.copyright p a, .links ul li a{
	color: rgba(255,255,255,.6);
}
/* 底部菜单 */
.tabbar-blank{
    width: 100%;
    height: 55px;
    box-sizing: border-box;
}
.tabbar-container, .tabbar-blank{
   display:none;
}
.tabbar-container .tabbar {
    border-top: 1px solid #414146;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background-color: #333;
    z-index: 60;
    position: fixed;
    bottom: 0;
    left: 0;
}
.tabbar-container .tabbar .list {
    padding: 0 .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tabbar-container .tabbar .list .item {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.tabbar-container .tabbar .list .item .icon-box {
   padding: 6px 0 3px 0;
}
.tabbar-container .tabbar .list .item .icon-box .icon {
    height: 22px;
    width: 22px;
}
.tabbar-container .tabbar .list .item .icon-box .icon.icon-2 {
    display: none
}

.tabbar-container .tabbar .list .item .text {
    color: #777;
}
.tabbar-container .tabbar .list .item a.active .icon-box .icon.icon-2 {
    display: inline-block
}
.tabbar-container .tabbar .list .item a.active .icon-box .icon.icon-1 {
    display: none
}
.tabbar-container .tabbar .list .item a.active .text {
    color: #fff;
}
/* necessary-end */
/* 媒体查询 */
@media (max-width: 1201px) {
	.process, .service, .vehicle, .aboutUs, .au-page, .advantage,.form-con, .s-con{
		padding: 60px 0;
	}
	.p-list-text p {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.ab-con {
		margin: 30px 0;
	}
	.page-text h1{
		font-size: 30px;
		padding: 40px 30px;
	}
	
}
@media (max-width: 1002px) {
	.navbar-brand img{
		width: 145px;
		height: 48px;
	}
	.nav > li > a {
		padding: 10px 12px;
	}
	/* necessary-end */
	.ad-box .form-img, .ad-box .form-con {
		width: 100%;
	}
	.ad-box .form-img {
		margin-right:0;
		margin-bottom: 30px;
	}
	.moving{
		padding: 50px 0;
	}
	.mf{
		display: none;
	}
	.news-content ul li a {
		width: 80%;
	}

}
@media (max-width: 768px) {
	.navbar-nav{
		padding-top: 0;
	}
	.navbar-collapse{
		float: none;
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
	}
	.site-top, .footer, .links {
		display: none;
	 }
	nav .pagination  li.pano{
		display: none;
   }
   nav .pagination  li.active{
		display: inline;
   }
   .search, .m-service, .m-more, .m-intro, .tabbar-container, .tabbar-blank, .blank{
	display: block;
}
.re_con .re_con_box {
	width: 100%;
}
#map {
    height: 300px;
    margin-top: 40px;
}
.con-ly {
    padding-top: 30px;
}
.con-ly .f2{
	margin-bottom: 30px;
}
.detail_t>div span:last-child{
   display: none;
}
.tages{
	margin-top: 20px;
}
   /* necessary-end */
   .top-com h1 {
    margin: 0 15px;
	font-size: 24px;
}
.p-list-con {
    justify-content: center;
}
.p-list-con .p-list {
    width: 33.33%;
    margin-top: 40px;
}
.p-list img{
    width: 90px;
}
.footer, .process, .service, .vehicle, .aboutUs, .au-page, .advantage, .moving, .form-con, .s-con{
    padding: 30px 0;
}
.s-box, .veh-con .veh-box {
   margin: 30px 15px;
}
.s-box .s-list{
    height: 200px;
    width: 49%;
}
.v-list img{
    height: 200px;
}
.s-list p, .v-list p, .type-con h2{
    font-size: 16px;
}
.ad-box h1, .form-title h1, .page-text h1{
	font-size: 24px;
}
.ad-text h3 {
    font-size: 18px;
}
.ad-text p, .type-con dl{
    font-size: 14px;
}
.ad-con-list .ad-img {
    width: 70px;
    margin-right: 12px;
}
.veh-box .v-list{
	width: 49%;
}
.ad-box .form-img{
	padding: 0 15px;
}
.idx-form {
    margin-top: 30px;
}
.form-btn .f-btn{
	margin-top: 0;
}
.ab-con {
	padding: 0 15px;
}
.aboutUs .more {
    justify-content: center;
}
.ab-img{
	display: none;
}
.page-text h1::before {
    content: "";
    width: 0;
    height: 0;
}
.pos_nav{
	padding: 30px 0 30px 22px;
	margin: 0 15px;
}
.news-con .news-con-l, .news-con .news-con-r, .info-con{
    width: 100%;
	padding: 0 15px;
}
.news-tabs {
    display: flex;
	margin-bottom: 26px;
}
.news-tabs a {
    padding: 10px 0;
    width: 33.33%;
}
.news-content ul li a {
    width: 70%;
}
.news-content ul li span {
    font-size: 14px;
}
.news {
    padding-bottom: 40px;
}
.au-text{
	margin-bottom: 30px;
}
 nav .pagination li a.pano {
        display: none;
    }

    nav .pagination li a.active {
        display: inline;
    }
}
@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu{
		display: block;
	}
	/* necessary-end */
	
}

@media (max-width: 500px) {
	.top-com h1 {
		font-size: 22px;
	}
	.p-list-text h4 {
		font-size: 16px;
	}
	.p-list img {
		width: 80px;
	}
	.p-list-text p {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.s-box .s-list,  .v-list img{
		height: 140px;
	}
	.s-box .s-list a{
		display: block;
		z-index: 22;
	}
	.p-list-con .p-list {
		margin-top: 30px;
	}
	.ad-con .ad-con-list {
		width:90%;
		margin-top: 30px;
		justify-content: flex-start;
	}
	.ad-con-list .ad-img {
		width: 60px;
	}
	.form-group label{
		font-size: 14px;
	}
	.page-text h1{
		padding: 30px 20px;
	}
	.form-group label {
		width: 26%;
	}
	.news-tabs a {
		font-size: 18px;
	}
	.detail_t h1, .related .re_text{
		font-size: 20px;
	}
}