@CHARSET "UTF-8";
body {
    padding-top: 70px;
    
}

body.body-white {
 
}

.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{
   
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 0px 0px;
}

.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;border-radius:10em;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;border-radius:10em;

    background: #EDEDED;
}

.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%;
  
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 15px;
    text-overflow: ellipsis;border-radius:10em;
    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*/
.tc-box.first-box2 {
    margin: 0 0 10px 0;
}

.tc-box.article-box2 {
    padding: 0px 0px;
}

.tc-gridbox2-container {
    width: 25%;
    float: left;
}

.tc-gridbox2 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox2 {
    margin: 0 10px 20px 10px;
}

.tc-gridbox2: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-gridbox2 a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox2 {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox2-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox2 {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox2 .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;

    background: #EDEDED;
}

.tc-gridbox2 .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox2 .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox2 .header img {
    margin-bottom: 5px;
    width: 100%;
  
}

.tc-gridbox2 .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 15px;
    text-overflow: ellipsis;border-radius:10em;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox2 .header h3 a,
.tc-gridbox2 .header h3 a:focus,
.tc-gridbox2 .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox2 .header .meta {
    color: #5a6065;
}

.tc-gridbox2 .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox2 .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox2 .body a {
    color: #666;
}

.tc-gridbox2 .body a:hover {
    color: #428bca;
}

.tc-gridbox2 .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
------------------------------------*/
.am-avg-sm-3 {
    width: 49.33333333%;
    display: inline-block;
}
.list-boxes {
    overflow: hidden;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.35);
    box-shadow: 0 0 3px rgba(0,0,0,.35);
    padding: 5px;
    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: #000; 
}

.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: 15px;
    line-height: 25px;
}

.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;
   
    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;
}


		/* footer css style*/
