/*
*鍚痉鐣欏pc绔綉绔欏叕鐢ㄧ粨鏋勬牱寮�
Author:richerliu 
Date: 2017-09-25
*/

/***************************鍏叡缁勪欢鏍峰紡鎺у埗***************************/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, b, i, dl, dt, dd, ul, li, pre {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  _font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#nav, #header, #menu, #section {
  display: block;
}

#nav, #header, #menu {
  width: 100%;
}

ul, li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none
}

ul, ol {
  padding-left: 0;
  list-style-type: none;
}

img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

em, i {
  font-style: normal
}

button {
  cursor: pointer
}

.fix {
  *zoom: 1;
}

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

input {
  outline: none
}

.clear {
  clear: both
}

input::-webkit-input-placeholder {
  color: #adacac
}

.elips {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -o-text-overflow: ellipsis
}

.elip {
  white-space: nowrap;
  overflow: hidden;
}

.mb10 {
  margin-bottom: 10px
}

.mb20 {
  margin-bottom: 20px
}

.mb35 {
  margin-bottom: 35px
}

.mb22 {
  margin-bottom: 22px;
}
.mt70{
  margin-top: 70px !important;
}
.mt60{
  margin-top: 60px !important;
}

body {
  line-height: 22px;
  font-size: 16px;
  color: #383e4f;
  font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
}
h1,h2,h3,h4,h5{
  font-family: Raleway;
  font-style: normal;
  font-size: 24px;
}
p{
  font-size: 16px;
  line-height: 28px;
}
a:link {
  color: #000;
  text-decoration: none
}

a:visited {
  color: #000;
}

a:active {
  color: #49555e;
}
.flex {
  display: flex;
}
.flex-justify-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-all{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
ul {
  list-style: none;
}
.containers {
  max-width: 1200px;
  margin: 0 auto;
}

.title_en img{
    width: 32px;
    margin-bottom: 15px;
    display: block;
    margin:0 auto;
}
.title_en h1{
    font-weight: 600;
    font-size: 44px;
    color: #333333;
    /* text-transform: uppercase; */
    text-align: center;
    margin-top: 30px;
    line-height: 50px;
}
.footer-bot {
    background-color: #2C384A;
    padding: 20px 0;
    color:#C7CCD4;
    text-align: center;
}