/* CSS Document */
* {
  font-size: 14px;
  color: #666666;
  font-family: '微软雅黑';
}
body,
html {
  overflow-y: auto;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: #eee;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: #003580;
}
.logo{display: block;}
.ieImg{display: none;}
.ie .logo{display: none;}
.ie .ieImg{display: block;}
/*@font-face {*/
/*  font-family: 'num';*/
/*  src: url('../css/font/HELVETICANEUELTSTD-ULTLT.eot');*/
/*  src: url('../css/font/HELVETICANEUELTSTD-ULTLT.eot?#iefix') format('embedded-opentype'), url('../css/font/HELVETICANEUELTSTD-ULTLT.woff') format('woff'), url('../css/font/HELVETICANEUELTSTD-ULTLT.ttf') format('truetype'), url('../css/font/HELVETICANEUELTSTD-ULTLT.svg#YourWebFontName') format('svg');*/
/*}*/
@font-face {
  font-family: 'num2';
  src: url('../css/font/BARON NEUE.eot');
  src: url('../css/font/BARON NEUE.eot?#iefix') format('embedded-opentype'), url('../css/font/BARON NEUE.woff') format('woff'), url('../css/font/BARON NEUE.ttf') format('truetype'), url('../css/font/BARON NEUE.svg#YourWebFontName') format('svg');
}
/*@font-face {*/
/*  font-family: 'En_word';*/
/*  src: url('../css/font/HELVETICANEUELTSTD-BLK.eot');*/
/*  src: url('../css/font/HELVETICANEUELTSTD-BLK.eot?#iefix') format('embedded-opentype'), url('../css/font/HELVETICANEUELTSTD-BLK.woff') format('woff'), url('../css/font/HELVETICANEUELTSTD-BLK.ttf') format('truetype'), url('../css/font/HELVETICANEUELTSTD-BLK.svg#YourWebFontName') format('svg');*/
/*}*/
a[href] {
  cursor: pointer;
}
h5 {
  font-size: 1.28rem;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.row {
  overflow: hidden;
}
.row .topTitle {
  position: relative;
  text-align: center;
  font-size: 1.71rem;
  margin: 60px 0;
}
.row .topTitle .small {
  font-size: 1.14rem;
  margin-top: 10px;
  text-transform: uppercase;
  color: #999;
  display: inline-block;
  text-align: center;
}
.row .topTitle:after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #003580;
  bottom: -24px;
  left: calc(50% - 20px);
  position: absolute;
}
.row .leftCol {
  float: left;
}
.row .rightCol {
  float: right;
}
.backImg {
  background-size: cover!important;
  background-position: center;
}
.picBox {
  overflow: hidden;
}
.picBox > .backImg {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  height: 100%;
  width: 100%;
}
.picBox:hover > .backImg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cl {
  clear: both;
}
.msg {
  display: table;
  width: 100%;
  height: 100%;
}
.msg .msgContent {
  display: table-cell;
  vertical-align: middle;
}
.msg .msgContent h4 {
  font-size: 2.5rem;
  color: #231815;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  min-height: 3.2rem;
  line-height: 3.2rem;
  padding-top: 1rem;
}
.msg .msgContent h4:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 0;
  width: 120px;
  height: 2px;
  background-color: #b49e8c;
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
}
.msg .msgContent h4 .small {
  font-size: 1rem;
  display: inline-block;
  text-transform: uppercase;
}
.msg .msgContent .active:after {
  width: 22px;
}
.msg .msgContent h5 {
  font-size: 24px;
  color: #0f0f0f;
  font-weight: 700;
  margin-bottom: 30px;
  height: 72px;
}
.msg .msgContent p {
  color: #666;
  line-height: 25px;
  font-size: 1rem;
  margin-bottom: 30px;
  min-height: 8rem;
}
.msg .msgContent p > strong {
  text-transform: uppercase;
  /*font-family: num;*/
  font-weight: 300;
  transform-origin: 0 50%;
  display: inline-block;
  width: 136px;
  text-align: center;
  height: 120px;
  line-height: 100px;
  float: left;
  font-size: 100px;
  vertical-align: top;
  color: #231815;
}
.msg .msgContent .cl {
  height: 4rem;
  line-height: 4rem;
}
/* 搜索 */
.search {
  display: inline-block;
  margin-right: 8px;
}
.search > b {
  display: block;
  height: 2.8rem;
  line-height: 2.8rem;
}
.search .sBox {
  height: 3.75rem;
  line-height: 3.75rem;
  background-color: #fff;
  display: inline-block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 160px;
  border: 1px solid #030000;
}
.search .sBox > input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  height: 2.75rem;
  line-height: 2.75rem;
  margin: 0.5rem 0;
  border: none;
  color: #999999;
}
.search .sBox:hover {
  box-shadow: 7px 0 60px -10px rgba(11, 54, 115, 0.16);
}
.search .Tdown {
  padding-right: 3rem;
  position: relative;
  cursor: pointer;
}
.search .Tdown > i {
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 3rem;
  text-align: center;
  font-size: 2rem;
  color: #000;
  z-index: 30;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.search .Tdown .active {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.search .Tdown > input {
  cursor: pointer;
}
.search .Tdown .downBox {
  position: absolute;
  width: 90%;
  display: none;
  top: 100%;
  z-index: 20;
  border: 1px solid #030000;
  padding: 0 5%;
  background-color: #fff;
  box-sizing: content-box;
  left: -1px;
}
.search .Tdown .downBox > li {
  height: 3.75rem;
  line-height: 3.75rem;
  box-sizing: border-box;
  color: #999999;
  padding: 0 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.search .Tdown .downBox > li:hover {
  color: #252222;
}
.search .Tdown .downBox > li:not(:last-child) {
  border-bottom: dashed 1px #f0f0f0;
}
.btn {
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  width: 138px;
  text-align: center;
  color: #8692a2;
  border-radius: 8px;
  font-weight: 700;
  vertical-align: middle;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 4px;
  box-shadow: 7px 0 60px -10px rgba(11, 54, 115, 0.16);
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btn > i {
  font-size: 1.4rem;
  margin-right: 8px;
  font-weight: 100;
}
.small {
  color: #b4b9bf;
  font-size: 0.875rem;
}
.more {
  display: inline-block;
  width: 68px;
  height: 30px;
  line-height: 30px;
}
.bur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
#Tbox {
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
#bloc {
  position: relative;
}
#bloc .mask {
  position: fixed;
  background-color: rgba(15, 15, 15, 0.6);
  width: calc(100% - 258px);
  height: 100%;
  top: 0;
  right: 0;
  display: none;
  z-index: -1;
}
#bloc .myClick {
  cursor: pointer;
}
#bloc #header {
  height: 90px;
  background-color: transparent;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  box-sizing: border-box;
  z-index: 5000;
}
#bloc #header #logo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8%;
}
#bloc #header #logo > img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
	height: 48px;
}
#bloc #header #nav {
  height: 90px;
  position: relative;
  z-index: 1000;
  float: right;
}
#bloc #header #nav .moveLine {
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #cf2b1e;
  bottom: -1px;
  left: 0;
  transition: 0.5s all cubic-bezier(0.4, 0.46, 0.3, 1.31) 0s;
}
#bloc #header #nav .item {
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
  text-align: center;
}
#bloc #header #nav .item .navlist {
  height: 90px;
  line-height: 90px;
  width: 160px;
  float: left;
  text-align: center;
}
#bloc #header #nav .item .navlist > a {
  text-align: left;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  text-align: center;
  color: #fff;
  filter: alpha(opacity=70);
}
#bloc #header #nav .item .navlist:nth-child(1).active > a {
  background-color: #004ab2;
  box-shadow: 2px 0 10px rgba(8, 26, 51, 0.6);
}
#bloc #header #nav .item .navlist:nth-child(1):hover > a {
  background-color: #004ab2;
}
#bloc #header #nav .item .navlist:nth-child(1) > a {
  background-color: rgba(0, 74, 178, 0.7);
}
#bloc #header #nav .item .navlist:nth-child(2).active > a {
  background-color: #124687;
  box-shadow: 2px 0 10px rgba(8, 26, 51, 0.6);
}
#bloc #header #nav .item .navlist:nth-child(2):hover > a {
  background-color: #124687;
}
#bloc #header #nav .item .navlist:nth-child(2) > a {
  background-color: rgba(18, 70, 135, 0.7);
}
#bloc #header #nav .item .navlist:nth-child(3).active > a {
  background-color: #113f80;
  box-shadow: 2px 0 10px rgba(8, 26, 51, 0.6);
}
#bloc #header #nav .item .navlist:nth-child(3):hover > a {
  background-color: #113f80;
}
#bloc #header #nav .item .navlist:nth-child(3) > a {
  background-color: rgba(17, 63, 128, 0.7);
}
#bloc #header #nav .item .navlist:nth-child(4).active > a {
  background-color: #0f3770;
  box-shadow: 2px 0 10px rgba(8, 26, 51, 0.6);
}
#bloc #header #nav .item .navlist:nth-child(4):hover > a {
  background-color: #0f3770;
}
#bloc #header #nav .item .navlist:nth-child(4) > a {
  background-color: rgba(15, 55, 112, 0.7);
}
#bloc #header #nav .item .thisNav a {
  color: #003580;
}
#bloc #header #nav .item .thisNav i {
  color: #003580;
}
#bloc #header #nav .childItem {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 105%;
  top: 0;
  padding-top: 90px;
  display: none;
}
#bloc #header #nav .childItem .slider {
  position: absolute;
  height: 54px;
  width: 100%;
  z-index: -1;
  background: url(../img/Tnav.png) left no-repeat;
  left: -11px;
  top: 254px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#bloc #header #nav .childItem .childNav {
  display: none;
}
#bloc #header #nav .childItem .childNav > li {
  height: 100px;
  line-height: 100px;
  text-align: right;
  position: relative;
}
#bloc #header #nav .childItem .childNav > li > a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: left;
  width: 68%;
  text-indent: 2rem;
  color: #0f0f0f;
}
#bloc #header #nav .childItem .childNav > li > a > span {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: inline-block;
  text-align: center;
  transform-origin: 50% 50%;
  left: -45px;
  top: 10px;
  overflow: hidden;
  height: 30px;
  width: 50px;
  position: absolute;
}
#bloc #header #nav .childItem .childNav > li > a > span > b {
  font-size: 30px;
  font-family: num;
  font-weight: 300;
  width: 100%;
  height: 100%;
  color: #dddddd;
  display: inline-block;
  position: absolute;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  top: 8px;
  left: -18px;
  line-height: 30px;
  text-align: center;
  transform-origin: 50% 50%;
}
#bloc #header #nav .childItem .childNav > li > a:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 4px;
  background-color: #003580;
  opacity: 0.6;
  left: 1.8rem;
  top: 60%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#bloc #header #nav .childItem .childNav > li > a:hover:after {
  width: 59px;
}
#bloc #header #nav .childItem .childNav > li > a:hover b {
  color: #003580;
}
#bloc #header #nav .mall {
  border: 1px solid rgba(243, 243, 243, 0.04);
  margin-top: 70px;
}
#bloc #header #nav .mall .list a {
  color: #eeeeee;
}
#bloc #header #nav .mall .list a > i {
  color: #eeeeee;
}
#bloc #center {
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#bloc #center #main {
  width: 100%;
  position: relative;
}
#bloc #center #main .content {
  box-sizing: content-box;
}
#bloc #center #main .content #indexBanner {
  height: 100%;
  position: relative;
}
#bloc #center #main .content #indexBanner .itemTxt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 800px;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 300px;
}
#bloc #center #main .content #indexBanner .itemTxt .list {
  display: none;
}
#bloc #center #main .content #indexBanner .itemTxt .list p {
  font-size: 52px;
  font-weight: bold;
  text-shadow: 2px 0 2px rgba(21, 41, 55, 0.7);
  color: #fff;
  letter-spacing: 2px;
}
#bloc #center #main .content #indexBanner .itemTxt .list small {
  /*font-family: En_word;*/
  font-weight: 600;
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-shadow: 1px 0 2px rgba(0,0,0,0.5);
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
#bloc #center #main .content #indexBanner .itemTxt .show {
  display: block;
}
#bloc #center #main .content #indexBanner nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
  width: 50px;
  z-index: 1000;
  padding: 0 5px;
  box-sizing: content-box;
}
#bloc #center #main .content #indexBanner nav a.next #Tcanvas {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 10000;
}
#bloc #center #main .content #indexBanner .picNum {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  margin: auto;
  width: 50px;
  z-index: 1000;
  height: 70px;
}
#bloc #center #main .content #indexBanner .picNum > b {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: inline-block;
  width: 30px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
