/*===================== 重置样式 START =====================*/

html, body, h1, h2, h3, h4, h5, h6, p, dl, dd, dt, th, td, select, ul, ol, li, form, input, textarea, fieldset, legend, img {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	background: transparent;
	outline: none;
	color:#333;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
}
a:hover, .tran, .img img, .big_circle .nav_list .x, .section_four .txt:after, .section_seven .bg, .sc_scroll_item .img:after {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.clear {
	zoom:1;
}
.clear:after {
	content:"";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.clear::before, .clear::after {
content: "";
display: table;
}
.clear::after {
clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.s_width {
	max-width: 1280px;
	margin: 0 auto;
}
.middle_box {
	display: table;
	width: 100%;
	height: 100%;
}
.middle_box .middle {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
@font-face {
 font-family:'cuya';
 src: url('../font/cuya.ttf');
}
.cuya {
	font-family: "cuya";
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family:\5FAE\8F6F\96C5\9ED1, "Microsoft YaHei";
	font-size:16px;
	color:#333;
	background-color: #fff;
	word-break: break-all;
	word-wrap: break-word;
	text-align: justify;
}
.h50{ height:50px;}
/*===================== 重置样式 END =====================*/

/* =====================head===================== */
.header {
	width:100%;
}
.header_dtop {
	width: 100%;
	height: 35px;
	background: #f9f8f8;
	border-bottom: 1px solid #e0e0e0;
}
.dtop_p {
	line-height: 35px;
	color: #2f2f2f;
	margin: 0 auto;
	font-size:14px;
}
.dtop_p span {
	float: right;
}
.dtop_p span a {
	color: #2f2f2f;
	margin: 0px 10px;
	font-size:14px;
}
.header .logo img {
	margin-top:20px;
	margin-bottom:20px;
}
.header .button_box {
	margin-top:32px;
}
.header .but {
	float: left;
	height:60px;
	line-height:60px;
	cursor:pointer;
	position: relative;
}
.header .but.c {
	font-size:36px;
	line-height:60px;
	color:#e30000;
	font-family: impact;
	padding-right:15px;
}
.header .but.e {
	width:65px;
}
.header .but.e img {
	width: 0px;
	height: 0px;
	max-width: none;
	position: absolute;
	right:0;
	top:70px;
	z-index: 126;
	opacity: 0;
	visibility:hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header .but.e:hover img {
	width: 140px;
	height: 140px;
	opacity: 1;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	visibility: visible;
}
.header.fix .button_box {
	margin-top:16px;
}
.header.fix .wap_menu {
	margin-top:20px;
	color:#F00
}
.big_circle {
	position:fixed;
	width:0;
	height:0;
	right:0;
	top:0;
	z-index:888;
	background-color:#0865d7;
}
.big_circle.on {
	width:100%;
	height:100%;
}
.big_circle .nav_list {
	display: none;
	text-align: center;
	font-size:0;
	width:80%;
	height:100%;
	margin:0 auto;
}
.big_circle .nav_list a {
	display: inline-block;
	vertical-align: top;
	width:22.7%;
	margin:0 1% 30px;
	height:200px;
	border:1px solid rgba(255, 255, 255, 0.4);
}
.big_circle .nav_list strong {
	display: block;
	font-size:20px;
	color:#fff;
	line-height:40px;
	margin-top:60px;
}
.big_circle .nav_list span {
	display: block;
	font-size:16px;
	color:#fff;
	opacity:0.4;
	line-height:20px;
}
.big_circle .nav_list .x {
	width:10%;
	height:2px;
	background-color: #fff;
	margin:48px auto 0;
}
.big_circle .nav_list .pb_bg {
	background-color:#ef7b1b;
}
.big_circle .nav_list a:hover .x {
	width:20%;
}
.pub_button {
	position: relative;
	z-index:1;
}
.pub_button .pb_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(21, 151, 89, 1);
	-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
	transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
	transform-origin: left 100%;
	-webkit-transform-origin: left 100%;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	visibility: hidden\9;
	z-index: -1;
}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform-origin: left 0;
	-webkit-transform-origin: left 0;
	visibility: visible\9;
}
.pb_bg {
	background-color: #ef7b1b;
}
.pc_show {
	display: block;
}
.wap_show {
	display: none;
}
.wap_menu {
	margin-top:34px;
	cursor:pointer;
	float: right;
	position: relative;
	width:54px;
	height:54px;
	border-radius:50%;
	background-color:#0865d7;
	position: relative;
	z-index:999;
}
.wap_menu:hover, .wap_menu.on {
	background-color:#ef7b1b;
}
.wap_menu .nav_button {
	position: absolute;
	right:15px;
	top:27px;
	vertical-align: middle;
	width:24px;
	height:2px;
	cursor:pointer;
	background-color:#fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.wap_menu .nav_button::after, .wap_menu .nav_button::before {
content:'';
width:24px;
height:2px;
position: absolute;
z-index:99999999;
right:0;
background-color:#fff;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
transition: 0.5s;
}
.wap_menu .nav_button::after {
top:9px;
}
.wap_menu .nav_button::before {
top:-9px;
}
.wap_menu.on .nav_button {
	width:0;
}
.wap_menu.on .nav_button::before {
-webkit-transform: translateY(9px) rotate(45deg);
-ms-transform: translateY(9px) rotate(45deg);
transform: translateY(9px) rotate(45deg);
}
.wap_menu.on .nav_button::after {
-webkit-transform: translateY(-9px) rotate(-45deg);
-ms-transform: translateY(-9px) rotate(-45deg);
transform: translateY(-9px) rotate(-45deg);
}
/* =====================head menu===================== */
.nav_main {
	width:100%;
	height: 60px;
	line-height: 60px;
	background: #0865d7;
	z-index: 3;
}
.nav .list {
	width: 100%;
	margin:0 auto;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.nav_main .nav {
	margin: 0 auto;
}
.nav_main .nav li {
	float:left;
	width: 12.5%;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
}
.nav_main .nav li:first-child {
	background:#333333;
}
.nav_main .nav li:first-child.hover {
	background-color:#333333;
}
.nav_main .nav li a {
	display: block;
	color:#fff;
	font-size:16px;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li #hover2 {
	background: #333333;
}
.nav_main .nav dl {
	width: 200px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 12;
	border: 1px solid #0865d7;
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 49px;
	height: 49px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #666;
	font-size: 16px;
	padding: 0;
	width: 100%;
	text-align:center;
}
.nav_main .nav dl dd a:hover, .nav_main .nav dl dd a.hover {
	background: #333333;
	color: #fff;
}
/* =====================产品列表===================== */
.Iclass {
}
.IclassCont {
	background: #f4f4f4;
	padding: 20px 0;
}
.IclassCont ul {
	margin:0 auto;
}
.IclassCont li {
	width:208px;
	text-align:center;
	margin-right: 15px;
	margin-left: 15px;
	float:left;
}
.IclassCont li a {
	display:block;
	position: relative;
transition:all .2s ease;
padding-top:
}
.IclassCont li a img {
	display:block;
	font-size:0px;
	width:170px;
	height:170px;
transition:all .2s ease;
	border:8px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.IclassCont .btnLeft, .IclassCont .btnRight {
	position:absolute;
	top:150px;
	margin-top:-15px;
	width:46px;
	height:46px;
	background: #e7332c;
	font-size: 33px;
	color: #fff;
	font-family: "宋体";
	text-align: center;
	line-height: 46px;
	box-shadow: 0 0px 10px rgba(228, 0, 127, 1);
}
.IclassCont li a p {
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	margin-bottom: 0;
}
.IclassCont li a:hover img {
	-webkit-box-shadow: 0 0px 10px rgba(231, 51, 44, 1);
	box-shadow: 0 0px 10px rgba(231, 51, 44, 1);
	border-color: #e7332c;
}
.IclassCont li a:hover p {
	color: #e7332c
}
.IclassCont .btnLeft {
	left:-50px;
}
.IclassCont .btnRight {
	right:-50px;
}
.IclassCont>a {
transition: .5s;
}
.IclassCont>a:hover {
	background: #fff;
	color: #999;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}
/* =====================产品展示===================== */

.Ititle {
	text-align: center;
	color: #e8b16b;
	font-size: 16px;
	margin-top: 60px;
}
.Ititle h3 {
	color: #f49a12;
	font-size: 36px;
	font-weight: bold;
}
.Ititle p {
	margin-top: 10px;
	font-size: 22px;
	color: #666;
}
.Iproduct {
	padding: 0 0 50px 0;
	position: relative;
}
.cppicsz {
	width:85%;
	height:800px;
	margin:60px auto 20px auto;
}
.cppicsz a {
	float:left;
	width:24.25%;
	margin-right:1%;
	text-align:center;
	position:relative;
	margin-bottom:2%;
	border-bottom: 1px solid #e1dfe0;
}
.cppicsz a:nth-child(4n) {
margin-right: 0;
}
.cppicsz a span {
	overflow:hidden;
}
.cppicsz a span img {
	width:100%;
	display:block;
}
.cppicsz a em {
	background:#fff;
	line-height:4;
	font-size:18px;
	display:block;
	font-style:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cppicsz a div {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255, 0, 0, 0.6);
	color:#fff;
	left:0;
	top:20px;
	opacity:0;
transition:all .3s;
}
.cppicsz a div::before {
content:'';
background:url(../image/356.png) center/cover;
width:60px;
height:60px;
margin:auto;
margin-top:60px;
display:block;
}
.cppicsz a:hover div {
	top:0;
	opacity:1;
}
.cppicsz a div p {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:30px;
	margin:auto;
	line-height:30px;
	font-size:14px;
	text-align:center;
	border:1px solid #fff;
	height:30px;
	width:80px;
}
.more {
	text-align: center;
	margin-top: 50px;
}
.more a {
	display: inline-block;
	font-size: 31px;
	color: #fff;
	font-family: cuya;
	background: url(../image/moretel.png) no-repeat top center;
	width: 497px;
	line-height: 47px;
	text-align: left;
	text-indent: 292px;
}
/* =====================关于我们===================== */
.Iabout {
	height:650px;
	background: url("../image/Iabout_bg.jpg") center;
	position:relative;
	opacity:1;
	overflow:hidden;
}
.Iabout .about_pic {
	width:50%;
	height:568px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
}
.Iabout .s_width {
	position:relative;
	overflow:hidden;
	height:650px;
}
.Iabout .about_con .about_en {
	height:22px;
	margin:88px 0 15px 0;
	color: #fff;
	font-size:38px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold
}
.Iabout .about_con {
	position:absolute;
	left:0;
	width:655px;
	height:568px;
	z-index:2;
}
.Iabout .about_con h2 {
	height:40px;
	line-height:31px;
	color:#fff;
	font-size:24px;
	font-weight: normal;
	line-height: 44px
}
.Iabout .about_con p {
	padding:20px 25px 0 40px;
	line-height:32px;
	color:#fff;
	font-size:16px;
}
.Iabout .about_more {
	width:183px;
	height:40px;
	line-height:40px;
	margin:30px 0 0 0;
	background:#0865d7 url(../image/jiantoud.png) no-repeat 30px center;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.Iabout .about_more:hover {
	background:#fe0000 url(../image/jiantoud.png) no-repeat 40px center;
}
.Iabout .about_more a {
	font-size:16px;
	color:#ffffff;
	text-transform:uppercase;
	display:block;
	padding-left:86px;
	font-weight:bold
}
.Iabout .about_more a:hover {
	font-weight:bold
}
.about_r {
	float:right;
	background: rgba(8, 101, 215, 0.6);
	width:500px;
	height: 650px;
	overflow:hidden;
	position:absolute;
	right:0;
	padding: 30px;
}
.about_good_list {
	width:540px;
	background: url("../image/ll.png") center left no-repeat;
	padding-left: 40px;
	height:540px;
}
.about_good_list li {
	width:510px;
	margin:80px 0
}
.about_good_l {
	float:left;
	width:100px
}
.about_good_r {
	float:right;
	width:400px;
	color: #fff
}
.good28 {
	font-size:28px;
	font-weight: bold;
}
.good14 {
	font-size:14px;
	line-height: 23px;
}
/* =====================案例===================== */
.ICase {
}
.Case_pic {
	margin-top: 60px;
}
.Case_pic li {
	float:left;
	margin-right:20px;
	width:400px;
}
.Case_pic li a:hover {
	background:#0865d7;
	color:#fff;
}
.Case_pic li a:hover ol {
	color:#fff;
	margin-left:30px;
}
.Case_pic li a {
	display:block;
}
.Case_pic li a:hover ol {
	color:#fff;
	margin-left:30px;
}
.Case_pic li a img {
	display:block;
	width:400px;
	height:300px;
}
.Case_pic li a ol {
	text-align:left;
	font-size:18px;
	position:relative;
	height:60px;
	line-height:60px;
transition:all .6s;
}
.Icase_Linebg {
	height: 480px;
	background: url(../image/Icase_bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
/* =====================优势===================== */

.Iadvantage_title {
	height: 210px;
	background: url(../image/advbj.jpg) center no-repeat;
	margin-top: 40px;
}
.ggfl {
	width: 500px;
	padding-top: 30px;
}
.ggfl h3 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	display: block;
	height: 70px;
	line-height: 70px;
	background: url(../image/xian.jpg) left bottom no-repeat;
	margin-bottom: 20px;
}
.ggfl b {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.ggfl span {
	font-size: 16px;
	color: #9ab4ec;
	text-transform: uppercase;
	line-height: 35px;
}
.ggfr {
	width: 700px;
	text-align: center;
	padding-top: 45px;
}
.ggfr span {
	color: #fff;
	font-size: 30px;
}
.ggfr em {
	display: block;
	width: 70px;
	height: 3px;
	background:#ff0e0e;
	margin: 0 auto;
	margin-top: 10px;
}
.Iadvantage {
	height: 700px;
	background:url(../image/youshibj.jpg) center no-repeat;
}
.yszhutu img {
	display: block;
	margin: 0 auto;
	padding-top: 80px;
animation: ball .6s infinite alternate;
}
.yslba {
	width: 470px;
	position: absolute;
	left: 0;
	top: 80px;
}
.yslba p {
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 35px;
	background: url(../image/yuan.png) center no-repeat;
}
.ysnr {
	width: 350px;
}
.ysnr b {
	font-size: 30px;
	color: #333;
	text-align: right;
	display: block;
}
.ysnr span {
	color: #acacac;
	font-size: 15px;
	font-family: "Times New Roman";
	display: block;
	text-transform: uppercase;
	text-align: right;
}
.ysnr ul {
	margin-top: 20px;
}
.ysnr ul li {
	height: 35px;
	line-height: 35px;
	color: #787878;
	font-size: 16px;
	background: url(/images/dian.png) left center no-repeat;
	padding-left: 20px;
}
.yslbb {
	width: 470px;
	position: absolute;
	right: 0;
	top: 80px;
}
.yslbb p {
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 35px;
	background: url(../image/yuan.png) center no-repeat;
}
.ysnra {
	width: 350px;
}
.ysnra b {
	font-size: 30px;
	color: #333;
}
.ysnra span {
	color: #acacac;
	font-size: 15px;
	font-family: "Times New Roman";
	display: block;
	text-transform: uppercase;
}
.ysnra ul {
	margin-top: 20px;
}
.ysnra ul li {
	height: 35px;
	line-height: 35px;
	color: #787878;
	font-size: 16px;
	background: url(/images/dian.png) left center no-repeat;
	padding-left: 20px;
}
.yslbc {
	width: 470px;
	position: absolute;
	left: 0;
	bottom: 50px;
}
.yslbc p {
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 35px;
	background: url(../image/yuan.png) center no-repeat;
}
.yslbd {
	width: 470px;
	position: absolute;
	right: 0;
	bottom: 100px;
}
.yslbd p {
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-size: 35px;
	background: url(../image/yuan.png) center no-repeat;
}
.ystel {
	text-align: center;
	color: #fff;
	font-size: 23px;
	margin-top: 55px;
	background: url(../image/Itel_bg.png) center no-repeat;
}
.ystel span {
	font-family: "Impact";
	font-size: 30px;
	line-height:59px;
}
/* =====================新闻===================== */
.Inews {
}
.Inews .nlist {
	margin-top:50px;
	position:relative;
	overflow:hidden;
}
.Inews .nlist ul {
	width:100%;
}
.Inews .nlist li {
	width:31%;
	margin-right:2.3%;
	padding-bottom:55px;
	float:left;
}
.Inews .nlist .img {
	display:block;
	position:relative;
	overflow:hidden;
}
.Inews .nlist img {
	width:100%;
	-webkit-transform:translateZ(0px);
	transform:translateZ(0px);
	-webkit-transition:-webkit-transform 0.6s ease 0s;
	transition:transform 0.6s ease 0s;
	height: 300px;
}
.Inews .nlist li:hover .stit a {
	color:#fe0000;
}
.Inews .nlist li:hover img {
	transform:scale(1.1, 1.1);
}
.Inews .nlist .date-box {
	display:block;
	width:90px;
	position:absolute;
	left:0;
	top:0;
	background-color:#fe0000;
	text-align:center;
	padding-top:9px;
	font-weight:bold;
	color:#fff;
}
.Inews .nlist .date-box .month {
	line-height:16px;
	font-family:"Arial";
}
.Inews .nlist .date-box .day {
	line-height:38px;
	font-size:38px;
	font-style:italic;
}
.Inews .nlist .date-box .year {
	line-height:22px;
}
.Inews .nlist .date-box .lab {
	display:block;
	line-height:24px;
	text-align:center;
	background-color:#019064;
	font-family:"Arial";
	text-transform:uppercase;
}
.Inews .nlist .cont {
	padding-top:20px;
}
.Inews .nlist .stit {
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height:36px;
}
.Inews .nlist .stit a {
	color:#000;
}
.Inews .nlist .word {
	display:block;
	line-height:24px;
	font-size:14px;
	margin-top:13px;
}
.Inews .nlist .word a {
	display:inline-block;
	color:#666;
}
#footer {
	padding: 0 15px;
	background: url("../image/foot_bg.jpg") no-repeat center center;
	background-size: cover;
}
#footer .s_width {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 50px;
}
#footer .fnavi {
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .fnavi li {
	width: 12.5%;
}
#footer .fnavi a {
	padding: 18px 5px;
	display: block;
	color: #fff;
	text-align: center;
}
#footer .fnavi a:hover {
	background-color: #fe0000;
}
#footer .inner {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .flogo {
	max-width: 286px;
}
#footer .code {
	width: 380px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .rbox {
	max-width: 420px;
	color: #fff;
}
#footer .rbox h2 {
	margin-bottom: 5px;
}
#footer .rbox h2 span {
	padding-bottom: 10px;
	min-width: 120px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	font-size: 18px;
	display: inline-block;
}
#footer .rbox p {
	line-height: 40px;
}
#footer .rbox a {
	color: #fff;
}
#footer .rbox .tel {
	color: #fe0000;
	font-size: 26px;
	font-family: Impact, "sans-serif";
	vertical-align: -4px;
}
#footer .copyright {
	padding: 10px 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright a:hover {
	color: #fe0000;
}


