/*重置*/
*{
	font-family: "微软雅黑";
}
a{
	color: #666666;
}
a:link {
	text-decoration: none;
}		
a:visited {
	text-decoration: none;
}
a:hover{
	color: #fc6533;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul,li,dl,dd,dt,ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
input,select,option{
	padding: 0;
	margin: 0;
	border: none;
}
input:focus,select:focus,textarea:focus,option:focus{
	outline: none;
}
/*预设动画*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration:2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*top*/
#top{
	margin-top: 40px;
	margin-bottom: 10px;
	height: 48px;
}
.logo{
	float: left;
}
.logo img{
	display: block;
}
.search-black-box{
	float: right;
	height: 46px;
	margin-right: 50px;	
}
.search-black-box input{
	display: none;
	float: left;
	margin-top: 6px;
	border: none;
	margin: 0;
	padding: 0 10px;
	width:198px;
	height: 44px;
	line-height: 44px;
	color: #666666;
	background-color: transparent;
	border-bottom:1px solid #EEEEEE;
}
.search-black-box input:focus{
	outline: none;
}
.search-black-box .search-btn{
	float: left;
	display: block;
	margin-right:10px ;
	color: #666666;
	font-size: 34px;
	line-height: 48px;
}
/*top结束*/

/*nav*/
.menu-box{
	position: fixed;
	z-index: 1000;
	top:42px;
	right:50%;
	margin-right: -570px;
	width:50px;
	height: 50px;
	background-color: rgba(0,0,0,0.5);
}
.menu{
	position: absolute;
	left: 10px;
	width: 30px;
	height: 2px;
	background-color: #FFF;
}
.menu-box .a1{
	top:15px;	
}
.menu-box .a2{
	top:23px;
}
.menu-box .a3{
	top:31px;
	transition: all 0.5s;
}
.a1-1{
	transform: rotateZ(-45deg) translateY(11px);	
	left:2px;
	transition: all 0.5s;
}
.a2-2{
	display: none;
	transition: all 0.5s;
}
.a3-3{
	transform: rotateZ(45deg) translateY(-11px);
	left:2px;
}
.nav-box{
	position: fixed;
	top:0;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,0.4);	
}
.nav-box ul{
	position: absolute;
	top:92px;
	right:50%;
	margin-right: -570px;
	width: auto;
}
.nav-box ul li{
	text-align: right;
	font-size: 24px;
	line-height: 60px;
}
.nav-box ul li a{
	color: #FFFFFF;
}
.nav-box ul li a:hover{
	color: #FF4629;
}
.nav-box ul li i{
	color: #FFFFFF;
	font-size: 40px;
	margin-left: 10px;
}
.nav-box ul li i:hover{
	color: #FF4629;
}
.qq{
	display: none;
}
.erweima{
	display: none;
	float: right;
	width: 100px;
}
.erweima img{
	display: block;
}
.erweima p{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
}
/*nav结束*/


/*搜索*/
.search-left{
	margin: 80px 0;
}
.zixun-icon{
	position: relative;
	left: 0;
	top:0;
	-webkit-animation: shandong 0.3s infinite alternate;
	animation: shandong 0.3s infinite alternate;
}
@-webkit-keyframes shandong{
	from{left: 0;top:0;}
	to{left: 5px;top:0;}
}
@keyframes shandong{
	from{left: 0;top:0;}
	to{left: 5px;top:0;}
}
.wenzi{
	margin-left: 15px;
}
.wenzi p{
	margin: 0;
	line-height: 22px;
}



.search-bottom{
	margin-top: 30px;
}
.tab-btn{
	list-style: none; 
	margin: 0;
	padding: 0;
}
.tab-btn li{
	float: left;
	width:100px;
	height:40px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color: #ebeef3;
	margin-left: 16px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #666666;	
}
.tab-btn .c-fc6533{
	background-color: #fc6533;
	color: #FFFFFF;
}

