﻿/*公共*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei";
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ul,
li,
ol {
    list-style: none;
}

dl,
dd {
    margin: auto;
}

input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

a,
a:visited {
    color: #333;
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
}

a {
    cursor: pointer;
}
a:hover{
    color:#333;
}

/*所有超链接不要下划线*/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*去掉绝对地址后的ICON*/
.external-link::after{
    content: "" !important;}
/*任何标签、包括它前面、后面生成的内容都不要影响盒子的边框*/

.left {
    float: left;
}

.right {
    float: right;
}

.w-gray {
    color: #aaaaaa
}

.w-white {
    color: #FFFFFF !important;
}

.w-blue {
    color: #0086da;
}

.clear {
    clear: both;
}

.margin-t30 {
    margin-top: 30px !important;
}
/*header.htm*/

/*
.head{
    overflow: hidden;
    height: 109px;
}
.top{
    background: #f6f6f6 none repeat;
    color: #5c5c5c;
    height: 30px;
    line-height: 30px;
    font-size: 0.8em;
}
.am-container-1 {
    max-width: 1600px;
    margin: 0 auto;
}
.index-logo dl{
    float: left;
    margin-top: 23px;
    overflow: hidden;
}
.index-logo dt{
    float: left;
    overflow: hidden;
}
.index-logo dd{
    float: left;
    margin-top: 10px;
    margin-left: 26px;
    height: auto;
    padding-left: 16px;
    overflow: hidden;
    border-left: 1px solid rgb(232, 232, 232);
}
.index-logo h2{
    font-size: 16px;
    color: rgb(51, 51, 51);
    padding-bottom: 6px;
    font-weight: 400;
}
.index-logo dd p{
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: 700;
}
.index-logo dd p span{
    color: rgb(255, 152, 0);
}
.index-logo .phone{
    float: right;
    margin-top: 32px;
    padding-left: 50px;
    width: auto;
    overflow: hidden;
    background: url(../images/header-phone.png) left top no-repeat;
}
.index-logo .phone p{
    font-size: 14px;
    color: rgb(51, 51, 51);
}
.index-logo .phone p i{
    font-size: 28px;
    font-family: "Myriad Pro";
    color: rgb(0, 135, 213);
    display: block;
    font-weight: 700;
}
.headerNav{
    width: 100%;
    height: 42px;
    background: url(../images/navbg.jpg) center center no-repeat;
}
.headerNav ul {
    width: 102%;
    height: 42px;
}
.headerNav li:hover, .headerNav li.cur {
    background: url(../images/navbg2.png) center center repeat-x;
}
.headerNav li:first-child {
    border-left: 0px;
}
.headerNav li {
    float: left;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    border-left: 1px solid rgb(34, 167, 224);
    border-right: 1px solid rgb(0, 142, 202);
}
.headerNav li a {
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

*/

.am-container-1 {
    max-width: 1600px;
    margin: 0 auto;
}
.kk {
    background-color: #333333;
    padding-bottom: 10px;
}
.kk .k1 {
    width: 45%;
    float: left;
    color: #adadad;
    font: 100 12px/12px "Microsoft yahei";
}
.kk .k1 a {
    color: #adadad;
    font: 100 12px/12px "Microsoft yahei";
}
.kk .hotSearch {
    width: 50%;
    float: right;
    color: #adadad;
    font: 100 12px/12px "Microsoft yahei";
    text-align: right;
}
.kk .hotSearch a {
    color: #adadad;
    font: 100 12px/12px "Microsoft yahei";
    padding-left: 6px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.xy-head-left .logo {
    display: block;
    padding-top: 10px;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.xy-head-left .logo h1 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.xy-head-left .logo img {
    max-width: 100%;
}
.xy-head-navbar {
    position: relative;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}
.xy-menu {

}
.xy-menu .cut{
    background: red;
}
.xy-menu .cut a{
    color:#fff;
}
.xy-menu li:hover{
    background: red;
}
.xy-menu li:hover a{
    color:#fff;
}
.xy-menu > li {
    float: left;
    width: 10.5%;
    position: relative;
}
.xy-menu > li > a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 85px;
}
.about-sub-menu {
    display: none;
    width: 530px;
    height: 210px;
    padding: 30px 10px;
    position: absolute;
    background: #F5F5F5;
    z-index: 99;
}
.about-sub-menu ul li {
    border-bottom: 1px solid #333;
    line-height: 30px;
}
.about-sub-menu ul li a {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    position: relative;
    padding-left: 20px;
    transition: all .5s ease;
    background: url(../images/jt.png) 3px center no-repeat;
}
.xy-head-navbar .xy-search {
    position: absolute;
    right: 0;
    top: 30px;
    width: 130px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
}
.xy-head-navbar .xy-search #keyword {
    float: left;
    width: 80%;
    height: 28px;
    background: none;
    border: none;
    color: #333;
    padding-left: 10px;
    font-size: 12px;
    outline: none;
}
.xy-head-navbar .xy-search #s_btn {
    float: right;
    width: 20%;
    height: 28px;
    background: none;
    font-size: 18px;
    color: #EC1A0F;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    font-weight: 600;
    background-color: #e7e7e7;
    border-radius: 50%;
}
.top-phone {
    margin-top: 15px;
    overflow: hidden;
    float: right;
    background: url(../images/header-phone.png) no-repeat left top;
    padding-left: 50px;
}
.top-phone p{
    font-size: 14px;
    color: #333;
}
.top-phone i{
    font-size: 24px;
    font-family: Myriad Pro;
    color: #EC1A0F;
    display: block;
    font-weight: 700;
}

