@charset "UTF-8";
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "宋体", "Arial";
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
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: 1200px;
	margin: 0 auto;
}
a {
	color: #434343;
	text-decoration: none;
}
a:hover {
	color: #00acee;
	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%;
	height: 35px;
	color: #777;
	font-size: 12px;
	line-height: 35px;
	background-color: #f3f3f3;
}
.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #777;
	vertical-align: middle;
	margin: 0;
	margin-top: -2px;
}
.top_main li a {
	color: #777;
	cursor: pointer;
}
.top_main li a:hover {
	color: #00acee;
}
/*网站头部*/
.header_main {
	width: 100%;
	height: 150px;
	z-index: 100;
	background: #fff;
}
.header_main .logo {
	display: block;
	margin-top: 40px;
}
.header_main .logo img {
	width: 100%;
	height: 100%;
	display: block;
}
.header_main .ewm {
	float: right;
	position: relative;
	z-index: 999;
	padding-right: 70px;
}
.header_main .ewm li {
	background: url(../images/ewm1.png) no-repeat center top;
	float: left;
	margin-right: 20px;
	height: 60px;
	margin-top: 50px;
	position: relative;
	cursor: pointer;
	transition: all .5s;
}
.header_main .ewm li:nth-child(2n) {
	margin-right: 0;
}
.header_main .ewm li p {
	text-align: center;
	margin-top: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #777;
	transition: all .5s;
}
.header_main .ewm li img {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -75px;
	width: 150px;
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);
}
.header_main .ewm li:hover img {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.header_main .ewm li:hover {
	background: url(../images/ewm2.png) no-repeat center top;
}
.header_main .ewm li:hover P {
	color: #00acee;
}
.header_main .tel {
	background: url(../images/tel.png) no-repeat 26px 20px;
}
.header_main .tel p {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: bold;
	line-height: 24px;
	text-indent: 61px;
	letter-spacing: 4px;
	margin-top: 22px;
}
.header_main .tel dl {
	width: 218px;
	height: 68px;
	border: 1px solid #00acee;
	margin-top: 8px;
}
.header_main .tel dl dt {
	text-align: center;
	line-height: 33px;
	font-size: 24px;
	color: #00acee;
	font-weight: bold;
}
.header_main .tel dl dd {
	text-align: center;
	line-height: 35px;
	background: #00acee;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
/*网站导航*/
.nav_main {
	width: 100%;
	height: 60px;
	background: #2b2b2b;
	position: relative;
	z-index: 3;
}
.nav_main .nav {
	width: 1200px;
	margin: 0 auto;
}
.nav_main .nav li {
	float: left;
	width: 133px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
	transition: all .5s;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.nav_main .nav li:hover, .nav_main .nav li.hover {
	background: #00acee;
}
.nav_main .nav dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 12;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}
.nav_main .nav dl {
	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_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 44px;
	height: 44px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	border-top: 1px solid #1b1b1b;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #fff;
	font-size: 14px;
	padding: 0;
	background: #2b2b2b;
	text-align: center;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(left, #00acee, #00acee);
	background-image: linear-gradient(to right, #00acee, #00acee);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-size: 0% 100%;
}
.nav_main .nav dl dd a:hover {
	background-size: 100% 100%;
	padding-left: 10px;
	color: rgba(255, 255, 255, 0.9999);
}
/*网站大图*/
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
}
#banner_main .banner {
	height: 500px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 500px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
#banner .tip {
	width: 1000px;
	height: 12px;
	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 7px;
	display: inline-block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #fff;
	transition: all .5s;
}
#banner .tip span.cur {
	background: #00acee;
}
#banner #btn_prev, #banner #btn_next {
	width: 40px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background: #000 url(../images/arrows.png) center no-repeat;
	z-index: 5;
	opacity: 0;
}
#banner #btn_prev {
	background-position: -3px;
	left: 4%;
}
#banner #btn_next {
	background-position: -37px;
	right: 4%;
}
#banner:hover #btn_prev, #banner:hover #btn_next {
	opacity: 0.5;
}
/*搜索?/
.search_main {
	height: 60px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px dashed #d9d9d9;
}
.search_main .skey {
	float: left;
	line-height: 60px;
	padding-left: 20px;
	background: url(../images/huo.png) no-repeat left center;
}
.search_main .skey p {
	font-size: 14px;
	color: #2b2b2b;
	line-height: 60px;
}
.search_main .skey p a {
	display: inline-block;
	font-weight: normal;
	color: #777777;
	margin: 0 5px;
	line-height: 15px;
}
.search_main .skey p a:last-of-type {
	border-right: none;
}
.search_main .skey p a:hover {
	color: #00acee;
}
.search_main .search_form {
	float: right;
	width: 310px;
	height: 40px;
	overflow: hidden;
	background: #f3f3f3;
	border-radius: 5px;
	position: relative;
	margin-top: 10px;
	position: relative;
}
.search_main .search_form input {
	background-color: none;
	border: none;
	outline: none;
}
.search_main .search_form .stxt {
	width: 260px;
	height: 40px;
	line-height: 28px;
	display: block;
	text-indent: 10px;
	color: #777;
}
.search_main .search_form .sbtn {
	width: 50px;
	height: 40px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	background: url(../images/sou.png) center no-repeat;
}
/*网站底部*/
.footer {
	width: 100%;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8000000, endcolorstr=#c8000000);
	background-image: url(../images/contact_bg.jpg);
	background-position: center -499px;
	margin-bottom: 40px;
}
.footer .foot_bg {
	width: 100%;
	height: 95px;
	background-color: rgba(0,0,0,0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}
.footer .foot_bg .fnav {
	height: 30px;
	margin-top: 32.5px;
	position: relative;
}
.footer .foot_bg .fnav:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 6.5px;
	width: 1px;
	height: 17px;
	background-color: #A0A0A0;
}
.footer .foot_bg .fnav li {
	float: left;
	margin: 0px 20px;
	line-height: 30px;
	position: relative;
}
.footer .foot_bg .fnav li:before {
	content: '';
	position: absolute;
	right: -20px;
	top: 6.5px;
	width: 1px;
	height: 17px;
	background-color: #A0A0A0;
}
.footer .foot_bg .fnav li a {
	font-size: 16px;
	color: #A0A0A0;
	line-height: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.footer .foot_bg .fnav li a:hover {
	color: #00acee;
}
.footer .foot_bg .weixin {
	height: 95px;
	position: relative;
}
.footer .foot_bg .weixin span {
	display: block;
	height: 30px;
	margin-top: 32.5px;
	padding-right: 54px;
	background: url(../images/weixin.png) no-repeat right center;
	font-size: 16px;
	color: #A0A0A0;
	line-height: 30px;
	position: relative;
	z-index: 5;
	cursor: pointer;
}
.footer .foot_bg .weixin img {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 2.5px;
	z-index: 3;
	right: 0px;
	opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	transition: all .5s;
}
.footer .foot_bg .weixin span:hover+img {
	right: 130px;
	opacity: 1;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.footer .foot_con_bg {
	width: 100%;
	background-color: #121212;
}
.footer .links {
	border-bottom: 1px solid #232323;
	padding: 10px 0px;
}
.footer .links span {
	display: inline-block;
	line-height: 180%;
	color: #A0A0A0;
	font-size: 14px;
	margin-right: 10px;
}
.footer .links a {
	display: inline-block;
	line-height: 180%;
	color: #3e3d3d;
	font-size: 12px;
	margin-right: 10px;
}
.footer .links a:hover {
	color: #00acee;
}
.footer .copyr {
	height: 45px;
	line-height: 45px;
	color: #A0A0A0;
	font-size: 14px;
	text-align: center;
}
.footer .copyr a {
	color: #A0A0A0;
}
/*产品导航*/
.bootom_nav {
	width: 100%;
	height: 40px;
	background-color: #868686;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 66;
}
.bootom_nav a {
	position: relative;
	top: -14px;
	left: 0;
	width: 176px;
	height: 54px;
	display: block;
}
.bootom_nav a img {
	width: 176px;
	height: 54px;
	display: block;
}
.bootom_nav .tel {
	height: 40px;
	padding-left: 30px;
	background: url(../images/cel.png) no-repeat left 15px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	margin-left: 74px;
}
.bootom_nav .tel i {
	color: #00acee;
	font-size: 28px;
}
.bootom_nav select {
	width: 300px;
	float: left;
	height: 30px;
	background-color: #fff;
	margin-left: 100px;
	cursor: pointer;
	margin-top: 5px;
	color: #333;
}
.bootom_nav .top {
	position: relative;
	width: 48px;
	height: 40px;
	float: right;
	color: #00acee;
	font-size: 12px;
	line-height: 55px;
	cursor: pointer;
}
.bootom_nav .top:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 7px solid #00acee;
}
/*******index css*******/
/*首页标题*/
.index .in_title {
	color: #2b2b2b;
	text-align: center;
	padding-top: 60px;
}
.index .in_title h3 {
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
}
.index .in_title h3 b {
	color: #00acee;
}
.index .in_title p {
	display: block;
	font-size: 16px;
	letter-spacing: 5px;
	margin-top: 3px;
}
/*产品中心*/
.index .product {
	padding-bottom: 45px;
	background: #f3f3f3;
}
.index .product .cpter {
	height: 110px;
	padding-top: 15px;
	position: relative;
	z-index: 3;
}
.index .product .cpterft {
	background: url(../images/cp02.png) no-repeat center center;
	width: 280px;
	height: 100px;
	float: left;
}
.index .product .cpterft P {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 98px;
	margin-top: 25px;
}
.index .product .cpterft span {
	display: block;
	font-size: 12px;
	color: #f3a4a7;
	text-indent: 98px;
}
.index .product .cpter ul {
	float: left;
	width: 920px;
}
.index .product .cpter ul li {
	float: left;
	margin-left: 10px;
	position: relative;
	margin-bottom: 10px;
}
.index .product .cpter ul li>a {
	display: block;
	width: 174px;
	height: 45px;
	background: #2b2b2b;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	color: #fff;
}
.index .product .cpter ul li>a:hover {
	background: #00acee;
}
.index .product .cpter ul li>div {
	width: 174px;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1000;
}
.index .product .cpter ul li>div {
	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);
}
.index .product .cpter ul li>div:before {
	content: '';
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent #333 transparent;
	border-width: 10px;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -10px;
}
.index .product .cpter ul li>div>a {
	background: #2b2b2b;
	display: block;
	width: 174px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #222;
}
.index .product .cpter ul li>div>a:nth-child(1) {
	margin-top: 10px;
}
.index .product .cpter ul li:hover div {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.index .product .cpter ul li>div>a:hover {
	background: #00acee;
}
.index .product .cpter ul li.cpp1>a {
	background: #00acee;
}
.index .product .list {
	width: 100%;
}
.index .product .list li {
	position: relative;
	float: left;
	width: 380px;
	margin-top: 30px;
	margin-right: 30px;
	background: #ececec;
	transition: all .5s;
}
.index .product .list li:nth-child(3n) {
	margin-right: 0;
}
.index .product .list li a {
	display: block;
}
.index .product .list li .img {
	width: 100%;
	height: 506px;
	overflow: hidden;
}
.index .product .list li .img img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.index .product .list li .bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/more.png) center no-repeat;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	transition: all .5s;
}
.index .product .list li .bg h3 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 290px;
}
.index .product .list li:hover .bg {
	opacity: 1;
}
.index .product .list li:hover .img img {
	transform: scale(1.1);
}
/*小banner*/
.index .xbanner {
	height: 250px;
	background: url(../images/xbanner.jpg) center no-repeat;
}
.index .xbanner .in_title {
	color: #fff;
	padding-top: 50px;
}
.index .xbanner .in_title h3 {
	position: relative;
}
.index .xbanner .in_title h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 1px;
	background: #fff;
}
.index .xbanner .in_title p {
	letter-spacing: 0;
	padding-bottom: 20px;
}
.index .xbanner .in_title p span {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.index .xbanner a {
	display: block;
	width: 170px;
	height: 40px;
	margin: auto;
	background: #00acee;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
}
.index .xbanner a:hover {
	background: #fff;
	color: #00acee;
}
/*加工定制*/
.index .dingzhi {
}
.index .dingzhi ul {
	margin-top: 50px;
	background: url(../images/dz02.png) no-repeat 237px 44px;
}
.index .dingzhi ul li {
	float: left;
	margin-bottom: 46px;
}
.index .dingzhi ul li a {
	display: block;
	width: 240px;
	height: 100px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.index .dingzhi ul li p {
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	color: #2b2b2b;
	padding-top: 65px;
}
.index .dingzhi ul li.dz1 a {
	background-image: url(../images/dz1.png);
}
.index .dingzhi ul li.dz2 a {
	background-image: url(../images/dz2.png);
}
.index .dingzhi ul li.dz3 a {
	background-image: url(../images/dz3.png);
}
.index .dingzhi ul li.dz4 a {
	background-image: url(../images/dz4.png);
}
.index .dingzhi ul li.dz5 a {
	background-image: url(../images/dz5.png);
}
.index .dingzhi ul li.dz6 a {
	background-image: url(../images/dz10.png);
}
.index .dingzhi ul li.dz7 a {
	background-image: url(../images/dz9.png);
}
.index .dingzhi ul li.dz8 a {
	background-image: url(../images/dz8.png);
}
.index .dingzhi ul li.dz9 a {
	background-image: url(../images/dz7.png);
}
.index .dingzhi ul li.dz10 a {
	background-image: url(../images/dz6.png);
}
.index .dingzhi ul li a:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
/*四大优势*/
.index .advantage {
	max-width: 1920px;
	padding-bottom: 50px;
	background: #f3f3f3;
	margin: auto;
}
.index .advantage ul {
	margin-top: 50px;
}
.index .advantage ul li {
	height: 250px;
	margin-bottom: 30px;
}
.index .advantage ul li:nth-child(2n) .txt {
	float: right;
}
.index .advantage ul li:nth-child(2n) .img {
	float: left;
}
.index .advantage ul li .img {
	width: 560px;
	height: 250px;
	float: right;
}
.index .advantage ul li .img img {
	width: 100%;
	height: 100%;
}
.index .advantage ul li .txt {
	position: relative;
	width: 560px;
	height: 250px;
	float: left;
}
.index .advantage ul li .txt i {
	position: absolute;
	top: 58px;
	display: block;
	width: 55px;
	height: 78px;
	color: #fff;
	font-size: 28px;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
	background: #00acee;
}
.index .advantage ul li .txt i:after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 2px;
	background: #fff;
}
.index .advantage ul li .txt h3 {
	margin-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #2b2b2b;
}
.index .advantage ul li .txt p {
	margin-left: 74px;
	margin-top: 12px;
	height: 90px;
	color: #777;
	line-height: 30px;
	text-align: justify;
}
.index .advantage ul li .txt p span {
	color: #00acee;
	font-weight: bold;
}
/*关于我们*/
.index .about {
	padding-bottom: 50px;
	background: url(../images/about_bg.jpg) center top no-repeat;
}
.index .about .text {
	padding-top: 30px;
}
.index .about .text .con {
	width: 650px;
}
.index .about .text .con h3 {
	font-size: 26px;
	line-height: 30px;
	color: #2b2b2b;
}
.index .about .text .con p {
	color: #818181;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-top: 20px;
	overflow: hidden;
}
.index .about .text .con a {
	display: block;
	width: 140px;
	height: 40px;
	color: #666;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #cbcbcb;
	margin-top: 28px;
}
.index .about .text .con a:hover {
	color: #fff;
	background: #00acee;
	border: 1px solid #00acee;
}
.index .about .text .img {
	width: 480px;
	height: 360px;
	overflow: hidden;
}
.index .about .text .img img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.index .about .text .img:hover img {
	transform: scale(1.1);
}
/*客户案例*/
.index .case {
	max-width: 1920px;
	padding-bottom: 50px;
	background: #f3f3f3;
	margin: auto;
}
.index .case .tab {
	text-align: center;
	padding-top: 40px;
}
.index .case .tab a {
	padding: 0 16px;
	line-height: 40px;
	font-size: 16px;
	display: inline-block;
	margin: 5px;
	color: #fff;
	background: #2b2b2b;
}
.index .case .tab a:hover {
	background: #00acee;
}
.index .case .proCase {
	position: relative;
	padding-top: 40px;
}
.index .case .proCase .bd {
	overflow: hidden;
}
.index .case .proCase .list {
	width: 100%;
}
.index .case .proCase .list li {
	position: relative;
	display: block;
	float: left;
	width: 370px;
	margin-right: 42px;
	border: 1px solid #f1f1f1;
	background: #fff;
	transition: all .5s;
}
.index .case .proCase .list li a {
	display: block;
}
.index .case .proCase .list li .img {
	position: relative;
	width: 370px;
	height: 493px;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.index .case .proCase .list li .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.index .case .proCase .list li .img .mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.6);
	transition: all .5s;
}
.index .case .proCase .list li .img .mask .see {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
.index .case .proCase .list li .img .mask .see:before, .index .case .proCase .list li .img .mask .see:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s;
}
.index .case .proCase .list li .img .mask .see:after {
	top: 0;
}
.index .case .proCase .list li .tit {
	position: relative;
	overflow: hidden;
	padding: 20px 20px 10px;
	box-sizing: border-box;
}
.index .case .proCase .list li .tit h3 {
	color: #333;
	font-size: 16px;
	line-height: 22px;
	transition: all .5s;
}
.index .case .proCase .list li .tit p {
	color: #777;
	line-height: 20px;
	text-align: justify;
	padding: 10px 0;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.index .case .proCase .list li .tit span {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 38px;
	color: #777;
}
.index .case .proCase .list li .tit span i {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	display: block;
	width: 24px;
	height: 8px;
	background: url(../images/you.png) no-repeat;
}
.index .case .proCase .list li:hover .img img {
	transform: scale(1.1);
}
.index .case .proCase .list li:hover .img .mask {
	opacity: 1;
}
.index .case .proCase .list li:hover .img .mask .see:before, .index .case .proCase .list li:hover .img .mask .see:after {
	width: 10%;
}
.index .case .proCase .list li:hover .tit h3 {
	color: #00acee;
}
.index .case .proCase .hd {
	position: absolute;
	width: 100%;
}
.index .case .proCase .hd span {
	position: absolute;
	top: -240px;
	display: block;
	width: 25px;
	height: 50px;
	cursor: pointer;
}
.index .case .proCase .hd .prev {
	left: -80px;
}
.index .case .proCase .hd .next {
	right: -80px;
}
.index .case .proCase .hd .prev:after, .index .case .proCase .hd .prev:before, .index .case .proCase .hd .next:after, .index .case .proCase .hd .next:before {
	content: "";
	display: block;
	position: absolute;
	top: 19px;
	width: 30px;
	height: 2px;
	background: #616161;
	transition: all .5s;
}
.index .case .proCase .hd .prev:after, .index .case .proCase .hd .next:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.index .case .proCase .hd .prev:before, .index .case .proCase .hd .next:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.index .case .proCase .hd .prev:after {
	top: 34px;
}
.index .case .proCase .hd .prev:before {
	top: 14px;
}
.index .case .proCase .hd .next:after {
	right: 0;
	top: 14px;
}
.index .case .proCase .hd .next:before {
	right: 0;
	top: 34px;
}
.index .case .proCase .hd .prev:hover:after, .index .case .proCase .hd .prev:hover:before, .index .case .proCase .hd .next:hover:after, .index .case .proCase .hd .next:hover:before {
	background: #00acee;
}
.index .case .more {
	margin-top: 50px;
	text-align: center;
}
.index .case .more a {
	position: relative;
	display: inline-block;
	width: 240px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #cbcbcb;
	background: #fff;
	color: #666;
	transition: all .5s;
}
.index .case .more a:hover {
	color: #fff;
	border-color: #00acee;
	background: #00acee;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}
/*新闻中心*/
.index .inews {
	padding: 50px 0;
}
.index .news {
	width: 585px;
	margin-right: 30px;
	float: left;
}
.index .news:nth-child(2n) {
	margin-right: 0;
}
.index .inews .title {
	width: 100%;
	height: 39px;
	line-height: 39px;
	margin-bottom: 20px;
	border-bottom: 1px solid #434343;
}
.index .inews .title h3 {
	display: inline-block;
	color: #434343;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	padding-right: 20px;
	border-bottom: 3px solid #434343;
}
.index .inews .title h3 s {
	position: relative;
	width: 4px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	background: #00acee;
}
.index .inews .title h3 span {
	font-weight: normal;
}
.index .inews .title a {
	color: #434343;
}
.index .inews .item {
	width: 100%;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d4d4d4;
}
.index .inews .item img {
	width: 100px;
	height: 75px;
	float: left;
	display: block;
	margin-right: 20px;
}
.index .inews .item h3 {
	color: #333;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin-bottom: 10px;
	transition: all .5s;
}
.index .inews .item .txt {
	line-height: 20px;
	height: 40px;
	text-align: justify;
	overflow: hidden;
	color: #999999;
}
.index .inews .item:hover h3 {
	color: #00acee;
}
.index .inews .list {
	line-height: 55px;
}
.index .inews .list li {
	width: 100%;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	border-bottom: 1px dashed #dbdbdb;
}
.index .inews .list li a {
	width: 100%;
	display: block;
}
.index .inews .list li .time {
	color: #c5c5c5;
	float: right;
	font-weight: normal;
}
.index .inews .faq {
	height: 375px;
	overflow: hidden;
}
.index .inews .faq li {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	border-bottom: 1px dashed #dbdbdb;
}
.index .inews .faq li a {
	display: block;
}
.index .inews .faq li i {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	background: #434343;
	border-radius: 5px;
}
.index .inews .faq li h3 {
	position: relative;
	color: #434343;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 30px;
}
.index .inews .faq li p {
	position: relative;
	color: #707070;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	margin-top: 5px;
	overflow: hidden;
	padding-left: 30px;
}
.index .inews .faq li p i {
	background: #00acee;
	top: 1px;
}
.contact_map {
	width: 100%;
	height: 439px;
	background: url(../images/contact_bg.jpg) no-repeat center top;
	padding-top: 60px;
}
.contact_map .title {
	height: 44px;
	padding-bottom: 40px;
}
.contact_map .title div {
	display: inline-block;
	height: 44px;
	position: relative;
	line-height: 100%;
	font-size: 30px;
	color: #fff;
	border-bottom: 1px solid #DDDDDD;
}
.contact_map .title div i {
	color: #00acee;
}
.contact_map .title div:before {
	content: '';
	width: 58px;
	height: 3px;
	background-color: #00acee;
	position: absolute;
	bottom: -1px;
	left: 0px;
}
.contact_map .contact {
	float: left;
	width: 410px;
	height: 269px;
	padding: 28px 60px;
	background: rgba(0,172,238,.8);
}
.contact_map .contact h3 {
	line-height: 100%;
	font-size: 24px;
	color: #FFF;
	height: 44px;
	position: relative;
	margin-bottom: 15px;
}
.contact_map .contact h3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 47px;
	background-color: #fff;
	height: 2px;
}
.contact_map .contact p {
	color: #fff;
	font-size: 18px;
	line-height: 38px;
}
.contact_map .book {
	float: right;
	width: 550px;
	height: 295px;
	background: rgba(0,172,238,.8);
	padding: 20px 0px 0px 40px;
	border-radius: 3px;
}
.contact_map .book div {
	position: relative;
}
.contact_map .book .name, .contact_map .book .phone {
	display: block;
	width: 250px;
	height: 40px;
	float: left;
	margin-right: 20px;
	background-color: rgba(255,255,255,0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff, endcolorstr=#4cffffff);
	margin-bottom: 20px;
	border-radius: 3px;
}
.contact_map .book div input, .contact_map .book div textarea, .contact_map .book button {
	font-family: "microsoft yahei";
	border: 0;
	padding: 0;
	outline: none;
}
.contact_map .book div input {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	color: #FFF;
	font-size: 14px;
	background-color: transparent;
}
.contact_map .book .liuyan {
	display: block;
	width: 520px;
	height: 143px;
	float: left;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff, endcolorstr=#4cffffff);
	border-radius: 3px;
}
.contact_map .book div textarea {
	display: block;
	width: 516px;
	height: 143px;
	line-height: 40px;
	text-indent: 15px;
	color: #FFF;
	font-size: 14px;
	background-color: transparent;
}
.contact_map .book div input::-webkit-input-placeholder, .contact_map .book div textarea::-webkit-input-placeholder {
color: #fff;
}
.contact_map .book button {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	float: left;
	margin-right: 20px;
	background-color: rgba(255,255,255,0.3);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff, endcolorstr=#4cffffff);
	margin-bottom: 20px;
	border-radius: 3px;
	cursor: pointer;
	transition: all .5s;
}
.contact_map .book button:hover {
	background-color: #333;
}
/*******内页样式********/
.nybanner {
	width: 100%;
	position: relative;
	height: 300px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/nybanner.jpg);
}
.submian {
	padding: 30px 0;
}
.submian .sobtitle {
	height: 26px;
	line-height: 20px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	text-align: right;
}
.submian .sobtitle h3 {
	float: left;
	position: relative;
	height: 30px;
	color: #666;
	font-size: 18px;
	border-bottom: 2px solid #00acee;
}
.submian .sobtitle s {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background: url(../images/locationIco.png) no-repeat;
	vertical-align: middle;
}
.submian .sobtitle a {
	font-size: 14px;
	color: #666;
}
.submian .sobtitle a:hover {
	color: #00acee;
}
/*内页左侧*/
.submian .subleft {
	width: 250px;
}
.submian .subleft .title {
	height: 90px;
	background: #00acee;
	border-radius: 10px 10px 0 0;
}
.submian .subleft .title h2 {
	margin: 0 24px;
	padding-top: 15px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.submian .subleft .title h2 span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
/*栏目分页*/
.submian .subleft .lefta {
	margin-bottom: 20px;
}
.submian .subleft .lefta .comt {
	background: #f8f8f8;
	padding: 20px 20px 30px;
	border-radius: 0 0 10px 10px;
}
.submian .subleft .lefta .comt ul {
	border-top: 0;
}
.submian .subleft .lefta .comt ul li a {
	position: relative;
	display: block;
	color: #838383;
	font-size: 14px;
	line-height: 47px;
	border-bottom: 1px solid #ededed;
	transition: all .5s;
	overflow: hidden;
}
.submian .subleft .lefta .comt ul li a:after {
	content: ">";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	font-family: 宋体;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #a4a4a4;
	border-radius: 50%;
	transition: all .5s;
}
.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
	color: #00acee;
}
.submian .subleft .lefta .comt ul li:hover a:after, .submian .subleft .lefta .comt ul li.hover a:after {
	background: #00acee;
}
.submian .subleft .lefta .comt ul li .boxlist {
	display: none;
}
.submian .subleft .lefta .comt ul li .boxlist li a {
	color: #838383;
	font-size: 12px;
	line-height: 35px;
	border-bottom: 0;
	padding-left: 10px;
}
.submian .subleft .lefta .comt ul li .boxlist li a:after {
	content: " ";
	left: 0;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #00acee;
}
.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #00acee;
}
.submian .subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}
/*联系我们*/
.submian .leftnews .title {
	padding-left: 54px;
	font-weight: bold;
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	color: #fff;
	background: #00acee url(../images/Phone.png) no-repeat 24px 19px;
}
.submian .leftnews .leftcont {
	padding: 30px 20px 15px;
	background: #464646;
	border-radius: 0 0 10px 10px;
}
.submian .leftnews .leftcont h2 {
	font-size: 16px;
	line-height: 16px;
	color: #acacac;
	padding-bottom: 6px;
}
.submian .leftnews .leftcont h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 50px;
	color: #00acee;
	border-bottom: 1px solid #545454;
}
.submian .leftnews .leftcont p {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	padding: 5px 0;
	border-bottom: 1px solid #545454;
}
.submian .leftnews .leftcont p span {
	color: #acacac;
}
/*内页右侧*/
.submian .subright {
	width: 930px;
}
/*默认单页*/
.submian .Aboutpage {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}
.submian .Aboutpage img {
	max-width: 100%;
}
.submian .Aboutpage .t {
	padding: 0 0 25px;
	color: #00acee;
	font-size: 18px;
}
.submian .contact .t1 {
	font-size: 36px;
	line-height: 60px;
	text-align: center;
	color: #333;
}
.submian .contact .t2 {
	color: #5f5f5f;
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
}
.submian .contact .txt {
	width: 450px;
}
.submian .contact .txt h3 {
	color: #00acee;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
}
.submian .contact .txt p {
	line-height: 37px;
}
.submian .contact .txt a {
	display: block;
	width: 210px;
	color: #fff;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	background: #00acee;
	margin-top: 19px;
}
.submian .contact .txt a:hover {
	background: #333;
}
.submian .contact .img {
	width: 450px;
	height: 300px;
}
.submian .contact .img img {
	width: 100%;
	height: 100%;
}
/*文章列表*/
.submian .Newslist {
}
.submian .Newslist .list {
	padding-bottom: 20px;
}
.submian .Newslist .item {
	display: block;
	padding: 10px;
	border: 1px solid #e1e1e1;
	margin-bottom: 15px;
	transition: all .5s;
}
.submian .Newslist .item a {
	display: block;
}
.submian .Newslist .item .txt {
	width: 100%;
}
.submian .Newslist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
	transition: all .5s;
}
.submian .Newslist .item .txt .mark {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	padding: 0;
}
.submian .Newslist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}
.submian .Newslist .item .txt p {
	color: #999;
	line-height: 25px;
	text-align: justify;
	height: 50px;
	overflow: hidden;
}
.submian .Newslist .item .txt p span {
	display: inline-block;
	color: #00acee;
	padding-left: 10px;
}
.submian .Newslist .item a:hover .txt h3 {
	color: #00acee;
}
/*产品列表*/
.Prolist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.Prolist ul.list li.item {
	float: left;
	position: relative;
	width: 296px;
	margin-bottom: 20px;
	margin-right: 20px;
	background: #f6f6f6;
	transition: all .5s;
}
.Prolist ul.list li.item:nth-child(3n) {
	margin-right: 0;
}
.Prolist ul.list li.item a {
	display: block;
}
.Prolist ul.list li.item span {
	width: 100%;
	height: 45px;
	color: #555;
	text-align: center;
	display: block;
	line-height: 45px;
	transition: all .5s;
}
.Prolist ul.list li.item .img {
	width: 100%;
	height: 395px;
	overflow: hidden;
}
.Prolist ul.list li.item .img img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.Prolist ul.list li.item .bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 395px;
	background: url(../images/more.png) center no-repeat;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	transition: all .5s;
}
.Prolist ul.list li.item:hover .bg {
	opacity: 1;
}
.Prolist ul.list li.item:hover .img img {
	transform: scale(1.1);
}
/*图片列表*/
.Piclist ul.list {
	float: left;
	width: 100%;
}
.Piclist ul.list li {
	position: relative;
	display: block;
	float: left;
	width: 294px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #f1f1f1;
	background: #fff;
	transition: all .5s;
}
.Piclist ul.list li:nth-child(3n) {
	margin-right: 0;
}
.Piclist ul.list li a {
	display: block;
}
.Piclist ul.list li .img {
	position: relative;
	width: 294px;
	height: 221px;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.Piclist ul.list li .img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.Piclist ul.list li .img .mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.6);
	transition: all .5s;
}
.Piclist ul.list li .img .mask .see {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
.Piclist ul.list li .img .mask .see:before, .Piclist ul.list li .img .mask .see:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #fff;
	transition: all .5s;
}
.Piclist ul.list li .img .mask .see:after {
	top: 0;
}
.Piclist ul.list li .tit {
	position: relative;
	overflow: hidden;
	padding: 15px 15px 5px;
	box-sizing: border-box;
}
.Piclist ul.list li .tit h3 {
	color: #333;
	font-size: 16px;
	line-height: 22px;
	transition: all .5s;
}
.Piclist ul.list li .tit p {
	color: #777;
	line-height: 20px;
	text-align: justify;
	padding: 10px 0;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.Piclist ul.list li .tit span {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 35px;
	color: #777;
}
.Piclist ul.list li .tit span i {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	display: block;
	width: 24px;
	height: 8px;
	background: url(../images/you.png) no-repeat;
}
.Piclist ul.list li:hover {
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.Piclist ul.list li:hover .img img {
	transform: scale(1.1);
}
.Piclist ul.list li:hover .img .mask {
	opacity: 1;
}
.Piclist ul.list li:hover .img .mask .see:before, .Piclist ul.list li:hover .img .mask .see:after {
	width: 10%;
}
.Piclist ul.list li:hover .tit h3 {
	color: #00acee;
}
/*留言表单*/
.formData {
	padding-bottom: 20px;
}
.formData .t2 {
	padding: 25px 0;
	color: #00acee;
	font-size: 24px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 420px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e4e4e4;
	margin-right: 76px;
	margin-bottom: 45px;
	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: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #666;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 350px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
}
.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: 918px;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	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: 52px;
	border: 2px solid #00acee;
	margin-right: 2px;
	text-align: center;
	background: #00acee;
	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: #00acee;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}
/*内容详情?/
.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px;
	font-weight: bold;
}
.submian .subright .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}
.submian .subright .conBox .ArticleMessage span:first-child {
	margin-left: 0;
}
.submian .subright .conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px;
}
.submian .subright .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.submian .subright .conBox #pic {
	width: max-content;
	margin: 20px auto;
	padding: 1px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
}
.submian .subright .conBox #pic img {
	max-width: 800px;
}
.submian .subright .conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
}
.submian .subright .conBox .ArticleTencont img {
	max-width: 100%;
}
/*内容分页*/
.reLink {
	height: 38px;
	border: 1px solid #ddd;
	margin: 10px auto 10px;
	padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
	height: 38px;
	line-height: 38px;
	color: #666;
}
.reLink .prevLink a, .reLink .nextLink a {
	height: 38px;
	line-height: 38px;
	color: #666;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
	color: #00acee;
}
.reLink .prevLink {
	float: left;
}
.reLink .nextLink {
	float: right;
}
/*浮动客服*/
.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #00acee;
	margin-top: 2px;
	border-radius: 5px;
	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: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #00acee;
	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 #00acee;
	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: #00acee;
	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 #00acee;
	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: 920px;
	margin: 0 auto;
}
/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 920px;
	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: 100%;
	color: #FFF;
	left: 0;
	cursor: url(../images/CurL.cur), auto;
}
.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 100%;
	color: #FFF;
	right: 0;
	cursor: url(../images/CurR.cur), auto;
}
/*小图预览和滑?/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}
.ThumbPicBorder {
	width: 920px;
	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: 755px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}
#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 135px;
	height: 108px;
	display: block;
	transition: all .5s;
}
#ThumbPic img.active {
	border: 3px solid #00acee;
}
/*↑组图样式↑*/

