html{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #646464;
}
/*头部nav变蓝*/
.header3_nav2:nth-child(6){
	color: #00a4e9;
}
.header3_hide_left{
	display: none;
}
/*轮播图隐藏*/
.banner{
	background-image: url(../../../imgs/module/brand/banner.jpg);
}
/*通用标题*/
.common_title{
	width: 100%;
	min-width: 1200px;
	height: 80px;
	padding-top: 60px;
	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;
}
.common_title_div2{
	height: 25px;
	text-align: center;
	font-size: 14px;
	margin: 7px auto 0px;
}
.common_title_div3{
	width: 70px;
	height: 6px;
	margin: 6px auto 0px;
	background-color: #ff5a5d;
}
/*下方的输入框*/
.footer0_consult_div1{
	border: 2px solid #ff5a5d;
}
.footer0_consult_div1 span{
	color: #ff5a5d;
}
.footer0_consult_div2{
    background-color: #ff5a5d;
}
/*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 #ff5a5d;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: url(../../../imgs/module/brand/bra_3.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: #ff5a5d;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 62px;
	text-align: center;
	letter-spacing: 2px;
	cursor: pointer;
}
/*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;
}

.card {
	width: 1200px;
	height: 625px;
	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: 252px;
	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: #ff5a5d;
}

.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;
	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;
	z-index: 1;
}

.card-later {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 380px;
}

.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 #ff5a5d;
	color: #ff5a5d;
	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;
}

.card-later-top-4:hover {
	background-color: #ff5a5d;
	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: 185px;
	font-size: 14px;
	color: #323232;
}

.card-later-btm-data-2 {
	position: absolute;
	top: 48px;
	width: 185px;
	font-size: 12px;
	color: #979797;
}

.card-later-btm-data-3 {
	position: absolute;
	top: 70px;
	width: 185px;
	font-size: 12px;
	color: #ff5a5d;
}

.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: 196px;
}

.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: 418px;
	height: 580px;
	box-shadow: 0 0 20px rgba(240, 200, 201, 0.5);
	border-color: #ff5a5d;
}

.card-data-wrapClass .card-top {
	height: 185px;
	background-color: #ff5a5d;
}

.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;
}
/*three*/
.three{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 60px;
}
.three>div{
	float: left;
}
.three_left{
	width: 695px;
	height: 550px;
	position: relative;
	border-right: 2px solid #DADADA;
	z-index: -1;
}
.three_left>div{
	position: absolute;
}
.three_left p{
	text-align: center;
}
.three_left p:first-of-type{
	font-size: 20px;
	color: #323232;
	
}
.three_left p:last-of-type{
	font-size: 14px;
	color: #a4a4a4;
	margin-top: 5px;
}
.three_left_div1{
	top: 108px;
	left: 201px;
}
.three_left_div2{
	top: 279px;
	left: 13px;
}
.three_left_div3{
	top: 279px;
	left: 439px;
}
.three_left_div4{
	top: 453px;
	left: 206px;
}
.three_left_btm{
	width: 70px;
	height: 2px;
	background-color: #DADADA;
	bottom: 0px;
	right: -36px;
}
.three_left embed{
	width: 280px;
	height: 280px;
	position: absolute;
	top: 168px;
	left: 153px;
	z-index: -10;
}
.three_right{
	width: 503px;
	height: 550px;
}
.three_right>div{
	width: 430px;
	height: 70px;
	padding-left: 100px;
	float: left;
	margin-top: 45px;
	margin-left: -37px;
	background-repeat: no-repeat;
	background-position: 0px center;
	z-index: 2px;
}
.three_right>div:hover p{
	color: #ff5a5d;
}
.three_right p:first-of-type{
	font-size: 20px;
	color: #2d3f52;
	margin-top: 10px;
}
.three_right p:last-of-type{
	margin-top: 5px;
}
.three_right .three_right_div1{
	background-image: url(../../../imgs/module/brand/bra_4.png);
	margin-top: 60px;
}
.three_right_div1:hover{
	background-image: url(../../../imgs/module/brand/bra_4_x.png);
}
.three_right_div2{
	background-image: url(../../../imgs/module/brand/bra_5.png);
}
.three_right_div2:hover{
	background-image: url(../../../imgs/module/brand/bra_5_x.png);
}
.three_right_div3{
	background-image: url(../../../imgs/module/brand/bra_6.png);
}
.three_right_div3:hover{
	background-image: url(../../../imgs/module/brand/bra_6_x.png);
}
.three_right_div4{
	background-image: url(../../../imgs/module/brand/bra_7.png);
}
.three_right_div4:hover{
	background-image: url(../../../imgs/module/brand/bra_7_x.png);
}
/*banner2*/
.banner2{
	width: 100%;
	min-width: 1200px;
}
.banner2 img{
	width: 100%;
}
/*four*/
.four{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.four_div1{
	width: 1200px;
	height: 160px;
	border-bottom: 4px solid #ff5a5d;
	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/brand/bra_8.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.four_div1_color{
	margin-left: 15px;
	background-color: #ff5a5d;
	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 #ff5a5d;
	color: #ff5a5d;
	line-height: 25px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.four_conter1_div1>div>div:hover{
	background-color: #ff5a5d;
	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/brand/bra_9.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}
.four_conter1_div2>div:nth-child(3){
	margin-left: 10px;
	background-image: url(../../../imgs/module/brand/bra_10.png);
	background-repeat: no-repeat;
	background-position: 20px 15px;
}
.four_conter1_div2>div>p{
	float: left;
	background-image: url(../../../imgs/module/brand/bra_11.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 #ff9238;
	color: #ff9238;
}
.four_conter1_div5_div1 div:nth-child(3):hover{
	background-color: #ff9238;
	color: #FFFFFF;
}

.four_conter1_div5_div1 div:nth-child(4){
	border: 1px solid #ff5a5d;
	color: #ff5a5d;
}
.four_conter1_div5_div1 div:nth-child(4):hover{
	background-color: #ff5a5d;
	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 #ff5a5d;
	color: #ff5a5d;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}
.four_conter1_div6_div1>div>div:hover{
	background-color: #ff5a5d;
	color: #FFFFFF;
}
/*conter2*/
.four_conter2 .four_conter1_div6{
	top: 49px;
	right: 15px;
}
/*conter4*/
.four_conter4{
	width: 1200px;
	height: 556px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding-top: 50px;
	background-image: url(../../../imgs/module/brand/bra_12.png);
	background-repeat: no-repeat;
	background-position: center 150px; 
}
.four_conter4 p:nth-child(1){
	font-size: 20px;
	color: #323232;
}
.four_conter4 p:nth-child(2){
	font-size: 14px;
	margin-top: 10px;
	line-height: 25px;
	text-indent: 2em;
}
/*conter6*/
.four_conter6{
	background-image: url(../../../imgs/module/brand/bra_13.png);
	background-repeat: no-repeat;
	background-position: 160px 195px;
}
.four_conter6_div1_p{
	font-size: 14px;
	text-indent: 2em;
	line-height: 22px;
	padding-right: 25px;
}
/*four_conter7*/
.four_conter7{
	background-image: url(../../../imgs/module/brand/bra_14.png);
}
/*four_hide*/
.four_hide{
	display: none;
}
.four .four_hide:nth-child(2){
	display: block;
}

/*five*/
.five{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.five>div{
	width: 278px;
	height: 298px;
	float: left;
	background-repeat: no-repeat;
	background-position-y: 0px;
	border: 1px solid #d7d8da;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 26px;
}
.five_div1 p:nth-child(1){
	font-size: 48px;
	text-align: center;
	margin-top: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.five_div1 p:nth-child(2){
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin-top: -2px;
}
.five_div1 p:nth-child(3){
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 50px;
	line-height: 30px;
}
.five>div:nth-child(1){
	background-image: url(../../../imgs/module/brand/bra_15.png);
	margin-left: 0px;
}
.five_div2{
	background-image: url(../../../imgs/module/brand/bra_16.png);
}
.five_div3{
	background-image: url(../../../imgs/module/brand/bra_17.png);
}
.five_div4{
	background-image: url(../../../imgs/module/brand/bra_18.png);
}

/*six*/
.six{
	width: 1200px;
	margin: 0 auto;
}
.six>div{
	width: 578px;
	height: 150px;
	float: left;
	background-repeat: no-repeat;	
	border: 1px solid #ff5a5d;
	margin-top: 40px;
	box-shadow: 0 7px 15px #cacaca;
	-ms-box-shadow: 0 7px 15px #cacaca;
	-moz-box-shadow: 0 7px 15px #cacaca;
	-webkit-box-shadow: 0 7px 15px #cacaca;
}
.six>div:hover{
	box-shadow: 0 0 20px #ffbdbe;
	-ms-box-shadow: 0 0 20px #ffbdbe;
	-moz-box-shadow: 0 0 20px #ffbdbe;
	-webkit-box-shadow: 0 0 20px #ffbdbe;
}
.six_left{
	margin-left: 0px;
}
.six_left>p{
	padding-left: 170px;
	padding-top: 32px;
	padding-right: 20px;
	line-height: 30px;
}
.six_right{
	background-position-x: right;
	margin-left: 39px;
}
.six_right>p{
	padding-left: 20px;
	padding-top: 32px;
	padding-right: 170px;
	line-height: 30px;
}
.six_div1{
	background-image: url(../../../imgs/module/brand/bra_19.png);
}
.six_div2{
	background-image: url(../../../imgs/module/brand/bra_20.png);
}
.six_div3{
	background-image: url(../../../imgs/module/brand/bra_21.png);
}
.six_div4{
	background-image: url(../../../imgs/module/brand/bra_22.png);
}
/*地图seven*/
.seven{
	width: 100%;
	min-width: 1200px;
	margin-bottom: 60px;
	margin-top: 40px;
}
.seven 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;
}
