﻿* { padding: 0; margin: 0; text-decoration: none; list-style: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-family: 'arial','Microsoft Yahei', 'Hiragino Sans GB','Helvetica Neue','Helvetica','tahoma','Verdana','sans-serif', "WenQuanYi Micro Hei","\5B8B\4F53"; }

html, body { width: 100%; background: #fafcff; }

input, button { border: none; outline: none; background: none; }

textarea { border: none; outline: none; background: none; resize: none; overflow: hidden; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder, textarea:-moz-placeholder { color: #999999; opacity: 1; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #999999; opacity: 1; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999999; }

img { border: none; display: block; }

.main { width: 1200px; height: 100%; margin: 0 auto; }

.symain { width: 1600px; height: 100%; margin: 0 auto; }

@media screen and (max-width: 1660px) { .symain { width: 1200px; } }
@media screen and (max-width: 1260px) { .main, .symain { padding: 0 80px; width: auto; } }
@media screen and (max-width: 780px) { .main, .symain { width: 92%; padding: 0; } }
.fl { float: left; }

.fr { float: right; }

@font-face { font-family: 'iconfont';
  
src: url("../font/iconfont.eot"); src: url("../font/iconfont.eot") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg") format("svg"); }
.iconfont { font-family: "iconfont" !important; font-size: 14px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; }

html { font-size: 12px; }

@media screen and (max-width: 480px) { html { font-size: 48px; } }
@media screen and (max-width: 414px) { html { font-size: 41.4px; } }
@media screen and (max-width: 411px) { html { font-size: 41.1px; } }
@media screen and (max-width: 412px) { html { font-size: 41.2px; } }
@media screen and (max-width: 360px) { html { font-size: 36px; } }
@media screen and (max-width: 375px) { html { font-size: 37.5px; } }
@media screen and (max-width: 320px) { html { font-size: 32px; } }

.header { position: fixed; left: 0; top: 0; width: 100%; height: 80px; z-index: 10; transition: all 0.3s; }
.header.scroll { height: 68px; background: #f0f0f0; }
.header.scroll .logo img { margin-top: 12px; height: 44px; }
.header.scroll .headerNav li { line-height: 68px; }
.header.scroll .headerNav li:after { background: #1163c9; bottom: 0; }
.header.scroll .headerNav li a { color: #333333; }
.header.scroll .headerNav li.active a { color: #1163c9; }
.header.scroll .headerTel { color: #333333; line-height: 68px; }
.header.scroll .headerTel span { background: url(../image/phone2.png) no-repeat center; background-size: 100% 100%; }
.header.scroll .headerTel a { color: #1163c9; }
.header.scroll:after { display: none; }
.header .logo { height: 100%; }
.header .logo img { margin-top: 16px; height: 48px; transition: all 0.3s; }
.header .fr { width: 1106px; height: 100%; }
.header .headerNav { height: 100%; float: left; }
.header .headerNav li { position: relative; float: left; margin-left: 60px; font-size: 16px; line-height: 80px; z-index: 2; }
.header .headerNav li:first-child { margin-left: 0px; }
.header .headerNav li:after { content: ""; display: block; position: absolute; left: 0; right: 0; bottom: -2px; margin: 0 auto; width: 0px; height: 3px; background: #ffffff; transition: all 0.3s; }
.header .headerNav li a { color: #ffffff; }
.header .headerNav li.active:after { width: 100%; }
.header .headerNav li.active > a { font-weight: bold; }
.header .headerNav li:hover:after { width: 100%; }
.header .headerTel { float: right; font-size: 28px; color: #ffffff; line-height: 80px; }
.header .headerTel span { display: inline-block; margin-right: 8px; margin-top: -2px; width: 24px; height: 24px; vertical-align: middle; background: url(../image/phone1.png) no-repeat center; background-size: 100% 100%; }
.header .headerTel a { color: #ffffff; font-weight: bold; }
.header .sonNav { position: absolute; left: 50%; top: 100%; margin-left: -62px; padding-top: 2px; width: 124px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12); background: rgba(255, 255, 255, 0.9); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF'); display: none; }
.header .sonNav div { border-top: 1px dashed #cccccc; text-align: center; }
.header .sonNav div:first-child { border-top-width: 0px; }
.header .sonNav div a { display: block; margin-top: 0; font-size: 14px; color: #666666; line-height: 52px; transition: all 0.16s; }
.header .sonNav div a:hover { color: #1163c9; }
.header:after { content: ""; display: block; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: #ffffff; opacity: 0.6; filter: alpha(opacity=60); }
.header .navBtn { float: right; margin-top: 21px; width: 30px; height: 30px; font-size: 0; display: none; cursor: pointer; }
.header .navBtn.active .nav__icon { background: rgba(17, 99, 201, 0); }
.header .navBtn.active .nav__icon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.header .navBtn.active .nav__icon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.header .nav__icon { display: inline-block; position: relative; width: 100%; height: 3px; background-color: #1163c9; margin-top: 13.5px; -webkit-transition-property: background-color, -webkit-transform; transition-property: background-color, -webkit-transform; transition-property: background-color, transform; transition-property: background-color, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; border-radius: 1px; }
.header .nav__icon:before, .header .nav__icon:after { content: ''; display: block; width: 100%; height: 3px; background-color: #1163c9; border-radius: 1px; position: absolute; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.header .nav__icon:before { margin-top: -10px; }
.header .nav__icon:after { margin-top: 10px; }
.header.ny_header { background: #ffffff; }
.header.ny_header .headerNav li:after { background: #1163c9; bottom: 0; }
.header.ny_header .headerNav li > a { color: #333333; }
.header.ny_header .headerNav li.active > a { color: #1163c9; }
.header.ny_header:after { display: none; }
.header.ny_header .headerTel { color: #333333; }
.header.ny_header .headerTel span { background: url(../image/phone2.png) no-repeat center; background-size: 100% 100%; }
.header.ny_header .headerTel a { color: #1163c9; }


@keyframes rotate { 0% { transform: translateY(0); }
  25% { transform: translateY(4px); }
  50% { transform: translateY(8px); }
  75% { transform: translateY(4px); }
  100% { transform: translateY(0); } }
.banner { width: 100%; }
.banner .swiper-slide { display: block; position: relative; width: 100%; height: 100%; }
.banner .swiper-slide > img {width: 100%;}
.banner .swiper-slide .symain { position: absolute;left: 0;top: 0;right: 0;margin: auto; }
.banner .symain  img { position: absolute; left: 0; bottom: 24%; width: 45%; display: none; animation-delay: 0.8s; animation-duration: 0.6s; }
.banner .symain img.up { display: block; }
.banner > .symain { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; font-size: 0; text-align: right; }
.banner > .symain:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.banner > .symain > a { display: block; position: absolute; right: 0; bottom: 36px; width: 230px; height: 62px; background: #1163c9; border-radius: 8px; text-align: center; font-size: 0; z-index: 2; }
.banner > .symain > a span { display: inline-block; font-size: 20px; color: #ffffff; line-height: 62px; vertical-align: top; }
.banner > .symain > a .iconfont { padding-right: 18px; font-size: 30px; color: #ffffff; }
.banner > .symain .bannerdown { position: absolute; left: 50%; bottom: 45px; margin-left: -21px; width: 42px; height: 42px; font-size: 40px; color: #ffffff; text-align: center; line-height: 42px; cursor: pointer; z-index: 2; animation: rotate .9s linear infinite; }
.banner .swiper-pagination { position: relative; display: inline-block; width: 8px; vertical-align: middle; }
.banner .swiper-pagination .swiper-pagination-bullet { display: block; width: 8px; height: 8px; margin: 20px auto; border-radius: 4px; background: #e5e5e5; cursor: pointer; transition: all 0.6s; opacity: 1; filter: alpha(opacity=100); }
.banner .swiper-pagination .swiper-pagination-bullet-active { height: 30px; background: #ffffff; }
.banner .leftbtn, .banner .rightbtn { position: absolute; bottom: 40px; width: 54px; height: 54px; cursor: pointer; z-index: 2; opacity: 0.6; filter: alpha(opacity=60); transition: all 0.3s; }
.banner .leftbtn img, .banner .rightbtn img { width: 100%; height: 100%; }
.banner .leftbtn:hover, .banner .rightbtn:hover { opacity: 1; filter: alpha(opacity=100); }
.banner .leftbtn { left: 0; }
.banner .rightbtn { left: 64px; }

@media screen and (max-width: 1660px) { .header { height: 72px; }
  .header .logo img { margin-top: 15px; height: 42px; }
  .header .fr { width: 890px; }
  .header .headerNav li { margin-left: 34px; font-size: 15px; line-height: 72px; }
  .header .headerTel { line-height: 72px; }
  .header .sonNav { margin-left: -45px; width: 90px; }
  .header .sonNav div a { line-height: 42px; } }
@media screen and (max-width: 1260px) { .header .fr { width: 776px; }
  .header .headerNav li { margin-left: 20px; }
  .header .headerTel { margin-left: 20px; }
  .banner .symain img { left: 80px; bottom: 12%; width: 40%; }
  .banner .leftbtn { width: 48px; height: 48px; left: 80px; }
  .banner .rightbtn { width: 48px; height: 48px; left: 144px; }
  .banner > .symain > a { right: 80px; width: 190px; height: 54px; }
  .banner > .symain > a span { font-size: 18px; line-height: 54px; }
  .banner > .symain > a .iconfont { padding-right: 14px; font-size: 26px; color: #ffffff; } }
@media screen and (max-width: 1210px) { .header.active { background: #f0f0f0; }
  .header.scroll .fr { top: 68px; }
  .header .fr { float: none; position: fixed; right: 100%; top: 72px; width: 100%; height: 100%; background: #ffffff; -webkit-transform: translate(0, 0); transform: translate(0, 0); -webkit-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; z-index: 9; }
  .header .fr.active { transform: translate(100%, 0); -webkit-transform: translate(100%, 0); }
  .header .headerTel { float: none; margin: 0 auto; width: 92%; text-align: center; color: #1163c9; }
  .header .headerTel span { background: url(../image/phone2.png) no-repeat center; background-size: 100% 100%; }
  .header .headerTel a { color: #1163c9; }
  .header.ny_header .headerTel,.header.scroll .headerTel { color: #1163c9; }
  .header .headerNav { float: none; margin: 0 auto; width: 92%; height: auto; }
  .header .headerNav li { position: relative; float: none; margin-left: 0; width: 100%; border-bottom: 1px solid #cccccc; }
  .header .headerNav li:after { display: none; }
  .header .headerNav li > a { display: block; height: 100%; font-size: 16px; color: #666666; line-height: 60px; }
  .header .headerNav li.active > a, .header .headerNav li:hover > a { color: #1163c9; }
  .header .headerNav li.down:after { display: block; position: absolute; width: 16px; height: 16px; left: auto; right: 0; top: 0; margin-top: 22px; background: url(../image/navdown.png) no-repeat center; background-size: 100% 100%; transition: all 0.2s; }
  .header .headerNav li.on:after { transform: rotate(90deg); }
  .header .sonNav { position: relative; padding: 10px 0; width: 100%; margin-left: 0; box-shadow: none; left: 0; border-top: 1px solid #cccccc; }
  .header .sonNav div { height: 48px; line-height: 48px; width: 100%; }
  .header .sonNav div a { display: block; font-size: 14px; color: #666666; text-align: left; }
  .header .navBtn { display: block; }
  .banner > .symain .bannerdown {display: none;} }
@media screen and (max-width: 780px) { .banner .symain img { left: 0; width: 54%; }
  .banner .leftbtn { width: 40px; height: 40px; left: 0; bottom: 24px; }
  .banner .rightbtn { width: 40px; height: 40px; left: 56px; bottom: 24px; }
  .banner > .symain > a { right: 0; bottom: 24px; width: 150px; height: 44px; }
  .banner > .symain > a span { font-size: 15px; line-height: 44px; }
  .banner > .symain > a .iconfont { padding-right: 12px; font-size: 24px; color: #ffffff; }
  .banner > .symain .bannerdown { bottom: 30px; }
  .banner .swiper-pagination .swiper-pagination-bullet { margin: 10px auto; } }
@media screen and (max-width: 580px) { .header { height: 68px; background: #ffffff; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .header.scroll { background: #ffffff; }
  .header.scroll .logo img { margin-top: 14px; height: 40px; }
  .header.active { background: #f0f0f0; }
  .header .logo img { margin-top: 14px; height: 40px; }
  .header .fr { top: 68px; }
  .banner {margin-top: 68px;} }
@media screen and (max-width: 480px) { .header { height: 1.44rem; }
  .header .logo img { margin-top: 0.32rem; height: 0.8rem; }
  .header.scroll { height: 1.44rem; }
  .header.scroll .logo img { margin-top: 0.32rem; height: 0.8rem; }
  .header.scroll .fr { top: 1.44rem; }
  .header .fr { top: 1.44rem; }
  .header .headerTel { margin-top: 0.48rem; font-size: 0.54rem; line-height: 1.5; }
  .header .headerTel span { margin-right: 0.16rem; margin-top: -0.053333rem; width: 0.64rem; height: 0.64rem; }
  .header .headerNav li > a { font-size: 0.4rem; line-height: 1.28rem; }
  .header .headerNav li.down:after { width: 0.4rem; height: 0.4rem; margin-top: 0.426667rem; }
  .header .sonNav { padding: 0.16rem 0; }
  .header .sonNav div { height: 1.12rem; line-height: 1.12rem; }
  .header .sonNav div a { font-size: 0.373334rem; }
  .header .navBtn { margin-top: 0.4rem; width: 0.64rem; height: 0.64rem; }
  .header .nav__icon { height: 2px; margin-top: 0.266667rem; }
  .header .nav__icon:before, .header .nav__icon:after { height: 2px; }
  .header .nav__icon:before { margin-top: -0.213333rem; }
  .header .nav__icon:after { margin-top: 0.213334rem; }
  .banner {margin-top: 1.44rem;}
  .banner .swiper-pagination { width: 0.16rem; }
  .banner .swiper-pagination .swiper-pagination-bullet { width: 0.16rem; height: 0.16rem; margin: 0.16rem auto; border-radius: 0.106667rem; }
  .banner .swiper-pagination .swiper-pagination-bullet-active { height: 0.533334rem; }
  .banner .leftbtn { width: 0.8rem; height: 0.8rem; bottom: 0.48rem; }
  .banner .rightbtn { width: 0.8rem; height: 0.8rem; left: 1.12rem; bottom: 0.48rem; }
  .banner > .symain > a { bottom: 0.48rem; width: 3.2rem; height: 0.96rem; }
  .banner > .symain > a span { font-size: 0.373334rem; line-height: 0.96rem; }
  .banner > .symain > a .iconfont { padding-right: 0.16rem; font-size: 0.48rem; }
  .banner .bannerdown { display: none; } }

.sec_title { height: 36px; }
.sec_title > h4 { float: left; font-size: 32px; color: #000033; line-height: 36px; font-weight: bold; }
.sec_title > a { float: right; width: 110px; height: 36px; border: 1px solid #cccccc; border-radius: 18px; font-size: 14px; color: #999999; text-align: center; line-height: 34px; transition: all 0.2s; }
.sec_title > a:hover { border-color: #1163c9; background: #1163c9; color: #ffffff; }
.sec_title ul { float: right; }
.sec_title ul li { float: left; margin-left: 38px; font-size: 14px; color: #999999; line-height: 36px; cursor: pointer; }
.sec_title ul li.active { color: #013690; }

.character { padding: 76px 0 80px; width: 100%; background: #fafcff; }
.character .character_cnt { margin-top: 48px; }
.character .character_cnt:after { content: ""; display: block; height: 0; clear: both; }
.character .character_cnt a { position: relative; float: left; margin-left: 0.625%; width: 19%; border-radius: 16px; cursor: pointer; overflow: hidden; transition: all 0.5s; }
.character .character_cnt a:first-child { margin-left: 0; }
.character .character_cnt a:first-child .charactercenter { display: none; }
.character .character_cnt a:first-child .characterbot { display: block; }
.character .character_cnt a > img { width: 320%; transition: all 0.5s; }
.character .character_cnt a.active { width: 60.75%; }
.character .character_cnt a.active > img { width: 100%; margin-left: 0 !important; }
.character .charactercenter { position: absolute; bottom: 0; top: 0; left: 0; right: 0; margin: auto; width: 180px; height: 180px; background: #ffffff; border-radius: 50%; text-align: center; font-size: 0; box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.12); }
.character .charactercenter:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.character .charactercenter > div { width: 100%; display: inline-block; vertical-align: middle; }
.character .charactercenter > div span { font-size: 50px; color: #1163c9; line-height: 1; }
.character .charactercenter > div div { margin-top: 18px; font-size: 24px; color: #000033; line-height: 1; }
.character .characterbot { display: none; position: absolute; left: 30px; right: 30px; bottom: 30px; padding: 30px 0; height: 154px; background: #ffffff; box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.12); }
.character .characterbot .fl { width: 17.4%; border-right: 1px solid #e5e5e5; text-align: center; }
.character .characterbot .fl span { font-size: 50px; color: #1163c9; line-height: 1; }
.character .characterbot .fl div { margin-top: 18px; font-size: 24px; color: #000033; line-height: 1; }
.character .characterbot .fr { float: left; position: relative; margin-left: 30px; width: 68%; height: 100%; }
.character .characterbot .fr p { height: 48px; font-size: 16px; color: #666666; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.character .characterbot .fr span { position: absolute; left: 0; bottom: 0; font-size: 16px; color: #1163c9; line-height: 1; }

@media screen and (max-width: 1660px) { .character { padding: 60px 0; }
  .character .charactercenter { width: 136px; height: 136px; }
  .character .charactercenter > div span { font-size: 44px; }
  .character .charactercenter > div div { margin-top: 12px; font-size: 18px; }
  .character .characterbot { padding: 26px 0; height: 132px; }
  .character .characterbot .fl span { font-size: 44px; }
  .character .characterbot .fl div { margin-top: 12px; font-size: 18px; line-height: 24px; }
  .character .characterbot .fr p { font-size: 15px; line-height: 1.6; }
  .character .characterbot .fr span { font-size: 15px; } }
@media screen and (max-width: 1050px) { .sec_title > h4 { font-size: 28px; line-height: 36px; }
  .character { padding: 50px 0; }
  .character .character_cnt { margin-top: 30px; }
  .character .charactercenter { width: 102px; height: 102px; }
  .character .charactercenter > div span { font-size: 36px; }
  .character .charactercenter > div div { margin-top: 8px; font-size: 15px; }
  .character .characterbot { padding: 18px 0; height: 100px; }
  .character .characterbot .fl span { font-size: 36px; }
  .character .characterbot .fl div { margin-top: 8px; font-size: 15px; line-height: 20px; }
  .character .characterbot .fr { margin-left: 20px; width: 70%; }
  .character .characterbot .fr p { height: 42px; font-size: 14px; line-height: 1.5; }
  .character .characterbot .fr span { font-size: 14px; } }
@media screen and (max-width: 900px) { .character .character_cnt { margin-top: 0; }
  .character .character_cnt a { display: block; float: none; margin-left: 0; margin-top: 26px; width: 100%; height: auto !important; border-radius: 16px; background: #ffffff; box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.12); }
  .character .character_cnt a > img { width: 100%; margin-left: 0 !important; }
  .character .character_cnt a.active { width: 100%; }
  .character .charactercenter { display: none !important; }
  .character .characterbot { display: block !important; position: relative; left: 0; right: 0; bottom: 0; padding: 18px 6px; box-shadow: none; opacity: 1 !important; filter: alpha(opacity=100) !important; } }
@media screen and (max-width: 480px) { .sec_title { height: 0.8rem; }
  .sec_title > h4 { font-size: 0.56rem; line-height: 0.8rem; }
  .sec_title > a { width: 2.08rem; height: 0.8rem; border-radius: 0.4rem; font-size: 0.346667rem; line-height: 0.8rem; }
  .sec_title ul li { margin-left: 0.213334rem; font-size: 0.373334rem; line-height: 0.8rem; }
  .character { padding: 0.8rem 0; }
  .character .character_cnt a { margin-top: 0.64rem; border-radius: 0.32rem; }
  .character .characterbot { padding: 0.4rem 0.16rem; height: 2.453334rem; }
  .character .characterbot .fl { width: 24%; }
  .character .characterbot .fl span { font-size: 0.96rem; }
  .character .characterbot .fl div { margin-top: 0.16rem; font-size: 0.4rem; line-height: 0.533334rem; }
  .character .characterbot .fr { margin-left: 4%; width: 68%; }
  .character .characterbot .fr p { height: 1.12rem; font-size: 0.373334rem; line-height: 1.5; }
  .character .characterbot .fr span { font-size: 0.373334rem; } }

.about { position: relative; width: 100%; background: url(../image/back1.jpg) no-repeat center; background-size: cover; overflow: hidden; }
.about:before { content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 228px; background: rgba(17, 99, 201, 0.6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#991163C9', endColorstr='#991163C9'); }
.about .symain { position: relative; }
.about .symain:after { content: ""; display: block; height: 0; clear: both; }
.about .fl { width: 60%; padding: 116px 0 32px; }
.about .about_top { width: 64%; }
.about .about_top h5 { font-size: 32px; color: #ffffff; line-height: 1.5; font-weight: bold; }
.about .about_top p { margin-top: 20px; height: 48px; font-size: 16px; color: #ffffff; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.about .about_top a { display: block; margin-top: 32px; width: 200px; height: 50px; font-size: 16px; color: #1163c9; text-align: center; line-height: 50px; background: #ffffff; border-radius: 25px; transition: all 0.2s; }
.about .about_top a .iconfont { font-size: 16px; padding-left: 30px; }
.about .about_top a:hover { background: #1163c9; color: #ffffff; }
.about .about_cnt { margin-top: 112px; }
.about .about_cnt:after { content: ""; display: block; height: 0; clear: both; }
.about .about_cnt li { position: relative; float: left; width: 210px; text-align: center; }
.about .about_cnt li img, .about .about_cnt li .iconfont { margin: 0 auto; width: 100px; height: 50px; }
.about .about_cnt li .iconfont { display: block; font-size: 50px; color: #ffffff; line-height: 50px; }
.about .about_cnt li p { margin-top: 24px; padding: 0 12px; height: 24px; font-size: 16px; color: #ffffff; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.about .about_cnt li:before { content: ""; display: block; position: absolute; left: 0; bottom: 14%; height: 57%; width: 1px; background: #ffffff; }
.about .about_cnt li:first-child:before { display: none; }
.about .about_bot { margin-top: 140px; }
.about .about_bot h5 { font-size: 24px; color: #ffffff; line-height: 1.5; }
.about .about_bot p { margin: 18px 0 32px; height: 48px; font-size: 16px; color: #ffffff; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.about .about_bot a { font-size: 16px; color: #ffffff; line-height: 20px; transition: all 0.3s; }
.about .about_bot a:hover { padding-left: 12px; }
.about .fr { position: absolute; right: 0; bottom: 0; width: 36.6%; height: 100%; }
.about .fr > img { position: absolute; left: 0; bottom: 0; width: 77.5%; }

@media screen and (max-width: 1660px) { .about:before { height: 186px; }
  .about .fl { padding: 66px 0 26px; }
  .about .about_top { width: 86%; }
  .about .about_top p { margin-top: 16px; }
  .about .about_top a { margin-top: 26px; width: 180px; height: 46px; line-height: 46px; border-radius: 23px; }
  .about .about_top a .iconfont { padding-left: 22px; }
  .about .about_cnt { margin-top: 60px; }
  .about .about_bot { margin-top: 80px; }
  .about .about_bot h5 { font-size: 24px; color: #ffffff; line-height: 1.5; }
  .about .about_bot p { margin: 12px 0 18px; height: 48px; font-size: 16px; color: #ffffff; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .about .about_bot a { font-size: 16px; color: #ffffff; line-height: 20px; } }
@media screen and (max-width: 1260px) { .about .about_cnt li { width: 33.33333%; } }
@media screen and (max-width: 1050px) { .about .fl { width: 100%; }
  .about .fr { display: none; } }
@media screen and (max-width: 600px) { .about:before { height: 154px; }
  .about .fl { padding: 40px 0 20px; }
  .about .about_top h5 { font-size: 26px; }
  .about .about_top p { margin-top: 10px; height: 45px; font-size: 15px; }
  .about .about_top a { margin-top: 18px; width: 160px; height: 42px; font-size: 15px; line-height: 42px; border-radius: 21px; }
  .about .about_top a .iconfont { font-size: 15px; padding-left: 16px; }
  .about .about_cnt { margin-top: 40px; }
  .about .about_cnt li { float: none; margin-bottom: 15px; width: 100%; height: 50px; }
  .about .about_cnt li img, .about .about_cnt li .iconfont { float: left; padding: 0 25px; width: 150px; height: 50px; }
  .about .about_cnt li .iconfont { display: block; font-size: 50px; color: #ffffff; line-height: 50px; }
  .about .about_cnt li p { margin-top: 0; float: left; width: calc(100% - 150px); height: 50px; font-size: 16px; text-align: left; line-height: 50px; }
  .about .about_cnt li:before { left: 150px; bottom: 0; height: 100%; }
  .about .about_cnt li:first-child:before { display: block; }
  .about .about_bot { margin-top: 40px; }
  .about .about_bot h5 { font-size: 20px; color: #ffffff; line-height: 1.5; }
  .about .about_bot p { margin: 8px 0 12px; height: 45px; font-size: 15px; }
  .about .about_bot a { font-size: 15px; } }
@media screen and (max-width: 480px) { .about:before { height: 3.84rem; }
  .about .fl { padding: 0.96rem 0 0.64rem; }
  .about .about_top { width: 100%; }
  .about .about_top h5 { font-size: 0.586667rem; }
  .about .about_top p { margin-top: 0.24rem; height: 1.12rem; font-size: 0.373334rem; }
  .about .about_top a { margin-top: 0.48rem; width: 3.52rem; height: 0.96rem; font-size: 0.373334rem; line-height: 0.96rem; border-radius: 0.48rem; }
  .about .about_top a .iconfont { font-size: 0.373334rem; padding-left: 0.32rem; }
  .about .about_cnt { margin-top: 0.96rem; }
  .about .about_cnt li { margin-bottom: 0.4rem; height: 1.28rem; }
  .about .about_cnt li img, .about .about_cnt li .iconfont { padding: 0 0.64rem; width: 3.84rem; height: 1.28rem; }
  .about .about_cnt li .iconfont { font-size: 1.28rem; line-height: 1.28rem; }
  .about .about_cnt li p { width: auto; max-width: calc(100% - 150px); height: 1.28rem; font-size: 0.4rem; line-height: 1.28rem; }
  .about .about_cnt li:before { left: 3.84rem; }
  .about .about_bot { margin-top: 0.96rem; }
  .about .about_bot h5 { font-size: 0.48rem; }
  .about .about_bot p { margin: 0.16rem 0 0.24rem; height: 1.12rem; font-size: 0.373334rem; }
  .about .about_bot a { font-size: 0.373334rem; } }

.team { padding: 76px 0 30px; width: 100%; background: #fafcff; }
.team .team_cnt { margin-top: 50px; }
.team .swiper-slide { position: relative; display: block; width: 23.5%; border-radius: 8px; overflow: hidden; }
.team .swiper-slide img { width: 100%; }
.team .swiper-slide:hover .team_cntbot { background: #1163c9; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1163C9', endColorstr='#FF1163C9'); }
.team .team_cntbot { position: absolute; left: 0; bottom: 0; padding: 24px 20px; width: 100%; height: 118px; border-radius: 8px; background: rgba(17, 99, 201, 0.6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#991163C9', endColorstr='#991163C9'); transition: all 0.2s; }
.team .team_cntbot .fl { width: 74%; }
.team .team_cntbot .fl div { height: 36px; font-size: 24px; color: #ffffff; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.team .team_cntbot .fl p { margin-top: 8px; height: 24px; font-size: 16px; color: #ffffff; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.team .team_cntbot .fr { margin-top: 11px; width: 50px; height: 50px; border: 1px solid #ffffff; border-radius: 25px; text-align: center; line-height: 50px; }
.team .team_cntbot .fr span { font-size: 20px; color: #ffffff; }
.team .team_cntcon { position: absolute; top: 26%; left: 5.3%; padding: 18px 20px 50px; width: 89.4%; border-radius: 8px; background: rgba(0, 0, 0, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#CC000000'); display: none; transition: top 0.4s; }
.team .team_cntcon.active { top: 9.4%; }
.team .team_cntcontop { height: 62px; border-bottom: 1px solid #cccccc; font-size: 0; }
.team .team_cntcontop span { position: relative; display: inline-block; font-size: 20px; color: #ffffff; line-height: 60px; }
.team .team_cntcontop span:after { content: ""; display: block; position: absolute; left: 0; bottom: -3px; width: 100%; height: 3px; background: #1163c9; }
.team .team_cntconbot { margin-top: 26px; height: 168px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
.team .team_cntconbot p { font-size: 14px; color: #cccccc; line-height: 24px; }
.team .team_bot { margin-top: 40px; height: 60px; padding-bottom: 10px; position: relative; }
.team .team_bot .swiper-pagination { float: left; bottom: 10px; width: auto; font-size: 24px; color: #999999; line-height: 40px; }
.team .team_bot .swiper-pagination .current { font-size: 32px; color: #79d2eb; font-weight: bold; }
.team .team_bot .swiper-scrollbar { position: absolute; left: 0; right: 0; bottom: 26px; margin: auto; width: 75%; height: 1px; background: #e5e5e5; opacity: 1 !important; }
.team .team_bot .swiper-scrollbar-drag { background: #1163c9; }
.team .team_bot .fr a { float: left; margin-left: 10px; width: 50px; height: 50px; border: 1px solid #ebebeb; border-radius: 25px; font-size: 18px; color: #050505; text-align: center; line-height: 50px; transition: all 0.2s; }
.team .team_bot .fr a:hover { background: #ffffff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1660px) { .team .swiper-slide { width: 32%; } }
@media screen and (max-width: 1240px) { .team .team_cntbot { padding: 20px 16px; height: 102px; }
  .team .team_cntbot .fl { width: 74%; }
  .team .team_cntbot .fl div { height: 30px; font-size: 20px; }
  .team .team_cntbot .fl p { font-size: 15px; line-height: 1.6; }
  .team .team_cntbot .fr { margin-top: 10px; width: 42px; height: 42px; border-radius: 21px; line-height: 42px; }
  .team .team_cntbot .fr span { font-size: 16px; }
  .team .team_cntcon { padding: 10px 20px 30px; }
  .team .team_cntcontop { height: 50px; }
  .team .team_cntcontop span { font-size: 18px; line-height: 48px; }
  .team .team_cntconbot { margin-top: 16px; height: 120px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
  .team .team_bot .swiper-scrollbar { width: 60%; } }
@media screen and (max-width: 1000px) { .team .swiper-slide { width: 49%; }
  .team .team_cntcon { padding: 18px 20px 50px; }
  .team .team_cntconbot { height: 168px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
  .team .team_bot { margin-top: 30px; }
  .team .team_bot .swiper-scrollbar { width: 54%; } }
@media screen and (max-width: 700px) { .team .team_cntcon { padding: 10px 20px 30px; }
  .team .team_cntbot { padding: 16px 10px; height: 80px; }
  .team .team_cntbot .fl { width: 74%; }
  .team .team_cntbot .fl div { height: 27px; font-size: 18px; }
  .team .team_cntbot .fl p { margin-top: 6px; font-size: 14px; line-height: 1.5; }
  .team .team_cntbot .fr { width: 32px; height: 32px; border-radius: 16px; line-height: 32px; }
  .team .team_cntbot .fr span { font-size: 14px; }
  .team .team_cntcontop { height: 48px; }
  .team .team_cntcontop span { font-size: 18px; line-height: 46px; }
  .team .team_cntconbot { height: 120px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
  .team .team_bot { margin-top: 24px; height: 46px; }
  .team .team_bot .swiper-pagination { line-height: 36px; }
  .team .team_bot .fr a { width: 36px; height: 36px; border-radius: 18px; font-size: 15px; line-height: 36px; }
  .team .team_bot .swiper-scrollbar { width: 50%; } }
@media screen and (max-width: 480px) { .team { padding: 0.8rem 0 0.32rem; }
  .team .team_cnt { margin-top: 0.64rem; }
  .team .team_cntbot { padding: 0.4rem 0.24rem; height: 1.76rem; }
  .team .team_cntbot .fl { width: 80%; }
  .team .team_cntbot .fl div { height: 0.56rem; font-size: 0.373334rem; line-height: 1.5; }
  .team .team_cntbot .fl p { margin-top: 0; height: 0.48rem; font-size: 0.32rem; color: #ffffff; }
  .team .team_cntbot .fr { margin-top: 0.24rem; width: 0.64rem; height: 0.64rem; border-radius: 0.32rem; line-height: 0.586667rem; }
  .team .team_cntbot .fr span { font-size: 0.266667rem; vertical-align: top; }
  .team .team_bot { margin-top: 0.48rem; height: 1.12rem; }
  .team .team_bot .swiper-pagination { bottom: 0.266667rem; font-size: 0.48rem; line-height: 0.8rem; }
  .team .team_bot .swiper-pagination .current { font-size: 0.64rem; }
  .team .team_bot .swiper-scrollbar { bottom: 0.64rem; }
  .team .team_bot .fr a { margin-left: 0.16rem; width: 0.8rem; height: 0.8rem; border-radius: 0.4rem; font-size: 0.32rem; line-height: 0.8rem; } }

.charitem { padding: 50px 0; width: 100%; background: #fafcff; }
.charitem .charitem_cnt { position: relative; margin-top: 44px; }
.charitem .charitem_cnt ul { position: absolute; left: 0; top: 0; width: 100%; z-index: 1; opacity: 0; filter: alpha(opacity=0); }
.charitem .charitem_cnt ul.active { z-index: 2; opacity: 1; filter: alpha(opacity=100); }
.charitem .charitemItem { float: left; width: 16.8%; cursor: pointer; }
.charitem .charitemItem > img { width: 100%; }
.charitem .charitemItem:hover .charitemMask { left: 0; opacity: 1; filter: alpha(opacity=100); }
.charitem .charitemcon { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; font-size: 0; }
.charitem .charitemcon:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.charitem .charitemcon > div { display: inline-block; width: 100%; vertical-align: middle; }
.charitem .charitemcon span { font-size: 70px; color: #1163c9; line-height: 1; }
.charitem .charitemcon h5 { margin-top: 26px; height: 30px; font-size: 24px; color: #333333; font-weight: normal; line-height: 30px; overflow: hidden; }
.charitem .charitemcon p { margin: 0 auto; width: 62%; height: 20px; font-size: 14px; color: #999999; line-height: 20px; overflow: hidden; }
.charitem .charitemMask { position: absolute; left: -12px; top: 0; width: 100%; height: 100%; text-align: center; font-size: 0; opacity: 0; filter: alpha(opacity=0); transition: all 0.2s; }
.charitem .charitemMask:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.charitem .charitemMask > img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.charitem .charitemMask > div { position: relative; display: inline-block; width: 60%; vertical-align: middle; }
.charitem .charitemMask > div h5 { height: 30px; font-size: 24px; color: #ffffff; font-weight: normal; line-height: 30px; overflow: hidden; }
.charitem .charitemMask > div span { display: block; margin: 0 auto; width: 62%; height: 20px; font-size: 14px; color: #ffffff; line-height: 20px; overflow: hidden; }
.charitem .charitemMask > div div { margin: 15px auto 22px; width: 30px; height: 3px; background: #ededed; }
.charitem .charitemMask > div p { height: 78px; font-size: 16px; color: #ffffff; line-height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

@media screen and (max-width: 1660px) { .charitem .charitemItem { width: 278.4px; } }
@media screen and (max-width: 920px) { .charitem .charitemItem { width: 252px; }
  .charitem .charitemcon span { font-size: 60px; }
  .charitem .charitemcon h5 { margin-top: 18px; font-size: 22px; }
  .charitem .charitemMask > div h5 { font-size: 22px; }
  .charitem .charitemMask > div div { margin: 12px auto 18px; }
  .charitem .charitemMask > div p { height: 72px; font-size: 14px; line-height: 24px; } }
@media screen and (max-width: 840px) { .charitem .charitemItem { width: 300px; } }
@media screen and (max-width: 640px) { .charitem .charitemItem { width: 226px; } }
@media screen and (max-width: 480px) { .charitem { padding: 0.32rem 0 0.8rem; width: 100%; background: #fafcff; }
  .charitem .charitem_cnt { margin-top: 0.64rem; }
  .charitem .charitemItem { width: 5.12rem; }
  .charitem .charitemcon span { font-size: 48px; }
  .charitem .charitemcon h5 { margin-top: ewm(15); height: 0.64rem; font-size: 0.48rem; line-height: 0.64rem; }
  .charitem .charitemcon p { height: 0.48rem; font-size: 0.346667rem; line-height: 0.48rem; }
  .charitem .charitemMask > div h5 { height: 0.64rem; font-size: 0.48rem; line-height: 0.64rem; }
  .charitem .charitemMask > div span { height: 0.48rem; font-size: 0.346667rem; line-height: 0.48rem; }
  .charitem .charitemMask > div div { margin: 0.16rem auto 0.32rem; width: 0.64rem; }
  .charitem .charitemMask > div p { height: 1.44rem; font-size: 0.32rem; line-height: 0.48rem; } }

.news { padding: 26px 0 60px; width: 100%; background: #fafcff; }
.news .news_cnt { padding-top: 48px; }
.news .news_cnt:after { content: ""; display: block; height: 0; clear: both; }
.news .news_cnt a { float: left; margin-left: 2%; width: 32%; }
.news .news_cnt a:first-child { margin-left: 0; }
.news .news_cnt a:hover { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); }
.news .news_cntimg { position: relative; width: 100%; }
.news .news_cntimg > img { width: 100%; }
.news .news_cntimg > div { position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 0; text-align: center; background: rgba(17, 99, 201, 0.6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#991163C9', endColorstr='#991163C9'); display: none; }
.news .news_cntimg > div:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.news .news_cntimg > div img { display: inline-block; width: 9.8%; vertical-align: middle; }
.news .news_cntbot { padding: 36px 20px; background: #ffffff; }
.news .news_cntbot h5 { height: 36px; font-size: 24px; color: #000033; line-height: 1.5; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news .news_cntbot span { display: block; margin-top: 10px; font-size: 14px; color: #1163c9; line-height: 1.5; }
.news .news_cntbot p { margin-top: 30px; height: 48px; font-size: 16px; color: #999999; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

@media screen and (max-width: 1660px) { .news .news_cntbot { padding: 20px 20px 24px; }
  .news .news_cntbot h5 { height: 30px; font-size: 20px; }
  .news .news_cntbot span { margin-top: 6px; }
  .news .news_cntbot p { margin-top: 20px; } }
@media screen and (max-width: 1100px) { .news { padding: 20px 0 40px; }
  .news .news_cnt { padding-top: 20px; }
  .news .news_cnt a { margin-top: 20px; width: 49%; }
  .news .news_cnt a:first-child { margin-left: 0; }
  .news .news_cnt a + a + a { margin-left: 0; } }
@media screen and (max-width: 600px) { .news .news_cntbot { padding: 20px 20px 24px; }
  .news .news_cntbot h5 { height: 27px; font-size: 18px; }
  .news .news_cntbot span { margin-top: 6px; }
  .news .news_cntbot p { margin-top: 20px; height: 45px; font-size: 15px; } }
@media screen and (max-width: 480px) { .news { padding: 0.48rem 0 0.8rem; }
  .news .news_cnt { padding-top: 0.4rem; }
  .news .news_cnt a { margin-top: 0.32rem; margin-left: 3%; width: 48.5%; }
  .news .news_cntimg > div img { width: 16%; }
  .news .news_cntbot { padding: 0.32rem 0.266667rem; }
  .news .news_cntbot h5 { height: 0.64rem; font-size: 0.426667rem; }
  .news .news_cntbot span { margin-top: 0.16rem; font-size: 0.32rem; }
  .news .news_cntbot p { margin-top: 0.32rem; height: 1.12rem; font-size: 0.373334rem; } }

.footer .symain:after { content: ""; display: block; height: 0; clear: both; }
.footer .foot_top { width: 100%; background: url(../image/back2.jpg) no-repeat center; background-size: cover; }
.footer .foot_topTit { padding: 40px 0 20px; border-bottom: 1px solid #cccccc; }
.footer .foot_topTit .fl { height: 44px; }
.footer .foot_topTit .fl img { height: 100%; }
.footer .foot_topTit .fr { height: 44px; }
.footer .foot_topTit .fr > a { float: left; padding: 0 20px; margin-top: 15px; height: 14px; border-left: 1px solid #cccccc; font-size: 14px; color: #ffffff; line-height: 1; }
.footer .foot_topTit .fr > a:first-child { border-left-width: 0px; }
.footer .foot_topTit .layui-form { float: left; margin-left: -10px; width: 230px; height: 100%; background: #ffffff; border-radius: 4px; }
.footer .foot_topTit .layui-form-item { margin-bottom: 0; }
.footer .foot_topTit .layui-input-block { margin-left: 0; }
.footer .foot_topTit .layui-input { height: 44px; border-width: 0; font-size: 14px; color: #666666; line-height: 44px; }
.footer .foot_topTit .layui-form-select dl { top: 48px; }
.footer .foot_topcon { padding: 50px 0 60px; }
.footer .foot_topcon .symain > .fr { width: 35%; }
.footer .foot_topcon .symain > .fr:after { content: ""; display: block; height: 0; clear: both; }
.footer .foot_topcon .symain > .fl { width: 52%; }
.footer .mapbtn { height: 50px; font-size: 0; }
.footer .mapbtn span { display: inline-block; margin-right: 4px; width: 160px; height: 100%; background: #e5e5e5; border-top-left-radius: 5px; border-top-right-radius: 5px; font-size: 18px; color: #333333; text-align: center; line-height: 50px; cursor: pointer; }
.footer .mapbtn span.active { background: #1163c9; color: #ffffff; }
.footer .mapbox { position: relative; padding: 18px; background: #ffffff; border: 1px solid #cccccc; }
.footer .mapbox li { position: relative; height: 320px; border: 1px solid #cccccc; display: none; }
.footer .mapbox li.active { display: block; }
.footer .mapbox li > div { width: 100%; height: 100%; }
.footer .mapbox li .anchorBL { display: none; }
.footer .mapbox li .BMap_bubble_title { font-size: 16px; color: #333; font-weight: bold; }
.footer .mapbox li .BMap_bubble_content { padding-top: 3px; font-size: 14px; color: #666666; line-height: 1.5; }
.footer .mapbox li > a { position: absolute; left: 10px; bottom: 10px; width: 154px; height: 40px; background: #1163c9; border-radius: 3px; font-size: 0; color: #ffffff; text-align: center; line-height: 40px; }
.footer .mapbox li > a span { vertical-align: middle; font-size: 14px; }
.footer .mapbox li > a .iconfont { padding-right: 6px; font-size: 24px; vertical-align: middle; }
.footer .footcontact { float: left; padding-right: 40px; width: 71%; }
.footer .footcontact h5 { padding: 44px 0 16px; font-size: 18px; color: #ffffff; font-weight: bold; line-height: 1.5; }
.footer .footcontact p { padding: 6px 0; font-size: 14px; color: #ffffff; line-height: 1.5; }
.footer .footcontact a { color: #ffffff; }
.footer .footcode { float: left; width: 20%; }
.footer .footcode h5 { padding: 44px 0 16px; font-size: 18px; color: #ffffff; font-weight: bold; line-height: 1.5; }
.footer .footcode div { text-align: center; }
.footer .footcode div img { width: 100%; }
.footer .footcode div p { padding: 6px 0; font-size: 14px; color: #ffffff; line-height: 1.5; }
.footer .foot_bot { padding: 15px 0; background: #333333; }
.footer .foot_bot .fl, .footer .foot_bot .fr { font-size: 14px; color: #cccccc; line-height: 24px; }
.footer .foot_bot .fl a, .footer .foot_bot .fr a { color: #cccccc; transition: all 0.2s; }
.footer .foot_bot .fl a:hover, .footer .foot_bot .fr a:hover { color: #ffffff; }
.footer .foot_bot .fl a { padding-left: 6px; }

@media screen and (max-width: 1660px) { .footer .foot_topcon .symain > .fr { width: 40%; } }
@media screen and (max-width: 1260px) { .footer .mapbtn { height: 42px; }
  .footer .mapbtn span { width: 120px; font-size: 16px; line-height: 42px; }
  .footer .foot_topcon .symain > .fr { width: 44%; }
  .footer .footcode { width: 28%; } }
@media screen and (max-width: 1060px) { .footer .foot_bot { text-align: center; }
  .footer .foot_bot .fl, .footer .foot_bot .fr { float: none; } }
@media screen and (max-width: 960px) { .footer .foot_topTit { padding: 26px 0 12px; }
  .footer .foot_topTit .fl { height: 36px; }
  .footer .foot_topTit .fr { height: 36px; }
  .footer .foot_topTit .fr > a { float: left; padding: 0 20px; margin-top: 15px; height: 14px; border-left: 1px solid #cccccc; font-size: 14px; color: #ffffff; line-height: 1; }
  .footer .foot_topTit .fr > a + a + a { display: none; }
  .footer .foot_topTit .fr .layui-form { display: none; }
  .footer .foot_topcon .symain > .fr { width: 100%; }
  .footer .foot_topcon .symain > .fl { width: 100%; }
  .footer .footcode { width: 22%; } }
@media screen and (max-width: 480px) { .footer .foot_top { background: url(../image/back3.jpg) no-repeat center; background-size: cover; }
  .footer .foot_topTit { padding: 0.533334rem 0 0.24rem; }
  .footer .foot_topTit .fl { height: 0.64rem; }
  .footer .foot_topTit .fr { height: 0.64rem; }
  .footer .foot_topTit .fr > a { padding: 0 0.373334rem; margin-top: 0.133334rem; height: 0.373334rem; font-size: 0.373334rem; }
  .footer .foot_topcon { padding: 0.8rem 0 0.48rem; }
  .footer .mapbtn { height: 0.96rem; }
  .footer .mapbtn span { margin-right: 0; width: 49%; background: #e5e5e5; border-top-left-radius: 3px; border-top-right-radius: 3px; font-size: 0.4rem; line-height: 0.96rem; }
  .footer .mapbtn span + span { float: right; }
  .footer .mapbox { padding: 0.32rem; }
  .footer .mapbox li { height: 5.12rem; }
  .footer .mapbox li .BMap_bubble_title { font-size: 0.426667rem; }
  .footer .mapbox li .BMap_bubble_content { font-size: 0.373334rem; }
  .footer .mapbox li > a { left: 0.266667rem; bottom: 0.266667rem; width: 3.36rem; height: 0.96rem; line-height: 0.96rem; }
  .footer .mapbox li > a span { font-size: 0.346667rem; }
  .footer .mapbox li > a .iconfont { padding-right: 0.106667rem; font-size: 0.586667rem; }
  .footer .footcontact { padding-right: 0; width: 100%; }
  .footer .footcontact h5 { padding: 0.48rem 0 0.16rem; font-size: 0.48rem; }
  .footer .footcontact p { padding: 0.053334rem 0; font-size: 0.373334rem; }
  .footer .footcode { display: none; }
  .footer .foot_bot { padding: 0.4rem 0 0.32rem; }
  .footer .foot_bot .fl, .footer .foot_bot .fr { font-size: 0.32rem; line-height: 1.5; } 
  .footer .foot_bot .fl img {margin-top: 0.06rem !important;width: 0.48rem !important;}}

#aside { position: fixed; right: 12px; bottom: 3%; z-index: 8; }
#aside .asideItem { margin-top: 6px; position: relative; width: 66px; height: 60px; }
#aside .asideItem > a { display: block; margin-left: 6px; width: 60px; height: 60px; background: #ffffff; font-size: 30px; color: #1163c9; text-align: center; line-height: 60px; border-radius: 5px; box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.12); transition: all 0.2s; }
#aside .asideItem > a img { width: 100%; height: 100%; }
#aside .asideItem > div { position: absolute; right: 66px; top: 0; padding: 6px 20px; background: #ffffff; border-radius: 5px; display: none; box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.12); }
#aside .asideItem > div span { font-size: 14px; color: #666666; line-height: 1.5; }
#aside .asideItem > div p { font-size: 18px; color: #1163c9; font-weight: bold; line-height: 1.5; }
#aside .asideItem:hover > a { background: #f5f5f5; }

@media screen and (max-width: 660px) { #aside { display: none; } }

.ny_banner { margin-top: 80px; width: 100%; height: 400px; }
.ny_banner .main { font-size: 0; }
.ny_banner .main:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.ny_banner .main > h4 { display: inline-block; width: 100%; font-size: 46px; color: #ffffff; font-weight: bold; text-align: center; letter-spacing: 12px; vertical-align: middle; }
.ny_banner .aboutbanner { display: inline-block; padding-left: 24px; vertical-align: middle; }
.ny_banner .aboutbanner h5 { position: relative; display: inline-block; font-size: 46px; color: #ffffff; line-height: 2; font-weight: normal; letter-spacing: 10px; border-bottom: 1px solid #cccccc; }
.ny_banner .aboutbanner h5:after { position: absolute; left: 0; bottom: -2px; content: ""; display: block; width: 20%; height: 5px; background: #1163c9; }
.ny_banner .aboutbanner p { margin-top: 16px; font-size: 16px; color: #ffffff; line-height: 1.5; }

.breadcrumb { width: 100%; height: 40px; background: #f7f8fa; line-height: 40px; overflow: hidden; }
.breadcrumb a, .breadcrumb span { font-size: 14px; color: #999999; }
.breadcrumb a { transition: all 0.2s; }
.breadcrumb a:hover { color: #1163c9; }

.sonnavBox { padding-top: 40px; }
.sonnavBox .main { font-size: 0; text-align: center; }
.sonnavBox li { display: inline-block; height: 46px; vertical-align: top; }
.sonnavBox li:before { content: "//"; display: inline-block; font-size: 16px; color: #999999; line-height: 46px; }
.sonnavBox li a { display: inline-block; margin: 0 20px; width: 140px; height: 100%; border-radius: 6px; font-size: 16px; line-height: 46px; color: #666666; }
.sonnavBox li a:hover { color: #1163c9; }
.sonnavBox li:first-child:before { display: none; }
.sonnavBox li.active a { background: #1163c9; color: #ffffff; }

.secBoxTit { padding: 54px 0 32px; font-size: 24px; color: #333333; font-weight: bold; text-align: center; line-height: 1.5; }

.brand { padding-bottom: 60px; }

.brandCon:after { content: ""; display: block; height: 0; clear: both; }
.brandCon .fl { position: relative; width: 48%; padding-right: 32px; padding-bottom: 32px; }
.brandCon .fl:before { content: ""; display: block; position: absolute; bottom: 0; right: 0; top: 32px; left: 32px; background: #f5f5f5; }
.brandCon .fl img { position: relative; width: 100%; }
.brandCon .fr { width: 49%; }
.brandCon .fr > h5 { margin-top: 32px; font-size: 24px; color: #1163c9; line-height: 1.5; font-weight: bold; }
.brandCon .fr .brandrbox { margin-top: 32px; width: 100%; height: 340px; overflow: auto; }
.brandCon .fr .brandrbox p { font-size: 16px; color: #666666; line-height: 24px; margin-top: 24px; }
.brandCon .fr .brandrbox p:first-child { margin-top: 0; }
.brandCon .fr .brandrbox .mCSB_scrollTools .mCSB_draggerRail { width: 4px; background: #e5e5e5; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; border-radius: 2px; }
.brandCon .fr .brandrbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 4px; background-color: #1163c9; border-radius: 2px; }
.brandCon .fr .brandrbox .mCustomScrollBox > .mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; width: 4px; }
.brandCon .about_cnt { margin-top: 60px; }
.brandCon .about_cnt:after { content: ""; display: block; height: 0; clear: both; }
.brandCon .about_cnt li { position: relative; float: left; width: 33.3333%; text-align: center; }
.brandCon .about_cnt li img, .brandCon .about_cnt li .iconfont { margin: 0 auto; width: 100px; height: 50px; }
.brandCon .about_cnt li .iconfont { display: block; font-size: 50px; color: #1163c9; line-height: 50px; }
.brandCon .about_cnt li p { margin-top: 24px; padding: 0 12px; height: 24px; font-size: 16px; color: #333333; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brandCon .about_cnt li:before { content: ""; display: block; position: absolute; left: 0; bottom: 14%; height: 57%; width: 1px; background: #e5e5e5; }
.brandCon .about_cnt li:first-child:before { display: none; }

.service { padding-bottom: 60px; width: 100%; background: #f5f7fa; }
.service .servicebox:after { content: ""; display: block; height: 0; clear: both; }
.service .servicebox li { float: left; width: 33.333333%; background: #ffffff; }
.service .servicebox li > div > img { width: 100%; }
.service .servicebox .service_cnt { position: relative; }
.service .servicebox .service_cnt > img { opacity: 0; filter: alpha(opacity=0); }
.service .servicebox .serviceCon { position: absolute; left: 0; top: 0; padding: 20px; width: 100%; height: 100%; font-size: 0; overflow: hidden; }
.service .servicebox .serviceCon:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.service .servicebox .serviceCon > div { display: inline-block; width: 100%; vertical-align: middle; }
.service .servicebox .serviceCon > div div { height: 40px; font-size: 14px; color: #999999; line-height: 40px; }
.service .servicebox .serviceCon > div div i { padding-right: 8px; font-size: 40px; color: #1163c9; vertical-align: middle; }
.service .servicebox .serviceCon > div div span { font-size: 20px; color: #333333; vertical-align: middle; }
.service .servicebox .serviceCon > div p { margin-top: 30px; font-size: 16px; color: #666666; line-height: 1.5; }
.service .servicebox .service_wap { display: none; padding: 20px 18px 30px; width: 100%; }
.service .servicebox .service_wap div { height: 36px; font-size: 14px; color: #999999; line-height: 36px; }
.service .servicebox .service_wap div i { padding-right: 8px; font-size: 32px; color: #1163c9; vertical-align: middle; }
.service .servicebox .service_wap div span { font-size: 18px; color: #333333; vertical-align: middle; }
.service .servicebox .service_wap p { margin-top: 18px; font-size: 15px; color: #666666; line-height: 1.5; }

@media screen and (max-width: 1660px) { .ny_banner { margin-top: 72px; } }
@media screen and (max-width: 1260px) { .ny_banner {height: 360px; }
  .brandCon .fr .brandrbox { height: 360px; }
  .brandCon .about_cnt { width: 100%; } }
@media screen and (max-width: 1100px) { .service .servicebox li { width: 100%; }
  .service .servicebox li:after { content: ""; display: block; height: 0; clear: both; }
  .service .servicebox li > div { float: left; width: 50%; } }
@media screen and (max-width: 1000px) { .brandCon .fr > h5 { margin-top: 12px; }
  .brandCon .fr .brandrbox { height: 288px; } }
@media screen and (max-width: 900px) { .ny_banner { height: 270px; }
  .ny_banner .main > h4 { font-size: 40px; letter-spacing: 10px; }
  .ny_banner .aboutbanner h5 { font-size: 36px; letter-spacing: 6px; }
  .ny_banner .aboutbanner p { margin-top: 12px; font-size: 15px; }
  .sonnavBox li { height: 42px; }
  .sonnavBox li:before { font-size: 15px; line-height: 42px; }
  .sonnavBox li a { margin: 0 14px; width: 108px; height: 100%; font-size: 15px; line-height: 42px; }
  .brandCon .fl { width: 100%; }
  .brandCon .fr { width: 100%; }
  .brandCon .fr > h5 { margin-top: 24px; }
  .service .servicebox .serviceCon { padding: 18px; }
  .service .servicebox .serviceCon > div div { height: 36px; line-height: 36px; }
  .service .servicebox .serviceCon > div div i { padding-right: 6px; font-size: 36px; }
  .service .servicebox .serviceCon > div div span { font-size: 18px; }
  .service .servicebox .serviceCon > div p { margin-top: 18px; font-size: 15px; } }
@media screen and (max-width: 580px) { .ny_banner { margin-top: 68px; }
  .secBoxTit { padding-top: 30px; }
  .brandCon .about_cnt { margin-top: 40px; }
  .brandCon .about_cnt li { float: none; margin-bottom: 15px; width: 100%; height: 50px; }
  .brandCon .about_cnt li img, .brandCon .about_cnt li .iconfont { float: left; padding: 0 25px; width: 150px; height: 50px; }
  .brandCon .about_cnt li .iconfont { display: block; font-size: 50px; line-height: 50px; }
  .brandCon .about_cnt li p { margin-top: 0; float: left; width: calc(100% - 150px); height: 50px; font-size: 16px; text-align: left; line-height: 50px; padding-left: 18px; }
  .brandCon .about_cnt li:before { left: 150px; bottom: 0; height: 100%; }
  .brandCon .about_cnt li:first-child:before { display: block; }
  .service .servicebox li { margin-top: 20px; }
  .service .servicebox li:first-child { margin-top: 0; }
  .service .servicebox li > div { width: 100%; }
  .service .servicebox .service_cnt { display: none; }
  .service .servicebox .service_wap { display: block; } }
@media screen and (max-width: 480px) { .ny_banner { margin-top: 1.44rem; height: 4rem; }
  .ny_banner .main > h4 { font-size: 0.64rem; letter-spacing: 0.16rem; }
  .ny_banner .aboutbanner { padding-left: 0.32rem; }
  .ny_banner .aboutbanner h5 { font-size: 0.48rem; letter-spacing: 0.16rem; font-weight: bold; }
  .ny_banner .aboutbanner h5:after { bottom: -1px; height: 3px; }
  .ny_banner .aboutbanner p { margin-top: 0.16rem; font-size: 0.32rem; }
  .breadcrumb { height: 0.96rem; line-height: 0.96rem; }
  .breadcrumb a, .breadcrumb span { font-size: 0.346667rem; color: #999999; }
  .sonnavBox { padding-top: 0.8rem; }
  .sonnavBox li { height: 0.96rem; }
  .sonnavBox li:before { font-size: 0.373334rem; line-height: 0.96rem; }
  .sonnavBox li a { margin: 0 0.24rem; width: 2.24rem; height: 100%; font-size: 0.373334rem; line-height: 0.96rem; }
  .secBoxTit { padding: 0.8rem 0; font-size: 0.586667rem; }
  .brand { padding-bottom: 0.8rem; }
  .brandCon .fl { padding-right: 0.48rem; padding-bottom: 0.48rem; }
  .brandCon .fl:before { top: 0.48rem; left: 0.48rem; }
  .brandCon .fr > h5 { margin-top: 0.48rem; font-size: 0.426667rem; }
  .brandCon .fr .brandrbox { margin-top: 0.4rem; height: 8rem; }
  .brandCon .fr .brandrbox p { font-size: 0.373334rem; line-height: 1.5; margin-top: 0.56rem; }
  .brandCon .about_cnt { margin-top: 0.64rem; }
  .brandCon .about_cnt li { margin-bottom: 0.4rem; height: 1.28rem; }
  .brandCon .about_cnt li img, .brandCon .about_cnt li .iconfont { padding: 0 0.64rem; width: 3.84rem; height: 1.28rem; }
  .brandCon .about_cnt li .iconfont { font-size: 1.28rem; line-height: 1.28rem; }
  .brandCon .about_cnt li p { width: auto; max-width: calc(100% - 150px); height: 1.28rem; font-size: 0.4rem; line-height: 1.28rem; }
  .brandCon .about_cnt li:before { left: 3.84rem; }
  .service { padding-bottom: 0.8rem; }
  .service .servicebox li { margin-top: 0.48rem; }
  .service .servicebox .service_wap { padding: 0.4rem 0.32rem 0.64rem; }
  .service .servicebox .service_wap div { height: 0.8rem; font-size: 0.373334rem; line-height: 0.8rem; }
  .service .servicebox .service_wap div i { padding-right: 0.24rem; font-size: 0.8rem; }
  .service .servicebox .service_wap div span { font-size: 0.48rem; }
  .service .servicebox .service_wap p { margin-top: 0.32rem; font-size: 0.373334rem; } }

.environBox { padding: 60px 0; }
.environBox .main { font-size: 0; }
.environBox .fl, .environBox .fr { float: none; display: inline-block; vertical-align: middle; }
.environBox .fl { width: 63%; }
.environBox .fl img { width: 100%; }
.environBox .fr { width: 37%; padding-left: 40px; }
.environBox .fr > h5 { font-size: 24px; color: #333333; font-weight: bold; line-height: 1.5; }
.environBox .environBoxtop { margin-top: 12px; margin-left: -40px; width: 320px; height: 54px; background: #1163c9; font-size: 16px; color: #ffffff; text-align: center; line-height: 54px; }
.environBox .environBoxcon { margin-top: 30px; font-size: 16px; color: #666666; line-height: 30px; }

.envirbotCon { position: relative; padding: 54px 0 60px; width: 100%; background: #f5f7fa; }
.envirbotCon #envirimg { position: absolute; width: 0; height: 0; left: 0; top: -80px; }
.envirbotCon .environBtn { font-size: 0; text-align: center; }
.envirbotCon .environBtn a { display: inline-block; margin: 0 20px; font-size: 24px; color: #999999; font-weight: bold; line-height: 1.5; }
.envirbotCon .environBtn a.active { color: #333333; }
.envirbotCon .environList { padding-top: 10px; }
.envirbotCon .environList:after { content: ""; display: block; height: 0; clear: both; }
.envirbotCon .environList li { position: relative; float: left; margin-left: 2.5%; margin-top: 30px; width: 31.666666%; cursor: pointer; }
.envirbotCon .environList li img { width: 100%; }
.envirbotCon .environList li div { position: absolute; left: 0; bottom: 0; right: 0; padding: 0 10px; height: 40px; font-size: 16px; color: #ffffff; text-align: center; line-height: 40px; background: rgba(0, 0, 0, 0.6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000'); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.envirbotCon .environList li.environitem1 { margin-left: 0; }

.pagination { margin-top: 40px; font-size: 0; text-align: center; }
.pagination li { display: inline-block; margin: 0 6px; height: 40px; cursor: pointer; transition: all 0.2s; }
.pagination li a, .pagination li span { font-size: 15px; padding: 0 16px; color: #333333; line-height: 40px; }
.pagination li.active, .pagination li:hover { background: #1163c9; }
.pagination li.active a, .pagination li.active span, .pagination li:hover a, .pagination li:hover span { color: #ffffff; }
.pagination li.disabled span { color: #cccccc; }
.pagination li.disabled:hover { background: transparent; }
.pagination li.disabled:hover span { color: #cccccc; }

.envirMask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; font-size: 0; text-align: center; z-index: 90; display: none; background: rgba(0, 0, 0, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3000000', endColorstr='#B3000000'); }
.envirMask:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.envirMask .close_btn { position: absolute; top: 40px; right: 40px; width: 40px; height: 40px; }
.envirMask .close_btn img { width: 100%; height: 100%; transition: all 0.3s; }
.envirMask .close_btn:hover img { transform: rotate(90deg); }
.envirMask .iconfont { position: absolute; top: 50%; margin-top: -36px; width: 40px; height: 72px; font-size: 28px; color: #ffffff; line-height: 72px; cursor: pointer; border-radius: 3px; transition: all 0.2s; }
.envirMask .iconfont.left_btn { left: 30px; }
.envirMask .iconfont.right_btn { right: 30px; }
.envirMask .iconfont:hover { background: #1163c9; }
.envirMask > div { display: inline-block; width: 580px; background: #ffffff; vertical-align: middle; }
.envirMask > div img { width: 100%; }
.envirMask > div p { padding: 16px 20px; font-size: 18px; color: #333333; line-height: 1.5; text-align: center; overflow: hidden; }

@media screen and (max-width: 1260px) { .envirbotCon #envirimg { top: -72px; } }
@media screen and (max-width: 1160px) { .environBox .fl { width: 100%; }
  .environBox .fr { margin-top: 30px; width: 100%; padding-left: 0; }
  .environBox .environBoxtop { margin-left: 0; } }
@media screen and (max-width: 1000px) { .envirbotCon .environList li { margin-left: 0; margin-top: 26px; width: 48%; }
  .envirbotCon .environList li.environitem2 { float: right; }
  .envirMask > div { width: 66%; } }
@media screen and (max-width: 580px) { .envirbotCon #envirimg { top: -68px; }
  .envirbotCon .environList li { margin-left: 0; margin-top: 18px; width: 48.5%; }
  .envirbotCon .environList li div { height: 36px; font-size: 15px; line-height: 36px; }
  .pagination { margin-top: 30px; }
  .pagination li { margin: 0 5px; height: 36px; }
  .pagination li a, .pagination li span { font-size: 14px; padding: 0 14px; line-height: 36px; }
  .envirMask .close_btn { top: 20px; right: 20px; }
  .envirMask .iconfont { margin-top: -28px; width: 32px; height: 56px; font-size: 20px; line-height: 56px; }
  .envirMask .iconfont.left_btn { left: 18px; }
  .envirMask .iconfont.right_btn { right: 18px; }
  .envirMask > div p { padding: 12px 16px; font-size: 15px; } }
@media screen and (max-width: 480px) { .environBox { padding: 0.8rem 0; }
  .environBox .fr { margin-top: 0.48rem; }
  .environBox .fr > h5 { font-size: 0.48rem; }
  .environBox .environBoxtop { margin-top: 0.32rem; width: 7.2rem; height: 1.12rem; font-size: 0.4rem; line-height: 1.12rem; }
  .environBox .environBoxcon { margin-top: 0.32rem; font-size: 0.373334rem; line-height: 0.64rem; }
  .envirbotCon { padding: 0.8rem 0 0.96rem; }
  .envirbotCon #envirimg { top: -1.44rem; }
  .envirbotCon .environBtn a { margin: 0 0.4rem; font-size: 0.48rem; }
  .envirbotCon .environList { padding-top: 0.32rem; }
  .envirbotCon .environList li { margin-left: 0; margin-top: 0.32rem; width: 48.5%; }
  .envirbotCon .environList li div { padding: 0 0.24rem; height: 0.8rem; font-size: 0.373334rem; line-height: 0.8rem; }
  .pagination { margin-top: 0.533334rem; padding-bottom: 0.32rem; height: 0.8rem; }
  .pagination li { margin: 0 0.08rem; height: 0.8rem; }
  .pagination li span, .pagination li a { display: block; padding: 0 0.293334rem; width: 100%; height: 100%; font-size: 0.373334rem; line-height: 0.8rem; }
  .envirMask .close_btn { top: 0.48rem; right: 0.48rem; width: 0.96rem; height: 0.96rem; }
  .envirMask .iconfont { margin-top: -0.72rem; width: 0.8rem; height: 1.44rem; font-size: 0.48rem; line-height: 1.44rem; background: #1163c9; }
  .envirMask .iconfont.left_btn { left: 0; }
  .envirMask .iconfont.right_btn { right: 0; }
  .envirMask > div { width: 100%; }
  .envirMask > div p { padding: 0.213334rem 0.266667rem; font-size: 0.373334rem; } }

.newsCon { padding-top: 54px; }
.newsCon .sec_title { height: 40px; }
.newsCon .sec_title > h4 { font-size: 24px; color: #333333; line-height: 40px; }
.newsCon .sec_title .cateList { float: right; height: 100%; }
.newsCon .sec_title .cateList a { float: left; margin-left: 20px; padding: 0 26px; height: 40px; border: 1px solid #cccccc; border-radius: 20px; font-size: 16px; color: #666666; line-height: 40px; transition: all 0.2s; }
.newsCon .sec_title .cateList a:hover { color: #1163c9; border: 1px solid #1163c9; }
.newsCon .sec_title .cateList a.active { background: #1163c9; border: 1px solid #1163c9; color: #ffffff; }
.newsCon .sec_title .cateList a.active:hover { color: #ffffff; }
.newsCon .news_cnt { padding-top: 0; }
.newsCon .news_cnt a { margin-left: 2.5%; margin-top: 30px; width: 31.666666%; }
.newsCon .news_cnt a.newsitem1 { margin-left: 0; }
.newsCon .news_cntbot { padding: 26px 20px; background: #ffffff; }
.newsCon .news_cntbot h5 { height: 27px; font-size: 18px; }
.newsCon .news_cntbot p { margin-top: 18px; font-size: 14px; line-height: 24px; }

@media screen and (max-width: 1100px) { .newsCon .news_cnt a { margin-left: 0; width: 48%; }
  .newsCon .news_cnt a.newsitem2 { float: right; } }
@media screen and (max-width: 700px) { .newsCon .sec_title { height: 36px; }
  .newsCon .sec_title > h4 { line-height: 36px; }
  .newsCon .sec_title .cateList a { margin-left: 16px; padding: 0 20px; height: 36px; border-radius: 18px; font-size: 15px; line-height: 36px; }
  .newsCon .news_cnt a { margin-top: 22px; }
  .newsCon .news_cntbot h5 { font-size: 17px; line-height: 27px; }
  .newsCon .news_cntbot p { margin-top: 10px; } }
@media screen and (max-width: 480px) { .newsCon { padding-top: 0.8rem; }
  .newsCon .sec_title { height: 0.96rem; }
  .newsCon .sec_title > h4 { font-size: 0.48rem; color: #333333; line-height: 0.96rem; }
  .newsCon .sec_title .cateList a { margin-top: 0.08rem; margin-left: 0.32rem; padding: 0 0.4rem; height: 0.8rem; border-radius: 0.4rem; font-size: 0.373334rem; line-height: 0.8rem; }
  .newsCon .news_cnt { padding-top: 0.16rem; }
  .newsCon .news_cnt a { margin-top: 0.32rem; }
  .newsCon .news_cntbot { padding: 0.32rem 0.24rem 0.4rem; background: #ffffff; }
  .newsCon .news_cntbot h5 { height: 0.64rem; font-size: 0.426667rem; line-height: 1.5; }
  .newsCon .news_cntbot p { margin-top: 0.24rem; height: 1.12rem; font-size: 0.373334rem; line-height: 1.5; } }

.newsDeCon { padding: 40px 0 54px; }
.newsDeCon .newsDeContop { position: relative; padding: 16px 0; border-bottom: 1px solid #cccccc; }
.newsDeCon .newsDeContop .returnBtn { position: absolute; right: 0; bottom: 20px; width: 120px; height: 40px; background: #1163c9; border-radius: 20px; font-size: 16px; color: #ffffff; text-align: center; line-height: 40px; }
.newsDeCon .newsDeContopL { width: 100%; padding-right: 200px; }
.newsDeCon .newsDeContopL > h5 { font-size: 18px; color: #333333; line-height: 1.5; }
.newsDeCon .newsDeContopL > div { margin-top: 12px; }
.newsDeCon .newsDeContopL > div span { padding-left: 30px; font-size: 14px; color: #666666; line-height: 1.5; }
.newsDeCon .newsDeContopL > div span:first-child { padding-left: 0; }
.newsDeCon .newsDeConcnt { padding: 26px 0 50px; }
.newsDeCon .newsDeConcnt p { font-size: 14px; color: #666666; line-height: 24px; }
.newsDeCon .newsDeConcnt img { margin: 30px 0; max-width: 100%; }
.newsDeCon .newsDeConbot { padding-top: 26px; border-top: 1px solid #cccccc; }
.newsDeCon .newsDeConbot:after { content: ""; display: block; height: 0; clear: both; }
.newsDeCon .newsDeConbot > div { max-width: 48%; height: 24px; font-size: 16px; color: #333333; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsDeCon .newsDeConbot > div a { color: #333333; transition: all 0.2s; }
.newsDeCon .newsDeConbot > div a:hover { color: #1163c9; }
.newsDeCon .newsDeConbot .returnBtn { display: none; }

@media screen and (max-width: 800px) { .newsDeCon .newsDeContop .returnBtn { display: none; }
  .newsDeCon .newsDeContopL { padding-right: 0; }
  .newsDeCon .newsDeConcnt { padding-bottom: 40px; }
  .newsDeCon .newsDeConbot { padding-top: 16px; }
  .newsDeCon .newsDeConbot > div { float: none; max-width: 100%; width: 100%; height: 32px; padding: 4px 0; }
  .newsDeCon .newsDeConbot .returnBtn { display: block; margin: 20px auto 0; width: 150px; height: 40px; background: #1163c9; border-radius: 20px; font-size: 16px; color: #ffffff; text-align: center; line-height: 40px; } }
@media screen and (max-width: 480px) { .newsDeCon { padding: 0.533334rem 0 0.8rem; }
  .newsDeCon .newsDeContop { padding: 0.32rem 0; }
  .newsDeCon .newsDeContopL > h5 { font-size: 0.48rem; }
  .newsDeCon .newsDeContopL > div { margin-top: 0.16rem; }
  .newsDeCon .newsDeContopL > div span { padding-left: 0.48rem; font-size: 0.373334rem; }
  .newsDeCon .newsDeConcnt { padding: 0.48rem 0 0.64rem; }
  .newsDeCon .newsDeConcnt p { font-size: 0.373334rem; line-height: 0.64rem; }
  .newsDeCon .newsDeConcnt img { margin: 0.4rem 0; }
  .newsDeCon .newsDeConbot { padding-top: 0.4rem; }
  .newsDeCon .newsDeConbot > div { padding: 0.08rem 0; height: 0.8rem; font-size: 0.4rem; line-height: 1.6; }
  .newsDeCon .newsDeConbot .returnBtn { margin: 0.48rem auto 0; width: 3.2rem; height: 0.96rem; border-radius: 0.48rem; font-size: 0.4rem; line-height: 0.96rem; } }

.characterBox { padding: 40px 0 60px; }
.characterBox .characterBoxtop { position: relative; height: 60px; background: #ffffff; border: 1px solid #e5e5e5; overflow: hidden; }
.characterBox .characterBoxtop h5 { padding-right: 150px; padding-left: 20px; font-size: 20px; color: #333333; font-weight: bold; line-height: 60px; }
.characterBox .characterBoxtop a { position: absolute; right: 0; top: 0; width: 120px; height: 100%; background: #1163c9; border-left: 1px solid #e5e5e5; font-size: 16px; color: #ffffff; text-align: center; line-height: 60px; }
.characterBox .characterBoxCon { width: 100%; background: #ffffff; border: 1px solid #e5e5e5; border-top-width: 0px; display: table; }
.characterBox .characterBoxCon .fl { padding: 24px 0; width: 24%; border-right: 1px solid #e5e5e5; display: table-cell; float: none; }
.characterBox .characterBoxCon .fl li { position: relative; padding: 12px 0; }
.characterBox .characterBoxCon .fl li:before { content: ""; display: none; position: absolute; top: 16px; bottom: 16px; left: -2px; width: 3px; background: #1163c9; }
.characterBox .characterBoxCon .fl li a { padding: 0 20px; font-size: 16px; color: #333333; line-height: 1.5; display: block; transition: all 0.2s; }
.characterBox .characterBoxCon .fl li:hover a { color: #1163c9; }
.characterBox .characterBoxCon .fl li.active:before { display: block; }
.characterBox .characterBoxCon .fl li.active a { color: #1163c9; }
.characterBox .characterBoxCon .layui-form { display: none; }
.characterBox .characterBoxCon .fr { padding: 34px 20px 60px; width: 76%; display: table-cell; float: none; }
.characterBox .characterBoxCon .fr > h5 { font-size: 20px; color: #333333; font-weight: bold; line-height: 1.5; }
.characterBox .characterBoxCon .fr img {max-width: 100%;}
.characterBox .characterBoxCon .characterDebox { margin-top: 20px; }
.characterBox .characterBoxCon .characterDebox p { font-size: 14px; color: #666666; line-height: 24px; }
.characterBox .characterBoxCon .characterDebox img { display: inline-block; max-width: 100%; }

@media screen and (max-width: 1000px) { .characterBox .characterBoxCon .fl { width: 34%; }
  .characterBox .characterBoxCon .fl li a { padding: 0 15px; font-size: 15px; }
  .characterBox .characterBoxCon .fr { width: 66%; } }
@media screen and (max-width: 600px) { .characterBox .characterBoxtop { height: 50px; }
  .characterBox .characterBoxtop h5 { padding-right: 150px; padding-left: 20px; font-size: 18px; line-height: 50px; }
  .characterBox .characterBoxtop a { font-size: 15px; line-height: 50px; }
  .characterBox .characterBoxCon .fl { display: none; }
  .characterBox .characterBoxCon .layui-form { display: block; margin-top: 30px; padding: 0 20px; }
  .characterBox .characterBoxCon .layui-form-item { margin-bottom: 0; }
  .characterBox .characterBoxCon .layui-input-block { margin-left: 0; }
  .characterBox .characterBoxCon .fr { margin-top: 30px; width: 100%; display: block; border-top: 1px solid #e5e5e5; }
  .characterBox .characterBoxCon .fr > h5 { font-size: 18px; } }
@media screen and (max-width: 480px) { .characterBox { padding: 0.8rem 0; }
  .characterBox .characterBoxtop { height: 1.28rem; }
  .characterBox .characterBoxtop h5 { padding-right: 2.72rem; padding-left: 0.32rem; font-size: 0.48rem; line-height: 1.28rem; }
  .characterBox .characterBoxtop a { width: 2.4rem; font-size: 0.373334rem; line-height: 1.28rem; }
  .characterBox .characterBoxCon .layui-form { margin-top: 0.64rem; padding: 0 0.4rem; }
  .characterBox .characterBoxCon .fr { margin-top: 0.64rem; padding: 0.64rem 0.4rem 0.8rem; }
  .characterBox .characterBoxCon .fr > h5 { font-size: 0.48rem; }
  .characterBox .characterBoxCon .characterDebox { margin-top: 0.48rem; }
  .characterBox .characterBoxCon .characterDebox p { font-size: 0.373334rem; line-height: 0.64rem; } }

.teamBox { padding: 10px 0 60px; }
.teamBox .teamList:after { content: ""; display: block; height: 0; clear: both; }
.teamBox .teamList > a { position: relative; float: left; margin-left: 2.5%; margin-top: 30px; width: 31.666666%; border-radius: 8px; overflow: hidden; }
.teamBox .teamList > a img { width: 100%; }
.teamBox .teamList > a.teamitem1 { margin-left: 0; }
.teamBox .teamList > a:hover .team_cntbot { background: #1163c9; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1163C9', endColorstr='#FF1163C9'); }
.teamBox .team_cntbot { position: absolute; left: 0; bottom: 0; padding: 24px 20px; width: 100%; height: 118px; border-radius: 8px; background: rgba(17, 99, 201, 0.6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#991163C9', endColorstr='#991163C9'); transition: all 0.2s; }
.teamBox .team_cntbot .fl { width: 74%; }
.teamBox .team_cntbot .fl div { height: 36px; font-size: 24px; color: #ffffff; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.teamBox .team_cntbot .fl p { margin-top: 8px; height: 24px; font-size: 16px; color: #ffffff; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.teamBox .team_cntbot .fr { margin-top: 11px; width: 50px; height: 50px; border: 1px solid #ffffff; border-radius: 25px; text-align: center; line-height: 50px; }
.teamBox .team_cntbot .fr span { font-size: 20px; color: #ffffff; }
.teamBox .team_cntcon { position: absolute; top: 26%; left: 5.3%; padding: 18px 20px 50px; width: 89.4%; border-radius: 8px; background: rgba(0, 0, 0, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#CC000000'); display: none; transition: top 0.4s; }
.teamBox .team_cntcon.active { top: 9.4%; }
.teamBox .team_cntcontop { height: 62px; border-bottom: 1px solid #cccccc; font-size: 0; }
.teamBox .team_cntcontop span { position: relative; display: inline-block; font-size: 20px; color: #ffffff; line-height: 60px; }
.teamBox .team_cntcontop span:after { content: ""; display: block; position: absolute; left: 0; bottom: -3px; width: 100%; height: 3px; background: #1163c9; }
.teamBox .team_cntconbot { margin-top: 26px; height: 168px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
.teamBox .team_cntconbot p { font-size: 14px; color: #cccccc; line-height: 24px; }

@media screen and (max-width: 1240px) { .teamBox .team_cntbot { padding: 20px 16px; height: 102px; }
  .teamBox .team_cntbot .fl { width: 74%; }
  .teamBox .team_cntbot .fl div { height: 30px; font-size: 20px; }
  .teamBox .team_cntbot .fl p { font-size: 15px; line-height: 1.6; }
  .teamBox .team_cntbot .fr { margin-top: 10px; width: 42px; height: 42px; border-radius: 21px; line-height: 42px; }
  .teamBox .team_cntbot .fr span { font-size: 16px; }
  .teamBox .team_cntcon { padding: 12px 20px 30px; }
  .teamBox .team_cntcontop { height: 50px; }
  .teamBox .team_cntcontop span { font-size: 18px; line-height: 48px; }
  .teamBox .team_cntconbot { margin-top: 16px; } }
@media screen and (max-width: 1080px) { .teamBox .team_cntconbot { height: 120px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; } }
@media screen and (max-width: 1000px) { .teamBox .teamList > a { width: 48.5%; margin-left: 0; }
  .teamBox .teamList > a.teamitem2 { float: right; }
  .teamBox .team_cntcon { padding: 18px 20px 50px; }
  .teamBox .team_cntconbot { height: 168px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
  .teamBox .team_bot { margin-top: 30px; }
  .teamBox .team_bot .swiper-scrollbar { width: 54%; } }
@media screen and (max-width: 800px) { .teamBox .teamList > a { margin-top: 20px; }
  .teamBox .team_cntcon { padding: 10px 20px 30px; }
  .teamBox .team_cntbot { padding: 16px 10px; height: 80px; }
  .teamBox .team_cntbot .fl { width: 74%; }
  .teamBox .team_cntbot .fl div { height: 27px; font-size: 18px; }
  .teamBox .team_cntbot .fl p { margin-top: 6px; font-size: 14px; line-height: 1.5; }
  .teamBox .team_cntbot .fr { width: 32px; height: 32px; border-radius: 16px; line-height: 32px; }
  .teamBox .team_cntbot .fr span { font-size: 14px; }
  .teamBox .team_cntcontop { height: 48px; }
  .teamBox .team_cntcontop span { font-size: 18px; line-height: 46px; } }
@media screen and (max-width: 620px) { .teamBox .team_cntconbot { height: 120px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; } }
@media screen and (max-width: 530px) { .teamBox .team_cntcon { padding-bottom: 18px; }
  .teamBox .team_cntconbot { height: 96px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } }
@media screen and (max-width: 480px) { .teamBox { padding: 0.8rem 0 0.96rem; }
  .teamBox .teamList > a { margin-top: 0.32rem; }
  .teamBox .team_cntbot { padding: 0.4rem 0.24rem; height: 1.76rem; }
  .teamBox .team_cntbot .fl { width: 80%; }
  .teamBox .team_cntbot .fl div { height: 0.56rem; font-size: 0.373334rem; line-height: 1.5; }
  .teamBox .team_cntbot .fl p { margin-top: 0; height: 0.48rem; font-size: 0.32rem; color: #ffffff; }
  .teamBox .team_cntbot .fr { margin-top: 0.24rem; width: 0.64rem; height: 0.64rem; border-radius: 0.32rem; line-height: 0.586667rem; }
  .teamBox .team_cntbot .fr span { font-size: 0.266667rem; vertical-align: top; } }

.teamDeBox { padding: 40px 0 54px; }
.teamDeBox .teamDeBoxtop { position: relative; height: 60px; background: #ffffff; border: 1px solid #e5e5e5; }
.teamDeBox .teamDeBoxtop h5 { height: 100%; padding-left: 18px; padding-right: 150px; font-size: 20px; color: #333333; font-weight: bold; line-height: 58px; }
.teamDeBox .teamDeBoxtop a { position: absolute; right: 0; top: 0; width: 120px; height: 100%; background: #1163c9; border-left: 1px solid #e5e5e5; font-size: 16px; color: #ffffff; text-align: center; line-height: 58px; }
.teamDeBox .teamDeBoxcon { display: table; width: 100%; background: #ffffff; border: 1px solid #e5e5e5; border-top-width: 0px; }
.teamDeBox .teamDeBoxcon > div { float: none; display: table-cell; }
.teamDeBox .teamDeBoxcon .fl { padding: 20px; width: 35%; border-right: 1px solid #e5e5e5; }
.teamDeBox .teamDeBoxcon .fl img { width: 100%; border-radius: 8px; }
.teamDeBox .teamDeBoxcon .fr { padding: 55px 0; width: 65%; vertical-align: top; }
.teamDeBox .teamDeBoxcon .fr > div { padding-bottom: 44px; }
.teamDeBox .teamDeBoxcon .teamDeTit { position: relative; padding-left: 20px; font-size: 20px; color: #333333; line-height: 1.5; }
.teamDeBox .teamDeBoxcon .teamDeTit:before { content: ""; display: block; position: absolute; left: -2px; top: 6px; bottom: 6px; width: 3px; background: #1163c9; }
.teamDeBox .teamDeBoxcon .teamDeinfo1 { margin-top: 24px; padding: 0 20px; font-size: 0; }
.teamDeBox .teamDeBoxcon .teamDeinfo1 li { padding-right: 62px; display: inline-block; font-size: 16px; color: #666666; line-height: 36px; }
.teamDeBox .teamDeBoxcon .teamDeinfo2 { margin-top: 24px; padding: 0 20px; font-size: 16px; color: #666666; line-height: 36px; }
.teamDeBox .teamDeBoxbot { margin-top: 28px; }
.teamDeBox .teamDeBoxbot:after { content: ""; display: block; height: 0; clear: both; }
.teamDeBox .teamDeBoxbot > div { height: 24px; max-width: 48%; font-size: 16px; color: #333333; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.teamDeBox .teamDeBoxbot > div a { color: #333333; transition: all 0.2s; }
.teamDeBox .teamDeBoxbot > div a:hover { color: #1163c9; }

@media screen and (max-width: 1000px) { .teamDeBox .teamDeBoxcon .fl { padding: 18px; width: 44%; }
  .teamDeBox .teamDeBoxcon .fr { padding: 38px 0; width: 56%; }
  .teamDeBox .teamDeBoxcon .fr > div { padding-bottom: 30px; }
  .teamDeBox .teamDeBoxcon .teamDeTit { padding-left: 18px; }
  .teamDeBox .teamDeBoxcon .teamDeinfo1 { margin-top: 20px; padding: 0 18px; }
  .teamDeBox .teamDeBoxcon .teamDeinfo1 li { padding-right: 40px; }
  .teamDeBox .teamDeBoxcon .teamDeinfo2 { margin-top: 20px; padding: 0 18px; } }
@media screen and (max-width: 700px) { .teamDeBox .teamDeBoxcon .fr > div { padding-bottom: 26px; }
  .teamDeBox .teamDeBoxcon .teamDeTit { font-size: 18px; }
  .teamDeBox .teamDeBoxcon .teamDeinfo1 { margin-top: 15px; }
  .teamDeBox .teamDeBoxcon .teamDeinfo1 li { font-size: 14px; line-height: 30px; }
  .teamDeBox .teamDeBoxcon .teamDeinfo2 { margin-top: 15px; font-size: 14px; line-height: 30px; } }
@media screen and (max-width: 600px) { .teamDeBox .teamDeBoxcon { display: block; }
  .teamDeBox .teamDeBoxcon > div { display: block; }
  .teamDeBox .teamDeBoxcon .fl { width: 100%; border-right-width: 0px; }
  .teamDeBox .teamDeBoxcon .fr { width: 100%; }
  .teamDeBox .teamDeBoxbot > div { float: none; padding: 6px 0; width: 100%; max-width: 100%; height: 36px; } }
@media screen and (max-width: 480px) { .teamDeBox { padding: 0.8rem 0 0.96rem; }
  .teamDeBox .teamDeBoxtop { height: 1.28rem; }
  .teamDeBox .teamDeBoxtop h5 { padding-right: 2.72rem; padding-left: 0.32rem; font-size: 0.48rem; line-height: 1.28rem; }
  .teamDeBox .teamDeBoxtop a { width: 2.4rem; font-size: 0.373334rem; line-height: 1.28rem; }
  .teamDeBox .teamDeBoxcon .fl { padding: 0.48rem; border-radius: 0.106667rem; }
  .teamDeBox .teamDeBoxcon .fr { padding: 0.48rem 0; }
  .teamDeBox .teamDeBoxcon .fr > div { padding-bottom: 0.48rem; }
  .teamDeBox .teamDeBoxcon .teamDeTit { padding-left: 0.48rem; font-size: 0.426667rem; }
  .teamDeBox .teamDeBoxcon .teamDeTit:before { top: 0.08rem; bottom: 0.08rem; }
  .teamDeBox .teamDeBoxcon .teamDeinfo1 { margin-top: 0.32rem; padding: 0 0.48rem; }
  .teamDeBox .teamDeBoxcon .teamDeinfo1 li { padding-right: 0.64rem; font-size: 0.373334rem; line-height: 0.8rem; }
  .teamDeBox .teamDeBoxcon .teamDeinfo2 { margin-top: 0.32rem; padding: 0 0.48rem; font-size: 0.373334rem; line-height: 0.8rem; }
  .teamDeBox .teamDeBoxbot { margin-top: 0.48rem; }
  .teamDeBox .teamDeBoxbot > div { height: 0.8rem; padding: 0.08rem 0; font-size: 0.4rem; line-height: 1.6; } }

.active_banner { margin-top: 80px; position: relative; }
.active_banner .swiper-container {width: 100%;}
.active_banner .swiper-slide {width: 100%;}
.active_banner .swiper-slide img { width: 100%; }
.active_banner .active_bannerlink { position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto; width: 1200px; background: #ffffff; border-radius: 8px; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); overflow: hidden; z-index: 2;}
.active_banner .active_bannerlink p { padding: 22px 0; padding-left: 20px; padding-right: 220px; font-size: 18px; color: #333333; line-height: 1.5; }
.active_banner .active_bannerlink a { position: absolute; right: 0; top: 0; bottom: 0; width: 200px; background: #1163c9; font-size: 0; text-align: center; }
.active_banner .active_bannerlink a:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.active_banner .active_bannerlink a span { display: inline-block; font-size: 18px; color: #ffffff; vertical-align: middle; }
.active_banner .leftbtn,.active_banner .rightbtn {position: absolute;top: 50%;margin-top: -27px;width: 54px; height: 54px; cursor: pointer; z-index: 2; }
.active_banner .leftbtn img, .active_banner .rightbtn img { width: 100%; height: 100%; }
.active_banner .leftbtn { left: 36px; }
.active_banner .rightbtn { right: 36px; }

@media screen and (max-width: 1660px) { .active_banner { margin-top: 72px; } }
@media screen and (max-width: 1260px) { 
  .active_banner .active_bannerlink { width: auto; left: 80px; right: 80px; } }
@media screen and (max-width: 1080px) { .active_banner .active_bannerlink p { padding: 16px 0; padding-left: 20px; padding-right: 170px; font-size: 16px; }
  .active_banner .active_bannerlink a { width: 150px; }
  .active_banner .active_bannerlink a span { font-size: 16px; } }
@media screen and (max-width: 660px) { .active_banner .active_bannerlink { width: 92%; left: 0; right: 0; } }
@media screen and (max-width: 660px) { .active_banner .active_bannerlink p { padding: 12px 0; padding-left: 16px; padding-right: 120px; font-size: 14px; }
  .active_banner .leftbtn,.active_banner .rightbtn {margin-top: -20px;width: 40px;height: 40px;}
  .active_banner .active_bannerlink a { width: 100px; }
  .active_banner .active_bannerlink a span { font-size: 14px; } }
@media screen and (max-width: 580px) { .active_banner { margin-top: 68px; } }
@media screen and (max-width: 480px) { .active_banner { margin-top: 1.44rem; }
  .active_banner .leftbtn,.active_banner .rightbtn {margin-top: -0.48rem;width: 0.96rem;height: 0.96rem;}
  .active_banner .leftbtn {left: 0.6rem;}
  .active_banner .rightbtn {right: 0.6rem;}
  .active_banner .active_bannerlink { bottom: 0.48rem; width: 2.72rem; }
  .active_banner .active_bannerlink p { display: none; }
  .active_banner .active_bannerlink a { position: relative; display: block; width: 2.72rem; height: 0.96rem; }
  .active_banner .active_bannerlink a span { font-size: 0.373334rem; } }

.guidebox { padding: 40px 0 60px; }
.guidebox .guideboxtop { padding-bottom: 22px; }
.guidebox .guideboxtop > h5 { padding: 14px 0; border-bottom: 1px solid #e5e5e5; font-size: 24px; color: #333333; line-height: 1.5; font-weight: bold; }
.guidebox .guideboxtop > p { margin-top: 24px; font-size: 16px; color: #333333; line-height: 1.5; }
.guidebox .guideboxcon:after { content: ""; display: block; height: 0; clear: both; }
.guidebox .guideboxcon > li { float: left; margin-top: 20px; padding: 0 20px 10px; width: 49.2%; background: #ffffff; transition: all 0.2s; }
.guidebox .guideboxcon > li.even { float: right; }
.guidebox .guideboxcon > li.last { padding-bottom: 50px; }
.guidebox .guideboxcon > li.last .guideboxconbot:after { content: ""; display: block; height: 0; clear: both; }
.guidebox .guideboxcon > li:hover { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); }
.guidebox .guideboxconTop { padding: 40px 0 20px; height: 90px; font-size: 0; line-height: 30px; }
.guidebox .guideboxconTop span, .guidebox .guideboxconTop div { display: inline-block; vertical-align: middle; }
.guidebox .guideboxconTop span { font-size: 30px; color: #1163c9; }
.guidebox .guideboxconTop div { padding-left: 10px; font-size: 20px; color: #333333; font-weight: bold; }
.guidebox .guideboxconItem { padding-top: 36px; height: 180px; border-top: 1px dashed #cccccc; }
.guidebox .guideboxconItem > h5 { margin-bottom: 14px; font-size: 20px; color: #333333; line-height: 1.5; }
.guidebox .guideboxconItem > div { padding: 6px 0; font-size: 16px; color: #00a7cb; line-height: 1.5; }
.guidebox .guideboxconItem > div:after { content: ""; display: block; height: 0; clear: both; }
.guidebox .guideboxconItem > div .fl { width: 22%; }
.guidebox .guideboxconItem > div .fr { width: 78%; color: #666666; }
.guidebox .guideboxconItem > div .fr span { padding-left: 40px; }
.guidebox .guideboxconItem > div .fr span:first-child { padding-left: 0; }
.guidebox .guideboxconItem.fl { width: 50%; height: auto; }
.guidebox .guideboxconItem.fl > div { padding: 10px; margin-top: 22px; width: 140px; height: 140px; border: 1px solid #e5e5e5; }
.guidebox .guideboxconItem.fl > div img { width: 100%; }
.guidebox .guideboxconItem.fr { width: 50%; height: auto; }

@media screen and (max-width: 1100px) { .guidebox .guideboxconItem > div .fl { width: 30%; }
  .guidebox .guideboxconItem > div .fr { width: 70%; }
  .guidebox .guideboxconItem > div .fr span { padding-left: 26px; } }
@media screen and (max-width: 900px) { .guidebox .guideboxcon > li { float: none; width: 100%; }
  .guidebox .guideboxcon > li.even { float: none; }
  .guidebox .guideboxconItem > div .fl { width: 20%; }
  .guidebox .guideboxconItem > div .fr { width: 80%; } }
@media screen and (max-width: 580px) { .guidebox .guideboxconItem > div .fl { width: 30%; }
  .guidebox .guideboxconItem > div .fr { width: 70%; } }
@media screen and (max-width: 480px) { .guidebox { padding: 0.48rem 0 0.96rem; }
  .guidebox .guideboxtop { padding-bottom: 0.32rem; }
  .guidebox .guideboxtop > h5 { padding: 0.32rem 0; font-size: 0.48rem; }
  .guidebox .guideboxtop > p { margin-top: 0.4rem; font-size: 0.373334rem; }
  .guidebox .guideboxcon > li { margin-top: 0.48rem; padding: 0 0.32rem 0.32rem; }
  .guidebox .guideboxcon > li.last { padding-bottom: 0.96rem; }
  .guidebox .guideboxconTop { padding: 0.64rem 0 0.32rem; height: 1.52rem; font-size: 0; line-height: 0.56rem; }
  .guidebox .guideboxconTop span { font-size: 0.56rem; }
  .guidebox .guideboxconTop div { padding-left: 0.16rem; font-size: 0.453334rem; }
  .guidebox .guideboxconItem { padding-top: 0.48rem; height: 3.2rem; }
  .guidebox .guideboxconItem > h5 { margin-bottom: 0.24rem; font-size: 0.426667rem; }
  .guidebox .guideboxconItem > div { padding: 0.08rem 0; font-size: 0.373334rem; }
  .guidebox .guideboxconItem > div .fl { width: 26%; }
  .guidebox .guideboxconItem > div .fr { width: 74%; }
  .guidebox .guideboxconItem > div .fr span { padding-left: 0.4rem; }
  .guidebox .guideboxconItem.fl > div { padding: 0.266667rem; margin-top: 0.48rem; width: 3.2rem; height: 3.2rem; } }

.contact { padding: 40px 0 60px; }
.contact .contactTop { padding-bottom: 30px; }
.contact .contactTop > h5 { padding: 14px 0; border-bottom: 1px solid #e5e5e5; font-size: 24px; color: #333333; line-height: 1.5; font-weight: bold; }
.contact .contactTopcon { padding-top: 20px; }
.contact .contactTopcon:after { content: ""; display: block; height: 0; clear: both; }
.contact .contactTopcon li { float: left; padding: 6px 0; width: 36%; font-size: 16px; color: #666666; line-height: 1.5; position: relative; margin-left: 96px; }
.contact .contactTopcon li:after { content: ""; display: block; height: 0; clear: both; }
.contact .contactTopcon li:first-child { margin-left: 0; }
.contact .contactTopcon li.last { width: 100%; margin-left: 0; }
.contact .contactTopcon li.last .fl { position: absolute; left: 0; top: 6px; }
.contact .contactTopcon li.last .fr { float: none; padding-left: 120px; }
.contact .contactTopcon li .fl { color: #00a7cb; }
.contact .contactTopcon li .fr { float: left; }
.contact .contactTopcon li .fr span { padding-left: 40px; }
.contact #map3 { width: 100%; height: 500px; }
.contact #map3 .anchorBL { display: none; }
.contact #map3 .BMap_bubble_title { font-size: 16px; color: #333; font-weight: bold; }
.contact #map3 .BMap_bubble_content { padding-top: 3px; font-size: 14px; color: #666666; line-height: 1.5; }
.contact .contactlx > div { margin-top: 20px; padding: 0 20px 40px; width: 100%; background: #ffffff; transition: all 0.2s; }
.contact .contactlx > div:hover { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); }
.contact .contactlx .contactlxTop { padding: 40px 0 20px; height: 90px; font-size: 0; line-height: 30px; border-bottom: 1px dashed #cccccc; }
.contact .contactlx .contactlxTop span, .contact .contactlx .contactlxTop div { display: inline-block; vertical-align: middle; }
.contact .contactlx .contactlxTop span { font-size: 30px; color: #1163c9; }
.contact .contactlx .contactlxTop div { padding-left: 10px; font-size: 20px; color: #333333; font-weight: bold; }
.contact .contactlx .contactlxItem > h5 { margin: 36px 0 20px; font-size: 20px; color: #333333; line-height: 1.5; }
.contact .contactlx .contactlxItem > p { font-size: 16px; color: #666666; line-height: 1.5; }

@media screen and (max-width: 1150px) { .contact .contactTopcon li { margin-left: 0; width: 50%; } }
@media screen and (max-width: 950px) { .contact .contactTopcon li { width: 100%; min-height: 36px; }
  .contact .contactTopcon li .fl { position: absolute; left: 0; top: 6px; }
  .contact .contactTopcon li .fr { float: none; padding-left: 120px; }
  .contact .contactTopcon li .fr span:first-child { padding-left: 0; } }
@media screen and (max-width: 480px) { .contact { padding: 0.48rem 0 0.96rem; }
  .contact .contactTop { padding-bottom: 0.32rem; }
  .contact .contactTop > h5 { padding: 0.32rem 0; font-size: 0.48rem; }
  .contact .contactTopcon { padding-top: 0.32rem; }
  .contact .contactTopcon li { padding: 0.08rem 0; font-size: 0.373334rem; min-height: 0.72rem; }
  .contact .contactTopcon li.last { width: 100%; margin-left: 0; }
  .contact .contactTopcon li.last .fl { position: absolute; left: 0; top: 0.08rem; }
  .contact .contactTopcon li.last .fr { float: none; padding-left: 2.4rem; }
  .contact .contactTopcon li .fl { top: 0.08rem; }
  .contact .contactTopcon li .fr { padding-left: 2.4rem; }
  .contact .contactTopcon li .fr span { padding-left: 0.32rem; }
  .contact #map3 { height: 8rem; }
  .contact #map3 .BMap_bubble_title { font-size: 0.426667rem; }
  .contact #map3 .BMap_bubble_content { padding-top: 3px; font-size: 0.373334rem; }
  .contact .contactlx > div { margin-top: 0.48rem; padding: 0 0.32rem 0.64rem; }
  .contact .contactlx .contactlxTop { padding: 0.64rem 0 0.32rem; height: 1.52rem; font-size: 0; line-height: 0.56rem; }
  .contact .contactlx .contactlxTop span { font-size: 0.56rem; }
  .contact .contactlx .contactlxTop div { padding-left: 0.16rem; font-size: 0.453334rem; }
  .contact .contactlx .contactlxItem > h5 { margin: 0.48rem 0 0.24rem; font-size: 0.426667rem; }
  .contact .contactlx .contactlxItem > p { font-size: 0.373334rem; } }

.qutpa_banner { position: relative; margin-top: 80px; padding-bottom: 10px; overflow: hidden; }
.qutpa_banner .qutpa_bannerimg { position: absolute; left: 0; top: 0; width: 100%; height: 600px; }
.qutpa_banner .main { height: auto; }
.qutpa_banner .qutpa_bannerbot { position: relative; margin-top: 520px; width: 100%; background: #ffffff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
.qutpa_banner .qutpa_bannerbot > ul:after { content: ""; display: block; height: 0; clear: both; }
.qutpa_banner .qutpa_bannerbot > ul li { float: left; width: 50%; height: 80px; }
.qutpa_banner .qutpa_bannerbot > ul li a { display: block; width: 100%; height: 100%; font-size: 24px; color: #333333; text-align: center; line-height: 80px; border-bottom: 1px solid #cccccc; transition: all 0.2s; }
.qutpa_banner .qutpa_bannerbot > ul li a:hover { color: #1163c9; }
.qutpa_banner .qutpa_bannerbot > ul li.active a { background: #1163c9; color: #ffffff; border-bottom: 1px solid #1163c9; }
.qutpa_banner .qutpa_bannerbot > ul li.active a:hover { color: #ffffff; }
.qutpa_banner .qutpa_bannerbot > div { padding: 55px 20px; }
.qutpa_banner .qutpa_bannerbot > div > h5 { margin-bottom: 30px; font-size: 20px; color: #333333; font-weight: normal; line-height: 1.5; }
.qutpa_banner .qutpa_bannerbot > div > p { font-size: 16px; color: #666666; line-height: 1.5; }

.qutpa_title { text-align: center; }
.qutpa_title h5 { font-size: 24px; color: #333333; line-height: 1.5; }
.qutpa_title div { position: relative; margin: 12px auto 15px; width: 400px; height: 1px; background: #cccccc; }
.qutpa_title div:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: -1px; margin: auto; width: 50px; height: 3px; background: #1163c9; }
.qutpa_title p { font-size: 16px; color: #999999; line-height: 1.5; }

.qutpa_team { padding: 64px 0 60px; }
.qutpa_team .swiper-container { margin-top: 32px; width: 100%; }
.qutpa_team .swiper-slide { position: relative; display: block; width: 380px; border-radius: 8px; overflow: hidden; }
.qutpa_team .swiper-slide img { width: 100%; }
.qutpa_team .swiper-slide:hover .team_cntbot { background: #1163c9; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1163C9', endColorstr='#FF1163C9'); }
.qutpa_team .team_cntbot { position: absolute; left: 0; bottom: 0; padding: 24px 20px; width: 100%; height: 118px; border-radius: 8px; background: rgba(17, 99, 201, 0.6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#991163C9', endColorstr='#991163C9'); transition: all 0.2s; }
.qutpa_team .team_cntbot .fl { width: 74%; }
.qutpa_team .team_cntbot .fl div { height: 36px; font-size: 24px; color: #ffffff; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.qutpa_team .team_cntbot .fl p { margin-top: 8px; height: 24px; font-size: 16px; color: #ffffff; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.qutpa_team .team_cntbot .fr { margin-top: 11px; width: 50px; height: 50px; border: 1px solid #ffffff; border-radius: 25px; text-align: center; line-height: 50px; }
.qutpa_team .team_cntbot .fr span { font-size: 20px; color: #ffffff; }
.qutpa_team .team_cntcon { position: absolute; top: 26%; left: 5.3%; padding: 18px 20px 50px; width: 89.4%; border-radius: 8px; background: rgba(0, 0, 0, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#CC000000'); display: none; transition: top 0.4s; }
.qutpa_team .team_cntcon.active { top: 9.4%; }
.qutpa_team .team_cntcontop { height: 62px; border-bottom: 1px solid #cccccc; font-size: 0; }
.qutpa_team .team_cntcontop span { position: relative; display: inline-block; font-size: 20px; color: #ffffff; line-height: 60px; }
.qutpa_team .team_cntcontop span:after { content: ""; display: block; position: absolute; left: 0; bottom: -3px; width: 100%; height: 3px; background: #1163c9; }
.qutpa_team .team_cntconbot { margin-top: 26px; height: 168px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
.qutpa_team .team_cntconbot p { font-size: 14px; color: #cccccc; line-height: 24px; }
.qutpa_team .qutpa_teambot { margin-top: 40px; height: 46px; text-align: center; font-size: 0; }
.qutpa_team .qutpa_teambot span, .qutpa_team .qutpa_teambot a { display: inline-block; margin: 0 6px; border: 1px solid #cccccc; border-radius: 5px; font-size: 14px; color: #999999; line-height: 46px; transition: all 0.2s; }
.qutpa_team .qutpa_teambot span:hover, .qutpa_team .qutpa_teambot a:hover { border-color: #1163c9; background: #1163c9; color: #ffffff; }
.qutpa_team .qutpa_teambot span { width: 46px; cursor: pointer; }
.qutpa_team .qutpa_teambot a { padding: 0 38px; }

@media screen and (max-width: 1660px) { .qutpa_banner { margin-top: 72px; } }
@media screen and (max-width: 1260px) { 
  .qutpa_team .swiper-slide { width: 26%; }
  .qutpa_team .team_cntbot { padding: 20px 16px; height: 102px; }
  .qutpa_team .team_cntbot .fl { width: 74%; }
  .qutpa_team .team_cntbot .fl div { height: 30px; font-size: 20px; }
  .qutpa_team .team_cntbot .fl p { font-size: 15px; line-height: 1.6; }
  .qutpa_team .team_cntbot .fr { margin-top: 10px; width: 42px; height: 42px; border-radius: 21px; line-height: 42px; }
  .qutpa_team .team_cntbot .fr span { font-size: 16px; }
  .qutpa_team .team_cntcon { padding: 12px 20px 30px; }
  .qutpa_team .team_cntcontop { height: 50px; }
  .qutpa_team .team_cntcontop span { font-size: 18px; line-height: 48px; }
  .qutpa_team .team_cntconbot { margin-top: 16px; } }
@media screen and (max-width: 1120px) { .qutpa_team .team_cntconbot { height: 120px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; } }
@media screen and (max-width: 1000px) { .qutpa_team .swiper-slide { width: 36%; }
  .qutpa_team .team_cntconbot { height: 168px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; } }
@media screen and (max-width: 860px) { .qutpa_banner .qutpa_bannerimg { height: 440px; }
  .qutpa_banner .qutpa_bannerbot { margin-top: 380px; }
  .qutpa_banner .qutpa_bannerbot > ul li { height: 60px; }
  .qutpa_banner .qutpa_bannerbot > ul li a { font-size: 20px; line-height: 60px; }
  .qutpa_banner .qutpa_bannerbot > div { padding: 30px 18px; }
  .qutpa_banner .qutpa_bannerbot > div > h5 { margin-bottom: 18px; font-size: 18px; }
  .qutpa_banner .qutpa_bannerbot > div > p { font-size: 15px; }
  .qutpa_team .team_cntcon { padding: 10px 20px 30px; }
  .qutpa_team .team_cntbot { padding: 16px 10px; height: 80px; }
  .qutpa_team .team_cntbot .fl { width: 74%; }
  .qutpa_team .team_cntbot .fl div { height: 27px; font-size: 18px; }
  .qutpa_team .team_cntbot .fl p { margin-top: 6px; font-size: 14px; line-height: 1.5; }
  .qutpa_team .team_cntbot .fr { width: 32px; height: 32px; border-radius: 16px; line-height: 32px; }
  .qutpa_team .team_cntbot .fr span { font-size: 14px; }
  .qutpa_team .team_cntcontop { height: 48px; }
  .qutpa_team .team_cntcontop span { font-size: 18px; line-height: 46px; } }
@media screen and (max-width: 780px) { .qutpa_team .swiper-slide { width: 40%; }
  .qutpa_team .team_cntconbot { height: 120px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; } }
@media screen and (max-width: 580px) { .qutpa_banner { margin-top: 68px; }
  .qutpa_team .swiper-slide { width: 60%; }
  .qutpa_team .team_cntcon { padding: 18px 16px; }
  .qutpa_team .team_cntconbot { height: 168px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
  .qutpa_team .team_bot { margin-top: 30px; }
  .qutpa_team .team_bot .swiper-scrollbar { width: 54%; } }
@media screen and (max-width: 480px) { .qutpa_banner { margin-top: 1.44rem; }
  .qutpa_banner .qutpa_bannerimg { height: 6.4rem; }
  .qutpa_banner .qutpa_bannerbot { margin-top: 5.12rem; }
  .qutpa_banner .qutpa_bannerbot > ul li { height: 1.28rem; }
  .qutpa_banner .qutpa_bannerbot > ul li a { font-size: 0.426667rem; line-height: 1.28rem; }
  .qutpa_banner .qutpa_bannerbot > div { padding: 0.64rem 0.32rem; }
  .qutpa_banner .qutpa_bannerbot > div > h5 { margin-bottom: 0.32rem; font-size: 0.426667rem; }
  .qutpa_banner .qutpa_bannerbot > div > p { font-size: 0.373334rem; }
  .qutpa_title h5 { font-size: 0.48rem; }
  .qutpa_title div { margin: 0.24rem auto; width: 4.8rem; }
  .qutpa_title div:after { width: 1.28rem; }
  .qutpa_title p { font-size: 0.346667rem; }
  .qutpa_team { padding: 0.8rem 0; }
  .qutpa_team .swiper-container { margin-top: 0.64rem; }
  .qutpa_team .swiper-slide { width: 56%; }
  .qutpa_team .team_cntbot { padding: 0.4rem 0.24rem; height: 1.76rem; }
  .qutpa_team .team_cntbot .fl { width: 80%; }
  .qutpa_team .team_cntbot .fl div { height: 0.56rem; font-size: 0.373334rem; line-height: 1.5; }
  .qutpa_team .team_cntbot .fl p { margin-top: 0; height: 0.48rem; font-size: 0.32rem; color: #ffffff; }
  .qutpa_team .team_cntbot .fr { margin-top: 0.24rem; width: 0.64rem; height: 0.64rem; border-radius: 0.32rem; line-height: 0.586667rem; }
  .qutpa_team .team_cntbot .fr span { font-size: 0.266667rem; vertical-align: top; }
  .qutpa_team .team_cntconbot { height: 120px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
  .qutpa_team .qutpa_teambot { margin-top: 0.48rem; height: 0.96rem; }
  .qutpa_team .qutpa_teambot span, .qutpa_team .qutpa_teambot a { margin: 0 0.08rem; border-radius: 0.133334rem; font-size: 0.373334rem; line-height: 0.96rem; }
  .qutpa_team .qutpa_teambot span { width: 0.96rem; }
  .qutpa_team .qutpa_teambot a { padding: 0 0.96rem; } }
.qutpa_environ { padding: 54px 0 60px; width: 100%; background: url(../image/back4.jpg) no-repeat center; background-size: cover; }
.qutpa_environ .swiper-container { margin-top: 20px; padding: 10px 0; width: 100%; }
.qutpa_environ .swiper-slide { position: relative; width: 63.333333%; border-radius: 10px; overflow: hidden; cursor: pointer; }
.qutpa_environ .swiper-slide img { width: 100%; }
.qutpa_environ .swiper-slide p { position: absolute; left: 0; bottom: 0; display: none; padding: 0 12px; width: 100%; height: 50px; background: #ffffff; font-size: 18px; color: #333333; text-align: center; line-height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.qutpa_environ .swiper-slide:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(10, 15, 21, 0.4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#660A0F15', endColorstr='#660A0F15'); }
.qutpa_environ .swiper-slide-active { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); }
.qutpa_environ .swiper-slide-active p { display: block; }
.qutpa_environ .swiper-slide-active:after { display: none; }
.qutpa_environ .left_btn, .qutpa_environ .right_btn { position: absolute; top: 50%; margin-top: -22px; height: 44px; font-size: 40px; color: #ffffff; line-height: 44px; z-index: 3; cursor: pointer; opacity: 0.8; filter: alpha(opacity=80); transition: all 0.16s; }
.qutpa_environ .left_btn:hover, .qutpa_environ .right_btn:hover { opacity: 1; filter: alpha(opacity=100); }
.qutpa_environ .left_btn { left: 8.3%; }
.qutpa_environ .right_btn { right: 8.3%; }
.qutpa_environ .qutpa_environbot { margin-top: 30px; height: 46px; text-align: center; font-size: 0; }
.qutpa_environ .qutpa_environbot a { display: inline-block; margin: 0 6px; padding: 0 38px; border: 1px solid #cccccc; border-radius: 5px; font-size: 14px; color: #999999; line-height: 46px; transition: all 0.2s; }
.qutpa_environ .qutpa_environbot a:hover { border-color: #1163c9; background: #1163c9; color: #ffffff; }

.qutpa_map { padding: 54px 0 60px; }
.qutpa_map .qutpa_mapcon { margin-top: 30px; }
.qutpa_map .qutpa_mapcon img { width: 100%; }

@media screen and (max-width: 1180px) { .qutpa_environ .swiper-slide { width: 66%; } }
@media screen and (max-width: 960px) { .qutpa_environ .left_btn, .qutpa_environ .right_btn { margin-top: -18px; height: 36px; font-size: 28px; line-height: 36px; }
  .qutpa_environ .left_btn { left: 10%; }
  .qutpa_environ .right_btn { right: 10%; } }
@media screen and (max-width: 800px) { .qutpa_environ .swiper-slide { width: 74%; }
  .qutpa_environ .left_btn { left: 4%; }
  .qutpa_environ .right_btn { right: 4%; } }
@media screen and (max-width: 480px) { .qutpa_environ { padding: 0.8rem 0; }
  .qutpa_environ .swiper-container { margin-top: 0.32rem; }
  .qutpa_environ .swiper-slide { width: 80%; }
  .qutpa_environ .swiper-slide p { padding: 0 0.266667rem; height: 0.96rem; font-size: 0.373334rem; line-height: 0.96rem; }
  .qutpa_environ .left_btn, .qutpa_environ .right_btn { margin-top: -0.4rem; height: 0.8rem; font-size: 0.64rem; line-height: 0.8rem; }
  .qutpa_environ .left_btn { left: 2%; }
  .qutpa_environ .right_btn { right: 2%; }
  .qutpa_environ .qutpa_environbot { margin-top: 0.24rem; height: 0.96rem; }
  .qutpa_environ .qutpa_environbot a { margin: 0; padding: 0 0.96rem; border-radius: 0.133334rem; font-size: 0.373334rem; line-height: 0.96rem; }
  .qutpa_map { padding: 0.8rem 0; }
  .qutpa_map .qutpa_mapcon { margin-top: 0.4rem; } }
.qutpa_contact { padding: 54px 0 60px; width: 100%; background: #f5f7fa; }
.qutpa_contact .qutpa_contactcon { margin-top: 30px; }
.qutpa_contact .qutpa_contactcon:after { content: ""; display: block; height: 0; clear: both; }
.qutpa_contact .qutpa_contactcon > div { width: 49%; padding: 0 20px 10px; background: #ffffff; transition: all 0.2s; }
.qutpa_contact .qutpa_contactcon > div:hover { box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16); }
.qutpa_contact .guideboxconTop { padding: 40px 0 20px; height: 90px; font-size: 0; line-height: 30px; }
.qutpa_contact .guideboxconTop span, .qutpa_contact .guideboxconTop div { display: inline-block; vertical-align: middle; }
.qutpa_contact .guideboxconTop span { font-size: 30px; color: #1163c9; }
.qutpa_contact .guideboxconTop div { padding-left: 10px; font-size: 20px; color: #333333; font-weight: bold; }
.qutpa_contact .guideboxconItem { padding-top: 36px; height: 144px; border-top: 1px dashed #cccccc; }
.qutpa_contact .guideboxconItem > h5 { margin-bottom: 14px; font-size: 20px; color: #333333; line-height: 1.5; }
.qutpa_contact .guideboxconItem > div { padding: 6px 0; font-size: 16px; color: #00a7cb; line-height: 1.5; }
.qutpa_contact .guideboxconItem > div a { color: #00a7cb; }
.qutpa_contact form { padding: 40px 0; border-top: 1px dashed #cccccc; }
.qutpa_contact form:after { content: ""; display: block; height: 0; clear: both; }
.qutpa_contact form input { margin-bottom: 20px; width: 48.5%; height: 44px; background: #f5f5f5; font-size: 14px; color: #666666; line-height: 44px; padding-left: 20px; padding-right: 10px; }
.qutpa_contact form textarea { margin-bottom: 20px; padding: 12px 20px; width: 100%; height: 80px; background: #f5f5f5; font-size: 14px; color: #666666; line-height: 1.5; }
.qutpa_contact form button { width: 100%; height: 44px; background: #1163c9; font-size: 14px; color: #ffffff; text-align: center; line-height: 44px; cursor: pointer; }

@media screen and (max-width: 1000px) { .qutpa_contact .guideboxconItem { height: 176px; }
  .qutpa_contact form input { width: 100%; } }
@media screen and (max-width: 860px) { .qutpa_contact .qutpa_contactcon > div { width: 100%; }
  .qutpa_contact .qutpa_contactcon > div.fr { margin-top: 20px; } }
@media screen and (max-width: 480px) { .qutpa_contact { padding: 0.8rem 0; }
  .qutpa_contact .qutpa_contactcon { margin-top: 0.48rem; }
  .qutpa_contact .guideboxconTop { padding: 0.64rem 0 0.32rem; height: 1.52rem; font-size: 0; line-height: 0.56rem; }
  .qutpa_contact .guideboxconTop span { font-size: 0.56rem; }
  .qutpa_contact .guideboxconTop div { padding-left: 0.16rem; font-size: 0.453334rem; }
  .qutpa_contact .guideboxconItem { padding-top: 0.48rem; height: 3.2rem; }
  .qutpa_contact .guideboxconItem > h5 { margin-bottom: 0.24rem; font-size: 0.426667rem; }
  .qutpa_contact .guideboxconItem > div { padding: 0.08rem 0; font-size: 0.373334rem; }
  .qutpa_contact form { padding: 0.64rem 0; }
  .qutpa_contact form input { margin-bottom: 0.4rem; height: 0.96rem; font-size: 0.373334rem; line-height: 0.96rem; padding: 0 0.32rem; }
  .qutpa_contact form textarea { margin-bottom: 0.4rem; padding: 0.24rem 0.32rem; height: 2.4rem; font-size: 0.373334rem; }
  .qutpa_contact form button { width: 100%; height: 0.96rem; font-size: 0.373334rem; line-height: 0.96rem; } }