.distraction{height:98px; width:100%;}
.footer{background:#353535;  width:100%; margin-top:6px; background-size:9px 128px; position: fixed; z-index: 110; height:65px;}
.footer a{}
.ds{ width:20%; float:left; padding-top:2%; text-align:center}
.footer span{color:#fff; line-height:40px;}
.sfrhh{text-align:center; padding-left:5%}
.tr{ text-align:center; font-size:14px; color:#FFFFFF}

 
 .mb2 {
    width: 100%;
   
    text-align: center;
}
.ct1, a.ct1, .ct1 a, .ct1 a:visited {
    color: #FFF;
}

.bot1 {
    border-bottom: 1px solid #37487D;
}
.block100 {
    height: 1rem;
}

.fB {
    font-weight: bold;
}

.fs14 {
    font-size: 0.7rem;
}


.ct1, a.ct1, .ct1 a, .ct1 a:visited {
    color: #FFF;
}
/*¦Ì¡Á2?*/

.mb2 {
    width: 100%;
    background: #024DBD;text-align: center;
}
.bot1 {
    border-bottom: 1px solid #949494;
}
.block100 {
    height: 5rem;
}
.fB {
    font-weight: bold;
}
.fs18{ font-size:14px;}
.fs14 {
    font-size: 0.7rem;
}


.lh12 {
    line-height: 1.2;
}
.fs72 {
    font-size: 3.6rem;
}

.block20 {
    height: 1rem;
}
.block5, .block8, .block10, .block12, .block20, .block22, .block30, .block40, .block50, .block60, .block70, .block80, .block100 {
 
    font: 0;
    overflow: hidden;
    clear: both;
}




.fs14 {
    font-size: 0.7rem;
}
.block40 {
    height: 2rem;
}
.block50 {
    height: 2.5rem;
}
.block30 {
    height: 1.5rem;
}
.fs20 {
    font-size:14px; color:#999999
}
.block100 {
    height:1rem;
}



	/* aboutMenu */
.aboutMenu2{width:100%;text-align: center;padding: 20px 0 0; margin:0 auto; margin-bottom:5%;}
.aboutMenu2 li{display: inline-block;*display: inline;font-size: 13px;color: #333333;background: url(../images/demo/aboutMenuBg01.png) no-repeat center;height: 50px;line-height: 50px;margin-left: 5px;width:45%;text-align: center;margin-bottom:10px;}
.aboutMenu2 li a{color: #333;text-decoration: none;display: block;}
.aboutMenu2 li:first-child{margin-left: 0;}
.aboutMenu2 li.cur{background: url(../images/demo/aboutMenuBg02.png) no-repeat center;}
.aboutMenu2 li.cur a{color: #fff;}
.aboutMenu2 li:hover{background: url(../images/demo/aboutMenuBg02.png) no-repeat center;}
.aboutMenu2 li:hover a{color: #fff;}




.am-avg-sm-3 {
    width:48%;display: inline-block;
}



/*导航*/
.fenlei{ width:100%;height:42px; text-align:center;}
.fenlei ul li{ width:23%; float:left;margin-left:-1px; border-left:1px solid #CC0404; border-bottom:1px solid #CC0404;border-radius: 0.3em; margin-left:1.5%; background:#BB0000; }
.fenlei ul li.lileft{border-left:none;}

.fenlei ul li a{ display:block;width:100%; padding-bottom:10px; color:#FFFFFF;}
.fenlei ul li a img{ width:28%; padding-top:1rem;}
.fenlei ul li a:hover{ background:#520100;height:42px;border-radius: 0.3em;}
.ct1, a.ct1, .ct1 a, .ct1 a:visited {
    color: #fff;
}

.fs16 {
    font-size: 0.8rem;
}
.swiper-pagination-bullet{background:none; border:1px solid #BBB; opacity:0.30; height:6px;border-radius:30px;}
	.swiper-pagination-bullet-active{width:20px;border-color:#BBB; background-color:#CCC;opacity:0.65;}
	.tac {text-align: center;}
	.ct2, a.ct2, .ct2 a, .ct2 a:visited {color:#D6D6D6;}
	/*.case ul {width: 101.3%;}*/
	.ct2 ul {list-style: none;margin:0;padding:0;}
	.diqu ul li {width: 32%;overflow: hidden;margin-right: 1.3%;float: left;margin-bottom: 1.75rem;vertical-align: middle;display: list-item;text-align:-webkit-match-parent;}
	.ct2 a, .ct2 a:visited{color: #444;}
	.ct2 img{vertical-align: middle;border:0;width:100%;}
	.ct2 .fs25 {font-size:16px;}
	.ct2 .pt10 {padding-top: 0.5rem;}
	.more001{ width:100%;height:4rem;background-size:100% 100%;border:none;}
	.more001:hover{ background:url(../images/read3.png) no-repeat;background-size:100% 100%;}
	.more1{ width:8rem; height:2.1rem; margin:1rem auto; background:url(images/more1.png) no-repeat;background-size:100% 100%;}
	.more1:hover{background:url(../images/more2.png) no-repeat;background-size:100% 100%;;}
.ert {
    width: 100%; color:#000000;
    height: 2rem;
    background: url(../images/tt1.png) no-repeat;
    background-size: 100% 100%; text-align:center
}

.fs36 {
    font-size:20px; line-height:40px;
}
cite, em, s, i, b {
    font-style: normal; 
}
.block30 {
    height: 1rem;
}
.block60 {
    height: 1rem;
}
.block40 {
    height:0.5rem;
}

.fs12 {
    font-size: 0.6rem;text-align:center
}
.case ul li{width:100%;overflow:hidden; margin-bottom:2rem;}
.case1 ul{ width:103%; overflow:hidden;}

.tal {
    text-align: left;
}
.mb1 {
    width: 100%;
    background: #3482FF;
}
.fl, .fr {
    display: inline;
    zoom: 1;
    float: left; padding-left:5px; padding-right:5px;
}
a.ct4:hover, .ct4 a:hover {
    color: #666;
}
.pt20 {
    padding-top: 1rem;
}
.tal {
    text-align: left;
}
.lh10 {
    line-height: 0.5;
}
.fr {
    float: right;
}
a {
    color: #666;
}

.fs24 {
    font-size: 15px; text-align:center;
}
.pt10 {
    padding-top: 0.5rem;text-align:center; color:#000000
}
.fs16 {
    font-size: 1.0rem;text-align:center;color:#000000
}

.unified-header{display: block;clear: both;text-align: center; padding-top:15px;}
.unified-header h3{display: block;font-size: 24px;color:#FFF;font-weight:normal;}
.unified-header .line{display: block;width: 103px;height: 2px;border-bottom:1px solid #ddd;margin: 10px auto;}
.unified-header .line span{display: block;position: relative;width: 30px;height: 3px;background-color: #e45133;margin: -2px auto 0;}
.unified-header p{display: block;line-height: 1;font-size: 16px;color: #9C9C9C;text-transform: uppercase;font-family: "Simsun";}



.abou a.more{width: 30%;height: 40px;background: #AD0700;line-height: 40px;text-align: center;border: 1px solid #e7e7e7;font-size: 14px;color: #fff;text-decoration: none;position: absolute;transition: all 0.5s ease-out;z-index: 1; }


.abou a.more::before{    
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  width: 30%;
    height: 40px;
    background: #D7000F;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.abou a.more:hover::before{background: #C8A837;opacity: 1;transform: scale3d(1,1,1);-webkit-transform:translate3d(0,0,0)}
.abou a.more:hover{color: #fff; background:#C8A837;border-color:#C8A837; }

.wzd{ background:url(../images/yu2.jpg) center}



/* Title YangFangLing 2018å¹´12æœˆ4æ—¥ */
.Title{text-align: center;position: relative;z-index: 9; margin-bottom:20px;}
.Title h3{font-size: 26px;font-weight: normal;color: #333;}
.Title h3 a{color: #333;}
.Title h3 a img{width: 19px;height: 16px;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin: 0 15px;}
.Title h3 img{width: 19px;height: 16px;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin: 0 15px;}
.Title p{color: #999;margin-top: 10px;}
.Title p i{width: 10%;height: 1px;display: inline-block;*display: inline;*zoom: 1;background-color: #dedede;vertical-align: middle;margin: 0 15px;}


/************æ–°é—»åŠ¨æ€*************/
.news{width:100%;background:#F5F5F5; overflow:hidden;}
.news .box_g{width:100%; text-align:center;}
.news .box_g h3{ color:#06ba98; font-size:35px; font-weight:normal; margin-bottom:10px;}
.news .box_g h4{ color:#292929; font-size:14px;font-weight:normal;}
.new_cont{ width:100%; margin:30px auto 10px auto;overflow:hidden;}
.events_box {width:96%; margin-left:10px;overflow: hidden; }
.events_box li{width:100%; background:#fff; margin:15px 0px; float:left;}
.events_box li .date{width:20%;float:left; text-align:center; background:url(../img/data_bg.png) no-repeat center; padding-left:10px;}
.events_box li .date .a{ height:85px; line-height:130px; font-size:48px;color:#0065CE;}
.events_box li .date .b{  line-height:50px;font-size:18px;color:#0065CE;}
.events_box li .info{ float:right; width:75%; overflow:hidden; margin-top:25px; padding-right:10px;}
.events_box li .info .title{font-size:16px; text-align: left;}
.events_box li .info .title a{color:#333333;}
.events_box li .info .xx{ font-size:14px; color:#858585; line-height:25px; }
.events_box li:hover .date .a{ height:85px; line-height:130px; font-size:48px;color:#CDA142;}
.events_box li:hover .date .b{ height:85px; line-height:50px;font-size:18px;color:#CDA142;}
.events_box li:hover .info .title a{color:#CDA142;}
.events_box li:hover .info .xx{color:#CDA142;}
.new_cont .geng { text-align:center; height:50px; line-height:50px; margin-top:20px;}
.new_cont .geng a{border:1px solid #CDA142; color:#CDA142; padding:8px 25px;}
.new_cont .geng:hover a{border:1px solid #CDA142; color:#CDA142; padding:8px 25px;}
.duo2{ display:block; width:30%; height:28px; text-align:center; line-height:28px;  font-size:12px; color:#fff; background:#8c8c8c; position: relative; overflow:hidden;}
.duo2 span{ display:block; position:relative; top:0;}
.duo2, .duo2 span{
	-webkit-transition: all 0.4s cubic-bezier(1, .57, .48, 1.4); color:#FFFFFF;
	-moz-transition: all 0.4s cubic-bezier(1, .57, .48, 1.4);
	-o-transition: all 0.4s cubic-bezier(1, .57, .48, 1.4);
	transition: all 0.4s cubic-bezier(1, .57, .48, 1.4);
	}
.events_box li:hover .duo2{ background:#CDA142; color:#fff;} .events_box li:hover .duo2-1, .events_box li:hover .duo2-2{ top:-28px;}
/************è”ç³»æˆ‘ä»¬*************/
ul, ol {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}


/************翻页*************/
.page_wen{ width:100%; height:60px; line-height:20px; font-size:14px;}
.page_wen .page_left{ float:left; width:50%; background-color:#f7f7f7;}
.page_wen .page_right{ float:right; width:50%; background-color:#f7f7f7;}
.page_wen .btn{ display:block; text-decoration:none; width:80px; height:60px; background-color:#e8e8e8; text-align:center; padding-top:20px;}
.page_wen .page_title{ display:block; width:45%; margin-left:5%; float:left;height:60px; padding-top:5%}
.page_wen .page_left:hover  .page_title{color:#1144a3;}
.page_wen .page_left:hover  .btn{ background:#626262; color:#fff;}
.page_wen .page_right:hover  .page_title{color:#1144a3;}
.page_wen .page_right:hover  .btn{ background:#626262; color:#fff;}
.page_wen .page_left .btn{ float:left}
.page_wen .page_right .btn{ float:right}


/************底部产品导航*************/
#menu{position:fixed;bottom:0px;width:100%;height:44px;line-height:44px;z-index:999;background:url(images/menubg.png) repeat-x;}
#menu ul{margin:0 auto;list-style-type:none;width:100%;max-width:500px;height:100%;}
#menu ul li{float:left;width:33.3%;height:100%;text-align:center;position:relative;font-size:14px;}
#menu ul li .line{position:absolute;top:0px;right:0px;z-index:30;}
#menu ul li .menu_li{position:absolute;top:0px;left:0px;z-index:20;width:100%;height:100%;color:#454545;background:url(images/menubg.png) repeat-x;}
#menu ul li .img_front{position:absolute;top:0px;left:0px;z-index:30;width:100%;height:100%;}
#menu ul li .img_front img{width:100%;height:100%;}
#menu ul li span{position:absolute;bottom:-300px;left:50%;width:104px;margin-left:-52px;margin-bottom:14px;height:auto;text-align:center;z-index:10;}
#menu ul li span div{position:absolute;top:0px;left:0px;}
#menu ul li span a{float:left;width:100%;height:43px;line-height:43px;color:#454545;text-decoration:none;}

.footer_front{position:fixed;width:100%;height:100%;top:0px;left:0px;z-index:888;display:none;}
.box{padding:0 0px;overflow:hidden;}
.title2{height:40px;line-height:40px;overflow:hidden;padding:0 20px;background-color:#0062df;margin-top:5px;color:#fff;font-size:1em;}
.title2 a.more{color:#fff;float:right;padding-right:30px;background:url(../images/more.png) right 10px no-repeat;}
.title2 span{color:#fff;}

/*首页产品中心*/
.rollBox {padding:0% 0 2% ;width:100%;margin:0 auto;}/*产品空间大小*/
.rollBox ul{ list-style:none; overflow:hidden;}
.rollBox li{float:left;width:31.3%;padding-top:2%;list-style: none; margin-left:1%; margin-right:1%}/*产品单个大小*/
.rollBox li a{color:#626466;text-decoration:none;display: block;text-align: center; font-size:14px; font-weight:bold}
.rollBox li h3 { text-align:center;display:block;margin-top:4%;width:86%;margin-left:7.55%;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap }
.bar_nav{clear:both;overflow:hidden;height:40px;line-height:40px; border-top:1px solid #fff;color:#4C4319;position:relative;-webkit-tap-highlight-color:transparent;background-color:#DB0000;}
.bar_nav ul li{float:left;padding:0 12px;text-align:center;height:43px;line-height:40px;cursor:pointer;color:#99893e;list-style: none;}
.bar_nav ul li a{color:#99893e;}
.bar_nav ul li.on{color:#fff;}
.bar_nav ul li.on a{color:#fff;}
.bar_nav ul li.onlychild{width:100px;padding:0 0 0 10px;text-align:left;background:url(18184.png) no-repeat 0 -159px;color:#424242;}
.bar_nav .top{position:absolute;width:32px;height:33px;z-index:999;right:8px;top:4px;}
.bar_nav .top a{background:url(18184.png) no-repeat -144px -118px;width:32px;height:33px;display:inline-block;}
.bar_nav ul li.on:before {
    content: "[";
}
.bar_nav ul li.on:after {
    content: "]";
}
.layer {
    background: #fff;
    box-shadow: rgba(0,0,0,.15) 0 0.15rem 0.5rem, rgba(0,0,0,.25) 0 0.15rem 0.5rem;
    color: #888;
}
.layer h5 {
	overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;
}
.shebei { overflow:hidden; width:100%; margin:0 auto; margin-top:10px; }
.shebei h3{ text-align:center; margin-bottom:45px;}
.shebei .sbbox { overflow:hidden; width:100%; padding:5px; }
.shebei .wen{ position: relative; overflow:hidden; margin-right:36px; width:100%; padding-bottom:30px; margin-bottom:22px; background: #0067eb;/*background:url(../images/ft-bg.jpg) no-repeat 0px center fixed;*/ box-shadow:0 0 5px #ccc}
.shebei dl{ overflow:hidden; width:100%; height:188px; margin-bottom:30px;}
.shebei dt{ overflow:hidden; float:left; width:186px; height:188px; background-color:#03499B; color:#fff;}
.shebei dt span{ margin-top:15px; display:block; text-align:center; font-size:80px; color:#fff; font-weight:lighter}
.shebei dt i{ display:block; width:60px; height:1px ; background-color:#fff; margin:10px auto}
.shebei dt em{ display:block; text-align:center; font-size:22px;}
.shebei dd{ overflow:hidden;}
.shebei ul{ overflow:hidden; width:85%; margin-left:25px; margin-right:25px;}
.shebei li{ width:100%; padding-left:35px; background:url(../images/shebei_l.jpg) no-repeat 10px center; font-size:15px; line-height:40px;color:#fff; border-bottom:1px dotted #0058c7; padding-right:35px; }
 
/* Title YangFangLing 2018å¹´12æœˆ4æ—¥ */
.Title{text-align: center;position: relative;z-index: 9; margin-bottom:20px;}
.Title h3{font-size: 26px;font-weight: normal;color: #333;}
.Title h3 a{color: #333;}
.Title h3 a img{width: 19px;height: 16px;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin: 0 15px;}
.Title h3 img{width: 19px;height: 16px;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin: 0 15px;}
.Title p{color: #999;margin-top: 10px;}
.Title p i{width: 10%;height: 1px;display: inline-block;*display: inline;*zoom: 1;background-color: #dedede;vertical-align: middle;margin: 0 15px;}
/************è”ç³»æˆ‘ä»¬*************/
ul, ol {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}



 .xxb{width:10%;position:fixed;top:50%;margin-top:-120px;max-width:640px;text-align:center;right:0;background:rgb(50,160,217);color:#fff;padding:5px 0;border-radius:5px;font-size:16px;z-index:2147483647; line-height:30px}
 .xxb2{width:10%;position:fixed;top:50%;margin-top:-120px;max-width:640px;text-align:center;right:0;background:rgb(3,21,155);color:#fff;padding:5px 0;border-radius:5px;font-size:16px;z-index:2147483647; line-height:30px}


.ack{display:block; width:50%; height:2.9rem; margin:0 auto; padding-bottom:5.4%; text-align:center; color:#fff; line-height:2.9rem; border:1px solid #fff; -webkit-border-radius:1.6rem; -moz-border-radius:1.6rem; border-radius:1.6rem;}
.ack a{ color:#FFFFFF;}


.g-ft{position: relative;background: #e9e9e9;}
.f_con{padding-top: 1.2rem;}
			.f_con .top1{position: fixed;width:50px;bottom: 8.5rem;right: 1.5%;z-index: 100;}
			.f_con .top1 img{display:block;width: 100%;}
			.f_con .top1 i{display:block;font-size: 40px;}
			.f_con p{line-height: 2rem;text-align: center;font-size: 1rem;color: #666;}
			.f_con p a{color: #666;}
			.f_con p i{margin:0 1rem;}
.f_nav{height: 80px;background-color: #0062df;min-width: 320px;max-width: 640px;width: 100%;position: fixed;bottom: 0;z-index: 100;}
			.f_nav li{float: left;width: 25%;height:80px;text-align: center;position: relative;}
			.f_nav li:after{position: absolute;width: 1px;height: 0.5rem;content: "";right: -1px;top: 3.7rem;}
			.f_nav li:first-child{background: #0062df;overflow: hidden;}
			.f_nav li img{display:block;width:25px;margin:15px auto 0;}
			.f_nav li span{display: block;color: #fff;font-size:14px;line-height:30px;text-align: center;}
/*标题*/
.home-title {
    margin-bottom: 15px;
}
.home-title {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.5;
    color: #787878;
    z-index: 1;
}
.home-title a {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
	color: #000;
}
.home-title a {
    display: block;
    width: 300px;
    margin: 0 auto;
}
.home-title p {
    max-width: 300px;
}
.home-title p {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.home-title em {
    height: 13px;
}
.home-title em {
    display: block;
    width: 25%;
    float: left;
    height: 13px;
    border-bottom: 1px solid #ccc;
}
.home-title span {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}
.home-title span {
    width: 50%;
    display: block;
    float: left;
    text-transform: uppercase;
}
.home-title i {
    height: 15px;
    width: 12px;
}
.home-title i {
    display: block;
    margin: 0 auto;
    background: url(../images/icon6.png) center no-repeat;
    background-size: 100% auto;
}
/*公司简介*/
.about-ban img {width:100%;display:block;box-shadow:0 0.07rem 0.43rem rgba(44,68,130,0.25);border-radius:.2rem 0 .2rem .2rem;}
.about-box:before {height:6.42rem;}
.js-w {margin-bottom:.32rem;padding:0 .35rem;}
.js-w .text {font-size:44px;color:#303547;opacity:.1;padding:0px 0px 0px 10px;}
.js-w strong {font-size:23px;color:#0062df;background-image:linear-gradient(90deg,#0062df 0%,#002a61 30%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:block;position:relative;margin-top:-60px;padding-left:20px;}
.gsjj {margin-top:3rem;}
.gsjj p {font-size:1.5rem;color:#697178;line-height:1.8em;text-align:justify;padding:1.5rem; margin-top: -30px;}
.gsjj ul {padding:0 1.5rem;margin-left:-5%;}
.gsjj ul li {float:left;width:45%;margin-left:5%;margin-top:-15px; height: 185px;}
.gsjj ul li .box img {display:block;width:100%;border-radius:.15rem;}
.gsjj ul li p {width:15rem;border-radius:0 0 2rem 2rem;margin:0 auto;padding:0;height:3.6rem;line-height:3.3rem;text-align:center;box-shadow:0 0.08rem 1.5rem rgba(22,94,133,0.48);background:-webkit-linear-gradient(#115479,#2d8fc6);background:-o-linear-gradient(#115479,#2d8fc6);background:-moz-linear-gradient(#115479,#2d8fc6);background:linear-gradient(#00469e,#0062df);}
.gsjj ul li p img {width:2rem;vertical-align:middle;margin-top:-0.05rem;}
.gsjj ul li p span {font-size:1.5rem;color:#fff;}
.nl-pc {margin:0rem auto;}
.nl-pc img {display:block;width:100%;}
.sccj p {
    font-size: 1.5rem;
    color: #697178;
    line-height: 1.8em;
    text-align: justify;
    padding: 1.5rem;
}
/*优势*/
.in_05{height: auto;overflow: hidden;padding: 2% 0;}
.in_05{padding: 4% 0 !important;}
.intit{height: auto;overflow: hidden;position: relative;text-align: center;}
.intit em{display: block;position: absolute;z-index: 1;left: 4%;top:15%; letter-spacing: 5px;color: #f1f1f1;font-size: 14px;}
.intit span{display: block;font-size: 20px;line-height: 40px;position: relative;z-index: 2;}
.intit span b{color: #0062df;}
.intit p{line-height: 45px;background: url(../images/intit.png) center no-repeat;font-size: 15px;color: #666;}
.intit i{display: block;line-height: 30px;font-style: normal;width: 80%;margin:4% auto;font-size: 15px;color: #777;}
.intit p{font-size: 14px !important;background: url(../images/mintit.png) center no-repeat !important;line-height:30px !important;}
padding-top: 6%;}
.yin .col-lg-3{padding-left: 0.5% !important;padding-right: 0.5% !important;}
.yin .col-xs-6{padding-left: 0.5% !important;padding-right: 0.5% !important;}
.yin dl{position: relative;overflow: hidden;-webkit-transition:transform .3s;transition:transform .3s;}
.yin dl dt{width: 100%;line-height: 0;position: relative;}
.yin dl dt img{width: 100%;}
.yin dl dt h4{font-size: 18px;color: #fff;height: 90px;margin-bottom:0px !important; line-height: 85px;width: 100%;text-align: center;position: absolute;bottom: 0;left: 0;background: #0062df; font-weight:normal;
transition:height .5s;
-moz-transition:height .5s; /* Firefox 4 */
-webkit-transition:height .5s; /* Safari and Chrome */
-o-transition:height .5s; /* Opera */}
.yin dl dt h4 em{display: block;width: 46px;height: 46px;line-height: 0;background: #fff;border-radius: 50%;position: absolute;top: -23px;left: 70px !important;}
.yin dl dt h4 em img{width: 46px;height: 46px;}
.yin dl dd{background: rgba(0,0,0,0.7);position: absolute;bottom: 0;left: 0;height: 0;overflow: hidden;width: 100%;text-align: center;
transition:height .5s;
-moz-transition:height .5s; /* Firefox 4 */
-webkit-transition:height .5s; /* Safari and Chrome */
-o-transition:height .5s; /* Opera */}
.yin dl dd h5{overflow: hidden; background:url(../images/yin_line.gif) no-repeat center 67px;color: #fff;}
.yin dl dd em{display: block;width: 46px;height: 46px;line-height: 0;background: #0062df;border-radius: 50%;margin: 80px auto 0;}
.yin dl dd em img{width: 46px;height: 46px;}
.yin dl dd p{color: #fff;overflow: hidden;margin: 0 auto;padding: 15px 0 0;}
.yin dl:hover dd, .yin dl.cur dd{height: 256px !important;}
.yin dl:hover dt h4,.yin dl.cur dt h4{height: 0;}
.yin dl:hover dt h4 em,.yin dl.cur dt h4 em{top: 0;}
.yin dl:hover,.yin dl.cur{-webkit-transform:translate(0,-35px);transform:translate(0,-35px);}
.yin .nobor{margin-right: 0;}
.yin dl dd em{margin: 4% auto 0 !important;}
.yin dl dd h5 {
    font-size: 16px !important;
    line-height: 30px !important;
    height: 30px !important;
}
.yin dl dd p {
    font-size: 12px !important;
    line-height: 25px !important;
    width: 100% !important;
}
.yin {
    padding-top: 5%;
}

.yin dl:hover, .yin dl.cur {
    -webkit-transform: translate(0,-35px);
    transform: translate(0,-35px);
}
.yin dl {
    height: 256px !important;
}
.yin dl:hover dt h4,{
    height: 0;
}
.contai {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*新闻*/
.mob-news {
    background: #fff;
    padding-bottom: 35px;
}
.mob-title {
    text-align: center;
    margin-bottom: 20px;
}
.mob-title h3 {
  font-size: 20px;
  color: #252222;
  margin-bottom: 10px;
  font-weight:normal
}

.mob-title h3 span {
  color:#0062df;
}
.mob-title p {
    font-size: 12px;
    color: #252222;
    text-transform: uppercase;
}
.mob-news .news-img img {
    width: 100%;
}
.mob-news .news-list {
  padding: 0 25px;
}
.mob-news .news-list li {
    border-bottom: 1px dashed #e2e2e2;
    padding: 10px 0;
    font-size: 14px;
    color: #292929;
    line-height: 25px;
    position: relative;
}
 .news-list li a {
    display: block;
    padding-right: 75px;
    font-size: 13.5px;
    color: #292929;
}
.mob-news .news-list li a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #0062df;
    margin-right: 5px;
    vertical-align: 2px;
}
.mob-news .news-list li span {
    position: absolute;
    right: 0;
    width: 70px;
    font-size: 12px;
    color: #b0b0b0;
    text-align: right;
    top: 10px;
}
/*优势2*/
.g_jg{padding-top: 2.6rem;height: 58rem;position: relative;background: #0062df; margin-top: 20px;}
.g_jg h2{height: 5.5rem;text-align: center;font-size: 3.4rem;font-weight: bold;color: #fff;position: relative; margin-top: -5px;}
.g_jg h2 a{color: #fff;}
.g_jg h2 b{color: #cecece;}
.g_jg h2 em{display: block;font-size: 1.6rem;color: #fff;padding-top: 0.8rem;font-weight: normal;}
.g_jg h2:before{content: "";position: absolute;background:url(../images/ystit.png) no-repeat;background-size: 100%;width: 1.1rem;height: 1.3rem;left:0;top:7rem; left:50%;margin-left: -0.5rem;}
.g_jg .tabs2{margin: 0 3% 0;height:9.5rem;}
.g_jg .tabs2 a{display:block;float: left;width: 25%;text-align: center;font-size: 1.2rem;color: #fff;}
.g_jg .tabs2 em{display: block;width: 5rem;height: 5rem;overflow: hidden;margin: 0 auto;position: relative;background: #ffffff;border-radius: 50%;margin-bottom: 1rem;}
.g_jg .tabs2 em i{position: absolute;left:0;top:0;width: 5rem;height: 4rem;}
.g_jg .tabs2 em i img{width: 100%;display: block;}
.g_jg .tabs2 em img{width: 4rem;height: 11rem;display: block;}
.g_jg .tabs2 span{font-size: 0.7rem;color: #fff;display: block;}
.g_jg .tabs2 .active{color: #fff;}
.g_jg .tabs2 .active em{background: #fff;}
.g_jg .tabs2 .active em img{margin-top: -5.5rem;}
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.g_jg dl {
    margin: 0 3%;
}
.g_jg dt {
    padding-top: 10px;
    width: 100%;
    margin-bottom: 1.6rem;
}
.g_jg dt img {
    width: 100%;
    display: block;
    border: 0.5rem solid #fff;

}
	.g_jg h3 {
    position: relative;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 2rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0.3rem;
}
.g_jg h3 b {
    color: #fff;
}
.g_jg p {
    font-size: 1.45rem;
    line-height: 1.9rem;
    color: #fff;
    margin-bottom: 1rem;
}



.conpage table td {font-size:12px;}











	