@charset "utf-8";

/* CSS Document */


/*引入字体库*/

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot');
    /* IE9*/
    src: url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'), /* chrome銆乫irefox */
    url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}

.fa {
    display: inline-block;
    font-family: "iconfont";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.fa-icon-qq img {
    height: 19px;
}

.fa-icon-weibo:before {
    content: "\e600";
}

.fa-icon-weixin:before {
    content: "\e605";
}

.fa-icon-zaixianzixun:before {
    content: "\e608";
}


/************************************************************************************************************/

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-background {
    background: none !important;
}

.no-border {
    border: none !important;
}

.overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    outline: none !important;
}

.imgvertical {
    vertical-align: middle !important;
}

.container-fluid {
    max-width: 1200px!important;
}

.clear {
    clear: both;
}

body {
    font-family: "微软雅黑";
}


/*全局样式*/

.top {
    background: #f3f3f3;
}

.top .left {
    font-size: 12px;
    color: #5c5c5c;
    line-height: 30px;
}

.top .right ul li {
    display: inline-block;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 30px;
}

.top .right ul li a {
    color: #5c5c5c;
}

.logo {
    height: 100px;
}

.logo .logoimg img {
    margin-top: 25px;
}

.logo .logoimg1 {
    display: block;
}

.logo .logoimg2 {
    display: none;
}

.logo .logoimg {
    height: 95px;
    line-height: 95px;
    padding-left: 15px;
    font-size: 3rem;
    color: #0058B8;
}

.logo .logoimg span {
    color: #B90000;
}

.logo .tel {
    padding: 20px 0 20px 60px;
    background: url(../images/dh.png) left center no-repeat;
    margin-top: 6px;
}

.logo .tel h5 {
    font-size: 16px;
    color: #464646;
}

.logo .tel h6 {
    font-size: 26px;
    color: #bb0000;
    line-height: 32px;
    font-weight: bold;
}

.heard1 {
    width: 100%;
    height: 50px;
    background: #0058b8;
}

.heard1 nav {
    width: 100%;
}

.heard1 nav ul li {
    width: 171.42px;
    height: 50px;
    position: relative;
}

.heard1 nav ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    position: relative;
    z-index: 99;
    ;
}

.heard1 nav ul li.active a {
    background: #b90000;
}

.heard1 nav ul li:hover a {
    background: #b90000;
}

.heard1 nav .ul2 {
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    background: #f2f2f2;
    z-index: 999;
}

.heard1 nav .ul2 .li2 {
    position: relative;
}

.heard1 nav .ul2 .li2 a {
    color: #000;
    line-height: 40px;
    background: none;
}

.heard1 nav .ul2 .li2 a:hover {
    background: #b90000;
    color: #fff;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
    display: none;
}

.banner .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.banner .carousel-fade .carousel-inner .active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.banner .carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.banner .carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.banner #myCarousel {
    position: relative
}

.banner #myCarousel .carousel-indicators {
    bottom: 0;
    z-index: 4
}

.banner #myCarousel .carousel-indicators li {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    background: none;
    border: 2px solid #b90000;
}

.banner #myCarousel .carousel-indicators li:hover {
    background-color: #b90000;
}

.banner #myCarousel .carousel-indicators li.active {
    background-color: #b90000;
}


/*m-w*/

.mian-pic {
    padding: 30px 0;
}

.mian-about {
    padding: 20px 0 30px;
    background: url(../images/about_bg.jpg) center center;
    background-size: cover;
}

.mian-vehicle {
    padding: 20px 0 30px;
}

.mian-case {
    padding: 30px 0;
    background: #f9f9f9;
}

.mian-news {
    padding: 30px 0;
}

.mian-Color {
    padding: 30px 0;
    background: #1b1b1b
}


/*t-1*/

.title {
    margin: 20px 0;
}

.title h3 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    font-family: 微软雅黑;
    line-height: 44px;
}

.title h6 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.title h6 span {
    font-weight: normal;
    text-transform: uppercase;
}

