@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

input {
    outline: none;
}

:hover {
    transition: 0.5s all
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #f00;
}

.cmain {
    color: #441b01;
}

.text-center {
    text-align: center;
}

.bgmain {
    background: #441b01;
}

.left {
    float: left;
}

.right {
    float: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}


.mid {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 99
}

body {
    font-family: "微软雅黑";
    font-size: 15px;
    color: #333333;
    line-height: 30px;
    background: #fff;
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* CSS Header */
.header1 {
    width: 100%;
    height: 500px;
    min-height: 196px;
    padding: 33px 0;
    background: url(../images/banner.jpg) top center no-repeat;
    overflow: hidden;
    transition: 0.6s all;
    position: relative;
    z-index: 9999
}
.header {
    width: 100%;
    height: auto;
    min-height: 196px;
    padding: 33px 0;
    background: url(../images/banner.jpg) top center no-repeat;
    overflow: hidden;
    transition: 0.6s all;
    position: relative;
    z-index: 9999
}
#Contact.down {
    position: relative;
    top: 20px;
    right:10px;
    text-align: center;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.4);
}
#Function.down {
    position: relative;
    top: 20px;
    right:10px;
    text-align: center;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.4);
}
#topbox.down {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    padding: 20px 0;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999
}

.down .toplogo {
    transform: scale(0.8);
}

.down .menu {
    top: 60px;
}
.header1 .topbox {
    width: 1400px;
    height: 42px;
    margin: 0 auto;
    z-index: 2
}
.header .topbox {
    width: 1400px;
    height: 42px;
    margin: 0 auto;
    z-index: 2
}
.header1 .top_link{width: 260px;text-align: right;margin-top: 4px; float: right;}
.header .top_link{width: 260px;text-align: right;margin-top: 4px; float: right;}
.header1 .top_link a{color:rgba(255,255,255,0.8);border: 1px rgba(255,255,255,0.4) solid;font-size: 14px; padding: 0 10px;display: inline-block;}
.header1 .top_link a:hover{background: #fff;color: #000}
.header .top_link a{color:rgba(255,255,255,0.8);border: 1px rgba(255,255,255,0.4) solid;font-size: 14px; padding: 0 10px;display: inline-block;}
.header .top_link a:hover{background: #fff;color: #000}
.f_box1{font-weight: bold;line-height: 120px; font-size: 76px;color: #fff;text-align: center;padding-top:80px;}
.f_box2{font-size: 18px;color: #fff;text-align: center;}
.f_box3{width: 166px;height: 52px;line-height: 52px;background: #fff;text-align: center;color: #7266d5;font-size: 15px;border-radius: 26px; margin: 30px auto;}
.f_box3:hover{background: #fbca04;color: #000}
.f_box4{width:908px;height:580px;padding:65px 42px 38px 45px;background: url(../images/flashbg.png) center no-repeat;background-size: 100% 100%; position: relative;margin: 0 auto}
.f_box4 .man01{position: absolute;left: -30px; bottom:-28px;z-index:10}
.f_box4 .man02{position: absolute;left:185px; bottom:-28px;z-index:10}
.f_box4 .man03{position: absolute;left: 788px; bottom:-28px;z-index:10}

.header .topbox .toplogo {
    width: 240px;
    float: left;transition: 0.4s all
}
.header1 .topbox .toplogo {
    width: 240px;
    float: left;transition: 0.4s all
}
.banner {
    width: 100%;
    height: 262px;
    background: url(../images/banner.jpg) top center no-repeat;
    margin: 0 auto;
    position: relative;
    z-index: 99
}

/*menu*/
#menu {
    width: 800px;
    height: 42px;
    float: left;
    padding-left: 100px;
    position: relative;
}

#menu ul {
    width: 100%;
    height: 42px;
}

#menu ul li {
    width: 16%;
    height: 62px;
    line-height: 42px;
    position: relative;
    float: left;
}

#menu ul li:hover a {
    color: #ff0
}

#menu ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
}

#menu ul li span {
    width: 40px;
    height: 3px;
    background: #ff0;
    top: 40px;
    left: 12px;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: 0.4s all
}

#menu ul li:hover span {
    transform: scale(1);
}

#menu ul li.selected span {
    transform: scale(1);
}
#menu ul li.selected a{color: #ff0}
/* CSS Footer */
.footer {
    width: 100%;
    height: auto;
    color: #cccccd;
    font-size: 14px;
    background: url(../images/foot.jpg) top center no-repeat #55545c;
    overflow: hidden;
    padding: 175px 0 85px
}

.footer a {
    color: #cccccd;
}

