html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, footer,
header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
}

/* a:link {
    color: #666;
} */

/* a:hover, a:active, a:focus {
    color: #e87518;
    text-decoration: none;
    outline: none;
} */

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

/*公用样式*/
.wt {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.wt_t {
    width: 1200px;
    margin: 0 auto;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/* 导航样式 */
.menu {
    background: #0066d9
}

.x-menu {
    width: 1200px;
    margin: 0 auto;

}

.x-menu > li {
    float: left;
    position: relative;
    
    width: 150px;
    text-align: center;
}
.x-menu > li+li{
    background: url(../images/nh.png) no-repeat left center;
}

.x-menu > li > a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 57px;
}

.x-menu > li > a:hover {
    background: #147bef;
    color: #fff;
}

.x-menu > li.active > a {
    background: #147bef;
    color: #fff;
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 65px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #0066d9;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: transparent;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    opacity: 1;
    border: 1px solid #0066d9;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    opacity: 1;
    background: #0066d9;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1; background: #0066d9;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    overflow: hidden;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    overflow: hidden;
}

/*头部样式*/
#header, .w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

p {
    margin: 0 0 0 0;
}

.sky {
    background: #1d242e;
    color: #999999;
    font-size: 14px;
    line-height: 33px;
}

.sky a {
    color: #999999;
}

#header {
    width: 1200px;
    margin: 0 auto;
    height: 115px;
}

.logo {
    float: left;
    line-height: 115px;
}

.kk {
    margin-left: 15px;
    padding-left: 15px;
    background: url(../images/line.png) no-repeat left center;
    color: #333333;
    font-size: 16px;
    margin-top: 34px;
}

.k2 {
    padding-left: 50px;
    background: url(../images/t.png) no-repeat left 4px;
    color: #333333;
    font-size: 18px;
    margin-top: 35px;
    line-height: 24px;
}

.topLink .k1 {
    line-height: 32px;
    padding-top: 5px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

/* 导航 */

.demo-menu {
    width: 1200px;
    margin: 0 auto;
}

.demo-menu > li {
    float: left;
    width: 150px;
    position: relative;
    text-align: center;
}

.demo-menu li + li {
    background: url(../images/nh.png) no-repeat left center;
}

.demo-menu > li > a {
    display: block;
    font-size: 15px;
    color: #fff;
    height: 57px;
    line-height: 57px;
}

.demo-menu > li > a:hover {
    background: #9abe30;
    color: #fff
}

.demo-menu > li:after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%
}

/* banner */
.banner {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 558px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 0;
    bottom: 32px;
    z-index: 100;
    width: 100%;
    text-align: center;
}

.banner .num li {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0 5px;
    background: url(../images/b1.png) no-repeat;
    line-height: 14px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background: url(../images/b2.png) no-repeat;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

/* 搜索 */
.search {
    background: #f2f2f2;
    height: 78px;
}

.swz {
    line-height: 78px;
    color: #0066d9;
    font-size: 24px;
    font-weight: bold;
    background: url(../images/line2.png) no-repeat right center;
    padding-right: 35px;
    width: 360px;
    box-sizing: border-box;
}

#formsearch {
    width: 310px;
    float: right;
    background: url(../images/ss.png) no-repeat;
    height: 38px;
    margin-top: 20px;
}

.hotSearch {
    float: left;
    height: 78px;
    line-height: 78px;
    color: #666666;
    font-size: 14px;
    margin-left: 35px;
    background: url(../images/line2.png) no-repeat right center;
    padding-right: 145px;
    font-weight: bold;
}

.hotSearch a {
    margin-right: 18px;
    font-weight: normal;
    color: #666666;
}

#formsearch input {
}

#formsearch input#keyword {
    height: 38px;
    line-height: 38px;
    padding-left: 9px;
    color: #888888;
    font-size: 14px;
    background: none;
    border: none;
    outline: none;
}

#formsearch input#s_btn {
    width: 55px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
}

/* 内页 */
.left {
    width: 240px;
    float: left;
}

.right {
    width: 940px;
    float: right;
}

.product_list {
}

.product_list li {
    float: left;
    width: 293px;
    border: 1px solid #eee;
    margin: 0 10px 10px;
    padding: 5px;
}

