@CHARSET "UTF-8";
body {
    /*padding-top: 70px;*/
    background: #f0f0f0;
}

body.body-white {
    background: #fff;
}
a {
    text-decoration: none;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}
.btn-submit {
    color: #ffffff;
    background-color: #4B1417;
    border-color: #4B1417;
	width:145px;
	height:39px;
	border-radius:5px;
	float:left;
}

.mycancel{
	color: #ffffff;
	background-color: #4D494A;
    border-color: #4D494A;
	width:145px;
	height:39px;
	border-radius:5px;
	float:left;
	margin-left: 35px;
}
:focus{
    outline: 0;
}

.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 0px;
    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 0px;
}

/*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;
    transition: all 0.3s;
}
.ranking ul li:hover{
    transform: translateX(-5px);
}

.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;
}

.navbar-brand {
    /*padding: 13px 18px;*/
    height: 100%;
	padding-right: 50px;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ECB8BA;
    border-radius: 20px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #ECB8BA;
    border-radius: 20px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #ECB8BA;
    border-radius: 20px;
}

@media (min-width: 768px){
    .navbar-nav {
        height: 90px;
    }
    .navbar-nav>li{ height: 100%; }
    .navbar-nav>li>a{ padding: 10px 25px; margin: 25px 0 0 25px; }
}

.index-header {
    width: 100%;
    height: 801px;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
	padding-top: 100px;
}

.index-header .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.index-header .top-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    /*margin-left: -600px;*/
    z-index: 999;
    width: 100%;
    height: 100px;
}

