html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
*{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.top {
  border-top: 2px solid #0057A1;
  padding: 2vw;
  line-height: 1.5;
  background: #f2f2f2;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.menu {
  padding: 3vw;
  display: flex;
}
.menu h1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu h1 a {
  height: 10vw;
}
.menu h1 a img {
  height: 100%;
  display: block;
}
.menu .menubar {
  height: 10vw;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}
.menu .menubar span {
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 5vw;
}
.menu .menubar span img {
  height: 7vw;
}
.menu .menubar span:active {
  opacity: 0.8;
}
.fixedMenu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.fixedMenu .box {
  background: #fff;
  width: 60%;
  position: relative;
  border-left: 5px solid #0057A1;
  height: 100%;
  padding: 5vw;
}
.fixedMenu .box .close {
  background: #0057A1;
  color: #fff;
  width: 10vw;
  display: flex;
  height: 10vw;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.fixedMenu .box .close:active {
  opacity: 0.6;
}
.fixedMenu a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  padding: 3vw 0;
  display: block;
}
.fixedMenu ul {
  padding-top: 5vw;
}
.fixedMenu ul > li {
  border-bottom: 1px solid #ccc;
}
.fixedMenu ul > li:last-child {
  border-bottom: none;
}
.fixedMenu ol {
  list-style: none;
}
.fixedMenu ol a {
  padding-left: 5vw;
}
.toRight {
  display: block;
  animation: opacity 300ms linear;
}
.toRight .box {
  animation: moveoopacity 200ms linear;
}
@keyframes moveoopacity {
  0% {
    transform: translateX(-100vw);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner .swiper-slide {
  height: 45vw;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
}
h2.ttpublic {
  display: flex;
  padding: 5vw 0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #666;
}
h2.ttpublic img {
  margin-right: 3vw;
  width: 5vw;
  height: 5vw;
}
.wrodorange {
  color: orange!important;
}
.proindex .prolistindex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 1vw 2vw;
}
.proindex .prolistindex .pli {
  width: 47vw;
  padding: 2vw;
  margin: 0 2vw 2vw 0;
  background: #fff;
}
.proindex .prolistindex .pli * {
  max-width: 100%;
}
.proindex .prolistindex .pli a {
  width: 47vw;
  text-decoration: none;
  display: block;
}
.proindex .prolistindex .pli a img {
  display: block;
  width: 47vw;
  height: 47vw;
}
.proindex .prolistindex .pli .protitle {
  border-top: 1px solid #ddd;
  font-size: 12px;
  text-align: center;
  color: #666;
  padding-top: 2vw;
}
.advantagetitle {
  padding: 5vw 0;
  display: flex;
  justify-content: center;
}
.advantagetitle li {
  text-align: right;
  font-size: 14px;
  color: #999;
}
.advantagetitle .tt {
  padding-bottom: 1vw;
  font-size: 16px;
  color: #d00000;
  font-weight: bold;
}
.advantagetitle ul {
  padding-right: 2vw;
  padding-top: 1vw;
}
.advantagetitle strong {
  background: #0057A1;
  color: #fff;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2vw;
  font-size: 20px;
}
.advantagetitle p {
  height: 10vw;
  background: #f2f2f2;
  border: 2px solid #0057A1;
  font-size: 14px;
  color: #d00000;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0 2vw;
  justify-content: center;
}
.advantageBox .advantegeLi {
  padding: 2vw;
}
.advantageBox .advantageTitle {
  display: flex;
  justify-content: flex-start;
}
.advantageBox .advantageTitle strong {
  width: 13vw;
  height: 13vw;
  display: flex;
  font-size: 16px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url(../imgs/six.png) center center no-repeat;
  background-size: 13vw 13vw;
}
.advantageBox .advantageTitle div {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  width: 60vw;
  font-weight: bold;
  color: #0057A1;
  align-items: center;
  padding-left: 2vw;
}
.advantageBox .advaninfo {
  display: flex;
  padding-top: 5vw;
  justify-content: space-between;
}
.advantageBox p {
  font-size: 12px;
  color: #666;
  line-height: 2;
  flex: 1;
}
.advantageBox .advanimg {
  width: 50vw;
  padding: 2vw;
}
.advantageBox .advanimg img {
  width: 100%;
}
.htPros {
  background: #f2f2f2;
}
.honnorwrap {
  background: #0057A1;
  padding: 2vw;
}
.honnorwrap .swiper-slide a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  justify-content: center;
}
.honnorwrap .swiper-slide a img {
  height: 50vw;
  display: block;
}
.honnorwrap .swiper-slide a div {
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}
.newtab {
  display: flex;
  padding-bottom: 2vw;
  align-items: center;
  justify-content: center;
}
.newtab span {
  margin: 0 1px;
  background: #0057A1;
  padding: 3vw 5vw;
  color: #fff;
  font-size: 12px;
}
.newtab span.active {
  background: orange;
}
.newsmaininner {
  padding: 0 2vw 0 2vw;
}
.newsmaininner li {
  display: flex;
  flex-wrap: wrap;
  padding: 4vw;
  background: #f2f2f2;
  margin-bottom: 1px;
}
.newsmaininner li .img {
  width: 22vw;
  display: flex;
}
.newsmaininner li .img img {
  height: 22vw;
  width: 22vw;
}
.newsmaininner li div {
  flex: 1;
  max-width: 65vw;
  padding-left: 4vw;
}
.newsmaininner a.newstitle {
  width: 100%;
  display: block;
  font-weight: bold;
  padding-bottom: 2vw;
  text-decoration: none;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.newsmaininner span {
  width: 100%;
  font-size: 12px;
  color: #999;
}
.newsmaininner p a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2;
  color: #333;
  font-size: 12px;
  text-decoration: none;
}
.pd0px {
  padding: 2vw 0 0!important;
}
.newsmaininnerlist {
  padding: 0 2vw 0 2vw;
}
.newsmaininnerlist li {
  display: flex;
  flex-wrap: wrap;
  padding: 4vw;
  background: #f2f2f2;
  margin-bottom: 1px;
}
.newsmaininnerlist a.more {
  background: #d00000;
  color: #fff;
  padding: 2vw 3vw;
  font-size: 12px;
  width: 20vw;
  text-align: center;
  margin: 0 auto;
}
.newsmaininnerlist a.newstitle {
  width: 100%;
  display: block;
  height: 7vw;
  line-height: 7vw;
  text-decoration: none;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.newsmaininnerlist span {
  width: 100%;
  font-size: 12px;
  color: #999;
}
.newsmaininnerlist .askp {
  font-size: 12px;
  line-height: 1.8;
  color: #999;
  padding-bottom: 2vw;
}
.newsmaininnerlist .askem {
  background: #d00000;
  color: #fff;
  font-size: 12px;
  padding: 1px 2px;
  margin-right: 1vw;
  border-radius: 3px;
  font-style: normal;
}
.newsmaininnerlist .ansem {
  background: #005CA2;
  color: #fff;
  font-size: 12px;
  padding: 1px 2px;
  margin-right: 1vw;
  border-radius: 3px;
  font-style: normal;
}
.newslist {
  padding-bottom: 2vw;
}
.newsmain {
  padding: 2vw;
}
.newsmain ul {
  display: none;
}
.newsmain ul.active {
  display: block!important;
}
.newsmain li {
  display: flex;
  flex-wrap: wrap;
  padding: 2vw 3vw 4vw;
  background: #f2f2f2;
  margin-bottom: 1px;
}
.newsmain li:last-child {
  border-bottom: none;
  background: none;
}
.newsmain li:last-child a {
  height: 5vw;
  line-height: 5vw;
}
.newsmain a.more {
  background: #d00000;
  color: #fff;
  padding: 2vw 3vw;
  font-size: 12px;
  width: 20vw;
  text-align: center;
  margin: 0 auto;
}
.newsmain a.newstitle {
  width: 100%;
  display: block;
  height: 7vw;
  line-height: 7vw;
  text-decoration: none;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.newsmain span {
  width: 100%;
  font-size: 12px;
  color: #999;
}
.caselist {
  min-height: 80vw;
  background: #333;
}
.caselist h2 {
  color: #fff;
}
.caselist .prolistindex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 1vw 2vw;
}
.caselist .prolistindex .pli {
  width: 47vw;
  padding: 2vw;
  margin: 0 2vw 2vw 0;
  background: #fff;
}
.caselist .prolistindex .pli * {
  max-width: 100%;
}
.caselist .prolistindex .pli a {
  width: 47vw;
  text-decoration: none;
  display: block;
}
.caselist .prolistindex .pli a img {
  display: block;
  width: 47vw;
  height: 47vw;
}
.caselist .prolistindex .pli .protitle {
  border-top: 1px solid #ddd;
  font-size: 12px;
  text-align: center;
  color: #666;
  padding-top: 2vw;
}
.aboutmain {
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  padding: 2vw 2vw 3vw 2vw;
}
.aboutmain div.aboutWrap .map {
  display: block;
  width: 100%;
  height: 55vw;
  margin-bottom: 1vw;
}
.aboutmain div.aboutWrap .aboutp p {
  display: block;
  padding: 3vw 0;
  line-height: 2;
}
.aboutmain div.aboutWrap a.abmore {
  background: #d00000;
  color: #fff;
  padding: 2vw 3vw;
  font-size: 12px;
  width: 20vw;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.footer {
  background: #005CA2;
  padding: 3vw;
  display: flex;
  justify-content: space-between;
}
.footer .wechat {
  width: 35vw;
}
.footer .wechat img {
  width: 100%;
}
.footer .wechat span {
  display: block;
  padding: 2vw;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.footer .ps {
  flex: 1;
  padding-left: 4vw;
}
.footer .ps p {
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
}
.copyright {
  padding: 2vw 2vw 25vw 2vw;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #00467c;
}
.bannerinner {
  min-height: 35vw;
  background-color: #f2f2f2;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.article-article {
  background: #f2f2f2;
  min-height: 100vw;
  margin: 0 2vw 2vw 2vw;
  padding: 4vw;
}
.article-article h2 {
  font-size: 16px;
  text-align: center;
  color: #666;
  padding-top: 2vw;
}
.article-article .articel-info {
  padding: 3vw 0;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.article-article .description {
  padding: 3vw;
  font-size: 12px;
  margin-bottom: 1px;
  background: #fff;
  color: #999;
  line-height: 1.5;
  text-align: justify;
}
.article-article .acticle-content {
  border-bottom: 2px solid #0057A1;
  padding-top: 3vw;
  padding-bottom: 3vw;
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
  color: #666;
}
.article-article .acticle-content img {
  max-width: 100% !important;
  height: auto!important;
}
.article-article .acticle-content * {
  max-width: 100%;
}
.article-article .othertinfo {
  padding-top: 3vw;
  font-size: 12px;
  line-height: 1.8;
  text-align: justify;
  color: #999;
}
.article-article .nextprev {
  margin-bottom: 3vw;
  font-size: 12px;
  color: #333;
}
.article-article .nextprev div {
  padding-top: 4vw;
  display: flex;
  align-items: center;
}
.article-article .nextprev div a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70vw;
  color: #0057A1;
}
.article-article .acticle-contact {
  line-height: 2;
  padding-bottom: 2vw;
  color: #333;
  font-size: 12px;
}
.article-article .acticle-contact > img {
  border: 5px solid #fff;
  margin-top: 2vw;
  max-width: 100%;
}
.bread {
  padding: 3vw 0 3vw 2vw;
  font-size: 14px;
  margin: 2vw;
  color: #666;
  display: flex;
  background: #f2f2f2;
  align-items: center;
  justify-content: flex-start;
}
.bread img {
  width: 3.5vw;
  height: 3.5vw;
}
.bread a {
  color: #666;
  padding: 0 1vw;
}
.bread button {
  background: url(../imgs/back.png) left center no-repeat;
  background-size: 2.5vw 2.5vw;
  color: #0057A1;
  height: 3vw;
  width: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  outline: none;
  border: none;
}
.telbox {
  background: #0057A1;
  color: #fff;
  padding: 3vw;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.telbox a {
  color: orange;
  padding-right: 1vw;
  font-size: 18px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.fmimages {
  background: #fff;
  padding: 2vw;
  display: flex;
  margin-bottom: 1px;
  align-items: center;
  justify-content: center;
}
.fmimages img {
  max-width: 100%;
  width: 30vw;
}
.paginationWrap {
  display: flex;
  justify-content: flex-start;
  padding: 2vw 2vw 0 2vw;
}
.paginationWrap a {
  background: #0057A1;
  padding: 3vw;
  color: #fff;
  margin-right: 2vw;
  font-size: 14px;
}
.paginationWrap a.nopage {
  background: #e4e4e4 !important;
  color: #999;
}
.paginationWrap a.visited {
  color: #fff;
}
.mapcontact {
  margin: 3vw 0;
  height: 55vw;
  border: 1vw solid #fff;
}

.bt {
	text-align: center;
	line-height: 4px;
	margin: 60px 0 50px 0;
}
.bt p {
        font-size: 25px;
        color: #000;
        margin-top: 10px;
        letter-spacing: 1px;
		vertical-align:top;
		height:40px;
    }
    
    .bt p img {
        padding-right: 20px;
        width: 40px;
		vertical-align:middle;
        padding-bottom: 6px;
    }
    
    .bt b {
        color: #b7b3b3;
        font-size: 14px;
        text-transform: uppercase;
        padding-left: 36px;
        font-weight: 100;
		vertical-align:top;
    }
	 .g_ys {

    }
    
    .g_ys dl {

    }
    
    .g_ys dt {
        float: left;
        width:100%;
    }
    
    .g_ys dt img {
        width: 100%;
        display: block;
    }
    
    .g_ys dd {
        float: left;
        padding: 30px 0 0 0px;
    }
    
    .g_ys dd i {
        display: block;
        width: 15%;
    }
    .g_ys dd i img {
	max-width: 100%;
}
    .g_ys dd h3 {
        height: 34px;
        line-height: 34px;
        font-size: 24px;
        color: #0057A1;
        margin-bottom: 20px;
        font-weight: bold;
    }
    
    .g_ys dd p {
        font-size: 14px;
        line-height: 25px;
        color: #666666;
        background:url(../../imgs/a16.jpg) no-repeat 0 8px;
        padding-left: 18px;
    }
    
    .g_ys dd p b {
        color: #0057A1;
    }
    
    .g_ys .lastdl dd {
        padding-right: 10px;
        width: 100%;
    }
    
    .g_ys .dl3 p {
        line-height: 25px;
        margin-bottom: 16px;
        background:url(../../imgs/a87.jpg) no-repeat 0 3px;
    }
    
    .g_ys .dl4 p {
        margin-bottom: 10px;
    }

