@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: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  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: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #0d53a3;
}
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;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
body.hidden {
  overflow: hidden;
}
.hide {
  display: none;
}
.wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.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;
}
.white {
  background: #fff;
}
.brace50 {
  height: 50px;
  clear: both;
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #0d53a3;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pcbtn {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  min-width: 148px;
  color: #fff;
  background: #0d53a3;
  overflow: hidden;
  display: inline-block;
}
.pcbtn span {
  color: #fff;
}
.pcbtn::after {
  background: #0e61c1;
}
.pcbtn.w {
  background: none;
  border: solid 1px #0d53a3;
}
.pcbtn.w span {
  color: #0d53a3;
}
.pcbtn.w:hover {
  border: solid 1px #0e61c1;
}
.pcbtn.w:hover span {
  color: #fff;
}
.article {
  line-height: 28px;
  font-size: 15px;
  color: #555555;
  text-align: justify;
}
.article video,
.article iframe,
.article 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;
  overflow: hidden;
  padding-top: 146px;
}
.head-top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 95;
  padding: 0 20px;
  font-size: 13px;
  color: #999999;
}
.head-top a {
  font-size: 13px;
  color: #999999;
}
.head-top a.on,
.head-top a:hover {
  color: #0d53a3;
}
.head-top .phone {
  padding-left: 20px;
  background: url(../images/phone.png) no-repeat 0 center;
  float: left;
}
.head-top .phone a {
  font-weight: bold;
}
.head-top .map::after,
.head-top .language::after,
.head-top .mail::after {
  content: " ";
  width: 1px;
  height: 10px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.head-top .mail {
  float: left;
  padding-left: 44px;
  margin-left: 18px;
  background: url(../images/mail.png) no-repeat 20px center;
  position: relative;
}
.head-top .return,
.head-top .map,
.head-top .language {
  float: right;
  padding-left: 36px;
  margin-left: 14px;
  background: url(../images/language.png) no-repeat 13px center;
  position: relative;
}
.head-top .map {
  background-image: url(../images/map.png);
}
.head-top .return {
  background-image: url(../images/return.png);
}
.header {
  width: 100%;
  height: 106px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 90;
  background: #fff;
  padding: 0 20px;
  border-bottom: solid 1px #eee;
}
.header.fixed {
  position: fixed;
  top: 0;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 73px;
  margin-top: 16px;
}
.header .logo img {
  height: 100%;
}
.header .search-box {
  float: right;
  margin-top: 43px;
  position: relative;
}
.header .search-box .search-btn {
  width: 20px;
  height: 20px;
  background: url(../images/search1.png) no-repeat center;
  cursor: pointer;
}
.header .search-box .search-bar {
  width: 960px;
  height: 106px;
  padding: 33px 80px 33px 20px;
  position: absolute;
  right: 0px;
  top: -43px;
  z-index: 95;
  background: #fff;
  display: none;
}
.header .search-box .search-bar .btn {
  width: 40px;
  height: 40px;
  float: left;
  background: url(../images/search1.png) no-repeat center;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
  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(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.header .search-box .search-bar .inpu {
  width: 100%;
  height: 40px;
  padding-left: 50px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
  background: #fff;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .nav .btn,
.header .nav .tit,
.header .menu-btn {
  display: none;
}
.header .nav {
  float: right;
}
.header .nav > ul > li {
  float: left;
  position: relative;
  padding: 0 35px;
}
.header .nav > ul > li > a {
  height: 106px;
  line-height: 106px;
  display: block;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  position: relative;
  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 > a:after {
  content: "";
  width: 0%;
  height: 3px;
  background: #0d53a3;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  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: #0d53a3;
}
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
}
.header .nav .sub {
  min-width: 100%;
  position: absolute;
  top: 106px;
  right: 35px;
  z-index: 90;
  display: none;
}
.header .nav .sub .box {
  background: #fff;
  margin-top: 1px;
  padding: 26px;
  box-shadow: 0 6px 8px 2px #e8e8e8;
}
.header .nav .sub .box:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.header .nav .sub ul {
  padding-right: 226px;
}
.header .nav .sub li {
  padding: 7px 0;
  line-height: 30px;
}
.header .nav .sub li.on a,
.header .nav .sub li a:hover {
  color: #0d53a3;
}
.header .nav .sub li a {
  display: block;
  font-size: 15px;
  color: #666666;
  white-space: nowrap;
}
.header .nav .sub .pic {
  width: 200px;
  float: right;
}
.header .nav .sub .pic img {
  width: 100%;
  display: block;
}
.header .head-top {
  display: none;
}
.header .logo,
.header .search-box {
  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.small {
  height: 60px;
  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.small .logo {
  height: 48px;
  margin-top: 6px;
}
.header.small .search-box {
  margin-top: 20px;
}
.header.small .nav > ul > li > a {
  height: 60px;
  line-height: 60px;
}
.header.small .nav .sub {
  top: 60px;
}
@media only screen and (max-width: 1400px) {
  .header .nav > ul > li {
    padding: 0 20px;
  }
}
.footer {
  background: #212121;
  padding: 36px 0;
  color: #828282;
}
.footer > .wrap {
  padding: 0 20px;
}
.footer a {
  color: #828282;
}
.footer hr {
  background: #313131;
  clear: both;
  opacity: .5;
  margin: 15px 0;
}
.footer .logo {
  width: 290px;
}
.footer .logo img {
  width: 100%;
  display: block;
}
.footer #share1 {
  text-align: center;
  margin-top: 20px;
}
.footer #share1 a {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  background: no-repeat center;
  margin: 0 4px;
  opacity: .3;
}
.footer #share1 a:hover {
  opacity: 1;
}
.footer #share1 a.icon-linkedin {
  background-image: url(../images/share1.png);
}
.footer #share1 a.icon-wechat {
  background-image: url(../images/share2.png);
}
.footer #share1 a.icon-weibo {
  background-image: url(../images/share3.png);
}
.footer #share1 a.icon-qq {
  background-image: url(../images/share4.png);
}
.footer .mail,
.footer .phone {
  padding-left: 58px;
  min-height: 50px;
  background: url(../images/footer-phone.png) no-repeat 0 4px;
  line-height: 25px;
  margin-top: 30px;
}
.footer .mail .p1,
.footer .phone .p1 {
  color: #818181;
}
.footer .mail .p2 a,
.footer .phone .p2 a,
.footer .mail .p2,
.footer .phone .p2 {
  font-size: 20px;
  color: #fff;
}
.footer .mail .p2 a,
.footer .phone .p2 a {
  font-weight: bold;
}
.footer .mail {
  background-image: url(../images/footer-mail.png);
}
.footer .link,
.footer .address,
.footer .copy {
  line-height: 24px;
  margin: 10px 0;
}
.footer .link a {
  padding: 0 16px;
  display: inline-block;
  position: relative;
}
.footer .link a:hover {
  color: #fff;
}
.footer .link a:first-child {
  padding-left: 0;
}
.footer .link a:first-child::after {
  display: none;
}
.footer .link a::after {
  content: " ";
  width: 1px;
  height: 10px;
  background: #3c3c3c;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 2;
}
.footer .qrcode {
  float: right;
  text-align: center;
}
.footer .qrcode .pic {
  width: 160px;
  height: 160px;
  background: url(../images/footer-qrcode.png) no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  margin-bottom: 8px;
}
.fixed-sidebar {
  width: 82px;
  position: fixed;
  right: 0;
  bottom: 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: 90;
  text-align: center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixed-sidebar.hidde {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  bottom: 10%;
}
.fixed-sidebar .close {
  height: 50px;
  line-height: 50px;
  background: #0d53a3;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.fixed-sidebar li {
  position: relative;
}
.fixed-sidebar li:hover a {
  background: #0d53a3;
}
.fixed-sidebar li:hover .icon1 {
  display: none;
}
.fixed-sidebar li:hover .icon2 {
  display: block;
}
.fixed-sidebar li:hover .txt {
  color: #fff;
}
.fixed-sidebar li:first-child a {
  border-top: solid 1px #eeeeee;
}
.fixed-sidebar li a {
  height: 76px;
  display: block;
  padding-top: 12px;
  background: #fff;
  border-left: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
.fixed-sidebar li a .icon2,
.fixed-sidebar li a .icon1 {
  height: 32px;
  line-height: 32px;
}
.fixed-sidebar li a .icon2 img,
.fixed-sidebar li a .icon1 img {
  max-height: 100%;
  vertical-align: middle;
}
.fixed-sidebar li a .icon2 {
  display: none;
}
.fixed-sidebar li a .txt {
  line-height: 20px;
  color: #999999;
  margin-top: 4px;
}
.fixed-sidebar li .hide {
  height: 76px;
  line-height: 76px;
  position: absolute;
  top: 0;
  right: 82px;
  z-index: 5;
  background: #0d53a3;
  white-space: nowrap;
  display: none;
}
.fixed-sidebar li .phone {
  background: #0d53a3;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixed-sidebar li .qrcode {
  width: 142px;
  height: 142px;
  padding: 8px;
}
.fixed-sidebar li .qrcode img {
  width: 100%;
  display: block;
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 50px;
  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;
  height: 170px;
  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: #777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.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: #ffffff transparent transparent transparent;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.icon-wechat .qrcode {
  float: none;
  margin: 0 auto;
}
.column-next,
.column-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: no-repeat center rgba(0, 0, 0, 0.22);
  position: absolute;
  top: 50%;
  z-index: 2;
  margin: -30px 0 0 0;
  cursor: pointer;
  outline: none;
}
.column-prev {
  background-image: url(../images/arrow4.png);
  left: 18px;
}
.column-next {
  background-image: url(../images/arrow5.png);
  right: 18px;
}
.pctitle:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.pctitle .title {
  line-height: 30px;
  float: left;
  font-size: 26px;
  font-weight: bold;
  padding-left: 10px;
  border-left: solid 4px #0d53a3;
}
.pctitle .title span {
  font-family: "Arial", arial;
  margin-left: 18px;
}
.pctitle .slogan {
  line-height: 30px;
  float: right;
  font-size: 16px;
  color: #999999;
}
.main .banner img {
  width: 100%;
  display: block;
}
.main .banner .swiper-button-prev,
.main .banner .swiper-button-next {
  width: 25px;
  height: 50px;
  top: 50%;
  margin: -25px 0 0 0;
  background-size: 100% 100%;
  background: no-repeat center;
  outline: none;
}
.main .banner .swiper-button-prev {
  background-image: url(../images/arrow2.png);
  left: 60px;
}
.main .banner .swiper-button-next {
  background-image: url(../images/arrow3.png);
  right: 60px;
}
.main .banner .swiper-pagination {
  bottom: 30px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  margin: 0 7px;
  opacity: .3;
  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 .banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 38px;
  opacity: 1;
}
.main .banner .thumbs {
  margin: 10px;
  overflow: hidden;
}
.main .banner .thumbs .swiper-slide {
  cursor: pointer;
}
.main .banner .thumbs .swiper-slide-thumb-active {
  border: solid 2px #0d53a3;
}
.main .opportunity,
.main .project,
.main .learning,
.main .survey {
  padding: 46px 20px;
}
.main .survey {
  background:#f6f6f6;
}
.main .survey .swiper-container {
  margin: 34px 0;
}
.main .survey .swiper-slide a {
  display: block;
  position: relative;
}
.main .survey .swiper-slide a::after {
  content: " ";
  width: 100%;
  height: 0%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: url(../images/survey_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 .survey .swiper-slide a:hover::after {
  height: 100%;
}
.main .survey .swiper-slide a:hover .text {
  bottom: 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%);
}
.main .survey .swiper-slide a:hover .p2 {
  height: auto;
}
.main .survey .swiper-slide a:hover .line {
  margin: 16px 0;
  height: 2px;
}
.main .survey .swiper-slide img {
  width: 100%;
  display: block;
}
.main .survey .swiper-slide .text {
  width: 100%;
  left: 0;
  bottom: 24px;
  position: absolute;
  z-index: 5;
  padding: 0 16px;
  line-height: 24px;
  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 .survey .swiper-slide .p1 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.main .survey .swiper-slide .line {
  width: 28px;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  margin: 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;
}
.main .survey .swiper-slide .p2 {
  color: #fff;
  height: 0;
  overflow: hidden;
}
.main .survey .btnbox {
  text-align: right;
}
.main .learning .swiper-container {
  margin: 56px 0;
}
.main .learning .swiper-container img {
  width: 100%;
  display: block;
}
.main .learning .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
}
.main .learning .swiper-slide a {
  display: block;
  position: relative;
}
.main .learning .swiper-slide a::after {
  content: " ";
  width: 100%;
  height: 202px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/learning_filter.png) repeat-x 0 0;
  background-size: auto 100%;
}
.main .learning .swiper-slide .text {
  padding: 0 38px 26px 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  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 .learning .swiper-slide .icon {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px #d7d7d7;
}
.main .learning .swiper-slide .tit {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 14px 0;
}
.main .learning .swiper-slide .txt {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #cccccc;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .learning .swiper-slide-prev .text {
  padding-right: 30%;
}
.main .learning .swiper-slide-next .text {
  padding-left: 30%;
}
.main .learning .btnbox {
  text-align: center;
}
.main .customization .pcmap {
  height: 729px;
  background: url(../images/customization_pcmap.jpg) no-repeat center top;
  margin-top: 52px;
  position: relative;
}
.main .customization .pcmap ul {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main .customization .pcmap li {
  position: absolute;
  z-index: 12;
  text-align: center;
}
.main .customization .pcmap li:hover {
  z-index: 20;
}
.main .customization .pcmap li:hover .cont {
  display: block;
}
.main .customization .pcmap li .txt {
  font-size: 16px;
  color: #fff;
}
.main .customization .pcmap li .cont {
  position: absolute;
  left: 0;
  top: -25px;
  z-index: 13;
  padding-left: 72px;
  display: none;
}
.main .customization .pcmap li .box {
  width: 330px;
  background: #fff;
  border-radius: 6px;
  padding: 26px;
  text-align: left;
}
.main .customization img {
  width: 100%;
  display: block;
}
.main .customization .flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #f3f4f4;
  overflow: hidden;
}
.main .customization .flag img {
  border-radius: 50%;
}
.main .customization .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 18px 0 14px 0;
}
.main .customization .p {
  height: 75px;
  line-height: 25px;
  color: #777777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-bottom: 20px;
}
.main .customization .mobile {
  display: none;
}
.main .customization .gallery-thumbs {
  padding: 20px 0;
}
.main .customization .gallery-thumbs .swiper-slide {
  width: auto;
  padding: 0 20px;
}
.main .customization .gallery-thumbs .swiper-slide .flag {
  margin-top: 5px;
}
.main .customization .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .flag {
  width: 50px;
  height: 50px;
  border: solid 1px #0d53a3;
  padding: 5px;
  margin-top: 0;
}
.main .project .swiper-container {
  margin: 54px 0 40px 0;
  padding: 14px 0;
}
.main .project .swiper-slide {
  box-shadow: 0 0 10px 4px #ececec;
}
.main .project .swiper-slide a {
  display: block;
  position: relative;
}
.main .project .swiper-slide 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);
}
.main .project .swiper-slide a:hover .tit {
  color: #0d53a3;
}
.main .project .swiper-slide .date {
  width: 66px;
  background: #0d53a3;
  position: absolute;
  left: 24px;
  top: -14px;
  z-index: 5;
  text-align: center;
  font-family: "Arial", arial;
  font-size: 12px;
  color: #fff;
  padding: 10px 0;
}
.main .project .swiper-slide .date span {
  font-size: 40px;
  display: block;
}
.main .project .swiper-slide .pic {
  overflow: hidden;
}
.main .project .swiper-slide img {
  width: 100%;
  display: block;
  height:300px;
  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 .project .swiper-slide .text {
  padding: 26px;
}
.main .project .swiper-slide .tit,
.main .project .swiper-slide .txt {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .project .swiper-slide .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  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 .project .swiper-slide .txt {
  height: 50px;
  font-size: 14px;
  color: #999999;
  -webkit-line-clamp: 2;
}
.main .project .column-prev,
.main .project .column-next {
  margin-top: -80px;
}
.main .project .btnbox {
  text-align: right;
}
.main .opportunity {
  background: url(../images/opportunity_bg.jpg) no-repeat center bottom #f8f8f8;
}
.main .opportunity .content {
  margin: 55px 0;
}
.main .opportunity .content 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 .opportunity .content a {
  display: block;
}
.main .opportunity .content a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .opportunity .content 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);
}
.main .opportunity .content a:hover .text {
  background-position: left 65px bottom 0;
}
.main .opportunity .pic,
.main .opportunity .text {
  width: 50%;
  float: left;
  overflow: hidden;
}
.main .opportunity .row {
  background: #fff;
}
.main .opportunity .row:nth-child(even) .pic,
.main .opportunity .row:nth-child(even) .text {
  float: right;
}
.main .opportunity .text {
  padding: 60px 45px 66px 45px;
  background: url(../images/arrow6.png) no-repeat left 45px bottom 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;
}
.main .opportunity .text .date {
  font-size: 14px;
  color: #c5c5c5;
}
.main .opportunity .text .tit {
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
  margin: 12px 0 26px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .opportunity .text .line {
  width: 30px;
  height: 3px;
  background: #f4f4f4;
}
.main .opportunity .text .txt {
  height: 75px;
  line-height: 25px;
  font-size: 14px;
  color: #999999;
  margin-top: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .opportunity .btnbox {
  text-align: right;
}
@keyframes stars_rotate {
  0% {
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
  }
  100% {
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
  }
}
.start-page {
  background: radial-gradient(200% 100% at bottom center, #0070aa, #0b2570, #000035, #000000);
  background: radial-gradient(220% 105% at top center, #000000 10%, #000035 40%, #0b2570 65%, #0070aa);
  background-attachment: fixed;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 28px 22px;
}
.start-page .stars {
  transform: perspective(500px);
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  perspective-origin: 50% 100%;
  left: 50%;
  animation: stars_rotate 90s infinite linear;
}
.start-page .star {
  width: 2px;
  height: 2px;
  background: #F7F7B6;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0 -300px;
  transform: translate3d(0, 0, -300px);
  backface-visibility: hidden;
}
.start-page .logo {
  width: 320px;
  float: left;
}
.start-page .logo img {
  width: 100%;
  display: block;
}
.start-page .content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  z-index: 5;
  padding: 0 20px;
  text-align: center;
}
.start-page .content img {
  max-width: 100%;
}
.start-page .text {
  font-size: 22px;
  color: #fff;
  margin: 22px 0 88px 0;
}
.start-page .bottom {
  width: 100%;
  position: absolute;
  bottom: 28px;
  left: 0;
  z-index: 5;
  text-align: center;
  padding: 0 20px;
}
.start-page .bottom img {
  width: 100%;
  display: block;
}
.start-page .bottom a {
  display: inline-block;
  margin: 0 15px 15px 15px;
  position: relative;
}
.start-page .bottom a:hover::before,
.start-page .bottom a:hover::after,
.start-page .bottom a:hover span::before,
.start-page .bottom a:hover span::after {
  box-shadow: 0 0 6px 1px #fd56d1;
}
.start-page .bottom span {
  display: block;
  padding: 10px 18px;
  font-size: 18px;
  color: #fff;
  line-height: 38px;
  position: relative;
}
.start-page .bottom a::before,
.start-page .bottom a::after,
.start-page .bottom span::before,
.start-page .bottom span::after {
  content: " ";
  position: absolute;
  z-index: 2;
  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;
}
.start-page .bottom a::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.start-page .bottom a::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.start-page .bottom span::before {
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
}
.start-page .bottom span::after {
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
}
.start-page .bottom i {
  width: 58px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 15px 0 0;
}
.start-page .copy {
  color: #fff;
}
.container .banner img {
  width: 100%;
  display: block;
}
.container .banner .swiper-pagination {
  bottom: 24px;
}
.container .banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 4px;
  opacity: .3;
}
.container .banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.column-menu {
  border-bottom: solid 1px #ececec;
  padding: 0 20px;
}
.column-menu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.column-menu .menu {
  float: right;
  border-right: solid 1px #ececec;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu li {
  float: left;
  border-left: solid 1px #ececec;
}
.column-menu .menu li.on a,
.column-menu .menu li a:hover {
  background: #f6f6f6;
}
.column-menu .menu li.on a::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #0d53a3;
  width: 100%;
  height: 2px;
}
.column-menu .menu li.on a::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #0d53a3;
  border-width: 6px;
  margin-left: -6px;
}
.column-menu .menu li a {
  display: block;
  padding: 0 34px;
  font-size: 16px;
  color: #444444;
  height: 70px;
  line-height: 70px;
  position: relative;
}
.column-menu .crumbs {
  height: 70px;
  line-height: 70px;
  padding-left: 34px;
  font-size: 15px;
  color: #777777;
  background: url(../images/crumbs.png) no-repeat 0 center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.column-menu .crumbs a {
  font-size: 15px;
  color: #777777;
}
.column-menu .crumbs a:hover {
  color: #0d53a3;
}
.pcbg1 {
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.pcbg2 {
  background: no-repeat center 0;
  background-size: 100% auto;
  background-attachment: fixed;
}
.paging {
  text-align: center;
  margin-top: 22px;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: left;
  margin: 0 2px;
}
.paging li.on a,
.paging li a:hover {
  background: #0d53a3;
  color: #fff;
}
.paging li a {
  display: block;
  width: 62px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  font-size: 15px;
  color: #555555;
  font-family: "Arial", arial;
}
.project-page {
  padding: 56px 20px 76px 20px;
}
.project-list ul {
  margin: 0 -12px;
}
.project-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.project-list li {
  width: 33.3333%;
  float: left;
  padding: 0 12px;
  margin-bottom: 40px;
}
.project-list li:nth-child(3n+1) {
  clear: left;
}
.project-list li a {
  border-radius: 6px;
  background: #fff;
  display: block;
  position: relative;
  padding: 20px;
  padding-bottom: 28px;
}
.project-list li 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);
}
.project-list li a:hover .tit {
  color: #0d53a3;
}
.project-list li .date {
  width: 66px;
  background: #0d53a3;
  position: absolute;
  left: 30px;
  top: -14px;
  z-index: 5;
  text-align: center;
  font-family: "Arial", arial;
  font-size: 12px;
  color: #fff;
  padding: 10px 0;
}
.project-list li .date span {
  font-size: 40px;
  display: block;
}
.project-list li .pic {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 26px;
}
.project-list 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;
}
.project-list li .tit,
.project-list li .txt {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.project-list li .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.project-list li .txt {
  height: 50px;
  font-size: 14px;
  color: #999999;
  -webkit-line-clamp: 2;
}
.project-page.pcbg2 {
  padding: 92px 20px;
}
.project-page .details {
  max-width: 1300px;
  background: url(../images/project-details.png);
  padding: 62px;
  color: #fff;
}
.project-page .details .title {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: #fff;
}
.project-page .details .line2,
.project-page .details .line1 {
  background: rgba(255, 255, 255, 0.1);
  margin: 32px 0;
}
.project-page .details .line2 {
  margin: 48px 0;
}
.project-page .details .introduction {
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 70px;
}
.project-page .details .pctitle {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.project-page .details .features {
  line-height: 32px;
  font-size: 15px;
  margin: 20px 0 36px 0;
  padding-left: 14px;
}
.project-page .details .stroke {
  position: relative;
  margin: 68px 0 0 0;
}
.project-page .details .stroke .row {
  margin-bottom: 20px;
}
.project-page .details .stroke .box::after,
.project-page .details .stroke .line::after {
  content: " ";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -5px;
  z-index: 5;
}
.project-page .details .stroke .line {
  width: 1px;
  height: 100%;
  background: #d6d6d8;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
}
.project-page .details .stroke .line::after {
  bottom: 0;
}
.project-page .details .stroke .box {
  width: 50%;
  padding: 0 30px;
  float: right;
  position: relative;
}
.project-page .details .stroke .box::after {
  top: 0;
}
.project-page .details .stroke .day {
  width: 140px;
  font-size: 38px;
  font-family: "Arial", arial;
  opacity: .6;
  float: left;
  margin-top: 22px;
}
.project-page .details .stroke .text {
  padding-left: 140px;
  font-size: 15px;
  line-height: 28px;
}
.project-page .details .stroke .text .tit {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.project-page .details .stroke .row:nth-child(even) .box {
  float: left;
  text-align: right;
}
.project-page .details .stroke .row:nth-child(even) .box .day {
  float: right;
}
.project-page .details .stroke .row:nth-child(even) .box .text {
  padding: 0 140px 0 0;
}
.project-page .details .stroke .row:nth-child(even) .box::after {
  left: auto;
  right: -6px;
}
.project-page .details .btn {
  text-align: center;
}
.project-page .details .btn .pcbtn {
  border: solid 1px #fff;
  background: none;
  line-height: 38px;
  font-size: 15px;
}
.project-page .details .btn .pcbtn::after {
  background: #fff;
}
.project-page .details .btn .pcbtn:hover span {
  color: #333;
}
.survey-page {
  padding: 72px 20px;
}
.survey-list ul {
  margin: 0 -11px;
}
.survey-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.survey-list li {
  width: 25%;
  float: left;
  margin-bottom: 22px;
  padding: 0 11px;
  border-radius: 6px;
}
.survey-list li:nth-child(4n+1) {
  clear: left;
}
.survey-list li a {
  display: block;
  padding: 20px;
  overflow: hidden;
  background: #fff;
}
.survey-list li a:hover .box::after {
  height: 100%;
}
.survey-list li a:hover .text {
  bottom: 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%);
}
.survey-list li .box {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.survey-list li .box::after {
  content: " ";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url(../images/survey_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;
}
.survey-list li img {
  width: 100%;
  display: block;
}
.survey-list li .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 22px;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  z-index: 5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sortbox .row {
  border-bottom: solid 1px #e3e3e3;
  padding: 14px 0;
}
.sortbox .tit {
  min-width: 130px;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  float: left;
  background: #0d53a3;
}
.sortbox ul {
  padding-left: 158px;
}
.sortbox li {
  float: left;
  margin-right: 36px;
  line-height: 40px;
}
.sortbox li.on a,
.sortbox li a:hover {
  color: #0d53a3;
}
.sortbox li a {
  font-size: 15px;
  color: #444444;
}
.learning-page {
  padding: 20px 20px 10px 20px;
}
.learning-page .pctitle {
  margin: 48px 0;
}
.learning-list {
  margin-bottom: 30px;
}
.learning-list ul {
  margin: 0 -12px;
}
.learning-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.learning-list li {
width: 33.3333%;
padding: 0 12px;
margin-bottom: 24px;
float: left;
}
.learning-list .yy{box-shadow: 0 0 10px 4px #e0e0e0;
border-radius: 7px;
padding: 20px;}
.learning-list li a {
  background: #fff;
}
.txtce a{
	width:50%;
	margin-right:10px;
	line-height:26px;
}
.learning-list li a:hover .pic 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);
}
.learning-list li a:hover .see {
  padding-right: 26px;
}
.learning-list li a:hover .tit {
  color: #0d53a3;
}
.learning-list 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;
}
.learning-list li .top {
  position: relative;
}
.learning-list li .pic {
  overflow: hidden;
  border-radius: 7px;
}
.learning-list li .flag {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: solid 1px #d6d7d8;
  overflow: hidden;
  position: absolute;
  bottom: -20px;
  right: 8px;
  z-index: 5;
}
.learning-list li .tit,
.learning-list li .txt,
.learning-list li .see {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.learning-list li .tit {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 32px 0 20px 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;
}
.learning-list li .see,
.learning-list li .txt {
  font-size: 14px;
  color: #999999;
}
.learning-list li .txt {
  height: 48px;
  -webkit-line-clamp: 2;
}
.learning-list li .line {
  height: 1px;
  background: #eeeeee;
  margin: 18px 0;
}
.learning-list li .see {
  display: inline-block;
  padding-right: 16px;
  background: url(../images/arrow7.png) no-repeat right 0 center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.customization-page {
  padding: 64px 20px 74px 20px;
  text-align: center;
}
.customization-page img {
  max-width: 100%;
}
.customization-page .title {
  line-height: 52px;
}
.customization-page .title .en {
  font-family: "Arial", arial;
  font-size: 40px;
  font-weight: bold;
}
.customization-page .title .tit {
  font-size: 34px;
}
.customization-page .title span {
  color: #0d53a3;
}
.customization-page .p1 {
  font-size: 16px;
  margin: 52px 0 30px 0;
}
.customization-page .p2 {
  font-family: "Arial", arial;
  font-size: 130px;
  color: #0d53a3;
}
.customization-page .p3 {
  margin: 30px 0 60px 0;
}
.customization-page .p4 {
  font-size: 15px;
  color: #555555;
  margin-top: 46px;
}
.customization-page .message {
  background: url(../images/message_bg.png);
  border-top: solid 4px #0d53a3;
  margin-top: 36px;
  padding: 66px 62px;
}
.customization-page .message .row {
  margin: 0 -22px;
}
.customization-page .message .col {
  padding: 0 22px;
  margin-bottom: 35px;
}
.customization-page .message input[type='text'] {
  width: 100%;
  height: 56px;
  line-height: 54px;
  border: solid 1px #d1d1d1;
  padding: 0 22px;
  font-size: 15px;
  color: #333;
  background: none;
}
.customization-page .message input[type='text']::-webkit-input-placeholder {
  color: #555555;
}
.customization-page .message input[type='text']:-moz-placeholder {
  color: #555555;
}
.customization-page .message input[type='text']::-moz-placeholder {
  color: #555555;
}
.customization-page .message input[type='text']:-ms-input-placeholder {
  color: #555555;
}
.customization-page .message .btnbox {
  text-align: center;
}
.customization-page .message .pcbtn {
  padding: 0;
  margin-top: 18px;
  overflow: hidden;
}
.customization-page .message .pcbtn button,
.customization-page .message .pcbtn input {
  padding: 0 30px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}
.opportunity-page {
  padding: 70px 20px 88px 20px;
}
.opportunity-list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.opportunity-list li {
  margin-bottom: 32px;
}
.opportunity-list li a {
  display: block;
  background: #fff;
  border-radius: 6px;
  padding: 32px;
}
.opportunity-list li a:hover .tit {
  color: #0d53a3;
}
.opportunity-list li 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);
}
.opportunity-list li a:hover .date {
  opacity: 0;
}
.opportunity-list li a:hover .btn {
  opacity: 1;
}
.opportunity-list li .box {
  position: relative;
}
.opportunity-list li .box:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.opportunity-list 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;
}
.opportunity-list li .pic {
  width: 306px;
  overflow: hidden;
  float: left;
}
.opportunity-list li .right {
  width: 218px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-left: solid 1px #e0e0e0;
}
.opportunity-list li .date {
  text-align: right;
  margin-top: 50px;
  margin-right: 30px;
  font-family: "Arial", arial;
  font-size: 60px;
  color: #c5c5c5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.opportunity-list li .date span {
  font-size: 26px;
  font-weight: bold;
  display: block;
}
.opportunity-list li .btn {
  width: 138px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  right: 24px;
  top: 50%;
  z-index: 5;
  margin-top: -21px;
  background: #0d53a3;
  color: #fff;
  font-size: 15px;
  opacity: 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;
}
.opportunity-list li .btn::after {
  background: #0e61c1;
}
.opportunity-list li .text {
  padding: 42px 290px 0 354px;
}
.opportunity-list li .tit,
.opportunity-list li .txt {
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.opportunity-list li .tit {
  font-size: 24px;
  color: #2a2736;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.opportunity-list li .txt {
  height: 56px;
  font-size: 15px;
  color: #888888;
  -webkit-line-clamp: 2;
  margin-top: 30px;
}
.opportunity-page.de {
  padding: 0 20px;
}
.sidebar {
  width: 26%;
  float: right;
  padding-top: 54px;
}
.sidebar .title {
  line-height: 60px;
  font-size: 22px;
  color: #333333;
}
.sidebar .news li:last-child a {
  border-bottom: none;
}
.sidebar .news li a {
  padding: 16px 0;
  display: block;
  border-bottom: solid 1px #e6e6e6;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sidebar .news li a:hover .tit {
  color: #f84b00;
}
.sidebar .news li .tit,
.sidebar .news li .txt {
  height: 30px;
  line-height: 30px;
  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;
}
.sidebar .news li .tit {
  font-size: 16px;
  color: #333333;
}
.sidebar .news li .txt {
  font-size: 14px;
  color: #c8c8c8;
}
.opportunity-page .details {
  width: 70%;
  float: left;
  padding: 66px 38px 80px 0;
  border-right: solid 1px #f0f0f0;
}
.opportunity-page .details .title {
  line-height: 36px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.opportunity-page .details .info {
  line-height: 25px;
  font-size: 15px;
  color: #c8c8c8;
  margin-top: 14px;
}
.opportunity-page .details #share2 {
  float: right;
}
.opportunity-page .details #share2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.opportunity-page .details #share2 a {
  width: 30px;
  height: 30px;
  margin: 0 0 0 8px;
  float: left;
  background: no-repeat;
  background-size: 100% 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: .4;
}
.opportunity-page .details #share2 a:hover {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.opportunity-page .details #share2 .icon-qq {
  background-image: url(../images/share5.png);
}
.opportunity-page .details #share2 .icon-weibo {
  background-image: url(../images/share6.png);
}
.opportunity-page .details #share2 .icon-wechat {
  background-image: url(../images/share7.png);
  position: relative;
}
.opportunity-page .details .article {
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 40px 0;
  margin: 30px 0;
}
.opportunity-page .details .prevnext {
  font-size: 15px;
  color: #555555;
}
.opportunity-page .details .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.opportunity-page .details .prevnext a {
  font-size: 15px;
  color: #555555;
}
.opportunity-page .details .prevnext a:hover {
  color: #0d53a3;
}
.opportunity-page .details .prevnext .l,
.opportunity-page .details .prevnext .r {
  width: 50%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.opportunity-page .details .prevnext .r {
  text-align: right;
}
.about-page {
  padding: 70px 20px 80px 20px;
}
.about-page .about .titen {
  font-family: "Arial", arial;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.about-page .about .titen span {
  color: #0d53a3;
}
.about-page .about .title {
  text-align: center;
  font-size: 34px;
}
.about-page .about .pctext {
  line-height: 28px;
  font-size: 15px;
  color: #555555;
  text-align: center;
  margin: 50px auto;
  max-width: 1040px;
}
.about-page .about .focus {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
.about-page .about .focus:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .about .focus li {
  width: 25%;
  float: left;
}
.about-page .about .focus img {
  width: 100%;
  display: block;
}
.about-page .about .focus .icon {
  width: 78px;
  height: 78px;
  margin: 0 auto;
}
.about-page .about .focus .p1 {
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0;
}
.about-page .about .focus .p2 {
  font-size: 15px;
  color: #555555;
}
.about-page .about .content {
  background: url(../images/about_content_bg.png);
  margin-top: 76px;
}
.about-page .about .content img {
  width: 100%;
  display: block;
}
.about-page .about .content .row {
  position: relative;
}
.about-page .about .content .pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  height: 100%;
}
.about-page .about .content .pic img {
  display: none;
}
.about-page .about .content .text,
.about-page .about .content .pic {
  width: 50%;
  float: right;
}
.about-page .about .content .text {
  padding: 50px 20px 50px 44px;
  line-height: 28px;
  font-size: 15px;
  color: #555555;
}
.about-page .about .content .row:nth-child(even) .text,
.about-page .about .content .row:nth-child(even) .pic {
  float: left;
}
.about-page .about .content .row:nth-child(even) .pic {
  right: 0;
  left: auto;
}
.about-page .about .content .row:nth-child(even) .text {
  padding: 50px 44px 50px 20px;
}
.about-page .about .content .tit {
  font-size: 18px;
  color: #0d53a3;
  font-weight: bold;
  margin-bottom: 14px;
}
.about-page .about .content .line {
  height: 1px;
  background: #e6e6e6;
  margin: 36px 0;
}
.about-page .about .contact {
  line-height: 28px;
  font-size: 15px;
  color: #555555;
  text-align: center;
}
.about-page .about .contact .p2 a,
.about-page .about .contact .p2 {
  font-family: "Arial", arial;
  font-size: 43px;
  color: #0d53a3;
  font-weight: bold;
}
.about-page .about .contact .p2 {
  margin-top: 14px;
}
.about-page .about.culture .content {
  margin: 0;
}
.about-page .honor-list {
  margin-bottom: 30px;
}
.about-page .honor-list ul {
  margin: 0 -11px;
}
.about-page .honor-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .honor-list li {
  width: 25%;
  float: left;
  padding: 0 11px;
  text-align: center;
  margin-bottom: 22px;
}
.about-page .honor-list li:nth-child(4n+1) {
  clear: left;
}
.about-page .honor-list 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;
}
.about-page .honor-list li .box {
  background: #fff;
  border-radius: 6px;
  padding: 20px 24px;
  cursor: pointer;
}
.about-page .honor-list li .box: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);
}
.about-page .honor-list li .box:hover .txt {
  color: #0d53a3;
}
.about-page .honor-list li .pic {
  box-shadow: 0 4px 14px 4px #d0d1d2;
  overflow: hidden;
}
.about-page .honor-list li .txt {
  font-size: 16px;
  margin-top: 20px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.about-page .history {
  position: relative;
}
.about-page .history .swiper-button-next,
.about-page .history .swiper-button-prev {
  width: 18px;
  height: 30px;
  top: 50%;
  margin: 0;
  outline: none;
  background: no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.about-page .history .swiper-button-prev {
  left: -64px;
  background-image: url(../images/arrow8.png);
}
.about-page .history .swiper-button-prev:hover {
  background-image: url(../images/arrow10.png);
}
.about-page .history .swiper-button-next {
  right: -64px;
  background-image: url(../images/arrow9.png);
}
.about-page .history .swiper-button-next:hover {
  background-image: url(../images/arrow11.png);
}
.about-page .history .swiper-slide {
  padding-left: 8px;
}
.about-page .history .swiper-slide img {
  width: 100%;
  display: block;
}
.about-page .history .swiper-slide .text {
  height: 220px;
  padding: 0 0 80px 30px;
  border-left: solid 1px #fff;
  position: relative;
  z-index: 8;
}
.about-page .history .swiper-slide .text::after {
  content: " ";
  width: 8px;
  height: 88px;
  position: absolute;
  left: -8px;
  top: 0;
  z-index: 1;
  background: #0baeee;
}
.about-page .history .swiper-slide .text span {
  display: block;
  height: 146px;
  line-height: 24px;
  font-size: 14px;
  color: #555555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.about-page .history .swiper-slide .pic {
  border-left: solid 1px #fff;
}
.about-page .history .swiper-slide .years {
  font-size: 55px;
  color: #444444;
  font-weight: 300;
  margin: 22px 0;
}
.about-page .history .swiper-slide .years span {
  font-size: 22px;
  font-weight: 500;
}
.about-page .history .swiper-slide:nth-child(4n+1) .text::after {
  background: #0baeee;
}
.about-page .history .swiper-slide:nth-child(4n+2) .text::after {
  background: #f37110;
}
.about-page .history .swiper-slide:nth-child(4n+3) .text::after {
  background: #40ab39;
}
.about-page .history .swiper-slide:nth-child(4n+4) .text::after {
  background: #d32b34;
}
.about-page .history .swiper-slide:nth-child(even) {
  padding-top: 104px;
}
.about-page .history .swiper-slide:nth-child(even) .text {
  padding: 130px 0 0 22px;
}
.about-page .history .swiper-slide:nth-child(even) .text::after {
  left: -8px;
  top: auto;
  bottom: 0;
}
.about-page .contactbox {
  padding: 64px 20px 94px 20px;
}
.about-page .contactbox .title {
  text-align: center;
  font-size: 34px;
}
.about-page .contactbox .slogan {
  text-align: center;
  font-size: 15px;
  color: #999999;
  margin: 18px 0 44px 0;
}
.about-page .contactbox #allmap {
  height: 382px;
}
.about-page .contactbox .content {
  background: #fff;
  padding: 42px;
  font-size: 15px;
}
.about-page .contactbox .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}
.about-page .contactbox .p {
  padding-left: 34px;
  background: no-repeat 0 2px;
  margin-bottom: 16px;
  min-height: 20px;
}
.about-page .contactbox .p a {
  font-size: 15px;
  color: #333;
}
.about-page .contactbox .p1 {
  background-image: url(../images/contact1.png);
}
.about-page .contactbox .p2 {
  background-image: url(../images/contact2.png);
}
.about-page .contactbox .p3 {
  background-image: url(../images/contact3.png);
}
.about-page .contactbox .p4 {
  background-image: url(../images/contact4.png);
  background-position: 0 4px;
}
.about-page .contactbox .p5 {
  background-image: url(../images/contact5.png);
}
.about-page .contactbox .qrcode {
  float: right;
  text-align: center;
  margin-top: -48px;
}
.about-page .contactbox .qrcode .pic {
  width: 120px;
}
.about-page .contactbox .qrcode img {
  width: 100%;
  display: block;
}
.about-page .contactbox .qrcode .txt {
  margin-top: 6px;
}
.about-page .message {
  padding: 76px 20px;
}
.about-page .message .title {
  font-size: 34px;
  border-bottom: solid 1px #f0f0f0;
  padding-bottom: 22px;
  margin-bottom: 26px;
}
.about-page .message .slogan {
  font-size: 15px;
  color: #888888;
  margin-bottom: 44px;
}
.about-page .message .tips {
  line-height: 30px;
  font-size: 15px;
  color: #555555;
  background: url(../images/tips.png) no-repeat 0 6px;
  padding-left: 40px;
  margin: 18px 0 24px 0;
}
.about-page .message .row {
  margin: 0 -18px;
}
.about-page .message .col {
  padding: 0 18px;
}
.about-page .message textarea,
.about-page .message input[type='text'] {
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  padding: 12px 18px;
  border: solid 1px #e0e0e0;
  margin-bottom: 28px;
}
.about-page .message textarea::-webkit-input-placeholder,
.about-page .message input[type='text']::-webkit-input-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea:-moz-placeholder,
.about-page .message input[type='text']:-moz-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea::-moz-placeholder,
.about-page .message input[type='text']::-moz-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea:-ms-input-placeholder,
.about-page .message input[type='text']:-ms-input-placeholder {
  color: #a1a1a1;
}
.about-page .message textarea {
  resize: vertical;
  height: 260px;
}
.about-page .message .btn {
  display: inline-block;
  background: #0d53a3;
  margin-top: 10px;
}
.about-page .message .btn::after {
  background: #0e61c1;
}
.about-page .message button,
.about-page .message input[type='submit'],
.about-page .message input[type='button'] {
  min-width: 158px;
  height: 46px;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  background: none;
  cursor: pointer;
}
@media only screen and (max-width: 1550px) {
  .about-page .history {
    padding: 0 20px;
  }
  .about-page .history .swiper-button-prev {
    left: -10px;
  }
  .about-page .history .swiper-button-next {
    right: -20px;
  }
}
.map-page {
  padding: 50px 0;
}
.map-page .row {
  margin-bottom: 20px;
}
.map-page .row .tit {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  background: #f1efeb;
  font-size: 16px;
  color: #0d53a3;
}
.map-page .row ul {
  margin-top: 10px;
}
.map-page .row ul li {
  width: 25%;
  float: left;
  padding: 5px;
}
.map-page .row ul li a {
  width: 100%;
  line-height: 22px;
  display: block;
  border: dotted 1px #999;
  font-size: 14px;
  color: #666;
  padding: 10px;
}
.map-page .row ul li a:hover {
  color: #0d53a3;
}
.single-page {
  padding: 60px 0;
}
.single-page iframe,
.single-page video,
.single-page img {
  max-width: 100%;
}
.popupSignup {
  width: 90%;
  max-width: 900px;
  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;
  border-top: solid 4px #0d53a3;
  padding: 60px 30px 30px 30px;
  display: none;
}
.popupSignup .close {
  width: 40px;
  height: 40px;
  background: url(../images/close.png) no-repeat center;
  background-size: 20px auto;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 5;
  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;
}
.popupSignup .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.popupSignup .row {
  margin: 0 -10px;
}
.popupSignup .col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.popupSignup input[type='text'] {
  width: 100%;
  height: 52px;
  line-height: 50px;
  border: solid 1px #d1d1d1;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  background: none;
}
.popupSignup input[type='text']::-webkit-input-placeholder {
  color: #555555;
}
.popupSignup input[type='text']:-moz-placeholder {
  color: #555555;
}
.popupSignup input[type='text']::-moz-placeholder {
  color: #555555;
}
.popupSignup input[type='text']:-ms-input-placeholder {
  color: #555555;
}
.popupSignup .btnbox {
  text-align: center;
}
.popupSignup .pcbtn {
  padding: 0;
  margin-top: 18px;
  overflow: hidden;
}
.popupSignup .pcbtn button,
.popupSignup .pcbtn input {
  padding: 0 30px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}
