@charset "utf-8";

/* CSS Document */

::selection {

	color:#fff;

    background-color: #d3a359;

}



::-moz-selection {

	color:#fff;

    background-color: #d3a359;

}



::-webkit-selection {

	color:#fff;

    background-color: #d3a359;

}



::-webkit-scrollbar {

    width: 8px;

    height: 8px;

    background-color: #F5F5F5;

}



::-webkit-scrollbar-track {

    border-radius: 10px;

    background-color: #E2E2E2;

}



::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    background-color: #555;

}



* {

    padding: 0;

    margin: 0;

}



body {

    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

    color: #333;

    margin: 0;

    line-height: 1.5;

    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;


}



:focus {

    outline: 1;

}



article,

aside,

canvas,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section,

summary {

    display: block;

}



a {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    vertical-align: baseline;

    background: transparent;

}



ins {

    background-color: #ff9;

    color: #000;

    text-decoration: none;

}



mark {

    background-color: #ff9;

    color: #000;

    font-style: italic;

    font-weight: bold;

}



del {

    text-decoration: line-through;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #cccccc;

    margin: 1em 0;

    padding: 0;

}



input,

select {

    vertical-align: middle;

}





li,

ul {

    list-style-type: none;

}



img {

    border: none;

}



a {

    color: #333;

    text-decoration: none;

    -webkit-transition: all .3s ease-out;

    transition: all .3s ease-out;

}



a:link,

a:hover,

a:active,

a:visited {

    text-decoration: none;

}



input,

textarea {

    outline: 0;

    border: 0;

}



textarea {

    resize: none;

}



h1,

h2,

h3,

h4,

h5,

h6,

dl,

dd,

dt,

i,

em {

    font-weight: normal;

    font-style: normal;

}

.between{

	width:1180px;

	margin:0 auto;

	overflow: hidden;

}

.title_nav{

	width: 1000px;

	height: 68px;

	margin:0 auto;

}

.title_nav h2 p,.title_nav h3 p{

	font-size: 24px;

	color: #03A9F4;

	text-align: center;

	font-weight: bold;

	display: block;

	line-height: 24px;

}

.title_nav h2 p:hover,.title_nav h3 p:hover{

	color: #2196F3;

}

.title_nav h2 p span,.title_nav h3 p span{

	font-size: 14px;

	color: #4CAF50;

	text-transform: uppercase;

}

.title_nav > span{

	font-size: 16px;

	display: block;

	text-align: center;

	line-height: 35px;

	text-transform: uppercase;

}

.title_nav > i{

	width: 25px;

	height: 2px;

	background: #cccccc;

	display: block;

	margin: 2px auto;

}

.clearfix{clear:both;}



.tel{
	width: 100%;
	margin-top: 40px;
	height: 40px;
	overflow: hidden;
	background: #000000;
	height: 80px;
}

.tel i{

	font-size: 20px;

	color: #fefefee0;

	font-weight: bold;

	display: block;

	float: left;

	margin: 0 60px 0 15px;
	
	line-height: 80px;


}

.tel h4{

	float: left;

	font-size: 20px;

	color: #fefefee0;
	font-weight: bold;
	line-height: 80px;


}

.tel h4 span{

	font-size: 24px;

	font-weight: bold;

}

.tel a{

	width:158px;

	height: 38px;

	font-size: 18px;

	border: 1px solid #fefefee0;

	text-align: center;

	line-height: 38px;

	float: right;

	margin-right: 15px;
	margin-top: 22px;
	color: #FFFEFE;

}

.tel a:hover{

	background: #fefefee0;

	color: #000;

}

/**banner start**/

.banner {

  width: 100%;

  height: 500px;

	overflow: hidden;

}

.fullSlide {

  width: 100%;

  position: relative;

  height: 100%;

  background: transparent;

}

.fullSlide .bd {

  margin: 0 auto;

  height: 100%;

  position: relative;

  z-index: 0;

  overflow: hidden;

}

.fullSlide .bd ul {

  height: 100%;

  width: 100%!important;

}

.fullSlide .bd li {

  height: 100%;

	width: 100%!important;

  overflow: hidden;

  text-align: center;

  background-position: center;

  background-repeat: no-repeat;

  width: 100%;

}

