@charset "utf-8";
/* CSS Document */

/* 全局 布局*/
* {
	margin:0;
	border:1;
	padding:0
}
ul, li {
	list-style:none
}
a, a:hover {
	text-decoration:none;
	transition: all 0.15s ease-out;
}
a {
	transition: all 0.15s ease-out;
	-moz-transition:all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
}
img:hover {
	-moz-opacity:0.9 !important;
	filter:alpha(opacity=90);
	opacity: 0.9;
	_-moz-opacity:0.9
}
body {
	background:#fff;
	font-family:"微软雅黑";
}
.l {
	float:left;
}
.r {
	float:right;
}
.red {
	color:red;
}
.orange {
	color:#ff6c00;
}
.white {
	color:#fff;
}
.blue {
	color:#064aab;
}
.center {
	text-align:center;
}
.wrap {
	width:1020px;
	margin:auto;
}
.wrap2 {
	width:1020px;
	margin:auto;
	overflow:auto;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.h50{
	height:50px;
}
.w1300{ width:1300px;}
/* 顶部 */


#quanju {
	width:100%;
	background:#fff;
}
.bx1200 {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.dunxiu_box {
	width:1300px;
	margin:0 auto;
}
/*顶部*/
._banner {
	margin-top: 117px;
}
header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	margin: auto;
}
header .logoImg {
	margin: 15px 0 15px 10px;
}
header .logoImg a {
	display: block;
	float: left;
}
.top_tel {
	padding: 25px 10px 0 10px;
}
.iTitle {
	text-align: center;
}
.iTitle h2 {
	color: #2a2a2a;
	font-size: 44px;
	background: url(../images/dunxiu_3.jpg)no-repeat;
	width: 610px;
	margin: 0 auto;
	padding-top: 30px;
}
.iTitle span {
	color: #0064db
}
.iTitle p {
	color: #666666;
	font-size: 18px;
	line-height: 37px;
	width: 707px;
	margin: 15px auto;
	text-align:center
}
/*导航*/
.qh_nav {
	z-index: 9999;
}
.qh_nav ul {
	width: 800px;
}
.qh_nav li {
	float: left;
	line-height: 137px;
	height: 117px;
}
.qh_nav li a {
	color: #000;
	display: block;
	width: 100px;
	text-align: center;
	height: 117px;
	box-sizing: border-box;
	position: relative;
}
.qh_nav li a:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: -50px;
	height: 8px;
 transition: all .3s;
	visibility: hidden;
	opacity: 0;
}
.qh_nav li a:hover {
	background: linear-gradient(45deg, #015ebb, #0064db);
	color: #fff;
}
.qh_nav li a:hover:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	height: 8px;
 transition: all .3s;
	visibility: visible;
	opacity: 1;
}
.qh_nav li .act {
	background: linear-gradient(45deg, #015ebb, #0064db);
	color: #fff;
}
.qh_nav li .act:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	height: 8px;
 transition: all .3s;
	visibility: visible;
	opacity: 1;
}
.qh_nav .qh_nav1 ul {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0px;
	top: 96px;
	padding: 20px 2%;
	box-sizing: border-box;
	overflow: hidden;
 transition: .5s;
	text-align: center;
	height: 300px;
}
.qh_nav .qh_nav1 ul:before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: -30px;
	height: 8px;
}
.qh_nav .qh_nav1 ul a {
	width: 10%;
	color: #fff;
	margin: 20px 1% 0 0;
	display: block;
	float: left;
	height: 250px;
}
.qh_nav .qh_nav1 ul a span {
	color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 transition: all .3s;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qh_nav .qh_nav1 ul a img {
	width: 100%;
	display: block;
}
.qh_nav .qh_nav1 ul a:hover {
	background: none;
}
.qh_nav .qh_nav1 ul a:hover span {
	color: #fff;
	background: linear-gradient(45deg, #015ebb, #0064db);
}
.qh_nav .qh_nav1:hover ul {
	visibility: visible;
	opacity: 1;
	top: 117px;
}
.huiguodbdh {
	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%;
}
.huiguodbdh p {
	font-family: Impact;
	font-size: 28px;
	color: #c40000
}
 @media (max-width: 1460px) {
 .top_tel {
 display: none;
}
}
/*公司简介*/

.Iabout {
	width: 100%;
	height: 629px;
	background: url(../images/jjbj.jpg) no-repeat center top;
	margin: auto;
	overflow: hidden;
}
.Iabout_title {
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
	text-align: center;
}
.Iabout_title h3 {
	font-size: 44px;
	color: #333;
	font-weight: bold;
	line-height: 60px;
}
.Iabout_title h3 span {
	color: #1562d2;
	font-weight: bold;
}
.Iabout_title p {
	font-size: 36px;
	font-family: STKaiti;
	color: #ddd;
	text-transform: uppercase;
}
.Iabout_box {
	width: 1300px;
	margin: auto;
	overflow: hidden;
}
.Iabout_r {
	width: 538px;
}
.Iabout_r img {
	width: 538px;
	height:360px;
}
.Iabout_l {
	width: 700px;
}
.Iabout_l h1 {
	colo:#db0505;
	font-weight:500;
	font-size:26px; line-height:60px; font-weight:bold;
}
.Iabout_l span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding-bottom: 20px;
}
.Iabout_l a {
	display: block;
	float: left;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #1562d2;
	margin-right: 15px;
}
.Iabout_l a:hover {
	background: #2b292a;
}
/*公司简介 end*/


/*产品*/

.Iproduct {
	width: 100%;
	background:url(../images/cpbj.jpg)no-repeat center;
	background-attachment: fixed;
	box-sizing: border-box;
	background-size: cover;
	height: 862px;
	overflow: hidden;
}
.Iproduct_title {
	width: 1300px;
	margin: 50px auto;
	overflow: hidden;
	text-align: center;
}
.Iproduct_title h3 {
	font-size: 44px;
	color: #eec006;
	font-weight: bold;
	line-height: 60px;
}
.Iproduct_title h3 span {
	color: #1562d2;
	font-weight: bold;
}
.Iproduct_title p {
	font-size: 36px;
	font-family: STKaiti;
	color: #ddd;
	text-transform: uppercase;
}
.Iproduct_menu {
	width: 1300px;
	margin:30px auto;
	overflow: hidden;
	text-align: center;
}
.Iproduct_menu a {
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	background: #1562d2;
	font-size: 16px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 25px;
}
.Iproduct_menu a:hover {
	background: #eec006
}
.Iproduct_box {
	width: 1300px;
	height: 500px;
	margin: auto;
	overflow: hidden;
}
/*产品中心*/



/*优势*/
.Iyoushi {
	width: 100%;
	height: 810px;
	background: url("../images/ysbj.jpg") no-repeat center top;
	margin: auto;
	overflow: hidden;
}
.Iyoushi_box {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 110px;
}
.Iyoushi_l {
	width: 333px;
}
.Iyoushi_l h4 {
	background: url("../images/ysbt.png") no-repeat right;
	height:200px;
	font-size: 55px;
	color: #ffd966;
	padding-top: 125px;
}
.Iyoushi_l h4 span {
	color: #fff;
	display: block;
}
.Iyoushi_l p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 30px 0;
	margin-left: 40px;
}
.Iyoushi_l a {
	display: block;
	float: left;
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background:#ffd966;
	border-radius: 25px;
	margin-top: 50px;
	margin-left: 40px;
}
.Iyoushi_l a:hover {
	background: #2b2a2a;
	color: #fff;
}
.Iyoushi_r {
	width: 780px;
	height: 620px;
	background:rgba(255, 255, 255, 0.9);
}
.Iyoushi_r h3 {
	font-size: 36px;
	color: #333;
	margin-top: 50px;
	margin-left: 30px;
	margin-bottom: 40px;
}
.Iyoushi_r h3 span {
	color: #1562d2;
}
.Iyoushi_r  {
	display: block;
	float: left;
	width: 650px;
	margin-bottom: 30px;
	margin-left: 70px;
}

