@charset "utf-8";



/** 清除内外边距 **/



body,

h1,

h2,

h3,

h4,

h5,

h6,

hr,

p,

blockquote,



/* structural elements 结构元素 */



dl,

dt,

dd,

ul,

ol,

li,



/* list elements 列表元素 */



pre,



/* text formatting elements 文本格式元素 */



form,

fieldset,

legend,

button,

input,

textarea,



/* form elements 表单元素 */



th,

td

/* table elements 表格元素 */



{

	margin: 0;

	padding: 0;

}





/** 设置默认字体 **/



body,

button,

input,

select,

textarea

/* for ie */



{

	font-size: 16px;

	font-family: "微软雅黑" arial;

	-ms-font-feature-settings: normal;

	margin-right: 0px;

	margin-left: 0px;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	font-size: 100%;

}



address,

cite,

dfn,

em,

var {

	font-style: normal;

}





/* 将斜体扶正 */



code,

kbd,

pre,

samp {

	font-family: courier new, courier, monospace;

}









/* 统一等宽字体 */



small {

	font-size: 12px;

}

body {

	min-width: 1200px;

}





/* 小于 12px 的中文很难阅读，让 small 正常化 */





/** 重置列表元素 **/



li {

	list-style: none;

}









/** 重置文本格式元素 **/



a {

	text-decoration: none;

	color: #000000;

	font-family: "微软雅黑";

	font-size: 14px;

}



sup {

	vertical-align: text-top;

}





/* 重置，减少对行高的影响 */



sub {

	vertical-align: text-bottom;

}





/** 重置表单元素 **/



legend {

	color: #000;

}





/* for ie6 */



fieldset,

img {

	border: 0;

}





/* img 搭车：让链接里的 img 无边框 */



button,

input,

select,

textarea {

	font-size: 100%;

}





/* 使得表单元素在 ie 下能继承字体大小 */





/* 注：optgroup 无法扶正 */





/** 重置表格元素 **/



table {

	border-collapse: collapse;

	border-spacing: 0;

}



.clear {

	clear: both; 

}



header {

	height: 115px;

	width: 100%;

	background-position: center top;

	margin: 0 auto;

	background-image: url(../images/header_bg.png);

	background-repeat: repeat-x;

}



.header_content {

	width: 1200px;

	margin: 0 auto;

}



.logo {

	float: left;

}



.logo img {

	margin-top: 20px;

}



.tel {

	float: right;

	width: 235px;

	height: 111px;

	background: url(../images/tel.png) no-repeat;

}

.daohang{

	background-color: #065099;

	width: 100%;

	height: 45px;

	float: left;

}





