@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family:"OPENSANS","微软雅黑",arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	min-width: 1340px;
}

input,
select,
option,
textarea {
	font-family:"OPENSANS","微软雅黑",arial, Helvetica, sans-serif;
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1340px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #6C6C6C;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6C6C6C;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6C6C6C;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #6C6C6C;
}

@-webkit-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp1 {
	-webkit-animation-name: fadeInUp1;
	animation-name: fadeInUp1
}


@-webkit-keyframes fadeIndown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeIndown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeIndown {
	-webkit-animation-name: fadeIndown;
	animation-name: fadeIndown
}



.fadeInleft {
	-webkit-animation-name: fadeInleft;
	animation-name: fadeInleft
}



@-webkit-keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}




.fadeInright {
	-webkit-animation-name: fadeInright;
	animation-name: fadeInright
}



@-webkit-keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.goup,
.godown,
.goleft,
.goright{
	opacity: 1;
}


.goup.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}
.godown.articleShow{
	-webkit-animation: fadeIndown .8s ease-in-out both;
	-moz-animation: fadeIndown .8s ease-in-out both;
	-ms-animation: fadeIndown .8s ease-in-out both;
	animation: fadeIndown .8s ease-in-out both;
	opacity: 1;
}
.goleft.articleShow{
	-webkit-animation: fadeInleft .8s ease-in-out both;
	-moz-animation: fadeInleft .8s ease-in-out both;
	-ms-animation: fadeInleft .8s ease-in-out both;
	animation: fadeInleft .8s ease-in-out both;
	opacity: 1;
}

.goright.articleShow{
	-webkit-animation: fadeInright .8s ease-in-out both;
	-moz-animation: fadeInright .8s ease-in-out both;
	-ms-animation: fadeInright .8s ease-in-out both;
	animation: fadeInright .8s ease-in-out both;
	opacity: 1;
}




/*header*/

.pc_header .top{
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#8F8F8F;
	background:#2e2e2e;
	overflow: hidden;
}
 
.top_other .tel{
	display: inline-block;
	padding-left: 30px;
	margin-right:70px;
	font-size: 16px;
	color: #ccc;
	height: 40px;
	overflow: hidden;
	background: url(../images/ico1.jpg) no-repeat left center;
}

.top_other .tel a{
	font-size: 20px;
	color: #F3BD3A;
	font-weight: bold;
	
}
.top_other .searchbox{
	float: right;
	margin-top: 7px;
	display: inline-block;
	width: auto;
	border-radius: 4px;
	overflow: hidden;
}
.top_other .searchbox input{
	height: 25px;
	line-height: 25px;
	float: left;
	display: block;
}
.top_other .searchbox .search1{
	width: 136px;
	background: #fff;
}

.top_other .searchbox .search2{
	 width: 39px;
	background: #F3BD3A url(../images/search.jpg) no-repeat center center;
}

.pc_header .header{
	height:101px;
	transition:all 0.5s;
	background:#fff;
}
.logobox{
	height:101px;
	line-height:101px;
	overflow: hidden;
}

h1.logo{
	width:252px;
	height:101px;
	line-height:101px;
	transition:all 0.3s;
}

h1.logo img{
	vertical-align: middle;
	width: 100%;
}


/*h1.logo{
	height: 101px;
	overflow: hidden;
}
h1.logo img{
	float: left;
	margin-top: 11px ;
	display: block;
	width:252px;
	height:78px;
	line-height:78px;
	overflow: hidden;
	transition:all 0.3s;
}*/
 .logot{
 	position: relative;
	padding-left: 20px;
	margin-left: 20px;
	display: inline-block;
	height: 101px;
	line-height: 101px;
	font-size: 20px;
	color: #666;
	/*border-left: 1px solid #e9e9e9;*/
}

 .logot:before{
 	position: absolute;
 	content: "";
 	width: 1px;
 	height: 62px;
 	top: 20px;
 	left: 0;
 	background: #e9e9e9;
 }

h1.logo span.co1{
	color: #7AB9F8;
}

.head{
	float: right;
}

 
 
.pc_nav .nav_li{
	/*width: 108px;*/
	display: block;
	float: left;
	position:relative;
	transition:all 0.3s;
	height:101px;
	line-height:101px;
} 


.pc_nav .nav_li .nav_a{
	display: block;
	width:108px;
	height:101px;
	font-size:15px;
	color:#666;
	text-align: center;
	overflow: hidden;
}

