﻿@charset "utf-8";

/*
 CSS Reset

*/
html,
body {
    _background-image: url(about:blank);
    _background-attachment: fixed;
    color: #666
}

/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
    /* for ie */
    font: 12px/1 'Microsoft YaHei', Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

i,
s {
    font-style: normal
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 13px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul,
ol {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

abbr[title],
acronym[title] {
    /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
input{
    border:none;
    outline:none 0;
}
*/
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
}

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

body a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

/*去掉IE6 a标签点击时产生的虚线*/
/* top */
.top,
.logo,
.nav,
.txt,
.con,
.list,
.lst,
.liz-wrap,
.nav_wrap,
.company,
.ads,
.footer-list,
.friend-link,
.copyright,
.jl-con,
.gd,
.ct-cont,
.ads {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden
}

/* top css*/
.header {
    background-color: #ebebeb;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #b3b3b3
}

.top {
    color: #666;
}

.top-left {
    float: left;
}

.top-right {
    float: right;
}

.top-right a {
    color: #666;
    padding-right: 8px;
    border-right: 1px solid #a3a3a3;
    margin-right: 8px
}

.top-right a.spt {
    border: none
}

.top-right a:hover {
    color: red;
    text-decoration: underline;
}

/* logo */
.logo {
    clear: both;
    height: 150px;
    position: relative;
    overflow: visible
}

#logo {
    float: left;
    margin: 28px 10px 0 0;
}

#logo a {
    overflow: hidden;
    display: block
}

.adr {
    float: left;
    overflow: hidden;
    margin: 38px 0 0 0;
}

.adr p {
    color: #e10416;
    font-size: 22px
}

.adr p.spt {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px
}

.cot {
    float: right;
    margin-top: 55px;
    padding-right: 35px
}

.cot p.all {
    line-height: 25px;
    text-align: center;
    width: 250px;
    height: 25px;
    background-color: #0e61c9;
    color: white
}

.cot .spt {
    font-size: 30px;
    color: #0a64d2;
    padding-bottom: 5px
}

.person {
    position: absolute;
    height: 102px;
    width: 63px;
    background: url(../images/cot.jpg) no-repeat center bottom;
    right: 320px;
    top: 20px
}

/* nav*/
.wrap-nav {
    background: url(../images/nav_bg.jpg) repeat;
    height: 48px;
    line-height: 48px;
    border-bottom: 3px solid #c65352
}

.nav li {
    float: left;
    width: 116px;
}

.nav li.spt-l {
    border-left: none
}

.nav li.spt-r {
    border-right: none
}

.nav li a {
    display: block;
    color: white;
    font-size: 14px;
    text-align: center;
    position: relative;
    height: 50px;
    overflow: hidden
}

.nav li a span {
    display: block
}

.nav li a span.over {
    background: url(../images/hover_bg.jpg) repeat-x;
}

span.out,
span.over {
    position: absolute;
    cursor: pointer;
    width: 121px;
    left: 0
}

span.over {
    top: -50px;
}

/*焦点图*/
.flexslider {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: url("../images/loading.gif") 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 9;
}

.slides li {
    height: 500px
}

.slides li a {
    display: block;
    width: 100% !important;
    height: 100%;
}

.flex-control-nav {
    position: absolute;
    bottom: 42px;
    right: 25px;
    z-index: 9999;
    width: 200px;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 20px;
    height: 20px;
    *display: inline;
    zoom: 1;
    margin: 0 5px;
    background-color: white;
}

.flex-control-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
}

.flex-control-nav .flex-active {
    background-color: #ef5012;
    color: white;
}

.flex-direction-nav {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 45%;
    /*显示隐藏左右按钮*/
    display: none;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url("../images/prev.png") center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url("../images/next.png") center center no-repeat;
}

.flexslider .link {
    text-align: center;
    line-height: 23px;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    float: left;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 11px;
    z-index: 0
}

.flexslider .link a {
    font-size: 10px;
    font-family: YouYuan;
    color: #3E3A39;
}

.flexslider .link a:hover {
    color: white;
}

