/*头部样式*/
.wd1200{width: 1200px;margin: 0 auto;}
#header {
    height: 32px;
    line-height: 32px;
    position: relative;
    background: #e9e9e9;
    color: #000000;
    z-index: 99999;
}

.head2 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 20px rgba(123, 123, 123, 0.75);
}

.logo {
    float: left;
    padding-top: 16px;
}

.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;
    color: #000000;
}
.wt_k{width:1200px;margin:0 auto;margin-top: 20px;}
.topLink .k1 a {
    color: #000000;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

.top_cc {
    height: 80px;
    position: relative;
    box-shadow: 0 0 20px rgba(123, 123, 123, 0.75);
}

#menu {
    float: left;
margin-left: 20px;
    /*width: 720px;*/
}


/*热门搜索*/

.search {
    float: right;
    margin-top: 22px;
}

#formsearch {
    width: 260px;
    float:right;
}

.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;color:#171717;font-size:14px;margin-top:10px;}
.hotSearch a{margin-right:6px;color:#000;}

#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);
}


/*产品中心*/

.c1_index {
    padding-top: 55px;
    position: relative;
    height: 610px;
}

.ttt1 {
    text-align: center;
}

.c1_conttt {
    position: relative;
    margin-top: 30px;
}

.c1_conttt .c1_left {
    width: 260px;
}

.c1_left .tt_top {
    background: url(../images/c1_left_tt_bg.png) no-repeat center center;
    height: 100px;
    position: relative;
    padding-left: 85px;
}

.c1_left .tt_top h3 {
    color: #fff;
    padding-top: 25px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}

.c1_left .tt_top h3 span {
    padding-top: 8px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.c1_left .sort1 {
    position: relative;
    border: 3px solid #1579b4;
    padding: 0 10px 25px 10px;
}

.c1_left .sort1 li {
    margin-top: 20px;
    height: 36px;
    line-height: 36px;
    background: #eeeeee;
    box-shadow: 0 5px 10px #999;
    padding-left: 10px;
    transition: all .3s;
}

.c1_left .sort1 li a {
    display: block;
    font-size: 14px;
    color: #000000;
    background: url(../images/sort1_jia.png) no-repeat 200px center;
}

.c1_left .sort1 li:hover {
    background: #1579b4;
}

.c1_left .sort1 li:hover a {
    color: #fff;
    background: url(../images/sort1_jian.png) no-repeat 200px center;
}

.c1_left .sort1_lx {
    position: relative;
    background: #1579b4;
    height: 100px;
    overflow: hidden;
}

.c1_left .sort1_lx p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
}

.c1_left .sort1_lx a {
    display: block;
    margin: 10px auto 0;
    width: 80px;
    height: 22px;
    line-height: 22px;
    color: #1579b4;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}

.c1_conttt .c1_right {
    width: 920px;
}

.c1_right .c1_list1 {
    position: relative;
}

.c1_list1 li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.c1_list1 li:nth-child(3n) {
    margin-right: 0px;
}

.c1_list1 li a.img {
    display: block;
}

.c1_list1 li a.img img {
    width: 300px;
    height: 220px;
}

.c1_list1 li a.img .sgm {
    background: rgba(21, 121, 180, .5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all .3s;
    display: none;
}

.c1_list1 li a.img .sgm h3 {
    width: 157px;
    height: 78px;
    text-align: center;
    line-height: 78px;
    border: 2px solid #fff;
    margin-left: -78px;
    left: 50%;
    top: 70px;
    position: relative;
    font-size: 24px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c1_list1 li:hover a.img .sgm {
    display: block;
}


/*选择我们*/

.ab_index {
    position: relative;
    height: 555px;
    background: #1579b4;
    padding-top: 55px;
}

.ab_conttt {
    margin-top: 28px;
    position: relative;
}

.ab_conttt .ab_list1 {
    position: relative;
}

.ab_list1 li {}

.ab_list1 li a.img {
    display: block;
    float: left;
}

.ab_list1 li a.img img {
    width: 600px;
    height: 400px;
}

.ab_list1 li .xx1 {
    width: 520px;
    height: 320px;
    background: #fff;
    float: left;
    padding: 40px;
}

.ab_list1 li .xx1 .one {}

.ab_list1 li .xx1 .one i {
    display: block;
    float: left;
    font-style: initial;
    color: #fff;
    background: url(../images/num_bg.png) no-repeat center center;
    width: 85px;
    font-size: 31px;
    height: 75px;
    text-align: center;
}

.ab_list1 li .xx1 .one span {
    float: left;
    display: block;
    font-size: 24px;
    color: #1579b4;
    line-height: 70px;
    margin-left: 20px;
    font-weight: 400;
}

.ab_list1 li .xx1 dd {
    margin-top: 35px;
    color: #000000;
    font-size: 14px;
    line-height: 35px;
}

.ab_list1 li .xx1 a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #1579b4;
    margin-top: 40px;
    font-size: 14px;
}

.ab_conttt .hd {
        height: 10px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -36px;
    z-index: 1;
    width: 81px;
}

.ab_conttt .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ab_conttt .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: #000;
    cursor: pointer;
    font-size: 0px;
    border-radius: 50%;
}

.ab_conttt .hd ul li.on {
    background: #f5893d;
    color: #fff;
}


/*客户案例*/

.case_index {
    position: relative;
    /*height: 575px;*/
    background: #eeeeee;
    padding-top: 55px;
}

.case_index .case_contt1 {
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
}

.case_index .case_contt2 {
    position: relative;
    margin-top: 15px;
}


/*关于我们*/

.c4_index {
    height: 530px;
    padding-top: 50px;
    position: relative;
    background: url(../images/c4_bg.png) no-repeat center center;
}

.c4_conttt {
    position: relative;
    width: 1100px;
    height: 300px;
    // background: url(../images/c4_conttt_bg.png) no-repeat center center;
    margin: 80px auto 0;
}

@keyframes myfirst {
    from {
        transform: scale(1.3)
    }
    to {
        transform: scale(1)
    }
}

.c4_conttt h3 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1100px;
    height: 300px;
    overflow: hidden;
}