#footer .copyright span {
	margin-left: 60px;
}
.go_top {
    display: none;
    background: url(../image/top.png) center center/50% no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    background-color: #d50000;
    border-radius: 50%;
    position: fixed;
    right: 6px;
    bottom: 100px;
    z-index: 99999999999;
}
/* =====================底部手机===================== */
.fix_footer {
	height:50px;
	background-color:#0865d7;
	position: fixed;
	bottom:0;
	left:0;
	z-index:999999;
	width:100%;
}
.fix_footer a {
	float: left;
	width:33.33%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.fix_footer img {
	display: inline-block;
	height:24px;
	margin:5px 0 0;
}
.fix_footer strong {
	color:#fff;
	font-size:12px;
	display: block;
	height:20px;
	line-height:20px;
	font-weight:400;
}
.fix_footer .tel img:nth-of-type(2) {
position: absolute;
left:50%;
margin-left:-12px;
-webkit-animation:call 1.5s infinite;
animation:call 1.5s infinite;
}
@-webkit-keyframes call {
 from {
-webkit-transform:scale(1);
opacity:1;
}
to {
	-webkit-transform:scale(2);
	opacity:0;
}
}
.Icurrent {
	width:100%;
	height:60px;
	background:#fff;
	border-bottom: 1px solid #ccc;
}
.Icurrent_box {
	padding: 19px 2% 0 2%;
	position:relative;
}
.Icurrent_content {
	color:#8f8f8f;
}
.Icurrent_content img {
	margin-right:14px;
	margin-top:0px
}
.Icurrent_content a {
	font-size:16px;
	color:#8f8f8f;
}
.Icurrent_content span {
	float:right;
	display:block;
	color:#ff0000;
	font-size:18px;
}
#main {
	max-width:1280px;
	height:auto;
	margin:0 auto;
	font-size:16px;
	line-height:35px;
	padding:  0 2%;
}
#main::after {
content:'';
display:block;
visibility:hidden;
opacity:0;
clear:both;
height:0;
overflow:hidden;
}
#main2 {
	max-width: 85%;
	margin: auto;
}
#main3 {
	max-width: 100%;
}
#main4 {
	max-width: 85%;
	margin: auto;
}
/*内页简介*/
.sec_mian {
	overflow:hidden;
}
.sec_aa {
	padding:60px 0 60px 0;
}
.sec_aa div.fl img {
	width: 100%
}
.sec_aa div.fl h4 {
	margin:0 0 24px 0;
	font-size:52px;
	color:#333;
	text-align:center;
}
.sec_aa div.fl h5 {
	margin-bottom:35px;
	font-size:26px;
	color:#666;
	text-align:center;
	line-height:38px;
}
.sec_aa div.fl h5 i {
	display:inline-block;
	padding:0 7px 0 15px;
	margin-right:15px;
	background:#fe0000;
	color:#fff;
	vertical-align:top;
	border-radius:50px;
	font-style: normal;
}
.sec_aa div.fl p {
	font-size:16px;
	color:#333;
	line-height:35px;
}
.sec_aa div.fr {
	width:640px;
	height:314px;
	background:no-repeat center;
	background-size:cover;
}
.ny_left {
	width:320px;
	height:auto;
	float:left;
}
.ny_right {
	height:auto;
}
.contact_tel{ font-size:25px}
.nr20 ul {
	text-align: center;
}
.nr20 ul li {
	display: inline-block;
	text-align: center;
	width: 24%;
}
.contact_text {
	line-height:50px;
	font-size: 20px;
	color:#111
}
.contact_memo {
	line-height:20px;
	font-size: 16px;
	color:#666
}
/*新闻页面*/
.ny_news, .ny_news li {
	width:100%;
}
.ny_news li {
transition:.3s;
}
.ny_news li:nth-child(2n) {
background-color:#f8f8f8;
}
.ny_news .center {
	max-width:1100px;
	margin:0 auto;
	position:relative;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
	left:0;
}
.ny_news>li>a {
	padding:50px 0;
	display:block;
}
.ny_news .num {
	display:block;
	width:20%;
	font-weight:bold;
	font-style:italic;
}
.ny_news .num img {
	text-indent:-9999px;
	height:120px;
}
.ny_news .font {
	display:block;
	width:80%;
	font-size:18px;
	line-height:30px;
}
.ny_news .font .intro {
	font-size:14px;
	color:#bbb;
}
.ny_news li:hover {
	background:#0865d7;
}
.ny_news li:hover .num, .ny_news li:hover .font p, .ny_news li:hover .font .intro {
	color:#fff;
}
.ny_news li:hover .center {
	left:-16px;
}
.gray {
	min-height:200px;
}
/* 产品左侧 */