.pc_nav .nav_li:hover .nav_a,.pc_nav .nav_li.on .nav_a{
	color: #fff;
	font-weight:bold;
	background: #F3BD3A;
}

.pc_nav .nav_li .setNav{
	position:absolute;
	left:50%;
	margin-left:-123px;
	top:100%;
	z-index:10;
	width:246px;
	background:rgba(236,176,30,0.55);
	padding:15px 8px 30px;
	display: none;
}

.pc_nav .nav_li .setNav li a{
	display: block;
	color:#fff;
	font-size:14px;
	line-height:14px;
	padding:10px 5px;
	border-bottom:1px solid rgba(255,255,255,0.27);
}
.pc_nav .nav_li .setNav li a:hover{
	font-weight:bold;
}


/**/
.header.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999999;
	height:50px;
	box-shadow:0px 0px 10px #ccc;
}

.header.fixed h1.logo {
	margin: 0;
	width: auto;
    height: 50px;
    line-height: 50px;
}

.header.fixed h1.logo img{
	height: 100%;
	width: auto;
	vertical-align: top;
}
.header.fixed .logot{
	    height:50px;
    line-height: 50px;
}
.header.fixed .logot:before{
 	height: 50px;
 	top: 0;
 }
.header.fixed .pc_nav .nav_li,.header.fixed .pc_nav .nav_li .nav_a {
    height: 50px;
    line-height: 50px;
}


/*//////////////////////////////////banner//////////////////////////////////*/
.in_banner{
	position:relative;
}
.in_banner .swiper-container{
	width: 100%;
}
 

.in_banner .swiper-slide a img,.in_banner img {
	display: block;
    width: 100%;
}
.in_banner .swiper-pagination{
	position:absolute;
	bottom:40px;
	text-align: center;
	left:0;
	right:0;
	z-index:10;
}

.in_banner .swiper-pagination-bullet{
	display: inline-block;
	width:99px;
	height:3px;
	background:#fff;
	transition:all 0.3s;
	cursor:pointer;
	margin:0 6px;
	border-radius: 0;
	
}

.in_banner .swiper-pagination-bullet-active{
	background:#F3BD3A;
}


/*////////////////////////////////////////////////////////////////////*/
.intitle{
	text-align: center;
	
}
.intitle .t1{
	line-height: 26px;
	font-size: 26px;
	color:#333;
}
.intitle .t2{
	margin: 10px 0;
	line-height: 20px;
	font-size: 20px;
	color:#666;
	text-transform: uppercase;
}
.intitle .t3{
	width: 120px;
	height: 2px;
	line-height: 2px;
	margin:  0 auto;
	background: #FDD222;
}
.in1_section{
	padding: 50px 0 30px;
	background: #E9EFF8;
}
.in1_section .main{
	margin-top: 50px;
}
.slideTxtBox{
	
}

.slideTxtBox .hd{
	
}

.slideTxtBox .hd ul li{
	float: left;
	width: 19%;
	margin-left: 1.25%;
	margin-bottom: 20px;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	overflow: hidden;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background: #666;
	cursor: pointer;
}
.slideTxtBox .hd ul li:nth-child(5n+1){
	margin-left: 0;
}
.slideTxtBox .hd ul li.on{
	background: #7AB9F8;
}

.prolist{
	text-align: center;
}
.prolist ul li{
	padding: 10px;
	background: #fff;
}
.prolist .pic img{
	display: block;
	width: 100%;
}

.prolist .tbox{
	padding: 25px 10px 35px;
}
.prolist .tbox .t1{
	font-size: 20px;
	color: #444;
	height: 20px;
	line-height: 20px;
	
}
.prolist .tbox .t2{
	width: 85px;
	margin: 10px auto 20px;
	height: 3px;
	line-height: 3px;
	background: #F3BD3A;
	
}
.prolist .tbox .t3{
	font-size: 14px;
	color: #444;
	height: 14px;
	line-height: 14px;
	
}

.prolist ul li:hover .tbox .t1,
.prolist ul li:hover .tbox .t3{
	color: #F3BD3A;
}

.proswiper{
	width: 100%;
	padding-bottom: 40px;
}


.proswiper .swiper-pagination{
	position:absolute;
	bottom:0px;
	text-align: center;
	left:0;
	right:0;
	z-index:10;
	
}

