/*-- CSS reset --*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-style: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background: white;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333;
	overflow-x:hidden;
}
ol, ul, dl {
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: “”;
}
blockquote, q {
	quotes: “” “”;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover{
	color:#3866dd
}
/**-- CSS 公用样式库 --**/

/*-- 字体字号--*/
.f0{font-size:0;} .f12{font-size:12px;} .f14{font-size:14px;} .f16{font-size:16px;} .f18{font-size:18px;} .fs {font-family:'宋体';}.fw {font-family:'微软雅黑';}

/*-- 外补丁--*/
.mg5{ margin:5px;} .mg10{ margin:10px;} .mg15{ margin:15px;} .mg20{ margin:20px;} .mg25{ margin:25px;} .mg30{ margin:30px;} .mg40{ margin:40px;} .mg50{ margin:50px;}
.mgt1{ margin-top:1px;} .mgt2{ margin-top:2px;} .mgt3{ margin-top:3px;} .mgt4{ margin-top:4px;} .mgt5{ margin-top:5px;} .mgt10{ margin-top:10px;} .mgt15{ margin-top:15px;} .mgt20{ margin-top:20px;} .mgt30{ margin-top:30px;} .mgt40{ margin-top:40px;} .mgt50{ margin-top:50px;}
.mgr1{ margin-right:1px;} .mgr2{ margin-right:2px;} .mgr3{ margin-right:3px;} .mgr4{ margin-right:4px;} .mgr5{ margin-right:5px;} .mgr10{ margin-right:10px;} .mgr15{ margin-right:15px;} .mgr20{ margin-right:20px;} .mgr30{ margin-right:30px;}.mgr40{ margin-right:40px;} .mgr50{ margin-right:50px;}
.mgb1{ margin-bottom:1px;} .mgb2{ margin-bottom:2px;} .mgb3{ margin-bottom:3px;} .mgb4{ margin-bottom:4px;} .mgb5{ margin-bottom:5px;} .mgb10{ margin-bottom:10px;} .mgb15{ margin-bottom:15px;} .mgb20{ margin-bottom:20px;} .mgb30{ margin-bottom:30px;} .mgb40{ margin-bottom:40px;} .mgb50{ margin-bottom:50px;}
.mgl1{ margin-left:1px;} .mgl2{ margin-left:2px;} .mgl3{ margin-left:3px;} .mgl4{ margin-left:4px;} .mgl5{ margin-left:5px;} .mgl10{ margin-left:10px;} .mgl15{ margin-left:15px;} .mgl20{ margin-left:20px;} .mgl30{ margin-left:30px;} .mgl40{ margin-left:40px;} .mgl50{ margin-left:50px;}

/*-- 内补丁--*/
.pd5{padding:5px;} .pd10{padding:10px;} .pd15{padding:15px;} .pd20{padding:20px;} .pd25{padding:25px;} .pd30{padding:30px;} .pd40{padding:40px;} .pd50{padding:50px;}
.pdt1{ padding-top:1px;} .pdt2{ padding-top:2px;} .pdt3{ padding-top:3px;} .pdt4{ padding-top:4px;} .pdt5{ padding-top:5px;} .pdt10{ padding-top:10px;} .pdt15{ padding-top:15px;} .pdt20{ padding-top:20px;} .pdt30{ padding-top:30px;} .pdt40{ padding-top:40px;} .pdt50{ padding-top:50px;}
.pdr1{ padding-right:1px;} .pdr2{ padding-right:2px;} .pdr3{ padding-right:3px;} .pdr4{ padding-right:4px;} .pdr5{ padding-right:5px;} .pdr10{ padding-right:10px;} .pdr15{ padding-right:15px;} .pdr20{ padding-right:20px;} .pdr30{ padding-right:30px;} .pdr40{ padding-right:40px;} .pdr50{ padding-right:50px;}
.pdb1{ padding-bottom:1px;} .pdb2{ padding-bottom:2px;} .pdb3{ padding-bottom:3px;} .pdb4{ padding-bottom:4px;} .pdb5{ padding-bottom:5px;} .pdb10{ padding-bottom:10px;} .pdb15{ padding-bottom:15px;} .pdb20{ padding-bottom:20px;} .pdb30{ padding-bottom:30px;} .pdb40{ padding-bottom:40px;} .pdb50{ padding-bottom:50px;}
.pdl1{ padding-left:1px;} .pdl2{ padding-left:2px;} .pdl3{ padding-left:3px;} .pdl4{ padding-left:4px;} .pdl5{ padding-left:5px;} .pdl10{ padding-left:10px;} .pdl15{ padding-left:15px;} .pdl20{ padding-left:20px;} .pdl30{ padding-left:30px;} .pdl40{ padding-left:40px;} .pdl50{ padding-left:50px;}

