@CHARSET "UTF-8";
body {
    
    background: #f0f0f0;
}
dl {
    margin-top: 0;
    margin-bottom: 0;
}
ul,li{ padding: 0; margin: 0; list-style: none;}
a:hover, a:focus {
   
    text-decoration:none;
}
body.body-white {
    background: #fff;
    padding-top: 72px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 300;
}

.dock.close {
	z-index:50;
}
.dock ul.icons {
	position:absolute;
	list-style:none;
	right:0px;
	padding:0px;
	width:50px;
	border:1px solid #333;
	border-right:none;
	background:#111;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.dock.close ul.icons {
	right:-70px;
}
.dock ul.icons li i {
	display:block;
	position:relative;
	width:50px;
	height:50px;
	background:url(../images/icons.png) no-repeat;
	cursor:pointer;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	z-index:210;
}
.dock ul.icons li.active i {
	-moz-opacity:0.4;
	opacity:0.4;
}
.dock ul.icons li.up i {
	background-position:-63px -150px;
}
.dock ul.icons li.tel i {
	background-position:-62px -108px;
}
.dock ul.icons li.im i {
	background-position:-63px -20px;
}
.dock ul.icons li.wechat i {
	background-position:-59px -66px;
}
.dock ul.icons li.down i {
	background-position:-63px -190px;
}
.dock ul.icons li p {
	display:block;
	position:absolute;
	top:50px;
	right:-260px;
	padding:15px 20px;
	/* height:120px; */
	color:White;
	line-height:30px;
	border:1px solid #333;
	border-right:none;
	background:#111;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
	-moz-opacity:0;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .4s ease-in-out .1s;
	-moz-transition:all .4s ease-in-out .1s;
	-ms-transition:all .4s ease-in-out .1s;
	-o-transition:all .4s ease-in-out .1s;
	transition:all .4s ease-in-out .1s;
	overflow:hidden;
	z-index:201;
}
.dock ul.icons li.active p {
	right:50px;
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
}
.dock ul.icons li.tel p {
	width:180px;
}
.dock ul.icons li.im p {
	width:180px;
}
.dock ul.icons li.im p a {
	display:block;
	margin-top:12px;
	width:100px;
	height:35px;
	line-height:32px;
	color:#00dfb9;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	border:1px solid #00dfb9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.dock ul.icons li.im p a:hover {
	color:White;
	background:#0f8773;
	border:1px solid #0f8773;
}
.dock ul.icons li.wechat p {
	width:160px;
}
.dock ul.icons li.wechat p img {
	width:115px;
	border:2px solid White;
}
.dock a.switch {
	position:absolute;
	display:block;
	top:270px;
	right:11px;
	width:26px;
	height:26px;
	background:url(../images/icons.png) no-repeat 0px -640px;
	cursor:pointer;
	-webkit-transition-delay:.15s;
	-moz-transition-delay:.15s;
	-ms-transition-delay:.15s;
	-o-transition-delay:.15s;
	transition-delay:.15s;
}
.dock a.switch.off {
    background-position:-32px -640px;
    -webkit-transition:all .8s ease-in .7s;
	-moz-transition:all .8s ease-in .7s;
	-ms-transition:all .8s ease-in .7s;
	-o-transition:all .8s ease-in .7s;
	transition:all .8s ease-in .7s;
}
.jd_y{position: relative;top:-60px; opacity: 0; 
    -webkit-transition:all .6s ease-in .3s;
	-moz-transition:all .6s ease-in .3s;
	-ms-transition:all .6s ease-in .3s;
	-o-transition:all .6s ease-in .3s;
	transition:all .6s ease-in .3s;}