.fullSlide .bd li a {

  display: block;

  height: 100%;

  width: 100%;

}

.fullSlide .hd {

  width: 100%;

  position: absolute;

  z-index: 1;

  bottom: 0;

  left: 0;

}

.fullSlide .hd ul {

  text-align: center;

  margin-bottom: 20px;

}

.fullSlide .hd ul li {

  background: #d3a359;

  cursor: pointer;

  display: inline-block;

  *display: inline;

  zoom: 1;

  width: 10px;

  height: 10px;

  margin: 4px;

  border-radius: 50%;

  overflow: hidden;

  *filter: alpha(opacity=50);

  *opacity: .5;

  line-height: 999px;

}

.fullSlide .hd ul .on {

  background: #ccc;

  width: 30px;

  border-radius: 6px;

}

.fullSlide .prev,

.fullSlide .next {

  display: block;

  position: absolute;

  top: 50%;

  margin-top: -30px;

  left: 15%;

  z-index: 1;

  width: 40px;

  height: 60px;

  background: url(../images/slider-arrow.png) -126px -137px #000000 no-repeat;

  cursor: pointer;

  *filter: alpha(opacity=50);

  *opacity: .5;

  display: none;

}

.fullSlide .next {

  left: auto;

  right: 15%;

  background-position: -6px -137px;

}

/*banner end*/











/* search start */

.search {

	overflow:hidden;

	width: 100%;

	height:45px;

}

.sear_box{

	width: 1180px;

	margin:0 auto;

	height:45px;

}

.keytext{

	width: 780px;

	line-height: 45px;

	font-family:Microsoft YaHei;

	font-size: 14px;

	color: #ccc;

	overflow: hidden;

	float: left;

	background: url(../images/search_t.jpg) no-repeat left center;

	padding-left: 20px;

}

.keytext span{

	line-height: 45px;

	color:#ccc;

	font-size:14px;

}

.keytext a{

	margin: 0px 8px 0px 0px;

	line-height:45px;

	font-size:14px;

	color:#a6a6a6;

}

.keytext a:hover{

	color: #d3a359;

}

.rmgj-n-r{

	width:280px;

	height: 31px;

	margin-top: 6px;

	overflow: hidden;

	float: right;

	background: url(../images/search.jpg) no-repeat left center;

}

.text2{

	padding:0px 0px 0px 10px;

	float:left;

	width: 230px;

	height: 28px;

	margin-left: 4px;

	margin-top: 2px;

	font-size:12px;

	color:#a6a6a6;

	background: none;

}

.submit{

	width:32px;

	height:31px;

	float:right;

	font-size: 14px;

	color: #fff;

	cursor: pointer;

	background:url(../images/ico1.png) no-repeat;

}



/* search end */









/* product start */

.product{

	width: 100%;

	margin-top: 50px;

}

.pro_fl{
	width: 744px;
	height: 45px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
    margin: auto;
	margin-top: 40px;
}

.pro_fl dd{

	padding: 0 30px;

	float: left;

}

.pro_fl dd a{
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100%;
	line-height: 45px;
}

.pro_fl dd:hover{
	background:#2196F3;

}
.pro_fl dd:hover a{
	color: #FFFEFE;
}

.pro_con{

	width: 1180px;

	height: 634px;

	overflow: hidden;

	margin: 0 auto;

	margin-top: 20px;

}

.pro_con .pro_cont{

	width: 1180px;

	margin: 0 auto;

}

.pro_cont ul{

	width: 1180px;

	float: left;

	margin-right: 20px;

}

.pro_cont ul li{

	width: 277px;

	height: 280px;

	float: left;

	margin: 10px 9px;

}

.pro_cont ul li > a{

	width: 100%;

	height: 222px;

	overflow: hidden;

	display: block;

	border: 1px solid #cccccc;

}

.pro_cont ul li > a img{

	height: 222px;

	overflow: hidden;

	-webkit-transition:all 1s;

	transition:all 1s;

}

.pro_cont ul li > a img:hover{

	-webkit-transform:scale(1.2,1.2);

	transform:scale(1.2,1.2);

}

