@CHARSET "UTF-8";
body {
    padding-top: 80px;
     /*background: #f0f0f0;*/
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #ff4a60;
}
.navgationList{
    background-color: #fff;
}
.navgationList .navbar-nav{
    margin: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #ff4a60;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
    color: #fff;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
    height: 80px;
    margin-bottom: 0;
}
.logo {
    padding-top: 15px;
}
.logo img{
    width: 100px;
    height: 76px;
    padding: 33px 0px 0px 0px;
    margin-top:-33px ;
}
#main-menu>li>a{
    color: #ff5562;
}
#main-menu>li>a:hover{
    background-color: #fd9fb9;
    color: #fff;
}

#main-menu .navMiun .dropdown-menu{
    border: none;
    padding: 0;
    min-width: 0;
}
#main-menu .navMiun li a{
    padding: 5px 20px;
}
.dropdown-menu >li> a:hover{
     background-color: #fd9fb9;
}
#main-menu .active{
    color: #fff;
    background-color: #fd9fb9;
}
.navbar .nav .user {
    padding: 0;
    line-height: 80px;
}

.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 */
.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>div:first-child{
    float: left;
    width: 102px;
    margin-right: 30px;
}
.list-boxes>div:last-child{
    float: left;
    width: 84%;
}
.list-boxes>div>img{
    width: 102px;
    height: 102px;
}
.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}
.list-boxes .btn{
    background-color: #ff5562;
}
.list-boxes:hover h2 a {
    color: #ff5562;
}
.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 li a{
    color: #666;
}
.ranking ul li a:hover{
    color: #333;
}
.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; */
}

/*ad*/
.slider .slide-list{
    height: 475px;
    overflow: hidden;
}
.swiper-pagination-bullet-active{
    background-color: #ff5562;
}

/*Blog Posts
------------------------------------*/
.headtitle h2{
    border-bottom: 2px solid #ff5562;
    color: #ff5562;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.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;
    color: #666;
}

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

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #333;
    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;
}
.content{
    /* width: 100%; */
    padding: 0;
    margin: 0;
}
.m-ad{
    width: 100%;
    height: 160px;
}
.m-ad img{
    width: 100%;
    height: 100%;
}


.m-titleShow{
    margin-top: 10px;
    text-align: center;
    font-size: 1rem;
    margin-top: 1.3rem;
    border-top: 5px solid #fcf7f7;
}
.m-titleShow .m-titleContent{
    position: relative;
    display: inline-block;
    font-size: 1rem;
    padding: 0 1rem;
    margin-top: 10px;
}
.m-titleShow .m-titleContent:before,.m-titleShow .m-titleContent:after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #dedede;
    top: 20px;
}
.tap_qgtit .m-titleContent:before, .tap_qgtit .m-titleContent:after{
    top: 20px;
}
.m-titleShow .m-titleContent:before{
    left: -12px;
}
.m-titleShow .m-titleContent:after{
    right: -12px;
}
.m-titleShow .m-titleContent i{
    position: absolute;
    width: 5px;
    height: 5px;
}
.m-titleShow .m-titleContent i:nth-of-type(1){
    border-top: 2px solid #f55775;
    border-left: 2px solid #f55775;
    top: 0;
    left:0;
}
.m-titleShow .m-titleContent i:nth-of-type(2){
    border-top: 2px solid #f55775;
    border-right: 2px solid #f55775;
    top: 0;
    right:0;
}
.m-titleShow .m-titleContent i:nth-of-type(3){
    border-bottom: 2px solid #f55775;
    border-right: 2px solid #f55775;
    bottom: 0;
    right:0;
}
.m-titleShow .m-titleContent i:nth-of-type(4){
    border-bottom: 2px solid #f55775;
    border-left: 2px solid #f55775;
    bottom: 0;
    left:0;
}
.m-titleShow .m-titleContent span{
    display: block;
    font-size: 16px;
}
.m-titleShow .m-titleContent .m-minTit{
    color: #d2d2d2;
    font-size: 14px;
}

