body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    
}
h3{
    font-weight: normal;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #1a1a1a;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #1a1a1a;
}


/* 未访问的链接 */

a:visited {
    color: #1a1a1a;
}


/* 已访问的链接 */

a:hover {
    color: #1a1a1a;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #1a1a1a;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

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






.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}




h1,h2,h3,h4,h5,h6{font-size: 14px; font-weight: normal;}
ul,ol,li{list-style: none;}
input{background: none; border: 0 none;}
img,iframe{border: 0px;}
em,i{font-style: normal;}
button,input,select,textarea{font-size: 100%;}
table{border-collapse: collapse; border-spacing: 0;}
.red{color: #ba292e;}
.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.poa{position: absolute;}
.por{position: relative;}
.hidden{display: none;}
.w1200{width: 1200px; margin: 0 auto;}
/* .top_main .w1200,.header_main .w1200,.nav_main .w1200,.link .w1200,.footer .w1200,.fnav .w1200,.index .w1200{width: 1600px;} */
@media (max-width: 1600px){.top_main .w1200,.header_main .w1200,.nav_main .w1200,.link .w1200,.footer .w1200,.fnav .w1200,.index .w1200{width: 1200px;}}
a{color: #434343;text-decoration: none;}
a:hover{color: #49735d; text-decoration: none;}
a:visited{text-decoration: none;}
.ease,
.ease *{-webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.noease,
.noease *{-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
:-moz-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #aaa;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #aaa;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*特效*/
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: '';position: absolute;left: -100%;top: 0;width:100%;height:100%;background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));transform: skewx(-25deg);}
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
/*网站顶部*/
.top_main{width: 100%;height: 40px;color: #666;line-height: 40px;border-bottom: 1px solid #d8d8d8;background: url(../images/top_bg.png) center repeat-x;}
.top_main li{position: relative;display: inline-block;text-align: center;}
.top_main .split{display: inline-block;width: 1px;height: 15px;background: #666;vertical-align: middle;margin-right: 7px;margin-top: -2px;}
.top_main li a{color: #666;cursor: pointer;}
.top_main li a:hover{color: #49735d;}
/*网站头部*/
.header_main{width: 100%;z-index: 100; height: 90px;  overflow: hidden;}
.header_main .logo{display: block;margin-top: 32px;}
.header_main .logo img{width: 100%;height: 100%;display: block;}
.header_main .tel{float: right;padding-top: 0px;margin-right: 30px;}
.header_main .tel img{float: left; margin-right: 10px;}
.header_main .tel p{font-size: 16px; margin-bottom: 3px; margin-top: 8px; display: flex; align-items: center;}
.header_main .tel span{font-size: 16px; line-height: 22px; font-weight: bold; color: #1a1a1a;}
.header_main .tel:hover img{animation: zy 2.5s .15s linear infinite; -moz-animation: zy 2.5s .15s linear infinite; -webkit-animation: zy 2.5s .15s linear infinite; -o-animation: zy 2.5s .15s linear infinite;}
.header_main .ewm{float: right;padding-top: 36px;}
.header_main .ewm a{color: #1a1a1a;font-size: 12px; opacity: 0.4; }
/*网站导航*/
.nav_main{width:100%;height: 60px;background: #49735d;position: relative;z-index: 3;}
.nav_main .nav li{float:left;width: 171px;line-height: 60px;display: block;position: relative;z-index: 10;font-size: 16px;text-align: center;transition: all .5s;}
.nav_main .nav li a{display: block;color:#fff;font-size:16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nav_main .nav li:hover, .nav_main .nav li.hover{background: #2b2b2b;}
.nav_main .nav dl{width: 100%;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .nav dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav_main .nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav_main .nav dl dd{line-height: 44px;height: 44px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px dotted #fff;}
.nav_main .nav dl dd:first-child{border: none;}
.nav_main .nav dl dd a{color: #fff;font-size: 12px;padding: 0;background: rgba(74, 115, 94,0.8);text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #2b2b2b, #2b2b2b);background-image: linear-gradient(to right, #2b2b2b, #2b2b2b);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .nav dl dd a:hover {background-size: 100% 100%;padding-left: 10px;color: rgba(255, 255, 255, 0.9999);}
/* @media (max-width: 1600px){.nav_main .nav li{width: 133px;}} */


/*友情链接*/
.link{margin-top: 40px;margin-bottom: 40px;/* height: 62px; */}
.link p{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.link p span{color:#49735d;font-family: "Times New Roman",Times,serif;}
.link ul li{float: left;line-height: 19px;margin-right: 30px;}
.link ul li a{color:#666;}
.link ul li a:hover{color:#49735d;}
/*网站底部*/


.backcolor{
    background: #49735d;
}




/*footer*/
.footer{background:#49735d;padding:80px 0 0px 0;margin-top: 0px;color: #1a1a1a;}
.footer strong{font-size: 24px;margin-bottom: 15px;display: block;}
.footer .txt p{font-size: 18px;line-height: 36px;}
.footer .chat{text-align: center;width: 94px;margin-top: 30px;margin-bottom: 50px;}
.footer .chat img{width: 94px;display: block;}
.footer .chat span{font-size: 12px;display: block;margin-top: 10px;}
.footer .foot03 h3{padding-left: 50px;background:url("../images/tel_bg2.png") no-repeat left center;font-size: 36px;margin-top: 50px;}
.footer .foot03 h3 span{font-weight: normal;font-size: 27px;}
.footer .foot01{  display: flex; margin:10px 0 30px; width:100%; justify-content: space-between; }
.footer .foot02 ul {width:100%; margin:0px auto; padding:20px 0; display: flex; justify-content: space-between; }
.footer .foot02 ul li{ margin:0 0px; display:flex; width:150px; justify-content:space-between;align-items:center;}
.footer .foot02 ul li::after{content:''; width:3px; height:17px; background:#fff;display:block}
.footer .foot02 ul li a{font-size: 16px; color: #fff; flex:1; text-align:center;}
.footer .foot03{padding-left: 90px;background:url("../images/foot_line.png") repeat-y left top;height: 622px;}

.foot {height:86px; font-size: 18px;text-align: center;background: #434343;}
.footer .ddb{display: flex; justify-content: center; align-items: center; margin-top:40px;}
.ddb p { color: #1a1a1a;margin:0 30px; font-size: 20px; display: flex; align-items: center; }
.ddb p img{margin-right: 20px;}
.ddb p a{ color: #1a1a1a}
.footer .copyright{text-align: center; height:60px; line-height: 60px;color: #1a1a1a; opacity: 1; font-size: 16px; background:#00401f; color:#fff}

.footer .copyright p{line-height:60px; font-size:14px;}
.footer .copyright p a{color: #fff; margin-left:35px;}

.sea_box2{z-index: 100; width:502px}
.sea_box2 input {float: left; background:#fff; font-size: 14px;}
.sea_box2 input.txt {width: 250px;padding: 0 10px;line-height: 45px;height: 45px; margin-right: 8px;}
.sea_box2 input.btn {width:115px;background-color: #1a1a1a;color: #fff;cursor: pointer;height: 45px;}
.footer .foot01 .foot_tel{
    width:645px;
    position: relative;

}
.footer .foot01  h2{
    display: flex;
    color:#fff;
    gap:10px;
    font-size: 20px;;
    align-items: center;
    margin-bottom:20px;
}
.footer .foot01 .foot_tel h2 img{
    margin-right: 15px;
}
.footer .foot01 .foot_tel h2 span{
    font-size: 14px;
    font-weight: normal;
}
.footer .foot01 .foot_tel .text{
    color:#fff;
    line-height: 28px;
    margin:20px 0;
    font-size: 15px;
}
.footer .foot01 .foot_tel .address{
    color: #fff;
    font-size: 17px;
}
.footer .foot01 .foot_tel .address p{
    display: inline-flex;
    line-height: 40px;
    border-bottom:1px dotted #fff;
    /* align-items:center; */
    padding:10px 0;

}
.footer .foot01 .foot_tel .chatList{
    display: flex;
    color:#fff;
    gap:8px;
    margin-top:10px;
    text-align: center;
}
.footer .foot01 .foot_tel .chatList img{
    max-width: 110px;
    margin-bottom: 5px;
}
.footer .foot01 .foot_tel  p img{
    width:19px;
    height:18px;
    margin-right:10px;
    margin-top:15px;
}
.footer .foot01 .foot_tel .address p i{
    display: inline-block;
    width:78px;
}
.footer .foot01 .foot_tel .ewm{
    position: absolute;
    bottom: 10px;
    right:10px;
}

.sea_box2 input.txtt{
	width: 100%;
	height: 45px;
    line-height: 55px;
    color: #999999;
    background: #fff;
    font-size: 16px;
    border:none;
    text-indent: 25px;
    float: left;
    margin: 0 0px 20px;
    border:1px solid
}
.sea_box2 .texar{
	width: 100%;
	height: 140px;
    line-height: 55px;
    color: #999999;
    background: #fff;
    font-size: 16px;
    border:none;
    text-indent: 25px;
    float: left;
    margin: 0 0px 20px;
    border: 1px solid;
}
.sea_box2 .btnt {
	width: 145px;
	height: 39px;
    line-height: 39px;
   background: #1b1b1b;
	text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    display: block;
}


/*浮动客服*/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;}
.toolbar a{width:80%; cursor: pointer; height: 66px;  position: absolute;top:36px; left:10%; display: inline-block;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: #49735d;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #49735d;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #49735d;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #49735d;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #49735d;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}