﻿@charset "utf-8";

/* CSS Document */

/*2025.4.27*/

.box {
	overflow: hidden;
	
}

body {}

.container {
	max-width: 1630px;
	width: 96%;
}

.top-nav{
	position: fixed;
	/*position: absolute;*/
	right: 30%;
	top: 100px;
	z-index: 11;
}

.top-nav ul li.tab{
	background: #a23b39;
	margin-bottom: 10px;
	line-height: 50px;
	/*width: 100%;*/
	 transition: all 0.4s ease-out;
    cursor: pointer;
}
.top-nav ul li a{
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 0 10px 0 0;
	text-decoration: none;
	
}
.top-nav ul li a i.fa1{
	background: #b1aeae;
	display: inline-block;
	line-height: 53px;
	padding: 0 15px;
	width: auto;
	margin-right: 15px;
}
.top-nav ul li:hover{
	/*width: 110%;*/
	/*margin-left: -10px;*/
	 transform: translateX(-10px);
	 transition: all 0.4s ease-out;
    cursor: pointer;
	
}


.tabpanel-set{
	background:#a23b39;
	padding:3em ;
	margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
	backface-visibility: hidden;
    bottom: 0;
    position: fixed;
   right: -133.3333333333%;
    transition: width, right, visibility;
    transition-delay: 0ms, 0ms, 375ms;
    transition-duration: 375ms, 375ms, 0ms;
    transition-timing-function: ease-in-out, ease-in-out, linear;
    visibility: hidden;
    width: 30%;
    z-index: 100;
    
    right: 0;
    transition-delay: 0ms, 0ms, 0ms;
    transition-duration: 1s, 1s, 0ms;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.14), cubic-bezier(.175,.885,.32,1.14), linear;
    visibility: visible;
}
.tabpanel .tier-2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease-in-out, visibility 0ms linear;
    transition-delay: 0ms, .25s;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
}
.newsevents-container{
	padding: 10px;
}
.panel-newsevents h4 a{
	color: #fff;
	text-decoration: none;
	
}
 .media-heading {
    font-size: .875em;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: -.1em !important;
    color: #fff;
}

.load-into a{
	text-decoration: none;
	
}
.load-into{
	margin-top: 15px;
}
.load-into .item{
	margin-top: 15px;
}
.load-into p{
	color: #fff;
}
.more{
	margin-top: 20px;
}
.more a{
	color: #fff;
}
 .toggle-section {
    background-color: transparent;
    border: none;
    color: #aab9d0;
    cursor: pointer;
    font-size: 1em;
    height: 2em;
    margin: 0;
    padding: .5em !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    width: 2em;
    z-index: 1;
}
.collection{
	margin-top: 20px;
}
.media-body{
	padding-left: 20px;
	
}
.media-body .media-heading{
	margin-bottom: 10px;
}
.toggle-section i{
	color: #fff;
}

.submenu-toggle{
	display: none;
}

.tier-1{
	padding-left: 10px;
}
.top-nav .search-box input {
    border-color: #fff;
    color: #333;
    border: none;
    background-color: #fff;
    border-width: .3157894737em .3157894737em 0;
    color: #31261d;
    float: none;
    font-size: 1.1875em;
    height: auto;
    margin: 0;
    min-height: 2.5263157895em;
    padding: 0 .6315789474em;
    width: 100%;
}
.search-box button {
    background-color: #630404;
   border: none;
    color: #fff;
    float: none;
    font-size: 1em;
    height: auto;
    min-height: 3em;
    padding: .375em .75em;
    text-align: center;
    text-transform: uppercase;
    transition: background-color, border-color, color;
    transition-duration: .25s, .25s, .25s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    width: 100%;
}
.close-box-x .fa {
    display: none;
    font-size: 2em;
    height: 1em;
    margin: .25em;
    transition: color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    width: 1em;
}
.menu-item{
	position: relative;
}
.close-box-x:after, .close-box-x:before {
    background-color: transparent;
    border-top: .125em solid #fff;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: border-top-color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    width: 50%;color: #fff;
}
.close-box-x:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.close-box-x:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.close-box-x {
    backface-visibility: hidden;
    background-color: #fff;
    border: none;
    border-radius: 0 !important;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 3em;
    margin: 0;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: 0;
    transition: background-color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    width: 3em;
    z-index: 100;
}