.search-box{
	width:580px;
	height: 50px;
	border:1px solid #fc6533;	
}
.shuru{
	float: left;
	width: 480px;
	height: 50px;
	background-color: red;
}
.shuru input{
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 480px;
	height: 49px;
	font-size: 16px;
	line-height: 48px;
	color: #666666;
	padding-left: 16px;	
	background-image: url(../images/sanjiaoj.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.xuanxiang{
	position: relative;
	display: none;
	border: 1px solid #fc6533;
	left: -1px;
	top:0;
	z-index:100;
	width: 100%;
	
	background-color: #FFFFFF;
}
.xuanxiang span{
	display: block;
	height: 40px;
	font-size: 16px;
	color: #666666;
	padding:0 16px;
	line-height: 40px;
}
.xuanxiang span:hover{
	background-color: #fc8761;
	color: #FFFFFF;
}
.ss-xz{
	float:right;
	width: 98px;
	height: 50px;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
	background-image: url(../images/search-white.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fc6533;
}
.img-box{
	width:98px;
	height: 49px;
	background-color: #fc6533;
}
.img-box img{
	display: block;
	border: none;
	margin: 0 auto;
	margin-top: 9px;
}

.search-right{
	width: 480px;
	height:260px;
}


/*首页内容部分*/
.tu{
	position: relative;
	margin-top: 10px;
	overflow: hidden;
	display: block;
}
.tu:hover img{
	transform: scale(1.1);
	transition: transform 1s;
}
.tu-big{
	width: 66%;
}
.tu-small{
	width:32%;
}
.tu-left{
	float: left;
}
.tu-right{
	float: right;
}
.tu img{
	width:100%;
	display: block;
	border: none;
}
.tu-wenzi{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.tu-wenzi h1{
	font-size: 24px;
	font-weight: normal;
	color: #fefefe;
	margin: 0 ;
	padding: 0;
  	
}
.tu-wenzi h3{
	font-family: arial;
	font-weight: normal;
	font-size: 16px;
	color: #fefefe;
	margin: 0 ;
	padding: 0;
}
.tu-wenzi2{
	text-align: center;
}
.tu-wenzi3{
	text-align: right;
}
.tu-wenzi3 h1,.tu-wenzi3 h3{
	margin-right: 15%;
}
.tu-wenzi5 h1,.tu-wenzi5 h3{
	margin-left: 15%;
}
.tu-wenzi4{
	text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.6); 
}
/*footer*/
.footer{
	margin-top: 20px;
	border-top: 1px solid #efefef;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer p{
	color: #9f9d9d;
	line-height: 20px;
	margin: 0;	
}
.footer p a{
	color: #9f9d9d;	
}
.footer p a:hover{
	color: #fc6533;
}

@media(max-width: 1200px) {
	.menu-box,.nav-box ul{
		margin-right: -470px;
	}
	.search-left{
		margin: 10px 0;
	}
	.search-right{
		margin-bottom: 30px;
	}
}
@media(max-width: 960px) {
	.menu-box,.nav-box ul{
		margin-right: -360px;
	}
	.footer p{
		text-align: center;
	}
}
@media(max-width:768px) {
	#top{
		margin-top: 10px;
	}
	.menu-box,.nav-box ul{
		top:10px;
		right: 20px;
		margin-right: 0px;
	}
	.nav-box ul{
		top:60px;
	}
}
@media(max-width:600px ) {
	.nav-box ul li{
	font-size: 18px;
	line-height: 40px;
	}
	.search-right{
		display: none;
	}
	.logo img{
		height: 38px;
		margin-top: 6px;
	}
	.search-black-box{
		width:250px;
		margin-right: 0;
		float: left;
	}
	.search-black-box input{
		width: 200px;
		display: block;
		float: left;
	}
	.search-btn{
		float: left;
	}
	.tab-btn li{
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 0 2px;
	}
	.tab-btn li:nth-child(1){
		margin-left: 5px;
	}
	.search-box{
		width:300px;
		height: 32px;
	}
	.shuru{
		width: 260px;
		height: 32px;
	}
	.shuru input{
		width: 260px;
		height: 31px;
		line-height: 30px;
		font-size: 14px;
	}
	.xuanxiang{
		width: 260px;
		line-height: 30px;
	}
	.xuanxiang span{
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	.ss-xz{
		width: 38px;
		color: #666666;
		height: 32px;
		line-height: 30px;
		padding-left: 8px;
		background-size: 20px 20px;
	}
	.tu-wenzi h1{
		font-size: 18px;
	}
	.tu-wenzi h3{
		font-size: 12px;
	}
	.t-bigbox {
    margin-bottom:0px;
	}
}
@media(max-width:400px ){
	.wenzi{
		width: 240px;
	}
	.tu-wenzi h1{
		font-size: 14px;
	}
	.tu-wenzi h3{
		font-size: 10px;
	}
}

/*关于我们*/


/*banner*/
.banner{
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
}
.banner-text{
	position: absolute;
	left: 10%;
	top:50%;
	margin-top: -24px;
}
.banner-text h1{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.banner-text h2{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
/*二级导航*/
.bt-box{
	position:relative;
	margin-top: 70px;
	margin-bottom: 50px;
}
.cxian{
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	
}
.biaoti{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-125px;
	margin-top:-25px;
	width:250px;
	height:50px;
	background-color: #FFFFFF;
	text-align: center;
}
.biaoti h1{
	font-size: 24px;
	color: #4c4c4c;
	font-weight: normal;
}
.biaoti span{
	font-family: arial;
	display: block;
	font-size: 16px;
	color: #4c4c4c;
}
.biaoti2 h1{
	line-height: 50px;
}
.about-nav{
	margin-bottom: 40px;
}
.about-nav ul{
	width: 100%;
	display: flex;
	justify-content: center;
	
}
.about-nav ul li{
	width:auto;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	margin: 0 5px;
}
.about-nav ul li a{
	background-color: #e6e6e6;
	display: block;
	color: #4c4c4c;		
	padding:0 14px;
}
.about-nav ul li .c-fc6533{
	background-color: #fc6533;
	color: #FFFFFF;
}
@media(max-width:680px ) {
	.about-nav ul li{
		width: 80px;
		line-height: 30px;
		font-size: 14px;
	}
}

/*关于我们内容部分*/
.about-box{
	min-height: 300px;
	margin-bottom: 50px;
}
.about-wenzi img{
	display: block; 
	margin: 0 auto;	
	width: 100%;
}
.about-wenzi{
	margin-top: 20px;
	margin-bottom: 20px;
}
.about-wenzi h2{
	font-size: 16px;
	color: #4d4d4d;
	line-height: 40px;
	font-weight: bold;
}
.about-wenzi p{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	text-indent: 20px;
}

/*资质荣誉内容部分*/
.rongyu-box{
	min-height: 400px;
}
.ry-list{
	margin-bottom:20px;
}
.ry-list:hover{
	transform: translateY(-10px);
	transition: transform 0.5s;
}
.ry-pic{
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.ry-pic a{
	display: block;
	width: 100%;
}
.ry-pic img{
	display: block;
	width: 100%;
}
.ry-title{
	padding: 10px;
	height: 80px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.ry-title a{
	color: #4c4c4c;
}
.ry-list:hover .ry-title a{
	color: #ff4629;
}
/*分页导航*/
.fanye{
	width: 460px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.fanye a{
	float: left;
	width: 30px;
	height: 30px;
	background-color: #fafafa;
	border: 1px solid #dedede;
	margin: 4px;
	line-height: 30px;
	text-align:center;
	font-size: 12px;
	color: #444444;	
}
.fanye .new-p,.fanye .new-n{
	width: 80px;	
}
.fanye a:hover{
	color: #ff4629;
	border: 1px solid #ff4629;
}
.fanye a.active{
	color: #ff4629;
	border: 1px solid #ff4629;
}
@media(max-width:768px ) {
	.fanye{
		width: 180px;
	}
	.fanye a{
		display: none;
	}
	.fanye .new-p,.fanye .new-n{
		display: block;
	}
}

/*荣誉详情页*/
.gb-btn{
	position: fixed;
	z-index: 1000;
	top:80px;
	right:50%;
	margin-right: -570px;
	width:50px;
	height: 50px;
	background-color: rgba(0,0,0,0.5);
}
.b1{
	position: absolute;
	transform: rotateZ(-45deg) translateY(11px);	
	left:2px;
	top:15px;
	width: 30px;
	height: 2px;
	background-color: #FFF;
}
.b2{
	position: absolute;
	transform: rotateZ(45deg) translateY(-11px);
	left:2px;
	top:31px;
	width: 30px;
	height: 2px;
	background-color: #FFF;
}
@media(max-width: 1200px) {
	.gb-btn{
		margin-right: -470px;
	}
}
@media(max-width: 960px) {
	.gb-btn{
		margin-right: -360px;
	}
}
@media(max-width:768px) {
	.gb-btn{
		top:10px;
		right: 20px;
		margin-right: 0px;
	}
}

.wz-box{
	background-color: #ededed;
}
.wz-title{
	height: 300px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.wz-title h1{
	font-size: 36px;
}
/*员工风采*/
.fencai-list{
	position:relative;
	margin-bottom: 20px;
}
.fc-text{
	position:absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background-color:rgba(252,101,51,0.8) ;
}
.fc-text h1{
	font-size:18px ;
	color:#FFFFFF ;
	line-height:30px ;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fc-text p{
	display: none;
	font-size: 14px;
	color:#FFFFFF ;
	line-height:24px ;
	margin-top: 10px;
}
.fencai-list:hover .fc-text p{
	display: block;
	transition: display 0.5s;
}

/*专业团队*/
.t-bigbox{
	margin-bottom: 30px;
}
.tbox-left{
	position: relative;
	float: left;
	width: 50%;
	height: 420px;
	overflow: hidden;
	
}
.tbox-left2{
	float: left;
	width: 30%;
}
.tbox-left img{
	position: absolute;
	display: block;
	top:0;
	left: 50%;
	margin-left: -290px;
}
.tbox-right{
	float: right;
	width: 50%;
	height: 420px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.tbox-right2{
	float: right;
	width: 70%;
}
.team-wz h1{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.team-wz h2,.team-wz h3{
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	line-height: 30px;
}
.team-wz p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding: 10px 50px;
	text-indent:20px;
}
.team-wz span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 30px;
}
.team-wz2{
	display: block;
	padding: 20px;
}
.team-wz2 h1{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 40px;
}
.team-wz2 h3{
	margin: 20px 0;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
}
.team-wz2 p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding: 10px;
	text-indent:20px;
}

.t-bigbox:hover .tbox-right{
	background-color:#f7f7f7;
}
.t-bigbox:hover span{
	color: #FF4629;
}
.team-list{
	margin-bottom: 30px;
	
}
.team-list a{
	display: block;
	position:relative;
}
.zxy{
	display: block;
	width: 100%;
}
.team-text{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);	
}
.team-list:hover{
	transform: translateY(-10px);
	transition:transform .5s;
}
.team-text h1{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
}
.team-text h2,.team-text h3{
	font-size: 14px;
	color: #4c4c4c;	
	line-height: 24px;
}
@media(max-width:780px ) {
	.tbox-left,.tbox-right{
		width: 100%;
	}
	.team-text h1{
		font-size:18px;
	}
	.team-text h2,.team-text h3{
		font-size:14px;
	}
}
.team-xiangqing{
	margin-top: 80px;
}

/*服务案例*/
.case-box{
	padding-top: 30px;
}
.case-list{
	margin-bottom: 30px;
	display: block;
	
}
.red-line{
	background-color:#fb7863;
	height: 10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.case-text{
	height: 200px;
	padding: 20px;
	box-shadow:2px 0 10px rgba(0,0,0,0.2) ;
}
.case-text h1{
	text-align: center;
	font-size: 18px;
	color: #4c4c4c;
	line-height: 40px;
}
.case-text p{
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	text-indent: 20px;
}
.case-text span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #808080;
	line-height: 24px;
}
.case-list:hover{
	transform:translateY(-10px);
	transition:transform .5s;
}
.case-list:hover .case-text span{
	color: #FF4629;
}
/*案例展示页*/
.anli-list{
	/*height: 180px;*/
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.img-stlye{
	display: block;
	width: 100%;
}
.anli-text{
	display: block;
	position: absolute;
	width: 100%;
	left:0;
	bottom:0;
	background-color:rgba(252,101,51,0.8);
	padding: 10px;
	
}
.anli-text h1{
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}
.anli-text p{
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	display: none;
}
.anli-list:hover .anli-text p{
	display: block;
	transiton:all 0.5s;
}

.more-list{
	display: none;
}
.more{
	display: block;
	margin: 20px auto;
	width:100px ;
	height:30px ;
	background-color:#ebebe9 ;
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	text-align:center;
}
.more:hover{
	background-color:#FF4629 ;
	color: #ffffff;
}
/*行业领域*/
.ly-list{
	display:flex;
	background-image: url(../images/bg-3.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 160px;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
	border-radius: 10px;
	
}
.ly-list2{
	background-image: url(../images/bg-2.png);
}
.ly-list h1{
	padding: 0 20px;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
}
.ly-list:hover{
	background-image: url(../images/bg-1.png);
	transition:all .5s;
}


/*企业新闻*/
.news-list{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
}
.news-weizi{
	padding: 0 20px;
}
.news-weizi h1{
	font-size: 18px;
	color: #333333;
	line-height: 50px;
}
.news-weizi h1:hover{
	color: #FF4629;
}
.news-weizi p{
	font-size: 14px;
	color: #808080;
	line-height: 24px;
}
.news-weizi span{
	display: block;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 24px;
	margin-top: 30px;	
}
.news-list:hover .news-weizi span{
	color: #FF4629;
}
.news-list:hover{
	background-color:#efefef ;
}
.news-pic{
	margin-bottom: 10px;
}
.news-pic img{
	display: block;
	margin: 0 auto;
}

.mb30{margin-bottom: 30px !important;}
.four-box .left{ width:146px; height: 100px; background: #2c4fbd; float: left; margin-right:10px; margin-top:10px;}
.four-box .left .top{ width: 100%; height: auto;padding:10%; color: #fff;font-size:18px;}
.four-box .left .bottom{ width: 100%; height: auto; padding:0 0% 10% 10%; color: #fff; font-size:15px;}
.four-box .right1{ width: 146px; height: 100px; background:url(../images/pic-01.jpg) no-repeat;padding-top:20px;color:#2c4fbd; font-weight:bold;float: left; text-align: center;margin-right:10px;margin-top:10px;}
.four-box .right2{ width: 146px; height: 100px; background:url(../images/pic-02.jpg) no-repeat;padding-top:20px;color:#2c4fbd; font-weight:bold;float: left; text-align: center;margin-right:10px;margin-top:10px;}
.four-box .right3{ width: 146px; height: 100px; background:url(../images/pic-03.jpg) no-repeat;padding-top:20px;color:#2c4fbd; font-weight:bold;float: left; text-align: center;margin-right:10px;margin-top:10px;}
.font-wid{font-size:16px; font-weight: bold;}


.img-responsive{width:100% !important;}