.product_list li a.img {
    display: block;
    width: 281px;
    height: 222px;
    overflow: hidden;
}

.product_list li img {
    width: 281px;
    height: 222px;
    transition: all .5s ease;
}

.product_list li h3 {
    line-height: 35px;
    text-align: center;
}

.product_list li h3 a {
    color: #5a5a5a;
    font-size: 14px;
}

.product_list li:hover {
    border-color: #0066d9
}

.product_list li:hover img {
    transform: scale(1.1);
}

/*  */
.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*  */
.box1 {
    margin-top: 40px;
}

.ptt {
    margin-top:20px;
    text-align: center;
    color: #222222;
    font-size: 30px;
}

.ptt span {
    display: block;
    color: #999999;
    font-size: 18px;
    display: block;
    font-family: "Arial";
}

.box1 .cont {
    margin-top: 35px;
}

.menu_cate {
    width: 258px;
    float: left;
    background: #0066d9;
    height: 486px;
}

.sort1 {
    width: 235px;
    margin: 0 auto;
    height: 396px;
    overflow: hidden;
}

.sort1 li {
    color: #ffffff;
    font-size: 16px;
    padding-left: 22px;
    border-bottom: 1px dashed #3e98fd;
    line-height: 48px;
    background: url(../images/s1.png) no-repeat 204px center;
}

.sort1 li a {
    color: #ffffff;
    font-size: 16px;
}

.sort1 li a:hover {
    color: #d3af1f;
}

.dh {
    color: #fff;
    font-size: 14px;
    /* padding-left: 30px; */
    margin-top: 0px;
    text-align: center;
    line-height: 40px;
}

.box1 .prod {
    width: 933px;
}

.product_list1 li {
    float: left;
    margin-left:10px;
    margin-bottom: 30px;
    _display: inline;
    position: relative;
}

.product_list1 li a.img {
}

.product_list1 li a.img img {
    width: 285px;
    height: 228px;
    font-weight: normal;
}

.product_list1 li h3 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: rgba(0, 102, 217, .5);
    line-height: 43px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
}

.product_list1 li .mask {
    width: 285px;
    height: 228px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/mask.png) no-repeat;
    opacity: 0;
}

.product_list1 li h4 {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    padding-top: 78px;
}

.product_list1 li:hover .mask {
    opacity: 1;
}

.product_list1 li:hover h3 {
    opacity: 0;
}

/*  */
.box2 {
    margin-top: 15px;
}

.box2 .cont {
    margin-top: 30px;
    position: relative;
}

.lb, .rb {
    position: absolute;
    top: 37%;
    cursor: pointer;
}

.lb {
    left: -45px;
}

.rb {
    right: -45px;
}

.product_list2 li {
    float: left;
    margin: 0 10px;
    _display: inline;
    position: relative;
}

.product_list2 li a.img {
}

.product_list2 li a.img img {
    width: 285px;
    height: 228px;
    font-weight: normal;
}

.product_list2 li h3 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: rgba(0, 102, 217, .5);
    line-height: 43px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product_list2 li:hover h3 {
    background: #0066d9;
}

/*  */
.box3 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 240px;
    background: url(../images/bj2.png) no-repeat;
    margin-top: 73px;
}

.hwz {
    text-align: center;
    color: #fff;
    padding-top: 45px;
    line-height: 43px;
}

.hwz a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: url(../images/zx1.png) no-repeat;
    height: 43px;
    line-height: 38px;
    display: inline-block;
    width: 134px;transform: translateY(-6px);
}

.hwz a:hover {
    background: url(../images/zx2.png) no-repeat;
}

.hwz p:nth-child(3) {
    margin-top: 6px;
}

.agfs{
    margin-top: 34px;
}

/*  */
.box4 {
    background: #ebf5fd;
    padding-top: 45px;
    padding-bottom: 68px;
}

.box4 .cont {
    margin-top: 40px;
    position: relative;
}

.about {
    width: 575px;
    float: left;
}

.about .content {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    height: 205px;
    overflow: hidden;
}

.about a {
    display: block;
    width: 148px;
    height: 78px;
    background: url(../images/am.png) no-repeat;
    margin-top: 33px;
}