.sub-menu .menu-item a{
	font-size: 16px;
}









.wc-menu {
	margin-top: 20px;
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wc-menu ul li {
	line-height: 30px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	/*display: table-cell;*/
	/*float: left;*/
	list-style: none;
	/*padding: 0 20px;*/
	/*margin: 0px ;*/
	
	
	
}

.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	padding: 0 5px;
	padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.wc-menu ul li>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background-color: #f3cd83;
    transform: scaleX(0) scaleY(1);
    transition: all .5s ease-in-out;
    border-radius: 2px;
}

.wc-menu ul li a.active>a:after, .wc-menu ul li>a:hover:after{
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}


.wc-menu ul li a.active:after,
.wc-menu ul li a.move:after,
.wc-menu ul li a.selected:after,
.wc-menu ul li a.parent:after,
.wc-menu ul li a:hover:after {
	
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}



.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: -25%;
	top: 100%;
	background: #fff;
	width: 150%;
	z-index: 111 !important;
	display: none;
	opacity: 1;
	/*border-top: 2px solid #4abad2;*/
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
  -webkit-animation-duration: .4s;
                -webkit-animation-fill-mode: both;
                animation-duration: .4s;
                animation-fill-mode: both;
    -webkit-animation-name: layui-upbit1;
    animation-name: layui-upbit1;
}

@keyframes layui-upbit1 {
    0% {
        transform: translate3d(0%, 15px, 0);
        opacity: .3;
    }
    100% {
        transform: translate3d(0%, 0, 0);
        opacity: 1;
    }
}
.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: center;
	border: none;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	
	line-height: 26px;
	border: none;
	margin: 0;
	padding: 0;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;
	padding: 10px 5px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	color: #284b96;
}

.wc-menu ul li .ernav ul li>a:after {
    content:none;
    
    }
  
   
    
    
    
    
/*menu End*/
.banner{
	height: 100vh;
	overflow: hidden;
}
.banner .bbg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background:#000;
	z-index: 1;
	opacity: 0.35;
	height: 100%;
}
.banner .logo{
	position: absolute;
	left: 0px;
	top: 5%;
	z-index: 111;
}
.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
}


.banner .swiper-container a {
	text-decoration: none;
	display: block;
	position: relative;
}

.banner .swiper-container a img {
	/*-webkit-animation: 15s infinite activeB;
						    -o-animation: 15s infinite activeB;
						    animation: 15s infinite activeB;*/
	height: 100vh;
	width: 100%;
}
.banner .logo a img{
	height: auto !important;
}



.banner .swiper-pagination {
	width: 100%;
	bottom: 25px;
	text-align: left;
	left: 10px;
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	background: url(../images/yuan1.png) no-repeat center center;
	width: 25px;
	height: 25px;
	opacity: 1;
	cursor: pointer;
	/*opacity: 0.55;*/
	border-radius: 100%;
	margin-right: 17px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	background: url(../images/yuan1h.png) no-repeat center center;
}

.banner .swiper-container .ban-pp {
	position: absolute;
	left: 0px;
	bottom: 90px;
	width: 100%;
	z-index: 1;
	text-align: left;
}

.banner .swiper-container .ban-pp span{
	 text-transform: uppercase;
	 color: #fff;
	 font-size: 53px;
	 display: block;
	  font-family:'Source Han Serif CN';
	 line-height: 1.2;
}
.banner .swiper-container .ban-pp span::first-letter{
	font-size: 88px;
}
 /*.banner .swiper-slide .ban-pp  span {
                transition: none;
                opacity: 0;
            }

.banner .swiper-slide-active .ban-pp  span {
    transition: opacity;
    opacity: 1;
}*/




.text-animation span {
	 transition: none;
              
	
	
	
	  opacity: 0; 
	  /* 初始状态为不可见 */
	  /*animation: appear 3s forwards;*/
	   /* 应用动画 */
		text-transform: uppercase;
		font-size: 32px;
 
}
.banner .swiper-slide-active .text-animation span {
    transition: opacity;
    opacity: 1;
}


