﻿@charset "utf-8";
/* CSS Document */


/*search*/
.search {
	overflow: hidden;
	width: 100%;
	height: 32px;
	padding: 12px 0;
	background-color: #d3d3d3;
}
.search p {
	float: left;
	line-height: 32px;
	font-size: 13px;
	color: #333;
}
.search p a {
	color: #333;
	margin-right: 10px;
}
.search .sbox {
	overflow: hidden;
	height: 32px;
	background: url(../img/search.png) no-repeat center top;
	width: 289px;
	float: right;
}
.search input {
	overflow: hidden;
	padding: 0 10px;
	width: 210px;
	height: 32px;
	border: none;
	background: none;
	outline: none;
	float: left;
	font-size: 13px;
	color: #333;
	line-height: 32px;
}
.search span {
	display: block;
	width: 59px;
	height: 32px;
	cursor: pointer;
	float: right
}
/*title*/
.title {
	overflow: hidden;
	width: 100%;
}
.title h2 {
	text-align: center;
	font-size: 24px;
	color: #005aa1;
	background: url(../img/title_bg.png) no-repeat center;
	margin-bottom: 5px;
}
.title h2 a {
	color: #005aa1;
}
.title p {
	font-size: 12px;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}
/*hezuo*/
.hezuo {
	overflow: hidden;
	width: 100%;
	padding-top: 0px;
	background-color: #f9f9f9;
	padding-bottom: 0px;
}
.hezuo .hebox {
	overflow: hidden;
	width: 1100px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
}
.hezuo .hebox i {
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
	position: absolute;
	top: 30px;
}
.hezuo .hebox .btn01 {
	background: url(../img/hezuo__btn01.png) no-repeat center top;
	left: 0
}
.hezuo .hebox .btn02 {
	right: 0
}
.hezuo .hebox i:hover {
	background-position: bottom
}
.hezuo .heWin {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	height: 140px;
	position: relative;
}
.hezuo .heWin ul {
	overflow: hidden;
	position: absolute
}
.hezuo .heWin li {
	float: left;
	width: 190px;
	height: 140px;
	margin-right: 12px;
}
.hezuo .heWin li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
}
.hezuo .heWin li a {
	display: block;
	text-decoration: none
}
.hezuo .heWin li img {
	display: block;
	margin-bottom: 10px;
}
/*pro*/
.pro {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}
.pro .leftpro {
	overflow: hidden;
	float: left;
	width: 230px;
}
.pro .leftpro h3 {
	background: url(../img/pro01.png) no-repeat center;
	width: 100%;
	height: 105px;
}
.pro .leftpro h3 b {
	font-size: 28px;
	color: #fff;
	font-family: Impact;
	display: block;
	padding-left: 25px;
	padding-top: 30px;
	font-weight: normal
}
.pro .leftpro h3 em {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 25px;
}
.pro .leftpro .menu {
	overflow: hidden;
	width: 226px;
	border: 2px solid #005aa1;
	border-top: none;
	border-bottom: none;
	padding-top: 15px;
*padding-bottom:20px;
	height: 573px;
}
.pro .leftpro .menu li {
	overflow: hidden;
	width: 204px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.pro .leftpro .menu li >a {
	display: block;
	width: 190x;
	height: 35px;
	background: url(../img/pro02-1.png) no-repeat 170px center;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: #005aa1;
	border-radius: 5px;
	padding-left: 14px;
}
.pro .leftpro .menu li.cur>a {
	background: url(../img/pro02.png) no-repeat 170px center;
	background-color: #005aa1;
}
.pro .leftpro .menu .nmenu {
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	display: none;
	max-height: 200px;
}
.pro .leftpro .menu .nmenu a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding-left: 15px;
}
.pro .leftpro .menu .nmenu a:hover {
	color: #f07f1b;
	text-decoration: none
}
.pro .leftpro .phone {
	overflow: hidden;
	padding: 25px 0;
	padding-left: 65px;
	width: 165px;
	background-color: #363636;
}
.pro .leftpro .phone p {
	font-size: 13px;
	color: #fff;
}
.pro .leftpro .phone em {
	display: block;
	font-size: 20px;
	color: #fff;
}
.pro .rightpro {
	overflow: hidden;
	width: 740px;
	float: right;
}
.pro .rightpro .list {
	overflow: hidden;
	width: 110%;
}
.pro .rightpro li {
	overflow: hidden;
	float: left;
	width: 230px;
	height: 245px;
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: #eee;
}
.pro .rightpro li img {
	display: block;
	margin-bottom: 15px;
}
.pro .rightpro li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pro .rightpro li a {
	display: block;
	text-decoration: none
}
.pro .rightpro li:hover {
	background-color: #f07f1b;
}
.pro .rightpro li:hover span {
	color: #fff;
}
/*baozhang*/
.baozhang {
	overflow: hidden;
	width: 100%;
	height: 883px;
	background: url(../img/baozhang_bg.jpg) no-repeat center top;
	margin-bottom: 55px;
}
.baozhang h2 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
	background: url(../img/title_bg02.png) no-repeat center bottom;
	margin-top: 60px;
	margin-bottom: 40px;
}
.baozhang .bzBox {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	height: 685px;
	position: relative
}
.baozhang .bzBox img {
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	margin-top: 231px
}
.baozhang .bzBox .wen {
	overflow: hidden;
	width: 190px;
	position: absolute;
	display: none
}
.baozhang .bzBox h3 {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.baozhang .bzBox p {
	font-size: 13px;
	color: #c6e6ff;
	line-height: 25px;
}
.baozhang .wen01 {
	padding-top: 133px;
	padding-right: 180px;
	background: url(../img/baozhang01.png) no-repeat right top;
	left: 0;
	top: 20px;
}
.baozhang .wen02 {
	padding-left: 175px;
	padding-top: 133px;
	right: 0;
	top: 20px;
}
.baozhang .wen03 {
	padding-right: 170px;
	padding-top: 155px;
	background: url(../img/baozhang03.png) no-repeat right top;
	left: 0;
	top: 310px;
}
.baozhang .wen04 {
	padding-left: 175px;
	padding-top: 155px;
	background: url(../img/baozhang04.png) no-repeat left top;
	right: 0;
	top: 310px;
}
.baozhang .wen05 {
	padding-left: 135px;
	padding-top: 115px;
	background: url(../img/baozhang05.png) no-repeat left top;
	left: 338px;
	bottom: 0
}
/*case*/
.case {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.case .casebox {
	overflow: hidden;
	width: 100%;
	height: 321px;
	margin-top: 40px;
	position: relative;
}
.case .casebox i {
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
	position: absolute;
	top: 115px;
}
.case .casebox .btn01 {
	background: url(../img/hezuo__btn01.png) no-repeat center top;
	left: 0
}
.case .casebox .btn02 {
	right: 0
}
.case .casebox i:hover {
	background-position: bottom
}
.case .casewin {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	height: 326px;
	position: relative;
}
.case .casewin ul {
	overflow: hidden;
	position: absolute
}
.case .casewin li {
	float: left;
	width: 311px;
	margin-right: 33px;
	height: 330px;
	background-color: #eee;
}
.case .casewin li a {
	display: block;
	text-decoration: none;
}
.case .casewin li img {
	display: block;
	margin-bottom: 12px;
}
.case .casewin li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.case .casewin li:hover {
	background-color: #f07f1b;
}
.case .casewin li:hover span {
	color: #fff;
}
/*流程*/
.liucheng {
	overflow: hidden;
	width: 100%;
	padding-top: 55px;
	padding-bottom: 65px;
	background-color: #f9f9f9;
}
.liucheng img {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}
/*youshi*/
.youshi {
	overflow: hidden;
	width: 100%;
}
.youshi .ttitle {
	overflow: hidden;
	padding: 55px 0;
	background-color: #005aa1;
}
.youshi .ttitle h2 {
	text-align: center
}
.youshi .ttitle em {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.youshi .yslist {
	overflow: hidden;
	width: 100%;
	height: 291px;
}
.youshi .yslist .wen {
	overflow: hidden;
	width: 407px;
	color: #333
}
.youshi .yslist h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 30px;
}
.youshi .yslist p {
	padding-left: 14px;
	background: url(../img/youshi_s02.png) no-repeat left 8px;
	font-size: 13px;
	line-height: 25px;
}
.youshi .yslist .wen.wen01 p {
	background: url(../img/youshi_s01.png) no-repeat left 8px;
}
.youshi .phone {
	overflow: hidden;
	padding-left: 55px;
	background: url(../img/phone.png) no-repeat left center;
	margin-top: 20px;
}
.youshi .phone span {
	display: block;
	font-size: 13px;
	color: #333;
}
.youshi .phone em {
	display: block;
	font-size: 22px;
	color: #ff6600;
}
.youshi .youshi01 {
	background: url(../img/youshi_01.jpg) no-repeat center top;
}
.youshi .youshi02 {
	background: url(../img/youshi_02.jpg) no-repeat center top;
}
.youshi .youshi03 {
	background: url(../img/youshi_03.jpg) no-repeat center top;
}
.youshi .youshi04 {
}
.youshi .youshi05 {
	background: url(../img/youshi_05.jpg) no-repeat center top;
}
.youshi .wen.wen01 {
	color: #fff;
	margin-left: 98px;
	margin-top: 30px;
}
.youshi .wen02 {
	float: right;
	margin-top: 35px;
}
.youshi .wen03 {
	margin-left: 98px;
	margin-top: 35px;
}
.youshi .wen04 {
	float: right;
	margin-top: 55px;
}
.youshi .wen05 {
	margin-left: 98px;
	margin-top: 40px;
	width: 425px !important;
}
/*about*/
.about {
	overflow: hidden;
	width: 100%;
	height: 515px;
	background: url(../img/about_bg.jpg) no-repeat center top;
}
.about h2 {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-top: 60px;
	padding-bottom: 15px;
	background: url(../img/about.png) no-repeat center bottom;
	margin-bottom: 50px;
}
.about .abox {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}
.about .abox img {
	display: block;
	float: left;
	border: 5px solid #fff;
}
.about .awen {
	overflow: hidden;
	float: right;
	width: 500px;
}
.about .awen p {
	font-size: 13px;
	color: #333;
	line-height: 26px;
	text-align: justify;
	height: 13 0px;
	overflow: hidden;
	margin-bottom: 30px;
}
.about .awen .btn {
	overflow: hidden
}
.about .awen .btn a {
	float: left;
	margin-right: 14px;
	text-decoration: none;
	display: block;
	width: 105px;
	height: 80px;
	border: 2px solid #fff;
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=60);
	text-align: center;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
}
.about .awen .btn em {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.about .awen .btn .em01 {
	background: url(../img/about01.png) no-repeat center top;
}
.about .awen .btn .em02 {
	background: url(../img/about02.png) no-repeat center top;
}
.about .awen .btn .em03 {
	background: url(../img/about03.png) no-repeat center top;
}
.about .awen .btn .em04 {
	background: url(../img/about04.png) no-repeat center top;
}
.about .awen .btn a:hover em {
	background-position: bottom
}
.about .awen .btn a:hover {
	border-color: #f07f1b;
	background-color: #f07f1b;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff
}
/*证书*/
.zhengshu {
	overflow: hidden;
	width: 100%;
	background-color: #f9f9f9;
	padding-top: 55px;
	padding-bottom: 45px;
}
.zhengshu .zsbox {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	height: 350px;
	position: relative;
	margin-top: 45px;
}
.zhengshu .zsbox i {
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
	position: absolute;
	top: 172px;
}
.zhengshu .zsbox .btn01 {
	background: url(../img/hezuo__btn01.png) no-repeat center top;
	left: 0
}
.zhengshu .zsbox .btn02 {
	right: 0
}
.zhengshu .zsbox i:hover {
	background-position: bottom
}
.zhengshu .zswin {
	overflow: hidden;
	width: 1000px;
	height: 350px;
	margin: 0 auto;
	position: relative
}
.zhengshu .zswin ul {
	overflow: hidden;
	position: absolute
}
.zhengshu .zswin li {
	float: left;
	width: 237px;
	height: 350px;
	background-color: #fff;
	margin-right: 17px;
}
.zhengshu .zswin li img {
	display: block;
	margin: 18px auto;
}
.zhengshu .zswin li span {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	color: #333;
}
.zhengshu .zswin il a {
	display: block;
	text-decoration: none
}
/*留言*/
.liuyan {
	overflow: hidden;
	width: 100%;
	background: url(../img/ly_bg.jpg) no-repeat center bottom;
	background-color: #f9f9f9;
}
.liuyan .wen {
	overflow: hidden;
	float: left;
	margin-top: 85px;
	width: 480px;
}
.liuyan .wen h3 {
	font-size: 40px;
	color: #fff;
}
.liuyan .wen p {
	font-size: 26px;
	color: #005aa1;
	line-height: 42px;
	background-color: #fff;
	margin-top: 10px;
}
.liuyan .wen span {
	display: block;
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 40px;
}
.liuyan .phone {
	overflow: hidden;
	padding-left: 55px;
	background: url(../img/ly_phone.png) no-repeat left center;
}
.liuyan .phone em {
	display: block;
	font-size: 13px;
	color: #fff;
}
.liuyan .phone b {
	display: block;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}
.liuyan .lybox {
	overflow: hidden;
	width: 457px;
	height: 367px;
	background-color: #fff;
	border-top: 3px solid #f07f1b;
	float: right
}
.liuyan .lybox h4 {
	font-size: 26px;
	color: #f07f1b;
	margin-left: 25px;
	margin-top: 40px;
}
.liuyan .lybox p {
	font-size: 16px;
	color: #333;
	margin-bottom: 22px;
	margin-left: 25px;
}
.liuyan .lybox .inbox {
	overflow: hidden;
	margin-left: 25px;
*margin-left:12px;
	width: 100%
}
.liuyan .lybox input {
	overflow: hidden;
	width: 180px;
	padding: 0 10px;
	height: 42px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	line-height: 42px;
	display: block;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: none;
	outline: none;
}
.liuyan .lybox textarea {
	overflow: hidden;
	width: 385px;
	display: block;
	margin-bottom: 10px;
	height: 80px;
	padding: 10px;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: none;
	outline: none;
	resize: none;
}
.liuyan .lybox b {
	display: block;
	width: 150px;
	height: 47px;
	background-color: #f07f1b;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	line-height: 47px;
*margin-left:13px;
}
/*news*/
.news {
	overflow: hidden;
	width: 100%;
	padding: 45px 0 30px 0;
	background-color: #f9f9f9;
}
.news .nbox {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto
}
.news .newsbox {
	overflow: hidden;
	float: left;
	margin: 0 10px;
	border: 1px solid #dbdbdb;
	width: 318px;
	height: 468px;
}
.news h2 {
	margin-top: 30px;
	margin-bottom: 25px;
	padding-left: 6px;
	border-left: 6px solid #005aa1;
	font-weight: normal;
	font-size: 20px;
	color: #333;
}
.news img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.news .list {
	overflow: hidden;
	width: 290px;
	margin: 0 auto
}
.news .list li {
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	color: #666;
	line-height: 45px;
}
.news .list li em {
	float: left;
	color: #40a3ee;
	margin-right: 5px;
}
.news .list li a {
	display: block;
	float: left;
	width: 180px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
}
.news .list li span {
	float: right
}
.news .wenda {
	overflow: hidden;
	width: 290px;
	margin: 0 auto;
	height: 370px;
	position: relative
}
.news .wenda ul {
	overflow: hidden;
	position: absolute
}
.news .wenda li {
	overflow: hidden;
	height: 104px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e4e4e4;
}
.news .wenda h5 {
	font-weight: normal;
	font-size: 13px;
	padding-left: 32px;
	background: url(../img/news_w.png) no-repeat left center;
	line-height: 25px;
	margin-bottom: 15px;
}
.news .wenda h5 a {
	color: #f07f1b;
}
.news .wenda p {
	padding-left: 32px;
	background: url(../img/news_d.png) no-repeat left top;
	font-size: 13px;
	color: #333;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
/*link*/
.link {
	overflow: hidden;
	width: 100%;
	background-color: #f9f9f9;
	padding-bottom: 40px;
}
.link .linkbox {
	overflow: hidden;
	width: 958px;
	margin: 0 auto;
	padding: 25px 20px;
	border: 1px solid #dbdbdb;
}
.link .linkbox h3 {
	float: left;
	font-size: 18px;
}
.link h3 a {
	color: #005aa1;
}
.link h3 em {
	color: #999;
	margin-left: 5px;
}
.link ul {
	overflow: hidden;
	float: right;
	width: 825px;
}
.link li {
	float: left;
	white-space: nowrap;
	margin: 5px 15px;
	font-size: 13px;
}
.link li a {
	color: #666;
}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1 {
	display: none;
	z-index: 1001;
	width: 398px;
	border: 1px solid #ccc;
	background: #fff;
	padding-bottom: 20px;
}
#mesbook1_c div, #mesbook1 div {
	border: 1px solid #E4E3E3;
	background: #EBECEB;
	height: 18px;
	padding: 4px .5em 0;
	margin-bottom: 10px;
}
#mesbook1_c dl.b1, #mesbook1 dl.b1 {
	width: 370px;
	margin: 0 auto;
}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
	float: left;
	width: 105px;
	overflow: hidden;
}
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
	width: 265px;
	float: right;
}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {
	padding-bottom: 10px;
}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {
	margin-right: 20px;
}
/*汽车租赁*/
.indexqczl_0{margin:0 auto;width:1024px;min-height:65px;_height:65px;height:auto;overflow:hidden;font-size:26px;color:#003991;line-height:30px;text-align:center; padding-top:20px;}
.indexqczl_0 span{font-size:16px;color:#9B9B9B;line-height:30px;}
.indexqczl_1{margin:0 auto;width:100%;height:6px;background: #fff url("../img/qczl_1.png")/*tpa=img/qczl_1.png*/ center top repeat-x;margin-bottom:20px;}
.indexqczl_2{margin:0 auto;width:71px;height:6px;background: #fff url("../img/qczl_2.png")/*tpa=img/qczl_2.png*/ center top no-repeat;}
/*汽车租赁*/
/*028tx border:1px solid #FF0004; */
.icase_list{width:950px; margin:0 auto; margin-top:26px;margin-bottom:1px;}
.icase_list .icase_list_box{width:215px; height:205px;overflow:hidden; display: block; cursor:pointer; float:left; margin-right:10px; margin-bottom:10px;}
.icase_list #marginright.icase_list_box{ margin-right:0;}
.icase_list .icase_list_box a{width:215px; height:200px; position:relative;display: block;}
.icase_list .icase_list_box { width:215px; display:block; text-align:center; line-height:30px; font-size:14px; transition: all ease-out .3s; color:#000;}
.icase_list .icase_list_box a:hover span{ display:block; color:#ff0000;text-decoration:none;}
.icase_list .icase_list_box a:hover{
	text-decoration: none;
	float: right;
}
.icase_list .icase_list_box .pic{ width:238px; height:162px; overflow:hidden;border:1px solid #EEEEEE;border-radius:1px;}
.icase_list .icase_list_box a img{width:240px; height:164px;transition: all ease-out .3s;/*tpa=images/load.gif*/ no-repeat center center;}
.icase_list .icase_list_box a:hover img{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1);}
.icase_list .icase_list_box p.moretjc{ width:230px; margin:0 auto;}
.icase_list .icase_list_box p.moretjc a{ float:left;background: #fff;border: 1px solid #C1C2C2;border-radius:30px;font-size: 14px;height:28px;line-height:28px;text-indent: 0px; transition: all 0.3s ease-out 0s;width:90px;margin-top:1px; text-align:center;color:#7B7B7B; margin-left:10px; margin-right:10px;}
.icase_list .icase_list_box p.moretjc a:hover{background:#fff; color:#003991; border:1px solid #C1C2C2;}
.more { width:130px; margin:0 auto; overflow:hidden;}
.morecp {
	width: 955px;
	margin: 0 auto;
	overflow: hidden;
	float: right;
}
.more a{ margin:0 auto;background: #fff;border: 1px solid #d5d5d5;border-radius: 3px;color: #000;display: block;font-size: 14px;height: 32px;line-height: 32px;text-indent: 0px; transition: all 0.3s ease-out 0s;width: 120px;margin-top: 26px; text-align:center}
.more a:hover{ background:#003A91; color:#FFF; border:1px solid #6198d8;}
/*=== 清除浮动(clearfix) ===*/
.cls{
	clear:both; 
	padding:0px; 
	font-size:0px; 

}
.cls:after{
	/*非IE*/
	clear:both;
	height:0;
	padding:0px; 
	visibility:hidden;
	display:block;
	}
.clearfix:before,.clearfix:after{content:'';display:table}
.clearfix:after{clear:both}
.clearfix,.zm{*zoom:1}
.hide{ display:none;}
table{ margin:auto}
/*主体样式*/
#container{
	width: 1200px;
	margin: 0 auto;
}

.le1{
	float: left;
	width: 130px;
	text-align: center;
	margin-top: 46px;
}
.le1_sub1{
	background: url(../img/01.jpg) top center no-repeat;
	height: 107px;
}
.le1_sub2{
	font:400 16px/45px "微软雅黑";
	color: #333333;
	text-align: center;
}
.le2{
	float: left;
	width: 130px;
	text-align: center;
	margin-top: 46px;
	margin-left: 42px;
}
.le2_sub1{
	background: url(../img/02.jpg) top center no-repeat;
	height: 107px;
}

.le3{
	float: left;
	width: 130px;
	text-align: center;
	margin-top: 46px;
	margin-left: 42px;
}
.le3_sub1{
	background: url(../img/03.jpg) top center no-repeat;
	height: 107px;
}

.le4{
	float: left;
	width: 130px;
	text-align: center;
	margin-top: 46px;
	margin-left: 42px;
}
.le4_sub1{
	height: 107px;
}

.le5{
	float: left;
	width: 130px;
	text-align: center;
	margin-top: 46px;
	margin-left: 42px;
}
.le5_sub1{
	background: url(../img/05.jpg) top center no-repeat;
	height: 107px;
}

.le6{
	float: left;
	width: 130px;
	text-align: center;
	margin-top: 46px;
	margin-left: 42px;
}
.le6_sub1{
	background: url(../img/06.jpg) top center no-repeat;
	height: 107px;
}
/*产品*/
#bm{ width:1100px; margin:0 auto;}
#bmm{ width:1100px; margin:0 auto; position:relative;}
/*产品*/
#prod{ background:#f6f6f6; width:100%; overflow:hidden;}
.prod_a{ background:#ffffff; margin:50px 0px; overflow:hidden; width:800px; padding:15px;box-sizing: border-box;}
.prod_xm{ overflow:hidden; border-bottom:1px solid #ccc; padding-bottom:10px;}
.prod_x_l{ background:url(../img/20171122162908_579499400.png) no-repeat left; font-size:16px; padding-left:35px; width:100px; line-height:28px;}
.prod_x_d{  padding-right:22px; line-height:19px; height:19px;}
.prod_n{ overflow:hidden; margin-top:15px;padding-bottom:1px;}
.prod_n_a{ background:url(../img/001.png) no-repeat center; width:179px; height:142px; box-sizing:border-box; text-align:center; padding-top:105px; color:#666; margin-right:21px;}
.prod_n_b{ background:url(../img/002.png) no-repeat center; width:179px; height:142px; box-sizing:border-box; text-align:center; padding-top:105px; color:#666; margin-right:21px;}
.prod_n_c{ background:url(../img/003.png) no-repeat center; width:179px; height:142px; box-sizing:border-box; text-align:center; padding-top:105px; color:#666;}
.prod_n_d{ width:179px; height:142px; box-sizing:border-box; text-align:center; padding-top:105px; color:#666;}
.prod_n_a:hover,.prod_n_b:hover,.prod_n_c:hover,.prod_n_d:hover{box-shadow:0 1px 6px #ccc;border-radius:4px;transition:all 0.2s;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;}

.prod_fw{ overflow:hidden; border-bottom:1px solid #ccc; padding-bottom:10px; margin-top:20px;}
.prod_f_l{ font-size:16px; padding-left:35px; width:100px; line-height:28px;}
.prod_x_d{  padding-right:22px; line-height:19px; height:19px;}
.prod_f_a{ background:url(../img/005.png) no-repeat center; width:179px; height:142px; box-sizing:border-box; text-align:center; padding-top:105px; color:#666; margin-right:21px;}
.prod_f_b{ background:url(../img/006.png) no-repeat center; width:179px; height:142px; box-sizing:border-box; text-align:center; padding-top:105px; color:#666; margin-right:21px;}
.prod_f_c{ background:url(../img/007.png) no-repeat center; width:179px; height:142px; box-sizing:border-box; text-align:center; padding-top:105px; color:#666;}
.prod_f_d{ background:url(../img/008.png) no-repeat center; width:179px; height:142px; box-sizing:border-box; text-align:center; padding-top:105px; color:#666;}
.prod_f_a:hover,.prod_f_b:hover,.prod_f_c:hover,.prod_f_d:hover{box-shadow:0 1px 6px #ccc;border-radius:4px;transition:all 0.2s;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;}
.prod_b{ width:290px; margin-top:50px; background:#1f9bde;}
.prod_b_t{ font-size:20px;color:#fff; line-height:49px; height:49px; background:#ff6600;box-sizing:border-box; padding-left:20px;}
.prod_b_n{ margin:13px; overflow:hidden; background:#fff;}
.prod_b_n_one{ margin:13px 15px; color:#666; border-bottom:1px dashed #ccc; padding-bottom:5px;font-family:Microsoft YaHei;font-size:14px;line-height: 22px;}
.prod_b_n_one p{ font-size:18px; font-weight:bold; color:#333; padding-bottom:5px;}
.prod_b_n_two{margin:13px 15px; color:#666; border-bottom:1px dashed #ccc; padding-bottom:5px;font-family:Microsoft YaHei;font-size:14px;line-height: 22px;}
.prod_b_n_two p{ font-size:18px; font-weight:bold; color:#333; padding-bottom:5px;}
.prod_b_n_three{ margin:12px 15px; color:#666; border-bottom:1px dashed #ccc; padding-bottom:5px;font-family:Microsoft YaHei;font-size:14px;line-height: 22px;}
.prod_b_n_three p{ font-size:18px; font-weight:bold; color:#333; padding-bottom:5px;}
.prod_b_n_four{ margin:12px 15px; color:#666; border-bottom:1px dashed #ccc; padding-bottom:5px;font-family:Microsoft YaHei;font-size:14px;line-height: 22px;}
.prod_b_n_four p{ font-size:18px; font-weight:bold; color:#333; padding-bottom:5px;}

#adv{
	width: 100%;
	overflow: hidden;
	background: url(../img/20171123112638_740915594.jpg) no-repeat center top;
	height: 801px;
	margin-top: 30px;
}
.adv_t{ background:url(../img/20171128090657_1743756817.png) no-repeat center top; font-size:48px; color:#fff; font-weight:bold; text-align:center; margin-top:40px; padding-left:83px; line-height:48px; padding-bottom:50px;}
.adv_nr{ margin-top:20px; overflow:hidden;}
.demo{width:1100px;margin:40px auto;position:relative;}
.demo h2{font-size:16px;height:44px;color:#3366cc;margin-top:20px;}
.demo dl dt{font-size:14px;color:#ff6600;margin-top:30px;font-weight:800;}
.demo dl dt,.demo dl dd{line-height:22px;}

/* tabbtn */
.tabbtn{height:117px;background:#d9d9d9;}
.tabbtn li{float:left;position:relative;  text-align:center;}
.nobg{background:no-repeat !important;}
.tabbtn li img{ position:absolute; padding-left:25px; padding-top:38px;}
.tabbtn li a{display:block;float:left;height:117px;overflow:hidden;width:220px;font-size:12px;cursor:pointer; color:#ff6600;}
.tabbtn li span a{color:#bcbbbb;font-size:14px;}
.tabbtn li p{font-size:26px; padding-top:33px; font-weight:bold;}
.tabbtn li span{font-size:18px;font-family:Arial, Helvetica, sans-serif; color:#bcbbbb; text-transform:uppercase; text-align:center;}
.tabbtn li.current a{background:#ff6600;color:#fff;}
.tabbtn li.current span{ color:#fff;}

/* tabcon */
.tabcon1{position:relative;/*必要元素*/height:465px;overflow:hidden; background:#fff;}
.tabcon1 .subbox{position:absolute;/*必要元素*/left:0;top:0;}
.tabcon1 .sublist{height:407px; box-sizing:border-box;}

/* leftcon */
#leftcon .subbox{width:9999em;}
#leftcon .subbox .sublist{float:left;width:1100px;}

/* sublist */
.sublist li{height:28px;line-height:28px; font-size:18px;width: 410px; padding-left:80px;}
.sublist li strong{color:#006ab5; font-size:32px; margin-top:48px; margin-bottom:10px; display:block;}
.sublist li span{ display:block; font-size:14px; color:#ccc;font-family:Arial, Helvetica, sans-serif;}
.sublist li p{padding-top:30px; padding-bottom:33px; display:block; font-size:26px; font-weight:bold;}
.sublist li a{background:#fff; color:#fff; padding:8px 18px; display:block;width:16.5%}
.adv_tu{ width:574px; padding:10px;}
.adv_n{ width:460px; margin-right:25px;}
.adv_ont_n{ overflow:hidden; margin-top:30px;}
.adv_nr_t{ font-size:24px; color:#000; font-weight:bold;}
.adv_nr_n{ font-size:16px; color:#666666; margin-top:20px; line-height:25px;}
.adv_nr_n span{font-weight:bold;font-size:18px;}
.adv_nr_p{ margin-top:15px;}
.adv_nr_n1{ font-size:16px; color:#666666; margin-top:30px; line-height:30px;}
.adv_nr_n1 span{font-weight:bold;font-size:18px;}
.nei1{
	background: url(../img/nei1.jpg) top center no-repeat;
	height: 135px;
	margin: 0 auto;
}
.lt{
	float: left;
	width: 285px;
	text-align: center;
	margin-top: 37px;
}
.lt_sub1{
	background: url(../img/01.png) top center no-repeat;
	height: 150px;
}

.lt1{
	float: left;
	width: 285px;
	text-align: center;
	margin-top: 37px;
	margin-left: 25px;
}
.lt1_sub1{
	background: url(../img/02.png) top center no-repeat;
	height: 150px;
}
.lt_sub2{
	font:200 14px/40px "微软雅黑";
	color: #333;

}

.lt2{
	float: left;
	width: 285px;
	text-align: center;
	margin-top: 37px;
	margin-left: 25px;
}
.lt2_sub1{
	background: url(../img/03.png) top center no-repeat;
	height: 150px;
}

.lt3{
	float: left;
	width: 285px;
	text-align: center;
	margin-top: 37px;
}
.lt3_sub1{
	background: url(../img/04.png) top center no-repeat;
	height: 150px;
}
.i_about{
	padding: 50px 0;
	background: url(../img/gsjj_bj.jpg) no-repeat center top;
	height: 483px;
	margin-top: 50px;
}
.i_about_c{ width:1000px; margin:40px auto 0; line-height:40px; font-size:13px; color:#FFF; overflow:hidden;max-height: 205px;}
.title02{ height:60px; text-align:center;  overflow:hidden;}
.title02 h3{display:inline-block; font-size:28px; font-weight:bold; line-height:53px; color:#FFF; margin:0 15px;}
.title02 span{display:inline-block; font-size:28px; line-height:53px; color:#FFF; margin:0 15px; text-transform:uppercase;}
.more01{margin:50px 0 0 0; text-align:center;}
.more01 a{ display:inline-block; width:178px; height:38px; line-height:38px; font-size:14px; color:#FFF; border:1px solid #636363;}
.more01 a:hover{ background:#d40d1b; border:1px solid #d40d1b;}
.hezuo{
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	display: table;
	border: 0px solid #ff6600;
	background-color: #FFF;
}
.mtop20{ margin-top:20px;}
/* 合作伙伴文字标签 居中显示*/
.mid_tit{height: 40px;margin: 20px 0;font: 26px/1 Microsoft Yahei;text-align: center;position: relative;}
.mid_tit.mt{margin-top: 0px;}
.mid_tit .line{width: 100%;	height: 1px;border-bottom: #d4d4d4 1px solid;position: absolute;left: 0;top: 20px;}
.mid_tit em{line-height: 40px;padding: 0 25px;font-style: normal;background-color: #fff;position: relative;z-index: 1;}
.mid_tit .blue{color: #06c;}
.hot_mod.gb .mid_tit em{background-color: #eee;}
.ciPartner{margin:0 -50px 0 0 }
.ciPartner a{display: inline-block;width: 130px;height: 40px;margin: 10px 8px 20px 0px; *margin: 10px 8px 20px 0px;	border:0px;}
.ciPartner img{display: inline-block;width: 130px;height: 40px;margin: 10px 18px 20px 0px; *margin: 10px 8px 20px 0px;	border:0px;}
.pic_bd_2{ width:100%; margin:0px auto; overflow:hidden;}
.pic_bd_2 ul{margin: 0 -80px 0 0; overflow:hidden; position: relative;}
.pic_bd_2 ul li{ float:left; width:220px; height:165px; margin:20px 25px 5px 0px; font-size:0; line-height:0; padding-top:0px; text-align:center; background:#FFFFFF;}
.pic_bd_2 ul li img{width:220px;height:136px; padding:0px; overflow:hidden; border:0}
.pic_bd_2 ul li span{height:29px;line-height:29px; text-align:center; color:#333; font-size:13px; overflow:hidden; }
.pic_bd_2 ul li span a{height:25px; line-height:25px; margin:7px 5px 0 0; padding:0 5px; text-decoration:none;border:1px solid #e3e3e3; display:block;border-radius:20px;}
.pic_bd_2 ul li span a:hover{color:#fff;background:#ff9900;border:1px solid #ff9900;}
.pic_bd_2 ul li.nomr{ margin:0;margin-top:10px;}
.col_1_1{width: 1200px; display:table; margin:0 auto; margin-top:30px; border:0px solid #562368;}
.ask { width:316px; height:362px; overflow:hidden; margin-top:40px;}
.ask h2 { height:28px; line-height:24px; font-size:14px; font-weight:normal; background:url(../img/bardt.gif) no-repeat; overflow:hidden; padding: 0 0 0 18px; color:#FFF;font-family:"MicroSoft YaHei";}
.ask h2 span a{ margin-top:5px; font-size:12px; text-decoration:none; color:#999}
.ask_con { padding:14px 0 0 0;overflow:hidden;}
.ask_con p  { width:310px; height:117px; margin-bottom:20px;font-family:"MicroSoft YaHei";}
.ask_con p img { width: 310px;height: 135px;}
.ask_con ul li { height:26px; line-height:26px; overflow:hidden; background:url(../img/21.gif) no-repeat 0px; padding-left:20px; border-bottom:#fff 1px dotted}
.ask_con ul li a { color:#646464; font-size:14px;text-decoration:none;}
.dt { width:500px; height:362px; overflow:hidden; margin-left:35px; margin-top:40px; display:inline;}
.dt h2 { height:28px; line-height:24px; font-size:14px; font-weight:normal; background:url(../img/bardt2.gif) no-repeat; overflow:hidden; padding: 0 0 0 26px; color:#FFF;font-family:"MicroSoft YaHei";}
.dt h2 span a{ margin-top:5px; font-size:12px; text-decoration:none; color:#999}
.dt_con { padding:10px 0 0 0;overflow:hidden;}
.dt_con dl { height:117px; margin-bottom:19px; overflow:hidden;padding-bottom:5px}
.dt_con dl dt img { width:164px; height:107px;}
.dt_con dl dd { width:480px; padding: 0 0 0 14px; }
.dt_con dl dd h3{ height:30px; line-height:30px; font-size:16px; overflow:hidden }
.dt_con dl dd h3 a {color:#454545;}
.dt_con dl dd p { line-height:30px; color:#454545; font-size:14px;font-family:"MicroSoft YaHei";}
.dt_con dl dd p img { vertical-align:middle; margin-left:10px;}
.dt_con ul li { height:26px; line-height:26px; overflow:hidden; background:url(../img/21.gif) no-repeat 0px; padding-left:20px;border-bottom:#fff 1px dotted}
.dt_con ul li a { color:#646464;font-size:14px; text-decoration:none;}
/* 联系方式 */
.lxfs { width:315px; height:355px; margin-top:40px; overflow:hidden; float:right}
.lxfs h2 { height:28px; line-height:24px; font-size:14px; font-weight:normal; background:url(../img/bardt.gif) no-repeat; overflow:hidden; padding: 0 0 0 18px; color:#FFF;}
.lxfs h2 span a{ margin-top:5px; font-size:12px; text-decoration:none; color:#999}
.lxfs .lxfscontact { width:315px; margin-top:13px; color:#333; font-size:14px;}
.lxfs .lxfscontact .secimg{width:315px; height:130px; margin-bottom:10px;}
.lxfs .lxfscontact .secimg img{width: 315px;height: 130px;}
.lxfs .lxfscontact p{height:20px; line-height:20px;}

/* 资讯列表 带数字编号*/ 
.numlist var{ width:18px;line-height:normal; text-align:center; color:#333; font-family:Arial; font-size:12px; background-color:#fff; display:inline-block;*display:inline;*zoom:1; vertical-align:middle; padding:1px 0px;}

.clearfix:before,.clearfix:after{content:""; display:table;}.clearfix:after{clear:both;}.clearfix{*zoom:1;}