#bloc #center #main .content #indexBanner .moreBox {
  position: absolute;
  bottom: 45px;
  right: 8%;
  width: 200px;
  height: 100px;
  z-index: 1000;
}
#bloc #center #main .content #indexBanner .moreBox > a:nth-child(1) {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 6px;
  display: block;
}
#bloc #center #main .content #indexBanner .moreBox > a:nth-child(1) > i {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  margin-left: 4px;
  vertical-align: text-bottom;
}
#bloc #center #main .content #indexBanner .moreBox >div:nth-child(2) {
  text-align: right;
}
#bloc #center #main .content #indexBanner .moreBox >div:nth-child(2) > a {
  color: #fff;
  font-size: 14px;
}
#bloc #center #main .content #indexBanner .moreBox >div:nth-child(2) > a:before {
  margin-right: 6px;
}
#bloc #center #main .content #indexBanner .moreBox >div:nth-child(2) > a:first-child {
  margin-right: 8px;padding-bottom: 10px;
}
#bloc #center #main .content #indexBanner .box {
  width: 482px;
  position: absolute;
  bottom: 0;
  z-index: 1000;
}
#bloc #center #main .content #indexBanner .box:nth-child(2) {
  background: url('../img/newBg.png') right top no-repeat #ffffff;
  left: calc(50% - 482px);
  padding: 35px 80px;
}
#bloc #center #main .content #indexBanner .box:nth-child(2) .txt h4 {
  height: 60px;
  line-height: 60px;
  color: #262626;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
