*{padding: 0;margin: 0;}
ul,ol{list-style: none;}
a{text-decoration: none;}
input,button,a{outline: none;}
body{color: #3e3e3f;font-size: 16px;overflow-x: hidden;}
img{border: none;vertical-align: middle;}
h5,strong{font-weight: normal;}
i,em{font-style: normal;}

.header .top{background-color: #f9f9f9;}
.header .top .con{width: 1200px;margin: 0 auto;height: 40px;line-height: 40px;display: flex;justify-content: space-between;position: relative;}
.header .top .tel{position: relative;top: -2px;margin-right: 2px;}
.header .top p{font-size: 20px;color: #ff8500;font-family: arial;display: inline-block;font-weight: bold;}
.header .top i{display: inline-block;width: 2px;height: 15px;background-color: #ff8500;margin: 0 10px;}
.header .top input{width: 220px;height: 30px;border: none;padding-left: 10px;color: #bebebe;position: relative;top: -2px;}
.header .top .search{position: absolute;top: 10px;right: 0;padding: 0 10px 0 5px;background-color: #fff;cursor: pointer;}
.header .nav{width: 1200px;margin: 0 auto;position: relative;}
.header li{float: left;line-height: 80px;margin-right: 100px;position: relative;}
.header li:nth-child(3){margin-right: 380px;}
.header li:last-child{margin-right: 0;}
.header li>a{display: block;font-size: 16px;color: #3e3e3f;transition: 0.3s;}
.header li:hover>a,.header li>a.on{color: #56371b;font-weight: bold;}
.header li .down{display: none;position: absolute;top: 70px;left: -20px;background-color: #fff;width: 120px;box-shadow: 0 3px 10px #e5e3d7;z-index: 2;}
.header li:hover .down{display: block;}
.header li .down a{color: #3e3e3f;font-size: 14px;display: block;text-align: center;line-height: 50px;transition: 0.3s;}
.header li .down a:hover{background-color: #f9f9f9;}
.header .logo{width: 250px;height: 75px;position: absolute;top: 3px;left: 0;right: 0;margin: 0 auto;}


.wt-100{background-color: #f9f9f9;width: 100%;min-width: 1200px;overflow: hidden;position: relative;}
.wt-1200{width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 50px;}
.piblicName{font-size: 26px;text-align: center;margin: 30px 0 25px;}
.piblicCon{position: absolute;top: 0;left: 0;right: 0;width: 1200px;margin: 0 auto;}
.piblicPic{width: 1920px;position: relative;left: 50%;margin-left: -960px;}
.wt-600{width: 600px;position: relative;}
.piblicBtn{display: block;width: 120px;height: 50px;background-color: #ffd600;line-height: 50px;text-align: center;color: #57381b;margin-top: 30px;transition: 0.3s;}
.piblicBtn:hover{box-shadow: 0 0 10px #d7cab7;}

.footer .con{display: flex;justify-content: space-between;}
.footer .con .logo{margin-top: 40px;width: 389px;height: 115px;}
.footer .con .tel{margin-top: 58px;color: #57381b;}
.footer .con .tel i{display: block;margin-bottom: 12px;}
.footer .con .tel p{font-size: 22px;font-weight: bold;font-family: arial;margin-top: 3px;}
.footer .con ul{display: flex;justify-content: space-between;margin-top: 40px;}
.footer .con li{text-align: center;margin-left: 50px;}
.footer .con li .code{width: 115px;height: 115px;}
.footer .con li p{color: #57381b;margin-top: 6px;}
.footer .address{display: flex;justify-content: space-between;margin-top: 140px;}
.footer .address p{font-size: 14px;color: #57381b;display: inline-block;}
.footer .address i{width: 1px;height: 12px;display: inline-block;background-color: #57381b;margin: 0 10px;position: relative;top: 1px;}

.ip{position: fixed;right: 50px;bottom: 30px;z-index: 1;}
.ip .pic{position: absolute;top: 50px;left: 25px;animation: tel 1.5s linear infinite;}
@keyframes tel {
    0% {transform: rotate(0);}
    50% {transform: rotate(10deg);transform-origin: 2px bottom;}
    100% {transform: rotate(0);}
}
@media screen and (max-width: 1440px) {
    .ip{right: -16px;}
}

.Clear{ clear:both;}