﻿body {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'microsoft yahei';
	-webkit-text-size-adjust: none;
	height: auto;
	color: #333;
	background: #fff;
	overflow-x: hidden;
}

html {
	min-width: 1280px;
}

div,
dl,
dt,
dd,
ul,
detail ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
	padding: 0;
	margin: 0;
}

fieldset {
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
}

a img {
	border: 0;
	padding: 0;
	margin: 0;
}

i {
	font-style: normal;
}

address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

li {
	list-style-type: none;
}

caption {
	text-align: left;
}

th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	font-size: 100%;
}

q:unknown {
	content: '';
}

input,
textarea,
select {
	font-family: inherit;
	font-size: 100%;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #0053a2;
	text-decoration: none;
}

.icon {
	background-image: url("../images/icon.png");
	display: inline-block;
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: block;
	_height: 0;
	overflow: hidden;
}


/*清除浮动*/

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
	font-size: 16px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	font-size: 16px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
	font-size: 16px;
}

textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999;
	font-size: 16px;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	font-size: 16px;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999;
	font-size: 16px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.top_main {
	line-height: 35px;
	width: 100%;
	color: #666;
	background: #f2fbfe;
	position: relative;
	z-index: 10;
}

.top_main a {
	padding-left: 20px;
	color: #666;
	position: relative;
}

.top_main a img {
	position: absolute;
	left: -14px;
	top: 32px;
	width: 100px;
	height: 100px;
	display: none;
	z-index: 10;
	background: #fff;
	padding: 3px;
	border: 1px solid #ddd;
}

.top_main a:hover {
	color: #0053a2;
}

.top_main a:hover img {
	display: block;
}

.top_main .left {
	color: #666;
}

.top_main .right a i {
	width: 9px;
	height: 18px;
	background-position: -89px -122px;
	margin-right: 10px;
	vertical-align: text-bottom;
}

.top_main .right a:first-child i {
	background-position: -63px -122px;
	width: 18px;
}

.head_main {
	padding: 28px 0 26px;
}

.head_main .w1200 {
	position: relative;
}

.head_main .left img {
	display: block;
}

.head_main .topsearch {
	margin-top: 18px;
	position: relative;
}

.head_main .topsearch .stxt {
	width: 204px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ccc;
	background: none;
	color: #666;
	border-radius: 16px;
	outline: none;
	padding: 5px 10px;
}

.head_main .topsearch .sbtn {
	width: 21px;
	height: 31px;
	border: 0 none;
	cursor: pointer;
	background-position: -219px -23px;
	position: absolute;
	right: 12px;
	top: 2px;
	outline: none;
}

.nav_main {
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: url(../images/nav_bg.png) repeat-x;
	position: relative;
	z-index: 11;
}

.nav_main ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.nav_main li {
	float: left;
	position: relative;
	display: block;
	text-align: center;
	vertical-align: top;
	z-index: 9;
	margin: 0 1px;
	zoom: 1;
}

.nav_main li a {
	display: block;
	*display: inline-block;
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 0 21px;
	color: #fff;
}

.nav_main li a:hover,
.nav_main li a.hover,
.nav_main li #hover2 {
	cursor: pointer;
	color: #fff;
	background: #12b1f8;
}

.nav_main dl {
	width: 100%;
	border-radius: 0 0 3px 3px;
	padding-bottom: 3px;
	display: none;
	background: #12b1f8;
	position: absolute;
	left: 0px;
	top: 54px;
	z-index: 1555;
	border-top: none;
}

.nav_main dl dd {
	height: 40px;
	text-align: center;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	line-height: 40px;
}

.nav_main dl dd a {
	color: #fff;
	width: 100%;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	transition: ease-in-out 0.2s;
	border: none;
	padding: 0;
}

.nav_main dl dd a:hover {
	color: #fff;
	background: #0192d5;
	width: 100%;
	border: none;
	border-radius: 0;
}

.nav_main dl dd a.hover {
	border: none;
}


/****banner****/

.banner_main {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.banner_main .banner {
	width: 100%;
	min-width: 1000px;
	padding: 0 0 31.25%;
	z-index: 20;
	position: relative;
	overflow: hidden;
	*zoom: 1;
}

.banner_main .banner .list {
	width: 100%;
}

.banner_main .banner li {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
	background: #fff;
}

.banner_main .banner li img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	left: 0;
	top: 0;
}

.banner_main .banner li a {
	width: 100%;
	display: block;
	height: 100%;
}

.banner_main .banner .tip {
	width: 100%;
	height: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 10;
}

.banner_main .banner .tip span {
	margin: 0 10px;
	width: 50px;
	height: 5px;
	line-height: 10px;
	text-align: center;
	cursor: pointer;
	font-size: 0;
	font-weight: bold;
	overflow: hidden;
	display: inline-block;
	background: #fff;
	border-radius: 3px;
	*display: inline;
	*zoom: 1;
	transition: ease-in-out 0.2s;
}

.banner_main .banner .tip span.cur {
	background: #46a1cf;
}