/*-- 行间距 --*/
.h20{height:20px;} .h22{height:22px;} .h24{height:24px;} .h26{height:26px;} .h28{height:28px;} .h30{height:30px;}
.lh20{ line-height:20px;} .lh22{ line-height:22px;} .lh24{ line-height:24px;} .lh26{ line-height:26px;} .lh28{ line-height:28px;} .lh30{ line-height:30px;}

/*-- 显示方式 --*/
.auto{margin-left:auto;margin-right:auto;} .b{font-weight:bold;} .n{font-weight:normal;font-style:normal;}
.dn{display:none;} .di{display:inline;} .db{display:block;} .dib{display:inline-block;} .vh{visibility:hidden;} .vv{visibility:visible;}

/*-- 定位布局 --*/
.fl{float:left;} .fr{float:right;} .ovh{overflow:hidden;} .rel{position:relative;} .abs{position:absolute;}
.tc{text-align:center;} .tr{text-align:right;} .tl{text-align:left;} .tdl{text-decoration:underline;}
.vm{vertical-align:middle;} .vb{vertical-align:bottom;} .vt{vertical-align:top;} .vtb{vertical-align:text-bottom;}

/*-- 边框边线 --*/
.bdd{border:1px solid #ddd;}  .bdc {border:1px solid #ccc} .bdbd{border-bottom:1px solid #ddd;}

/*-- 颜色 --*/
.red{color:#F00;} .yellow{color:#FF0} .green{color:#228B22;} .blue{ color:#00BFFF;} .black{color:#000} .white{color:#FFF;} .gray{color:#808080;} .silver{color:#C0C0C0;} .lightgray{color:#D3D3D3;}

/*-- 清除浮动 --*/
.fix{*zoom:1;}.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}

/*-- 半透明 --*/
.opa3{background: rgba(0, 0, 0,0.3);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#4C000000,endColorstr=#4C000000)"; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#4C000000, endColorstr=#4C000000);}
.opa6{background: rgba(0, 0, 0,0.6);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#666666,endColorstr=#666666)"; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#666666, endColorstr=#666666);}


/**-- CSS 网页样式库 --**/
/*top_main*/
.top_main {
	width: 100%;
	height: 42px;
	line-height: 42px;
	position: relative;
	z-index: 80;
	background-color: #f2f2f2;
	color: #333333;
	font-size: 12px;
}
.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 6px;
	margin-right:10px;   
}
.top_main li a {
	color: #333333;
	cursor: pointer;
}
.top_main li a:hover {
	color: #315cc5;
}
.top_l{
	width:1160px;
	margin:0 auto;
}
.top_l a img {
    margin-right:5px;
	vertical-align:middle;  
	height:12px;
}



.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #333;
	vertical-align: middle;
	padding: 0;
}
/*header_main*/
.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.header_main {
	width: 100%;
	height: 120px;
	z-index: 100;
	background: #fff;
}
.header_main .headtop{
	width: 1200px;
    margin: 0 auto;
}
.header_main .logo {
	display: block;
	margin-top: 28px;
}
.header_main .logo img {
	width: 100%;
	height: 100%;
	display: block;
}
.header_main .tel {
	width: 286px;
	padding: 32px 0 0 0;
	line-height: 26px;
	margin-left: 60px;
}
.header_main .tel .p1 {
	font-size: 14px;
	color: #333;
	line-height: 14px;
}
.header_main .tel .p2 {
	margin-top: 6px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	font-family: arial;
}
.header_main .tel s {
	width: 17px;
	height: 44px;
	float: left;
	margin-right: 10px;
	background-position: 0 0;
}
.header_main .search {
	width: 300px;
	height: 40px;
	line-height: 40px;
	margin-top: 38px;
	border: 1px solid #315cc5;
	position: relative;
	float: right;
}

.header_main .search .sbtn {
	width: 81px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: -1px;
	top: 0px;
	background: url(../images/search-btnbg.jpg) no-repeat center center;
	cursor: pointer;
	border: 0 none;
}
.header_main .search .stxt {
	width: 218px;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	border: 0px;
	background: none;
	color: #999;
}
.header-wrap{
	position: relative;
	height:64px;
	background:#3866dd;
}
.header-wrap.active{
	position: relative;
	position:fixed;
	width:100%;
	left:0;
	right:0;
	top:0px;
	height:64px;
	background:#3866dd;
	z-index:10002
}
.header{
	width:1200px;
	height:64px;
	position:relative;
	color:#fff
}
.nav{
	font-size:16px;
}
.nav>ul>li{
	float:left;
	position: relative;
}
.nav>ul>li>a{
	height:64px;
	line-height:64px;
	display:block;
	float:left;
	color:#fff;
	width:133px;
	text-align:center
}
.nav>ul>li.focus>a{
	background:#f2f2f2;
	color: #3866dd;
}
.nav .subnav {
	position: absolute;
	top: 64px;
	left: 0px;
}
.nav .subnav {
	position: absolute;
	left: 0px;
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	height: auto;
	overflow: hidden;
	width: 100%;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav li.cur {
    background-color: #2754c3;
}
.nav .subnav .nav1 {
	position: relative;
	display: block;
	width: 133px;
	height: 45px;
	font-size: 12px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-top: 1px solid #ddd;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.nav .subnav .nav1:hover {
	background: #3866dd;
}
.nav .subnav .nav1 a {
	color: #333;
}
.nav .subnav .nav1:hover a {
	color: #fff;
}
/* banner */
.drop-menu-layer{
	width:100%;
	height:100%;
	position:fixed;
	top:64px;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index:10001;
	display:none
	
}

.banner-5{
	margin-top: 30px;
	text-align:center;
}
.layer-bg{
	width:100%;
	padding:50px 0px 60px;
	position:fixed;
	top:64px;
	left:0;
	right:0;
	background:#fff;
	z-index:10002;
	display:none
}
.drop-menu{
	width:1200px;
	margin:0 auto;
}
.about-menu{
	width:930px;
}
.solution-menu-left{
	width:400px;
}
.solution-menu-right{
	width:542px;
}
.solution-menu-left ul li{
	margin-bottom:26px;
}
.solution-menu-left ul li a{
font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #434343;
}
.solution-menu-left ul li a:hover, .product-menu-left dl dt a:hover, .product-menu-left dl dd a:hover, .about-menu ul li a:hover{
	color: #3866dd
}
.product-menu-left{
	width:210px;
	float:left
}
.product-menu-right{
	width:542px;
	text-align:center
}
.product-menu-left dl{
	line-height:35px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.product-menu-left dl:first-child{
	background:url(../image/dl-line.jpg) 0px bottom no-repeat
}
.product-menu-left dl dt{
	margin-bottom:5px;
}
.product-menu-left dl dt a{
	font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #535353;
}
.product-menu-left dl dd a{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #626262;	
}
.product-menu{
	position:relative;
}
.product-menu-more{
	position:absolute;
	left:415px;
	top:360px;
}
.product-menu-more a{
	padding-left:20px;
	background:url(../image/product-menu-ico.jpg) 0 4px no-repeat;
	font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #3866dd
	
}

.product-menu-left:first-of-type dl:first-child{
	background: none;
}


.about-menu ul li{
	width:260px;
	float:left;
	margin:0px 25px;
	text-align:center;
	font-size: 16px;
  
}
.about-menu ul li a{
	display:block;
	font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
  color: #434343;
}



.language{
	line-height:64px;
	position:absolute;
	right:0;
	top:0;
	z-index:999
}
.language>a{
	display:block;
	padding:0px 20px 0px 50px;
  height: 64px;
  text-align:center;
  line-height:64px;
	color:#fff;
	background:url(../image/ico_language.png) 15px 0px no-repeat
}
.language>a.bgi{
	background:url(../image/ico_language.png) 15px -64px no-repeat #fff;
	color:#454545
}
.language ul{
	display:none;
}
.language ul li a{
	display:block;
	width:118px;
	height:40px;
	text-align:center;
	line-height:40px;
	 font-size: 12px;
  color: #434343;
  background:#fff
}
.language ul li a:hover{
	color:#fff;
	background:#3866dd
}

#soform {
	float: right;
	height: 28px;
	width: 22px;
	overflow: hidden;
	border-radius: 13px;
	position:relative;
	top:18px;
}
#soform span {
	cursor: pointer;
	float: left;
	display: block;
	color:#999c9e;
	position:relative;
	top:4px;
}
#soform.open {
	width: 660px;
	height:44px;
	padding-top:20px;
	position:absolute;
	left:140px;
	top:0px;
	background:#303030
}
#soform.open span{
	top:3px;
}
#soform form {
	width: 660px;
}
#soform form input[type=text] {
	color: #8b8d90;
	outline: none;
	float: left;
	margin-left:20px;
	margin-top:4px;
	background:none;
	border:none;
	width: 560px;
	padding-bottom:5px;
	 font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #626262;
    border-bottom:solid 1px #959595;
}
.serch-close{
	position:relative;
	left:20px;
	top:4px;
}