.c4_conttt h3 img {
    animation: myfirst 4s linear infinite alternate;
}

.c4_conttt span {
    display: block;
    padding: 70px 125px 0;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    z-index: 10;
    position: relative;
}

.c4_conttt .ab_more {
    display: block;
    width: 156px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    margin: 40px auto 0;
    font-size: 16px;
    z-index: 10;
    position: relative;
}


/*新闻中心*/

.news_index {
    position: relative;
    padding-top: 35px;
}

.news_conttt {
    position: relative;
    margin-top: 25px;
}

.news_conttt .news_aa {
    width: 580px;
}

.news_aa .news_aa_tt {
    height: 60px;
    line-height: 60px;
    background: #eeeeee;
    position: relative;
}

.news_aa_tt h3 {
    width: 85px;
    background: url(../images/fang.png) no-repeat 10px center #1579b4;
    padding-left: 35px;
    color: #fff;
    font-size: 18px;
}

.news_aa_tt a {
    position: absolute;
    right: 10px;
    top: 0px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
}

.news_aa .news_list1 {
    position: relative;
    margin-top: 10px;
}

.news_list1 li {
    line-height: 50px;
    border-bottom: 1px dashed #999999;
    position: relative;
}

.news_list1 li span {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.news_list1 li a {
    font-size: 14px;
    color: #000000;
    margin-left: 10px;
}

.news_list1 li:hover span,
.news_list1 li:hover a {
    color: #1579b4;
}


/*主体样式*/

#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.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 {
    width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    background-color: #ececec;
    text-indent: 20px;
}

.foot_wap {
    /*height: 290px;*/
    background: #353535;
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
}

.f_aa {
    width: 200px;
}

.f_dd {
    width: 280px;
}

.f_dd .f_sec {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}

.f_aa h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}

.f_aa .f_sec {
    position: relative;
    margin-top: 22px;
}

.f_aa .f_sec a {
    display: block;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
}

.f_ewm {
    width: 180px;
    float: right;
}


/*页面底部*/

#footer {
    position: relative;
    text-align: center;
    
    line-height: 60px;
    background: #1c1c1c;
    text-transform: uppercase;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #e87518;
    text-decoration: none;
}

.copyright {
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    color: #666;
}
/* #footer .copyright a{color: #fff;} */

/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    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;
}

.left .box .content {
    padding: 5px 0px;
}

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

.n_banner {
    width: 1920px;
    margin: 0 auto;
}

.n_banner img {
    width: 1920px;
    margin: 0 auto
}

