/* ----------------------------------------------------------------
    Modify     : PC全页面调用样式
    Created on : 2019-4-6, 15:07:00
    Author     : Snake
-----------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft YaHei",sans-serif,"PingFang SC","Lantinghei SC","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun;
}

body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","Microsoft YaHei",sans-serif,"PingFang SC","Lantinghei SC","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    font-family: "微软雅黑","Microsoft YaHei",sans-serif,"PingFang SC","Lantinghei SC","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun;
}

dl, dd, dt, ul, li, form, p, tr, td, div {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: 0;
    margin: 0;
}

a:link {
    color: #000;
    text-decoration: none;
}

/* 未访问的链接 */
a:visited {
    color: #000;
    text-decoration: none;
}

/* 已访问的链接 */
a:hover {
    color: #000;
    text-decoration: none;
}

/* 鼠标在链接上 */
a:active {
    color: #000;
    text-decoration: none;
}

.clear {
    clear: both;
}

/* ----------------------------------------------------------------
        PC顶部
-----------------------------------------------------------------*/
.navTop {
    position: absolute;
    width: 100%;
    /*height: 110px;*/
    padding: 20px 0;
    z-index: 9;
    top: 0;
    background: rgba(255,255,255,0.75);
}

.navTop .topCont {
    /*margin-top: 20px;*/
}

/* ----------------------------------------------------------------
        PC顶部.LOGO
-----------------------------------------------------------------*/
.navTop .navTop-logo .navbar-brand {
    padding: 0;
}

.navTop .navTop-logo img.logo-img {
    width: 138px;
    height: 65px;
}

/* ----------------------------------------------------------------
        PC顶部.语言
-----------------------------------------------------------------*/
.navTop .language {
    padding: 5px 10px;
    margin-left: 10px;
    margin-top: 19px;
    border-radius: 5px;
    background: #fff;
}

.navTop .language i.glyphicon-refresh {
    color: #e57919;
}

.navTop .language a {
    color: #000;
    cursor: pointer;
}

/* ----------------------------------------------------------------
        PC顶部.搜索
-----------------------------------------------------------------*/
.navTop .search {
    width: 85px;
    padding: 5px;
    margin-top: 18px;
    margin-left: 20px;
    /*border: 1px solid #a8a9ab;*/
    border-radius: 20px;
    background: #fff;
}

.navTop .search .search-btn {
    border: 0;
    float: right;
    background: none;
}

.navTop .search i.glyphicon-search {
    color: #000;
    margin: 0 5px;
}

.navTop .search input {
    width: 40px;
    color: #000;
    border: 0;
    margin-left: 10px;
    background: none;
}

.navTop .search input:focus, .search input:active {
    border: 1px solid #e57919;
}

.navTop .search input::-webkit-input-placeholder {
    color: #000;
}

.navTop .search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
    color: #000;
}

.navTop .search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

.navTop .search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
    color: #000;
}

/* ----------------------------------------------------------------
        PC顶部.导航菜单
-----------------------------------------------------------------*/
.navbar .navbar-cont {
    background: none;
}

#navbar {
    width: 100%;
    /*top: 40px;*/
    position: relative;
}

.navbar-default {
    margin-bottom: 0px;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.col-xs-6 { height:auto!important }

.navbar-default .nav-pills > li:nth-child(n+9) {
    display: none;
}

.navbar-default .nav-pills li > a {
    color: #fff;
    width: 100%;
    /*height: 70px;*/
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    padding: 15px 15px 10px 15px;
}

.navbar-default .nav-pills li > a:hover {
    color: #e57919;
    border-radius: 0;
}




/* 导航菜单 下划线横线 动画效果, 要效果显示, 不要隐藏 */
.navbar-default .nav-pills li > a, .navbar-default .nav-pills li > a:link{
    color:#000;
    text-decoration:none;
    position:relative;
}

.navbar-default .nav-pills li > a:after{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    bottom: 0;
    left: 50%;
    transition: all .3s;
    background: #e57919;
}

.navbar-default .nav-pills li > a:hover:after, .navbar-default .nav-pills li > a.active:after{
    left: 0%;
    width: 100%;
}

.nav-pills > li.active > a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #e57919;
}

