/* 头部css */
.fl_175 {
	float: left;
}

.fr_175 {
	float: right;
}

.w1200_175 {
	width: 1200px;
	margin: 0 auto;
}

.icon_175 {
	background: url(../images/icon_175.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.head_main_top_175 {
	height: 38px;
	width: 100%;
	background-color: #fff;
	font-size: 12px;
	line-height: 36px;
	color: #333;
	border-top: #dddddd solid 1px;
	border-bottom: #dddddd solid 1px;
}

.head_main a {
	color: #333;
	font-size: 12px;
}

.head_main_top_175 li {
	padding: 0 8px;
	display: inline-block;
}

.head_main_top_175 li i.qy_175 {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-position: -0px -58px;
	margin-right: 4px;
}

.head_main_top_175 li i.zx_175 {
	display: inline-block;
	width: 16px;
	height: 18px;
	background-position: -20px -58px;
	margin-right: 4px;
}

.head_main_top_175 li i.lx_175 {
	display: inline-block;
	width: 12px;
	height: 16px;
	background-position: -44px -58px;
	margin-right: 4px;
}

.head_main_top_175 a:hover {
	color: #003e92;
}

.header_main_175 {
	position: relative;
	width: 100%;
	height: 220px;
	background: #fbfbfb;
	min-width: 1200px;
	z-index: 22;
	position: relative;
}

.header_main_175 .header_logo_175 {
	height: 120px;
	background-color: #fbfbfb;
}

.header_main_175 .logo_175 {
	display: block;
	padding-top: 35px;
	float: left;
}

.header_main_175 .logo_175 img {
	width: 100%;
	height: 100%;
	display: block;
}

.header_main_175 .ewm {
	width: 76px;
	text-align: center;
	margin-top: 15px;
	margin-left: 54px;
}

.header_main_175 .ewm {
	width: 76px;
	height: 76px;
	display: inline-block;
}

.header_main_175 .ewm i {
	display: block;
	padding-left: 4px;
	font-size: 12px;
	line-height: 12px;
}

.header_main_175 .dhua_175 {
	width: 250px;
	margin-top: 10px;
	margin-right: 60px;
}

.header_main_175 .dhua_175 b {
	background-position: -36px -0px;
	width: 26px;
	height: 52px;
	float: left;
	margin-top: 20px;
	display: block;
}

.header_main_175 .dhua_175 p {
	float: right;
	font-size: 16px;
	color: #999999;
	display: block;
	padding-top: 16px;
}

.header_main_175 .dhua_175 p span {
	display: block;
	font-size: 27px;
	color: #d20a05;
	line-height: 34px;
	font-weight: bold;
}

/*搜索框*/
.header_main_175 .search_main_175 {
	width: 296px;
	height: 40px;
	overflow: hidden;
	border: #003e92 solid 1px;
	background-color: #fff;
	position: relative;
	margin-top: 40px;
	border-right: 0;
	border-radius: 2px;
}

.header_main_175 .search_main_175 input {
	background-color: none;
	border: none;
}

.header_main_175 .search_main_175 .stxt_175 {
	width: 236px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-indent: 10px;
	color: #999;
}

.header_main_175 .search_main_175 .sbtn_175 {
	width: 60px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: #003e92;
}

.nav_main_175 {
	position: relative;
	z-index: 9;
	background-color: #003e92;
	width: 100%;
}

.nav {
	height: 60px;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.nav .list {
	text-align: left;
}

.nav li {
	float: left;
	width: 133px;
	display: block;
	position: relative;
	z-index: 10;
	height: 60px;
}

.nav li a {
	font-size: 16px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.nav li.hover a,
.nav li:hover a {
	background-color: #d20a05;
}

#nav .subnav {
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0px;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 10px, 0);
	text-align: center;
	overflow: hidden;
	z-index: 199;
}

#nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center;
}

.nav .subnav .nav2 {
	width: 100%;
}

.nav .subnav .nav2 li {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	background: none;
	height: 40px;
	padding: 0;
	border-bottom: #dddddd solid 1px;
	background-color: #fff;
}

.nav li.tnav6 {
	padding-right: 0;
	background: none;
}

.nav .subnav .nav2 li a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	padding: 0;
}

