﻿/* 字体引用 */
@charset "utf-8";
/*@font-face {
    font-family: 'webfont/heliosextthinregular';
    src: url('webfont/he_eth_-webfont.eot');
    src: url('webfont/he_eth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/he_eth_-webfont.woff') format('woff'),
         url('webfont/he_eth_-webfont.ttf') format('truetype'),
         url('webfont/he_eth_-webfont.svg#heliosextthinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td ,/* table elements 表格元素 */
div{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
*{
	box-sizing: border-box;
}
a:focus{
	outline: none;
}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 12px/1 "Microsoft YaHei",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
body,a{
	color:#666;
}
h1{ font-size: 18px; /* 18px / 12px = 1.5 */ }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
i,em,b{
	font-style: normal;
}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置浏览器默认样式 select */
select,option,option select{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	outline:none;
	blur:expression(this.onFocus=this.blur());
}
/*a:hover { text-decoration: underline;}*/
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
 	color: #000;
 }
 /* for ie6 */
fieldset, img {
 	border: none; /* img 搭车：让链接里的 img 无边框  注：optgroup 无法扶正*/
 }
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td{
	border:1px solid #ddd;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/* 表单 在浏览器上的默认样式*/
input,input:focus,button,button:focus,textarea,textarea:focus{
	outline:none;
	border:none;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/* ie7以下两个以上的 li浮动产生的空白间隙bug */
li{
	+vertical-align: top;
	_vertical-align: top;
}
/* ie下li元素的内联元素底部产生空白 */
li *{
	*zoom:1;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ie下图片标签上有空白 */
img{
	vertical-align: middle;
	*vertical-align:top;
}
/* ie下input标签文本居中 */
input{
	vertical-align: middle;
}
/* 以下为自用公共样式 */
/* 浮动 */
.fl,.fl-li li,.fl-a{
	float: left;
	_display: inline;
}
.fr,.fr-li li,.fr-a{
	float: right;
	_display: inline;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.padd{
	padding: 0.1px;
}
.opacity{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:08;
}
/* 清除浮动 */
.cb:after{
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
/* 内联块级元素 */
.ib,.flexslider .hd ul li,.Breed_tab a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body,html{
	width: 100%;
	*overflow-x: hidden;
	min-width:320px;
}
.flexslider .hd ul li,.x_logo,.flexslider .hd ul li::before,.x_nav ul li > a,.x_nav ul li .sub a,.about_list ul *,.product_list ul li *,.product_tab *,.Breed_list ul li,.Breed_tab *,.Hotel_tab *,.news_tab *,.news_list ul li h4,.news_more,.res_list ul li *,.page_nav ul li .sub{
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}
.jd-list ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.db{
	display: block;
}
.th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.wh{
	width: 100%;
	height: 100%;
}
.idw{
	width: 100%;
}
.h{
	height: 100%;
}
.pr{
	position: relative;
}
.oh{
	overflow: hidden;
}
.br{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.w120{
	width: 120%;
}
.bg{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*公共样式结束*/
/*header*/
.x_logo{
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-position:left center;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 2000;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    transition: ease 1.5s;
}
#menu_btn{
	display: block;
	width: 110px;
	height: 110px;
	background: url(../web-icon/menu_icon.png) center center no-repeat;
	position: fixed;
	top: 50%;
	left: 110px;
	z-index: 2000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    transition: ease 1.5s;
}
.h_tel{
    width: 275px;
	height: 58px;
	text-align: right;
    font-family: "微软雅黑";
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 44px;
    right: 80px;
    z-index: 2000;
    background:url(../web-icon/tel_line.png) left 15px no-repeat,url(../web-icon/h_tel.png) 76px top no-repeat,url(../web-icon/web_name.png) left bottom no-repeat;
    padding-left: 93px;
    line-height: 28px;
}
#header{
	width: 1275px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 2000;
	opacity: 0;
	transition: ease 1.5s;
	background-color: rgba(196,13,15,0.90);
	padding-left: 145px;
}
.header_logo{
	width: 513px;
	height: 52px;
	background: url(../web-icon/menu_logo.png) center center no-repeat;
	margin-top: 15vh;
	animation-delay:.7s;
	animation-duration:1.5s;
}
#close_btn{
	display: block;
	width: 21px;
	height: 21px;
	background: url(../web-icon/colse_icon.png) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 53px;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
:root{
	--num:.5;
}
.x_nav{
	margin-top:10vh;
}
.x_nav ul li{
	float: left;
	margin-left: 20px;
	margin-right: 80px;

}
.x_nav ul li:nth-child(1){
	animation-delay:.8s;
}
.x_nav ul li:nth-child(2){
	animation-delay:.7s;
}
.x_nav ul li:nth-child(3){
	animation-delay:.6s;
}
.x_nav ul li:nth-child(4){
	animation-delay:.5s;
}
.x_nav ul li:nth-child(5){
	animation-delay:.4s;
}
.x_nav ul li:nth-child(6){
	animation-delay:.3s;
}
.x_nav ul li:nth-child(7){
	animation-delay:.2s;
}
.x_nav ul li > a{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff !important;
	font-weight: bold;
}
.x_nav ul li .sub{
	margin-top: 29px;
}
.x_nav ul li .sub a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #d9d9d9;
	margin-bottom: 20px;
}
.x_nav ul li:hover > a{
	color: #ffffff !important;
}
.x_nav ul li .sub a:hover{
	color: #d9d9d9 !important;
}
.search{
	width: 240px;
	height: 37px;
	border-bottom: 2px solid #fff;
	margin-top: 10vh;
	animation-delay:.7s;
	animation-duration:1.5s;
}
.search input{
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: #fff !important;
	background-color: transparent;
	line-height: 20px;
	padding-right: 25px;
}
.search input::-webkit-input-placeholder{
	font-size: 14px;
	color: #fff;
}
.search a{
	display: block;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	background: url(../web-icon/search_icon.png) center center no-repeat;
}
#page_header{
	height: 110px;
	background-color:#fff;
}
.page_logo{
	width: 110px;
	height: 110px;
	background-repeat: no-repeat;
	background-position:center center;
}
.page_nav{

}
.page_nav ul li{
	float: left;
    position: relative;
    margin-left: 39px;
    text-align: center;
}
.page_nav ul li > a{
	display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 110px;
    position: relative;
    z-index: 2000;
}
.page_nav ul li .sub{
	width: 114px;
	position: absolute;
	top: -100%;
	left: 50%;
	z-index: -1000;
	background-color:#fff;
	opacity: 0;
	visibility:hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
.page_nav ul li .sub a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 25px;
}
.page_nav ul li:hover .sub{
	top: 110px;
	opacity: 1;
	visibility:visible;
	z-index: 1000;
}
.page_nav ul li .sub a:hover{
	text-decoration: underline;
}
/*header*/

/*con*/
#about{
	height: 880px;
	background-color: #f6f6f6;
}
#about .left{
	width: 480px;
}
.about_title{
	height: 137px;
	background: url(../web-icon/about_title.png) center left no-repeat;
	margin-top: 122px;
	margin-bottom: 112px;
}
.about_list ul li{
	float: left;
	width: 200px;
	position: relative;
	margin-bottom: 110px;
	margin-right: 80px;
}
.about_list ul li i{
	display: block;
	width: 100%;
	height: 74px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.about_list ul li i.icon_hover{
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.about_list ul li h4{
	font-size: 18px;
	color: #333;
	margin-top: 74px;
}
.about_list ul li p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
	margin-top: 20px;
	text-align: justify;
}
.about_list ul li:hover i.icon{
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.about_list ul li:hover i.icon_hover{
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
#about .right{
	width: 642px;
	height: 822px;
	margin-top: 123px;
}
#about .right h2{
	font-size: 24px;
	color: #333;
}
#about .right h2 i{
	display: block;
	width: 20px;
	height: 2px;
	background-color:#C21818;
	margin-top: 33px;
}
#about .right p{
	font-size: 14px;
	color: #777;
	text-align: justify;
	margin-top: 35px;
	line-height: 25px;
}
.about_img{
	width: 1001px;
	height: 570px;
	position: absolute;
	top: 375px;
	right: -351px;
	z-index: 100;
}
#about .right span{
	display: block;
	width: 392px;
	height: 286px;
	font-size: 18px;
	color: #fff !important;
	text-align: center;
	position: absolute;
	z-index: 300;
	padding-top: 100px;
}
#about .right span em{
	font-size: 45px;
	color: #fff !important;
}
#about .right span s{
	font-size: 14px;
	margin-left: 10px;
	text-decoration: none;
}
#about .right .Strength_1{
	background-color: rgba(194,24,24,.8);
	top: 375px;
    right: 258px;
}
#about .right .Strength_2{
    height: 284px;
    background-color: rgba(0,0,0,.8);
    top: 661px;
    right: 0;
}