#bloc #center #main .content #indexBanner .box:nth-child(2) .txt h4:after {
  content: '';
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}
#bloc #center #main .content #indexBanner .box:nth-child(2) .txt .top {
  padding-bottom: 45px;
  height: 60px;
  line-height: 60px;
  padding-top: 15px;
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bloc #center #main .content #indexBanner .box:nth-child(2) .txt .top > img {
  vertical-align: -5px;
  margin-right: 8px;
}
#bloc #center #main .content #indexBanner .box:nth-child(2) .txt .top:after {
  content: attr(data-time);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  /*font-family: num;*/
  font-weight: 300;
}

#bloc #center #main .content #indexBanner .box:nth-child(2) .txt .top .more {
  position: absolute;
  right: 0;
  bottom: 14px;
  font-size: 30px;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#bloc #center #main .content #indexBanner .box:nth-child(2) .txt .top .more:hover {
  background-color: #004ab3;
  color: #fff;
  text-indent: 10px;
}
#bloc #center #main .content #indexBanner .box:nth-child(3) {
  right: calc(50% - 482px);
  padding: 30px 70px;
  background-color: rgba(0, 53, 128, 0.8);
}
#bloc #center #main .content #indexBanner .box:nth-child(3) h4 {
  height: 60px;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
#bloc #center #main .content #indexBanner .box:nth-child(3) h4:after {
  content: '';
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}
#bloc #center #main .content #indexBanner .box:nth-child(3) p {
  font-size: 14px;
  line-height: 20px;
  margin: 20px auto 6px auto;
  color: #fff;
  opacity: 0.5;
	padding-bottom: 32px;
	position: relative;
}
#bloc #center #main .content #indexBanner .box:nth-child(3) p a{
	position: absolute;
  right: 0;bottom: 0;
 font-size: 30px;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#bloc #center #main .content #indexBanner .box:nth-child(3) p a:hover{
	color: #fff;
  text-indent: 10px;
}
#bloc #center #main .content #indexBanner .linkBox {
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
#bloc #center #main .content #indexBanner .linkBox .l_btm {
  width: 100%;
  box-sizing: border-box;
  padding-right: 90px;
  line-height: 90px;
  height: 90px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 74, 179, 0.6);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#bloc #center #main .content #indexBanner .linkBox .l_move {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  line-height: 90px;
  background-color: #004ab3;
  text-align: center;
  transition: 0.5s all cubic-bezier(0.4, 0.46, 0.3, 1.31);
}
#bloc #center #main .content #indexBanner .linkBox .l_move > i {
  font-size: 24px;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  transition: 0.4s all cubic-bezier(0.44, 0.64, 1, 0.43);
}
#bloc #center #main .content #indexBanner .linkBox .l_main {
  width: 100%;
  box-sizing: border-box;
  padding-right: 90px;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  bottom: 120px;
  padding-left: 36px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#bloc #center #main .content #indexBanner .linkBox .l_main > li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: rgba(38, 38, 38, 0.4);
  text-align: left;
  position: relative;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
