/*====================通用*********/
@media (min-width: 1681px) and (max-width: 1920px){
.container {
  width: 1600px;
}
}
a, a:hover, a:active, a:visited, a:link {
  color: #595757;
  text-decoration: none;
}
.special-box-wrap2 {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}
/* 图片通用样式 */
img {
  width: auto;
  max-width: 100%;
  transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;
}
a:hover img {
  transform: scale(1.05);
}
.img {
    width: 100%;
	height: 100%;
	overflow: hidden;
}
.img1 {
	height: 100%;
	overflow: hidden;
}
.col-lg-offset-8 {
    margin-left: 45%;
}
.col-lg-9 {
  width: 60%;
}
@media (min-width: 1921px) {
.col-lg-offset-8 {
    margin-left: 57%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-offset-4 {
    margin-left: 36%;
}
.laoren .col-lg-offset-4 {
    margin-left: 38%;
}
}
@media (min-width: 1680px) and (max-width: 1920px){
.col-lg-offset-8 {
    margin-left: 55%;
}
}
@media screen and (max-width: 1023px){
.col-lg-9 {
  width: 40%;
}
.list-banner {
    height: 380px;
}
}
@media screen and (max-width: 667px){
.col-lg-9 {
  width: 100%;
}
.col-lg-offset-8 {
    margin-left: 0;
}
}
/* 边距通用样式 */
.margin-p-lgx {
    margin-top: 150px !important;
}
.margin-p-lgm {
    margin-top: 110px !important;
}
.margin-b-lgx {
    margin-bottom: 150px !important;
}
.margin-p-lg {
  margin-top: 100px !important;
}
.margin-b-lg {
  margin-bottom: 100px !important;
}
.margin-p-md {
  margin-top: 50px !important;
}
.margin-b-md {
  margin-bottom: 50px !important;
}
.margin-p-sm {
  margin-top: 20px !important;
}
.margin-b-sm {
  margin-bottom: 20px !important;
}
.margin-p-xs {
  margin-top: 10px !important;
}
@media screen and (max-width: 1023px){
.margin-p-lg,.margin-p-lgx {
  margin-top: 50px !important;
}
.margin-b-lg,.margin-b-lgx,.margin-b-lgm {
  margin-bottom: 50px !important;
}
.margin-p-md {
  margin-top: 30px !important;
}
.margin-b-md {
  margin-bottom: 30px !important;
}
.margin-m-b-lg {
  margin-bottom: 50px;
}
.margin-m-p-md {
  margin-top: 30px !important;
}
}
.frame {
  margin-left: -15px;
  margin-right: -15px;  
}
/* 颜色通用样式 */
.red {
  color: #ca0e00 !important; 
}
.bg-blue {
  background-color: #f4f4f6;
}
.bg-red {
  background-color: #ca0e00;
}
.bg-lightblue {
  background-color: #fafdff;
}
.grey a, .grey {
  color: #7e7d80 !important;
}
.light-gray {
  color: #b5b5b6;
}
.bg-grey {
  background-color: #f4f4f6 !important;
}
.bg-white {
  background-color: #fff;
}
/*====================导航*********/
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:60px;
	padding: 0 30px;
	background: #fff;
}
/*左侧logo*/
.header .left{
	width: 12%;
	margin-left: 2%;
}
@media screen and (max-width: 667px){
.header .left{
	width: 20%;
	margin-left: 2%;
}
}
.header a:hover img {
    transform: scale(1);
}
.header .left a img{
	width: 80px;
	margin-top: 10px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 58px;
	display: block;
	margin-right: 50px;
}
.header .navbar_nav li[class~='top']{
	float:left;
	/*position: relative;*/
	display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: orangered;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
/*.header .navbar_nav li:hover:after{
    width: 100%;
}*/
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 20px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size: 14px;
}
@media screen and (max-width: 1280px){
	.header .navbar_nav li a{
		padding: 0 10px;
	}
}
/*.header .navbar_nav li:hover a{
	color: orangered;
}*/
/*.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:60px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}*/
/*.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}*/
/*.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: orange;
}*/

/* 搜索 */
.btn-success {
    color: #fff;
    background-color: #ca0e00;
    border-color: #ca0e00;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #ca0e00;
    border-color: #ca0e00;
}
/* pc导航 */
.header .navbar_nav > li:hover {
  border-bottom: 2px solid #ca0e00;
}
.navbar_nav .child_menu .item ul li:first-child {
    font-size: 18px;
}
.navbar_nav .child_menu .item {
    line-height: 50px;
}
.navbar_nav .child_menu .item ul li:hover {
    background-color: #eaedef;
}
.child_menu li:first-child {
    font-size: 16px;
    padding-left: 20px;
}
.child_menu li:hover {
  background-color: #f6f9fb;
}
.navbar_nav .menu3 {
    background: #f6f9fb !important;
}
.navbar_nav .menu4 {
    background: #eaedef !important;
}
.navbar_nav .menu2 {
  padding-left: 30%;
}
.header .navbar_nav li::after {
    content: "";
    width: 0;
    height: 2px;
    background: orangered;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.haschild .img1 {
   margin-top: 18px;
}
#searchcontent .form-control {
  border-radius: 30px !important;
  padding: 20px !important;
}
#searchcontent .btn-success {
    color: #595757;
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important; 
    position: absolute;
    right: 10px;
    top: 0px;
    height: 44px;
    padding: 10px;
}
#searchcontent .form-control:focus #searchcontent .btn-success {
    color: #ca0e00 !important;
}
.navbar_nav .child_menu{
        display: none;
}
.navbar_nav .menu2{
	position: absolute;
	left: 0px;
	top:60px;
	background: #ffffff;
	width: 100%;
	border-top: 2px solid #eee;
	z-index: 998;
	overflow-y: scroll;
}
.navbar_nav > .item{
	display: inline-block;
}
.navbar_nav .child_menu .item{
	width: 336px !important;
}
.navbar_nav .haschild{
	display: inline-block;
}
.navbar_nav .item_link{
	display: inline-block !important;
	width: calc(100% - 30px);
}
.navbar_nav .menu3{
	margin-left: 336px !important;
	position: absolute;
	top: 0px;
	z-index: 999;
	background: #f4f7fc;
}
.navbar_nav .menu4{
	margin-left: 336px !important;
	position: absolute;
	top: 0px;
	z-index: 1000;
	background: #e5edfa;
}
@media (min-width: 1921px){
.navbar_nav .menu2 {
  padding-left: 50%;
}

}
@media (min-width: 1681px) and (max-width: 1920px){
.header{
	height:72px;
}
.header .nav{
	line-height: 80px;
}
.header .left{
	width: 15%;
}
.navbar_nav .menu2 {
  padding-left: 45%;
}
.header .left a img{
	width: 80px;
	margin-top: 15px;
}
.header.on {
	height:72px;
}
.header.on .nav{
	line-height: 66px;
}
.header.on .left{
	width: 12%;
}
.header.on .left a img{
	width: 80px;
	margin-top: 10px;
}
.navbar_nav .menu2 {
  top: 70px !important;
}
.header .nav {
    line-height: 66px;
}
.navbar_nav .child_menu .item{
    width: 343px !important;
}
.navbar_nav .menu3{
    margin-left: 343px !important;
}
.navbar_nav .menu4{
    margin-left: 343px !important;
}
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
/*.header.on .navbar_nav li:hover a{
	color: orangered;
}*/
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}

