@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: microsoft yahei
}
body {
	font-size: 14px;
	position: relative
}
a {
	text-decoration: none
}
img {
	border: 0;
	vertical-align: middle
}
ul, ol {
	list-style: none
}
.mpbom {
	padding-bottom: 20px
}
.t_center {
	display: block;
	margin: 0 auto;
	text-align: center
}
.w3 {
	width: 30%
}
.w5 {
	width: 50%
}
.w6 {
	width: 55%
}
.w7 {
	width: 70%
}
.w8 {
	width: 80%
}
.hide {
	display: none
}
.f_left {
	float: left
}
.f_right {
	float: right
}
.clear {
	clear: both
}
.main {
	width: 1260px;
	margin: 0 auto
}
.main h2, .main em, .main strong {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255,255,255,.5)
}
.main h2 {
	font-size: 30px;
	padding-top: 100px
}
.main em {
	font-style: normal;
	color: #646464;
	font-size: 12px;
	text-transform: uppercase
}
.main strong {
	padding-bottom: 10px
}
.main p {
	line-height: 25px;
	margin: 15px 0
}
.indent p {
	text-indent: 2em
}
.f_orage {
	color: #f78b26!important
}
.f_blue {
	color: #00a0e9!important
}
.f_red {
	color: red!important
}
.f_grey {
	color: #ccc
}
.f_orange {
	color: #f93!important
}
.f_ca {
	color: #35c87a!important
}
.f_cb {
	color: #0080ff!important
}
.f_cc {
	color: #48608e!important
}
.f_cd {
	color: #53c5e7!important
}
.iput_txt, .iput_btn {
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc
}
.iput_grid4 {
	width: 300px
}
.btn_blue {
	background: #09f;
	border-color: #09f;
	color: #fff
}
.fixed_r li {
	width: 10px;
	height: 10px;
	background: #333;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	color: #333;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 60%;
	opacity: .5;
	filter: alpha(opacity=50);
	border-radius: 50px 50px 50px 50px
}
.fixed_r li.on {
	background: transparent;
	border: 2px solid #00a0e9
}
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50;
    width: 100%;
    min-width: 650px;
	height: 80px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#99ffffff', GradientType=0)
}
.header .main {
	width: auto!important;
	max-width: 1260px
}
.content {
	min-width: 1260px
}
.footer {
    width: 100%;
	min-width: 1260px;
	background: #333;
	overflow: hidden
}
.footer a {
	padding: 0 10px;
	color: #666
}
.fter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}
.footer p {
	line-height: 30px;
	color: #999;
	text-align: center
}
.footer p span {
	color: #fff;
	display: inline-block;
	margin: 0 10px
}
.windowmain {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50)
}
.windowinner {
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: -450px;
	z-index: 1001;
	width: 900px;
	max-height: 450px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden
}
.windowinner .title {
	position: relative;
	height: 50px
}
.windowinner .title h5 {
	font-size: 24px;
	color: #0075a9;
	font-weight: normal
}
.windowinner .title span {
	position: absolute;
	top: 7px;
	right: 0;
	width: 15px;
	height: 15px;
	background: url(../images/x.jpg) no-repeat left top;
	cursor: pointer
}
.windowinner .txt {
	max-height: 400px;
	overflow: auto;
	overflow-x: hidden
}
.windowinner .txt img {
	display: block;
	margin: 0 auto
}
.logo {
	width:160px;
	height:80px;
}
.menu li, .menu a {
	display: inline-block;
	line-height: 75px;
*display:block;
*float:left
}
.menu a {
	padding: 0 20px;
	color: #000;
*line-height:85px
}
.menu a:hover, .menu a.current {
	color: #00c74d;
*line-height:95px;
	border-top: 5px solid #00c74d
}
.nav {
	position: fixed;
	top: 50%;
	right: 10px;
	z-index: 3;
	margin-top: -60px
}
.nav i {
	display: block;
	width: 8px;
	height: 8px;
	margin: 10px 0;
	border: 2px solid #eee;
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.2), 0px 1px 0 rgba(0,0,0,.2)
}
.nav i:hover, .nav i.current {
	background: #00a0e9;
	border-color: #00a0e9;
	box-shadow: inset 0 0 0 rgba(0,0,0,.0)
}
.flexslider {
	position: relative;
	margin: 0 auto;
	height: 100%;
	overflow: hidden
}
.slides, .flex-viewport, .join {
	height: 100%
}
.slides li {
	height: 100%;
	position:relative;
}
.slides li div {
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 200px;
	font-size: 80px;
	text-shadow: 0 5px 0 rgba(0,0,0,.3);
	color: #fff;
	opacity: 0
}
.w6_f_left_indent {
    width: 45%;
    padding-right: 5%;
}
.w4_f_right {
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
}

