@charset "utf-8";
html {
	min-width: 1200px;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
	color: #333333;
}
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, .left {
	float: left;
}
.fr, .right {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #3ba86f;
	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;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}



/*头部*/
.top{
	padding:15px 0;
	display: flex;
	justify-content: space-between;
}
.top .fl{
	display: flex;
	align-items: center;
}
.top .fl .logo{
	margin-right: 18px;
    margin-top: 2%;
}
.top .fl .biaotou{
	padding-left: 17px;
	border-left: 1px solid #eee;
}
.top .fl .biaotou h4{
	font-size: 24px;
	font-weight: 500;
	color: #3BA86F;
    line-height: 32px;
}
.top .fl .biaotou p{
	font-size: 18px;
	font-weight: 400;
	color: #666666;	
}
.top .fr{
    display: flex;
	align-items: center;
}
.top .fr .zxrx{
text-align: right;
}
.top .fr .zxrx p{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.top .fr .zxrx h4{
	font-size: 30px;
	font-weight: bold;
	color: #3BA86F;
    line-height: 35px;	
}
.top .fr .ljzx{
	margin-left: 29px;
	text-align: center;
	width: 102px;
	height: 46px;
	line-height: 46px;
	background: #005FAF;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}


/*导航*/
.nav {
	height: 60px;
	background: #005197;
	position: relative;
	z-index: 20;
}

.nav li {
	float: left;
	width: 171px;
	height: 60px;
	position: relative;
}

.nav li > a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: none;
	transition: background .5s ease;
}

.nav .drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	padding: 0 0 0 0;
	background: #3ba86f;
	display: none;
}

.nav .drop dd {
	line-height: 45px;
	border-top: 1px solid #56b44c;
}

.nav .drop dd:first-child {
	border-top: 0;
}

.nav .drop a {
	display: block;
	color: #fff;
	text-align: center;
}

.nav .drop a:hover {
	background: #4ee89887;
}

.nav li.active > a {
	background: #3ba86f;
	color: #fff;
}

.nav li.current > a {
	background: #3ba86f;
	color: #fff;
}


/*轮播图*/
@media screen and (max-width:1850px){
.banner .swiper-slide img{
	width: 100%;
    display: block;
}
}