/*jl*/
.jl {
    height: 350px;
    background: url(../images/jl_bg.jpg);
    overflow: hidden;
}

.jl-con {
    height: 310px;
    background-color: #fff;
    margin-top: 20px;
    position: relative
}

.jl-con .jl-txt,
.jl-con .jl-bottom-txt {
    position: absolute;
    left: 20px
}

.jl-con .jl-txt {
    display: block;
    top: 22px;
}

.jl-con .jl-bottom-txt {
    bottom: 15px
}

.jl-con .jl-bottom-txt p {
    font-size: 16px;
    color: #e7e7e7;
    margin-top: 5px
}

.jl .jl-left {
    top: 9px;
    bottom: 9px;
    left: 9px;
    right: 365px;
    border: 1px solid #e5e5e5;
    border-right: none;
    _height: 290px;
    _width: 705px
}

.jl .jl-left .ps1 {
    position: absolute;
    right: -23px;
    bottom: 0;
    _right: -24px;
}

.jl .jl-right,
.jl .jl-left {
    position: absolute;
    z-index: 99;
}

.jl .jl-right {
    right: 0;
    bottom: 0;
    background: #074194;
    left: 715px;
    _height: 310px;
    _width: 365px;
    z-index: 3;
    top: 0;
    background: url(../images/ls-r.jpg) no-repeat right center #074194;
}

.jl .jl-right ul {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0 40px;
    line-height: 30px
}

.jl .jl-right li.ls-1 {
    font-size: 32px;
    padding-bottom: 10px
}

.jl .jl-right li.ls-4 {
    background: url(../images/phones.jpg) no-repeat left center;
    height: 56px;
    margin-top: 30px;
    padding-left: 66px;
    font-weight: normal
}

.jl .jl-right li.ls-4 p.ph1 {
    font-size: 30px;
    font-family: Impact
}

.jl-con .jl-list {
    line-height: 30px;
    font-size: 16px;
    color: #253e5c;
    margin: 100px 0 0 20px
}

.jl .jl-right .logos {
    width: 105px;
    height: 72px;
    display: block;
    margin: 20px auto 0
}

.jl-con .jl-list li {
    background: url(../images/arrow.jpg) no-repeat left center;
    padding-left: 35px
}

/**/
.wrap_txt {
    height: 51px;
    line-height: 51px;
    background-color: #f4f4f4;
}

.txt .spt {
    color: #282828;
    font-weight: bold
}

.txt a {
    color: #b7b7b7;
    text-decoration: none
}

.txt a:hover {
    color: #ef5012;
    text-decoration: underline
}

.search {
    float: right;
    height: 29px;
    margin-top: 10px;
    overflow: hidden;
    padding-right: 40px;
}

.search input {
    float: left;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f4f4f4;
    line-height: 25px;
    border: 1px solid #d2d2d2;
    margin-right: 1px;
}

.search input.text1 {
    text-indent: 5px;
    width: 180px;
}

.search button {
    background: url(../images/btn.jpg) no-repeat;
    width: 49px;
    height: 27px;
    border: none;
    float: left;
}

/* */
.con,
#you-need .pic-wrap {
    overflow: visible !important
}

.con .slide {
    position: relative
}

.con .title {
    height: 108px;
    position: relative
}

.con .title .line {
    height: 1px;
    background-color: #c3c5c9;
    display: inline-block;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 110px;
    width: 870px
}

.con .title h3 {
    position: absolute;
    top: 40px;
    _top: 42px;
    left: 480px;
    background-color: #fff;
    padding: 0 20px;
    font-size: 22px;
    font-weight: bold;
    color: #0d69d9;
}

.con .title h3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #c3c5c9;
    top: 12px;
    font-size: 0;
    _top: 10px;
    _height: 7px;
    _width: 7px
}

.con .title h3 span.o {
    left: 0px
}

.con .title h3 span.s {
    right: 0px
}

.con .title h3 p {
    font-size: 16px;
    color: #7e7e7e;
    position: absolute;
    top: 32px;
    left: -65px;
    width: 240px;
    text-align: center
}

.you-need {
    clear: both;
}

.you-need a {
    color: #666;
}

