article,
aside,
dialog,
footer,
header,
main,
section,
nav,
figure,
menu {
  display: block;
}

@font-face {
  font-family: "OPENSANS";
  src: url("../fonts/OPENSANS.eot");
  src: url("../fonts/OPENSANS.eot") format("embedded-opentype"),
    url("../fonts/OPENSANS.woff2") format("woff2"),
    url("../fonts/OPENSANS.woff") format("woff"),
    url("../fonts/OPENSANS.ttf") format("truetype"),
    url("../fonts/OPENSANS.svg#OPENSANS") format("svg");
}

@font-face {
  font-family: "OPENSANSBOLD";
  src: url("../fonts/OPENSANSBOLD.eot");
  src: url("../fonts/OPENSANSBOLD.eot") format("embedded-opentype"),
    url("../fonts/OPENSANSBOLD.woff2") format("woff2"),
    url("../fonts/OPENSANSBOLD.woff") format("woff"),
    url("../fonts/OPENSANSBOLD.ttf") format("truetype"),
    url("../fonts/OPENSANSBOLD.svg#OPENSANSBOLD") format("svg");
}

* {
  margin: 0px;
  padding: 0px;
}

table,
table tr td {
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
  word-wrap: break-word;
  table-layout: fixed;
}

table {
  width: 100%;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  border-collapse: collapse;
  padding: 2px;
}

.xing input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
  font-size: 14px;
}
.xing input:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  font-size: 14px;
}
.xing input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  font-size: 14px;
}
.xing input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
  font-size: 14px;
}

.xing textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
  font-size: 14px;
}
.xing textarea:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  font-size: 14px;
}
.xing textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  font-size: 14px;
}
.xing textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
  font-size: 14px;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "OPENSANS";
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  max-width: 1920px;
  margin: 0 auto;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  tap-highlight-color: transparent;
  focus-ring-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -moz-tap-highlight-color: transparent;
  -moz-focus-ring-color: transparent;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

a:hover {
  color: #004f9f;
}

ol,
ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
  border: 0px solid #ccc;
}

table,
embed,
video {
  max-width: 100%;
}

input,
textarea {
  border: none;
  background: none;
  font-family: inherit;
}