.Iyoushi_r  p {
	font-size: 16px;
	line-height: 40px; color:#333; padding-left:40px;
}
.Iyoushi_r  p strong{
	color:#1562d2;
}

/*案例*/

.Icase {
	width: 100%;
	background-attachment: fixed;
	box-sizing: border-box;
	background-size: cover;
	overflow: hidden;
}
.Icase_title {
	width: 1300px;
	margin: 50px auto;
	overflow: hidden;
	text-align: center;
}
.Icase_title h3 {
	font-size: 44px;
	color: #333;
	font-weight: bold;
	line-height: 60px;
}
.Icase_title h3 span {
	color: #1562d2;
	font-weight: bold;
}
.Icase_title p {
	font-size: 36px;
	font-family: STKaiti;
	color: #ddd;
	text-transform: uppercase;
}
.Icase_box {
	width: 1300px;
	margin: auto;
	overflow: hidden;
	padding-bottom:80px;
}
/*案例 end*/



#DXpro-box1 {
	width: 1000px;

}
#DXpro-box1 li {
	width: 230px;
	height: 220px;
	background: #fff;
	margin: 10px;
	float: left;
	list-style: none;
	overflow: hidden;
	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 5px #ccc;
}
#DXpro-box1 li img {
	width: 230px;
	height: 180px;
	padding: 0;
	margin: 0;
}
#DXpro-box1 li p {
	position: absolute;
	width: 230px;
	height: 40px;
	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-box1 li:hover p {
	position: absolute;
	width: 230px;
	height: 80px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom: 0; text-align:center;
}
#DXpro-box1 li:hover .more22 {
	background: #1562d2;
}
#DXpro-box1 li p>a {
	width: 100%;
	line-height:40px;
	height: 40px;
	text-align: left;
	font-size: 16px;
	color: #000;
	display: block; text-align:center
}
#DXpro-box1 li p em {
	background: url(../img/pro-tel1.png) left center no-repeat;
	padding-left: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	display: block;
	margin-left: 30px;
}
#DXpro-box1 .more22 {
	background: #333333;
	text-align: center;
	width: 230px;
	height: 40px;
	line-height:40px;
	font-size: 18px;
	display: block;
}
#DXpro-box1 .more22 a {
	color: #fff;
	text-align: center;
}



