/*头部nav变蓝*/
.header3_nav2:nth-child(3){
	color: #00a4e9;
}
.header3_hide_left{
	display: none;
}
/*轮播图隐藏*/
.banner{
	background-image: url(../../../imgs/module/industry/banner.jpg);
}
/*通用标题*/
.common_title{
	width: 100%;
	min-width: 1200px;
	height: 138px;
	border-bottom: 2px solid #DADADA;
	position: relative;
	text-align: center;
}
.common_title_div1{
	width: 230px;
	height: 40px;
	font-size: 30px;
	text-align: center;
	color: #323232;
	margin: 0 auto;
	line-height: 150px;
}
.common_title_div2{
	width: 350px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 60px;
}
.common_title_div3{
	width: 70px;
	height: 6px;
	margin: 0 auto;
	margin-top: 16px;
	background-color: #00a4e9;
}
.common_title_color{
	background-color: #2e3f51;
}
.common_title_color .common_title_div1{
	color: #FFFFFF;
}
.common_title_color .common_title_div2{
	color: #FFFFFF;
}
/*one*/
.one_wrap{
	width: 1200px;
	height: 170px;
	margin: 0 auto;
	position: relative;
}
.one_wrap div,.one_wrap input{
	float: left;
}
.one_div1{
	font-size: 24px;
	margin-left: 147px;
	margin-top: 55px;
}
.one_div1_p2{
	font-size: 18px;
	color: #646464;
	position: absolute;
	top: 64px;
	left: 699px;
}
.one_div2{
	width: 950px;
	margin-left: 147px;
	margin-top: 22px;
}
.one_div2 input{
	width: 626px;
	height: 56px;
	border: 2px solid #00a4e9;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: url(../../../imgs/module/industry/try_1.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 85px;
	font-size: 16px;
	outline: none;
	color: #999999;
}
.one_div2 div{
	width: 187px;
	height: 62px;
	background-color: #00a4e9;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 62px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 2px;
}
/*two*/
.card-data-wrap,
.card-top,
.card-img>img,
.card-title,
.card-title-2,
.card-title-3>div,
.card-data,
.card-img-show,
.card-img-hide {
	-webkit-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s, color 0.4s ease-in-out, background 0.4s ease-in-out, border-color 0.4s ease-in-out;
	-ms-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s, color 0.4s ease-in-out, background 0.4s ease-in-out, border-color 0.4s ease-in-out;
	-moz-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s, color 0.4s ease-in-out, background 0.4s ease-in-out, border-color 0.4s ease-in-out;
	transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s, color 0.4s ease-in-out, background 0.4s ease-in-out, border-color 0.4s ease-in-out;
	/*transition:all 0.3s cubic-bezier(0.4,0,0.2,1),z-index 0s 0.3s;*/	
}

.card {
	width: 1200px;
	height: 680px;
	margin: 0 auto;
}

.card-wrap {
	width: 1180px;
	height: 100%;
	margin: 0 auto;
}

.card-data-wrap {
	height: 550px;
	float: left;
	margin-top: 55px;
	margin-left: -1px;
	position: relative;
}

.card-data {
	height: 550px;
	width: 203px;
	border: 1px solid #c4c4c4;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.card-top {
	position: relative;
	height: 170px;
	background-color: #ebebec;
}

.card-top-content {
	position: absolute;
	bottom: 17px;
	width: 100%;
}

.card-img {
	width: 49px;
	height: 43px;
	margin: 0 auto;
	position: relative;
}

.card-img>img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.card-img-show {
	opacity: 1;
	z-index: 10;
}

.card-img-hide {
	z-index: 1;
	opacity: 0;
}

.card-title {
	margin-top: 10px;
	font-size: 18px;
	color: #535353;
	font-weight: bold;
	text-align: center;
}

.card-title-2 {
	margin-top: 5px;
	font-size: 13px;
	text-align: center;
}

.card-title-3 {
	padding-top: 10px;
}

.card-title-3>div {
	width: 70px;
	height: 2px;
	margin: 0 auto;
	background-color: ##00a4e9;
}


/*移入前下方样式*/

.card-btm-wrap {
	position: relative;
	top: 0;
	left: 0;
}

.card-btm {
	position: absolute;
	width: 100%;
	height: 320px;
	padding-top: 60px;
	background-color: #FFFFFF;
	-webkit-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	-ms-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	-moz-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	/*transition: z-index 0s 0.12ss;*/
	z-index: 10;
}