.you-need img {
    border: 5px solid #e3e3e3
}

.you-need .pic-wrap {
    height: 170px;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px
}

.you-need .pic-wrap .scroll-pic {
    width: 990px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
    _width: 1000px
}

.you-need .pic-wrap .scroll-pic dl {
    overflow: hidden;
    position: absolute;
    top: 0;
}

.you-need .pic-wrap .scroll-pic dd {
    width: 185px;
    float: left;
    height: 170px;
    margin: 0 5px;
    _display: inline;
}

.you-need .pic-wrap .scroll-pic dd div.pic {
    text-align: center;
    width: 189px
}

.you-need .pic-wrap .scroll-pic dd div.pro-info {
    text-align: center;
    width: 100%;
}

.you-need .pic-wrap .scroll-pic dd div.pro-info a {
    font-size: 14px;
    font-family: "microsoft yahei";
    line-height: 15px;
}

.you-need .tags {
    display: block;
    width: 21px;
    height: 56px;
    background-color: #bcbcbc;
    position: absolute;
    top: 30px;
    cursor: pointer
}

.you-need span.left {
    left: 0
}

.you-need span.right {
    right: 0
}

.you-need span.tags span {
    display: block;
    position: absolute;
    font-size: 0;
    height: 0;
    width: 0;
    top: 20px;
    border-width: 7px;
}

.you-need span.left span {
    border-color: transparent white transparent transparent;
    border-style: dashed solid dashed dashed
}

.you-need span.left span.down {
    border-right-color: #bcbcbc;
    right: 6px;
    _right: 4px
}

.you-need span.right span {
    left: 7px
}

.you-need span.right span {
    border-color: transparent transparent transparent white;
    border-style: dashed dashed dashed solid
}

.you-need span.right span.down {
    border-left-color: #bcbcbc;
    left: 6px;
    _left: 5px
}


/*list*/


.list-wrap {
    overflow: hidden;
    background-color: #b6b6b6;
    padding: 20px 0;
    position: relative
}

.list .left {
    width: 239px;
    float: left;
    background: white;
    margin-right: 20px;
    border: 1px solid #0964d6;
}

.list .left dt {
    height: 101px;
    background-color: #0964d6;
    line-height: 82px;
    position: relative;
    font-size: 20px;
    color: white;
    text-align: center;
}

.list .left dt span {
    display: block;
    line-height: 1;
    position: absolute;
    font-size: 16px;
    font-style: normal;
    bottom: 30px;
    right: 60px;
    font-family: "avantGarde Bk Bt";
}

.list .left dd {
    height: 34px;
    line-height: 34px;
}

.list .left dd a {
    color: #666;
    display: block;
    background: url(../images/lis.jpg) no-repeat 20px center;
    padding-left: 38px;
    height: 100%
}

.list .left dd a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    background: url(../images/lis.png) no-repeat 20px center #9a9a9a;
    border-bottom: 1px solid white;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.list .left dd a:hover:before,
