/* bootstrap rewrite css*/
body {
}
.container-fluid {
    min-width: 1200px;
}
.container {
	width: 1200px;
	font-family: "微软雅黑";
}
.nomargin {
	margin: auto;
}
.nopadding {
	padding: 0;
}

.pagin a {
    color: #12afa3;
}


/* pub */
.block {
	display: block;
}

.mynavbar {
    line-height: 50px;
}

.mynavbar a {
	color: #000;
	margin-right: 5px;
	text-decoration: none;
}
.mynavbar a.item:after {
    content: ">";
    margin-left: 5px;
    color: #333;
}

.topline {
	text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
/*	position: relative;*/
}

.topline .logo {
    width: 262px;
    float: left;
}
.topline .logoright {
	width: 490px;
    float: right;
}
.topline .logotel {
	font-size: 16px;
	color: #da0c0c;
    /*background: url(../img/cdidx_r2_c5.png) no-repeat 250px 1px;*/
    padding-top: 2px;
	/*padding-right: 15px;
	margin-right: 25px;*/
	/*width: 490px;*/
	text-align: right;
    height: 25px;
	float: right;
}
.topline .tomemenu2 {
    float: right;
    margin-bottom: 20px;
}
.topline .tomemenu2 a.tmitem {
    padding-left: 10px;
    color: #787878;
    font-size: 15px;
    /*border-left: solid 1px #555;*/
	text-decoration: none;
}
.topline .tomemenu2 a.tmitem:nth-last-child(1) {
    /*border-right: solid 1px #555;*/ 
}
.topline .tomemenu2 a.tmitem:hover {
    color: #004077;
}
a.tmitem.tmitem1:after {
    padding-left: 15px;
    content: "|";
}


.topmenu-fluid {

}

.topmenu-fluidx1 {
	background-color: #2352a2;
}

.tlogo {
    float: left;
}
.tlogo img{

}
.tmenur {

}

.topmenu {
	font-family: "微软雅黑";
}

ul.topmenu {
    list-style: none;
    display: block;
	padding: 0;
    clear: both;
    float: left;
}
ul.topmenu li {
    list-style: none;
    display: block;
    float: left;
    height: 80px;
	position: relative;
}

.menuitem {
    font-size: 12px;
    width: 115px;
    line-height: 38px;
    text-align: center;
}
.menuitem:nth-child(1) {
}
.menuitem:nth-last-child(1) {
	/*border-right: solid 1px #EF4244;*/
	/*width: 145px;*/
	border-right: none;
}
#menu_index {
	/*width: 145px;*/
}
.menuitem a {
	height: 80px;
	line-height: 80px;
	display: block;
    /*padding: 0 16px;*/
	text-decoration: none;
	outline: none;
}

.menuitem.curr ,
.menuitem:hover {
    /*background-image: url(/images/idxo/ax_03.png);
    background-repeat: no-repeat;
    background-position: 7px 0;*/
	/*background-color: #198647;*/
}

.menuitem.curr a span,
.menuitem:hover a span {
	color: #fff;
}
.menuitem span {
	display: block;
}
span.menuen {
    display: none;
}


/* 26 new */
.topmenu-fluid {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.nopadding {
    padding: 0;
}

.topxbg {
    height: 80px;
    position: relative;
}

.tlogo {
    float: left;
}

.tlogo img {

}

.tmenur {
    float: right;
}

.topmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 80px;
}

.topmenu li {
    float: left;
    position: relative;
}