.sub_right {
	float:left;
	margin-top:30px;
	width:20%;
}
.cpli {
	padding:15px;
}
.cpli li {
	list-style:outside none none;
	margin-top:0px;
}
.cpli li div.xx {
	border-bottom:1px dotted #9dbdd5;
	line-height:50PX;
}
.cpli li span {
	-webkit-column-rule: #666;
}
.cpMu {
	background-color:#ededed;
	overflow:hidden;
	width:100%;
}
.cpMu h4 {
	background-color:#0865d7;
	font-size:20px;
	height:60px;
	line-height:60px;
	border-bottom:1px dotted #9dbdd5;
	margin: 0;
}
.cpMu h4 a {
	color:#fff;
	margin-left:14px;
}
.cpMu dt {
	background:url(../image/cpMuDt.png) no-repeat scroll 20px center;
	height:42px;
	line-height:42px;
}
.cpMu dt a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-left:40px;
	height:42px;
	line-height:42px;
	display:block;
	border-bottom:1px dotted #9dbdd5;
}
.cpMu dt a:hover {
	background:#c00;
	line-height:42px;
	display:block;
}
.cpMu dd {
	overflow:hidden;
}
.cpMu dd {
	color:#fff;
	font-size:14px;
	height:34px;
	line-height:34px;
	overflow:hidden;
}
.cpMu dd a {
	background:url(/images/cpMuDd.png) no-repeat scroll 28px center;
	color:#c2e2f9;
	display:block;
	height:34px;
	line-height:34px;
	padding-left:45px;
}
.sub_right .lx {
	background:#0865d7 none repeat scroll 0 0;
	width:100%;
	margin-bottom:30px;
}
.lx_pad {
	padding:15px;
}
.sub_right .lx p {
	color:#fff;
	margin-bottom:5px; font-size:15px; line-height:26px;
}
.sub_right .lx span {
	color:#fff;
	font-size:36px;
	font-weight:100;
	display: block; line-height:50px;
}
.sub_right .lx .message {
	background:#fff none repeat scroll 0 0;
	cursor:pointer;
	font-size:15px;
	line-height:36px;
	margin-top:10px;
	padding:0 15px;
	text-align:center;
	width:55%;
transition: all .5s;
}
.sub_right .lx .message a {
	color:#000;
}
.sub_right .lx .message:hover {
	background: #d50000;
}
.sub_right .lx .message:hover a {
	color: #fff;
}
/*产品列表*/
.show_pic {
	float:right;
	width:78%;
	overflow:hidden;
}
.Product_pic {
	width:100%;
	margin:30px auto 20px auto;
}
.Product_pic a {
	float:left;
	width:24.25%;
	margin-right:1%;
	text-align:center;
	position:relative;
	margin-bottom:2%;
	border-bottom: 1px solid #e1dfe0;
}
.Product_pic a:nth-child(4n) {
margin-right: 0;
}
.Product_pic a span {
	overflow:hidden;
}
.Product_pic a span img {
	width:100%;
	display:block;
}
.Product_pic a em {
	background:#fff;
	line-height:4;
	font-size:18px;
	display:block;
	font-style:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Product_pic a div {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255, 0, 0, 0.6);
	color:#fff;
	left:0;
	top:20px;
	opacity:0;
transition:all .3s;
}
.Product_pic a div::before {
content:'';
background:url(../image/356.png) center/cover;
width:60px;
height:60px;
margin:auto;
margin-top:60px;
display:block;
}
.Product_pic a:hover div {
	top:0;
	opacity:1;
}
.Product_pic a div p {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:30px;
	margin:auto;
	line-height:30px;
	font-size:14px;
	text-align:center;
	border:1px solid #fff;
	height:30px;
	width:80px;
}
/*产品内页*/
.pinner {
	max-width: 900px;
	margin: 0px auto;
	padding: 0 2%;
}
.frame-ct {
	position:relative;
	cursor:auto;
	width: 78%;
	float: right;
}
.frame-title {
	display:block;
	padding: 3% 0px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.frame-title .t1 {
	color: #5e5e5e;
	font: 36px/1.5 "microsoft yahei";
}
.frame-title .t2 {
	color: #5d5d5d;
	font-family:"microsoft yahei";
	font-size: 20px;
}
.frame-title .time {
	padding-top: 10px;
}
.frame-title .time .d {
	color: #bcbbbb;
	background: url(/images/time.png) no-repeat scroll left center;
	padding-left:26px;
}
.frame-title a:link, .frame-title a:visited {
	color: #f49a12;
}
.frame-title a:active, .frame-title a:hover {
	color: #174F90;
}
.frame-ct-preview {
	padding: 66px 0px;
	overflow: hidden;
}
.proImg {
	text-align:center;
}
.proImg img {
	max-width:800px
}
.pcon li {
	padding:30px 20;
	float: left;
}
.proIBox {
	color: #333;
	padding: 20px 0px;
	line-height:30px;
	font-size:16px;
}
/*分页*/
.Pfenye {
	border-top: 1px solid #d7d8d8;
	padding-top: 25px;
	position: relative;
	margin-top: 50px;
}
.Pfenye a {
	font-size: 16px;
	color: #333;
}
.page_up {
	float: left;
}
.page_down {
	float: right;
}
.Pfenye a:hover {
	color: #ff0208;
}
/* 数字上下页 */
.page_fanye {
	width:100%;
	height:auto;
	text-align:center;
	padding:40px 0 20px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.page_fanye a {
	line-height:28px;
	font-size:14px;
	text-indent:0px;
	color: #333;
	margin-right: 5px;
	padding:0px 10px;
	background:#b0b0b0;
	display: inline-block;
}
.page_fanye span {
	height:24px;
	line-height:20px;
	padding:0 10px 0 5px;
	display: inline-block;
}
.page_fanye span input {
	width:30px;
	height:20px;
}
.page_fanye a.page_home, .page_fanye a.page_home:hover, .page_fanye a.page_end, .page_fanye a.page_end:hover {
	width:60px;
	color:#666666;
}
.page_fanye .current, .page_fanye a:hover {
	color: #fff;
	background:#e4011f;
}
.contact_ban{background:url(../image/contact_ban.jpg) no-repeat center top; width:100%; height:250px;}
/*contact*/
.contact_sty{
    width: 1280px;
    margin: 30px auto;
}
.contact_sty_left{
    width: 60%; float:left;
}

.contact_sty_left ul h4{
    color: rgba(63,63,63,1);
    font-size: 24px;
    font-weight: 800;
    margin: 20px 0 40px 0;
}
.contact_sty_left ul h4 span{
    color: rgba(63,63,63,1);
    font-size: 20px;
    display: inline-block;
    font-weight: normal;
}
.contact_sty_left ul li{
    font-size: 22px;
    color: rgba(89,89,89,1);
    margin: 20px 0;
    position: relative;

}
.contact_sty_left ul li::after{
    content: '\07C';
    float: left;
    margin-right: 20px;
}


.contact_sty_right{
    width: 35%; float:right; text-align:center;
}
.contact_sty_right img{
    
}

.contact_sty_right p{
    width: 100%; text-align:center; font-size:18px; font-weight:bold; color:#F00;
}

.contact_sty iframe{
    width: 1300px;
    height: 560px;
    margin: 20px auto;
    position: relative;
}

 @media( max-width:1300px ) {
.header .button_box {
display: none;
}
.cppicsz {
 width: 98%;
}
.IclassCont li {
 width:188px;
 text-align:center;
 margin-right: 15px;
 margin-left: 15px;
 float:left;
}
.IclassCont li a img {
 display:block;
 font-size:0px;
 width:150px;
 height:150px;
transition:all .2s ease;
 border:8px solid #fff;
 border-radius: 50%;
 -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

}
 @media( max-width:1206px ) {
 html, body {
max-width:640px;
margin:0 auto !important;
}
.header .s_width {
width:auto !important;
}
 .header, .header.fix, .header_height {
height:54px;
background-color:#fff;
}
.header .logo img, .header.fix .logo img {
height:44px;
margin-top: 5px;
 margin-bottom: 5px;
}
 .big_circle .nav_list {
width:100%;
}
 .big_circle .nav_list a {
box-sizing:border-box;
width:48%;
margin-bottom:6px;
height:auto;
padding:16px 0;
}
 .big_circle .nav_list strong {
margin:0;
font-size:16px;
font-weight:400;
line-height:30px;
}
.big_circle .nav_list .x {
margin-top:16px;
}
 .big_circle .nav_list span {
font-size:12px;
}
.wap_menu, .header.fix .wap_menu {
margin:0;
width:44px;
height:44px;
margin-top:5px;
}
 .wap_menu .nav_button {
right:10px;
top:22px;
}
.footer .logo, .pc_show, .header_dtop, .nav_main {
display: none !important;
}
.wap_show {
display: block;
}
 .Ititle img, .cbt img {
 width: 100%;
}
 .cppicsz a {
 width: 49%;
 display: none;
}
 .cppicsz a:nth-of-type(1), .cppicsz a:nth-of-type(2), .cppicsz a:nth-of-type(3), .cppicsz a:nth-of-type(4), .cppicsz a:nth-of-type(5), .cppicsz a:nth-of-type(6), .cppicsz a:nth-of-type(7), .cppicsz a:nth-of-type(8), .cppicsz a:nth-of-type(9), .cppicsz a:nth-of-type(10), .cppicsz a:nth-of-type(11), .cppicsz a:nth-of-type(12), .cppicsz a:nth-of-type(13), .cppicsz a:nth-of-type(14), .cppicsz a:nth-of-type(15), .cppicsz a:nth-of-type(16) {
 display: block;
}
 .cppicsz {
height: auto;
}
.IclassCont li {
 width:150px;
 text-align:center;
 margin-right: 10px;
 margin-left: 10px;
 float:left;
}
 .IclassCont li a img {
 display:block;
 font-size:0px;
 width:120px;
 height:120px;
 transition:all .2s ease;
 border:5px solid #fff;
 border-radius: 50%;
 -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
 .about_r {
 display: none;
}
 .Iabout .about_con .about_en {
 height:22px;
 margin:28px 0 15px 0;
 color: #fff;
 font-size:38px;
 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
 font-weight: bold;
text-align:center;
}
.Iabout .about_con {
 position:absolute;
 left:0;
 width:100%;
 z-index:2;
}
.Iabout .about_con h2 {
 height:40px;
 line-height:31px;
 color:#fff;
 font-size:24px;
 font-weight: normal;
 line-height: 44px;
text-align:center;
}
.Iabout .about_con p {
 padding:10px 20px 0 20px;
 line-height:28px;
 color:#fff;
 font-size:16px;
}
.Iabout .about_more {
 width:183px;
 height:40px;
 line-height:40px;
 margin:10px 0 0 20px;
 background:#1b499d url(../image/jiantoud.png) no-repeat 30px center;
 transition:all 0.3s ease 0s;
 -webkit-transition:all 0.3s ease 0s;
}
 .Inews .nlist li {
 width: 96%;
 margin-left:2%;
margin-right:2%;
 float: none;
}
 .Iadvantage_title {
 height: 210px;
 background: url(../image/advbj.jpg) left no-repeat;
 margin-top: 40px;
}
 .Iadvantage {
 height: auto;
 background: url(../image/youshibj.jpg) center no-repeat;
}
.ggfl {
 width: 90%;
 padding-top: 30px;
padding-left:5%
}
.ggfl h3 {
 color: #fff;
 font-size: 25px;
 font-weight: bold;
 display: block;
 height: 60px;
 line-height: 60px;
 background: url(../image/xian.jpg) left bottom no-repeat;
 margin-bottom: 20px;
}
 .ggfr {
 display: none;
}
.yszhutu img {
 display: block;
 margin: 0 auto;
 padding-top: 40px;
 animation: ball .6s infinite alternate;
width:90%;
 padding-bottom:40px;
}
 .yslba {
 display: none;
}
 .yslbb {
 display: none;
}
.yslbc {
 display: none;
}
.yslbd {
 display: none;
}
.ystel {
 display: none;
}
 .wap_show .Case_pic {
}
.wap_show .Case_pic li {
 float:left;
 width:48%;
 margin:0 1% 10px 1%;
}
 .wap_show .Case_pic li a:hover ol {
 color:#fff;
}
.wap_show .Case_pic li a {
 display:block;
text-align:center
}
.wap_show .Case_pic li a img {
 display:block;
 width:100%;
height:auto;
}
 #footer .s_width {
 max-width: inherit;
 padding-top: 30px;
}
 #footer .fnavi {
 display: none;
}
 #footer .inner {
 margin: 0 0 20px;
 display: block;
}
 #footer .flogo {
 display: none;
}
 #footer .flogo img {
 max-width: 150px;
}
 #footer .code {
 display: none;
}
 #footer .rbox {
 max-width: inherit;
}
 #footer .rbox h2 {
 margin-bottom: 10px;
}
 #footer .rbox h2 span {
 font-size: 16px;
}
 #footer .rbox p {
 line-height: 30px;
}
 #footer .rbox .tel {
 font-size: 24px;
}
 #footer .copyright {
 padding: 10px 5px 75px;
}
 #footer .copyright span {
 display: block;
 margin: 5px 0 0;
}

 #footer .copyright a:hover{color:#F00 !important; text-decoration:underline}
  #footer .copyright a:link{color:#F00 !important; text-decoration:underline}
 .Icurrent_content span {
 display: none;
}
.sec_aa div.fl h4 {
 margin:0 0 15px 0;
 font-size:26px;
 color:#333;
 text-align:center;
font-weight:bold;
}
.sec_aa div.fl h5 {
 margin-bottom:15px;
 font-size:20px;
 color:#666;
 text-align:center;
 line-height:30px;
}
.sec_aa div.fl h5 i {
 display:inline-block;
 padding:0 7px 0 15px;
 margin-right:15px;
 background:#fe0000;
 color:#fff;
 vertical-align:top;
 border-radius:40px;
 font-style: normal;
}