.footer a:hover {
    color: #fff
}

.footer .left {
    width: 700px;
    float: left;
}

.footer .left .box01 {
    font-size: 16px;
}

.footer .left .box01 a {
    padding-right: 65px
}

.footer .left .box02 {
    height: 100px;
    /*padding-left: 254px;*/
    margin-top: 42px;
    /*background: url(../images/toplogo10-16.png) left center no-repeat;*/
    line-height: 25px;
}

.footer .left .box03 {
    padding-top: 40px;
}

.footer .left .box04 {
    color: #7f7e82;
    padding-top: 35px
}

.footer .left .box04 a {
    color: #7f7e82;
    padding-right: 12px;
    display: inline-block;
}

.footer .left .box04 a:hover {
    color: #fff;
}

.footer .left .box04 span {
    float: left;
    padding-bottom: 25px
}

.footer .right {
    width: 655px;
    float: right;
    margin-top: 32px;
    position: relative;
}

.footer .right .msg01 {
    width: 257px;
    height: 42px;
    color: #959498;
    line-height: 42px;
    font-size: 14px;
    padding-left: 30px;
    background: none;
    border: 1px #747379 solid;
    position: absolute;
    left: 0;
    top: 0;
    font-family: Microsoft YaHei
}

.footer .right .msg02 {
    width: 312px;
    height: 42px;
    color: #959498;
    padding-left: 30px;
    background: none;
    border: 1px #747379 solid;
    position: absolute;
    left: 310px;
    top: 0;
    font-family: Microsoft YaHei
}

.footer .right .msg03 {
    width: 622px;
    height: 81px;
    color: #959498;
    padding-left: 30px;
    line-height: 42px;
    background: none;
    border: 1px #747379 solid;
    position: absolute;
    left: 0;
    top: 68px;
    font-family: Microsoft YaHei
}

.footer .right .msg04 {
    width: 257px;
    height: 42px;
    color: #959498;
    padding-left: 30px;
    background: none;
    line-height: 42px;
    border: 1px #747379 solid;
    position: absolute;
    left: 0;
    top: 176px;
    font-family: Microsoft YaHei
}

.footer .right .msg05 {
    width: 344px;
    height: 42px;
    color: #959498;
    text-align: center;
    padding-left: 0px;
    background: none;
    border: 1px #747379 solid;
    position: absolute;
    left: 310px;
    top: 176px;
    font-family: Microsoft YaHei
}

.footer .right .msg05:hover {
    color: #fff;
    background: #018ccf;
    border: 1px #018ccf solid;
}

/* CSS index */
#wrap {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#main {
    width: 1200px;
    position: relative;
    padding-bottom: 10px;
    margin: 0 auto;
}

