html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  min-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  text-decoration: none;
  color: #08c;
}
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  vertical-align: middle;
}
button,
input,
select {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
input,
select,
textarea {
  outline: 0;
}
textarea,
input {
  -webkit-user-modify: read-write-plaintext-only;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.placeholder {
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
i {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
body {
  font-family: "Microsoft Yahei", "微软雅黑", Arial;
}
* {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body,
html {
  width: 100%;
}
.index header {
  display: none;
}
header {
  position: fixed;
  top: 0;
  z-index: 99;
  margin: auto;
  width: 100%;
  background: #fff;
}
header .header-content {
  margin: auto;
  width: 1200px;
}
header .top {
  width: 100%;
}
header .top .logo {
  width: 212px;
  height: 79px;
  float: left;
  display: block;
}
header .top .nav {
  float: left;
  padding: 27px 0;
  font-size: 16px;
  color: #282828;
}
header .top .nav:hover {
  color: #50a9b5;
}
header .top .nav-line {
  float: left;
  padding: 39px 0;
  margin: 0 12px;
}
header .top .nav-index {
  margin-left: 228px;
}
header .top .active {
  color: #50a9b5;
}
header .blue-line {
  border-bottom: 1px solid #50a9b5;
}
footer {
  width: 100%;
  background: #1b1b1b;
}
footer .footer-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 85px;
  padding-right: 85px;
}
footer h2 {
  font-size: 24px;
  color: #fff;
}
footer .contact {
  color: #fff;
  margin-top: 24px;
}
footer .contact span {
  display: inline-block;
  margin: 0 30px;
}
footer .telephone {
  margin-top: 28px;
}
footer .telephone .weixin {
  text-align: center;
  width: 97px;
  float: left;
}
footer .telephone .weixin p {
  color: #fff;
  margin-top: 5px;
}
footer .telephone .phone {
  float: left;
  font-size: 20px;
  margin-top: 24px;
  margin-left: 16px;
  color: #fff;
}
footer .company {
  border-top: 1px solid #494949;
  padding: 10px 0;
  margin-top: 30px;
}
footer .company p {
  color: #707070;
}
footer .company p span {
  display: inline-block;
  margin-left: 50px;
}
.banner {
  padding-top: 80px;
}
.company-content {
  width: 1200px;
  margin: 0 auto;
}
.company-content h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-top: 60px;
}
.company-content .en-title {
  text-align: center;
  font-size: 18px;
}
.company-content .company-line {
  width: 126px;
  margin: 18px auto 0;
  display: block;
}
.company-content .company-wrap {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 32px 0 40px 0;
  margin-top: 58px;
}
.company-content .company-wrap .text1,
.company-content .company-wrap .text2,
.company-content .company-wrap .text3 {
  text-align: center;
  font-size: 16px;
  color: #4f5050;
}
.company-content .company-wrap .text2,
.company-content .company-wrap .text3 {
  margin-top: 40px;
}
.company-content .company-wrap img {
  display: block;
  margin: 40px auto 0;
  width: 1200px;
}
.company-section1 {
  margin-top: 65px;
  position: relative;
  height: 438px;
}
.company-section1 .section1-left {
  float: left;
  width: 50%;
  background: #3d8f9a;
  position: absolute;
  left: 0;
  height: 438px;
}
.company-section1 .section1-right {
  float: left;
  width: 50%;
  right: 0;
  position: absolute;
  height: 438px;
  background: url(../images/company-img2.jpg) 100% 100% no-repeat;
}
.company-section1 .section1-content {
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  height: 438px;
  position: absolute;
}
.company-section1 .section1-content .brand-proposition {
  width: 298px;
  height: 80px;
  background: #fff;
  margin-left: 571px;
  margin-top: 50px;
}
.company-section1 .section1-content .brand-proposition .title {
  padding-left: 46px;
  color: #3d8f9a;
  font-size: 36px;
  font-weight: bold;
}
.company-section1 .section1-content .brand-proposition .en-title {
  color: #3d8f9a;
  font-size: 18px;
  padding-left: 46px;
  display: block;
  margin-top: -5px;
}
.company-section1 .section1-content .opacity {
  filter: alpha(opacity=50);
  /* IE */
  -moz-opacity: 0.5;
  /* 老版Mozilla */
  -khtml-opacity: 0.5;
  /* 老版Safari */
  opacity: 0.5;
  /* 支持opacity的浏览器*/
}
.company-section1 .section1-content .section1-text2,
.company-section1 .section1-content .section1-text3 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.company-section1 .section1-content .section1-text1 {
  width: 574px;
  font-size: 16px;
  color: #fff;
  margin-top: 52px;
}
.company-section1 .section1-content .section1-text2 {
  margin-top: 44px;
}
.company-section2 {
  background: #f5f6fb;
  padding-top: 100px;
}
.company-section2 .section2-content {
  width: 1200px;
  margin: 0 auto;
}
.company-section2 .section2-content .left {
  float: left;
  width: 705px;
}
.company-section2 .section2-content .left .section2-title {
  font-size: 56px;
  color: #3d8f9a;
  margin-top: 20px;
}
.company-section2 .section2-content .left .section2-en {
  font-size: 20px;
  color: #909090;
}
.company-section2 .section2-content .right {
  float: right;
  width: 448px;
  height: 573px;
  background: url("../images/company-img4.png");
}
.company-section2 .section2-content .right p {
  margin-top: 44px;
  font-size: 18px;
  color: #3d8f9a;
  font-weight: bold;
}
.company-section2 .section2-content .right p span {
  font-size: 16px;
  display: block;
  color: #313131;
}
.company-section2 .section2-content .right p,
.company-section2 .section2-content .right span {
  margin-left: 40px;
}
.company-section2 .section2-content .right .first {
  margin-top: 126px;
}
.company-section3 {
  background: #fff;
  padding-bottom: 328px;
}
.company-section3 .section3-content {
  width: 1200px;
  margin: 0 auto;
}
.company-section3 .section3-content h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-top: 60px;
}
.company-section3 .section3-content .en-title {
  text-align: center;
  font-size: 18px;
}
.company-section3 .section3-content .company-line {
  width: 126px;
  margin: 18px auto 0;
  display: block;
}
.project-section1 {
  width: 1200px;
  margin: 0 auto;
}
.project-section1 h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-top: 60px;
}
.project-section1 .en-title {
  text-align: center;
  font-size: 18px;
}
.project-section1 .project-line {
  width: 126px;
  margin: 18px auto 0;
  display: block;
}
.project-section1 .section1-wrap {
  width: 1355px;
  margin-top: 63px;
}
.project-section1 .section1-wrap .imgcontent .active {
  background: url('../images/active-line.png') left bottom no-repeat;
  color: #40919d;
}
.project-section1 .section1-wrap .list:hover p {
  background: url('../images/active-line.png') left bottom no-repeat;
  color: #40919d;
}
.project-section1 .section1-wrap .list .case-img {
  overflow: hidden;
}
.project-section1 .section1-wrap .list .case-img img {
  transition: all .5s;
}
.project-section1 .section1-wrap .list .case-img:hover img {
  transform: scale(1.1);
}
.project-section1 .section1-wrap .left {
  width: 32.6%;
  float: left;
}
.project-section1 .section1-wrap .left p {
  font-size: 18px;
  height: 28px;
  margin-top: 18px;
  margin-bottom: 40px;
}
.project-section1 .section1-wrap .middle {
  width: 32.6%;
  float: left;
  margin-left: 1.1%;
}
.project-section1 .section1-wrap .middle p {
  font-size: 18px;
  height: 28px;
  margin-top: 18px;
  margin-bottom: 32px;
}
.project-section1 .section1-wrap .right {
  width: 32.6%;
  float: left;
  margin-left: 1.1%;
}
.project-section1 .section1-wrap .right p {
  font-size: 18px;
  height: 28px;
  margin-top: 18px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1680px) {
  .project-section1 .section1-wrap {
    width: 1200px;
  }
}
.bussiness-section1 {
  width: 1200px;
  margin: 0 auto;
}
.bussiness-section1 h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-top: 60px;
}
.bussiness-section1 .en-title {
  text-align: center;
  font-size: 18px;
}
.bussiness-section1 .bussiness-line {
  width: 126px;
  margin: 18px auto 0;
  display: block;
}
.bussiness-section1 .section1-wrap {
  margin-top: 58px;
  padding-bottom: 62px;
}
.bussiness-section1 .section1-wrap .advantage {
  width: 275px;
  height: 326px;
  background: #f5f6fb;
  float: left;
  margin-left: 33px;
  margin-bottom: 36px;
  text-align: center;
}
.bussiness-section1 .section1-wrap .advantage:hover {
  background: #3d8f9a;
}
.bussiness-section1 .section1-wrap .advantage:hover img {
  margin-top: 36px;
}
.bussiness-section1 .section1-wrap .advantage:hover .title {
  color: #fff;
}
.bussiness-section1 .section1-wrap .advantage:hover .subtitle {
  color: #fff;
}
.bussiness-section1 .section1-wrap .advantage:hover .number {
  display: none;
}
.bussiness-section1 .section1-wrap .advantage:hover .detail {
  display: block;
  padding: 0 32px;
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.bussiness-section1 .section1-wrap .advantage img {
  width: 40px;
  margin: 92px auto 0;
  display: block;
}
.bussiness-section1 .section1-wrap .advantage .title {
  font-size: 24px;
  font-weight: bold;
  color: #414141;
  text-align: center;
}
.bussiness-section1 .section1-wrap .advantage .subtitle {
  color: #424040;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
  margin: 6px auto 0;
  padding-bottom: 8px;
}
.bussiness-section1 .section1-wrap .advantage .number {
  color: #3d8f9a;
  font-size: 30px;
  text-align: center;
  margin-top: 12px;
}
.bussiness-section1 .section1-wrap .advantage .detail {
  display: none;
}
.bussiness-section1 .section1-wrap .join-advantage {
  float: left;
  margin-top: 66px;
  width: 275px;
}
.bussiness-section1 .section1-wrap .join-advantage p {
  font-size: 24px;
  color: #333333;
  background: url(../images/join-line.png) left bottom no-repeat;
  height: 44px;
}
.bussiness-section1 .section1-wrap .join-advantage span {
  margin-left: 10px;
  font-size: 16px;
}
.bussiness-section1 .section1-wrap .no-margin {
  margin-left: 0;
}
.bussiness-section2 {
  background: url(../images/bussiness-bg.jpg);
  width: 100%;
  height: 651px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #000;
}
.bussiness-section2 .section2-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 108px;
}
.bussiness-section2 .section2-content .support {
  margin-top: 65px;
  background: url(../images/join-line.png) left bottom no-repeat;
  font-size: 24px;
  color: #fff;
  height: 44px;
}
.bussiness-section2 .section2-content .support span {
  margin-left: 10px;
  font-size: 16px;
}
.bussiness-section2 .section2-content .support-box {
  position: absolute;
  top: 112px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1110px;
  border-bottom: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
}
.bussiness-section2 .section2-content .support-box .list {
  padding: 0 35px;
  float: left;
  width: 277px;
  height: 174px;
  border-top: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
}
.bussiness-section2 .section2-content .support-box .list:nth-child(1) {
  border-color: transparent;
}
.bussiness-section2 .section2-content .support-box .list:hover {
  transform: scale(1.1);
  border: none;
  background: #3d8f9a;
  border-radius: 5px;
}
.bussiness-section2 .section2-content .support-box .list:hover span {
  color: #FFF;
  border-color: #FFF;
}
.bussiness-section2 .section2-content .support-box .list:hover p {
  color: #FFF;
}
.bussiness-section2 .section2-content .support-box .list h2 {
  color: #FFF;
}
.bussiness-section2 .section2-content .support-box .list span {
  color: #3d8f9a;
  font-size: 36px;
  margin-right: 5px;
  border-bottom: 2px solid #3d8f9a;
}
.bussiness-section2 .section2-content .support-box .list p {
  color: #aaa;
}
.bussiness-section3 {
  padding-bottom: 94px;
}
.bussiness-section3 .section3-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 98px;
}
.bussiness-section3 .section3-content .condition-title {
  background: url(../images/condition-line.png) left bottom no-repeat;
  font-size: 24px;
  color: #333;
  height: 44px;
}
.bussiness-section3 .section3-content .condition-title span {
  margin-left: 10px;
  font-size: 16px;
}
.bussiness-section3 .section3-content .section3-wrap {
  margin-top: 36px;
}
.bussiness-section3 .section3-content .section3-wrap .condition {
  width: 385px;
  height: 171px;
  background: #f7f7fb;
  padding-top: 25px;
  float: left;
  margin-right: 22px;
  margin-bottom: 29px;
}
.bussiness-section3 .section3-content .section3-wrap .condition:hover {
  background: #539ca6;
}
.bussiness-section3 .section3-content .section3-wrap .condition:hover p {
  color: #ffffff;
}
.bussiness-section3 .section3-content .section3-wrap .condition .imgcontent {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  border: 1px dashed #ccc;
  border-radius: 50%;
}
.bussiness-section3 .section3-content .section3-wrap .condition img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
}
.bussiness-section3 .section3-content .section3-wrap .condition p {
  margin-top: 6px;
  text-align: center;
  color: #121212;
  font-size: 16px;
}
.bussiness-section3 .section3-content .section3-wrap .condition .active {
  background-position: 0 -100px;
}
.bussiness-section3 .section3-content .section3-wrap .no-margin {
  margin-right: 0;
}
.bussiness-section4 {
  background: #f5f6fb;
  padding-top: 94px;
}
.bussiness-section4 .section4-content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 94px;
}
.bussiness-section4 .section4-content .process-title {
  background: url(../images/join-line.png) left bottom no-repeat;
  font-size: 24px;
  color: #333;
  height: 44px;
}
.bussiness-section4 .section4-content .process-title span {
  margin-left: 10px;
  font-size: 16px;
}
.bussiness-section4 .section4-content .section4-wrap .process {
  float: left;
}
.bussiness-section4 .section4-content .section4-wrap .process img {
  width: 46px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.bussiness-section4 .section4-content .section4-wrap .process p {
  text-align: center;
}
.bussiness-section4 .section4-content .section4-wrap .process .process-border {
  border: 1px solid #5f5d5d;
  padding: 20px 10px;
  margin-top: 20px;
  width: 275px;
  height: 113px;
}
.bussiness-section4 .section4-content .section4-wrap .process .process-border .title {
  font-size: 18px;
  font-weight: bold;
  color: #3d8f9a;
}
.bussiness-section4 .section4-content .section4-wrap .process-right {
  float: left;
}
.bussiness-section4 .section4-content .section4-wrap .process-down {
  float: right;
  margin-right: 121px;
  margin-top: 30px;
  margin-bottom: 22px;
}
.product-section1 .section1-content {
  width: 1200px;
  margin: 0 auto;
}
.product-section1 .section1-content h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-top: 60px;
}
.product-section1 .section1-content .en-title {
  text-align: center;
  font-size: 18px;
}
.product-section1 .section1-content .bussiness-line {
  width: 126px;
  margin: 18px auto 0;
  display: block;
}
.product-section1 .section1-content .section1-wrap .xilie {
  width: 822px;
  margin: 58px auto 0;
}
.product-section1 .section1-content .section1-wrap .xilie span {
  font-size: 16px;
}
.product-section1 .section1-content .section1-wrap .xilie span a {
  color: #000;
}
.product-section1 .section1-content .section1-wrap .xilie span a:hover {
  color: #3d8f9a;
}
.product-section1 .section1-content .section1-wrap .xilie .space {
  margin: 0 30px;
  display: inline-block;
}
.product-section1 .section1-content .section1-wrap .xilie .active a {
  color: #3d8f9a;
}
.product-section1 .section1-content .section1-wrap .imgcontent {
  margin-top: 58px;
}
.product-section1 .section1-content .section1-wrap .imgcontent .product {
  float: left;
  width: 31.9%;
  background: url('../images/product-bg.jpg');
  margin-right: 2.15%;
  margin-bottom: 70px;
}
.product-section1 .section1-content .section1-wrap .imgcontent .product p {
  margin-top: 264px;
  height: 66px;
  background: #fff;
  border-bottom: 1px solid #b6b6b6;
  color: #282828;
  font-size: 16px;
  padding-left: 42px;
  padding-top: 27px;
}
.product-section1 .section1-content .section1-wrap .imgcontent .product .active {
  color: #fff;
  background-color: transparent;
  border-bottom: 0px;
}
.product-section1 .section1-content .section1-wrap .imgcontent .no-margin {
  margin-right: 0;
}
.particle-section1 .section1-content {
  width: 1200px;
  margin: 0 auto;
}
.particle-section1 .section1-content h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-top: 60px;
}
.particle-section1 .section1-content .en-title {
  text-align: center;
  font-size: 18px;
}
.particle-section1 .section1-content .bussiness-line {
  width: 126px;
  margin: 18px auto 0;
  display: block;
}
.particle-section1 .section1-content .property {
  margin-top: 86px;
}
.particle-section1 .section1-content .property .left {
  float: left;
  width: 550px;
}
.particle-section1 .section1-content .property .right {
  float: right;
  width: 600px;
}
.particle-section1 .section1-content .property .right .title {
  color: #3d8f9a;
  font-size: 24px;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 28px;
}
.particle-section1 .section1-content .property .right .detail {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.particle-section1 .section1-content .parameters {
  border-bottom: 1px solid #3d8f9a;
  margin-top: 82px;
  margin-bottom: 31px;
}
.particle-section1 .section1-content .parameters .para {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #3d8f9a;
  text-align: center;
  padding: 10px 29px;
  font-size: 20px;
}
.particle-section1 .section1-content .parameters .en {
  font-size: 20px;
  color: #b1b1b1;
  margin-left: 10px;
}
.particle-section1 .section1-content .intro {
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 25px;
  color: #2f2f2f;
}
.particle-section1 .section1-content .intro .space {
  width: 284px;
  display: inline-block;
}
.particle-section1 .section1-content .details {
  border-bottom: 1px solid #3d8f9a;
  margin-top: 82px;
  margin-bottom: 31px;
}
.particle-section1 .section1-content .details .deta {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #3d8f9a;
  text-align: center;
  padding: 10px 29px;
  font-size: 20px;
}
.particle-section1 .section1-content .details .en {
  font-size: 20px;
  color: #b1b1b1;
  margin-left: 10px;
}
.particle-section1 .section1-content .details-wrap {
  margin-bottom: 106px;
}
.particle-section1 .section1-content .details-wrap .imgcontent {
  float: left;
  width: 364px;
  margin-right: 54px;
}
.particle-section1 .section1-content .details-wrap .imgcontent .img {
  overflow: hidden;
}
.particle-section1 .section1-content .details-wrap .imgcontent .img img {
  transition: all .5s;
}
.particle-section1 .section1-content .details-wrap .imgcontent .img:hover img {
  transform: scale(1.2);
}
.particle-section1 .section1-content .details-wrap .imgcontent p {
  text-align: center;
  margin-top: 16px;
}
.particle-section1 .section1-content .details-wrap .no-margin {
  margin-right: 0;
}
.particle-section1 .section1-content .option-color {
  border-bottom: 1px solid #3d8f9a;
  margin-top: 82px;
  margin-bottom: 31px;
}
.particle-section1 .section1-content .option-color .option {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #3d8f9a;
  text-align: center;
  padding: 10px 29px;
  font-size: 20px;
}
.particle-section1 .section1-content .option-color .en {
  font-size: 20px;
  color: #b1b1b1;
  margin-left: 10px;
}
.particle-section1 .section1-content .option-img {
  padding-bottom: 80px;
}
.particle-section1 .section1-content .option-img img {
  width: 822px;
  margin: 62px auto 0;
  display: block;
}
.news-section1 .section1-content {
  width: 1200px;
  margin: 0 auto;
}
.news-section1 .section1-content h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-top: 60px;
}
.news-section1 .section1-content .en-title {
  text-align: center;
  font-size: 18px;
}
.news-section1 .section1-content .bussiness-line {
  width: 126px;
  margin: 18px auto 0;
  display: block;
}
.news-section1 .section1-content .news-wrap {
  padding-top: 56px;
}
.news-section1 .section1-content .news-wrap .imgcontent {
  position: relative;
  margin-left: 33px;
  width: 377px;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-section1 .section1-content .news-wrap .imgcontent:nth-child(3n + 1) {
  margin-left: 0;
}
.news-section1 .section1-content .news-wrap .imgcontent:hover .info {
  position: absolute;
  width: 100%;
  height: 254px;
  top: 0;
  background: #3d8f9a;
  border-radius: 5px;
}
.news-section1 .section1-content .news-wrap .imgcontent:hover .info h2 {
  padding: 60px 25px 20px;
  color: #FFF;
}
.news-section1 .section1-content .news-wrap .imgcontent:hover .info p {
  color: #FFF;
}

.news-section1 .section1-content .news-wrap .imgcontent img {
  border-radius: 5px;
}
.news-section1 .section1-content .news-wrap .imgcontent a {
  display: block;
  height: 100%;
}
.news-section1 .section1-content .news-wrap .imgcontent h2 {
  padding: 16px 25px 0;
  color: #3d8f9a;
}
.news-section1 .section1-content .news-wrap .imgcontent p {
  padding: 0 25px;
  color: #1f1f1f;
}
.news-section1 .section1-content .news-wrap .imgcontent .news_date{
  color: #999;
  padding-top: 15px;
}
.news-section1 .section1-content .news-wrap .imgcontent:hover .news_date{
  color: #FFF;
  padding-top: 15px;
}

.news-section1 .section1-content .news-wrap .imgcontent span {
  position: absolute;
  right: 20px;
  bottom: 5px;
}

.news-section1 .section1-content .news-wrap .imgcontent:hover .info span {
  color: #FFF;
  bottom: 65px;
}

.news-section1 .section1-content .new-content .title {
  margin-top: 54px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}
.news-section1 .section1-content .new-content .title h2 {
  color: #393939;
  font-size: 30px;
}
.news-section1 .section1-content .new-content .content {
  padding: 30px 0;
}
.contact-section1 .section1-content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.contact-section1 .section1-content h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-top: 60px;
}
.contact-section1 .section1-content .en-title {
  text-align: center;
  font-size: 18px;
}
.contact-section1 .section1-content .bussiness-line {
  width: 126px;
  margin: 18px auto 0;
  display: block;
}
.contact-section1 .section1-content .map {
  padding: 30px 0;
}
.contact-section1 .section1-content .info-list {
  padding-bottom: 30px;
}
.contact-section1 .section1-content .info-list .list {
  width: 25%;
  float: left;
  text-align: center;
}
.contact-section1 .section1-content .info-list .list img {
  position: relative;
  left: 10px;
}
.contact-section1 .section1-content .form {
  padding-bottom: 42px;
}
.contact-section1 .section1-content .form .list {
  position: relative;
  float: left;
  width: 30%;
}
.contact-section1 .section1-content .form .list::after {
  content: '*';
  color: #F00;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 20px;
}
.contact-section1 .section1-content .form .list + .list {
  margin-left: 5%;
}
.contact-section1 .section1-content .form .list input {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  width: 90%;
}
.contact-section1 .section1-content .form .textarea {
  float: left;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.contact-section1 .section1-content .form .textarea::after {
  content: '*';
  color: #F00;
  position: absolute;
  right: 20px;
  top: 100px;
  font-size: 20px;
}
.contact-section1 .section1-content .form .textarea textarea {
  width: 97%;
  border: 2px solid #ddd;
}
.contact-section1 .section1-content .form .sms {
  position: relative;
  float: left;
  width: 168px;
  margin-top: 20px;
}
.contact-section1 .section1-content .form .sms::after {
  content: '*';
  color: #F00;
  position: absolute;
  right: 5px;
  top: 15px;
  font-size: 20px;
}
.contact-section1 .section1-content .form .sms input {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  width: 90%;
}
.contact-section1 .section1-content button {
  margin-top: 10px;
  width: 150px;
  height: 46px;
  line-height: 46px;
  background: #dc251d;
  border: 0;
  color: #FFF;
}