/* 导航菜单 普通横线效果, 要效果显示, 不要隐藏 */
.nav-pills > li.active {
    border-radius: 0;
}

.navbar-default .nav-pills > .active > a {
    color: #e57919;
    /*border-bottom: 2px solid #b92e2f;*/
    border-radius: 0;
}

.navbar-default .nav-pills > .active > a:hover {
    color: #e57919;
    /*border-bottom: 2px solid #b92e2f;*/
    border-radius: 0;
}

.navbar-default .nav-pills > li > a:hover, .navbar-default .nav-pills > li > a:focus {
    color: #e57919;
    /*border-bottom: 2px solid #b92e2f;*/
    border-radius: 0;
    background: none;
}

.navbar-default .nav-pills > .open > a, .navbar-default .nav-pills > .open > a:hover, .navbar-default .nav-pills > .open > a:focus {
    color: #e57919;
    /*border-bottom: 2px solid #b92e2f;*/
    border-radius: 0;
}

.navbar-default .nav-pills > .active > a, .navbar-default .nav-pills > .active > a:hover, .navbar-default .nav-pills > .active > a:focus {
    color: #e57919;
    background: none;
    border-radius: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #e57919;
    border-radius: 0;
    border-bottom: 0;
    background: #e57919;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #e57919;
    border-radius: 0;
    /*border-bottom: 2px solid #b92e2f;*/
}

.dropdown-menu {
    /*width: 100%;*/
    /*min-width: 100%;*/
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: #000000a6;
}

.dropdown-menu > li > a {
    padding: 10px 0;
    border-radius: 0;
}

.navbar-default .nav-pills li.dropdown ul li a {
    color: #fff;
    width: 100%;
    height: auto;
    line-height: 100%;
    white-space: nowrap;
    border-radius: 0;
    padding: 15px 10px;
}

.navbar-default .nav-pills li.dropdown ul li a:hover {
    color: #fff;
    background: #9a9a96;
    border-radius: 0;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

/* ----------------------------------------------------------------
        PC顶部.无限级菜单
-----------------------------------------------------------------*/
/* 公共部分 */
.navbar .container {
    position: relative;
}

.navbar .dropdown-menu {
    min-width: 104px;
    left: auto;
    top: auto;
}

.navbar .dropdown-menu > li {
    display: block;
}

/* 打开这一句代码，可以使当鼠标移动到下拉列表时，就展开子级列表 */
.navbar .dropdown:hover > .dropdown-menu{
    display: block;
}

.navbar .dropdown {
    position: static;
}

/* 下来菜单 */
.navbar .dropdown-submenu {
    position: relative;
}

.navbar .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    /*content: "\e258";*/
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.navbar .dropdown-submenu > .dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
}

/* 所有子类显示左边的话,按照这样写法 <ul class="dropdown-menu submenu-left"></ul> */
.navbar .dropdown-submenu > .dropdown-menu.submenu-left {
    left: -100%;
}

.navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* 通过这句代码可以设置当鼠标移动到子菜单时让子菜单显示不同的颜色或状态 */
.navbar .dropdown-menu li a:hover{
    background-color: #e57919;
}

/* 全屏菜单 */
.navbar .dropdown.mega-menu-fullwidth .dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
}

