/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

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

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.wh, .w1240, .tong {
    width: 1200px;
    margin: 0 auto;
}

.pos, .tong1 {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

/*头部样式*/
.top1 {
    height: 37px;
    background: #006cca;
    color: #fff;
    line-height: 37px;
    overflow: hidden;
    font-size: 14px;
}

.top2 {
    height: 120px;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 120px;
    /* margin-left: 24px; */
}

.logowz {
    margin-left: 42px;
    margin-top: 30px;
    background: url(../images/line1.png) no-repeat left 8px;
    color: #000000;
    font-size: 20px;
    padding-left: 46px;
    line-height: 1;
}

.logowz p:nth-child(1) {
    font-size: 27px;
    font-weight: 600;
    color: #006cca;
    margin-bottom: 8px;
}

.top2 .k2 {
    margin-top: 19px;
    text-align: left;
    margin-right: 42px;
    line-height: 29px;
    font-size: 23px;
    font-weight: 600;
    color: #006cca;
}

.top2 .k2 p:nth-child(1) {
    font-size: 14px;
    color: #010101;
    line-height: 24px;
    font-weight: 500;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.topLink a {
    color: #fff;
}

/*导航栏样式*/
.nav li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 148px;
    background: url(../images/line3.png) no-repeat right center;
}

.nav li:last-child {
    background: none;
}

.nav li a {
    display: block;
    line-height: 57px;
    color: #5d5b5b;
    height: 57px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

.nav li:hover a {
    text-decoration: none;
    background: url(../images/line2.png) no-repeat center 46px;
}

/*.nav > li > a:focus, .nav > li:hover > a {*/
/*text-decoration: none;*/
/*background: url(../images/line2.png) no-repeat center 46px;*/
/*}*/

.nav .sec {
    height: 0;
    background: #006cca;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 57px;
    left: 0px;
    width: 100%;
}

.nav .sec a {
    background: #006cca;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: #fff;
    text-decoration: none;
    color: #006cca;
}

/*首页banner*/

.banner {
    position: relative;
}

.banner {
    width: 100%;
    height: 100%;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.banner ul.bb li {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

.banner ul.bb li a {
    width: 100%;
    display: block;
    height: 100%;
}

.banner ul.bb li a img {
    width: 100%;
    height: 100%;
}

.banner .num {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 100;
    text-align: center;
    width: 100%;
}

.banner .num li {
    display: inline-block;
    margin: 0 5px;
    width: 61px;
    height: 6px;
    text-indent: -100px;
    overflow: hidden;
    background: #009b4c;
}

.banner .num li.num_hover {
    background-color: #e15616;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

/*友情链接*/

.yqlj {
    width: 154px;
    position: relative;
    margin-top: 30px;
}

.yqlj h2, .yqlj .conn {
    width: 154px;
    position: relative;
}

.yqlj h2 {
    padding-left: 11px;
    font-weight: normal;
    background: url(../images/link.png) center;
    cursor: pointer;
    width: 154px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
    color: #949494;
}

.yqlj .conn {
    background: #202020;
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 154px;
    overflow: hidden;
    z-index: 9999;
    display: none;
}

.yqlj .conn a {
    display: block;
    text-align: center;
    font: normal 12px/46px "微软雅黑";
    border-top: 1px solid #373737;
    color: #949494;
}

/*页面底部*/

#footer {
    height: 321px;
    background: #009b4c;
}

.ff_er {
    width: 324px;
    height: 304px;
    background: #009b4c;
}

.ff_er h3 {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    padding-top: 42px;
}

.ff_er .er {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.ff_cont h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}

.ff_cont {
    width: 414px;
    padding-right: 65px;
    background: url(../images/line2.png) no-repeat right top;
    margin-top: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    border-right: 1px solid #d8e1dd;
    padding-bottom: 20px;
}

.ff_cont a {
    color: #fff;
    font-size: 14px;
}

.nav_foot {
    width: 395px;
    margin-top: 65px;
    line-height: 39px;
}

.nav_foot a {
    color: #fff;
    font-size: 14px;
}

.copyright {
    text-align: center;
    line-height: 24px;
}

/*.w1240 {*/
/*width: 1240px;*/
/*margin: 0 auto;*/
/*}*/

/*.head1 {*/
/*height: 37px;*/
/*border-bottom: 1px solid #e7e7e7;*/
/*background: #f4f4f4;*/
/*}*/

/*.wel {*/
/*font-size: 12px;*/
/*color: #666;*/
/*line-height: 36px;*/
/*}*/

/*.k1 {*/
/*font-size: 12px;*/
/*color: #666;*/
/*line-height: 36px;*/
/*}*/

/*.k1 a {*/
/*color: #666;*/
/*}*/

/*.head2 {*/
/*height: 134px;*/
/*}*/

/*.logo {*/
/*float: left;*/
/*line-height: 134px;*/
/*}*/

/*.logowz {*/
/*color: #333;*/
/*padding-left: 20px;*/
/*padding-top: 30px;*/
/*}*/

/*.htel {*/
/*padding-right: 65px;*/
/*background: url(../images/tel1.png) no-repeat right center;*/
/*text-align: right;*/
/*margin-top: 40px;*/
/*}*/

.ewm1 {
    line-height: 134px;
    padding-right: 15px;
}

.index-tlt {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.index-tlt h2 {
    font-size: 38px;
    font-weight: bold;
    color: #333;
}

.index-tlt h2 span {
    color: #006cca;
}

.index-tlt h3 {
    font-size: 18px;
    color: #999;
    line-height: 40px;
    background: url(../images/line01.png) no-repeat center;
}

.index-c1 {
    /* padding-bottom: 35px; */
}

.index-c1 {
    padding-top: 72px;
    background: #f8f8f8;
    padding-bottom: 35px;
}

.c1-con {
    margin-top: 34px;
}

.c1-left {
    width: 250px;
}

.c1-left .c1-left-tlt {
    width: 250px;
    height: 78px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background: url(../images/c1-1.png) no-repeat 199px center #006cca;
    line-height: 78px;
    text-indent: 24px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.pro-sort {
    background: #ffffff;
    padding: 9px 11px;
}

.pro-sort ul li {
    margin: 3px 0;
}

.pro-sort ul li a {
    display: block;
    line-height: 42px;
    background: url(../images/c1-2.png) no-repeat 194px center;
    text-indent: 40px;
    font-size: 17px;
    color: #666666;
}

.pro-sort ul li.on a {
    background: url(../images/c1-3.png) no-repeat 194px center #006cca;
    color: #fff;
}
.pro-sort ul li:hover a {
    background: url(../images/c1-3.png) no-repeat 194px center #006cca;
    color: #fff;
}
.c1-left .c1-left-tel {
    height: 110px;
    padding: 250px;
    padding: 15px 0;
    text-align: center;
    background: #006cca;
}

.c1-left .c1-left-tel h3 {
    font-size: 18px;
    color: #fff;
    line-height: 42px;
}

.c1-left .c1-left-tel h4 {
    font-size: 26px;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
    line-height: 30px;
    padding-left: 30px;
    background: url(../images/c1-4.png) no-repeat left center;
    display: inline-block;
}

.c1-right {
    width: 932px;
}

.c1-right .tabli {
    height: 78px;
    background: #fff;
    position: relative;
    margin-bottom: 18px;
}

.c1-right .tabli ul li {
    width: 188px;
    text-align: center;
    line-height: 78px;
    background: #e8e8e8;
    font-size: 18px;
    color: #333;
    float: left;
}

.c1-right .tabli ul li.on {
    background: #006cca;
    color: #fff;
}

.c1-right .tabli .c1-right-tel {
    font-size: 16px;
    color: #666;
    line-height: 78px;
    padding-left: 40px;
    background: url(../images/tel2.png) no-repeat left center;
    position: absolute;
    top: 0;
    right: 20px;
}

.c1-right .tabli .c1-right-tel span {
    font-weight: bold;
    color: #006cca;
    font-size: 26px;
    font-family: Arial;
}

.c1-right .tab {
    /*display: none;*/
}
.c1-right .tab ul{
	display: flex;
   flex-flow: wrap;
   justify-content: space-between;
}
.c1-right .tab ul li {
    /*width: 298px;*/
    float: left;
    margin-right: 1%;
    width: 24%;
    /*margin-right: 19px;*/
    margin-bottom: 25px;
}

.c1-right .tab ul li:nth-child(4n) {
    margin-right: 0 !important;
}

.c1-right .tab ul li a {
    display: block;
}

.c1-right .tab ul li img {
    /*width: 298px;
    height: 246px;*/
   	width: 100%;
   	max-height: 246px;
    transition-duration: .5s;
}

.c1-right .tab ul li .img {
    overflow: hidden;
}

.c1-right .tab ul li img:hover {
    transform: scale(1.1);
}

.c1-right .tab ul li h3 {
    background: #fff;
    font-size: 18px;
    color: #444;
    line-height: 46px;
    text-align: center;
}

.c1-right .tab ul li:hover h3 {
    background: #006cca;
    color: #fff;
}

.ysbg {
    background: url(../images/ysbg.jpg) center no-repeat;
    height: 625px;
    padding-top: 54px;
}

.ysbg-r {
    width: 640px;
    padding-left: 50px;
}

.ysbg-r .title h3 {
    text-align: center;
    color: #006cca;
    font: 700 36px/36px "Microsoft YaHei";
}

.ysbg-r .title p {
    padding: 19px 0 33px;
    text-align: center;
    color: #666;
    font: 500 18px/18px "Microsoft YaHei";
}

.ys-item {
    float: left;
    width: 285px;
    height: 190px;
    margin-right: 20px;
    background: #ffffff;
    margin-bottom: 26px;
    text-align: center;
}

.ys-item img {
    display: block;
    margin: 0 auto;
}

.ys-item:nth-child(odd) {
    margin-right: 0;
}

.ys-item a {
    display: inline-block;
    width: 285px;
    height: 190px;
    padding: 20px 24px 0;
}

.ys-item h3 {
    padding: 20px 0 15px;
    color: #333;
    font: 400 20px/20px "Microsoft YaHei";
}

.ys-item p {
    color: #666;
    font: 400 12px/20px "Microsoft YaHei";
}

.ys-item:hover {
    box-shadow: 0px 5px 20px #ececec;
}

.ys-item:hover .img img {
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(64deg) brightness(102%) contrast(93%);
}

.ys-item:hover h3 {
    color: #006cca;
    font: 700 20px/20px "Microsoft YaHei";
}

.index-c2 {
    background: #f8f8f8;
    padding-bottom: 70px;
    padding-top: 70px;
}

.picScroll-left {
    position: relative;
    margin-top: 50px;
}

.picScroll-left .bd {
    overflow: hidden;
}

.picScroll-left .bd ul li {
    width: 288px;
    height: 218px;
    float: left;
    margin-right: 17px;
}

.picScroll-left .bd ul li a {
    display: block;
    position: relative;
}

.picScroll-left .bd ul li .img {
    overflow: hidden;
}

.picScroll-left .bd ul li .img img {
    width: 288px;
    height: 218px;
    transition-duration: .5s;
}

.picScroll-left .bd ul li:hover .img img {
    transform: scale(1.1);
}

.picScroll-left .bd ul li a .zi {
    background: #006cca;
    transition-duration: .5s;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.picScroll-left .bd ul li a h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.picScroll-left .bd ul li a h3 p {
    margin-top: 13px;
    font-size: 12px;
}

.picScroll-left .bd ul li:hover a .zi {
    bottom: 0;
}

.picScroll-left a.next {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/right01.png) no-repeat center;
    position: absolute;
    top: 63px;
    right: -108px;
    cursor: pointer;
}

.picScroll-left a.next:hover {
    background: url(../images/right01_h.png) no-repeat center;
}

.picScroll-left a.prev {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/left01.png) no-repeat center;
    position: absolute;
    top: 63px;
    left: -108px;
    cursor: pointer;
}

.picScroll-left a.prev:hover {
    background: url(../images/left01_h.png) no-repeat center;
}

.index-c3 {
    padding-top: 80px;
    padding-bottom: 20px;
}

.index-c3 .index-tlt {
    padding-top: 50px;
    padding-bottom: 40px;
}

.index-c3 ul {
    margin-top: 60px;
}

.index-c3 ul li {
    margin-bottom: 30px;
}

.index-c3 ul li .img {
    width: 589px;
    height: 404px;
    float: left;
    overflow: hidden;
}

.index-c3 ul li .img img {
    width: 589px;
    height: 404px;
    transition-duration: .5s;
}

.index-c3 ul li .img img:hover {
    transform: scale(1.1);
}

.index-c3 ul li .wz {
    width: 540px;
    float: right;
    margin-top: 10px;
}

.index-c3 ul li:nth-child(2n) .img {
    float: right;
}

.index-c3 ul li:nth-child(2n) .wz {
    float: left;
}

.index-c3 ul li .wz .wz-tlt {
    padding-left: 90px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.index-c3 ul li .wz .wz-tlt h3 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}

.index-c3 ul li .wz .wz-tlt h4 {
    font-size: 17px;
    color: #666;
    line-height: 30px;
}

.index-c3 ul li .wz .wz-tlt dt {
    width: 74px;
    height: 85px;
    background: url(../images/c3-1.png) no-repeat center;
    text-align: center;
    line-height: 85px;
    color: #fff;
    font-size: 48px;
    font-family: Arial;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 10px;
}

.index-c3 ul li .wz .wz-con {
    font-size: 16px;
    color: #383838;
    line-height: 35px;
}

.index-c3 ul li .wz .wz-tu {
    width: 540px;
    height: 138px;
    margin-top: 30px;
    overflow: hidden;
}

.index-c3 ul li .wz .wz-tu img {
    width: 540px;
    height: 138px;
    transition-duration: .5s;
}

.index-c3 ul li .wz .wz-tu img:hover {
    transform: scale(1.1);
}

.index-c3 ul li:nth-child(4) .wz-tel {
    font-size: 16px;
    font-weight: bold;
    color: #006cca;
    margin-top: 30px;
}

.index-c3 ul li:nth-child(4) .wz-tel span {
    font-size: 24px;
}

.index-c3 ul li:nth-child(4) a.ljzx {
    display: block;
    width: 220px;
    height: 40px;
    background: #006cca;
    box-shadow: 0 0 20px #006cca;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-top: 20px;
}

.h-about {
    /* background: url(../images/about_bg.jpg) repeat-x bottom center; */
    /* padding-bottom: 60px; */
}

.h-about-box {
    background: #fff;
    margin-top: 10px;
}

.h-about-left {
    width: 588px;
    height: 402px;
    overflow: hidden;
}

.h-about-left img {
    max-width: 100%;
    transition: all .6s;
}

.h-about-left:hover img {
    transform: scale(1.1);
}

.h-about-right {
    width: 620px;
    height: 402px;
    padding: 45px 15px 0 0;
}

.h-about-right .title h3 {
    color: #040203;
    font: 700 44px/44px "Arial";
    padding-bottom: 7px;
}

.h-about-right .title p {
    color: #333;
    font: 500 24px/24px "Microsoft YaHei";
}

.about-con {
    color: #666;
    font: 400 14px/28px "Microsoft YaHei";
    padding: 25px 0 44px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.more-a {
    display: block;
    width: 206px;
    height: 50px;
    color: #fff;
    background: #006cca;
    text-align: center;
    border-radius: 5px;
    transition: all .6s;
    font: 400 14px/50px "Microsoft YaHei";
    margin-top: 20px;
}

.more-a:hover {
    color: #fff;
    padding-left: 15px;
}

.ab-tu {
    margin-top: 28px;
    margin-bottom: 36px;
}

.ab-tu .tabli2 {
    width: 200px;
}

.ab-tu .ab-tu-img {
    width: 986px;
    float: right;
}

.ab-tu .tabli2 ul li {
    width: 200px;
    height: 90px;
    background: #d3d3d3;
    text-align: center;
    font-size: 22px;
    color: #333;
    padding-top: 20px;
    cursor: pointer;
}

.ab-tu .tabli2 ul li span {
    display: block;
    font-size: 12px;
    font-family: Arial;
    color: #999;
    text-transform: uppercase;
}

.ab-tu .tabli2 ul li.cur {
    background: url(../images/ab1.png) no-repeat center;
    color: #fff;
}

.ab-tu .tabli2 ul li.cur span {
    color: rgba(255, 255, 255, 0.5);
}

.ab-tu .ab-tu-img .tab2 {
    display: none;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd {
    overflow: hidden;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li {
    width: 233px;
    height: 180px;
    float: left;
    margin-right: 18px;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li img {
    width: 233px;
    height: 180px;
    transition-duration: .5s;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li {
    overflow: hidden;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li img:hover {
    transform: scale(1.1);
}

.news-z {
    padding: 60px 0 36px;
}

.news-l {
    width: 600px;
}

.news-r {
    width: 576px;
}

.news-top-t {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.news-top-t h4 {
    float: left;
    color: #333;
    font: 500 22px/22px "Microsoft YaHei";
}

.news-top-t h4 b {
    display: inline-block;
    margin: 0 0 0px 14px;
    color: #999;
    font: 400 14px/14px "Arial";
}

.more-n {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/quan.png);
    margin-bottom: 18px;
}


.h-news{
    margin-top: 50px;
}

.h-news-a .img {
    width: 284px;
    height: 170px;
    overflow: hidden;
}

.h-news-a .img img {
    transition: all .6s;
}

.h-news-a:hover img {
    transform: scale(1.1);
}

.news-a-con {
    width: 289px;
}

.news-a-con h3 {
    color: #333;
    font: 700 16px/16px "Microsoft YaHei";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 12px 0;
}

.news-a-con p {
    color: #999;
    font: 400 14px/24px "Microsoft YaHei";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-a-con span {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
    background: url(../images/newsjt.png);
}

.h-news-b {
    border: 1px solid #eee;
    padding: 22px 20px 0 23px;
    margin-top: 28px;
}

.h-news-b a {
    display: block;
    margin-bottom: 19px;
}

.h-news-b a h3 {
    width: 488px;
    padding-left: 22px;
    float: left;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    transition: all .6s;
    font: 400 14px/14px "Microsoft YaHei";
}

.h-news-b a h3::before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    height: 7px;
    width: 7px;
    transition: all .6s;
    border: 1px solid #006cca;
}

.h-news-b a .date {
    float: left;
    color: #999;
    font: 300 12px/14px "Microsoft YaHei";
}

.h-news-b a:hover h3 {
    color: #006cca;
    font: 700 14px/14px "Microsoft YaHei";
}

.h-news-b a:hover h3::before {
    background: #006cca;
}

#ydemo {
    height: 390px;
    overflow: hidden;
}

.h-news-c a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.h-news-c a:first-child {
    padding-top: 0;
}

.h-news-c a:last-child {
    border-bottom: none;
}

.h-news-c .pic {
    width: 160px;
    height: 96px;
    overflow: hidden;
}

.h-news-c a img {
    transition: all .6s;
    width: 160px;
    height: 96px;
}

.h-news-c .news-c-con {
    width: 406px;
}

.news-c-con h3 {
    color: #333;
    font: 700 16px/16px "Microsoft YaHei";
    padding: 15px 0 16px;
}

.news-c-con .newscon {
    color: #999;
    font: 400 14px/22px "Microsoft YaHei";
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.h-news-c a:hover img {
    transform: scale(1.1);
}

.h-news-c a:hover h3 {
    color: #006cca;
}

.hotSearch{
    height: 40px;
    line-height: 40px;
     font-size: 16px;
      color:#000;
}
.hotSearch a{
    color:#000;
    font-size: 16px;
    padding-right: 15px;
}









/*板块1*/

.box1 {
    margin-top: 45px;
}

.bt1 {
    text-align: center;
}

.bt1 dd {
    color: #000000;
    font-size: 40px;
    padding-bottom: 20px;
    line-height: 40px;
    background: url(../images/h-1.png) no-repeat bottom center;
    margin-bottom: 8px;
}

.bt1 dt {
    color: #5d5b5b;
    font-size: 18px;
    line-height: 18px;
    margin-top: 12px;
    font-weight: 500;
}

.aleft {
    width: 541px;
}

.aright img {
    display: block;
    width: 625px;
    height: 438px;
}

.abox {
    margin-top: 65px;
}

.abt h3 {
    color: #006cca;
    font-size: 59px;
    font-family: 'arial';
    line-height: 59px;
    font-weight: 600;
}

.abt {
    color: #000000;
    font-size: 24px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
}

.acon {
    color: #5d5b5b;
    font-size: 16px;
    line-height: 28px;
    margin-top: 14px;
}

.aleft a {
    display: block;
    margin: 32px 0 0 19px;
    width: 139px;
    height: 44px;
    background-color: #006cca;
    line-height: 44px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.gun {
    position: relative;
    margin-top: 56px;
}

.aul li {
    margin-right: 27px;
}

.aul li a img {
    display: block;
    width: 280px;
    height: 209px;
}

.l_btn1, .r_btn1 {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 44%;
}

.l_btn1 {
    background: url(../images/lt.png) no-repeat top center;
    left: -65px;
}

.l_btn1:hover {
    background: url(../images/lt1.png) no-repeat top center;
}

.r_btn1 {
    background: url(../images/rt.png) no-repeat top center;
    right: -65px;
}

.r_btn1:hover {
    background: url(../images/rt1.png) no-repeat top center;
}

/*横幅*/

.ht1 {
    height: 309px;
    background: url(../images/74fb7c6d45d5830ef6de500dfee00a4f42223b27.png) no-repeat top center;
}

.hbt {
    color: #fff;
    font-size: 24px;
}

.hbt h3 {
    font-size: 45px;
    font-weight: bold;
    padding: 65px 0 14px 0;
}

.fbox {
    margin-top: 35px;
    width: 659px;
    line-height: 49px;
    height: 51px;
    border: solid 1px #ffffff;
    border-radius: 25px;
    padding-left: 64px;
    background: url(../images/telx.png) no-repeat 25px center;
}

.fbox a {
    display: block;
    width: 132px;
    height: 52px;
    background-color: #ffffff;
    border-radius: 25px;
    color: #006cca;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}

.quan {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 17px;
}

.htel {
    color: #ffffff;
    font-size: 34px;
    font-weight: bold;
}
.con_r{
	font-size: 15px;line-height: 2;text-align: justify;color: #666;
}
.title_r{border-bottom: 1px solid #ccc;padding-bottom: 12px;margin-bottom: 20px;}
.title_r h2{font-size: 24px;color: #333;margin-bottom: 12px;}
.title_r span{color: #999;margin-right: 22px;}
