@charset "utf-8";

.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w800{
	width: 800px;
	margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
.show{
    display: block!important;
}
.container{
    width: 100%;
}
.container_box{
    padding: 30px 0;
}

/******************* 固定头部 *******************/
#header{
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    z-index: 999;
}
/*** 导航栏 ***/
#top{
    width: 100%;
    height: 90px;
    background: url(../images/top_navBg.png);
}
#top .logo{
    float: left;
    width: 12%;
    height: 48px;
    margin-left: 3%;
    margin-top: 21px;
    overflow: hidden;
}
#top .logo img{
    display: block;
    width: 100%;
    height: 100%;
    transition: 300ms;
    -webkit-transition: 300ms;
}
#top .nav{
    float: left;
    width: 65%;
    height: 90px;
    margin: 0 1%;
}
#top .nav ul li.firstNav {
    display: block;
    float: left;
}
#top .nav ul li.firstNav > a{
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    /*padding: 0 20px;*/
}
#top .nav ul li.firstNav > a:hover{
    color: #003091;
    background: #fff;
}
/*二级导航*/
#top .nav .navCont{
    position: absolute;
    display: none;
    top: 90px;
    left: 50%;
    width: 100%;
    height: 200px;
    border-bottom: 2px solid #003091;
    background: #fff;
}
.nav .cont {
    position: relative;
    padding-top: 25px;
    width: 1200px;
    margin: 0 auto;
}
.nav .nav_secend_l{
     float: left;
    height: 150px;
    overflow: hidden;
}
.nav .list01{
     width: 360px;
    column-count: 2;
}
.nav .list02{
     width: 180px;
}
.nav_secend_l li {
    display: block;
     padding-left: 35px;
     width: 135px;
     height: 30px;
     line-height: 30px;
     border-right: 1px solid #dfdfdf;
}
.nav_secend_l li a{
     display: block;
     padding-left: 11px;
     font-size: 14px;
     color: #555;
     background: url(../images/dot02.png) left center no-repeat;
}
.nav_secend_l li a:hover{
     color: #003091;
}
.nav .nav_secend_r{
     float: left;
     width: 800px;
     margin-left: 40px;
}
.nav .nav_about{
     overflow: hidden;
}
.nav .nav_about_pic{
     float: left;
     width: 240px;
     height: 150px;
     overflow: hidden;
}
.nav .nav_about_pic img{
     width: 100%;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nav .nav_about_pic img:hover{
     transform: scale(1.2);
}
.nav .nav_about_txt{
     float: right;
     width: 540px;
}
.nav .nav_about_txt p{
     color: #666;
     font-size: 13px;
     line-height: 24px;
}
.nav .nav_about_txt a{
     display: inline-block;
     width: 120px;
     height: 32px;
     line-height: 32px;
     font-size: 12px;
     text-align: center;
     color: #fff;
     background: #003091;
     border-radius: 25px;
     margin-top: 15px;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nav .nav_about_txt a:hover{
     background: #003091;
}
.nav .nav_business_l{
     float: left;
     overflow: hidden;
     margin: 30px 64px 0 0;
     padding: 0 45px;
     border-right: 1px solid #dfdfdf;
}
.nav .nav_business_l li{
     width: 164px;
     height: 90px;
     float: left;
}
.nav .nav_business_l li a,.nav .nav_business_r a{
     display: block;
     width: 100%;
     height: 90px;
     font-size: 15px;
     text-align: center;
     color: #555;
}
.nav .nav_business_l li img,.nav_business_r a img{
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 20px auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nav .nav_business_l li a:hover img, .nav_business_r a:hover img{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.nav .nav_business_r{
     margin-top: 30px;
     width: 164px;
     float: left;
}
.nav .nav_business_r a i{
     background-position: center -500px;
}
.nav .nav_news{
     width: 980px;
}
.nav .nav_news_hd{
     height: 20px;
     line-height: 20px;
     padding-left: 16px;
     font-size: 18px;
     color: #003091;
     border-left: 2px solid #003091;
}
.nav .nav_news_con{
     overflow: hidden;
     padding-top: 15px;
}
.nav .nav_news_box{
     display: block;
     width: 450px;
     float: left;
     margin-right: 40px;
}
.nav .nav_news_pic{
     float: left;
     width: 134px;
     height: 100px;
     margin-right: 20px;
     overflow: hidden;
}
.nav .nav_news_pic img{
     width: 100%;
     height: 100%;
     transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.nav .nav_news_pic img:hover{
     transform: scale(1.2);
}
.nav .nav_news_info{
     float: left;
     width: 288px;
     overflow: hidden;
}
.nav .nav_news_tit{
     height: 30px;
     line-height: 30px;
     overflow: hidden;
     font-size: 16px;
     color: #333;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.nav .nav_news_txt{
     margin-top: 8px;
     line-height: 24px;
     font-size: 13px;
     color: #999;
     text-overflow: -o-ellipsis-lastline;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     line-clamp: 2;
     -webkit-box-orient: vertical;
}
.nav .nav_member{
    width: 100%;
    height: 120px;
    overflow-y: auto;
}
.nav .nav_member ul li{
    display: block;
    float: left;
    width: 16%;
    height: 36px;
    margin: 1% 4%;
}
.nav .nav_member ul li a{
    display: block;
    width: 100%;
    line-height: 36px;
    color: #666;
    font-size: 12px;
    padding-left: 32px;
    background: url(../images/img_t_member.png) no-repeat;
    background-size: 28px;
    background-position: left 5px;
}
.nav .nav_member ul li a:hover{
    background-position: left -23px;
    color: #003091;

}
.nav .nav_info{
     display: flex;
     overflow: hidden;
     margin: 10px auto 0;
     text-align: center;
}
.nav .nav_info li{
     flex: 1;
     display: inline-block;
     margin: 0 20px;
}
.nav .nav_info li a{
	position: relative;
	display: block;
	width: 100%;
    height: 125px;
    border-radius: 5px;
	overflow: hidden;
}
.nav .nav_info li .pic{
	position: absolute;
	width: 60%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.nav .nav_info li .pic img{
	width: 100%;
	height: 100%;
}
.nav .nav_info li .txt{
	position: absolute;
	width: 40%;
	color: #fff;
	text-align: center;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.nav .nav_info li:nth-child(odd) .txt{
	background-color: rgba(0,48,145,1);	
}
.nav .nav_info li:nth-child(even) .txt{
	background-color: rgba(239,134,66,1);	
}
.nav .nav_info li .txt h3{
	display: block;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.nav .nav_info li .txt p{
	display: none;
	margin-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
.nav .nav_contact{
     overflow: hidden;
}
.nav .nav_contact_pic{
     width: 260px;
     height: 146px;
     float: left;
     margin: 0 62px 0 130px;
}
.nav .nav_contact_pic img{
     width: 100%;
     height: 100%;
}
.nav .nav_contact{
     font-size: 13px;
}
.nav .nav_contact_info{
     width: auto;
     float: left;
     padding: 0 75px 0 62px;
     line-height: 30px;
     color: #666;
     border-left: 1px solid #dfdfdf;
     border-right: 1px solid #dfdfdf;
}
.nav .nav_contact_info p{
     padding-left: 28px;
     background: url(../images/contactIcon.png) left 7px no-repeat;
}
.nav .nav_contact_info p:nth-child(2){
     background-position: left -33px;
}
.nav .nav_contact_info p:nth-child(3){
     background-position: left -74px;
}
.nav .nav_contact_info p:nth-child(4){
     background-position: left -155px;
}
.nav .nav_contact_info p:nth-child(5){
     background-position: left -111px;
}
.nav .nav_contact_wx{
     float: left;
     width: 140px;
     margin-left: 40px;
     overflow: hidden;
     text-align: center;
}

#top .interface{
    float: left;
    width: 15%;
    height: 90px;
    position: relative;    
}
#top .oa{
    position: absolute;
    top: 33px;
    left: 10px;
}
#top .oa a{
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-right: 10px;
    opacity: 0.8;
}
/* 搜索框 */
#top .search{
    position: absolute;
    top: 24px;
    right: 0;
    overflow: hidden;
}
#top .search_ipt{
    display: block;
    float: left;
    width: 0px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    transition: 300ms;
    -webkit-transition: 300ms;

}
#top .search_btn{
    float: left;
    width: 42px;
    height: 42px;
    background-image: url(../images/top_search_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    opacity: 0.8;
    transition: 300ms;
    -webkit-transition: 300ms;
}
#top .search:hover .search_ipt{
    width: 172px;
    padding-left: 23px;
}
#top .search:hover .search_btn{
    background-color: #ef8642;
    cursor: pointer;
    opacity: 1;
}

/** 向下滚动后top样式 **/
#top.topDown{
    background: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,.15);
}
#top.topDown .logo01{
    margin-top: -48px;
}
#top.topDown .nav ul li.firstNav > a{
    color: #333;
}
#top.topDown .oa a{
    color: #444;
    border: 1px solid #444;
}
#top.topDown .search_btn{
    background-image: url(../images/top_search_icon2.png);
}
#top.topDown .search_ipt{
    background: #edebed;
}