/* 为每个字符定义不同的动画延迟 */
/*.text-animation span:nth-child(1) { animation-delay: 0.1s; }
.text-animation span:nth-child(2) { animation-delay: 0.5s; }
.text-animation span:nth-child(3) { animation-delay: 0.9s; }
.text-animation span:nth-child(4) { animation-delay: 1.3s; }
.text-animation span:nth-child(5) { animation-delay: 1.7s; }
.text-animation span:nth-child(6) { animation-delay: 2.1s; }*/


@keyframes appear {
  from { opacity: 0; } /* 开始时不可见 */
  to { opacity: 1; }   /* 结束时完全可见 */
}

/*banner end*/

img {
	max-width: 100%;
}
.high{
	background: #800000;
	padding: 45px 0 30px;
}

.new-top {
display: flex;
justify-content: space-between;	
align-content: center;
align-items: center;

}

.new-top .new-tit{
	font-size: 72px;
	color: #fff;
	 /*font-family:'SourceHanSerifCN-Bold';*/
	 font-family: 'Source-Han-Serif-CN_Bold';
}

.new-top .new-more {
	
}
.new-top .new-more a{
	display: block;
	color: #ed695d;
	font-size: 52px;
	font-family: 'HarmonyOS_Sans_SC_Regular';
}
.news-con{
	margin-top: 50px;
	
}
.news-con .cli{
	transition: all 0.4s ease-out;
	margin-bottom: 20px;
}
.news-con .cli a{
	display: block;
	text-decoration: none;
	
}
.news-con .cli a .li-img{
	overflow: hidden;
}
.news-con .cli a .li-tt{
	margin-top: 22px;
}
.news-con .cli a .li-tt span{
	display: block;
	color: #ed695d;
	font-size: 24px;
	margin-bottom: 10px;
}

.news-con .cli a .li-tt p{
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	           overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.news-con .cli:hover{
	transition: all 0.4s ease-out;
	transform: translateY(-10px);
	
}


.mission{
	background:url(../images/missbg.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}

.new-top2 .new-tit{
	color: #800000;
}
.new-top2 .new-more a{
	color: #333;
}

.m-con{
	margin-top:35px;
	justify-content: space-between;
	align-items: center;
	/*background: #800000;*/	
		
}
.m-con .miss-img{
    margin-right: 0;
	padding-right: 0;
	margin-left: 0;
	/*padding-left: 0;*/
}
.m-con .miss-img img{
	/*width: 100%;*/
}
.m-con .miss-tt{
	background: #800000;
	padding:70px 50px;	
	
}
.m-con .miss-tt p{
	font-size: 28px;
	color: #fff;
	margin-bottom: 0;
	text-align: justify;
	line-height: 42px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:9;
            -webkit-box-orient: vertical;
}














.q-link{
	padding: 115px 0 100px;
	
	background: #f5f5f5;
}

.q-link .q-li{
	position: relative;
	
}
.q-link .q-li-1{
	position: relative;
}
.q-link .q-li-1 img{
	width: 100%;
}
.q-link .q-li-1 .bg{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width:100%;
    height: 46%;
     background-image: linear-gradient(rgba(192,43,29,0), rgba(192,43,29,1));
}
.q-link div:nth-child(2) .bg{
  
     background-image: linear-gradient(rgba(150,125,163,0), rgba(150,125,163,1));
}
.q-link div:nth-child(3) .bg{
  
     background-image: linear-gradient(rgba(125,146,181,0), rgba(125,146,181,1));
}
.q-link div:nth-child(4) .bg{
    
     background-image: linear-gradient(rgba(119,149,100,0), rgba(119,149,100,1));
}

.q-link .q-li-1::before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
   
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
.q-link .q-li img{
	
	
}
.q-link .q-li h3{
	position: absolute;
    bottom: 40px;
    margin-bottom: 0;
    left: 40px;
    width:calc(100% - 40px );
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
	font-size: 48px;
	color: #fff;
	
}
.q-link .q-li .q-pp{
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
	color: #fff;
	font-size: 28px;
	line-height: 40px;
}
.q-link .q-li .q-pp p{
	
	
}
.q-link .q-li:hover h3 {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-20px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-20px,0);
	opacity: 0;
   
}
.q-link .q-li:hover .q-link .q-li-1::before ,
.q-link .q-li:hover .q-pp {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);transition: all 0.4s ease-out;
}
.q-link .q-li:hover .bg{
	height: 90%;
	transition: all 0.4s ease-out;
}

