﻿@charset "utf-8";
/* CSS Document */
body { font:14px "PingFangSC-Regular","microsoft Yahei","Arial",sans-serif; color: #333; background: #fff; word-wrap:break-word; -webkit-tap-highlight-color:rgba(0,0,0,0); overflow-x: hidden}
body,form,input,p,ol,ul,li,h1,h2,h3,h4,h5,h6,table,th,td,dl,dt,dd{padding:0;margin:0;}
img{border:0; vertical-align: middle;}
ul,li{list-style:none;}
dl,dt,dd{display: block;}
a{text-decoration:none; transition:all 0.4s; outline: none;}
input,textarea{ box-sizing: border-box;  border: 0; background:none; font:14px "microsoft Yahei","Arial",sans-serif; width: 100%; }
input[type="button"], input[type="submit"], input[type="text"] {-webkit-appearance: none; outline: none; }
h2{font-weight:400;}
i{ font-style:normal;}
b{ font-weight:normal;}

/*文本框默认颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #333; opacity: 1}
input:-moz-placeholder, textarea:-moz-placeholder {color: #333; opacity: 1}
input::-moz-placeholder, textarea::-moz-placeholder {color: #333; opacity: 1}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #333; opacity: 1}


/* clear 页头，页脚，内容区都不用再加清除样式 */
.cf:before, body:before, .header:before, .main:before, .footer:before, .wrap:before { content: ''; display: table }
.cf:after, after, .header:after, .main:after, .footer:after, .wrap:after { content: ''; display: table; clear: both }
.cf, .header, .main, .footer, .wrap { *zoom: 1 }

/*图片放大*/
/* @media screen and (max-width: 1920px) and (min-width: 1200px){ */
@media screen and (min-width:1200px) {
	.tr_sc{ overflow:hidden; display:block;}
	.tr_sc img{transition: all 0.3s; width: 100%; max-width: 100%; vertical-align: middle;}
	.tr_sc:hover img{transform:scale(1.1);}
}


/*其他公用*/
.wrap{width: 1400px; margin: 0 auto;}



/*首页*/
.header{ position:absolute; left:0; top:0; width:100%; z-index:999;}
.header .phone{ text-align: right; padding: 36px 0 20px;}
.header .phone span{ display: inline-block; background: rgba(0,0,0,0.3); padding: 0 20px; border-radius: 20px;}
.header .phone span i{ display: inline-block; background: url(../images/in_icon1.png) no-repeat left center; font-size: 16px; color: #fff; padding-left: 24px; line-height: 36px; font-weight: 300;}
.header .logo{ float: left;}
.header .nav{ float: right;}
.header .nav li{ float: left; padding-left: 50px;}
.header .nav a{ color: #fff; font-size: 20px; position: relative; display: inline-block; padding-bottom: 10px;}
.header .nav a::before{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #fff; transform: scale(0); transition: 0.4s;}
.header .nav .on a:before,
.header .nav a:hover:before{ transform: scale(1);}

#menu { position: fixed; right: 100px; top: 40%; list-style-type: none; z-index: 70;}
#menu li { padding: 8px 0;}
#menu a { display: block; width: 10px; height: 10px; border-radius: 10px; background-color: rgba(255,255,255,0.2); position: relative;}
#menu a::before{ content: " "; position: absolute; width: 20px; height: 20px; border-radius: 20px; left: -5px; top: -5px; border: 1px solid #fff; box-sizing: border-box; opacity: 0;}
#menu .active a { background: #fff;}
#menu .active a::before{ opacity: 1;}
#menu.nav_black a{ background-color: rgba(125,125,125,0.2);}
#menu.nav_black a::before{ border-color: #7a7a7a;}
#menu.nav_black .active a { background: #7a7a7a;}

.section1{ position: relative;}
.section1 .swiper-container{ height: 100%;}
.section1 .swiper-slide{ height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover;}
.section1 .swiper-button-prev, 
.section1 .swiper-button-next{ z-index: 2; background: none; color: #fff; font-size: 60px; font-family: '宋体'; padding: 20px;}
.section1 .text_con{ position: absolute; left: 0; top: 50%; z-index: 1; margin-top: -200px; width: 100%; color: #fff;}
.section1 .text_con .tit{ font-size: 80px; padding-bottom: 30px;}
.section1 .text_con .txt{ font-size: 60px; padding-bottom: 30px;}
.section1 .text_con .tet{ font-size: 40px; font-weight: 300; position: relative; padding-top: 50px;}
.section1 .text_con .tet::before{ content: " "; position: absolute; left: 0; top: 0; width: 40px; height: 10px; background: #fff;}

.in_title1 .tit{ font-size: 48px; font-weight: bold; text-align: center; position: relative; padding-bottom: 26px;}
.in_title1 .tit::before{ content: " "; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #cf1e17;}
.in_title1 .tit::after{ content: " "; position: absolute; left: 50%; bottom: -6px; width: 76px; height: 6px; background: #cf1e17; margin-left: -38px;}
.in_title1 .txt{ font-size: 24px; text-align: center; padding-top: 30px;}
.in_title1 .txt span{ display: inline-block; position: relative; padding: 0 90px;}
.in_title1 .txt span::before,
.in_title1 .txt span::after{ content: " "; position: absolute; top: 12px; width: 53px; height: 8px;}
.in_title1 .txt span::before{ left: 0; background: url(../images/in_icon2.png);}
.in_title1 .txt span::after{ right: 0; background: url(../images/in_icon3.png);}

.section2{ background: url(../images/in_img3.jpg) no-repeat center top #f8f9fc; background-size: 100% auto; padding-top: 124px;}
.section2 .swiper-container{ padding-top: 100px;}
.section2 .li_box{ background: #fff; border-bottom: 6px solid #efefef; position: relative; padding: 34px 20px 40px; box-sizing: border-box; height: 356px; transform: scale(0.9); display: block;}
.section2 .swiper-slide-active .li_box{ transform: scale(1); border-color: #cf1e17;}
.section2 .li_box::before{ content: " "; position: absolute; width: 60px; height: 0; border-bottom: 4px solid #efefef; border-left: 4px solid transparent; border-right: 4px solid transparent; left: 50%; bottom: 0; margin-left: -30px;}
.section2 .swiper-slide-active .li_box::before{ border-bottom-color: #cf1e17;}
.section2 .li_box span{ display: block;}
.section2 .li_box .icon{ text-align: center;}
.section2 .li_box .tit{ color: #333; text-align: center; font-size: 20px; padding: 20px 0;}
.section2 .li_box .txt{ color: #666; font-size: 16px;}
.section2 .btn_box{ padding-top: 50px; text-align: center;}
.section2 .swiper-button-prev, 
.section2 .swiper-button-next{ position: initial; background: #cf1e17; color: #fff; font-size: 24px; font-family: '宋体'; width: 38px; height: 38px; text-align: center; line-height: 38px; border-radius: 100%; margin: 10px; display: inline-block;}

.section3{ position: relative;}
.section3 .top{ color: #fff; position: absolute; width: 100%; left: 0; top: 0; padding-top: 10%; z-index: 2;}
.section3 .top .tet{ font-size: 48px; font-weight: 300; text-transform:uppercase; padding-bottom: 20px;}
.section3 .top .tit{ font-size: 48px; padding-bottom: 30px;}
.section3 .top .prev, 
.section3 .top .next{ margin-right: 20px; display: inline-block; border: 1px solid rgba(255,255,255,1); padding: 6px 20px; cursor: pointer; transition: all 0.4s;}
.section3 .top .prev:hover, 
.section3 .top .next:hover,
.section3 .top .prev.on, 
.section3 .top .next.on{ border-color: rgba(255,255,255,0.3); background-color: rgba(255,255,255,0.3);}

.section3 .swiper-container{ height: 100%;}
.section3 .li_box{ height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; padding-top: 10%;}
.section3 .li_box .icon{ margin: 280px 0 20px; width: 52px; height: 4px; background: #cf1e17;}
.section3 .li_box .txt{ max-width: 60%; color: #fff; font-size: 16px; line-height: 3;}
.section3 .li_box .btn{ margin-top: 30px;}
.section3 .li_box .btn a{ display: inline-block; padding: 10px 20px; background: #cf1e17; color: #fff; font-weight: bold;}
.section3 .li_box .btn a:hover{ background: #ba1b15;}
.section3 .btn_box{ position: absolute; width: 100%; left: 0; bottom: 10%; z-index: 2;}
.section3 .btn_box .swiper-button-prev, 
.section3 .btn_box .swiper-button-next{ position: initial; margin: 0 20px 0 0; background: none; display: inline-block;}

.in_title2{ position: relative; background: url(../images/in_icon6.png) no-repeat center; text-align: center;}
.in_title2 .tit{ font-size: 48px; font-weight: bold;}
.in_title2 .tit span{ padding-right: 50px;}
.in_title2 .tet{ font-size: 24px; color: #666; padding-top: 14px; text-transform: uppercase;}
.in_title2 .tet span{ padding-left: 50px;}

.section4{ padding-top: 70px;}
.section4 .top{ margin-top: 60px; padding: 0px 120px; position: relative;}
.section4 .top .li_box{ text-align: center; cursor: pointer;}
.section4 .top .li_box .icon{ padding-bottom: 30px;}
.section4 .top .li_box .tit{ padding-top: 30px; font-size: 24px; font-weight: bold; border-top: 4px solid #b5b5b5;}
.section4 .top .swiper-slide-active .li_box .tit{ border-color: #cf1e17;}
.section4 .top .swiper-button-prev, 
.section4 .top .swiper-button-next{ background: #b5b5b5; font-family: "宋体"; color: #fff; width: 38px; height: 38px; text-align: center; line-height: 38px; border-radius: 100%; font-size: 24px;}
.section4 .top .swiper-button-prev:hover, 
.section4 .top .swiper-button-next:hover{ background: #cf1e17;}
.section4 .top .swiper-button-next.swiper-button-disabled, 
.section4 .top .swiper-button-prev.swiper-button-disabled{ background: #b5b5b5; opacity: 1;}

.section4 .bot_box{ padding-top: 30px;}
.section4 .bot_box .li_box{ margin: 0 -10px; padding: 0 120px;}
.section4 .bot_box .list{ float: left; width: 20%; box-sizing: border-box; padding: 0 10px;}
.section4 .bot_box a,
.section4 .bot_box span{ display: block;}
.section4 .bot_box .pic{ position: relative;}
.section4 .bot_box .img{ overflow: hidden;}
.section4 .bot_box .tet{ position: absolute; left: 0; bottom: 0; width: 100%; box-sizing: border-box; padding: 0 15px 10px; font-size: 12px; font-weight: bold; color: #fff; text-transform: uppercase;}
.section4 .bot_box .tet .num{ font-size: 40px;}
.section4 .bot_box .text{ padding: 30px 16px; position: relative; color: #333; font-weight: bold; line-height: 2;}
.section4 .bot_box .text::before{ content: " "; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: linear-gradient(to right, #ba1b15, transparent); transition: all 0.4s;}
.section4 .bot_box a:hover{ box-shadow: 0 0 24px #e2e2e2;}
.section4 .bot_box a:hover .text::before{ background: #ba1b15;}

.section5{ background: url(../images/in_img7.jpg) no-repeat center; background-size: cover; padding-top: 10%; position: relative;}
.section5 .top{ text-align: center; color: #fff;}
.section5 .top .down{ animation: down 1.5s linear infinite;}
.section5 .top .down span{ display: inline-block; width: 38px; height: 38px; border-radius: 38px; line-height: 38px; background: rgba(255,255,255,0.3); color: #fff; transform: rotate(90deg); font-family: "宋体";}
@keyframes down{
    0% {
		transform: translateY(0) ;
    }
    25% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        ransform: translateY(10px) ;
    }
    100% {
        transform: translateY(0) ;
    }
}
.section5 .top .tet{ font-size: 50px; color: rgba(255,255,255,0.5); text-transform: uppercase; padding-top: 80px;}
.section5 .top .tit{ font-size: 48px; font-weight: bold; padding: 40px 0 10px;}
.section5 .top .bg{ display: inline-block; width: 178px; height: 4px; background: #ba1b15;}
.section5 .top .txt{ font-size: 24px; padding-top: 30px;}
.section5 .bot{ position: absolute; left: 0; bottom: 0; width: 101%; background: url(../images/in_img8.jpg) no-repeat center; background-size: cover; height: 45%; box-sizing: border-box; padding: 140px 0px 0; margin: 0 -10px;}
.section5 .bot .input_box{ width: 30%; float: left; height: 60px; line-height: 60px; box-sizing: border-box; padding: 0 10px;}
.section5 .bot .input_box span{ display: block; height: 100%; background: #fff; border: 2px solid #b5b5b5; box-sizing: border-box; padding: 0 20px;}
.section5 .bot .input_box input{ width: 100%; height: 100%; font-size: 18px;}
.section5 .bot .button_box{ width: 10%; float: left; box-sizing: border-box; padding: 0 10px; height: 60px;}
.section5 .bot .button_box span{ display: block; height: 100%;}
.section5 .bot .button_box button{ width: 100%; height: 100%; color: #fff; background: #cf1e17; font-size: 20px; border: none; cursor: pointer;}
.section5 .bot .button_box button:hover{ background: #ba1b15;}

.section6{ background: #f8f9fc; padding-top: 60px;}
.section6 .top{ padding-top: 40px;}
.section6 .top .pic{ width: 610px; float: left;}
.section6 .top .pic img{ width: 100%;}
.section6 .top .text_con{ position: relative; background: #fff; margin: 20px 0 0  570px; padding: 30px 45px;}
.section6 .top .text_con::before{ content: "HUANGWEILING"; position: absolute; left: 50px; top: 50px; font-size: 60px; color: #f8f9fc;}
.section6 .top .text_con .box{ position: relative; z-index: 1;}
.section6 .top .text_con .tit{ font-size: 36px; font-weight: bold;}
.section6 .top .text_con .tit span{ display: inline-block; border-bottom: 5px solid #cf1e17; padding-bottom: 10px;}
.section6 .top .text_con .tet{ font-size: 16px; line-height: 24px; padding-top: 10px;}
.section6 .top .text_con .tit2{ font-size: 24px; padding-top: 20px;}
.section6 .bot{ padding-top: 40px;}
.section6 .bot .left{ width: 34%; float: left; box-sizing: border-box; padding-right: 20px;}
.section6 .bot .left .box{ background: #fff; border-left: 5px solid #ba1b15; padding: 10px 20px 20px; position: relative;}
.section6 .bot .left .tit{ font-size: 24px; padding-bottom: 10px;}
.section6 .bot .left .tet{ font-size: 16px; line-height: 2;}
.section6 .bot .left .more{ position: absolute; right: 20px; top: 14px;}
.section6 .bot .left .more a{ font-size: 12px; color: #ba1b15;}
.section6 .bot .left .more a:hover{ color: #f60;}
.section6 .bot ul{ float: left; width: 66%; margin: 0 -10px;}
.section6 .bot li{ float: left; width: 25%; padding: 0 10px; box-sizing: border-box;}
.section6 .bot li a,
.section6 .bot li span{ display: block;}
.section6 .bot li a{ position: relative; color: #333;}
.section6 .bot li .pic{ overflow: hidden;}
.section6 .bot li .pic img{ width: 100%;}
.section6 .bot li .text{ position: absolute; left: 0; bottom: 0; background: rgba(255,255,255,0.3); width: 100%; box-sizing: border-box; padding: 10px 5px; text-align: center;}

.section7{ padding-top: 80px; position: relative;}
.section7 .content{ position: absolute; height: 70%; width: 100%; left: 0; bottom: 0;}
.section7 .content .con_l,
.section7 .content .con_r{ width: 50%; float: left; height: 100%;}
.section7 .content .con_l{ background: #196dca; text-align: right;}
.section7 .content .con_l .box{ width: 700px; display: inline-block; text-align: left; color: #fff; padding-right: 40px; box-sizing: border-box;}
.section7 .content .con_l .tit{ font-size: 48px; padding: 50px 0;}
.section7 .content .con_l .txt{ font-size: 16px; line-height: 1.8;}
.section7 .content .con_r{ background: url(../images/in_img11.jpg) no-repeat center; background-size: cover;}
.section7 .content .con_r .box{ width:700px; height: 100%; display: flex; justify-content: center; align-items: center;}
.section7 .content .con_r ul{ margin: 0 -10px; width: 100%; box-sizing: border-box; padding: 0 70px 0 90px;}
.section7 .content .con_r li{ padding: 10px; box-sizing: border-box; float: left; width: 50%;}
.section7 .content .con_r a,
.section7 .content .con_r span{ display: block;}
.section7 .content .con_r a{ border: 2px solid #fff; width: 100%; color: #fff; text-align: right; padding: 100px 20px 20px; box-sizing: border-box; font-weight: bold; position: relative;}
.section7 .content .con_r .cn{ font-size: 24px;}
.section7 .content .con_r .li1 a{ background: url(../images/in_img12.png) no-repeat 20px 20px;}
.section7 .content .con_r .li2 a{ background: url(../images/in_img13.png) no-repeat 20px 20px;}
.section7 .content .con_r .li3 a{ background: url(../images/in_img14.png) no-repeat 20px 20px;}
.section7 .content .con_r .li4 a{ background: url(../images/in_img15.png) no-repeat 20px 20px;}
.section7 .content .con_r a:hover{ background-color: rgba(25,109,202,0.7);}

.section8{ background: url(../images/in_img16.jpg) no-repeat center; background-size: cover; padding-top: 80px;}
.section8 .box{ padding: 50px 120px 40px; position: relative;}
.section8 li a,
.section8 li span{ display: block;}
.section8 .li_box{ color: #333;}
.section8 .li_box .pic{ overflow: hidden;}
.section8 .li_box .pic img{ width: 100%;}
.section8 .li_box .text_con{ background: #fff; border-bottom: 3px solid #cf1e17; padding: 26px 30px;}
.section8 .li_box .text_con .tit{ font-size: 20px; font-weight: bold; padding-bottom: 10px; transition: all 0.4s;}
.section8 .li_box:hover .text_con .tit{ color: #cf1e17;}
.section8 .li_box .text_con .tet{ font-size: 16px; padding-bottom: 30px;}
.section8 .li_box .text_con .bot{ display: flex; justify-content: space-between;}
.section8 .li_box .text_con .more{ color: #cf1e17;}
.section8 .li_box .text_con .date{ color: #b5b5b5;}
.section8 .swiper-button-prev, 
.section8 .swiper-button-next{ background: #cf1e17; font-family: "宋体"; color: #fff; width: 38px; height: 38px; text-align: center; line-height: 38px; border-radius: 100%; font-size: 24px;}
.section8 .swiper-button-next.swiper-button-disabled, 
.section8 .swiper-button-prev.swiper-button-disabled{ background: #b5b5b5; opacity: 1;}

.in_more{ text-align: center;}
.in_more a{ display: inline-block; border: 1px solid #cf1e17; padding: 18px 80px; color: #cf1e17; font-size: 16px;}
.in_more a:hover{ background: #cf1e17; color: #fff;}

.section9{ padding-top: 80px;}
.section9 .content{ padding-top: 60px; position: relative;}
.section9 .con_l{ margin-right: 600px; box-sizing: border-box;}
.section9 .con_l{ padding-right: 100px;}
.section9 .tab_click li{ display: inline-block; padding-right: 40px;}
.section9 .tab_click a{ font-size: 26px; color: #666; padding-bottom: 10px; display: block;}
.section9 .tab_click .on a{ padding-bottom: 8px; border-bottom: 2px solid #cf1e17; color: #333;}
.section9 .con_l .tet{ padding-top: 14px; line-height: 24px;}
.section9 .con_l .num_list{ display: flex; justify-content: space-between; padding: 40px 0; font-size: 24px; color: #666;}
.section9 .con_l .num_list span{ display: block;}
.section9 .con_l .num_list .num{ font-weight: bold; font-size: 56px;}
.section9 .con_l .num_list .num em{ font-style: normal;}
.section9 .con_l .num_list .num i{ font-size: 40px;}
.section9 .con_l .news_list .tit{ font-size: 24px; font-weight: bold; padding-bottom: 20px;}
.section9 .con_l .news_list .list{ height: 140px; overflow: hidden;}
.section9 .con_l .news_list .list a{ display: inline-block; position: relative; padding-left: 24px; color: #666;}
.section9 .con_l .news_list .list a::before{ content: " "; position: absolute; left: 10px; top: 6px; width: 6px; height: 6px; background: #cf1e17; border-radius: 6px;}
.section9 .con_l .news_list .list a:hover{ color: #cf1e17;}
.section9 .con_l .btn{ margin-top: 50px;}
.section9 .con_l .btn a{ padding: 14px 50px; background: #cf1e17; color: #fff; font-size: 20px; font-weight: bold; display: inline-block;}
.section9 .con_l .btn a:hover{ background: #ba1b15;}

.section9 .iph_con_r{ display: none;}
.section9 .iph_con_r img{ width: 100%;}

.section9 .con_r{ text-align: center;}

.section9 .con_r{ width: 600px; height: 423px; box-sizing: border-box; position: absolute; bottom: 50px; right: 0; background: url(../images/in_img18a.jpg) no-repeat center; background-size: 100%;}
.section9 .con_r .box{ width: 100%; height: 100%;}
.section9 .con_r li{ position: absolute; cursor: pointer;}
.section9 .con_r li .text{ font-size: 12px; width: 200px; position: absolute; left: 0; top: -100px; margin-left: -80px; height: 100px; transition: all 0.4s; overflow: hidden;transform: scale(0);}
.section9 .con_r li .text span{ display: block; padding: 20px; background: #fff; border: 1px solid #cf1e17; border-radius: 5px; box-sizing: border-box;}
@media screen and (min-width: 1201px){
    .section9 .con_r li:hover .text{ height: 100px;transform: scale(1);}
}
.section9 .con_r .li1{ width: 21px; height: 15px; left: 359px; top: 155px;}
.section9 .con_r .li2{ width: 43px; height: 38px; left: 437px; top: 51px;}
.section9 .con_r .li3{ width: 32px; height: 18px; left: 439px; top: 106px;}
.section9 .con_r .li4{ width: 32px; height: 23px; left: 411px; top: 127px;}
.section9 .con_r .li5{ width: 16px; height: 13px; left: 377px; top: 165px;}
.section9 .con_r .li6{ width: 62px; height: 22px; left: 292px; top: 136px;}
.section9 .con_r .li7{ width: 29px; height: 16px; left: 352px; top: 176px;}
.section9 .con_r .li8{ width: 32px; height: 22px; left: 372px; top: 193px;}
.section9 .con_r .li9{ width: 28px; height: 38px; left: 322px; top: 176px;}
.section9 .con_r .li10{ width: 39px; height: 21px; left: 329px; top: 222px;}
.section9 .con_r .li11{ width: 18px; height: 18px; left: 422px; top: 245px;}
.section9 .con_r .li12{ width: 18px; height: 31px; left: 402px; top: 233px;}
.section9 .con_r .li13{ width: 24px; height: 38px; left: 376px; top: 243px;}
.section9 .con_r .li14{ width: 50px; height: 25px; left: 322px; top: 257px;}
.section9 .con_r .li15{ width: 24px; height: 32px; left: 405px; top: 270px;}
.section9 .con_r .li16{ width: 30px; height: 32px; left: 357px; top: 288px;}
.section9 .con_r .li17{ width: 26px; height: 30px; left: 389px; top: 206px;}
.section9 .con_r .li18{ width: 24px; height: 44px; left: 427px; top: 320px;}
.section9 .con_r .li19{ width: 28px; height: 31px; left: 387px; top: 308px;}
.section9 .con_r .li20{ width: 46px; height: 32px; left: 280px; top: 340px;}
.section9 .con_r .li21{ width: 42px; height: 16px; left: 338px; top: 343px;}
.section9 .con_r .li22{ width: 22px; height: 12px; left: 360px; top: 360px;}
.section9 .con_r .li23{ width: 28px; height: 12px; left: 328px; top: 362px;}
.section9 .con_r .li24{ width: 35px; height: 20px; left: 302px; top: 393px;}
.section9 .con_r .li25{ width: 40px; height: 36px; left: 315px; top: 289px;}
.section9 .con_r .li26{ width: 22px; height: 22px; left: 281px; top: 175px;}
.section9 .con_r .li27{ width: 35px; height: 28px; left: 282px; top: 223px;}
.section9 .con_r .li28{ width: 27px; height: 17px; left: 276px; top: 275px;}
.section9 .con_r .li29{ width: 40px; height: 28px; left: 264px; top: 305px;}
.section9 .con_r .li30{ width: 22px; height: 37px; left: 252px; top: 200px;}
.section9 .con_r .li31{ width: 62px; height: 43px; left: 212px; top: 250px;}
.section9 .con_r .li32{ width: 54px; height: 37px; left: 202px; top: 312px;}
.section9 .con_r .li33{ width: 98px; height: 37px; left: 148px; top: 187px;}
.section9 .con_r .li34{ width: 82px; height: 97px; left: 82px; top: 70px;}
.section9 .con_r .li35{ width: 122px; height: 42px; left: 82px; top: 250px;}


.section10{ background: #f7faff; padding-top: 80px;}
.section10 .tab_click{ padding: 40px 0; text-align: center;}
.section10 .tab_click li{ display: inline-block; padding: 0 20px;}
.section10 .tab_click a{ display: block; font-size: 24px; color: #666; padding-bottom: 10px; border-bottom: 3px solid #b5b5b5;}
.section10 .tab_click .on a{ border-color: #cf1e17; color: #cf1e17;}
.section10 .none{ display: none;}
.section10 .content{ padding-bottom: 40px;}
.section10 .con_l{ float: left; width: 38%; box-sizing: border-box; padding-right: 20px;}
.section10 .con_l .li_box a,
.section10 .con_l .li_box span{ display: block;}
.section10 .con_l .li_box{ color: #333;}
.section10 .con_l .li_box .pic{ overflow: hidden;}
.section10 .con_l .li_box .pic img{ width: 100%;}
.section10 .con_l .li_box .text_con{ background: #fff; border-bottom: 3px solid #cf1e17; padding: 26px 30px;}
.section10 .con_l .li_box .text_con .tit{ font-size: 20px; font-weight: bold; padding-bottom: 10px; transition: all 0.4s;}
.section10 .con_l .li_box:hover .text_con .tit{ color: #cf1e17;}
.section10 .con_l .li_box .text_con .tet{ font-size: 16px; padding-bottom: 30px;}
.section10 .con_l .li_box .text_con .bot{ display: flex; justify-content: space-between;}
.section10 .con_l .li_box .text_con .more{ color: #cf1e17;}
.section10 .con_l .li_box .text_con .date{ color: #b5b5b5;}
.section10 .con_r{ float: left; width: 60%; box-sizing: border-box; padding-left: 20px;}
.section10 .con_r ul{ position: relative;}
.section10 .con_r ul::before{ content: " "; position: absolute; left: 73px; top: 10px; width: 1px; height: 100%; border-left: 1px dashed #cf1e17;}
.section10 .con_r li{ padding-bottom: 50px;}
.section10 .con_r li:last-child{ padding-bottom: 0;}
.section10 .con_r .date{ width: 58px; height: 66px; background: url(../images/in_icon8.png) no-repeat center; background-size: cover; text-align: center; font-size: 12px; color: #fff; float: left;}
.section10 .con_r .date .p1{ font-size: 36px; line-height: 1.2;}
.section10 .con_r .text_con{ margin-left: 60px; padding-left: 26px; position: relative;}
.section10 .con_r .text_con::before{ content: " "; position: absolute; left: 10px; top: 10px; width: 6px; height: 6px; border-radius: 6px; background: #cf1e17;}
.section10 .con_r .text_con .tit span{ display: inline-block; font-size: 12px; background: #cf1e17; color: #fff; padding: 2px 10px;}
.section10 .con_r .text_con .tit a{ font-size: 20px; color: #333;}
.section10 .con_r .text_con .tit a:hover{ color: #cf1e17;}
.section10 .con_r .text_con .tet{ font-size: 16px; color: #666; padding-top: 10px;}

.section11 .con_t{ height: 50%; background: url(../images/in_img19.jpg) no-repeat center; background-size: cover; display: flex; align-items: center; color: #fff;}
.section11 .con_t .tit{ font-size: 48px; font-weight: bold;}
.section11 .con_t .txt{ font-size: 24px; font-weight: bold; padding: 20px 0;}
.section11 .con_t .tet{ font-size: 24px; font-weight: 300; padding-bottom: 40px; text-transform: uppercase;}
.section11 .con_t .btn a{ display: inline-block; border: 1px solid #fff; color: #fff; padding: 10px 30px;}
.section11 .con_t .btn a:hover{ background: #fff; color: #cf1e17;}

.footer{ background: #464646; height: 50%; color: #fff;}
.footer .top{ padding: 60px 0 30px;}
.footer .top .logo,
.footer .top .tel,
.footer .top .nav,
.footer .top .ewm{ float: left; box-sizing: border-box;}
.footer .top .logo{ width: 16%; padding-right: 60px;}
.footer .top .logo img{ width: 100%;}
.footer .top .tel{ width: 16%; padding: 0 20px;}
.footer .top .tel span{ display: block;}
.footer .top .tel .p2{ font-size: 12px;}
.footer .top .tel .p3{ font-size: 24px; font-weight: bold; padding: 20px 0;}
.footer .top .tel .btn a{ display: inline-block; padding: 6px 20px; background: #cf1e17; color: #fff; border-radius: 20px; font-size: 12px;}
.footer .top .tel .btn a:hover{ background: #196dca;}
.footer .top .nav{ width: 42%; padding: 0 50px 0 20px;}
.footer .top .nav dl{ width: 25%; float: left;}
.footer .top .nav a{ display: block;}
.footer .top .nav a:hover{ color: #cf1e17;}
.footer .top .nav dt{ padding-bottom: 20px;}
.footer .top .nav dt a{ color: #fff;}
.footer .top .nav dd{ padding: 4px 0;}
.footer .top .nav dd a{ color: #fff; color: #7a7a7a;}
.footer .top .ewm{ width: 12%;}
.footer .top .ewm span{ display: block; text-align: center;}
.footer .top .ewm .pic img{ max-width: 100%;}
.footer .top .ewm .p1{ font-size: 17px; font-weight: bold; padding-top: 20px;}
.footer .link .con{ padding-top: 5px;}
.footer .link a{ font-size: 12px; font-weight: 300; color: #e4e4e4; margin: 5px 20px 5px 0;}
.footer .link a:hover{ color: #cf1e17;}
.footer .bot{ padding-top: 35px; text-align: center; color: #7a7a7a;}
.footer .bot span{ padding: 0 35px;}


/*入场动画-首页*/
@media screen and (min-width: 1201px){
    .header{ opacity: 0; transform: translateY(-30px); transition: all 1s 0s;}
	.active2 .header{ opacity: 1; transform: translateY(0);}

    .section1 .text_con .tit,
    .section1 .text_con .txt,
    .section1 .text_con .tet{ opacity: 0; transform: translateX(30px);}
    .section1 .text_con .tit{ transition: all 1s 0.2s;}
    .section1 .text_con .txt{ transition: all 1s 0.3s;}
    .section1 .text_con .tet{ transition: all 1s 0.4s;}
    .section1.active2 .text_con .tit,
    .section1.active2 .text_con .txt,
    .section1.active2 .text_con .tet{ opacity: 1; transform: translateX(0);}
    .section2 .li_box:hover{ box-shadow: 0 0 20px rgba(0,0,0,0.1);}

    .in_title1 .tit,
    .in_title1 .tit::after,
    .in_title1 .txt{ opacity: 0; transform: translateY(-30px);}
    .in_title1 .tit{ transition: all 1s 0.4s;}
    .in_title1 .tit::after{ transition: all 1s 0.6s;}
    .in_title1 .txt{ transition: all 1s 0.8s;}
    .active .in_title1 .tit,
    .active .in_title1 .tit::after,
    .active .in_title1 .txt{ opacity: 1; transform: translateY(0);}
    .in_title1 .tit::before{ transform: scale(0); transition: all 1s 1s;}
    .active .in_title1 .tit::before{ transform: scale(1);}
    .section2 .swiper-container{ opacity: 0; transform: scale(0.6); transition: all 1s 1s;}
    .section2.active .swiper-container{ opacity: 1; transform: scale(1);}

    .section3 .top .tet,
    .section3 .top .tit,
    .section3 .top .btn,
    .section3 .li_box .icon,
    .section3 .li_box .txt,
    .section3 .li_box .btn,
    .section3 .btn_box{ opacity: 0; transform: translateY(30px);}
    .section3 .top .tet{ transition: all 1s 0.2s;}
    .section3 .top .tit{ transition: all 1s 0.4s;}
    .section3 .top .btn{ transition: all 1s 0.6s;}
    .section3 .li_box .icon{ transition: all 1s 0.8s;}
    .section3 .li_box .txt{ transition: all 1s 1s;}
    .section3 .li_box .btn{ transition: all 1s 1.2s;}
    .section3 .btn_box{ transition: all 1s 1.4s;}
    .section3.active .top .tet,
    .section3.active .top .tit,
    .section3.active .top .btn,
    .section3.active .li_box .icon,
    .section3.active .li_box .txt,
    .section3.active .li_box .btn,
    .section3.active .btn_box{ opacity: 1; transform: translateY(0);}

    .section4 .in_title2{ opacity: 0; transform: translateY(-30px); transition: all 1s 0.2s;}
    .section4.active .in_title2{ opacity: 1; transform: translateY(0);}
    .section4 .top{ opacity: 0; transform: translateY(30px); transition: all 1s 0.4s;}
    .section4.active .top{ opacity: 1; transform: translateY(0);}
    .section4 .bot_box .list{ opacity: 0; transform: translateY(30px);}
    .section4 .bot_box .list:nth-child(1){ transition: all 1s 0.6s;}
    .section4 .bot_box .list:nth-child(2){ transition: all 1s 0.7s;}
    .section4 .bot_box .list:nth-child(3){ transition: all 1s 0.8s;}
    .section4 .bot_box .list:nth-child(4){ transition: all 1s 0.9s;}
    .section4 .bot_box .list:nth-child(5){ transition: all 1s 1s;}
    .section4.active .bot_box .list{ opacity: 1; transform: translateY(0);}

    .section5 .top .down,
    .section5 .top .tet,
    .section5 .top .tit,
    .section5 .top .bg,
    .section5 .top .txt{ opacity: 0; transform: translateY(-30px);}
    .section5 .top .down{ transition: all 1s 0.2s;}
    .section5 .top .tet{ transition: all 1s 0.4s;}
    .section5 .top .tit{ transition: all 1s 0.6s;}
    .section5 .top .bg{ transition: all 1s 0.8s;}
    .section5 .top .txt{ transition: all 1s 1s;}
    .section5.active .top .down,
    .section5.active .top .tet,
    .section5.active .top .tit,
    .section5.active .top .bg,
    .section5.active .top .txt{ opacity: 1; transform: translateY(0);}
    .section5 .bot{ opacity: 0; transform: translateY(200px); transition: all 1s 1.2s;}
    .section5.active .bot{ opacity: 1; transform: translateY(0);}

    .section6 .in_title2{ opacity: 0; transform: translateY(-30px); transition: all 1s 0.2s;}
    .section6.active .in_title2{ opacity: 1; transform: translateY(0);}
    .section6 .top .pic{ opacity: 0; transform: translateX(-30px); transition: all 1s 0.4s;}
    .section6 .top .text_con{ opacity: 0; transform: translateX(30px); transition: all 1s 0.6s;}
    .section6.active .top .pic,
    .section6.active .top .text_con{ opacity: 1; transform: translateX(0);}
    .section6 .bot .left,
    .section6 .bot li{ opacity: 0; transform: translateY(30px);}
    .section6 .bot .left{ transition: all 1s 0.8s;}
    .section6 .bot li:nth-child(1){ transition: all 1s 1s;}
    .section6 .bot li:nth-child(2){ transition: all 1s 1.2s;}
    .section6 .bot li:nth-child(3){ transition: all 1s 1.4s;}
    .section6 .bot li:nth-child(4){ transition: all 1s 1.6s;}

    .section6.active .bot .left,
    .section6.active .bot li{ opacity: 1; transform: translateY(0);}

    .section7 .content .con_l, 
    .section7 .content .con_r{ opacity: 0; transition: all 1s 1s;}
    .section7 .content .con_l{ transform: translateX(-30px);}
    .section7 .content .con_r{ transform: translateX(30px);}
    .section7.active .content .con_l, 
    .section7.active .content .con_r{ opacity: 1; transform: translateX(0);}
    .section7 .content .con_l .tit{ opacity: 0; transform: translateY(30px); transition: all 1s 1.2s;}
    .section7.active .content .con_l .tit{ opacity: 1; transform: translateY(0);}
    .section7 .content .con_l .txt{ opacity: 0; transform: translateY(30px); transition: all 1s 1.4s;}
    .section7.active .content .con_l .txt{ opacity: 1; transform: translateY(0);}

    .section8 .in_title2{ opacity: 0; transform: translateY(-30px); transition: all 1s 0.2s;}
    .section8.active .in_title2{ opacity: 1; transform: translateY(0);}
    .section8 .box{ opacity: 0; transform: scale(0.6); transition: all 1s 1s;}
    .section8.active .box{ opacity: 1; transform: scale(1);}

    .section8 .in_more{ opacity: 0; transform: translateY(30px); transition: all 1s 1s;}
    .section8.active .in_more{ opacity: 1; transform: translateY(0);}

    .section9 .in_title1{ opacity: 0; transform: translateY(-30px); transition: all 1s 0.2s;}
    .section9.active .in_title1{ opacity: 1; transform: translateY(0);}
    .section9 .content .con_l, 
    .section9 .content .con_r{ opacity: 0; transition: all 1s 0.4s;}
    .section9 .content .con_l{ transform: translateX(-30px);}
    .section9 .content .con_r{ transform: translateX(30px);}
    .section9.active .content .con_l, 
    .section9.active .content .con_r{ opacity: 1; transform: translateX(0);}

    .section10 .in_title2{ opacity: 0; transform: translateY(-30px); transition: all 1s 0.2s;}
    .section10.active .in_title2{ opacity: 1; transform: translateY(0);}
    .section10 .tab_click{ opacity: 0; transform: translateY(30px); transition: all 1s 0.2s;}
    .section10.active .tab_click{ opacity: 1; transform: translateY(0);}
    .section10 .content .con_l{ transform: translateX(-30px); opacity: 0; transition: all 1s 0.4s;}
    .section10.active .content .con_l{ opacity: 1; transform: translateX(0);}
    .section10 .con_r li{ opacity: 0; transform: translateY(30px);}
    .section10 .con_r li:nth-child(1){ opacity: 0; transition: all 1s 0.4s;}
    .section10 .con_r li:nth-child(2){ opacity: 0; transition: all 1s 0.6s;}
    .section10 .con_r li:nth-child(3){ opacity: 0; transition: all 1s 0.8s;}
    .section10 .con_r li:nth-child(4){ opacity: 0; transition: all 1s 1s;}
    .section10.active .con_r li{ opacity: 1; transform: translateY(0);}
    .section10 .in_more{ opacity: 0; transform: translateY(30px); transition: all 1s 1.2s;}
    .section10.active .in_more{ opacity: 1; transform: translateY(0);}

    .section11 .con_t{ opacity: 0; transform: translateY(-30px); transition: all 1s 0.2s;}
    .section11.active .con_t{ opacity: 1; transform: translateY(0);}

    .section11 .con_t .tit,
    .section11 .con_t .txt,
    .section11 .con_t .tet,
    .section11 .con_t .btn{ opacity: 0; transform: translateY(30px);}
    .section11 .con_t .tit{ transition: all 1s 0.4s;}
    .section11 .con_t .txt{ transition: all 1s 0.6s;}
    .section11 .con_t .tet{ transition: all 1s 0.8s;}
    .section11 .con_t .btn{ transition: all 1s 1s;}
    .section11.active .con_t .tit,
    .section11.active .con_t .txt,
    .section11.active .con_t .tet,
    .section11.active .con_t .btn{ opacity: 1; transform: translateY(0);}

    .section11 .con_b{ opacity: 0; transform: translateY(30px); transition: all 1s 0.4s;}
    .section11.active .con_b{ opacity: 1; transform: translateY(0);}


}


/* 栏目页公用 */
.lm_header{ height: 60px; background: #252c3b;}
.lm_header .logo{ float: left;}
.lm_header .nav{ float: right; margin-top: 20px;}
.lm_header .nav li{ float: left; padding-left: 60px;}
.lm_header .nav a{ color: #fff; font-size: 16px; position: relative; padding-bottom: 10px; display: block;}
.lm_header .nav a::before{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #fff; transform: scale(0); transition: 0.4s;}
.lm_header .nav .on a:before,
.lm_header .nav a:hover:before{ transform: scale(1);}

.lm_footer{ padding-bottom: 30px; height: auto;}

.lm_banner{ height: 557px; padding-top: 160px; background-repeat: no-repeat; background-position: center; background-size: cover; box-sizing: border-box;}
.lm_banner .tet,
.lm_banner .tit{ margin-left: 120px; color: #fff; padding-bottom: 40px; font-weight: bold;}
.lm_banner .tet{ font-size: 80px;}
.lm_banner .tit{ font-size: 60px; position: relative;}
.lm_banner .tit::before{ content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 10px; background: #fff;}

.lm_mbx{ background: url(../images/lm_icon-1.png) no-repeat right center; padding: 24px 0 20px; border-bottom: 2px solid #e5e5e5; font-size: 16px;}
.lm_mbx a{ color: #666;}
.lm_mbx a:hover,
.lm_mbx a.on{ color: #cf1e17;}
.lm_mbx span{ padding: 0 10px;}

.lm_pic{ overflow: hidden; display: block;}
.lm_pic img{ width: 100%;}

.lm_page{ text-align: center;}
.lm_page a{ background: #fff; border: 1px solid #b5b5b5; padding: 4px 8px; margin: 0 4px; color: #666; display: inline-block;}
.lm_page a:hover,
.lm_page a.Pmodern{ border-color: #cf1e17; background: #cf1e17; color: #fff;}

/* 案例列表 */
.lm_allist{ padding-bottom: 90px;}
.lm_allist ul{ margin: 0 -10px; padding-bottom: 60px;}
.lm_allist li{ float: left; width: 33.3%; box-sizing: border-box; padding: 16px 10px;}
.lm_allist .li_box,
.lm_allist .li_box span{ display: block; transition: all 0.4s;}
.lm_allist .li_box .text{ background: #f8f9fc; border-bottom: 2px solid #d9524c; color: #b5b5b5; padding: 0 14px; box-sizing: border-box; height: 140px;}
.lm_allist .li_box .tit{ color: #333; font-size: 16px; font-weight: 400; padding: 30px 0 6px;}
.lm_allist .li_box .tet{ position: relative; margin: 6px 0; background: url(../images/lm_allist-icon1.png) no-repeat left center; padding-left: 20px; height: 20px; overflow: hidden;}
.lm_allist .li_box .tet2{ background-image: url(../images/lm_allist-icon2.png);}
.lm_allist .li_box:hover{ box-shadow: 0 0 24px #e2e2e2;}
.lm_allist .li_box:hover .text{ background: #fff;}

/* 发展历程 */
.lm_left{ float: left; width: 335px; padding: 20px 0;}
.lm_left li{ margin-bottom: 10px;}
.lm_left a{ display: block; line-height: 70px; background: #f3f3f3; font-size: 16px; color: #333; text-align: center; position: relative; overflow: hidden;}
.lm_left a::before{ content: ">"; position: absolute; right: 20px; top: 0; line-height: 70px; color: #fff; font-family: "宋体"; font-size: 18px; opacity: 0; transform: translateX(30px); transition: all 0.4s;}
.lm_left a:hover,
.lm_left a.on{ color: #fff; background: #cf1e17;}
.lm_left a:hover::before,
.lm_left a.on::before{ opacity: 1; transform: translateX(0);}
.lm_left .lm_tel{ background: url(../images/lm_fzlc-img2.jpg) no-repeat center; background-size: cover; text-align: center; color: #000; padding: 40px 30px;}
.lm_left .lm_tel span{ display: block;}
.lm_left .lm_tel .txt{ font-size: 30px; font-weight: bold; color: #cf1e17; padding-top: 10px;}

.lm_right{ margin-left: 335px; padding-left: 20px;}

.lm_fzlc{ padding: 60px 0 150px;}
.lm_fzlc ul{ position: relative;}
.lm_fzlc ul::before{ content: " "; position: absolute; left: 50%; top: 0; border-left: 2px dashed #bebebe; width: 1px; height: 100%;}

.lm_fzlc li{ position: relative; width: 50%; margin-left: 50%;}
.lm_fzlc li::before{ content: ""; position: absolute; left: -6px; top: 6px; width: 12px; height: 12px; background: #bebebe; border-radius: 12px}
.lm_fzlc li:hover:before{ animation:lm_fzlc 1.4s infinite; background: #cf1e17;}
@keyframes lm_fzlc{
	0% { box-shadow: 0px 0px 0px 0 rgba(207,30,23,0.4);}
	100% { box-shadow: 0px 0px 0px 10px rgba(207,30,23,0);}
}
.lm_fzlc .li_box{ margin-left: 30px; border: 1px solid #e5e5e5; border-radius: 10px; padding: 20px; transition: all 0.4s; position: relative;}
.lm_fzlc li:hover .li_box{ border-color: #cf1e17;}
.lm_fzlc .li_box::before{ content: ""; position: absolute; left: -9px; top: 10px; width: 9px; height: 15px; background: url(../images/lm_fzlc-icon1.png) no-repeat center;}
.lm_fzlc .li_box::after{ content: ""; position: absolute; left: -9px; top: 10px; width: 9px; height: 15px; background: url(../images/lm_fzlc-icon2.png) no-repeat center; transition: all 0.4s; opacity: 0;}
.lm_fzlc li:hover .li_box::after{ opacity: 1;}
.lm_fzlc .li_box dl{ font-size: 18px; color: #cf1e17; font-weight: bold; padding-bottom: 10px;}
.lm_fzlc .li_box dd{ line-height: 30px; padding-left: 20px; position: relative;}
.lm_fzlc .li_box dd::before{ content: ""; position: absolute; left: 0; top: 12px; width: 7px; height: 7px; border-radius: 7px; background: #666;}
.lm_fzlc li.li2{ margin-left: 0;}
.lm_fzlc li.li2::before{ left: auto; right: -6px;}
.lm_fzlc li.li2 .li_box{ margin-left: 0; margin-right: 30px;}
.lm_fzlc li.li2 .li_box::before{ left: auto; right: -9px; background-image: url(../images/lm_fzlc-icon3.png);}
.lm_fzlc li.li2 .li_box::after{ left: auto; right: -9px; background-image: url(../images/lm_fzlc-icon4.png);}
.lm_fzlc li.li2 .li_box dl{ text-align: right;}


/* 创始人 */
.lm_csr{ padding: 20px 0 40px;}
.lm_csr .part1 .pic{ width: 44%; float: left; padding-right: 45px; box-sizing: border-box;}
.lm_csr .part1 .pic img{ width: 100%;}
.lm_csr .part1 .yd_pic{ display: none;}
.lm_csr .part1 .text{ position: relative;}
.lm_csr .part1 .tet{ position: relative; display: inline-block;}
.lm_csr .part1 .tet::before{ content: "HUANGWEILING"; position: absolute; left: 0; top: 60px; color: #f8f9fc; font-size: 60px; font-weight: bold;}
.lm_csr .part1 .tet .box{ position: relative;}
.lm_csr .part1 .tit{ font-size: 36px; font-weight: bold;}
.lm_csr .part1 .tit span{ display: inline-block; padding: 20px 0 10px; border-bottom: 4px solid #cf1e17;}
.lm_csr .part1 .p1{ line-height: 24px; font-size: 16px; color: #cf1e17; padding-top: 16px; position: relative;}
.lm_csr .part1 .p2{ line-height: 24px; font-size: 16px;}
.lm_csr .part1 .txt{ line-height: 30px; padding-top: 20px;}
.lm_csr .part2{ line-height: 30px;}
.lm_csr .part2 .tit{ font-size: 24px; padding: 40px 0 24px;}
.lm_csr .part2 li{ margin-bottom: 30px;}
.lm_csr .part2 span{ display: block;}
.lm_csr .part2 .date{ width: 140px; box-sizing: border-box; padding-right: 30px; font-size: 24px; color: #cf1e17; text-align: right; position: relative; float: left;}
.lm_csr .part2 .date::before{ content: ""; position: absolute; right: 10px; top: 50%; width: 12px; height: 2px; background: #c2c2c2;}
.lm_csr .part2 .txt{ margin-left: 140px;}


/* 关于元甲 */
.lm_title{ font-size: 18px; position: relative; padding-bottom: 10px;}
.lm_title .en{ font-size: 14px; color: #666; padding-left: 10px; text-transform: uppercase;}
.lm_title::before{ content: ""; position: absolute; left: 0; bottom: 0; width: 5px; height: 3px; background: #cf1e17;}
.lm_title::after{ content: ""; position: absolute; left: 7px; bottom: 0; width: 200px; height: 3px; background: linear-gradient(to right, #ba1b15, transparent);}

.lm_gyyj_part1{ padding: 20px 0 60px; line-height: 30px;}
.lm_gyyj_part1 img{ max-width: 100%;}

.lm_gyyj_part2 ul{ padding: 40px 0 60px;}
.lm_gyyj_part2 li{ padding-bottom: 24px;}
.lm_gyyj_part2 .tit{ font-weight: bold; color: #cf1e17; padding-bottom: 4px;}
.lm_gyyj_part2 .tet{ font-weight: bold; color: #b5b5b5; padding-bottom: 10px; position: relative;}
.lm_gyyj_part2 .tet::before{ content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 3px; background: #c8c7c7;}
.lm_gyyj_part2 .txt{ line-height: 30px; padding-top: 4px;}


/* 联系我们 */
.lm_lxwm .pic{ padding: 30px; background: #f8f9fc; margin: 20px 0 30px;}
.lm_lxwm .pic img{ width: 100%;}
.lm_lxwm .text{ box-shadow: 0 0 24px #e2e2e2; margin-bottom: 120px; padding: 50px 10px; display: flex; align-items: center; justify-content: space-between;}
.lm_lxwm .text .address,
.lm_lxwm .text .tel{ padding: 0 50px; box-sizing: border-box; display: flex; align-items: center;}
.lm_lxwm .text .address{ width: 57%; border-right: 1px solid #ccc;}
.lm_lxwm .text .tel{ width: 43%;}
.lm_lxwm .text span{ display: block;}
.lm_lxwm .text .icon{ width: 83px;}
.lm_lxwm .text .icon img{ width: 100%;}
.lm_lxwm .text .tet{ padding-left: 35px; font-size: 18px; line-height: 36px;}


/* 图书列表 */
.lm_tslist{ padding: 10px 0 90px;}
.lm_tslist ul{ margin: 0 -10px;}
.lm_tslist li{ float: left; width: 25%; box-sizing: border-box; padding: 10px 10px;}
.lm_tslist .li_box,
.lm_tslist .li_box span{ display: block; transition: all 0.4s;}
.lm_tslist .li_box .text{ background: #f8f9fc; border-bottom: 2px solid #d9524c; color: #b5b5b5; padding: 0 14px; box-sizing: border-box; height: 100px; text-align: center;}
.lm_tslist .li_box .tit{ color: #333; font-size: 16px; font-weight: 400; padding: 30px 0 6px;}
.lm_tslist .li_box .more{ color: #cf1e17; font-size: 12px;}
.lm_tslist .li_box:hover{ box-shadow: 0 0 24px #e2e2e2;}
.lm_tslist .li_box:hover .text{ background: #fff;}


/* 图书详情 */
.lm_tsxq{ position: relative; padding-top: 20px;}
.lm_tsxq .ts_left{ width: 534px; position: absolute; top: 20px;}
.lm_tsxq .ts_left.on{ position: fixed;}

.lm_tsxq .pica_box{ margin-top: 40px; background: #f8f9fc; padding: 10px 0; overflow: hidden; position: relative;}
.lm_tsxq .pica_box .arrow-left,
.lm_tsxq .pica_box .arrow-right{ position: absolute; top: 0; cursor: pointer; height: 100%; width: 40px; text-align: center; font-size: 16px; line-height: 90px; font-family: "宋体";}
.lm_tsxq .pica_box .arrow-left{ left: 0;}
.lm_tsxq .pica_box .arrow-right{ right: 0;}
.lm_tsxq .pica_box .swiper-container{ margin: 0 50px;}
.lm_tsxq #pic_a li{ width: 110px;}
.lm_tsxq #pic_a .li_box{ width: 100px; height: 70px; position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; margin-right: 10px;}
.lm_tsxq #pic_a li .li_box:before{content:""; position:absolute; left:0; top:0; display:inline-block; width:100%; height:100%; border: 2px solid #f00; box-sizing: border-box; background: rgba(0,0,0,0.2); opacity: 0; transition: 0.3s;}
.lm_tsxq #pic_a .swiper-slide-active .li_box:before {opacity: 1;}


.lm_tsxq .ts_right{ margin-left: 534px; padding-left: 56px; padding-bottom: 140px;}
.lm_tsxq .part1{ background: #f8f9fc; padding: 24px 30px 30px;}
.lm_tsxq .part1 .tit{ font-size: 36px; font-weight: bold;}
.lm_tsxq .part1 .tet{ font-size: 18px; font-weight: bold; padding: 15px 0 10px;}
.lm_tsxq .part1 .txt{ color: #666;}
.lm_tsxq .part1 .txt span{ display: inline-block; width: 24%; padding: 5px 0;}
.lm_tsxq .text_con{ padding-top: 46px;}
.lm_tsxq .text_con .text{ padding-top: 28px; line-height: 30px; color: #666;}
.lm_tsxq .text_con .ml_text{ overflow: hidden;}
.lm_tsxq .text_con .all a{ cursor: pointer; color: #cf1e17;}


/* 新闻列表 */
.lm_xwright{ float: right; width: 335px; padding: 100px 0 40px;}
.lm_xwright .lm_hzjm{ background: url(../images/lm_xwlist-img2.jpg) no-repeat center; background-size: cover; text-align: center; color: #000; padding: 60px 30px 0; box-sizing: border-box; height: 222px;}
.lm_xwright .lm_hzjm span{ display: block;}
.lm_xwright .lm_hzjm .tet{ color: #fff; position: relative; padding-bottom: 10px; font-size: 30px; font-weight: bold;}
.lm_xwright .lm_hzjm .tet::before{ content: " "; position: absolute; left: 50%; bottom: 0; width: 40px; height: 2px; margin-left: -20px; background: #fff;}
.lm_xwright .lm_hzjm .btn{ padding-top: 10px;}
.lm_xwright .lm_hzjm .btn a{ display: inline-block; background: #cf1e17; width: 160px; line-height: 50px; color: #fff;}
.lm_xwright .lm_hzjm .btn a:hover{ background: #ba1b15;}
.lm_xwright .xg_list{ margin-top: 30px;}
.lm_xwright .xg_list ul{ margin-top: 20px;}
.lm_xwright .xg_list li{ margin-bottom: 10px;}
.lm_xwright .xg_list .tit a{ font-size: 14px; font-weight: 300; color: #333;}
.lm_xwright .xg_list .tit a:hover{ color: #cf1e17; font-weight: bold;}
.lm_xwright .xg_list .tit i{ font-size: 18px; font-weight: 400; padding-right: 4px;}
.lm_xwright .xg_list .li1 .tit i,
.lm_xwright .xg_list .li2 .tit i,
.lm_xwright .xg_list .li3 .tit i{ color: #cf1e17; font-style: italic;}

.lm_xwright .xg_list .text{ padding: 10px 0;}
.lm_xwright .xg_list .text .pic{ width: 70px; float: left;}
.lm_xwright .xg_list .text .pic img{ width: 100%;}
.lm_xwright .xg_list .text .txt{ margin-left: 80px; font-size: 12px; color: #666;}

.lm_xwleft{ margin-right: 335px; padding-right: 20px;}

.lm_xwlist .tab{ padding: 34px 0 30px;}
.lm_xwlist .tab a{ display: inline-block; width: 100px; line-height: 40px; text-align: center; font-size: 16px; color: #666; background: #eee; margin-right: 20px;}
.lm_xwlist .tab a:hover,
.lm_xwlist .tab a.on{ color: #fff; background: #cf1e17;}

.lm_xwlist{ padding-bottom: 100px;}
.lm_xwlist ul{ padding-bottom: 80px;}
.lm_xwlist li{ margin-bottom: 20px;}
.lm_xwlist .li_box{ padding: 24px 20px 24px 35px; background: #f8f9fc; display: block; position: relative;}
.lm_xwlist .li_box:hover{ background: #fff; box-shadow: 0 0 24px #e2e2e2;}
.lm_xwlist .li_box::before{ content: ""; position: absolute; left: 0; top: 0; width: 2px; height: 0; background: #cf1e17; transition: all 0.4s;}
.lm_xwlist .li_box:hover::before{ height: 100%;}
.lm_xwlist .li_box::after{ content: " "; position: absolute; right: 8px; bottom: 8px; width: 17px; height: 17px; background: url(../images/lm_xwlist-img5.png) no-repeat center; opacity: 0; transition: all 0.4s;}
.lm_xwlist .li_box:hover::after{ opacity: 1;}
.lm_xwlist .li_box span{ display: block; transition: all 0.4s;}
.lm_xwlist .li_box .pic{ width: 300px; float: left; overflow: hidden; position: relative;}
.lm_xwlist .li_box .pic .date{ position: absolute; left: 16px; top: 20px; width: 58px; height: 66px; text-align: center; background: url(../images/lm_xwlist-img4.png) no-repeat center; background-size: cover; color: #fff; font-size: 12px;}
.lm_xwlist .li_box .pic .date .p1{ font-size: 36px; font-weight: bold;}
.lm_xwlist .li_box .text_con{ margin-left: 300px; padding: 10px 0 0 24px;}
.lm_xwlist .li_box .text_con .tit{ font-size: 20px; font-weight: bold; color: #333;}
.lm_xwlist .li_box .text_con .tit i{ font-size: 12px; background: #cf1e17; color: #fff; padding: 2px 10px; margin-right: 10px;}
.lm_xwlist .li_box:hover .text_con .tit{ color: #cf1e17;}
.lm_xwlist .li_box .text_con .tet{ padding-top: 10px; font-size: 16px; color: #666; line-height: 26px;}


/* 新闻详情 */
.lm_xwxq{ padding: 50px 0 100px;}
.lm_xwxq .title{ font-size: 36px; font-weight: bold; line-height: 50px;}
.lm_xwxq .xx{ font-size: 12px; padding: 26px 0;}
.lm_xwxq .xx span{ padding: 0 20px;}
.lm_xwxq .xx i{ color: #cf1e17;}
.lm_xwxq .tet{ background: #f8f9fc; padding: 30px 26px; line-height: 30px;}
.lm_xwxq .txt_con{ padding: 50px 26px 0; line-height: 30px;}
.lm_xwxq .txt_con img{ max-width: 100%;}
.lm_xwxq .next{ padding: 60px 0 50px;}
.lm_xwxq .next a{ margin: 10px 0; padding-left: 30px; color: #666; background: url(../images/lm_xwxq-img1.png) no-repeat left 3px; display: block;}
.lm_xwxq .next a:hover{ color: #cf1e17;}
.lm_xwxq .next a.a2{ background-image: url(../images/lm_xwxq-img2.png);}
.lm_xwxq .recommended ul{ padding-top: 16px; margin: 0 -20px;}
.lm_xwxq .recommended li{  float: left; width: 50%; box-sizing: border-box; padding: 4px 20px;}
.lm_xwxq .recommended a{ display: block; padding-left: 20px; position: relative; font-size: 12px; font-weight: 300; line-height: 30px; color: #333;}
.lm_xwxq .recommended a:hover{ font-size: 14px; font-weight: bold; color: #cf1e17;}
.lm_xwxq .recommended a::before{ content: " "; position: absolute; left: 0; top: 14px; width: 5px; height: 5px; border-radius: 5px; background: #cacaca;}
.lm_xwxq .recommended a:hover::before{ background: #cf1e17;}


/* 合作加盟 */
.lm_hzjm_banner{ height: 557px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.lm_hzjm_banner .box{ margin: 140px auto 0; max-width: 1200px; text-align: center; background: rgba(255,255,255,0.3); padding: 50px 0;}
.lm_hzjm_banner .tet{ color: #333; font-size: 48px; padding-bottom: 20px;}
.lm_hzjm_banner .txt{ color: #cf1e17; font-size: 48px; font-weight: bold;}

.lm_hzjm_part1{ padding: 80px 0;}
.lm_hzjm_part1 ul{ padding-top: 70px; margin: 0 -10px; text-align: center;}
.lm_hzjm_part1 li{ padding: 0 10px; width: 16.6%; float: left; box-sizing: border-box;margin-bottom: 30px; height: 240px;}
.lm_hzjm_part1 li:nth-child(7){ margin-left: 8.3%;}
.lm_hzjm_part1 .li_box,
.lm_hzjm_part1 .li_box span{ display: block;}
.lm_hzjm_part1 .li_box{ text-align: center; height: 100%; box-sizing: border-box; position: relative; background: #f8f9fc; padding: 0 12px;}
.lm_hzjm_part1 .li_box:hover{ background: #fff; box-shadow: 0 0 24px #e2e2e2;}
.lm_hzjm_part1 .li_box::before{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #cf1e17; transform: scale(0); transition: 0.4s;}
.lm_hzjm_part1 .li_box::after{ content: " "; position: absolute; width: 110px; height: 0; border-bottom: 4px solid #cf1e17; border-left: 4px solid transparent; border-right: 4px solid transparent; left: 50%; bottom: 0; margin-left: -55px; transform: scale(0); transition: 1s;}
.lm_hzjm_part1 .li_box:hover:before,
.lm_hzjm_part1 .li_box:hover::after{ transform: scale(1);}
.lm_hzjm_part1 .li_box .pic{ width: 60px; line-height: 60px; margin: 0 auto; padding: 36px 0 10px;}
.lm_hzjm_part1 .li_box .tit{ font-size: 24px; color: #333; font-weight: bold;}
.lm_hzjm_part1 .li_box .tet{ line-height: 22px; color: #666; margin-top: 10px; height: 76px;}

.lm_hzjm_part2{ background: url(../images/lm_hzjm-img3.jpg) no-repeat center; background-size: cover; padding: 64px 0 90px;}
.lm_hzjm_part2 .title{ font-size: 48px; font-weight: bold; text-align: center; padding-bottom: 60px;}
.lm_hzjm_part2 .cont img{ width: 100%;}

.lm_hzjm_part3{ background: url(../images/lm_hzjm-img5.jpg) no-repeat center; background-size: cover; padding: 64px 0 90px;}
.lm_hzjm_part3 .box{ width: 850px; margin: 0 auto;}
.lm_hzjm_part3 .title .tit{ font-size: 56px; color: #cf1e17;}
.lm_hzjm_part3 .title .tet{ font-size: 18px; padding: 10px 0 30px;}
.lm_hzjm_part3 .cont .srk{ background: #fff; box-shadow: 0 0 24px #e2e2e2; margin-bottom: 30px; height: 65px; padding: 10px 20px; box-sizing: border-box;}
.lm_hzjm_part3 .cont .srk.srk_text{ height: 160px; padding: 20px;}
.lm_hzjm_part3 .cont .srk input{ width: 100%; height: 100%;}
.lm_hzjm_part3 .cont .srk textarea{ width: 100%; height: 100%; resize: none;}
.lm_hzjm_part3 .cont .srk textarea:focus { outline: none;}
.lm_hzjm_part3 .cont .btn{ width: 100%; height: 65px; background: #cf1e17; text-align: center; font-size: 18px;}
.lm_hzjm_part3 .cont .btn input{ width: 100%; height: 100%; color: #fff; cursor: pointer;}







/* 小PC-1680 *950 */
@media screen and (max-width: 1800px){

    /* 首页 */
    .section1 .text_con{ margin-top: -100px;}
    .section1 .text_con .tit{ font-size: 56px;}
    .section1 .text_con .txt{ font-size: 40px;}
    .section1 .text_con .tet{ font-size: 30px;}

    .section2 .swiper-container{ padding-top: 100px;}
    
    .section7 .content .con_l .tit{ font-size: 40px; padding: 40px 0;}
    .section7{ overflow: hidden;}

    .section8{ padding-top: 100px;}

    .section9 .content{ padding-top: 60px;}
    .section9 .con_l .num_list{ padding: 40px 0; font-size: 20px;}
    .section9 .con_l .num_list .num{ font-size: 50px;}
    .section9 .con_l .news_list .tit{ font-size: 20px;}

    .section10{ padding-top: 60px;}
    .section10 .tab_click{ padding: 40px 0 30px;}


}

/* 小PC-1440 *760 */
@media screen and (max-width:1600px) {

    /* 首页 */
    .wrap{ width: 1100px;}
    .header .phone span i{ font-size: 12px; background-size: 14px;}
    .header .logo{ width: 360px;}
    .header .logo img{ width: 100%;}
    .header .nav{ padding-top: 6px;}
    .header .nav li{ padding-left: 40px;}
    .header .nav a{ font-size: 16px;}

    .in_title1 .tit{ font-size: 40px;}
    .in_title1 .txt{ font-size: 20px;}

    .section2 .li_box{ padding: 40px 30px;}

    .section3 .top .tet,
    .section3 .top .tit{ font-size: 40px;}
    .section3 .li_box .icon{ margin-top: 240px;}
    .section3 .li_box .txt{ line-height: 2;}

    .in_title2{ background-size: 400px;}
    .in_title2 .tit{ font-size: 40px;}
    .in_title2 .tet{ font-size: 20px;}

    .section4 .top,
    .section4 .bot_box .li_box{ padding: 0 50px;}
    .section4 .bot_box .img img{ width: 100%;}

    .section5{ padding-top: 100px;}
    .section5 .top .tet{ font-size: 30px;}
    .section5 .top .tit{ font-size: 40px; padding-top: 30px;}
    .section5 .top .txt{ font-size: 20px;}

    .section6 .top .pic{ width: 500px;}
    .section6 .top .text_con{ margin: 0 0 0 500px;}
    .section6 .top .text_con::before{ font-size: 50px;}
    .section6 .top .text_con .tit{ font-size: 18px;}
    .section6 .top .text_con .tet{ font-size: 14px;}
    .section6 .top .text_con .tit2{ font-size: 16px;}
    .section6 .bot .left .tit{ font-size: 20px;}
    .section6 .bot .left .tet{ font-size: 14px;}
    .section6 .bot li{ padding: 0 5px;}
    .section6 .bot li .text{ font-size: 12px; padding: 10px 0;}

    .section7{ padding-top: 60px;}
    .section7 .content{ height: 72%;}
    .section7 .content .con_l .box,
    .section7 .content .con_r .box{ max-width: 550px; width: 100%;}
    .section7 .content .con_l .tit{ font-size: 24px;}
    .section7 .content .con_l .txt{ font-size: 14px;}
    .section7 .content .con_r ul{ padding:  0 0 0 60px;}
    .section7 .content .con_r .en{ font-size: 12px;}
    .section7 .content .con_r .cn{ font-size: 18px;}

    .section8 .box{ padding: 80px 90px 60px;}
    .section8 .li_box .text_con .tit{ font-size: 16px;}
    .section8 .li_box .text_con .tet{ font-size: 14px;}
    .section8 .li_box .text_con .more,
    .section8 .li_box .text_con .date{ font-size: 12px;}
    
    .in_more a{ font-size: 14px; padding: 16px 60px;}

    .section9{ padding-top: 60px;}
    .section9 .content{ padding-top: 40px;}
    .section9 .tab_click a{ font-size: 20px;}
    .section9 .con_l{ padding-right: 40px;}
    .section9 .con_l .news_list .list{ height: 120px;}
    .section9 .con_l .btn a{ font-size: 16px;}

    .section10 .tab_click a{ font-size: 20px;}
    .section10 .con_l .li_box .text_con .tit{ font-size: 16px;}
    .section10 .con_l .li_box .text_con .tet{ font-size: 14px;}
    .section10 .con_l .li_box .text_con .more,
    .section10 .con_l .li_box .text_con .date{ font-size: 12px;}
    .section10 .con_r .text_con .tit a{ font-size: 16px;}
    .section10 .con_r .text_con .tet{ font-size: 14px;}

    .section11 .con_t .tit{ font-size: 36px;}
    .section11 .con_t .txt{ font-size: 20px; padding-top: 10px;}
    .section11 .con_t .tet{ font-size: 20px;}

    .footer .top .logo{ width: 16%; padding-right: 40px;}
    .footer .top .tel{ width: 20%; padding-left: 0;}

    .footer .top .nav{ width: 54%;}
    .footer .top .nav dl{ padding: 0 20px;}
    .footer .top .ewm{ width: 10%;}
    .footer .top .ewm .p1{ font-size: 14px;}


    /* 首页-0408 */
    .section2{ padding-top: 80px;}
    .section2 .swiper-container{ padding-top: 80px;}
    .section2 .btn_box{ padding-top: 40px;}
    .section4 .top{ margin-top: 40px;}
    .section4 .top .li_box .tit{ font-size: 22px;}
    .section6 .bot{ padding-top: 20px;}
    .section8{ padding-top: 80px;}
    .section8 .box{ padding-top: 50px; padding-bottom: 50px;}
    .section9 .con_l .tet{ font-size: 12px;}
    .section9 .con_l .num_list{ padding: 20px 0; font-size: 16px;}
    .section9 .con_l .num_list .num{ font-size: 40px;}
    .section9 .con_l .btn{ margin-top: 40px;}
    .section10{ padding-top: 50px;}
    .section10 .tab_click{ padding: 30px 0 20px;}
    .section10 .content{ padding-bottom: 30px;}


    /* 栏目页公用 */
    .lm_banner{ height: 360px; padding-top: 120px;}
    .lm_banner .tet, 
    .lm_banner .tit{ padding-bottom: 14px;}
    .lm_banner .tet{ font-size: 40px;}
    .lm_banner .tit{ font-size: 30px;}
    .lm_banner .tit::before{ height: 4px;}

    .lm_mbx{ font-size: 14px; padding: 14px 0; background-size: 60px;}


    /* 发展历程 */
    .lm_left{ width: 240px;}
    .lm_right{ margin-left: 240px;}
    .lm_left a{ line-height: 50px; font-size: 14px;}
    .lm_left a::before{ line-height: 50px;}
    .lm_left .lm_tel{ padding: 20px 10px;}
    .lm_left .lm_tel .txt{ font-size: 24px;}


    /* 联系我们 */
    .lm_lxwm .text .address, 
    .lm_lxwm .text .tel{ padding: 0 40px;}
    .lm_lxwm .text .address{ width: 64%;}
    .lm_lxwm .text .tel{ width: 36%;}
    .lm_lxwm .text .tet{ font-size: 16px;}

    
    /* 新闻列表 */
    .lm_xwright{ width: 240px;}
    .lm_xwright .lm_hzjm{ height: 160px; padding-top: 40px;}
    .lm_xwright .lm_hzjm .tet{ font-size: 24px;}
    .lm_xwright .lm_hzjm .btn a{ width: 140px; line-height: 40px;}
    .lm_xwleft{ margin-right: 240px;}

    .lm_xwlist ul{ padding-bottom: 40px;}
    .lm_xwlist .li_box .pic{ width: 260px;}
    .lm_xwlist .li_box .text_con{ margin-left: 260px;}
    .lm_xwlist .li_box .text_con .tit{ font-size: 18px;}
    .lm_xwlist .li_box .text_con .tet{ font-size: 14px;}

    /* 新闻详情 */
    .lm_xwxq .title{ font-size: 24px; line-height: 36px;}


    /* 合作加盟 */
    .lm_hzjm_banner{ height: 460px;}
    .lm_hzjm_banner .box{ max-width: 100%;}
    .lm_hzjm_banner .tet,
    .lm_hzjm_banner .txt{ font-size: 36px;}
    .lm_hzjm_part1 li{ width: 25%; margin-bottom: 20px;}
    .lm_hzjm_part1 li:nth-child(7){ margin-left: 0;}
    .lm_hzjm_part1 li:nth-child(9){ margin-left: 12%;}
    .lm_hzjm_part2 .title{ font-size: 34px;}
    .lm_hzjm_part3 .title .tit{ font-size: 34px;}
    .lm_hzjm_part3 .title .tet{ font-size: 14px;}
    .lm_hzjm_part3 .box{ width: 600px;}


    /* 图书详情 */
    .lm_tsxq .ts_left{ width: 400px;}
    .lm_tsxq .ts_left img{ width: 400px;}
    .lm_tsxq .pica_box{ margin-top: 20px;}
    .lm_tsxq .ts_right{ margin-left: 400px; padding-left: 40px;}
    .lm_tsxq .part1 .tit{ font-size: 24px;}
    .lm_tsxq .part1 .txt span{ width: 48%;}




}

/* 小PC-1366 *768*/
@media screen and (max-width:1400px) {

    /* 首页 */
    #menu{ right: 20px;}

    .section1 .text_con .tit{ font-size: 50px;}
    .section1 .text_con .txt{ font-size: 30px;}
    .section1 .text_con .tet::before { height: 4px;}
    .section1 .text_con .tet{ font-size: 24px; padding-top: 30px;}

    .in_title1 .tit{ font-size: 34px;}
    .in_title1 .txt{ font-size: 18px;}

    .section2{ padding-top: 80px;}
    .section2 .swiper-container{ padding-top: 60px;}
    .section2 .li_box{ height: 340px;}

    .section3 .top{ padding-top: 80px;}
    .section3 .top .tet, 
    .section3 .top .tit{ font-size: 34px;}
    .section3 .li_box{ padding-top: 80px;}

    .in_title2{ background-size: 340px;}
    .in_title2 .tit{ font-size: 34px;}
    .in_title2 .tit span{ padding-right: 40px;}
    .in_title2 .tet{ font-size: 16px; padding-top: 10px;}

    .section4{ padding-top: 80px;}
    .section4 .top, .section4 .bot_box .li_box{ margin-top: 40px;}
    .section4 .top .li_box .icon{ padding-bottom: 20px;}
    .section4 .top .li_box .tit{ font-size: 18px; padding-top: 20px;}
    .section4 .top{ margin-top: 60px;} 
    .section4 .bot_box .li_box{ margin-top: 0;}
    .section4 .bot_box .text{ padding: 20px 16px;}

    .section5 .top .tet{ font-size: 26px;}
    .section5 .top .tit{ font-size: 34px;}

    .section6{ padding-top: 60px;}
    .section6 .bot{ padding-top: 20px;}

    .section7 .content{ height: 75%;}
    .section7 .content .con_l .tit{ font-size: 20px; padding-bottom: 20px;}

    .section8{ padding-top: 80px;}
    .section8 .box{ padding-top: 40px;}

    .section9 .con_l .num_list .num{ font-size: 36px;}
    .section9 .con_l .num_list{ font-size: 16px; padding: 30px 0;}
    .section9 .con_l .news_list .tit{ font-size: 16px;}
    /* .section9 .con_l .news_list .list{ height: 110px;} */
    .section9 .con_l .btn{ margin-top: 30px;}
    .section9 .con_l .btn a{ font-size: 14px;}

    .section10 .con_l{ width: 32%;}
    .section10 .con_r li{ padding-bottom: 34px;}

    .section11 .con_t{ height: 44%;}
    .footer{ height: 66%;}


		
}

/* ipad-1024*768 */
@media screen and (max-width:1200px) {

	/* 首页 */
    #menu{ display: none;}

    .wrap{ width: 100%; padding: 0 40px; box-sizing: border-box;}

    .section1{ height: 500px;}
    .section1 .text_con{ padding: 0 80px; box-sizing: border-box; margin-top: -50px;}
    .section1 .text_con .tit{ font-size: 36px;}
    .section1 .text_con .txt{ font-size: 24px; padding-bottom: 20px;}
    .section1 .text_con .tet{ font-size: 18px; padding-top: 20px;}
    
    .section2{ padding-bottom: 80px;}

    .section3{ height: 740px;}
    .section3 .li_box{ padding: 80px 0 160px; height: 100%; box-sizing: border-box;}
    .section3 .li_box .wrap{ height: 100%;}
    .section3 .top .tet, 
    .section3 .top .tit{ font-size: 30px;}
    .section3 .li_box .icon{ margin-top: 220px;}
    .section3 .btn_box{ bottom: 60px;}

    .section4{ padding-bottom: 80px;}

    .section5{ box-sizing: border-box; padding-top: 80px;}
    .section5 .top .tet{ font-size: 20px; padding-top: 40px;}
    .section5 .top .tit{ font-size: 30px; padding-top: 20px;}
    .section5 .top .bg{ width: 60px;}
    .section5 .top .txt{ font-size: 16px; padding-top: 20px;}
    .section5 .bot{ position: initial; padding: 120px 0 80px 0; background-size: 100% 100%; width: 100%; margin: 60px 0 0;}
    .section5 .bot .input_box input{ font-size: 14px;}
    .section5 .bot .button_box button{ font-size: 16px;}

    .section6{ padding: 80px 0;}
    .section6 .top .pic{ width: 400px; margin-top: 40px;}
    .section6 .top .text_con{ margin-left: 400px;}
    .section6 .bot .left .tet{ font-size: 12px;}

    .section7{ padding: 80px 0 0;}
    .section7 .content{ height: auto; position: relative; margin-top: 40px;}
    .section7 .content .con_l .box, 
    .section7 .content .con_r .box{ padding: 60px 40px; box-sizing: border-box;}
    .section7 .content .con_l .tit{ padding-top: 0;}
    .section7 .content .con_r{ float: none; position: absolute; right: 0; top: 0;}
    .section7 .content .con_r ul{ padding: 0;}

    .section8{ padding-bottom: 80px;}
    .section8 .box{ padding: 60px 50px;}

    .section9{ padding: 80px 0;}
    .section9 .con_l{ margin-right: 0; float: left; width: 50%;}
    .section9 .con_l .news_list .list{ height: 160px;}
    .section9 .con_l .news_list .list a{ height: 22px; overflow: hidden;}
    .section9 .con_r{ display: none;}
    .section9 .iph_con_r{ display: block; width: 50%; float: left; padding-top: 100px;}

    .section10{ padding: 80px 0;}
    .section10 .con_l{ width: 40%;}
    .section10 .con_r li{ padding-bottom: 40px;}

    .section11 .con_t{ height: auto; padding: 80px 0;}
    .section11 .con_t .tit{ font-size: 30px;}
    .section11 .con_t .txt{ font-size: 18px;}
    .section11 .con_t .tet{ font-size: 16px;}

    .footer{ height: auto; padding: 60px 0 40px 0;}
    .footer .top{ padding-top: 0;}
    .footer .top .tel .p3{ font-size: 20px;}
    .footer .top .nav{ padding: 0;}
    .footer .bot span{ font-size: 12px; padding: 0 20px;}

    /* 发展历程 */
    .lm_fzlc{ padding-bottom: 100px;}
    .lm_fzlc .li_box dl{ font-size: 16px;}
    .lm_fzlc .li_box dd{ font-size: 12px; line-height: 26px;}

    /* 创始人 */
    .lm_csr .part1 .pic{ padding-right: 30px;}
    .lm_csr .part1 .tit{ font-size: 24px;}
    .lm_csr .part1 .tit span{ padding-top: 10px;}
    .lm_csr .part1 .p1,
    .lm_csr .part1 .p2{ font-size: 14px;}
    .lm_csr .part2 .tit,
    .lm_csr .part2 .date{ font-size: 20px;}

    /* 联系我们 */
    .lm_lxwm .text{ margin-bottom: 80px;}
    .lm_lxwm .text .icon{ width: 60px;}
    .lm_lxwm .text .tet{ font-size: 14px; line-height: 30px;}

    /* 图书列表 */
    .lm_tslist .li_box .text{ padding: 0 10px;}
    .lm_tslist .li_box .tit{ font-size: 14px;}


    /* 新闻列表 */
    .lm_xwlist .li_box .img img{ width: 100%;}
    .lm_xwlist .li_box .text_con .tet{ height: 90px; overflow: hidden; box-sizing: border-box;}


    /* 新闻详情 */
    .lm_xwxq .recommended a:hover{ font-size: 12px;}


    /* 图书详情 */
    .lm_tsxq .ts_right{ padding-left: 20px;}




    
}

/* ipad-竖-768*1024 */
@media screen and (max-width:1002px) {

    /* 首页 */
    .section1{ height: 420px;}
    .section1 .text_con .tit{ font-size: 30px;}
    .section1 .text_con .txt{ font-size: 20px;}
    
    .in_title1 .tit{ font-size: 24px;}
    .in_title1 .tit::after{ height: 4px; bottom: -4px;}
    .in_title1 .txt{ font-size: 14px;}
    .in_title1 .txt span::before, 
    .in_title1 .txt span::after{ top: 5px;}

    .section2 .li_box{ height: 300px;}
    .section2 .li_box .icon{ width: 70px; margin: 0 auto;}
    .section2 .li_box .icon img{ width: 100%;}
    .section2 .li_box .tit{ font-size: 16px;}
    .section2 .li_box .txt{ font-size: 14px;}
    .section2 .btn_box{ padding-top: 40px;}

    .section3 .top .tet, 
    .section3 .top .tit{ font-size: 24px;}
    .section3 .li_box .txt{ max-width: 100%;}
    .section3 .li_box .icon{ margin-top: 200px;}

    .in_title2{ background-size: 280px;}
    .in_title2 .tit{ font-size: 24px;}
    .in_title2 .tet{ font-size: 12px;}

    .section4 .top .li_box .icon{ width: 40px; margin: 0 auto;}
    .section4 .top .li_box .icon img{ width: 100%;}

    .section4 .bot_box .li_box{ margin: 0 50px; padding: 0; overflow-x: scroll; padding-bottom: 20px;}
    .section4 .bot_box .li_box .list_box{ width: 1200px; display: flex;}
    .section4 .bot_box .list{ width: 240px; float: none;}
    /* .section4 .bot_box .list{ float: none; width: 100%; margin-bottom: 10px;}
    .section4 .bot_box a{ clear: both; overflow: hidden;}
    .section4 .bot_box .pic{ width: 120px; float: left;}
    .section4 .bot_box .img{ height: 100px;}
    .section4 .bot_box .text{ margin-left: 120px; height: 100px; box-sizing: border-box; padding: 20px 30px 0;}
    .section4 .bot_box .tet{ font-size: 10px;}
    .section4 .bot_box .tet .num{ font-size: 20px;} */

    .section5 .top .tet{ font-size: 16px;}
    .section5 .top .tit{ font-size: 24px;}
    .section5 .bot{ background: #fff; padding: 40px 0;}
    .section5 .bot .input_box,
    .section5 .bot .button_box{ width: 50%; margin: 10px 0;}

    .section6 .top .pic{ width: 300px; margin-top: 0;}
    .section6 .top .text_con{ margin-left: 300px; height: 200px; overflow-y: scroll; padding: 0;}
    .section6 .top .text_con::before{ font-size: 30px;}
    .section6 .top .text_con .box{ padding: 20px;}
    .section6 .bot .left{ width: 100%; float: none; margin-bottom: 20px; padding: 0;}
    .section6 .bot ul{ width: 100%; float: none; margin: 0 -5px;}
    .section6 .bot li .text{ padding: 10px;}

    .section7 .content .con_l, 
    .section7 .content .con_r{ float: none; width: 100%;}
    .section7 .content .con_r{ position: inherit;}
    .section7 .content .con_l .box, 
    .section7 .content .con_r .box{ max-width: 100%;}

    .section9 .con_l, 
    .section9 .iph_con_r{ float: none; width: 100%;}
    .section9 .con_l{ padding-right: 0;}
    .section9 .iph_con_r{ padding-top: 30px;}

    .section10 .con_l,
    .section10 .con_r{ width: 100%; float: none; padding: 0;}
    .section10 .con_l{ margin-bottom: 40px;}
    .section10 .con_l .li_box{ clear: both; overflow: hidden;}
    .section10 .con_l .li_box .pic{ width: 300px; float: left;}
    .section10 .con_l .li_box .text_con{ margin-left: 300px; border-bottom: none; border-right: 3px solid #cf1e17; height: 201px; box-sizing: border-box;}

    .footer .top .nav{ display: none;}
    .footer .top .logo{ width: 24%;}
    .footer .top .tel{ width: 33%; padding-left: 40px;}
    .footer .top .ewm{ width: 12%; float: right;}

    
    /* 栏目页公用 */
    .lm_banner .tet, 
    .lm_banner .tit{ margin-left: 0;}

    /* 案例列表 */
    .lm_allist .li_box .tit{ font-size: 14px; padding-top: 20px;}
    .lm_allist .li_box .tet{ font-size: 12px;}

    /* 发展历程 */
    .lm_left{ display: none;}
    .lm_right{ margin-left: 0; padding-left: 0;}

    /* 联系我们 */
    .lm_lxwm .pic{ padding: 20px;}
    .lm_lxwm .text{ display: block; padding: 30px 40px;}
    .lm_lxwm .text .address, 
    .lm_lxwm .text .tel{ width: 100%; padding: 20px 0;}
    .lm_lxwm .text .address{ border: none;}

    /* 图书列表 */
    .lm_tslist li{ width: 33.3%;}
    .lm_tslist .li_box .text{ padding-top: 26px;}
    .lm_tslist .li_box .tit{ height: 20px; box-sizing: border-box; overflow: hidden; padding: 0;}
    .lm_tslist .li_box .more{ padding-top: 10px;}

    
    /* 新闻列表 */
    .lm_xwright{ display: none;}
    .lm_xwleft{ margin-right: 0; padding-right: 0;}


    /* 合作加盟 */
    .lm_hzjm_banner{ height: 380px;}
    .lm_hzjm_banner .box{ margin-top: 100px;}
    .lm_hzjm_banner .tet, 
    .lm_hzjm_banner .txt{ font-size: 28px;}
    .lm_hzjm_part1 ul{ padding-top: 40px;}
    .lm_hzjm_part1 li{ width: 33.3%;}
    .lm_hzjm_part1 li:nth-child(9){ margin-left: 0;}
    .lm_hzjm_part1 .li_box .tit{  font-size: 18px;}
    .lm_hzjm_part2{ padding: 80px 0;}
    .lm_hzjm_part2 .title{ font-size: 24px; padding-bottom: 30px;}
    .lm_hzjm_part3 .title .tit{ font-size: 24px;}
    .lm_hzjm_part3 .title .tet{ font-size: 12px;}


    /* 图书详情 */
    .lm_tsxq .ts_left{ position: initial; width: 500px; margin: 0 auto;}
    .lm_tsxq .ts_left.on{ position: initial;}
    .lm_tsxq .ts_left img{ width: 500px;}
    .lm_tsxq .ts_right{ margin-left: 0; padding-left: 0; margin-top: 40px; padding-bottom: 80px;}





	
}

/* 手机 */
@media screen and (max-width:758px) {	
	
    /* 首页 */
    .wrap{ padding: 0 20px;}
    .section1{ height: 300px;}
    .section1 .swiper-button-prev, 
    .section1 .swiper-button-next{ font-size: 20px; padding: 0;}
    .section1 .text_con{ padding: 0 20px;}
    .section1 .text_con .tit{ font-size: 24px; padding-bottom: 10px;}
    .section1 .text_con .txt{ font-size: 14px;}
    .section1 .text_con .tet{ font-size: 14px;}
    .section1 .text_con .tet::before{ width: 20px; height: 2px;}

    .in_title1 .tit{ font-size: 20px;}
    .in_title1 .txt{ font-size: 12px;}
    .in_title1 .txt span{ padding: 0 80px;}

    .section2{ padding: 40px 0;}
    .section2 .swiper-container{ padding-top: 40px;}
    .section2 .btn_box{ padding-top: 20px;}

    .section3{ height: 600px;}
    .section3 .top{ padding-top: 40px;}
    .section3 .top .tet{ font-size: 14px; padding-bottom: 10px;}
    .section3 .top .tit{ font-size: 20px;}
    .section3 .li_box{ padding: 40px 0 80px;}
    .section3 .li_box .icon{ margin-top: 150px;}
    .section3 .li_box .txt{ font-size: 12px;}
    .section3 .btn_box{ bottom: 30px;}

    .section4{ padding: 40px 0;}
    .section4 .top{ margin-top: 40px;}
    .section4 .top .li_box{ padding: 0 40px;}
    .section4 .bot_box .li_box{ margin: 0;}

    .section5{ padding-top: 40px;}
    .section5 .top .tet{ font-size: 12px;}
    .section5 .top .tit{ font-size: 20px; padding-top: 10px;}
    .section5 .bot{ margin-top: 40px;}
    .section5 .bot .input_box, .section5 .bot .button_box{ width: 100%; float: none;}

    .section6{ padding: 40px 0;}
    .section6 .top{ padding-top: 30px;}
    .section6 .top .pic{ width: 100%; float: none;}
    .section6 .top .text_con{ margin-left: 0; height: auto;}
    .section6 .bot li{ width: 50%; padding: 5px;}

    .section7{ padding-top: 40px;}
    .section7 .content .con_l .box, 
    .section7 .content .con_r .box{ padding: 30px 20px;}
    .section7 .content .con_l .tit{ font-size: 18px;}
    .section7 .content .con_l .txt{ font-size: 12px;}
    .section7 .content .con_r .en{ font-size: 10px;}
    .section7 .content .con_r .cn{ font-size: 16px;}

    .section8{ padding: 40px 0;}
    .section8 .box{ padding: 30px 50px;}
    .section8 .li_box .text_con{ padding: 20px;}
    .section8 .li_box .text_con .tit{ font-size: 14px;}
    .section8 .li_box .text_con .tet{ font-size: 12px;}

    .in_more a{ padding: 10px 40px;}

    .section9{ padding: 40px 0;}
    .section9 .tab_click a{ font-size: 16px;}
    .section9 .con_l .tet{ font-size: 12px;}
    .section9 .con_l .num_list .num{ font-size: 24px;}
    .section9 .con_l .num_list .num i{ font-size: 14px;}
    .section9 .con_l .news_list .tit{ font-size: 14px;}
    .section9 .con_l .btn a{ padding: 10px 40px;}

    .section10{ padding: 40px 0;}
    .section10 .tab_click li{ padding: 0 10px;}
    .section10 .tab_click a{ font-size: 16px;}
    .section10 .con_l .li_box .pic{ width: 100%; float: none;}
    .section10 .con_l .li_box .text_con{ margin-left: 0; border-right: none; border-bottom: 3px solid #cf1e17; height: auto;}
    .section10 .con_l .li_box .text_con .tit{ font-size: 14px;}
    .section10 .con_l .li_box .text_con .tet{ font-size: 12px;}
    .section10 .con_r .date .p1{ font-size: 30px; padding-top: 6px; display: block;}
    .section10 .con_r .text_con .tit a{ font-size: 14px;}
    .section10 .con_r .text_con .tet{ font-size: 12px;}

    .section11 .con_t{ padding: 40px 0;}
    .section11 .con_t .tit{ font-size: 20px;}
    .section11 .con_t .txt{ font-size: 14px;}
    .section11 .con_t .tet{ font-size: 12px; padding-bottom: 30px;}
    .footer .top .logo, 
    .footer .top .tel, 
    .footer .top .ewm{ float: none; width: 100%; padding: 0; text-align: center;}
    .footer .top .tel{ margin: 30px 0;}
    .footer .top .tel .p3{ padding: 10px 0;}
    .footer .top .logo img{ width: 150px;}


    /* 栏目页公用 */
    .lm_banner{ height: 200px; padding-top: 60px;}
    .lm_banner .tet{ font-size: 26px; padding-bottom: 10px;}
    .lm_banner .tit{ font-size: 20px; padding-bottom: 10px;}
    .lm_banner .tit::before{ width: 20px;}

    .lm_page a{ display: none;}
    .lm_page .more{ display: none;}
    .lm_page .Pprev,
    .lm_page .Pmodern,
    .lm_page .Pnext{ display: inline-block;}

    .lm_mbx{ font-size: 12px; padding: 10px 0;}
    
    .lm_allist{ padding-bottom: 40px;}
    .lm_allist ul{ margin: 0 -5px; padding: 20px 0;}
    .lm_allist li{ width: 50%; padding: 5px;}

    /* 发展历程 */
    .lm_fzlc{ padding: 40px 0;}
    .lm_fzlc ul::before{ left: 0;}
    .lm_fzlc li{ width: 100%; margin-left: 0; margin-bottom: 20px;}
    .lm_fzlc li.li2::before{ right: auto; left: -6px;}
    .lm_fzlc li.li2 .li_box{ margin-left: 30px; margin-right: 0;}
    .lm_fzlc li.li2 .li_box::before{ right: auto; left: -9px; background-image: url(../images/lm_fzlc-icon1.png);}
    .lm_fzlc li.li2 .li_box::after{ right: auto; left: -9px; background-image: url(../images/lm_fzlc-icon2.png);}
    .lm_fzlc li.li2 .li_box dl{ text-align: left;}


    /* 创始人 */
    .lm_csr .part1 .pic{ display: none;}
    .lm_csr .part1 .tet{ display: block;}
    .lm_csr .part1 .tet::before { display: none;}
    .lm_csr .part1 .yd_pic{ display: block; width: 120px; float: left;}
    .lm_csr .part1 .yd_pic img{ width: 100%;}
    .lm_csr .part1 .tet .box{ margin-left: 130px;}
    .lm_csr .part1 .tit{ font-size: 14px;}
    .lm_csr .part1 .tit span{ border-width: 2px; padding: 0 0 6px 0;}
    .lm_csr .part1 .p1, 
    .lm_csr .part1 .p2{ font-size: 12px; line-height: 20px;}
    .lm_csr .part1 .p1{ padding-top: 10px;}
    .lm_csr .part1 .txt{ font-size: 12px; line-height: 26px;}
    .lm_csr .part2 .tit, 
    .lm_csr .part2 .date{ font-size: 14px;}
    .lm_csr .part2 .tit{ padding: 20px 0 10px;}
    .lm_csr .part2 li{ margin-bottom: 14px;}
    .lm_csr .part2 .date{ width: 90px;}
    .lm_csr .part2 .txt{ margin-left: 90px; font-size: 12px;}

    /* 联系我们 */
    .lm_lxwm .pic{ padding: 10px; margin-bottom: 20px;}
    .lm_lxwm .text{ padding: 20px; margin-bottom: 40px;}
    .lm_lxwm .text .address, 
    .lm_lxwm .text .tel{ display: block; padding: 10px 0;}
    .lm_lxwm .text .icon{ width: 40px; float: left;}
    .lm_lxwm .text .tet{ margin-left: 40px; padding-left: 15px; font-size: 12px; line-height: 24px;}


    /* 图书列表 */
    .lm_tslist{ padding-bottom: 40px;}
    .lm_tslist li{ width: 50%;}


    /* 新闻列表 */
    .lm_xwlist .tab a{ margin-right: 5px; width: auto; padding: 0 12px; font-size: 14px;}
    .lm_xwlist{ padding-bottom: 40px;} 
    .lm_xwlist ul{ padding-bottom: 20px;}
    .lm_xwlist .li_box{ padding: 0; clear: both; overflow: hidden;}
    .lm_xwlist .li_box::before{ display: none;}
    .lm_xwlist .li_box .pic{ width: 160px;}
    .lm_xwlist .li_box .pic .date{ left: 0; top: 0;}
    .lm_xwlist .li_box .pic .date .p1{ font-size: 22px; padding: 10px 0 4px;}
    .lm_xwlist .li_box .text_con{ margin-left: 160px; padding: 14px 12px 0;}
    .lm_xwlist .li_box .text_con .tit{ font-size: 14px;}
    .lm_xwlist .li_box .text_con .tet{ display: none;}


    /* 新闻详情 */
    .lm_xwxq{ padding: 40px 0;}
    .lm_xwxq .title{ font-size: 16px; line-height: 28px;}
    .lm_xwxq .xx span{ padding: 0 10px;}
    .lm_xwxq .tet{ font-size: 12px; line-height: 24px; padding: 20px;}
    .lm_xwxq .txt_con{ padding: 20px 0;}
    .lm_xwxq .next{ padding: 0px 0 20px;}
    .lm_xwxq .recommended li{ width: 100%; float: none;}

    /* 合作加盟 */
    .lm_hzjm_banner .box{ padding: 40px 20px;}
    .lm_hzjm_banner .tet, 
    .lm_hzjm_banner .txt{ font-size: 20px;}
    .lm_hzjm_part1{ padding: 40px 0;}
    .lm_hzjm_part1 ul{ padding-top: 20px; margin: 0 -5px;}
    .lm_hzjm_part1 li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .lm_hzjm_part1 .li_box .tit{ font-size: 14px;}
    .lm_hzjm_part1 .li_box .tet{ font-size: 12px;}
    .lm_hzjm_part2{ padding: 40px 0;}
    .lm_hzjm_part2 .title{ font-size: 18px;}
    .lm_hzjm_part3{ padding: 40px 0;}
    .lm_hzjm_part3 .box{ width: 100%; padding: 0 20px; box-sizing: border-box;}
    .lm_hzjm_part3 .title .tit{ font-size: 18px;}


    /* 图书详情 */
    .lm_tsxq .ts_left{ width: 300px;}
    .lm_tsxq .ts_left img{ width: 300px;}
    .lm_tsxq .ts_right{ margin-top: 30px;}
    .lm_tsxq .part1 .tit{ font-size: 18px;}
    .lm_tsxq .part1 .tet{ font-size: 14px;}
    .lm_tsxq .part1 .txt span{ width: 100%;}
    .lm_tsxq .text_con{ padding-top: 40px;}
    .lm_tsxq .text_con .text{ padding-top: 15px;}


}

/* 手机竖470 */
@media screen and (max-width: 470px){
	
}


















































































































































