.pro_cont ul li h4 a{
	font-size: 16px;
	text-align: center;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 30px;
	padding-top: 5%;
}

.pro_cont ul li p{

	width: 100%;

	font-size: 14px;

	line-height: 24px;

	display: -webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2;

	height: 48px;

	overflow: hidden;

}

/* product end */







/* reason start */

.reason{

	width: 100%;

	margin-top: 50px;

}

.rea_con{

	width: 1180px;

	height: 470px;

	margin-top: 40px;

	position: relative;

}

.rea_con ul{

	width: 1180px;

	height: 90px;

}

.rea_con ul li{

	width: 220px;

	height: 75px;

	float: left;

	background: #fafafa;

	margin-left: 20px;

	padding-top: 18px;

	cursor: pointer;

}

.rea_con ul .rea1{

	margin-left: 0;

}

.rea_con ul li h4{

	font-size: 18px;

	color: #595959;

	text-align: center;

}

.rea_con ul li i{

	width: 40px;

	height: 2px;

	background: #4CAF50;

	display: block;

	margin: 10px auto;

}

.rea_con ul li span{

	font-size: 12px;

	color: #808080;

	text-align: center;

	display: block;

	text-transform: uppercase;

}

.rea_con ul .on{

	background: #2196F3;

}

.rea_con ul .on h4{

	color: #fffefe;

}

.rea_con ul .on span,.rea_con ul .on i{

	color: #e5e5e5;

}

.rea_con .rea_cont{

	width: 1180px;

	height: 340px;

	overflow: hidden;

	margin-top: 33px;

}

.rea_cont img{

	width: 560px;

	height: 340px;

	overflow: hidden;

	float: left;

}

.rea_cont .rea_w{

	width: 520px;

	height: 260px;

	background: url(../images/rea_w.png) no-repeat left 15px;

	float: right;

	padding-left: 50px;

	padding-top: 80px;

}

.rea_w h4{

	font-size: 18px;

	color: #03A9F4;

	font-weight: bold;

	margin-bottom: 20px;

}

.rea_w h4 span{

	font-size: 14px;

	color: #999999;

	text-transform: uppercase;

	font-weight: normal;

}

.rea_w p{

	width: 503px;

	font-size: 15px;

	line-height: 30px;

	margin-bottom: 10px;

}

.rea_con .rea_dh{

	width: 518px;

	height: 40px;

	position: absolute;

	right: 0;

	bottom: 18px;

}

.rea_dh h4{

	font-size: 18px;

	color: #03A9F4;

	float: left;

	line-height: 40px;
	font-weight: bold;

}

.rea_dh h4 span{
	font-size: 20px;
}

.rea_dh a{

	width: 158px;

	height: 38px;

	border: 1px solid #03A9F4;

	font-size: 18px;

	text-align: center;

	line-height: 38px;

	display: block;

	float: right;

}

.rea_dh a:hover{

	background: #4CAF50;

	color: #FFFFFF;

}

/* reason end */







/* design start */

.design{

	width: 100%;

	margin-top: 50px;

}

.des_con{

	width: 1180px;

	margin: 0 auto;

	margin-top: 20px;

}

.des_con .des_cont{

	width: 1180px;

	height: 550px;

	overflow: hidden;

	margin: 0 auto;

}

.des_cont ul{

	width: 1180px;

	height: 550px;

	overflow: hidden;

	float: left;

	margin-right: 20px;

}

.des_cont ul li{

	width: 374px;

	height: 255px;

	float: left;

	margin: 10px 9px;

}

.des_cont ul li > a{

	width: 372px;

	height: 222px;

	overflow: hidden;

	display: block;

	border: 1px solid #cccccc;

}

.des_cont ul li > a img{

	width: 372px;
	overflow: hidden;

	-webkit-transition:all 1s;

	transition:all 1s;

}

.des_cont ul li > a img:hover{

	-webkit-transform:scale(1.2,1.2);

	transform:scale(1.2,1.2);

}

.des_cont ul li h4 a{

	font-size: 16px;

	text-align: center;

	width: 100%;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	display: block;

	line-height: 48px;

}

/* design end */











/* equipment start */

.equipment{

	width: 100%;

	margin-top: 50px;

}

