@font-face {
  font-family: 'DOMAINEDISP-BOLD';
  src: url("../fonts/DOMAINEDISP-BOLD.OTF");
}
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Light.otf");
}
@font-face {
  font-family: 'DIN-Medium';
  src: url("../fonts/DIN-Medium.otf");
}
@font-face {
  font-family: 'georgia';
  src: url("../fonts/georgia.ttf");
}
@font-face {
  font-family: 'calibri';
  src: url("../fonts/calibri.ttf");
}
@font-face {
  font-family: 'calibri-regular';
  src: url("../fonts/calibri regular.ttf");
}
.wrapper {
 width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.header {
  height: 225px;
  background: #fff;
}
.header .head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 31;
  background: #fff;
}
.header .tip {
  background: #088fe2;
  padding: 12px 0;
  text-align: right;
  font-size: 12px;
	color:#fff
}




.lf {
    float: left;
}



/*表格*/

.table-wrapper{
    margin: 10px 0px 70px;
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding:15px 8px;
	font-size: 14px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 14px;
}

.fl-table thead th {
    color: #666;
    background: #ededed;
	
}
.fl-table thead th:nth-child(01){width:10%;}
.fl-table thead th:nth-child(02){width:30%}
.joinlist .fl-table thead th:nth-child(02){width:10%}




.fl-table thead th:nth-child(odd) {
    color: #666;
    background: #e5e5e5;
}