#bloc #center #main .content #indexBanner .linkBox .l_main > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
#bloc #center #main .content #indexBanner .linkBox .l_main > li:after {
  content: '';
  width: 7px;
  height: 12px;
  background: url(../img/next.png) no-repeat center;
  position: absolute;
  top: 24px;
  left: -34px;
  opacity: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
#bloc #center #main .content #indexBanner .linkBox .l_main > li:hover {
  color: #262626;
  font-weight: bold;
}
#bloc #center #main .content #indexBanner .linkBox .l_main > li:hover:after {
  opacity: 1;
  left: -24px;
}
#bloc #center #main .content #indexBanner .linkBox .l_main .active {
  color: #262626;
  font-weight: bold;
}
#bloc #center #main .content #indexBanner .linkBox .l_main .active:after {
  opacity: 1;
  left: -24px;
}
#bloc #center #main .content #indexBanner .choose .l_main {
  bottom: 90px;
  opacity: 1;
}
#bloc #center #main .content #indexBanner .choose .l_btm {
  opacity: 0.5;
}
#bloc #center #main .content #indexBanner .choose .l_move {
  background-color: #f5f7fa;
}
#bloc #center #main .content #indexBanner .choose .l_move > i {
  color: #7a7b7d;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH();
}
#bloc #center #main .content .rowMain {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  box-sizing: content-box;
  position: relative;
}
#bloc #center #main .content .row {
  max-width: 1200px;
  margin: auto;
  padding: 20px 5%;
  box-sizing: content-box;
}
#bloc #center #main .content .banner {
  width: 100%;
  position: relative;
}
#bloc #center #main .content .banner > img {
  width: 100%;
}
#bloc #center #main .content .banner .b_txt {
  position: absolute;
  top: 80px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 40px;
  /* text-shadow:2px 0 2px rgba(20,35,51,0.2); */
  height: 100px;
  font-size: 28px;
  color: #fff;
	max-width: 600px;
  text-align: center;
  letter-spacing: 2px;
  transition: 1.5s all cubic-bezier(0.58, 0.53, 0.53, 0.82);
	animation-duration: 2s;
}
.ie #bloc #center #main .content .banner.layout_1 .b_txt{
	width: 600px;
}
#bloc #center #main .content .banner.layout_0 .b_txt{
	right:auto;left: calc((100% - 1200px)/2);
	max-width: 600px;
    padding: 0 5%;
    box-sizing: content-box;
	text-align: left;
	line-height: 40px;
	text-shadow: 2px 0px 2px rgba(14, 70, 140, 0.2);
}
#bloc #center #main .content .banner.layout_2 .b_txt{
	left:auto;right: calc((100% - 1200px)/2);
	max-width: 720px;
    padding: 0 5%;
    box-sizing: content-box;
	text-align: right;
	line-height: 40px;
	max-width: 600px;
	text-shadow: 2px 0px 2px rgba(14, 70, 140, 0.2);
}
#bloc #center #main .content .banner.layout_0 .b_txt > small{
	display: block;text-align: left;
	font-size: 16px;color: #fff;
	line-height: 28px;letter-spacing: 0;
}
#bloc #center #main .content .banner.layout_1 .b_txt > small{
	display: block;text-align: center;   
	font-size: 16px;color: #fff;
	line-height: 28px;letter-spacing: 0;
}
#bloc #center #main .content .banner.layout_2 .b_txt > small{
	display: block;text-align: right;
	font-size: 16px;color: #fff;
	line-height: 28px;letter-spacing: 0;
}