.dropdown-submenu .caret {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* 鼠标点击访问或者已经过所显示背景颜色 */
.nav-pills .open > a, .nav-pills .open > a:hover, .nav-pills .open > a:focus {
    background: none;
}

.caret {
    margin-bottom: 2px;
}

/* ----------------------------------------------------------------
        幻灯片
-----------------------------------------------------------------*/
.carousel {
    z-index: 5;
}

/* 修改滚动条左右箭头 */
.carousel-control {
    width: 10%;
    font-size: 70px;
    padding-top: 19%;
}

.cover-container img {
    width: 100%;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0;
    background: #fff;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border: 1px solid #e57919;
    background: #e57919;
}

/* ----------------------------------------------------------------
        首页.Home
-----------------------------------------------------------------*/
/* -- 统一调用 -- */
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.img-hidden {
    overflow: hidden;
}

.img-hidden img.img-transition {
    transition: all 0.6s;
}

.img-hidden img.img-transition:hover {
    transform: scale(1.4);
}

.indexbody {
    width: 100%;
    /*margin-top: 80px;*/
}

/* 标题 */
.h-title {
    width: 450px;
    font-size: 24px;
    color: #6c97e1;
    text-align: center;
    padding: 15px 25px;
    margin: 0 auto 60px auto;
    border-radius: 0 3px 0 0;
    border: 1px dashed #435069;
}

.h-title b {
    font-size: 36px;
    color: #3b73c2;
    margin-right: 10px;
}

/* 标题更多 */
.h-more {
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
}

.h-more a span {
    color: #e57919;
}

.h-cont {
    width: 100%;
    display: inline-block;
}

/* -- 产品中心 -- */
.h-pro {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: -webkit-linear-gradient(#feffff, #f2f5fb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#feffff, #f2f5fb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#feffff, #f2f5fb); /* Firefox 3.6 - 15 */
    background: linear-gradient(#feffff, #f2f5fb); /* 标准的语法（必须放在最后） */
}

.h-pro .h-more a span {
    color: #bfcae6;
}

/* -- 案例中心 -- */
.h-case {
    width: 100%;
    margin-top: 100px;
}

.h-case .h-case-title {
    position: relative;
    color: #eceaea;
    text-align: center;
    bottom: 60px;
}

.h-case .h-case-title strong {
    font-size: 30px;
    margin-right: 10px;
}

/* -- 关于公司 -- */
.h-commpay {
    width: 100%;
    display: inline-block;
    padding: 80px 0 50px 0;
}

.h-commpay .h-commpay-img {
    width: 536px;
    float: left;
}

.h-commpay .h-commpay-img img {
    width: 536px;
    height: 370px;
}

.h-commpay .h-commpay-txt {
    width: 580px;
    float: right;
}

.h-commpay .h-commpay-txt p {
    font-size: 16px;
    line-height: 31px;
    text-indent: 32px;
    margin-bottom: 15px;
}

.h-commpay .h-commpay-txt p:last-child {
    margin-bottom: 0;
}

/* -- 切换效果 -- */
/* 切换按钮 */
.h-tab {
    width: 100%;
    margin-top: 70px;
    display: inline-block;
}

.h-tab .tab-list {
    width: 100%;
    display: inline-block;
}

.h-tab .tab-item {
    width: 262px;
    float: left;
    text-align: center;
    margin-right: 30px;
}

.h-tab .tab-item:last-child {
    margin-right: 0;
}

.h-tab .tab-item .h-tab-img img {
    width: 185px;
    height: 215px;
    margin: 0 auto;
}

.h-tab .tab-item .h-tab-img img.imgOne {
    display: block;
}

.h-tab .tab-item .h-tab-img img.imgOnes {
    display: none;
}

.h-tab .tab-item .h-tab-txt {
    width: 100%;
    height: 62px;
    color: #3f73c1;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.h-tab .tab-item.active .h-tab-img img.imgOne {
    display: none;
}

.h-tab .tab-item.active .h-tab-img img.imgOnes {
    display: block;
}

/* 切换显示内容 */
.tab-content {
    width: 100%;
    margin-top: 10px;
}

.tab-content-triangle .content-triangle {
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.tab-content-box .tab-content-item {
    width: 100%;
    padding: 40px 0;
    display: inline-block;
}

.tab-content-box .tab-content-item .tab-content-img {
    width: 272px;
    float: left;
}

.tab-content-box .tab-content-item .tab-content-img img {
    width: 272px;
    height: 162px;
}

.tab-content-box .tab-content-item .tab-content-txt {
    width: 860px;
    line-height: 30px;
    font-size: 16px;
    color: #313131;
    text-indent: 32px;
    float: right;
    margin-top: 30px;
}

.tab-content-box .tab-content-item .tab-content-txt p,
.tab-content-box .tab-content-item .tab-content-txt p a {
    font-size: 16px;
    color: #313131;
}

.tab-content-box .tab-content-item .tab-content-txt p.tab-content-more {
    text-align: center;
}

.tab-content-box .tab-content-item .tab-content-txt p:nth-child(1) {
    margin: 40px 0 20px 0;
}

/* 切换显示内容 - 显示内容01 */
.tab-content-tab01 .content-triangle {
    margin-left: 115px;
    border-bottom: 25px solid #f2f5fb;
}

.tab-content-tab01 .tab-content-item {
    background: #f2f5fb;
}
/* 切换显示内容 - 显示内容02 */
.tab-content-tab02 .content-triangle {
    margin-left: 407px;
    border-bottom: 25px solid #f2f5fb;
}

.tab-content-tab02 .tab-content-item {
    background: #f2f5fb;
}

/* 切换显示内容 - 显示内容03 */
.tab-content-tab03 .content-triangle {
    margin-left: 700px;
    border-bottom: 25px solid #f2f5fb;
}

.tab-content-tab03 .tab-content-item {
    background: #f2f5fb;
}

/* 切换显示内容 - 显示内容04 */
.tab-content-tab04 .content-triangle {
    margin-left: 995px;
    border-bottom: 25px solid #f2f5fb;
}

.tab-content-tab04 .tab-content-item {
    background: #f2f5fb;
}

/* -- 新闻中心 -- */
.h-news {
    display: inline-block;
    width: 100%;
    margin: 100px 0;
}

/* 推荐新闻 */
.h-news-hot {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.h-news-hot li {
    width: 368px;
    float: left;
    margin-right: 33px;
}

.h-news-hot li:last-child {
    margin-right: 0;
}

.h-news-hot .h-news-img img {
    width: 368px;
    height: 183px;
}

.h-news-hot .h-news-txt {
    font-size: 16px;
    color: #434343;
    padding: 15px 20px 0 20px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 新闻列表 */
.h-news-list {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.h-news-list li {
    width: 570px;
    color: #707070;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #7d7d7d;
}

.h-news-list li a {
    color: #707070;
}

.h-news-list li:nth-child(odd) {
    float: left;
}

.h-news-list li:nth-child(even) {
    float: right;
}

.h-news-list .h-news-icon {
    width: 16px;
    height: 14px;
    color: #bfbfbf;
    float: left;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); 	   /* IE 9 */
    -moz-transform: rotate(90deg); 	  /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg); 	/* Opera */
}

.h-news-list .h-news-icon i.glyphicon-tag {
    left: 5px;
}

.h-news-list .h-news-txts {
    width: 450px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.h-news-list .h-news-time {
    width: 90px;
    float: right;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* ----------------------------------------------------------------
        其他模版.other
-----------------------------------------------------------------*/
/* 左边导航 */
.content {
    margin-top: 30px;
    margin-bottom: 55px;
}

.content .left {
    width: 230px;
    float: left;
    min-height: 800px;
    margin-right: 20px;
}

.content .right {
    float: left;
    width: 880px;
}

.content .left .box {
    width: 230px;
    height: 90px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
    padding-top: 32px;
    padding-left: 78px;
    background: url("../images/category.jpg") repeat;
}

.content .left .contact_us {
    list-style: none;
    margin-top: 20px;
    background-color: #fafafa;
    line-height: 30px;
    padding: 10px;
}

.content .left .contact_us li {
    font-size: 12px;
    border-bottom: 1px solid #ffffff;
}

.content .left .cat_list {
    width: 230px;
    list-style: none;
}

.content .left img {
    width: 230px;
}

.content .left .contact {
    margin-top: 10px;
}

/* 左边多级分类 */
.cat_list .nav-pills li {
    color: #fff;
    width: 100%;
    height: auto;
    line-height: normal;
    display: inline-block;
}

.cat_list .nav-pills > li {
    margin-bottom: 10px;
}

.cat_list .nav-pills li a {
    color: #fff;
    text-align: center;
    padding: 12px 0;
    border-radius: 0;
}

.cat_list .nav-pills > li > a {
    background: #535353;
}

.cat_list .dropdown-menu {
    position: relative;
    background: none;
}

.cat_list .dropdown-menu > li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #b1acac;
}

.cat_list .dropdown-menu > li:last-child {
    border-bottom: 0;
}

.cat_list .dropdown-menu > li > a {
    line-height: normal;
    background: #969090;
}

.cat_list li.cur > a {
    background: #e87716;
}

/*
.cat_list li.cur > a, .cat_list li.open > a {
    background: #092d81;
}
*/

.cat_list .nav > li > a:hover, .cat_list .nav > li > a:focus {
    border-bottom: 0;
}

.cat_list li a:hover, .cat_list li.open a:hover, .cat_list li.cur a:hover, .cat_list li.open > a:focus {
    color: #fff;
    background: #e57919;
}

/* 当前位置,导航菜单 */
.content .right .location {
    width: 100%;
    height: 50px;
    text-align: right;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.content .right .location font {
    float: left;
    font-size: 24px;
    border-left: 10px solid #e87716;
    padding-left: 10px;
}

.content .right .location span {
    float: right;
    font-size: 12px;
    margin-top: 10px;
}

.content .right .location a {
    color: #000;
}

/* ----------------------------------------------------------------
        产品中心
-----------------------------------------------------------------*/
/* 产品列表 */
.content_product_list {
    width: 100%;
    display: inline-block;
}

.content .right .content_product_list ul {
    list-style: none;
}

.content .right .content_product_list li {
    height: 190px;
    list-style: none;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.content .right .content_product_list li img{
    height: 120px;
}

.content .right .content_product_list .pro-img {
    overflow:hidden;
    vertical-align: middle;
    /*display: table-cell;*/
    text-align: center;
}

.content .right .content_product_list .pro-img img {
    height: 170px;
}

.content .right .content_product_list .pro-txt {
    height: 20px;
    margin-top: 5px;
    padding: 0 5px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.content .right .content_product_list li a span {
    margin-top: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

/* 产品详细页(2) */
.product_content {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 50px;
}

.product_content .product_content_left {
    border: 1px solid #d5d5d5;
    width: 450px;
    height: 500px;
    float: left;
}

.product_content .product_content_right {
    float: left;
    width: 400px;
    margin-left: 20px;
}

.product_content .product_content_right h1 {
    text-align: center;
}

.product_content .product_content_detailed {
    width: 100%;
    float: left;
    margin-top: 15px;
}

/* 产品详细页 */
.conY .conY_tit {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
}

.conY .conY_dat {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0;
    color: #999;
}

.conY .conY_img {
    overflow: hidden;
    width: 880px;
    margin: 0 auto;
    text-align: center;
}

.conY .conY_img img {
    max-width: 880px;
    overflow: hidden;
}

.conY .conY_text {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
    word-wrap:break-word;
    word-break:break-all;
}

.conY .conY_text p {
    word-wrap:break-word;
    word-break:break-all;
}

.cont_details .conY_text, .cont_details .conY_text p, .news_details .conY_text, .news_details .conY_text p, .product_details, .product_details p, .product_details .conY_text, .product_details .conY_text p {
    word-wrap:break-word;
    word-break:break-all;
}

.conY_text img, .conY .conY_text img {
    width: 100%;
}

.conY_text p img .conY .conY_text p img {
    width: 100%;
}

.conY .job-cont-txt {
    font-size: 14px;
    word-wrap:break-word;
    word-break:break-all;
}

.conY .conY_text img {
    width: 100%;
}

.conY .conY_text p img {
    width: 100%;
}

.conY .conY_fanye {
    font-size: 14px;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    color: #999;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

.conY .conY_fanye a {
    color: #999;
}

.conY .conY_fanye a:hover {
    color: #333;
}

.conY .conY_fanyel {
    float: left;
    width: 400px;
    overflow: hidden;
}

.conY .conY_fanyer {
    float: right;
    width: 400px;
    overflow: hidden;
    text-align: right;
}

/* ----------------------------------------------------------------
        案例中心
-----------------------------------------------------------------*/
.content .right .content_case_list li img {
    height: 261px;
}

.content .right .content_case_list .pro-img img {
    height: 261px;
}

/* ----------------------------------------------------------------
        新闻中心,信息学堂,招聘,供应,采购,招标 - 新样
-----------------------------------------------------------------*/
.news-list ul li {
    margin-bottom: 14px;
    background: #fff;
    padding: 15px;
    border-bottom: 2px solid #e7e7e7;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-list ul li:hover{
    -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);
    box-shadow:0 15px 30px rgba(0,0,0,0.2);
    -webkit-transform:translate3d(0, -2px, 0);
    transform:translate3d(0, -2px, 0)
}

.news-list ul li a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.news-list ul li .pic {
    margin-right: 17px;
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    font-size: 0;
    float: left;
    line-height: 100px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.news-list ul li .pic i {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: 2;
    box-sizing: border-box;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -ms-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.news-list ul li:hover .pic i {
    border: 3px solid #e57919;
}

.news-list ul li .pic img{
    width: 100px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

.news-list ul li .list-title {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    height: 34px;
    line-height: 34px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.news-list ul li:hover .list-title {
    color: #e57919;
}

.news-list  ul li .list-txt {
    height: 42px;
    line-height: 21px;
    overflow: hidden;
    color: #565656;
    word-wrap:break-word;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.news-list  ul li .list-time {
    color: #565656;
    height: 22px;
    line-height: 22px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.news-list  ul li .list-time .list-time-issue {
    width: 610px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    float: left;
}

.news-list  ul li .list-time .list-time-right {
    float: right;
}

/* ----------------------------------------------------------------
        招聘加盟 - 带有提交功能
-----------------------------------------------------------------*/
.job-cont {
    width: 100%;
    display: inline-block;
    border: 1px solid #e8e8e8;
}

.job-cont .fl {
    min-height: 296px;
    text-align: center;
    padding: 0 10px;
}

.job-cont .fl img.job-headimg {
    width: 130px;
    height: 130px;
    margin: 20px 0 10px 0;
}

.job-cont .fl .btn-success {
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    margin: 20px 0;
    border: 1px solid #e57919;
    background: #e57919;
}

.job-cont .fr {
    min-height: 296px;
    padding: 10px 10px;
    border-left: 1px solid #eee;
}

/* ----------------------------------------------------------------
        下载中心
-----------------------------------------------------------------*/
.content_down_list {
    width: 100%;
    display: inline-block;
}

.content_down_list ul.down {
    width: 100%;
}

.content_down_list ul.down li {
    width: 100%;
    float: left;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}

.content_down_list ul.down li.down-ti {
    border-bottom: 1px dashed #bdbdbd;
}

.content_down_list ul.down li div {
    width: 24%;
    min-height: 20px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content_down_list ul.down li div:first-child {
    width: 30px;
}

.content_down_list ul.down li.down-list div {
    line-height: 32px;
}

.content_down_list .down-list .down-more a {
    color: #fff;
}

.conY .conY_btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.conY .conY_btn a {
    font-size: 16px;
    color: #fff;
    padding: 5px 45px;
    border: 1px solid #e57919;
    background: #e57919;
}

.conY .conY_btn a:hover {
    border: 1px solid #e57919;
    background: #e57919;
}

/* ----------------------------------------------------------------
        域名查询
-----------------------------------------------------------------*/
.mob-cont h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    padding: 8px 0;
    margin-top: -14px;
    color: #333
}

.d-search {
    width: 100%;
    margin: 0 auto;
}

.d-search .domain-search {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.d-search .domain-search .input-box {
    width: 760px;
    height: 60px;
    float: left;
    border: 1px solid #AFC0E6;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    *zoom: 1
}

.d-search .domain-search .input-box input {
    width: 760px;
    line-height: 38px;
    font-size: 14px;
    padding: 10px 15px;
    border: 0;
    outline: none;
}

.d-search .domain-search .search-btn {
    width: 120px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: left;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    border: 1px solid #e57919;
    border-left: none;
    background-color: #e57919;
}

.d-search .domain-search .domain-root {
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #E5E5E5;
    border-top: 0px;
    *zoom: 1
}

.d-search .domain-search .domain-root .domainType label {
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-right: 5px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.d-search .domain-search .domain-root .domainType label input {
    margin-right: 6px
}

/* 域名查询结果 */
.d-search .result {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.d-search .result .result-panel {
    width: 100%;
}

.d-search .result .result-panel .result-title {
    /*width: 100%;*/
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.d-search .result .result-panel .result-cont {
    padding: 0 20px;
}

.d-search .result .result-panel .result-cont .result-item {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
}

/* ----------------------------------------------------------------
        在线留言
-----------------------------------------------------------------*/
.table-message thead tr {
    background: #ddd;
}

.table-message thead th {
    padding: 20px 0px;
    text-indent: 10px;
}

.table-message tbody .sm-form-control {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px !important;
}

.table-message tbody .code-form-control {
    width: 150px;
    float: left;
}

.table-message tbody .code-form-img {
    width: 125px;
    margin-left: 10px;
    border: 1px solid #e3e3e3;
}

.table-message tfoot a {
    font-size: 14px;
    color: #fff;
    text-shadow: none;
    padding: 6px 25px;
    border: 1px solid #e57919;
    background: #e57919;
}

.table-message tfoot a:hover {
    color: #fff;
    border: 1px solid #e57919;
    background: #e57919;
}

/* ----------------------------------------------------------------
        分页.page
-----------------------------------------------------------------*/
.pages {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto 30px auto;
}

.breadcrumb {
    margin-top: 20px;
    margin-left: 5px;
    border-left: 5px solid #e57919;
}

.pages > a {
    display: inline;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 8px;
}

.pages .a1 {
    color: #000;
}

.pages span {
    color: #fff;
    padding: 5px 10px;
    background: #e57919;
}

.pages .pagination {
    margin-right: 5px;
}

.pages .pagination li span {
    color: #000;
}

.pages .pagination li a {
    color: #000;
}

.pages .pagination li.active span {
    color: #fff;
    border: 1px solid #e57919;
    background: #e57919;
}

/* ----------------------------------------------------------------
       sidebar.联系我们
-----------------------------------------------------------------*/
.sidebar{
    position: fixed;
    right: 0;
    bottom: 120px;
    width: 55px;
    background: rgba(0,0,0,0.5);
    padding: 10px 0;
    border-radius:10px 0 0 10px;
    z-index:9999;
}

.sidebar li{
    height: 50px;
    width: 200px;
    border-radius:5px 0 0 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    list-style-type:none;
}

.sidebar li img{
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 10px 10px 0 15px;
}

.sidebar li:hover{
    margin-left: -140px;
    background: rgba(0,0,0,0.8);
    list-style-type:none;
}

.sidebar li span{
    font-size: 16px;
    color: #fff;
    float: left;
    padding-top: 14px;
}

/* ----------------------------------------------------------------
       go-top.返回头部
-----------------------------------------------------------------*/
.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

}

.go-top.show {
    right: 15px;
    bottom: 45px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.go-top i {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 3px;
}

.go-top:hover {
    background-color: #e57919;
}

.go-top:hover i {
    color: #fff;
}

/* ----------------------------------------------------------------
        底部.foot
-----------------------------------------------------------------*/
.foot {
    width: 100%;
    padding: 20px 0 0 0;
    display: inline-block;
    background: #dee8f2;
}

/* -- 底部上 -- */
.foot-up {
    display: inline-block;
    width: 100%;
    padding: 30px 0 30px 0;
}

/* 底部二维码 */
.foot-logo {
    width: 153px;
    float: left;
}

.foot-logo img {
    width: 153px;
    height: 72px;
    float: left;
    text-align: center;
}

/* 底部中间信息 */
.foot-phone {
    width: 300px;
    float: left;
    margin-left: 60px;
}

.foot-phone p {
    color: #000;
}

.foot-phone p:nth-child(1) {
    height: 42px;
    color: #e87716;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.foot-phone p:nth-child(2) {
    color: #313131;
    font-size: 18px;
}

/* 底部右边信息 */
.foot-message {
    width: 550px;
    float: right;
}

.foot-message p {
    color: #fff;
}

.foot-message .foot-message-img {
    width: 72px;
    float: left;
}

.foot-message .foot-message-img img {
    width: 72px;
    height: 72px;
}

.foot-message .foot-message-txt {
    width: 460px;
    float: right;
}

.foot-message .foot-message-txt p {
    font-size: 16px;
    color: #313131;
    margin-bottom: 5px;
}

.foot-message .foot-message-txt p:last-child {
    margin-bottom: 0;
}

/* -- 底部下 -- */
.foot-down {
    color: #000;
    text-align: center;
    padding: 10px 0;
}

.foot-down p {
    margin-bottom: 10px;
}

.foot-down p, .foot-down a, .foot-down p a {
    font-size: 16px;
    color: #000;
}

.foot-down p:last-child {
    margin-bottom: 0;
}