@charset "UTF-8";

img {
  display: inline-block;
  vertical-align: top;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

address, cite, dfn, em, var {
  font-style: normal;
}

code, kbd, pre, samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #60bdfa;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset, img {
  border: 0;
}

button, input, select, textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  word-wrap: break-word;
}

body {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  font-family: "微软雅黑","Microsoft Yahei";
}

img {
  max-width: 100%;
  transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}

input, textarea, select {
  font-size: 12px;
  color: #444;
  font-family: "微软雅黑","Microsoft Yahei";
  outline: 0;
}

input[type='submit'], input[type='reset'], input[type='button'], input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='submit'], input[type='reset'], input[type='button'] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

button {
  padding: 0;
  border: 0;
  cursor: pointer;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.h {
  height: 10px;
}

.h15 {
  height: 15px;
}

.h20 {
  height: 20px;
}

.h25 {
  height: 25px;
}

.h30 {
  height: 30px;
}

input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  -webkit-transition: .4s all;
  transition: .4s all;
}

a:hover {
  color: #026e9f;
}

.wp {
  margin: 0 auto;
  width: 1200px;
}

.clear:after {
  content: '';
  clear: both;
  display: block;
}

.tc {
  text-align: center;
}

/*
* 公用  ---------------------------------
 **/
.videoBtn {
  position: relative;
  display: block;
}

.videoBtn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 56px;
  height: 56px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/icn2.png) no-repeat center;
}

.gTit {
  padding: 48px 0;
  text-align: center;
  font-size: 26px;
}

.gTit strong {
  display: block;
  margin-bottom: 26px;
  font-weight: normal;
  color: #333;
}

.gTit i {
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background: #00a2e9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gTit2 strong {
  margin-bottom: 10px;
}