.blurInUp {
  -webkit-animation-name: blurInUp;
  animation-name: blurInUp;
}
@keyframes blurInUp {
  from {
    filter: blur(3px);
    transform: scale(1.2) translateY(25px);
    -webkit-transform: scale(1.2) translateY(25px);
    -moz-transform: scale(1.2) translateY(25px);
    -o-transform: scale(1.2) translateY(25px);
    opacity: 0;
  }
  to {
    filter: blur(0px);
    transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
#bloc #center #main .content .p_top {
  position: relative;
}
#bloc #center #main .content .p_top .top_nav {
  display: flex;
  align-items: flex-end;
  height: 100px;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
  box-sizing: content-box;
  margin-bottom: 30px;
}
#bloc #center #main .content .p_top .top_nav > li {
  max-width: 260px;
  background-color: rgba(0, 74, 179, 0.8);
  position: relative;
  overflow: hidden;
  line-height: 60px;
  height: 60px;
  width: 22%;
  margin: 0 0.5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#bloc #center #main .content .p_top .top_nav > li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 21px;
  bottom: -21px;
  left: calc(50% - 0.5px);
  transition: 0.5s all cubic-bezier(0.4, 0.46, 0.3, 1.31);
  z-index: 3;
  background: url(../img/top_line.png) center no-repeat;
}
#bloc #center #main .content .p_top .top_nav > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  opacity: 0.5;
  color: #fff;
  text-align: center;
  font-size: 18px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#bloc #center #main .content .p_top .top_nav > li:hover {
  height: 72px;
  line-height: 50px;
  background-color: #004ab3;
}
#bloc #center #main .content .p_top .top_nav > li:hover > a {
  opacity: 1;
  font-weight: bold;
}
#bloc #center #main .content .p_top .top_nav > li:hover:after {
  bottom: 0;
}
#bloc #center #main .content .p_top .top_nav .choose {
  height: 72px;
  line-height: 50px;
  background-color: #004ab3;
}
#bloc #center #main .content .p_top .top_nav .choose > a {
  opacity: 1;
  font-weight: bold;
}
#bloc #center #main .content .p_top .top_nav .choose:after {
  bottom: 0;
}
#bloc #center #main .content .p_top:after {
  content: '';
  background-color: #e6e6e6;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#bloc #center #main .content .p_title {
  font-size: 24px;
  font-weight: bold;
  color: #262626;
  height: 78px;
  line-height: 78px;
  text-align: center;
  position: relative;
  margin: 60px 0;
  letter-spacing: 4px;
}
#bloc #center #main .content .p_title:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #cf2b1e;
  bottom: 12px;
  left: calc(50% - 12px);
}
#bloc #center #main .content > small {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  font-weight: 100;
  line-height: 200%;
  max-width: 1200px;
  margin: auto;
  letter-spacing: 0;
  margin-top: -20px;
}
#bloc #footer {
  width: 100%;
  height: 80px;
  background-color: #404a51;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
#bloc #footer .footer-left ul li {
  font-size: 14px;
  color: #88939a;
  line-height: 80px;
  float: left;
}
#bloc #footer .footer-left ul .footer-img {
  margin: 27px 30px 0 0;
}
#bloc #footer .footer-left ul .footer-left-shu {
  margin: 0 20px;
}
#bloc #footer .footer-right {
  font-size: 14px;
  color: #88939a;
  line-height: 80px;
  text-transform: uppercase;
}
#new .row .row_top {
  display: flex;
  align-items: center;
  height: 100px;
  justify-content: center;
}
#new .row .row_top .newSearch {
  width: 400px;
  height: 40px;
  border: 1px solid #ddd;
  line-height: 40px;
  margin-right: 15px;
	display: none;
}
#new .row .row_top .newSearch > input {
  border: none;
  padding: 0 8px;
  height: 36px;
  width: 100%;
  margin: 2px 0;
}
#new .row .row_top .newDown {
  width: 135px;
  box-sizing: border-box;
  padding-right: 40px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  position: relative;
  border: 1px solid #ddd;
}
#new .row .row_top .newDown:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  background: url('../img/down.png') no-repeat center transparent;
}
#new .row .row_top .newDown > input {
  border: none;
  width: 100%;
  background-color: transparent;
  height: 100%;
  border-right: 1px solid #ddd;
  cursor: pointer;
}
#new .row .row_top .newDown .Tdown {
  position: absolute;
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: content-box;
  left: -1px;
  background-color: #fff;
  z-index: 1000;
  display: none;
  max-height: 200px;
  overflow: auto;
  opacity: 0;
  box-shadow: 0 5px 15px -2px rgba(38, 38, 38, 0.12);
}
#new .row .row_top .newDown .Tdown::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#new .row .row_top .newDown .Tdown::-webkit-scrollbar-button {
  display: none;
}
#new .row .row_top .newDown .Tdown::-webkit-scrollbar-track {
  background-color: #eee;
}
#new .row .row_top .newDown .Tdown::-webkit-scrollbar-thumb {
  background-color: #003580;
}
#new .row .row_top .newDown .Tdown > li {
  text-indent: 10px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
#new .row .row_top .newDown .Tdown > li:hover {
  background-color: rgba(38, 38, 38, 0.09);
}
#new .row .row_top .choose:after {
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}
#new .row .itemBox {
  max-width: 1200px;
  margin: auto;
  padding: 20px 5%;
  box-sizing: content-box;
}
#new .row .itemBox .newList {
  padding: 40px 30px;
	min-height: 240px;
  position: relative;
  padding-left: 350px;
  padding-right: 220px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