.banner_main .banner .prev,
.banner_main .banner .next {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 10%;
	background-position: 0 0;
	z-index: 10;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	transition: ease-in-out 0.2s;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.banner_main .banner .next {
	left: auto;
	right: 10%;
	background-position: 0 -50px;
}

.banner .next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.banner .prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.index_title {
	padding-top: 75px;
	padding-bottom: 43px;
	text-align: center;
	background: url(../images/index_title.png) center center no-repeat;
}

.index_title h3 {
	font-size: 40px;
	line-height: 35px;
	color: #212475;
}

.index_title p {
	font-size: 18px;
	color: #666;
	padding-top: 12px;
}

.bottom_copy {
	background: #0e1015;
	line-height: 50px;
	color: #8e9195;
	font-size: 12px;
}

.bottom_copy a {
	color: #8e9195;
}

.bottom_copy a:hover {
	color: #fff;
}

.sub_banner {
	width: 100%;
	height: 240px;
	text-align: center;
	overflow: hidden;
}

.sub_banner p {
	color: #fff;
	font-size: 20px;
	padding-top: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.sub_banner h3 {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	padding-top: 60px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.sub_banner span {
	display: block;
	width: 50px;
	height: 2px;
	background: #33beef;
	margin: 0 auto;
	margin-top: 23px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.sub_local {
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}

.sub_local .left {
	color: #333;
	float: right;
}

.sub_local .left i {
	width: 14px;
	height: 12px;
	background-position: -284px -0px;
	margin-right: 10px;
}

.sub_local .left a {
	color: #333;
}

.sub_local .left a:hover {
	color: #333;
}

.sub_local .right li {
	font-size: 16px;
	margin-right: 10px;
	float: left;
}

.sub_local .right {
	float: left;
	padding: 10px 0;
}

.sub_local .right li a {
	color: #fff;
	background: #999;
	padding: 0 15px;
	height: 41px;
	line-height: 41px;
	display: block;
	text-align: center;
}

.sub_local.pro .right {
	margin-top: 10px;
}

.sub_local.pro .right li a {
	width: 158px;
	margin-bottom: 10px;
}

.sub_local .right li a.hover,
.sub_local .right li a:hover {
	color: #fff;
	background: #33beef;
}

.sub_tit {
	background: url(../images/sub_tit.png) left center no-repeat;
	height: 35px;
	line-height: 35px;
	font-size: 30px;
	font-weight: bold;
	margin: 50px auto;
}

.sub_tit h3 {
	padding-left: 45px;
}

.sub_list {
	overflow: hidden;
	padding: 3px 10px;
}

.sub_list ul {
	width: 110%;
}

.sub_list li {
	float: left;
	width: 578px;
	height: 286px;
	margin-right: 40px;
	border: 1px solid #e9e9e9;
	margin-bottom: 43px;
	position: relative;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}

.sub_list li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	z-index: 10;
}

.sub_list li img {
	float: left;
	width: 180px;
	height: 246px;
	border: 1px solid #efefef;
	margin-right: 40px;
	margin-left: 20px;
	margin-top: 20px;
}

.sub_list li h3 {
	font-size: 28px;
	padding-top: 57px;
	font-weight: 400;
	padding-bottom: 23px;
}

.sub_list li p {
	line-height: 26px;
	margin-bottom: 29px;
	padding-right: 50px;
}

.sub_list li span {
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #666;
	padding: 5px 30px;
	border-radius: 15px;
}

.sub_list li i {
	width: 561px;
	height: 269px;
	background: #cbcbcb;
	position: absolute;
	right: -3px;
	top: -3px;
	z-index: 9;
	transition: ease-in-out .2s;
}

.sub_list li:hover {
	box-shadow: 5px 10px 10px #d8f3fb;
}

.sub_list li:hover i {
	background: #09cc8c;
	background: linear-gradient(to right, #22e9a6, #009ce3);
}

.sub_list li:hover span {
	background: linear-gradient(to right, #22e9a6, #009ce3);
}

.sub_list li:hover h3 {
	color: #333;
}

.sub_list li:hover p {
	color: #333;
}

.ewmbox {
	width: 300px;
	height: 320px;
	padding-top: 20px;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -170px 0 0 -150px;
	text-align: center;
	font-size: 16px;
	display: none;
}

.ewmbox .close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -25px;
	right: -40px;
	cursor: pointer;
	border-radius: 100%;
	background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center;
	transition: all ease 300ms;
}

.ewmbox .close:hover {
	transform: rotate(180deg);
}

.ewmbox img {
	width: 260px;
	height: 260px;
	display: block;
	margin: 0 auto 10px;
}

.dialog-layout {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}


/*rightFix*/

.rightFix {
	width: 48px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	display: none;
}

.rightFix .ico {
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
	transition: all ease 300ms;
	margin-top: 1px;
	padding: 0px;
	border: 1px solid #dedede;
	margin-bottom: 5px;
	background: #fff url(../images/fix-ico.png) no-repeat center 0;
}

.rightFix .ico:before {
	background: linear-gradient(to bottom, #22e9a6, #009de2);
}

.rightFix .ico .img {
	width: 110px;
	height: auto;
	position: absolute;
	left: -78px;
	top: 0;
	padding: 6px;
	background: #33beef;
	border: 1px solid #ddd;
	background: #fff;
	display: block;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in-out 0.2s;
	border-radius: 5px;
	color: #333;
	padding-bottom: 10px;
}

.rightFix .ico .img p {
	padding-bottom: 5px;
}

.rightFix .ico:hover .img {
	opacity: 1;
	filter: alpha(opacity=100);
	left: -140px;
}

.rightFix .ico .img img {
	width: 110px;
	height: 110px;
}

.rightFix .ico span {
	width: 210px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	position: absolute;
	left: -78px;
	top: 0;
	background: #33beef;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 18px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all ease-in-out 0.2s;
	border-radius: 48px;
}

.rightFix .ico:hover {
	background-color: #33beef;
	border-color: #33beef;
	overflow: visible;
}

.rightFix .ico.fix-ewm:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	left: -140px;
}

.rightFix .ico:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
	left: -215px;
}

.rightFix .fix-tel {
	background-position: 11px 12px;
}

.rightFix .fix-tel:hover {
	background-position: -33px 12px;
}

.rightFix .fix-xcx {
	background-position: 11px -39px;
}

.rightFix .fix-xcx:hover {
	background-position: -33px -39px;
}

.rightFix .fix-ewm {
	background-position: 11px -150px;
}

.rightFix .fix-ewm:hover {
	background-position: -33px -150px;
}

.rightFix .mess {
	background-position: 11px -96px;
}

.rightFix .mess:hover {
	background-position: -33px -96px;
}

.rightFix .fix_top {
	background-position: 11px -205px;
}

.rightFix .fix_top:hover,
.rightFix .fix_top.hover {
	background-color: #33beef;
	border-color: #33beef;
	background-position: -33px -205px;
}

.rightFix .fix-form {
	background-position: 10px -234px;
}

.rightFix .fix-form span {
	font-size: 14px;
	line-height: 23px;
	width: 180px;
}

.rightFix .fix-form:hover {
	background-position: -37px -234px;
}

.local {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.local ul {
	float: right;
	margin-right: 60px;
}

.local ul li {
	padding: 0 25px;
	float: left;
}

.local ul li a {
	position: relative;
	display: block;
	padding: 0 15px;
	overflow: hidden;
	color: #363636;
}

.local ul li a i {
	width: 0;
	height: 3px;
	background: #3b3a45;
	position: absolute;
	left: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	bottom: 0;
	transition: ease-in .2s;
}

.local ul li a.hover,
.local ul li a:hover {
	color: #363636;
}

.local ul li a.hover i,
.local ul li a:hover i {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
}

.bg_main {
	background: #f5f5f5;
	padding-top: 55px;
	padding-bottom: 50px;
}

.bg_bottom_main {
	background: #eaeaea;
	height: 100px;
}

.sub_nav {
	height: 35px;
	line-height: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 50px;
}

.sub_nav .fl {
	font-size: 30px;
}

.sub_nav .fr li {
	float: left;
}

.sub_nav .fr li a {
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	display: block;
	margin-left: 10px;
	transition: ease-in-out .2s;
}

.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover {
	background: #2ab866;
	color: #fff;
	border: 1px solid #2a9bf2;
}

.case {
	margin-top: 40px;
}

.case ul {
	width: 105%;
}

.case li {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
}

.case li .img {
	overflow: hidden;
	display: block;
	margin: 10px;
	width: 360px;
}

.case li .img img {
	width: 360px;
	height: 270px;
	transition: .9s;
}

.img16 li {
	width: 228px;
	margin-right: 15px;
}

.img16 li img {
	width: 226px;
	height: 98px;
	border-radius: 5px;
}

.imgH li .img {
	height: 284px;
	border-bottom: none;
}

.imgH li .img img {
	height: 270px;
}

.img_16 li .img img {
	height: 214px;
}

.case li:hover .img img {
	-webkit-filter: brightness(105%);
	filters: brightness(105%);
}

.case li .p {
	display: block;
	padding: 5px 19px 20px;
	text-align: center;
}

.case li .p p {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case li .p i {
	width: 32px;
	height: 12px;
	background-position: -284px -19px;
}

.case li .p .fl {
	font-size: 12px;
	font-family: arial;
}

.case li:hover {
	box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
}

.img16 li:hover {
	box-shadow: none;
}

.img16 li:hover img {
	border: 1px solid #ff7f00;
}

.news li {
	padding: 20px;
	border: 1px solid #f2f2f2;
	background: #fff;
	margin-bottom: 50px;
}

.news li .img {
	width: 360px;
	float: left;
	height: 205px;
	overflow: hidden;
}

.news li .img img {
	width: 360px;
	height: 205px;
	transition: .9s;
	object-fit: cover;
	object-position: center;
}

.news li:hover .img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.news li:hover {
	box-shadow: 4px 4px 4px #ddd;
}

.news li .p {
	width: 758px;
	float: right;
}

.search_li li .p {
	width: 1080px;
	margin-right: 40px;
	padding-bottom: 20px;
}

.news li .p h3 {
	color: #363636;
	font-size: 24px;
	font-weight: 100;
	padding: 28px 0;
}

.news li:hover .p h3 {
	color: #33beef;
}

.news li .p p {
	color: #363636;
	line-height: 24px;
	padding-bottom: 24px;
}

.news li .p span {
	line-height: 18px;
	font-family: arial;
	color: #959595;
}

.news li .p i {
	width: 23px;
	height: 16px;
	background-position: -73px 0;
	margin-right: 10px;
}

.news li .p .i2 {
	background-position: -104px 0;
	margin-left: 30px;
}

.detail {
	background: #fff;
	padding: 59px;
	border: 1px solid #e5e5e5;
	width: 1080px;
}

.detail .title {
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}

.detail .title h1 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
}

.detail .title span {
	line-height: 18px;
	font-family: arial;
	color: #959595;
}

.detail .title span a {
	border: 1px solid #e8e8e8;
	background: #f1f1f1;
	padding: 2px 5px;
	margin-left: 10px;
}

.detail .title i {
	width: 23px;
	height: 16px;
	background-position: -73px 0;
	margin-right: 10px;
}

.detail .title .i2 {
	background-position: -104px 0;
	margin-left: 30px;
}

.detail .context {
	line-height: 35px;
	padding: 0 0;
	font-size: 16px;
}

.detail .context .flash {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.detail .context .flash video {
	width: 100%;
}

.detail .context img {
	max-width: 100%;
}


/* reLink */

.reLink {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
	padding: 0 15px;
	margin-bottom: 50px;
}

.reLink .nextLink,
.detail .reLink .prevLink {
	width: 50%;
}

.reLink .nextLink {
	text-align: right;
}

.reLink a {
	-webkit-transition: all ease 500ms;
	-moz-transition: all ease 500ms;
	-ms-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.reLink a:hover {
	color: #33beef;
}


/* pager */

.pager {
	padding: 30px 0 50px;
	text-align: center;
	*zoom: 1;
	*padding: 40px 0 30px;
}

.pager:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pager p {
	height: 26px;
	line-height: 26px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	display: none;
}

.pager ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
}

.pager ul li {
	float: left;
	margin: 0 5px;
	padding: 0 !important;
	height: auto !important;
	border: none !important;
}

.pager ul a {
	line-height: 30px;
	padding: 0 10px;
	transition: all ease 300ms;
	color: #000000;
	text-decoration: none;
	float: left;
	border: 1px solid #ddd;
}

.pager ul a.current,
.pager ul a:hover {
	color: #fff;
	border: 1px solid #33beef;
	background: #33beef;
}

.contact .box1 {
	line-height: 18px;
	padding: 48px 0 0px;
	overflow: hidden;
}

.contact .box1 ul {
	width: 125%;
}

.contact .box1 li {
	float: left;
	width: 230px;
	margin-right: 250px;
}

.contact .box1 li i {
	width: 56px;
	height: 56px;
	background-position: -142px 0;
	float: left;
}

.contact .box1 li b {
	font-size: 18px;
	font-family: arial;
	font-weight: 100;
}

.contact .box1 li td {
	vertical-align: middle;
	height: 56px;
	padding-left: 5px;
}

.contact .box1 .l2 i {
	background-position: -204px 0;
}

.contact .box1 .l3 i {
	background-position: -267px 0;
}

.contact .box2 .t {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
}

.contact .box2 {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 50px;
}

.contact .box2 .context {
	width: 400px;
}

.contact .box2 .context img {
	max-width: 400px;
}

.contact .box2 #map1_container,
.contact .box2 #allmap1 {
	width: 650px;
	height: 390px;
	border: 1px solid #ddd;
}

.contact .box3 h3 {
	font-size: 36px;
	padding-bottom: 15px;
	text-align: center;
	padding-top: 50px;
}

.contact .box3 p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	padding-bottom: 46px;
	text-align: center;
}

.contact .box3 b {
	color: #d10000;
	font-weight: 100;
}

.contact .box3 ul {}

.contact .box3 li {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 31%;
	padding: 0 20px;
	padding-right: 0;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin-left: 2%;
	margin-bottom: 20px;
	color: #828282;
}

.contact .box3 li span {
	padding-right: 10px;
}

.contact .box3 li:first-child {
	margin-left: 0;
}

.contact .box3 li input {
	width: 255px;
	border: none;
	outline: none;
}

.contact .box3 textarea {
	border: 1px solid #e5e5e5;
	width: 100%;
	height: 144px;
	box-sizing: border-box;
	resize: none;
	padding: 10px;
	*margin-top: 15px;
	overflow: hidden;
	outline: none;
}

.contact .box3 .btn {
	border: none;
	background: #33beef;
	width: 280px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 26px;
	display: block;
	outline: none;
	cursor: pointer;
	transition: ease-in-out .2s;
	margin-bottom: 50px;
}

.contact .box3 .btn:hover {
	width: 340px;
}

.job .img {
	overflow: hidden;
	width: 480px;
	height: 270px;
	display: block;
	float: left;
}

.job .img img {
	width: 480px;
	height: 270px;
	transition: .9s;
}

.job li:hover .img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.job .p {
	width: 680px;
	padding-left: 40px;
	height: 270px;
	background: #2a9bf2;
	color: #fff;
	display: block;
	float: right;
	position: relative;
}

.job .p i {
	width: 54px;
	height: 54px;
	background-position: 0 -35px;
	position: absolute;
	right: 40px;
	bottom: 40px;
	transition: ease-in-out .2s;
}

.job .p h1 {
	font-size: 30px;
	font-weight: 100;
	padding-top: 35px;
}

.job .p p {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 20px;
}

.job .p span {
	display: block;
	background: #fff;
	width: 20px;
	height: 3px;
	margin-top: 11px;
}

.job li {
	margin-bottom: 20px;
}

.job .l2 .img {
	float: right;
}

.job .l2 .p {
	float: left;
	background: #fff;
	color: #333;
}

.job .l2 .p i {
	background-position: -59px -35px;
}

.job .l2 .p span {
	background: #333;
}

.job li:hover i {
	margin-right: 20px;
}

.about .box1 {
	padding-top: 105px;
	padding-bottom: 100px;
	overflow: hidden;
}

.box1_add {
	padding: 70px 0;
}

.about .box1 .fl {
	padding-top: 32px;
}

.about .box1 .fl h1 {
	font-size: 80px;
	text-transform: uppercase;
	font-family: arial;
	line-height: 80px;
}

.about .box1 .fl p {
	font-size: 24px;
	padding-bottom: 88px;
}

.about .box1 .fl i {
	width: 54px;
	height: 54px;
	background-position: 0 -99px;
	cursor: pointer;
	position: relative;
	display: block;
	float: left;
}

.about .box1 .fl i img {
	position: absolute;
	left: 20px;
	bottom: 56px;
	width: 0px;
	height: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: ease-in-out .2s;
}

.about .box1 .fl i:hover img {
	filter: alpha (opacity=100);
	opacity: 1;
	left: 0;
	height: 80px;
	width: 80px;
}

.about .box1 .fl .i2 {
	background-position: -58px -99px;
	margin-left: 20px;
}

.about .box1 .fr {
	width: 611px;
}

.about .box1 .fr h1 {
	font-size: 24px;
	font-weight: 100;
}

.about .box1 .fr span {
	display: block;
	background: #b0b0b0;
	width: 20px;
	height: 2px;
	margin: 13px 0 24px;
}

.about .box1 .fr h2 {
	font-size: 18px;
}

.about .box1 .fr p {
	line-height: 30px;
	padding-top: 12px;
}

.about .box1 .fr i {
	width: 54px;
	height: 54px;
	background-position: -59px -35px;
	margin-top: 35px;
	transition: ease-in-out .2s;
}

.about .box1 .fr a:hover {
	cursor: pointer;
}

.about .box1 .fr a:hover i {
	margin-left: 15px;
}

.about .bg_20 {
	height: 20px;
	width: 100%;
	background: #eaeaea;
}

.about .box2 {
	padding-bottom: 94px;
}

.about .box2 .con {
	margin-top: 40px;
}

.about .box2 .con .fl {
	width: 410px;
	height: 428px;
	overflow: hidden;
}

.about .box2 .con .fl img {
	width: 410px;
	height: 428px;
}

.about .box2 .con .fr .img {
	width: 380px;
	height: 214px;
	overflow: hidden;
	display: block;
}

.about .box2 .con .fr .img img {
	width: 380px;
	height: 214px;
	transition: .9s;
}

.about .box2 .con .fr .p {
	display: block;
	padding-left: 20px;
	width: 360px;
	height: 214px;
}

.about .box2 .con .fr .p h1 {
	font-size: 24px;
	line-height: 60px;
	font-weight: 100;
}

.about .box2 .con .fr .p i {
	width: 54px;
	height: 54px;
	background-position: -59px -35px;
	margin-top: 35px;
	transition: ease-in-out .2s;
}

.about .box2 .con .fr li:hover {
	cursor: pointer;
}

.about .box2 .con .fr li:hover h1,
.about .box2 .con .fr li:hover p {
	color: #333;
}

.about .box2 .con .fr li:hover i {
	margin-left: 15px;
}

.about .box2 .con .fr li {
	float: left;
}

.about .box2 .con .fr li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.about .box3 {
	background: url(../images/about_bg.jpg) center top no-repeat;
	width: 100%;
	height: 457px;
	padding-top: 93px;
}

.about .box3 .w1200 {
	overflow: hidden;
}

.about .box3 .fl {
	width: 500px;
}

.about .box3 .fl h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 100;
	padding-bottom: 25px;
}

.about .box3 .fl span {
	display: block;
	width: 40px;
	height: 2px;
	background: #ffd200;
	margin-bottom: 25px;
}

.about .box3 .fl p {
	color: #fff;
	line-height: 24px;
}

.about .box3 .fl i {
	width: 54px;
	height: 54px;
	cursor: pointer;
	background-position: 0px -35px;
	margin-top: 35px;
	transition: ease-in-out .2s;
}

.about .box3 .fl a:hover i {
	margin-left: 15px;
}

.about .box3 .fr .picScroll-left {
	overflow: hidden;
	position: relative;
	margin-top: 68px;
	height: 225px;
	width: 620px;
}

.about .box3 .fr .picScroll-left .hd {
	overflow: hidden;
}

.about .box3 .fr .picScroll-left .hd .prev,
.about .box3 .fr .picScroll-left .hd .next {
	display: block;
	left: 0;
	top: 50%;
	margin-top: -36px;
	width: 30px;
	height: 72px;
	position: absolute;
	z-index: 10;
	background-position: -133px -67px;
	cursor: pointer;
	display: none;
}

.about .box3 .fr .picScroll-left .hd .next {
	left: auto;
	right: 0;
	background-position: -164px -67px;
}

.about .box3 .fr .picScroll-left:hover .hd .prev,
.about .box3 .fr .picScroll-left:hover .hd .next {
	display: block;
}

.about .box3 .fr .picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	margin-top: 10px;
	zoom: 1;
}

.about .box3 .fr .picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.about .box3 .fr .picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.about .box3 .fr .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.about .box3 .fr .picScroll-left .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.about .box3 .fr .picScroll-left .bd ul li img {
	width: 300px;
	height: 225px;
}

.bg_top {
	height: 50px;
	background: #eaeaea;
	width: 100%;
}

.erro {
	color: red;
}


/* map_ul  */

.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
}

