﻿@charset "UTF-8";
/*公共*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
}
body {
	scrollbar-arrow-color: #fff;
	/*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #000;
	/*滚动条凸出部分的颜色*/
  scrollbar-highlight-color: #000;
	/*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #000;
	/*滚动条阴影的颜色*/
  scrollbar-track-color: #0064db;
	/*滚动条背景颜色*/
  scrollbar-base-color: black;
	/*滚动条的基本颜色*/
  Cursor: url(mouse.cur);/*自定义个性鼠标*/
/*以上2项适用与：body、div、textarea、iframe*/ }

::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 10px;
}

::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  width: 10px;
 background-color: #fff;
}

::-webkit-scrollbar:horizontal {
 height: 10px;
}

::-webkit-scrollbar-track {
  /* 外层轨道 */
  border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分 */
  background-color: #000;
 border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  /* 滑块 */
  width: 10px;
 border-radius: 5px;
 background: #0064db;
}

::-webkit-scrollbar-corner {
  /* 边角 */
  width: 10px;
 background-color: red;
}

::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: red;
}
 @media screen and (max-width: 900px) {
 body {
 font-size: 14px;
}
}

::selection {
 background: #042d97;
 color: #fff;
}

::-moz-selection {
 background: #042d97;
 color: #fff;
}

::-webkit-selection {
 background: #042d97;
 color: #fff;
}
#showdata {
	display: none;
}
body {
	overflow-x: hidden;
}
img {
	border: 0;
}
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	clear:both
}
.clearfix {
	zoom: 1;
}
em, i {
	font-style: normal;
}
a {
	font-size: 16px;
 transition: all .3s;
}
a:hover {
	text-decoration: none;
	color: #e51e01;
}
.w1300 {
	max-width: 1300px;
	margin: 0 auto;
}
.s_width {
	max-width: 1300px;
	margin: 0 auto;
}
.w1600 {
	max-width: 1600px;
	margin: 0 auto;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.max_box {
	max-width: 1300px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h30 {
	height: 30px;
}
.h50 {
	height: 50px;
}
.h60 {
	height: 60px;
}
.h80 {
	height: 80px;
}
.h100 {
	height: 100px;
}
.h150 {
	height: 150px;
}
.f14 {
	font-size: 14px;
}
.f18 {
	font-size: 18px;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.iTitle {
	text-align: center;
}
.iTitle h2 {
	color: #2a2a2a;
	font-size: 44px;
	background: url(../images/dunxiu_3.jpg)no-repeat center;
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}
.iTitle span {
	color: #0064db
}
.iTitle p {
	color: #666666;
	font-size: 18px;
	line-height: 37px;
	width: 1000px;
	margin: 15px auto;
	text-align:center
}
/*公共*/

header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	margin: auto;
}
.logoImg {
	margin:0px auto;
}
.top_tel {
	padding: 10px 0px 0px 0px;
}
.top_tel_box {
	color: #313131;
	font-size: 16px;
	margin-top:8px;
	margin-right: 0;
	white-space:nowrap;
	float: left;
	width: 17%;
	box-sizing: border-box;
	padding-left: 55px;
	min-width: 230px;
	text-align: left;
	background: url(../images/hgdh.png)left no-repeat;
	margin-left: 2%;
}
.top_tel_box p {
	font-family: Impact;
	font-size: 28px;
	color: #c40000
}
/*导航*/
.qh_nav {
	z-index: 9999;
}
.qh_nav ul {
}
.qh_nav li {
	float: left;
	line-height: 100px;
	height: 100px;
}
.qh_nav li a {
	color: #000;
	display: block;
	width: 120px;
	text-align: center;
	height: 100px;
	box-sizing: border-box;
	position: relative;
}
.qh_nav li a:hover {
	background:#006dce;
	color: #fff;
}
.qh_nav li .act {
	background:#006dce;
	color: #fff;
}
.qh_nav li .act:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	height: 8px;
 transition: all .3s;
	visibility: visible;
	opacity: 1;
}
/*产品分类*/
.iClassbox {
	width: 100%;
	padding: 50px 0;
}
.pnav {
	width: 1200px;
	position: relative;
	margin: 0 auto 0 auto;
	margin-top: 40px;
}
.pnav ul {
	text-align: center;
}
.pnav ul li {
	display: block;
	margin: 0 18px;
	overflow: hidden;
transition: all .3s;
	float: left;
}
.pnav ul li a {
	display: block;
	position: relative;
}
.pnav ul li a img {
	transition:  1s;
	width: 160px;
	height: 160px;
	border-radius: 50%;
}
.pnav ul li a p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	background: #e10312;
	padding: 5px 0 25px 0;
	margin: 0 auto;
transition: .5s;
	bottom: 0px;
	width: 100%;
}
.pnav ul li a i {
	position: absolute;
	bottom: 6px;
	font-style: normal;
	font-size: 16px;
	left: 123px;
transition: .5s;
}
.pnav ul li a:hover img {
	filter: brightness(120%);
}
.pnav ul li a:hover p {
	background: #e10312;
	color: #fff;
}
.pnav ul li a:hover i {
	color: #fff;
}
.pnav .btnLeft, .pnav .btnRight {
	position:absolute;
	top:40%;
	width:27px;
	height:51px;
	transition: 0.5s;
	opacity: 0.6;
}
.pnav .btnLeft {
	left:-80px;
	background: url(../images/dunxiu_1.jpg)no-repeat center;
}
.pnav .btnLeft:hover {
	left: -90px;
	opacity: 1;
}
.pnav .btnRight {
	right:-80px;
	background:url(../images/dunxiu_2.jpg) no-repeat center;
}
.pnav .btnRight:hover {
	right: -90px;
	opacity: 1;
}
#ruanti_scroll1 img {
	width: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 50%;
	border: 5px solid #4693e3;