.proswiper .swiper-pagination-bullet{
	display: inline-block;
	width:60px;
	height:3px;
	background:#B8BBBE;
	transition:all 0.3s;
	cursor:pointer;
	margin:0 6px;
	border-radius: 0;
	opacity: 1;
	
}

.proswiper .swiper-pagination-bullet-active{
	background:#F3BD3A;
}

.more{
	margin:  25px auto 0;
	width: 250px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #666666;
	transition: all 0.5s;
}
.more a{
	display: block;
	font-size: 14px;
	color: #666;
}

.more:hover{
	border-color: #F3BD3A;
	background: #F3BD3A;
}
.more:hover a{
	color: #fff;
}
.in2_section{
	padding-top: 100px;
	background: url(../images/index_r2_c1.jpg) no-repeat top center;
}
.in2_section .intitle .t1{
	color: #fff;
}
.in2_section .main{
	height: 508px;
	padding: 50px 60px 70px;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	color: #333333;
	-moz-box-shadow:2px 2px 10px #C3C3C3; 
	-webkit-box-shadow:2px 2px 10px #C3C3C3; 
	box-shadow:2px 2px 10px #C3C3C3;
}
.about1{
	font-size: 25px;
	line-height: 25px;
}
.about2{
	margin-top: 30px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}
.about3{
	margin-top: 60px;
	font-size: 18px;
	line-height: 18px;
}
.about3 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	transition: all 0.8s;
}
.about3 ul li:hover img{
	transform: rotateY(180deg);
}
.about3 .t1{
	margin: 25px 0;
}
.about3 .t2{
	font-size: 16px;
	color: #666666;
	line-height: 16px;
}

.about3 ul li{
	display: inline-block;
	width: 33%;
}

.in3_section{
	padding: 100px 0 50px;
	background: #FFFFFF;
}

.in3_section .main{
	margin-top: 50px;
}


.in3_section .main .pic{
	padding: 5px;
}
.in3_section .main .pic img{
	display: block;
	width: 100%;
}
.in3_section .main .tbox{
	font-size: 20px;
	color: #444;
	text-align: center;
	height: 80px;
	line-height: 80px;
	background: url(../images/ic6.jpg) no-repeat bottom right;
}
 

 .caseswiper {
 	width: 100%;
 }
.caseswiper .swiper-slide{
	/*width:420px;*/
	background: #FFFFFF;
	border: 1px solid #ccc;
	
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.caseswiper .swiper-slide:hover{

	border-color: #F3BD3A;
	}
.caseswiper .swiper-slide-active,.caseswiper .swiper-slide-duplicate-active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);

}
.caseswiper .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

	}
.caseswiper  .swiper-slide a{
	display: block;
	transition: 0.2s;
	}	
.caseswiper .swiper-slide a:hover{
	opacity:.6;
	}	
.caseswiper  .swiper-pagination{
	text-align:center;
	width:100%;
	margin-top:10px;}
.caseswiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	margin:0 5px;
	background:#02328d;
}
.caseswiper .swiper-button-prev{
	width:50%;
	height:360px;
	left:-450px;
	top:0;
    border-radius: 5px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	}	
.caseswiper .swiper-button-prev:before{	
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    background: url(../images/slide_prev.png) no-repeat 0 center;
    left: 94%;
    top: 50%;
    margin-top: -180px;
}
.caseswiper .swiper-button-next{
	width:50%;
	height:360px;
	right:-450px;
	top:0;
    border-radius: 5px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	}
.caseswiper .swiper-button-next:after{	
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    background: url(../images/slide_prev.png) no-repeat 0 center;
    right: 94%;
    top: 50%;
    margin-top: -180px;
	transform: rotate(180deg);
}
.caseswiper .swiper-button-prev:hover,.swiper-button-next:hover{
	opacity:0.6;
}


.in4_section{
	padding: 60px 0 120px;
	}

.in4_section .main{
	margin-top: 50px;
	text-align: left;
	}

.news1{
	float: left;
	width: 488px;
	position: relative;
	height: 516px;
	overflow: hidden;
	
}
.news2{
	float: left;
	width: 488px;
	border: 1px solid #E1E1E1;
	margin-left: 15px;
	height: 516px;
	overflow: hidden;
	padding: 0 30px;
	
}
.news3{
	float: right;
	width: 331px;
	position: relative;
	height: 516px;
	overflow: hidden;

}