.sub_right {
	margin-top:30px;
	width:100%;
}
.sub_right .lx {
	display:none;
}

 .show_pic {
 width:100%;
 overflow: hidden;
}
 .Product_pic a {
 float: left;
 width: 49%;
 margin-right: 1%;
 text-align: center;
 position: relative;
 margin-bottom: 2%;
 border-bottom: 1px solid #e1dfe0;
}
 .pinner {
width: auto;
margin: 0px auto;
padding: 0 2%;
}
.frame-ct {
position:relative;
cursor:auto;
width: 100%;
}
.proImg img {
width:100%
}
 .frame-title .t1 {
 color: #5e5e5e;
 font: 26px/1.5 "microsoft yahei";
}
 .page_up {
 float: left;
width:100%;
line-height:30px;
}
 .page_down {
 float: left;
width:100%;
line-height:30px;
}

.ny_news .center {
    padding: 0 2%;
}
.ny_news .num {
    width: 100%;
    display: block;
}
.ny_news .num  img{
    width: 100%; height: auto;
}
.ny_news .font {
    width: 100%;
    margin-top: 15px;
}
.ny_news .font .intro {
    font-size: 14px;
    color: #bbb;
}
#main2 {
	max-width: 96%;
	margin: auto;
}

#main4{
	max-width: 96%;
	margin: auto;
}
.nr20 ul li {
    display: inline-block;
    text-align: center;
    width: 98%;
}
.contact_tel{ font-size:22px}
#main4 .sub_right {
	display:none;
}
.frame-ct-preview {
    padding: 20px 0px;
    overflow: hidden;
}
.contact_ban{background:url(../image/contact_ban.jpg) no-repeat center top; width:100%; height:150px;}


