@charset "UTF-8";
/*初始化*/
.wrap { max-width: 1200px; margin: 0 auto; }

/*header*/
.header { position: relative; z-index: 990; width: 100%; height: 262px; background: url(./images/icon_1.png) no-repeat bottom center; background-size: cover; box-sizing: border-box; -webkit-transition: all .5s; transition: all .5s; }
.header.on { height: 180px; }
.header.on .logo { width: 120px; line-height: 128px; }
.header.on .head_box .head_top { padding: 0; opacity: 0; height: 43px; }
.header .logo { float: left; width: 160px; height: 100%; font-size: 0; line-height: 188px; -webkit-transition: all .3s; transition: all .3s; }
.header .logo .log_2 { display: none; }
.header .logo img { display: inline-block; max-width: 100%; vertical-align: middle; }
.header .head_box {height: 100%; }
.header .head_box .head_top { padding: 30px 0; overflow: hidden; -webkit-transition: all .5s; transition: all .5s; }
.header .head_box .head_top > a { float: left; height: 70px; }
.header .head_box .head_top > a img { max-height: 100%; }
.header .head_box .head_top .phone { float: right; height: 70px; line-height: 70px; }
.header .head_box .head_top .phone > * { display: inline-block; font-size: 16px; vertical-align: bottom; line-height: 16px; color: rgba(255, 255, 255, 0.6); }
.header .head_box .head_top .phone em { font-size: 14px; }
.header .head_box .head_top .phone span { color: #e18293; font-weight: bold; }
.header .head_box .nav > ul > li { position: relative; float: left; margin-right: 47px; padding: 10px 0 14px; }
.header .head_box .nav > ul > li:last-child { margin-right: 0; }
.header .head_box .nav > ul > li > a { display: block; font-size: 18px; color: #fff; }
.header .head_box .nav > ul > li:hover > a, .header .head_box .nav > ul > li.on > a { color: #fa8e94; }
.header .head_box .nav .down_nav { display: none; position: absolute; top: 100%; left: 50%; width: 100px; padding: 5px 0; margin-left: -50px; border-radius: 5px; background: #e18293; box-sizing: border-box; }
.header .head_box .nav .down_nav:before { position: absolute; bottom: 100%; left: 50%; width: 10px; height: 5px; content: ''; margin-left: -5px; background: url(./images/icon_2.png) no-repeat center; background-size: 100%; }
.header .head_box .nav .down_nav a { display: block; padding: 15px 0; font-size: 14px; color: rgba(255, 255, 255, 0.6); text-align: center; line-height: 1; -webkit-transition: all .5s; transition: all .5s; }
.header .head_box .nav .down_nav a:hover { color: #Fff; }
.header .push-nav, .header .bg-nav { display: none; }

/*index*/
.index { margin-top: -80px;}
.index .i_tit span { display: block; position: relative; padding-bottom: 50px; font-size: 42px; color: #5f4189; text-align: center; background-image: -webkit-gradient(linear, 40% 0, 65% 0, from(#5f4189), to(#de6772)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.index .i_tit span:before { position: absolute; bottom: 0; left: 50%; width: 276px; height: 19px; content: ''; margin-left: -138px; background: url(./images/icon_3.png) no-repeat center; background-size: 100%; }
.banner { position: relative; width: 100%; height: 900px; overflow: hidden; }
.banner .swiper-slide { background: no-repeat center; background-size: cover; }
.banner .pagination { position: absolute; bottom: 3%; left: 0; z-index: 20; width: 100%; font-size: 0; text-align: center; }
.banner .pagination .swiper-pagination-switch { display: inline-block; width: 12px; height: 12px; margin: 0 10px; border: 1px solid #5f4189; border-radius: 50%; box-sizing: border-box; cursor: pointer; }
.banner .pagination .swiper-active-switch { background: #5f4189; }

.index_1 { padding: 80px 0; }
.index_1 .in_mian .in_box { padding: 60px 0; }
.index_1 .in_mian .in_box .in_li { display: inline-block; float: left; padding: 0 10px; box-sizing: border-box; }
.index_1 .in_mian .in_box .in_li:hover .in_img a:before { display: block; }
.index_1 .in_mian .in_box .in_li:hover .in_img em { display: block; }
.index_1 .in_mian .in_box .in_img { position: relative; width: 100%; overflow: hidden; padding: 45% 0; margin-bottom: 30px; border-radius: 30px; background: no-repeat center; background-size: cover; transform: rotate(0deg); }
.index_1 .in_mian .in_box .in_img a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; }
.index_1 .in_mian .in_box .in_img a:before { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: #815d9d; background: -webkit-linear-gradient(top right, #c16480, #5F4189); background: linear-gradient(top right, #c16480, #5F4189); -webkit-animation: fade-in .5s forwards; animation: fade-in .5s forwards; opacity: .9 !important; }
.index_1 .in_mian .in_box .in_img em { display: none; position: absolute; top: 50%; left: 50%; text-align: center; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-animation: fade-in .8s forwards; animation: fade-in .8s forwards; }
.index_1 .in_mian .in_box .in_img em span { display: block; margin-bottom: 20px; font-size: 20px; color: #fff; font-weight: 100; }
.index_1 .in_mian .in_box .in_img em i { display: block; font-size: 40px; color: #fff; font-weight: 100; }
.index_1 .in_mian .in_box .in_txt > * { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.index_1 .in_mian .in_box .in_txt h4 { margin-bottom: 15px; font-size: 20px; color: #333;    text-align: center; }
.index_1 .in_mian .in_box .in_txt h5 { margin-bottom: 5px; font-size: 14px; color: #888; }
.index_1 .in_mian .in_box .in_txt h6 { font-size: 14px; color: #999; }
.index_1 .in_mian .in_box .in_txt h6 span { font-size: 16px; color: #e5686f; }
.index_1 .in_mian .slick-dots { position: absolute; left: 0; bottom: 0; z-index: 99; width: 100%; text-align: center; }
.index_1 .in_mian .slick-dots li { display: inline-block; width: 10px; height: 10px; overflow: hidden; margin: 0 8px; border-radius: 50%; border: 1px solid #815D9D; box-sizing: border-box; background: transparent; vertical-align: bottom; }
.index_1 .in_mian .slick-dots li.slick-active { background: #815D9D; }
.index_1 .in_mian .slick-dots li button { display: none; }

.index_2 { width: 100%; height: 854px; padding: 80px 0; background: no-repeat center; background-size: cover; box-sizing: border-box; }
.index_2 .in_mian .in_box { padding: 3% 0; }
.index_2 .in_mian .in_box .in_li { float: left; width: 33.33%; padding: 80px 50px 0; background: no-repeat top center; background-size: contain; box-sizing: border-box; }
.index_2 .in_mian .in_box .in_li.li_1 { background-image: url(./images/ins_1.png); }
.index_2 .in_mian .in_box .in_li.li_2 { background-image: url(./images/ins_2.png); }
.index_2 .in_mian .in_box .in_li.li_3 { background-image: url(./images/ins_3.png); }
.index_2 .in_mian .in_box .in_img { width: 100%; padding: 45% 0; margin-bottom: 42px; border-radius: 30px; background: no-repeat center; background-size: cover; }
.index_2 .in_mian .in_box .in_txt { text-align: center; }
.index_2 .in_mian .in_box .in_txt h4 { font-size: 28px; color: #5f4189; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.index_2 .in_mian .in_box .in_txt h5 { margin: 15px 0; font-size: 18px; color: #e5686f; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.index_2 .in_mian .in_box .in_txt p { font-size: 14px; color: #888; line-height: 20px; }
.index_2 .in_mian .slick-dots { position: absolute; left: 0; bottom: 0; z-index: 99; width: 100%; text-align: center; }
.index_2 .in_mian .slick-dots li { display: inline-block; width: 10px; height: 10px; overflow: hidden; margin: 0 8px; border-radius: 50%; border: 1px solid #815D9D; box-sizing: border-box; background: transparent; vertical-align: bottom; }
.index_2 .in_mian .slick-dots li.slick-active { background: #815D9D; }
.index_2 .in_mian .slick-dots li button { display: none; }

.index_3 { padding: 50px 0; }
.index_3 .in_mian .in_box { padding: 3% 0; }
.index_3 .in_mian .in_box .in_li { float: left; width: 25%; overflow: hidden; padding: 0 10px; box-sizing: border-box; }
.index_3 .in_mian .in_box .in_li:hover .in_txt { background: #815d9d; background: -webkit-linear-gradient(left, #815d9d, #c16480); background: linear-gradient(left, #815d9d, #c16480); }
.index_3 .in_mian .in_box .in_li:hover .in_txt h4 { font-size: 18px; color: #fff; }
.index_3 .in_mian .in_box .in_li:hover .in_txt h5, .index_3 .in_mian .in_box .in_li:hover .in_txt p { color: rgba(255, 255, 255, 0.6); }
.index_3 .in_mian .in_box .in_img { width: 100%; padding: 30% 0; background: no-repeat center; background-size: cover; border-radius: 15px 15px 0 0; }
.index_3 .in_mian .in_box .in_txt { position: relative; padding: 28px 15px; border-radius: 0 0 15px 15px; }
.index_3 .in_mian .in_box .in_txt h4 { margin: 12px 0; font-size: 18px; color: #333; }
.index_3 .in_mian .in_box .in_txt h5 { font-size: 13px; color: #999; }
.index_3 .in_mian .in_box .in_txt p { height: 40px; overflow: hidden; font-size: 14px; color: #888; line-height: 20px; }
.index_3 .in_mian .slick-dots { position: absolute; left: 0; bottom: 0; z-index: 99; width: 100%; text-align: center; }
.index_3 .in_mian .slick-dots li { display: inline-block; width: 10px; height: 10px; overflow: hidden; margin: 0 8px; border-radius: 50%; border: 1px solid #815D9D; box-sizing: border-box; background: transparent; vertical-align: bottom; }
.index_3 .in_mian .slick-dots li.slick-active { background: #815D9D; }
.index_3 .in_mian .slick-dots li button { display: none; }

.index_4 { width: 100%; height: 826px; padding: 80px 0; background: no-repeat center; background-size: cover; box-sizing: border-box; }
.index_4 .in_mian { padding: 60px 0; }
.index_4 .in_mian .in_fl { width: calc(100% - 400px - 10%); }
.index_4 .in_mian .in_fl > h4 { position: relative; padding: 20px 0; font-size: 30px; color: #343839; }
.index_4 .in_mian .in_fl > h4:before { position: absolute; bottom: 0; left: 0; width: 38px; height: 2px; content: ''; /*background: #815d9d;*/ }
.index_4 .in_mian .in_fl > ul li { padding: 40px 0; }
.index_4 .in_mian .in_fl .in_img { float: left; width: 140px; height: 140px; border-radius: 50%; background: no-repeat center; background-size: cover; }
.index_4 .in_mian .in_fl .in_txt { float: right; width: calc(100% - 160px); }
.index_4 .in_mian .in_fl .in_txt h4 { padding: 20px 0; font-size: 22px; color: #333; }
.index_4 .in_mian .in_fl .in_txt h4 span { color: #815d9d; }
.index_4 .in_mian .in_fl .in_txt p { font-size: 14px; color: #666; line-height: 26px; }
.index_4 .in_mian .in_fr { width: 400px; height: 520px; padding: 10px; background: #815d9d; border-radius: 20px; background: -webkit-linear-gradient(top right, #c16480, #5F4189); background: linear-gradient(top right, #c16480, #5F4189); box-sizing: border-box; }
.index_4 .in_mian .in_fr form { width: 100%; height: 100%; padding: 20px 35px; overflow: hidden; border-radius: 15px; background: #fff no-repeat center; background-size: cover; box-sizing: border-box; }
.index_4 .in_mian .in_fr form h4 { position: relative; padding: 40px 0; margin-bottom: 40px; font-size: 36px; color: #343839; text-align: center; }
.index_4 .in_mian .in_fr form h4:before { position: absolute; bottom: 0; left: 50%; width: 56px; height: 3px; content: ''; margin-left: -28px; background: #343839; }
.index_4 .in_mian .in_fr form input[type='text'] { display: block; width: 100%; height: 56px; padding: 0 15px; margin-bottom: 20px; border: 2px solid #815d9d; background: #fff; box-sizing: border-box; font-size: 16px; color: #999; }
.index_4 .in_mian .in_fr form input[type='button'] { display: block; width: 160px; height: 56px; margin: 40px auto 0; border-radius: 30px; background: #0b8793; border: none; box-sizing: border-box; font-size: 20px; color: #fff; }

.index_5 { padding: 80px 0; }
.index_5 .in_mian { padding: 60px 0; }
.index_5 .in_mian ul { font-size: 0; }
.index_5 .in_mian ul li { display: inline-block; position: relative; width: 25%; padding: 20px; border: 1px solid #ddd; border-right: none; box-sizing: border-box; vertical-align: top; }
.index_5 .in_mian ul li:last-child:before { position: absolute; top: 0; right: 0; width: 1px; height: 100%; content: ''; background: #ddd; }
.index_5 .in_mian .in_img { float: left; width: 80px; height: 80px; background: no-repeat center; background-size: cover; }
.index_5 .in_mian .in_txt { float: right; width: calc(100% - 100px); line-height: 80px; }
.index_5 .in_mian .in_txt span { display: inline-block; max-height: 60px; overflow: hidden; margin: 10px 0; font-size: 16px; color: #62486c; line-height: 30px; vertical-align: middle; }

.index_6 { width: 100%; height: 650px; padding: 120px 0 0; background: no-repeat center top; background-size: cover; box-sizing: border-box; }
.index_6 .in_mian .in_box { padding: 60px 0; }
.index_6 .in_mian .in_box .in_li { display: inline-block; float: left; padding: 0 12px; box-sizing: border-box; }
.index_6 .in_mian .in_box .in_li:hover .in_img a:before { display: block; }
.index_6 .in_mian .in_box .in_li:hover .in_img em { display: block; }
.index_6 .in_mian .in_box .in_li:hover .in_txt { color: #5f4189; }
.index_6 .in_mian .in_box .in_img { position: relative; width: 100%; overflow: hidden; padding: 40% 0; margin-bottom: 20px; border-radius: 30px; background: no-repeat center; background-size: cover; transform: rotate(0deg); }
.index_6 .in_mian .in_box .in_img a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; }
.index_6 .in_mian .in_box .in_img a:before { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: #815d9d; background: -webkit-linear-gradient(top right, #c16480, #5F4189); background: linear-gradient(top right, #c16480, #5F4189); -webkit-animation: fade-in .5s forwards; animation: fade-in .5s forwards; opacity: .9 !important; }
.index_6 .in_mian .in_box .in_img em { display: none; position: absolute; top: 50%; left: 50%; text-align: center; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-animation: fade-in .8s forwards; animation: fade-in .8s forwards; }
.index_6 .in_mian .in_box .in_img em span { display: block; margin-bottom: 20px; font-size: 20px; color: #fff; font-weight: 100; }
.index_6 .in_mian .in_box .in_img em i { display: block; font-size: 40px; color: #fff; font-weight: 100; }
.index_6 .in_mian .in_box .in_txt { padding: 0 10px; font-size: 22px; color: #666; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.index_6 .in_mian .slick-dots { position: absolute; left: 0; bottom: 0; z-index: 99; width: 100%; text-align: center; }
.index_6 .in_mian .slick-dots li { display: inline-block; width: 10px; height: 10px; overflow: hidden; margin: 0 8px; border-radius: 50%; border: 1px solid #815D9D; box-sizing: border-box; background: transparent; vertical-align: bottom; }
.index_6 .in_mian .slick-dots li.slick-active { background: #815D9D; }
.index_6 .in_mian .slick-dots li button { display: none; }

/*footer*/
.footer .foot_1 { padding: 40px 0; background: #815d9d; background: -webkit-linear-gradient(left, #5F4189, #c16480); background: linear-gradient(left, #5F4189, #c16480); }
.footer .foot_1 .fo_1 { float: left; width: 500px; }
.footer .foot_1 .fo_1 span { display: block; margin-bottom: 15px; font-size: 28px; color: #f8f8f8; }
.footer .foot_1 .fo_1 em { display: block; font-size: 14px; color: #f8f8f8; line-height: 24px; }
.footer .foot_1 .fo_2 { float: left; width: 180px; padding: 0 120px; margin-top: 20px; border-left: 1px solid #f8f8f8; border-right: 1px solid #f8f8f8; }
.footer .foot_1 .fo_2 em { display: block; padding: 10px 0; border-bottom: 1px solid #fff; font-size: 14px; color: #fff; text-align: center; }
.footer .foot_1 .fo_2 em i { margin-right: 20px; font-size: 16px; font-weight: bold; }
.footer .foot_1 .fo_2 span { display: block; padding: 10px 0; font-size: 0; }
.footer .foot_1 .fo_2 span a { display: inline-block; width: 25% ; font-size: 18px; color: #fff; text-align: center; vertical-align: top; }
.footer .foot_1 .fo_3 { float: right; width: 120px; }
.footer .foot_1 .fo_3 span { display: block; width: 120px; height: 120px; overflow: hidden; }
.footer .foot_1 .fo_3 span img { width: 100%; }
.footer .foot_1 .fo_3 em { display: block; padding: 10px 0; font-size: 16px; color: #f8f8f8; text-align: center; }
.footer .foot_2 { padding: 12px 0; }
.footer .foot_2 span .span { display: block; font-size: 16px; color: #888; text-align: center; line-height: 30px; }
.footer .foot_2 span .aa{color: #888;}
/*content*/
.content { margin-top: -80px;}
.content .sub_banner { width: 100%; height: 720px; background: no-repeat center; background-size: cover; }
.content .sub_nav { width: 100%; height: 60px; background: #efedf1; text-align: center; font-size: 0; }
.content .sub_nav a { display: inline-block; width: 20%; vertical-align: top; font-size: 16px; color: #444; line-height: 60px; }
.content .sub_nav a span { display: inline-block; position: relative; }
.content .sub_nav a.on { color: #5f4189; }
.content .sub_nav a.on span { font-weight: bold; }
.content .sub_nav a.on span:before { position: absolute; width: 100%; height: 1px; bottom: 0; left: 0; content: ''; background: #5f4189; }
.content .sub_nav a:hover { color: #5f4189; }
.content .paging { padding: 40px 0; font-size: 0; text-align: right; }
.content .paging > ul { display: inline-block; vertical-align: top; }
.content .paging > ul li { display: inline-block; width: 50px; height: 50px; margin-right: 20px; border: 1px solid #ddd; border-radius: 50%; box-sizing: border-box; text-align: center; vertical-align: top; }
.content .paging > ul li a { display: block; width: 100%; height: 100%; font-size: 16px; color: #666; line-height: 48px; }
.content .paging > ul li.on, .content .paging > ul li:hover { border: none; background: #815d9d; background: -webkit-linear-gradient(left, #5F4189, #c16480); background: linear-gradient(left, #5F4189, #c16480); }
.content .paging > ul li.on a, .content .paging > ul li:hover a { color: #fff; line-height: 50px; }
.content .paging > span { display: inline-block; vertical-align: top; font-size: 14px; color: #666; line-height: 50px; }
.Common { padding: 40px 0; }
.Common .com_mian li { margin-bottom: 20px; border-bottom: 1px solid #ddd; }
.Common .com_mian li .ii { float: left; width: 20px; height: 20px; border-radius: 2px; font-size: 14px; color: #fff; text-align: center; line-height: 20px; }
.Common .com_mian li .pp { float: right; width: calc(100% - 20px); padding: 0 20px; box-sizing: border-box; }
.Common .com_mian li .hd { padding: 20px 0; border-bottom: 1px dashed #ddd; }
.Common .com_mian li .hd .ii { background: #e37402; margin-top: 5px; }
.Common .com_mian li .hd .pp { font-size: 20px; color: #000; line-height: 30px; }
.Common .com_mian li .bd { padding: 20px 0; }
.Common .com_mian li .bd .ii { background: #5f4189; margin-top: 5px; }
.Common .com_mian li .bd .pp { font-size: 14px; color: #666; line-height: 30px; }

.Obtain { padding: 70px 0; }
.Obtain dl { font-size: 0; }
.Obtain dl dt { background: #5f4189; }
.Obtain dl dt span { display: inline-block; width: 25%; padding: 20px 40px; border-right: 1px solid #79609c; font-size: 18px; color: #fff; line-height: 30px; box-sizing: border-box; vertical-align: top; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Obtain dl dt span:last-child { border-right: none; }
.Obtain dl dd { background: #fff; cursor: pointer; }
.Obtain dl dd span { display: inline-block; width: 25%; padding: 10px 40px; border-right: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; box-sizing: border-box; line-height: 60px; vertical-align: top; }
.Obtain dl dd span:first-child { border-left: 1px solid #D8D8D8; }
.Obtain dl dd span em { display: inline-block; overflow: hidden; font-size: 16px; color: #444; line-height: 30px; vertical-align: middle; }
.Obtain dl dd:hover { background: #efedf1; }
.Obtain .obt_xx { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; }
.Obtain .obt_xx .obt_bg { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.Obtain .obt_xx .obt_mian { position: absolute; top: 50%; left: 50%; z-index: 2; width: 1000px; height: 580px; overflow: hidden; margin-left: -500px; margin-top: -290px; border-radius: 15px; background: #fff; }
.Obtain .obt_xx .obt_mian .obt_tit { height: 70px; padding: 0 45px; background: #5f4189; font-size: 20px; color: #fff; line-height: 70px; }
.Obtain .obt_xx .obt_mian .obt_box { padding: 45px; overflow: hidden; max-height: calc(100% - 70px); overflow: auto; box-sizing: border-box; }
.Obtain .obt_xx .obt_mian .obt_box h4 { padding-bottom: 28px; margin-bottom: 20px; border-bottom: 1px dashed #ddd; font-size: 30px; color: #5f4189; }
.Obtain .obt_xx .obt_mian .obt_box p { font-size: 16px; color: #444; line-height: 38px; }
.Obtain .obt_xx .obt_mian .obt_box p span { color: #333; font-weight: bold; }
.Obtain .obt_xx .obt_mian .obt_close { position: absolute; top: 20px; right: 30px; z-index: 1; width: 24px; height: 24px; border: 2px solid #fff; border-radius: 50%; font-size: 12px; color: #fff; font-weight: bold; text-align: center; line-height: 24px; cursor: pointer; }
.Obtain .obt_xx .obt_mian .obt_close:hover { background: #fff; color: #333; }

.Query { width: 100%; height: 800px; padding-top: 140px; background: no-repeat center; background-size: cover; box-sizing: border-box; }
.Query .qu_fl { width: 780px; border-right: 1px solid #cdc4da; }
.Query .qu_fl form { width: 380px; overflow: hidden; margin: 0 auto; border-radius: 15px; box-sizing: border-box; }
.Query .qu_fl form h4 { position: relative; padding: 0 0 40px 0; margin-bottom: 40px; font-size: 36px; color: #343839; text-align: center; }
.Query .qu_fl form h4:before { position: absolute; bottom: 0; left: 50%; width: 56px; height: 3px; content: ''; margin-left: -28px; background: #343839; }
.Query .qu_fl form input[type='text'] { display: block; width: 100%; height: 56px; padding: 0 15px; margin-bottom: 20px; border: 2px solid #815d9d; background: #fff; box-sizing: border-box; font-size: 16px; color: #999; }
.Query .qu_fl form input[type='button'] { display: block; width: 160px; height: 56px; margin: 50px auto 0; border-radius: 30px; background: #0b8793; border: none; box-sizing: border-box; font-size: 20px; color: #fff; }
.Query .qu_fr { padding: 0 0 0 50px; }
.Query .qu_fr h4 { margin-bottom: 20px; font-size: 20px; color: #444; }
.Query .qu_fr h5 { margin-bottom: 30px; font-size: 12px; color: #888; line-height: 24px; }
.Query .qu_fr h6 { width: 180px; height: 180px; }
.Query .qu_fr h6 img { width: 100%; }

.Grace { padding: 70px 0; }
.Grace .ul_1 .ul_fl { position: relative; width: 66%; height: 530px; overflow: hidden; }
.Grace .ul_1 .ul_fl a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.Grace .ul_1 .ul_fl a:hover span { -webkit-transform: scale(1.05); transform: scale(1.05); }
.Grace .ul_1 .ul_fl span { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: no-repeat center; background-size: cover; -webkit-transition: all .5s; transition: all .5s; }
.Grace .ul_1 .ul_fl em { position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; height: 50px; padding: 0 20px; background: rgba(0, 0, 0, 0.3); box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.3); box-sizing: border-box; font-size: 20px; color: #fff; line-height: 50px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Grace .ul_1 .ul_fr { width: calc(34% - 15px); height: 530px; }
.Grace .ul_1 .ul_fr a { display: block; position: relative; width: 100%; height: 258px; margin-bottom: 14px; overflow: hidden; }
.Grace .ul_1 .ul_fr a:hover span { -webkit-transform: scale(1.05); transform: scale(1.05); }
.Grace .ul_1 .ul_fr span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center; background-size: cover; -webkit-transition: all .5s; transition: all .5s; }
.Grace .ul_1 .ul_fr em { position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; height: 40px; padding: 0 12px; background: rgba(0, 0, 0, 0.3); box-shadow: 0 -20px 20px 0 rgba(0, 0, 0, 0.3); box-sizing: border-box; font-size: 14px; color: #fff; line-height: 40px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Grace .ul_2 ul { margin-right: -10px; }
.Grace .ul_2 ul li { float: left; width: calc(25% - 10px); margin-right: 10px; margin-top: 30px; }
.Grace .ul_2 ul li span { display: block; width: 100%; height: 194px; background: no-repeat center; background-size: cover; }
.Grace .ul_2 ul li em { display: block; padding: 12px 10px; font-size: 14px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.Grace .ul_2 ul li:hover em { color: #815D9D; }

.Experi { padding: 50px 0; }
.Experi > ul > li { padding: 40px 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; background: #fff; box-sizing: border-box; }
.Experi > ul > li:hover { background: #fafafb; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; }
.Experi .exp_img { float: left; width: 210px; height: 210px; overflow: hidden; border-radius: 50%; }
.Experi .exp_img a { display: block; width: 100%; height: 100%; background: no-repeat center; background-size: cover; }
.Experi .exp_txt { float: right; width: calc(100% - 260px); padding: 30px 0; }
.Experi .exp_txt h4 { font-size: 24px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.Experi .exp_txt h4 span { color: #815d9d; }
.Experi .exp_txt p { margin: 20px 0; font-size: 14px; color: #666; line-height: 24px; }
.Experi .exp_txt h6 a { display: block; width: 120px; height: 36px; border: 1px solid #d9d9d9; border-radius: 30px; font-size: 13px; color: #888; text-align: center; line-height: 36px; }
.Experi .exp_txt h6 a:hover { background: #815d9d; background: -webkit-linear-gradient(left, #5F4189, #c16480); background: linear-gradient(left, #5F4189, #c16480); color: #fff; }

.About .Ab_tit { padding-bottom: 50px; text-align: center; }
.About .Ab_tit span { display: block; margin-bottom: 15px; font-size: 38px; color: #5f4189; }
.About .Ab_tit em { display: block; font-size: 16px; color: #5f4189; text-transform: uppercase; }
.About .Ab_1 { padding: 80px 0; }
.About .Ab_1 .Ab_mian p { font-size: 16px; color: #666; line-height: 38px; }
.About .Ab_1 .Ab_mian img { width: 100%; }
.About .Ab_2 { padding: 80px 0; background: #f7f6f8; }
.About .Ab_2 .Ab_hd ul { font-size: 0; }
.About .Ab_2 .Ab_hd ul li { display: inline-block; position: relative; width: 25%; padding: 10px 20px; border: 1px solid #ddd; border-right: none; background: #fff; box-sizing: border-box; vertical-align: top; }
.About .Ab_2 .Ab_hd ul li:last-child:before { position: absolute; top: 0; right: 0; width: 1px; height: 100%; content: ''; background: #ddd; }
.About .Ab_2 .Ab_hd .in_img { float: left; width: 80px; height: 80px; background: no-repeat center; background-size: cover; }
.About .Ab_2 .Ab_hd .in_txt { float: right; width: calc(100% - 100px); line-height: 80px; }
.About .Ab_2 .Ab_hd .in_txt span { display: inline-block; max-height: 60px; overflow: hidden; margin: 10px 0; font-size: 16px; color: #62486c; line-height: 30px; vertical-align: middle; }
.About .Ab_2 .Ab_bd { margin-top: 20px; }
.About .Ab_2 .Ab_bd ul li { padding: 50px 0; border-bottom: 1px solid #ddd; }
.About .Ab_2 .Ab_bd ul li h4 { margin-bottom: 40px; }
.About .Ab_2 .Ab_bd ul li h4 img { max-width: 100%; }
.About .Ab_2 .Ab_bd ul li p { font-size: 14px; color: #666; line-height: 38px; }
.About .Ab_3 { padding: 80px 0; }
.About .Ab_3 .ab1 { height: 264px; margin-bottom: 50px; }
.About .Ab_3 .ab1 > div { width: 48%; height: 100%; }
.About .Ab_3 .ab1 > div.fl .ab_txt { background: #f88271; background: -webkit-linear-gradient(left, #fa9578, #f88271); background: linear-gradient(left, #fa9578, #f88271); }
.About .Ab_3 .ab1 > div.fr .ab_txt { background: #2878c6; background: -webkit-linear-gradient(left, #428bd1, #2878c6); background: linear-gradient(left, #428bd1, #2878c6); }
.About .Ab_3 .ab2 { width: 100%; height: 264px; }
.About .Ab_3 .ab2 .ab_txt { background: #7d51a0; background: -webkit-linear-gradient(left, #9a6eba, #7d51a0); background: linear-gradient(left, #9a6eba, #7d51a0); }
.About .Ab_3 .ab_img { float: left; width: 264px; height: 100%; background: no-repeat center; background-size: cover; }
.About .Ab_3 .ab_txt { float: right; width: calc(100% - 264px); height: 100%; padding: 40px 30px 40px 40px; box-sizing: border-box; }
.About .Ab_3 .ab_txt h4 { margin-bottom: 20px; font-size: 24px; color: #fff; }
.About .Ab_3 .ab_txt p { max-height: 144px; overflow: hidden; font-size: 14px; color: #fff; line-height: 24px; opacity: .8; }

.Video { overflow: hidden; padding: 80px 0; }
.Video .vid_mian { margin-right: -30px; }
.Video .vid_mian li { float: left; width: calc(33.33% - 30px); margin-right: 30px; margin-bottom: 20px; cursor: pointer; }
.Video .vid_mian .vid_img { position: relative; width: 100%; padding: 33.5% 0; background: no-repeat center; background-size: cover; }
.Video .vid_mian .vid_img:before { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; content: ''; background: rgba(0, 0, 0, 0.3); }
.Video .vid_mian .vid_img > i { position: absolute; top: 50%; left: 50%; z-index: 2; width: 58px; height: 58px; background: url(./images/icon_5.png) no-repeat center; background-size: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.Video .vid_mian .vid_txt { padding: 20px 0; }
.Video .vid_mian .vid_txt h4 { margin-bottom: 10px; font-size: 20px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.Video .vid_mian .vid_txt p { font-size: 14px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.Video .Vid_sp { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; }
.Video .Vid_sp .vid_bg { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; content: ''; background: rgba(0, 0, 0, 0.7); }
.Video .Vid_sp .vid_box { position: absolute; top: 50%; left: 50%; z-index: 2; width: 1000px; height: 600px; background: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.Video .Vid_sp .vid_box iframe { width: 100%; height: 100%; }
.Video .Vid_sp .vid_close { position: absolute; top: 60px; left: 50%; z-index: 3; margin-left: 465px; font-size: 36px; color: #fff; cursor: pointer; }
.Map { position: relative; width: 100%; height: 680px; overflow: hidden; }
.Map > div { width: 100% !important; height: 100% !important; }

.Contact { padding: 70px 0; }
.Contact .cont_mian { background: #f7f6f8; }
.Contact .cont_mian li { position: relative; }
.Contact .cont_mian .cont_icon { position: absolute; top: 0; left: 0; width: 80px; height: 100%; background: #efedf1; border-bottom: 2px solid #f7f6f8; box-sizing: border-box; }
.Contact .cont_mian .cont_icon > i { display: inline-block; position: absolute; top: 50%; left: 50%; font-size: 32px; color: #5f4189; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.Contact .cont_mian .cont_txt { padding: 50px 36px 50px 116px; border-bottom: 2px solid #e8e8e9; }
.Contact .cont_mian .cont_txt h4 { margin-bottom: 20px; font-size: 20px; color: #5f4189; }
.Contact .cont_mian .cont_txt h4 span { margin-left: 10px; font-size: 18px; color: #999; }
.Contact .cont_mian .cont_txt h6 > em { margin-right: 30px; font-size: 24px; color: #666; }
.Contact .cont_mian .cont_txt h6 span { display: inline-block; margin-right: 50px; }
.Contact .cont_mian .cont_txt h6 span i { display: block; width: 100px; height: 100px; margin: 0 auto 12px; }
.Contact .cont_mian .cont_txt h6 span i img { width: 100%; }
.Contact .cont_mian .cont_txt h6 span em { display: block; font-size: 14px; color: #999; text-align: center; }

.Leaving { padding: 70px 0; }
.Leaving .lea_tit { margin-bottom: 50px; text-align: center; }
.Leaving .lea_tit h4 { margin-bottom: 25px; font-size: 36px; color: #5f4189; }
.Leaving .lea_tit h6 { font-size: 14px; color: #888; }
.Leaving .lea_mian { padding: 50px 150px; border: 1px solid #e4e4e4; }
.Leaving .lea_mian .lea_input { margin-bottom: 20px; }
.Leaving .lea_mian span { display: block; padding: 10px 0; font-size: 16px; color: #666; }
.Leaving .lea_mian input[type='text'] { width: 100%; height: 48px; padding: 10px 20px; border: 1px solid #e4e4e4; background: #f9f9f9; box-sizing: border-box; font-size: 16px; color: #666; line-height: 28px; }
.Leaving .lea_mian textarea { width: 100%; height: 200px; padding: 10px 20px; border: 1px solid #e4e4e4; background: #f9f9f9; box-sizing: border-box; font-size: 16px; color: #666; line-height: 28px; }
.Leaving .lea_mian input[type='button'] { display: block; width: 220px; height: 50px; margin: 0 0 0 auto; border: none; background: #5F4189; font-size: 16px; color: #fff; }

.Class { overflow: hidden; padding: 80px 0; }
.Class .class_box { margin-bottom: 50px; }
.Class .class_box a { display: block; }
.Class .class_box img { width: 100%; }
.Class .class_mian .cl_tit span { display: block; position: relative; padding-bottom: 50px; font-size: 42px; color: #5f4189; text-align: center; background-image: -webkit-gradient(linear, 40% 0, 65% 0, from(#5f4189), to(#de6772)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.Class .class_mian .cl_ul { margin-right: -20px; }
.Class .class_mian .cl_ul .in_li { display: inline-block; float: left; width: calc(25% - 20px); margin-right: 20px; margin-bottom: 30px; box-sizing: border-box; }
.Class .class_mian .cl_ul .in_li:hover .in_img a:before { display: block; }
.Class .class_mian .cl_ul .in_li:hover .in_img em { display: block; }
.Class .class_mian .cl_ul .in_img { position: relative; width: 100%; overflow: hidden; padding: 45% 0; margin-bottom: 30px; border-radius: 30px; background: no-repeat center; background-size: cover; transform: rotate(0deg); }
.Class .class_mian .cl_ul .in_img a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; }
.Class .class_mian .cl_ul .in_img a:before { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: #815d9d; background: -webkit-linear-gradient(top right, #c16480, #5F4189); background: linear-gradient(top right, #c16480, #5F4189); -webkit-animation: fade-in .5s forwards; animation: fade-in .5s forwards; opacity: .9 !important; }
.Class .class_mian .cl_ul .in_img em { display: none; position: absolute; top: 50%; left: 50%; text-align: center; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-animation: fade-in .8s forwards; animation: fade-in .8s forwards; }
.Class .class_mian .cl_ul .in_img em span { display: block; margin-bottom: 20px; font-size: 20px; color: #fff; font-weight: 100; }
.Class .class_mian .cl_ul .in_img em i { display: block; font-size: 40px; color: #fff; font-weight: 100; }
.Class .class_mian .cl_ul .in_txt > * { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Class .class_mian .cl_ul .in_txt h4 { margin-bottom: 15px; font-size: 20px; color: #333; }
.Class .class_mian .cl_ul .in_txt h5 { margin-bottom: 5px; font-size: 14px; color: #888; }
.Class .class_mian .cl_ul .in_txt h6 { font-size: 14px; color: #999; }
.Class .class_mian .cl_ul .in_txt h6 span { font-size: 16px; color: #e5686f; }

.News { padding: 80px 0; overflow: hidden; }
.News .dt { position: relative; padding-bottom: 50px; border-bottom: 1px dashed #ddd; }
.News .dt .dt-1 { float: left; width: 484px; height: 256px; }
.News .dt .dt-1 a { display: block; width: 100%; height: 100%; background: no-repeat center; background-size: cover; }
.News .dt .dt-2 { float: right; width: calc(100% - 484px - 3%); }
.News .dt .dt-2 h4 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; font-weight: bold; color: #333; line-height: 60px; }
.News .dt .dt-2 h6 { font-size: 12px; font-weight: bold; color: #999; line-height: 16px; }
.News .dt .dt-2 h6 i { display: inline-block; padding-right: 5px; font-size: 12px; color: #999; vertical-align: top; }
.News .dt .dt-2 p { max-height: 90px; overflow: hidden; margin-top: 10px; font-size: 14px; color: #454545; line-height: 30px; }
.News .dt .dt-2 h5 { margin-top: 10px; }
.News .dt .dt-2 h5 a { display: block; width: 120px; height: 36px; border: 1px solid #d9d9d9; border-radius: 30px; font-size: 13px; color: #888; text-align: center; line-height: 36px; }
.News .dt .dt-2 h5 a:hover { background: #815d9d; background: -webkit-linear-gradient(left, #5F4189, #c16480); background: linear-gradient(left, #5F4189, #c16480); color: #fff; }
.News .dd ul li { height: 140px; overflow: hidden; padding: 30px 0; border-bottom: 1px dashed #ddd; }
.News .dd ul li a { display: block; height: 100%; }
.News .dd ul li div.a1 { position: relative; float: left; width: 50px; height: 100%; }
.News .dd ul li div.a1 span { display: block; font-size: 20px; font-weight: bold; color: #333; text-align: center; }
.News .dd ul li div.a1 font { display: block; padding: 10px 0; font-size: 20px; font-weight: 100; color: #999; font-family: "微软雅黑"; text-align: center; }
.News .dd ul li div.a1 em { display: block; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.News .dd ul li div.a2 { float: left; width: 220px; height: 100%; margin: 0 20px; overflow: hidden; background: no-repeat center; background-size: cover; }
.News .dd ul li div.a3 { float: right; width: calc(100% - 310px); }
.News .dd ul li div.a3 h4 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; font-weight: bold; color: #333333; line-height: 60px; }
.News .dd ul li div.a3 p { max-height: 90px; overflow: hidden; font-size: 14px; color: #454545; line-height: 30px; }
.News .dd ul li div.a3 h5 { margin-top: 10px; }
.News .dd ul li div.a3 h5 a { display: block; width: 120px; height: 36px; border: 1px solid #d9d9d9; border-radius: 30px; font-size: 13px; color: #888; text-align: center; line-height: 36px; }
.News .dd ul li div.a3 h5 a:hover { background: #815d9d; background: -webkit-linear-gradient(left, #5F4189, #c16480); background: linear-gradient(left, #5F4189, #c16480); color: #fff; }
.News .dd ul li:hover a div.a1 span, .News .dd ul li:hover a div.a3 h4, .News .dd ul li:hover a div.a3 p { color: #5F4189; }

.Join .Jo_tit { padding: 70px 0; text-align: center; }
.Join .Jo_tit span { display: block; margin-bottom: 15px; font-size: 36px; color: #5f4189; }
.Join .Jo_tit em { display: block; font-size: 14px; color: #888; }
.Join .Jo_mian { overflow: hidden; padding: 40px 0; background: #f8f8f8; }
.Join .Jo_mian .in_box { position: relative; }
.Join .Jo_mian .in_box > button { position: absolute; top: 50%; z-index: 99; margin-top: -32px; border: none; background: transparent; font-size: 0; text-align: center; cursor: pointer; }
.Join .Jo_mian .in_box > button.slick-prev { left: -50px; }
.Join .Jo_mian .in_box > button.slick-prev:before { content: '\e610'; }
.Join .Jo_mian .in_box > button.slick-next { right: -50px; }
.Join .Jo_mian .in_box > button.slick-next:before { content: '\e614'; }
.Join .Jo_mian .in_box > button:before { display: inline-block; width: 36px; height: 36px; border-radius: 50%; border: 1px solid #ccc; background: #fff; font-family: "iconfont" !important; font-size: 16px; font-weight: bold; color: #666; line-height: 36px; }
.Join .Jo_mian .in_box > button.slick-disabled { pointer-events: none; }
.Join .Jo_mian .in_box > button.slick-disabled:before { color: #ccc; }
.Join .Jo_mian .in_box > button:hover:before { border-color: #79609C; background: #79609C; color: #fff; }
.Join .Jo_mian .in_li { padding: 0 10px; }
.Join .Jo_mian .in_img { width: 100%; padding: 40% 0; background: no-repeat center; background-size: cover; }
.Join .Jo_mian .in_txt { padding: 12px 0; font-size: 14px; text-align: center; color: #666; }

.News_x { padding: 80px 0; }
.News_x .nx_tit { padding-bottom: 30px; text-align: center; }
.News_x .nx_tit h4 { margin-bottom: 20px; font-size: 28px; color: #444; line-height: 42px; }
.News_x .nx_tit h6 { font-size: 14px; color: #bbb; }
.News_x .nx_tit h6 span { margin: 0 10px; }
.News_x .nx_tit h6 span i { margin-right: 10px; }
.News_x .nx_mian { padding: 40px 0; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
.News_x .nx_mian p { font-size: 14px; color: #666; line-height: 30px; }
.News_x .nx_mian img { max-width: 100%; }
.News_x .nx_bottom { padding: 40px 0; }
.News_x .nx_bottom span.fl { width: calc(100% - 150px); line-height: 30px; }
.News_x .nx_bottom span.fl em { display: block; font-size: 14px; color: #555; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.News_x .nx_bottom span.fl em a { margin-left: 10px; font-size: 14px; color: #555; }
.News_x .nx_bottom span.fl em a:hover { color: #5F4189; }
.News_x .nx_bottom span.fr { width: 128px; height: 38px; margin: 10px 0; }
.News_x .nx_bottom span.fr a { display: block; width: 100%; height: 100%; background: #815d9d; background: -webkit-linear-gradient(left, #5F4189, #c16480); background: linear-gradient(left, #5F4189, #c16480); font-size: 16px; color: #fff; font-size: 16px; color: #fff; text-align: center; line-height: 38px; }

.Class_x { padding: 80px 0 0; }
.Class_x .clx_tit span { display: block; position: relative; font-size: 42px; color: #5f4189; text-align: center; background-image: -webkit-gradient(linear, 40% 0, 65% 0, from(#5f4189), to(#de6772)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.Class_x .clx_h4 { margin-bottom: 30px; font-size: 30px; color: #5f4189; }
.Class_x .clx_pp { font-size: 16px; color: #666; line-height: 32px; }
.Class_x .clx_x { padding: 40px 0; }
.Class_x .clx_1 { padding: 0 0 40px 0; }
.Class_x .clx_1 .clx_tit { padding-bottom: 40px; border-bottom: 1px solid #ddd; }
.Class_x .clx_1 .clx_h4 { padding: 40px 0 0; }
.Class_x .clx_2 { background: #fef9f9; }
.Class_x .clx_2 ul li { padding: 40px 0; border-bottom: 1px solid #ddd; }
.Class_x .clx_2 ul li > h4 { margin-bottom: 20px; font-size: 22px; color: #5f4189; }
.Class_x .clx_2 .clx_box div.fl { width: 48%; }
.Class_x .clx_2 .clx_box div.fr { width: 48%; }
.Class_x .clx_2 .clx_box h6 { position: relative; padding-left: 20px; margin-bottom: 15px; font-size: 20px; color: #815d9d; }
.Class_x .clx_2 .clx_box h6:before { position: absolute; top: 50%; left: 0; width: 10px; height: 10px; content: ''; margin-top: -5px; border-radius: 50%; background: #815d9d; }
.Class_x .clx_2 .clx_box p { padding-left: 20px; font-size: 16px; color: #666; line-height: 26px; }
.Class_x .clx_4 { background: #f8f6f9; }
.Class_x .xgke { background: #f8f6f9; }

.Teacher { padding: 70px 0; overflow: hidden; }
.Teacher .tea_li { float: left; padding: 20px; background: #f5f4f7; box-sizing: border-box; border-radius: 20px; cursor: pointer; }
.Teacher .tea_li .tea_img { position: relative; width: 100%; padding: 25% 0; overflow: hidden; margin-bottom: 30px; border-radius: 20px; overflow: hidden; transform: rotate(0deg); }
.Teacher .tea_li .tea_img a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center; background-size: cover; -webkit-transition: all .5s; transition: all .5s; }
.Teacher .tea_li .tea_txt h4 { font-size: 16px; color: #666; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Teacher .tea_li .tea_txt p { height: 48px; overflow: hidden; margin: 20px 0; font-size: 13px; color: #888; line-height: 24px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.Teacher .tea_li .tea_txt h6 a { display: block; width: 120px; height: 36px; border: 1px solid #d9d9d9; border-radius: 30px; font-size: 13px; color: #888; text-align: center; line-height: 36px; }
.Teacher .tea_li .tea_txt h6 a:hover { background: #815d9d; background: -webkit-linear-gradient(left, #5F4189, #c16480); background: linear-gradient(left, #5F4189, #c16480); color: #fff; }
.Teacher .tea_li:hover .tea_img a { -webkit-transform: scale(1.05); transform: scale(1.05); }
.Teacher .tea_li:hover .tea_txt h4 { color: #5F4189; }
.Teacher .dt { margin-bottom: 40px; margin-right: -40px; }
.Teacher .dt > div { width: calc(50% - 40px); margin-right: 40px; }
.Teacher .dd { margin-right: -80px; }
.Teacher .dd > div { width: calc(33.33% - 80px); margin-right: 80px; margin-bottom: 40px; }
.Teacher .dd > div .tea_img { padding: 36% 0; }

.Teacher_x { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; }
.Teacher_x .teax_bg { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.Teacher_x .teax_box { position: absolute; top: 50%; left: 50%; z-index: 2; width: 1000px; height: 488px; padding: 50px; overflow: hidden; border-radius: 30px; background: #fff; box-sizing: border-box; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.Teacher_x .teax_box > h4 { padding-bottom: 28px; border-bottom: 1px solid #eee; font-size: 24px; color: #5f4189; }
.Teacher_x .teax_box .teax_mian { padding: 30px 0; }
.Teacher_x .teax_box .teax_img { float: left; width: 316px; height: 264px; overflow: hidden; border-radius: 30px; }
.Teacher_x .teax_box .teax_img img { width: 100%; }
.Teacher_x .teax_box .teax_txt { float: right; width: calc(100% - 316px - 50px); height: 264px; overflow: auto; }
.Teacher_x .teax_box .teax_txt h4 { font-size: 18px; color: #333; }
.Teacher_x .teax_box .teax_txt p { font-size: 14px; color: #666; line-height: 28px; }
.Teacher_x .teax_close { position: absolute; top: 20px; right: 30px; z-index: 1; width: 24px; height: 24px; border: 2px solid #ccc; border-radius: 50%; font-size: 12px; color: #ccc; font-weight: bold; text-align: center; line-height: 24px; cursor: pointer; }
.Teacher_x .teax_close:hover { border-color: #79609C; color: #79609C; }

.Science { padding: 80px 0; }
.Science .sci_box { width: 1000px; margin: 0 auto; margin-bottom: 50px; }
.Science .sci_box .sci_bd { float: left; width: calc(100% - 160px); }
.Science .sci_box .sci_bd > div { overflow: hidden; height: 680px; }
.Science .sci_box .sci_bd .bd_li { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 20px; }
.Science .sci_box .sci_bd .bd_li span { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 20px; background: no-repeat center; background-size: cover; }
.Science .sci_box .sci_bd .bd_li em { position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; height: 70px; padding: 0 30px; background: rgba(0, 0, 0, 0.3); box-shadow: 0 -20px 10px 3px rgba(0, 0, 0, 0.3); box-sizing: border-box; font-size: 20px; color: #fff; line-height: 50px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Science .sci_box .sci_hd { position: relative; float: right; width: 120px; height: 680px; margin: 0 20px; padding: 50px 0; box-sizing: border-box; }
.Science .sci_box .sci_hd > div { height: 100%; overflow: hidden; }
.Science .sci_box .sci_hd .hd_li { width: 100%; height: 116px; padding: 5px 0; box-sizing: border-box; }
.Science .sci_box .sci_hd .hd_li span { display: block; position: relative; width: 100%; height: 100%; border-radius: 20px; background: no-repeat center; background-size: cover; cursor: pointer; }
.Science .sci_box .sci_hd .hd_li.on span:before { position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; content: ''; border-radius: 20px; border: 5px solid #7D51A0; box-sizing: border-box; }
.Science .sci_box .sci_hd .iconfont { position: absolute; left: 50%; font-size: 30px; font-weight: bold; margin-left: -15px; color: #5F4189; }
.Science .sci_box .sci_hd .iconfont.prev { top: 20px; }
.Science .sci_box .sci_hd .iconfont.next { bottom: 20px; }
.Science .sci_mian h4 { margin-bottom: 20px; font-size: 24px; color: #333; }
.Science .sci_mian p { font-size: 14px; color: #666; line-height: 28px; }

@media (max-width: 1220px) { /*初始化*/
  .wrap { max-width: 1024px; }
  /*header*/
  .header { height: 200px; }
  .header .logo { width: 140px; line-height: 158px; }
  .header .head_box .head_top { padding: 20px 0; }
  .header .head_box .head_top > a { height: 60px; }
  .header .head_box .head_top .phone { height: 60px; line-height: 60px; }
  .header .head_box .nav > ul > li { margin-right: 33.5px; }
  .header .head_box .nav > ul > li > a { font-size: 16px; }
  /*index*/
  .index { margin-top: -64px; }
  .index .i_tit span { padding-bottom: 40px; font-size: 36px; }
  .index .i_tit span:before { width: 220px; margin-left: -110px; }
  .banner { height: 800px; }
  .index_1 { padding: 60px 0; }
  .index_2 { height: 780px; padding: 60px 0; }
  /*footer*/
  .footer .foot_1 .fo_1 { width: 450px; }
  .footer .foot_1 .fo_2 { padding: 0 80px; }
  .footer .foot_2 span { font-size: 16px; }
  .footer .foot_2 span.span.fl,.footer .foot_2 span.span.fr{float: none; vertical-align: middle;  }
  .foot_2 span.fr span .aa{
						color: #fff;
					}
  /*content*/
  .content {margin-top: -64px; }
  .content .sub_banner { height: 620px; } }
@media (max-width: 1044px) { /*初始化*/
  .wrap { max-width: 100%; padding: 0 3%; }
  /*header*/
  .header {position: fixed;top: 0; left: 0; height: 140px !important; }
  .header .logo { width: 500px !important; line-height: 100px !important; }
  .header .logo .log_2 { display: block; }
  .header .logo .log_1 { display: none; }
  .header .head_box { float: none; width: auto; }
  .header .head_box .head_top { display: none; }
  .header .head_box .nav { position: fixed; top: 0; right: 0; z-index: 997; width: 300px; height: 100%; padding: 60px 3%; margin-left: 0; box-sizing: border-box; background: -webkit-linear-gradient(#5F4189, #c16480); background: linear-gradient(#5F4189, #c16480); }
  .header .head_box .nav.close-nav { -webkit-transition: -webkit-transform .3s ease; transition: transform .3s ease; -webkit-transform: translate(300px, 0); transform: translate(300px, 0); }
  .header .head_box .nav.open-nav { -webkit-transform: translate(0, 0) !important; transform: translate(0, 0) !important; -webkit-transition: -webkit-transform .5s; transition: transform .5s; }
  .header .head_box .nav > ul { max-height: 100%; overflow: auto; }
  .header .head_box .nav > ul > li { display: block; float: none; width: 100%; margin: 0; padding: 0; line-height: 1; }
  .header .head_box .nav > ul > li > a { padding: 20px 0; font-size: 16px; }
  .header .head_box .nav > ul > li.Have > a { pointer-events: none; }
  /*.header .head_box .nav > ul > li > a { padding: 20px 0; font-size: 16px; pointer-events: none; }*/
  .header .head_box .nav .down_nav { position: static; width: 100%; padding: 0; margin: 0; border: none; background: transparent; }
  .header .head_box .nav .down_nav:before { display: none; }
  .header .head_box .nav .down_nav a { padding: 15px 0; }
  .header .push-nav { display: block; position: absolute; top: 0; right: 3%; z-index: 998; width: 56px; height: 100px; }
  .header .push-nav .nav-toggle { display: block; position: absolute; left: 50%; top: 50%; border: 0; background-image: none; border-radius: 4px; cursor: pointer; -webkit-transform: translate(-50%, -40%); transform: translate(-50%, -40%); }
  .header .push-nav .nav-toggle span { display: block; position: relative; z-index: 1; width: 36px; height: 3px; margin-bottom: 8px; background: #fa8e94; border-radius: 3px; -webkit-transform-origin: 33px; transform-origin: 33px; -webkit-transition: all .5s; transition: all .5s; }
  .header .push-nav.on .nav-toggle span { opacity: 1; }
  .header .push-nav.on .nav-toggle span:nth-child(3) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  .header .push-nav.on .nav-toggle span:nth-child(2) { opacity: 0; }
  .header .push-nav.on .nav-toggle span:nth-child(1) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .header .bg-nav { display: none; position: fixed; top: 0; left: 0; z-index: 996; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); animation: fade-in .43s ease 0s; -webkit-animation: fade-in .43s ease 0s; }
  /*index*/
  .index { padding-top: 30px; margin-top: 0;}
  .index .i_tit span { padding-bottom: 5%; font-size: 30px; }
  .index .i_tit span:before { width: 180px; margin-left: -90px; }
  .banner { height: 600px; }
  .index_1 { padding: 5% 0; }
  .index_1 .in_mian .in_box { padding: 6% 0; }
  .index_1 .in_mian .in_box .in_img { position: relative; width: 100%; overflow: hidden; padding: 45% 0; margin-bottom: 5%; }
  .index_1 .in_mian .in_box .in_txt h4 { margin-bottom: 5%; font-size: 18px; }
  .index_2 { padding: 6% 0; height: auto; background: #f8ebee !important; }
  .index_2 .in_mian .in_box { padding: 3% 0; }
  .index_2 .in_mian .in_box .in_li { padding: 2%; }
  .index_2 .in_mian .in_box .in_img { margin-bottom: 3%; }
  .index_4 { padding: 6% 0; height: auto; background: #f8f7f7 !important; }
  .index_4 .in_mian { padding: 3%; }
  .index_4 .in_mian .in_fl { float: none; width: 100%; margin-bottom: 2%; }
  .index_4 .in_mian .in_fl > ul li { padding: 3% 0; }
  .index_4 .in_mian .in_fr { float: none; margin: 0 auto; }
  .index_5 { padding: 6% 0; }
  .index_5 .in_mian { padding: 4% 0; }
  .index_5 .in_mian ul li { padding: 1%; }
  .index_5 .in_mian .in_txt span { font-size: 14px; }
  .index_6 { padding: 6% 0; height: auto; background: #f8ebee !important; }
  .index_6 .in_mian .in_box { padding: 5% 0; }
  .index_6 .in_mian .in_box .in_txt { font-size: 20px; }
  /*footer*/
  .footer .foot_1 { padding: 5% 0; }
  .footer .foot_1 .fo_1 { float: none; width: 100%; text-align: center; }
  .footer .foot_1 .fo_2 { width: 100%; padding: 0; margin: 3% 0; border: none !important; text-align: center; }
  .footer .foot_1 .fo_3 { width: 100%; text-align: center; }
  .footer .foot_1 .fo_3 span { margin: 0 auto; }
  /*content*/
 	.content{ padding-top: 0px; margin-top: 0;}
  .content .sub_banner { height: 520px; }
  .content .sub_nav { height: 50px; }
  .content .sub_nav a { font-size: 14px; line-height: 50px; }
  .content .paging { padding: 3% 0; }
  .content .paging > ul li { width: 40px; height: 40px; margin-right: 15px; }
  .content .paging > ul li a { font-size: 14px; line-height: 38px; }
  .content .paging > ul li.on a, .content .paging > ul li:hover a { line-height: 40px; }
  .content .paging > span { line-height: 40px; }
  .Obtain .obt_xx .obt_mian { width: 96%; height: 74%; margin-top: 0; margin-left: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .Query { padding: 6% 0; height: auto; }
  .Query .qu_fl { float: none; width: 100%; margin-bottom: 3%; text-align: center; border: none; }
  .Query .qu_fl form { width: 100%; }
  .Query .qu_fr { float: none; width: 100%; padding: 0; text-align: center; }
  .Query .qu_fr h6 { margin: 0 auto; }
  .Grace { padding: 6% 0; }
  .Grace .ul_1 .ul_fl { width: 100%; height: auto; padding: 32% 0; margin-bottom: 20px; }
  .Grace .ul_1 .ul_fr { width: 100%; height: auto; }
  .Grace .ul_1 .ul_fr a { float: left; width: calc(50% - 5px); height: auto; padding: 15% 0; margin-bottom: 0; }
  .Grace .ul_1 .ul_fr a:nth-child(even) { float: right; }
  .Grace .ul_1 .ul_fr em { height: 40px; font-size: 14px; line-height: 40px; }
  .Grace .ul_2 ul li { width: calc(33.33% - 10px); margin-top: 20px; }
  .Experi { padding: 5% 0; }
  .Experi > ul > li { padding: 4% 0; }
  .About .Ab_tit { padding-bottom: 5%; }
  .About .Ab_tit span { font-size: 28px; }
  .About .Ab_tit em { font-size: 14px; }
  .About .Ab_1 { padding: 8% 0; }
  .About .Ab_2 { padding: 8% 0; }
  .About .Ab_2 .Ab_hd ul li { padding: 1%; }
  .About .Ab_2 .Ab_hd .in_txt span { font-size: 14px; }
  .About .Ab_3 { padding: 8% 0; }
  .About .Ab_3 .ab1 { height: 200px; }
  .About .Ab_3 .ab2 { height: 200px; }
  .About .Ab_3 .ab_txt { width: calc(100% - 200px); padding: 2%; }
  .About .Ab_3 .ab_txt h4 { font-size: 20px; margin-bottom: 3%; }
  .About .Ab_3 .ab_img { width: 200px; }
  .Video { padding: 8% 0; }
  .Video .vid_mian { margin-right: -20px; }
  .Video .vid_mian li { width: calc(33.33% - 20px); margin-right: 20px; }
  .Video .Vid_sp .vid_box { width: 96%; height: auto; padding: 35% 0; overflow: hidden; }
  .Video .Vid_sp .vid_box iframe { position: absolute; top: 0; left: 0; }
  .Video .Vid_sp .vid_close { top: 20px; right: 20px; left: auto; margin-left: 0; font-size: 28px; }
  .Contact { padding: 6% 0; }
  .Contact .cont_mian .cont_icon { width: 60px; }
  .Contact .cont_mian .cont_txt { padding: 5% 3% 5% calc(60px + 3%); }
  .Leaving { padding: 6% 0; }
  .Leaving .lea_tit { margin-bottom: 5%; }
  .Leaving .lea_tit h4 { font-size: 30px; margin-bottom: 2%; }
  .Leaving .lea_mian { padding: 5% 10%; }
  .Class { padding: 8% 0; }
  .Class .class_box { margin-bottom: 5%; }
  .Class .class_mian .cl_tit span { font-size: 30px; padding-bottom: 5%; }
  .Class .class_mian .cl_ul .in_img { margin-bottom: 15px; }
  .Class .class_mian .cl_ul .in_txt h4 { margin-bottom: 10px; font-size: 16px; }
  .News { padding: 8% 0; }
  .Join .Jo_tit { padding: 6% 0; }
  .Join .Jo_tit span { font-size: 24px; }
  .Join .Jo_mian { padding: 5% 0; }
  .Join .Jo_mian .in_box > button.slick-prev { left: 0; }
  .Join .Jo_mian .in_box > button.slick-next { right: 0; }
  .News_x { padding: 8% 0; }
  .News_x .nx_tit { padding-bottom: 3%; }
  .News_x .nx_tit h4 { font-size: 24px; line-height: 36px; }
  .News_x .nx_tit h6 span { font-size: 14px; }
  .News_x .nx_mian { padding: 4% 0; }
  .News_x .nx_bottom { padding: 4% 0; }
  .Class_x { padding: 8% 0 0; }
  .Class_x .clx_tit span { font-size: 32px; }
  .Class_x .clx_h4 { margin-bottom: 4%; font-size: 24px; }
  .Class_x .clx_pp { font-size: 14px; line-height: 24px; }
  .Class_x .clx_x { padding: 5% 0; }
  .Class_x .clx_1 { padding: 0 0 5% 0; }
  .Class_x .clx_1 .clx_tit { padding-bottom: 5%; }
  .Class_x .clx_1 .clx_h4 { padding: 5% 0 0; }
  .Class_x .clx_2 ul li { padding: 5% 0; }
  .Class_x .clx_2 ul li > h4 { margin-bottom: 15px; font-size: 18px; }
  .Class_x .clx_2 .clx_box div { float: none !important; width: 100% !important; margin-bottom: 3%; }
  .Class_x .clx_2 .clx_box h6 { padding-left: 15px; font-size: 20px; }
  .Class_x .clx_2 .clx_box h6:before { width: 8px; height: 8px; margin-top: -4px; }
  .Class_x .clx_2 .clx_box p { padding-left: 15px; font-size: 14px; line-height: 24px; }
  .Teacher { padding: 6% 0; }
  .Teacher .tea_li { padding: 3%; border-radius: 10px; }
  .Teacher .tea_li .tea_img { padding: 30% 0 !important; margin-bottom: 5%; border-radius: 10px; }
  .Teacher .tea_li .tea_txt h4 { font-size: 14px; }
  .Teacher .tea_li .tea_txt p { margin: 10px 0; height: 40px; font-size: 12px; line-height: 20px; }
  .Teacher .tea_li .tea_txt h6 a { width: 100px; height: 30px; font-size: 12px; line-height: 30px; }
  .Teacher .dt { margin-bottom: 5%; margin-right: -20px; }
  .Teacher .dt > div { width: calc(50% - 20px); margin-right: 20px; }
  .Teacher .dd { margin-right: -20px; }
  .Teacher .dd > div { width: calc(50% - 20px); margin-right: 20px; margin-bottom: 5%; }
  .Teacher_x .teax_box { display: flex; width: 96%; height: 86%; padding: 6%; flex-direction: column; }
  .Teacher_x .teax_box > h4 { margin-bottom: 3%; }
  .Teacher_x .teax_box .teax_mian { flex: 1; height: 100%; padding: 0; overflow: auto; }
  .Teacher_x .teax_box .teax_img { float: none; width: 100%; margin-bottom: 5%; border-radius: 0; text-align: center; }
  .Teacher_x .teax_box .teax_img img { width: auto; min-height: 100%; }
  .Teacher_x .teax_box .teax_txt { float: none; width: 100%; height: auto; overflow: inherit; }
  .Science { padding: 8% 0; }
  .Science .sci_box { width: 100%; }
  .Science .sci_box .sci_bd { float: none; width: 100%; height: 500px; }
  .Science .sci_box .sci_bd > div { height: 100%; }
  .Science .sci_box .sci_hd { display: none; } }
@media (max-width: 900px) { /*header*/
  .header { height: 100px !important; }
  .header .logo { width: 360px !important; line-height: 70px !important; }
  .header .push-nav { height: 70px; }
  /*index*/
  .index { padding-top: 20px; }
  .banner { height: 500px; }
  .index_5 .in_mian ul li { float: left; width: 49%; margin-bottom: 2%; border: 1px solid #ddd !important; }
  .index_5 .in_mian ul li:before { display: none !important; }
  .index_5 .in_mian ul li:nth-child(even) { float: right; }
  .index_5 .in_mian .in_txt span { font-size: 14px; }
  /*content*/
  .content { padding-top: 0px; }
  .content .sub_banner { height: 420px; }
  .Obtain { padding: 5% 0; }
  .Obtain dl dt span { padding: 2%; font-size: 16px; }
  .Obtain dl dd span { padding: 2%; line-height: 48px; }
  .Obtain dl dd span em { font-size: 14px; line-height: 24px; }
  .About .Ab_2 .Ab_hd ul li { float: left; width: 49%; margin-bottom: 2%; border: 1px solid #ddd !important; }
  .About .Ab_2 .Ab_hd ul li:before { display: none !important; }
  .About .Ab_2 .Ab_hd ul li:nth-child(even) { float: right; }
  .About .Ab_2 .Ab_hd .in_txt span { font-size: 14px; }
  .About .Ab_2 .Ab_bd ul li { padding: 5% 0; text-align: center; }
  .About .Ab_2 .Ab_bd ul li h4 { margin-bottom: 4%; height: 60px; }
  .About .Ab_2 .Ab_bd ul li h4 img { max-height: 100%; }
  .About .Ab_3 .ab1 { height: auto; margin-bottom: 0; }
  .About .Ab_3 .ab1 > div { float: none; width: 100%; height: 200px; margin-bottom: 3%; }
  .Leaving .lea_tit h4 { font-size: 24px; }
  .Leaving .lea_mian { padding: 5% 8%; }
  .News .dt { height: auto; padding-bottom: 5%; }
  .News .dt .dt-1 { position: relative; float: none; width: 100%; height: auto; padding: 30% 0; margin-bottom: 2%; }
  .News .dt .dt-1 a { position: absolute; top: 0; left: 0; }
  .News .dt .dt-2 { float: none; width: 100%; }
  .News .dt .dt-2 h4 { line-height: 40px; }
  .News .dd ul li { height: auto; padding: 4% 0; }
  .News .dd ul li div.a1 { display: none; }
  .News .dd ul li div.a2 { width: 150px; height: 100px; margin: 0; }
  .News .dd ul li div.a3 { width: calc(100% - 170px); }
  .News .dd ul li div.a3 h4 { font-size: 14px; line-height: 30px; }
  .News .dd ul li div.a3 p { max-height: 60px; font-size: 12px; line-height: 20px; }
  .Science .sci_box .sci_bd { height: 400px; } }
@media (max-width: 768px) { /*header*/
  .header .logo { width: 300px !important; }
  /*index*/
  .banner { height: 400px; }
  .banner .pagination .swiper-pagination-switch { width: 8px; height: 8px; margin: 0 6px; }
  /*content*/
  .content .sub_banner { height: 350px; }
  .Grace .ul_2 ul li { width: calc(50% - 10px); margin-top: 20px; }
  .Experi { padding: 5% 0; }
  .Experi .exp_img { width: 150px; height: 150px; }
  .Experi .exp_txt { width: calc(100% - 180px); padding: 3% 0; }
  .Experi .exp_txt h4 { font-size: 20px; }
  .Experi .exp_txt p { margin: 3% 0; }
  .About .Ab_3 .ab1 { height: auto; }
  .About .Ab_3 .ab1 > div { height: auto; }
  .About .Ab_3 .ab2 { height: auto; }
  .About .Ab_3 .ab_img { float: none; width: 100%; height: 300px; }
  .About .Ab_3 .ab_txt { float: none; width: 100%; padding: 4%; }
  .About .Ab_3 .ab_txt p { font-size: 12px; line-height: 20px; }
  .Video .vid_mian { margin-right: -15px; }
  .Video .vid_mian li { width: calc(50% - 15px); margin-right: 15px; margin-bottom: 10px; }
  .Video .vid_mian .vid_img > i { width: 30px; height: 30px; }
  .Video .vid_mian .vid_txt { padding: 10px 0; }
  .Video .vid_mian .vid_txt h4 { font-size: 16px; }
  .Video .vid_mian .vid_txt p { font-size: 12px; }
  .Contact .cont_mian .cont_icon { width: 50px; }
  .Contact .cont_mian .cont_icon i { font-size: 24px; }
  .Contact .cont_mian .cont_txt { padding: 5% 3% 5% calc(50px + 3%); }
  .Contact .cont_mian .cont_txt h4 { margin-bottom: 3%; font-size: 18px; }
  .Contact .cont_mian .cont_txt h4 span { font-size: 16px; }
  .Contact .cont_mian .cont_txt h6 > em { font-size: 20px; margin-right: 3%; }
  .Contact .cont_mian .cont_txt h6 span { margin-right: 5%; }
  .Class .class_mian .cl_tit span { font-size: 24px; padding-bottom: 5%; }
  .Class .class_mian .cl_ul { margin-right: -15px; }
  .Class .class_mian .cl_ul .in_li { width: calc(50% - 15px); margin-right: 15px; }
  .Class .class_mian .cl_ul .in_img { margin-bottom: 15px; }
  .Class .class_mian .cl_ul .in_img em span { font-size: 16px; margin-bottom: 12px; }
  .Class .class_mian .cl_ul .in_img em i { font-size: 24px; }
  .Class .class_mian .cl_ul .in_txt h4 { margin-bottom: 10px; font-size: 16px; }
  .Science .sci_box .sci_bd { height: 300px; } }
@media (max-width: 640px) { /*header*/
  .header { height: 70px !important; }
  .header .logo { width: 200px !important; line-height: 50px !important; }
  .header .head_box .nav { padding: 50px 6%; width: 200px; }
  .header .head_box .nav.close-nav { -webkit-transform: translate(200px, 0); transform: translate(200px, 0); }
  .header .head_box .nav > ul > li > a { font-size: 14px; }
  .header .push-nav { width: 50px; height: 50px; }
  .header .push-nav .nav-toggle span { width: 25px; height: 2px; margin-bottom: 6px; -webkit-transform-origin: 24px; transform-origin: 24px; }
  /*index*/
  .index .i_tit span { padding-bottom: 5%; font-size: 24px; }
  .index .i_tit span:before { width: 140px; margin-left: -70px; }
  .banner { height: 250px; }
  .index_1 { padding: 8% 0; }
  .index_1 .in_mian .in_box .in_img { position: relative; width: 100%; overflow: hidden; padding: 45% 0; margin-bottom: 5%; }
  .index_1 .in_mian .in_box .in_txt { padding: 0 10px; }
  .index_1 .in_mian .in_box .in_txt h4 { margin-bottom: 5%; font-size: 16px; }
  .index_1 .in_mian .in_box .in_txt h5, .index_1 .in_mian .in_box .in_txt h6 { font-size: 12px; }
  .index_1 .in_mian .slick-dots li { width: 6px; height: 6px; margin: 0 4px; }
  .index_2 .in_mian .in_box .in_img { margin-bottom: 5%; }
  .index_2 .in_mian .in_box .in_txt h4 { font-size: 20px; }
  .index_2 .in_mian .in_box .in_txt h5 { font-size: 16px; }
  .index_2 .in_mian .in_box .in_txt p { font-size: 12px; }
  .index_2 .in_mian .slick-dots li { width: 6px; height: 6px; margin: 0 4px; }
  .index_4 .in_mian .in_fl > h4 { font-size: 20px; }
  .index_4 .in_mian .in_fl .in_img { float: none; margin: 0 auto; }
  .index_4 .in_mian .in_fl .in_txt { float: none; width: 100%; text-align: center; }
  .index_4 .in_mian .in_fl .in_txt h4 { padding: 10px 0; font-size: 18px; }
  .index_4 .in_mian .in_fl .in_txt p { font-size: 12px; }
  .index_4 .in_mian .in_fr { width: 100%; padding: 5px; }
  .index_4 .in_mian .in_fr form { padding: 2% 3%; }
  .index_5 .in_mian > ul li { padding: 3% 1%; }
  .index_5 .in_mian .in_img { float: none; margin: 0 auto 1%; }
  .index_5 .in_mian .in_txt { float: none; width: 100%; height: 48px; text-align: center; line-height: 48px; }
  .index_5 .in_mian .in_txt span { max-height: 48px; overflow: hidden; font-size: 12px; line-height: 24px; }
  .index_6 { padding: 6% 0; height: auto; background: #f8ebee !important; }
  .index_6 .in_mian .in_box .in_txt { font-size: 16px; }
  .index_6 .in_mian .slick-dots li { width: 6px; height: 6px; margin: 0 4px; }
  /*footer*/
  .footer .foot_1 .fo_1 span { font-size: 20px; margin-bottom: 2%; }
  .footer .foot_1 .fo_1 em { font-size: 12px; }
  .footer .foot_2 span { font-size: 12px; line-height: 24px; }
  /*content*/
  .content { padding-top: 0px; }
  .content .sub_banner { height: 250px; }
  .content .sub_nav { height: 40px; }
  .content .sub_nav a { font-size: 12px; line-height: 40px; }
  .content .paging { padding: 3% 0; }
  .content .paging > ul li { width: 30px; height: 30px; margin-right: 6px; }
  .content .paging > ul li a { font-size: 12px; line-height: 28px; }
  .content .paging > ul li.on a, .content .paging > ul li:hover a { line-height: 30px; }
  .content .paging > span { font-size: 12px; line-height: 30px; }
  .Common { padding: 20px 0; }
  .Common .com_mian li .hd { padding: 10px 0; }
  .Common .com_mian li .hd .ii { margin-top: 0; }
  .Common .com_mian li .hd .pp { font-size: 16px; line-height: 20px; }
  .Common .com_mian li .bd { padding: 10px 0; }
  .Common .com_mian li .bd .ii { margin-top: 0; }
  .Common .com_mian li .bd .pp { font-size: 12px; line-height: 20px; }
  .Obtain { padding: 5% 0; }
  .Obtain dl dt span { padding: 2%; font-size: 12px; }
  .Obtain dl dd span { padding: 2%; line-height: 40px; }
  .Obtain dl dd span em { font-size: 10px; line-height: 20px; }
  .Obtain .obt_xx .obt_mian .obt_tit { height: 60px; padding: 0 5%; line-height: 60px; font-size: 16px; }
  .Obtain .obt_xx .obt_mian .obt_box { padding: 5%; max-height: calc(100% - 60px); }
  .Obtain .obt_xx .obt_mian .obt_box h4 { padding-bottom: 3%; margin-bottom: 2%; font-size: 16px; }
  .Obtain .obt_xx .obt_mian .obt_box p { font-size: 12px; line-height: 24px; }
  .Obtain .obt_xx .obt_mian .obt_close { top: 15px; right: 20px; }
  .Query .qu_fl { width: 100%; padding: 5px; }
  .Query .qu_fl form { padding: 2% 3%; }
  .Query .qu_fl form h4 { padding-bottom: 20px; margin-bottom: 6%; font-size: 24px; }
  .Query .qu_fl form input[type='text'] { height: 42px; border-width: 1px; font-size: 14px; }
  .Query .qu_fl form input[type='button'] { width: 142px; height: 42px; font-size: 16px; }
  .Grace .ul_1 .ul_fl em { height: 40px; font-size: 14px; line-height: 40px; }
  .Grace .ul_1 .ul_fr em { height: 30px; font-size: 12px; line-height: 30px; }
  .Grace .ul_2 ul li { width: calc(50% - 10px); margin-top: 20px; }
  .Grace .ul_2 ul li em { padding: 8px 5px; font-size: 12px; }
  .Grace .ul_2 ul li span { height: 132px; }
  .Experi .exp_img { width: 60px; height: 60px; }
  .Experi .exp_txt { width: calc(100% - 80px); padding: 3% 0; }
  .Experi .exp_txt h4 { font-size: 16px; }
  .Experi .exp_txt p { margin: 5% 0; font-size: 12px; line-height: 20px; }
  .Experi .exp_txt h6 a { width: 100px; height: 30px; font-size: 12px; line-height: 30px; }
  .About .Ab_tit span { margin-bottom: 8px; font-size: 18px; }
  .About .Ab_tit em { font-size: 12px; }
  .About .Ab_1 .Ab_mian p { font-size: 14px; line-height: 24px; }
  .About .Ab_2 .Ab_hd > ul li { padding: 3% 1%; }
  .About .Ab_2 .Ab_hd .in_img { float: none; margin: 0 auto 1%; }
  .About .Ab_2 .Ab_hd .in_txt { float: none; width: 100%; height: 48px; text-align: center; line-height: 48px; }
  .About .Ab_2 .Ab_hd .in_txt span { max-height: 48px; overflow: hidden; font-size: 12px; line-height: 24px; }
  .About .Ab_2 .Ab_bd ul li h4 { height: 40px; }
  .About .Ab_2 .Ab_bd ul li p { font-size: 14px; line-height: 24px; }
  .Contact .cont_mian .cont_icon { width: 40px; }
  .Contact .cont_mian .cont_icon i { font-size: 18px; }
  .Contact .cont_mian .cont_txt { padding: 5% 2% 5% calc(40px + 2%); }
  .Contact .cont_mian .cont_txt h4 { font-size: 14px; }
  .Contact .cont_mian .cont_txt h4 span { font-size: 12px; }
  .Contact .cont_mian .cont_txt h6 > em { font-size: 14px; }
  .Contact .cont_mian .cont_txt h6 span i { width: 60px; height: 60px; }
  .Contact .cont_mian .cont_txt h6 span em { font-size: 12px; }
  .Leaving .lea_tit h4 { font-size: 18px; }
  .Leaving .lea_tit h6 { font-size: 12px; }
  .Leaving .lea_mian { padding: 5%; }
  .Leaving .lea_mian .lea_input { margin-bottom: 2%; }
  .Leaving .lea_mian span { font-size: 14px; }
  .Leaving .lea_mian input[type='text'] { padding: 6px 10px; height: 42px; font-size: 14px; line-height: 24px; }
  .Leaving .lea_mian textarea { height: 150px; padding: 6px 10px; font-size: 14px; line-height: 24px; }
  .Leaving .lea_mian input[type='button'] { width: 100px; height: 40px; font-size: 14px; }
  .Class .class_box { margin-bottom: 8%; }
  .Class .class_mian .cl_ul .in_txt h4 { margin-bottom: 10px; font-size: 14px; }
  .Class .class_mian .cl_ul .in_txt h5, .Class .class_mian .cl_ul .in_txt h6 { font-size: 12px; }
  .News .dt .dt-2 { float: none; width: 100%; }
  .News .dt .dt-2 h4 { line-height: 40px; }
  .News .dt .dt-2 p { max-height: none; font-size: 12px; line-height: 20px; }
  .News .dt .dt-2 h5 a { width: 100px; height: 30px; font-size: 12px; line-height: 30px; }
  .News .dd ul li div.a2 { width: 100px; height: 80px; }
  .News .dd ul li div.a3 { width: calc(100% - 110px); }
  .News .dd ul li div.a3 h4 { font-size: 14px; line-height: 30px; }
  .News .dd ul li div.a3 p { max-height: 40px; font-size: 12px; line-height: 20px; }
  .Join .Jo_tit { padding: 6% 0; }
  .Join .Jo_tit span { margin-bottom: 8px; font-size: 16px; }
  .Join .Jo_tit em { font-size: 12px; }
  .News_x .nx_tit h4 { margin-bottom: 10px; font-size: 18px; line-height: 30px; }
  .News_x .nx_tit h6 span { font-size: 12px; }
  .News_x .nx_mian p { line-height: 24px; }
  .News_x .nx_bottom span.fl { width: calc(100% - 110px); line-height: 25px; }
  .News_x .nx_bottom span.fl em { font-size: 12px; }
  .News_x .nx_bottom span.fl em a { font-size: 12px; }
  .News_x .nx_bottom span.fr { width: 100px; height: 30px; }
  .News_x .nx_bottom span.fr a { font-size: 14px; line-height: 30px; }
  .Class_x .clx_tit span { font-size: 20px; }
  .Class_x .clx_h4 { font-size: 16px; }
  .Class_x .clx_pp { font-size: 12px; line-height: 20px; }
  .Class_x .clx_2 ul li > h4 { font-size: 18px; }
  .Class_x .clx_2 .clx_box h6 { padding-left: 10px; font-size: 16px; }
  .Class_x .clx_2 .clx_box h6:before { width: 6px; height: 6px; margin-top: -3px; }
  .Class_x .clx_2 .clx_box p { padding-left: 10px; font-size: 12px; line-height: 20px; }
  .Teacher .dt { margin-right: -10px; }
  .Teacher .dt > div { width: calc(50% - 10px); margin-right: 10px; }
  .Teacher .dd { margin-right: -10px; }
  .Teacher .dd > div { width: calc(50% - 10px); margin-right: 10px; }
  .Teacher_x .teax_box > h4 { font-size: 16px; }
  .Teacher_x .teax_box .teax_txt h4 { font-size: 14px; }
  .Teacher_x .teax_box .teax_txt p { font-size: 12px; line-height: 20px; }
  .Science .sci_box .sci_bd .bd_li em { height: 50px; padding: 0 5%; font-size: 16px; }
  .Science .sci_mian h4 { margin-bottom: 12px; font-size: 20px; }
  .Science .sci_mian p { font-size: 12px; line-height: 20px; } }
@-webkit-keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: .9; } }
@keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: .9; } }

/*# sourceMappingURL=style.css.map */
/*右侧悬浮固定客服*/
/*2*/
/*右侧悬浮菜单*/
	.slide{
		width: 50px;
		height: 250px;
		position: fixed;
		top: 50%;
		margin-top: -126px;
		background: #101010;
		right: 0;
		border-radius: 5px 0 0 5px;
		z-index: 999;
	}
	.slide ul{
		list-style: none;
	}
	.slide .icon li{
		width: 49px;
		height: 50px;
		background: url(./images/icon.png) no-repeat;
	}
	.slide .icon .up{
		background-position:-330px -120px ;
	}
	.slide .icon li.qq{
		background-position:-385px -73px ;
	}
	.slide .icon li.tel{
		background-position:-385px -160px ;
	}
	.slide .icon li.wx{
		background-position:-385px -120px ;
	}
	.slide .icon li.down{
		background-position:-330px -160px ;
	}
	.slide .info{
		top: 50%;
		height: 147px;
		position: absolute;
		right: 100%;
		background: #101010;
		/*background: #018D75;*/
		width: 0px;
		overflow: hidden;
		margin-top: -73.5px;
		transition:0.5s;
		border-radius:4px 0 0 4px ;
	}
	.slide .info.hover{
		width: 145px;

	}
	.slide .info li{
		width: 145px;
		color: #CCCCCC;
		text-align: center;
	}
	.slide .info li p{
		font-size: 1.1em;
		line-height: 2em;
		padding: 15px;
		text-align: left;
	}
	.slide .info li.qq p a{
		display: block;
		margin-top: 12px;
		width: 100px;
		height: 32px;
		line-height: 32px;
		color: #00DFB9;
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		border: 1px solid #00DFB9;
		border-radius: 5px;
	}
	.slide .info li.qq p a:hover{
		color: #FFFFFF;
		border: none;
		background: #00E0DB;
	}
	.slide .info li div.img{
		height: 100%;
		background: #DEFFF9;
		margin: 15px;
	}
	.slide .info li div.img img{
		width: 100%;
		height: 100%;
	}
	/*控制菜单的按钮*/
	.index_cy{
		width: 30px;
		height: 30px;
		background: url(./images/index_cy.png);
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: 140px;
		background-position: 62px 0;
		cursor: pointer;
	}
	.index_cy2{
		width: 30px;
		height: 30px;
		background: url(./images/index_cy.png);
		position: fixed;
		right: 0;
		top: 50%;
		margin-top: 140px;
		background-position: 30px 0;
		cursor: pointer;
	}

	/*自适应 当屏小于1050时隐藏*/
	@media screen and (max-width: 1050px) {
		.slide{
			display: none;
		}
		#btn{
			display: none;
		}

	}
/*	.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{
	background-image: url(./images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(./images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(./images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(./images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
   width: 120px;
    height: 120px;
    background:url(./images/weixin.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(./images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}*/



.wx_qrcode{
	position: absolute;
	right: 0;
	bottom: -260px;
	padding: 10px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05)
}
.wx_qrcode img{
	width: 155px;
	height: 155px;
}
.wx_qrcode .txt{
	display: block;
	text-align: center;
	line-height: 28px;
	color: #666;
	font-size: 12px;
}
