body,
form,
div,
span,
ul,
ol,
li,
p,
pre,
dl,
dt,
dd,
em,
a,
fieldset,
legend,
address,
label,
textarea,
select,
input,
figure,
table,
th,
td,
b,
i,
button {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

fieldset,
img {
    max-width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

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

a {
    text-decoration: none;
    color: #000;
    transition: all 0.2s;
}

a:hover {
    color: none;
    text-decoration: none;
}

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

hr {
    border: 1px solid #333;
}

.clearfix {
    zoom: 1;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.wp {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
}

.header {
    width: 100%;
    
    background: #FFF;
}

.logo {
    padding: 10px 0px;
}

.logo img {
    height: 75px;
    float: left;
}
.logo .logo-title{
    position: relative;
    float: left;
    margin-left: 20px;padding-left: 20px;margin-top: 8px;
}
.logo .logo-title:before{
    content: "";
    height: 50px;border-left: 1px solid #CCC;position: absolute;left: 0;top: 5PX;
}
.logo .logo-title span{display: block;font-size: 20px;font-weight: bold;}
.logo .logo-title .sp1{color: #13B2AE;}
.logo .logo-title .sp2{color: #333;}
.search{margin-top: 24px;margin-left: 12%;}
.search input{
    border:1px solid #999;border-top-left-radius: 5px;border-bottom-left-radius: 5px;
    height: 40px;float: left;width: 260px;padding-left: 10px;
    border-right: none;
}
.search button{float: left;height: 40px;width: 70px;background: #13B2AE;font-weight: bold;color: #fff;border:none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.tel {
    padding: 10px 0px;
    line-height: 60px;
    color: #13B2AE;margin-top: 10px;
}

.tel dl dt,.tel dl dd{float: left;}
.tel i {
    font-size: 34px;
    float: left;font-weight: normal;margin-top: 5px;margin-right: 10px;
}

.tel span {
    font-size: 20px;display: block;font-weight: bold;
}

.menu {
   height: 52px;background:#13B2AE; 
}

.menu ul li {
    float: left;
    line-height: 52px;
    position: relative;
    
}
.menu ul li.on>a{background: #0085d2;}
.menu ul li>a {
    display: block;
    padding: 0px 2.8em;
    font-size: 17px;
  color: #FFF;
}

.menu ul li div {
    position: absolute;
    left: 0;
    background: #fff;
    display: none;
}

.menu ul li dl {
    position: relative;
}

.menu ul li dl dt {
    white-space: nowrap;
    min-width: 200px;
    line-height: 45px;
    border-bottom: 1px solid #CCC;
    padding: 0px 25px;
    background: #ededed;
    font-size: 15px;
    font-weight: normal;
    z-index: 2;
    position: relative;
}

.menu ul li dl dt a {
    display: block;
}

.menu ul li dl dt:hover {
    background: #13B2AE;
}

.menu ul li dl dt:hover a {
    color: #FFF;
}

.menu ul li dl dd {
    position: absolute;
    left: 199px;
    background: #FFF;
    line-height: 35px;
    display: none;
    white-space: nowrap;
    z-index: 9;
    top: 0;
}

.menu ul li dl dd a {
    display: block;
    white-space: nowrap;
    padding: 0px 30px;
}
.menu ul li:hover div {
    display: block;
}
.menu ul li div dl:hover dd {
    display: block;
}

.product {
    padding: 50px 0px;
    background: rgba(229, 229, 229, 1);
}

.bt {
    text-align: center;
}

.bt span {
    font-size: 30px;
}

.bt p {
    margin-top: 15px;
}

.pd-nav {
    margin-top: 30px;
}

.pd-nav ul li {
    width: calc((100% - 0px)/6);
    display: inline-block;
    float: left;
    line-height: 60px;
    background: #13B2AE;
    position: relative;
}

.pd-nav ul li a {
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 18px;
}

.pd-nav ul li dl {
    display: none;
    position: absolute;
    width: 100%;
    background: #13B2AE;
    z-index: 99;
}

.pd-nav ul li dl dt a {
    font-size: 15px;
    font-weight: normal;
    line-height: 35px;
}

.pd-nav ul li dl dt:hover {
    background: #666;
}

.pd-nav ul li:hover dl {
    display: block;
}

.pd-list ul li {
    width: calc(96% / 4);
    margin: 20px 0.5% 0;
    float: left;
}

.pd-list ul li div {
    width: 100%;
    overflow-x: hidden;
    background: #FFF;
}

.pd-list ul li div.box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(108, 108, 108, 0.35);
    transition: all 0.5s ease;
}

.pd-list ul li div a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 65%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0.5rem 0;
}

.pd-list ul li div.imgbox {
    position: relative;
    overflow: hidden;
}

.pd-list ul li div.imgbox img {
    width: 100%;
    max-height: 300px;
    transition: all 0.5s;
}

.pd-list ul li p {
    line-height: 50px;
    background: #13B2AE;
    color: #fff;
    text-align: center;
}

.pd-list ul li:hover div.box {
    opacity: 1;
}

.pd-list ul li:hover img {
    transform: scale(1.1);
}

.case {
    padding: 50px 0px;
    background-image: url(img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% 100%;
    min-height: inherit;
    width: 100%;
    overflow: hidden;
    position: static;
}

.case .bt {
    color: #FFF;
}

.case-list {
    margin-top: 30px;
}

.case-list ul li {
    float: left;
    width: 31.1%;
    margin: 0 1.1% 2.2%;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 16px 16px 4px;
}

.case-list ul li a {
    position: relative;
    display: block;
    z-index: 2;
}

.case-list ul li .text-box {
    width: 100%;
    margin: 0 auto;
    height: 68px;
    line-height: 68px;
    position: relative;
    text-align: center;
}

.case-list ul li .bg {
    position: absolute;
    width: 100%;
    background: #217cc7;
    height: 100%;
    transition: .368s;

    top: 0;
    left: 0;
    z-index: 1;
    transform: translateY(102%);
}

.case-list ul li img-box {
    width: 100%;
    height: 0;
    padding-bottom: 72%;
    background: #eee;
    margin: 0 auto 0;
    overflow: hidden;
}

.case-list ul li:hover .bg {
    transform: translateY(0);
}

.case-list ul li:hover p {
    color: #FFF;
}

.custom {
    padding: 50px 0px;
    background: rgba(247, 247, 247, 1);
}

.custom-list {
    margin-top: 30px;
}

.custom-list ul li {
    width: 24%;
    float: left;
    margin: 0.5%;
    padding: 20px 0px;
    background: #FFF;
    overflow: hidden;
}

.custom-list ul li img {
    width: 100%;
    transition: all 0.5s;
}

.custom-list ul li:hover img {
    transform: scale(1.1);
}


/*优势*/
.ys{background-image: url(img/bj.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: initial;
    background-color: #fff;padding: 50px 0px 0;}
.ys h2{
    font-family: Open Sans;
    font-size: 41px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3em;
    text-align: center;

}
.ys p{width: 60%;text-align: justify;margin: 0 auto;color: #FFF;line-height: 30px;margin-top: 20px;}
.ys ul{background: #FFF;padding: 30px 0px;margin-top: 50px;border:1px solid #efefef;}
.ys ul li{width: 33.33%;float: left;padding: 2%;}
.ys ul li img{margin-left: 50px;margin-right: 30px;}
.ys ul li span{font-size: 18px;}

.honor {
    padding: 50px 0px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container2 {
    overflow: hidden;
    margin-top: 30px;
}

.swiper-pagination2 {
    text-align: center;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 5px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.news {
    margin-top: 50px;
}

.news-left {
    width: 60%;
    margin-top: 20px;
}

.newList1 {
    padding: 30px;
    background: #fafafa;
    margin-bottom: 10px;
}

.newList1 .newTitle {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.newList1 p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

.newList1 .newSummry {
    margin-bottom: 15px;
}

.readMore {
    display: block;
    float: none;
    width: 130px;
    height: 30px;
    padding: 0px;
    line-height: 30px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.readMore:hover {
    background: #227cc7;
    color: #fff;
}

.newListBox {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.container {
    width: 100%;
    overflow: hidden;
    margin: 1rem auto;
    padding: 0 1rem;
}

.newList {
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    height: 140px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;
}

.newList1 {
    padding: 30px;
    background: #fafafa;
    margin-bottom: 10px;
    margin-top: 30px;
}

.newList1 .newTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.newList1 .newSummry {
    margin-bottom: 15px;
}

.readMore {
    display: block;
    float: none;
    width: 130px;
    height: 30px;
    padding: 0px;
    line-height: 30px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}

.readMore:hover {
    background: #227cc7;
    color: #fff;
}

.newList1 .newLinkBox {
    padding: 0px;
}

.news-item dl dt {
    width: 80px;
    height: 100px;
    background: #fafafa;text-align: center;float: left;
}
.news-item dl dt b{display: block;font-size: 26px;color: #666;padding-top: 20px;}
.news-item dl dt span{font-size: 14px;margin-top: 10px;font-weight: normal;}
.news-item dl dd{width: calc((100% - 80px)/1);
    padding-left: 3%;float: left; }
    .news-item dl{border-bottom: 1px solid #efefef;padding: 20px 0px;}
    .news-item dl dd{position:relative;}
    .news-item dl dd a{display: block;}
    .news-item dl dd span{font-size: 13px;color: #666;line-height: 30px;}
    .news-item dl dd p{font-size: 13px;color: #555;}
    .news-item dl dd p.inner-p{width:70%;}
     .news-item dl dd img{position:absolute;right:0;top:0;}
.news-right{width: 38%;float: right;
background-color: #f6f6f6;margin-top: 50px;
    
}
.news-right img{width: 100%;}
.news-right dl{padding: 30px;}
.news-right dl dt{width: 25%; float: left;text-align: center;font-weight: bold;}
.news-right dl dt b{display: block;font-size: 32px;color: #13B2AE;color: #13B2AE;}
.news-right dl dt span{font-size: 14px;margin-top: 10px;border-top: 1px solid #13B2AE;color: #13B2AE;}
.news-right dl dd{padding-left: 20px;float: left;width:75%; }
footer{width: 100%;padding-top: 50px;background:#13B2AE;margin-top: 20px;}
    .news-right dl dd a{display: block;}
  
    .news-right dl dd p{font-size: 13px;color: #555;margin-top: 5px;}
.news-right{width: 38%;float: right;
background-color: #f6f6f6;
    
}
.foot-left{width: 60%;}
.foot-left dl{width: 25%;float: left;}
.foot-left dl dt{font-size: 16px;color: #FFF;margin-bottom: 10px;}
.foot-left dl dd a{color:#ffffff;line-height: 32px;font-size: 14px;}
.foot-left dl dd a:hover{color: #FFF;}
.foot-right{width: 40%;}
.foot-right dl dt{width: 35%;float: left;}
.foot-right dl dd{width: 65%;float: left;}
.foot-right dl dd h2{font-size: 24px;color:#FFF;}
.foot-right dl dd div{font-size: 18px;color: #fff;margin-top: 20px;}
.foot-right dl dd div b{font-size: 20px;color: #FFF;}
.foot-right dl dd p{font-size: 14px;color: #fff;margin-top: 10px;}
.copyright{line-height: 50px;color: #D3D3D3;font-size: 14px;margin-top: 20px;border-top: 1px solid #66899c;}
.copyright a{font-size: 14px;color: #D3D3D3;}
#downs{margin-top:20px;font-size:16px;background:#efefef;padding:8px;}
.btn-red{background:#13B2AE;padding:3px 20px;color:#FFF;}
.main{padding: 0px 0 50px;}
.w100{width: 100%;}
.location{line-height: 40px;border-bottom: 1px solid #efefef;margin-bottom:20px;text-align: right;font-size:13px;}

.catname{margin-top: 30px;}
.catname ul li{width: 20%;float: left;line-height: 48px;border:1px solid #CCC;margin-left: -1PX;text-align: center;}
.catname ul li a{display: block;}
.catname ul li:hover{background:#13B2AE;border: 1px solid #13B2AE; }
.catname ul li:hover a{color: #FFF;}
.catname ul li.on{background:#13B2AE;border: 1px solid #13B2AE;}
.catname ul li.on a{color: #FFF;}
.pageshow{margin-top: 30px;line-height: 28px;margin-bottom: 30px;}
.pageshow table{width: 100%;}
.pd-left{width: 22%;}
.pd-nav{width: 100%;height:66px;background:#13B2AE; color: #FFF;padding-left: 30px;line-height: 66px;font-size: 24px; }
.pd-navs dl{background: #f7f7f7;}
.pd-navs dl dt{padding-left: 20px;line-height: 45px;}
.pd-navs dl dt a{font-size: 20px;color:#13B2AE; }
.pd-navs dl dd{padding-left: 30px;line-height: 40px;font-weight:bold;}
.pd-navs dl dd i{float: left;margin-right: 10px;font-size: 20px;}
.pd-navs dl dd ul{display:none;}
.pd-navs dl dd:hover ul{display:block;}
.pd-navs dl li{font-size:12px;padding-left:50px;line-height:28px;}
.pd-navs dl li a{font-size:16px;color:#000;font-weight:normal;}
.pd-navs dl li a:hover{color:red;}
.pd-navs dl li a i{margin-right:10px;}
.pd-right{width: 75%;}
.pd-right .pd-list ul li{width: calc(96% / 3); }

.link{margin-top: 40px;}
.link h4{font-size:18px;border-left:3px solid #13B2AE;padding-left:10px; }
.link a{display:inline-block;margin-top:10px;margin-right:10px;}

.page{ margin-top:50px; margin-bottom:20px; text-align:center;font-size:13px;line-height:40px;}
.page a{    
    border: 1px solid #ccc;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #fff;
    text-decoration:none;
    color:#999;
}
.page a:hover{
    border:1px solid #FF6600; 
    background-color:#FF6600; 
    color:#fff;
}
.page span{
    border: 1px solid #FF6600;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FFEEE5;
    color: #FF6600;}
.show-tt{text-align: center;margin-top: 20px;}
.show-tt .time span{font-size: 14px;line-height: 35px;color: #666;margin: 0px 10px;}
.show-tt .time{border-top: 1px solid #efefef;margin-top: 20px;}
.pd-detail{margin-top: 50px;width:75%;float:right; }
.gallery{width: 40%;border:1px solid #CCC;position:relative;}
.gallery img{width: 100%;}
.pd-info{width: 55%;}
.pd-info h3{font-weight: bold;}
.pd-info .pd-des{font-size: 16px;line-height: 30px;color: #666;margin-top: 30px;border-bottom:1px dashed #ccc;padding-bottom:30px;}
.pd-info table{margin-top: 30px;}
.pd-info table tr td{text-align: left;vertical-align: middle;padding: 10px 30px;}
.pd-info table tr td a{display: inline-block;line-height: 40px;padding: 0px 30px;color: #FFF;background: #13B2AE;}
.pd-info table tr td.down a{background:#13B2AE; }
.detail{margin-top: 30px;}
.detail .top{border-bottom: 1px solid #efefef;line-height: 50px;}
.detail .top span{font-size: 20px;font-weight: bold;padding: 0px 30px;display: inline-block;float: left;background: #efefef;}
.detail .top span.on{background: #13B2AE;color: #FFF;}
.list_about{margin-top:30px;}
.list_about ul li{width:25%;float:left;margin-top:20px;}
.list_about ul li img{width:80%;border:1px solid #CCC;}

.wap-nav{display: none;
padding:3% 5%;
	    overflow-y: scroll;
	    width: 100vw;
	    
	    padding-bottom: 30px;
	    background-color: #00152d;
	    position: fixed;
	    
	    left: 100%;
	    z-index: 999;
	    /* border-top: 1px solid #ffffff; */
	    transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
}
.wap-nav ul li{line-height: 35px;}
.wap-nav ul li a{color: #fff;font-size: 16px;}
.wap-nav ul li dl dt{font-size:15px;margin-left:10px;font-weight:normal;color:#FFF;}
.wap-nav ul li dl dd{margin-bottom:10px;}
.wap-nav ul li dl dd a{font-size:13px;margin-left:20px;font-weight:normal;color:#FFF;display:block;}
.wap-st p{color: #FFF;margin-top: 15px;font-size: 18px;}
#menuBtn{
    display:none;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 100;
}

#menuBtn > a{
    display:block;
    overflow:hidden;
    width:60px;
    height:60px;
    text-decoration:none;
    /*background-color:#00152d;*/
    position:relative;
    text-align: center;
}

#menuBtn > a > span{
    display:block;
    overflow:hidden;
    width:26px;
    height:2px;
    background-color:#333;
    position:absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menuBtn > a > span:nth-child(1){
    top:18px;
    left:17px;
}

#menuBtn > a > span:nth-child(2){
    top:25px;
    left:17px;
}
#menuBtn > a > span:nth-child(3){
    top:32px;
    left:17px;
}

#menuBtn > a > b{
    position:absolute;
    width:100%;
    font-size:10px;
    color:#333;
    bottom:7px;
    left:0;
}


.opnav #menuBtn > a > span:nth-child(1){
    top:24px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
}

.opnav #menuBtn > a > span:nth-child(2){
    opacity:0.0;
}

.opnav #menuBtn > a > span:nth-child(3){
    top:24px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}


#spNavi .contactInfo{
    display:none;
}

@media screen and (max-width: 1440px) {

    .menu ul li>a {
    display: block;
    padding: 0px 2em;
    font-size: 17px;
}
}

@media screen and (max-width: 770px) {
	.logo-title,.search,.tel{display: none;}
	.logo img{height: 50px;}
	body{padding-top:70px;}
	.header{position:fixed;top:0;left:0;z-index:99;box-shadow:0px 0px 5px #888;}
	#menuBtn{top: 0;display:block;top:5px;}
	.menu{display: none;}
	.wap-nav{display:block; }
	.opnav .wap-nav {
    left: 0;overflow-y: scroll;height: 100%;
}
	.wap-st{display: block;}
	.form-control{float: left;
    margin-right: 10px;
    width: 70%;}
    .product{padding:30px 0;}
    .pd-nav{height:auto;background:none;padding-left:0;}
    .pd-nav ul li{width:48%;line-height:45px;background:#13B2AE;margin:1%;}
    .pd-nav ul li a{font-size:16px;}
    .pd-list ul li{width:48%;margin:1%;}
    .ys p{width:90%;}
    .ys ul li{width:48%;text-align:center;}
    .ys ul li img{margin:0;}
    .ys ul li span{display:block;margin-top:10px;font-size:14px;}
    .news-left,.news-right{width:98%;margin:1%;}
    .foot-left{width: 98%;margin: 1%;display:none;}
    .foot-left dl{width:25%;}
    .foot-left dl dd a{font-size: 13px;line-height:20px;}
    .foot-right{width:98%;margin:1%;}
    .foot-right dl dt{height:150px;}
    .foot-right dl dt,.foot-right dl dd{width:100%;line-height:auto;}
    .foot-right dl dt{text-align:center;}
    .copyright{line-height:25px;}
    .copyright span{display:inline-block;}
    .pd-left{display:none;}
    .pd-right{width: 100%;}
    .pd-right .pd-list ul li{width:48%;margin:1%;}
    .pd-list ul li p{font-size:12px;line-height:30px;height:30px;overflow-x:hidden;}
    .news-item dl dd img{display:none;}
    .news-item dl dd p.inner-p{width:100%;}
    .show-tt .time span{font-size:13px;margin:0 5px;}
    .show-tt .time span:last-child{display:none;}
    .pd-detail,.gallery{width: 100%;}
    .pd-info{width: 100%;margin-top:20px;}
    .pd-info table tr td{padding:10px;}
    .pageshow{overflow-x:scroll;}
    .pageshow table{overflow-x:scroll;width:100%;}
    .location div,.location div a{font-size:12px;}
    .case-list ul li,.list_about ul li{width:48%;margin:1%;}
    .catname ul li{width:25%;}
    .list_about ul li img{width:100%;}
}