.nav li.hover li a,
.nav li:hover li a {
	background-color: #fff;
}

.nav .subnav .nav2 li:hover a {
	color: #003e92;
	background-color: #f0f0f0;
}

/* bannercss */


.bn317 {
	width: 100%;
	min-width: 1000px;
	z-index: 20;
	position: relative;
}

.bn317 .list,
.bn317 li,
.bn317 img {
	height: 600px;
}

.bn317 li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	background: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.bn317 li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.bn317 li a {
	display: block;
	width: 100%;
}

.bn317 .tip {
	width: 100%;
	height: 6px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 24px;
	z-index: 10;
}

.bn317 .tip span {
	width: 10px;
	height: 10px;
	margin: 0 9px;
	border: 2px solid #67b306;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	border-radius: 100%;
}

.bn317 .tip span.cur {
	background: #67b306;
}

.bn317 .prev,
.bn317 .next {
	width: 50px;
	height: 70px;
	position: absolute;
	z-index: 12;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	transition: none;
	background: url(../images/btn317.png) no-repeat 0 center;
}

.bn317 .prev {
	left: 3%;
	background-position: 8px center;
}

.bn317 .next {
	right: 3%;
	background-position: -59px 0;
}


/* 产品css */
.pdct_255 {
	background: #f1f1f1;
	padding-top: 100px;
	padding-bottom: 9px;
}

.pdct_255 .product-c {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px
}

.pdct_255 .product-c .product-l {
	width: 272px;
	float: left
}

.pdct_255 .product-c .product-l h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #409eff;
}

.pdct_255 .product-c .product-l span {
	font-size: 34px;
	margin-left: 30px
}

.pdct_255 .product-c .product-l span img {
	height: 30px;
}

.pdct_255 .product-c .product-l ul {
	border: #dddddd solid 1px;
	background: #FFF
}

.pdct_255 .product-c .product-l ul a {
	font-size: 16px;
	color: #666666;
	display: block
}

.pdct_255 .product-c .product-l ul li {
	padding-left: 20px;
	border-bottom: #dddddd dotted 1px;
	line-height: 50px
}

.pdct_255 .product-c .product-l ul li strong {
	width: 6px;
	height: 6px;
	border-radius: 6px;
	display: block;
	border: #666666 solid 1px;
	float: left;
	margin-top: 21px;
	margin-right: 15px
}

.pdct_255 .product-c .product-l ul li:last-child {
	border-bottom: #dddddd dotted 0px;
}

.pdct_255 .product-c .product-l ul li:hover strong {
	border: #fff solid 1px;
}

.pdct_255 .product-c .product-l ul li:hover {
	background: #409eff;
}

.pdct_255 .product-c .product-l ul li:hover a {
	color: #fff;
}

.pdct_255 .product-c .product-l .tel {
	height: 215px;
	margin-top: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 30px;
	background: #409eff;
}

.pdct_255 .product-c .product-l .tel span {
	color: #fff;
	float: left;
	margin-right: 15px;
	font-size: 50px;
	margin-left: 10px
}

.pdct_255 .product-c .product-l .tel img {
	height: 40px;
}

.pdct_255 .product-c .product-l .tel p {
	color: #fff
}

.pdct_255 .product-c .product-l .tel strong {
	color: #fff;
	font-size: 24px;
}

.pdct_255 .product-c .product-l .tel dt {
	margin-bottom: 20px
}

.pdct_255 .product-c .product-l .tel dd {
	background: #fdc50b;
	width: 200px;
	margin: 0 auto;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	text-align: center;
	color: #000
}

.pdct_255 .product-c .product-l .tel dd span {
	margin-left: 40px;
	margin-right: -40px;
}

.pdct_255 .product-c .product-l .tel dd span img {
	width: 40px;
	height: 40px;
}

.pdct_255 .product-c .product-l .tel dd a {
	display: block;
	color: #fff;
}

.pdct_255 .product-c .product-r {
	width: 918px;
	float: right
}

