
*{
    -webkit-box-sizing: border-box;/*规定padding不影响宽度*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	padding:0px;/*设置所有边框外边距为0内边距为0*/
}
body{
	font-family:"微软雅黑";/*设置正文字体为微软雅黑、黑色、14PX*/
}
img{
	border:0px;/*设置所有图片没有边框*/
}
a {
	text-decoration:none;/*设置链接颜色以及没有下划线*/
}
ul {
	list-style-type:none;/*设置所有列表没有样式（列表前面的数字、字母或者符号排序）*/
}

/*.search{*/
/*	width: 1200px;*/
/*	min-width: 1200px;*/
/*	height: 106px;*/
/*	margin: 30px auto 0px;*/
/*	background: url(../xin/index-ss-bg.png)center center no-repeat;*/
/*}*/
/*.search-li{*/
/*	width: 1200px;*/
/*	height: 40px;*/
/*	margin: 0px auto;*/
/*	padding-top: 10px;*/
/*}*/
/*.search-li ul{*/
/*	width: 416px;*/
/*	margin: 0 auto;*/
/*}*/
/*.search-li ul li{*/
/*	float: left;*/
/*	margin: 0 15px;*/
/*	width: auto;*/
/*	padding: 0px 5px;*/
/*}*/
/*.search-inp{*/
/*	width: 773px;*/
/*	margin: 13px auto 0px;*/
/*}*/
/*.search-inp input{*/
/*	border: 1px #ccc solid;*/
/*    height: 36px;*/
/*    line-height: 18px;*/
/*    padding: 8px 10px;*/
/*    width: 220px;	*/
/*    background: none;*/
/*    color: #666;*/
/*    outline: medium;*/
/*    font-size: 14px;*/
/*}*/
/*.search-inp a{*/
/*	display: block;*/
/*	background: #960c1d;*/
/*    color: #ffffff;*/
/*    height: 36px;*/
/*    line-height: 36px;*/
/*    text-align: center;*/
/*    width: 100px;*/
/*    float: right;*/
/*}*/









.branch{
	width: 1200px;
	min-width: 1200px;
	height: 50px;
	margin: 20px auto 0px;
	border-bottom: 1px solid #ededed;
}
.branch-l{
	float: left;
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	background: url(../xin/branch-li.png)left center no-repeat;
	background-size: 40px 40px;
	padding-left: 50px;
	margin-right: 40px;
}
.branch-r{
	float: left;
	padding-top: 10px;
}

.branch-r ul li{
	float: left;
	cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
}
.active{
	color: #960c1d;
}

.branch-top div{
	display: none;
}
.branch-top div:nth-child(1){
	display: block;
}















.odds{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	margin: 30px auto;
}
.odds ul li{
	float: left;
	width: 200px;
	height: 240px;
	margin: 10px 20px;
	border: 1px solid #EEF0FF;
}
.odds ul li:hover{
	box-shadow: 0px 0px 15px #EEF0FF;
}

.odds ul li:nth-child(1){
	background: url(../xin/1.jpg)center center no-repeat;
}
.odds ul li:nth-child(2){
	background: url(../xin/2.jpg)center center no-repeat;
}
.odds ul li:nth-child(3){
	background: url(../xin/3.jpg)center center no-repeat;
}
.odds ul li:nth-child(4){
	background: url(../xin/4.jpg)center center no-repeat;
}
.odds ul li:nth-child(5){
	background: url(../xin/5.jpg)center center no-repeat;
}
.odds ul li:nth-child(6){
	background: url(../xin/6.jpg)center center no-repeat;
}
.odds ul li:nth-child(7){
	background: url(../xin/7.jpg)center center no-repeat;
}
.odds ul li:nth-child(8){
	width: 680px;
	background: url(../xin/8.jpg)center center no-repeat;
}
.odds ul li a{
	display:block;
	width: 100%;
	height: 100%;
}





.industry{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	margin: 30px auto;
}
.industry ul li{
	float: left;
	width: 200px;
	height: 240px;
	margin: 10px 20px;
	border: 1px solid #EEF0FF;
}
.industry ul li:hover{
	box-shadow: 0px 0px 15px #EEF0FF;
}
.industry ul li:nth-child(1){
	background: url(../xin/9.jpg)center center no-repeat;
}
.industry ul li:nth-child(2){
	background: url(../xin/10.jpg)center center no-repeat;
}
.industry ul li:nth-child(3){
	background: url(../xin/11.jpg)center center no-repeat;
}
.industry ul li:nth-child(4){
	background: url(../xin/12.jpg)center center no-repeat;
}
.industry ul li:nth-child(5){
	background: url(../xin/13.jpg)center center no-repeat;
}
.industry ul li:nth-child(6){
	background: url(../xin/14.jpg)center center no-repeat;
}
.industry ul li:nth-child(7){
	background: url(../xin/15.jpg)center center no-repeat;
	background-size:auto 100%;
}
.industry ul li:nth-child(8){
	width: 680px;
	background: url(../xin/16.jpg)center center no-repeat;
}
.industry ul li a{
	display:block;
	width: 100%;
	height: 100%;
}



.team-box{
	width: 1200px;
	min-width: 1200px;
	height: 400px;
	background: url(../xin/team-box.jpg)center center no-repeat;
	margin-bottom: 20px;
	margin: 0 auto;
}
.team{
	min-width: 1200px;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 25px 0px;
}
.team ul li{
	width: 250px;
	height: 380px;
	float: left;
	margin: 0px 25px;
}
.team-im{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: #000;
	margin: 0 auto;
	z-index: 999;
}
.team-im img{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	border: none;
}
.team-text{
	width: 100%;
	height: 230px;
	background: #fff;
	margin-top: -50px;
	z-index: -22;
	padding-top: 50px;
}
.team-text span{
	display: block;
	text-align: center;
	margin: 10px 0px;
}
.team-text p{
	padding: 0px 15px;
	font-size: 14px;
	line-height: 26px;
}
