@charset "utf-8";

/* CSS Document */


/*顶部*/

.dyqx_ding {
    width: 100%;
    height: 34px;
    background: #323333;
}

.dyqx_ding_kd {
    width: 1200px;
    height: 34px;
    margin: 0 auto;
}

.dyqx_ding_kd span {
    display: block;
    line-height: 34px;
    color: #fff;
}

.disleft {
    width: 462px;
    float: left;
}

.disright {
    width: 140px;
    border-left: 1px solid #AFAFAF;
    cursor: pointer;
    float: right;
    color: #fff;
    text-align: center;
    position: relative;
}

.disright img {
    display: none;
    position: absolute;
    left: 5px;
    top: 34px;
    width: 120px;
    height: 120px;
}

.disright:hover img {
    display: block;
}

.wzdt {
    width: 100px;
    float: right;
    text-align: center;
    position: relative;
}

.wzdt a {
    color: #fff;
}


/*导航*/

.ydsz_nav {
    width: 100%;
    height: 120px;
    background: #f5f5f5;
}

.ydsz_nav_kd {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.logo1 {
    width: 600px;
    float: left;
    height: 110px;
    margin: 5px 0;
}

.logo1 img {
    width: 100%;
    height: auto;
}

.dianhua {
    float: right;
    width: auto;
    height: 100px;
    background: url(../images/wy01.png) 30px 30px no-repeat;
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.dianhua .s-r {
    margin-left: 10px;
}

.dianhua .s-r img {
    width: 100px;
}

.dianhua span {
    font-size: 25px;
    font-family: "微软雅黑";
    display: block;
    margin: 5px 0 0 90px;
    color: #3480d3;
}

.dianhua h1 {
    font-size: 14px;
    font-family: "微软雅黑";
    display: block;
    /* margin: 0; */
    color: #9f9f9f;
    padding-left: 90px;
}


/*导航*/

.daohang1 {
    width: 100%;
    height: 50px;
    border-top: 2px solid #3b3b3b;
    background: #f6f6f6;
}

.daohang {
    width: 1200px;
    margin: 0 auto;
}

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

.nav {
    margin: 0 auto;
    padding: 0px;
    position: relative;
    z-index: 10;
    width: 1200px;
    float: right;
}

.nav a {
    color: #323232;
}

.nav .nLi {
    float: left;
    position: relative;
    _display: inline;
    text-align: center;
    float: left;
}

.nav .nLi h3 {
    float: left;
    height: 50px;
    margin: 0 1px;
    line-height: 50px;
    overflow: hidden;
}

.nav .nLi h3 a {
    font-size: 16px;
    padding: 0 50px;
    display: block;
    font-family: "微软雅黑";
    font-weight: normal;
}

.nav .sub {
    display: none;
    width: 120px;
    left: 20px;
    top: 50px;
    position: absolute;
    background: #3480d3;
    line-height: 26px;
    padding: 5px 0;
}

.nav .sub li {
    zoom: 1;
    text-align: center;
    line-height: 35px;
}

.nav .sub a {
    display: block;
    padding: 0px;
    color: #fff;
    font-family: "微软雅黑";
}

.nav .sub a:hover {
    background: #00686d;
}

.nav .on {
    float: left;
}

.nav .nLi:hover h3 a {
    background: #3480d3;
    color: #fff;
}


/* flexslider */


/* 首页幻灯本例子css */

.indexhdbox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
}

.indexhdbox .focusBox {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    overflow: hidden;
}

.indexhdbox .focusBox .bd li {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.indexhdbox .focusBox .bd li img {
    width: 100% !important;
    height: auto;
    display: block;
}

.indexhdbox .focusBox .hd {
    height: 22px;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 50%;
    margin-right: -50px;
    overflow: hidden;
}

.indexhdbox .focusBox .hd ul {
    float: right;
    overflow: hidden;
}

.indexhdbox .focusBox .hd li {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: #909090;
    float: left;
    color: #909090;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 100%;
}

.indexhdbox .focusBox .hd li.on {
    background: #ffffff;
    color: #fff;
}

.indexhdbox .focusBox .prev,
.indexhdbox .focusBox .next {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 46%;
    z-index: 3;
}

.indexhdbox .focusBox .prev {
    background: url(../images/sx04.png) no-repeat;
    left: 0;
}

.indexhdbox .focusBox .next {
    background: url(../images/sx05.png) no-repeat;
    right: 0;
}


/*main_style*/


/*搜索*/

.sousuo {
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #646464;
    font-family: "微软雅黑";
}

.sousuo1 {
    width: 1200px;
    margin: 0 auto;
    height: 65px;
}

.sousuo1 .gjc {
    float: left;
    width: 900px;
    overflow: hidden;
    text-align: center;
    line-height: 65px;
}

.sousuo1 .gjc span {
    display: block;
    font-size: 14px;
    float: left;
    color: #3480d3;
}

.sousuo1 .gjc a {
    float: left;
    display: block;
    padding: 0 20px;
    font-size: 12px;
    color: #323232;
}

.sousuo1 .ss {
    float: right;
    width: 300px;
    overflow: hidden;
    height: 40px;
    margin: 10px 0;
}

.search_Box {
    float: right;
    width: 260px;
    height: 40px;
}

.btn {
    width: 65px;
    height: 34px;
    background: #3480d3;
    color: #fff;
    font-size: 14px;
    float: right;
}

.input-medium {
    width: 191px;
    height: 34px;
    border: 1px solid #e2e2e2;
}


/*友情*/

.hezuo1 {
    width: 100%;
    background: #F5F5F5;
    height: 440px;
    font-family: "微软雅黑";
}

.hezuo {
    width: 1200px;
    margin: 0 auto;
}

.hezuo .biaoti {
    width: 1200px;
    height: 170px;
    padding: 50px 0 0 0;
}

.hezuo .biaoti img {
    width: 300px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.picMarquee-left2 {
    width: 1100px;
    position: relative;
    margin: 0 auto;
}

.picMarquee-left2 .hd {
    overflow: hidden;
}

.picMarquee-left2 .hd .prev,
.picMarquee-left2 .hd .next {
    display: block;
    z-index: 999999;
    width: 30px;
    height: 60px;
    top: 40%;
    position: absolute;
}

.picMarquee-left2 .hd .prev {
    background: #363636 url(../images/slt07.png) center no-repeat;
    left: -4%;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
}

.picMarquee-left2 .hd .next {
    background: #363636 url(../images/slt07.png) center no-repeat;
    right: -4%;
}

.picMarquee-left2 .hd .prev:hover,
.picMarquee-left2 .hd .next:hover {
    background: #3480d3 url(../images/slt07.png) center no-repeat;
}

.picMarquee-left2 .bd {
    width: 1100px;
    overflow: hidden;
}

.picMarquee-left2 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left2 .bd ul li {
    margin: 30px 15px;
    float: left;
    width: 220px;
    height: 160px;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left2 .bd ul li img {
    width: 220px;
    height: 120px;
    display: block;
    border: 1px solid #e2e2e2;
}

.picMarquee-left2 .bd ul li p {
    line-height: 40px;
    text-align: center;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #323232;
}


/*产品*/

.chanp {
    width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

.chanp .biaoti {
    width: 1200px;
    height: 150px;
    padding: 50px 0 0 0;
}

.chanp .biaoti img {
    width: 300px;
    height: 63px;
    margin: 0 auto;
    display: block;
}

.picMarquee-left {
    width: 1100px;
    position: relative;
    margin: 0 auto;
}

.picMarquee-left .hd {
    overflow: hidden;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    cursor: pointer;
    z-index: 999999;
    width: 30px;
    height: 60px;
    top: 40%;
    position: absolute;
}

.picMarquee-left .hd .prev {
    background: #363636 url(../images/slt07.png) center no-repeat;
    left: -4%;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
}

.picMarquee-left .hd .next {
    background: #363636 url(../images/slt07.png) center no-repeat;
    right: -4%;
}

.picMarquee-left .hd .prev:hover,
.picMarquee-left .hd .next:hover {
    background: #3480d3 url(../images/slt07.png) center no-repeat;
}

.picMarquee-left .bd {
    width: 1100px;
    overflow: hidden;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 30px 15px;
    float: left;
    width: 180px;
    background: #f5f5f5 url(../images/zd03.png) center no-repeat;
    height: 204px;
    _display: inline;
    overflow: hidden;
}

.picMarquee-left .bd ul li .img {
    width: 170px;
    height: 150px;
    display: block;
    overflow: hidden;
    margin: 5px;
    position: relative;
}

.picMarquee-left .bd ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.picMarquee-left .bd ul li p {
    line-height: 30px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #323232;
}

.picMarquee-left .bd ul li:hover {
    background: #f5f5f5 url(../images/zd04.png) center no-repeat;
}

.chanp .genduo {
    width: 60px;
    height: 52px;
    margin: 20px auto;
    background: url(../images/zd05.png) center no-repeat;
    text-align: center;
    line-height: 52px;
    font-size: 14px;
    color: #fff;
    display: block;
}


/*关于*/

.gaunyu {
    width: 100%;
    height: 540px;
    background: #f5f5f5;
    font-family: "微软雅黑";
}

.gaunyu1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.biaoti1 {
    width: 300px;
    height: 170px;
    padding: 60px 0;
    margin: 0 auto;
}

.gaunyu_left {
    width: 400px;
    height: 300px;
    overflow: hidden;
    float: left;
}

.gaunyu_left img {
    width: 100%;
    height: auto;
    min-height: 300px;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.5s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 0.5s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.gaunyu_left:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -moz-transform: scale(1.1, 1.1);
    /* Firefox */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1, 1.1);
    /* Opera */
}

.gaunyu_right {
    float: right;
    width: 760px;
    height: 260px;
}

.gaunyu_right h1 {
    text-align: left;
    margin: 0 20px;
    line-height: 70px;
    font-weight: normal;
    font-size: 20px;
}

.gaunyu_right h1 a {
    color: #3480d3;
}

.gaunyu_right p {
    text-indent: 2em;
    font-size: 12px;
    height: 180px;
    overflow: hidden;
    color: #646464;
    padding: 0 20px;
    line-height: 24px;
}

.gaunyu_right .genduo {
    width: 80px;
    height: 26px;
    background: url(../images/zd07.png) no-repeat;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #3480d3;
    display: block;
}


/*我们的实力*/

.shili {
    width: 1200px;
    margin: 0 auto;
}

.shili .bt {
    width: 1200px;
    height: 23px;
    margin: 80px auto 50px auto;
    background: url(../images/zd08.png) no-repeat;
    position: relative;
}

.shili .bt .more {
    width: 80px;
    height: 23px;
    background: #3480d3;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    position: absolute;
    top: 0;
    right: 100px;
}

.shili .bt .more a {
    color: #fff;
}

.shili li {
    width: 280px;
    height: 240px;
    float: left;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.shili li img {
    width: 100%;
    height: auto;
    min-height: 240px;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.5s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 0.5s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.shili li .txt {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.shili li .txt h1 {
    text-align: center;
    margin: 0 5px;
    height: 40px;
    font-weight: normal;
    overflow: hidden;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    display: block;
}

.shili li:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -moz-transform: scale(1.1, 1.1);
    /* Firefox */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1, 1.1);
    /* Opera */
}

.shili li:hover .txt {
    background: rgba(0, 146, 153, 0.6);
}


/*新闻动态*/

.news-box1 {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
    overflow: hidden;
    font-family: "微软雅黑";
}

.news-box1 .biaoti {
    width: 1200px;
    height: 150px;
    padding: 50px 0 0 0;
}

.news-box1 .biaoti img {
    width: 300px;
    height: 63px;
    margin: 0 auto;
    display: block;
}

.news_right {
    width: 380px;
    float: left;
    margin: 10px;
}

.news_right1 {
    width: 380px;
    height: 40px;
}

.news_right1 h1 {
    text-align: left;
    line-height: 40px;
    float: left;
    font-weight: normal;
    height: 40px;
    font-size: 16px;
    color: #000000;
}

.news_right1 h1 span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: #323232;
    border-radius: 50%;
    margin: 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
}

.news_right1 a {
    display: block;
    text-align: right;
    line-height: 40px;
    float: right;
    height: 40px;
    font-size: 16px;
    color: #323232;
}

.news_right1 a:hover {
    color: #3480d3;
}

.mumn1 {
    width: 380px;
    float: left;
    height: 430px;
    position: relative;
    overflow: hidden;
}

.mumn1 .hd {
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: -0;
}

.mumn1 .hd ul {
    float: right;
    overflow: hidden;
}

.mumn1 .hd li {
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: #909090;
    float: left;
    color: #909090;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 100%;
}

.mumn1 .hd li.on {
    background: #3276f2;
    color: #3276f2;
}

.mumn1 .bd {
    overflow: hidden;
}

.mumn1 .bd {
    overflow: hidden;
    zoom: 1;
}

.mumn1 .bd li {
    float: left;
    _display: inline;
    width: 380px;
    height: 410px;
    overflow: hidden;
}

.mumn1 .bd li .title {
    width: 378px;
    float: left;
    height: 60px;
    border: 1px solid #909090;
    border-radius: 5px;
}

.mumn1 .bd li .title h2 {
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    height: 35px;
    overflow: hidden;
}

.mumn1 .bd li .title a {
    color: #646464;
}

.mumn1 .bd li .title span {
    line-height: 13px;
    color: #909090;
    display: block;
    text-align: center;
    font-size: 12px;
    height: 20px;
    overflow: hidden;
}

.mumn1 .bd li .pic {
    width: 378px;
    height: 250px;
    float: left;
    border: 1px solid #646464;
    border-radius: 5px;
    margin: 10px 0;
    overflow: hidden;
}

.mumn1 .bd li .pic img {
    width: 100%;
    height: auto;
    min-height: 250px;
}

.mumn1 .bd li:hover .title h1 a {
    color: #3276f2;
}

.mumn1 .bd li p {
    width: 100%;
    height: 70px;
    color: #909090;
    overflow: hidden;
}

.m-top6 {
    width: 100%;
    overflow: hidden;
    margin: 0;
    background: url(../images/zd10.jpg) no-repeat;
    height: 370px;
}

.m-top6 .tu {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}

.m-top6 .tu img {
    width: 100%;
    height: auto;
    min-height: 300px;
}

.contact_ct {
    width: 1200px;
    overflow: hidden;
    height: 260px;
    background: #fff;
    margin: 60px auto 0 auto;
}

.contact_ct .liuyuan {
    width: 470px;
    float: left;
    margin-top: 20px;
    height: 230px;
}

.lianxi {
    float: left;
    width: 500px;
    height: 230px;
    margin: 10px 0 0 20px;
    font-family: "微软雅黑";
}

.lianxi h1 {
    ont-weight: normal;
    text-align: left;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    overflow: hidden;
    color: #323232;
}

.lianxi p {
    width: 500px;
    margin: 0 20px;
    text-align: left;
    line-height: 30px;
    float: left;
    font-size: 12px;
    color: #646464;
}

.lianxi p a {
    color: #fff;
}

.contact_ct .ewm {
    width: 200px;
    height: 250px;
    float: left;
    margin: 10px 0;
}

.contact_ct .ewm img {
    width: 140px;
    height: 140px;
    margin: 40px 30px 0 30px;
}

.contact_ct .ewm span {
    display: block;
    width: 140px;
    margin: 0 30px;
    color: #323232;
    font-size: 12px;
    text-align: center;
}

.ditu {
    width: 100%;
    height: 200px;
    background: #000;
}


/*底部*/

.box-dibu2 {
    width: 100%;
    height: 44px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background: #1b2735;
}

.box-dibu3 {
    width: 700px;
    height: 44px;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.box-dibu3 span {
    margin: 0px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 44px;
    display: block;
    float: left;
}

.box-dibu3 a {
    color: #fff;
    display: block;
    float: left;
}

.box-dibu3 a:hover {
    color: #fff;
}

.box-dibu3 a img {
    width: 153px;
    height: 28px;
    margin: 0 30px 0 0;
    padding: 0px;
}