.about a:hover {
    background: url(../images/am2.png) no-repeat;
}

.abpic {
    width: 600px;
    height: 371px;
}

.box4 .cont2 {
    margin-top: 50px;
    position: relative;
}

.slideGroup {
    text-align: left;
}

.slideGroup .parHd {
    height: 52px;
    line-height: 52px;
}

.slideGroup .parHd ul {
    text-align: center;
}

.slideGroup .parHd ul li {
    display: inline-block;
    cursor: pointer;
    width: 170px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0 9px;
    cursor: pointer;
    background: #0066d9;
}

.slideGroup .parHd ul li.on {
    line-height: 52px;
    background: #e3d10a;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 40px 10px 0px 0px;
}

.slideGroup .sPrev {
    cursor: pointer;
    width: 32px;
    height: 45px;
    background: url(../images/left2.png) no-repeat;
    position: absolute;
    top: 58%;
    left: -51px;
    z-index: 99999;
}

.slideGroup .sNext {
    cursor: pointer;
    width: 32px;
    height: 45px;
    background: url(../images/right.png) no-repeat;
    position: absolute;
    top: 58%;
    right: -51px;
    z-index: 99999;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.slideGroup .parBd ul li .pics {
    text-align: center;
}

.slideGroup .parBd ul li .pics img {
    width: 286px;
    height: 216px;
    display: block;
}

.slideGroup .parBd ul li h3 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: rgba(0, 102, 217, .5);
    line-height: 43px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.slideGroup .parBd ul li:hover h3 {
    background: #0066d9;
}

/*  */
.box5 {
    margin-top: 48px;
}

.lytt {
    text-align: center;
    font-weight: bold;
    color: #0066d9;
    font-size: 30px;
}

.lytt span {
    display: block;
    font-weight: normal;
    color: #999999;
    font-size: 18px;
}

.box5 .cont {
    margin-top: 32px;
    position: relative;
}

.liyou {
    height: 294px;
    overflow: hidden;
}

.pic {
    width: 600px;
    height: 294px;
}

.min {
    width: 600px;
    padding: 0 30px;
}

.xztt {
    margin-top: 25px;
}

.numb {
    color: #0066d9;
    font-size: 56px;
    font-family: "Impact";
}

.xzwz {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 12px;
    padding-top: 20px;
}

.xzwz span {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    display: block;
}

.sub {
    color: #333333;
    font-size: 14px;
}

.sub p {
    background: url(../images/y.png) no-repeat left 9px;
    padding-left: 18px;
    margin-top: 15px;
    line-height: 27px;
}

/*  */
.box6 {
    background: #ebf5fd;
    padding-top: 38px;
}

.box6 .cont {
    margin-top: 18px;
}

.n-left {
    width: 718px;
    height: 460px;
}

.n-left h2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    height: 50px;
    background: url(../images/n1.png) left center no-repeat;
    border-bottom: 1px solid #cccccc;
    padding-left: 43px;
}

.n-span {
    display: block;
    width: 92px;
    float: left;
    height: 45px;
    cursor: pointer;
    margin-right: 20px;
}

.n-span1 {
    display: block;
    width: 35px;
    float: left;
    height: 45px;
    cursor: pointer;
}

.n-left h2 a {
    font-size: 12px;
    display: block;
    float: right;
    width: 65px;
    line-height: 20px;
    border: 1px solid #d1d1d1;
    text-align: center;
    color: #666666;
    font-weight: normal;
    margin-top: 12px;
    background: #fff;
}

.n-left h2 a:hover {
    border-color: #0066d9;
    color: #0066d9;
}

.active {
    color: #0066d9;
}

.n-content dl {
}