/* sayShow */
.sayShow{
    max-width: 1200px;
    margin: 40px auto 0;
    height: 190px;
}
.sayShow p{
    line-height: 26px;
    text-align: center;
}
.sayShow h2{
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}
.sayShow h2 span{
    font-size: 30px;
    font-weight: bold;
    color: #ff6276;
}
/* airanProject */
.airanProject{
    background-color: #fff8f8;
    padding-bottom: 30px;
}
.airanProject .projectTitle{
    padding: 50px 0;
    display: block;
}
.airanProject .projectTitle h1{
    height: 80px;
    line-height: 80px;
    color: #000;
    font-size: 40px;
}
.airanProject .projectTitle p{
    color: #999;
    font-size: 16px;
}
.airanProject .hrBorder{
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #e6e6e6;
    margin-bottom: 10px;
}
/* andyShow */
.andyShow{
    /* max-width: 1200px; */
    margin: 0 auto;
    display: block;
}
.andyShow .row,.teamDetailed .row,.teamDetailed .row{
    margin: 0;
}
.andyShow img{
    width: 100%;
    height: 100%;
}
.imgLeft{
    padding: 0;
    height: 554px;
}
.imgRight{
    padding: 0;
}
.imgRight img:first-child{
    margin-top: -30px;
}
.minishow{
    max-width: 1200px;
    margin: 0 auto 50px;
    display: block;
}

