bady{
	background-color: #f1f1f1 ;
}
.zysearch {
    width: 100%;
    height: 274px;
    text-align: center;
    position: relative;
    z-index: 9;
	border-top: 5px solid #e62129;
}
.zysearch::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px;
    z-index: -1;
}
.zysearch::before {
    background: url(../image/bcg.png)no-repeat;
    background-position-x: center;
}

.w_a {
    clear: both;
    display: block;
    margin: 0 auto;
    max-width: 1250px;
    padding: 0px 0px 30px 0;
    margin-bottom: 120px;
}
.nav_bar_box {
  overflow: hidden;
}
.nav_bar_box .breadcrumb {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
    line-height: 40px;
}
.nav_bar_box .breadcrumb a {
    color: #42525f;
}
.bar_qy_hyl {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
    margin-bottom: 57px;
    background-color: #fff;
    min-height: 625px;
   max-width: 928px;
}
.bar_qy_hyl_a {
    display: inline-block;
    cursor: pointer;
    width: 130px;
    height: 61px;
    border-bottom: 3px solid #e62129;
    margin-bottom: 15px;
}
.bar_qy_hyl .activea a {
	line-height: 79px;
    color: #333;
    font-size: 28px;
    font-weight: normal;
}
.bar_qy_hyl h4 {
	font-size: 24px;
    color: #e62129;
    line-height: 45px;
	margin-bottom: 0;
}
.bar_qy_hyl h3 {
    font-size: 20px;
    font-weight: bold;
    color: #42525f;
}
.bar_qy_hyl h5 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
	text-indent: 2em;
}
.bar_qy_hyl h6{
    font-size: 16px;
    font-weight: bold;
    text-indent: 0;
    float: left;
}

.nm{
	display: none;
}
.bar_qy_hyl h7{
font-size: 16px;
    font-weight: bold;
    text-indent: 0;
    float: left;
    width: 100%;
}

.bar_qy_hyl span{
    width: 100%;
    line-height: 30px;
    margin: 0;
    float: left;
    font-size: 15px;
}
.bar_qy_hyl p{
	line-height: 27px;
	text-indent: 2em;
	margin: 0;
}
 .bar_qy_hyl text{
	 text-indent: 0;
	   font-weight: bold;
	   float: left;
	   width: 100%;
	   line-height: 25px; 
 } 
.bar_qy_hyr{
position: relative;
    top: -219px;
    float: right;
    z-index: 999;
    padding: 0;
    width: 240px;
}
.bar_qy_hyr_a {
    height: 160px;
    color: #fff;
    background: #114368cc;
}
.bar_qy_hyr_a h3 {
    font-size: 30px;
    line-height: 149px;
    text-indent: 0.5em;
}
.fbxj{
	width: 100%;
    overflow: hidden;
    float: left;
}
.right_input {
    overflow: hidden;
    height: auto;
	padding: 0;
}
.right_input .red{

}
.right_input h4 {
  text-align: left;
    color: #42525f;
}
.right_input li {
    text-align: left;
    display: block;
    overflow: hidden;
    padding: 5px 0;
    width: 48%;
    float: left;
    margin: 6px;
}

 .right_input li input {
  height: 46px;
}
.right_input li input,
.right_input li textarea {
    font-size: 14px;
    border: 0;
    padding: 6px;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    outline: none;
    border: 1px solid #e0e0e0;
}
 .right_input li .red {
  display: inline-block;
  width: 4%;
  color: red;
}
 .right_input .fbxj_sub {
    text-align: center;
    padding: 20px 0;
    float: left;
}
 .right_input .fbxj_sub span {
	 display: inline-block;
    width: 172px;
    border: 0;
    background: #00587b;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    height: 46px;
    line-height: 45px;
    cursor: pointer;
}


/* 左侧导航 */
.navbar {
    width: 100%;
    border-radius: 0px;
    background: #fff;
    margin-bottom: 7px;
}
.navbar-hide {
  transform: translatex(-18.5rem);
  overflow: hidden;
}
.navbar li {
    padding-left: 2em;
    cursor: pointer;
}

.navbar .bar {
height: 90%;
    background: #f9f9f9;
}
.navbar .options__division {
  font-weight: bold;
}

.active {
  background: #e62129 !important
}
.active a {
  color: #fff !important;
}
.navbar .options ul li {
    position: relative;
    color: #fff;
    height: 40px;
    background: none;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    font-size: 15px;
}
.navbar .options ul li:hover {
  background: #e62129 !important;
  width: 100% 
  
}
.navbar .options ul li:hover a {
  color: #fff !important;
  width: 100% 
}
.navbar .options ul li:hover span {
  color: #fff !important;
  width: 100% 
 transition: all .9s linear;
}

.navbar .settings .acc-settings:hover i {
  color: #ef5350 !important;
  transform: rotate(360deg);
  transition: all 0.8s ease-in-out;
}

.button__menu {
  padding: 1rem 1rem;
  font-size: 1.2rem;
  color: grey;
  transition: all 0.3s;
  display: none;
}
.button__menu-checkbox {
  display: none;
}

