@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex > * {
  flex: auto;
  text-align: center;
}

/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #fff;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

/**************************body***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

#contact {
  display: none;
}

#contact-p {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -73.5px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #073763;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -110px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.neirong1 h4 {
  font-weight: bold;
}

.aboutw img {
  width: 100%;
}

.head {
  height: 120px;
  display: flex;
  padding-top: 10px;
  width: 100%;
}

.head .col-sm-9 div {
  text-align: right;
  padding: 5px 0 15px;
}

.head .col-sm-9 div a {
  margin-right: 10px;
  font-size: 14px;
}

.head .col-sm-9 div i {
  display: inline-block;
  margin-right: 10px;
}

.head .flex {
  display: flex;
}

.head .flex .active a::after {
  display: block;
}

.head .flex li {
  flex: auto;
  position: relative;
}

.head .flex li:hover a {
  color: #033887;
}

.head .flex li:hover a::after {
  display: block;
}

.head .flex li a {
  text-decoration: none;
  font-size: 14px;
  color: #777;
  display: block;
  position: relative;
}

.head .flex li a::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #073763;
  display: block;
  bottom: -17px;
  left: calc(50% - 20px);
  display: none;
}

.top {
  padding: 10px 0;
  background: #f6f6f6;
}

.top .col-sm-5 {
  line-height: 26px;
}

.top .col-sm-5 p {
  margin-bottom: 0;
  float: left;
  font-size: 14px;
  margin-right: 10px;
}

.top .col-sm-5 span {
  color: red;
  line-height: 26px;
  font-size: 18px;
  letter-spacing: 2px;
}

.top .col-sm-3 span {
  text-transform: uppercase;
  display: block;
  background: #073763;
  color: #fff;
  width: 170px;
  display: inline-block;
  border-radius: 18px;
  padding-left: 35px;
  line-height: 26px;
  position: relative;
}

.top .col-sm-3 span i {
  background: url(../img/3.png) right no-repeat;
  width: 23px;
  height: 20px;
  display: block;
  position: absolute;
  right: 40px;
  top: 3px;
}

/**************************head***************************/
.title {
  margin-bottom: 4em;
}

.title h4, .title p {
  text-align: center;
}

.title h4 {
  color: #073763;
  padding-bottom: 5px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
}

.title p {
  font-size: 24px;
  color: #999;
  margin-top: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.fsjx-en-1, .fsjx-en-2, .fsjx-en-3, .fsjx-en-4, .fsjx-en-5, .fsjx-en-6, .fsjx-en-7 {
  padding: 3.5em 0;
}

.fsjx-en-0 {
  background: #f8f8f8;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 10px;
}

.fsjx-en-0 .container {
  overflow: hidden;
}

.fsjx-en-0 span {
  height: 40px;
  width: 8%;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: red;
}

.fsjx-en-0 .scroll {
  display: inline-block;
  width: 92%;
  overflow: hidden;
}

.fsjx-en-0 ul {
  font-size: 16px;
  letter-spacing: 2px;
  white-space: nowrap;
  margin-bottom: 0;
  display: inline-block;
  height: 40px;
  overflow: hidden;
}

.fsjx-en-0 ul li {
  font-size: 14px;
  display: inline;
  margin-right: 50px;
}

.abotu1 table {
  width: 100%;
}

.abotu1 td {
  border: 1px solid #ddd;
  padding: 20px;
}

.fanhui {
  margin-top: 30PX;
  border-top: 1px solid #ddd;
  font-size: 18px;
  padding-top: 10px;
  letter-spacing: 2px;
}

.fanhui a {
  color: #073763;
}

.fanhui a:hover {
  color: red;
}

.fixed-box {
  position: fixed;
  z-index: 10;
  top: 41%;
  transform: translateY(-50%);
  right: 20px;
}

.fixed-box ul {
  padding: 0;
}

.fixed-box ul::before {
  position: absolute;
  content: '';
  height: 110%;
  width: 2px;
  background: #073763;
  left: 50%;
  top: -5%;
  transform: translateX(-50%);
}

.fixed-box ul li {
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.fixed-box ul li:nth-child(1)::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  border: 2px solid #073763;
  top: -22px;
  left: 50%;
  border-radius: 100px;
  margin-left: -5px;
}

.fixed-box ul li:nth-child(4)::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  border: 2px solid #073763;
  bottom: -30px;
  left: 50%;
  border-radius: 100px;
  margin-left: -5px;
}

