.about .content{
    padding: 95px 0 205px;
    height: auto;
    font-family: 'SimSun';
	font-size: 16px;
	line-height: 48px;
	color: #666666;
    min-height: 700px;
}
.about .content img{
    width: 510px;
    margin-right: 35px;
}
.about .innerWidth{
    width: 1200px;
}
.porduct .innerWidth{
    padding: 67px 0 120px;
}
.leftMenu {
    width: 250px;
    height: auto;
    margin-right: 65px;
}
.leftMenu .conTitle{
    margin-top: 10px;
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    font-family: 'ArialMT';
	font-size: 16px;
	color: #c5c6c7;
}
.leftMenu .conTitle span{
    float: left;
    font-family: 'SimHei';
	font-size: 26px;
	color: #032f5a;
    margin-right: 10px;
    font-weight: 400;
}
.leftMenu .top{
    width: 100%;
	height: 105px;
    padding: 15px;
	background-color: #032f5a;
    line-height: 30px;
    font-family: 黑体;
	font-size: 18px;
	color: #ffffff;
}
.leftMenu .top .tel{
    display: block;
    width: 100%;
    height: 45px;
	background-color: #ffffff;
	border-radius: 20px;
    background-image: url(../images/telIcon3.jpg);
    background-position: 13px center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 45px;
    font-family: 'Arial';
	font-size: 25px;
    line-height: 45px;
	color: #f34345;
}
.leftMenu .conContent{
    padding: 30px 15px;
    width: 100%;
	height: auto;
	background-color: #f1f1f1;
	border: solid 1px #cbcbcb;
    font-family: 'SimSun';
	font-size: 14px;
	line-height: 40px;
	color: #666666;
}
.leftTitle{
    width: 100%;
    height: 80px;
    padding:17px 24px 0;
	background-color: #032f5a;
    color: #fff;
    line-height: 1;
}
.leftTitle h1{
    font-family: 'SimHei';
	font-size: 27px;
	color: #ffffff;
    margin-bottom: 7px;
}
.leftTitle p{
    font-family: 'ArialMT';
	font-size: 16px;
	color: #5c80a3;
}
.leftMenu ul{
    width: 100%;
    height: auto;
    border: solid 1px #cbcbcb;
    margin-top: 1px;
    padding: 5px;
    line-height: 45px;
}
.leftMenu li{
    height: 45px;
    overflow: hidden;
}
.leftMenu ul p a{ color: #fff; }
.leftMenu ul p,.subLeftMenu a{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-family: 'SimSun';
	font-size: 16px;
    border-bottom: 1px solid #fff;
}
.leftMenu ul p{
    background-color: #032f5a;
    color: #ffffff;
}
.leftMenu ul p span{
    float: right;
    font-size: 30px;
    font-weight: 100;
}
.subLeftMenu a{
    background-color: #f1f1f1;
    color: #666666;
    background-image: url(../images/left.png);
    background-position: 15px center;
    background-size: 5px 8px;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.subLeftMenu a:hover{
    color: #032f5a;
}
.porduct .pageNav{
    height: 40px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c8c8c8;
    line-height: 40px;
    margin-bottom: 40px;
}
.porduct .pageNav .fl{
    width: 150px;
    height: 40px;
    border-bottom: 1px solid #032f5a;
    font-family: 'SimHei';
	font-size: 26px; 
    font-weight: 400;
	color: #032f5a;
}
.proList{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.proItem{
    float: left;
    display: block;
    width: 295px;
    height: auto;
    margin-right: 30px;
    font-family: 'SimSun';
	font-size: 16px;
	color: #666666;
    line-height: 65px;
    text-align: center;
    margin-bottom: 10px;
}
.proItem:nth-child(3n){
    margin-right: 0;
}
.proItem .img{
    width: 100%;
    height: 440px;
	border: solid 1px #b0b0b0;
    overflow: hidden;
}
.proItem:hover  .img{
    border: solid 1px #032f5a;
}
.proItem:hover{
    color: #032f5a;
}
    

.proList .title {
    padding: 25px 0 20px;
    height: auto;
    text-align: center;
    border-bottom:1px dotted #dcdada;
    font-family: 'SimSun';
	font-size: 14px;
    line-height: 20px;
	color: #a7a4a8;
}
.proList .title h1{
    font-family: 'SimHei';
	font-size: 23px;
	line-height:35px;
	color: #333333;
}
.viewImg{
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.viewImg img{
    width: auto;
    margin: 0 auto;
}
.samePro h2{
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-family: 'SimHei';
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	background-color: #2f2f2f;
}
.samePro .swiper-container{
    width: 890px;
    margin: 30px auto 0;
}
.samePro .swiper-slide{
    display: block;
    border: solid 1px #c3c3c3;
    height: 250px;
    overflow: hidden;
}
.samePro .prev,.samePro .next{
    display: block;
    position: absolute;
    top: 110px;
    width: 21px;
	height: 85px;
	background-image: url(../images/prev.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.samePro .prev{
    left: 0;
    background-position: left;
}
.samePro .next{
    right: 0;
    background-position: right;
}
.proList .content{
    padding:65px 0 110px;
    font-family: 'SimSun';
	font-size: 16px;
	line-height: 48px;
	color: #666666;
}
.pageView{
    width: 100%;
    padding: 25px;
    line-height: 50px;
    height: auto;
    border-top: dotted 1px #797878;
    border-bottom: dotted 1px #797878;
}
.pageView a{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    font-family: 'SimSun';
	font-size: 16px;
	color: #032f5a;
    background-position: 17px center;
    background-size: 24px;
    background-repeat: no-repeat;
}
.pageView a:hover{
    color: #032f5a;
}
.pageView a.prev{
    background-image: url(../images/prevIcon.jpg);
}
.pageView a.next{
    background-image: url(../images/nextIcon.jpg);
}
.back{
    display: block;
    width: 177px;
	height: 55px;
	background-color: #747373;
	border-radius: 8px;
    margin: 60px auto 0;
    font-family: 'YouYuan';
	font-size: 18px;
    line-height: 55px;
    text-align: center;
	color: #ffffff;
}

.customMenu {
    margin: 65px 0 100px;
    height: 85px;
    line-height: 65px;
	
    font-family: "SimHei";
	font-size: 24px;
	color: #032f5a;
    text-align: center;
    padding: 10px 0;
}
.customMenu .swiper-slide{
    background-color: #e4e4e4;
}
.customMenu .swiper-slide-thumb-active{
    height: 75px;
    margin-top: -10px;
    background-color: #032f5a;
    color: #fff;
    line-height: 82px
}
.customBox .content{
    height: auto;
    font-family: 'YouYuan';
	font-size: 25px;
    line-height: 2;
	color: #666666;
    font-weight: 200;
    padding-bottom: 130px;
}
.customBox .content h1{
    font-family: 'YouYuan';
	font-size: 30px;
    line-height: 1.5;
	color: #032f5a;
}

.newsItem {
    margin-bottom: 30px;
}

.news {
    padding-bottom: 110px;
}

.news .tit {
    margin-top: 50px;
    padding: 45px 0;
    height: auto;
    text-align: center;
    line-height: 1;
    font-family: 'SimSun';
	font-size: 16px;
	color: #9d9797;
    border-bottom: 1px solid #d9d8d8;
    font-weight: 100;
}
.news .tit h1{
    font-family: 'SimHei';
	font-size: 24px;
	color: #434343;
    line-height: 35px; 
    margin-bottom: 15px;
    
}
.news .content{
    padding: 50px 0;
    font-family: 'SimSun';
	font-size: 16px;
	line-height: 48px;
	color: #666666;
    font-weight: 100;
}

.contact {
    padding-bottom: 150px;
}
.contact .content {
    padding: 120px 140px 70px 155px;
}
.contact .code{
    width: 330px;
    margin-left: 100px;
    font-family: 'SimSun';
	font-size: 16px;
    line-height: 1;
    text-align: center;
	color: #666666;
}
.contact .code img{
    width: 330px;
    margin-bottom: 25px;
}
.contact .txt{
    font-family: 'SimSun';
	font-size: 16px;
	line-height: 46px;
	color: #666666;
}
.contact .txt h1{
    line-height: 40px;
    font-family: 'SimHei';
	font-size: 27px;
    line-height: 40px;
	color: #303030;
}
