html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}
body {
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	overflow-x: hidden;
	background: #fff;
	min-width: 1200px;
}
img, a {
	border: 0;
	text-decoration: none;
	color: #333;
}
ol, ul {
	list-style: none;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
.width1100 {
	width: 1200px;
	margin: 0 auto;
}
input:focus {
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*header*/
.top {
	background: url(../images/tline.jpg);
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #333333;
}
.hello {
	height: 30px;
	line-height: 30px;
	width: 50%;
	float: left;
}
.tright {
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
	float: left;
	width: 50%;
}
.tright a {
	color: #333333;
	display: block;
	width: 80px;
	text-align: center;
	border-right: 1px solid #ccc;
	float: right;
}
.tright a:first-child {
	border-right: 0;
}


.head {
	width: 1200px;
	height: 115px;
	margin: 0 auto;
}
.head .logo {
	width: 290px;
	height: 115px;
	float: left;
}
.head .logo a, .head .logo a h1 {
	height: 100%;
	text-indent: -9999px
}
.head .nav {
	width: 860px;
	height: 115px;
	margin-left: 50px;
	float: left;
}
.head .nav .intel {
	width: 315px;
	margin-top: 20px;
	height: 50px;
	float: right;
}
.head .nav .intel img {
	float: right;
	width: 35px;
	height: 35px;
}
.head .nav .intel span {
	display: block;
	float: right;
	font-size: 24px;
	color: #f7c02d;
	height: 35px;
	width: 160px;
	text-align: right;
}
.head .nav ul {
	height: 45px;
}
.head .nav li {
	float: left;
	position: relative;
	width: 92px;
	height: 28px;
	line-height: 28px;
}
.head .nav li a {
	display: block;
	width: 100%;
	float: left;
	font-size: 15px;
	color: #161616;
	text-align: center;
}
.head .nav li a:hover, .head .nav li a.hover {
	background: #3080B5;
	color: #ffffff;
	border-radius: 25px;
}

/*banner*/
.ibanr {
	height: 450px;
	position: relative;
}
.ibanr .img {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.ibanr .img li {
	width: 100%;
	height: 450px;
	float: left;
	background: no-repeat top center;
	background-size: cover;
}
.ibanr .img li a {
	display: block;
	width: 100%;
	height: 450px;
}
.ibanr .page {
	position: absolute;
	bottom: 3%;
	z-index: 20;
	text-align: center;
	left: 45%;
}
.ibanr .page span {
	background: #ffffff;
	float: left;
	display: inline-block;
	width: 30px;
	height: 5px;
	display: block;
	margin: 0 5px;
 *zoom: 1;
	text-indent: 0;
	cursor: pointer;
}
.ibanr .page span.current {
	background: #3080B5;
}


/*products*/
.center{ text-align:center; }
.w1300{ width:1200px;margin:0 auto; }
.i_pro{ width: 100%; overflow: hidden;}
.item_box{ position: relative; width: 290px; float: left; margin-right: 10px; }
.item_box a.img{
	display: block;	width: 290px;
    height: 250px;
	
}
.item_box a.img img{
	width: 290px;
    height: 250px;
}

.item_box h3{
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
}
.item_box h3 a{
	display: block;
	font-weight: normal;
	text-align: center;
	color: #666666;
    font-size: 14px;
    line-height: 40px;
}
.item_box .project-intro {width: 290px;height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
		/* background:url(../images/h3.png) no-repeat center 100%; 
    bottom: 70px; */
}
.item_box .project-intro:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
  background:url(../images/h3.png) no-repeat center; 
	
	background-size: cover;
    
    opacity: 0;
    transform: scale(0);
    transition: all .5s ease;
    
}
.item_box .project-intro .intro-box{
	
    opacity: 0;
    transform: translateY(-20px);
    transition: all .5s ease;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
}
.item_box .project-intro h4.project-title{
    text-align: center;
    font-size: 22px;
    font-weight:normal;
    color: #fff !important;
    padding-top:104px;
    padding-bottom: 15px;
}

.item_box .project-descr{
    text-align: center;
    border:1px solid #fff;
    color: #fff;
    width:123px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
	margin-top:110px;
    font-size: 16px;
    border-radius:15px;
}
.item_box .project-descr:hover{
    text-align: center;
    border:1px solid #f7c02d;
    color: #f7c02d;
    width:123px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
	margin-top:110px;
    font-size: 16px;
    border-radius:15px;
}
.item_box:hover{
    cursor: pointer;
}
.item_box:hover .project-intro:after{
    opacity: 1;
    transform: scale(1)
}
.item_box:hover .project-intro .intro-box {
    opacity: 1;
    transform: translateY(0);
}
.item_box .bbt{background:url(../images/hh.png) no-repeat center top;height:70px;line-height:70px;display:block;text-align:center;color:#333333;font-size:14px;}

.item_box .bbt a{color:#333333;font-size:14px;}
.item_box .bbt a:hover{color:#f7c02d;font-size:14px;}
.i_pro_class{ text-align: center; margin-bottom: 15px; }
.i_pro_class a{
	 display: inline-block;  height: 35px; line-height: 35px; padding: 0 15px; border: 1px solid #3080b5; color:  #333; font-size: 16px;
}
.i_pro_class a:hover ,.i_pro_class a.sel{ background-color: #3080b5; color: #fff;}




/*gook*/
 .mid_banner01 {

        width: 100%;

        height: 242px;

        background: url(../images/mid_banner_02.jpg) no-repeat center;

    }

    

    .mid_ban01 {

        width: 1180px;

        height: 247px;

        margin: 0 auto;

        position: relative;

    }

    

    .mid_ban01{ width:1180px;} 

    .mid_ban01 h3{ font-size:35px; color:#f7c02d;top:30px;position:absolute; left:24px;font-weight: bold;} 

    .xgg1{ position:absolute; left:89px;font-size: 24px;color: #363839;margin-top: 281px;line-height: 26px;font-weight: bold;}

    .xgg2{position:absolute; left:167px;font-size: 26px;color: #fff;margin-top: 34px;line-height: 26px;width: 711px;height: 44px;line-height: 44px;/*! text-align: center; *//*! background: #fff; *//*! border-radius: 40px; */font-weight: bold;}

    .xgg3{position:absolute; right:85px;font-size: 17px;color: #fff;margin-top: 82px;line-height: 26px;}

    .xgg4{position:absolute; right:45px;color: #fff;margin-top: 23px;line-height: 26px; font-size: 14px;}

.xgg4 span{ color: #373737; font-size: 17px; }

 .xgg5{ font-size: 12px; color: #e8edff; text-transform: uppercase;padding-top: 80px;}



/*youshi*/
.index_ysbox{ width:100%; margin:auto; background:url(../images/ysbj.jpg) no-repeat center; height:750px;}   

.index_ys{ width:1180px; margin:auto; position: relative;} 

.index_ys h3{ text-align: center;position: relative;top: 240px;}

.index_ys h3 a{ font-size: 32px; color: #333333;font-weight: bold;}



.index_ys h3 span{ font-size: 19px; color: #333333; margin-top: 5px; display: block;text-transform: uppercase;}





.ys1{width:262px; height: 267px; position: absolute;top: 103px;}

.ys1 dt{font-size: 18px; color: #212121; margin-left: 60px;}

.ys1 dt span{font-size: 12px; color: #909090;text-transform: uppercase;display: block;margin-top: 5px;}

.ys1 dd{ width:360px; margin-left: 16px;}

.ys1 dd p{margin-top: 11px; font-size: 14px; color: #404040;line-height: 24px;}



.ys2{width:262px; height: 267px; position: absolute;top: 103px;right: 90px;}

.ys2 dt{font-size: 18px; color: #212121; }

.ys2 dt span{font-size: 12px; color: #909090;text-transform: uppercase;display: block;margin-top: 5px;}

.ys2 dd{ width:360px;}

.ys2 dd p{margin-top: 11px; font-size: 14px; color: #404040;line-height: 24px;}

.ys3{ width: 305px;height: 129px; position: absolute;top:290px;left:24px; }

.ys4{ width: 305px;height: 129px; position: absolute;top:290px;right:24px; }

.ys5{width:391px; height: 267px; position: absolute;top: 462px;}

.ys5 dt{font-size: 18px; color: #212121; margin-left: 60px;}

.ys5 dt span{font-size: 12px; color: #909090;text-transform: uppercase;display: block;margin-top: 5px;}

.ys5 dd{ width:374px; margin-left: 16px;}

.ys5 dd p{margin-top: 11px; font-size: 14px; color: #404040;line-height: 24px;}

.ys6{width:262px; height: 267px; position: absolute;top: 462px;right: 90px;}

.ys6 dt{font-size: 18px; color: #212121; }

.ys6 dt span{font-size: 12px; color: #909090;text-transform: uppercase;display: block;margin-top: 5px;}

.ys6 dd{ width:360px;}

.ys6 dd p{margin-top: 11px; font-size: 14px; color: #404040;line-height: 24px;}

.ys_tel{ background: url(../images/ystel.jpg) center no-repeat; width:292px; height: 61px;position: absolute;top:660px; left: 458px;font-size: 14px;color: #fff;line-height: 57px;/*! padding-left: 15px; */}

 .ys_tel span{margin-top: 15px;margin-left: 64px;} 





/*content*/


  .news {
	border-top-color: rgb(244, 244, 244);
	border-top-width: 1px;
	border-top-style: solid;
}
.news .newsCon {width: 361px;padding: 29.5px 29px;/* margin: 29.5px; *//* border: 1px solid #ececec; */border-top: none;/* margin: -1px 0 0 -1px; */border-bottom: none;float: left;padding-bottom:12px;}

.news h3 {
	font-weight: normal; margin-bottom: 5px;
}
.news h3 a {
	background: url("../images/news01.png") no-repeat right; height: 34px; display: block;
}
.news h3 b {
	color: rgb(61, 61, 61); font-size: 22px; margin-right: 10px;
}
.news h3 i {
	font-size: 16px;
}
.news dt {
	margin-bottom: 5px;
}
.news dt img {
	width: 360px;
	height: 100px;
	display: block;
}
.news dd {
	height: 21px;
	line-height: 24px;
	overflow: hidden;
	/*padding-left: 18px;*/
	font-size: 14px;
	font-weight: 100;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news dd a {
	color: rgb(51, 51, 51);
}
.news a.news_more {
	border-radius: 20px; border: 1px solid rgb(215, 215, 215); width: 112px; height: 38px; text-align: center; line-height: 38px; font-size: 16px; margin-top: 40px; display: block;
}
.news .newsCon:hover a.news_more {
	background: rgb(208, 24, 23); border-color: rgb(208, 24, 23); color: rgb(255, 255, 255);
}
.news dl dd:hover {
	background: url("../images/ty02.png") no-repeat left;
}

.invite_kind {
	width: 1006px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	/* margin-left: 10px; */
}
.invite_kind ul li{
	background: #82b440;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.invite_kind ul li {
	float: left;
	padding-left:20px;
	padding-right:20px;
	height: 40px;
	line-height: 40px;
	/* border-radius: 5px; */
	background: #015198;
	text-align: center;
	margin-right: 5px;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.invite_kind ul li a {
	color: #FFF;
	font-size: 16px;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s
}
/*footer*/

#ifooter {
	background: #3080b5;
	padding: 10px 0px;
	font-size: 14px;
}
#ifooter {
	color: rgb(255, 255, 255);
}
.container {
	width: 1260px;
	overflow: hidden;
	/* margin-bottom: 10px; */
	margin-right: auto;
	margin-left: auto;
}
  .newsCon a:hover{
	  color:#f7c02d;
  }
  .h_nav li:hover{
	  background-color:#f6a327;
  }
  .car{
	  background-color:#f6a327;
  }
  
