* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "微软雅黑", "黑体";
    background-color: #FFF;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.contain {
    margin: 0 auto;
    width: 1150px;
    overflow: hidden;
}

.header .logo {
    width: 355px;
    height: 90px;
    float: left;
}

.header .right_box {
    width: 355px;
    float: right;
    height: 90px;
}

.header .languaes {
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    text-align: right;
    width: 355px;
}

.header .languaes ul li {
    display: inline-block;
    padding-left: 10px;
}

.header .languaes ul li a {
    padding-left: 35px;
    font-size: 14px;
    color: #4e4e4e;
    background: url(../images/flat.png) no-repeat;
    line-height: 25px;
    text-decoration: none;
}

.header .languaes ul li .lang_ch {
    background-position: 0 2px;
}

.header .languaes ul li .lang_en {
    background-position: 0 -24px;
}

.header .languaes ul li .lang_al {
    background-position: 0 -80px;
}

.header .languaes ul li .lang_xby {
    background-position: 0 -53px;
}

.seachBox {
    width: 355px;
    margin-top: 15px;
    height: 25px;
}

.seachBox .seach {
    width: 240px;
    height: 28px;
    background: url(../images/seach.png) no-repeat;
    position: relative;
    float: right;
}

.seachBox .seach input[type=text] {
    width: 240px;
    height: 22px;
    padding: 3px 5px 3px 8px;
    border: none;
    background: none;
    color: #9f9f9f;
    outline: none;
}

.seachBox .seach input[type=submit] {
    position: absolute;
    right: -3px;
    top: 1px;
    width: 30px;
    height: 24px;
    background: url(../images/seabtn.png) center center no-repeat;
    text-indent: -99999px;
    border: none;
    cursor: pointer;
}


/* nav */

.navBox {
    background: url(../images/nav_bg.png) repeat-x;
    border-bottom: 3px solid #1D6B9C;
}

.nav {
    width: 1150px;
    height: 40px;
    margin: 0px auto;
}

.nav li {
    float: left;
    width: 126px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
    position: relative;
    background-image: url(../images/right_border.jpg);
    background-repeat: no-repeat;
    background-position: right 0;
}

.nav li a {
    color: #4e4e4e;
    text-decoration: none;
    display: block;
    font-size: 16px;
}

.nav li a.link {
    float: left;
    width: 126px;
}


/*.nav li a.link:hover { color: #FFF; }
.nav ul li a:hover { background: url(../images/nav_hover.jpg) no-repeat; display: block; }*/

.nav dl {
    width: 162px;
    border: 1px solid #1D6B9C;
    font-size: 12px;
    background: rgba(29, 107, 156, 0.8);
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 99;
    display: none;
}