.intitle {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.intitle big{font-size: 36px;text-align: center;color: #252526;line-height: 40px; font-weight: bold;display: block;}
.intitle img {
    display: block;
    margin: 0 auto
}

.intitle p {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: rgba(66, 67, 95, 0.6);
    padding-top: 25px
}

.index01 {
    padding:0px 0 104px
}

.index01 .fuwulist {
    height: auto;
    overflow: hidden;
    padding-top: 76px
}

.index01 .fuwulist li {
    width: 220px;
    line-height: 25px;
    font-size: 14px;
    color: #5f5f60;
    padding: 0 65px;
    text-align: center;
    float: left;
}

.index01 .fuwulist li img {
    display: block;
    margin: 0 auto
}

.index01 .fuwulist li b {
    color: #252526;
    line-height: 88px;
    font-size: 22px;
    display: block;
}

.index02 {
    width: 100%;
    height: 957px;
    background: url(../images/index02.jpg) center no-repeat;
}

.index02 .index02_1 {
    padding-left: 62px;
    position: relative;
}

.index02 .index02_1 .pic01 {
    display: block;
    padding-top: 157px;
}

.index02 .index02_1 .pic02 {
    right: 60px;
    top: -52px;
    position: absolute;
    animation: pop infinite 3s
}

@-webkit-keyframes pop {
    0 {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(6px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes pop {
    0 {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(0);
    }
}

.index02 .index02_1 p {
    width: 590px;
    line-height: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 30px;
}

.index02 .index02_2 {
    padding-left: 40px;
    padding-top: 5px;
    height: auto;
    overflow: hidden;
}

.index02 .index02_2 ul li {
    width: 268px;
    height: 115px;
    color: #5f5f60;
    line-height: 25px;
    font-size: 14px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
    margin: 22px;
    background: #fff;
    border-radius: 20px;
    float: left;
}

.index02 .index02_2 ul li big {
    color: #000000;
    line-height: 50px;
    font-size: 18px;
    display: block;
}

.index02 .index02_2 ul li img {
    float: left;
    padding-right: 15px;
}

.index03 {
    padding: 124px 0
}

.index03 .youshi {
    width: 1500px;
    margin-left: -50px;
    padding: 60px 50px 50px;
    height: auto;
    overflow: hidden;
}

.index03 .youshi li {
    width: 174px;
    height: 245px;
    color: #5f5f60;
    text-align: center;
    font-size: 14px;
    margin-right: 70px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #fff;
    float: left;
}

.index03 .youshi li:last-child {
    margin-right: 0
}

.index03 .youshi li big {
    font-size: 18px;
    color: #000000;
    display: block;
}

.index03 .youshi li img {
    display: block;
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 17px
}

.index04 {
    width: 100%;
    height: 957px;
    background: url(../images/index04.jpg) center no-repeat;
}

.index04 .index04_1 {
    height: 412px;
    position: relative;
}

.index04 .index04_1 .pic01 {
    animation: pop infinite 3s;
    left: 72px;
    top: -25px;
    position: absolute;
}

.index04 .index04_1 .pic02 {
    right: 124px;
    top: 116px;
    position: absolute;
}

.index04 .index04_1 p {
    width: 580px;
    text-align: right;
    line-height: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    right: 124px;
    top: 253px;
    position: absolute;
}

.index04 .index04_2 {
    padding-left: 204px;
    padding-top: 5px;
    height: auto;
    overflow: hidden;
}

.index04 .index04_2 ul li {
    width: 268px;
    height: 115px;
    color: #5f5f60;
    line-height: 25px;
    font-size: 14px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
    margin: 22px;
    background: #fff;
    border-radius: 20px;
    float: left;
}

.index04 .index04_2 ul li big {
    color: #000000;
    line-height: 50px;
    font-size: 18px;
    display: block;
}

.index04 .index04_2 ul li img {
    float: left;
    padding-right: 15px;
}

.index05 {
    padding: 64px 0
}

.index05 ul {
    width: 1500px;
    margin-left: -50px;
    padding-left: 50px;
    height: auto;
    border-bottom: 1px #dcdcdc solid;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 157px;
}

.index05 ul li {
    width: 350px;
    height: 110px;
    line-height: 25px;
    font-size: 14px;
    color: #4d4f50;
    border-radius: 25px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 42px 35px 28px;
    background: #fff;
    margin-right: 70px;
    float: left
}

.index05 ul li img {
    padding-right: 25px;
    float: left
}

.index05 ul li big {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
}

.index05 ul li:last-child {
    margin-right: 0
}

.index06 {
    padding: 32px 0
}

.index06 .casebox {
    width: 1400px;
    height: 191px;
    margin: 0 auto;
    padding-top: 55px;
    border-bottom: 1px #dcdcdc solid;
}

.index07 {
    padding: 99px 0;
    height: auto;
    overflow: hidden;
}

.index07 .box01 {
    width: 650px;
}

.index07 .ntitle {
    color: #454545;
    line-height: 50px;
    position: relative;
}

.index07 .ntitle big {
    font-size: 36px;
    float: left;
}

.index07 .ntitle .more {
    float: right;
    font-family: Arial;
    font-size: 16px
}

.tejia_cc {
    position: relative;
    width: 100%;
    height: 240px;
    padding-top: 48px;
    overflow: hidden;
}

.tejia_con {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.tejia_con ul {
    width: 9999px;
    position: absolute;
}

.tejia_con ul li {
    width: 650px;
    height: 240px;
    float: left;
    overflow: hidden;
    position: relative;
}

.tejia_con .nimg {
    width: 192px;
    height: 145px;
    border: 1px #ddd solid;
    float: left
}

.tejia_con .nimg img {
    width: 192px;
    height: 145px;
}

.tejia_con .nimg img:hover {
    transform: scale(1.05)
}

.tejia_con .ntxt {
    width: 428px;
    height: 148px;
    line-height: 25px;
    color: #454545;
    font-size: 14px;
    float: right
}

.tejia_con .ntxt .p01 {
    font-size: 16px;
    line-height: 20px
}

.tejia_con .ntxt .p02 {
    font-size: 26px;
    padding-top: 10px;
    line-height: 36px
}

.tejia_con .ntxt .p03 {
    padding-top: 16px;
    padding-bottom: 35px
}

.tejia_con .ntxt i {
    border: 2px #cfcfcf solid;
    font-size: 30px;
    color: #cfcfcf;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    display: block;
}

/*css page_title*/
.page_title {
    width: 1400px;
    text-align: center;
    margin: 0 auto;
    background: url(../images/page_title.png) right center no-repeat;
    padding: 80px 0 20px
}

.page_title big {
    font-size: 36px;
    line-height: 84px;
    font-weight: bold;
    display: block;
}

.page_title p {
    padding-top: 5px;
    line-height: 30px;
    font-size: 14px;
    color: #9f9faa
}

/*css info*/
#wrapin {
    width: 100%;
    height: auto;
    min-height: 500px;
    overflow: hidden;
    background: url(../images/wrap.png) top center no-repeat;
}

#newsContent {
    font-size: 16px;
    line-height: 32px;
    color: #2e2e2f;
    padding: 35px 0 80px
}
#newsContent img{max-width: 100%;display: block;margin: 0 auto}
#newTitle {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    padding-bottom: 15px;
}

#newsInfo {
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    color: #999;
    border-bottom: 1px #ddd dotted
}

#newsInfo i {
    padding-left: 30px;
    padding-right: 10px;
}

.pageul {
    width: 100%;
    height: 100px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.pageul i {
    padding-right: 5px
}

.newslist {
    padding: 20px 0 100px
}

.newslist li {
    height: 180px;
    overflow: hidden;
    padding: 35px 0;
    border-bottom: 1px #ddd dotted
}

.newslist li .nimg {
    width: 240px;
    height: 180px;
    border: 1px #ddd solid;
    float: left;
}

.newslist li .nimg img {
    width: 240px;
    height: 180px;
}

.newslist li .ntxt {
    width: 900px;
    float: right;
}

.newslist li .ntxt .p01 {
    font-size: 16px;
    line-height: 20px
}

.newslist li .ntxt .p02 {
    font-size: 26px;
    padding-top: 10px;
    line-height: 36px
}

.newslist li .ntxt .p03 {
    padding-top: 16px;
    color: #666;
    padding-bottom: 35px
}

.newslist li:nth-child(even) .nimg {
    float: right;
}

.newslist li:nth-child(even) .ntxt {
    float: left;
}

#page {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 30px auto;
    clear: both;
}

#page a {
    min-width: 26px;
    height: 26px;
    background: #bababa;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

#page a:hover {
    background: #e01c24;
}

