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

i, address, cite, dfn, em, var { font-style: normal; }

a { color: #333; }
a:hover { color: #ccba9a; }

p { padding: 0; margin: 0; }

img { width: 100%; }

@-webkit-keyframes transform11 { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  100% { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } }
@keyframes transform11 { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
  100% { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } }
@-webkit-keyframes transform11_out { 0% { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } }
@keyframes transform11_out { 0% { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } }
.section12 .row2 img { -webkit-animation: transform11_out .5s linear forwards; animation: transform11_out .5s linear forwards; }
.section12 .row2 img:hover { -webkit-animation: transform11 .5s linear forwards; animation: transform11 .5s linear forwards; }

@-webkit-keyframes btn_hover_in { 0% { background-color: #ccba9a; color: #000000; }
  100% { background-color: #000; color: #fff; } }
@keyframes btn_hover_in { 0% { background-color: #ccba9a; color: #000000; }
  100% { background-color: #000; color: #fff; } }
@-webkit-keyframes btn_hover_out { 0% { background-color: #000; color: #fff; }
  100% { background-color: #ccba9a; color: #000000; } }
@keyframes btn_hover_out { 0% { background-color: #000; color: #fff; }
  100% { background-color: #ccba9a; color: #000000; } }
.section13 .btn-about span { -webkit-animation: btn_hover_out .3s linear forwards; animation: btn_hover_out .3s linear forwards; }
.section13 .btn-about span:hover { -webkit-animation: btn_hover_in .3s linear forwards; animation: btn_hover_in .3s linear forwards; }

@-webkit-keyframes btn_hover_in2 { 0% { background-color: transparent; color: #ccba9a; }
  100% { background-color: #ccba9a; color: #fff; } }
@keyframes btn_hover_in2 { 0% { background-color: transparent; color: #ccba9a; }
  100% { background-color: #ccba9a; color: #fff; } }
@-webkit-keyframes btn_hover_out2 { 0% { background-color: #ccba9a; color: #fff; }
  100% { background-color: transparent; color: #ccba9a; } }
@keyframes btn_hover_out2 { 0% { background-color: #ccba9a; color: #fff; }
  100% { background-color: transparent; color: #ccba9a; } }
.section15 span { -webkit-animation: btn_hover_out2 .3s linear forwards; animation: btn_hover_out2 .3s linear forwards; }
.section15 span:hover { -webkit-animation: btn_hover_in2 .3s linear forwards; animation: btn_hover_in2 .3s linear forwards; }

@-webkit-keyframes over_opicity_out { 0% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes over_opicity_out { 0% { opacity: 1; }
  100% { opacity: 0; } }
@-webkit-keyframes over_opicity_in { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes over_opicity_in { 0% { opacity: 0; }
  100% { opacity: 1; } }
.section15 .over, .section52 .box1 .over, .section62 .img2 { -webkit-animation: over_opicity_out .3s linear forwards; animation: over_opicity_out .3s linear forwards; }
.section15 .over:hover, .section52 .box1 .over:hover, .section62 .img2:hover { -webkit-animation: over_opicity_in .3s linear forwards; animation: over_opicity_in .3s linear forwards; }

.btn-what { float: right; font-family: Arial; font-weight: bold; border: #ede7dc 1px solid; display: block; padding: .5em 1em; font-size: 20px; color: #a9a9a9; }
.btn-what i { color: #ede7dc; }

@-webkit-keyframes btn_hover_what_in2 { 0% { background-color: transparent; color: #a9a9a9;
    i { color: #ede7dc; } }
  100% { background-color: #ccba9a; color: #ede7dc;
    i { color: #a9a9a9; } } }
@keyframes btn_hover_what_in2 { 0% { background-color: transparent; color: #a9a9a9;
    i { color: #ede7dc; } }
  100% { background-color: #ccba9a; color: #ede7dc;
    i { color: #a9a9a9; } } }
@-webkit-keyframes btn_hover_what_out2 { 0% { background-color: #ccba9a; color: #ede7dc;
    i { color: #a9a9a9; } }
  100% { background-color: transparent; color: #a9a9a9;
    i { color: #ede7dc; } } }
@keyframes btn_hover_what_out2 { 0% { background-color: #ccba9a; color: #ede7dc;
    i { color: #a9a9a9; } }
  100% { background-color: transparent; color: #a9a9a9;
    i { color: #ede7dc; } } }
.section34 .btn-what { -webkit-animation: btn_hover_what_out2 .3s linear forwards; animation: btn_hover_what_out2 .3s linear forwards; }
.section34 .btn-what:hover { -webkit-animation: btn_hover_what_in2 .3s linear forwards; animation: btn_hover_what_in2 .3s linear forwards; }
.section34 .btn-what:hover i { color: #a9a9a9; }

.navbar-default { border: none; padding: 0; margin: 0; overflow: hidden; }

.navbar-nav { width: 100%; display: inline-block; text-align: center; }
.navbar-nav li { display: inline-block; float: none; position: relative; }
.navbar-nav li a { color: #cccccc !important; }
.navbar-nav .line { display: block; width: 0%; border-top: #eee 1px solid; left: 50%; position: absolute; bottom: 0; height: 3px; background-color: #ccba9a; }

@media (max-width: 768px) { .navbar-brand { width: 80px; height: 56px; padding: 5px; margin-left: 10px; }
  .navbar-brand img { width: 100%; height: 100%; }
  .navbar-collapse { padding: 0; margin: 0; }
  .navbar-nav { background-color: rgba(255, 255, 255, 0.7); margin: 0; }
  .navbar-nav li { display: block; width: 100%; margin: 0; border-top: #eee 1px solid; }
  .navbar-nav li:first-child { border: none; } }
@media (min-width: 768px) { .navbar-nav li { margin-left: 10px; margin-right: 10px; font-size: 16px; }
  .navbar-nav .logo img { width: 100px; height: 70px; } }
@media (min-width: 992px) { .navbar-nav li { margin-left: 30px; margin-right: 30px; font-size: 18px; }
  .navbar-nav .logo img { width: 120px; height: 85px; } }
@media (min-width: 1200px) { .navbar-nav li { margin-left: 50px; margin-right: 50px; font-size: 20px; }
  .navbar-nav .logo img { width: 149px; height: 105px; } }
.navbar1 { top: 0; position: absolute; }
.navbar1 .navbar-nav li a { color: #cccccc !important; }
.navbar1 .navbar-nav li a:hover { color: #fff !important; }
.navbar1 .navbar-nav li a.on { color: #000 !important; }

@media (max-width: 768px) { .navbar1 { position: fixed; }
  .navbar1 .navbar-nav li a { color: #666 !important; }
  .navbar1 .navbar-nav li a:hover { color: #fff !important; }
  .navbar1 .navbar-nav li a.on { color: #000 !important; } }
.navbar2 { top: 0; position: fixed; }
.navbar2 .navbar-nav li a { color: #cccccc !important; }

@media (min-width: 768px) { .navbar2 { position: absolute; }
  .navbar2 .navbar-nav li a { color: #828384 !important; }
  .navbar2 .navbar-nav li a:hover { color: #000 !important; }
  .navbar2 .navbar-nav .logo a:hover { border: none; }
  .navbar2 .navbar-nav li.active { background-color: transparent !important; }
  .navbar2 .navbar-nav li.active a { color: #000 !important; background-color: transparent !important; } }
footer { background-color: #202020; position: relative; }
footer .container { padding-top: 30px; color: #616262; font-size: 12px; line-height: 1.3em; }
footer .info { width: 100%; position: relative; margin-bottom: 20px; border-bottom: #616262 1px solid; padding-bottom: 5px; }
footer .code { position: absolute; bottom: 10px; right: 0; width: 60px; height: 60px; }
footer .backtop { position: absolute; right: 10px; top: 20px; }
footer .backtop img { display: block; }

@media (min-width: 768px) { footer .container { padding-top: 50px; font-size: 14px; }
  footer .info { margin-bottom: 30px; padding-bottom: 15px; }
  footer .code { bottom: 15px; width: 70px; height: 70px; }
  footer .backtop img { width: 30px; height: 30px; } }
@media (min-width: 992px) { footer .container { padding-top: 70px; font-size: 16px; }
  footer .info { margin-bottom: 40px; padding-bottom: 15px; }
  footer .code { bottom: 15px; width: 80px; height: 80px; }
  footer .backtop img { width: 40px; height: 40px; } }
@media (min-width: 1200px) { footer .container { padding-top: 100px; font-size: 18px; }
  footer .backtop img { width: 52px; height: 52px; } }
.swiper-container { width: 100%; height: 100%; }

.swiper-slide { text-align: center; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }

.swiper-slide img { width: 100%; height: 100%; }

.swiper-container3 .swiper-button-prev, .swiper-container3 .swiper-button-next, .swiper-container3-2 .swiper-button-prev, .swiper-container3-2 .swiper-button-next { background: none; width: 60px; }
.swiper-container3 .swiper-button-prev:hover, .swiper-container3 .swiper-button-next:hover, .swiper-container3-2 .swiper-button-prev:hover, .swiper-container3-2 .swiper-button-next:hover { opacity: .8; }
.swiper-container3 .swiper-slide, .swiper-container3-2 .swiper-slide { position: relative; }
.swiper-container3 .swiper-slide img, .swiper-container3-2 .swiper-slide img { width: 100%; height: 100%; display: block; }
.swiper-container3 .swiper-slide .over, .swiper-container3-2 .swiper-slide .over { position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.2); color: #fff; width: 100%; height: 100%; font-weight: normal; padding: 1em; }
.swiper-container3 .swiper-slide .over b, .swiper-container3-2 .swiper-slide .over b { display: block; text-align: left; font-weight: normal; width: 100%; overflow: hidden; font-size: 16px; }
.swiper-container3 .swiper-slide .over i, .swiper-container3-2 .swiper-slide .over i { display: block; width: 100%; text-align: left; font-family: "Arial"; font-weight: bold; font-size: 12px; }
.swiper-container3 .swiper-slide .over span, .swiper-container3-2 .swiper-slide .over span { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); position: absolute; left: 1em; bottom: .5em; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; font-size: 16px; }
.swiper-container3 .swiper-slide:hover .over, .swiper-container3-2 .swiper-slide:hover .over { opacity: 0; }

@media (min-width: 768px) { .swiper-container3 .swiper-button-prev, .swiper-container3 .swiper-button-next, .swiper-container3-2 .swiper-button-prev, .swiper-container3-2 .swiper-button-next { width: 70px; }
  .swiper-container3 .swiper-slide, .swiper-container3-2 .swiper-slide { font-size: 12px; }
  .swiper-container3 .swiper-slide .over, .swiper-container3-2 .swiper-slide .over { padding: 1em; }
  .swiper-container3 .swiper-slide .over b, .swiper-container3-2 .swiper-slide .over b { font-size: 18px; }
  .swiper-container3 .swiper-slide .over i, .swiper-container3-2 .swiper-slide .over i { font-size: 14px; }
  .swiper-container3 .swiper-slide .over span, .swiper-container3-2 .swiper-slide .over span { font-size: 18px; } }
@media (min-width: 992px) { .swiper-container3 .swiper-button-prev, .swiper-container3 .swiper-button-next, .swiper-container3-2 .swiper-button-prev, .swiper-container3-2 .swiper-button-next { width: 80px; }
  .swiper-container3 .swiper-slide, .swiper-container3-2 .swiper-slide { font-size: 16px; }
  .swiper-container3 .swiper-slide .over, .swiper-container3-2 .swiper-slide .over { padding: 1em; }
  .swiper-container3 .swiper-slide .over b, .swiper-container3-2 .swiper-slide .over b { font-size: 24px; }
  .swiper-container3 .swiper-slide .over i, .swiper-container3-2 .swiper-slide .over i { font-size: 18px; }
  .swiper-container3 .swiper-slide .over span, .swiper-container3-2 .swiper-slide .over span { font-size: 24px; } }
@media (min-width: 1200px) { .swiper-container3 .swiper-button-prev, .swiper-container3 .swiper-button-next, .swiper-container3-2 .swiper-button-prev, .swiper-container3-2 .swiper-button-next { width: 100px; }
  .swiper-container3 .swiper-slide, .swiper-container3-2 .swiper-slide { font-size: 20px; }
  .swiper-container3 .swiper-slide .over, .swiper-container3-2 .swiper-slide .over { padding: 1em; }
  .swiper-container3 .swiper-slide .over b, .swiper-container3-2 .swiper-slide .over b { font-size: 30px; }
  .swiper-container3 .swiper-slide .over i, .swiper-container3-2 .swiper-slide .over i { font-size: 24px; }
  .swiper-container3 .swiper-slide .over span, .swiper-container3-2 .swiper-slide .over span { font-size: 30px; } }
/* ----------------------------------------------------------------------main-------------------------------------------------------------------- */
body { overflow-x: hidden; }

.revealOnScroll { opacity: 0; }

.section11 .scroll-tips1 { position: absolute; bottom: 10%; left: 50%; z-index: 999; -webkit-animation-iteration-count: 5; animation-iteration-count: 5; }
.section11 .scroll-tips1 img { width: 100%; height: 100%; }

@media (min-width: 768px) { .section11 .scroll-tips1 { width: 30px; height: 30px; margin-left: -15px; } }
@media (min-width: 992px) { .section11 .scroll-tips1 { width: 40px; height: 40px; margin-left: -20px; } }
@media (min-width: 1200px) { .section11 .scroll-tips1 { width: 52px; height: 52px; margin-left: -26px; } }
.section12 { background-color: #efefef; }
.section12 .container { padding: 10px 0 30px 0; }
.section12 .title { padding: 20px 0; }
.section12 .img { display: block; overflow: hidden; width: 100%; height: 100%; }
.section12 b { display: block; color: #000000; letter-spacing: 2px; margin-top: .5em; font-weight: normal; font-size: 14px; }
.section12 small { color: #a4a3a3; font-size: 12px; }

@media (min-width: 768px) { .section12 .container { padding: 30px 0 50px 0; }
  .section12 .title { padding: 20px 0; }
  .section12 b { font-size: 16px; }
  .section12 small { font-size: 14px; } }
@media (min-width: 992px) { .section12 .container { padding: 60px 0 80px 0; }
  .section12 .title { padding: 20px 0; }
  .section12 b { font-size: 20px; }
  .section12 small { font-size: 16px; } }
@media (min-width: 1200px) { .section12 .container { padding: 90px 0 110px 0; }
  .section12 .title { padding: 20px 0; }
  .section12 b { font-size: 24px; }
  .section12 small { font-size: 18px; } }
.section13 { background: #fff url(../images/banner12.jpg) center center no-repeat; background-size: 100% 100%; }
.section13 .btn-about span { width: 40%; line-height: 3em; color: #000; display: block; text-align: center; background-color: #ccba9a; position: absolute; left: 5%; bottom: 20%; letter-spacing: 2px; font-weight: bold; }

@media (min-width: 768px) { .section13 { background-size: 1200px 506px; }
  .section13 .btn-about span { font-size: 14px; width: 30%; } }
@media (min-width: 992px) { .section13 { background-size: 1600px 675px; }
  .section13 .btn-about span { font-size: 16px; } }
@media (min-width: 1200px) { .section13 { background-size: 1920px 810px; }
  .section13 .btn-about span { font-size: 18px; } }
.section14 { background-color: #efefef; }
.section14 .container { padding: 20px 0; }

@media (min-width: 768px) { .section14 .container { padding: 40px 0; } }
@media (min-width: 992px) { .section14 .container { padding: 60px 0; } }
@media (min-width: 1200px) { .section14 .container { padding: 80px 0; } }
.section15 { background-color: #efefef; }
.section15 .container { padding-bottom: 30px; }
.section15 .part1 { padding: 5px 0; }
.section15 .part1 > div, .section15 .part2 > div { padding: 0; }
.section15 .part2 > div { position: relative; }
.section15 .over { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); position: absolute; left: 0; top: 0; color: #fff; padding-top: 20%; }
.section15 .over:hover { color: #fff; }
.section15 i { display: block; width: 100%; text-align: center; text-transform: uppercase; font-size: .6em; }
.section15 b { display: block; width: 100%; text-align: center; letter-spacing: 1px; font-weight: normal; }
.section15 span { width: 80%; line-height: 2.8em; display: block; margin: .5em auto; border: #ccba9a 1px solid; color: #ccba9a; text-align: center; font-size: .8em; }

@media (min-width: 768px) { .section15 .container { padding-bottom: 50px; }
  .section15 .part1 { padding: 8px 0; }
  .section15 .over { padding-top: 35%; }
  .section15 i { font-size: .8em; margin-bottom: 1em; }
  .section15 b { letter-spacing: 4px; font-size: 22px; }
  .section15 span { width: 60%; margin: 1.5em auto; font-size: 14px; } }
@media (min-width: 992px) { .section15 .container { padding-bottom: 70px; }
  .section15 .part1 { padding: 10px 0; }
  .section15 .over { padding-top: 35%; }
  .section15 i { font-size: 1em; margin-bottom: 1.4em; }
  .section15 b { letter-spacing: 8px; font-size: 32px; }
  .section15 span { width: 50%; margin: 2em auto; font-size: 16px; } }
@media (min-width: 1200px) { .section15 .container { padding-bottom: 90px; }
  .section15 .part1 { padding: 12px 0; }
  .section15 .over { padding-top: 35%; }
  .section15 i { font-size: 1.2em; margin-bottom: 1.8em; }
  .section15 b { letter-spacing: 12px; font-size: 40px; }
  .section15 span { width: 50%; margin: 2.5em auto; font-size: 18px; } }
.banner-all { position: relative; padding: 0; margin: 0; overflow: hidden; }
.banner-all .part2 { margin-top: -2em; }

@media (min-width: 768px) { .banner-all .part2 { margin-top: -5em; } }
@media (min-width: 992px) { .banner-all .part2 { margin-top: -8em; } }
@media (min-width: 1200px) { .banner-all .part2 { margin-top: -10em; } }
.section21-2 .hd, .section21-2 .bd { position: relative; }
.section21-2 .item { width: 100%; position: absolute; left: 0; }
.section21-2 .hd .item { width: 90%; left: 10%; cursor: pointer; }
.section21-2 .hd .item1 { top: 30%; }
.section21-2 .hd .item2 { top: 45%; }
.section21-2 .hd .item3 { top: 60%; }
.section21-2 .hd .img2 { opacity: 0; position: absolute; left: 0; top: 0; }
.section21-2 .hd .on .img1 { opacity: 0; }
.section21-2 .hd .on .img2 { opacity: 1; }
.section21-2 .bd .item { height: 100%; top: 0; opacity: 0; z-index: -99; }
.section21-2 .bd .item.on { opacity: 1; z-index: 9; }
.section21-2 .bd .img-face, .section21-2 .bd .img-box { position: absolute; left: 0; top: 0; }
.section21-2 .bd .txt { bottom: 0; background-color: #ccba9a; position: absolute; z-index: 9; width: 60%; padding: .5em 0; left: 20%; margin: 0; line-height: 1.1em; text-align: center; color: #fff; }
.section21-2 .bd .txt b { display: block; text-align: center; font-weight: normal; line-height: 1.1em; margin: 0; }

@media (min-width: 768px) { .section21-2 .bd .txt { line-height: 1.5em; padding: 1.5em 0; width: 50%; left: 25%; } }
@media (min-width: 992px) { .section21-2 .bd .txt { line-height: 1.5em; padding: 2.2em 0; width: 45%; left: 27.5%; } }
@media (min-width: 1200px) { .section21-2 .bd .txt { line-height: 1.5em; padding: 2.8em 0; width: 45%; left: 27.5%; } }
.section22 { margin-top: 20px; }
.section22 p { font-size: 12px; line-height: 1.8em; text-align: justify; padding-left: 0; }
.section22 .title { padding-bottom: 10px; }
.section22 .txt1 { padding-bottom: 20px; }
.section22 .txt1 p { padding-left: 1.5em; position: relative; }
.section22 .txt1 p i { position: absolute; left: .5em; color: #ccba9a; }

@media (min-width: 768px) { .section22 { margin-top: 40px; }
  .section22 p { font-size: 16px; line-height: 2em; }
  .section22 .title { padding-bottom: 20px; }
  .section22 .txt1 { padding-bottom: 50px; } }
@media (min-width: 992px) { .section22 { margin-top: 40px; }
  .section22 p { font-size: 18px; }
  .section22 .title { padding-bottom: 30px; }
  .section22 .txt1 { padding-bottom: 60px; } }
@media (min-width: 1200px) { .section22 { margin-top: 40px; }
  .section22 p { font-size: 22px; }
  .section22 .title { padding-bottom: 30px; }
  .section22 .txt1 { padding-bottom: 60px; } }
.section31 { padding: 30px 15px; }
.section31 p { text-align: justify; line-height: 1.8em; font-size: 14px; }
.section31 .row > div { margin: 20px 0; }

@media (min-width: 768px) { .section31 { padding: 40px 15px; }
  .section31 p { line-height: 1.8em; font-size: 14px; } }
@media (min-width: 992px) { .section31 { padding: 60px 15px; }
  .section31 p { line-height: 2em; font-size: 16px; } }
@media (min-width: 1200px) { .section31 { padding: 80px 15px; }
  .section31 p { line-height: 2em; font-size: 20px; } }
.section33 { padding: 30px 15px; }
.section33 p { text-align: justify; line-height: 1.8em; font-size: 14px; }
.section33 .row > div { margin: 20px 0; }

@media (min-width: 768px) { .section33 { padding: 40px 15px; }
  .section33 .row > div { margin: 10px 0; }
  .section33 p { line-height: 1.8em; font-size: 14px; letter-spacing: 4px; } }
@media (min-width: 992px) { .section33 { padding: 60px 15px; }
  .section33 p { line-height: 2em; font-size: 16px; } }
@media (min-width: 1200px) { .section33 { padding: 80px 15px; }
  .section33 p { line-height: 2.4em; font-size: 20px; } }
.section34 .btn-what { float: right; font-family: Arial; font-weight: bold; border: #ede7dc 1px solid; display: block; padding: .5em 1em; font-size: 20px; color: #a9a9a9; }
.section34 .btn-what i { color: #ede7dc; }

@media (min-width: 768px) { .section34 .btn-what { font-size: 32px; padding: .25em 1.2em; } }
@media (min-width: 992px) { .section34 .btn-what { font-size: 46px; } }
@media (min-width: 1200px) { .section34 .btn-what { font-size: 60px; } }
.section35 { padding: 30px 15px; }
.section35 h3 { position: relative; margin-top: 2em; }
.section35 h3 .lt-line { font-size: 14px; top: -1em; }
.section35 p { text-align: justify; line-height: 1.8em; font-size: 14px; }
.section35 .part1 { position: relative; height: 100%; box-sizing: border-box; }
.section35 p { text-transform: uppercase; font-weight: bold; }
.section35 .rt { width: 5px; height: 1.8em; background-color: #ccba9a; position: absolute; right: 0; top: 0; }
.section35 .lb { position: absolute; left: 1em; bottom: 1em; }
.section35 .rb { position: absolute; right: 1em; bottom: 1em; }
.section35 .rb .lt-line { right: 0; left: auto; }
.section35 .lt-line { position: absolute; width: 1.8em; height: 2px; background-color: #ccba9a; left: 0; top: -.5em; }
.section35 .part1 .txt { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9; }

@media (min-width: 768px) { .section35 { padding: 40px 15px 0 15px; }
  .section35 h3 { font-size: 18px; margin-top: 4em; }
  .section35 h3, .section35 p { width: 80%; margin-left: 10%; }
  .section35 .row > div { padding: 0; } }
@media (min-width: 992px) { .section35 { padding: 60px 15px 0 15px; }
  .section35 h3 { font-size: 24px; margin-top: 4em; } }
@media (min-width: 1200px) { .section35 { padding: 80px 15px 0 15px; }
  .section35 h3 { font-size: 30px; margin-top: 6em; } }
.section41 { padding: 30px 15px; }
.section41 p { text-align: justify; line-height: 1.8em; font-size: 14px; }
.section41 .row > div { margin: 20px 0; }
.section41 .row4 > div { position: relative; }
.section41 .row4 > div .txt { width: 50%; position: absolute; bottom: 1em; left: .5em; }

@media (min-width: 768px) { .section41 { padding: 40px 15px; }
  .section41 .row > div { margin: 10px 0; }
  .section41 p { line-height: 1.8em; font-size: 14px; }
  .section41 .row2, .section41 .row4 { margin: 3em 0; }
  .section41 .row1 .part1, .section41 .row2 .part2 { border-bottom: #ccba9a 1px solid; padding-bottom: 1em; } }
@media (min-width: 992px) { .section41 { padding: 60px 15px; }
  .section41 p { line-height: 2em; font-size: 16px; } }
@media (min-width: 1200px) { .section41 { padding: 80px 15px; }
  .section41 p { line-height: 2em; font-size: 20px; } }
.section51 { border-bottom: #ccba9a 1px solid; }
.section51 .box { text-align: center; }
.section51 img { width: 24px; height: 24px; display: inline-block; margin: 0 .5em; }
.section51 a { border-top: #fff .25em solid; display: inline-block; color: #696969; padding: 1em .5em; margin: 0 .25em; }
.section51 a.on { border-top: #ccba9a 0.25em solid; color: #0f0f0f; }
.section51.bdn { border: none; margin-bottom: 2em; }

@media (min-width: 768px) { .section51 img { width: 28px; height: 28px; }
  .section51 a { font-size: 14px; }
  .section51.bdn { margin-bottom: 3em; } }
@media (min-width: 992px) { .section51 img { width: 32px; height: 32px; }
  .section51 a { font-size: 16px; }
  .section51.bdn { margin-bottom: 4em; } }
@media (min-width: 1200px) { .section51 img { width: 40px; height: 40px; }
  .section51 a { font-size: 24px; }
  .section51.bdn { margin-bottom: 5em; } }
.section52 { padding: 30px 15px; background: #fff url(../images/line.png) center top repeat-y; background-size: 2px 2px; }
.section52 h3 { line-height: 1.2em; font-size: 18px; margin: .25em 0; }
.section52 p { text-align: justify; line-height: 1.1em; font-size: 12px; }
.section52 .row > div { margin: 20px 0; position: relative; }
.section52 .number { width: 120px; height: 80px; }
.section52 .txt { position: absolute; top: 2.5em; left: 3em; }
.section52 .row2 h3, .section52 .row2 p, .section52 .row4 h3, .section52 .row4 p, .section52 .row6 h3, .section52 .row6 p { text-align: right; }
.section52 .row2 .txt, .section52 .row4 .txt, .section52 .row6 .txt { left: 0; right: 0; }
.section52 .row2 .number, .section52 .row4 .number, .section52 .row6 .number { float: right; }
.section52 .box1 { overflow: hidden; position: relative; width: 180px; height: 180px; }
.section52 .box1 .over { position: absolute; left: 10px; top: 10px; background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; color: #fff; text-align: center; padding-top: 5em; width: 160px; height: 160px; font-size: 14px; }
.section52 .box1 .icon { width: 20px; height: 20px; position: absolute; bottom: 1.5em; left: 50%; margin-left: -10px; }

@media (max-width: 768px) { .section52 .row5 .txt { top: 1em; } }
@media (min-width: 768px) { .section52 { padding: 40px 15px; }
  .section52 .row > div { margin: 20px 0; font-size: 14px; }
  .section52 h3 { font-size: 24px; }
  .section52 p { font-size: 14px; }
  .section52 .number { width: 200px; height: 134px; }
  .section52 .txt { left: 7em; } }
@media (min-width: 992px) { .section52 { padding: 60px 15px; }
  .section52 .row > div { margin: 40px 0; font-size: 18px; }
  .section52 h3 { font-size: 28px; }
  .section52 p { font-size: 18px; }
  .section52 .number { width: 280px; height: 188px; } }
@media (min-width: 1200px) { .section52 { padding: 80px 15px; }
  .section52 .row > div { margin: 60px 0; font-size: 24px; }
  .section52 h3 { font-size: 32px; }
  .section52 p { font-size: 20px; }
  .section52 .number { width: 356px; height: 239px; } }
.section62 .row { margin: 5px 0; }
.section62 .row > div { padding: 5px; }
.section62 .row > div a { display: block; width: 100%; height: 100%; position: relative; }
.section62 .title-box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.section62 .title-box h3 { font-size: 12px; width: 100%; text-align: center; position: absolute; top: 50%; margin-top: -1.8em; padding: 0 5px; }
.section62 .title-box p { font-size: 10px; text-align: center; width: 100%; color: #999999; position: absolute; top: 50%; margin-bottom: -2.4em; padding: 0 5px; }
.section62 .img2 { position: absolute; left: 0; top: 0; opacity: 0; }

@media (min-width: 768px) { .section62 .title-box { font-size: 14px; }
  .section62 .title-box h3 { font-size: 16px; }
  .section62 .title-box p { font-size: 14px; } }
@media (min-width: 992px) { .section62 .title-box { font-size: 18px; }
  .section62 .title-box h3 { font-size: 26px; }
  .section62 .title-box p { font-size: 18px; } }
@media (min-width: 1200px) { .section62 .title-box { font-size: 24px; }
  .section62 .title-box h3 { font-size: 36px; }
  .section62 .title-box p { font-size: 24px; } }