.n-content dl dt {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.n-content .n-img {
    float: left;
    width: 258px;
    height: 172px;
}

.n-content .n-img img {
    width: 258px;
    height: 172px;
}

.news_det {
    width: 435px;
    float: right;
}

.n-content dl dt .aa {
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.n-content dl dt .a2 {
    line-height: 27px;
    font-size: 14px;
    color: #888888;
    display: block;
}

.n-content dl dt .a3 {
    display: block;
    width: 105px;
    height: 27px;
    line-height: 27px;
    background: #fff;
    color: #666666;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #d1d1d1;
    margin-left: 24px;
}

.n-content dl dt:hover .a3 {
    border-color: #0066d9;
    color: #0066d9;
}

.n-content dl dd {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    background: url(../images/n3.png) left center no-repeat;
    border-bottom: 1px dashed #c5c5c5;
    color: #333333;
}

.n-content dl dd a {
    color: #333333;
    padding-left: 26px;
}



.n-content dl dd span {
    float: right;
    margin-right: 10px;
    font-size: 13px;
    color: #666666;
}
.n-content dl dd:hover a,.n-content dl dd:hover span {
    color: #0066d9;
}
.n-right {
    width: 450px;
}

.n-right h2 {
    font-size: 20px;
    color: #0066d9;
    font-weight: bold;
    line-height: 45px;
    height: 50px;
    background: url(../images/n2.png) left center no-repeat;
    border-bottom: 1px solid #cccccc;
    padding-left: 43px;
}

.n-right h2 a {
    font-size: 12px;
    display: block;
    float: right;
    width: 65px;
    line-height: 20px;
    border: 1px solid #d1d1d1;
    text-align: center;
    color: #666666;
    font-weight: normal;
    margin-top: 12px;
    background: #fff;
}

.n-right h2 a:hover {
    border-color: #0066d9;
    color: #0066d9;
}

.news_company {
    width: 325px;
    margin-right: 62px;
}

.news1_title {
    border-bottom: 1px solid #e5e5e5;
    font: 400 22px/50px "微软雅黑";
    color: #111;
    position: relative;
}

.news1_title span {
    padding-left: 12px;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}

.news1_title a {
    position: absolute;
    right: 0;
    top: 0;
}

.news_company .content {
    padding-top: 20px;
}

#ydemo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 456px;
}

#yindemo {
    height: 100%;
}

#ydemo1 {
}

#ydemo2 {
}

.news_list3 {
    /*margin-top: 20px;*/
}

.news_list3 li {
    position: relative;
    padding: 18px 0 15px;
    border-bottom: 1px dashed #c5c5c5;
}

.news_list3 li a {
    line-height: 30px;
    padding-left: 38px;
    background: url(../images/wen.png) left center no-repeat;
    display: block;
    font-size: 16px;
    color: #333333;
}

.news_list3 li a:hover {
    text-decoration: none;
    color: #0066d9;
}

.news_list3 span {
    background: url(../images/da.png) left 3px no-repeat;
    padding-left: 38px;
    font: 400 12px/22px "微软雅黑";
    margin-top: 5px;
    color: #666666;
    display: block
}

/* */
.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 18px;
    line-height: 66px;
    line-height: 66px;
    color: #0066d9;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
}

.f_link span {
    color: #333333;
    font-size: 14px;
}

.f_link a {
    color: #333333;
    font-size: 14px;
}

/*  */
#footer {
    background: #333333;
    height: 308px;
    border-top: 6px solid #0066d9;
    color: #9a9a9a;
}

#footer a {
    color: #9a9a9a;
}

#footer a:hover {
    color: #fff;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
    line-height: 72px;
    font-size: 16px;
    border-bottom: 1px solid #444444;
}

.nav_foot a {
    padding: 0 35px;
}

.ads {
    margin-top: 40px;
    width: 900px;
    float: left;
}

.ads li {
    width: 450px;
    float: left;
    margin-bottom: 28px;
}

.ads li img {
    width: 44px;
    height: 44px;
    float: left;
}

.ads li .det {
    padding-left: 15px;
    float: left;
}

.ads li h3 {
    font-size: 16px;
    color: #9a9a9a;
    font-weight: normal;
}

.ads li span {
    font-size: 16px;
    display: block;
    color: #9a9a9a;
    font-weight: bold;
}

.wei {
    margin-top: 33px;
    margin-right: 45px;
}

.copyright {
    text-align: center;
    line-height: 22px;
    background: #19191c;
    color: #999999;
    font-size: 13px;
    padding: 12px 0 18px;
}

.copyright a {
    color: #999999;
}

.copyright a:hover {
    color: #fff;
}
