@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 14px;
  color: #222;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #222;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #222;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #222;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #fb2300;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
body,
html {
  height: 100%;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap12 {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap12:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col12,
.col {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #ff573c;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.article {
  line-height: 28px;
  font-size: 14px;
  color: #777;
}
video,
iframe,
img {
  max-width: 100%;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  right: 0;
  overflow: hidden;
}
.head-top {
  background: #ffffff;
  padding: 30px 0 48px 0;
}
.header {
  width: 100%;
  background: #fff;
  top: 0;
  right: 0;
  z-index: 90;
  position: relative;
}
.header.fixed {
  position: fixed;
}
.header .menu-btn {
  display: none;
}
.header .nav {
  float: left;
}
.header .nav > ul > li {
  float: left;
  margin-right: 48px;
  position: relative;
}
.header .nav > ul > li:last-child {
  margin-right: 0;
}
.header .nav > ul > li > a {
  height: 60px;
  line-height: 60px;
  font-size: 17px;
  position: relative;
  display: block;
}
.header .nav > ul > li > a::after {
  content: " ";
  width: 0%;
  height: 2px;
  background: #ff573c;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li.on > a,
.header .nav > ul > li:hover > a {
  color: #ff573c;
}
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover > a::after {
  width: 100%;
}
.header .nav .sub {
  min-width: 140px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 90;
  text-align: center;
  display: none;
}
.header .nav .sub li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  padding: 0 14px;
  background: #ff573c;
}
.header .nav .sub li a:hover {
  background: #fb2300;
}
.header .search-box {
  float: left;
  position: relative;
  margin-top: 10px;
}
.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.header .search-box .search-btn:hover {
  background-image: url(../images/search2.png);
}
.header .search-box .search-bar {
  width: 1050px;
  height: 60px;
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 95;
  background: #fff;
  padding: 5px 0;
  display: none;
}
.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/close.png) no-repeat center;
  background-size: 16px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url(../images/search.png) no-repeat center;
}
.header .search-box .search-bar .btn:hover {
  background-image: url(../images/search2.png);
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 60px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  background: none;
  border-bottom: solid 1px #333;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #999999;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #999999;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #999999;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #999999;
}
.header .language {
  float: left;
  line-height: 60px;
}
.header .language a {
  font-size: 14px;
  color: #999999;
  margin-left: 22px;
}
.header .language a.on,
.header .language a:hover {
  color: #ff573c;
}
.headerbrace {
  height: 60px;
  display: none;
}
.footer {
  font-size: 14px;
  color: #666;
  background: #f2f2f2;
}
.footer a {
  font-size: 14px;
  color: #666;
}
.footer a:hover {
  color: #ff573c;
}
.footer .friendship {
  padding: 26px 0;
  background: #ff573c;
}
.footer .friendship .title {
  font-size: 16px;
  color: #fff;
}
.footer .friendship .link {
  margin-top: 14px;
  padding-right: 80px;
  position: relative;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.footer .friendship .link .swiper-slide {
  width: auto;
  margin-right: 40px;
}
.footer .friendship .link a {
  color: #fff;
}
.footer .friendship .btn {
  width: 34px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.footer .friendship .swiper-button-prev,
.footer .friendship .swiper-button-next {
  width: 12px;
  height: 20px;
  position: static;
  margin: 0;
  background: no-repeat center;
  float: left;
}
.footer .friendship .swiper-button-prev::after,
.footer .friendship .swiper-button-next::after {
  display: none;
}
.footer .friendship .swiper-button-prev {
  background-image: url(../images/arrow7.png);
}
.footer .friendship .swiper-button-next {
  background-image: url(../images/arrow8.png);
  margin-left: 10px;
}
.footer .content {
  padding: 36px 0 20px 0;
}
.footer .tit {
  line-height: 16px;
  font-size: 16px;
  color: #000;
  padding-left: 10px;
  display: block;
  border-left: solid 2px #ff573c;
}
.footer .link-list {
  float: left;
}
.footer .link-list .list {
  min-width: 80px;
  float: left;
  margin-right: 22px;
}
.footer .link-list ul {
  margin-top: 26px;
}
.footer .link-list ul li {
  line-height: 20px;
  margin-bottom: 16px;
}
.footer .contact {
  width: 250px;
  margin-left: 24px;
  line-height: 20px;
  float: left;
}
.footer .contact .text {
  padding: 26px 0 0 0;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 16px;
}
.footer .contact .text p {
  margin-bottom: 18px;
}
.footer .contact li {
  min-height: 20px;
  margin-bottom: 12px;
  padding-left: 26px;
  background: no-repeat 0 1px;
}
.footer .contact li:nth-child(3) {
  background-position: 2px 1px;
}
.footer .qrcodebox {
  width: 112px;
  float: right;
  overflow: hidden;
  text-align: center;
}
.footer .qrcodebox img {
  width: 100%;
  display: block;
}
.footer .qrcodebox .txt {
  margin-top: 6px;
  font-size: 14px;
}
.footer .bottom {
  border-top: solid 1px #eeeeee;
  text-align: center;
  line-height: 20px;
  padding: 19px 20px;
  background: #fff;
}
.footer .bottom p {
  display: inline-block;
  padding: 0 14px;
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.fixed-sidebar {
  width: 65px;
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -210px;
  z-index: 90;
  text-align: center;
  display: none;
}
.fixed-sidebar li {
  position: relative;
  margin-top: -1px;
}
.fixed-sidebar li:hover a {
  background: #ff573c;
  border: solid 1px #ff573c;
}
.fixed-sidebar li:hover .icon {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
}
.fixed-sidebar li:hover .txt {
  color: #fff;
}
.fixed-sidebar li a {
  height: 88px;
  display: block;
  padding-top: 20px;
  background: #fff;
  border: solid 1px #dddddd;
}
.fixed-sidebar li .icon {
  height: 22px;
  line-height: 22px;
  filter: brightness(0%);
  -webkit-filter: brightness(0%);
  -moz-filter: brightness(0%);
  -ms-filter: brightness(0%);
  -o-filter: brightness(0%);
}
.fixed-sidebar li .icon img {
  max-height: 100%;
  vertical-align: middle;
}
.fixed-sidebar li .txt {
  line-height: 20px;
  color: #333;
  font-size: 13px;
  margin-top: 4px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.fixed-sidebar li .hide {
  height: 88px;
  line-height: 88px;
  position: absolute;
  bottom: 0;
  right: 65px;
  z-index: 5;
  white-space: nowrap;
  display: none;
  background: #ff573c;
  color: #fff;
}
.fixed-sidebar li .phone {
  padding: 0 20px;
  font-size: 18px;
}
.fixed-sidebar li .qrcode {
  width: 120px;
  height: 120px;
  padding: 5px;
}
.fixed-sidebar li .qrcode img {
  width: 100%;
  display: block;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: 16px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 4px;
  opacity: .7;
  background: #8e8c8b;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  opacity: 1;
  background: #f80000;
}
.main {
  background: #f3e9e8;
  padding-bottom: 1px;
}
.main .pctitle {
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  font-weight: bold;
  color: #f80000;
  padding: 0 12px 0 15px;
  position: relative;
  border-bottom: solid 1px #eee;
  background: #fafafa;
}
.main .pctitle::after {
  content: " ";
  width: 3px;
  height: 24px;
  background: #f80000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
}
.main .pctitle .more {
  float: right;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.main .pctitle .more:hover {
  color: #f80000;
}
.main .layerbox1 {
  margin: 24px -8px 40px -8px;
  overflow: hidden;
}
.main .layerbox1 > .col {
  padding: 0 8px;
}
.main .news .photo {
  padding: 15px;
  background: #fff;
}
.main .news .photo .swiper-container {
  height: 290px;
  border-radius: 5px;
  overflow: hidden;
}
.main .news .photo img {
  width: 100%;
  display: block;
}
.main .news .photo a {
  display: block;
  position: relative;
}
.main .news .photo .tit {
  width: 100%;
  padding: 0 130px 0 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-size: 16px;
  color: #fff;
  background: url(../images/activity_filter.png);
}
.main .news .photo .tit span {
  height: 48px;
  line-height: 48px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .photo .swiper-pagination {
  text-align: right;
  padding: 0 14px;
}
.main .news .photo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0 0 6px;
  background: #fff;
  opacity: 1;
}
.main .news .photo .swiper-pagination-bullet-active {
  background: #f80000;
}
.main .news .row {
  margin: 0 -3px;
}
.main .news .col {
  margin-top: 6px;
  padding: 0 3px;
}
.main .news .title {
  height: 32px;
  line-height: 32px;
  border-bottom: solid 1px #f80000;
  font-size: 18px;
  color: #f80000;
}
.main .news .title .more {
  font-size: 12px;
  color: #aaa;
  float: right;
}
.main .news .title .more:hover {
  color: #f80000;
}
.main .news .row {
  margin: 0 -3px;
}
.main .news .list {
  background: #fff;
  padding: 8px 14px;
}
.main .news .list.left {
  padding-bottom: 14px;
}
.main .news .list.left li a {
  height: 32px;
  line-height: 32px;
}
.main .news .list ul {
  margin-top: 8px;
}
.main .news .list li a {
  height: 28px;
  line-height: 28px;
  display: block;
  padding-left: 12px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  color: #888888;
}
.main .news .list li a::after {
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #888888;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  z-index: 2;
}
.main .news .list li a:hover {
  color: #f80000;
}
.main .news .list li a:hover::after {
  background: #f80000;
}
.main .studyabroad ul,
.main .activity ul {
  padding: 12px;
  background: #fff;
}
.main .studyabroad ul:after,
.main .activity ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .studyabroad li,
.main .activity li {
  width: 50%;
  padding: 4px;
  float: left;
}
.main .studyabroad li a,
.main .activity li a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .studyabroad li a:hover,
.main .activity li a:hover {
  background: #000;
}
.main .studyabroad li a:hover img,
.main .activity li a:hover img {
  opacity: .5;
}
.main .studyabroad li a:hover .tit,
.main .activity li a:hover .tit {
  background: url(../images/zs.gif);
}
.main .studyabroad li img,
.main .activity li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .studyabroad li .tit,
.main .activity li .tit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/activity_filter.png);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .studyabroad li .tit span,
.main .activity li .tit span {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .activity li {
  width: 50%;
}
.main .activity li:nth-child(2n+1) {
  clear: left;
}
.main .activity li a {
  height: 188px;
}
.main .layerbox2 {
  overflow: hidden;
  margin: 40px 0;
}
.main .studyabroad {
  width: 70.41666667%;
  float: left;
}
.main .studyabroad li {
  width: 33.3333%;
}
.main .studyabroad li:nth-child(3n+1) {
  clear: left;
}
.main .studyabroad li a {
  height: 180px;
}
.main .download {
  width: 28.16666667%;
  float: right;
}
.main .download ul {
  background: #fff;
  padding: 10px 22px;
}
.main .download li {
  padding: 4px 0;
}
.main .download li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
  padding-left: 12px;
}
.main .download li a:hover {
  color: #ff573c;
}
.main .download li a:hover::after {
  background: #ff573c;
}
.main .download li a::after {
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #888888;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  z-index: 2;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main .recommend {
  margin: 40px 0;
  background: #fff;
}
.main .recommend .content {
  overflow: hidden;
  padding: 0 6px 8px 6px;
}
.main .recommend .content > .col {
  padding: 10px;
}
.main .recommend .title {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #f80000;
}
.main .recommend .title .more {
  float: right;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.main .recommend .title .more:hover {
  color: #f80000;
}
.main .recommend ul {
  margin-top: 13px;
}
.main .recommend li {
  width: 25%;
  float: left;
  padding: 0 1px 1px 0;
}
.main .recommend li:nth-child(4n+1) {
  clear: left;
}
.main .recommend li:nth-child(8n+2) a {
  background: #fee4ed;
}
.main .recommend li:nth-child(8n+3) a {
  background: #fae3fe;
}
.main .recommend li:nth-child(8n+4) a {
  background: #e2e5f4;
}
.main .recommend li:nth-child(8n+5) a {
  background: #eef6e4;
}
.main .recommend li:nth-child(8n+6) a {
  background: #f3f6d9;
}
.main .recommend li:nth-child(8n+7) a {
  background: #fefce6;
}
.main .recommend li:nth-child(8n+8) a {
  background: #fff6da;
}
.main .recommend li a {
  height: 180px;
  display: block;
  background: #ffeeed;
  text-align: center;
  padding: 28px 0;
}
.main .recommend li a:hover .pic,
.main .recommend li a:hover .star {
  height: 0;
}
.main .recommend li a:hover .see {
  height: 38px;
}
.main .recommend li .pic,
.main .recommend li .star,
.main .recommend li .see {
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .recommend li .pic {
  height: 70px;
  line-height: 66px;
}
.main .recommend li .pic img {
  vertical-align: middle;
  max-height: 100%;
}
.main .recommend li .tit {
  height: 30px;
  line-height: 30px;
  color: #666;
  margin: 8px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .recommend li .star {
  line-height: 15px;
}
.main .recommend li .star span {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(../images/star.png) no-repeat;
  background-size: 100% auto;
  margin: 0 3px;
}
.main .recommend li .see {
  width: 104px;
  height: 38px;
  line-height: 38px;
  height: 0;
  text-align: center;
  border-radius: 38px;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .recommend .col:nth-child(even) li:nth-child(8n+1) a {
  background: #deeffd;
}
.main .recommend .col:nth-child(even) li:nth-child(8n+2) a {
  background: #def7fa;
}
.main .recommend .col:nth-child(even) li:nth-child(8n+3) a {
  background: #e7fcfa;
}
.main .recommend .col:nth-child(even) li:nth-child(8n+4) a {
  background: #e1f5ed;
}
.main .recommend .col:nth-child(even) li:nth-child(8n+5) a {
  background: #ffe6de;
}
.main .recommend .col:nth-child(even) li:nth-child(8n+6) a {
  background: #ebe6e4;
}
.main .recommend .col:nth-child(even) li:nth-child(8n+7) a {
  background: #ddebec;
}
.main .recommend .col:nth-child(even) li:nth-child(8n+8) a {
  background: #e0e7eb;
}
.main .service,
.main .overview {
  margin: 40px 0;
  background: #fff;
}
.main .service ul,
.main .overview ul {
  overflow: hidden;
  padding: 10px 12px;
}
.main .service li,
.main .overview li {
  width: 25%;
  padding: 5px 3px;
  float: left;
}
.main .service li:nth-child(4n+1),
.main .overview li:nth-child(4n+1) {
  clear: left;
}
.main .service li a,
.main .overview li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.main .service li a:hover .pic,
.main .overview li a:hover .pic {
  background: #000;
}
.main .service li a:hover .pic img,
.main .overview li a:hover .pic img {
  opacity: .5;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .service li a:hover .text,
.main .overview li a:hover .text {
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}
.main .service li a:hover .i1,
.main .overview li a:hover .i1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.main .service li a:hover .i2,
.main .overview li a:hover .i2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main .service li img,
.main .overview li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .service li .pic,
.main .overview li .pic {
  height: 195px;
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service li .text,
.main .overview li .text {
  padding: 12px 10px 24px 68px;
  overflow: hidden;
  position: relative;
  background: url(../images/gray_bg.gif);
  color: #222;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service li i,
.main .overview li i {
  width: 49px;
  height: 49px;
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service li .i2,
.main .overview li .i2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.main .service li span,
.main .overview li span {
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.fixed-share {
  width: 64px;
  position: fixed;
  top: 50%;
  left: 10px;
  margin-top: -90px;
  z-index: 99;
  display: none;
}
.fixed-share a {
  width: 64px;
  height: 64px;
  background: no-repeat center #ffffff;
  border: solid 1px #ddd;
  display: block;
  position: relative;
  margin: -1px 0 0 0;
}
.fixed-share a:hover {
  background-color: #f3e9e8;
}
.fixed-share .icon-qq {
  background-image: url(../images/share5.png);
}
.fixed-share .icon-wechat {
  background-image: url(../images/share6.png);
}
.fixed-share .icon-weibo {
  background-image: url(../images/share7.png);
}
.fixed-share .wechat-qrcode {
  bottom: 0px;
  left: 70px;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.column-menu {
  border-bottom: solid 1px #eee;
  padding: 0 20px;
  background: #fff;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu li {
  float: left;
}
.column-menu .menu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #282f41;
  font-weight: bold;
  padding: 0 22px;
  position: relative;
}
.column-menu .menu li a::after {
  content: " ";
  width: 1px;
  height: 18px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  z-index: 2;
}
.column-menu .menu li a:hover {
  color: #ff573c;
}
.column-menu .menu li:first-child a::after {
  display: none;
}
.column-menu .menu li.on a:hover,
.column-menu .menu li.on a {
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
}
.column-menu .crumbs {
  float: left;
  line-height: 60px;
  padding-left: 24px;
  background: url(../images/crumbs.png) no-repeat 0 center;
  color: #999;
}
.column-menu .crumbs a {
  color: #999;
}
.column-menu .crumbs a:hover {
  color: #ff573c;
}
.paging {
  text-align: center;
  margin-top: 44px;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: left;
  margin: 0 4px;
}
.paging li a {
  width: 46px;
  color: #333;
}
.paging a {
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
  display: block;
  border-radius: 4px;
}
.paging li.on a,
.paging a:hover {
  background-color: #ff573c;
  color: #fff;
}
.paging .prev,
.paging .next {
  color: #777;
}
.paging .prev {
  padding: 0 23px 0 40px;
  float: left;
  background: url(../images/arrow5.png) no-repeat 24px center #f8f8f8;
}
.paging .prev:hover {
  background-image: url(../images/arrow7.png);
}
.paging .next {
  padding: 0 40px 0 23px;
  float: right;
  background: url(../images/arrow6.png) no-repeat right 24px center #f8f8f8;
}
.paging .next:hover {
  background-image: url(../images/arrow8.png);
}
.news-page {
  padding: 10px 20px 44px 20px;
}
.news-list a {
  display: block;
  position: relative;
  border-bottom: solid 1px #f8f8f8;
  padding: 16px 0;
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-list a::before {
  content: " ";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.news-list a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news-list a:hover .tit {
  color: #ff573c;
}
.news-list a:hover .see span {
  color: #fff;
  border: solid 1px #ff573c;
}
.news-list a:hover .see::after {
  width: 100%;
}
.news-list a:hover::before {
  width: 100%;
}
.news-list img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.news-list .pic {
  width: 283px;
  height: 193px;
  float: left;
  overflow: hidden;
  border-radius: 4px;
}
.news-list .text {
  padding: 10px 0 0 318px;
}
.news-list .date,
.news-list .tit,
.news-list .txt {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-list .date {
  color: #ff573c;
  background: url(../images/date.png) no-repeat 0 center;
  padding-left: 24px;
}
.news-list .tit {
  font-size: 18px;
  margin: 20px 0 12px 0;
}
.news-list .txt {
  height: 48px;
  color: #999;
  -webkit-line-clamp: 2;
}
.news-list .see {
  margin-top: 20px;
  display: inline-block;
  border-radius: 32px;
}
.news-list .see span {
  height: 32px;
  line-height: 30px;
  border-radius: 32px;
  padding: 0 14px;
  border: solid 1px #e5e5e5;
  color: #999;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.news-list .see::after {
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.news-details {
  padding: 60px 20px 50px 20px;
}
.news-details .title {
  text-align: center;
  font-size: 26px;
}
.news-details .date {
  text-align: center;
  color: #999;
  margin-top: 20px;
}
.news-details .article {
  margin-top: 28px;
  padding: 30px 0;
  border-top: solid 1px #f8f8f8;
  border-bottom: solid 1px #f8f8f8;
  font-family: "宋体", "SimSun";
  font-size: 16px;
}
.news-details .bottom {
  margin-top: 24px;
}
.news-details .bottom:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-details .prevnext {
  float: left;
  max-width: 50%;
}
.news-details .prevnext p {
  height: 20px;
  line-height: 20px;
  color: #777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-bottom: 8px;
}
.news-details .prevnext p a {
  color: #777;
}
.news-details .prevnext p a:hover {
  color: #ff573c;
}
.news-details .social-share {
  float: right;
}
.news-details .social-share a {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-left: 8px;
  background: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.news-details .social-share .icon-weibo {
  background-image: url(../images/share1.png);
}
.news-details .social-share .icon-wechat {
  background-image: url(../images/share2.png);
}
.news-details .social-share .icon-qq {
  background-image: url(../images/share3.png);
}
.signup-details {
  padding: 35px 20px 64px 20px;
  background: #f8f8f8;
}
.signup-details .title {
  font-size: 18px;
  font-weight: bold;
  padding-left: 8px;
  border-left: solid 3px #ff573c;
  line-height: 20px;
  height: 20px;
  margin-bottom: 36px;
}
.signup-details .row {
  margin: 0 -5px;
}
.signup-details .row .col {
  padding: 0 5px;
  margin-bottom: 10px;
}
.signup-details .row textarea,
.signup-details .row input[type="text"] {
  width: 100%;
  padding: 19px 16px;
  line-height: 20px;
  border-radius: 3px;
  border: solid 1px #eee;
  background: #fff;
}
.signup-details .row textarea::-webkit-input-placeholder,
.signup-details .row input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.signup-details .row textarea:-moz-placeholder,
.signup-details .row input[type="text"]:-moz-placeholder {
  color: #999999;
}
.signup-details .row textarea::-moz-placeholder,
.signup-details .row input[type="text"]::-moz-placeholder {
  color: #999999;
}
.signup-details .row textarea:-ms-input-placeholder,
.signup-details .row input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.signup-details .row textarea {
  resize: none;
  height: 196px;
}
.signup-details .btnbox {
  text-align: center;
  margin-top: 16px;
}
.signup-details .btnbox button,
.signup-details .btnbox input {
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  padding: 0 34px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.signup-details .btnbox button:hover,
.signup-details .btnbox input:hover {
  background-image: url(../images/jianbian2.jpg);
}
.activity-page {
  padding: 10px 20px 40px 20px;
}
.activity-list {
  margin-bottom: 20px;
}
.activity-list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.activity-list .title {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  border-left: solid 3px #ff573c;
  padding-left: 7px;
  margin: 20px 0;
}
.activity-list ul {
  margin: 0 -5px;
}
.activity-list li {
  width: 25%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
.activity-list li:nth-child(4n+1) {
  clear: left;
}
.activity-list img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.activity-list a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.activity-list a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.activity-list a:hover .text {
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.activity-list a:hover .tit,
.activity-list a:hover .date {
  color: #fff;
}
.activity-list a:hover .tit span {
  background: #fff;
  color: #ff573c;
}
.activity-list .pic {
  overflow: hidden;
  height: 150px;
}
.activity-list .text,
.activity-list .tit,
.activity-list .date,
.activity-list .tit span {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.activity-list .text {
  padding: 10px;
  background: #f8f8f8;
}
.activity-list .tit,
.activity-list .date {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.activity-list .tit {
  font-size: 16px;
}
.activity-list .tit span {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 0 6px;
  margin-left: 8px;
  background: #ff573c;
}
.activity-list .date {
  color: #999;
}
.activity-list.two ul {
  margin: 0 -8px;
}
.activity-list.two li {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 16px;
}
.activity-list.two li:nth-child(4n+1) {
  clear: none;
}
.activity-list.two li:nth-child(2n+1) {
  clear: left;
}
.activity-list.two .pic {
  height: 305px;
}
.activity-list.two a:hover .btn span {
  background: none;
  border: solid 1px #fff;
  line-height: 28px;
}
.activity-list.two .text {
  position: relative;
  padding-right: 120px;
}
.activity-list.two .btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 8;
  border-radius: 30px;
}
.activity-list.two .btn span {
  font-size: 14px;
  color: #fff;
  padding: 0 14px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.activity-list.two .btn::after {
  background: #fff;
}
.activity-list.two .btn:hover span {
  color: #ff573c;
  border: solid 1px #fff;
}
.popup-signup {
  max-width: 658px;
  width: 95%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 120;
  background: #fff;
  padding: 40px 32px;
  border-radius: 4px;
  display: none;
}
.popup-signup .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(../images/close2.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popup-signup .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.popup-signup .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ff573c;
  margin-bottom: 36px;
}
.popup-signup .row {
  margin: 0 -5px 10px -5px;
}
.popup-signup .col {
  padding: 0 5px;
}
.popup-signup .row textarea,
.popup-signup .row input[type='text'] {
  width: 100%;
  padding: 13px 12px;
  line-height: 20px;
  border-radius: 3px;
  border: solid 1px #eee;
  background: #f8f8f8;
}
.popup-signup .row textarea::-webkit-input-placeholder,
.popup-signup .row input[type='text']::-webkit-input-placeholder {
  color: #999999;
}
.popup-signup .row textarea:-moz-placeholder,
.popup-signup .row input[type='text']:-moz-placeholder {
  color: #999999;
}
.popup-signup .row textarea::-moz-placeholder,
.popup-signup .row input[type='text']::-moz-placeholder {
  color: #999999;
}
.popup-signup .row textarea:-ms-input-placeholder,
.popup-signup .row input[type='text']:-ms-input-placeholder {
  color: #999999;
}
.popup-signup .row textarea {
  height: 234px;
  resize: none;
}
.popup-signup .btnbox {
  text-align: center;
  margin-top: 20px;
}
.popup-signup .btnbox button,
.popup-signup .btnbox input {
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  padding: 0 34px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popup-signup .btnbox button:hover,
.popup-signup .btnbox input:hover {
  background-image: url(../images/jianbian2.jpg);
}
.granules {
  background: url(../images/granules_bg.gif);
}
.abroad-page {
  padding: 30px 20px 60px 20px;
}
.abroad-page .formlist img {
  width: 100%;
  display: block;
}
.abroad-page .formlist .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.abroad-page .formlist .row:nth-child(even) .col {
  float: right;
}
.abroad-page .formlist .row:nth-child(even) .pic {
  order: 2;
}
.abroad-page .formlist .row:nth-child(even) .cont {
  order: 1;
  padding: 20px 76px 20px 0;
}
.abroad-page .formlist .pic {
  overflow: hidden;
  border-radius: 4px;
}
.abroad-page .formlist .cont {
  padding: 20px 0 20px 76px;
}
.abroad-page .formlist .number {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 14px;
  border-radius: 4px;
  background: #ff573c;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.abroad-page .formlist .tit {
  font-size: 24px;
  font-weight: bold;
  color: #ff573c;
  margin: 36px 0 14px 0;
}
.abroad-page .formlist .txt {
  line-height: 26px;
  color: #555;
}
.abroad-page .formlist .btn {
  margin-top: 42px;
}
.abroad-page .profession ul {
  margin: 0 -6px;
}
.abroad-page .profession ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.abroad-page .profession li {
  width: 50%;
  float: left;
  padding: 0 6px;
  margin-bottom: 12px;
}
.abroad-page .profession li:nth-child(2n+1) {
  clear: left;
}
.abroad-page .profession .box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.abroad-page .profession .tit {
  padding-right: 48px;
}
.abroad-page .profession .tit span {
  display: inline-block;
  line-height: 1.4em;
  font-size: 18px;
  color: #fff;
  padding: 9px 2px 9px 26px;
  background: #ff573c;
  position: relative;
}
.abroad-page .profession .tit span::after {
  content: " ";
  width: 48px;
  height: 100%;
  position: absolute;
  right: -47px;
  top: 0;
  z-index: 2;
  background: #ff573c;
  border-radius: 0 0 100% 0;
}
.abroad-page .profession .cont {
  padding: 20px 24px 28px 24px;
  min-height: 120px;
}
.abroad-page .profession .icon {
  width: 110px;
  float: right;
  text-align: center;
}
.abroad-page .profession .icon img {
  max-width: 100%;
}
.abroad-page .profession .txt {
  padding-right: 140px;
  line-height: 26px;
  color: #555;
}
.abroad-page .btn {
  margin-top: 20px;
  display: inline-block;
  border-radius: 32px;
}
.abroad-page .btn span {
  height: 32px;
  line-height: 30px;
  border-radius: 32px;
  border: solid 1px #aaa;
  padding: 0 14px;
  color: #999;
}
.abroad-page .btn::after {
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.abroad-page .btn:hover span {
  border: solid 1px #ff573c;
  color: #fff;
}
.abroad-page .student ul {
  margin: 0 -3px;
}
.abroad-page .student ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.abroad-page .student li {
  width: 25%;
  float: left;
  padding: 0 3px;
  margin-bottom: 6px;
}
.abroad-page .student li:nth-child(4n+1) {
  clear: left;
}
.abroad-page .student a {
  display: block;
  padding: 30px 28px 38px 28px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
}
.abroad-page .student a:hover .name {
  color: #ff573c;
}
.abroad-page .student a:hover .btn span {
  border: solid 1px #ff573c;
  color: #fff;
}
.abroad-page .student a:hover .btn::after {
  width: 100%;
}
.abroad-page .student img {
  width: 100%;
  display: block;
}
.abroad-page .student .portrait {
  width: 132px;
  height: 132px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.abroad-page .student .name {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 18px 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.abroad-page .student .txt {
  line-height: 24px;
  color: #666;
}
.abroad-page .student .btn {
  margin-top: 34px;
}
.recommend-page {
  padding: 30px 20px;
}
.recommend-list ul {
  margin: 0 -3px;
}
.recommend-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.recommend-list li {
  width: 25%;
  float: left;
  padding: 0 3px;
  margin-bottom: 6px;
}
.recommend-list li:nth-child(4n+1) {
  clear: left;
}
.recommend-list .box,
.recommend-list .icon,
.recommend-list .tit,
.recommend-list .txt,
.recommend-list .btn {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.recommend-list .box {
  text-align: center;
  padding: 70px 24px 20px 24px;
  background: #f8f8f8;
  background-size: 100% 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 408px;
}
.recommend-list .box:hover {
  background: url(../images/recommend-list-bg.jpg) center;
  background-size: 100% 100%;
  padding-top: 25px;
}
.recommend-list .box:hover .icon {
  height: 0;
}
.recommend-list .box:hover .tit {
  margin-top: 0;
  color: #fff;
}
.recommend-list .box:hover .txt {
  color: #fff;
  height: 216px;
  -webkit-line-clamp: 9;
}
.recommend-list .box:hover .btn {
  height: 38px;
}
.recommend-list .icon {
  height: 80px;
  line-height: 80px;
  overflow: hidden;
}
.recommend-list .icon img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.recommend-list .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 46px 0 16px 0;
}
.recommend-list .txt {
  height: 72px;
  line-height: 24px;
  color: #666;
  margin-bottom: 26px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.recommend-list .btn {
  line-height: 38px;
  border-radius: 38px;
  padding: 0 22px;
  background: #fff;
  display: inline-block;
  color: #333;
  height: 0;
  overflow: hidden;
}
.recommend-list .btn:hover {
  color: #ff573c;
}
.office-list ul {
  margin: 0 -5px;
}
.office-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.office-list li {
  width: 25%;
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
}
.office-list li:nth-child(4n+1) {
  clear: left;
}
.office-list a {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.office-list a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.office-list a:hover .text {
  background: url(../images/office-list-filter2.png);
  padding-top: 24px;
  padding-bottom: 24px;
}
.office-list a:hover .txt {
  height: 72px;
  margin-top: 20px;
}
.office-list img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.office-list .text {
  width: 100%;
  background: url(../images/office-list-filter1.png);
  background-size: 100% 100%;
  padding: 16px 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.office-list .tit {
  height: 22px;
  line-height: 22px;
  position: relative;
  font-size: 16px;
  color: #fff;
  padding-right: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.office-list .tit span {
  height: 22px;
  line-height: 22px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: url(../images/add.png) no-repeat 4px center #ff573c;
  border-radius: 3px;
  padding: 0 7px 0 20px;
  font-size: 14px;
}
.office-list .txt {
  height: 0;
  line-height: 24px;
  color: #fff;
  margin-top: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.alliance-page.pd {
  padding: 30px 20px 60px 20px;
}
.alliance-page .pctitle {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  border-left: solid 3px #ff573c;
  padding-left: 7px;
}
.alliance-page .condition {
  padding: 36px 20px;
  background: url(../images/condition_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.alliance-page .condition ul {
  margin: 20px -3px 0 -3px;
}
.alliance-page .condition ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.alliance-page .condition li {
  width: 25%;
  padding: 0 3px;
  margin-bottom: 6px;
  float: left;
}
.alliance-page .condition li:nth-child(4n+1) {
  clear: left;
}
.alliance-page .condition .box {
  background: url(../images/condition_list_bg1.png);
  background-size: 100% 100%;
  border-radius: 4px;
  overflow: hidden;
}
.alliance-page .condition .box:hover {
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.alliance-page .condition .box:hover .number span::after,
.alliance-page .condition .box:hover .number span {
  background: rgba(255, 255, 255, 0.3);
}
.alliance-page .condition .box:hover .txt {
  color: #fff;
}
.alliance-page .condition .box,
.alliance-page .condition .number span,
.alliance-page .condition .number span::after,
.alliance-page .condition .txt {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.alliance-page .condition .number {
  padding-right: 26px;
}
.alliance-page .condition .number span {
  display: inline-block;
  padding: 3px 2px 3px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
  position: relative;
  background: #ff573c;
}
.alliance-page .condition .number span::after {
  content: " ";
  width: 26px;
  height: 100%;
  position: absolute;
  right: -26px;
  top: 0;
  background: #ff573c;
  border-radius: 0 0 100% 0;
}
.alliance-page .condition .cont {
  padding: 24px 30px;
}
.alliance-page .condition .txt {
  line-height: 24px;
  color: #555;
}
.alliance-page .material {
  padding: 34px 20px;
}
.alliance-page .material .content {
  margin-top: 22px;
  position: relative;
  background: #f8f8f8;
}
.alliance-page .material .pic {
  width: 32.6%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  background: no-repeat center #999999;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.alliance-page .material .pic img {
  width: 100%;
  display: none;
}
.alliance-page .material ul {
  padding: 34px 25px 24px 35%;
}
.alliance-page .material ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.alliance-page .material li {
  width: 50%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
.alliance-page .material li:nth-child(2n+1) {
  clear: left;
}
.alliance-page .material li .txt {
  background: url(../images/material_list.png) no-repeat 16px 18px #ffffff;
  padding: 15px 10px 15px 50px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #555;
}
.alliance-page .material li span {
  display: block;
}
.join-page .pctitle {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  border-left: solid 3px #ff573c;
  padding-left: 7px;
}
.join-page .support {
  padding: 34px 20px;
  background: url(../images/granules_bg.gif);
}
.join-page .support ul {
  margin: 24px -6px 0 -6px;
}
.join-page .support ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.join-page .support li {
  width: 50%;
  float: left;
  padding: 0 6px;
  margin-bottom: 12px;
}
.join-page .support li:nth-child(2n+1) {
  clear: left;
}
.join-page .support .box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.join-page .support .tit {
  padding-right: 45px;
}
.join-page .support .tit span {
  display: inline-block;
  line-height: 22px;
  padding: 10px 0 10px 24px;
  font-size: 18px;
  color: #fff;
  position: relative;
  background: #ff573c;
}
.join-page .support .tit span::after {
  content: " ";
  position: absolute;
  width: 48px;
  height: 100%;
  top: 0;
  right: -48px;
  background: #ff573c;
  border-radius: 0 0 100% 0;
}
.join-page .support .cont {
  padding: 20px 180px 20px 24px;
  position: relative;
  min-height: 150px;
}
.join-page .support .txt {
  line-height: 26px;
  color: #555;
}
.join-page .support .icon {
  width: 178px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  padding: 0 10px;
}
.join-page .support .icon img {
  max-width: 100%;
}
.join-page .responsibility {
  padding: 34px 20px;
}
.join-page .responsibility .swiper-container {
  margin-top: 22px;
  padding-bottom: 26px;
}
.join-page .responsibility .swiper-slide {
  padding: 26px;
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
}
.join-page .responsibility .swiper-slide .tit {
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #ff573c;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 24px;
}
.join-page .responsibility .swiper-slide .tit i {
  margin-right: 12px;
  vertical-align: middle;
  margin-top: -6px;
  display: inline-block;
}
.join-page .responsibility .swiper-slide .tit img {
  max-height: 100%;
}
.join-page .responsibility .swiper-slide .txt {
  line-height: 22px;
  color: #555;
}
.join-page .responsibility .swiper-slide .txt p {
  margin-bottom: 8px;
}
.join-page .responsibility .swiper-slide .txt p:last-child {
  margin-bottom: 0;
}
.join-page .responsibility .swiper-pagination {
  bottom: 0;
}
.join-page .responsibility .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  width: 35px;
  height: 4px;
  background: #ddd;
  opacity: 1;
  border-radius: 2px;
}
.join-page .responsibility .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff573c;
}
.join-page .way {
  padding: 36px 20px;
  background: url(../images/join_way_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.join-page .way .content {
  margin: 22px -6px 0 -6px;
}
.join-page .way .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.join-page .way .col {
  padding: 6px;
  margin-bottom: 12px;
}
.join-page .way .col:nth-child(3n+1) {
  clear: left;
}
.join-page .way .box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 26px 24px 44px 24px;
}
.join-page .way .tit {
  padding-right: 24px;
}
.join-page .way .tit span {
  display: inline-block;
  padding: 13px 26px;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #ff573c;
  position: relative;
  margin-left: -24px;
}
.join-page .way .tit span::after {
  content: " ";
  width: 24px;
  height: 100%;
  position: absolute;
  right: -24px;
  top: 0;
  z-index: 2;
  background: #ff573c;
  border-radius: 0 24px 24px 0;
}
.join-page .way .t {
  line-height: 1.4em;
  font-size: 16px;
  color: #ff573c;
  font-weight: bold;
  margin: 28px 0 14px 0;
}
.join-page .way .txt {
  line-height: 24px;
  color: #555;
}
.join-page .way .txt p {
  margin-bottom: 6px;
}
.join-page .way .txt p:last-child {
  margin-bottom: 0;
}
.join-page .way .btn {
  display: inline-block;
  color: #fff;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  margin-top: 38px;
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.join-page .way .btn:hover {
  background-image: url(../images/jianbian2.jpg);
}
.download-page,
.single-page {
  padding: 50px 20px;
}
.download-list ul {
  margin: 0 -16px;
}
.download-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.download-list li {
  width: 33.3333%;
  float: left;
  padding: 0 16px;
  margin-bottom: 32px;
}
.download-list li a {
  display: block;
  padding: 10px 0 0 0;
  background: #f7f5f5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.download-list li a:hover {
  background: url(../images/jianbian.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.download-list li a:hover .tit,
.download-list li a:hover .btn {
  color: #fff;
}
.download-list li a:hover .btn {
  background-image: url(../images/download2.png);
}
.download-list li .tit {
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  padding: 0px 30px;
  margin: 20px 0;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.download-list li .btn {
  border-top: solid 1px #fff;
  height: 94px;
  line-height: 94px;
  padding: 0 34px;
  background: url(../images/download1.png) no-repeat right 40px center;
  font-size: 15px;
  color: #888888;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.download-page .paging {
  margin-top: 20px;
}
.contactPage .contact {
  padding: 50px 20px;
}
.contactPage .contact .map {
  width: 50%;
  float: right;
  border: 3px solid #ddd;
}
.contactPage .contact .content {
  float: left;
  width: 46%;
}
.contactPage .contact .title {
  font-size: 20px;
  font-weight: bold;
  color: #ff573c;
}
.contactPage .contact .entit {
  color: #ff573c;
  opacity: .5;
  margin-top: 6px;
}
.contactPage .contact .text {
  line-height: 30px;
  font-size: 16px;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
}
.contactPage .contact .text a {
  font-size: 16px;
}
.contactPage .contact .text p {
  margin-bottom: 10px;
  padding-left: 35px;
  background: no-repeat 0 5px;
}
.contactPage .contact .qrcode {
  width: 120px;
  text-align: center;
}
.contactPage .contact .qrcode img {
  width: 100%;
  display: block;
}
.contactPage .contact .qrcode .txt {
  color: #777;
}
.contactPage #allmap {
  height: 500px;
}
@media only screen and (min-width: 1200px) {
  .main .news .list {
    height: 666px;
  }
}
