@charset "utf-8";

/* CSS Document */

body {
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}


/*footer*/


/*banner*/

.slideBox1 {
    width: 100%;
    height: 675px;
    /*这个根据效果图定义*/
    overflow: hidden;
    position: relative;
}

.slideBox1 .hd1 {
    height: 17px;
    position: absolute;
    left: 50%;
    bottom: 45px;
    /*这个根据效果图定义*/
    z-index: 1;
    margin-left: -84px;
    /*这个根据效果图定义*/
    overflow: hidden;
}

.slideBox1 .hd1 ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox1 .hd1 ul li {
    float: left;
    margin: 0 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #9da3aa;
    cursor: pointer;
}

.slideBox1 .hd1 ul li.on {
    background: #555b62;
}

.slideBox1 .bd1 {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox1 .bd1 li {
    width: 100%;
    height: 100%;
    zoom: 1;
    vertical-align: middle;
}

.slideBox1 .bd1 a {
    display: block;
    height: 675px;
    /*这个根据效果图定义*/
    width: 100%;
}

.slideBox1 .prev1,
.slideBox1 .next1 {
    /*这个是banner 左右箭头 更具需要添加或者删除*/
    position: absolute;
    top: 50%;
    margin-top: -52px;
    display: block;
    width: 53px;
    height: 105px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox1 .prev1 {
    background: url(../img/prev.png) no-repeat;
    /*这个根据效果图定义*/
    left: 5%;
}

.slideBox1 .next1 {
    left: auto;
    right: 5%;
    background: url(../img/next.png) no-repeat;
    /*这个根据效果图定义*/
}

.slideBox1 .prev1:hover,
.slideBox1 .next1:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.other-banner {
    height: 450px;
    /*根据效果图定义*/
}


/*width*/

.w265 {
    width: 265px;
}

.w705 {
    width: 705px;
}


/*page*/

.page {
    text-align: center;
    padding: 30px;
}

.page a {
    display: inline-block;
    border: 1px solid #dadada;
    height: 24px;
    line-height: 24px;
    padding: 0 7px;
    color: #868686;
}

.page a:hover,
.page a.current {
    background: #909090;
    color: #ffffff;
}


/*sub-menu*/

.sub-menu {
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.sub-menu h3 {
    background: #f00;
    height: 66px;
    font-size: 24px;
    color: #e5e5e5;
    line-height: 1.2;
    padding-top: 20px;
    padding-left: 16px;
}

.sub-menu h3 span {
    color: #d2d2d2;
    text-transform: uppercase;
    font-size: 12px;
}

.sub-menu ul li {
    line-height: 48px;
    vertical-align: bottom;
}

.sub-menu ul li a.a-tit {
    display: block;
    line-height: 48px;
    background: url("../images/img-06.png") no-repeat 9px 19px;
    padding-left: 33px;
    font-size: 14px;
    color: #929292;
    border-right: 3px solid #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.sub-menu ul li a:hover,
.sub-menu ul li a.current {
    background: url("../images/img-07.png") no-repeat 9px 19px;
    border-right: 3px solid #cb161f;
}

.sub-menu ul li .menu-cont {
    display: none;
}

.sub-menu ul li .menu-cont a {
    display: block;
    border-bottom: 1px solid #dadada;
    height: 32px;
    line-height: 32px;
    padding-left: 33px;
    font-size: 12px;
    color: #b6b5b5;
}

.sub-menu ul li .menu-cont a:hover,
.sub-menu ul li .menu-cont a.current {
    color: #cb161f;
}


/*bread-crumbs*/

.bread-crumbs {
    height: 40px;
    line-height: 40px;
    background: url("../images/img-01.png") repeat-x left bottom;
}

.bread-crumbs .b-l {
    border-bottom: 2px solid #da251c;
    height: 38px;
    line-height: 38px;
    color: #da251c;
    font-size: 16px;
}

.bread-crumbs .b-r {
    background: url("../images/img-02.png") no-repeat left 12px;
    line-height: 40px;
    padding-left: 18px;
}

.bread-crumbs .b-r,
.bread-crumbs .b-r a {
    color: #7f7f7f;
}


/*文字列表*/

.txt-list li {
    background: url("../images/img-05.png") no-repeat left 18px;
    padding-left: 16px;
    height: 38px;
    line-height: 38px;
    color: #616161;
    font-size: 14px;
    overflow: hidden;
    vertical-align: bottom;
    border-bottom: 1px dotted #bebebe;
}

.txt-list li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.txt-list li a {
    color: #616161;
}


/*图文列表*/

.img-txt-list {}

.img-txt-list li {
    zoom: 1;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
}

.img-txt-list li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.img-txt-list li .l-s {
    /*宽度根据效果定义*/
    width: 166px;
}

.img-txt-list li .l-s img {
    /*图片大小根据效果定义*/
    display: block;
    width: 166px;
    height: 185px;
}

.img-txt-list li .r-s {
    /*宽度根据效果定义*/
    line-height: 24px;
    color: #616161;
    width: 525px;
}

.img-txt-list li .r-s h3 a {
    font-size: 20px;
    color: #000000;
    line-height: 44px;
}

.img-txt-list li .r-s .a-s {
    display: block;
    width: 130px;
    height: 34px;
    line-height: 34px;
    background: #b61c1d;
    color: #ffffff;
    font-size: 16px;
}

.img-txt-list-02 {
    margin-left: -13px;
}

.img-txt-list-02 li {
    float: left;
    width: 226px;
    /*宽度根据效果定义*/
    display: inline;
    margin-left: 13px;
    vertical-align: bottom;
    margin-bottom: 20px;
    overflow: hidden;
}

.img-txt-list-02 li .pic img {
    display: block;
    width: 237px;
    height: 173px;
}

.img-txt-list-02 li p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.img-txt-list-02 li p a {
    color: #494949;
}


/*单页*/

.single-page {
    color: #7f7f7f;
    line-height: 1.6;
    font-size: 14px;
}

.single-page p {
    text-indent: 2em;
}

.single-page .title {
    color: #1a1a1a;
    font-size: 24px;
    padding: 10px 0;
}

.main {
    width: 100%;
    height: 1845px;
}

.content-one {
    width: 100%;
    height: 740px;
}

.content-one-left {
    width: 50%;
    height: 740px;
    background-color: #1f5db3;
}

.content-one-left .content-one-left-one {
    width: 561px;
    height: 526px;
    float: right;
    margin-top: 116px;
    margin-right: 40px;
}

.content-one-left .content-one-left-one>a>h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 100;
}

.content-one-left .content-one-left-one p {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    opacity: 0.9;
}

.content-one-left .content-one-left-one .ppp1 {
    margin-top: 70px;
}

.content-one-left .content-one-left-one .ppp2 {
    margin-top: 50px;
}

.content-one-left .content-one-left-one .anniu {
    width: 97px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    margin-top: 130px;
    opacity: 0.6;
}

.content-one-left .content-one-left-one .anniu:hover {
    opacity: 1;
}

.content-one-right {
    width: 50%;
    height: 740px;
    overflow: hidden;
}

.content-one-right img {
    height: 100%;
}

.main .content {
    width: 1200px;
    height: 1408px;
}

.main .content .d0 {
    width: 580px;
    height: 413px;
    float: left;
    margin-top: 40px;
    position: relative;
}

.main .content .d0 .motai {
    width: 580px;
    height: 413px;
    position: absolute;
    background-color: rgba(31, 93, 179, 0.78);
    z-index: 9;
    display: none;
    text-align: center;
    overflow: hidden;
}

.main .content .d0 .motai:hover .pp1 {
    top: 146px;
    transition: ease all 1s 0.3s;
}

.main .content .d0 .motai:hover .pp4 {
    top: 216px;
    transition: ease all 1s 0s;
}

.main .content .d0 .motai:hover .pp2 {
    bottom: 126px;
    transition: ease all 1s 0.5s;
}

.main .content .d0 .motai:hover .pp3 {
    bottom: 86px;
    transition: ease all 1s 0.7s;
}

.main .content .d0 .motai p a {
    color: #fff;
}

.main .content .d0 .motai .pp1 {
    width: 337px;
    height: 50px;
    position: absolute;
    top: -68px;
    left: 123px;
}

.main .content .d0 .motai .pp1 a {
    font-size: 36px;
}

.main .content .d0 .motai .pp2 {
    position: absolute;
    bottom: -30px;
    left: 185px;
}

.main .content .d0 .motai .pp2 a {
    font-size: 24px;
}

.main .content .d0 .motai .pp3 {
    padding-left: 20px;
    background: url(../img/jia.png) no-repeat 0px 3px;
    position: absolute;
    bottom: -20px;
    left: 251px;
}

.main .content .d0 .motai .pp3 a {
    font-size: 14px;
}

.main .content .d0 .motai .pp4 {
    width: 337px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: -20px;
    left: 123px;
}

.main .content .d0 .tup {
    width: 580px;
    height: 413px;
    position: absolute;
    background-color: skyblue;
    z-index: 8;
}

.main .content .you {
    margin-left: 40px;
}

.content-two {
    width: 100%;
    /*height: 694px;*/
    background-color: #efeff1;
}

.content-two #button1 {
    width: 1200px;
    height: 100px;
    margin: auto;
}

.content-two #button1 ul li {
    float: left;
}

.content-two #button1 ul li a {
    font-size: 30px;
    color: #5b5a5a;
    line-height: 100px;
}