@media screen and (max-width: 1200px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: 0;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #595757;
	}
	.header.on #navToggle span,
	.header.on #navToggle span:before,
	.header.on #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #000;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}

.header .login {
	padding-top: 15px;
	float: right;
}
.header .login a {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.header.on .login a {
	color: #7e7d80;
}
.header .login a:nth-child(1) {
	background: url(../image/search_icon.png) no-repeat left center;
	padding-left: 30px;
	background-size: 27px;
}
.header .login a:nth-child(1)[class~="active"] {
    background: url(../image/search_icon_active.png) no-repeat left center;
    padding-left: 30px;
    background-size: 27px;
}
.header.on .login a:nth-child(1) {
	background: url(../image/search_icon.png) no-repeat left center;
	background-size: 27px;
}
.header.on .login a:nth-child(1)[class~="active"] {
    background: url(../image/search_icon_active.png) no-repeat left center;
    padding-left: 30px;
    background-size: 27px;
}



@media (min-width: 1681px) and (max-width: 1920px){
.header .login {
    padding-top: 25px;
    float: right;
}
.header.on .login {
    padding-top: 15px;
    float: right;
}
}
/*====================轮播图*********/
.carousel-inner > .item > img {
  width: 100%;
}
/* .carousel-indicators {
    display: none;
} */
.carousel-caption {
    right: 0;
    left: 0;
}
.carousel-inner-tit {
  font-size: 24px;
  padding-bottom: 25%; 
  white-space: pre-line; 
  width: 100%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  display:none;
}
.carousel-indicators .active {
    width: 45px;
    height: 12px;
    margin: 0;
    background-color: #ca0e00;
    border: 1px solid #ca0e00;
}
.carousel-control.left {
    opacity: 0;
}
.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0;
}
.carousel-control.right {
    opacity: 0;
}
@media (min-width: 1681px) and (max-width: 1920px){
.carousel-inner-tit {
  font-size: 24px;
}
.carousel-inner-tit {
  font-size: 36px;
}
}
@media screen and (max-width: 1023px){
.carousel-inner-tit {
  padding-bottom: 50px;  
}
}
@media screen and (max-width: 667px){
.carousel-inner-tit {
  font-size: 16px;
  padding-bottom: 20px;  
}
#carousel-example-generic {
	margin-top: 60px;
}
/* .carousel-inner .item {
  width: 200%;
}
.carousel-inner .item img {
  margin-left: -25%;
} */
}

/*====================新闻中心*********/
.news-bg {
  background-color: #fff;
}
.title {
  font-size: 30px;
  color: #ca0e00;
  margin-bottom: 20px !important;
}
.min-title {
  font-size: 24px;
  color: #ca0e00;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 667px){
.min-title {
  font-size: 20px;
}
}

[class^=zp-slide-]{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 100%;
	left: 30px;
	margin-top: -30px;
}
[class^=zp-slide-]:hover{
	opacity: 1;
}
.zp-slide-right{
	left: auto;
	right: 30px;
	background: url(../image/zp-right.png) no-repeat left center;
    background-size: 30px 30px;
    transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;
}
.zp-slide-left{
	left: auto;
	right: 70px;
    background: url(../image/zp-left.png) no-repeat left center;
    background-size: 30px 30px;	
    transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;
}
.zp-slide-right:hover {
	left: auto;
	right: 30px;
	background: url(../image/zp-right-1.png) no-repeat left center;
    background-size: 30px 30px;
    transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;
}
.zp-slide-left:hover {
	left: auto;
	right: 70px;
    background: url(../image/zp-left-1.png) no-repeat left center;
    background-size: 30px 30px;	
    transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;
}

.date {
  font-size: 14px;
}
.news-tit {
  font-size: 18px;
  height: 35px;
}
.news-tit2 {
    font-size: 18px;
    height: 50px;
    overflow: hidden;
}
a.button {
  display: block;
}
.container.news {
  position: relative;
}
.news-wrapper-box {
  padding: 20px 30px;
}
/* 轮播 */