.equ_con{

	width: 1180px;

	margin: 0 auto;

	margin-top: 20px;

}

.equ_con .equ_cont{

	width: 1180px;

	height: 180px;

	overflow: hidden;

	margin: 0 auto;

}

.equ_cont ul{

	width: 1180px;

	height: 530px;

	overflow: hidden;

	float: left;

	margin-right: 20px;

}

.equ_cont ul li{

	width: 277px;

	height: 180px;

	float: left;

	margin: 10px 9px;

}

.equ_cont ul li > a{

	width: 100%;

	height: 155px;

	overflow: hidden;
	
	text-align: center;

	display: block;

	border: 1px solid #cccccc;

}

.equ_cont ul li > a img{

	height: 155px;
	

	overflow: hidden;

	-webkit-transition:all 1s;

	transition:all 1s;

}

.equ_cont ul li > a img:hover{

	-webkit-transform:scale(1.2,1.2);

	transform:scale(1.2,1.2);

}

.equ_cont ul li h4 a{

	font-size: 14px;

	color: #ffffff;

	text-align: center;

	width: 100%;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	display: block;

	line-height: 30px;

}

/* equipment end */









/* case start */

.case{

	width: 100%;

	margin-top: 50px;

}

.case_cont{

	width: 1180px;

	height: 210px;

	margin-top: 40px;

}

.case_cont .case_nr{

	width: 1180px;

	height: 260px;

	margin:0 auto;


}

.case_nr ul{

	width: 1180px;

	height: 250px;

}

.case_nr ul li{

	width: 379px;

	height: 250px;

	float: left;

	margin: 0 7px;

	position: relative;

}

.case_nr ul li >a{

	width: 280px;

	height: 250px;

	overflow: hidden;

	display: block;

}

.case_nr ul li >a img{

	width: 280px;

	height: 250px;

	overflow: hidden;

	-webkit-transition:all 1s;

	transition:all 1s;

}

.case_nr ul li >a img:hover{

	-webkit-transform:scale(1.2,1.2);

	transform:scale(1.2,1.2);

}

/* case end */









/* process start */

.process{

	width: 100%;

	margin-top: 50px;

}

.proc_con{

	width: 1180px;

	height: 377px;

	margin-top: 40px;

	background: url(../images/proc_l.png) no-repeat right 46px;

	position: relative;

}

.proc_con li{

	width: 120px;

	height: 90px;

	background: #fafafa;

	padding-top: 30px;

	float: left;

	margin-right: 25px;

	cursor: pointer;

	-webkit-transition:all .5s;

	transition:all .5s;

	position: relative;

	overflow: hidden;

}

.proc_con li i{

	width: 86px;

	height: 86px;

	background: #03A9F4;

	display: block;

	transform:rotate(45deg);

	position: absolute;

	top: -46px;

	left: 86px;

	z-index: 8;

}

.proc_con li span{

	font-size: 14px;

	color: #ffffff;

	display: block;

	position: absolute;

	top: 7px;

	right: 3px;

	z-index: 9;

}

.proc_con li h4{

	font-size: 16px;

	color: #4c4c4c;

	margin-top: 7px;

	text-align: center;

}

.proc_con li b{

	margin: 0 auto;

	display: block;

}

.proc_con .proc1 b{

	width: 32px;

	height: 26px;

	background: url(../images/proc1.png) no-repeat right top;

}

.proc_con .proc2 b{

	width: 22px;

	height: 24px;

	background: url(../images/proc2.png) no-repeat right top;

}

.proc_con .proc3 b{

	width: 32px;

	height: 28px;

	background: url(../images/proc3.png) no-repeat right top;

}

.proc_con .proc4 b{

	width: 24px;

	height: 26px;

	background: url(../images/proc4.png) no-repeat right top;

}

.proc_con .proc5 b{

	width: 22px;

	height: 28px;

	background: url(../images/proc5.png) no-repeat right top;

}

.proc_con .proc6 b{

	width: 32px;

	height: 28px;

	background: url(../images/proc6.png) no-repeat right top;

}

.proc_con .proc7 b{

	width: 30px;

	height: 29px;

	background: url(../images/proc7.png) no-repeat right top;

}