.floor_3_main {
	overflow: hidden;
}
.index .floor_2, .index .floor_3 {
    padding: 80px 0;
    position: relative;
}
.index .title {
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
}
.index .title h3 {
	font-size: 30px;
	font-weight: normal;
	display: block;
	line-height: 30px;
	background: url(../images/title.png) no-repeat center;
}
.index .title p {
	color: #999;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "AvantGardeITVbyBT Book", arial;
	padding-top: 14px;
}
.liuc {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}
.liuc .list {
	width: 108%;
}
.liuc li {
	float: left;
	width: 206px;
}
.liuc li .Piece {
	width: 168px;
	height: 188px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	float: left;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 0 #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.liuc li .jtou {
	width: 36px;
	height: 188px;
	background: url(../images/jtou.png) no-repeat center;
	float: left;
	display: block;
}
.liuc li img {
	max-width: 100px;
	max-height: 80px;
	display: block;
	margin: 0 auto;
}
.liuc li p {
	text-align: center;
	padding-top: 40px;
	height: 88px;
}
.liuc li:last-child .jtou {
	display: none;
}
.liuc li:hover .Piece {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.index .floor_2_main {
	background: url(../images/iyoushi.jpg) no-repeat center top;
	height: 800px;
	overflow: hidden;
}
.index .floor_2 .title {
	color: #fff;
}
.iyoushi {
	background: url(../images/bieshu.png) no-repeat center center;
	height: 536px;
	overflow: hidden;
}
.iyoushi .item {
	width: 375px;
	height: 128px;
	background: url(../images/yousitem.png) no-repeat left top;
	float: left;
	margin-top: 40px;
}
.iyoushi .item a {
	display: block;
	padding: 40px;
}
.iyoushi .item .img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.iyoushi .item .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	display: block;
}
.iyoushi .item .txt {
	width: 140px;
	padding-left: 60px;
	color: #fff;
}
.iyoushi .item .txt h3 {
	font-size: 20px;
	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;
}
.iyoushi .item .txt p {
	font-family: arial;
	color: #cccccc;
	padding-top: 0;
}
.iyoushi .it1, .iyoushi .it5 {
	margin-left: 62px;
	margin-right: 60px;
}
.iyoushi .it2, .iyoushi .it6 {
	margin-right: 65px;
	float: right;
}
.iyoushi .it4 {
	float: right;
}
.iyoushi .item:hover {
	background: url(../images/yousitem_a.png) no-repeat left top;
}
.iyoushi .item:hover .txt h3 {
	color: #00acee;
}
.iyoushi .item:hover .img img {
	top: -50px;
}
