a{color:inherit;}
.bodyWrap{
    width: 100%;
    height: auto;
}
.head {
    width: 100%;
    height: auto;
}
.head .innerWidth{
    height: 160px;
}
.head .tel{
    width: 270px;
    height: 100%;
    background-image: url(../images/telIcon.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 70px;
    font-family: 'ArialMT';
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0px;
	color: #f34345;
    font-weight: bold;
    padding-top: 20px;
}
.head .tel h3{
    font-family: 'SimHei';
	font-size: 18px;
	color: #303030;
    line-height: 30px;
}
.head .logo{
    display: block;
}
.nav{
    width: 100%;
    height: 70px;
	background-color: #032f5a;
}
.nav .innerWidth{
    height: 100%;
    text-align: center;
}
.nav .item{
    display:inline-block;
    height: 100%;
    line-height: 70px;
    padding: 0 50px;
    font-family: 'ºÚÌå';
	font-size: 18px;
	color: #ffffff;
}
.nav .item.active,.nav .item:hover{
    background-color: #f34345;
}


.more{
    display: block;
    text-align: center;
	background-color: #f34345;
    font-family: 'SimSun';
	font-size: 16px;
	color: #ffffff;
}


.customList{
    height: auto;
    overflow: hidden;
    padding: 70px 3px 75px;
}
.customItem{
    float: left;
    width: 182px;
    height: 265px;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #9e9e9e;
    font-family: 'SimSun';
	font-size: 14px;
	color: #666666;
}
.customItem:before{
    content: '';
    position: absolute;
    width: 32px;
	height: 32px;
	background-color: #ffffff;
	border: solid 1px #bebcbc;
    bottom: -16px;
    left: 50%;
    margin-left: -16px;
    border-radius: 50%;
}
.customItem:hover:after{
    content: '';
    position: absolute;
    width: 16px;
	height: 16px;
	background-color: #f34344;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    border-radius: 50%;
}
.customItem .img{
    width: 134px;
	height: 134px;
    margin: 0 auto 25px;
	box-shadow: 5px 4px 5px 0px 
		rgba(119, 115, 115, 0.75);
	border: solid 4px #ffffff;
    border-radius: 50%;
    overflow: hidden;
}
.customItem p{
    font-family: 'YouYuan';
	font-size: 18px;
	color: #202121;
    font-weight: bold;
    margin-bottom: 13px;
}

.newsList{
    width: 100%;
    padding: 55px 0;
    height: auto;
    overflow: hidden;
}
.newsItem{
    float: left;
    width: 400px;
    height: auto;
    margin-right: 40px;
    border: solid 1px #e4e4e4;
    padding: 30px; 
}
.newsItem:nth-child(3n){margin-right: 0;}
.newsItem .img{
    width: 100%;
	height: 225px;
    overflow: hidden;
    margin-bottom: 15px;
}
.newsItem .date{
    height: 45px;
    line-height: 45px;
    font-family: 'ArialMT';
	font-size: 18px;
	color: #585858;
}
.newsItem .date span{
    float: left;
    font-size: 30px;
    line-height: 35px;
}
.newsItem .title{
    font-family: 'SimSun';
	font-size: 16px;
    line-height: 40px;
	color: #434343;
}
.newsItem:hover .title{
    color: #032f5a;
    font-weight: bold;
}
.newsItem:hover img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.newsItem:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.newsItem .txt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: 'SimSun';
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.caseList{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 80px 0 60px;
}
@media screen and (min-width: 1600px) {
    .caseItem{
        float: left;
        display: block;
        width: 310px;
        height: 230px;
        overflow: hidden;
        border: solid 1px #d3cece;
        margin-bottom:4px;
        margin-right: 4px;
    }
}
@media screen and (max-width: 1600px) {
    .caseItem{
        float: left;
        display: block;
        width: 19%;
        height: 230px;
        overflow: hidden;
        border: solid 1px #d3cece;
        margin-bottom:4px;
        margin-right: 1.25%;
    }
}

.caseItem:nth-child(5n){
    margin-right: 0;
}

.subBanner {
    width: 100%;
    height: auto;
}
.subTitle{
    margin: -113px auto 0;
    width: 255px;
    height: 113px;
    background-image: url(../images/subTitle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding-top: 20px;
}
.subTitle h1{
    font-family: 'SimHei';
	font-size: 40px;
    line-height: 1;
    font-weight: 300;
	color: #032f5a;
    margin-bottom: 10px;
}
.subTitle p{
    font-family: 'ArialMT';
	font-size: 22px;
    line-height: 1;
	color: #999999;
}
.pageNav{
    width: 100%;
	height: 75px; 
    line-height: 75px;
	background-color: #f4f4f4;
	border: solid 1px #e7e5e5;
    font-family: 'SimSun';
	font-size: 14px;
	color: #a8a5a5;
}

.pageNav .fl{
    font-family: 'MicrosoftYaHei';
	font-size: 20px;
	color: #032f5a;
}
.pageNav .po{
    text-align: right;
    
}
.pageNav img{
    display: inline-block;
    width: 14px;
    height: 14px;
}
.pageNav a{
    font-family: 'SimSun';
	font-size: 14px;
	color: #a8a5a5;
}
.pageNav a.active{
    color: #032f5a;
}


.page {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.page a{
    display: inline-block;
    margin-right: 15px;
    width: 30px;
	height: 30px;
	border: solid 1px #b0b0b0;
    text-align: center;
    font-family: 'SimSun';
	font-size: 16px;
	color: #666666;
}
.page a.active,.page a:hover{
    background-color: #0f1e2c;
	border: solid 1px #b0b0b0;
    color: #fff;
}