/***** 手机端导航 *****/
.sp_header {
    height: 50px;
    overflow: hidden;
    background: url(../images/top_navBg.png);
    background-size: 100% 60px;
    position: fixed;
    z-index: 101;
    width: 100%;
}
.sp_logo {
    float: left;
    height: 38px;
    margin-top: 6px;
    margin-left: 5%;
}
.sp_logo img {
    width: auto;
    height: 100%;
}
.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}
.sp_nav span {
    display: block;
    background: #c9141e;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}
.sp_nav span:nth-of-type(1) {
    top: 0px
}
.sp_nav span:nth-of-type(2) {
    top: 10px
}
.sp_nav span:nth-of-type(3) {
    top: 20px
}
.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}
.sp_nav_se span:nth-of-type(2) {
    width: 0
}
.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}
.sjj_nav {
    position: fixed;
    z-index: 100;
    background: rgba(0,0,0,.95);
    width: 100%;
    height: calc(100%);
    font-size: 14px;
    line-height: 40px;
    padding-top: 50px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}
.nav_show {
    top: 0px
}
.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}
.sjj_nav>ul>li:first-child>a {
    float: left;
}
.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}
.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}
.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}
.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}
.sjj_nav ul li {
    border-top: 1px rgba(31,31,31,0.45)  solid;
    position: relative;
    line-height: 64px;
    font-size: 14px;
    text-align: center;
}
.sjj_nav>ul>li:last-child {
    border-top: 1px rgba(31,31,31,0.45)  solid;
}
.sjj_nav ul li ul {
    display: none
}
.sjj_nav ul li a {
    color: #fff;
    width: 100%;
    text-align: center;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}