.fixed-box ul li:hover p {
  display: block;
}

.fixed-box ul li:hover .qrcode {
  display: block;
}

.fixed-box ul li .qrcode {
  position: absolute;
  width: 120px;
  left: -130px;
  top: -38px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
  display: none;
}

.fixed-box ul li p {
  background: #073763;
  font-size: 18px;
  border-radius: 30px 0 0 30px;
  position: absolute;
  right: 28px;
  padding: 0 25px;
  top: 0;
  z-index: 1;
  color: #fff;
  display: none;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
}

.fixed-box ul li i {
  background: #073763;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  z-index: 2;
}

#zh_click_s {
  margin-right: 0;
}

#zh_click_t {
  margin-right: 18px;
}

.fsjx-en-01 .container {
  padding: 10px 0;
  background: #073763;
}

.fsjx-en-01 .col-sm-4 {
  height: 70px;
  border-right: 1px solid #fff;
  text-align: center;
}

.fsjx-en-01 .col-sm-4 span {
  font-size: 20px;
  color: red;
  font-weight: bold;
}

.fsjx-en-01 .col-sm-4 i {
  font-size: 30px;
  color: #fff;
  display: block;
}

.fsjx-en-01 .col-sm-4:last-child {
  border: 0;
}

.fsjx-en-01 .col-sm-4 p {
  font-size: 18px;
  color: #fff;
}

.fsjx-en-01 .col-sm-4:nth-child(2) p {
  font-size: 20px;
}

.fsjx-en-1 .col-sm-4 {
  margin-bottom: 20px;
}

.fsjx-en-1 .col-sm-4 a {
  position: relative;
  display: block;
  overflow: hidden;
}