#new .row .itemBox .newList > img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 30px;
  max-width: 270px;
	max-height: 85%;
}
#new .row .itemBox .newList .mBox {
  position: relative;
}
#new .row .itemBox .newList .mBox h4 {
  font-size: 22px;
  color: #333;
}
#new .row .itemBox .newList .mBox small {
  display: block;
  color: #999;
  margin: 10px 0 24px 0;
}
#new .row .itemBox .newList .mBox p {
  color: #999;
  font-size: 16px;
  line-height: 32px;
}
#new .row .itemBox .newList .mBox:after {
  content: '';
  width: 1px;
  height: 48px;
  bottom: 0;
  position: absolute;
  right: -24px;
  background-color: #eaeaea;
}
#new .row .itemBox .newList .timeBox {
  position: absolute;
  /*font-family: num;*/
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 40px;
  right: 30px;
  bottom: 40px;
  color: #ddd;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#new .row .itemBox .newList .timeBox a.newMore {
  position: absolute;
  height: 32px;
  line-height: 32px;
  bottom: 0;
  right: 0;
  text-indent: -20px;
  background-color: #ddd;
  width: 107px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#new .row .itemBox .newList .timeBox a.newMore:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 1px;
  right: 12px;
  background-color: #fff;
  top: 50%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#new .row .itemBox .newList .timeBox a.newMore:hover {
  text-indent: -8px;
  letter-spacing: 2px;
}
#new .row .itemBox .newList .timeBox a.newMore:hover:after {
  right: 0;
}
#new .row .itemBox .newList:hover {
  box-shadow: 0px 5px 15px -1px rgba(18, 35, 50, 0.2);
}
#new .row .itemBox .newList:hover .timeBox {
  color: #004ab3;
}
#new .row .itemBox .newList:hover .timeBox a.newMore {
  background-color: #004ab3;
}
#new_detail .row {
  max-width: 1200px;
  margin: auto;
  padding: 20px 5%;
  box-sizing: content-box;
}
#new_detail .row .r_top {
  border-bottom: dashed 1px #eee;
  padding-bottom: 15px;
  margin: 20px 0;
}
#new_detail .row .r_top h4 {
  color: #262626;
  font-size: 24px;
  text-align: center;
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}
#new_detail .row .r_top small {
  color: #999;
  font-size: 14px;
  text-align: center;
  display: block;
}
#new_detail .row .rowMain {
  font-size: 16px;
  color: #666;
  text-align: center;
  width: 75%;
}
#new_detail .row .rowMain p {
  font-size: 16px;
  color: #666;
  text-align: left;
}
#new_detail .row .rowMain img {
  max-width: 100%;
  margin: 60px auto;
}
#new_detail .row .r_btm {
  height: 100px;
  line-height: 100px;
  position: relative;
  border-top: 1px solid #eee;
  text-align: center;
  margin-top: 40px;
}
#new_detail .row .r_btm > span {
  display: inline-block;
  width: 48%;
}
#new_detail .row .r_btm > span > a {
  color: #c6c6c6;
  display: inline-block;
  transition: 0.3s all cubic-bezier(0.62, 0.53, 0.41, 0.57);
}
#new_detail .row .r_btm > span > a > img {
  vertical-align: middle;
  margin: auto 15px;
}
#new_detail .row .r_btm > span > a:hover {
  letter-spacing: 2px;
  color: #7b7b7b;
}
#new_detail .row .r_btm button {
  clear: both;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  width: 120px;
  height: 40px;
  color: #fff;
  background-color: #0056b3;
}
#new_detail .row .r_btm:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
#business .row .r_top {
  text-align: center;
  margin-bottom: 70px;
}
#business .row .r_top h4 {
  font-size: 38px;
  color: #333;
  letter-spacing: 6px;
}
#business .row .r_top small {
  font-size: 16px;
  color: #999;
  margin: 0px 0 10px 0;
  display: inline-block;
}
#business .row .r_top > img {
  display: block;
  margin: auto;
}
#business .row .rowMain {
  position: relative;
  padding: 70px 0;
}
#business .row .rowMain .c_line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 1px;
  background-color: #ddd;
  z-index: -1;
}
#business .row .rowMain .c_line:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ddd;
  left: -7px;
  top: 0;
}
#business .row .rowMain .c_line:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ddd;
  left: -7px;
  bottom: 0;
}
#business .row .rowMain .rowList {
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
}
#business .row .rowMain .rowList .leftCol {
  width: 45%;
}
#business .row .rowMain .rowList .leftCol .h_line {
  width: 37%;
  height: 3px;
  clear: both;
  background-color: #f0f0f0;
  margin-top: 10px;
  transition: 1s all cubic-bezier(0.75, 0.21, 0.42, 0.93);
}
#business .row .rowMain .rowList .leftCol h4 {
  font-size: 30px;
  color: #333;
  height: 70px;
  display: inline-block;
  float: right;
  min-width: 210px;
  padding-left: 50px;
  margin-bottom: 40px;
  line-height: 106px;
  position: relative;
}
#business .row .rowMain .rowList .leftCol h4 > span{
  position: absolute;left: -8px;top: 2px;
  font-size: 32px;color: #ddd;z-index: -1;line-height: 22px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
#business .row .rowMain .rowList .leftCol h4 > span > b{
  font-size: 85px;color: #ddd;
  vertical-align: text-bottom;font-weight: 500;
  text-align: left;line-height: 0;margin-right: 10px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
#business .row .rowMain .rowList .leftCol p {
  font-size: 16px;
  color: #999;
  line-height: 200%;
}
#business .row .rowMain .rowList .rightCol {
  width: 45%;
}
#business .row .rowMain .rowList .rightCol .h_line {
  width: 37%;
  height: 3px;
  clear: both;
  background-color: #f0f0f0;
  margin-top: 10px;
  transition: 1s all cubic-bezier(0.75, 0.21, 0.42, 0.93);
}
#business .row .rowMain .rowList .rightCol h4 {
  font-size: 30px;
  color: #333;
  height: 70px;
  padding-left: 50px;
  margin-bottom: 40px;
  line-height: 106px;
  position: relative;
}
#business .row .rowMain .rowList .rightCol h4 > span{
  position: absolute;left: -8px;top: 2px;
  font-size: 32px;color: #ddd;z-index: -1;line-height: 22px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
#business .row .rowMain .rowList .rightCol h4 > span > b{
  font-size: 85px;color: #ddd;
  vertical-align: text-bottom;font-weight: 500;
  text-align: left;line-height: 0;margin-right: 10px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
