﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'alimama';
    font-weight:400;
    src: url('font/Alimama_ShuHeiTi_Bold.ttf');
    src: local('fontname Regular'),
    local('fontname'),
    url('font/Alimama_ShuHeiTi_Bold.woff') format('woff');
    /*url('Alimama_ShuHeiTi_Bold.ttf') format('truetype'),*/
    /*url('fontname.svg#fontname') format('svg');*/
}
body,html{
    height: 100%;
    width: 100%;
}

* {
    padding: 0;
    margin: 0;
}
.main_100{
    width: 100%;
}
.main {
    width: 1200px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
}

/*主体间隔*/
.in_jgbg{
    height:20px;
    background-color:#f7f7f7;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}

/*头部*/
.headertopbox{
    width:100%;
    /*height:60px;*/
    display: block;
    position: relative;
    z-index:3;
    /*background-color:#0069d1;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 101;*/
    /*box-shadow: 0 2px 4px 0 rgba(114,144,179,.2);*/
}
.headertopbox .welcome{
    background-color: #fff;
    height:32px;
    border-bottom:1px solid #ecf2ff;
}
.headertopbox .welcome .main{
    color: #8d8d8d;
    line-height:30px;
    font-size:14px;
}
.headertopbox .welcome .main h1{
    display:inline-block;
    font-weight:normal;
}
.headertopbox .headermainbg{
    /*此样式预留加头部背景使用*/
    width:100%;
    background:url("../images/headerbg.png") no-repeat center top;
    background-color:#eaf5ff;
}
.headertopbox .logo{
    height:50px;
    margin-top:35px;
    margin-bottom:35px;
    display:block;
}
.headertopbox .logo img{
    max-height:50px;
}


.headertopbox .nav{
    width:100%;
    height:50px;
    text-align: center;
    background-color:#0069d1;
    position: relative;
}
.headertopbox .nav .navbox{
    height:50px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.headertopbox .nav .navbox li{
    float: left;
}
.headertopbox .nav .navbox li a{
    padding:0 35px;
    height:50px!important;
    line-height:50px;
    font-size:16px;
    color:rgba(255,255,255,1);
    display:inline-block;
    position:relative;
    /*border-radius:19px;*/
    /*-moz-border-radius:19px;*/
    /*text-shadow:1px 1px 1px rgba(0,0,0,.6);*/
    float: left;
}
.headertopbox .nav .navbox li:first-of-type a:before{
    display: inline-block;
    content: "";
    /*position:relative;*/
    width:20px;
    height:16px;
    vertical-align:center;
    margin-right: 3px;
    /*padding-top:5px;*/
    background-image:url(../images/ico_home.png);
    background-position: bottom;
    background-repeat: no-repeat;
    /*border: 4px solid transparent;*/
    /*border-top-color: #f00;*/
}

.headertopbox .nav .navbox li a:hover{
    color: #78daff;
    /*background-color:rgba(95,187,255,.3);*/
    /*border:1px solid rgba(0,78,140,1);*/
    /*text-shadow:1px 1px 1px #000;*/
}
.headertopbox .nav .navbox li .active,.headertopbox .nav .navbox li .active:hover{
    color: #78daff;
    /*background-color:rgba(0,100,183,.5);*/
    /*border:1px solid rgba(95,187,255,1);*/
}

.headertopbox .nav .navbox li .active>.home{
    background-position:0 -648px;
}

.headertopbox .toplinkico{
    height:40px;
    margin-top:40px;
    display: block;
    float: right;
}
.headertopbox .toplinkico .icobox:last-child{
    margin-right:0!important;
}
.headertopbox .toplinkico .icobox{
    width:40px;
    height:40px;
    position: relative;
    margin-right:15px;
    display:block;
    float: left;
    border:1px solid #c2e3ff;
    border-radius: 5px;
}
.headertopbox .toplinkico .icobox:hover{
    background-color:#fff;
}

.headertopbox .toplinkico .icobox .icon_png{
    width:26px;
    height:26px;
    margin-left:7px;
    margin-top:7px;
    display: inline-block;
    cursor: pointer;
}
.headertopbox .toplinkico .weixin .icon_png{
    background-position:0 -1033px;
}
.headertopbox .toplinkico .weixin:hover .icon_png{
    background-position:0 -1143px;
}
.headertopbox .toplinkico .tel .icon_png{
    background-position:-220px -1033px;
}
.headertopbox .toplinkico .tel:hover .icon_png{
    background-position:-220px -1143px;
}
.headertopbox .toplinkico .qq .icon_png{
    background-position:-440px -1033px;
}
.headertopbox .toplinkico .qq:hover .icon_png{
    background-position:-440px -1143px;
}
.headertopbox .toplinkico .tyfloat .floatbox{
    display:none;
}
.headertopbox .toplinkico .tyfloat:hover .floatbox{
    display:block;
}
.headertopbox .toplinkico .tyfloat .floatbox{
    padding:15px 10px;
    background-color:#FFF;
    z-index: 9999;
    position:absolute;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 0 3px -1px #525252;
    -moz-box-shadow: 0 0 3px -1px #525252;
    box-shadow: 0 0 3px -1px #525252;
    border-radius: 5px;
}
.headertopbox .toplinkico .tyfloat .floatbox .btsj{
    width:-webkit-calc(100% - 20px);
    width:-moz-calc(100% - 20px);
    width:calc(100% - 20px);
    overflow: hidden;
    position: absolute;
    text-align:center;
    height: 10px;
    top:-10px;
    z-index: 1;
    display: block;
}
.headertopbox .toplinkico .tyfloat .floatbox .btsj:after {
    border: 1px solid;
    content: "";
    display: block;
    position: absolute;
    left:50%;
    margin-top:0;
    width:13px;
    height:13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
    background: #fff;
    border-color:#d8d8d8;
}
/*二维码*/
.headertopbox .toplinkico .tyfloat .ewm{
    top:50px;
    margin-left:-66px;
    -webkit-animation: .5s tmdbox;
    animation: .5s topewmys linear;
}
@-webkit-keyframes topewmys {
    0% { opacity:0; top:60px;}
    100% { opacity:1; top:50px;}
}
@keyframes topewmys {
    0% { opacity:0; top:60px;}
    100% { opacity:1; top:50px;}
}

.headertopbox .toplinkico .tyfloat .ewm .imgbox{
    width:150px;
    display:block;
}
.headertopbox .toplinkico .tyfloat .ewm .imgbox img{
    max-width:100%;
}
.headertopbox .toplinkico .tyfloat .ewm .imgbox span{
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
}

/*二维码*/
.headertopbox .toplinkico .tyfloat .tel{
    top:50px;
    margin-left:-66px;
    -webkit-animation: .5s telbox;
    animation: .5s telbox linear;
}
@-webkit-keyframes telbox {
    0% { opacity:0; top:60px;}
    100% { opacity:1; top:50px;}
}
@keyframes telbox {
    0% { opacity:0; top:60px;}
    100% { opacity:1; top:50px;}
}

.headertopbox .toplinkico .tyfloat .tel .telbox{
    width:150px;
    display: block;
    /*display:-webkit-flex;*/
    /*display:flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-around;*/
    /*justify-content:center;*/
    /*align-items:center;*/
}
.headertopbox .toplinkico .tyfloat .tel .telbox span{
    display: block;
    font-size:12px;
    line-height:24px;
    text-align: center;
    color: #9a9a9a;
    width:100%;
}
.headertopbox .toplinkico .tyfloat .tel .telbox p{
    display: block;
    /*align-self: center;*/
    text-align: center;
    width:100%;
    line-height:26px;
    background-color: #f3f3f3;
    border-radius: 5px;
}








/*主页灰色背景大容器*/
.inmainbg1{
    background-color:#f7f7f7;
    min-height:420px;
    height: auto;
}

/*banner通用样式*/

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    /* Center slide text vertically */
    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-button-prev,.swiper-button-next{
    opacity:0;
    transition: all .5s;
}
.swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-button-next{
    opacity:1;
}


.inbannerbox{
    width: 100%;
    height:500px;
    background:url("../images/loading.gif") no-repeat center center;


    /*background:url("../images/ico_bgimg1.gif") repeat-x bottom;*/
    /*-webkit-box-shadow: 0 0 10px -1px #ffffff;*/
    /*-moz-box-shadow: 0 0 10px -1px #ffffff;*/
    /*box-shadow: 0 0 10px -1px #ffffff;*/

}
.inbannerbox .swiper-wrapper{
    height:500px;
    /*background:url("../images/loading.gif") no-repeat center center;*/
}
.inbannerbox .swiper-slide{
    /*background:url("../images/loading.gif");*/
    background-repeat: no-repeat;
    background-position: center center;
    text-indent:-100000px;
}
.inbannerbox .swiper-button-prev{
    left:50px;
    color:#fff;
}
.inbannerbox .swiper-button-next{
    right:50px;
    color:#fff;
}


/*首页通用大标题*/
.in_maintybt{
    padding-bottom:20px;
    background: url("../images/ico_mainbt1.gif") no-repeat center bottom;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.in_maintybt h2{
    line-height:34px;
    font-size:30px;
    text-align: center;
    font-family:"alimama";
    font-weight:100 !important;
    color:#0069d1;
}
.in_maintybt h2 span{
    color: #868686;
    font-family: 'Arial';
    line-height:1;
    font-size:20px;
    font-weight:lighter;
    display: block;
}

/*首页通用小标题*/

.in_maintyxbt{
    width:100%;
}
.in_maintyxbt li{
    float: left;
}
.in_maintyxbt h2{
    height:36px;
    line-height:36px;
    font-size:22px;
    font-weight: normal;
    padding-left:45px;
}
.in_maintyxbt .xltj{
    background-position:left -1016px;
}
.in_maintyxbt .jdtj{
    background-position:left -1146px;
}
.in_maintyxbt .more{
    float: right;
}
.in_maintyxbt .more a{
    height:36px;
    line-height:34px;
    padding:0 20px 0 36px;
    background-position:-1169px -372px!important;
    color:#3c77df;
    border:1px solid rgba(60,119,223,.3);
    border-radius:17px;
    -webkit-border-radius:17px;
    -moz-border-radius:17px;
    display: block;
}
.in_maintyxbt .more a:hover{
    background-position:-1169px -422px!important;
    background-color: rgba(255,255,255,0.5);
    display: block;
}


/*首页通用More*/
.in_more,a.in_more{
    width: 200px;
    height: 38px;
    line-height:36px;
    font-size:16px;
    text-align: center;
    display: block;
    color:#8c8d8e;
    font-weight: lighter;
    border: 1px solid #e5e5e5;
    position: relative;
    -webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;
    transition: all 0.3s ease-out 0s;

    /*background: linear-gradient(135deg, transparent 5px, rgb(255, 165, 0) 0) top left,*/
    /*linear-gradient(-135deg, transparent 5px, rgb(255, 165, 0) 0) top right,*/
    /*linear-gradient(-45deg, transparent 5px, rgb(255, 165, 0) 0) bottom right,*/
    /*linear-gradient(45deg, transparent 5px, rgb(255, 165, 0) 0) bottom left;*/
    /*background-size: 50% 50%;*/
    /*background-repeat: no-repeat;*/
    /*!* box-shadow: 2px 2px 2px rgba(0, 0, 0, .8); *!*/
    /*filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .8));*/
}
.in_more:hover,a:hover .in_more{
    color:#3c77df;
    width: 260px;
    /*background-color: #eaf8ff;*/
    background-image: linear-gradient(#eaf8ff, #f1faff);
    border-color: #3c77df;
    -webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);-moz-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);
}
.in_more2,a.in_more2{
    height:32px;
    line-height:30px;
    text-align: center;
    display: block;
    color:#8c8d8e;
    border: 1px solid #e5e5e5;
    -webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;
    transition: all 0.3s ease-out 0s;
}
.in_more2:hover,a:hover .in_more2{
    color:#3c77df;
    /*background-color: #eaf8ff;*/
    background-image: linear-gradient(#eaf8ff, #f1faff);
    border-color: #3c77df;
    -webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);-moz-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);
}

/*关于我们*/

.inaboutbox .inaboutpiclrbox{
    width:600px;
    height:400px;
    overflow: hidden;
    /*border:5px solid #ffffff;*/
    float: left;
    /* 第四个参数：扩张半径，根据指定的值去扩大或缩小投影的尺寸 */
    box-shadow: 0 0 10px #ffffff;
}


.inaboutbox .aboutuslr{
    width:590px;
    height:400px;
    background:#fff;
    /*line-height:26px;*/
    /*padding-bottom:30px;*/
    /*padding-right:40px;*/
    position: relative;
    float: right;
    border:1px solid #e6e6e6;
    box-shadow: 10px 10px 0 rgba(237, 237, 237,1);
}
.inaboutbox .aboutuslr .lrbox{
    width:100%;
    height:180px;
    padding:30px 10px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
    overflow: hidden;
}
.inaboutbox .aboutuslr .lrbox .shizi{
    width:50px;
    height:50px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-25px;
    margin-top:-25px;
    z-index:100000;
}
.inaboutbox .aboutuslr .lrbox .shizi:after {
    content: "";
    width:50px;
    /*height:1px;*/
    top:50%;
    position: absolute;
    border-top:1px solid #d3d3d3;
    /*background-color: #d3d3d3;*/
}
.inaboutbox .aboutuslr .lrbox .shizi:before{
    content: "";
    /*width:1px;*/
    height:50px;
    border-left:1px solid #d3d3d3;
    left:50%;
    position: absolute;
    /*background-color:#d3d3d3;*/
}
.inaboutbox .aboutuslr .lrbox  li{
    width:33.333%;
    height:114px;
    /*border-right:1px solid #d3d3d3;*/
    text-align: center;
    position: relative;
    float: left;
}
.inaboutbox .aboutuslr .lrbox  li:after {
    content: "";
    width:0;
    height:50px;
    top:50%;
    right:0;
    margin-top:-25px;
    position: absolute;
    border-right:1px solid #eaeaea;
    /*background-color: #d3d3d3;*/
}
.inaboutbox .aboutuslr .lrbox  li:last-of-type:after{
    display: none;
}
.inaboutbox .aboutuslr .lrbox  li:hover{
    background-color:#f7f7f7;
}
.inaboutbox .aboutuslr .lrbox  li p{
    color:#8d8d8d;
}
.inaboutbox .aboutuslr .lrbox  li .da{
    line-height:76px;
    height:76px;
    display: inline-block;
}
.inaboutbox .aboutuslr .lrbox  li .da span{
    /*font-family:"alimama";*/
    font-size:60px;
    word-spacing:25px!important;

}
.inaboutbox .aboutuslr .lrbox  li .da span sup{
    font-size:20px;
}
.inaboutbox .aboutuslr .lrbox .box1{
    width:274px;
    height:114px;
}

.inaboutbox .aboutuslr .msbox{
    content: "";
    border-top:1px solid #e6e6e6;
    height:200px;
    position: relative;
    padding: 20px;
}
.inaboutbox .aboutuslr .msbox p{
    text-indent:2em;
    line-height:24px;
    max-height:144px;
    overflow: hidden;
    /*margin-bottom:16px;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical
}
/*.inaboutbox .aboutuslr:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width:200px;*/
/*    height:150px;*/
/*    border-bottom:1px solid #dcdcdc;*/
/*    border-right:1px solid #dcdcdc;*/
/*    right:0;*/
/*    bottom:0;*/
/*}*/

.inaboutbox .aboutuslr .msbox a{
    height:24px;
    line-height:24px;
    right:30px;
    bottom:1px;
    position: absolute;
}


/*首页主营业务*/
.in_business{
    width:100%;
    display:-webkit-flex;
    display:flex;
    flex-direction:row;
    /*justify-content:space-between;*/
    justify-content:space-between;
}
.in_business .yewubox{
    width:calc(50% - 10px);
    padding:30px 20px;
    background-color: #fff;
    display:-webkit-flex;
    display:flex;
    flex-direction:row;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,.2);-moz-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius:10px;

    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
}
.in_business .yewubox:hover{
    background-color:#f7f7f7;
    -webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);-moz-box-shadow:0 1px 5px rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.2);
}
.in_business .yewubox .picbox{
    width:200px;
    height:200px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius:10px;
    background:#3c77df;
    /*flex-grow:1;*/
    flex-shrink:0;
    position: relative;
    overflow: hidden;
}
.in_business .yewubox .picbox img{
    max-width: 100%;
    max-height: 100%;
    width:auto;
    height:auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);

    /*-webkit-border-radius:10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius:10px;*/
    display: block;
}


