@CHARSET "UTF-8";
input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}


/*----- 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;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}


/*头部样式*/

#header {
    position: relative;
    height: 105px;
    border-bottom: 1px solid #dcdddd;
}

.logo {
    float: left;
    padding-top: 22px;
}

#menu {
    float: right;
    width: 740px;
}

.top_tu {
    margin-top: 40px;
}

.top_tu a {
    margin-left: 10px;
}

.tt {
    background: url(../images/left4.jpg) no-repeat;
    font: 700 14px/36px "微软雅黑";
    color: #2C6EAA;
    padding-left: 20px;
}


/* c1_index */

.c1_index {
    position: relative;
    height: 870px;
    background: url(../images/c1_bg.jpg) no-repeat center center;
}


/*热门搜索*/

.search_index {
    height: 55px;
    position: relative;
    border-bottom: 1px solid #e2e3e8;
}

.hot_phone {
    height: 55px;
    line-height: 55px;
    float: left;
    font-size: 12px;
    color: #595757;
    font-family: "宋体";
    padding-left: 30px;
    background: url(../images/hotss_img.png) no-repeat left center;
}

.hot_phone span {
    font-family: "Arial";
    color: #68b92e;
    font-size: 16px;
    padding-left: 10px;
}

.search_index .ss_rr {
    float: right;
}

.hotSearch {
    height: 55px;
    line-height: 55px;
    font-weight: normal;
    color: #898989;
    float: left;
}

.hotSearch a {
    color: #898989;
    margin-right: 10px;
}

#formsearch {
    float: left;
    margin-top: 12px;
    width: 220px;
    height: 32px;
    line-height: 32px;
    background: url(../images/sss.png) no-repeat center center;
}

#formsearch input {
    height: 32px;
    background: #fff;
    line-height: 32px;
    border: none;
    outline: none;
}

#formsearch input#keyword {
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    color: #686868;
    float: left;
    background: none;
    border: none;
    font-size: 13px;
    width: 172px;
}

#formsearch input#s_btn {
    width: 33px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    background: none;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.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);
}

.abb_index {
    position: relative;
    margin-top: 65px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdddd;
}

.abb_left {
    float: left;
    width: 400px;
}

.abb_left h2 {
    font-size: 22px;
    color: #595757;
    padding-bottom: 5px;
    background: url(../images/line01.png) no-repeat left bottom;
    margin-bottom: 22px;
}

.abb_left .abbimg {
    width: 390px;
    background: #feffff;
    padding: 12px;
}

.abb_left .abbimg img {
    width: 100%;
    height: 208px;
}

.abb_right {
    width: 740px;
    float: right;
}

.abb_right h2 {
    font-size: 22px;
    color: #595757;
    padding-bottom: 10px;
    background: url(../images/line01.png) no-repeat left bottom;
    margin-bottom: 22px;
}

.abb_right .abb_txt {
    font-size: 12px;
    color: #595757;
    line-height: 22px;
    text-indent: 25px;
}

.abb_right .abbmore {
    display: block;
    width: 100px;
    line-height: 32px;
    background: #68b92e;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
}

.honor {
    position: relative;
    margin-top: 40px;
}

.honor h2 {
    font-size: 22px;
    color: #595757;
    padding-bottom: 10px;
    background: url(../images/line01.png) no-repeat left bottom;
    margin-bottom: 25px;
}

.honor_wap {
    position: relative;
}

.honor_list {
    position: relative;
}

.honor_list li {
    float: left;
    margin: 0 10px;
}

.honor_list li a {
    display: block;
}

.honor_list li .simg {
    overflow: hidden;
}