.minishow .showTitle h2{
    color: #ff5562;
    line-height: 50px;
}
.minishow .showTitle p{
    font-size: 18px;
    color: #333;
    line-height: 28px;
}
.detailed{
    position: relative;
    height: 350px;
    margin-top: 70px;
    padding: 100px 0 0 170px;
}
.detailed .arrow{
    position: absolute;
    top: -25px;
    left: 48%;
    width: 30px;
    border-bottom: 30px solid #fe7682;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.detailed .love{
    position: absolute;
    left: 28px;
    bottom: 70px;
}
@keyframes love {
    0 {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
.detailed .love img{
    animation: love linear infinite 1s;
    transform: scale(1);
}
.detailed .detailedLeft{
    margin-right: 20px;
}
.detailed .detailedLeft,.detailed .detailedRight{
    width: 350px;
    border-left: 1px solid #fff;
    float: left;
}
.detailed .detailedLeft li,.detailed .detailedRight li{
    line-height: 32px;
    font-size: 16px;
    padding-left: 20px;
}
.detailed .detailedLeft p,.detailed .detailedRight p{
    color: #fff;
}
.detailed .detailedLeft .icon{
    position: absolute;
    left: 100px;
    top: 100px;
    width: 60px;
}
.detailed .detailedRight .icon{
    position: absolute;
    left: 470px;
    top: 100px;
    width: 60px;
}
.detailed .detailedLeft .icon h3,.detailed .detailedRight .icon h3{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}
.detailed .detailedLeft .icon i,.detailed .detailedRight .icon i{
    display: block;
    margin: 0 auto 10px;
    width: 40px;
    height: 40px;
}
.detailed .showAndy{
    position: absolute;
    right: -60px;
    top: -73px;
}

/* team */
.team{
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}
.teamDetailed .leftNow{
    height: 400px;
    padding: 0;
}
.teamDetailed .leftNow img{
    width: 100%;
    height: 100%;
}
.teamDetailed .rightNow{
    height: 400px;
}

.teamDetailed .rightNow .teamTab{}
.teamDetailed .rightNow .teamTab li{
    display: inline-block;
    width: 50%;
    height: 50px;
    text-align: center;
    background-color: #fda5af;
}
.teamDetailed .rightNow .teamTab a{
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}
.teamDetailed .rightNow .teamTab li:first-child a{
    background: url('../images/teamIcon1.png') no-repeat 20px 12px;
}
.teamDetailed .rightNow .teamTab li:last-child a{
     background: url('../images/teamIcon2.png') no-repeat 14px 13px;
}
.teamDetailed .rightNow .teamTab a:hover{
    text-decoration: none;
}
.teamDetailed .rightNow .teamTab .active{
    background: #fb6878;
}
.teamDetailed .teamContent{
    padding-top: 20px;
    height: 360px;
}
.teamDetailed .teamContent .contentImg{
    overflow: hidden;
    padding: 0;
    height: 330px;
}
.teamDetailed .teamContent .contentImg img{
    width: 100%;
    height: 100%;
}
.teamDetailed .teamContent .slideText{
    padding: 0;
}
.teamDetailed .teamContent .slideText h4{
    font-size: 26px;
    margin:10px 0 20px;
}
.teamDetailed .teamContent .slideText p{
    line-height: 30px;
    font-size: 15px;
    color: #999;
}
/* airanCriterion */
.airanCriterion{
    max-width: 1200px;
    margin: 0 auto;
} 
.airanCriterion .tabCriterion {
    width: 600px;
    margin: 0 auto;
}
.airanCriterion .tabCriterion ul {
    overflow: hidden;
    clear: both;
}
.airanCriterion .tabCriterion li{
    width: 20%;
    height: 40px;
    float: left;
    text-align: center;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
}
.airanCriterion .tabCriterion a{
    display: block;
    color: #000;
    line-height: 40px;
    background-color: #fcd4df;
    border-radius: 10px;
}
.airanCriterion .tabCriterion a:hover{
    text-decoration: none;
}
.airanCriterion .tabCriterion .active{
    background-color: #f8485e;
    color: #fff;
}
.airanCriterion .criterionContent{
    margin-top: 50px;
}
.airanCriterion .criterionContent li{
    margin-top: 15px;
    padding-right: 0;
    overflow: hidden;
}
.airanCriterion .criterionContent a{
    display: block;
    position: relative;
    height: 240px;
    overflow: hidden;
}
.airanCriterion .criterionContent .min-icon,.airanCriterion .criterionContent .min-icon img{
    width: 100%;
    height: 100%;
}
.airanCriterion .criterionContent .text{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 0 2px;
    opacity: 0;
}
.airanCriterion .criterionContent .text h3{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.airanCriterion .criterionContent .text p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.airanCriterion .criterionContent .opc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
    opacity: 0;
}
/* footer */
#footer{
    width: 100%;
}
.footerContent{
    max-width: 1200px;
    margin: 30px auto 0;
    width: 100%;
}
.footerContent div:first-child{
    padding-top: 50px;
}

.footerContent div:first-child img{
    width: 80%;
    height: 80%;
}
.footerContent .m-is-hide{
    display: block;
}
.footerContent .m-is-show{
    display: none;
}
.footerContent div:last-child .row{
    margin-left: 0;
    margin-right: 0;
}
.footerContent div:last-child li{
    padding-left: 0;
}
.footerContent div:last-child p{
    font-size: 14px;
    color: #999;
}
.footerContent div:last-child img{
    width: 100%;
    height: 100%;
}

.footerContent ul{
    margin-bottom: 0;
    margin-top: 30px;
}
.footerContent li{
    list-style: none;
    float: left;
    line-height: 32px;
}
.footerContent li a{
    color: #333;
    font-size: 16px;
}
.copyright{
    max-width: 1200px;
    margin: 50px auto 0;
    width: 100%;
}
.copyright p{
    color: #999;
    font-size: 14px;
}
.copyright a{
    color: #999
}
/* end copyright  */

/* 微信弹窗 */
.opens{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    width: 300px;
    height: 240px;
    background: #fff;
    border-radius:10px;
    z-index: 9999;
}
.content .contentHead{
  height: 60px;
}
.content .contentHead .close{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 16px;
    background: url('https://shudong-static.oss-cn-shenzhen.aliyuncs.com/img/hz/spread/01/close.png') no-repeat;
    background-size: 100% 100%;
}
.content .contentHead p{
    font-size: 16px;
    text-align: center;
    color: #999;
    margin-top: 40px;
    line-height: 40px;
}
.content .conetntBody{
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
}
.content .conetntBody p{
    color: red;
    text-align: center;
    line-height: 60px;
    padding: 0;
}
.content .conetntBody span{
    font-size: 26px;
    font-weight: bold;
    color: red;
}
.content .contentFoot{
    height: 40px;
    margin-top: 10px;
}
.content .contentFoot p{
    text-align: center;
    line-height: 40px;
}
.content .contentFoot a{
    display: block;
    width: 40%;
    margin: 0 auto;
    font-size: 16px;
    background-color: #ec5791;
    color: #fff;
}
.content .contentFoot a:hover{
    text-decoration: none;
}
.breadcrumb{
    background: none;
}
.breadcrumb li{
    font-size: 15px;
}
.breadcrumb li a{
    font-size: 16px;
    color: #ff5562;
}
/* 表单提交 */
.formSubmit .submitGroup{
    width: 340px;
    position: absolute;
    right: 100px;
    top: 220px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px 10px 10px;
}
.formSubmit .submitThumbnail img{
    width: 100%;
    height: 100%;
}
.formSubmit .submitGroup .formHead h2{
    font-size: 26px;
    color: #fa475d;
}
.submitGroup .formBody .row{
    margin: 0;
    padding: 0;
}
.submitGroup .formBody label{
    height: 38px;
    padding-left: 0;
    padding-right: 0; 
    line-height: 38px;
    font-size: 15px;
}
.submitGroup .formBody label input{
    width: 100%;
    border-radius: 4px;
}
.submitGroup .formBody label select{
    width: 100%;
    border-radius: 4px;
}
.submitGroup .formBody .form-group{
    width: 100%;
    margin-top: 10px;
}
#submit{
    width: 100%;
    background-color: #f44959;
    border: 1px solid #f44959;
    border-radius: 4px;
}
.danger {
    color: red;
    font-size: 12px;
}
.alertContent{
    border-radius: 4px;
}
.alertContent .successText{
    color: #f44959;
}
.alertContent .btn-default{
    background-color: #f44959;
    border: 1px solid #f44959;
}