.swiper-slide {
  margin-bottom: 80px;
}
.swiper-container .btn {
  margin-top: -46px;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 16px;
    border: 1px solid #f4f4f6;
    border-radius: 50%;
    padding: 8px 11px;
    text-align: center;
}
.swiper-button-next, .swiper-button-prev {
    position: relative;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ca0e00;
    border-radius: 50%;
    float: right;
}
.swiper-button-prev {
	margin-right: 30px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #fff;
    background-color: #ca0e00;
    border: 1px solid #ca0e00;
}
.swiper-container a {
  z-index: 999;
  position: relative;
}
@media (min-width: 1681px) and (max-width: 1920px){
.title {
  font-size: 30px;
}
.date {
  font-size: 16px;
}
.news-tit {
    font-size: 24px;
}
}
@media screen and (max-width: 1023px){
.title {
  font-size: 18px;
}
}
@media screen and (max-width: 667px){
.container .wrapper {
  width: 100%;
}
.title {
  font-size: 20px;
}
.news-tit {
    font-size: 16px;
    height: 100px;
}
.btn {
    font-size: 12px;
}
}
.btn {
    background-image: none;
    border: 1px solid #ca0e00;
    border-radius: 30px;
    padding: 8px 30px;
    color: #ca0e00;
    transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;
    background-color: rgba(0,0,0,0);
/* 
    width: 120px;
 */
}
.btn-default:hover {
  color: #fff;
  background-color: #ca0e00;
  border-color: #ca0e00;
}
/*====================关于我们*********/
.about-bg-1 {
  width: 100%;
  height: 1000px;
  background: url(../image/biaochi.png) no-repeat left center;
  background-size: 90% auto;
  background-attachment: fixed;
  background-position: right 30%;
}
.about-bg-2 {
  width: 100%;
  height: 600px;
  background: url(../image/egg.jpg) no-repeat left center;
  background-size: 90% auto;
  margin-top: -530px;
  background-attachment: fixed;
  background-position: right 30%;
}
.about .title {
  margin-top: 300px;
}
.title-lg {
	font-size: 48px;
	color: #ca0e00; 
}
@media (min-width: 1921px) {
.about-bg-2 {
  margin-top: -730px;
  height: 900px;
}
.about .title {
    margin-top: 250px;
}
}
@media (min-width: 1681px) and (max-width: 1920px){
.about-bg-1 {
  height: 900px;
  background-size: 100% auto;
  background-position: right 60%;
  margin-top: -300px;
}
.about-bg-2 {
  height: 800px;
  background-size: 100% auto;
  background-position: right 60%;
}
.about .title {
  margin-top: 500px;
}
}
@media screen and (max-width: 1023px){
.about-bg-1 {
  width: 100%;
  height: 720px;
  background: url(../image/egg.jpg) no-repeat left center;
  background-size: 100% auto;
  margin-top: -17%;
  background-attachment: scroll;
  background-position: right 20%;
  margin-top: 100px;
}
.about-bg-2 {
  display: none;
}
.about .title {
  margin-top: 50px;
}
.title-lg {
	font-size: 48px;
}
}
@media screen and (max-width: 667px){
.about-bg-1 {
  width: 100%;
  height: 360px;
  background: url(../image/egg.jpg) no-repeat left center !important;
  background-size: 100% auto !important;
  margin-top: -17%;
  background-attachment: scroll;
  background-position: right 20%;
  margin-top: 50px;
}
.title-lg {
	font-size: 32px;
}
}
/*====================品牌理念*********/
.brand-bg {
  width: 100%;
  height: 700px;
  background: url(../image/brand-bg.jpg) no-repeat left center;
  background-size: 100% auto;
  background-position: right 20%;
   background-attachment: fixed !important;
}
.brand .title {
  font-size: 30px;
  color: #fff;
  margin-top: 20%;
}
.brand.en .title {
  margin-top: 0%;
}
.brand .btn {
    background-image: none;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 15px;
    color: #fff;
    transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;
    background-color: rgba(0,0,0,0);    
}
.brand .btn-default:hover {
  color: #fff;
  background-color: #ca0e00;
  border-color: #ca0e00;
}
.brand .redbtn.btn {
    background-image: none;
    border: 1px solid #ca0e00;
    border-radius: 30px;
    padding: 8px 15px;
    color: #ca0e00;
    transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;
    background-color: rgba(0,0,0,0);    
}
.brand .redbtn.btn-default:hover {
  color: #fff;
  background-color: #ca0e00;
  border-color: #ca0e00;
}
@media (min-width: 1681px) and (max-width: 1920px){
.brand .title {
  font-size: 42px;
}
.brand-bg {
   background-attachment: fixed;
   height: 960px;
   background-size: 100% auto;
   background-position: 100% 30%;
}
}
@media screen and (max-width: 1200px){
	.brand .title {
	  margin-top: 15%;
	}
}
@media screen and (max-width: 1023px){
.brand-bg {
   background-attachment: scroll !important;
   height: 580px;
   background-size: 200% auto;
   background-position: 50% 50%;
}
.brand .title {
  color: #fff;
  margin-top: 20%;
}
}
@media screen and (max-width: 667px){
.brand-bg {
   background-attachment: scroll !important;
   height: 380px;
   background-size: 300% auto;
   background-position: 50% 80%;
}
.brand .title {
  font-size: 20px;
  margin-top: 35%;
}
}
/*====================产品中心*********/
.product-wrapper {
  background-color: #f4f4f6;
}
.product-wrapper-box {
  padding: 30px;
}
.product-title {
  font-size: 24px;
  height: 40px;
  overflow: hidden;
}
@media (min-width: 1681px) and (max-width: 1920px){
.product-title {
  font-size: 30px;
}
.pinlei {
  font-size: 14px;
}
}
@media screen and (max-width: 667px){
.product-title {
    font-size: 18px;
}
}
/*====================金鸡扶贫*********/
.project-bg {
  width: 100%;
  height: 800px;
  background: url(../image/project-bg.jpg) no-repeat left center;
  background-size: 100% auto;
  background-position: right 30%;
   background-attachment: fixed;
}
.farm .title {
  color: #fff;
  margin-top: 15% !important;
}
/* 
.farm .btn {
    background-image: none;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 15px;
    color: #fff;
    transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;
    background-color: rgba(0,0,0,0);
}
 */
