/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:hover,a:active,a:focus{text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}


.wh{width:94%;margin:0 auto;}

.sun-delay0 {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
    }

    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s;
    }

    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
                transition-delay: 0.6s;
    }

    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s;
    }

    .sun-delay4 {
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
    }

    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s;
    }

    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
                transition-delay: 1.4s;
    }

    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
                transition-delay: 1.6s;
    }

    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
                transition-delay: 1.8s;
    }

    .sun-delay9 {
        -webkit-transition-delay: 2s;
                transition-delay: 2s;
    }

    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
                transition-delay: 2.2s;
    }

    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 2s;
                transition-duration: 2s;
    }

    .sun-ani-left {
        -webkit-transform: translateX(-900px);
                transform: translateX(-900px);
    }

    .sun-ani-down {
        -webkit-transform: translateY(-100px);
                transform: translateY(-100px);
    }


.sun-ani-up {
        -webkit-transform: translateY(-100px);
                transform: translateY(100px);
    }

    .sun-ani-right {
        -webkit-transform: translatex(100px);
                transform: translatex(100px);
    }

    .slick-active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .slick-active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .slick-active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .slick-active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

      .slick-active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }  

    .slick-active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
                transform: translatex(0);
   }





/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}



.com-img{overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}




/*手机端头部*/
.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #ffffff;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 30px;
    text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 25px;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #0f5db7;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search-btn .icon-font:after {
   /* background-position: -30px -210px;*/
   background: url(../images/ss.png) no-repeat center center;
}

.xymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #0f5db7;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav > li {
    border-bottom: 1px solid #fff;
    position: relative;
}

.xymob-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu > li {
    border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #c01202;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 70%;
    background: #0f5db7;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}



.xymob-search .xymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.xymob-search .xymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #fff;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color:#fff;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span, .xymob-search .xymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
    left: 0;
}