.mm-index-main-about {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.mm-index-main-about .about-xinwen {
    width: 56%;
    height: 350px;
    background: #ECB8BA;
    float: left;
}

.mm-index-main-about .about-xinwen>div {
    width: 67%;
    height: 100%;
    float: right;
    padding-top: 30px;
}

.mm-index-main-about .about-xinwen h3 {
    font-size: 25px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.mm-index-main-about .about-xinwen>div,.mm-index-main-about .about-xinwen>div a{
    color:#fff;
}

.mm-index-main-about .about-xinwen>div a:hover{
    text-decoration:none;
}

.mm-index-main-about .about-shipin {
    width: 44%;
    float: right;
    height: 350px;

    background-size: auto 100%;
    position: relative;
    cursor: pointer;
}
.mm-index-main-about .about-xinwen>div>div{
    margin: 25px 0 0 0;
}

.mm-p-title{
    font-size: 16px;
    font-weight: bold;
    /*border-bottom: 3px solid #fabf01;*/
	border-bottom: 3px solid #c82126;
    padding-bottom: 10px;
    display: block;
    width: 110px;
    margin: 35px auto 0 auto;
}

.mm-p-sub-title{
    font-size: 18px;
    margin: 10px 0 25px 0;
}

.mm-p-sub-content{
    font-size: 16px;
    margin: 15px 0 0 0;
	text-align:left;
	color: #616161;
}


.mm-p-about {
    font-size: 19px;
    font-weight: bold;
    /* border-bottom: 3px solid #fabf01; */
	background:#A41C1F;
	color:#ffffff;
	width:80px; 
	height:100px;
	padding-top:15px;
    padding-bottom: 10px;
    display: block;
	float:left;
	margin-left:380px;
}

.abouttext{font-weight:100;font-size: 16px;}
.ustext{font-size: 19px;font-weight: bold;padding-top:15px;padding-left:2px;}
.line{
	border-bottom: 3px solid #ffffff;
	width:20px;
	height:5px;
	margin:0 0 0 8px;
	font-weight:100;
}
.aboutbackground{background:#F8F8F8; height:330px;}

.mm-index-product .tc-gridbox .header{
    position: relative;
}

.mm-index-product .tc-gridbox{
    border: none;
}

.mm-index-product .tc-gridbox .header h3{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(250, 191, 1, 0.91);
    color: #fff;
    margin: 0;
    padding: 4px 0;
}

.mm-index-product .tc-gridbox .header h3 a{
    color:#fff;
}

.mm-index-product .tc-gridbox .header img{
    margin-bottom: 0px;
    transition: 0.3s all;
}

.mm-index-product .tc-gridbox .header img:hover{
    transform: scale(1.1);
}

.form-control:focus {
    border-color: #ECB8BA;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#footer{
    height: 50px;
    line-height: 50px;
}
#footer p{
    color: #fff;
    font-size: 13px;
    margin: 0;
}
#footer p a{
    color: #fff;
}

.footer{
    /*margin: 40px 0 0 0;*/
    height: auto;
    /*background: #283342;
    background: #e4e4e4;*/
    background: #151010;
    padding: 5px 0;
}

.footer ul{
    padding: 0px;
}

.footer ul li {
    width: 100%;
    height: auto;
    color: #dcdfe0;
    font-size: 14px;
    line-height: 28px;
    list-style: none;
}

.footer-left h3,.footer h3{
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}
.footer-left ul {

}
.footer-left ul li{

}

.footer-left ul li a{
    color: #dcdfe0;
}

.footer-left ul li a:hover{
    text-decoration: none;
}

.dropdown-menu{
    top: 99%;
    box-shadow: -1px 5px 5px rgba(0,0,0,0.175);
    -webkit-box-shadow: -1px 5px 5px rgba(0,0,0,0.175);
    border: none;
    min-width: 140px;
    text-align: center;
    /*left: -10px;*/
	left:5px;
    padding: 0px;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
}

.last_new .media-heading {
    text-align: left;
    position: relative;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
	
}

.last_new .media-heading::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: rgb(0, 0, 0);
    bottom: 0px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.last_new .media-heading a {
    font-size: 15px;
    color: rgb(0, 0, 0);
    display: block;
    padding:5px 0 15px 0;
    border-bottom: 1px solid rgb(239, 239, 239);
}

.last_new .media-body{
    font-size: 13px;
    color: rgb(153, 153, 153);
	height: 60px;
	background: #ffffff;
    padding: 0 6px 6px 6px;
}


.last_new .media-heading a:hover {
    text-decoration:none;
}

.last_new .media-left{
    padding-right: 15px;
}

.news-item .media-body:hover .media-heading::before {
    width: 100%;
}

.news-item{
	width: 291px;
    overflow: hidden;
}

.last_new .more {
    margin: 0 auto;
    padding: 6px 50px;
    display: inline-block;
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    border: #999999 1px solid;
    border: 1px solid;
    color: #999999;
    display: block;
    width: 140px;
	margin-bottom: 20px;
}

.last_new .more:hover {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

/*首页 时间 浏览*/
.last_new .times{
	background: url(../images/time.png) no-repeat;
	float:left;
	padding-left:30px;
	margin-top: 6px;
	font-size: 14px;
}
.last_new .browse{
	background: url(../images/browse.png) no-repeat;
	float:right;
	padding-left:30px;
	margin-top: 6px;
	font-size: 14px;
}

/*首页 业务范围*/
.xuexiaoclass{height: 368px;}
.business{
	float:left;
	display:inline;
	overflow:hidden;
	text-align:left;
}
.business1{
	background: url(../img/business1.png) no-repeat;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:left;
	width: 365px;
	height: 174px;
	margin-bottom:20px;
}
.business2{
	background: url(../img/business2.png) no-repeat;
	float:left;
	margin-left:24px;
	display:inline;
	overflow:hidden;
	text-align:left;
	width: 365px;
	height: 174px;
	margin-bottom:20px;
}
.business3{
	background: url(../img/business3.png) no-repeat;
	float:right;
	display:inline;
	overflow:hidden;
	text-align:left;
	width: 365px;
	height: 174px;
	margin-bottom:20px;
}
.xuexiaoimg{margin:10px 15px 0 0;text-align:right;}
.xuexiaotitle{font-size: 22px;font-weight:bold;color:#ffffff;margin:20px 0 10px 0;text-align:center;}
.xuexiaotxt{width: 335px;}
.xuexiaoleft{float:left;font-size: 14px;color:#ffffff;margin-left:24px;line-height:20px;}
.xuexiaoright{float:right;font-size: 14px;color:#ffffff;line-height:20px;}

/*首页案例展示*/
.tab-list {
    box-sizing: border-box;
	text-align:center;
	margin-top:20px;
	width:100%;
	margin:0 auto;
	float:left;
}

.tab-list ul {
    display: block;
    /*padding-bottom: 10px;*/
}

.tab-list ul li {
    display: inline-block;
    padding-bottom: 9px;
	color:#D25959; margin:0 10px 0 10px;
}

.tab-list ul .active{
    display: inline-block;
    border-bottom: 2px solid #c82126;
}

/*首页业务垂询*/
.tab-list2 {
    box-sizing: border-box;
	text-align:center;
	margin-top:20px;
	width:100%;
	margin:0 auto;
	float:left;
}

.tab-list2 ul {
    display: block;
}

.tab-list2 ul li {
    display: inline-block;
    padding-bottom: 9px;
	color:#666666; margin:0 10px 0 10px;
	width: 200px;
}

.tab-list2 ul .active li{
    display: inline-block;
	color:#c82126;
    border-bottom: 2px solid #c82126;
}

.tab-list2 ul a li .txtcolor{color:#c82126;}
.tab-list2 ul a li:hover{
	color:#c82126;
}

/*关于我们*/
.aboutus-boxes{ margin-bottom: 0px; height: 330px;}
.aboutus-boxes .imgs{ float: left; width: 420px;padding-right: 20px; }
.aboutus-boxes .jieshao{ float: left; width: 630px; height:250px; }
.aboutus-boxes .jieshao .titles{font-weight:500; color:#000000; font-size:22px; margin-bottom:8px; }
.aboutus-boxes .jieshao .content{ font-size:14px;color:#333333; line-height:22px; }
.aboutus-boxes .jieshao .jieshaomore a{color:#D25959;text-decoration:none;cursor:pointer;}

/*秉初心 关于我们*/
.aboutus-boxes2{ margin-top: 57px; }
.aboutus-boxes2 .imgs{ float: left; width: 420px;padding-right: 20px; }
.aboutus-boxes2 .jieshao{ float: left; width: 630px; height:250px; }
.aboutus-boxes2 .jieshao .titles{font-weight:500; color:#000000; font-size:22px; margin-bottom:10px; }
.aboutus-boxes2 .jieshao .content{ font-size:14px;color:#333333; line-height:22px; }

/*公司优势*/
.youshi{ float: left; width:32%; height:190px; margin-bottom:15px;}
.youshi .youshiimgs{float: left;}
.youshi .youshitxt{float:left; margin-left:22px;}
.youshi .youshitxt .youshititle{color:#C92227; font-size:18px; color:#000000; font-weight:bold;}
.youshi .youshitxt .youshicon{ color:##666666; font-size:14px; height:23px; line-height:23px; width:305px;}

/*专家团队*/
.zhuanjiacon { width:100%; margin-bottom:35px;}
.zhuanjia { width:100%; }

/*左边*/
.zhuanjia .zjimgs{ float: left; width: 45%;padding-left: 220px; }
.zhuanjia .zjjieshao{ float:right; width: 40%; height:250px; }
.zhuanjia .zjjieshao .zjtitles{font-weight:500; color:#666666; font-size:22px;}
.zhuanjia .zjjieshao .zjtitles .english{font-weight:bold; font-size:22px;}
.zhuanjia .zjjieshao .zjtitles .zjline{ border-top: 2px solid #C92227; width:20px; }
.zhuanjia .zjjieshao .jiaoshou{ color:#000000; font-size:16px; margin-bottom:20px; font-weight:bold;}
.zhuanjia .zjjieshao .zjcontent p{ font-size:16px; font-weight:600; color:#666666; height:20px; line-height:20px; width:450px; }


/*右边*/
.zhuanjia .zjimgs2{ float: right; width: 40%;padding-right: 220px; }
.zhuanjia .zjjieshao2{ float:left; width: 45%; height:250px; }
.zhuanjia .zjjieshao2 .zjtitles2{font-weight:500; color:#666666; font-size:22px; text-align:right;}
.zhuanjia .zjjieshao2 .zjtitles2 .english2{font-weight:bold; font-size:22px; text-align:right;}
.zhuanjia .zjjieshao2 .zjtitles2 .zjline2{ border-top: 2px solid #C92227; width:20px; text-align:right; margin-left:477px;}
.zhuanjia .zjjieshao2 .jiaoshou2{ color:#000000; font-size:16px; margin-bottom:40px; font-weight:bold; text-align:right;}
.zhuanjia .zjjieshao2 .zjcontent2 p{ font-size:16px; font-weight:600; color:#666666; height:20px; line-height:20px; width:450px; text-align:right;  margin-left:52px}

/*寄语*/
.jiyu{ color:#666666; font-size:24px; font-weight:bold;}
.jiyucontent{ color:#999999; font-size:14px; margin:12px 0 20px 0;}


/*右三角形*/
#triangle {
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    /* transition: .3s; */
    border-style: solid;
    width: 0px;
    height: 0px;
    line-height: 0px;
    border-width: 0px 100px 100px 100px;
	margin-top:6px;
    border-color: transparent transparent #007bff transparent;
    _border-color: #000 #000 #007bff #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
/*设计团队*/
.sheji-boxes{ margin-bottom: 0px; border:1px solid #fff; }
.sheji-boxes .imgs{ float: right; width: 630px;padding-right: 20px; }
.sheji-boxes .jieshao{ float: left; width: 420px; }
.sheji-boxes .jieshao .titles{font-weight:bold; color:#000000; font-size:22px; height:20px; line-height:20px;}
.sheji-boxes .jieshao .content{ font-size:16px;color:#333333; line-height:26px; }

/*学校展示 左边*/
.school-case-boxes{ margin-bottom: 0px; border:1px solid #fff; }
/* 360 * 228
.schoolcase-left-boxes .imgs-left{ float: left; width: 430px; margin-bottom:20px; }
.schoolcase-left-boxes .school-left-show{ float:right; width: 680px;}
.schoolcase-left-boxes .school-left-show .titles{font-weight:bold; color:#000000; font-size:18px; height:20px; line-height:20px;}
.schoolcase-left-boxes .school-left-show p strong{font-weight:bold; color:#000000; height:20px; line-height:20px;}
.schoolcase-left-boxes .school-left-show p{ font-size:14px;color:#333333; line-height:23px;}*/

/* 474 * 282
.schoolcase-left-boxes .imgs-left{ float: left; width: 530px; margin-bottom:20px; }
.schoolcase-left-boxes .school-left-show{ float:right; width: 580px;}
.schoolcase-left-boxes .school-left-show .titles{font-weight:bold; color:#000000; font-size:18px; height:20px; line-height:20px;}
.schoolcase-left-boxes .school-left-show p strong{font-weight:bold; color:#000000; height:20px; line-height:20px;}
.schoolcase-left-boxes .school-left-show p{ font-size:14px;color:#333333; line-height:23px;}*/

/* 600 * 356
.schoolcase-left-boxes .imgs-left{ float: left; width: 630px; margin-bottom:20px; }
.schoolcase-left-boxes .school-left-show{ float:right; width: 480px;}
.schoolcase-left-boxes .school-left-show .titles{font-weight:bold; color:#000000; font-size:18px; height:20px; line-height:20px;}
.schoolcase-left-boxes .school-left-show p strong{font-weight:bold; color:#000000; height:20px; line-height:20px;}
.schoolcase-left-boxes .school-left-show p{ font-size:14px;color:#333333; line-height:23px;}*/

.schoolcase-left-boxes .imgs-left{ float: left; width: 548px; margin-bottom:20px; }
.schoolcase-left-boxes .school-left-show{ float:right; width: 548px;}
.schoolcase-left-boxes .school-left-show .titles{font-weight:bold; color:#000000; font-size:18px; height:20px; line-height:20px;}
.schoolcase-left-boxes .school-left-show p strong{font-weight:bold; color:#000000; height:20px; line-height:20px;}
.schoolcase-left-boxes .school-left-show p{ font-size:14px;color:#333333; line-height:23px;}

/*学校展示 右边*/
/*360 * 228
.schoolcase-right-boxes .imgs-right{ float: right; width: 430px; text-align:right; margin-top:10px;margin-bottom: 40px;}
.schoolcase-right-boxes .school-right-show{ float:left; width: 680px; margin-top:5px; }
.schoolcase-right-boxes .school-right-show .titles{font-weight:bold; color:#000000; font-size:18px; height:20px; line-height:20px; text-align:right;}
.schoolcase-right-boxes .school-right-show p strong{font-weight:bold; color:#000000; height:20px; line-height:20px; text-align:right;}
.schoolcase-right-boxes .school-right-show p{ font-size:14px;color:#333333; line-height:23px; text-align:right;}*/

/*360 * 228
.schoolcase-right-boxes .imgs-right{ float: right; width: 530px; text-align:right; margin-top:10px;margin-bottom: 40px;}
.schoolcase-right-boxes .school-right-show{ float:left; width: 580px; margin-top:5px; }
.schoolcase-right-boxes .school-right-show .titles{font-weight:bold; color:#000000; font-size:18px; height:20px; line-height:20px; text-align:right;}
.schoolcase-right-boxes .school-right-show p strong{font-weight:bold; color:#000000; height:20px; line-height:20px; text-align:right;}
.schoolcase-right-boxes .school-right-show p{ font-size:14px;color:#333333; line-height:23px; text-align:right;}*/

/* 600 * 356
.schoolcase-right-boxes .imgs-right{ float: right; width: 630px; text-align:right; margin-top:10px;margin-bottom: 40px;}
.schoolcase-right-boxes .school-right-show{ float:left; width: 480px; margin-top:5px; }
.schoolcase-right-boxes .school-right-show .titles{font-weight:bold; color:#000000; font-size:18px; height:20px; line-height:20px; text-align:right;}
.schoolcase-right-boxes .school-right-show p strong{font-weight:bold; color:#000000; height:20px; line-height:20px; text-align:right;}
.schoolcase-right-boxes .school-right-show p{ font-size:14px;color:#333333; line-height:23px; text-align:right;}*/

.schoolcase-right-boxes .imgs-right{ float: right; width: 548px; text-align:right; margin-top:10px;margin-bottom: 40px;}
.schoolcase-right-boxes .school-right-show{ float:left; width: 548px; margin-top:5px; }
.schoolcase-right-boxes .school-right-show .titles{font-weight:bold; color:#000000; font-size:18px; height:20px; line-height:20px; text-align:right;}
.schoolcase-right-boxes .school-right-show p strong{font-weight:bold; color:#000000; height:20px; line-height:20px; text-align:right;}
.schoolcase-right-boxes .school-right-show p{ font-size:14px;color:#333333; line-height:23px; text-align:right;}

/*促发展 学校评价*/
.school-comment-boxes{  margin-top: 30px; margin-bottom:30px; height:265px;}
.imgs-comment{ float: left; width: 260px;}
.school-comment-show{float:left; width: 880px; margin-bottom: 20px;}
.school-comment-show .titles{font-weight:bold; color:#000000; font-size:18px; height:25px; line-height:25px; margin-bottom:15px; margin-top: 30px;}
.school-comment-show .commenttxt{ font-size:14px; color:#000000;height:20px; line-height:20px; margin-bottom:5px;}
.school-comment-show .content{ font-size:16px;color:#333333; line-height:23px;}

/*工程案例*/
.school-case-show{width:100%;}
.school-case-show .lineleft{border-right: solid #C82328 11px;  height:35px; float:left; }
.school-case-show .schoolname{line-height:22px; font-size:18px; color:#000000; font-weight:bold; margin:6px 0 0 15px; float:left;}

.mr_frbox { height:160px; margin-top:20px; margin-bottom:20px;}
.mr_frBtnL { float: left; margin:32px 5px 0px 0px; cursor: pointer; }
.mr_frUl { float: left; height:100%; width:1100px; }
.mr_frBtnR { float: right; margin-top:32px;  cursor: pointer; z-index:1000;}
.mr_frUl ul { list-style:none; margin:0;padding:0; }
.mr_frUl ul li { list-style-type:none; float:left; padding:0px; padding-right:6px; padding-left:6px; text-align:center; font-size:14px; font-family:"微软雅黑"; color:#222222;}
.mr_frUl ul li a{text-decoration:none; display: block;}
.mr_frUl ul li a:link{color:#222222; }
.mr_frUl ul li a:visited{color:#222222;}
.mr_frUl ul li a:hover{color:#0262c6; font-weight:bold;}
.mr_frUl ul li img { display: block; margin-top:8px; margin-bottom:8px; width:208px; }

/*公司招聘*/
.jobs-show{width:100%; margin-top:35px;}
.jobs-show .lineleft{ height:35px; float:left; }
.jobs-show .jobsname{line-height:22px; font-size:22px; color:#ffffff; font-weight:bold; margin:12px 0 0 18px; float:left;}
.jobtitle{line-height:22px; font-size:14px; color:#ffffff; margin-left:62px;margin-top:6px;margin-bottom:0;}

.jobs-show2{width:100%; margin-top:35px;}
.jobs-show2 .lineleft2{ height:35px; float:left; }
.jobs-show2 .jobsname2{line-height:22px; font-size:22px; color:#9A4547; font-weight:bold; margin:12px 0 0 18px; float:left;}
.jobtitle2{line-height:22px; font-size:14px; color:#9A4547; margin-left:62px;margin-top:6px;margin-bottom:0; font-weight:600;}

.jobs-info{width:100%; margin-top:35px; color:#ffffff;}
.jobsleft{  float:left; width:420px; margin-left:62px; font-size:16px;}
.jobsright{ float:right; width:420px; font-size:16px;}
.jobsleft p{line-height:18px;}
.jobsright p{line-height:18px;}
.jobs-line-boxes{ border-bottom:1px solid #E0999B; margin-top:15px;}

.jobs-info2{width:100%; margin-top:35px; color:#9A4547;}
.jobsleft2{  float:left; width:420px; margin-left:62px; font-size:16px;}
.jobsright2{ float:right; width:420px; font-size:16px;}
.jobsleft2 p{line-height:18px;}
.jobsright2 p{line-height:18px;}
.jobs-line-boxes2{ border-bottom:1px solid #9E4D4F; margin-top:15px;}

/*公众号*/
.weixin{width: 100%;text-align:center;margin-top: 30px;}

/*观念 & 资讯*/
.article-show{width:100%; margin:20px 0 20px 0;}
.article-show .articleleft{border-right: solid #C82328 11px;  height:35px; float:left; }
.article-show .articlename{line-height:22px; font-size:16px; color:#363636; font-weight:bold; margin:6px 0 0 15px; float:left;}
.article-line-boxes2{ border-bottom:3px solid #FEFEFE; width:960px; float:left; margin-top:15px; margin-left:15px;}
.article-show-all{float:left; font-size:14px; color:#AEAEAE; margin-top:6px; margin-left:15px;}
.article-show-all a{text-decoration:none;color:#AEAEAE;}
.article-line-boxes3{ border-bottom:3px solid #D4D4D4; width:960px; float:left; margin-top:15px; margin-left:15px;}

.articleenname{line-height:5px; font-size:16px; color:#363636; margin-left:25px; float:left;}

.article-boxes{ margin-bottom: 0px; margin-top:25px; margin-left:25px;}
.article-boxes .imgs{ float: left; width: 330px; }
.article-boxes .txright{ float: left; width: 730px;}
.article-boxes .txright .titles a{text-decoration:none;font-weight:500; color:#3E3E3E; font-size:22px; margin-bottom:10px; }
.article-boxes .txright .content{ font-size:14px;color:#3E3E3E; height:22px; line-height:22px; }
.article-boxes .txright .times{
	background: url(../images/time.png) no-repeat;
	float:left;
	padding-left:30px;
	margin-left:30px;
	margin-top: 18px;
	font-size: 14px;
}
.article-boxes .txright .browse{
	background: url(../images/browse.png) no-repeat;
	float:left;
	padding-left:30px;
	margin-top: 18px;
	font-size: 14px;
}


.article-header{
    width: 100%;
    /*height: 400px;*/
	height: 60px;
    /*background: url(../images/wrap-banner.jpg) no-repeat top;*/
    background-attachment: fixed;
}

.cate_title{
    width: 100%;
    height: 165px;
    display: block;
    margin-top: 236px;
}
.cate_title ul{ padding: 0px; }
.cate_title ul li{ list-style: none; }
.cate_title ul li a{float:left; height:100%; line-height: 49px; margin-right:10px;text-align: center; background: #ECB8BA; width: 137px;color: #fff;
    font-size:14px;}
.cate_title ul li a.active{ background: #fff; color: #222;}
.cate_title ul li a:hover{background: #fff; color: #222; text-decoration: none; }
.cate_name{width:100%; height: auto; margin-bottom: 50px;}
.cate_name h3{ font-size: 36px; font-weight: bold; color: #FFFFFF; height: 35px; line-height: 35px; margin-bottom: 10px;}
.cate_name p{ color: #fff; font-size: 12px; width:100%; height: 30px; line-height: 30px;}
.cate_name p a{color: #fff;}

.article-header .breadcrumb{
    padding: 0px;
    background-color: unset;
}

.article-header .breadcrumb li{
    color:#fff;
    font-size: 12px;
}

.article-header .breadcrumb li a{
    color:#fff;
    font-size: 12px;
}

.article-header .breadcrumb li a:hover{
    text-decoration: none;
}

.article-header .breadcrumb>li+li:before{
    content: ">";
}



.list-wrap{ margin-top: 30px; margin-bottom: 30px; }
.list-wrap .list-boxes{ padding: 20px; margin-bottom: 0px; border:1px solid #fff; }
.list-wrap .list-boxes:hover{ background: #F5F5F5; border-color: #F5F5F5; }
.list-wrap .list-boxes .titles{ float: left; width: 76%; }
.list-wrap .list-boxes .days{ float: right; width: 5%; text-align: center; }
.list-wrap .list-boxes .imgs{ float: left; width: 17%;padding-right: 20px; }
.list-wrap .list-boxes .imgs img{ height: 100px; }
.list-wrap .list-boxes a{ color:#4c4c4c; }
.list-wrap .list-boxes h2{ font-weight: bold; }
.list-wrap .list-boxes .days span{
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 8px 0;
}
.list-wrap .list-boxes .days .date-month{
    border-bottom: 2px solid #656262;
}
.list-wrap .list-boxes .days .date-day{

}



.ranking ul li a{ color:#4c4c4c; }
.list-wrap a.text-white{ color:#fff; }

.map-header{ height: 600px; }
.map-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.pagination>li>a, .pagination>li>span{
    margin: 0 4px;
    border: none;
    border-radius: 50%;
    background-color: #f5f5f5;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #999999;
}

.pagination>li.active>a, .pagination>li.active>span{
    background-color: #ECB8BA;
    color: #fff;
}

.pagination>.disabled>span{
    background-color: #f5f5f5;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #fff;
    background-color: #ECB8BA;
}


.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #999999;
    background-color: #f5f5f5;
    border-color: #fff;
    cursor: not-allowed;
}
.pagination>.active>span:hover{
    background-color: #ECB8BA;
    color: #fff;
}
.pro-wrap .list-boxes .titles {
    float: right;
    width: 81%;
}

.last_new img.media-object{width:265px;height:165px;}

.footer-down{ background-color: #151010; border: 1px solid #151010; }


@media (min-width: 768px) {
    .navbar-form {
        padding: 10px 0 0 0;
    }

}
@media (max-width: 425px){
    .mm-index-main-about .about-xinwen {
        width: 100%;
    }
    .mm-index-main-about .about-xinwen>div {
        width: 100%;
        height: 100%;
        padding: 30px 10px 0 22px;
    }

    .mm-index-main-about .about-shipin {
        width: 100%;
    }
}

@media (max-width: 768px){
    .index-header .top-nav{
        top: 0px;
    }
    .last_new .media-object {
        width: 100px;
        height: 75px;
    }
    .cate_title ul li a {
        width: auto;
        padding: 0px 5px ;
        margin-right: 5px;
    }
    .list-wrap .list-boxes .titles{ width: 100%; }
    .list-wrap .list-boxes {
        padding: 20px 0;
    }
    .navbar-default .navbar-nav>li>a {
        text-align: center;
    }
}

.b-radius-15{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.b-radius-20{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.f-l{ float: left; }
.f-r{ float: right; }
.bg-f5{ background: #f5f5f5; }
.bg-block{ background-color: #0e141d; }

.m-0-auto{ margin: 0 auto; }
.p-0{ padding: 0px; }
.m-t-10{ margin-top: 10px; }
.m-t-15{ margin-top: 15px; }
.m-t-20{ margin-top: 20px; }
.m-t-30{ margin-top: 30px; }
.m-t-50{ margin-top: 50px; }
.m-b-10{ margin-bottom: 10px; }
.m-b-15{ margin-bottom: 15px; }
.m-b-20{ margin-bottom: 20px; }
.m-b-30{ margin-bottom: 30px; }
.m-b-50{ margin-bottom: 50px; }
.p-t-10{ padding-top: 10px; }
.p-t-15{ padding-top: 15px; }
.p-t-20{ padding-top: 20px; }
.p-t-30{ padding-top: 30px; }
.p-t-50{ padding-top: 50px; }
.p-b-10{ padding-bottom: 10px; }
.p-b-15{ padding-bottom: 15px; }
.p-b-20{ padding-bottom: 20px; }
.p-b-30{ padding-bottom: 30px; }
.p-b-50{ padding-bottom: 50px; }


