html {
	font-size: 14px;
	overflow-x: hidden;
}
body {
    font: 14px/140% Microsoft YaHei,Helvetica, sans-serif,Verdana;    
    color: #5a5a5a; 
    margin: 0;
    background: #fff;
}
li {
	list-style: none;
}
a {
	color: #454545
}
a:hover {
	text-decoration: none;
	color: #0167b9;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {	
	border: none;
}
/*头部*/
.topbar{
	background-color: #f8f8f8;
	padding: 8px 0px;	
	font-size: 14px;
	overflow: hidden;
}
.topbar .top-lan{
	display: inline-block;	
}
.topbar .top-lan i {
    font-size: 18px;    
    color: #0070c9;   
    margin-right: 5px;
}
.top .top-tel {   
    color: #666666;
    line-height: 1.4;
    font-size: 16px;   
    width: 280px;
}
.top .top-tel i {
    font-size: 34px;
    border-radius: 100%;
    width: 50px;
    color: #0070c9;
    height: 50px;
    line-height: 50px;
    float: left;
    padding: 1px;
    text-align: center;
    border: 2px solid #0070c9;
    margin-right: 5px;
}
.top .top-tel span {
    color: #0070c9;
    display: block;
    font-size: 24px;
    font-family: Tahoma;
    font-weight: bolder;
}
.top{
	padding-top: 35px;
	padding-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ededed;
}
.top .logo-sm-height{
	height: 55px;
	float: left;
	margin-right: 10px;
}
.top .logo-txt{
	display: inline-block;
	font-size: 24px;
	font-weight: bolder;	
	line-height: 1.2;
	margin-top: 14px;
}
.top .logo-txt span{
	display: block;
	font-weight: bold;
}
/*导航*/
.navbar{
	padding: 0px;
}
.nav_bg{background:#0261ad; position: relative; z-index: 10; }
.h_nav ul:before{content: "";width: 1px; height: 15px; border-left: 1px dotted #ccc; position: absolute; left: -1px; top: 50%; margin-top: -8px;}
.h_nav ul li {font:16px/50px "";  text-align: center; height:50px; position: relative;}
.h_nav ul li a span{
	color: #fff;
	display: block;
	transition: all 0.3s;
}
.h_nav ul li:after{content: "";width: 1px; height: 15px; border-right: 1px dotted #ccc; position: absolute; right: -1px; top: 50%; margin-top: -8px;}


.h_nav li a:hover span, .h_nav .cur a span{ background:#05508b;}

.navbar-brand {
	font-size: 20px;
	padding-top: 7px;
	padding-bottom: 0px;
	float: right;
	margin-right: 0;	
}
.subnav {
    background-color: #fff;
    text-align: left;
    padding: 1em 1em;
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 1000;
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .14s 0s ease-in-out;
    -moz-transition: -moz-transform .14s 0s ease-in-out;
    -ms-transition: -ms-transform .14s 0s ease-in-out;
    -o-transition: -o-transform .14s 0s ease-in-out;
    transition: transform .14s 0s ease-in-out;
}
.subnav>div {
	opacity: 0;
	padding: 0;
	-webkit-transition: opacity .05s 0s ease-in-out;
	-moz-transition: opacity .05s 0s ease-in-out;
	-ms-transition: opacity .05s 0s ease-in-out;
	-o-transition: opacity .05s 0s ease-in-out;
	transition: opacity .05s 0s ease-in-out
}
.subnav>div a {
	display: block;
	font-size: 16px;
	color: #2b2b2b;
	background-color: #fff;
	padding: .5em 1.5em;
	line-height: 1.5;
	border-bottom: 1px solid #efefef;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0)
}
.subnav>div a:hover{
	color: #fff;
	background-color: #0261ad;
}
.h_nav ul li:hover .subnav {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1)
}
.h_nav ul li:hover .subnav>div {
	opacity: 1;
	-webkit-transition: opacity .14s .14s ease-in-out;
	-moz-transition: opacity .14s .14s ease-in-out;
	-ms-transition: opacity .14s .14s ease-in-out;
	-o-transition: opacity .14s .14s ease-in-out;
	transition: opacity .14s .14s ease-in-out
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
.ruixin-banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: .7;
}
.ruixin-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #034496;
}
/*上下外边距*/
.mt-6, .my-6 {
	margin-top: 4rem !important;
}
.mt-7, .my-7 {
	margin-top: 5rem !important;
}
.mt-8, .my-8 {
	margin-top: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 7rem !important;
}
.mt-10, .my-10 {
	margin-top: 8rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
	margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
	padding-top: 4rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
	padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: 0.5rem 1.2rem;
	margin-right: 10px;
	line-height: 1;
	color: #434343;
	background-color: #dee2e6;
	border: 1px solid #dee2e6;
	border-radius: 2px;
	font-size: 14px;
}
.page-link{
	padding: 0.5rem 1.2rem;
	font-size: 14px;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
	background: #fff;
	color: #0167b9;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #0167b9;
	border-color: #0167b9;
}
.page-num-current:hover {
	color: #fff;
	background-color: #0167b9;
	border-color: #0167b9;
}
/*内页*/
.pages {	
	margin-top: -4rem;
    margin-bottom: 4rem;
    background-color: #fff;
    z-index: 999;
}
.pages-leader {	
	margin-top: -2rem;
    margin-bottom: 4rem;
    background-color: #fff;
    z-index: 999;
}
.pages h2{	
	color: #0261ad;
	font-weight: bold;
}

.pages h2 span{
	float: right;
	font-size: 14px;
	color: #2b2b2b;
	font-weight: normal;
	margin-top: 10px;
}
.mainCon{
	padding: 20px 35px 50px;
}
/*内页banner*/
.banner{
	position: relative;
	z-index: -1;
}
.banner img{
	max-width: 100%;
}
.banner-txt{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	top: 40%;	
}
.banner-txt h3{
	font-size: 36px;
	margin-top: -30px;
}
.banner-txt h6{
	display: block;
	font-size: 20px;
}
.banner-txt .banner-line{
	font-size: 11px;
	margin: 5px auto;
}
/*产品*/
.product{
	background: #fff;
	padding-top: 6rem;
	padding-bottom: 6rem;	
	overflow: hidden;
}
.product .card-img{
	position: relative;
	margin-bottom: 3%
}
.product .col-lg-left{
	-ms-flex: 0 0 64.2%;
    flex: 0 0 64.2%;
    max-width: 64.2%;
}
.product .col-lg-right{
	-ms-flex: 0 0 35.8%;
    flex: 0 0 35.8%;
    max-width: 35.8%;
}
.product .card-desc{
	position: absolute;
	left: 0;
	bottom: 0;	
	padding: 25px 25px;
	text-align: left;
	width: 100%;
	font-size: 14px;	
	line-height: 1.4;
	color: #fff;
	overflow: hidden;
	background: rgba(0,0,0,0.4);
}
/*关于我们*/
.about{
	background: url(../images/about.jpg) no-repeat center bottom #f9f9f9;
	overflow: hidden;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.about .comtitle span{
	position: relative;
}
.about .comtitle span:before {
    position: absolute;    
    right: 0px;
}
.about .about-con{
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	overflow: hidden;
	padding: 15px 0px 35px;
}
.more{
	text-align: center;
	margin-top: 50px;
}
.more .btn-more{
	border-color: rgba(212,212,212,1);
	border-width: 1px;
	border-radius: 3px 3px 3px 3px;
	padding: 0.675rem 2.75rem;
	transition: all 0.6s;

}
.more .btn-more:hover{
	border-color: rgba(0,112,201,1);
	background: rgba(0,112,201,1);
	color: #fff;
}

/*内页侧边分类*/
.sonsort {
    background-color: #fbfbfb;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #eaeaea;	
}
.cstlayer{		
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 2.4; 
	padding-left: 25px;
	margin-bottom: 20px;
	background: #0070c9;
}
.cstlayer span{
	display: block;
	font-size: 20px;
	font-weight:lighter;
	text-transform: uppercase;
}
.navbar-expand-lg .navbar-collapse{
	flex-wrap: wrap;
}
.sonsort ul{
	margin-bottom: 15px;
}
.sonsort ul li{
	width: 100%;
	display: block;
}
.sonsort ul li a{
	line-height: 45px;
	padding: 6px 15px;
	margin: 0px 15px;
	font-size: 14px;
	display: block;
	color: #454545;
	border-bottom: 1px solid #d0d0d0;
	position: relative;	
	transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.sonsort ul li a:hover,.sonsort ul li.active a,.sonsort ul li.active .navmenu a.is-current{	
	color: #fff;
	background:#0070c9;
}
.sonsort ul li.active .navmenu a,.navmenu a{
	font-size: 14px;
	color: #454545;
	padding-left: 20px !important;
}
.left-Contact{		
	text-align: center;		
	line-height: 1.4;
	padding: 10px 15px 30px;
	position: relative;
}
.left-Contact ul li{
	text-align: left;
	line-height: 1.6;
}
.left-Contact ul li span{
	/*display: block;*/
	color: #0070c9;
	font-size: 16px;
	font-weight: bold;
}
.left-Contact i{
	border: 2px solid #0070c9;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 100%;
    font-weight: normal;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 28px;
    color: #0070c9;
}
.left-Contact .code-img{
	background: #fff;
	display: inline-block;
	margin: 0px auto;
	padding: 10px;
}
.left-Contact .code-img img{
	width: auto;
	max-width: 100%;
}
.left-Contact .code-img .small{
	color: #010101;
	font-size: 12px;
	margin-top: 5px;
}
/*当前位置*/
.position{	
    padding: 25px 0px;
    position: relative;    
    overflow: hidden;
    font-size: 14px; 
}
.position ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;   
}
.position ul li a {    
    font-size: 14px;  
}
/*关键词*/
.search .search-input{
	width: 100%;
}
.search .search-input input{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #848484;
	padding-left: 15px;
    padding-right: 5px;
    border: 1px solid #e9f0f6;
    border-radius: 20px;
    background: #fff;
}
.search .search-icon{
	position: absolute;
	right: 16px;
	top: 1px;
}
.search .search-icon button{
	border: 0px;
	background-color:#fff;
	width: 50px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    color: #727272;
    font-size: 16px;
    text-align: center;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}

/*招聘*/
.joblist .card{
	padding: 35px 25px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.joblist .card-header{	
    font-size: 18px;
    padding: 0rem 0rem;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 2;
    position: relative;
    border-bottom: 0px solid rgba(0,0,0,.125);
    background-color: #fff;
}
.joblist .card-header::after{
    content:'';
    display: block;
    width:20px;
    height:2px;
    background:#0261ad;
    position: absolute;
    left:0;
    bottom:0px;
}
.joblist .card-body {    
    padding: 0rem;
    font-size: 14px;
    line-height: 1.6;
}
.comtitle{
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 40px;
}
.comtitle span{	
	font-weight: normal;
}
.comtitle:after{
	content: "";
	height: 2px;
	width: 30px;
	background: #ec2730;
	display: block;
	margin: 10px auto;
}

/*最新资讯*/
.news{	
	padding:5rem 0px;
	background-color: #f2f2f2;
}
.news .img{
	width: 100%;
}
.news .ntitle{
	font-size: 24px;
	font-weight: 900;
	padding-bottom: 15px;
	line-height: 2;	
	color: #f40338;	
}
.news .ntitle:after{
	content: "";
	width: 40px;
	height: 2px;
	background-color: #f40338;
	display: block;	
}
.picList{
	background-color: #fff;
}
.picList .img{
	width: 100%;	
	margin-bottom: 10px; 
}
.picList .img img{
	width: 100%;
}
.picList .news-desc{
	padding: 10px 30px;
	font-size: 14px;
}
.picList .news-title{
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;	
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.picList .news-date{
	font-size: 14px;
	margin-top: 5px;
	color: #ec2730;
	margin-bottom: 50px;	
}
.picList .swiper-pagination{
	text-align: left;
	left: 30px;
	bottom: 40px;
}
.picList .swiper-pagination-bullet-active{
	background: #f40338;
	width: 25px;
	border-radius: 10px;
}
.newslist ul{
	border-top: 1px solid #dddddd;
}
.newslist ul li{
	border-bottom: 1px solid #dddddd;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 5.2;
}
.newslist ul li i{
	color: #000;
	font-size: 10px;
	margin-right: 10px;
}
.newslist ul li span.time{
	float: right;
	font-size: 14px;
	color: #555555;
}
.content {	
	line-height: 2;
}
.content img, .content iframe {
	max-width: 100% !important;
}


/*联系我们内页*/
.contact{
	overflow: hidden;
}
.contact .contact-con{	
	font-size: 16px;
	line-height: 1.8;
	color: #2b2b2b;
	margin: 15px 0;
}
.contact .contact-con ul li{
	margin-bottom: 40px;
	text-align: center;
	padding: 40px 10px;
	background-color: #f2f2f2;
}
.contact .contact-con ul li span{
	display: block;
	
}
.contact .contact-con ul li span i{
	font-size: 40px;
	margin-bottom: 15px;
}
.contact .contact-con ul li p span{
	font-weight: bolder;
}
.contact .contact-con h5{
	font-size: 28px;
	font-weight: bolder;
	color: #f40338;
	margin-bottom: 15px;
}


.product-con h5{
   font-size: 30px;
   font-weight: bolder;
   color: #034496;
}
.product-con h5 span{
	display: block;
	font-size: 20px;
}
.product-con h5:after {
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    margin: 10px 0;
    background-color: #e22434;
}
.product-con .overview{
	font-size: 16px;
	line-height: 30px;
	height: 278px;
	overflow: hidden;
}
.product-con .overview span{
	font-size: 20px;
	font-weight: bolder;
	color: #034496;
	display: block;
}
@media (min-width: 1360px){
	.product-con .overview{
		height: 325px;
	}
}
.pre-next{
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 991.98px){
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 15px;
    padding-left: 15px
}
}

.footer{
	background: #034172;
	padding: 6rem 0 3rem;	
}
.footer .footnav{	
	padding-bottom: 2rem;
	overflow: hidden;	
	position: relative;
}
.footer .footnav h5{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	font-weight: 600;
}
.footnav .nav-link{
	font-size: 15px;
	font-weight: lighter;
	color: #fff;
	opacity: 0.9;
	padding: 0rem 0rem;
}
.footnav .nav-link span{
	float: left;
	width: 44px;
	height: 15px;
}
.footer .code-img{	
	margin: 10px 0px 0px 10px;
}
.footer .code-img img{
	max-width: 100%;
}
.footer .code-img .small{
	text-align: center;
}
.footer .fot-logo{
	font-size: 20px;
	line-height: 1;
	margin-bottom: 30px;
}
.footer .copyright{
	padding-top: 20px;
	line-height: 1.8;
	font-size: 14px;
	position: relative;	
}
.footer .copyright:before{
	content: "";
	border-top:1px solid #0e4c7d;
	border-bottom:1px solid #00355a;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 1px;
}
.footer .copyright a{
	color: #fff;
}
.footer .foot-er{
    text-align: right;
}
@media(max-width:767px){
    .footer .foot-er{
        text-align: center;
    }
}
.footer .foot-er .er-box{
    display: inline-block;
    width:140px;
    background: #fff;
    border:1px solid #f0f0f0;
    padding: 8px;
}
.footer .foot-er .er-box img{
    width:100%;
}
.footer .foot-er .er-box p{
    font-size: 12px;
    text-align: center;
    opacity: 0.8;  
    font-weight: 400;
    padding:5px 0;
    color: #2b2b2b;
}
/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;	
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #0344966b;
	padding: 20px 15px;
	margin-bottom: 1px;
	position: relative;
	border-radius: 10px;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #034496;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}
.productlist .table td,.productlist .table th {
	padding: 12px 15px;	
}
.table th {   
    vertical-align: top;
    border-top: 2px solid #0261ad;
}
/*sm屏幕以下*/
@media only screen and (max-width: 992px) {
.top {
   display: block;  
   padding-top: 15px;
   padding-bottom: 15px;
}
.top .logo-sm-height {
    height: 68px;
    float: none;
    margin-top: -35px;   
}
.top .logo-txt {
    margin-top: 13px;
}
.top .top-tel { 
	display: none;   
    color: #666666;
    line-height: 1.4;
    font-size: 16px;
    text-align: center; 
    margin-top: 0px;
}
.h_nav ul li:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    position: absolute;
    right: 0px;
    top: 100%;
    margin-top: 0px;
}
.h_nav ul:before {
    width: 0px;
}
.subnav{
	display: none;
}
.banner img {
    max-width: none;
    width: 200%;
    margin-left: -50%;
}
.more{
	margin-top: 20px;
}
.page-link {
    padding: 0.5rem 1.0rem;
    font-size: 14px;
}
.comtitle {    
    font-size: 24px;
    margin-bottom: 20px;
}
.comtitle span:before {
    margin: 5px 0;
}

.newslist .ntitle {
    margin-top: 20px;
}
.newslist ul li {  
    font-size: 14px;
    line-height: 2.4;
}
.footer {   
    padding: 2rem 0 1.5rem;
}
}

@media only screen and (max-width: 768px) {
.top .logo-sm-height {
    height: 50px;
    margin-top: 0px;
}
.top .logo-txt{
	font-size: 15px;
}
.pages {
    margin-top: 0rem;
    margin-bottom: 2rem;
}
.mainCon {
    padding: 0px 0px;
    overflow: hidden;
}
.news,.product,.about{
    position: relative;
    padding: 2rem 0px;
}
.position {  
    padding: 15px 0px;
}
.sonsort {
    padding: 0px 0px;
}
.cstlayer {
    font-size: 18px;    
    line-height: 3;
    margin-bottom: 0px;
    padding-left: 15px;
}
.cstlayer span {
    font-size: 14px;
}
.cstlayer .menu-bar{
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.cstlayer.collapsed .menu-bar:before{
	content: "\f196";
}
.cstlayer .menu-bar:before{
	content: "\f147";
}
.sonsort ul li a {
    line-height: 45px;
    padding: 2px 5px;   
    font-size: 14px;
}
.banner-txt h3 {
    font-size: 20px;
}
.banner-txt h6 {
    font-size: 14px;
}
.w-100 {
    width: 200%!important;
}
.page-link {
    padding: 0.5rem 0.8rem;
    font-size: 12px;
}
}
/*********响应式样式******************/
@media only screen and (max-width: 556px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}
/*行距*/
.lh-1 {
	line-height: 1.5;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.lh-4 {
	line-height: 4;
}
/*字体大小*/
.fs-12 {
	font-size: .857rem;
}
.fs-14 {
	font-size: 1rem;
}
.fs-16 {
	font-size: 1.142rem;
}
.fs-18 {
	font-size: 1.285rem;
}
.fs-20 {
	font-size: 1.428rem;
}
.fs-22 {
	font-size: 1.571rem;
}
.fs-24 {
	font-size: 1.714rem;
}
.fs-26 {
	font-size: 1.857rem;
}
.fs-28 {
	font-size: 2rem;
}
.fs-30 {
	font-size: 2.142rem;
}
.fs-32 {
	font-size: 2.286rem;
}
.fs-34 {
	font-size: 2.429rem;
}
.fs-36 {
	font-size: 2.571rem;
}
.fs-38 {
	font-size: 2.714rem;
}
.fs-40 {
	font-size: 2.857rem;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*字体大小*/
.fs-sm-12 {
	font-size: .857rem;
}
.fs-sm-14 {
	font-size: 1rem;
}
.fs-sm-16 {
	font-size: 1.142rem;
}
.fs-sm-18 {
	font-size: 1.285rem;
}
.fs-sm-20 {
	font-size: 1.428rem;
}
.fs-sm-22 {
	font-size: 1.571rem;
}
.fs-sm-24 {
	font-size: 1.714rem;
}
.fs-sm-26 {
	font-size: 1.857rem;
}
.fs-sm-28 {
	font-size: 2rem;
}
.fs-sm-30 {
	font-size: 2.142rem;
}
.fs-sm-32 {
	font-size: 2.286rem;
}
.fs-sm-34 {
	font-size: 2.429rem;
}
.fs-sm-36 {
	font-size: 2.571rem;
}
.fs-sm-38 {
	font-size: 2.714rem;
}
.fs-sm-40 {
	font-size: 2.857rem;
}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*字体大小*/
.fs-md-12 {
	font-size: .857rem;
}
.fs-md-14 {
	font-size: 1rem;
}
.fs-md-16 {
	font-size: 1.142rem;
}
.fs-md-18 {
	font-size: 1.285rem;
}
.fs-md-20 {
	font-size: 1.428rem;
}
.fs-md-22 {
	font-size: 1.571rem;
}
.fs-md-24 {
	font-size: 1.714rem;
}
.fs-md-26 {
	font-size: 1.857rem;
}
.fs-md-28 {
	font-size: 2rem;
}
.fs-md-30 {
	font-size: 2.142rem;
}
.fs-md-32 {
	font-size: 2.286rem;
}
.fs-md-34 {
	font-size: 2.429rem;
}
.fs-md-36 {
	font-size: 2.571rem;
}
.fs-md-38 {
	font-size: 2.714rem;
}
.fs-md-40 {
	font-size: 2.857rem;
}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*字体大小*/
.fs-lg-12 {
	font-size: .857rem;
}
.fs-lg-14 {
	font-size: 1rem;
}
.fs-lg-16 {
	font-size: 1.142rem;
}
.fs-lg-18 {
	font-size: 1.285rem;
}
.fs-lg-20 {
	font-size: 1.428rem;
}
.fs-lg-22 {
	font-size: 1.571rem;
}
.fs-lg-24 {
	font-size: 1.714rem;
}
.fs-lg-26 {
	font-size: 1.857rem;
}
.fs-lg-28 {
	font-size: 2rem;
}
.fs-lg-30 {
	font-size: 2.142rem;
}
.fs-lg-32 {
	font-size: 2.286rem;
}
.fs-lg-34 {
	font-size: 2.429rem;
}
.fs-lg-36 {
	font-size: 2.571rem;
}
.fs-lg-38 {
	font-size: 2.714rem;
}
.fs-lg-40 {
	font-size: 2.857rem;
}
}