.left {
    width: 225px;
    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 {
    padding: 5px;
    line-height: 24px;
}

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

.sitemp {
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    padding-right: 10px;
    background: url(../images/nav.png) no-repeat 0% 100%;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 31px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 30px;
}

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

.sort_album {
    margin-top: 15px;
}

.nav{height:80px;}
.nav li{line-height: 20px;height: 80px;text-align:center;width:85px;float:left;position:relative;z-index:999;}
.nav li a{display:block;/* line-height:80px; *//* color:#fff; *//* height: 60px; */color:#000000;padding-top: 20px;}
.nav li a span{display:block;}
.nav li:hover{color:#fff;text-decoration:none;background-color:#1579b4;}
.nav li:hover a{color:#fff;}

.nav .sec{height:0;background:#01557a;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:80px;left:0px;}
.nav .sec a{background:#01557a;color:#fff;height:38px;line-height:38px;width:85px;padding:0px;}
.nav .sec a:hover{background:#042d3f;text-decoration:none;}

/*首页banner*/
.banner{width:1920px;margin:0 auto;position:relative;height:700px;left:50%;margin-left:-960px;}
.banner ul.bb{position:relative;padding:0px;margin:0px;z-index:5;}
.banner ul.bb li{position:absolute;display:none;}
.banner .num{position:absolute;left:50%;bottom:10px;z-index:100;width:50px;margin-left:-25px;}
.banner .num li{width:7px;height:7px;display:inline-block;margin-right:8px;background:#fff;line-height:7px;
	text-indent:-100px;overflow:hidden;border-radius:10px;}
.banner .num li.num_hover{background-color:#fe8421;}
.banner .num li.num_hover a{color:#fff;}
.banner .num li a{float:left;display:block;text-align:center;color:#666;text-decoration:none;cursor:pointer;width:18px;height:18px;line-height:18px;}

/*搜索和热门搜索*/
.hotSearch a{margin-right:6px;}
#formsearch input{height:36px;background:#fff;border:1px solid #c8c8c8;line-height:36px;outline:none;}
#formsearch input#keyword{height:34px;line-height:34px;padding-left:10px;color:#666;float:left;width:188px;}
#formsearch input#s_btn{width:60px;height:36px;line-height:36px;text-align:center;background-color:#1579b4;color:#fff;border:none;cursor:pointer;float:left;}


/*首页客户案例*/
.case_list1{padding-bottom:20px!important;}
.case_list1 li{float:left;margin-left:10px;margin-right:10px;padding-bottom:15px;_display:inline;background:#fff;box-shadow: 0 5px 20px rgba(0,0,0,.3);}
.case_list1 li a.img{display:block;}
.case_list1 li a.img img{width:285px;height:210px;}
.case_list1 li h3{text-align:center;height:50px;line-height:50px;}
.case_list1 li h3 a{font-weight:normal;}

/*首页客户案例2*/
.case_list2{padding-bottom:20px;}
.case_list2 li{float:left;margin-left:6px;margin-right:6px;padding-bottom:15px;_display:inline;}
.case_list2 li a.img{display:block;overflow:hidden;}
.case_list2 li a.img img{width:190px;height:130px;transition: .5s;}
.case_list2 li:hover a.img img{transform: scale(1.08);}

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%
}

#toolbar li {
    margin-bottom: 3px;
    position: relative
}

#toolbar li,#toolbar li a {
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    overflow: hidden;
    background: #292e39;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap
}

#toolbar li .iconfont {
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
    text-align: center;
    color: #2b2b2b;
    font-size: 26px
}

#toolbar li .iconfont,#toolbar li .wz {
    display: inline-block;
    vertical-align: middle;
    line-height: 57px
}

#toolbar li .wz {
    font-size: 14px;
    color: #fff;
    padding-left: 10px
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #292e39;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%
}

#toolbar li.ewm .ewm-box:after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #292e39;
    border-right: none
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#toolbar li.backtop {
    cursor: pointer
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #292e39
}

#toolbar li:hover a {
    width: 200px
}

#toolbar li:hover .iconfont {
    background-color: #292e39;
    color: #fff
}


@font-face {font-family: "iconfont";
  src: url('//at.alicdn.com/t/font_1144939_pdz8umy9ap.eot?t=1559111100313'); /* IE9 */
  src: url('//at.alicdn.com/t/font_1144939_pdz8umy9ap.eot?t=1559111100313#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('//at.alicdn.com/t/font_1144939_pdz8umy9ap.woff?t=1559111100313') format('woff'),
  url('//at.alicdn.com/t/font_1144939_pdz8umy9ap.ttf?t=1559111100313') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('//at.alicdn.com/t/font_1144939_pdz8umy9ap.svg?t=1559111100313#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shijian:before {
  content: "\e63e";
}

.icon-add:before {
  content: "\e62b";
}

.icon-close:before {
  content: "\e639";
}

.icon-dots-horizontal:before {
  content: "\e705";
}

.icon-top:before {
  content: "\e607";
}

.icon-qq:before {
  content: "\e646";
}

.icon-wangwang:before {
  content: "\e8a0";
}

.icon-down:before {
  content: "\e638";
}

.icon-phone:before {
  content: "\e700";
}

.icon-chakan:before {
  content: "\e6c6";
}

.icon-message:before {
  content: "\e604";
}

.icon-search:before {
  content: "\e605";
}

.icon-menu:before {
  content: "\e61c";
}

.icon-right-arrow:before {
  content: "\e61f";
}

.icon-ewm:before {
  content: "\e606";
}

.icon-left-arrow:before {
  content: "\e620";
}
