/*初始化样式*/
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: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

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

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    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;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

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;
}

.v_con {
    width: 100%;
}

/*滚动*/
#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 {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.pos {
    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);
}

.product_list1 li: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);
}

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

/*头部样式*/
.top1 {
    height: 30px;
    background: #f1f1f1;
    color: #777777;
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
}

.active #menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: rgba(51, 51, 51, .8);
}

.top2 {
    height: 99px;
    overflow: hidden;
}

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

.logo {
    float: left;
    line-height: 99px;
}

.logowz {
    line-height: 99px;
    padding-left: 17px;
}

.top2 .k2 {
    /*line-height: 99px;*/
    font-size: 16px;
    color: #000508;
    text-align: right;
    margin-top: 17px;
}

.top2 .k2 p span {
    color: #0072bd !important;
    font-size: 30px;
}

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

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(/template/default/assets/images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink a {
    color: #777777;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    background: #0072bd;
}

/*热门搜索*/
.sou {
    margin: 100px 0 15px 0;
}

.sou #formsearch {
    float: right;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 6px;
}

.sou #formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

.sou #formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

.sou #formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #0072bd;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}





/*导航栏样式*/
.nav li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 12.285%;
}

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

.nav li:hover a.aa {
    color: #fff;
    text-decoration: none;
    background: url(../image/navbj.png) no-repeat center;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background: url(../image/navbj.png) no-repeat center;
}

.nav .sec {
    height: 0;
    background: #0072bd;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 67px;
    left: -14px;
    width: 121%;
}

.nav .sec a {
    background: #0072bd;
    color: #fff;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: #369adb;
    text-decoration: none;
}

.abouts {
    background: url(../image/bj2.jpg) no-repeat top center;
    position: relative;
    margin-top: -130px;
    height: 802px;
}

.abj {
    position: absolute;
    top: -61px;
    right: 5px;
}

.aleft {
    width: 45.25%;
}

.aright {
    width: 50.58%;
    position: relative;
    z-index: 99;
    padding-top: 150px;
}

.abj {
    width: 48%;
}

.abj img {
    display: block;
    width: 100%;
}

.aleft {
    padding-top: 245px;
}

.aimg img {
    display: block;
    width: 100%;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

.abox h3 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    background: url(../image/abt.png) no-repeat left top;
    padding-top: 20px;
}

.acon {
    color: #333333;
    margin-top: 24px;
    line-height: 32px;
    font-size: 16px;
}

.amore {
    background: url(../image/y1.png) no-repeat 6px bottom;
    padding-top: 20px;
    padding: 0px 0 6px 0;
}

.aleft a {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #0072bd;
    box-shadow: 0px 2px 5px 0px rgba(113, 16, 10, 0.2);
    border-radius: 18px;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}





dt {
    font-weight: normal;
}