.title .kuai {
    width: 120px;
    height: 3px;
    background: #a9a5a5;
    margin: 5px auto;
    position: relative;
}

.title .kuai:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #b40000;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 0;
}


/*t-2*/

.title2 {
    margin: 20px 0;
}

.title2 h3 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 44px;
}

.title2 h6 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.title2 h6 span {
    font-weight: normal;
    text-transform: uppercase;
}

.title2 .kuai {
    width: 120px;
    height: 3px;
    background: #a9a5a5;
    margin: 5px auto;
    position: relative;
}

.title2 .kuai:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #b40000;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 0;
}


/*t-6*/

.title6 {
    border-bottom: 1px solid #ccc;
}

.title6 h4 {
    font-size: 20px;
    color: #0058b8;
    font-weight: bold;
    line-height: 50px;
}

.title6 span {
    font-size: 12px;
    color: #000000;
    line-height: 50px;
}

.title6 span a {
    color: #000;
}

.title6 span a:hover {
    color: #0058b8;
}


/*t-7-1*/

.title07 {
    margin: 20px 0 0 0;
}

.title07 h1 {
    margin: 0 auto !important;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.title07 h2 {
    margin: 0 auto !important;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    width: 60%;
    border-bottom: 1px dashed #666;
}

.title07 h6 {
    color: #666;
    line-height: 30px;
}


/*t-4*/

.aboutnei {
    margin-top: 20px;
}

.aboutnei h4 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

.title4 {
    padding: 10px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.title4 img {
    max-width: 100%;
    height: auto;
}


/*text-3*/

.text03 {
    padding: 10px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.text03 img {
    max-width: 100%;
    height: auto;
}


/*lunbo*/

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {}


/*pic*/

.picture22 {
    position: relative;
    margin: 25px -10px 0;
}

.picture22 .lunbobox {
    display: none;
}

.picture22 .lunbobox.active {
    display: block;
}

.picture22 #owl-demo2 .item {
    margin: 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.picture22 #owl-demo2 .item li {
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px;
}

.picture22 #owl-demo2 .item li .imgbox {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.picture22 #owl-demo2 .item .imgs {
    -webkit-transition: all .3s;
    overflow: hidden;
}

.picture22 #owl-demo2 .item .imgs img {
    max-width: 100%;
}

.picture22 #owl-demo2 .item .imgs span {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.picture22 #owl-demo2 .item .fuwu_til {
    padding: 10px;
    transition: all .3s;
}

.picture22 #owl-demo2 .item h3 {
    font-size: 14px;
    color: #000;
    transition: all .3s;
}

.picture22 #owl-demo2 .item .fuwu_ti {
    font-size: 12px;
    color: #727171;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 10px;
    transition: all .3s;
}

.picture22 #owl-demo2 .item li:hover .imgs span {
    transform: scale(1.1);
}

.picture22 #owl-demo2 .item li:hover .fuwu_til {
    background: #b90000;
}

.picture22 #owl-demo2 .item li:hover .fuwu_til h3 {
    color: #fff;
}

.picture22 #owl-demo2 .item li:hover .fuwu_til .fuwu_ti {
    color: #fff;
}

.picture22 .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 41px;
    height: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.picture22 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    display: none;
}

.picture22 .owl-theme .owl-controls .owl-buttons div.owl-next {
    display: none;
}

.picture22 .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.picture22 .owl-theme .owl-controls .owl-page {
    display: none;
}


/*about*/

.about_til {
    margin-top: 25px;
}

.about_til h3 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.about_til .about_ti {
    color: #404040;
    line-height: 30px;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}

.about_til h4 {
    font-size: 24px;
    color: #b40000;
    font-weight: bold;
    line-height: 50px;
    margin: 20px 0 40px !important;
}

.more a {
    display: block;
    width: 210px;
    line-height: 40px;
    color: #000;
    text-align: center;
    border: 2px solid #000;
    margin: 20px auto 20px;
    transition: all .3s;
}

.more a:hover {
    background: #b40000;
    border: 2px solid #b40000;
    color: #fff;
}