.honor_list li .simg img {
    width: 280px;
    height: 188px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.honor_list li h3 {
    line-height: 40px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #595757;
}

.honor_list li:hover .simg img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

.l_btn,
.r_btn {
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.l_btn {
    left: -40px;
}

.r_btn {
    right: -40px;
}


/* c2_index */

.c2_index {
    position: relative;
    padding: 65px 0 100px;
    background: #f6f6f6;
}

.c2_index h2 {
    text-align: center;
    font-size: 22px;
    color: #595757;
    background: url(../images/line02.png) no-repeat bottom center;
    margin-bottom: 40px;
    padding-bottom: 8px;
}

.c2_list11 {
    position: relative;
}

.c2_list11 li {
    float: left;
    margin-right: 3px;
    margin-bottom: 2px;
    position: relative;
}

.c2_list11 li:nth-child(3n) {
    margin-right: 0px;
}

.c2_list11 li a {
    display: block;
}

.c2_list11 li a img {
    width: 396px;
    height: 307px;
}

.c2_list11 li .fu {
    position: absolute;
    top: 110px;
    width: 100%;
    text-align: center;
}

.c2_list11 li .fu h3 {
    font-size: 20px;
    color: #fff;
    padding-top: 60px;
    position: relative;
}

.c2_list11 li .fu h3::before {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    content: "";
    left: 48%;
    bottom: -15px;
}

.c2_list11 li:nth-child(1) .fu h3 {
    background: url(../images/s1.png) no-repeat top center;
}

.c2_list11 li:nth-child(2) .fu h3 {
    background: url(../images/s2.png) no-repeat top center;
}

.c2_list11 li:nth-child(3) .fu h3 {
    background: url(../images/s3.png) no-repeat top center;
}

.c2_list11 li:nth-child(4) .fu h3 {
    background: url(../images/s4.png) no-repeat top center;
}

.c2_list11 li:nth-child(5) .fu h3 {
    background: url(../images/s5.png) no-repeat top center;
}

.c2_list11 li:nth-child(6) .fu h3 {
    background: url(../images/s6.png) no-repeat top center;
}


/* c3_index */

.c3_index {
    position: relative;
    height: 390px;
    background: url(../images/c3_bg.jpg) no-repeat center center;
    padding-top: 95px;
}

.c3_index h2 {
    text-align: center;
    font-size: 22px;
    color: #595757;
    background: url(../images/line02.png) no-repeat bottom center;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.c3_list11 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c3_list11 li {
    width: 400px;
    text-align: center;
    background: #68b92e;
    height: 185px;
    padding-top: 50px;
}

.c3_list11 li:nth-child(2) {
    background: #7ac644;
}

.c3_list11 li:nth-child(3) {
    background: #90d85d;
}

.c3_list11 li a {
    display: block;
}

.c3_list11 li a img {
    max-width: 100%;
    margin: 0 auto;
}

.c3_list11 li h3 {
    padding: 20px 0 15px;
    color: #fff;
    font-size: 16px;
    background: url(../images/line04.png) no-repeat bottom center;
}

.c3_list11 .slick-prev,
.c3_list11 .slick-next {
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    outline: none;
    border: none;
    z-index: 9999;
    font-size: 0;
}

.c3_list11 .slick-prev {
    left: -60px;
    background: url(../images/honor_prev.png) no-repeat center center;
}

.c3_list11 .slick-next {
    right: -60px;
    background: url(../images/honor_next.png) no-repeat center center;
}


/* c4_index */

.c4_index {
    position: relative;
    padding: 60px 0 70px;
    background: #f6f6f6;
}

.c4_index h2 {
    text-align: center;
    font-size: 22px;
    color: #595757;
    background: url(../images/line02.png) no-repeat bottom center;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.c4_list11 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c4_list11 li {
    text-align: center;
    width: 390px;
    margin: 0 5px;
}

.c4_list11 li a {
    display: block;
}

.c4_list11 li a img {
    width: 100%;
    height: 292px;
}

.c4_list11 li h3 {
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    background: #595757;
    color: #fff;
    transition: .5s;
    font-weight: normal;
}

.c4_list11 li:hover h3 {
    background: #68b92e;
}

.c4_list11 .slick-prev,
.c4_list11 .slick-next {
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    outline: none;
    border: none;
    z-index: 9999;
    font-size: 0;
}

.c4_list11 .slick-prev {
    left: -60px;
    background: url(../images/honor_prev.png) no-repeat center center;
}

.c4_list11 .slick-next {
    right: -60px;
    background: url(../images/honor_next.png) no-repeat center center;
}


/* news_index */

.news_index {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}

.news_ttt {
    position: relative;
}

.news_ttt h1 {
    font-size: 22px;
    color: #595757;
}

.news_ttt a {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    line-height: 32px;
    background: #68b92e url(../images/san.png) no-repeat 80px center;
    color: #fff;
    text-align: center;
}

.news_wap {
    margin-top: 45px;
    position: relative;
}

.news_aa {
    float: left;
    width: 365px;
    margin-right: 50px;
}

.news_cc {
    margin-right: 0px;
}

.news_aa h2 {
    font-size: 14px;
    color: #595757;
    padding-bottom: 8px;
    background: url(../images/line06.png) no-repeat left bottom;
    margin-bottom: 10px;
}

.news_list11 {
    position: relative;
}

.news_list11 li {
    position: relative;
    line-height: 40px;
}

.news_list11 li a {
    font-size: 13px;
    display: block;
    color: #595757;
    background: url(../images/fang.png) no-repeat left center;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 70%;
}

.news_list11 li span {
    position: absolute;
    right: 0px;
    top: 0px;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: #ececec;
    padding: 50px 0 30px;
}

.foot_aa {
    position: relative;
    padding-left: 45px;
    float: left;
    width: 345px;
}

.foot_aa h3 {
    font-size: 14px;
    color: #424242;
    margin-bottom: 20px;
}

.foot_aa .foot_contact {
    color: #424242;
    font-size: 12px;
    line-height: 2;
}

.foot_aa .foot_contact p {
    padding-left: 20px;
}

.foot_aa .foot_contact p:nth-child(1) {
    background: url(../images/f1.png) no-repeat left center;
}

.foot_aa .foot_contact p:nth-child(2) {
    background: url(../images/f2.png) no-repeat left center;
}

.foot_aa .foot_contact p:nth-child(3) {
    background: url(../images/f3.png) no-repeat left center;
}

.foot_aa .foot_contact p:nth-child(4) {
    background: url(../images/f4.png) no-repeat left center;
}

.foot_aa .foot_contact p:nth-child(5) {
    background: url(../images/f5.png) no-repeat left center;
}

.foot_ewm {
    margin-left: 12px;
    float: left;
    margin-top: 10px;
    padding-right: 70px;
    background: url(../images/line8.png) no-repeat right top;
    font-size: 12px;
    color: #424242;
    text-align: center;
    line-height: 3;
}

.foot_ewm img {
    width: 130px;
    height: 130px;
}

.foot_cc {
    width: 545px;
    float: right;
    padding-top: 35px;
    line-height: 1.7;
}

.link {
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
    background: #68b92e;
}

.link a {
    font-size: 12px;
    color: #fff;
}


/*主体样式*/

#container {
    width: 1100px;
    margin: 0 auto;
}

.menu_cate {
    width: 226px;
    float: left;
}

.cate_title {
    background: url(../images/left1.jpg) no-repeat;
    font: 700 14px/40px "微软雅黑";
    color: #fff;
    padding-left: 20px;
}

.cate_title span {
    font: 700 14px/40px "Arial";
    padding-left: 6px;
}

.about {
    width: 759px;
    float: right;
}

.about_title {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.about .content {
    padding: 5px;
    border: 1px solid #e0e1dc;
    line-height: 22px;
    margin-top: 3px;
    height: 165px;
    overflow: hidden;
}

.navigation {
    float: right;
    width: 100px;
}

.about_title span {
    font: 700 14px/40px "Arial";
    padding-left: 6px;
}

.right01 {
    background: url(../images/left4.jpg) no-repeat;
    width: 759px;
    float: right;
    margin-top: 10px;
}

.left .box {
    margin-bottom: 10px;
}


/*首页新闻*/

.news1_title {
    font: 700 14px/36px "微软雅黑";
    color: #2C6EAA;
    padding-left: 20px;
}

.news_company {
    width: 240px;
    float: left;
}

.news_company .content {
    padding: 5px;
}

.news_company1 {
    width: 240px;
    float: left;
    margin-left: 10px;
}

.news_company1 .content {
    padding: 5px;
}

.news_company2 {
    width: 240px;
    float: right;
}

.news_company2 .content {
    padding: 5px;
}


/*首页左侧联系我们*/

.contact {}

.contact_title {
    background: url(../images/left1.jpg) no-repeat;
    font: 700 14px/40px "微软雅黑";
    color: #fff;
    padding-left: 20px;
}

.contact .content {
    border: 1px solid #e0e1dc;
    padding: 0 5px;
    width: 216px;
    overflow: hidden;
}

.tu {
    width: 226px;
    float: left;
    margin-top: 10px;
}


/*工程案例*/

.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    border: 1px solid #e0e1dc;
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_title {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}


/*产品推荐*/

.recommend_product {
    margin-top: 10px;
}

.recommend_product .title {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}

.ff {
    background: url(../images/foot.jpg) no-repeat;
    width: 1000px;
    margin: 0 auto;
}


/*首页区域*/

.region {
    border: 1px solid #e0e1dc;
    padding: 10px;
    margin-top: 10px;
    color: #333;
}

.region h3 {
    line-height: 30px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
    font-family: "微软雅黑";
    background: #f3f3f3;
    border-bottom: 2px solid #df2525;
    font-size: 14px;
}

.more_region {
    position: absolute;
    right: 10px;
    line-height: 30px;
    top: 0;
    font-weight: normal;
    font-size: 12px;
}

.region .item {
    padding: 10px;
    padding-bottom: 0;
    color: #666;
}

.region .item a {
    color: #666;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 26px;
    margin-bottom: 6px;
}

.region .item a:hover {
    text-decoration: underline;
    color: #df2525;
}

.city h2 {
    line-height: 30px;
    border-bottom: 2px solid #e87518;
    padding-left: 5px;
}

.city .item {
    line-height: 28px;
    padding: 10px;
}


/*友情链接*/

.f_link {
    width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    text-indent: 20px;
    background: url(../images/you.jpg) 15px center no-repeat;
}


/*页面底部*/

#footer {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

#footer a {
    color: #fff;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
}

.copyright {
    text-align: center;
    line-height: 24px;
    font-family: "arial";
}


/*------------内页-------------------*/

.n_banner {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    text-align: center;
}

.n_banner img {
    width: 100%;
}

.n_banner h3 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    color: #fff;
    font-size: 36px;
}

.n_banner h3 p,
.n_banner h3 span {
    display: block;
    font-weight: normal;
    line-height: 1;
    font-size: 20px;
    text-transform: uppercase;
}

.sort_product {
    margin-top: 10px;
    border: 1px solid #e0e1dc;
}

.sort_product h3 {
    background: url(../images/nleft.jpg) no-repeat;
    line-height: 34px;
    padding-left: 30px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background: url(../images/nleft.jpg) no-repeat;
    line-height: 34px;
    padding-left: 30px;
    font-weight: bold;
}

.n_contact p.content {
    padding: 5px;
    border: 1px solid #e0e1dc;
}

.right {
    width: 1200px;
    padding-top: 60px;
    padding-bottom: 10px;
    left: 50%;
    margin-left: -600px;
    position: relative;
}

.sitemp {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    background: url(../images/nright.jpg) no-repeat;
    padding-right: 10px;
    border-bottom: 2px solid #0b559a;
}

.sitemp h2 {
    width: 320px;
    float: left;
    line-height: 30px;
    text-align: center;
    text-align: left;
    text-indent: 10px;
    padding-left: 20px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
}

.right .content {
    padding: 0px;
}


/* 专题页面 */

.c333_list11 {
    position: relative;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.c333_list11 li {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    margin-right: 6px;
}

.c333_list11 li:nth-child(3n) {
    margin-right: 0px;
}

.c333_list11 li a {
    display: block;
}

.c333_list11 li a img {
    width: 395px;
    height: 243px;
}

.c333_list11 li h3 {
    line-height: 40px;
    color: #040404;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
}


/* zizhi */

.zizhi {
    position: relative;
}

.zizhi h2 {
    font-size: 36px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    font-weight: normal;
}

.zizhi ul {
    margin-bottom: 50px;
    background: #a7f0fc;
    padding: 20px 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zizhi ul li {
    position: relative;
    margin-bottom: 5px;
}

.zizhi ul li a {
    display: block;
}

.zizhi ul li a img {
    width: 390px;
    height: 280px;
}


/* contact_nei */

.contact_nei {
    position: relative;
    margin-bottom: 20px;
}

.title_aa {
    text-align: center;
    font-size: 48px;
    color: #0d181d;
    font-weight: bold;
    padding: 50px 0 30px;
}

.title_bb {
    text-align: center;
    font-size: 30px;
    color: #0d181d;
    margin-bottom: 100px;
}

.contact_nei .ab_map {
    width: 1200px;
    height: 410px;
}

.contact_nei .ab_map img {
    width: 1200px;
    height: 410px;
}

.contact_nei .abrr {
    position: relative;
    margin-top: 30px;
}

.abrr>h1 {
    font-size: 24px;
    color: #0d181d;
    padding: 10px 0 40px;
    border-bottom: 1px solid #0d181d;
}

.abrr .ye_phone {
    font-size: 24px;
    color: #0d181d;
    margin: 30px 0;
    font-weight: bold;
}

.abrr .yw_nei {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.abrr .yw_nei li {
    width: 600px;
}

.abrr .yw_nei li h3 {
    background: url(../images/yuan11.png) no-repeat left center;
    padding-left: 25px;
    font-size: 24px;
    color: #23b4ee;
    margin-bottom: 50px;
}

.abrr .yw_nei li h4 {
    font-size: 24px;
    color: #7ed6f9;
    font-weight: bold;
}

.abrr .yw_nei li h4 span {
    font-weight: normal;
    color: #0d181d;
}

.contact_bom {
    position: relative;
    margin-top: 30px;
}

.contact_yyy {
    position: relative;
    width: 850px;
}

.contact_yyy li {
    line-height: 70px;
    height: 70px;
}

.contact_yyy li h3 {
    font-weight: bold;
    font-size: 24px;
    color: #0d181d;
}

.contact_yyy li h3 span {
    font-weight: normal;
    color: #0d181d;
}

.contact_ewm {
    position: absolute;
    right: 0px;
    bottom: 50px;
    z-index: 9999;
}

.contact_ewm img {
    width: 274px;
    height: 271px;
}


/*  */

.sort22 {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 9999;
    text-align: center;
}

.sort22 li {
    position: relative;
    padding: 0 15px;
    line-height: 30px;
    display: inline-block;
}

.sort22 li a {
    display: block;
    font-size: 19px;
    color: #fff;
    font-weight: normal;
}

.sort22 li+li {
    background: url(../images/shu22.png) no-repeat left center;
}


/* flex-product */

.flex-product {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0px;
}

.flex-product li {
    position: relative;
    margin-bottom: 25px;
}

.flex-product li a {
    display: block;
    overflow: hidden;
}

.flex-product li a img {
    max-width: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.flex-product li h3 {
    position: absolute;
    bottom: 10px;
    color: #080707;
    font-size: 30px;
    font-weight: normal;
}

.flex-product li:nth-child(1) h3 {
    color: #fff;
    bottom: 15px;
    text-align: center;
    right: 20px;
}

.flex-product li:nth-child(2) h3 {
    bottom: 15px;
    right: 20px;
}

.flex-product li:nth-child(3) h3 {
    text-align: center;
    left: 135px;
    bottom: 15px;
}

.flex-product li:nth-child(4) h3 {
    text-align: center;
    right: 60px;
    bottom: 15px;
}

.flex-product li:nth-child(5) h3 {
    text-align: center;
    right: 60px;
    bottom: 15px;
}

.flex-product li:hover a img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}


/* 案例内页切换 */

.case_cate_list {
    position: relative;
}

.case_cate_list h2 {
    text-align: center;
    font-size: 32px;
    color: #020202;
    font-weight: normal;
    margin-bottom: 30px;
}

.cc_list22 {
    position: relative;
    margin: 0 auto;
    width: 1100px;
    margin-bottom: 50px;
}

.cc_list22 li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 15px;
    _display: inline;
}

.cc_list22 li a.img {
    padding: 1px;
    display: block;
}

.cc_list22 li a.img img {
    width: 100%;
    height: 202px;
}

.cc_list22 li h3 {
    text-align: center;
    padding-top: 5px;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}

.cc_list22 .slick-prev,
.cc_list22 .slick-next {
    position: absolute;
    top: 20%;
    width: 101px;
    height: 101px;
    font-size: 0;
    z-index: 9999;
    border: none;
    outline: none;
    cursor: pointer;
}

.cc_list22 .slick-prev {
    left: -120px;
    background: url(../images/cc_prev.png) no-repeat center;
}

.cc_list22 .slick-next {
    right: -120px;
    background: url(../images/cc_next.png) no-repeat center;
}


/* sort2 */

.sort2 {
    /* background: rgba(255, 255, 255, .5); */
    width: 1200px;
    height: 265px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -600px;
    padding: 0 50px;
    /* border: 2px solid #fff; */
}

.sort2>h2 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding-top: 20px;
    margin-bottom: 35px;
}

.sort2 li {
    display: inline-block;
    width: 24%;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #000;
}

.sort2 li a {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.sort2 li a i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    padding-top: 3px;
}

.sort2 li a i img {
    width: 100%;
}


/* sort33 */

.sort33 {
    bottom: 50px;
}

.sort33 li {
    border-top: 1px solid #fff;
    padding: 0 50px;
}

.sort33 li a {
    color: #fff;
    font-size: 30px;
}


/* sort44 */

.sort44 {
    bottom: 80px;
}

.sort44 li {
    padding: 0 30px;
}

.sort44 li a {
    color: #fff;
    font-size: 20px;
}

/**/

.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}



/*左侧工具条*/
#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 20%;
}

#toolbar li {
  margin-bottom: 5px;
  font-size: 0;
  width: 96px;
  height: 96px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 96px;
  height: 96px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li a img{
    width: 100%;
}

#toolbar li .ewm-box22 img{
    width: 100%;
}

#toolbar li.ewm span{
    font-size: 12px;
    color: #000;
}

#toolbar li.ewm{
    height: 120px;
}


