﻿@charset "utf-8";
*{margin: 0;padding: 0;list-style: none;font-size: 14px;border: none;font-family:"Microsoft Yahei";}
a { text-decoration: none; color: #333;cursor: pointer;}
a:hover { text-decoration: underline;color: #035fa8; }
.clear{clear: both;}
.f-left{float: left;}
.f-right{float: right;}
body,html{ background-color:#f6f6f6;color:#333;}
/*头部样式---START*/
.head-top{width: 100%;height: 40px;line-height: 40px;background-color: #035fa8; color:#fff;}
.center{width: 1100px;margin: 0 auto;}
.head-bg{width: 100%;height: 198px;
            background-image:-webkit-linear-gradient(to bottom, rgba(160,210,255,0) 0%, rgba(246,246,246,0.8) 77%);
            background-image:linear-gradient(to bottom,rgba(160,210,255,1) 0%, rgba(246,246,246,1) 77%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a47c4', endColorstr='#f6f6f6',GradientType=0 );position: relative;}
.head-bg .head-logo{display: block;width: 468px;height: 104px;float: left;margin: 30px 0 0 20px;}
.head-bg .head-right{width: 296px;height: 100px;float: right;margin: 30px 20px 0 0;position: relative;}
.head-bg .head-logo{display: block;width: 468px;height: 104px;float: left;margin: 30px 0 0 20px;}
.head-bg .head-right{width: 296px;height: 34px;float: right;margin: 60px 20px 0 0;position: relative;}
.head-bg .form-find{list-style: none;width: 220px;height: 34px;box-shadow: inset;border-radius: 3px 0 0 3px;border: 1px solid #eee;}
.head-bg .submit{display: block;list-style: none;border: none;margin: 0;width: 40px;height: 36px;
    background-color: #035fa8;border-radius: 0 3px 3px 0;position: absolute;    top: 0px;  left: 220px;}
.head-bg form .input-find{position: absolute;top: 7px;left: 8px;}
.head-bg .hot-find{margin-top: 10px;}
.head-bg .hot-find>a{color: #035fa8;}

.head-nav{height: 38px;padding-top: 2px;background-color: #035fa8;position: absolute;bottom: 0;fill: #fff;}
.head-nav li{float: left;}
.head-nav li>a{display: block;width: 145px;height: 38px;border-radius: 4px 4px 0 0;text-align: center;line-height: 38px;margin-left: 2px;
    color: #ffffff;font-size: 16px;letter-spacing: 2px;padding-right: 10px;}
.head-nav li>a:hover{text-decoration: none;}
.head-nav .head-nav-hover{background-color: #ffffff;color: #035fa8;text-decoration: none;fill: #035fa8;}
.head-nav>li>a>span.nav-001{display: block;float: left;width: 26px;height: 26px; margin-left: 30px;margin-top: 6px;}
.head-nav>li>a>span{display: block;float: left;width: 26px;height: 26px; margin-left: 20px;margin-top: 6px;}
.head-nav>li>a>span.icon_zsyz{ width:26px; height:26px; background:url(icon_zsyz.png) no-repeat; }
.head-nav li:hover>a>span.icon_zsyz{background:url(icon_zsyz1.png) no-repeat;}

/*头部样式---END*/

/*新闻样式---START*/
.news-0{background-image: url(new-bg.png);width: 1100px;height: 80px;margin-top: 10px;}
.news-0 h3{width: 900px;margin: 0 auto;padding-top:6px;font-size: 23px;color: #035fa8;text-align: center;line-height: 46px;
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-0 h3>a{font-size: 23px;color: #035fa8;}
.news-0 h3>a:hover{text-decoration: none;}
.news-0 p{width: 1040px;margin: 0 auto;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*banner---START*/
.banner-item{width: 386px;height: 280px;float: left;margin-top: 10px;position: relative; margin-left:10px;}
.banner-item .banner-images{margin: 0; padding: 0; }
.banner-item .banner-images>li{display: none;position: absolute;height: 280px;width: 386px;}
.banner-item .banner-images>li:nth-child(1){display: block}
.banner-item .banner-images>li img{height: 280px;width: 386px;position: relative;}
.banner-item .banner-images>li p{position: absolute;padding: 0;margin: 0;bottom: 0;left: 0;
    width: 100%;height: 38px;background-color: rgba(0,0,0,0.6);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.banner-item .banner-images>li p a{display: block;text-decoration: none;color: #ffffff;line-height: 38px;padding-left: 10px;width: 240px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.banner-item ul.banner-circle{width: 80px;height: 40px;position: absolute;right:-3px;bottom: 0;}
.banner-item ul.banner-circle>li{width: 10px;  height: 10px;  border-radius: 50%;
    border: 1px solid #ffffff;background-color:none; margin: 14px 6px;  float: left;cursor: pointer}
.banner-item ul.banner-circle .cir-hov{background-color: #fff;}
.banner-item dl>.left_cl{position: absolute;top: 50%;left: 3px;width: 12px;height: 20px;padding: 20px 12px;
    background-color: rgba(0,0,0,0.3);margin-top: -32px;border-radius: 4px;transition: 0.4s;}
.banner-item dl>.right_cl{position: absolute;top: 50%;right: 3px;width: 12px;height: 20px;padding: 20px 12px;
    background-color: rgba(0,0,0,0.3);margin-top: -32px;border-radius: 4px;transition: 0.4s;}
.banner-item dl>.left_cl:hover{background-color: rgba(0,0,0,0.8);cursor: pointer;transition: 0.4s;}
.banner-item dl>.right_cl:hover{background-color: rgba(0,0,0,0.8);cursor: pointer;transition: 0.4s;}
/*banner----END*/
.news{width: 548px;height: 332px;border: 1px solid #f5f5f5;float: left;margin-left: 10px;margin-top: 10px;}
.news .news-nav{width: 100%;height: 38px;background-color: #f7f7f7;border-bottom: 2px solid #cccccc;}
.news .news-nav>li{float: left;width: 25%;height: 38px;line-height: 38px;text-align: center;}
.news .news-nav>li a{font-size: 16px;}
.news .news-nav>li a.news-nav-hover{display: inline-block;width: 100%;border-bottom: 2px solid #035fa8;color: #035fa8;
    font-weight: bold;  text-decoration: none;}

.news .news-item{padding: 12px 12px 0 6px;line-height: 32px;height: 238px;overflow: hidden;}
.news .news-item>li>ul>li{line-height: 32px;}
.news .news-item>li>ul>li>a:before{content: "";display: inline-block;width: 3px;height: 3px;margin: 4px;background-color: #666;border-radius: 50%;}
.news .news-item>li>ul>li>span{float: right;}

.news .news-pro{width: 100%;height: 42px;background: url(news-pro.png) no-repeat;background-size: cover;position: relative;}
.news .news-pro>a{font-size: 16px;color: #035fa8;}
.news .news-pro>a:hover{font-size: 16px;font-weight: bold;text-decoration: none;}
.news .news-pro .pro-ch{position: absolute;left: 78px;top: 12px;}
.news .news-pro .pro-sh{position: absolute;left: 260px;top: 12px;}
.news .news-pro .pro-cz{position: absolute;left: 444px;top: 12px;}
/*新闻样式---END*/

.special{width: 99%;height: 68px;background-color: #eeeeee;margin-top: 10px;padding-top: 6px;padding-left: 1%;}

/*新闻样式---END*/
.sc_zcjd{ width:308px; float:left; overflow: hidden; line-height: 32px; margin-top:10px; border-radius:5px 5px 0px 0px;}
.sc_zcjd .sc_dh{ width:268px; height:38px; line-height:38px; background-color:#005599; color:#fff; padding:0 20px; border-radius:5px 5px 0px 0px; }
.sc_zcjd .sc_dh span{font-size:16px; float:left; }
.sc_zcjd .sc_dh a{ font-size:14px; float:right; color:#fff;}
.sc_zcjd ul{ padding:5px 10px;  border:1px solid #eee; border-top:0px;background-color:#fff; }
.sc_zcjd ul li {line-height: 28px; border-bottom:1px dashed #ddd; margin-top:4px;}
.sc_zcjd ul li a:before { content: ""; display: inline-block; width: 3px; height: 3px; margin:5px 10px; background-color: #666; border-radius: 50%;}
.sc_zcjd ul li a{ width:280px; max-width:280px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  o-text-overflow:ellipsis; display:block; text-align:left;}
.sc_zcjd ul li span { width:50px; float: right; text-align:right; padding-right:10px;}

.sc_zcjd1{ width:386px; float:left; overflow: hidden; line-height: 32px; margin:10px 0px 0px 10px; background-color:#fff; border-radius:5px 5px 0px 0px; position:relative;}
.sc_zcjd1 .sc_dh{ width:384px; height:36px; line-height:38px; background-color:#fff; color:#fff; border-radius:5px 5px 0px 0px;border:1px solid #eee; }
.sc_zcjd1 .sc_dh span{font-size:16px; float:left; background-color:#005599; padding:0px 30px; border-radius:5px 5px 0px 0px; position:absolute; top:-1px; left:-1px;}
.sc_zcjd1 .sc_dh a{ font-size:14px; float:right; color:#333; margin-right:20px;}
.sc_zcjd1 ul{ padding:5px; border:1px solid #eee; border-top:0px;}
.sc_zcjd1 ul li {line-height: 33px;}
.sc_zcjd1 ul li a:before { content: ""; display: inline-block; width: 3px; height: 3px; margin:5px 10px; background-color: #666; border-radius: 50%;}
.sc_zcjd1 ul li a{ width:280px; max-width:280px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  o-text-overflow:ellipsis; display:block; text-align:left;}
.sc_zcjd1 ul li span { width:50px; float: right; text-align:right; padding-right:10px;}

.sc_xxgk{ width:306px; float:left; background-color:#fff; border:1px solid #eee; border-top:0px;padding:3px 0px;}
.sc_xxgk ul{ width:248px; margin:0px auto;overflow:hidden; border:0px; }
.sc_xxgk ul li{ border-left:8px solid #0060a9; height:40px; line-height:40px; width:240px; background:#f5f5f5; float:left; margin-bottom:0px; text-align:center; border-bottom:0px; margin-top:5px;}
.sc_xxgk ul li a{background:url(sc_icon_zn.png) no-repeat 40px 9px; display:block; padding-left:50px;}
.sc_xxgk ul li a.gk_01{ background-position:40px -40px;}
.sc_xxgk ul li a.gk_02{ background-position:40px -90px;}
.sc_xxgk ul li a.gk_03{ background-position:40px -140px;}
.sc_xxgk ul li a.gk_04{ background-position:40px -190px;}
.sc_xxgk ul li a.gk_05{ background-position:40px -240px;}
.sc_xxgk ul li a.gk_06{ background-position:40px -290px;}
.zt_zcjd{ width:308px; float:left; overflow: hidden; line-height: 32px; margin-top:10px; border-radius:5px 5px 0px 0px; background-color:#fff;}
.zt_zcjd .zt_dh{ width:268px; height:38px; line-height:38px; background-color:#005599; color:#fff; padding:0 20px; border-radius:5px 5px 0px 0px; }
.zt_zcjd .zt_dh span{font-size:16px; float:left; }
.zt_zcjd .zt_dh a{ font-size:14px; float:right; color:#fff;}
.zt_zcjd .zt{ width:308px; margin:0px auto; background-color:#fff; margin-top:10px;padding:5px 0px;}
.zt_zcjd .zt ul{ width:290px;margin:0px auto;display:block; overflow:hidden;}
.zt_zcjd .zt ul li{ float:left; width:290px; height:68px;  margin-bottom:6px;}
/*新闻样式---END*/
.banner01{ width:1100px; height:97px; margin-top:10px;}


.friend{margin-top: 10px;}
.friend .fri-nav{height: 40px;width: 100%;background-color: #005599;line-height: 40px;}
.friend .fri-nav p{width: 120px;height: 100%;text-align: center;color: #FFFFFF;background-color: #035fa8;float: left;font-size: 16px;font-weight: 600;}
.friend .fri-nav ul{float: left;}
.friend .fri-nav ul li{float: left;width: 180px;text-align: center;line-height: 34px;overflow: hidden;color: #fff;cursor: pointer;margin-top: 6px;}
.fri-hover{color: #0168b7 !important;background-color: white;}
.friend .fri-ul{border: 1px solid #005599;padding-top: 6px;border-top: none;}
.friend .fri-ul ul li{float: left;margin-left: 32px;line-height: 36px;}
.friend .fri-ul ul li.list_01{ width:100px;}

/*底部样式--START*/
.foot{width: 100%;height:150px;margin-top: 12px;background-color: #005599;border-top: 2px solid #035fa8;padding-top: 10px; color:#fff;}
.foot p{ text-align:center; line-height:29px; display:block; width:600px;}
.foot .x{ width:100%; height:1px; background-color:#fff;}
.foot .footer{line-height: 32px; margin-bottom:40px; display:block; margin:0px auto; width:900px; }
.foot .footer>ul{ margin:0px auto; width:100%; height:auto; margin-top:20px;}
.foot .footer>ul>li{float: left;margin-left: 24px; }
.foot .footer>div{float: left;margin-left: 48px;}
/*底部样式--END*/

/*绝对定---START*/
.fixed{position: fixed;top: 300px;right: 50%;margin-right: -648px;}
.fixed ul li{border: 1px solid #ccc; border-bottom: none;  position: relative;  cursor: pointer;
    width: 68px;  height: 56px;  padding-top: 14px;  background-color: #fff;  transition: 0.2s;}
.fixed ul li:nth-last-child(1){border-bottom: 1px solid #cccccc;}
.fixed ul li a{display: block;width: 100%;height: 100%;text-align: center;}
.fixed ul li:hover{text-decoration: none;background-color: #f8f8f8;}
.fixed ul li:hover a{text-decoration: none;}

.fixed ul>li.fix-last{height: 28px;padding-top: 8px;}
.fixed ul>li.fix-last .iconfont-0{font-size: 22px;}
/*绝对定---END*/

.scroll-outer{height:60px;width: 1024px;float: right;}
#scroll{width:980px;margin:0 auto;font-family:"Microsoft Yahei";}
#scroll .item{position:relative;width:240px;height:60px;margin:0 auto;background-color:#fff;overflow:hidden;}
#scroll .item img{width: 100%;height: 100%;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0);}
#scroll .shd a{display:block;width:240px;height:60px;}
#scroll h3{width:226px;height:25px;margin-bottom:6px;padding-top:6px;overflow:hidden;
    /*!!!!*/
    font:700 18px/25px arial,"Microsoft Yahei";}
/*0000*/
#scroll h3 a{color:#333;text-decoration:none;}
#scroll h3 a:hover{color:#338de6;}
#scroll p{width:226px;height:54px;line-height:18px;font-size:12px;}

.owl-pagination{display: none;}
.owl-theme .owl-controls .owl-buttons div{position:absolute;top: 0;width:26px;height:60px;margin:0;padding:0;border-radius:0;
    font:36px/36px "Microsoft Yahei";font-weight: bold;background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-12px;border-radius: 2px 0 0 2px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-12px;border-radius: 0 2px 2px 0;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";background-color: #222222;
    display: inline-block;width: 100%;height: 100%;padding-top: 14px;}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";background-color: #222222;
    display: inline-block;width: 100%;height: 100%;padding-top: 14px;}