@charset "utf-8";
/*reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img,ul,li,input,img,table,th,tr,td,cite{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
}
table,th,tr,td {
    font-weight: normal;
    text-align: center;
    border-collapse:collapse;
}
input, select,button {
    outline: none;
    vertical-align:middle;
    font-size: 16px;
    font-family:"microsoft yahei";
    border: none;
}
i {font-style: normal;}
img{border:0 none;}
*:focus,a:focus {outline: none;}
a:visited {text-decoration: none;}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition:all 0.2s;
    -ms-transition:all 0.2s;
    transition:all 0.2s;
}
a:hover {
    color: #fc8026;
    text-decoration: none;
}
ul,li {
    list-style: none;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* ie <8 */
    width:100%;
   
}

body{
    font-family:"inherit";
    font-size: 15px;
}
p,h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
a{text-decoration: none;color: inherit}
a:hover{color: #ff5607;}
/*公用*/
.comwid {
    width: 1150px;
    margin:0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tc {
    text-align: center;
}

/*topbar*/
.topbar {
    height: 40px;
    border-bottom:1px solid #e5e5e5;
    line-height: 40px;
    background-color: #fff;
}
.topbar_left {
    width: 420px;
    height: 40px;
    line-height: 40px;
    float: left;
}
.topbar_left img {
    margin-top:12px;
    float: left;
    margin-right: 10px;
}
.topbar_left p{
    font-size: 16px;
    color:#333;
    float: left;
    letter-spacing: 2px;
}
.topbar_right {
    width: 350px;
    float: right;
    text-align: left;
    color: #434343;
}
.topbar_right > p{
    float: left;
    padding-left: 40px;
    letter-spacing: 1px;
}
.topbar_right div{
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    float: right;
    background: left center no-repeat;
    padding-left: 30px;
    cursor: pointer;
    box-sizing:border-box;
    position: relative;

}
.topbar_right div:hover{
    background: left center no-repeat;
}
.topbar_right div:hover .top_code{
    opacity: 1;
    z-index: 2;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}
.topbar_right div > img{
    float: left;
    margin-right:10px;
    margin-top: 10px;
}
.top_code {
    width: 142px;
    height: 148px;
    padding-top: 4px;
    padding-left: 1px;
    background: center center no-repeat;
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: -62px;
    top: 36px;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    -webkit-transform-origin:50% 0;
    -ms-transform-origin:50% 0;
    transform-origin:50% 0;
}
.top_code > img{
    width:140px;
    height: 140px;
}

/*导航栏 nav*/
.nav {
    height: 90px;
    background-color: #fff;
}
.logo{
    height: 90px;
    float: left;
    line-height: 90px;
}
.logo img{
    vertical-align: middle;
}
.nav_item {
    height: 90px;
    float: right;
    text-align: right;

}
.nav_item li {
    float: left;
    line-height: 90px;
    margin-left: 26px;
}
.nav_item li a{
    font-size: 18px;
    display: inline-block;
    width: 94px;
    text-align: right;
}
.nav_item .on a,.nav_item li a:hover{
    color: #ff5607;
}
/*侧边栏 back_top*/
.sidebar {
    position: fixed;
    right: 10px;
    bottom: 220px;
    z-index: 5;
    -moz-user-select:none;
    -webkit-user-select:none;
    gn:expression(this.onselectstart=function(){return false;})
}
.sidebar li{
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #5f5f5e;
    margin-bottom: 6px;
    border-radius: 5px;
    transition:all 0.3s;
}
.sidebar li > img {
    vertical-align: middle;
}
.sidebar li:hover{
    background-color:#ff5607;
}
.side_code {
    position: relative;
}
.side_code_img {
    text-align: left;
    line-height: 1;
    padding:1px 0 0 1px;
    width: 151px;
    height: 162px;
    background: left top no-repeat;
    position: absolute;
    left: -160px;
    top:-25px;
    opacity:0;
    z-index: -1;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    -webkit-transform-origin:100% 30%;
    -ms-transform-origin:100% 30%;
    transform-origin:100% 30%;
}
.side_code_img img{
    width: 140px;
    height: 140px;

}
.side_code_img > p{
    width: 140px;
    font-size: 14px;
    line-height:1;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.side_code:hover .side_code_img{
    opacity: 1;
    z-index: 2;
    -webkit-transform:scale(1);
    transform:scale(1);
}
.back_top {
    opacity: 0;
    z-index: -1;
}
.online_qq {
    position: relative;
}
.online_qq .online_kf{
    position: absolute;
    left: -160px;
    top: -16px;
    width: 151px;
    height: 70px;
    padding-top: 4px;
    background:  center center no-repeat;
    opacity:0;
    z-index: -1;
    -webkit-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition:all 0.3s;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    -webkit-transform-origin:100% 30%;
    -ms-transform-origin:100% 30%;
    transform-origin:100% 30%;
}
.online_qq .online_kf > p{
    width: 140px;
    font-size: 14px;
    line-height: 1.4;
}
.online_qq:hover .online_kf{
    opacity: 1;
    z-index: 2;
    -webkit-transform:scale(1);
    transform:scale(1);
}

/*底部 footer*/
.footer {
    height: 218px;
    width: 100%;
    background-color: #3f3f3f;
    color: #acacac;
    padding:35px 0;
    box-sizing:border-box;
}
.footer a{
    color: #acacac;
}
.footer a:hover{
    color: #ff5607;
}
.footer_nav {
    height: 148px;
    width: 552px;
    border-right: 1px solid #585858;
    padding-top: 35px;
    box-sizing:border-box;
    float: left;
}
.footer_nav li{
    float: left;
}
.footer_nav li span{
    margin: 0 10px;
}
.footer_nav p{
    clear: both;
    font-size: 14px;
    padding-top: 25px;
}
.footer_tel {
    width: 552px;
    float: right;
}
.footer_code {
    width: 182px;
    text-align: center;
    float: left;
}
.footer_code > img{
    width: 121px;
    height: 121px;
}
.customer_tel {
    float: right;
    text-align: right;
}
.customer_tel h2{
    font-size: 22px;
    font-weight: normal;
}
.customer_tel p{
    margin-bottom: 16px;
}
.customer_tel a{
    display: inline-block;
}
/*footer_white*/
.footer_white {
    background-color: #fff;
    color: #454545;
}
.footer_white a{
    color: #454545;
}
.footer_white a:hover{
    text-decoration: underline;
}
.footer_white .footer_nav {
    border-color: #e5e5e5;
}

/*颜色*/
.black{
    color: #000;
}
.blue{
    color: #36adf7;
}
.red {
    color: #ee3f3f;
}
.orange {
    color: #ff5607;
}
.c45{
    color: #454545;
}
.grey{
    color: #9c9c9c;
}

.blue_bg{
    background-color: #36adf7;
}
.red_bg{
    background-color: #ee3f3f;
}
.orange_bg {
    background-color: #ff5607;
}

button.orange_bg:hover {
    background-color: #fa4d00;
}
button.blue_bg:hover {
    background-color: #0faef9;
}
/*字体大小*/
.f30{
    font-size: 30px;
}
.f24{
    font-size: 24px;
}
.f20{
    font-size: 20px;
}
.f18{
    font-size: 18px;
}
.f16{
    font-size: 16px;
}
.f14{font-size: 14px;}

/*宽度*/
.wid480{
    width: 480px;
}
.wid360 {
    width: 360px;
}
.wid300{
    width: 300px;
}
.wid250{
    width: 250px;
}
.wid214 {
    width:214px;
}
.wid180 {
    width: 180px;
}
.wid152{
    width: 152px;
}
.wid150{
    width: 150px;
}
.wid140 {
    width: 140px;
}

/**自己加的样式——案例英文字颜色**/
.anli h5 span{color:red;font-size: 20px;}

/**新闻列表页样式**/

.nerong {
    /* max-height:670px; */
    width:100%;
    overflow: hidden;

}

#shijian {
    color: #ccc;
    text-align: center !important;
}
#xuxian{
    border-bottom: 1px dashed #ccc;
    height: 12px;
    text-align: center;
}
.top_img {
    width:100%;
    margin-bottom:35px;
}
.top_img img {
    display: block;
    width:50%;
    height:260px;
    border-radius: 5px;
}
.top_img span {
    display: block;
    margin-left:20px;
    height:260px;
    line-height: 260px;
    font-size: 28px;
}

 .right_details .article a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* word-break: break-all; */
    /* -webkit-line-clamp: 1; */
}