.content-two #button1 #a1,
#b1 {
    width: 600px;
    text-align: center;
}

#gsywly1 {
    display: none;
}

#gsgs11,
#gsywly1 {
    width: 1200px;
    height: 594px;
    margin: auto;
    overflow: hidden;
}

#aa {
    width: 120px;
    height: 77px;
    display: block;
    margin: auto;
    border-bottom: 1px solid #0082e6;
}

#bb {
    width: 120px;
    height: 77px;
    display: block;
    margin: auto;
}

#gsgs11 div {
    width: 580px;
    height: 151px;
    float: left;
}

#gsywly1 div {
    width: 580px;
    height: 151px;
    float: left;
}

.gs11 span {
    display: block;
}

.gs11 .sp11 {
    width: 140px;
    height: 151px;
    background-color: #d3d2d2;
    text-align: center;
}

.gs11 .sp11 .a1 {
    font-size: 44px;
    color: #fff;
    line-height: 90px;
}

.gs11 .sp11 .a2 {
    width: 130px;
    height: 60px;
    display: block;
    text-align: right;
    background-color: #bbb8b8;
    border-top: 1px dashed #8a8888;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    padding-right: 10px;
}

.gs11 .sp21 {
    width: 440px;
    height: 151px;
    background-color: #fff;
}

