@charset "utf-8";
.logo h1 {
  padding-top: 26px;
}

body {
  font-size: 14px;
  font-family: "微软雅黑";
  margin: 0 auto;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
a {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}


/*万能清除浮动开始*/

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-table;
}


/* Hides from IE-mac */

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

ul {
  display: block;
  list-style: none;
}

a {
  text-decoration: none;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.header {
  height: 143px;
  /*background:#155b9d;*/
}

.top {
  height: 100px;
}

.top_tel {
  color: #0093dd;
  margin-top: 30px;
  width: 206px;
  font-size: 16px;
}

.top_tel span {
  display: block;
  color: #0093dd;
  font-size: 20px;
  font-weight: bold;
}

.nav {
  width: 100%;
  background: #0093dd/*url(../images/navbg.jpg) no-repeat center*/
  ;
  height: 43px;
  margin: 0 auto;
}

.nav ul {
  width: 1000px;
  margin: 0 auto;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
}

.nav ul li {
  float: left;
  width: 100px;
  /*padding:0 45px 0 0px;*/
  height: 43px;
  line-height: 43px;
  text-align: center;
  overflow: hidden;
}

.nav ul li:hover {
  background: #000;
}

.nav ul li a {
  color: #fff;
  font-size: 14px;
}


/*banner start*/

.banner {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
  position: relative;
  z-index: 1;
}

.slides li {
  height: 600px;
}

.flex-control-nav {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  width: 50px;
  height: 3px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
}

.flex-control-nav a {
  display: inline-block;
  width: 50px;
  height: 3px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.flex-control-nav .flex-active {
  background: #0093dd;
}

.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}

.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 38px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../images/prev_icon.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../images/next_icon.png) center center no-repeat;
}

.flex-direction-nav li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}


/*banner end*/

.title {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  /*position: relative;*/
  width: 100%;
  margin: 0 auto;
  color: #0093dd;
  font-size: 18px;
}