/*pic*/

.picture24 {
    position: relative;
    margin: 25px -10px 0;
}

.picture24 #owl-demo4 .item {
    margin: 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.picture24 #owl-demo4 .item li {
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px;
}

.picture24 #owl-demo4 .item li .imgbox {
    padding: 5px;
    border: 1px solid #d7d7d7;
    transition: all .3s;
}

.picture24 #owl-demo4 .item li .imgs {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.picture24 #owl-demo4 .item li .imgs span {
    display: block;
    width: 100%;
}

.picture24 #owl-demo4 .item .imgs img {
    max-width: 100%;
}

.picture24 #owl-demo4 .item li .biao {
    background: #e0e0e0;
    padding: 0 26px 0 5px;
    position: relative;
    transition: all .3s;
}

.picture24 #owl-demo4 .item li .biao:after {
    content: '→';
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    transition: all .3s;
}

.picture24 #owl-demo4 .item li h4 {
    font-size: 14px;
    color: #333;
    line-height: 40px;
    transition: all .3s;
    transition: all .3s;
}

.picture24 #owl-demo4 .item li:hover .imgbox {
    border: 1px solid #b90000
}

.picture24 #owl-demo4 .item li:hover .biao {
    background: #b90000;
}

.picture24 #owl-demo4 .item li:hover .biao:after {
    color: #fff;
}

.picture24 #owl-demo4 .item li:hover h4 {
    color: #fff;
}

.picture24 .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -80px;
    background: url(../images/yjt.png) left center no-repeat;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -80px;
    background: url(../images/zjt.png) right center no-repeat;
}

.picture24 .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.picture24 .owl-theme .owl-controls .owl-page {
    display: none;
}


/*news*/

.news {
    margin-top: 20px;
}

.news ul {
    margin: 0 -15px;
}

.news ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.news ul li .news_box {
    padding: 14px 14px 14px 180px;
    min-height: 188px;
    position: relative;
    background: #f9f9f9;
    border: 1px solid #b5b5b5;
}

