body,
div,
ul,
li,
ol,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
input,
fieldset,
form,
textarea,
p,
th,
td,
botton,
blockquote,
span,
img {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    width: 100%;
    margin: 0 auto;
    font-family: "微软雅黑";
    background: #f2f2f2;
}

fieldset,
img,
input,
button {
    border: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #017bcd;
    text-decoration: underline;
}

.center {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}



/*index*/
#top {
    float: left;
    width: 100%;
    background: #fff;
    height: 126px;
}

#top h1 {
    float: left;
    margin-top: 23px;
}

.top_right {
    float: right;
    width: 760px;
}

.top_right1 {
    float: left;
    width: 760px;
    margin-top: 21px;
}

.top_right1 p {
    float: right;
    margin-right: 10px;
    line-height: 30px;
}

.top_right1 p s {
    font-size: 16px;
    text-decoration: none;
    color: #017bcd;
    font-family: Arial;
}

.top_right1 span {
    float: right;
}

.top_right1 span img {
    float: left;
}

.top_input {
    float: left;
    width: 200px;
    height: 28px;
    line-height: 28px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #666;
    font-family: "微软雅黑";
}

.top_button {
    float: left;
    width: 34px;
    height: 30px;
    cursor: pointer;
    background: url(../images/search2.png) no-repeat;
}

.top_right2 {
    float: left;
    width: 860px;
    margin-top: 15px;
}

.top_right2 dl {
    float: right;
    width: 830px;
}

