﻿/* CSS Document */
body {
    padding: 0px;
    margin: 0px;
    font: 14px/20px;
    background-color: #fff;
    color: #666;
    letter-spacing: 0px;
    font-family: tahoma, arial, 微软雅黑;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
form,
figure {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

li {
    list-style: none
}

input {
    border: none;
    outline: none
}

.clear {
    clear: both;
    height: 0px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #0876B4
}

.hide {
    display: none;
}

img {
    border: 0px;
}

.top {
    width: 1150px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo img {
    width: 100%;
}
.tel{
    width: 205px;
    font-weight: 200;
}
.top .nav {
    font-size: 18px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.top .nav li {
    float: left;
    padding: 0px 10px;
    width: 104px;
}

.top .nav li a {
    text-decoration: none;
    color: #434343;
}

.top .nav li a:hover {
    text-decoration: none;
    color: #0876B4
}

.drop-down-nav ul li:honver {
    background: #fe6e0e;
    color: #fff;
    display: block;
}

.drop-down-nav:hover .drop-down-nav {
    border: #EEE 1px solid;
    background: #fff;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    opacity: 0.9;
    display: block;
    width: 124px;
    padding: 0px;
    top: 161px;
    z-index: 1;
    position: absolute;
    color: #fe6e0e;
    text-align: center;
    font-size: 14px;
    margin-left: -10px;
}

.drop-down-nav:hover .drop-down-nav a {
    border-bottom: #FAFAFA 0px solid;
    display: block;
    float: left;
    line-height: 40px;
    text-align: center;
    width: 82px;
    height: 40px;
    position: relative;
    color: #666;
    padding: 0px 10px;
}

.drop-down-nav:hover .drop-down-nav li:hover {
    display: block;
    background: #0876B4;
    color: #fff;
}

.drop-down-nav:hover .drop-down-nav li:hover a {
    color: #fff;
}

/*===FlexSlider幻灯片  开始 OK===*/
#banner {}

/*幻灯片标题*/
.flex-caption {
    width: 100%;
    padding: 3px 0px;
    position: absolute;
    bottom: 3px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
}

/* FlexSlider Necessary Styles*/
.flexslider {
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides>li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    background: #fff;
    border: 0px solid #fff;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}*/
.flex-control-nav {
    width: 90%;
    position: absolute;
    bottom: 10px;
    margin: 0px;
    text-align: center;
    border: 0px dashed red
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #aeaeae;
    background: #aeaeae;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #0f61a7;
    background: #0f61a7;
}

.flex-control-paging li a.flex-active {
    background: #0f61a7;
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/*===FlexSlider幻灯片  结束===*/
.Propagandalanguage {
    width: 100%;
}

.Propagandalanguage img {
    max-width: 100%;
}

.f_about {
    background: #f9f9f9;
}

.aboutus {
    width: 1190px;
    margin: 0px auto;
    padding-top: 75px;
    text-align: center;
    font-size: 16.8px;
    color: #000000;
    line-height: 30px;
}

.server {
    width: 1190px;
    margin: 0px auto;
    font-size: 14px;
    line-height: 25px;
}

.service21 {
    width: 395px;
    height: 340px;
    float: left;
    text-align: center;
    padding-top: 33px;
}

.service211 {
    width: 100px;
    height: 152px;
    background: url(../images/Icon1.jpg);
    margin: 0 auto;
}

.service211:hover {
    background: url(../images/Icon11.jpg);
}

.service22 {
    width: 395px;
    height: 340px;
    float: left;
    margin-left: 2px;
    text-align: center;
    padding-top: 33px;
}

.service222 {
    width: 100px;
    height: 152px;
    background: url(../images/Icon2.jpg);
    margin: 0 auto;
}

.service222:hover {
    background: url(../images/Icon22.jpg);
}

.service23 {
    width: 395px;
    height: 340px;
    float: right;
    padding-top: 33px;
    text-align: center;
}

.service233 {
    width: 100px;
    height: 152px;
    background: url(../images/Icon3.jpg);
    margin: 0 auto;
}

.service233:hover {
    background: url(../images/Icon33.jpg);
}

.indexsubnav {
    width: 100%;
    background-color: #008fd7;
    padding-bottom: 60px;
}

.subnav1 {
    width: 1190PX;
    margin: 0 auto;
}

.subnav11 {
    width: 135PX;
    height: 270px;
    float: left;
    background: url(../images/subnav1.jpg) no-repeat center;
    margin: 39px 0px 0px 171px;
}

.subnav11:hover {
    background: url(../images/subnav11.jpg) no-repeat center;
}

.subnav12 {
    width: 135PX;
    height: 270px;
    float: left;
    background: url(../images/subnav2.jpg) no-repeat center;
    margin: 39px 0px 0px 220px;
}

.subnav12:hover {
    background: url(../images/subnav22.jpg) no-repeat center;
}

.subnav13 {
    width: 135PX;
    height: 270px;
    float: left;
    background: url(../images/subnav3.jpg) no-repeat center;
    margin: 39px 0px 0px 217px;
}

.subnav13:hover {
    background: url(../images/subnav33.jpg) no-repeat center;
}

.newsbg {
    background: #f8f8f8;
}

.newslist {
    width: 1190px;
    margin: 0px auto;
    padding: 100px 0px 40px;
}

.newslist ul li {
    float: left;
    width: 50%;
    margin-bottom: 60px;
}

.newstime {
    width: 106px;
    height: 106px;
    float: left;
    background: url(../images/date.jpg);
    background-repeat: no-repeat;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 600;
    padding-top: 12px;
    text-align: center;
    margin-left: 100px;
}

.newstime span {
    font-size: 44.6px;
    color: #FFFFFF;
}

.newsinfo {
    width: 340px;
    height: 106px;
    float: left;
    margin-left: 40px;
    font-size: 16px;
    padding-top: 8px;
    color: #000000;
}

.newsinfo a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.newsinfo span {
    font-size: 14px;
    line-height: 22px;
    color: #4c4948;
    margin-top: 5px;
    display: inline-block;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product {
    width: 1190px;
    margin: 0 auto;
}

.producttit {
    text-align: center;
    font-size: 16.8px;
    color: #000000;
    line-height: 30px;
    margin-top: 72px;
}

.productlist {
    width: 1200px;
    margin: 50px -5px 0px;
}

.productlist ul li {
    width: 388px;
    margin: 0px 5px;
    float: left;
    border: 1px solid #0993d8;
    text-align: center;
}

.productlist ul li .pronboder {
    border: 1px solid #0993d8;
    width: 378px;
    margin: 5px;
}

.productlist ul li .pronboder img {
    max-width: 100%;
}

.proinfo {
    margin-left: 50px;
    margin-bottom: 50px;
}

.protypen {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin: 45px 0px 15px 0px;
}

.proline {
    width: 60px;
    height: 2px;
    background-color: #0876B4;
}

.protit {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    height: 80px;
}

.protit a {
    display: inline-block;
    padding-right: 20px;
}

.footbg {
    background: #343841;
}

.foot {
    width: 1190px;
    margin: 50px auto 0px;
}

.fabout {
    float: left;
    width: 80px;
    padding: 30px 0px 50px 50px;
    margin: 30px 0px 30px 20px;
    border-right: 0px solid #FFFFFF;
}

.fabout dt {
    margin-bottom: 6px
}

.fabout dt a {
    color: #fff;
}

.fabout dd a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px
}

.fabout dd span {
    font-weight: 700;
}

.fpro {
    float: left;
    width: 110px;
    padding: 30px 0px 50px 70px;
    margin: 30px 0px 30px 0px;
    border-right: 0px solid #FFFFFF;
}

.fpro dt {
    margin-bottom: 6px
}

.fpro dt a {
    color: #fff;
}

.fpro dd a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px
}

.fpro dd span {
    font-weight: 700;
}

.fnews {
    float: left;
    width: 80px;
    padding: 30px 0px 50px 70px;
    margin: 30px 0px 30px 0px;
    border-right: 0px solid #FFFFFF;
}

.fnews dt {
    margin-bottom: 6px
}

.fnews dt a {
    color: #fff;
}

.fnews dd a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px
}

.fnews dd span {
    font-weight: 700;
}

.fcontact {
    float: left;
    padding: 30px 70px 0px;
    margin: 20px 0px 30px 0px;
}

.fcontact dt {
    margin-bottom: 6px
}

.fcontact dt a {
    color: #fff;
}

.fcontact dd {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px
}

.fcontact dd span {
    font-weight: 700;
}

.xian {
    width: 1px;
    height: 223px;
    background-color: #FFFFFF;
    float: left;
    margin-top: 32px;
    margin-left: 50px;
}

.foot2 {
    width: 100%;
    height: 39px;
    background: #838489;
    text-align: center;
    font-size: 15px;
    line-height: 39px;
    color: #FFFFFF;
}

/*content css*/
.mainbox {
    width: 1190px;
    margin: 50px auto;
}

.mainbox .ctit {}

.main_l {
    width: 200px;
    float: left;
}

.main_l .column {
    margin-bottom: 20px;
}

.main_l .column ul {}

.main_l .column li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 27px;
    background: #008fd6;
}

.main_l .column li:hover {
    background: #137fca
}

.main_l .column li a {
    color: #ffffff;
}

.main_l .column li.on {
    background: #137fca
}

.main_l .column em {
    float: right;
    background: url(../images/dotdown.png) right no-repeat;
    width: 10px;
    height: 10px;
    margin-top: 15px;
    margin-right: 10px;
}

.main_l .contact {
    background: #f8f8f8;
}

.main_l .contact li {
    line-height: 33px;
    padding-left: 25px;
    font-size: 14px;
    color: #000;
}

.main_r {
    width: 960px;
    float: right;
}

.main_r .ctit {
    font-size: 14px;
    color: #595757;
    font-weight: 500;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 10px;
}

.main_r .ctit span {
    font-size: 16px;
    font-weight: 700;
    color: #137fca;
}

.main_r .baseinfo {
    margin-top: 20px;
}

.main_r .baseinfo p {
    font-size: 14px;
    text-align: left;
    text-indent: 30px;
    line-height: 25px;
}

.newslists {
    margin-top: 20px;
}

.newslists li {
    width: 958px;
    border: 1px solid #dcdddd;
    margin: 15px 0px 0px 0px;
    background-color: #efeff0;
}

.newslists li.on {
    width: 958px;
    border: 1px solid #cfdce5;
    margin: 15px 0px 0px 0px;
    background-color: #cfe5f3;
}

.newslists .newsl {
    width: 60px;
    float: left;
    font-size: 18.44px;
    color: #595757;
    font-weight: 600;
    padding: 30px 0px 30px 5px;
    text-align: center;
}

.newslists .newsl span {
    font-size: 30.73px;
    color: #595757;
}

.newslists .newsc {
    width: 650px;
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #3e3a39;
    padding: 35px 0px 30px 20px;
}

.newslists .newsc span {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #3e3a39;
    padding: 0px;
}

.newslists .newsr {
    width: 100px;
    float: right;
    background-color: #898989;
    color: #FFFFFF;
    font-size: 16px;
    margin: 40px 20px 0px 0px;
}

.newslists .newsr a {
    padding-left: 18px;
    color: #FFFFFF;
    line-height: 40px;
}

.newslists li.on .newsr {
    background-color: #008ed6;
}

.newslists span {
    color: #B11618;
    padding: 0px 10px;
}

.ninfo .newstitle {
    width: 94%;
    margin: 0 auto;
    padding: 20px 0 10px;
    _padding: 0;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    color: black;
    clear: both;
    text-align: center;
    font-weight: normal;
    font-family: \5B8B\4F53;
}

.ninfo .contentMsg {
    margin-top: 5px;
    width: 100%;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    border-bottom: 1px dotted #ccc;
    text-align: center;
    color: #666;
}

.ninfo .contentMain {
    width: 98%;
    margin: 0;
    padding: 0 10px 10px;
    font-size: 16px;
    line-height: 180%;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
    clear: both;
    overflow: hidden;
    padding-top: 10px;
}

.ninfo .contentMain p {
    text-indent: 2em;
}

.ninfo .contentMain img {
    max-width: 98%;
}

.ninfo .fujian {
    border-top: #ccc dashed 1px;
    padding-top: 10px;
}

.ninfo .fujian a {
    color: #bc1411
}

.ninfo .fujian span {
    height: 30px;
    line-height: 30px;
    color: #888;
}

.ninfo .more {
    height: auto;
    overflow: hidden;
    border-top: #ccc dashed 0px;
    padding: 10px 0px;
    margin-top: 10px;
    background: #efefef;
}

.ninfo .more a {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #a0a0a0;
    font-size: 14px;
    margin-left: 2%;
}

.thumblist {
    margin-left: 0px;
    overflow: hidden;
    margin-top: 20px;
}

.thumblist li {
    float: left;
    border: 0px #e5e5e5 solid;
    width: 25%;
}

.thumblist li div {
    border: 1px #e5e5e5 solid;
    margin: 0px auto;
}

.thumblist li p {
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    height: 40px;
}

.thumblist li p {
    font-size: 14px
}

.apply dt {
    font-size: 16px;
    color: #606366;
    padding: 5px 0px;
    line-height: 30px;
}

.apply .input4 {
    width: 96%;
    border: #e5e5e5 solid 1px;
    color: #804235;
    display: block;
    padding: 10px 5px;
    background: none;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    outline: none;
}

.apply .applybtn {
    color: #fff;
    padding: 0px 0px;
    background: #004882;
    margin-top: 20px;
    float: left;
}

.apply .applya {
    margin-top: 20px;
    float: left;
    margin-left: 20px;
}

.n_newslist {}

.n_newslist li {
    line-height: 59px;
    border-bottom: 1px #CCC dashed;
    overflow: hidden;
}

.n_newslist li a {
    float: left;
    font-size: 16px
}

@media screen and (min-width: 960px) and (max-width: 1199px) {

    .top,
    .aboutus,
    .server,
    .subnav1,
    .newslist,
    .product,
    .foot,
    .mainbox {
        width: 940px;
    }

    .top .nav {
        width: 700px;
        margin-left: 0px;
        float: right;
    }

    .top .nav li {
        padding: 0px 7px;
    }

    .service21,
    .service22,
    .service23 {
        width: 313px;
    }

    .service22 {
        margin-left: 1px;
    }

    .subnav11 {
        margin: 39px 0px 0px 91px;
    }

    .subnav12 {
        margin: 39px 0px 0px 170px;
    }

    .subnav13 {
        margin: 39px 0px 0px 177px;
    }

    .newstime {
        margin-left: 80px;
    }

    .productlist {
        width: 950px;
    }

    .productlist ul li {
        width: 305px;
        margin: 0px 4px;
    }

    .productlist ul li .pronboder {
        width: 295px;
    }

    .fabout,
    .fpro,
    .fnews {
        padding: 30px 0px 50px 30px;
        margin: 30px 0px 30px 0px;
    }

    .xian {
        margin-left: 30px;
    }

    .main_r {
        width: 700px;
    }

    .newslists li {
        width: 698px;
    }

    .newslists li.on {
        width: 698px;
    }

    .newslists .newsc {
        width: 490px;
    }
}

@media screen and (max-width: 959px) {

    .top,
    .Propagandalanguage {
        display: none;
    }

    #banner {
        margin-top: 50px;
    }

    .aboutus,
    .server,
    .subnav1,
    .newslist,
    .product,
    .foot,
    .mainbox {
        width: 98%;
        max-width: 640px;
    }

    .server {
        padding-bottom: 20px;
    }

    .service21,
    .service22,
    .service23 {
        width: 100%;
        text-align: center;
        height: auto;
    }

    .service22 {
        margin-left: 1px;
    }

    .indexsubnav {
        padding-bottom: 20px;
    }

    .subnav11 {
        width: 33%;
        margin: 0px;
        text-align: center
    }

    .subnav12 {
        width: 33%;
        margin: 0px;
        text-align: center
    }

    .subnav13 {
        width: 33%;
        margin: 0px;
        text-align: center
    }

    .newslist {
        padding: 40px 0px;
    }

    .newslist ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .newstime {
        display: none;
    }

    .newsinfo {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .productlist {
        width: 100%;
        margin: 20px 0px 0px;
    }

    .productlist ul li {
        width: 100%;
        margin: 0px 0px 20px;
    }

    .productlist ul li .pronboder {
        width: 97%;
        margin: 1% auto;
    }

    .fabout,
    .fpro,
    .fnews,
    .xian {
        display: none;
    }

    .foot {
        margin-top: 20px;
    }

    .fcontact {
        padding: 0px 10px 0px;
    }

    .foot2 {
        height: auto;
    }

    .mainbox {
        margin: 20px auto;
    }

    .main_l {
        display: none;
    }

    .main_r {
        width: 100%;
    }

    .newslists .newsl,
    .newslists .newsr {
        display: none
    }

    .newslists li {
        width: 100%;
    }

    .newslists li.on {
        width: 100%;
    }

    .newslists .newsc {
        width: 100%;
        padding: 10px 0px 10px 0px;
    }

    .thumblist li {
        width: 50%;
    }
}


.page {width:100%;height:70px;clear:both;text-align:center;padding-top:30px;}
.page strong {color:#FFF;background-color:#0071b6;padding:7px 12px;margin:1px 10px 0px -1px;cursor:pointer;border:1px solid #0071b6;}
.page a {border:1px solid #e6e6e6;padding:7px 12px;margin-right:10px;cursor:pointer;color:#000;}
.page a:hover {background-color:#0071b6;border:1px solid #e6e6e6;color:#fff;}