.news ul li .news_box .imgbox {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 20px;
    top: 14px;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.news ul li .news_box .imgbox span {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    border-radius: 50%;
}

.news ul li .news_box .news_til {
    padding: 15px 0 0 20px;
}

.news ul li .news_box .news_til h3 {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.news ul li .news_box .news_til h6 {
    font-size: 12px;
    color: #666;
    line-height: 26px;
}

.news ul li .news_box .news_til .news_ti {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.news ul li:hover .news_box .imgbox span {
    transform: scale(1.1);
}

.news ul li:hover .news_til h3 {
    color: #b90000;
}

.news ul li:hover .news_til h6 {
    color: #b90000;
}

.news ul li:hover .news_til .news_ti {
    color: #b90000;
}

.contact02 {
    margin-top: 20px;
}

.contact02 .lx_box ul li {
    padding: 0 0 0 53px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px;
}

.contact02 input {
    border: 1px solid #fff;
    height: 37px;
    color: #fff;
    background: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
}

.contact02 textarea {
    border: 1px solid #fff;
    background: none;
    height: 95px;
    resize: none;
    color: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.contact02 button {
    width: 100%;
    height: 33px;
    color: #fff;
    background: #b90000;
    border: none;
    transition: all 0.3s;
}

.contact02 button:hover {
    opacity: 0.8;
}


/*p-7*/

.picture7 {
    margin: 20px 0 0 0;
    text-align: center;
}

.picture7 img {
    display: block;
    margin: 0 auto;
}

.picture7 iframe {}


/*c-1*/

.content1 {
    padding: 26px 0 40px 0;
}

.subnav ol {
    margin-bottom: 3px !important;
    text-transform: uppercase;
}

.subnav ol h1 {
    font-size: 18px;
    color: #fff;
    line-height: 80px;
    background: #0058b8;
    font-weight: bold;
    border-top: 5px solid #2f88ea;
    padding: 0 0 0 30px;
}

.subnav ol h1 span {
    font-size: 12px;
    color: #fff;
}

.subnav ol h2 {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    background: #0058b8;
    font-weight: bold;
    padding: 0 0 0 30px;
}

.subnav ol h2 span {
    font-size: 12px;
    color: #fff;
}

.subNavBox {
    margin-bottom: 30px;
}

.subNav2 {
    cursor: pointer;
    font-size: 14px;
    line-height: 37px;
    background: #fff;
    margin: 2px 0 0 0;
    padding: 1px;
    border: 1px solid #e5e5e5;
}

.subNav2 a {
    color: #333;
    width: 100%;
    display: block;
    background: #e5e5e5;
    padding: 0 0 0 37px;
    position: relative;
}

.subNav2 a:after {
    content: '>';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 15px;
    color: #000;
    font-family: '宋体';
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 11px;
}

.subNav2.currentDd {
    border: 1px solid #0058b8;
}

.subNav2.currentDd a {
    background: #0058b8;
    color: #fff;
}

.subNav2:hover {
    border: 1px solid #0058b8;
}

.subNav2:hover a {
    background: #0058b8;
    color: #fff;
}

.subnav .di {
    color: #888;
    line-height: 22px;
    border: 1px solid #e5e5e5;
}

.subnav .di .tel_box {
    padding: 25px 25px 25px 70px;
    background: url(../images/ren2.png)30px center no-repeat;
    border-bottom: 1px solid #e5e5e5;
}

.subnav .di .tel_box h4 {
    font-size: 12px;
    color: #000;
}

.subnav .di .tel_box h5 {
    font-size: 20px;
    color: #a81212;
    font-weight: bold;
}

.subnav .di p {
    padding: 20px;
    font-size: 12px;
    color: #000;
    line-height: 30px;
}

.subnav .yddnav li {
    margin-bottom: 2px;
    height: 50px;
}

.subnav .yddnav li a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    background: #666;
    transition: all 0.3s;
}

.subnav .yddnav li a.active {
    background: #0058b8;
}

.subnav .yddnav span {
    padding-left: 30px;
}

.subnav .yddnav b {
    padding-right: 30px;
    line-height: 50px;
}

.subnav .yddnav .xl {
    margin: 0 0 2px 0;
    height: auto;
    overflow: hidden;
}

.subnav .yddnav .xl.xlhide {
    display: none;
}

.subnav .yddnav .xls {
    height: 40px;
    line-height: 40px;
    background: #dcdcdc;
    border-top: solid 1px #fff;
}

.subnav .yddnav .xls a {
    color: #333;
    display: block;
    line-height: 40px;
}


/*pic*/

.pic {
    margin: 30px 0 0 0;
}

.pic ul {
    margin: 0 -10px;
}

.pic ul li {
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.pic ul li .imgbox {
    padding: 5px;
    border: 1px solid #d7d7d7;
    transition: all .3s;
}

.pic ul li .imgs2 {
    margin-bottom: 5px;
}

.pic ul li .imgs2 span {
    display: block;
    width: 100%;
    height: 100%;
}

.pic ul li .biao {
    background: #e0e0e0;
    padding: 0 26px 0 5px;
    position: relative;
    transition: all .3s;
}

.pic ul li .biao:after {
    content: '→';
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    transition: all .3s;
}

.pic ul li h3 {
    font-size: 14px;
    color: #333;
    line-height: 40px;
    transition: all .3s;
    transition: all .3s;
}

.pic ul li:hover .imgbox {
    border: 1px solid #b90000
}

.pic ul li:hover .biao {
    background: #b90000;
}

.pic ul li:hover .biao:after {
    color: #fff;
}

.pic ul li:hover h3 {
    color: #fff;
}


/*news*/

.news2 {
    margin-top: 30px;
}

.news2 ul li {
    min-height: 166px;
    padding-left: 218px;
    position: relative;
    margin-bottom: 30px;
}

.news2 .imgbox {
    border: 1px solid #c4c4c4;
    width: 218px;
    height: 166px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1;
    padding: 2px;
    transition: all .3s;
}

.news2 .imgbox span {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
    border: 1px solid #c4c4c4;
    transition: all .3s;
}

.news2 .news_text {
    padding: 0 0 0 15px;
}

.news2 .news_text h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.news2 .news_ti {
    color: #333;
    line-height: 25px;
    height: 100px;
    text-align: justify;
    overflow: hidden;
    margin-top: 15px;
}

.news2 .news_text .more4 {
    width: 90px;
    line-height: 30px;
    color: #333;
    text-align: center;
    background: #e5e5e5;
    margin-top: 5px;
}

.news2 ul li:hover .imgbox {
    border: 1px solid #b90000;
}

.news2 ul li:hover .imgbox span {
    border: 1px solid #b90000;
}

.news2 ul li:hover .news_ti {
    color: #b90000;
}

.news2 ul li:hover .news_text .more4 {
    background: #b90000;
    color: #fff;
}


/*liuyan*/

.liu_box {
    margin-top: 20px;
}

.liuyan {
    width: 60%;
    margin: 40px auto;
}

.liuyan .inp {
    margin-bottom: 10px;
}

.liuyan input {
    border: none;
    height: 39px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.liuyan .inp2 {
    margin-bottom: 15px;
}

.liuyan textarea {
    border: 1px solid #ccc;
    height: 95px;
    width: 100%;
    resize: none;
    padding: 0 10px;
}

.liuyan button {
    width: 100%;
    height: 36px;
    color: #fff;
    background: #0058b8;
    border: none;
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
}

.liuyan button:hover {
    opacity: 0.8;
}


/*ditu*/

.right-content .contact_box {
    margin-top: 20px;
}

.right-content .ditu {
    position: relative;
    margin-top: 20px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.right-content .us {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}


/*f-1*/

footer {
    padding: 15px 0;
    background: #333333;
}

footer nav ul {
    vertical-align: top;
    font-size: 0;
}

footer nav ul li {
    display: inline-block;
}

footer nav ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

footer nav ul li:hover a {
    color: #fff;
}

footer .ewm_box {
    width: 103px;
    height: 103px;
    overflow: hidden;
}

footer section {
    color: #fff;
    opacity: 0.5;
    line-height: 24px;
    font-size: 13px;
    margin-top: 25px;
}

footer section .Copyright a {
    color: #fff;
}

footer section .Copyright a:hover {
    color: #fff;
}

footer .ewm_box {
    width: 120px;
    height: 120px;
    margin-top: 10px;
}

@media (max-width:1199px) {
    .picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
        display: none;
    }
    .picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
        display: none;
    }
}

@media (max-width:991px) {
    .logo {
        height: 74px;
        border-bottom: none;
        position: relative;
    }
    .logo .sjdnav {
        display: none;
        width: 150px;
        height: auto;
        position: absolute;
        right: 20px;
        top: 74px;
        z-index: 9999;
    }
    .logo .logo .sjdnav ul {
        margin: 0;
        padding: 0;
    }
    .logo .sjdnav li {
        display: block;
        height: 30px;
        text-align: center;
        padding: 0;
        margin-bottom: 5px;
        background: rgba(0, 0, 0, 0.7);
    }
    .logo .sjdnav li a {
        display: block;
        color: #fff;
        line-height: 30px;
    }
    .logo .logoimg img {
        margin-top: 12px;
        height: auto;
    }
    .logo .logoimg {
        height: 74px;
        line-height: 74px;
        padding-left: 15px;
        font-size: 2rem;
    }
    .logo .logoimg1 {
        display: none;
    }
    .logo .logoimg2 {
        display: block;
    }
    .logo .ydd_btn {
        margin: 21px 15px 0 0;
        padding: 10px 7px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        background: #0058b8;
    }
    .logo .ydd_btn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .logo .ydd_btn span.span02 {
        margin: 3px 0;
    }
    .logo .ydd_btn.click span {
        background: #fff;
    }
    .logo .ydd_btn.click span.span01 {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        position: relative;
        top: 6px;
        margin-top: 0px;
    }
    .logo .ydd_btn.click span.span02 {
        margin: 4px 0;
    }
    .logo .ydd_btn.click span.span03 {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        top: -6px;
        margin-top: 0px;
    }
    .logo .ydd_btn.click span.span02 {
        width: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
    .mian-pic {
        padding: 10px 0;
    }
    /*a-1*/
    .about_til .about_ti {
        height: auto;
        text-align: justify;
    }
    .about_til h4 {
        margin: 20px 0 0px !important;
    }
    footer section {
        margin-top: 0px;
    }
}

@media (max-width:768px) {
    body {
        padding-bottom: 50px;
    }
    .logo .sjdnav {
        right: 0px;
    }
    .hot {
        height: 50px;
        background: #0058b8;
        position: fixed;
        bottom: 0;
        border-top: 2px solid #fff;
        left: 0;
        z-index: 99;
        width: 100%;
    }
    .hot span {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
    }
    .hot h6 {
        font-size: 12px;
        line-height: 20px;
    }
    .hot .row div a {
        display: block;
        color: #fff;
        padding: 7px 0;
    }
    .hot .row div:hover {
        background: #2682e6;
    }
    .dbbox {
        position: fixed;
        left: 0;
        bottom: 70px;
        z-index: 99;
        width: 100%;
    }
    .dbbox .dbs {
        position: relative;
        padding: 0 15px;
        display: none;
    }
    .dbbox .dbs .neirong {
        padding: 10px;
        background: #fff;
        border-radius: 5px;
    }
    .dbbox .dbs.ewm-box {
        text-align: center;
    }
    .dbbox .dbs.ewm-box:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../images/dbtc_jt.png) no-repeat center;
    }
    .dbbox .dbs.fenxiang-box:after {
        content: "";
        position: absolute;
        left: 75%;
        bottom: -6px;
        z-index: 1;
        width: 25%;
        height: 6px;
        background: url(../images/dbtc_jt.png) no-repeat center;
    }
    .dbbox .dbs.ewm-box img {
        max-width: 140px;
    }
    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
        position: relative;
        padding: 6px 0;
        width: 20%;
        height: 44px;
    }
    .dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
        position: absolute;
        left: 50%;
        top: 6px;
        margin: 0 0 0 -16px;
        float: inherit !important;
        display: block;
    }
    .news ul {
        margin: 0;
    }
    .news ul li {
        width: 100%;
        padding: 0;
    }
    .liuyan {
        width: 100%;
    }
    .mian-tiem .product div img {
        width: 100%;
    }
}

@media (max-width:640px) {
    .pic ul li {
        width: 50%;
    }
    .about_til .about_ti {
        height: 150px;
        text-align: justify;
    }
    .acc {
        display: inline-block;
        color: #b40000;
    }
    .banner1 {
        display: none;
    }
}

@media (min-width:640px) {
    .dock1 {
        display: none;
    }
    .banner2 {
        display: none;
    }
}

@media (max-width:414px) {
    .logo .logoimg img {
        width: 260px;
        margin-top: 18px;
        height: auto;
    }
    .logo .logoimg {
        font-size: 22px;
    }
    .news ul li .news_box {
        padding: 0 10px 0 145px;
        min-height: 168px;
    }
    .news ul li .news_box .imgbox {
        width: 140px;
        height: 140px;
        left: 5px;
    }
    .news ul li .news_box .news_til {
        padding: 25px 0 0 15px;
    }
    .news ul li .news_box .news_til h6 {
        font-size: 12px;
        line-height: 24px;
    }
    .news ul li .news_box .news_til .news_ti {
        line-height: 20px;
        height: 60px;
        text-align: justify;
    }
    /*news*/
    .news2 ul li {
        min-height: 100px;
        padding-left: 136px;
    }
    .news2 .imgbox {
        width: 136px;
        height: 100px;
    }
    .news2 .news_text {
        padding-left: 20px;
    }
    .news2 .news_text .news_ti {
        margin-top: 10px;
        height: 75px;
    }
}

@media (max-width:340px) {}