.pdct_255 .product-c .product-r .p-s ul {
	overflow: hidden;
	width: 105%
}

.pdct_255 .product-c .product-r .p-s li {
	background: #FFF;
	border: #dedede solid 1px;
	float: left;
	width: 294px;
	margin-bottom: 28px;
	text-align: center;
	margin-right: 15px;
	border-radius: 5px
}

.pdct_255 .product-c .product-r .p-s img {
	width: 270px;
	height: 200px;
	margin-top: 10px
}

.pdct_255 .product-c .product-r .p-s span {
	text-align: center;
	display: block;
	padding-bottom: 20px;
	
	    margin-top: 11px;
	    margin-bottom: 9px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pdct_255 .product-c .product-r .p-s li:hover span {
	color: #409eff;
}

/* 产品轮播 */


/* 颜色 */
.cp176 .gd176 li {
	float: left;
	width: 280px;
	overflow: hidden;
	text-align: center;
	margin-right: 26px;
	background: #ececec;
	transition: all .5s;
}

.cp176 .gd176 li a p {
	color: #6d6d6d;
}

.cp176 .gd176 li:hover {
	background: #ff5b8f;
}

.cp176 .gd176 li:hover a p {
	color: #fff;
}

/* 颜色 end*/
.cp176 .w176 {
	width: 1200px;
	margin: 0 auto;
}

.cp176 {
	width: 100%;
	margin-bottom: 40px;
}

.cp176 .gd176 {
	position: relative;
	margin-top: 30px;
}

.cp176 .gd176 .prev,
.cp176 .gd176 .next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -38px;
	width: 32px;
	height: 76px;
	cursor: pointer;
	z-index: 1;
}

.cp176 .gd176 .prev {
	background: url(../images/l176.png) no-repeat 0 0;
	left: -40px;
}

.cp176 .gd176 .next {
	background: url(../images/r176.png) no-repeat 0 0;
	right: -40px;
}

.cp176 .gd176 .bd176 {
	width: 1200px;
	overflow: hidden;
}

.cp176 .gd176 li .img176 {
	margin: 4px;
	overflow: hidden;
}

.cp176 .gd176 li .img176 img {
	width: 100%;
	height: 265px;
}

.cp176 .gd176 li p {
	width: 100%;
	height: 42px;
	line-height: 40px;
	font-size: 14px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all .5s;
}


/* 企业风采 */