.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

/******************* footer底部 *******************/
#footer{
    background: #f7f7f7;
}
#footer .foot_l{
    width: 350px;
    height: 200px;
}
#footer .foot_tel{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 24px;
    color: #003091;
    line-height: .36rem;
}
#footer .foot_tel img{
    width: 29px;
    vertical-align: middle;
    margin-right: 5px;
}
#footer .foot_tel span{
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
    top: 10px;
}
#footer .contact{
    font-size: 16px;
    color: #525252;
    line-height: 36px;
    margin: 23px auto 30px;
}
#footer .contact img{
    width: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
#footer .msg{
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #003091;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#footer .msg:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

#footer .foot_map{
    width: 600px;
    height: 200px;
    margin-left: 20px;
    background: #ccc;
    overflow: hidden;
}
#footer .foot_map img{
    width: 100%;
    height: 100%;
}
#footer .foot_r{
    width: 200px;
    height: 200px;
    margin-left: 30px;
    text-align: center;
}
#footer .foot_r img{
    width: 70%;
    margin: 0 auto;
}

#footer .friend_link{
    padding: 30px 0;
}
#footer .friend_link span{
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    background: url(../images/friend_link.png) no-repeat left center;
    background-size: 14px;
}
#footer .friend_link a{
    position: relative;
    line-height: 40px;
    margin-right: 20px;
    padding-right: 20px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}