/* 
.farm .btn-default:hover {
    color: #fff;
    background-color: #ca0e00;
    border-color: #ca0e00;
}
 */
.white {
  color: #fff !important;
}
.des {
  font-size: 18px;
}
.des-l {
  width: 70%;
  font-size: 18px;
  color: #7e7d80;
}
@media (min-width: 1681px) and (max-width: 1920px){
.project-bg {
   background-attachment: fixed;
   height: 960px;
   background-size: 100% auto;
   background-position: 100% 30%;
}
}
@media screen and (max-width: 1200px){ 
.farm .title {
  color: #fff;
  margin-top: 15% !important;
}
}
@media screen and (max-width: 1023px){
.project-bg {
   background-attachment: scroll;
   height: 580px;
   background-size: 200% auto;
   background-position: 50% 50%;
}
}
@media screen and (max-width: 667px){
.project-bg {
   background-attachment: scroll;
   height: 380px;
   background-size: 300% auto;
   background-position: 50% 50%;
}
.project-bg.news {
   background-position: 100% 50%;
}
.des-l {
  width: 100%;
}
.des {
    font-size: 14px;
}
.farm .title {
  color: #fff;
  margin-top: 24% !important;
}
}
/*====================成就展示*********/
.achievement-wrapper {
  background-color: #f4f4f6;
}
.achievement-wrapper .img {
  height: 200px;
  overflow: hidden;
}
.achievement-wrapper-box {
  padding: 30px;
}
.achievement-title {
  font-size: 18px;
  height: 54px;
  overflow: hidden;
}
.swiper-container1 .btn {
  margin-top: -30px;
  z-index: 9;
  position: relative;
}
@media (min-width: 1681px) and (max-width: 1920px){
.achievement-title {
  font-size: 24px;
  min-height: 74px;
}
.achievement-wrapper .img {
    height: 296px;
    overflow: hidden;
}
}
@media screen and (max-width: 1023px){
.achievement-wrapper .img {
  height: 120px;
}
}
@media screen and (max-width: 667px){
.achievement-wrapper .img {
  height: 250px;
}
}
/*====================战略合作*********/
.cooperation-bg {
  width: 100%;
  height: 800px;
  background: url(../image/earth.png) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  background-color: #ca0e00;
   transition: all 1.9s cubic-bezier(.215,.61,.355,1) 0s !important;
}
.cooperation-bg:hover {
/* 
  background: url(../image/earth-1.png) no-repeat left center;
 */
  background-size: 130% auto;
  
}
.cooperation-title {
  font-size: 48px;
  margin-top: 120px;
  color: #ca0e00;
}
.cooperation-bg .btn-default:hover {
  color: #fff !important;
  background-color: #ca0e00;
  border-color: #fff;
}
.cooperation .btn {
    background-image: none;
    border: none;
    border-radius: 30px;
    padding: 15px 25px;
    color: #fff;
    transition: all .9s cubic-bezier(.215,.61,.355,1) 0s !important;
    background-color: rgba(255,255,255,.6);
    margin: 0 auto;
	display: block;
	font-size: 18px;
	width: 200px;
	border: 1px solid #ca0e00;
}
.cooperation .btn-default:hover {
  color: #fff !important;
  background-color: #ca0e00;
  border-color: #ca0e00;
}
@media (min-width: 1681px) and (max-width: 1920px){
.cooperation-bg {
   height: 960px;
   background-size: 100% auto;
   background-position: center center;
}
.cooperation-title {
  margin-top: 160px;
}
}
@media screen and (max-width: 1023px){
.cooperation-bg {
   background-attachment: scroll;
   height: 580px;
   background-size: 200% auto;
   background-position: 50% 50%;
}
.cooperation-title {
  margin-top: 120px;
}
.cooperation .btn {
    padding: 15px 25px;
	font-size: 18px;
	width: 200px;
}
}
@media screen and (max-width: 667px){
.cooperation-bg {
   background-attachment: scroll;
   height: 380px;
   background-size: 200% auto;
   background-position: 50% 50%;
}
.cooperation-title {
  font-size: 24px;
  margin-top: 50px;
}
.cooperation .btn {
    padding: 15px 25px;
	font-size: 14px;
	width: 150px;
}
}
/*====================技术创新*********/
.tech-box {
  position: relative;
}
.tech-bg {
    background-color: #f4f4f6;
    padding: 200px 150px;
    position: absolute;
	right: 0;
	margin-top: 50px;
	z-index: -1;
}
.tech-l {
    left: 0;
    z-index: 1;
}
.tech-l-box {
  width: 47%;
}
.tech-l-box-b {
  margin-top: -26%;
  position: absolute;
  left: 30%;
  padding: 100px 0;
}
.height {
  position: relative;
  height: 80px;
}
@media (min-width: 1921px){
.tech-bg {
    padding: 280px 200px;
}
.tech-l-box-b {
  margin-top: -23%;
}
}
@media (min-width: 1681px) and (max-width: 1920px){
.tech-bg {
  padding: 300px 150px 250px 250px;
}
.tech-l-box-b {
  margin-top: -23%;
}
.qudao.tech-l-box-b {
  margin-left: 0%;
}
}
@media screen and (max-width: 1023px){
.tech-bg {
  position: absolute;
  padding: 150px 0;
  margin-top: 20px;
}
.tech-l {
  margin-top: 0;
  position: relative;
}
.tech-l-box-b {
  left: -7%;
  margin-top: -37%;
  position: absolute;
}
/* 
.tech-l-box-b {
  left: 14%;
  margin-top: -40%;
  position: absolute;
}
 */
}

