/*头部样式*/
.tong {
    width: 1200px;
    margin: 0 auto;
}

.tong1 {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

#header {
    background: #fff;
}

.logo {
    float: left;
    line-height: 115px;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    margin-top: 28px;
    text-align: left;
}

.topLink .k2 p:nth-child(1) {
    font-size: 28px;
    color: #005890;
    padding-left: 44px;
    background: url(../images/dh.png) no-repeat 0 center;
}

.topLink .k2 p:nth-child(2) {
    font-size: 14px;
    color: #898989;
    letter-spacing: 2px;
}

.k2x {
    margin-top: 32px;
    text-align: left;
}

.k2x p:nth-child(1) {
    font-size: 28px;
    color: #fff;
    padding-left: 44px;
    background: url(../images/dh1.png) no-repeat 0 center;
}

.k2x p:nth-child(2) {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}

/*热门搜索*/
.search {
    text-align: left;
    height: 24px;
    padding: 5px 10px 5px 10px;
}

#formsearch {
    margin-top: 25px;
    background: url(../images/ss.png) no-repeat 0 bottom;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 67px;
    height: 36px;
    border: none;
    background: none;
    color: #fff;
    font-size: 16px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 6px;
}

#formsearch input {
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
}

#formsearch input#keyword {
    height: 36px;
    line-height: 36px;
    padding-left: 16px;
    color: #fff;
    width: 179px;
    font-size: 12px;
    box-sizing: border-box;
}

#formsearch input#s_btn {
    width: 36px;
    text-align: center;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0;
}

/*主体样式*/
#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.menu_cate {
    width: 220px;
    float: left;
}

.cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
}

.about_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*首页新闻*/
.news_company {
    width: 280px;
    float: right;
}

.news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.news_company .content {
    padding: 5px;
}

/*首页左侧联系我们*/
.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}

/*工程案例*/
.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}

/*产品推荐*/
.recommend_product {
    margin-top: 10px;
    width: 692px;
    float: left;
}

.recommend_product .title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}

/*品牌列表*/
.brand-list {
    margin: 20px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.brand-list li {
    margin: 5px 8px;
}

.brand-list li:hover {
    box-shadow: 2px 1px 5px;
}

.brand-list li img {
    width: 150px;
    height: 120px;
}

/*前台多页签*/
.news {
    width: 1000px;
    float: left;
    margin-top: 10px;
}

.tab {
    position: relative;
}

.tab li {
    float: left;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.tab li.cur {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #3a78c1;
    border-color: #3a78c1;
}

.tt {
    display: none;
}

/*.list1 {*/
/*padding: 8px 10px;*/
/*}*/

/*.list1 li {*/
/*line-height: 27px;*/
/*position: relative;*/
/*vertical-align: middle;*/
/*}*/

/*.list1 li a {*/
/*background: url(../images/list_dot1.gif) left center no-repeat;*/
/*padding-left: 12px;*/
/*line-height: 27px;*/
/*color: #555555;*/
/*}*/

/*.list1 li a:hover {*/
/*color: #e87518;*/
/*text-decoration: none;*/
/*}*/

/*.list1 li span {*/
/*position: absolute;*/
/*right: 0px;*/
/*line-height: 30px;*/
/*top: 0;*/
/*color: #999;*/
/*}*/

/*友情链接*/
.f_link {
    font-size: 14px;
    line-height: 30px;
    display: none;
}

/*页面底部*/

/*------------内页-------------------*/
.sort_menu h3 {
    background: url(../images/pg-title-bg.jpg) center no-repeat;
    color: #fff;
    box-sizing: border-box;
    height: 109px;
    padding: 23px 0 0 20px;
    font-size: 30px;
    font-weight: normal;
}

.sort_menu h3 span {
    display: block;
    font-size: 14px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 100;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}

.n_banner img {
    width: 1920px;
}

.left {
    width: 230px;
    float: left;
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    line-height: 24px;
}

.right {
    width: 930px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 14px;
    font-size: 12px;
    color: #767676;
}

.right .content {
    overflow: hidden;
    line-height: 24px;
    padding-top: 15px;
}

.sort_album {
    margin-top: 15px;
}

.news_listts li {
    background: #fff;
    width: 920px;
    height: 160px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.news_listts li a.img {
    width: 226px;
    height: 143px;
    overflow: hidden;
}

.news_listts li img {
    float: left;
    overflow: hidden;
    width: 226px;
    height: 143px;
}

.news_sub {
    float: right;
    width: 690px;
}

.news_sub a {
    font: 400 16px/50px "Microsoft Yahei";
    color: #252525;
    padding-left: 26px;
}

.news_sub span {
    font: 400 12px/22px "Microsoft Yahei";
    color: #666;
    padding-left: 26px;
    display: block;
    padding-right: 26px;
}

.news_sub h3 {
    width: 100px;
    height: 25px;
    font-size: 12px;
    border: 1px solid #24698c;
    display: block;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    margin-left: 25px
}

.news_sub h3 a {
    font-size: 12px;
    text-align: center;
    color: #24698c;
    line-height: 25px;
    padding-left: 0px;
}

.news_listts li:hover .news_sub h3 {
    border: none;
    background: #24698c;
}

.news_listts li:hover .news_sub h3 a {
    color: #fff;
}

.news_detail h1.title, .case_detail h1.title, .product_detail h1.title {
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 5px;
    padding-bottom: 10px;
    color: #24698c;
}

.news_listts li:hover .news_sub a {
    color: #24698c;
}

/*产品列表*/

#product_lista li a div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#product_lista li a div {
    position: absolute;
    width: 100%;
    height: 248px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    line-height: 274px;
}

#product_lista li a div span {
    display: block;
    position: relative;
    width: 274px;
    height: 248px;
    background: rgba(36, 105, 140, .8);
    left: 0px;
    top: 0px;
}

#product_lista li a div span img {
    width: 31px;
    height: 31px;
    border: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
}

.da-slideFromTop {
    left: 0px;
    top: -100%;
}

.da-slideFromBottom {
    left: 0px;
    top: 100%;
}

.da-slideFromLeft {
    top: 0px;
    left: -100%;
}

.da-slideFromRight {
    top: 0px;
    left: 100%;
}

.da-slideTop {
    top: 0px;
}

.da-slideLeft {
    left: 0px;
}