/*footer*/

.footer {
	background:url(../images/footbg.jpg) no-repeat center center;
	background-size: cover;
	padding:70px 0 40px;
}

.footer .row {
	/*justify-content: space-between;
	align-items: center;*/
}

.footer-left{
	
}
.footer-left h4{
	color: #fff;
	font-size: 32px;
}
.footer-left ul{
	padding: 0;
	margin: 0;
	margin-top: 45px;
	
}
.footer-left ul li{
margin-bottom: 18px;
background: rgba(255,255,255,0.35);
	transition: all 0.4s ease-out;
}
.footer-left ul li a{
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	
}
.footer-left ul li a img{
	
	
}
.footer-left ul li a span{
	
	font-size: 18px;
	color: #fff;
	padding: 8px 30px;
}

.footer-left ul li:hover{
	background: rgba(255,255,255,0.65);
	transition: all 0.2s ease-out;
text-decoration: underline #fff;
}

.footer-right{
	
}
.footer-right ul{
	padding:0;
	margin: 0;
}
.footer-right ul li{
	width: 38%;
	float: left;
	margin-right: 22%;
	border-bottom:1px solid #f5f5f5;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.footer-right ul li:nth-child(even){
	margin-right: 0;
}

.footer-right ul li a{
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	
}
.footer-right ul li a span{
	font-size: 28px;
	color: #fff;
}
.footer-right ul li a i{
	font-style: normal;
	color: #fff;
	font-size:32px;
	
	
}





.copy{
	
	margin-top: 50px;
}

.copy-left {
	padding-top: 25px;
	border-top:2px solid #fff;
	padding-left: 0;
}
.copy-left p{
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 0px;
	
}
.copy-right a::after{
	content: "";
    position: absolute;
    left: 0px;
    height: 2px;
    background: #fff;
    width: 70px;
    top: 0px;
	
}



.copy-right a img{
	/*margin-left: -70px;*/
    margin-top: -4px;
}




/**/













/*.wc-copyEnd*/

@media (min-width: 1200px) {
.m-con .miss-img{
	flex: 0 0 68%;
    max-width: 68%;
	
}
.m-con .miss-tt{
	flex: 0 0 32%;
    max-width: 32%;
}

.footer-left {
	flex: 0 0 35%;
    max-width: 35%;
}

.footer-right{
	margin-left: 12%;
	flex: 0 0 50%;
    max-width: 50%;
}















	
	
}

@media (min-width: 991px) {
	
	
}

@media (min-width: 1400px) {
	
	
}
@media (max-width: 1700px) {
	.m-con .miss-tt{
		padding:60px 50px;
	}

	
	
	
	
	
}
@media (max-width: 1600px) {
	
.m-con .miss-tt{
		padding:56px 50px;
	}
	
	
	
	
	
}
@media (max-width: 1500px) {
	
	.m-con .miss-tt{
		padding:40px 50px;
	}
	
	
	
	
	
	
	
	
}

@media (max-width: 1400px) {
	
 .m-con .miss-tt{
	padding:30px 40px;
}
.m-con .miss-tt p{
	font-size: 24px;
	
}

.banner .swiper-container .ban-pp span{
	font-size: 43px;
	
}
.banner .swiper-container .ban-pp span::first-letter{
	font-size: 78px;
}
.new-top .new-tit{
	font-size: 50px;
	
}
.news-con .cli a .li-tt span{
	font-size: 20px;
	
}
.news-con .cli a .li-tt p{
	font-size: 22px;
	
}
.m-con .miss-tt p{
	font-size: 22px;
	line-height: 40px;
}
.q-link{
	padding:60px 0;
	
}
.q-link .q-li h3{
	font-size: 30px;
	
}
.q-link .q-li .q-pp{
	font-size: 20px;
	
}
.footer-right ul li a span{
	font-size:24px;
}
.footer-left ul li a span{
	font-size: 20px;
}












	
}