.gs11 .sp21 .sp21-1 {
    font-size: 20px;
    color: #595959;
    padding-left: 20px;
    margin-top: 30px;
}

.gs11 .sp21 .sp21-2 {
    font-size: 14px;
    color: #bbb8b8;
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 20px;
}

.gs11:hover .sp11 {
    background-color: #3399ff;
}

.gs11:hover .a2 {
    border-top: 1px dashed #80c1f3;
    background-color: #0082e6;
}

.gs11:hover .sp21 {
    background-color: #1f5db3;
}

.gs11:hover .sp21-1 {
    color: #fff;
}

.gs11:hover .sp21-2 {
    color: #fff;
}

.quanbu-banner {
    width: 100%;
    height: 400px;
}

.quanbu-banner img {
    width: 100%;
    height: 100%;
}


/*关于我们1开始*/

.quanbu-main {
    width: 1200px;
    margin: auto;
}

.quanbu-main-top {
    width: 927px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #f0f0f0;
    float: right;
}

.quanbu-main-top>a {
    font-size: 14px;
    color: #999999;
}

.quanbu-main-top .a11 {
    padding-left: 20px;
    background: url(../img/fangzi.png) no-repeat 0px 3px;
}

.guanyu-main-left {
    width: 252px;
    margin-top: 60px;
}

.guanyu-main-left .img2 {
    width: 252px;
    height: 179px;
}

.guanyu-main-left .img2 img {
    width: 100%;
    height: 100%;
}

.guanyu-main-left #guanyu-button {
    margin-top: 30px;
}

.guanyu-main-left #guanyu-button h2 {
    font-size: 22px;
    color: #1f5db3;
}

.guanyu-main-left #guanyu-button ul li {
    width: 252px;
    height: 55px;
    background-color: #f0f0f0;
    line-height: 55px;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    cursor: pointer;
}

.guanyu-main-left #guanyu-button ul li a {
    font-size: 18px;
    color: #000;
}

.guanyu-main-right {
    width: 927px;
    position: relative;
}

.guanyu-main-0 {
    width: 927px;
}

.guanyu-main-1 {
    height: 2000px;
    width: 927px;
    margin-left: 20px;
}

.guanyu-main-0 h3 {
    font-size: 28px;
    color: #474747;
    text-align: center;
    margin-top: 40px;
}

.guanyu-main-1 .guanyu-main-1-1 {
    font-size: 16px;
    color: #474747;
    margin-top: 30px;
    line-height: 30px;
}

