@charset "utf-8";
.head_daohang_q1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.head_daohang_q2 {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.head_daohang_log {
    width: 223px;
    height: 92px;
    float: left;
}

.head_daohang_q3 {
    float: right;
}
.head_daohang_q3 ul li {
    display: block;
    float: left;
    padding-left: 35px;
}
.head_daohang_q3 ul li>a {
    display: block;
    color: #74726D;
    font-size: 16px;
    line-height: 60px;
}

.hcc1_product_nav {
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #4c4c4c;
    display: none;
}

.hcc1_product_nav_con {
    width: 668px;
    margin: 5px auto 0;
    position: relative;
}
.hcc1_product_nav_con span {
    display: inline-block;
}
.hcc1_product_nav_con span a {
    display: inline-block;
    width: 128px;
    height: 54px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 54px;
    border-left: 1px solid #fff;
    cursor: pointer;
}

.onHighLight {
    color: #dc0d0d !important;
    font-weight: bold !important;
}
.hcc_product_buy {
    width: 100%;
    height: 912px;
}
@media(max-width:767px){
	.hcc_product_buy {
    width: 100%;
    height: auto;
	}
}
.hcc_product_buy_con {
    height: 100%;
    position: relative;
	overflow: hidden;
	padding-bottom:60px;
}
/*
.hcc_w_1100 {
    width: 1100px;
    margin: 0 auto;
}
*/
.hcc_product_buy_left {
float: left;
    margin-top: 20%;
}
/*
@media screen and (max-width: 768px){
.hcc_product_buy_left {
    width: 13.33rem;
    top: 5.17rem;
    left: 2.33rem;
}
}
*/
.hcc_product_buy_left.active>p:nth-child(1) {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.1s;
}
.hcc_product_buy_left>p:nth-child(1) {
    font-size: 40px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(35px);
}
@media(max-width:767px){
	.hcc_product_buy_left>p:nth-child(1) {
		font-size:28px;
	}
}
.hcc_product_buy_left p:nth-child(1) {
}
.hcc_product_buy_left.active>p:nth-child(2) {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.4s;
}
.hcc_product_buy_left>p:nth-child(2) {
    width: 60px;
    height: 1px;
    background: #fff;
    margin: 18px 0px 18px 5px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(35px);
}
.hcc_product_buy_left.active>p:nth-child(3) {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 0.7s;
}
.hcc_product_buy_left>p:nth-child(3) {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 16px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(35px);
}
@media(max-width:767px){
	.hcc_product_buy_left>p:nth-child(3){
		font-size:24px;
	}
}
.hcc_product_buy_left.active>p:nth-child(4) {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 1.0s;
}
.hcc_product_buy_left>p:nth-child(4) {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(35px);
}
.hcc_product_buy_left.active .hcc_product_buy_left_img {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 1.3s;
}
.hcc_product_buy_left_img {
    height: 111px;
    margin-top: 33px;
    margin-bottom: 66px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(35px);
}
.hcc_product_buy_left_img0 {
    width: 90px;
    display: inline-block;
    margin-right: 15px;
}
.hcc_product_buy_left_img0 span {
    width: 100%;
    height: 77px;
    display: block;
}
.hcc_product_buy_left_img0 span img {
    width: 100%;
    height: 100%;
}
.hcc_product_buy_left_img0 p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hcc_product_buy_left.active a {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 0.3s ease 1.6s;
}
.hcc_product_buy_left a {
    display: block;
    width: 212px;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background: #dc0d0d;
    text-align: center;
    border-radius: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(35px);
}

.hcc_product_buy_right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 823px;
}
/*
@media screen and (max-width: 768px){
.hcc_product_buy_right {
    width: 18rem;
    margin-right: 2.33rem;
}
}
*/
.hcc_product_buy_right img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.gangcai_product_buy_right{
/*     float: right; */
position:absolute;
right:0;
top:0;
width:50%;
    margin-top: 20%;
	height:550px;
}
@media(max-width:767px){
	.gangcai_product_buy_right{
		float:none;
		margin-top:25%;
	}
}
.gangcai_product_buy_right img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.animate-bounce-down {
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}
@keyframes bounce-down{
25% {
    transform: translateY(-10px);
}

50%, 100% {
    transform: translateY(0);
}
75% {
    transform: translateY(10px);
}
	}
.bound_up{
	width:33px;height:56px;margin:0 auto;position:absolute;bottom:5%;left: calc(50% - 33px / 2);
}
@media(max-width:767px){
	.bound_up{
		display:none;
	}
}

