 table {
 	border-collapse: collapse;
 	border-spacing: 0;
 }

 .red {
 	color: #ba292e;
 }

 .fl {
 	float: left;
 }

 .fr {
 	float: right;
 }

 .tac {
 	text-align: center;
 }

 .tar {
 	text-align: right;
 }

 .poa {
 	position: absolute;
 }

 .por {
 	position: relative;
 }

 .hidden {
 	display: none;
 }

 .w1200 {
 	width: 1300px;
 	margin: 0 auto;
 }

 a {
 	color: #333;
 	text-decoration: none;
 }

 a:hover {
 	color: #0095d9;
 	text-decoration: none;
 }

 a:visited {
 	text-decoration: none;
 }

 .ease,
 .ease * {
 	-webkit-transition: all ease 300ms;
 	-moz-transition: all ease 300ms;
 	-ms-transition: all ease 300ms;
 	-o-transition: all ease 300ms;
 	transition: all ease 300ms;
 }

 .noease,
 .noease * {
 	-webkit-transition: none;
 	-moz-transition: none;
 	-ms-transition: none;
 	-o-transition: none;
 	transition: none;
 }

 :-moz-placeholder {
 	color: #aaa;
 }

 ::-moz-placeholder {
 	color: #aaa;
 }

 input:-ms-input-placeholder,
 textarea:-ms-input-placeholder {
 	color: #aaa;
 }

 input::-webkit-input-placeholder,
 textarea::-webkit-input-placeholder {
 	color: #aaa;
 }

 /*清除浮动*/
 .clearfix {
 	*zoom: 1;
 }

 .clearfix:after {
 	visibility: hidden;
 	display: block;
 	font-size: 0;
 	content: " ";
 	clear: both;
 	height: 0;
 }

 /*网站顶部*/
 .top_main {
 	width: 100%;
 	line-height: 38px;
 	background: #0095d9;
 	color: #e3f1ff;
 	font-size: 12px;
 }

 .top_main li {
 	position: relative;
 	display: inline-block;
 	text-align: center;
 	margin-left: 8px;
 }

 .top_main li a {
 	color: #e3f1ff;
 }

 /*网站头部*/
 .header_main {
 	position: relative;
 	width: 100%;
 	height: 120px;
 	background: #fff;
 	z-index: 9;
 	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
 }

 .header_main .logo {
 	display: block;
 	margin-top: 28px;
 }

 .header_main .logo img {
 	max-width: 100%;
 	display: block;
 	vertical-align: middle;
 }

 .header_main .tel {
 	margin-top: 40px;
 }

 .header_main .tel s {
 	display: inline-block;
 	width: 48px;
 	height: 48px;
 	margin-right: 10px;
 	vertical-align: bottom;
 	background: url(../images/tel2.png) no-repeat;
 }

 .header_main .tel span {
 	display: inline-block;
 	font-size: 22px;
 	line-height: 48px;
 	color: #5c5a5a;
 }

 /*网站导航*/
 #nav .navlist {
 	position: relative;
 	display: block;
 	margin-top: 35px;
 	margin-right: 30px;
 }

 #nav li {
 	float: left;
 	font-size: 16px;
 	position: relative;
 	padding: 0 25px;
 }

 #nav li a {
 	display: block;
 	text-align: center;
 	position: relative;
 	color: #333;
 	line-height: 40px;
 	border-bottom: 2px solid #fff;
 	font-size: 17px;
 }

 #nav li.hover a,
 #nav li:hover a {
 	color: #0095d9;
 	border-bottom-color: #0095d9;
 }

 #nav ul .subnav {
 	position: absolute;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
 	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);
 }

 #nav ul li:hover .subnav {
 	opacity: 1;
 	visibility: visible;
 	transform: translate3d(0, 0, 0);
 	-moz-transform: translate3d(0, 0, 0);
 	-webkit-transform: translate3d(0, 0, 0);
 }

 #nav ul .subnav {
 	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
 	height: auto;
 	overflow: hidden;
 	position: absolute;
 	top: 100%;
 	left: 50%;
 	margin-left: -60px;
 	width: 120px;
 	z-index: 199;
 	padding-top: 5px;
 }

 #nav ul .subnav:before {
 	content: "";
 	width: 0;
 	height: 0;
 	position: absolute;
 	top: 0;
 	left: 50%;
 	margin-left: -5px;
 	border-left: 5px solid transparent;
 	border-right: 5px solid transparent;
 	border-bottom: 5px solid #0095d9;
 }

 #nav ul .subnav a {
 	color: #fff;
 	display: block;
 	font-size: 15px;
 	font-weight: 500;
 	height: 35px;
 	line-height: 35px;
 	padding: 0;
 	max-width: 100%;
 	border: 0;
 	padding: 0 10px;
 	background: #0095d9;
 }

 #nav ul .subnav a:hover {
 	color: #0095d9;
 	background: #fff;
 }

 /*网站大图*/
 #banner_main {
 	overflow: hidden;
 	position: relative;
 	z-index: 2;
 	max-width: 1920px;
 	margin: 0 auto;
 }

 #banner_main .banner {
 	height: 600px;
 }

 #banner {
 	width: 100%;
 	min-width: 1000px;
 	position: relative;
 	overflow: hidden;
 	z-index: 0;
 }

 #banner,
 .banner ul {
 	max-height: 650px;
 	overflow: hidden;
 }

 .banner li {
 	width: 100%;
 	position: absolute;
 	z-index: 1;
 	overflow: hidden;
 }

 .banner li img {
 	width: 1920px;
 	display: block;
 	position: relative;
 	left: 50%;
 	margin-left: -960px;
 	top: 0;
 }

 #banner .tip {
 	width: 1000px;
 	height: 20px;
 	line-height: 0;
 	font-size: 0;
 	text-align: center;
 	position: absolute;
 	left: 50%;
 	margin-left: -500px;
 	bottom: 20px;
 	z-index: 3;
 }

 #banner .tip span {
 	width: 10px;
 	height: 10px;
 	margin: 0 4px;
 	display: inline-block;
 	font-size: 0;
 	cursor: pointer;
 	background: #fff;
 	opacity: .5;
 	filter: Alpha(opacity=50);
 	*zoom: 1;
 	border-radius: 50%;
 	transition: all .5s;
 }

 #banner .tip span.cur {
 	opacity: 1;
 	filter: Alpha(opacity=100);
 }

 #banner #btn_prev,
 #banner #btn_next {
 	width: 49px;
 	height: 104px;
 	position: absolute;
 	top: 50%;
 	z-index: 5;
 	margin-top: -52px;
 	filter: alpha(opacity=0);
 	-moz-opacity: 0;
 	-khtml-opacity: 0;
 	opacity: 0;
 	background: url(../icon.png) no-repeat;
 }

 #banner #btn_prev {
 	background-position: 0 0;
 	left: -50px;
 }

 #banner #btn_next {
 	background-position: -49px 0;
 	right: -50px;
 }

 #banner:hover #btn_prev {
 	left: 20px;
 	filter: alpha(opacity=40);
 	-moz-opacity: .4;
 	-khtml-opacity: .4;
 	opacity: .4;
 }

 #banner:hover #btn_next {
 	right: 20px;
 	filter: alpha(opacity=40);
 	-moz-opacity: .4;
 	-khtml-opacity: .4;
 	opacity: .4;
 }

 #banner #btn_prev:hover,
 #banner #btn_next:hover {
 	filter: alpha(opacity=80);
 	-moz-opacity: .8;
 	-khtml-opacity: .8;
 	opacity: .8;
 }

 /*搜索栏*/
 .search_bg {
 	background: #f4f4f4;
 	height: 140px;
 	margin-bottom: 50px;
 }

 .search_bg .txt {
 	float: left;
 	width: 380px;
 	margin-top: 40px;
 	line-height: 30px;
 	font-size: 17px;
 	color: #333;
 }

 .search_bg .txt span {
 	font-size: 27px;
 	color: #0095d9;
 	font-weight: bold;
 }

 .search_bg .tel {
 	width: 300px;
 	border-left: 1px #ebebeb solid;
 	border-right: 1px #ebebeb solid;
 	height: 140px;
 }

 .search_bg .tel p {
 	width: 195px;
 	margin: 0 auto;
 	margin-top: 35px;
 }

 .search_bg .tel p s {
 	float: left;
 	display: inline-block;
 	width: 30px;
 	height: 30px;
 	vertical-align: bottom;
 	background: url(../tell.png) no-repeat;
 }

 .search_bg .tel p span {
 	display: inline-block;
 	font-size: 17px;
 	color: #666;
 	padding-top: 3px;
 	padding-left: 12px;
 }

 .search_bg .tel h3 {
 	font-size: 28px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	color: #d7030c;
 	text-align: center;
 	padding-top: 6px;
 }

 .search_bg .search {
 	width: 445px;
 	padding-top: 34px;
 }

 .search_bg .search .text {
 	width: 369px;
 	color: #666;
 	border: 1px #d1d1d1 solid;
 	border-right: 0;
 	height: 42px;
 	padding-left: 10px;
 	line-height: 42px;
 	background: #fff;
 	border-radius: 2px 0 0 2px;
 	outline: none;
 }

 .search_bg .search .btn {
 	border: none;
 	width: 65px;
 	height: 44px;
 	background: url(../search.png) center no-repeat;
 	border-radius: 0 2px 2px 0;
 	cursor: pointer;
 }

 .search_bg .search .key {
 	width: 460px;
 	height: 42px;
 	line-height: 42px;
 }

 .search_bg .search .key b {
 	color: #dc061a;
 }

 /*******index css*******/
 /*通用标题*/
 .index .in_title {
 	position: relative;
 	margin: 0 auto;
 	text-align: center;
 }

 .index .in_title span {
 	position: absolute;
 	width: 100%;
 	top: 0;
 	left: 0;
 	display: block;
 	color: #ebebeb;
 	font-family: "Times New Roman", Times, serif;
 	font-size: 80px;
 	line-height: 57px;
 }

 .index .in_title h3 {
 	position: relative;
 	font-size: 36px;
 	line-height: 47px;
 	font-weight: bold;
 	padding-top: 10px;
 	color: #0095d9;
 }

 /*分类样式*/
 .index .tab {
 	text-align: center;
 	margin: 30px 0;
 }

 .index .tab ul {
 	display: inline-block;
 }

 .index .tab ul li {
 	display: inline-block;
 	margin: 7px;
 }

 .index .tab ul li a {
 	float: left;
 	height: 50px;
 	line-height: 50px;
 	font-size: 16px;
 	text-align: center;
 	width: 150px;
 	color: #fff;
 	border-radius: 5px;
 	background: #0095d9;
 	transition: all .5s;
 }

 .index .tab ul li a:hover {
 	background: #f60;
 }

 /*footer*/
 .copy {
 	/* background: #282319; */
 	background: url(../images/footbg.jpg) no-repeat center bottom;
 	background-size: cover;
 	margin-top: 50px;
 }

 .kslj {
 	display: flex;
 	align-items: flex-start;
 	flex-direction: row;
 	justify-content: space-between;
 	padding: 60px 0 50px 0;
 }

 .kslj p {
 	font-size: 20px;
 	color: #bbbbbb;
 	margin-bottom: 18px;
 	font-weight: normal;
 }

 .kslj a {
 	display: block;
 	font-size: 14px;
 	color: #666666;
 	line-height: 32px;
 }

 .kslj a:before {
 	display: inline-block;
 	content: '-';
 	margin-right: 15px;
 	vertical-align: middle;
 }

 .kslj p:before {
 	content: '';
 	display: inline-block;
 	width: 3px;
 	height: 16px;
 	background: #0095d9;
 	margin-right: 15px;
 }

 .kslj li+li {
 	margin-left: 80px;
 }

 .kslj li:nth-last-child(2) span {
 	color: #888;
 	line-height: 36px;
 }

 .end {
 	background: #111;
 	height: 50px;
 	line-height: 50px;
 	text-align: center;
 	color: #ccc;
 }

 .end a,
 .end p {
 	font-size: 14px;
 	color: #b3b8bd;
 	text-align: center;
 	color: #eee;
 }

 .end a:hover {
 	color: #fff;
 }

 .userContent1 {
 	margin-left: 10px;
 	width: 660px;
 }

 .userContent1 dd {
 	line-height: 26px;
 	margin-bottom: 20px;
 	display: block;
 	overflow: hidden;
 	font-size: 0.16rem;
 	width: 320px;
 	float: left;
 	margin-right: 20px;
 }

 .userContent1 dd:nth-child(2) {
 	margin-right: 0;
 }

 .userContent1 ul {
 	display: block;
 }

 .userContent1 dd label {
 	font-size: 16px;
 	display: block;
 	float: left;
 	color: #888;
 	/* width: 60px; */
 	text-align: left;
 	margin-right: 15px;
 }

 .userContent1 dd input.text {
 	height: 34px;
 	width: 245px;
 	padding-left: 5px;
 	border: 1px solid #888;
 	font-size: 14px;
 	color: #999;
 	background: none;
 }

 .userContent1 dd:nth-child(3) {
 	width: 100%;
 	clear: both;
 }

 .userContent1 dd textarea {
 	width: 585px;
 	padding-left: 5px;
 	height: 100px;
 	display: block;
 	float: left;
 	color: #999;
 	border: 1px solid #888;
 	background: none;
 	box-sizing: border-box;
 	padding: 5px;
 }

 .userContent1 .subtime {
 	height: 45px;
 	width: 40%;
 	border: 0;
 	color: #fff;
 	cursor: pointer;
 	background: #0095d9;
 }

 .userContent1 dd select {
 	width: 99px;
 	height: 29px;
 	border: 1px solid #d2d2d2;
 	color: #616161;
 	font-size: 12px;
 	padding-left: 5px;
 }

 .userContent1 span.star {
 	color: red;
 }

 .userContent1 dd em {
 	font-size: 16px;
 	color: #000;
 	margin-left: 43px;
 }

 .protemptwo {
 	width: 100%;
 }

 .protemptwo li {
 	float: left;
 	width: 350px;
 	box-shadow: 0px 0px 10px #eee;
 	transition: all .5s ease;
 	position: relative;
 	margin: 0 25px 25px 0%;
 }

 .protemptwo li:nth-of-type(3n) {
 	margin-right: 0;
 }

 .protemppic {
 	overflow: hidden;
 	position: relative;
 	height: 350px;
 	width: 100%;
 }

 .protemppic img {
 	width: 100%;
 	height: 100%;
 	transition: all .5s ease;
 }

 .protemptitl a {
 	display: block;
 	position: relative;
 	font-size: 16px;
 	line-height: 60px;
 	padding: 0px 3%;
 }

 .protemptitl {
 	position: relative;
 	margin-top: -4px;
 }

 .protemptitl a:after,
 .protemptitl:before,
 .protemppic a:after {
 	content: '';
 	display: block;
 	position: absolute;
 }

 .protemptitl a:after {
 	width: 18px;
 	height: 18px;
 	border-radius: 50%;
 	right: 20px;
 	top: 22px;
 	background: url(../images/probg.png) no-repeat top center;
 }

 .protemptitl:before {
 	width: 100%;
 	height: 0px;
 	bottom: 0px;
 	left: 0px;
 	background: #0095d9;
 	transition: all 0.5s ease;
 }

 .protemptwo li:hover .protemppic a:after {
 	height: 100%;
 }

 .protemptwo li:hover .protemptitl:before {
 	height: 100%;
 	transition: 0.6s;
 }

 .protemptwo li:hover .protemptitl a {
 	color: #fff;
 }

 .navigation {
 	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	width: 100%;
 	line-height: 50px;
 	height: 50px;
 	margin-bottom: 20px;
 	border-bottom: 1px dashed #ddd;
 	text-align: left;
 }

 .navigation .dicon {
 	font-size: 18px;
 	padding: 0 5px;
 	color: #0095d9;
 }

 .navigation i {
 	margin-right: 10px;
 }

 .navigation_w {
 	float: right;
 	padding-right: 5px;
 	font-size: 12px;
 	font-style: normal;
 	font-weight: 300;
 	font-family: arial;
 	color: #ccc;
 }

 .navigation h2 {
 	font-size: 24px;
 	font-weight: normal;
 	padding-left: 30px;
 	position: relative;
 }

 .navigation h2::before {
 	content: '';
 	position: absolute;
 	left: 0;
 	top: 50%;
 	width: 5px;
 	height: 20px;
 	transform: translateY(-50%);
 	background: #0095d9;
 }

 .link {
 	display: none;
 }

 /*产品中心*/
 .index .ipro_main {
 	padding: 0;
 	background: url(../images/bg6.jpg) no-repeat center top;
 }

 .index .ipro_main .title {
 	text-align: center;
 }

 .index .ipro_main .title h3 {
 	font-size: 38px;
 	font-weight: bold;
 	line-height: 50px;
 	color: #0095d9;
 }

 .index .ipro_main .title h3 font {
 	font-size: 38px;
 	font-weight: bold;
 	color: #d7030c;
 }

 .index .ipro_main .title span {
 	display: block;
 	font-size: 18px;
 	color: #333;
 	padding-top: 5px;
 	height: 40px;
 	text-transform: uppercase;
 }

 .index .ipro_main .xia {
 	width: 26px;
 	height: 25px;
 	margin: 0 auto;
 }

 @keyframes myfirst {
 	0% {
 		transform: translate(0px, 0px);
 	}

 	50% {
 		transform: translate(0px, -10px);
 	}

 	100% {
 		transform: translate(0px, 0px);
 	}
 }

 .index .ipro_main .xia img {
 	animation: myfirst 2s infinite;
 }

 @keyframes myfirst {
 	0% {
 		transform: translate(0px, 0px);
 	}

 	50% {
 		transform: translate(0px, -10px);
 	}

 	100% {
 		transform: translate(0px, 0px);
 	}
 }

 .index .ipro_main .ipro {
 	position: relative;
 	overflow: hidden;
 }

 .index .ipro_main .ipro .list {
 	width: 100%;
 }

 .index .ipro_main .ipro .item {
 	float: left;
 	display: block;
 	margin-right: 20px;
 	margin-bottom: 20px;
 	overflow: hidden;
 }

 .index .ipro_main .ipro .item:nth-child(4n) {
 	margin-right: 0;
 }

 .index .ipro_main .ipro .item a {
 	display: block;
 }

 .index .ipro_main .ipro .item .img {
 	width: 310px;
 	height: 310px;
 	padding: 4px;
 	border: 1px solid #d0d0d0;
 	overflow: hidden;
 	box-sizing: border-box;
 }

 .index .ipro_main .ipro .item img {
 	width: 100%;
 	height: 100%;
 	display: block;
 	transition: all .5s;
 }

 .index .ipro_main .ipro .item h3 {
 	position: relative;
 	width: 100%;
 	font-size: 14px;
 	height: 65px;
 	line-height: 60px;
 	color: #333;
 	padding: 0 15px;
 	box-sizing: border-box;
 	transition: all .5s;
 }

 .index .ipro_main .ipro .item h3:before {
 	content: '';
 	background: url(../images/y.png) no-repeat center;
 	width: 15px;
 	height: 20px;
 	position: absolute;
 	bottom: 23px;
 	right: 18px;
 	display: block;
 	z-index: 0;
 }

 .index .ipro_main .ipro .item h3:after {
 	content: '';
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	background: #d0d0d0;
 	display: block;
 	left: 0;
 	top: auto;
 	transition: all .5s;
 	bottom: -64px;
 	z-index: -1;
 }

 .index .ipro_main .ipro .item:hover img {
 	transform: scale(1.1);
 }

 .index .ipro_main .ipro .item:hover h3 {
 	color: #444;
 }

 .index .ipro_main .ipro .item:hover h3:after {
 	bottom: 0;
 	background: #f0f0f0;
 }

 /*四大优势*/
 .index .advantage {
 	width: 100%;
 	background: url(../images/bg10.jpg) center no-repeat;
 	background-size: cover;
 	background-attachment: fixed;
 	position: relative;
 	margin-top: 30px;
 	padding: 80px 0
 }

 .index .advantage .title {
 	width: 550px;
 	text-align: center;
 	margin: auto;
 	padding-top: 40px;
 	color: #fff;
 	padding-bottom: 15px;
 }

 .index .advantage .title h3 {
 	line-height: 45px;
 	font-size: 42px;
 	font-weight: bold;
 	padding-top: 20px;
 }

 .index .advantage .title span {
 	font-size: 16px;
 	line-height: 40px;
 	color: #c8e8f9;
 }

 .index .advantage .xia {
 	width: 26px;
 	height: 25px;
 	margin: 0 auto;
 }

 @keyframes myfirst {
 	0% {
 		transform: translate(0px, 0px);
 	}

 	50% {
 		transform: translate(0px, -10px);
 	}

 	100% {
 		transform: translate(0px, 0px);
 	}
 }

 .index .advantage .xia img {
 	animation: myfirst 2s infinite;
 }

 @keyframes myfirst {
 	0% {
 		transform: translate(0px, 0px);
 	}

 	50% {
 		transform: translate(0px, -10px);
 	}

 	100% {
 		transform: translate(0px, 0px);
 	}
 }

 .index .advantage .youshi_fl {
 	width: 513px;
 	height: 630px;
 	background: url(../images/bs.png) left no-repeat;
 	float: left;
 	color: #fff;
 	margin-top: 20px;
 }

 .index .advantage .youshi_fl .box {
 	width: 340px;
 	padding-top: 90px;
 	padding-left: 35px;
 	float: left;
 }

 .index .advantage .youshi_fl .box h3 {
 	font-size: 34px;
 	font-weight: bold;
 	line-height: 42px;
 }

 .index .advantage .youshi_fl .box span {
 	font-size: 28px;
 	line-height: 42px;
 }

 .index .advantage .youshi_fl .box p {
 	width: 320px;
 	height: 44px;
 	border: 1px solid #c8e8f9;
 	line-height: 44px;
 	text-align: center;
 	margin-top: 50px;
 	font-size: 18px;
 }

 .index .advantage .youshi_fl .box .icon {
 	width: 84px;
 	margin-right: 28px;
 	float: left;
 	text-align: center;
 	line-height: 42px;
 	font-size: 14px;
 	margin-top: 55px;
 	animation: myfirst 2s infinite;
 	display: inherit-block;
 }

 .index .advantage .youshi_fl .box .icon .img {
 	width: 82px;
 	height: 60px;
 	padding-top: 22px;
 	border: 1px solid #fff;
 	border-radius: 5px;
 }

 .index .advantage .youshi_fl .box .tel {
 	width: 290px;
 	height: 22px;
 	line-height: 22px;
 	background: url(../images/tel.png) left no-repeat;
 	float: left;
 	font-size: 16px;
 	padding-left: 35px;
 	margin-top: 55px;
 }

 .index .advantage .youshi_fl .box .tel i {
 	float: left;
 }

 .index .advantage .youshi_fl .box .tel strong {
 	font-size: 28px;
 	font-family: Arial, Helvetica, sans-serif;
 	float: left;
 	color: #ff0;
 }

 .index .advantage .youshi_fr {
 	width: 810px;
 	height: 565px;
 	float: right;
 	background: rgba(200, 232, 249, 0.85);
 	margin-top: -595px;
 }

 .index .advantage .youshi_fr li {
 	width: 340px;
 	float: left;
 	padding-top: 35px;
 	padding-bottom: 10px;
 	padding-left: 45px;
 }

 .index .advantage .youshi_fr li:hover {
 	-webkit-animation: test .5s ease-in 2;
 	cursor: pointer;
 }

 @-webkit-keyframes test {
 	0% {
 		transform: translate(0, 0)
 	}

 	50% {
 		transform: translate(0, 5px)
 	}

 	100% {
 		transform: translate(0, 0)
 	}
 }

 .index .advantage .youshi_fr li b {
 	font-size: 46px;
 	line-height: 46px;
 	font-family: Arial, Helvetica, sans-serif;
 	color: #0095d9;
 }

 .index .advantage .youshi_fr li h3 {
 	line-height: 50px;
 	font-size: 26px;
 	padding-bottom: 5px;
 	color: #222;
 }

 .index .advantage .youshi_fr li span {
 	display: inline-block;
 	width: 55px;
 	height: 2px;
 	background: #0095d9;
 }

 .index .advantage .youshi_fr li p {
 	padding-top: 25px;
 	font-size: 14px;
 	line-height: 28px;
 	color: #666;
 	height: 107px;
 	overflow: hidden;
 }

 /*客户案例*/
 .index .case {
 	margin-top: 50px;
 }

 .index .case .proCase {
 	position: relative;
 }

 .index .case .proCase .list {
 	width: 106%;
 }

 .index .case .proCase .list li {
 	position: relative;
 	display: block;
 	float: left;
 	width: 380px;
 	height: 400px;
 	margin-right: 30px;
 	border: 1px solid #ddd;
 	background: #fff;
 	border-radius: 5px;
 	transition: all .5s;
 }

 .index .case .proCase .list li a {
 	display: block;
 	padding: 30px;
 }

 .index .case .proCase .list li a img {
 	display: block;
 	width: 320px;
 	height: 240px;
 	border-radius: 5px;
 }

 .index .case .proCase .list li h3 {
 	font-size: 18px;
 	color: #333;
 	margin-top: 20px;
 	transition: all .5s;
 }

 .index .case .proCase .list li .more {
 	position: absolute;
 	bottom: 30px;
 	left: 30px;
 	display: block;
 	width: 120px;
 	height: 32px;
 	font-size: 14px;
 	line-height: 30px;
 	text-align: center;
 	background: #0095d9;
 	color: #fff;
 	transition: all .5s;
 }

 .index .case .proCase .list li:hover {
 	border: 1px solid #0095d9;
 	background: #0095d9;
 }

 .index .case .proCase .list li:hover h3 {
 	color: #fff;
 }

 .index .case .proCase .list li:hover .more {
 	background: #fff;
 	color: #0095d9;
 }

 .index .case .proCase .hd {
 	position: absolute;
 	width: 100%;
 }

 .index .case .proCase .hd span {
 	width: 40px;
 	height: 40px;
 	cursor: pointer;
 	position: absolute;
 	top: -220px;
 	opacity: .5;
 	background: url(../images/prev.png) no-repeat;
 	display: inline-block;
 	vertical-align: middle;
 	transition: all .5s;
 }

 .index .case .proCase .hd .prev {
 	background-position: 0 0;
 	left: -80px;
 }

 .index .case .proCase .hd .next {
 	background-position: -40px 0;
 	right: -80px;
 }

 .index .case .proCase .hd .prev:hover,
 .index .case .proCase .hd .next:hover {
 	opacity: 1;
 }

 /*关于我们*/
 .index .about {
 	margin-top: 0px;
 }

 .index .about .box {
 	margin-top: 40px;
 }

 .index .about .box .txt {
 	width: 537px;
 	height: 340px;
 	background: #f6f6f6;
 	padding: 40px 45px 40px 45px;
 	float: left;
 	border-left: 3px solid #0095d9;
 }

 .index .about .box .txt h3 {
 	font-size: 22px;
 	color: #d7030c;
 	height: 56px;
 }

 .index .about .box .txt p {
 	font-size: 14px;
 	line-height: 30px;
 	color: #333;
 	height: 218px;
 	text-align: justify;
 	overflow: hidden;
 }

 .index .about .box .txt a {
 	width: 133px;
 	height: 51px;
 	background: #0095d9;
 	margin-right: 1px;
 	float: left;
 	font-size: 16px;
 	color: #fff;
 	line-height: 51px;
 	text-align: center;
 	display: block;
 }

 .index .about .box .txt a:hover {
 	background: #d7030c;
 	color: #ff0;
 }

 .index .about .box .img {
 	width: 560px;
 	height: 420px;
 	float: left;
 	overflow: hidden;
 	cursor: pointer;
 }

 .index .about .box .img img {
 	width: 100%;
 	height: 100%;
 	transition: all .5s;
 }

 .index .about .box .img img:hover {
 	-webkit-transform: scale(1.1);
 	transform: scale(1.1);
 	-moz-transform: scale(1.1);
 }

 /*新闻中心*/
 .index .news {
 	width: 100%;
 	overflow: hidden;
 	margin-top: 45px;
 }

 .index .news .title {
 	text-align: center;
 	margin-bottom: 40px;
 }

 .index .news .title h3 {
 	font-size: 38px;
 	font-weight: bold;
 	line-height: 50px;
 	color: #0095d9;
 }

 .index .news .title span {
 	position: relative;
 	display: block;
 	font-size: 18px;
 	line-height: 2;
 	padding-bottom: 15px;
 	color: #333;
 	border-bottom: 1px solid #ccc;
 	text-transform: uppercase;
 }

 .index .news .title span:before {
 	display: inline-block;
 	content: "";
 	position: absolute;
 	bottom: -3px;
 	left: 50%;
 	margin-left: -50px;
 	width: 100px;
 	height: 3px;
 	background: #0095d9;
 }

 .index .news .title span:after {
 	display: inline-block;
 	content: "";
 	position: absolute;
 	bottom: -9px;
 	left: 50%;
 	margin-left: -6px;
 	border-left: 6px solid transparent;
 	border-right: 6px solid transparent;
 	border-top: 6px solid #0095d9;
 }

 .index .news .hd {
 	margin-bottom: 20px;
 }

 .index .news .hd li {
 	float: left;
 	margin: 0px 10px;
 }

 .index .news .hd li a {
 	display: block;
 	width: 280px;
 	font-size: 16px;
 	padding: 15px 30px;
 	box-shadow: 0 0 5px #ddd inset;
 	transition: all .5s;
 }

 .index .news .hd li a h3 {
 	overflow: hidden;
 	border-bottom: solid 1px #ccc;
 	line-height: 40px;
 	font-size: 20px;
 	padding-left: 10px;
 	font-weight: bold;
 	color: #0095d9;
 	transition: all .5s;
 }

 .index .news .hd li a span {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
 	text-transform: uppercase;
 	color: #999;
 	line-height: 26px;
 	padding-left: 10px;
 }

 .index .news .hd li.on a {
 	width: 400px;
 	background: #f8f8f8;
 }

 .index .news .hd li.on a h3 {
 	color: #d7030c;
 }

 .index .news .bd {
 	margin-bottom: 0;
 }

 .index .news .bd li {
 	width: 640px;
 	float: left;
 	position: relative;
 	margin: 15px 20px 0 0;
 	padding: 20px 10px;
 	box-shadow: 0 0 3px #ccc inset;
 	transition: all .5s;
 }

 .index .news .bd li:nth-child(2n) {
 	margin-right: 0;
 }

 .index .news .bd li .time {
 	display: block;
 	width: 100px;
 	height: 83px;
 	border-right: 1px solid #ddd;
 	font-size: 16px;
 	line-height: 40px;
 	margin-right: 30px;
 	color: #666;
 	text-align: center;
 }

 .index .news .bd li .time b {
 	font-family: arial;
 	color: #666;
 	display: block;
 	font-size: 48px;
 	line-height: 50px;
 }

 .index .news .bd li h3 {
 	font-size: 16px;
 }

 .index .news .bd li p {
 	overflow: hidden;
 	line-height: 1.5;
 	margin-top: 10px;
 	height: 45px;
 	font-size: 14px;
 	color: #666;
 	overflow: hidden;
 }

 .index .news .bd li:hover {
 	box-shadow: 0 0 5px #0095d9 inset;
 }

 /*内页样式*/
 .wrapper {
 	min-height: 400px;
 }

 /*内页大图*/
 .nybanner {
 	width: 100%;
 	position: relative;
 	height: 300px;
 	overflow: hidden;
 	background-position: center;
 	background-repeat: no-repeat;
 	background-image: url(../nybanner.jpg);
 }

 /*当前位置*/
 .sobtitle {
 	height: 40px;
 	line-height: 40px;
 	font-size: 14px;
 	color: #666;
 	border-top: 1px solid #eee;
 	border-bottom: 1px solid #eee;
 	margin-bottom: 20px;
 }

 .sobtitle s {
 	display: inline-block;
 	width: 18px;
 	height: 22px;
 	margin-right: 10px;
 	background: url(../images/position.png) center no-repeat;
 	vertical-align: middle;
 }

 .sobtitle a {
 	font-size: 14px;
 	color: #666;
 }

 .sobtitle a:hover {
 	color: #CC0F16;
 }

 /*栏目分类*/
 .wrapper .menu {
 	text-align: center;
 	padding: 20px 0;
 }

 .wrapper .menu span {
 	width: 1px;
 	height: 16px;
 	margin: 0 16px 0 14px;
 	background-position: -206px -36px;
 }

 .wrapper .menu li {
 	display: inline-block;
 	margin: 4px;
 }

 .wrapper .menu li a {
 	float: left;
 	height: 50px;
 	line-height: 50px;
 	font-size: 14px;
 	text-align: center;
 	width: 150px;
 	color: #fff;
 	border-radius: 5px;
 	background: #0095d9;
 	transition: all .5s;
 }

 .wrapper .menu li a.on,
 .wrapper .menu li a:hover {
 	background: #d7030c;
 }

 /*单页栏目*/
 .aboutPage {
 	color: #666;
 	line-height: 30px;
 	text-align: justify;
 }

 .aboutPage img {
 	max-width: 100%;
 }

 .reimg img {
 	max-width: 100%;
 	height: auto !important;
 }

 /*联系我们*/
 .aboutPage .lianxi_m {
 	overflow: hidden;
 	background: #f5f5f5;
 }

 .aboutPage .lianxi_ml {
 	background: #0095d9;
 	color: #fff;
 	padding: 30px;
 	overflow: hidden;
 	float: left;
 }

 .aboutPage .lianxi_ml_m {
 	overflow: hidden;
 	font-size: 38px;
 	font-weight: bold;
 	line-height: 52px;
 	margin-bottom: 18px;
 }

 .aboutPage .lianxi_ml_s {
 	width: 315px;
 	border: solid 2px #fff;
 	font-size: 28px;
 	font-family: Arial, Helvetica, sans-serif;
 	text-align: center;
 	margin-bottom: 18px;
 	line-height: 45px;
 }

 .aboutPage .lianxi_ml_en {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 24px;
 	font-style: italic;
 	line-height: 40px;
 }

 .aboutPage .lianxi_mr {
 	float: right;
 	overflow: hidden;
 	width: 780px;
 }

 .aboutPage .lianxi_mr_i {
 	float: left;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 100px;
 	font-weight: bold;
 	line-height: 100px;
 	color: #333;
 	position: absolute;
 	overflow: hidden;
 	margin-top: 18px;
 }

 .aboutPage .lianxi_m .mr_i {
 	font-size: 140px;
 	line-height: 120px;
 	margin-top: 150px;
 	margin-left: 650px;
 }

 .aboutPage .lianxi_mr_m {
 	width: 600px;
 	float: left;
 	overflow: hidden;
 	padding-left: 80px;
 	padding-right: 20px;
 	padding-top: 25px;
 	line-height: 24px;
 	color: #333;
 	font-size: 14px;
 }

 .aboutPage .lianxi_mr_m span {
 	font-size: 24px;
 	font-weight: bold;
 	line-height: 60px;
 	color: #333;
 }

 .aboutPage .lianxi {
 	overflow: hidden;
 	background: #f5f5f5;
 	margin-top: 10px;
 	margin-bottom: 10px;
 }

 .aboutPage .lianxi_l {
 	float: left;
 	width: 520px;
 	overflow: hidden;
 }

 .aboutPage .lianxi_lm {
 	overflow: hidden;
 	margin-top: 40px;
 	border-left: solid 5px #0095d9;
 	font-size: 26px;
 	line-height: 30px;
 	padding-left: 20px;
 	margin-bottom: 18px;
 	color: #333;
 }

 .aboutPage .lianxi_len {
 	overflow: hidden;
 	border-left: solid 5px #2b3e9d;
 	padding-left: 20px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
 	color: #0095d9;
 	font-style: italic;
 	line-height: 22px;
 	margin-bottom: 20px;
 }

 .aboutPage .lianxi_ld_l {
 	overflow: hidden;
 	padding: 15px 0px;
 	padding-left: 30px;
 }

 .aboutPage .ld_i {
 	float: left;
 	width: 56px;
 }

 .aboutPage .ld_i img {
 	width: 56px;
 }

 .aboutPage .ld_l {
 	float: left;
 	padding-left: 18px;
 	font-size: 14px;
 	color: #666;
 	line-height: 25px;
 	width: 300px;
 }

 .aboutPage .ld_l span {
 	font-size: 18px;
 	color: #333;
 }

 .aboutPage .ld_l a {
 	font-size: 14px;
 	color: #666;
 }

 .aboutPage .lianxi_r {
 	float: right;
 	width: 580px;
 	overflow: hidden;
 	background: #eee;
 	padding: 46px;
 }

 .aboutPage .lianxi_rm {
 	overflow: hidden;
 	margin-top: -10px;
 }

 .aboutPage .lianxi_rm_en {
 	float: left;
 	color: #0095d9;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 45px;
 	line-height: 50px;
 	font-weight: bold;
 }

 .aboutPage .lianxi_rm_m {
 	float: left;
 	margin-left: 10px;
 	border-top: solid 3px #0095d9;
 	font-size: 20px;
 	line-height: 40px;
 	margin-top: 10px;
 	color: #333;
 }

 .aboutPage .lianxi_rd {
 	height: 400px;
 	overflow: hidden;
 	margin-top: 15px;
 	border: solid 1px #ccc;
 }

 /*在线留言*/
 .contactPage {
 	padding: 0;
 }

 .contactPage .t2 {
 	padding: 28px 0 48px;
 	text-align: center;
 }

 .contactPage .t2 .titb {
 	font-size: 30px;
 	margin-bottom: 16px;
 }

 .contactPage .t2 .txt {
 	font-size: 14px;
 	line-height: 24px;
 }

 .contactPage .t2 .txt span {
 	font-weight: bold;
 	color: #0095d9;
 }

 .formData {
 	padding-bottom: 20px;
 }

 .formData .item {
 	float: left;
 	color: #999;
 	font-weight: normal;
 	width: 560px;
 	height: 50px;
 	line-height: 50px;
 	border: 1px solid #e5e5e5;
 	margin-right: 76px;
 	margin-bottom: 30px;
 	position: relative;
 }

 .formData .item label {
 	padding-left: 15px;
 	position: absolute;
 	left: 0;
 	top: 0;
 	z-index: 11;
 	text-align: center;
 	display: block;
 	margin: 0;
 	height: 50px;
 	line-height: 50px;
 	font-size: 18px;
 	color: #cccccc;
 }

 .formData .item input {
 	outline: none;
 	line-height: 38px;
 	height: 38px;
 	font-size: 18px;
 }

 .formData .item .txt {
 	width: 355px;
 	height: 50px;
 	line-height: 50px;
 	display: block;
 	background: none;
 	padding-left: 70px;
 	border: 0 none;
 	color: #333;
 }

 .formData .item .red {
 	position: absolute;
 	right: 15px;
 	top: 0;
 	color: #ff0000;
 	z-index: 11;
 }

 .formData .item.mr0 {
 	margin-right: 0;
 }

 .formData .msg-box {
 	position: absolute;
 	left: 0;
 	top: 0px;
 }

 .formData .liuyan {
 	width: 1198px;
 	height: 240px;
 	border: 1px solid #e5e5e5;
 	float: left;
 }

 .formData .liuyan label {
 	text-align: right;
 	display: block;
 }

 .formData .liuyan textarea {
 	width: 1178px;
 	height: 214px;
 	line-height: 28px;
 	padding: 12px 10px;
 	text-indent: 100px;
 	font-size: 18px;
 	font-family: "microsoft yahei";
 	color: #333;
 	border: 0 none;
 	overflow: hidden;
 	background: none;
 	resize: none;
 	display: block;
 	outline: none;
 }

 .formData .bot {
 	width: 100%;
 }

 .formData .sub {
 	width: 232px;
 	line-height: 46px;
 	border: 2px solid #0095d9;
 	margin-right: 2px;
 	text-align: center;
 	background: #0095d9;
 	color: #FFF;
 	cursor: pointer;
 	font-size: 18px;
 	display: block;
 	-webkit-transition: all ease 300ms;
 	-moz-transition: all ease 300ms;
 	-ms-transition: all ease 300ms;
 	-o-transition: all ease 300ms;
 	transition: all ease 300ms;
 }

 .formData .sub:hover {
 	background: none;
 	color: #0095d9;
 }

 .formData .yzm {
 	width: 432px;
 }

 .formData .yzm .txt {
 	padding-left: 80px;
 }

 .formData .yzm img {
 	position: absolute;
 	right: 3px;
 	top: 3px;
 	border: 0px;
 	display: block;
 }

 /*图片列表*/
 .imgPage {}

 .imgPage .list {
 	width: 100%;
 }

 .imgPage .item {
 	float: left;
 	margin-right: 20px;
 	margin-bottom: 20px;
 }

 .imgPage .item:nth-child(4n) {
 	margin-right: 0;
 }

 .imgPage .item a {
 	display: block;
 	padding: 0;
 	color: #333;
 }

 .imgPage .item .img {
 	width: 285px;
 	height: 212px;
 	padding: 4px;
 	border: 1px solid #d0d0d0;
 	overflow: hidden;
 	box-sizing: border-box;
 }

 .imgPage .item .img img {
 	width: 100%;
 	height: 100%;
 	transition: all .5s;
 	display: block;
 }

 .imgPage .item:hover .img img {
 	transform: scale(1.1);
 }

 .imgPage .item h3 {
 	width: 100%;
 	font-size: 16px;
 	line-height: 35px;
 	color: #333;
 	text-align: center;
 }

 /*图文列表*/
 .newsPage .list {}

 .newsPage .item {
 	border: 1px solid #f3f3f3;
 	display: block;
 	margin-bottom: 20px;
 	transition: all .5s;
 }

 .newsPage .item a {
 	padding: 20px;
 	height: 110px;
 	display: block;
 }

 .newsPage .item h3 {
 	font-size: 20px;
 	padding: 15px 0;
 	color: #333;
 	transition: all .5s;
 }

 .newsPage .item .txt {
 	color: #999;
 	line-height: 24px;
 	width: 960px;
 	height: 48px;
 	text-align: justify;
 	overflow: hidden;
 }

 .newsPage .item .time {
 	width: 100px;
 	padding: 20px 0 17px 30px;
 	border-left: 1px solid #eee;
 	font-family: arial;
 	font-size: 18px;
 	color: #999;
 	text-align: center;
 }

 .newsPage .item .time .day {
 	font-size: 30px;
 	line-height: 45px;
 	display: block;
 }

 .newsPage .item:hover {
 	box-shadow: 0 0 10px 0px #EEE;
 	background: #f9f9f9;
 }

 .newsPage .item:hover h3 {
 	color: #0095d9;
 }

 .newsPage .item:hover .time .day span {
 	background: #6d6d6d;
 }

 .newsPage .item:hover .time .day strong {
 	background: #ff0000;
 	color: #fff;
 }

 /*内容详情页*/
 .showNews .title {
 	font-size: 24px;
 	line-height: 1.5;
 	color: #222;
 	text-align: center;
 	margin: 10px 0;
 	font-weight: normal;
	padding: 20px 0;
 }

 .showNews .mark {
 	color: #999;
 	height: 38px;
 	line-height: 38px;
 	text-align: center;
 	margin-top: 15px;
 	margin-bottom: 30px;
 	border-top: 1px dashed #eee;
 }

 .showNews .showContxt {
 	color: #333;
 	padding: 0 0 30px;
 	line-height: 2;
 	text-align: justify;
	font-size: 16px;
	
 }

 .showNews .showContxt p {
 	margin-top: 10px;
 	margin-bottom: 10px;
 }

 .showNews .showContxt img {
 	max-width: 100%;
 }

 .showNews .shareNew {
 	padding-bottom: 20px;
 }

 .showNews #pic {
 	width: max-content;
 	margin: 20px auto;
 	padding: 1px;
 	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
 }

 .showNews #pic img {
 	max-width: 800px;
 }

 /*内容分页*/
 .reLink {
 	width: 100%;
 	height: 30px;
 	border-top: 1px solid #d7d6d6;
 	padding: 15px 0;
 }

 .reLink .nextLink,
 .reLink .prevLink {
 	width: 50%;
 	line-height: 30px;
 	color: #888;
 }

 .reLink .nextLink a,
 .reLink .prevLink a {
 	color: #888;
 }

 .reLink .nextLink {
 	text-align: right;
 }

 .reLink a:hover {
 	color: #0095d9;
 }

 /*友情链接*/
 .link {
 	background: #ededed;
 	height: 70px;
 	margin-top: 50px;
 	overflow: hidden;
 }

 .link h2 {
 	padding: 13px 0 0 20px;
 	height: 57px;
 	width: 106px;
 	overflow: hidden;
 	color: #fff;
 	font: bold 18px/26px "Microsoft Yahei";
 	background: url(../images/link_bj.png) no-repeat left top;
 }

 .link h2 a {
 	color: #fff;
 	font: bold 18px/26px "Microsoft Yahei";
 }

 .link h2 i {
 	text-transform: uppercase;
 	font: 18px/20px Arial;
 	color: #fff;
 	display: block;
 }

 .link span {
 	display: block;
 	font: 14px/70px "Microsoft Yahei";
 }

 .link span a {
 	display: inline-block;
 	color: #333;
 }

 .link ul {
 	width: 1060px;
 	height: auto;
 }

 .link li {
 	padding-right: 5px;
 	line-height: 70px;
 	float: left;
 }

 .link li a {
 	color: #666;
 	word-break: break-all;
 	font-size: 14px;
 	padding-right: 10px
 }

 .link li img {
 	border: 0px;
 }

 /*网站底部*/
 .footer {
 	background: url(../images/footbg.jpg) center top no-repeat #ccc;
 	padding: 40px 0px 40px 0px;
 	overflow: hidden;
 }

 .footer .tit {
 	position: relative;
 	height: 60px;
 	margin-bottom: 15px;
 	font-size: 16px;
 	font-weight: bold;
 	line-height: 60px;
 	color: #fff;
 }

 .footer .tit:after {
 	display: inline-block;
 	content: "";
 	width: 30px;
 	height: 2px;
 	position: absolute;
 	background-color: #f80;
 	bottom: 0;
 	left: 0;
 }

 .footer .contact {
 	width: 470px;
 	color: #fff;
 	font-size: 15px;
 	line-height: 32px;
 }

 .footer .contact a {
 	color: #fff;
 	font-size: 14px;
 }

 .footer .contact a:hover {
 	color: #ff0;
 	font-size: 14px;
 }

 .footer .lin {
 	float: left;
 	height: 207px;
 	margin-top: 20px;
 	margin-right: 75px;
 	border-left: 1px solid #D0D0D0;
 	border-right: 1px solid #717171;
 }

 .footer .fnav {
 	width: 270px;
 }

 .footer .fnav a {
 	float: left;
 	width: 120px;
 	color: #fff;
 	font-size: 14px;
 }

 .footer .fnav a:hover {
 	float: left;
 	width: 120px;
 	color: #ff0;
 	font-size: 14px;
 }

 .footer .ewm {
 	width: 300px;
 	float: right;
 }

 .footer .ewm li {
 	float: left;
 	width: 100px;
 	padding-top: 10px;
 	margin-right: 20px;
 	text-align: center;
 	font-size: 14px;
 	line-height: 16px;
 	color: #fff;
 }

 .footer .ewm li:last-child {
 	margin-right: 0;
 }

 .footer .ewm li img {
 	width: 100px;
 	height: 100px;
 	padding-bottom: 15px;
 }

 .bottom_copy .w1200 div {
 	text-align: left;
 }

 .bottom_copy {
 	width: 100%;
 	height: 50px;
 	line-height: 50px;
 	color: #ccc;
 	font-size: 12px;
 	text-align: center;
 	background: #333;
 	border-top: 1px solid #3f474f;
 }

 .bottom_copy span {
 	display: inline-block;
 	padding-left: 8px;
 }

 .bottom_copy a {
 	display: inline-block;
 	color: #ccc;
 }

 .bottom_copy a:hover {
 	opacity: 0.9;
 	filter: alpha(opacity=90);
 	color: #fff;
 }

 .bottom_copy .copy {
 	float: right;
 }

 .bottom_copy .copy1 {
 	float: left;
 }

 /*浮动客服*/
 .toolbar {
 	position: fixed;
 	top: 50%;
 	right: 1%;
 	margin-top: -163px;
 	z-index: 100;
 	width: 80px;
 }

 .toolbar dd {
 	position: relative;
 	float: left;
 	width: 60px;
 	height: 60px;
 	background: #0095d9;
 	margin-top: 2px;
 	border-radius: 50%;
 	color: #fff;
 	font-size: 14px;
 	line-height: 21px;
 	text-align: center;
 	cursor: pointer;
 	transition: all .5s;
 }

 .toolbar dd:first-child {
 	margin-top: 0;
 }

 .toolbar dd i {
 	width: 100%;
 	height: 30px;
 	display: block;
 	margin-top: 13px;
 	background: url(../images/toolbar.png) no-repeat center 0;
 }

 .toolbar dd.qq i {
 	background-position-y: 0;
 }

 .toolbar dd.tel i {
 	background-position-y: -30px;
 }

 .toolbar dd.code i {
 	background-position-y: -60px;
 }

 .toolbar dd.top i {
 	background-position-y: -90px;
 }

 .toolbar dd span {
 	display: block;
 	color: #fff;
 }

 .toolbar dd.tel .box {
 	position: absolute;
 	top: 0;
 	width: 190px;
 	right: -200px;
 	height: 80px;
 	margin-right: 10px;
 	border-radius: 5px;
 	background: #0095d9;
 	opacity: 0;
 	transition: all .5s;
 }

 .toolbar dd.tel .box p {
 	font-size: 14px;
 	margin: 15px auto 7px;
 }

 .toolbar dd.tel .box h3 {
 	font-size: 18px;
 	font-weight: bold;
 }

 .toolbar dd.tel .box:after {
 	display: block;
 	content: " ";
 	border-style: solid dashed dashed dashed;
 	border-color: transparent transparent transparent #0095d9;
 	border-width: 9px;
 	width: 0;
 	height: 0;
 	position: absolute;
 	top: 50%;
 	margin-top: -9px;
 	right: -18px;
 	margin-left: -12px;
 }

 .toolbar dd.code .box {
 	position: absolute;
 	top: 0;
 	width: 162px;
 	right: -172px;
 	height: 162px;
 	margin-right: 10px;
 	border-radius: 5px;
 	background: #0095d9;
 	opacity: 0;
 	transition: all .5s;
 }

 .toolbar dd.code .box img {
 	width: 140px;
 	height: 140px;
 	padding: 11px;
 }

 .toolbar dd.code .box:after {
 	display: block;
 	content: " ";
 	border-style: solid dashed dashed dashed;
 	border-color: transparent transparent transparent #0095d9;
 	border-width: 9px;
 	width: 0;
 	height: 0;
 	position: absolute;
 	top: 30px;
 	right: -18px;
 	margin-left: -12px;
 }

 .toolbar dd:hover {
 	background: #333;
 }

 .toolbar dd.tel:hover .box {
 	opacity: 1;
 	right: 80px;
 }

 .toolbar dd.code:hover .box {
 	opacity: 1;
 	right: 80px;
 }

 /*↓组图样式↓*/
 .HS10,
 .HS15 {
 	overflow: hidden;
 	clear: both;
 }

 .HS10 {
 	height: 10px;
 }

 .HS15 {
 	height: 15px;
 }

 .Hidden {
 	display: none;
 }

 .Clearer {
 	display: block;
 	clear: both;
 	font-size: 1px;
 	line-height: 1px;
 	margin: 0;
 	padding: 0;
 }

 .FlLeft {
 	float: left;
 }

 .FlRight {
 	float: right;
 }

 /*幻灯片区域背景*/
 .MainBg {
 	width: 1200px;
 	margin: 0 auto;
 }

 /*大图展示区域*/
 .OriginalPicBorder {
 	padding: 0;
 }

 #OriginalPic {
 	width: 1200px;
 	overflow: hidden;
 	position: relative;
 	font-size: 12px;
 }

 #OriginalPic img {
 	display: block;
 	min-width: 100px;
 	margin: 0 auto;
 }

 /*鼠标手势*/
 .CursorL {
 	position: absolute;
 	z-index: 999;
 	width: 50%;
 	height: 600px;
 	color: #FFF;
 	left: 0;
 	cursor: url(../images/CurL.cur), auto;
 	background: url(../space.png) repeat scroll 0 0 transparent;
 }

 .CursorR {
 	position: absolute;
 	z-index: 999;
 	width: 50%;
 	height: 600px;
 	color: #FFF;
 	right: 0;
 	cursor: url(../images/CurR.cur), auto;
 	background: url(../space.png) repeat scroll 0 0 transparent;
 }

 /*小图预览和滑动*/
 .SliderPicBorder {
 	width: 100%;
 	overflow: hidden;
 }

 .ThumbPicBorder {
 	width: 1200px;
 	margin: 0 auto;
 	background: #eeeeee;
 	overflow: hidden;
 	position: relative;
 }

 .ThumbPicBorder #btnPrev {
 	width: 45px;
 	height: 113px;
 	cursor: pointer;
 	position: absolute;
 	left: 20px;
 	top: 20px;
 }

 .ThumbPicBorder #btnNext {
 	width: 45px;
 	height: 113px;
 	cursor: pointer;
 	position: absolute;
 	right: 20px;
 	top: 20px;
 }

 .ThumbPicBorder .pic {
 	width: 1025px;
 	overflow: hidden;
 	position: relative;
 	margin: 20px auto;
 }

 #ThumbPic img {
 	border: 3px solid #ddd;
 	cursor: pointer;
 	background-color: #ddd;
 	margin: 0 10px;
 	width: 145px;
 	height: 108px;
 	display: block;
 	-webkit-transition: all .3s ease-in-out 0s;
 	-moz-transition: all .3s ease-in-out 0s;
 	transition: all .3s ease-in-out 0s;
 }

 #ThumbPic img.active {
 	border: 3px solid #0095d9;
 }

 /*↑组图样式↑*/
 .about_b {
 	background: #fff;
 	box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
 	border-radius: 15px;
 	padding: 30px;
 	overflow: hidden;
 }

 .about_l {
 	width: 590px;
 	font-size: 16px;
 	line-height: 30px;

 }

 .about_l dl {
 	margin-bottom: 20px;
 	font-size: 30px;
 	color: #222;
 	font-weight: bold;
 }

 .about_l dt {
 	text-transform: uppercase;
 	font-family: "arial";
 	font-size: 38px;
 	line-height: 70px;
 	color: #0095d9;
 	font-weight: bold;
 }

 .about_l p {
 	padding-top: 10px;
 	text-indent: 2em;
 	text-align: justify;
 	font-size: 14px;
 }

 .about_l a {
 	display: inline-block;
 	width: 200px;
 	line-height: 50px;
 	background: #0095d9;
 	color: #fff;
 	text-align: center;
 	margin-top: 30px;
 }

 .about_l a+a {
 	background: #f58220;
 	margin-left: 20px;
 }

 .about_r {
 	width: 600px;
 }

 .about_r img {
 	display: block;
 	width: 100%;
 	margin: 0 auto;
 	text-align: center;
 }

 .w1400 {
 	width: 1400px;
 	margin: 0 auto;
 	clear: both;
 }

 .sort {
 	width: 266px;
 	overflow: hidden;
 }

 .sort_til {
 	width: 266px;
 	padding-left: 30px;
 	height: 124px;
 	background: url(../images/tbg.jpg) no-repeat;
 	overflow: hidden;
 	box-sizing: border-box;
 }

 .sort_til strong {
 	display: block;
 	color: #fff;
 	font-size: 22px;
 	margin-top: 35px;
 	margin-bottom: 5px;
 }

 .sort_til span {
 	font-family: Arial, Helvetica, sans-serif;
 	color: #a4bedf;
 	font-size: 14px;
 	text-transform: uppercase;
 }

 .sort_nor li {
 	width: 266px;
 	height: 103px;
 	background: url(../images/listbg.jpg) no-repeat center;
 	color: #222;

 }

 .sort_nor li a {
 	height: 103px;
 	line-height: 103px;
 	font-weight: normal !important;
 	padding-left: 30px;
 	color: #222;
 	font-size: 16px;
 	display: block;
 }

 .sort_nor li a.active,
 .sort_nor li a:hover {
 	background: url(../images/listbg_a.jpg) no-repeat center;
 	color: #fff;
 }

 .sort_contact {
 	background: url(../images/phonebg.jpg) no-repeat;
 	text-align: center;
 	padding: 39px 0 85px 0;
 }

 .sort_contact p {
 	font-size: 15px;
 	color: #fff;
 	line-height: 24px;
 	float: left;
 	margin-left: 66px;
 	margin-top: 23px;
 }

 .sort_contact p span {
 	font-family: fontDin1;
 	display: block;
 	font-size: 20px;
 	color: #FFF;
 	font-weight: bold;
 }

 #pageGro {
 	width: 400px;
 	height: 45px;
 	padding-top: 30px;
 	padding-bottom: 0px;
 	clear: both;
 	margin: 0 auto;
 }

 #pageGro div,
 #pageGro div ul li {
 	font-size: 16px;
 	color: #999;
 	line-height: 45px;
 	float: left;
 	margin-left: 5px;
 }

 #pageGro div ul li {
 	width: 45px;
 	height: 45px;
 	line-height: 45px;
 	text-align: center;
 	border: 1px solid #dcdcdc;
 	cursor: pointer;
 }

 #pageGro div ul li.on {
 	color: #fff;
 	background: #009ce6;
 	border: 1px solid #009ce6;
 }

 #pageGro .pageUp,
 #pageGro .pageDown {
 	width: 90px;
 	line-height: 42px;
 	border: 1px solid #999;
 	cursor: pointer;
 }

 #pageGro .pageUp {
 	border: 1px solid #dcdcdc;
 	text-align: right;
 	padding-right: 15px;
 	background: url(../images/pageUp.png) 8px 20px no-repeat;
 	box-sizing: border-box;
 }

 #pageGro .pageDown {
 	border: 1px solid #dcdcdc;
 	text-align: left;
 	padding-left: 15px;
 	background: url(../images/pageDown.png) 70px 20px no-repeat;
 	box-sizing: border-box;
 }

 #pageGro .pageUp a,
 #pageGro .pageDown a {
 	color: #999;
 	text-decoration: none;
 }

 .abt {
 	font: 16px / 32px "microsoft yahei";
 	color: #333;
 	text-align: left;
 	margin-bottom: 20px;
 	margin-top: 20px;
 }

 .abt p {
 	margin-top: 5px;
 	margin-bottom: 10px;
 }

 .abt img {
 	max-width: 100%;
 	height: auto;

 }

 /*message*/
 .message {
 	width: 96%;
 	margin: 0 auto;
 	text-align: left;
 	margin-top: 40px;
 }

 .message dl {
 	padding-top: 1.5em;
 	width: 49%;
 	display: inline-block;
 	vertical-align: top;
 	margin-right: -4px;
 	position: relative
 }

 .message dl.full {
 	width: 100%
 }

 .message dl.full dd {
 	width: 95%;
 	margin-left: 1.5%
 }

 .message dd {
 	width: 94%;
 	margin: 0 auto
 }

 .message dl span.red {
 	color: #f63439;
 	font-weight: 700;
 	position: absolute;
 	left: 0;
 	top: 40%;
 	font-size: 1.25em;
 	display: block;
 	font-weight: 700
 }

 .message dd input,
 .message dd textarea {
 	width: 100%;
 	padding: 1em 0;
 	border: none;
 	background: #f5f5f5;
 	text-indent: 1em;
 	border-radius: 4px;
 	color: #666;
 	font-family: "microsoft yahei";
 	font-size: 1.05em
 }

 .message dd input:focus,
 .message dd textarea:focus {
 	box-shadow: 0 0 10px #ccc
 }

 .message .tijiao {
 	width: 200px;
 	text-align: center;
 	font-size: 16px;
 	color: #fff;
 	background: #0095d9;
 	display: block;
 	border-radius: 5px;
 	margin: 0 auto;
 	cursor: pointer;
 	margin-top: 25px;
 	height: 60px;
 	line-height: 60px;
 	border: none;
 }

 .message .tijiao:hover {
 	background: #008ac9;
 }

 /*联系我们*/
 .contactus {
 	width: 1198px;
 	overflow: hidden;
 	margin: 0 auto;
 	margin-top: 50px;
 	margin-bottom: 50px;
 	border-radius: 2px;
 	background: #fff;
 	box-shadow: 0 0px 22px 10px #f4f4f4;
 	-webkit-box-shadow: 0 0px 22px 10px #f4f4f4;
 }

 .map {
 	width: 700px;
 	height: 413px;
 	overflow: hidden;
 	padding: 15px;
 }

 .contactus .box2 {
 	padding: 25px 18px;
 	overflow: hidden;
 	width: auto;
 	height: 363px;
 }

 .contactTit {
 	height: 57px;
 	line-height: 57px;
 	font-size: 20px;
 	color: #333;
 	overflow: hidden;
 	padding-left: 30px;
 	background: url(../images/home2.png) no-repeat left center;
 	border-bottom: 1px solid #e6e6e6;
 	margin-bottom: 15px;
 	background-size: 24px;
 }

 .contactText {
 	line-height: 40px;
 	font-size: 16px;
 	color: #666;
 	overflow: hidden;
 	display: block
 }

 .nynews {
 	width: 100%;
 }

 .nynews-list {
 	width: 100%;
 	height: auto;
 	padding: 30px;
 	margin: 20px auto;
 	border-bottom: 1px dashed #eee;
 	cursor: pointer;
 	box-sizing: border-box;
 	position: relative;
 	transition: all 0.3s ease-out;
 	-webkit-transition: all 0.3s ease-out;
 }

 /* .nynews-date {
 	float: left;
 	width: 100px;
 	padding: 4% 3% 0 0;
 	text-align: center;
 	font-size: 16px;
 	font-weight: bold;
 	font-family: sans-serif;
 	color: #999;
 }

 .nynews-date b {
 	font-size: 34px;
 	color: #000;
 	line-height: 40px;
 } */

 .nynews-photo {
 	float: left;
 	width: 20%;
 	height: auto;
 	overflow: hidden;
 }

 .nynews-photo img {
 	display: block;
 	width: 100%;
 	height: 160px;
 	transition: all 0.5s ease-out;
 	-webkit-transition: all 0.5s ease-out;
 }

 .nynews-content {
 	float: left;
 	width: 72%;
 	margin-left: 3%;
 }

 .nynews-title {
 	font-size: 18px;
 	color: #222;
 	line-height: 40px;
 	margin-bottom: 15px;
 }

 .nynews-text {
 	font-size: 14px;
 	line-height: 2;
 	color: #888;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 3;
 	-webkit-box-orient: vertical;
 }

 /* .nynews-more {
 	float: right;
 	width: 60px;
 	height: 60px;
 	line-height: 60px;
 	margin-top: 4%;
 	font-size: 20px;
 	color: #fff;
 	font-family: serif;
 	font-weight: bold;
 	background: #e5e5e5;
 	border-radius: 100%;
 	text-align: center;
 	transition: all 0.5s ease-out;
 	-webkit-transition: all 0.5s ease-out;
 } */

 .nynews-list:hover {
 	box-shadow: 0 10px 20px -5px rgba(97, 105, 113, 0.2);
 	transform: translateY(-5px);
 	-webkit-transform: translateY(-5px);
 }

 .nynews-list:hover .nynews-photo img {
 	transform: scale(1.05);
 	-webkit-transform: scale(1.05)
 }

 .nynews-list:hover .nynews-title {
 	color: #0078ca;
 }

 .nynews-list:hover .nynews-more {
 	background: #0078ca;
 	transform: translateX(6px);
 	-webkit-transform: translateX(6px);
 }

 .new_time {
 	font-size: 12px;
 	color: #aaa;
 	margin-top: 15px;
 }