.proc_con .proc8 b{

	width: 26px;

	height: 26px;

	background: url(../images/proc8.png) no-repeat right top;

}

.proc_con .proc9 b{

	width: 28px;

	height: 24px;

	background: url(../images/proc9.png) no-repeat right top;

}

.proc_con .proc10 b{

	width: 30px;

	height: 30px;

	background: url(../images/proc14.png) no-repeat right top;

}
.proc_con .proc11 b{

    width: 30px;

    height: 30px;

    background: url(../images/proc10.png) no-repeat right top;

}
.proc_con .proc12 b{

    width: 30px;

    height: 30px;

    background: url(../images/proc11.png) no-repeat right top;

}
.proc_con .proc13 b{

	width: 32px;

	height: 29px;

	background: url(../images/proc12.png) no-repeat right top;

}

.proc_con .proc14 b{

	width: 27px;

	height: 26px;

	background: url(../images/proc13.png) no-repeat right top;

}

.proc_con .proc14 b{

	width: 28px;

	height: 28px;

	background: url(../images/proc13.png) no-repeat right top;

}

.proc_con .proc14{

	margin-left: 290px;

}

.proc_con .proc14,.proc_con .proc13,.proc_con .proc12,.proc_con .proc11,.proc_con .proc10,.proc_con .proc9{

	margin-top: 80px;

}

.proc_con li:hover{

	background: #4CAF50;

}

.proc_con li:hover i{

	background: #fafafa;

}

.proc_con li:hover span{

	color: #d3a359;

}

.proc_con li:hover h4{

	color: #fefefe;

}

.proc_con li:hover b{

	-webkit-filter: drop-shadow(rgba(255, 255, 255,1) 0 0px);

    filter: drop-shadow(rgba(255, 255, 255,1) 0 0px);

}

.proc_dh{

	width: 204px;

	height: 140px;

	position: absolute;

	left: 40px;

	top: 203px;

}

.proc_dh h4{

	font-size: 16px;

	color: #595959;

	text-align: center;

}

.proc_dh h4 span{

	font-size: 18px;

	color: #03A9F4;

	font-weight: bold;

	display: block;

	line-height: 30px;

}

.proc_dh a{

	width: 138px;

	height: 38px;

	border: 1px solid #d3a359;

	font-size: 18px;

	color: #d3a359;

	text-align: center;

	line-height: 38px;

	display: block;

	margin: 30px auto;

}

.proc_dh a:hover{

	background: #d3a359;

	color: #fff;

}

/* process end */















/* questions start */

.questions{

	width: 100%;

	margin-top: 50px;

}

.que_nr{

	width: 1180px;

	height: 411px;

	overflow: hidden;

	margin-top: 20px;

}

.que_nr .que_con{

	width: 560px;

	height: 434px;

	float: left;

}

.que_con ul{

	width: 560px;

	height: 434px;

}

.que_con ul li{

	width: 530px;

	height: 105px;

	border-bottom: 1px solid #e5e5e5;

	margin-bottom: 45px;

}

.que_con ul li .que_w{

	width: 560px;

	height: 30px;

	margin-bottom: 20px;

}

.que_w span{

	background: url(../images/qa_q.jpg) no-repeat center;

	width: 30px;

	height: 30px;

	float: left;

}

.que_w a{

	width: 508px;

	float: right;

	font-size: 14px;

	color: #ffffff;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}

.que_w a:hover{

	color: #1e6adc;

}

.que_nr ul li .que_d{

	width: 560px;

	height: 48px;

	overflow: hidden;

}

.que_d p{

	width: 508px;

	float: right;

	font-size: 14px;

	line-height: 24px;

	color: #ebebeb;

	height: 48px;

	overflow: hidden;

	display: -webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2;

}

.que_d span{

	background: url(../images/qa_a.jpg) no-repeat center;

	width: 30px;

	height: 30px;

	float: left;

}

.que_nr > a{

	width: 580px;

	height: 433px;

	display: block;

	overflow: hidden;

	float: right;

}

.que_nr > a img{

	width: 580px;

	height: 433px;

	overflow: hidden;

	-webkit-transition:all 1s;

	transition: all 1s

}

.que_nr >a:hover img{

	transform: scale(1.2,1.2);

	-webkit-transform: scale(1.2,1.2);

}

/* questions end */



















/* company start */

.gsjj{

	width: 100%;

	height: 360px;

	margin-top: 50px;

}

.gsjj .gs_box{

	width: 1180px;

	margin:0 auto;

}

.comp{

	width: 1180px;

	height: 354px;

}

.comp .com_tu{

	float: left;

	width: 560px;

	height: 354px;

	position: relative;

}

.com_tu > i{

	width: 560px;

	height: 354px;

	display: block;

	overflow: hidden;

}

.com_tu > i img{

	width: 560px;

	height: 354px;

	overflow: hidden;

}

.com_tu h4{

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,0.5);

	display: none;

}