.title span {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

.more {
  float: right;
}

.more a {
  /*position: absolute;right: 0px;top: 24px;*/
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  width: 75px;
  display: block;
  color: #0093dd;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  background: url(../images/morebg.png) left no-repeat;
}

.title1 {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}

.title1 span {
  margin-left: 5px;
  color: #fff;
  font-size: 12px;
}

.more1 {
  float: right;
}

.more1 a {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  width: 75px;
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  background: url(../images/morebg2.png) left no-repeat;
}



/* .pro_pic{ width:1000px; margin:0 auto; overflow:hidden;} */


/* .pro_pic{ width:800px;  overflow:hidden; float: right;} */

.pro_pic {
  width: 770px;
  overflow: hidden;
  float: left;
}


/* .pro_pic ul li{ float:left; width:232px; height:228px; margin:0 24px 10px 0;} */

.pro_pic ul li {
  float: left;
  width: 232px;
  height: 285px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.pro_pic ul li a {
  width: 232px;
  height: 285px;
  display: block;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.pro_pic ul li a span {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
}

.pro_pic ul li img {
  width: 230px;
  height: 230px;
  border: solid 1px #c2c0c0;
}

.pro_pic ul .no_mar {
  margin: 0px;
}

.pro_pic ul li a:hover img {
  /*border:solid 1px #1a5b9b;*/
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transition: transform 0.5s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  -moz-transition: -moz-transform 0.5s ease-in-out 0s;
  -o-transition: -o-transform 0.5s ease-in-out 0s;
}

.pro_pic ul li a:hover span {
  background: #0093dd;
}

.pro_pic ul li a:hover {
  color: #fff;
}

.aboutbox {
  background: url(../images/aboutbg.jpg) no-repeat;
  width: 100%;
  height: 240px;
  min-width: 1000px;
  background-position: center center;
}

.about_img {
  width: 290px;
  height: 240px;
  margin-right: 20px;
  no-repeat;
  padding: 3px;
}

.about_img img {
  margin-top: 28px;
}

.about_rig {
  width: 680px;
}

.about_con {
  color: #666;
  line-height: 32px;
  font-size: 12px;
  border: solid 1px #e0e0e0;
  height: 100px;
  padding: 6px 15px 30px 15px;
  overflow: hidden;
}


.casebox {
  background: url(../images/casebg.jpg) no-repeat;
  height: 330px;
  margin-top: 10px;
  min-width: 1000px;
  background-position: center center;
}

.casebox_a {
  background: url(../images/casebg2.jpg) no-repeat;
  height: 400px;
  margin: 0 auto;
  min-width: 1000px;
  background-position: center center
}

.case ul li {
  float: left;
  width: 219px;
  height: 285px;
  padding: 12px 12px 0 12px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #c9cbcd;
}

.case ul li img:hover {
  overflow: hidden;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transition: transform 0.5s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  -moz-transition: -moz-transform 0.5s ease-in-out 0s;
  -o-transition: -o-transform 0.5s ease-in-out 0s;
}

.case ul li span {
  color: #0093dd;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  display: block;
}

.case ul .no_mar {
  margin-right: 0px;
}


/*.bor{ position:absolute; left:485px; top:14px;}*/

.news_list dl {
  width: 500px;
  height: 90px;
  border-bottom: solid 1px #d2d2d2;
  float: left;
}

.news_list dl dt {
  float: left;
  width: 60px;
  height: 54px;
  text-align: center;
  background: #0093dd;
  /*border:solid 1px #1097bf;*/
  padding-top: 4px;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}

.news_list dl dt span {
  display: block;
  font-size: 22px;
}

.news_list dl dd {
  float: left;
  margin-left: 15px;
  width: 405px;
  height: 100px;
}

.news_list dl dd .news_tit {
  margin-top: 10px;
  display: block;
  width: 405px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #004684;
}

.news_list dl dd .news_info {
  display: block;
  width: 405px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  text-indent: 1em;
}

.new_left {
  width: 650px;
}

.new_left img {
  float: left;
  background: url(../images/pic07.gif) no-repeat;
  background-size: 168px 168px;
}

.n_l {
  width: 480px;
}

.n_l ul {
  margin-left: 20px;
}

.n_l ul li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: url(../images/newsbg.png) no-repeat left;
  padding-left: 12px;
  border-bottom: 1px solid #d2d2d2;
}

.n_l ul li a {
  color: #666;
}

.n_l ul li a:hover {
  color: #0093dd;
}

.n_l ul li span {
  float: right;
}


.con_right {
  width: 320px;
  margin-left: 30px;
}

.con_right span {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  color: #666;
}

.ej_cont span {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #666;
}

.con01 {
  background: url(../images/tel.png) no-repeat;
  padding-left: 26px;
}

.con02 {
  background: url(../images/mobile.png) no-repeat;
  padding-left: 26px;
}

.con03 {
  background: url(../images/mail.png) no-repeat;
  padding-left: 26px;
}

.con04 {
  background: url(../images/address.png) no-repeat;
  padding-left: 26px;
}

.linkbox {
  border-top: 1px solid #d2d2d2;
  margin-top: 30px;
}

.link {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.link a {
  padding: 0 5px;
  font-weight: normal;
  color: #999;
}

.footerbox {
  background: #0093dd;
}

.footer {
  background: #0093dd;
}

.foot {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  margin-top: 15px;
  font-size: 12px;
  padding-top: 10px;
}

.foot a {
  color: #fff;
  padding: 0 26px;
  border-right: 1px solid #fff;
}

.foot .no_bor {
  border-right: none;
}

.foot .pad_no {
  padding-left: 0px;
}

.cont {
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  padding: 20px;
}

.cont_left {
  float: left;
  height: 170px;
}

.cont_right {
  float: right;
}

.cont_right div.btm_pic {
  float: left;
  margin-left: 10px;
}

.cont_right div.btm_pic div {
  text-align: center;
}


/*二级页面*/

.ej_position {
  border-bottom: 1px solid #d5d5d5;
}

.ej_tit {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  font-size: 18px;
  color: #0093dd;
}

.ej_tit span {
  color: #999;
  font-size: 16px;
  margin-left: 5px;
}

.ej_local {
  font-size: 12px;
  color: #666;
}

.ej_local a {
  color: #155b9d;
}

.ej_about_tit {
  font-size: 24px;
  text-align: center;
  color: #666;
  margin-top: 10px;
}

.ej_about_data {
  margin: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.ej_about_img {
  text-align: center;
  margin: 10px 0;
}

.ej_about_con {
  color: #999;
  font-size: 14px;
  line-height: 32px;
  text-indent: 2em;
}

.ej_about_page {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  color: #999;
}

.ej_about_page a {
  color: #155b9d;
}

.ej_about_page a:hover {
  color: #0093dd;
  font-weight: bold;
}

.page_prev,
.page_next {
  width: 500px;
}

.bor {
  padding-bottom: 40px;
}

.tj_pro {
  width: 720px;
}

.ej_title {
  font-size: 18px;
  color: #0093dd;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
}

.ej_title span {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

.tj_pro ul {
  margin-top: 18px;
}

.tj_pro ul li {
  float: left;
  width: 230px;
  height: 209px;
  margin-right: 15px;
}

.tj_pro ul li.no_mar {
  margin-right: 0px;
}

.tj_pro ul li img {
  border: 1px solid #c2c0c0;
}

.tj_pro ul li span {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.tj_pro ul li a {
  color: #999;
}

.tj_pro ul li a:hover {
  color: #0093dd;
}

.ej_cont {
  width: 250px;
  margin-left: 30px;
}

.ej_cont .ej_tel {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  display: block;
  color: #0093dd;
  font-size: 18px;
  font-weight: bold;
}

.ej_about_con p img {
  display: block;
  width: 500px;
  border: 2px solid #333;
  
}

.pro_fenl {
  margin: 20px 0;
  float: left;
  width: 230px;
}

.pro_fenl h2 {
  font-size: 18px;
  height: 80px;
  background: #0093dd;
  color: #fff;
  text-align: center;
  line-height: 80px;
  border-bottom: 1px solid #fff;
}

.pro_fenl ul {
  margin-bottom: 20px;
}

.pro_fenl ul li {
  width: 230px;
  background: #f1f1f1;
}

.pro_fenl a {
  display: block;
  padding: 5px 8px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #000;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}

.pro_fenl a:hover {
  background: #0093dd;
  color: #fff;
}

.pro_list {
  width: 750px;
  float: right;
}

.pro_list ul {
  margin-top: 20px;
}

.pro_list ul li {
  float: left;
  margin-right: 20px;
}


/* .pro_list ul li{ float:right;margin-right:20px;} */

.pro_list ul li img {
  border: 1px solid #c2c0c0;
}

.pro_list ul li span {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #999;
  width: 230px;
}

.pro_list ul li :hover span {
  color: #0093dd;
}

.pro_list ul .no_mar {
  margin-right: 0px;
}

.news_list ul li {
  width: 750px;
  float: right;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: #d4dde3 solid 1px;
}

.news_list ul li h4 {
  width: 750px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.news_list ul li h4 a {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
  color: #0093dd;
  font-weight: normal;
}

.news_list ul li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.news_list ul li p {
  height: 68px;
  line-height: 30px;
  overflow: hidden;
  text-indent: 2em;
  color: #666;
  font-size: 14px;
}


.mar_b10 {
  margin-bottom: 40px;
}

.Page {
  width: 750px;
  text-align: center;
  padding: 30px 0px;
  float: right;
}

.Page a {
  display: inline-block;
  width: 65px;
  background: #ffffff;
  height: 48px;
  vertical-align: middle;
  line-height: 48px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  margin-left: -1px;
  float: left;
  text-decoration: none;
  color: #333;
  outline: none;
}

.Page a:hover {
  background: #0093dd;
  color: #FFF;
  background-repeat: no-repeat;
}

.Page span {
  display: inline-block;
  min-width: 45px;
  padding: 0 10px;
  background: #ffffff;
  height: 48px;
  vertical-align: middle;
  line-height: 48px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  margin-left: -1px;
  float: left;
}

.Page span.current {
  background: #0093dd;
  color: #FFF
}

.ann {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}

.zuo,
.you {
  width: 13px;
  height: 13px;
}

.pro_pic_right {
  /* float: right; */
  float: left;
}

.pro_pic_left {
  float: left;
  width: 230px;
}

.pro_pic_left div {
  color: #fff;
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
  background: #0093dd;
  margin-bottom: 10px;
}

.pro_pic_left li {
  cursor: pointer;
  background: #f1f1f1;
  height: 30px;
  line-height:30px;
  padding: 10px 10px;
  margin: 0 0 10px 0;
}

.pro_pic_left li:hover {
  background: #0093dd;
  color: #fff;
}

.pro_pic_left li:hover a {
  background: #0093dd;
  color: #fff;
}

.pro_pic_left li a {
  color: #000;
  font-size: 14px;
}

.pro_pic_left li a:hover {
  color: #fff;
}

.file-list {
  width: 750px;
  float: right;
}

.file-list a {
  color: #0093dd;
}

.inner-right {
  width: 750px;
}
#banner{width:100%; min-width:1180px; height:600px; position:relative;  z-index:1; overflow:hidden;}