/*产品参数*/
.hcc_product_para {
    width: 100%;
/*    height: 634px;*/
    box-sizing: border-box;
	margin-top:60px;
	margin-bottom:60px;
}
/*
.hcc_product_para_con {
    padding: 80px 60px 80px 60px;
}
*/
/*
.hcc_w_1100 {
    width: 1100px;
    margin: 0 auto;
}
*/
.hcc_product_con_title {
    font-size: 36px;
    color: #4b4a4a;
    text-align: center;
    padding-bottom: 27px;
    border-bottom: 3px solid #313131;
}
.hcc_product_para_block1 {
    border-bottom: 1px solid #a0a0a0;
}
.hcc_product_para_block1 p:first-of-type {
    padding-left: 20px;
}

.hcc_product_para_block1 p {
    width: 50%;
    line-height: 50px;
    float: left;
    font-size: 16px;
    color: #4b4a4a;
}
@media screen and (max-width: 768px){
	.hcc_product_para_block1 p {
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    padding-left: 0.83rem !important;
    border-bottom: 0.08rem solid #a0a0a0;
}
}
.hcc_product_para_block1 p span {
    display: inline-block;
    width: 120px;
    font-size: 16px;
    font-weight: bold;
    color: #4b4a4a;
}

.hcc_product_show1_block1 {
    padding-top: 0px;
}

.hcc_product_show1_text {
    font-size: 36px;
    color: #4b4a4a;
    text-align: center;
    margin-bottom: 8px;
}
.hcc_product_show1_block11 {
    width: 100%;
    float: left;
}
.hcc_product_show1_block11 div {
    height: auto;
    position: relative;
    margin-bottom: 24px;
    cursor: pointer;
}
.hcc_product_show1_block11 div img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.hcc_product_show1_block11 p {
    text-align: center;
    color: #4b4a4a;
    font-size: 16px;
}

/*VR展厅*/
.hcc7_vr_box {
    position: relative;
	margin-top:60px;
}
.hcc7_prev {
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    top: 50%;
    margin-top: -42px;
    left: 15%;
    cursor: pointer;
}
.hcc7_vr_box .prevStop {
    display: none !important;
}
.hcc7_next {
    display: block;
    height: 85px;
    width: 85px;
    position: absolute;
    top: 50%;
    margin-top: -42px;
    right: 15%;
    cursor: pointer;
}
.hcc7_vr_box .nextStop {
    display: none !important;
}