.com_tu h4 i{

	font-size: 16px;

	color: #fff;

	text-align: center;

	line-height: 354px;

	display: block;

}

.com_tu:hover h4{

	display: block;

}

.com_w{

	width: 520px;

	height: 190px;

	float: right;

	margin-right: 40px;

}

.com_w h3 a{

	font-size: 24px;

	width: 520px;

	font-weight: bold;

	text-overflow: ellipsis;

	white-space: normal;

	overflow: hidden;

	display: block;

}

.com_w h3 a:hover{

	color:#2196F3;

}

.com_w p{
	font-size: 16px;
	line-height: 30px;
	width: 520px;
	height: 280px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: justify;
}

.com_w > a{

	display: block;

	font-size: 14px;

	color: #999999;

}

.com_w > a:hover{

	color: #d3a359;

}

.gczs{

	clear:both;

	width: 1180px;

	height:250px;

	overflow: hidden;

	margin-top: 30px;

}

.gczs > ul{

	width: 1180px;

	height: 35px;


}

.gczs > ul li{

	width: 138px;

	height: 33px;

	border: 1px solid #d3a359;

	float: left;

	margin-left: 20px;

	position: relative;

	z-index: 6;

}

.gczs > ul li:first-child{

	margin-left: 540px;

}

.gczs > ul li i{

	font-size: 16px;

	color: #ccc;

	line-height: 35px;

	text-align: center;

	display: block;

}

.gczs > ul .on{

	background: #d3a359;

}
.gczs > ul li:hover{

    background: #d3a359;

}
.gczs > ul .on i{

	color: #fff;

}

.gczs > ul span{

	background: url(../images/hon_l.jpg) no-repeat center;

	width: 1180px;

	height: 1px;

	position: absolute;

	top: 20px;

	display: block;

	z-index: 2;

}

.gczs  .gc_con{

	width: 1180px;

	height: 180px;

	margin-top: 30px;

	overflow: hidden;

	position: relative;

}

.gc_con .lefts{

	width: 30px;

	height: 30px;

	background: url(../images/hon_jt.png) no-repeat left top;

	display: block;

	position: absolute;

	left: 0;

	top: 80px;

}

.gc_con .rights{

	width: 30px;

	height: 30px;

	background: url(../images/hon_jt.png) no-repeat right top;

	display: block;

	position: absolute;

	right: 0;

	top: 80px;

}

.gc_con .gc_cont{

	width: 1024px;

	height: 180px;

	overflow: hidden;

	margin:0 auto;

}

.gc_con .gc_cont ul{

	width: 1020px;

	height: 180px;

	overflow: hidden;

}

.gc_cont ul li{

	width: 238px;

	height: 178px;

	float: left;

	border: 1px solid #cccccc;

	margin: 0 7px;

	position: relative;

}

.gc_cont ul li:hover{

	border-color: #d3a359;

}

.gc_cont ul li > a{

	width: 238px;

	height: 178px;

	overflow: hidden;

	display: block;

}

.gc_cont ul li > a img{

	width: 238px;

	height: 178px;

	overflow: hidden;

	-webkit-transition:all 1s;

	transition:all 1s;

}

.gc_cont ul li > a img:hover{

	-webkit-transform:scale(1.2,1.2);

	transform:scale(1.2,1.2);

}

.gc_cont ul li h4{

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 30px;

	background: rgba(211,163,89,0.8);

}