.fsjx-en-1 .col-sm-4 a img {
  width: 100%;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -ms-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.fsjx-en-1 .col-sm-4 a p {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  height: 64px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.fsjx-en-1 .col-sm-4 a span {
  padding: 2em 1em;
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFFFFF;
}

.fsjx-en-1 .col-sm-4 a span h4, .fsjx-en-1 .col-sm-4 a span p, .fsjx-en-1 .col-sm-4 a span i, .fsjx-en-1 .col-sm-4 a span::after {
  -webkit-transition: opacity 1s, transform 0.5s;
  -moz-transition: opacity 1s, transform 0.5s;
  -ms-transition: opacity 1s, transform 0.5s;
  -o-transition: opacity 1s, transform 0.5s;
  transition: opacity 1s, transform 0.5s;
  opacity: 0;
}

.fsjx-en-1 .col-sm-4 a span h4 {
  margin: 0;
  font-size: 22px;
  margin-bottom: 30px;
  padding-top: 15%;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.fsjx-en-1 .col-sm-4 a span i {
  font-style: initial;
  padding: 10px 40px;
  margin-top: 80px;
  display: inline-block;
  background: #073763;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fsjx-en-1 .col-sm-4 a span:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  opacity: 0;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
}

.fsjx-en-1 .col-sm-4 a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.fsjx-en-1 .col-sm-4 a:hover p {
  display: none;
}

.fsjx-en-1 .col-sm-4 a:hover span {
  background: rgba(0, 0, 0, 0.5);
}

.fsjx-en-1 .col-sm-4 a:hover span:after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  opacity: 1;
}

.fsjx-en-1 .col-sm-4 a:hover h4, .fsjx-en-1 .col-sm-4 a:hover i, .fsjx-en-1 .col-sm-4 a:hover b {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.more {
  margin-top: 30px;
  text-align: center;
}

.more a {
  display: inline-block;
  background: #073763;
  color: #fff;
  padding: 8px 80px;
  border-radius: 5px;
  font-size: 20px;
}

.fsjx-en-2 {
  background: #f9f9f9;
}

.fsjx-en-2 .col-sm-6 P {
  text-align: justify;
  line-height: 30px;
  padding-right: 20px;
  font-size: 14px;
  color: #3e3a39;
  margin-bottom: 0;
}

.fsjx-en-2 .col-sm-6 P span {
  color: #073763;
}

.fsjx-en-2 .col-sm-6 a {
  margin-top: 5px;
  display: inline-block;
  color: #073763;
  border: 1px solid #073763;
  padding: 5px 20px;
}

.fsjx-en-2 .col-sm-6 a:hover {
  background: #073763;
  color: #fff;
}

.fsjx-en-3 .row p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.fsjx-en-3 .row a {
  display: block;
}

.fsjx-en-3 .row a span {
  display: block;
  overflow: hidden;
}

.fsjx-en-3 .row a img {
  transition: .35s all;
}

.fsjx-en-3 .row a:hover img {
  transform: scale(1.1);
}

.fsjx-en-4 {
  background: #f9f9f9;
}

.news_content dl {
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.news_content dl dt {
  background: #073763 !important;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  text-align: center;
  color: #666;
}

.news_content dl dt c {
  display: block;
  font-size: 30px;
  color: #fff;
}

.news_content dl dt span {
  color: #fff;
}

.news_content dl dd {
  background: #fff;
  padding: 10px;
}

.news_content dl dd a {
  text-decoration: none;
}

.news_content dl dd c {
  margin-bottom: 10px;
  display: inline-block;
  color: #000;
  font-size: 18px;
}

.news_content dl dd p {
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  text-indent: 2em;
  color: #666;
  padding-bottom: 10px;
  margin: 0;
  line-height: 28px;
}

.news_content dl:hover dd {
  background: rgba(7, 55, 99, 0.7) !important;
}

.news_content dl:hover dt {
  background: #073763 !important;
}

.news_content dl:hover dt b,
.news_content dl:hover dt span {
  color: #FFFFFF !important;
}

.news_content dl:hover dd c {
  color: #fff;
}

.news_content dl:hover dd p {
  color: #fff;
}

.news_content dl:hover dd p a {
  color: #fff;
}

.news_content1 img {
  height: 250px;
  width: 100%;
}

.news_content1 .col-sm-6:nth-child(1) a {
  display: block;
  position: relative;
}

.news_content1 .col-sm-6:nth-child(1) a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

.news_content1 dl {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}

.news_content1 dl:hover dt, .news_content1 dl:hover dd {
  color: #073763;
}

.news_content1 dl:hover dt c, .news_content1 dl:hover dt p, .news_content1 dl:hover dd c, .news_content1 dl:hover dd p {
  color: #073763;
}

.news_content1 dl dt {
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  text-align: center;
  font-weight: normal;
  color: #4d4c4c;
}

.news_content1 dl dt c {
  display: block;
  font-size: 30px;
}

.news_content1 dl dd {
  padding: 5px;
}

.news_content1 dl dd a {
  text-decoration: none;
}

.news_content1 dl dd c {
  font-weight: bold;
  display: inline-block;
  color: #4d4c4c;
  font-size: 16px;
}

.news_content1 dl dd p {
  height: 33px;
  overflow: hidden;
  font-size: 16px;
  color: #4d4c4c;
  margin: 0;
  line-height: 28px;
}

.foot {
  padding-top: 1em;
  background: #434343;
  color: #fff;
}

.foot a {
  color: rgba(255, 255, 255, 0.8);
}

.foot .col-sm-4 {
  margin: 20px 0;
  height: 210px;
  border-right: 1px solid #ddd;
}

.foot .col-sm-4 li {
  color: #fff;
  float: left;
  text-align: center;
  width: 33.33%;
}

.foot .col-sm-4 li a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 26px;
  font-size: 14px;
}

.foot .col-sm-4:nth-child(2) {
  padding: 0 60px;
}

.foot .col-sm-4:nth-child(2) p {
  font-size: 18px;
  margin-bottom: 20px;
}

.foot .col-sm-4 a {
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #fff;
  margin: 0 20px 20px 0;
  border: none;
  line-height: 16px;
}

.foot .col-sm-4:nth-child(3) {
  text-align: center;
}

.foot .col-sm-4:nth-child(3) img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  width: 140px;
  height: 140px;
  margin-top: 10px;
}

.foot1 {
  text-align: center;
  background: #222;
  color: #fff;
  padding: 10px 0;
  line-height: 28px;
}

.foot1 a {
  color: #fff;
}

.foot1 p {
  margin-bottom: 0;
  font-size: 14px;
}

.foot-ft {
  text-align: center;
}

.foot-ft p {
  display: inline-block !important;
  margin-right: 20px;
  font-size: 14px;
}

.foot-ft p a {
  text-align: none;
  color: rgba(255, 255, 255, 0.8);
}

.cp-t {
  background: #f9f9f9;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.cp-t h4 {
  line-height: 48px;
  text-align: center;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  background: #073763;
  color: #fff;
  margin-top: 0;
}

.cp-t a {
  text-align: center;
  line-height: 26px;
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  display: block;
}

.cp-t a:last-child {
  border: 0;
}

.cp-t a:hover {
  background: #073763;
  color: #fff;
}

.cp-c .col-md-3 p {
  font-size: 14px;
  margin-bottom: 20px;
}

.add {
  display: none;
  height: 35px;
  margin-top: 20px;
  line-height: 35px;
  font-size: 14px;
}

.add a {
  font-size: 14px;
}

.add i {
  font-size: 18px;
  margin: auto 5px;
}

.main {
  padding: 3em 0;
}

.main .info {
  font-size: 14px;
}

.main .info p, .main .info li {
  font-size: 14px;
  line-height: 32px;
}

.main .newss p {
  margin: 0;
  text-indent: 2em;
}

.left .xglj {
  margin-top: 50px;
}

.left .active2 {
  margin-bottom: 50px;
}

.left ul {
  padding: 0;
  margin: 0;
}

.left ul h3 {
  font-size: 12px;
  margin: 0;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.left ul .active a {
  color: #073763;
}

.left ul .active1 {
  background: #073763;
}

.left ul .active1 a {
  font-size: 16px;
  color: #fff;
}

.left ul li {
  border-left: 2px solid #073763;
  border-right: 2px solid #073763;
  background: #fff;
  text-align: center;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #ddd;
}

.left ul li:hover:first-child a {
  color: #fff;
}

.left ul li:hover a {
  color: #073763;
}

.left ul li:first-child {
  border-radius: 3px 3px 0 0;
}

.left ul li:last-child {
  border-radius: 0 0 3px 3px;
}

.left ul li a {
  display: block;
  color: #000;
}

.left ul li:last-child {
  border-bottom: 2px solid #073763;
}

.cp-tp {
  padding: 0;
}

.pr-cp a {
  display: block;
  overflow: hidden;
}

.pr-cp:hover img {
  transform: scale(1.1);
}

.pr-cp:hover p {
  color: #073763;
}

.pr-cp img {
  transition: .35s;
  border-radius: 3px;
}

.pr-cp p {
  overflow: hidden;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}

.new-co p {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
}

.banner img {
  width: 100%;
}

.banner .bj1, .banner .bj2, .banner .bj3 {
  width: 100%;
  height: 450px;
  background: url(../img/banner1.jpg) center no-repeat;
  background-size: cover;
  padding-top: 10%;
}

.banner .bj1 p, .banner .bj2 p, .banner .bj3 p {
  z-index: 9;
  margin: auto;
  width: 100%;
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  font-size: 40px;
  padding: 60px   60px;
  color: #fff;
}

.banner .bj2 {
  background: url(../img/banner2.jpg) center no-repeat;
  background-size: cover;
}

.banner .bj3 {
  background: url(../img/banner3.jpg) center no-repeat;
  background-size: cover;
}

/**************************foot***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page .active span {
  color: #fff !important;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.page span:first-child, .page a:first-child {
  border: 0;
  margin: 0 5px;
  padding: 3px 10px;
  display: block;
  border-radius: 2px !important;
}

/**************************left内页***************************/
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  p,
  span,
  a {
    font-size: 14px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h1,
  h2,
  h4 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .row {
    margin: auto 0;
  }
  /**************************公共***************************/
  #contact-p {
    display: none !important;
  }
  .head img {
    margin: auto;
    display: block;
  }
  .news_content dl dd h4 {
    height: 17px;
  }
  .right img {
    width: 100%;
  }
  #allmap {
    width: 100% !important;
  }
  .head .col-sm-9, .fixed-box, .foot .col-sm-4:nth-child(2) {
    display: none;
  }
  .foot .col-sm-4 {
    padding: 0;
    width: 50%;
    float: left;
  }
  .foot .col-sm-4:last-child {
    border: 0;
  }
  .claszsd {
    padding: 0;
  }
  .main .container {
    padding: 0;
  }
  .main .cp-c {
    padding: 0;
  }
  .fsjx-en-01 {
    margin-bottom: 10px;
  }
  .news_content dl dd c {
    font-size: 14px;
  }
  .head {
    overflow: hidden;
  }
  .news_content1 dl dt {
    display: none;
  }
  .news_content1 dl {
    margin-bottom: 10px;
  }
  .cp-t {
    display: none;
  }
  .fsjx-en-4 .col-sm-6 {
    padding: 0;
  }
  .title h4 {
    font-size: 18px !important;
  }
  .right video {
    width: 100%;
    height: auto;
  }
  .info {
    padding: 0 15px;
  }
  .info video {
    width: 100%;
  }
  .info .col-sm-6 {
    padding: 0;
  }
  .foot1 {
    padding: 15px;
    padding-bottom: 50px;
  }
  .fsjx-en-01 .col-sm-4 {
    width: 33.33%;
    float: left;
  }
  .fsjx-en-0 span {
    width: 20%;
  }
  .fsjx-en-0 .scroll {
    width: 80%;
  }
  .fsjx-en-0 .scroll li {
    font-size: 12px;
  }
  .fsjx-en-2 a {
    margin: 20px 0;
  }
  .fsjx-en-2 video {
    width: 100% !important;
  }
  .fsjx-en-4 a {
    display: block;
  }
  .fsjx-en-4 a:nth-child(1) {
    margin-top: 30px;
  }
  .sjdao li {
    float: left;
    width: 33.33%;
    text-align: center;
    background: #0B89DD;
    line-height: 40px;
  }
  .sjdao li:hover {
    background: #126196;
  }
  .sjdao li:nth-child(1), .sjdao li:nth-child(2), .sjdao li:nth-child(3) {
    border-bottom: 1px solid #fff;
  }
  .sjdao li:nth-child(1), .sjdao li:nth-child(2), .sjdao li:nth-child(4), .sjdao li:nth-child(5) {
    border-right: 1px solid #fff;
  }
  .sjdao li a {
    color: #fff;
  }
  .pr-cp img {
    height: auto;
  }
  .fsjx-en-01 .col-sm-4 p {
    font-size: 12px !important;
  }
  .fsjx-en-01 .col-sm-4 {
    height: auto;
  }
  .fsjx-en-1 .col-sm-4 a img {
    height: auto;
  }
  .fsjx-en-1 .col-sm-4 a p, .main .cp-c p {
    position: inherit;
    background: none;
    color: #000;
    padding: 10px 0;
    font-size: 12px !important;
    height: 64px;
  }
  .fsjx-en-3 .row p {
    color: #000;
    padding: 10px 0;
    font-size: 12px !important;
    height: 64px;
  }
  .fsjx-en-1 .col-sm-4 {
    padding: 0 5px;
  }
  .pr-cp {
    padding: 0 5px;
  }
  .fsjx-en-0 .scroll {
    height: 35px;
  }
  .new-co img {
    width: 100%;
    height: auto;
  }
  .main {
    padding: 0 5px;
  }
  .fsjx-en-1, .fsjx-en-2, .fsjx-en-3, .fsjx-en-4, .fsjx-en-5, .fsjx-en-6, .fsjx-en-7 {
    padding: 1.5em 0;
  }
  .title {
    margin-bottom: 2em;
  }
  .foot p, .foot1 p {
    font-size: 12px !important;
  }
  .news_content1 dl dd c {
    font-weight: normal;
  }
  .foot .col-sm-4 {
    width: 60%;
  }
  .foot .col-sm-4:last-child {
    width: 40%;
  }
  .foot .col-sm-4:last-child img {
    margin-top: 20px;
    width: 100px;
    height: 100px;
  }
  .sxasdxdf img {
    width: auto;
    display: block;
    margin: auto;
  }
  .sjhead {
    padding: 10px 0;
  }
  .sjhead img {
    margin: none;
    display: inherit;
  }
  .sjhead .col-xs-5 img {
    width: 130%;
    margin-left: -10px;
  }
  .sjhead .col-xs-7 {
    text-align: center;
    padding: 5px;
  }
  .sjhead .col-xs-7 a {
    margin-right: 5px;
  }
  .fsjx-en-4 dl {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
  }
  .fsjx-en-4 dl c {
    font-size: 14px !important;
  }
  .fanhui {
    margin-bottom: 20px;
  }
  .fsjx-en-1 .col-sm-4:hover img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .fsjx-en-1 .col-sm-4:hover p {
    display: block !important;
  }
  .fsjx-en-1 .col-sm-4:hover span {
    display: none;
  }
  .fsjx-en-1 .col-sm-4:hover h4, .fsjx-en-1 .col-sm-4:hover i, .fsjx-en-1 .col-sm-4:hover b {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .head {
    margin: 10px 0;
    height: auto;
  }
  .fsjx-en-2 video {
    z-index: -1 !important;
  }
  .abotu1 td {
    width: 100% !important;
    display: block;
  }
  .abotu1 table {
    border: none;
    width: 100% !important;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999999999 !important;
    background: #073763;
  }
  #contact button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    outline: none;
  }
  #contact > a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact > a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contact div > a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
}