.card-btm>p {
	margin-bottom: 40px;
	text-align: center;
}


/*移入后样式*/

.card-later-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background-color: #FFFFFF;
	-webkit-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	-ms-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	-moz-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	/*transition: z-index 0s 0.12s;*/
	z-index: 1;
}

.card-later {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 320px;
}

.card-later-top {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #E0E0E0;
}

.card-later-top-1,
.card-later-top-2,
.card-later-top-3 {
	padding-left: 8px;
}

.card-later-top-1 {
	font-size: 18px;
	color: #323232;
}

.card-later-top-2 {
	margin-top: 10px;
	font-size: 14px;
	color: #989898;
}

.card-later-top-3 {
	margin-top: 12px;
	font-size: 14px;
	color: #646464;
}

.card-later-top-3>span {
	font-family: "arial";
	font-size: 18px;
	color: #ff5a5d;
}
.card-later-top-4 {
	position: absolute;
	bottom: 20px;
	left: 8px;
	width: 98px;
	height: 28px;
	border: 1px solid #00a4e9;
	color: #00a4e9;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	/*transition: z-index 0s 0.12s;*/
}

.card-later-top-4:hover {
	background-color: #00a4e9;
	color: #FFFFFF;
}

.card-later-btm {
	position: absolute;
	top: 150px;
	width: 100%;
}

.card-later-btm-data {
	position: absolute;
}

.card-later-btm-data-1 {
	position: absolute;
	top: 22px;
	width: 175px;
	font-size: 14px;
	color: #323232;
}

.card-later-btm-data-2 {
	position: absolute;
	top: 48px;
	width: 175px;
	font-size: 12px;
	color: #979797;
}

.card-later-btm-data-3 {
	position: absolute;
	top: 70px;
	width: 175px;
	font-size: 12px;
	color: #00a4e9;
}

.card-later-btm-data-3:hover {
	text-decoration: underline;
}

.card-later-btm-data-pst1,
.card-later-btm-data-pst3 {
	left: 8px;
}

.card-later-btm-data-pst2,
.card-later-btm-data-pst4 {
	left: 177px;
}

.card-later-btm-data-pst1 {
	top: 0px;
}

.card-later-btm-data-pst1,
.card-later-btm-data-pst2 {
	top: 8px;
}

.card-later-btm-data-pst3,
.card-later-btm-data-pst4 {
	top: 97px;
}
.card-data-wrapClass {
	margin-top: 40px;
	z-index: 20;
}

.card-data-wrapClass .card-data {
	width: 360px;
	height: 580px;
	box-shadow: 0 0 20px rgba(0, 164, 233, 0.5);
	border-color: #00a4e9;
}

.card-data-wrapClass .card-top {
	height: 185px;
	background-color: #00a4e9;
}

.card-data-wrapClass .card-top .card-title,
.card-data-wrapClass .card-top .card-title-2 {
	color: #ffffff;
}

.card-data-wrapClass .card-top .card-title-3 div {
	background-color: #FFFFFF;
}

.card-data-wrapClass .card-img-show {
	z-index: 1;
	opacity: 0;
}

.card-data-wrapClass .card-img-hide {
	z-index: 10;
	opacity: 1;
}

.card-data-wrapClass .card-btm {
	z-index: 1;
}

