/*初始化样式*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.content-index {
    margin: 0 auto;
    width: 1200px;
}

/*汉堡菜单*/

/*顶部导航栏*/

.Top {
    background-color: #2b2b2b;
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
}
.Top h1, .Top h2 a {
    font-size: 14px;
    color: #a9a9a9;
    text-decoration: none;
}
.Top h1 {
    float: left;
}
.Top h2 a {
    float: right;
    padding-right: 15px;
}
.Top h2 a:hover {
    color: #FFFFFF;
}
/*轮播条*/

.carousel-indicators li {
    width: 50px;
    height: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}
/*轮播图片*/
.carousel-inner img {
    width: 100%;
    height: 450px;
}
.nextupleft img {
    width: 50%;
    margin-left: -70px;
}
.nextupright img {
    width: 50%;
    margin-right: -70px;
}
.mouse_hover {
    display: none;
}
/*中部菜单导航栏*/

.menu {
    display: flex;
    justify-content: space-between;
    height: 95px;
    padding-top: 15px;
}
.logoimg {
    width: 160px;
    float: left;
}
.logoimg a img {
    width: 100%;
    height: 100%;
    padding-top: 5px;
}
.menu-fb{
	position: absolute;
	z-index: 8888;
	right:-15px;
	top: 35px;
	display: none;
}
.menu-fb li{
	text-align: center;
	border-bottom:1px solid #424242;
	list-style: none;
	background-color: #2b2b2b;
	padding: 10px;
	width: 150px;
}
.menu-fb a{
	text-decoration: none;
	color: #FFFFFF;
}
.menu-cd {
    float: right;
    display: flex;
}
.menu-cd li a {
    display:block;
    width:100%;
    padding:20px;
    text-decoration: none;
    color: #2b2b2b;
    
}
.menu_active{
    color:rgb(111, 0, 185)!important;
}

.menu-cd li {
    position: relative;
    text-decoration: none;
    list-style: none;
    font-weight: bold;
    font-size: 17px;
    padding: 20px;
    line-height: 1;
    transition: 0.1s all linear;
    cursor: pointer;
    padding:0;
}
.menu-cd li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 95%;
    border-bottom: 3px solid #000;
    transition: 0.1s all linear;
}
.menu-cd li:hover::before {
    width: 80%;
    margin-left: 12%;
    top: 0;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: #2b2b2b;
    z-index: -1;
}
.menu-cd li:hover~.menu-cd li::before {
    left: 0;
}
.menu-cd li:active {
    background: #2b2b2b;
}
.menu-cd li a:active {
    color: #FFFFFF;
}
.nav  .ioi a{
    border-bottom: 0px solid #000;
    
}
.menu-cd  .ioi a::before{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 80%;
    border-bottom: 2px solid #3A006F;
}
.menu-cd  .ioi a:hover::before{
    margin-left:15px;
    width: 60%;
    color:#3A006F; 
}
/*直销系统*/

