/*
 * css文件
 */

.clear{clear:both}
body{background-color: #fff;}

/*二级导航*/
.case-select-list {
    position: relative;
    top: 1px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}
.case-select-list li {
    position: relative;
    display: inline-block;
    margin: 0 38px;
    font-size: 16px;
    color: #1d1819;
    cursor: pointer;
}
.case-select-list li.on, .case-select-list li:hover {
    color: #f4524e;
    border-bottom: 2px solid #D0212D;
}
.case-select-list li.on:before {
    left: 0;
    width: 100%;
}
.case-select-list li:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
}
.case-select-list li a {
    display: block;
    color: #000;
}

/*内容区域*/
.mainOut {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding:30px 0;
    z-index: 9999;
    box-sizing:border-box;
}
/*面包屑*/
.crumbs {
    display: block;
    width: 1200px;
    padding-top: 10px;
    font-size: 14px;
}
.crumbs a {
    font-size: 14px;
    color: #000;
}
/*内容*/
.gr-case-content {
    margin-top: 30px;
}
.gr-case-list {
    width: 1220px;
}
.gr-case-list li {
    margin-right: 18px;
    width: 388px;
    float: left;
    overflow: hidden;
}
.gr-case-list li .pic{
    display: block;
    position: relative;
    width: 388px;
    height: 262px;
    overflow: hidden;
}
.gr-case-list li .pic div{
    /*width: 360px;*/
    /*margin-left: 14px;*/
    overflow: hidden;
}
.gr-case-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    width:360px;
    height: 270px;
}
.gr-case-list li:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.gr-case-list li:hover .cont .tit a {
    color: #f4524e;
}
.gr-case-list li .pic .cover{
    position: absolute;
    left:0;
    top:360px;
    z-index: 4;
    width:100%;
    height:0;
    padding:20px;
    box-sizing:border-box;
    overflow: hidden;
    background-color:rgba(0, 136, 206, 0.77);
    transition:all 0.4s;
    font-size:16px;
    line-height:24px;
    color:#fff;
    text-indent:20px;
}
.gr-case-list li:hover .pic .cover{
	top:0;
	height:270px;
}
.gr-case-list li .cont {
    position: relative;
    margin: -40px auto 25px;
    padding: 15px 25px 15px;
    z-index: 99;
    position: relative;
    background: #fff;
    width: 310px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.6s;
}
.gr-case-list li .cont {
    position: relative;
    margin: -40px auto 25px;
    padding: 15px 25px 15px;
    z-index: 99;
    position: relative;
    background: #fff;
    width: 310px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}
.gr-case-list li .cont hr{
	width:100%;
    border: 1px #666 solid;
}
.gr-case-list li .cont .tit {
    margin-bottom: 5px;
    font-size: 16px;
    color: #1d1819;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gr-case-list li .cont .tit a {
    color: #1d1819;
}

/*分页区域*/
.pageGuide {
    width: 100%;
    font-size: 12px;
    margin: 20px auto;
    text-align: center;
}
.paging a {
    display: inline-block;
    margin-left: 6px;
    border: 1px solid #ddd;
    background: #fff;
    padding-left: 8px;
    padding-right: 8px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    _line-height: 17px;
}
.paging a:link, .paging a:visited, .paging a:active {
    color: #888;
}
.paging a:hover {
    background:#0088ce;
    color: #fff;
    text-decoration: none;
}
.paging span {
    display: inline-block;
    margin-left: 6px;
    border:1px solid #0088ce;
    background:#0088ce;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    _line-height: 17px;
}

/*内容页*/
.in_title {
    font-size: 24px;
    line-height: 70px;
    text-align: center;
}
.content {
    max-width: 1200px;
    margin: 0 auto;
}

/*相关案列调用*/
.project-relation .com-title .tit-cn {
    margin-bottom: 15px;
    font-size: 36px;
    color: #000;
    line-height: 1;
}
.gr-case-list {width: 1220px;}
.gr-case-list li {
    margin-right: 18px;
    width: 388px;
    float: left;
}
.gr-case-list li .pic {
    display: block;
    position: relative;
    width: 388px;
    height: 270px;
    overflow: hidden;
}
.gr-case-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	display:block;
	margin:0 auto;
    width: 100%;
    height: 270px;
}
.gr-case-list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
} 
.gr-case-list li .cont {
    position: relative;
    margin: 0px auto 25px;
    padding: 15px 25px 15px;
    z-index: 99;
    position: relative;
    background: #fff;
    width: 88%;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.gr-case-list li .cont:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #f4524e;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-case-list li:hover .cont:before{opacity: 1;}
.gr-case-list li .cont .tit {
    margin-bottom: 5px;
    font-size: 16px;
    color: #1d1819;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gr-case-list li .cont .tit a{color: #1d1819;}
.gr-case-list li:hover .cont .tit a{color: #f4524e;}
.gr-case-list li .cont .button{
	overflow:hidden;
	padding-top:10px;
}
.gr-case-list li .cont .button a{
	display:block;
	float:left;
	width:100px;
	height:30px;
	border:1px solid #0088ce;
	border-radius:3px;
	text-align:center;
	line-height:30px;
	text-indent:15px;
	color:#0088ce;
}
.gr-case-list li .cont .button .qq{
	background:url(/statics/images/tem/product_qq.png) no-repeat 10px 5px;
	background-size:20px 20px;
}
.gr-case-list li .cont .button .contact{
	background:url(/statics/images/tem/product_contact.png)no-repeat 10px 10px;
	background-size:20px;
	margin-left:105px;
}
.gr-case-list li .cont .button a:hover{
	border-radius:5px;
}
/*相关产品*/
.project-relation{
	width:1200px;
	margin:auto;
}
.project-relation .com-title{
	padding-bottom:30px;
}
.project-relation .com-title .tit-cn{
	width:1200px;
	height:50px;
	background-color:#eee;
	font-size:20px;
	line-height:50px;
	text-align:center;
	color:#0088ce;
}