.nav dl dd a {
    color: #4e4e4e;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#D9D9D9));
    /*谷歌*/
    background: -ms-linear-gradient(top, #fff, #D9D9D9);
    background: -o-linear-gradient(top, #fff, #D9D9D9);
    background: -mz-linear-gradient(top, #fff, #D9D9D9);
    /* IE 10 */
}

.nav dl dd a:hover {
    color: #000;
    background: #FFF;
    opacity: 0.5;
}

.nav li a.current {
    background: url(../images/nav_hover.jpg) no-repeat;
    color: #FFF;
}


/*banner*/

.flickerplate {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #e6e6e6;
    overflow: hidden
}

.flickerplate ul.flicks {
    width: 10000%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none
}

.flickerplate ul.flicks>li {
    float: left;
    width: 1%;
    height: 100%;
    background-position: center;
    display: table
}

.flickerplate ul.flicks>li .flick-inner {
    height: 100%;
    padding: 10px;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

.flickerplate ul.flicks>li .flick-inner .flick-content {
    max-width: 68.75em;
    margin-left: auto;
    margin-right: auto;
    height: 100%
}

.flickerplate ul.flicks>li .flick-inner .flick-content a {
    display: block;
    width: 100%;
    height: 100%;
}

.flickerplate ul.flicks>li .flick-title {
    padding: 0px 0px;
    font-size: 2.778em;
    line-height: 1.995em;
    text-align: center
}

@media only screen and (max-width: 43.813em) {
    .flickerplate ul.flicks>li .flick-title {
        font-size: 1.667em
    }
}

.flickerplate ul.flicks>li .flick-sub-text {
    padding: 5px;
    font-weight: 300;
    line-height: 2.5em;
    color: rgba(255, 255, 255, 0.8);
    text-align: center
}

.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
    padding: 12px 18px;
    background-color: rgba(0, 0, 0, 0.6)
}

.flickerplate .arrow-navigation {
    position: absolute;
    height: 80%;
    width: 10%;
    top: 10%;
    z-index: 100;
    overflow: hidden
}

.flickerplate .arrow-navigation .arrow {
    display: block;
    height: 100%;
    width: 90%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
    cursor: pointer
}

.flickerplate .arrow-navigation.left {
    left: 0%
}

.flickerplate .arrow-navigation.left .arrow {
    opacity: 0;
    margin: 0px 0px 0px 50%;
    background-image: url("../images/arrow-left-dark.png");
    background-repeat: no-repeat;
    background-position: left
}

.flickerplate .arrow-navigation.right {
    right: 0%
}

.flickerplate .arrow-navigation.right .arrow {
    opacity: 0;
    margin: 0px 0px 0px -50%;
    background-image: url("../images/arrow-right-dark.png");
    background-repeat: no-repeat;
    background-position: right
}

.flickerplate .arrow-navigation.left.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px 20%
}

.flickerplate .arrow-navigation.right.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px -20%
}

.flickerplate .dot-navigation {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 100
}

.flickerplate .dot-navigation ul {
    text-align: center;
    list-style: none;
    padding: 0px 15px
}

.flickerplate .dot-navigation ul li {
    display: inline-block;
    float: none
}

.flickerplate .dot-navigation .dot {
    width: 30px;
    height: 8px;
    margin: 0px 6px;
    background-color: #B5B5B5;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out
}

.flickerplate .dot-navigation .dot:hover {
    cursor: pointer;
    background-color: #2190D7
}

.flickerplate .dot-navigation .dot.active {
    background-color: #2190D7
}

.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
    text-align: left
}

.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
    text-align: right
}

.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
    background-image: url("../images/arrow-left-dark.png")
}

.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
    background-image: url("../images/arrow-right-dark.png")
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
    background-color: rgba(0, 0, 0, 0.12)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
    background-color: #000
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
    color: rgba(0, 0, 0, 0.9)
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
    color: rgba(0, 0, 0, 0.9)
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color: rgba(255, 255, 255, 0.5)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
    color: rgba(0, 0, 0, 0.9)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
    color: rgba(0, 0, 0, 0.9)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color: rgba(255, 255, 255, 0.5)
}

.flickerplate.animate-transform-slide ul.flicks {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s
}

.flickerplate.animate-transition-slide ul.flicks {
    position: relative;
    left: 0%;
    -webkit-transition: left 0.4s ease-out;
    -moz-transition: left 0.4s ease-out;
    -o-transition: left 0.4s ease-out;
    -ms-transition: left 0.4s ease-out;
    transition: left 0.4s ease-out
}

.flickerplate.animate-jquery-slide ul.flicks {
    position: relative;
    left: 0%
}

.flickerplate.animate-scroller-slide {
    padding-bottom: 0px;
    overflow: auto
}

.flickerplate.animate-scroller-slide ul.flicks {
    position: auto
}


/**----five---**/

.five {
    height: 195px;
    width: 100%;
    background: #00A0E9;
}

.five .fiveBox {
    width: 1150px;
    margin: 0 auto;
}

.five .fiveBox ul li {
    float: left;
    width: 20%;
    height: 195px;
    position: relative;
}

.five .fiveBox ul li .lete {
    height: 195px;
    width: 100%;
    z-index: 100;
}

.five .fivebg {
    width: 54px;
    height: 195px;
    position: absolute;
    top: 0;
    right: -54px;
    background: url(../images/yy.png) no-repeat;
}

