/*****通用编码******/
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;/*只针对低版本谷歌*/
	font-size: 19px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
}
*, :after, :before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* 谷歌 */
	-moz-box-sizing: border-box; /* Firefox */
}
body, ol, table, tr, td, ul, li, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	/*font-family: "Segoe UI", "Microsoft Yahei", 微软雅黑, STXihei, 华文细黑, Helvetica, Arial, Tahoma, sans-serif, \5b8b\4f53;*/
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0
}
*html {
	background-attachment: fixed;
}/*解决IE6下滚动抖动的问题*/
body {
	color:#1f2329;
	font-size:14px;
	_overflow: hidden;
	line-height: 1.5;
	overflow-x: hidden;
	background: #fff;
	width: 100%;
	-webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
	*cursor: default;
}
img {
	border: none;
	vertical-align: middle;
}
ul, ol, li, form, dl {
	list-style: none;
}
p {
	margin: 0px;
	padding: 0px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.flex{
	display: flex;
}
.t-center{
	text-align: center;
}
.t-right{
	text-align: right;
}
/*-------给a加时间过渡、清除默认样式---------*/
a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	display: inline-block;
}
a:hover {
	/* color: #e80010; */
	color: inherit;
}
a:active, a:hover, a:link{
	text-decoration: none
}
a, area, a:active {
blr:expression(this.onFocus=this.blur());
}
:focus {
	-moz-outline-style: none;
}
/*在浏览器拖动鼠标颜色*/

/*-------表单居中、清理描边---------*/
input, button, select, textarea {
	outline: none
}
input, select, textarea, button {
	vertical-align: middle
}
button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}
input[type=submit] {
	cursor: pointer;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
/*----- 表格重置-----*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
caption {
	display: none;
}
:focus{outline:0}
.animate{transition:all .5s cubic-bezier(.25,0,0,1);-webkit-transition:all .5s cubic-bezier(.25,0,0,1);-moz-transition:all .5s cubic-bezier(.25,0,0,1);-ms-transition:all .5s cubic-bezier(.25,0,0,1);-o-transition:all .5s cubic-bezier(.25,0,0,1)}
/*----- clearfix-----*/
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
/*----- 超出省略号///-----*/
.toe {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/**font-size**/
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f12 {
	font-size: 12px;
}
.f24 {
	font-size: 24px;
}
.f32 {
	font-size: 32px;
}
.container{
	height: inherit;
}
.container:after, .container:before{
	display: none;
}
.iconfont{
	color: #ffffff;
}
img{
	object-fit: cover;
}
img:hover{
	animation:ProtoSmall 0.5s ease 0s 1 normal; animation-fill-mode:both; -webkit-animation:ProtoSmall 0.5s ease 0s 1 normal; -webkit-animation-fill-mode:both;transition: all 0.5s;
}
.page{
	width: 100%;
	height: auto;
	margin: 4rem 0;
	text-align: center;
}
.page a[title="Total record"]::before{
	content: "总计";
}
.page a[title="Total record"]::after{
	content: "条";
}
.page a{
	display: inline;
	padding: 0.5rem 0.8rem;
	border: 0.063rem solid #dedede;
}
.page>b{
	padding: 0.5rem 0.8rem;
	background-color: #8f1d25;
	color: #ffffff;

}
.LargeAnimation{animation:ProtoLarge 0.5s ease 0s 1 normal; animation-fill-mode:both; -webkit-animation:ProtoLarge 0.5s ease 0s 1 normal; -webkit-animation-fill-mode:both; }
.SmallAnimation{animation:ProtoSmall 0.5s ease 0s 1 normal; animation-fill-mode:both; -webkit-animation:ProtoSmall 0.5s ease 0s 1 normal; -webkit-animation-fill-mode:both; }
@keyframes ProtoLarge{0% {transform: scale(1);} 100% {transform: scale(1.03);} }
@-webkit-keyframes ProtoLarge {0% {-webkit-transform: scale(1);} 100% {-webkit-transform: scale(1.03);} }
@-moz-keyframes ProtoLarge {0% {-moz-transform: scale(1);} 100% {-moz-transform: scale(1.03);} }
@-o-keyframes ProtoLarge {0% {-o-transform: scale(1);} 100% {-o-transform: scale(1.03);} }
@keyframes ProtoSmall{0% {transform: scale(1);} 100% {transform: scale(1.05);} }
@-webkit-keyframes ProtoSmall {0% {-webkit-transform: scale(1);} 100% {-webkit-transform: scale(1.05);} }
@-moz-keyframes ProtoSmall {0% {-moz-transform: scale(1);} 100% {-moz-transform: scale(1.05);} }
@-o-keyframes ProtoSmall {0% {-o-transform: scale(1);} 100% {-o-transform: scale(1.05);} }
/* 1200以上核心版 */


@media (min-width:1024px) and (max-width:1136px){
	html{font-size: 10px;}
}
@media (min-width:1136px) and (max-width:1248px){
	html{font-size: 11px;}
}
@media (min-width:1248px) and (max-width:1360px){
	html{font-size: 12px;}
}
@media (min-width:1360px) and (max-width:1472px){
	html{font-size: 13px;}
}
@media (min-width:1472px) and (max-width:1584px){
	html{font-size: 13px;}
}
@media (min-width:1584px) and (max-width:1696px){
	html{font-size: 14px;}
}
@media (min-width:1696px) and (max-width:1808px){
	html{font-size: 15px;}
}
@media (min-width:1808px) and (max-width:1920px){
	html{font-size: 16px;}
}


@media (max-width: 768px){
.banner {
    height: 45vh;
}
.banner2 {
   height: 38.2vh;
}
.introduce {
    padding: 0rem;
}
.case-swiper-img{ height:auto;}
.case-swiper .swiper-slide{ height:21rem;}
.cominto .booth {
    float: none;
    margin-left: 0px;
}
.prut_content .left-img {
    width: 100%;
    float: none;
}
.spec-scroll .items {
    width: 92%;
}
.right-pinfo {
    width: 100%;
    float: none;
}
	}