/*销售网点查询*/
.hcc_network {
    width: 100%;
    height: 200px;
    background:url(images/networkImg.jpg) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.hcc_network_con {
    padding-top: 20px;
}
.hcc_w_1100 {
    width: 1100px;
    margin: 0 auto;
}
.hcc_network_con_title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.hcc_network_con div p {
    width: 523px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.hcc_network_btn {
    width: 80px;
    height: 45px;
    background: #dc0d0d;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border: none;
    outline: none;
    float: right;
    margin-right: 24px;
}
.hcc_network_select2 {
    width: 186px;
    height: 45px;
    outline: none;
    padding-left: 10px;
    float: right;
    margin-right: 5px;
    display: none;
}
.hcc_network_select1 {
    width: 186px;
    height: 45px;
    outline: none;
    padding-left: 10px;
    float: right;
    margin-right: 5px;
}

/*定义一个名字为upeaseinAnimate动画，实现从页面的上边淡入页面效果*/
@keyframes upeaseinAnimate{
    0%{ transform: scale(0.2); opacity: 0;}   /*在0%时设置文字在想X轴-2000px位移处（左边），透明度为0，也就是看不见文字*/
    100%{ transform: scale(1); opacity: 1;}         /*在100%时设置文字在想X轴0px位移处，也就是原始布局的位置，透明度为1，也就是文字可以看见了*/
}
@-webkit-keyframes upeaseinAnimate{
    0%{ transform: scale(0.2); opacity: 0;}   /*在0%时设置文字在想X轴-2000px位移处（左边），透明度为0，也就是看不见文字*/
    100%{ transform: scale(1); opacity: 1;}         /*在100%时设置文字在想X轴0px位移处，也就是原始布局的位置，透明度为1，也就是文字可以看见了*/
}
@-o-keyframes upeaseinAnimate{
    0%{ transform: scale(0.2); opacity: 0;}   /*在0%时设置文字在想X轴-2000px位移处（左边），透明度为0，也就是看不见文字*/
    100%{ transform: scale(1); opacity: 1;}         /*在100%时设置文字在想X轴0px位移处，也就是原始布局的位置，透明度为1，也就是文字可以看见了*/
}
@-ms-keyframes upeaseinAnimate{
    0%{ transform: scale(0.2); opacity: 0;}   /*在0%时设置文字在想X轴-2000px位移处（左边），透明度为0，也就是看不见文字*/
    100%{ transform: scale(1); opacity: 1;}         /*在100%时设置文字在想X轴0px位移处，也就是原始布局的位置，透明度为1，也就是文字可以看见了*/
}
@-moz-keyframes upeaseinAnimate{
    0%{ transform: scale(0.2); opacity: 0;}   /*在0%时设置文字在想X轴-2000px位移处（左边），透明度为0，也就是看不见文字*/
    100%{ transform: scale(1); opacity: 1;}         /*在100%时设置文字在想X轴0px位移处，也就是原始布局的位置，透明度为1，也就是文字可以看见了*/
}
.pro_list-name{
	overflow: hidden;
    animation: upeaseinAnimate 0.8s linear 0.2s 1;    
    -webkit-animation: upeaseinAnimate 0.8s linear 0.2s 1;
    -ms-animation: upeaseinAnimate 0.8s linear 0.2s 1;
    -o-animation: upeaseinAnimate 0.8s linear 0.2s 1;
    -moz-animation: upeaseinAnimate 0.8s linear 0.2s 1;
    
    /*规定动画的最后状态为结束状态*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 
}
.pro_line{
		overflow: hidden;
	animation: upeaseinAnimate 0.8s linear 0.5s 1;    /*调用已定义好的动画lefteaseinAnimate，全程运行时间1S，进入的速度曲线为ease，只播放一次*/
    -webkit-animation: upeaseinAnimate 0.8s linear 0.5s 1;
    -ms-animation: upeaseinAnimate 0.8s linear 0.5s 1;
    -o-animation: upeaseinAnimate 0.8s linear 0.5s 1;
    -moz-animation: upeaseinAnimate 0.8s linear 0.5s 1;
    
    /*规定动画的最后状态为结束状态*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 
}
.pro_name{
		overflow: hidden;
	animation: upeaseinAnimate 0.8s linear 0.8s 1;    /*调用已定义好的动画lefteaseinAnimate，全程运行时间1S，进入的速度曲线为ease，只播放一次*/
    -webkit-animation: upeaseinAnimate 0.8s linear 0.8s 1;
    -ms-animation: upeaseinAnimate 0.8s linear 0.8s 1;
    -o-animation: upeaseinAnimate 0.8s linear 0.8s 1;
    -moz-animation: upeaseinAnimate 0.8s linear 0.8s 1;
    
    /*规定动画的最后状态为结束状态*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 
	
}
.pro_tedian{
	width:80%;
		overflow: hidden;
		animation: upeaseinAnimate 0.8s linear 1s 1;    /*调用已定义好的动画lefteaseinAnimate，全程运行时间1S，进入的速度曲线为ease，只播放一次*/
    -webkit-animation: upeaseinAnimate 0.8s linear 1s 1;
    -ms-animation: upeaseinAnimate 0.8s linear 1s 1;
    -o-animation: upeaseinAnimate 0.8s linear 1s 1;
    -moz-animation: upeaseinAnimate 0.8s linear 1s 1;
    
    /*规定动画的最后状态为结束状态*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 

}
.pro_youshi{
		overflow: hidden;
		animation: upeaseinAnimate 0.8s linear 1.2s 1;    /*调用已定义好的动画lefteaseinAnimate，全程运行时间1S，进入的速度曲线为ease，只播放一次*/
    -webkit-animation: upeaseinAnimate 0.8s linear 1.2s 1;
    -ms-animation: upeaseinAnimate 0.8s linear 1.2s 1;
    -o-animation: upeaseinAnimate 0.8s linear 1.2s 1;
    -moz-animation: upeaseinAnimate 0.8s linear 1.2s 1;
    
    /*规定动画的最后状态为结束状态*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 	
}
.pro-cc-name{text-align:center;}
@media(max-width:768px){
	.pro_tedian{
		display:none;
	}
	.pro_youshi{
		display:none;
	}
}

.product_banner_bg{
	background-image:url(../../../images/product_banner_bg.jpg);
	position:absolute;
	left:0;
	top:0px;
	right:0;
	bottom:0;
	z-index:-16;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}

.postion_top{
	position: absolute;
	bottom:auto;
	top: 200px;
	right:0; 
}