.card-data-wrapClass .card-later-wrap {
	z-index: 10;
}
/*two结束*/
/*three*/
.three{
	width: 100%;
	min-width: 1200px;
	height: 240px;
	background-image: url(../../../imgs/module/industry/try_2.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/*four*/
.four{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.four_div1{
	width: 1200px;
	height: 160px;
	border-bottom: 4px solid #00a4e9;
	float: left;
	margin-top: 40px;
}
.four_div1>div{
	float: left;
}
.four_div1 div:nth-child(odd){
	width: 124px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 18px;
	text-align: center; 
	padding-top: 125px;
}

.four_div1 div:nth-child(even){
	width: 49px;
	height: 160px;
	background-image: url(../../../imgs/module/industry/try_3.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.four_div1_color{
	margin-left: 20px;
	background-color: #00a4e9;
	color: #FFFFFF;
}
/*内容1*/
.four_conter1{
	width: 1200px;
	height: 556px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding-top: 50px;
	padding-left: 15px;
	float: left;
	position: relative;
}
.four_conter1>div{	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.four_conter1_div1_p{
	font-size: 18px;
	color: #323232;
	margin-bottom: 17px;
}
.four_conter1_div1{	
	height: 220px;
	width: 585px;
	float: left;
	border-right: 1px solid #c4c4c4;
}
.four_conter1_div1>div{
	width: 145px;
	height: 145px;
	float: left;
	position: relative;
	padding: 17px;
	margin-left: 7px;
	font-size: 14px;
	background-color: #f7fdff;
	border: 1px solid #e6e8e9;
}

.four_conter1_div1 .four_conter1_left0{
	margin-left: 0px;
	
}
.four_conter1_div1>div>div{
	width: 82px;
	height: 25px;
	position: absolute;
	bottom: 20px;
	left: 48px;
	border: 1px solid #00a4e9;
	color: #00a4e9;
	line-height: 25px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.four_conter1_div1>div>div:hover{
	background-color: #00a4e9;
	color: #FFFFFF;
}
.four_conter1_div2{
	width: 560px;
	height: 220px;
	float: left;
	margin-left: 29px;
}
.four_conter1_div2>div{
	width: 270px;
	height: 180px;
	float: left;
	position: relative;
	border: 1px solid #e6e8e9;
	background-color: #f7fdff;
}
.four_conter1_div2>div:nth-child(2){
	background-image: url(../../../imgs/module/industry/try_4.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}
.four_conter1_div2>div:nth-child(3){
	margin-left: 10px;
	background-image: url(../../../imgs/module/industry/try_5.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}
.four_conter1_div2>div>p{
	float: left;
	background-image: url(../../../imgs/module/industry/try_6.png);
	background-repeat: no-repeat;
	background-position: 27px center;
	padding-left: 40px;
	margin-top: 15px;
	font-size: 14px;
}
.four_conter1_div2>div>div:nth-child(1){
	margin-top: 15px;
	margin-left: 47px;
	font-size: 18px;
	color: #323232;
}
.four_conter1_div3{
	width: 570px;
	height: 1px;
	position: absolute;
	top: 300px;
	left: 0px;
	background-color: #c4c4c4;	
}
.four_conter1_div4{
	width: 570px;
	height: 1px;
	position: absolute;
	top: 300px;
	right: 0px;
	background-color: #c4c4c4;	
}
.four_conter1_div5{
	width: 583px;
	height: 220px;
	position: absolute;
	top: 330px;
	left: 16px;
	border-right: 1px solid #c4c4c4;
}
.four_conter1_div5>div:last-child{
	margin-top: 25px;
}
.four_conter1_div5_div1 div{
	width: 120px;
	height: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	margin-left: 24px;	
}
.four_conter1_div5_div1 div:nth-child(1){
	margin-left: 0px;
	border: 1px solid #00A4E9;
	color: #00A4E9;
}
.four_conter1_div5_div1 div:nth-child(1):hover{
	background-color: #00A4E9;
	color: #FFFFFF;
}
.four_conter1_div5_div1 div:nth-child(2){
	border: 1px solid #0dbba1;
	color: #0dbba1;
}
.four_conter1_div5_div1 div:nth-child(2):hover{
	background-color: #0dbba1;
	color: #FFFFFF;
}
.four_conter1_div5_div1 div:nth-child(3){
	border: 1px solid #ff5a5d;
	color: #ff5a5d;
}
.four_conter1_div5_div1 div:nth-child(3):hover{
	background-color: #ff5a5d;
	color: #FFFFFF;
}

.four_conter1_div5_div1 div:nth-child(4){
	border: 1px solid #ff9238;
	color: #ff9238;
}
.four_conter1_div5_div1 div:nth-child(4):hover{
	background-color: #ff9238;
	color: #FFFFFF;
}
.four_conter1_div6{
	height: 220px;
	position: absolute;
	top: 330px;
	right: 16px;
}
.four_conter1_div6_div1{
	width: 553px;
	border: 1px solid #edeff0;
	background-color: #f7fdff;
}
.four_conter1_div6_div1>div{
	width: 500px;
	height: 44px;
	border-bottom: 1px solid #edeff0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 44px;
	padding-left: 10px;
	padding-right: 10px;
}
.four_conter1_div6_div1>div:last-child{
	border-bottom: 0px;
}
.four_conter1_div6_div1>div>div{	
	width: 83px;
	height: 25px;
	float: right;
	margin-top: 10px;
	border:1px solid #00a4e9;
	color: #00a4e9;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}
.four_conter1_div6_div1>div>div:hover{
	background-color: #00a4e9;
	color: #FFFFFF;
}
/*conter2*/
.four_conter2 .four_conter1_div6{
	top: 49px;
	right: 15px;
}
/*conter5*/
.four_conter5{
	width: 1200px;
	height: 556px;
	float: left;
	
}
.four_conter5_div1{
	width: 1140px;
	margin: 0 auto;
	float: left;
	margin-top: 47px;
}
.four_conter5_div1>p:first-child{
	font-size: 20px;
	color: #323232;
}
.four_conter5_div1>p:last-child{
	margin-top: 20px;
	text-indent: 2em;
	line-height: 26px;
}
.four_conter5_div2{
	width: 605px;
	height: 450px;
	float: left;
	background-image: url(../../../imgs/module/industry/try_7.png);
	background-repeat: no-repeat;
	background-position: center center; 
}
.four_conter5_div3{
	width: 520px;
	height: 320px;
	float: left;
	margin-top: 65px;
	margin-left: 70px;
	border-left: 1px solid #f0f2f3;
	background-image: url(../../../imgs/module/industry/try_8.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.four_conter5_div3>div:nth-child(1){
	width: 420px;
	float: left;
	margin-left: 70px;
	margin-top: -20px;
	font-size: 14px;
	text-indent: 2em;
	line-height: 20px;
}
.four_conter5_div3>div:nth-child(2){
	margin-top: 235px;
	margin-left: 32px;
}
.four_conter5_div3>div:nth-child(2) p{
	float: left;
	margin-left: 91px;
	font-size: 14px;
}
.four_conter5_div3>div:nth-child(2) p:first-child{
	margin-left: 0px;
}
.four_hide{
	display: none;
}
.four .four_hide:nth-child(2){
	display: block;
}

/*five*/
.five{
	width: 1200px;
	height: 768px;
	position: relative;
	margin: 0 auto;
	background-image: url(../../../imgs/module/industry/try_9.png);
	background-repeat: no-repeat;
	background-position: center 40px;
}
.five>div{
	position: absolute;	
}
.five_div p{
	font-size: 18px;
	color: #323232;
	text-align: center;
	margin-bottom: 6px;
}
.five>div span{
	display: block;
	font-size: 14px;
	text-indent: 2em;
}
.five_div1,.five_div3,.five_div1,.five_div5{
	width: 195px;
	top: 137px;
}
.five_div2,.five_div4{
	width: 195px;
	top: 80px;
}
.five_div1{
	left: 34px;
}
.five_div2{
	left: 265px;
}
.five_div3{
	left: 500px;
}
.five_div4{
	left: 732px;
}
.five_div5{
	left: 964px;
}
.five .five_div6{
	width: 1200px;
	top: 590px;
	left: 0px;	
}
.five_div6>div{
	width: 388px;
	height: 180px;
	float: left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 17px;
}
.five_div6>div:hover .five_div6_p1_title{
	font-size: 21px;
}
.five_div6>div:hover .five_div6_p1_text{
	font-size: 15px;
}
.five_div6 .five_div6_p1{
	background-image: url(../../../imgs/module/industry/try_10.png);
	margin-left: 0px;
}
.five_div6_p1_title{
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 24px;
	margin-left: 31px;
	margin-bottom: 20px;
}
.five_div6_p1_text{
	padding-left: 60px;
	background-image: url(../../../imgs/module/industry/try_11.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	margin-top: 10px;
	color: #FFFFFF;
}
.five_div6_p1:hover{
	width: 378px;
	height: 175px;
	margin: 5px 5px;
	-webkit-box-shadow: 0 0 20px #3bc6a7;
	-moz-box-shadow: 0 0 20px #3bc6a7;
	-ms-box-shadow: 0 0 20px #3bc6a7;
}
.five_div6_p2{
	background-image: url(../../../imgs/module/industry/try_12.png);
}
.five_div6_p2:hover{
	width: 378px;
	height: 175px;
	margin-top: 5px;
	margin-left: 22px;
	margin-right: 5px;
	-webkit-box-shadow: 0 0 20px #ff9238;
	-moz-box-shadow: 0 0 20px #ff9238;
	-ms-box-shadow: 0 0 20px #ff9238;
}
.five_div6_p3{
	background-image: url(../../../imgs/module/industry/try_13.png);
}
.five_div6_p3:hover{
	width: 378px;
	height: 175px;
	margin-top: 5px;
	margin-left: 22px;
	-webkit-box-shadow: 0 0 20px #ff5a5d;
	-moz-box-shadow: 0 0 20px #ff5a5d;
	-ms-box-shadow: 0 0 20px #ff5a5d;
}
/*six*/

/*seven*/
.seven{
	width: 1200px;
	height: 340px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

.seven_div1,.seven_div2,.seven_div3,.seven_div4{
	width: 586px;
	height: 135px;
	float: left;
	position: relative;
	border: 2px solid #00a4e9;
	margin-top: 20px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.seven_div1,.seven_div2{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.seven_div1{
	background-image: url(../../../imgs/module/industry/try_14.png);	
}
.seven_div1_right,.seven_div2_right{
	width: 390px;
	position: absolute;
	top: 24px;
	line-height: 30px;
}
.seven_div1_right{
	left: 166px;
}
.seven_div2_right{
	right: 166px;
}
.seven_div2{
	margin-left: 20px;
	background-image: url(../../../imgs/module/industry/try_15.png);
	background-position: right center;
}
.seven_div3,.seven_div4{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.seven_div3{
	background-image: url(../../../imgs/module/industry/try_16.png);
}
.seven_div4{
	margin-left: 20px;
	background-image: url(../../../imgs/module/industry/try_17.png);
	background-position: right center;
}
/*eight*/
.eight{
	width: 100%;
	min-width: 1200px;
	margin-top: 40px;
	margin-bottom: 60px;
}
.eight img{
	width: 100%;
}
/*点击搜索显示弹窗*/
.common_inquire{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	text-align: center;
	display: none;
}
.common_inquire_span{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.common_inquire_div{
	width: 680px;
	height: 500px;
	display: inline-block;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.common_inquire_div_top{
	height: 40px;
	background-color: #00a4e9;
	color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
}
.common_inquire_div_top>span:nth-child(1){
	font-size: 18px;
	margin-left: 28px;
}
.common_inquire_div_top>span:nth-child(2){
	font-size: 12px;
	margin-left: 18px;
}
.common_inquire_div_top>span:nth-child(3){
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../../../imgs/module/Acommon/com_1.png);
	float: right;
	margin-top: 2px;
	margin-right: 30px;
	cursor: pointer;
}
.common_inquire_div_bottom>div{
	float: left;
	margin-top: 10px;
}
.common_inquire_div_bottom_left{
	width: 163px;
	color: #323232;
	text-align: right;
}
.common_inquire_div_bottom_left>p:nth-child(1){
	margin-top: 29px;
}
.common_inquire_div_bottom_left>p{
	margin-top: 42px;
}
.common_inquire_div_bottom_right{
	width: 360px;
	font-size: 14px;
}
.common_inquire_div_bottom_right>input{
	width: 350px;
	height: 40px;
	border: 1px solid #a5a5a5;
	margin-top: 20px;
	color: #646464;
	padding-left: 10px;
	font-family: "微软雅黑";
}
.common_select{
	position: relative;
	width: 310px;
	height: 42px;
	border: 1px solid #A5A5A5;
	color: #323232;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 40px;
	background: url(../../../imgs/module/Acommon/com_6.png) no-repeat right center;
	background-size: auto 100%;
	font-family: "微软雅黑";
	cursor: pointer;
}
.common_select>div:first-child{
	line-height: 42px;
	text-align: left;
	color: #323232;
}
.common_select>ul:last-child{
	position: absolute;
	width: 360px;
	top: 43px;
	left: -1px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	display: none;
}
.common_select>ul:last-child>li{
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
	line-height: 25px;
}
.common_select>ul:last-child>li:hover{
	color: #FFFFFF;
	background-color: #0893CE;
}
.common_inquire_div_bottom_right_btn{
	width: 200px;
	height: 40px;
	background-image: url(../../../imgs/module/Acommon/com_2.jpg);
	background-size: 100% 100%;
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
	margin: 35px auto 0px;
	cursor: pointer;
}
