@charset "utf-8"; body {
    font: 14px/1.5 "Microsoft YaHei",tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
    background-color: #ffffff;
    color: #333;
    overflow-x: hidden;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    /* font-size: 100% */
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

li>a {
    display: block;
    color: inherit;
}

.sj_art li>a {
    display: inline;
}

a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.clear {
    clear: both;
}

.w {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.w1170 {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.w100 {
    width: 100%;
    margin: 0 auto;
}

.w100 p {
    font-size: 12px;
    line-height: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.h10 {
    height: 10px;
    width: 100%;
    clear: both;
}

.h20 {
    height: 20px;
    width: 100%;
    clear: both;
}

.h30 {
    height: 30px;
    width: 100%;
    clear: both;
}

.h60 {
    height: 60px;
    width: 100%;
    clear: both;
}

.radius {
    border-radius: 5px;
}

.time {
    float: right;
    font-size: 13px;
    color: #666;
}

#conaclick {
    margin: 0 auto;
    width: 300px;
    height: 56px;
    background-color: #ea4517;
    display: block;
    border-radius: 10px;
    font-size: 28px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
    -webkit-transition: background 1s;
}

#conaclick:hover {
    background-color: #f13c0f;
}

.header {
    width: 100%;
    height: 126px;
    background: #fefefe url(../images/head_bg.jpg) repeat-x left -4px scroll;
    z-index: 9;
}

.header .w {
    position: relative;
    /* padding: 0px 0 15px 0; */
}

.header .top_nav {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 25px;
}

.header .top_nav a {
    color: #555;
    font-size: 13px;
}

.header .top_nav a:hover {
    color: #222;
}

.header .logo {
    float: left;
    height: 46px;
    padding-top: 20px;
    line-height: 25px;
    font-size: 16px;
    width: 350px !important;
    display: flex;
}

.header .logo .fl {
    background-image: url(../../../images/_logo1.svg);
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    float: none;
}

.header .logo .fr {
    line-height: 25px;
    /* height: 50px; */
    float: none;
    width: 100%;
    text-align: right;
}

.header .logo img {
    float: left;
    margin-right: 20px;
    height: 50px;
}

.header .top_phone {
    float: right;
    margin-top: 30px;
    margin-right: 20px;
}

.header .top_phone span {
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    color: #eb3900;
}

.header .top_phone .tle_img05 {
    background: url(../images/tel_img05.jpg) no-repeat left center scroll;
    padding-left: 25px;
    margin-right: 15px;
}

.header .top_phone .tle_img06 {
    background: url(../images/tel_img06.jpg) no-repeat left center scroll;
    padding-left: 25px;
    margin-right: 15px;
}

.header .top_phone .phone_icon {
    background: url(../images/phone_icon.png) no-repeat left center scroll;
    padding-left: 30px;
    font-size: 22px;
}

.header .nav {
    position: relative;
    margin: 0 auto;
    color: #000;
    z-index: 9;
    /* margin-top: 20px; */
}

.header .nav>li {
    float: left;
    width: 137px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.header .nav>li a {
    font-size: 16px;
}

.header .nav>li:last-of-type {
    width: 100px;
    margin-right: 0;
}

.header .nav>li:last-of-type .nav2 {
    width: 100px;
}

.header .nav>li:hover, .header .nav>.curr {
    background: #f13c0f;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header .nav2 {
    position: absolute;
    width: 97px;
    height: 0;
    font-size: 0;
    background: #f13c0f;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.header .nav>li:hover .n1 {
    height: 40px;
}

.header .nav>li:hover .n2 {
    height: 80px;
}

.header .nav>li:hover .n3 {
    height: 120px;
}

.header .nav>li:hover .n4 {
    height: 160px;
}

.header .nav>li:hover .n5 {
    height: 200px;
}

.header .nav>li:hover .n6 {
    height: 240px;
}

.header .nav2>li:hover {
    background: #FF613A;
}
._top{
    margin-bottom:20px;
}
.banner {
    position: relative;
    height: 600px;
    width: 100%;
    line-height: 0;
    text-align: center;
    background: #e9e9e9;
    overflow: hidden;
}

.qwyxxwz_bg {
    position: relative;
    height: 452px;
    width: 100%;
    line-height: 0;
    text-align: center;
    background: #007CD2 url(../images/qwyxxwz.jpg) no-repeat center top scroll;
    overflow: hidden;
}

.seoyh {
    position: relative;
    height: 452px;
    width: 100%;
    line-height: 0;
    text-align: center;
    background: #007CD2 url(../images/seoyh.jpg) no-repeat center top scroll;
    overflow: hidden;
}

#bannerlist {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    -ms-transition: top 1s;
    -o-transition: top 1s;
}

.transitiontime0 {
    transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -ms-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
}

#bannerlist a {
    display: block;
    height: 600px;
    width: 100%;
}

.banner_btn_l,.banner_btn_r {
    position: absolute;
    display: none;
    top: 270px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-family: initial;
    cursor: pointer;
    z-index: 2;
}

.banner_btn_l {
    left: 0;
}

.banner_btn_r {
    right: 0;
}

.banner:hover .banner_btn_l, .banner:hover .banner_btn_r {
    display: block;
}

.banner_btn {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.banner_btn span {
    display: inline-block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 10px;
    cursor: pointer;
}

.banner_btn .curr {
    background: #0491f5;
}

.banner03_title {
    position: absolute;
    display: none;
    top: 30px;
    left: 50%;
    margin-left: -278px;
    width: 556px;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -ms-transform 1s;
    -o-transition: -o-transform 1s;
    animation: banner03 2s;
    -moz-animation: banner03 2s;
    /* Firefox */
    -webkit-animation: banner03 2s;
    /* Safari and Chrome */
    -o-animation: banner03 2s;
    /* Opera */
}

.banner03:hover .banner03_title {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.swiper-slide-active .banner03_title {
    display: block;
}

@keyframes banner03 {
    0% {
        top: 0;
    }

    50% {
        top: 50px;
    }

    60% {
        top: 5px;
    }

    70% {
        top: 40px;
    }

    80% {
        top: 10px;
    }

    90% {
        top: 35px;
    }

    100% {
        top: 30px
    }
}

@-webkit-keyframes banner03 {
    0% {
        top: 0;
    }

    50% {
        top: 50px;
    }

    60% {
        top: 5px;
    }

    70% {
        top: 40px;
    }

    80% {
        top: 10px;
    }

    90% {
        top: 35px;
    }

    100% {
        top: 30px
    }
}

@-moz-keyframes banner03 {
    0% {
        top: 0;
    }

    50% {
        top: 50px;
    }

    60% {
        top: 5px;
    }

    70% {
        top: 40px;
    }

    80% {
        top: 10px;
    }

    90% {
        top: 35px;
    }

    100% {
        top: 30px
    }
}

@-o-keyframes banner03 {
    0% {
        top: 0;
    }

    50% {
        top: 50px;
    }

    60% {
        top: 5px;
    }

    70% {
        top: 40px;
    }

    80% {
        top: 10px;
    }

    90% {
        top: 35px;
    }

    100% {
        top: 30px
    }
}

.banner_3d {
    position: relative;
    top: 220px;
    margin: 0 auto;
    width: 1264px;
    height: 336px;
}

.banner_3d .ban_main {
    position: absolute;
}

.banner_3d .ban_main li {
    list-style: none;
    position: absolute;
}

.banner_3d .ban_main img {
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.banner_3d .ban_main li:nth-child(1) {
    width: 520px;
    height: 336px;
    left: 370px;
    top: 0;
    z-index: 9;
}

.banner_3d .ban_main li:nth-child(2),.banner_3d .ban_main li:nth-child(5) {
    width: 466px;
    height: 301px;
    top: 35px;
    z-index: 8;
}

.banner_3d .ban_main li:nth-child(3),.banner_3d .ban_main li:nth-child(4) {
    width: 411px;
    height: 266px;
    top: 70px;
    z-index: 7;
}

.banner_3d .ban_main li:nth-child(2) {
    left: 185px;
}

.banner_3d .ban_main li:nth-child(5) {
    left: 609px;
}

.banner_3d .ban_main li:nth-child(3) {
    left: 0;
}

.banner_3d .ban_main li:nth-child(4) {
    left: 849px;
}

.banner_3d .btn_l,.banner_3d .btn_r {
    width: 20px;
    height: 100px;
    line-height: 100px;
    background: #900;
    position: absolute;
    top: 150px;
    display: block;
    z-index: 999;
}

.banner_3d .btn_l {
    left: 0;
}

.btn_r {
    right: 0;
}

.fnav {
    height: auto;
    width: 100%;
    background: #1D2F44;
}

.ft-top {
    height: 320px;
    overflow: hidden;
    width: 1170px;
    margin: 0 auto;
}

.ft-top-lt {
    display: block;
    float: left;
    padding-top: 44px;
}

.ft-top-lt dl {
    display: block;
    float: left;
    width: 170px;
    float: left;
}

.ft-top-lt dt {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    height: 75px;
}

.ft-top-lt dt a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.ft-top-lt dt i {
    display: block;
    font-style: normal;
    color: #4e4e4e;
    font-size: 12px;
    text-transform: uppercase;
}

.ft-top-lt dd {
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    vertical-align: middle;
    padding-left: 20px;
}

.ft-top-about dd {
    width: 65px;
    float: left;
}

.ft-top-lt dd a {
    color: #959595;
    font-size: 14px;
}

.ft-top-lt dd a:hover {
    color: #fff;
}

.ft-top-rt {
    display: block;
    overflow: hidden;
    width: 248px;
    border-left: 1px solid #414141;
    padding-top: 71px;
    height: 243px;
    overflow: hidden;
    float: right;
    text-align: center;
}

.ft-top-rt dt {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 97px;
}

.ft-top-rt dt img {
    display: block;
    overflow: hidden;
    width: 93px;
    height: 93px;
    border: 2px solid #161616;
}

.ft-top-rt dd {
    padding-top: 12px;
    overflow: hidden;
    line-height: 37px;
    overflow: hidden;
    text-align: center;
}

.ft-top-rt dd span {
    display: block;
    color: #959595;
    font-size: 16px;
}

.ft-top-rt dd a {
    color: #959595;
    font-size: 14px;
    text-decoration: underline;
}

.footer {
    background: #2B3D51;
    color: #fff;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.footer .f_logo {
    background-image: url(../../../images/_logo1.svg);
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    height: 30px;
    width: 142px;
    display: none;
}

.footer .f_contact {
    float: left;
    /* margin-left: 20px; */
    /* padding-left: 20px; */
    /* border-left: 1px solid #fff; */
    height: 100px;
    line-height: 25px;
}

.footer .f_contact img {
    margin-right: 5px;
    vertical-align: middle;
}

.footer .bootico {
    float: right;
    width: 550px;
    ; text-align: center;
}

.footer .bootico img {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.main_foot {
    width: 100%;
    background: #222;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}

.foot {
    width: 1000px;
    overflow: hidden;
    margin: 30px auto;
}

.foot_logo {
    background: url(../images/foot_logo.gif) no-repeat 0 0px;
    text-indent: -10000px;
    width: 150px;
    height: 53px;
    float: left;
    margin: 40px 80px 0 0;
}

.foot ul {
    float: left;
    text-align: left;
    line-height: 28px;
}

.foot ul li {
    clear: both;
}

.foot ul h1 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.foot ul a {
    color: #8e8e8e;
}

.foot ul a:hover {
    color: #e36f1a;
}

.foot ul.list1 {
    width: 180px;
}

.foot ul.list2 {
    width: 205px;
    float: right;
    position: relative;
}

.foot .list1 a i {
    background: url(../images/icon.png) no-repeat;
    width: 23px;
    height: 19px;
    display: block;
    float: left;
    margin: 5px;
}

.foot a i.weibo {
    background-position: 0px 0;
}

.foot a i.dri {
    background-position: 0px -29px;
}

.foot a i.blog {
    background-position: 0px -58px;
}

.foot a i.cool {
    background-position: 0px -88px;
}

.foot .list2 i {
    background: url(../images/icon.png) no-repeat;
    width: 18px;
    height: 15px;
    display: block;
    float: left;
    margin: 8px 3px 0 0;
}

.foot i.qq {
    background-position: -29px -28px;
}

.foot i.miall {
    background-position: -29px 0;
}

.foot i.weixin {
    background-position: -29px -56px;
}

.foot i.skype {
    background-position: -29px -81px;
}

.foot ul.list2 .jiaotan a {
    background: url(../images/qq.png) no-repeat 0 0;
    width: 76px;
    height: 33px;
    text-indent: -10000px;
    position: absolute;
    top: 23px;
    right: 5px;
}

.foot_bottom {
    background: #101010;
    width: 100%;
    line-height: 45px;
    color: #8e8e8e;
    text-align: center;
}

#returnTop {
    _display: none;
    position: fixed;
    _position: absolute;
    z-index: 999;
    right: 50px;
    bottom: -100px;
    _bottom: auto;
    width: 36px;
    height: 95px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(../images/Top.png);
    _background-image: url(../images/Top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: bottom 0.9s;
    -webkit-transition: bottom 0.9s;
    -moz-transition: bottom 0.9s;
    -o-transition: bottom 0.9s;
}

#returnTop:hover {
    background-position: 0 -95px;
}

.hxyw_title {
    width: 100%;
    margin-bottom: 20px;
}

.hxyw_title h3 {
    line-height: 36px;
    text-align: center;
    font-size: 32px;
    color: #3970E4;
    padding-bottom: 25px;
}

.hxyw_title h3 a {
    color: #007bc4;
}

.hxyw_title h3 a:hover {
    color: #007bc4;
}

.hxyw_title p {
    background: #dadada;
    height: 1px;
    overflow: hidden;
    line-height: 0px;
}

.hxyw_title p span {
    margin: 0px auto;
    display: block;
    height: 1px;
    overflow: hidden;
    width: 86px;
    background: #007bc4;
    line-height: 1px;
}

.hxyw_title em {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    padding-bottom: 30px;
}

.con_banner_bootbj {
    width: 100%;
    height: 32px;
    background-color: #F2F2F2;
}

.con_banner_bootbj .bootbj {
    width: 1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.con_01 {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 60px 0;
}

.con_01 .form {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.con_01 .form .left {
    width: 13px;
    height: 147px;
    float: left;
    background-image: url(../images/con_01_left.jpg);
}

.con_01 .form .con {
}

.con_01 .form .right {
    width: 11px;
    height: 147px;
    float: left;
    background-image: url(../images/con_01_right.jpg);
}

.con_01 .art_top {
}

.con_01 .art_top ul {
}

.clearfix:after,.con_01 .art_top ul:after,.con_02_from .right ul:after,.con_02_from:after,.con_05 .from:after,.indexnews dl:after,.indexnews ul li:after,.header .nav:after {
    content: "";
    clear: both;
    display: block;
}

.con_01 .art_top ul li {
    float: left;
    width: 220px;
    background-color: #ffffff;
    margin: 0px 10px;
    padding: 20px 0;
    box-shadow: 0px 0px 13px 0px #cccccc;
    transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.0) skew(0deg) translate(0px);
}

/*.con_01 .art_top ul li:nth-child(2) {
    transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
}*/
.con_01 .art_top ul li:hover {
    cursor: pointer;
}

.con_01 .art_top ul li:hover {
    transition: all .3s ease;
    transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0px);
}

.con_01 .art_top ul li p {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    padding: 10px 15px 20px 15px;
    line-height: 21px;
    height: 122px;
}

.con_01 .art_top ul li.art_top1 p {
    height: 122px;
}

.con_01 .art_top .img01 {
    width: 160px;
    height: 160px;
    /* background-image: url(../images/index01.jpg); */
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.con_01 .art_top .img01:hover {
    background-position: 0px -129px;
}

.con_01 .art_top .img02 {
    width: 160px;
    height: 160px;
    /* background-image: url(../images/index01.jpg); */
    background-repeat: no-repeat;
    background-position: -129px 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.con_01 .art_top .img02:hover {
    background-position: -129px -129px;
}

.con_01 .art_top .img03 {
    width: 160px;
    height: 160px;
    /* background-image: url(../images/index01.jpg); */
    background-repeat: no-repeat;
    background-position: -258px 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.con_01 .art_top .img03:hover {
    background-position: -258px -129px;
}

.con_01 .art_top .img04 {
    width: 160px;
    height: 160px;
    /* background-image: url(../images/index01.jpg); */
    background-repeat: no-repeat;
    background-position: -387px 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.con_01 .art_top .img04:hover {
    background-position: -387px -129px;
}

.con_01 .art_top .img05 {
    width: 129px;
    height: 129px;
    background-image: url(../images/index01.jpg);
    background-repeat: no-repeat;
    background-position: -517px 0px;
    margin-left: auto;
    margin-right: auto;
}

.con_01 .art_top .img05:hover {
    background-position: -517px -129px;
}

.con_01 .art_top span a {
    width: 140px;
    height: 44px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #049afe;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
}

.con_01 .art_top1 span a {
    width: 140px;
    height: 44px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #f13c0f;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
}

.con_01 .art_top span a:hover {
}

.con_01 .art_top h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    color: #3970E4;
    margin-bottom: 20px;
}

.con_01 .art_top1 h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    color: #f13c0f;
    margin-bottom: 20px;
}

.con_01 p {
    line-height: 20px;
    font-size: 12px;
}

.con_01 .con_01_ad {
    width: 100%;
    height: 118px;
    text-align: center;
}

.con_01_art_boot {
    width: 100%;
    height: 499px;
}

.con_01_art_boot .top {
    width: 1200px;
    height: 145px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/con_01_artboot_img01.jpg);
    background-repeat: no-repeat;
    background-position: 389px 0px;
    margin-top: 60px;
    padding-top: 1px;
    text-align: center;
    margin-bottom: 40px;
}

.con_01_art_boot .top .h {
    margin-left: 90px;
    margin-top: 13px;
    font-size: 24px;
}

.con_01_art_boot .top .nest {
    margin-top: 90px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.con_01_art_boot .con2 {
    width: 1200px;
    height: 139px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/con_01_artboot_img02.jpg);
}

.con_01_art_boot .boot {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    margin-top: 60px;
}

.con_022 {
    width: 100%;
    background-color: #049afe;
    padding-top: 1px;
}

.con_02 {
    width: 100%;
    background-color: #ffffff;
}

.con_02_from {
    width: 1200px;
    padding-top: 1px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
}

.con_02_from .left {
    background-image: url(../images/8d.png);
    width: 700px;
    height: 557px;
    float: left;
    position: relative;
}

.con_02_from .left .txt {
    width: 86px;
    color: #FFFFFF;
    position: absolute;
}

.con_02_from .left .txt_1 {
    bottom: 108px;
    left: 38px;
}

.con_02_from .left .txt_2 {
    bottom: 234px;
    left: 13px;
}

.con_02_from .left .txt_3 {
    bottom: 374px;
    left: 70px;
}

.con_02_from .left .txt_4 {
    top: 24px;
    left: 216px;
}

.con_02_from .left .txt_5 {
    top: 30px;
    right: 214px;
}

.con_02_from .left .txt_6 {
    bottom: 373px;
    right: 61px;
}

.con_02_from .left .txt_7 {
    bottom: 250px;
    right: 10px;
}

.con_02_from .left .txt_8 {
    bottom: 93px;
    right: 36px;
}

.con_02_from .left .txt p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.con_02_from .zxzj {
    margin-top: 30px
}

.con_02_from .right {
    float: left;
    width: 460px;
    margin-left: 40px;
}

.con_02_from .right p {
    color: #ffffff;
    font-size: 14px;
    text-indent: 49px;
}

.con_02_from .right ul {
    margin-right: -15px;
}

.con_02_from .right ul li {
    float: left;
    width: 205px;
    margin-right: 15px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
}

.con_02_from .right ul li p {
    text-indent: 0;
}

.con_02_from .right ul li img {
    width: 80px;
    height: 105px;
    margin-bottom: 10px;
}

.con_02 .con_02_ad {
    width: 100%;
    height: 168px;
    background: url(../images/index_ard02.jpg) no-repeat center center scroll;
    background-color: #3d7bea;
}

.con_02 .con_02_ad a {
    display: block;
    width: 100%;
    height: 100%;
}

.con_03 {
    height: 850px;
    width: 100%;
    padding-top: 1px;
}

.con_03 .flashpic {
    width: 1130px;
    height: 730px;
    margin-left: auto;
    margin-right: auto;
}

.con_03 .flashpic .top {
    width: 100%;
    background-image: url(../images/con_03_topbj.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
}

.con_03 .flashpic .top h1 {
    font-size: 30px;
    margin: 30px 0;
    color: #f13c0f;
}

.flash {
    height: 627px;
    width: 960px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.index_caselist {
    width: 960px;
    background: #fff;
    overflow: hidden;
}

.index_caselist li {
    float: left;
    width: 960px;
    text-align: center;
}

.case_btn_l, .case_btn_r {
    position: absolute;
    top: 263px;
    display: none;
    width: 60px;
    height: 100px;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-family: initial;
    cursor: pointer;
    z-index: 1;
}

.case_btn_l {
    left: 0;
}

.case_btn_r {
    right: 0;
}

.flash:hover .case_btn_l, .flash:hover .case_btn_r {
    display: block;
}

.con_03_ad {
    width: 100%;
    height: 130px;
    background: url(../images/con_03_add.jpg) no-repeat center center scroll;
    background-color: #4289ff !important;
}

.con_03_ad a {
    display: block;
    width: 100%;
    height: 100%;
}

.con_04 {
    width: 1070px;
    height: 544px;
    margin-left: auto;
    margin-right: auto;
}

.con_04 .top {
    height: 80px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.con_04 .art {
    width: 1036px;
    height: 374px;
    margin-left: auto;
    margin-right: auto;
}

.con_04 .art .left {
    width: 470px;
    height: 374px;
    float: left;
}

.index_zs {
    position: relative;
    width: 450px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.index_zs div {
    position: relative;
    left: 0;
    width: 1000%;
    height: 320px;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.index_zs span {
    display: inline-block;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    border: 3px solid #333;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.index_zs span:hover, .index_zs span.curr {
    border: 3px solid #0491f5;
    background: #0491f5;
}

.index_zs img {
    float: left;
    width: 450px;
}

.con_04 .art .right {
    float: left;
    width: 526px;
    height: 374px;
}

.con_04 .art .right ul {
}

.con_04 .art .right ul li {
    height: 120px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.con_04 .art .right .img {
    float: left;
    display: table;
    width: 150px;
    height: 90px;
    border: 1px solid #ccc;
    margin-top: 16px;
    text-align: center;
}

.con_04 .art .right .img a {
    display: table-cell;
    vertical-align: middle;
}

.con_04 .art .right .img a img {
    max-width: 148px;
    max-height: 88px;
}

.con_04 .art .right .test {
    float: left;
    width: 350px;
    height: 90px;
    margin-top: 16px;
    margin-left: 10px;
}

.con_05 {
    width: 100%;
    background-color: #ffffff;
    padding: 30px 0;
}

.con_05 .from {
    width: 1215px;
    margin-left: auto;
    margin-right: auto;
}

.con_05 .from .li {
    float: left;
    width: 390px;
    height: 425px;
    margin-right: 15px;
    margin-top: 20px;
}

.con_05 .from .li #top {
    background-image: url(../images/con_05_topbj.jpg);
    background-repeat: no-repeat;
    height: 52px;
    width: 100%;
    margin-bottom: 15px;
}

.con_05 .from .li #top span {
    float: right;
    line-height: 35px;
    margin-right: 10px;
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
}

.con_05 .from .li #top p {
    line-height: 53px;
    font-size: 18px;
    margin-left: 30px;
}

.con_05 .from .li #top a {
    text-decoration: none;
    font-size: 16px;
    color: #999;
}

.con_05 .from .li #top a:hover {
    text-decoration: underline;
    color: #f13c0f;
}

.con_05 .from .li .nest {
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.con_05 .from .li .nest ul {
}

.con_05 .from .li .nest ul li {
    float: left;
    height: 35px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
}

.con_05 .from .li .nest ul li a {
    color: #333333;
    line-height: 33px;
    text-decoration: none;
}

.con_05 .from .li .nest ul li a:hover {
    text-decoration: underline;
}

.con05hover strong {
    color: #f13c0f;
}

.con05hover2 strong {
    color: #999;
}

.con_06 {
    background-color: #f1f1f1;
    padding: 50px 0;
}

.con_06_back {
    background-image: url(../images/con_06_img.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 371px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.con_06 .top {
    width: 1000px;
    text-align: center;
    margin-top: 50px;
}

.con_06 h1 {
    font-size: 40px;
    padding: 0px 0 30px 0;
}

.con_06 h2 {
}

.con_06 h3 {
}

.con_07 {
    width: 1200px;
    height: 900px;
    /* background-image: url(../images/con_03_bootbj.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: center bottom; */
    margin: 0 auto;
}

.con_07 .top {
    height: 100px;
    width: 100%;
    background-image: url(img/con_03_topbj.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.con_07 .top h1 {
    font-size: 40px;
    margin: 20px 0;
}

.con_07 .test {
    width: 1200px;
    height: 626px;
    background-image: url(../images/con_07img.jpg);
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position: 100px 0;
}

.con_07 .test h2 {
    font-size: 20px;
    margin: 20px 0
}

.con_07 .test p {
    line-height: 30px !important;
    font-size: 16px !important;
}

.footadout {
    width: 100%;
    height: 130px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.footadout .adout {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}

.footadout .title {
    width: 1000px;
    height: 35px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

.footadout .art {
    width: 1000px;
    height: 50px;
}

.footadout .art a {
    margin-left: 20px;
    margin-right: 18px;
    color: #666666;
}

.main {
    min-height: 650px;
    _height: 650px;
}

.gonggao {
    width: 100%;
    height: 54px;
    line-height: 40px;
    background: url(../images/gonggao_bj.jpg) repeat-x left top scroll;
}

.gonggao .wzgg {
    float: left;
    background: url(../images/gg_bg.jpg) no-repeat left 12px scroll;
    padding-left: 5px;
    width: 80px;
    color: #fff;
    font-size: 13px;
}

.gonggao .wenzi {
    float: left;
    width: 400px;
}

.gonggao .fenxiang {
    float: right;
    margin-top: 12px;
}

.webbg {
    width: 100%;
    background: #f4f4f4 url(../images/case_bg.jpg) no-repeat center top;
    position: relative;
    font-family: "微软雅黑";
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #333;
    line-height: 24px;
    height: auto;
    clear: both;
    overflow: hidden;
}

.webbg a {
    font-size: inherit;
}

.anlititle {
    width: 1180px;
    margin: 0px auto;
    padding: 65px 0px;
    text-align: center;
}

.anlititle h1 {
    font-size: 60px;
    font-weight: normal;
    line-height: 100px;
    color: #333;
}

.anlititle h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 35px;
    color: #555;
}

.anlititle h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    color: #555;
}

.anlilist {
    width: 1180px;
    margin: 0px auto;
    position: relative;
}

.anlilist ul {
    margin: 0px;
    padding: 0px;
}

.anlilist ul li {
    position: relative;
    float: left;
    margin-top: 28px;
    margin-right: 13.33px;
    padding: 7px 0px;
    width: 380px;
    height: 430px;
    background: #FFF;
    box-shadow: 0px 2px 3px #d9dbdb;
    display: inline;
}

.anlilist ul li:hover {
    box-shadow: 0px 3px 15px #1c6daf;
}

.anlilist>ul>li:nth-child(3n-2),.anlilist>ul>li:nth-child(3n-1) {
    margin-right: 20px;
}

.anlilist>ul>li:nth-child(3n) {
    margin-right: 0;
}

.anlilist ul li img {
    display: block;
}

.anlipic {
    width: 366px;
    height: 276px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.anlipic img {
    width: 366px;
    height: 276px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -183px;
    margin-top: -138px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.anlipic img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.anlilist ul li h3 {
    font-size: 18px;
    height: 23px;
    overflow: hidden;
    padding: 20px 7px 0px;
}

.anlilist ul li p.anlitext {
    padding: 10px 7px 0px;
    height: 46px;
    overflow: hidden;
}

.anlilist ul li h4 {
    font-size: 12px;
    border-top: 1px solid #ececec;
    margin-top: 12px;
    padding: 5px 7px 0px;
}

.anlilist ul li h4 a {
    color: #0577ba;
}

.anlilist ul li h4 span {
    float: right;
    background: url(../images/Icon22.png) no-repeat left center;
    padding-left: 22px;
    color: #acacac;
}

.mmuban {
    width: 1150px;
    margin: 0 auto;
}

.mmuban li {
    float: left;
    margin: 0 10px;
    width: 210px;
    height: 450px;
    background: url(../images/mobile1.png) no-repeat left top scroll;
    cursor: pointer;
}

.mmuban li:hover {
    background: url(../images/mobile2.png) no-repeat left top scroll;
}

.mmuban li img {
    position: relative;
    top: 54px;
    left: 10px
}

.sj_art {
    height: 0 auto;
    width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
    overflow: hidden;
}

.sj_art p {
    line-height: 20px;
    font-size: 12px;
}

.about_artad {
    width: 935px;
    height: 373px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

.about_who {
    width: 980px;
    height: 73px;
    margin: 0 auto;
}

.about_text1 {
    width: 888px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}

.about_text1 h1,h2 {
    color: #166DB0;
    line-height: 1.2;
}

.about_text1 p {
    line-height: 1.5;
    font-size: 14px;
}

.about_qycz {
    background-image: url(../images/about_qyczbg.jpg);
    background-repeat: no-repeat;
    height: 263px;
    width: 863px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.about_qycz p {
    position: relative;
    top: 63px;
    left: 283px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 2.3;
}

.about_fw {
    width: 880px;
    height: 440px;
    background-image: url(../images/about_imgbg.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 50px;
}

.about_fw .w {
    padding-top: 25px;
    padding-left: 78px;
    padding-bottom: 1px;
}

.about_fw h1 {
    font-size: 20px;
    color: #166DB0;
    line-height: 1.3;
}

.about_fw .text {
    font-size: 15px;
}

.about_face {
    width: 907px;
    height: 913px;
    background-image: url(../images/about_face.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 80px;
}

.about_hzhb {
    width: 880px;
    height: 285px;
    margin: 0 auto;
    margin-top: 50px;
}

.about_hzhb .tilet {
    height: 55px;
    background-image: url(../images/about_hzhb.jpg);
    background-repeat: no-repeat;
}

.about_hzhb .hzimg {
    width: 770px;
    margin: 0 auto;
    margin-top: 20px;
}

.about_hzhb .hzimg ul li {
    float: left;
    width: 178px;
    text-align: center;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 5px;
    line-height: 1.5;
    font-size: 13px;
    color: #666666;
}

.about_hzhb .hzimg ul li img {
    border: 1px solid #CCCCCC;
}

.sj_img01 {
    background-image: url(../images/sj_img01.jpg);
    background-repeat: no-repeat;
    height: 555px;
    width: 958px;
    margin: 0 auto;
    margin-top: 20px;
}

.sj_img01 .nest {
    width: 380px;
    float: right;
    margin-right: 55px;
    margin-top: 135px;
}

.sj_img01 .nest ul {
    width: 380px;
    height: 210px;
}

.sj_img01 .nest ul li {
    float: left;
    width: 380px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #FFFFFF
}

.sj_img02 {
    background-image: url(../images/sj_img02.jpg);
    height: 71px;
    width: 970px;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-top: 1px;
}

.sj_img03 {
    background-image: url(../images/sj_img03.jpg);
    background-repeat: no-repeat;
    height: 411px;
    width: 970px;
    margin: 0 auto;
    padding-top: 1px;
}

.sj_img04 {
    background-image: url(../images/sj_img04.jpg);
    background-repeat: no-repeat;
    height: 542px;
    width: 970px;
    margin: 0 auto;
}

.sj_img05 {
    background-image: url(../images/sj_img02.jpg);
    background-repeat: no-repeat;
    height: 69px;
    width: 970px;
    margin: 0 auto;
    padding-top: 1px;
}

.sj_img06 {
    background-image: url(../images/sj_img06.jpg);
    background-repeat: no-repeat;
    height: 718px;
    width: 970px;
    margin: 0 auto;
    padding-top: 1px;
}

.sj_img07 {
    background-image: url(../images/sj_img07.jpg);
    background-repeat: no-repeat;
    height: 692px;
    width: 970px;
    margin: 0 auto;
    padding-top: 1px;
}

.sj_img08 {
    background-image: url(../images/sj_img08.jpg);
    background-repeat: no-repeat;
    height: 687px;
    width: 970px;
    margin: 0 auto;
    padding-top: 1px;
}

.sj_img09 {
    background-image: url(../images/sj_img02.jpg);
    background-repeat: no-repeat;
    height: 69px;
    width: 983px;
    margin: 0 auto;
    padding-top: 1px;
}

.sj_img10 {
    background-image: url(../images/sj_img10.jpg);
    background-repeat: no-repeat;
    height: 363px;
    width: 983px;
    margin: 0 auto;
    padding-top: 1px;
}

.sj_link {
    height: 2px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    margin: 0 auto;
}

.sj_img11 {
    background-image: url(../images/sj_img02.jpg);
    height: 71px;
    width: 970px;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-top: 1px;
}

.sj_img12 {
    width: 960px;
    height: 376px;
    margin: 0 auto;
    position: relative;
}

.sj_img12 ul {
    float: left;
    margin-top: 50px;
    width: 850px;
    height: 310px;
}

.sj_img12 ul li {
    float: left;
    width: 212.5px;
    text-align: center;
}

.sj_img12 ul li>a {
    margin: 0 auto;
    width: 168px;
    height: 260px;
    overflow: hidden;
}

.sj_img12 ul li>a>img {
    width: 168px;
    height: auto;
}

.sj_img12 ul li .sjcasetitle {
    margin: 3px auto;
    width: 168px;
    height: 30px;
    line-height: 30px;
    background: #999;
    color: #fff;
}

.sj_case_btn_l, .sj_case_btn_r {
    position: relative;
    float: left;
    top: 155px;
    width: 55px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    font-family: initial;
    color: #000;
    cursor: pointer;
}

.sj_case_btn_l {
    left: 0;
}

.sj_case_btn_r {
    right: 0;
}

.sj_img13 {
    height: 115px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sj_img14 {
    background-image: url(../images/sj_img14.jpg);
    background-repeat: no-repeat;
    height: 518px;
    width: 960px;
    margin: 0 auto;
    background-position: center center;
}

.sj_img14 .left {
    margin-top: 40px;
    margin-left: 108px;
    width: 322px;
    height: 46px;
    float: left;
}

.sj_img14 .left .top h3 {
    margin-left: 25px;
    line-height: 48px;
    color: #FFFFFF;
}

.sj_img14 .left .top span {
    float: right;
    margin-right: 12px;
}

.sj_img14 .left .top span a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
}

.sj_img14 .left .list {
    width: 290px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.sj_img14 .left .list ul {
}

.sj_img14 .left .list ul li {
    font-size: 12px;
    line-height: 40px;
    height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
}

.sj_img14 .left .list ul li>a {
    display: inline;
}

.sj_img14 .right {
    float: left;
    margin-top: 40px;
    margin-left: 95px;
    width: 337px;
}

.sj_img14 .right .top h3 {
    margin-left: 30px;
    line-height: 48px;
    color: #FFFFFF;
}

.wx_img01 {
    height: 559px;
    width: 960px;
    margin: 0 auto;
    padding-top: 1px;
    margin-top: 20px;
}

.wx_img01 .top_bg {
    width: 100%;
    height: 121px;
    background-image: url(../images/wx_img01_01_top_bg.jpg);
    background-repeat: repeat-x;
}

.tab0 {
    width: 248px;
    height: 121px;
    background-image: url(../images/wx_img01_01_top.jpg);
    background-repeat: no-repeat;
    float: left;
    background-position: 122px;
}

.titlemouseover0 {
    width: 248px;
    height: 121px;
    background-image: url(../images/wx_img01_01_tophover.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
    float: left;
}

.tab1 {
    width: 248px;
    height: 121px;
    background-image: url(../images/wx_img01_02_top.jpg);
    background-repeat: no-repeat;
    background-position: 104px;
    float: left;
}

.titlemouseover1 {
    width: 248px;
    height: 121px;
    background-image: url(img/wx_img01_02_tophover.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
    float: left;
}

.tab2 {
    width: 248px;
    height: 121px;
    background-image: url(../images/wx_img01_03_top.jpg);
    background-repeat: no-repeat;
    background-position: 76px;
    float: left;
}

.titlemouseover2 {
    width: 248px;
    height: 121px;
    margin-left: 0px;
    background-image: url(../images/wx_img01_03_tophover.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
    float: left;
}

.wx_img01 .text01 {
    width: 960px;
    height: 325px;
    background-image: url(../images/wx_img01_01_text.jpg);
    background-repeat: no-repeat;
    float: left;
}

.wx_img01 .text02 {
    width: 960px;
    height: 325px;
    background-image: url(../images/wx_img01_02_text.jpg);
    background-repeat: no-repeat;
    float: left;
}

.wx_img01 .text03 {
    width: 960px;
    height: 325px;
    background-image: url(../images/wx_img01_03_text.jpg);
    background-repeat: no-repeat;
    float: left;
}

.wx_ad {
    height: 95px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background-color: #8CBC1B;
    padding-top: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wx_img02 {
    height: 604px;
    width: 960px;
    margin: 0 auto;
    padding-top: 1px;
}

.wx_img02 .top_bg {
    width: 100%;
    height: 121px;
    background-image: url(../images/wx_img01_01_top_bg.jpg);
    background-repeat: repeat-x;
    margin-top: 30px;
}

.tabs0 {
    width: 248px;
    height: 121px;
    background-image: url(../images/wx_img01_04_top.jpg);
    background-repeat: no-repeat;
    float: left;
    background-position: 122px;
}

.titlemouseovers0 {
    width: 248px;
    height: 121px;
    background-image: url(../images/wx_img01_04_tophover.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
    float: left;
}

.tabs1 {
    width: 248px;
    height: 121px;
    background-image: url(../images/wx_img01_05_top.jpg);
    background-repeat: no-repeat;
    background-position: 86px;
    float: left;
}

.titlemouseovers1 {
    width: 248px;
    height: 121px;
    background-image: url(../images/wx_img01_05_tophover.jpg);
    background-repeat: no-repeat;
    background-position: 0px;
    float: left;
}

.wx_img02 .texts01 {
    width: 960px;
    height: 325px;
    background-image: url(../images/wx_img01_04_text.jpg);
    background-repeat: no-repeat;
    float: left;
}

.wx_img02 .texts02 {
    width: 960px;
    height: 325px;
    background-image: url(../images/wx_img01_05_text.jpg);
    background-repeat: no-repeat;
    float: left;
}

.wx_ad2 {
    height: 127px;
    width: 100%;
    text-align: center;
}

.wx_img03 {
    background-image: url(../images/vxWimg03.jpg);
    background-repeat: no-repeat;
    height: 497px;
    width: 960px;
    margin: 0 auto;
    padding-top: 1px;
}

.wx_img03 h4 {
    float: left;
    margin-top: 75px;
    margin-right: 40px;
    width: 120px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

.wx_ad3 {
    height: 127px;
    width: 100%;
    text-align: center;
}

.wx_img04 {
    background-image: url(../images/wx_img04.jpg);
    background-repeat: no-repeat;
    height: 528px;
    width: 960px;
    margin: 0 auto;
    padding-top: 1px;
}

.wx_img05 {
    background-image: url(../images/wx_img05.jpg);
    background-repeat: no-repeat;
    height: 815px;
    width: 940px;
    margin: 0 auto;
    padding-top: 1px;
}

.wx_ad4 {
    height: 127px;
    width: 100%;
    text-align: center;
}

.wx_img06 {
    background-image: url(../images/wx_img06.jpg);
    background-repeat: no-repeat;
    height: 529px;
    width: 960px;
    margin: 0 auto;
    background-position: center 25px;
}

.wx_img06 .left {
    margin-top: 40px;
    margin-left: 108px;
    width: 322px;
    height: 46px;
    float: left;
}

.wx_img06 .left .top h3 {
    margin-left: 25px;
    line-height: 48px;
    color: #FFFFFF;
}

.wx_img06 .left .top span {
    float: right;
    margin-right: 12px;
}

.wx_img06 .left .top span a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
}

.wx_img06 .left .list {
    width: 290px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.wx_img06 .left .list ul {
}

.wx_img06 .left .list ul li {
    font-size: 12px;
    line-height: 40px;
    height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
}

.wx_img06 .right {
    float: left;
    margin-top: 40px;
    margin-left: 95px;
    width: 337px;
}

.wx_img06 .right .top h3 {
    margin-left: 30px;
    line-height: 48px;
    color: #FFFFFF;
}

.wx_img06 .submit {
    background-image: url(../images/msyy3.jpg);
}

.tg_img01 {
    background-image: url(../images/tg_img01.jpg);
    background-repeat: no-repeat;
    height: 307px;
    width: 960px;
    margin: 0 auto;
    padding-top: 1px;
    margin-top: 20px;
}

.tg_img01 h4 {
    color: #FFFF00;
    line-height: 1.5;
}

.tg_img01 div {
    float: left;
    width: 230px;
    font-size: 14px;
    color: #FFFFFF;
}

.tg_img02 {
    background-image: url(../images/tg_img02.jpg);
    background-repeat: no-repeat;
    height: 1032px;
    width: 960px;
    margin: 0 auto;
}

.tg_img02 div {
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.tg_ad {
    height: 96px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tg_img03 {
    background-image: url(../images/tg_img03.jpg);
    background-repeat: no-repeat;
    height: 622px;
    width: 960px;
    margin: 0 auto;
}

.tg_img04 {
    background-image: url(../images/tg_img04.jpg);
    background-repeat: no-repeat;
    height: 708px;
    width: 960px;
    margin: 0 auto;
    padding-top: 1px;
}

.tg_img04 p {
    width: 120px;
    font-size: 22px;
    height: 120px;
    float: left;
    line-height: 1.3;
    color: #FFFFFF;
    text-align: center;
}

.tg_ad2 {
    height: 96px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tg_img05 {
    background-image: url(../images/tg_img05.jpg);
    background-repeat: no-repeat;
    height: 516px;
    width: 960px;
    margin: 0 auto;
    background-position: center center;
}

.tg_img05 .left {
    margin-top: 40px;
    margin-left: 108px;
    width: 322px;
    height: 46px;
    float: left;
}

.tg_img05 .left .top h3 {
    margin-left: 25px;
    line-height: 48px;
    color: #FFFFFF;
}

.tg_img05 .left .top span {
    float: right;
    margin-right: 12px;
}

.tg_img05 .left .top span a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
}

.tg_img05 .left .list {
    width: 290px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.tg_img05 .left .list ul {
}

.tg_img05 .left .list ul li {
    font-size: 12px;
    line-height: 40px;
    height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
}

.tg_img05 .right {
    float: left;
    margin-top: 40px;
    margin-left: 95px;
    width: 337px;
}

.tg_img05 .right .top h3 {
    margin-left: 30px;
    line-height: 48px;
    color: #FFFFFF;
}

.tg_img05 .submit {
    background-image: url(../images/msyy2.jpg);
}

.sem_img01 {
    background-image: url(../images/sem_img01.jpg);
    background-position: 0 -6px;
    background-repeat: no-repeat;
    height: 517px;
    width: 956px;
    margin: 0 auto;
    margin-top: 20px;
}

.sem_img02 {
    background-image: url(../images/sem_img02.jpg);
    background-repeat: no-repeat;
    height: 447px;
    width: 956px;
    margin: 0 auto;
    padding-top: 1px;
}

.sem_img03 {
    background-image: url(../images/sem_img03.jpg);
    background-repeat: no-repeat;
    height: 857px;
    width: 956px;
    margin: 0 auto;
    padding-top: 1px;
}

.sem_img04 {
    height: 517px;
    width: 956px;
    margin: 0 auto;
    position: relative;
}

.sem_img05 {
    background-image: url(../images/sem_img05.jpg);
    background-repeat: no-repeat;
    height: 486px;
    width: 956px;
    margin: 0 auto;
}

.sem_img06 {
    background-image: url(../images/sem_img06.jpg);
    background-repeat: no-repeat;
    height: 715px;
    width: 956px;
    margin: 0 auto;
    padding-top: 1px;
    background-position: center 389px;
}

.sem_img07 {
    background-image: url(../images/sem_img07.jpg);
    background-repeat: no-repeat;
    height: 517px;
    width: 956px;
    margin: 0 auto;
    background-position: center center;
}

.sem_img07 .left {
    margin-top: 40px;
    margin-left: 108px;
    width: 322px;
    height: 46px;
    float: left;
}

.sem_img07 .left .top h3 {
    margin-left: 25px;
    line-height: 48px;
    color: #FFFFFF;
}

.sem_img07 .left .top span {
    float: right;
    margin-right: 12px;
}

.sem_img07 .left .top span a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
}

.sem_img07 .left .list {
    width: 290px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.sem_img07 .left .list ul {
}

.sem_img07 .left .list ul li {
    font-size: 12px;
    line-height: 40px;
    height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
}

.sem_img07 .right {
    float: left;
    margin-top: 40px;
    margin-left: 95px;
    width: 337px;
}

.sem_img07 .right .top h3 {
    margin-left: 30px;
    line-height: 48px;
    color: #FFFFFF;
}

.gjc_case_list {
    width: 840px;
    margin: 0 auto;
}

.gjc_case_list li {
    float: left;
    margin: 0 21px;
    width: 168px;
    height: auto;
    overflow: hidden;
    line-height: 0;
}

.gjc_case_list li img {
    width: 168px;
    height: 260px;
    margin-top: 5px;
}

.gjc_case_list li span {
    display: block;
    width: 168px;
    height: 30px;
    line-height: 30px;
    background: #ccc;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gjc_case_btn_l,.gjc_case_btn_r {
    position: absolute;
    top: 170px;
    font-size: 60px;
    font-weight: bold;
    font-family: initial;
}

.gjc_case_btn_l {
    left: 40px;
}

.gjc_case_btn_r {
    right: 40px;
}

.feedback_table {
    font-size: 14px;
    color: #333;
    width: 100%;
}

.feedback_table .text {
    text-align: right;
    line-height: 30px;
    width: 80px;
}

.input-text,.code,.textarea-text {
    width: 225px;
    height: 24px;
    border: 1px solid gray;
}

.submit {
    display: block;
    background-image: url(../images/msyy.jpg);
    background-repeat: no-repeat;
    width: 109px;
    height: 36px;
    cursor: pointer;
    text-align: center;
}

.textarea-text {
    width: 225px;
    height: 120px;
}

.info {
    color: #ff0000;
}

.reserve {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #1c6daf;
    text-shadow: 0px 0px 50px #1c6daf;
    z-index: 9;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

.main_bg {
    background: #f9f9f9;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main {
    width: 1078px;
    margin: 0 auto;
    display: block;
    background: #fff;
    border: #e7e6e6 solid 1px;
}

.position {
    line-height: 60px;
    background: #edecec;
    height: 63px;
}

.position a {
    font-size: 16px;
    padding: 0 30px;
    float: left;
}

.position a:hover {
    color: #ff4800;
    text-decoration: none
}

.position .select {
    background: #fff;
    border-left: #e1dfdf solid 1px;
    border-right: #e1dfdf solid 1px;
    border-top: #535557 solid 3px;
    padding: 0 29px;
    display: block;
    font-weight: bold;
    color: #303031
}

.text_box {
    padding: 30px 50px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    min-height: 500px;
}

.text_t {
    text-align: center;
    line-height: 60px;
    padding-bottom: 20px;
    border-bottom: #e7e6e6 solid 1px;
    color: #363636;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
}

.text_t_02 {
    background: #f6f6f6;
    line-height: 30px;
    line-height: 36px;
    padding-left: 20px;
    font-size: 15px;
    color: #363636;
    font-weight: bold;
}

.contact {
    padding: 20px;
}

.fc_black {
    color: #080808;
    font-size: 18px;
    line-height: 40px;
}

.fc_red {
    color: #F00;
}

.message {
    display: inline-block;
    padding: 20px 0;
}

.message li {
    float: left;
    margin-top: 25px;
    margin-right: 20px;
}

.message li i {
    float: left;
}

.message li span {
    width: 50px;
    text-align: right;
    float: left;
}

.btn {
    width: 160px;
    background: #ff4800;
    color: #fff;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-left: 65px;
    text-align: center;
    display: block;
}

.customer {
    line-height: 26px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: #e7e6e6 solid 1px;
}

.circle_box {
    text-align: center;
    background: #fff;
    height: 140px;
    padding-top: 30px;
}

.circle {
    width: 98px;
    height: 98px;
    line-height: 98px;
    text-align: center;
    font-size: 16px;
    color: #333;
    display: inline-block;
    border-radius: 50%;
    background: #f0efef;
    margin: 0 30px;
    transition: all 0.15s ease-in-out 0s;
    border: #e7e7e7 solid 1px;
}

.circle:hover {
    background: #ff4800;
    color: #fff;
    text-decoration: none;
    border: #ec4301 solid 1px;
}

.app_img img {
    margin: 40px 75px;
    float: left;
}

.icon i {
    display: inline-block;
    text-align: center;
    margin: 10px 20px;
    width: 107px;
    height: 260px;
    line-height: 24px;
    font-style: normal;
    color: #555;
}

.icon_02 span {
    display: inline-block;
    width: 430px;
    height: 100px;
    margin: 20px 10px;
    text-align: left;
    line-height: 26px;
}

.icon_02 span img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

.icon_02 span strong {
    display: block;
    margin-top: 20px;
}

.icon_03 span {
    display: inline-block;
    width: 450px;
    margin-top: 40px;
    margin-right: 30px;
    line-height: 26px;
}

.bg_icon_01,.bg_icon_02,.bg_icon_03,.bg_icon_04,.bg_icon_05,.bg_icon_06,.bg_icon_07,.bg_icon_08 {
    float: left;
    width: 130px;
    height: 130px;
    margin-right: 20px;
    display: inline-block;
    background: url(../images/application.png) left center no-repeat;
    background-position: 0px 0px;
}

.bg_icon_02 {
    background-position: -139px 0px;
}

.bg_icon_03 {
    background-position: -278px 0px;
}

.bg_icon_04 {
    background-position: -417px 0px;
}

.bg_icon_05 {
    background-position: 0px -155px;
}

.bg_icon_06 {
    background-position: -139px -155px;
}

.bg_icon_07 {
    background-position: -278px -155px;
}

.bg_icon_08 {
    background-position: -417px -155px;
}

.terdian i {
    display: inline-block;
    margin: 0 20px;
    font-style: normal;
}

.icon4 span {
    width: 103px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    margin: 10px 28px;
}

.function_01,.function_02,.function_03,.function_04,.function_05,.function_06,.function_07,.function_08,.function_09,.function_10,.function_11,.function_12,.function_13,.function_14,.function_15,.function_16,.function_17,.function_18 {
    background: url(../images/function.png) no-repeat;
    width: 103px;
    height: 103px;
    display: block;
}

.function_01 {
    background-position: 0 0;
}

.function_02 {
    background-position: -103px 0;
}

.function_03 {
    background-position: -206px 0;
}

.function_04 {
    background-position: -309px 0;
}

.function_05 {
    background-position: -412px 0;
}

.function_06 {
    background-position: -515px 0;
}

.function_07 {
    background-position: 0 -103px;
}

.function_08 {
    background-position: -103px -103px;
}

.function_09 {
    background-position: -206px -103px;
}

.function_10 {
    background-position: -309px -103px;
}

.function_11 {
    background-position: -412px -103px;
}

.function_12 {
    background-position: -515px -103px;
}

.function_13 {
    background-position: 0 -206;
}

.function_14 {
    background-position: -103px -206px;
}

.function_15 {
    background-position: -206px -206px;
}

.function_16 {
    background-position: -309px -206px;
}

.function_17 {
    background-position: -412px -206px;
}

.function_18 {
    background-position: -515px -206px;
}

.js_img01 {
    background-image: url(../images/js_img01.jpg);
    background-repeat: no-repeat;
    height: 321px;
    width: 953px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 1px;
}

.js_link {
    background-image: url(../images/js_link.jpg);
    background-repeat: no-repeat;
    height: 23px;
    width 953`x? margin: 0 auto;
}

.js_img02 {
    background-image: url(../images/js_img02.jpg);
    background-repeat: no-repeat;
    height: 546px;
    width: 953px;
    margin: 0 auto;
}

.js_img03 {
    background-image: url(../images/js_img03.jpg);
    background-repeat: no-repeat;
    height: 492px;
    width: 953px;
    margin: 0 auto;
    padding-top: 1px;
}

.js_img04 {
    background-image: url(../images/js_img04.jpg);
    background-repeat: no-repeat;
    height: 545px;
    width: 953px;
    margin: 0 auto;
}

.js_img05 {
    background-image: url(../images/js_img05.jpg);
    background-repeat: no-repeat;
    height: 387px;
    width: 953px;
    margin: 0 auto;
}

.js_ad {
    height: 120px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.js_img06 {
    background-image: url(../images/js_img06.jpg);
    background-repeat: no-repeat;
    height: 648px;
    width: 953px;
    margin: 0 auto;
}

.js_img07 {
    background-image: url(../images/js_img07.jpg);
    background-repeat: no-repeat;
    height: 151px;
    width: 953px;
    margin: 0 auto;
}

.js_img08 {
    height: 726px;
    width: 953px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px;
}

.js_img09 {
    background-image: url(../images/js_img09.jpg);
    background-repeat: no-repeat;
    height: 399px;
    width: 824px;
    margin: 0 auto;
}

.js_img10 {
    margin-top: 15px;
    height: 477px;
    width: 878px;
    margin: 0 auto;
}

.js_img10 .left {
    width: 520px;
    height: 477px;
    float: left;
}

.js_img10 .left .top {
    height: 52px;
    width: 520px;
    background-image: url(../images/js_img10_left_topbj.jpg);
    background-repeat: no-repeat;
    margin-top: 10px;
}

.js_img10 .left .top h3 {
    margin-left: 30px;
    line-height: 55px;
    color: #FFFFFF;
}

.js_img10 .left .top span {
    float: right;
    margin-right: 12px;
}

.js_img10 .left .top span a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
}

.js_img10 .left .list {
    width: 480px;
    margin: 0 auto;
    margin-top: 10px;
}

.js_img10 .left ul {
    width: 480px;
}

.js_img10 .left .list ul li {
    width: 480px;
    height: 120px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.js_img10 .left .list ul li a {
    color: #FA8A00;
    margin-bottom: 10px;
}

.js_img10 .left .list div {
    margin-top: 15px;
}

.js_img10 .left .img {
    width: 124px;
    height: 89px;
    border: 1px solid #CCCCCC;
    float: left;
    text-align: center;
}

.js_img10 .left img {
    width: 122px;
    height: 87px;
    padding: 1px;
}

.js_img10 .left .txt {
    float: left;
    margin-left: 10px;
    width: 343px;
    height: 55px;
}

.js_img10 .left .txt p {
    line-height: 20px;
    font-size: 12px;
}

.js_img10 .right {
    width: 341px;
    height: 430px;
    background-color: #EBEBEB;
    float: right;
}

.js_img10 .right .top {
    height: 52px;
    width: 321px;
    background-image: url(../images/js_img10_right_topbj.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 10px;
}

.js_img10 .right .top h3 {
    margin-left: 25px;
    line-height: 55px;
    color: #FFFFFF;
}

.js_img10 .right .top span {
    float: right;
    margin-right: 12px;
}

.js_img30 .rhg`t .top span a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
}

.js_img10 .right .list {
    width: 321px;
    margin: 0 auto;
    margin-top: 10px;
}

.js_img10 .right .list ul {
}

.js_img10 .right .list ul li {
    font-size: 12px;
    line-height: 45px;
    height: 40px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
}

.case_art {
    width: 1024px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    margin: 20px auto;
}

.case_art .left {
    width: 20%;
    float: left;
    margin: 10px;
}

.case_art .left img {
    width: 100%;
}

.case_art .right {
    width: 75%;
    float: left;
    margin: 10px;
}

.newsnow {
    width: 99%;
    height: 30px;
    margin: auto;
    line-height: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    font-size: 12px;
    color: #666666;
}

.newsnow a {
    font-size: 12px;
    color: #666666;
}

.newsart {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.newsart h1 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-family: "微软雅黑";
    font-weight: normal;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
}

.newsart img {
    max-width: 100%;
}

.newsart .fhbox {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: auto;
}

.newsart .fhbox .left {
    display: block;
    width: 150px;
    float: left;
}

.newsart .fhbox .left a {
    color: #009900;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
}

.newsart .fhbox .right {
    width: 100%;
    height: 45px;
    color: #666666;
    float: right;
    text-align: center;
    font-size: 12px;
}

.newsart .txtbox {
    min-height: 500px;
}

.artpage {
    width: 100%;
    height: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 12px;
}

.artpage .up {
    float: left;
    margin-left: 10px;
    line-height: 30px;
}

.artpage .down {
    float: right;
    margin-right: 10px;
    line-height: 30px;
}

.hits {
    font-size: 12px;
    color: #666;
    padding-top: 20px;
    text-align: right;
}

.hits a {
    font-size: 12px;
    color: #666;
}

.newslistrec {
    width: 220px;
    height: auto !important;
    float: left;
    margin-left: 8px;
    margin-top: 20px;
}

.newslistrec .now {
    width: 100%;
    height: auto;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.newslistrec .now .top {
    height: 30px;
    width: 100%;
    background-color: #CCCCCC;
}

.newslistrec .now .top h4 {
    margin-left: 10px;
    line-height: 30px;
}

.newslistrec .now .text {
    width: 90%;
    max-height: 236px;
    margin: 0 auto;
    background-image: url(../images/newsartleftbg.jpg);
    background-repeat: no-repeat;
    background-position: left 2px;
    margin-top: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.newslistrec .now .text ul li a {
    line-height: 24px;
    font-size: 12px;
    display: block;
    padding-left: 25px;
    color: #666666;
}

.newslistrec .now .text ul li a:hover {
    text-decoration: underline;
}

.list_right .artnest {
    width: 97%;
    margin: 0 auto;
    margin-top: 20px;
}

.list_right .artnest h2 {
    height: 50px;
    width: 100%;
    line-height: 2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    margin-bottom: 15px;
}

.list_right .artnest .text {
    width: 100%;
}

.sj_art .text p {
    line-height: 1.8em;
    font-size: 14px;
}

.text img {
    max-width: 100%;
}

.page {
    width: 100%;
    float: left;
}

.pagenews {
    float: left;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.key {
    font-size: 14px;
    color: #333;
}

.key a {
    font-size: 13px;
    color: #333;
}

.key a:hover {
    text-decoration: underline;
}

.xgart {
    width: 100%;
    height: 220px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    margin-top: 10px;
    float: left;
}

.xgart h4 {
    margin-left: 40px;
    font-size: 14px;
    margin-top: 30px;
}

.xgart .art {
    width: 90%;
    height: 150px;
    border: 1px solid #ccc;
    margin: 0 auto;
    margin-bottom: 30px;
}

.xgart .art ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.xgart .art ul li {
    list-style-type: disc;
    list-style-position: inside;
    width: 46%;
    height: 25px;
    float: left;
    margin-left: 15px;
    font-size: 12px;
    line-height: 25px;
    padding: 0px;
    color: #666;
    text-overflow: ellipsis;
}

.list_right {
    width: 750px;
    overflow: hidden;
    margin-left: 10px;
    height: auto;
    /*假定最低高度是200px*/
    min-height: 650px;
    float: left;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list_right .top {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #F2F2F2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.list_right .top h3 {
    margin-left: 10px;
    font-size: 15px;
}

.list_right .top span {
    float: right;
    margin-right: 10px;
}

.list_right .artlist {
    width: 97%;
    margin: 0 auto;
}

.list_right .artlist ul {
}

.list_right .artlist ul li {
    height: 55px;
    width: 100%;
    float: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

.list_right .artlist ul li a {
    margin-top: 25px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.list_right .artlist ul li a:hover {
    color: #FF3300;
}

.list_right .artlist ul li span {
    float: right;
    margin-top: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #999999;
    margin-right: 5px;
}

.masonry {
    margin: 0 auto;
    padding: 20px;
    width: 1100px;
}

.masonry_box {
    float: left;
    display: block;
    margin: 0 4px 30px 4px;
    padding: 0 5px;
    width: 240px;
    min-height: 150px;
    border: 1px solid #e1e1e1;
    box-shadow: -3px 3px 15px #ccc;
}

.masonry_box img {
    width: 100%;
    height: auto;
}

.template_list {
    position: relative;
    width: 1100px;
    min-height: 650px;
    margin: 0 auto;
}

.masonry2 {
    float: right;
    margin: 0 auto;
    padding: 20px;
    width: 820px;
}

.template_left {
    position: absolute;
    top: 20px;
    width: 220px;
    min-height: 300px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    box-shadow: -3px 3px 15px #ccc;
    z-index: 3;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}

.template_left h3 {
    font-weight: normal;
    font-size: 16px;
    color: #0491f5;
    height: 40px;
    line-height: 40px;
}

.template_left span {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 5px 7px;
    cursor: pointer;
    border: 1px solid #e1e1e1;
}

.template_left li {
    float: left;
    width: 100px;
    padding: 5px;
    text-align: center;
}

.template_left li .nav_box {
    border: 1px solid #dfdfdf;
    padding: 5px 0;
    color: #898989;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.template_left li .nav_box:hover,.template_left li .curr {
    color: #000;
}

.color0 {
    background: #f13c0f ;
    color: #fff;
    background: -webkit-linear-gradient(#ff0000,#ff7200,#fff600,#00ff00,#00f6ff,#0030ff,#de00ff,#fff,#000,#49290d);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ff0000,#ff7200,#fff600,#00ff00,#00f6ff,#0030ff,#de00ff,#fff,#000,#49290d);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ff0000,#ff7200,#fff600,#00ff00,#00f6ff,#0030ff,#de00ff,#fff,#000,#49290d);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#ff0000,#ff7200,#fff600,#00ff00,#00f6ff,#0030ff,#de00ff,#fff,#000,#49290d);
    /* 标准的语法 */
}

.color0:hover, .template_left span.color0.curr {
    box-shadow: 0 0 15px #f13c0f;
}

.color1 {
    background: #ff0000;
}

.color2 {
    background: #ff7200;
}

.color3 {
    background: #fff600;
}

.color4 {
    background: #00ff00;
}

.color5 {
    background: #00f6ff;
}

.color6 {
    background: #0030ff;
}

.color7 {
    background: #de00ff;
}

.color8 {
    background: #fff;
}

.color9 {
    background: #000;
}

.color10 {
    background: #49290d;
}

.color1:hover, .template_left span.color1.curr {
    box-shadow: 0 0 15px #ff0000;
}

.color2:hover, .template_left span.color2.curr {
    box-shadow: 0 0 15px #ff7200;
}

.color3:hover, .template_left span.color3.curr {
    box-shadow: 0 0 15px #fff600;
}

.color4:hover, .template_left span.color4.curr {
    box-shadow: 0 0 15px #00ff00;
}

.color5:hover, .template_left span.color5.curr {
    box-shadow: 0 0 15px #00f6ff;
}

.color6:hover, .template_left span.color6.curr {
    box-shadow: 0 0 15px #0030ff;
}

.color7:hover, .template_left span.color7.curr {
    box-shadow: 0 0 15px #de00ff;
}

.color8:hover, .template_left span.color8.curr {
    box-shadow: 0 0 15px #000;
}

.color9:hover, .template_left span.color9.curr {
    box-shadow: 0 0 15px #000;
}

.color10:hover, .template_left span.color10.curr {
    box-shadow: 0 0 15px #49290d;
}

.zyc {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding-top: 0;
    width: 100%;
    height: 100%;
    line-height: 25px;
    text-align: center;
    background: rgba(0,0,0,0);
    color: rgba(255,255,255,0);
    overflow: hidden;
    z-index: 3;
}

.zyc:hover {
    background: rgba(0,0,0,0.5);
    color: rgba(255,255,255,1);
}

.zyc div {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 150%;
    transition: padding-top 0.6s;
    -webkit-transition: padding-top 0.6s;
    -moz-transition: padding-top 0.6s;
    -o-transition: padding-top 0.6s;
}

.zyc div:hover {
    padding-top: 5em;
}

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.f3f3f3 {
    background: #f3f3f3;
}

.news_nav {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.news_nav li {
    display: inline-block;
    margin: 0 10px;
    padding: 0 30px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color: #333;
    border-radius: 25px;
    cursor: pointer;
}

.news_nav li:hover, .news_nav li.curr {
    background: #f13c0f;
    color: #fff;
}

.news_list {
    width: 1100px;
    margin: 0 auto;
    background: url(../images/news_list_time_bg.png) repeat-y 75px top scroll;
    overflow: hidden;
}

.news_list li {
    height: 175px;
    margin-bottom: 30px;
}

.news_list_l {
    float: left;
    margin-left: 10px;
    width: 130px;
}

.news_list_r {
    float: right;
    margin-right: 10px;
    padding: 35px;
    width: 810px;
    height: 105px;
    background: #fff;
    box-shadow: 0 2px 10px #d4d4d4;
    overflow: hidden;
}

.news_list_time {
    display: block;
    width: 130px;
    height: 120px;
    border-radius: 10px;
    background: #03A5E3;
    color: #fff;
    box-shadow: 0 2px 10px #6CADC7;
}

.news_list_time span {
    display: block;
    text-align: center;
}

.news_list_time .time_d {
    font-size: 60px;
    font-weight: bold;
    line-height: 65px;
    padding: 10px 0;
    border-bottom: 1px solid #039cd6;
}

.news_list_time .time_y_m {
    line-height: 35px;
    font-size: 18px;
}

.news_list_title {
    display: block;
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #03a5e3;
}

.news_list_text {
    display: block;
    margin-top: 10px;
    height: 70px;
    font-size: 13px;
    line-height: 25px;
    color: #adacac;
}

.pages {
    text-align: center;
    height: 48px;
    padding-bottom: 20px;
}

.pages a,.pages b {
    display: inline-block;
    width: 65px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-left: -5px;
}

.pages a>b {
    display: inline;
    border: 0;
    color: red;
}

.custom_service p img {
    display: inline;
    margin-top: -5px;
    vertical-align: middle;
}

.scrollsidebar {
    position: absolute;
    z-index: 999;
    top: 150px;
}

.side_content {
    width: 154px;
    height: auto;
    overflow: hidden;
    float: left;
}

.side_content .side_list {
    width: 154px;
    overflow: hidden;
}

.show_btn {
    width: 0;
    height: 112px;
    overflow: hidden;
    margin-top: 50px;
    float: left;
    cursor: pointer;
}

.show_btn span {
    display: none;
}

.close_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.side_title,.side_bottom,.close_btn,.show_btn {
    background: url(../images/sidebar_bg.png) no-repeat;
}

.side_title {
    height: 46px;
}

.side_bottom {
    height: 8px;
}

.side_center {
    font-family: Verdana, Geneva, sans-serif;
    padding: 5px 12px;
    font-size: 12px;
}

.close_btn {
    float: right;
    display: block;
    width: 21px;
    height: 16px;
    margin: 16px 10px 0 0;
    _margin: 16px 5px 0 0;
}

.close_btn span {
    display: none;
}

.side_center .custom_service p {
    text-align: center;
    padding: 6px 0;
    margin: 0;
    vertical-align: middle;
}

.other {
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.other p {
    padding: 5px 0;
    _height: 16px;
    margin: 0;
    color: #666666;
}

.msgserver {
    text-align: center;
    margin-bottom: 5px;
}

.msgserver a {
    background: url(../images/sidebar_bg.png) no-repeat -119px -115px;
    padding-left: 22px;
}

.side_title, .side_blue .side_title {
    background-position: -195px 0;
}

.side_center, .side_blue .side_center {
    background: url(../images/blue_line.png) repeat-y center;
}

.side_bottom, .side_blue .side_bottom {
    background-position: -195px -50px;
}

.close_btn, .side_blue .close_btn {
    background-position: -44px 0;
}

.close_btn:hover, .side_blue .close_btn:hover {
    background-position: -66px 0;
}

.show_btn , .side_blue .show_btn {
    background-position: -119px 0;
}

.msgserver a, .side_blue .msgserver a {
    color: #06C;
}

#newBridge .icon-right-center {
    right: auto !important;
    left: 25px !important;
}

.float0831 {
    position: fixed;
    top: 180px;
    right: 1px;
    _position: absolute;
    z-index: 2;
}

.float0831 a {
    color: #00a0e9
}

.float0831 a:hover {
    color: #ff8100;
    text-decoration: none
}

.float0831 .floatL {
    position: relative;
    width: 28px;
    float: left
}

.float0831 .floatL a {
    text-indent: -9999px;
    display: block;
    font-size: 0px
}

.float0831 .floatR {
    background: url(../images/float_bg.gif);
}

.float0831 .tp {
    background: url(../images/float_bg.gif);
}

.float0831 .cn {
    background: url(../images/float_bg.gif);
}

.float0831 .floatR {
    padding-bottom: 15px;
    width: 130px;
    background-repeat: no-repeat;
    background-position: -131px bottom;
    float: left;
    overflow: hidden
}

.float0831 .tp {
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 10px
}

.float0831 .cn {
    background-repeat: repeat-y;
    background-position: -262px 0px
}

.float0831 .cn h3 {
    text-indent: -9999px;
    height: 36px;
    font-size: 0px
}

.float0831 .cn ul {
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
}

.float0831 .cn ul li {
    border-bottom: #e6e5e4 1px solid;
    line-height: 36px;
    word-wrap: break-word;
    overflow: hidden;
    word-break: normal;
}

.float0831 .cn ul li .ewmtype img {
    width: 100%;
    height: 114px;
}

.float0831 .titZx {
    background: url(../images/float_s.gif) no-repeat;
}

.float0831 .titDh {
    background: url(../images/float_s.gif) no-repeat;
}

.float0831 .titDc {
    background: url(../images/float_s.gif) no-repeat
}

.float0831 .icoZx {
    background: url(../images/float_s.gif) no-repeat
}

.float0831 .icoTc {
    background: url(../images/float_s.gif) no-repeat
}

.float0831 .icoFf {
    background: url(../images/float_s.gif) no-repeat
}

.float0831 .icoTl {
    background: url(../images/float_s.gif) no-repeat
}

.float0831 .btnOpen {
    background: url(../images/float_s.gif) no-repeat;
}

.float0831 .btnOpen_n {
    background: url(../images/float_s.gif) no-repeat
}

.float0831 .btnCtn {
    background: url(../images/float_s.gif) no-repeat;
}

.float0831 .titZx {
    background-position: 5px -10px
}

.float0831 .titDh {
    background-position: 5px -66px
}

.float0831 .titDc {
    background-position: 5px -124px
}

.float0831 .icoZx {
    background-position: 2px -154px
}

.float0831 .icoTc {
    background-position: 0px -323px
}

.float0831 .icoFf {
    background-position: 2px -213px
}

.float0831 .icoTl {
    padding-left: 20px;
    display: block;
    background-position: 2px -266px;
    float: left;
    font-size: 12px;
}

.float0831 .btnOpen {
    background-position: -30px -396px
}

.float0831 .btnOpen_n {
    background-position: 0px -530px
}

.float0831 .btnCtn {
    background-position: 0px -396px
}

.float0831 .icoZx {
    padding-left: 28px;
    display: block;
    float: left
}

.float0831 .icoTc {
    padding-left: 28px;
    display: block;
    float: left
}

.float0831 .icoFf {
    padding-left: 28px;
    display: block;
    float: left
}

.float0831 .btnOpen {
    position: relative;
    width: 28px;
    height: 118px;
    top: 80px;
    left: 2px
}

.float0831 .btnOpen_n {
    position: relative;
    width: 28px;
    height: 118px;
    top: 80px;
    left: 2px
}

.float0831 .btnCtn {
    position: relative;
    width: 28px;
    height: 118px;
    top: 80px;
    left: 2px
}

.float0831 .btnOpen {
    top: 118px;
    left: 1px
}

.float0831 .btnOpen_n {
    top: 118px;
    left: 1px
}

.float0831 .btnCtn {
    top: 118px;
    left: 2px
}

.float0831 ul li h3.titDc a {
    width: 80px;
    display: block;
    height: 36px
}

.float0831 ul li.top {
    border-bottom: #ace5f9 1px solid
}

.float0831 ul li.bot {
    border-bottom-style: none
}

.float0831 ul.webZx {
    padding-bottom: 0px;
    padding-left: 0px;
    width: 164px;
    padding-right: 0px;
    background: url(../images/webZx_bg.jpg) no-repeat;
    height: 65px;
    padding-top: 0px
}

.float0831 ul li.webZx-in {
    border-bottom-style: none;
    padding-left: 5px;
    height: 50px;
    padding-top: 8px
}

.picMarquee-top {
    margin: 0 auto;
    width: 1198px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.picMarquee-top .hd {
    overflow: hidden;
    height: 40px;
    background: #3d7bea;
    line-height: 40px;
}

.picMarquee-top .hd ul li {
    color: #ffffff;
    width: 298px;
    text-align: center;
    border-right: 1px solid #ffffff;
}

.picMarquee-top .hd .prev,.picMarquee-top .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 -100px no-repeat;
}

.picMarquee-top .hd .next {
    background-position: 0 -140px;
}

.picMarquee-top .hd .prevStop {
    background-position: -60px -100px;
}

.picMarquee-top .hd .nextStop {
    background-position: -60px -140px;
}

.picMarquee-top .bd {
}

.picMarquee-top .bd ul {
    overflow: hidden;
    zoom:1; }

.picMarquee-top .bd ul li {
    text-align: center;
    zoom:1; }

.picMarquee-top .bd ul li .fl {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 298px;
    line-height: 30px;
}

.picMarquee-top .bd ul li .fl:nth-child(4n),.picMarquee-top .hd ul li:nth-child(4n) {
    border-right: none;
}

.picMarquee-top .bd ul li .title {
    line-height: 24px;
}

.newcon_01 {
    padding: 50px 0;
}

.newcon_01 .top {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0 20px 0;
    text-align: center;
}

.newcon_01 .top h1 {
    font-size: 32px;
}

.newcon_01 .top h1 {
    position: relative;
    padding: 15px 0;
    ; }

.newcon_01 .top h1:after {
    content: "";
    border-bottom: 3px solid #f13c0f;
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    bottom: 0;
}

.newcon_01 .top h1 strong {
    font-size: 30px;
    text-transform: uppercase;
}

.newcon_01 .top p {
    font-size: 18px;
    line-height: 50px;
}

.fullwidth {
    width: 100%;
    clear: both;
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 50px 0;
}

.pubdiv {
    width: 1200px;
    margin: 0px auto;
    clear: both;
    overflow: hidden;
}

.pubdiv .newsbox:last-child {
    margin-right: 0;
}

.indexabout, .indexnews {
}

.indexabout .tit, .indexnews .tit a {
    font-size: 18px;
}

.indexabout {
    width: 795px;
}

.indexabout p {
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    padding-bottom: 15px;
}

.indexabout p.btn {
    padding-top: 16px;
    padding-bottom: 0;
    background-color: transparent;
    margin-left: 0;
    width: 85px;
}

.indexabout .swf {
    float: left;
    width: 315px;
    height: 180px;
    background: url(aabb.jpg) no-repeat left 0;
}

.tit {
    font-weight: bold;
    color: #000;
}

.indexnews {
    width: 390px;
}

.indexnews ul li a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexnews dl, .indexnews ul {
    width: 100%;
    clear: both;
    padding-top: 15px;
}

.indexnews dl dt, .indexnews dl dd {
    float: left
}

.indexnews dl dt {
    width: 37%;
}

.indexnews dl dt img {
    max-width: 95%;
}

.indexnews dl dd {
    width: 63%;
    font-size: 12px;
    line-height: 175%;
}

.indexnews dl dd p {
    font-size: 14px;
}

.indexnews dl dd .bluetit {
    font-size: 14px;
}

.indexnews dl dd .bluetit a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.indexnews ul li {
    background: url(../images/arrow.jpg) no-repeat left center;
    padding-left: 10px;
    line-height: 30px;
}

.indexnews ul li span {
    float: right;
}

.dltit dl {
    width: 1200px;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}

.dltit dl dt {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.dltit dl dd {
    color: #999999;
    padding-top: 10px;
}

#ClickMe {
}

#goodcover {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}

#code {
    width: 664px;
    height: 447px;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    display: none;
    left: 45%;
    z-index: 1002;
}

.close1 {
    width: 664px;
    height: 60px;
}

#closebt {
    float: right;
}

#closebt img {
    width: 20px;
}

.goodtxt {
    text-align: center;
}

.fw_list {
    float: left;
    overflow: hidden;
    width: 268px;
    position: relative;
    margin: 0 32px;
}

.fw_list i {
    width: 106px;
    height: 100px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 81px;
}

.fw_text_box {
    border: #ccc 1px solid;
    width: 266px;
    height: 300px;
    margin: 53px auto 0;
    overflow: hidden;
}

.fw_text_box h2 {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin: 73px auto 20px;
    font-weight: bold;
    padding: 0 10px;
}

.fw_text_box>a {
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    background: #ff7e0e;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-top: 15px;
}

.fw_text_box p {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    height: 90px;
    overflow: hidden;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
}

.fw1 {
    background-position: 0 -77px;
}

.fw2 {
    background-position: -109px -77px;
}

.st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #006CBA;
}

.st1 {
    fill: #006CBA;
}

._logo1 {
    width: 209px;
}