#business .row .rowMain .rowList .rightCol p {
  font-size: 16px;
  color: #999;
  line-height: 200%;
}
#business .row .rowMain .rowList > i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  font-size: 42px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#business .row .rowMain .rowList:hover .h_line {
  width: 100%;
  background-color: #004ab3;
}
#business .row .rowMain .rowList:hover > i {
  color: #004ab3;
}
#business .row .rowMain .rowList:hover h4 > span,#business .row .rowMain .rowList:hover h4 > span > b{
  color: #004ab3;
}
#business_partner .row {
  max-width: 1200px;
  margin: auto;
  padding: 20px 5%;
  box-sizing: content-box;
}
#business_partner .row .logoItem {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#business_partner .row .logoItem > li {
  display: inline-block;
  border: 1px solid #ddd;
  position: relative;
  margin: 20px 60px;
  width: 180px;
  height: 90px;
  line-height: 90px;
}
#business_partner .row .logoItem > li > img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#about .row .rowList {
  padding-top: 40px;
}
#about .row .rowList .Ttop {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
#about .row .rowList .Ttop h5 {
  font-size: 24px;
  color: #262626;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 0 35px;
}
#about .row .rowList .Ttop h5 > small {
  font-size: 14px;
  font-weight: lighter;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
#about .row .rowList .Ttop:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ddd;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: -1;
}
#about .row .r1 {
  text-align: center;
}
#about .row .r1 > img {
  margin: auto;
}
#about .row .r2 p {
  text-align: center;
  font-size: 16px;
  line-height: 200%;
  color: #666;
}
#about .row .r2 .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
#about .row .r2 .iconBox > li {
  display: inline-block;
  text-align: center;
  width: 20%;
  position: relative;
  cursor: pointer;
}
#about .row .r2 .iconBox > li > i {
  text-align: center;
  font-size: 60px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  color: #666;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
#about .row .r2 .iconBox > li > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
#about .row .r2 .iconBox > li > span small {
  display: block;
  font-size: 16px;
  color: #999;
  font-weight: 500;
}
#about .row .r2 .iconBox > li b {
  font-size: 16px;
  color: #c2c2c2;
  font-weight: 500;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#about .row .r2 .iconBox > li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 85px;
  background-color: #ddd;
  top: 20px;
  right: 0;
}
#about .row .r2 .iconBox > li:hover > i {
  color: #0b52b6;
}
#about .row .r2 .iconBox > li:hover b {
  color: #cf2b1e;
}
#about .row .r2 .iconBox .active > i {
  color: #0b52b6;
}
#about .row .r2 .iconBox .active b {
  color: #cf2b1e;
}
#about .row .r2 .chooseItem {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  display: none;
}
#about .row .r2 .chooseItem h4 {
  font-size: 18px;
  color: #262626;
  text-align: center;
  margin-bottom: 8px;
}
#about .row .r2 .chooseItem p {
  font-size: 16px;
  color: #999;
  text-align: center;
}
#about .row .r2 .show {
  display: block;
}
#about .row .r2 #Tcanvas {
  width: 100%;
  height: 120px;
}
#about .row .r3 {
  position: relative;
}
#about .row .r3 .layoutItem {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
#about .row .r3 .layoutItem > li {
  height: 200px;
  width: 30%;
  position: relative;
  cursor: pointer;
}
#about .row .r3 .layoutItem > li:after {
  content: attr(data-num);
  position: absolute;
  font-size: 130px;
  right: 28px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-family: num2;
  color: #ddd;
  z-index: 3;
  letter-spacing: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#about .row .r3 .layoutItem > li span {
  position: absolute;
  right: 21px;
  bottom: 21px;
  display: inline-block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  padding-left: 22px;
  background-color: #fff;
  z-index: 5;
  font-size: 24px;
  color: #262626;
  font-weight: bold;
}
#about .row .r3 .layoutItem > li span > small {
  font-size: 16px;
  color: #666;
  display: block;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#about .row .r3 .layoutItem > li span > small:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #cf2b1e;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#about .row .r3 .layoutItem .active:after {
  color: #004ab3;
}
#about .row .r3 .layoutItem .active span {
  color: #004ab3;
  padding-left: 0px;
  right: 3px;
}
#about .row .r3 .layoutItem .active span > small {
  padding-left: 40px;
}
#about .row .r3 .layoutItem .active span > small:after {
  opacity: 1;
}
#about .row .r3 nav {
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 10000;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
#about .row .r3 nav a.prev {
  margin-top: 0;
  left: 0;
  background-color: transparent;
}
#about .row .r3 nav a.next {
  margin-top: 0;
  right: 0;
  background-color: transparent;
}
#about .row .r3 .picNum {
  width: 100%;
  text-align: center;
  display: inline-block;
}
#about .row .r3 .picNum > b {
  font-size: 20px;
  font-family: num2;
  font-weight: 500;
}
#about_1 .row .r2 p {
  text-align: center;
  font-size: 16px;
  line-height: 200%;
  color: #666;
}
#about_1 .row .r2 .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  border: 1px solid #e5e5e5;
}
#about_1 .row .r2 .iconBox > li {
  display: inline-block;
  text-align: center;
  width: 25%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#about_1 .row .r2 .iconBox > li .logoPic {
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  overflow: hidden;
  height: 126px;
  line-height: 126px;
  margin-bottom: 30px;
  position: relative;
}
#about_1 .row .r2 .iconBox > li .logoPic .about_logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/about_logo.png') no-repeat;
  z-index: 5;
  background-position-y: -120px;
  background-position-x: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#about_1 .row .r2 .iconBox > li:nth-child(1) .logoPic .about_logo{
	background-position-x:0;
}
#about_1 .row .r2 .iconBox > li:nth-child(2) .logoPic .about_logo{
	background-position-x:-300px;
}
#about_1 .row .r2 .iconBox > li:nth-child(3) .logoPic .about_logo{
	background-position-x:-600px;
}
#about_1 .row .r2 .iconBox > li:nth-child(4) .logoPic .about_logo{
	background-position-x:-900px;
}
#about_1 .row .r2 .iconBox > li .logoPic:before {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  right: 115%;
  bottom: -110px;
  background-color: #2665be;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  z-index: 3;
}
#about_1 .row .r2 .iconBox > li .logoPic:after {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  left: 115%;
  top: -110px;
  background-color: #004ab3;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  z-index: 4;
}
#about_1 .row .r2 .iconBox > li > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
#about_1 .row .r2 .iconBox > li > span small {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 5px;
}
#about_1 .row .r2 .iconBox > li b {
  font-size: 14px;
  font-weight: 500;
  padding-top: 20px;
  color: #666;
  line-height: 200%;
  width: 80%;
  margin: auto;
  display: inline-block;
}
#about_1 .row .r2 .iconBox > li .Tnum {
  width: 100%;
  height: 170px;
  text-align: center;
  line-height: 140px;
  font-family: num2;
  font-size: 100px;
  font-weight: 500;
  color: #f6f6f6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#about_1 .row .r2 .iconBox > li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  top: 0px;
  right: 0;
}
#about_1 .row .r2 .iconBox > li:hover {
  background-color: #f9f9f9;
}
#about_1 .row .r2 .iconBox > li:hover .logoPic .about_logo {
  background-position-y: -25px;
}
#about_1 .row .r2 .iconBox > li:hover .logoPic:before {
  right: 34%;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