.guanyu-main-1 .guanyu-main-1-bottom {
    width: 927px;
    height: 1860px;
    margin-top: 40px;
    background: url(../img/xian.png) no-repeat 400px 0px;
    position: relative;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo0 {
    width: 314px;
    height: 336px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo1 {
    margin-top: 72px;
    margin-right: 128px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo2 {
    margin-top: 139px;
    margin-left: 87px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo3 {
    margin-top: 57px;
    margin-right: 128px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo4 {
    margin-top: 60px;
    margin-left: 87px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo5 {
    margin-top: 57px;
    margin-right: 128px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo6 {
    margin-top: 60px;
    margin-left: 87px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo7 {
    margin-top: 57px;
    margin-right: 128px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo8 {
    margin-top: 60px;
    margin-left: 87px;
    height: 363px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo0-p1 {
    width: 100%;
    height: 32px;
    font-size: 22px;
    color: #1f5db3;
    font-weight: bold;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo0 img {
    margin-top: 10px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo0-p2 {
    font-size: 16px;
    color: #474747;
    margin-top: 20px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo00-p1 {
    width: 100%;
    height: 32px;
    font-size: 22px;
    color: #1f5db3;
    font-weight: bold;
    text-align: right;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo0 img {
    margin-top: 10px;
}

.guanyu-main-1 .guanyu-main-1-bottom .boo00-p2 {
    font-size: 16px;
    color: #474747;
    margin-top: 20px;
}


/*关于我们1结束*/


/*关于我们2开始*/

.guanyu-main-2 {
    height: 710px;
}

.guanyu-main-2 .guanyu-main-2-2 {
    width: 930px;
    height: auto;
    background-color: saddlebrown;
    margin-top: 50px;
}


/*关于我们2结束*/


/*关于我们3开始*/

.guanyu-main-3 {
    height: 460px;
    position: relative;
}

.guanyu-main-3 img {
    position: absolute;
    bottom: 66px;
}

.guanyu-main-3 .guanyu-main-3-1 {
    font-size: 16px;
    color: #474747;
    margin-top: 30px;
    line-height: 30px;
}


/*关于我们3结束*/


/*产品服务开始*/


/*产品服务1开始*/

.chanpin-main-left {
    width: 252px;
    margin-top: 60px;
}

.chanpin-main-left .img2 {
    width: 252px;
    height: 179px;
}

.chanpin-main-left .img2 img {
    width: 100%;
    height: 100%;
}

.chanpin-main-left #chanpin-main-button {
    margin-top: 30px;
}

.chanpin-main-left #chanpin-main-button h2 {
    font-size: 22px;
    color: #1f5db3;
}

.chanpin-main-left #chanpin-main-button ul li {
    width: 252px;
    height: 55px;
    background-color: #f0f0f0;
    line-height: 55px;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    cursor: pointer;
}

.chanpin-main-left #chanpin-main-button #chanpin-a {
    background-color: #1f5db3;
}

.chanpin-main-left #chanpin-main-button #chanpin-a a {
    color: #fff;
}

.chanpin-main-left #chanpin-main-button ul li a {
    font-size: 18px;
    color: #000;
}

.chanpin-main-right {
    width: 927px;
    position: relative;
}

.chanpin-main-0 {
    width: 927px;
}

.chanpin-main-0 h3 {
    font-size: 28px;
    color: #474747;
    text-align: center;
    margin-top: 40px;
}

.chanpin-main-1 {
    display: block;
    height: auto;
}

.chanpin-main-1 .chanpin-main-1-1 {
    width: 927px;
    font-size: 16px;
    color: #474747;
    margin-top: 25px;
}

.chanpin-main-1>img {
    margin-top: 60px;
}

.chanpin-main-1 {
    font-size: 16px;
    color: #474747;
}

.chanpin-main-1 .chanpin-main-1-3 {
    margin-top: 10px;
    line-height: 44px;
}


/*产品服务1结束*/


/*产品服务2开始*/

.chanpin-main-2 {
    height: auto;
}

.chanpin-main-2 .chanpin-main-2-1 {
    width: 927px;
    font-size: 16px;
    color: #474747;
    margin-top: 25px;
    line-height: 25px;
    height: 105px;
    border-bottom: 1px dashed #f0f0f0;
}

.chanpin-main-2 .chanpin-main-2-bottom {
    width: 927px;
    height: 2619px;
    margin-top: 37px;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-one {
    width: 927px;
    height: 414px;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-one .chanpin-main-2-bottom-one-left {
    width: 578px;
    height: 412px;
    border: 1px solid #f0f0f0;
}


/*banner*/

.slideBox {
    width: 578px;
    height: 412px;
    /*这个根据效果图定义*/
    overflow: hidden;
    position: relative;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd a {
    display: block;
    height: 500px;
    /*这个根据效果图定义*/
    width: 100%;
}

.slideBox .prev,
.slideBox .next {
    /*这个是banner 左右箭头 更具需要添加或者删除*/
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 53px;
    height: 105px;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .prev {
    background: url(../img/prev1.png) no-repeat;
    /*这个根据效果图定义*/
    left: 5%;
}

.slideBox .next {
    left: auto;
    right: 5%;
    background: url(../img/next1.png) no-repeat;
    /*这个根据效果图定义*/
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.other-banner {
    height: 450px;
    /*根据效果图定义*/
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-one .chanpin-main-2-bottom-one-right {
    width: 317px;
    height: 414px;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-one .chanpin-main-2-bottom-one-right>h3 {
    padding: 0;
    margin: 0;
    margin-left: -5px;
    font-size: 21px;
    color: #1f5db3;
    font-weight: 100;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-one .chanpin-main-2-bottom-one-right>p {
    font-size: 16px;
    margin-top: 27px;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-one .chanpin-main-2-bottom-one-right>p>span {
    padding-left: 20px;
    color: #1f5db3;
    background: url(../img/yuan.png) no-repeat 0px 6px;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-two {
    width: 927px;
    /*height: 308px;*/
    border-bottom: 1px dashed #f0f0f0;
    margin-top: 60px;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-two>div {
    width: 303px;
    /*height: 308px;*/
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-three {
    width: 927px;
    height: 450px;
    padding-top: 50px;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-three>p {
    font-size: 18px;
    color: #000;
    text-align: center;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-three>div {
    width: 454px;
    height: 322px;
    float: left;
    margin-top: 45px;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-four {
    width: 927px;
    height: 465px;
    border-bottom: 1px dashed #f0f0f0;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-four>p {
    font-size: 16px;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-four>p>span {
    color: #474747;
    font-weight: bold;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-five {
    width: 927px;
    height: 600px;
    padding-top: 40px;
    border-bottom: 1px dashed #F0F0F0;
}

.chanpin-main-2 .chanpin-main-2-bottom .chanpin-main-2-bottom-five #vido {
    width: 728px;
    height: 530px;
    background-color: gold;
    margin: auto;
}

.chanpin-main-2 .chanpin-main-2-bottom .xiazai {
    width: 252px;
    height: 104px;
    margin: auto;
    margin-top: 65px;
    text-align: center;
    position: relative;
}

.chanpin-main-2 .chanpin-main-2-bottom .xiazai a {
    font-size: 26px;
    color: #000;
}

.chanpin-main-2 .chanpin-main-2-bottom .xiazai img {
    position: absolute;
    bottom: 10px;
    left: 41%;
}


/*产品服务2结束*/


/*产品服务3开始*/


/*产品服务3结束*/


/*产品服务4开始*/


/*产品服务4结束*/


/*产品服务5开始*/

.chanpin-main-5 {
    height: auto;
}

.chanpin-main-5 .chanpin-main-5-1 {
    width: 927px;
    font-size: 16px;
    color: #474747;
    margin-top: 25px;
    line-height: 25px;
    height: 105px;
    border-bottom: 1px dashed #f0f0f0;
}

.chanpin-main-5 .chanpin-main-5-one {
    width: 927px;
    height: 413px;
    margin-top: 37px;
}

.chanpin-main-5 .chanpin-main-5-two {
    width: 927px;
    height: 413px;
    margin-top: 34px;
}

.chanpin-main-5 .chanpin-main-5-three {
    width: 927px;
    height: 590px;
    margin-top: 34px;
    border-bottom: 1px dashed #F0F0F0;
}

.chanpin-main-5 .chanpin-main-5-left {
    width: 581px;
    height: 413px;
}

.chanpin-main-5 .chanpin-main-5-right {
    width: 316px;
    height: 413px;
}

.chanpin-main-5 .chanpin-main-5-right h4 {
    font-size: 22px;
    color: #1f5db3;
    font-weight: 100;
    margin-bottom: 20px;
}

.chanpin-main-5 .chanpin-main-5-right p {
    font-size: 14px;
    color: #000000;
    margin-top: 5px;
}

.chanpin-main-5 .chanpin-main-5-right>p>span {
    font-weight: bold;
}

.chanpin-main-5 .chanpin-main-5-five {
    width: 927px;
    height: 600px;
    padding-top: 40px;
    margin-top: 70px;
    border-bottom: 1px dashed #F0F0F0;
}

.chanpin-main-5 .chanpin-main-5-five #vido3 {
    width: 728px;
    height: 530px;
    background-color: gold;
    margin: auto;
}

.chanpin-main-5 .xiazai {
    width: 252px;
    height: 104px;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    position: relative;
}

.chanpin-main-5 .xiazai a {
    font-size: 26px;
    color: #000;
}

.chanpin-main-5 .xiazai img {
    position: absolute;
    bottom: 10px;
    left: 41%;
}


/*产品服务5结束*/


/*产品服务结束*/


/*新闻1开始*/

.xinwen-main-right {
    width: 928px;
    margin-right: 60px;
}

.xinwen-main-0 {
    width: 928px;
}

.xinwen-main-1 {
    display: block;
    height: 1140px;
}

.xinwen-main-1 div {
    width: 928px;
    height: 151px;
    margin-top: 40px;
}

.gs1 span {
    display: block;
}

.gs1 .sp1 {
    width: 140px;
    height: 151px;
    background-color: #d3d2d2;
    text-align: center;
}

.gs1 .sp1 .a1 {
    font-size: 44px;
    color: #fff;
    line-height: 90px;
}

.gs1 .sp1 .a2 {
    width: 130px;
    height: 60px;
    display: block;
    text-align: right;
    background-color: #bbb8b8;
    border-top: 1px dashed #8a8888;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    padding-right: 10px;
}

.gs1 .sp2 {
    width: 788px;
    height: 151px;
    background-color: #fff;
}

.gs1 .sp2 .sp2-1 {
    font-size: 20px;
    color: #595959;
    padding-left: 20px;
    margin-top: 30px;
}

.gs1 .sp2 .sp2-2 {
    font-size: 16px;
    color: #bbb8b8;
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 20px;
}

.gs1:hover .sp1 {
    background-color: #3399ff;
}

.gs1:hover .a2 {
    border-top: 1px dashed #80c1f3;
    background-color: #0082e6;
}

.gs1:hover .sp2 {
    background-color: #1f5db3;
}

.gs1:hover .sp2-1 {
    color: #fff;
}

.gs1:hover .sp2-2 {
    color: #dfe5f1;
}

.xinwen-main-right .yema {
    width: 550px;
    height: 52px;
    margin: auto;
    margin-top: 80px;
}

.xinwen-main-right .yema span {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #dddddd;
    margin-left: 8px;
    font-size: 16px;
    text-align: center;
    line-height: 52px;
}

.xinwen-main-right .yema .spp1 {
    background-color: #3399ff;
    color: #fff;
}

.xinwen-main-right .yema a {
    color: #000000;
}

.xinwen-main-2 {
    height: 1140px;
}


/*新闻1结束*/


/*新闻1.1开始*/

.xinwen-main-right>h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.xinwen-main-right>h2>a {
    font-size: 28px;
    text-align: center;
    font-weight: 100;
    color: #474747;
}

.xinwen-main-right p {
    font-size: 16px;
    color: #474747;
    line-height: 30px;
}

.xinwen-main-right .tupan {
    width: 927px;
    height: 217px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.xinwen-main-right .tupan img {
    width: 303px;
    height: 217px;
}

.xinwen-main-bottom {
    width: 927px;
    height: 100px;
}

.xinwen-main-bottom a {
    color: #474747;
    font-size: 16px;
    display: block;
}


/*新闻1.1结束*/


/*联系我们开始*/

.lianxi-main-right {
    width: 927px;
    padding-top: 40px;
}

.lianxi-main-right .ditu {
    width: 927px;
    height: 540px;
}

.lianxi-main-right .lianxi {
    width: 927px;
    height: 160px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.lianxi-main-right .lianxi ul {
    float: left;
}

.lianxi-main-right .lianxi ul li {
    font-size: 18px;
    color: #474747;
    margin-top: 10px;
}


/*
		2019.05.28 修改
*/

.content-two #button1 ul li a {
    color: #01509f;
}

.clearfix .img {
    font-size: 0;
}

.clearfix .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #333;
}

.clearfix .swiper-pagination {
    bottom: 5px !important;
}

.clearfix .swiper-button-next,
.clearfix .swiper-button-prev {
    width: auto !important;
    height: auto !important;
    background: none;
}

.clearfix .swiper-button-next {
    right: 30px;
}

.clearfix .swiper-button-prev {
    left: 30px;
}