﻿@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
/*Base*/
html {
	font: 12px/1.8 "微软雅黑";
	color: #666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0;
}
a{ color:#333;}
a:hover{ color:#cf0901;}
img {
	border: 0;
	-ms-interpolation-mode:bicubic
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline:none;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input.submit {
	border: 0;
	margin: 0;
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
	float: left;
	display: inline;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 1;
}
ul, ol {
	list-style:none;
}
li {
	list-style:none;
}
/*清除浮动*/
.clear {
	clear: both;
	height:0px;
	line-height:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
dl, dd, dt {
	list-style:none;
	padding:0px;
	margin:0px;
}
html,body{
	position: relative;
}
a{cursor:pointer;}
.w960{
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.ovh{
	overflow: hidden;
}
.mt35{
	margin-top: 35px!important;
}







@font-face {
  font-family: 'font/iconfont';
  src: url('font/iconfont.eot');
  src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('font/iconfont.woff2') format('woff2'),
      url('font/iconfont.woff') format('woff'),
      url('font/iconfont.ttf') format('truetype'),
      url('font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "font/iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.main_content{ width:85%; margin:0 auto;}



/***********top***************/


.head{ width:100%; float:left; height:120px;  background:#fff;}
.head_logo{ float:left; margin-top:20px; width:30%;}
.head_logo img{ max-height:85px; max-width:100%;}
.head_nav{ float:left; width:calc(45% - 1px); margin-top:15px; line-height:90px; border-right:1px solid #eeeeee; height:90px;}
.head_nav>ul{ display: flex; width: 100%;}
.head_nav>ul>li{float:left; width:14.5%; margin:0 1%; text-align:center; font-size:14px; border-top:2px solid #fff;     position: relative; flex-grow: 1;}
.head_nav>ul>li:hover a,.head_nav>ul>li.no a{ color:#005baa}
.head_nav>ul>li i img{ width:8px; position: relative; top: -1px; left:2px;}
.head_nav > ul > li > a:after {    width: 0;    height: 2px;    position: absolute;    content: "";    top: 0px;    left: 0;    background-color: #000;    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -ms-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;    -webkit-transform: translateX(150%) translateY(0);    -moz-transform: translateX(150%) translateY(0);    -ms-transform: translateX(150%) translateY(0);    transform: translateX(150%) translateY(0);}
.head_nav > ul > li:hover a:after {	width: 100%;	transform: translateX(0%) translateY(0%);	-webkit-transform: translateX(0%) translateY(0%);	-moz-transform: translateX(0%) translateY(0%);	-ms-transform: translateX(0%) translateY(0%);}
.head_nav li ul {	position: absolute;	padding: 15px 0 7px 0;	top: 100%;	left: 0;	opacity: 0;	visibility: hidden;	background-color: #fff;	list-style: none;	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.11);}
.head_nav li:hover > ul {	opacity: 1;	visibility: visible;	z-index: 999;	margin-top: -1px;	-webkit-transform: translate(0, 0);	-moz-transform: translate(0, 0);	-ms-transform: translate(0, 0);	-o-transform: translate(0, 0);	transform: translate(0, 0);}.head_nav li > ul  li{ text-align:left; line-height:40px;}
.head_nav .sub-menu li a:hover {border-bottom:2px solid #000;}
.head_nav .sub-menu {	width: 220px;	-webkit-transition: all 0.4s ease;	-moz-transition: all 0.4s ease;	-ms-transition: all 0.4s ease;	-o-transition: all 0.4s ease;	transition: all 0.4s ease;	-webkit-transform: translate(0px, 10px);	-moz-transform: translate(0px, 10px);	-ms-transform: translate(0px, 10px);	-o-transform: translate(0px, 10px);	transform: translate(0px, 10px);	border: 1px solid #eaeaec;}
.head_nav .sub-menu li a {	margin-bottom: 9px;}
.head_nav li:hover > .sub-menu > li {	padding: 1px 23px;}
.head_nav li:hover > .sub-menu > li > a {	letter-spacing: 1px;	color: #000;}
.head_nav .sub-menu .sub-menu:before {	left: -8px;}

.head_map{ float:left; width:5%;text-align:center; margin-top:45px;}
.head_map img{ height:35px;}
.head_tel{ float:left; width:20%; line-height: 20px; margin-top:40px;}
.head_tel span{ font-size: 18px; color: #ec1119; font-weight: bold; width: 100%; float: left;}


/*banner*/
.slide-main{position:relative; float: left;}
.slide-main .prev,.slide-main .next{display:none;width:70px;height:70px;position:absolute;z-index:222; overflow:hidden;cursor:pointer;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);_border:1px solid none; top: 40%;}
.prev img,.next img{ /*width:100%;*/}
.slide-main:hover .prev,.slide-main:hover .next{display:block;}
.prev{left:70px;}
.next{right:70px;}
.prev:hover,.next:hover,.nav-main a:hover,.nav-main a.cur{opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}
.item{display:block;width:100%;height:20px;position:absolute;z-index:124;left:0;text-align:center; bottom: 5%;}
.item a{display:inline-block;width:10px;height:10px;margin-right:11px;opacity:1;-moz-opacity:0.3;filter:alpha(opacity=30);overflow:hidden;border-radius: 10px; border: 1px solid #dcdbdd;}
.item a.cur{background:#dcdbdd;}
.slide-box,.slide{display:block;width:100%; float: left;}
.slide-box{position:relative;}
.slide{display:none; background:#1d2d6b;position:relative;z-index:8;}

.slide a{display:block;width:100%;cursor:pointer;}
.slide>a>img{ width:100%;}

.slide_wap{ position: absolute;  top: 0; left:0px; width: 100%; display:none;}
.slide_wap img{width:100%;}

.slide_wz{ position:absolute; top:0px; left:0;  z-index:999; width:100%; text-align:center;}
.wz_kuan0{ display:none;}

.tu_kuan1{ position: absolute; bottom: 0px; right: 18%;}
.tu_kuan1 img{ width: 32.5vw;}
.wz_kuan1{ top:50%; transform:translateY(-50%); color:#fff; float: left; width: auto; margin-left: 22%;}
.wz_kuan1 .slide_title1{  opacity:0;}
.wz_kuan1 .slide_title1 img{ height:6vw; float: left;}
.wz_kuan1 .slide_title2{  opacity:0;  }
.wz_kuan1 .slide_title2 img{ height:6vw; margin-left: 50px;}
.wz_kuan1 .slide_title3{  opacity:0;   font-size:22px;  padding:0 10px; margin-top: 34px; background:#2f6ace; letter-spacing: 8px;}


.tu_kuan2{ position: absolute; bottom: 0px; right: 18%;}
.tu_kuan2 img{ width: 46.5vw;}
.wz_kuan2{ color:#000; float: left; width: 80%;  margin-left: 10%; text-align: left; }
.wz_kuan2 .slide_title1{  opacity:0;   font-size: 28px;  width: 100%; text-align: center; margin-top: 12px;}
.wz_kuan2 .slide_title2{  opacity:0;   font-size: 41px; text-align: center; font-weight: bold; line-height: 53px; }
.wz_kuan2 .slide_title3{  opacity:0;   font-size: 24px; margin-top: 34px; margin-left: 10%; line-height: 32px;}
.wz_kuan2 .slide_title4{  opacity:0;   margin-top: 20px;   margin-left: 10%;}
.wz_kuan2 .slide_title4 img{ height: 9vw;}
.wz_kuan2 .slide_title5{ opacity:0;    margin-left: 10%; float: left; color: #fff; font-size: 18px; padding: 1px 20px; background: #ee1b24; border-radius: 15px; margin-top: 35px;}


.tu_kuan3{ position: absolute; bottom: 9%; left: 10%;}
.tu_kuan3 img{ width: 36.5vw;}
.wz_kuan3{  width: 81%; text-align: right;}
.wz_kuan3 .slide_title1{  opacity:0;  }
.wz_kuan3 .slide_title1 img{ width: 20vw; margin-top: 6%;}
.wz_kuan3 .slide_title2{  opacity:0;   font-size: 38px; text-transform: uppercase; color: #43464b; margin-top: 50px; line-height: 22px; }
.wz_kuan3 .slide_title3{  opacity:0;   font-size: 32px; color: #1f2024; }
.wz_kuan3 .slide_title4{  opacity:0;   margin-top: 2px; text-transform: uppercase; }
.wz_kuan3 .slide_title5{  opacity:0;   font-size: 21px; padding: 0px 20px; background: #013765;  float: right;  color: #fff; border-radius: 15px; margin-top: 10px;}
.wz_kuan3 .slide_title6{  opacity:0;   font-size: 20px; float: right; width: 100%; font-weight: bold; color: #ed1b24; margin-top: 15px;}
.wz_kuan3 .slide_title6 img{ width: 1.5vw;}


.tu_kuan4{ position: absolute; bottom: 0px; left: 19%;}
.tu_kuan4 img{ width: 36.5vw;}
.wz_kuan4{  width: auto; left: auto; right: 19%;  padding: 2%; color:#fff; background: rgba(0,0,0,0.5);}
.wz_kuan4 .slide_title1{  opacity:0;  font-size: 28px; font-weight: bold; margin-top: 10px;}

.wz_kuan4 .slide_title2{  opacity:0;  font-size: 31px; font-weight: bold;}
.wz_kuan4 .slide_title3{  opacity:0;  font-size: 18px; margin-top: 10px;}
.wz_kuan4 .slide_title4 img{ width: 17vw; margin-top: 30px; }
.wz_kuan4 .slide_title5{  opacity:0; font-size: 14px;  color: #fff;  border-radius: 15px;  margin-top: 26px;  text-decoration: underline; }
.wz_kuan4 .slide_title6{  opacity:0;  }



.slide_wz .animated{opacity:1;}



/*search*/
.search{ width:100%; float:left; height:67px; background:#fff; }
.search_fl{ width:50%; padding-left: 10%; float:left; line-height: 67px; color: #979797; font-size:14px;}
.search_fl span{}
.search_fl a{ color: #979797; padding: 0 10px;}
.search_fr{ float: right; margin-top: 14px; width:40%}
.search_fr .soText {
	float: left;
	width: 60%;
	height:38px;
	line-height: 38px;
	padding:0 10px;
	border: 1px  #e5e5e5 solid;	
	outline: none;
	border-right:0px;
	color:#b8b8b8;
	font-size:12px;
	
}
.soText::-webkit-input-placeholder { color:#b5b5b5;}
.search_fr .soBtn {
	float: left;
	width: 11%;
    height: 41px;
	line-height:41px;
	border: 1px  #e5e5e5 solid;
	background:#005baa;
	color:#fff;
	font-size: 26px;
	/*background-size: 18px;*/
	
}


/*关于我们*/
.about{ width:100%; float:left; text-align:center;  padding:40px 0px; background:url(../images/ahout_bg.jpg); background-size: auto 100%;}
.about_title{width:100%; float:left; color:#2e2e2e; font-size:24px;}
.about_title span{ font-size:46px; }
.about_xian{ width:100%; float:left; text-align:center;  margin-top: 15px;}
.about_xian span{ padding: 0px 21px; border-top: 2px solid #313131;}
.about_cont{ width:100%; float:left; margin-top:60px; background:url(../images/about_fr_bg.png) center right  no-repeat;    background-size: 20vw; background-color: #fff;}
.about_cont_fl{width:50%; float:left; overflow: hidden;}
.about_cont_fl img{ min-height: 500px; left: 50%; transform: translateX(-50%); position: relative; min-width: 100%;}
.about_cont_fr{ width:32%; float:left; padding-left:3%; text-align:left; }
.about_cont_fr .about_cont_title{ font-size:30px; color: #1567b1; font-weight: 600; margin-top:35px;}
.about_cont_fr .about_cont_title span{ font-size:60px;}
.about_cont_fr .about_cont_title2{font-size:40px; color:#323232; width:100%; border-bottom:1px dashed #323232;     padding-bottom: 30px;}
.about_cont_fr .about_cont_desc{  font-size: 16px; padding-top: 35px;line-height: 28px; height: 200px; overflow: hidden;}

.about_bot{ width:100%; float:left; }
.about_bot ul{ width: 80%; text-align: center; margin: 80px 10% 60px;  float: left; background: #fff; display: flex;}
.about_bot li{ float:left; width:25%; text-align:center; font-size:20px; padding: 15px 0; line-height: 60px; background:#fff;flex-grow: 1;}
.about_bot li i{ font-size:45px; position: relative; top: 10px; right: 15px;}
.about_bot li a{ float:left; width:calc(100% - 1px); border-right:1px solid #bfbfbf; color:#bfbfbf}
.about_bot li:last-child a{border:0px;}
.about_bot li.cli1,.about_bot li:hover{ background:#0056a6; position: relative; left: -2px; }
.about_bot li.cli1 a,.about_bot li:hover a{ color:#fff; border:0px; width:100%}


/*产品中心*/
.cpzx{  width:100%; float:left; text-align:center;  padding:50px 0px; background:#fff;}
.cpzx_title{width:100%; float:left; color:#2e2e2e; font-size:24px;}
.cpzx_title span{ font-size:46px; }
.cpzx_xian{ width:100%; float:left; text-align:center;  margin-top: 15px;}
.cpzx_xian span{ padding: 0px 21px; border-top: 2px solid #313131;}
.cpzx_xl{ width:100%; float:left; position: relative; top: 3px;  margin-top: 30px;}
.cpzx_xl ul{   width: 100%;  display: flex; margin: 0 auto;}
.cpzx_xl li{ float:left;  flex-grow: 1;}
.cpzx_xl li a{ padding: 7px 0; float: left; width: 90%; margin: 0 5%;}
.cpzx_xl li a{ padding: 7px 0; float: left; width: 90%; margin: 0 5%;}
.cpzx_xl li.cli1 a{ padding: 7px 0; background: #005baa; color: #fff; border-radius: 5px; float: left; width: 90%; margin: 0 5%;}
.cpzx_xl li.cli1 .cpxl_xian{ opacity:1;}
.cpzx_xl li .cpxl_xian{ opacity:0; margin-top:20px;}
.cpxl_bot_xian{ width:100%; float:left; border-top:1px solid #7fadd4; height: 1px;}


.cpxl_list_top{ width:100%; float:left; margin-top:25px; }
.cpxl_list_top li{ width:calc(49% - 2px); float:left; margin-right:2%; margin-bottom:2%;}
.cpxl_list_top li a{  border: 1px solid #ccc; float:left; width:100%;}
.cpxl_list_top li:nth-child(2n){ margin-right:0px;}
.cpxl_list_top li .cpxl_list_tu{ width:60%; float:left;}
.cpxl_list_top li .cpxl_list_tu img{ width:80%;}
.cpxl_list_top li .cpxl_list_cont{ width:36%; float:left;  text-align: left; padding:0 2%;}
.cpxl_list_top li .cpxl_list_title{ font-size:20px; color:#206ab4; font-weight: bold; margin-top: 30px;    overflow: hidden;
    text-overflow: ellipsis;   }
.cpxl_list_top li .cpxl_list_desc{ color: #555555; width:100%; font-size:14px; line-height:30px; margin:20px 0;}
.cpxl_list_top li .cpxl_list_gd{ float:left; background: #e8000e; color: #fff; padding: 3px 15px; border-radius: 25px; margin-top:10px; margin-bottom:10px;}
.cpxl_list_top li .cpxl_list_gd i{ position: relative; right: 5px;top: 3px;}

.cpxl_list{width:100%; float:left;}
.cpxl_list li{ width:23%; float:left; margin:0 2.6% 2% 0;}
.cpxl_list li a{  border: 1px solid #ccc; float:left; width:100%;}
.cpxl_list li:nth-child(4n){ margin-right:0px;}
.cpxl_list li .cpxl_tu{ position:relative; width:100%; padding-top:70%; overflow:hidden;}
.cpxl_list li .cpxl_tu img{ position:absolute; height:100%; left:50%; transform:translateX(-50%); top: 0;}
.cpxl_list li .cpxl_title{ font-size:16px; height:50px; line-height:50px; overflow:hidden;}



/*服务*/
.fw{  width:100%; float:left; text-align:center;  padding:50px 0px; background:url(../images/fw_bg.jpg) center top no-repeat;     background-size: auto 100%;}
.fw_title{width:100%; float:left; color:#fff; font-size:24px;}
.fw_title span{ font-size:46px; }
.fw_xian{ width:100%; float:left; text-align:center;  margin-top: 15px;}
.fw_xian span{ padding: 0px 21px; border-top: 2px solid #fff;}

.fw_list{ width:100%; float:left; margin:50px 0; }
.fw_list li{ width:28%; padding:3% 2%; float:left; background:#fff; margin-right:1.5%;}
.fw_list li:last-child{ margin-right:0;}
.fw_list li .fw_list_title{ font-size:24px; color:#0056a6; margin-bottom:50px;}
.fw_list li .fw_list_desc{ width: 64%; margin: 0 auto; font-size: 14px;}
.fw_list li .fw_list_tb{ margin-top: 44px;}
.fw_list li .fw_list_tb img{ max-width:100%;}


/*合作伙伴*/
.hzhb{  width:100%; float:left; text-align:center;  padding:50px 0px; background:#fff;}
.hzhb_title{width:100%; float:left; color:#2e2e2e; font-size:24px;}
.hzhb_title span{ font-size:46px; }
.hzhb_xian{ width:100%; float:left; text-align:center;  margin-top: 15px;}
.hzhb_xian span{ padding: 0px 21px; border-top: 2px solid #313131;}

.hzhb_list{ width:100%; float:left; margin:30px 0;}
.hzhb_list li{ width:calc(24% - 2px); float:left; margin-right:1.3%; margin-bottom:1.3%; border: 1px solid #d2d2d2;}
.hzhb_list li:nth-child(4n){ margin-right:0px;}
.hzhb_list li img{ width:100%; float:left;}


/*定制*/
.dz{  width:100%; float:left; text-align:center; padding-bottom: 30px; background:url(../images/dz_bg.jpg) center top no-repeat; background-size: auto 100%;}
.dz_title{ width:100%; float:left; color:#fff; font-size:36px; line-height: 40px;  margin-top: 50px;}
.dz_title i{  font-size:80px; font-family:华文行楷; font-style: unset;}
.dz_title span{font-size:20px;}
.dz_biaoge{ width:100%; float:left; margin: 70px 0;}
.dz_message_input{ width:90%; float:left;}
.dz_message_input li{ width:23%; float:left; margin:0 1%;}
.dz_message_input li input{ height: 50px; width: 80%; border-radius: 50px; border: 1px solid #e1e1e1; padding: 0 10%;}
.dz_message_submit{ width:9%; float:left; margin-left: 1%;}
.dz_message_submit input{ border: 1px solid #005baa; background: #005baa; color: #fff; width: 100%; height: 50px; border-radius: 50px;}



/*新闻中心*/
.news{  width:100%; float:left; text-align:center;  padding:50px 0px; background:#fff;}
.news_title{width:100%; float:left; color:#2e2e2e; font-size:24px;}
.news_title span{ font-size:46px; }
.news_xian{ width:100%; float:left; text-align:center;  margin-top: 15px;}
.news_xian span{ padding: 0px 21px; border-top: 2px solid #313131;}

.news_xl{ width:100%; float:left; margin-top: 40px;}
.news_xl li{ width: 165px; height: 50px; line-height: 50px; color: #fff; font-size: 16px; display: inline-block; text-align: center; border: 1px solid #c7c7c7; border-radius: 50px; margin: 0 20px;}
.news_xl li a{ color:#c7c7c7}
.news_xl li.cli1{ background:#005baa; border: 1px solid #005baa;}
.news_xl li.cli1 a{ color:#fff;}

.news_list{ width:100%; float:left; margin-top:50px; }
.news_list_fl{ width:49%; float:left; margin-right:2%;}
.news_list_fl li{ width:100%; float:left; margin-bottom: 50px; text-align:left;}
.news_list_fl li:last-child{ margin-bottom:0px;}
.news_list_fl li .news_list_tu{ width:30%; float:left;}
.news_list_fl li .news_list_tu img{ width:100%;}
.news_list_fl li .news_list_cont{ width:66%; margin-left:2%; float:left;}
.news_list_fl li .news_list_title{ font-size: 16px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news_list_fl li .news_list_time{ color: #777777; line-height: 30px;}
.news_list_fl li .news_list_desc{ color: #777777; line-height: 24px; height: 70px; overflow: hidden;}
.news_list_fl li .news_list_tb{ margin-top: 10px;}
.news_list_fl li .news_list_tb img{ max-width:100%}

.news_list_fr{ width:49%; float:left;}
.news_list_fr li{ width:100%; float:left; margin-bottom: 10px;}
.news_list_fr li .news_list_time2{ width:20%; float:left; padding:2%; text-align: center; color: #1b1b1b; line-height: 30px; background: #fff; border: 1px solid #1b1b1b;}
.news_list_fr li:hover .news_list_time2{  color: #fff; background: #1b1b1b;}
.news_list_fr li .news_list_time2 span{ width: 100%; float: left; font-size: 35px;}
.news_list_fr li .news_list_cont2{ width: 70%; margin-left: 5%; float: left; text-align: left;}
.news_list_fr li .news_list_title2{ font-size: 16px; font-weight: 600; }
.news_list_fr li .news_list_desc2{ font-size: 12px; height: 50px; overflow: hidden; color: #777777; line-height: 25px;}



/*footer*/
.footer{ width:100%; float:left; color:#fff; background: #1b1b1b;}
.footer_top{ width:100%; float:left; border-bottom: 1px solid #272727;}
.footer_top_fl{ width:80%; float:left;}
.footer_nav{ width:27%; float:left; margin-top:30px;}
.footer_nav_title{ font-size: 18px;}
.footer_nav_title span{font-size: 12px;}
.footer_nav ul{ margin-top: 25px;}
.footer_nav li{ width: 90%; line-height: 25px;}
.footer_nav li a{ color: #777777;}
.footer_nav_cp{ width:45%;}
.footer_nav_cp li{ width: 48%; margin-right:2%; float: left;}
.footer_top_fr{ width:20%; float:left; text-align:center; background: #005baa; padding:20px 0 0;}
.foot_tel{  line-height: 27px;}
.foot_tel span{ font-size: 22px; font-weight: bold; color:#fff;}
.foot_ewm{ margin-top: 15px;}
.foot_ewm img{ width:140px;}
.foot_ewm_title{ line-height: 50px;}


.footer_link{ width:100%; float:left; padding-top: 21px; padding-bottom: 20px;}
.footer_link i{ float: left; font-size: 30px; color: #005baa; margin-right: 10px;}
.footer_link_title{ float: left; line-height: 20px; font-size: 19px;}
.footer_link_title span{ font-size: 16px;}
.footer_link a{ float:left; margin: 0 20px; color: #fff; line-height: 60px;}

.footer_bot{  width:100%; float:left; background:#323232; line-height: 50px;}
.footer_copy{ float:left; color: #888888;}
.footer_copy a{ color: #888888;}
.footer_fx{ float:right;  color: #888888;}
.footer_fx_title{float:left;}
.bshare-custom{ float:left; margin-top:15px;}
.bshare-custom a{ background:none !important; color:#888888 !important; padding-left:0px !important; font-size: 20px; text-decoration: unset !important;}



/*内页*/
.content{ width:100%; float:left;}
.Location{ width: 100%; height: 45px; line-height: 45px; border-bottom: 1px solid #cdcdcd; color:#cdcdcd; font-size:15px; }
.Location span{ margin:0 10px;}
.Location a{ color:#cdcdcd}
.Location a:hover{ color:#0056a6}
.Location_tubiao{ float: left; width: 45px; height: 45px; border-left: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; text-align: center;}
.Location_tubiao img{ margin-top: 15px;}


.main_fl{ width:22%; float:left; margin-top: 45px;}
.main_fl_title{ color: #fff; background:#0056a6; padding: 5%; font-size: 30px; font-weight: bold;} 
.main_fl_title_tb{ width:100%; background:url(../images/main_fl_title.png) center right no-repeat;}
.main_fl_list{}
.main_fl_list li{ height: 60px; line-height:60px; border: 1px solid #dedede; font-size: 16px; border-top: 0px; color:#666666; overflow:hidden;}
.main_fl_list li a{ float:left; float: left;  padding-left: 10%; width: 90%; color:#444444;}
.main_fl_list li i.main_fl_list_tb{ float: right;  font-style: normal; margin-right: 28px; font-size: 20px; color:#a7a7a7}
.main_fl_list li.on a,.main_fl_list li:hover a{ color:#0056a6; background:#eee;}
.main_fl_list li.on i.main_fl_list_tb,.main_fl_list li:hover i.main_fl_list_tb{ color:#0056a6 }

.main_fl_listcp{}
.main_fl_listcp>ul>li{ line-height:60px; border: 1px solid #dedede; font-size: 16px; border-top: 0px; color:#666666; overflow:hidden;}
.main_fl_listcp>ul>li>span{float:left; width:90%;   padding-left: 10%;}
.main_fl_listcp li a{ float:left;  width: 70%; color:#444444;  height: 60px;  overflow: hidden;}
.main_fl_listcp li i.main_fl_list_tb{ float: right;  font-style: normal;  width: 20%;font-size: 30px; color:#a7a7a7;cursor: pointer;     text-align: center;}
.main_fl_listcp li i.main_fl_list_tb2{ display:none; float: right;  font-style: normal;  width: 20%;font-size: 40px; color:#a7a7a7;cursor: pointer;     text-align: center;}

ul.items{height:0px; overflow: hidden;}
.main_fl_listcp li.active i.main_fl_list_tb{display:none;}
.main_fl_listcp li.active i.main_fl_list_tb2{display:block;}
.main_fl_listcp li.active ul.items{ display:block; width: 100%; float: left; height:100%;}
.main_fl_listcp li.active ul.items>li{  width:90%;   padding-left: 10%; border-top: 1px solid #dedede; float: left;}
.main_fl_listcp li.active ul.items>li>a{ width: 100%;}
.main_fl_listcp li.active ul.items>li:hover{ background:#eee;}
.main_fl_listcp li.active ul.items>li:hover a{ color:#03337d;}

.main_fl_listcp li.on a,.main_fl_listcp li:hover span{  background:#eee;}
.main_fl_listcp li.on a,.main_fl_listcp li:hover span a{ color:#03337d; }
.main_fl_listcp li.on i.main_fl_list_tb,.main_fl_listcp li:hover i.main_fl_list_tb{ color:#03337d }


.main_fl_news{  padding: 20px 10px; border: 1px solid #dedede; overflow: hidden; margin: 30px 0;}
.main_fl_news_title{ width: 94%;  padding: 0 3%; overflow: hidden; border-bottom: 1px solid #dedede; font-size: 18px; color: #0056a6;
 padding-bottom: 10px; margin-bottom: 10px;}
.main_fl_news_list{ width: 94%;  padding: 0 3%;}
.main_fl_news_list li{ border-bottom: 1px dashed;  padding: 5px 0;  width: 100%;}
.main_fl_news_list li .fl_news_title{    font-size: 16px; overflow: hidden; text-overflow: ellipsis;  white-space: nowrap;}
.main_fl_news_list li .fl_news_desc{  color: #838383; font-size:12px; height: 40px; overflow: hidden;}


.main_fl_pro{  padding: 20px 10px; border: 1px solid #dedede; overflow: hidden; margin: 30px 0;}
.main_fl_pro_title{ width: 94%;  padding: 0 3%; overflow: hidden; border-bottom: 1px solid #dedede; font-size: 18px; color: #0056a6;
 padding-bottom: 10px; margin-bottom: 10px;}
.main_fl_pro_list{ width: 94%;  padding: 0 3%;}
.main_fl_pro_list li{ border-bottom: 1px dashed;  padding: 5px 0;  width: 100%; float: left;}
.main_fl_pro_list li .fl_pro_tu{ float: left; width:30%;}
.main_fl_pro_list li .fl_pro_tu img{ width:100%;}
.main_fl_pro_list li .fl_pro_cont{ float: left; width:70%;}
.main_fl_pro_list li .fl_pro_title{    font-size: 16px; overflow: hidden; text-overflow: ellipsis;  white-space: nowrap;}
.main_fl_pro_list li .fl_pro_desc{  color: #838383; font-size:12px; height: 40px; overflow: hidden;}


.main_fl_lx{  padding: 20px 10px; border: 1px solid #dedede; overflow: hidden; margin: 30px 0;}
.main_fl_lx_title{ width: 94%;  padding: 0 3%; overflow: hidden; border-bottom: 1px solid #dedede; font-size: 18px; color: #0056a6;
 padding-bottom: 10px; margin-bottom: 10px;}
.main_fl_lx_cont{}
.main_fl_lx_cont span{ font-size: 14px; }
.main_fl_lx_cont p{ width: 94%;  padding: 0 3%; font-size: 14px; margin-bottom: 15px; color:#242424;}
.main_fl_lx_bot{ width: 94%;  padding: 0 3%;}
.main_fl_lx_tb{ width: 50px; height: 50px; float:left; background: #0056a6;}
.main_fl_lx_tb img{ width:100% }
.main_fl_lx_text{ width: 100px;float:left; border-left: 1px solid #fff; color:#fff; text-align:center; line-height:50px;  background:#0056a6; font-size: 16px; }


.main_fr{ float: right; width: 69%; margin:45px 2%; padding:2%; border: 1px solid #dedede;}
.main_fr .main_fr_title{ text-align: center; font-size: 20px; color: #0056a6; line-height: 25px; padding-bottom: 20px; margin: 10px 0;}
.main_fr .main_fr_tiem{ text-align: center; font-size: 14px; padding-bottom: 20px;}
.main_fr .main_fr_xian{ background:url(../images/main_fr_xian.png) center top no-repeat; width: 100%; height: 3px;}
.main_fr_info{ width:100%; min-height:300px; padding: 5% 0 0;}
.main_fr_info img{ max-width:100%;}

.gduo{ text-align: right; width:100%;}
.gduo span{ text-align: left; float: left;}


/*分页*/
.fenye { float:left; width:100%;}
.pagingNav {
	padding: 5px 10px;
	margin-top: 20px;
	margin-bottom: 20px;

}
.pagingNav p {
	height: 30px;
	line-height: 30px;
}
.pagingNav .uls {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.pagingNav .uls li{ 
    display: inline-block;
    text-align: center;
	list-style:none;
 	margin-left: 5px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	/*border: 1px solid #EBEBEB;*/
	text-decoration: none;
}
.pagingNav .uls a {


}
.pagingNav .uls a.cur,.pagingNav .uls li.thisclass{
	/*background-color: #0080cc;
	border-color: #0080cc;
	color: #fff;*/
}
.pagingNav .uls .tBtn:hover {
	background-color: inherit;
	color: inherit;
background-color:transparent;
color:#666;
}

/*证书*/
.workshop_list{ width:100%;}
.workshop_list ul.honor_list{ width:100%; float: left; /*background:url(../images/honor_list.png);*/}
.workshop_list li{ width: 30%;  float: left;  margin:0 2% 20px;  text-align: center;}
.workshop_list li a{}
.workshop_list_tu{ width:100%; height: 200px; display: table-cell; vertical-align: middle; text-align: center;}
.workshop_list ul.honor_list .workshop_list_tu{ border: 1px solid #dedede; height: 300px;}
.workshop_list_tu img{ display: inline-block;  max-width: 100%; max-height: 100%;}
.workshop_list_title{ height: 50px; line-height: 50px; font-size: 16px; overflow:hidden;}

/*新闻*/
.nnews_list{  width:100%;}
.nnews_list li{ width:100%; float:left; margin-bottom:20px; padding-bottom:20px; border-bottom: 1px solid #dedede;}
.nnews_list li .news_time{  float: left; width: 20%; text-align: center; height: 120px;  color: #272727; background: #e5e5e5;
font-size: 19px;  line-height: 40px;}
.nnews_list li .news_time span{ font-size: 35px; margin-top: 30px;  width: 100%;  float: left;}
.nnews_list li .news_cont{ width:68%; margin-left:2%; float: left; }
.news_cont_title{ font-size: 18px; color: #000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news_cont_desc{ font-size: 14px; }
.nnews_list li:hover .news_time{ background: #0056a6;  color:#fff;}
.news_tb{ width:39px; height: 120px; float: left; background:url(../images/news_tb.png) left center no-repeat; margin-left: 20px;}
.nnews_list li:hover .news_tb{ background:url(../images/news_tb.png) right center no-repeat;}

/*联系我们*/
.contact_top{  width: 100%; float: left;}
.contact_top li{ background-image: -webkit-linear-gradient(0deg, #f4f4f4, #fff); width:50%; float:left; border: 1px solid #e5e5e5; height:330px; box-sizing:border-box;}
.contact_top_tu { width:100%; text-align:center; margin-top: 50px; margin-bottom: 30px;}
.contact_top_tu img{max-width:100%;}
.contact_top_cont{width:96%; padding:0 2%; }
.contact_top_cont p{ width:100%; text-align: center; font-size: 15px; color: #4f4e4e;}
.contact_map{ margin-top: 50px; margin-bottom: 50px;  width: 100%; float: left; }

/*招聘*/
.job{ width:100%;}
ul.job-list{ float:left; width:90%; margin-left:5%; margin-top:20px;}
ul.job-list li{ float:left; width:99%; margin-bottom:20px; border:1px solid #e4e4e4;}
ul.job-list li .jobtitle{ height:46px; overflow:hidden; cursor:pointer; border-radius:5px 5px 0 0;}
ul.job-list li .jobtitle .tit{ float:left; display:block;  line-height:46px; height:46px; overflow:hidden; padding-left:25px; font-size:14px; font-weight:bold;}
ul.job-list li .jobtitle .arr{ float:right; background:url(../images/arrow-d.jpg) center no-repeat; height:46px; width:46px;}
ul.job-list li .jobtitle-active .tit{ color:#e87813;}
ul.job-list li .jobtitle-active .arr{ background:url(../images/arrow-u.jpg) center no-repeat;}
ul.job-list li .jobbrief{ border-top:1px solid #e4e4e4; padding-left:20px; padding-top:15px; padding-right:20px; padding-bottom:15px;}

/*内页产品*/
.image_list{ width:100%;}
.image_list li{ width: 32%;  float: left;  margin-right:2%; margin-bottom:30px;  text-align: center;}
.image_list li span{  border: 1px solid #dedede; float:left; padding-bottom:20px; width: calc(100% - 1px); float: left;}
.image_list_tu{ width:100%; overflow: hidden; padding-top: 100%; position: relative;}
.image_list_tu img{  width: auto; height: 100%; position: absolute; top: 0; left: 50%; max-width: none; transform: translateX(-50%);
-ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.image_list_cont{ /*height: 50px;*/ padding-top:5px; line-height: 22px; font-size: 14px;}
.image_list_title{ width:96%; height:25px;margin-bottom:15px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color:#0056a6; padding: 0 2%; font-size:16px; }
.image_list_cpgd{ width: 80%;  margin: 0 auto; height:40px; line-height:40px; border: 1px solid #dedede; border-radius: 25px; }
.image_list_cpgd a{ color:#777777;}
.image_list_cpgd a:hover{ color:#0056a6;}
.image_list_xq{ width: 100%; float:left;}
.image_list_zx{ width: 50%; float:left;}

.image_list2{ width:100%;}
.image_list2 li{ width: 32%;  float: left;  margin-right:2%; margin-bottom:30px;  text-align: center;}
.image_list2 li span{  border: 1px solid #dedede; float:left; padding-bottom:20px; width: 100%; float: left;}
.image_list2_tu{ width:100%; max-height: 280px; overflow: hidden;}
.image_list2_tu img{  width: 100%;}
.image_list2_cont{ /*height: 50px;*/ padding-top:5px; line-height: 22px; font-size: 14px;}
.image_list2_title{ width:96%; height:25px;margin-bottom:15px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color:#0056a6; padding: 0 2%; font-size:16px; }
.image_list2_cpgd{ width: 80%;  margin: 0 auto; height:40px; line-height:40px; border: 1px solid #dedede; border-radius: 25px; }
.image_list2_cpgd a{ color:#777777;}
.image_list2_cpgd a:hover{ color:#0056a6;}
.image_list2_xq{ width: 100%; float:left;}
.image_list2_zx{ width: 50%; float:left;}



/*相关样式*/
#showbox { background:#eee; width:100%;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum {  margin-top:10px;   width: 100% !important;}
#showsum p{ left:0px !important; position: inherit !important; margin:0 auto;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width:100%; position:relative;}
.showpage a { display:block; width:45px; height:45px; line-height:45px; background:#cccccc; text-align:center; font-size:18px; position:absolute; left:0; top:-360px; text-decoration:none; color:#fff; z-index: 99999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}

.sumwh{ width:35px; height:35px; display:none;}
.sumis{ width:10px; height:4px;  display:none;}

.images_info_top{ width: 100%; float: left; border-bottom: 1px solid #dedede;}
.images_info_tu{ margin:0 auto; width:49%; }

.images_info_cont{  width: 96%; margin-left: 2%;}
.images_info_title{ font-size: 22px; color:#000; border-bottom: 1px solid #dedede; line-height: 65px;}
.images_info_desc{ width: 100%; min-height: 150px; font-size: 14px; padding-top: 20px; padding-bottom: 30px;}
.images_info_zx{  text-align: center; width: 35%; float:left; background: #0056a6; color: #fff; font-size: 20px; height: 50px; line-height: 50px; border-radius: 25px;}
.images_info_zx a{ color:#fff; padding-right:30px; background:url(../images/cp_xq_zx.png) center right no-repeat;}

.images_info_tel{ float:left;  height: 50px;  font-size: 14px; padding-left:50px; background:url(../images/cp_xq_tel.png) center left no-repeat; line-height: 23px;}
.images_info_tel span{  color:#0056a6;  font-size: 20px; }
.images_info_cont .foot_fx{ margin-top: 20px;}
.images_info_cont .foot_fx_title{ color:#696969;}

.images_info_bot{ width: 100%; float: left;}
.pro_info_title{ width: 96%; margin:0 auto; margin-top:25px; text-align: center;  height: 50px; line-height: 50px; border-bottom: 1px solid #dedede;color:#696969; font-size:24px;}
.pro_info_title span{ float:left; width:150px; height: 50px; background:#0056a6;  font-size: 20px; color: #fff;}
.pro_info{ width: 96%; margin-left:2%; float: left; min-height: 250px; margin-top:20px; margin-bottom: 30px;}

.pro_info img{ max-width:100%;}

.images_message{ width: 96%;  margin: 0 2%; float: left;}
.pro_message_title{ width: 100%; text-align: center;  height: 70px; line-height: 70px;  border: 1px solid #dedede; color:#696969; font-size:24px;}

.pro_message_input{ width:100%; float:left; margin-top:15px;}
.pro_message_input li{ width:50%; float:left; margin: 15px 0; text-align: center;}

.pro_message_input li input{ width: 90%; height: 40px; padding: 0 3%; border:1px solid #dedede;}
.pro_message_input li input#name{ background:url(../images/cp_ly_name.png) center right no-repeat;}
.pro_message_input li input#tel{ background:url(../images/cp_ly_tel.png) center right no-repeat;}
.pro_message_content{ width:100%; text-align: center; margin-top:15px; float:left;}

.pro_message_content textarea{ width:94%; padding:3% 2%; height:100px; background:url(../images/cp_ly_cont.png) top right no-repeat;  border:1px solid #dedede;}
.pro_message_submit{ width:100%; float:left; text-align:center; margin-bottom:10px;}
.pro_message_submit input.coolbg{ width: 50%; height: 50px;background: #0056a6; color: #fff; border: 0px; font-size:16px;
margin-top: 50px;}

.pro_tj_gs{ width:3px; display:none;}
.pro_list_hot{ width: 100%; float: left;}
.pro_hot_title{ width: 100%; margin-top:25px; text-align: left;  height: 50px; line-height: 50px;  border-bottom: 1px solid #dedede;color:#0056a6; font-size:20px; margin-bottom: 30px;}
.pro_hot_list{ width: 100%; float: left; margin-top:40px;}
.pro_hot_list li{ width: 24%;  float: left; margin-right: 1.3%; text-align: center;}
.pro_hot_list li .pro_hot_tu{ width:100%;}
.pro_hot_list li .pro_hot_tu img{  width:100%;}
.pro_hot_list li .pro_hot_title2{ height:30px; line-height:30px; font-size:14px;}

.scrollpic{ position:relative; width:100%;}

#mybtns_pro_tj{position:absolute; width:100%; height:100%;}
#mybtns_pro_tj a{width:22px; height:45px; display:block; float:left; margin-right:1px; margin-top: 4%; position:absolute;  z-index:999;     margin-top: 0;  top: 50%; transform: translateY(-50%);}
#mybtns_pro_tj a:hover{}
#mybtns_pro_tj a:hover, #myscroll_pro_tj, #mybtns_pro_tj a,#myscroll_pro_tj a:hover .intro, #myscroll_pro_tj a .intro,#myscroll_pro_tj #myscrollbox{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns_pro_tj #left{background-image:url(../images/jt_l.png); float: left; left: 1%; }
#mybtns_pro_tj #right{background-image:url(../images/jt_r.png); float: right; right:1%; }


#myscroll_pro_tj{display:block; width:100%; margin:0 auto; position:relative; overflow:hidden; margin-bottom:15px;}
#myscroll_pro_tj #myscrollbox{display:block; float:left; position:absolute; left:0; top:0; width:1000000px;}
#myscroll_pro_tj ul{display:block; float:left; list-style-type:none; padding:0; margin:0;}
#myscroll_pro_tj ul li{display:block; float:left; padding: 0px; margin: 0px;}


/*Online Service*/
.kf-sidebar{position: fixed;top: 250px;right: 10px;z-index: 999;}
.kf-sidebar li{width: 55px;height: 55px;margin-bottom: 1px;position: relative;}
.kf-sidebar .sidebox{display: block;width: 55px;height: 55px;position: absolute;top: 0;right: 0;overflow: hidden;transition: ease-in-out 0.2s;}
.kf-sidebar .tb{display: block;width: 55px;height: 55px;position: absolute;top: 0;left: 0;}
.kf-sidebar li:hover .tb{background-color: rgba(0,0,0,0.3) !important;}
.kf-sidebar p{line-height: 55px;text-align: center;color: #FFFFFF !important;font-size: 20px;float: left;position: absolute;top: 0;left: 55px;}

.kf-sidebar .kf-tel .sidebox{background-color:#0056a6;}
.kf-sidebar .kf-qq .sidebox{background-color: #0056a6;}
.kf-sidebar .kf-weixin .sidebox{background-color: #0056a6;}
.kf-sidebar .kf-ww .sidebox{background-color: #0056a6;}
.kf-sidebar #goTop{background-color: #0056a6;cursor: pointer;}

.kf-sidebar .kf-tel .tb{background: url(../images/kf_tel.png)no-repeat center;}
.kf-sidebar .kf-qq .tb{background: url(../images/kf_qq.png)no-repeat center;}
.kf-sidebar .kf-weixin .tb{background: url(../images/kf_weixin.png)no-repeat center;}
.kf-sidebar .kf-ww .tb{background: url(../images/kf_ww.png)no-repeat center;}
.kf-sidebar #goTop .tb{background: url(../images/gotop.png)no-repeat center;}

.kf-sidebar .kf-tel p{width: 180px;}
.kf-sidebar .kf-tel:hover .sidebox{width: 235px;}
.kf-sidebar .kf-qq p{width: 140px;}
.kf-sidebar .kf-qq:hover .sidebox{width: 195px;}
.kf-sidebar .kf-ww p{width: 140px;}
.kf-sidebar .kf-ww:hover .sidebox{width: 195px;}

.kf-sidebar .ewm{position: absolute;top: -53px;right: 55px;padding-right: 15px;display: none;}
.kf-sidebar .ewm .box{padding: 5px;background: #FFFFFF;border: 1px solid #02963F;}
.kf-sidebar .ewm .box img{display: block;width: 150px;height: 150px;}


.sp_header{ display: none;}
	
.sp_nav_xjb{ background:url(../images/head_nav_xia.png) center bottom no-repeat; width:30px; height:30px;}
.sjj_nav_i_se{ background:url(../images/head_nav_xia.png) center top no-repeat;}

.sjj_nav ul li form{ margin:15px 0; float: left; width: 100%;}	
.sjj_nav ul li .soText {
	float: left;
	width:70%;
	height: 30px;
	line-height: 30px;
	padding:0 2%;
	color: #333;
	border: 1px solid #ddd;
	background:#eeeeee;
	outline: none;
	border-right:0px;
	color:#666;
	font-size:14px;
}
.soText::-webkit-input-placeholder { color:#666;}
.sjj_nav ul li .soBtn {
	float: left;
	width: 20%;
	height: 32px;
	border: 1px solid #2449a4;
	line-height: 32px;
	
	background: url(../images/sobtn.png) no-repeat center center #2449a4;
}

.footer_fd_kuan{ display:none;}
.footer_fd,#gotop_wap{ display:none;}

@media (max-width: 1399px){
	
	.head_tel span{ font-size:14px;} 
}
@media (max-width: 1199px){
	
	.head_logo{  width: 25%; padding-right: 5%; margin-top: 30px;}
	.head_tel{  margin-top: 40px; line-height:unset;}
	.head_tel span{ float:right; width:100%}
	.search_fl{     width: 60%; padding-left: 0%;}
	
	.about_cont_fr .about_cont_title2{ font-size: 28px;}
	.about_cont_fr .about_cont_title span{ font-size: 48px;}
	.about_bot ul{ width: 100%; margin: 80px 0% 60px;}
	
}

@media (max-width: 999px){
	
	.head_logo{ width: 50%; margin-top: 20px;}
	.head_nav,.head_map{display:none;}
	.header_fr{ float:right; margin-top: 30px;}
	.sp_header{ display: block;}
	.head_tel span{ float: left; margin:0px;  font-size:0px; padding-top:50px; padding-left: 35px; background: url(../images/head_tel2.png) bottom left no-repeat; width:auto; background-size: 35px;}
	.head_tel { font-size: 0px; width:auto; float:left; margin:0px;}
	.head_nav_wap{ margin-left: 10px; margin-top: 7px; border-left: 1px solid #d9d9d9;}
	
	.cpxl_list_top li{ width:49%;}
	.cpxl_list_top li .cpxl_list_tu{ width: 100%;}
	.cpxl_list_top li .cpxl_list_cont{ width: 90%; padding: 5%; border-top: 1px solid #ccc; text-align:center;}
	.cpxl_list_top li .cpxl_list_title{ margin-top:0px;}
	.cpxl_list_top li .cpxl_list_gd{ float:none;}
	
	
	
	.footer_top,.footer_link,.kf-sidebar{display:none;}
#gotop_wap{display:block;}	
#gotop_wap {
    position: fixed;
    bottom: 80px;
    right: 5px;
    background: url(../images/gotop1.png) no-repeat 14px 15px rgba(0,0,0,0.5);   
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 999;
}
.footer_fd_kuan{ display:block;width: 100%; float:left; height: 60px;}
.footer_fd{ display:block;  width: 100%; position: fixed;  bottom: 0px;  height: 60px; background: #191938; box-shadow: 0px 0px 14px #040404; z-index: 99999;}
.footer_fd li{ width:25%; float:left; text-align:center;}
.footer_fd li a{ color:#fff; width: 100%; float: left; line-height: 30px;}
.footer_fd li .footer_fd_tu{ width: 100%; height:20px; float:left; text-align:center; margin-top:10px;}
.footer_fd li .footer_fd_tu img{ height:100%;}
.footer_fd li .footer_fd_title{}
		
		
	.main_fr{ float: left; width: 96% !important; margin: 45px 0;}
	.main_fl{ width: 100%; margin-top:0px; display: none;}
	.main_fl_title{ padding: 2%}
	.main_fl_list li a{ padding-left:5%; width: 95%;}
	.main_fl_lx{ display:none;}
	.main_fl_list{  margin-bottom: 30px;}

	.n_banner{ background-size: 150% !important; height:230px !important;}

	.images_info_tu{ width:100%; overflow: hidden; border-right:0px;  border-bottom: 1px solid #dedede; padding-bottom: 30px;}
	.images_info_cont{ width: 96%; margin: 2%;}
	#showbox span,#showbox p{ display:none !important;}
	#showsum{ width: 100% !important;}
	.images_info_zx{  width: 35%;}
	.i_cpgd_gs{ width:3px;}
	
	.wz_kuan1 .slide_title3{ font-size: 20px; letter-spacing: 4px;}
	.wz_kuan2 .slide_title1{ font-size: 22px;}
	.wz_kuan2 .slide_title2{ font-size: 30px; line-height: 45px;}
	.wz_kuan2 .slide_title3{ margin-left: 0%;  font-size: 20px; line-height: 30px;}
	.wz_kuan2 .slide_title4{ margin-left: 0%;}
	.wz_kuan2 .slide_title5{ font-size: 12px; margin-left: 0%;  padding: 1px 10px; margin-top: 15px;}
	.wz_kuan3 .slide_title2{ font-size: 30px; margin-top: 30px; line-height: 25px;}
	.wz_kuan3 .slide_title3{ font-size: 22px;}
	.wz_kuan3 .slide_title5{ font-size: 14px;}
	.wz_kuan3 .slide_title6{ font-size: 14px;}
	
	.wz_kuan4 .slide_title1{ font-size: 20px;}
	.wz_kuan4 .slide_title2{ font-size: 24px;}
	.wz_kuan4 .slide_title3{ font-size: 14px;}
	.wz_kuan4 .slide_title4 img{ margin-top: 10px;}
	.wz_kuan4 .slide_title5{ font-size: 12px; margin-top: 10px;}
	
}

@media (max-width: 899px){
	
	.n_banner{ background-size: 150% !important; height:200px !important;}

}
@media (max-width: 799px){
	
	.head_logo{  margin-top: 0; height: 120px; position: relative;}
	.head_logo img{ position: absolute; top: 50%; transform: translateY(-50%);}
	
	.search{ height:auto;}
	.search_fl{ width:100%;  line-height: 30px; overflow:hidden;}
	.search_fr{ width:100%;}
	.search_fr .soText{  width: 75%; padding: 0 2%;}
	.search_fr .soBtn{   width: 20%;}
	
	.about_cont{ background-image:none; margin-top: 30px;}
	.about_cont_fl{ width:100%;}
	.about_cont_fl img{ width:100%; min-height: auto;}
	.about_cont_fr{ width:90%; padding:0 5% 30px;}
	
	.about_bot li{ font-size:16px; padding: 0;}
	.about_bot li i{ font-size: 30px; top: 5px; right: 10px;}
	
	.cpxl_list li{  width: 49%; margin: 0 2% 2% 0;}
	.cpxl_list li:nth-child(2n) { margin-right: 0px;}
	
	.news_xl li{ width: 26%; margin: 0 2%;}
	.news_list_fl{ width:100%;}
	.news_list_fr{ width: 100%; margin-top: 30px; padding-top: 30px; border-top: 1px solid #ccc;}
	
	.footer_bot{ line-height: 30px;}
	.footer_fx{ display:none;}
	 
	#lightbox-container-image-box{ max-width: 100%; height:auto !important;}
	#lightbox-container-image img#lightbox-image{ width:100%;}
	#lightbox-container-image-data-box{ max-width: 95%;}	
	
	.n_banner{ background-size: 150% !important; height:180px !important;}	
	.workshop_list li{ width: 46%;}
	.image_list li{ width: 46%; padding: 2%;margin-right:0px;}
	.jjfa_list li{width: 46%; padding: 2%; margin-right:0px;}
	
	
	.wz_kuan1 .slide_title3{ font-size: 16px;  margin-top: 10px;}
	.wz_kuan2 .slide_title1{ font-size: 16px;margin-top:0px;}
	.wz_kuan2 .slide_title2{ font-size: 22px; line-height: initial;}
	.wz_kuan2 .slide_title3{ font-size: 16px; line-height: 25px; margin-top: 3%;}
	.wz_kuan2 .slide_title4{ margin-top: 10px;}
	.wz_kuan2 .slide_title5{ margin-top: 10px;}
	
	.wz_kuan3{ width: 35%;  text-align: right;  right: 18%; left: auto;}
	.wz_kuan3 .slide_title2{ font-size: 20px; margin-top: 10px; }
	.wz_kuan3 .slide_title3{ font-size: 14px;}
	.wz_kuan3 .slide_title5{ font-size: 12px;}
	.wz_kuan3 .slide_title6{ font-size: 12px; margin-top: 5px;}
	
	.wz_kuan4 .slide_title1{ font-size: 14px;}
	.wz_kuan4 .slide_title2{ font-size: 16px;}
	.wz_kuan4 .slide_title3{ font-size: 12px;}
	.wz_kuan4 .slide_title4 img{ margin-top: 10px;}
	.wz_kuan4 .slide_title5{ font-size: 12px; margin-top: 10px;}
	
	
}
@media (max-width: 699px){
	
	.dz_biaoge{ margin: 30px 0;}
	.dz_message_input{ width: 100%;}
	.dz_message_input li{ width: 48%; margin: 1%;}
	.dz_message_submit{  width: 100%; margin-left:0px; margin-top: 10px;}
	
	.n_banner{ background-size: 150% !important; height:150px !important;}
	
	.news_tb{ display:none;}
	.nnews_list li .news_cont{ width: 78%;}
	.news_cont_desc{ height:75px; overflow:hidden;}
	.gduo{text-align:left;}
	.gduo span{ width: 100%;  float: left; margin-bottom: 10px;}
	.down_list li .down_cont{  width: 58%;}
	.down_tb_kuan{ width: 20%;}	
	.contact_top li{ width: 100%; border:0px; border-bottom: 1px solid #e5e5e5;}
	
	.pro_tj_gs{ width:2px; display:none;}
	
}
@media (max-width: 599px){

	.n_banner{ background-size: 150% !important; height:130px !important;}
	
	.Location{ font-size: 12px;}	
	.workshop_list ul.honor_list .workshop_list_tu{  height: 250px;}
	
	.footer_bot{  padding-top: 5px;}
	.pro_info img{ height: auto !important;}
	
	.wz_kuan1 .slide_title2 img	{ margin-left: 30px; }
	.wz_kuan1 .slide_title3{ font-size: 12px; letter-spacing: 0px;}
	.wz_kuan2 .slide_title1{ font-size: 12px;}
	.wz_kuan2 .slide_title2{ font-size: 14px;}
	.wz_kuan2 .slide_title3{ font-size: 12px; line-height: 15px; margin-top: -2%;}
	.wz_kuan2 .slide_title4{ margin-top: 0px;}
	.wz_kuan2 .slide_title5{ margin-top: 5px;}
	
	.wz_kuan3{ width: auto;  text-align: right;  right: 18%; left: auto;}
	.wz_kuan3 .slide_title1 img{  margin-top: 1%;}
	.wz_kuan3 .slide_title2{ font-size: 14px; margin-top: 5px; }
	.wz_kuan3 .slide_title3{ font-size: 12px;}
	.wz_kuan3 .slide_title5{ font-size: 12px; padding: 0px 10px; margin-top: 0px;}
	.wz_kuan3 .slide_title6{ font-size: 12px; margin-top: 5px;}
	
	.wz_kuan4{ padding: 1%;}
	.wz_kuan4 .slide_title1{ font-size: 12px; margin-top: 5px;}
	.wz_kuan4 .slide_title2{ font-size: 13px;}
	.wz_kuan4 .slide_title3{ font-size: 12px; margin-top: 5px;}
	.wz_kuan4 .slide_title4 img{ margin-top: 5px;}
	.wz_kuan4 .slide_title5{ font-size: 12px; margin-top: 5px;}
	
	.slide_wap{ display:block;;}
	.slide_datu,.slide_wz{ display:none !important;}
	
}
@media (max-width:499px){
	
	.head{ height: 80px;}
	.head_logo{ height: 80px;}
	.header_fr{ margin-top: 14px;}
	
	.about_title,.cpzx_title,.fw_title,.hzhb_title,.news_title{ font-size: 20px;}
	.about_title span,.cpzx_title span,.fw_title span,.hzhb_title span,.dz_title,.news_title span{ font-size: 28px;}
	.dz_title i{ font-size: 60px;}	
	.about,.cpzx,.fw,.hzhb,.news{ padding: 30px 0px;}	
	.fw_list{ margin:30px 0;} 
	
	.about_cont_fr .about_cont_title{ font-size: 24px; margin-top: 15px;}
	.about_cont_fr .about_cont_title span{ font-size: 36px;}
	.about_cont_fr .about_cont_title2{ font-size: 22px; padding-bottom: 10px;}
	.about_bot ul{  margin: 30px 0% 0px;}
	.about_bot li{ font-size:12px; padding: 0; line-height: 40px;}
	.about_bot li i{ font-size: 20px; top: 5px; right: 10px;}
	
	.hzhb_list li{ width: calc(32% - 2px);}
	.hzhb_list li:nth-child(4n) { margin-right: 1.3%;}
	.hzhb_list li:nth-child(3n) { margin-right: 0px;}
	
	.dz_message_input li input{ height: 30px;}
	.dz_message_submit input{ width: 96%; height: 30px;}
	
	.fw_list li{ width: 96%; margin-right:0px; margin-bottom: 20px;}
	
	.news_xl{ margin-top:20px;}
	.news_xl li{ height: 40px; line-height: 40px;}
	.news_list_fl li .news_list_tu{width:100%;}
	.news_list_fl li .news_list_cont{ width:100%; margin-left:0px; margin-top: 10px;}	
	
	.n_banner{ background-size: 150% !important; height:110px !important;}	
	
	.workshop_list li{ width: 96%;}
	.workshop_list ul.honor_list .workshop_list_tu{ height: auto; border:0px;}
	
	.image_list li{  width: 96%;}
	
	.jjfa_list li{ width: 96%;}
	
	.news_cont_title{ font-size: 16px;}
	.nnews_list li .news_time{ font-size: 12px; line-height: 24px;  height: 100px;}
	.nnews_list li .news_time span{ font-size: 25px;}
	.news_cont_desc{ font-size: 12px; height: 65px;}
	
	.down_cont_title{ font-size: 16px;}
	.down_list li .down_time{ font-size: 12px; line-height: 24px;  height: 100px;}
	.down_list li .down_time span{ font-size: 25px;}
	.down_cont_desc{ font-size: 12px; height: 65px; margin-top: 10px;}
	.down_tb{ margin-left:0px;}
	
	.images_info_zx{ width: 100%; margin-bottom: 20px;}	
	.images_info_tel{ display:none;}
	
	.pro_tj_gs{ width:1px; display:none;}
	
}
@media screen and (max-width: 399px){
	
	.about_title,.cpzx_title,.fw_title,.hzhb_title,.news_title{ font-size: 16px;}
	.about_title span,.cpzx_title span,.fw_title span,.hzhb_title span,.dz_title,.news_title span{ font-size: 20px;}
	
	.about_bot li i{ font-size: 16px; top: 1px; right: 2px;}	
	.n_banner{ background-size: 150% !important; height:85px !important;}
	
}
/* 2020-04-17 会做伙伴 改成单行的轮播图修改 */
/* .hzhb_list li样式初始化 */
.hzhb_list li{ width:calc(24% - 2px); float:left; margin-right:0; margin-bottom:0; border: none;}
.hzhb_list li:nth-child(4n){ margin-right:0px;}
/* 将原先.hzhb_list li的方式发在不得img-box中 */
.hzhb_list li .img-box{margin-right:1.3%; margin-bottom:1.3%; border: 1px solid #d2d2d2;overflow: auto;}




/*页码*/
.page{width:100%;clear:both;text-align:center;}
.page strong{line-height:18px; color:#FFF;  background-color:#0056a6;  padding:7px 12px;  margin:1px 10px 0px -1px;  cursor:pointer;  display:inline-block;}
.page a{border:1px solid #e6e6e6;  padding:7px 12px;  margin-right:10px;  cursor:pointer;  }
.page a:hover{background-color:#0056a6;  border:1px solid #0056a6; color:#fff;}
