@import '//at.alicdn.com/t/font_920763_3mp6u99ok9j.css';

@font-face {
    font-family: 'Didot';
    src: url('../fonts/Didot.ttf');
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    font-size: 14px;
    /*font-family: "Noto","Microsoft Yahei", Tahoma, Helvetica, Arial, sans-serif;*/
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #666666;
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, dt, button, input, img {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1; /*这个属性是为了兼容IE*/
}

.clearfix:after {
    display: block;
    content: ""; /*设置为空或者“.”都可以*/
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

input[type=submit], input[type=reset] {
    border: none;
    cursor: pointer;
}

input, textarea {
    font-family: "Microsoft YaHei";
    resize: none;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;

}

h1, h2, h3, h4, h5, h6, i, b {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.arial {
    font-family: "Arial";
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.size-all {
    width: 100%;
    height: 100%;
}

.wid-all {
    width: 100%;
}

.te-ju {
    text-align: justify;
    text-justify: inter-ideograph;
}

.te-ce {
    text-align: center;
}

.te-ri {
    text-align: right;
}

.te-le {
    text-align: left;
}

.te-up {
    text-transform: uppercase;
}

.te-ca {
    text-transform: capitalize;
}

.over-hid {
    overflow: hidden;
}

.font-b {
    font-weight: bold;
}

.com-in-blo {
    font-size: 0;
}

.com-101 {
    width: 101%;
    margin: 0 0 0 -0.5%;
}

.com-102 {
    width: 102%;
    margin: 0 0 0 -1%;
}

.blo-box {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: relative;
}

.blo-box1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
}

.cur-po {
    cursor: pointer;
}

.img-box {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.dis-no {
    display: none;
}

.dis-bl {
    display: block;
}

.dis-in {
    display: inline-block;
}

.po-re {
    position: relative;
}

.po-ab {
    position: absolute;
}

.ver-top {
    vertical-align: top;
}

.ver-mid {
    vertical-align: middle;
}

.bg-bai {
    background: #FFFFFF;
}

.bg-hui {
    background: #FCFCFC;
}

.bg-hui2 {
    background: #F5F5F5;
}

.com-swrongqi {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.font-si12 {
    font-size: 12px;
}

.conta {
    width: 72%;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.conta2 {
    width: 92%;
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.main {
    position: relative;
    width: 100%;


}

/*修改input的placeholder颜色*/
.com-input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: .5;
}

.com-input:-moz-placeholder {
    color: #ffffff;
    opacity: .5;
}

.com-input::-moz-placeholder {
    color: #ffffff;
    opacity: .5;
}

.com-input:-ms-input-placeholder {
    color: #ffffff;
    opacity: .5;
}

/*改变滚动条*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

/*标题*/
.com-t1 {
    color: #333333;
    font-size: 30px;
    text-transform: uppercase;
}

.com-jianju {
    padding: 80px 0;
}

.com-botju {
    padding: 0 0 80px;
}

.com-ban {
    position: relative;
    height: 580px;
    background: #3D4149;
    color: #ffffff;
}

.com-ban .com-jieshao {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;

}

.com-ban .com-jieshao .dn1 {
    font-size: 48px;
    font-family: 'Didot';
    font-weight: bold;
    text-transform: uppercase;
}

.com-ban .com-jieshao .dn2 {
    font-size: 34px;
}

.com-ban .com-jieshao .dn-xian {
    width: 90px;
    border-top: 1px solid #ffffff;
    margin: 20px auto;
}

.com-ban .com-jieshao .dn3 {
    font-size: 30px;
    opacity: .5;
}

.com-ban .com-anchors {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #5A5D65;
    background: rgba(53,58,62,.9);
    transition: all .4s ease;
}
.com-ban .com-anchors.fix{
    position: fixed;
    width:100%;
    z-index:10;
}


.com-ban .com-anchors a {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    margin: 0 4%;
    position: relative;
    transition: all .2s ease;
}

.com-ban .com-anchors a:hover {
    color: #00605A;
}

.com-ban .com-anchors a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    top: -3px;
    left: 50%;
    margin: 0 0 0 -3px;
    transition: all .2s ease;

}

.com-ban .com-anchors a:hover:before {
    background: #00605A;
}

.abou-par .par-bot .im1 {
    display: block;
    width: 100%;
}

.com-swit-cz {

    padding: 50px 0 60px;
}

.com-fenye {

    background: #ffffff;
}

.com-fenye a {
    float: left;
    width: 60px;
    height: 60px;
    border-right: 1px solid #F4F7F6;
    line-height: 60px;
    text-align: center;
    transition: all .4s ease;
}

.com-fenye a:hover, .com-fenye a.ac {
    background: #353A3E;
    color: #ffffff;
}

.com-more {
    display: block;
    width: 415px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #353A3E;
    color: #ffffff;
    transition: all .4s ease;
}

.com-more:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.com-wen1 {
    text-align: justify;
    color: #666666;
    line-height: 30px;
}

.com-wen1 * {
    max-width: 100%;
}

/*分享*/
.bd_weixin_popup, .bd_weixin_popup * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.bdshare-slide-button-box {
    display: none !important;
}

.com-share {
    margin: 30px 0 0;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    padding: 0 !important;
    position: relative !important;
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    text-align: center;
    border-radius: 50%;
    margin: 0 13px 0 0 !important;
    opacity: 1 !important;
}

.bdshare-button-style0-16 .bds_weixin {
    background: #ffffff url(../images/weixin_03.png) no-repeat center !important;
}

.bdshare-button-style0-16 .bds_tsina {
    background: #ffffff url(../images/weibo_03.png) no-repeat center !important;
}

.bdshare-button-style0-16 .popup_sqq {
    background: #ffffff url(../images/qq1_03.png) no-repeat center !important;
}

.bdshare-button-style0-16 .bds_qzone {
    background: #ffffff url(../images/qq2_03.png) no-repeat center !important;
}

.com-topbot {
    background: #EDEDED;
    line-height: 80px;
    height: 80px;
    overflow: hidden;
}

.com-topbot a {
    color: #333333;
    font-size: 16px;
    transition: all .4s ease;
}

.com-topbot a:hover {
    color: #006358;
}

.com-topbot a i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0;
}

.com-topbot .a-back {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;

}

/*轮播按钮*/
.com-swbtn .swbtn {
    position: absolute;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: rgba(53, 58, 62, .4);
    color: #ffffff;
    top: 40%;
    margin: -33px 0 0;
    display: block;
    cursor: pointer;
    transition: all .4s ease;
    z-index: 5;
}

.com-swbtn .swbtn:hover {
    background: rgba(53, 58, 62, 1);
}

.com-swbtn .swbtn i {
    font-size: 20px;
}

.com-swbtn .btnleft {
    left: -60px;
}

.com-swbtn .btnright {
    right: -60px;
}

.newxq-bot1 .com-swbtn .swbtn {
    top: 50%;
}

.newxq-bot1 .com-swbtn .btnleft {
    left: -33px;
}

.newxq-bot1 .com-swbtn .btnright {
    right: -33px;
}

/*底部*/
.footer .foot-top .dfl {
    /*height: 540px;*/
    height:100%;
    width: 50%;
    border-right: 1px solid #ECEEF0;
    padding: 100px 0 100px 4%;
    color: #000000;
}

.footer .foot-top .dfl .dn-wen2 {
    color: #333333;
    margin: 15px 0 25px;
}

.footer .foot-top .dfl .dn-wen2 .dn1 {

    font-size: 24px;
    margin: 0 0 5px;
}

.footer .foot-top .dfl .dn-wen2 .dn2 {
    line-height: 26px;

}

.footer .foot-top .dfl .dn-link a {
    display: inline-block;
    width: 190px;
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
    color: #32373b;
    transition: all .4s ease;
    padding: 0 10px;
}

.footer .foot-top .dfl .dn-link a:hover {
    background: #353A3E;
    color: #ffffff;
}

.footer .foot-top .dfl .dn-link a i {
    display: inline-block;
    vertical-align: middle;

}

.footer .foot-top .dfl .dn-link a .icon-zhizhen {
    font-size: 22px;
}

.footer .foot-top .dfl .dn-link a .icon-xaingyou {
    font-size: 22px;
    float: right;
}

.footer .foot-top .dcom-t1 .dn1 {
    font-size: 48px;
    font-family: 'Didot';
}

.footer .foot-top .dcom-t1 .dn2 {
    font-size: 24px;

}

.footer .foot-top .dfr {
    height:100%;
    /*height: 540px;*/
    width: 50%;
    padding: 100px 0 100px 4%;
    color: #000000;
    position: relative;
}

.footer .foot-top .dfr .nei-wen {
    /*position: absolute;*/
    /*bottom: 173px;*/
    /*left: 8%;*/
    width: 360px;
    margin: 8% 0 0;
}

.footer .foot-top .dfr .nei-wen .dn1 {
    text-align: justify;
    line-height: 24px;
    margin: 0 0 20px;
}

.footer .foot-top .dfr .nei-wen .dn-a {
    font-family: 'Arial';

}

.footer .foot-top .dfr .nei-wen .dn-a a {
    color: #000000;
    transition: all .4s ease;
    position: relative;
}

.footer .foot-top .dfr .nei-wen .dn-a a:hover {
    color: #00605A;

}

.footer .foot-top .dfr .nei-wen .dn-a a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 44px;
    height: 2px;
    background: #00605A;
    transition: all .4s ease;
}

.footer .foot-top .dfr .nei-wen .dn-a a:hover:before {
    width: 100%;

}

.footer .foot-top .dfr .nei-wen .dn-a i {
    color: #00605A;
    font-size: 38px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3px;
    transition: all .4s ease;
}

.footer .foot-bot {
    border-top: 1px solid #ECEEF0;
}

.footer .foot-bot .dfl {
    width: 50%;
    border-right: 1px solid #ECEEF0;
    height: 80px;
    padding: 35px 0 0 4%;
    color: #666666;
    font-size: 12px;
}

.footer .foot-bot .dfr {
    width: 50%;
    height: 80px;
    padding: 35px 4% 0 4%;
    color: #ffffff;
    font-size: 12px;
    background: #353A3E;
}

.footer .foot-bot .dfr .dz {
    float: left;
}

.footer .foot-bot .dfr .dz a {
    margin: 0 26px 0 0;
    color: #999B9D;
}

.footer .foot-bot .dfr .dy a {
    color: #ffffff;
}

.footer .foot-bot .dfr .dy {
    float: right;
    opacity: .5;
}

.com-amore {
    display: block;
    width: 190px;
    text-align: center;
    height: 50px;
    line-height: 48px;

    color: #000000;
    font-family: 'Didot';

    border: 1px solid #353A3E;
}

.com-amore i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.inde-ban .com-amore {
    background: rgba(0, 0, 0, .5);
    margin: 2% auto 0;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .5);
}

/*头部*/

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    z-index: 20;
    color: #fff;
    transition: all 0.4s ease;
    background: rgba(53,58,62,.9);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
}
.inde-body .header{
    background: transparent;
}


.header.ac {
    box-shadow: 0 5px 13px rgba(0, 0, 0, .3);
    background: rgba(255,255,255,1);

}

.header .head-logo {
    line-height: 90px;
    transition: all .6s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 164px;
    text-align: center;
}

.header.ac .head-logo {
    background: url("../images/logo2_03.png") no-repeat center;

}

.inde-body .header .head-logo {
    background:  url("../images/logo2_03.png") no-repeat center;

}


.header .head-logo img {
    vertical-align: middle;
    max-height: 96%;
    max-width: 96%;
    transition: all .4s ease;
}

.header.ac .head-logo img {
    opacity: 0;
}

.inde-body .header .head-logo img {
    opacity: 0;
}
.header .head-nav {
    height: 100%;
}
.header .head-nav .blo-box {
    margin: 0 45px;
    line-height: 24px;
    transition: all .4s ease;
    font-size: 17px;
    padding:21px 0 0;
}
.header .head-nav .blo-box:not(:last-child):before{
    content: '';
    position: absolute;
    border-right: 1px solid rgba(255,255,255,.3);
    top: 40%;
    height: 50%;
    right: -45px;
}



.header .head-nav .blo-box a {
    position: relative;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    opacity: .6;
}
.header.ac .head-nav .blo-box a{
    opacity: 1;
}
.header.ac .head-nav .blo-box a {
    color: #000000;

}
.header .head-nav .blo-box a p:last-child{
   opacity: .5;
}

.header .head-nav .blo-box a:before {
    content: '';
    position: absolute;
    width: 0;
    /*left: 50%;*/
    transition: all .4s ease;
    height: 2px;
    /*background: rgba(0,96,90,.8);*/
    background: rgba(255,255,255,.6);
    bottom: 22px;
    left: 0;
}
.header.ac .head-nav .blo-box:not(:last-child):before {
    border-right: 1px solid rgba(0,0,0,.3);
}
.header .head-nav .blo-box:hover a:before {
    width: 100%;
    /*left: 0;*/
}

.header .dfr {
    position: absolute;
    right: 0;
    top: 0;
}

.header .head-sea {
    line-height: 90px;
    color: #FFFFFF;
    margin: 0 20px;
    transition: all .4s ease;
}

.header.ac .head-sea {

    color: #000000;
}

.header .head-sea i {
    cursor: pointer;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
}

/*弹出的搜索框*/
.hserch {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;

}

.hserch .d-top {
    margin: 200px auto 12%;
    width: 90%;

}

/*.hserch .d-top img {*/
/*opacity: 0;*/
/*}*/

.hserch .box {
    height: 50px;
    width: 90%;
    margin: 0 auto 0;
    border-bottom: 1px solid #FFFFFF;
}

.hserch .box .inp {
    display: block;
    width: 70%;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    background-color: transparent;
    border: 0;
    /*margin-left: 3%;*/
    outline: none;
}

.hserch .box .sub {
    width: 20px;
    height: 22px;
    display: block;
    float: right;
    border: 0;
    outline: none;
    background: url('../images/fangda_03.png') no-repeat center;
}

.layui-layer-setwin .layui-layer-close2 {

    right: 0px !important;
    top: 0px !important;
    background: url("../images/search-close.png") no-repeat center !important;
    z-index: 101;
}

.layui-layer-setwin {
    right: 5% !important;
    top: 200px !important;
}

.layui-layer-setwin .layui-layer-close2:before {
    content: 'close';
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    left: -50px;
    top: 2px;
    display: none;
}

.layui-layer {
    background: #000000 !important;
}

/*头部*/
.p-click-alert {
    float: right;
    display: none;
    width: 30px;
    height: 22px;
    margin: 35px 0 0 26px;
    position: relative;
    cursor: pointer;
    z-index: 12;
    transition: all .4s ease;
}

/*.header.ac .p-click-alert {*/
    /*margin: 47px 0 0 26px;*/
/*}*/

.p-click-alert span {

    border-top: 2px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    transition: all .4s ease;
}

.header.ac .p-click-alert span {
    border-top: 2px solid #000;
}

.p-click-alert .s1 {
    width: 18px;
    top: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;

}

.p-click-alert .s2 {

    width: 26px;
    top: 8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.p-click-alert .s3 {

    width: 22px;
    top: 17px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.p-click-alert.zhuan .s1 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    width: 22px;
}

.p-click-alert.zhuan .s2 {
    opacity: 0;
}

.p-click-alert.zhuan .s3 {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}