/* ContactUs */
.ContactUs{
    width: 100%;
}
.usContent{
    max-width: 1200px;
    margin: 105px auto 0;
}
.usContent h2{
    color: #ff5562;
    margin-bottom: 10px;
}
.usContent p{
    font-size: 16px;
    line-height: 24px;
}
.usContent a{
    color: #333;
}
.usContent a:hover{
    text-decoration: none;
}

/* media */

@media(max-width: 767px){
    #main-menu>li{
        float: left;
        width: 25%;    
    }
    .list-boxes{
        padding: 4px;
        margin-bottom: 10px;
    }
    .list-boxes>div:first-child{
        width: 100%;
        height: 180px;
        float: none;
    }
    .list-boxes>div:last-child{
        width: 100%;
        float: none;
    }
    .list-boxes>div>img{
        width: 100%;
        height: 100%;
    }
    .list-boxes h2{
        line-height: 26px;
        margin: 0;
        font-size: 18px;
    }
    .list-boxes p{
        display: none;
    }
    .list-boxes .links{
        display: none;
    }
    .airanProject{
        background-color: #fff;
    }
    .airanCriterion .tabCriterion{
        width: 100%;
        margin-top: 20px;
    }
    .airanCriterion .tabCriterion ul{
        overflow: inherit;
    }
    .airanCriterion .tabCriterion li{
        width: 25%;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .airanCriterion .tabCriterion li a{
        border-radius: 0;
        color: #fff;
        padding-left: 12px;
        font-size: 14px;
    }
    .airanCriterion .tabCriterion .active{
        position: relative;
        height: 44px;
        top: -2px;
    }
    .airanCriterion .tabCriterion li i{
        position: absolute;
        left: 6px;
        top: 13px;
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url('../images/xq01.png') no-repeat;
        background-size: 100% 100%;
        z-index: 99;
    }
    .airanCriterion .tabCriterion li:nth-of-type(1) a{
        background-color: #ff5562;
    }
    .airanCriterion .tabCriterion li:nth-of-type(2) a{
        background-color: #ff7397;
    }
    .airanCriterion .tabCriterion li:nth-of-type(3) a{
        background-color: #4fb2e0;
    }
    .airanCriterion .tabCriterion li:nth-of-type(4) a{
        background-color: #f9b552;
    }
    .airanCriterion .criterionContent{
        margin-top: 20px;
    }
    .airanCriterion .criterionContent a{
        height: 76px;
    }
    .airanCriterion .criterionContent .row{
        margin: 0;
    }
    .airanCriterion .criterionContent .min-icon{
        width: 30%;
        float: left;
    }
    .airanCriterion .criterionContent .text{
        width: 70%;
        float: right;
        position: static;
        opacity: 1;
        padding: 0 4px;
        overflow: hidden;
    }
    .airanCriterion .criterionContent .text h3{
        color: #333;
        text-align: left;
        font-size: 16px;
        line-height: 20px;
    }
    .airanCriterion .criterionContent .text p{
        color: #999;
        text-align: left;
        line-height: 20px;
        text-overflow: ellipsis;
    }
    .airanCriterion .criterionContent .opc{
        display: none;
    }
    .footerContent .row{
       margin-left: 0;
       margin-right: 0;
    }
    .footerContent .m-is-show{
        display: block;
    }
    .footerContent .m-is-hide{
        display: none;
    }
    .no1-service{
        display: block;
    }
    .no1-service img{
        width: 100%;
        height: 100%;
    }
    .footerContent div:first-child{
        padding-top: 0;
    }
    .footerContent div:last-child{
        margin-top: 20px;
    }
    .copyright p{
        font-size: 15px;
    }
 
}
@media(max-width: 320px){
    .m-list li{
        height: 120px;
    }
}
#designation{
    display: none;
}