/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 20px;
    width: 20px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bmezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.selected .gh {
    transform: rotate(90deg);
}

.gh a {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
}

.gh a:after {
    width: 100%;
}

.gh a:before {
    width: 100%;
}

.gh a:after,
.gh a:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
    top: 7px;
}

.gh a:before {
    top: -7px;
}

.selected .gh a:after,
.selected .gh a:before {
    top: 0;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    background: #fff;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #fff;
    width: 100%;
}

.selected .gh a {
    background-color: transparent !important;
}





@media only screen and (max-width:1440px) {
	.header .rts .naver li h3 a{
		padding: 0 10px;
	}
	.header{
		padding-left: 30px;
	}
	.footer .rt .weix{
		width: 7.42rem;
	}
	.qmwrap{
	    margin: 0 10rem;
	}
}
@media only screen and (max-width:1240px) {
	.header .rts .naver li h3 a{
		padding: 0 10px;
	}
	.header{
		padding-left: 30px;
	}
	.header .rts .naver li{
		margin-right: 5px;
	}
}

@media only screen and (max-width:1040px) {
	.header .rts{
		position: fixed;
		right: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		z-index: 11;
		display: block;
		width: 80%;
		transform: translateX(100%);
		transition:all 0.3s;
		-ms-transition:all 0.3s;  /* IE 9 */
		-moz-transition:all 0.3s;     /* Firefox */
		-webkit-transition:all 0.3s; /* Safari 和 Chrome */
		-o-transition:all 0.3s;
	}
	html{
		font-size: 16px !important;
	}
	.habout{
		padding: 30px 0;
	}
	.wrap{
		margin: 0 20px;
	}
	.habout .item{
		display: block;
	}
	.habout .item .videos{
		width: auto;
		height: auto;
		margin: 0 20px -40px;
	}
	.habout .item .videos video{
		height: auto;
		width: 100%;
	}
	.tit .lt h2{
		font-size: 34px;
	}
	.tit .lt h3{
		font-size: 20px;
	}
	.habout .item .text{
		width: auto;
		padding: 50px 20px 30px;
	}
	.habout .item .text p{
		margin: 20px 0;
	}
	.hproduct ul{
		display: block;
	}
	.hproduct li{
		width: auto;
		height: 60vw;
	}
	.hproduct li h4{
		font-size: 30px;
	}
	.hproduct li h5{
		font-size: 20px;
	}
	.hcase{
		padding: 30px 0;
	}
	.hcase .cswiper .pic{
		float: none;
		width: auto;
		height: auto;
	}
	.hcase .cswiper .text{
		float: none;
		width: auto;
		padding: 0;
	}
	.hcase .cswiper .text p{
		height: auto;
		margin-top: 20px;
		padding-bottom: 30px;
		font-size: 14px;
	}
	.hcase .cswiper .swiperbtn{
		position: static;
		width: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 30px;
	}
	.hcase .swiperbtn .spans{
		margin-top: 0;
		width: 40%;
	}
	.tit{
		display: block;
		position: relative;
	}
	.tit .rt li{
		margin-right: 20px;
	}
	.tit .rt {
		margin-top: 30px;
	}
	.tit .mmore{
		position: absolute;
		right: 0;top: 35%;
	}
	.hnews .news li{
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
	.hnews .news li a{
		padding: 20px 15px 15px;
	}
	.hnews .news li .text h2{
		height: auto;
	}
	.hnews .news li .text h5{
		margin: 10px 0;
	}
	.hnews .news li .pic{
		height: auto;
	}
	.footer{
		padding: 30px 20px;
	}
	.footer .wrap .lt{
		display: none;
	}
	.copyright{
		display: none;
	}
	.footer .rt dd .copyright{
		display: block;
		width: 65%;
		border: none;
		margin-top: 0;
	}
	.footer .rt dd:last-child{
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
		align-items: center;
	}
	.footer .rt .weix{
		width: 28%;
	}
	.copyright .wrap{
		display: block;
		border: none;
	}
	.footer .wrap{
		display: block;
		margin: 0;
	}
	.footer .rt .weix h5, .footer dd a, .footer dt{
		white-space: inherit;
	}
	.copyright a{
		line-height: 1.6 !important;
	}
	.flogo{
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #535353;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.flogo img{
		width:35%
	}
	.header .rts .ch,
	.flogo .ch{
		display: flex;
		align-items: center;
		justify-content: center;
		background: #e60012;
		width: 50px;    border-radius: 3px;
		height: 24px;
	}
	.header .rts .ch .lsele,
	.flogo .ch .lsele{
		line-height: 24px;
		color: #fff;
		border: none;
		padding-right: 15px;
		box-sizing: border-box;
		    background-color: transparent;
		    outline: 0;
		    -webkit-appearance: none;
		    background: url(../images/qms3.png) no-repeat right center;
		    -webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    -o-box-sizing: border-box;
		    box-sizing: border-box;
		    color: #ffffff;background-size:8px auto ;
			font-size: 12px;
	}
	
	.footer .rt dd{
		opacity: 1;
	}
	.footer .rt .weix h5,
	.footer dd a,
	.footer dd{
		font-size: 13px;
	}
	.banner{
		height: 50vw;
	}
	.header{
		height: 50px;padding-left: 20px;
		background: #014099 !important;
	}
	.header .logo img{
		width: 25vw;
		max-height: 40px;
		object-fit: contain;
	}
	.ghs{
		background: url(../images/qico1.png) no-repeat center/50% auto;
		width: 40px;
		height: 40px;
	}
	.banner .txt h2{
		font-size: 26px;
	}
	
	.banner .swiperbtn{
		bottom: 15px;
		left: 0;
		margin: 0 20px;
	}
	.header .rts{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 40px ;
	}
	.header .rts .ch{
		position: absolute;
		left: 20px;
		top: 20px;
	}
	.header .rts .icons{
		position: absolute;right: 20px;
		top: 10px;background: url(../images/qico2.png) no-repeat center/50% auto;
		width: 40px;
		height: 40px;
	}
	.header .rts .naver ul{
		display: block;
		margin-top: 80px;
		border-bottom: 1px solid #e5e5e5;
	}
	.header .rts .naver li h3 a{
		color: #252525;
		display: block;
		font-size: 18px;
	}
	.header .rts .naver li{
		display: block;
		text-align: center;
		height: 50px;
	}
	.header .rts .naver li h3 a:hover, .header .rts .naver li.on h3 a{
		background: none;
		color: #014099;
	}
	.header .rts .search{
		margin-top: 40px;
		border: 1px solid #ceddec;
		border-radius: 4px;
		margin-left: 0;
		padding: 2px;
		justify-content: space-between;
	}
	.header .rts .search .btn{
		background-color: #014099;
		width: 42px;background-size: 40% auto !important;
		border-radius: 3px;
	}
	.header .rts .search .txt{
		width:70%
	}
	.header .rts .nat{
		display: block;
	}
	.header .rts .nat .ph{
		display: none;
	}
	.phone{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 40px;
	}
	.phone h3{
		font-size: 18px;
		color: #252525;
		font-weight: bold;
		line-height: 1.6;
	}
	.phone h3 i{
		display: block;
		opacity: 0.5;
		font-size: 12px;
		font-weight: 400;
	}
	.phone a{
		background: #014099;
		border-radius: 3px;
		text-align: center;
		width: 80px;
		line-height: 36px;
		color: #fff;
		font-size: 12px;
	}
	.phone a span{
		display: inline-block;
		padding-left: 15px;
		background: url(../images/qico3.png) no-repeat left center;
		background-size: 12px auto;
	}
	.mask{
		position: fixed;
		left: 0;right: 0;
		top: 0;bottom: 0;
		z-index: 11;display: none;
		background: rgba(0,0,0,0.5);
	}
	.header.active .mask{
		display: block;
	}
	.header.active .rts{
		transform: translateX(0px);
	}
	.layout{
		padding-top: 50px;
	}
	.casedel{
		padding: 30px 0;
	}
	.casedel .hd h1{
		font-size: 20px;
	}
	.casedel .hd h6{
		padding: 8px 0;
	}
	.casedel .bd{
		margin-top: 0;
	}
	.casedel .csbg{
		margin-top: 20px;
		padding: 40px;
	}
	.casedel .csbg .prev, .casedel .csbg .next{
		margin: 0;background-size: 30% auto !important;    margin-top: -1.40625rem;
	}
	.casedel .csbg .prev{
		left: 0;
	}
	.casedel .csbg .next{
		right:0
	}
	.pgbtn{
		margin-top: 30px;
		display: block;
	}
	.pgbtn a{
		display:block;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.uban{
		height: 45vw;
	}
	
	.productdel .hd{
		display:block
	}
	.productdel .hd .text{
		width: auto;
	}
	.productdel .hd .pic{
		width: auto;
		height: auto;
	}
	.productdel{
		padding: 30px 0;
	}
	.productdel .hd .text h1{
		font-size: 24px;
		margin-top: 10px;
	}
	.productdel .hd .text .txt{
		font-size: 14px;line-height: 1.5;
		height: auto;
	}
	.productdel .hd .ubtn a{
		display: inline-block;
		margin: 0 20px;
	}
	.productdel .hd .ubtn{
		text-align: center;
		margin-top: 30px;
	}
	.utab li{
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		padding: 0;
		float: left;
		font-size: 20px;
		line-height: 44px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.utab ul{
		overflow: hidden;
	}
	.utab li:nth-last-child(2),
	.utab li:nth-last-child(1){
		border-bottom: none;
	}
	.utab li:nth-child(2n){
		border-right: none;
	}
	.productdel table{
		width: 800px;
	}
	.productdel table th,
	.productdel table td{
		font-size: 16px;
		padding: 10px;
	}
	.productdel .li:first-child{
		overflow-x: scroll;
	}
	.hot li,
	.productdel .li li{
		width: 49%;
		margin: 0 0 10px 0;
		height: 40vw;
	}
	.hot li:nth-child(2n),
	.productdel .li li:nth-child(2n){
		float: right;
	}
	.hot{
		padding: 10px 0;
	}
	.mti{
		font-size: 20px;
		padding: 8px 0;
	}
	.hot li{
		height: auto;
	}
	.hot li .pic{
		height: 9rem;
	}
	.qmtit h3{
		font-size: 28px;
	}
	.product .hds{
		display: block;
	}
	.product .hds li{
		margin: 0 10px 0 0;
	}
	.product .hds ul{
		justify-content: space-around;
		margin-top: 30px;
	}
	.product{
		padding: 30px 0;
	}
	.product .bds .ths{
		height: auto;
	}
	.product .bds .pic{
		float: none;
		width: auto;
		height: auto;
		padding: 20px;
	}
	.product .bds .txt{
		float: none;
		width: auto;
		padding: 15px;
	}
	.product .bds .pic img{
		position: static;
		max-width: 100%;
	}
	.product .bds p{
		margin: 6px 0;
		height: auto;
		padding-bottom: 8px;
	}
	.product .bds .swippro{
		margin: 0 30px;
	}
	.product .bds .swippro .img{
		height: 8rem;
	}
	.product .bds .swippro dd{
		height: auto;padding-bottom: 10px;
	}
	.product .bds .tbs .prev, .product .bds .tbs .next{
		width: 30px;
		background-size: 40% auto !important;
	}
	.product .bds li{
		margin-bottom: 15px;
	}
	.about .ahd ul{
		flex-wrap: wrap;
	}
	.about .ahd ul li{
		width:50%;
		border: 0.5px solid #cdcdcd;
		padding: 15px;
	}
	.about .ahd li::before{
		display: none;
	}
	.about .ahd{
		padding: 0;
	}
	.about .ahd .wrap{
		margin: 0;
	}
	.about .ahd li h3{
		font-size: 24px;
	}
	.about .abd .wrap{
		padding: 30px 0;
		display: block;
	}
	.about .abd .text{
		width:auto
	}
	.about .abd .text p{
		margin: 20px 0 ;
	}
	.about .abd .flca h5{
		display: none;
	}
	.about .abd .flca .video{
		width: 100%;
	}
	.about .piclist{
		display: block;
	}
	.about .piclist .rt,
	.about .piclist .lt{
		width: auto;display: block;
	}
	.about .piclist  img{
		width: 100% !important;
		height: auto !important;
		display: block;
	}
	.aswiper{
		padding: 30px 0;
	}
	.aswiper .swiper_about{
		margin-top: 30px;
	}
	.aswiper .ovs{
		margin: 0;
	}
	.aswiper .ovs .swiper-wrapper{
		display: block;
	}
	.aswiper .swiper_about .swiper-slide{
		margin-bottom: 20px;
	}
	.aswiper .swiper_about .flc{
		justify-content: space-between;
	}
	.aswiper .swiper_about .text,
	.aswiper .swiper_about .pic{
		width: 43%;
		margin: 0 !important;
		height: auto;
		overflow: hidden;
	}
	.aswiper .swiper_about .text h5,
	.aswiper .swiper_about .text h2{
		text-align: left;
	}
	.aswiper .swiper_about .swiper-slide:nth-child(2n) .flc{
		flex-direction: row-reverse;
	}
	.aswiper .swiper_about .next{
		left: 0;
		top: auto;
		bottom: 0;
		margin: 0 auto;
		transform:rotate(270deg);
		-ms-transform:rotate(270deg);  /* IE 9 */
		-moz-transform:rotate(270deg);     /* Firefox */
		-webkit-transform:rotate(270deg); /* Safari 和 Chrome */
		-o-transform:rotate(270deg);
	}
	.aswiper .swiper_about{
		padding-bottom: 30px;
	}
	.aswiper .swiper_about::before{
		top: 0;bottom: 0;
		width: 1px;
		height: auto;
		left: 50%;
		right: auto;
	}
	.aswiper .swiper_about .swiper-slide:nth-child(2n) .flc h2{
		text-align: right;
	}
	.aswiper .swiper_about .text h5{
		margin-top: 0;
	}
	.aculture{
		padding: 30px 0;
	}
	.aculture ul{
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.aculture ul li{
		width: 48%;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.aculture ul::before{
		display: none;
	}
	.aculture ul li::after, .aculture ul li::before{
		display: none;
	}
	.aculture ul li .box{
		height: auto;
		padding: 6px 0 20px;
	}
	.aculture ul li .box h3{
		margin-top: 0;
	}
	.honorary{
		padding: 30px 0;
	}
	.honorary .ahhd{
		display: block;
	}
	.honorary .ahhd .pic{
		width: auto;
		margin: 0;
		padding: 0 ;
		justify-content: space-between;
		margin-top: 40px;
		padding-bottom: 10px;
	}
	.qmwrap{
	    margin: 0 20px;
	}
	.qmtit h5{
		font-size: 20px;
	}
	.honorary .ahhd .qmpors .prev,
	.honorary .ahhd .qmpors .next,
	.honorary .ahbd .pors .prev, .honorary .ahbd .pors .next{
		width: 30px;
		height: 30px;margin-top: -15px;
	}
	.honorary .ahhd .qmpors .prev,
	.honorary .ahhd .qmpors .next{
	    left: 0;
	}
	.honorary .ahhd .qmpors .next{
	    right: 0;left: auto;
	}
	.honorary .ahbd .pors{
		padding: 0 30px;
	}
	.honorary .ahbd{
		margin:30px 0 0;
		padding: 0 0 10px;
	}
	.case .bds .pic{
		float: none;
		width: auto;
		height: auto;
	}
	.case{
		padding: 30px 0 50px;
	}
	.case .bds{
		padding-top: 30px;
	}
	.case .bds .text{
		width: auto;
		height: auto;
		float: none;
		margin-top: 8px;
	}
	.case .bds .text h6{
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 1.6;
	}
	.case .bds .text h6 i{
		font-size: 20px;
	}
	.case .bds .text p{
		height: auto;
		font-size: 14px;
		border: none;
		margin-top: 8px;
	}
	.mmcmore{
		display: none;
	}
	.case .bds li{
		margin-bottom: 25px;
	}
	.pages dd a{
		font-size: 14px;
	}
	.pages dd{
		margin: 0 2px;
	}
	.pages{
		margin-top: 20px;
	}
	.case .bds{
		padding-bottom: 10px;
	}
	.contact .hds{
		display: block;
	}
	.contact .hds .txt{
		width: auto;
	}
	.contact{
		padding: 30px 0;
	}
	.contact .hds .swfs{
		padding: 25px 0 0;
		margin-top: 25px;
	}
	.contact .hds .maps{
		display: none;
	}
	.contact .hds .swfs{
		display: block;
	}
	.contact .hds dd{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.contact .bds .text h2{
		display: none;
	}
	.contact .bds .pic{
		width: auto;
	}
	.contact .bds{
		display: block;
		margin-top: 20px;
	}
	.contact .bds .text{
		width: auto;
	}
	.contact .bds .text .ds{
		margin-top: 20px;
		padding: 12px;
		border-width: 12px;
	}
	.contact .bds .text p{
		font-size: 14px;
	}
	.contact .bds .text p span{
		display: block;
		margin: 0;    margin-top: 0.625rem;
	}
	.qmjidi .hds li .pic{
		float: none;
		width: auto;
		height: auto
	}
	.qmjidi .hds li{
		margin: 0 0 20px 0 !important;
		height: auto;
	}
	.qmjidi .hds li .txt{
		float: none;
		width: auto;
		padding: 15px;
		height: auto;
	}
	.qmjidi .hds li span{
		margin: 10px 0;
	}
	.qmjidi .hds li h6{
		margin: 20px 0 0 !important;
	}
	.qmjidi .bds li:nth-child(1){
		width: auto;
	}
	.qmjidi .bds ul{
		display: block;
	}
	.qmjidi .bds li{
		width: auto;
	}
	.qmjidi .bds li:nth-child(2){
		display: flex;height: 35vw;
	}
	.qmjidi .bds li:nth-child(2) .img{
		width: 60%;
	}
	.qmjidi .bds ul{
		height: auto;
	}
	.qmjidi .bds li .tps{
		width: 40%;height: 100%;
	}
	.qmjidi .bds li:nth-child(2) .img{
		height: 35vw;
	}
	.qmjidi .bds li .tps h3 span{
		font-size: 18px;
	}
	.qmjidi .bds li:nth-child(4),
	.qmjidi .bds li:nth-child(3){
		float: left;height: 100vw;
		width: 50%;
	}
	.qmjidi .bds ul{
		overflow: hidden;
	}
	.qmjidi .fts li{
		float: none !important;
		width: auto;
		margin-bottom: 10px;
	}
	.qmjidi .fts li .pic{
		height: auto;
	}
	.shopps .bds li{
		width: calc(50% - 5px);
		margin: 0 0 10px;
		padding: 10px;
		height: auto;
	}
	.shopps .bds li:nth-child(2n){
		float: right;
	}
	.shopps .bds li .pic{
		width: 3rem;
		height: 3rem;
	}
	.shopps .bds li h6{
		margin-top: 8px;
	}
	.shopps{
		padding: 30px 0;
	}
	.qmnewsdel{
		padding: 30px 0;
	}
	.qmnewsdel .hds h1{
		font-size: 22px;
	}
	.qmnewsdel .hds dl{
		margin-top: 10px;
		padding-top: 10px;
	}
	.qmnewsdel .hds dd{
		font-size: 14px;
	}
	.qmnewsdel .del{
		padding: 20px 0;
	}
	.qmnewsdel .fts{
		margin-top: 20px;
		display: block;
	}
	.qmnewsdel .fts a{
		max-width: 100%;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.qmnews{
		padding: 30px 0 60px;
	}
	.qmnews .hds{
		display: block;
	}
	.qmnews .hds ul{
		justify-content: initial;
		margin-top: 25px;
	}
	.qmnews .hds li{
		margin: 0 20px 0 0;
	}
	.qmnews .bds{
		margin-top: 30px;
	}
	.qmnews .bds li{
		float: none;
		width: auto;
		margin: 0  0 20px 0;
		padding: 25px 15px 15px;
	}
	.qmnews .bds li .pic{
		margin: 20px 0 0;height: auto;
	}
	.qmnews .bds li h3{
		height: auto;
	}
	
	.productdel .hd .pic .prev,
	.productdel .hd .pic .next{
		background-size: 20% auto !important;
	}
	.honorary .ahhd .qmpors{
	    padding: 0 30px;
	}
	.qmbantext{
	    width: auto;
	margin: 0 20px;display: block;margin-top: -20px;padding: 20px;
	}
	.qmbantext .lts{
	    width: auto;margin-bottom: 10px;
	}
	.qmbantext h2{
	    font-size: 20px;
	}
	.qmbantext .del{
	    width: auto;font-size: 15px;line-height:1.6;
	}
	.hot li h5{
	    height: 3.2em;overflow: hidden;
	}
	.qmnewsdel .wrap{
	    display: block;
	}
	.qmnewsdel .rts,
	.qmnewsdel .lts{
	     width: auto;
	}
	.qmnewsdel .rts{
	    margin-top: 20px;
	}
	.qmnewsdel .rts h6{
	    font-size: 18px;
	}
	
	/* 新增留言 */
	.message{
	 width: auto;margin: 0 20px;padding: 30px 0;top: 12%;
	 }
	 .message h3{
		 font-size: 20px;
	 }
	 .message .fm{
		 margin: 10px 20px;
	 }
	 .message .fm li{
	margin-bottom: 0;
	 }
	 .message .fm dd{
		 float: none;width: auto;margin-right: 0;margin-bottom: 10px;
	 }
	 .message .fm label{
		 font-size: 14px;
	 }
	 .message .fm .t1{
		 font-size: 14px;height: 34px;
	 }
	 .message .fm .t2{
		 height: 80px;
	 }
	 .message .fm .sub{
		 margin-top: 20px;font-size: 14px;
	 }
	
}