.topmenu li a {
    display: block;
    padding: 0 25px;
    line-height: 80px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.topmenu li.curr a,
.topmenu li a:hover {
    background: #00BFA6;
    color: #fff;
}

.menuzh {
    display: block;
    text-align: center;
}


/** so **/
.searchbar {
    width: 150px;
    height: 80px;
    /* display: inline-block; */
    float: left;
    margin-left: 15px;
}
.searchbar form {

}
.searchbar-border {
    border: solid 1px rgb(217, 217, 217);
    border-radius: 30px;
    margin-top: 22px;
    padding-left: 20px;
}
input.searchkey {
    width: 75px;
    border: none;
    height: 35px;
    float: left;

    font-size: 16px;
    padding-left: 5px;
    outline: none;
}
input.searchbtn {
    padding-top: 1px;
}
.searchbtn {
    margin-left: 15px;
    cursor: pointer;
    background: url('/images/res/sch_off.png') no-repeat -14px 1px;
    width: 30px;
    height: 30px;
    border: none;
    transition: all 0.3s ease;
}

.searchbtn:hover {
    background-image: url('/images/res/sch_on.png');
}
/** so end **/


/* 全局顶部css */

.navbar {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    min-width: 1200px;
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar-brand img {
    height: 30px;
}
.navbar-nav > li > a {
    padding: 25px 15px;
    color: #333;
    transition: all 0.3s ease;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
    background-color: #00BFA6 !important;
    color: #fff !important;
}
.search-form {
    margin-top: 15px;
}
.search-form .btn-default {
    background-color: #00BFA6;
    color: #fff;
    border-color: #00BFA6;
}
.search-form .btn-default:hover {
    background-color: #00a890;
}
.carousel-caption {
    background: rgba(0,0,0,0.5);
    padding: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 30%;
    width: 80%;
}
.carousel-caption h2 {
    color: #ffeb3b;
    font-size: 36px;
    margin-bottom: 10px;
}
.contact-btn.btn-success {
    background-color: #00BFA6;
    border-color: #00BFA6;
}
.contact-btn.btn-warning {
    background-color: #FFA726;
    border-color: #FFA726;
}
/* 全局顶部css end */

.blocker:after {
    display: block;
    content: "";
    clear: both;
}

/** jiaodiantu **/

/*Slideshow container*/

.slideshow {
    position: relative;
    max-width: 100%;
}

/*Slideshow images*/

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	cursor:pointer;
}

/*Buttons*/

.slideBtn {
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 100%;
    cursor: pointer;
}

.leftBtn {
    left: 0px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.rightBtn {
    right: 0px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

/*Arrow pointers*/

.pointer {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 9001;
    left: 12px;
    opacity: 0.8;
}

.previous {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;

}

.next {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    right: 12px;
    left: auto;
}
.indexbanerbg {
    height: 666px;
    padding: 0;
}

.hide {
    visibility: hidden;
}
.leftBtn ,
.rightBtn {
	display: none;
}

.slide {
	background-size: auto;
}
/** jiaodiantu end **/



/* left menu */
.pageleft {
    float: left;
    margin-top: -50px;
    z-index: 9999;
    position: relative;
}

.sidebar {
    width: 236px;
    overflow-x: hidden; /* 隐藏水平滚动条 */
}

  .sidebar-title {
    background-color: #45b8ac;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 2px;
    border-radius: 5px 5px 0 0;
  }
  p.sidebar-title-en {
    color: #b8e7e4;
    font-family: 微软雅黑;
    font-size: 24px;
    margin-bottom: 8px;
}
p.sidebar-title-zh {
    font-size: 18px;
}

  .sidebar-title p {
    
  }

  .sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .sidebar-menu li {
    padding: 15px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    display: flex; /* 使用Flexbox布局 */
    justify-content: space-between; /* 使文字和箭头分别在两端 */
    align-items: center; /* 垂直居中 */
    background-color: #f4f4f4;
  }

  .sidebar-menu li:hover,
  .sidebar-menu li.curr
   {
    background-color: #59c7be;
    color: #fff;
  }

  .sidebar-menu li a {
    text-decoration: none;
    color: #333;
    display: block; /* 使链接占据整个li的宽度 */
    flex-grow: 1;
    /*text-align: center; */
    padding-left: 15px;
  }

  .sidebar-menu li:hover a,
  .sidebar-menu li.curr a {
    color: #fff;
  }

  .sidebar-menu li:last-child {
    border-bottom: none;
  }

  .sidebar-contact {
    padding: 15px;
    text-align: center;
    background-color: #6ccad8;;
    color: white;
  }

  .sidebar-contact a {
        color: #fff;
        text-decoration: none;
  }
  .sidebar-contact a:hover {
    text-decoration: none;
}

  .sidebar-contact p {
    margin: 5px 0;
  }

  .sidebar-image {
    width: 100%;
    height: auto;
    margin-bottom: 0; /* 添加底部外边距，避免与联系方式模块紧贴 */
    margin-top: 10px;
  }

  .contact-us-container {
    position: relative;
    text-align: center;
  }

  a.contact-us-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    border: 1px solid white;
    padding: 10px 10px;
    width: 140px;
  }
  a.contact-us-text:hover {
    background-color: #45b8ac;
    border-color: #45b8ac;
  }
/* left menu end */





/** footer pub **/
.container-fluid.footer0.nopadding {
    background-color: rgb(14, 140, 130);
    height: 310px;
    background-repeat: repeat-x;
}

.footer0 {
    padding: 30px 0;
    background-color: #f8f8f8;
}

.ftleft {
    float: left;
    width: 1024px;
    padding-left: 35px;
}
.ftright {
    float: left;
}

.ftnav {
    padding-top: 10px;
}
.ftnav:after {
    display: block;
    clear: both;
    content: "";
    margin-bottom: 25px;
}
.ftnav ul {
    display: block;
    margin: 0;
    padding: 0;
}
.ftnav li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 30px;
}
.ftnav a {
    color: #fff;
    font-size: 16px;
}

.ftinfo {
    color: rgb(217, 217, 217);
    font-size: 14px;
    position: relative;
}

.ftc_mcon a {
    color: rgb(217, 217, 217);
}

.tsbainfo {
    position: absolute;
    top: -0;
    width: 480px;
    color: rgb(217, 217, 217);
    left: 410px;
}

/* sns begin */
ul.foot_sns {
    list-style: none;
    display: inline-flex;
    text-align: center;
    padding: 0;
}
ul.foot_sns li {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 25px;
}
ul.foot_sns li img {
    max-height: 18px;
}
.foot_sns li a img {
    transition: transform 0.3s ease; /* 添加过渡效果，让旋转更平滑 */
  }
  
  .foot_sns li a:hover img {
    transform: rotate(-20deg); /* 悬停时向左旋转5度 */
  }
/* sns end */

.powerby {
    color: rgb(217, 217, 217);
}
.powerby a {
    color: rgb(217, 217, 217);
}

.footewm {
    float: left;
    margin-right: 30px;
    padding-top: 50px;
}
.footewm img {
    width: 135px;
    border: solid 2px #fff;
    border-radius: 10px;
    height: 135px;
    margin-bottom: 10px;
}
.footewm p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
/** footer pub end **/

/* 固定顶部菜单样式 */
/*
.topmenufixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11000; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}
*
/* 固定顶部菜单样式 end */

/* go top css */
    /* 自定义样式 */
    #back-to-top {
        position: fixed; /* 固定定位 */
        bottom: 20px; /* 距离底部 20px */
        right: 20px; /* 距离右侧 20px */
        width: 50px; /* 按钮宽度 50px */
        height: 50px; /* 按钮高度 50px */
        border-radius: 50%; /* 圆角 */
        background-color: rgba(255, 255, 255, 0.8); /* 白色背景，略微透明 */
        color: #333; /* 字体颜色 */
        text-align: center; /* 文本居中 */
        line-height: 50px; /* 行高，实现垂直居中 */
        font-size: 20px; /* 字体大小 */
        cursor: pointer; /* 鼠标悬停时显示手型 */
        z-index: 999; /* 设置层级，确保按钮在最上面 */
        display: none; /* 初始状态隐藏 */
        box-shadow: 0px 0px 20px rgb(48 57 58 / 47%);
      }
  
      #back-to-top:hover {
          background-color: #14ca8c;
          color: white;
          line-height: normal;
          font-size: 15px;
          font-weight: bold;
      }
  
      #back-to-top .arrow {
        display: block;
      }
  
      #back-to-top .top-text {
        display: none;
      }
  
      #back-to-top:hover .arrow {
        display: none;
      }
  
      #back-to-top:hover .top-text {
        display: block;
        margin-top: 18px;
      }
      #back-to-top .glyphicon {
            top: 14px;
        }