.lete .fh5co-intro-icon {
    width: 64px;
    height: 64px;
    display: block;
    background: url(../images/fiveicon.png) no-repeat;
    border-radius: 50px;
    border: 2px solid #FFF;
    left: 83px;
    top: 15px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lete .heading {
    position: relative;
    top: 25px;
    text-align: center;
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lete .twoborder {
    border-bottom: 1px solid #0485C0;
    border-top: 1px solid #47C5FF;
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lete .deration {
    width: 80%;
    text-align: center;
    color: #FFF;
    top: 43px;
    position: relative;
    margin: 0 auto;
    font-size: 13px;
    line-height: 24px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lete.ywly .fh5co-intro-icon {
    background-position: -107px -38px;
}

.lete.ywjs .fh5co-intro-icon {
    background-position: -105px -155px;
}

.lete.ystd .fh5co-intro-icon {
    background-position: -105px -266px;
}

.lete.gjrz .fh5co-intro-icon {
    background-position: -105px -380px;
}

.lete.dwhz .fh5co-intro-icon {
    background-position: -105px -490px;
}

.five .fiveBox ul li .lete:hover {
    height: 232px;
    background: #00A0E9;
    position: relative;
    top: -37px;
}

.five .fiveBox ul li .lete:hover .fh5co-intro-icon {
    border: none;
    left: 10px;
    top: 5px;
}

.five .fiveBox ul li .lete:hover .heading {
    top: -35px;
    left: 20px;
}

.five .fiveBox ul li .lete:hover .twoborder {
    border-bottom: none;
    top: -15px;
}

.five .fiveBox ul li .lete .deration_all {
    opacity: 0;
    top: -52px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    font-size: 13px;
    line-height: 22px;
    color: #FFF;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.five .fiveBox ul li .lete .deration_all a {
    display: block;
    text-align: center;
    color: #F2F2F2;
    text-decoration: none;
}

.five .fiveBox ul li .lete:hover .deration_all {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.five .fiveBox ul li .lete:hover .deration {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/**----------case-------------*/

.case .caseBox {
    width: 1150px;
    margin: 0 auto;
    padding: 20px 0;
}

.bigTitle {
    height: 60px;
    width: 100%;
    text-align: center;
    background: url(../images/bigtitle.png) center center no-repeat;
}

.bigTitle h2 {
    color: #2c2e30;
    font-size: 28px;
    font-weight: normal;
}

.bigTitle p {
    color: #c2c2c2;
}

.caseviews {
    overflow: hidden;
    margin-top: 25px;
}

.caseviews ul li {
    width: 280px;
    height: 190px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.caseviews ul li:nth-child(4n+0) {
    margin-right: 0;
}

.caseviews ul li .project-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.0);
    background: rgba(0, 0, 0, 0.0);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4em;
    line-height: 20px;
    text-transform: uppercase;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.caseviews ul li a:hover .project-hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.project-hover span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.caseviews ul li .project-hover span {
    width: 80%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-align: center;
}


/**----------vedio-------------*/

.vedioBox {
    margin-top: 25px;
    height: 290px;
}

.left_V {
    float: left;
    width: 430px;
    height: 290px;
}

.left_V .videoLink {
    width: 400px;
    height: 290px;
    margin-left: 30px;
}

.right_W {
    float: right;
    width: 680px;
    height: 292px;
}

.newslist ul li {
    width: 665px;
    height: 82px;
    float: left;
    margin-bottom: 23px;
}

.newslist ul li:lasr-child {
    margin-bottom: 0;
}

.newslist ul li .N_time {
    width: 85px;
    height: 82px;
    background: url(../images/ktime.png) no-repeat;
    float: left;
}

.newslist ul li .N_time p {
    background: #71B7F3;
    text-align: center;
    width: 100%;
    color: #FFF;
    font-size: 12px;
    line-height: 24px;
}

.newslist ul li .N_time span {
    font-size: 26px;
    color: #b6b6b6;
    line-height: 58px;
    text-align: center;
    display: block
}

.newslist ul li .N_text {
    background: #F5F5F5;
    width: 540px;
    padding: 0 20px;
    height: 82px;
    float: right;
}

.newslist ul li .N_text h4 {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    padding-top: 10px;
}

.newslist ul li:hover .N_text h4 {
    color: #2091D7;
}

.newslist ul li .N_text p {
    font-size: 12px;
    color: #989898;
}


/**----------page banner-------------*/

.ero {
    position: relative;
}

.mpage {
    width: 100%;
    height: 300px;
    min-height: 300px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: #006fb5;
    z-index: -999;
}

.anitOut {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.ferofdf {
    position: absolute;
    text-align: center;
    top: 100px;
    left: 50%;
    margin-left: -180px
}

.ferofdf h3 {
    font-size: 45px;
    color: #FFF;
    font-weight: normal;
    margin-bottom: 15px;
}

.ferofdf p {
    font-size: 18px;
    color: #000;
    letter-spacing: 5px;
}


/**----------content-------------*/

.page_left {
    float: left;
    width: 295px;
    background: #FAFAFA;
    min-height: 300px;
    padding: 25px;
}

.page_left .DHL {
    width: 100%;
    height: 100%;
    background: #FFF;
    display: block;
    padding-top: 30px;
    padding-bottom: 15px;
}

.page_left .DHL ul li {
    line-height: 55px;
    height: 55px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #FAFAFA;
}

.page_left .DHL ul li:first-child {
    border-top: 1px solid #fafafa;
}

.page_left .DHL ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #555;
}

.page_left .DHL ul li.cur {
    background: #2190D7;
}

.page_left .DHL ul li.cur a {
    color: #FFF;
}

.page_left .DHL_tel {
    height: 305px;
    width: 100%;
    background: #FFF url(../images/DHL_tell.png) center center no-repeat;
    position: relative;
}

.page_left .DHL_tel .more_tel {
    position: absolute;
    top: 55px;
    left: 70px;
}

.page_left .DHL_tel .more_tel h1 {
    font-size: 16px;
    font-weight: normal;
    color: #010101;
    line-height: 30px;
}

.page_left .DHL_tel .more_tel span {
    color: #555;
    font-size: 16px;
}

.page_left .DHL_tel .more_tel .blueColor {
    color: #2190d7;
    font-size: 16px;
    line-height: 24px;
}

.page_left .DHL_tel .more_tel .minismall {
    margin-top: 20px;
}

.page_left .DHL_tel .more_tel .minismall span {
    margin-bottom: 3px;
}

.page_left .DHL_tel span {
    font-size: 16px;
    color: #2190d7;
    display: block;
    width: 100%;
}

.page_left .left_video {
    width: 100%;
    height: 240px;
    background: #FFF;
    padding-top: 15px;
}

.page_right {
    float: right;
    width: 790px;
    min-height: 300px;
    padding-top: 25px;
    font-size: 14px;
}

.located {
    border-bottom: 1px solid #a6a6a6;
    height: 50px;
    line-height: 50px;
}

.located .bg {
    font-size: 28px;
    color: #555;
    border-bottom: 1px solid #0294e1;
    padding: 7px 10px;
}

.located .right_Located {
    float: right;
    color: #a7a7a7;
}

.located .right_Located a {
    padding: 0 10px;
    color: #a7a7a7;
    text-decoration: none;
}

.located .right_Located span {
    padding: 0 10px;
    color: #2190D7;
}

.page_right .cont_text {
    line-height: 28px;
    font-size: 14px;
    padding-top: 20px;
    overflow: hidden;
    text-align: justify;
}

.page_right .cont_text p {}

.page_right .cont_text p img {
    max-width: 100%;
}


/*------newslist-----*/

.productlist ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #000;
    margin-top: 5px;
}

.productlist ul li a {
    padding-left: 30px;
    background: url(../images/news_icon.png) 4px -24px no-repeat;
    color: #555;
}

.productlist ul li a:hover {
    background-position: 4px 3px;
    color: #2091D7
}

.productlist .time_p {
    float: right;
}

.pgs {
    padding-top: 15px;
    height: 25px;
    text-align: center;
}

.pgs .pg {
    text-align: center
}

.pgs .prev {
    background-image: url(../images/arw_l.gif);
    background-position: 50% 50%;
}

.pgs a, .pgs strong, .pgs span {
    height: 24px;
    line-height: 24px;
    margin-right: 2px;
    margin-left: 4px;
    padding: 2px 8px;
    background: #f1eff0;
    overflow: hidden;
    border: none;
    background-repeat: no-repeat;
}

.pgs a {
    color: #333;
}

.pgs strong, .pgs a:hover {
    background-color: #2091D7;
    color: #FFF;
}


/*-------product-----*/

.pic_product {
    float: left;
    height: 300px;
    width: 270px;
}

.delitalcont {
    float: right;
    width: 470px;
    float: right;
    overflow: hidden;
    pading-left: 30px;
    height: 300px;
}

.productTT {
    font-size: 20px;
    color: #666;
    height: 40px;
    font-weight: normal;
}

.pro_detail{
	width:100%;
	height:260px;
}

.pro_detail img{width:100%;}

.pro_detail p {
    font-size: 14px;
    color: #949090;
    line-height: 24px;
}

.details-left-slider {
    float: left;
}

#etalage {
    display: none;
    margin-bottom: 50px;
}

.qa_body {
    padding: 20px 0 0 0;
}

.qa_content_wrap {
    margin-top: 20px;
}

.sort.bottom {
    height: 40px;
    margin-top: 0;
    border-bottom: 1px solid #898989;
    position: relative;
}

.impotant {
    color: #666;
    font-size: 14px;
    margin: 25px 0;
    display: block;
}

.sort .info {
    height: 40px;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.anli_list ul li {
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
}

.anli_list ul li .anlibox {
    margin: 5px;
    border: 1px solid #a6a6a6;
    padding: 5px
}

.anli_list ul li .anli_title {
    text-align: center;
    font-size: 14px;
    color: #555555;
    display: block;
    width: 263px;
    overflow: hidden;
    height: 28px;
}

.anli_list ul li:hover .anlibox {
    border: 1px solid #2091D7;
}

.anli_list ul li .anlibox a img {
    width: 241px;
    height: 163px;
}

.anli_list ul li:hover .anli_title {
    color: #2091D7;
}


/**----------contact-------------*/

.contact {
    _display: inline-block;
    _width: 100%;
    margin-bottom: 10px;
}

.contact li {
    float: left;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    padding-left: 36px;
    color: #7b7a7a;
    background: url(../images/tip10.png) no-repeat;
    margin-right: 20px;
    margin-bottom: 16px;
    width: 100%;
}

.contact li.l1 {
    background-position: 0 0;
}

.contact li.l2 {
    background-position: 0 -30px;
}

.contact li.l3 {
    background-position: 0 -60px;
}

.contact li.l4 {
    background-position: 0 -90px;
}

.left_china {
    width: 49%;
    float: left;
}

.right_usa {
    width: 49%;
    float: right;
}

.left_china h3, .right_usa h3 {
    margin-bottom: 15px;
}

.gongyip {
    color: #7b7a7a
}

.gongyip p {
    text-align: center;
    color: #7b7a7a;
}

.gongyip strong {
    margin-bottom: 15px;
    display: block;
    line-height: 24px;
    font-size: 18px;
    color: #555555
}

#allmap {
    width: 100%;
    height: 400px;
}

.map strong {
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
    line-height: 24px;
    font-size: 18px;
    color: #555555;
}

.iii {
    background: #2091D7;
    display: block;
    width: 4px;
    height: 20px;
    float: left;
    margin: 2px 10px 0 0;
}


/**----------foot-------------*/

.foot {
    background: #00A0E9;
    margin-top: 30px;
    height: 170px;
    color: #FFF;
}

.foot_nav {
    margin-top: 60px;
    text-align: center;
    width: 850px;
    float: left;
}

.foot_nav .f_nav {
    margin-bottom: 20px;
}

.foot_nav .f_nav a {
    padding: 0 15px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #FFF;
    text-decoration: none;
    background: url(../images/SX.jpg) right center no-repeat;
}

.foot_nav .f_nav a:last-child {
    background: none;
}

.foot_nav .address {
    padding-left: 180px;
    text-align: left;
}

.foot_nav .address span {
    font-size: 14px;
    color: #FFF;
    padding-right: 30px;
}

.foot_nav .address span a {
    color: #FFF;
    font-size: 14px;
    text-decoration: 14px;
}

.foot .tell {
    float: left;
    width: 180px;
    height: 70px;
    border: 1px solid #FFF;
    margin-top: 45px;
    padding: 10px;
}

.foot .tell .icon {
    font-size: 16px;
    color: #FFF;
    padding-left: 35px;
    background: url(../images/f_tell.png) 0 center no-repeat;
    line-height: 35px
}

.foot .tell p {
    font-size: 24px;
    font-style: italic;
    text-align: center
}


/*-----风采------*/

#mbOverlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#mbOverlay.mbOverlayFF {
    background: transparent url(80.png) repeat;
}

#mbOverlay.mbOverlayIE {
    position: absolute;
}

#mbCenter {
    height: 557px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
}

#mbCenter.mbLoading {
    background: #fff url(../images/WhiteLoading.gif) no-repeat center;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#mbImage {
    left: 0;
    top: 0;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
    color: #ddd;
}