@media (max-width: 1300px) {
	     .m-con .miss-tt {
        padding: 20px 40px;
    }
.m-con .miss-tt p{
	line-height: 38px;
	
}	 
	 
	 
	 
	 
	 
	 
	 
}

@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/

.new-top .new-tit{
	font-size: 40px;
}
.news-con .cli a .li-tt p {
        font-size: 20px;
    }
.high{
	padding: 20px 0;
}
.news-con {
    margin-top:30px;
}
.mission{
	padding: 30px 0;
}

.q-link .q-li h3{
	font-size: 24px;
	
}
.q-link .q-li .q-pp{
	font-size: 18px;
	line-height:28px;
}

.m-con .miss-tt p{
	font-size: 20px;
}
.footer{
	padding: 40px 0;
}

.footer-right ul li{
	margin-left: 7%;
	margin-right: 10%;
}
.footer-left ul li a span {
        font-size: 18px;
    }

.copy-right a img{
	/*margin-left: -42px;*/
	margin-top: -2px;
}
.copy-right a::after{
	left: -12px;
}


	
}

@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}
	.logo1 img {
		max-width: 70%;
	}
	


.miss-img{
	    flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
}
.m-con .miss-tt{
	flex: 0 0 100%;
    max-width: 100%;
}
.footer-right ul li{
	margin-left: 0;
	margin-right: 22%;
}
.q-link .q-li-1{
	margin-bottom: 40px;
}

.copy-right a img {
	    margin-top: 30px;
        margin-left: 15px;
        max-width: 40%;
    }

.footer-left ul li a span{
	padding: 0 20px;
}	
	
  .copy-right a::after{
  	content: none;
  }
  	
	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		text-align: left;
		float: left;
	}
	.mobile-header-btn {
		top: 1px;
	}
	.mobile-header-btn i {}
	#img {}
	.logo1 img {
		max-width: 50%;
	}
	.container {
		width: 100%;
	}
 
 .banner{
 	height: 60vh;
 }
 .banner .swiper-container a img{
 	height: 60vh;
 }
 
 .banner .logo a img{
 	max-width: 40%;
 }
 .banner .swiper-container .ban-pp span{
 	font-size: 20px;
 	
 }
 .banner .swiper-container .ban-pp span::first-letter{
	font-size: 32px;
}
.banner .swiper-container a{
	text-align: left;
	
} 
 .banner .swiper-container .ban-pp span{
 	line-height: 1.45;
 }
 .top-nav ul li a{
 	font-size: 14px;
 	
 }
 .top-nav ul li.tab{
 	line-height: 40px;
 }
 .top-nav ul li a i.fa1{
 	line-height: 42px;
 	padding: 0 10px;
 }
 
 .new-top .new-tit{
 	font-size: 26px;
 	
 }
 .new-top .new-more a{
 	font-size: 30px;
 	
 }
 .news-con .cli a .li-tt span{
 	font-size: 16px;
 	
 }
     .news-con .cli a .li-tt p {
        font-size: 18px;
        line-height: 30px;
        
    }

     .mission {
        padding: 10px 0 30px;
    }
 
 .m-con{
 	margin-top: 20px;
 	padding: 0 20px;
 }
 .m-con .miss-tt{
 	padding: 20px;
 }
     .q-link .q-li-1 {
        margin-bottom: 30px;
    }
 .q-link {
        padding: 30px 0 10px;
    }
 .footer-left h4{
 	font-size: 22px;
 	
 }
 .footer-left ul{
 	margin-top: 25px;
 }
 
 .footer-right ul li{
 	width: 100%;
 	margin: 0;
 }
 .footer-right ul li a span{
 	font-size: 18px;
 	
 }
 
 .copy-left{
 	padding-left: 15px;
 	padding-top: 15px;
 	
 }
 .copy-left p{
 	font-size: 16px;
 	line-height: 30px;
 	
 }
 .copy-right a img{
 	margin-top: 20px;
 	
 }
 .footer{
 	padding: 30px 0 20px;
 }
 
 
 
 
 
	
	
}

@media (max-width: 600px) {}