#footer .friend_link a::after{
    content: "";
    width: 1px;
    height: 12px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    z-index: 10;
}
#footer .friend_link a:last-child::after{
    background: none;
}
#footer .friend_link a:hover{
    color: #ef8642;
}
#footer .copyRight{
    padding-top: 20px;
    border-top: 1px solid #ededed;
    line-height: 10px;
    font-size: 14px;
    color: #bdbdbd;
}
#footer .friend_link a img{
  width: 14px;
  height: auto;
}
#footer .copyRight a{
    color: #bdbdbd;
}
#footer .copyRight a:hover{
    color: #003091;
}

/******************* 返回顶部 *******************/
#toTop {
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 12;
    display: none;
    text-align: center;
    box-shadow: -2px 0px 6px rgba(183,183,183,0.5);
    cursor: pointer;
}
#toTop div{
    position: relative;
    width: 48px;
    height: 48px;
    background: url("../images/fixed_right.png") no-repeat;    
}
#toTop .ewm{
    background-color: #999;
    background-position: center 12px;
    background-size: 24px;
}
#toTop .ewm p{
    display: none;
    position: absolute;
    width: 76px;
    height: 76px;
    padding: 10px;
    background: #003091;
    top: 0;
    left: -96px;    
}
#toTop .ewm p img{
    width: 100%;
    height: 100%;
}
#toTop .tel{
    background-color: #999;
    background-position: center -30px;
    background-size: 24px;
}
#toTop .tel p{
    display: none;
    position: absolute;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #003091;
    top: 0;
    left: -150px;
}
#toTop .item:hover{
    background-color: #003091;
}
#toTop .top{
    background-color: #ef8642;
    background-position: center -90px;
    background-size: 28px;
}
/******************* 页面小banner *******************/
.pageBan{
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 200px;
    background-attachment: fixed;
}
.pageBan img{
    width: 100%;
    height: 100%;
}
/******************* 页面tab切换 *******************/
.pageTabs{
    width: 100%;
    background: #f7f7f7;
}
.pageTabs .pageTabs_box{
    position: relative;
    height: 70px;
}
.pageTabs .pageTabs_tit{
    position: absolute;    
    width: 170px;
    height: 100px;
    padding: 20px 100px 30px 30px;
    background: rgba(0,48,145,0.75);
    bottom: 0;
    left: 0;
}
.pageTabs .pageTabs_tit h2{
    position: relative;
    font-size: 28px;
    font-weight: 700;
    color: #ef8642;
    padding-bottom: 20px;
}
.pageTabs .pageTabs_tit h2::after{
    position: absolute;
    content: '';
    width: 48px;
    height: 2px;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #ef8642;

}
.pageTabs .pageTabs_tit span{
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}
.pageTabs .pageTabs_tit .icon{
    position: absolute;
    width: 26px;
    height: 32px;
    right: 25px;
    bottom: 25px;
    background: url(../images/pageTiticon.png) no-repeat;
    background-size: 100%;
}
.pageTabs .pageTabs_list{
    position: absolute;
    left: 360px;
    width: 840px;
}
.pageTabs .Tabs {
    width:100%;
}
.pageTabs .Tabs .selected {
    color:#003091;
    border-bottom:2px solid #003091;
    box-sizing: border-box;
}
.pageTabs .Tabs .swiper-slide {
    text-align:center;
    width: 100px;
    height:70px;
    /* Center slide text vertically */
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    cursor:pointer;
    font-size:18px;
}
.contentBox {
    width:100%;
}
.contentBox .swiper-slide {
    background: #fff;
    padding: 30px;
    /*height:calc(100vh - 50px);*/
    box-sizing:border-box !important;
    /*overflow-x:hidden !important;*/
}
/*** 翻页 ***/
.page_case {
    padding-top: .85rem;
    text-align: center;
}
.page_case > div {
    display: inline-block;
    vertical-align: middle;
}
.page_case > div:first-child {
    margin-right: .7rem;
}
.page_case > div:first-child a, .page_case > div:last-child a {
    color: #9da6b1;
    line-height: 60px;
}
.page_case .first_page{
	padding-left: 18px;
	background: url("../images/first_page.png") no-repeat left center/ 18px;
	margin-right: 30px;
}
.page_case > div:first-child a i {
    margin-right: 5px;
}
.page_case > div:last-child a i {
    margin-left: 5px;
}
.page_num_box a {
    float: left;
    margin: 0 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
}
.page_num_box .btn_style{
    background: #fafafa;
}