.in4_section .main .pic img{
	width: 100%;
	display: block;
}
.in4_section .main .t1{
	margin-top: 25px;
	font-size: 15px;
	line-height: 15px;
}

.news1 .tbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding:  0 35px;
}
 

.news1 .tbox .t2{
	margin-top: 25px;
	font-size: 25px;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
}
.news1 .tbox .t3{
	margin-top: 25px;
	font-size: 16px;
	line-height: 26px;
}
.news1  .tbox2{
	position: absolute;
	bottom: 25px;
	left: 0;
	color: #fff;
	padding:  0 35px;
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding-right: 50px;
	background: url(../images/pic6.jpg) no-repeat right center;
}
	
	
.news1  .tbox2 a{
	display: block;
	width: 113px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #F3BD3A;
	transition: all 0.5s;
}
.news1  .tbox2:hover a{
	background: #7AB9F8;
}

 
.news2 ul li{
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.news2  .t1{
	color: #666;
}

.news2   .t2{
	margin-top: 20px;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	color: #444;
}

.news2   .t3{
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	color: #999;
}

.news2 ul li:hover .t1,.news2 ul li:hover .t2,.news2 ul li:hover .t3{
	color: #F3BD3A;
}
.news3 ul li{
	position: relative;
	background: #F3BD3A;
	height: 246px;
	overflow: auto;
	margin-bottom: 24px;
}
.news3 .tbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 0 25px;
	
}


.news3 .tbox .t2{
	margin-top: 25px;
	font-size: 25px;
	line-height: 45px;
	height: 90px;
	font-weight: bold;
}

.news3 ul li:hover{
opacity: 0.9;	
}

.in5_section{
	padding: 60px 0;
	background: url(../images/index_r8_c1.jpg) no-repeat top center;
}
.cominfo{
	width: 600px;
	height: 480px;
	overflow: hidden;
	padding: 60px 40px 0;
	background: #fff;
	font-size: 16px;
}
.cominfo ul{
	margin-top: 40px;
}
.cominfo ul li{
	line-height: 32px;
	padding: 15px 0;
	padding-left: 40px;
	border-bottom: 1px solid #E6E6E6;
	background: url(../images/c1.jpg) no-repeat left center;
}
.cominfo ul li:nth-child(2){
	background-image: url(../images/c2.jpg);
}
.cominfo ul li:nth-child(3){
	background-image: url(../images/c3.jpg);
}
.cominfo .t2{
	color: #666;
}

.liulan{
	width: 680px;
	height: 480px;
	overflow: hidden;
	padding: 60px 40px 0;
	background: #fff
}

.liulan .form{
	
}
.liulan .form .input{
	float: left;
	display: block;
	width: 284px;
	height: 46px;
	line-height: 44px;
	font-size: 14px;
	color: #6C6C6C;
	border: 1px solid #D4D4D4;
	padding: 0 15px;
	margin-bottom: 15px;
}
.liulan .form .input:nth-child(2n){
	float: right;
}
.liulan .form textarea{
	display: block;
	width: 100%;
	height: 102px;
	line-height: 44px;
	font-size: 14px;
	color: #6C6C6C;
	border: 1px solid #D4D4D4;
	padding: 0 15px;
	resize: none;
}
.liulan .form .submit{
	margin-top: 35px;
	float: right;
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #F3BD3A;
	cursor: pointer;
}
.liulan .form .submit:hover{
	opacity: 0.8;
}


.in5_section h1{
	font-size: 25px;
	
}
.in5_section h2{
	margin: 15px 0 25px;
	font-size: 14px;
}





/*/////////////////////////////////footr///////////////////////////////////*/

footer{
	background: #2E2E2E;
}

.footer{
	padding: 35px 0 20px;
}
.foot1{
	
}
.foot1 dl{
	position: relative;
	float: left;
	padding: 0 30px 10px;
	/*border-right: 1px solid #666;*/
	
}
.foot1 dl:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 205px;
	width: 1px;
	background: #666;
}
.foot1 dt{
	position: relative;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 15px;	
	margin-bottom: 30px
}

.foot1 dt:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 10px;
	height: 1px;
	background: #F3BD3A;
}

.foot1 dd a{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.foot1 dd a:hover{
	color: #F3BD3A;
}

.foot2{
	width: 140px;
	margin-right: 25px;
	text-align: right;
	]font-size: 14px;
	color: #fff;
}
.foot2 strong{
	font-size: 20px;
}
.foot2 img{
	margin: 15px 0 10px;
	height: 140px;
	width: 140px;
	display: block;
}
.foot2 dd.lastdd{
	text-align: center;
}