.about_box1{
    background-image: url(../image/about_box1.jpg);
    height: 90px;
    width: 100%;
    margin-bottom: 5px;
    text-indent: 3em;
}
.about_box1 span{
    line-height: 90px;
    font-size: 22px;
    color: #fff;
    text-indent: 2em;
    font-weight: bold;
}
.about_box2{
    background-image: url(../image/about_box2.jpg);
    height: 90px;
    width: 100%;
    margin-bottom: 5px;
    text-indent: 3em;
}
.about_box2 span{
    line-height: 90px;
    font-size: 22px;
    color: #fff;
    text-indent: 2em;
    font-weight: bold;
}
.about_box3{
    background-image: url(../image/about_box3.jpg);
    height: 90px;
    width: 100%;
    margin-bottom: 5px;
    text-indent: 3em;
}
.about_box3 span{
    line-height: 90px;
    font-size: 22px;
    color: #fff;
    text-indent: 2em;
    font-weight: bold;
}
.about_box4{
    background-image: url(../image/about_box4.jpg);
    height: 90px;
    width: 100%;
    margin-bottom: 5px;
    text-indent: 3em;
}
.about_box4 span{
    line-height: 90px;
    font-size: 22px;
    color: #fff;
    text-indent: 2em;
    font-weight: bold;
}
/* 左侧导航 */

/* 企业视频CSS */
	.video_box {
		width: 100% !important;
    }
	.player-container-id-dimensions{
		width: 100%;
	}
	
    .viode_title {
    font-size: 16px;
    color: #333;
    line-height: 43px;
    }

    .viode_title span {
        color: #31be09;
        font-size: 30px;
    }

    .video_box_list {
        width: 32%;
        float: left;
        margin-left: 1%;
    }
	/* 企业视频CSS */

/* 代表产品CSS */
.dbcp{
    margin-top: 3%;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 3%;
}
.dbpc_l{
	float: left;
	padding-left: 0px;
}
.dbpc_l img{
	width: 90%;
}
.dbpc_r{
	float: right;
}

/* 代表产品CSS */

/* 合作伙伴 */
.pa{
	padding-left: 0px;
}
.par{
    text-align: center;
    border-radius: 12px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 132px;
}
.par h7{
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
    border-top: 1px solid #f5f5f5;
    margin: 0;
    background: #f9f9f9;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

/* 合作伙伴 */


/* 销售网络 */
.selesnetworks{
    width: 45%;
    padding: 0;
    margin-top: 13px;
    border-bottom: 1px solid #e0e0e0;
    float: left;
    min-height: 211px;
    margin-right: 26px;
    /* background: #f4f3ef; */
}

/* 销售网络 */




/* 移动端样式 */
@media (max-width:768px) {
	.w_a {
	    clear: both;
	    display: block;
	    margin: 0 auto;
		width: 100%;
	}
	.video_box {
		width: 100% !important;
	}
	.player-container-id-dimensions{
		width: 100%;
	}
	.about_box1{
		display: none;
	}	
	.about_box2{
		display: none;
	}	
	.about_box3{
		display: none;
	}
	.about_box4{
		display: none;
	}
	.bar_qy_hyr {
    padding: 0;
    top: 0;
    float: left;
    width: 100%;
	}
	.bar_qy_hyl{
		width: 98%;
		margin: 0 auto;
		min-height: 500px;
	}
	.bar_qy_hyl img{
		width: 100%;
	}
	
	.bar_qy_hyr_a {
    height: 60px;
    color: #114368;
    background: #fff;
	}
	.bar_qy_hyr_a h3 {
	    font-size: 30px;
	    line-height: 49px;
	    text-indent: 0.2em;
	}
	.nav_bar_box .breadcrumb {
		text-indent: 0.2em;
	}
	.navbar {
	    width: 98%;
	    border-radius: 0px;
	    background: #fff;
	    margin-bottom: 7px;
	    margin: 0 auto;
	}
	.navbar li {
		padding-left: 12px;
	}
	.navbar .options ul li {
	    position: relative;
	    color: #fff;
	    height: 40px;
	    background: none;
	    transition: all 0.5s;
	    display: flex;
	    align-items: center;
	    border-bottom: 1px solid #e8e8e8;
	    font-size: 15px;
	    width: 25%;
	    float: left;
	}
	.player-container-id-dimensions {
    height: 211px !important;
    width: 100% !important;
	}
	.bar_qy_hyl_a {
	    display: inline-block;
	    cursor: pointer;
	    height: 61px;
	    border-bottom: 3px solid #e62129;
	    margin-bottom: 15px;
		margin-left: 5px;
	}
	.bar_qy_hyl .activea a {
	    line-height: 79px;
	    color: #333;
	    font-size: 24px;
	    font-weight: normal;
	}

.navbar .options ul li:hover {
  background: #e62129 !important;
  width: 25%;
  
}
.navbar .options ul li:hover a {
  color: #fff !important;
  width: 100%;
}
.navbar .options ul li:hover span {
  color: #fff !important;
  width: 25%;
 transition: all .9s linear;
}
.bar_qy_hyl h5{
    margin: 0 auto;
    width: 98%;
    text-indent: 2em;
    font-size: 14px;
}
.selesnetworks {
/* background: #f5f5f5; */ 
    width: 100%;
    padding: 10px;
    /* border-radius: 16px; */
    float: left;
}
.dbcp {
    margin-top: 3%;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 3%;
    float: left;
}
.pa {
    padding:10px;
}
.par {
    text-align: center;
    border-radius: 12px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 0px;
    height: 132px;
}
.par img {
	width: 178px !important;
}
		
}
