@charset "utf-8";
body {
  font-family: "microsoft yahei", Arial;
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}
/*头部*/
.top {
  width: 100%;
  height: 41px;
  background: #0077d2;
}
.top .cont {
  width: 1200px;
  margin: 0 auto;
}
.top .cont:after {
  display: block;
  content: '';
  clear: both;
}
.top span {
  float: left;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 36px;
}
.top p {
  float: right;
  font-size: 14px;
  color: #FFFFFF;
  height: 36px;
  line-height: 36px;
}
.top p .iconfont {
  font-size: 18px;
  color: #b3d6f2;
  vertical-align: middle;
}
.top p b {
  font-size: 20px;
  color: #fff000;
}
.header {
  height: 90px;
  width: 1200px;
  margin: 0 auto;
}
.header:after {
  display: block;
  content: '';
  clear: both;
}
.header .logo {
  float: left;
  margin-top: 25px;
}
.header .nav {
  float: right;
  height: 90px;
}
.header .nav ul li {
  height: 90px;
  width: 78px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  margin: 0 12px;
}
.header .nav ul li a {
  font-size: 14px;
  color: #333333;
}
.header .nav ul li:hover,
.header .nav ul li.on {
  background: url(../images/bg.jpg) no-repeat center center;
}
.header .nav ul li:hover a,
.header .nav ul li.on a {
  color: #FFFFFF;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 560px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 560px !important;
}
.banner .bd ul li {
  width: 100% !important;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.banner .hd .on {
  background: #0077d2;
}
/*首页内容*/
.pro {
  width: 1200px;
  margin: 50px auto 0;
}
.pro:after {
  display: block;
  content: '';
  clear: both;
}
.pro .menu {
  width: 254px;
  padding: 27px 18px 0px 0;
  background: #0077d2;
  float: left;
}
.pro .menu .tit {
  border-bottom: 2px dashed #FFFFFF;
  padding-bottom: 25px;
  min-height: 63px;
  margin-bottom: 15px;
}
.pro .menu .tit h2 {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
}
.pro .menu .tit p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  text-transform: uppercase;
}
.pro .menu .tit:before {
  display: block;
  content: '';
  width: 16px;
  height: 58px;
  background: #FFFFFF;
  box-shadow: 6px 2px 0 #0064b1;
  float: left;
  margin-right: 28px;
}
.pro .menu .tit .iconfont {
  float: right;
  font-size: 26px;
  color: #FFFFFF;
  margin-top: 20px;
}
.pro .menu ul li {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #4da0e0;
  padding-left: 28px;
  list-style: square inside;
  font-size: 12px;
  color: #80bbe9;
}
.pro .menu ul li a {
  font-size: 16px;
  color: #FFFFFF;
}
.pro .menu ul li a:hover {
  color: #fff000;
}
.pro .menu ul li span {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  float: right;
}
.pro .list {
  width: 870px;
  float: right;
}
.pro .list .title {
  height: 106px;
  border-bottom: 1px solid #dcdcdc;
  background: url(../images/icon.jpg) left 24px no-repeat;
  padding-left: 33px;
}
.pro .list .title:after {
  display: block;
  content: '';
  clear: both;
}
.pro .list .title h3 {
  font-size: 24px;
  color: #0077d2;
  font-weight: bold;
  padding-top: 24px;
}
.pro .list .title p {
  font-size: 18px;
  color: #bdbdbd;
  text-transform: uppercase;
}
.pro .list .title img {
  float: right;
  margin-top: 44px;
}
.pro .list .title a {
  float: right;
  color: #fff000;
  margin: 37px 0 0 28px;
}
.pro .list .title .iconfont {
  font-size: 31px;
}
.pro .list ul {
  margin: 20px -18px 0;
}
.pro .list ul li {
  width: 266px;
  height: 188px;
  position: relative;
  float: left;
  margin: 14px 18px;
}
.pro .list ul li .pic {
  width: 100%;
  height: 100%;
}
.pro .list ul li .pic img {
  width: 100%;
  height: 100%;
}
.pro .list ul li .info {
  width: 100%;
  height: 153px;
  padding-top: 35px;
  position: absolute;
  background: rgba(0, 119, 210, 0.75);
  text-align: center;
  top: 0;
  opacity: 0;
  transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -o-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro .list ul li .info h3 {
  font-size: 34px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.pro .list ul li .info > a {
  font-size: 12px ;
  color: #FFFFFF;
}
.pro .list ul li .info p {
  padding: 0 15px;
  margin-top: 16px;
}
.pro .list ul li .info p a {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
}
.pro .list ul li:hover .info {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  opacity: 1;
}
.about {
  width: 1198px;
  height: 406px;
  border: 1px solid #eeeeee;
  margin: 58px auto 0;
}
.about:after {
  display: block;
  content: '';
  clear: both;
}
.about .txt {
  width: 682px;
  height: 406px;
  float: left;
  background: url(../images/about_txt.jpg) no-repeat center center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 35px 60px 0 60px;
}
.about .txt h3 {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  font-family: arial;
}
.about .txt h2 {
  font-size: 16px;
  color: #baa412;
  line-height: 44px;
}
.about .txt .cont {
  font-size: 12px;
  color: #333333;
  line-height: 24px;
  text-indent: 2em;
  margin-top: 24px;
  margin-bottom: 40px;
}
.about .txt a {
  font-size: 12px;
  color: #0077d2;
  line-height: 26px;
}
.about .txt .iconfont {
  font-size: 26px;
  float: left;
}
.about .pic {
  width: 516px;
  height: 406px;
  position: relative;
  float: right;
}
.about .pic img {
  width: 100%;
  height: 100%;
}
.about .pic .tit {
  width: 150px;
  height: 92px;
  background: #0077d2;
  position: absolute;
  left: 0;
  top: 0;
}
.about .pic .tit p {
  font-size: 20px;
  text-indent: 15px;
  line-height: 92px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.about .pic .tit p:first-letter {
  font-size: 60px;
}
.about .pic .tit span {
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  left: 56px;
  top: 17px;
}
.mid {
  width: 1200px;
  margin: 50px auto 0;
}
.mid:after {
  display: block;
  content: '';
  clear: both;
}
.news {
  width: 323px;
  float: left;
}
.news .tit {
  height: 88px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.news .tit p {
  font-size: 20px;
  color: #bdbdbd;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
}
.news .tit p:first-letter {
  font-size: 60px;
  color: #333333;
}
.news .tit p a {
  float: right;
}
.news .tit p .iconfont {
  font-size: 30px;
  color: #ede100;
}
.news .tit span {
  font-size: 20px;
  color: #0077d2;
  position: absolute;
  left: 50px;
  top: 12px;
}
.news .tit:before {
  display: block;
  content: '';
  width: 51px;
  height: 5px;
  background: #0077d2;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.news dt {
  padding-bottom: 10px;
  border-bottom: 1px dashed #c9c9c9;
  margin-top: 27px;
}
.news dt .name {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.news dt .more {
  font-size: 12px;
  line-height: 32px;
  color: #0077d2;
  float: right;
}
.news dt p {
  font-size: 12px;
  line-height: 22px;
  text-indent: 2em;
  margin-top: 8px;
  color: #999999;
}
.news dd {
  height: 43px;
  line-height: 43px;
  border-bottom: 1px dashed #c9c9c9;
}
.news dd .name {
  font-size: 12px;
  color: #333333;
}
.news dd .name:hover {
  color: #0077d2;
  font-weight: bold;
}
.news dd .more {
  font-size: 12px;
  color: #0077d2;
  float: right;
}
.news dd .more:hover {
  color: #d5ca00;
}
.case {
  width: 820px;
  overflow: hidden;
  float: right;
}
.case .tit {
  height: 68px;
  padding-top: 20px;
  border-bottom: 1px solid #dcdcdc;
  background: url(../images/icon.jpg) left 20px no-repeat;
  padding-left: 30px;
  margin-bottom: 30px;
}
.case .tit a {
  float: right;
}
.case .tit .iconfont {
  font-size: 30px;
  color: #ede100;
}
.case .tit h3 {
  font-size: 24px;
  color: #0077d2;
  font-weight: bold;
}
.case .tit p {
  font-size: 18px;
  color: #bdbdbd;
  text-transform: uppercase;
}
.case ul li {
  width: 257px;
  height: 226px;
  margin: 0 12px;
}
.case ul li .pic {
  width: 100%;
  height: 182px;
}
.case ul li .pic img {
  width: 100%;
  height: 100%;
}
.case ul li > a {
  font-size: 12px;
  color: #333333;
  text-align: center;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #f2f2f2;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 6px;
}
.case ul li > a:hover {
  background: #0077d2;
  color: #FFFFFF;
}
/*底部*/
.footer {
  padding: 10px 0;
  background: #333333;
  margin-top: 60px;
  text-align: center;
  line-height: 24px;
}
.footer ul li {
  display: inline-block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.paper {
  width: 1200px;
  margin: 40px auto;
  min-height: 500px;
}
.paper:after {
  display: block;
  content: "";
  clear: both;
}
/*侧导航*/
.side {
  width: 258px;
  float: left;
  margin: 45px 0;
}
.side .tit {
  text-transform: uppercase;
  height: 39px;
  padding: 5px 0 0 14px;
  background: #0077d2;
}

.side .tit p {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  font-weight: bold;
}
.side .tit span {
  font-size: 14px;
  color: #48a5ec;
}
.side .side_c{
	border: 2px solid #1676cd;
}

.side .side_c ul li {
  height: 49px;
  line-height: 49px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 18px;
  border-bottom: 1px dotted #aaa;
}
.side .side_c ul li a {
  font-size: 16px;
  color: #353535;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.side .side_c ul li .iconfont {
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  color: #353535;
  margin-right: 15px;
}
.side .side_c ul li:hover,
.side .side_c ul li.on {
  background: #0077d2;
}
.side .side_c ul li:hover a,
.side .side_c ul li.on a,
.side .side_c ul li:hover .iconfont,
.side .side_c ul li.on .iconfont {
  color: #FFFFFF;
}
.side .side_p {
  margin-top: 40px;
}
.side .side_p > p {
  font-size: 26px;
  color: #0077d2;
  line-height: 24px;
  height: 36px;
}

.side .side_p b{
	font-size: 14px;
	font-weight: normal;
	color: #424242;
}

.side .side_p img {
  margin-bottom: 20px;
}
/*面包屑导航*/
.navigation {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #48a5ec;
  margin-bottom: 30px;
}
.navigation span{
	line-height: 89px;
	font-size: 20px;
}
.navigation:after {
  display: block;
  content: '';
  clear: both;
}
.navigation .tit {
  float: left;
  background: url(../images/icon.jpg) left top no-repeat;
  padding-left: 30px;
}
.navigation .tit h3 {
  font-size: 24px;
  color: #0077d2;
  font-weight: bold;
}
.navigation .tit span {
  font-size: 18px;
  color: #bdbdbd;
  text-transform: uppercase;
}
.navigation p {
  float: right;
  line-height: 66px;
  font-size: 14px;
  color: #999999;
}
.navigation p a {
  color: #999999;
}
.navigation p span {
  color: #0077d2;
}
.product,
.page,
.news_list,
.detail {
  width: 915px;
  float: right;
}
/*产品列表*/
.product ul {
  margin: 20px -15px 0;
}
.product ul li {
  width: 285px;
  height: 255px;
  float: left;
  margin: 16px 15px;
}
.product ul li .photo {
  width: 100%;
  height: 208px;
  background: #bfbfbf;
  display: block;
  line-height: 208px;
}
.product ul li .photo img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.product ul li .name {
  width: 100%;
  height: 32px;
  color: #262626;
  font-size: 14px;
  background: #ebebeb;
  display: block;
  text-align: center;
  line-height: 32px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
}
.product ul li .name:hover {
  background: #0077d2;
  color: #FFFFFF;
}
/*新闻列表*/
.news_list ul li {
  height: 25px;
  padding: 10px 0;
  border-bottom: 1px dashed #c3c3c3;
  font-size: 14px;
}
.news_list ul li .photo {
  width: 225px;
  height: 143px;
  float: left;
}
.news_list ul li .photo img {
  width: 100%;
  height: 100%;
}
.news_list ul .txt {
  margin-left: 252px;
}
.news_list ul .txt .name {
  font-size: 16px;
  color: #484848;
  line-height: 46px;
}
.news_list ul .txt .name:hover {
  color: #0077d2;
}
.news_list ul .txt span {
  font-size: 14px;
  color: #666666;
  float: right;
  line-height: 46px;
}
.news_list ul .txt p {
  font-size: 14px;
  color: #828282;
  line-height: 28px;
  margin-bottom: 15px;
}
.news_list ul .txt .more {
  font-size: 12px;
  color: #484848;
}
 .first_list img{ display:block; float:left; width:185px; height:128px; padding:1px; border:1px solid #c2c2c2;}
 .first_list .first_list_right{ float:right; width:700px; line-height:20px;}
.first_list_right .tit{ display:block; height:31px; font-size:17px;}
.first_list_right .text{ height:40px; overflow:hidden; margin-bottom:4px; font-size: 14px;color: #afafaf;}
.first_list_right .more{ display:block; color:#1676cd}
.first_list_right .date{ display:block; height:20px; line-height:20px; background:url(../images/news_03.gif) left center no-repeat; padding-left:20px; margin-top:10px;}
.first_list{ height:125px; overflow:hidden; margin-bottom:26px;}
.news_list li{ height:37px; line-height:37px; border-bottom:1px dotted #dddddd}
.news_list li span{ float:right}
.first_list_right .text span{font-size: 14px;color: #9e9e9e;height: 47px;line-height: 47px;}
/*翻页*/
.pagination {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.pagination:after {
  display: block;
  content: '';
  clear: both;
}
.pagination a {
  display: inline-block;
  width: 26px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  color: #999999;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.pagination a:hover,
.pagination a.on {
  background: #0077d2;
  color: #ffffff;
  border-color: #0077d2;
}
.pagination .iconfont {
  font-size: 18px;
}
.page .cont {
  margin-top: 30px ;
  line-height: 26px;
}
/*详情页*/
.detail .view {
  padding: 30px 20px ;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.detail .view h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
}
.detail .photo {
  width: 100%;
  margin: 20px 0;
  line-height: 0;
  text-align: center;
}
.detail .photo img {
  max-width: 100%;
}
.detail .view .date {
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #666666;
}
.detail .view .date span {
  margin: 0 10px;
}
.detail .viewbox {
  font-size: 14px;
  line-height: 26px;
  text-indent: 2em;
  margin-top: 30px;
}
.detail .pager {
  width: 100%;
  margin: 20px auto ;
}
.detail .pager p {
  width: 100%;
  height: 32px;
  font-size: 12px;
  color: #777;
  overflow: hidden;
}
.detail .pager a {
  color: #777;
}
.detail .pager a:hover {
  color: #0077d2;
  text-decoration: underline;
}
/*表单*/
.form {
  width: 100%;
  padding-top: 55px;
}
.form_tit {
  width: 100%;
  text-align: center;
}
.form_tit .p1 {
  font-size: 36px;
  color: #efefef;
  text-transform: uppercase;
}
.form_tit .p2 {
  font-size: 24px;
  color: #333333;
  height: 68px;
  line-height: 68px;
}
.form_tit .p3 {
  width: 800px;
  height: 43px;
  line-height: 43px;
  background: #efefef;
  margin: 0 auto;
  font-size: 12px;
  color: #9c9c9c;
}
.layui-form {
  width: 830px;
  margin: 50px auto 0;
}
.layui-form td span {
  font-size: 16px;
  color: #333333;
  margin: 0 15px;
  float: left;
  line-height: 46px;
}
.layui-form table {
  width: 100%;
}
.layui-form td {
  width: 50%;
  padding-bottom: 25px;
  position: relative;
}
.layui-form td input {
  height: 46px;
  text-indent: 25px;
  font-size: 16px;
  line-height: 46px;
  border-radius: 5px;
  background: none;
  outline: none;
  border: 1px solid #cccccc;
  width: 264px;
}
.layui-form .new input {
  width: 674px;
}
.layui-form td .s1 {
  color: red;
  float: right;
  margin-right: 10px;
}
.layui-form textarea {
  resize: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 670px;
  padding: 5px;
  outline: none;
  background: none;
  height: 153px;
}
.form ul {
  width: 100%;
  text-align: center;
}
.form ul li {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
}
.form ul li input {
  width: 100%;
  height: 100%;
}
/* all */
::-webkit-input-placeholder {
  color: #dedede;
}
::-moz-placeholder {
  color: #dedede;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #dedede;
}
/* ie */
input:-moz-placeholder {
  color: #dedede;
}
/* individual: webkit */
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
/* individual: mozilla */
.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}
/*地图*/
.map {
  width: 100%;
  height: 400px;
  margin-top: 30px;
}
.BMap_bubble_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.BMap_bubble_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #0077d2;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #FFFFFF;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #FFFFFF;
}
.float ul li .wx {
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