/* 颜色 */
.p188 .main188 .con188 .menu188 .list188 .item188 {
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	background-color: #f4f4f4;
	border: 1px solid #f1efef;
	margin: 0 8px;
	border-radius: 6px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.p188 .main188 .con188 .menu188 .list188 .item188 a {
	font-size: 14px;
	color: #666;
	text-align: center;
	display: block;
}

.p188 .main188 .con188 .menu188 .list188 .item188:hover {
	background-color: #67b306;
	color: #FFFFFF;
}

.p188 .main188 .con188 .menu188 .list188 .item188:hover a {
	color: #FFFFFF;
}

.p188 .main188 .con188 .menu188 .list188 .item188.hover {
	background-color: #67b306;
	color: #FFFFFF;
}

.p188 .main188 .con188 .menu188 .list188 .item188.hover a {
	color: #FFFFFF;
}

.p188 .main188 .con188 .pro188 .bd188 .list188 li p {
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.p188 .main188 .con188 .pro188 .bd188 .list188 li:hover p {
	color: #67b306;
}

.p188 .main188 .con188 .pro188 .bd188 ul li a .txt188 .stit {
	padding-top: 220px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	transition: all ease-in-out .2s;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
}

.p188 .main188 .con188 .pro188 .bd188 ul li:hover a .txt188 .stit {
	padding-top: 160px;
	transition: all ease-in-out .2s;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
}

/* 颜色 end*/
.w188 {
	width: 1200px;
	margin: 0 auto;
}

.p188 {
	margin-top: 30px;
}

.p188 .main188 .con188 .menu188 {
	margin-bottom: 42px;
}

.p188 .main188 .con188 .menu188 .list188 {
	padding: 0;
	text-align: center;
}

.p188 .main188 .con188 .menu188 .list188 .item188:last-child {
	margin-right: 0px;
}

.p188 .main188 .con188 .pro188 {}

.p188 .main188 .con188 .pro188 .bd188 {
	position: relative;
	overflow: hidden;
	height: 290px;
}

.p188 .main188 .con188 .pro188 .bd188 .list188 {
	width: 104%;
	overflow: hidden;
}

.p188 .main188 .con188 .pro188 .bd188 .list188 li {
	position: relative;
	float: left;
	display: block;
	width: 290px;
	height: 290px;
	margin-right: 13px;
	cursor: pointer;
}

.p188 .main188 .con188 .pro188 .bd188 .list188 li a {
	display: block;
	width: 288px;
	height: 290px;
}

.p188 .main188 .con188 .pro188 .bd188 .list188 li img {
	margin: 0 auto;
	display: block;
	height: 218px;
	width: 290px;
}

.p188 .main188 .con188 .pro188 .hd188 {
	width: 100%;
	top: 0px;
	position: relative;
	padding-bottom: 80px;
}

.p188 .main188 .con188 .pro188 .hd188 .prev {
	position: absolute;
	left: 490px;
	top: -0px;
	display: block;
	width: 72px;
	height: 32px;
	background-position: -0px -0px;
	cursor: pointer;
}

.p188 .main188 .con188 .pro188 .hd188 .next {
	position: absolute;
	right: 490px;
	top: -0px;
	display: block;
	width: 72px;
	height: 32px;
	background-position: -80px -0px;
	cursor: pointer;
}

.p188 .main188 .con188 .pro188 .hd188 .prev:hover {
	opacity: 0.8;
	background-position: -160px -0px;
}

.p188 .main188 .con188 .pro188 .hd188 .next:hover {
	opacity: 0.8;
	background-position: -240px -0px;
}

.p188 .main188 .con188 .pro188 .hd188 .more188 {
	position: absolute;
	left: 570px;
	top: -0px;
	display: block;
	width: 61px;
	height: 32px;
	background-position: -0px -76px;
	cursor: pointer;
}

.p188 .main188 .con188 .pro188 .hd188 .more188:hover {
	opacity: 0.8;
	background-position: -80px -76px;
}

.p188 .main188 .con188 .pro188 .bd188 .list188 li a .More {
	margin-top: 32px;
	margin-left: 60px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}

.p188 .main188 .con188 .pro188 .bd188 .list188 li:hover a .More {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.p188 .main188 .con188 .pro188 .bd188 .list188 li a .More i {
	background-position: -30px -300px;
	width: 12px;
	height: 7px;
	margin-top: -17px;
	margin-left: 100px;
	float: left;
}

.p188 .main188 .con188 .pro188 .bd188 ul li:hover a .bg188 {
	display: block;
	z-index: 999;
	position: relative;
	opacity: 1;
}

.p188 .main188 .con188 .pro188 .bd188 ul li a .txt188 {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 290px;
	height: 290px;
	z-index: 1000;
}

.p188 .main188 .con188 .pro188 .bd188 ul li a .txt188 s {
	width: 54px;
	height: 54px;
	background-position: 0px -270px;
	position: absolute;
	left: 145px;
	top: 80px;
	margin-left: -20px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.p188 .main188 .con188 .pro188 .bd188 ul li:hover a .txt188 s {
	opacity: 1;
}

.p188 .main188 .con188 .pro188 .bd188 ul li a .bg188 {
	width: 290px;
	height: 218px;
	background: url(../images/bj188.png) no-repeat center center;
	background-size: 290px 218px;
	opacity: 0;
	margin-top: -288px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.p188 .icon188 {
	background: url(../images/icon188.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

/* 案例css */


.news_294 {
	padding: 60px 0;
	overflow: hidden;
	/* background: url(../images/com_bg_294.jpg) no-repeat center 0; */
	background: rgb(6, 163, 232);
}

.news_294 .wrap {
	margin: 0 auto;
	width: 1200px;
}

.news_294 .wrap .wp-tit {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.5;
	overflow: hidden;
	animation: fadeinT 1s ease-out backwards;
}

.news_294 .wrap .wp-tit h2 {
	font-size: 35px;
	color: #333;
	font-weight: normal;
	color: #fff;
}

.news_294 .wrap .wp-tit h2 a {
	color: #fff;
}

.news_294 .wrap .wp-tit p {
	font-size: 18px;
	color: #666;
	color: #fff;
}

.news_294 .wrap .com-slide {
	position: relative;
	height: 398px;
}

.news_294 .wrap .com-slide .prev,
.news_294 .wrap .com-slide .next {
	position: absolute;
	z-index: 333;
	top: 170px;
	width: 57px;
	height: 57px;
	cursor: pointer;
}

.news_294 .wrap .com-slide .prev {
	left: -90px;
	background: url(../images/prev_294.png) no-repeat;
}

.news_294 .wrap .com-slide .prev:hover {
	background-image: url(../images/prev_294_cur.png)
}

.news_294 .wrap .com-slide .next {
	right: -90px;
	background: url(../images/next_294.png) no-repeat;
}

.news_294 .wrap .com-slide .next:hover {
	background-image: url(../images/next_294_cur.png)
}

.news_294 .wrap .com-list .item {
	margin: 10px 23px 10px 0;
	width: 220px;
	height: 378px;
	background: #fff;
	transition: all 1s;
}

.news_294 .wrap .com-list .item .pic {
	width: 220px;
	height: 237px;
	overflow: hidden;
}

.news_294 .wrap .com-list .item .pic img {
	display: block;
	width: 220px;
	height: 237px;
	transition: all 1s;
}

.news_294 .wrap .com-list .item .text {
	padding: 26px 30px;
	overflow: hidden;
}

.news_294 .wrap .com-list .item .text span {
	display: block;
	margin-bottom: 4px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	overflow: hidden;
}

.news_294 .wrap .com-list .item .text span a {
	color: #333;
}

.news_294 .wrap .com-list .item .text p {
	font-size: 14px;
	color: #666;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.news_294 .wrap .com-list .item:hover {
	box-shadow: 0 0 8px #fff;
}

.news_294 .wrap .com-list .item:hover img {
	transform: scale(1.1);
}

.news_294 .wrap .com-list .item:hover span a {
	color: #e60009;
}

/* 新闻css */



.news {
	padding: 60px 0;
	overflow: hidden;
	background: #f2f2f2;
}

.news .ns_con {
	margin: 0 auto;
	width: 1200px;
}

.news .ns_con .wrap-tit {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.5;
	overflow: hidden;
	animation: fadeinT 1s ease-out backwards;
}

.news .ns_con .wrap-tit h2 {
	font-size: 35px;
	color: #333;
	font-weight: normal;
}

.news .ns_con .wrap-tit h2 a {
	color: #333;
}

.news .ns_con .wrap-tit p {
	font-size: 18px;
	color: #666;
}

.news .ns_con .wrap-tit.white * {
	color: #fff;
}

.news .ns_con .ns-group {
	width: 1230px;
	overflow: hidden;
}

.news .ns_con .ns-group .ns-item {
	float: left;
	margin-right: 15px;
	width: 388px;
	overflow: hidden;
	border: #eee solid 1px;
	background: #fff;
	border-radius: 5px;
}

.news .ns_con .ns-group .ns-item .hd {
	padding: 0 19px;
	height: 74px;
	line-height: 74px;
	overflow: hidden;
}

.news .ns_con .ns-group .ns-item .hd a {
	display: block;
}

.news .ns_con .ns-group .ns-item .hd em {
	float: right;
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}

.news .ns_con .ns-group .ns-item .hd span {
	font-size: 20px;
	color: #333;
}

.news .ns_con .ns-group .ns-item .bd {
	padding: 0 19px;
	overflow: hidden;
}

.news .ns_con .ns-group .ns-item .hotNews {
	position: relative;
	width: 350px;
	height: 200px;
	overflow: hidden;
}

.news .ns_con .ns-group .ns-item .hotNews .pic {
	display: block;
	width: 350px;
	height: 200px;
	overflow: hidden;
}

.news .ns_con .ns-group .ns-item .hotNews .pic img {
	display: block;
	width: 350px;
	height: 200px;
	transition: all 1s;
}

.news .ns_con .ns-group .ns-item .hotNews .tit {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 0px;
	width: 100%;
	height: 100px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-indent: 10px;
	background: url(../images/news_til_293.png) no-repeat;
}

.news .ns_con .ns-group .ns-item .hotNews:hover .pic img {
	transform: scale(1.1);
}

.news .ns_con .ns-group .ns-item .hotNews:hover .tit {
	text-shadow: 0 0 2px #fff;
}

.news .ns_con .ns-group .ns-item:hover {
	box-shadow: 0 0 20px #ccc inset
}

.news .ns_con .ns-group .ns-list {
	margin: 20px 10px;
	height: 200px;
	overflow: hidden;
}

.news .ns_con .ns-group .ns-list li {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	overflow: hidden;
}

.news .ns_con .ns-group .ns-list li a {
	display: block;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .ns_con .ns-group .ns-list li a:hover {
	color: #e60009;
}

/* 合作伙伴 */


.partners_277 {
	display: block;
	width: 100%;
	margin-top: 30px;
}

.partners_277 .title {
	text-align: center;
	margin-top: 0px
}

.partners_277 .title a {
	text-decoration: none
}

.partners_277 .title h1 {
	font-family: "微软雅黑";
	font-weight: 500;
	font-size: 36px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}

.partners_277 .title p {
	font-size: 18px;
	color: #b0b0b0;
	font-weight: normal;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif
}

.partners_277 .title span {
	width: 10px;
	height: 10px;
	margin: 0px auto;
	display: block;
	margin-top: 10px
}

.partners_277 .hz_list {
	margin-top: 20px;
	width: 1200px;
	margin: 0 auto;
}

.partners_277 .hz_list ul {
	overflow: hidden;
	width: 105%
}

.partners_277 .hz_list li {
	float: left;
	text-align: center;
	margin-right: 15px;
	margin-top: 10px;
}

.partners_277 .hz_list li .hz_img {
	width: 235px;
	border: #d9d9d9 solid 1px;
}

.partners_277 .hz_list li .hz_img img {
	margin-top: 5px;
	width: 225px;
	height: 150px;
}

.partners_277 .hz_list span {
	padding: 10px 0 10px 0;
	display: block
}


/* 底部 */


/* 颜色 */
.f194 {
	width: 100%;
	color: #fff;
	background: #05469a;
	margin-top: 50px;
}

.f194 .links194 span {
	color: #fff;
	display: inline-block;
}

.f194 .links194 a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-right: 15px;
}

.f194 .bot194 {
	padding: 30px 0;
	border-top: 1px solid #7d9fca;
}

.f194 .bnav194 dl {
	display: inline-block;
	float: left;
	width: 135px;
	height: 280px;
	overflow: hidden;
	text-align: left;
	margin-top: 10px;
	margin-right: 60px;
	border-right: 1px solid #7d9fca;
}

.f194 .bnav194 dl dt a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
}

.f194 .bnav194 dl dd a {
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 16px;
}

.f194 .ewm194 dl dd {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	line-height: 24px;
	margin-top: 16px;
}

.f194 .lx194 p.p194 {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	margin-top: 10px;
	padding-bottom: 20px;
}

.f194 .lx194 p.tel194 {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 16px;
	height: 16px;
	padding-bottom: 30px;
}

.icp194 {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	background: #333;
	text-align: center;
}

.icp194 p {
	color: #fff;
}

.icp194 a {
	color: #fff;
}

/* 颜色 end*/
.w194 {
	width: 1200px;
	margin: 0 auto;
}

.f194 .links194 {
	padding: 20px 0;
	font-size: 18px;
}

.f194 .bnav194 {
	margin-top: 0;
}

.f194 .di_logo img {
	width: 111px;
	height: 111px;
	background-size: 100%;
}

.f194 .bnav194 dl dt {
	height: 16px;
	display: block;
	padding-bottom: 35px;
}

.f194 .bnav194 dl dd {
	display: block;
	height: 16px;
	padding-bottom: 30px;
}

.f194 .ewm194 {
	text-align: center;
	padding-right: 60px;
}

.f194 .ewm194 dl {
	width: 165px;
	float: left;
	display: block;
	margin-right: 30px;
	margin-top: 10px;
}

.f194 .ewm194 dl:nth-child(2) {
	margin-right: 0px;
}

.f194 .ewm194 dl dt {
	width: 165px;
	height: 165px;
	margin: auto;
}

.f194 .ewm194 dl dt img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.f194 .lx194 {
	width: 357px;
}

.f194 .lx194 h3 {
	font-size: 20px;
	padding-top: 8px;
}

.icp194 span {
	margin: 0 6px;
}

/* 右侧悬浮 */


/* 颜色 */
.kf122 dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #003e92;
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}

.kf122 dd span {
	display: block;
	color: #fff;
}

.kf122 dd.t122 .box122 {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #003e92;
	opacity: 0;
	transition: all .5s;
}

.kf122 dd.t122 .box122:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #003e92;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}

.kf122 dd.code122 .box122 {
	position: absolute;
	top: 0;
	width: 140px;
	right: -172px;
	height: 140px;
	margin-right: 10px;
	border-radius: 5px;
	background: #003e92;
	opacity: 0;
	transition: all .5s;
}

.kf122 dd:hover {
	background: #333;
}

.kf122 dd.code122 .box122:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #003e92;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}

/* 颜色 end*/
.kf122 {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}

.kf122 dd:first-child {
	margin-top: 0;
}

.kf122 dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../images/kf122.png) no-repeat center 0;
}

.kf122 dd.qq122 i {
	background-position-y: 0;
}

.kf122 dd.t122 i {
	background-position-y: -30px;
}

.kf122 dd.code122 i {
	background-position-y: -60px;
}

.kf122 dd.top122 i {
	background-position-y: -90px;
}

.kf122 dd.t122 .box122 p {
	font-size: 14px;
	margin: 15px auto 7px;
}

.kf122 dd.t122 .box122 h3 {
	font-size: 18px;
	font-weight: bold;
}

.kf122 dd.code122 .box122 img {
	width: 120px;
	height: 120px;
	padding: 11px;
}

.kf122 dd.t122:hover .box122 {
	opacity: 1;
	right: 80px;
}

.kf122 dd.code122:hover .box122 {
	opacity: 1;
	right: 80px;
}


/* 侧边栏 */



.w373 {
    position: relative;
    z-index: 5;
    /* width: 1200px; */
    margin: 0 auto;
    /* margin-top: 30px; */
	    width: 230px;
	    float: left;
}
.w373 .icon {
    background: url(../images/i373.png) no-repeat;
}
.w373 .left {
    width: 240px;
	background-color: #FFFFFF;
}
.w373 .left .menu {
    padding-bottom: 20px;
}
.w373 .left .menu .ey_title {
    height: 80px;
    background: #009b4c;
    color: #fff;
}
.w373 .left .menu .ey_title h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    padding-left: 26px;
    text-transform: uppercase;
}
.w373 .left .menu .ey_title s {
    background-position: -8px 0px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-right: 30px;
    margin-top: 28px;
}
.w373 .left .submenu {
    position: relative;
}
.w373 .left .submenu li {
    display: block;
}
.w373 .left .submenu li a.sub1 {
    height: 60px;
    line-height: 60px;
    display: block;
    padding-left: 28px;
    background: url(../images/h373.png) no-repeat 90% center #fff;
    font-size: 18px;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    overflow: hidden;
}
.w373 .left .submenu li a.sub1:hover {
    background: url(../images/l373.png) no-repeat 90% center #fff;
    border-left: 2px solid #009b4c;
    border-right: 1px solid #f5f5f5;
    color: #009b4c;
}
.w373 .left .submenu li.hover a.sub1 {
    background: url(../images/l373.png) no-repeat 90% center #fff;
    border-left: 2px solid #009b4c;
    border-right: 1px solid #f5f5f5;
    color: #009b4c;
}
.w373 .left .submenu s {
    width: 2px;
    height: 61px;
    display: block;
    background: #009b4c;
    position: absolute;
    left: 0;
    top: 0;
}
.w373 .left .leftbox {
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.w373 .left .leftbox .ey_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 5px;
}
.w373 .left .leftbox .ey_title h3 {
    font-size: 18px;
    font-weight: normal;
    color: #009b4c;
    display: block;
    text-transform: uppercase;
}
.w373 .left .leftbox .leftpro {
    padding-top: 10px;
}
.w373 .left .leftbox .leftpro li {
    float: left;
    text-align: center;
    width: 104px;
    margin-right: 10px;
}
.w373 .left .leftbox .leftpro li img {
    width: 104px;
    height: 78px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.w373 .left .leftbox .leftpro li p {
    font-size: 12px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.w373 .left .leftbox .leftpro li:hover img {
    -webkkit-filter: brightness(105%);
    filter: brightness(105%);
}
.w373 .leftpro li:hover p {
    color: #009b4c;
}
.w373 .left .leftbox .cont {
    padding-top: 18px;
    white-space: normal;
    line-height:30px;
}
.w373 .left .leftbox .cont p {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
.w373 .left .leftbox .cont .zx {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    background: #009b4c;
    color: #fff;
    display: block;
    margin-top: 10px;
}
.w373 .left .leftbox .cont .zx em {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-position: 3px -39px;
    vertical-align: top;
    border-right: 1px solid #fff;
    margin-right: 35px;
}
.w373 .left .leftbox .cont .zx:hover {
    background: #ed8e06;
}


/* 核心优势 */


.ztddd {
	width: 100%;
	height: 300px;
	background: url(../images/ztddd.jpg) no-repeat top center;
	overflow: hidden;
}
.ztys {
	width: 100%;
	height: 627px;
	background: url(../images/ztys.jpg) no-repeat top center;
	overflow: hidden;
}
.ztysn {
	width: 1080px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 12px;
	color: #000;
	line-height: 22px;
}
.ztysn1-title span {
    color: #253a9a;
	    font-size: 18px;
}
.ztysn1-title {
    color: #f22f43;
    font-size: 20px;
    font-weight: bold;
	    padding-bottom: 10px;
}
.ztysn1 {
	width: 222px;
	position: absolute;
	left: 305px;
	top: 11px;
}
.ztysn2 {
	width: 222px;
	position: absolute;
	left: 555px;
	top: 11px;
}
.ztysn3 {
	width: 222px;
	position: absolute;
	left: 305px;
	top: 337px;
}
.ztysn4 {
	width: 222px;
	position: absolute;
	left: 555px;
	top: 337px;
}


/* 合作流程 */
.ztfw {
	width: 100%;
	height: 540px;
	background: url(../images/ztfw.jpg) no-repeat top center;
	overflow: hidden;
	margin-top: 45px;
	margin-bottom: 35px;
}
.ztfwn {
	width: 1080px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.ztfwn1 {
	font-size: 16px;
	color: #060606;
	position: absolute;
	left: 412px;
	top: 44px;
}
.ztfwn2 {
	position: absolute;
	left: 123px;
	top: 250px;
	font-weight: bold;
}
.ztfwn3 {
	position: absolute;
	left: 118px;
	    top: 418px;
	    font-weight: bold;
}
.ztfwn4 {
	position: absolute;
	left: 303px;
	top: 250px;
	font-weight: bold;
}
.ztfwn5 {
	position: absolute;
	left: 499px;
	    top: 401px;;
	font-weight: bold;
}
.ztfwn6 {
	position: absolute;
	left: 714px;
	top: 250px;
	font-weight: bold;
}
.ztfwn7 {
	position: absolute;
	left: 852px;
	    top: 409px;
	font-weight: bold;
}
.ztfwn8 {
	position: absolute;
	left: 897px;
	top: 250px;
	font-weight: bold;
}