.header .marginAuto {
  width: 1003px;
  display: flex;
}

.header .right {
  width: 100%;
  height: 70px;
  background: url(../images/index_02.gif) repeat-x;
}

.header .right .tips {
  text-align: right;
  line-height: 36px;
  box-sizing: border-box;
  padding-right: 30px;
}

.header .right .tips a {
  font-size: 12px;
  color: #333;
  display: inline-block;
  background: url(../images/index_03.gif) no-repeat left center;
  padding-left: 15px;
  margin-left: 10px;
}

.productCenter .main p img{max-width:100% !important;}

.header .right .nav ul {
  display: flex;
  height: 34px;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 50px;
}

.header .right .nav ul li {
  margin-right: 60px;
}

.header .right .nav ul li:last-child {
  margin-right: 0;
}

.header .right .nav ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.header .right .nav ul li a:hover {
  text-decoration: underline;
}

.banner {
  width: 1003px;
  min-height:65px;
  margin: 0 auto 10px;
  position: relative;
}

.banner img {
  width: 100%;
  height:274px;
  object-fit:cover;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.iContent .marginAuto {
  width: 1003px;
  display: flex;
  position: relative;
}

.iContent .aside {
  width: 190px;
  margin-right: 10px;
}

.iContent .aside a {
  display: inline-block;
  margin-bottom: 10px;
}

.iContent .iNews, .iContent .iProductDisplay {
  width: 315px;
  margin-right: 12px;
}

.iContent .iNews .title, .iContent .iProductDisplay .title {
  display: flex;
  justify-content: space-between;
  line-height: 28px;
  border-bottom: 2px solid #e0e0e0;
  position: relative;
  margin-bottom: 10px;
}

.iContent .iNews .title::before, .iContent .iProductDisplay .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 115px;
  border-bottom: 2px solid #ec0009;
}

.iContent .iNews .title h1, .iContent .iProductDisplay .title h1 {
  color: #1543a1;
  font-size: 12px;
  font-weight: bold;
}

.iContent .iNews .title a, .iContent .iProductDisplay .title a {
  font-size: 12px;
  color: #333;
}

.iContent .iNews .title a:hover, .iContent .iProductDisplay .title a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.iContent .iNews {
  width: 315px;
  margin-right: 12px;
}

.iContent .iNews .tips {
  border-bottom: 1px dashed #1661be;
  margin-bottom: 5px;
}

.iContent .iNews .tips a {
  display: flex;
}

.iContent .iNews .tips a:hover {
  color: #333;
}

.iContent .iNews .tips a:hover p {
  color: #333333;
}

.iContent .iNews .tips img {
  width: 94px;
  height: 64px;
  border: 1px solid #a7bdd1;
  padding: 2px;
  margin-right: 8px;
}

.iContent .iNews .tips p {
  width: 204px;
  font-size: 12px;
  line-height: 200%;
  color: #1543a1;
  background: url(../images/index_21.gif) no-repeat left 9px;
  text-indent: 7px;
}

.iContent .iNews .list li {
  line-height: 22px;
  background: url(../images/index_21.gif) no-repeat left center;
  padding-left: 10px;
}

.iContent .iNews .list li a {
  font-size: 12px;
  color: #333333;
}

.iContent .iProductDisplay {
  width: 234px;
}

.iContent .iProductDisplay .tips img {
  width: 182px;
  height: 64px;
}

.iContent .iProductDisplay .list {
  margin-bottom: 15px;
}

.iContent .iProductDisplay .list ul {
  display: flex;
  flex-wrap: wrap;
}

.iContent .iProductDisplay .list li {
  width: 50%;
}

.iContent .iProductDisplay .list li a {
  color: #1543a1;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  padding-left: 5px;
}

.iContent .iProductDisplay .list li a::after {
  content: ".";
  position: absolute;
  left: 0;
  color: #ec0009;
}

.iContent .iProductDisplay .tips {
  text-align: center;
  border: 1px solid grey;
  margin-bottom: 11px;
}

.iContent .iProductDisplay .tips img {
  width: 182px;
  height: 64px;
}