input[type="submit"],
textarea[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
textarea[type="checkbox"] {
  cursor: pointer;
}

input[type="radio"],
textarea[type="radio"] {
  cursor: pointer;
}

input:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

em,
i {
  font-style: normal;
}

/* .c-xx start */
.c-fl {
  float: left;
}

.c-fr {
  float: right;
}

.c-cb {
  clear: both;
}

.c-mg {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.c-oh {
  overflow: hidden;
}

.c-wd {
  width: 1200px;
}

.c-tsn {
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

.c-bbx {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-pr {
  position: relative;
}

.c-mt-5 {
  margin-top: 5px;
}

.c-mt-10 {
  margin-top: 10px;
}

.c-mt-15 {
  margin-top: 15px;
}

.c-mt-20 {
  margin-top: 20px;
}

.c-mt-25 {
  margin-top: 25px;
}

.c-mt-30 {
  margin-top: 30px;
}

.c-mt-35 {
  margin-top: 35px;
}

.c-mt-40 {
  margin-top: 40px;
}

.c-mt-45 {
  margin-top: 45px;
}

.c-mt-50 {
  margin-top: 50px;
}

.c-nomt {
  margin-top: 0 !important;
}

.c-nomr {
  margin-right: 0 !important;
}

.c-nomb {
  margin-bottom: 0 !important;
}

.c-noml {
  margin-left: 0 !important;
}

.c-nofont {
  line-height: 0;
  font-size: 0;
}

.c-nobg {
  background: none !important;
}

/* .c-xx end */
/* .f-xx start */
.f-czjz {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.f-box {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}

@media screen and (min-width: 960px) and (max-width: 1219px) {
  .f-box {
    width: 950px;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .f-box {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .f-box {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* .f-xx end */
.l {
  float: left;
}

.r {
  float: right;
}

.fix {
  *zoom: 1;
}

.fix:after,
.fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.box {
  width: 100%;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.mln {
  margin-left: 0 !important;
}

.clear {
  clear: both;
}

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

@media screen and (min-width: 1220px) {
  .wp {
    width: 1200px;
    margin: auto;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
  .wp {
    width: 980px;
    margin: auto;
  }
}

@media screen and (max-width: 999px) {
  .wp {
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-tt1 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }
  .m-tt2 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }
  .m-tt3 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .m-desc1 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  .m-desc2 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }
  [class*="-item"] .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  [class*="-item"] .item-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*="-item"] .item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*="-item"] .item-modal {
    display: none;
  }
}

/* .m-xx end */
/* .j-xx start */
.j-offset-top {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

.j-offset-top.run {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.j-offset-left {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}

.j-offset-left.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.j-offset-right {
  -webkit-transition: all 750ms;
  -o-transition: all 750ms;
  -moz-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.j-offset-right.run {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* .j-xx end */
[class*="-item"] .item-pic {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

[class*="-item"] .item-pic img {
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

[class*="-item"] .item-pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

[class*="-item"] .item-title {
  overflow: hidden;
}

[class*="-item"] .item-title a:hover {
  color: #004f9f;
}

[class*="-item"] .item-desc {
  overflow: hidden;
}

[class*="-item"] .item-desc a {
  display: block;
}

[class*="-item"] .item-desc a:hover {
  color: #004f9f;
}

.m-crm {
  background: #f5f5f5;
  padding: 20px 0px 20px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 48px;
}

.m-crm a {
  color: #333;
}

.m-crm a:hover {
  color: #004f9f;
}

.m-crm a.active {
  color: #004f9f;
}

@media screen and (max-width: 999px) {
  .m-crm {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-crm {
    margin-bottom: 20px;
  }
}

.m-page {
  margin-bottom: 81px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  font-family: Verdana;
}

.m-page a {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

.m-page a.big {
  width: 61px;
  background: transparent !important;
  color: #333 !important;
  border: 0px;
}

.m-page a:hover {
  color: white;
  border-color: #004f9f;
  background-color: #004f9f;
}

.m-page a.active {
  color: white;
  border-color: #004f9f;
  background-color: #004f9f;
}

.m-page span {
  display: inline-block;
  width: 50px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  position: relative;
  top: 3px;
}

.m-page img {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 15px;
  margin-right: 8px;
}

.m-page .ins {
  margin-left: 4px;
  width: 150px;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: none;
  outline: none;
  background-color: #004f9f;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
}

.m-page2 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .m-page {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m-page a {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

/*kefu*/
.kefu {
  position: fixed;
  right: 0px;
  top: 210px;
  width: 69px;
  height: auto;
  text-align: center;
  background-color: #f2f2f2;
  z-index: 999;
  padding-top: 0px;
  padding-bottom: 3px;
}

.kefu_nr {
  border-bottom: 1px solid #aaaaaa;
  width: 50px;
  margin-left: 11px;
  padding-top: 10px;
  margin-bottom: 2px;
}

.kefu_nr:last-child {
  border-bottom: 0px;
}

.kefu_nr1 {
  padding-bottom: 3px;
}

.kefu_font {
  line-height: 26px;
}

.kefu a {
  display: block;
  color: #333;
  line-height: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

.kefu a:hover,
.kefu a:active {
  color: #2085e4;
}

.kefu_bottom {
  padding-bottom: 0px;
  border: 0;
}

.kefu .linenone {
  border-bottom: none;
  padding-bottom: 0;
}

.kefu a .kefu_font {
  font-size: 12px;
  color: #333;
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: 61px;
  }
  .kefu {
    position: fixed;
    bottom: 0px;
    top: auto;
    left: 0px;
    width: 100%;
    padding: 0px;
  }
  .kefu_nr {
    float: left;
    border-bottom: 0px;
    width: 25%;
    margin: 0 auto;
  }
  .kefu_nr1 {
    padding-bottom: 0px;
  }
}

.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 6px;
  bottom: 30px;
  width: 72px;
  height: 72px;
  background: url("../images/gotop.png") no-repeat center;
  line-height: 0;
  font-size: 0;
  display: none;
}

@media screen and (max-width: 959px) {
  .returntop {
    right: 0;
    bottom: 65px;
    width: 36px;
    height: 36px;
    background-size: contain;
  }
}

.wap-hd-nav {
  display: none;
}

.wap-nav {
  width: 5px;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 999999999999999;
  cursor: pointer;
  position: fixed;
  top: -5px;
  right: 0;
  display: block;
}

.wap-nav .nav {
  overflow: hidden;
  width: 300px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: auto;
  overflow: scroll;
}

.wap-nav .nav span {
  font-family: arial, helvetica, sans-serif;
}

.wap-nav .nav form {
  margin: 15px auto;
  width: 258px;
  height: 26px;
  border: 1px solid #fff;
}

.wap-nav .nav form .iptc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: left;
}

.wap-nav .nav form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: #fff url("../images/sch2.png") no-repeat center center;
}

.wap-nav .nav > ul {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: scroll;
  padding-top: 45px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wap-nav .nav > ul > li {
  line-height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: 20px;
  position: relative;
}

.wap-nav .nav > ul > li .addition {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url("../images/shizi.png") no-repeat center center;
}

.wap-nav .nav > ul > li .addition.fa:before {
  margin-right: 5px;
  color: #fff;
  text-indent: 0;
}

.wap-nav .nav > ul > li > a {
  margin-right: 40px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.wap-nav .nav > ul > li > a span {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.wap-nav .nav > ul > li .c-show {
  display: none;
  width: 100%;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 {
  position: relative;
  padding-left: 15px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > a {
  position: relative;
  margin-right: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 {
  position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
  position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
  margin-right: 40px;
  text-indent: 35px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
  position: relative;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
  margin-right: 40px;
  text-indent: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 30px;
}

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.wap-nav .nav > ul > dl {
  padding: 20px;
}

.wap-nav .nav > ul > dl dd {
  float: left;
  margin: 0 2px;
}

.wap-nav .menubtn {
  width: 23px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

.wap-nav .menubtn span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background-color: #004f9f;
}

@media screen and (min-width: 960px) {
  .wap-nav,
  .menubtn {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .wap-hd-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #004f9f;
  }
  .wap-hd-nav-item {
    width: 25%;
  }
  .wap-hd-nav-item a {
    display: block;
    padding: 5px 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #363636;
  }
  .wap-hd-nav-item a.active {
    color: white;
    background-color: #004f9f;
  }
}

.m-hdlang {
  position: relative;
  height: 36px;
  display: inline-block;
  margin-right: 43px;
}

.m-hdlang .lang-click {
  position: relative;
  display: block;
  width: 56px;
  height: 27px;
  border: 1px solid #333333;
  text-indent: 48px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6b6b6b;
  background: url("../images/lang1.png") no-repeat 9px center;
}

.m-hdlang .lang-click:before {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  height: 100%;
  background: url("../images/lang2.png") no-repeat center;
}

.m-hdlang .lang-list {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #f8f7f7;
  border: 1px solid #fff;
  z-index: 99;
}

.m-hdlang .list-item {
  padding: 0 5px;
}

.m-hdlang .list-item a {
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}

.m-hdlang .list-item a:hover {
  color: #fff;
  background-color: #004f9f;
}

.m-hdlang .list-item a.active {
  color: #fff;
  background-color: #004f9f;
}

/* search */
.header .search {
  position: absolute;
  top: 52px;
  right: 0;
  width: 33px;
  height: 33px;
}

.header .inpu {
  display: block;
  background: url(../images/sousuo.png) no-repeat center;
  width: 33px;
  height: 33px;
}

.header_form {
  display: none;
  margin-left: -167px;
  border: 1px solid #333;
  background: #fff;
  width: 200px;
  height: 33px;
  line-height: 33px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  z-index: 999;
}

.header_form .tex {
  background: transparent;
  text-indent: 17px;
  width: 100%;
  line-height: 33px;
  height: 33px;
  display: inline-block;
  color: #333;
}

.header_form .sub {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 33px;
  width: 33px;
  font-size: 0px;
  cursor: pointer;
  z-index: 99;
  background: url(../images/sch2.png) no-repeat center;
}

/* 分割线 */
.header_top {
  padding-top: 15px;
  padding-bottom: 13px;
  height: 20px;
}

.header_top .language{
  position: absolute;
  z-index: 999;
  right: 0;
}

.header_top .language ul{
  list-style: none;
  width: 140px;
  height: 30px;
  overflow: hidden;
  background-color: rgb(242, 242, 242);
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.header_top .language ul:hover{
    height: 70px;
}

.header_top .language ul.active{
  height: 100px;
}
.header_top .language ul li{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgb(242, 242, 242);
}
.header_top .language ul li:hover{
  background-color: #004f9f;
}
.header_top .language ul li:hover a{
  color: #fff;
}
.header_top .language ul li:nth-of-type(2){
  margin-top: 6px;
}
.header_top .language ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  font-size: 13px;
  color: #000;
  font-style: normal;
}
.header_top .language ul li a span{
  margin: 0 8px;
}

.header_top p a {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 15px;
}

.header_top p img {
  position: relative;
  top: 3px;
}

.header_top .shejiao a {
  margin-right: 8px;
}

/* header */
.header .wp {
  position: relative;
}

.header .logo {
  margin-top: 28px;
}

.header .logo img {
  display: block;
  max-width: 510px;
  max-height: 48px;
  width: 100%;
  margin: 0 auto;
}

.header_ul1 {
}

.header_ul1 > li {
  float: left;
  margin-left: 50px;
  margin-right: 0px;
  position: relative;
}

.header_ul1 > li:hover .dan_header {
  display: block;
}

.header_ul1 > li > a {
  color: #333;
  line-height: 38px;
  display: block;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-size: 16px;
  font-size: 1.4rem;
}

.header_ul1 > li:hover > a,
.header_ul1 li.on > a {
  color: #004f9f;
  border-color: #004f9f;
}

.header_top .shejiao a {
  margin-right: 8px;
}

.header_top .shejiao {
    position: relative;
    right: 160px;
    z-index: 999;
}

.header_top .shejiao ul{
    position: absolute;
    height: 30px;
    width:30px;
    overflow: hidden;
    background-color: rgb(242, 242, 242);
}
.header_top .shejiao ul:hover{
    height: 180px;
    transition: all 0.5s ease;
}

.header_top .shejiao ul li{
    width: 30px;
    height: 30px;
}
.header_top .shejiao ul li a{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.dan_header {
  padding: 10px 0px;
  display: none;
  width: 360px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: -150px;
  top: 100%;
  background: #fff;
  z-index: 999999;
}

.dan_header > ul > li {
  padding-bottom: 4px;
  line-height: 30px;
  padding-left: 23px;
  position: relative;
  left: 0px;
}

.dan_header > ul > li > a {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
  display: block;
}

.dan_header > ul > li:hover > a {
  padding-left: 10px;
  color: #004f9f;
}

.dan_header > ul > li:hover .dan_sanheader {
  display: block;
}

.dan_sanheader {
  display: none;
  width: 260px;
  padding-left: 2px;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 999999;
}

.dan_sanheader > ul {
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 0px;
  background: #fff;
}

.dan_sanheader > ul > li {
  line-height: 30px;
  padding-left: 23px;
  position: relative;
}

.dan_sanheader > ul > li > a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
  display: block;
}

.dan_sanheader > ul > li:hover > a {
  color: #004f9f;
}

.down a.no {
  color: #333;
}

.dan_sanheader > ul > li:hover .dan_sanheader2 {
  display: block;
}

.dan_sanheader2 {
  display: none;
  width: 110px;
  padding-left: 2px;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 999999;
}

.dan_sanheader2 > ul {
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 0px;
  background: #fff;
}

.dan_sanheader2 > ul > li {
  line-height: 30px;
  padding-left: 23px;
  position: relative;
}

.dan_sanheader2 > ul > li > a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  line-height: 30px;
  display: block;
}

.dan_sanheader2 > ul > li:hover > a {
  color: #004f9f;
}

@media screen and (max-width: 1219px) {
  .header_ul1 > li {
    margin-left: 25px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 999px) {
  .header {
    position: relative;
  }
  .header_ul1 > li > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 959px) {
  .header .search {
    top: 31px;
  }
  .header_top,
  .header_ul1 {
    display: none;
  }
  .header .logo {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .slide .carousel-control {
    display: none;
  }
}

/* footer */
.footer {
  background: #181818;
  padding-top: 42px;
  padding-bottom: 41px;
}

.footer a:hover {
  color: #fff;
}

.footer .title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
}

.footer .title a {
  color: #fff;
}

.footer .title b {
  display: block;
  width: 38px;
  height: 3px;
  background: #fff;
  margin-top: 3px;
}

.footer_left {
  float: left;
  width: 224px;
}

.footer_center {
  float: left;
  margin-left: 52px;
  width: 332px;
}

.footer_right {
  float: right;
  width: 536px;
}

.ftx_ul {
  margin-top: 20px;
}

.ftx_ul li {
  line-height: 30px;
  color: #bbbbbb;
  padding-left: 30px;
}

.ftx_ul li a {
  color: #bbbbbb;
}

.ftx_ul li.li1 {
  background: url(../images/fax.png) no-repeat left 10px;
}

.ftx_ul li.li2 {
  background: url(../images/email.png) no-repeat left 5px;
}

.ftx_ul li.li3 {
  background: url(../images/phone.png) no-repeat left 5px;
}

.ftx_ul li.li4 {
  background: url(../images/add.png) no-repeat left 8px;
}

.ftx_ul li.li5 {
  background: url(../images/app.png) no-repeat left 8px;
}

.ftx_ul2 {
  margin-top: 20px;
}

.ftx_ul2 li {
  line-height: 30px;
  color: #bbbbbb;
}

.ftx_ul2 li a {
  color: #bbbbbb;
  position: relative;
  left: 0px;
}

.footer .shejiao {
  padding-top: 16px;
  padding-bottom: 11px;
}

.footer .shejiao a {
  display: block;
  margin-left: 22px;
  float: left;
}

.shejiao a img {
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.shejiao a:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footer_right form {
  margin-top: 27px;
}

.footer_right form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aaaaaa;
}

.footer_right form :-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
}

.footer_right form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
}

.footer_right form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aaaaaa;
}

.footer_right .c_div {
  margin-top: 0px;
  margin-bottom: 12px;
}

.footer_right .c_input,
.footer_right .c_captcha {
  font-size: 12px;
  font-size: 1.2rem;
  color: #aaaaaa;
  height: 36px;
  line-height: 36px;
  font-family: "OPENSANS";
}

.footer_right .c_input {
  width: 250px;
  padding-left: 6px;
  display: block;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_right .c_textarea {
  font-size: 12px;
  font-size: 1.2rem;
  color: #aaaaaa;
  font-family: "OPENSANS";
  line-height: 36px;
  background-color: transparent;
  padding-left: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 74px;
  border: 1px solid #ffffff;
}

.footer_right .c_yzm {
  display: block;
  float: left;
  cursor: pointer;
}

.footer_right .c_captcha {
  display: block;
  float: left;
  padding-left: 6px;
  width: 243px;
  margin-right: 36px;
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer_right .c_send {
  float: right;
  width: 106px;
  background: #004f9f;
  color: #fff;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.footer_right .c_send:hover {
  background: #aaa;
}

.footer_bot {
  margin-top: 0px;
  border-top: 1px solid #828282;
  color: #bbbbbb;
  margin-top: 54px;
}

.footer_bot p {
  color: #bbbbbb;
  line-height: 30px;
  padding-top: 12px;
}

.footer_bot p a {
  display: inline-block;
  color: #bbbbbb;
}

.footer_bot p a.tech {
  padding-left: 10px;
  padding-right: 10px;
}

.Links {
  min-height: 26px;
  line-height: 26px;
}

.Links a {
  display: inline-block;
  padding-right: 15px;
  color: #bbbbbb;
}

@media screen and (max-width: 1219px) {
  .footer_left {
    width: 141px;
  }
  .footer_center {
    float: left;
    width: 272px;
    margin-left: 20px;
  }
  .footer .shejiao a {
    margin-bottom: 20px;
  }
  .footer_bot {
    margin-top: 20px;
  }
}

@media screen and (max-width: 999px) {
  .footer_right .c_div .c_nr {
    width: 48%;
  }
  .footer_right .c_input {
    width: 100%;
  }
  .footer_right .c_captcha {
    width: 48%;
  }
  .footer_left {
    width: 40%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer_center {
    width: 60%;
    float: right;
    margin-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer_right {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .footer_left,
  .footer_right {
    display: none;
  }
  .footer_center {
    display: none;
  }
  .Links {
    display: none;
  }
  .footer_bot {
    margin: 0 auto;
    border: 0px;
  }
}

.m1tit {
  padding-bottom: 19px;
  margin-bottom: 35px;
  background: url(../images/m1tit.png) no-repeat left bottom;
}

.m1tit a {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  color: #fd7800;
  text-transform: uppercase;
  font-family: "OPENSANSBOLD";
}

/*==========main1==================*/
.main1 {
  padding-top: 72px;
  padding-bottom: 19px;
}

.main1 .m1_left {
  width: 28.16667%;
}

.main1 .m1_left li {
  margin-bottom: 43px;
}

.main1 .m1_left .tile2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "OPENSANSBOLD";
  line-height: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main1 .m1_left .time {
  color: #fd7800;
  line-height: 28px;
}

.main1 .m1_left p a {
  line-height: 24px;
  display: block;
  max-height: 48px;
  overflow: hidden;
  color: #004f9f;
}

.main1 .m1_left a.more {
  display: block;
  width: 150px;
  line-height: 46px;
  color: #fff;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #004f9f;
  text-align: center;
  text-transform: uppercase;
}

.main1 .m1_right {
  width: 65.58333%;
}

.main1 .m1_right img {
  display: block;
  margin: 0 auto;
}

.main1 .m1_right a {
  display: block;
}

.main1 .m1_right li {
  max-width: 374px;
  width: 48%;
  margin-bottom: 40px;
}

.main1 .m1_right li:nth-child(2n + 1) {
  float: left;
}
.main1 .m1_right li:nth-child(2n) {
  float: right;
}

.main1 .m1_right .title2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  color: #fd7800;
  margin-top: 16px;
  padding-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main1 .m1_right p a {
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  min-height: 90px;
  overflow: hidden;
}

.main1 .m1_right p a:hover {
  color: #004f9f;
}

.main1 .m1_right a.more {
  color: #004f9f;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 15px;
}

@media screen and (max-width: 999px) {
  .main1 {
    padding-top: 40px;
  }
  .main1 .m1_left {
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .main1 .m1_left li {
    margin-bottom: 20px;
  }
  .main1 .m1_right {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .main1 .m1_right .title2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    margin-top: 5px;
  }
  .main1 .m1_right li {
    width: 100%;
  }
}

/*==========main2==================*/
.main2 .m1tit2 {
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  text-transform: uppercase;
  font-family: "OPENSANSBOLD";
  padding-bottom: 15px;
  background: url(../images/m2titl.png) no-repeat center bottom;
  margin-bottom: 20px;
}

.main2 .m1tit2 a {
  color: #fd7800;
}

.main2 .m2_p {
  text-align: center;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.main2 .m2_p a {
  color: #666666;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  display: block;
}

.main2 .m2_p a:hover {
  color: #004f9f;
}

.main2 .img-scroll {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.main2 .img-scroll .hot {
  position: relative;
  max-width: 117px;
  width: 100%;
  margin: 0 auto;
  height: 47px;
  margin-top: 44px;
}

.main2 .img-scroll .prev {
  position: absolute;
  display: block;
  width: 47px;
  height: 47px;
  z-index: 99;
}

.main2 .img-scroll .next {
  position: absolute;
  display: block;
  width: 47px;
  height: 47px;
  z-index: 99;
}

.main2 .img-scroll .prev {
  left: 0;
  cursor: pointer;
  background: url(../images/arrowleft.png) no-repeat center;
}

.main2 .img-scroll .next {
  right: 0;
  cursor: pointer;
  background: url(../images/arrowright.png) no-repeat center;
}

.main2 .img-scroll .prev:hover {
  background: url(../images/arrowlefton.png) no-repeat center;
}

.main2 .img-scroll .next:hover {
  background: url(../images/arrowrighton.png) no-repeat center;
}

.main2 .img-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.main2 .img-list ul {
  width: 1000%;
}

.main2 .img-list li {
  float: left;
  width: 286px;
  margin-right: 16px;
}

.main2 .img-list .m3lien {
  max-width: 286px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px;
}

.main2 .img-list .m4fu {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 999px) {
  .main2 .img-list .m4fu {
    display: none;
  }
  .main2 .img-list .m4zi {
    margin-top: 0px !important;
  }
}

.main2 .img-list img {
  display: block;
  max-width: 286px;
  max-height: 200px;
  width: 100%;
  margin: 0 auto;
}

.main2 .img-list .m4zi {
  display: block;
  margin: 0 auto;
  max-width: 286px;
  width: 100%;
  margin-top: -10px;
  position: relative;
  z-index: 99;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  color: #fd7800;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main2 .img-list .wrap2 {
  max-width: 286px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.main2 .img-list .wrpa {
  padding: 30px 5px 20px 5px;
}

.main2 .img-list p {
  text-align: center;
  padding-top: 5px;
  display: none;
}

.main2 .img-list p a {
  color: #666666;
  line-height: 24px;
  display: block;
  height: 72px;
  overflow: hidden;
}

.main2 .img-list p a:hover {
  color: #004f9f;
}

@media screen and (max-width: 1219px) {
  .main2 .img-list li {
    width: 3%;
    margin-right: 0.5%;
  }
}

@media screen and (max-width: 999px) {
  .main2 .img-list {
    width: 100%;
  }
  .main2 .img-list .m3lien {
    margin: 0 auto;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main2 .img-list li {
    width: 3%;
    margin-right: 0.5%;
  }
}

@media screen and (max-width: 768px) {
  .main2 .img-scroll {
    margin-top: 20px;
  }
  .main2 .img-list li {
    width: 4.5%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 400px) {
  .main2 .img-list li {
    width: 10%;
    margin-right: 0.487%;
  }
}

/*==========main3==================*/
.main3 {
  padding-top: 79px;
}

.main3 .m1_left {
  width: 24.5%;
}

.main3 .m1_right {
  width: 65.08333%;
}

.main3 .m3_ul2 {
  margin-bottom: 48px;
}

.main3 .m3_ul2 a {
  display: block;
}

.main3 .m3_ul2 img {
  display: block;
  margin: 0 auto;
}

.main3 .m3_ul2 .wrap {
  position: relative;
  overflow: hidden;
}

.main3 .m3_ul2 p {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  height: 38px;
  line-height: 38px;
  z-index: 999;
}

.main3 .m3_ul2 p a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0px 13px;
}

.main3 .m3_ul2 p a:hover {
  color: #eee;
}

.main3 .m3_ul2 .p2 {
  height: 71px;
  line-height: 71px;
}

.main3 .m3_ul2 .p2 a {
  padding: 0px 28px;
}

.main3 .m3_ul2 .p2 a:hover {
  color: #eee;
}

.main3 .slide {
  position: relative;
}

.main3 .slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main3 .slide .carouse .slideItem {
  width: 100%;
  position: absolute;
  cursor: pointer;
}

.main3 .slide .carouse .slideItem .banner-img {
  width: 100%;
}

.main3 .slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.main3 .slide .dotList {
  position: absolute;
  width: 150px;
  top: 35px;
  right: 30px;
  text-align: center;
}

.main3 .slide .dotList ul li {
  display: inline-block;
  width: 30px;
  height: 12px;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
}

.main3 .slide .dotList ul li {
  cursor: pointer;
  font-size: 0px;
  margin-left: 4.5px;
  margin-right: 4.5px;
  border: none;
  outline: none;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.main3 .slide .dotList ul li.active {
  background: #004f9f;
  width: 44px;
}

.main3 .slide .slidedetail {
  display: none;
}

@media screen and (max-width: 768px) {
  .main3 .slide .dotList {
    top: 10px;
  }
  .main3 .m1_left {
    width: 100%;
    max-width: 294px;
    float: none;
    margin: 0 auto;
  }
  .main3 .m1_right {
    width: 100%;
    max-width: 781px;
    float: none;
    margin: 0 auto;
  }
}

/*==========main4==================*/
.main4 {
  padding-bottom: 76px;
  padding-top: 13px;
}

.main4 .m1tit2 {
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  text-transform: uppercase;
  font-family: "OPENSANSBOLD";
  padding-bottom: 15px;
  background: url(../images/m2titl.png) no-repeat center bottom;
  margin-bottom: 20px;
}

.main4 .m1tit2 a {
  color: #fd7800;
}

.main4 .img-scroll {
  position: relative;
  width: 100%;
  margin-top: 47px;
}

.main4 .img-scroll .hot {
  position: relative;
  max-width: 117px;
  width: 100%;
  margin: 0 auto;
  height: 47px;
  margin-top: 21px;
}

.main4 .img-scroll .prev {
  position: absolute;
  display: block;
  width: 47px;
  height: 47px;
  z-index: 99;
}

.main4 .img-scroll .next {
  position: absolute;
  display: block;
  width: 47px;
  height: 47px;
  z-index: 99;
}

.main4 .img-scroll .prev {
  left: 0;
  cursor: pointer;
  background: url(../images/arrowleft.png) no-repeat center;
}

.main4 .img-scroll .next {
  right: 0;
  cursor: pointer;
  background: url(../images/arrowright.png) no-repeat center;
}

.main4 .img-scroll .prev:hover {
  background: url(../images/arrowlefton.png) no-repeat center;
}

.main4 .img-scroll .next:hover {
  background: url(../images/arrowrighton.png) no-repeat center;
}

.main4 .img-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.main4 .img-list ul {
  width: 1000%;
}

.main4 .img-list li {
  float: left;
  width: 225px;
  margin-right: 17px;
}

.main4 .img-list img {
  display: block;
  max-width: 225px;
  max-height: 101px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main4 .img-list .m3lien {
  max-width: 225px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 1219px) {
  .main4 .img-list li {
    width: 3%;
    margin-right: 0.5%;
  }
}

@media screen and (max-width: 999px) {
  .main4 .img-list {
    width: 100%;
  }
  .main4 .img-list li {
    width: 3%;
    margin-right: 0.5%;
  }
}

@media screen and (max-width: 768px) {
  .main4 .img-scroll {
    margin-top: 20px;
  }
  .main4 .img-list li {
    width: 4.5%;
    margin-right: 1%;
  }
}

/*==========pro_left==================*/
.pro_left {
  width: 23.66667%;
  margin-bottom: 40px;
}

.pro_left .subNavBox {
  width: 100%;
}

.pro_left .subNav {
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #c0c0c0;
}

.pro_left .subNav.div1 {
  margin-top: 0px;
  padding-top: 4px;
}

.pro_left .subNav a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 47px;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pro_left .subNav:hover a {
  background: #004f9f;
  color: #fff;
}

.pro_left .currentDd a {
  background: #004f9f;
  color: #fff;
}

.pro_left .navContent {
  padding: 10px 0px;
  background-color: #f5f5f5;
  display: none;
  position: relative;
  top: 0px;
  border-bottom: 1px solid #c0c0c0;
}

.pro_left .navContent > li > a {
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 38px;
  color: #333;
}

.pro_left .navContent > li > a:hover {
  color: #004f9f;
}

.pro_left .navContent > li.on > a {
  color: #004f9f;
}

.pro_left .navContent2 {
  background-color: #f5f5f5;
  display: none;
  position: relative;
  top: 0px;
}

.pro_left .navContent2 > li {
  border-bottom: 0px;
}

.pro_left .navContent2 > li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #666666;
  padding-left: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro_left .navContent2 > li a:hover {
  color: #004f9f;
}

.pro_left .navContent2 > li.on > a {
  color: #004f9f;
}

@media screen and (max-width: 999px) {
  .pro_left {
    width: 100%;
    float: none;
  }
}

/*==========pro_right==================*/
.pro_right {
  width: 72.41667%;
  padding-bottom: 53px;
}
.pro_right .pro_img::before {
  content: "";
  display: block;
  clear: both;
}
.pro_right .pro_img::after {
  content: "";
  display: block;
  clear: both;
}
.pro_right .pro_img .img {
  float: left;
  width: 65%;
}
.pro_right .pro_img .txt {
  width: 30%;
  float: right;
}
.pro_right .pro_img .txt h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.pro_right .pro_img .txt p {
  font-size: 16px;
  margin-bottom: 20px;
}
.pro_right .pro_img .txt a {
  margin-top: 40px;
  display: block;
  padding: 10px 20px;
  background-color: #f28335;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.pro_right .pro_body {
  margin-top: 60px;
}
.pro_right .pro_body .d_title {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 30px;
}
.pro_right .pro_body .d_title h3 {
  background-color: #004f9f;
  width: 150px;
  border: 1px solid #cdcdcd;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: -1px;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.pro_right .pro_body .d_tedian {
  margin-bottom: 30px;
}
.pro_right .pro_body .d_body_img {
  overflow: hidden;
  margin-bottom: 20px;
}
.pro_right .pro_body .d_tedian h3 {
  color: #f28335;
  font-size: 18px;
  margin-bottom: 20px;
}
.pro_right .pro_body .d_tedian p {
  margin-bottom: 16px;
  font-size: 16px;
}
.pro_right .pro_body .d_canshu {
  margin-bottom: 30px;
}
.pro_right .pro_body .d_canshu h3 {
  color: #f28335;
  font-size: 18px;
  margin-bottom: 30px;
}

.pro_right .pro_x {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 30px;
  padding-bottom: 5px;
}

.pro_right .pro_x p {
  margin-bottom: 29px;
}

.pro_right .pro_x a {
  line-height: 30px;
  color: #333;
  display: block;
}

.pro_right .pro_x img {
  display: block;
  max-width: 100%;
}

.pro_right .pro_x iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.pro_right .pro_x .table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 56px;
  border: 1px solid #ccc;
}

.pro_right .pro_x .table table tr td {
  padding: 3px;
  border: 1px solid #ccc;
}

.pro_right .pro_x table tr:nth-child(even) {
  background: #f2f2f2;
}

@media screen and (max-width: 1000px) {
  .pro_right .pro_x .table {
    width: 100%;
    overflow: scroll;
  }
  .pro_right .pro_x .table table {
    width: 885px;
  }
}

.pro_right .pro_ul1 a {
  display: block;
}

.pro_right .pro_ul1 img {
  display: block;
  margin: 0 auto;
}

.pro_right .pro_ul1 li {
  max-width: 410px;
  width: 48%;
  margin-bottom: 28px;
}

.pro_right .pro_ul1 li:nth-child(2n + 1) {
  float: left;
}
.pro_right .pro_ul1 li:nth-child(2n) {
  float: right;
}

.pro_right .pro_ul1 p {
  background: #f5f5f5 url(../images/pro_ul1.png) no-repeat right top;
  margin-top: 4px;
  height: 60px;
  overflow: hidden;
}

.pro_right .pro_ul1 p a {
  display: block;
  line-height: 60px;
  padding: 0px 24px;
  font-size: 18px;
  font-size: 1.8rem;
}

.pro_right .pro_ul2 a {
  display: block;
}

.pro_right .pro_ul2 img {
  display: block;
  margin: 0 auto;
}

.pro_right .pro_ul2 li {
  max-width: 869px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 28px;
}

.pro_right .pro_ul2 p {
  background: #f5f5f5 url(../images/pro_ul1.png) no-repeat right top;
  margin-top: 4px;
}

.pro_right .pro_ul2 p a {
  display: block;
  line-height: 60px;
  padding: 0px 24px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 999px) {
  .pro_right {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .pro_right .pro_ul1 p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pro_right .pro_ul2 p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pro_right .pro_x {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pro_right .pro_x p {
    margin-bottom: 10px;
  }
}

/*==========about==================*/
.about .ab_right {
  width: 869px;
}

.about .ab_left {
  width: 284px;
  margin-bottom: 50px;
}

.about .subNavBox {
  width: 100%;
}

.about .subNav {
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #c0c0c0;
}

.about .subNav.div1 {
  margin-top: 0px;
  padding-top: 4px;
}

.about .subNav a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 44px;
  color: #333333;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.about .subNav:hover a {
  background: #004f9f;
  color: #fff;
}

.about .currentDd a {
  background: #004f9f;
  color: #fff;
}

.about .navContent {
  padding: 10px 0px;
  background-color: #f5f5f5;
  display: none;
  position: relative;
  top: 0px;
  border-bottom: 1px solid #c0c0c0;
}

.about .navContent > li > a {
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 38px;
  color: #333;
}

.about .navContent > li > a:hover {
  color: #004f9f;
}

.about .navContent > li.on > a {
  color: #004f9f;
}

.about .navContent2 {
  background-color: #f5f5f5;
  display: none;
  position: relative;
  top: 0px;
}

.about .navContent2 > li {
  border-bottom: 0px;
}

.about .navContent2 > li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #666666;
  padding-left: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about .navContent2 > li a:hover {
  color: #004f9f;
}

.about .navContent2 > li.on > a {
  color: #004f9f;
}

.about .ab1_top {
  padding-bottom: 81px;
}

.about .ab1_top p {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
}

.about .ab1_top p img {
  display: block;
  margin-left: 40px;
}

.about .ab1_top .div {
  margin-top: 30px;
}

.about .ab1_top .div img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1219px) {
  .about .ab_right {
    width: 669px;
  }
}

@media screen and (max-width: 999px) {
  .about .ab_right {
    width: 100%;
    float: none;
  }
  .about .ab_right img {
    display: block;
    margin: 0px auto;
  }
  .about .ab_left {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .about .ab1_top p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .about .ab1_top p img {
    display: block;
    float: none;
    margin: 10px auto;
  }
}

/*==========ab2_top==================*/
.ab2_top {
  padding-bottom: 65px;
}

.ab2_top .title3 {
  font-size: 20px;
  font-size: 2rem;
  color: #004f9f;
  font-family: "OPENSANSBOLD";
  margin-bottom: 27px;
}

.ab2_top p {
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 21px;
  padding-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .ab2_top p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
    padding-bottom: 0px;
  }
}

/*==========ab3_top==================*/
.ab3_top .ab3_ul li {
  float: left;
  width: 242px;
  margin-left: 71px;
  margin-bottom: 27px;
}

.ab3_top .ab3_ul .wrap {
  position: relative;
  overflow: hidden;
}

.ab3_top .ab3_ul .wrap:hover .fu {
  top: 0px;
}

.ab3_top .ab3_ul a {
  display: block;
}

.ab3_top .ab3_ul img {
  display: block;
  margin: 0 auto;
}

.ab3_top .ab3_ul .fu {
  position: absolute;
  left: 0px;
  top: 100%;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.ab3_top .ab3_ul p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 12px;
}

@media screen and (max-width: 1219px) {
  .ab3_top .ab3_ul li {
    width: 31%;
    margin-left: 1% !important;
    margin-right: 1%;
  }
}

@media screen and (max-width: 999px) {
  .ab3_top .ab3_ul .fu {
    top: 0px;
    opacity: 0;
  }
  .ab3_top .ab3_ul p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 648px) {
  .ab3_top .ab3_ul li {
    margin-bottom: 15px;
    width: 48%;
  }
  .ab3_top .ab3_ul p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 5px;
  }
}

/*==========ab4_top==================*/
.ab4_top {
  padding-bottom: 72px;
}

.ab4_top img {
  display: block;
  margin-left: 30px;
}

.ab4_top p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding-bottom: 29px;
}

@media screen and (max-width: 999px) {
  .ab4_top img {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .ab4_top p {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .ab4_top p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

/*==========ab5_top==================*/
.ab5_top {
  padding-bottom: 76px;
}

.ab5_top .div {
  margin-bottom: 23px;
}

.ab5_top .div img {
  display: block;
  max-width: 414px;
  width: 48%;
}

.ab5_top .title3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #004f9f;
  font-family: "OPENSANSBOLD";
}

.ab5_top p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .ab5_top .title3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ab5_top p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*==========ab6_top==================*/
.ab6_top li {
  margin-bottom: 36.5px;
  padding-bottom: 44px;
  border-bottom: 1px dashed #c6c6c6;
}

.ab6_top li .limg {
  width: 64px;
}

.ab6_top li .limg a {
  display: block;
}

.ab6_top li .limg a img {
  max-width: 100%;
  display: block;
  max-height: 100%;
}

.ab6_top li .ltxt {
  width: 609px;
  margin-left: 20px;
}

.ab6_top li .ltxt .txttop {
  margin-top: -5px;
  margin-bottom: 8px;
}

.ab6_top li .ltxt .txttop a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  font-family: "OPENSANSBOLD";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ab6_top li .ltxt .txttop a:hover {
  color: #004f9f;
}

.ab6_top li .ltxt .txtbot a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.ab6_top li .ltxt .txtbot a:hover {
  color: #004f9f;
}

.ab6_top li .rdown {
  margin-top: 20px;
}

.ab6_top li .rdown a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #004f9f;
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #004f9f;
  text-indent: 50px;
  background: #fff url(../images/download1.png) no-repeat left center;
}

@media screen and (max-width: 1219px) {
  .ab6_top li .ltxt {
    width: 431px;
  }
}

@media screen and (max-width: 999px) {
  .ab6_top li .ltxt {
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
  }
}

@media screen and (max-width: 639px) {
  .ab6_top li .ltxt .txtbot a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .ab6_top li .ltxt {
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    margin-left: 0;
    margin-top: 30px;
  }
}

/*==========new1==================*/
.new1 {
  padding-bottom: 18px;
}

.new1 .fwp {
  padding-bottom: 38px;
  position: relative;
}

.new1 .swp {
  position: absolute;
  top: 0;
  left: 0;
}

.new1 .swp a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.new1 .swp a img {
  display: block;
  max-width: 330px;
  max-height: 233px;
  width: 100%;
  margin: 0 auto;
}

.new1 .zi {
  padding-left: 370px;
  min-height: 233px;
  padding-right: 0px;
}

.new1 .zi .time {
  padding-bottom: 20px;
  padding-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #333;
}

.new1 .zi .title {
  color: #333;
  display: block;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "OPENSANSBOLD";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new1 .zi .p {
  display: block;
  max-height: 56px;
  overflow: hidden;
  margin-bottom: 15px;
  color: #333;
  line-height: 28px;
}

.new1 .zi .more {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  width: 113px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #004f9f;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.new1 .zi .title:hover {
  color: #004f9f;
}

.new1 .zi .p:hover {
  color: #004f9f;
}

.new1 .zi .more:hover {
  background: #ccc;
  color: #333;
}

@media screen and (max-width: 700px) {
  .new1 {
    padding-bottom: 30px;
  }
  .new1 .fwp {
    padding-bottom: 0px;
  }
  .new1 .swp {
    position: relative;
    top: 0;
    left: 0;
    padding: 0px;
  }
  .new1 .zi {
    padding-left: 0px;
    min-height: 215px;
    padding-right: 0px;
  }
  .new1 .zi .time {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .new1 .zi .title {
    margin-top: 10px;
  }
}

/*==========news==================*/
.news {
  position: relative;
}

.news .title1 {
  text-align: center;
}

.news .title1 h1 {
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "OPENSANSBOLD";
}

.news .time {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 18px;
}

.news .time span.sapn1 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  font-weight: normal;
  display: inline-block;
  line-height: 26px;
  height: 26px;
}

.news .share1 {
  position: relative;
  display: block;
  width: 234px;
}

.news .share1 .span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #004f9f;
  height: 31px;
  line-height: 27px;
}

.news .at-resp-share-element .at-icon {
  width: 26px !important;
  height: 26px !important;
}

.news .at-style-responsive .at-share-btn {
  padding: 0 !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}

.news .at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 26px !important;
  height: 26px !important;
}

.news .at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.news .news2x {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.news .news2x a {
  color: #004f9f;
  line-height: 30px;
}

.news .news2x img {
  max-width: 100%;
}

.margin_left {
  margin-left: 90px;
}

@media screen and (max-width: 1219px) {
  .margin_left {
    margin-left: 0px;
  }
}

.news .news2x iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.news .news2x .table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.news .news2x .table table tr td {
  padding: 3px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
  .news .news2x .table {
    width: 100%;
    overflow: scroll;
  }
  .news .news2x .table table {
    width: 885px;
  }
}

.news .updown {
  margin-top: 32px;
  padding-top: 35px;
  border-top: 1px solid #d2d2d2;
  padding-bottom: 79px;
}

.news .updown .up {
  margin-top: 0px;
  margin-bottom: 0px;
}

.news .updown p {
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
}

.news .updown p .img {
  display: inline-block;
}

.news .updown p .img img {
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 5px;
}

.news .updown p .on {
  color: #004f9f;
}

.news .updown p span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.news .updown p a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.news .updown p a:hover {
  color: #004f9f;
}

@media screen and (max-width: 768px) {
  .news .title1 h1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}

/*==========pro_rop1==================*/
.pro_rop1 .title2 {
  margin-bottom: 32px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #004f9f;
  line-height: 26px;
}

.pro_rop1 .pro_ul {
  padding-bottom: 49px;
}

.pro_rop1 .pro_ul li {
  float: left;
  margin-left: 58px;
  width: 251px;
  margin-bottom: 33px;
}

.pro_rop1 .pro_ul img {
  display: block;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1219px) {
  .pro_rop1 .pro_ul {
    padding-bottom: 49px;
  }
  .pro_rop1 .pro_ul li {
    width: 31%;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
}

@media screen and (max-width: 648px) {
  .pro_rop1 .title2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .pro_rop1 .pro_ul {
    padding-bottom: 25px;
  }
  .pro_rop1 .pro_ul li {
    width: 48%;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
}

/*==========pro2_ul==================*/
.pro2_ul a {
  display: block;
  margin: 0 auto;
}

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

.pro2_ul li {
  max-width: 416px;
  width: 48%;
  margin-bottom: 38px;
}

.pro2_ul .wrap {
  position: relative;
  overflow: hidden;
}

.pro2_ul .wrap:hover .fu {
  top: 0px;
}

.pro2_ul .fu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  width: 100%;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.pro2_ul p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
  color: #004f9f;
  margin-top: 15px;
}

.pro2_ul p a {
  color: #004f9f;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .pro2_ul li {
    margin-bottom: 20px;
  }
  .pro2_ul p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 10px;
  }
}

.pro_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "OPENSANSBOLD";
  text-align: center;
  color: #004f9f;
  text-align: center;
}

.pro_title2 {
  margin-top: 29px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
}

.zhanshi_tp2 {
  position: relative;
  width: 867px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 63px;
  height: 666px;
}

.zhanshi_tp2 .ulBigPic {
  width: 691px;
  height: 516px;
  margin-left: 91px;
  overflow: hidden;
}

.zhanshi_tp2 .ulBigPic li {
  width: 691px;
  height: 516px;
  display: none;
  position: relative;
}

.abfu {
  position: absolute;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 44px;
  bottom: 0px;
  left: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}

.zhanshi_tp2 .ulBigPic .liSelected {
  display: block;
}

.zhanshi_tp2 .ulBigPic img {
  width: 691px;
  height: 516px;
}

.zhanshi_tp2 .sLeftBtnA,
.zhanshi_tp2 .sLeftBtnASel,
.zhanshi_tp2 .sLeftBtnABan,
.zhanshi_tp2 .sRightBtnA,
.zhanshi_tp2 .sRightBtnASel,
.zhanshi_tp2 .sRightBtnABan {
  width: 35px;
  height: 68px;
  display: block;
  position: absolute;
  top: 252px;
}

.zhanshi_tp2 .sLeftBtnA,
.zhanshi_tp2 .sLeftBtnASel,
.zhanshi_tp2 .sRightBtnA,
.zhanshi_tp2 .sRightBtnASel {
  cursor: pointer;
}

.zhanshi_tp2 .sLeftBtnA,
.zhanshi_tp2 .sLeftBtnASel,
.zhanshi_tp2 .sLeftBtnABan {
  left: 0px;
  background: url(../images/project_left.png) no-repeat left center;
}

.zhanshi_tp2 .sRightBtnA,
.zhanshi_tp2 .sRightBtnASel,
.zhanshi_tp2 .sRightBtnABan {
  right: 0px;
  background: url(../images/project_right.png) no-repeat left center;
}

.zhanshi_tp2 .dSmallPicBox {
  width: 867px;
  height: 114px;
  position: relative;
  margin-top: 17px;
}

.zhanshi_tp2 .dSmallPic {
  width: 691px;
  height: 114px;
  position: absolute;
  left: 91px;
  top: 0px;
  overflow: hidden;
}

.zhanshi_tp2 .dSmallPic ul {
  position: absolute;
}

.zhanshi_tp2 .dSmallPic li {
  width: 180px;
  height: 114px;
  float: left;
  display: block;
  overflow: hidden;
}

.zhanshi_tp2 .dSmallPic .sPic {
  width: 152px;
  height: 114px;
  display: block;
}

.zhanshi_tp2 .dSmallPic .sPic img {
  width: 175px;
  height: 115px;
  border: 1px solid #f5f5f5;
}

.zhanshi_tp2 .dSmallPic .sPic img:hover {
  border: 1px solid #fff;
}

.zhanshi_tp2 .sLeftBtnB,
.zhanshi_tp2 .sLeftBtnBSel,
.zhanshi_tp2 .sLeftBtnBBan,
.zhanshi_tp2 .sRightBtnB,
.zhanshi_tp2 .sRightBtnBSel,
.zhanshi_tp2 .sRightBtnBBan {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 41px;
}

.zhanshi_tp2 .sLeftBtnB,
.zhanshi_tp2 .sLeftBtnBSel,
.zhanshi_tp2 .sRightBtnB,
.zhanshi_tp2 .sRightBtnBSel {
  cursor: pointer;
}

.zhanshi_tp2 .sRightBtnB,
.zhanshi_tp2 .sRightBtnBSel,
.zhanshi_tp2 .sRightBtnBBan {
  right: 40px;
  background: url(../images/xiaoright.png) no-repeat center;
}

.zhanshi_tp2 .sRightBtnB,
.zhanshi_tp2 .sRightBtnBSel,
.zhanshi_tp2 .sRightBtnBBan:hover {
  right: 40px;
  background: url(../images/xiaorighth.png) no-repeat center;
}

.zhanshi_tp2 .sLeftBtnB,
.zhanshi_tp2 .sLeftBtnBSel,
.zhanshi_tp2 .sLeftBtnBBan {
  left: 40px;
  background: url(../images/xiaoleft.png) no-repeat center;
}

.zhanshi_tp2 .sLeftBtnB,
.zhanshi_tp2 .sLeftBtnBSel,
.zhanshi_tp2 .sLeftBtnBBan:hover {
  left: 40px;
  background: url(../images/xiaolefth.png) no-repeat center;
}

.gongchang2 {
  display: none;
}

@media screen and (max-width: 1219px) {
  .zhanshi_tp2 {
    display: none;
  }
  .gongchang2 {
    width: 100%;
    display: block;
    padding-bottom: 30px;
  }
  .gonglie2 {
    display: block;
    width: 31%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 30px;
  }
  .gongtu2 img {
    width: 100%;
    max-width: 669px;
    max-height: 516px;
  }
  .gongzi2 {
    display: block;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 639px) {
  .gonglie2 {
    display: block;
    width: 45%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 30px;
  }
  .wenav a {
    width: 135px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0 2px;
  }
}

/*==========service==================*/
.service .se_right {
  width: 869px;
}

.service .se_left {
  width: 284px;
  margin-bottom: 50px;
}

.service .subNavBox {
  width: 100%;
}

.service .subNav {
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #c0c0c0;
}

.service .subNav.div1 {
  margin-top: 0px;
  padding-top: 4px;
}

.service .subNav a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  padding: 10px 11px 14px 11px;
}

.service .subNav:hover a {
  background: #004f9f;
  color: #fff;
}

.service .currentDd a {
  background: #004f9f;
  color: #fff;
}

.service .se_top {
  padding-bottom: 56px;
}

.service .se_top .title {
  font-size: 20px;
  font-size: 2rem;
  color: #004f9f;
  line-height: 26px;
  margin-bottom: 33px;
}

.service .se_top img {
  display: block;
  margin: 0 auto;
  margin-bottom: 26px;
}

.service .se_top p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 30px;
}

.service .sp_p {
  font-family: "OPENSANSBOLD";
  line-height: 30px;
  color: #004f9f;
  margin-bottom: 18px;
}

.service .sp_p2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "OPENSANSBOLD";
  line-height: 30px;
  color: #004f9f;
}

.service p span {
  font-family: "OPENSANSBOLD";
  color: #004f9f;
}

@media screen and (max-width: 1219px) {
  .service .se_right {
    width: 669px;
  }
}

@media screen and (max-width: 999px) {
  .service .se_right {
    width: 100%;
    float: none;
  }
  .service .se_left {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .service .se_top {
    padding-bottom: 56px;
  }
  .service .se_top .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .service .se_top {
    padding-bottom: 56px;
  }
  .service .se_top p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-bottom: 20px;
  }
}

.tr_img a {
  overflow: hidden;
}

.tr_img a img {
  display: block;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.tr_img a:hover img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

/* c_left */
.c_left {
  width: 495px;
  -moz-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
}

.c_left_wrap .c_title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #004f9f;
  font-family: "OPENSANSBOLD";
}

.c_left_wrap .c_tiyl {
  padding-left: 29px;
  line-height: 30px;
  color: #333;
  background: url(../images/c_xin1.png) no-repeat left 8px;
}

.c_left_wrap .c_tiyl span {
  color: #004f9f;
}

.c_left_wrap .c_tiyl a {
  color: #333;
}

.c_left_wrap .c_tiyl a:hover {
  color: #004f9f;
}

.c_left_wrap .c_tiyl41 {
  background: url(../images/c_xin2.png) no-repeat left 5px;
}

.c_left_wrap .c_tiyl42 {
  background: url(../images/c_xin3.png) no-repeat left 5px;
}

.c_left_wrap .c_tiyl43 {
  background: url(../images/c_xin4.png) no-repeat left 5px;
}

.c_left_wrap .c_tiyl44 {
  background: url(../images/c_xin5.png) no-repeat left 5px;
}

.c_left_wrap .c_title3 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #004f9f;
}

.c_left_wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
}

/* c_right */
.c_right {
  float: right;
  width: 666px;
}

.c_right ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
}

.c_right :-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}

.c_right ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}

.c_right :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}

.c_right .zydiv {
  width: 49%;
}

.c_right .xing input {
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding-left: 13px;
  color: #333;
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "OPENSANS";
}

.c_right .xing {
  padding-left: 14px;
  margin-bottom: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.c_right .xing2 {
  background: url("../images/xing.png") no-repeat left 24px;
}

.c_right .textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 13px;
  border: 1px solid #d2d2d2;
  line-height: 54px;
  height: 191px;
  color: #333;
  font-family: "OPENSANS";
}

.c_right .xing input.capt {
  width: 183px;
  height: 54px;
  line-height: 54px;
  padding-left: 13px;
  color: #666666;
  border: 1px solid #d2d2d2;
}

.c_right .yzm {
  cursor: pointer;
  vertical-align: middle;
  margin-left: 17px;
}

.c_right .xing3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c_right .xing .csub {
  width: 250px;
  height: 54px;
  text-align: center;
  text-align: center;
  background: #0042a5;
  color: #fff;
  float: right;
  cursor: pointer;
  line-height: 52px;
  font-family: "OPENSANS";
  padding: 0px;
}

.c_right .xing .csub:hover {
  background: #333;
}

.map {
  margin: 61px auto 80px;
}

.map img {
  display: block;
  max-width: 1200px;
  max-height: 381px;
  width: 100%;
}

@media screen and (max-width: 1219px) {
  .c_left {
    width: 399px;
  }
  .c_right {
    width: 520px;
  }
  .c_right .xing input.capt {
    width: 150px;
  }
  .c_right .xing .csub {
    width: 150px;
  }
}

@media screen and (max-width: 999px) {
  .map {
    margin: 20px auto 20px;
  }
  .c_left {
    float: none;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .c_right {
    float: none;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 645px) {
  .c_right .xing input.capt {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .c_right .xing .csub {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .c_right .yzm {
    display: block;
    margin-left: 0px;
  }
  .c_right .zydiv {
    width: 100%;
  }
  .c_left_wrap p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}

/*pro2_wrapper */
.pro2_wrapper {
  /*mouse hands*/ /* teer.js tsScrollResize offsetWidth*3 */
}

.pro2_wrapper #tsShopContainer li,
.pro2_wrapper #tsShopContainer img {
  vertical-align: top;
}

.pro2_wrapper #tsShopContainer {
  position: relative;
  float: left;
  width: 563px;
}

.pro2_wrapper #tsShopContainer #tsImgS {
  text-align: center;
  width: 100%;
  position: relative;
}

.pro2_wrapper #tsShopContainer #tsImgS a {
  display: block;
  text-align: center;
  margin: 0px auto;
  width: 563px !important;
}

.pro2_wrapper #tsShopContainer #tsPicContainer {
  width: 100%;
  position: relative;
  height: 86px;
  margin-top: 13px;
}

.pro2_wrapper #tsShopContainer #tsPicContainer #tsImgSArrL {
  width: 21px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  height: 86px;
  background: url(../images/zuturight.png) no-repeat left center;
}

.pro2_wrapper #tsShopContainer #tsPicContainer #tsImgSArrR {
  width: 21px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  height: 86px;
  background: url(../images/zutuleft.png) no-repeat right center;
}

.pro2_wrapper #tsShopContainer #tsPicContainer #tsImgSArrL:hover {
  background: url(../images/zuturighth.png) no-repeat left center;
}

.pro2_wrapper #tsShopContainer #tsPicContainer #tsImgSArrR:hover {
  background: url(../images/zutulefth.png) no-repeat right center;
}

.pro2_wrapper #tsShopContainer #tsPicContainer #tsImgSCon {
  position: absolute;
  top: 1px;
  left: 0px;
  width: 1px;
  overflow: hidden;
  height: 86px;
}

.pro2_wrapper #tsShopContainer #tsPicContainer #tsImgSCon ul {
  width: 100%;
  overflow: hidden;
}

.pro2_wrapper #tsShopContainer #tsPicContainer #tsImgSCon li {
  width: 114px;
  float: left;
  cursor: pointer;
  margin-left: 0px;
  margin-bottom: 0;
}

.pro2_wrapper #tsShopContainer #tsPicContainer #tsImgSCon li a {
  display: block;
  width: 103px;
}

.pro2_wrapper #tsShopContainer #tsPicContainer #tsImgSCon li img {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 103px;
  height: 86px;
}

.pro2_wrapper .MagicZoomBigImageCont {
  background: #fff;
}

.pro2_wrapper .MagicZoomPup {
  background: #ffffff;
}

.pro2_wrapper .MagicZoomMain {
  text-align: center !important;
  width: 92px;
}

.pro2_wrapper .MagicZoomBigImageCont img {
  max-width: 636px;
  display: block;
}

.pro2_wrapper .content {
  width: 276px;
}

.pro2_wrapper .down {
  font-size: 20px;
  font-size: 2rem;
  font-family: "OPENSANSBOLD";
  line-height: 30px;
  padding-top: 24px;
  padding-bottom: 3px;
  background: url(../images/content.png) no-repeat left bottom;
}

.pro2_wrapper .down_p {
  margin-top: 29px;
}

.pro2_wrapper .down_p a {
  display: block;
  background: #f5f5f5 url(../images/down_p.png) no-repeat left top;
  width: 100%;
  line-height: 53px;
  padding-left: 49px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pro2_wrapper .btnt {
  max-width: 340px;
  width: 100%;
  margin-top: 34px;
}

.pro2_wrapper .btnt a,
.pro2_wrapper .btnt span {
  display: block;
  width: 125px;
  height: 33px;
  line-height: 31px;
  text-align: center;
  background: #f28335;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pro2_wrapper .btnt a:hover,
.pro2_wrapper .btnt span:hover {
  background: #004f9f;
  color: #fff;
}

.pro2_wrapper .share1 {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 205px;
  margin-top: 124px;
}

.pro2_wrapper .share1 .span4 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  height: 26px;
  line-height: 26px;
}

.pro2_wrapper .at-resp-share-element .at-icon {
  width: 26px !important;
  height: 26px !important;
}

.pro2_wrapper .at-style-responsive .at-share-btn {
  padding: 0 !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}

.pro2_wrapper .at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 26px !important;
  height: 26px !important;
}

.pro2_wrapper .at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.pro2_wrapper .img980 {
  display: none;
}

.pro2_wrapper .img980 .img-scroll {
  position: relative;
  width: 100%;
}

.pro2_wrapper .img980 .img-scroll .prev {
  position: absolute;
  display: block;
  width: 47px;
  height: 47px;
  top: 50%;
  margin-top: -23.5px;
  z-index: 99;
}

.pro2_wrapper .img980 .img-scroll .next {
  position: absolute;
  display: block;
  width: 47px;
  height: 47px;
  top: 50%;
  margin-top: -23.5px;
  z-index: 99;
}

.pro2_wrapper .img980 .prev {
  left: 0;
  cursor: pointer;
  background: url(../images/arrowleft.png) no-repeat center;
}

.pro2_wrapper .img980 .next {
  right: 0;
  cursor: pointer;
  background: url(../images/arrowright.png) no-repeat center;
}

.pro2_wrapper .img980 .img-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.pro2_wrapper .img980 .img-list ul {
  width: 1000%;
}

.pro2_wrapper .img980 .img-list li {
  float: left;
  width: 3%;
  margin-right: 0.5%;
}

.pro2_wrapper .img980 .img-list li .m3lien {
  max-width: 213px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin: 0 auto;
}

.pro2_wrapper .img980 .img-list li .m3lien img {
  display: block;
  max-width: 213px;
  max-height: 213px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .pro2_wrapper .MagicZoomBigImageCont {
    display: none !important;
  }
  .pro2_wrapper .MagicZoomMain {
    display: none !important;
  }
  .pro2_wrapper .MagicZoomPup {
    display: none !important;
  }
  .pro2_wrapper .content {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .pro2_wrapper #tsShopContainer {
    margin: 0 auto;
    max-width: 563px;
    width: 100%;
    float: none;
  }
  .pro2_wrapper .img-list li {
    margin: 0 auto;
    width: 3%;
    margin-right: 0.5%;
  }
  .pro2_wrapper .share1 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 999px) {
  .pro2_wrapper #tsShopContainer {
    display: none;
  }
  .pro2_wrapper .img980 {
    display: block;
  }
  .pro2_wrapper .img980 .img-scroll {
    margin-top: 0px;
  }
  .pro2_wrapper .btnt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pro2_wrapper .img980 .img-list li {
    width: 4.5%;
    margin-right: 1%;
  }
  .pro2_wrapper .btnt a,
  .pro2_wrapper span {
    width: 48%;
  }
}

.pro_wrapper {
  padding-top: 56px;
}

.pro_wrapper .pro_title3 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "OPENSANSBOLD";
  text-align: left;
  line-height: 26px;
  padding-bottom: 7px;
  background: url(../images/pro_title2.png) no-repeat left bottom;
  text-transform: uppercase;
}

.pro_wrapper .pro_left2 {
  width: 49%;
}

.pro_wrapper .pro_right2 {
  width: 49%;
}

.pro_wrapper .pro_x {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 30px;
  margin-top: 14px;
}

.pro_wrapper .pro_x a {
  color: #004f9f;
  line-height: 30px;
  color: #004f9f;
}

.pro_wrapper .pro_x img {
  display: block;
  max-width: 100%;
}

.pro_wrapper .pro_x iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.pro_wrapper .pro_x .table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.pro_wrapper .pro_x .table table tr td {
  padding: 3px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
  .pro_wrapper .pro_x .table {
    width: 100%;
    overflow: scroll;
  }
  .pro_wrapper .pro_x .table table {
    width: 885px;
  }
}

.pro_wrapper .pro_x2 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 24px;
  margin-top: 14px;
}

.pro_wrapper .pro_x2 p strong {
  font-weight: normal;
  color: #004099;
}

.pro_wrapper .pro_x2 a {
  color: #004f9f;
  line-height: 24px;
  color: #004f9f;
}

.pro_wrapper .pro_x2 img {
  display: block;
  max-width: 100%;
}

.pro_wrapper .pro_x2 iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.pro_wrapper .pro_x2 .table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.pro_wrapper .pro_x2 .table table tr td {
  padding: 3px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
  .pro_wrapper .pro_x2 .table {
    width: 100%;
    overflow: scroll;
  }
  .pro_wrapper .pro_x2 .table table {
    width: 885px;
  }
}

@media screen and (max-width: 999px) {
  .pro_wrapper .pro_left2 {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .pro_wrapper .pro_right2 {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}

.pro_bottom1 {
  background: #f5f5f5;
}

.pro_bottom1 li {
  width: 400px;
  float: left;
}

.pro_bottom1 .li_box {
  width: 400px;
  float: left;
}

.pro_bottom1 .title1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  padding-bottom: 18px;
  color: #999999;
  text-transform: uppercase;
  font-family: "OPENSANSBOLD";
}

.pro_bottom1 p {
  position: relative;
}

.pro_bottom1 span {
  width: 90px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  color: #999999;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.pro_bottom1 img {
  margin-right: 15px;
}

.pro_bottom1 .wrap {
  padding: 35px 30px 44px 45px;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.pro_bottom1 .wrap:hover {
  background: url(../images/pro_bottom12.png) no-repeat center top;
}

.pro_bottom1 .wrap:hover .title1 {
  color: #333;
}

.pro_bottom1 .wrap:hover span {
  color: #f28335;
}

@media screen and (max-width: 1219px) {
  .pro_bottom1 li {
    width: 33.33%;
  }
  .pro_bottom1 .li_box {
    width: 33.33%;
  }
  .pro_bottom1 img {
    width: 60%;
  }
  .pro_bottom1 .wrap {
    border: 1px solid transparent;
  }
  .pro_bottom1 .wrap:hover {
    background: none;
    border: 1px solid #fd7800;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 999px) {
  .pro_bottom1 .wrap {
    padding: 20px 20px;
  }
  .pro_bottom1 img {
    display: block;
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 233px;
  }
  .pro_bottom1 span {
    position: relative;
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .pro_bottom1 .title1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pro_bottom1 li {
    width: 98%;
  }
  .pro_bottom1 .li_box {
    width: 98%;
  }
}

.pro_bottom2 {
  padding-top: 96px;
}

.pro_bottom2 #tab {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.pro_bottom2 #tab li {
  padding-left: 45px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 33.33%;
  float: left; /*text-align: center;*/
  padding-bottom: 31px;
  font-size: 20px;
  font-size: 2rem;
  color: #999999;
  font-family: "OPENSANSBOLD";
  border-bottom: 3px solid #9999;
  line-height: 30px;
}

.pro_bottom2 #tab li:hover {
  border-color: #004f9f;
  color: #333;
}

.pro_bottom2 #tab li.current {
  border-color: #004f9f;
  color: #333;
}

.pro_bottom2 #maln {
  margin-left: 0 !important;
}

.pro_bottom2 #content .chanxn {
  display: none;
  padding-top: 36px;
  width: 100%;
}

.pro_bottom2 .chanxn img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .pro_bottom2 #tab li {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .pro_bottom2 #tab li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 650px) {
  .pro_bottom2 {
    padding-top: 40px;
  }
  .pro_bottom2 #tab li {
    width: 100%;
    padding-bottom: 10px;
    margin-top: 20px;
  }
}

@font-face {
  font-family: "OPENSANSEXTRABOLD";
  src: url("../fonts/OPENSANSEXTRABOLD.eot");
  src: url("../fonts/OPENSANSEXTRABOLD.eot") format("embedded-opentype"),
    url("../fonts/OPENSANSEXTRABOLD.woff2") format("woff2"),
    url("../fonts/OPENSANSEXTRABOLD.woff") format("woff"),
    url("../fonts/OPENSANSEXTRABOLD.ttf") format("truetype"),
    url("../fonts/OPENSANSEXTRABOLD.svg#OPENSANSEXTRABOLD") format("svg");
}

.pro_bottom3 {
  padding-bottom: 50px;
}

.pro_bottom3 .wp p {
  font-family: "OPENSANS";
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  padding-top: 39px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-weight: bold;
}

.pro_bottom3 .wp .table table td {
  padding: 5px 20px;
  /*border: 1px solid #ccc;*/
}

.pro_bottom3 .wp .table table {
  border-collapse: collapse;
  /*border: 1px solid #ccc;*/
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.pro_bottom3 .wp p:hover {
  color: #004099;
  /*cursor: pointer;*/
}

.pro_bottom3 .wp p img:hover {
  cursor: auto;
}

.pro_bottom3 .wp p b {
  display: block;
  margin-top: 4px;
  width: 72px;
  height: 1px;
  background: #333;
}

.pro_bottom3 .pro_tiylye {
  font-family: "OPENSANSEXTRABOLD";
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
  color: #004099;
  padding-top: 39px;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.pro_bottom3 .pro_tiylye b {
  display: block;
  margin-top: 4px;
  width: 72px;
  height: 1px;
  background: #004099;
}

.pro_bottom3 .newsx {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;
}

.pro_bottom3 .newsx a {
  color: #004f9f;
  line-height: 24px;
  color: #004f9f;
}

.pro_bottom3 .newsx img {
  display: block;
  max-width: 100%;
}

.pro_bottom3 .newsx iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.pro_bottom3 .newsx .table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
}

.pro_bottom3 .newsx .table table tr td {
  padding: 3px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
  .pro_bottom3 .newsx .table {
    width: 100%;
    overflow: scroll;
  }
  .pro_bottom3 .newsx .table table {
    width: 885px;
  }
}

@media screen and (max-width: 999px) {
  .pro_bottom3 .pro_tiylye {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .pro_bottom3 .pro_tiylye {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.top_border {
  border-top: 1px solid #c0c0c0;
}
@media screen and (max-width: 700px) {
  .pro2_wrapper .img980 .img-scroll .prev {
    width: 35px;
    height: 35px;
    top: 118%;
  }
  .pro2_wrapper .img980 .prev {
    background-size: cover;
  }

  .pro2_wrapper .img980 .img-scroll .next {
    width: 35px;
    height: 35px;
    top: 118%;
  }
  .pro2_wrapper .img980 .next {
    background-size: cover;
  }

  .pro2_wrapper .content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 400px) {
  .pro2_wrapper .img980 .img-scroll .prev {
    top: 124%;
  }

  .pro2_wrapper .img980 .img-scroll .next {
    top: 124%;
  }
}