.nav {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.nav ul ul {
	display: none;
}

.nav ul li:hover> ul {
	display: block;
}

.nav ul {
	padding: 0 15px;
	border-radius: 10px;
	list-style: none;
	position: relative;
	display: inline-table;
	z-index: 10000;
}

.nav ul:after {
	content: "";
	clear: both;
	display: block;
}

.nav ul li {
	float: left;
}
.nav ul li.active,
.nav ul li:hover {
	background: #1da838;
	background: linear-gradient(top, #1da838 0%, #1da838 40%);
	background: -moz-linear-gradient(top, #1da838 0%, #1da838 40%);
	background: -webkit-linear-gradient(top, #1da838 0%, #1da838 40%);
}
.nav ul li.active a,
.nav ul li:hover a {
	color: #fff;
}

.nav ul li a {
	display: block;
	padding: 12px 25px;
	color: #FFF;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 16px
}

.nav ul ul {
	background: #1da838;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
}

.nav ul ul li {
	float: none;
	border-top: 1px solid #1da838;
	position: relative;
}

.nav ul ul li a {
	padding: 10px 10px;
	color: #fff;min-width:110px;
}

.nav ul ul li a:hover {
	background: #ccc;
	color: #000;min-width:110px;
}

.nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}



.content-1 {

	width: 1200px;

	margin: 0 auto;

}



.flexslider {

	margin: 0px auto;

	position: relative;

	width: 100%;

	height: 615px;

	overflow: hidden;

	zoom: 1;

}



.flexslider .slides li {

	width: 100%;

	height: 100%;

}



.flex-direction-nav a {

	width: 70px;

	height: 70px;

	line-height: 99em;

	overflow: hidden;

	margin: -35px 0 0;

	display: block;

	background: url(../images/ad_ctr.png) no-repeat;

	position: absolute;

	top: 50%;

	z-index: 10;

	cursor: pointer;

	opacity: 0;

	filter: alpha(opacity=0);

	-webkit-transition: all .3s ease;

	border-radius: 35px;

}



.flex-direction-nav .flex-next {

	background-position: 0 -70px;

	right: 0;

}



.flex-direction-nav .flex-prev {

	left: 0;

}



.flexslider:hover .flex-next {

	opacity: 0.8;

	filter: alpha(opacity=25);

}



.flexslider:hover .flex-prev {

	opacity: 0.8;

	filter: alpha(opacity=25);

}



.flexslider:hover .flex-next:hover,

.flexslider:hover .flex-prev:hover {

	opacity: 1;

	filter: alpha(opacity=50);

}



.flex-control-nav {

	width: 100%;

	position: absolute;

	bottom: 10px;

	text-align: center;

}



.flex-control-nav li {

	margin: 0 2px;

	display: inline-block;

	zoom: 1;

	*display: inline;

}



.flex-control-paging li a {

	background: url(../images/dot.png) no-repeat 0 -16px;

	display: block;

	height: 16px;

	overflow: hidden;

	text-indent: -99em;

	width: 16px;

	cursor: pointer;

}



.flex-control-paging li a.flex-active,

.flex-control-paging li.active a {

	background-position: 0 0;

}



.flexslider .slides a img {

	width: 100%;

	height: 615px;

	display: block;

}



.about_us {

	width: 100%;

	height: 580px;

	margin: 0 auto;

	background: url(../images/about_bg.png) no-repeat center;

}



.about_title a {

	display: block;

	width: 1200px;

	height: 75px;

	margin: 0 auto;

	padding-top: 33px;

}



.about_text {

	width: 1200px;

	margin: 50px auto 0px auto;

}



canvas {

	position: absolute;

	backface-visibility: hidden;

	-webkit-backface-visibility: hidden;

	-moz-backface-visibility: hidden;

	-ms-backface-visibility: hidden;

}



img {

	-webkit-transition: opacity .3s;

	transition: opacity .3s;

}

#container {

	position: relative;

	width: 517px;

	height: 386px;

	margin: 0 auto;

	overflow: hidden;

	float: left;

	background: url(../images/banner-2.png) no-repeat center;

}



.about_content {

	float: right;

	width: 630px;

}



.about_content p {

	text-indent: 2em;

	font: 14px/40px "微软雅黑";

}

.about_line_left{

	background: url(../images/about_line_left.png) no-repeat center;

	width: 496px;

	height: 6px;

	float: left;

	margin-top: 28px;

}

.about_title span {

	display: block;

	float: left;

	font: 40px "微软雅黑";

	margin-left: 26px;

	font-weight: bold;

	color:#065099;

}

.about_line_right{

	background: url(../images/about_line_right.png) no-repeat center;

	width: 496px;

	height: 6px;

	float: right;

	margin-top: 28px;  

	}

.about_mintitle{

	text-align: center;

	color: #065099;

	font:18px/46px "微软雅黑";

	-webkit-font-smoothing: antialiased;

}	

.the_solution {

	width: 100%;

	height: 796px;

	background: url(../images/solution_bg.png) no-repeat center;

	margin: 0 auto; overflow:hidden

}



.solution_title {

	width: 438px;

	margin: 0 auto;

	padding-top: 55px;

	text-align: center;

}

.solution_title p{

	font:40px "微软雅黑";

	color: #FFFFFF;

	margin: 0 auto;

}

.souletion_title_left{

	width: 100px;

	height: 4px;

	background: #FFFFFF;

	float: left;

	margin-top: 20px;

}

.solution_title span{

	text-align: center;

	font: 16px/30px "微软雅黑";

	color: #FFFFFF;

	letter-spacing: 5px;

	float: left;

	margin: 6px 0px 0px 25px;

}

.souletion_title_right{

	width: 100px;

	height: 4px;

	background: #FFFFFF;

	float: right;

	margin-top: 20px;

}

#slider {

	width: 1200px;

	margin: 30px auto 0px auto;

	position: relative;

}



.scroll {

	width: 1200px;

	overflow: auto;

	overflow-x: hidden;

	position: relative;

	clear: left;

}



.scrollContainer div.panel {

	width: 1120px;

	overflow-x: hidden;

	height: 370px;

	overflow-y: hidden; padding:0 40px;margin-top: 20px;

}



#shade {

	background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;

	height: 50px;

}



.t {

	margin: 0 auto;

	width: 1080px;

}



ul.navigation {

	list-style: none;

	margin: 0 auto;

	padding: 0;

	padding-bottom: 9px;

	width: 1080px;

}



ul.navigation li {

	margin: 0px 5px;

	width: 170px;

	float: left;

}



