/*清除并统一浏览器默认样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}.pro_single_description img{vertical-align: top;}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/*通用样式设置*/

/*@font-face{
    font-family:Average-Regular;
    src:url('../fonts/Average-Regular.ttf');
}
@font-face{
    font-family:FjallaOne-Regular;
    src:url('../fonts/FjallaOne-Regular.ttf');
}*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	-o-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	-ms-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	-moz-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
	font-weight: 500;
	font-style: normal;
	/*list-style: none;*/
	font-family: 'Arial';
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

a {
	text-decoration: none;
}
img {
    border: none;
}
body {
	position: relative;
	min-height: 100%;
	font-size: 14px;
	color: #666;
	min-width: 320px;
	overflow-x: hidden;
	background-color: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #999; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #999; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #999; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #999; 
}
textarea {
	resize: none;
}
/*清除浮动*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
.box {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
}
.wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}
/*inner_banner*/
.inner_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.inner_banner img {
	display: block;
	width: 100%;
}
.inner_banner_rsp {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/inner_banner_rsp.png) no-repeat center;
	background-size: cover;
	/*opacity: 0.5;*/
}
.inner_banner_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.inner_banner_text h2 {
	text-align: center;
	font-size: 42px;
	color: #fff;
	text-transform: capitalize;
	padding-top: 0;
	padding-bottom: 0;
}
@media all and (max-width: 450px) {
	.inner_banner_text h2 {
		font-size: 30px;
	}
}
/*面包屑导航*/
.breadnav {
	text-align: center;
}
.breadnav_box {
	/*display: flex;
	display: -webkit-flex;*/
	align-items: center;
}
.breadnav a span {
	text-transform: capitalize;
}
.breadnav span {
	color: #fff;
}
.breadnav a:hover span {
	color: #ee3333;
}
/*CSS3盒模型*/
.dis_webkit {
	display: -webkit-box;
}
/*弹性布局*/
.flex_row {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.flex_row_top {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.flex_row_left {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.flex_row_top_left {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
/*分页器*/
.page-splitter {
	text-align: center;
}
.page-splitter a {
	width: 46px;
	height: 46px;
	line-height: 46px;
	color: #333;
	border: 1px solid #e3e4e4;
	display: inline-block;
	margin: 0;
}
.page-splitter span {
	width: 46px;
	height: 46px;
	line-height: 46px;
	/*color: #333;*/
	border: 1px solid #e3e4e4;
	display: inline-block;
	margin: 0;
}
.current{
	color: #fff;
	background-color: #ee3333;
}
.page-splitter a:hover {
	color: #fff;
	background-color: #ee3333;
}
/*社媒分享*/
.share {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	width: 150px;
}
.share span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #cfd0d1;
	color: #fff;
}
.share span:hover {
	background:#ee3333;
}
/*模块标题*/
/*模块*/
.section_top {
	margin-top: 90px;
}
.section_p_top {
	padding-top: 90px;
}
.section_bot {
	padding-bottom: 90px;
}
.section_text_top {
	padding-top: 70px;
}

@media all and (max-width: 1023px) {
	.section_top {
		margin-top: 40px;
	}
	.section_p_top {
		padding-top: 40px;
	}
	.section_bot {
		padding-bottom: 40px;
	}
	.section_text_top {
		padding-top: 30px;
	}
}
@media all and (max-width: 768px) {
	.section_top {
		margin-top: 20px;
	}
}
/*主标题*/
h1 {
	
}
/*副标题*/
h2 {
	line-height: 1.6em;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 36px;
	text-transform: capitalize;
	color: #333;
}
h2.ser_h2 {
	padding-top: 0;
}
a h2:hover {
	color: #ee3333!important;
}

@media all and (max-width: 1023px) {
	h2 {
		padding-bottom: 30px;
	}
	h2.ser_h2 {
		font-size: 30px;
	}
}
/*小模块标题*/
h3 {
	line-height: 1.4em;
}
a h3:hover {
	color: #ee3333!important;
}
/*文章-产品标题*/
h4 {
	
}
a h4 {
	color: #333;
}
a h4:hover {
	color: #ee3333!important;
}
/*文章详情*/
article {
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
article p {
	margin-bottom: 30px;
}
article p:last-child {
	margin-bottom: 0;
}
/*article img {
	margin-bottom: 30px;
}*/

a article {
	color: #999;
}
a article:hover {
	color: #ee3333;
}

/*首页标题*/
.in_title {
	min-width: 240px;
}
.in_title .in_title_top {
	width: 175px;
	font-size: 16px;
	color: #999;
	margin-bottom: 50px;
}
.in_title .in_title_cut {
	display: block;
	width: 65px;
	height: 1px;
	background: #999;
}
.in_title h2 {
	margin-top: 15px;
	padding-top: 0;
	padding-bottom: 0;
}
.in_title h2 a {
	font-size: 52px;
	color: #333;
	text-transform: capitalize;
}
.in_title h2 a:hover {
	color: #ee3333;
}
.in_title .in_more {
	margin-top: 75px;
}

@media all and (max-width: 1366px) {
	.in_title .in_title_top {
		margin-bottom: 40px;
	}
	.in_title h2 a {
		font-size: 40px;
	}
	.in_title .in_more {
		margin-top: 50px;
	}
}
@media all and (max-width: 768px) {
	.in_title .in_title_top {
		display: none;
	}
	.in_title h2 {
		margin-top: 0;
		display: inline;
	}
	.in_title {
		padding-top: 0;
	}
	.in_title .in_more {
		margin-top: 20px;
	}
}

/*内页小导航*/
.innerNav {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	height: 70px;
	line-height: 70px;
}
.innerNav a {
	color: #111111;
	font-size: 18px;
	border-bottom: 2px solid #fff;
	padding: 0 10px;
}
.innerNav a:hover {
	color: #ee3333;
	border-bottom: 2px solid #ee3333;
}

/*分割线*/
.cut {
	display: block;
	width: 70px;
	height: 1px;
	background-color: #aeafb1;
	margin-bottom: 50px;
}
/*更多*/
.in_more {
	width: 300px;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #bbb;
	border: 1px solid #bbb;
	text-transform: capitalize;
	text-align: center;
	padding: 0 100px;
}
.in_more span {
	transition: all 0s;
}
.in_more:hover {
	color: #ee3333;
	border: 1px solid #ee3333;
}

@media all and (max-width: 1366px) {
	.in_more {
		width: 240px;
		padding: 0 70px;
		height: 60px;
		line-height: 60px;
	}
}
a.pro_more {
	width: 80%;
	margin: 0 auto;
	padding: 8% 10% 5% 10%;
	font-size: 16px;
	text-align: center;
	display: block;
	-webkit-box-shadow: 0 0 10px #fafafa;
	-moz-box-shadow: 0 0 10px #fafafa;
	box-shadow: 0 0 10px #fafafa;
	color: #333;
	transform: translateY(-50%);
	background-color: #fff;
}
a.pro_more h4 {
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
a.pro_more span.iconfont {
	font-size: 20px;
	color: #999;
}
a.pro_more:hover {
	background-color: #ee3333;
}
a.pro_more:hover h4 {
	color: #fff!important;
}
a.pro_more:hover span.iconfont {
	color: #fff;
	margin-left: 10%;
}

a.in_app_more {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-transform: capitalize;
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 2%;
	font-size: 16px;
	color: #666;
}
a.in_app_more span {
	transition: all 0s;
}
a.in_app_more:hover {
	color: #ee3333;
}


.more {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	width: 230px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #c0c0c0;
	border: 1px solid #bbb;
	margin-top: 50px;
	padding: 0 70px;
}
.more span {
	transition: all 0s;
}
.more:hover {
	color: #ee3333;
	border-color: #ee3333;
}
span.icon-correct {
	color: #ee3333;
	margin-right: 10px;
}

#gotop {
	width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #ee3333;
    position: fixed;
    bottom: 15%;
    left: 3%;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    color: #fff;
    
}
#gotop span {
	font-size: 30px!important;
}

#dibunav{
	display: none;
}
@media only screen and (max-width: 750px) {
	#dibunav{
		width: 80%;
		position: fixed;
		display: block;
		bottom: 0%;
		left: 50%;
		transform: translate(-50%,-50%);
		display: flex;
    	justify-content: center;
    	background: rgba(245,245,245,0.9);
    	border-radius: 100px;
    	z-index: 99;
    	box-shadow: 0px 26px 25px -29px #000;
	}
}
#dibunav .dibunav-con{
	width: 95%;
	display: -webkit-flex;
	display: flex;
}
#dibunav .dibunav-con li{
	text-align: center;
	float: left;
	width: 25%;
	padding: 16px 0px;
}
#dibunav .dibunav-con li{
	border-left: 1px solid #fff;
}
#dibunav .dibunav-con li:nth-child(1){
	border-left: none;
}
#dibunav .dibunav-con li a{
	color: #1968d1;
	text-align: center;
}
#dibunav .dibunav-con li a img{
	/*width: 100%;*/
	display: inline-block;
	margin: 0 auto;
}
@media only screen and (max-width: 450px) {
	#dibunav{
		width: 95%;
		height: 63px;
	}
	#dibunav .dibunav-con li a img{
		width: 25px;
	}
	#dibunav .dibunav-con li{
		    padding: 8px 0px 10px 0;
	}
}
@media only screen and (max-width: 320px) {
	#dibunav{
		width: 100%;
		bottom: -3%;
	}
	#dibunav .dibunav-con li a img{
		width: 20px;
	}
}