/*搜索栏*/
.floor_0_main {
	height: 51px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-bottom: #eee solid 1px;
}
.floor_0_main .floor_0_1 {
	float: left;
	line-height: 50px;
}
.floor_0_main .floor_0_1 p {
	font-size: 14px;
	color: #333;
	line-height: 50px;
}
.floor_0_main .floor_0_1 p a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	border-right: #e8e8e8 solid 1px;
	line-height: 12px;
	padding: 0 12px;
}
.floor_0_main .floor_0_1 p a:last-of-type {
	border-right: none;
}
.floor_0_main .floor_0_1 p a:hover {
	color: #3ba86f;
}
.floor_0_main .floor_0_2 {
	float: right;
	width: 276px;
	height: 30px;
	overflow: hidden;
	border: #efefef solid 1px;
	background-color: #fff;
	position: relative;
	margin-top: 9px;
	border-radius: 4px;
	position: relative;
}
.floor_0_main .floor_0_2 input {
	background-color: none;
	border: none;
}
.floor_0_main .floor_0_2 .stxt {
	    width: 245px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-indent: 10px;
    color: #999;
    outline: none;
}
.floor_0_main .floor_0_2 .sbtn {
	width: 30px;
	height: 28px;
	display: block;
	cursor: pointer;
	background-position: -0px -164px;
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 0;
	outline: medium;
}
.icon {
    background: url(../images/icon1.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}



/*底部*/
footer{
	background: #343D44;
}
footer .db01{
	padding:30px 0 31px;
	display: flex;
	justify-content: space-between;
}
footer .tit{
	font-size: 18px;
	font-weight: 400;
	color: #eee;
	line-height: 28px;
}
footer .line{
	display: block;
	width: 37px;
	height: 2px;
	background: #fff;
	margin:31px 0 35px;
}
footer .db01 .con01,footer .db01 .con02,footer .db01 .con03{
	width: 27%;
}
footer .db01 .con01{
	padding-right: 100px;
	border-right: 1px solid  #495157;
}
footer .db01 .con01 ul li{
font-size: 14px;
font-weight: 400;
color: rgba(238, 238, 238, .56);
line-height: 28px;
margin-bottom: 15px;
}
footer .db01 .con01 ul li:last-child{
	margin-bottom: 0;
}
footer .db01 .con02{
	width: 200px;
	padding-left: 111px;
	padding-right: 139px;
	border-right: 1px solid  #495157;	
}
footer .db01 .con02 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .db01 .con02 ul li{
	width: 50%;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(238, 238, 238, .56);
	line-height: 28px;
}
footer .db01 .con02 ul li a{
	color: rgba(238, 238, 238, .56);
}
footer .db01 .con03{

}
footer .db01 .con03 .fwre{
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #EEEEEE;
	line-height: 28px;	
}
footer .db01 .con03 .tel{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #EEEEEE;
	line-height: 28px;
	margin-top: 9px;	
	margin-bottom: 21px;
}
footer .db01 .con03 .ewm{
	
}
footer .db01 .con03 .ewm img{
	width: 124px;
	height: 124px;
	display: block;
	margin:0 auto;	
}
footer .db01 .con03 .ewm p{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: rgba(238, 238, 238, .56);
	line-height: 28px;
	margin-top: 8px;	
}

footer .copyright{
	border-top: 1px solid #495157;
    padding: 22px 0 17px;
    display: inline-block;
    width: 100%;
}
footer .copyright .yqlj{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer .copyright .yqlj .tit{
	font-size: 14px;
	font-weight: 400;
	color: rgba(238, 238, 238, .56);
	line-height: 28px;
}
footer .copyright .yqlj ul{
		display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer .copyright .yqlj ul li a{
	font-size: 14px;
	font-weight: 400;
	color: rgba(238, 238, 238, .56);
	line-height: 28px;
	margin-right: 15px;
}
footer .copyright .copy p{
		font-size: 14px;
	font-weight: 400;
	color: rgba(238, 238, 238, .56);
	line-height: 28px;
	text-align: center;
	width: 100%;
}
footer .copyright .copy p a{
		font-size: 14px;
	font-weight: 400;
	color: rgba(238, 238, 238, .56);
	line-height: 28px;
}


/*右边悬浮框*/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 50%;
	margin-top: -115px;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #3ba86f;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #3ba86f;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #3ba86f;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #009b4c;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .fhdb span {
	background-position: -35px -142px;
}
.toolbar .fhdb:hover {
	background-color: #3ba86f;
	border-radius: 100%;
}
.toolbar .fhdb:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}


/*tctc*/
.tctc{width: 100%;height: 100%;position: fixed;z-index: 999;left: 0;top: 0;display: none;}
.tctc .popup{width: 644px;height: 285px;    background: linear-gradient(-90deg, #005FAF, #3BA86F);    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -322px;
    z-index: 99999;border: 1px solid #ffffff;    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.32);}
.tctc .clx{    width:36px;
    height:36px;
    position: fixed;
    top: 50%;
    left: 50%;    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.32);border-radius: 36px;
    margin-top: -245px;background: url(../images/clx.png)no-repeat center #2d2d2d7a;    margin-left: 322px;}
.tctc .ptel{margin: 34px 0 0 24px;}
.tctc .ptel img{    width: 300px;}
.tctc .ptel h2{color: #fff;background: url(../images/inquiry_tel.png)no-repeat center left;font-weight: normal;font-size: 16px;padding-left: 36px;    background-size: 26px;}
.tctc .ptel h2 b{font-size: 22px;}
.tctc .fr{width: 302px;}
.tctc .fr .main{margin: 30px 38px 0 0;}
.tctc .fr .main .tit{color: #fff;margin-bottom: 18px;}
.tctc .fr .main .tit h2{font-size: 20px;line-height: 28px;}
.tctc .fr .main .tit h3{font-size: 14px;font-weight: normal;line-height: 22px;opacity: 0.6;}
.tctc .fr .main .txt{width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 0;
    color: #999999;
    text-indent: 1em;
    outline: medium;
}
.tctc .fr .main input{margin-bottom: 10px;}
.tctc .fr .main .submit{    width: 100%;
    height: 40px;
    border: 0;
    cursor: pointer;
    color: #FFF;
    background: #febc00;
    display: block;
    margin: 0 auto;
    text-align: center;
    outline: medium;
}

/*s 底部弹出框*/
/*imsg*/
.imsg{ height: 112px;background: rgba(0, 0, 0, 0.8);position: fixed;left: 0;bottom: 0;width: 100%; z-index: 999;  display: none; }
.imsg .wrap{position: relative;width: 1200px;margin:0 auto;}
.imsg .zi{margin-top: 10px;color: #fff;    height: 217px;
    position: absolute;
    bottom: -112px;background: url(../images/pointer.png)left bottom no-repeat;padding-left: 130px;}
.imsg .zi p{font-size: 14px;margin-top: 130px;}
.imsg .zi h2{font-size: 24px;}
.imsg .comt{ }
.imsg .kuang .li{ margin-right: 24px;float: left;margin-top: 24px; }
.imsg .li input{background: none;height: 44px;line-height: 44px;border: none;*border: 0;text-indent: 2em;*padding-left:10px;*text-indent: 0;
   width:300px;border: 1px solid #fff;color: #fff;    outline: medium;}
.imsg .button1{background: #3ba86f;color: #fff;float: left;margin-top: 24px;border: none;*border: 0;
width: 168px;height: 46px;line-height: 46px;text-align: center;    outline: medium;}
.imsg .comt p{line-height: 30px;color: #fff; }
.imsg .close{background: url(../images/close2.png) no-repeat center;width: 36px;height: 36px;cursor: pointer; position: absolute;right: 2px;top: -42px;
*top: 0;    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;}
.imsg .close:hover{transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg);}
.imsg-pointer { position: fixed; left: 0; bottom: 0; z-index: 100; cursor: pointer; }
.imsg-pointer .des { display:block;background: url(../images/imsg-pointer.png)no-repeat;width: 263px;height: 217px; color: #fff;}
.imsg-pointer .des h2{font-size: 14px;padding: 136px 0 0 90px;}
.imsg-pointer .des h3{font-size: 20px;padding: 0 0 0 90px;}
.imsg-pointer .des h4{font-size: 14px;padding: 0 0 0 90px;}



.zitc{
	-webkit-animation: zitc 2s infinite;animation: zitc 2s infinite;
}


@keyframes zitc{
	0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
	20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}


/*立即询价*/
.ljxj{
	width: 100%;
	padding:37px 0 30px;
	background: #3BA86F;
}
.ljxj .w1200{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ljxj .w1200 p{
	font-size: 24px;
	font-weight: 400;
	color: #fff;
}
.ljxj .w1200 a{
	display: inline-block;
	text-align: center;
	width: 299px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;	
}