.map_ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
}

.map_ul li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	display: block;
	background: #f6f6f6;
	text-indent: 15px;
}

.map_ul .list-inline {
	display: block;
	width: 86%;
}

.map_ul .list-inline li {
	height: 32px;
	display: inline-block;
	*display: inline;
	margin: 15px 5px 15px 0;
	zoom: 1;
	line-height: 32px;
	border-bottom: 0;
	text-align: center;
	width: auto;
	padding: 0px;
}

.map_ul .list-inline li a {
	text-indent: 0;
	font-weight: normal;
	display: block;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	padding: 0px 10px;
	width: auto;
	border: 1px solid #ccc;
	text-align: center;
}

.map_ul .list-inline li a:hover {
	background: #33beef;
	color: #fff;
	border: 1px solid #33beef;
}

.erro {
	text-align: center;
	padding-bottom: 50px;
}

.showPro {
	padding: 50px 50px 0;
}

.showPro .reLink {
	margin-bottom: 0;
}

.showPro .showContxt {
	padding: 30px 0 35px;
	font-size: 16px;
	line-height: 32px;
}

.showPro .showContxt img {
	max-width: 100%;
	height: auto !important;
}

.showPro .showimgCon {
	padding: 0 0 30px;
	font-size: 16px;
	line-height: 32px;
}