.iContent .rNav {
  z-index: 33;
  display: block;
  float:right;
  margin-left: 15px;
  margin-top:-63px;
  width: 208px;
  box-sizing: border-box;
  padding: 20px 0 0;
  background: #deeffc;
  border-radius: 25px 25px 0 0;
  border: 2px solid #fff;
  background-image: linear-gradient(#deeffc, #fff);
}

.iContent .rNav h1 {
  font-size: 14px;
  color: #5388cd;
  font-weight: bold;
  margin-bottom: 10px;
}

.iContent .rNav .aBlock {
  padding: 0 13px 10px;
}

.iContent .rNav .aBlock a {
  display: block;
  background: url(../images/index_28.gif) no-repeat left center;
  background-size: 100% 100%;
  line-height: 28px;
  font-size: 12px;
  color: #333;
  padding-left: 25px;
  margin-bottom: 2px;
}

.iContent .rNav .aBlock a:hover {
  color: #ff0000;
}

.iContent .rNav .search {
  padding: 0 13px 10px;
}

.iContent .rNav .search p .inputText {
  width: 140px;
  color: #000;
}

.iContent .rNav .search p .inputBtn {
  background: none;
  margin-left: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

.iContent .rNav .search select {
  width: 145px;
  color: #000;
  font-size: 14px;
}
.iContent .aside .search {
  padding: 0 13px 10px;
}

.iContent .aside .search p .inputText {
  width: 128px;
  color: #000;
}

.iContent .aside .search p .inputBtn {
  background: none;
  margin-left: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}

.iContent .aside .search select {
  width: 170px;
  color: #000;
  font-size: 14px;
}

.footer .marginAuto {
  width: 1003px;
  display: flex;
  justify-content: space-between;
  line-height: 60px;
  margin-top: 10px;
  border-top: 1px solid grey;
}

.footer .copy {
  font-size: 12px;
}

.footer .copy a {
  color: #333;
}

.footer .copy a:hover {
  color: #ff0000;
}

.footer .nav a {
  display: inline-block;
  font-size: 12px;
  color: #333;
  border-right: 1px solid #333;
  line-height: 12px;
  margin-right: 5px;
  padding-right: 5px;
}

.footer .nav a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.footer .nav a:hover {
  color: #ff0000;
}

.productCenter .marginAuto {
  display: flex;
  box-sizing: border-box;
  padding: 0 10px;
}

.productCenter .aside {
  width: 170px;
  position: relative;
  margin-right: 15px;
}

.productCenter .aside .title {
  width: 170px;
  background: #fff;
  z-index: 33;
  position: absolute;
  top: -65px;
  left: 0;
  line-height: 55px;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  padding-left: 20px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.productCenter .aside .title h1 {
  font-size: 18px;
  color: #0e56b6;
}

.productCenter .aside .list {
  margin-top: -2px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.productCenter .aside .list > ul > li {
  background: #e7f2fd;
  border-bottom: 1px solid #fff;
}

.productCenter .aside .list > ul > li.on .nav2 {
  display: block;
}

.productCenter .aside .list > ul > li a {
  display: inline-block;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  padding-left: 15px;
}

.productCenter .aside .list > ul > li .nav2 {
  display: none;
  background: #fff;
}

.productCenter .aside .list > ul > li .nav2 li {
  padding-left: 10px;
  background: #fff;
  border-bottom: 1px #ececec solid;
  background: url(../images/about_27.gif) no-repeat 12px center;
}

.productCenter .aside .list > ul > li .nav2 li a {
  font-weight: normal;
}

.productCenter .aside .list > ul > li .nav2 li a:hover {
  color: #ff0000;
}

.productCenter .aside .search {
  padding: 0 12px;
}

.productCenter .aside .search .btn a {
  font-size: 14px;
  color: #2566be;
  font-weight: bold;
}

.productCenter .aside .search .inputBlock {
  display: flex;
}

.productCenter .aside > .btn {
  margin-top: 15px;
}

.productCenter .content {
  width: 632px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
  margin-right: 10px;
  box-sizing: border-box;
  padding: 0 20px 30px;
  border-radius: 8px;
}

.productCenter .content .tops {
  display: flex;
  justify-content: space-between;
  /* line-height: 40px; */
  padding: 12px 0;
  border-bottom: 2px solid #cecfce;
  position: relative;
  margin-bottom: 20px;
}

.productCenter .content .tops::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  border-bottom: 2px solid #2c3090;
}

.productCenter .content .tops h1 {
  font-size: 12px;
  font-weight: bold;
  color: #1543a1;
  background: url(../images/index_21.gif) no-repeat left center;
  padding-left: 10px;
}

.productCenter .content .tops .position {
  font-size: 12px;
  color: #333333;
  background: url(../images/about_14.gif) no-repeat left center;
  padding-left: 10px;
}

.productCenter .content .tops .position a {
  color: #333333;
}

.productCenter .content .list ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}

.productCenter .content .list li {
  width: 260px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.productCenter .content .list li:nth-child(2n) {
  margin-right: 0;
}

.productCenter .content .list li a {
  display: flex;
}

.productCenter .content .list li .img {
  margin-right: 10px;
}

.productCenter .content .list li .img img {
  border: 1px #CCCCCC solid;
  width: 96px;
  height: 95px;
}

.productCenter .content .list li .text {
  font-size: 12px;
}

.productCenter .content .list li .text h1 {
  font-weight: bold;
  color: #1543a1;
}

.productCenter .content .list li .text p {
  color: #333333;
}

.productCenter .content .list .page {
  text-align: center;
}

.productCenter .content .list .page a {
  font-size: 12px;
  color: #333;
  margin: 0 5px;
  display: inline-block;
}

.productCenter .content .nrContent h1 {
  text-align: center;
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}

.productCenter .content .nrContent .tips {
  background: #f5f5f5;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 10px;
}

.productCenter .content .nrContent .main {
  height: 275px;
  overflow-y: scroll;
}

.productCenter .content .nrContent .main p {
  font-size: 14px;
  line-height: 28px;
}

.productCenter .content .nrContent .fh {
  text-align: right;
  margin-top: 5px;
}

.productCenter .content .nrContent .fh a {
  font-size: 12px;
  color: #333333;
}

.productCenter .content .gywm {
  height: 275px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.productCenter .content .gywm p {
  text-align: left;
  font-size: 12px;
  line-height: 25px;
}

.productCenter .content .gywm img {
  margin-right: 5px;
}

.productCenter .content .jszx .tips a {
  display: flex;
  justify-content: space-between;
  color: #333;
}

.productCenter .content .jszx .tips .img {
  width: 200px;
}

.productCenter .content .jszx .tips .img img {
  width: 100%;
  height: 150px;
}

.productCenter .content .jszx .tips .text {
  width: 368px;
}

.productCenter .content .jszx .tips .text p {
  font-size: 12px;
  line-height: 24px;
}

.productCenter .content .jszx .tips .text .btn {
  text-align: right;
}

.productCenter .content .jszx .tips .text .btn span {
  color: #1543a1;
  font-size: 12px;
}

.productCenter .content .jszx .jszxList {
  border: 1px #a2d1ff solid;
}

.productCenter .content .jszx .jszxList .title {
  display: flex;
  justify-content: space-between;
  background: url(../images/scient1_09.jpg) repeat-x;
  line-height: 24px;
  padding: 0 9px 0 0;
}

.productCenter .content .jszx .jszxList .title h1 {
  color: #1543a1;
  font-size: 12px;
  font-weight: bold;
  background: url(../images/index_21.gif) no-repeat 10px center;
  padding-left: 25px;
}

.productCenter .content .jszx .jszxList .title a {
  font-size: 12px;
  color: #1543a1;
}

.productCenter .content .jszx .jszxList ul {
  box-sizing: border-box;
  padding: 0 15px;
}

.productCenter .content .jszx .jszxList ul li {
  line-height: 30px;
  border-bottom: 1px #dee9f4 solid;
}

.productCenter .content .jszx .jszxList ul li a {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #1543a1;
}

.productCenter .content .jszx .jszxList ul li a span{
min-width: 67px;}

.productCenter .content .jszx .jszxList .page {
  text-align: center;
  line-height: 40px;
}

.productCenter .content .jszx .jszxList .page a {
  font-size: 12px;
  color: #333;
  margin: 0 5px;
  display: inline-block;
}

.productCenter .content .customerService .tips {
  display: flex;
  background: url(../images/down_05.gif) repeat-x;
  height: 28px;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.productCenter .content .customerService .tips span {
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  border-right: 1.9px solid #fff;
  line-height: 12px;
}

.productCenter .content .customerService .tips span:nth-child(1) {
  width: 284px;
}

.productCenter .content .customerService .tips span:nth-child(2) {
  width: 90px;
}

.productCenter .content .customerService .tips span:nth-child(3) {
  width: 80px;
}

.productCenter .content .customerService .tips span:nth-child(4) {
  width: 80px;
}

.productCenter .content .customerService .tips span:last-child {
  border-right: 0;
}

.productCenter .content .customerService .classification {
  margin-bottom: 10px;
  display: flex;
  font-size: 12px;
}

.productCenter .content .customerService .customerServiceList li {
  display: flex;
  font-size: 12px;
  border-bottom: 1px #dee9f4 solid;
  height: 31px;
  align-items: center;
}

.productCenter .content .customerService .customerServiceList li a {
  width: 284px;
  color: #1543a1;
}

.productCenter .content .customerService .customerServiceList li a:hover {
  color: #333333;
}

.productCenter .content .customerService .customerServiceList li span {
  text-align: center;
}

.productCenter .content .customerService .customerServiceList li span:nth-child(2) {
  width: 90px;
}

.productCenter .content .customerService .customerServiceList li span:nth-child(3) {
  width: 80px;
}

.productCenter .content .customerService .customerServiceList li span:nth-child(4) {
  width: 80px;
}

.productCenter .content .customerService .bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productCenter .content .customerService .bottom .page {
  text-align: center;
  line-height: 40px;
}

.productCenter .content .customerService .bottom .page a {
  font-size: 12px;
  color: #333;
  margin: 0 5px;
  display: inline-block;
}

.productCenter .content .download .tips {
  display: flex;
  background: url(../images/down_05.gif) repeat-x;
  height: 28px;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.productCenter .content .download .tips span {
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  border-right: 1.9px solid #fff;
  line-height: 12px;
}

.productCenter .content .download .tips span:nth-child(1) {
  width: 364px;
}

.productCenter .content .download .tips span:nth-child(2) {
  width: 90px;
}

.productCenter .content .download .tips span:nth-child(3) {
  width: 90px;
}

.productCenter .content .download .tips span:last-child {
  border-right: 0;
}

.productCenter .content .download .downloadList li {
  display: flex;
  font-size: 12px;
  border-bottom: 1px #dee9f4 solid;
  height: 31px;
  align-items: center;
}

.productCenter .content .download .downloadList li a {
  width: 364px;
  color: #1543a1;
}

.productCenter .content .download .downloadList li a:hover {
  color: #333333;
}

.productCenter .content .download .downloadList li span {
  text-align: center;
}

.productCenter .content .download .downloadList li span:nth-child(2) {
  width: 90px;
}

.productCenter .content .download .downloadList li span:nth-child(3) {
  width: 90px;
}

.productCenter .content .download .downloadList .page {
  text-align: center;
  line-height: 40px;
}

.productCenter .content .download .downloadList .page a {
  font-size: 12px;
  color: #333;
  margin: 0 5px;
  display: inline-block;
}

.productCenter .content .preSale {
  padding: 0 15px;
}

.productCenter .content .preSale font {
  color: #f00;
}

.productCenter .content .preSale .title {
  margin-bottom: 20px;
}

.productCenter .content .preSale .title h1 {
  font-size: 12px;
}

.productCenter .content .preSale form dl {
  display: flex;
  margin-bottom: 10px;
}

.productCenter .content .preSale form dl dt {
  width: 100px;
  font-size: 12px;
}

.productCenter .content .preSale form dl dd input[type=text] {
  width: 160px;
}

.productCenter .content .preSale form dl dd input.width1 {
  width: 288px;
}

.productCenter .content .preSale form dl dd select {
  width: 141px;
}

.productCenter .content .preSale form dl dd textarea.width2 {
  width: 275px;
  height: 78px;
}

.productCenter .content .preSale form dl dd input[type=submit], .productCenter .content .preSale form dl dd button[type=reset] {
  font-size: 14px;
  padding: 0 5px;
}

.productCenter .content .preSale form .tips {
  font-size: 12px;
  line-height: 24px;
}

.productCenter .content .preSale form strong {
  display: block;
  text-align: center;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.productCenter .content .preSale form .cpList {
  margin-bottom: 10px;
}

.productCenter .content .preSale form .cpList li {
  display: flex;
  font-size: 12px;
  margin-bottom: 5px;
}

.productCenter .content .preSale form .cpList li input[type=button] {
  font-size: 14px;
  padding: 0 4px;
}

.productCenter .content .preSale form .cpList li span {
  text-align: center;
}

.productCenter .content .preSale form .cpList li span:nth-child(1) {
  width: 105px;
}

.productCenter .content .preSale form .cpList li span:nth-child(2) {
  width: 185px;
}

.productCenter .content .preSale form .cpList li span:nth-child(3) {
  width: 88px;
}

.productCenter .content .preSale form .cpList li span:nth-child(3) input {
  width: 84px;
}

.productCenter .content .preSale form .cpList li span:nth-child(4) {
  width: 168px;
}

.productCenter .content .problem .tips {
  display: flex;
  background: url(../images/down_05.gif) repeat-x;
  height: 28px;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.productCenter .content .problem .tips span {
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  border-right: 1.9px solid #fff;
  line-height: 12px;
}

.productCenter .content .problem .tips span:nth-child(1) {
  width: 324px;
}

.productCenter .content .problem .tips span:nth-child(2) {
  width: 93px;
}

.productCenter .content .problem .tips span:nth-child(3) {
  width: 83px;
}

.productCenter .content .problem .tips span:nth-child(4) {
  width: 83px;
}

.productCenter .content .problem .tips span:last-child {
  border-right: 0;
}

.productCenter .content .problem .pageTips {
  font-size: 12px;
  margin-bottom: 10px;
}

.productCenter .content .problem .pageTips a {
  display: inline-block;
  margin-left: 5px;
}

.productCenter .content .problem .problemList li {
  display: flex;
  font-size: 12px;
  border-bottom: 1px #dee9f4 solid;
  height: 31px;
  align-items: center;
}

.productCenter .content .problem .problemList li a {
  width: 324px;
  color: #1543a1;
}

.productCenter .content .problem .problemList li a:hover {
  color: #333333;
}

.productCenter .content .problem .problemList li span {
  text-align: center;
}

.productCenter .content .problem .problemList li span:nth-child(2) {
  width: 93px;
}

.productCenter .content .problem .problemList li span:nth-child(3) {
  width: 83px;
}

.productCenter .content .problem .problemList li span:nth-child(4) {
  width: 83px;
}

.productCenter .content .problem .problemList .bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.productCenter .content .problem .problemList .bottom .page {
  text-align: center;
  line-height: 40px;
}

.productCenter .content .problem .problemList .bottom .page a {
  font-size: 12px;
  color: #333;
  margin: 0 5px;
  display: inline-block;
}

.productCenter .content .domesticMap embed {
  margin-bottom: 20px;
}

.productCenter .content .domesticMap ul {
  height: 275px;
  overflow-y: auto;
}

.productCenter .content .domesticMap ul li {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
}

.productCenter .content .internationalMap {
  height: 275px;
  overflow-y: scroll;
}
.internationalMap img{
  max-width: 100%;
}
.productCenter .content .internationalMap embed {
  margin-bottom: 20px;
}

.productCenter .content .internationalMap p {
  font-size: 12px;
  line-height: 26px;
}

.productCenter .content .websiteMap {
  height: 275px;
  overflow-y: scroll;
}

.productCenter .content .websiteMap dl {
  display: flex;
  font-size: 12px;
  line-height: 30px;
  align-items: center;
}

.productCenter .content .websiteMap dl:nth-child(2n) {
  background: #e7f2fd;
}

.productCenter .content .websiteMap dl dt {
  width: 13%;
}

.productCenter .content .websiteMap dl dd {
  width: 87%;
}

.productCenter .content .websiteMap dl dd a {
  display: inline-block;
  border-right: 1px solid #333;
  line-height: 12px;
  padding-right: 3px;
  margin-right: 3px;
}

.productCenter .right {
  width: 155px;
}

.productCenter .right a {
  display: block;
  margin-bottom: 5px;
}

.searchBox .asideNav {
  display: none;
}

.asideNavList {
  display: none;
}

.ClassicCase .ClassicCaseList ul li {
  border-bottom: 1px dashed #1543a1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.ClassicCase .ClassicCaseList ul li a {
  display: flex;
}

.ClassicCase .ClassicCaseList ul li .img {
  margin-right: 20px;
}

.ClassicCase .ClassicCaseList ul li .img img {
  width: 150px;
  height: 113px;
  border: 1px #c3d6ea solid;
  display: inline-block;
  padding: 5px;
}

.ClassicCase .ClassicCaseList ul li .text {
  font-size: 12px;
}

.ClassicCase .ClassicCaseList ul li .text h1 {
  font-weight: bold;
  color: #1543a1;
  margin-bottom: 10px;
}

.ClassicCase .ClassicCaseList ul li .text h1 span {
  display: inline-block;
  padding-right: 10px;
  background: url(../images/case_07.jpg) no-repeat right center;
}

.ClassicCase .ClassicCaseList .page {
  text-align: center;
}

.ClassicCase .ClassicCaseList .page a {
  font-size: 12px;
  color: #333;
  margin: 0 5px;
  display: inline-block;
}

.searchTable table {
  border-collapse: collapse;
  border: 1px #a2d1ff solid;
}

.searchTable table td {
  height: 30px;
}

.searchTable table td:nth-child(1) {
  text-align: center;
}

.searchTable table td:nth-child(2) {
  box-sizing: border-box;
  padding-left: 10px;
}

.searchTable thead td {
  text-align: center;
  font-weight: bold;
  background: url(../images/scient1_09.jpg) repeat-x;
  color: #1543a1;
  height: 24px;
}

.searchTable tbody tr:nth-child(1) td:nth-child(2) select {
  width: 255px;
}

.searchTable .btn {
  padding-left: 300px;
  margin-top: 20px;
}

.searchTable .btn input {
  font-size: 14px;
  padding: 1px 6px;
}

.authenticity p {
  font-size: 12px;
}

.authenticity h1 {
  text-align: center;
  background: #EDF6FD;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin: 10px 0;
}

.authenticity dl {
  display: flex;
  width: 250px;
  margin: 0 auto 1px;
}

.authenticity dl dt {
  font-size: 12px;
  width: 30%;
  text-align: right;
  color: #2c3090;
}

.authenticity dl dd {
  width: 60%;
}

.authenticity dl dd input[type="text"] {
  width: 100%;
}
.ctiyImgList {
  height: auto;
}
.ctiyImgList span{
  display: none;
}
.ctiyImgList span div{
  display: block;
    background: url(/themes/default/Public/images/cityImgbg.jpg) 100% 100% repeat-x;
    padding: 10px;
    font-size: 12px;
}
.pmd {
  width: 780px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(18, 105, 201, .8);
}

.pmd ul {
  white-space: nowrap;
}

.pmd ul li {
  display: inline-block;
  margin: 10px;
  height: 63px;
}

.pmd ul img {
  height: 63px;
  vertical-align: top;
}

.ewm{
	display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;}
.ewm div{
	margin:auto;
}