/*mobile header start*/
@media screen and (max-width:640px){
    .m-header .m-logo{
        width:150px;
        margin:8px auto;
    }
    .m-header .m-logo img{
        width:150px;
        margin:0 auto;
    }
    .m-header .am-offcanvas-bar{
        width:320px;
        background:#383d61;
    }
    .m-header .am-icon-bars{
        font-size:30px;
        color:#262626;
    }
    .m-header{
        padding:10px 0;
        background:#fFF;
    }
    .am-menu-offcanvas1 .am-menu-nav>li>a:focus,.m-header .am-menu-offcanvas1 .am-menu-nav>.am-open>a,.m-header .am-menu-offcanvas1 .am-menu-nav>li>a:hover{
        background-color:#383d61!important;
        color:#fff;outline:0;
    }
    .m-header .am-menu-offcanvas1 .am-menu-sub{
        background-color:#383d61!important;
    }
    .m-header .am-menu-sub{
        padding:0;
    }
    .m-header .am-menu-sub li{
        border-top:1px solid rgba(0,0,0,.3);
        -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
        box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
        text-shadow:0 1px 0 rgba(0,0,0,.5);
        padding-left:36px}
    .m-header .am-menu-offcanvas1 .am-menu-nav>li>a{
        color:#fff;
    }
    .m-header .am-menu-sub li a{
        color:rgba(255,255,255,.3);
        text-shadow:none!important;
    }
    .m-header .nav-icon::before{
        margin-left:-14px;
        margin-right:5px;
    }
    .m-header .nav-icon-globe::before{
        content:"\f0ac";
    }
    .m-header .nav-share-contain{
        height:44px;
        line-height:44px;
        text-indent:9px;
        padding:0;
        position:relative;
        color:#ccc;
        border-top:1px solid rgba(0,0,0,.3);
        -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
        box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
        text-shadow:0 1px 0 rgba(0,0,0,.5)}
    .about-youshi-tit{
        background: url(../images/jg-tit.png) no-repeat center !important;
    }
    .ayc-left{
        width: 100% !important;
    }
    .ayc-right{
        width: 100% !important;
    }
}
/*首页-banner*/
@media only screen and (min-width:1024px) {
    .rollpic {
        margin-top: 0px !important;
    }
}
.rollpic {
    margin-top: 0;
}

.rollpic div {
    margin: 0 0 0;
}