#DXpro-box2 {
}
#DXpro-box2 li {
	width:240px;
	height:225px;
	background: #fff;
	margin: 10px;
	float: left;
	list-style: none;
	overflow: hidden;
	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 5px #ccc;
}
#DXpro-box2 li img {
	width: 240px;
	height: 185px;
	padding: 0;
	margin: 0;
}
#DXpro-box2 li p {
	position: absolute;
	width: 240px;
	height: 40px;
	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-box2 li:hover p {
	position: absolute;
	width: 240px;
	height: 80px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom: 0;
	text-align:center;
}
#DXpro-box2 li:hover .more22 {
	background: #1562d2;
}
#DXpro-box2 li p>a {
	width: 100%;
	line-height:40px;
	height: 40px;
	text-align: left;
	font-size: 16px;
	color: #000;
	display: block;
	text-align:center
}
#DXpro-box2 li p em {
	background: url(../img/pro-tel1.png) left center no-repeat;
	padding-left: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	display: block;
	margin-left: 30px;
	font-style: normal
}
#DXpro-box2 .more22 {
	background: #333333;
	text-align: center;
	width: 240px;
	height: 40px;
	line-height:40px;
	font-size: 18px;
	display: block;
}
#DXpro-box2 .more22 a {
	color: #fff;
	text-align: center;
}
/*案例图片 end*/

/*新闻*/ 

.Inews {
	width: 100%;
	height:744px;
	background: url("../images/xwbj.jpg") no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	box-sizing: border-box;
	margin: auto;
	overflow: hidden;
}
.Inews_title {
	width: 1300px;
	margin: 50px auto;
	overflow: hidden;
	text-align: center;
}
.Inews_title h3 {
	font-size: 44px;
	color: #333;
	font-weight: bold;
	line-height: 60px;
}
.Inews_title h3 span {
	color: #1562d2;
	font-weight: bold;
}
.Inews_title p {
	font-size: 36px;
	font-family: STKaiti;
	color: #bababa;
	text-transform: uppercase;
}
.Inews_box {
	width: 1300px;
	margin: auto;
	overflow: hidden;
}
/*首页新闻*/
#xwbox {
	float:left;
	width:410px;
	height:165px;
	margin:15px 10px;
	background:#fff;
	border:solid 1px #ddd;
}
.xwpic {
	width:200px;
	height:165px;
	float:left;
}
.xwpic img {
	width:200px;
	height:165px;
}
.xwleft {
	width:380px;
	height:165px;
	float:left;
	margin-left:20px;
	text-align: left;
}
.xw14hui {
	width:370px;
	height:50px;
	font-size:14px;
	color:#666;
	line-height:25px;
	font-weight: normal;
	font-family:"Microsoft Yahei";
	overflow: hidden;
}
.xwtitle {
	color:#000;
	width:380px;
	height:30px;
	margin-top: 17px;
}
.xwtitle a {
	width:470px;
	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: #1562d2;
}
#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;
}
/*底部*/
.Ifooter {
	width:100%;
	background:url("../images/di_bj.jpg") no-repeat center;
	margin: 0 auto;
	overflow: hidden;
}
.di_bt {
	width: 950px;
	margin:60px auto;
	text-align: center;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}