.bottom{
	line-height: 80px;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid #474747;
}
.frilink{
	width: 50%;
	overflow: hidden;
}
.frilink a{
	padding: 0 10px;
}
.frilink a:hover{
	color:#FFCC66;
}
.bottom a{
	font-size: 14px;
	color: #fff;
}
/*//////////////////////////////////case//////////////////////////////////*/
.mainsec{
	padding: 50px 0;
}
.leftlayout{
	float: left;
	width: 285px;
	overflow: hidden;
}
.leftlayout .box{
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.leftlayout .box .tit{
	padding: 0 10px 0 20px;
	line-height: 57px;
	background: #2E2E2E url(../images/case_r2_c4.jpg) no-repeat 96% center;
	font-size: 20px;
	color: #7AB9F8;
	font-weight: bold;
}
.nynav{
	padding: 10px 5px 20px;
}
.nynav ul li{
	margin-top: 10px;
	padding: 0 10px 0 20px;
	background: #E7E7E7;
}
.nynav a{
	font-size: 14px;
	color: #666;
	line-height: 40px;
	display: block;
	background: url(../images/case_r4_c2.png) no-repeat right center;
}
.nynav li.on a{
	color: #fff;
}
.nynav li.on{
	background: #F3BD3A;
}
.nynav ul li:hover{
	background: #F3BD3A;
}
.nynav ul li:hover a{
	color: #fff;
}
.contact{
	padding: 35px 20px;
	font-size: 16px;
	color: #333;
	line-height: 26px;
}


.rightlayout{
	float: right;
	width: 1035px;
	overflow: hidden;
}

.right_tit{
	padding:0 0 0 10px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:25px;
    color: #666;
    font-size: 14px;
    line-height:40px;
}
.right_tit h2{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
}

.right_tit span{
	float: right;
	padding-left: 25px;
	
}

.right_tit a{
	color:#666;
}
.right_tit a:hover{
	color:#F3BD3A;
}






.caselist ul li{
	float: left;
	width: 333px;
	background: #FFFFFF;
    border: 1px solid #ccc;
    margin-left: 18px;
    margin-bottom: 32px;
}
.caselist ul li:nth-child(3n+1){
	margin-left: 0;
}
.caselist ul li:hover{
	border-color:#F3BD3A;
}
.caselist .pic{
	padding: 5px;
}
.caselist .pic img{
	display: block;
	width: 100%;
}
.caselist .tbox{
	font-size: 20px;
	color: #444;
	text-align: center;
	height: 80px;
	line-height: 80px;
	background: url(../images/ic6.jpg) no-repeat bottom right;
}
 

/*//////////////////////////////////news//////////////////////////////////*/


.new-leftinfo {
	width: 97%;
	background: #fff;
	font-size: 14px;
	line-height: 1.85;
	color: #7e7e7e;
	padding: 25px 22px;
}
.new-leftinfo-next {
	font-family: "microsoft yahei", simhei;
	font-size: 14px;
	padding-top: 10px;
	color: #3c3c3c;
}
.new-leftinfo-h3 {
	color: #3c3c3c;
	font-size: 24px;
	border-left: 8px solid #038fe0;
	line-height: 1;
	padding-left: 15px;
	font-weight: 100;
	font-family: "microsoft yahei", simhei;
}
.new-leftinfo-date {
	color: #c1c1c1;
	padding: 15px 0 20px 25px;
	border-bottom: 1px solid #eee;
}
.new-leftinfo-text {
	padding: 30px 10px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 15px;
}
.new-leftinfo-text p{
	margin-top:5px;
}
.new-leftinfo-text img {
	max-width: 100%;
	padding: 10px 0;
}


.new-leftinfo a{ color: #333;}

.newslist{

}

.newslist ul li{
	position: relative;
	padding: 45px 40px;
	border-bottom: 1px solid #E0E0E0;
}

.newslist ul li a{
	color: #999;
}
.newslist ul li .t1{
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	height: 27px;
	margin-bottom: 15px;
}

.newslist ul li .t2{
	font-size: 16px;
	line-height: 22px;
}
.newslist ul li .t3{
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 83px;
	height: 30px;
	line-height: 30px;
	background: #7AB9F8;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.newslist ul li:hover .t3{
	background: #F3BD3A;
}

/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////*/