transition-duration: .5s;
}
#ruanti_scroll1 em {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #3d3d3d;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 10px;
transition-duration: .5s;
	width: 160px;
	height: 35px;
}
#ruanti_scroll1 a {
	display: block;
	float: left;
	margin: 0 10px;
}
#ruanti_scroll1 span {
	display: block;
}
#ruanti_scroll1 a:hover em {
	color:#cb1b1d;
transition-duration: .5s;
	font-weight: bold;
}
#ruanti_scroll1 a:hover img {
	border: 5px solid #cb1b1d;
transition-duration: .5s;
}
/*产品展示*/

/*产品上下滚动*/

.Iproduct_menu {
	background:url(../images/index_menu_bg.jpg) no-repeat;
	padding-top:10px;
	padding-bottom:30px;
}
.Iproduct {
	margin-bottom: 80px;
	overflow: hidden;
}
.Iproduct h2 {
	margin: 69px auto 0px auto;
	font-size: 38px;
	line-height: 30px;
	text-align: center;
}
.Iproduct h2 b {
	color: #191919;
	margin: 15px auto;
	display: block;
	position: relative;
	width: 878px;
}
 .Iproduct h2 b ::before {
 position: absolute;
 right: 120px;
 top: 20px;
 width: 100px;
 height: 1px;
 content: "";
 background: silver;
}
 .Iproduct h2 b ::after {
 position: absolute;
 left: 120px;
 top: 20px;
 width: 100px;
 height: 1px;
 content: "";
 background: silver;
}
.Iproduct h2 i {
	color: #0064db;
}
.Iproduct h2 em {
	display: block;
	font-size: 16px;
	margin-top: 5px;
	font-weight: normal;
}
.Pro_roll {
	height: 880px;
	width: 86%;
	margin: 0 auto;
}
.Pro_roll li {
	float: left;
	width: 23.2558139535%;
	background: #f5f5f5;
	margin: 2% 0 0 1.4%;
}
.Pro_roll li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.Pro_roll li a h4 {
	overflow: hidden;
}
.Pro_roll li a img {
	width: 100%;
	height:286px;
	display: block;
 transition: all .5s;
}
.Pro_roll li a ol {
	line-height: 70px;
	color: #555;
	width: 100%;
 transition: all .3s;
	font-size: 16px;
	border-bottom: 1px solid #e1dfdf;
	padding: 0 10px;
	box-sizing: border-box;
}
.Pro_roll li a ol a {
	color: #555;
	font-size: 16px;
}
.Pro_roll li a:hover {
	color: #fff;
}
.Pro_roll li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.Pro_roll li a:hover ol {
	background:#006dce;
	color: #fff;
	padding-left: 25px;
}
 @font-face {
 font-family:'cuya';
 src: url('../images/cuya.ttf');
}
.cuya {
	font-family: "cuya";
}
.more {
	text-align: center;
	margin-top: 50px;
}
.more a {
	display: inline-block;
	font-size: 31px;
	color: #ffffff;
	font-family: cuya;
	background: url(../images/moretel.png) no-repeat top center;
	width: 497px;
	line-height: 47px;
	text-align: left;
	text-indent: 289px;
}
/*about*/

