* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.top {
    width: 100%;
    height: 30px;
    background-color: #333333;
}

.topcenter {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.centerleft {
    font-size: 14px;
    color: #ffffff;
}

.centerright span {
    color: #ffffff;
    font-size: 14px;
}

.centerright a {
    font-size: 14px;
    color: #ffffff;
}

.head {
    width: 100%;
    height: 100px;
}

.header {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav {
    width: 1000px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav li {
    width: 114px;
    height: 100px;
    z-index: 99999;
}

.nav li a {
    width: 100%;
    height: 100px;
    line-height: 100px;
    display: block;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.nav li a:hover {
    background-color: #2d9fff;
    color: white !important;
}

.nav li:hover .drop {
    display: block;
}

.drop {
    width: 100%;
    background-color: white;
    display: none;
}

.drop a {
    width: 100%;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
}

.swiper-container1 {
    width: 100%;
}

.swiper-container1 img {
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.pro {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.protit {
    position: relative;
}

.prolist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    width: 1200px;
}

.prolist li {
    width: 285px;
    height: 240px;
    text-align: center;
    border: 1px solid #d9d9d9;
    padding-top: 20px;
    margin-bottom: 20px;
}

.prolist li:hover {
    border: 1px solid #2d9fff;
}

.prolist li img {
    width: 188px;
    height: 188px;
	object-fit: cover;
}

.new {
    width: 100%;
    height: 485px;
    margin-top: 35px;
    padding-top: 40px;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
}

.news {
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.newleft {
    width: 650px;
    position: relative;
}

.leftit {
    border-bottom: 1px dashed #e2e2e2;
    width: 100%;
    padding-bottom: 10px;
}

.newul {
    margin-top: 5px;
    width: 100%;
}

.newul li a {
    color: #5a5a5a;
    font-size: 15px;
    font-weight: bold;
}

.newul li p {
    font-size: 12px;
    color: #5a5a5a;
    margin-top: 10px;
    margin-bottom: 10px;
}

.newul li {
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 10px;
}

.newul li span {
    font-size: 13px;
    color: #5a5a5a;
}

.newright {
    width: 510px;
    position: relative;
}

.more {
    font-size: 12px;
    color: #565556;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all ease 0.4s;
}

.more:hover {
    color: #2d9efd;
}

.more1:hover {
    color: #2d9efd;
}

.more2:hover {
    color: #2d9efd;
}

.more1 {
    font-size: 12px;
    color: #565556;
    position: absolute;
    transition: all ease 0.4s;
    right: 20px;
    top: 20px;
}

.picleft {
    width: 180px;
}

.picleft img {
    width: 100%;
}

.rightabout {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.wordright {
    width: 320px;
    text-indent: 2em;
    color: #434343;
    font-size: 14px;
    line-height: 30px;
}

.more2 {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    color: #565556;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all ease 0.4s;
}

.recom {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    min-height: 330px;
    position: relative;
}

.swiper-container2 {
    width: 100%;
    height: 315px;
    margin-top: 30px;
}

.swiper-container2 img {
    width: 100%;
}

.swiper-slide2 {
    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;
    padding: 50px;
}

.foot1 {
    width: 100%;
    background-color: #f3f3f3;
    height: 60px
}

.footer1 {
    width: 800px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer1 li a {
    font-size: 14px;
    color: black;
}

.foot2 {
    width: 100%;
    height: 70px;
    background-color: #2d9fff;
}

.footer2 {
    color: white;
    width: 600px;
    margin: 0 auto;
    padding-top: 15px;
    font-size: 14px;
    text-align: center;
}

.common a {
    display: inline-block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.cur {
    background-color: #2d9fff;
    color: white !important;
}

.newlist {
    width: 1200px;
    margin-top: 40px;
}

.newlist li a {
    color: #434343;
    font-size: 14px;
}

.newlist li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dashed gray;
}

.newlist li a span {
    color: #2dabff;
}

.dettit {
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-top: 30px;
}

.des {
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
}

.liuyan {
    width: 1200px;
    min-height: 500px;
    display: flex;
    justify-content: space-around;
}

.lyleft {
    width: 440px;
    font-size: 14px;
    color: #666666;
    padding-top: 100px;
}

.lyright {
    width: 520px;
    height: 470px;
}

.form {
    font-size: 14px;
    margin-bottom: 20px;
}

.lyright input {
    width: 510px;
    height: 35px;
    border: 1px dashed #2d9fff;
    outline: none;
    border-radius: 4px;
    margin-top: 4px;
    padding-left: 10px;
}

.form textarea {
    border: 1px dashed #2d9fff;
    outline: none;
    border-radius: 4px;
    margin-top: 4px;
    padding-left: 10px;
    width: 510px;
}

.sub {
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    background-color: #2d9fff;
    display: block;
    margin-top: 30px;
    font-size: 14px;
}

.contact {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.tactleft {
    width: 350px;
    height: 350px;
    font-size: 14px;
    color: #434343;
    padding-top: 30px;
}

.tactright {
    width: 780px;
    height: 355px;
    border: 1px solid black;
}

.prolist {
    width: 1200px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.proleft {
    width: 252px;
    min-height: 500px;
}

.proleft ul {
    width: 100%;
}

.proleft ul li {
    width: 100%;
    height: auto !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.proleft ul li a {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #0a83e8;
    color: white;
    line-height: 40px;
}

.drops a:hover {
    background-color: #fff;
    color: #0a83e8;
}

.proright {
    width: 910px;
    display: flex;
    flex-wrap: wrap;
}

.proright li {
    width: 287px;
    height: 263px;
    padding: 20px 20px;
}

.proright li img {
    /*width: 100%;*/
}

.proright li a p {
    text-align: center;
    color: #434343;
    font-size: 14px;
}

.rightpro {
    width: 910px;
}

.bigpic {
    width: 750px;
    margin: 0 auto;
    margin-top: 40px;
}

.bigpic img {
    width: 100%;
}

.shipin {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 400px;
    /*border: 1px solid red;*/
}

.shipin1 {
    width: 49.5%;
    min-height: 400px;
    /*background-color: black;*/
}

.shipin2 {
    width: 49.5%;
    /*background-color: red;*/
    min-height: 400px;
}