.Ifooter_nav {
	width: 1200px;
	height:70px;
	margin: auto;
	overflow: hidden;/*border-top: 1px #dc7672 solid;*/
	border-bottom: 1px #8abaff solid;
	text-align: center;
	margin-bottom: 20px;
}
.Ifooter_nav a {
	display: inline-block;
	padding:0 30px;
	color: #fff;
	line-height: 70px;
}
.Ifooter_box {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 30px;
	text-align:center;
	color:#fff;
	padding-bottom:30px; line-height:35px;
}
.Ifooter_box .Ifooter_link a {
	color:#fff;
	margin:0 5px;
	line-height:26px;
}
.Icopyright {
	width:100%;
	background:#1a1a1a;
	color: #d2d0d0;
	height:50px;
	font-size:16px;
	line-height:50px;
	text-align:center;
	margin: auto;
	overflow: hidden;
}
/*版权*/



.body_box {
	width: 100%;
	min-width:1300px;
}
/*左侧产品列表 联系我们*/

.left_pro_box {
	width:260px;
	float:left
}
.left_pro_box_tit {
	color: #fff;
	background: #1562d2;
	padding: 25px 0;
	text-align: center;
	font-size: 1.4em;
	border-radius: 5px 5px 0 0;
	text-transform:uppercase
}
.left_pro_box_tit p {
	margin:0 auto;
	font-size:35px;
	font-weight:bold;
	padding-top:38px;
}
.left_pro_box_tit p span {
	display:block;
	font-size:15px;
	font-weight:normal;
	text-transform: uppercase;
	color:#70c3ff;
	padding-top:5px;
}
.left_pro_box_cont {
	background: #FFF;
}
.cpfl dd a {
	display:block;
	font-size:16px;
	text-indent:28px;
	color:#1c1c1c;
	line-height:50px;
	width:260px;
transition:all .2s ease;
	height:50px;
	background:url(../images/rr.gif) no-repeat left;
	font-weight:normal;
	margin-bottom:1px;
	overflow:hidden
}
.cpfl dd a:hover {
	display:block;
	font-size:16px;
	color:#ffffff;
	text-indent:48px;
transition:all .2s ease;
	line-height:50px;
	width:260px;
	height:50px;
	background:url(../images/ll.gif) no-repeat left;
	overflow:hidden
}
.left_lx_box {
	width:260px;
	background:#EFEFEF;
	margin:20px 0px;
	border-radius:0 0 5px 5px;
}
.left_lx_box_tit {
	color: #fff;
	background: #1562d2;
	padding: 25px 0;
	text-align: center;
	font-size: 1.4em;
	border-radius: 5px 5px 0 0;
	text-transform:uppercase
}
.left_content_sty {
	font-size:16px;
	line-height:35px;
	padding:10px;
	color:#333
}

/*右侧主题*/

.body_right_box {
	float:right;
	width:1000px; 
}

.page_location {
	width:100%;
	height:60px;
	line-height: 60px;
	background:url(../Images/title_line.png) left bottom no-repeat;
}

.body_right_box_title_left{ float:left; width:200px; margin-top:-1px;}
.body_right_box_title_left h2{ font-size:1.6em;}

.s_width {
	background:url(../images/icon_home.png) left no-repeat;
	color:#999999; float:right; font-size:16px;
}
.s_width p {
	padding:0px 0 0 25px; color:#999999;
}
.s_width a {
	color:#999999
}
.dunxiu_body_content {
	font-size:16px;
	line-height:32px;
	color:#383838;
	margin-top:20px;
	margin-bottom:20px;
}

.news_list_box{
	float:right;
	width:1000px;
}
.news_list {
	margin:0px auto;
}
.news_list li {
	background:url(../images/xwdian.gif) no-repeat left;
	color:#7c7c7c;
	position:relative;
	line-height:36px;
}
.news_list li a {
	color:#7c7c7c;
	padding-left:20px;
}
.news_list li span {
	position:absolute;
	right:0px;
	top:0px;
}
.news_list li:hover {
	color:#c42621;
}
.news_list li a:hover {
	color:#c42621;
}
/* 分页 */
.dede_pages {
	line-height:30px;
	clear:both;
	margin-top:20px;
	margin-bottom:30px;
}
.dede_pages ul {
	float:none;
	display:table
}
.dede_pages ul li {
	float:left;
	margin-right:4px;
	list-style:none;
	margin-top:4px;
}
.dede_pages ul li a {
	float:left;
	padding:0 10px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	border:1px solid #000000;
	text-decoration:none
}
.dede_pages ul li a:hover {
	color:#FFF;
	padding:0 10px;
	text-decoration:none;
	border:1px solid #e50d00;
	background:#e50d00
}
.dede_pages ul li.nohref {
	color:#999;
	padding:0 10px;
	border:1px solid #DDD
}
.dede_pages ul li .thisclass {
	color:#FFF;
	padding:0 10px;
	border:1px solid #e50d00;
	background:#e50d00;
	font-weight:bold
}