ul.navigation a {

	padding: 0px;

	color: #000;

	text-decoration: none;

	width: 160px;

	display: block;

	height: 30px;

	line-height: 30px;

	margin: 0 auto;

	text-align: center;

	background: #FFFFFF;

	font: 17px "微软雅黑";

}



ul.navigation a.selected {

	background: #f7b542;

	color: #FFFFFF;

}



ul.navigation a:focus {

	outline: none;

}



.scrollButtons {

	position: absolute;

	top: 223px;

	cursor: pointer;

}



.scrollButtons.left {

	left: 0px;

}



.scrollButtons.right {

	right: 0px;

}



.hide {

	display: none;

}



.scroll_box {

	width: 369px;

	height: 374px;

	background: #535252;display:block;

	

}



.scroll_box a {

	color: #FFFFFF;

}



.scroll_box span {

	display: block;

	margin-top: 15px;

	font: 18px "微软雅黑";

	font-weight: 500;

	margin-left: 5px;

}



.scroll_box .line {

	width: 246px;

	height: 2px;

	background: #FFFFFF;

	margin: 10px 0px 10px 5px;

}



.scroll_box p {

	width: 100%;

	height: 68px;

	white-space: pre-wrap;

	text-indent: 2em;

	font: 14px/24px "微软雅黑";

	margin-left: 5px;

	table-layout: fixed;

	word-break: break-all;

	overflow: hidden;

}



.scroll_icon {

	float: right;

	margin: 20px 10px 0px 0px;

}



.panel ul li {

	float: left;

	margin-left: 10px;

}



.menu0 {

	width: 1200px;

	margin: 25px auto;

}



.menu0 a {

	display: block;

	width: 122px;

	height: 40px;

	background-color: #1EA838;

	border: 1px solid #969294;

	margin: 0 auto;

	text-align: center;

	font: 24px/40px arial;

	color: #FFFFFF;

}



.advantage_title {

	width: 1200px;

	margin: 0 auto;

}



.advantage_title a {

	display: block;

	width: 706px;

	height: 161px;

	margin: 0 auto;

}



.advantage_content {

	width: 1200px;

	height: 785px;

	margin: 40px auto 0px auto;

}



.advantage_bg1 {

	background: url(../images/advantage_bg1.png) no-repeat center;

	width: 1200px;

	height: 380px;

	position: relative;

}



.advantage_bg2 {

	background: url(../images/advantage_bg2.png) no-repeat center;

	width: 1200px;

	height: 405px;

	position: relative;

}



.advantage_text1 {

	position: absolute;

	left: 770px;

	top: 48px;

}



.advantage_text1 span {

	font: 30px/44px "微软雅黑";

}



.advantage_text1 span b {

	font-weight: normal;

	color: #F00;

}



.advantage_text1 p {

	width: 27em;

	margin-top: 20px;

	text-indent: 2em;

	font: 16px/24px "微软雅黑";

	color: #686767;

}



.advantage_text2 {

	position: absolute;

	left: 770px;

	top: 213px;

}



.advantage_text2 span {

	font: 30px/44px "微软雅黑";

}



.advantage_text2 span b {

	font-weight: normal;

	color: #F00;

}



.advantage_text2 p {

	width: 27em;

	margin-top: 20px;

	text-indent: 2em;

	font: 16px/24px "微软雅黑";

	color: #686767;

}



.advantage_text3 {

	position: absolute;

	left: 112px;

	top: 62px;

}



.advantage_text3 span {

	font: 30px/44px "微软雅黑";

}



.advantage_text3 span b {

	font-weight: normal;

	color: #F00;

}



.advantage_text3 p {

	width: 27em;

	margin-top: 20px;

	text-indent: 2em;

	font: 16px/24px "微软雅黑";

	color: #686767;

}



.advantage_text4 {

	position: absolute;

	left: 112px;

	top: 228px;

}



.advantage_text4 span {

	font: 30px/44px "微软雅黑";

}



.advantage_text4 span b {

	font-weight: normal;

	color: #F00;

}



.advantage_text4 p {

	width: 27em;

	margin-top: 20px;

	text-indent: 2em;

	font: 16px/24px "微软雅黑";

	color: #686767;

}



.adm {

	width: 100%;

	height: 159px;

	background: url(../images/adm.png) no-repeat center;

}



.other {

	background: url(../images/other_bg.png) no-repeat center;

	width: 100%;

	height: 669px; overflow:hidden

}



.other_content {

	width: 1200px;

	height: 536px;

	background: url(../images/111.png) no-repeat center 66px;

	margin: 0 auto;

	padding-top: 110px;

}