.top_right2 dl dt {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.top_right2 dl dt img {
    float: left;
    margin: 4px 0 0 0;
}

.top_right2 dl dd {
    float: left;
    background: url(../images/fgx.jpg) no-repeat left top;
    padding-left: 12px;
    width: 70px;
    padding-bottom: 20px;
    margin-right: 20px;
    position: relative;
    z-index: 999;
}

.top_right2 dl dd a.a1 {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    line-height: 18px;
}

.top_right2 dl dd a.a1 s {
    text-decoration: none;
    color: #95b5cf;
    font-size: 18px;
    font-family: Arial;
}

.top_right2 dl dd ul {
    display: none;
}

.top_right2 dl dd:hover ul {
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    border: 1px solid #95b5cf;
    width: 100px;
    padding: 10px;
}

.top_right2 dl dd:hover ul li {
    float: left;
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.top_right2 dl dd:hover ul li.li_1 {
    width: 13px;
    height: 8px;
    position: absolute;
    left: 20px;
    top: -8px;
    background: url(../images/sjx2.png) no-repeat;
}

#benner {
    float: left;
    width: 100%;
    height: 462px;
    overflow: hidden;
}

.slide-main {
    height: 462px;
    position: relative;
    overflow: hidden;
}

.prev,
.next {
    display: block;
    width: 45px;
    height: 100px;
    position: absolute;
    z-index: 222;
    top: 175px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    _border: 1px solid none;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.item {
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 124;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.item a {
    display: inline-block;
    width: 20px;
    height: 5px;
    margin-right: 5px;
    background: #fff;
    overflow: hidden;
}

.item a.cur {
    background: #017bcd;
}

.slide {
    width: 100%;
    height: 462px;
    float: left;
}

.banAnimate .obj-a {
    display: block;
    animation-name: baoAni;
    -webkit-animation: baoAni 0.4s linear 0s normal none;
    -moz-animation: baoAni 0.4s linear 0s normal none;
    animation: baoAni 0.4s linear 0s normal none;
}

@-webkit-keyframes baoAni {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@-moz-keyframes baoAni {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@keyframes baoAni {
    from {
        opacity: 0;
        left: 60%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

.banAnimate .obj-b {
    display: block;
    animation-name: saAni;
    -webkit-animation: saAni 0.4s linear 0s normal none;
    -moz-animation: saAni 0.4s linear 0s normal none;
    animation: saAni 0.4s linear 0s normal none;
}

@-webkit-keyframes saAni {
    from {
        opacity: 0;
        -webkit-transform: scale(0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
    }
}

@-moz-keyframes saAni {
    from {
        opacity: 0;
        -moz-transform: scale(0, 0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1, 1);
    }
}

@keyframes saAni {
    from {
        opacity: 0;
        transform: scale(0, 0);
    }

    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.watch-code.code-show {
    display: block;
    animation-name: scode;
    -webkit-animation: scode 0.3s linear 0s normal none;
    -moz-animation: scode 0.3s linear 0s normal none;
    animation: scode 0.3s linear 0s normal none;
}

@-webkit-keyframes scode {
    from {
        opacity: 0;
        -webkit-transform: scale(1, 0);
        transform-origin: left bottom;
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform-origin: left bottom;
    }
}

@-moz-keyframes scode {
    from {
        opacity: 0;
        -moz-transform: scale(1, 0);
        transform-origin: left bottom;
    }

    to {
        opacity: 1;
        -moz-transform: scale(1, 1);
        transform-origin: bottom bottom;
    }
}

@keyframes scode {
    from {
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: left bottom;
    }

    to {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: left bottom;
    }
}

.banAnimate .obj-c,
.banAnimate .obj-e {
    display: block;
    animation-name: saAnic;
    -webkit-animation: saAnic 0.3s linear 0s normal none;
    -moz-animation: saAnic 0.3s linear 0s normal none;
    animation: saAnic 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnic {
    from {
        opacity: 0;
        left: 47%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@-moz-keyframes saAnic {
    from {
        opacity: 0;
        left: 47%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@keyframes saAnic {
    from {
        opacity: 0;
        left: 47%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

.banAnimate .obj-d,
.banAnimate .obj-f {
    display: block;
    animation-name: saAnid;
    -webkit-animation: saAnid 0.3s linear 0s normal none;
    -moz-animation: saAnid 0.3s linear 0s normal none;
    animation: saAnid 0.3s linear 0s normal none;
}

@-webkit-keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@-moz-keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}

@keyframes saAnid {
    from {
        opacity: 0;
        left: 53%;
    }

    to {
        opacity: 1;
        left: 50%;
    }
}



#content {
    float: left;
    width: 100%;
}

.content1 {
    float: left;
    width: 1200px;
    height: 130px;
    background: url(../images/fgx2.png) no-repeat center center;
}

.content1 dl {
    float: left;
    width: 350px;
    margin: 40px 0 0 0;
    padding-left: 50px;
}

.content1 dl dt {
    float: left;
    margin-right: 10px;
}

.content1 dl dd {
    float: left;
    width: 200px;
    color: #999;
}

.content1 dl dd s {
    font-size: 22px;
    text-decoration: none;
    line-height: 32px;
}

.content2 {
    float: left;
    width: 1200px;
}

.iproducts {
    float: left;
    width: 842px;
    height: 344px;
    background: url(../images/iproducts_bj.jpg) no-repeat left top;
    padding: 15px;
}

.iproducts_tit {
    float: left;
    height: 32px;
    background: url(../images/fgx3.jpg) repeat-x left bottom;
    width: 842px;
}

.iproducts_tit dl {
    float: left;
    background: #fff;
    padding-right: 10px;
}

.iproducts_tit dl dt {
    float: left;
    font-size: 38px;
    color: #017bcd;
    font-family: Arial;
    margin-right: 5px;
    line-height: 38px;
}

.iproducts_tit dl dd {
    float: left;
    line-height: 17px;
    color: #999;
    font-family: Arial;
}

.iproducts_tit dl dd s {
    text-decoration: none;
    font-size: 14px;
    color: #017bcd;
    font-family: "微软雅黑";
}

.iproducts_tit p {
    float: right;
    line-height: 32px;
    margin-right: 10px;
}

.iproducts_tit p a {
    color: #999;
    font-family: Arial;
}

.iproducts_con {
    float: left;
    width: 842px;
    margin-top: 25px;
}

.iproducts_con dl {
    float: left;
    width: 185px;
    background: url(../images/fgx5.png) no-repeat right center;
    height: 280px;
    padding-left: 25px;
}

.iproducts_con dl dt {
    float: left;
    width: 185px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
}

.iproducts_con dl dd {
    float: left;
    width: 185px;
    line-height: 30px;
}

.ifield {
    float: right;
    width: 278px;
    height: 344px;
    background: #fff;
    padding: 15px;
}

.ifield_tit {
    float: left;
    height: 32px;
    background: url(../images/fgx3.jpg) repeat-x left bottom;
    width: 278px;
}

.ifield_tit dl {
    float: left;
    background: #fff;
    padding-right: 10px;
}

.ifield_tit dl dt {
    float: left;
    font-size: 38px;
    color: #017bcd;
    font-family: Arial;
    margin-right: 5px;
    line-height: 38px;
}

.ifield_tit dl dd {
    float: left;
    line-height: 17px;
    color: #999;
    font-family: Arial;
}

.ifield_tit dl dd s {
    text-decoration: none;
    font-size: 14px;
    color: #017bcd;
    font-family: "微软雅黑";
}

.ifield_tit p {
    float: right;
    line-height: 32px;
    margin-right: 10px;
}

.ifield_tit p a {
    color: #999;
    font-family: Arial;
}

.ifield_con {
    float: left;
    width: 278px;
    margin-top: 20px;
}

.ifield_con p {
    float: left;
    width: 278px;
    line-height: 32px;
    border-bottom: 1px dashed #ccc;
    background: url(../images/ico_5.png) no-repeat 5px center;
    text-indent: 30px;
}


.content3 {
    float: left;
    width: 1200px;
    margin: 20px 0;
}

.iabout {
    float: left;
    width: 842px;
    padding: 15px;
    height: 238px;
    background: #fff;
}

.iabout_con {
    float: left;
    width: 842px;
    margin-top: 13px;
}

.iabout_con p {
    float: left;
}

.iabout_con dl {
    float: right;
    width: 570px;
}

.iabout_con dl dt {
    font-size: 14px;
    color: #333;
    float: left;
    width: 570px;
    line-height: 30px;
}

.iabout_con dl dt s {
    font-size: 12px;
    color: #999;
    text-decoration: none;
    line-height: 12px;
}

.iabout_con dl dd {
    float: left;
    width: 570px;
    margin-top: 15px;
    line-height: 26px;
}

.inews {
    float: right;
    width: 278px;
    height: 238px;
    background: #fff;
    padding: 15px;
    overflow: hidden;
}

.inews_tit {
    float: left;
    height: 32px;
    background: url(../images/fgx3.jpg) repeat-x left bottom;
    width: 278px;
}

.inews_tit dl {
    float: left;
    background: #fff;
    padding-right: 10px;
}

.inews_tit dl dt {
    float: left;
    font-size: 38px;
    color: #017bcd;
    font-family: Arial;
    margin-right: 5px;
    line-height: 38px;
}

.inews_tit dl dd {
    float: left;
    line-height: 17px;
    color: #999;
    font-family: Arial;
}

.inews_tit dl dd s {
    text-decoration: none;
    font-size: 14px;
    color: #017bcd;
    font-family: "微软雅黑";
}

.inews_tit p {
    float: right;
    margin-top: 5px;
}

.inews_con .Cont {
    width: 278px;
    overflow: hidden;
    float: left;
    height: 225px;
    margin-top: 13px;
}

.inews_con .ScrCont {
    width: 10000000px;
}

.pic {
    width: 278px;
    float: left;
}

.pic dl {
    float: left;
    width: 278px;
}

.pic dl dt {
    float: left;
    width: 278px;
    margin-bottom: 10px;
}

.pic dl dd {
    float: left;
    width: 278px;
    color: #999;
}

.pic dl dd a {
    color: #333;
    line-height: 30px;
}

.inews_con #List1,
.inews_con #List2 {
    float: left;
}

.img2,
.img1 {
    cursor: pointer;
    float: left;
    margin-left: 3px;
}


.ibrand {
    float: left;
    width: 1170px;
    height: 100px;
    background: #fff;
    padding: 15px;
}

.ibrand_tit {
    float: left;
    height: 32px;
    background: url(../images/fgx3.jpg) repeat-x left bottom;
    width: 1170px;
}

.ibrand_tit dl {
    float: left;
    background: #fff;
    padding-right: 10px;
}

.ibrand_tit dl dt {
    float: left;
    font-size: 38px;
    color: #017bcd;
    font-family: Arial;
    margin-right: 5px;
    line-height: 38px;
}

.ibrand_tit dl dd {
    float: left;
    line-height: 17px;
    color: #999;
    font-family: Arial;
}

.ibrand_tit dl dd s {
    text-decoration: none;
    font-size: 14px;
    color: #017bcd;
    font-family: "微软雅黑";
}

.ibrand_tit p {
    float: right;
    line-height: 32px;
    margin-right: 10px;
}

.ibrand_tit p a {
    color: #999;
    font-family: Arial;
}

.ibrand_con {
    float: left;
    width: 1170px;
    margin-top: 15px;
}

.ibrand_con li {
    float: left;
    width: 113px;
    height: 53px;
    border: 1px solid #ccc;
    margin-right: 16px;
}



#bottom {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    margin-top: 20px;
    border-bottom: 2px solid #017bcd;
}

.bottom_left {
    float: left;
    width: 808px;
}

.bottom_left1 {
    float: left;
    width: 808px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.bottom_left1 dl {
    float: left;
    width: 134px;
    margin-right: 34px;
}

.bottom_left1 dl dt {
    float: left;
    line-height: 30px;
    width: 134px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #ccc;
    text-indent: 10px;
    margin-bottom: 10px;
}

.bottom_left1 dl dd {
    float: left;
    width: 114px;
    margin: 0 10px;
    background: url(../images/sjx.png) no-repeat left center;
    text-indent: 10px;
    line-height: 26px;
}

.bottom_left2 {
    float: left;
    width: 808px;
    margin-top: 10px;
}

.bottom_right {
    width: 360px;
    float: right;
}

.bottom_right dl {
    float: left;
    width: 360px;
}

.bottom_right dl dt {
    float: left;
    line-height: 30px;
    width: 360px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #ccc;
    text-indent: 10px;
    margin-bottom: 10px;
}

.bottom_right dl dd {
    float: left;
    width: 340px;
    padding: 0 10px;
}

.bottom_right dl dd s {
    text-decoration: none;
    color: #017bcd;
}

/*index*/



/*about*/
#ncontent {
    width: 100%;
    padding-top: 20px;
}

.left {
    width: 220px;
    background: #fff;
}

.left h2 {
    float: left;
    width: 180px;
    margin: 10px 10px 0 10px;
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
    min-height: 32px;
    background: #f9f9f9;
}

.left h2 dl {
    float: left;
    padding-right: 10px;
}

.left h2 dl dt {
    float: left;
    font-size: 38px;
    color: #017bcd;
    font-family: Arial;
    margin-right: 5px;
    line-height: 38px;
}

.left h2 dl dd {
    float: left;
    line-height: 17px;
    color: #999;
    font-family: Arial;
}

.left h2 dl dd s {
    text-decoration: none;
    font-size: 16px;
    color: #017bcd;
    font-family: "微软雅黑";
}

.left_con {
    float: left;
    width: 190px;
    background: #fff;
    padding: 10px 15px 15px 15px;
    border-radius: 0 0 15px 0;
}

.left_con p {
    float: left;
    line-height: 36px;
    border-bottom: 1px dashed #ccc;
    width: 190px;
}

.left_con p a {
    width: 190px;
    line-height: 36px;
    float: left;
    background: url(../images/ico_5.png) no-repeat 5px center;
    font-size: 14px;
    text-indent: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.left_con p a:hover {
    background: url(../images/ico_5hov.png) no-repeat 5px center;
    text-decoration: none;
    color: #017bcd;
}

.left_con p a.hov2 {
    background: url(../images/ico_5hov.png) no-repeat 5px center;
    text-decoration: none;
    color: #017bcd;
}

.left_con2 {
    float: left;
    width: 190px;
    background: #fff;
    padding: 10px 15px 15px 15px;
    border-radius: 0 0 15px 0;
}

.left_con2 p {
    float: left;
    line-height: 36px;
    border-bottom: 1px dashed #ccc;
    width: 190px;
}

.left_con2 p a {
    width: 190px;
    line-height: 36px;
    float: left;
    background: url(../images/ico_5.png) no-repeat 5px center;
    font-size: 14px;
    text-indent: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.left_con2 p:hover a {
    background: url(../images/ico_6.png) no-repeat 5px center;
    text-decoration: none;
    color: #017bcd;
}

.left_con2 p.current a {
    background: url(../images/ico_6.png) no-repeat 5px center;
    text-decoration: none;
    color: #017bcd;
}

.left_con2 div {
    float: left;
    width: 170px;
    padding: 10px;
    background: #f8f8f8;
}

.left_con2 div a {
    float: left;
    display: block;
    width: 170px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    text-indent: 15px;
    background: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.left_con2 div a:hover {
    text-decoration: none;
    color: #0067b4;
}

.left_con2 div a.hov3 {
    text-decoration: none;
    color: #0067b4;
}



.right {
    background: #fff;
    padding: 22px 15px 15px 15px;
}

.right_tit {
    float: left;
    width: 910px;
    line-height: 38px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
}

.right_tit p {
    float: left;
    font-size: 18px;
    color: #017bcd;
}

.right_tit span {
    float: right;
    color: #999;
}

.about {
    float: left;
    width: 910px;
    margin-top: 15px;
    padding: 0 10px;
}

.about p {
    float: left;
    width: 910px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 14px;
}

.about p s {
    color: #017bcd;
    text-decoration: none;
    font-size: 16px;
}

/*about*/


/*contact*/
.contact {
    float: left;
    width: 910px;
    margin-top: 15px;
    padding: 0 10px;
}

.contact dl {
    float: left;
    width: 910px;
}

.contact dl dt {
    float: left;
    width: 910px;
    font-size: 16px;
    line-height: 32px;
    color: #017bcd;
}

.contact dl dd {
    float: left;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    width: 910px;
}

.contact dl dd s {
    text-decoration: none;
    color: #666;
}

.contact strong {
    color: #017bcd;
}

/*contact*/



/*after*/
.after {
    float: left;
    width: 910px;
    margin-top: 15px;
    padding: 0 10px;
}

.after p {
    float: left;
    width: 910px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.after dl {
    float: left;
    width: 208px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    margin-right: 20px;
    margin-bottom: 20px;
}

.after dl dt {
    text-align: center;
    width: 208px;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.after dl dd {
    float: left;
    width: 208px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.after dl dd a {
    color: #017bcd;
}

.after ul {
    float: left;
    width: 910px;
    margin-bottom: 10px;
}

.after li {
    float: left;
    width: 910px;
    margin-top: 10px;
}

.after li span {
    width: 100px;
    float: left;
    line-height: 30px;
    text-align: right;
}

.after li span s {
    text-decoration: none;
    font-weight: bold;
    color: #f00;
}

.message_inp {
    float: left;
    width: 288px;
    border: 1px solid #ddd;
    height: 28px;
    background: #fff;
    line-height: 28px;
    color: #666;
    text-indent: 5px;
}

.message_textarea {
    float: left;
    width: 680px;
    height: 130px;
    border: 1px solid #ddd;
    background: #fff;
    line-height: 24px;
    color: #666;
}

.message_but {
    float: left;
    width: 112px;
    height: 33px;
    background: #017bcd;
    cursor: pointer;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
}

/*after*/



/*news*/
.news {
    float: left;
    width: 910px;
    margin-top: 15px;
    padding: 0 10px;
}

.news dl.dl_1 {
    width: 910px;
    padding: 10px 0 20px 0;
    border-bottom: 1px dashed #ddd;
    float: left;
}

.news dl.dl_1 dt {
    float: left;
    width: 200px;
}

.news dl.dl_1 dd {
    float: right;
    width: 690px;
    font-size: 14px;
}

.news dl.dl_1 dd p {
    float: right;
    color: #999;
    font-size: 12px;
}

.news dl.dl_1 dd a {
    font-size: 12px;
    color: #999;
    width: 70px;
    height: 22px;
    text-align: center;
    display: block;
    background: #999;
    color: #fff;
    margin-top: 10px;
}

.news dl.dl_1 dd a:hover {
    background: #017bcd;
    text-decoration: none;
    transition: all 0.50s ease-in-out;
}

.news dl.dl_2 {
    width: 910px;
    float: left;
}

.news dl.dl_2 dd {
    width: 910px;
    float: left;
    line-height: 40px;
    font-size: 14px;
    background: url(../images/sjx.png) no-repeat 10px center;
    border-bottom: 1px dashed #ddd;
}

.news dl.dl_2 dd span {
    float: left;
    width: 750px;
    margin-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.news dl.dl_2 dd p {
    float: right;
    font-size: 12px;
    color: #999;
}

.fanye {
    float: left;
    width: 910px;
    margin-top: 20px;
}

.fanye li {
    float: left;
    margin-right: 10px;
}

.fanye li a {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    float: left;
    display: block;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-family: Arial;
}

.fanye li a:hover {
    border: 1px solid #017bcd;
    color: #fff;
    text-decoration: none;
    background: #017bcd;
    transition: all 0.50s ease-in-out;
}

.fanye li a.hov3 {
    border: 1px solid #017bcd;
    color: #fff;
    text-decoration: none;
    background: #017bcd;
}

/*news*/



/*news_1*/
.news_1 {
    float: left;
    width: 910px;
    margin-top: 15px;
    padding: 0 10px;
}

.news_1 dl {
    float: left;
    width: 910px;
}

.news_1 dl dt {
    float: left;
    width: 910px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    border-bottom: 1px dashed #ddd;
    color: #999;
    padding: 10px 0;
}

.news_1 dl dt img {
    margin: 5px 0 0 5px;
}

.news_1 dl dt s {
    color: #0080d3;
    font-size: 20px;
    text-decoration: none;
    line-height: 30px;
}

.news_1 dl dd {
    float: left;
    margin-top: 10px;
    font-size: 14px;
    width: 910px;
    line-height: 30px;
}

.news_1 dl dd p {
    width: 910px;
    margin: 10px 0;
}

.news_1 dl dd a.aaa_1 {
    float: left;
    color: #0080d3;
}

.news_1 dl dd a.aaa_2 {
    float: right;
    color: #0080d3;
}

.bdsharebuttonbox {
    float: left;
    margin: 10px 0 0 400px;
}

/*news_1*/



/*solution*/
.solution {
    float: left;
    width: 910px;
    padding: 0 10px;
}

.solution dl {
    float: left;
    width: 910px;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.solution dl dt {
    float: left;
    width: 220px;
    margin-right: 20px;
}

.solution dl dd {
    float: right;
    width: 670px;
    line-height: 30px;
    margin-top: 5px;
}

.solution dl dd p {
    float: left;
    width: 350px;
    color: #0080d3;
    font-size: 16px;
}

.solution dl dd a {
    padding: 0 20px;
    line-height: 30px;
    display: block;
    float: left;
    margin-top: 10px;
    color: #666;
    background: #f1f1f1;
}

.solution dl dd a:hover {
    background: #0080d3;
    color: #fff;
    text-decoration: none;
}

/*solution*/


/*solution_1*/
.solution_1 {
    float: left;
    width: 910px;
    padding: 0 10px;
    margin-top: 15px;
}

.solution_1 p {
    float: left;
    width: 910px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 14px;
}

.solution_1 p s {
    color: #017bcd;
    text-decoration: none;
    font-size: 16px;
}

/*solution_1*/


/*products*/
.products {
    float: left;
    width: 910px;
    padding: 0 10px;
    margin-top: 15px;
}

.products table {
    border: 0;
    float: left;
}

.products table td {
    border: 0;
    padding: 5px 10px;
    line-height: 30px;
}

.products table td a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

/*products*/



/*products2*/
.products2 {
    float: left;
    width: 910px;
    padding: 0 10px;
    margin-top: 15px;
}

.products2 table {
    float: left;
    border: 1px solid #fff;
    border-top: 0;
    border-right: 0;
}

.products2 table td {
    padding: 5px 10px;
    line-height: 30px;
    border: 1px solid #fff;
    border-bottom: 0;
    border-left: 0;
}

.products2 table td strong {
    color: #fff;
    font-size: 14px;
}

/*products2*/



/*distribution*/
.distribution {
    float: left;
    width: 910px;
    padding: 0 10px;
    margin-top: 15px;
}

.distribution dl {
    float: left;
    width: 910px;
}

.distribution dl dd {
    float: left;
    width: 164px;
    border: 1px solid #ccc;
    margin: 0 20px 20px 0;
}

.distribution dl dd img {
    float: left;
    width: 100%;
}

/*distribution*/


/*recruitment*/
.recruitment {
    float: left;
    width: 910px;
    margin-top: 15px;
    padding: 0 10px;
}

.recruitment dl {
    float: left;
    width: 910px;
    line-height: 36px;
    margin-bottom: 20px;
    font-family: "微软雅黑";
}

.recruitment dl dt {
    float: left;
    width: 910px;
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
}

.recruitment dl dt p {
    float: left;
    font-size: 16px;
    color: #333;
    margin-left: 10px;
}

.recruitment dl dt span {
    float: right;
    color: #999;
    margin-right: 10px;
}

.recruitment dl dd {
    float: left;
    width: 890px;
    line-height: 30px;
    padding: 10px;
}

.recruitment dl dd s {
    font-size: 18px;
    font-family: Arial;
    color: #017bcd;
    text-decoration: none;
}

/*recruitment*/




/*recruitment2*/
.recruitment2 {
    float: left;
    width: 910px;
    margin-top: 15px;
    padding: 0 10px;
}

.recruitment2 p {
    float: left;
    width: 910px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 14px;
}

.recruitment2 p strong {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

/*recruitment2*/



/*development*/
.development {
    float: left;
    width: 910px;
    margin-top: 15px;
    padding: 0 10px;
}

.development dl {
    width: 910px;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    float: left;
}

.development dl dt {
    float: left;
    width: 200px;
}

.development dl dd {
    float: right;
    width: 690px;
}

/*development*/

/*feedback*/
.feedback {
    float: left;
    width: 890px;
    margin-top: 20px;
}

.feedback li {
    float: left;
    width: 890px;
    margin-bottom: 10px;
}

.feedback li p {
    width: 150px;
    float: left;
    line-height: 30px;
    text-align: right;
}

.feedback li p s {
    text-decoration: none;
    font-weight: bold;
    color: #f00;
}

.feedback li span {
    float: left;
    margin-left: 10px;
}

.feedback li span img {
    width: 120px;
    height: 30px;
    float: left;
}

.feedback_inp {
    float: left;
    width: 288px;
    border: 1px solid #ddd;
    height: 28px;
    background: #fff;
    line-height: 28px;
    color: #666;
    text-indent: 5px;
}

.feedback_textarea {
    float: left;
    width: 680px;
    height: 130px;
    border: 1px solid #ddd;
    background: #fff;
    line-height: 24px;
    color: #666;
}

/*feedback*/