.rollpic ol {
    bottom: 10px !important;
}
/*首页-产品*/
.tc-index-product{
    padding: 20px 0;
    background-color: #eeeeee;
}
.ti-product-title{
    position: relative;
    z-index: 99;
    margin-right: -15px;
    margin-left: -15px;
}
.ti-product-title h2{
    padding: 20px 0;
    color: #333333;
    font: 400 26px/36px "Microsoft YaHei";
}
.ti-product-title h2 span{
    display: block;
    color: #666666;
    font: 400 16px/36px "Microsoft YaHei";
}
.ti-product-title .ti-product-title-change{
    position: absolute;
    right: 20px;
    top: 35px;
    text-align: center;
}
.ti-product-title .ti-product-title-change li{
    list-style-type: none;
    position: relative;
    display: inline-block;
    float:none!important;
}
.ti-product-title .ti-product-title-change li a.nav2bg {
    font: 400 18px/40px "Microsoft YaHei";
    display: block;
    width: 200px;
    border: 1px solid #666666 !important;
    margin-right: 5px !important;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    padding: 0 !important;
}
.ti-product-title .ti-product-title-change li a.nav2bg:hover{
    background: #EC1A0F;
    border: 1px solid #EC1A0F;
    color: #333;
}
.ti-product-main{
    margin: 0;
    padding: 0;
}
.ti-product-main li{
    float: left;
    height: auto;
    overflow: hidden;
    background: #f6f6f6;
    color: #2e2e2e;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom:20px;
}
.ti-product-main li:hover{

}
.ti-product-main li dt{
    height: auto;
    overflow: hidden;
    border: #f6f6f6 solid 15px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ti-product-main li:hover dt{

}
.ti-product-main li dt a{
    float: left;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: #fff;
}
.ti-product-main li dd{
    color: #2e2e2e;
    text-align: center;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding:10px 0 20px;
}
.ti-product-main li:hover dd{
    background:#1574FF;
    color:#fff;
}
.ti-product-main li dd .tt{
    display: block;
    margin: 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
}
.ti-product-main li:hover .tt{
    color:#fff;
}
.ti-product-main li dd span{
    padding: 10px 10px 0;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ti-product-main li dd .mm{
    display: block;
    margin: 20px auto 0;
    width: 128px;
    height: 34px;
    text-align: center;
    border: 1px solid #e3e3e3;
    line-height: 34px;
    color: #2e2e2e;
    font-size: 16px;
}
.ti-product-main li:hover .mm{
    color:#fff;
}
.ti-product-main li img{
    height:280px !important;
    width:372px !important;
}
/*首页-优势*/
.index-youshi{
    padding: 50px 0;
    height: auto;
    background: url(../images/youshi-bg.jpg) no-repeat 50% 0;
    overflow: hidden;
}
.imain-ti {
    text-align: center;
    font-size: 30px;
    position: relative;
    line-height: 40px;
}
.imain-ti .line {
    background: #fff;
    transition: all .5s;
    position: absolute;
    width: 46px;
    height: 3px;
    bottom: -34px;
    left: 50%;
    margin-left: -23px;
}
.imain-ti a {
    color: #fff;
}
.imain-subti {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.iadtage {
    height: 287px;
    width: 1205px;
    margin:50px auto;
}
.iadtage a {
    transition: transform .5s;
}
.iadtage a {
    display: block;
    float: left;
    width: 236px;
    height: 287px;
    padding: 37px 25px 30px;
    background: #fff;
    margin-right: 5px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center;
}
.iadtage a.it1 .icon {
    background-position: 0 0;
}
.iadtage .icon {
    display: block;
    width: 78px;
    height: 78px;
    margin: 0 auto;
    background: url(../images/iadtage_icon.png);
}
.iadtage .ti {
    display: block;
    margin: 15px 0;
    font-size: 18px;
    color: #05542c;
    font-weight: bold;
}
.iadtage a.it2 .icon {
    background-position: 0 -80px;
}
.iadtage a.it3 .icon {
    background-position: 0 -160px;
}
.iadtage a.it4 .icon {
    background-position: 0 -240px;
}
.iadtage a.it5 .icon {
    background-position: 0 -320px;
}
.imain-tel {
    height: 38px;
    margin-top: 30px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}
.imain-tel i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/tel.png);
    vertical-align: middle;
    margin-right: 9px;
}
.imain-tel span {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    font-family: 'DINOT-CONDBOLD';
}
.imain-tel .btn {
    display: inline-block;
    width: 120px;
    height: 36px;
    margin-left: 15px;
    border-radius: 36px;
    vertical-align: middle;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
/*首页-流程*/
.index-liucheng {
    padding: 50px 0 25px;
    overflow: hidden;
}
.i-liucheng-tit a {
    color: #222;
}
.i-liucheng-tit {
    text-align: center;
    font-size: 30px;
    position: relative;
    line-height: 40px;
}
.i-liucheng-tit .line {
    position: absolute;
    width: 46px;
    height: 3px;
    background: #05336c;
    bottom: -34px;
    left: 50%;
    margin-left: -23px;
    transition: all .5s;
}
.imain-en {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.iflow {
    max-width: 1200px;
    height: 147px;
    margin:50px auto;
}
.iflow li:first-child {
    margin-left: 0;
}
.iflow li {
    width: 147px;
    height: 147px;
    padding: 19px 20px 20px 19px;
    float: left;
    margin-left: 28px;
    position: relative;
    text-align: center;
    background: url(../images/by.png) no-repeat 0 100%;
}
.iflow li .num {
    position: absolute;
    width: 36px;
    height: 24px;
    line-height: 24px;
    left: 50%;
    margin-left: -16px;
    top: -10px;
    font-size: 18px;
    color: #05336c;
    font-family: 'DINOT-CONDBOLD',arial;
}
.iflow .txt {
    display: block;
    width: 108px;
    height: 108px;
    line-height: 108px;
    font-size: 14px;
    color: #fff;
    background: url(../images/y_bg2.png);
}
/*首页-案例*/
.index-case{
    width: 100%;
    margin-bottom: 50px;
    background: url(../images/m41.jpg) no-repeat center top;
}
.i-case-tit{
    height: 240px;
    background: url(../images/m4t.png) no-repeat center center;
}
.i-case-change{
    width: 100%;
    margin-bottom: 20px;
}
.i-case-change li{
    float: left;
    height: 65px;
    line-height: 65px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    width:50%;
}
.i-change-icon1{
    background: url(../images/m41.png) no-repeat 200px center;
}
.i-change-icon2{
    background: url(../images/m42.png) no-repeat 200px center;
}
.i-change-bg1{
    background-color: #0058D8;
}
.i-change-bg2{
    background-color: #1574FF;
}
.divContent ul {
    margin-right: -30px;
    overflow: auto;
}
.divContent li {
    float: left;
    padding-right: 30px;
    position: relative;
    margin-bottom: 30px;
}
.divContent li .aimg img{
    width: 100% !important;
}
.divContent li .atit {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/tm.png);
    height: 42px;
    line-height: 42px;
    width: 93%;
}
.divContent li .atit a {
    color: #ffffff;
    display: block;
    padding: 0px 15px;
}
.divContent li .atit a:hover{
    color:#fff;
}
.divContent li .atit span {
    display: block;
    float: right;
    border: 1px #ffffff solid;
    height: 22px;
    line-height: 22px;
    width: 60px;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}
.m4gd {
    width: 100px;
    clear: both;
    height: 30px;
    border: 1px #333333 solid;
    text-align: center;
    margin: 0 auto;
}
/*首页-新闻*/
.index-news{
    background-color: #eeeeee;
    padding: 50px 0;
}
.i-news-tit{
    height: 90px;
    background: url(../images/m4t.jpg) no-repeat center center;
    margin-bottom: 20px;
}
.i-news-change{
    margin: 0 auto 20px;
    height: 37px;
    width: 390px;
}
.i-news-change li{
    float: left;
    margin: 0 10px;
    color: #ffffff;
    text-align: center;
}
.i-news-change li a{
    color:#fff;
}
.am-nav > li > a:hover, .am-nav > li > a:focus {

    background-color: inherit !important;
}
.am-nav-tabs > li > a {
    margin-right: 0 !important;
    border: 0 !important;
}
.am-nav-tabs > li.am-active > a{
    background-color: #1574FF !important;
}
.am-nav-tabs > li.am-active > a, .am-nav-tabs > li.am-active > a:hover{
    color:#fff !important;
}
li.am-active a{
    border:
}
.am-nav-tabs{
    border-bottom: 0 !important;
}
.selected {
        background-color: #313131;
}
.normal {
    background-color: #313131;
}
.i-news-left{
    float: left;
}
.i-news-top{
    background-color: #ffffff;
    height: 266px;
    margin-bottom: 10px;
    position: relative;
}
.i-news-img{
    width: 374px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-word{
    padding: 20px;
    margin-left: 374px;
}
.i-news-left h2{
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-word .time{
    color: #999999;
    height: 30px;
    background: url(../images/time.png) no-repeat left center;
    text-indent: 20px;
}
.news-word p{
    line-height: 22px;
    color: #666666;
    margin: 20px 0 30px;
}
.i-news-more{
    width: 120px;
    height: 32px;
    text-align: center;
    border: 1px #1574FF solid;
}
.i-news-more a{
    color: #1574FF;
}
.i-news-line{
    background-color: #ffffff;
    margin-bottom: 10px;
    position: relative;
}
.i-news-line:hover .news-time{
    background-color: #0058D8;
    color: #ffffff;
}
.i-news-line:hover h3{
    color:#ffffff;
}
.i-news-line:hover .news-word1{
    background-color: #1574FF;
    color: #ffffff;
}
.i-news-line:hover .news-word1 a{
    color:#ffffff;
}
.i-news-line:hover h3{
    background: url(../images/m43.jpg) no-repeat left bottom;
}
.news-time{
    width: 130px;
    height: 120px;
    background-color: #d1d1d1;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #828181;
    padding: 20px;
}

.news-time h3{
    font-size: 26px;
    font-weight: normal;
    color: #737070;
    padding-bottom: 8px;
}
.news-word1{
    padding: 20px;
    margin-left: 130px;
}

.i-news-right{
    float: left;
}
.am-tabs-bd{
    border: 0 !important;
}
.news-word2{
    padding: 12px 20px;
    margin-bottom: 10px;
    background-color: #ffffff;
}
.news-word2:hover{
    background-color: #1574FF;
    color: #ffffff;
}
.news-word2:hover a{
    color:#ffffff;
}
.news-word2:hover .time{
    color:#ffffff;
}
.news-word2:hover p{
    color:#ffffff;
}
.i-news-right h2{
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i-news-right .time{
    color: #999999;
    height: 30px;
}
.i-news-right p{
    line-height: 22px;
    color: #666666;
}
/*首页-about*/
.index-about{
    margin-bottom: 50px;
    width: 100%;
    height: 569px;
    background: url(../images/m31.jpg) no-repeat center top;
    padding-top: 100px;
}
.i-about-center{
    height: 400px;
    background-color: #ffffff;
}
.main-img{
    width: 546px;
    float: left;
    padding: 42px;
}
.main-word{
    width: 1000px;
    float: left;
}
.main-word p{
    text-indent: 24px;
    line-height: 2.1rem;
    padding-right: 20px;

}
.main-word ul li{
    padding: 20px;
    float: left;
    margin-right: 20px;
    display: inline;
    background-color: #dcdcdc;
    height: 70px;
    line-height: 30px;
    vertical-align: middle;
}
.main-word ul li span{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    float: left;
}
.index-fl{
    margin-top: 20px;
}
.main-word ul li .gsjj {
    background: url(../images/m33.png) no-repeat 0 0;
}
.main-word ul li .spzx {
    background: url(../images/m34.png) no-repeat 0 0;
}
.main-word ul  li .zzry {
    background: url(../images/m35.png) no-repeat 0 0;
}
/*首页-footer*/
footer .footer-li{
    color: #b2b2b2;
    padding-bottom: 60px;
    padding-top: 60px;
}
.row::after, .row::before {
    content: " ";
    display: table;
}
.row::after {
    clear: both;
}
.row::after, .row::before {
    content: " ";
    display: table;
}
.down-ft{
    background-color: #2a2a2a;
}
footer h1{
    border-left: 3px solid #1086df;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 32px;
    padding-bottom: 4px;
    padding-left: 20px;
    padding-top: 4px;
}
footer .footer-li .about{
    font-size: 13px;
}
footer .footer-li ul.office-icons{
    margin: 0;
    padding: 0;
    text-align: left;
}
footer .footer-li ul.office-icons li{
    font-size: 13px;
    list-style-type: none;
    padding-bottom: 4px;
}
footer .footer-li ul.office-icons li a{
    color: #b2b2b2;
}
footer .footer-li ul.office-icons li i{
    font-size: 15px;
    padding-right: 6px;
    text-align: center;
    width: 20px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}
footer .footer-li .ft-pro ul{
    margin: 0;
    padding: 0;
    text-align: left;
}
footer .footer-li .ft-pro ul li::before {
    color: #b2b2b2;
    content: "";
    display: inline-block;
    font: 14px/1 FontAwesome !important;
    padding-right: 8px;
    text-rendering: auto;
}
footer .footer-li .ft-pro ul li{
    color: #b2b2b2;
    font-size: 13px;
    list-style-type: none;
    padding-bottom: 4px;
}
footer .footer-li .ft-pro ul li a{
    color: #b2b2b2;
}
footer .footer-li ul.icon-footer{
    margin: 0;
    padding: 20px 0;
    text-align: left;
}
footer .footer-li ul.icon-footer li{
    margin: 3px;
    text-align: center;
    display: inline-block;
}
footer .footer-li ul.icon-footer li a{
    color: #fff;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ft-weixin{
    overflow: hidden;
}
.ft-weixin img{
    width: 100%;
}
footer .footer-2li{
    color: #b2b2b2;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}
.down-ft2{
    background-color: #222222;
}
footer .footer-2li ul.line-nav{
    margin: 0;
    padding: 0;
    text-align: left;
}
footer .footer-2li ul.line-nav li{
    color: #b2b2b2;
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
    padding-left: 16px;
}
footer .footer-2li ul.line-nav li a{
    color:#b2b2b2;
}
footer .footer-2li .copy-footer{
    font-size: 12px;
    text-align: right;
}
footer .footer-2li .copy-footer a{
    color: #fff;
}
.visible-xs{
    display: none !important;
}
.nav-down{

}
@media (min-width:320px) and (max-width: 767px) {

    footer .footer-2li {
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: center;
    }

}
@media (min-width:320px) and (max-width: 767px) {

    footer .footer-2li ul.line-nav {
        margin: 0px;
        text-align: center;
        padding: 0px;
    }

}
@media (min-width:320px) and (max-width: 767px) {

    footer .footer-2li .copy-footer {
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
    }

}
@media (min-width:768px) and (max-width: 991px) {

    footer .footer-2li {
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: center;
    }

}
@media (min-width:768px) and (max-width: 991px) {

    footer .footer-2li ul.line-nav {
        margin: 0px;
        text-align: center;
        padding: 0px;
    }

}
@media (min-width:769px) and (max-width: 991px) {

    footer .footer-2li .copy-footer {
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
    }

}
.down-contact-us-center{
    padding: 0 !important;
}
.down-phone,.down-duanxin,.down-nav{
    height:50px;
    line-height: 50px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.down-nav{
    background: #DD514C;
}
.down-duanxin{
    background: #4AAA4A;
}
.am-dropdown-content li:hover{
    background: #DD514C;
}
@media only screen and (max-width: 350px) {

    .am-icon-caret-up{

        display: none;

    }

}
@media only screen and (max-width: 640px) {

    .down-nav .am-btn{

        padding: 0.5em 0 !important;

    }

}
@media only screen and (min-width: 1024px) {

    .down-contact-us {

        display: none;


    }
    .am-with-topbar-fixed-bottom{
        padding-bottom: 0px;
    }

}
.nav-product{

}
/*返回顶部*/
.amz-toolbar {
    bottom: 10px;
}
.amz-toolbar {
    bottom: 130px !important;
    position: fixed;
    right: 10px;
    z-index: 999;
}
.amz-toolbar a.am-active {
    display: block;
}
.amz-toolbar a {
    display: none;
    opacity: 0.7;
}
.amz-toolbar a {
    display: none;
    opacity: 0.7;
}
.erweima{
    width: 100%;
}
@media only screen and (min-width:640px) {
    .am-pro-nav {
        display: none !important;
    }
}
/*关于我们-栏目*/
.about-contant{
    padding-top: 20px;
    padding-bottom: 40px;
}
.am-container{
    position: relative;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}
.about-center{
    margin-left: 0;
    margin-right: 0;
}
.about-left{
    width: 260px;
    float: left;
}
.about-box-margin{
    margin-bottom: 20px;
}
.about-tit{
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background: #1574FF;
    font-weight: bold;
    margin: 0;
}
.about-lie{
    border: 1px solid #ebebeb;
    padding: 15px;
}
.lie-nav> li{
    margin-bottom: 12px;
    position: relative;
}
.lie-nav > li > a{
    display: block;
    text-indent: 27px;
    font-size: 14px;
    color: #666666;
    position: relative;
    line-height: 40px;
    border: 1px solid #e4e4e4;
    padding-right: 15%;
}
.lie-nav > li > a:hover{
    border:1px solid red;
}
.lie-nav > li .about-nav-icon{
    position: absolute;
    z-index: 99;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d1d1d1 url(../images/xypg-left-jt.png) 0 -15px no-repeat;
    right: 10%;
    top: 13px;
}

.lie-news li{
    margin-top: 15px;
}
.lie-news li a{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.lie-news li a:before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.hot-keys li{
    width: 47%;
    float: left;
    margin: 6px 0;
}
.hot-keys li:nth-child(even){
    float: right;
}
.hot-keys li a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    background: #ededed;
}
.hot-keys li a:hover{
    background: #0058D8;
    color:#fff;
}
.about-lianxi .about-lianxi-phone{
    background: url(../images/xypg-right-phone.png) left 5px no-repeat;
    padding-left: 70px;
    margin-bottom: 15px;
}
.about-lianxi .about-lianxi-phone h4{
    font-weight: normal;
    margin: 0;
    font-size: 14px;
    color: #666666;
}
.about-lianxi .about-lianxi-phone p{
    font-size: 25px;
    font-family: Arial;
    font-weight: bold;
    color: #ab001a;
    margin-bottom: 0;
}
.about-lianxi .about-lianxi-name{
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.about-lianxi .about-lianxi-info p{
    margin-bottom: 0;
    border-bottom: 1px dotted #b8b8b8;
    font-size: 14px;
    color: #333333;
    padding: 8px 0;
}
.about-lianxi .about-lianxi-info p:last-child{
    border-bottom: 0;
}
.about-right{
    width: 880px;
    float: right;
}
.about-right-adress{
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    padding: 17px 0 7px 0;
}
.about-right-adress .adress-icon{
    display: inline-block;
    color: #333;
}
.about-right-adress .adress-icon .about-icon{
    font-size: 25px;
    display: inline-block;
    height: 25px;
    color: #000;
    margin-right: 5px;
}
.about-icon:before{
    content: "\e61a";
}
.adress-icon .about-icon{
    background: url(../images/dot4.png) 0 16px no-repeat;
}
.about-right-adress a{
    color: #666;
}
.about-center-main{
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    padding: 15px 0;
}
.about-center-main ul li img{
    height:201px !important;
}
.tags_list .tbox dd{
	margin-bottom:20px;
}
.tags_list .tbox dd a{
	margin-right: 10px;
    line-height: 26px;
}
/*产品内页*/
.padding-bottom {
    padding-bottom: 20px;
    padding-top: 20px;
}
.pro-c-img {
    overflow: hidden;
}

.pro-c-contant-img {
	max-width:100%;
	hight:auto;
}

.pro-c-img img {
    width: 100%;
}
.pro-c-tit {
    border-bottom: 1px dashed #e0e0e0;
    padding: 0 0 21px;
}
.pro-c-tit h1 {
    font-size: 2.5rem;
}
.pro-c-des {
    margin-top: 26px;
}
.pro-c-des p {
    color: #666666;
    font-family: "Microsoft YaHei";
    font-size: 1.5rem;
}
.line23 {
    line-height: 2.5rem;
}
.pro-c-des p span {
    color: #cc0001;
}
.pro-c-phone {
    margin-top: 1.5rem;
}
.pro-c-phone ul li {
    display: block;
    float: left;
    height: 39px;
    line-height: 39px;
}
.color-modal-btn-green, .color-modal-style-green .color-modal-style-head {
    background-color: #1574FF;
}
.color-modal-style-head {
    background: url(../images/color_modal_style_head_small.png) no-repeat scroll center bottom;
    height: 120px;
    line-height: 100px;
    text-align: center;
    width: 100%;
}
.color-modal-btn-green, .color-modal-style-green .color-modal-style-head {
    background-color: #1574FF !important;
}
.color-modal-style-head-title {
    color: #fff;
    font-size: 30px;
}
.color-modal-style-btn {
    padding: 16px 0 20px;
}
.color-modal-style-green .am-btn {
    background-color: #1574FF;
    color: #fff;
}
.pro-c-contant {
    width: 100%;
    overflow: hidden;
}


.pro-c-features {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.pro-c-main-tit h2 {
    margin-bottom: 31px;
}
.pro-c-main-contant {
    width: 100%;
    overflow: hidden;
}
.pro-c-main-fl {
   
}
.pro-c-product {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
    padding-bottom: 20px;
}
.pro-c-main-tit h2 {
    border-left: 8px solid #1574FF;
    font-size: 18px;
    margin: 3.6036% 0 3.6036%;
    padding-left: 1.62162%;
}
.pro-c-main-fl p{
    line-height: 2.4rem;
    font-size: 1.5rem;
    color:#000;
}
/*新闻列表*/
.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 20px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}
.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}
.xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}
.xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}
.xypg-news-list li .more {
    margin-top: 15px;
}
.xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    transition: all .5s ease;
}
.xypg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
    color: #0058D8;
}

.xypg-news-list li:hover .more span {
    color: #fff;
    background-color: #0058D8;
}

@media (max-width: 990px) {
    .xypg-news-list li .tit {
        border-bottom: none;
    }

    .xypg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .xypg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}
/*新闻内页*/
.news-main{

}
.news-article-tit{
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}
.news-article-des{
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
}
.news-article-time{
    float: left;
    margin-right: 20px;
}
.news-article-show{
    float: left;
}
.news-article-contant{

}
.news-tags{
    margin-top: 40px;
}
.news-tags-tit{
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}
.news-tags-tit h3{
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #EC1A0F;
    line-height: 40px;
    border-bottom: 3px solid #EC1A0F;
    margin-bottom: -1px;
}
.tages-contant{
    padding-top: 10px;
}
.next-page {
    margin-top: 20px;
}
.next-page .next-article{
    margin-bottom: 10px;
    background: #ededed;
    line-height: 35px;
    padding: 0 20px;
}
.next-page .next-article a{
    width: 75%;
    font-size: 14px;
    color: #565656;
}
.next-page .next-article span{
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 13px;
    color: #666666;
}
.news-more{
    margin-top: 50px;
}
.news-related{
    margin-top:20px;
}
.cf-padding{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.cf-padding-article{
    width: 105% !important;
}
.cf-padding-article dl{
    margin-right: 26px !important;
}

.news-more-tit{
    background: #FF1F00;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding-left: 25px;
    margin-bottom: 20px;
}
.news-more-ul li{
    float: left;
    width: 48%;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.news-more-ul li:nth-child(even) {
    float: right;
}
.news-more-ul li a{
    display: block;
    padding-right: 30%;
    color: #666666;
}
.news-more-ul li span{
    position: absolute;
    right: 0;
    top: 0;
}
.news-more-ul li a:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.news-more-ul li:hover a {
    color: #EC1A0F;
}

.news-more-ul li:hover a:before {
    background-color: #EC1A0F;
}

.news-more-ul li:hover span {
    color: #EC1A0F;
}
/*响应式整理*/
@media only screen and (max-width: 1024px) {

    .ti-product-title .ti-product-title-change {
        position: static !important;
    }

    .ti-product-main li dd {
        padding: 0 !important;
    }

    .ti-product-main li {
        padding: 0 !important;
    }

    .ti-product-title .ti-product-title-change li {
        margin: 10px !important;
    }

    .divContent li .atit {
        width: 85% !important;
    }

    .divContent ul {
        margin-right: -20px !important;
        margin-left: 10px !important;
    }

    .index-fl {
        float: none !important;
    }

    .index-about {
        height: auto;
        padding: 0;
    }

    .main-word {
        width: 100%;
        margin-left: 15px;
    }

    footer {
        margin-top: 20px;
    }

    .tit-img img {
        background: url("../images/index-about-tit.jpg") no-repeat center top;
        display: block;
        max-width: 100%;
        height: auto;
    }

    .i-case-tit {
        background: url(../images/m4t.png) no-repeat -50px !important;
    }

    .ti-product-title .ti-product-title-change li a.nav2bg {
        width: 120px;
    }

    .pinfo {
        width: 100% !important;
    }

    .pinfo .para {
        width: 100% !important;
    }

    .row {
        margin: 0 auto !important;
    }

    .yq_box dl {
        width: 95% !important;
    }
	.ti-product-main li img {
		height: 180px !important;
		width: 372px !important;
	}
	.font-narrow dl dt{
		font-size:16px !important;
	}
    .font-narrow dl dd{
        font-size: 15px !important;
    }
}
@media screen and (max-width: 480px){
    .main-word ul li{
        margin: 1%;
        padding: 2%;
        height: auto;
    }
}
/*产品内页测试*/
.pbs {
    width: 100%;
    height: 640px;
}
.container{
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}
.pinfo {
    width: 490px;
    padding-top: 125px;
}
.pinfo .pname {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}
.pinfo .pname span {
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
    display: block;
    margin-top: -10px;
    text-indent: -14px;
}
.pinfo p {
    height: 125px;
    color: #FFFFFF;
}
.pinfo .para {
    width: 150%;
    height: 64px;
    margin: 65px 0 55px;
}
.pinfo .para dl.first {
    padding-left: 0;
    border-left: none;
}
.pinfo .para dl {
    padding: 0 15px;
    float: left;
    height: 100%;
    border-left: 1px solid #cccccc;
}
.pinfo .para dl dt {
    color: #ff3f3b;
    font-size: 30px;
    margin-bottom: 12px;
}
.pinfo .para dl dd {
    color: #666666;
}

.pinfo a.btn {
    width: 138px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #ff3f3b;
    color: #ff3f3b;
    display: block;
    float: left;
    margin-right: 30px;
}
.pinfo a.chat {
    background: #ff3f3b;
    color: #FFFFFF;
}
/*产品内页测试*/
.yq_box {
    width: 110%;
    height: 265px;
}
.yq_box dl {
    width: 275px;
    height: 100%;
    background: #f5f5f5;
    margin-right: 30px;
}
.yq_box dl i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    left: 0;
    top: 100%;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.yq_box dl * {
    transition: all 0.2s;
}
.yq_box dt {
    width: 100%;
    height: 183px;
    overflow: hidden;
    background: #fafafa;
}
.yq_box img {
    width: 100%;
}
.yq_box dd {
    text-align: center;
    color: #ff3f3b;
    font-size: 18px;
    height: 65px;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
}
.yq_box span, .yq_box em {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.yq_box span {
    color: #666666;
    margin: -4px 0 10px;
}
.yq_box em {
    color: #999999;
    margin-bottom: 7px;
    opacity: 0;
}
.yq_box .con, .yq_box .chat {
    opacity: 0;
}
.yq_box dl:hover i {
    opacity: .3;
    top: 0;
}
.yq_box dl:hover dd {
    height: 110px;
}
.yq_box dl:hover dd em, .yq_box dl:hover dd a {
    opacity: 1;
}
.yq_box dl:hover dd .pa {
    color: #ff3f3b;
}

.yq_box dl, .bio_box dl {
    position: relative;
    overflow: hidden;
    float: left;
}
.yq_box dl .con, .yq_box dl .chat, .bio_box dl .con, .bio_box dl .chat {
    display: inline-block;
    width: 78px;
    height: 24px;
    color: #999999;
    border: 1px solid #999;
    border-radius: 4px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    transition: all .2s;
}
.yq_box dl .con:hover, .bio_box dl .con:hover {
    background: #ff3f3b;
    border-color: #ff3f3b;
    color: #FFFFFF;
}
.yq_box dl .chat, .bio_box dl .chat {
    border-color: #ff3f3b;
    background: #ff3f3b;
    color: #FFFFFF;
    margin-right: 0;
}
.yq_box dl .pa, .bio_box dl .pa {
    display: block;
    font-size: 16px;
    color: #333333;
}
.yq_box dl .pa:hover, .bio_box dl .pa:hover {
    color: #ff3f3b;
}
.yq_box dl:after, .bio_box dl:after {
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    background: #ff3f3b;
    position: absolute;
    bottom: 0;
    transition: all 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.yq_box dl:hover:after, .bio_box dl:hover:after {
    width: 100%;
}


/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 33px;
    bottom: 30%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
    z-index: 10000;
}

#toolbar li.online .chat{
    position: absolute;
    right:-244px;
    top:0;
    border:1px solid #d7d7d7;
    width: 150px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 99;
    background: rgba(255,255,255,.8);
}

#toolbar li.online:hover .chat{
    right: 70px;
}
#toolbar li.online .chat i{
    background: url(../images/jiantou.jpg) right center no-repeat;
    display: block;
    width: 8px;
    height: 15px;
    right:-8px;
    position:absolute;
    top:30%;
}
#toolbar li.online .chat .chatlist{
    line-height: 32px;
    color:#666;
    text-align: left;
    text-indent: 15px;
}
#toolbar li.online .chat .chatlist a{
    position: static;
    width: auto;
    padding-top: 0;
    color:#666;
    height: 32px;
    line-height: 32px;
}
#toolbar li.online .chat .chatlist a span{
    display: inline-block;
    color:#666;
    font-size: 12px;
}