#mbImage a:hover, #mbImage a:active {
    color: #fff;
}

#mbBottom {
    min-height: 20px;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    text-align: left;
    padding: 0 10px 10px;
}

#mbTitle {
    display: inline;
    color: #999;
    font-weight: bold;
    line-height: 20px;
    font-size: 12px;
    display: none;
}

#mbNumber {
    background: url(../images/mbNumber_bg.gif) no-repeat center;
    display: inline;
    color: #C00;
    line-height: 26px;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
    width: 65px;
    height: 26px;
}

#mbCaption {
    display: block;
    color: #999;
    line-height: 14px;
    font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
    display: block;
    float: right;
    height: 20px;
    margin: 0;
    outline: none;
}

#mbPrevLink {
    width: 32px;
    height: 100px;
    background: transparent url(../images/CustomBlackPrevious.gif) no-repeat center;
    position: absolute;
    top: 38%;
    left: -32px;
}

#mbNextLink {
    width: 32px;
    height: 100px;
    background: transparent url(../images/CustomBlackNext.gif) no-repeat center;
    position: absolute;
    top: 38%;
    right: -32px;
}

#mbCloseLink {
    width: 24px;
    background: transparent url(../images/CustomBlackClose.gif) no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
}

#mbError {
    position: relative;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 10px solid #700;
    padding: 10px 10px 10px;
    margin: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
    color: #d00;
    font-weight: bold;
    text-decoration: underline;
}