.in_business .yewubox .lrbox{
    flex-grow:0;
}
.in_business .yewubox .lrbox h2{
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 20px;
    font-weight:400;
    text-align: center;
}
.in_business .yewubox .lrbox p{
    text-indent:2em;
    line-height: 24px;
    max-height: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
}
/*.in_business .yewubox:nth-child(odd) .lrbox h2{*/
/*    text-align: right;*/
/*}*/
.in_business .yewubox:nth-child(odd) .picbox{
    /*flex:0;*/
    /*margin-right:11px;*/
    order:0;

}
.in_business .yewubox:nth-child(odd)  .lrbox{
    margin-left:20px;
    order:1;
}

/*.in_business .yewubox:nth-child(even) .lrbox h2{*/
/*    text-align: left;*/
/*}*/
.in_business .yewubox:nth-child(even)  .picbox{
    /*margin-left:11px;*/
    order:1;
}
.in_business .yewubox:nth-child(even) .lrbox{
    margin-right:20px;
    order:0;
}
.in_business .yewubox .lrbox:hover a{
    background-color: #fff;
}
.in_business .lr{
    width:250px;
    text-align: center;
    display: block;
}
.in_business .piclinkbox{
    width:250px;
    height:250px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius:50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom:10px;
    background:#3c77df;
}
.in_business .piclinkbox img{
    max-width:100%;
    -webkit-border-radius:50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
}
/*.in_business a:hover .piclinkbox{*/
/*-webkit-box-shadow:0 2px 5px rgba(0,0,0,.8);-moz-box-shadow:0 2px 5px rgba(0,0,0,.8);box-shadow:0 2px 5px rgba(0,0,0,.8);*/
/*}*/
.in_business a:hover .piclinkbox img{
    opacity:0.6;
}