#topcontrol{
	width:50px;
	height:50px;
	overflow:hidden;
	z-index:10002
}
#topcontrol img{
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
#topcontrol:hover img{
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
}


.serch-reminder{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10001;
}
.serch-bgf{
	padding-bottom:50px;
	background:#fff;
}

.reminder-list{
	width:840px;
	margin:0 auto;
	position:relative;
}
.reminder-list dl dt{
	padding:20px 0px 0px;
}
.reminder-list dl dt a{
	font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  color: #626262;
}
.reminder-list dl dd{
	margin:12px 0px;
}
.reminder-list dl dd a{
	font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #a6a6a6;
}
.reminder-list dl dd a span{
	 color: #3866dd
}
a.view-all{
	position:absolute;
	bottom:0px;
	right:120px;
	 font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #3866dd
}
.result-more{
	display:none;
}
    .qq {
      position: fixed;
      bottom: 120px;
      right: 0px;
      z-index: 9999;
      width: 50px;
    }

    .qq img.img {
      width: 50px;
      height: 50px;
      opacity: 1;
      border: 0;
    }

    .tel-img {
      position: absolute;background: #3866dd; width:200px;height:50px;left: -210px;top:0px;font-size:22px;line-height:50px;color:#fff;text-align:center;display: none;
    }

    .qq img.erweima {
      position: absolute;
      left: -160px;
      top: 107px;
      width: 150px;
      height: 150px;
      display: none
    }