.list .left dd a:focus:before,
.list .left dd a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.list .left dd a:hover {
    color: white;
    _color: #666;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}



.list .left,
.list .right {
    height: auto;
    padding: 0 0 20px 0;
}

.list .left dd a em {
    display: block;
    border-bottom: 1px dotted #b8b8b8;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.list .right {
    float: right;
    width: 819px;
    background: white;
    overflow: hidden;
    position: relative
}

.list .right .right-nav ul {
    _display: inline;
    border-left: 3px solid #0964d6;
    overflow: hidden;
    margin: 12px 0 0 13px;
    float: left;
}

.list .right .right-nav div.arrows {
    height: 0;
    width: 0;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #0964d6;
    border-width: 5px;
    top: 25px;
    left: 16px;
    position: absolute;
    font-size: 0;
}

.list .right .right-nav li {
    height: 38px;
    width: 175px;
    float: left;
    cursor: pointer
}

.list .right .right-nav li span.spt {
    height: 100%;
    display: block;
}

.list .right .right-nav li span.act span {
    color: white !important
}

.list .right .right-nav li span.spt span {
    display: block;
    color: #bbbbbb;
    line-height: 20px;
    padding-left: 14px
}

.list .right .right-nav li span.spt span.hot-pro {
    font-size: 16px;
    font-weight: bold;
    color: #0964d6
}

.list .right .right-nav div.more {
    float: right;
    width: 90px;
    height: 70px;
}

.list .right .right-nav div.more a {
    color: #fe0000;
    display: block;
    line-height: 60px;
    text-align: center
}

.list .right .right-nav {
    height: 62px
}

.list .right .right-list {
    overflow: hidden;
    width: 100%;
}

.list .right .right-list a {
    display: block;
    width: 100%;
    height: 100%
}

.list .right .right-list ul {
    overflow: hidden;
    float: left;
    width: 100%;
    display: inline-block;
}

.list .right .right-list li {
    width: 249px;
    float: left;
    text-align: center;
    margin-right: 20px;
    _display: inline;
    margin: 0 12px 21px
}

.list .right .right-list li img {
    border: 1px solid #dadada;
    width: 247px;
    height: 229px;
}

.list .right .right-list li a {
    font-size: 0;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transtion: all .2s;
    -moz-transtion: all .2s;
    -o-transtion: all .2s;
    -ms-transtion: all .2s;
    transition: all .2s;
}

.list .right .right-list li a:hover {
    background: #0964d6;
    color: #fff;
}

.list .right .right-list li a:hover p {
    color: white
}

.list .right .right-list li p a {
    color: #5b5b5b;
    line-height: 55px;
    font-size: 12px;
}

.list .right .right-list li p {
    height: 55px;
    _margin-top: -1px
}

.list .right .right-list li a span {}

.list .list-footer {
    clear: both;
    height: 146px;
    background: url(../images/list_end.jpg) no-repeat left bottom #1152cb;
    margin-top: 35px;
    float: left;
    width: 100%
}


.lst-wrap {
    background: url(../images/wrap-bg.jpg) no-repeat center center;
    margin: 0px 0 0 0
}

.lst h3 {
    height: 173px;
    text-align: center;
    font-size: 60px;
    background: url(../images/bg1.jpg) no-repeat;
    line-height: 130px;
    color: white
}

.lst h3 span {
    color: #000
}

/**/
.liz {
    margin-top: 30px
}

.liz .img {
    float: left
}

.liz dl {
    overflow: hidden
}

.liz {
    padding-bottom: 10px
}

.liz dt {
    height: 85px;
    padding-left: 60px
}

.list1 dt {
    background: url(../images/04.jpg) no-repeat;
}

.liz dd {
    padding-left: 90px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    height: 30px;
    background: url(../images/allRight.jpg) no-repeat 75px 13px;
}

.liz span {
    display: block
}

span.s1 {
    color: #000;
    font-size: 30px;
    font-weight: bold
}

span.s2 {
    background: url(../images/ls_bg.jpg) repeat-x bottom left;
    height: 40px;
    line-height: 33px;
    color: #ddd
}

.list3 dt {
    background: url(../images/02.jpg) no-repeat;
}

.list3 dd,
.list2 dd,
.list4 dd {
    height: auto;
    _height: 30px;
}

.list3 img {
    margin-right: 50px
}

.list2 .img {
    float: right;
    padding-left: 50px
}

.list4 {
    padding-bottom: 0;
    margin-top: 0;
    border: none
}

.list4 dl {
    margin-top: 60px
}

.list4 .img {
    float: right;
    padding-left: 20px
}

.list2 dt {
    background: url(../images/01.jpg) no-repeat;
}

.list4 dt {
    background: url(../images/03.jpg) no-repeat;
}

.list1 dd.iphone {
    margin-top: 10px;
    line-height: 25px;
    background: url(../images/phone_bg.jpg) no-repeat;
    height: 74px;
    padding-left: 80px
}

.list1 dd.iphone span.ip {
    color: white;
    font-size: 18px;
    line-height: 50px
}

.list1 dd.iphone span.ip em {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    padding-top: 5px;
}

.list1 dl {
    margin-top: 100px
}

.list1 .img {
    margin-right: 50px
}

.list4 .img {
    margin-left: 50px;
}

/**/

div.gd {
    height: 164px;
    background: url(../images/tit-bg.jpg) no-repeat center center;
    margin-top: 10px;
    position: relative;
}

div.left-gd {
    color: #000;
    margin: 35px 0 0 50px;
}

div.left-gd h2 {
    font-size: 26px;
    margin-bottom: 20px
}

div.left-gd h2 span {
    color: #0552a5;
}

div.left-gd p {
    font-size: 20px;
}

div.bottom-gd {
    position: absolute;
    bottom: 40px;
    right: 12px;
    color: white;
    background: url(../images/tel.jpg) no-repeat left center;
    padding-left: 45px;
}

div.bottom-gd p {
    font-size: 18px;
    padding-bottom: 5px
}

div.bottom-gd h2 {
    font-size: 28px;
}

/* company */
.company {
    border: 10px solid #e6edf6;
    width: 1060px;
    margin: 27px auto 20px
}

.adre {
    margin: 25px 0 42px 23px
}

.adre img {
    display: block;
    float: left;
    vertical-align: top;
    margin-right: 23px
}

.adre p {
    font-size: 14px;
    color: #474747;
    line-height: 28px;
    text-indent: 2em;
    padding-right: 20px
}

.adre h2 {
    font-size: 26px;
    padding: 13px 0 22px
}

.adre a {
    display: inline-block;
    width: 108px;
    height: 41px;
    font-size: 14px;
    background-color: #0552a5;
    color: white;
    line-height: 41px;
    text-align: center;
    margin-top: 8px
}

.adre .online {
    margin-left: 12px;
    background-color: #838383;
    color: #000;
}

.adre a:hover {
    color: #d9d55f;
}

.pic {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative
}

.pic span {
    display: block
}

.pic .tags {
    width: 21px;
    height: 56px;
    background-color: #bcbcbc;
    position: absolute;
    top: 50px;
    cursor: pointer
}

.pic .next {
    right: 5px
}

.pic .prev {
    left: 5px
}

.pic .tags span {
    border-width: 6px;
    position: absolute;
    top: 22px;
    height: 0;
    width: 0;
    font-size: 0
}

.pic .next span {
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent white;
    left: 8px
}

.pic .prev span {
    border-style: dashed solid dashed dashed;
    border-color: transparent white transparent transparent;
    right: 8px
}

.pic .next span.down {
    border-left-color: #bcbcbc;
    left: 6px
}

.pic .prev span.down {
    border-right-color: #bcbcbc;
    right: 6px
}

.pic .pic-wrapper {
    width: 980px;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.pic a {
    display: block;
    overflow: hidden;
    color: #000;
    border: none;
    outline: 0 none;
}

.pic li {
    width: 233px;
    text-align: center;
    float: left;
    _display: inline;
    margin: 0 6px
}

.pic img {
    border: 5px solid #9a9a9a;
    width: 173px;
    height: 103px;
}

.pic img:hover {
    border: 5px solid #0552a5;
}

.pic p {
    margin-top: 15px
}

/* client*/
.client {
    background-color: #f2f2f2;
    padding: 15px 0 15px
}

.ct-cont {
    height: 482px
}

.ct-cont .case {
    width: 810px;
    background-color: white;
    float: left;
}

.case dt {
    height: 100px;
}

.case dt a {
    display: block;
    float: right;
    height: 100px;
    line-height: 100px;
    width: 100px;
    text-align: center;
    color: #f54700
}

.case span.kh {
    padding: 20px 0 0 20px;
    float: left
}

.case span {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 25px
}

.case span span {
    color: #b8b8b8;
    border-bottom: 1px solid #f54700;
}

.case dd {
    margin: 0 0 37px 16px;
    overflow: hidden;
    display: inline-block
}

.case dd img {
    border: 6px solid #e9e9e9;
    float: left;
    vertical-align: top;
    margin-right: 25px
}

.case dd img:hover {
    border: 6px solid #145caa;
}

.case dd div.case-info {
    padding-right: 15px;
    margin-top: 20px
}

.case dd h2 {
    padding-bottom: 10px
}

.case dd h2 a {
    color: #000;
    font-weight: bold;
}

.case dd p {
    color: #666;
    line-height: 28px;
    font-size: 14px
}

.ct-cont .honor-wrap {
    float: right;
    width: 256px;
    background-color: white;
    overflow: hidden;
    height: 100%;
    position: relative
}

.honor-wrap span.hr {
    padding: 20px 0 25px 20px;
}

.honor-wrap span {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 25px
}

.honor-wrap span span {
    color: #b8b8b8;
    border-bottom: 1px solid #f54700;
    width: 50px
}

.honor {
    clear: both;
    height: 363px;
    overflow: hidden
}

.honor dd {
    margin: 0 0 21px;
    overflow: hidden;
    clear: both
}

.honor img {
    display: block;
    margin: 0 auto;
    min-height: 143px;
    width: 199px;
    height: 143px;
}

.honor dd p {
    padding-top: 14px;
    text-align: center
}

.honor dd p a {
    font-size: 14px;
    color: #000;
}


/*   */
.ads {
    height: 175px;
    background: url(../images/t-ads.jpg) no-repeat;
    margin: 16px auto 0;
    position: relative
}

.ads p {
    color: white;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 50px
}

.ads p span {
    display: block;
    font-size: 26px;
    padding-top: 7px
}

/*footer-list start*/
.footer-list {
    margin-top: 20px;
}

.footer-list .left {
    float: left;
    overflow: hidden;
    width: 745px;
    height: 100%;
    position: relative
}

.footer-list .left ul.nav-tap {
    height: 64px
}

.footer-list .left ul.nav-tap li {
    height: 100%;
    width: 49.99%;
    float: left;
    color: #1152cb;
    cursor: pointer;
    position: relative;
    -webkit-transtion: all .2s;
    -moz-transtion: all .2s;
    -o-transtion: all .2s;
    -ms-transtion: all .2s;
    transition: all .2s;
}

.footer-list .left ul.nav-tap li span {
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}

.footer-list .left ul.nav-tap li span.spt {
    font-size: 16px;
    padding-top: 14px
}

.footer-list .left ul.nav-tap li.act {
    background-color: #0552a5;
    color: white;
}

.footer-list .left ul.nav-tap li {
    background-color: #191919;
    color: #8e8e8e
}

.footer-list .left div.list-news,
.footer-list .left div.list-news ul,
.footer-list .left div.list-news ul li {
    overflow: hidden;
}

.footer-list .left div.list-news {
    margin-top: 25px;
    width: 200%;
    position: relative;
}

.footer-list .left ul.nav-tap li span.arrows {
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-style: solid dashed dashed dashed;
    border-color: white transparent transparent transparent;
    border-width: 15px;
    left: 45%;
    position: absolute;
    bottom: -30px;
}

.footer-list .left ul.nav-tap li span.act {
    border-top-color: #0552a5
}

.news-wrapper {
    overflow: hidden
}

.footer-list .left div.list-news ul {}

.footer-list .left div.list-news ul.ls {
    float: left;
    width: 50%;
}

.footer-list .left div.list-news ul li div.left-ls {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px
}

.footer-list .left div.list-news ul li div.left-ls img {
    display: block;
    float: left;
    border: 5px solid #c1c1c1;
    margin: 0 15px 0 6px;
    width: 257px;
    height: 163px;
}

.footer-list .left div.list-news ul li div.left-ls h3 {
    color: #1152cb;
    margin: 20px 0 10px;
}

.footer-list .left div.list-news ul li div.left-ls h3 a {
    color: #000
}

.footer-list .left div.list-news ul li div.left-ls h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-list .left div.list-news ul li div.left-ls p {
    line-height: 28px;
    font-size: 12px;
    margin-top: 10px;
}

.footer-list .left div.list-news ul li div.left-ls a.more {
    display: block;
    background-color: #0964d6;
    font-size: 14px;
    color: white;
    text-align: center;
    width: 85px;
    height: 33px;
    line-height: 33px;
    float: left;
    margin-top: 10px
}

.footer-list .left div.list-news ul li div.left-ls p a {
    text-decoration: none;
    color: #666666;
}

.footer-list .left div.list-news ul li div.left-ls p a:hover {
    color: red;
    text-decoration: underline;
}

.footer-list .left div.list-news ul li div.right-ls {}

.footer-list .left div.list-news ul li div.right-ls li {
    line-height: 42px;
    height: 43px;
    background: url(../images/arrow-tags.jpg) no-repeat left center;
    padding-left: 25px;
}

.footer-list .left div.list-news ul li div.right-ls span.date {
    display: block;
    float: right;
}

.footer-list .left div.list-news ul li div.right-ls li a {
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 12px;
    border-bottom: 1px dashed #d1d1d1;
    width: 100%
}

.footer-list .left div.list-news ul li div.right-ls li a:hover {
    color: #ef5012;
    text-decoration: underline
}

.footer-list .right {
    float: right;
    width: 300px;
    height: 100%
}

.footer-list .right dl {
    margin: 0 auto;
    width: 280px;
}

.footer-list .right dt.list_r {
    margin-bottom: 15px
}

.footer-list .right dt.list_t {
    height: 24px;
    line-height: 24px;
}

.footer-list .right dt.list_t a {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.footer-list .right dt.list_t span {
    display: block;
    width: 24px;
    line-height: 24px;
    height: 24px;
    background-color: #0964d6;
    float: left;
    margin-right: 10px;
    color: white;
    text-align: center;
    font-family: songti
}

.footer-list .right dd span {
    margin-right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    color: white;
    background-color: black;
    line-height: 24px;
    text-align: center;
    float: left;
}

.footer-list .right dd {
    overflow: hidden;
    margin-top: 5px;
    border-bottom: 1px dashed #b2b2b2;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.footer-list .right dd p {
    width: 245px;
    float: right;
    line-height: 20px;
}

.footer-list .right dd a {
    display: block;
    line-height: 24px;
    float: left;
    width: 240px;
    color: #666
}

.footer-list .right dd a:hover {
    color: #ef5012;
    text-decoration: underline;
}

.footer-list .right dt.tp {
    margin-top: 20px
}

.friend-link {
    margin-top: 10px;
    position: relative;
    overflow: visible;
}

.friend-link h3 {
    font-size: 20px;
    color: black;
    border-left: 4px solid #ce0000;
    height: 25px;
    line-height: 25px;
    padding-left: 5px
}

.friend-link h3 span {
    color: #b0b0b0;
    padding-left: 10px;
    font-weight: normal;


}

.friend-link ul {
    margin: 20px 0 0 10px
}

.friend-link ul,
.friend-link li {
    overflow: hidden;
}

.friend-link li {
    float: left;
}

.friend-link li a {
    display: block;
    padding: 10px;
    color: #666;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.friend-link li a:hover {
    color: red;
    text-decoration: underline;
}

.footer-nav {
    background-color: #1152cb;
    margin-top: 20px;
    padding-top: 36px
}

.footer-nav ul.end-nav li {
    float: left;
    _display: inline
}

.footer-nav ul.end-nav li.marg {
    margin-left: 23px
}

.footer-nav ul.end-nav li.no-img a {
    background: none
}

.footer-nav ul.end-nav li a {
    color: white;
    height: 100%;
    line-height: 31px;
    display: block;
    width: 90px;
    text-align: center;
    background: url(../images/end-nav.jpg) no-repeat right center
}

.footer-nav ul.end-nav li a:hover {
    text-decoration: underline
}



.end-nav {
    margin: 0 auto;
    width: 840px;
    overflow: hidden;
    background-color: #3775b7
}

.copyright {
    padding: 35px 0 25px 0;
    color: white
}

.copyright .footer-wrap {
    width: 670px;
    margin: 0 auto
}

.copyright .footer-logo {
    float: left;
    margin: 20px 50px 0 0;
    _display: inline
}

.copyright ul {
    line-height: 25px;
    float: left
}

.copyright ul li {
    float: none;
    clear: both
}

.copyright ul li a {
    color: #fff;
}

.this-end {
    height: 42px;
    line-height: 42px;
    background-color: #01346d;
    color: white;
    text-align: center
}