#product{
	height: 928px;
	margin-top: 65px;
}
#product .w1200 > i{
	position: absolute;
	z-index: 10;
}
.product_en{
	height: 18px;
	background: url(../web-icon/product_en.png) left center no-repeat;
	margin-top: 109px;
}
.product_left_img{
	width: 1366px;
	height: 731px;
	background: url(../web-icon/product_bg.jpg) center center no-repeat;
	left: -352px;
	bottom: 0;
    z-index: 20 !important;
}
.product_right_bg{
	width: 1001px;
	background-color:#C21818;
	top: 0;
	right: -351px;
}
.p_line_top{
	width: 937px;
	height: 1px;
	background-color: #fff;
	top: 93px;
	right: -287px;
}
.p_line_right{
	width: 1px;
	height: 781px;
	background-color: #fff;
	top: 93px;
	right: -287px;
}
.p_line_bottom{
	width: 491px;
	height: 1px;
	background-color: #fff;
	bottom: 53px;
	right: -287px;
}
.product_right_icon{
	width: 255px;
	height: 274px;
	background: url(../web-icon/product_right_icon.png) center center no-repeat;
	bottom: 39px;
    right: -173px;
}
.product_list{
	width: 972px;
	height: 551px;
	margin-top: 150px;
	z-index: 500;
}
.product_list ul li{
	float: left;
	width: 311px;
	height: 260px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 26px;
	position: relative;
}
.product_list ul li h4{
	height: 99px;
	font-size: 14px;
	color: #fff !important;
	text-align: center;
	background:#C21818;
	line-height: 99px;
	position: absolute;
	bottom: -99px;
	left: 0;
	z-index: 100;
	opacity: .5;
}
.product_list ul li p{
	display: none;
    font-size: 13px;
    color: #fff !important;
    opacity: 0;
    position: relative;
    z-index: 500;
    text-align: center;
    line-height: 20px;
}
.product_list ul li:hover p{
	margin-top: -49px;
	opacity: 1;
}
.product_list ul li:hover i{
	background-position-y: -50px;
}
.product_list ul li:hover h4{
	bottom: 0;
	opacity: 1;
}
.product_title{
	width: 150px;
	height: 66px;
	font-size: 36px;
	color: #fff !important;
	font-weight: bold;
	background: url(../web-icon/product_en_right.png) center bottom no-repeat;
	margin-top: 68px;
	margin-bottom: 46px;
}
.product_tab{
	width: 150px;
	z-index: 500;
}
.product_tab .sub a{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-bottom: 55px;
}
.product_tab .sub a i{
	display: block;
	float: right;
	width: 0px;
	height: 1px;
	background-color: #fff;
	margin-top: 8px;
	opacity: 0;
}
.product_tab .sub a.active{
	color: #fff !important;
}
.product_tab .sub a.active i{
	width: 50px;
	opacity: 1;
}
.product_more{
	display: block;
	width: 32px;
	height: 32px;
	background: url(../web-icon/product_right_more.png) center center no-repeat;
	margin-top: 30px;
	margin-top: 108px;
}



