@charset "utf-8";

/* CSS reset */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
}

table,
tbody,
td,
tfoot,
th,
thead,
tr{
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    color:#f5deb6
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

b,
strong {
    font-weight: bold;
}

img {
    color: transparent;
    font-size: 0;
    -ms-interpolation-mode: bicubic;
    /*windows平台缩放图片时，可能出现图像失真现象*/
}

ol,
ul {
    list-style: none;
}

li {
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
}

/* 全局CSS定义 */
body {
    margin: 0 auto;
    /* color: rgb(233,81,148); */
    font-family: 'SourceHanSansCN-Regular';
    font-size: 12px;
    line-height: 14px;
}

em,
i {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: normal;
}
*{
    box-sizing: border-box;
}
input,
textarea {
    font-size: 12px
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*IE/7/6*/
/* 链接样式*/
a:link,
a:visited,
a:focus {
    outline: none;
}

a:link {
    color: rgb(16,75,119);
    text-decoration: none;
}

a:visited {
    color: rgb(16,75,119);
    text-decoration: none;
}

a:hover {
    color: rgb(16,75,119);
    text-decoration: underline;
}

a:active {
    color: rgb(16,75,119);
    text-decoration: none;
}

a:hover {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

img {
    display: block;
    width: 100%;
}
.bd{
    padding:.2rem;
    border: 1px solid #fff;
}
#page{
    width: 7.5rem;
    margin:auto;
    background: #BF4844 ;

}
.label{
    height: .83rem;
    width: 100%;
    background-color: rgba(16,75,119,.7);
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: .83rem;
    font-size: .32rem;
    text-align: center;
}
.carousel-box{
    width: 6.35rem;
    /* position: relative; */
    margin: .34rem  auto;
    height: 4.2rem;
}
.carousel4-box{
    width: 6.36rem;
    height: 3.23rem;
    border-style: solid;
	border-width: 3px;
	/* border-image-source: linear-gradient(0deg, 
		#fbd488 1%, 
		#fae4b5 47%, 
		#fbd487 100%); */
	border-image-slice: 1;
    border-radius: 8px;
    margin: .46rem auto;

}
.carousel4{
    width: 100%;
    height: 100%;
}
.carousel-box .swiper-slide{
    width: 4.9rem;
    height: 3.27rem;
}
.swiper-pagination-bullet{
    width: 15px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #F9EBCE;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background:#3E6983;
}
  
  .part-one{
    height: 13.32rem;
    background: url('./../images/bg/bg_1.jpg')no-repeat left top;
}
  .part-two{
    height: 42.89rem;
    background: url('./../images/bg/bg_2.jpg')no-repeat left top;
}
  .part-three{
    height:52.62rem;
    background: url('./../images/bg/bg_3.jpg')no-repeat left top;
}
  .part-four{
    height:29.45rem;
    background: url('./../images/bg/bg_4.jpg')no-repeat left top;
}
  .video{
      width: 6.33rem;
      height: 3.47rem;
      margin-top: .34rem;
  }
.part{
    width: 7.5rem;
    overflow: hidden;
    background-size:100% 100%;
    position: relative;
  }
  .normal{
      width: 6.37rem;
      margin: 0 auto;
  }
  .mar_auto{
      margin: 0 auto;
  }
  .part_sub{
    width: 5.2rem;
    margin: .5rem auto;
  }
.logo{
    width: 2.68rem;
    margin: .76rem 0 0 .64rem;
}
.top_title{
    width: 5.7rem;
    margin-top: .89rem;
    /* left:2.22rem; */
}
.top_title2{
    width: 6.1rem;
    margin-top: .21rem;
    /* left:1.66rem; */
}
.top_product{
    position: relative;
    width: 4.14rem;
    margin-top: 1rem;
    z-index: 100;
}
.top_boat{
    width: 2.76rem;
    position: absolute;
    bottom: 1rem;
    left: .5rem;
    z-index: 100;
}
.top_mountain{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.top_cloud{
    width: 4.22rem;
    position: absolute;
    top: 6.89rem;
    right: 0rem;
}
.part2_pic{
    width: 6.37rem;
    margin-top: .5rem;
}
.part2_txt{
    width: 6.37rem;
    margin-top: 1.47rem;
}
.part2_sub{
    margin-top: 1.55rem;
}
.part2_txt2{
    width: 6.24rem;
    margin-top: .53rem ;
}
.part2_pic2{
    width: 6rem;
    margin-top: .33rem ;
}
.part2_sub2{
    margin-top: 2rem;
}
.part2_sub2_txt{
    margin-top: .46rem ;
}
.part2_sub2_txt2{
    width: 5.5rem;
    margin-top: .4rem;
}
.part2_num{
    width: 2.6rem;
    margin-top: .2rem;
}
.part2_sub2_txt3{
    width: 3.78rem;
    margin-top: .17rem;
} 
.part2_num2{
    width: 2.36rem;
    margin-top: .2rem;
}
.part2_sub2_pic2{
    margin-top: .53rem;
}
.part_sub_txt{
    margin-top: .52rem;
}
.part_sub_txt2 {
    margin-top: .5rem ;
}
.part3_sub2{
    margin-top: 1.88rem;
}
.part3_opt{
    width: 1.32rem;
    margin: .3rem 0 .34rem 1.07rem;
}
.part3_opt1_pic{
    width: 5.69rem;
    margin-top: .33rem;
}
.part4_title{
    margin-left: .58rem ;
}
.part4_txt{
    margin-top: .58rem ;
}
.part4_pic{
    width: 5.81rem;
    margin-top: .55rem;
}
.part4_txt2{
    width: 6.36rem;
    margin: 2.1rem auto 0;
}


.footer{
    /* color: rgba(23, 163, 109, 1); */
    font-family: 'PingFang-Light';
    margin-top: 1.86rem;
    line-height: .72rem;
    font-weight: bold;
    color: #D7D6DB;
    font-size: .27rem; 
    text-align: center;
}
.donger{
    width: 2.15rem;
    margin: auto;
}