.footer {
	width: 100%;
	color: #fff;
	padding: 0 0 18px;
	background: #222222;
}
.footer .links {
	padding: 25px 0;
	margin-bottom: 40px;
	font-size: 14px;
	border-bottom: 1px solid #333333;
}
.footer .links span {
	color: #ccc;
	display: inline-block;
	padding-right:5px;
}
.footer .links a {
	display: inline-block;
	font-size: 14px;
	color: #727272;
	padding-right: 15px;
}
.footer .links a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer .contacttel {
	width: 450px;
}
.footer .contacttel .ewm {
	width: 134px;
	height: 134px;
	background: #ddd;
	border: 3px solid #999;
}
.footer .contacttel .ewm img {
	display: block;
	width: 134px;
	height: 134px;
}
.footer .contacttel .contact_info {
	margin-left: 16px;
}
.footer .contacttel .contact_info p {
	font-size: 14px;
	color: #ccc;
	line-height: 14px;
}
.footer .contacttel .contact_info .tel {
	margin-top: 16px;
	margin-bottom: 12px;
	font: normal 34px "arial";
	color: #fff;
	line-height: 28px;
}
.footer .contacttel .contact_info .p2 {
	margin-bottom: 14px;
}
.footer .contacttel .contact_info .line {
	width: 30px;
	height: 2px;
	margin-top: 14px;
	margin-bottom: 20px;
	background: #999;
}
.footer .bNav {
	width: 620px;
	margin-left: 100px;
	margin-top: 0px;
	height: 260px;
}
.footer .bNav dl {
	width: 130px;
	height: 160px;
	margin-top: 6px;
	padding-left:25px;
	line-height: 18px;
	float: left;
	background: url("../images/footer-split.jpg") no-repeat left top;
}

.footer .bNav dl dt {
	color: #333;
	font-size: 16px;
	text-align: left;
	margin-bottom: 16px;
}
.footer .bNav dl dt a {
	display: block;
	color: #fff;
}
.footer .bNav dl dt a:hover {
	display: block;
	color: #ccc;
}
.footer .bNav dl dd {
	line-height: 26px;
	text-align: left;
}
.footer .bNav dl dd:first-child {
	margin-top: 30px!important;
}
.footer .bNav dl dd a {
	display: block;
	color: #ccc;
	font-size: 12px;
}
.footer .bNav dl dd a:hover {
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/*copyright*/
.copyright {
	height: 57px;
	line-height: 57px;
	color: #999999;
	font-size: 12px;
	background: #111111;
	border-top: 1px solid #11111;
}
.copyright span {
	margin: 0 12px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.copyright a {
	color: #999999;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.copyright a:hover {
	color: #fff;
}
.footkd{
	width: 1200px;
    margin: 0 auto;
}


/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto;
}
#banner_main .banner {
	height: 600px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 600px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none;
}
.banner li:first-child {
	display: block;
}
.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 42px;
	z-index: 9911111113;
}
#banner .tip span {
	width: 16px;
	height: 16px;
	margin: 0 6px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background-position: -260px 0px;
}
#banner .tip span.cur {
	background-position: -240px 0px;
}
/*banner end*/