@media screen and (max-width: 667px){
.tech-bg {
  position: absolute;
  background-color: #f4f4f6;
  padding: 50px 0;
}
.tech-l {
  margin-top: 0;
  position: relative;
}
.height {
  position: relative;
  height: 0;
}
.tech-l-box {
  width: 100%;
}
.tech-l-box-b {
  left: 0;
  padding: 50px 0;
  position: relative;
  margin-top: 0;
}
}
/*====================页尾*********/
footer {
  background-color: #ca0e00;
  padding: 10px 0 15px;
  position: relative;
}
/*top*/
.footer_flex li .img-n { 
	padding-top: 10px; 
}
.footer_flex { 
	margin: 0 auto; 
	display: inline-block;
}
.footer_flex li { 
	width: 45px; 
	height: 45px; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%; 
	margin: 0px 14px; 
	float: left; 
	text-align: center; 
	cursor: pointer; 
	position: relative; 
	z-index: 10; 
}
.footer_flex li:hover .flex-footer { 
	display: block; 
}
.footer_flex li .flex-footer { 
	width: 146px; 
	height: 124px; 
	position: absolute; 
	left: -49px; 
	top: -140px; 
	text-align: center; 
	padding-top: 15px; 
	/*background: url(../../image/footerflex.png) 1px top no-repeat; */
	display: none; 
}
.copy a, .link a {
  color: #fff;
}
.link li {
   display: inline-block;
}

