﻿/*头部*/
.header{
	width: 100%;
	height: 88px;
}
.hdcnt{
	width: 1140px;
	height: 880px;
	margin: 0 auto;
}
.hdcnt_logo{
	width: 200px;
	height: 88px;
	float: left;
}
.hdcnt_logo img{}

/*一级导航*/
.hdcnt_nav{
	max-width: 700px;
	height: 88px;
	float: right;
	position: relative;
	z-index: 999;
}
.hdcnt_nav ul{}
.hdcnt_nav ul li{
	float: left;
	height: 88px;
	position: relative;
}
.hdcnt_nav ul li a.at{
	display: block;
	height: 88px;
	line-height: 88px;
	padding: 0 20px;
	font-size: 14px;
	color: #237eb8;
	font-weight: bold;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

/*二级栏目*/
.hd_nav_tw{
	height: 26px;
	position: absolute;
	top: 100px;
	left: 0;
	border-top: 2px solid #ff7400;
	display: none;
	opacity: 0;
}
.hd_nav_tw dl{}
.hd_nav_tw dl dd{
	width: 96px;
	height: auto;
}
.hd_nav_tw dl dd a{
	display: block;
	width: 180px;
	padding-left: 24px;
	height: 26px;
	line-height: 26px;
	background: #d7bc7c;
	background: rgba(215,188,124,.6);
	color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.hd_nav_tw dl dd:hover a{
	background: #e0af3a;
}
.hdcnt_nav ul li:hover a.at{
	background-color: #237eb8;
	color: #fff;
}
.hdcnt_nav ul li.hdcnt_nav_on a.at{
	background-color: #237eb8;
	color: #fff;
}

/*搜索、中英文*/
.hdcnt_search{
	width: 240px;
	height: 88px;
	float: right;
}
.serch, .english, .china{
	float: left;
	margin-left: 8px;
	margin-top: 34px;
}
.serch{
	width: 150px;
	height: 20px;
	margin-left: 24px;
	position: relative;
	float: right;
}
.serch input{
	width: 104px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 14px;
	padding-right: 30px;
	color: #717171;
	outline:none;
	float: left;
}
.serch a{
	display: block;
	width: 18px;
	height: 18px;
	background: url("../images/seach.png") no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 5px;
	z-index: 10;
}
.english, .china{
	width: 20px;
	height: 20px;
	border: 1px solid #d6d6d6;
	text-align: center;
	line-height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.english a, .china a{
	color: #717171;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.english:hover{ border: 1px solid #72b3ee;}
.english:hover a{ color: #72b3ee;}
.china:hover{ border: 1px solid #72b3ee;}
.china:hover a{ color: #72b3ee;}


/*banner*/
.banner{
	width: 100%;
	height: 514px;
	position: relative;
}
.banner ul{}
.banner ul li{
	width: 100%;
	height: 514px;
	position: absolute;
	display: none;
}
.banner ul li a{ display: block; width: 100%; height: 100%;}
.banfot1{
	width: 1140px;
	height: 514px;
	margin: 0 auto;
	position: relative;
}
.tmall{
	width: 560px;
	height: 194px;
	position: absolute;
}
.tmall1{ left: 0px; top: 140px;}
.tmall2{ left: 67px; top: 50px;}
.tmall3{ right:80px;  top: 20px;}
.tmall4{ top: 60px; right: 0;}
.tmone{
	width: 560px;
	height: 194px;
	background: #fff;
	opacity: .6;
	filter:Alpha(opacity=60);
	position: absolute;
	top: 0;
	left: 0;
}
.tm_sin{
	width: 510px;
	height: 164px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 25px;
}
.tm_sin p{ margin-bottom: 10px;}
.tm_sin p.p1{
	font-size: 30px;
	color: #006cbf;
	font-family: "SimSun", "宋体";
	font-weight: bold;
}
.tm_sin p.p2{
	font-size: 13px;
	color: #0075bf;
	line-height: 28px;
}
.tm_sin p.p3{ font-size: 16px; color: #c48f00;}
.tm_sin p.p3 span{ font-family: "SimSun", "宋体"}
.banner dl{
	width: 90px;
	height: 12px;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	bottom: 20px;
}
.banner dl dd{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.banner dl dd.ban_on{ background: #237eb8;}

.ban_hr{
	width: 100%;
	height: 10px;
	background: url("../images/ban_xg.jpg") no-repeat center;
}


/*首页内容*/
.contant{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
/*首页新闻*/
.hm_new{
	width: 1140px;
	height: auto;
	margin: 0 auto;
}
.hm_new_titprc{
	height: 100px;
	text-align: center;
}
.hm_new_titprc img{ margin-top: 35px;}
.newall{
	width: 1140px;
	height: 280px;
}
.newall_lf{
	width: 438px;
	height: 278px;
	border: 1px solid #c6c6c6;
	float: left;
	overflow: hidden;
	position: relative;
}
.newall_lf a{
	display: block;
	width: 440px;
	height: 280px;
}
.newall_lf a img{
	width: 440px;
	height: 280px;
}
.newall_lf p{
	width: 90%;
	padding: 0 5%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,.6);
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.newall_rt{
	width: 640px;
	height: 280px;
	float: right;
}
.newall_rt ul{}
.newall_rt ul li{
	width: 640px;
	height: 92px;
	border-bottom: 1px dashed #cdcdcd;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.nwnext{
	width: 530px;
	height: 92px;
	float: left;
}
.nwnext p{}
.nwnext p.p1{
	font-size: 16px;
	background: url("../images/pad_jt.png") no-repeat left;
	padding-left: 22px;
	margin-top: 12px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.nwnext p.p1{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.nwnext p.p2{
	margin-top: 8px;
	line-height: 20px;
	text-indent: 2em;
}
.nwtime{
	width: 54px;
	height: 68px;
	float: right;
	margin-top: 12px;
}
.nwtime p{
	width: 54px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	background: #99c7f1;
}
.nwtime span{
	display: block;
	width: 54px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: #d7bc7c;
	color: #fff;
	margin-top: 1px;
}
.newall_rt ul li:hover{ background: #f3f3f3;}
.newall_rt ul li:hover .nwnext p.p1{
	background: url("../images/pad_jt.png") no-repeat;
	background-position: 5px center;
}
.newall_rt ul li:hover .nwnext p.p1{ color: #d1331f}

/*盈田产业*/
.industry{
	width: 100%;
	height: 720px;
	background: #f3f3f3;
	margin-top: 55px;
}
.int_cnt{
	width: 1140px;
	height: 640px;
	margin: 0 auto;
}
.dus_ent{
	width: 1140px;
	height:auto;
	overflow: hidden;
	zoom: 1;
}
.dus_ent ul{ width: 1200px;}
.dus_ent ul li{
	width: 378px;
	height: 240px;
	float: left;
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.dus_ent ul li img{
	max-width: 378px;
}
.vonal{
	width: 378px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
}
.conver{
	width: 378px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
}
.conver1{
	background: #fc4340;
	opacity: .8;
	filter:Alpha(opacity=80);
}
.conver2{
	background: #2db900;
	opacity: .8;
	filter:Alpha(opacity=80);
}
.conver3{
	background: #004399;
	opacity: .8;
	filter:Alpha(opacity=80);
}
.conver4{
	background: #0070ff;
	opacity: .8;
	filter:Alpha(opacity=80);
}
.conver5{
	background: #0098d5;
	opacity: .8;
	filter:Alpha(opacity=80);
}
.conver6{
	background: #cb009e;
	opacity: .8;
	filter:Alpha(opacity=80);
}
.pendsm{
	width: 250px;
	height: 120px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #fff;
	text-align: right;
	opacity: 0;
}
.pendsm p.p1{ font-size: 30px;}
.pendsm p.p2{ margin-top: 5px; line-height: 20px;}
.pendsm a{
	display: block;
	width: 94px;
	height: 22px;
	border: 1px solid #e9d56e;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	line-height: 22px;
	color: #e9d56e;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.pendsm a:hover{
	background: #fff;
	color: #333;
	border: 1px solid #fff;
}

/*园区案例*/
.yqcase{
	width: 1140px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
}
.casekon{
	width: 1140px;
	height: auto;
}
.casone, .castwo, .casthree{
	width: 1140px;
	height: 265px;
	position: relative;
}
.casmy{
	height: 265px;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.casmy1{
	width: 440px;
	left: 0;
}
.casmy1 img{
	width: 440px;
	height: 265px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.casmy2{
	width: 266px;
	left: 440px;
	background: #f84541;
}
.cykp{
	font-size: 28px;
	color: #fff;
	width: 170px;
	height: 36px;
	line-height: 36px;
	margin-right: 30px;
	float: right;
	margin-top: 110px;
	position: relative;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.cykp img{
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}
.yqto{
	width: 160px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	float: right;
	margin-right: 40px;
	color: #fff;
	line-height: 20px;
	margin-top: 40px;
	opacity: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.casmy3{
	width: 434px;
	right: 0;
}
.casmy3 img{
	width: 434px;
	height: 265px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

/*----------*/
.casty{
	height: 265px;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.casty1{
	width: 706px;
	left: 0;
}
.casty1 img{
	width: 706px;
	height: 265px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.casty2{
	width: 272px;
	left: 706px;
	background: #47a652;
}
.zwtp{
	font-size: 28px;
	color: #fff;
	width: 160px;
	height: 36px;
	line-height: 36px;
	margin-left: 35px;
	margin-top: 110px;
	position: relative;
	text-align: right;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.zwtp img{
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.nwltte{
	width: 160px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-left: 40px;
	color: #fff;
	line-height: 20px;
	margin-top: 40px;
	opacity: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.casty3{
	width: 162px;
	right: 0;
}
/*---------*/
.casthe{
	height: 265px;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.casthe1{
	width: 108px;
	left: 0;
}
.casthe2{
	width: 322px;
	left: 108px;
	background: #3b5997;
}
.cattg{
	font-size: 28px;
	color: #fff;
	width: 160px;
	height: 36px;
	line-height: 36px;
	margin-right: 55px;
	float: right;
	margin-top: 110px;
	position: relative;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.cattg img{
	display: block;
	position: absolute;
	top: 4px;
	right: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}
.cattyl{
	width: 160px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	float: right;
	margin-right: 55px;
	color: #fff;
	line-height: 20px;
	margin-top: 40px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
}
.casthe3{
	width: 710px;
	right: 0;
}
.casthe3 img{
	position: absolute;
	width: 710px;
	height: 265px;
	top: 0;
	left: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.lj_more{
	width: 1140px;
	height: auto;
	text-align: center;
	padding: 55px 0;
}
.lj_more a{
	border: 1px solid #cacaca;
	padding: 6px 15px;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ededed;
	color: #3b5997;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.lj_more a span{ font-weight: bold;}
.lj_more a:hover{
	background: #3b5997;
	color: #fff;
}

/*合作伙伴*/
.cofnd{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	background: #f3f3f3;
}
.codends{
	width: 1140px;
	height: auto;
	margin: 0 auto;
}
.comdxt{
	width: 1140px;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.somdy{
	width: 372px;
	height: auto;
	float: left;
	margin-right: 3px;
}
.somdy ul{}
.somdy ul li{
	width: 378px;
	height: 120px;
	margin-bottom: 3px;
}
.somdy ul li div{ float: left; height: 120px; position: relative; background: #d7bc7c;}
.somdy ul li div img{ height: 120px;}
.som_lf1{ width: 192px;}
.som_lf1 img{ width: 192px;}
.som_rt2{ width: 372px;}
.som_rt2 img{ width: 372px;}
.som_cnt{ width: 372px;}
.som_cnt img{ width: 372px;}
.som_lf3{ width: 266px;}
.som_lf3 img{ width: 266px;}
.som_rt4{ width: 103px; margin-left: 3px !important;}
.som_rt4 img{ width: 103px;}
.som_lf5{ width: 162px;}
.som_lf5 img{ width: 162px;}
.som_rt6{ width: 207px; margin-left: 3px;}
.som_rt6 img{ width: 207px;}
.som_lf7{ width: 229px; margin-left: 3px;}
.som_lf7 img{ width: 229px;}
.som_rt8{ width: 140px;}
.som_rt8 img{ width: 140px;}
.som_lf9{ width: 194px;}
.som_lf9 img{ width: 194px;}
.som_rt10{ width: 175px; margin-left: 3px;}
.som_rt10 img{ width: 175px;}
.som_rtsy{
	width: 186px;
	text-align: center;
	line-height: 120px;
	margin-right: 3px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.som_rtsy a{ color: #fff;}
.somdy ul li div p{
	width: 100%;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/logomec.png") no-repeat center;
	display: block;
}
.som_rt2to{ width: 376px;}
.som_rt2to img{ width: 376px;}



/*底部*/
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tylong{
	width: 100%;
	height: 126px;
	background: url("../images/logo.jpg") no-repeat center;
	border-top: 1px solid #ece7dd;
}
.linkdm{
	width: 100%;
	height: 176px;
	border-top: 1px solid #ece7dd;
	background: #ebf5fc;
}
.linbg{
	width: 1140px;
	height: 176px;
	margin: 0 auto;
}
.linkdm_cnt{
	width: 900px;
	height: 176px;
	float: left;
	margin-left: 50px;
}
.linkdm_cnt .lnk_lm{
	width: 150px;
	height: 176px;
	float: left;
	text-align: center;
	background: url("../images/linkbg.png") no-repeat right;
}
.linkdm_cnt .lnk_lm ul{}
.linkdm_cnt .lnk_lm ul li{
	font-size: 13px;
	color: #043c84;
	margin-bottom: 2px;
}
.linkdm_cnt .lnk_lm ul li a{
	color: #266ea8;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.linkdm_cnt .lnk_lm ul li.lnk_lm_on{
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 6px;
}
.weix{
	width: 98px;
	height: 176px;
	float: left;
	margin-left: 5px;
}
.weix p{ text-align: center;}
.weix p.p1{ margin-top: 20px}
.fot_bomt{
	width: 100%;
	height: 210px;
	background: url("../images/fotbg.jpg") no-repeat center;
	margin-top: 6px;
}
.fot_bomt_cnt{
	width: 1140px;
	height: 192px;
	margin: 0 auto;
}
.symap, .syaddre, .sycont{
	height: 192px;
	float: left;
}
.symap{
	width: 263px;
	background: url("../images/map.png") no-repeat center;
	margin-left: 60px;
}
.syaddre{ width: 375px; margin-left: 50px;}
.syaddre p{
	color: #e2f2ff;
	margin-bottom: 8px;
}
.syaddre p.p1{
	color: #6699c4;
	margin-top: 32px;
	margin-bottom: 20px;
}
.sycont{
	width: 290px;
	margin-left: 50px;
}
.phosz{
	width: 280px;
	height: 76px;
	/*background: #225eaf;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 24px;

}
.phosz tr td{
	color:#FFF;
	}
.phosz1, .phosz2{
	height: 38px;
	line-height: 38px;
	float: left;
	color: #d3ecff;
}
.phosz1{
	width: 130px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.phosz2{
	width: 150px;
	font-size: 18px;
	text-align: center;
	background: #1d71d0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.icon_tb{
	width: 290px;
	height: 30px;
	margin-top: 24px;
}
.icon_tb ul{}
.icon_tb ul li{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.rendng{
	width: 290px;
	height: 20px;
	color: #b5d2ea;
	margin-top: 28px;
}
.linkdm_cnt .lnk_lm ul li a:hover{ color: #fe0002}
.icon_tb a{
	display: block;
	width: 24px;
	height: 24px;
	padding-left: 0 !important;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.icon_tb a.bds_tqq{ background: url("../images/wb.png") no-repeat center;}
.icon_tb a.bds_weixin{ background: url("../images/wx.png") no-repeat center;}
.icon_tb a.bds_tsina{ background: url("../images/xl.png") no-repeat center;}
.icon_tb a.bds_qzone{ background: url("../images/kj.png") no-repeat center;}
.icon_tb a.bds_sqq{ background: url("../images/qq.png") no-repeat center;}
.icon_tb a.bds_app{ background: url("../images/app.png") no-repeat center;}

/*园区案例效果*/
.casone:hover .casmy1 img{
	width: 480px;
	height: 289px;
	left: 50%;
	margin-left: -240px;
	top: 50%;
	margin-top: -144.5px;
}
.casone:hover .casmy2 .cykp{ margin-top: 70px;}
.casone:hover .casmy2 .cykp img{
	right: -10px;
	opacity: 1;
}
.casone:hover .casmy2 .yqto{
	margin-top: 10px;
	opacity: 1;
}
.casone:hover .casmy3 img{
	 width: 474px;
	 height: 289px;
	 left: 50%;
	 margin-left: -237px;
	 top: 50%;
	 margin-top: -144px;
 }

.castwo:hover .casty1 img{
	width: 746px;
	height: 280px;
	left: 50%;
	margin-left: -373px;
	top: 50%;
	margin-top: -140px;
}
.castwo:hover .casty2 .zwtp{ margin-top: 70px;}
.castwo:hover .casty2 .zwtp img{
	left: -10px;
	opacity: 1;
}
.castwo:hover .casty2 .nwltte{
	margin-top: 10px;
	opacity: 1;
}
.casthree:hover .casthe2 .cattg{ margin-top: 70px;}
.casthree:hover .casthe2 .cattg img{
	right: -10px;
	opacity: 1;
}
.casthree:hover .casthe2 .cattyl{
	margin-top: 10px;
	opacity: 1;
}
.casthree:hover .casthe3 img{
	width: 750px;
	height: 280px;
	top: 50%;
	left: 50%;
	margin-left: -375px;
	margin-top: -140px;
}

/*分页样式*/
.pages{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
.pages a{
	background: #939393;
	color: #fff;
	padding: 4px 12px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.pages a:hover{
	background: #dedede;
	color: #237eb8;
}
.pages b{
	background: #dedede;
	color: #237eb8;
	padding: 8px 16px;
	font-weight: normal;
}

/*---------------------内页---------------------*/
/*内页导航*/
.ny_ban{
	width: 100%;
	height: 262px;
	background: url("../images/ny_ban.jpg") no-repeat center;
}
.ny_cnt{
	width: 1140px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 100px;
}
.ny_cnt_lf{
	width: 246px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	float: left;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.ny_cnt_lf h2{
	width: 100%;
	height: 66px;
	background: #30528f;
	color: #fff;
	line-height: 66px;
	padding-left: 30px;
	font-weight: normal;
}
.ny_cnt_lf ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	padding: 15px 0;
	background: #1a76c4;
}
.ny_cnt_lf ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.ny_cnt_lf ul li a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding-left: 30px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.nbg_prc{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 50px;
}
.nbg_prc img{
	width: 100%;
}
.ny_cnt_lf ul li.ny_cnt_on a{
	background: #bb9d61;
	padding-left: 40px;
}
.ny_cnt_lf ul li:hover a{
	background: #bb9d61;
	padding-left: 40px;
}

/*end 内页导航*/

/*内页右边内容*/
.ny_cnt_nry{
	width: 860px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	float: right;
}
.cny_tit{
	width: 96%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border-bottom: 1px dotted #999;
	font-weight: bold;
	color: #333;
	background: url("../images/jtsm.png") no-repeat left;
	padding-left: 4%;
}
.soft_nt{
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.biat{
	font-size: 16px;
	color: #c51f1c;
	margin: 25px 0;
}
.sfnxt{
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 120px;
}
.sfnxt p{
	line-height: 20px;
}
.sfnxt p.p1 img{
	margin-left: 50px;
	margin-right: 10px;
}

/*新闻中心-企业资讯*/
.newlie{
	width: 860px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
}
.newlie ul{}
.newlie ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.newlie ul li a{
	display: block;
	width: 100%;
}
.newlie_lf{
	width: 90px;
	height: 80px;
	float: left;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.newlie_lf p{
	font-size: 30px;
	margin-top: 10px;
}
.newlie_lf span{ font-size: 16px;}
.newlie_rt{
	width: 740px;
	height: 80px;
	float: right;
}
.newlie_rt p.p1{
	font-size: 15px;
	margin-top: 5px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.newlie_rt p.p2{
	margin-top: 10px;
	text-indent: 2em;
	line-height: 22px;
}
.newlie ul li:hover{ background: #f4f4f4;}
.newlie ul li:hover a .newlie_lf{ background: #eee;}
.newlie ul li:hover a .newlie_rt p.p1{ color: #ff0000;}
.newxq{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
	margin-bottom: 30px;
}
.new_tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
}
.new_tit p.p1{
	text-align: center;
	font-size: 16px;
}
.new_tit p.p2{
	text-align: right;
	margin-top: 10px;
}
.new_nxt{
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	font-size: 14px !important;
}
.new_nxt img{ max-width: 860px;}
.new_nxt p{
	line-height: 22px;
	margin-bottom: 10px;
}

/*公司简介*/
.fostm {
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
}
.fostm p{ line-height: 27px;}
.fostm_yt{
	width: 350px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	float: left;
	margin-right: 32px;
	margin-bottom: 15px;
}
.fostm_yt p{
	font-size: 16px;
	margin-bottom: 10px;
	color: #c51f1c;
}
.fostm p.p1{
	margin-top: 32px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}
.fostm p.p2{
	margin-bottom: 16px;
	text-indent: 2em;
}
.phnesc{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	background: #ededed;
}

/*盈田文化*/
.lture{
	height: 480px;
	overflow: hidden;
	zoom: 1;
	background: url("../images/whns.png") no-repeat right bottom;
	padding: 0 20px;
	font-size: 14px;
	padding-top: 40px;
}
.lture p.p1{
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;

}

/*组织架构*/
.zzjg{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.zzjg img{
	width: 100%;
}

/*发展历程*/
.rylcs{
	width: 860px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	margin-top: 20px;
}
.rylcs ul{}
.rylcs ul li{
	width: 860px;
	height: 60px;
	background: url("../images/lcbh.png");
	margin-bottom: 35px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.rylcs ul li .rybgjt{
	width: 100%;
	height: 60px;
	background: url("../images/lacmsds.png") no-repeat;
	background-position: 70px bottom;
	padding-bottom: 28px;
}
.rylcs ul li .rytime{
	width: 160px;
	height: 40px;
	margin-top: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	float: left;
	background: #fff;
	margin-left: 10px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #c93237;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.rylcs ul li p{
	width: 630px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	background: url("../images/rylcjt.png") no-repeat left;
	float: right;
	padding: 0 20px;
	font-size: 14px;
}
.rylcs ul li .rybgjt p.p1{ line-height: 20px;}
.rylcs ul li.li1 p{ line-height: 1.4;}
.rylcs ul li:hover .rytime{ background: #145dba; color: #fff;}

/*资质荣誉*/
.ytz_ry{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.ytz_ry ul{ width: 950px;}
.ytz_ry ul li{
	width: 270px;
	float: left;
	height: 175px;
	margin-right: 25px;
	margin-top: 25px;
	font-size: 14px;
}
.ytz_ry ul li a{
	display: block;
	width: 98%;
	height: 100%;
	overflow: hidden;
	border: 3px solid #dedede;
}
.ytz_ry ul li img{
	width: 100%;
	height: 100%;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-ms-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.ytz_ry ul li:hover a img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
}

/*人才理念*/
.rencln{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.rencln p{
	margin-top: 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #ededed;
	font-size: 14px;
}
.rencln p span{
	color: #fff;
	background: #da251c;
	display: block;
	width: 140px;
	height: 40px;
	float: left;
	margin-right: 30px;
	text-align: center;
}
.remcdm{
	width: 100%;
	height: 300px;
	background: url("../images/zczc.jpg") no-repeat right bottom;
	overflow: hidden;
	margin-top: 20px;
}
.remcdm p{
	width: 500px;
	height: auto;
	font-size: 16px;
	text-indent: 2em;
	margin-top: 20px;
	line-height: 30px;
}

/*园区案例内页*/

.parkan, .parkan_nxt{
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.xmjj{
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 25px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 25px;
}
.xm_tit{
	height: auto;
	overflow: hidden;
	zoom: 1;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 5px;
	background: url("../images/hsold.png") no-repeat left;
}
.xm_nxt{
	height: auto;
	overflow: hidden;
	zoom: 1;
	line-height: 20px;
}
.xm_nxt p{
	text-indent: 2em;
}
.parkan_lie{
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 50px;
	margin-top: 20px;
}
.parkan_lie ul{ width: 1000px;	}
.parkan_lie ul li{
	width: 200px;
	height: 130px;
	float: left;
	margin: 20px 11px 0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.parkan_lie ul li a{
	display: block;
	width: 200px;
	height: 130px;
	border: 2px solid #ededed;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}
.parkan_lie ul li a img{
	width: 200px;
	min-height: 130px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.parkan_lie ul li:hover a{
	margin-top: -5px;
	-webkit-box-shadow: 0 0 0 10px #999;
	-moz-box-shadow: 0 0 0 10px #999;
	box-shadow: 0 0 5px 2px #c9c9c9;
}
.parkan_lie ul li:hover a img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
}
.parkan_lie h2{ font-size: 16px; background: url("../images/aldd.png") no-repeat left; padding-left: 22px;}
.parkan_lie p{ margin-top: 10px; text-indent: 2em;}

/*招聘中心*/
.zhapn{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
	margin-bottom: 100px;
}
.zhapn ul{}
.zptit{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-bottom: 2px solid #999;
}
.zptit span.wth1{ width: 25%;}
.zptit span.wth2{ width: 15%;}
.zptit span{
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.zhapn ul li{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #dedede;
	background: url("../images/menu-arrow1.png") no-repeat;
	background-position: 20px center;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.zhapn ul li a{
	display: block;
	width: 100%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.zhapn ul li span{
	display: block;
	width: 20%;
	float: left;
	text-align: center;
}
.zhapn ul li span.wth1{ width: 25%;}
.zhapn ul li span.wth2{ width: 15%;}
.zhapn ul li:hover{
	background: #fc4541 url("../images/menu-arrow.png") no-repeat;
	background-position: 20px center;
}
.zhapn ul li:hover a{ color: #fff;}


/*招聘详情*/
.opcy_cnt{
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.tit_sy{
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border-bottom: 1px solid #ededed;
}
.rczp ul li .tit_sy:hover{
	color: #004398;
	background: #F1F1F1;
}
.cdition{
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.basicin{
	height: auto;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #ededed;
	margin-top: 10px;
	padding-bottom: 10px;
}
.basicin p{
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.basicin p span{
	display: block;
	width: 40%;
	float: left;
	margin-left: 10%;
	height: 32px;
	line-height: 32px;
}
.rement{
	height: auto;
	overflow: hidden;
	zoom: 1;
	padding: 0 10%;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.rement p.p1{
	font-weight: bold;
}
.miaso{
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.miaso p{
	margin-top: 8px;

	line-height: 20px;
}
.btn_jl{
	width: 120px;
	height: 32px;
	float: right;
	margin-right: 10%;
	margin-bottom: 50px;
	border: 0;
	background: #42617a;
	color: #fff;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 20px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.btn_jl:hover{
	background: #004398;
	-webkit-box-shadow: 0px 0px 2px 2px #717171;
	-moz-box-shadow: 0px 0px 2px 2px #717171;
	box-shadow: 0px 0px 2px 2px #717171;
}
.rczp ul li.zp_on .tit_sy{
	color: #004398;
	background: #F1F1F1;
}

/* 浮动*/
.fotdn{
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.fot_yp{
	width: 330px;
	height: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -165px;
	background: #fff;
}
.yp_tit{
	width: 330px;
	height: 60px;
	background: #003665;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.yp_tit p{
	font-size: 18px;
	margin-top: 8px;
}
.yp_tit span{ font-size: 14px;}
.fot_cnt{
	width: 330px;
	height: 300px;
}
.fot_cnt p{
	height: auto;
	overflow: hidden;
	zoom: 1;
	padding: 19px 0;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
}
.fot_cnt p span{
	display: block;
	float: left;
	width: 90px;
	text-align: right;
}
.fot_cnt p em{
	display: block;
	float: left;
	width: 230px;
	margin-left: 10px;
}
.fot_cnt p em .txt{
	width: 180px;
	height: 22px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	line-height: 22px;
	padding: 0 5px;
}
.sumt{
	width: 330px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.sumt .sbnm{
	width: 330px;
	height: 40px;
	border: 0;
	background: #42617a;
	cursor: pointer;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 15px;
	color: #fff;
	outline:none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.sumt .sbnm:hover{ background: #003665;}

.fot_yp .fancybox{
	position: absolute;
	top: -16px;
	right: -16px;
	cursor: pointer;
}
/*上一条、下一条*/
.sxLink{
	height: auto;
	overflow: hidden;
	font-size: 14px;
}
.sxLink div{ margin-bottom: 5px;}
.sxLink div a{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.sxLink div a:hover{ text-decoration: underline; color: #000;}

/*联系我们*/
.abtus{
	width: 860px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 25px;
	margin-bottom: 100px;
}
.anchorBL{
	display: none !important;
}
.abtus{
	width: 860px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 10px;
}
.abtus p{
	font-size: 14px;
	margin-top: 20px;
}
.abtus span{
	padding-bottom: 2px;
	border-bottom: 1px solid #666;
}

/*下载专区*/
.xzzqm{
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin: 20px 0 100px 0;
}
.xzzqm ul{}
.xzzqm ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #999;
	background: url("../images/newsb1.png") no-repeat;
	background-position: 8px center;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.xzzqm ul li span{ float: left; display: block; margin-left: 20px;}
.xzzqm ul li a{
	display: block;
	float: right;
	width: 60px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	margin-top: 13px;
	margin-right: 10px;
	background: #768aaf;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.xzzqm ul li:hover{
	background: #dedede url("../images/newsb2.png") no-repeat;
	background-position: 8px center;
}
.xzzqm ul li:hover span{ color: #2f4887;}
.xzzqm ul li:hover a{
	background: #405690;
}

/*网上调查*/
.survey{
	height: auto;
	overflow: hidden;
	zoom: 1;
}
.survey p{
	margin-top: 25px;
}
.survey p span{
	display: block;
	width: 70px;
	float: left;
	line-height: 30px;
}
.cvy_txt{
	width: 280px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #666;
}
.cvy_tre{
	width: 550px;
	height: 120px;
	font-family: "Microsoft YaHei", "微软雅黑";
	color: #666;
	padding: 10px;
}
.btn_sbu{
	width: 100px;
	height: 30px;
	border: 0;
	background: #1a76c4;
	color: #fff;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*盈田酒店*/
.chany{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	padding-bottom: 16px;
}
.chany p{
	text-indent: 2em;
	margin-top: 10px;
	line-height: 20px;
}
.chn_ne{
	width: 860px;
	height: auto;
	overflow: hidden;
	margin: 20px 0;
	position: relative;
}
.chn_ne ul{ width: 1000%;}
.chn_ne ul li{
	width: 268px;
	height: 150px;
	float: left;
	margin-right: 25px;
	border: 1px solid #dedede;
}
.chn_ne ul li img{
	width: 268px;
	height: 150px;
}
.mdy_all div{
	width: 34px;
	height: 60px;
	background: #000;
	background: rgba(0,0,0,.6);
	position: absolute;
	top: 50%;
	margin-top: -30px;
	color: #fff;
	font-family: "SimSun", "宋体";
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	cursor: pointer;
}
.mady_lf{ left: 0px;}
.mady_rt{ right: 0px;}
.lsmasx{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0;
}
.lsmasx p{ font-size: 14px; margin-bottom: 5px;}
.naok{
	width: 860px;
	height: 220px;
	margin-top: 10px;
}

/*企业合作、政府合作-*/
.qylogo{
	width: 860px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
}
.qylogo ul{ width: 900px;}
.qylogo ul li{
	width: 198px;
	height: 160px;
	overflow: hidden;
	zoom: 1;
	float: left;
	margin-right: 20px;
	border: 1px solid #dedede;
	margin-bottom: 20px;
}
.qylogo div{
	width: 198px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
.qylogo div:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 120px;
}
.qylogo div img{
	width: 160px;
	max-height: 120px;
	vertical-align: middle;
}
.qylogo p {
	height: 40px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
}

/*服务合作*/
.fwhzlg{
	width: 860px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
	border-bottom:1px solid #dedede;
}
.fwhzlg ul{ width: 900px;}
.fwhzlg ul li{
	width: 370px;
	height: 82px;
	background: #ededed;
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
	padding: 20px;
}
.fwlg{
	width: 140px;
	height: 82px;
	float: left;
}
.fwlg img{
	width: 140px;
	height: 80px;
}
.fwl_rt{
	width: 220px;
	height: auto;
	float: left;
	padding-left: 10px;
}
.fwl_rt p.p1{ font-size: 16px; font-weight: bold; margin-top: 5px;}
.fwl_rt p.p2{ text-indent: 2em; margin-top: 10px; line-height: 20px;}

.shsnav{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
}
.shsnav ul{}
.shsnav ul li{
	width: 120px;
	height: 34px;
	line-height: 34px;
	background: #1a76c4;
	float: left;
	text-align: center;
	margin-right: 10px;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.shsnav ul li.shsnav_on{ background: #FC4541;}
.shsnav ul li a{
	display: block;
	width: 120px;
	height: 34px;
	color: #fff;
}
.shsnav ul li:hover{ background: #FC4541;}
.shnvor{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	font-size: 13px;
}
.shnvor ul.shnul{ height: auto; overflow: hidden; zoom: 1;}
.shnvor ul.shnul li{
	width: 860px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	display: none;
}
.shnvor ul.shnul li.shnul_on{
	display: block;
}

.danntum{
	width: 860px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
	border-bottom:1px solid #dedede;
}
.danntum ul{ width: 900px;}
.danntum ul li{
	width: 370px;
	height: 82px;
	background: #ededed;
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
	padding: 20px;
}
.fwlg_lf{
	width: 140px;
	height: 82px;
	float: left;
	background: #30528f;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 82px;
}
.fwlg_lf img{
	width: 140px;
	height: 80px;
}
.fwlss_rt{
	width: 220px;
	height: auto;
	float: left;
	padding-left: 10px;
}
.fwlss_rt p.p1{ font-size: 16px; font-weight: bold; margin-top: 5px;}
.fwlss_rt p.p2{ text-indent: 2em; margin-top: 10px; line-height: 20px;}
.sinf1{
	width: 100%;
	height: auto;
}
.sinf1 p{
	text-indent: 2em;
	margin-bottom: 10px;
	line-height: 22px;
}
.sinf2{}
.sinf3{ width: 100%; height: auto; overflow: hidden; zoom: 1;}
.sinf3 dl{ width: 100%; height:auto;}
.sinf3 dl dd{
	width: 46%;
	height: 40px;
	float: left;
	padding-left: 2%;
	line-height: 40px;
	border-bottom: 1px solid #dedede;
}
.sinf4{}
.sinf5{
	width: 100%;
	height: auto;
}
.sinf5 p{ margin-top: 12px; line-height: 24px;}

/*招商政策*/
.lwhn{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}
.lwhn ul{}
.lwhn ul li{
	width: 90px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	float: left;
	background: #f4f4f4;
	border-top: 2px solid red;
	cursor: pointer;
}
.lwhn ul li.lwhn_on{
	background: #1a76c4;
	color: #fff;
}
.zszcsy{
	width: 100%;
	height: auto;
	margin-top: 20px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
	display: none;
	background: url("../images/zcbeg.jpg") no-repeat right top;
}
.zszcsy ul{}
.zszcsy ul li{
	width: 94%;
	height: auto;
	padding: 0 3%;
}
.zszcsy ul li p.p1{
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
}
.zszcsy ul li p.p2{ text-indent: 2em; margin-top: 10px;}

/*首页视频*/
.viodep{
	width:240px;
	height:160px;
	position:fixed; 
	right:0;
	bottom: 1px;;
	padding-top: 1px;
	background: #000;
}

/*内页视频*/
.spslx{
	width: 850px;
	height: 50px;
	border-top: 1px solid #dedede;
	line-height: 50px;
	font-size: 16px;
	background: url("../images/hsold.png") no-repeat left;
	font-weight: bold;
	padding-left: 10px;
}
.anlisp{
	width: 860px;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.anlisp ul{ width: 8000px;}
.anlisp ul li{
	width: 270px;
	height: 180px;
	float: left;
	margin-right: 25px;
}
.anlisp ul li a{
	display: block;
	width: 270px;
	height: 150px;
	background: url("../images/ntmcn.png") no-repeat center;
	background-size: cover;
	position: relative;
}
.mencf{
	width: 270px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/ntmcn.png") no-repeat center;
	background-size: 100%;
}
.anlisp ul li a img{
	width: 270px;
	height: 150px;
}
.anlisp ul li p{
	width: 270px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.nssyp div{
	width: 50px;
	height: 70px;
	position: absolute;
	top: 40%;
	margin-top: -35px;
	cursor: pointer;
	display: none;
	opacity: 0;
}
.nssyp_lf{
	left: 0;
	background: url("../images/mas_lf.png") no-repeat center;
}
.nssyp_rt{
	right: 0;
	background: url("../images/mas_rt.png") no-repeat center;
}
.shhdlie{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ededed;
}
.shhdlie a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
.shhdlie a span{
	display: block;
	float: left;
	height: auto;
	width: 70%;
	margin-left: 1%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.shhdlie a em{
	font-style: normal;
	display: block;
	float: right;
	height: auto;
	margin-right: 1%;
	color: #666;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fuwushez{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
}
.shhdlie:hover a span{ color: red;}
.shhdlie:hover a em{ color: red;}
.fuwushez p{ line-height: 24px; font-size: 14px; color: #666; margin-bottom: 12px;}
.nescntsh{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

/*------------响应式----------*/
.mda_nav{
	display: none;
}
.ny_bans{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
	display: none;
}
.ny_bans img{ width: 100%;}
.phnesc{ display: none;}