/*css3动画*/
/*@keyframes mycolor{
	0%{
		transform: rotate(90deg);
	}
	30%{
		transform: rotate(90deg);
		
	}
	60%{
		transform: rotate(270deg);
		
	}
	100%{
		transform: rotate(360deg);
	
	}
}
@-webkit-keyframes mycolor{
	0%{
		transform: rotate(90deg);
	}
	30%{
		transform: rotate(90deg);
		
	}
	60%{
		transform: rotate(270deg);
		
	}
	100%{
		transform: rotate(360deg);
	
	}
}
@-moz-keyframes mycolor{
	0%{
		transform: rotate(90deg);
	}
	30%{
		transform: rotate(90deg);
		
	}
	60%{
		transform: rotate(270deg);
		
	}
	100%{
		transform: rotate(360deg);
	
	}
}
@-o-keyframes mycolor{
	0%{
		transform: rotate(90deg);
	}
	30%{
		transform: rotate(90deg);
		
	}
	60%{
		transform: rotate(270deg);
		
	}
	100%{
		transform: rotate(360deg);
	
	}
}
@-ms-keyframes mycolor{
	0%{
		transform: rotate(90deg);
	}
	30%{
		transform: rotate(90deg);
		
	}
	60%{
		transform: rotate(270deg);
		
	}
	100%{
		transform: rotate(360deg);
	
	}
}
*/
