/*
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/

/* @font-face {
    font-family: 微软雅黑;
    src: url("../fonts/微软雅黑.woff");
} */

/*
--------------------------
- Default Typography
--------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: '微软雅黑', sans-serif;
    font-weight: 700;
    color: #303030;
    letter-spacing: 0px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: '微软雅黑', sans-serif;
}
h1 {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0px;
}
h2 {
    font-size: 28px;
    line-height: 40px;
}
h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
}
h4 {
    font-size: 16px;
    line-height: 27px;
}
h5 {
    font-size: 14px;
    line-height: 28px;
}
h6 {
    font-size: 12px;
    line-height: 28px;
}
p {
    margin: 0 0 20px;
    font-family: '微软雅黑', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #606060;
    letter-spacing: 0px;
    line-height: 28px;
}
p img {
    margin: 0;
}
span {
    font-family: '微软雅黑', sans-serif;
    letter-spacing: 0px;
}

/* em and strong */

em {
    font: 15px/30px;
}
strong,
b {
    font: 15px/30px;
}
small {
    font-family: '微软雅黑', sans-serif;
    font-weight: 300;
    color: #606060;
    font-size: 12px;
    line-height: inherit;
    letter-spacing: 0px;
}

/*  blockquotes */

blockquote {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    padding: 30px 50px 40px;
    position: relative;
    margin-bottom: 25px;
    border: 0px;
}
blockquote p:after {
    font-family: FontAwesome;
    content: "\f10e";
    color: #dddddd;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    position: relative;
    ;
    top: 15px;
    right: -40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
blockquote p {
    font-family: '微软雅黑', sans-serif!important;
    font-size: 14px!important;
    font-weight: 300!important;
    font-style: italic;
    line-height: 29px!important;
    letter-spacing: 0;
    color: #606060!important;
    padding: 0;
    position: relative;
}
blockquote cite {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
    color: #0b0b0b;
    border: none
}

/* abbreviations */

abbr {
    color: #606060;
    font-family: '微软雅黑', sans-serif;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .6px;
}
abbr:hover {
    cursor: help;
}
a,
a:visited {
    text-decoration: none;
    font-family: '微软雅黑', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #07aca7;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: 0;
}
a:hover,
a:active,
a:focus {
    color: #07aca7!important;
    text-decoration: none;
    outline: 0;
}
p a,
p a:visited {
    line-height: inherit;
    outline: 0;
}

/* list */

ul,
ol {
    margin-bottom: 24px;
    margin-top: 12px;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc {
    list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 6px 0 6px 30px;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 6px;
}
li {
    line-height: 18px;
    margin-bottom: 12px;
    letter-spacing: 0px;
}
ul.large li {}
li p {}

/* definition list */

dl {
    margin: 12px 0;
}
dt {
    margin: 0;
    color: #11ABB0;
}
dd {
    margin: 0 0 0 20px;
}

/*
--------------------------
- Custom Typography
--------------------------
*/

.text-bold {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
}
.section-title-area-1 {
    width: 100%;
    height: auto;
    margin: 55px 0px 25px;
}
.section-title-area-2 {
    width: 100%;
    height: auto;
    margin: 17px 0px 50px;
}
.section-title-area-3 {
    width: 335px;
    height: 100%;
    text-align: center;
    -webkit-transform: translate(-105px, 65%) rotate(-90deg);
    -moz-transform: translate(-105px, 65%) rotate(-90deg);
    -o-transform: translate(-105px, 65%) rotate(-90deg);
    transform: translate(-105px, 65%) rotate(-90deg);
}
.section-title-area-3 p {
    width: 330px;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
}
.section-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 2px;
    color: #303030;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 18px;
}
.section-title-area-4 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 57px;
}
.section-title-area-4 p {
    width: 800px;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
}
.section-title-area-5 {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 57px;
}
.section-title-area-5 p {
    width: 800px;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
    padding-bottom: 15px;
}
.section-title-area-6 {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 57px;
}
.section-title-area-6 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
    padding-bottom: 15px;
}
.section-title-area-7 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0px;
}
.section-title-area-8 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}
.section-title-area-8 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
}
.section-title-area-9 {
    width: 100%;
    height: auto;
    text-align: right;
    margin-bottom: 57px;
}
.section-title-area-9 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
    padding-bottom: 15px;
}
.section-title-area-10 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    background-color:#eee;
    /* border: 1px solid #ddd; */
}
.section-title-area-10 > [class*='col-'] {
            padding-right: 2.5px;
            padding-left: 2.5px;
}
.section-title-area-10 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
    padding: 30px 30px;
}
.section-title-area-10 h2 {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 28px;
    letter-spacing: 0;
    padding: 80px 30px 0px;
}
.section-title-area-10 h4 {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 15px;
    letter-spacing: 0;
    color: #606060;
    text-align: left;
    padding: 80px 50px 0px;
}
.section-title-area-11 {
    width: 100%;
    height: auto;
    text-align: left;
}
.section-title-area-11 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
    padding: 15px;
}
.section-title-area-11 h2 {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 28px;
    letter-spacing: 0;
    padding: 15px;
    text-align: center;
}
.section-title-area-11 h4 {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
    padding: 30px 15px 15px;
}
.section-title-area-12 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 57px;
}
.section-title-area-12 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #ffffff;
    text-align: left;
}
.section-title-area-12 h2 {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 28px;
    letter-spacing: 0;
    color: #ffffff;
    padding: 15px;
}
.section-title-area-13 {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    background-image: url('../img/shzr_08.png');
}
.section-title-area-13 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #ffffff;
    padding: 100px 50px 102px 50px;
}
.section-title-area-14 {
    width: 100%;
    height: auto;
    text-align: center;
}
.section-title-area-15 {
    width: 100%;
    height: auto;
    text-align: center;
}
.section-title-area-15 p {
    width: 800px;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
}
.section-title-area-16 {
    width: 100%;
    height: auto;
    text-align: left;
}
.section-title-area-16 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
    padding: 15px;
}
.section-title-area-16 h2 {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 40px;
    letter-spacing: 0;
    padding: 15px;
    text-align: left;
}
.section-title-area-16 h4 {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
    padding: 60px 15px 0px;
}
.section-title-area-17 {
    width: 100%;
    height: auto;
    text-align: left;
}
.section-title-area-17 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
    padding: 15px;
}
.section-title-area-17 h3 {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 28px;
    letter-spacing: 0;
    padding: 15px;
}
.section-title-area-18 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
.section-title-area-18 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    color: #606060;
}
.section-title-area-18 span {
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0;
    color: #08ada7;
}
.section-title-area-18 > [class*='col-'] {
    padding-right: 2.5px;
    padding-left: 2.5px;
}
.section-title-area-19 {
    width: 100%;
    height: auto;
    text-align: left;
}
.section-title-area-19 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #606060;
    padding: 10px;
}
.section-title-area-19 h2 {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 40px;
    letter-spacing: 0;
    padding: 10px;
    text-align: left;
}
.section-title-area-19 h3 {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 28px;
    letter-spacing: 0;
    padding: 5px 10px;
}
.section-title-area-20 {
    width: 750px;
    height: auto;
    text-align: center;
    margin: auto;
}
.section-title-area-20 > [class*='col-'] {
    padding-right: 2.5px;
    padding-left: 2.5px;
}
.section-title-area-21 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 5px;
    margin-bottom: 57px;
}
.section-title-area-21 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #606060;
}
.section-title-area-21 img {
  width: 100%;
  height: auto;
  margin: auto;
}
.section-title-area-21 h3 {
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.section-title-area-21 [class*='col-'] {
    padding-right: 1px;
    padding-left: 1px;
}
.section-title22 {
  margin: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.section-title-area-22 {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #f4f4f4;
    padding: 40px 5px 40px 5px;
}
.section-title-area-22 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #666666;
}
.section-title-area-22 > [class*='col-'] {
    padding-right: 2.5px;
    padding-left: 2.5px;
}
.section-title-area-23 {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0px 5px;
    margin-bottom: 57px;
}
.section-title-area-23 p {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #606060;
}
.section-title-area-23 > [class*='col-'] {
    padding-right: 2.5px;
    padding-left: 2.5px;
}
.fun-fact-itemmobile {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 10px;
}
.fun-fact-itemmobile img {
    margin-top: -20px;
    margin-bottom: 5px;
}
.counter-numbermobile {}
.fun-fact-itemmobile span {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    color: #08ada7;
}
.fun-fact-itemmobile p {
    font-size: 16px;
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #606060;
    margin: 0;
}