.jd_y.active{ top:0px; opacity: 1;}
.jd_y_sub{position: relative;left:-80px; opacity: 0; 
    -webkit-transition:all .6s ease-in .3s;
	-moz-transition:all .6s ease-in .3s;
	-ms-transition:all .6s ease-in .3s;
	-o-transition:all .6s ease-in .3s;
    transition:all .6s ease-in .3s;
   }
   .jdy_t{ color:#2F8CEF ;}
.jd_y_sub.active{ left:0px; opacity: 1;}
.jdy_info{ background:url(../images/wbg_1.jpg) center bottom no-repeat;height:auto; padding-bottom: 50px;   }
.jdy_con{ padding: 50px; background: #fff; border: #ccc 1px solid;}

.jd_erp{background:#1F2945; padding-bottom:60px;  }
.jd_erp h2,.jd_erp h4{ color: #fff;}
.erp_box{ width: 100%; height: 260px; border-radius: 8px; background:#fff }
.erp_box h4{ color: #D93600; padding: 30px 0 10px 0;  font-weight: normal;font-size: 22px}
.erp_c{ padding-left: 30px; padding-right: 30px}
.erp_c .title{ font-size: 18px; margin-bottom:10px; display: block; }
.erp_c p{ font-size: 16px; text-indent: 24px; height: 70px;}
.erp_btn{ margin: 0 auto; margin-left: 45px}
.bn-button {
   
    background: #0086f1;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: absolute;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
.bn-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
   

}
.bn-button:hover, .bn-button:focus, .bn-button:active {
    color: white;
}
.bn-button:hover:before, .bn-button:focus:before, .bn-button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.bn-button1{
     border: 1px solid #0086f1;
    color: #0086f1;
    padding: 9px 30px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: absolute;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    font-size: 14px;
    margin-left: 130px;
  
}
.bn-button1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#005abc;
    border: 1px solid #005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
   

}
.bn-button1:hover, .bn-button1:focus, .bn-button1:active {
    color: white;
}
.bn-button1:hover:before, .bn-button1:focus:before, .bn-button1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.bn-button2{
        display: inline-block;
        width: 220px;
     background:#0086f1;
    color: #fff;
    padding: 8px 8px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    font-size: 14px;
  margin: 0px 0px;
  
}
.bn-button2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
   

}
.bn-button2:hover, .bn-button2:focus, .bn-button2:active {
    color: white;
}
.bn-button2:hover:before, .bn-button2:focus:before, .bn-button2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.jd_case{ background: #2386EE; height: auto; padding-bottom:20px; }
.jd_case h2,.jd_case h4{ color: #fff;}
/* case */
.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.hm-digMain {
	position: relative
}

.hm-digMain .swiper-button-prev,
.hm-digMain .swiper-button-next {
	top: 200px;
	margin-top: 0;
	width: 60px;
	height: 60px;
	background: none;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	text-align: center
}

.hm-digMain .swiper-button-prev {
	left: -70px
}

.hm-digMain .swiper-button-next {
	right: -70px
}

.hm-digMain .hm-digSwiper {
	overflow: hidden
}

.hm-digMain ul {
    margin-top: 50px;
    padding-left: 0px;
}

.hm-digMain li {
	float: left;
	background-color: #fff;
	width: 24%;
	margin: 0 .65%;
	height: 380px;
	position: relative;
	overflow: hidden
}

.hm-digMain li .conts {
	width: 210px;
	margin: 0 auto;
	padding-top: 50px
}

.hm-digMain li .pic {
	display: block;
	margin-bottom: 30px
}

.hm-digMain li .pic img {
	max-height: 50px
}

.hm-digMain li .d {
	display: block;
	height: 144px;
	overflow: hidden;
	line-height: 24px;
	color: #868686
}

.hm-digMain li .jump {
	margin-top: 30px;
	display: block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 13px;
	background-color: #4E74FF;
	color: #fff
}

.hm-digMain .marks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear
}

.hm-digMain .marks .minfo {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
	transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
	text-align: center
}

.hm-digMain .marks .m-txt {
	margin-top: 10px;
	line-height: 20px;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

.hm-digMain li:hover .marks {
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition-delay: .2s;
	-webkit-transition-delay: .2s
}

.hm-digMain li:hover .minfo {
	transform: translateY(-50%) scale(0);
	-webkit-transform: translateY(-50%) scale(0)
}
.index_news{ padding-bottom:20px; } 
.contact{ background:url(../images/pe63.jpg) no-repeat; background-size:100%;   padding-bottom:50px;}
.contact h2{color: #fff;}
.contact h3{ color: #fff; font-weight: normal}
.server{ display:flex; align-content: center; justify-content: center;}
.server_list{ padding-left:60px; padding-right: 60px; padding-top:20px;  }
.server_list p{ color: #fff; padding: 10px 0 10px 0;}
.ser_submit{display:flex; align-content: center; justify-content: center; padding-top: 20px}
.sbtn1{ background:#00CCFE; padding: 5px 10px 5px 10px; color: #fff; cursor: pointer; }
.sbtn2{ border:1px solid #fff; padding: 5px 10px 5px 10px;color: #fff;cursor: pointer; margin-left: 10px}
.sbtn2 a{ text-decoration: none; color: #fff;}
#footer{background:#1F2945; padding-bottom:20px }
.copyright{ background: #202020;height: 50px; line-height: 50px; color: #ccc; font-size: 12px}
.copyright a{ color: #ccc;}

.li_1 {
    background-image: url(../images/7_12.svg);
    background-position: center 10px;
    text-align: center;
padding-top: 76px;
margin: 0;
font-size: 16px;
transition: 0.3s;
color: #fff;
background-repeat: no-repeat;
}
.li_2 {
    background-image: url(../images/30.svg);
    background-position: center 10px;
    text-align: center;
    padding-top: 76px;
    margin: 0;
    font-size: 16px;
    transition: 0.3s;
    color: #fff;
    background-repeat: no-repeat;
}
.li_3 {
    background-image: url(../images/1_1.svg);
    background-position: center 10px;
    text-align: center;
    padding-top: 76px;
    margin: 0;
    font-size: 16px;
    transition: 0.3s;
    color: #fff;
    background-repeat: no-repeat;

}
.links{background: #202020; line-height: 50px; color: #ccc; font-size: 12px;border-bottom:#393939 1px solid;padding-left:20px; padding-right: 20px; }
.links a{color: #ccc;}
.line_g{ border-top:#2B3960 1px solid; margin-top:30px; color:#fff}
.line_g .row{ padding-top: 20px}
.logo_f{ margin-bottom: 10px}
.logo_bom address{ color: #A3A8BA;}
.logo_bom address a{color: #A3A8BA;}
.list_bom{ float: left; width: 20%;}
.list_bom div{ text-align: left}
.list_bom ul{ padding:0;}
.list_bom ul li{ list-style: none; color:#A3A8BA; line-height:25px;  }
.list_bom ul li a{ color: #A3A8BA;}
.list_bom div a{ color: #fff;}

/* .leftmenu li {
    line-height: 28px;
    margin-bottom: 10px;
}
.leftmenu li a.on {
    border-left: 3px solid #4C72FF;
    color: #4C72FF;
}
.leftmenu li a {
    font-size: 14px;
   
    display: block;
    padding-left: 15px;
    color: #777;
} */
#banner {
    min-height: 300px;
    background: #202020
}

.good_excerpt {
    color: #fff;
    margin-top: -480px;
    display: flex;
    align-items: center
}

.good_excerpt p {
    text-indent: 24px;
    font-size: 16px
}


@media screen and (max-width: 768px) {
    .good_excerpt {
        display: none;
    }
}
.hzhb_bom{ display: flex; justify-content: center;}
.hzhb_bom img{ width: 176px; height: 45px; background: #fff; border: #fff 6px solid; margin-right: 8px;}
.sqzs{ background: url(../images/wp3.jpg); background-size: cover; padding-bottom: 30px;}
.top_tel{ float: right;margin-right: 30px; font-size:28px; font-weight: bold;color: #2386EE;padding-top: 15px}
.rz_logo{ margin-top: 15px;margin-left: 10px}

/*菜单*/
.head-v3{position:relative;z-index:100;min-width:1000px}
.head-v3 .navigation-inner{margin:0 auto;width:980px;position:relative}
.navigation-up{height:60px;float:left;}
.navigation-up .navigation-v3{margin-left:155px;float:left;_margin-left:10px}
.navigation-up .navigation-v3 ul{float:left}
.navigation-up .navigation-v3 li{float:left;font:normal 16px/59px "microsoft yahei";color:#fff}
.navigation-up .navigation-v3 .nav-up-selected{background:#344157}
.navigation-up .navigation-v3 .nav-up-selected-inpage{background:#202833}
.navigation-up .navigation-v3 li h2{font-weight:normal;padding:0;margin:0}
.navigation-up .navigation-v3 li h2 a{padding:0 25px;color:#fff;display:inline-block;height:60px;font-family:"microsoft yahei"}

.navigation-down{position:absolute;top:60px;left:0px;width:100%}
.navigation-down .nav-down-menu{width:100%;margin:0;background:#E6F1FD;position:absolute;top:0px;}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;width:1200px;position:relative}
.navigation-down .nav-down-menu dl{float:left;margin:18px 30px 18px 0}
.navigation-down .menu-1 dl{margin:20px 30px 25px 0}
.navigation-down .menu-1 dt{font:normal 16px "microsoft yahei";color:#61789e;padding-bottom:10px;border-bottom:1px solid #AFBBCD;margin-bottom:10px}
.navigation-down .menu-1 dd a{color:#000;font:normal 15px/30px "microsoft yahei";}
.navigation-down .menu-1 dd a:hover{color:#60aff6}
.navigation-down .menu-2 dd a,.navigation-down .menu-3 dd a{color:#000;font:normal 16px "microsoft yahei"}
.navigation-down .menu-1 dd {padding-top: 15px; }
.navigation-down .menu-1 dd span{ margin-left: 10px; color: #61789E }
.navigation-down .menu-1 dd:after{content: " ";display: table;}
.pro_title{ line-height: 160%; font-weight: normal; margin-bottom: 30px}
.pro_title span{ color:red;}
.new-index2-1 {
    margin: 0 10px 30px;
    background: url(../images/new-index1-bg.png) no-repeat center center;
    background-size: 100% auto!important;
}
.new-index2-dl {
    overflow: hidden;
    clear: both;
    position: relative;
    margin: 0 auto;
}
.new-index2-dl dt {
    overflow: hidden;
}
.new-index2-dl dd {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 2;
}
.swiper-slide {
    
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.product{ width: 80%;margin: 0 auto;}
.new-index2-dl dd p {
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -1.8em;
    line-height: 200%;
    z-index: 3;
    position: absolute;
    text-align: center;
    color: #FFF;
    font-size:18px;
}
.new-index2-dl dd p a.new-index2-bg {
    background: #c41305;
    color: #fff;
}
.new-index2-dl dd p a {
    display: inline-block;
      overflow: hidden;   
    margin: 0 .3em;
    color: #fff;
}
.new-index2-dl dd p a.new-index2-bg1 {
    background: #fff;
    color: #333;
}
.new-index2-text {
    display: block;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    clear: both;
    position: relative;
    top: -30px;
}
.new-index2-text big {
    display: block;
    clear: both;
    overflow: hidden;
    color: #333;
}
.new-index2-text small {
    display: block;
    font-size: .85em;
    font-family: arial;
    color: #818181;
}
.new-index2-dl dt img {
    vertical-align: top;
}

.new-index3-ul ul li .new-index3-li .new-index3-time {
    display: inline-block
}
.new-index3-ul ul li .new-index3-li {
    padding: 15px
}
.new-index3-dl dt {
    margin-right: 15px
}

.new-index3-dl dt a img {
    max-height: 100%;
    max-width: 100%;
    padding: 1px;
    border: #ccc 1px solid;
}
.new-index3-ul ul li .new-index3-li .new-index3-time {
    float: left;
    display: none;
    margin-right: 15px;
    line-height: 1.3;
    overflow: hidden;
}
.new-index3-ul ul li .new-index3-li {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    transition-property: all;
    transition-duration: .5s;
}
.new-index3-ul ul li:hover .new-index3-li {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    background: #fff;
}
.new-index3-dl dd {
    overflow: hidden;
    color: #818181;
}
.new-index3-dl dd p {
    height: 3em;
    overflow: hidden;
    line-height: 1.5;
}
.new-index3-dl dd .new-index3-big {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.1em;
	overflow: hidden;
	line-height: 1.2;
	margin-bottom: .5em;
}
.new-index-more a {
    display: inline-block;
    padding: 0 2em;
    border: 1px solid #d2d2d2;
    font-size: 1.1em;
    line-height: 2.6;
    border-radius: 5px;
    
    color: #818181;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.new-index-more a:hover {
    background: #2386EE;
    border-color: #2386EE;
    color: #fff;
}
@media only screen and (min-width:768px) {
.new-index .swiper-slide {
    width: 20%
}
.new-index .swiper-slide .new-index1 {
    padding: 30px 10px 35px
}
.new-index .swiper-slide .new-index1 em {
    padding: 5px 0
}
.new-index-bg {
    padding: 15px 30px
}
.index_top h3 {
    font-size: 22px;
    padding-bottom: .2em
}
.new-index2.swiper-container {
    overflow: visible
}
.new-index2 .swiper_b {
    position: absolute;
    top: 0;
    left: -40px;
    height: 100%;
    width: 40px;
    cursor: pointer;
    z-index: 11;
    color: #cbcbcb;
    display: block;
    background: #f8f8f8
}
.new-index2 .swiper_b.next {
    right: -40px;
    left: auto
}
.new-index2 .swiper_b:hover {
    color: #c41305
}
.new-index2-cl {
    clear: both;
    overflow: hidden;
    padding: 20px 40px
}
.new-index3-ul {
    margin: 0 -15px
}
.new-index3-ul ul li {
    float: left;
    width: 50%;
    padding: 15px
}
.new-index3-ul ul li .new-index3-li .new-index3-time {
    display: none
}
.new-index3-ul ul li .new-index3-li {
    box-shadow: 0 0 0 #fff;
    background: 0 0
}
.new-index-more a {
    font-size: 16px;
    margin-bottom: 25px;
    padding: 0 3em
}
.new-index4-ul {
    padding-bottom: 15px
}
.new-index4-ul li {
    width: 25%
}
}

@media only screen and (min-width:992px) {
.new-index .swiper-slide {
    font-size: 16px
}
.new-index2-dl dd p a {
    font-size: 18px;
    margin: 0 .5em
}
.new-index-pd {
    padding: 30px 0
}
.index-w {
    width: 960px;
    margin: 0 auto
}
.new-index2-ul {
    padding: 10px 0 50px;
    margin: 0 -15px
}
.new-index2-ul li {
    width: 25%
}
.new-index2-ul li .new-index2-li {
    box-shadow: 0 0 0 #fff
}
.new-index3-top {
    font-size: 18px
}
.new-index3-top li {
    padding: 0 20px
}
.new-index3-dl dd .new-index3-big {
    font-size: 16px
}
.new-index3-ul ul li .new-index3-li .new-index3-time {
    display: block;
    font-size: 16px
}
.new-index3-ul ul li .new-index3-li .new-index3-time big {
    font-size: 26px;
    margin: 0
}
.new-index3-ul {
    margin: 0 -25px
}
.new-index3-ul ul li {
    padding: 20px 8px
}
.new-index3-ul ul li .new-index3-li {
    padding: 20px
}
.new-index3-ul ul li .new-index3-li .new-index3-time,
.new-index3-dl dt {
    margin-right: 20px
}
.new-index4-ul li a {
    box-shadow: 0 0 0 #fff;
    padding: 10px 20px
}
}

@media only screen and (min-width:1200px) {
.new-index-bg {
    padding: 45px 3%
}
.index_top h3 {
    font-size: 28px
}
.new-index2-cl {
    padding: 35px 60px
}
.new-index2 .swiper_b {
    width: 60px;
    left: -60px
}
.new-index2 .swiper_b.next {
    right: -60px;
    left: auto
}
.index-w {
    width: 1160px;
    padding: 0 30px
}
.new-index3-dl dt {
    float: left;
    width: 170px;
    height: 105px
}
.new-index3-dl dt a {
    width: 170px;
    height: 105px
}
.new-index3-dl dd p {
    height: 5.4em;
    line-height: 1.8
}
}

@media only screen and (min-width:1340px) {
.index-w {
    width: 95%;
    padding: 0;
    max-width: 1500px
}
.new-index2-ul li .new-index2-li {
    padding: 35px 45px 60px
}
.new-index2-ul li .new-index2-li big {
    padding: 0 0 1.5em
}
.new-index2-ul li .new-index2-li em {
    height: 100px
}
.new-index3-ul ul li .new-index3-li {
    padding: 30px 40px
}
.new-index3-ul ul li .new-index3-li .new-index3-time {
    margin-right: 30px
}
.foot_pc .index-w.beijing {
    width: 95%;
    max-width: 1500px;
    padding: 25px 0
}
.foot-w {
    float: left;
    width: 86%
}
.foot .index-w.beijing {
    width: 95%;
    max-width: 1500px;
    padding: 0
}
.foot-right {
    display: inline-block
}
.foot_pc dl dd {
    width: 15%;
    margin-right: 4%
}
}

@media only screen and (min-width:480px) {
    .new-index .swiper-slide {
     width:180px;
     font-size:14px
    }
    .new-index .swiper-slide .new-index1 {
     padding:30px 20px
    }
    .new-index2-ul li {
     float:left;
     width:50%
    }
    .new-index3-ul ul li .new-index3-li .new-index3-time {
     display:inline-block
    }
    .new-index3-ul ul li .new-index3-li {
     padding:15px
    }
    .new-index3-dl dt {
     margin-right:15px
    }
   }
   @media only screen and (min-width:768px) {
    .new-index .swiper-slide {
     width:20%
    }
    .new-index .swiper-slide .new-index1 {
     padding:30px 10px 35px
    }
    .new-index .swiper-slide .new-index1 em {
     padding:5px 0
    }
    .new-index-bg {
     padding:15px 30px
    }
    .index_top h3 {
     font-size:22px;
     padding-bottom:.2em
    }
    .new-index2.swiper-container {
     overflow:visible
    }
    .new-index2 .swiper_b {
     position:absolute;
     top:0;
     left:-40px;
     height:100%;
     width:40px;
     cursor:pointer;
     z-index:11;
     color:#cbcbcb;
     display:block;
     background:#f8f8f8
    }
    .new-index2 .swiper_b.next {
     right:-40px;
     left:auto
    }
    .new-index2 .swiper_b:hover {
     color:#c41305
    }
    .new-index2-cl {
     clear:both;
     overflow:hidden;
     padding:20px 40px
    }
    .new-index3-ul {
     margin:0 -15px
    }
    .new-index3-ul ul li {
     float:left;
     width:50%;
     padding:15px
    }
    .new-index3-ul ul li .new-index3-li .new-index3-time {
     display:none
    }
    .new-index3-ul ul li .new-index3-li {
     box-shadow:0 0 0 #fff;
     background:0 0
    }
    .new-index-more a {
     font-size:16px;
     margin-bottom:25px;
     padding:0 3em
    }
    .new-index4-ul {
     padding-bottom:15px
    }
    .new-index4-ul li {
     width:25%
    }
   }
   @media only screen and (min-width:992px) {
    .new-index .swiper-slide {
     font-size:16px
    }
    .new-index2-dl dd p a {
     font-size:18px;
     margin:0 .5em
    }
    .new-index-pd {
     padding:30px 0
    }
    .index-w {
     width:960px;
     margin:0 auto
    }
    .new-index2-ul {
     padding:10px 0 50px;
     margin:0 -15px
    }
    .new-index2-ul li {
     width:25%
    }
    .new-index2-ul li .new-index2-li {
     box-shadow:0 0 0 #fff
    }
    .new-index3-top {
     font-size:18px
    }
    .new-index3-top li {
     padding:0 20px
    }
    .new-index3-dl dd .new-index3-big {
     font-size:16px
    }
    .new-index3-ul ul li .new-index3-li .new-index3-time {
     display:block;
     font-size:16px
    }
    .new-index3-ul ul li .new-index3-li .new-index3-time big {
     font-size:26px;
     margin:0
    }
    .new-index3-ul {
     margin:0 -25px
    }
    .new-index3-ul ul li {
     padding:20px 8px
    }
    .new-index3-ul ul li .new-index3-li {
     padding:20px
    }
    .new-index3-ul ul li .new-index3-li .new-index3-time,
    .new-index3-dl dt {
     margin-right:20px
    }
    .new-index4-ul li a {
     box-shadow:0 0 0 #fff;
     padding:10px 20px
    }
   }
   @media only screen and (min-width:1200px) {
    .new-index-bg {
     padding:45px 3%
    }
    .index_top h3 {
     font-size:28px
    }
    .new-index2-cl {
     padding:35px 60px
    }
    .new-index2 .swiper_b {
     width:60px;
     left:-60px
    }
    .new-index2 .swiper_b.next {
     right:-60px;
     left:auto
    }
    .index-w {
     width:1160px;
     padding:0 30px
    }
    .new-index3-dl dt {
     float:left;
     width:170px;
     height:105px
    }
    .new-index3-dl dt a {
     width:170px;
     height:105px
    }
    .new-index3-dl dd p {
     height:5.4em;
     line-height:1.8
    }
   }
   @media only screen and (min-width:1340px) {
    .index-w {
     width:95%;
     padding:0;
     max-width:1500px
    }
    .new-index2-ul li .new-index2-li {
     padding:35px 45px 60px
    }
    .new-index2-ul li .new-index2-li big {
     padding:0 0 1.5em
    }
    .new-index2-ul li .new-index2-li em {
     height:100px
    }
    .new-index3-ul ul li .new-index3-li {
     padding:30px 15px;
     border: #eee 1px solid
    }
    .new-index3-ul ul li .new-index3-li .new-index3-time {
     margin-right:30px
    }
    .foot_pc .index-w.beijing {
     width:95%;
     max-width:1500px;
     padding:25px 0
    }
    .foot-w {
     float:left;
     width:86%
    }
    .foot .index-w.beijing {
     width:95%;
     max-width:1500px;
     padding:0
    }
    .foot-right {
     display:inline-block
    }
    .foot_pc dl dd {
     width:15%;
     margin-right:4%
    }
   }
   @media only screen and (min-width:1500px) {
    .new-index3-ul ul li {
     width:33.3333%
    }
    .new-index3-dl dt {
     width:180px;
     height:120px
    }
    .new-index3-dl dt a {
     width:180px;
     height:120px
    }
    .new-index3-dl dd p {
     height:7.5em;
     line-height:1.5
    }
   }
   