.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(https://gcdn.myxypt.com/images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}


.xymob-search input::-webkit-input-placeholder{color:#ffffff;}
.xymob-search textarea::-webkit-input-placeholder{color:#ffffff;}








/*应用场景*/
    .slideTxtBox{position:relative;overflow:hidden;margin-top:5%;}
    .yybt{position:absolute;left:3%;top:10%;}
    .yybt .tt1{color:#fff;font-size:20px;border-left:3px solid #fc6c0a;padding-left:15px;height:24px;line-height:24px;}
    .yybt span{color:#ffffff;font-size:16px;font-weight:bold;line-height:30px;border-bottom:1px solid rgba(255,255,255,.27);display:block;margin-top:5%;}



    .slideTxtBox .bd ul{zoom:1;}
    .slideTxtBox .bd li{position:relative;}
    .slideTxtBox .bd li .img{overflow:hidden;}
    .slideTxtBox .bd li .det{position:absolute;left:3%;top:35%;}
    .slideTxtBox .bd li h2{color:#fff;font-size:26px;}
    .slideTxtBox .bd li .img img{animation: banner 10s linear infinite;display: block;width: 100%;}


    .slideTxtBox .hd{position:absolute;left:3%;bottom:30px;width:94%;}
    .slideTxtBox .hd ul{}
    .slideTxtBox .hd ul li{float:left;cursor:pointer;width:50px;text-align:center;}
    .slideTxtBox .hd ul li+li{margin-left:4%;}
  .slideTxtBox .hd ul li .tu{border-radius: 50%;background-color: rgb(255, 255, 255);width:50px;height:50px;border:1px solid rgb(171, 171, 172);line-height:50px;}
    .slideTxtBox .hd ul li .tu img{max-width:45%;margin:0 auto;}
   .slideTxtBox .hd ul li .img1{display:block;}
   .slideTxtBox .hd ul li .img2{display:none;}
   .slideTxtBox .hd ul li h3{font-size:15px;color:#fff;margin-top:14px;}
   .slideTxtBox .hd ul li.on .tu{background:#0f5db7;border-color:#0f5db7;}
    .slideTxtBox .hd ul li.on .img1{display:none;}
    .slideTxtBox .hd ul li.on .img2{display:block;}

    .section1 .bd { position: relative; }
    .section1 .bd ul { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
    .section1 .bd ul{ opacity: 0; visibility: hidden; transition: all .5s ease; }
    .section1 .bd ul.on { position: static; opacity: 1; visibility: visible;  }

.section1 .bd ul.on .det{
        animation: sf1 2s ;
}

    @keyframes sf1 {
        0% { transform: translateY(50px); opacity:0; }
        25% { transform: translateY(50px); opacity:0; }
        100% {  transform: translateY(0px); opacity:1; } 
    }







.box2{overflow:hidden;margin-top:8%;}
.ptt{color:#333333;font-size:20px;border-left:3px solid #fc6c0a;padding-left:15px;height:24px;line-height:24px;}
.pdh{color:#fc6c0a;font-size:12px;}
.pdh strong{font-size:16px;}

.large-img{margin-top:5%;margin-left:-6px;margin-right:-6px;}
.large-img li{background:#0f5db7;padding:3px 3px 0;margin:0 6px 12px;text-align:center;}
.large-img li img{display:block;width:100%;}
.large-img li h3{color:#fff;font-size:14px;line-height:35px;height:35px;overflow:hidden;}
a.pm{display:block;text-align:center;margin:0 auto;color:#fc6c0a;font-size:15px;border:2px solid #fdb17c;width:130px;line-height:35px;margin-top:15px;}


.box3{overflow:hidden;margin-top:8%;background: url(../images/mab.jpg) no-repeat;background-size:100% 100%;padding:8% 0;}
.bt{color:#fff;font-size:20px;border-left:3px solid #fc6c0a;padding-left:15px;height:24px;line-height:24px;}
.abt2{text-align:center;font-size:18px;margin-top:4%;color:#fff;line-height:25px;}
.ab{font-size:14px;margin-top:4%;color:#fff;line-height:25px;}
a.am{display:block;text-align:center;margin:0 auto;color:#fff;font-size:15px;border:2px solid #fff;width:130px;line-height:35px;margin-top:5%;}


.box4{overflow:hidden;margin-top:8%;}
.pbt a{color:#fc6c0a;font-size:14px;}
.xw2{margin-top:6%;}
.xw2 li {margin-bottom:3%;box-shadow: 0px 0px 9.2px 0.8px rgba(0, 0, 0, 0.06);}
.xw2 li a{width:100%;background:#fff;padding:15px 0;}
.xw2 li .time{width:20%;border-right:1px solid #e9e9e9;text-align:center;padding:8px 0;}
.xw2 li .time h2{font-size:30px;font-family:"Arial";color:#0f5db7;line-height:33px;}
.xw2 li .time h3{font-size:12px;font-family:"Arial";color:#0f5db7;}
.xw2 li .det{width:72%;margin-right:4%;}
.xw2 li .det h3{color:#666666;font-size:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.xw2 li .det p{color:#666666;font-size:12px;display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;margin-top:6px;text-indent:20px;}


.box5{overflow:hidden;margin-top:5%;background: url(../images/bj5.jpg) no-repeat;background-size:100% 100%;padding:8% 0;}
.lx_cont{text-align:center;margin-top:6%;}
.lxtt{color:#333333;font-size:25px;font-weight:bold;}
.fwrx{color:#0f5db7;font-size:14px;margin-top:6%;}
.lx{color:#0f5db7;font-size:20px;margin-top:6px;line-height:22px;}
.lx2{color:#333333;font-size:15px;margin-top:6%;}


/*.aa{height:70px;}*/
.bq{
  position: fixed;
  z-index: 999;
  bottom: 0;
  width:100%;
  background: #fff;
  left: 0;padding:12px 0;text-align:center;color:#666666;font-size:13px;line-height:24px;
}

.bq a{color:#666;}