.in_business h3{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:18px;
    text-align: center;
    font-weight: normal;
    display: block;
}

/*怒江旅游*/
.in_tourismbox .focusbox{
    width:450px;
    height:338px;
    float: left;
    position: relative;
    overflow: hidden;
    background-color:#0069d1;
}
.in_tourismbox .focusbox img{
    max-width:100%;
}
.in_tourismbox .focusbox:hover img{
    opacity:0.5;
}
.in_tourismbox .focusbox .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding:12px 10px;
    font-size: 16px;
    line-height:24px;
    color: #fff;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-align: center;*/
    background: rgba(0,0,0,0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,0.8)), to(rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.8) 100%);
    /*background: #222;*/
    /*background: rgba(0,0,0,.5);*/
}
.in_tourismbox .rightlr{
    width:730px;
    float: right;
}
.in_tourismbox .rightlr li{ width:730px; height:auto; padding-bottom:12px;  float:left; text-align:left; _display:inline; border-bottom:1px solid #e6e6e6; transition:all 0.3s ease-out 0s;}
.in_tourismbox .rightlr li:last-child { border-bottom:0; margin-top:13px;}
.in_tourismbox .rightlr .picbox{width:208px; height:156px; display: block; overflow:hidden; float:left; margin-right:15px; background-color:#0069d1;}
.in_tourismbox .rightlr .picbox:hover img{opacity:0.5;}
.in_tourismbox .rightlr .bt{height:28px;margin-bottom:5px;}
.in_tourismbox .rightlr .bt h3{ max-width:507px; display: block; height:28px; line-height:28px; overflow: hidden; font-size:20px; font-weight:100; float:left;}
.in_tourismbox .rightlr .bt h3 a{ display: block; height:28px; line-height:28px; overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis; }
.in_tourismbox .rightlr .time{ color:#a9a9a9; display: inline-block; margin-bottom:5px; height:20px; line-height:20px; font-size:14px; padding-left:20px; background-position: left -288px; }
.in_tourismbox .rightlr .ms{font-size: 14px; max-height:48px; line-height:24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;  -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.in_tourismbox .rightlr .ckxq{ height:30px; float: right; line-height:28px; border:1px solid #dedede; color:#8d8d8d;  padding:0 20px; display: inline-block; border-radius:5px; -moz-border-radius: 5px;}
.in_tourismbox .rightlr .ckxq:hover{background-color:#fff; color:#0069d1; border-color:#0069d1;}
/*首页图片滚动列表*/
.swiper_scrolling
{
    width:1200px!important;
    height: 370px;
}
.swiper_scrolling .swiper-wrapper{
    width:1200px;
}
.swiper_scrolling .swiper-slide{
    flex-direction:column;
}
.swiper_scrolling .swiper-pagination{
    bottom:0!important;
    z-index:5;
}
.swiper_scrolling .swiper-button-prev,.swiper_scrolling .swiper-button-next{
    background-color:rgba(0,0,0,.6);
    color:#fff;
    width:30px;
    height:67px!important;
    margin-top:-34px;
    text-align: center;
}
.swiper_scrolling .swiper-button-prev{
    left:0;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    border-bottom-right-radius: 5px;
}
.swiper_scrolling .swiper-button-next{
    right:0;
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    border-bottom-left-radius: 5px;
}




.swiper_scrolling .swiper-slide .picbox{
    width:100%;
    /*width:292px;*/
    height:0;
    padding-bottom:100%;
    display: block;
    background-color: #fff !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.swiper_scrolling .swiper-slide .picbox img{
    max-width: 100%;
    max-height: 100%;
    width:auto;
    height:auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.swiper_scrolling .swiper-slide .picbox i{
    color:#fff;
    opacity:0;
    position: absolute;
    display: block;
    z-index:10;
    margin-left:-10px;
    top:50%;
    left:50%;
    transition: all 0.3s ease-out 0s;


}
.swiper_scrolling .swiper-slide:hover .picbox i{
    font-size:50px;
    margin-top:-30px;
    margin-left:-30px;
    transition: all 0.3s ease-out 0s;
    opacity:1;
}
.swiper_scrolling .swiper-slide .picbox img{
    max-width:100%;
}

.swiper_scrolling .swiper-slide:hover .picbox img{
    opacity:0.5!important;

}

.swiper_scrolling .swiper-slide .tit{
    width:280px;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    min-height:40px;
    font-size: 16px;
    /*font-weight: 100;*/
    margin-top:5px;
    transition: all 0.3s ease-out 0s;
    text-align: center;



    /*outline:none;*/
    /*display:table-cell;*/
    /*vertical-align:middle;*/

    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;


    /*display: -webkit-box;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}


/*两行图片列表*/


.piclist_a li{
    margin-bottom:15px;
    position: relative;
    float: left;
}
.piclist_a li:nth-child(2) {
    margin-left:15px;
    margin-right: 15px;
}
.piclist_a li:nth-child(1),.piclist_a li:nth-child(2),.piclist_a li:nth-child(3),
.piclist_a li:nth-child(1) .picbox,.piclist_a li:nth-child(2) .picbox,.piclist_a li:nth-child(3) .picbox
{
    width:390px;
    height:293px;
}

.piclist_a li:nth-child(4),.piclist_a li:nth-child(5),.piclist_a li:nth-child(6){
    margin-right:12px;
}
.piclist_a li:nth-child(4),.piclist_a li:nth-child(5),.piclist_a li:nth-child(6),.piclist_a li:nth-child(7),
.piclist_a li:nth-child(4) .picbox,.piclist_a li:nth-child(5) .picbox,.piclist_a li:nth-child(6) .picbox,.piclist_a li:nth-child(7) .picbox
{
    width:291px;
    height:218px;
}
.piclist_a li .picbox{
    position: relative;
    overflow: hidden;
    background-color:#0069d1;
}
.piclist_a li:hover .picbox{
    box-shadow: 0 0 10px #ffffff;
}
.piclist_a li .picbox img{
    max-width:100%;
}
.piclist_a li .picbox:hover img{
    opacity:0.5;
}
.piclist_a li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding:12px 10px;
    font-size: 16px;
    line-height:24px;
    color: #fff;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-align: center;*/
    background: rgba(0,0,0,0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,0.8)), to(rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.8) 100%);
    /*background: #222;*/
    /*background: rgba(0,0,0,.5);*/
}
.piclist_a li a:hover .title{
    color: #3c77df;
}



/*文章选项卡*/
.inessay_lab {
    width:390px;
    height:36px;
    margin-left: auto;
    margin-right: auto;
}
.inessay_lab li{
    width:120px;
    height:36px;
    margin-left:5px;
    margin-right:5px;
    float: left;
}
.inessay_lab li a{
    color:#a8a8a8;
    width:118px;
    line-height:34px;
    font-size:16px;
    text-align: center;
    display: block;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    border:1px dashed #dddddd;
}

.inessay_lab .active a{
    color:#3c77df;
    border:1px solid #c5e6ff;
}
.innews_lrbox .newsfocus{
    width:450px;
    float: left;
}
.innews_lrbox .newsfocus .picbox{
    width:450px;
    height:338px;
    /*background-color:#0069d1;*/
    display: block;
    overflow: hidden;
    position: relative;
}
.innews_lrbox .newsfocus .picbox:before {
    padding-bottom: 100%;
    content: "";
    display: block;
    width: 100%;
}
.innews_lrbox .newsfocus .picbox .woo-picture-img {
    border-radius: inherit;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.innews_lrbox .newsfocus .picbox .woo-picture-slot {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

    vertical-align: top;
    overflow: hidden;
    border-radius:0.5em;
}
/*.innews_lrbox .newsfocus .picbox img{*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    width:auto;*/
/*    height:auto;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate3d(-50%,-50%,0);*/
/*    -webkit-transform: translate3d(-50%,-50%,0);*/
/*    -webkit-border-radius:10px;*/
/*    -moz-border-radius: 10px;*/
/*    border-radius:10px;*/
/*    display: block;*/
/*}*/

.innews_lrbox .newsfocus .picbox:hover img{
    opacity:0.8;
}
.innews_lrbox .newsfocus dl{
    border-bottom:1px solid #efefef;
    padding-bottom:26px;
}
.innews_lrbox .newsfocus dl dt{
    padding:10px 0;
    font-size:18px;
    height:42px;
}
.innews_lrbox .newsfocus dl dt a{
    line-height:20px;
    height:20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.innews_lrbox .newsfocus dl dd{
    line-height:22px;
    max-height:44px;
    height:44px;
    font-size:14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.innews_lrbox .newslrbox{
    width:726px;
    height:451px;
    float: right;
}
.innews_lrbox .newslrbox li{ width:726px;padding-bottom:20px;  float:left; text-align:left; _display:inline; border-top:1px solid #e1e1e1; transition:all 0.3s ease-out 0s;}
.innews_lrbox .newslrbox li:hover{
    background-color: #f7f7f7;
    box-shadow: 10px 10px 0 rgba(237, 237, 237,1);
}
.innews_lrbox .newslrbox li:hover .picbox{
    margin-right:15px;
}
.innews_lrbox .newslrbox .picbox{width:100px; height:75px; overflow:hidden; float:right; margin-left:15px;  position:relative; background-color:#0069d1; transition:all 0.2s ease-out 0s; }
.innews_lrbox .newslrbox .picbox img{
max-width: 100%;
max-height: 100%;
width:auto;
height:auto;
position: absolute;
left: 50%;
top: 50%;
transform: translate3d(-50%,-50%,0);
-webkit-transform: translate3d(-50%,-50%,0);
}
.innews_lrbox .newslrbox .picbox:hover img{opacity:0.5;}
.innews_lrbox .newslrbox .bt{height:54px; line-height:34px; padding-top:10px; font-size:18px; font-weight:normal; display: block;}
.innews_lrbox .newslrbox .bt i{line-height:20px; float: left; display: inline-block; margin-top:7px; color: #d5d5d5;}
.innews_lrbox .newslrbox .bt a{margin-left:18px; line-height:34px; display: block;  overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;
}
.innews_lrbox .newslrbox .lrbox{height:75px;}
.innews_lrbox .newslrbox .time{margin-top:10px; display: inline-block; height:20px; line-height:20px; font-size:14px; padding-left:20px; font-weight: lighter; background-position: left -288px; }
.innews_lrbox .newslrbox .ms{font-size: 14px; height:44px; line-height:22px; overflow: hidden; display: block; text-indent:2em;  display: -webkit-box;   -webkit-box-orient: vertical;  -webkit-line-clamp:2; text-overflow: ellipsis;}
.innews_lrbox .newslrbox li:last-child{ border-bottom: 1px solid #efefef; }


/*知识百科*/
.inencyclopedia{
    width:1200px;
    height:auto;
}
.inencyclopedia li{ width:593px;padding:10px 20px 20px;  float:left; text-align:left; _display:inline; border:1px solid #e1e1e1; transition:all 0.3s ease-out 0s; margin:0 14px 15px 0;}
.inencyclopedia li:nth-child(even){
    margin-right:0!important;
}
.inencyclopedia li:hover{
    border:1px solid #d2d2d2;
    background-color: #fafafa;
    box-shadow:0 5px 10px rgba(237, 237, 237,1);
}
.inencyclopedia li:hover .picbox{
    margin-right:15px;
}
.inencyclopedia .picbox{width:100px; height:75px; overflow:hidden; float:left; margin-right:15px;  position:relative; background-color:#0069d1; transition:all 0.2s ease-out 0s; }
.inencyclopedia .picbox img{
    max-width: 100%;
    max-height: 100%;
    width:auto;
    height:auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.inencyclopedia .picbox:hover img{opacity:0.5;}
.inencyclopedia .bt{height:38px; line-height:38px; font-size:18px; font-weight:normal; display: block;}
.inencyclopedia .bt i{line-height:20px; float: left; display: inline-block; margin-top:7px; color: #d5d5d5;}
.inencyclopedia .bt a{margin-left:18px; line-height:34px; display: block;  overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;
}
.inencyclopedia .lrbox{height:75px;}
.inencyclopedia .time{margin-top:10px; display: inline-block; height:20px; line-height:20px; font-size:14px; padding-left:20px; font-weight: lighter; background-position: left -288px; }
.inencyclopedia .source{margin-top:10px; display: inline-block; height:20px; line-height:20px; font-size:14px; font-weight: lighter; position: relative;}
.inencyclopedia .ms{font-size: 14px; max-height:44px; line-height:22px; overflow: hidden; display: block;  display: -webkit-box;   -webkit-box-orient: vertical;  -webkit-line-clamp:2; text-overflow: ellipsis;}
.inencyclopedia li:last-child{ border-bottom: 1px solid #efefef; }



/*友情链接*/
.footlink{
    width:100%;
    height:110px;
    padding-top:37px;
    background:url("../images/foot_linkbg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color:#0069d1;
}
.footlink .main{
    text-align: center;
    font-size:24px;
    height:36px;
    line-height:36px;
    color:#ffffff;
}
.footlink .main a{
    font-size:18px;
    padding:0 20px;
    color: #b2eaff;
    /*background-color:rgba(60,119,223,.8);*/
    display: inline-block;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin-left:10px;
    margin-right:10px;
    border:1px solid rgba(255,255,255,.2);
    text-shadow: 1px 1px 1px rgba(0,113,197,1);
    -webkit-box-shadow:0 2px 5px rgba(0,113,197,1);
    -moz-box-shadow:0 2px 5px rgba(0,113,197,1);
    box-shadow:0 2px 5px rgba(0,113,197,1);
}
.footlink .main a:hover{
    color:#0069d1;
    background-color:rgba(255,255,255,.8);
    border:1px solid rgba(0,113,197,1);
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
}
.footerbox{
    width:100%;
    height:auto;
}
.footerbox .copyright{
    padding-top:50px;
    min-height:205px;
    background-color:#f2f2f2;
    background-image: url("../images/footer_copyrightbg.jpg");
    background-position: center top;
}
.footerbox .copyright .leftbox{
    width:120px;
    display:inline-block;
    height:auto;
}
.footerbox .copyright .leftbox img{
    max-width:100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.footerbox .copyright .leftbox p{
    width: 100%;
    height:40px;
    line-height:40px;
    text-align: justify;
    text-align-last: justify;
    display: block;
}
.footerbox .copyright .centerbox{
    width:800px;
    margin-left:60px;
    float: left;
}
.footerbox .copyright .centerbox .fnavbox{
    width:100%;
    font-size:16px;
    height:20px;
    line-height:20px;
}
.footerbox .copyright .centerbox .fnavbox a{
    height:20px;
    line-height:20px;
    display: block;
    margin-right:30px;
    float: left;
}
.footerbox .copyright .centerbox .copyrig{
    line-height:22px;
}


.footerbox .ewmbox {
    position: relative;
}
.footerbox .ewmbox li{
    width:64px;
    margin-left:30px;
    float:left;
}
.footerbox .ewmbox .btbox {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}
.footerbox .ewmbox .linkbox{
    width:64px;
    height:64px;
    position:relative;
}
.footerbox .ewmbox .linkpic{
    width:64px;
    height:64px;
    margin-top:15px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,1.00);
    padding:2px;
    border:1px solid #e3e3e3;
    cursor: pointer;
    /*filter:progid:DXImageTransform.Microsoft.radius(strength=5);*/
    /*border-radius:5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
}

.footerbox .ewmbox .linkbox:hover .ewm{
    display:block;
}

.footerbox .ewmbox .ewm{
    width:200px;
    height:200px;
    padding:10px;
    background-color:#FFF;
    top:-210px;
    z-index: 9999;
    position:absolute;
    margin-left:-68px;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 0 5px -1px #525252;
    -moz-box-shadow: 0 0 5px -1px #525252;
    box-shadow: 0 0 5px -1px #525252;
    display: none;
}
.footerbox .ewmbox .ewm .btsj{
    overflow: hidden;
    position: absolute;
    text-align:center;
    width:180px;
    height: 10px;
    margin-bottom:-10px;
    bottom:0;
    z-index: 1;
    display: block;
}

.footerbox .ewmbox .ewm .btsj:after {
    border: 1px solid;
    content: "";
    display: block;
    position: absolute;
    left:50%;
    margin-top:-10px;
    width:13px;
    height:13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
    background: #fff;
    border-color: #d8d8d8;
}

.footerbox  .yqlinkbox{
    color: #acacac;
    background-color:#ffffff;
    border-top: 1px solid #e8e8e8;
    line-height: 21px;
    font-size: 12px;
    padding:5px 0;
}
.footerbox  .yqlinkbox a{
    color: #acacac;
    display: inline-block;
    margin-right: 5px;
}
.footerbox  .yqlinkbox a:hover{
    color:#000;
}



/*内页开始**************************/
.lrbannerbox{
    width:100%;
    height:400px;
    background:no-repeat center center;
    box-shadow: 0 2px 4px 0 rgba(114,144,179,.2);
    text-indent:-100000px;
}

/*当前位置*/
.maindqwzbox {
    color:#7b7b7b;
    height:50px;
    padding:10px 0;
    line-height:30px;
    /*border-bottom:1px solid #a1d1ff;*/
    /*background-color: #deefff;*/
    /*box-shadow: 0 2px 4px 0 rgba(114,144,179,.2);*/
}
/*.maindqwzbox i{*/
/*    width:20px;*/
/*    height:30px;*/
/*    margin-right:5px;*/
/*    display: inline-block;*/
/*    background-position:-280px -584px;*/
/*    float: left;*/
/*}*/
.maindqwzbox .lrbox{
    float: left;
}
.maindqwzbox span {
    padding:0 5px;
    font-family:"宋体";
    display: inline-block;
}
.maindqwzbox a {
    text-decoration: none;
}
.maindqwzbox a:hover{
    color:#cf0000;
    text-decoration: none;
}

/*内容左侧*/
.lrleftbox,.lrrightbox,.lrmainbox{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background-color:#288bec;
}
.lrleftbox .btbox,.lrrightbox .btbox,.lrmainbox .btbox{
    height:42px;
    line-height:42px;
    padding-left:20px;
    font-size:18px;
    font-weight:100;
    color:#ffffff;
    display:block;
}
.lrleftbox .lrbox,.lrrightbox .lrbox{
    padding:25px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background-color: #ffffff;
    min-height:150px;
    display: block;
    -webkit-box-shadow: 0 0 4px rgba(206,206,206,1);
    -moz-box-shadow: 0 0 4px rgba(206,206,206,1);
    box-shadow: 0 0 4px rgba(206,206,206,1);
}
/*全屏内容盒子*/
.lrmainbox .lrbox{
     -webkit-border-radius:10px;
     -moz-border-radius:10px;
     border-radius:10px;
     background-color: #ffffff;
     min-height:150px;
     display: block;
     -webkit-box-shadow: 0 0 4px rgba(206,206,206,1);
     -moz-box-shadow: 0 0 4px rgba(206,206,206,1);
     box-shadow: 0 0 4px rgba(206,206,206,1);
    /*box-shadow: 0 4px 31px 0 rgba(17,30,54,.09);*/
 }
.lrmainbox .lrbox .listbox{
    /*border-bottom:1px solid #eaeaea;*/
    /*box-shadow: 0 2px 2px 0 rgba(114,144,179,.2);*/
}
.lrmainbox .lrbox .listbox:empty{
    display: none;
}
.lrmainbox .list{
    text-align: center;
    /*box-shadow: 0px 0px 3px #888888;*/
    padding:10px 0;
    border-bottom:1px solid #eaeaea;
}

.lrmainbox .list li{
    display: inline-block;
    margin:2px 5px;
    position: relative;
}
.lrmainbox .list li a{
    padding-left:20px;
    padding-right:20px;
    line-height:34px;
    height:36px;
    color:#6d6d6d;
    border:1px solid #f1f1f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
}
.lrmainbox .list li a:hover{
    color:#3c77df;
    background-color: #eef8ff;
    border-color: #a8eeff;
}
.lrmainbox .list li.active a{
    color: #ff5b00;
    font-weight: bold;
    background-color:#fff;
    border:1px solid #ffb894;
}

.lrmainbox .list li.active a:before {
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*bottom:-8px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*margin-left:-4px;*/
    /*left:50%;*/
    /*border:4px solid transparent;*/
    /*border-top-color: #ffb894;*/
    /*z-index: 3;*/
    left:50px;
    bottom:-4px;
    position: absolute;
    content: " ";
    height: 8px;
    width: 8px;
    border: 1px solid #ffb894;
    /*border-top: none;*/
    border-left: none;
    border-bottom:none;
    background-color:#ffffff;
    transform: rotate(-45deg);
}

.lrmainbox .list2{
    display: block;
    text-align: center;
    line-height:24px;
    padding:10px;
    border-bottom:1px solid #eaeaea;
    /*border-bottom:3px double #f1f1f1;*/
    background:linear-gradient(to top, #f4faff,#ffffff);
    width:100%;
    position:relative;
}
.lrmainbox .list2:before {
    /*display: block;*/
    /*content: "";*/
    /*position: absolute;*/
    /*top:-8px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*margin-left:-4px;*/
    /*left:50%;*/
    /*border:4px solid transparent;*/
    /*border-bottom-color: #d4d4d4;*/
    z-index: 3;

    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    top:-6px;
    right:50%;
    background-color:#fff;
    position: absolute;
    transform: rotate(-46deg);
    transition: all .3s ease-in;
}
.lrmainbox .list2 a{
    display: inline-block;
    margin-left:10px;
    margin-right:10px;
}
.lrmainbox .list2 a.active{
    color:#3c77df;
}


/*内页通用标题*/

.mainbt1{
    width:100%;
    height:42px;
    position: relative;
}
.mainbt1 h2{
    height:42px;
    line-height:42px;
    padding-left:50px;
    font-size:18px;
    display: inline-block;
    color:#ffffff;
    text-align:left;
    font-weight: inherit;
    position: relative;
    float:left;
}
.mainbt1 i{
    width:26px;
    height:26px;
    line-height:26px;
    font-size:22px;
    color:#8ac5ff;
    text-align: center;
    display: block;
    left:18px;
    top: 10px;
    position: absolute;
}
.mainbt1 p{
    color:#8ac5ff;
    float: right;
    line-height: 42px;
    margin-right:20px;
}



/*左菜单*/
.VerticalMenu {
    width: 200px;
    height:auto;
    cursor: pointer;
    /*position: relative;*/
    z-index:2;
}
.VerticalMenu > div {
    width: 200px;
    float: left;
}
.VerticalMenu > div > div:first-child {
    text-align:left;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    border-bottom: 1px solid  #f0f0f0;
    transition: background-color 0.4s linear;
    position:relative;
}
.VerticalMenu > div > a {
    text-align:left;
    height: 40px;
    line-height: 40px;
    font-size:16px;
    padding-left:20px;
    padding-right: 20px;
    background: url("../images/icon_lrnavbg1.gif") no-repeat left center;
    border-bottom: 1px solid  #f0f0f0;
    transition: background-color 0.4s linear;
    position:relative;
    display: block;
}
.VerticalMenu > div > a:hover{
    background: url("../images/icon_lrnavbg2.gif") no-repeat left center;
}
.VerticalMenu > div > a.active {
    color: #288bec;
    background: url("../images/icon_lrnavbg2.gif") no-repeat left center;
}

.VerticalMenu > div > div:first-child > a{
    font-size:16px;
    width:180px;
    padding-left:20px;
    height: 40px;
    line-height: 40px;
    background: url("../images/icon_lrnavbg1.gif") no-repeat left center;
    display: block;
    float: left;
}
.VerticalMenu > div > div:first-child > span{
    font-size:16px;
    width:180px;
    padding-left:20px;
    height: 40px;
    line-height: 40px;
    background: url("../images/icon_lrnavbg1.gif") no-repeat left center;
    display: block;
    float: left;
}
.VerticalMenu > div > div:first-child > a.active{
    color:#288bec;
    background:url("../images/icon_lrnavbg2.gif") no-repeat left center;

}
.VerticalMenu > div > div:first-child > span.active{
    color:#288bec;
    background:url("../images/icon_lrnavbg2.gif") no-repeat left center;

}
.VerticalMenu > div > div:first-child:hover {
    color:#288bec;
}
.VerticalMenu > div > div:first-child:hover i{
    color:#288bec;
}
.VerticalMenu > div > div > i{ right:5px; position: absolute; color:#ccc;}
.VerticalMenu > div > div:first-child > i:last-child {
    float: right;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
}

.VerticalMenu > div > div:last-child {
    width: 200px;
    display: none;
    margin-top:10px;
}
.VerticalMenu > div > div:last-child > div {
    background-color: white;
    transition: background-color 0.1s linear;
    text-align: left;
    padding-left:20px;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.VerticalMenu > div > div:last-child > div:hover {
    background-color: #f0f0f0!important;
}


.VerticalMenu > div > div:last-child > a {
    /*background-color: white;
    transition: background-color 0.1s linear;*/
    color:#9a9a9a;
    text-align: left;
    padding-left:20px;
    line-height:36px;
    /*border-bottom: 1px solid #e6e6e6;*/
    display: block;
}
.VerticalMenu > div > div:last-child > a:hover {
    color:#288bec;
    background-color: #eaf3ff !important;
}
.VerticalMenu > div > div:last-child > a.active{
    color:#ff5b00;
}


.VerticalMenu > div:last-child::after {
    display: block;
    clear: both;
}
/*.VerticalMenu > div:first-child > div:first-child {*/
/*border-top-left-radius: 5px;*/
/*border-top-right-radius: 5px;*/
/*}*/
/*.VerticalMenu > div:last-child > div:first-child {*/
/*border-bottom-left-radius: 5px;*/
/*border-bottom-right-radius: 5px;*/
/*}*/


/*内页左侧联系方式*/

.lrleftbox .lrbox .lxfsbox .telphone{
    height:24px;
    line-height:24px;
    font-size:21px;
    display: block;
}
.lrleftbox .lrbox .lxfsbox .telbox{

}
.lrleftbox .lrbox .lxfsbox i{
    /*line-height:40px;*/
    font-size:38px;
    /*vertical-align: top;*/
    width:40px;
    margin-right:10px;
    display:block;
}
.lrleftbox .lrbox .lyfkbox{
    height:40px;
    margin-top:15px;
    display: block;
}

.lrleftbox .lrbox .lyfkbox i{
    line-height:40px;
    font-size:38px;
    vertical-align: top;
    width:40px;
    margin-right:10px;
    display: inline-block;
}
.lrleftbox .lrbox .lyfkbox i:before{
    display: inline-block;
    margin-top:4px;
}
.lrleftbox .lrbox .lyfkbox span{
    line-height:40px;
    font-size:20px;
}
.lrleftbox .lrbox li{
    padding-bottom:15px;
}



/*右侧内容*/

.articlelist1 li{
    width:100%;
    height:30px;
}
.articlelist1 li a{
    width:720px;
    height:30px;
    line-height:30px;
    font-size:16px;
    padding-left:10px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.articlelist1 li a:hover {
    color:#ff5b00;
}
 .articlelist1 li span{
    color:#a8a8a8;
    float: right;
}
.articlelist1 li:nth-child(5n){
    margin-bottom:15px;
}

/*.articlelist1 li:nth-of-type(5),.articlelist1 li:nth-of-type(10),.articlelist1 li:nth-of-type(15),.articlelist1 li:nth-of-type(20),.articlelist1 li:nth-of-type(25),.lrrightbox .articlelist1 li:nth-of-type(30),.lrrightbox .articlelist1 li:nth-of-type(35),.lrrightbox .articlelist1 li:nth-of-type(40),.lrrightbox .articlelist1 li:nth-of-type(45),.articlelist1 li:nth-of-type(50),.articlelist1 li:nth-of-type(50),.lrrightbox .articlelist1 li:nth-of-type(55),.lrrightbox .articlelist1 li:nth-of-type(60),.lrrightbox .articlelist1 li:nth-of-type(65),.articlelist1 li:nth-of-type(70),.lrrightbox .articlelist1 li:nth-of-type(75),.articlelist1 li:nth-of-type(80),.articlelist1 li:nth-of-type(85),.articlelist1 li:nth-of-type(90),.lrrightbox .articlelist1 li:nth-of-type(95),.lrrightbox .articlelist1 li:nth-of-type(100),.lrrightbox .articlelist1 li:nth-of-type(105),.lrrightbox .articlelist1 li:nth-of-type(110),.lrrightbox .articlelist1 li:nth-of-type(115),.articlelist1 li:nth-of-type(120),.lrrightbox .articlelist1 li:nth-of-type(125),.lrrightbox .articlelist1 li:nth-of-type(130){*/
/*    margin-bottom:15px;*/
/*}*/

/*图文列表*/
.twlist dl{
    height:auto;
    margin-bottom:10px;
}
.twlist dl dt{
    height:36px;
    line-height:36px;
    margin-bottom:5px;
}

.twlist dl dt h2 a{
    padding-left:15px;
    height:36px;
    line-height:36px;
    max-width:760px;
    font-size:16px;
    font-weight:normal;
    color:#000;
    display:block;
    background-position:-1189px -476px;
    overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;
}
.twlist dl dt h2 a:hover{
    color:#3c77df;
    background-position:-1189px -526px;
}
.twlist dl dd{
    clear:both;
}
.twlist dl dd:before, .twlist dl dd:after {
    content: ' ';
    display: block;
    clear: both;
    visibility:hidden;
    line-height: 0;
    height:0;
}
.twlist dl .ddbg1{
    background-color: #FFFFFF;
    border:1px  dashed #E0E0E0;
    padding:15px 10px;
    min-height:87px;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items:center;
    /*justify-content:center;*/
}
.twlist dl .ddbg1:hover{
    border-color:#95beff;
    border-style: solid;
    border-radius: 10px;
    background:#f5f9ff;
}
.twlist dl .ddbg1:hover p{
    color:#3c77df!important;
}
.twlist dl dd.ddbg1 .imgbox{
    width:100px;
    height:75px;
    margin-right:15px;
    overflow:hidden;
    /*flex-grow:0;*/
    position: relative;

}
.twlist dl dd.ddbg1 .imgbox img{
    max-width:100px;
    width:expression(document.body.clientWidth>100?"100px":"auto");
    max-height:75px;
    width:expression(document.body.clientHeight>75?"75px":"auto");

    position: absolute;
    /*left:0;*/
    left: 50%;
    top: 50%;
    /*transform: translate(0,-50%);*/

    transform: translate(-50%,-50%);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.twlist dl dd.ddbg1 p{
    line-height:19px;
    text-indent:2em;
    max-height:57px;
    overflow: hidden;
    flex:1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}


.twlist dl .ddbg2 {
    line-height:27px;
    height:27px;
    overflow:hidden;
}
.twlist dl .ddbg2 strong{
    color:#999;
}
.twlist dl .ddbg2 h3{
    font-size:12px;
    font-weight:100;
    margin-left:10px;
    display:inline-block;
}

/*内页图片列表*/
.piclistlr li{
    margin:13px 16px;
}
.piclistlr2 li{
    margin:13px 13px;
}
.lrmainboxpiclist li{
     margin:13px 13px;
 }
/*内页产品列表*/
.prolistlr li{
    margin:13px 16px;
}
.lrmainboxprolistlr li{
    margin:13px 13px;
}

/*文章详细页面*/

.titl {
    width:100%;
    height:auto;
    text-align:center;
    padding-bottom:15px;
    border-bottom: 1px dashed #E6E6E6;
}
.titl h1 {
    line-height:30px;
    font-family: 'alimama',"微软雅黑", "黑体";
    font-size: 25px;
    margin-bottom:15px;
    font-weight:lighter;
}
.titl h1 a{
    color:#0069d1;
}
.titl h1 a:hover{
    colr:#ff5b00;
}

.titl .laizi {
    color:#9b9b9b;
    height:40px;
    display: flex;
    /*flex-direction:row;*/
    justify-content:space-between;
}
.titl .laizi .fx{
    width:200px;
    text-align:left;

}
.titl .laizi .fx span.tit{
    width:40px;
    line-height:40px;
    display: block;
    float: left;
}
.titl .laizi .fr {
    width:480px;
    line-height:40px;
    text-align:center;

}
.titl .laizi .fr a{
    color:#717171;
}
.titl .laizi .fr a:hover{
    color:#3c77df;
}
.titl .laizi .zh {
    width:120px;
    line-height:40px;
    color: #7E7E7E;
    text-align:right;
}
.titl .laizi .zh span {
    cursor: pointer;
}
.titl .laizi .zh  em{
    color:#CCC;
    font-size:8px;
    font-family: “宋体”;
}
.titl .laizi .zh .small {
    font-size:10px !important;
    padding-left:7px;
    padding-right:7px;
    display:inline-block;
}
.titl .laizi .zh .big {
    font-size:16px!important;
    padding-left:7px;
    padding-right:7px;
    display:inline-block;
    font-weight: bold;
}

.detbox{
    width:100%;
    height:auto;
    line-height:1.6em;
    font-size:14px;
    padding-top:20px;
    padding-bottom:20px;
    overflow: hidden;
}
.detbox img{
    max-width:100%;
    margin-bottom:15px;
    border-radius:5px;/*opera或ie9*/
    -webkit-border-radius: 5px;/*safari或chrome*/
    -moz-border-radius: 5px;/*firefox*/
}
.detbox  p{
    padding-bottom:15px;
}
.detbox  a{
    color: #4d4d4d;
}
.detbox  a:hover{
    color:#e84400;
}

.detbox .video{
    width:640px;
    margin-left: auto;
    margin-right: auto;
}
.detbox .video .prism-player{
    min-height:360px;
}
.detbox .video iframe{
    min-height:360px;
}
.detbox .video_title {
    margin-bottom:10px;
    line-height:30px;
    text-align: center;
    display: block;
    background-color: #eeeeee;
}
.detbox .map-box{
    width:100%;
    height:400px;
    margin-bottom:15px;
    border:#ccc solid 1px;
}
.detbox .map-box #platform,.detbox .map-box #dituContent{
    width:100%;
    height:100%;
}

.detbox table{
    margin-bottom:10px;
}

.det_tables{
    border-collapse:collapse;
    border-top:1px solid #e8e8e8;
    border-right:1px solid #e8e8e8;
}
.det_tables td,.det_tables th{
    border-spacing:3px;
    border-left:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;
    padding:4px;
}
.det_tables th{
    background-color: #bfa019;
}


/*附件样式*/

.downbox{
    padding-top:10px;
    padding-bottom:10px;

    border-top:1px dashed #e1e1e1;
}
.downbox span{
    color: #dd6633;
    display: block;
    width:70px;
    line-height:22px;
    padding-top:5px;
    font-weight: bold;
    float: left;
}
.downbox ul{
    margin-left:70px;
    color:#9b9b9b;
}
.downbox ul li{
    padding-top:5px;
    padding-bottom:5px;
}
.downbox ul li a{
    text-decoration:underline;
}


/*搜索页-start*/
.mainsearchbox {
    padding:45px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*background-color: #f5f5f5;*/
    background:linear-gradient(to top, #f4faff,#ffffff);

    text-align: center;
    border-bottom:1px solid #e7e7e7;


}
.mainsearchbox ul {
    display: inline-block;
}

.mainsearchbox li {
    float: left;
}


.mainsearchbox .lrselect {
    width: 135px;
    height:40px;
    border: 1px solid #c0c0c0;
    position: relative;
}

.mainsearchbox .lrselect .select {
    width: 133px;
    height:38px;
    background: #FFFFFF;
    margin:0 auto;
    position: relative;
    cursor: pointer;
}

.mainsearchbox .lrselect .select::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    top:11px;
    right: 12px;
    position: absolute;
    transform: rotate(-46deg);
    transition: all .3s ease-in;
}

.mainsearchbox .lrselect .select p {
    width: 133px;
    line-height:38px;
    text-align: left;
    font-size: 14px;
    font-family: "microsoft yahei";
    color: #666666;
    padding: 0 25px 0 15px;
    position: relative;
    z-index: 2;
}

.mainsearchbox .lrselect .select ul {
    width: 135px;
    font-size: 16px;
    background: #FFFFFF;
    position: absolute;
    top: 38px;
    left: -1px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in;
    border: 1px solid #d7d7d7;
    display: none;
}

.mainsearchbox .lrselect .select ul li {
    width: 100%;
    font-size:14px;
    line-height:38px;
    padding-left:15px;
    list-style: none;
    text-align: left;
    color: #333333;
}

.mainsearchbox .lrselect .select ul li.Selected {
    background: #ff5b00;
    color: #FFFFFF;
}

.mainsearchbox .lrselect .select ul li:hover {
    background: #D0D0D0;
}
.mainsearchbox .lrselect .select.open ul {
    max-height: 250px;
    transform-origin: 50% 0;
    -webkit-animation: slide-down .5s ease-in;
    transition: max-height .2s ease-in;
    /*position: relative;*/
    display: block;
}

.mainsearchbox .lrselect .select.open::after {
    transform: rotate(134deg);
    transition: all .3s ease-in;
    top: 15px;
}

.mainsearchbox .srk {
    color: #565656;
    width: 385px;
    height:40px;
    background-color: #FFF;
    border: 1px solid #c0c0c0;
    border-right: 0;
    margin-left: -1px;
    display: block;
}

.mainsearchbox .srk input {
    width: 384px;
    padding-left: 25px;
    height:38px;
    line-height:38px;
    font-size: 14px;
    border: 0;
    background-position: 5px -82px;
}

.mainsearchbox .aninput .an {
    width:100px;
    height:40px;
    line-height:40px;
    color: #ffffff;
    border: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    background-color: #ff5b00;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

.mainsearchbox .an:hover {
    background-color: #e70000;
}


.mainsearchbox_lr {
    color: #999999;
    height: 55px;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-bottom:1px solid #e7e7e7;
}







/*右侧浮动层*/

.float_rightdiv{
    width:40px;
    display: block;
    position: fixed;
    right:5px;
    top:50%;
    margin-top:-170px;
    z-index: 100;
}
.float_rightdiv li{
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    display: block;
    position: relative;

}
.float_rightdiv li .icobox{
    width: 40px;
    height: 40px;
    background-color:rgba(196,228,255,.8);
    display: block;
    border-radius:5px;
    -moz-border-radius:5px; /* 老的 Firefox */
    text-indent: -10000px;
}
.float_rightdiv li .icobox:hover,.float_rightdiv li a:hover .icobox{
    background-color:rgba(255,255,255,.8);

}

.float_rightdiv .icoimg{
    background-image: url(../images/mainfloat_right.png);
    background-repeat: no-repeat;
    /*
        transition-duration:0.2s;
    */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.float_rightdiv .qq.icoimg{
    background-position:0 0;
}
.float_rightdiv .qq:hover.icoimg{
    background-position:-40px 0;
}
.float_rightdiv .weixin .icoimg{
    background-position:0 -40px;
}
.float_rightdiv .weixin:hover .icoimg{
    background-position:-40px -40px;
    background-color:rgba(255,255,255,.8);
}


.float_rightdiv .dizhi .icoimg{
    background-position:0 -80px;
}
.float_rightdiv .dizhi:hover .icoimg{
    background-position:-40px -80px;
    background-color:rgba(255,255,255,.8);
}


.float_rightdiv .tel .icoimg{
    background-position:0 -120px;
}
.float_rightdiv .tel:hover .icoimg{
    background-position:-40px -120px;
}


.float_rightdiv .top.icoimg{
    background-position:0 -160px;
}
.float_rightdiv .top:hover.icoimg{
    background-position:-40px -160px;
}


/*.float_rightdiv .weixin .ewmbox,.float_rightdiv .dizhi .dizhibox,.float_rightdiv .tel .telbox{*/
/*    display: none;*/
/*}*/
/*.float_rightdiv .weixin:hover .ewmbox,.float_rightdiv .dizhi:hover .dizhibox,.float_rightdiv .tel:hover .telbox{*/
/*    display: block;*/

/*}*/

.float_rightdiv .tishi .mainlrbox,.float_rightdiv .weixin .mainlrbox,.float_rightdiv .dizhi .mainlrbox,.float_rightdiv .tel .mainlrbox{
    display: none;
    z-index:1;
}
.float_rightdiv .tishi:hover .mainlrbox,.float_rightdiv .weixin:hover .mainlrbox,.float_rightdiv .dizhi:hover .mainlrbox,.float_rightdiv .tel:hover .mainlrbox{
    display: block;

}
/*通用内容容器*/
.float_rightdiv .mainlrbox{
    min-height:36px;
    padding:10px 15px;
    background-color:#FFF;
    top:50%;
    z-index: 9999;
    position:absolute;
    right:45px;
    border: 1px solid #d8d8d8;
    border-radius: 5px!important;
    -webkit-box-shadow: 0 0 3px -1px #525252;
    -moz-box-shadow: 0 0 3px -1px #525252;
    box-shadow: 0 0 3px -1px #525252;
    -webkit-animation: 1s mainbox;
    animation: 1s mainbox;
    /*
        transition:all .5s;
        -moz-transition:all .5s;
        -webkit-transition:all .5s;
        -o-transition:all .5s;
         opacity: 0;

    */
}
@-webkit-keyframes mainbox {
    0% { opacity:0; right:80px;}
    100% { opacity:1; right:45px;}
}
@keyframes mainbox {
    0% { opacity:0; right:80px;}
    100% { opacity:1; right:45px;}
}
.float_rightdiv .btsj{
    overflow: hidden;
    position: absolute;
    text-align:center;
    width:10px;
    height:19px;
    right:-10px;
    top:50%;
    margin-top:-8px;
    z-index: 1;
    display: block;
}

.float_rightdiv .btsj:after {
    border: 1px solid;
    content: "";
    display: block;
    position: absolute;
    left:0;

    margin-top:0;
    width:13px;
    height:13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
    background: #fff;
    border-color: #d8d8d8;
}


/*提示容器*/
.float_rightdiv .tishilrbox{
    min-width:110px;
    margin-top:-19px;
}

.float_rightdiv .tishilrbox .lrbox{
    text-align: center;
    line-height:16px;
    color: #404040;
}



/*二维码容器*/
.float_rightdiv .ewmbox{
    width:170px;
    /*height:210px;*/
    min-height:210px;
    margin-top:-105px;
}
.float_rightdiv .ewmbox .btsj{
    top:105px!important;
}
.float_rightdiv .ewmbox .imgbox{
    max-width:100%;
    min-height:170px;
    display:block;
    overflow:hidden;
}
.float_rightdiv .ewmbox .imgbox img{
    max-width:100%;
}
.float_rightdiv .ewmbox .imgbox span{
    height: 30px;
    line-height: 30px;
    text-align: center;
    color:#8f8f8f;
    display: block;
}



/*联系电话容器*/

.float_rightdiv .tel .btsj{
    top:35px!important;
}
.float_rightdiv .telbox {
    width: 230px;
    min-height: 46px;
    top:-14px;
}

.float_rightdiv .telbox .lrbox{
    width:200px;
    height:auto;
    display:block;
    overflow:hidden;
}
.float_rightdiv .telbox .lrbox p{
    width:200px;
    line-height: 25px;
    padding:10px 0;
    border-bottom: 1px dotted #D1D1D1;
}
.float_rightdiv .telbox .lrbox p:last-child{
    border-bottom: 0;
}
.float_rightdiv .telbox .lrbox span{
    padding: 0 10px;
    margin-right:10px;
    font-size: 14px;
    color:#c40054;
    background-color:rgba(255,209,220,.6);
    display: inline-block;
    border-radius:5px;
    -moz-border-radius:5px;
    float: left;
}
.float_rightdiv .telbox .lrbox em{
    font-size: 16px;
    font-weight: 100;
}




/*地址容器*/

.float_rightdiv .dizhibox{
    width:230px;
    min-height:130px;
    top:-45px;
}
@-webkit-keyframes dzbox {
    0% { opacity:0; right:80px;}
    100% { opacity:1; right:45px;}
}
@keyframes dzbox {
    0% { opacity:0; right:80px;}
    100% { opacity:1; right:45px;}
}



.float_rightdiv .dizhibox .lrbox{
    width:200px;
    height:auto;
    min-height:50px;
    display:block;
    overflow:hidden;
}
.float_rightdiv .dizhibox .lrbox span{
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
    color:#c40054;
    background-color:rgba(255,209,220,.6);
    display: inline-block;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-bottom: 5px;

}
.float_rightdiv .dizhibox .lrbox p{
    font-weight: 100;
    font-size:14px;
    line-height: 20px;
}




/*返回顶部*/
.cd-top,a.cd-top {
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/

    /* image replacement properties */
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
    background-color:rgba(131,198,255,1)!important;

}
.cd-top.cd-fade-out:hover{
    background-color:rgba(255,255,255,1)!important;

}
.no-touch .cd-top:hover {
    opacity: 1;
}
/*
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

*/