.link li:after {
  content: "|";
  display: inline-block;
  color: #fff;
  margin: 0 5px;
}
.link li:last-child:after {
   display: none;
}
.footer_flex a:hover img {
    transform: scale(1);
}	
@media screen and (max-width: 1023px){ 
footer {
  padding: 20px 0;
}
}
@media screen and (max-width: 667px){ 
footer {
  padding: 20px 0;
}
footer ul li .img-n {
	width: 35px;
}
}
/*====================二级-品牌产品*********/
.list-banner {
  width: 100%;
  height: 560px;
  background-size: 100% auto !important;
  background-position: right top;
  background-repeat: no-repeat !important;
  margin-top: 50px;
}
.list-banner .title {
  margin-bottom: 15px !important;
}
.list-banner .des {
  white-space: pre-line;
  margin-top: -50px;
}
.shadow {
  text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

.list-menu {
  background-color: #f4f4f6;
  height: 60px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #ca0e00;
    border: none;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff !important;
    background-color: #ca0e00 !important;
}
.nav-pills > li > a {
    border-radius: 0;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
}
.nav-pills > li {
    float: left;
    width: 12%;
}
.en .nav-pills > li {
    float: left;
    width: 24%;
}
.en .nav-pills > li.globalmenu {
    float: left;
    width: 30%;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ca0e00;
    color: #fff !important;
}
.nav > li > a:link, .nav > li > a:visited {
    color: #7e7d80;
}
.product-brand {
  position: relative;
  z-index: 9;
}
.product-des {
  color: #7e7d80;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  white-space: pre-line;
  margin-bottom: 20px;
  margin-top: 10px;
  height: 108px;
  overflow: hidden;
}
.des-grey {
  color: #7e7d80;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  white-space: pre-line;
}
.min-des-grey {
  color: #7e7d80;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.product-bg {
  width: 100%;
  height: 560px;
  background: url(../image/product-bg.jpg) no-repeat left center;
  background-size: 100% auto !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
/* 
  background-attachment: fixed !important;
 */
}
.index.product-bg {
  height: 562px;
  background-attachment: fixed !important;
}
.product-bg .title {
    color: #ca0e00;
    margin-top: 20%;
}
.product-bg .title.en {
    margin-top: 0%;
}
.tech-bg2 {
    background-color: #f4f4f6;
    padding: 100px 200px 100px 15%;
    position: absolute;
    left: 0;
    margin-top: 8%;
}
.tech-l2 {
    z-index: 1;
    right: 0;
    margin-top: 20px;
}
.science {
  position: relative;
  z-index: 3;
  float: left;
  width: 100%;  
  margin-top: -30%;
}
@media (min-width: 1921px){
.tech-bg2 {
    padding: 200px 10% 200px 20%;
}
.product-bg {
  height: 1000px;
}
.list-banner {
  height: 1000px;
}
}
@media (min-width: 1681px) and (max-width: 1920px){
.list-banner {
	height: 740px;
}
.product-bg {
  height: 740px;
  background-size: cover !important;
}
.tech-bg2 {
    padding: 100px 200px 200px 200px;
}
}
@media (min-width: 1024px) and (max-width: 1439px){
.list-banner {
	height: 390px;
}
.nav-pills > li {
    width: 14%;
}
.product-bg {
  height: 450px;
}
}
@media screen and (max-width: 1023px){
.list-banner {
	height: 380px;
	background-size: 200% auto !important;
	background-position: 70% 50% !important;
}
.min-des-grey {
  line-height: 1.5;
}
.tech-bg2 {
    background-color: #f4f4f6;
    padding: 50px;
    margin-top: -5%;
}
.product-bg {
   background-attachment: scroll !important;
   height: 380px;
   background-size: 200% auto !important;
   background-position: 50% 50% !important;
}
.nav-pills > li {
    width: 18%;
}
.en ul.nav {
  white-space: nowrap;
  overflow-x: scroll;
}
.en .nav-pills > li {
    width: 34%;
    white-space: nowrap;
    display: inline-block;
    float: none;
}
}
@media screen and (max-width: 667px){ 
.list-banner {
	height: 420px;
	background-size: 300% auto !important;
	background-position: 37% 50% !important;
}
.nav > li > a:link, .nav > li > a:visited {
    font-size: 10px;
}
.list-banner .title {
    font-size: 22px;
    color: #fff;
    margin-top: 40% !important;
}
.brand.en .title {
    margin-top: 0% !important;
}
.product-bg {
   background-attachment: scroll !important;
   height: 380px;
   background-size: 300% auto !important;
   background-position: 40% 50% !important;
}
.science {
    margin-top: -50%;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 2px;
}
.tech-bg2 {
    padding: 50px;
    margin-top: 0;
    position: relative;
}
.en ul.nav {
  white-space: nowrap;
  overflow-x: scroll;
}
.en .nav-pills > li {
    width: 55%;
    white-space: nowrap;
    display: inline-block;
    float: none;
}
.en .nav-pills > li.globalmenu {
    white-space: nowrap;
    display: inline-block;
    float: none;
    width: 55%;
}
.min-des-grey {
  font-size: 14px;
}
.des-grey {
    font-size: 14px;
}
.product-bg .title {
    font-size: 20px;
    color: #ca0e00;
    margin-top: 35%;
}
}
/*====================研发创新二级*********/
.tech-wrap {
  width: 95%;
}
.special-box-wrap {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}
@media screen and (max-width: 667px){ 
.tech-wrap {
  width: 100%;
}
.special-box-wrap {
  display: block;
}
}
/*====================新闻中心二级*********/
.news-list .img {
  overflow: hidden;
  width: 100%;
}
.news-list .wrapper {
  width: 100%;
}
/* 
.news-list .news-wrapper-box {
    padding: 30px 30px;
}
 */
.newslist-tit {
  font-size: 18px;
}
.newslist-des {
  font-size: 14px;
}
.news nav {
  text-align: center;
  font-size: 20px;
}
.news nav span {
  color: #ca0e00;
}
.glyphicon {
  font-size: 16px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #7e7d80;
    text-decoration: none;
    background-color: #f4f4f6;
    border: none;
    font-size: 16px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #fff;
    background-color: #ca0e00;
}
.news.list-menu {
  background-color: #fff;
  height: 59px;
}
@media screen and (max-width: 1023px){ 
.news-list:first-child {
  margin-bottom: 30px;
}
}
@media screen and (max-width: 667px){ 
.newslist-tit {
  font-size: 16px;
}
}

/*====================关于我们二级*********/
.about-wrap {
  padding: 20px;
}
.about-title {
    font-size: 20px;
    margin-bottom: 30px !important;
}
.about-des {
  margin: 0 auto;
  font-size: 14px;
}
.sectionA {
  margin-top: -10%;
}
.sectionB {
  margin-top: 5%;
}
.sectionC {
  margin-top: 15%;
}
.sectionD {
  margin-top: 15%;
}
/* 
.line {
  border-bottom: dashed 3px #7e7d80; 
  
}
 */
.about-tit {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.img-center {
  margin: 0 auto;
  display: block;
}
.panel-group a {
  display: block;
}
.panel-default > .panel-heading {
    background-color: #f4f4f6;
    border-color: #ca0e00;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel {
    border: none;
    box-shadow: none;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 4px solid #ca0e00;
}
.panel-title span {
  float: right;
  font-size: 18px;
  margin-right: 10px;
  width: 87%;
  text-align: right;
}
.panel-title.en span {
  font-size: 14px;
}
@media screen and (max-width: 1200px){ 
	.panel-title span {
	  width: 75%;
	}
	.panel-title.en span {
	  font-size: 13px;
	}
}
@media screen and (max-width: 767px){ 
	.panel-title.en span {
	  font-size: 13px;
	}
}
.panel-title span:after {
    content: "-";
    display: inline-block;
    margin-left: 15px;
    color: #ca0e00;
    font-size: 28px;
    font-weight: 800;
    line-height: 48px;
}
.collapsed span:after {
    content: "+";
    display: inline-block;
    margin-left: 10px;
    color: #ca0e00;
    font-size: 28px;
    font-weight: 800;
    line-height: 48px;
    margin-top: -3px;
}
.panel-body li {
  font-size: 16px;
  line-height: 2;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    font-size: 14px;
}
.title-md {
  font-size: 30px;
}
.investment-bg {
  width: 100%;
  height: 450px;
  background: url(../image/investment.jpg) no-repeat left top;
  background-size: 100% auto;
  background-position: right top;
}
.investment-bg .title {
  margin-top: 10%;
}
.zeren.news-tit {
  height: 115px;
}
.brand-p-bg {
  width: 100%;
  height: 450px;
  background: url(../image/brand-bg.jpg) no-repeat left center;
  background-size: 100% auto;
  background-position: right top;
}
.brand-p-title {
  font-size: 30px;
  color: #fff;
  margin-top: 15%;
}
.brand-p-wrapper-box {
    padding: 45px;
}
.contact.product-wrapper-box {
    padding: 50px 30px;
}
.en.contact.product-wrapper-box {
    padding: 50px 30px;
	height: 172px;
}
@media (min-width: 1681px) and (max-width: 1920px){ 
.title-lg {
  font-size: 48px;
}
.brand-p-bg {
  height: 600px;
}
.investment-bg {
  height: 600px;
}
}
@media screen and (max-width: 1200px){ 
	.collapsed span:after {
	    line-height: 0;
		width: 80%;
		display: none;
	}
}
@media screen and (max-width: 1023px){ 
.sectionA {
  margin-top: 0;
}
.sectionB {
  margin-top: 0;
}
.sectionC {
  margin-top: 0;
}
.investment-bg {
   height: 380px;
   background-size: 300% auto !important;
   background-position: 50% 50% !important;
}
.panel-title span:after {
    content: "-";
    display: inline-block;
    margin-left: 15px;
    color: #ca0e00;
    font-size: 28px;
    font-weight: 800;
    line-height: 48px;
	display: none;
}
}
@media screen and (max-width: 667px){ 
.investment-bg .title {
  margin-top: 20%;
}
.about-title {
    font-size: 18px;
}
}
/*====================全球战略合作*********/
.cooperation-list-bg {
  background-color: #ca0e00;
  height: 560px;
}
.cooperation-r {
  margin-top: -7%;
}
.cooperation.list-banner {
  background: url(../image/earth-3.png) no-repeat center center;
  transition: all 1.9s cubic-bezier(.215,.61,.355,1) 0s !important;
}
.cooperation.list-banner:hover {
  background-size: 120% auto !important;
}
#location {
  margin-top: -5%;
}
#location .swiper-button-next, #location .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 30px;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ca0e00;
    border-radius: 50%;
    float: right;
}
.cooperation .panel-default > .panel-heading {
  height: 65px;
}
.cooperation .collapsed span::after {
    font-size: 36px;
    line-height: 24px;
    position: absolute;
    right: 30px;
}
.cooperation .panel-title span:after {
    font-size: 28px;
    line-height: 44px;
    position: absolute;
    right: 30px;    
}
.cooperation .panel-title span {
  float: left;
  line-height: 44px;
  color: #ca0e00;
}
.cooperation .panel-title.en span {
	width: 100%;
	font-size: 14px;
	text-align: left;
}
.cooperation .panel-heading {
    border-top: none;
}
.cooperation .panel-default > .panel-heading {
    background-color: #f4f4f6;
    border-color: #f4f4f6;
}
.cooperation.wrapper {
  border-top: 5px solid #f4f4f6;
}
.zp-slide .cooperation.wrapper .img {
    background-color: #fff;
}
.cooperation-des {
  width: 70%;
  text-align: left;
  font-size: 18px;
}
.global {
  width: 100%;
  height: 690px;
  background: url(../image/MAP.jpg) no-repeat left center;
  background-size: 100%;
  background-position: right top;
}
.global-wrapper {
  padding: 40px;
  text-align: center;
}
.global-wrap .des {
  font-size: 16px;
}
.global .title {
  margin-top: 150px;
  margin-bottom: 100px !important;
}
.global-title {
  font-size: 18px;
}
.tech-bg3 {
    background-color: #f4f4f6;
    padding: 150px 150px 50px 200px;
    position: absolute;
    left: 0;
    margin-top: 6%;
}
.qudao.tech-l-box-b {
    margin-top: -25%;
    position: absolute;
    left: 32%;
    padding: 100px 0;
}
@media (min-width: 1920px) { 
.global .title {
  margin-top: 300px;
}
.global {
  width: 100%;
  height: 800px;
}
}
@media (min-width: 1681px) and (max-width: 1920px){ 
.cooperation-list-bg {
  height: 740px;
}
.qudao.tech-l-box-b {
    margin-top: -25%;
    position: absolute;
    left: 38%;
    padding: 100px 0;
}
}
@media (min-width: 1024px) and (max-width: 1439px){ 
.cooperation-list-bg {
  height: 390px;
}
}
@media screen and (max-width: 1023px){ 
.cooperation-list-bg {
  background-color: #ca0e00;
  height: 380px;
}
.global {
   background-attachment: scroll !important;
   height: 380px;
   background-size: 200% auto !important;
   background-position: 50% 50% !important;
}
.tech-wrap {
    width: 100%;
}
.channel .tech-bg2 {
    padding: 45px;
}
.cooperation-des {
    width: 85%;
}
.global .title {
    margin-top: 50px;
}
.qudao.tech-l-box-b {
    margin-top: -35%;
    left: -7%;
}
.qudao .tech-bg {
    padding: 131px 0;
}
.cooperation .panel-title.en span {
	line-height: 20px;
}
}
@media screen and (max-width: 667px){ 
.channel .tech-l2 {
    margin-top: 100px;
}
.channel .tech-bg2 {
    padding: 50px;
}
.cooperation-des {
    width: 100%;
}
.global {
   background-attachment: scroll !important;
   height: 580px;
   background-size: 300% auto !important;
   background-position: 50% 50% !important;
}
.tech-wrap {
    padding: 20px 0;
}
.tech-bg3 {
    padding: 50px;
    position: relative;
    left: 0;
    margin-top: 8%;
}
.qudao.tech-l-box-b {
    margin-top: -20%;
    left: 0;
    position: relative;
    padding: 100px 0 0;

}
.global-wrap .des {
  font-size: 14px;
}
}
/*====================健康科普列表*********/
.kepu.tech-l {
    left: 0;
    z-index: 1;
    margin-top: 20px;
}
.kepu.tech-bg {
    margin-top: 5%;
}
.kepu.des {
    font-size: 14px;
}
.kepu.tech-l-box-b {
  margin-left: 8%;
}
.laoren.tech-l-box-b {
    left: 34%;
}
.yunfu.tech-l-box-b {
    left: 33.5%;
}
@media (min-width: 1681px) and (max-width: 1920px){ 
.kepu .tech-l-box-b {
    left: 40%;
}
.kepu.tech-l-box-b {
    left: 36%;
}
}
@media screen and (max-width: 1023px){ 
.kepu.tech-l {
    left: 0;
    z-index: 1;
    margin-top: 0;
}
.kepu.des-grey {
  height: 58px;
  overflow: hidden;
}
.kepu.tech-l-box-b {
    left: 0;
}
}
/*====================社会责任二级*********/
.zeren-wrap {
  width: 80%;
}
.zeren-wrap-box {
  padding-left: 50px;
}
@media screen and (max-width: 1023px){ 
.zeren-wrap {
  width: 100%;
}
.zeren-wrap-box {
  padding-left: 5px;
}
}
@media screen and (max-width: 667px){ 
.zeren-wrap {
  width: 100%;
}
.zeren-wrap-box {
  padding-left: 0;
}
}
/*====================德青源介绍三级*********/
.jianjie-wrap {
  padding: 0 100px;
}
.jianjie-title {
  font-size: 72px;
}
.jianjie-title span {
  font-size: 18px;
  margin-left: 5px;
}
.jianjie-des {
  margin-top: -14px;
}
.jianjie-r {
  margin-top: 0;
}
@media screen and (max-width: 1023px){ 
.jianjie-wrap {
  padding: 0 50px;
}
.jianjie-title {
  font-size: 64px;
}
.jianjie-r {
  margin-top: 0;
}
}
@media screen and (max-width: 667px){ 
.jianjie-title {
  font-size: 36px;
}
.jianjie-des {
  margin-top: 0px;
}
}
/*====================详情页*********/
.content {
  padding: 100px 40px 100px 80px;
  position: relative;
  margin-top: -5%;
}
.content p {
  margin-bottom: 50px;
}
.relevant {
  font-size: 18px;
}
.content .zp-slide-left {
    left: auto;
    right: 0;
}
.content .zp-slide-left:hover {
    left: auto;
    right: 0;
}
@media screen and (max-width: 667px){ 
.content {
  padding: 100px 15px;
  position: relative;
  margin-top: 0;
}
.content .col-md-4 {
  margin-top: -5%;
  margin-right: 0;
}
.relevant {
  font-size: 14px;
}
}
/*====================投资者关系二级*********/