.w4_f_right .aboutinfo p {
    padding: 0px 24px;
}

.ffont{
	position:absolute;
	opacity: 0
}
.sfont1{ top:200px; left:50%; margin-left:-483px;}
.sfont2{ top:200px; left:500px}
.sfont3{ top:200px; right:130px}
.sfont4{ top:150px; left:50%; margin-left:-351px;}

.flex-control-nav {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -120px
}
.flex-control-nav li, .flex-control-nav li a {
	display: block;
	float: left;
	cursor: pointer
}
.flex-control-nav a {
	width: 50px;
	height: 15px;
	margin: 0 5px;
	text-indent: -9999px;
	background: #535353;
	opacity: .5!important;
	filter: alpha(opacity=50)
}
.flex-control-nav .flex-active {
	background: #0080ff;
	border-color: #0080ff;
	opacity: 1!important;
	filter: alpha(opacity=100)
}
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}
.flex-direction-nav {
*height:0
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 70px;
	height: 70px;
	margin: -20px 0 0;
	position: absolute;
	top: 45%;
	z-index: 4;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	border-radius: 70px;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.flex-direction-nav .flex-prev {
	left: -70px;
	background: #333 url(../images/flash-jt.png) no-repeat left top
}
.flex-direction-nav .flex-next {
	right: -70px;
	text-align: right;
	background: #333 url(../images/flash-jt.png) no-repeat left bottom
}
.flexslider:hover .flex-prev {
	opacity: .7;
	left: 80px
}
.flexslider:hover .flex-next {
	opacity: .7;
	right: 80px
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default
}
.about {
	overflow: hidden
}
.aboutimg {
}
.aboutinfo {
    text-align: center;
    float: left;
    width: 25%;
}
.aboutinfo p {
    
}
.gallery {
	opacity:0;
	position: relative;
	bottom: -120%;
	overflow: hidden
}
.gallery li {
	display: block;
	float: left;
	width: 33.3%
}
.gallery li img {
	width: 100%;
	vertical-align: top
}
.gallery li a {
	display: block;
	position: relative
}
.gallery li a i {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	border-radius: 70px;
	background-color: #09f;
	opacity: .8;
	filter: alpha(opacity=80);
	background-image: url(../images/fdj.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer
}
.technology {
	height: 100%;
	background-color: #fff!important
}
.technology, .join {
	background-color: #f8f8f8
}
.technology .main {
	position: relative
}
.more {
	position: absolute;
	top: 100px;
	right: 0;
	display: block;
	height: 56px;
	line-height: 56px;
	background: url(../images/plus.png) no-repeat right center;
	color: #999;
	padding: 0 60px 0 0;
*padding:20px 60px 20px 0
}
.section3 .f_left {
	position: relative;
	left: -120%
}
.section3 .f_right {
	position: relative;
	right: -120%
}
.pasbox div {
	overflow: hidden
}
.pasbox i {
	transition: 1s ease-out;
	display: block;
	float: left;
	width: 95px;
	height: 95px;
	margin: 0 20px;
	background: Transparent url(../images/pasboxi.png) no-repeat left top;
	border: 1px solid #35c87a;
	border-radius: 95px;
	cursor: pointer
}
.pasbox h3, .pasbox p {
	line-height: 22px
}
.pasbox h3 {
	color: #333;
	margin-top: 10px
}
.pasbox p {
    color: #666;
    white-space: nowrap;
}
.pasbox .f_left div {
	text-align: right
}
.pasbox .f_left i {
	float: none;
	float: right!important
}
.cpfwa, .cpfwb, .cpfwc, .cpfwd, .cpfwe, .cpfwf, .cpfwg,.cpfwh {
	margin-bottom: 10px;

}
.cpfwa i {
	background-position: 0 -380px;
	border-color: #eda900
}
.cpfwa:hover i {
	background-color: #eda900;
	background-position: -95px -380px;
	border-color: #eda900
}
.cpfwb i {
	background-position: 0 -475px;
	border-color: #e92662
}
.cpfwb:hover i {
	background-color: #e92662;
	background-position: -95px -475px;
	border-color: #e92662
}
.cpfwc i {
	background-position: -5px -765px;
	border-color: #0570e9
}
.cpfwc:hover i {
	background-color: #0570e9;
	background-position: -100px -765px;
	border-color: #0570e9
}
.cpfwd i {
	background-position: 0 0;
	border-color: #35c87a
}
.cpfwd:hover i {
	background-color: #35c87a;
	background-position: -95px 0;
	border-color: #35c87a
}
.cpfwe i {
	background-position: 0 -95px;
	border-color: #48608e
}
.cpfwe:hover i {
	background-color: #48608e;
	background-position: -95px -95px;
	border-color: #48608e
}
.cpfwf i {
	background-position: 0 -190px;
	border-color: #0080ff
}
.cpfwf:hover i {
	background-color: #0080ff;
	background-position: -95px -190px;
	border-color: #0080ff
}
.cpfwg i {
	background-position: 0 -285px;
	border-color: #53c5e7
}
.cpfwg:hover i {
	background-color: #53c5e7;
	background-position: -95px -285px;
	border-color: #53c5e7
}

.cpfwh i {
	background-position: 0 -665px;
	border-color: #fd6251
}
.cpfwh:hover i {
	background-color: #fd6251;
	background-position: -95px -665px;
	border-color: #fd6251
}

.technology .pasbox .w8 p {
	/* text-indent: 2em; */
	margin-bottom: 10px
}
.technology_ul_txt {
	display: block;
	float: left;
	width: 50%;
	margin: 20px 0
}
.technology_ul_txt i {
	display: block;
	float: left;
	width: 140px;
	height: 140px;
	margin-right: 20px;
	background: #35c87a url(../images/technology-icon.png) no-repeat -5px -5px;
	border-radius: 140px
}
.technology_ul_txt h3 {
	color: #35c87a;
	font-weight: normal;
	font-size: 16px
}
.technology_ul_txt p {
	line-height: 30px
}
.tut_icna i {
	background-color: #0080ff;
	background-position: -5px -155px
}
.tut_icna h3 {
	color: #0080ff
}
.tut_icnb i {
	background-color: #48608e;
	background-position: -5px -305px
}
.tut_icnb h3 {
	color: #48608e
}
.tut_icnc i {
	background-color: #53c5e7;
	background-position: -5px -455px
}
.tut_icnc h3 {
	color: #53c5e7
}
.section4 .one {
	position: relative;
	left: -120%
}
.section4 .two {
	position: relative;
	right: -120%
}
.customers_nav {
	border-bottom: 5px solid #eee;
	height: 30px;
	padding: 0 0 0 255px;
	margin: 0 0 40px 0
}
.customers_nav li {
	display: block;
	float: left;
	min-width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 -5px 0;
	border-bottom: 5px solid #eee;
	color: #ccc;
	cursor: pointer;
	background-size: 100% 100%
}
.customers_nav li:hover, .customers_nav li.current {
	border-bottom-color: #535353;
	color: #666
}
.customers_table {
	width: 100%;
    min-height: 584px;
}
.customer_table_group {
    padding-bottom: 20px;
}
.customers_table h6 {
    color: #000;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
    margin-bottom: 35px;
    margin-top: 35px;
}
.customers_table_txt_ol {
	width: 100%;
	overflow: hidden;
	background: url(../images/btm_hr.jpg) repeat-y left top
}
.customers_table_txt_ol li {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(../images/btm_hr.jpg) repeat-y right top;
	position: relative;
	overflow: hidden
}
.customers_table_txt_ol li img {
    width: 230px;
    height: 124px;
	vertical-align: middle
}
.home .customers_table_txt_ol li img {
    height: 200px;
}
.customers_table_txt_ol li div {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding-top: 30px;
	color: #fff;
	background: rgba(0,0,0,0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000', GradientType=0)
}
.customers_table_txt_ol li div h3 {
	font-size: 20px;
	font-weight: bold
}
.customers_table_txt_ol li:hover div {
	display: block
}
.customers_table_txt_ol li div span {
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: 160px;
	background: #09f;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,.2)
}
.customers_table_txt_more {
	display: block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	border: 2px solid #00c74d;
	font-size: 16px;
	color: #00c74d;
	border-radius: 5px
}
.join .f_left {
	width: 60%
}
.join .join_txt {
	padding-right: 50px
}
.join .join_txt .f_orange {
	font-style: oblique;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0px 1px 0px rgba(255,255,255,.6)
}
.join .f_right {
	width: 40%
}
.join .join_dl dd {
	margin: 20px 0
}
.join .join_dl dd span {
	display: inline-block;
	width: 70px;
	text-align: Justify;
	text-justify: inter-ideograph
}
.join .join_dl dd span small {
	color: #f8f8f8
}
.join .main {
	padding-bottom: 20px;
	position: relative
}
.icon_nav {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 4
}
.icon_nav a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px 0;
	overflow: hidden;
*margin:0 5px;
	border-radius: 5px;
	background: #333 url(../images/icon_nav.png) no-repeat 0 0;
	position: relative
}
.icon_nav a.ico_xx {
	background-position: -40px 0
}
.icon_nav a.ico_qq {
	background-position: -80px 0
}
.icon_nav a.ico_wx {
	background-position: -120px 0
}
.icon_nav a.ico_tp {
	background-position: -160px 0
}
.icon_nav a.ico_dh {
	background-position: -200px 0
}
.icon_nav a em {
	position: absolute;
	left: 0;
	top: -40px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-style: normal;
	color: #fff;
	background: #333;
	border-radius: 5px
}
.weix {
	position: relative;
	text-align: center
}
.weix .icon_sub {
	min-width: 100px;
	line-height: 25px;
	display: none;
	position: absolute;
	right: 45px;
	bottom: 0;
	color: #fff;
	background: #333;
	padding: 10px
}
.weix .icon_sub:before {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 0;
	width: 5px;
	height: 15px;
	background: url(../images/iconli.png) no-repeat right bottom
}
.banner {
	overflow: hidden;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 20px
}
.banner img {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center
}
.banner .main {
	background: #00c74d;
}
.banner .main .w7{
	min-height:275px;
	background:#fff;
}
.banner h2, .banner em {
	color: #fff;
	text-shadow: none
}
.technology_list {
	margin-bottom: 80px
}
.technology_list li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden
}
.technology_list li img {
	display: block;
	float: left;
	margin-right: 20px
}
.technology_list li p {
	line-height: 30px
}
.navtab {
	padding: 20px 0 0 0;
	height: 50px
}
.navtab li {
	display: block;
	float: right;
	padding: 10px 30px;
	margin-left: 10px;
	background: #dddedf;
	color: #a6a7a7;
	cursor: pointer;
	border-radius: 5px
}
.navtab li.current {
	background: #00a0e9;
	color: #fff;
	position: relative
}
.navtab li.current:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	z-index: 1;
	margin-left: -7px;
	width: 15px;
	height: 8px;
	background: url(../images/tabli.png) no-repeat left top
}
.tabbox h2 {
	padding-top: 10px
}
.aboutinner, .technology {
	min-height: 500px;
	padding-bottom: 30px
}
.aboutnav {
	width: 15%;
	border-top: 1px solid #ccc
}
.aboutnav li {
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	color: #323232;
	cursor: pointer
}
.aboutnav li.current {
	background: #eee
}
.abouttxt {
	width: 82%
}
.abouttxt h4 {
	color: #00c74d;
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	font-weight: normal
}
.abouttxt .f_right {
	margin-left: 20px
}
.joininner h6 {
	color: #00c74d;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px
}
.joinnav {
	overflow: hidden;
	clear: both
}
.joinnav a {
	display: block;
	float: left;
	width: 20%;
	text-indent: 1em;
	margin: 10px 0;
	color: #333;
	background: url(../images/join.png) no-repeat -3px 50%
}
.joinnav a:hover {
	color: red
}
.joininner h4 {
	display: block;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #f7f7f7;
	font-size: 20px;
	border-left: 5px solid #00c74d;
	color: #00c74d;
	padding: 5px;
	margin-top: 50px
}
.joininner table {
	border-collapse: collapse
}
.joininner table th, .joininner table td {
	text-align: left;
	border: 1px solid #ccc;
	padding: 8px
}
.xiangce {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 830px;
	height: 800px;
	background: url(../images/xiangce.jpg) no-repeat center center
}
#rotatescroll1 {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	margin-top: 260px;
	position: relative
}
#rotatescroll1 .viewport {
	width: 300px;
	height: 300px;
	position: relative;
	margin: 0 auto;
	overflow: hidden
}
#rotatescroll1 .overview {
	width: 798px;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0
}
#rotatescroll1 .overview li {
	width: 300px;
	height: 300px;
	float: left;
	position: relative
}
#rotatescroll1 .overlay {
	height: 300px;
	width: 300px;
	background: url(../images/bg-rotatescroll.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0
}
#rotatescroll1 .thumb {
	width: 26px;
	height: 26px;
	z-index: 200;
	background: url(../images/bg-thumb.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	cursor: pointer;
	left: 0
}
#rotatescroll1 .dot {
	background: url(../images/bg-dot2.png) no-repeat 0 0;
	display: none;
	height: 12px;
	width: 12px;
	position: absolute;
	left: 155px;
	top: 3px;
	z-index: 100
}
#rotatescroll1 .dot span {
	display: none
}
.pjt {
	 text-indent: 1em;
 	 background: url(../images/dian.jpg) no-repeat 5px 9px;
}
.timl {
	/* text-indent: 4em !important;
	background-position: 45px 9px !important */
}

.map{
display:block;
width:840px;
}
/* .abouttxt p{
	text-indent: 2em;
} */
.abouttxt .no-indent{
	text-indent: 0em;
}
.banner em{
	font-size:16px;
}