.tabs {

	width: 720px;

	float: none;

	list-style: none;

	position: relative;

	text-align: left;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}



.tabs a:hover {

	color: #065099

}



.tabs li {

	float: left;

	display: block;

}



.tabs input[type="radio"] {

	position: absolute;

	left: -9999px;

}



.tabs label {

	display: block;

	padding: 14px 21px;

	border-radius: 2px 2px 0 0;

	font-size: 20px;

	font-weight: normal;

	text-transform: uppercase;

	cursor: pointer;

	position: relative;

	top: 4px;

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-o-transition: all 0.2s ease-in-out;

	transition: all 0.2s ease-in-out;

	font-family: "微软雅黑";

}



.tabs .tab-content {

	z-index: 2;

	display: none;

	overflow: hidden;

	width: 100%;

	font-size: 17px;

	line-height: 25px;

	padding-top: 35px;

	position: absolute;

	top: 53px;

	left: 0;

}



.tabs [id^="tab"]:checked+ label {

	background: #065099;

	color: #FFFFFF;

	font-family: "微软雅黑";

}



.tabs [id^="tab"]:checked~ [id^="tab-content"] {

	display: block;

}

.new{

	float: left;

	padding-left: 25px;

}

.new_img {

	float: left;

}



.new_img_text {

	float: left;

	margin-left: 36px;

}



.new_img_text h2 {

	font-family: "微软雅黑";

	font-size: 16px;

	color: #000000;

	font-weight: normal;

}



.new_img_text1 {

	margin-top: 16px;

}



.new_img_text p {

	font:14px/26px "微软雅黑";

	text-indent: 2em;

	width: 32em;

	color: #5d5b5b;

}



.news_content {

	clear: both;

	padding-top: 30px; width:725px; float:left

}



.news_content li {

	line-height: 36px;

	height: 36px;

	overflow: hidden;

	width: 725px;	

}

.news_content li a{

	font-size: 16px;

	color: #5d5b5b; 

}

.news_content p {

	display: inline-block;

	width: 610px;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;padding-left:15px; float:left;background: url(../images/news_icon.png) no-repeat left center;

}



.news_content span {

	float: right;

	display: block;

	line-height: 36px;width:85px; text-align:right; padding-right:15px;

}



.case{

	width: 388px;

	height: 464px;

	border: 1px solid #CCCCCC;

	float: right;

	margin-right: 30px;

}

.case_title{

	width: 388px;

	height: 51px;

	background: #065099;

}

.case_title_left{

	float: left;

	font: 20px/51px "微软雅黑";

	color: #fff;

	margin-left: 10px;

	

}

.case_title_right{

	float: right;

	font: 16px/51px arial;

	color: #FFFFFF;

	margin: 5px 10px auto auto;

}

.case_bg{

	background: url(../images/case_bg.png) no-repeat center;

	width: 388px;

	height: 169px;

}

.case_content{

	margin-left: 10px;

	margin-top: 5px;

}

.case_content a:hover{

	color: #065099;

}

.case_content li{

	line-height: 32px;

    height: 32px;

    overflow: hidden;

    background: url(../images/news_icon.png) no-repeat left center;

    padding-left: 15px;

    width: 705px;	

}

.case_content li p{

	font:16px/32px "微软雅黑";

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

	margin-left: 5px;

	width: 21em;

	color: #322f2f;

}

.partner{

	width: 1200px;

	margin: 0 auto;

}

.partner_title{

	width: 1200px;

	margin:35px auto 0px;

	text-align: center;

}

.partner_title a{

	display: block;

	font:40px "微软雅黑";

	font-weight:bold;

	font-style: normal;

	color:#065099;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	-ms-font-feature-settings: normal;

	-moz-font-feature-settings: normal;

}

.partner_content{

	margin-top: 50px;

}

.partner_content ul li{

	float: left;

	margin-left: 13px;

	line-height: 70px;

	margin-bottom: 10px;

}



.footer_title{

	width: 100%;

	height: 46px;

	line-height: 46px;

	background-image: url(../images/footer_title.png);

	background-repeat: no-repeat;

	background-position: center center;

	margin-right: auto;

	margin-left: auto;

}

.footer_title ul{

	width: 1200px;

	text-align: center;

	line-height: 46px;

	height: 46px;

	margin-right: auto;

	margin-left: auto;

}

.footer_title ul li{

	float: left;

	line-height: 46px;

	height: 46px;

	text-align: center;

	width: 133px;

	margin-top: 0px;

}

.footer_title ul li a{

	font-family: "微软雅黑";

	font-size: 16px;

	line-height: 46px;

	height: 46px;

}

