﻿/* 初始化CSS */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0 auto;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

fieldset,
img {
  vertical-align: middle;
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

li {
  list-style-type: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "微软雅黑", Arial, sans-serif;
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
}

textarea {
  resize: none;
  font-family: "微软雅黑", Arial, sans-serif;
}

body {
  color: #666;
  font: 12px "微软雅黑", Arial, sans-serif;
}

a {
  color: #666;
  text-decoration: none;
}

i,
em {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}


/*transition*/
.tran200 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tran400 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*网页限定宽度*/
.con_1000 {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

.con_1000:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

/*头部*/
#header {
  width: 100%;
  border-top: 5px solid #004b8e;
}

#header .top {
  height: 74px;
  position: relative;
}

#header .logo {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10000;
  overflow: hidden;
}

#header .logo i {
  position: absolute;
  left: -156px;
  width: 130px;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
}

#header .logo:hover i {
  -webkit-transition: all 0.55s linear;
  transition: all 0.55s linear;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

.rexian {
  position: absolute;
  top: 10px;
  right: 0px;
  background: url(../images/tel_ico.png) left center no-repeat;
  height: 30px;
  line-height: 30px;
  padding-left: 33px;
  font-family: "Microsoft YaHei";
  color: #8a8a8a;
  font-weight: bold;
  font-size: 20px;
}

.search {
  background: url(../images/search.jpg);
  position: absolute;
  right: 0;
  bottom: 13px;
  width: 150px;
  height: 25px;
}

.search input {
  padding-left: 12px;
  width: 110px;
  height: 25px;
  border-style: none;
  vertical-align: middle;
  font-size: 10px;
  color: #fff;
  background: none;
}

.search button {
  width: 13px;
  height: 18px;
  border: none;
  background: url(../images/searchbtn.png) center no-repeat;
  margin-right: 11px;
  margin-top: 4px;
  float: right;
  cursor: pointer;
}

.nav {
  width: auto;
  text-align: center;
}

.nav ul li {
  margin: 0 16px;
  display: inline-block;
}

.nav ul li a {
  display: block;
  text-align: center;
  line-height: 31px;
  font-family: "微软雅黑";
  font-size: 14px;
}

.nav ul li a:hover {
  color: #004b8e;
  background: url(../images/navabg.jpg) center bottom no-repeat;
}

/*BANNER*/
.fullSlide {
  position: relative;
  width: 100%;
  height: 580px;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd ul li {
  width: 100% !important;
}

.fullSlide .bd ul li a {
  display: block;
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 28px;
  text-align: center;
  z-index: 1;
}

.fullSlide .hd ul {}

.fullSlide .hd ul li {
  margin: 0 5px;
  width: 8px;
  height: 10px;
  background: url(../images/icon1.png) center no-repeat;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  font-size: 0;
}

.fullSlide .hd .on {
  background: url(../images/icon2.png);
}

.fullSlide .SlideTtn {
  width: 1002px;
  margin: 0 auto;
  height: 30px;
  text-align: right;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 258px;
}

.fullSlide .prev,
.fullSlide .next {
  display: inline-block;
  text-align: center;
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  font-family: SimSun;
}

.fullSlide .prev {
  left: -150px;
}

.fullSlide .next {
  right: -150px;
}

/*版权*/
#footer {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  background: #004b8e;
}

.copyRight {
  color: #95a8c4;
  font-family: "Microsoft YaHei";
  padding-top: 24px;
  padding-bottom: 21px;
  line-height: 22px;
}

.copyRight div {
  text-align: center;
}

.copyRight a {
  color: #95a8c4;
}

.copyRight .quicklink {
  text-align: center;
}

.copyRight .quicklink a {
  padding: 0 7px;
}


/*侧导航*/
.ny_left {
  float: left;
  width: 196px;
  margin-top: 25px;
}

.ny_left ul {
  margin-bottom: 57px;
}

.ny_left ul li {
  margin: -2px;
  width: 191px;
  height: 55px;
  border: solid 2px #00529b;
  font-size: 15px;
}

.ny_left ul li p {
  margin-top: 17px;
  margin-left: 28px;
  float: left;
}

.ny_left ul .hover {
  background: url(../images/service_btn.png) #00529b 140px center no-repeat;
}

.ny_left ul .hover p {
  color: #fff;
}

.ny_left li:hover a {
  color: #fff;
}

.ny_left ul li:hover {
  background: url(../images/service_btn.png) #00529b 140px center no-repeat;
}

.ny_left .service_tel {
  color: #d73431;
  margin-top: 36px;
}

.ny_left .service_tel p {
  background: url(../images/service_tel.png) left center no-repeat;
  padding-left: 29px;
  font-size: 21px;
  margin-left: 5px;
  font-family: Arial;
  margin-top: 5px;
}

.ny_left .service_tel span {
  display: block;
  font-family: "Microsoft YaHei";
  color: #d73431;
}


.ny_left .service_tel {
  color: #d73431;
  margin-top: 36px;
}

.ny_left .service_tel p {
  background: url(../images/service_tel.png) left center no-repeat;
  padding-left: 29px;
  font-size: 21px;
  margin-left: 5px;
  font-family: Arial;
  margin-top: 5px;
}

.ny_left .service_tel span {
  display: block;
  font-family: "Microsoft YaHei";
  color: #d73431;
}


/*内页标题*/
.ny_right {
  float: right;
  width: 754px;
  height: auto !important;
  height: 500px;
  min-height: 500px;
  margin-bottom: 120px;
}

.ny_right .title {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px
}

.ny_right .title p {
  float: right;
  color: #6c6c6c
}

.ny_right .title h3 {
  height: 45px;
  border-bottom: 2px solid #0399EB;
  display: inline-block;
  float: left;
  padding-right: 13px;
  font-size: 18px;
  font-weight: normal
}

/*其他*/
#full .qq_info a,
#full .qq_info span {
  display: block
}

#full .qq_info span {
  width: 86px;
  background: #fff;
  text-align: center;
  padding-top: 6px;
  line-height: 24px;
  border: 1px solid #968f96;
}

.single_con {
  margin-top: 20px
}

.news_con {
  margin-top: 20px
}

.pro_con {
  margin-top: 20px
}