#page .current {
    min-width: 26px;
    height: 26px;
    color: #fff;
    background: #e01c24;
    display: inline-block;
}

#page_num {
    height: 22px;
    font-size: 14px;
    background: #eeeeee;
    display: none;
}
#indexNews1{width: 1400px;margin-left: -100px;padding: 30px 0; height: auto;overflow: hidden;}
#indexNews1 li {width: 430px;height: 480px;float: left;margin: 15px;box-shadow: 0px 0px 15px rgba(0,0,0,0.2)}

#indexNews1 li .npic {
    width: 100%;
    height: 300px;overflow: hidden;
}

#indexNews1 li .npic img {
    width: 100%;
    min-height: 300px;transition: 0.4s all
}

#indexNews1 li:hover .npic img {
    transform: scale(1.05);
}

#indexNews1 li .ntxt {
    font-size: 14px;
    line-height: 27px;
    color: #8d8d8d;
    padding:20px 25px;
}

#indexNews1 li .ntime {
    font-size: 14px;
    padding:0 25px;
    color: #8d8d8d;
    border-top: 1px #e6e6e6 solid;height:50px;line-height:50px;
}
#indexNews1 li .ntime .left i{padding-left: 5px;}
#indexNews1 li big {
    font-size: 18px;color: #000;display: block;padding-bottom: 8px;
}
#indexNews1 li:hover big{color: #018cce}
#infoImage{width: 100%;padding-top:30px}
#infoImage img{max-width: 800px;display: block;margin: 0 auto}
#allmap {width: 500px;height: 500px;overflow: hidden;border:none;position: relative;z-index: 2 !important}
.contact00{height: auto;overflow: hidden;}
.contact00 ul{height: auto;overflow: hidden;padding: 40px 0 80px}
.contact00 li{width:25%; float: left}
.contact00 li p{border-radius: 10px;height: 200px;font-size: 14px;padding: 20px; margin-right: 10px;}
.contact00 li big{font-size:18px;font-weight: bold;padding-bottom: 10px; display: block;}
.contact00 li:last-child p{margin-right: 0}
.contact00 li i{padding-right: 8px;}
.contact00 li:nth-child(1) i{color:#018ccf;}
.contact00 li:nth-child(2) i{color:#71c043;}
.contact00 li:nth-child(3) i{color:#fecd06;}
.contact00 li:nth-child(4) i{color:#02538d;}
.contact01{width: 100%;height: auto;overflow: hidden;padding: 50px 0;}
.contact01 .left{width: 600px;}
.contact01 .left .p01{font-size: 40px;font-weight: bold;font-family: Arial}
.contact01 .left .p02{font-size: 14px;line-height: 50px;padding-bottom: 20px;}
.contact01 .msgbox{width: 500px;font-size: 15px; position: relative;}
.contact01 .msgbox .msg01{width: 100%;height: 50px;padding-left: 20px; line-height: 50px;color: #999;border-radius: 3px;margin-bottom: 15px; border: 1px #ddd solid;display: block;}
.contact01 .msgbox .msg02{width: 100%;height: 150px;padding-left: 20px;line-height: 50px;color: #999;border-radius: 3px;margin-bottom: 15px; border: 1px #ddd solid;display: block;}
.contact01 .msgbox .msg03{width:522px;height: 50px;font-family: "Microsoft YaHei";font-size:16px; line-height: 50px;text-align: center; border-radius: 3px;margin-bottom: 15px;background: #018ccf;color: #fff; border: 1px #018ccf solid;transition: 0.4s all; display: block;}
.contact01 .msgbox .msg03:hover{background: #6abe3d;border: 1px #6abe3d solid;}
.contact01 .right{width: 500px;height: 500px;overflow: hidden;padding: 20px; position: relative;}
.contact01 .right .bgbox{width: 165px;height: 335px;background:#018cce;right: 0;top: 0;position: absolute; z-index:1}
.contact02{height: auto;overflow: hidden;padding:100px 0 100px;border-top: 1px #ddd dotted}
.contact02 li{width: 25%;font-size: 14px; float: left}
.contact02 li img{width: 60px;padding-right: 15px; float: left;}
.contact02 li span{display: block;font-size: 18px; font-weight: bold;}
.fxbox{width: 100%; height: auto;margin:0 auto; overflow: hidden;padding: 50px 0;}
.fxbox li{width: 560px;height:205px;padding-bottom: 30px;margin:20px;background: #f5f5f5; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);border-radius: 20px; float: left;}
.fxbox li p{color: #666;font-size: 14px;line-height: 27px;padding: 30px 40px;}
.fxbox li p span{font-size: 20px;font-weight: bold;display: block;padding-bottom: 10px;}
.tuijian{font-weight: bold;font-size:24px;border-bottom: 1px #ddd dotted;padding-bottom: 15px;}
.sousuolist{height: auto;overflow: hidden;padding:30px 0}
.sousuolist li{width:580px; line-height:50px;height:50px;transition: 0.5s all;float: left}
.sousuolist li:hover{color: #e2222d;}
.sousuolist li i{padding-right: 8px}
.sousuolist a:nth-of-type(odd) li{padding-right:20px}
.sousuolist a:nth-of-type(even) li{padding-left:20px}
#picUL {
    width: 100%;
    height: auto;
    padding-left: 1px;
    overflow: hidden;
}

#picUL li {
    width: 238px;
    height: 338px;
    margin-bottom: 20px;
    border: 1px #d0d0d0 solid;
    margin-left: -1px;
    text-align: center;
    overflow: hidden;
    float: left;
}

#picUL li .pic_01 {
    width: 238px;
    height: 238px;
    text-align: center;
}

#picUL li .pic_01 img {
    width: 238px;
    height: 238px;
    vertical-align: middle;
    background: #fff;
    display: block;margin: 0 auto;
}

#picUL li .pic_02 {
    width: 208px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    line-height: 36px;
}
#picUL li .pic_02 a{color: #a9a8a8}
#picUL li .pic_02 .t01{color: #000;font-size: 16px}
#picUL li:hover .pic_02 .t01{color: #018cd0}
#picUL li .pic_02 .zx {
    height: 36px;
    font-size: 15px;
    color: #cf000d;
    background: url(../images/zx.png) left center no-repeat;
    padding-left: 26px;
    margin-right: 19px
}

#picUL li .pic_02 .more {
    font-size: 15px;
    color: #cf000d
}

#picUL li .pic_02 a:hover {
    text-decoration: underline;
}
.protype{height: auto;overflow: hidden;padding: 20px 0 40px;}
.protype li{width: 116px;height:45px;line-height:45px;text-align: center; float: left;margin:2px}
.protype li a{color: #fff;background: #018cd0;display: block;}
.protype li a:hover{background:#66bd3f}
.protype li.selected1 a{background:#66bd3f}