@charset "UTF-8";
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "Microsoft YaHei", "微软雅黑" ；;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,

th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #0065B0;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}
.ad img{
   border-radius:6px;
}
.ad a{
  display: block;
  background: #ffffff;
  z-index: 100;
}
.ad a:hover{
   filter: alpha(opacity=80);
   opacity: 0.5;	 
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;  
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Microsoft YaHei";
  background: #f7f6f1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  line-height: 34px;
  margin-left: 0px;
}

.main-tit .more {
  float: right;
  font-size: 12px;
}

.main-tit .more:hover {
  color: #0065B0;
}

.main-tit h6 {
  color: #000;
  font-size: 16px;
}

.main-tit h6 .line {
  width: 63px;
  height: 1px;
  background: #0065b0;
}
.main-tit h6 .line2 {
  width: 80px;
  height: 1px;
  background: #0065b0;
}
.main-list{
  margin-left: 0px;
}
.main-list li {
  line-height: 32px;
  white-space: nowrap;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
  background: url(../images/dote1.jpg) left center no-repeat;
}

.main-list li span {
  float: right;
  font-size: 12px;
  color: #adadad;
}

.main-list li.last {
  border: none;
}

.topheader {
 /* background: url(../images/top_bg.jpg) no-repeat center top;*/
  background:#ffffff;
  height: 118px;
}

.topheader .wrap {
  width: 1200px;
}

.topheader .logo {
  float: left;
  margin-top: 20px;
}

.topheader .con {
  float: right;
}

.topheader .con .links {
  text-align: right;
  font-size: 12px;
  margin-top: 15px;
}

.topheader .con .links span {
  margin: 0 8px;
  display: inline-block;
}

.topheader .con .search {
  float: right;
  margin-top: 15px;
}

.topheader .con .search .tinput {
 height: 28px;
  line-height: 28px;
  padding: 4px 10px;
  width: 260px;
  border: 1px solid #dbd4d4;
  vertical-align: middle;
  color: #348ccc;
  border-radius:64px;
  margin:3px 6px 0px 0px;}

.topheader .con .search .tbutton {
  cursor: pointer;
  float: right;
  width: 40px;
  height: 40px;
  border-radius:60px;
  background-color: #236cc7;
}


.main-nav {
  line-height: 63px;
  background: #0065b0;
}

.main-nav li {
  position: relative;
  float: left;
  width: 8.3%;
  z-index: 10;
  font-size: 16px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 96%;
  padding-top: 5px;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  font-size: 12px;
  background: #0065b0;
}

.main-nav li:hover {
  background: #0680d9;
}

.main-nav li:hover a {
  color: #fff;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li {
  line-height: 44px;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  transition: all ease .3s;
}

.main-nav li:hover .dropdown li a:hover {
  display: block;
  background: #0680d9;
}

.banner {
  background: url(../images/banner-bg.jpg) center center no-repeat;
  margin-bottom: 20px;
}

.banner .wrap {
  width: 1200px;
}

.banner .slide {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.banner .slide .hd {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 40px;
  text-align: right;
}

.banner .slide .hd li {
  display: inline-block;
  height: 14px;
  width: 14px;
  cursor: pointer;
  margin: 0 5px;
  background: url(../images/dote.png) center center no-repeat;
}

.banner .slide .hd li.on {
  background: url(../images/dote-on.png) center center no-repeat;
}

.banner .slide .bd li {
  position: relative;
}

.banner .slide .bd li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: url(../images/opacity.png);
}

.banner .slide .bd li .text a {
  color: #fff;
  font-size: 16px;
}

.banner .slide .bd li img {
  width: 100%;
  height: 300px;
}

.index-row1 {
  background: url(../images/banner-bg.jpg);
  
}

.index-row1 .c1 {
  float: left;
  width: 739px;
 /* margin-left: 20px;*/
  padding-bottom: 10px;
  border-right: 0px solid #ededed;
}