#about_1 .row .r2 .iconBox > li:hover .logoPic:after {
  left: 60%;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
#about_1 .row .r2 .iconBox > li:hover .Tnum {
  color: #2665be;
}
#about_1 .row .r2 .iconBox .active {
  background-color: #f9f9f9;
}
#about_1 .row .r2 .iconBox .active .logoPic .about_logo {
  background-position-y: -25px;
}
#about_1 .row .r2 .iconBox .active .logoPic:before {
  right: 34%;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
#about_1 .row .r2 .iconBox .active .logoPic:after {
  left: 60%;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}
#about_1 .row .r2 .iconBox .active .Tnum {
  color: #2665be;
}
#about_1 .row .r2 .Tpicnum {
  text-align: center;
  margin-bottom: 20px;
}
#about_1 .row .r2 .Tpicnum > b {
  font-family: num2;
  font-size: 18px;
  font-weight: 500;
}
#about_1 .row .r2 .chooseItem {
  margin: auto;
  margin-bottom: 30px;
  display: none;
  position: relative;
}
#about_1 .row .r2 .chooseItem > div {
  padding-right: 450px;
  padding-bottom: 30px;
  position: relative;
}
#about_1 .row .r2 .chooseItem > div p {
  text-align: left;
  color: #666;
  font-size: 16px;
}
#about_1 .row .r2 .chooseItem > div .more {
  text-transform: uppercase;
  color: #b9b9b9;
  width: 80px;
  padding: 0 8px;
  box-sizing: content-box;
  position: absolute;
  right: 450px;
  bottom: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#about_1 .row .r2 .chooseItem > div .more > i {
  font-size: 24px;
  color: #b9b9b9;
  vertical-align: -4px;
  margin-left: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#about_1 .row .r2 .chooseItem > div .more:hover {
  background-color: #004ab3;
  color: #fff;
  letter-spacing: 2px;
}
#about_1 .row .r2 .chooseItem > div .more:hover > i {
  color: #fff;
}
#about_1 .row .r2 .chooseItem > img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 400px;
}
#about_1 .row .r2 .show {
  display: block;
}
#map .row .Titem {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
	flex-wrap: wrap;
}
#map .row .Titem > li {
  width: 25%;
  text-align: center;
  padding: 0 4%;
}
#map .row .Titem > li i {
  color: #999;
  font-size: 48px;
  display: inline-block;
  height: 48px;
  line-height: 40px;
}
#map .row .Titem > li span {
  display: block;
  font-weight: bold;
  color: #000;
  margin-bottom: 18px;
  font-size: 16px;
  position: relative;
}
#map .row .Titem > li span:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 60px;
  right: 0;
}
#map .row .Titem > li span:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  right: 60px;
}
#map .row .Titem > li b {
  font-weight: 500;
  color: #666;
  font-size: 16px;
}
#map .row .anchorBL {
  display: none;
}

#bloc #toTop {
  position: fixed;
	text-align: center;
	display: none;
  right: 35px;
  bottom: 84px;
  width: 50px;
  height: 50px;
	line-height: 50px;
  border-radius: 50%;
	z-index: 1000;background-color: rgba(0, 74, 179, 0.65);
	transition: all 0.3s;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
#bloc #toTop:hover{
	background-color: #004ab3;
	-webkit-animation: Tmouse 0.5s cubic-bezier(.56,.01,.46,1) infinite alternate;
	animation: Tmouse 0.5s cubic-bezier(.56,.01,.46,1) infinite alternate;
}
#bloc #toTop >i{
	font-size: 22px;
    color: #fff;
    font-weight: bolder;
    display: inline-block;
}

@-webkit-keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-5px);
	}
}

@keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0) rotate(-90deg);
		-moz-transform: translateY(0) rotate(-90deg);
		-ms-transform: translateY(0) rotate(-90deg);
		-o-transform: translateY(0) rotate(-90deg);
		transform: translateY(0) rotate(-90deg);
	}
	100% {
		-webkit-transform: translateY(-8px) rotate(-90deg);
		-moz-transform: translateY(-8px) rotate(-90deg);
		-ms-transform: translateY(-8px) rotate(-90deg);
		-o-transform: translateY(-8px) rotate(-90deg);
		transform: translateY(-8px) rotate(-90deg);
	}
}