.showPro .showimgCon .txtcon {
	width: 680px;
	height: 423px;
	float: right;
	position: relative;
}

.showPro .showimgCon .txtcon .tit {
	position: relative;
	font-size: 20px;
	margin-bottom: 15px;
	color: #d73535;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #dddddd;
	padding-right: 60px;
}

.showPro .showimgCon .txtcon .tit .goBack {
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
	font-size: 14px;
	display: block;
	font-weight: normal;
	cursor: pointer;
}

.showPro .showimgCon .txtcon .tit .goBack s {
	width: 20px;
	height: 20px;
	background-position: -440px -62px;
	margin-left: 6px;
}

.showPro .showimgCon .txtcon .tit .goBack:hover {
	color: #047fcc;
}

.showPro .showimgCon .txtcon .txt {
	line-height: 24px;
	font-size: 16px;
	color: #666;
}

.showPro .showimgCon .txtcon .txt .item {
	margin-bottom: 7px;
	max-height: 144px;
	overflow: hidden;
}

.showPro .showimgCon .txtcon .tel-btn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

.showPro .showimgCon .txtcon .tel-btn .btn {
	width: 118px;
	float: right;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: #2ab866;
}

.showPro .showimgCon .txtcon .tel-btn .btn:hover {
	background: #1152b8;
}

.showPro .showimgCon .txtcon .tel-btn .tel {
	width: 280px;
	float: left;
}

.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong {
	display: block;
	color: #666666;
}

.showPro .showimgCon .txtcon .tel-btn .tel s {
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 6px;
	background-position: -315px -30px;
}

.showPro .showimgCon .txtcon .tel-btn .tel span {
	font-size: 16px;
	line-height: 20px;
}

.showPro .showimgCon .txtcon .tel-btn .tel strong {
	font-size: 28px;
	line-height: 28px;
}

.showPro .showimg {
	width: 442px;
	position: relative;
	float: left;
	overflow: hidden;
}

.showPro .showimg .bigimg {
	width: 440px;
	height: 332px;
	display: block;
	position: relative;
	border: 1px solid #dddddd;
}

.showPro .showimg .bigimg .list {
	width: 5000%;
}

.showPro .showimg .bigimg .list li {
	width: 440px;
	height: 332px;
	float: left;
}

.showPro .showimg .bigimg .list img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all ease 300ms;
}

.showPro .showimg .smallimg {
	width: 440px;
	height: 76px;
	position: relative;
	padding-top: 30px;
	z-index: 10;
	overflow: hidden;
}

