@charset "utf-8";
@font-face {
    font-family: 'FZDHTK--GBK1-0';
    src: url('../font/FZDHTK--GBK1-0.eot');
    src: url('../font/FZDHTK--GBK1-0.eot?#font-spider') format('embedded-opentype'),
    url('../font/FZDHTK--GBK1-0.woff') format('woff'),
    url('../font/FZDHTK--GBK1-0.ttf') format('truetype'),
    url('../font/FZDHTK--GBK1-0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hye1gj';
    src: url('../font/Hye1gj.eot');
    src: url('../font/Hye1gj.eot?#font-spider') format('embedded-opentype'),
    url('../font/Hye1gj.woff') format('woff'),
    url('../font/Hye1gj.ttf') format('truetype'),
    url('../font/Hye1gj.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jdabiaosong';
    src: url('../font/pinghei.eot');
    src: url('../font/jdabiaosong.eot?#font-spider') format('embedded-opentype'),
    url('../font/jdabiaosong.woff') format('woff'),
    url('../font/jdabiaosong.ttf') format('truetype'),
    url('../font/jdabiaosong.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HYa9gj';
    src: url('../font/HYa9gj.eot');
    src: url('../font/HYa9gj.eot?#font-spider') format('embedded-opentype'),
    url('../font/HYa9gj.woff') format('woff'),
    url('../font/HYa9gj.ttf') format('truetype'),
    url('../font/HYa9gj.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FZDHTFW--GB1-0';
    src: url('../font/FZDHTFW--GB1-0.eot');
    src: url('../font/FZDHTFW--GB1-0.eot?#font-spider') format('embedded-opentype'),
    url('../font/FZDHTFW--GB1-0.woff') format('woff'),
    url('../font/FZDHTFW--GB1-0.ttf') format('truetype'),
    url('../font/FZDHTFW--GB1-0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FZLTCHK--GBK1-0';
    src: url('../font/FZLTCHK--GBK1-0.eot');
    src: url('../font/FZLTCHK--GBK1-0.eot?#font-spider') format('embedded-opentype'),
    url('../font/FZLTCHK--GBK1-0.woff') format('woff'),
    url('../font/FZLTCHK--GBK1-0.ttf') format('truetype'),
    url('../font/FZLTCHK--GBK1-0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FZCCHJW--GB1-0';
    src: url('../font/FZCCHJW--GB1-0.eot');
    src: url('../font/FZCCHJW--GB1-0.eot?#font-spider') format('embedded-opentype'),
    url('../font/FZCCHJW--GB1-0.woff') format('woff'),
    url('../font/FZCCHJW--GB1-0.ttf') format('truetype'),
    url('../font/FZCCHJW--GB1-0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HYe3gj';
    src: url('../font/HYe3gj.eot');
    src: url('../font/HYe3gj.eot?#font-spider') format('embedded-opentype'),
    url('../font/HYe3gj.woff') format('woff'),
    url('../font/HYe3gj.ttf') format('truetype'),
    url('../font/HYe3gj.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1600px;
}

.tops {
    width: 100%;
    position: relative;
}

.tops .img {
    width: 100%;
    height: auto;

}

.tops h3 {
    font-family: FZLTCHK--GBK1-0;
    font-size: 122px;
    position: absolute;
    top: 140px;
    left: 113px;
    color: #fff;
}
.tops h4 {
    font-family: FZLTHK--GBK1-0;
    font-size: 54px;
    position: absolute;
    top: 310px;
    left: 113px;
    color: #fff;
}

.banner-form {
    width: 100%;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
}

.banner-form span {
    display: block;
    width: 165px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-family: jdabiaosong;
    font-size: 41px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #eae0d7;
    margin-right: 20px;
}

.banner-form input {
    width: 186px;
    height: 46px;
    background-color: #ffffff;
    /*border: solid 2px #103d64;*/
    padding: 0 10px;
    font-size: 17px;
    color: #858382;
    margin: 0 8px;
}

.banner-form button {
    display: block;
    width: 186px;
    height: 46px;
    border: 0;
    line-height: 44px;
    background-image: linear-gradient(
            #f97d16,
            #f97d16),
    linear-gradient(
            #000000,
            #000000);
    background-blend-mode: normal,
    normal;
    font-family: HYa9gj;
    font-size: 23px;
    color: #fbfaf9;
    cursor: pointer;
    margin-left: 20px;
}

.boxCont {
    width: 1640px;
    margin: 0 auto;
}

.page2{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1500px;
    margin: 60px auto;
}
.page2-item{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 335px;
    height: 335px;
    border: solid 10px #bfbfbf;
    border-radius: 335px;
}
.page2-item h2{
    font-family: HYa9gj;
    font-size: 45px;
    line-height: 36px;
    letter-spacing: 4px;
    color: #3c3f50;
}
.page2-item h2 b{
    font-family: HYa9gj;
    font-size: 88px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #3c3f50;
}
.page2-item p{
    margin-top: 15px;
    font-family: FZCCHJW--GB1-0;
    font-size: 27px;
    line-height: 36px;
    letter-spacing: 3px;
    color: #3c3f50;
}
.page3{
    width: 100%;
    height: 861px;
    padding: 50px 0;
    background: url(../images/page3.jpg) no-repeat center;
}
.page-title{
    font-family: FZDHTK--GBK1-0;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #f5f2f1;
    text-align: center;
    margin-bottom: 30px;
    color: #090702;
}
.page-title.active{
    color: #fff;
}
.page3-list{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1600px;
    margin: 0 auto;
}
.page3-list div{
    width: 320px;
    height: 542px;
    position: relative;
}

.page3-list h3{
    position: absolute;
    top: 426px;
    left: 27px;
    /*font-family: FZCCHJW--GB1-0;*/
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #595351;
}
.page3-list p{
    position: absolute;
    top: 469px;
    left: 30px;
    /*font-family: FZCCHJW--GB1-0;*/
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #595351;
}
.page4{
    height: 873px;
    padding: 50px 0;
    background-color: #eeeeee;
}
.page4 img{
    display: block;
    width: 1600px;
    margin: 0 auto;
}
.page5{
    padding: 30px 0;
}
.page-title2{
    font-family:FZCCHJW--GB1-0;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #020000;
    text-align: center;
    margin-bottom: 30px;
}
.logo-all{
    display: block;
    width: 1400px;
    margin: 0 auto;
}
.price-box{
    width: 1532px;
    height: 567px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: url(../images/price.jpg) no-repeat center;
}
.price-box div{

    width: 387px;
    height: 569px;
    padding: 42px 36px;
}
.price-box div p{

    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #ffffff;
}
.price-box div h3{

    font-size: 47px;
    line-height: 60px;
    letter-spacing: 4px;
    color: #ffffff;
    padding-left: 20px;
    margin-top: 140px;
}
.price-box div h5{

    font-size: 19px;
    line-height: 30px;
    letter-spacing: 4px;
    padding-left: 20px;
    color: #ffffff;
}

.page6{
    padding: 50px 0;
    background-color: #3c3f50;
}
.page6 .page-title,.page6 .page-title2{
    color: #dcbeaa;
}
.page6-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1685px;
    height: 376px;
    margin: 0 auto;
    background: url(../images/page6.png) no-repeat center;
}
.page6-box div{
    width: 424px;
    height: 376px;
}
.page6-box div p{
    text-align: center;
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #dcbeaa;
    padding-top: 240px;
}
.page6-box div p span{
    color: #fff;
}
.page7{
    height: 741px;
    padding-top: 50px;
    background-image: linear-gradient(
            #575157,
            #575157),
    linear-gradient(
            #00b4ed,
            #00b4ed);
    background-blend-mode: normal,
    normal;
}
.page7 img{
    display: block;
    margin: 0 auto;
}

/*.footer{*/
/*    height: 297px;*/
/*    padding: 50px 0;*/
/*    background-color: #333333;*/
/*}*/
/*.footer-bx{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 1400px;*/
/*    margin: 0 auto;*/
/*}*/
/*.footer-left{*/
/*    width: 400px;*/
/*}*/
/*.left-gzh {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-around;*/
/*}*/
/*.left-gzh img{*/
/*    display: block;*/
/*    width: 142px;*/
/*    height: 142px;*/
/*    margin-right: 15px;*/
/*}*/
/*.left-gzh div {*/
/*    flex: 1;*/
/*}*/
/*.left-gzh div p{*/
/*    !*font-family: FZCCHJW--GB1-0;*!*/
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*    color: #ffffff;*/
/*}*/
/*.left-gzh div h2{*/
/*    !*font-family: FZDHTFW--GB1-0;*!*/
/*    font-size: 44px;*/
/*    line-height: 52px;*/
/*    letter-spacing: 1px;*/
/*    color: #ffffff;*/
/*}*/
/*.left-dy{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-top: 15px;*/
/*}*/
/*.left-dy a{*/
/*    display: block;*/
/*    margin-right: 15px;*/
/*}*/
/*.left-dy a img{*/
/*    display: block;*/
/*    width: 138px;*/
/*    height: 30px;*/
/*}*/

/*.footer-right{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 1000px;*/
/*}*/
/*.footer-right div{*/
/*    width: 250px;*/
/*    margin: 0 25px;*/
/*}*/
/*.footer-right h3{*/
/*    font-family: HYe3gj;*/
/*    font-size: 26px;*/
/*    line-height: 36px;*/
/*    color: #ffffff;*/
/*    margin-bottom: 10px;*/
/*    text-align: center;*/
/*}*/
/*.footer-right div h3 a{*/
/*    font-size: 26px;*/
/*    line-height: 36px;*/
/*    color: #ffffff;*/
/*}*/
/*.footer-right div a{*/
/*    display: block;*/
/*    font-family: Hye1gj;*/
/*    font-size: 18px;*/
/*    line-height: 40px;*/
/*    letter-spacing: 0px;*/
/*    color: #878789;*/
/*    text-align: center;*/
/*}*/
/*.douyin {*/
/*    position: relative;*/
/*}*/
/*.douyin div{*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    z-index: 9;*/

/*}*/
/*.douyin div img{*/
/*    width: 300px;*/
/*    height: auto;*/
/*}*/
/*.douyin:hover div{*/
/*    display: block;*/
/*}*/


/* footer */
.wapper {
    width: 100%;
    height: auto;
    position: relative;
}
.footerBg {
    background: #333;
}

.footer {
    width: 100%;
    /* border-top: 1px solid #6d6d6d; */
    padding: 30px 0 50px 0;
    margin: 0 auto;
}

.foot {
    width: 1270px;
    margin: 0 auto;
    overflow: hidden;
}

.foot .maps {
    float: left;
    width: 164px;
    padding-top:15px;
}

.foot .maps li {
    line-height: 30px;
    text-align:center;
}

.foot .maps li h1 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
}
.foot .maps li a,
.foot .maps li a:link {

    font-size: 14px;
    color: #666;
}

.foot .maps li a:hover {
    color: #fff;
}

.foot .wxwb {
    padding-top: 30px;
    float: right;
    width: 150px;
    height: 160px;
    text-align: center;
}

.foot .wxwb p {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.copyright {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #6d6d6d;
    font-size: 14px;
}


.foot-about{
    width:450px;
    height:auto;
    float:left;
    padding:0 50px;
}
.foot-about .foot-about-left{
    float:left;
    width:;
    margin-right:20px;

}
.foot-about .foot-about-right{
    float:left;
    color:#fff;
}
.foot-about .foot-about-right h4{
    font-size:18px;
}
.foot-span{
    width:100%;
    padding:10px 0;
}
.about-24{
    font-size:30px;
    font-weight:bold;
    margin-right:5px;
}
.foot-about .foot-about-right h5{
    font-size:16px;
    padding-top:5px;
}
.clear {
    clear: both;
}
.foot-about li{
    float:left;
    padding:10px 10px 0 0;
    position: relative;
}
.foot-about li img{
    display:inline-block;
    width: 106px;
    border-radius: 3px;
}

/*footer hover*/
a{color:#fff;text-decoration:none;}
.sub-img {width:106px;height:106px;position: absolute; top:-100px;}
.sub-img img{width:106px;height:106px;}

.CASA-remarks{width:910px; height:30px;line-height:30px;color:#aa1f24; text-align:right;font-size:10px;}
.example {width: 910px;height: 568px;text-align: center;}

.tabbtn{height:510px;width:270px;float:right;}

.tabbtn .current{border:1px solid #c1c1c1;}

.tabbtn li{position:relative;height:176px;width: 270px;margin-bottom: 20px;overflow:hidden;vertical-align:middle;display:flex;text-align:center;}

.tabbtn li img{width:270px;height:176px;}

.tabbtn li a{display:block;float:left;overflow:hidden;text-align:center;cursor:pointer;}

.tabbtn li.current a{color:#3366cc;font-weight:800;}

.tabcon{width:910px;position:relative;/*必要元素*/height:568px;overflow:hidden;}

.tabcon .subbox{position:absolute;/*必要元素*/left:0;top:0;}

.tabcon .sublist{}

#leftcon .subbox{width:9999em;}

#leftcon .subbox .sublist{float:left;width:270px;}


