﻿/*
* 我们的自定义样式
*/
html,
body {
  font-size: 14px;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}
a {
  color: #333;
}
h3 a{ color: #fff;}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
.i-container {
  width: 1200px;
  margin: auto;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
#header {
  height: 128px;
  background: url('../img/hd_bg.png') repeat-x;
  background-size: 100% 100%;
}
#header .navbar-i {
  height: 128px;
  border: 0;
  margin-bottom: 0;
}
#header .navbar-i a.navbar-brand {
  height: auto;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 120px;
}
#header .navbar-i a.navbar-brand img {
  display: inline-block;
  margin-right: 8px;
  height: 110px;
}
#header .navbar-i #nav_list {
  float: right;
}
#header .navbar-i #nav_list form {
  margin-top: 44px;
}
#header .navbar-i #nav_list form input {
  float: left;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  width: 266px;
}
#header .navbar-i #nav_list form a {
  float: left;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background-color: #195482;
}
#header .navbar-i #nav_list form a img {
  height: 17px;
  margin-right: 5px;
  vertical-align: sub;
}
.sw-menu {
  height: 56px;
  background-color: #195482;
  overflow: hidden;
}
.sw-menu ul li {
  display: inline-block;
  float: left;
}
.sw-menu ul li > a {
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  padding: 0 40px;
  display: block;
  position: relative;
}
.sw-menu ul li > a::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 70%;
  left: 15%;
  bottom: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.sw-menu ul li > a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.sw-menu ul li .menu {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.sw-menu ul li .menu a {
  color: #fff;
  line-height: 48px;
  font-size: 16px;
  display: inline-block;
  margin-right: 24px;
}
.sw-menu ul li:hover .menu {
  display: block;
}
.sw-news {
  margin-top: 30px;
}
.sw-news .n-left {
  width: 50%;
  float: left;
  border: 9px solid #deebf4;
}
.sw-news .n-left .carousel-indicators {
  position: absolute;
  width: 40%;
  left: 60%;
  right: 0;
  bottom: 0;
  margin-left: 0;
  text-align: right;
  padding-right: 12px;
}
.sw-news .n-left .carousel-indicators li {
  border-radius: 0;
  background-color: #fff;
  border: 0;
}
.sw-news .n-left .carousel-indicators .active {
  background-color: #ff7600;
}
.sw-news .n-left .carousel-caption {
  background-color: rgba(9, 42, 67, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}
.sw-news .n-left .carousel-caption h3 {
  margin: 0;
  padding: 0;
  padding-left: 24px;
  font-size: 16px;
  line-height: 45px;
  text-align: left;
}
.sw-news .n-left .carousel-control {
  position: absolute;
  top: calc(50% - 13px);
  width: 26px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.3);
}
.sw-news .n-left .carousel-control .glyphicon {
  top: calc(50% - 10px);
}
.sw-news .n-left .item img {
  width: 582px;
  height: 342px;
}
.sw-news .n-right {
  float: left;
  width: 50%;
  padding-left: 25px;
}
.sw-news .n-right .n-con ul {
  margin: 0;
  padding: 10px 0;
}
.sw-news .n-right .n-con ul li {
  line-height: 50px;
  position: relative;
}
.sw-news .n-right .n-con ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 23px;
  width: 4px;
  height: 4px;
  background-color: #195482;
}
.sw-news .n-right .n-con ul li a {
  font-size: 16px;
  padding-left: 15px;
}
.sw-news .n-right .n-con ul li a span {
  float: right;
}
.sw-title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #1c649f;
  border-bottom: 3px solid #dedede;
  padding: 5px 0 10px;
}
.sw-title span {
  position: relative;
  margin-right: 25px;
}
.sw-title span.active a {
  color: #1c649f;
}
.sw-title span.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 120%;
  height: 3px;
  background-color: #1c649f;
}
.sw-title .more {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #1c649f;
  margin-top: 5px;
}
.sw-thrid {
  margin-top: 25px;
}
.sw-thrid a {
  display: block;
  position: relative;
  color: #fff;
}
.sw-thrid a span.title {
  position: absolute;
  top: calc(50% - 22px);
  left: 13%;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.sw-thrid a span.f-title {
  position: absolute;
  top: calc(50% + 10px);
  left: 13%;
  font-size: 12px;
  line-height: 1;
}
.sw-thrid img {
  width: 100%;
}
.sw-zsjs {
  margin-top: 25px;
}
.sw-zsjs .z-left {
  width: 272px;
  float: left;
}
.sw-zsjs .z-left img {
  width: 100%;
}
.sw-zsjs .z-left a {
  display: block;
  margin-bottom: 18px;
}
.sw-zsjs .z-left div.kc {
  position: relative;
  margin-bottom: 18px;
}
.sw-zsjs .z-left div.kc a {
  position: absolute;
  bottom: 5px;
  width: 136px;
  text-align: center;
  left: calc(50% - 66px);
  line-height: 36px;
  background-color: #fff;
  font-size: 14px;
  color: #6898bf;
  border-radius: 2px;
}
.sw-zsjs .z-right {
  float: left;
  width: calc(100% - 272px);
  padding-left: 25px;
  position: relative;
}
.sw-zsjs .z-right .tab-content {
  position: relative;
}
.sw-zsjs .z-right .tab-content a.more.abs {
  position: absolute;
  top: -45px;
  right: 0;
}
.sw-zsjs .z-right .tab-content.n-con a.more.abs {
  top: -30px;
  right: 0;
}
.sw-zsjs .z-right .TZGG-con {
  margin-top: 15px;
  height: 186px;
  font-size: 14px;
  line-height: 28px;
  background: url('../img/mod_bg.png');
  background-size: 100% 100%;
  padding: 22px 180px 0 28px;
}
.sw-zsjs .z-right .PXJC-con {
  margin-top: 15px;
  padding-top: 8px;
}
.sw-zsjs .z-right .PXJC-con li {
  display: inline-block;
  margin-right: 12px;
}
.sw-zsjs .z-right .PXJC-con li a img {
  width: 137px;
}
.sw-zsjs .z-right .PXJC-con li:last-child {
  margin-right: 0;
}
.sw-zsjs .z-right .n-con ul {
  margin: 0;
  padding: 10px 0;
}
.sw-zsjs .z-right .n-con ul li {
  line-height: 35px;
  position: relative;
}
.sw-zsjs .z-right .n-con ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  height: 4px;
  background-color: #195482;
}
.sw-zsjs .z-right .n-con ul li a {
  font-size: 14px;
  padding-left: 15px;
}
.sw-zsjs .z-right .n-con ul li a span {
  float: right;
}
.mt-25 {
  margin-top: 25px;
}
.r-con {
  padding-bottom: 30px;
}
.r-con ul {
  margin-top: 18px;
}
.r-con ul li a {
  display: block;
}
.r-con ul li a img {
  width: 100%;
  height: 160px;
}
.r-con ul li a span.title {
  display: block;
  padding: 16px 7px 12px;
  font-size: 14px;
}
.r-con ul li a span.time {
  padding-left: 7px;
  color: #666;
}
.r-con ul li[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.r-con ul.row {
  margin-right: -10px;
  margin-left: -10px;
}
.sw-footer {
  height: 170px;
  background-color: #355e92;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 30px;
margin-top: 10px;
}
.sw-footer .lay{margin: 0 auto;
    width: 1200px;}
.sw-footer .lay .fl{float: left;}
.sw-footer .lay .fr{float: right;}
.sw-footer .lay .ft1{text-align: center;
    line-height: 40px; width:20%;}
.sw-footer .ft1 .t1-line{color: #cccccc;line-height: 30px;}
.sw-footer .ft1 .t1-tel
{    color: #cccccc;
    font-size: 26px;
    height: 40px;
    width: 100%;
    background: url(../img/footer-tel.png) no-repeat center;    background-size: 80%;}
.sw-footer .ft2{width:70%;padding-top: 40px;}
.sw-footer .lay .ft3 img{ width:85px;}
.sw-footer .lay .ft3 dd{line-height:35px;    color: #cccccc;}
.sw-footer ul li a {
  display: inline-block;
  color: #fff;
  opacity: 0.8;
  padding: 0 20px;
  position: relative;
}
.sw-footer ul li a::after {
  content: '';
  height: 14px;
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  background-color: #fff;
}
.sw-footer ul li a:last-child::after {
  content: '';
  width: 0;
}
.sw-footer p {
  margin-top: 20px;
  opacity: 0.5;
}
.sw-crumbs {
  height: 60px;
  line-height: 60px;
}
.mat-con ul li {
  margin-bottom: 36px;
}
.mat-con ul li img {
  width: 236px;
  float: left;
}
.mat-con ul li div.item {
  background-color: #fff;
  display: inline-block;
  float: left;
  width: calc(100% - 236px);
  height: 306px;
  padding: 20px 30px;
}
.mat-con ul li div.item h5 {
  font-size: 16px;
  font-weight: bold;
}
.mat-con ul li div.item .intro {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 5px;
}
.mat-con ul li div.item a.more {
  float: right;
  color: #0c60c7;
}
.mat-con ul li div.item p {
  line-height: 30px;
}
.cog-con .container {
  background-color: #fff;
  padding: 30px;
}
.cog-con ul li {
  border-bottom: 1px solid #ececec;
  padding: 24px 0;
}
.cog-con ul li:first-child {
  padding-top: 0;
}
.cog-con ul li img {
  float: left;
  width: 166px;
  height: 110px;
}
.cog-con ul li a {
  display: inline-block;
  float: left;
  width: calc(100% - 166px);
  height: 110px;

}
.cog-con ul li a span.title {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.cog-con ul li a span.intro {
  font-size: 12px;
  display: block;
  line-height: 26px;
  margin: 9px 0;
}
.cog-con ul li a span.time {
  font-size: 14px;
  display: block;
}
.cog-con ul li a.fluid {
  width: 100%;
  padding-left: 0;
}
.cert-con {
  margin-bottom: 45px;
}
.cert-con .container {
  background-color: #fff;
}
.cert-con .item {
  text-align: center;
  padding: 60px 0;
}
.cert-con .item .i-local input {
  width: 350px;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  line-height: 44px;
  margin-bottom: 24px;
  padding-left: 10px;
}
.cert-con .item a {
  line-height: 44px;
  border-radius: 2px;
  width: 350px;
  padding: 0;
  margin-left: 75px;
}
.cert-con .pxjs-box {
  padding: 30px;
}
.cert-con .pxjs-box p {
  text-indent: 34px;
  font-size: 16px;
  line-height: 2.5;
}
.cog-show-con {
  margin-bottom: 34px;
}
.cog-show-con .container {
  background-color: #fff;
  padding: 0 30px 40px;
}
.cog-show-con .item h3.title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.cog-show-con .item div.time {
  border-bottom: 1px solid #ececec;
  text-align: center;
  line-height: 45px;
}
.cog-show-con .item div.item-main {
  line-height: 30px;
  padding-top: 24px;
  text-indent: 2rem;
}
.mat-show-con {
  margin-bottom: 30px;
}
.mat-show-con .container {
  background-color: #fff;
}
.mat-show-con .material-left {
  width: 306px;
  height: 306px;
  float: left;
  padding-top: 75px;
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.mat-show-con .material-left img {
  transform: perspective(900px) rotateY(22deg);
  height: 276px;
}
.mat-show-con .material-right {
  width: calc(100% - 336px);
  float: right;
  padding-left: 30px;
}
.mat-show-con .material-right h3.title {
  text-align: left;
  padding-left: 47px;
}
.mat-show-con .material-right div.intro {
  padding: 10px 40px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  text-indent: 2em;
  margin-top: 14px;
  text-align: justify;
}
.mat-show-con .material-right p.zb,
.mat-show-con .material-right p.cbs,
.mat-show-con .material-right p.sh {
  padding-left: 40px;
  line-height: 26px;
}
.index_page01 {
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  height: 50px;
}
.index_page01 span {
  margin: 0 5px;
  color: #666666;
  border: 1px #c5c5c5 solid;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 40px;
}
.index_page01 a {
  margin: 0 5px;
  color: #666666;
  border: 1px #c5c5c5 solid;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 40px;
}
.index_page01 a.index_prev1 {
  background: url(../images/index_131022_04.png) no-repeat 8px center;
  padding: 3px 12px;
}
.index_page01 a.index_next1 {
  background: url(../images/index_131022_03.png) no-repeat 10px center;
  padding: 3px 12px;
}
.index_page01 a.index_this {
  background: #ffba00;
  border: 1px #ffba00 solid;
  color: #ffffff;
}
.index_page01 .index_numPage {
  background: url(../images/index_131022_07.png) repeat-x;
  border: 1px #c5c5c5 solid;
  width: 40px;
  font-size: 14px;
  padding: 2px 0;
  margin-right: 10px;
}
.index_page01 .index_go {
  border: 1px #c5c5c5 solid;
  width: 32px;
  height: 22px;
  line-height: 18px;
  font-size: 14px;
  padding: 0;
  background: none;
  cursor: pointer;
  color: #666666;
  font-family: Arial;
}
.index_page01 a,
.index_page01 span,
.index_page01 .index_numPage,
.index_page01 .index_go {
  border-radius: 3px;
}
/**
 * 1. 样式都通过ID去限定
 * 2. 尽可能多使用直接子代选择器
 */
/**
 * Bootstrap扩展
 */
/*# sourceMappingURL=./main.css.map */



/*右侧QQ，公众号，返回顶部*/
.tips {
    background: transparent;
    width: 66px;
    height: 160px;
    color: #666;
    font-size: 12px;
    text-align: center;
    position: fixed;
    top: 306px;
    right: 1%;
    z-index: 9999;
}
.tips li {
    margin-bottom: 2px;
    padding: 15px 0 1px;
    background: #f2f2f2;
    position: relative;
}
.tips li:hover {
    background: #db4532;
    cursor: pointer;
    color: #fff;
}
.tips li p{
	width: 100%;
	height: 25px;
}
.tips .icon-qq{
	background: url(../img/QQ.png) no-repeat center;
}
.tips li:hover  .icon-qq{
	background: url(../img/QQw.png) no-repeat center;
}
.tips .icon-wx{
	background: url(../img/gz.png) no-repeat center;
}
.tips li:hover  .icon-wx{
	background: url(../img/gzw.png) no-repeat center;
}

.tips .icon-tel{
	background: url(../img/jszc.png) no-repeat center;
}
.tips li:hover  .icon-tel{
	background: url(../img/jszc_hover.png) no-repeat center;
}
.tips .icon-old{
	background: url(../img/old.png) no-repeat center;
}
.tips  li:hover .icon-old{
	background: url(../img/oldw.png) no-repeat center;
}
.tips .icon-top{
	background: url(../img/top.png) no-repeat center;
}
.tips  li:hover .icon-top{
	background: url(../img/topw.png) no-repeat center;
}
.tips .qqimg {
    display: none;
    width: 128px;
    height: 86px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 67px;
    padding-top: 12px;
    border: 1px solid #f6f6f6;
    border-right: none;
}

.tips .qq:hover .qqimg{
	display: block;
}
.cog-con .more {
    overflow: hidden;
    text-align: center;
 
    line-height: 60px;}