#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #EC1A0F;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li.online a {
    background: none;
}

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

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}
#toolbar li.ewm {
    z-index: 9999 !important;
}
#toolbar li.ewm .ewm-box {
    position: absolute;
    padding: 5px;
    background: #EC1A0F;
    width: 154px;
    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 #EC1A0F;
    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: #EC1A0F;
}

#toolbar li:not(.online):hover a {
    width: 200px;
}

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

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}




/*head测试*/
@media screen and (max-width: 800px){
    .nav {
        width: 100%;
        height: 81px;
        overflow: hidden;
        line-height: 40px;
        background-color: red;
        background-image: none;
        padding: 0!important;
    }
    .xy-menu > li > a{
        line-height: normal!important;
        font-size: 14px !important;
    }
    .am-nav-pills > li + li {
        margin-left: 0 !important;
        margin-top: 0;
    }
    .am-nav > li + li{
        margin-top: 0 !important;
    }
    .xy-menu > li > a{
        display: inherit !important;
    }
    .am-nav > li > a{
        padding: 0.8em 1em !important;
    }
}
@media screen and (max-width: 1200px){
    .wrap {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 800px){
    .nav li {
        box-sizing: border-box;
        width: 25%;
        border-right: 1px #FF5212 solid;
        border-top: 1px #FF5212 solid;
        float: left;
        text-align: center;
        background-image: none;
        line-height: 40px;
    }
}
@media screen and (max-width: 800px){
    .nav li a {
        color: #ffffff;
    }
}

/*tag列表页*/
/*表格属性变更*/
.am-table > tbody > tr.am-primary > td{
    color: #fff !important;
    background-color: rgb(210, 14, 14) !important;
}
