﻿@charset "utf-8";

/*通用*/
.ter-box{width: 100%;min-width:1180px;padding: 40px 0 0 0;}
.inter-tit{text-align: left;font-size: 16px;}
.ter-content{overflow: hidden;}
/*通用*/



/*公司风采 end*/

/**===========================================风采展示 start======================================================**/
.photo{width:100%;min-width: 1180px;overflow: hidden;height: 200px;position: relative;}
.photo .photo-img{width: 1920px;min-width: 1180px;margin-left: -960px;position: absolute;left: 50%;}
.photo .photo-img>img{width: 100%;}
.photo .photo-img>.title{text-align: center;position: absolute;top:60px;width: 100%;}
.photo .photo-img>.title>strong{font-size: 42px;color: #fff;}
.photo .photo-img>.title>span{display: block;height: 2px;width: 170px;background: #fff;margin: 0 auto;}
.photo-box{padding-top: 30px;}
.photo-tab li{
	float: left;
	/*border-right: 1px solid #cfcfcf;*/
    height: 34px;
    line-height: 30px;
    vertical-align: middle;
    overflow: visible;
    text-align: center;
    margin-right: 1px;
    position: relative;
	}
.photo-tab li>a{
	color: #333;
    font-size: 14px;
    /*position: relative;
    top: -3px;*/
    margin: 0 10px;
    display: block;
    height: 30px;
    width: 90px;
    }
.photo-tab li>a>span{position: absolute; right:0; top: 0px; color: #cfcfcf;}
.photo-tab li:hover{background: #19CAAD;}
.photo-tab li:hover a{color: #fff;}
.photo-tab li:hover a>span{color: #19CAAD;}
.photo-tab li.on{background: #19CAAD;}
.photo-tab li.on a>span{color: #19CAAD;}
.photo-tab li.on a{color: #fff;}
/*箭头向上*/
.arrow-up {
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #fff;
    position: absolute;
    bottom: 0px;
    left: 49px;
}

.photo-box-content{padding-top: 40px;min-height:500px}
.photo-box-content>ul>li{display: none;}
.photo-box-content>ul>li.active{display: block;}
.photo-tab>ul{float: left;}
.search-box{width: 190px;height: 35px;float: right;border:1px solid #ddd;position: relative;}
.search-box>.fix-search-input{border:none;width: 150px;}
.search-box>a{background: url(../images/search.png) no-repeat -48px 5px; height: 37px;width: 35px;display: block;position: absolute;top:0;right: 0;cursor: pointer;}
.photo-body{
	width: 1208px;
    margin-left: -30px;
    overflow: hidden;
}
.photo-body li{
	    width: 272px;
    height: 240px;
    overflow: hidden;
    float: left;
    margin-left: 30px;
}
.photo-body li>a>p{
	margin-top: 10px;
	width: 272px;
	height: 21px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**===========================================风采展示 end======================================================**/
/**===========================================风采展示详情 start======================================================**/