.gTit2 i {
  width: 43px;
  height: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.gMore a {
  display: inline-block;
  width: 196px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #3eb5ed;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  color: #38b5ed;
}

.gMore a:hover {
  background: #38b5ed;
  color: #fff;
}

.gTxt {
  font-size: 16px;
  line-height: 28px;
}

.gTxt h3 {
  font-weight: bold;
}

.gTxt .h3 {
  font-size: 24px;
  font-weight: normal;
}

.gTxt h1 {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}

.gTxt.C333 {
  color: #333;
}

.gTxt.lh36 {
  line-height: 36px;
}

.gTxt2 {
  font-size: 18px;
  line-height: 30px;
}

.gListVideo {
  margin: -20px 0 0 -20px;
  padding: 30px 0;
}

.gListVideo .item {
  float: left;
  width: 33.33%;
}

.gListVideo a {
  position: relative;
  display: block;
  margin: 20px 0 0 20px;
}

.gListVideo a:hover .img em {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gListVideo a:hover .txt {
  background: #00a2e9;
}

.gListVideo a:hover .txt p {
  color: #fff;
}

.gListVideo .img {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}

.gListVideo .img em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-background-size: cover;
  background-size: cover;
}

.gListVideo .txt {
  padding: 8px 15px 24px;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.gListVideo .txt p {
  font-size: 18px;
  color: #333;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.gListVideo .videoBtn:after {
  top: 40%;
  width: 54px;
  height: 54px;
  background: url(../images/icn3.png) no-repeat left top;
}

.gListVideo .videoBtn:hover:after {
  background-position: right top;
}

.gBane {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}

.gBane .ban_img {
  width: 100%;
}

.gBane .txt {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  color: #fff;
}

.gBane h3 {
  margin-bottom: 42px;
  font-size: 30px;
}

.gBane p {
  font-size: 18px;
  line-height: 30px;
  max-height: 150px;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.gListImg {
  margin: -30px 0 0 -65px;
}

.gListImg .item {
  float: left;
  width: 33.33%;
}

.gListImg .img {
  margin: 30px 0 0 65px;
}

.gListImg .img em {
  display: block;
  padding-top: 69%;
  border-radius: 32px;
  -webkit-background-size: cover;
  background-size: cover;
}

.gListImg2 .item {
  width: 25%;
}

.gImg img {
  display: block;
  margin: 0 auto;
}

.gImgList {
  margin: -36px 0 0 -36px;
}

.gImgList .item {
  float: left;
  width: 33.33%;
}

.gImgList .img {
  margin: 36px 0 0 36px;
}

.gImgList a {
  position: relative;
  display: block;
  padding-top: 142%;
}

.gImgList img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gImgList2 .item {
  width: 25%;
}

.gImgList2 a {
  padding-top: 144%;
  -webkit-box-shadow: 0 4px 5px 1px rgba(62, 62, 62, 0.15);
  box-shadow: 0 4px 5px 1px rgba(62, 62, 62, 0.15);
}

.gImgList2 a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background: #00a2e9;
  opacity: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.gImgList2 a:hover {
  -webkit-box-shadow: 0 4px 5px 1px rgba(0, 162, 233, 0.3);
  box-shadow: 0 4px 5px 1px rgba(0, 162, 233, 0.3);
}

.gImgList2 a:hover:after {
  opacity: 1;
}

.mImgBox {
  text-align: center;
}

.mImgBox .box {
  margin: 0 -10px;
}

.mImgBox img {
  margin: 9px;
  width: 386px;
}

.gCur {
  padding: 38px 0;
  font-size: 16px;
  color: #333;
}

.gCur .on {
  color: #026e9f;
}

.mNews {
  margin-bottom: 44px;
  padding: 34px 0 12px;
  background: #fafafa;
}

.icnNews {
  padding-left: 50px;
  margin-bottom: 27px;
  font-size: 20px;
  color: #333;
  line-height: 33px;
  background: url(../images/icn4.png) no-repeat left top;
}

.mLink {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #125fa6;
}

.mLink p {
  padding-bottom: 13px;
}

.mLink2 {
  font-size: 24px;
}

.mLink2 p {
  padding-bottom: 25px;
}

.mTxt {
  text-align: center;
}

.mTxt h1 {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  padding-bottom: 50px;
}

.mTxt p {
  font-size: 16px;
  color: #666;
}

.mTxt2 {
  margin-bottom: 30px;
  padding-top: 30px;
  background: #f7f7f7;
  text-align: left;
  min-height: 432px;
}

.mTxt2 p {
  line-height: 36px;
  color: #999;
}

.mImg_tit .txt {
  padding: 15px 20px 15px 0;
}

.mImg_tit .txt * {
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mImg_tit .txt h3 {
  font-size: 22px;
  color: #333;
  font-family: arial;
  font-weight: 600;
}

.mImgTxt {
  margin-left: -56px;
}

.mImgTxt .item {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
}

.mImgTxt a {
  display: block;
  margin-left: 56px;
}

.mImgTxt a:hover .img em {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mImgTxt a:hover .txt h3 {
  color: #00a2e9;
}

.mImgTxt a:hover .videoBtn:after {
  background-color: #1864aa;
}

.mImgTxt .img {
  position: relative;
  overflow: hidden;
}

.mImgTxt .img em {
  display: block;
  padding-top: 77%;
  background-size: cover;
  -webkit-background-size: cover;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mImgTxt .videoBtn:after {
  width: 92px;
  height: 92px;
  background: rgba(189, 189, 189, 0.8) url(../images/icn5.png) no-repeat 60%;
  border-radius: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mImgTxt3 .item {
  width: 50%;
}

.mImgTxt3 a .txt {
  padding: 10px 0;
}

.mImgTxt3 a .txt * {
  height: 18px;
  line-height: 18px;
}

.mImgTxt3 a .txt h3 {
  font-size: 16px;
}

.mImgTxt3 a .txt p {
  font-size: 16px;
  color: #666;
}

.mImgTxt3 a:hover .img em {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mImgTxt3 a:hover .videoBtn:after {
  background-color: #1864aa;
}

.mImgTxt3 a:hover .txt h3 {
  color: #00a2e9;
}

.mImgTxt2 {
  margin: -27px 0 0 -27px;
}

.mImgTxt2 .item {
  width: 25%;
}

.mImgTxt2 a {
  margin: 27px 0 0 27px;
}

.mImgTxt2 .videoBtn:after {
  height: 45px;
  width: 45px;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
  background-position: 57%;
  opacity: 0;
}

.mImgTxt2 .videoBtn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  background: rgba(25, 100, 170, 0.47);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mImgTxt2 .videoBtn:hover:after, .mImgTxt2 .videoBtn:hover:before {
  opacity: 1;
}

.mImgTxt2 .txt {
  padding: 10px 0;
}

.mImgTxt2 .txt * {
  height: 18px;
  line-height: 18px;
}

.mImgTxt2 .txt h3 {
  text-transform: uppercase;
  font-size: 16px;
}

.mImgTxt2 .txt p {
  font-size: 16px;
  color: #666;
}

.page {
  padding: 30px 0;
  text-align: center;
  font-size:0;
}

.page a, .page span {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 38px;
  margin:0 2px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.page span, .page a:hover {
  background: #00a2e9;
  color: #fff;
  border-color: #00a2e9;
}

.page .prev,
.page .next {
  width: auto;
  padding: 0 20px;
}

.page .prev em,
.page .next em {
  display: inline-block;
}

.page .prev em {
  padding-left: 25px;
  background: url(../images/prev.png) no-repeat left center;
}

.page .prev em:hover {
  background-image: url(../images/prev_on.png);
}

.page .next em {
  padding-right: 25px;
  background: url(../images/next.png) no-repeat right center;
}

.page .next em:hover {
  background-image: url(../images/next_on.png);
}

#video {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin: -200px 0 0 -400px;
  width: 800px;
  height: 400px;
  display: none;
}

#video .box {
  height: 100%;
  width: 100%;
}

#video video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #000;
}

#video .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  background: rgba(0, 0, 0, 0.7) url(../images/cha.png) no-repeat 17px 7px;
  background-size: 12px auto;
  -webkit-border-radius: 0px 0px 0px 100%;
  border-radius: 0px 0px 0px 100%;
}

.pop_bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.navBtn {
  float: left;
  display: none;
  margin-top: 8px;
  width: 28px;
}

.navBtn em {
  display: block;
  margin-bottom: 4px;
  height: 3px;
  background: #1664aa;
}

/*
* 头部  ---------------------------------
 **/
#hd {
  position: relative;
  z-index: 9;
}

#hd .wp:after {
  content: '';
  clear: both;
  display: block;
}

.logo {
  float: left;
  margin: 15px 0;
}

.hd_r {
  float: right;
  overflow: hidden;
  margin-top: 21px;
}

.hd_r .language {
  float: left;
  margin-right: 40px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  color: #333;
  font-size: 14px;
}

.hd_search {
  position: relative;
  float: left;
  width: 340px;
  height: 34px;
  border: 1px solid #eee;
  border-radius: 32px;
  overflow: hidden;
}

.hd_search input {
  display: block;
  width: 100%;
  padding: 0 80px 0 22px;
  height: 32px;
  line-height: 32px;
  border: 0;
  font-size: 14px;
}

.hd_search button {
  position: absolute;
  right: 10px;
  top: 0;
  width: 47px;
  height: 100%;
  background: url(../images/icn1.png) no-repeat center;
}

.nav {
  text-align: center;
  background: #1664aa;
  font-size:0;
}

.nav .a1 {
  display: block;
  height: 84px;
  line-height: 84px;
}

.nav a {
  color: #fff;
  font-size: 18px;
}

.nav a:hover,
.nav .on .a1 {
  color: #60bdfa;
}

.nav li {
  position: relative;
  display: inline-block;
  margin: 0 23px;
}

.nav dl {
  position: absolute;
  display: none;
  top: 100%;
  left: 50%;
  width: 246px;
  margin-left: -123px;
  background: rgba(23, 100, 170, 0.8);
  padding: 0 13px;
}

.nav dd a {
  display: block;
  padding: 16px 0;
  line-height: 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.nav dd:last-of-type a {
  border-bottom: 0;
}

.mNav {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  width: 100%;
  max-height: 400px;
  display: none;
  overflow-y: auto;
  background: #1664aa;
  text-align: left;
}

.mNav li {
  display: block;
  width: 100%;
  margin: 0;
}

.mNav .box {
  position: relative;
  padding-right: 30px;
}

.mNav em {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 35px;
  background: url(../images/l-jia.png) no-repeat center;
  -webkit-background-size: auto 15px;
  background-size: auto 15px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mNav .box.on em {
  -webkit-transform: rotate(90deg) translateX(-3px);
  transform: rotate(90deg) translateX(-3px);
}

.mNav .on .a1,
.mNav a:hover {
  color: #fff;
}

.mNav .a1 {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #60bdfa;
}

.mNav dl {
  display: none;
  position: static;
  margin-left: 0;
  padding: 10px 0;
  width: 100%;
}

.mNav dd a {
  font-size: 12px;
  padding: 10px;
  line-height: 15px;
  display: block;
  color: #fff;
}

.insImg {
  overflow: hidden;
  margin-left: -7px;
  padding: 20px 0;
}

.insImg .item {
  float: left;
  width: 50%;
}

.insImg .img {
  margin-left: 7px;
}

.insImg .img div {
  position: relative;
  padding-top: 55.8%;
}

.insImg .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.searchBtn {
  display: none;
  float: left;
  margin: 6px 0 0 10px;
  width: 28px;
  height: 21px;
  background: url(../images/icn1.png) no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}


#fd {
  padding: 35px 0;
  background: #115fa6;
  color: #fff;
  font-size: 14px;
}

.fdLeft {
  float: left;
}

.fdLeft p {
  margin-top: 30px;
}

.fdLeft p * {
  vertical-align: middle;
}

.fdLeft img {
  margin: 0 5px;
}

.fdRight {
  float: right;
}

.fdRight h3 {
  font-size: 18px;
  padding-bottom: 12px;
}

.fdRight p {
  font-size: 14px;
  line-height: 24px;
}

.fdLogo {
  display: block;
}

/*
* 首页  ---------------------------------
 **/
#banner em {
  display: block;
  padding-top: 40%;
  -webkit-background-size: cover;
  background-size: cover;
}

#banner .slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

#banner .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

#banner .slick-dots li.slick-active button {
  background: #1c4f8a;
}

#banner .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}

.idxAboutPanther {
  overflow: hidden;
}

.idxAboutPanther .txt {
  float: left;
  padding-top: 93px;
  width: 600px;
}

.idxAboutPanther .txt p {
  /* height: 308px; */
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.idxAboutPanther .gMore {
  padding-top: 57px;
  text-align: right;
}

.idxAboutPanther .img {
  position: relative;
  float: right;
  padding-top: 78px;
  width: 570px;
}

.idxAboutPanther .img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 570px;
  height: 430px;
}

.idxAboutPanther .img:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 105px;
  border: 2px solid #00a2e9;
}

.idxAboutPanther .img:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 98px;
  width: 342px;
  height: 466px;
  background: #fff url(../images/img1.jpg) no-repeat;
}