.index-row1 .c1 .slide {
  position: relative;
  float: left;
  width: 320px;
  height: 230px;
}

.index-row1 .c1 .slide .hd {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  text-align: right;
}

.index-row1 .c1 .slide .hd li {
  display: inline-block;
  height: 6px;
  width: 6px;
  cursor: pointer;
  margin: 0 5px;
  background: #cccc99;
}

.index-row1 .c1 .slide .hd li.on {
  background: #0680d9;
}

.index-row1 .c1 .slide .bd li img {
  width: 100%;
  height: 220px;
}

.index-row1 .c1 .text {
  margin-left: 350px;
  padding-right: 0px;
}

.index-row1 .c1 .text h6 {
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c1 .text .date {
  font-size: 12px;
  color: #999933;
}

.index-row1 .c1 .text .desc {
  margin-top: 10px;
  line-height: 26px;
  height: 104;
  overflow: hidden;
  color: #999;
}

.index-row1 .c1 .text .more {
  margin-top: 20px;
  text-align: right;
  line-height: 1;
}

.index-row1 .c1 .text .more .line {
  margin-top: 10px;
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #0065b0;
  vertical-align: middle;
}

.index-row1 .c2 {
  float: right;
  width: 430px;
}

.index-row1 .c2 .main-list {
  margin-top: 10px;
}

.index-row2 {
  background: url(../images/row2-bg.jpg);
  padding-top: 5px;
  padding-bottom:5px;
}

.index-row2 .c1 {
  float: left;
  width: 340px;
  margin-right: 59px;
 /* padding: 0px 18px;*/
  background: #fff;
}

.index-row2 .c1 .main-list {
  margin: 10px 0;
}

.index-row2 .c1 .main-list li {
  font-size: 14px;
}

.index-row2 .c2 {
  float: right;
  width: 400px;
}

.index-row2 .c2 .links ul {
  margin: 0 -10px;
}

.index-row2 .c2 .links li {
  float: left;
  width: 25%;
  text-align: center;
}

.index-row2 .c2 .links li a {
  display: block;
  width: 98px;
  margin: 0 auto;
}

.index-row2 .c2 .links li .icon {
  display: block;
  height: 50px;
}

.index-row2 .c2 .links li .icon1 {
  background: url(../images/icon6.png) center center no-repeat #fff;
}

.index-row2 .c2 .links li .icon2 {
  background: url(../images/icon1.png) center center no-repeat #fff;
}

.index-row2 .c2 .links li .icon3 {
  background: url(../images/icon102.png) center center no-repeat #fff;
}

.index-row2 .c2 .links li .icon4 {
  background: url(../images/icon3.png) center center no-repeat #fff;
}

.index-row2 .c2 .links li .icon5 {
  background: url(../images/icon2.png) center center no-repeat #fff;
}

.index-row2 .c2 .links li .icon6 {
  background: url(../images/icon7.png) center center no-repeat #fff;
}

.index-row2 .c2 .links li .icon7 {
  background: url(../images/icon5.png) center center no-repeat #fff;
}

.index-row2 .c2 .links li .icon8 {
  background: url(../images/icon8.png) center center no-repeat #fff;
}

.index-row2 .c2 .links li p {
  font-size: 12px;
  line-height: 20px;
  padding: 7px 0;
  color: #0680d9;
}

.index-row2 .c2 .links li:hover .icon1 {
  background: url(../images/icon6-on.png) center center no-repeat #0680d9;
}

.index-row2 .c2 .links li:hover p {
  color: #0680d9;
}

.index-row2 .c2 .links li:hover .icon2 {
  background: url(../images/icon1-on.png) center center no-repeat #0680d9;
}

.index-row2 .c2 .links li:hover p {
  color: #0680d9;
}

.index-row2 .c2 .links li:hover .icon3 {
  background: url(../images/icon102-on.png) center center no-repeat #0680d9;
}

.index-row2 .c2 .links li:hover p {
  color: #0680d9;
}

.index-row2 .c2 .links li:hover .icon4 {
  background: url(../images/icon3-on.png) center center no-repeat #0680d9;
}

.index-row2 .c2 .links li:hover p {
  color: #0680d9;
}

.index-row2 .c2 .links li:hover .icon5 {
  background: url(../images/icon2-on.png) center center no-repeat #0680d9;
}

.index-row2 .c2 .links li:hover p {
  color: #0680d9;
}

.index-row2 .c2 .links li:hover .icon6 {
  background: url(../images/icon7-on.png) center center no-repeat #0680d9;
}

.index-row2 .c2 .links li:hover p {
  color: #0680d9;
}

.index-row2 .c2 .links li:hover .icon7 {
  background: url(../images/icon5-on.png) center center no-repeat #0680d9;
}

.index-row2 .c2 .links li:hover p {
  color: #0680d9;
}

.index-row2 .c2 .links li:hover .icon8 {
  background: url(../images/icon8-on.png) center center no-repeat #0680d9;
}

.index-row2 .c2 .links li:hover p {
  color: #0680d9;
}

.footer {
  background: #0065b0;
  padding: 20px 0;
  color: #fff;
  min-width: 1350px;

}

.footer .wrap {
  width: 1200px;
}

.footer .c1 {
  float: left;
  line-height: 32px;
  margin-top:17px;
}
.footer .c1 a {
  color:#fff;
}
.footer .c1 img {
  vertical-align:text-top;
  vertical-align:middle;
}
.footer .c1 span {
  margin: 0 10px;
}
.footer .c1 span a {
  color:#fff;
}


.footer .c1 span img {
  vertical-align: middle;
}

.footer .c2 {
  float: right;
  margin-top: 10px;
}

.footer .c2 .qr {
  display: inline-block;
  margin-left: 18px;
}



.leftsidebar_box2{width:100%;}
.leftsidebar_box2 dt{padding-left:12px;padding-right:10px;background-repeat:no-repeat;background-position:10px center;color:#fff; font-weight:bold; font-size:14px;position:relative; height:40px; line-height:40px;cursor:pointer; margin-bottom:1px;}
.leftsidebar_box2 dd{background-color:#fff;}
.leftsidebar_box2 dd td{border-bottom:1px solid #e5e5e5;}
.leftsidebar_box2 dd a{color:#f5f5f5;line-height:20px;}
.leftsidebar_box2 dt img{position:absolute;right:10px;top:14px;}
.lxfscon{width:100%; margin:0 auto; font-size:15px;}
.lxfscon h2{height:23px;}
.lxfscon ul{padding:5px 0; border-bottom:1px solid #e5e5e5;}
.lxfscon li{ width:100%;}

.db_bs{
    background-color:#D4E8FD; 
}
.lxfscon>table{
    width:880px;
    margin:20px 0;
    border:1px solid #ead3d5;
}
.lxfscon>table tr{
    height:40px;
    line-height:40px;

}
.lxfscon>table tr td{
    padding:0 25px;
    border-right:1px solid #ead3d5;
}
.lxfscon>table tr td{
    font-size: 14px;
    line-height: 28px;
    color: #333;
}


/* 客服图标容器 */
.floating-support {
    position: fixed;
    right: 20px;
    bottom: 20px;
    /*background-image: url("../images/ZSaiA.gif");*/
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 9999;
}

 /* 关闭客服图标按钮 */
.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.close-btn:hover {
    color: red;
}


.main-nav li .dropdown li ul.sjlm {
    position: absolute;
    margin-left: 100%;
    margin-top: -35px;
    width: 100%;
    display: none;
}

.main-nav li .dropdown li:hover ul.sjlm {
    display: block;
}

.main-nav li .dropdown li ul.sjlm li {
    line-height: 32px;
}