.footer_title ul li a:hover{

	color: #04504D;

}

.footer_content{

	background: url(../images/footer_bg.png);

	width: 100%;

	height: 340px;

	margin: 0 auto;

}

.footer_text{

	width: 1200px;

	margin: 0 auto;

}

.footer_text p{

	font: 16px/40px "微软雅黑";

	color: #fff;

	float: left;

	margin-top:50px ;

}

.footer_tel{

	background: url(../images/footer_tel.png) no-repeat center;

	width: 455px;

	height: 155px;

	float: right;

	margin-top: 48px;

}

.zwnr {

	width: 1200px;

	margin-top: 15px;

	margin-right: auto;

	margin-bottom: 15px;

	margin-left: auto; padding:0px;overflow:hidden;

}

.zwnr .rzxq {

	float: left;

	width: 279px;padding-right: 25px;overflow:hidden;

}

.zwnr .rzxq h3 {

	color: #fff;

	text-align: center;

	width: 279px;

	font-size: 16px;

	height: 40px;

	line-height: 40px;

	background-color: #065099;

}

.zwnr .rzxq .nr {

	padding: 15px;

	width: 247px;

	border: 1px solid #ccc; background-color:#fff; font-size:14px; line-height:25px;

}

.zwnr .rzxq .nr ul li {

	background: url(../images/17171542.gif) no-repeat 5px center;

	line-height: 40px;

	height: 40px;

	width: 224px;

	overflow: hidden;

	padding-left:23px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #ccc;

}

.zwnr .rzxq .nr a {

	font-size: 14px;

	color: #000;

	text-decoration: none;

}

.zwnr .rzxq .nr a:hover {

	font-size: 14px;

	color: #DB2525;

	text-decoration: underline;

}

.zwnr .rzxq .nr a.xz {

	font-size: 14px;

	color: #DB2525;

	text-decoration: none;

}

.zwnr .xw {

	float: left;

	width: 896px;

	margin: 0px auto;

	padding: 0px;

	overflow: hidden;overflow:hidden;

}

.zwnr .xw .xwdt {

	width: 896px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

	float: left;

}

.title{

	text-align: center;

}

.zwnr .xw .xwdt h3 {

	float: left;

	width: 276px;color:#065099; border-bottom:solid 2px #065099;line-height:33px; height:33px; font-size:18px; padding-top:5px; text-align:left;}

.zwnr .xw .xwdt p {

	text-align: right;

	float: right;

	width: 620px;color:#000;border-bottom: 1px solid #ccc;line-height:34px; height:34px;padding-top:5px; font-size:14px

}

.zwnr .xw .xwdt p a {

	font-size: 14px;

	color: #000;

	text-decoration: none;

}

.zwnr .xw .xwdt p a:hover {font-size: 14px;color:#000;text-decoration: none;}

.zwnr .xw .xwxq {

	width: 896px;

	padding-top: 15px;

	float: left; line-height:25px; font-size:14px; color:#000

}

.zwnr .xw .xwxq a {font-size: 14px;color: #000;text-decoration: none;}

.zwnr .xw .xwxq a:hover {font-size: 14px;color:#000;text-decoration: none;}

.zwnr .xw .xwxq img {max-width: 896px;}

.zwnr .xw .xwxq p{marign-bottom:10px;}

/**/



/**/

.digg4{ padding:2px; margin:2px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; }

.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}

.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

/*浮动客服*/

#floatDivBoxs{width:200px;background:#fff;position:fixed;top:180px;right:0;z-index:999;}

#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#DC2C2A;color:#fff;font-size:18px;text-indent:22px;position:relative;}

#floatDivBoxs .floatDqq{padding:0 14px;}

#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}

#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}

#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}

#floatDivBoxs .floatDtel img{display:block;}

#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) repeat-x;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}

.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}

/*#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:180px;right:200px;z-index:999;}*/

#rightArrow a{display:block;height:45px;}
#cpzs1{width:927px;_width:712px; margin-top:15px; padding-left:15px;}
#cpzs1 .product{width:222px; height:235px; float:left; text-align:center;}
       #cpzs1 .product a{width:212px; height:185px; float:left; text-align:center;}
            #cpzs1 .product img{width:202px; height:175px;background:#FFFFFF; padding:4px; border:1px #cccccc solid; display:block;}
            #cpzs1 .product a:hover img{  padding:4px; border:1px #3d8b13 solid; background:#FFFFFF;}
            #cpzs1 .product a span{width:212px;height:40px; font-size:14px; line-height:20px; text-align:center;}