.gc_cont ul li h4 a{

	font-size: 14px;

	color: #fff;

	line-height: 30px;

	text-align: center;

	display: block;

}

.gc_cont ul li h4:hover{

	background: #d3a359;

}

/* company end */













/* news start */

.new{

	width: 100%;

	margin-top: 50px;

}

.new .new_nav{

	width: 1180px;

	height: 45px;

	overflow: hidden;

}

.new_nav h3 p{

	font-size: 24px;

	color: #03A9F4;

	display: block;

	float: left;

	line-height: 24px;

	margin-right: 12px;
	padding-top: 10px;

}

.new_nav h3 p span{

	font-size: 14px;

	color: #ffffff;

	display: block;

	text-transform: uppercase;

	line-height: 30px;

}

.new_nav > i{

	width: 1032px;

	height: 1px;

	background: #d2d2d2;

	display: block;

	float: left;

	margin-top: 25px;

}

.new_nav > a{

	width: 28px;

	height: 28px;

	background: url(../images/new.png) no-repeat center;

	display: block;

	float: right;

	margin-top: 10px;

}

.new .new_box{

	width: 1180px;

	margin: 0 auto;

}

.new_box .new_con{

	width: 1180px;

	height: 350px;

}

.new_con .hd{

	width: 1180px;

	height: 26px;

	margin-top: 40px;

}

.new_con .hd li{

	width: 104px;

	height: 28px;

	background: #03A9F4;
	
	color: #FFFEFE;

	float: left;

	margin-right: 10px;

}

.new_con .hd li a{

	font-size: 15px;

	color: #FFFEFE;

	line-height: 28px;

	text-align: center;

	display: block;

}

.new_con .hd .on{

	background: #999999;

}

.new_con .hd .on a{

	color: #fff;

}

.new_con .bd{

	width: 1180px;

	height: 250px;

	overflow: hidden;

	margin-top: 40px;

}

.new_con .bd ul{

	width: 1180px;

	height: 250px;

}

.new_con .bd ul .new_t{

	width: 330px;

	height: 250px;

	float: left;

}

.new_t > a{

	width: 330px;

	height: 250px;

	overflow: hidden;

	display: block;

}

.new_t > a img{

	width: 330px;

	height: 250px;

	overflow: hidden;

	-webkit-transition:all 1s;

	transition:all 1s;

}

.new_t > a img:hover{

	transform:scale(1.2,1.2);

	-webkit-transform:scale(1.2,1.2);

}

.new_con .bd ul li{

	width: 370px;

	height: 32px;

	float: left;

	margin-bottom: 40px;

	margin-left: 40px;

}

.new_con .bd ul li .new_d{

	width: 69px;

	height: 32px;

	border-right: 1px solid #d2d2d2;

	font-size: 24px;

	color: #cccaca;

	line-height: 19px;

	text-align: right;

	padding-right: 20px;

	float: left;

 }

 .new_d span{

 	font-size: 12px;

 	display: block;

 	color: #cccaca;

 }

.new_con .bd ul li a{

	font-size: 14px;

	width: 260px;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	display: block;

	line-height: 14px;

	float: right;

}

.new_con .bd ul li p{

	font-size: 12px;

	color: #b2b1b1;

	float: right;

	width: 260px;

	display: -webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:1;

	height: 40px;

	margin-top: 3px;

	overflow: hidden;

}

.new_con .bd ul li:hover .new_d{
	color: #2196F3;
}

.new_con .bd ul li:hover .new_d span,.new_con .bd ul li:hover a{

	color:#2196F3;

}

/* news end */


/*link start*/

.link{

	width: 100%;

	height: 32px;

	margin-top: 40px;

	margin-bottom: 40px;



}

.link .link_box{
	width: 1180px;
	margin:0 auto;
}

.link_box h4{
	font-size: 18px;
    float: left;
	margin-right: 20px;
	line-height: 30px;
}

.link_box h4 span{
	font-size: 14px;
	color: #b2b2b2;
	text-transform: uppercase;
	font-weight: normal;
}

.link_box a{
	float: left;
	font-size: 14px;
	color: #cccccc;
	line-height: 32px;
	margin-right: 10px;
}

.link_box a:hover{

	color: #2196F3;

}

/*link end*/