.Iabout {
	width: 100%;
	background: url(../images/bout_bg.jpg) no-repeat center;
}
.about_box {
	height: 550px;
}
.about_banner {
	width:600px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about_banner img {
	width: 100%;
}
.about_title {
	text-align: center;
	margin: 70px auto;
}
.about_title h2 {
	font-size: 43px;
	color: #333;
}
.about_title p {
	color: #484848;
	font-size: 18px;
	text-align: center;
}
.about_text {
	width:650px;
transition: all .4s;
}
.about_text h3 {
	font-size: 41px;
	font-weight: 700;
	color: #fff;
}
.about_text_top {
	text-align: right;
	margin-top: 76px;
	margin-right: 12%;
	margin-bottom: 124px;
}
.about_but {
	width: 100%;
	text-align: right;
	margin-top: 28px;
}
.about_but a {
	display: inline-block;
}
.about_text .about_but p {
	display: inline-block;
	width: 164px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 18px;
transition: all .2s;
}
.about_text .about_but p:hover {
	background: #006dce;
	border: 1px solid #fff;
}
.about_text p {
	font-size: 16px;
	color: #fff;
	line-height: 34px;
}
.yshi {
	width:560px;
	background:#66C;
	margin-left:50px;
}
.yshi li {
	float: left;
	width: 25%;
	height: 90px;
	margin-top: 20px;
	padding: 15px 0;
	background:#f5f5f5 url(../images/youshi.png) no-repeat right center;
	text-align:center;
}
.yshi li img {
	margin: 0px auto;
}
.yshi li p {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #1f1a17;
	font-size: 15px;
	line-height: 28px;/*padding-top: 12px;*/
}
.yshi li i {
	display: block;
	color: #939393;
	font-style: normal;
	font-size: 12px;
	text-align: center;
}
/*案例*/
.Icase {
	width: 100%;
}
.sl {
	width: 1300px;
	margin: 35px auto 0;/*margin-top: 35px;*/
}
.Case_roll {
	width: 86%;
	margin: 0 auto;
}
.Case_roll li {
	float: left;
	width: 23.2558139535%;
	background: #f5f5f5;
	margin: 2% 0 0 1.4%;
}
.Case_roll li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.Case_roll li a h4 {
	overflow: hidden;
}
.Case_roll li a img {
	width: 100%;
	height:286px;
	display: block;
 transition: all .5s;
}
.Case_roll li a ol {
	line-height: 70px;
	color: #555;
	width: 100%;
 transition: all .3s;
	font-size: 16px;
	border-bottom: 1px solid #e1dfdf;
	padding: 0 10px;
	box-sizing: border-box;
}
.Case_roll li a ol a {
	color: #555;
	font-size: 16px;
}
.Case_roll li a:hover {
	color: #fff;
}
.Case_roll li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.Case_roll li a:hover ol {
	background:#006dce;
	color: #fff;
	padding-left: 25px;
}
/*优势*/


.Iindex_ad{height:263px;background:url(../images/bg4.jpg) center center no-repeat;position: relative;}


.Iindex_ys{height:800px;background:url(../images/bg6.jpg) center center no-repeat;padding-top:100px;}
.Iindex_ys .title{width:780px;margin:0 auto;}
.Iindex_ys .title .h3_box{height:74px;border-left:1px solid #ccc;padding-left:16px;margin-left:20px;}
.Iindex_ys .title h3{font-size:46px;font-weight:bold;color:#d20000;line-height:44px;}
.Iindex_ys .title p{font-size:18px;color:#2e2e2e;line-height:30px;}
.Iindex_ys .item_box{position: relative;height:574px;}
.Iindex_ys .item{position: absolute;width:200px;}
.Iindex_ys .item .radius{width:62px;height:62px;border-radius:50%;background-color: #f68612;margin:0 auto;line-height:62px;text-align: center;color:#fff;font-weight:bold;font-size:22px;}
.Iindex_ys .item h3{font-weight:bold;font-size:22px;color:#f68612;text-align: center;margin:6px 0 10px;}
.Iindex_ys .item p{font-size:16px;color:#202020;line-height: 26px;}
.Iindex_ys .i1{bottom:0;left:0px;}
.Iindex_ys .i2{bottom:220px;left:175px;}
.Iindex_ys .i3{bottom:314px;left:500px;}
.Iindex_ys .i4{bottom:220px;right:175px;}
.Iindex_ys .i5{bottom:0px;right:0px;}

/*首页新闻*/

.Inews {
	width: 100%;
	background: url(../images/new_bg.png) bottom center no-repeat;
}
#xwbox {
	float:left;
	width:410px;
	height:165px;
	margin:10px 7px;
	background:#fff;
	border:solid 1px #ddd;
}
.xwpic {
	width:200px;
	height:165px;
	float:left;
}
.xwpic img {
	width:200px;
	height:165px;
}
.xwleft {
	width:360px;
	height:165px;
	float:left;
	margin-left:20px;
	text-align: left;
}
.xw14hui {
	width:350px;
	height:50px;
	font-size:14px;
	color:#666;
	line-height:25px;
	font-weight: normal;
	font-family:"Microsoft Yahei";
	overflow: hidden;
}
.xwtitle {
	color:#000;
	width:360px;
	height:30px;
	margin-top: 17px;
}
.xwtitle a {
	width:360px;
	height:30px;
	font-size:16px;
	color:#000;
	line-height:30px;
	font-weight:bold;
	font-family:"Microsoft Yahei";
	text-align:left;
}
.xwtitle a:hover {
	color:#ff0000;
}
.xw_more {
	font-size:14px;
	line-height:30px;
	text-align:left;
	margin-top: 20px;
}
.xw_more a {
	color:#333;
	text-decoration:none;
}
.xw_more a:hover {
	color:#ff0000;
}
#xwbox:hover {
	background:#006dce;
}
#xwbox:hover * {
	color: #fff;
}
 .xw_nr a:not(:nth-of-type(2)):hover div:before {
border-bottom: 20px solid #ce0a0b;
}
.xw_nr a:nth-of-type(2):hover div:before {
border-top: 20px solid #ce0a0b;
}
/*版权信息*/


.footer{background-color:#292929;padding:78px 0 30px;}
.footer .inner{width:1200px;margin:0 auto;}
.footer .left_side{width:420px;margin-left:2px;}
.footer .left_side h2{font-weight:bold;font-size:26px;color:#fff;}
.footer .left_side .call{width:200px;height:60px;margin:20px 0;background:url(../images/call.png) center left no-repeat;padding-left:60px;}
.footer .left_side .call p{font-size:18px;color:#f97c01;}
.footer .left_side .call h3{font-weight:bold;font-size:32px;color:#f97c01;font-family: impact;}
.footer .left_side .info{font-size:16px;color:#fff;line-height:28px;}
.footer .left_side .info p{font-size:16px;color:#fff;line-height:28px;}
.footer .right_side{width:780px;}
.footer .right_side .nav{width:620px;padding:10px 0 10px 130px;margin-bottom:30px;border:1px dashed #a4a4a4;background:url(../images/footer_logo.png) 10px center no-repeat;}
.footer .right_side .nav a{font-size:15px;color:#fff;display: inline-block;width:200px;height:30px;line-height:30px;}
.footer .right_side .item{width:125px;text-align: center;float: left;}
.footer .right_side .item img{display: block; width:125px;}
.footer .right_side .item span{color:#fff;font-size:15px;display: block; text-align:center}
.footer .right_side .item_guguo{float: left;margin-left:55px;width:290px;font-size:15px;color:#fff; line-height:30px;}
.footer .right_side .item_guguo p{font-size:15px;color:#fff;line-height:30px;}
.footer .right_side .item_guguo a{font-size:15px;color:#fff;line-height:30px;}
.footer .right_side .item_guguo a：link{font-size:15px;color:#fff;line-height:30px;}
.footer .right_side .item_guguo img， .footer .right_side .item_guguo a{display: inline-block;margin:10px 0;}

/*内页banner*/

#nyba {
	width:100%;
	height:500px;
	background:url(../images/nyba.jpg) top center no-repeat #333;
	background-attachment: fixed;
}
.class_nav {
	width: 100%;
	padding-top: 10px;
}
.class_nav ul {
	margin-top: 10px;
	text-align: center;
}
.class_nav ul li {
	display: block;
	display: inline-block;
}
.class_nav ul li a {
	display: block;
transition: all .3s;
}
.class_nav ul li a p {
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-top: 5px;
	color: #fff;
	background: #c41919;
	border-radius: 25px;
	line-height: 30px;
transition: .3s;
}
.class_nav ul li:first-child a p {
	font-size: 14px;
}
.class_nav ul li a:hover .pnimg {
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	transform:rotateY(360deg);
	border: 4px solid #fdb92b
}
.class_nav ul li a:hover p {
	background: #fdb92b
}
.class_nav_pro {
	overflow:hidden;
	width:100%;
	padding:0px;
	clear:both;
	position:relative;
	padding: 15px 0;
}
.class_nav_Cont {
	position: relative;
}
#class_nav_scroll img {
	width: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 50%;
	border: 5px solid #fff;
transition-duration: .5s;
}
#class_nav_scroll em {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #3d3d3d;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 10px;
transition-duration: .5s;
	width: 160px;
	height: 35px;
}
#class_nav_scroll a {
	display: block;
	float: left;
	margin: 0 10px;
}
#class_nav_scroll span {
	display: block;
}
#class_nav_scroll a:hover em {
	color:#cb1b1d;
transition-duration: .5s;
	font-weight: bold;
}
#class_nav_scroll a:hover img {
	border: 5px solid #cb1b1d;
transition-duration: .5s;
}
/*内页banner end*/

/*内页 单页面*/
.n_main {
	overflow: hidden;
	margin-top: 0px;
}
.location_box {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.location_box h3 {
	font-size: 24px;
	color: #000;
}
.location_box h3 span {
	float: right;
	color: #6e6e6e;
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
}
.location_box h3 span a {
	color: #6e6e6e;
}
.location_box h3 span a:hover {
	color: #000;
}
.body_title h1 {
	text-align:center;
	color:#444444;
	font-size: 36px;
	font-weight:bold;
}
.body_title_content {
	text-align:center;
	color:#595959;
	font-size: 16px;
	line-height:40px;
}
.body_title_line {
	text-align:center;
	color:#0070c0;
	font-size: 16px;
	font-weight:bold;
}
.contact_left {
	float:left
}
.contact_left_map {
	width:600px;
	height:460px;
	border:0 solid gray;
}
.contact_right {
	float:right
}
.contact_right_content {
	padding:40px 0;
	text-align:left;
	line-height:40px;
	width:600px;
	float:left
}
.body_content {
	margin-top: 20px;
	line-height: 200%;
}
.body_content p {
	line-height: 160%;
	margin-bottom: 15px;
}
/*内页 单页面end*/

/*内页 left*/
.ny_left {
	width: 300px;
	height: auto;
	float: left;
}
.left_title {
	background: url(../images/pro.png) center center no-repeat;
	width: 270px;
	height: 120px;
}
.left_title h2 {
	padding-top: 28px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	color:#FFF;
	text-align:center
}
.left_title p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}
.left_nav {
	width: 268px;
	height: auto;
	margin-bottom: 10px;
	padding: 5px 0px;
	box-sizing: border-box;
}
.left_nav li {
	width: 268px;
	height: 50px;
	margin: 5px auto;
	text-align: left;
	line-height: 50px;
	font-size: 16px;
	border: solid 1px #ccc;
	background: url(../images/left11.jpg) 20px center no-repeat;
	display: block;
}
.left_nav li a {
	padding-left: 50px;
	color: #333;
	display: block;
	width: 218px;
	height: 50px;
 -webkit-transition-duration: .5s;
 -moz-transition-duration: .5s;
 -ms-transition-duration: .5s;
 -o-transition-duration: .5s;
 transition-duration: .5s;
}
.left_nav li a:hover {
	color: #fff;
	background: url(../images/left22.png) 20px center no-repeat #006dce;
}
.left_nav p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}
.left_nav p a {
	color: #000;
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 14px;
	color: #000;
	line-height: 35px;
	display: block;
	padding-left: 10px;
}
.left_nav p a:hover {
	color: #ff0000;
}
/*内页 left end*/

.ny_right {
	width: 980px;
	height: auto;
	float: right;
}
/*内页新闻 end*/

/** 新闻中心 **/
.Nnews_box {
}
.Nnews_box .list {
	padding-bottom: 20px;
}
.Nnews_box .item {
	width: 930px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px;
transition: all .5s;
}
.Nnews_box .item a {
	display: block;
}
.Nnews_box .item .img {
	position:relative;
	width: 180px;
	height: 135px;
	display:block;
	overflow: hidden;
	cursor: pointer;
}
.Nnews_box .item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.Nnews_box .item a:hover img {
	transform: scale(1.1, 1.1);
}
.Nnews_box .item .txt {
	width: 720px;
	cursor: pointer;
}
.Nnews_box .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.Nnews_box .item .txt .mark {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	padding:0;
}
.Nnews_box .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}
.Nnews_box .item .txt p {
	color: #666;
	line-height: 25px;
}
.Nnews_box .item .txt p span {
	display: inline-block;
	color:#1562d2;
	padding-left: 10px;
}
.Nnews_box .item a:hover .txt h3 {
	color:#1562d2;
}
.Nnews_box .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.Nnav_box {
	text-align: center;
}
.Nnav_box li {
	display: inline-block;
	padding: 10px 10px;
	border-radius: 20px;
	background: #0064db;
	color: #fff;
	margin: 0 5px 5px 0;
 transition: all .3s;
}
.Nnav_box li a {
	display: block;
	color: #fff;
}
.Nnav_box li:hover {
	background: #ea812e;
}
#DXpro-box {
}
#DXpro-box li {
	width: 300px;
	height: 275px;
	background: #fff;
	margin: 10px;
	float: left;
	list-style: none;
	overflow: hidden;
	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 10px #ccc;
}
#DXpro-box li img {
	width: 300px;
	height: 225px;
	padding: 0;
	margin: 0;
}
#DXpro-box li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
transition: all .5s;
}
#DXpro-box li p {
	position: absolute;
	width: 300px;
	height: 50px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom: 0;
 -webkit-transition-duration: .5s;
 -moz-transition-duration: .5s;
 -ms-transition-duration: .5s;
 -o-transition-duration: .5s;
 transition-duration: .5s;
	text-align:center;
}
#DXpro-box li:hover p {
	position: absolute;
	width: 300px;
	height: 100px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom: 0;
	text-align:center;
}
#DXpro-box li:hover .more22 {
	background: #ea812e;
}
#DXpro-box li p>a {
	width: 100%;
	line-height:50px;
	height: 50px;
	text-align: left;
	font-size: 16px;
	color: #000;
	display: block;
	text-align:center
}
#DXpro-box li p em {
	background: url(../images/pro-tel1.png) left center no-repeat;
	padding-left: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	display: block;
	margin-left: 30px;
}
#DXpro-box .more22 {
	background: #ea812e;
	text-align: center;
	width: 300px;
	height: 50px;
	line-height:50px;
	font-size: 18px;
	display: block;
}
#DXpro-box .more22 a {
	color: #fff;
	text-align: center;
}
/* 数字上下页 */
.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:#efefef;
	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;
}
/* 详情页 */
.conBox {
}
.ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}
.ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.ArticleMessage span:first-child {
	margin-left:0;
}
.ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 14px;
}
.ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.ArticleTencont {
	padding: 5px 0px 20px 0px;
	line-height: 32px;
	overflow: hidden;
	color: #666;
	font-size:16px;
}
.showproduct .ArticleTencont img {
	max-width: 100%;
}
.ArticleTencont img {
	max-width: 100%;
}
/* 详情页end */