.investor.wrapper {
    border-top: 10px solid #fff;
    width: 100% !important; 
}
.investor-bg {
    width: 100%;
    height: 345px;
    background: url(../image/investor002.jpg) no-repeat left center;
    background-size: 100%;
    background-position: right top;    
}
.investor-bg .investor-tit {
  font-size: 24px;
  margin: 120px 0;
}
.investor-tit {
  font-size: 18px;
  margin: 20px 0;
}
@media (min-width: 1681px) and (max-width: 1920px){ 
.investor-bg {
    height: 446px; 
}
.investor-bg .investor-tit {
  margin: 180px 0;
}
}
@media screen and (max-width: 667px){ 
.investor-bg {
    height: 168px;   
}
.investor-bg .investor-tit {
  margin: 40px 0;
}
.investor-tit {
    font-size: 16px;
    margin: 10px 0;
}
.investor-bg .investor-tit {
    font-size: 20px;
}
}
/*====================招聘*********/
.recruit-wrap {
  width: 100%;
}
.recruit .panel-heading {
    padding: 0;
}
.recruit .panel-default > .panel-heading {
    height: 45px;
}
.recruit .collapsed ul::after {
    content: "+";
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 18px;
    background-color: #f4f4f6;
    padding: 6px 10px 9px;
    position: relative;;
    margin-left: -40px;
    margin-top: -10px;
}
.panel-title ul::after {
    content: "-";
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 16px;
    background-color: #f4f4f6;
    padding: 8px 12px;
    position: absolute;
    margin-left: -40px;
    margin-top: -6px;
}
.panel-title {
    font-size: 14px;
    line-height: 24px;
}
.recruit .panel-default > .panel-heading {
    background-color: #fff;
    border-color: #f4f4f6;
}
.recruit li {
    float: left;
    width: 15%;
    display: inline-block;
    margin-right: 5%;
}
.recruit li:nth-child(2n) {
    float: left;
    width: 25%;
    display: inline-block;
}
.recruit-tit {
  font-size: 18px;
}
.recruit-tit:after {
	content: "";
	display: block;
	margin: 10px auto;
	width: 70px;
	height: 2px;
	background-color: #ca0e00;
	position: absolute;
	border-radius: 30px;
}
.recruit .panel-body {
    padding: 15px 0;
    font-size: 14px;
}
.campus-wrap table {
  font-size: 16px;
}
.campus-wrap table tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.campus-wrap table tr th {
  text-align: center;
  font-weight: bold;
}
.campus-wrap table td:nth-child(2n) {
  text-align: center;
}