.page_num_box .btn_style:hover, .page_num_box .on.btn_style {
    background: linear-gradient(45deg, #0055ff 0%, #003091 100%) !important;
    box-shadow: 0 2px 10px -2px rgba(0, 27, 145, 0.6);
    color: #fff !important;
    cursor: pointer;
}




@media screen and (min-width:760px) {
    .m_btn {
        display:none;
    }
}
@media screen and (max-width:756px){
	#top .logo{
		width: 150px;
		height: 42px;
	}
	#top.topDown .logo01{
		margin-top: -42px;
	}
	.m_btn{
		position: absolute;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background: url(../images/m_navIcon.png) no-repeat center/18px;
		right: 10px;
		top: 22px;
		z-index: 999;
	}
	.btn_icon{
		background: url(../images/m_navIcon02.png) no-repeat center/16px;
	}
	.topDown .m_btn{
		background-color: #003091;
	}
	#top .search{
		display: none;
	}
	#top .interface{
		width: 80px;
	}
	#top .nav{
		display: none;
		position: absolute;
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
		left: 0;
		right: 0;
		top: 90px;
		bottom: 0;
		background: rgba(0,0,0,0.9);
		z-index: 998;
	}
	#top .nav_show{
		display: block;
	}
	#top .nav ul li.firstNav{
		float: none;
		width: 100%!important;
	}
	#top .nav ul li.firstNav > a{
		height: 64px;
		line-height: 64px;
		font-size: 15px;
		background: rgba(0,0,0,0.9);
	}
	#top.topDown .nav ul li.firstNav > a{
		color: #fff;
	}
	#top .nav .navCont{
		opacity: 0;
		display: none!important;
	}
	#top .oa{
		display: none;
	}
	#footer{
		padding-bottom: 10px;
	}
	#footer .foot_l, #footer .foot_r{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	#footer .foot_l.fl, #footer .foot_r.fr{
		float: none;
	}
	#footer .contact{
		line-height: 22px;
		font-size: 14px;
		margin: 10px auto;
	}
	#footer .msg{
		display: block;
		margin: 0 auto;
	}
	#footer .foot_map{
		display: none;
	}
	#footer .foot_r{
		margin: 20px auto;
	}
	#footer .foot_r img{
		width: 40%;
	}
	#footer .friend_link{
		padding: 0;
	}
	#footer .friend_link a{
		display: block;
		line-height: 18px;
		font-size: 12px;
		margin-top: 5px;
	}
	#footer .copyRight{
		padding-top: 10px;
		margin-top: 10px;
		font-size: 12px;
		line-height: 18px;
	}
	#footer .copyRight .fl, .copyRight .fr{
		float: none;
	}
	#footer .copyRight .web a{
		display: block;
	}
	#toTop{
		bottom: 80px;
	}
	#toTop .item{
		display: none;
	}
	.pageBan{
		height: 120px;
		background-size: 100% 120px;
	}
	.pageTabs .pageTabs_tit{
		display: none;
	}
	.pageTabs .pageTabs_list{
		left: 0;
		width: 100%;
	}
	.pageTabs .Tabs .swiper-slide{
		font-size: 15px;
		letter-spacing: 3px;
	}
	.contentBox .swiper-slide{
		padding: 10px 0;
	}
}



