@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
*{
	font-family:"微软雅黑";
	 margin:0px;
	 padding:0px;
	}
	.punchinello_auc{
	width:780px;
    margin-top:20px;
	position:absolute;
}
.punchinello_auc>img{
	height:85px;
	width:160px;
	display:block;
	margin:auto;
}
.aucPostText{
	width:20px;
	height:20px;
	margin-top:-15px;
}
.auc_all{
	  display:flex;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flexbox;
justify-content:space-between;
width: 500px;
    margin: auto;
    margin-top: 20px;
	  
	}
	.auc_code{
	  display:inline-block;
	}
	.auc_code>img{
	   width:200px;
	   
	}
	.auc_p{
	   text-align:center;
	   font-weight:bold;
	   color:red;
	}
	.auc_code>p{
	   color:black;
	   font-size:16px;
	}
.divScroll{
	width:100%;
	height:550px;
	background-image:url(../image/picture_2.png);
	background-size:cover;
}
.main_body{
	
	position:relative;
	width:1024px;
	height:750px;
	margin:auto;
	margin-top:30px;
}
.main_left{
	width:600px;
	height:650px;
	background-color:#EB876F;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 5px 0px 5px  #BEB7B6;
	-moz-box-shadow:5px 0px 5px  #BEB7B6;
	-ms-box-shadow: 5px 0px 5px  #BEB7B6;
	-o-box-shadow:  5px 0px 5px #BEB7B6;
	box-shadow:  5px 0px 5px  #BEB7B6;
	overflow:hidden;
	float:left;
}
.main_left_one{
	float:left;
	width:213px;
}
.left_image{
    width:213px;
	height:188px;
	display: table-cell;
    vertical-align: middle;
		
}
.left_image>img{
	width:153px;
	height:117px;
	margin-left:30px;
	margin-top: 40px;
}
.about_second{
	width:174px;
	height:55px;
	background-color:#EDEAEB;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	text-align:Center;
	line-height:55px;
	color:#7C7B79;
	display:block;
	text-decoration:none;
	font-size:18px;
	margin:auto;
	margin-top:15px;
	letter-spacing:2px;
	cursor:pointer;
}
.about_first{
	width:174px;
	height:55px;
	background:-webkit-linear-gradient(top,#E89078,#E17256,#DB674A);
    background:-o-linear-gradient(bottom,#E89078,#E17256,#DB674A);
	background:-moz-linear-gradient(bottom,white,#E89078,#E17256,#DB674A);
	background:linear-gradient(to bottom,#E89078,#E17256,#DB674A);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-align:Center;
	line-height:55px;
	color:white;
	display:block;
	text-decoration:none;
	font-size:18px;
	margin:auto;
	margin-top:15px;
     letter-spacing:2px;
	-webkit-box-shadow: 0px 5px 5px  #C36853;
	-moz-box-shadow:0px 5px 5px #C36853;
	-ms-box-shadow: 0px 5px 5px  #C36853;
	-o-box-shadow:  0px 5px 5px  #C36853;
	box-shadow:  0px 5px 5px  #C36853;
	cursor:pointer;
}
.about_all{
	width:213px;
	margin:auto;
}

.divMiddleFloat{
	overflow:hidden;
	 width:213px;
	}
.reset{
	width:73px;
	height:37px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color:#E3DDDD;
	font-size:18px;
	text-align:center;
	float:left;
	margin-left:20px;
	line-height:37px;
	margin-top:20px;
	-webkit-box-shadow: 0px 5px 5px  #BE6049;
	-moz-box-shadow:0px 5px 5px #BE6049;
	-ms-box-shadow: 0px 5px 5px  #BE6049;
	-o-box-shadow:  0px 5px 5px  #BE6049;
	box-shadow:  0px 5px 5px  #BE6049;
}
.MiddleSea{
	width:73px;
	height:37px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color:#E3DDDD;
	font-size:18px;
	text-align:center;
	float:right;
	margin-right:20px;
	line-height:37px;
	margin-top:20px;
	-webkit-box-shadow: 0px 5px 5px  #BE6049;
	-moz-box-shadow:0px 5px 5px #BE6049;
	-ms-box-shadow: 0px 5px 5px  #BE6049;
	-o-box-shadow:  0px 5px 5px  #BE6049;
	box-shadow:  0px 5px 5px  #BE6049;
}
.main_left_two{
   width:387px;	
   float:left;
}
.main_leftText{
  font-size:36px;
  font-weight:bold;
  margin-left:20px;
  color:white;
  letter-spacing:4px;
margin-top: 20px;
}
.main_right{
	width:300px;
	height:140px;
	background-color:#EB876F;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 5px 0px 5px  #BEB7B6;
	-moz-box-shadow:5px 0px 5px  #BEB7B6;
	-ms-box-shadow: 5px 0px 5px  #BEB7B6;
	-o-box-shadow:  5px 0px 5px #BEB7B6;
	box-shadow:  5px 0px 5px  #BEB7B6;
	margin-left:120px;
	float:left;
}
.right_all{
	overflow:hidden;
	margin-top:25px;
	width:300px;
	
}
.right_input{
	margin-left:15px;
	 float:left;
     width: 170px;
     height: 28px;
    border:3px solid #C9C5C4;
     -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background:#fff;
}
.right_input>input{
	width: 135px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
    background: #FFF;
    padding: px 0px;
    border: none;
    outline: 0;
    padding: 4px 0px;
    vertical-align: middle;
    background:#fff;
    text-indent:4px;
   
}
.right_input>img{
	width:24px;
	height:24px;
	vertical-align:middle;
}
.right_search{
	float:left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	 border-radius: 6px;
	-webkit-box-shadow: 0px 5px 5px  #B76551;
	-moz-box-shadow:0px 5px 5px  #B76551;
	-ms-box-shadow: 0px 5px 5px  #B76551;
	-o-box-shadow:  0px 5px 5px  #B76551;
	 box-shadow:  0px 5px 5px  #B76551;
	 width:75px;
	 height:32px;
	 line-height:32px;
	 text-align:Center;
	 color:black;
	 background-color:#D3CED0;
	 cursor:pointer;	
	 margin-left:10px;
	 border:none;
}

/*评级*/
.body_NGC{
   width:780px;
   height:660px;
   background-color:#EFEDEE;
    -webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 5px 5px  #DADADA;
	-moz-box-shadow:0px 5px 5px  #DADADA;
	-ms-box-shadow: 0px 5px 5px  #DADADA;
	-o-box-shadow:  0px 5px 5px  #DADADA;
	box-shadow:  0px 5px 5px  #DADADA;
	margin:auto;
	margin-top:20px;
	position:absolute;top:60px;
	left:220px;
}

.NGC_background{
	 height:69px;
	 width:780px;
	 background-color:#C9C5C4;
	 border-radius:18px 18px 0px 0px;
	 -webkit-border-radius: 18px 18px 0px 0px;
	-moz-border-radius: 18px 18px 0px 0px;
	-ms-border-radius: 18px 18px 0px 0px;
	-o-border-radius: 18px 18px 0px 0px;
	-webkit-box-shadow: 0px 5px 5px  #AEAEAE;
	-moz-box-shadow:0px 5px 5px  #AEAEAE;
	-ms-box-shadow: 0px 5px 5px  #AEAEAE;
	-o-box-shadow:  0px 5px 5px  #AEAEAE;
	box-shadow:  0px 5px 5px  #AEAEAE;
	position:relative;
	}
  .NGC_line{
	 width:120px;
	 height:1px;
	 border-bottom:2px solid black;
	 position:absolute;
	 text-align:center;
	 top:50%;
	 left:5%;
	}
	.NGC_line2{
	 width:120px;
	 height:1px;
	 border-bottom:2px solid black;
	 position:absolute;
	 text-align:center;
	 top:50%;
	 left:80%;
	}
	.NGC_text{
		font-size:18px;
		height:69px;
		text-align:center;
		position:absolute;
		left:21%;
		top:35%;
		margin-left:10px;
		letter-spacing:4px;
	}
	.NGC_Title{
	width:780px;
	height:56px;
    margin-top:20px;
	position:absolute;
}
.NGC_Title>img{
	width:150px;
	height:73px;
	margin-left:315px;
}
.NGC_p{
	width:780px;
	display:block;
}
.NGC_p>p{
	width:620px;
	margin:auto;
	text-indent:32px;
	line-height:25px;
	font-size:16px;
	color:#000000;
	margin-top:20px;
}
.flower{
	width:750px;
	height:272px;
	background-image:url(../image/yiyi_bj.png);
	margin-left:15px;
	
	border-radius:0px 0px 28px 28px;
	position:absolute;
	top:280px;
}
.flower>p{
	width:620px;
	margin:auto;
	text-indent:32px;
	line-height:25px;
	font-size:16px;
	color:#000000;
	margin-top:20px;
}
/*评级流程*/
.body_flow{
	width:780px;
    height:730px;
    background-color:#EFEDEE;
    -webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 5px 5px  #DADADA;
	-moz-box-shadow:0px 5px 5px  #DADADA;
	-ms-box-shadow: 0px 5px 5px  #DADADA;
	-o-box-shadow:  0px 5px 5px  #DADADA;
	box-shadow:  0px 5px 5px  #DADADA;
	margin:auto;
	margin-top:20px;
	position:absolute;top:60px;
	left:220px;
}
.flow_background{
	 height:69px;
	 width:780px;
	 background-color:#C9C5C4;
	 border-radius:18px 18px 0px 0px;
	 -webkit-border-radius: 18px 18px 0px 0px;
	-moz-border-radius: 18px 18px 0px 0px;
	-ms-border-radius: 18px 18px 0px 0px;
	-o-border-radius: 18px 18px 0px 0px;
	-webkit-box-shadow: 0px 5px 5px  #AEAEAE;
	-moz-box-shadow:0px 5px 5px  #AEAEAE;
	-ms-box-shadow: 0px 5px 5px  #AEAEAE;
	-o-box-shadow:  0px 5px 5px  #AEAEAE;
	box-shadow:  0px 5px 5px  #AEAEAE;
	position:relative;
	}
	 .flow_line{
	 width:120px;
	 height:1px;
	 border-bottom:2px solid black;
	 position:absolute;
	 text-align:center;
	 top:50%;
	 left:20%;
	}
	.flow_line2{
	 width:120px;
	 height:1px;
	 border-bottom:2px solid black;
	 position:absolute;
	 text-align:center;
	 top:50%;
	 left:70%;
	}
	.flow_text{
		font-size:18px;
		height:69px;
		text-align:center;
		position:absolute;
		left:39%;
		top:30%;
		margin-left:10px;
		letter-spacing:4px;
	}
	.flow_p{
		font-size:22px;
		color:black;
		text-align:Center;
		height:80px;
		line-height:80px;
	}
	.flow_Title{
	width:780px;
	height:56px;
	position:absolute;
}
.require_message{
	width:780px;
	height:40px;
	text-align: center;
}
.require_message>img{
	height:25px;
	vertical-align:middle;
}
.require_message>span{
    font-size:18px;
	height:40px;
	line-height:40px;
	letter-spacing:2px;		
}
.require_radius{
	width:300px;
	height:80px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	border:1px solid black;
	margin:auto;
	padding-top:20px;
}
.require_radius>p{
	font-size:14px;
	color:#373737;
	line-height:20px;	
	margin-left:40px;
	font-weight:500;	}
.require_arrow{
	width:780px;
	text-align: Center;
	margin-top:15px;
}
.require_arrow>img{
	width:25px;
	height:50px;
	text-align:Center;
}
.send_all{
	width:780px;
	overflow:hidden;
	
}
.left_border{
	float:left;
	width:300px;
	margin-left:60px;
	margin-top:20px;
}
.send_left{
    width:300px;
	height:100px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	border:1px solid black;	
	
}
.send_left>span{
	margin-top:15px;
  text-align:center;
  display:block;	
}
.send_right>span{
	margin-top:15px;
  text-align:center;
  display:block;	
}
.send_left>p{
	margin-top:10px;
	font-size:14px;
	color:#373737;
	line-height:10px;
	font-weight:500;
	margin-left:20px;
}
.right_border{
	float:left;
	margin-left:60px;
	width:300px;
	height:210px;
}
.send_right{
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	border:1px solid black;
	height:130px;	
}
.send_right>p{
	
	font-size:14px;
	color:#373737;
	line-height:20px;
	font-weight:500;
	margin-left:20px;
}
.send_img1{
	height:50px;
	width:25px;
	
	  -moz-transform:rotate(-45deg);
     -webkit-transform:rotate(-45deg);
     -o-transform:rotate(-45deg);
     transform:rotate(-45deg);
	 display:block;
	 margin:auto;
	 margin-top:10px;
}

.send_img2{
	  -moz-transform:rotate(45deg);
     -webkit-transform:rotate(45deg);
     -o-transform:rotate(45deg);
     transform:rotate(45deg);
	 height:50px;
	 width:25px;
	 display:block;
	  margin:auto;
}
.require_hidden{
	width:300px;
	margin:auto;
	overflow:hidden;
}
.require_hidden>img{
	height:25px;
	vertical-align:middle;
	width:25px;
}
.require_hidden>span{
    font-size:16px;
}
/*伙伴计划*/
.body_plan{
   width:780px;
   height:1160px;
   background-color:#EFEDEE;
    -webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 5px 5px  #DADADA;
	-moz-box-shadow:0px 5px 5px  #DADADA;
	-ms-box-shadow: 0px 5px 5px  #DADADA;
	-o-box-shadow:  0px 5px 5px  #DADADA;
	box-shadow:  0px 5px 5px  #DADADA;
	margin:auto;
	margin-top:20px;
	position:absolute;top:60px;
	left:220px;
}
.fang_all{
	text-align:center;
	font-size:20px;
	width:780px;
	color:#3B393A;
	margin-top:20px;
}
.NGC_plan{
	width:780px;
	display:block;
	height:560px;
	
}
.plan_test{
	width:680px;
	margin:auto;
	margin-top:20px;
	color:#3B393A;
}
.plan_test>h3{
	width:680px;
	margin:auto;

}
.plan_test>p{
	width:620px;
	margin:auto;
	text-indent:32px;
	line-height:25px;
	font-size:16px;
	color:#000000;
}
.plan_page{
	width:780px;
	height:30px;
    line-height:30px;
	text-align:center;
}
.plan_first{
	color: #3B393A;
    width: 25px;
    height: 25px;
    text-decoration: none; 
    display: inline-block;
    text-align: center;
    line-height: 25px;
	cursor:pointer;
	
}
.plan_second{
	color: #3B393A;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-bottom: 1px solid gray;
	cursor:pointer;
}

.plan_background{
	width:750px;
	height:294px;
	line-height:340px;
	margin:auto;
}
.plan_background>img{
	width:750px;
	height:294px;
	vertical-align:middle;
	text-align:center;
	
}
.friend_line{
	 width:120px;
	 height:1px;
	 border-bottom:2px solid black;
	 position:absolute;
	 text-align:center;
	 top:50%;
	 left:8%;
	}
	.friend_line2{
	 width:120px;
	 height:1px;
	 border-bottom:2px solid black;
	 position:absolute;
	 text-align:center;
	 top:50%;
	 left:78%;
	}
	.friend_text{
		font-size:18px;
		height:69px;
		text-align:center;
		position:absolute;
		left:26%;
		top:35%;
		margin-left:10px;
		letter-spacing:4px;
	}
/*联系我们*/
.address{
	width:700px;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	justify-content:space-between;
}
.address_left {
    display:inline-block;
    margin-bottom: 10px;
    font-size: 12px;
	color:black;
	
}

.address_left >p{
	 font-size: 14px;
	color:black;
	line-height:20px;
}
.address_right {
   display:inline-block;
    margin-bottom: 10px;
    font-size: 12px;
	color:black;
	
}
.address_right >p{
	 font-size: 14px;
	color:black;
	line-height:20px;
}
.position{
	width:80px;
	height:30px;
	text-align:center;
	line-height:30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 5px  #AEAEAE,5px 0px 5px #AEAEAE;
	-moz-box-shadow:0px 5px 5px  #AEAEAE; 
	-ms-box-shadow: 0px 5px 5px  #AEAEAE;
	-o-box-shadow:  0px 5px 5px  #AEAEAE;
	box-shadow:  0px 5px 5px  #AEAEAE;
	font-size:16px;
	letter-spacing:4px;
	background-color:#BFBABA;
	cursor:pointer;
}
.contant_line{
	 width:120px;
	 height:1px;
	 border-bottom:2px solid black;
	 position:absolute;
	 text-align:center;
	 top:50%;
	 left:10%;
	}
	.contant_line2{
	 width:120px;
	 height:1px;
	 border-bottom:2px solid black;
	 position:absolute;
	 text-align:center;
	 top:50%;
	 left:75%;
	}
	.contant_text{
		font-size:18px;
		height:69px;
		text-align:center;
		position:absolute;
		left:28%;
		top:35%;
		margin-left:10px;
		letter-spacing:4px;
	}
/*在线机器人*/
.body_robot{
	
   width:780px;
   height:850px;
   background-color:#EFEDEE;
    -webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 5px 5px  #DADADA;
	-moz-box-shadow:0px 5px 5px  #DADADA;
	-ms-box-shadow: 0px 5px 5px  #DADADA;
	-o-box-shadow:  0px 5px 5px  #DADADA;
	box-shadow:  0px 5px 5px  #DADADA;
	margin:auto;
	margin-top:20px;
	position:absolute;top:60px;
	left:220px;
}
.robot_radius{
	width:720px;

	background-color:white;
	 -webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 5px 5px  #D0CECE;
	-moz-box-shadow:0px 5px 5px  #D0CECE;
	-ms-box-shadow: 0px 5px 5px  #D0CECE;
	-o-box-shadow:  0px 5px 5px  #D0CECE;
	box-shadow:  0px 5px 5px  #D0CECE;
	border:1px solid #DFDEDE;
	margin:auto;
	margin-top:15px;
	position:relative;
}
.robot_head{
	 height:69px;
	 width:720px;
	 background-color:#F59A68;
	 border-radius:18px 18px 0px 0px;
	 -webkit-border-radius: 18px 18px 0px 0px;
	-moz-border-radius: 18px 18px 0px 0px;
	-ms-border-radius: 18px 18px 0px 0px;
	-o-border-radius: 18px 18px 0px 0px;
	-webkit-box-shadow: 0px 3px 3px #D6D6D6;
	-moz-box-shadow:0px 3px 3px  #D6D6D6;
	-ms-box-shadow: 0px 3px 3px  #D6D6D6;
	-o-box-shadow:  0px 3px 3px  #D6D6D6;
	box-shadow:  0px 3px 3px  #D6D6D6;
	overflow:hidden;
}
.robot_left{
	margin-left:10%;
	height:69px;
	width:120px;
	position:relative;
	float:left;
	
}
.robot_right{
	position:relative;
	float:left;
	height:69px;
	margin-left:25%;
}
.robot-span{
	text-align:center;
	float:right;
	font-size:18px;
	color:white;
	height:69px;
	line-height:69px;
	margin-right:10%;
}

.robot_left>img{
	width:95px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-23px;
	margin-left:-47.5px;
}

.robot_right>img{
	width:43px;
	height:50px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-47.5px;
}
.robot_send{
	overflow:hidden;
	margin-top:20px;
	margin-left:25px;
}
.robot_sendRight{
	overflow:hidden;
	margin-right:25px;
	margin-top:20px;
	}
.robot_message{
	width:720px;
	margin:auto;
	height:500px;
	overflow-y:scroll;
}
.bubble_left{
	float:left;
	width:85px;
	height:85px;
	border-radius:50%;
	position:relative;
	border: 1px solid #DFDCDC;
	 vertical-align:middle;
}
.bubble_right{
	float:right;
	width:85px;
	height:85px;
	border-radius:50%;
	position:relative;
	border: 1px solid #DFDCDC;
	 vertical-align:middle;
}

.bubble_left>img{
	width:80px;
	height:39px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-19.5px;
}
.bubble_right>img{
	width:85px;
	height:85px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-42.5px;
	margin-top:-43px;
}
 .bubble_leftQues {
    position: relative;
    background-color: #EFEDED;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	float:left;
	margin:10px 40px;
	vertical-align:middle;
	max-width:500px;
}
.bubble_rightQues{
    position: relative;
    background-color: #EFEDED;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	float:right;
	margin:10px 40px;
	vertical-align:middle;
	max-width:500px;
}
.bubble_leftQues>p{
	font-size: 16px;
	margin:10px 0px;
    line-height:30px;
	color:black;
	padding:0px 10px;
	width:auto;
}
.bubble_rightQues>p{
	font-size: 16px;
	margin:10px 0px;
    line-height:30px;
	padding:0px 10px;
	color:black;
	width:280px; 
	word-break:break-all;
	width:auto;
}
.bubble_leftQues:before {
    position: absolute;
    content: "";
    right: 100%;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #EFEDED;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
	color:black;
	
}
.bubble_rightQues:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid transparent ;
    border-left: 20px solid #EFEDED;
	color:black;
	
}
.on_text{
		font-size:18px;
		height:69px;
		text-align:center;
		position:absolute;
		left:22.5%;
		top:35%;
		margin-left:10px;
		letter-spacing:4px;
	}
.robot_allow{
	width:720px;
	
}
.robot_line{
	border:1px solid #D6D3D3;
	width:720px;
}
.robot_sendImage{
	width:720px;
	margin-left:20px;

}
.emotion{
	width:50px;
	height:38px;
	position:relative;
	display:inline-block;
 }
 .emotion:hover{
	 background-color:#DADADA;
	}
	.sendImage2:hover{
	 background-color:#DADADA;
	}
	.sendImage3:hover{
	 background-color:#DADADA;
	}
 .sendImage2{
	width:50px;
	
	height:38px;
	position:relative;
	display:inline-block;
 }
 .sendImage3{
	width:50px;
	
	height:38px;
	position:relative;
	display:inline-block;
 }
.emotion>img{
	 width:22px;
	 height:22px;
	 position:absolute;
	 left:50%;
	 top:50%;
	 margin-top:-11px;
	 margin-left:-11px;
}
.sendImage2>img{
	 width:22px;
	 height:22px;
	 position:absolute;
	 left:50%;
	 top:50%;
	 margin-top:-11px;
	 margin-left:-11px;
	 
}
.sendImage3>img{
	 width:27px;
	 height:16px;
	 position:absolute;
	 left:50%;
	 top:50%;
	 margin-top:-8px;
	 margin-left:-13.5px;
}
.robot_textarea{
	width:680px;
	margin:auto;
	overflow:hidden;
	margin:0 20px 20px;
}
.sub_btn{
	width:60px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:black;
	background-color:#EFEDED;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 5px  #AEAEAE;
	-moz-box-shadow:0px 5px 5px #AEAEAE;
	-ms-box-shadow: 0px 5px 5px  #AEAEAE;
	-o-box-shadow:  0px 5px 5px  #AEAEAE4;
	box-shadow:  0px 5px 5px  #AEAEAE;
	border:none;
	font-size:16px;
	display:inline-block;
	cursor:pointer;
}
.textarea_text{
	float:left;
}
.robot_input{
	 float:left;
	 margin-top:20px;
	 margin-left:20px;
}
.question_background{
	 background-color:rgba(0,0,0,0.25);
	 position:absolute;
	 top:0px;
	 left:0Px;
	 right:0px;
     z-index:14;
	 display:none;
}
.question_background>div{
	display: table;
     position:absolute;
	 top:0px;
	 left:0Px;
	 right:0px;
	 bottom: 0px;
	 width: 100%;
	 height: 100%;
	 z-index:-1;

}
.question_background>div span{
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	}
.imgsize{
	width:39%;
}

.body_punchinello{
	width:780px;
   height:1120px;
   background-color:#EFEDEE;
    -webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0px 5px 5px  #DADADA;
	-moz-box-shadow:0px 5px 5px  #DADADA;
	-ms-box-shadow: 0px 5px 5px  #DADADA;
	-o-box-shadow:  0px 5px 5px  #DADADA;
	box-shadow:  0px 5px 5px  #DADADA;
	margin:auto;
	margin-top:20px;
	position:absolute;top:60px;
	left:220px;
}
.punchinello_Title{
	width:780px;
    margin-top:20px;
	position:absolute;
}
.punchinello_Title>img{
	width:200px;
	margin-left:290px;
}
.punchinello_text{
	

	margin:auto;
	text-indent:32px;
	height:60px;
	line-height:60px;
	font-size:20px;
	color:#000000;
	text-align:center;
}
.NGC_punchinello{
	width:780px;
	display:block;
	height:470px;
	
}
.plan_punchinello{
	width:680px;
	margin:auto;
	color:#3B393A;
}
.plan_punchinello>p{
	width:620px;
	margin:auto;
	text-indent:32px;
	line-height:25px;
	font-size:16px;
	color:#000000;
}
.flow_line3{
	 width:120px;
	 height:1px;
	 border-bottom:2px solid black;
	 position:absolute;
	 text-align:center;
	 top:50%;
	 left:67%;
	}

.flexslider {
        margin: 0px auto 20px;
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
        zoom: 1;
    }
    
    .flexslider .slides li {
        width: 100%;
        height: 100%;
    }
    .flex-direction-nav a {
        width: 70px;
        height: 70px;
        line-height: 99em;
        overflow: hidden;
        margin: -35px 0 0;
        display: block;
        background: url(../image/ad_ctr.png) no-repeat;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
        border-radius: 35px;
    }
    
    .flex-direction-nav .flex-next {
        background-position: 0 -70px;
        right: 0;
    }
    
    .flex-direction-nav .flex-prev {
        left: 0;
    }
    
    .flexslider:hover .flex-next {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-prev {
        opacity: 0.8;
        filter: alpha(opacity=25);
    }
    
    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }
    
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;
    }
    
    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    
    .flex-control-paging li a {
        background: url(../image/dot.png) no-repeat 0 -16px;
        display: block;
        height: 16px;
        overflow: hidden;
        text-indent: -99em;
        width: 16px;
        cursor: pointer;
    }
    
    .flex-control-paging li a.flex-active,
    .flex-control-paging li.active a {
        background-position: 0 0;
    }
    
    .flexslider .slides a img {
       width:100%;
	   height:100%;
        display: block;
		margin:auto;
    }
    .plan_adress{
	width:680px;
	margin:auto;
	margin-top:20px;
	color:#3B393A;
}
.plan_adress>h4{
	text-align:center;
	height:40px;
	line-height:40px;
}
.plan_adress>p{
	width:620px;
	margin:auto;
	line-height:30px;
	font-size:16px;
	color:#000000;
	text-align:center;
}
.punchinello_a{
	color:blue;
}
.mask_div {    
			
	background-color:rgba(0,0,0,0.25);
	position: absolute;
	left: 0;
	top: 0;
	bottom:0;
	z-index: 2;
	display:none;
        }  
    .model{  
            position: absolute; z-index: 3;  
			vertical-align:middle;
		text-align:center;
		    
			margin-top:20%;
			margin-left:25%;
          display: none;  
        }  
	.model>img{
		width:60%;
		text-align:center;
		
	}
	.body_PMG{
  width: 780px;
    height: 840px;
    background-color: #EFEDEE;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 0px 5px 5px #DADADA;
    -moz-box-shadow: 0px 5px 5px #DADADA;
    -ms-box-shadow: 0px 5px 5px #DADADA;
    -o-box-shadow: 0px 5px 5px #DADADA;
    box-shadow: 0px 5px 5px #DADADA;
    margin: auto;
    margin-top:20px;
    position: absolute;
    top: 80px;
    left:220px;
}
.showBei_text2{
		
		font-size:18px;
		height:69px;
		text-align:center;
		position:absolute;
		left:32.5%;
		top:35%;
		margin-left:10px;
		letter-spacing:4px;
	}
.show_background{
	width:780px;
    margin-top:20px;
	position:absolute;
}
.left_showImage{
	width: 213px;
    height: 188px;
    display: table-cell;
    vertical-align: middle;
}
.left_showImage>img{
	width:160px;
	height:160px;
	margin-left:30px;
	margin-top:20px;
}
.show_text>p{
	 color:black;
	 font-size:16px;
	 font-weight: 500;
	  text-align:center;
}
.show_div{
	width: 780px;
    font-size: 22px;
    text-align:center;
    margin-top: 20px;
    color: black;
    display: block;
	height:40px;
	
}
.show_divImage{
	margin-top:15px;
}

 .show_line{
	 width:180px;
	 height:1px;
	 border-bottom:2px solid black;
	 position:absolute;
	 text-align:center;
	 top:50%;
	 left:5%;
	}
	.show_line2{
	 width:180px;
	 height:1px;
	 border-bottom:2px solid black;
	 position:absolute;
	 text-align:center;
	 top:50%;
	 left:72%;
	}
	.showBei_text{
		
		font-size:18px;
		height:69px;
		text-align:center;
		position:absolute;
		left:30%;
		top:35%;
		margin-left:10px;
		letter-spacing:4px;
	}
	
	.show_leftText{
		width:330px;
		float:left;
		margin-left:50px;
	}
	.show_leftText>p{
		color:black;
		font-size:16px;
		line-height:30px;
		
	}
	.show_p{
		text-indent:32px;
		text-align:left;
		margin-bottom:20px;
		}
	


    