.pbox {
    display: flex;
    align-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.ptt {
    text-align: center;
}

.ptt dd {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.ptt dd span {
    color: #0072bd;
}

.ptt dt {
    color: #333333;
    font-size: 26px;
}

.cpzs {
    margin-top: 50px;
    overflow: hidden;
}

.pbox {
    margin-top: 46px;
}

.tui {
    background: #f7f7f7;
    padding: 30px;
    width: 75%;
}

.pul li a {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
}

.psort {
    width: 22.5%;
    background: #0072bd;
    margin-right: 2.5%;
}

.psort li {
    background: url(../image/line2.png) no-repeat 23px bottom;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 91%;
}

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

.psort li a {
    display: block;
    color: #fff;
    font-size: 16px;
    height: 47px;
    line-height: 47px;
    padding-left: 51px;
}

.psort li.cur a {
    background: #ffffff url(/template/default/assets/images/dian.png) no-repeat 31px center;
    box-shadow: 0px 3px 10px 0px rgba(53, 8, 5, 0.2);
    border-radius: 0px 20px 20px 0px;
    color: #0072bd;
    font-weight: 600;
}

.pul li a img {
    width: 100%;
}



.product_list1 li h3 {
    background: #fff;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 56px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
}

/*.product_list1 li:nth-child(1){display:none;}*/
.product_list1 li h3 a {
    display: block;
    color: #333333;
    font: 400 16px/36px "Microsoft Yahei";
}

.product_list1 li h3 p {
    color: #fff;
    font: 400 14px/36px "Microsoft Yahei";
    display: none;
    width: 110px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    margin: 0 auto;
    border: solid 1px #ffffff;
    margin-top: 10px;
}

.probox {
    position: relative;
    padding-bottom: 56px;
}



.product_list1 li:hover h3 {
    background: #0072bd;
    height: 110px;
}

.product_list1 li:hover h3 a {
    color: #fff;
}

.product_list1 li:hover h3 p {
    display: block;
}

.product_list1 {
    margin-top: 30px;
}

.product_list1 li a.img {
    border: solid 2px #dad8d8;
    display: block;
    overflow: hidden;
}

.product_list1 li a.img img {
    display: block;
    width: 100%;
}

.product_list1 li:hover a.img img {
    box-shadow: 0px 0px 10px 0px rgba(85, 14, 10, 0.14);
}


.youshi {
    background: url(../image/bj1.jpg) no-repeat top center;
    margin-top: 34px;
    padding: 3% 0 2% 0;
    background-size: 100% 100%;
    overflow: hidden;
}

.ytt {
    text-align: center;
    font-weight: bold;
}

.ytt dd {
    color: #333333;
    font-size: 26px;
}

.ytt dt {
    color: #333333;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.yul {
    margin-top: 80px;
    height: 512px;
    position: relative;
}

.yul li {
    width: 20%;
    height: 512px;
    background: url(../image/lx.png) no-repeat center;
    color: #fff;
    position: absolute;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.yul .li1 {
    left: 0;
    top: 0;
}

.yul .li2 {
    left: 240px;
    top: 0;
}

.yul .li3 {
    left: 480px;
    top: 0;
}

.yul .li4 {
    left: 720px;
    top: 0;
}

.yul .li5 {
    right: 0;
    top: 0;
}

.yul li:nth-child(2n) {
    background: url(../image/lx2.png) no-repeat top center;
}

.yul li:hover {
    background: url(../image/bj22.png) no-repeat center;
    width: 278px;
    z-index: 99;
}

.yul li:nth-child(2n):hover {
    background: url(../image/bj2.png) no-repeat center;
    width: 278px;
    z-index: 99;
}

.yul .li1:hover {
    left: -19px;
}

.yul .li2:hover {
    left: 221px;
}

.yul .li3:hover {
    left: 461px;
}

.yul .li4:hover {
    left: 701px;
}

.yul .li5:hover {
    right: -19px;
}

.yul li a.img {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.yul li a.img {
    display: block;
    width: 89px;
    height: 99px;
    background: url(../image/yx.png) no-repeat top center;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -45px;
}

.yul li:nth-child(2n) a.img {
    background: url(../image/yx2.png) no-repeat top center;
}

/*.yul li:hover  a.img .img1{left: 95px;}*/
.yul li .img1 {
    height: 46px;
    overflow: hidden;
}

.yul li .img1 img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.7s;
}

.yul li .img1 {
    height: 46px;
    overflow: hidden;
}

.yul li:hover .img1 img {
    margin-top: -46px;
}

.yul .li2 .img1,
.yul .li4 .img1 {
    height: 48px;
    overflow: hidden;
}

.yul .li2:hover .img1 img,
.yul .li4:hover .img1 img {
    margin-top: -48px;
}

.yul li h3 a {
    letter-spacing: 1px;
    font-size: 16px;
    padding-top: 100px;
    display: block;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.yul li span {
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 193px;
    margin: 0 auto;
    margin-top: 25px;
}

.m1 a {
    display: block;
    width: 110px;
    height: 36px;
    border-radius: 18px;
    border: solid 2px #ffffff;
    margin: 0 auto;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin-top: 35px;
}

.yul li:hover .m1 a {
    background: #0072bd;
    border-color: #0072bd;
}

.yul li:nth-child(2n):hover .m1 a {
    background: #369adb;
    border-color: #369adb;
}

.yul2 {
    display: none;
}






.anli {
    background: url(/template/default/assets/images/bj3.jpg) no-repeat top center;
    padding: 3% 0 0 0;
    background-size: 100% 100%;
    overflow: hidden;
}

.csort {
    text-align: center;
    margin-top: 45px;
}

.csort li {
    display: inline-block;
    margin: 0 15px;
}

.csort li a {
    display: block;
    color: #333333;
    font-size: 16px;
    text-align: center;
    width: 140px;
    height: 41px;
    border-radius: 20px;
    line-height: 41px;
}

.csort li.cur a {
    background-color: #0072bd;
    color: #fff;
}

.plist2 li h3 {
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 56px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.plist2 li h3 a {
    display: block;
    color: #333333;
    font: 400 16px/36px "Microsoft Yahei";
}

.plist2 li h3 p {
    color: #fff;
    font: 400 14px/36px "Microsoft Yahei";
    display: none;
    width: 110px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    margin: 0 auto;
    border: solid 1px #ffffff;
    margin-top: 10px;
}

.probox {
    position: relative;
    padding-bottom: 56px;
    border: 2px solid transparent;
}

.plist2 li {
    margin-bottom: 20px;
}

.plist2 li:hover h3 {
    background: #0072bd;
    height: 110px;
}

.plist2 li:hover h3 a {
    color: #fff;
    font-weight: 600;
}

.plist2 li:hover h3 p {
    display: block;
}

.plist2 {
    margin-top: 50px;
}

.plist2 li a.img {
    display: block;
}

.plist2 li a.img img {
    display: block;
    width: 100%;
}

.plist2 li:hover .probox {
    box-shadow: 0px 0px 10px 0px rgba(85, 14, 10, 0.14);
}

.plist2 li:hover .probox {
    border: 2px solid #0072bd;
}




.ht {
    position: relative;
    /*height: 264px;*/
    /*left: 50%;*/
    /*margin-left: -960px;*/
}
.ht img{
    max-width:100%; height:auto !important;width:auto !important;
}

.himg1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.himg2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.ht .wh {
    position: relative;
    z-index: 999;
}

.htel dd {
    font-size: 18px;
    color: #fff;
}

.htel dt {
    color: #dddddd;
    font-size: 34px;
    margin-top: 15px;
}

.hwz {
    padding: 95px 0 0 25px;
}

.w1 {
    padding: 70px 0 16px 0;
}

.w1 span {
    letter-spacing: 3px;
    color: #ffffff;
    font-size: 38px;
}

.w1 span img {
    padding: 0 8px;
}

.w2 div {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 24px;
    background-color: #0072bd;
    line-height: 45px;
    padding: 0 10px;
    text-align: center;
}



.honor {
    background: #f7f7f7;
    padding: 3% 0;
}

.rul {
    margin: 48px -10px 0 -10px;
}

.rul li {
    padding: 0 10px;
    width: 33.333%;
    margin-bottom: 20px;
    background: url(../image/cbj.png) no-repeat 25px bottom;
    background-size: 91%;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
}

.rul li a.img img {
    display: block;
    width: 100%;
    box-shadow: 0px 5px 8px 0px rgba(89, 17, 13, 0.14);
}

.rul li a.img {
    display: block;
    margin: 0 5px 5px 0;
}

.rul li:hover {
    background: url(../image/cbj2.png) no-repeat 19px bottom;
    background-size: 93%;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
}

.rul li a.img .com-img {
    padding: 5px;
}



/* 企业风采 */

.style {
    width: 100%;
    height: 680px;
    background: url(/template/default/assets/images/style.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
    -o-transition: all 2s linear;
}

.stylec {
    width: 100%;
    height: 680px;
    background: url(../image/stylec.png) no-repeat 50% 50%;
    background-size: cover;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

.style:hover .stylec {
    opacity: 0;
    transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
}

@media (max-width: 991px) {
    .style {
        height: 400px;
    }

    .stylec {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .style {
        height: 250px;
    }

    .stylec {
        height: 250px;
    }
}



.xinwen {
    margin: 50px 0;
}

.nbox {
    margin-top: 45px;
}

.news_list1 {
    width: 48.75%;
}

.news_list2 {
    width: 43.75%;
}

.news_list1 li {
    margin-bottom: 38px;
}

.news_list1 li a.img {
    display: block;
    width: 42.39%;
}

.news_list1 li a.img img {
    display: block;
    width: 100%;
}

.news_list1 li .nei {
    width: 53%;
}

.news_list1 li h3 a {
    color: #282828;
    font-size: 16px;
    display: block;
    font-weight: normal;
    margin: 10px 0 15px 0;
    overflow: hidden;
    /*超出的部分隐藏起来。*/
    white-space: nowrap;
    /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis;
    /* 支持 IE */
}

.nei p {
    color: #666666;
    line-height: 24px;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.nmore a {
    display: block;
    width: 90px;
    height: 25px;
    background-color: #b7b7b7;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    margin-top: 26px;
}

.news_list1 li:hover h3 a {
    color: #0072bd;
}

.news_list1 li:hover .nmore a {
    background: #0072bd;
}

.ntime {
    width: 65px;
    height: 61px;
    background-color: #b7b7b7;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    border-radius: 5px;
}

.ntime dd {
    font-size: 18px;
}

.nei2 {
    width: 82.2857%;
}

.news_list2 li {
    margin-bottom: 28px;
}

.news_list2 li a {
    display: block;
    color: #282828;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news_list2 li .nei2 p {
    color: #888888;
    line-height: 22px;
    font-size: 12px;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_list2 li:hover a {
    color: #0072bd;
}

.news_list2 li:hover .ntime {
    background: #0072bd;
}






/* 联系我们 */

.map {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 676px;
}

.mapcover {
    width: 100%;
    height: 100%;
    background: url(../image/map.jpg) no-repeat top center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 100px;
    transition: .5s;
}

.mapcover:hover {}

.contacts {
    max-width: 583px;
    background: #fff;
}

.contacts h2 {
    color: #000;
    font: 400 20px/26px "Microsoft Yahei";
    text-align: center;
    padding: 20px 0 10px;
}

.contacts h2 p {}

.contacts .tit {
    background: #0072bd;
    text-align: center;
    padding: 14px 0;
}

.contacts .tit img {
    max-width: 100%;
    height: auto;
}

.contacts .content {
    color: #000508;
    letter-spacing: 1px;
    font: 400 14px/67px "Microsoft Yahei";
}

.contacts .content p {
    padding-left: 20px;
}

.contacts .content p img {
    padding-right: 10px;
}

.contacts .content p+p {
    border-top: 1px solid #d3d3d3;
}






@media(max-width: 1230px) {
    .yul2 {
        display: block;
    }

    .yul {
        display: none;
    }

    .yul2 li {
        width: 20%;
        background: url(../image/lx.png) no-repeat center;
        color: #fff;
        position: relative;
        background-size: 100% 100%;
        padding-bottom: 41px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .yul2 li:nth-child(2n) {
        background: url(../image/lx2.png) no-repeat top center;
        background-size: 100% 100%;
    }

    .yul2 li a.img {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 25px;
    }

    .yul2 li a.img {
        display: block;
        width: 89px;
        height: 99px;
        background: url(../image/yx.png) no-repeat top center;
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -45px;
    }

    .yul2 li:nth-child(2n) a.img {
        background: url(../image/yx2.png) no-repeat top center;
    }

    .yul2 li .img1 {
        height: 46px;
        overflow: hidden;
    }

    .yul2 li:hover .img1 img {
        margin-top: -46px;
    }

    .yul2 .li2 .img1,
    .yul2 .li4 .img1 {
        height: 48px;
        overflow: hidden;
    }

    .yul2 .li2:hover .img1 img,
    .yul2 .li4:hover .img1 img {
        margin-top: -48px;
    }

    .yul2 li h3 a {
        letter-spacing: 1px;
        font-size: 16px;
        padding-top: 80px;
        display: block;
        font-weight: normal;
        text-align: center;
        color: #fff;
    }

    .yul2 li span {
        line-height: 28px;
        color: #fff;
        font-size: 14px;
        display: block;
        width: 94%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .yul2 .m1 a {
        margin-top: 10px;
    }

    .yul2 li:hover .m1 a {
        background: #0072bd;
        border-color: #0072bd;
    }

    .yul2 li:nth-child(2n):hover .m1 a {
        background: #333333;
        border-color: #333333;
    }

    .yul2 li .img1 img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .yul2 {
        margin-top: 50px;
    }

}

@media(max-width: 1000px) {

    .news_list1,
    .news_list2 {
        float: none;
        width: 100%;
    }
}

@media(max-width: 1040px) {
    .yul2 li span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 25px;
    }

    .w1 span {
        font-size: 24px;
        line-height: 60px;
    }

    .htel dt {
        font-size: 24px;
    }
}



@media(max-width: 750px) {
    .yul2 li span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
    }

    .yul2 .m1 a {
        font-size: 14px;
        width: 90px;
        height: 30px;
        line-height: 28px;
    }

}

@media(max-width: 615px) {
    .contacts .content p {
        line-height: 28px;
        padding: 10px;
        letter-spacing: 0;
    }
}

@media(max-width: 606px) {
    .yul2 li {
        width: 46%;
        margin: 0 2% 50px 2%;
    }

    .yul2 .li5 {
        /*display: none;*/
    }

    .yul2 li span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        line-height: 25px;
    }

    .ytt {
        margin-top: 20px;
    }

    .ytt dd {
        font-size: 20px;
    }

    .ytt dt {
        font-size: 23px;
    }

    .ptt dd {
        font-size: 22px;
    }

    .ptt dt {
        font-size: 20px;
    }

    .anli {
        margin-top: 15px;
    }

    .csort {
        margin-top: 20px;
    }

    .rul li {
        width: 50%;
    }

    .csort li {
        margin: 0 5px;
    }

    .csort li a {
        width: 120px;
        line-height: 35px;
        height: 35px;
    }
}

@media(max-width: 520px) {
    .yul2 li span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 25px;
    }

    .ytt dd {
        font-size: 18px;
    }

    .ytt dt {
        font-size: 16px;
    }

    .news_list2 .nei2 {
        width: 76%;
    }

    .ntime {
        width: 18%;
    }

    .nmore a {
        margin-top: 10px;
    }

    .news_list1 li h3 a {
        margin: 5px 0 10px 0;
    }

    .nei p {
        -webkit-line-clamp: 2;
    }
}

@media(max-width: 360px) {
    .yul2 li {
        width: 96%;
    }

    .yul2 li span {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        line-height: 25px;
    }
}














/*友情链接*/
.f_link {
    background: #001b2c;
    padding: 15px 0 18px 0;
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, .5);
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.f_link a {
    color: rgba(255, 255, 255, .5);
}

.f_link a:nth-child(1) {
    display: none;
}

/*页面底部*/
.foot {
    background: #001b2c;
    padding: 15px 0;
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, .5);
    border-top: 1px solid #001b2c;
}

.foot a {
    color: rgba(255, 255, 255, .5);
}

.psort2 {
    display: none;
}









@media(max-width: 1150px) {
    .acon {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width: 970px) {

    .aleft,
    .aright {
        float: none;
        width: 100%;
    }

    .abouts {
        background: none;
        overflow: hidden;
        margin-top: 0;
        height: auto;
    }

    .abj {
        display: none;
    }

    .aleft {
        padding-top: 40px;
    }

    .aright {
        padding-top: 30px;
        display: none;
    }

    .psort li {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .psort li a {
        padding-left: 20px;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }

    .psort li.cur a {
        background: #0072bd url(/template/default/assets/images/dian.png) no-repeat 10px center;
    }
}

@media(max-width: 760px) {
    .pbox {
        display: block;
    }
    .tui{
        display:none;
    }

    .tui,
    .psort {
        width: 100%;
    }

    .psort {
        display: none;
    }

    .psort2 {
        display: block;
        margin-bottom: 20px;
    }

    .psort2 li {
        margin: 0 1% 10px 1%;
        width: 31.3333%;
    }

    .psort2 li a {
        display: block;
        background-color: #0072bd;
        border-radius: 15px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 35px;
        overflow: hidden;
        /*超出的部分隐藏起来。*/
        white-space: nowrap;
        /*不显示的地方用省略号...代替*/
        text-overflow: ellipsis;
        /* 支持 IE */
    }

    .foot {
        padding-bottom: 20%;
    }

    .page-banner {
        padding-top: 60px;
    }

    .page-banner img {
        width: 100%;
    }

}

/*内页左侧样式*/


/*首页留言表单*/
.index_message {
    position: relative;
}

.name_input {
    border: 1px solid #cccccc;
    margin-top: 5px;
    background: #fff;
    height: 23px;
    width: 204px;
}

.input_left {
    float: left;
    width: 40px;
    text-align: center;
    height: 23px;
    line-height: 23px
}

.input_right {
    position: relative;
    float: right;
}

.input_right input {
    height: 22px;
    line-height: 22px;
}

.input_right .m_label {
    position: absolute;
    width: 100px;
    text-align: left;
    line-height: 22px;
    padding-left: 6px;
    color: #ccc;
    z-index: 1;
    cursor: text;
}


#toolbar {
    bottom: 50%;
}

#m_div {
    width: 222px;
    position: fixed;
    right: 2px;
    bottom: 0px;
    padding-bottom: 1px;
    z-index: 99999;
    background: #fff;
}

.d_label {
    line-height: 18px;
    padding-top: 8px;
    width: 160px;
}

.w_message {
    border: 1px solid #0072bd;
    padding: 7px;
    padding-top: 3px;
    height: 263px;
    background: #fff;
    padding-bottom: 27px;
}

.w_message #name {
    width: 156px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #contact {
    width: 156px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #email {
    width: 156px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #address {
    width: 156px;
    height: 20px;
    line-height: 20px;
    border: none !important;
}

.w_message #content {
    width: 203px;
    height: 65px;
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.w_message #checkcode {
    width: 80px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    background-color: #fff;
}


#message_main {
    display: table-cell;
}

.w_message #message_main tr {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

.w_message #message_main tr th {
    height: 28px;
    line-height: 28px;
    width: 37px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.w_message #code {
    padding-top: 0px;
    margin-top: 5px;
}

.w_title {
    background: #000;
    color: #fff;
    ;
    position: relative;
    cursor: pointer;
    height: 33px;
    width: 222px;
    overflow: hidden;
    display: block !important;
}

.w_message #message_main .m_input {
    border: 1px solid #ccc;
    background-color: #fff;
}

.w_message .msgbtn {
    width: 93px;
    height: 29px;
    line-height: 20px;
    background: url(/template/default/assets/images/submit.png) 50% 50% no-repeat;
    margin-top: 3px;
    border: none;
    font-family: "宋体", arial;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #fff;
}

.w_message .msgbtn_hover {
    background: #3c96fc;
    color: #fff;
    border: 1px solid #3c96fc;
}


.m_close {
    background: url(/template/default/assets/images/messbtn.png) left top no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    overflow: hidden;
    width: 19px;
    height: 20px;
    right: 12px;
    top: 8px;
    cursor: pointer;
}

.m_open {
    background: url(/template/default/assets/images/messbtn1.png) left top no-repeat;
}

.w_message .m_under {
    position: absolute;
    width: 227px;
    left: 0;
    bottom: 1px;
    text-align: center;
}

.w_message .support {
    color: #000;
    width: 100px;
    position: absolute;
    bottom: 1px;
    right: 8px;
    font-size: 12px;
}

#m_top {
    height: 1px;
    font-size: 0px;
    line-height: 1px;
    margin: 0 2px;
    background: #0072bd;
}

#m_mid {
    height: 1px;
    font-size: 0px;
    line-height: 1px;
    margin: 0 1px;
    background: #0072bd;
}