.zxxt_font {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    height: 100px;
    padding: 25px 0;
}
.zxxt_font span {
    line-height: 30px;
    border-bottom: 4px solid #2b2b2b;
    padding: 10px 0;
}
.zxxt_flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.choosexx{
    background-color: #212121;
    color: #FFF;
}
.center_box {
    width: 30%;
    margin: 1% 1%;
    background-color: #2b2b2b;
    padding-bottom: 2%;
}
.center_box:hover {
    box-shadow: 1px 1px 5px 1px #2b2b2b;
}
.zxxt_flex .center_box li {
    text-decoration: none;
    list-style: none;
}
.zxxt_flex .center_box a{
    text-decoration: none;
}
.center_box .mengban1, .mengban2, .mengban3, .mengban4, .mengban5, .mengban6 {
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    height:216px;
    width:360px;
    display: none;
    position: absolute;
}
.center_box .mengban1 span, .mengban2 span, .mengban3 span, .mengban4 span, .mengban5 span, .mengban6 span {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 81px;
    left: 129px;
    display: block;
    border-radius: 3px;
    background-color: rgba(4, 180, 95, .9);
    padding: 10px;
}
.center_box .mengban1 span:hover, .mengban2 span:hover, .mengban3 span:hover, .mengban4 span:hover, .mengban5 span:hover, .mengban6 span:hover {
    color: #04B45F;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 81px;
    left: 129px;
    display: block;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .9);
}
.center_box .img_height {
    width:100%;
}
.center_box .img_height img {
    width: 100%;
    height: 100%;
}
.zxxt_flex .center_box h2 {
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 20px;
}
.zxxt_flex .center_box h2, .zxxt_flex .center_box h3 {
    padding: 4px 20px;
}
.zxxt_flex .center_box h3 {
    height: 55px;
    color: #FFFFFF;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*优质服务*/
.news{
	background-color:#F2F2F2;
}
.yzfw {
    background-color: #F2F2F2;
}
.yzfw_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
.yzfw_flex .yzfw_center_box {
    display: block;
    list-style: none;
    text-decoration: none;
    width: 25%;
    background-color: #F2F2F2;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 50px;
}
.yzfw_center_box h1 {
    padding: 10px 0;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #424242;
}
.yzfw_center_box p {
    color: #424242;
    height: 55px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
/*新闻资讯*/

.news_flex {
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.news_flex .news_xinw {
    width: 30%;
    margin: 0 auto;
}
.news_flex .news_xinw a {
    text-decoration: none;
}
.news_flex .news_xinw li img {
    width: 100%;
    height: 200px;
}
.news_flex .news_xinw li {
    list-style: none;
    text-decoration: none;
    line-height: 26px;
    font-size: 14px;
    color: #848484;
    width: 100%;
}
.news_flex .news_xinw li:hover {
    color: #04B45F;
    font-weight: 500;
}
.news_flex .news_xinw li b {
    float: right;
}
.news_xinw li span{
	width: 50%;
	border: 1px solid red;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.texthidden{
	display: block;
}
/*网站信息--网站地图--联系我们--关注我们*/

.netmsg {
    width: 100%;
    height:auto;
    background-color: #757575;
}
.netmsg .netmsg_font_flex {
    display: flex;
    justify-content:space-between;
}
.netmsg .netmsg_font_flex li {
    list-style: none;
    text-decoration: none;
    font-size: 14px;
    color: #CCCCCC;
    line-height: 26px;
    margin: 3%;
}
.limap span{
    display:block;
    width:100%;
    
}
.netmsg .netmsg_font_flex a {
    list-style: none;
    text-decoration: none;
    color: #cccccc;
}
.netmsg .netmsg_font_flex h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.gzwm {
    text-align: center;
}
.gzwm p {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    background-color: #FFFFFF;
}
.gzwm img {
    width: 100%;
    height: 100%;
    padding: 2px;
}
/*底部版权*/

.copyright-msg {
    margin: 0px;
}
.copyright-msg span {
    display: block;
    background-color: #2b2b2b;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 15px;
}
/*返回顶部*/

.back_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 40px;
    width: 40px;
    z-index: 9999;
    display: none;
}
.back_top img {
    height: 100%;
    width: 100%;
}
/*汉堡菜单*/
.hanbaomenu{
	display: none;
}
.three { width:50px;}

.col {
	display: block;
	float:right;
	margin: 1% 0 1% 1.6%;
}

.row .three{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2b2b2b;
  color: #FFFFFF;
  text-align: center;
}
.hamburger .line{
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
@media (min-width: 1441px){
    .carousel-inner img {
    width: 100%;
    height: 500px;
    }
}
@media (max-width: 1199px){
	.center_box .mengban1, .mengban2, .mengban3, .mengban4, .mengban5, .mengban6 {
    display: none !important;
	}
	.center_box .mengban1 span, .mengban2 span, .mengban3 span, .mengban4 span, .mengban5 span, .mengban6 span{
	display: none;
	}
	.center_box .mengban1 span:hover, .mengban2 span:hover, .mengban3 span:hover, .mengban4 span:hover, .mengban5 span:hover, .mengban6 span:hover {
    display: none;
	}
    .Top h1, .Top h2 a {
        font-size: 14px;
    }
    .Top {
    	padding: 14px 30px;
    }
    .menu{
    	padding: 20px 30px;
    }
    .center_box {
    width: 45%;
	}
	.content-index{
    width: 100%;
    margin: 0 auto;
	}
	.yzfw_flex{
	width: 90%;
	justify-content: flex-start;
	}
	.yzfw_flex .yzfw_center_box {
		width: 33.3%;
	}
	.news_flex{
		width: 100%;
	}
	.news_flex .news_xinw {
    width: 47%;
	}
	.netmsg .netmsg_font_flex{
		width: 100%;
	}
	.texthidden{
	display:none;
	}
	.news_flex .news_xinw li img {
    width: 100%;
    height: 250px;
	}
}
@media screen and (max-width: 990px){
	.limap {
	    display: none;
	}
	 .Top h2 a{
    	display: none;
    }
}
@media screen and (max-width: 768px) {
     .Top h1, .Top h2 a {
        font-size: 14px;
    }
    .content-index{
    width: 100%;
    margin: 0 auto;
	}
    .Top {
    	padding: 14px 30px;
    }
    .menu{
    	padding: 20px 30px;
    }
    .carousel-inner img {
    width: 100%;
    height: 350px;
	}
    .center_box {
    width: 45%;
	}
	.zxxt_flex{
    width: 100%;
    margin: 0 auto;
	}
	.yzfw_flex{
	width: 100%;
	justify-content: center;
	}
	.yzfw_flex .yzfw_center_box {
		width: 47%;
	}
	.news_flex{
		width: 100%;
	}
	.news_flex .news_xinw {
    width: 47%;
    margin: 0 auto;
	}
	.netmsg{
		padding: 0;
	}
	.netmsg .netmsg_font_flex{
		width: 100%;
	}
	.limap {
	    display: none;
	}
	.texthidden{
	display:none;
	}
	.news_flex .news_xinw li img {
    width: 100%;
    height: 200px;
	}
}
@media screen and (max-width: 705px) {
	.hanbaomenu{
 	display: block;
 	position: absolute;
 	right:30px;
 	top:13px;
	}
	.menu {
		height: 70px;
		padding-top: 7px;
	}
	.limap {
	    display: none;
	}
	.gzwm{
		display: none;
	}
	 .Top{
        display: none;
    }
    .carousel-inner img {
    width: 100%;
    height: 280px;
	}
    .carousel-indicators li {
    width: 20px;
    height: 4px;
    margin-left: 10px;
	}
}
@media screen and (max-width: 600px) {
	.news_flex{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.news_flex .news_xinw {
    width: 90%;
    margin: 0 auto;
	}
	.texthidden{
	display: block;
	}
	
}
@media screen and (max-width: 540px) {
	.netmsg_font_flex{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
    .carousel-inner img {
    width: 100%;
    height: 250px;
	}
	.nextupleft img {
    width: 50%;
    margin-left: -20px;
	}
	.nextupright img {
    width: 50%;
    margin-right: -20px;
	}
	.carousel-indicators li {
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-radius:10px;
	}
	.copyright-msg{
		font-size: 12px;
	}
}
@media screen and (max-width: 420px){
	.center_box {
    width: 90%;
    margin: 5px auto;
	}
	.zxxt_flex{
    width: 100%;
    display: flex;
    flex-direction: column;
	}
	.carousel-inner img {
    width: 100%;
    height: 150px;
	}
	.zxxt_font {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 70px;
    padding: 12px;
	}
	.zxxt_font span {
    line-height: 30px;
    border-bottom: 2px solid #2b2b2b;
    padding: 10px 0;
	}
	.yzfw_flex{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
	}
	.yzfw_flex .yzfw_center_box {
		width: 100%;
	}
	.menu{
		height: 60px;
	}
	.menu-cd{
		display: none;
    }

	.logoimg {
	    width: 140px;
	    float: left;
	}
	.logoimg a img {
	    width: 100%;
	    height: 100%;
	    padding-top: 2px;
	}
	.zxxt_flex .center_box h2 {
	    line-height: 30px;
	    font-size: 16px;
	}
	.zxxt_flex .center_box h2, .zxxt_flex .center_box h3 {
	    padding: 3px 15px;
	}
	.zxxt_flex .center_box h3 {
	    height: 55px;
	    color: #FFFFFF;
	    line-height: 26px;
	    font-size: 14px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.mouse_hover {
    display: block;
}
}