#Breed{
	height: 782px;
	background: url(../web-icon/Breed_tab_icon.png) center 624px no-repeat;
}
.Breed_title{
	height: 63px;
	background: url(../web-icon/Breed_title.png) center center no-repeat;
	margin-top: 80px;
	margin-bottom: 70px;
}
.Breed_list{
	height: 336px;
}
.Breed_list ul li{
	width: 100%;
	height: 336px;
	position: absolute;
	left: 0;
	bottom: -114px;
	z-index: 10;
	opacity: 0;
	transition-duration: .8s;
}
.Breed_list ul li pre{
	width:55%;
	margin-left: 24px;
	white-space: pre-line;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size:14px;
	color: #777;
	line-height: 26px;
	background-color: transparent;
	border: none;
}
.Breed_list ul li pre h4{
	font-size: 22px;
	color: #333;
	margin-bottom: 26px;
	margin-top: 4px;
}
.Breed_list ul li i{
	width: 35%;
}
.Breed_list ul li.on{
	bottom: 0;
	opacity: 1;
	z-index: 100;
}
.Breed_tab{
	font-size: 0;
	text-align: left;
	margin-top: 76px;
}
.Breed_tab a{
	width: 257px;
    text-align: center;
    margin-left: 34px;
}
.Breed_tab a i.dian{
	width: 9px;
	height: 9px;
	background-color: #C21818;
	border-radius: 50%;
	margin: 0px auto 0px;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
}
.Breed_tab a h4{
	font-size: 16px;
	color: #333;
	margin-top: 33px;
}
.Breed_tab a .jt{
	width: 14px;
	height: 12px;
	background: url(../web-icon/Breed_more.png) center center no-repeat;
	margin: 60px auto 0px;
	opacity: 0;
}
.Breed_tab a.on i.dian{
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.Breed_tab a.on h4{
	color: #C21818;
}
.Breed_tab a.on i.jt{
	margin-top: 30px;
	opacity: 1;
}

/*con*/
/*footer*/
#footer{
	height: 795px;
	background-color: #C21818;
}
.f_title{
	font-size: 36px;
	color: #fff !important;
	font-weight: bold;
	margin-top: 100px;
	background: url(../web-icon/contactus_name.png) left bottom no-repeat;
	padding-bottom: 70px;
}
.f_title i{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #fff;
	margin-top: 25px;
}
.f_txt{
	font-size: 14px;
	color: #fff;
	text-align: justify;
	line-height: 22px;
	margin-top: 58px;
}
.f_line{
	display: block;
	width: 680px;
	height: 1px;
	background-color:#C21818;
	margin-top: 80px;
	margin-bottom: 108px;
}
.f_lxfs{
	width: 680px;
	float:left;
}
.f_lxfs .left{
	width: 355px;
	padding-left: 30px;
	background: url(../web-icon/f_contact_icon.png) left 0px no-repeat;
	padding-top: 3px;
}
.f_lxfs .left p{
	font-size: 15px;
	color: #fff !important;
	margin-bottom: 32px;
}
.f_erweima{
	width: 277px;
	height: 130px;
	margin-left: 25px;
	background:url(../web-icon/f_erweima_border.png) right center no-repeat;
	font-size: 14px;
	color: #fff;
	padding-right: 39px;
}
.f_erweima em{
	width: 20px;
	height: 100%;
	margin-top: 29px;
	margin-left: 11px;
}
#f_map{
	width: 866px;
	background-color: #666;
	position: absolute;
	top: 0;
	right: -351px;
	z-index: 100;
}
.copyRight{
	width: 100%;
	height: 59px;
	background-color: #C21818;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5000;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	line-height: 59px;
	text-align: center;
}
.copyRight a{
	color: #fff;	
}
.f_Support{
	margin-right: 71px;
	margin-left: 200px;
}
#chk_top{
    display: none;
    width: 30px;
    height: 18px;
    background: url(../web-icon/chk_top.png) center center no-repeat;
    position: fixed;
    bottom: 100px;
    right: calc((100% - 1270px) / 4);
    z-index: 9000;
}
/*footer*/