.idxAboutPanther2 {
  padding-bottom: 142px;
}

.idxAboutPanther2 .txt {
  padding-top: 30px;
  width: 620px;
}

.idxAboutPanther2 .img {
  margin-right: 30px;
  padding-top: 0;
  width: 490px;
  height: 370px;
}

.idxAboutPanther2 .img img {
  width: 490px;
  height: 370px;
}

.idxAboutPanther2 .img:before {
  display: none;
}

.idxAboutPanther2 .img:after {
  top: auto;
  right: -30px;
  bottom: -34px;
  width: 490px;
  height: 370px;
  background: #00a2e9;
}

.idxOurCapabilities {
  position: relative;
  overflow: hidden;
}

.idxOurCapabilitiesImg {
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  height: 570px;
  -webkit-background-size: cover;
  background-size: cover;
}

.idxOurCapabilitiesCon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 570px;
  background: url(../images/bg1.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

.idxOurCapabilitiesCon .wp {
  overflow: hidden;
}

.idxOurCapabilitiesCon .con {
  float: right;
  width: 560px;
  height: 570px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.idxOurCapabilitiesCon .con p {
  /* height: 252px; */
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.idxOurCapabilitiesCon .gMore {
  margin-top: 70px;
}

.idxOurCapabilitiesImg2 {
  float: right;
}

.idxOurCapabilitiesCon2 {
  background: #f5f5f5;
}

.idxOurCapabilitiesCon2 .con {
  float: left;
}

.idxFd .gTit {
  padding-top: 0;
}

.idxFd .item {
  float: left;
  width: 25%;
}

.idxFd .item:hover {
  color: #00a2e9;
}

.idxFd .item:hover .img em {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.idxFd .item:nth-child(odd) .img {
  top: 0;
}

.idxFd .item:nth-child(odd) .txt {
  bottom: 0;
}

.idxFd .item:nth-child(odd) .txt:after {
  bottom: 100%;
  border-bottom: 12px solid #f5f5f5;
}

.idxFd .item:nth-child(even) .img {
  bottom: 0;
}

.idxFd .item:nth-child(even) .txt {
  top: 0;
}

.idxFd .item:nth-child(even) .txt:after {
  top: 100%;
  border-top: 12px solid #f5f5f5;
}

.idxFd .box {
  position: relative;
  padding-top: 150%;
}

.idxFd .txt {
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f5f5f5;
}

.idxFd .txt p {
  margin-bottom: 23px;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.idxFd .txt em {
  font-size: 16px;
}

.idxFd .txt:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.idxFd .con {
  padding: 0 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.idxFd .img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.idxFd .img em {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-background-size: cover;
  background-size: cover;
}

.idxFd .gMore {
  padding: 45px 0;
}

.insXq .gTxt,
.insXq .gListImg,
.insXq .gImg {
  padding: 20px 0;
}

.ProductsList {
  text-align: center;
}

.ProductsList .itemBox {
  margin: 0 -14px;
}

.ProductsList .item {
  display: inline-block;
  margin: 0 14px;
  width: 274px;
}

.ProductsList .item:hover .img p {
  opacity: 1;
}

.ProductsList .img {
  position: relative;
  border: 1px solid #00a2e9;
}

.ProductsList .img img {
  display: block;
  margin: 0 auto;
  width: 272px;
  height: 272px;
}

.ProductsList .img p {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 162, 233, 0.8);
  font-size: 16px;
  color: #fff;
  opacity: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.ProductsList .txt {
  padding: 28px 10px;
}

.ProductsList .txt p {
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  font-size: 16px;
  color: #00a2e9;
}

.ProductsList2 {
  font-size:0;
  margin: -13px 0 0 -23px;
}

.ProductsList2 .itemBox {
  margin: 0;
  /*float: left;*/
  display:inline-block;
  vertical-align:top;
  width: 33.33%;
}

.ProductsList2 .item {
  display: block;
  width: auto;
  margin: 13px 0 0 23px;
}

.ProductsList2 .item:hover .txt p {
  color: #00a2e9;
}

.ProductsList2 .item:hover .img {
  border-color: #00a2e9;
}

.ProductsList2 .img {
  display: block;
  width: auto;
  height: auto;
  padding-top: 82%;
  border-color: #e5e5e5;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.ProductsList2 .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ProductsList2 .txt p {
  height: 28px;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  -webkit-transition: .3s all;
  transition: .3s all;
  overflow: hidden;
}

.gListPic .item:nth-child(even) {
  background: #f7f7f7;
}

.gListPic .item:nth-child(even) .more a {
  background: #fff;
}

.gListPic .item:nth-child(even) .more a:hover {
  background: #00a2e9;
}

.gListPic .txt {
  float: left;
  width: 550px;
  color: #333;
}

.gListPic .txt h3 {
  padding: 88px 0 37px;
}

.gListPic .txt h3 a {
  display: block;
  font-size: 24px;
  color: #333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gListPic .txt .con {
  height: 180px;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.gListPic .txt p {
  font-size: 16px;
  line-height: 30px;
}

.gListPic .more {
  text-align: right;
}

.gListPic .more a {
  display: inline-block;
  width: 130px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #f7f7f7;
  font-size: 16px;
  color: #999;
}

.gListPic .more a:hover {
  background: #00a2e9;
  color: #fff;
}

.gListPic .img {
  float: right;
  width: 605px;
  height: 443px;
}

.gListPic .img img {
  width: 605px;
  height: 443px;
}

.gListPic .wp {
  overflow: hidden;
}

.sutures {
  padding-top: 36px;
}

.sutures .tit {
  height: 50px;
  line-height: 50px;
  background: #1664aa;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.sutures .link {
  margin-bottom: 40px;
  padding-top: 30px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.sutures .link a {
  position: relative;
  display: inline-block;
  margin: 0 40px;
  padding-bottom: 27px;
  font-size: 16px;
}

.sutures .link a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #00a2e9;
  opacity: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.sutures .link a:hover {
  color: #00a2e9;
}

.sutures .link a.on {
  color: #00a2e9;
}

.sutures .link a.on:after {
  /*opacity: 1;*/
}

#map {
  float: left;
  width: 684px;
  height: 454px;
}

.contactTxt {
  position: relative;
  float: left;
  width: 516px;
  height: 454px;
  background-position: center;
  background-repeat: no-repeat;
}

.contactTxt .con {
  display: flex;
  padding: 0 20px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 162, 233, 0.7);
  color: #fff;
  font-size: 18px;
}

.contactTxt h3 {
  font-size: 24px;
  text-align: center;
}

.contactTxt p {
  margin-top: 30px;
  padding-left: 43px;
  line-height: 35px;
  background-position: left 4px;
  background-repeat: no-repeat;
}

.contactTxt .s1 {
  background-image: url(../images/icn6.png);
}

.contactTxt .s2 {
  background-image: url(../images/icn7.png);
}

.contactTxt .s3 {
  background-image: url(../images/icn8.png);
}

.moreBtn {
  padding: 30px 0;
  text-align: center;
}

.moreBtn a {
  display: inline-block;
  width: 28px;
  height: 22px;
  background: url(../images/icn9.png) no-repeat left top;
}

.moreBtn a:hover {
  background-position: left bottom;
}

.address {
  padding-top: 60px;
}

.address .item {
  margin-bottom: 28px;
  padding: 53px 70px 25px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px 2px rgba(18, 98, 166, 0.09);
  box-shadow: 0 0 3px 2px rgba(18, 98, 166, 0.09);
}

.address h3 {
  padding-bottom: 46px;
  font-size: 24px;
  color: #333;
}

.address p {
  padding: 0 0 30px 43px;
  font-size: 18px;
  line-height: 34px;
  background-position: left 4px;
  background-repeat: no-repeat;
}

.address .s1 {
  background-image: url(../images/icn10.png);
}

.address .s2 {
  background-image: url(../images/icn11.png);
}

.address .s3 {
  background-image: url(../images/icn12.png);
}

.Congresses h1 {
  padding-bottom: 26px;
}

.Congresses .bgf7 {
  padding: 10px 0;
  background: #f7f7f7;
  color: #474646;
}

.CongressesTit {
  position: relative;
  padding: 30px 0;
}

.CongressesTit:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 62%;
  height: 1px;
  background: url(../images/icnBg.jpg) repeat-x;
}

.CongressesTit em {
  display: inline-block;
  padding-right: 17px;
  position: relative;
  z-index: 2;
  background: #fff;
  font-size: 20px;
}

.listTxt {
  overflow: hidden;
  margin: -73px 0 0 -56px;
}

.listTxt .item {
  float: left;
  width: 50%;
}

.listTxt a {
  position: relative;
  display: block;
  margin: 73px 0 0 56px;
}

.listTxt a:hover .img em {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.listTxt .img {
  overflow: hidden;
}

.listTxt .img em {
  display: block;
  padding-top: 66%;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.listTxt p {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  height: 78px;
  line-height: 78px;
  font-size: 22px;
  color: #fff;
  background: rgba(25, 100, 170, 0.5);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market {
  background: #f7f7f7;
  padding-bottom: 80px;
  overflow:hidden;
}

.market .img {
  float: right;
}

.market .txt {
  float: left;
  width: 560px;
  color: #333;
}

.market .con {
  height: 168px;
  overflow: hidden;
}

.market .con.on {
  height: auto;
}

.market .gMore {
  margin-top: 45px;
}

.aboutCon {
  margin-top: 116px;
  overflow: hidden;
}

.aboutCon .item {
  float: left;
  padding: 33px 20px 0;
  width: 33.33%;
  height: 280px;
  text-align: center;
  color: #fff;
  background: #005699;
}

.aboutCon img {
  display: block;
  margin: 0 auto;
  width: 99px;
  height: 54px;
}

.aboutCon h3 {
  margin: 28px 0 16px;
  font-size: 20px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}

.aboutCon p {
  margin: 0 auto;
  max-width: 250px;
  font-size: 13px;
  line-height: 26px;
  height: 104px;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.aboutCon .item1 {
  background: #005699;
}
/*
.aboutCon .item2 {
  background: #0d6fb8;
}

.aboutCon .item3 {
  background: #87b8de;
}
*/
.history {
  margin-bottom: 103px;
  height: 1292px;
}

.history .wp {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.historyIcn {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}

.historyIcn:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 3px;
  height: 37px;
  background: #99ccff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.historyIcn1:after,
.historyIcn2:after,
.historyIcn5:after,
.historyIcn6:after,
.historyIcn7:after,
.historyIcn10:after {
  bottom: 100%;
}

.historyIcn3:after,
.historyIcn4:after,
.historyIcn9:after {
  top: 100%;
}

.historyIcn8:after {
  top: 100%;
  width: 27px;
  height: 3px;
  background: #99ccff;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  left: 100%;
  top: 50%;
}

.historyIcn1 {
  right: 88px;
  top: 209px;
}

.historyIcn2 {
  right: 493px;
  top: 209px;
}

.historyIcn3 {
  right: 789px;
  top: 209px;
}

.historyIcn4 {
  right: 353px;
  top: 477px;
}

.historyIcn5 {
  right: 680px;
  top: 477px;
}

.historyIcn6 {
  right: 398px;
  top: 741px;
}

.historyIcn7 {
  right: 820px;
  top: 741px;
}

.historyIcn8 {
  left: 0;
  top: 876px;
}

.historyIcn9 {
  right: 353px;
  top: 1007px;
}

.historyIcn10 {
  right: 680px;
  top: 1007px;
}

.historyM {
  position: absolute;
  width: 63px;
  height: 3px;
  background: url(../images/icn13.png) no-repeat;
}

.historyFirst {
  left: 1115px;
  top: 224px;
  animation: lin 2s ease-out infinite;
  -webkit-animation: lin 2s ease-out infinite;
}

.historyLast {
  bottom: 3px;
  left: 670px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  animation: lin1 2s ease-out infinite;
  -webkit-animation: lin1 2s ease-out infinite;
}

@keyframes lin {
  0% {
    width: 5px;
    opacity: 0.1;
  }
  100% {
    width: 135px;
    opacity: 1;
  }
}

@-webkit-keyframes lin {
  0% {
    width: 5px;
    opacity: 0.1;
  }
  100% {
    width: 135px;
    opacity: 1;
  }
}

@keyframes lin1 {
  0% {
    left: 670px;
    opacity: 0.1;
  }
  100% {
    left: 630px;
    opacity: 1;
  }
}

@-webkit-keyframes lin1 {
  0% {
    left: 670px;
    opacity: 0.1;
  }
  100% {
    left: 630px;
    opacity: 1;
  }
}

@keyframes warn {
  0% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.0;
  }
  25% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

@keyframes warn1 {
  0% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.0;
  }
  25% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.0;
  }
}

.pulse {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 4px;
  top: 5px;
  border: 3px solid #0d6fa6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn 1.4s ease-out;
  -moz-animation: warn 1.4s ease-out;
  animation: warn 1.4s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pulse1 {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 4px;
  top: 5px;
  border: 3px solid #0d6fa6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn1 1.4s ease-in;
  -moz-animation: warn1 1.4s ease-in;
  animation: warn1 1.4s ease-in;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.historyLine {
  position: absolute;
}

.historyLine1 {
  top: 224px;
  left: 189px;
  right: 90px;
  height: 3px;
  background: #00a2e9;
}

.historyLine2 {
  top: 224px;
  left: 40px;
  width: 150px;
  height: 270px;
  border: 3px solid #00a2e9;
  border-right: 0;
  border-radius: 240px 0 0 240px;
}

.historyLine3 {
  top: 491px;
  left: 170px;
  right: 188px;
  height: 3px;
  background: #00a2e9;
}

.historyLine4 {
  top: 491px;
  right: 13px;
  height: 267px;
  width: 176px;
  border: 3px solid #00a2e9;
  border-left: 0;
  border-radius: 0 240px 240px 0;
}

.historyLine5 {
  top: 755px;
  left: 143px;
  right: 140px;
  height: 3px;
  background: #00a2e9;
}

.historyLine6 {
  top: 755px;
  left: 13px;
  width: 150px;
  height: 270px;
  border: 3px solid #00a2e9;
  border-right: 0;
  border-radius: 240px 0 0 240px;
}

.historyLine7 {
  top: 1022px;
  left: 143px;
  right: 140px;
  height: 3px;
  background: #00a2e9;
}

.historyLine8 {
  top: 1022px;
  right: 13px;
  height: 267px;
  width: 176px;
  border: 3px solid #00a2e9;
  border-left: 0;
  border-radius: 0 240px 240px 0;
}

.historyLine9 {
  bottom: 3px;
  right: 140px;
  width: 355px;
  height: 3px;
  background: #00a2e9;
}

.historyItem {
  position: absolute;
}

.historyItem h3 {
  padding-bottom: 12px;
  font-size: 16px;
  color: #333;
}

.historyItem p {
  font-size: 14px;
  line-height: 26px;
  max-height: 130px;
  overflow: hidden;
  display: -webkit-box;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.historyItem1 {
  right: 120px;
  width: 310px;
  bottom: 1100px;
}

.historyItem2 {
  right: 549px;
  width: 186px;
  bottom: 1100px;
}

.historyItem3 {
  right: 708px;
  width: 330px;
  bottom: 837px;
}

.historyItem4 {
  right: 244px;
  width: 420px;
  bottom: 837px;
}

.historyItem5 {
  right: 20px;
  top: 550px;
  width: 351px;
}

.historyItem6 {
  right: 430px;
  bottom: 590px;
  width: 355px;
}

.historyItem6 h3 {
  text-align: right;
}

.historyItem7 {
  left: 17px;
  width: 330px;
  bottom: 565px;
}

.historyItem7 h3 {
  text-align: right;
  padding-right: 22px;
}

.historyItem8 {
  left: 80px;
  bottom: 345px;
  width: 255px;
}

.historyItem9 {
  left: 551px;
  bottom: 335px;
  width: 424px;
}

.historyItem10 {
  width: 430px;
  right: 38px;
  top: 1090px;
}

@media only screen and (max-width: 1199px) {
  .wp {
    width: 96%;
  }
  
  .logo {
    margin: 10px 0;
    width: 150px;
  }
  .hd_r {
    margin-top: 11px;
  }
  .hd_r .language {
    margin-right: 15px;
  }
  .navBtn,
  .searchBtn {
    display: block;
  }
  .hd_search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
  }
  .hd_search input {
    font-size: 12px;
  }
  .nav {
    display: none;
  }
  .gTit {
    padding: 35px 0;
    font-size: 18px;
  }
  .gMore a {
    width: 140px;
    height: 39px;
    line-height: 36px;
    font-size: 14px;
  }
  .moreBtn {
    padding: 15px 0;
  }
  .gCur {
    padding: 23px 0;
    font-size: 14px;
  }
  .gBane .txt {
    bottom: 25px;
  }
  .gBane h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .gBane p {
    font-size: 14px;
    line-height: 26px;
    height: 130px;
  }
  
  #fd {
    text-align: center;
  }
  .fdLeft {
    float: none;
    display: inline-block;
  }
  .fdRight {
    float: none;
    display: block;
    margin-top: 20px;
  }
  .fdRight p {
    font-size: 12px;
  }
  .fdLogo {
    width: 200px;
  }
  
  .idxAboutPanther2 {
    padding-bottom: 30px;
  }
  .idxAboutPanther2 .img {
    float: none;
    margin: 0 auto 20px;
  }
  .idxAboutPanther2 .txt {
    float: none;
    width: 100%;
  }
  .idxAboutPanther2 .txt p {
    display: block;
    height: auto;
  }
  .market {
    padding-bottom: 30px;
  }
  .market .img {
    float: none;
    text-align: center;
  }
  .market .txt {
    float: none;
    width: 100%;
  }
  .market .gMore {
    margin-top: 30px;
  }
  .aboutCon {
    margin-top: 30px;
  }
  .history {
    height: auto;
    margin-bottom: 30px;
  }
  .historyLine,
  .historyM,
  .historyIcn {
    display: none;
  }
  .historyCon {
    overflow: hidden;
  }
  .historyItem {
    position: static;
    float: left;
    margin-bottom: 20px;
    width: 50%;
    padding: 0 10px;
    height: 154px;
  }
  .historyItem h3 {
    text-align: left;
  }
  
  #map {
    width: 100%;
    height: 250px;
  }
  .contactTxt {
    height: auto;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .contactTxt .con {
    padding: 20px;
  }
  .address {
    padding-top: 30px;
  }
  .address .item {
    padding: 20px 20px 10px;
  }
  .address h3 {
    padding-bottom: 20px;
    font-size: 18px;
  }
  .address p {
    padding-bottom: 20px;
    font-size: 14px;
  }
  
  .mTxt h1 {
    padding-bottom: 20px;
    font-size: 30px;
  }
  
  .idxAboutPanther .img {
    float: none;
    margin: 0 auto;
  }
  .idxAboutPanther .txt {
    padding-top: 30px;
    width: 100%;
  }
  .idxAboutPanther .txt p {
    display: block;
    height: auto;
  }
  .idxAboutPanther .gMore {
    padding-top: 30px;
  }
  .idxOurCapabilitiesImg {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 59%;
  }
  .idxOurCapabilitiesCon {
    position: static;
    height: auto;
  }
  .idxOurCapabilitiesCon .con {
    padding: 20px 0;
    float: none;
    width: 100%;
    height: auto;
  }
  .idxOurCapabilitiesCon .con p {
    display: block;
    height: auto;
  }
  .idxOurCapabilitiesCon .gMore {
    margin-top: 30px;
  }
  
  .gImgList {
    margin: -20px 0 0 -20px;
  }
  .gImgList .img {
    margin: 20px 0 0 20px;
  }
  /*
    * capabilities1
     * */
  .gListImg {
    margin: -20px 0 0 -20px;
  }
  .gListImg .img {
    margin: 20px 0 0 20px;
  }
  .insXq .gTxt,
  .insXq .gListImg,
  .insXq .gImg {
    padding: 10px 0;
  }
  /*
    * products1
     * */
  .ProductsList .img img {
    width: 200px;
    height: 200px;
  }
  .ProductsList .txt {
    padding: 10px;
  }
  .ProductsList .txt p {
    font-size: 14px;
  }
  .gListPic .img {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .gListPic .img img {
    max-width: 400px;
    width: auto;
    height: auto;
  }
  .gListPic .txt {
    width: 100%;
  }
  .gListPic .txt h3 {
    padding: 20px 0;
  }
  .gListPic .txt .con {
    display: block;
    height: auto;
  }
  .gListPic .more {
    margin: 20px 0;
  }
  /*
    * surgical_academy
     * */
  .mImgBox img {
    margin: 4px;
    width: 209px;
  }
  /*
    * training
     * */
  .mImgTxt2 {
    margin: -10px 0 0 -10px;
  }
  .mImgTxt2 .item {
    width: 50%;
  }
  .mImgTxt2 a {
    margin: 10px 0 0 10px;
  }
  .page a, .page span {
    padding: 0 5px;
    width: auto;
    height: 27px;
    line-height: 27px;
    border: 0;
  }
  .page .prev em {
    padding-left: 15px;
  }
  .page .next em {
    padding-right: 15px;
  }
  .CongressesTit em {
    font-size: 16px;
  }
  .CongressesTit:after {
    top: 53%;
  }
  .listTxt {
    margin: -20px 0 0 -20px;
  }
  .listTxt a {
    margin: 20px 0 0 20px;
  }
  .listTxt p {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .mImgTxt {
    margin-left: -20px;
  }
  .mImgTxt .item {
    width: 50%;
  }
  .mImgTxt a {
    margin-left: 20px;
  }
  .mImgTxt .txt {
    padding: 10px;
  }
  .mImgTxt .txt * {
    height: 26px;
    line-height: 26px;
  }
  .mImgTxt .txt h3 {
    font-size: 16px;
  }
  .mImgTxt .txt p {
    font-size: 12px;
  }
  .icnNews {
    padding-left: 35px;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
    background-position: left 6px;
  }
  .mImgTxt .videoBtn:after {
    width: 50px;
    height: 50px;
    background-size: auto 20px;
  }
  .ProductsList2 {
    margin: -10px 0 0 -10px;
    font-size:0;
  }
  .ProductsList2 .img img {
    width: 100%;
    height: 100%;
  }
  .ProductsList2 .itemBox {
    width: 50%;
  }
  .ProductsList2 .item {
    margin: 10px 0 0 10px;
  }
  .nav a:hover,
  .nav .on .a1 {
    color: #fff;
  }
}

/*Common For Max 768*/
@media only screen and (max-width: 959px) {
  /* video */
  #video {
    width: 600px;
    height: 400px;
    margin: -200px 0 0 -300px;
  }
}

/*Common For Max 480*/
@media only screen and (max-width: 767px) {
  .gTxt {
    font-size: 14px;
    line-height: 26px;
  }
  .gBane .txt {
    bottom: 15px;
  }
  .gBane h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .gBane p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    -webkit-line-clamp: 3;
  }
  /*
    * 关于我们
    *  */
  .aboutCon .item {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .aboutCon h3 {
    margin: 20px 0 10px;
  }
  .aboutCon img {
    width: 65px;
    height: auto;
  }
  .idxAboutPanther2 .img {
    width: 280px;
    height: 210px;
  }
  .idxAboutPanther2 .img:after {
    width: 280px;
    height: 210px;
  }
  .idxAboutPanther2 .img img {
    width: 280px;
    height: 210px;
  }
  .historyItem {
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
  }
  .historyItem p {
    display: block;
    height: auto;
    max-height: none;
  }
  /*
    * 联系我们
     * */
  .contactTxt h3 {
    font-size: 20px;
  }
  .contactTxt .con {
    font-size: 14px;
  }
  /*
    *   fixation_devices
        * */
  .mTxt h1 {
    font-size: 24px;
  }
  .insImg .item {
    width: 100%;
    margin-bottom: 10px;
  }
  /*
    * 首页
     * */
  .idxAboutPanther .img {
    width: 320px;
    height: 310px;
  }
  .idxAboutPanther .img:before {
    width: 190px;
    height: 250px;
  }
  .idxAboutPanther .img:after {
    content: '';
    width: 118px;
  }
  .idxAboutPanther .img img {
    width: 320px;
    height: 240px;
  }
  .gListVideo .item {
    width: 50%;
  }
  .idxFd .item {
    width: 50%;
  }
  .idxFd .txt p {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .idxFd .txt em {
    font-size: 14px;
  }
  /*
    * capabilities
     * */
  .gImgList2 .item {
    width: 50%;
  }
  /*
    * capabilities1
     * */
  .gListImg .item {
    width: 50%;
  }
  /*
    * staplers
     * */
  .gListPic .txt h3 {
    padding-bottom: 10px;
  }
  .gListPic .txt h3 a {
    font-size: 18px;
  }
  .gListPic .txt p {
    font-size: 12px;
    line-height: 24px;
  }
  /*
    * surgical_academy
     * */
  .mImgBox img {
    margin: 4px;
    width: 150px;
  }
  .mTxt p {
    line-height: 28px;
    font-size: 14px;
  }
  .mTxt2 {
    padding: 20px 0;
    min-height: auto;
  }
  .gTxt .h3 {
    font-size: 18px;
  }
  .mLink2 {
    font-size: 16px;
  }
  .sutures .link a {
    margin: 0 5px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .ProductsList2 .img img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 600px) {
  /* video */
  #video {
    width: 300px;
    height: 170px;
    margin: -85px 0 0 -150px;
  }
  .gCur {
    font-size: 12px;
  }
  .gCur a {
    display: inline-block;
  }
  .listTxt p {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .Congresses .bgf7 {
    text-align: left;
  }
  .Congresses .bgf7 p {
    position: relative;
    line-height: 24px;
    padding-left: 12px;
  }
  .Congresses .bgf7 p:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 5px;
  }
}

/*Common For Max 320*/
@media only screen and (max-width: 479px) {
  .gBane .txt {
    bottom: 8px;
  }
  .gBane h3 {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .gBane p {
    font-size: 12px;
    line-height: 18px;
    height: 54px;
    -webkit-line-clamp: 3;
  }
}