@media (max-width:1680px) {
.qh_nav li a {
width: 110px;
}
.Pro_roll li a img {
 width: 100%;
 height:240px;
 display: block;
 transition: all .5s;
}
.Case_roll li a img {
 width: 100%;
 height:240px;
 display: block;
 transition: all .5s;
}
}
 @media(max-width:1440px) {
.top_tel {
 display: none;
}
.qh_nav li a {
width: 110px;
}
.Pro_roll li a img {
 width: 100%;
 height:215px;
 display: block;
 transition: all .5s;
}
.Case_roll li a img {
 width: 100%;
 height:215px;
 display: block;
 transition: all .5s;
}
}
/* 三优势 */
.ys_box {
	width: 100%;
	height: 130px;
	background: -moz-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0094e8), color-stop(100%, #13c33a));
	background: -webkit-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: -o-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: -ms-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: linear-gradient(to right, #0094e8 0%, #13c33a 100%);
}
.ys_box ul li {
	float: left;
	width: 400px;
	height: 100px;
	border-right: 1px rgba(255, 255, 255, 0.2) solid;
	padding-top:30px;
	overflow:hidden;
}
.ys_box ul li:nth-child(2) {
padding-left: 40px;
}
.ys_box ul li:nth-child(2) p {
display: block;
width: 320px !important;
text-align:left;
}
.ys_box ul li:nth-child(3) {
border-right: none;
padding-left: 40px;
}
.ys_box ul li:nth-child(3) p {
display: block;
width: 320px !important;
}
.ys_box ul li img {
	float: left;
}
.ys_box ul li p {
	display: block;
	width: 320px;
	float: right;
	font-size: 15px;
	color: #fff;
}
.ys_box ul li p span {
	display: block;
	font-size: 18px;
	line-height: 40px;
}
.ys_box ul li:hover {
	background: #ffb100;
}