.layout_default {
    float: left;
    width: 33.333%;
    margin-bottom: 15px;
}

.mod_gallerylist {
    width: 100%;
}

.meta {
    font-size: 12px;
    text-align: center;
}

.image_container {
    margin: 5px;
    padding: 5px;
    border: 1px solid #a6a6a6
}

.image_container img {
    width: 100%;
    height: 150px;
}

.meta a {
    color: #333;
    text-decoration: none
}


/*-----新闻------*/

.newslist .item {
    margin: 30px 0;
    padding: 5px 0px;
    border-bottom: 1px dashed #CCC;
    font-size: 14px;
    height: 135px;
}

.newslist .item:hover {
    background: #F9F9F9;
}

.newslist .newabout .biao {
    border-bottom: 1px solid #a7a7a7;
}

.newslist .item .pic {
    float: left;
    width: 220px;
    height: 115px;
    margin-right: 15px;
    padding: 5px;
    border: 1px solid #555;
}

.newslist .item:hover .pic {
    border: 1px solid #2091D7;
}

.newslist .item .newabout {
    width: 540px;
    float: right;
}

.newslist .item h2 {
    width: 545px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.newslist .item h2 a {
    color: #067dc5;
    font-size: 24px;
    font-weight: normal;
}

.newslist .item .tip {
    padding: 5px 0 15px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.newslist .item .txt {
    margin-bottom: 12px;
    text-indent: 20px;
    line-height: 20px;
    color: #555555;
    margin-top: 8px;
		height: 57px;
		overflow: hidden;
}

.newslist .item:hover .txt {
    color: #868484
}

.newslist .item .biao .se {
    font-size: 16px;
    color: #555;
}

.newslist .item:hover .biao .se {
    color: #2091D7;
}

.newslist .item .biao span {
    color: #555;
    float: right;
}

.newslist .item .more a {
    color: #2091D7;
}

.newslist .item a:hover {
    color: #000;
}

.newPage .title {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

.newPage h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 8px;
}

.newPage p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999;
    word-break: break-word;
}

.newPage .info {
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
    padding-bottom: 10px;
}

.newpagetitle {
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0 5px 0;
    text-align: center;
}

.newpagetitle h2 {
    font-size: 20px;
    color: #555;
    margin-bottom: 8px;
}

.newpagetitle p {
    padding: 3px 0;
    color: #666;
}

.newpagetitle p span {
    color: #333;
    margin-left: 15px;
}

.newstext {
    font-size: 14px;
    line-height: 24px;
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
    padding-bottom: 10px;
    color: #555;
}

.picbg img{
	width:100%;
}


/***右悬浮样式***/

.suspend {
    height: 210px;
    width: 50px;
    position: fixed;
    z-index: 98;
    left: 95%;
    bottom: 20%;
}

.suspend li {
    height: 50px;
    width: 50px;
    cursor: pointer;
    transition: all 0.25s ease 0s;
    background-color: #586170;
    border-bottom: 1px solid #999;
}

.suspend li div {
    display: none;
    width: 180px;
    background-color: #2E394B;
    position: relative;
    left: -180px;
    color: White;
    text-align: center;
    font-weight: bold;
    opacity: 0.8;
}

.suspend li .diborder {
    border-bottom: 0;
}

.suspend .contactour {
    background: url(../images/return_comm1.png) no-repeat 0px 0px;
}

.suspend .onlineconsult {
    background: url(../images/return_comm1.png) no-repeat 0px -60px;
}

.suspend .joinqq {
    background: url(../images/return_comm1.png) no-repeat 0px -120px;
}

.suspend .attention_ours {
    background: url(../images/return_comm1.png) no-repeat 0px -180px;
}

.suspend .download {
    background: url(../images/return_comm1.png) no-repeat 0px -240px;
}

.suspend .returntop {
    background: url(../images/return_comm1.png) no-repeat 0px -300px;
    display: none;
}

.suspend .contactour:hover {
    background: url(../images/return_comm1.png) no-repeat -60px 0;
}

.suspend .onlineconsult:hover {
    background: url(../images/return_comm1.png) no-repeat -60px -60px;
}

.suspend .joinqq:hover {
    background: url(../images/return_comm1.png) no-repeat -60px -120px;
}

.suspend .attention_ours:hover {
    background: url(../images/return_comm1.png) no-repeat -60px -180px;
}

.suspend .download:hover {
    background: url(../images/return_comm1.png) no-repeat -60px -240px;
}

.suspend .returntop:hover {
    background: url(../images/return_comm1.png) no-repeat -60px -300px;
}

.suspend .attention_ours:hover .show-attentionour {
    display: block;
    height: 94px;
    top: 1px;
    padding-top: 8px;
}

.attention_ours img {
    margin: 0 auto;
}

.suspend .download:hover .show-downapp {
    display: block;
    height: 94px;
    top: 1px;
    padding-top: 5px;
}

.suspend .show-downapp img {
    width: 85px;
    height: 85px;
}

.suspend .onlineconsult:hover .show-QQ {
    display: block;
    height: 99px;
    font-size: 16px;
    line-height: 40px;
    top: 1px;
}

.suspend .show-QQ input {
    width: 130px;
    height: 35px;
    line-height: 35px;
    background-color: #0598DD;
    cursor: pointer;
    color: White;
    border-radius: 5px;
    border: 0;
}

.suspend .contactour:hover .show-contactme {
    display: block;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}

.suspend .joinqq:hover .show-joinqq {
    display: block;
    height: 250px;
}

.suspend .joinqq:hover .show-joinqq h3 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.suspend .joinqq:hover .show-joinqqfont {
    font-size: 14px;
    width: 120px;
    margin: 5px auto;
}


/***右悬浮样式结束***/


/*-------弹窗-------*/

.possword {
    width: 670px;
    height: 380px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -335px;
    margin-top: -190px;
    z-index: 100;
    background: #FFF;
}

.possword .rioce {
    width: 670px;
    height: 210px;
    background: url(../images/VI.png) center top no-repeat;
    margin-top: 30px;
}

.possword .passoe {
    text-align: center;
}

.possword .passoe p {
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 22px;
}

.possword .passoe .vedio_pwd {
    height: 30px;
    width: 200px;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #9a9a9a;
    border: 1px solid #59aed1;
    border-radius: 10px;
    outline: none;
}

.possword .passoe button {
    width: 85px;
    height: 32px;
    margin: 0 0 0 10px;
    cursor: pointer;
    background: none;
    color: #555;
    text-transform: uppercase;
    border: 1px solid #cecece;
    vertical-align: top;
    font-size: 14px;
    border-radius: 10px;
    outline: none;
}

.possword .passoe .back {
    width: 85px;
    height: 32px;
    line-height: 30px;
    margin: 0 0 0 8px;
    color: #555;
    box-sizing: border-box;
    border: 1px solid #cecece;
    border-radius: 10px;
    display: inline-block;
    font-size: 14px;
}

.possword .passoe .back:hover {
    color: #2091D7;
    border: 1px solid #2091D7;
}

.possword .passoe button:hover {
    color: #2091D7;
    border: 1px solid #2091D7;
}

#_tgp_widget_overlay_ {
    position: fixed;
    background-image: url(../images/overlay.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}