@media screen and (max-width: 667px){ 
.recruit .panel-default > .panel-heading {
    height: 95px;
}
.recruit-tit {
    font-size: 16px;
}
}


/*====================大事记时间轴*********/
@media screen and (max-width: 667px){ 
.about2 ul {
    background-position: 10% 0 !important;   
}
}
/*====================全球供应商*********/
#location .swiper-container {
    padding: 0 50px;
}
.global-wrap {
  width: 90%;
  margin: 0 auto;
}
.border-grey {
  border: 2px solid #f4f4f6;
  margin: 30px 10px 20px 10px;
}
.active .border-grey {
  margin: 10px 0;
}
.global-page-wrap .global-wrapper {
    padding: 20px;
    text-align: center;
}
.active .global-page-wrap .global-wrapper {
    padding: 30px 20px;
}
.global-list li {
    float: left;
    width: 49%;
    display: inline-block;
    margin-right: 5%;
}
.global-list .collapsed ul::after {
    position: absolute;
    right: 0;
}
.global-list .collapsed ul::after {
    margin-top: -6px;
}
.global-list .panel-title ul::after {
    position: absolute;
    right: 18px;
    margin-top: -6px;
}

.global-list .panel-heading {
    border-top: none;
}
@media screen and (max-width: 667px){ 
.global-wrap {
  width: 100%;
}
.border-grey {
  margin: 0;
}
.active .border-grey {
  margin: 0;
}
.global-page-wrap .global-wrapper {
    padding: 5px;
    text-align: center;
}
.active .global-page-wrap .global-wrapper {
    padding: 5px;
}
.global-page-wrap .margin-p-sm {
  margin-top: 0 !important;
}
.active .global-page-wrap .global-title {
    color: #fff !important;
}
}
/*====================农场相册*********/
#fancybox-content {
  border-width: 0 !important;
}
fancybox-title {
  margin-left: 0 !important;
}
.caseshow .product-title {
  font-size: 18px;
  height: 54px;
  overflow: hidden;
}
.farm.product-wrapper-box {
  padding: 20px 20px 30px 20px;
}