table{border-collapse:collapse;border-spacing:0;}
.c-100 {
	width: 100%;
}
.c-t-center {
	text-align: center;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.c-main {
	width: 1000px;
	margin: 0 auto;
}
/* table
-----------------------------------------------------------------------------*/
.tb th { padding:10px 5px; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; line-height: 20px; color:#fff; vertical-align: middle;font-size: 15px;}
.tb td { padding:7px 5px; line-height: 25px;  border-bottom:1px solid #dfdfdf; word-wrap: break-word; word-break:break-all;  vertical-align: middle;font-size: 14px;color:#666; 
}


.tb th.small {padding:5px;}
.tb .hover td { background-color:#fafafa;}
.tb-b {border:1px solid #dfdfdf;}
.tb-b .toptit{background: #088fe2}
.tb-b th , .tb-b td {border-color:#dfdfdf; border-left:1px solid #dfdfdf;}
.tb-n th , .tb-n td {border:0; background:none; vertical-align:middle; padding:10px; color:#666;}
tr.hover td {background-color:#fcfcfc}
.tb-s {border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
.tb-s th {background-color: #F8F8F8; color: #333; border-bottom: 1px solid #ddd; border-right: 1px solid #dfdfdf; padding: 15px 10px; width: 120px;}
.tb-s td {border-bottom: 1px solid #ddd;  border-right: 1px solid #dfdfdf;  padding: 15px 10px;}
.tb-skin1 th { position:relative; padding:5px; border-top: 0 none; border-bottom:0 none;}
.tb-skin1 th:before { content:''; position:absolute; right:-1px; top:5px; bottom:5px; display:block; width:1px; background-color:#ddd; font-size:0; z-index:1; }
.tb-skin1 th:last-child { overflow:hidden; *zoom:1; }
.tb-min th , .tb-min td {padding:1px 4px;}































.headtop .welcome a {
    color: #000;
    line-height: 40px;
    font-size: 12px;
}





.header .tip .content {float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .tip .content.hide {
  opacity: 0;
  visibility: hidden;
}
.header .tip .share {
  display: inline-block;
  vertical-align: middle;
}
.header .tip .share a {
  width: 20px;
  height: 20px;
  margin: 0 0 0 15px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .tip .share a:nth-of-type(1) {
  background-image: url("../images/icon1.png");
}
.header .tip .share a:nth-of-type(2) {
  background-image: url("../images/icon2.png");
}
.header .tip .share a:nth-of-type(3) {
  background-image: url("../images/icon3.png");
}
.header .tip .share a:nth-of-type(1):hover {
  background-image: url("../images/icon1_on.png");
}
.header .tip .share a:nth-of-type(2):hover {
  background-image: url("../images/icon2_on.png");
}
.header .tip .share a:nth-of-type(3):hover {
  background-image: url("../images/icon3_on.png");
}
.header .tip .share:after {
  content: '';
  width: 2px;
  height: 2px;
  background: #088fe2;
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 0 30px;
}
.header .tip a {
  display: inline-block;
  vertical-align: middle;
}
.header .tip a.lang {
  font-size: 14px;
  font-family: 'Arial';
  color: #088fe2;
}
.header .tip a.lang:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon4.png");
  margin: -1px 15px 0 0;
}
.header .tip a.search {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon5.png");
 
}
.header .tip form {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 200px;
  height: 30px;
  padding-right: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .tip form.show {
  opacity: 1;
  visibility: visible;
}
.header .tip form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 14px;
}
.header .tip form button {
  width: 30px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-image: url("../images/icon5.png");
  cursor: pointer;
}
.header .main {
  box-shadow: 0 2px 5px rgba(5, 1, 1, 0.05);display: none
}
.header .main .logo {
  padding: 25px 0 20px;
  display: inline-block;
  vertical-align: top;
	width:250px;
}
.header .main .logo img {
  display: block;
	width: 100%
}
.header .main .nav {
  float: right;
  font-size: 0;
}
.header .main .nav li {
  display: inline-block;
  vertical-align: top;
  margin-left: 1.15vw;
  padding: 12px 0;
}







.header .main .nav li:first-of-type:before {
  display: none;
}
.header .main .nav li:before {
  content: '';
  width: 1px;
  height: 16px;
  background: #ffc600;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.15vw;
}
.header .main .nav li a.single {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #414042;
  line-height: 72px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .main .nav li .drop_menu {
  position: absolute;
  right: 0;
  top: 100%;
  width: 960px;
  padding-left: 340px;
  background: #fff;
  font-size: 0;
  box-shadow: 0 5px 10px rgba(5, 1, 1, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  -moz-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  -ms-transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
  transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s;
}
.header .main .nav li .drop_menu .left, .header .main .nav li .drop_menu .center, .header .main .nav li .drop_menu .right {
  display: inline-block;
  vertical-align: top;
}
.header .main .nav li .drop_menu .left {
  background: #f2f2f2;
  padding: 2vw;
  width: 340px;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header .main .nav li .drop_menu .left h3 {
  font-size: 24px;
  color: #088fe2;
}
.header .main .nav li .drop_menu .left p {
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin: 15px 0;
	
}
.header .main .nav li .drop_menu .left a {
  font-size: 14px;
  color: #088fe2;
}
.header .main .nav li .drop_menu .center {
  position: relative;
  width: 40%;
  margin: 1.5vw 0 6vw;
  padding-left: 1.5vw;
	border-left: #eee solid 1px;
}
.header .main .nav li .drop_menu .center a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  padding-left: 17px;
  border-left: 3px solid transparent;
  background-position: 90% center;
  background-repeat: no-repeat;
}
.header .main .nav li .drop_menu .center a:hover {
  background-color: #088fe2;
  color: #fff;
  border-color: #ffc600;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: url("../images/icon6.png");
}
.header .main .nav li .drop_menu .center .cur{
background-color: #088fe2;
    color: #fff;
    border-color: #ffc600;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
	background-image: url(../images/icon6.png);}








.header .main .nav li .drop_menu .center:after {
  content: '';
  position: absolute;
  width: 2px;
  top: 0;
  right: 0;
  height: calc(100% + 1vw);
  min-height: 135px;
 
}
.header .main .nav li .drop_menu .right {
  width: 60%;
  padding: 1.5vw 0 1.5vw 2vw;
}
.header .main .nav li .drop_menu .right img {
  display: block;
  max-width: 100%;
}

.header .main .nav li:hover a.single {
  color: #088fe2;
}
.header .main .nav li:hover .drop_menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
  -moz-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
  -ms-transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
  transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s, visibility 0.5s 0.2s;
}

.footer {
border-top: 4px solid #088fe2;
    background: #2f2f2f;
}
    .t_footxia {
        padding-top: 26px;
        padding-bottom: 20px;
    }

.footer .pos {
  padding: 3vw 0 0.5vw;
}
.footer .main {
  position: relative;
  padding-right: 220px;
  font-size: 0;
}
.footer .main .info {
  width: 220px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.footer .main .info p {
  font-size: 15px;
  color: #666;
  line-height: 36px;
}
.footer .main .info .link {
  margin-top: 38px;
  position: relative;
}
.footer .main .info .link input {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 30px;
  border: 2px solid #000;
  text-align: center;
  font-size: 14px;
  color: #000;
  text-align: left;
  padding-left: 45px;
  padding-right: 45px;
  background: #f5f6f7;
  z-index: 2;
  position: relative;
}
.footer .main .info .link:before {
  content: '';
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon7.png");
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -7px;
  z-index: 3;
}
.footer .main .info .link:after {
  content: '';
  width: 9px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon8.png");
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -3px;
  z-index: 3;
}
.footer .main .info .link ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  padding-bottom: 48px;
  border-radius: 5px 5px 30px 30px;
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.1);
  display: none;
}
.footer .main .info .link ul li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.footer .main .info .link ul li a {
  font-size: 14px;
  color: #000;
  line-height: 36px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .main .info .link ul li:hover {
  background: #088fe2;
}
.footer .main .info .link ul li:hover a {
  color: #fff;
}
.footer .main .info .link.open ul {
  display: block;
}
.footer .main .txt {
  display: inline-block;
  vertical-align: top;
}
.footer .main .txt:nth-of-type(5) {
  margin-right: 0;
}
.footer .main .txt h3 {
  font-size: 18px;
  color: #fafafa;
}
.footer .main .txt h3:after {
  content: '';
  width: 24px;
  height: 3px;
  background: #fafafa;
  display: block;
  margin: 18px 0;
}
.footer .main .txt .a_block {
  width: 120px;
}
.footer .main .txt .a_block a {
  font-size: 14px;
  line-height: 36px;
  color: #b3b3b3;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .main .txt .a_block a:hover {
  color: #088fe2;
}
.footer .main .txt .a_block.half {
  width: 270px;
}
.footer .main .txt .a_block.half a {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.footer .copyright {
  background: #393943;
  padding: 22px 0;
}
.footer .copyright p {
  font-size: 14px;
  color: #fff;
}


.footer .copyright a{color:#fff}
.footer .copyright p span {
  margin-left: 35px;
}
.footer .copyright .share {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  font-size: 0;
}
.footer .copyright .share a {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
  width: 20px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.footer .copyright .share a:nth-of-type(1) {
  background-image: url("../images/icon1_w.png");
}
.footer .copyright .share a:nth-of-type(2) {
  background-image: url("../images/icon2_w.png");
}
.footer .copyright .share a:nth-of-type(3) {
  background-image: url("../images/icon3_w.png");
}
.footer .copyright .share a .hover {
  position: absolute;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.footer .copyright .share a .hover img {
  width: 100%;
  display: block;
}
.footer .copyright .share a .hover p {
  font-size: 14px;
  color: #c7c7c7;
  text-align: center;
  padding-bottom: 10px;
  font-family: 'Microsift YaHei';
  background: #fff;
}
.footer .copyright .share a .hover:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #fff;
  display: block;
  margin: 0 auto;
}
.footer .copyright .share a:hover .hover {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1700px) {
  .footer .main .txt .a_block a {
    font-size: 14px;
  }

  .footer .main .txt .a_block {
    width: 120px;
  }

  .footer .main .txt .a_block.half {
    width: 220px;
  }
}
@media screen and (max-width: 1600px) {
  .header .main .nav li {
    margin-left: 0.75vw;
  }

  .header .main .nav li:before {
    margin-right: 0.75vw;
  }
}
@media screen and (max-width: 1500px) {
  .wrapper {

  }

  .header .main .nav li a.single {
    font-size: 14px;
  }

  .header .main .nav li .drop_menu {
    width: 800px;
    padding-left: 280px;
  }

  .header .main .nav li .drop_menu .left {
    width: 280px;
  }

  .header .main .nav li:nth-of-type(6) .drop_menu .left {
    left: -160px;
  }

  .header .main .nav li:nth-of-type(6) .drop_menu .center {
    width: calc(40% + 160px);
    margin-left: -160px;
  }

  .header .main .nav li .drop_menu .center a {
    font-size: 14px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1300px) {
  .wrapper {
    width: 88vw;
  }

  .header {
    height: 127px;
  }

  .header .main .logo img {
    width: 300px;
  }

  .header .main .nav li a.single {
    line-height: 57px;
  }

  .footer .main .txt {
  }
}
@media screen and (max-height: 1200px) {
  .footer .main {
    padding-right: 170px;
  }

  .footer .main .txt {

  }

  .footer .main .info {
   
  }

  .footer .main .info p {
  font-size: 16px;color:#fff;
    line-height: 28px;
  }
}
@media screen and (max-width: 992px) {
	
	
	
	.headcen{display: none}
	
	.xinnavbox{display: none}
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }

  .header {
    height: 78px;
  }
	.header .main{display: block}
  .header .tip {
    padding: 5px 0;
    line-height: 17px;
  }

  .header .tip .share {
    display: none;
  }

  .header .tip form {
    right: 20px;
    height: 26px;
    margin-top: -13px;
  }

  .header .tip form button {
    height: 24px;
  }

  .header .main .logo {
    padding: 10px 0;
  }

  .header .main .logo img {
    height: 30px;
    width: auto;
  }

  .header .main .nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background: #fff;
    padding: 12vh 10vw 8vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .main .nav.active {
    left: 0;
  }

  .header .main .nav li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    margin: 0;
  }

  .header .main .nav li a.single {
    line-height: 50px;
  }

  .header .main .nav li:before {
    display: none;
  }

  .mNavBtn {
    display: block;
    width: 24px;
    height: 16px;
    right: 20px;
    top: 46px;
    position: fixed;
    cursor: pointer;
    z-index: 35;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #088fe2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }

  .footer .pos {
    padding: 20px 20px 15px;
  }

  .footer .main {
    padding: 0;
  }

  .footer .main .txt {
    display: none;
  }

  .footer .main .info {
    position: static;
    text-align: center;
    width: 100%;
  }

  .footer .main .info .link {
    width: 80%;
    margin: 15px auto 0;
  }

  .footer .main .info .link input {
    height: 44px;
  }

  .footer .main .info .link ul {
    padding-bottom: 44px;
  }

  .footer .copyright {
    padding: 10px 0;
    text-align: center;
  }

  .footer .copyright .share {
    display: none;
  }

  .footer .copyright p span {
    margin-left: 10px;
  }
}
.family, .header .main .nav li .drop_menu .left h3, .footer .main .txt h3, .comm_tit h3, .comm_img .boxes .box h3, .comm_banner .txt_block h3, .comm_sec1 .item p, .comm_sec2 .item h3, .comm_sec3 .item h3, .comm_sec4 h3, .comm_sec4 a.link, .comm_pop h3, .index_main .section1 .slick .item .txt h3, .index_main .section2 .main .slick .item .top_block h3, .index_main .section2 .main .slick .item .bot_block h3, .index_main .section3 .main .label, .index_main .section3 .main .link ul li a, .index_main .section4 .items .item .main h3, .index_main .section5 .txt_block h3, .index_main .section5 .txt_block p, .index_main .section6 .main .txt_slick .item h3, .index_main .section7 .items .item .box h3, .index_main .section7 .items .item .box p, .about_index .section2 .desc h3, .about_index .section3 .desc, .about_index .section4 .item h3, .about_overview .section2 .txt_block p, .about_overview .section2 .txt_block h3, .about_regulation .section2 .left a, .about_regulation .section2 .right h3, .about_regulation .section2 .right p, .news_index .items .item .txt_block h3, .news_detail .main .left h3, .research_team .info h3, .researcht_detail .left .box h3, .researcht_detail .right .box h3, .recruit_main .section2 .lists .list_tit span, .recruit_main .section3 .item span, .recruit_main .section3 .item h3, .rec_pop a, .research_direction .section1 h3, .research_direction .section2 .tab_tit span, .research_direction .section2 .child[data_index="1"] .right h3, .research_support .section1 .item h3, .researchs_detail .info h3, .researchs_detail h4, .researchs_detail .contact_items .item h3, .researchs_detail .con_items .item h3, .researchs_detail2 h4, .fixed_sucpop a {
  
}



.banner{position: relative;overflow: auto;text-align: center;width:600px;margin:0 auto;border-radius: 5px}
.banner .dots{position:absolute;left:0;right:0;bottom:30px;z-index:3;}
.banner .dots li{display:inline-block;width:10px;height:10px;margin:0 4px;text-indent:-999em;border:2px solid #fff;border-radius:6px;cursor:pointer;opacity:.4;-webkit-transition:background .5s,opacity .5s;-moz-transition:background .5s,opacity .5s;transition:background .5s,opacity .5s}
.banner .dots li.active{background:#fff;opacity:1}
.banner .arrow{position:absolute;width:20px;height:37px;top: 50%; margin-top: -18px; overflow: hidden;z-index: 2; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;  -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.banner #al{left:15px}
.banner #ar{right:15px}
.banner ul{z-index: 1;width: 600%;overflow: hidden;}
.banner ul .slider-item {width:600px; float: left;height:373px; position: relative; overflow: hidden;}
.banner ul .slider-item .slider-title {position: absolute;left: 0;bottom: 0px;width: 610px;max-height: 56px;padding: 15px;text-align:left;line-height: 28px;color: #fff;font-size: 18px;font-weight: bold;background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));background: url(../images/slider-info-bg.png) \9;}
.banner .progress{position:absolute;left:0;bottom:0;width:15%;min-height:3px;overflow:hidden;z-index:2;}



.i-about-box{
    padding-top: 8.5rem;padding-bottom: 6.5rem
}
.i-about-box .text-box{
    float: left;
    width: 45%;
}
.i-about-box .index-tit{
    text-align: left;
}
.i-about-box .index-tit .cn{
    padding-left: 0;
}
.i-about-box .index-tit .line{
    margin: .6rem 0 0;
}
.i-about-box .con{
    margin-top:50px;
    font-size: .4rem;
    line-height: 1rem;
    color: #777; 
}

.i-about-box .con p{font-size: 16px;line-height: 2}




.i-about-box .num-list{
    font-size: 0;
    margin-top: 30px;
}
.i-about-box .item{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right:50px;
}
.i-about-box .item:last-child{
    margin-right: 0;
}
.i-about-box .item .num-box{
    color: #088fe2;
    font-family: arial;
    
}
.i-about-box .item .num{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 40px;
    line-height: 1rem;
    vertical-align: middle;
}
.i-about-box .item .jia{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .65rem;
    line-height: .75rem;
    vertical-align: middle;
}
.i-about-box .item .txt{
    font-size: .4rem;
    color: #666666;
    line-height: .5rem;
    margin-top: 25px;
}

.i-about-box .item .txt p{font-size: 16px }




.i-about-box .img-box{
    float: right;
    width: 50%;
    padding: 20px 0 0 20px;
    position: relative;
    /* margin-top: 1rem; */
}
.i-about-box .img-box video{
    width: 100%;
    display: block;
    background-color: #000;
}
.i-about-box .m-box{
    display: none;
}
.i-about-box .img{
    position: relative;
}
.i-about-box .img img{
    width: 100%;
}
.i-about-box .play-btn,
.i-about-box .pc-play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/i-play-btn.png");
    transition: all .2s;
}
.i-about-box .img-box .line{
    position: absolute;
    background-color: #088fe2;
}
.i-about-box .img-box .line1{
    width: 82.26%;
    right: 17.74%;
    top: 0;
    height: 20px;
}
.i-about-box .img-box .line2{
    width: 20px;
    left:0;
    top: 0;
    height: 79.59%;
}
.i-about-box .pc-box.on .pc-play-btn{
    display: none;
}







.xz_li ul {
    padding-bottom: 20px;
}


.xz_li ul li {
    position: relative;
    zoom: 1;
    padding: 20px 0;
    border-bottom: 2px solid #f1f1f1;overflow: hidden
}


.xz_li ul li .img {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e9f3ff;
    border-radius: 5px;
    margin-right: 20px;
}



.xz_li ul li .img img {
    width: 21px;
    height: 24px;
}


.xz_li ul li .fl {
    width: 70%;
}

.xz_li ul li .fr {
    width: 89px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    border-radius: 20px;
background: #e9f3ff;
    margin-top: 20px;
}

.xz_li ul li .fr a {
    color: #004eb3;
    font-size: 13px;
}

.xz_li ul li .fl .tit {
    font-size: 14px;
    color: #333;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    margin-bottom:5px;
}


.xz_li ul li .fl .dx {
    font-size: 12px;
    color: #a3aebb;
    line-height: 1;
}

.xz_li ul li .fl .dx span {
    padding: 0 6px;

}


.xz_li ul li .fr i {
    vertical-align: middle;
    margin-right: 5px;
   line-height: 1px
}







.t_syk4{

    
}
.t_syk4 .t_yiqih2 h2{
    text-align: center;
}
.t_syk4 .t_yiqih2 {
    margin-bottom: 53px;
}
.t_syk4li:nth-of-type(2n-1) {
    position: relative;
}
.t_syk4li {
    overflow: hidden;
}
.t_syk4li {
    width: 33.3333%;
    position: relative;
}


.t_syk4li {width: 32.33333%;

    border-radius: 20px;
margin:0 1.5% 1.5% 0

}
.t_syk4li:nth-of-type(3n) {
    margin: 0 0 1.5% 0;
}


.t_syk4pic {
    width: 100%;
    position: relative;
}
.t_syk4pic img {
    width: 100%;
}
.t_meng {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.36s;
}
.t_syk4wen {
    position: absolute;
    bottom: -180px;
    left: 0;
    width: 100%;
    z-index: 3;
    padding-left: 8.875739%;
    transition: all 0.36s;
}
.t_syk4wen .t_yiqih3  {
    margin-bottom: 31px;
    transition: all 0.36s;
}
.t_syk4wen .t_yiqih3 h3 {
    font-size: 20px;

    color: #fff;
    line-height: 1.5;
    position: relative;
    padding-bottom: 15px;
}
.t_syk4wen .t_yiqih3 h3::before {
    content: '';
    height: 2px;
    width: 7.941653%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.36s;
}
.t_syk4xia {
    margin-bottom: 50px;
}
.t_syk4xia .t_yiqicon {
    opacity: 0;
}
.t_syk4xia .t_yiqicon {
    /* margin-bottom: 32px; */
    margin-bottom: 12px;
}
.t_syk4xia .t_yiqicon p {
    line-height: 2;
    width: 63.371151%;
    height: 96px;
    overflow: hidden;
	font-size: 14px
}

    .t_syk4li a:hover .t_meng {
        opacity: 1;
    }
    .t_syk4li a:hover .t_yiqih3 {

    }
    .t_syk4li a:hover .t_syk4wen {
       top:20px;
    }
    .t_syk4li a:hover .t_yiqih3 h3::before {
        width: 63.371151%;
    }
    .t_syk4li a:hover .t_yiqicon {
        opacity: 1;
    }

.t_yiqicon.t_yiqicon_2 p {
    color: #fff;
}






.video-tab{
    width: 90.83%;
    margin: 0 auto;
    overflow: hidden;
}
.video-tab .swiper-slide{
    width: 56.7%;
}
.video-tab video,
.video-tab img{
    width: 100%;
}
.video-tab video{
    display: block;
}
.video-tab .img{
    display: none;
}
.video-tab .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}
.video-tab .txt{
    margin-top: .7rem;
    font-size: .5rem;
    line-height: .6rem;
    color: #666;
    text-align: center;
}
/* .video-tab .swiper-slide-prev .txt{
    text-align: left;
    padding-left: 55%;
}
.video-tab .swiper-slide-next .txt{
    text-align: right;
    padding-right: 55%;
} */


.video-tab .play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.675rem;
    height: 1.675rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("http://sundayfloor.com/bocweb/web/css/../img/play-btn.png");
    transform: translate(-50%,-50%);
    background-size: 100%;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.video-tab .swiper-slide-active .txt{
    font-size: .6rem;
    line-height: .7rem;
    text-align: center;
}
.video-tab .swiper-slide-active .play-btn{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.video-tab .swiper-slide-active .mask{
    opacity: 0;
    filter: alpha(opacity=0);
}

.video-tab .swiper-slide.on .play-btn{
    opacity: 0;
    filter: alpha(opacity=0);
}






.t_bgimg{
    width: 77px;
}








.t_bgimg img{
    width: 100%;
}
.t_bgimg{
    position: absolute;
    top: 44px;
}
.t_bgimgfl{
    left: 48px;
}
.t_bgimgfr{
    right: 48px;
}

.t_syk1h1 {
    margin-bottom: 32px;
}

.t_syk1 .t_yiqiduan p {
    text-align: center;color:#666;
}


.commpd {
  padding: 5.5vw 0;
}

.comm_tit {
 font-size: 16px;
    margin-right: 39px;
    position: relative;
    cursor: pointer;
 
}
.comm_tit:after {
font-size: 16px;
    margin-right: 39px;
    position: relative;
    cursor: pointer;}


.indextop {
    padding-bottom: 18px;
    border-bottom: 3px solid #f2f2f2;
}

.indextop .comm_tit:after{content:"";width:100%;height:3px;opacity:1;background-color:#088fe2;position:absolute;bottom:-21px;left:0;transition:.4s;-webkit-transition:.4s}




.text-box .comm_tit {
  text-align: left;
  position: relative;
}



.comm_tit h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  font-family: 'DOMAINEDISP-BOLD';
  letter-spacing: 2px;
}
.comm_tit h3 {
  font-size: 42px;
  color: #333;
}
.comm_tit h3 span {
  padding: 0 8px;
  position: relative;
}
.comm_tit h3 span:after {
  content: '';
  width: 2px;
  height: 20px;
  background: #ffc600;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.comm_tit h3 span:last-of-type:after {
  display: none;
}
.comm_tit a {
  position: absolute;
  bottom: 0;
  right: 16px;
  font-size: 14px;
  font-family: 'georgia';
  color: #fff;display: block
}
.comm_tit a:after {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #088fe2;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 5px;
}


.xin_tit a {
    display: block;
    width: 130px;
    line-height: 38px;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.xin_tit a {
    color: #fff;
    border-color: #088fe2;
    background: #088fe2;
    box-shadow: 0 10px 20px rgba(8, 143, 226, 0.4);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}




.comm_img {
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
.comm_img img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comm_img .boxes {
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
.comm_img .boxes .box {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  position: relative;
}
.comm_img .boxes .box h3 {
  font-size: 24px;
  color: #fafafa;
}
.comm_img .boxes .box h3 span {
  font-size: 48px;
  font-family: 'DIN';
}
.comm_img .boxes .box h4 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'DOMAINEDISP-BOLD';margin-top: 10px;
}
.comm_img .boxes .box:after {
  content: '';
  width: 2px;
  height: 42px;
  background: #ffc600;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -21px;
}
.comm_img .boxes .box:last-of-type:after {
  display: none;
}
.comm_img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.comm_more {
  display: block;
  
  width: 160px;
  line-height: 40px;
  border: 2px solid #088fe2;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
 
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_more:hover {
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.5);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.comm_more[data-hover='1'] {
  color: #fff;
  border-color: #fff;
 
}
.comm_more[data-hover='1']:hover {
  border-color: #088fe2;
  background-color: #088fe2;
  color: #fff;
}

.video_pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.video_pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video_pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close.png") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
.video_pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video_pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 80vh;
  max-width: 75vw;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comm_banner {
  position: relative;
  overflow: hidden;
}
.comm_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.comm_banner .banimg {
  width: 100%;
  display: block;
}
.comm_banner .txt_block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  color: #fff;
  padding: 0 5vw;
}
.comm_banner .txt_block h3 {
  font-size: 48px;
  line-height: 1;
	font-weight: bold
}
.comm_banner .txt_block h4 {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1;
  font-family: 'DOMAINEDISP-BOLD';
  margin-top: 20px;
}

.comm_sec1 {
  font-size: 0;
  text-align: center;
}
.comm_sec1 .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.comm_sec1 .item .icon {
  width: 200px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin: 0 auto;
}
.comm_sec1 .item .icon .number {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  font-size: 16px;
  color: #333;
}
.comm_sec1 .item .icon .number span {
  font-size: 80px;
  color: #088fe2;
  font-family: 'DIN-Medium';
  line-height: 1;
  display: inline-block;
}
.comm_sec1 .item p {
  font-size: 18px;
  color: #666;
  margin-top: 25px;
}

.comm_sec2 {
  font-size: 0;
}
.comm_sec2 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 12px;
  background: #fafafa;
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec2 .item .top_main {
  padding-bottom: 30px;
  border-bottom: 1px solid #088fe2;
  position: relative;text-align: center
}
.comm_sec2 .item .top_main:before {
  content: '';
  width: 0;
  height: 1px;
  background: #ffc600;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec2 .item .top_main:after {
  content: '';
  display: block;
  clear: both;
}
.comm_sec2 .item .head_img {
  width: 100px;
  height: 100px; 
  overflow: hidden;margin: 0 auto
}
.comm_sec2 .item .head_img img {
  width: 100%;
  display: block;
}
.comm_sec2 .item h3 { 
  font-size: 22px;
  line-height: 1;margin-top: 20px
}
.comm_sec2 .item p {
  font-size: 18px;
  color: #333; 
}
.comm_sec2 .item .desc {
  margin-top: 25px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  height: 56px;
  overflow: hidden;
}
.comm_sec2 .item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.comm_sec2 .item:hover .top_main:before {
  width: 100%;
}

.comm_sec3 {
  font-size: 0;
  margin: 0 -12px;
}
.comm_sec3 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(calc(33.33% - 24px));
  margin: 12px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec3 .item .img_block {
  overflow: hidden;
  position: relative;
}
.comm_sec3 .item .img_block img {
  width: 100%;
  display: block;
}
.comm_sec3 .item .img_block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(8, 143, 226, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec3 .item .img_block:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/jiahao.png");
  margin: -24px 0 0 -24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec3 .item .txt_block {
  position: relative;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.comm_sec3 .item{   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}


.comm_sec3 .item .date {
  border-radius: 5px;
  background: #fec80c;
  padding: 15px 10px;
  font-size: 16px;
  color: #fff;
  font-family: 'DIN-Medium';
  text-align: center;
  position: absolute;
  right: 20px;
  top: -58px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec3 .item .date span {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.comm_sec3 .item h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  position: relative;
}
.comm_sec3 .item h3 span {
  display: block;
}
.comm_sec3 .item h3 .span1 {
  opacity: 0;
}
.comm_sec3 .item h3 .span2 {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
}
.comm_sec3 .item span.more {
  font-size: 16px;
  color: #088fe2;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .comm_sec3 .item:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .comm_sec3 .item:hover .img_block:before,
  .comm_sec3 .item:hover .img_block:after {
    opacity: 1;
  }
  .comm_sec3 .item:hover .txt_block h3 .span1 {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .comm_sec3 .item:hover .txt_block h3 .span2 {
    opacity: 0;
  }
  .comm_sec3 .item:hover .txt_block .date {
    opacity: 0;
  }
  .comm_sec3 .item:hover .txt_block span.more {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.comm_sec4 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec4 h3 {
  font-size: 24px;
  color: #088fe2;
  margin-bottom: 20px;
}
.comm_sec4 a.link {
  display: block;

  font-size: 14px;
  line-height: 32px;
  color: #333;
  padding: 10px;
  position: relative;
	background: #fff;
	border-bottom: 1px dotted #ebebeb;
}
.comm_sec4 a.link:before {
  content: '';
  width: 4px;
  height: 4px;

  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 50%;
}
.comm_sec4 a.more {
  display: block;
  line-height: 60px;
  background: #088fe2;
  font-size: 16px;
  color: #fff;
  padding-left: 24px;
  position: relative;
}
.comm_sec4 a.more:after {
  content: '';
  width: 15px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon6.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_sec4 a.more:hover:after {
  right: 30px;
}

.comm_sec4.smb a.link {
  margin-bottom: 15px;
}

.comm_subnav {
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 0;
}
.comm_subnav a {
  display: inline-block;
  vertical-align: top;
  padding: 0 35px;
  line-height: 36px;
  border-radius: 30px;
  font-size: 16px;
  color: #333;
  margin: 0 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_subnav a.active, .comm_subnav a:hover {
  background: #ffc600;
  color: #fff;
}

.comm_crumbs {
  font-size: 0;
  padding: 28px 0;
  background: #f7f7f7;
  line-height: 28px;
}
.comm_crumbs .wrapper {
  padding-right: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comm_crumbs a.link, .comm_crumbs span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #333;
}
.comm_crumbs a.link {
  margin-right: 10px;
}
.comm_crumbs a.link:hover {
  color: #088fe2;
}
.comm_crumbs a.back {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: #088fe2;
  padding: 0 20px;
  top: 50%;
  margin-top: -14px;
}

.comm_share {
  position: absolute;
  top: 0;
  left: -60px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.comm_share a {
  float: none !important;
  display: block;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  width: 30px !important;
  height: 30px !important;
  background-color: #d7d7d7;
  border-radius: 3px;
  background-position: center !important;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_share a.wx {
  background-image: url("../images/news/icon2.png");
}
.comm_share a.sina {
  background-image: url("../images/news/icon3.png");
}
.comm_share a.qzone {
  background-image: url("../images/news/icon4.png");
}
.comm_share a.more {
  background-image: url("../images/news/icon5.png");
}
.comm_share a:hover {
  background-color: #088fe2;
}
.comm_share.visi {
  opacity: 0;
}

.comm_pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.comm_pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.comm_pop .main {
  width: 75vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.comm_pop .close {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 30px;
  background-image: url("../images/icon2.png");
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm_pop .close:hover {
  background-image: url("../images/icon2.png");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.comm_pop .cell {
  background: #fff;
  padding: 6vw;
  position: relative;
}
.comm_pop h3 {
  font-size: 22px;
  color: #333;
}

.pages {
  text-align: center;
  font-size: 0;
}
.pages li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.pages li a {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  line-height: 30px;
}
.pages li.active a, .pages li:hover a {
  color: #088fe2;
  border-color: #088fe2;
}

.index_main .demo-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.index_main .section1 {
  position: relative;
}
.index_main .section1 .bg_slick {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index_main .section1 .bg_slick .slick-list, .index_main .section1 .bg_slick .slick-track {
  height: 100%;
}
.index_main .section1 .bg_slick .item {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
.index_main .section1 .slick {
  z-index: 2;
}
.index_main .section1 .slick .item {
  position: relative;
}
.index_main .section1 .slick .item img {
  width: 100%;
}
.index_main .section1 .slick .item .txt {
  position: absolute;
  left: 4.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_main .section1 .slick .item .txt h3 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
}
.index_main .section1 .slick .item .txt h4 {
  font-size: 20px;
  color: #fff;
  font-family: 'DOMAINEDISP-BOLD';
  letter-spacing: 2px;
}
.index_main .section1 .slick .item .txt a {
  display: block;
  width: 130px;
  line-height: 38px;
  border: 2px solid #fff;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 4.5vw;
}
.index_main .section1 .slick-dots {
  position: absolute;
  bottom: 2.5vw;
  left: 0;
  width: 100%;
	text-align: center;

}
.index_main .section1 .slick-dots button {
  display: none;
}
.index_main .section1 .slick-dots li {
  width: 9px;
 height: 9px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  border-radius: 9px;
  background: transparent;
  background: #fff;
	margin: 0 10px;
}
.index_main .section1 .slick-dots li.slick-active {
  background: #088fe2;
}
.index_main .section1 .btn {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section1 .btn.prev {
  background-image: url("../images/left_icon1.png");
  left: 18px;
}
.index_main .section1 .btn.next {
  background-image: url("../images/next_icon1.png");
  right: 18px;
}
.index_main .section1 .btn:hover {
  background-color: rgba(8, 143, 226, 0.6);
}
.index_main .section2 {
      padding: 38px 0 40px;
}
.index_main .section2 .main {
  position: relative;
  margin-top: 35px;
}
.index_main .section2 .main .slick {
  padding: 0 0px;
}
.index_main .section2 .main .slick .item {
  position: relative;
  width: 420px;
  
 border-top-left-radius:10px;
	 border-top-right-radius:10px;
	overflow: hidden;
   margin:10px;
  box-shadow: 0 0 10px rgba(27, 43, 49, 0.05);
  -webkit-transition: margin 0.3s ease, border 0.3s ease;
  -moz-transition: margin 0.3s ease, border 0.3s ease;
  -ms-transition: margin 0.3s ease, border 0.3s ease;
  transition: margin 0.3s ease, border 0.3s ease;
}
.index_main .section2 .main .slick .item:after {
  content: '';
  width: 0;
  height: 2px;
  background: #088fe2;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section2 .main .slick .item .top_block {
  position: relative;
 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .main .slick .item .top_block .date {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-family: 'DIN';
}
.index_main .section2 .main .slick .item .top_block h3 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-top: 18px;
}
.index_main .section2 .main .slick .item .top_block h3 a {
  display: block;
  color: #333;
  height: 144px;
  overflow: hidden;
}
.index_main .section2 .main .slick .item .top_block .img_block {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.index_main .section2 .main .slick .item .top_block .img_block img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
 
}

.index_main .section2 .main .slick .item .top_block .morebox {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(0, 68, 125, 0.8);
    position: absolute;
    top: 100%;
    left: 0;
	opacity: 0;}

.index_main .section2 .main .slick .item .top_block .morebox .text{
width: 262px;
    height: 145px;
    border: 1px solid rgba(255,255,255,0.4);
    padding-left: 86px;
    line-height: 143px;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/ir2.png);
    background-repeat: no-repeat;
    background-position: right 85px center;
    position: absolute;
    top: 10px;
    left: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

[transition="4s"]{transition:.4s;-webkit-transition:.4s}


.index_main .section2 .main .slick .item:hover .top_block .morebox{opacity:1;top:0}




.index_main .section2 .main .slick .item a.view {
  width: 60px;
  display: block;
  font-family: 'georgia';
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  color: #088fe2;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .main .slick .item a.view:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #088fe2;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section2 .main .slick .item .bot_block {
  position: relative;
	background: #f5f6f7;
	z-index: 1;
  padding: 26px 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index_main .section2 .main .slick .item:hover .bot_block {background: #fff;}

.index_main .section2 .main .slick .item .bot_block p {
  font-size: 20px;
  line-height: 28px;
  color: #333;
	margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.index_main .section2 .main .slick .item .bot_block h3 {
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  overflow: hidden;
	
		
}


.index_main .section2 .main .slick .item .bot_block .line {
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
	margin: 18px 0;}

.index_main .section2 .main .slick .item .bot_block .desc {
    text-align: center;font-size: 14px
}

.index_main .section2 .main .slick .item .bot_block h3 a{
	
color: #333;}




@media screen and (min-width: 992px) {
  .index_main .section2 .main .slick .item:hover {
    margin-top: 0;
    margin-bottom: 0;
  }
  .index_main .section2 .main .slick .item:hover:after {
    width: 100%;
  }
  .index_main .section2 .main .slick .item:hover .top_block {
  }
  .index_main .section2 .main .slick .item:hover .top_block .img_block {
    opacity: 1;
  }
  .index_main .section2 .main .slick .item:hover .top_block .img_block a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .index_main .section2 .main .slick .item:hover a.view {
    color: #ffc600;
  }
  .index_main .section2 .main .slick .item:hover a.view:after {
    border-left-color: #ffc600;
  }
  .index_main .section2 .main .slick .item:hover .bot_block {
  }
  .index_main .section2 .main .slick .item:hover .bot_block p {
  }
  .index_main .section2 .main .slick .item:hover .bot_block h3 {
    opacity: 1;
  }
}
.index_main .section2 .main .slick .item.no_img .bot_block p {
  opacity: 1 !important;
}
.index_main .section2 .main .slick-dots {
  margin-top: 40px;
  margin-left: 12px;
  margin-right: 12px;
  border-top: 1px solid #d9d9d9;
  font-size: 0;
}
.index_main .section2 .main .slick-dots button {
  display: none;
}
.index_main .section2 .main .slick-dots li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  height: 3px;
  background: transparent;
}
.index_main .section2 .main .slick-dots li.slick-active {
  background: #088fe2;
}
.index_main .section2 .main .btn {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index_main .section2 .main .btn.prev {
  background-image: url("../images/left_icon1.png");
  left: -58px;
}
.index_main .section2 .main .btn.next {
  background-image: url("../images/next_icon1.png");
  right: -58px;
}
.index_main .section2 .main .btn:hover {
  background-color: rgba(8, 143, 226, 0.6);
}





.t_sybanpic{
    width: 100%;
    position: relative;
}

.t_sybanpic {
    overflow: hidden;
}
.t_sybanpic img{
    width: 100%;
}
.t_sybanpic video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%,-50%);
    z-index: 1;
}



.t_sybanzi {
    z-index: 30;
}

.t_sybanzi {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.t_sybanli{
    position: relative;
}
.t_banh1{
    font-size: 50px;
    color:#fff;
    line-height: 1.5;
    margin-bottom: 94px;
}
.t_sybanpic::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right,rgba(0,0,0,.4),transparent);
    position: absolute;
    left: 0;
    top: 0;
}

.t_sybanli.slick-active  .t_banh1{
    -webkit-animation: totop 1s ease both;
    animation: totop 1s ease both;
    animation-delay: 0.4s;
}
.t_sybanli.slick-active  .t_yiqimore{
    -webkit-animation: totop 1s ease both;
    animation: totop 1s ease both;
    animation-delay: 0.4s;
}


.t_syban{
    position: relative;
}
.t_shubiao{
    position: absolute;
    width: 28px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    animation: move 2s linear 0s infinite;
    cursor: pointer;
}
.t_shubiao img{
    width: 100%;
}
@keyframes move {
    0%{
        bottom: 80px;
    }
    50%{
        bottom: 40px;
    }
    100%{
        bottom: 80px;
    }
}
.t_sybanul .slick-dots li {
    background: #fff;
    opacity: 0.5;
    border-radius: 0;
    width: 30px;
    height: 2px;
    border: 0;
    margin: 13px 0;
}
.t_sybanul .slick-dots li.slick-active {
    background: #fff;
    opacity: 1;
    width: 70px;
    transform: translateX(-40px);

}
.t_sybanul .slick-dots {
    position: absolute;
    bottom: inherit;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    right: 90px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.t_pcnaver{
    position: fixed;
    width: 100%;
    top: 90px;
    left: 0;
    background: #fff;
    border-top: 1px solid #ebebeb;
    display: none;
}
.t_yiqiernav{
    font-size: 20px;
    line-height: 90px;
    color:#333;
    transition: all 0.36s;
}
.t_pcnaverli{
    padding: 0 30px;
}
.t_pcnaverul {
    display: inline-block;
}
.t_pcnaver{
    text-align: center;
    box-shadow: 0px 3px 31px 0px rgb(0 0 0 / 5%);
}
.t_pcnaverli.yxnav_active2 .t_yiqiernav{
    color:#088fe2;
}
.t_pcnavsan{
    position: fixed;
    width: 100%;
    top: 180px;
    left: 0;
    background: #fff;
    border-top: 1px solid #ebebeb;
    text-align: center;
    box-shadow: 0px 3px 31px 0px rgb(0 0 0 / 5%);
    display: none;
}
.t_pcnavsanul{
    margin: 0 -50px;
    display: inline-block;
}
.t_pcnavsanli{
    padding: 0 50px;
}
.t_yiqisannav{
    font-size: 18px;
    line-height: 84px;
    color:#333;
    transition: all 0.36s;
}
.t_pcnavsanli.yxnav_active3 .t_yiqisannav{
    color:#088fe2;
}


.t_phbanner{
    display: none;
}
@media screen and (max-width: 768px){
	
	
	
	
	.t_pcbanner{
        display: none;
    }
    .t_phbanner{
        display: block;
    }
    .t_banh1 {
        font-size: 26px;
    }
    .t_sybanul .slick-dots li {
        width: 22px;
    }
    .t_sybanul .slick-dots li.slick-active {
        width: 46px;
        transform: translateX(-24px);
    }
    .t_sybanul .slick-dots li {
        margin: 10px 0;
    }
    .t_sybanul .slick-dots{
        width: 22px;
    }
    .t_sybanul .slick-dots {
        right: 20px;
    }
    .t_yimorezi {
        line-height: 21px;
    }
    .t_yimoreicon {
        line-height: 36px;
        width: 18px;
    }
    .t_yiqimoreli {
        padding: 0 20px;
    }
    .t_yimorezi {
        margin-right: 15px;
    }
    .t_syk1h1 h1 {
        font-size: 22px;
    }
    .t_yiqih2 h2 {
        font-size: 22px;
    }
    .t_syk1jian {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_syk1h1 {
        margin-bottom: 20px;
    }
    .t_bgimg {
        top: 56px;
    }
    .t_syk1 .t_yiqiduan {
        margin-bottom: 28px;
    }
    .g_cpt2botnr {
        width: 100%;
    }
    .g_cpt2toptu {
        position: relative;
        min-height: 222px;
    }
    .g_cpt2toptu{
        display: block;
        overflow: hidden;
    }
    .g_cpt2top{
        height: auto;
    }
    /* .g_cpt2toptu img {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
    } */
    .g_cpt2botnr{
        height: 25%;
    }
    .g_cpt2botnr a{
        width: 100%;
        top:0;
        left: 0;
    }
    .g_cpt2boticon {
        width: 28px;
        margin-bottom: 12px;
    }
    .g_cpt2botnr.act .g_cpt2botbox {
        transform: translateY(0);
    }
    .g_cpt2botnr .g_cpt2botbox {
        transform: translateY(0);
    }
    .g_cpt2botnr.act .g_cpt2boticon {
        margin-bottom: 10px;
    }
    .g_cpt2botnr .g_cpt2boticon {
        margin-bottom: 10px;
    }
    .g_cpt2botnr .t_yiqiduan p {
        opacity: 1;
    }
    .g_cpt2botnr .g_cpt2bottu {
        opacity: 1;
    }
    .g_cpt2bottu {
        margin-top: 6px;
    }
    .t_jiah3 h3 {
        font-size: 18px;
    }
    .g_cpt2 .t_jiah3 h3 {
        margin-bottom: 12px;
    }
    .g_cpt2botnr .t_yiqiduan p{
        max-height: 63px;
        overflow: hidden;
    }
    .g_cpt2botnr::before{
        display: none;
    }
    .t_syk4li{
        width: 100%;
    }
    .t_syk4li:nth-of-type(2n-1){
        top: 0;
    }
    .t_syk4 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .t_syk3shu {
        font-size: 20px;
    }
    .t_syk3nr {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_syk3le {
        width: 340px;
    }
    .t_syk3bg img {
        width: auto;
        height: 100%;
        object-fit: cover;
        min-width: auto;
        min-height: auto;
        /* left: ;
        transform: translateY(-50%); */
    }
    .t_syk3li:nth-of-type(2){
        width: 29%;
    }
    .t_syk3li:last-of-type{
        width: 37.666667%;
    }
    .t_jian1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_syk5more {
        top: 0.5px;
    }
    .t_syk5top {
        margin-bottom: 30px;
    }
    .t_syk5xin {
        padding: 26px 15px 20px;
    }
    .t_jiah4 h4 {
        line-height: 1.5;
    }
    .t_syk5li {
        padding: 0 6px;
    }
    .t_syk5ul {
        margin: 0 -6px;
    }
    .t_syk5xin .t_jiah4 h4{

    }
    .t_syk5ul .slick-dots {
        bottom: -24px;
    }
    .t_footop {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .t_footxia {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .t_footxia2 {
        top: 0px;
    }
    .t_footxiarg {
        padding-top: 16px;
    }
    .t_footxrgbot p{
        font-size: 12px;

    }
    .t_footxrgbot p a{
        font-size: 12px;
    }
    .t_footerphone a {
        font-size: 20px;
    }
    .t_yiqineih1 h1{
        font-size: 26px;
    }
    .t_neih2 h2{
        font-size: 22px;
    }
    .t_jianda{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .t_b1k1 .t_neih2 {
        margin-bottom: 18px;
    }
    .t_yiqiduan.t_b1k1duan {
        margin-bottom: 24px;
    }
    .t_yiqih3 h3 {
        font-size: 18px;
    }

    .t_syk2 .g_cpt2botnr.act .g_cpt2botbox {
        transform: translateY(0);
    }
    .t_syk2 .g_cpt2botnr .g_cpt2botbox {
        transform: translateY(0);
    }
    .t_syk2 .g_cpt2botnr.act .g_cpt2boticon {
        margin-bottom: 10px;
    }
    .t_syk2 .g_cpt2botnr .g_cpt2boticon {
        margin-bottom: 10px;
    }
    .t_syk2 .g_cpt2botnr .t_yiqiduan p {
        opacity: 1;
    }
    .t_syk2 .g_cpt2botnr .g_cpt2bottu {
        opacity: 1;
    }
    .g_cpt2botbox .t_yiqicon{
        opacity: 1;
    }
    .t_b1k1 .g_cpt2botnr a {
        padding: 26px 20px;
    }
    .g_cpt2botnr .t_yiqih3 {
        margin-bottom: 16px;
    }
    .g_cpt2botbox .t_yiqicon p{
        max-height: 63px;
        overflow: hidden;
    }
    .t_b2jian1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_b2jian2d {
        margin-bottom: 20px;
    }
    .t_b2jiantop {
        padding-top: 50px;
    }
    .t_b2jian2d_1 {
        margin-bottom: 30px;
    }
    .t_b2jian2 {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .t_b2jian3d {
        margin-bottom: 30px;
    }
    .t_b2k3icon {
        width: 32px;
        height: 32px;
        margin-bottom: 8px;
    }
    .t_b2k3con {
        padding: 20px 15px;
    }
    .t_b2k3li .t_yiqih3 {
        margin-bottom: 4px;
    }
    .t_b2k1li {
        width: 33.333333%;
        margin-top: 2px;
    }
    .t_b3k1.t_b2jian1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_b3k1 .t_neih2.t_b2jian2d {
        margin-bottom: 20px;
    }
    .t_b3k1icon {
        width: 40px;
        height: 40px;
    }
    .t_b3k1icon {
        margin-bottom: 8px;
    }
    .t_b3k1xin {
        width: 100px;
        height: 100px;
    }
    .t_b3k1nr {
        margin-top: 30px;
    }
    .t_b3k1ul {
        padding-left: 0px;
        padding-right: 0px;
    }
    .t_b3k2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_b3k2 .t_neih2 {
        margin-bottom: 30px;
    }
    .t_jiatith3 h3 {
        font-size: 18px;
    }
    .t_b3k2ul .slick-dots {
        bottom: -40px;
    }
    .t_b3k3rg {
        width: 100%;
        top: 0;
    }
    .t_b3k3le {
        width: 100%;
        padding-right: 20px;
    }
    .t_b3k3li.on .t_b3k3top h3 {
        font-size: 22px;
    }
    .t_b3k3top.t_jiah3 h3 {
        font-size: 18px;
    }
    .t_b3k3li {
        margin-bottom: 12px;
    }
    .t_b3k3xia.t_yiqiduan {
        padding-top: 10px;
    }
    .t_b3k3xia.t_yiqiduan p {
        margin-bottom: 0px;
    }        
    .t_b3k3le{
        margin-bottom: 30px;
    }
    .t_b3k3 .t_neih2 {
        margin-bottom: 30px;
    }
    .t_b3k3le {
        padding-top: 30px;
    }
    .t_b3k3box {
        padding-bottom: 50px;
    }
    .t_b4k1jian {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_b4jian2d {
        margin-bottom: 20px;
    }
    .t_b4k1 .t_yiqiduan {
        margin-bottom: 28px;
    }
    .t_b4k1li .t_jiah3 {
        padding: 20px 24px;
    }
    .t_b4k2jian {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_b4k2qi1le {
        width: 100%;
    }
    .t_b4k2qi1rg {
        width: 100%;
    }
    .t_b4k2qi1rg {
        padding-left: 20px;
    }
    .t_b4k2jian2d {
        margin-bottom: 36px;
    }
    .t_b4k2qi2le {
        padding-top: 0px;
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .t_b4k2qi2rg {
        width: 100%;
    }
    .t_b4k3jian {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .t_b4k3le {
        width: 100%;
        margin-bottom: 34px;
    }
    .t_b4k3rg {
        width: 100%;
    }
    .t_b4k4jian {
        padding-top: 46px;
        padding-bottom: 30px;
    }
    .t_b4k4 .t_yiqiduan {
        margin-bottom: 30px;
    }
    .t_b4k4li {
        width: 33.333333%;
    }
    .t_b4k5jian {
        padding-top: 46px;
    }
    .t_b4k6jian {
        padding-top: 46px;
    }
    .t_b4k6 .t_yiqiduan.t_b4k6duan p {
        padding-left: 0px;
        padding-right: 0px;
    }
    .t_b4k6p {
        margin-bottom: 20px;
    }
    .t_b5jian1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_b5k1 .t_b2jian2d {
        margin-bottom: 20px;
    }
    .t_b5k3jian {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_b5k3 .t_neih2 {
        margin-bottom: 30px;
    }
    .t_b5k2li {
        width: 100%;
    }
    .t_b5k2pic {
        height: auto;
    }
    .t_b5k2pic .t_tou{
        position: relative;
    }
    .t_jiah2 h2 {
        font-size: 22px;
    }
    .t_c2k1li{
        width: 100%;
    }
    .t_c2k1 {
        padding-top: 50px;
    }
    .t_c2k1tr {
        padding: 0 20px;
    }
    .t_c2k1tr a::before {
        right: -20px;
    }
    .t_c2k2 {
        padding-top: 40px;
    }
    .t_c2k2 {
        padding-bottom: 30px;
    }
    .t_c2k1tr{
        float: none;
        display: inline-block;
    }
    .t_c2k1ol{
        white-space: nowrap;
    }
    .t_c2k1{
        padding-left: 20px;
        padding-right: 20px;
    }
    .t_c2k1 .t_content2{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .t_c2k1ol {
        margin: 0 -20px;
    }
    .t_c2k1 .mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, 
    .t_c2k1 .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
        bottom: -8px;
    }
    .t_c2k1 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        height: 2px;
    }
    .t_c2k1 .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
    .t_c2k1 .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
    .t_c2k1 .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
    .t_c2k1 .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
        width: 100%;
        height: 2px;
        margin: 0px auto;
    }
    .t_c2k1 .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
        background: rgba(11,16,88,1);
    }
    .t_c2k1 .mCSB_scrollTools .mCSB_draggerContainer{
        background: #ccc;
    }
    .t_c2k1 .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
        background: transparent;
    }
    .t_d1k1li {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .t_d1k1ul {
        margin: 0 -5px;
    }
    .t_d1k1jian {
        padding-top: 46px;
        padding-bottom: 40px;
    }
    .t_d1k1nr .t_yiqiduan {
        margin-bottom: 22px;
    }
    .t_d2k1le {
        width: 100%;
    }
    .t_d2k1rg{
        width: 100%;
        position: relative;
    }
    .t_d2k1nr {
        height: calc(calc(calc(582 / 1057) * 200vw) + 100px);
    }
    .swiper-slide {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_d2k1rg{
        height: calc(calc(calc(582 / 1057) * 100vw));
    }
    .t_d3k1le {
        width: 100%;
    }
    .t_d3k1rg {
        width: 100%;
    }
    .t_d3k1le {
        padding-top: 0px;
    }
    .t_d3k1 .t_yiqiduan {
        margin-bottom: 30px;
    }
    .t_d3k1 .t_d3k1le .t_neih2 {
        margin-bottom: 16px;
    }
    .t_d3k1li {
        margin-bottom: 18px;
    }
    .t_d3k1le{
        margin-bottom: 18px;
    }
    .t_d3k2le {
        width: 100%;
    }
    .t_d3k2li .t_yiqiduan p{
        min-height: auto;
    }
    .t_d3k2rg {
        width: 100%;
        position: relative;
    }
    .t_d3k1bgle {
        bottom: 0px;
    }
    .t_d3k3jian {
        padding-top: 50px;
    }
    .t_d3k3 .t_neih2 {
        margin-bottom: 28px;
    }
    .t_d3k3li {
        width: 100%;
        margin-bottom: 16px;
    }
    .t_d3k3li:last-of-type{
        margin-bottom: 0;
    }
    .t_d3k3wen .t_neih2 h2{
        height: auto;
    }
    .t_d3k4jian {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .t_d3k4nr {
        padding: 0;
    }
    .t_d3k4 .t_neih2 {
        margin-bottom: 20px;
    }
    .t_d3k5le {
        width: 100%;
    }
    .t_d3k5rg {
        width: 100%;
    }
    .t_d3k5nr {
        height:calc(calc(calc(525 / 680) * calc(100vw - 40px)) + 210px);
    }
    .t_d3k5rg{
        height: 210px;
    }
    .t_d3k5rg .t_neih2 {
        margin-bottom: 12px;
    }
    .t_d3k5nr .swiper-pagination-bullet {
        border: 1px solid #999;
    }
    .t_d3k6jian {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_d3k6le {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 10px;
    }
    .t_d3k6rg {
        margin: 0 auto;
        float: none;
    }
    .t_d5k1jian {
        padding-top: 50px;
    }
    .t_d5k1 .t_neih2 {
        margin-bottom: 20px;
    }
    .t_d5k1 .t_yiqiduan {
        margin-bottom: 28px;
    }
    .t_d5k2jian {
        padding-top: 46px;
        padding-bottom: 50px;
    }
    .t_d5k2 .t_neih2 {
        margin-bottom: 34px;
    }
    .t_d5k2icon {
        width: 42px;
        height: 42px;
        margin-bottom: 18px;
    }
    .t_d5k2xin {
        padding: 24px 15px 22px;
    }
    .t_d5k3jian {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_d5k3le {
        width: 100%;
        margin-bottom: 16px;
    }
    .t_d5k3rg {
        position: relative;
        width: 100%;
        top: 0;
        transform: translateY(0);
    }
    .t_d5k3rg .t_yiqih3 {
        margin-bottom: 16px;
    }
    .t_d5k4jian {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_d5k4li {
        padding: 0 5px;
    }
    .t_d5k4ul {
        margin: 0 -5px;
    }
    .t_d5k4xin {
        padding: 18px 15px 100px;
    }
    .t_d5k4da {
        font-size: 80px;
        margin-right: 8px;
    }
    .t_d5k4xiao {
        font-size: 18px;
    }
    .t_d5k4icon {
        width: 60px;
        top: -6px;
    }
    .t_d5k4xin .t_yiqiduan p{
        height: 93px;
    }
    .t_e1k2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_e1k2li {
        width: 100%;
    }
    .t_e1k2li.on .t_e1k2wen .t_yiqiduan{
        height: auto;
        margin-bottom: 16px;
    }
    .t_e1k2wai {
        margin-bottom: 0;
        width: 100%;
        left: 0;
    }
    .t_e1k2li.on .t_e1k2pic{
        display: none;
    }
    .t_e1k2wai .t_yiqicon{
        position: relative;
    }
    .t_e1k2wai .t_yiqicon {
        padding: 0;
        height: auto;
        margin-bottom: 18px;
    }
    .t_e1k2wen .t_yiqiduan {
        height: auto;
        margin-bottom: 16px;
    }
    .t_e2k1tit h1{
        font-size:22px;
    }
    .t_e2k1time {
        margin-bottom: 14px;
        font-size: 14px;
    }
    .t_e2k1tit {
        margin-bottom: 22px;
    }
    .t_e2wen {
        padding-top: 23px;
        padding-bottom: 20px;
    }
    .t_e2goback {
        padding-bottom: 50px;
    }   
    .t_e2zhuzi {
        font-size: 16px;
    }
    .t_e2zhuanpic {
        width: 17px;
        line-height: 24px;
    }
    .t_f1ak1 {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .t_f1ak1 .t_yiqiduan {
        margin-bottom: 32px;
    }
    .t_f1ak1 .t_yiqih3 {
        margin-bottom: 22px;
    }
    .t_f1ak2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_f1ak3 {
        padding-top: 50px;
    }
    .t_f1ak1li {
        width: 20%;
    }    
    .t_f1ak2 .t_yiqicon {
        margin-bottom: 30px;
    }
    .t_f1ak2 .g_cpt2bottu {
        bottom: 18px;
    }
    .t_f1ak3li {
        width: 12.5%;
    }
    .t_f1ak3li1, .t_f1ak3li10 {
        display: none;
    }
    .t_yiqitit p {
        font-size: 16px;
    }
    .t_f1ak4nr .t_neih2 {
        width: 90%;
    }
    .t_f1ak3li {
        width: 20%;
        top: 0!important;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .t_f1ak3logo{
        margin: 0 15px;
        margin-bottom: 10px;
    }
    .t_f1bk2 {
        padding-top: 50px;
    }
    .t_f1btopli {
        font-size: 18px;
    }
    .t_f1bk2le {
        width: 100%;
    }
    .t_f1bk2rg {
        width: 100%;
        padding-right: 0;
        padding-top: 16px;
    }
    .t_f1bk2le {
        padding-right: 0;
    }
    .t_f1bk2box {
        padding-top: 0px;
    }
    .t_f1bk2box {
        padding-bottom: 40px;
    }
    .t_f1ck2li {
        width: 100%;
    }
    .t_f1ck2pic {
        position: relative;
        opacity: 1;
    }
    .t_f1ck2li {
        height: 14.285714%;
    }
    .t_f1ck2li.on {
        width: 100%;
    }
    .t_f1ck2li.act {
        width: 100%;
    }
    .t_f1ck2li .t_f1ck2shang {
        padding: 30px 20px;
    }
    .t_f1ck2li.on .t_f1ck2shang {
        padding: 30px 20px;
    }
    .t_f1ck2li .t_f1ck2shang {
        opacity: 1;
    }
    .t_f1ck2li .t_f1ck2zhong {
        opacity: 0;
    }
    .t_f1ck2li.on .t_f1ck2ic {
        margin-bottom: 14px;
    }
    .t_f1ck2li .t_f1ck2ic {
        margin-bottom: 14px;
    }
    .t_f1ck2li .t_f1ck2tit {
        margin-bottom: 14px;
    }
    .t_f1ck2li::before {
        opacity: 1;
        background: rgba(241,84,69,.1);
    }
    .t_f1ck2li .t_f1ck2xu {
        right: 30px;
        transform: translateX(0);
    }
    .t_f1ck2 {
        padding-bottom: 50px;
        padding-top: 50px;
    }   
    .t_f1ck3nr {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .t_f1ck3nr .t_neih2 {
        margin-bottom: 30px;
    }
    .t_f1ck3xin .t_yiqih3 {
        padding: 20px 24px;
    }
    .t_f1dk2di {
        top: -5px;
    }
    .t_f1dk2 {
        padding-top: 46px;
    }
    .t_f1dk2 .t_neih2 {
        margin-bottom: 26px;
    }
    .t_f1dk2lun .slick-dots {
        bottom: -40px;
    }
    .t_f1dyear {
        font-size: 14px;
    }
    .t_f1dyear {
        padding: 0 16px;
        line-height: 36px;
        border-radius: 18px;
    }  
    .t_f1dtopli {
        padding-top: 90px;
    }
    .t_f1dk3 {
        margin-top: -12px;
    }
    .t_f1dk3 .t_f1dwaijia {
        margin: 0 -20px;
        padding: 0 20px;
        padding-bottom: 30px;
    }
    .t_f1dk3 .t_f1bgui {
        top: calc(50% - 14px);
    }
    .t_f1dpic {
        width: 100px;
    }
    .t_f1dwenr {
        width: calc(100% - 100px);
        padding-left: 20px;
    }
    .t_f1dduan {
        left: 20px;
    }
    .t_f1dduan p {
        margin-bottom: 2px;
    }
    .t_f1dduan p span {
        padding-left: 6px;
    }
    .t_f1dtit {
        font-size: 18px;
    }
    .t_f1dxin {
        padding: 15px;
    }
    .t_f1dxia {
        padding-bottom: 50px;
    }
    .t_f2k1li {
        width: 50%;
    }
    .t_f2nr {
        padding-top: 50px;
    }
    .t_f2k1li {
        margin-bottom: 20px;
    }
    .t_f2nr {
        padding-bottom: 30px;
    }
    .t_f2wen .t_yiqitit p {
        height: 56px;
    }
    .t_f2wen .t_yiqitit {
        margin-bottom: 8px;
    }
    .t_f2more .t_yimorezi {
        font-size: 14px;
    }
    .t_f2more .t_yimorezi {
        margin-right: 12px;
    }
    .t_f2wen {
        padding: 18px 15px 12px;
    }
    .t_g1k2nr {
        padding-top: 50px;
    }
    .t_g1k2nr .t_neih2 {
        margin-bottom: 20px;
    }
    .t_g5k1 .t_yiqiduan p {
        margin-bottom: 16px;
    }
    .t_g2k1 .t_g1k2nr .t_yiqiduan {
        padding-bottom: 30px;
    }
    .t_g4h1 h1{
        font-size: 22px;
    }
    .t_g4ulh2 h2 {
        font-size: 20px;
    }   
    .t_g4h1 {
        padding-top: 0px;
    }
    .t_g4tiao.t_yiqitit {
        margin-bottom: 26px;
    }
    .t_g4ulh2 {
        margin-bottom: 18px;
    }
    .t_g4ul {
        padding-bottom: 40px;
        margin-bottom: 36px;
    }
    .t_g4shen {
        padding: 12px 50px;
    }
    .t_g4shen {
        margin-top: 44px;
    }
    .t_g4k1 {
        padding-bottom: 60px;
    }
    .t_g4k1 {
        padding-bottom: 80px;
    }
    .t_g3k2li {
        width: 50%;
    }
    .t_g3k1la{
        margin-bottom: 10px;
    }
    .t_g3k1la1 {
        width: 44%;
    }
    .t_g3k1la2 {
        width: 56%;
    }
    .t_g3k1la3 {
        width: 32%;
    }
    .t_g3k1la4 {
        width: 44%;
    }
    .t_g3k1la5 {
        width: 22%;
    }
    .t_g3k1xia {
        z-index: 10;
    }
    .t_g3k1 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .t_g3k2nr {
        margin-bottom: 30px;
    }
    .t_g3k2 {
        padding-bottom: 50px;
    }
    .t_g1k2nr .t_yiqiduan {
        margin-bottom: 40px;
    }
    .t_e1k3li {
        width: 100%;
        margin-bottom: 20px;
    }
    .t_e1k3li:last-of-type{
        margin-bottom: 0;
    }
    .t_e1k3box{
        position: relative;
    }
    .t_e1k3li .t_e1k3xin .t_e1k3box {
        height: auto;
    }
    .t_e1k3xia{
        height: auto;
    }
    .t_e1k3box {
        width: 100%;
    }
    .t_e1k3xia .t_jiah3 {
        margin-bottom: 14px;
    }
    .t_e1k3box {
        padding: 20px 20px 0;
    }
    .t_g1k2nr {
        padding-bottom: 60px;
    }
    .t_f6k1le{
        width: 100%;
    }
    .t_f6k1le::before{
        display: none;
    }
    .t_f1k6rg {
        width: 100%;
        padding: 0;
        padding-bottom: 40px;
        padding-top: 32px;
    }
    .t_f6k1le {
        padding-right: 0px;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .t_f6k1le::after{
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #eee;
    }
    .t_f6k1le .t_jiah2 {
        margin-bottom: 20px;
    }
    .t_f6k1duan.t_yiqiduan p {
        margin-bottom: 2px;
    }
    .t_f6k1nr .t_f6k1duan.t_yiqiduan {
        margin-bottom: 20px;
    }
    .t_f3k1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .t_f3k1nr {
        margin-bottom: 30px;
    }
    .t_f3k1hang {
        font-size: 26px;
    }
    .t_f3k2 {
        padding-top: 50px;
    }
    .t_f3k2nr {
        padding-right: 160px;
    }
    .t_f3k2li {
        padding-bottom: 60px;
        padding-top: 30px;
    }
    .t_f3k3 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .t_f3k3xin {
        padding: 36px 15px 40px;
        margin: 36px 0;
    }
    .t_f3k4 {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .t_f3k4 .t_jiah2 {
        margin-bottom: 30px;
    }
    .t_f3k4le {
        width: 100%;
        margin-bottom: 30px;
    }    
    .t_f3k4le {
        padding-right: 0px;
        padding-top: 0px;
    }
    .t_f3k4li {
        margin-bottom: 16px;
    }
    .t_f3k4rg {
        width: 100%;
    }
	.t_e2zhuanpic {
		top: -1px;
	}
    .t_f1bk2rg .mCSB_scrollTools {
        width: 4px;
    }
    .t_f1bk2rg.mCustomScrollbar  .t_yiqicon.t_f1yearn{
        padding-right: 16px;
    }
    .t_f1dyear {
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 3%);
    }
    .t_f1dk3 .t_f1btop .slick-list {
        overflow-x: hidden;
    }
    .t_b3k2wen .t_jiatith3 {
        margin-bottom: 20px;
    }
    .t_f3k3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .t_f3k3nr{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .t_f3k2li .t_jiatith3 h3 {
        height: 54px;
    }
    .t_f3k2xiao {
        height: 120px;
    }
    .t_e2share{
        display: none;
    }
    .t_f1ck2pic{
        display: none;
    }
    .t_f1ck2pic:first-of-type{
        display: block;
    }
    .t_f1ck2ul .slick-list,.t_f1ck2ul .slick-track{
        height: 100%;
    }
    .t_f1ck2li {
        height: 100%;
    }
    .t_f1_3con .t_f1ck2 .slick-dots {
        bottom: -30px;
    }
    .t_f1_3con .t_f1ck2 {
        padding-bottom: 80px;
    }
    .t_syk4nr .slick-dots {
        bottom: -28px;
    }    
}	










.index_main .section3 .comm_tit {
  display: none;
}
.index_main .section3 .main {
  position: relative;
  padding-left: 160px;
  padding-right: 90px;
  height: 90px;
  background: #fff;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
}
.index_main .section3 .main .label {
  width: 160px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  line-height: 90px;
  position: absolute;
  background: #9e64b2;
  top: 0;
  left: 0;
}
.index_main .section3 .main .label:before {
  content: '';
  width: 29px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon6_3.gif");
  display: inline-block;
  vertical-align: middle;
  margin: -7px 8px 0 0;
}
.index_main .section3 .main .link {
  padding: 30px 40px;
  border-right: 1px solid #d9d9d9;
}
.index_main .section3 .main .link ul {
  font-size: 0;
  position: relative;
}
.index_main .section3 .main .link ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5vw;
  padding: 0 115px 0 30px;
  position: relative;
}
.index_main .section3 .main .link ul li:before {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  box-sizing: border-box;
}
.index_main .section3 .main .link ul li:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 7px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.index_main .section3 .main .link ul li a {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.index_main .section3 .main .link ul li span {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  font-size: 16px;
  font-family: 'DIN';
  color: #333;
}
.index_main .section3 .main .link ul li:hover:after {
  opacity: 1;
}
.index_main .section3 .main a.more {
  position: absolute;
  bottom: 0;
  right: 16px;
  font-size: 14px;
  line-height: 16px;
  top: 50%;
  margin-top: -8px;
  font-family: 'georgia';
  color: #088fe2;
}
.index_main .section3 .main a.more:after {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #088fe2;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 5px;
}
.index_main .section4 {
  position: relative;
  padding: 4.5vw 0;
}
.index_main .section4 .wrapper {
  z-index: 2;
}
.index_main .section4 .items {
  font-size: 0;
}
.index_main .section4 .items .item {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 35px 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  border-left: 1px solid #e6e6e6;
}
.index_main .section4 .items .item:last-of-type {
  border-right: 1px solid #e6e6e6;
}
.index_main .section4 .items .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transform-origin: center bottom;
}
.index_main .section4 .items .item .main {
  position: relative;
  z-index: 2;
}
.index_main .section4 .items .item .main .num {
  font-size: 60px;
  color: #e5e5e5;
  font-family: 'DIN';
}
.index_main .section4 .items .item .main h3 {
  font-size: 36px;
  color: #333;
  margin-top: 10px;
}
.index_main .section4 .items .item .main h4 {
  font-size: 12px;
  color: #d9d9d9;
  font-family: 'DOMAINEDISP-BOLD';
  text-transform: uppercase;
  letter-spacing: 2px;
}
.index_main .section4 .items .item .main .p_block {
  margin: 15px 0;
  opacity: 0;
  height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section4 .items .item .main .p_block p {
  font-size: 14px;
  line-height: 2;
  color: #088fe2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_main .section4 .items .item .main .p_block p span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #088fe2;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-family: 'DIN';
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.index_main .section4 .items .item .main .desc {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  height: 90px;
  width: 410px;
  overflow: hidden;
  text-align: justify;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section4 .items .item .main a.more {
  display: inline-block;
  vertical-align: top;
  bottom: 0;
  right: 16px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'georgia';
  color: #088fe2;
  opacity: 0;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section4 .items .item .main a.more:after {
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #088fe2;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 5px;
}
.index_main .section4 .items .item.active {
  width: 36%;
}
.index_main .section4 .items .item.active .bg {
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_main .section4 .items .item.active .main .p_block {
  opacity: 1;
}
.index_main .section4 .items .item.active .main .desc {
  opacity: 1;
}
.index_main .section4 .items .item.active .main a.more {
  opacity: 1;
}
.index_main .section4:after {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
.index_main .section5 {
  background: #fff;
  padding-bottom: 3.5vw;
}
.index_main .section5 .img_block {
  width: 191px;
  margin: 35px auto 30px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.index_main .section5 .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section5 .img_block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main .section5 .txt_block {
  text-align: center;
  margin: 0 3.5vw;
  position: relative;
}
.index_main .section5 .txt_block h3 {
  font-size: 20px;
  line-height: 2;
  color: #333;
  padding: 0 30px;
}
.index_main .section5 .txt_block p {
  font-size: 20px;
  line-height: 2;
  color: #666666;
  margin-top: 10px;
}
.index_main .section5 .txt_block:before, .index_main .section5 .txt_block:after {
  content: '';
  width: 16px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.index_main .section5 .txt_block:before {
  left: 0;
  top: 5px;
  background-image: url("../images/index/icon1.png");
}
.index_main .section5 .txt_block:after {
  right: 0;
  bottom: 5px;
  background-image: url("../images/index/icon2.png");
}
.index_main .section5 .qian {
  text-align: right;
  margin-top: 2vw;
}
.index_main .section5 .qian img{
  display: inline;
}
.index_main .section5 .slick-dots {
  margin-top: 2vw;
  font-size: 0;
  text-align: center;
}
.index_main .section5 .slick-dots button {
  display: none;
}
.index_main .section5 .slick-dots li {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-image: url("../images/index/icon5_1.png");
}
.index_main .section5 .slick-dots li.slick-active {
  background-image: url("../images/index/icon4.png");
}
.index_main .section6 {
  background: #fff;
}
.index_main .section6 .wrapper {
      padding: 38px 0 40px;
  border-top: 1px solid #e6e6e6;
}
.index_main .section6 .main {
  margin-top: 35px;
  position: relative;
  padding-right: 360px;
}
.index_main .section6 .main .video_slick .item {
  position: relative;
  overflow: hidden;
}
.index_main .section6 .main .video_slick .item img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section6 .main .video_slick .item a {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/icon3.png");
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  opacity: .8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.index_main .section6 .main .video_slick .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main .section6 .main .video_slick .item:hover a {
  opacity: .6;
}
.index_main .section6 .main .txt_slick {
  padding: 4.5vw 28px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  bottom: 0;
  background-position: right bottom;
  background-image: url("../images/index/img10.jpg");
  background-size: cover;
}
.index_main .section6 .main .txt_slick .item {
  text-align: center;
}
.index_main .section6 .main .txt_slick .item h3 {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
}
.index_main .section6 .main .txt_slick .item h3:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #ffc600;
  margin: 25px auto;
}
.index_main .section6 .main .txt_slick .item p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
.index_main .section6 .main .txt_slick .slick-dots {
  position: absolute;
  bottom: 3vw;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
}
.index_main .section6 .main .txt_slick .slick-dots button {
  display: none;
}
.index_main .section6 .main .txt_slick .slick-dots li {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-image: url("../images/index/icon5.png");
}
.index_main .section6 .main .txt_slick .slick-dots li.slick-active {
  background-image: url("../images/index/icon4.png");
}
.index_main .section7 {
  position: relative;
  background: #fff;
  padding: 4.5vw 0 6vw;
}
.index_main .section7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/imgbg.jpg");
  z-index: 1;
}
.index_main .section7 .wrapper {
  z-index: 2;
}

.index_main .section7 .items {
  font-size: 0;
}
.index_main .section7 .items .item {
  position: relative;
  width: 25%;
  display: inline-block;
  vertical-align: top;
 
  border-right: 1px solid #d9d9d9;
	background: #fff;
}
.index_main .section7 .items .item:first-of-type {
  border-left: 1px solid #d9d9d9;
}





.index_main .section7 .items .item{}



.index_main .section7 .items .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 1;
	
	
	
	
}














.index_main .section7 .items .item .box {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}




.index_main .section7 .items .item .box {
   
    padding: 35px 40px 50px;
	background: rgba(255,255,255,0.9);}






.index_main .section7 .items .item .box .num {
  font-size: 60px;
  color: #e5e5e5;
  font-family: 'DIN';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section7 .items .item .box h3 {
  font-size: 22px;
  color: #333;
  margin-top: 15px;
}
.index_main .section7 .items .item .box h4 {
  font-size: 12px;
  color: #d8d8d8;
  text-transform: uppercase;
  font-family: 'DOMAINEDISP-BOLD';
}
.index_main .section7 .items .item .box p {
  font-size: 20px;
  line-height: 28px;
  color: #5e5b66;
  margin: 4vw 0 1.5vw;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_main .section7 .items .item .box a {
  display: block;
  width: 130px;
  line-height: 38px;
  border: 2px solid #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
  font-size: 14px;
  color: #38363d;
  text-align: center;
}
.index_main .section7 .items .item:hover:before {
  opacity:0.5;
		

}

.index_main .section7 .items .item:hover .box {
   
   
	background: rgba(255,255,255,0.0);}



.index_main .section7 .items .item:hover .box h3{color:#fff}


.index_main .section7 .items .item{ -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);filter: gray;	background:rgba(255,255,255,0.3);
}

.index_main .section7 .items .item:hover{ -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);filter:none;	
}





.index_main .section7 .items .item:hover .box {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.index_main .section7 .items .item:hover .box .num {
  opacity: 0;
}
.index_main .section7 .items .item:hover .box p {
  color: #088fe2;
}
.index_main .section7 .items .item:hover .box a {
  color: #fff;
  border-color: #088fe2;
  background: #088fe2;
  box-shadow: 0 10px 20px rgba(122, 39, 136, 0.4);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.index_main .section7 .items .slick-dots {
  margin-top: 3vw;
  font-size: 0;
  text-align: center;
}
.index_main .section7 .items .slick-dots button {
  display: none;
}
.index_main .section7 .items .slick-dots li {
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-image: url("../images/icon5_1.png");
}
.index_main .section7 .items .slick-dots li.slick-active {
  background-image: url("../images/index/icon4.png");
}

.about_index {
  background: #fff;
}
.about_index .section2 .desc {
  color: #333;
  text-align: center;
  margin-top: 35px;
}
.about_index .section2 .desc h3 {
  font-size: 32px;
  line-height: 1;
}
.about_index .section2 .desc p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-top: 20px;
}
.about_index .section2 .items {
  margin-top: 3vw;
}
.about_index .section2 a.comm_more {
  margin-top: 3vw;
}
.about_index .section3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about_index .section3 .comm_tit h3, .about_index .section3 .comm_tit h4 {
  color: #fff;
}
.about_index .section3 .desc {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
  margin-top: 30px;
}
.about_index .section3 a.comm_more {
  margin-top: 7.8vw;
}
.about_index .section4 .items {
  font-size: 0;
  margin-top: 1px;
  width: calc(100% + 3px);
}
.about_index .section4 .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  border: 1px solid #d9d9d9;
  background: #fff;
  z-index: 1;
  margin: -1px -1px 0 0;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.about_index .section4 .item:nth-of-type(4n) {
  margin-right: 0;
}
.about_index .section4 .item a {
  display: block;
  height: 100%;
  padding: 35px 30px;
  padding-right: 20px;
}
.about_index .section4 .item a:after {
  content: '';
  width: 20px;
  height: 4px;
  background: #e6e6e6;
  display: block;
  margin-top: 30px;
}
.about_index .section4 .item h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about_index .section4 .item h4 {
  font-size: 12px;
  color: #d8d8d8;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'DOMAINEDISP-BOLD';
}
.about_index .section4 .item:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  border-color: transparent;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.about_index .section4 a.comm_more {
  margin-top: 3vw;
}

.about_overview {
  background: #fff;
}
.about_overview .section2 {
  padding-bottom: 5vw;background: #fafafa;position: relative
}
.about_overview .section2 .comm_sec1 {
  padding: 4vw 0;
}
.about_overview .section2 .txt_block p {
  font-size: 18px;
  line-height: 2;
  color: #808080;
}
.about_overview .section2 .txt_block h3 {
  font-size: 16px;
  color: #333;
  line-height: 36px;
	text-align: center
}



.botDiv {

    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0px;
    height: 59px;
    background: #fff;
}

.rightDiv {
    position: absolute;
    right: 0px;
    top: 0px;
    width:300px;
    height: 59px;
    background: #f3f5fa;
}

.pageNow {
    padding-left:20px;
    line-height: 59px;
}

.pageNow img {
    padding-right: 12px;
    position: relative;
    top: -0.02rem;
}
.pageNav li {
    float: left;
    margin-right: 0.42rem;
    font-size: 14px;
}
.pageNow a {
    color: #666;
    background: url(../images/nimg5_1.png) left center no-repeat;
    background-size: 5px;
    padding: 0 10px 0 15px;font-size: 13px
}

.pageNow em {
    background: url(../images/nimg5_1.png) left center no-repeat;
    background-size: 5px;
    padding-left: 13px;
    color: #666;font-style: normal;font-size: 13px
}


.botDiv:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #efefef;
}


.pageNav {
    height:59px;
    padding-left: 50px;
}


.pageNav li a {
    display: block;
    height: 59px;
    line-height:59px;
    color: #525252;
    position: relative;
}

.pageNav li em {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #0075cf;
    display: none;
    z-index: 2;
}

.pageNav li .aNow em, .pageNav li a:hover em {
    display: block;
}









.purpose{}
.pageTitle {
    padding-bottom: 30px;
}

.pageTitle .title1 {
    font-size: 22px;
    color: #0075cf;
    text-transform: uppercase;
	font-weight: bold;
	
}

.pageTitle .title1 img {
    padding-left: 18px;
    width: 50px;
}





.pageTitle .title2 {
    font-size: 26px;
    color: #3f3f3f;line-height: 42px
    
}


.pageTitle .title2 em{font-style: normal;font-size: 16px;
    padding-left: 34px;
    background: url(../images/line5.jpg) 14px 2px no-repeat;
    color: #d0dae5;line-height: 32px;}








.purpose .content {
    padding: 10px 0 50px;
    font-size: 14px;
    line-height: 30px;
    color: #4f4e4e;
}


.zixuntit{
	
	
	padding-left: 28px;
    line-height: 24px;
    color: #333;
    background: url(../images/ico2on.png) left 8px no-repeat;
    background-size: 8px;

	
	
	
}

.zixuntit strong{font-size: 18px; font-weight: normal}


.fuwutit{padding-left: 25px;
    color: #828282;
    line-height: 33px;
    font-size: 14px;
    background: url(../images/nimg10_2.png) left 12px no-repeat;
    background-size: 12px;
margin-bottom: 20px;
}

.fuwuimg img{width: 100%}



.seritems{overflow: hidden}


.seritem {
    width: 31.65%;
    display: block;
    margin-right: 2.525%;
    margin-bottom: 20px;
    background-color: #fafafa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

 .seritem .img {
}

 .seritem .img {
    overflow: hidden;
}

.seritem .img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: .4s;
    -webkit-transition: .4s;width: 100%
}

.seritem .textbox {
    padding: 18px 15px;
}

.seritem .textbox .title {
    font-size: 16px;
    height: 22px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: .4s;
    -webkit-transition: .4s;
}
.seritem:nth-of-type(3n) {
    margin-right: 0;
}


.mxfDiv {
    position: relative;
    right: 0px;
    bottom: 0px;
    height: 279px;
    width:100%;
    background: url(../images/nimg435Bg.jpg) right bottom no-repeat;
    background-size: 400px;
	 overflow: hidden;
}

.mxfDiv .imgDiv img {
    width: 100%;
}

.mxfDiv .layer {
    position: absolute;
    right: 0px;
    width:298px;
    top: 10%;
}


.mxfDiv .txt {
    font-size:36px;
    color: #fff;
    opacity: 0.3;
    font-weight: bold;
}


.mxfDiv .wen {
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    opacity: 0.2;
}

.mxfDiv .msg {
    padding-top: 20px;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
}


.mxfDiv .imgDiv {
    width: 500px;
}





.sideCulture {
    position: relative;
}

.sideCulture img{width: 100%}





.bg{display: block}

.sideCulture .bg img {
    width: 100%;
}


.sideCulture .layer {
    position: absolute;
    left: 28px;
    top: 60px;
}


.sideCulture .layer .txt {
    font-size: 30px;
    color: #fdcfa0;
    line-height: 36px;
}




.kehunav .layer .txt {color:#abc1d7}







.sideCulture .layer .wen {
    font-size: 14px;
    color: #fff;
    padding-top:20px;
    line-height: 30px;
}





.aboutRight .toptop {
    position: relative;
}


.aboutRight .toptop .imgDiv img {
    width: 100%;
}



.aboutRight .toptop .layer {
    position: absolute;
    left:35px;
    top:30px;
}

.aboutRight .toptop .txt {
    font-size: 20px;
    padding-top: 20px;
    position: relative;
    color: #fff;
}

.aboutRight .toptop .txt:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width:6px;
    height:2px;
    background: #fff;
    opacity: 0.5;
}



.aboutRight .toptop .wen {
    padding-top: 25px;
    color: #fff;
    opacity: 0.3;
    font-size:13px;
}


.aboutRight .botbot {
    height: 300px;
    position: relative;
    background: #eef4fd url(../images/nimg378Bg.jpg) center bottom no-repeat;
    background-size:300px;
}
.aboutRight .list {padding-top: 20px
 
}

.aboutRight .list li .box {
    border-top-right-radius:30px;
    -moz-border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    display: inline-block;
    padding: 0 20px 0 20px;
    margin-bottom: 15px;
    height: 40px;
    background: #dce5f4;
    line-height: 40px;
    font-size: 14px;
    color: #95a8b6;
    overflow: hidden;
    -webkit-transition: background 400ms;
    transition: background 400ms;
}


.aboutRight .list li em {
    font-size: 26px;
    color: #0075cf;
    font-family: medium;
    position: relative;
    top: 3px;font-style: normal;
}



.aboutRight .list li span {
    color: #0075cf;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    position: relative;
    top: 2px;
}









.aboutRight .list li:hover .box {
    background: #0075cf;
    color: #fff;
}
.aboutRight .list li:hover em{color:#fff}
.aboutRight .list li:hover span{color:#fff}







.list01{margin:40px auto 0 auto;}
.list01 ul li{ border-bottom:0;background: #fff}
.list01 ul li a{padding:0 10px;  display: block;  line-height: 44px;position: relative;height: auto;border-bottom:1px solid #ebebeb;
 
    font-size: 14px;
    color: #777;
}
.list01 .cur{color:#0055CC;}
.list01 ul li a:hover{color:#0055CC}

.list01 .cur:after {
    content: '';
    position: absolute;
    left: calc(-1px - 2px);
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #088fe2;
    transition: all .3s ease;
}



.list01 ul li a:before {
    content: "";
    height: 1px;
    width: calc(100% - 24px);
    display: block
}

.list01 ul .last a:before {
    content: "";
    height: 1px;
    width: calc(100% - 24px);
    background-color: #fff;
    display: block
}

.list01 ul li .inactive{ background:url(../images/off.png) no-repeat 212px center;}
.list01 ul li .inactives{background:url(../images/on.png) no-repeat 212px center;} 
.list01 ul li ul{display: none;}
.list01 ul li ul li { border-left:0; border-right:0;background: #f6fcff}
.list01 ul li ul li ul{display: none;}
.list01 ul li ul li a{ padding-left:20px;}
.list01 ul li ul li ul li {  border-color:#6196bb; }
.last{ border-color:#6196bb; }
.list01 ul li ul li ul li a{ color:#316a91; padding-left:30px;}

.left-menu{background: #088fe2;
    border-radius: 0;
    text-align: left;
    padding: 0 12px;
    font-size: 18px;
    letter-spacing: -.01em;
    position: relative;
line-height: 60px;}

.left-menu a{color:#fff}




.left-menu:before {
    width: calc(100% - 24px);
}

.left-menu:after, .left-menu:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 12px;
}





/*发展*/
.historyContentDiv {
    padding-top:20px;
}


.history .contentBox {
    padding-top: 30px;
    background: url(../images/line4.jpg) 4px repeat-y;
	padding-bottom: 60px
}


.history .contentBox li {
    padding-left: 132px;
    min-height: 80px;
    padding-bottom: 20px;
    position: relative;
}
.history .contentBox li .month {
    color: #fff;
    width: 111px;
    height: 30px;
    background: url(../images/nimg111_1.png) no-repeat;
    background-size:111px;
    font-size:16px;
    text-indent: 50px;
    line-height:30px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.history .contentBox li .content {
    font-size: 14px;
    color: #828282;
    line-height:30px;
    padding-bottom: 20px;padding-top: 0;
}

.year {
    font-weight: bold;
    font-size: 18px;
    color: #0075cf;
    padding-left:34px;
    background: url(../images/nimg23_1.png) left center no-repeat;
    background-size: 23px;
	    position: absolute;
    left: 0px;
    top: 0px;

	
	
	
}
.year em {
    font-size: 30px;
    padding-right:12px;
    font-weight: bold;font-style: normal
}

.about_organization {
  background: #fff;
}
.about_organization .section2 {
  padding: 4.5vw 0;
}
.about_organization .section2 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.about_regulation {
  background: #fff;
}
.about_regulation .section2 {
  padding: 4.5vw 0 6vw;
  font-size: 0;
}
.about_regulation .section2 .left {
  width: 18.75vw;
  float: left;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about_regulation .section2 .left a {
  display: block;
  padding-left: 4vw;
  font-size: 18px;
  color: #333;
  line-height: 48px;
  border-radius: 30px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_regulation .section2 .left a:last-of-type {
  margin-bottom: 0;
}
.about_regulation .section2 .left a:hover, .about_regulation .section2 .left a.active {
  background: #088fe2;
  color: #fff;
}
.about_regulation .section2 .left.fixed {
  position: fixed;
}
.about_regulation .section2 .left.visi {
  opacity: 0;
}
.about_regulation .section2 .right {
  width: calc(100% - 18.75vw - 3vw);
  padding-left: 3vw;
  margin-left: calc(25% + 3vw);
  border-left: 1px solid #f2f2f2;
}
.about_regulation .section2 .right .box {
  padding: 2.5vw 0;
  border-bottom: 1px solid #f2f2f2;
}
.about_regulation .section2 .right .box:first-of-type {
  padding-top: 0;
}
.about_regulation .section2 .right .box:last-of-type {
  padding-bottom: 0;
  border: none;
}
.about_regulation .section2 .right h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 2.5vw;
}
.about_regulation .section2 .right p {
  font-size: 18px;
  line-height: 2;
  color: #333;
}

.news_index {
  background: #fff;
}
.news_index .items {
  padding: 0 0 30px 0;
}
.news_index .items .item {
  overflow: hidden;
    border-top: #ececec solid 1px;
	
	padding-bottom: 3%;
	padding-top: 3%

	
}
.news_index .items .item .img_block {
  width:35%;
  float: left;
  overflow: hidden;
}
.news_index .items .item .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news_index .items .item .txt_block {
width: 62%;margin-left: 2%;
}
.news_index .items .item .txt_block .date {
  font-size: 12px;
  color: #999;
  font-family: 'DIN-Medium';
}
.news_index .items .item .txt_block h3 {
  font-size: 17px;
  line-height: 32px;
  max-height: 64px;
  color: #333;
  margin: 0px 0 10px;
	text-align: left;
  overflow: hidden;
}
.news_index .items .item .txt_block p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  max-height: 72px;
  overflow: hidden;margin-top: 10px
}
.news_index .items .item .txt_block span {
  display: inline-block;
  font-size: 14px;
  color: #088fe2;
  font-family: 'georgia';
  margin-top: 20px;
}
.news_index .items .item .txt_block span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #088fe2;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}



.txt_block span {
  display: inline-block;
  font-size: 14px;
  color: #088fe2;
  font-family: 'georgia';
  margin-top: 20px;
}
.txt_block span:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #088fe2;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}













.news_index .items .item.calibri .txt_block h3, .news_index .items .item.calibri .txt_block p {
  font-family: 'calibri-regular';
}
.news_index .items .item:hover .img_block img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news_index .items .item:hover .txt_block h3 {
  color: #088fe2;
}

.news_detail {
  background: #fff;
}
.news_detail .main {
  padding: 3.5vw 0 6vw;
  font-size: 0;
}

.left .top_info {
  border-bottom: 1px solid #e6e6e6;
}
.left h3 {
  font-size: 22px;
  line-height: 1.4;
  color: #000;
}
.left .date {
  font-size: 14px;
  color: #808080;

  margin: 15px 0;
}
.date:before {
  content: '';
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/time.png");
  margin: -1px 10px 0 0;
}
.left .info {
  margin-top: 3.5vw;
  position: relative;
}
.left .info span {
  font-size: 16px;
  color: #088fe2;
  line-height: 48px;
  font-family: 'calibri-regular';
}
.left .info span.address:before {
  content: '';
  width: 13px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.left .info span.date1 {
  margin-left: 4.5vw;
}
.left .info span.date1:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon4.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.left .content {
  padding: 30px 0;
  font-size: 16px;
  line-height: 2;
  color: #808080;
}
.left .content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.news_detail .main .left .content .box {
  margin-top: 20px;
}
.news_detail .main .left .content .box:nth-of-type(1) {
  margin-top: 0;
}
.news_detail .main .left .content .box_title {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.news_detail .main .left .content .box_title:before {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #088fe2;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.news_detail .main .left .read_more {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  margin-bottom: 3vw;
}
.news_detail .main .left .read_more a {
  font-size: 14px;
  color: #088fe2;
}
.news_detail .main .left .read_more a:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/research/icon2.png");
  margin: -4px 10px 0 0;
}
.left .other {
  background: #f7f7f7;
  padding: 18px 25px;
}
.left .other a {
  font-size: 14px;
  line-height: 32px;
  color: #333;
}
.left .other a:hover {
  text-decoration: underline;
  color: #088fe2;
}
.news_detail .main .right {
  display: inline-block;
  vertical-align: top;
  width: 22.5vw;
  padding-left: 3vw;
}



.sideJob {
    position: relative;
}

.sideJob .bg img {
    width: 100%;
}

.sideJob .layer {
    position: absolute;
    left: 20px;
    top: 60px;
}

.sideJob .layer .txt {
    font-size: 30px;
    color: #fff;
    line-height: 36px;font-weight: bold
}
.sideJob .layer .wen {
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
    line-height: 30px;
}


.research_team {
  background: #fff;
}
.research_team .main {
  padding: 4vw 0 6vw;
}
.research_team .info:before {
  content: '';
  width: 25px;
  height: 4px;
  background: #ffc600;
  display: block;
}
.research_team .info h3 {
  font-size: 28px;
  color: #333;
  margin: 15px 0 20px;
}
.research_team .info p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
}

.researcht_detail {
  background: #fff;
}
.researcht_detail .main {
  padding: 4.5vw 0 6vw;
}
.researcht_detail .left {
  width: 300px;
  float: left;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.researcht_detail .left img {
  width: 100%;
  display: block;
}
.researcht_detail .left .box {
  margin-top: 30px;
  border: 1px solid #e6e6e6;
}
.researcht_detail .left .box h3 {
  font-size: 24px;
  color: #088fe2;
  line-height: 3.126vw;
  padding: 0 30px;
  border-bottom: 1px solid #e6e6e6;
}
.researcht_detail .left .box h3:before {
  content: '';
  width: 2px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 20px 0 0;
  background: #ffc600;
}
.researcht_detail .left .box .p_block {
  padding: 25px 30px;
  font-size: 12px;
  line-height: 28px;
  color: #808080;
}
.researcht_detail .left.visi {
  opacity: 0;
}
.researcht_detail .right {
  width: calc(100% - 300px);
  margin-left: 300px;
  padding-left: 3vw;
  min-height: 640px;
}
.researcht_detail .right .box {
  margin-bottom: 2.8vw;
}
.researcht_detail .right .box:last-of-type {
  margin-bottom: 0;
}
.researcht_detail .right .box h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  margin-bottom: 20px;
}
.researcht_detail .right .box h3:before {
  content: '';
  width: 2px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 20px 0 0;
  background: #ffc600;
}
.researcht_detail .right .box p {
  font-size: 14px;
  line-height: 2;
  color: #808080;
  font-family: 'calibri';
}
.researcht_detail .right .box h4 {
  font-size: 18px;
  color: #088fe2;
  margin-top: 3vw;
  margin-bottom: 20px;
}
.researcht_detail .right .box.lvli p span {
  display: inline-block;
  vertical-align: top;
  width: 140px;
}

.contact_main {
  background: #fff;
  overflow: hidden;
}
.contact_main .comm_sec2 {
  margin: 4.5vw 0;
}
.contact_main .comm_sec2 .item .desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recruit_main {
  background: #fff;
}

.recruit_main .section2 .form {
  font-size: 0;
}
.recruit_main .section2 .form .box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-left: 1%;
  z-index: 1;
}
.recruit_main .section2 .form .box:first-of-type {
  margin-left: 0;
}

.recruit_main .section2 .form .box:nth-of-type(2) {
  width: 15%;
}

.recruit_main .section2 .form .box:nth-of-type(3) {
  width: 30%;
}
.recruit_main .section2 .form .box:nth-of-type(4) {
  width: 10%;
}



.recruit_main .section2 .form .box:last-of-type:after, .recruit_main .section2 .form .box:nth-of-type(3):after {
  display: none;
}
.recruit_main .section2 .form .box:nth-of-type(1) input, .recruit_main .section2 .form .box:nth-of-type(2) input {
  cursor: pointer;
}
.recruit_main .section2 .form .box:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  z-index: 3;
}
.recruit_main .section2 .form .box input {
  width: 100%;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  height: 38px;
  font-size: 14px;
  color: #808080;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.recruit_main .section2 .form .box input::-webkit-input-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input::-moz-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:-moz-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:-ms-input-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:focus::-webkit-input-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:focus::-moz-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:focus:-moz-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box input:focus:-ms-input-placeholder {
  color: #808080;
}
.recruit_main .section2 .form .box button.sear1 {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("../images/join/icon1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  z-index: 3;
}
.recruit_main .section2 .form .box button.sear2 {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
  background: #088fe2;
  border-radius: 10px;
  height: 38px;
  cursor: pointer;
}
.recruit_main .section2 .form .box ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 30px 30px 5px 5px;
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.1);
  padding-top: 48px;
  z-index: 1;
  display: none;
}
.recruit_main .section2 .form .box ul li {
  font-size: 14px;
  color: #333;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.recruit_main .section2 .form .box ul li:hover {
  background: #088fe2;
  color: #fff;
}
.recruit_main .section2 .form .box.open {
  z-index: 2;
}
.recruit_main .section2 .form .box.open ul {
  display: block;
}
.recruit_main .section2 .lists {
  margin: 1vw 0 3vw;
  font-size: 0;
}
.recruit_main .section2 .lists .list_tit {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px;background: #fafafa
}
.recruit_main .section2 .lists .list_tit span {
  font-size: 16px;
  color: #333;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
.recruit_main .section2 .lists .list_tit span:nth-of-type(1) {
  width: 55%;
}
.recruit_main .section2 .lists .list_tit span:nth-of-type(2) {
  width: 19%;
}
.recruit_main .section2 .lists .list_tit span:nth-of-type(3) {
  width: 19%;
}
.recruit_main .section2 .lists .list {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
	
	padding: 0 15px;
	
	
}
.recruit_main .section2 .lists .list span {
  font-size: 14px;
  color: #808080;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_main .section2 .lists .list span:nth-of-type(1) {
  width: 55%;
}
.recruit_main .section2 .lists .list span:nth-of-type(2) {
  width: 19%;
}
.recruit_main .section2 .lists .list span:nth-of-type(3) {
  width: 19%;
}
.recruit_main .section2 .lists .list span.date {
  font-family: 'DIN';
}
.recruit_main .section2 .lists .list a {
  font-size: 14px;
  font-family: 'georgia';
  color: #808080;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_main .section2 .lists .list a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #a6a6a6;
  margin: -3px 0 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_main .section2 .lists .list:hover a {
  color: #088fe2;
}
.recruit_main .section2 .lists .list:hover a:after {
  border-left-color: #088fe2;
}
.recruit_main .section2 .lists .list:hover span {
  color: #088fe2;
}
.recruit_main .section3 {
  padding: 6vw 0;
}
.recruit_main .section3 .item {
  margin-top: 4.5vw;
}
.recruit_main .section3 .item:first-of-type {
  margin-top: 0;
}
.recruit_main .section3 .item .img_block {
  overflow: hidden;
}
.recruit_main .section3 .item .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit_main .section3 .item .img_block:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.recruit_main .section3 .item span {
  display: block;
  font-size: 80px;
  color: #e9eaee;
  line-height: 1;
  margin-top: 3vw;
}
.recruit_main .section3 .item h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  margin: 20px 0;
}
.recruit_main .section3 .item p {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.recruit_main .section3 .item .detail {
  display: none;
}
.recruit_main .section3 .item a {
  display: block;
  width: 130px;
  line-height: 40px;
  border: 2px solid #000;
  border-radius: 30px;
  font-size: 16px;
  color: #38363d;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recruit_main .section3 .item a:hover {
  background: #088fe2;
  border-color: #088fe2;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.5);
}

.rec_pop .desc {
  font-size: 16px;
  color: #808080;
  line-height: 28px;
  padding: 20px 0;
  border-bottom: 2px solid #e6e6e6;
}
.rec_pop .boxes {
  max-height: 40vh;
  overflow: auto;
  padding-right: 20px;
  margin-top: 10px;
}
.rec_pop .box {
  margin-top: 3vw;
  font-size: 16px;
  line-height: 2;
  color: #808080;
}
.rec_pop .box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.rec_pop .box h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.rec_pop .box h4:before {
  content: '';
  width: 2px;
  height: 16px;
  background: #088fe2;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.rec_pop .box p {
  font-size: 16px;
  line-height: 2;
  color: #808080;
}
.rec_pop a {
  display: block;
  width: 200px;
  line-height: 44px;
  border: 2px solid #000;
  font-size: 18px;
  color: #333;
  border-radius: 30px;
  text-align: center;
  margin-top: 4vw;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rec_pop a:hover {
  border-color: #088fe2;
  background: #088fe2;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.5);
}

.research_direction {
  background: #fff;
}
.research_direction .section1 {
  padding: 5vw 0;
  background: #f4f7f8;
}
.research_direction .section1 h3 {
  text-align: center;
  font-size: 36px;
  color: #333;
  position: relative;
  padding-bottom: 22px;
}
.research_direction .section1 h3:after {
  content: '';
  width: 60px;
  height: 4px;
  margin: 0 auto;
  background: #ffc600;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.research_direction .section1 img {
  display: block;
  max-width: 100%;
  margin: 3vw auto 0;
}
.research_direction .section2 {
  background: #fff;
  padding: 6vw 0 0;
}
.research_direction .section2 .tab_tit {
  font-size: 0;
  text-align: center;
  border-bottom: 2px solid #e6e6e6;
  padding: 0 4vw;
}
.research_direction .section2 .tab_tit span {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 68px;
  color: #808080;
  border: 2px solid transparent;
  border-bottom: none;
  background: #fff;
  cursor: pointer;
}
.research_direction .section2 .tab_tit span.active {
  border-color: #e6e6e6;
  margin-bottom: -2px;
  padding-bottom: 2px;
}
.research_direction .section2 .child .tit {
  display: none;
}
.research_direction .section2 .child[data_index="0"] {
  padding: 3.5vw 0;
}
.research_direction .section2 .child[data_index="0"] img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.research_direction .section2 .child[data_index="1"] {
  max-width: 1150px;
  margin: 0 auto;
  padding: 5vw 0;
  overflow: hidden;
  display: none;
}
.research_direction .section2 .child[data_index="1"] img {
  width: 36.2%;
  float: left;
  margin-top: 30px;
}
.research_direction .section2 .child[data_index="1"] .right {
  margin-left: 55%;
  width: 45%;
}
.research_direction .section2 .child[data_index="1"] .right h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
.research_direction .section2 .child[data_index="1"] .right .p_block {
  margin-bottom: 20px;
}
.research_direction .section2 .child[data_index="1"] .right p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  padding-left: 40px;
}
.research_direction .section2 .child[data_index="1"] .right p:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 14px 10px 0 0;
}

.research_result {
  background: #fff;
}
.research_result .section1 {
  padding: 3vw 0 6vw;
}
.research_result .section1 .year {
  font-size: 0;
}
.research_result .section1 .year a {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  line-height: 36px;
  font-size: 20px;
  color: #333;
  font-family: 'DIN-Medium';
  text-align: center;
  border-radius: 30px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.research_result .section1 .year a:first-of-type {
  font-size: 16px;
}
.research_result .section1 .year a.active {
  color: #fff;
  background: #088fe2;
}
.research_result .section1 .year a:not(.active):hover {
  color: #088fe2;
}
.research_result .section1 .items {
  margin: 2.5vw -12px;
}

.research_support {
  background: #fff;
}
.research_support .section1 {
  padding: 4.5vw 0 6vw;
}
.research_support .section1 .items {
  font-size: 0;
  margin: 0 -12px;
  margin-bottom: 3vw;
}
.research_support .section1 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
  margin: 12px;
  background: #fff;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.research_support .section1 .item .img_block {
  overflow: hidden;
}
.research_support .section1 .item .img_block img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.research_support .section1 .item .txt_block {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 30px;
}
.research_support .section1 .item h3 {
  font-size: 24px;
  color: #333;
  margin-top: 30px;
}
.research_support .section1 .item p {
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  height: 84px;
  overflow: hidden;
  margin: 15px 0;
}
.research_support .section1 .item span {
  display: inline-block;
  font-size: 14px;
  font-family: 'georgia';
  color: #088fe2;
  line-height: 20px;
}
.research_support .section1 .item span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #088fe2;
  margin: -5px 0 0 5px;
}
.research_support .section1 .item:hover {
  box-shadow: 0 0 40px rgba(122, 39, 136, 0.1);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.research_support .section1 .item:hover .img_block img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.researchs_detail {
  background: #fff;
}
.researchs_detail .main {
  padding: 3.5vw 0 6vw;
  font-size: 0;
}
.researchs_detail .info h3 {
  font-size: 42px;
  color: #000;
}
.researchs_detail .info .date {
  font-size: 18px;
  color: #808080;
  font-family: 'DIN';
  margin: 35px 0;
}
.researchs_detail .info .date:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/news/icon1.png");
  margin: -4px 10px 0 0;
}
.researchs_detail .info .desc {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  font-size: 16px;
  color: #808080;
  line-height: 2;
}
.researchs_detail .info .desc img {
  max-width: 100%;
}
.researchs_detail .info .desc a {
  color: #088fe2;
  text-decoration: underline;
}
.researchs_detail h4 {
  font-size: 20px;
  color: #333;
  margin-top: 3vw;
}
.researchs_detail h4:before {
  content: '';
  width: 2px;
  height: 20px;
  background: #ffc600;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.researchs_detail .contact_items {
  margin: 12px -12px 0;
}
.researchs_detail .contact_items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 12px;
  background: #f7f7f7;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.researchs_detail .contact_items .item h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.researchs_detail .contact_items .item p {
  font-size: 14px;
  color: #808080;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.researchs_detail .contact_items .item:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.researchs_detail .comm_sec3 {
  margin-top: 12px;
}
.researchs_detail .comm_sec3 h3 {
  line-height: 23px !important;
  margin-bottom: 0;
}
.researchs_detail .con_items {
  margin: 12px -12px 0;
}
.researchs_detail .con_items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 24px);
  margin: 12px;
  background: #f7f7f7;
  padding: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.researchs_detail .con_items .item i {
  float: left;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.researchs_detail .con_items .item h3 {
  font-size: 20px;
  color: #088fe2;
  margin: 5px 0 5px 90px;
}
.researchs_detail .con_items .item p {
  font-size: 14px;
  color: #333;
  margin-left: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.researchs_detail .con_items .item:nth-of-type(1) i {
  background-image: url("../images/research/icon3.png");
}
.researchs_detail .con_items .item:nth-of-type(2) i {
  background-image: url("../images/research/icon4.png");
}
.researchs_detail .con_items .item:nth-of-type(3) i {
  background-image: url("../images/research/icon5.png");
}
.researchs_detail .con_items .item:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.researchs_detail .con_items .item:hover i {
  background-color: #f7f7f7;
}

.ifr_pop iframe {
  width: 100%;
  height: 50vh;
  margin-top: 30px;
}

.researchs_detail2 {
  background: #fff;
  padding-right: 20px;
}
.researchs_detail2 .info {
  font-size: 0;
}
.researchs_detail2 .info img {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.researchs_detail2 .info .p_block {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 3vw;
  padding-top: 15px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.researchs_detail2 .info .p_block span {
  color: #808080;
}
.researchs_detail2 h4 {
  font-size: 20px;
  color: #333;
  margin-top: 3vw;
}
.researchs_detail2 h4:before {
  content: '';
  width: 2px;
  height: 20px;
  background: #ffc600;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
.researchs_detail2 .p_box {
  margin-top: 15px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.researchs_detail2 .p_box p:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #333333;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 16px 10px 0 0;
}

.meeting_form {
  background: #fff;
}
.meeting_form .form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4vw 0 6vw;
}
.meeting_form .form h3 {
  font-size: 42px;
  color: #000;
  font-family: 'calibri-regular';
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.meeting_form .form .tip {
  color: #f00;
  text-align: right;
  font-family: 'calibri-regular';
  margin-top: 2vw;
  font-size: 16px;
}
.meeting_form .form form {
  font-size: 0;
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 4vw;
}
.meeting_form .form form .box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
  position: relative;
  padding: 0 10px 0 15px;
  z-index: 1;
}
.meeting_form .form form .box:nth-of-type(7), .meeting_form .form form .box:nth-of-type(10) {
  width: 100%;
}
.meeting_form .form form .box.select input {
  cursor: pointer;
}
.meeting_form .form form .box.select:after {
  content: '';
  width: 12px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  z-index: 3;
}
.meeting_form .form form .box i {
  font-size: 16px;
  color: #f00;
  position: absolute;
  top: 10px;
  left: 0;
  font-style: normal;
}
.meeting_form .form form .box input[type="text"], .meeting_form .form form .box .file_name {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 14px;
  color: #a6a6a6;
  z-index: 2;
  position: relative;
}
.meeting_form .form form .box input[type="text"]::-webkit-input-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]::-moz-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:-moz-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:-ms-input-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:focus::-webkit-input-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:focus::-moz-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:focus:-moz-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:focus:-ms-input-placeholder {
  color: #a6a6a6;
}
.meeting_form .form form .box input[type="text"]:focus {
  border-color: #088fe2;
}
.meeting_form .form form .box ul {
  position: absolute;
  left: 15px;
  right: 10px;
  top: 0;
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.1);
  padding-top: 50px;
  display: none;
  z-index: 1;
}
.meeting_form .form form .box ul li {
  font-size: 14px;
  color: #333;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.meeting_form .form form .box ul li:hover {
  background: #088fe2;
  color: #fff;
}
.meeting_form .form form .box .file_name {
  line-height: 48px;
}
.meeting_form .form form .box .file_btn, .meeting_form .form form .box input[type="file"] {
  width: 120px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 30px;
  top: 13px;
}
.meeting_form .form form .box .file_btn {
  background: #088fe2;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.meeting_form .form form .box input[type="file"] {
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.meeting_form .form form .box .type {
  text-align: right;
  font-size: 14px;
  color: #a6a6a6;
  margin-top: 10px;
}
.meeting_form .form form .box.open {
  z-index: 2;
}
.meeting_form .form form .box.open:after {
  background-image: url("../images/icon2.png");
}
.meeting_form .form form .box.open ul {
  display: block;
}
.meeting_form .form form .btns {
  text-align: center;
  margin-top: 35px;
}
.meeting_form .form form .btns button {
  width: 200px;
  line-height: 44px;
  border-radius: 30px;
  font-size: 16px;
  border: 2px solid transparent;
  margin: 0 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.meeting_form .form form .btns button.reset {
  border-color: #333;
  color: #333;
  background: #fff;
}
.meeting_form .form form .btns button.reset:hover {
  background: #ffc600;
  color: #fff;
  border-color: #ffc600;
  box-shadow: 0 10px 30px rgba(255, 198, 0, 0.3);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.meeting_form .form form .btns button.submit {
  color: #fff;
  background: #088fe2;
}
.meeting_form .form form .btns button.submit:hover {
  box-shadow: 0 10px 30px rgba(123, 39, 137, 0.3);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.fixed_sucpop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}
.fixed_sucpop .main {
  width: 640px;
  margin: 0 auto;
  padding: 4vw 0;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 25vh;
  background: #fff;
  font-size: 0;
}
.fixed_sucpop .close {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 30px;
  background-image: url("../images/join/icon2.png");
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_sucpop .close:hover {
  background-image: url("../images/join/icon2_on.png");
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fixed_sucpop h3 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 3vw;
}
.fixed_sucpop a {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  line-height: 44px;
  border-radius: 30px;
  font-size: 16px;
  border: 2px solid transparent;
  margin: 0 12px;
  cursor: pointer;
}
.fixed_sucpop a:nth-of-type(1) {
  border-color: #333;
  color: #333;
  background: #fff;
}
.fixed_sucpop a:nth-of-type(2) {
  color: #fff;
  background: #088fe2;
}

.meeting_detail {
  background: #fff;
}
.meeting_detail .main {
  padding: 3.5vw 0 6vw;
  font-size: 0;
}
.meeting_detail .main .left {
  width: calc(100% - 22.5vw);
  padding-right: 3vw;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.meeting_detail .main .left .top_info {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}
.meeting_detail .main .left .top_info h3 {
  font-size: 42px;
  color: #000;
  font-family: 'calibri-regular';
}
.meeting_detail .main .left .top_info .info {
  margin-top: 3.5vw;
  position: relative;
  height: 48px;
}
.meeting_detail .main .left .top_info .info span {
  font-size: 16px;
  color: #088fe2;
  line-height: 48px;
  font-family: 'calibri-regular';
}
.meeting_detail .main .left .top_info .info span.address:before {
  content: '';
  width: 13px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.meeting_detail .main .left .top_info .info span.date {
  margin-left: 4.5vw;
}
.meeting_detail .main .left .top_info .info span.date:before {
  content: '';
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon4.png");
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.meeting_detail .main .left .top_info .info a {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  line-height: 44px;
  border-radius: 30px;
  border: 2px solid #000;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-family: 'calibri-regular';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.meeting_detail .main .left .top_info .info a:hover {
  background: #088fe2;
  border-color: #088fe2;
  color: #fff;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(122, 39, 136, 0.5);
}
.meeting_detail .main .left .box {
  margin-top: 3vw;
}
.meeting_detail .main .left .box h4 {
  font-size: 20px;
  color: #333;
}
.meeting_detail .main .left .box h4:before {
  content: '';
  width: 2px;
  height: 20px;
  background: #ffc600;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}
.meeting_detail .main .left .box .desc {
  font-size: 16px;
  color: #808080;
  line-height: 28px;
  font-family: 'calibri-regular';
  margin-top: 25px;
}
.meeting_detail .main .left .box .desc .small {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.meeting_detail .main .left .box .desc a {
  color: #088fe2;
  text-decoration: underline;
}
.meeting_detail .main .left .box .desc img {
  max-width: 100%;
}
.meeting_detail .main .left .box1 .desc2 {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  font-family: 'calibri-regular';
  margin-top: 35px;
}
.meeting_detail .main .left .box2 {
  font-size: 0;
}
.meeting_detail .main .left .box2 .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-top: 24px;
  overflow: hidden;
  padding-right: 10px;
}
.meeting_detail .main .left .box2 .item .img_block {
  overflow: hidden;
}
.meeting_detail .main .left .box2 .item .img_block img {
  width: 100%;
  display: block;
}
.meeting_detail .main .left .box2 .item .txt_block {
  margin-top: 15px;
}
.meeting_detail .main .left .box2 .item .txt_block h3 {
  font-size: 20px;
  color: #333;
  font-family: 'calibri-regular';
  margin-bottom: 12px;
}
.meeting_detail .main .left .box2 .item .txt_block h3:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #ffc600;
  display: block;
  margin-top: 15px;
}
.meeting_detail .main .left .box2 .item .txt_block p {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  font-family: 'calibri-regular';
}
.meeting_detail .main .left .box3 .file {
  background: #f7f7f7;
  padding: 35px 30px;
  margin-top: 25px;
  font-size: 14px;
  color: #333;
  font-family: 'calibri-regular';
}
.meeting_detail .main .left .box3 .file a {
  color: #088fe2;
  text-decoration: underline;
}
.meeting_detail .main .left .box3 .file:before {
  content: '';
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/meeting/icon5.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.meeting_detail .main .left .box4 .imgs {
  margin-top: 25px;
  font-size: 0;
}
.meeting_detail .main .left .box4 .imgs img {
  width: 48.5%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3%;
}
.meeting_detail .main .left .box4 .imgs img:nth-of-type(even) {
  margin-left: 3%;
}
.meeting_detail .main .left .box5 .info {
  background: #f7f7f7;
  padding: 28px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  font-family: 'calibri-regular';
}
.meeting_detail .main .left .box5 .info i {
  width: 28px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/meeting/icon6.png");
  margin: -2px 2vw 0 0;
}
.meeting_detail .main .left .box5 .info p {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 28px - 2vw);
}
.meeting_detail .main .left .box7 .logos {
  font-size: 0;
}
.meeting_detail .main .left .box7 .logos .logo {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-right: 1%;
  margin-top: 10px;
  text-align: center;
}
.meeting_detail .main .left .box7 .logos .logo .img_block {
  height: 100px;
  background-color: #f7f7f7;
}
.meeting_detail .main .left .box7 .logos .logo .img_block img {
  width: auto;
  max-width: 80%;
  max-height: 80%;
}
.meeting_detail .main .left .box7 .logos .logo h3 {
  font-size: 14px;
  margin-top: 10px;
}
.meeting_detail .main .left .box7 .tel {
  background: #f7f7f7;
  padding: 35px 40px;
  font-size: 16px;
  line-height: 28px;
  color: #808080;
  font-family: 'calibri-regular';
  margin-top: 25px;
}
.meeting_detail .main .left .box7 .tel a {
  color: #088fe2;
  text-decoration: underline;
}
.meeting_detail .main .left .box8 p {
  font-size: 24px;
  color: #333;
  font-family: 'calibri-regular';
  text-align: center;
}
.meeting_detail .main .right {
  display: inline-block;
  vertical-align: top;
  width: 22.5vw;
  padding-left: 3vw;
}

.search_index {
  background: #fff;
}
.search_index .section2 {
  padding: 4.5vw 0 6vw;
  font-size: 0;
}
.search_index .section2 .left {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 400px);
  border: 1px solid #f2f2f2;
  padding: 30px 40px 50px;
}
.search_index .section2 .left .items {
  margin-bottom: 3vw;
}
.search_index .section2 .left .item {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  line-height: 70px;
  padding-right: 90px;
}
.search_index .section2 .left .item a {
  font-size: 16px;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_index .section2 .left .item span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #808080;
}
.search_index .section2 .left .item:hover a {
  color: #088fe2;
}
.search_index .section2 .right {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  width: 360px;
  border: 1px solid #f2f2f2;
  border-top: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search_index .section2 .right h3 {
  line-height: 60px;
  background-color: #088fe2;
  font-size: 20px;
  color: #fff;
  text-indent: 40px;
}
.search_index .section2 .right h3:before {
  content: '';
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon9.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.search_index .section2 .right a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 70px;
  text-indent: 40px;
  border-top: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_index .section2 .right a:hover {
  color: #088fe2;
}
.search_index .section2 .right.visi {
  opacity: 0;
}

@media screen and (max-width: 1700px) {
  .index_main .section2 .main .slick .item .top_block h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .index_main .section2 .main .slick .item .top_block h3 a {
    height: 120px;
  }

  .index_main .section2 .main .slick .item .bot_block h3 {
    
    line-height: 24px;
    
  }

  .index_main .section2 .main .slick .item .bot_block p {
    line-height: 20px;
    
  }

  .index_main .section2 .main .slick .item .bot_block {
   
  }

  .index_main .section2 .main .slick .item:hover .bot_block {
   
  }

  .index_main .section4 .items .item .main .desc {
    width: 330px;
    line-height: 24px;
    height: 96px;
  }

  .index_main .section7 .items .item {
    
  }

  .index_main .section7 .items .item .box h3 {
    font-size: 22px;
  }

  .index_main .section7 .items .item .box .num {
    font-size: 50px;
  }

  .index_main .section7 .items .item .box p {
    font-size: 17px;
  }

  .comm_banner .txt_block h3 {
    font-size: 44px;
  }

  .about_index .section4 .item h3 {
    font-size: 18px;
  }

  .about_index .section4 .item a:after {
    margin-top: 20px;
  }

  .about_regulation .section2 .left a {
    padding-left: 2.5vw;
  }

  .comm_sec2 .item h3 {
    font-size: 26px;
  }

  .comm_sec2 .item p {
    font-size: 16px;

  }

  .meeting_detail .main .left .top_info h3,
  .meeting_form .form h3,
  .news_detail .main .left h3,
  .researchs_detail .info h3 {
    font-size: 38px;
  }

  .meeting_detail .main .left .box2 .item .txt_block h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .meeting_detail .main .left .box2 .item .txt_block h3:after {
    margin-top: 10px;
  }

  .meeting_detail .main .left .box2 .item .txt_block p {
    font-size: 12px;
    line-height: 20px;
  }

  .research_direction .section2 .tab_tit span {
    font-size: 20px;
  }

  .researchs_detail .contact_items .item {
    padding: 30px;
  }

  .researchs_detail .contact_items .item h3 {
    font-size: 16px;
  }

  .researchs_detail .contact_items .item p {
    font-size: 12px;
  }

  .comm_subnav {
    padding: 15px 0;
  }

  .comm_subnav a {
    padding: 0 15px;
    min-width: 60px;
    margin: 2px 10px;
  }
}
@media screen and (max-width: 1500px) {
  .comm_tit h3 {
    font-size: 32px;
  }

  .index_main .section1 .slick .item .txt h3 {
    font-size: 38px;
  }

  .index_main .section1 .slick .item .txt h4 {
    font-size: 16px;
  }

  .index_main .section2 .main .slick .item {
    margin: 10px 5px;
   
  }

  .index_main .section2 .main .slick-dots {
    margin-left: 5px;
    margin-right: 5px;
  }

  .index_main .section2 .main .slick .item:hover .top_block {
   
  }

  .index_main .section3 .main {
    height: 60px;
    padding-left: 140px;
  }

  .index_main .section3 .main .label {
    font-size: 24px;
    line-height: 60px;
    width: 140px;
  }

  .index_main .section3 .main .link {
    padding: 15px 30px;
  }

  .index_main .section3 .main {
    font-size: 16px;
  }

  .index_main .section4 .items .item .main .desc {
    width: 280px;
  }

  .index_main .section4 .items .item .main h3 {
    font-size: 30px;
  }

  .index_main .section4 .items .item .main .num {
    font-size: 50px;
  }

  .index_main .section4 .items .item .main .p_block p {
    font-size: 14px;
  }

  .index_main .section5 .txt_block h3 {
    font-size: 18px;
  }

  .index_main .section5 .txt_block p {
    font-size: 18px;
  }

  .index_main .section6 .main .txt_slick {
    padding-top: 3vw;
  }

  .index_main .section6 .main .txt_slick .item h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .index_main .section6 .main .txt_slick .item p {
    font-size: 14px;
  }

  .index_main .section7 .items .item {
   
  }

  .index_main .section7 .items .item .box p {
    font-size: 14px;
    line-height: 24px;
  }

  .index_main .section7 .items .item .box a {
    width: 100px;
    line-height: 34px;
  }

  .comm_banner .txt_block h3 {
    font-size: 38px;
  }

  .about_index .section2 .desc h3 {
    font-size: 26px;
  }

  .about_index .section2 .desc p {
    font-size: 15px;
  }

  .comm_sec1 .item .icon {
    height: 130px;
    width: 180px;
  }

  .comm_sec1 .item .icon .number span {
    font-size: 70px;
  }

  .comm_sec1 .item p {
    font-size: 16px;
  }

  .about_index .section3 .desc {
    font-size: 18px;
  }

  .about_overview .section2 .txt_block p {
    font-size: 16px;
  }

  .about_overview .section2 .txt_block h3 {
    font-size: 16px;text-align: center;
    line-height: 28px;
  }

  .about_regulation .section2 .left a {
    font-size: 15px;
    line-height: 40px;
  }

  .about_regulation .section2 .right h3 {
    font-size: 30px;
  }

  .about_regulation .section2 .right p {
    font-size: 16px;
  }

  .comm_sec2 .item .top_main {
    padding-bottom: 20px;text-align: center
  }

  .comm_sec2 .item h3 {
    font-size: 22px;
  }

  .comm_sec2 .item p {
    font-size: 14px;
  }

  .comm_sec2 .item .desc {
    font-size: 12px;
    line-height: 24px;
    margin-top: 18px;
    height: 48px;
  }

  .news_index .items .item .txt_block .date {
    font-size: 12px;
  }

  .news_index .items .item .txt_block h3 {
    font-size: 20px;
    line-height: 26px;
    max-height: 52px;
    margin: 0px 0 10px;
  }

  .meeting_detail .main .left,
  .news_detail .main .left {
    width: calc(100% - 24vw);
    padding-right: 2vw;
  }

  .meeting_detail .main .right,
  .news_detail .main .right {
    width: 24vw;
    padding-left: 2vw;
  }

  .comm_sec4 h3 {
    font-size: 20px;
  }

  .comm_sec4 a.link {
    font-size: 16px;
    line-height: 26px;

    padding-left: 15px;
  }

  .comm_sec4 a.more {
    line-height: 48px;
  }

  .meeting_detail .main .left .top_info .info a {
    width: 170px;
  }

  .comm_crumbs {
    padding: 20px 0;
  }

  .comm_crumbs a.link,
  .comm_crumbs span {
    font-size: 14px;
  }

  .news_detail .main .left .content {
    font-size: 15px;
  }

  .recruit_main .section2 .lists .list_tit span {
    font-size: 20px;
  }

  .recruit_main .section2 .lists .list span {
    line-height: 54px;
  }

  .recruit_main .section3 .item span {
    font-size: 60px;
  }

  .recruit_main .section3 .item h3 {
    font-size: 28px;
  }

  .research_direction .section1 h3 {
    font-size: 28px;
  }

  .research_direction .section2 .tab_tit span {
    font-size: 18px;
    line-height: 54px;
  }

  .research_direction .section2 .child[data_index="1"] .right h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .research_direction .section2 .child[data_index="1"] .right p {
    font-size: 15px;
  }

  .research_result .section1 .year a {
    width: 100px;
    font-size: 18px;
  }

  .comm_sec3 .item .date {
    font-size: 15px;
    padding: 12px 10px;
  }

  .comm_sec3 .item h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .comm_sec3 .item h3 .span2 {
    top: 13px;
  }

  .comm_sec3 .item span.more {
    font-size: 15px;
  }

  .research_support .section1 .item h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  .research_support .section1 .item p {
    font-size: 15px;
    line-height: 24px;
    height: 72px;
  }

  .researchs_detail .info .desc {
    font-size: 15px;
  }

  .researchs_detail .con_items .item {
    padding: 25px 20px;
  }

  .researchs_detail .con_items .item h3,
  .researchs_detail .con_items .item p {
    margin-left: 80px;
  }

  .researchs_detail .con_items .item h3 {
    font-size: 16px;
  }

  .researchs_detail .con_items .item p {
    font-size: 12px;
  }

  .comm_pop h3 {
    font-size: 22px;
  }

  .comm_pop .main {
    width: 82vw;
  }

  .research_team .info h3 {
    font-size: 22px;
  }

  .research_team .info p {
    font-size: 15px;
  }

  .researcht_detail .right .box h3 {
    font-size: 22px;
  }

  .researcht_detail .right .box.lvli p span {
    width: 100px;
  }

  .researcht_detail .left .box h3 {
    font-size: 20px;
  }

  .search_index .section2 .left {
    width: calc(100% - 340px);
  }

  .search_index .section2 .left .item {
    line-height: 60px;
  }

  .search_index .section2 .left .item a {
    font-size: 15px;
  }

  .search_index .section2 .right {
    width: 300px;
  }

  .search_index .section2 .right h3 {
    line-height: 50px;
    font-size: 18px;
  }

  .search_index .section2 .right a {
    line-height: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .index_main .section2 .main .slick .item .top_block h3 {
    font-size: 16px;
  }

  .index_main .section4 .items .item .main h3 {
    font-size: 24px;
  }

  .index_main .section4 .items .item .main .num {
    font-size: 40px;
  }

  .index_main .section4 .items .item .main .desc {
    width: 230px;
    line-height: 20px;
    height: 80px;
  }

  .index_main .section4 .items .item .main h4 {
    height: 30px;
  }

  .index_main .section6 .main .txt_slick .item h3:after {
    margin: 15px auto;
  }

  .index_main .section7 .items .item .box .num {
    font-size: 40px;
  }

  .index_main .section7 .items .item .box h3 {
    font-size: 22px;
  }

  .index_main .section7 .items .item .box p {
    font-size: 14px;
    margin-top: 3vw;
  }

  .index_main .section7 .items .item .box h4 {
    height: 30px;
  }

  .about_index .section4 .item a {
    padding: 20px;
  }

  .about_index .section4 .item a:after {
    margin-top: 15px;
  }

  .about_overview .section2 .txt_block h3 {
    font-size: 16px;
  }

  .about_overview .section2 .txt_block p {
    font-size: 14px;
  }

  .about_regulation .section2 .left a {
    font-size: 14px;
    padding-left: 1.8vw;
  }

  .about_regulation .section2 .right h3 {
    font-size: 24px;
  }

  .about_regulation .section2 .right p {
    font-size: 14px;
  }

  .comm_sec2 .item {
    padding: 20px;
  }

  .comm_sec2 .item .head_img {
    width: 80px;
    height: 80px;margin: 0 auto
  }

  .comm_sec2 .item h3 {
    font-size: 18px;

  }

  .comm_sec2 .item p {
    font-size: 13px;
    margin-left: 95px;
  }

  .news_index .items .item .img_block {
    width: 430px;
  }

  .news_index .items .item .txt_block {
    margin-left: 460px;
    padding-top: 20px;
  }

  .comm_sec4 a.link {
    font-size: 14px;
    line-height: 22px;
  }

  .meeting_detail .main .left .top_info h3,
  .meeting_form .form h3,
  .news_detail .main .left h3,
  .researchs_detail .info h3 {
    font-size: 30px;
  }

  .recruit_main .section2 .lists .list span {
    font-size: 14px;
    line-height: 50px;
  }

  .recruit_main .section3 .item span {
    font-size: 50px;
  }

  .recruit_main .section3 .item h3 {
    font-size: 24px;
  }

  .recruit_main .section3 .item p {
    font-size: 14px;
  }

  .comm_sec3 .item h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .researchs_detail .contact_items .item {
    padding: 20px;
  }

  .comm_pop .main {
    width: 88vw;
  }
}
@media screen and (max-width: 1200px) {
  .about_regulation .section2 .left a {
    font-size: 13px;
    padding-left: 1.5vw;
  }

  .research_direction .section2 .tab_tit span {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .comm_banner .txt_block h3 {
    font-size: 22px;
    text-align: center;
  }

  .comm_banner .txt_block h4 {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }

  .comm_tit h3 {
    font-size: 18px;
  }

  .comm_tit h4 {
    margin-bottom: 5px;
  }

  .about_index .section2 .desc {
    margin-top: 15px;
  }

  .about_index .section2 .desc h3 {
    font-size: 16px;
    line-height: 1.4;
  }

  .about_index .section2 .desc p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

  .comm_sec1 .item .icon {
    width: 100%;
    height: 50px;
  }

  .comm_sec1 .item .icon .number span {
    font-size: 30px;
  }

  .comm_sec1 .item .icon .number {
    font-size: 12px;
    bottom: 0;
  }

  .comm_sec1 .item p {
    font-size: 12px;
  }

  .comm_more {
    width: 120px;
    line-height: 36px;
  }

  .about_index .section2 a.comm_more {
    margin-top: 15px;
  }

  .about_index .section3 {
    background-attachment: unset;
  }

  .about_index .section3 .desc {
    font-size: 15px;
    line-height: 26px;
  }

  .comm_img img {
    width: 120%;
    margin-left: -10%;
  }

  .comm_img .boxes {
    left: 20px;
    right: 20px;
  }

  .comm_img .boxes .box {
    padding: 0;
    margin: 5px 0;
  }

  .comm_img .boxes .box h3 {
    font-size: 13px;
  }

  .comm_img .boxes .box h3 span {
    font-size: 20px;
  }

  .comm_img .boxes .box:after {
    display: none;
  }

  .about_index .section4 .item {
    width: 50%;
  }

  .about_index .section4 .item a {
    padding: 15px 10px;
  }

  .about_index .section4 .item h3 {
    font-size: 12px;
  }

  .about_index .section4 .item a:after {
    margin-top: 8px;
  }

  .comm_subnav a {
    font-size: 14px;
    margin: 2px;
    line-height: 30px;
    padding: 0 10px;
  }

  .about_overview .section2 .txt_block p {
    line-height: 24px;
  }

  .about_overview .section2 .comm_sec1 {
    padding: 20px 0;
  }

  .about_overview .section2 .txt_block h3 {
    font-size: 15px;
    line-height: 24px;
  }

  .about_regulation .section2 {
    padding: 20px 0;
  }

  .about_regulation .section2 .left {
    display: none;
  }

  .about_regulation .section2 .right {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }

  .about_regulation .section2 .right h3 {
    font-size: 20px;
  }

  .about_regulation .section2 .right p {
    line-height: 24px;
  }

  .about_regulation .section2 .right .box {
    padding: 20px 0;
  }

  .contact_main .comm_sec2 {
    margin: 20px 0;
  }

  .comm_sec2 .item {
    width: 100%;
    margin: 5px 0;
  }

  .comm_sec2 .item .top_main {
    padding-bottom: 10px;
  }

  .comm_sec2 .item .desc {
    margin-top: 10px;
  }

  .news_index .items {
    padding: 20px 0;
  }

  .news_index .items .item {
    margin-bottom: 20px;
  }

  .news_index .items .item .img_block {
    width: 100%;
    float: none;
  }

  .news_index .items .item .txt_block {
    margin: 10px 0 0;
    padding: 0;
  }

  .news_index .items .item .txt_block h3 {
    font-size: 18px;
    height: auto;
    margin: 6px 0;
  }

  .news_index .items .item .txt_block span {
    display: none;
  }

  .comm_crumbs a.back {
    display: none;
  }

  .comm_crumbs {
    padding: 10px 20px;
  }

  .comm_crumbs .wrapper {
    padding: 0;
  }

  .comm_crumbs a.link,
  .comm_crumbs span {
    font-size: 12px;
  }

  .meeting_detail .main {
    padding: 20px 0;
  }

  .comm_share {
    display: none;
  }

  .meeting_detail .main .left, .news_detail .main .left {
    width: 100%;
    padding: 0;
    border: none;
  }

  .meeting_detail .main .right, .news_detail .main .right {
    width: 100%;
    padding: 0;
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 20px;
  }

  .comm_sec4 a.link {
    margin-bottom: 10px;
  }

  .comm_sec4 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .comm_sec4 a.more {
    line-height: 40px;
    font-size: 14px;
  }

  .meeting_detail .main .left .top_info h3, .meeting_form .form h3, .news_detail .main .left h3, .researchs_detail .info h3 {
    font-size: 18px;
  }

  .meeting_detail .main .left .top_info .info span {
    display: block;
    line-height: 28px;
  }

  .meeting_detail .main .left .top_info .info span.date {
    margin-left: 0;
  }

  .meeting_detail .main .left .top_info {
    padding-bottom: 15px;
  }

  .meeting_detail .main .left .top_info .info {
    margin-top: 10px;
    height: auto;
  }

  .meeting_detail .main .left .top_info .info a {
    width: 120px;
    position: static;
    display: block;
    line-height: 36px;
    margin-top: 5px;
  }

  .meeting_detail .main .left .box {
    margin-top: 20px;
  }

  .meeting_detail .main .left .box h4 {
    font-size: 18px;
  }

  .meeting_detail .main .left .box .desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .meeting_detail .main .left .box1 .desc2 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  .meeting_detail .main .left .box2 .item {
    width: 100%;
  }

  .meeting_detail .main .left .box2 .item {
    margin-top: 10px;
  }

  .meeting_detail .main .left .box3 .file {
    padding: 15px 20px;
  }

  .meeting_detail .main .left .box .desc span {
    /*margin-left: 20px;*/
  }
  .meeting_detail .main .left .box .desc a{
    display: block;
  }
  .meeting_detail .main .left .box5 .info {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
  }

  .meeting_detail .main .left .box5 .info p {
    width: 80%;
  }

  .meeting_detail .main .left .box7 .tel {
    padding: 15px 20px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .meeting_detail .main .left .box7 .logos .logo {
    width: 32.33%;
  }

  .meeting_detail .main .left .box7 .logos .logo .img_block {
    height: 60px;
  }

  .meeting_form .form h3 {
    padding-bottom: 15px;
  }

  .meeting_form .form {
    padding: 20px 0;
  }

  .meeting_form .form form {
    width: 100%;
    margin-top: 10px;
  }

  .meeting_form .form form .box input[type="text"], .meeting_form .form form .box .file_name {
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .meeting_form .form form .box {
    margin: 5px 0;
  }

  .meeting_form .form form .box .file_name {
    line-height: 38px;
  }

  .meeting_form .form form .box .file_btn, .meeting_form .form form .box input[type="file"] {
    right: 20px;
    width: 100px;
    top: 8px;
  }

  .meeting_form .form form .box .file_btn {
    font-size: 12px;
  }

  .meeting_form .form form .box .type {
    font-size: 12px;
  }

  .meeting_form .form form .btns button {
    width: 120px;
    font-size: 12px;
    margin: 0 5px;
    line-height: 36px;
  }

  .meeting_form .form form .box ul {
    padding-top: 40px;
  }

  .meeting_form .form form .box ul li {
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .news_detail .main .left .info {
    margin-top: 10px;
  }

  .news_detail .main .left .info span {
    display: block;
    line-height: 28px;
  }

  .news_detail .main .left .info span.date1 {
    margin-left: 0;
  }

 .left .date {
    margin: 8px 0;
    font-size: 14px;
  }

  .news_detail .main .left .content {
    padding: 15px 0;
    font-size: 14px;
    line-height: 24px;
  }

  .news_detail .main .left .other {
    padding: 10px 15px;
  }

  .news_detail .main .left .other a {
    font-size: 12px;
    line-height: 24px;
  }

  .video_pop video {
    max-width: 90%;
  }

  .research_team .info h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  .research_team .info p {
    font-size: 14px;
    line-height: 24px;
  }

  .research_support .section1 {
    padding: 15px 0;
  }

  .research_support .section1 .item {
    width: 100%;
    margin: 5px 0;
    padding-bottom: 15px;
  }

  .research_support .section1 .items {
    margin: 0 0 15px;
  }

  .research_support .section1 .item h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .research_support .section1 .item p {
    font-size: 14px;
    margin: 10px 0;
  }

  .research_support .section1 .item:hover .txt_block {
    padding: 0;
  }

  .research_support .section1 .item .txt_block {
    padding: 0;
  }

  .research_direction .section1 h3 {
    font-size: 18px;
  }

  .research_direction .section2 .tab_tit {
    display: none;
  }

  .research_direction .section2 .child .tit {
    display: block;
    font-size: 15px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
  }

  .research_direction .section2 {
    padding: 20px 0;
  }

  .research_direction .section2 .child[data_index="0"] {
    padding: 0;
  }

  .research_direction .section2 .child[data_index="1"] {
    display: block;
    padding: 0;
    margin-top: 15px;
  }

  .research_direction .section2 .child[data_index="1"] img {
    width: 100%;
    float: none;
    margin-top: 0;
  }

  .research_direction .section2 .child[data_index="1"] .right {
    width: 100%;
    margin: 15px 0 0;
  }

  .research_direction .section2 .child[data_index="1"] .right h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .research_direction .section2 .child[data_index="1"] .right .p_block {
    margin-bottom: 10px;
  }

  .research_direction .section2 .child[data_index="1"] .right p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
  }

  .research_result .section1 .year a {
    width: 32%;
    margin: 2px 0;
    font-size: 14px;
    line-height: 32px;
  }

  .research_result .section1 .year a:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .research_result .section1 {
    padding: 20px 0;
  }

  .research_result .section1 .items {
    margin: 0;
  }

  .comm_sec3 .item {
    width: 100%;
    margin: 5px 0;
  }

  .comm_sec3 .item .txt_block {
    padding: 15px 0;
  }

  .comm_sec3 .item h3 .span1 {
    opacity: 1;
  }

  .comm_sec3 .item h3 .span2 {
    position: static;
    font-size: 14px;
    margin-top: 10px;
  }

  .comm_sec3 .item span.more {
    opacity: 1;
  }

  .researcht_detail .main {
    padding: 20px 0;
  }

  .researcht_detail .left {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .researcht_detail .left img {
    width: 40%;
    float: left;
  }

  .researcht_detail .left .box {
    margin: 0 0 0 42%;
    border: none;
    word-break: break-all;
  }

  .researcht_detail .left .box h3 {
    display: none;
  }

  .researcht_detail .left .box .p_block {
    padding: 5px 0 0 10px;
    line-height: 24px;
  }

  .researcht_detail .right {
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
    min-height: auto;
  }

  .researcht_detail .right .box {
    margin-bottom: 20px;
  }

  .researcht_detail .right .box h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .researcht_detail .right .box h3:before {
    height: 20px;
    margin: -3px 10px 0 0;
  }

  .researcht_detail .right .box p {
    line-height: 24px;
  }

  .researcht_detail .right .box:nth-of-type(2) p {
    position: relative;
    padding-left: 80px;
  }

  .researcht_detail .right .box.lvli p span {
    width: 70px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .researcht_detail .right .box h4 {
    font-size: 16px;
    margin: 15px 0 10px;
  }

  .researchs_detail .info .date {
    font-size: 16px;
    margin: 10px 0;
  }

  .researchs_detail .info .desc {
    padding-top: 10px;
  }

  .researchs_detail h4 {
    margin-top: 20px;
    font-size: 18px;
  }

  .researchs_detail .contact_items {
    margin: 10px 0 0;
  }

  .researchs_detail .contact_items .item {
    width: 100%;
    margin: 5px 0;
    padding: 15px;
  }

  .comm_sec3 {
    margin: 0;
  }

  .researchs_detail .comm_sec3 {
    margin-top: 10px;
  }

  .researchs_detail .con_items {
    margin: 10px 0 0;
  }

  .researchs_detail .con_items .item {
    width: 100%;
    margin: 5px 0;
    padding: 15px;
  }

  .comm_pop {
    z-index: 20;
  }

  .comm_pop .bg {
    background: rgba(0, 0, 0, 0.7);
  }

  .comm_pop .main {
    width: 90vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .comm_pop .cell {
    padding: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .comm_pop h3 {
    font-size: 18px;
  }

  .comm_pop .close {
    position: fixed;
    top: 15px;
    right: 15px;
  }

  .ifr_pop iframe {
    height: 60vh;
  }

  .recruit_main .section3 {
    padding: 20px 0;
  }

  .recruit_main .section3 .item span {
    font-size: 34px;
  }

  .recruit_main .section3 .item h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  .recruit_main .section3 .item p {
    line-height: 24px;
  }

  .recruit_main .section3 .item a {
    margin-top: 10px;
    line-height: 36px;
    font-size: 14px;
    width: 100px;
  }

  .recruit_main .section3 .item {
    margin-top: 15px;
  }

  .recruit_main .section2 {
    padding-top: 20px;
  }

  .recruit_main .section2 .form .box {
    width: 49%;
    margin: 2% 0 0 2%;
  }

  .recruit_main .section2 .form .box input {
    height: 38px;
    font-size: 14px;
  }

  .recruit_main .section2 .form .box:nth-of-type(3) {
    width: calc(98% - 80px);
    margin-left: 0;
  }

  .recruit_main .section2 .form .box:nth-of-type(4) {
    width: 80px;
  }

  .recruit_main .section2 .form .box button.sear2 {
    height: 38px;
    font-size: 14px;
  }

  .recruit_main .section2 .form .box ul {
    padding-top: 40px;
  }

  .recruit_main .section2 .form .box ul li {
    line-height: 40px;
  }

  .recruit_main .section2 .lists .list_tit span {
    font-size: 14px;
  }

  .recruit_main .section2 .lists .list a {
    display: none;
  }

  .recruit_main .section2 .lists .list span {
    font-size: 12px;
  }

  .recruit_main .section2 .lists .list span:nth-of-type(1),
  .recruit_main .section2 .lists .list_tit span:nth-of-type(1) {
    width: 60%;
  }

  .recruit_main .section2 .lists .list span:nth-of-type(2),
  .recruit_main .section2 .lists .list_tit span:nth-of-type(2) {
    width: 20%;
  }

  .recruit_main .section2 .lists .list span:nth-of-type(3),
  .recruit_main .section2 .lists .list_tit span:nth-of-type(3) {
    width: 20%;
  }

  .recruit_main .section2 .lists .list_tit {
    padding-bottom: 10px;
  }

  .recruit_main .section2 .lists {
    margin: 20px 0;
  }

  .recruit_main .section2 .lists .list span {
    line-height: 40px;
  }

  .rec_pop .desc {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
  }

  .rec_pop .box h4 {
    margin-bottom: 15px;
  }

  .rec_pop .box p,
  .rec_pop .box {
    font-size: 14px;
    line-height: 24px;
  }

  .rec_pop .boxes {
    max-height: 55vh;
  }

  .rec_pop a {
    width: 120px;
    line-height: 36px;
    font-size: 14px;
  }

  .researchs_detail2 .info .p_block {
    font-size: 14px;
    line-height: 27px;
    padding-top: 0;
  }

  .researchs_detail2 h4 {
    font-size: 18px;
  }

  .researchs_detail2 .p_box {
    font-size: 14px;
    line-height: 28px;
  }

  .index_main .section1 .slick .item .txt h3 {
    font-size: 22px;
  }

  .index_main .section1 .slick .item .txt h4 {
    font-size: 12px;
  }

  .index_main .section1 .slick .item .txt a {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
  }

  .index_main .section1 .slick {
    padding: 0;
  }

  .index_main .section1 .btns {
    display: none;
  }

  .index_main .section1 .slick .item .txt {
    left: 20px;
    right: 20px;
  }

  .index_main .section2 .main .btn {
    width: 30px;
    height: 30px;
  }

  .index_main .section2 .main .slick .item .top_block .img_block {

  }

  .index_main .section2 .main .slick .item .bot_block h3 {
    display: none;
  }

  .index_main .section2 .main .slick .item {
    margin: 0;
  }

  .index_main .section2 .main .slick-dots li {
    width: 12.5%;
  }

  .index_main .section2 .main {
    margin-top: 15px;
  }

  .index_main .section2 {
    padding: 20px 0;
  }

  .index_main .section2 .main .slick-dots {
    margin: 15px 0 0;
  }

  .index_main .section4 {
    padding: 20px 0;
    background: #fff;
  }

  .comm_img {
    margin-top: 15px;
  }

  .index_main .section4 .items .item,
  .index_main .section4 .items .item.active {
    width: 100%;
  }

  .index_main .section2 .main .slick .item:hover .top_block {
    margin-bottom: 20px;
  }

  .index_main .section2 .main .slick .item:hover .bot_block {
    height: 70px;
  }

  .index_main .section2 .main .slick .item .top_block h3 {
    line-height: 26px;
  }

  .index_main .section2 .main .slick .item .top_block h3 a {
    height: 104px;
  }

  .index_main .section4:after {
    display: none;
  }

  .index_main .section4 .items .item .bg {
    display: none;
  }

  .index_main .section4 .items .item .main .p_block,
  .index_main .section4 .items .item .main .desc,
  .index_main .section4 .items .item .main a.more {
    opacity: 1;
  }

  .index_main .section4 .items .item {
    padding: 20px;
    border: none !important;
  }

  .index_main .section4 .items .item .main .num {
    font-size: 30px;
  }

  .index_main .section4 .items .item .main h3 {
    font-size: 18px;
  }

  .index_main .section4 .items .item .main h4 {
    height: auto;
  }

  .index_main .section4 .items .item .main .desc {
    width: 100%;
    height: auto;
  }

  .index_main .section4 .items .item .main .p_block {
    height: auto;
  }

  .index_main .section5 .img_block {
    margin: 15px auto;
  }

  .index_main .section5 .txt_block:before,
  .index_main .section5 .txt_block:after {
    display: none;
  }

  .index_main .section5 .txt_block h3 {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
  }

  .index_main .section5 .qian {
    margin-top: 15px;
  }

  .index_main .section5 .qian img {
    height: 30px;
  }
  .index_main .section5 .slick-dots{
    margin-top: 15px;
  }

  .index_main .section6 .main {
    margin-top: 15px;
    padding: 0;
  }

  .index_main .section6 .wrapper {
    padding: 20px;
  }

  .index_main .section6 .main .txt_slick {
    position: static;
    width: 100%;
    padding: 20px 20px 40px;
  }

  .index_main .section6 .main .video_slick .item a {
    width: 60px;
    height: 60px;
    background-size: contain;
    margin: -30px 0 0 -30px;
  }

  .index_main .section6 .main .txt_slick .item h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .index_main .section6 .main .txt_slick .item h3:after {
    margin: 10px auto;
  }

  .index_main .section6 .main .txt_slick .item p {
    line-height: 24px;
  }

  .index_main .section7:before {
    display: none;
  }

  .index_main .section7 .comm_tit h3, .index_main .section7 .comm_tit h4 {
    color: #333;
  }

  .index_main .section7 {
    padding: 20px 0;
  }

  .index_main .section5 {
    padding-bottom: 20px;
  }

  .index_main .section7 .items .item {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #d9d9d9;
    text-align: center;
  }

  .index_main .section7 .items .item .box h4 {
    height: auto;
  }

  .index_main .section7 .items .item .box p {
    margin: 8px 0;
  }

  .index_main .section7 .items .item .box .num {
    font-size: 30px;
  }

  .index_main .section7 .items .item .box h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .index_main .section7 .items .item .box a {
    margin: 0 auto;
  }

  .index_main .section3 {
    background: #fff;
    padding: 20px 0;
  }

  .index_main .section3 .comm_tit {
    display: block;
  }

  .index_main .section3 .main .label {
    display: none;
  }

  .index_main .section3 .main a.more {
    display: none;
  }

  .index_main .section3 .main {
    padding: 0;
    box-shadow: none;
    height: auto;
  }

  .index_main .section3 .main .link {
    padding: 0;
    border: none;
    margin-top: 15px;
  }

  .index_main .section3 .main .link ul li:before {
    display: none;
  }

  .index_main .section3 .main .link ul li {
    padding: 0;
    margin: 5px 0;
    display: block;
  }

  .index_main .section3 .main .link ul li a {
    font-size: 14px;
    line-height: 22px;
  }

  .index_main .section3 .main .link ul li span {
    font-size: 14px;
    position: static;
    display: block;
    text-align: right;
    line-height: 20px;
  }

  .search_index .section2 {
    padding: 20px 0;
  }

  .search_index .section2 .left {
    width: 100%;
    padding: 15px;
  }

  .search_index .section2 .left .item {
    line-height: 40px;
  }

  .search_index .section2 .right {
    margin: 15px 0 0;
    width: 100%;
  }

  .search_index .section2 .right a {
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .researchs_detail2 .info img {
    width: 100%;
  }

  .researchs_detail2 .info .p_block {
    width: 100%;
    margin-top: 10px;
    line-height: 24px;
    padding: 0;
  }

  .researchs_detail2 h4 {
    margin-top: 15px;
    font-size: 16px;
  }

  .researchs_detail2 .p_box {
    line-height: 24px;
  }
}













.indextop{padding-bottom:18px;border-bottom:3px solid #f2f2f2;overflow: hidden}
.indextop .indextopnavlist{color:#666;font-size:16px;margin-right:39px;position:relative;cursor:pointer}
.indextop .indextopnavlist:after{content:"";width:100%;height:3px;opacity:0;background-color:#00447d;position:absolute;bottom:-21px;left:0;transition:.4s;-webkit-transition:.4s}
.indextop .indextopnavlist.cur:after{opacity:1}
.indextop .indextopnavlist.cur{color:#00447d}
.indextop .more{color:#4a7ca7;line-height:21px;height:21px;display:block;padding-right:15px;background-image:url(../images/ir1.png);background-repeat:no-repeat;background-position:right center}
.indexitems.cur{display:block}



.indexrecom{padding:38px 0 40px}
.indexrecom .wrap{position:relative}
.indexproitems{display:none;width: 100%}
.indexrecom .indexrecomslide{margin-top:30px}
.indexrecom .swiper-slide{height:auto}
.indexrecom .swiper-slide .box,
.indexproitem .box{height:100%;display:block;background-color:#fafafa;border-top-left-radius:5px;border-top-right-radius:5px}
.indexrecom .swiper-slide .imgbox,
.indexproitem .imgbox{position:relative;overflow:hidden}
.indexrecom .swiper-slide .imgbox .img,
.indexproitem .img{overflow:hidden}
.indexrecom .swiper-slide .imgbox img,
.indexproitem .img img{border-top-left-radius:5px;border-top-right-radius:5px}
.indexrecom .swiper-slide .imgbox .morebox,
.indexproitem .morebox{width:100%;height:100%;border-top-left-radius:5px;border-top-right-radius:5px;background-color:rgba(0, 68, 125, 0.8);position:absolute;top:100%;left:0;opacity:0}
.indexrecom .swiper-slide .imgbox .morebox .text,
.indexproitem .text{
    width:265px;height:145px;border:1px solid rgba(255,255,255,0.4);padding-left:96px;line-height:143px;color:#fff;font-weight:bold;
    background-image:url(../images/ir2.png);background-repeat:no-repeat;background-position:right 95px center;
    position:absolute;top:10px;left:10px;border-top-left-radius:5px;border-top-right-radius:5px}
.indexrecom .swiper-slide .textbox,
.indexproitem .textbox{padding:26px 30px}
.indexrecom .swiper-slide .textbox .title,
.indexproitem .textbox .title{font-size:16px;text-align:center;height:22px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.indexrecom .swiper-slide .textbox .line,
.indexproitem .textbox .line{width:100%;height:1px;background-color:#e7e7e7;margin:18px 0}
.indexrecom .swiper-slide .textbox .desc{text-align:center}
.indexrecom .swiper-slide .textbox .text,
.indexproitem .textbox .text{color:#666;text-align:center;height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.indexrecom .swiper-slide .textbox .price,
.indexproitem .textbox .price{color:#00447d;font-weight:bold;text-align:center;margin-top:14px}
.indexrecom .swiper-slide .textbox .price span,
.textbox .price span{color:#00447d}
.indexrecom .swiper-button-next,
.indexrecom .swiper-button-prev{width:auto;height:auto;background-image:none;color:#4a7ca7;font-size:28px;font-family:宋体;opacity:1;margin-top:-16px;font-weight:bold;outline:none}
.indexrecom .swiper-button-next{right:-35px}
.indexrecom .swiper-button-prev{left:-35px}
.indexrecom .swiper-slide:hover .imgbox .morebox,
.indexproitem:not(.cur):hover .imgbox .morebox{top:0;opacity:1}
.indexrecom .swiper-slide:hover .box,
.indexproitem:not(.cur):hover .box{background-color:#fff;box-shadow: 0px 0px 21px rgba(215,215,215,0.28)}
.indexproitem:not(.cur):hover .textbox{box-shadow:0px 0px 21px rgba(215,215,215,0.28)}
.indexrecom .swiper-slide:hover .textbox .title{color:#00447d;font-weight:bold}

.indexpro{padding:35px 0 40px;background-color:#fafafa}
.indexpro .indexprobox{margin-top:30px}
.indexproitem{width:285px;margin-right:20px;margin-bottom:20px;background-color:#fff}
.indexproitem .box{background-color:#fff}
.indexproitem:nth-of-type(3),
.indexproitem:nth-of-type(7){margin-right:0}
.indexproitem.one{width:590px;border-radius:5px;position:relative}
.jiliangbox .indexproitem.one{width:895px}

.jiliangbox .indexproitem:nth-of-type(3){margin-right:20px}
.jiliangbox .indexproitem:nth-of-type(2){margin-right:0}
.jiliangbox .indexproitem:nth-of-type(6){margin-right:0}


.yiqibox .indexproitem.one{width:285px}

.yiqibox .indexproitem:nth-of-type(4){margin-right:0px}
.yiqibox .indexproitem:nth-of-type(3){margin-right:20px}


.lyb{overflow: hidden}



.lyb .part1 {

    background: url(../images/nimg442Bg.jpg) right top no-repeat;
    background-size: 440px;
}




.lyb .part1 .msg {
    font-size: 14px;
    padding-top: 50px;color:#333
}

.lyb .part2 {
    background: #f5f5f5;
    padding: 50px 50px 50px;overflow: hidden
}


.lyb .form_l {
    width: 43%;
}
.lyb .form_l li {
    height:50px;
    position: relative;
    padding-left: 100px;
}


.lyb .form_l li .txt {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    text-align: right;
    font-size: 14px;
    line-height: 40px;
    color: #5b5b5b;
}


.lyb .form_l li .txt img {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    width: 14px;
}

.lyb .form_l li .txt em {
    color: #ff0000;
}


.lyb .form_l li .input1 {
    width: 100%;
    height:40px;
    background: #fff;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    text-indent: 0.1rem;
}
.lyb .form_r {
    width: 55%;
}

.lyb .form_r .txt {
    position: relative;
    width: 100px;
    text-align: right;
    font-size: 14px;
    line-height: 40px;
    color: #5b5b5b;
    height: 40px;
}

.lyb .form_r textarea {
    width: 100%;
    height: 149px;
    background: #fff;
}


.lyb .form_r .btnGroup {
    padding-top: 20px;
}


.lyb .form_r .btnGroup a:hover {
    border: #0075cf solid 1px;
    background: #0075cf;
    color: #fff;
}

.lyb .form_r .btnGroup a {
    display: block;
    width:96px;
    height:30px;
    text-align: center;
    line-height:30px;
    border: #00b8fa solid 1px;
    color: #0075cf;
    font-size: 14px;
    border-radius:30px;
}









.msgList li {
    font-size: 15px;
    line-height:32px;
    color: #828282;
}






.service .title {
    height: 50px;
    background: #0075cf;
    font-size: 18px;
    padding-left:40px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
}


.service .list {
   
}



.service .list li {
    padding:40px 0;
    width: 100%;
    float: left; border-top: #efefef solid 1px;
}


.service .list li .box {
    padding-left: 10px;width: 60%
}

.service .list li .boximg{width: 30%;margin-top: 1%}
.service .list li .boximg img{width: 100%}




.service .list li .name1 {
    font-size: 16px;
    color: #181818;
    line-height: 36px;
}

.service .list li .name1 strong{font-size: 22px;}



.yiqibox2 .name1 {margin-bottom: 20px}




.service .list li .name2 {
    color: #0075cf;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.service .list dd {
    font-size: 14px;
    color: #828282;
    line-height: 24px;
}

.service .list li .btn {
    display: block;
    padding-top: 20px;
    color: #0075cf;
    font-size: 14px;
}


.service .list li .btn img {

    padding-right: 12px;
}










.indexproitem.one .img img{border-radius:5px}
.indexproitem.one .textbox{width:100%;height:100%;padding:27px 30px 30px 29px;position:absolute;top:0;left:0}
.indexproitem.one .textbox .title{font-size:30px;font-weight:bold;color:#fff;height:40px;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.indexproitem.one .textbox .line{width:270px;height:1px;background-color:#fff;margin:7px 0}
.indexproitem.one .textbox .desc{font-size:18px;color:#fff;height:48px;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.indexproitem.one .textbox .bot{margin-top:134px}
.indexproitem.one .textbox .more{width:88px;height:30px;border:1px solid #fff;border-radius:30px;text-align:center;line-height:30px;color:#fff}
.indexproitem .textbox{padding:24px 30px 25px 30px}
.indexproitem.one:hover .textbox .more{border:1px solid #00447d;background-color:#00447d}

.indexproitem.two{width:590px}
.indexproitem.two .img img{border-radius:5px}
.indexproitem.two .box .img{float: left;display: block;width: 290px}




.indexprog{padding:36px 0 30px}
.indexprogitem{width:185px;height:165px;border-radius:10px;margin:10px 18px 10px 0;overflow:hidden;position:relative}
.indexprogitem:nth-of-type(6n){margin:10px 0}
.indexprogitem .img{border-radius:10px}
.indexprogitem .img img{width:100%;border-radius:10px}
.indexprogitem a>.title{width:100%;height:100%;color:#fff;font-size:24px;line-height:165px;font-weight:bold;text-align:center;position:absolute;top:0;left:0}
.indexprogitem .bg{width:100%;height:100%;background-color:rgba(0, 68, 125, 0.3);border-radius:10px;position:absolute;top:0;left:0}
.indexprogitem .textbox{width:165px;height:145px;border:1px solid rgba(255,255,255,0.4);border-radius:10px;position:absolute;top:10px;left:10px;padding:19px;opacity:0}
.indexprogitem .textbox .title{text-align:center;font-size:16px;color:#fff;font-weight:bold}
.indexprogitem .textbox .text{text-align:center;color:#fff;line-height:1.714;height:69px;margin-top:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.indexprogitems{margin-top:20px}
.indexprogitem:hover .bg{background-color:rgba(0, 68, 125, 0.8)}
.indexprogitem:hover a>.title{opacity:0}
.indexprogitem:hover .textbox{opacity:1}



/* news
-------------------------------------------------------------- */

@media (min-width: 992px){
.col-md-6 {
    width: 50%;
}}
@media (min-width: 992px){
.col-md-6 {
    float: left;
}}


.news{
	width:100%;
	overflow:hidden;
	background-size:cover;
	padding-bottom:158px;
	padding-top:80px;
	}
.news .tit{
	width:60%;
	}
.news .more{
	margin:20px 0;
	}
.news .newsnr{
	width:100%;
	overflow:hidden;
	margin-top:33px;
	padding-bottom:20px;
	}
.news .newsnr .newslf{
	padding:0 30px 0 0;
	}
.news .newsnr .newslf dl{
	width:100%;
	overflow:hidden;
	}

.news .newsnr .newslf dl img{
	width:100%;
	;
	}



.news .newsnr .newslf dl dt,.news .newsnr .newslf dl dd{
	width:100%;
	overflow:hidden;
	}
.news .newsnr .newslf dl:hover dt img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
	}
.news .newsnr .newslf dl dd{
	padding-left:30px;
	margin-top:34px;
	}
.news .newsnr dl dd .newstit{
	width:100%;
	overflow:hidden;
	}
.news .newsnr .newslf dl dd .newstit h5{
	width:78%;
	overflow:hidden;
	float:left;
	font-size:20px;
	color:#343434;
	line-height:35px;
	margin:0;
	font-weight:bold;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsnr .newsrt dl dd .newstit h5{
	width:78%;
	overflow:hidden;
	float:left;
	font-size:20px;
	color:#343434;
	line-height:35px;
	margin:0;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.news .newsnr .newslf dl dd .newstit .newsdate,.news .newsnr .newsrt dl dd .newstit .newsdate{
	width:20%;
	overflow:hidden;
	float:right;
	text-align:right;
	line-height:35px;
	color:#343434;
	font-size:15px;
	}
.news .newsnr .newslf dl dd .newsjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#9e9e9e;
	margin-top:10px;
	}
.news .newsnr .newsrt{
	padding:0 48px 0 48px;
	}
.news .newsnr .newsrt dl{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
	padding:30px 0;
	margin:0;
	}
.news .newsnr .newsrt dl:last-child{
	border-bottom:none;
	}
.news .newsnr .newsrt dl dt{
	width:15%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#a3a3a3;
	font-weight:normal;
	}
.news .newsnr .newsrt dl dt span{
	width:100%;
	overflow:hidden;
	display:block;
	font-size:42px;
	color:#333;
	line-height:50px;
	margin-bottom:10px;
	font-weight:bold;
	}
.news .newsnr .newsrt dl dd{
	width:85%;
	overflow:hidden;
	float:right;
	}
.news .newsnr .newsrt dl dd .newsjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#9e9e9e;
	}
.news .newsnr .newslf dl:hover dd .newstit h5,.news .newsnr .newsrt dl:hover dd .newstit h5,.news .newsnr .newsrt dl:hover dt span{
	color:#088fe2;
}





.t_yimorezi{
    font-size: 14px;
    color:#fff;
    line-height: 21px;
	height: 21px;
    margin-right: 15px;
    transition: all 0.36s;
}
.t_yimoreicon{
    width: 5px;
    line-height: 20px;
}
.t_yimoreicon img{
    width: 100%;
    transition: all 0.36s;
}

.t_syk5{
    background: #fafafa;
	    padding: 38px 0 40px;
}
.t_syk5limore{
    font-size: 14px;
    line-height: 1.5;
    color:#666;
    margin-bottom: 40px;
}
  .t_syk5li a:hover .t_syk5xin .t_jiah4 h4{
        color:#088fe2;
    }
    .t_syk5li a:hover .t_syk5xin {
        box-shadow: 15px 9px 14px 2px rgb(110 117 129 / 18%);
    }
.t_syk5pic{
    position: relative;
    width: 100%;
    overflow: hidden; border-top-left-radius:10px;
	 border-top-right-radius:10px;
}
.t_syk5pic img{
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.t_syk5more .t_yimorezi{
    color:#088fe2;
}
.t_syk5li{
    width: 33.333333%;
    padding: 0 14px;
}
.t_syk5ul{
    margin: 0 -14px;
}
.t_syk5xin{
    padding:60px 36px 42px;
    transition: all 0.36s;
	background: #fff;
	border-radius: 20px;
}
.t_tou{
    position: relative;
    top: 0;
    left: 0;
}
.t_shi{
    position: absolute;
    top: 0;
    left: 0;
}
.t_syk5xin .t_jiah4 h4{
    overflow: hidden;
    transition: all 0.36s;
}

.t_syk5zi{
    font-size: 16px;
    color:#999;
    line-height: 1.5;
    display: inline-block;
}
.t_syk5icon{
    width: 15px;
    margin-right: 10px;
    line-height: 24px;
}
.t_syk5icon img{
    width: 100%;
    display: inline-block;
}
.t_syk5topli{
    vertical-align: middle;
}
.t_syk5topli{
    margin-right: 24px;
}
.t_syk5topli:last-of-type{
    margin-right: 0;
}
.t_syk5top {
    margin-bottom: 40px;
}
.t_syk5more {
    position: relative;
    top: 11.5px;
}
.t_syk5topsy {
    margin-bottom: 17px;
}





.t_syk5li .t_jiah4 {
    margin-bottom: 35px;
}
/* footer */
.t_footer{
    border-top: 4px solid #088fe2;
	background: #2f2f2f;
}
.t_content3{
    width: 1440px;
    margin: 0 auto;
}
.t_footerlione a{
    color:#f2f2f2;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.t_footerli a{
    color:#b3b3b3;
    font-size: 18px;
    line-height: 1.5;
    transition: all 0.36s;
}
.t_footerle{
    width: 940px;
}
.t_footerul{
    width: 14%;
    padding-right: 20px;
}
.t_footop {
    padding-top: 92px;
    padding-bottom: 70px;
}
.t_footerlione {
    margin-bottom: 29px;
}
.t_footerle{
    padding-top: 6px;
}
.t_footerli {
    margin-bottom: 14px;
}
.t_footerphone a{
    font-size: 36px;
    font-weight: bold;
    color:#fafafa;
    line-height: 1.5;
    text-align: right;
}
.t_footermail a{
    font-size: 16px;
    color:#fafafa;
    font-weight: bold;
    line-height: 1.75;
    text-align: right;
    display: inline-block;
}
.t_footermail{
    text-align: right;
}

.t_footxiale img {
    width: 320px;
}
.t_ermatu {
    width: 100%;
}
.t_footerma img {
    width: 100%;
}
.t_footerma {
    width: 150px;
}
.t_footerma {
    position: absolute;
    width: 120px;
    padding: 8px;
    background: #fff;
    left: 50%;
    border: 1px solid #eee;
    transform: translateX(-50%);
    bottom: calc(100% + 14px);
    box-shadow: 0px 3px 31px 0px rgb(0 0 0 / 5%);
    display: none;
}

.t_footicon {
    cursor: pointer;
}
.t_footicon {
    width: 23px;
    height: 23px;
}
.t_footxli {
    position: relative;
}
.t_footxli {
    padding: 0 10px;
}
.fl {
    float: left;
}

.t_footxul {
    margin: 0 -10px;
    display: inline-block;
}
.clearfix {
    zoom: 1;
}

.t_footxiale img {
    width: 320px;
}





.t_footxia {
    padding-top: 26px;
    padding-bottom: 20px;
	 border-top: 1px solid #4e4e4e;margin-top: 50px
}

.t_footop{
   
}

.t_footicon{
    width: 23px;
    height: 23px;
}
.t_footicon img{
    width: 100%;
}
.t_footxli{
    padding: 0 10px;
}
.t_footxul{
    margin: 0 -10px;
    display: inline-block;
}
.t_footxrgbot p{
    color:#666;
    font-size: 14px;
    line-height: 1.5;
}
.t_footxrgbot p a{
    color:#666;
    font-size: 14px;
    line-height: 1.5;
}
.t_footxrgup{
    text-align: right;
    margin-bottom: 12px;
}
.span3{
    margin-left: 16px;
}
.t_footxia {
    padding-top: 37px;
}
.t_footxiarg {
}   
/*main css*/
.main-im{ position:fixed; right: 10px; bottom:100px; z-index: 100; width: 110px; height: 272px; }
.main-im .qq-a { display: block; width: 106px; height: 116px; font-size: 14px; color: #0484cd; text-align: center; position: relative; }
.main-im .qq-a span { bottom: 5px; position: absolute; width: 90px; left: 10px; color: #666}
.main-im .qq-hover-c { width: 70px; height: 70px; border-radius: 35px; position: absolute; left: 18px; top: 13px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 109px; height: 118px; border-top-left-radius: 10px; border-top-right-radius: 10px; background: url(../images/qq-icon-bg.png) no-repeat center 8px; border-bottom: 1px solid #dddddd;margin-bottom: 10px}
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.main-im .im-qq:hover .img-qq{max-width: 65px;
    left: 3px;
    top: 4px; position: absolute; }
.main-im .im_main {background: #F9FAFB; border: 1px solid #dddddd; border-radius: 10px; background: #F9FAFB;display:block;}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 109px; border-bottom: 1px solid #dddddd;padding-bottom: 10px }
.main-im .im_main .im-tel div{font-size: 12px;margin-top:20px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial;  color: #666;}
.main-im .im_main .im-tel:hover { background: #fafafa; }
.main-im .im_main .weixing-container {width: 55px; height: 47px; border-right: 1px solid #dddddd; background: #f5f5f5; border-bottom-left-radius: 10px; background: url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show {width: 112px; height: 142px; background: #ffffff; border-radius: 10px; border: 1px solid #dddddd; position: absolute; left: -125px; top: -96px;display: none}
.main-im .im_main .weixing-show .weixing-sanjiao {width:0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 6px; left: 112px; top: 114px; position: absolute; z-index: 2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big { width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #dddddd; border-width: 8px; left: 112px; top: 112px; position: absolute; }
.main-im .im_main .weixing-show .weixing-ma { width: 104px; height: 103px; padding-left: 5px; padding-top: 5px; }
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto; text-align:center;}
.main-im .im_main .go-top { width: 50px; height: 47px; background: #f5f5f5; border-bottom-right-radius: 10px; background: url(../images/toTop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a { display: block; width: 52px; height: 47px; }
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url(../images/close_im.png) no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { cursor: pointer; margin-left: 68px; width: 40px; height: 133px; background: url(../images/open_im.png) no-repeat left top;display: none}



/* ------------------------------
 * wrap-nav 
 * ------------------------------ */
#wrap-nav, #wrap-nav li, #wrap-nav h3, #wrap-nav h3 a{background:url("../images/sprite.gif") no-repeat scroll left -9999px;}
#wrap-nav{height: 50px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    position: relative;
    background-color: #f7f7f7;}
#wrap-nav ul.menu li{position:relative;float:left;padding:0 0px;background-position:0 -40px;}
#wrap-nav ul.menu li h3{padding: 0 38px;font-weight: normal}

#wrap-nav ul.menu li .xinjia{padding:0 }

#wrap-nav ul.menu li h3 a.depth_1{font-size: 16px;
    line-height: 48px;
}
#wrap-nav ul.menu li h3.hover,
#wrap-nav ul.menu li h3.selected{background-position:right -80px;}
#wrap-nav ul.menu li h3.hover a.depth_1,
#wrap-nav ul.menu li h3.selected a.depth_1{background-position:left -80px;}
#wrap-nav ul.menu li.hover h3{background-position:right -120px;}
#wrap-nav ul.menu li.hover h3 a.depth_1{background-position:left -120px;color:#088fe2;font-weight: bold}
#wrap-nav ul.menu li ul.children{width: 100%;
    display: none;
    background-color: #fafafa;
    padding: 0 10px;
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 999;}

#wrap-nav ul.menu li ul.xinbg{background-color: #fff;}
#children_02{width: 900px!important;padding: 0!important}

#children_02 li{float: none!important}

#menu_02a{padding: 0!important}

#wrap-nav ul.menu li.hover h4{    font-size: 14px;
    font-weight: normal;width: 120px}
#wrap-nav ul.menu li ul.children li h4 a.depth_2{display: block;
    color: #666;
    text-align: center;
    padding: 14px 0;
    border-bottom: 1px dashed #e6e6e6;
    transition: .4s;
    -webkit-transition: .4s;}
#wrap-nav ul.menu li ul.children li h4:hover a{color:#088fe2;}


#wrap-nav ul.menu li ul.children li{}
#wrap-nav ul.menu li ul.children li.nosub{width:130px;overflow:hidden;}
#wrap-nav ul.menu li ul.children li h3{width: 150px;font-weight: normal;font-size: 14px; background-color: #fafafa;}
#wrap-nav ul.menu li ul.children li h3 a.depth_2{display: block;
    color: #666;
    text-align: center;
    padding: 14px 0;
    border-bottom: 1px dashed #e6e6e6;
    transition: .4s;
    -webkit-transition: .4s;}
#wrap-nav ul.menu li ul.children li h3 a.depth_2 span.icon10{margin:10px 3px 0 5px;background-position:-60px -380px;}
#wrap-nav ul.menu li ul.children li h3.selected{background:#FFEFEF;}
#wrap-nav ul.menu li ul.children li.hover{z-index:20;}
#wrap-nav ul.menu li ul.children li.hover h3 a.depth_2{;font-weight:bold;}
#wrap-nav ul.menu li ul.children li.hover ul{color:#088fe2;height:auto;z-index:20;}

#wrap-nav ul.menu li ul.children li.hover .ynav{color:#088fe2;height:250px;z-index:20;}
#wrap-nav ul.menu li ul.children li.hover ul li a.depth_3{color:#333;}
#wrap-nav ul.menu li ul.children li.hover ul li a.depth_3:hover{color:#900;}
#wrap-nav ul.menu li ul.children ul{position:absolute;top:0;left:160px;padding:0 0 0 10px;width:263px;height:0px;overflow:hidden;}




#wrap-nav ul.menu li ul.children li .shi  {
    color: #088fe2;
    height: auto;
    z-index: 20;
}




#wrap-nav ul.menu li ul.children ul a{padding: 14px 0!important;color: #666!important;font-size: 14px}

#wrap-nav ul.menu li ul.children ul li{width:auto;padding:0;float:left;}
#wrap-nav ul.menu li ul.children ul li a.depth_3{margin:0 15px 0 0;line-height:25px;display:block;color:#666;white-space:nowrap;}
#wrap-nav ul.menu li ul.children ul li a.depth_3:hover{text-decoration:underline;}
#wrap-nav ul.menu li ul.children ul li a.selected{background:none;color:#900;}

#wrap-nav ul.menu li ul.children .ynav{top:-130px;background: #fff}







/*主导航菜单*/


.xinnavbox{height: 50px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    position: relative;
    background-color: #f7f7f7;}




#nav-menu .menu li{    position: relative;
    float: left;
    padding: 0 0px;
    background-position: 0 -40px;}
#nav-menu .menu li h3{padding: 0 38px;
    font-weight: normal;   }

#nav-menu .menu li h3 a{    font-size: 16px;
    line-height: 48px;color:#333}

#nav-menu .menu li a.xialaguang{display:inline-block;color:#333;text-decoration:none;font-size:16px;text-align:center;}
#nav-menu .menu li a.selected,#nav-menu .menu li a.navhover,#nav-menu .menu li a.xialaguang:hover{color:#088fe2;font-weight: bold}
#nav-menu .menu li a.xialaguang span{}
#nav-menu .menu li a.selected span,#nav-menu .menu li a.navhover span,#nav-menu .menu li a.xialaguang:hover span{cursor:pointer;}
#nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span{}
#nav-menu .menu ul.children{display:none;background-color: #fafafa;width: 100%;
    padding: 0 10px;
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 999;}
#nav-menu .menu ul.children li{padding:0px;font-size:14px;}
#nav-menu .menu ul.children li h4{    font-size: 14px;
    font-weight: normal;width: 120px}


#nav-menu .menu ul.children li h4 a{

display: block;
    color: #666;
    text-align: center;
    padding: 14px 0;
    border-bottom: 1px dashed #e6e6e6;
    transition: .4s;
    -webkit-transition: .4s;
}


#nav-menu .menu ul.children li h3{font-size: 14px;
    font-weight: normal;
    width: 120px;}
#nav-menu .menu ul.children li a{width:100%;overflow:hidden;padding:3px 0;display:block;color:#1a529c;text-align:center;
text-decoration:none; font-size:14px;}
#nav-menu .menu ul.children li a:hover{color:#088fe2;text-decoration:none;}



















.headcen{padding:38px 0}
.headcen .logo{padding-top:6.5px;width: 200px;}
.headcen .logo img{width: 100%;}
.headcen .input{width:320px;height:44px;border:1px solid #088fe2}
.headcen .input input{width:100%;height:100%;padding:0 19px;font-size:16px}
.headcen .input input::-webkit-input-placeholder{color:#999}
.headcen .btn{width:80px;height:44px;color:#fff;line-height:44px;background-color:#088fe2;text-align:center;cursor:pointer}
.fl{float: left}
.fr{float: right}


	.pcban{display: block}
	.shban{display: none}

.index_main .section1 .slick .item .txt{display: none}
@media (max-width: 992px){
.index_main .section1 .slick .item .txt{display: block}


	.t_syk5li{width: 100%;padding: 14px}


	.t_syk5li .t_jiah4{margin-bottom: 15px;}



	.i-about-box .img-box{display: none}



	.i-about-box .text-box{float: none;width: 100%}


	.indexproitem{width: 100%}


	.indexproitem .img img{width: 100%}
	.about_overview .section2{background: #fff}

	.left-menu{display: none}
	.list01 ul li{float: left}
	.yiji{overflow: hidden}
	.indextop .indextopnavlist{margin-right: 10px}
	.w280{width: 100%}

	.indextop .more{display: none}
	
	.jiliangbox .indexproitem.one{width: 100%}
	
	.indexproitem.one{width: 100%}
	
	.pcban{display: none}
	.shban{display: block}
	.main-im .im_main{display: none}
	
.main-im .open-im{display: block}
	.w870{width: 100%}
	
	.aboutRight .toptop{display: none}
	.botDiv{display: none}
	
	.botbot{display: none}
	.footer .main .info p{font-size: 14px;}

	.t_footxrgup{display: none}
	.fl {float: none;}
	.fr{float: none;}
	.js_comm_sec4{display: none}
	.sideJob{display: none}
	.lyb .form_l li{width: 100%}
	.lyb .form_l{width: 100%}
	.lyb .form_r{width: 100%}
	.service .list li .box{width: 100%}
	.service .list li .boximg{width: 100%}
	.pageTitle .title2{font-size: 20px}
.pageTitle .title2 em{font-size: 12px}
	
}