/*contact*/

.contact_sty{
    width: 100%;
    margin: 30px auto;
}
.contact_sty_left{
    width: 100%;
}
.contact_sty_left ul h4{
    color: rgba(63,63,63,1);
    font-size: 24px;
    font-weight: 800;
    margin: 20px 0 40px 0;
}
.contact_sty_left ul h4 span{
    color: rgba(63,63,63,1);
    font-size: 20px;
    display: inline-block;
    font-weight: normal;
}
.contact_sty_left ul li{
    font-size: 22px;
    color: rgba(89,89,89,1);
    margin: 20px 0;
    position: relative;

}
.contact_sty_left ul li::after{
    content: '\07C';
    float: left;
    margin-right: 20px;
}

.contact_sty_right{
    width: 100%;
}
}

@media( max-width:640px ) {
.header {
width:100%;
left:0;
margin:0;
}
.more {
display: none;
}
.IclassCont li {
 width:120px;
 text-align:center;
 margin-right: 10px;
 margin-left: 10px;
 float:left;
}
.IclassCont li a img {
 display:block;
 font-size:0px;
 width:100px;
 height:100px;
transition:all .2s ease;
 border:5px solid #fff;
 border-radius: 50%;
 -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.IclassCont li a p {
 margin-top: 10px;
 font-size: 16px;
 color: #666;
 margin-bottom: 0;
}
}
@media (min-width:640px) {
.fix_footer {
width:640px !important;
left:50%;
margin-left:-320px;
}
}