#m_bot {
    background: #0072bd;
    height: 31px;
    line-height: 31px;
    padding-left: 9px;
    font-family: "微软雅黑";
    font-size: 13px;
}


/*内页留言*/

.m_label {
    position: absolute;
    width: 160px;
    text-align: left;
    line-height: 26px;
    padding-left: 8px;
    color: #ccc;
    z-index: 1;
    cursor: text;
}

.c_label {
    line-height: 18px;
    padding-top: 12px;
}

@media(max-width: 768px) {
    .abox h3 {
        background: none;
    }

    .x-banner {
        margin-top: 60px;
    }

    #m_div {
        display: none;
    }
}

/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/
.page-product-inquiry a {
    color: #fff;
}


/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 14px;
}

.footer3 ul li:nth-child(1) .iconfont {
    background: url("../image/b544c19c69b83bbe43c1274f87d99f8463b23472.png") no-repeat 50%;
}

.footer3 ul li:nth-child(2) .iconfont {
    background: url("../image/b26655bdcb5a7dc2df997405eb240a45c466bb0f.png") no-repeat 50%;
}

.footer3 ul li:nth-child(3) .iconfont {
    background: url("../image/d077420e30ae81b861be3a532ee75cc320e1deb8.png") no-repeat 50%;
}


.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}