body {
    font-family: Microsoft YaHei,Arial,Helvetica,sans-serif;
    color: #494d55;
    background-color: #F7F8FA;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}
a {
    color: #333;
    text-decoration:none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
a:hover{text-decoration: none;cursor: pointer;}
header {display: block;}
ul, ol, li {list-style-type: none;}
section{padding: 30px 0 50px 0;}
.page_header{margin-bottom: 40px;}
.module-more{color: #337ab7;}


/* 媒体查询 */
@media (max-width:992px){
    .carousel .item{height: 400px;}
    .my-col-1{width:100%;margin-top: 20px;background-color: #fff;}
}
@media (max-width:768px){
    .carousel .item{height: 250px;}
    .footer-top-item{margin-bottom: 20px;text-align: center;}
    .my-col-1{margin-top: 20px;background-color: #fff;}
}
@media (min-width:992px){
    .carousel .item{height: 500px;}
    .my-col-1{width:20%;}
    .my-col-2{width:40%;}
    .my-col-3{width:60%;}
    .my-col-4{width:80%;}
    .my-col-5{width:100%;}
    .container{width: 1440px;}
}

/* 动画效果 */
@keyframes icon-bounce {
    0%,20%,53%,80%,100% {transition-timing-function:cubic-bezier(0.215,.61,.355,1);transform:translate3d(0,0,0);}
    40%,43% {transition-timing-function:cubic-bezier(0.755,.05,.855,.06);transform:translate3d(0,-16px,0);}
    70% {transition-timing-function:cubic-bezier(0.755,.05,.855,.06);transform:translate3d(0,-8px,0);}
    90% {transform:translate3d(0,-2px,0);}
}

/* 轮播图 */
.carousel .carousel-indicators {margin-bottom: 0;}
.carousel .carousel-indicators li {
    width: 50px;
    padding: 5px 0;
    margin: 0 2px;
    opacity: .5;
    border: 0;
    background-color: inherit;
    height: auto;
}
.carousel .carousel-indicators li:after {
    content: "";
    display: block;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}
.carousel .carousel-indicators li.active {opacity: 1;}
.carousel img{height: 100% !important;}
.carousel .item .carousel-caption {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 180px;
    left: 0;
    overflow: hidden;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}
.carousel .item .carousel-caption .title-name {
    font-size: 70px;
    padding-bottom: 20px;
}
.carousel .item .carousel-caption .title-desc {font-size: 40px;letter-spacing: 5px;}
.carousel .item .carousel-caption .title-info{font-size: 24px;letter-spacing: 5px;}
/* 轮播图 */

/* 导航 */
.navbar-default {
    position: fixed;
    width: 100%;
    z-index: 30;
    height: 60px;
    padding: 10px 0;
    background-color:transparent;
    border: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
#header a{color: #fff;line-height: 26px;}
#header .nav .nav-item {font-weight: 400;font-size: 16px;margin-right: 20px;}
#header .nav .nav-item a {color: hsla(0,0%,100%,.65);font-weight: 400;padding-left: 5px;padding-right: 5px;}
#header.navbar-scrolled {padding: 0;background: #26282c;box-shadow: 0 0 4px rgb(0 0 0 / 50%);}
#header.navbar-scrolled .nav .nav-item a {color: #fff;}
#header .nav .nav-item a:hover {color: #EC6941;background: none;cursor: pointer;}
#header .nav .nav-item.active a {background: none;color: #EC6941;}
#header.navbar-scrolled .nav .nav-item.active a {color: #EC6941;border-bottom: 4px solid #EC6941;}
/* 导航 */

/* 精选案列 */
.project{background-color: #fff;}
.project-cont{padding: 0;}
.project-item{
    display: inline-block;
    margin-bottom: 20px;
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}
.pj-mod-box {border: 1px solid #eceef0;background-color: #fff;-webkit-transition: all .2s linear;transition: all .2s linear;position: relative;}
.pj-mod-box:hover{box-shadow:0 0 6px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-3px,0);transform:translate3d(0,-3px,0);}
.pj-ade-head {
    text-align: center;
    width:100%;
	overflow:hidden;
}
.pj-ade-head img {width: 100%;max-height: 100%;display: block;-moz-transition: all 0.5s linear;-o-transition:  all 0.5s linear;transition: all 0.5s linear;}
.pj-mod-box:hover img{transform: scale3d(1.1, 1.1, 1);}
.pj-ade-body {
    text-align: left;
    padding: 0 20px 20px;
}
.pj-ade-body>h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.pj-ade-body .pj-ade-info {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
    height: 42px;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pj-mod-box .c-btn {
    width: 100%;
    margin-top: 15px;
}
.c-btn {
    height: 35px;
    min-width: 140px;
    padding: 0 20px;
    background-color: #00a4ff;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* 通用底部 */
.footer-top {
    padding: 50px 0;
    background: #393738;
    box-sizing: border-box;
}
.footer-top .footer-title {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid rgba(255,255,255,.08);
    padding-bottom: 12px;
}
.footer-top .footer-desc{
    font-size: 14px;
    line-height: 28px;
    padding-top: 20px;
}
.footer-top .footer-desc>a{
    width: 50%;
    display: block;
    color: #999;
    float: left;
    transition: all ease .5s;
}
.footer-top .footer-desc>a:hover{
    color: #fff;
}
.footer-top .footer-desc>p{
    margin: 0;
    color: #999;
}
.footer-wxh-img{
    width: 100px;
    height: auto;
    margin-top: 20px;
    margin-right: 20px;
    opacity: 0.5;
}
.footer-wxh-img:hover{
    opacity: 1;
}
.footer-bottom {
    background: #2e3033;
    box-sizing: border-box;
}
.footer-link{
    padding: 10px 0;
    text-align: center;
}
.footer-link-title{
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
}
.footer-link>a{
    font-size: 14px;
    line-height: 28px;
    color: #999;
    margin-right: 10px;
    transition: all ease .5s;
}
.footer-link>a:hover{
    color: #fff;
}
.footer-copyright {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    text-align: center;
}
.footer-copyright p>a {
    color:#fff;
}

/* 路径导航 */
.breadcrumb{background: none;margin: 20px auto;padding:0;}
.breadcrumb a:hover {color: #337ab7;}
.breadcrumb a {color: #7e7e7e;transition: all ease .3s;}


/* 分页 */
.page-list {max-width: 1600px;margin: 30px auto;text-align: center;}
.page-list a.on {color: #fff;background: #337ab7;border: 1px solid #337ab7;}
.page-list a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #666;
    background: #fff;
    border-radius: 3px;
    margin-right: 10px;
    transition: all 0.5s linear;
    font-family: 'gotham-Book';
}
.page-list a:hover {color:#fff;background:#337ab7;border:1px solid #337ab7;}

/* 工具栏 */
.fixed-contact-wrap {
	z-index: 999;
	position: fixed;
	right: 30px;
	top: 50%;
	width: 60px;
	margin-top: -90px;
	opacity: 0;
	transition: all .4s;
	transform: translateX(95px);
	-webkit-transform: translateX(95px);
	-moz-transform: translateX(95px);
}
.fixed-contact-wrap.show {transform: none;opacity: 1;}
.fixed-contact-wrap>ul {padding: 0;}
.fixed-contact-wrap li {position: relative;height: 60px;background: #337ab7;margin-bottom: 5px;}
.fixed-contact-wrap li a {position: relative;z-index: 1000;display: block;}
.fixed-contact-wrap li i {
	z-index: 1000;
	position: absolute;
	right: 0;
	display: block;
	width: 60px;
	height: 60px;
	transition: all .4s;
}
.fixed-contact-wrap .phone i {
	background: #337ab7 url(../images/icon_tel.png) no-repeat center center;
	border-top-left-radius: 30px;
	-moz-border-top-left-radius: 30px;
	-webkit-border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	-moz-border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
}
.fixed-contact-wrap .qq i {background: #337ab7 url(../images/icon_qq.png) no-repeat center center;}
.fixed-contact-wrap .wx i {background: #337ab7 url(../images/icon_wx.png) no-repeat center center;}
.fixed-contact-wrap .back-top i {background: #337ab7 url(../images/icon_top.png) no-repeat center center;}
.fixed-contact-wrap .back-top a {color: #fff;}
.fixed-contact-wrap .phone .phone-num,.fixed-contact-wrap .qq .qq-num,.fixed-contact-wrap .back-top .back-to-top {
    display: block;
    *display: none;
    position: absolute;
    width: 0;
    height: 60px;
    padding: 0 10px;
    top: 0;
    right: 60px;
    opacity: 0;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #337ab7;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.fixed-contact-wrap .phone:hover .phone-num,.fixed-contact-wrap .qq:hover .qq-num,.fixed-contact-wrap .back-top:hover .back-to-top{
	*display: block;
	width: 130px;
	opacity: 0.8;
}
.fixed-contact-wrap .wx{display: flex;flex-direction: row-reverse;}
.fixed-contact-wrap .wx .wx-img{
    display: block;
    *display: none;
    position: absolute;
    width: 0;
    top: -15px;
    right: 60px;
    opacity: 0;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.fixed-contact-wrap .wx .wx-img img{
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
}
.fixed-contact-wrap .wx:hover .wx-img{
	*display: block;
    width: 100px;
	opacity: 1;
}