.showPro .showimg .list {
	width: 357px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.showPro .showimg .listcon {
	width: 600% !important;
	position: relative;
}

.showPro .showimg .prev,
.showPro .showimg .next {
	width: 20px;
	height: 76px;
	z-index: 10;
	position: absolute;
	top: 30px;
	cursor: pointer;
	background: url(../images/show-btn-ico.png) no-repeat 0 center;
}

.showPro .showimg .prev:hover,
.showPro .showimg .next:hover {
	background-color: #f9f9f9;
}

.showPro .showimg .prev {
	left: 0;
	background-position: 3px center;
}

.showPro .showimg .next {
	right: 0;
	background-position: -84px center;
}

.showPro .showimg li {
	width: 98px;
	height: 74px;
	margin-right: 28px;
	float: left;
	cursor: pointer;
	position: relative;
}

.showPro .showimg li img {
	width: 100%;
	height: 100%;
	display: block;
}

.showPro .showimg li.on {
	width: 94px;
	height: 70px;
	border: 3px solid #2ab866;
}

.relateTit {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 auto;
	width: 1200px;
}

.relateTit h3 {
	font-size: 18px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}

.relateTit h3 .line {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #1152b8;
}

.floor_3_remm {
	padding-bottom: 60px;
}

.floor_3_remm .body {
	overflow: hidden;
	*margin-bottom: 38px;
}

.floor_3_remm .body ul {
	width: 112%;
}

.floor_3_remm .body li {
	margin-bottom: 40px;
	width: 370px;
	float: left;
	margin-right: 45px;
	position: relative;
	height: 278px;
	overflow: hidden;
}

.floor_3_remm .body li a {
	display: block;
	width: 100%;
	height: 278px;
	cursor: pointer;
}

.floor_3_remm .body li .img img {
	width: 370px;
	height: 278px;
}

.floor_3_remm .body li .txt {
	position: absolute;
	left: 0;
	top: 211px;
	height: 70px;
	background: #666;
	width: 301px;
	color: #fff;
	padding-left: 42px;
	padding-right: 42px;
	transition: ease-in-out .2s;
	text-align: center;
	line-height: 70px;
}

.floor_3_remm .body li .txt h3 {
	font-size: 20px;
	font-weight: 100;
	line-height: 67px;
}

.floor_3_remm .body li .txt span {
	margin: 0 auto;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	width: 123px;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
	margin-top: 10px;
	display: none;
}

.floor_3_remm .body li:hover {
	box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.floor_3_remm .body li:hover .txt {
	background: url(../images/bg_6b.png) repeat;
	height: 100%;
	top: 0;
}

.floor_3_remm .body li:hover .txt h3 {
	padding-top: 78px;
}

.floor_3_remm .body li:hover .txt span {
	margin-top: 0;
	display: block;
}

.floor_3_remm .more2 {
	text-align: center;
}

.floor_3_remm .more2 ul {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.floor_3_remm .more2 a {
	width: 141px;
	height: 35px;
	display: block;
	color: #33beef;
	margin: 0 19px;
	border: 2px solid #33beef;
	line-height: 35px;
	border-radius: 4px;
	font-size: 20px;
}

.floor_3_remm .more2 a:hover {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.floor_3_remm .more2 .wx {
	background: #1451c1;
	color: #fff;
}

.floor_3_remm .more2 li {
	float: left;
}

.detail .box1 {
	background: url(../images/about_1.jpg) right top no-repeat;
	margin-bottom: 70px;
}

.detail .box1 span {
	display: block;
	width: 100px;
	height: 2px;
	background: #999;
}

.detail .box1 h3 {
	font-size: 24px;
	line-height: 40px;
	margin-top: 30px;
	padding-bottom: 44px;
}

.detail .box1 .right {
	width: 734px;
}

.detail .box1 .right h4 {
	font-size: 40px;
	color: #ccc;
	padding-bottom: 10px;
}

.detail .box1 .right p {
	font-size: 16px;
	line-height: 30px;
}

.detail .box1 .right span {
	width: 70px;
	height: 1px;
	background: #ccc;
	margin: 44px 0;
}

.detail .box2 {}

.detail .box2 .tab1 {
	padding-left: 728px;
	padding-bottom: 95px;
}

.detail .box2 .tab1 h3 {
	font-size: 24px;
}

.detail .box2 .tab1 span {
	display: block;
	width: 50px;
	height: 3px;
	background: #999;
	margin: 15px 0;
}

.detail .box2 .tab1 li {
	line-height: 30px;
	font-size: 16px;
}

.detail .box2 .tab2 .left {
	padding-top: 80px;
	margin-left: 10px;
}

.detail .box2 .tab2 .left h3 {
	font-size: 24px;
}

.detail .box2 .tab2 .left span {
	display: block;
	width: 50px;
	height: 3px;
	background: #999;
	margin: 15px 0;
}

.detail .box2 .tab2 .left li {
	line-height: 30px;
	font-size: 16px;
}

.detail .box2 .tab2 .right {
	color: #fff;
	width: 330px;
	text-align: center;
	height: 270px;
	font-size: 16px;
	line-height: 35px;
	padding-top: 15px;
}

.page_product {
	padding-top: 80px;
}

.page_product .box1 {
	padding-bottom: 43px;
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 30px;
}

.page_product .photo {
	width: 600px;
	margin-bottom: 20px;
}

.page_product .photo .jqzoom {
	border: 1px solid #ddd;
	width: 598px;
	height: 449px;
	position: relative;
	padding: 0px;
	cursor: pointer;
}

div.zoomdiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.jqZoomPup {
	z-index: 999;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px !important;
	height: 100px !important;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

.page_product .photo .img {
	width: 598px;
	height: 449px;
	display: block;
}

.page_product .photoimg {
	width: 600px;
	height: 82px;
	padding-top: 10px;
	position: relative;
}

.page_product .photoimg .list {
	width: 520px;
	overflow: hidden;
	position: relative;
	margin-left: 40px;
}

.page_product .photoimg .icon {
	width: 23px;
	height: 66px;
	position: absolute;
	top: 10px;
	cursor: pointer;
}

.page_product .photoimg .btnleft {
	left: 0px;
	background-position: -218px -81px;
}

.page_product .photoimg .btnright {
	right: 0px;
	background-position: -243px -81px;
}

.page_product .photoimg .list .listcon {
	width: 500%;
}

.page_product .photoimg a {
	width: 85px;
	height: 64px;
	display: block;
	float: left;
	margin-right: 20px;
	border: 1px solid #ddd;
}

.page_product .photoimg a img {
	width: 85px;
	height: 64px;
	display: block;
}

.page_product .photoimg a:hover,
.page_product .photoimg a.on {
	border: 1px solid #f35b07;
}

.page_product .box1 .slideBox {
	border: 1px solid #eee;
	width: 598px;
	height: 449px;
	position: relative;
}

.page_product .box1 .slideBox .hd {
	position: absolute;
	right: 0px;
	bottom: 30px;
	z-index: 10;
	width: 143px;
}

.page_product .box1 .slideBox .hd ul li {
	cursor: pointer;
	width: 13px;
	height: 13px;
	background: #333;
	border-radius: 100%;
	margin-left: 9px;
	float: left;
}

.page_product .box1 .slideBox .hd ul li.on {
	background: #33beef;
}

.page_product .box1 .slideBox .bd {
	position: relative;
}

.page_product .box1 .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.page_product .box1 .slideBox .bd img {
	width: 598px;
	height: 449px;
	display: block;
}

.page_product .box2 img {
	max-width: 100%;
	display: inline-block;
	margin: 0 auto;
}

.page_product .box2 {
	padding-bottom: 30px;
	line-height: 30px;
}

.page_product .box2 table {
	text-align: center;
	border: 1px solid #ddd;
	width: 100%;
}

.page_product .box2 table tr:nth-child(2n+1) {
	background: #eeefef;
}

.box1_right {
	width: 488px;
	padding-right: 38px;
}

.box1_right h1 {
	font-size: 30px;
	padding-top: 47px;
}

.box1_right h3 {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 33px;
}

.box1_right .t h2 {
	border-bottom: 1px solid #dcdcdc;
	font-size: 20px;
}

.box1_right .t b {
	border-bottom: 2px solid #33beef;
	display: inline-block;
	padding-bottom: 12px;
}

.box1_right .t p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	margin-bottom: 35px;
	padding-top: 5px;
}

.box1_right .a {
	width: 435px;
}

.box1_right .a a {
	display: block;
	width: 150px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #ff7f00;
	font-size: 18px;
	float: right;
	line-height: 50px;
}

.box1_right .a a:first-child {
	width: 250px;
	background: #33beef;
	float: left;
	cursor: default;
}

.box1_right .a a i {
	width: 22px;
	height: 24px;
	background-position: -84px -46px;
	margin-right: 10px;
}

.page_product .box3 {
	margin-bottom: 80px;
	padding-top: 47px;
}

.page_product .box3 .tit {
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px;
	font-size: 24px;
	margin-bottom: 22px;
}

.page_product .box3 .tit i {
	width: 21px;
	height: 23px;
	background-position: -86px -80px;
	margin-right: 11px;
}

.floor_remm {
	overflow: hidden;
}

.floor_remm ul {
	width: 105%;
}

.floor_remm li {
	float: left;
	background: #fafafa;
	margin-right: 30px;
	width: 380px;
	margin-bottom: 30px;
}

.floor_remm li .img {
	width: 380px;
	height: 280px;
	overflow: hidden;
}

.floor_remm li .img img {
	display: block;
	width: 100%;
	height: auto;
	transition: ease-in-out .2s;
}

.floor_remm li .txt {
	background: #fff;
	height: 70px;
	border-bottom: 1px solid #e5e5e5;
}

.floor_remm li .txt .left {
	padding-left: 20px;
}

.floor_remm li .txt .right {
	padding-right: 20px;
	line-height: 70px;
}

.floor_remm li .txt .right i {
	width: 14px;
	height: 31px;
	background-position: -53px 0;
	margin-top: 19px;
	transition: ease-in-out .2s;
}

.floor_remm li .txt h3 {
	font-size: 16px;
	line-height: 70px;
}

.floor_remm li .txt p {
	font-size: 12px;
	border: 1px solid #e5e5e5;
	display: inline-block;
	padding: 2px 15px;
}

.floor_remm li a {
	display: block;
	width: 100%;
	height: 100%;
}

.floor_remm li:hover .img img {
	transform: scale(1.1);
}

.floor_remm li:hover .txt {
	background: #464646;
}

.floor_remm li:hover .txt h3 {
	color: #fff;
}

.floor_remm li:hover .txt p {
	border-color: #7e7e7e;
	color: #fff;
}

.floor_remm li:hover .txt .right {
	color: #fff;
}

.page_product .box3 {
	margin-bottom: 80px;
	padding-top: 47px;
}

.page_product .box3 .tit {
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px;
	font-size: 24px;
	margin-bottom: 22px;
}

.ny_product {
	padding-top: 30px;
}

.default {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: block;
}

.default .flash {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.default .bg {
	top: 0;
	position: absolute;
	left: 0;
	background-size: cover;
	background: #000;
	opacity: 0.3;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.default .home img {
	position: absolute;
	z-index: 10;
	width: 1018px;
	height: 374px;
	left: 50%;
	margin-left: -509px;
	top: 50%;
	margin-top: -187px;
}

.default .ico {
	position: absolute;
	z-index: 3;
	left: 66px;
	top: 72px;
}

.g_b_w {
	position: relative;
	width: 100%;
	padding-top: 36.25%;
	background-size: cover;
	overflow: hidden;
	z-index: 10;
}

.g_b_w .bg {
	top: 0;
	position: absolute;
	left: 0;
	background-size: cover;
	background: url(../images/bg30.png) repeat;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.g_b_w .bg img {
	position: absolute;
	z-index: 400;
	width: 967px;
	height: 223px;
	left: 50%;
	margin-left: -483px;
	top: 50%;
	margin-top: -181px;
}

.g_b_w .flash {
	z-index: 1;
	width: 100%;
	top: 0;
	position: absolute;
	left: 0;
}

.gb_b {
	z-index: 11;
	width: 100%;
	top: 0;
	position: absolute;
	height: 100%;
	left: 0;
}

.gb_b ul {}

.gb_b ul li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.gb_b ul li.active {
	display: block;
}

.gbb_w {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
}

.gbb_c {
	position: relative;
	width: 390px;
	height: 338px;
	margin: 130px 0 0 752px;
}

.gbb_t {
	position: absolute;
	top: 33px;
	right: 0px;
	z-index: 290;
	width: 390px;
	height: 40px;
	text-align: center;
	overflow: hidden;
}

.gbb_t a {
	font-size: 26px;
	color: #fff;
}

.gbb_i {
	position: absolute;
	top: 77px;
	right: 71px;
	z-index: 290;
	width: 240px;
	height: 208px;
	line-height: 26px;
	overflow: hidden;
	text-align: justify;
	font-size: 14px;
}

.gbb_i a {
	font-size: 14px;
	color: #fff;
}

.gbb_m {
	position: absolute;
	bottom: 25px;
	left: 150px;
	z-index: 280;
	width: 100px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	background: url(../images/banner_m.png) no-repeat right 15px;
	text-align: left;
	font-size: 16px;
}

.gbb_m a {
	display: block;
	font-size: 16px;
	color: #fff;
}

.gbb_s {
	position: absolute;
	top: 260px;
	right: 55px;
	z-index: 290;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.gbb_s a {
	font-size: 40px;
	color: #fff;
}

.gbb_f {
	position: absolute;
	bottom: 13px;
	left: 0;
	z-index: 260;
	width: 185px;
	height: 285px;
	overflow: hidden;
	border: 3px solid #3190bc;
	opacity: 0.5;
	filter: alpha(opacity=50);
	ZOOM: 1;
}

.gbb_q {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 270;
	width: 390px;
	height: 338px;
	overflow: hidden;
	background-image: url(../images/b_n_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.gbb_k {
	position: absolute;
	top: 68px;
	left: -695px;
	z-index: 270;
	width: 640px;
	height: 153px;
	overflow: hidden;
	background-image: url(../images/2021101111552999068.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.gb_i {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 301;
	width: 1098px;
	height: 160px;
	margin-left: -549px;
}

.gb_i ul li {
	float: left;
	width: 183px;
	height: 150px;
}

.gb_i ul li:hover a i {
	background: #33beef;
}

.gb_i ul li:hover a em {
	transition: ease-in-out .2s;
	transform: translateY(-5px);
}

.gb_i ul li a {
	display: block;
	width: 183px;
	height: 150px;
	cursor: pointer;
}

.gb_i ul li a em {
	display: block;
	overflow: hidden;
	height: 70px;
	background-image: url(../images/b_n_ico.png);
	background-repeat: no-repeat;
	margin-top: 15px;
}

.gb_i ul li a i {
	display: block;
	overflow: hidden;
	height: 15px;
	margin: 0 auto;
	width: 15px;
	background: #fff;
	border-radius: 100%;
	margin-top: 2px;
}

.gb_i ul li a span {
	display: block;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}

.gbi_1 a em {
	background-position: 55px -10px;
}

.gbi_2 a em {
	background-position: -100px -10px;
}

.gbi_3 a em {
	background-position: -253px -10px;
}

.gbi_4 a em {
	background-position: -400px -10px;
}

.gbi_5 a em {
	background-position: -546px -10px;
}

.gbi_6 a em {
	background-position: -676px -10px;
}

.gb_i ul li.active a em {
	margin-top: 0;
}

.gb_i ul li.active a i {
	height: 40px;
	background-image: none;
}

.gb_x {
	position: absolute;
	bottom: 75px;
	left: 50%;
	z-index: 300;
	width: 1200px;
	height: 1px;
	margin-left: -600px;
	background-color: #fff;
	overflow: hidden;
}

.gb_a {
	position: absolute;
	bottom: 59px;
	left: 50%;
	z-index: 400;
	margin-left: -1232px;
	width: 183px;
	height: 32px;
	background: url(../images/b_n_lbg.png) 50% 0 no-repeat;
}


/*新闻*/

.g_n_w {
	width: 1200px;
	margin: 0 auto;
	padding: 0px 0 80px;
}

.gn_t {
	padding-top: 8px;
}

.gn_t_1 {
	text-align: center;
}

.gn_t_1 a {
	font-size: 36px;
	color: #333;
	line-height: 58px;
}

.gn_t_2 .s1,
.gn_t_2 .s3 {
	width: 100%;
	float: left;
}

.gn_t_2 .s1 {
	text-align: center;
}

.gn_t_2 .s2 {
	float: left;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #c6c6c6;
	line-height: 40px;
}

.gn_t_2 a {
	font-size: 18px;
	color: #333;
	line-height: 40px;
}

.gn_b {
	padding-top: 40px;
	margin-bottom: 50px;
}

.gn_l {
	width: 600px;
	float: left;
}

.gn_slideBox {
	width: 100%;
	height: 338px;
	overflow: hidden;
	position: relative;
}

.gn_slideBox .swiper-pagination {
	height: 14px;
	overflow: hidden;
	position: relative;
	right: 25px;
	bottom: 25px !important;
	left: aut !important;
	z-index: 3;
	float: right;
	width: auto !important;
	padding-right: 10px;
}

.gn_slideBox .swiper-pagination span {
	float: left;
	margin-left: 10px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	text-align: center;
	background: #a8a9ae;
	cursor: pointer;
	text-indent: -999999px;
	opacity: .8;
}

.gn_slideBox .swiper-pagination span.swiper-pagination-bullet-active {
	background: #fff;
}

.gn_slideBox .swiper-slide {
	position: relative;
	height: 100%;
	z-index: 0;
}

.gn_slideBox .swiper-slide {
	position: relative;
	zoom: 1;
	vertical-align: middle;
}

.gn_slideBox .swiper-slide .img img {
	width: 100%;
	height: 338px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.gn_slideBox .swiper-slide .tit {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 36px;
	background: url(../images/b70.png) repeat;
}

.gn_slideBox .swiper-slide .tit a {
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	padding-left: 12px;
}

.gn_r {
	width: 550px;
	float: right;
}

.gn_r_t {
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 10px;
}

.gn_r_t a {
	float: left;
	display: block;
	margin-right: 24px;
}

.gn_r_t a.new_n {
	height: 32px;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}

.gn_r_t a.new_y {
	height: 29px;
	color: #33beef;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px solid #33beef;
	line-height: 22px;
}

.new_x {
	height: 320px;
	overflow: hidden;
}

.list {
	padding-top: 10px;
}

.list li {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	border-left: 1px solid #1a1a1a;
	margin-bottom: 15px;
}

.list li a {
	font-size: 16px;
	color: #333;
	padding-left: 18px;
}

.list li:hover {
	border-left: 1px solid #33beef;
}

.list li:hover a {
	color: #33beef;
}

.new_x_n {
	display: none;
}


/*商务服务*/

.g_s_w {
	padding: 70px 0 50px;
	background: #f5f5f5 url(../images/i_l_bg.png) center bottom no-repeat;
	overflow: hidden;
}

.gs_t .gs_t_1 {
	text-align: center;
}

.gs_t .gs_t_1 .line {
	position: relative;
	top: -5px;
	background: #c4c4c4;
	display: inline-block;
	width: 46px;
	height: 2px;
}

.gs_t .gs_t_1 .name {
	padding: 0 20px;
	color: #333;
	font-size: 40px;
	font-weight: bold;
	line-height: 55px;
}

.gs_t .gs_t_2 {
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}

.gs_b {
	width: 1000px;
	margin: 26px auto 30px;
}

.gs_b li {
	width: 30%;
	height: 252px;
	padding: 20px 1.5% 0;
	float: left;
	position: relative;
}

.gs_b li i,
.gs_b li em {
	text-indent: -999999px;
}

.gs_b li a {
	display: block;
	width: 100%;
	height: 100%;
}

.gs_b li .emh {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -63px;
	z-index: 1;
	width: 126px;
	height: 126px;
	background: url(../images/s_bg.png) no-repeat;
}

.gs_b li .icon,
.gs_b li span {
	position: relative;
	z-index: 2;
}

.gs_b li .icon {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	background: url(../images/i_s.png) no-repeat;
}

.gs_b li .tit {
	display: block;
	padding: 26px 0 14px;
	text-align: center;
	font-size: 22px;
	color: #333;
}

.gs_b li .info {
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.gs_b li .info em.red {
	font-style: normal;
	color: #e6672f;
}

.gs_b li .i_1 {
	background-position: 0 0;
}

.gs_b li .i_2 {
	background-position: -260px 0;
}

.gs_b li .i_3 {
	background-position: -130px 0;
}

.gs_b li .i_4 {
	background-position: -390px 0;
}

.gs_b li .i_5 {
	background-position: -520px 0;
}

.gs_b li .i_6 {
	background-position: -720px 0;
}

.gs_b li:hover .emh {
	display: block;
	animation: rotateIn .8s forwards;
}

.gs_b li:hover span {
	color: #235378;
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: center center;
		transform: rotate(360deg);
		opacity: 0;
	}
	100% {
		transform-origin: center center;
		transform: none;
		opacity: 1;
	}
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: center center;
		transform: rotate(360deg);
		opacity: 0;
	}
	100% {
		transform-origin: center center;
		transform: none;
		opacity: 1;
	}
}


/*集团故事*/

.g_g_w {
	padding: 75px 0 72px;
	background: #f9f8f8;
}

.gg_img {
	width: 1200px;
	height: 530px;
	overflow: hidden;
	margin: 55px auto;
}

.k_w {
	float: left;
	width: 600px;
	height: 265px;
	position: relative;
	overflow: hidden;
}

.k_wz {
	position: absolute;
	z-index: 500;
	width: 300px;
	height: 265px;
	overflow: hidden;
}

.k_wz a {
	display: block;
	padding: 25px 20px 0 30px;
}

.k_wz h2 {
	display: block;
	font-size: 24px;
	color: #33beef;
	line-height: 40px;
}

.k_wz span {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 10px 0;
}

.k_wz em {
	display: none;
	width: 175px;
	height: 38px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	font-style: normal;
	text-align: center;
	margin-top: 5px;
}

.k_w .k_wz .active h2 {
	color: #fff;
}

.k_w .k_wz .active span {
	color: #fff;
}

.k_w .k_wz .active em {
	display: block;
}

.k_im {
	position: absolute;
	z-index: 100;
	width: 300px;
	height: 265px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.k_bg {
	position: absolute;
	z-index: 200;
	width: 310px;
	height: 265px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.k_zz {
	position: absolute;
	top: 0;
	z-index: 300;
	width: 313px;
	height: 265px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../images/i_gs_hover.png);
}

.k_fk {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 15px;
	height: 15px;
	overflow: hidden;
}

.k_black {
	width: 300px;
	height: 265px;
	overflow: hidden;
	background-repeat: repeat;
	background-position: 50% 50%;
	background-image: url(../images/i_gs_hzz.png);
	opacity: 0;
}

.k1_wz {
	top: 0;
	left: 0;
}

.k1_im {
	top: 0;
	left: 300px;
}

.k1_bg {
	top: 0;
	left: 0;
	background-image: url(../images/i_gs_1_bg.png);
	background-position: 100% 0;
}

.k1_zz {
	background-position: 100% 0;
	left: -313px;
}

.k2_wz {
	top: 0;
	left: 0;
}

.k2_im {
	top: 0;
	left: 300px;
}

.k2_bg {
	top: 0;
	left: 0;
	background-image: url(../images/i_gs_2_bg.png);
	background-position: -6px 0;
}

.k2_zz {
	background-position: 100% 0;
	left: -313px;
}

.k3_wz {
	top: 0;
	left: 300px;
}

.k3_im {
	top: 0;
	left: 0;
}

.k3_bg {
	top: 0;
	left: 290px;
	background-image: url(../images/i_gs_3_bg.png);
	background-position: 0 0;
}

.k3_zz {
	background-position: 0 0;
	right: -313px;
}

.k4_wz {
	top: 0;
	left: 300px;
}

.k4_im {
	top: 0;
	left: 0;
}

.k4_bg {
	top: 0;
	left: 290px;
	background-image: url(../images/i_gs_4_bg.png);
	background-position: 0 0;
}

.k4_zz {
	background-position: 0 0;
	right: -313px;
}


/*footer*/

.foot_area {
	background: #191c23;
	padding-top: 55px;
	padding-bottom: 76px;
}

.foot_area_inner {
	width: 1200px;
	margin: 0 auto;
}

.f_l_box {
	width: 600px;
	float: left;
	margin-right: 50px;
}

.f_r_box {
	width: 550px;
	float: left;
}

.tit_h {
	border-bottom: 1px solid #3d4149;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}

.tit_h span {
	display: inline-block;
	border-bottom: 2px solid #fff;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

.f_l_box ul {
	overflow: hidden;
}

.f_l_box ul li {
	width: 50%;
	float: left;
	line-height: 24px;
}

.f_l_box ul li a {
	font-size: 14px;
	color: #c3cace;
}

.f_l_box ul li a:hover {
	color: #fff;
}

.about_area dl {
	float: left;
	margin-right: 30px;
	width: 120px;
}

.about_area dl dd {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px;
}

.about_area div {
	width: 250px;
	float: right;
}

.about_area div span {
	display: block;
	background: url(../images/tel.png) no-repeat;
	height: 38px;
	line-height: 38px;
	text-align: right;
	font-size: 28px;
	color: #fff;
}

.about_area div p {
	text-align: right;
	font-size: 14px;
	color: #fff;
	margin-bottom: 13px;
}

.about_area div p a {
	color: #fff;
}

.about_area div p img {
	text-align: right;
	margin-left: 25px;
}

.friend_link {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}

.link_item {
	width: 1200px;
	padding: 10px 0 40px 0;
}

.mod_select {
	width: 260px;
	height: 36px;
	border: 1px solid #3d4149;
	float: left;
	margin: 0 18px;
	background: url(../images/pic_arrow.png) 230px center no-repeat;
	position: relative;
}

.mod_select p {
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
}

.mod_select ul {
	position: absolute;
	width: 260px;
	height: 150px;
	overflow-y: auto;
	top: -150px;
	left: -1px;
	border: 1px solid #a7bac9;
	background: #fff;
	display: none;
}

.mod_select ul li a {
	font-size: 14px;
	height: 25px;
	line-height: 24px;
	padding: 0 0 0 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mod_select ul li a:hover {
	background: #a7bac9;
	color: #fff;
}

.footer_btm {
	background: #ececec;
	text-align: center;
	padding: 15px 0;
}

.footer_btm p {
	color: #333;
	line-height: 24px;
	font-size: 14px;
}

.footer_btm ul {
	margin-bottom: 5px;
}

.footer_btm ul li {
	display: inline;
}

.footer_btm ul li a {
	color: #333;
	font-size: 14px;
}

.footer_btm ul li span {
	margin: 0 10px;
	color: #333;
}


/*footer end*/

.floor_4_main {
	padding-top: 80px;
	overflow: hidden;
	margin-bottom: 60px;
}


/**********roundabout**********/

.floor_4_main .body {
	position: relative;
}

.floor_4_main .body .roundabout_box {
	width: 1200px;
	margin: 30px auto 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.floor_4_main .body .roundabout-holder {
	list-style: none;
	width: 810px;
	height: 200px;
	margin: 0 auto;
}

.floor_4_main .body .roundabout-moveable-item {
	font-size: 14px !important;
	height: 334px;
	width: 718px;
	cursor: pointer;
	position: relative;
	transform: scale(0.8);
}

.floor_4_main .body .roundabout-moveable-item a {
	position: relative;
	opacity: 1;
	display: block;
}

.floor_4_main .body .roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	margin: 0;
	position: relative;
	display: block;
	z-index: 2;
}

.floor_4_main .body .roundabout-moveable-item p {
	font-size: 16px;
	opacity: 0;
	background: url(../images/b70.png) repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 47px;
	line-height: 47px;
	text-align: center;
	z-index: 10;
	color: #fff;
	width: 100%;
}

.floor_4_main .body .roundabout-in-focus {
	cursor: auto;
	border: 0 none;
}


.floor_4_main .body .roundabout-holder .text {
	color: #333;
	display: none;
	position: relative;
	z-index: 3;
	line-height: 63px;
	font-size: 18px;
	text-align: center;
}

.floor_4_main .body .roundabout-holder .text b {
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 18px;
}

.floor_4_main .body .swiper-slide-active p {
	opacity: 1;
}

.floor_4_main .body .swiper-slide-active {
	transform: scale(1);
}

.floor_4_main .body .swiper-slide-active span {
	display: inline;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 8px 20px;
	background: #f9f9f9;
	color: #3366cc;
	z-index: 999;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topLeft: 5px;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
}


.floor_4_main .body .roundabout li {
	margin: 0;
}

.floor_4_main .prev,
.floor_4_main .next {
	width: 60px;
	height: 60px;
	background: #33beef;
	display: flex;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 100%;
	position: absolute;
	font-size: 20px;
	left: 50%;
	margin-left: -690px;
	top: 50%;
	margin-top: -40px;
	transition: ease-in-out 0.2s;
}

.floor_4_main .prev i,
.floor_4_main .next i {
	width: 15px;
	height: 24px;
	background-position: 0px -241px;
	margin: 0 auto;
	text-align: center;
	margin-top: 18px;
}

.floor_4_main .next {
	left: auto;
	right: 50%;
	margin-left: 0px !important;
	margin-right: -690px;
}

.floor_4_main .next i {
	background-position: -25px -241px;
}




.text_list li {
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}

.text_list li:first-child {
	border-top: 1px solid #ddd;
}

.text_list li .left {
	transition: ease-in-out .2s;
	border-left: 0px solid #33beef;
}

.text_list {
	background: #fff;
	padding: 50px;
	width: 1100px;
}

.text_list li:hover .left {
	border-left-width: 30px;
	padding-left: 10px;
}

.text_list li .right {
	border-right: 0px solid #ccc;
	transition: ease-in-out .2s;
}

.text_list li:hover .right {
	border-right-width: 10px;
	padding-right: 10px;
}

@media (max-width: 1660px) {
	.default .ico {
		left: 50px;
		top: 50px;
	}
	.default .ico img {
		width: 80px;
	}
	.default .home img {
		width: 800px;
		margin-left: -400px;
		height: 294px;
		margin-top: -147px;
	}
	.gbb_c {
		margin: 10px 0 0 752px;
	}
	.g_b_w .bg img {
		width: 800px;
		margin-left: -400px;
		height: auto;
	}
}