/* go top css end */

/* 右侧菜单浮动 begin */
#online-service-container {
    position: fixed;
    top: 210px;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000; /* 确保在其他内容之上 */
}

#online-service-box {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 200px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    position: absolute;
    top:0;
    left: -200px;
}

#online-service-box .w25serv_header img {
    width: 100%;
    height: auto;
}

#online-service-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#online-service-box ul li {
    padding: 10px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center; /* 垂直居中对齐 */
}

#online-service-box ul li:first-child {
    border-top: none;
}


#online-service-box ul li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

#online-service-box ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px; /* 根据图片调整字体大小 */
}

#online-service-box .w25serv_close-btn {
    text-align: right;
    padding: 10px;
    padding-right: 20px;
    border-top: 1px solid #ddd;
    cursor: pointer;
    font-size: 16px; /* 根据图片调整字体大小 */
}
#online-service-box .w25serv_close-btn:hover {
    background-color: #eee;
}

/* 关闭状态的样式 */
#online-service-container.closed #online-service-box {
    display: none;
}

#online-service-container.closed #online-service-button {
    display: block;
}

#online-service-button {
    background-color: #ddd;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0%;
    left: -40px; /* 调整位置，使其部分显示 */
    height: 200px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap; /* 防止文字换行 */
    color: #00BCD4;
    font-weight: bold;
    border-radius: 10px 0 0 10px;
}
#online-service-button .glyphicon {
    margin-bottom: 5px;
    display: block;
    transform: rotate(0deg);
}
#online-service-button span{
  display: block;
  transform: rotate(90deg);
  margin-top: 15px;
}
/* 右侧菜单浮动 end */


div#slideshow-container-0 {
    margin: auto;
}
